:root {
  --orange: #ff5a2a;
  --orange-dark: #e94116;
  --yellow: #ffc83d;
  --ink: #17151c;
  --muted: #6c6873;
  --cream: #fff8ef;
  --line: #e9e2da;
  --white: #fff;
  --purple: #7546d4;
  --blue: #3274d9;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(41, 28, 20, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fffdf9;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 12px 16px; background: var(--ink); color: white; z-index: 1000; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,253,249,.88); border-bottom: 1px solid rgba(35,25,18,.07); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 19px; font-weight: 850; text-decoration: none; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; color: white; background: linear-gradient(145deg, var(--yellow), var(--orange)); box-shadow: 0 8px 18px rgba(255,90,42,.25); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { font-size: 14px; font-weight: 720; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--orange-dark); }
.nav-cta { color: white; background: var(--ink); padding: 10px 17px; border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); border-radius: 2px; }

.hero { position: relative; overflow: hidden; background: var(--cream); padding: 82px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 650px; gap: 70px; position: relative; z-index: 2; }
.hero-copy h1, .section-heading h2, .privacy-band h2, .cieva-copy h2, .beta h2, .legal-hero h1 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; line-height: .98;
}
.hero-copy h1 { max-width: 690px; font-size: clamp(52px, 7vw, 92px); }
.hero-copy h1 em { color: var(--orange); font-weight: inherit; }
.hero-lead { max-width: 620px; margin: 28px 0 32px; font-size: 19px; color: #514b54; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: white; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 850; }
.eyebrow.dark { color: var(--orange-dark); }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.hero .eyebrow { color: var(--orange-dark); }
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 820; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 12px 26px rgba(255,90,42,.28); }
.button-primary:hover { background: var(--orange-dark); }
.button-quiet { color: var(--ink); background: white; border: 1px solid var(--line); }
.button-white { color: var(--orange-dark); background: white; box-shadow: 0 14px 30px rgba(105,35,9,.18); }
.trust-row { display: flex; gap: 20px; margin-top: 32px; color: var(--muted); font-size: 12px; font-weight: 650; flex-wrap: wrap; }
.trust-row span::first-letter { color: var(--orange); }
.hero-phone-wrap { position: relative; display: grid; place-items: center; min-height: 620px; }
.phone-frame { position: relative; width: 270px; aspect-ratio: 9 / 19.5; overflow: hidden; padding: 9px; background: #111; border: 2px solid #38363a; border-radius: 44px; box-shadow: var(--shadow); }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 35px; background: #f2eee8; }
.phone-island { position: absolute; z-index: 3; top: 16px; left: 50%; width: 82px; height: 22px; transform: translateX(-50%); border-radius: 20px; background: #111; }
.hero-phone { transform: rotate(4deg); width: 300px; }
.signal-card { position: absolute; z-index: 4; display: grid; min-width: 142px; padding: 14px 18px; background: rgba(255,255,255,.93); border: 1px solid white; border-radius: 18px; box-shadow: 0 14px 35px rgba(40,26,17,.15); backdrop-filter: blur(12px); }
.signal-card b { color: var(--orange-dark); font-size: 23px; line-height: 1.1; }
.signal-card span { color: var(--muted); font-size: 11px; }
.signal-one { left: -3%; top: 19%; transform: rotate(-5deg); }
.signal-two { right: -2%; bottom: 19%; transform: rotate(5deg); }
.location-pulse, .hero-orb { position: absolute; border-radius: 50%; }
.location-pulse { left: 12%; bottom: 13%; width: 72px; height: 72px; border: 1px solid rgba(255,90,42,.3); }
.location-pulse span { position: absolute; inset: 22px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 12px rgba(255,90,42,.12); }
.hero-orb-one { width: 450px; height: 450px; background: rgba(255,200,61,.23); right: -180px; top: -180px; }
.hero-orb-two { width: 300px; height: 300px; background: rgba(117,70,212,.08); left: -150px; bottom: -150px; }

.ticker { overflow: hidden; padding: 15px 0; color: white; background: var(--ink); }
.ticker div { display: flex; width: max-content; align-items: center; gap: 27px; margin: auto; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 850; }
.ticker i { color: var(--orange); font-style: normal; }
.section { padding: 110px 0; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading h2, .privacy-band h2, .cieva-copy h2, .beta h2 { font-size: clamp(42px, 5vw, 66px); }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; }
.section-heading.light { color: white; }
.section-heading.light > p:last-child { color: rgba(255,255,255,.7); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { position: relative; min-height: 345px; padding: 32px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 38px rgba(37,25,17,.05); }
.step-number { position: absolute; top: 24px; right: 28px; color: #c8c0b8; font-family: Georgia, serif; font-size: 28px; }
.step-icon, .round-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 54px; border-radius: 19px; color: white; font-size: 28px; font-weight: 800; }
.step-icon.warm { background: var(--orange); }
.step-icon.violet { background: var(--purple); }
.step-icon.blue { background: var(--blue); }
.step h3, .feature-card h3 { margin: 0 0 10px; font-size: 25px; line-height: 1.15; letter-spacing: -.03em; }
.step p, .feature-card p { margin: 0; color: var(--muted); }

.feature-section { color: white; background: var(--ink); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 340px; padding: 30px; color: var(--ink); background: white; border-radius: var(--radius); overflow: hidden; }
.feature-card.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; }
.feature-card.orange { background: linear-gradient(140deg, #ff7a32, #ff4f20); color: white; }
.feature-card.ink { background: #2a2730; color: white; }
.feature-card.orange p, .feature-card.ink p { color: rgba(255,255,255,.72); }
.feature-kicker { display: block; margin-bottom: 16px; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; font-weight: 900; opacity: .72; }
.round-icon { margin-bottom: 58px; color: var(--orange-dark); background: #fff0e6; }
.mini-map { position: relative; align-self: stretch; min-height: 245px; background: #ff9b62; border-radius: 24px; overflow: hidden; }
.road { position: absolute; width: 340px; height: 36px; background: rgba(255,255,255,.38); border: 9px solid rgba(255,255,255,.13); transform: rotate(24deg); }
.r1 { left: -60px; top: 80px; }.r2 { left: -10px; bottom: 30px; transform: rotate(-32deg); }
.pin { position: absolute; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: white; color: var(--orange); font-style: normal; font-weight: 900; box-shadow: 0 9px 18px rgba(91,27,0,.2); }
.pin::first-letter { transform: rotate(45deg); }.p1{left:28%;top:22%}.p2{right:18%;top:45%}.p3{left:47%;bottom:10%}
.qr-card { align-self: center; display: grid; justify-items: center; padding: 24px; color: var(--ink); background: white; border-radius: 22px; transform: rotate(3deg); }
.fake-qr { display: grid; place-items: center; width: 115px; height: 115px; margin-bottom: 12px; color: var(--ink); background: repeating-conic-gradient(#17151c 0 25%, #fff 0 50%) 0 / 18px 18px; border: 8px solid white; font-size: 0; }
.qr-card small { color: var(--muted); }

.screenshots-section { overflow: hidden; background: var(--cream); }
.screen-gallery { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: 40px; padding: 30px 40px 0; }
.screen-card { margin: 0; text-align: center; }
.screen-card .phone-frame { width: min(100%, 275px); margin: auto; }
.screen-card.rotate-left { transform: rotate(-4deg); }.screen-card.rotate-right { transform: rotate(4deg); }.screen-card.center { transform: translateY(-25px); }
.screen-card figcaption { display: grid; margin-top: 25px; }
.screen-card figcaption b { font-size: 20px; }.screen-card figcaption span { color: var(--muted); font-size: 13px; }

.privacy-band { color: white; background: linear-gradient(125deg, #5c39b7, #2a174e); }
.privacy-grid, .cieva-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.privacy-band p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.74); font-size: 18px; }
.privacy-visual { position: relative; min-height: 400px; display: grid; place-items: center; }
.ghost { display: grid; place-items: center; position: relative; z-index: 2; width: 190px; height: 230px; color: #6845c5; background: white; border-radius: 100px 100px 46px 46px; font-size: 86px; font-weight: 900; box-shadow: 0 25px 70px rgba(12,3,29,.3); }
.ghost-ring { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }.ghost-ring.one{width:290px;height:290px}.ghost-ring.two{width:390px;height:390px}
.text-link { display: inline-block; margin-top: 14px; font-weight: 800; text-decoration: none; }
.light-link { color: white; }
.cieva-band { background: #fff; }
.cieva-grid { grid-template-columns: 1.2fr .8fr; }
.cieva-copy p:not(.eyebrow) { max-width: 670px; color: var(--muted); font-size: 18px; }
.beta { padding-top: 40px; }
.beta-card { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 60px; color: white; background: linear-gradient(125deg, var(--orange), #f23417); border-radius: 36px; }
.beta-card > div { max-width: 780px; }.beta h2 { font-size: clamp(38px, 5vw, 60px); }.beta p:not(.eyebrow) { color: rgba(255,255,255,.8); }

.site-footer { margin-top: 70px; padding: 75px 0 22px; color: white; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; }
.footer-grid b { margin-bottom: 8px; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid a:not(.brand) { color: #aaa5ad; font-size: 13px; text-decoration: none; }.footer-grid a:hover { color: white; }
.footer-grid p { color: #aaa5ad; font-size: 13px; }.footer-brand small { color: #a8a3ac; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; color: #817d85; border-top: 1px solid #343139; font-size: 11px; }

.legal-hero { padding: 85px 0 65px; color: white; background: linear-gradient(135deg, var(--orange), #ff8842); }
.legal-hero h1 { max-width: 850px; font-size: clamp(48px, 7vw, 78px); }
.legal-hero p { max-width: 720px; color: rgba(255,255,255,.84); font-size: 18px; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 70px; align-items: start; padding: 75px 0 100px; }
.legal-nav { position: sticky; top: 105px; display: flex; flex-direction: column; padding: 18px; background: var(--cream); border: 1px solid var(--line); border-radius: 20px; }
.legal-nav a { padding: 8px 10px; color: var(--muted); font-size: 13px; text-decoration: none; border-radius: 9px; }.legal-nav a:hover { color: var(--orange-dark); background: white; }
.prose h2 { margin: 48px 0 12px; font-size: 29px; letter-spacing: -.03em; line-height: 1.15; }.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 28px; }.prose p, .prose li { color: #57525b; }.prose a { color: var(--orange-dark); font-weight: 700; }
.notice { padding: 20px 22px; background: #fff2e7; border-left: 4px solid var(--orange); border-radius: 0 14px 14px 0; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 35px; }
.support-card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; }.support-card h3 { margin: 0 0 8px; }.support-card p { margin: 0; }
.faq { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { cursor: pointer; list-style: none; padding: 20px 36px 20px 0; font-weight: 800; position: relative; }.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: "+"; position: absolute; right: 5px; color: var(--orange); font-size: 23px; top: 14px; }.faq details[open] summary::after { content: "−"; }.faq details p { margin-top: 0; padding-right: 25px; }
.contact-card { padding: 38px; border-radius: 26px; color: white; background: var(--ink); }.contact-card a { color: white; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 78px; left: 20px; right: 20px; align-items: stretch; flex-direction: column; gap: 5px; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }.site-nav a { padding: 10px 12px; }.nav-cta { text-align: center; }
  html:not(.js) .menu-button { display: none; }
  html:not(.js) .site-nav { position: static; display: flex; padding: 0; background: transparent; border: 0; box-shadow: none; }
  html:not(.js) .site-nav a { display: none; }
  html:not(.js) .site-nav a:last-child { display: block; }
  .hero { padding-top: 45px; }.hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 40px; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-lead { margin-left: auto; margin-right: auto; }
  .hero-phone-wrap { min-height: 570px; }.signal-one { left: 8%; }.signal-two { right: 8%; }
  .steps, .feature-grid { grid-template-columns: 1fr 1fr; }.steps .step:last-child { grid-column: span 2; }.feature-card.feature-wide { grid-column: span 2; }
  .screen-gallery { gap: 18px; padding-inline: 0; }.screen-card .phone-frame { width: 220px; }
  .privacy-grid, .cieva-grid { grid-template-columns: 1fr; gap: 40px; }.privacy-visual { order: 2; min-height: 330px; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }.legal-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 68px; }.site-nav { top: 69px; left: 14px; right: 14px; }
  .hero-copy h1 { font-size: 49px; }.hero-lead { font-size: 16px; }.hero-phone { width: 265px; }
  .signal-card { min-width: 118px; padding: 11px 14px; }.signal-one { left: 0; }.signal-two { right: 0; }
  .section { padding: 78px 0; }.section-heading h2, .privacy-band h2, .cieva-copy h2 { font-size: 42px; }
  .steps, .feature-grid, .support-grid { grid-template-columns: 1fr; }.steps .step:last-child, .feature-card.feature-wide { grid-column: auto; }
  .step { min-height: auto; }.step-icon, .round-icon { margin-bottom: 35px; }
  .feature-card.feature-wide { grid-template-columns: 1fr; }.mini-map { min-height: 210px; }
  .screen-gallery { grid-template-columns: 1fr; gap: 60px; }.screen-card.center { transform: none; }.screen-card.rotate-left,.screen-card.rotate-right { transform: none; }.screen-card .phone-frame { width: 255px; }
  .privacy-visual { transform: scale(.84); }
  .beta-card { padding: 38px 26px; flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: span 2; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }
  .legal-hero { padding: 60px 0 48px; }.legal-layout { padding-top: 50px; }.legal-nav { display: none; }
}

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