.contact-page .contact-header{position:relative;background:linear-gradient(135deg,#060b18,#0f172a 55%,#180a2e);padding:9rem 0 6rem;overflow:hidden;text-align:center}.contact-page .contact-header .contact-header-bg{position:absolute;inset:0;pointer-events:none}.contact-page .contact-header .contact-header-orb{position:absolute;border-radius:50%;filter:blur(80px)}.contact-page .contact-header .contact-header-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(34,139,230,.14) 0,transparent 70%);top:-150px;right:-100px}.contact-page .contact-header .contact-header-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(112,72,232,.11) 0,transparent 70%);bottom:-100px;left:5%}.contact-page .contact-header .contact-header-grid{position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.055) 1px,transparent 0);background-size:36px 36px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 20%,transparent 100%)}.contact-page .contact-header .contact-header-content{position:relative;z-index:1}.contact-page .contact-header .contact-header-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7ec8f5;margin-bottom:1.25rem;background:rgba(34,139,230,.12);padding:.35rem 1.1rem;border-radius:2rem;border:1px solid rgba(34,139,230,.22)}.contact-page .contact-header .contact-header-title{font-size:2.25rem;font-weight:700;color:#f1f5f9;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.025em}.contact-page .contact-header .contact-header-subtitle{font-size:1rem;color:#94a3b8;line-height:1.75;max-width:500px;margin:0 auto}.contact-page .contact-body{background:#f8fafc;padding:5rem 0 6rem}.contact-page .contact-cards{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;max-width:860px;margin:0 auto}.contact-page .info-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #e8edf5;transition:all .3s ease;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.contact-page .info-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.07);border-color:#c7dcf8}.contact-page .info-card:hover .info-card-icon{background:linear-gradient(135deg,#228be6,#7048e8)}.contact-page .info-card:hover .info-card-icon svg{color:#fff}.contact-page .info-card-icon{width:50px;height:50px;background:rgba(34,139,230,.08);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;transition:all .3s ease;flex-shrink:0}.contact-page .info-card-icon svg{width:24px;height:24px;color:#228be6;transition:color .3s ease}.contact-page .info-card-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.contact-page .info-card-value{font-size:.9rem;color:#64748b;line-height:1.7;text-decoration:none;margin:0}.contact-page .info-card-value:hover{color:#228be6}.contact-page .info-socials{display:flex;gap:.6rem;margin-top:.5rem}.contact-page .info-social-link{width:38px;height:38px;border-radius:.5rem;background:rgba(34,139,230,.06);border:1px solid rgba(34,139,230,.15);display:flex;align-items:center;justify-content:center;color:#64748b;text-decoration:none;transition:all .2s ease}.contact-page .info-social-link svg{width:16px;height:16px}.contact-page .info-social-link:hover{background:rgba(34,139,230,.12);border-color:rgba(34,139,230,.35);color:#228be6}@media(min-width:640px){.contact-page .contact-cards{grid-template-columns:1fr 1fr 1fr}}@media(min-width:992px){.contact-page .contact-header .contact-header-title{font-size:3rem}}@media(min-width:1200px){.contact-page .contact-header .contact-header-title{font-size:3.5rem}}