:root {
  --ink: #071321;
  --ink-2: #0b1d31;
  --ink-3: #122c48;
  --gold: #f7b733;
  --gold-light: #ffcf68;
  --gold-deep: #c8840a;
  --paper: #f7f8fa;
  --white: #ffffff;
  --muted: #64748b;
  --line: #dce3ea;
  --shadow: 0 18px 44px rgba(5, 18, 34, .13);
  --radius: 18px;
  --wide: 1200px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--gold-light); color: var(--ink); }
.container { width: min(calc(100% - 40px), var(--wide)); margin: 0 auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--gold-deep); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 2px; background: currentColor; content: ""; }
.eyebrow.on-dark { color: var(--gold-light); }
.section-title { max-width: 700px; margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.04; letter-spacing: -.055em; }
.section-lead { max-width: 630px; margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 42px; }
.section-head .section-lead { margin-bottom: 2px; }
.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.text-center .section-title, .text-center .section-lead { margin-left: auto; margin-right: auto; }

.skip-link { position: fixed; top: -90px; left: 12px; z-index: 100; padding: 12px 15px; color: var(--ink); background: var(--gold); border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 120; height: 82px; color: white; background: rgba(7, 19, 33, .92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(18px); transition: height .2s ease, box-shadow .2s ease; }
.site-header.is-scrolled { height: 70px; box-shadow: 0 6px 24px rgba(0,0,0,.18); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-mark { width: 39px; height: 34px; color: var(--gold); }
.brand-copy { display: grid; line-height: .9; font-size: .93rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.brand-copy span:last-child { color: var(--gold); font-size: .79rem; }
.site-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 28px); margin-left: auto; margin-right: 14px; }
.site-nav a { padding: 9px 0; color: rgba(255,255,255,.9); font-size: .88rem; font-weight: 650; transition: color .2s ease; }
.site-nav .button { min-height: 44px; padding: 10px 18px; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.site-nav .button:hover, .site-nav .button:focus-visible { color: var(--ink); }
.menu-toggle { display: none; color: white; background: transparent; border: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 19px; color: var(--ink); background: var(--gold); border: 1px solid var(--gold); border-radius: 9px; font-size: .9rem; font-weight: 850; text-align: center; box-shadow: 0 5px 13px rgba(247,183,51,.16); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--gold-light); box-shadow: 0 9px 19px rgba(247,183,51,.24); }
.button:focus-visible, .menu-toggle:focus-visible, .faq-question:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 8px 14px; font-size: .79rem; }
.button-outline { color: white; background: transparent; border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-outline:hover { color: var(--ink); border-color: var(--gold); background: var(--gold); }
.button-arrow::after { content: "→"; font-size: 1.18rem; line-height: 0; }
.button-light { color: var(--ink); background: white; border-color: white; box-shadow: none; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 74% 19%, rgba(49,109,148,.32), transparent 27%), linear-gradient(132deg, #071321 0%, #0b1f35 47%, #071321 100%); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black, transparent 73%); content: ""; }
.hero .container { position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr); gap: 42px; align-items: center; min-height: 620px; padding: 78px 0 72px; }
.hero-copy { max-width: 590px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 7px 10px; color: #ffda87; background: rgba(247,183,51,.1); border: 1px solid rgba(247,183,51,.3); border-radius: 100px; font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.hero-badge::before { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(247,183,51,.15); content: ""; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(2.65rem, 5.5vw, 5.05rem); font-weight: 880; line-height: .97; letter-spacing: -.075em; }
.hero h1 .line-gold { display: block; color: var(--gold); }
.hero-text { max-width: 490px; margin: 23px 0 0; color: #d1d9e2; font-size: clamp(1rem, 1.5vw, 1.14rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 530px; margin: 35px 0 0; }
.metric { padding: 10px 11px; border-left: 1px solid rgba(247,183,51,.5); }
.metric strong { display: block; color: var(--gold-light); font-size: .86rem; }
.metric span { display: block; margin-top: 2px; color: #afbcc8; font-size: .74rem; line-height: 1.25; }

.hero-art { position: relative; min-height: 440px; isolation: isolate; }
.hero-art::before { position: absolute; top: 15%; right: -6%; width: 380px; aspect-ratio: 1; border: 1px solid rgba(247,183,51,.27); border-radius: 50%; box-shadow: 0 0 0 42px rgba(247,183,51,.035), 0 0 0 83px rgba(247,183,51,.022); content: ""; }
.art-spark { position: absolute; z-index: -1; top: 10%; left: 8%; width: 36px; height: 36px; border: 2px solid var(--gold); transform: rotate(45deg); opacity: .65; }
.browser-window { position: absolute; top: 35px; right: 22px; width: min(515px, 100%); overflow: hidden; background: #f6f7f9; border: 7px solid #1d2a39; border-radius: 14px; box-shadow: 0 30px 45px rgba(0,0,0,.35); transform: perspective(900px) rotateY(-6deg) rotateX(3deg); }
.browser-top { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 10px; background: #e9ecf0; }
.browser-top i { width: 7px; height: 7px; background: #bdc5cc; border-radius: 50%; }
.browser-url { width: 47%; height: 12px; margin-left: 8px; background: #fff; border-radius: 8px; }
.web-demo { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 304px; background: linear-gradient(120deg, #071321, #172f48); }
.web-demo-copy { padding: 29px 24px; background: linear-gradient(130deg, #081522 3%, #15324e); }
.micro-logo { display: inline-flex; align-items: center; gap: 5px; color: var(--gold); font-size: .55rem; font-weight: 900; letter-spacing: .08em; }
.micro-logo::before { width: 9px; height: 9px; border: 2px solid currentColor; transform: rotate(45deg); content: ""; }
.web-demo h3 { margin: 26px 0 11px; color: white; font-size: clamp(1.2rem, 2.2vw, 1.9rem); line-height: 1.02; letter-spacing: -.05em; }
.web-demo p { max-width: 185px; margin: 0; color: #b5c3ce; font-size: .64rem; }
.micro-cta { display: inline-block; margin-top: 18px; padding: 7px 12px; color: var(--ink); background: var(--gold); border-radius: 4px; font-size: .58rem; font-weight: 900; }
.web-demo-art { position: relative; overflow: hidden; background: radial-gradient(circle at 60% 50%, rgba(247,183,51,.52), transparent 9%), linear-gradient(145deg, #223951 10%, #0a1725 10% 100%); }
.web-demo-art::after { position: absolute; right: 12%; bottom: -7%; width: 66%; height: 72%; border: 6px solid #d7dce1; border-bottom: 15px solid #a9b3bc; border-radius: 7px 7px 3px 3px; background: linear-gradient(145deg, #ffffff, #e6ecf1); box-shadow: 0 11px 15px rgba(0,0,0,.35); transform: perspective(300px) rotateY(-7deg); content: ""; }
.web-demo-art::before { position: absolute; top: 21%; right: 24%; width: 55px; height: 55px; border: 2px solid var(--gold); transform: rotate(45deg); content: ""; }
.phone-demo { position: absolute; z-index: 3; right: 7px; bottom: 1px; width: 117px; height: 238px; overflow: hidden; background: #111c28; border: 6px solid #111; border-radius: 19px; box-shadow: 0 17px 29px rgba(0,0,0,.4); transform: rotate(7deg); }
.phone-notch { width: 42px; height: 8px; margin: 0 auto; background: #111; border-radius: 0 0 7px 7px; }
.phone-screen { height: 100%; padding: 19px 9px; background: linear-gradient(165deg, #eff2f5, #cfdbe4); }
.phone-screen b { display: block; width: 52%; height: 7px; background: #14283b; border-radius: 3px; }
.phone-screen span { display: block; width: 85%; height: 4px; margin-top: 7px; background: #8494a1; border-radius: 4px; }
.phone-screen span:nth-child(3) { width: 62%; }
.phone-card { height: 76px; margin-top: 19px; background: linear-gradient(140deg, #0b1c2c, #284966); border-radius: 6px; }
.phone-gold { height: 20px; margin-top: 11px; background: var(--gold); border-radius: 4px; }
.floating-card { position: absolute; z-index: 4; bottom: 23px; left: -8px; padding: 11px 13px; color: white; background: rgba(11,29,49,.93); border: 1px solid rgba(255,255,255,.22); border-radius: 10px; box-shadow: 0 12px 26px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.floating-card strong { display: block; color: var(--gold-light); font-size: .78rem; }
.floating-card span { display: block; margin-top: 2px; color: #c9d3db; font-size: .63rem; }

.trust-strip { color: white; background: #0a1a2b; border-top: 1px solid rgba(255,255,255,.1); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 11px; padding: 17px 20px; border-right: 1px solid rgba(255,255,255,.11); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; flex: 0 0 auto; width: 34px; height: 34px; color: var(--gold); border: 1px solid rgba(247,183,51,.55); border-radius: 50%; place-items: center; font-weight: 900; }
.trust-item strong { display: block; color: #f6f8fb; font-size: .76rem; }
.trust-item span { display: block; color: #9fb0bf; font-size: .67rem; }

.section { padding: 105px 0; }
.section-muted { background: #eef1f4; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { display: flex; flex-direction: column; min-height: 282px; padding: 23px; background: white; border: 1px solid #e1e6eb; border-radius: 14px; box-shadow: 0 5px 14px rgba(12,26,43,.035); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-icon { display: grid; width: 47px; height: 47px; color: var(--gold-deep); background: #fff7e6; border-radius: 12px; place-items: center; font-size: 1.45rem; }
.service-card h3 { margin: 21px 0 9px; font-size: 1.06rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.service-link { margin-top: auto; padding-top: 17px; color: var(--gold-deep); font-size: .82rem; font-weight: 850; }
.service-link::after { margin-left: 6px; content: "→"; }

.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.industry-card { position: relative; display: flex; flex-direction: column; min-height: 208px; overflow: hidden; padding: 18px; color: white; border-radius: 12px; background: var(--industry-gradient); }
.industry-card::after { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(45deg, rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(-45deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 20px 20px; content: ""; }
.industry-card > * { position: relative; z-index: 1; }
.industry-card i { display: grid; width: 35px; height: 35px; color: var(--gold-light); border: 1px solid rgba(255,255,255,.52); border-radius: 50%; place-items: center; font-size: .86rem; font-style: normal; }
.industry-card h3 { margin: auto 0 5px; font-size: 1.05rem; line-height: 1.08; letter-spacing: -.035em; }
.industry-card span { display: block; color: rgba(255,255,255,.75); font-size: .73rem; line-height: 1.25; }
.industry-card:nth-child(1) { --industry-gradient: linear-gradient(145deg, #172d3f, #8d4c15); }
.industry-card:nth-child(2) { --industry-gradient: linear-gradient(145deg, #5d263b, #e1a990); }
.industry-card:nth-child(3) { --industry-gradient: linear-gradient(145deg, #101923, #38526f); }
.industry-card:nth-child(4) { --industry-gradient: linear-gradient(145deg, #254d5f, #a6d4dd); }
.industry-card:nth-child(5) { --industry-gradient: linear-gradient(145deg, #632c12, #d9853e); }
.industry-card:nth-child(6) { --industry-gradient: linear-gradient(145deg, #202a23, #786337); }
.industry-card:nth-child(7) { --industry-gradient: linear-gradient(145deg, #2c1d16, #74553a); }
.industry-card:nth-child(8) { --industry-gradient: linear-gradient(145deg, #231649, #5749a2); }

.process { color: white; background: linear-gradient(130deg, #071321, #102b45); }
.process .section-lead { color: #b9c7d3; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 46px; }
.process-step { position: relative; padding: 0 25px 0 0; }
.process-step:not(:last-child)::after { position: absolute; top: 20px; right: 5px; width: calc(100% - 58px); height: 1px; background: linear-gradient(90deg, rgba(247,183,51,.8), rgba(247,183,51,.14)); content: ""; }
.step-number { display: grid; width: 41px; height: 41px; color: var(--ink); background: var(--gold); border-radius: 50%; place-items: center; font-size: .81rem; font-weight: 900; }
.process-step h3 { margin: 19px 0 7px; font-size: 1rem; }
.process-step p { max-width: 165px; margin: 0; color: #a9bac9; font-size: .79rem; }

.lead-magnet { position: relative; overflow: hidden; color: white; background: #091a2b; }
.lead-magnet::after { position: absolute; right: -10%; bottom: -48%; width: 620px; height: 620px; border: 1px solid rgba(247,183,51,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(247,183,51,.025), 0 0 0 92px rgba(247,183,51,.02); content: ""; }
.lead-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(38px, 6vw, 85px); align-items: center; }
.checklist-copy h2 { max-width: 520px; margin: 0; font-size: clamp(2.05rem, 3.5vw, 3.1rem); line-height: 1.04; letter-spacing: -.055em; }
.checklist-copy h2 span { color: var(--gold); }
.checklist-copy > p { max-width: 560px; color: #b8c5d0; }
.checklist-items { display: grid; gap: 9px; padding: 0; margin: 25px 0 0; list-style: none; }
.checklist-items li { display: flex; gap: 10px; color: #edf2f6; font-size: .9rem; }
.checklist-items li::before { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 3px; color: var(--ink); background: var(--gold); border-radius: 50%; content: "✓"; font-size: .7rem; font-weight: 900; line-height: 17px; text-align: center; }
.checklist-preview { position: relative; width: 227px; aspect-ratio: .7; margin: 35px 0 0 35px; padding: 24px 18px; overflow: hidden; color: #fff; background: linear-gradient(150deg, #06111e, #203e5b); border: 1px solid rgba(255,255,255,.21); border-radius: 5px; box-shadow: -17px 17px 0 rgba(247,183,51,.55), 0 21px 30px rgba(0,0,0,.4); transform: rotate(-6deg); }
.checklist-preview::after { position: absolute; right: -40px; bottom: -30px; width: 160px; height: 160px; border: 2px solid var(--gold); transform: rotate(45deg); content: ""; }
.checklist-preview small { display: block; color: var(--gold-light); font-size: .57rem; font-weight: 800; letter-spacing: .12em; }
.checklist-preview h3 { position: relative; z-index: 1; margin: 18px 0 0; font-size: 1.53rem; line-height: .96; letter-spacing: -.07em; }
.preview-list { position: relative; z-index: 1; display: grid; gap: 8px; margin-top: 25px; }
.preview-list b { display: block; width: 88%; height: 5px; background: rgba(255,255,255,.67); border-radius: 5px; }
.preview-list b:nth-child(2) { width: 73%; } .preview-list b:nth-child(3) { width: 95%; } .preview-list b:nth-child(4) { width: 68%; }
.form-card { padding: clamp(24px, 4vw, 39px); color: var(--ink); background: white; border-radius: 16px; box-shadow: 0 20px 45px rgba(0,0,0,.22); }
.form-card h3 { margin: 0; font-size: 1.35rem; line-height: 1.15; letter-spacing: -.035em; }
.form-card > p { margin: 8px 0 23px; color: var(--muted); font-size: .87rem; }
.lead-form { display: grid; gap: 13px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 6px; }
.field label { color: #344355; font-size: .75rem; font-weight: 780; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 13px; color: var(--ink); background: #fbfcfd; border: 1px solid #d9e1e7; border-radius: 7px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(247,183,51,.2); }
.consent { display: flex; gap: 9px; align-items: flex-start; color: #526273; font-size: .72rem; line-height: 1.42; }
.consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--gold-deep); }
.consent a { color: #1a4e79; text-decoration: underline; text-underline-offset: 2px; }
.form-note { margin: -3px 0 0; color: #738293; font-size: .67rem; }
[data-form-status] { min-height: 19px; margin: 0; font-size: .78rem; font-weight: 650; }
[data-form-status][data-state="success"] { color: #137a48; }
[data-form-status][data-state="error"] { color: #be2c3f; }
[data-form-status][data-state="notice"] { color: #99630d; }

.pricing { color: white; background: #081827; }
.pricing .section-lead { color: #aec0cf; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 25px; border: 1px solid rgba(255,255,255,.22); border-radius: 13px; }
.price-card.featured { color: var(--ink); background: var(--gold); border-color: var(--gold); box-shadow: 0 16px 35px rgba(247,183,51,.2); }
.price-card .popular { position: absolute; top: -13px; left: 50%; padding: 5px 11px; color: var(--ink); background: #fff2cd; border-radius: 999px; font-size: .62rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; }
.price-card h3 { margin: 0; font-size: 1.14rem; }
.price { margin: 12px 0 1px; font-size: 2rem; font-weight: 900; letter-spacing: -.05em; }
.price small { font-size: .75rem; font-weight: 650; letter-spacing: 0; }
.price-card > p { min-height: 43px; margin: 11px 0 19px; color: #b7c7d5; font-size: .79rem; }
.price-card.featured > p { color: #473a21; }
.price-features { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.price-features li { display: flex; gap: 8px; color: #dbe3e9; font-size: .78rem; }
.price-features li::before { color: var(--gold); content: "✓"; font-weight: 900; }
.price-card.featured .price-features li { color: #2f2a20; }
.price-card.featured .price-features li::before { color: #5c4307; }
.price-card .button { width: 100%; margin-top: auto; padding-top: 13px; background: transparent; border-color: rgba(255,255,255,.45); color: white; box-shadow: none; }
.price-card .button:hover { color: var(--ink); background: white; }
.price-card.featured .button { color: var(--ink); background: #fff7e5; border-color: #fff7e5; }
.price-card.featured .button:hover { background: white; }
.pricing-note { margin: 23px 0 0; color: #8197a9; font-size: .7rem; text-align: center; }

.faq-contact-grid { display: grid; grid-template-columns: 1.17fr .83fr; gap: 60px; align-items: start; }
.faq-list { display: grid; gap: 9px; }
.faq-item { overflow: hidden; background: white; border: 1px solid #dfe6ec; border-radius: 9px; }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; padding: 15px 17px; color: var(--ink); background: transparent; border: 0; font-size: .88rem; font-weight: 800; text-align: left; }
.faq-question span { display: grid; flex: 0 0 auto; width: 24px; height: 24px; color: #9b6a10; background: #fff5df; border-radius: 50%; place-items: center; font-size: 1.1rem; transition: transform .2s ease; }
.faq-item.is-open .faq-question span { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .23s ease; }
.faq-answer > div { overflow: hidden; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-answer p { margin: 0; padding: 0 17px 16px; color: var(--muted); font-size: .84rem; }
.contact-panel { padding: 33px; color: white; background: linear-gradient(145deg, #0e2941, #071522); border-radius: 14px; }
.contact-panel h2 { margin: 0; font-size: 1.75rem; line-height: 1.08; letter-spacing: -.05em; }
.contact-panel > p { color: #b6c5d0; font-size: .9rem; }
.contact-details { display: grid; gap: 17px; margin: 26px 0; }
.contact-detail { display: flex; gap: 11px; align-items: flex-start; }
.contact-detail i { display: grid; flex: 0 0 auto; width: 33px; height: 33px; color: var(--gold); border: 1px solid rgba(247,183,51,.46); border-radius: 50%; place-items: center; font-style: normal; }
.contact-detail span { display: block; color: #91a7b8; font-size: .68rem; }
.contact-detail strong, .contact-detail a { color: white; font-size: .86rem; }

.site-footer { color: #b4c1cb; background: #06111e; }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 46px; padding: 55px 0 35px; }
.footer-main .brand { color: white; }
.footer-copy { max-width: 315px; margin: 16px 0 0; color: #8fa0af; font-size: .78rem; }
.footer-heading { margin: 0 0 13px; color: #fff; font-size: .83rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #9eb0bf; font-size: .79rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-bottom a:hover { color: var(--gold); }

.cookie-banner { position: fixed; z-index: 50; right: 16px; bottom: 16px; left: 16px; display: none; max-width: 980px; align-items: center; justify-content: space-between; gap: 24px; margin: auto; padding: 17px 19px; color: white; background: rgba(6,17,30,.97); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; box-shadow: 0 15px 43px rgba(0,0,0,.37); }
.cookie-banner.is-visible { display: flex; }
.cookie-banner p { max-width: 570px; margin: 0; color: #c6d1d9; font-size: .75rem; }
.cookie-banner p a { color: var(--gold-light); text-decoration: underline; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.cookie-actions button { min-height: 37px; padding: 8px 11px; color: white; background: transparent; border: 1px solid #607080; border-radius: 6px; font-size: .72rem; font-weight: 750; }
.cookie-actions button.primary { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.cookie-dialog { width: min(calc(100% - 28px), 510px); padding: 0; color: var(--ink); background: white; border: 0; border-radius: 13px; box-shadow: 0 28px 85px rgba(0,0,0,.45); }
.cookie-dialog::backdrop { background: rgba(3,11,20,.67); }
.dialog-content { padding: 27px; }
.dialog-content h2 { margin: 0; font-size: 1.3rem; }
.dialog-content > p { color: var(--muted); font-size: .84rem; }
.cookie-choice { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.cookie-choice strong { display: block; font-size: .86rem; }
.cookie-choice span { display: block; margin-top: 2px; color: var(--muted); font-size: .73rem; }
.switch { position: relative; flex: 0 0 auto; width: 43px; height: 24px; margin-top: 4px; }
.switch input { position: absolute; opacity: 0; }
.switch span { display: block; width: 43px; height: 24px; margin: 0; background: #ccd4da; border-radius: 99px; transition: background .2s; }
.switch span::after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; background: white; border-radius: 50%; box-shadow: 0 1px 3px rgba(0,0,0,.25); content: ""; transition: transform .2s; }
.switch input:checked + span { background: var(--gold-deep); }
.switch input:checked + span::after { transform: translateX(19px); }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 19px; }
.dialog-actions button { padding: 9px 12px; border-radius: 6px; font-size: .78rem; font-weight: 800; }
.dialog-actions .secondary { color: var(--ink); background: white; border: 1px solid var(--line); }
.dialog-actions .primary { color: var(--ink); background: var(--gold); border: 1px solid var(--gold); }

.legal-hero { padding: 75px 0 56px; color: white; background: linear-gradient(130deg, #071321, #183a59); }
.legal-hero h1 { max-width: 790px; margin: 0; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -.065em; }
.legal-hero p { max-width: 730px; margin: 17px 0 0; color: #c2d0da; }
.legal-content { max-width: 850px; padding-top: 68px; padding-bottom: 92px; }
.legal-updated { padding: 11px 14px; color: #566b7e; background: #fff4dc; border-left: 3px solid var(--gold-deep); font-size: .82rem; }
.legal-content h2 { margin: 42px 0 13px; font-size: 1.46rem; letter-spacing: -.035em; }
.legal-content h3 { margin: 24px 0 8px; font-size: 1rem; }
.legal-content p, .legal-content li { color: #415163; font-size: .94rem; }
.legal-content a { color: #125b92; text-decoration: underline; text-underline-offset: 2px; }
.legal-content ul { padding-left: 22px; }
.legal-table { width: 100%; overflow: hidden; border-collapse: collapse; margin: 17px 0; font-size: .84rem; }
.legal-table th, .legal-table td { padding: 11px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--ink); background: #edf2f5; }
.legal-callout { padding: 17px 19px; background: #e8f2f7; border-radius: 8px; color: #24445c; font-size: .88rem; }

.thank-you { min-height: 74vh; display: grid; place-items: center; padding: 70px 0; color: white; background: radial-gradient(circle at 73% 17%, rgba(247,183,51,.22), transparent 20%), linear-gradient(135deg, #071321, #14314d); }
.thank-card { max-width: 650px; padding: clamp(30px, 7vw, 70px); text-align: center; }
.thank-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 21px; color: var(--ink); background: var(--gold); border-radius: 50%; place-items: center; font-size: 2rem; font-weight: 900; }
.thank-card h1 { margin: 0; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1; letter-spacing: -.07em; }
.thank-card p { color: #c3d0db; }
.thank-card .button { margin-top: 15px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s ease, transform .58s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .site-nav { gap: 15px; }
  .site-nav a { font-size: .78rem; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 22px; }
  .hero-art { min-height: 390px; }
  .services-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(4, 1fr); }
  .industry-card { min-height: 180px; }
  .process-grid { grid-template-columns: repeat(5, 1fr); }
  .process-step { padding-right: 14px; }
  .process-step p { font-size: .72rem; }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--wide)); }
  .site-header { height: 68px; overflow: visible; }
  .site-header.is-scrolled { height: 64px; }
  .menu-toggle { position: relative; z-index: 4; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 22px; height: 2px; background: white; content: ""; transition: transform .2s; }
  .menu-toggle::before { transform: translateY(-6px); } .menu-toggle::after { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] span { opacity: 0; } .menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg) translate(1px, 1px); } .menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg) translate(2px, -2px); }
  .site-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; min-height: calc(100dvh - 68px); max-height: calc(100dvh - 68px); margin: 0; padding: 22px 16px calc(28px + env(safe-area-inset-bottom)); overflow-y: auto; background: radial-gradient(circle at 78% 12%, rgba(247,183,51,.09), transparent 30%), linear-gradient(180deg, #071321 0%, #06111e 100%); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 80px rgba(0,0,0,.58); z-index: 3; }
  .site-nav.is-open { display: flex; }
  .site-nav a { display: flex; align-items: center; min-height: 48px; margin-bottom: 10px; padding: 13px 16px; color: #fff; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; font-size: 1.02rem; }
  .site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-light); background: rgba(247,183,51,.08); border-color: rgba(247,183,51,.32); }
  .site-nav .button { min-height: 54px; margin-top: 9px; padding: 14px 18px; color: var(--ink); background: var(--gold); border-color: var(--gold); font-size: 1.02rem; }
  .site-nav .button:hover, .site-nav .button:focus-visible { color: var(--ink); background: var(--gold-light); }
  .site-header.is-scrolled .site-nav { min-height: calc(100dvh - 64px); max-height: calc(100dvh - 64px); }
  @supports (height: 100svh) {
    .site-nav { min-height: calc(100svh - 68px); max-height: calc(100svh - 68px); }
    .site-header.is-scrolled .site-nav { min-height: calc(100svh - 64px); max-height: calc(100svh - 64px); }
  }
  .header-inner > .button { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding: 66px 0 34px; }
  .hero-copy { max-width: 650px; }
  .hero-art { min-height: 375px; max-width: 590px; width: 100%; margin: 0 auto; }
  .browser-window { right: 30px; width: calc(100% - 50px); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; } .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .section { padding: 78px 0; }
  .section-head { display: block; margin-bottom: 31px; }
  .section-head .section-lead { margin-top: 14px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 31px 18px; }
  .process-step:not(:last-child)::after { display: none; }
  .process-step p { max-width: 260px; font-size: .8rem; }
  .lead-grid { grid-template-columns: 1fr; }
  .checklist-preview { display: none; }
  .faq-contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-main { grid-template-columns: 1.2fr .8fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 570px) {
  .container { width: min(calc(100% - 28px), var(--wide)); }
  .brand-copy { font-size: .82rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.6rem); }
  .hero-text { font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-metrics { grid-template-columns: 1fr; gap: 3px; margin-top: 27px; }
  .hero-art { min-height: 275px; }
  .browser-window { top: 20px; right: 11px; width: calc(100% - 23px); border-width: 4px; }
  .web-demo { min-height: 188px; }
  .web-demo-copy { padding: 17px 14px; }
  .web-demo h3 { margin-top: 15px; font-size: 1.23rem; }
  .web-demo p { font-size: .5rem; }
  .micro-cta { margin-top: 11px; padding: 5px 8px; }
  .phone-demo { right: 4px; width: 74px; height: 153px; border-width: 4px; border-radius: 12px; }
  .phone-screen { padding: 13px 6px; } .phone-card { height: 46px; margin-top: 12px; } .phone-gold { height: 13px; margin-top: 8px; }
  .floating-card { bottom: 2px; left: 0; padding: 8px 10px; }
  .trust-item { padding: 14px 10px; }
  .trust-item strong { font-size: .68rem; } .trust-item span { font-size: .59rem; }
  .trust-icon { width: 29px; height: 29px; font-size: .8rem; }
  .section-title { font-size: 2rem; }
  .services-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .industry-card { min-height: 157px; }
  .industry-card h3 { font-size: .92rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { display: grid; grid-template-columns: 42px 1fr; column-gap: 15px; }
  .process-step h3 { align-self: end; margin: 0; } .process-step p { grid-column: 2; margin-top: 4px; }
  .field-grid { grid-template-columns: 1fr; }
  .form-card { padding: 23px 18px; }
  .price-card { min-height: 0; }
  .price-card .button { margin-top: 25px; }
  .contact-panel { padding: 25px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom div + div { margin-top: 11px; }
  .cookie-banner { right: 9px; bottom: 9px; left: 9px; display: none; align-items: stretch; flex-direction: column; gap: 13px; }
  .cookie-banner.is-visible { display: flex; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions button { flex: 1 1 auto; }
}
