:root {
    --navy: #071827;
    --navy-2: #0b2437;
    --blue: #2563eb;
    --cyan: #23b7d7;
    --mint: #49d6b1;
    --ink: #102436;
    --muted: #607183;
    --paper: #f5f8fb;
    --white: #fff;
    --line: rgba(255, 255, 255, .12);
    --shadow: 0 30px 80px rgba(0, 15, 30, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(7, 24, 39, .9); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; color: white; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font: 700 .92rem/1.1 "Manrope", sans-serif; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: #8da4b5; font-size: .72rem; letter-spacing: .19em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; color: #d8e3eb; font-size: .91rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .2s ease; }
.site-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 9px; transition: .2s ease; }
.nav-cta:hover { background: white; color: var(--navy); }
.nav-toggle { display: none; }

.hero { position: relative; height: 100vh; height: 100svh; min-height: 0; overflow: hidden; color: white; background: radial-gradient(circle at 76% 45%, rgba(35,183,215,.15), transparent 26%), linear-gradient(120deg, #061521 0%, #0a2437 54%, #071b2b 100%); }
.hero::before { content: ""; position: absolute; width: 500px; height: 500px; left: -290px; top: 140px; border-radius: 50%; border: 90px solid rgba(37,99,235,.09); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 58%); }
.hero-layout { position: relative; z-index: 2; height: 100%; min-height: 0; padding: 96px 0 24px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 11px; color: #9fddeb; font: 700 .76rem/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .17em; }
.eyebrow span { width: 28px; height: 2px; background: var(--cyan); }
h1, h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.045em; }
h1 { max-width: 670px; font-size: clamp(3.25rem, 5.2vw, 5.15rem); line-height: 1.01; }
h1 em { color: var(--mint); font-style: normal; }
.hero-lede { max-width: 620px; margin: 26px 0 0; color: #afc0cc; font-size: 1.12rem; line-height: 1.72; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 8px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 12px 30px rgba(37,99,235,.3); }
.button-primary:hover { background: #3472f2; }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.2); }
.button-secondary:hover { border-color: rgba(255,255,255,.5); }
.hero-proof { margin-top: 52px; padding-top: 28px; display: flex; gap: 44px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 4px; }
.hero-proof strong { font: 700 1.18rem/1 "Manrope", sans-serif; }
.hero-proof span { color: #7990a1; font-size: .78rem; }

.hero-visual { position: relative; width: 100%; min-height: 590px; display: grid; place-items: center; perspective: 1000px; }
.hero-visual::before { content: ""; position: absolute; width: 450px; height: 450px; border-radius: 50%; border: 1px solid rgba(73,214,177,.12); box-shadow: 0 0 0 70px rgba(73,214,177,.025), 0 0 0 140px rgba(35,183,215,.018); }
.keypad-carousel { position: relative; z-index: 2; width: min(410px, 100%); height: 570px; }
.keypad-stage { position: relative; height: 510px; overflow: hidden; border-radius: 32px; }
.keypad-stage::before { content: ""; position: absolute; z-index: -1; width: 330px; height: 330px; left: 50%; top: 46%; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(35,183,215,.12), rgba(37,99,235,.035) 54%, transparent 72%); filter: blur(3px); }
.keypad-track { --slide-index: 0; height: 100%; display: flex; transform: translate3d(calc(var(--slide-index) * -100%), 0, 0); transition: transform .72s cubic-bezier(.22,.8,.25,1); will-change: transform; }
.keypad-slide { position: relative; min-width: 100%; height: 100%; margin: 0; padding: 14px 22px 78px; display: grid; place-items: center; opacity: .4; transform: scale(.92); transition: opacity .5s ease, transform .72s cubic-bezier(.22,.8,.25,1); }
.keypad-slide.is-active { opacity: 1; transform: scale(1); }
.keypad-slide img { width: auto; max-width: 100%; max-height: 410px; object-fit: contain; filter: drop-shadow(0 28px 24px rgba(0,0,0,.42)) drop-shadow(0 0 25px rgba(35,183,215,.08)); user-select: none; }
.keypad-slide figcaption { position: absolute; left: 50%; bottom: 18px; min-width: 210px; padding: 12px 18px; display: grid; gap: 3px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(8,30,45,.78); box-shadow: 0 16px 45px rgba(0,0,0,.2); backdrop-filter: blur(14px); transform: translateX(-50%); text-align: center; }
.keypad-slide figcaption small { color: var(--mint); font-size: .58rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.keypad-slide figcaption strong { color: #e8f1f5; font: 700 .82rem/1.25 "Manrope", sans-serif; }
.keypad-controls { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: center; gap: 18px; }
.carousel-arrow { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #a9bdc8; background: rgba(255,255,255,.035); cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { border-color: var(--mint); color: var(--navy); background: var(--mint); outline: none; }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 20px; background: #456072; cursor: pointer; transition: width .25s ease, background .25s ease; }
.carousel-dots button.is-active { width: 26px; background: var(--mint); }
.signal { position: absolute; width: 12px; height: 12px; z-index: 3; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 8px rgba(35,183,215,.11), 0 0 30px var(--cyan); }
.signal-one { right: 44px; bottom: 150px; }
.signal-two { left: 65px; top: 135px; background: var(--blue); box-shadow: 0 0 0 8px rgba(37,99,235,.12), 0 0 30px var(--blue); }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 11px; color: #688191; font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; animation: scrollCueFloat 2.4s ease-in-out infinite; }
.scroll-cue span { width: 22px; height: 34px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; position: relative; }
.scroll-cue span::after { content: ""; width: 3px; height: 6px; border-radius: 4px; background: var(--mint); position: absolute; left: 8px; top: 7px; box-shadow: 0 0 10px rgba(73,214,177,.7); animation: scrollCueDot 1.8s ease-in-out infinite; }

@keyframes scrollCueFloat {
    0%, 100% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 5px); }
}

@keyframes scrollCueDot {
    0% { opacity: 0; transform: translateY(0); }
    22% { opacity: 1; }
    72% { opacity: 1; }
    100% { opacity: 0; transform: translateY(12px); }
}
.section { padding: 120px 0; }
.section h2 { font-size: clamp(2.55rem, 4.5vw, 4.6rem); line-height: 1.05; }
.eyebrow.dark { color: var(--blue); }
.section-lede { color: #2e4355 !important; font-size: 1.13rem !important; line-height: 1.78 !important; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.about { background: white; }
.about-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 100px; }
.about-copy h2 { max-width: 700px; }
.about-copy > p:not(.eyebrow) { max-width: 690px; margin: 26px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.8; }
.about-copy .text-link { margin-top: 32px; }
.about-panel { position: relative; min-height: 520px; padding: 46px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 24px; color: white; background: linear-gradient(145deg, #0c2b41, #081a29); box-shadow: 0 30px 70px rgba(7,24,39,.19); }
.about-panel::before { content: ""; position: absolute; width: 340px; height: 340px; right: -100px; top: -100px; border: 1px solid rgba(73,214,177,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(73,214,177,.025), 0 0 0 120px rgba(35,183,215,.018); }
.about-panel > img { position: absolute; width: 280px; height: 280px; right: -24px; top: -20px; object-fit: contain; opacity: .12; }
.about-panel-copy { position: relative; max-width: 370px; display: grid; gap: 14px; }
.about-panel-copy span { color: var(--mint); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.about-panel-copy strong { font: 700 1.65rem/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.about-metric { position: relative; margin-top: 34px; padding-top: 26px; display: flex; align-items: center; gap: 18px; border-top: 1px solid var(--line); }
.about-metric strong { color: var(--mint); font: 800 2.7rem/1 "Manrope", sans-serif; }
.about-metric span { color: #91a6b4; font-size: .78rem; line-height: 1.45; }

.services { background: #eff4f8; }
.section-heading { margin-bottom: 62px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.section-heading h2 { max-width: 750px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 510px; padding: 40px 36px 34px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #dfe7ed; border-radius: 16px; background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(37,99,235,.28); box-shadow: 0 24px 60px rgba(23,54,78,.1); }
.service-card-featured { color: white; border-color: var(--navy-2); background: linear-gradient(145deg, #0d2e44, #071a29); }
.service-number { position: absolute; right: 24px; top: 22px; color: #dbe5eb; font: 700 4.2rem/1 "Manrope", sans-serif; letter-spacing: -.08em; opacity: .5; }
.service-card-featured .service-number { color: white; opacity: .09; }
.service-icon { position: relative; width: 54px; height: 54px; margin-bottom: 78px; border-radius: 12px; background: rgba(37,99,235,.1); }
.service-card-featured .service-icon { background: rgba(73,214,177,.12); }
.service-icon span { position: absolute; width: 21px; height: 27px; left: 16px; top: 13px; border: 2px solid var(--blue); border-radius: 3px; }
.service-icon span::before, .service-icon span::after { content: ""; position: absolute; left: 4px; right: 4px; height: 2px; background: var(--blue); }
.service-icon span::before { top: 7px; }
.service-icon span::after { top: 14px; }
.service-card-featured .service-icon span { border-color: var(--mint); }
.service-card-featured .service-icon span::before, .service-card-featured .service-icon span::after { background: var(--mint); }
.service-icon i { position: absolute; width: 8px; height: 8px; right: 9px; bottom: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 3px white; }
.service-card-featured .service-icon i { background: var(--mint); box-shadow: 0 0 0 3px #0b293d; }
.wrench-icon span { width: 25px; height: 6px; left: 14px; top: 25px; border: 0; border-radius: 5px; background: var(--blue); transform: rotate(-45deg); }
.wrench-icon span::before { width: 13px; height: 13px; left: -5px; top: -4px; border: 3px solid var(--blue); border-right-color: transparent; border-radius: 50%; background: transparent; }
.wrench-icon span::after { display: none; }
.refresh-icon span { width: 26px; height: 26px; left: 14px; top: 14px; border: 3px solid var(--blue); border-left-color: transparent; border-radius: 50%; }
.refresh-icon span::before { width: 0; height: 0; left: -5px; top: 14px; border-style: solid; border-width: 5px 8px 5px 0; border-color: transparent var(--blue) transparent transparent; background: transparent; transform: rotate(-35deg); }
.refresh-icon span::after { display: none; }
.service-card h3 { margin: 0; font: 700 1.45rem/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.service-card > p { margin: 16px 0 20px; color: var(--muted); line-height: 1.65; }
.service-card-featured > p { color: #9bb0bd; }
.service-card ul { margin: 0 0 30px; padding: 0; list-style: none; display: grid; gap: 9px; }
.service-card li { position: relative; padding-left: 19px; color: #465d6f; font-size: .85rem; }
.service-card li::before { content: ""; position: absolute; width: 6px; height: 6px; left: 0; top: 6px; border-radius: 50%; background: var(--cyan); }
.service-card-featured li { color: #b4c4ce; }
.service-card > a { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid #e7edf1; color: var(--blue); font-weight: 700; }
.service-card-featured > a { color: var(--mint); border-top-color: var(--line); }
.service-card > a span { transition: transform .2s ease; }
.service-card > a:hover span { transform: translateX(4px); }

.process { position: relative; overflow: hidden; color: white; background: linear-gradient(125deg, #061521, #0a2437); }
.process::after { content: ""; position: absolute; width: 430px; height: 430px; left: -230px; bottom: -230px; border: 70px solid rgba(37,99,235,.07); border-radius: 50%; }
.process-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(90deg, transparent, black); }
.process-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: center; }
.process-copy h2 { max-width: 610px; }
.process-copy > p:not(.eyebrow) { max-width: 560px; margin: 28px 0 34px; color: #9aafbc; line-height: 1.8; }
.process-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-steps li { padding: 30px 0; display: grid; grid-template-columns: 65px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.process-steps li:first-child { border-top: 1px solid var(--line); }
.process-steps li > span { color: var(--mint); font: 700 .78rem/1.6 "Manrope", sans-serif; letter-spacing: .12em; }
.process-steps div { display: grid; gap: 8px; }
.process-steps strong { font: 700 1.15rem/1.3 "Manrope", sans-serif; }
.process-steps p { margin: 0; color: #8da2af; font-size: .9rem; line-height: 1.65; }

.contact { background: white; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.contact-copy { padding-top: 28px; }
.contact-copy h2 { max-width: 520px; }
.contact-copy > p:not(.eyebrow) { max-width: 490px; margin: 26px 0 0; color: var(--muted); line-height: 1.78; }
.contact-details { margin-top: 46px; display: grid; gap: 0; border-top: 1px solid #e2e9ee; }
.contact-details > * { padding: 20px 0; display: grid; gap: 6px; border-bottom: 1px solid #e2e9ee; }
.contact-details span { color: #8594a1; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-details strong { font: 700 1rem/1.55 "Manrope", sans-serif; }
.contact-details a:hover strong { color: var(--blue); }
.form-card { padding: 42px; border: 1px solid #dfe7ec; border-radius: 20px; background: #f7f9fb; box-shadow: 0 25px 70px rgba(18,50,74,.08); }
.form-heading { margin-bottom: 30px; display: grid; gap: 6px; }
.form-heading span { color: var(--blue); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.form-heading strong { font: 700 1.5rem/1.2 "Manrope", sans-serif; }
.form-card form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { display: grid; gap: 8px; }
.form-card label > span { color: #43596a; font-size: .78rem; font-weight: 700; }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: 14px 15px; border: 1px solid #d6e0e7; border-radius: 8px; outline: none; color: var(--ink); background: white; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.form-card input, .form-card select { height: 50px; }
.form-card textarea { resize: vertical; min-height: 135px; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(37,99,235,.09); }
.form-card [aria-invalid="true"] { border-color: #c84444; }
.website-field { position: absolute !important; left: -10000px !important; }
.recaptcha-wrap { width: 100%; min-height: 78px; overflow: hidden; }
.g-recaptcha { transform-origin: left top; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.form-footer p { max-width: 280px; margin: 0; color: #8997a3; font-size: .68rem; line-height: 1.5; }
.form-footer .button { border: 0; cursor: pointer; font: 700 .9rem/1 "DM Sans", sans-serif; }
.form-footer .button:disabled { opacity: .6; cursor: wait; transform: none; }
.form-message { display: none; padding: 13px 15px; border-radius: 8px; font-size: .85rem; line-height: 1.5; }
.form-message.is-visible { display: block; }
.form-message.is-success { color: #096048; background: #e5f8f1; }
.form-message.is-error { color: #8c2e2e; background: #faeaea; }

.faq { background: #eff4f8; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading h2 { font-size: clamp(2.4rem, 3.8vw, 4rem); }
.faq-heading > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); line-height: 1.75; }
.accordion { border-top: 1px solid #ccd7df; }
.accordion-item { border-bottom: 1px solid #ccd7df; }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font: 700 1.05rem/1.35 "Manrope", sans-serif; }
.accordion-item button i { position: relative; flex: 0 0 auto; width: 28px; height: 28px; border: 1px solid #bdcbd5; border-radius: 50%; }
.accordion-item button i::before, .accordion-item button i::after { content: ""; position: absolute; left: 8px; right: 8px; top: 13px; height: 1px; background: var(--blue); }
.accordion-item button i::after { transform: rotate(90deg); transition: transform .2s ease; }
.accordion-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.accordion-panel { padding: 0 55px 25px 0; }
.accordion-panel p { margin: 0; color: var(--muted); line-height: 1.72; }

.site-footer { color: #92a7b5; background: #061521; }
.footer-main { padding: 75px 0 62px; display: grid; grid-template-columns: 1.45fr .65fr .9fr 1fr; gap: 70px; }
.footer-main > div:not(.footer-brand) { display: grid; align-content: start; gap: 12px; }
.footer-main > div > strong { margin-bottom: 8px; color: white; font: 700 .82rem/1.2 "Manrope", sans-serif; }
.footer-main a, .footer-main span { font-size: .8rem; }
.footer-main a:hover { color: var(--mint); }
.footer-brand > p { max-width: 290px; margin: 22px 0 0; font-size: .82rem; line-height: 1.7; }
.footer-bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: .72rem; }
.footer-bottom a:hover { color: white; }

.service-page { background: white; }
.service-hero { position: relative; padding: 155px 0 0; overflow: hidden; color: white; background: radial-gradient(circle at 78% 40%, rgba(35,183,215,.15), transparent 26%), linear-gradient(120deg, #061521, #0a2437 60%, #071b2b); }
.service-hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.service-hero-layout { position: relative; z-index: 2; min-height: 565px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; }
.service-hero-copy { padding-bottom: 70px; }
.breadcrumbs { margin-bottom: 42px; display: flex; align-items: center; gap: 10px; color: #718b9d; font-size: .74rem; }
.breadcrumbs a:hover { color: var(--mint); }
.service-hero-copy h1 { max-width: 720px; font-size: clamp(3.35rem, 5vw, 5.1rem); }
.service-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: #afc0cc; font-size: 1.08rem; line-height: 1.75; }
.service-hero-visual { position: relative; align-self: stretch; display: grid; place-items: center; }
.service-hero-visual img { position: relative; z-index: 2; width: auto; max-width: 90%; max-height: 500px; object-fit: contain; filter: drop-shadow(0 30px 28px rgba(0,0,0,.42)); }
.service-product-halo { position: absolute; width: 400px; height: 400px; border: 1px solid rgba(73,214,177,.14); border-radius: 50%; box-shadow: 0 0 0 65px rgba(73,214,177,.025), 0 0 0 130px rgba(35,183,215,.018); }
.service-highlights { position: relative; z-index: 3; min-height: 105px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-highlights div { padding: 26px 30px; display: grid; gap: 7px; border-right: 1px solid var(--line); }
.service-highlights div:first-child { padding-left: 0; }
.service-highlights div:last-child { border-right: 0; }
.service-highlights strong { color: var(--mint); font: 700 1rem/1.2 "Manrope", sans-serif; }
.service-highlights span { color: #7890a0; font-size: .76rem; }

.service-detail { background: white; }
.service-detail-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 105px; align-items: start; }
.service-article { display: grid; gap: 64px; }
.service-article section { padding-bottom: 64px; border-bottom: 1px solid #dfe7ec; }
.service-article section:last-child { padding-bottom: 0; border-bottom: 0; }
.service-article h2 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2rem, 3.2vw, 3.4rem); }
.service-article p { margin: 0 0 18px; color: var(--muted); font-size: 1.02rem; line-height: 1.82; }
.service-article ul { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; list-style: none; }
.service-article li { position: relative; padding-left: 22px; color: #344b5c; line-height: 1.55; }
.service-article li::before { content: ""; position: absolute; width: 7px; height: 7px; left: 0; top: .52em; border-radius: 50%; background: var(--cyan); }
.service-aside { position: sticky; top: 120px; padding: 38px; border-radius: 18px; color: white; background: linear-gradient(145deg, #0d2e44, #071a29); box-shadow: 0 25px 60px rgba(7,24,39,.16); }
.service-aside > span { color: var(--mint); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.service-aside h2 { margin: 16px 0; font-size: 2rem; line-height: 1.15; }
.service-aside p { margin: 0 0 28px; color: #9bb0bd; line-height: 1.7; }
.service-aside .button { width: 100%; }
.service-phone { margin-top: 22px; display: block; color: #d7e3e9; text-align: center; font-weight: 700; }
.service-phone:hover { color: var(--mint); }

.service-faq { background: #eff4f8; }
.service-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; align-items: start; }
.service-faq-layout h2 { max-width: 520px; font-size: clamp(2.4rem, 4vw, 4rem); }
.service-faq-list { border-top: 1px solid #ccd7df; }
.service-faq-list article { padding: 28px 0; border-bottom: 1px solid #ccd7df; }
.service-faq-list h3 { margin: 0 0 10px; font: 700 1.05rem/1.4 "Manrope", sans-serif; }
.service-faq-list p { margin: 0; color: var(--muted); line-height: 1.72; }
.related-services { padding: 75px 0; color: white; background: #0a2437; }
.related-services-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.related-services-inner > div:first-child { display: grid; gap: 10px; }
.related-services-inner span { color: var(--mint); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.related-services-inner strong { max-width: 550px; font: 700 1.65rem/1.35 "Manrope", sans-serif; }
.related-links { display: grid; border-top: 1px solid var(--line); }
.related-links a { padding: 14px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); color: #b6c7d1; font-size: .9rem; }
.related-links a::after { content: "→"; color: var(--mint); }
.related-links a:hover { color: white; }

.legal-page { background: white; }
.legal-back { color: white; }
.legal-content { max-width: 850px; padding-top: 165px; padding-bottom: 100px; }
.legal-content h1 { color: var(--ink); font-size: clamp(3rem, 6vw, 5.5rem); }
.legal-content h2 { margin: 44px 0 12px; color: var(--ink); font: 700 1.35rem/1.3 "Manrope", sans-serif; letter-spacing: -.025em; }
.legal-content p { color: var(--muted); line-height: 1.8; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { margin-bottom: 48px; font-size: .82rem; }

body.js-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
body.js-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (max-height: 850px) and (min-width: 961px) {
    .nav-wrap { min-height: 76px; }
    .hero-layout { padding: 78px 0 16px; gap: 50px; }
    .hero h1 { font-size: clamp(3.25rem, 4.5vw, 4.45rem); }
    .hero .eyebrow { margin-bottom: 16px; }
    .hero-lede { margin-top: 18px; font-size: 1rem; line-height: 1.58; }
    .hero-actions { margin-top: 24px; }
    .hero-proof { margin-top: 30px; padding-top: 18px; }
    .hero-visual { min-height: 500px; }
    .keypad-carousel { width: min(390px, 100%); height: 520px; }
    .keypad-stage { height: 462px; }
    .keypad-slide { padding: 10px 22px 70px; }
    .keypad-slide img { max-height: 365px; }
    .keypad-slide figcaption { bottom: 10px; }
    .scroll-cue { bottom: 14px; }
}

@media (max-width: 960px) {
    .site-nav { position: fixed; inset: 76px 18px auto; padding: 22px; display: grid; gap: 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(7,24,39,.97); transform: translateY(-130%); opacity: 0; transition: .25s ease; }
    .site-nav.is-open { transform: none; opacity: 1; }
    .nav-toggle { width: 42px; height: 42px; padding: 10px; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; background: transparent; }
    .nav-toggle span:not(.sr-only) { display: block; height: 2px; background: white; }
    .hero { height: 100vh; height: 100svh; min-height: 0; }
    .hero-layout { height: 100%; min-height: 0; padding: 88px 0 18px; grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr); gap: 18px; }
    .hero h1 { font-size: clamp(2.8rem, 5.8vw, 3.7rem); }
    .hero-lede { font-size: 1rem; }
    .hero-proof { margin-top: 34px; padding-top: 22px; gap: 24px; }
    .hero-visual { min-height: 560px; margin-right: -22px; transform: scale(.86); transform-origin: center right; }
    .scroll-cue { display: none; }
    .about-layout, .process-layout, .contact-layout, .faq-layout { grid-template-columns: 1fr; gap: 60px; }
    .about-panel { min-height: 460px; }
    .section-heading { grid-template-columns: 1fr; gap: 24px; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .service-icon { margin-bottom: 54px; }
    .faq-heading { position: static; }
    .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .service-hero-layout { min-height: 520px; grid-template-columns: 1.1fr .9fr; gap: 30px; }
    .service-hero-copy h1 { font-size: clamp(2.75rem, 6vw, 4rem); }
    .service-hero-visual img { max-height: 400px; }
    .service-product-halo { width: 310px; height: 310px; }
    .service-detail-layout { grid-template-columns: 1fr; gap: 60px; }
    .service-aside { position: static; }
    .service-faq-layout { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 620px), (max-width: 900px) and (orientation: portrait) {
    .hero { height: 100vh; height: 100svh; min-height: 680px; }
    .hero-layout { height: 100%; min-height: 0; padding: 105px 0 38px; grid-template-columns: 1fr; place-items: center; gap: 0; text-align: center; }
    .hero-copy { position: relative; z-index: 4; display: grid; justify-items: center; }
    .hero-copy::before { content: ""; position: absolute; z-index: -1; inset: -55px -8vw; background: radial-gradient(ellipse at center, rgba(6,21,33,.88) 0%, rgba(6,21,33,.62) 48%, transparent 76%); pointer-events: none; }
    .hero-copy .eyebrow { justify-self: center; }
    .hero-lede { color: #c1cfd8; }
    .hero-visual { position: absolute; z-index: 2; inset: 68px -10% 0; width: auto; min-height: 0; margin: 0; opacity: .26; transform: scale(1.08); pointer-events: none; }
    .hero-visual::before { width: min(72vw, 520px); height: min(72vw, 520px); }
    .keypad-carousel, .keypad-stage { width: 100%; height: 100%; }
    .keypad-stage { overflow: visible; }
    .keypad-slide { padding: 45px 18px; }
    .keypad-slide img { max-height: min(68vh, 590px); }
    .keypad-slide figcaption, .keypad-controls { display: none; }
    .signal { display: none; }
    .hero-proof { width: 100%; justify-content: center; }
}

@media (max-height: 650px) and (min-width: 621px) {
    .nav-wrap { min-height: 68px; }
    .hero-layout { padding: 72px 0 10px; }
    .hero h1 { font-size: clamp(2.1rem, 4.7vw, 2.85rem); }
    .hero .eyebrow { margin-bottom: 12px; font-size: .66rem; }
    .hero-lede { margin-top: 14px; font-size: .86rem; line-height: 1.5; }
    .hero-actions { margin-top: 18px; gap: 8px; }
    .hero-actions .button { min-height: 42px; padding: 0 12px; gap: 10px; font-size: .78rem; }
    .hero-proof { margin-top: 20px; padding-top: 14px; gap: 12px; }
    .hero-proof strong { font-size: .95rem; }
    .hero-proof span { font-size: .65rem; }
    .hero-visual { min-height: 0; height: 100%; margin-right: 0; transform: none; }
    .keypad-carousel { width: min(320px, 100%); height: 430px; }
    .keypad-stage { height: 378px; }
    .keypad-slide { padding: 8px 16px 64px; }
    .keypad-slide img { max-height: 300px; }
    .keypad-slide figcaption { bottom: 8px; padding: 9px 14px; }
}

@media (max-width: 600px) {
    .container { width: min(100% - 32px, 1180px); }
    .nav-wrap { min-height: 76px; }
    .brand strong { font-size: .8rem; }
    .hero-layout { padding-top: 128px; gap: 44px; }
    h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .hero-lede { font-size: 1rem; }
    .hero-actions { width: 100%; flex-direction: column; }
    .hero-proof { width: 100%; gap: 18px; justify-content: space-between; }
    .hero-proof strong { font-size: .92rem; }
    .hero-proof span { font-size: .67rem; }
    .hero-visual { inset: 70px -28% 0; min-height: 0; margin: 0; transform: scale(1.06); }
    .keypad-carousel, .keypad-stage { width: 100%; height: 100%; }
    .keypad-slide { padding: 55px 18px; }
    .keypad-slide img { max-height: 64vh; }
    .section { padding: 85px 0; }
    .about-layout, .process-layout, .contact-layout, .faq-layout { gap: 45px; }
    .about-panel { min-height: 420px; padding: 30px; }
    .about-panel-copy strong { font-size: 1.35rem; }
    .service-card { padding: 32px 28px; }
    .process-steps li { grid-template-columns: 42px 1fr; gap: 14px; }
    .form-card { padding: 28px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .form-footer { align-items: stretch; flex-direction: column; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
    .service-hero { padding-top: 115px; }
    .service-hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 20px; text-align: center; }
    .service-hero-copy { padding-bottom: 10px; display: grid; justify-items: center; }
    .breadcrumbs { margin-bottom: 30px; }
    .service-hero-copy h1 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
    .service-hero-copy > p:not(.eyebrow) { font-size: 1rem; }
    .service-hero-visual { min-height: 410px; }
    .service-hero-visual img { max-height: 370px; }
    .service-highlights { grid-template-columns: 1fr; padding: 18px 0; }
    .service-highlights div, .service-highlights div:first-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .service-highlights div:last-child { border-bottom: 0; }
    .service-article { gap: 45px; }
    .service-article section { padding-bottom: 45px; }
    .service-article ul { grid-template-columns: 1fr; }
    .service-aside { padding: 30px 24px; }
    .related-services-inner { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 380px) {
    .recaptcha-wrap { min-height: 70px; }
    .g-recaptcha { transform: scale(.88); }
}

@media (max-width: 340px) {
    .recaptcha-wrap { min-height: 63px; }
    .g-recaptcha { transform: scale(.8); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
