:root {
  --navy: #0e2f67;
  --navy-deep: #071f4a;
  --ink: #10254a;
  --muted: #60718e;
  --teal: #1aa8b7;
  --teal-2: #69d6db;
  --sky: #ddecff;
  --soft: #f4f9ff;
  --white: #ffffff;
  --line: rgba(31, 88, 145, .14);
  --shadow: 0 24px 70px rgba(24, 65, 116, .14);
  --shadow-soft: 0 14px 40px rgba(26, 64, 112, .1);
  --radius: 28px;
  --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(113, 184, 255, .14), transparent 28%),
    #fff;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: fixed; left: 16px; top: 10px; z-index: 1000;
  transform: translateY(-160%); padding: 10px 14px;
  border-radius: 10px; background: #fff; color: var(--navy); box-shadow: var(--shadow-soft);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; top: 16px; left: 50%;
  width: min(1180px, calc(100% - 32px)); height: 60px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 18px 0 22px; transform: translateX(-50%);
  border: 1px solid transparent; border-radius: 18px;
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.78); border-color: rgba(36, 91, 145, .12);
  box-shadow: 0 12px 40px rgba(20, 58, 103, .11); backdrop-filter: blur(16px);
}
.brand { font-size: 20px; font-weight: 750; letter-spacing: -.025em; text-decoration: none; color: var(--navy-deep); }
.header-cta {
  text-decoration: none; padding: 10px 16px; border-radius: 999px;
  background: var(--navy); color: #fff; font-size: 14px; font-weight: 750;
  transition: transform .25s ease, box-shadow .25s ease;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(14,47,103,.24); }

.screen {
  min-height: 100svh; position: relative; overflow: hidden;
  display: flex; align-items: center; padding: 78px 0 54px;
  scroll-margin-top: 0;
}
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 2; }
.section-soft { background: linear-gradient(180deg, #f8fbff 0%, #f2f8ff 100%); }
.section-darkish {
  background:
    radial-gradient(circle at 10% 50%, rgba(107, 211, 219, .11), transparent 30%),
    linear-gradient(135deg, #f7fbff 0%, #edf5ff 55%, #f8fcff 100%);
}

.hero { min-height: 94svh; padding-top: 92px; padding-bottom: 46px; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; }
.hero-copy { max-width: 650px; }
.eyebrow {
  margin: 0 0 16px; color: var(--teal); font-size: 14px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .16em;
}
.eyebrow.light { color: #82e7ec; }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 26px; color: var(--navy-deep); font-size: clamp(48px, 6.2vw, 84px);
  line-height: 1.02; letter-spacing: -.035em; font-weight: 760;
}
h2 {
  margin-bottom: 20px; color: var(--navy-deep); font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06; letter-spacing: -.03em; font-weight: 740;
}
h3 { color: var(--navy-deep); font-size: 22px; line-height: 1.25; letter-spacing: -.01em; font-weight: 700; }
.lead { max-width: 630px; color: #526681; font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.lead-small { color: #5c6f89; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; flex-wrap: wrap; }
.btn {
  border: 0; border-radius: 16px; padding: 17px 24px; display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--navy) 0%, #15569d 100%); box-shadow: 0 18px 42px rgba(15, 55, 111, .24); }
.btn-primary:hover { box-shadow: 0 22px 52px rgba(15, 55, 111, .32); }
.text-link { color: var(--navy); font-weight: 650; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .25s ease; }
.text-link:hover span { transform: translateY(4px); }
.trust-line { margin-top: 34px; display: flex; gap: 12px; align-items: center; color: #6a7c95; font-size: 14px; }
.mini-shield { width: 22px; height: 26px; display: inline-block; background: linear-gradient(160deg, #58cbd4, #2068aa); clip-path: polygon(50% 0, 90% 16%, 82% 70%, 50% 100%, 18% 70%, 10% 16%); }

.hero-visual { position: relative; min-height: 560px; }
.browser-card, .bad-browser {
  background: rgba(255,255,255,.93); border: 1px solid rgba(50, 104, 159, .12); border-radius: 26px;
  box-shadow: var(--shadow); overflow: hidden;
}
.browser-card { width: 88%; min-height: 480px; margin: 26px auto 0; padding-bottom: 26px; transform: rotate(1.4deg); }
.browser-top { height: 64px; display: flex; align-items: center; gap: 10px; padding: 0 24px; background: linear-gradient(90deg, #0e3478, #7399c1); }
.browser-top i { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.9); }
.searchbar { margin: 22px 24px 18px; height: 54px; border: 2px solid #e2e9f1; border-radius: 16px; display: flex; align-items: center; padding: 0 17px; gap: 15px; }
.search-letter { color: #ef452d; font-weight: 850; font-size: 24px; }
.search-line { width: 48%; height: 8px; border-radius: 99px; background: #d9dee8; }
.search-icon { margin-left: auto; width: 18px; height: 18px; border: 3px solid var(--navy); border-radius: 50%; position: relative; }
.search-icon:after { content: ""; position: absolute; width: 8px; height: 3px; background: var(--navy); right: -7px; bottom: -4px; transform: rotate(46deg); border-radius: 2px; }
.result-list { padding: 4px 26px; display: grid; gap: 22px; }
.result { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; }
.result .check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #156b73; background: #a8e8ea; font-weight: 900; }
.result span:last-child { display: grid; gap: 8px; }
.result b { width: 38%; height: 9px; border-radius: 99px; background: #58c4cb; }
.result i { width: 82%; height: 7px; border-radius: 99px; background: #e3e9f0; }
.result i:last-child { width: 62%; }
.shield-wrap { position: absolute; right: -2%; bottom: 8%; width: 210px; height: 230px; display: grid; place-items: center; }
.shield { width: 150px; height: 180px; display: grid; place-items: center; color: #fff; font-size: 54px; background: linear-gradient(160deg, #7fe1e3 3%, #26b5c1 46%, #096d9d 100%); clip-path: polygon(50% 0, 92% 18%, 84% 70%, 50% 100%, 16% 70%, 8% 18%); filter: drop-shadow(0 22px 30px rgba(15, 99, 151, .27)); animation: shieldFloat 5s ease-in-out infinite; }
.shield:before { content: ""; position: absolute; width: 122px; height: 150px; border: 3px solid rgba(255,255,255,.6); clip-path: polygon(50% 0, 92% 18%, 84% 70%, 50% 100%, 16% 70%, 8% 18%); }
.shield-ring { position: absolute; border: 1px solid rgba(42, 183, 195, .22); border-radius: 50%; transform: rotate(-15deg); }
.ring-1 { width: 250px; height: 90px; }
.ring-2 { width: 285px; height: 120px; }
.spark { position: absolute; color: #4cc5cf; animation: twinkle 2.8s ease-in-out infinite; }
.s1 { right: 2%; top: 14%; font-size: 38px; }
.s2 { left: 5%; bottom: 7%; font-size: 22px; animation-delay: .8s; }
.s3 { right: 28%; top: 3%; font-size: 18px; animation-delay: 1.3s; }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-a { width: 620px; height: 620px; right: -280px; top: -190px; background: radial-gradient(circle at 40% 40%, rgba(89, 177, 255, .24), rgba(89, 177, 255, 0) 70%); }
.orb-b { width: 460px; height: 460px; left: -270px; bottom: -220px; background: radial-gradient(circle, rgba(91, 213, 218, .16), transparent 72%); }
.scroll-hint { position: absolute; left: 50%; bottom: 24px; width: 34px; height: 52px; border: 1.5px solid rgba(14,47,103,.25); border-radius: 99px; transform: translateX(-50%); }
.scroll-hint span { position: absolute; left: 50%; top: 10px; width: 5px; height: 9px; border-radius: 5px; background: var(--teal); transform: translateX(-50%); animation: scrollDot 1.8s infinite; }

.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.65; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.glass-card { padding: 30px; min-height: 330px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.82); box-shadow: var(--shadow-soft); }
.glass-card h3 { margin: 24px 0 16px; }
.glass-card p { color: var(--muted); line-height: 1.7; }
.icon-box { width: 66px; height: 66px; border-radius: 20px; display: grid; place-items: center; background: linear-gradient(145deg, #e7f6ff, #dff8f7); color: var(--navy); font-size: 30px; font-weight: 900; }
.icon-doc span { color: #e76059; }
.icon-chart span { color: #1b7ba8; font-size: 40px; }
.icon-cup span { color: #2b9ea9; }
.statement { margin-top: 24px; padding: 22px 26px; display: flex; gap: 20px; align-items: center; border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,255,255,.95), rgba(227,248,250,.82)); box-shadow: var(--shadow-soft); }
.statement p { margin: 0; line-height: 1.5; font-size: 18px; }
.statement p b { color: var(--navy-deep); }
.statement-shield { flex: 0 0 58px; width: 58px; height: 68px; display: grid; place-items: center; color: #fff; background: linear-gradient(155deg, #65d5d9, #146eaa); clip-path: polygon(50% 0, 92% 18%, 84% 70%, 50% 100%, 16% 70%, 8% 18%); }

.split-head { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.head-action p { color: var(--muted); font-size: 18px; line-height: 1.65; margin-bottom: 20px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 460px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-soft); overflow: hidden; }
.step-card:after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(87,208,215,.14), transparent 70%); }
.step-number { position: absolute; top: 24px; left: 24px; width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: #e4efff; color: var(--navy); font-weight: 900; }
.step-number.accent { background: #d8f7f7; color: #148593; }
.step-visual { height: 160px; margin: 60px 0 22px; display: grid; place-items: center; position: relative; }
.step-card h3 { margin-bottom: 18px; }
.step-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; color: var(--muted); }
.step-card li { position: relative; padding-left: 20px; line-height: 1.5; }
.step-card li:before { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); left: 0; top: .55em; }
.scan-visual { width: 150px; height: 140px; margin-left: auto; margin-right: auto; border-radius: 20px; background: linear-gradient(180deg, #f2f8ff, #e7f3ff); border: 1px solid #d8e7f4; }
.scan-visual:before, .scan-visual:after { content: ""; position: absolute; left: 28px; right: 28px; height: 8px; border-radius: 8px; background: #c6d6e6; }
.scan-visual:before { top: 35px; } .scan-visual:after { top: 58px; width: 62px; }
.lens { position: absolute; width: 62px; height: 62px; border: 8px solid var(--navy); border-radius: 50%; right: -10px; bottom: 10px; box-shadow: 0 10px 26px rgba(15,47,103,.2); }
.lens:after { content: ""; position: absolute; width: 40px; height: 10px; background: var(--navy); right: -32px; bottom: -15px; transform: rotate(46deg); border-radius: 8px; }
.scan-line { position: absolute; left: 10px; right: 10px; height: 3px; background: linear-gradient(90deg, transparent, #44d5d8, transparent); box-shadow: 0 0 14px #44d5d8; animation: scan 2.7s ease-in-out infinite; }
.content-visual { width: 165px; height: 140px; margin-left: auto; margin-right: auto; background: linear-gradient(180deg, #f6fbff, #eaf4ff); border: 1px solid #d7e7f4; border-radius: 20px; overflow: hidden; }
.content-visual > span { position: absolute; left: 0; right: 0; top: 0; height: 28px; background: linear-gradient(90deg, #124d90, #77a1c8); }
.content-visual i { position: absolute; left: 22px; width: 68px; height: 8px; background: #c8d8e7; border-radius: 7px; }
.content-visual i:nth-of-type(1) { top: 56px; } .content-visual i:nth-of-type(2) { top: 78px; width: 95px; }
.content-visual b { position: absolute; right: -8px; bottom: -4px; width: 66px; height: 66px; display: grid; place-items: center; color: #fff; border-radius: 18px; background: linear-gradient(135deg, #34c6d0, #197da9); box-shadow: 0 14px 30px rgba(27,134,171,.22); }
.shield-mini, .shield-small { width: 108px; height: 132px; margin-left: auto; margin-right: auto; display: grid; place-items: center; color: #fff; font-size: 34px; background: linear-gradient(155deg, #5fd5d9, #155f9f); clip-path: polygon(50% 0, 92% 18%, 84% 70%, 50% 100%, 16% 70%, 8% 18%); filter: drop-shadow(0 18px 24px rgba(20,94,155,.22)); }

.serp-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.cause-list { display: grid; gap: 16px; margin-top: 28px; }
.cause-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; padding: 18px; background: rgba(255,255,255,.76); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 30px rgba(28,70,113,.07); }
.cause-list span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: #e9f3ff; color: var(--navy); font-weight: 900; }
.cause-list p { margin: 0; color: var(--muted); line-height: 1.55; }
.bad-browser { position: relative; padding-bottom: 30px; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.browser-top.blue { height: 58px; }
.negative-results { padding: 2px 24px 18px; display: grid; gap: 14px; }
.neg-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; padding: 16px; border: 1px solid rgba(226,70,65,.18); border-radius: 16px; background: linear-gradient(90deg, rgba(255,232,231,.92), rgba(255,246,244,.8)); }
.neg-row > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: #ef5a50; color: #fff; font-weight: 900; }
.neg-row div { display: grid; gap: 7px; }
.neg-row b, .neg-row i { display: block; height: 7px; border-radius: 8px; background: #df5b56; }
.neg-row i { width: 75%; background: #b8bec7; }
.neg-row em { padding: 7px 9px; border-radius: 8px; color: #b84640; background: #ffe1de; font-size: 11px; font-style: normal; white-space: nowrap; }
.positive-results-faded { display: grid; gap: 16px; padding: 12px 28px; opacity: .45; }
.positive-results-faded div { width: 68%; height: 28px; border-radius: 10px; background: linear-gradient(90deg, #6e9bc5 28%, #d3dce6 28%); }
.pulse-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #ef5a50; box-shadow: 0 0 0 0 rgba(239,90,80,.35); animation: pulse 2s infinite; }
.p1 { right: 16%; top: 34%; } .p2 { left: 13%; top: 48%; animation-delay: .8s; }

.channels-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.channel-visual { min-height: 520px; display: grid; place-items: center; position: relative; }
.ai-panel { position: relative; z-index: 2; width: 92%; padding: 22px; border-radius: 26px; background: #0f1727; box-shadow: 0 28px 80px rgba(8,26,53,.25); transform: rotate(-1.2deg); }
.ai-top { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.g-mark { font-size: 32px; font-weight: 900; color: #fff; }
.query-pill { flex: 1; padding: 14px 18px; border-radius: 99px; background: #222c3f; color: #dce5f1; font-size: 14px; }
.ai-answer { padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; background: #151e2e; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: start; }
.ai-badge { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; background: linear-gradient(135deg, #1bb2c0, #315fd1); color: #fff; font-weight: 900; }
.ai-answer span { grid-column: 2; height: 7px; border-radius: 8px; background: #556176; margin-top: -6px; }
.ai-answer span:nth-of-type(1) { margin-top: 2px; width: 86%; } .ai-answer span:nth-of-type(2) { width: 96%; } .ai-answer span:nth-of-type(3) { width: 74%; } .ai-answer span.short { width: 52%; }
.search-snippet { margin-top: 16px; display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 14px; border-radius: 14px; background: #141e2d; }
.search-snippet > i { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, #46d0d5, #2879b8); }
.search-snippet div { display: grid; gap: 6px; }
.search-snippet b, .search-snippet span { height: 6px; border-radius: 8px; background: #4cc8cd; }
.search-snippet span { width: 82%; background: #596578; } .search-snippet span:last-child { width: 58%; }
.signal-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(42,174,191,.22); }
.orbit-one { width: 530px; height: 210px; transform: rotate(-14deg); animation: orbit 10s linear infinite; }
.orbit-two { width: 600px; height: 265px; transform: rotate(11deg); animation: orbit 13s linear infinite reverse; }
.channel-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.channel-tags span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; background: #f7fbff; color: var(--navy); font-size: 14px; font-weight: 750; }
.result-note { display: flex; gap: 14px; align-items: start; padding: 18px; border-radius: 18px; background: #eefafa; color: #47697b; }
.result-note > span { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #3cc3ca; color: #fff; font-weight: 900; }
.result-note p { margin: 3px 0 0; line-height: 1.55; }

.workflow-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 56px; }
.workflow-line:before { content: ""; position: absolute; left: 5%; right: 5%; top: 30px; height: 2px; background: linear-gradient(90deg, #5fcdd2, #2d72b3); opacity: .5; }
.workflow-item { position: relative; z-index: 1; text-align: center; }
.workflow-item > span { width: 62px; height: 62px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 2px solid #60cdd2; box-shadow: 0 10px 28px rgba(20,92,145,.13); color: var(--navy); font-weight: 900; }
.workflow-item div { min-height: 190px; padding: 20px 15px; border-radius: 22px; background: rgba(255,255,255,.82); border: 1px solid var(--line); }
.workflow-item h3 { font-size: 18px; margin-bottom: 10px; }
.workflow-item p { color: var(--muted); line-height: 1.55; font-size: 14px; }

.timing-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.timeline-cards { display: grid; gap: 18px; }
.time-card { position: relative; display: grid; grid-template-columns: 104px 1fr; gap: 26px; align-items: center; padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-soft); }
.time-card.featured { background: linear-gradient(135deg, #f9feff, #ecf9fb); }
.time-index { position: absolute; top: -14px; left: 24px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #47c9d0, #3978b5); color: #fff; font-weight: 900; box-shadow: 0 8px 20px rgba(32,133,173,.22); }
.time-card strong { display: block; margin-bottom: 10px; font-size: 30px; color: var(--teal); letter-spacing: -.025em; }
.time-card p { margin: 0; color: var(--muted); line-height: 1.62; }
.calendar-icon { position: relative; width: 90px; height: 94px; border-radius: 20px; background: linear-gradient(160deg, #e7f7ff, #cfeafa); border: 1px solid #cfe4f1; }
.calendar-icon:before { content: ""; position: absolute; left: 0; right: 0; top: 22px; height: 2px; background: #a8cbe0; }
.calendar-icon i { position: absolute; top: -7px; width: 10px; height: 24px; border-radius: 8px; background: #5bcbd1; }
.calendar-icon i:first-child { left: 20px; } .calendar-icon i:last-of-type { right: 20px; }
.calendar-icon b { position: absolute; right: -12px; bottom: -10px; width: 46px; height: 46px; border-radius: 50%; background: #fff; border: 5px solid #3f8dbc; }
.calendar-icon b:before, .calendar-icon b:after { content: ""; position: absolute; left: 50%; top: 50%; width: 3px; height: 11px; background: #3f8dbc; transform-origin: top center; }
.calendar-icon b:before { transform: translate(-50%, -80%); } .calendar-icon b:after { transform: translate(-50%, -20%) rotate(-55deg); }
.shield-small { width: 86px; height: 105px; font-size: 26px; }
.timing-note { grid-column: 1 / -1; margin: 6px 0 0; color: #7a899e; font-size: 13px; }

.contact-screen { min-height: 92svh; align-items: center; background: linear-gradient(135deg, #071d44 0%, #0b3473 55%, #0b5684 100%); color: #fff; padding-top: 82px; padding-bottom: 52px; }
.contact-screen h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.contact-copy > p:not(.eyebrow):not(.contact-email) { max-width: 580px; color: #c9d8ed; font-size: 18px; line-height: 1.65; }
.contact-points { display: grid; gap: 12px; margin-top: 30px; }
.contact-points span { color: #d9e6f4; display: flex; gap: 10px; align-items: center; }
.contact-points i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(90,220,224,.15); color: #74e2e5; font-style: normal; }
.contact-email { margin-top: 30px; color: #9eb8d8; }
.contact-email a { color: #fff; font-weight: 800; text-decoration: none; }
.contact-form { padding: 30px; border-radius: 28px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 28px 100px rgba(0,0,0,.26); backdrop-filter: blur(16px); }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 8px; margin-bottom: 14px; }
.field > span { font-size: 13px; font-weight: 800; color: #3c5779; }
.field input { width: 100%; min-height: 54px; padding: 0 16px; border: 1px solid #d9e4ef; border-radius: 14px; background: #f9fbfd; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input:focus { border-color: #54bec8; background: #fff; box-shadow: 0 0 0 4px rgba(57,181,193,.12); }
.field input::placeholder { color: #a1afc1; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 4px 0 18px; color: #718196; font-size: 12px; line-height: 1.45; }
.consent input { margin: 2px 0 0; accent-color: var(--teal); }
.btn-submit { width: 100%; min-height: 58px; justify-content: space-between; padding-left: 22px; padding-right: 18px; color: #fff; background: linear-gradient(135deg, #0c3476, #168da7); box-shadow: 0 16px 34px rgba(13,76,122,.22); }
.btn-submit i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); font-style: normal; }
.btn-submit:disabled { cursor: wait; opacity: .72; }
.form-status { min-height: 20px; margin-top: 12px; font-size: 13px; line-height: 1.45; }
.form-status.success { color: #0b8054; }
.form-status.error { color: #b63b3b; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .4; }
.glow-a { width: 520px; height: 520px; right: -160px; top: -160px; background: radial-gradient(circle, #35c8d1, transparent 68%); }
.glow-b { width: 500px; height: 500px; left: -250px; bottom: -250px; background: radial-gradient(circle, #3684d5, transparent 70%); }
.footer { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer a { color: rgba(255,255,255,.72); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(30px) scale(.99); filter: blur(4px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1), filter .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
.delay-1 { transition-delay: .12s; } .delay-2 { transition-delay: .22s; } .delay-3 { transition-delay: .32s; } .delay-4 { transition-delay: .42s; }

@keyframes shieldFloat { 0%,100%{transform:translateY(0) rotate(-1deg)} 50%{transform:translateY(-14px) rotate(1.5deg)} }
@keyframes twinkle { 0%,100%{opacity:.35; transform:scale(.8) rotate(0)} 50%{opacity:1; transform:scale(1.15) rotate(22deg)} }
@keyframes scrollDot { 0%{opacity:0; transform:translate(-50%,0)} 30%{opacity:1} 100%{opacity:0; transform:translate(-50%,22px)} }
@keyframes scan { 0%,100%{top:22px; opacity:.25} 50%{top:108px; opacity:1} }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(239,90,80,.35)} 70%{box-shadow:0 0 0 18px rgba(239,90,80,0)} 100%{box-shadow:0 0 0 0 rgba(239,90,80,0)} }
@keyframes orbit { to { transform: rotate(346deg); } }

@media (max-width: 980px) {
  .screen { min-height: auto; padding: 84px 0 62px; }
  .hero { min-height: 92svh; padding-top: 96px; }
  .hero-grid, .serp-grid, .channels-grid, .timing-grid, .contact-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; max-width: 680px; width: 100%; margin: 0 auto; }
  .problem-grid, .steps-grid { grid-template-columns: 1fr; }
  .glass-card { min-height: auto; }
  .step-card { min-height: auto; }
  .split-head { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .workflow-line { grid-template-columns: 1fr 1fr; gap: 18px; }
  .workflow-line:before { display: none; }
  .workflow-item { text-align: left; display: grid; grid-template-columns: 62px 1fr; gap: 14px; align-items: start; }
  .workflow-item > span { margin: 0; }
  .workflow-item div { min-height: 0; }
  .timing-note { grid-column: auto; }
  .footer { position: static; transform: none; margin-top: 56px; }
}

@media (max-width: 640px) {
  :root { --header-h: 64px; --radius: 22px; }
  .site-header { top: 10px; width: calc(100% - 20px); height: 54px; padding: 0 10px 0 14px; border-radius: 15px; }
  .brand { font-size: 17px; }
  .header-cta { font-size: 12px; padding: 9px 12px; }
  .container { width: min(100% - 28px, 1180px); }
  .screen { padding: 78px 0 56px; }
  .hero { min-height: auto; padding-top: 88px; padding-bottom: 48px; }
  h1 { font-size: clamp(44px, 13vw, 62px); }
  h2 { font-size: clamp(36px, 10.8vw, 52px); }
  .lead { font-size: 17px; line-height: 1.58; }
  .eyebrow { font-size: 12px; margin-bottom: 16px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .text-link { width: 100%; text-align: center; }
  .trust-line { align-items: flex-start; }
  .hero-visual { min-height: 390px; margin-top: 10px; }
  .browser-card { width: 96%; min-height: 345px; }
  .browser-top { height: 48px; padding: 0 18px; }
  .browser-top i { width: 9px; height: 9px; }
  .searchbar { margin: 16px 16px 13px; height: 44px; }
  .result-list { gap: 15px; padding: 2px 18px; }
  .shield-wrap { width: 130px; height: 150px; right: -2%; bottom: -2%; }
  .shield { width: 105px; height: 126px; font-size: 38px; }
  .shield:before { width: 86px; height: 104px; }
  .ring-1 { width: 170px; height: 60px; } .ring-2 { width: 190px; height: 78px; }
  .scroll-hint { display: none; }
  .glass-card, .step-card { padding: 24px; }
  .statement { align-items: flex-start; padding: 18px; }
  .statement-shield { flex-basis: 46px; width: 46px; height: 54px; }
  .section-head { margin-bottom: 32px; }
  .split-head { margin-bottom: 32px; }
  .bad-browser { transform: none; }
  .neg-row { grid-template-columns: 28px 1fr; }
  .neg-row em { grid-column: 2; justify-self: start; }
  .ai-panel { width: 100%; padding: 16px; }
  .channel-visual { min-height: 410px; }
  .signal-orbit { opacity: .5; }
  .orbit-one { width: 390px; } .orbit-two { width: 430px; }
  .workflow-line { grid-template-columns: 1fr; }
  .time-card { grid-template-columns: 1fr; gap: 18px; }
  .form-row.two { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .footer { flex-direction: column; align-items: flex-start; }
}

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

/* Mobile rebuild for the final contact screen */
@media (max-width: 640px) {
  .contact-screen {
    min-height: auto;
    align-items: flex-start;
    overflow: clip;
    padding-top: 82px;
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }

  .contact-screen .container {
    width: min(100% - 24px, 1180px);
  }

  .contact-grid {
    display: block;
    min-width: 0;
  }

  .contact-copy {
    min-width: 0;
    margin-bottom: 24px;
  }

  .contact-copy .eyebrow {
    margin-bottom: 12px;
  }

  .contact-copy h2 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(31px, 9.6vw, 42px);
    line-height: 1.04;
    letter-spacing: -.025em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .contact-copy > p:not(.eyebrow):not(.contact-email) {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.52;
  }

  .contact-points {
    gap: 8px;
    margin-top: 18px;
  }

  .contact-points span {
    gap: 9px;
    min-width: 0;
    font-size: 13px;
    line-height: 1.35;
  }

  .contact-points i {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .contact-email {
    margin: 18px 0 0;
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .contact-form {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 18px 54px rgba(0,0,0,.24);
    backdrop-filter: none;
  }

  .form-row.two {
    display: block;
  }

  .field {
    min-width: 0;
    gap: 7px;
    margin-bottom: 12px;
  }

  .field > span {
    font-size: 12px;
    line-height: 1.3;
  }

  .field input {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.2;
  }

  .consent {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    margin: 2px 0 15px;
    font-size: 11px;
    line-height: 1.4;
  }

  .btn-submit {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 12px;
    border-radius: 14px;
  }

  .btn-submit i {
    width: 32px;
    height: 32px;
  }

  .form-status {
    min-height: 0;
    margin-top: 10px;
  }

  .contact-glow {
    opacity: .22;
    filter: blur(22px);
  }

  .glow-a {
    width: 300px;
    height: 300px;
    right: -170px;
    top: -80px;
  }

  .glow-b {
    width: 280px;
    height: 280px;
    left: -180px;
    bottom: 60px;
  }

  .contact-screen .footer {
    width: min(100% - 24px, 1180px);
    margin-top: 26px;
    gap: 8px;
    padding: 0;
    font-size: 11px;
  }
}

@media (max-width: 380px) {
  .contact-screen {
    padding-top: 76px;
  }

  .contact-screen .container,
  .contact-screen .footer {
    width: min(100% - 20px, 1180px);
  }

  .contact-copy h2 {
    font-size: 30px;
  }

  .contact-form {
    padding: 15px;
    border-radius: 18px;
  }

  .field input {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* v1.0.4 — robust smartphone layout for the final contact section */
@media (max-width: 700px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .contact-screen {
    display: block !important;
    min-height: 100svh !important;
    height: auto !important;
    overflow: hidden !important;
    padding: 82px 0 max(22px, env(safe-area-inset-bottom)) !important;
  }

  .contact-screen > .container.contact-grid {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
  }

  .contact-copy,
  .contact-form {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .contact-copy {
    margin: 0 !important;
  }

  .contact-copy .eyebrow {
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .contact-copy h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 16px !important;
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.03em !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .contact-copy > p:not(.eyebrow):not(.contact-email) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .contact-points {
    width: 100% !important;
    margin: 22px 0 0 !important;
    gap: 11px !important;
  }

  .contact-points span {
    width: 100% !important;
    min-width: 0 !important;
    align-items: flex-start !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .contact-email {
    width: 100% !important;
    margin: 22px 0 0 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
  }

  .contact-form {
    margin: 0 !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

  .contact-form .form-row.two {
    display: block !important;
    width: 100% !important;
  }

  .contact-form .field,
  .contact-form .field input,
  .contact-form .consent,
  .contact-form .btn-submit {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .contact-form .field {
    display: grid !important;
    margin: 0 0 13px !important;
  }

  .contact-form .field input {
    display: block !important;
    min-height: 52px !important;
    padding: 0 14px !important;
    font-size: 16px !important;
  }

  .contact-form .consent {
    grid-template-columns: 20px minmax(0, 1fr) !important;
  }

  .contact-screen > .footer.container {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 28px auto 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 7px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 380px) {
  .contact-screen > .container.contact-grid,
  .contact-screen > .footer.container {
    width: calc(100% - 20px) !important;
  }

  .contact-copy h2 {
    font-size: clamp(31px, 9.7vw, 38px) !important;
  }

  .contact-copy > p:not(.eyebrow):not(.contact-email) {
    font-size: 16px !important;
  }

  .contact-form {
    padding: 16px !important;
  }
}
