:root{--white: #FFFFFF;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-400: #94A3B8;--gray-600: #475569;--gray-800: #1E293B;--ink: #0F1B2D;--ink-muted: #475569;--teal: #00A8B5;--teal-deep: #007D87;--teal-soft: #E0F7F9;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-w: 76rem;--gutter: clamp(1.25rem, 4vw, 2.5rem)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.6}::selection{background:var(--teal);color:var(--white)}a{color:var(--teal-deep)}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.header{position:sticky;top:0;background:var(--white);border-bottom:1px solid var(--gray-200);z-index:50}.header__inner{max-width:var(--max-w);margin:0 auto;padding:1rem var(--gutter);display:flex;align-items:center;gap:2rem}.header__brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--ink);font-weight:800}.header__brand-mark{background:var(--teal);color:var(--white);padding:.25rem .5rem;border-radius:4px;font-size:.875rem;letter-spacing:.05em}.header__brand-name{font-size:1.125rem}.header__nav{display:flex;gap:1.75rem;margin-left:2rem}.header__nav a{color:var(--ink-muted);text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .12s}.header__nav a:hover{color:var(--teal-deep)}.header__actions{margin-left:auto;display:flex;align-items:center;gap:1rem}.header__phone{display:inline-flex;align-items:center;gap:.375rem;color:var(--ink-muted);text-decoration:none;font-size:.9375rem;font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-weight:600;text-decoration:none;padding:.625rem 1.25rem;border-radius:6px;border:2px solid transparent;transition:all .15s;font-size:.9375rem;white-space:nowrap}.btn--primary{background:var(--teal);color:var(--white);border-color:var(--teal)}.btn--primary:hover{background:var(--teal-deep);border-color:var(--teal-deep);transform:translateY(-1px);box-shadow:0 8px 20px #00a8b54d}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--gray-200)}.btn--ghost:hover{border-color:var(--ink);background:var(--gray-50)}.btn--lg{padding:.875rem 1.75rem;font-size:1rem}.hero{position:relative;min-height:80vh;display:flex;align-items:center;color:var(--white);overflow:hidden}.hero__bg{position:absolute;inset:0;background:linear-gradient(135deg,#0a1628,#1e3a5f,#00525c)}.hero__bg-grad{position:absolute;inset:0;background:radial-gradient(at 80% 20%,rgba(0,168,181,.3) 0px,transparent 50%),radial-gradient(at 20% 80%,rgba(15,27,45,.6) 0px,transparent 50%)}.hero__inner{position:relative;max-width:56rem;margin:0 auto;padding:6rem var(--gutter) 5rem;text-align:center}.hero__inner--split{max-width:var(--max-w);display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center;text-align:left}.hero__copy{min-width:0}.hero__media{position:relative;display:flex;justify-content:flex-end}.hero__img{width:100%;height:auto;max-width:560px;aspect-ratio:9 / 7;object-fit:cover;border-radius:12px;box-shadow:0 20px 50px #00000059,0 0 0 1px #ffffff0f}.hero__title{font-size:clamp(2rem,4.4vw,3.25rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin:0 0 1.5rem}.hero__lede{font-size:1.1875rem;line-height:1.55;color:#ffffffd9;margin:0 0 2rem;max-width:36rem}.hero__cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero__cta .btn--ghost{background:#ffffff0d;color:var(--white);border-color:#ffffff4d}.hero__cta .btn--ghost:hover{background:#ffffff1a;border-color:var(--white)}.hero__trust{display:flex;gap:1.5rem;flex-wrap:wrap;color:#ffffffb3;font-size:.9375rem;margin:0}.hero__trust-stat strong{color:var(--white)}.hero__trust-sep{color:#ffffff4d}.logos{background:var(--gray-50);padding:2.5rem 0;border-bottom:1px solid var(--gray-200)}.logos__label{text-align:center;color:var(--ink-muted);font-size:.9375rem;margin:0 0 1.5rem}.logos__row{display:flex;justify-content:center;flex-wrap:wrap;gap:2.5rem;align-items:center}.logos__placeholder{color:#b8c2cc;font-size:.8125rem;font-weight:500;letter-spacing:.1em;border:1px dashed var(--gray-200);padding:.75rem 1.5rem;border-radius:4px}.stats{padding:5rem 0 4rem}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stats__item{display:flex;flex-direction:column;gap:.5rem}.stats__number{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--teal);line-height:1;letter-spacing:-.02em}.stats__label{color:var(--ink-muted);font-size:.9375rem;font-weight:500}.stats__note{text-align:center;color:var(--gray-400);font-size:.8125rem;margin-top:2rem;font-style:italic}.section-header{margin-bottom:3rem;max-width:48rem}.section-header--center{text-align:center;margin:0 auto 3rem}.section-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;color:var(--teal-deep);letter-spacing:.15em;margin-bottom:.75rem}.section-eyebrow--light{color:var(--teal)}.section-title{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin:0 0 1rem;color:var(--ink)}.section-title--light{color:var(--white)}.section-lede{font-size:1.125rem;color:var(--ink-muted);line-height:1.6;margin:0}.section-lede--light{color:#fffc}.services{padding:5rem 0;background:var(--white)}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.service-card{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card__img{width:100%;height:auto;aspect-ratio:5 / 3;object-fit:cover;display:block;border-top-left-radius:8px;border-top-right-radius:8px}.service-card__body{padding:1.75rem 2rem 2rem;display:flex;flex-direction:column;gap:1rem;flex:1}.service-card:hover{border-color:var(--teal);transform:translateY(-4px);box-shadow:0 14px 34px #0f1b2d1a}.service-card__icon{width:48px;height:48px;border-radius:10px;background:var(--teal-soft);color:var(--teal-deep);display:flex;align-items:center;justify-content:center}.service-card h3{font-size:1.375rem;font-weight:700;margin:0;color:var(--ink)}.service-card p{color:var(--ink-muted);margin:0;line-height:1.55}.service-card__features{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.5rem;color:var(--ink-muted);font-size:.9375rem}.service-card__features li{padding-left:1.25rem;position:relative}.service-card__features li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:700}.service-card__link{margin-top:auto;color:var(--teal-deep);font-weight:600;text-decoration:none;font-size:.9375rem}.service-card__link:hover{color:var(--ink)}.services__cta{text-align:center}.dark-section{background:linear-gradient(135deg,#0a1628,#1e3a5f);color:var(--white);padding:5rem 0}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 3rem;max-width:60rem;margin:0 auto 3rem}.feature{display:flex;gap:1rem;align-items:flex-start}.feature__icon{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center}.feature h4{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:var(--white)}.feature p{margin:0;color:#ffffffbf;line-height:1.55}.dark-section__cta{text-align:center}.testimonials{padding:5rem 0;background:var(--gray-50)}.testimonial-card{max-width:56rem;margin:0 auto;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:3rem;box-shadow:0 4px 12px #0f1b2d0a}.testimonial-card__quote{margin-bottom:2rem}.testimonial-card__quote svg{color:var(--teal-soft);margin-bottom:1rem}.testimonial-card__quote p{font-size:1.25rem;line-height:1.55;color:var(--ink);margin:0}.testimonial-card__author{display:flex;align-items:center;gap:1rem;border-top:1px solid var(--gray-200);padding-top:1.5rem}.testimonial-card__avatar{width:48px;height:48px;border-radius:50%;background:var(--gray-200);border:2px dashed var(--gray-400)}.testimonial-card__name{font-weight:700;color:var(--ink)}.testimonial-card__role{font-size:.875rem;color:var(--ink-muted)}.testimonials__note{text-align:center;color:var(--gray-400);font-size:.9375rem;margin-top:2rem;font-style:italic}.final-cta{background:var(--teal);color:var(--white);padding:5rem 0;text-align:center}.final-cta h2{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;margin:0 0 1rem}.final-cta p{font-size:1.125rem;color:#ffffffe6;max-width:40rem;margin:0 auto 2rem}.final-cta__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.final-cta .btn--primary{background:var(--white);color:var(--teal-deep);border-color:var(--white)}.final-cta .btn--primary:hover{background:var(--gray-50);color:var(--teal-deep)}.final-cta .btn--ghost{color:var(--white);border-color:#ffffff80;background:transparent}.final-cta .btn--ghost:hover{background:#ffffff1a;border-color:var(--white)}.footer{background:var(--gray-800);color:#ffffffb3;padding:3rem 0 1.5rem}.footer__inner{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer__brand{color:var(--white);font-weight:800;font-size:1.125rem;display:block;margin-bottom:.5rem}.footer__tag{margin:0;font-size:.9375rem;line-height:1.5}.footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__cols h5{color:var(--white);font-size:.875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1rem}.footer__cols a{display:block;color:#fff9;text-decoration:none;padding:.25rem 0;font-size:.9375rem}.footer__cols a:hover{color:var(--teal)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:.875rem}.footer__preview-note{color:#fff6;font-style:italic}.footer__preview-note a{color:#fff9}.video-block{padding:5rem 0;background:var(--white);border-top:1px solid var(--gray-100)}.video-frame{position:relative;max-width:64rem;margin:0 auto;border-radius:14px;overflow:hidden;box-shadow:0 20px 50px #0f1b2d2e;background:var(--ink);aspect-ratio:16 / 9}.video-frame__el{width:100%;height:100%;display:block;object-fit:cover;background:var(--ink)}.video-frame__overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#0a16280d,#0a16288c);transition:opacity .2s}.video-frame__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;border:0;background:#00a8b5f2;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 30px #00a8b566;transition:transform .2s,background .2s}.video-frame__play:hover{transform:translate(-50%,-50%) scale(1.06);background:var(--teal-deep)}.video-frame__play svg{margin-left:4px}.video-frame.is-playing .video-frame__overlay,.video-frame.is-playing .video-frame__play{opacity:0;pointer-events:none}.video-frame__caption{position:absolute;left:1.25rem;bottom:1rem;margin:0;color:#ffffffe6;font-size:.875rem;font-weight:500;letter-spacing:.01em;text-shadow:0 1px 2px rgba(0,0,0,.4)}.testimonial-card{position:relative}.testimonial-card__logo{display:block;height:auto;width:140px;max-width:100%;border-radius:6px;margin-bottom:1.5rem;opacity:.85;border:1px solid var(--gray-200);background:var(--gray-50)}.awards{margin-top:3.5rem;text-align:center}.awards__label{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:700;color:var(--ink-muted);margin:0 0 1.25rem}.awards__row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem}.awards__placeholder{color:#b8c2cc;font-size:.75rem;font-weight:600;letter-spacing:.12em;border:1px dashed var(--gray-200);padding:.75rem 1.25rem;border-radius:6px;background:var(--white)}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.fade-up.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.fade-up,.fade-up.is-visible{opacity:1;transform:none;transition:none}.video-frame__play,.service-card{transition:none}}@media (max-width: 900px){.header__nav,.header__phone{display:none}.hero__inner--split{grid-template-columns:1fr;text-align:center;gap:2.5rem}.hero__media{justify-content:center}.hero__lede{margin-left:auto;margin-right:auto}.hero__cta,.hero__trust{justify-content:center}.services__grid{grid-template-columns:1fr}.stats__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1rem}.features{grid-template-columns:1fr;gap:1.5rem}.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__cols{grid-template-columns:repeat(2,1fr)}.video-frame__play{width:64px;height:64px}}@media (max-width: 480px){.hero{min-height:60vh}.stats__grid,.footer__cols{grid-template-columns:1fr}}
