@scope (.page-contact){.hero{position:relative;min-height:auto;padding:120px 0 80px;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(20,70,115,.5),transparent 60%),radial-gradient(ellipse 55% 45% at 50% 55%,rgba(32,121,141,.1),transparent 60%),#0a1628;background-size:200% 200%;animation:hero-gradient-shift 10s ease-in-out infinite}.hero .container{position:relative;z-index:1}.hero__split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;min-height:520px}.hero__split>*{min-width:0}.hero__text{padding-top:24px}.hero h1{font-size:clamp(28px,3.4vw + .5rem,44px);font-weight:800;line-height:1.18;margin-bottom:16px;color:white;overflow-wrap:anywhere}.hero p{font-size:17px;color:rgba(255,255,255,.7);max-width:480px;margin:0 0 24px;line-height:1.7}.hero__pills{display:flex;gap:10px;flex-wrap:wrap}.pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);font-size:13px;color:rgba(255,255,255,.8)}.pill .material-icons-outlined{font-size:16px;color:var(--accent)}.hero-form-card{background:var(--surface);border-radius:var(--radius-lg);padding:32px;box-shadow:0 20px 60px rgba(0,0,0,.3);min-width:0;text-align:left}.hero-form-card h2{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:20px}.contact-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:start}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:600;color:var(--ink-light)}.form-group input,.form-group select,.form-group textarea{height:48px;padding:0 16px;border:1px solid var(--line);border-radius:14px;font-family:var(--font);font-size:15px;color:var(--ink);background:var(--surface-dim);transition:border-color .2s,box-shadow .2s;outline:none;width:100%;max-width:100%;box-sizing:border-box}.form-group textarea{height:120px;padding:14px 16px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(56,189,248,.15)}.contact-form.submitted .form-group input:invalid:not(:focus),.contact-form.submitted .form-group select:invalid:not(:focus),.contact-form.submitted .form-group textarea:invalid:not(:focus){border-color:#e74c3c}.contact-form.submitted .form-group input:invalid,.contact-form.submitted .form-group select:invalid,.contact-form.submitted .form-group textarea:invalid{border-color:#e74c3c;box-shadow:0 0 0 3px rgba(231,76,60,.12)}.check-group{display:flex;flex-wrap:wrap;gap:12px}.check-group label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--ink-light);cursor:pointer}.check-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue)}.form-thankyou{text-align:center;padding:60px 0}.form-thankyou h3{font-size:24px;font-weight:700;margin-bottom:12px}.form-thankyou p{font-size:16px;color:var(--muted)}.contact-sidebar{display:flex;flex-direction:column;gap:16px}.seo-blurb{font-size:14px;line-height:1.7;color:var(--muted);padding:20px 0 0;border-top:1px solid var(--line);margin-top:8px}.contact-details-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-cards{display:flex;flex-direction:column;gap:16px}.contact-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 2px 8px rgba(10,22,40,.04);transition:transform .3s,box-shadow .3s;will-change:transform}.contact-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(10,22,40,.08)}.contact-card .material-icons-outlined{font-size:24px;color:var(--blue);flex-shrink:0;margin-top:2px}.contact-card h3{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px}.contact-card a,.contact-card p{font-size:15px;color:var(--ink);font-weight:500}.contact-card a:hover{color:var(--blue-bright)}.social-row{display:flex;gap:12px;margin-top:4px}.social-row a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-dim);color:var(--muted);transition:background .2s,color .2s}.social-row a:hover{background:var(--blue);color:#fff}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.why-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:32px;transition:transform .3s,box-shadow .3s,border-color .3s;will-change:transform}.why-card .material-icons-outlined{font-size:32px;color:var(--accent);margin-bottom:16px}.why-card h3{font-size:18px;font-weight:700;margin-bottom:8px}.why-card p{font-size:15px;color:rgba(255,255,255,.65);line-height:1.6}.why-card:hover{transform:translateY(-4px);border-color:rgba(56,189,248,.2);box-shadow:0 12px 32px rgba(0,0,0,.2)}.why-card .material-icons-outlined{transition:transform .3s}.why-card:hover .material-icons-outlined{transform:scale(1.15)}.trust-bar{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;padding:20px 0}.trust-stat{text-align:center;padding:0 16px}.trust-stat__number{font-size:28px;font-weight:800;color:var(--accent);letter-spacing:-.02em;animation:stat-glow 3s ease-in-out infinite}.trust-stat__label{font-size:13px;color:rgba(255,255,255,.55);margin-top:4px}.trust-logos{display:flex;gap:32px;align-items:center;justify-content:center;flex-wrap:wrap;opacity:.5}.trust-logos img{height:28px;width:auto;filter:brightness(0) invert(1)}.hero-testimonials{margin-top:36px;position:relative}.hero-testimonial{position:absolute;top:0;left:0;right:0;opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s cubic-bezier(.16,1,.3,1);pointer-events:none}.hero-testimonial.active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}.hero-testimonial__card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:20px 22px;min-height:120px;display:flex;flex-direction:column;justify-content:center}.hero-testimonial__quote{font-size:14px;line-height:1.7;color:rgba(255,255,255,.7);font-style:italic;margin-bottom:10px}.hero-testimonial__meta{display:flex;align-items:baseline;gap:6px}.hero-testimonial__author{font-size:13px;font-weight:600;color:rgba(255,255,255,.85)}.hero-testimonial__sep{color:rgba(255,255,255,.25);font-size:12px}.hero-testimonial__role{font-size:12px;color:rgba(255,255,255,.4)}.form-trust{gap:20px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.form-trust,.form-trust__item{display:flex;align-items:center}.form-trust__item{gap:6px;font-size:12px;color:var(--muted);font-weight:500}.form-trust__item .material-icons-outlined{font-size:16px;color:var(--blue)}@keyframes hero-gradient-shift{0%,to{background-position:50% 0}50%{background-position:50% 100%}}@keyframes stat-glow{0%,to{text-shadow:0 0 20px rgba(56,189,248,.2)}50%{text-shadow:0 0 30px rgba(56,189,248,.4)}}@keyframes spin{to{transform:rotate(1turn)}}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (max-width:980px){.hero__split{grid-template-columns:1fr;gap:40px}.hero__text{text-align:center;padding-top:0;max-width:720px;margin:0 auto}.hero p{margin:0 auto 24px;max-width:600px}.hero__pills{justify-content:center}.hero-form-card{max-width:720px;margin:0 auto}.contact-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:repeat(2,1fr)}.contact-details-row{grid-template-columns:1fr}.hero__text>div[style*="flex-direction: column"],.hero__text>div[style*="flex-direction:column"]{max-width:380px;margin:28px auto 0}}@media (min-width:601px) and (max-width:980px){.hero__text>div[style*="flex-direction: column"],.hero__text>div[style*="flex-direction:column"]{align-items:flex-start;text-align:left}.hero__text>div[style*="flex-direction: column"]>div,.hero__text>div[style*="flex-direction:column"]>div{justify-content:flex-start;text-align:left}.hero__text>div[style*="flex-direction: column"]>div>div,.hero__text>div[style*="flex-direction:column"]>div>div{text-align:left}}@media (max-width:600px){.hero__text>div[style*="flex-direction: column"],.hero__text>div[style*="flex-direction:column"]{align-items:flex-start!important;text-align:left!important}.hero__text>div[style*="flex-direction: column"]>div,.hero__text>div[style*="flex-direction:column"]>div{text-align:left;justify-content:flex-start}.hero__text>div[style*="flex-direction: column"]>div>div,.hero__text>div[style*="flex-direction:column"]>div>div{text-align:left}}@media (max-width:720px){.hero{padding:110px 0 60px}.contact-details-row,.why-grid{grid-template-columns:1fr}.trust-bar{gap:20px}.trust-stat__number{font-size:24px}}@media (max-width:600px){.form-row{grid-template-columns:1fr}.hero-form-card{padding:24px}body,html{overflow-x:hidden}.container,.hero,.hero-form-card,.hero__split,.hero__text{max-width:100%;box-sizing:border-box}.hero{padding:80px 12px 40px}.hero .container{padding-left:0;padding-right:0}.hero h1{font-size:clamp(22px,6.8vw,30px);line-height:1.22;margin-bottom:12px;word-break:break-word;overflow-wrap:anywhere}.hero p{font-size:14px;line-height:1.55;margin-bottom:18px}.hero__pills{flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:20px}.pill{font-size:11px!important;padding:6px 10px!important}.hero__text{margin-bottom:28px}.hero__text>div[style*="flex-direction: column"],.hero__text>div[style*="flex-direction:column"]{gap:14px!important;margin-top:20px!important;padding:0 4px;align-items:flex-start!important;text-align:left!important;max-width:360px;margin-left:auto!important;margin-right:auto!important}.hero__text>div[style*="flex-direction: column"]>div,.hero__text>div[style*="flex-direction: column"]>div>div,.hero__text>div[style*="flex-direction:column"]>div,.hero__text>div[style*="flex-direction:column"]>div>div{text-align:left}.hero-testimonial,.hero-testimonial__card,.hero-testimonials{width:100%}.hero-testimonial__card{padding:18px!important;border-radius:14px!important}.hero-testimonial__quote{font-size:14px!important;line-height:1.55!important}.hero-form-card{padding:20px!important;border-radius:14px!important}.hero-form-card h2{font-size:18px!important;margin-bottom:18px!important}.form-group label{font-size:13px;margin-bottom:4px}.contact-form input,.contact-form select,.contact-form textarea,.form-group input,.form-group select,.form-group textarea{min-height:44px;font-size:16px}.contact-form .btn,.contact-form button[type=submit]{min-height:48px;width:100%}.form-row{grid-template-columns:1fr!important;gap:14px!important}}@media (max-width:420px){.hero{padding:76px 14px 36px}.hero h1{font-size:clamp(22px,7vw,28px);line-height:1.25}.hero p{font-size:14px}.hero__pills{flex-direction:column;align-items:stretch;gap:8px}.pill{justify-content:center}.hero-form-card{padding:18px!important;border-radius:16px!important}.hero-form-card h2{font-size:17px!important}.form-trust{gap:10px 14px}.form-trust__item{font-size:11px}}@media (max-width:360px){.hero{padding:72px 12px 32px}.hero h1{font-size:clamp(20px,6.6vw,24px)}.hero-form-card{padding:16px!important}.form-group input,.form-group select,.form-group textarea{padding:0 12px}.form-trust{flex-direction:column;align-items:flex-start;gap:8px}}@media (min-width:720px) and (max-width:980px){.hero__split{gap:36px}}@media (max-width:1100px){.hero__split{min-height:0}}@media (min-width:720px) and (max-width:980px){.why-grid{max-width:800px;margin-left:auto;margin-right:auto}}@media (max-width:720px){.hero-form-card{max-width:100%}}@media (min-width:981px) and (max-width:1100px){.hero__split{gap:40px}.hero h1{font-size:clamp(28px,3.6vw,38px)}}@media (min-width:601px) and (max-width:900px){.hero{padding:110px 0 64px}.hero-form-card{max-width:600px;padding:28px}.hero__text{max-width:640px}.hero p{font-size:16px}}@media (min-width:1280px){.hero{padding:140px 0 96px}.hero-form-card{max-width:520px;margin-left:auto}.hero__split{gap:72px}}@media (min-width:1600px){.hero__split{gap:88px}.hero h1{font-size:46px}}@media (max-height:520px) and (orientation:landscape){.hero{padding-top:72px;padding-bottom:32px}.hero__split{min-height:0}.hero-testimonials{margin-top:20px}}@media (prefers-reduced-motion:reduce){.hero__bg,.trust-stat__number{animation:none!important}.contact-card,.hero-testimonial,.why-card{transition:none!important}}}