/* =========================================================
   AI READY WEBSITE / ARW
   Stateless landing page — no frameworks, no external assets
   ========================================================= */

:root {
  --bg: #020705;
  --bg-soft: #06100b;
  --text: #f3f7f4;
  --muted: #a6b2ab;
  --faint: #6e7d74;
  --line: rgba(151, 255, 190, .18);
  --line-strong: rgba(89, 255, 145, .42);
  --green: #47f477;
  --green-hot: #73ff9b;
  --cyan: #7bffd4;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(54, 255, 130, .10), transparent 30rem),
    linear-gradient(180deg, #030907 0%, #010403 72%, #020605 100%);
  color: var(--text);
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.space {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

/* Keep page content above the decorative background. */
.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .24;
  will-change: transform;
}

.aurora-one {
  width: 60vw;
  height: 40vw;
  top: -17vw;
  left: 15vw;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(42, 255, 121, .22),
      rgba(0, 255, 173, .06) 48%,
      transparent 72%);
  animation: float-a 16s ease-in-out infinite alternate;
}

.aurora-two {
  width: 48vw;
  height: 30vw;
  right: -18vw;
  top: 24vh;
  background:
    radial-gradient(circle at 50% 50%,
      rgba(36, 255, 155, .12),
      rgba(38, 232, 255, .035) 50%,
      transparent 72%);
  animation: float-b 20s ease-in-out infinite alternate;
}

.stars {
  position: absolute;
  inset: 0;
  opacity: .45;
  background-repeat: repeat;
}

.stars-a {
  background-image:
    radial-gradient(circle, rgba(105,255,177,.9) 0 1px, transparent 1.3px),
    radial-gradient(circle, rgba(255,255,255,.65) 0 1px, transparent 1.25px);
  background-size: 190px 190px, 280px 280px;
  background-position: 30px 40px, 140px 70px;
  animation: star-drift 70s linear infinite;
}

.stars-b {
  opacity: .22;
  background-image:
    radial-gradient(circle, rgba(96,255,176,.7) 0 .8px, transparent 1px);
  background-size: 120px 120px;
  background-position: 10px 60px;
  animation: star-drift-reverse 90s linear infinite;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(76, 255, 154, .16);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.orbit-one {
  width: 95vw;
  height: 54vw;
  left: -14vw;
  top: 2vh;
}

.orbit-two {
  width: 80vw;
  height: 43vw;
  right: -26vw;
  top: 8vh;
  border-color: rgba(77, 255, 214, .12);
  transform: rotate(18deg);
}


/* ---------------------------------------------------------
   Hero space scene — inspired by the concept artwork.
   Everything is CSS so the page remains lightweight,
   responsive and subtly animated.
   --------------------------------------------------------- */

.planet-scene {
  position: absolute;
  z-index: -1;
  width: min(1180px, 88vw);
  aspect-ratio: 1;
  left: 50%;
  top: -510px;
  transform: translateX(-50%);
  pointer-events: none;
  animation: planet-breathe 11s ease-in-out infinite alternate;
}

.planet {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 55% 83%,
      rgba(0, 26, 17, .78) 0 12%,
      rgba(0, 14, 9, .96) 40%,
      #010403 69%,
      #000 100%);
  box-shadow:
    inset -90px -120px 170px rgba(0,0,0,.98),
    inset 50px 20px 110px rgba(19,121,73,.08);
}

.planet::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 27% 72%, rgba(72,255,157,.055), transparent 11%),
    radial-gradient(ellipse at 42% 77%, rgba(65,255,144,.04), transparent 8%),
    radial-gradient(ellipse at 66% 71%, rgba(59,255,149,.048), transparent 10%),
    radial-gradient(ellipse at 75% 63%, rgba(59,255,149,.035), transparent 8%);
  opacity: .9;
}

.planet-texture {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: .32;
  mix-blend-mode: screen;
  background-image:
    radial-gradient(circle, rgba(93,255,175,.75) 0 .65px, transparent .9px),
    radial-gradient(circle, rgba(70,232,151,.45) 0 .55px, transparent .8px),
    linear-gradient(112deg, transparent 47%, rgba(65,255,151,.025) 50%, transparent 53%);
  background-size: 9px 9px, 15px 15px, 100% 100%;
  background-position: 1px 2px, 7px 10px, 0 0;
  mask-image: radial-gradient(circle at 50% 76%, black 0 34%, transparent 70%);
  animation: planet-texture-drift 42s linear infinite;
}

.planet-shadow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 50% 63%,
      transparent 0 28%,
      rgba(0,0,0,.22) 47%,
      rgba(0,0,0,.79) 70%,
      #000 87%);
}

.atmosphere,
.atmosphere-glow {
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  pointer-events: none;
}

.atmosphere {
  border: 1px solid rgba(104,255,177,.76);
  box-shadow:
    0 0 4px rgba(123,255,194,.94),
    0 0 12px rgba(77,255,158,.55),
    0 0 34px rgba(54,255,137,.24),
    inset 0 0 14px rgba(48,255,137,.22);
  mask-image: linear-gradient(to bottom, black 0 59%, transparent 76%);
}

.atmosphere-glow {
  inset: -7px;
  border: 7px solid rgba(64,255,150,.10);
  filter: blur(9px);
  mask-image: linear-gradient(to bottom, black 0 59%, transparent 76%);
  animation: atmosphere-pulse 6.5s ease-in-out infinite alternate;
}

/* Slow transparent "northern lights" sheets crossing the hero. */
.aurora-ribbon {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 115vw;
  height: 190px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .24;
  filter: blur(2px);
  transform-origin: center;
  background:
    linear-gradient(180deg,
      transparent 0 34%,
      rgba(43,255,147,.015) 39%,
      rgba(81,255,174,.22) 49%,
      rgba(94,255,189,.08) 53%,
      transparent 64%);
  mask-image: linear-gradient(90deg, transparent 1%, black 18% 82%, transparent 99%);
}

.aurora-ribbon-one {
  top: 52px;
  transform: translateX(-50%) rotate(-7deg) scaleX(1.08);
  animation: aurora-wave-one 17s ease-in-out infinite alternate;
}

.aurora-ribbon-two {
  top: 124px;
  opacity: .16;
  transform: translateX(-50%) rotate(8deg) scaleX(.93);
  background:
    linear-gradient(180deg,
      transparent 0 35%,
      rgba(91,255,203,.015) 41%,
      rgba(55,248,165,.20) 49%,
      rgba(33,202,180,.07) 54%,
      transparent 66%);
  animation: aurora-wave-two 23s ease-in-out infinite alternate;
}

.aurora-ribbon-three {
  top: 238px;
  opacity: .10;
  transform: translateX(-50%) rotate(-14deg) scaleX(1.2);
  animation: aurora-wave-three 29s ease-in-out infinite alternate;
}

@keyframes planet-breathe {
  from { transform: translateX(-50%) scale(.995); }
  to   { transform: translateX(-50%) scale(1.012); }
}

@keyframes atmosphere-pulse {
  from { opacity: .62; filter: blur(10px); }
  to   { opacity: .94; filter: blur(7px); }
}

@keyframes planet-texture-drift {
  to { background-position: 10px 0, -8px 19px, 0 0; }
}

@keyframes aurora-wave-one {
  from { transform: translateX(-54%) rotate(-7deg) scaleX(1.05) skewX(-2deg); opacity: .16; }
  to   { transform: translateX(-47%) rotate(-4deg) scaleX(1.12) skewX(2deg); opacity: .30; }
}

@keyframes aurora-wave-two {
  from { transform: translateX(-47%) rotate(9deg) scaleX(.9) skewX(2deg); opacity: .10; }
  to   { transform: translateX(-53%) rotate(5deg) scaleX(.98) skewX(-3deg); opacity: .20; }
}

@keyframes aurora-wave-three {
  from { transform: translateX(-56%) rotate(-15deg) scaleX(1.14); }
  to   { transform: translateX(-44%) rotate(-10deg) scaleX(1.25); }
}


@keyframes float-a {
  from { transform: translate3d(-3vw, -1vw, 0) scale(1); }
  to   { transform: translate3d(5vw, 3vw, 0) scale(1.08); }
}

@keyframes float-b {
  from { transform: translate3d(1vw, 0, 0) scale(.96); }
  to   { transform: translate3d(-7vw, 5vw, 0) scale(1.08); }
}

@keyframes star-drift {
  to { transform: translate3d(0, 190px, 0); }
}

@keyframes star-drift-reverse {
  to { transform: translate3d(0, -120px, 0); }
}

.site-header,
.site-footer,
.section-shell {
  width: min(calc(100% - 96px), var(--max));
  margin-inline: auto;
}

.site-header {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  font-size: 1.9rem;
  font-weight: 650;
  letter-spacing: -.08em;
}

.brand-mark::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 8px;
  height: 23px;
  border-left: 3px solid var(--green);
  transform: rotate(27deg);
  filter: drop-shadow(0 0 8px rgba(71,244,119,.5));
}

.brand-divider {
  display: inline-block;
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,.32);
}

.brand-name {
  font-size: .82rem;
  letter-spacing: .25em;
  color: #d8dfdb;
}

.nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.nav a {
  color: #dce3df;
  text-decoration: none;
  font-size: .95rem;
  transition: color .2s ease, opacity .2s ease;
}

.nav a:hover {
  color: var(--green-hot);
}

.nav-cta {
  padding: 12px 24px;
  border: 1px solid var(--green);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(54,255,121,.11);
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0 110px;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: #e5ebe8;
  font-size: .78rem;
  letter-spacing: .28em;
}

.eyebrow i,
.section-kicker {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: var(--green);
  box-shadow: 0 0 12px rgba(71,244,119,.48);
}

.hero h1 {
  margin: 0;
  max-width: 950px;
  font-weight: 300;
  font-size: clamp(4rem, 7.2vw, 7.7rem);
  line-height: .93;
  letter-spacing: -.055em;
}

.hero h1 span,
.final-cta h2 span {
  color: var(--green);
  text-shadow: 0 0 22px rgba(71,244,119,.13);
}

.hero-copy {
  max-width: 830px;
  margin: 34px auto 0;
  color: #c9d1cc;
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  line-height: 1.55;
  letter-spacing: -.02em;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

.button {
  min-width: 190px;
  padding: 15px 25px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 550;
  font-size: .98rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #021006;
  background: linear-gradient(135deg, #38ed67, #75ff9b);
  box-shadow:
    0 0 0 1px rgba(118,255,157,.25),
    0 0 28px rgba(54,255,114,.22);
}

.button-primary:hover {
  box-shadow:
    0 0 0 1px rgba(118,255,157,.38),
    0 0 38px rgba(54,255,114,.34);
}

.button-secondary {
  color: #e5ebe8;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(2,8,5,.38);
  backdrop-filter: blur(10px);
}

.signal {
  position: absolute;
  color: rgba(205,220,211,.48);
  font-size: .72rem;
  letter-spacing: .19em;
  line-height: 1.9;
  text-align: left;
}

.signal span {
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 12px;
  background: var(--green);
}

.signal p {
  margin: 0;
}

.signal-left {
  left: 0;
  bottom: 100px;
}

.signal-right {
  right: 0;
  top: 150px;
}

.features {
  padding: 70px 0 100px;
  text-align: center;
}

.section-kicker {
  display: block;
  margin: 0 auto 24px;
}

.features h2,
.process h2,
.result h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.5vw, 5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
  margin-top: 70px;
}

.feature-card {
  min-width: 0;
}

.feature-card h3,
.process-steps h3 {
  margin: 20px 0 12px;
  font-size: 1.25rem;
  font-weight: 600;
}

.feature-card p,
.process-steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-size: 1rem;
}

.icon {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 auto;
  color: var(--green);
  filter: drop-shadow(0 0 7px rgba(71,244,119,.2));
}

/* CSS-only icons */
.search-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 50%;
  left: 8px;
  top: 7px;
}
.search-icon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  left: 31px;
  top: 34px;
}

.document-icon::before {
  content: "";
  position: absolute;
  inset: 5px 10px 3px 10px;
  border: 2px solid currentColor;
  border-radius: 2px;
}
.document-icon::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 21px;
  width: 20px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.network-icon::before,
.network-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow:
    27px 0 0 -2px var(--bg), 27px 0 0 0 currentColor,
    0 27px 0 -2px var(--bg), 0 27px 0 0 currentColor,
    27px 27px 0 -2px var(--bg), 27px 27px 0 0 currentColor;
  left: 7px;
  top: 7px;
}
.network-icon::after {
  width: 36px;
  height: 36px;
  border: 0;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(45deg);
  left: 10px;
  top: 9px;
  opacity: .9;
}

.bars-icon::before {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 8px;
  width: 5px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 2px;
  box-shadow:
    13px -8px 0 -2px var(--bg), 13px -8px 0 0 currentColor,
    26px -20px 0 -2px var(--bg), 26px -20px 0 0 currentColor;
}

.process {
  padding: 115px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.process-heading {
  max-width: 920px;
}

.label {
  display: block;
  margin-bottom: 20px;
  color: #aebbb4;
  font-size: .72rem;
  letter-spacing: .3em;
}

.process-heading h2 {
  font-size: clamp(2.7rem, 4.8vw, 5.2rem);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 70px;
}

.process-steps article {
  position: relative;
  min-height: 260px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(106,255,164,.12);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(13,29,20,.40), rgba(2,7,4,.44));
  backdrop-filter: blur(14px);
}

.process-steps article::after {
  content: "";
  position: absolute;
  inset: auto -30% -65% 20%;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(67,255,132,.12), transparent 70%);
}

.step-number {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .86rem;
  letter-spacing: .12em;
}

.result {
  display: grid;
  grid-template-columns: .9fr 1.35fr;
  gap: 90px;
  align-items: center;
  padding: 120px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.result-copy p {
  max-width: 540px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.65;
}

.system-card {
  position: relative;
  min-height: 420px;
  display: grid;
  grid-template-columns: 1.3fr .85fr;
  align-items: center;
  gap: 35px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(70,255,142,.35);
  border-radius: 26px;
  background:
    radial-gradient(circle at 30% 45%, rgba(55,255,143,.065), transparent 42%),
    linear-gradient(135deg, rgba(4,16,10,.78), rgba(0,4,2,.7));
  box-shadow:
    inset 0 0 42px rgba(30,255,118,.03),
    0 0 50px rgba(35,255,119,.025);
  backdrop-filter: blur(16px);
}

.digital-globe {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 1;
  margin: auto;
  border: 1px solid rgba(91,255,166,.48);
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 30px rgba(65,255,145,.11),
    inset -25px -10px 70px rgba(0,0,0,.62);
}

.globe-grid {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at 50% 50%,
      transparent 0 18px,
      rgba(85,255,162,.13) 19px 20px),
    repeating-linear-gradient(90deg,
      transparent 0 24px,
      rgba(83,255,162,.12) 25px 26px),
    repeating-linear-gradient(0deg,
      transparent 0 24px,
      rgba(83,255,162,.10) 25px 26px);
  transform: rotate(8deg);
  animation: globe-shift 14s linear infinite;
}

.globe-glow {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 32%, rgba(108,255,183,.12), transparent 55%);
}

@keyframes globe-shift {
  to { transform: rotate(8deg) translateX(24px); }
}

.system-checks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.system-checks li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  color: #aebbb4;
  font-size: .77rem;
  letter-spacing: .18em;
  border-bottom: 1px solid rgba(255,255,255,.055);
}

.system-checks b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-size: .72rem;
  font-weight: 600;
}

.final-cta {
  padding: 120px 0 100px;
  text-align: center;
}

.final-cta h2 {
  margin-bottom: 38px;
}

.site-footer {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.site-footer p {
  margin: 0;
  color: #9eaaa3;
  font-size: .9rem;
}

.brand-footer .brand-mark {
  font-size: 1.55rem;
}

.brand-footer .brand-name {
  font-size: .7rem;
}

.brand-footer .brand-divider {
  height: 25px;
}

@media (max-width: 1050px) {
  .site-header,
  .site-footer,
  .section-shell {
    width: min(calc(100% - 54px), var(--max));
  }

  .nav {
    gap: 20px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 42px;
  }

  .signal {
    display: none;
  }

  .result {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .result-copy {
    text-align: center;
  }

  .result-copy p {
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 92px;
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .brand-name {
    display: none;
  }

  .brand-divider {
    display: none;
  }

  .hero {
    min-height: 660px;
    padding-top: 45px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 13vw, 6.2rem);
  }

  .hero h1 br {
    display: none;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .system-card {
    grid-template-columns: 1fr;
  }

  .digital-globe {
    width: 250px;
  }

}

@media (max-width: 580px) {
  .site-header,
  .site-footer,
  .section-shell {
    width: min(calc(100% - 30px), var(--max));
  }

  .site-header {
    min-height: 78px;
  }

  .brand-mark {
    font-size: 1.55rem;
  }

  .nav-cta {
    padding: 10px 17px;
  }

  .hero {
    min-height: 620px;
    padding: 35px 0 80px;
  }

  .eyebrow {
    font-size: .66rem;
    letter-spacing: .21em;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .hero-copy {
    margin-top: 26px;
    font-size: 1.08rem;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .features,
  .process,
  .result,
  .final-cta {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .process-steps article {
    min-height: 0;
  }

  .system-card {
    min-height: 0;
    padding: 24px;
  }

  .site-footer {
    min-height: 130px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Planet proportions on smaller screens */
@media (max-width: 1050px) {
  .planet-scene {
    width: 1120px;
    top: -500px;
  }
}

@media (max-width: 820px) {
  .planet-scene {
    width: 980px;
    top: -430px;
  }

  .aurora-ribbon {
    width: 150vw;
  }
}

@media (max-width: 580px) {
  .planet-scene {
    width: 800px;
    top: -338px;
  }

  .aurora-ribbon-one { top: 62px; }
  .aurora-ribbon-two { top: 135px; }
  .aurora-ribbon-three { top: 205px; }
}

/* ARW Snapshot */
[hidden] { display: none !important; }
.website-check { width: min(760px, 100%); margin: 34px auto 0; text-align: left; }
.website-check label, .email-form label { display: block; font-size: .9rem; margin-bottom: 10px; color: #d3dfd7; }
.address-row { display: flex; align-items: center; gap: 12px; padding: 8px 8px 8px 20px; border: 1px solid rgba(115,255,155,.5); border-radius: 38px; background: rgba(2,12,7,.85); box-shadow: 0 0 38px #47f47712; }
.address-row > span { color: var(--green); font-size: 1.4rem; }
.address-row input, .email-row input { min-width: 0; width: 100%; border: 0; background: transparent; color: var(--text); font: inherit; padding: 12px 0; }
input::placeholder { color: #93a79b; }
button { font-family: inherit; cursor: pointer; }
.address-row button { border: 0; flex-shrink: 0; min-width: 0; }
:focus-visible { outline: 2px solid var(--green-hot); outline-offset: 5px; }
.demo-note, .score-note { color: #a6b8ac; font-size: .8rem; line-height: 1.6; }
.website-check .demo-note { text-align: center; margin: 12px 0 0; }
.form-error { color: #ffbdad; font-size: .9rem; margin: 8px 0; }
.form-error:empty { display: none; }
.explore-link { display: inline-block; margin-top: 20px; color: #bac9bf; font-size: .9rem; text-underline-offset: 5px; }
.snapshot { width: min(760px, 100%); margin: 30px auto 0; text-align: left; padding: 30px; border: 1px solid #47f4774d; border-radius: 24px; background: #031009ed; backdrop-filter: blur(20px); box-shadow: 0 24px 80px #0005; }
.snapshot-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.demo-badge { color: var(--green-hot); font-size: .75rem; letter-spacing: .13em; }
.text-button { border: 0; background: none; color: #c5d2ca; padding: 6px; }
.snapshot h2 { margin: 22px 0 5px; font-size: 1.8rem; font-weight: 400; letter-spacing: -.03em; }
#snapshot-domain { color: #acbeb2; overflow-wrap: anywhere; margin: 0 0 24px; }
.scan-steps { list-style: none; padding: 0; margin: 20px 0 0; }
.scan-steps li { padding: 12px 0; color: #9aaca1; border-top: 1px solid #ffffff12; }
.scan-steps li::before { content: '○'; margin-right: 12px; }
.scan-steps li.done { color: var(--green-hot); }
.scan-steps li.done::before { content: '✓'; }
.score-summary { display: flex; gap: 22px; align-items: center; }
.score-ring { width: 110px; height: 110px; flex-shrink: 0; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(closest-side,#06130b 87%,transparent 89%), conic-gradient(var(--green) 62%,#193323 0); }
.score-ring strong { font-size: 2.25rem; font-weight: 400; }
.score-ring span { display: block; text-align: center; font-size: .8rem; color: var(--muted); }
.score-summary h3 { font-size: 1.2rem; margin: 0 0 8px; }
.score-summary p { color: #a6b8ac; line-height: 1.5; margin: 0; font-size: .9rem; }
.snapshot-findings { list-style: none; padding: 0; margin: 24px 0; }
.snapshot-findings li { display: grid; grid-template-columns: 85px 1fr; gap: 12px; border-top: 1px solid #ffffff16; padding: 15px 0; font-size: .9rem; line-height: 1.5; }
.snapshot-findings b { color: var(--green-hot); font-weight: 500; }
.snapshot-findings span { color: #c6d4cb; }
.email-form { border-top: 1px solid #ffffff20; margin-top: 22px; padding-top: 22px; }
.email-row { display: flex; gap: 10px; }
.email-row input { background: #ffffff06; border: 1px solid #ffffff26; border-radius: 12px; padding: 14px; }
.email-row button { border: 0; min-width: 0; flex-shrink: 0; font-size: .85rem; }
#email-status { color: var(--green-hot); line-height: 1.5; }
.snapshot-next { display: block; margin-top: 22px; color: #c6d4cb; font-size: .85rem; line-height: 1.6; text-underline-offset: 4px; }
.planet-dots { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .7; mask-image: radial-gradient(circle at 50% 68%, black 0 40%, transparent 75%); }
@media (max-width: 580px) {
 .address-row { flex-wrap: wrap; border-radius: 20px; padding: 12px; gap: 6px; }
 .address-row input { width: calc(100% - 36px); flex: 1; }
 .address-row button { width: 100%; }
 .snapshot { padding: 20px; }
 .email-row { flex-direction: column; }
 .score-summary { gap: 15px; }
 .score-ring { width: 88px; height: 88px; }
 .snapshot-findings li { grid-template-columns: 1fr; gap: 4px; }
}

/* Score explanation and illustrative snapshot */
.snapshot-promise { margin: 16px 0 0; text-align: center; color: #c9dbcf; font-size: .9rem; line-height: 1.6; }
.website-check .demo-note { margin-top: 6px; }
.score-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; padding-block: 65px 90px; border-top: 1px solid rgba(151,255,190,.14); }
.score-intro-copy h2 { margin: 0; font-size: clamp(2.6rem, 4.2vw, 4.6rem); line-height: 1.06; letter-spacing: -.045em; font-weight: 300; }
.score-intro-copy > p { max-width: 520px; font-size: 1.12rem; line-height: 1.7; color: #bfcec4; margin: 25px 0 0; }
.score-intro-copy > .score-intro-note { font-size: .9rem; color: #a1b3a7; margin-top: 18px; }
.score-example { padding: clamp(24px, 3vw, 38px); border: 1px solid rgba(115,255,155,.28); border-radius: 24px; background: linear-gradient(140deg,rgba(10,29,18,.92),rgba(2,11,6,.94)); box-shadow: 0 15px 65px #0003; backdrop-filter: blur(16px); }
.score-example-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: .75rem; letter-spacing: .14em; color: #bdcec2; }
.score-example-header .demo-badge { padding: 6px 10px; border: 1px solid #73ff9b30; border-radius: 20px; }
.score-example-summary { display: flex; align-items: center; gap: 24px; margin-block: 28px; }
.score-example-summary h3 { margin: 0 0 8px; font-size: 1.2rem; line-height: 1.35; font-weight: 500; }
.score-example-summary p { margin: 0; color: #a6b8ac; font-size: .9rem; line-height: 1.5; }
.score-dimensions { margin: 0; }
.score-dimensions > div { padding: 15px 0; border-top: 1px solid #ffffff16; }
.score-dimensions dt { font-weight: 500; font-size: 1rem; }
.score-dimensions dt span { color: var(--green-hot); font-size: .75rem; margin-right: 10px; font-family: ui-monospace, monospace; }
.score-dimensions dd { margin: 6px 0 0 29px; color: #b1c3b7; font-size: .9rem; line-height: 1.5; }
.score-example-note { font-size: .8rem; line-height: 1.6; color: #a6b8ac; margin: 10px 0 20px; }
.score-example-link { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; border-top: 1px solid #ffffff16; color: var(--green-hot); font-size: .95rem; text-decoration: none; }
.score-example-link:hover { text-decoration: underline; text-underline-offset: 5px; }
#website { scroll-margin-top: 100px; }
@media (max-width: 820px) { .score-intro { grid-template-columns: 1fr; padding-block: 50px 70px; } .score-intro-copy { max-width: 600px; } }
@media (max-width: 580px) { .score-example-summary { gap: 18px; } .score-example-summary h3 { font-size: 1.1rem; } .snapshot-promise { font-size: .85rem; } }

/* Mobile reading rhythm and a clear three-line headline. */
.mobile-heading-break { display: none; }
@media (max-width: 820px) {
  .hero h1 { font-size: clamp(2.65rem, 10.8vw, 5.3rem); line-height: 1.04; letter-spacing: -.05em; }
  .hero h1 br { display: block; }
  .hero h1 .mobile-heading-break { display: block; }
  .hero h1 .hero-highlight { display: inline-block; white-space: nowrap; }
  .hero { min-height: 0; padding: 30px 0 46px; }
  .eyebrow { margin-bottom: 20px; }
  .hero-copy { margin-top: 24px; max-width: 35rem; font-size: 1.05rem; line-height: 1.55; }
  .website-check { margin-top: 26px; }
  .snapshot-promise { margin-top: 14px; font-size: .9rem; }
  .explore-link { margin-top: 18px; }
  .score-intro { padding-top: 38px; }
}
@media (max-width: 580px) {
  .site-header { min-height: 70px; }
  .hero { padding-top: 20px; padding-bottom: 34px; }
  .eyebrow { margin-bottom: 18px; font-size: .75rem; letter-spacing: .16em; gap: 10px; }
  .eyebrow i { width: 28px; }
  .hero-copy { margin-top: 20px; }
  .website-check { margin-top: 24px; }
  .address-row { padding: 8px; gap: 4px; border-radius: 18px; }
  .address-row > span { display: none; }
  .address-row input { width: 100%; flex: 1 0 100%; padding: 12px 8px; font-size: 1rem; }
  .address-row button { padding: 14px 12px; font-size: .95rem; }
  .snapshot-promise { margin-top: 12px; line-height: 1.5; }
  .website-check .demo-note { font-size: .75rem; line-height: 1.5; margin-top: 8px; }
  .explore-link { font-size: .875rem; }
}

/* Frame the planet itself inside the mobile composition. */
@media (max-width: 820px) {
  .planet-scene {
    width: 118vw;
    top: -25vw;
  }
  .atmosphere,
  .atmosphere-glow {
    mask-image: linear-gradient(to bottom, black 0 85%, rgba(0,0,0,.65) 100%);
  }
}

/* Experience behind ARW. */
.trust-marker { margin: 15px 0 0; text-align: center; color: #c8dfcf; font-size: .85rem; line-height: 1.5; }
.trust-marker::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--green); margin: 0 9px 2px 0; }
.website-check .snapshot-promise { margin-top: 9px; }
.experience { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); padding-block: 64px; border-top: 1px solid rgba(151,255,190,.14); border-bottom: 1px solid rgba(151,255,190,.14); }
.experience h2 { margin: 0; font-size: clamp(2.2rem, 3.4vw, 3.7rem); font-weight: 300; letter-spacing: -.04em; line-height: 1.1; }
.experience .label { color: var(--green-hot); font-size: .75rem; letter-spacing: .16em; }
.experience-copy p { margin: 0 0 20px; color: #bfcec4; font-size: 1rem; line-height: 1.75; }
.experience-copy .experience-company { margin: 25px 0 0; color: #a1b3a7; font-size: .85rem; }
@media (max-width: 820px) { .experience { grid-template-columns: 1fr; gap: 28px; padding-block: 42px; } }
@media (max-width: 580px) { .trust-marker { font-size: .8rem; } }
