:root {
  --navy-950: #041226;
  --navy-900: #071a33;
  --navy-800: #0b2749;
  --blue-600: #087bf2;
  --blue-500: #188cff;
  --blue-100: #dcebff;
  --orange-500: #f58220;
  --orange-400: #ff9b42;
  --white: #fff;
  --gray-50: #f6f8fb;
  --gray-100: #e8edf3;
  --gray-300: #b9c4d0;
  --gray-600: #5b6878;
  --gray-800: #273548;
  --shadow: 0 24px 70px rgba(3, 18, 38, .15);
  --radius: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--gray-800); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy-950); line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(2.55rem, 8vw, 5.25rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2rem, 5vw, 3.65rem); }
h3 { font-size: 1.3rem; }
p { margin-bottom: 1rem; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: 82px 0; }
.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; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: var(--white); background: var(--blue-600); border-radius: 6px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange-400); outline-offset: 3px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #8fc7ff; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange-500); }
.eyebrow.dark { color: var(--blue-600); }
.eyebrow.light { color: #91c9ff; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 76px; color: var(--white); background: rgba(4, 18, 38, .9); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; width: 150px; }
.brand img, .footer-brand img { filter: brightness(0) invert(1); }
.nav-toggle { display: grid; place-content: center; width: 46px; height: 46px; padding: 10px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 10px; }
.nav-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 3px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-8px) rotate(-45deg); }
.main-nav { position: fixed; inset: 76px 0 auto; display: flex; flex-direction: column; gap: 4px; padding: 20px 18px 28px; background: var(--navy-950); border-bottom: 1px solid rgba(255,255,255,.12); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
.main-nav.open { transform: translateY(0); visibility: visible; }
.main-nav a { padding: 11px 12px; color: #d8e6f4; font-size: .93rem; font-weight: 650; text-decoration: none; border-radius: 8px; }
.main-nav a:hover { color: var(--white); background: rgba(255,255,255,.06); }
.main-nav .nav-cta { margin-top: 8px; color: var(--white); background: var(--blue-600); text-align: center; }

.hero { position: relative; min-height: 850px; padding: 132px 0 80px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 80% 40%, rgba(12, 116, 231, .24), transparent 34%), linear-gradient(125deg, var(--navy-950), #082447 68%, #071a33); }
.hero::before { content: ""; position: absolute; width: 340px; height: 340px; left: -210px; top: 220px; border: 1px solid rgba(24,140,255,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(24,140,255,.035), 0 0 0 110px rgba(24,140,255,.02); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(125,190,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(125,190,255,.06) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000 50%, #000); }
.hero-layout { position: relative; display: grid; gap: 58px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 800px; margin-bottom: 24px; color: var(--white); }
.hero h1::after { content: "."; color: var(--orange-500); }
.hero-subtitle { max-width: 650px; color: #c3d5e7; font-size: clamp(1.05rem, 2.5vw, 1.25rem); }
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin: 34px 0 18px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 21px; font-size: .92rem; font-weight: 800; text-decoration: none; border: 1px solid transparent; border-radius: 8px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: linear-gradient(120deg, var(--blue-600), #1695ff); box-shadow: 0 12px 35px rgba(8, 123, 242, .3); }
.button-ghost { color: var(--white); background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.28); }
.hero-note { color: #8ba5bd; font-size: .83rem; }

.dashboard { position: relative; z-index: 1; min-width: 0; padding: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(139,199,255,.22); border-radius: 22px; box-shadow: 0 40px 90px rgba(0,0,0,.35); transform: perspective(1200px) rotateX(2deg); }
.dashboard::before { content: ""; position: absolute; z-index: -1; inset: 16% -12% -10% 22%; background: var(--blue-600); filter: blur(75px); opacity: .18; }
.dash-top { display: flex; justify-content: space-between; align-items: center; padding: 10px 11px 18px; color: #c5d8ea; font-size: .68rem; }
.dash-brand, .dash-status { display: flex; align-items: center; gap: 8px; }
.mini-mark { display: grid; place-items: center; width: 24px; height: 24px; color: var(--white); background: var(--blue-600); font-weight: 900; border-radius: 6px; }
.dash-status i { width: 7px; height: 7px; background: #4ee39a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(78,227,154,.12); }
.dash-body { display: grid; grid-template-columns: 40px minmax(0, 1fr); min-height: 344px; overflow: hidden; background: #f7f9fc; border-radius: 13px; }
.dash-side { display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 20px; background: #09213e; }
.dash-side b { width: 14px; height: 14px; opacity: .65; border: 2px solid #7995b3; border-radius: 4px; }
.dash-side b:first-child { border-color: var(--blue-500); background: rgba(24,140,255,.4); }
.dash-main { min-width: 0; padding: 14px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.metric { min-width: 0; padding: 12px; color: var(--gray-600); background: var(--white); border: 1px solid #e5ebf2; border-radius: 9px; box-shadow: 0 5px 15px rgba(8,35,70,.05); }
.metric > * { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.metric span { font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.metric strong { margin: 4px 0; color: var(--navy-900); font-size: .78rem; }
.metric small { color: #8a98a9; font-size: .55rem; }
.metric-accent { border-top: 3px solid var(--orange-500); }
.chart-card { margin-top: 9px; padding: 12px; background: var(--white); border: 1px solid #e5ebf2; border-radius: 9px; }
.card-heading { display: flex; justify-content: space-between; color: var(--navy-900); font-size: .7rem; font-weight: 800; }
.card-heading i { color: var(--blue-600); font-size: .55rem; font-style: normal; }
.chart-card svg { width: 100%; margin-top: 10px; overflow: visible; }
.grid-line { fill: none; stroke: #dfe7ef; stroke-width: 1; }
.chart-area { fill: url(#area); }
.chart-line { fill: none; stroke: var(--blue-600); stroke-width: 3; }
.dash-bottom { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 9px; color: var(--gray-800); font-size: .6rem; }
.dash-bottom > div { padding: 10px; background: var(--white); border: 1px solid #e5ebf2; border-radius: 8px; }
.progress-label { display: flex; justify-content: space-between; }
.progress-label b { color: #15a463; }
.dash-bottom > div > i { display: block; height: 5px; margin-top: 8px; overflow: hidden; background: var(--gray-100); border-radius: 4px; }
.dash-bottom > div > i b { display: block; width: 76%; height: 100%; background: var(--blue-600); }
.activity { display: flex; align-items: center; gap: 8px; }
.activity > span { width: 9px; height: 9px; background: var(--orange-500); border-radius: 50%; }
.activity p, .activity small { display: block; margin: 0; }
.activity small { color: #8a98a9; }
.dash-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.orbit-one { width: 13px; height: 13px; right: -26px; top: 20%; background: var(--orange-500); box-shadow: 0 0 24px var(--orange-500); }
.orbit-two { width: 8px; height: 8px; left: -20px; bottom: 20%; background: var(--blue-500); box-shadow: 0 0 18px var(--blue-500); }

.trust-strip { color: var(--white); background: var(--blue-600); }
.trust-grid { display: grid; }
.trust-grid p { display: flex; align-items: center; gap: 14px; margin: 0; padding: 18px 0; font-size: .85rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.2); }
.trust-grid p:last-child { border-bottom: 0; }
.trust-grid span { color: #acd6ff; font-size: .65rem; letter-spacing: .1em; }
.split-layout { display: grid; gap: 24px; }
.about { background: var(--white); }
.about h2 { max-width: 620px; }
.about-copy { max-width: 600px; color: var(--gray-600); font-size: 1.05rem; }
.about-copy strong { color: var(--navy-900); }
.quiet-signature { margin-top: 24px; padding-left: 16px; color: var(--navy-800); font-size: .86rem; font-weight: 700; border-left: 3px solid var(--orange-500); }

.products { position: relative; color: #c6d6e7; background: var(--navy-900); overflow: hidden; }
.products::after { content: "N"; position: absolute; right: -1vw; bottom: -11vw; color: rgba(255,255,255,.025); font-size: 38vw; font-weight: 900; line-height: .8; }
.section-heading { position: relative; z-index: 1; display: grid; gap: 12px; margin-bottom: 40px; }
.section-heading h2, .method h2, .contact h2 { color: var(--white); }
.section-heading > p { max-width: 510px; color: #adc0d4; }
.section-heading.compact h2, .projects .section-heading h2 { color: var(--navy-950); }
.product-grid { position: relative; z-index: 1; display: grid; gap: 16px; }
.product-card { display: flex; flex-direction: column; min-height: 330px; padding: 26px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); transition: transform .25s, background .25s, border-color .25s; }
.product-card:hover { background: rgba(255,255,255,.09); border-color: rgba(95,176,255,.5); transform: translateY(-5px); }
.product-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px; }
.product-index { color: #7e99b4; font-size: .7rem; letter-spacing: .12em; }
.product-icon { display: grid; place-items: center; width: 50px; height: 50px; color: var(--white); background: linear-gradient(145deg, rgba(24,140,255,.95), rgba(24,140,255,.28)); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; font-size: 1.2rem; font-weight: 900; box-shadow: 0 14px 28px rgba(0,0,0,.15); }
.vet .product-icon { background: linear-gradient(145deg, #1398ad, rgba(19,152,173,.25)); }
.cont .product-icon { background: linear-gradient(145deg, var(--orange-500), rgba(245,130,32,.22)); }
.product-card h3 { margin-bottom: 13px; color: var(--white); font-size: 1.8rem; }
.product-card p { color: #a9bdd1; }
.product-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; color: var(--white); font-size: .86rem; font-weight: 800; text-decoration: none; border-top: 1px solid rgba(255,255,255,.12); }
.product-card a span { color: var(--orange-400); }
.product-catalog { position: relative; z-index: 1; display: grid; gap: 22px; margin-top: 34px; }
.product-detail { scroll-margin-top: 100px; padding: 26px; background: rgba(4,18,38,.55); border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(0,0,0,.13); }
.product-detail header { display: grid; gap: 8px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.product-detail header h3 { margin: 0; color: var(--white); font-size: clamp(1.9rem, 5vw, 2.7rem); }
.product-detail header > p { max-width: 530px; margin: 0; color: #b5c9dc; }
.product-kicker { margin: 0 0 7px; color: #7fadd7; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.feature-list { display: grid; gap: 9px; margin: 24px 0 28px; padding: 0; list-style: none; }
.feature-list li { position: relative; padding: 10px 12px 10px 35px; color: #d6e3ef; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); border-radius: 8px; font-size: .88rem; }
.feature-list li::before { content: ""; position: absolute; left: 13px; top: 17px; width: 8px; height: 8px; background: var(--blue-500); border-radius: 2px; transform: rotate(45deg); }
.vet-detail .feature-list li::before { background: #26b4c8; }
.cont-detail .feature-list li::before { background: var(--orange-500); }
.product-cta { width: 100%; color: var(--white); background: rgba(8,123,242,.15); border-color: rgba(93,172,250,.4); }
.product-cta:hover { background: var(--blue-600); }
.verified-product-note { margin: -6px 0 24px; padding: 14px 16px; color: #b9d2e8; font-size: .84rem; line-height: 1.6; background: rgba(38,180,200,.08); border-left: 3px solid #26b4c8; border-radius: 0 10px 10px 0; }
.product-links { display: grid; gap: 10px; }
.product-social-link { width: 100%; color: var(--white); background: transparent; border-color: rgba(255,255,255,.24); }
.product-social-link:hover { color: var(--navy-950); background: var(--white); }

.services-layout { display: grid; gap: 45px; }
.services-intro { max-width: 480px; }
.services-intro > p:not(.eyebrow) { color: var(--gray-600); }
.text-link { display: inline-flex; gap: 14px; margin-top: 12px; color: var(--blue-600); font-weight: 800; text-decoration: none; }
.service-list { border-top: 1px solid var(--gray-100); }
.service-list article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 0; border-bottom: 1px solid var(--gray-100); }
.service-list article > span { color: var(--orange-500); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.service-list h3 { margin-bottom: 8px; }
.service-list p { margin-bottom: 0; color: var(--gray-600); }

.benefits { background: var(--gray-50); }
.benefit-grid { display: grid; gap: 12px; }
.benefit-grid article { min-height: 185px; padding: 25px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 13px; }
.benefit-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 24px; color: var(--blue-600); background: var(--blue-100); border-radius: 10px; font-size: 1.25rem; font-weight: 900; }
.benefit-grid h3 { margin-bottom: 9px; }
.benefit-grid p { margin: 0; color: var(--gray-600); font-size: .92rem; }

.method { position: relative; color: #b4c6d7; background: linear-gradient(135deg, #082341, var(--navy-950)); overflow: hidden; }
.method::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(33.333% - 1px), rgba(255,255,255,.045) 33.333%); }
.method .container { position: relative; }
.method-heading { max-width: 680px; margin-bottom: 50px; }
.method-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.method-steps li { position: relative; padding: 26px 12px 26px 28px; border-left: 1px solid rgba(255,255,255,.17); }
.method-steps li::before { content: ""; position: absolute; left: -5px; top: 33px; width: 9px; height: 9px; background: var(--blue-500); border-radius: 50%; box-shadow: 0 0 0 5px rgba(24,140,255,.15); }
.method-steps span { color: #6c88a3; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.method-steps h3 { margin: 12px 0 8px; color: var(--white); font-size: 1.12rem; line-height: 1.3; }
.method-steps p { max-width: 250px; margin: 0; font-size: .9rem; }

.projects .section-heading > p { color: var(--gray-600); }
.project-grid { display: grid; gap: 16px; }
.project-grid article { position: relative; min-height: 245px; padding: 28px; overflow: hidden; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--radius); }
.project-grid article::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 140px; height: 140px; border: 1px solid #cbd8e5; border-radius: 50%; box-shadow: 0 0 0 22px rgba(8,123,242,.04), 0 0 0 44px rgba(8,123,242,.025); }
.project-grid span { display: inline-block; margin-bottom: 56px; padding: 5px 9px; color: var(--blue-600); background: var(--blue-100); border-radius: 5px; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.project-grid h3, .project-grid p { position: relative; z-index: 1; }
.project-grid p { margin: 0; color: var(--gray-600); font-size: .92rem; }

.faq { background: var(--gray-50); }
.faq-layout { display: grid; gap: 36px; }
.faq-layout > div:first-child > p:last-child { color: var(--gray-600); }
.faq-list details { border-top: 1px solid #ccd6e1; }
.faq-list details:last-child { border-bottom: 1px solid #ccd6e1; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; color: var(--navy-900); font-weight: 750; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; color: var(--blue-600); font-size: 1.5rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 35px 22px 0; color: var(--gray-600); }

.contact { color: #bfd0e0; background: var(--navy-900); }
.contact-layout { display: grid; gap: 50px; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; }
.contact address { display: grid; gap: 20px; margin-top: 35px; font-style: normal; }
.contact address div { padding-left: 16px; border-left: 2px solid rgba(24,140,255,.6); }
.contact address span, .contact address strong { display: block; }
.contact address span { color: #7795b1; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact address strong { margin-top: 3px; color: var(--white); font-size: .88rem; }
.contact address a { text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 3px; }
.contact-form { padding: 24px; color: var(--gray-800); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.form-heading h3 { margin: 0; font-size: 1.45rem; }
.form-heading p { margin: 0; color: var(--gray-600); font-size: .7rem; }
.field-row { display: grid; gap: 0; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 6px; color: var(--navy-800); font-size: .76rem; font-weight: 800; }
.field input, .field select, .field textarea { display: block; width: 100%; padding: 11px 12px; color: var(--navy-900); background: var(--gray-50); border: 1px solid #d5dee8; border-radius: 7px; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 115px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; background: var(--white); border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(8,123,242,.13); }
.field input.invalid, .field select.invalid, .field textarea.invalid { border-color: #c83737; }
.field-error { display: block; min-height: 0; margin-top: 4px; color: #b42318; font-size: .7rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.button-submit { width: 100%; color: var(--white); background: var(--blue-600); border: 0; }
.button-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-legal { margin: 13px 0 0; color: var(--gray-600); font-size: .7rem; text-align: center; }
.form-legal a { color: var(--blue-600); }
.form-status { display: none; margin: 15px 0 0; padding: 10px 12px; border-radius: 6px; font-size: .8rem; }
.form-status.visible { display: block; }
.form-status.success { color: #075d38; background: #e5f8ef; }
.form-status.error { color: #921d18; background: #fff0ef; }

.site-footer { padding: 62px 0 24px; color: #8da3b8; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); }
.footer-top { display: grid; gap: 35px; }
.footer-brand img { width: 160px; margin-bottom: 14px; }
.footer-brand p { margin-bottom: 3px; color: #bed0e1; }
.footer-brand small { color: #6e89a2; }

.brand { width: 190px; }
.brand img { display: block; width: 100%; height: auto; }
.footer-brand img { width: 190px; height: auto; }

@media (max-width: 700px) {
  .brand { width: 165px; }
}
.footer-top h2 { margin-bottom: 14px; color: var(--white); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-top a { color: #8da3b8; font-size: .86rem; text-decoration: none; }
.footer-top a:hover { color: var(--white); }
.footer-bottom { display: flex; flex-direction: column; gap: 5px; margin-top: 44px; padding-top: 20px; font-size: .72rem; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: grid; place-items: center; width: 56px; height: 56px; color: var(--white); background: #20b968; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 10px 30px rgba(3,18,38,.28); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 29px; fill: currentColor; }

.legal-hero { padding: 132px 0 58px; color: var(--white); background: linear-gradient(130deg, var(--navy-950), var(--navy-800)); }
.legal-hero h1 { max-width: 900px; margin: 0; color: var(--white); font-size: clamp(2.4rem, 7vw, 4.4rem); }
.legal-content { padding: 65px 0 90px; }
.legal-content article { max-width: 820px; }
.legal-content h2 { margin: 2.2rem 0 .9rem; font-size: 1.5rem; }
.legal-content h3 { margin-top: 1.5rem; font-size: 1.1rem; }
.legal-content p, .legal-content li { color: var(--gray-600); }
.legal-content a { color: var(--blue-600); }
.legal-meta { color: var(--blue-600) !important; font-size: .83rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.error-page { display: grid; min-height: 100vh; place-items: center; padding: 30px; color: var(--white); background: radial-gradient(circle at 70% 30%, rgba(8,123,242,.22), transparent 30%), var(--navy-950); }
.error-card { max-width: 680px; text-align: center; }
.error-code { margin: 0; color: var(--blue-500); font-size: clamp(6rem, 30vw, 13rem); font-weight: 900; line-height: .8; letter-spacing: -.08em; }
.error-card h1 { margin: 30px 0 14px; color: var(--white); font-size: clamp(2rem, 6vw, 3.4rem); }
.error-card > p:not(.error-code) { color: #b4c7da; }
.error-card .button { margin-top: 18px; }

.product-page { background: var(--gray-50); }
.product-page-main { overflow: hidden; }
.product-hero { position: relative; padding: 132px 0 76px; color: #c3d5e7; background: radial-gradient(circle at 82% 30%, rgba(24,140,255,.24), transparent 30%), linear-gradient(130deg, var(--navy-950), var(--navy-800)); }
.product-hero::after { content: ""; position: absolute; right: -120px; bottom: -150px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.product-hero .container { position: relative; z-index: 1; }
.product-hero h1 { max-width: 850px; margin-bottom: 22px; color: var(--white); font-size: clamp(2.8rem, 8vw, 5.3rem); }
.product-hero h1::after { content: "."; color: var(--orange-500); }
.product-hero-copy { max-width: 760px; font-size: clamp(1.05rem, 2.4vw, 1.24rem); }
.product-hero .hero-actions { margin-bottom: 12px; }
.button-secondary { color: var(--navy-950); background: var(--white); }
.button-secondary:hover { background: var(--blue-100); }
.button-download { color: var(--white); background: transparent; border-color: rgba(255,255,255,.32); }
.product-nav-home { display: none; }
.product-nav-home span { color: var(--orange-400); }
.product-section-heading { max-width: 760px; margin-bottom: 38px; }
.product-section-heading p:not(.eyebrow) { color: var(--gray-600); font-size: 1.04rem; }
.module-grid { display: grid; gap: 14px; }
.module-card { padding: 25px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 14px; box-shadow: 0 10px 30px rgba(3,18,38,.05); }
.module-number { display: block; margin-bottom: 22px; color: var(--blue-600); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.module-card h3 { margin-bottom: 9px; }
.module-card p { margin: 0; color: var(--gray-600); font-size: .92rem; }
.included-strip { color: var(--white); background: var(--blue-600); }
.included-grid { display: grid; gap: 1px; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); overflow: hidden; }
.included-grid article { padding: 22px; background: var(--blue-600); }
.included-grid h3 { margin: 0 0 5px; color: var(--white); font-size: 1.03rem; }
.included-grid p { margin: 0; color: #dcebff; font-size: .88rem; }
.pricing { background: var(--white); }
.plan-grid { display: grid; gap: 18px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; padding: 28px; background: var(--gray-50); border: 1px solid var(--gray-100); border-radius: var(--radius); }
.plan-card.featured { position: relative; border-color: var(--blue-500); box-shadow: 0 22px 55px rgba(8,123,242,.13); }
.plan-label { align-self: flex-start; margin-bottom: 17px; padding: 5px 9px; color: var(--blue-600); background: var(--blue-100); border-radius: 5px; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan-card h3 { margin-bottom: 5px; font-size: 1.65rem; }
.plan-price { margin: 16px 0 2px; color: var(--navy-950); font-size: 2.2rem; font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.plan-price small { color: var(--gray-600); font-size: .78rem; font-weight: 650; letter-spacing: 0; }
.old-price { margin-bottom: 5px; color: var(--gray-600); font-size: .8rem; }
.old-price del { font-weight: 750; }
.annual-price { color: var(--gray-600); font-size: .83rem; }
.plan-list { flex: 1; margin: 20px 0 26px; padding: 0; list-style: none; }
.plan-list li { position: relative; padding: 8px 0 8px 22px; color: var(--gray-600); font-size: .86rem; border-bottom: 1px solid var(--gray-100); }
.plan-list li::before { content: ""; position: absolute; left: 2px; top: 16px; width: 7px; height: 7px; background: var(--blue-500); border-radius: 50%; }
.plan-list li.not-included { color: #7b8795; }
.plan-list li.not-included::before { width: 8px; height: 1px; top: 19px; background: #9ba6b2; border-radius: 0; }
.plan-card .button { width: 100%; }
.addons { background: var(--gray-50); }
.addon-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.addon-list li { display: grid; gap: 4px; padding: 20px 22px; background: var(--white); border: 1px solid var(--gray-100); border-radius: 11px; }
.addon-list strong { color: var(--navy-900); }
.addon-list span { color: var(--gray-600); font-size: .9rem; }
.product-benefits { color: #bfd0e0; background: var(--navy-900); }
.product-benefits h2 { color: var(--white); }
.benefit-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.benefit-list li { padding: 18px 20px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.product-final-cta { text-align: center; background: var(--white); }
.product-final-cta .product-section-heading { margin-inline: auto; }
.product-final-cta .hero-actions { justify-content: center; }
.product-final-cta .button-secondary { border-color: var(--gray-300); }
.product-page .site-footer { text-align: left; }

@media (min-width: 560px) {
  .hero-actions { flex-direction: row; }
  .dash-bottom { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr 1fr; gap: 15px; }
  .benefit-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card:last-child { grid-column: 1 / -1; }
  .feature-list { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .module-grid, .included-grid, .benefit-list { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 820px) {
  .section { padding: 110px 0; }
  .nav-toggle { display: none; }
  .main-nav { position: static; flex-direction: row; align-items: center; gap: 4px; padding: 0; background: transparent; border: 0; transform: none; visibility: visible; }
  .main-nav a { padding: 8px 9px; font-size: .8rem; }
  .main-nav .nav-cta { margin: 0 0 0 7px; padding: 10px 15px; }
  .hero { min-height: 820px; padding: 150px 0 94px; }
  .hero-layout { grid-template-columns: minmax(0, 1.05fr) minmax(400px, .95fr); gap: 45px; }
  .hero h1 { font-size: clamp(3.4rem, 6vw, 5rem); }
  .dashboard { margin-right: -50px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid p { padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 0; }
  .trust-grid p:first-child { padding-left: 0; }
  .trust-grid p:last-child { border-right: 0; }
  .split-layout, .services-layout { grid-template-columns: 1fr 1fr; gap: 70px; }
  .section-heading { grid-template-columns: 1.2fr .8fr; align-items: end; }
  .section-heading.compact { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .product-card:last-child { grid-column: auto; }
  .benefit-grid { grid-template-columns: repeat(4, 1fr); }
  .method-steps { grid-template-columns: repeat(3, 1fr); }
  .method-steps li { min-height: 230px; padding: 30px 24px; }
  .project-grid { grid-template-columns: repeat(3, 1fr); }
  .faq-layout { grid-template-columns: .75fr 1.25fr; gap: 90px; }
  .contact-layout { grid-template-columns: .9fr 1.1fr; align-items: start; gap: 80px; }
  .contact-form { padding: 34px; }
  .footer-top { grid-template-columns: 2fr repeat(3, 1fr); }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: row; justify-content: space-between; }
  .product-nav-home { display: inline-flex; align-items: center; gap: 8px; color: #d8e6f4; font-size: .86rem; font-weight: 750; text-decoration: none; }
  .product-hero { padding: 165px 0 100px; }
  .module-grid { grid-template-columns: repeat(4, 1fr); }
  .included-grid { grid-template-columns: repeat(3, 1fr); }
  .plan-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-list { grid-template-columns: repeat(3, 1fr); }
  .addon-list li { grid-template-columns: 1.35fr 1fr; align-items: center; gap: 30px; }
}

@media (min-width: 1080px) {
  .site-header { height: 82px; }
  .brand { width: 200px; }
  .main-nav { gap: 8px; }
  .main-nav a { padding: 9px 10px; font-size: .86rem; }
  .hero-layout { grid-template-columns: 1.08fr .92fr; gap: 65px; }
  .dashboard { margin-right: -105px; }
  .dash-body { min-height: 380px; }
  .dash-main { padding: 18px; }
  .metric { padding: 15px; }
  .metric strong { font-size: .88rem; }
  .product-detail { padding: 38px; }
  .product-detail header { grid-template-columns: 1fr 1fr; align-items: end; gap: 45px; }
  .gas-features { grid-template-columns: repeat(3, 1fr); }
  .product-links { grid-template-columns: 1fr 1fr; }
}

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