.command-header{z-index:1000;-webkit-backdrop-filter:blur(20px);transition:var(--transition-smooth);background:#0b0b0c99;border-bottom:1px solid #e1540d0f;justify-content:space-between;align-items:center;height:auto;min-height:70px;padding:12px 40px;display:flex;position:fixed;top:0;left:0;right:0}.command-header.scrolled{background:#0b0b0ceb;border-bottom-color:#1778471f;box-shadow:0 4px 40px #00000080}.header-left{align-items:center;gap:20px;display:flex}.header-logo{align-items:center;gap:16px;margin:0;padding:.5rem 0;display:flex}.header-logo-link{align-items:center;gap:16px;text-decoration:none;display:flex}.header-logo-img{object-fit:contain;border-radius:8px;flex-shrink:0;width:auto;height:170px;max-height:170px}.logo-text{flex-direction:column;line-height:1;display:flex}.logo-text .gold{color:var(--brand-primary)}.logo-text .sub{letter-spacing:3px;color:var(--text-muted);text-transform:uppercase;margin-top:2px;font-family:Inter,sans-serif;font-size:.55rem;font-weight:500}.header-logo-text{letter-spacing:2px;color:var(--text-primary);font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:900;line-height:1}.header-logo-text .gold{color:var(--brand-primary)}.header-logo-text .sub{letter-spacing:3px;color:var(--text-muted);text-transform:uppercase;margin-top:2px;font-family:Inter,sans-serif;font-size:.45rem;font-weight:500;display:block}.header-status{border-left:1px solid var(--border-subtle);align-items:center;gap:8px;padding-left:20px;display:flex}.header-status .dot{background:var(--brand-secondary);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.header-status .status-text{letter-spacing:2px;text-transform:uppercase;color:var(--text-muted);font-size:.55rem;font-weight:500}.header-status .status-text .gold{color:var(--brand-primary)}.header-nav{align-items:center;gap:28px;list-style:none;display:flex}.header-nav li{position:relative}.header-nav li a{letter-spacing:2px;text-transform:uppercase;color:#fff6;transition:var(--transition-smooth);padding-bottom:4px;font-size:.7rem;font-weight:500;text-decoration:none;position:relative}.header-nav li a .number{color:var(--brand-primary);margin-right:4px;font-weight:700}.header-nav li a .green-number{color:var(--brand-secondary);margin-right:4px;font-weight:700}.header-nav li a:hover{color:var(--text-primary)}.header-nav li a:after{content:"";background:var(--brand-secondary);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.header-nav li a:hover:after{width:100%}.header-cta{background:var(--brand-secondary);color:var(--text-primary);letter-spacing:1.5px;text-transform:uppercase;transition:var(--transition-smooth);cursor:pointer;border:none;border-radius:40px;align-items:center;gap:8px;padding:8px 20px 8px 24px;font-size:.6rem;font-weight:600;text-decoration:none;display:flex}.header-cta:hover{color:var(--text-primary);background:#13633b;transform:scale(1.05)}.header-cta .arrow{font-size:.7rem;transition:transform .3s}.header-cta:hover .arrow{transform:translate(4px)}.menu-toggle{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.menu-toggle span{width:24px;height:2px;transition:var(--transition-smooth);background:#ffffff80;border-radius:2px}.menu-toggle:hover span{background:var(--brand-primary)}@media (width<=1200px){.command-header{padding:10px 24px}.header-nav{gap:16px}.header-status{display:none}}@media (width<=992px){.header-logo-img{height:55px;max-height:55px}}@media (width<=768px){.command-header{min-height:60px;padding:8px 16px}.header-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0b0b0cf2;border-bottom:1px solid #e1540d0f;flex-direction:column;gap:12px;padding:20px 24px;display:none;position:absolute;top:60px;left:0;right:0}.header-nav.open{display:flex}.header-nav li a{padding:6px 0;font-size:.8rem}.header-cta{display:none}.menu-toggle{display:flex}.header-logo-img{height:45px;max-height:45px}.logo-text .sub{letter-spacing:2px;font-size:.4rem}.header-logo-text{font-size:1.1rem}.header-logo-text .sub{letter-spacing:2px;font-size:.35rem}}@media (width<=480px){.header-logo-img{height:35px;max-height:35px}.logo-text .sub{letter-spacing:2px;font-size:.35rem}.header-logo-text{font-size:1rem}.header-logo-text .sub{letter-spacing:1.5px;font-size:.3rem}}:root{--primary-orange:#e1540d;--primary-green:#177847;--primary-yellow:#fce518;--orange-light:#e1540d14;--orange-medium:#e1540d26;--orange-strong:#e1540d40;--orange-glow:#e1540d99;--green-light:#17784714;--green-medium:#17784726;--green-strong:#17784740;--green-glow:#17784780;--yellow-light:#fce51814;--yellow-medium:#fce51826;--brand-primary:var(--primary-orange);--brand-secondary:var(--primary-green);--brand-accent:var(--primary-yellow);--bg-dark:#0b0b0c;--text-primary:#fff;--text-secondary:#ffffff80;--text-muted:#ffffff4d;--border-subtle:#ffffff0a;--border-medium:#ffffff0f;--transition-smooth:all .3s ease;--transition-bounce:all .4s cubic-bezier(.34, 1.56, .64, 1)}.contact-page{background:var(--bg-dark);color:var(--text-primary);overflow-x:hidden}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.gold-line{background:var(--brand-primary);border-radius:2px;width:80px;height:3px;margin-bottom:24px}.gold-line-center{margin-left:auto;margin-right:auto}.green-line{background:var(--brand-secondary);border-radius:2px;width:80px;height:3px;margin-bottom:24px}.section-label{letter-spacing:5px;text-transform:uppercase;color:var(--brand-primary);margin-bottom:16px;font-size:.7rem;font-weight:600}.section-label.green{color:var(--brand-secondary)}.section-heading{letter-spacing:-.03em;font-family:Montserrat,sans-serif;font-size:clamp(2.8rem,5vw,4.5rem);font-weight:900;line-height:1.1}.section-heading .gold{color:var(--brand-primary)}.section-heading .green{color:var(--brand-secondary)}.section-sub{color:#ffffff80;max-width:700px;font-size:1.1rem;font-weight:300;line-height:1.8}.btn-primary{background:var(--brand-primary);color:var(--bg-dark);cursor:pointer;transition:var(--transition-smooth);letter-spacing:.5px;border:none;border-radius:60px;align-items:center;gap:10px;padding:18px 44px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 8px 32px #e1540d40}.btn-primary:hover{background:#c94a0c;transform:scale(1.02);box-shadow:0 12px 48px #e1540d59}.btn-secondary{background:var(--brand-secondary);color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);letter-spacing:.5px;border:none;border-radius:60px;align-items:center;gap:10px;padding:18px 44px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 8px 32px #17784740}.btn-secondary:hover{background:#13633b;transform:scale(1.02);box-shadow:0 12px 48px #17784759}.btn-outline{color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:0 0;border:1px solid #ffffff1f;border-radius:60px;align-items:center;gap:10px;padding:18px 36px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-outline:hover{border-color:var(--brand-secondary);color:var(--brand-secondary);background:var(--green-light);transform:scale(1.02)}.contact-hero{background:var(--bg-dark);align-items:center;width:100%;min-height:80vh;padding-top:70px;display:flex;position:relative;overflow:hidden}.contact-hero .hero-scene{z-index:0;background:linear-gradient(#0b0b0c33 0%,#0b0b0cd9 100%),radial-gradient(at 30% 40%,#e1540d14 0%,#0000 50%),radial-gradient(at 70% 60%,#1778470f 0%,#0000 40%);position:absolute;inset:0}.contact-hero .bg-word{color:#e1540d05;letter-spacing:.05em;pointer-events:none;z-index:0;text-transform:uppercase;-webkit-user-select:none;user-select:none;font-family:Montserrat,sans-serif;font-size:clamp(180px,25vw,500px);font-weight:900;line-height:1;position:absolute}.contact-hero .bg-word-1{top:10%;right:-5%}.contact-hero .bg-word-2{color:#17784704;font-size:clamp(150px,20vw,400px);bottom:15%;left:-5%}.contact-hero .hud-corner{z-index:1;border:1px solid #e1540d26;width:60px;height:60px;position:absolute}.contact-hero .hud-corner-tl{border-bottom:none;border-right:none;top:40px;left:40px}.contact-hero .hud-corner-tr{border-bottom:none;border-left:none;top:40px;right:40px}.contact-hero .hud-corner-bl{border-top:none;border-right:none;bottom:40px;left:40px}.contact-hero .hud-corner-br{border-top:none;border-left:none;bottom:40px;right:40px}.contact-hero .hero-content{z-index:5;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1440px;margin:0 auto;padding:40px 60px 60px;display:grid;position:relative}.contact-hero .hero-left .section-label{letter-spacing:5px;text-transform:uppercase;color:var(--brand-primary);margin-bottom:16px;font-size:.7rem;font-weight:600}.contact-hero .hero-left h1{letter-spacing:-.03em;margin-bottom:16px;font-family:Montserrat,sans-serif;font-size:clamp(3.5rem,7vw,5.5rem);font-weight:900;line-height:1}.contact-hero .hero-left h1 .gold{color:var(--brand-primary)}.contact-hero .hero-left .subheading{color:#ffffff80;max-width:520px;margin-bottom:16px;font-size:1.15rem;font-weight:300;line-height:1.8}.contact-hero .hero-left .supporting{color:#ffffff59;max-width:520px;margin-bottom:24px;font-size:.95rem;line-height:1.7}.contact-hero .hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.contact-hero .hero-right{justify-content:center;align-items:center;display:flex}.contact-hero .hero-right .network-visual{aspect-ratio:1;background:#1a1a1a4d;border:1px solid #e1540d0d;border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:500px;display:flex;position:relative;overflow:hidden}.contact-hero .hero-right .network-visual .center-node{border:2px solid var(--brand-primary);width:80px;height:80px;color:var(--brand-primary);text-align:center;text-transform:uppercase;letter-spacing:1px;z-index:2;background:#e1540d0d;border-radius:50%;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;display:flex;position:relative}.contact-hero .hero-right .network-visual .connection-line{transform-origin:50%;background:#e1540d0d;height:1px;position:absolute}.contact-hero .hero-right .network-visual .node-dot{background:var(--brand-secondary);opacity:.15;border-radius:50%;width:8px;height:8px;animation:3s ease-in-out infinite pulse-dot;position:absolute}.contact-hero .hero-right .network-visual .node-dot-1{animation-delay:0s;top:10%;left:20%}.contact-hero .hero-right .network-visual .node-dot-2{animation-delay:.5s;top:15%;right:25%}.contact-hero .hero-right .network-visual .node-dot-3{animation-delay:1s;bottom:15%;right:20%}.contact-hero .hero-right .network-visual .node-dot-4{animation-delay:1.5s;bottom:10%;left:25%}.contact-hero .hero-right .network-visual .node-dot-5{animation-delay:2s;top:45%;left:5%}.contact-hero .hero-right .network-visual .node-dot-6{animation-delay:2.5s;top:45%;right:5%}@keyframes pulse-dot{0%,to{opacity:.05;transform:scale(1)}50%{opacity:.2;transform:scale(1.5)}}.contact-options{background:var(--text-primary);padding:120px 60px}.contact-options .options-container{max-width:1440px;margin:0 auto}.contact-options .options-container .section-label{color:var(--brand-primary)}.contact-options .options-container .section-heading{color:var(--bg-dark);margin-bottom:12px}.contact-options .options-container .section-sub{color:#00000080;margin-bottom:48px}.contact-options .options-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.contact-options .option-card{background:var(--bg-dark);transition:var(--transition-smooth);border:1px solid #e1540d0d;border-radius:16px;padding:32px 28px}.contact-options .option-card:hover{border-color:#17784726;transform:translateY(-4px)}.contact-options .option-card .icon{color:var(--brand-secondary);margin-bottom:12px;font-size:2rem;display:block}.contact-options .option-card h3{color:var(--text-primary);letter-spacing:.5px;margin-bottom:8px;font-size:1rem;font-weight:700}.contact-options .option-card .primary-contact{color:var(--brand-primary);font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.contact-options .option-card .secondary-contact{color:#ffffff4d;margin-top:2px;font-size:.85rem;text-decoration:none;display:block}.contact-options .option-card p{color:#ffffff4d;margin-top:8px;font-size:.8rem;line-height:1.7}.contact-options .option-card address{color:#fff6;margin-top:4px;font-size:.85rem;font-style:normal;line-height:1.8}.contact-form-section{background:var(--bg-dark);border-top:1px solid #e1540d0d;border-bottom:1px solid #e1540d0d;padding:120px 60px}.contact-form-section .form-container{max-width:900px;margin:0 auto}.contact-form-section .form-container .section-label{color:var(--brand-primary);text-align:center}.contact-form-section .form-container .section-heading{color:var(--text-primary);text-align:center;margin-bottom:12px}.contact-form-section .form-container .section-sub{color:#fff6;text-align:center;margin:0 auto 48px}.contact-form-section .contact-form{background:#1a1a1a4d;border:1px solid #ffffff0a;border-radius:20px;padding:48px}.contact-form-section .contact-form .form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-form-section .contact-form .form-group{margin-bottom:20px}.contact-form-section .contact-form .form-group.full-width{grid-column:1/-1}.contact-form-section .contact-form label{text-transform:uppercase;letter-spacing:2px;color:#ffffff4d;margin-bottom:6px;font-size:.7rem;display:block}.contact-form-section .contact-form label .green{color:var(--brand-secondary)}.contact-form-section .contact-form input,.contact-form-section .contact-form select,.contact-form-section .contact-form textarea{width:100%;color:var(--text-primary);background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:14px 18px;font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .3s}.contact-form-section .contact-form input:focus,.contact-form-section .contact-form select:focus,.contact-form-section .contact-form textarea:focus{border-color:#1778474d;outline:none}.contact-form-section .contact-form select option{color:var(--text-primary);background:#1a1a1a}.contact-form-section .contact-form textarea{resize:vertical;min-height:120px}.contact-form-section .contact-form .service-description{color:#fff3;background:#e1540d05;border-left:2px solid #e1540d1a;border-radius:8px;margin-top:4px;padding:8px 16px;font-size:.8rem}.contact-form-section .contact-form .checkbox-group{align-items:flex-start;gap:12px;padding:8px 0;display:flex}.contact-form-section .contact-form .checkbox-group input[type=checkbox]{appearance:none;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-top:2px;transition:all .3s;position:relative}.contact-form-section .contact-form .checkbox-group input[type=checkbox]:checked{background:var(--brand-primary);border-color:var(--brand-primary)}.contact-form-section .contact-form .checkbox-group input[type=checkbox]:checked:after{content:"";border:solid var(--bg-dark);border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.contact-form-section .contact-form .checkbox-group label{text-transform:none;letter-spacing:.3px;color:#ffffff4d;cursor:pointer;margin-bottom:0;font-size:.8rem}.contact-form-section .contact-form .btn-primary{justify-content:center;width:100%;margin-top:8px}.contact-headquarters{background:var(--text-primary);padding:120px 60px}.contact-headquarters .hq-container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1440px;margin:0 auto;display:grid}.contact-headquarters .hq-content .section-label{color:var(--brand-primary)}.contact-headquarters .hq-content .section-heading{color:var(--bg-dark);margin-bottom:16px}.contact-headquarters .hq-content address{color:#0009;font-size:1.05rem;font-style:normal;line-height:2}.contact-headquarters .hq-content address .label{color:var(--bg-dark);font-weight:600}.contact-headquarters .hq-content .contact-details{margin-top:16px}.contact-headquarters .hq-content .contact-details p{color:#00000080;margin-bottom:4px;font-size:.95rem}.contact-headquarters .hq-content .contact-details .gold-link{color:var(--brand-primary);font-weight:500;text-decoration:none}.contact-headquarters .hq-content .contact-details .gold-link:hover{text-decoration:underline}.contact-headquarters .hq-content .contact-details .green-link{color:var(--brand-secondary);font-weight:500;text-decoration:none}.contact-headquarters .hq-content .contact-details .green-link:hover{text-decoration:underline}.contact-headquarters .hq-map{background:var(--bg-dark);border:1px solid #e1540d0d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:40px;display:flex;position:relative;overflow:hidden}.contact-headquarters .hq-map .grid-overlay{background-image:linear-gradient(#e1540d05 1px,#0000 1px),linear-gradient(90deg,#e1540d05 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.contact-headquarters .hq-map .map-content{z-index:2;text-align:center;position:relative}.contact-headquarters .hq-map .map-content .pin{color:var(--brand-secondary);margin-bottom:12px;font-size:3rem;display:block}.contact-headquarters .hq-map .map-content .location{color:var(--text-primary);letter-spacing:1px;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800}.contact-headquarters .hq-map .map-content .coords{color:#fff3;letter-spacing:2px;margin-top:4px;font-size:.7rem}.contact-headquarters .hq-map .ring{border:1px solid #e1540d08;border-radius:50%;position:absolute}.contact-headquarters .hq-map .ring-1{width:200px;height:200px}.contact-headquarters .hq-map .ring-2{width:300px;height:300px}.contact-headquarters .hq-map .ring-3{width:400px;height:400px}.contact-coverage{background:var(--bg-dark);border-top:1px solid #e1540d0d;border-bottom:1px solid #e1540d0d;padding:120px 60px}.contact-coverage .coverage-container{text-align:center;max-width:1440px;margin:0 auto}.contact-coverage .coverage-container .section-label{color:var(--brand-primary)}.contact-coverage .coverage-container .section-heading{color:var(--text-primary);margin-bottom:12px}.contact-coverage .coverage-container .section-sub{color:#fff6;text-align:center;margin:0 auto 48px}.contact-coverage .coverage-network{background:#1a1a1a4d;border:1px solid #ffffff0a;border-radius:20px;padding:40px}.contact-coverage .coverage-network .network-grid{grid-template-columns:repeat(4,1fr);gap:16px;max-width:800px;margin:0 auto;display:grid}.contact-coverage .coverage-network .network-grid .node{color:#ffffff4d;text-transform:uppercase;letter-spacing:.5px;transition:var(--transition-smooth);background:#ffffff05;border:1px solid #e1540d0d;border-radius:12px;padding:16px 12px;font-size:.7rem}.contact-coverage .coverage-network .network-grid .node:hover{color:var(--text-primary);border-color:#17784726}.contact-coverage .coverage-network .network-grid .node .icon{color:var(--brand-secondary);margin-bottom:4px;font-size:1.2rem;display:block}.contact-faq{background:var(--text-primary);padding:120px 60px}.contact-faq .faq-container{max-width:900px;margin:0 auto}.contact-faq .faq-container .section-label{color:var(--brand-primary);text-align:center}.contact-faq .faq-container .section-heading{color:var(--bg-dark);text-align:center;margin-bottom:12px}.contact-faq .faq-container .section-sub{color:#00000080;text-align:center;margin:0 auto 48px}.contact-faq .faq-item{border-bottom:1px solid #0000000a;padding:20px 0}.contact-faq .faq-item:last-child{border-bottom:none}.contact-faq .faq-item .faq-toggle{cursor:pointer;width:100%;color:var(--bg-dark);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:4px 0;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:color .3s;display:flex}.contact-faq .faq-item .faq-toggle:hover{color:var(--brand-primary)}.contact-faq .faq-item .faq-toggle .icon{color:#0000001a;flex-shrink:0;margin-left:16px;font-size:1.2rem;transition:transform .3s}.contact-faq .faq-item.open .faq-toggle .icon{color:var(--brand-primary);transform:rotate(180deg)}.contact-faq .faq-item .faq-answer{opacity:0;max-height:0;padding:0;transition:max-height .4s,opacity .3s,padding .3s;overflow:hidden}.contact-faq .faq-item.open .faq-answer{opacity:1;max-height:500px;padding-top:16px}.contact-faq .faq-item .faq-answer p{color:#00000080;font-size:.95rem;line-height:1.8}.contact-faq .faq-item .faq-answer ul{margin-top:8px;padding:0;list-style:none}.contact-faq .faq-item .faq-answer ul li{color:#0006;padding:4px 0 4px 20px;font-size:.9rem;position:relative}.contact-faq .faq-item .faq-answer ul li:before{content:"";background:var(--brand-secondary);opacity:.2;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.contact-cta{background:var(--bg-dark);border-top:1px solid #e1540d0d;padding:100px 60px}.contact-cta .cta-container{text-align:center;max-width:900px;margin:0 auto}.contact-cta .cta-container h2{color:var(--text-primary);margin-bottom:16px;font-family:Montserrat,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:900}.contact-cta .cta-container h2 .gold{color:var(--brand-primary)}.contact-cta .cta-container h2 .green{color:var(--brand-secondary)}.contact-cta .cta-container p{color:#fff6;max-width:700px;margin:0 auto 32px;font-size:1.1rem;line-height:1.8}.contact-cta .cta-container .cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=1200px){.contact-hero .hero-content{grid-template-columns:1fr;gap:40px;padding:40px}.contact-hero .hero-right .network-visual{max-width:400px}.contact-options .options-grid{grid-template-columns:repeat(2,1fr)}.contact-headquarters .hq-container{grid-template-columns:1fr;gap:40px}.contact-headquarters .hq-map{min-height:300px}.contact-coverage .coverage-network .network-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.contact-form-section .contact-form .form-row{grid-template-columns:1fr}}@media (width<=768px){.contact-hero{padding-top:60px}.contact-hero .hero-content{padding:30px 20px}.contact-hero .hero-left h1{font-size:clamp(2.5rem,10vw,3.5rem)}.contact-hero .hero-left .subheading{font-size:1rem}.contact-hero .hero-right .network-visual{max-width:300px}.contact-hero .hero-buttons .btn-primary,.contact-hero .hero-buttons .btn-outline{justify-content:center;width:100%}.contact-hero .hud-corner,.contact-hero .bg-word{display:none}.contact-options{padding:80px 24px}.contact-options .options-grid{grid-template-columns:1fr 1fr}.contact-form-section{padding:80px 24px}.contact-form-section .contact-form{padding:24px}.contact-headquarters{padding:80px 24px}.contact-headquarters .hq-map{min-height:250px}.contact-coverage{padding:80px 24px}.contact-coverage .coverage-network .network-grid{grid-template-columns:repeat(2,1fr)}.contact-faq{padding:80px 24px}.contact-cta{padding:60px 24px}.contact-cta .cta-container .cta-buttons .btn-primary,.contact-cta .cta-container .cta-buttons .btn-outline{justify-content:center;width:100%}.contact-options .option-card{padding:24px 20px}.contact-options .option-card .primary-contact{font-size:1rem}}@media (width<=480px){.contact-options .options-grid{grid-template-columns:1fr}.contact-coverage .coverage-network .network-grid{grid-template-columns:1fr 1fr}.contact-form-section .contact-form{padding:16px}.contact-options .option-card .primary-contact{font-size:.9rem}.contact-options .option-card address{font-size:.75rem}.contact-faq .faq-item .faq-toggle{font-size:.9rem}}
