:root {
  --ink: #071019;
  --ink-soft: #0b1721;
  --ink-card: #0d1c26;
  --teal: #19b8a5;
  --teal-bright: #2dd4bf;
  --teal-dark: #087f73;
  --cream: #f2f4ef;
  --white: #ffffff;
  --muted: #91a0aa;
  --line: rgba(255, 255, 255, .1);
  --dark-line: #dce2df;
  --container: 1180px;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); color: var(--white); font-family: var(--font-body); text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 120px 0; }
.skip-link { position: fixed; z-index: 999; top: -100px; left: 20px; padding: 12px 18px; background: var(--teal-bright); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 78px; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(7, 16, 25, .86); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-heading); font-weight: 800; font-size: 21px; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 7px; background: var(--teal-bright); color: #041411; font-size: 17px; }
.brand-mark.small { width: 30px; height: 30px; font-size: 13px; }
.brand-mark.tiny { width: 26px; height: 26px; font-size: 11px; }
.main-nav { display: flex; align-items: center; gap: 34px; color: #aab6bd; font-size: 14px; font-weight: 500; }
.main-nav a { transition: color .2s ease; }
.main-nav a > span,.main-nav a > i,.mobile-nav-head,.mobile-nav-foot { display: none; }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav .nav-cta { padding: 11px 17px; border: 1px solid rgba(45, 212, 191, .4); border-radius: 6px; color: var(--teal-bright); }
.nav-group { position: relative; }
.nav-services-link,.nav-products-link { display: inline-flex; align-items: center; gap: 6px; }
.nav-services-link b,.nav-products-link b { color: #60727b; font-size: 12px; font-weight: 400; transition: transform .2s ease, color .2s ease; }
.nav-group:hover > .nav-dropdown-link b,.nav-group:focus-within > .nav-dropdown-link b { color: var(--teal-bright); transform: rotate(180deg); }
.services-menu { position: absolute; top: calc(100% + 24px); right: -170px; display: grid; grid-template-columns: 215px 430px; width: 680px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(6,16,24,.98); box-shadow: 0 28px 75px rgba(0,0,0,.45); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .22s ease; backdrop-filter: blur(18px); }
.services-menu::before { content: ""; position: absolute; right: 0; bottom: 100%; left: 0; height: 25px; }
.nav-group:hover .services-menu,.nav-group:focus-within .services-menu { opacity: 1; visibility: visible; transform: none; }
.products-menu { right: -135px; grid-template-columns: 205px 315px; width: 545px; }
.services-menu-intro { position: relative; overflow: hidden; padding: 25px 22px; border-radius: 8px; background: linear-gradient(145deg,#0c756b,#07584f); }
.services-menu-intro::after { content: ""; position: absolute; width: 155px; height: 155px; right: -90px; bottom: -95px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 32px rgba(255,255,255,.025); }
.services-menu-intro small { color: #8ff2e4; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.services-menu-intro strong { display: block; margin-top: 22px; color: white; font-family: var(--font-heading); font-size: 20px; line-height: 1.35; letter-spacing: -.04em; }
.services-menu-intro i { display: block; width: 28px; height: 2px; margin-top: 28px; background: var(--teal-bright); }
.services-menu-links { display: grid; padding: 4px 4px 4px 12px; }
.main-nav .services-menu-links a { display: grid; grid-template-columns: 25px 1fr auto; gap: 11px; align-items: center; padding: 10px 12px; border-radius: 7px; color: #b9c5ca; }
.main-nav .services-menu-links a:hover { padding-left: 16px; background: rgba(45,212,191,.07); color: white; }
.main-nav .services-menu-links a > span { display: block; color: #4f656e; font-size: 7px; letter-spacing: .08em; }
.services-menu-links strong,.services-menu-links small { display: block; }
.services-menu-links strong { font-size: 12px; font-weight: 600; }
.services-menu-links small { margin-top: 3px; color: #667a83; font-size: 8px; }
.main-nav .services-menu-links a > i { display: block; color: var(--teal-bright); font-size: 12px; font-style: normal; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 6px; background: transparent; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: white; transition: .2s ease; }

.hero { min-height: 760px; padding-top: 160px; padding-bottom: 48px; overflow: hidden; background: radial-gradient(circle at 75% 46%, rgba(8, 127, 115, .11), transparent 32%), var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(to right, transparent 2%, black 70%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 80px; background: rgba(45, 212, 191, .08); }
.hero-glow-two { width: 260px; height: 260px; left: -150px; bottom: 0; background: rgba(8, 127, 115, .08); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--teal-bright); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: var(--teal-bright); }
h1, h2, h3 { margin: 0; font-family: var(--font-heading); }
h1 { max-width: 620px; font-size: clamp(48px, 5.5vw, 74px); line-height: 1.04; letter-spacing: -.065em; }
h1 em, h2 em { color: var(--teal-bright); font-style: normal; }
.hero-text { max-width: 570px; margin: 25px 0 0; color: #9baab3; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 26px; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 700; transition: .25s ease; }
.button span { font-size: 17px; }
.button-primary { background: var(--teal-bright); color: #041411; box-shadow: 0 12px 30px rgba(45, 212, 191, .12); }
.button-primary:hover { background: #55e2cf; transform: translateY(-2px); }
.button-ghost { border-color: var(--line); color: #c6d0d5; }
.button-ghost:hover { border-color: rgba(45, 212, 191, .4); color: var(--teal-bright); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; color: #788994; font-size: 11px; line-height: 1.5; }
.hero-proof strong { color: #c5d0d6; font-size: 12px; font-weight: 600; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 31px; height: 31px; place-items: center; margin-left: -7px; border: 2px solid var(--ink); border-radius: 50%; background: #17323a; color: var(--teal-bright); font-size: 8px; font-weight: 700; }
.avatar-stack span:first-child { margin-left: 0; background: var(--teal-dark); color: white; }

.hero-visual { position: relative; min-width: 0; padding: 32px 0; }
.schedule-window { position: relative; display: grid; grid-template-columns: 48px 1fr; min-height: 405px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: #f4f7f7; color: #16232b; box-shadow: 0 35px 90px rgba(0,0,0,.38); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); }
.schedule-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 16px; background: #0b181f; }
.mini-logo { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 4px; background: var(--teal-bright); font-size: 11px; font-weight: 800; }
.side-icon { width: 16px; height: 16px; border: 1px solid #4b6068; border-radius: 3px; }
.side-icon.active { border-color: var(--teal-bright); background: var(--teal-bright); box-shadow: 0 0 0 5px rgba(45,212,191,.1); }
.schedule-content { min-width: 0; padding: 24px; }
.window-top { display: flex; align-items: center; justify-content: space-between; }
.window-top small, .card-heading small { display: block; margin-bottom: 3px; color: #829198; font-size: 8px; }
.window-top strong { font-size: 16px; }
.status-pill { padding: 7px 9px; border: 1px solid #dce5e3; border-radius: 4px; color: #66787f; font-size: 8px; }
.status-pill i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: #19b8a5; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 22px; }
.metric-row > div { padding: 13px; border: 1px solid #dce5e3; border-radius: 5px; background: white; }
.metric-row small { display: block; color: #829198; font-size: 7px; }
.metric-row strong { display: block; margin: 8px 0 4px; font-size: 14px; }
.metric-row span { color: #119b88; font-size: 7px; }
.dashboard-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; margin-top: 10px; }
.chart-card, .agenda-card { min-width: 0; min-height: 215px; padding: 14px; border: 1px solid #dce5e3; border-radius: 5px; background: white; }
.card-heading { display: flex; justify-content: space-between; }
.card-heading strong { font-size: 10px; }
.card-heading > span { height: fit-content; padding: 3px 5px; border-radius: 3px; background: #eef3f2; color: #788990; font-size: 6px; }
.bars { display: flex; height: 140px; align-items: end; gap: 9px; padding: 16px 4px 0; border-bottom: 1px solid #e4eae8; background-image: linear-gradient(#eef2f1 1px, transparent 1px); background-size: 100% 35px; }
.bars i { flex: 1; min-width: 6px; border-radius: 2px 2px 0 0; background: linear-gradient(to top, #087f73, #2dd4bf); }
.appointment { display: grid; grid-template-columns: 31px 1fr; gap: 8px; align-items: center; margin-top: 10px; padding: 9px 5px; border-bottom: 1px solid #edf1f0; }
.appointment b { color: #0d907f; font-size: 7px; }
.appointment strong, .appointment small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.appointment strong { font-size: 8px; }.appointment small { margin-top: 2px; color: #829198; font-size: 6px; }
.floating-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; background: rgba(10, 27, 35, .92); box-shadow: 0 20px 50px rgba(0,0,0,.3); backdrop-filter: blur(15px); }
.terminal-card { top: 0; right: -42px; width: 205px; padding: 12px; }
.terminal-top { display: flex; align-items: center; gap: 4px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.terminal-top span { width: 5px; height: 5px; border-radius: 50%; background: #52646d; }
.terminal-top span:first-child { background: var(--teal-bright); }
.terminal-top small { margin-left: auto; color: #73858e; font-size: 6px; }
.terminal-card code { display: block; margin-top: 7px; color: #7f929b; font-size: 7px; }.terminal-card code b,.terminal-card code i { color: var(--teal-bright); font-style: normal; }
.result-card { right: -20px; bottom: 4px; display: flex; gap: 10px; align-items: center; padding: 12px 17px; }
.result-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 5px; background: rgba(45,212,191,.13); color: var(--teal-bright); }
.result-card strong,.result-card small { display: block; }.result-card strong { color: var(--teal-bright); font-size: 14px; }.result-card small { margin-top: 2px; color: #84959e; font-size: 7px; }
.hero-footer { position: relative; z-index: 3; display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 85px; color: #62747d; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-footer i { width: 3px; height: 3px; border-radius: 50%; background: var(--teal); }

.section-light { background: var(--cream); color: #102029; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.section-number { display: block; margin-bottom: 26px; color: #06685f; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.product-section .section-number,.process-section .section-number,.local-section .section-number { color: var(--teal-bright); }
h2 { font-size: clamp(38px, 5vw, 61px); line-height: 1.1; letter-spacing: -.06em; }
.section-light h2 em, .section-heading.dark h2 em { color: var(--teal-dark); }
.about-copy .lead { margin: 45px 0 20px; color: #172931; font-size: 21px; font-weight: 500; line-height: 1.5; }
.about-copy > p:not(.lead) { color: #52646b; line-height: 1.8; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--dark-line); }
.stats strong,.stats span { display: block; }.stats strong { color: var(--teal-dark); font-family: var(--font-heading); font-size: 27px; }.stats span { margin-top: 7px; color: #5b6c72; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.product-section { background: #08131b; overflow: hidden; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 60px; }
.section-heading h2 { max-width: 720px; }
.section-heading > p { max-width: 320px; margin: 0 0 5px; color: #94a7b0; line-height: 1.7; }
.section-heading.dark > p { color: #52646b; }
.product-feature { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #0b1922; }
.product-copy { padding: 70px 65px; }
.product-label { display: flex; align-items: center; gap: 10px; color: var(--teal-bright); font-size: 12px; font-weight: 700; }
.product-copy h3 { margin-top: 35px; font-size: clamp(31px, 4vw, 47px); line-height: 1.13; letter-spacing: -.055em; }
.product-copy > p { margin: 22px 0; color: #8e9da5; line-height: 1.8; }
.feature-list { display: grid; gap: 12px; margin: 30px 0 38px; padding: 0; list-style: none; color: #bdc8cd; font-size: 13px; }
.feature-list span { display: inline-grid; width: 20px; height: 20px; margin-right: 9px; place-items: center; border-radius: 50%; background: rgba(45,212,191,.1); color: var(--teal-bright); font-size: 9px; }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: var(--teal-bright); font-size: 13px; font-weight: 700; }
.text-link:hover { color: #6ae9d8; }
.product-panel { position: relative; display: grid; min-height: 560px; place-items: end center; overflow: hidden; background: radial-gradient(circle at center, rgba(45,212,191,.22), transparent 54%), #087f73; }
.product-panel::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 38px 38px; }
.phone { position: relative; z-index: 2; width: 280px; min-height: 470px; margin-bottom: -36px; padding: 18px; border: 7px solid #07141b; border-radius: 32px; background: #f7faf9; color: #17272d; box-shadow: 0 35px 65px rgba(2, 35, 31, .4); }
.phone-top { width: 74px; height: 13px; margin: -13px auto 15px; border-radius: 0 0 9px 9px; background: #07141b; }
.phone-brand { display: flex; align-items: center; gap: 8px; }.phone-brand strong,.phone-brand small { display: block; }.phone-brand strong { font-size: 11px; }.phone-brand small { color: #809096; font-size: 6px; }
.phone-date { margin: 21px 0 11px; }.phone-date span,.phone-date strong { display: block; }.phone-date span { color: #099482; font-size: 7px; font-weight: 700; text-transform: uppercase; }.phone-date strong { margin-top: 3px; font-size: 12px; }
.phone-item { display: grid; grid-template-columns: 37px 1fr 20px; gap: 7px; align-items: center; margin-top: 7px; padding: 10px 7px; border: 1px solid #e0e8e5; border-radius: 4px; background: white; }.phone-item b { color: #078677; font-size: 8px; }.phone-item strong,.phone-item small { display: block; }.phone-item strong { font-size: 8px; }.phone-item small { margin-top: 2px; color: #87969b; font-size: 6px; }.phone-item i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #dff5ef; color: #078677; font-size: 7px; font-style: normal; }
.phone-summary { display: grid; grid-template-columns: 1fr 1fr; margin-top: 15px; padding-top: 14px; border-top: 1px solid #e0e8e5; }.phone-summary span { text-align: center; }.phone-summary strong,.phone-summary small { display: block; }.phone-summary strong { font-size: 12px; }.phone-summary small { margin-top: 3px; color: #849399; font-size: 6px; }
.product-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; background: rgba(6,57,51,.8); box-shadow: 0 15px 35px rgba(0,0,0,.2); backdrop-filter: blur(10px); }.product-badge > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--teal-bright); color: #064138; font-size: 9px; }.product-badge strong,.product-badge small { display: block; }.product-badge strong { font-size: 9px; }.product-badge small { margin-top: 3px; color: rgba(255,255,255,.6); font-size: 6px; }.badge-one { top: 70px; left: 28px; }.badge-two { right: 24px; bottom: 110px; }
.product-roadmap { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 16px; padding: 38px 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: linear-gradient(115deg, #0c2028, #0a171f 68%); }
.roadmap-label { color: var(--teal-bright); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-roadmap h3 { margin-top: 13px; font-size: 27px; letter-spacing: -.045em; }
.product-roadmap p { max-width: 620px; margin: 10px 0 0; color: #a2b0b7; font-size: 12px; line-height: 1.7; }
.roadmap-action { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; min-width: 310px; padding: 17px 19px; border: 1px solid rgba(45,212,191,.22); border-radius: 7px; background: rgba(45,212,191,.06); transition: .25s ease; }
.roadmap-action:hover { border-color: rgba(45,212,191,.55); background: rgba(45,212,191,.1); transform: translateX(3px); }
.roadmap-action > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 5px; background: var(--teal-bright); color: #063e37; font-size: 18px; }
.roadmap-action strong { font-size: 10px; line-height: 1.5; }.roadmap-action i { color: var(--teal-bright); font-style: normal; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 410px; padding: 35px; border: 1px solid var(--dark-line); border-radius: 8px; background: #f8faf7; transition: .3s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(7,16,25,.08); }
.service-card.featured { background: var(--teal-dark); color: white; border-color: var(--teal-dark); }
.service-index { position: absolute; top: 24px; right: 25px; color: #52646b; font-size: 9px; letter-spacing: .12em; }
.featured .service-index { color: white; }
.service-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #cdd8d5; border-radius: 6px; color: var(--teal-dark); font-family: monospace; font-weight: 700; }
.featured .service-icon { border-color: rgba(255,255,255,.25); color: var(--teal-bright); }
.service-card h3 { margin-top: 50px; font-size: 24px; letter-spacing: -.04em; }
.service-card p { min-height: 80px; margin: 18px 0 25px; color: #52646b; font-size: 13px; line-height: 1.7; }
.featured p { color: white; }
.service-card ul { display: grid; gap: 10px; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--dark-line); list-style: none; color: #40545a; font-size: 11px; }
.featured ul { border-color: rgba(255,255,255,.24); color: rgba(255,255,255,.94); }
.service-card li::before { content: "→"; margin-right: 8px; color: var(--teal-dark); }.featured li::before { color: var(--teal-bright); }
.service-link { display: inline-flex; gap: 15px; align-items: center; margin-top: 24px; color: var(--teal-dark); font-size: 10px; font-weight: 700; letter-spacing: .03em; }
.service-link:hover { color: #045f57; }.featured .service-link { color: white; }.featured .service-link:hover { color: #cffff7; }
.service-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; min-height: 235px; background: linear-gradient(110deg, #f8faf7, #eef4f1); }
.service-wide-main { display: grid; grid-template-columns: auto 1fr; gap: 25px; align-items: start; }
.service-card-wide h3 { margin-top: 0; }.service-card-wide p { min-height: 0; margin-bottom: 0; }
.service-card-wide ul { border-top: 0; border-left: 1px solid var(--dark-line); padding: 12px 0 12px 35px; }.service-card-wide .service-link { margin-left: 35px; }
.service-directory-home { margin-top: 28px; padding: 28px; border: 1px solid var(--dark-line); border-radius: 10px; background: #fff; }
.service-directory-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; padding-bottom: 22px; border-bottom: 1px solid var(--dark-line); }
.service-directory-head h3 { font-size: 24px; letter-spacing: -.04em; }
.service-directory-head p { max-width: 520px; margin: 8px 0 0; color: #52646b; font-size: 12px; line-height: 1.7; }
.service-directory-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.service-directory-links a { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #d7e1dd; border-radius: 999px; color: #40545a; font-size: 11px; font-weight: 700; transition: .2s ease; }
.service-directory-links a:hover { border-color: rgba(8,127,115,.35); background: rgba(8,127,115,.07); color: var(--teal-dark); transform: translateY(-2px); }
.service-directory-links a::after { content: "↗"; color: var(--teal-dark); font-size: 10px; }

.process-section { background: #0a161e; }
.process-head { display: grid; grid-template-columns: .4fr 1fr; align-items: start; margin-bottom: 65px; }
.process-head h2 { font-size: clamp(38px, 5vw, 57px); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-item { position: relative; min-height: 250px; padding: 27px 25px; border-right: 1px solid var(--line); }
.process-item:last-child { border: 0; }
.process-item > span { color: var(--teal-bright); font-size: 9px; letter-spacing: .15em; }
.process-item div { position: absolute; right: 25px; bottom: 30px; left: 25px; }
.process-item strong { font-family: var(--font-heading); font-size: 20px; }
.process-item p { color: #a1b0b8; font-size: 11px; line-height: 1.7; }

.local-section { background: #0d2028; overflow: hidden; }
.local-section::before { content: ""; position: absolute; width: 500px; height: 500px; right: -250px; top: -240px; border: 1px solid rgba(45,212,191,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(45,212,191,.018),0 0 0 180px rgba(45,212,191,.01); }
.local-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.local-intro { position: sticky; top: 115px; }.local-intro h2 { font-size: clamp(38px,4.8vw,58px); }.local-intro p { max-width: 470px; margin: 24px 0 30px; color: #91a0aa; font-size: 13px; line-height: 1.85; }
.local-services { display: grid; border-top: 1px solid var(--line); }
.local-card { display: grid; grid-template-columns: 38px 1fr; gap: 0 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }.local-card > span { grid-row: 1 / 3; color: var(--teal-bright); font-size: 8px; letter-spacing: .12em; }.local-card h3 { font-size: 19px; letter-spacing: -.035em; }.local-card p { margin: 10px 0 0; color: #a1b0b8; font-size: 11px; line-height: 1.75; }

.faq-section { background: var(--cream); color: #102029; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 115px; }
.faq-intro h2 { font-size: clamp(36px, 4.5vw, 54px); }.faq-intro h2 em { color: var(--teal-dark); }
.faq-intro p { max-width: 430px; margin: 22px 0 0; color: #52646b; font-size: 13px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--dark-line); }
.faq-list details { border-bottom: 1px solid var(--dark-line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 25px 0; cursor: pointer; list-style: none; font-family: var(--font-heading); font-size: 17px; font-weight: 700; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border: 1px solid #cbd6d2; border-radius: 50%; color: var(--teal-dark); transition: .2s ease; }
.faq-list details[open] summary span { background: var(--teal-dark); color: white; transform: rotate(45deg); }
.faq-list details p { max-width: 660px; margin: -5px 45px 25px 0; color: #52646b; font-size: 13px; line-height: 1.8; }

.contact-section { overflow: hidden; background: var(--teal-dark); }
.contact-glow { position: absolute; width: 600px; height: 600px; right: -250px; bottom: -300px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.015),0 0 0 200px rgba(255,255,255,.01); }
.contact-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-copy .section-number,.contact-copy h2 em { color: white; }
.contact-copy p { max-width: 440px; margin: 25px 0 38px; color: white; line-height: 1.8; }
.contact-channels { display: grid; justify-items: start; gap: 13px; }
.contact-email { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; }.contact-email .contact-icon { display: grid; width: 31px; height: 31px; flex: 0 0 31px; place-items: center; border-radius: 50%; background: var(--teal-bright); color: #07443c; }.contact-email .contact-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.contact-email b { font: inherit; }
.contact-form { display: grid; gap: 16px; padding: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; background: rgba(4,45,41,.32); backdrop-filter: blur(12px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { color: rgba(255,255,255,.88); font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; outline: none; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; background: rgba(4,42,38,.42); color: white; transition: border .2s; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--teal-bright); }
.contact-form input::placeholder,.contact-form textarea::placeholder { color: rgba(255,255,255,.35); font-size: 11px; }
.contact-form select option { color: #102029; }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; margin-top: 5px; border: 0; }
.contact-form .button:disabled { cursor: wait; opacity: .62; transform: none; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.turnstile-wrap { min-height: 65px; overflow: hidden; }
.form-note { margin: -4px 0 0; text-align: center; color: rgba(255,255,255,.82); font-size: 8px; }
.form-note.success { color: #9ff4df; font-size: 10px; }.form-note.error { color: #ffd0d0; font-size: 10px; }
.contact-form input.invalid,.contact-form select.invalid,.contact-form textarea.invalid { border-color: #ff9b9b; box-shadow: 0 0 0 2px rgba(255,155,155,.08); }
.form-success { display: flex; gap: 13px; align-items: center; padding: 15px; border: 1px solid rgba(159,244,223,.35); border-radius: 6px; background: rgba(45,212,191,.1); }
.form-success[hidden] { display: none; }
.form-success > span { display: grid; flex: 0 0 auto; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--teal-bright); color: #07443c; font-weight: 700; }
.form-success strong,.form-success p { display: block; }.form-success strong { font-size: 12px; }.form-success p { margin: 3px 0 0; color: rgba(255,255,255,.86); font-size: 9px; }

.site-footer { padding: 70px 0 20px; background: #061017; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .8fr; gap: 60px; padding-bottom: 55px; }
.footer-grid p { max-width: 260px; margin-top: 18px; color: #9aabb4; font-size: 11px; line-height: 1.7; }
.footer-links { display: grid; align-content: start; gap: 13px; color: #9aabb4; font-size: 11px; }.footer-links strong { margin-bottom: 5px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.footer-links a:hover { color: var(--teal-bright); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: #9aabb4; font-size: 9px; }
.footer-instagram { display: inline-flex; align-items: center; gap: 8px; color: #9aabb4; font-size: 10px; font-weight: 600; letter-spacing: .04em; transition: color .2s ease, transform .2s ease; }
.footer-instagram svg { width: 19px; height: 19px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-instagram .instagram-dot { fill: currentColor; stroke: none; }
.footer-instagram:hover { color: var(--teal-bright); transform: translateY(-2px); }
.footer-instagram:focus-visible { border-radius: 4px; outline: 2px solid var(--teal-bright); outline-offset: 4px; }

.to-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; width: 52px; height: 52px; place-items: center; padding: 6px; border: 1px solid rgba(45,212,191,.34); border-radius: 8px; background: rgba(7,16,25,.88); color: var(--teal-bright); box-shadow: 0 14px 35px rgba(0,0,0,.24); opacity: 0; visibility: hidden; transform: translateY(14px); backdrop-filter: blur(12px); transition: .25s ease; }
.to-top.visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { border-color: var(--teal-bright); background: var(--teal-bright); color: #041411; transform: translateY(-3px); }
.to-top span { display: block; font-size: 18px; line-height: 1; }.to-top small { display: block; margin-top: -5px; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 720px); margin-inline: auto; }
  .hero-footer { margin-top: 65px; }
  .about-grid { gap: 50px; }
  .product-copy { padding: 50px 40px; }
  .services-grid { grid-template-columns: 1fr 1fr; }.service-card-wide { grid-template-columns: 1fr 1fr; }
  .faq-grid { gap: 50px; }
  .local-grid { gap: 50px; }
  .contact-grid { gap: 50px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { touch-action: manipulation; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: clamp(72px, 18vw, 92px) 0; }
  .site-header,.site-header.scrolled { height: 68px; padding-top: env(safe-area-inset-top); background: #071019; backdrop-filter: none; }
  body.menu-open .site-header { background: rgba(6,16,24,.96); box-shadow: 0 18px 45px rgba(0,0,0,.28); }
  .site-header::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(45,212,191,.18), transparent); }
  .brand { position: relative; z-index: 103; font-size: 19px; }.brand-mark { width: 36px; height: 36px; }
  .menu-toggle { display: block; position: relative; z-index: 103; width: 46px; height: 46px; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.035); }
  .menu-toggle::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(135deg, rgba(45,212,191,.22), transparent 55%); opacity: 0; transition: .25s ease; pointer-events: none; }
  .menu-toggle.open { border-color: rgba(45,212,191,.45); background: rgba(45,212,191,.08); }.menu-toggle.open::before { opacity: 1; }
  .menu-toggle.open span:first-child { transform: translateY(6px) rotate(45deg); }.menu-toggle.open span:nth-child(2) { opacity: 0; }.menu-toggle.open span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 101; top: calc(68px + env(safe-area-inset-top)); right: 0; bottom: 0; left: 0; display: block; padding: 22px 22px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background-color: #061018; background-image: radial-gradient(circle at 90% 8%, rgba(45,212,191,.17), transparent 28%), radial-gradient(circle at 0 100%, rgba(8,127,115,.16), transparent 32%); color: white; font-size: 20px; opacity: 0; visibility: hidden; transform: translateY(-10px); pointer-events: none; transition: opacity .28s ease, visibility .28s ease, transform .28s ease; }
  .main-nav::before { content: ""; position: fixed; inset: 0; opacity: .17; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
  .mobile-nav-head { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }.mobile-nav-head span { color: var(--teal-bright); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }.mobile-nav-head small { max-width: 150px; color: #71838c; font-size: 8px; line-height: 1.4; text-align: right; }
  .main-nav a { position: relative; display: flex; min-height: 62px; align-items: center; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.075); color: #d6dfe2; font-family: var(--font-heading); font-size: clamp(21px, 7vw, 29px); font-weight: 700; letter-spacing: -.045em; opacity: 0; transform: translateX(-12px); transition: color .2s ease, transform .3s ease, opacity .3s ease, padding .2s ease; }
  .main-nav.open a { opacity: 1; transform: none; }.main-nav.open a:nth-of-type(2) { transition-delay: .035s; }.main-nav.open a:nth-of-type(3) { transition-delay: .07s; }.main-nav.open a:nth-of-type(4) { transition-delay: .105s; }.main-nav.open a:nth-of-type(5) { transition-delay: .14s; }
  .main-nav a > span { display: block; width: 19px; color: #536770; font-family: var(--font-body); font-size: 8px; letter-spacing: .1em; }.main-nav a > i,.button span,.text-link span,.service-link span,.roadmap-action i,.related-card i,.result-icon,.contact-email span { display: inline-grid; place-items: center; font-family: var(--font-body); font-style: normal; line-height: 1; text-rendering: geometricPrecision; }
  .main-nav a > i { margin-left: auto; color: var(--teal-bright); font-size: 17px; }
  .button span,.text-link span,.service-link span,.roadmap-action i,.related-card i { color: currentColor; font-size: 17px; }
  .result-icon { font-size: 15px; }
  .contact-email span { color: #07443c; font-size: 14px; }
  .main-nav a:hover,.main-nav a.active { padding-left: 7px; color: var(--teal-bright); }
  .main-nav .nav-cta { min-height: 62px; margin-top: 14px; padding: 0 17px; border-color: rgba(45,212,191,.32); background: rgba(45,212,191,.08); color: var(--teal-bright); }.main-nav .nav-cta:hover { padding-left: 23px; }
  .nav-group { position: static; }
  .nav-services-link,.nav-products-link { width: 100%; }
  .nav-services-link b,.nav-products-link b { margin-left: auto; color: var(--teal-bright); }
  .services-menu { position: static; display: block; width: auto; padding: 5px 0 12px 33px; border: 0; border-bottom: 1px solid rgba(255,255,255,.075); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; backdrop-filter: none; }
  .services-menu::before,.services-menu-intro { display: none; }
  .services-menu-links { display: grid; gap: 2px; padding: 0; }
  .main-nav .services-menu-links a { display: grid; min-height: 48px; grid-template-columns: 18px 1fr auto; gap: 9px; padding: 7px 4px; border: 0; color: #aab9bf; font-family: var(--font-body); font-size: 12px; opacity: 1; transform: none; }
  .main-nav .services-menu-links a:hover { padding-left: 9px; background: rgba(45,212,191,.05); }
  .main-nav .services-menu-links a > span { width: auto; color: #48606a; font-size: 7px; }
  .services-menu-links strong { font-family: var(--font-heading); font-size: 12px; letter-spacing: -.02em; }
  .services-menu-links small { font-size: 8px; line-height: 1.4; }
  .main-nav .services-menu-links a > i { display: grid; width: 18px; height: 18px; place-items: center; margin-left: 0; border: 1px solid rgba(45,212,191,.22); border-radius: 5px; background: rgba(45,212,191,.06); color: var(--teal-bright); font-family: var(--font-body); font-size: 11px; line-height: 1; }
  .service-directory-links a::after { content: "↗︎"; font-family: var(--font-body); font-size: 10px; line-height: 1; }
  .mobile-nav-foot { position: relative; display: flex; align-items: center; margin-top: 28px; padding: 24px 0 8px; border-top: 1px solid rgba(255,255,255,.075); color: #60747d; font-size: 8px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-nav-foot i { display: none !important; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { gap: 55px; }
  h1 { max-width: 100%; font-size: clamp(42px, 13.7vw, 62px); text-wrap: balance; }
  h2 { text-wrap: balance; }
  .hero-text { font-size: 15px; }
  .hero-actions { display: grid; }.hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-proof { margin-top: 28px; }
  .hero-visual { padding-inline: 2px; }.schedule-window { grid-template-columns: 35px 1fr; min-height: 325px; transform: none; }
  .schedule-sidebar { gap: 15px; }.mini-logo { width: 21px; height: 21px; }.side-icon { width: 12px; height: 12px; }
  .schedule-content { padding: 14px; }.metric-row { gap: 5px; margin-top: 15px; }.metric-row > div { padding: 8px; }.metric-row strong { font-size: 10px; }
  .dashboard-grid { grid-template-columns: 1fr; }.chart-card { min-height: 150px; }.agenda-card { display: none; }.bars { height: 90px; }
  .terminal-card { right: -5px; top: -22px; }.result-card { right: 5px; bottom: -22px; }
  .hero-footer { flex-wrap: wrap; gap: 12px 18px; margin-top: 65px; }
  .about-grid,.product-feature,.contact-grid { grid-template-columns: 1fr; }
  .about-copy .lead { margin-top: 10px; }
  .stats { gap: 8px; }.stats strong { font-size: 22px; }
  .section-heading { display: block; margin-bottom: 40px; }.section-heading > p { margin-top: 20px; }
  .product-feature { border-radius: 9px; }.product-copy { padding: 42px 25px; }.product-panel { min-height: 520px; }.badge-one { left: 8px; }.badge-two { right: 6px; }
  .product-roadmap { grid-template-columns: 1fr; gap: 25px; padding: 28px 25px; }.roadmap-action { min-width: 0; }
  .services-grid { grid-template-columns: 1fr; }.service-card { min-height: 360px; padding: 28px; }.service-card-wide { display: block; min-height: 0; }.service-card-wide ul { margin-top: 25px; border-top: 1px solid var(--dark-line); border-left: 0; padding: 20px 0 0; }.service-card-wide .service-link { margin-left: 0; }
  .service-directory-head { display: block; }.service-directory-links a { width: 100%; justify-content: space-between; border-radius: 8px; }
  .process-head { grid-template-columns: 1fr; gap: 10px; }.process-list { grid-template-columns: 1fr 1fr; }.process-item:nth-child(2) { border-right: 0; }.process-item { min-height: 210px; border-bottom: 1px solid var(--line); }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }.faq-intro { position: static; }
  .local-grid { grid-template-columns: 1fr; gap: 45px; }.local-intro { position: static; }
  .contact-grid { gap: 45px; }.contact-form { padding: 24px 18px; border-radius: 9px; }.field-row { grid-template-columns: 1fr; }.contact-form input,.contact-form select,.contact-form textarea { min-height: 48px; font-size: 16px; }.contact-form textarea { min-height: 125px; }.turnstile-wrap { max-width: 100%; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 8px; }
  .to-top { right: 15px; bottom: 15px; width: 48px; height: 48px; }
}

@media (max-width: 760px) {
  .nav-group > .services-menu { display: none; }
  .nav-group.mobile-open > .services-menu { display: block; }
  .nav-group.mobile-open > .nav-dropdown-link b { transform: rotate(180deg); }
}

@media (max-width: 430px) {
  .hero { padding-top: 115px; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: clamp(39px, 12.7vw, 48px); }
  h2 { font-size: clamp(34px, 10.5vw, 40px); }
  .metric-row > div:last-child { display: none; }.metric-row { grid-template-columns: 1fr 1fr; }
  .terminal-card { display: none; }
  .stats { grid-template-columns: 1fr; }.stats > div { padding-bottom: 12px; border-bottom: 1px solid var(--dark-line); }
  .phone { width: 260px; }
  .product-badge { transform: scale(.9); }.badge-one { top: 50px; left: -12px; }.badge-two { right: -15px; }
  .process-list { grid-template-columns: 1fr; }.process-item { min-height: 170px; border-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
}

@media (max-width: 360px) {
  .container { width: calc(100% - 22px); }
  .hero-actions .button { padding-inline: 16px; font-size: 12px; }
  .phone { width: 238px; }
  .product-badge { display: none; }
  .main-nav { padding-inline: 16px; }
}

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