body {
  background:
    radial-gradient(circle at 12% -5%, rgba(255, 122, 47, 0.26), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(29, 194, 160, 0.2), transparent 34%),
    linear-gradient(160deg, #050608 0%, #0a0d12 48%, #0e131a 100%);
}

.chip {
  color: #c8d5e4 !important;
  border-color: rgba(146, 164, 184, 0.35) !important;
  background: rgba(255, 255, 255, 0.06) !important;
}

.chip-soft {
  color: #9fead9 !important;
  border-color: rgba(29, 194, 160, 0.45) !important;
  background: rgba(29, 194, 160, 0.14) !important;
}

.chip-accent {
  color: #fff !important;
  border-color: rgba(255, 122, 47, 0.62) !important;
  background: linear-gradient(145deg, #ff9556 0%, #ff7a2f 100%) !important;
  box-shadow: 0 10px 16px rgba(222, 95, 22, 0.32);
}

.chip-danger {
  color: #ff9a9a !important;
  border-color: rgba(255, 143, 143, 0.4) !important;
  background: rgba(255, 116, 116, 0.14) !important;
}

.wash {
  position: fixed;
  width: 390px;
  height: 390px;
  border-radius: 999px;
  filter: blur(66px);
  pointer-events: none;
  z-index: -1;
  opacity: 0.36;
}

.warm {
  background: rgba(255, 122, 47, 0.48);
  left: -140px;
  top: 30px;
}

.cool {
  background: rgba(29, 194, 160, 0.38);
  right: -135px;
  top: 96px;
}

.page {
  gap: 16px;
}

.surface {
  border: 1px solid rgba(146, 164, 184, 0.24);
  border-radius: 24px;
  background: linear-gradient(165deg, rgba(16, 20, 27, 0.96) 0%, rgba(11, 15, 22, 0.86) 100%);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
}

.hero {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 14px;
  overflow: visible;
}

.hero::after {
  display: none;
}

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

.hero-copy h1 {
  margin: 0;
  max-width: 19ch;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.92rem, 4.2vw, 3.3rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hero-copy p {
  margin: 0;
  color: #a8b6c6;
  font-size: 0.96rem;
  line-height: 1.68;
}

.hero-actions {
  margin-top: 2px;
}

.hero-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.hero-points li {
  position: relative;
  padding-left: 18px;
  color: #bbc8d8;
  font-size: 0.92rem;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff9556, #ff7a2f);
}

.hero-showcase {
  padding: 22px;
  position: relative;
  transition: transform 170ms ease;
  transform-style: preserve-3d;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 122, 47, 0.22), transparent 34%),
    linear-gradient(170deg, rgba(16, 20, 27, 0.95), rgba(12, 16, 24, 0.88));
}

.hero-showcase h2 {
  margin: 8px 0 0;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.24rem, 2.2vw, 1.78rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.metric-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.metric {
  border: 1px solid rgba(146, 164, 184, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  padding: 12px;
}

.metric p {
  margin: 0;
  color: #9fb0c3;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-weight: 800;
}

.metric h3 {
  margin: 5px 0;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.metric small {
  font-size: 0.78rem;
  color: #9fb0c3;
}

.section {
  padding: 24px;
  display: grid;
  gap: 12px;
}

.section-head {
  margin-bottom: 2px;
}

.section h2 {
  margin: 8px 0 0;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
  line-height: 1.08;
}

.feature-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.feature-card,
.price-card {
  border: 1px solid rgba(146, 164, 184, 0.24);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.feature-card:hover,
.price-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.4);
}

.feature-card h4 {
  margin: 0;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.02rem;
}

.feature-card p {
  margin: 8px 0 0;
  color: #a8b6c6;
  font-size: 0.9rem;
  line-height: 1.62;
}

.pricing {
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 122, 47, 0.2), transparent 36%),
    linear-gradient(170deg, rgba(16, 20, 27, 0.95), rgba(11, 16, 23, 0.88));
}

.price-card {
  position: relative;
  display: grid;
  gap: 9px;
}

.price-card.featured {
  border-color: rgba(255, 122, 47, 0.44);
  box-shadow: 0 0 0 1px rgba(255, 122, 47, 0.22), 0 18px 30px rgba(0, 0, 0, 0.48);
  background: linear-gradient(165deg, rgba(43, 27, 16, 0.7), rgba(18, 20, 27, 0.96));
}

.badge {
  position: absolute;
  top: -10px;
  right: 12px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ff9556, #ff7a2f);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 9px;
}

.plan {
  margin: 0;
  color: #9fb0c3;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 800;
}

.amount {
  margin: 0;
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.price-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.price-card li {
  position: relative;
  padding-left: 15px;
  color: #bcc8d8;
  font-size: 0.9rem;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.57em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff7a2f;
}

.footer {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.foot-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.foot-brand img {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(146, 164, 184, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  padding: 6px;
}

.foot-brand strong {
  font-family: "Syne", "Segoe UI", sans-serif;
  font-size: 1.02rem;
}

.foot-brand p {
  margin: 3px 0 0;
  color: #a8b6c6;
  font-size: 0.84rem;
}

.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.foot-links a {
  border: 1px solid rgba(146, 164, 184, 0.28);
  border-radius: 999px;
  padding: 6px 10px;
  color: #c8d5e4;
  text-decoration: none;
}

.copy {
  margin: 0;
  grid-column: 1 / -1;
  color: #9fb0c3;
  font-size: 0.79rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 70ms;
}

.delay-2 {
  transition-delay: 130ms;
}

.delay-3 {
  transition-delay: 190ms;
}

@media (max-width: 980px) {
  .hero,
  .feature-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: none;
  }

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

@media (max-width: 820px) {
  .topbar {
    position: static;
    width: calc(100vw - 14px);
  }

  .page,
  .footer {
    width: calc(100vw - 16px);
  }
}

@media (max-width: 620px) {
  .hero-copy,
  .hero-showcase,
  .section,
  .footer {
    padding: 14px;
    border-radius: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(1.45rem, 7vw, 2.22rem);
    line-height: 1.09;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

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