:root {
  --ink: #08090b;
  --ink-soft: #121417;
  --panel: #191b1f;
  --line: rgba(255, 255, 255, 0.12);
  --orange: #ff7818;
  --orange-hot: #ff8d2d;
  --cream: #f7f3ec;
  --white: #ffffff;
  --muted: #a7abb3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--orange);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
}
a.skip-link:focus { transform: translateY(0); }
a { color: inherit; }
img { max-width: 100%; display: block; }

.nav-shell {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 11px; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-size: 16px; letter-spacing: .22em; }
.brand small { color: #a8abb1; font-size: 10px; letter-spacing: .04em; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.nav-links a { text-decoration: none; color: #d7d9dd; }
.nav-links a:hover { color: var(--white); }
.nav-links .nav-cta { padding: 11px 17px; border-radius: 999px; background: var(--orange); color: var(--ink); }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 150px 32px 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 75% 40%, rgba(255,120,24,.10), transparent 35%),
    #08090b;
  background-size: 48px 48px, 48px 48px, auto, auto;
}
.hero-grid {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 50px;
  min-height: 650px;
}
.hero-copy { padding-bottom: 48px; }
.eyebrow, .section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--orange-hot);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
.hero h1 {
  margin: 24px 0 22px;
  max-width: 680px;
  font-size: clamp(50px, 6.1vw, 88px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lede {
  max-width: 580px;
  margin: 0 0 28px;
  color: #c7c9ce;
  font-size: 19px;
  line-height: 1.62;
}
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button {
  min-width: 184px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 16px;
  border-radius: 11px;
  border: 1px solid rgba(255,255,255,.24);
  background: #050506;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.22);
  transition: transform .2s ease, border-color .2s ease;
}
.store-button:hover { transform: translateY(-2px); border-color: var(--orange); }
.store-button:focus-visible, .nav-links a:focus-visible, .facebook-link:focus-visible,
.brand:focus-visible, .footer-links a:focus-visible, .skip-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.store-icon { width: 30px; height: 30px; flex: 0 0 auto; }
.store-button span { display: grid; text-align: left; }
.store-button small { font-size: 9px; line-height: 1.1; }
.store-button strong { margin-top: 2px; font-size: 19px; line-height: 1; }
.open-app-link { display: inline-block; margin-top: 14px; color: var(--orange-hot); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.open-app-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.final-open-app { color: #351a06; }
.free-line { display: flex; align-items: center; gap: 10px; margin-top: 22px; color: #d4d6da; font-size: 14px; }
.check-dot { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #111; background: var(--orange); font-weight: 900; }
.trust-line { margin-top: 15px; color: #777c84; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.phone-stage { position: relative; min-height: 630px; }
.phone {
  position: absolute;
  width: 282px;
  border: 8px solid #25282d;
  border-radius: 47px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 40px 90px rgba(0,0,0,.65);
}
.phone::after { content: ""; position: absolute; inset: 0; border-radius: 38px; box-shadow: inset 0 0 0 2px rgba(255,255,255,.08); pointer-events: none; }
.phone img { width: 100%; height: auto; }
.phone-front { right: 35px; top: 15px; transform: rotate(4deg); z-index: 3; }
.phone-back { left: 5px; top: 92px; transform: rotate(-8deg); z-index: 2; filter: brightness(.72); }
.alert-chip {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(27,29,33,.92);
  box-shadow: 0 16px 45px rgba(0,0,0,.45);
  backdrop-filter: blur(16px);
}
.alert-chip span:last-child { display: grid; gap: 2px; }
.alert-chip small { color: #9ea2aa; font-size: 10px; }
.alert-chip strong { font-size: 13px; }
.alert-flame { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 10px; color: #111; background: var(--orange); }
.signal-rings { position: absolute; width: 520px; height: 520px; right: -100px; top: 40px; }
.signal-rings span { position: absolute; inset: 0; border: 1px solid rgba(255,120,24,.12); border-radius: 50%; }
.signal-rings span:nth-child(2) { inset: 70px; }
.signal-rings span:nth-child(3) { inset: 140px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .18; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 160px; background: var(--orange); }
.hero-glow-two { width: 300px; height: 300px; left: -200px; bottom: 0; background: #6a2b00; }
.value-strip {
  position: relative;
  z-index: 4;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.value-strip div { display: grid; gap: 5px; padding: 23px 22px; border-right: 1px solid var(--line); background: rgba(255,255,255,.018); }
.value-strip strong { color: var(--orange); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.value-strip span { color: #c4c6ca; font-size: 13px; }

.section { padding: 110px 32px; }
.light-section { background: var(--cream); color: #121315; }
.section-heading { width: min(820px, 100%); margin: 0 auto 60px; text-align: center; }
.section-heading .section-kicker { justify-content: center; }
.section-heading h2, .final-cta h2 {
  margin: 16px 0 16px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 900;
}
.section-heading p { color: #686b71; font-size: 18px; }
.feature-grid { width: min(1120px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card { min-height: 280px; padding: 34px; border: 1px solid #ded9d1; border-radius: 24px; background: #fff; box-shadow: 0 18px 40px rgba(27,24,20,.06); }
.feature-card-wide { grid-column: 1 / -1; min-height: 260px; display: grid; grid-template-columns: auto 1fr .9fr; align-items: center; gap: 28px; }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #15171a; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.feature-card h3 { margin: 22px 0 10px; font-size: 28px; line-height: 1.1; letter-spacing: -.035em; }
.feature-card-wide h3 { margin-top: 0; }
.feature-card p { margin: 0; max-width: 510px; color: #6d6e72; line-height: 1.65; }
.orange-card { background: var(--orange); border-color: var(--orange); }
.orange-card .feature-icon { background: rgba(0,0,0,.88); color: #fff; }
.orange-card p { color: #3d210d; }
.mini-notification { display: flex; align-items: center; gap: 13px; padding: 16px; border-radius: 17px; background: #15171a; color: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.mini-notification img { width: 45px; height: 45px; border-radius: 11px; }
.mini-notification span { display: grid; gap: 4px; }
.mini-notification small { color: #a1a4aa; }
.mini-notification strong { font-size: 13px; }

.dark-section { position: relative; overflow: hidden; background: #0b0c0e; }
.dark-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 45%, rgba(255,120,24,.12), transparent 28%); pointer-events: none; }
.left-heading { position: relative; width: min(1120px,100%); text-align: left; }
.left-heading .section-kicker { justify-content: flex-start; }
.steps-grid { position: relative; width: min(1120px,100%); margin: 0 auto 80px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.steps-grid article { padding: 28px 28px 28px 0; }
.steps-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.steps-grid span { color: var(--orange); font-size: 12px; font-weight: 900; }
.steps-grid h3 { margin: 18px 0 10px; font-size: 24px; }
.steps-grid p { margin: 0; color: #999da5; line-height: 1.65; }
.screen-gallery { position: relative; width: min(1060px,100%); min-height: 690px; margin: 0 auto; display: flex; justify-content: center; align-items: flex-start; gap: 28px; }
.screen-card { width: 276px; margin: 0; padding: 8px 8px 18px; border-radius: 36px; background: #202328; box-shadow: 0 35px 80px rgba(0,0,0,.5); }
.screen-card img { width: 100%; border-radius: 29px; }
.screen-card figcaption { padding: 14px 9px 0; color: #d2d4d8; font-size: 12px; text-align: center; }
.screen-card figcaption span { color: var(--orange); margin-right: 8px; font-weight: 900; }
.screen-one { margin-top: 90px; transform: rotate(-5deg); }
.screen-two { position: relative; z-index: 2; }
.screen-three { margin-top: 90px; transform: rotate(5deg); }

.final-cta { position: relative; overflow: hidden; text-align: center; background: var(--orange); color: #111; }
.final-cta::before { content: "RAVEN"; position: absolute; left: 50%; top: 54%; transform: translate(-50%,-50%); color: rgba(0,0,0,.045); font-size: min(29vw,380px); font-weight: 900; letter-spacing: -.07em; white-space: nowrap; }
.final-cta > * { position: relative; z-index: 1; }
.cta-raven-mark { width: 90px; height: 90px; margin: 0 auto 26px; padding: 5px; border-radius: 23px; background: #111; box-shadow: 0 20px 45px rgba(60,24,0,.22); }
.cta-raven-mark img { width: 100%; border-radius: 18px; }
.final-cta .section-kicker { justify-content: center; color: #4b2407; }
.final-cta h2 { font-size: clamp(52px,6vw,82px); }
.final-cta > p { max-width: 600px; margin: 0 auto 28px; color: #4b2407; font-size: 18px; line-height: 1.6; }
.centered-store-row { justify-content: center; }
.qr-panel { display: inline-flex; align-items: center; gap: 13px; margin: 24px auto 0; padding: 10px 16px 10px 10px; border: 1px solid rgba(0,0,0,.22); border-radius: 16px; background: rgba(255,255,255,.32); }
.qr-panel img { width: 74px; height: 74px; padding: 4px; border-radius: 8px; background: #fff; }
.qr-panel span { display: grid; gap: 4px; text-align: left; }
.qr-panel strong { font-size: 13px; }
.qr-panel small { color: #4b270a; font-size: 11px; }
.facebook-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: #351a06; font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(0,0,0,.35); padding-bottom: 4px; }
.facebook-link svg { width: 18px; }

footer { padding: 42px 32px 26px; background: #07080a; }
.footer-inner { width: min(1120px,100%); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 44px; height: 44px; border-radius: 11px; }
.footer-brand div { display: grid; gap: 4px; }
.footer-brand strong { font-size: 14px; letter-spacing: .06em; }
.footer-brand small { color: #767b83; font-size: 11px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #adb0b6; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--orange); }
.footer-note { width: min(1120px,100%); margin: 28px auto 0; padding-top: 18px; border-top: 1px solid var(--line); color: #62666d; font-size: 10px; line-height: 1.5; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 30px; }
  .hero-copy { text-align: center; }
  .eyebrow, .store-row, .free-line { justify-content: center; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .phone-stage { width: min(580px,100%); margin: -20px auto 0; }
  .value-strip { grid-template-columns: repeat(2,1fr); }
  .feature-card-wide { grid-template-columns: auto 1fr; }
  .mini-notification { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .nav-shell { width: calc(100% - 28px); }
  .nav-links a:not(.nav-cta) { display: none; }
  .brand small { display: none; }
  .hero { padding: 125px 18px 0; }
  .hero-grid { min-height: auto; gap: 18px; }
  .hero h1 { font-size: clamp(47px,14vw,70px); }
  .hero-lede { font-size: 17px; }
  .store-button { width: 100%; justify-content: center; }
  .phone-stage { min-height: 500px; transform: scale(.82); transform-origin: top center; margin-bottom: -80px; }
  .phone-front { right: 0; }
  .phone-back { left: 0; }
  .alert-chip { right: -20px; }
  .value-strip { grid-template-columns: 1fr 1fr; }
  .value-strip div { padding: 18px 14px; }
  .section { padding: 80px 18px; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .final-cta h2 { font-size: 43px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .feature-card { min-height: auto; padding: 27px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article, .steps-grid article + article { padding: 25px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .screen-gallery { min-height: 530px; gap: 7px; }
  .screen-card { width: 42vw; min-width: 155px; padding: 5px 5px 13px; border-radius: 25px; }
  .screen-card img { border-radius: 20px; }
  .screen-one { margin-top: 60px; margin-right: -35px; }
  .screen-two { z-index: 3; }
  .screen-three { margin-top: 60px; margin-left: -35px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
