:root {
  --ink: #07090d;
  --graphite: #1f2530;
  --panel: #2f3644;
  --panel-soft: #414958;
  --beanie: #e6968f;
  --beanie-dark: #bc6a65;
  --fur: #9a815d;
  --cyan: #03a9bf;
  --orange: #ef6b10;
  --cream: #f6ead8;
  --white: #ffffff;
  --muted: #c8ced9;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 6%, rgba(230, 150, 143, 0.34), transparent 18rem),
    radial-gradient(circle at 90% 10%, rgba(3, 169, 191, 0.24), transparent 20rem),
    linear-gradient(135deg, #161b25 0%, #2b313e 47%, #11151d 100%);
  font-family: Inter, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  opacity: 0.25;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 18px;
}

body::after {
  position: fixed;
  top: 0;
  right: clamp(18px, 5vw, 84px);
  bottom: 0;
  z-index: -1;
  width: 38px;
  border-left: 10px solid var(--cyan);
  border-right: 14px solid var(--orange);
  content: "";
  opacity: 0.95;
  filter: drop-shadow(0 0 22px rgba(3, 169, 191, 0.2));
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.logo-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, var(--beanie), var(--beanie-dark));
  box-shadow: 0 16px 34px var(--shadow);
}

.logo-mark::before {
  width: 22px;
  height: 14px;
  border: 4px solid var(--white);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  content: "";
}

.logo-copy {
  display: grid;
  gap: 3px;
}

.logo-copy strong {
  font-size: 18px;
}

.logo-copy span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.nav a,
.nav button,
.cta,
.ghost {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 0 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav a:hover,
.nav button:hover,
.cta:hover,
.ghost:hover {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.hero {
  display: grid;
  min-height: min(760px, calc(100vh - 92px));
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  align-items: center;
  padding: 26px 0 48px;
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(65, 73, 88, 0.86), rgba(22, 27, 37, 0.92));
  box-shadow: 0 30px 70px var(--shadow);
}

.hero-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent, rgba(3, 169, 191, 0.18) 72%, rgba(239, 107, 16, 0.22) 75%, transparent 80%),
    radial-gradient(circle at 50% 20%, rgba(230, 150, 143, 0.25), transparent 36%);
}

.portrait {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.mood-strip {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  padding: 12px;
  background: rgba(7, 9, 13, 0.72);
  backdrop-filter: blur(10px);
}

.mood-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--beanie);
  box-shadow: 0 0 20px var(--beanie);
}

.hero-copy {
  display: grid;
  gap: 24px;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  border: 1px solid rgba(230, 150, 143, 0.42);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--beanie);
  background: rgba(230, 150, 143, 0.08);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  max-width: 8ch;
  margin: 0;
  font-size: clamp(58px, 11vw, 142px);
  line-height: 0.8;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.45;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta {
  min-width: 150px;
  border-color: rgba(230, 150, 143, 0.58);
  background: linear-gradient(135deg, var(--beanie), var(--beanie-dark));
}

.ghost {
  min-width: 150px;
}

.signal-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.signal {
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.signal strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 24px;
  line-height: 1;
}

.signal span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.banner-wrap {
  position: relative;
  width: min(1320px, calc(100% - 32px));
  margin: 6px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--graphite);
  box-shadow: 0 32px 80px var(--shadow);
}

.banner-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 9, 13, 0.18), transparent 28%, transparent 68%, rgba(7, 9, 13, 0.36));
  pointer-events: none;
}

.banner-wrap img {
  display: block;
  width: 100%;
  height: clamp(210px, 31vw, 400px);
  object-fit: cover;
}

.ticker-ribbon {
  display: flex;
  overflow: hidden;
  margin: 38px 0;
  border-block: 1px solid var(--line);
  background: rgba(7, 9, 13, 0.62);
}

.ticker-track {
  display: flex;
  min-width: max-content;
  animation: slide 18s linear infinite;
}

.ticker-track span {
  padding: 17px 24px;
  color: var(--white);
  font-size: clamp(20px, 3.4vw, 46px);
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 18px 0 72px;
}

.intro,
.stack-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(22px, 4vw, 38px);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 60px var(--shadow);
}

.intro {
  display: grid;
  align-content: space-between;
  gap: 34px;
}

.intro h2,
.stack-card h2,
.final-call h2 {
  margin: 0;
  font-size: clamp(34px, 5.8vw, 78px);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.intro p,
.final-call p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}

.stripe-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stripe-labels span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.stack-card {
  display: grid;
  gap: 14px;
}

.feature {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  padding: 15px;
  background: rgba(7, 9, 13, 0.38);
}

.feature b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  color: var(--ink);
  background: var(--beanie);
  font-size: 18px;
  font-weight: 950;
}

.feature:nth-child(3) b {
  background: var(--cyan);
}

.feature:nth-child(4) b {
  background: var(--orange);
}

.feature h3 {
  margin: 0 0 5px;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

.feature p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.final-call {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 34px;
  border: 1px solid rgba(230, 150, 143, 0.34);
  border-radius: 34px;
  padding: clamp(26px, 5vw, 52px);
  background:
    linear-gradient(90deg, rgba(230, 150, 143, 0.2), transparent 58%),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 24px 70px var(--shadow);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 0 38px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 900px) {
  body::after {
    right: 18px;
    width: 24px;
    border-left-width: 7px;
    border-right-width: 9px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    order: -1;
  }

  .portrait {
    aspect-ratio: 16 / 12;
  }

  .signal-panel {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .shell,
  .banner-wrap,
  .final-call {
    width: min(100% - 22px, 1160px);
  }

  .nav a,
  .nav button,
  .cta,
  .ghost {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero {
    padding-top: 8px;
  }

  .portrait {
    aspect-ratio: 1 / 1;
  }

  .mood-strip {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

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

  .feature b {
    width: 50px;
    height: 50px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
