.suporte-container{min-height:100vh;position:relative;background:linear-gradient(135deg,rgba(0,8,24,.95),rgba(0,21,41,.98))}.suporte-content{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:140px 20px 80px}.suporte-card{max-width:480px;width:100%;background:rgba(0,21,41,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:48px 40px;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 12px 48px rgba(0,0,0,.35);text-align:center}.suporte-card-logo{margin-bottom:24px}.suporte-card-logo img{display:block;margin:0 auto}.suporte-card-title{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px;letter-spacing:.02em}.suporte-card-title:after{content:"";display:block;width:48px;height:3px;background:#0a4b8f;border-radius:2px;margin:12px auto 0}.suporte-card-subtitle{color:hsla(0,0%,100%,.75);font-size:15px;line-height:1.5;margin:0 0 32px}.suporte-card-contacts{display:flex;flex-direction:column;gap:20px}.suporte-contact-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 24px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-decoration:none;color:inherit;transition:background .2s ease,border-color .2s ease,transform .2s ease}.suporte-contact-item:hover{background:hsla(0,0%,100%,.1);border-color:rgba(10,75,143,.5);transform:translateY(-2px)}.suporte-contact-icon{font-size:28px;line-height:1;opacity:.9}.suporte-contact-label{color:hsla(0,0%,100%,.6);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.suporte-contact-value{color:#fff;font-size:16px;font-weight:600;word-break:break-all}@media (max-width:520px){.suporte-card{padding:36px 24px}.suporte-card-title{font-size:24px}.suporte-contact-value{font-size:14px}}