:root {
  --cream: #f5f1e9;
  --cream-2: #fffaf0;
  --paper: #fffdfa;
  --dark: #050b0a;
  --dark-2: #0b1513;
  --ink: #101916;
  --muted: #68736f;
  --muted-dark: rgba(255, 255, 255, .68);
  --line: rgba(16, 25, 22, .11);
  --line-dark: rgba(255, 255, 255, .13);
  --orange: #ff5a1f;
  --orange-2: #ff7a3d;
  --lime: #e6ff2e;
  --aqua: #25d7d9;
  --lavender: #d7a7f4;
  --green: #34c987;
  --blue: #2488d4;
  --radius-sm: 16px;
  --radius: 28px;
  --radius-xl: 44px;
  --shadow-soft: 0 20px 60px rgba(5, 11, 10, .09);
  --shadow-deep: 0 35px 100px rgba(5, 11, 10, .34);
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(230, 255, 46, .18), transparent 26rem),
    radial-gradient(circle at 90% 8%, rgba(37, 215, 217, .14), transparent 28rem),
    var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button {
  font: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}

::selection {
  background: var(--lime);
  color: var(--dark);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(245, 241, 233, .76);
  backdrop-filter: blur(22px) saturate(1.45);
  border-bottom: 1px solid rgba(5, 11, 10, .08);
}

.top-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 4vw, 56px);
  min-height: 38px;
  padding: 8px 18px;
  background: var(--dark);
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.top-strip p {
  margin: 0;
  color: var(--lime);
}

.top-strip span {
  opacity: .72;
}

.header-inner {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding: 18px 0;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  letter-spacing: -.05em;
}

.brand span {
  font-size: 30px;
  font-weight: 950;
}

.brand small {
  font-size: 13px;
  font-weight: 850;
  color: var(--muted);
  letter-spacing: -.02em;
}

.brand img {
  display: block;
  width: 118px;
  height: auto;
}

.main-nav {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  color: rgba(16, 25, 22, .72);
}

.main-nav a {
  transition: color .18s ease, transform .18s ease;
}

.main-nav a:hover {
  color: var(--dark);
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.login-link {
  font-size: 13px;
  font-weight: 850;
  color: var(--muted);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 950;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.header-cta {
  background: var(--dark);
  color: white;
  padding: 12px 19px;
  font-size: 13px;
  box-shadow: 0 12px 30px rgba(5, 11, 10, .18);
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-3px);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  padding: 10px 14px;
  font-weight: 900;
}

.section-panel {
  position: relative;
  padding: 132px 0;
}

.section-break {
  border-top: 1px solid rgba(5, 11, 10, .08);
  border-bottom: 1px solid rgba(5, 11, 10, .08);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
  box-shadow: 0 0 0 6px rgba(230, 255, 46, .14);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-weight: 950;
  letter-spacing: -.075em;
  line-height: .91;
}

h1 {
  margin: 28px 0 0;
  font-size: clamp(72px, 12vw, 164px);
  color: white;
}

h2 {
  margin: 22px 0 0;
  font-size: clamp(48px, 7vw, 100px);
}

h1 em,
h2 em {
  font-style: normal;
  color: var(--lime);
}

h1 .brush-script {
  position: relative;
  isolation: isolate;
  display: inline-block;
  font-family: "Permanent Marker", "Brush Script MT", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: .95;
  white-space: nowrap;
  transform: rotate(-2deg);
  text-shadow: 0 8px 28px rgba(230, 255, 46, .18);
}

h1 .brush-script.is-offer {
  font-size: min(1em, 10vw);
}

h1 .brush-script::before,
h1 .brush-script::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

h1 .brush-script::before {
  color: var(--aqua);
  z-index: -1;
}

h1 .brush-script::after {
  color: var(--orange);
  z-index: -2;
}

h1 .brush-script.is-glitching {
  animation: brush-glitch-text .42s steps(2, end) 1;
}

h1 .brush-script.is-glitching::before {
  opacity: .82;
  animation: brush-glitch-before .42s steps(2, end) 1;
}

h1 .brush-script.is-glitching::after {
  opacity: .72;
  animation: brush-glitch-after .42s steps(2, end) 1;
}

@keyframes brush-glitch-text {

  0%,
  100% {
    transform: rotate(-2deg) translate(0, 0);
    filter: none;
  }

  20% {
    transform: rotate(-2deg) translate(-2px, 1px);
    filter: contrast(1.35);
  }

  42% {
    transform: rotate(-2deg) translate(2px, -1px);
  }

  64% {
    transform: rotate(-2deg) translate(-1px, -2px);
    filter: saturate(1.45);
  }
}

@keyframes brush-glitch-before {

  0%,
  100% {
    clip-path: inset(0 0 72% 0);
    transform: translate(-5px, -1px);
  }

  33% {
    clip-path: inset(34% 0 38% 0);
    transform: translate(4px, 1px);
  }

  66% {
    clip-path: inset(72% 0 0 0);
    transform: translate(-3px, 2px);
  }
}

@keyframes brush-glitch-after {

  0%,
  100% {
    clip-path: inset(64% 0 8% 0);
    transform: translate(5px, 1px);
  }

  40% {
    clip-path: inset(8% 0 70% 0);
    transform: translate(-4px, -1px);
  }

  74% {
    clip-path: inset(42% 0 32% 0);
    transform: translate(3px, -2px);
  }
}

@media (prefers-reduced-motion: reduce) {

  h1 .brush-script.is-glitching,
  h1 .brush-script.is-glitching::before,
  h1 .brush-script.is-glitching::after {
    animation: none;
  }
}

p {
  line-height: 1.65;
}

.section-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 940px;
  padding: 0;
  color: white;
  isolation: isolate;
  background:
    linear-gradient(90deg,
      rgba(5, 11, 10, .94) 0%,
      rgba(5, 11, 10, .88) 34%,
      rgba(5, 11, 10, .72) 58%,
      rgba(5, 11, 10, .54) 78%,
      rgba(5, 11, 10, .46) 100%),
    linear-gradient(180deg,
      rgba(5, 11, 10, .28) 0%,
      rgba(5, 11, 10, .42) 52%,
      rgba(5, 11, 10, .78) 100%),
    url("../assets/Bootcamp.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
    radial-gradient(circle at 74% 24%, rgba(230, 255, 46, .14), transparent 34rem),
    radial-gradient(circle at 22% 76%, rgba(255, 90, 31, .12), transparent 30rem);
  background-size: 64px 64px, 64px 64px, auto, auto;
  mask-image: radial-gradient(circle at 48% 28%, black, transparent 74%);
  mix-blend-mode: screen;
  z-index: -1;
  animation: heroGlow 12s ease-in-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(5, 11, 10, .74));
  pointer-events: none;
  z-index: -1;
}

.hero-bg {
  display: none;
}

@keyframes heroGlow {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: .88;
  }

  50% {
    transform: translate3d(-22px, 18px, 0) scale(1.045);
    opacity: 1;
  }
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(28px);
  opacity: .75;
  z-index: -1;
}

.orb-a {
  width: 240px;
  height: 240px;
  right: 10%;
  top: 18%;
  background: rgba(230, 255, 46, .18);
  animation: float 8s ease-in-out infinite;
}

.orb-b {
  width: 180px;
  height: 180px;
  left: 8%;
  bottom: 18%;
  background: rgba(37, 215, 217, .16);
  animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -26px, 0);
  }
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .72fr);
  gap: 86px;
  align-items: center;
  min-height: 900px;
  padding: 105px 0 132px;
}

.hero-copy p {
  max-width: 760px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(19px, 2vw, 25px);
}

.hero-copy strong {
  color: white;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.btn {
  min-height: 54px;
  padding: 0 24px;
  font-size: 15px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: white;
  box-shadow: 0 18px 45px rgba(255, 90, 31, .3);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, .18);
  color: white;
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, .1);
}

.btn-outline-lime {
  color: white;
  border: 1px solid rgba(230, 255, 46, .38);
  background: rgba(230, 255, 46, .08);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin-top: 54px;
}

.hero-stats article {
  border: 1px solid var(--line-dark);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, .055);
  backdrop-filter: blur(18px);
}

.hero-stats strong {
  display: block;
  font-size: 34px;
  letter-spacing: -.06em;
}

.hero-stats span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  font-weight: 700;
}

.hero-dashboard {
  position: relative;
  min-height: 560px;
}

.dash-window {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 34px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .055));
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(20px);
  transform: rotate(1deg);
}

.window-bar {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 800;
}

.window-bar i {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .25);
}

.window-bar span {
  margin-left: auto;
}

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

.dash-card {
  min-height: 148px;
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, .88);
  color: var(--dark);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.dash-card.wide {
  grid-column: span 2;
  background: linear-gradient(135deg, var(--lime), #fff8b7);
}

.dash-card span,
.dash-card small {
  display: block;
  color: rgba(5, 11, 10, .58);
  font-weight: 850;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.dash-card strong {
  display: block;
  margin-top: 16px;
  font-size: 42px;
  letter-spacing: -.06em;
  line-height: 1;
}

.dash-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.floating-pill {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(5, 11, 10, .54);
  color: white;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px);
}

.pill-one {
  top: 16%;
  right: -20px;
}

.pill-two {
  left: -20px;
  bottom: 34%;
  background: rgba(255, 90, 31, .88);
}

.pill-three {
  right: 8%;
  bottom: 6%;
  background: rgba(230, 255, 46, .9);
  color: var(--dark);
}

.glass-panel {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(24px) saturate(1.35);
}

.price-stinger {
  background: linear-gradient(180deg, #101916, #050b0a);
  color: white;
  overflow: hidden;
}

.price-stinger::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(230, 255, 46, .55), transparent);
}

.stinger-grid {
  display: grid;
  grid-template-columns: 1.05fr .8fr;
  gap: 42px;
  align-items: stretch;
}

.stinger-headline {
  padding: 8px 0;
}

.corner {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-top: 12px solid var(--lime);
  border-left: 12px solid var(--lime);
  margin-bottom: 22px;
}

.stinger-headline h2 {
  color: white;
  max-width: 760px;
}

.stinger-price {
  border-radius: var(--radius-xl);
  padding: 42px;
  align-self: center;
  box-shadow: var(--shadow-deep);
}

.stinger-price p {
  color: var(--muted-dark);
  font-size: 18px;
  margin-bottom: 30px;
}

.stinger-price strong {
  display: block;
  color: var(--lime);
  font-size: clamp(70px, 9vw, 122px);
  letter-spacing: -.08em;
  line-height: .82;
}

.stinger-price span {
  color: white;
  font-size: 22px;
  letter-spacing: -.03em;
}

.stinger-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.stinger-benefits article {
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 255, 255, .055);
}

.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--lime);
  color: var(--dark);
  font-weight: 950;
}

.stinger-benefits h3 {
  margin: 20px 0 8px;
  font-size: 25px;
  letter-spacing: -.04em;
}

.stinger-benefits p {
  margin: 0;
  color: var(--muted-dark);
}

.momentum {
  background: linear-gradient(180deg, var(--cream), #fff);
}

.momentum-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, .9fr));
  gap: 20px;
  align-items: stretch;
}

.section-intro {
  max-width: 620px;
  align-self: center;
}

.section-intro p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.image-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius-xl);
  padding: 28px;
  color: white;
  background: var(--dark);
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
}

.image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 88px rgba(5, 11, 10, .18);
}

.image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 11, 10, .05), rgba(5, 11, 10, .8)), radial-gradient(circle at 25% 15%, rgba(230, 255, 46, .26), transparent 12rem);
  z-index: 1;
}

.image-card.two::before {
  background: linear-gradient(180deg, rgba(5, 11, 10, .08), rgba(5, 11, 10, .82)), radial-gradient(circle at 25% 25%, rgba(37, 215, 217, .28), transparent 12rem);
}

.image-card.three::before {
  background: linear-gradient(180deg, rgba(5, 11, 10, .08), rgba(5, 11, 10, .84)), radial-gradient(circle at 75% 20%, rgba(230, 255, 46, .24), transparent 13rem);
}

.image-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.image-card:hover .image-card-media {
  transform: scale(1.05);
}

.image-card>* {
  position: relative;
  z-index: 2;
}

.image-card>.image-card-media {
  position: absolute;
  z-index: 0;
}

.image-card h3 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.045em;
  margin-bottom: 10px;
}

.image-card p {
  color: rgba(255, 255, 255, .74);
  margin-bottom: 24px;
}

.image-card a {
  font-weight: 950;
  color: var(--lime);
}

.statement {
  background: var(--dark);
  color: white;
}

.statement-grid {
  display: grid;
  grid-template-columns: 1.1fr .55fr;
  gap: 60px;
  align-items: center;
}

.statement h2 {
  margin: 0;
  max-width: 900px;
}

.statement ul {
  list-style: none;
  display: grid;
  gap: 14px;
}

.statement li {
  border: 1px solid var(--line-dark);
  border-radius: 18px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .055);
  font-weight: 900;
  color: rgba(255, 255, 255, .82);
}

.included {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 250, .9) 0%, rgba(255, 253, 250, .96) 34%, rgba(255, 253, 250, .72) 58%, var(--paper) 100%),
    url("../assets/core-dashboard.jpeg") left center / 62% auto no-repeat,
    var(--paper);
}

.included::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 250, .86), rgba(255, 253, 250, .46) 48%, rgba(255, 253, 250, .12) 100%),
    radial-gradient(circle at 18% 50%, rgba(230, 255, 46, .18), transparent 25rem);
  pointer-events: none;
}

.included-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 50px;
}

.feature-grid-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 28px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  background: linear-gradient(180deg, white, rgba(255, 255, 255, .7));
  box-shadow: 0 12px 34px rgba(5, 11, 10, .055);
  transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.feature-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(230, 255, 46, .22);
}

.feature-card svg {
  width: 30px;
  height: 30px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 22px 0 9px;
  font-size: 24px;
  letter-spacing: -.045em;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.device-showcase {
  position: relative;
  min-height: 560px;
}

.laptop {
  position: sticky;
  top: 130px;
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 18px;
  background: linear-gradient(180deg, #111a17, #050b0a);
  box-shadow: var(--shadow-deep);
}

.screen-head {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
}

.screen-head span {
  width: 56px;
  height: 12px;
  border-radius: 99px;
  background: var(--lime);
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.screen-tile {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  padding: 14px;
  color: white;
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
}

.screen-tile-wide {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(230, 255, 46, .86), rgba(255, 255, 255, .18));
  color: var(--dark);
}

.screen-tile span {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .72;
}

.screen-tile strong {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -.045em;
}

.screen-tile small {
  color: rgba(5, 11, 10, .68);
  font-weight: 850;
}

.phone {
  position: absolute;
  right: -26px;
  bottom: 8px;
  width: 190px;
  min-height: 300px;
  border: 8px solid #101916;
  border-radius: 36px;
  padding: 22px;
  background: white;
  box-shadow: var(--shadow-deep);
}

.phone b {
  display: block;
  font-size: 18px;
  letter-spacing: -.04em;
}

.phone span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.phone button {
  margin-top: 88px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: white;
  padding: 12px;
  font-weight: 950;
}

.dashboard-showcase {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.dashboard-showcase::before {
  content: "";
  position: absolute;
  inset: 26px 8% 26px 0;
  border-radius: 44px;
  background: linear-gradient(135deg, rgba(5, 11, 10, .16), rgba(255, 255, 255, .32));
  filter: blur(1px);
}

.dashboard-image-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  border: 1px solid rgba(5, 11, 10, .14);
  border-radius: 34px;
  background: #050b0a;
  box-shadow: 0 32px 95px rgba(5, 11, 10, .24);
  isolation: isolate;
}

.dashboard-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 10, .12), transparent 36%),
    linear-gradient(180deg, transparent 48%, rgba(5, 11, 10, .24));
  pointer-events: none;
}

.dashboard-image-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.packages {
  background: linear-gradient(180deg, #fff, var(--cream));
}

.package-wrap .compact {
  max-width: 820px;
  margin-bottom: 50px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.package-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 26px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 16px 42px rgba(5, 11, 10, .06);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  background: white;
  box-shadow: var(--shadow-soft);
}

.package-card .package-kicker {
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.package-card h3 {
  margin: 28px 0 12px;
  font-size: 26px;
  letter-spacing: -.05em;
}

.package-card p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 24px;
}

.package-card a {
  margin-top: auto;
  font-weight: 950;
  color: var(--dark);
}

.premium {
  background: var(--dark);
  color: white;
  overflow: hidden;
}

.premium-grid {
  display: grid;
  grid-template-columns: .9fr 1fr .45fr;
  gap: 42px;
  align-items: center;
}

.premium-image {
  min-height: 440px;
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 30% 20%, rgba(230, 255, 46, .52), transparent 12rem), linear-gradient(135deg, rgba(255, 90, 31, .9), rgba(215, 167, 244, .54));
  box-shadow: var(--shadow-deep);
}

.premium-copy p {
  max-width: 620px;
  margin: 26px 0 34px;
  color: var(--muted-dark);
  font-size: 18px;
}

.premium-device {
  min-height: 340px;
  border: 1px solid var(--line-dark);
  border-radius: 36px;
  padding: 28px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(20px);
  transform: rotate(3deg);
}

.premium-device b {
  display: block;
  font-size: 32px;
  letter-spacing: -.06em;
}

.premium-device span {
  display: block;
  margin-top: 24px;
  color: var(--muted-dark);
}

.premium-device i {
  display: block;
  margin-top: 100px;
  height: 50px;
  border-radius: 999px;
  background: var(--lime);
}

.final-cta {
  background: linear-gradient(135deg, #0b1513, #050b0a);
  color: white;
}

.final-grid {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 60px;
  align-items: center;
}

.final-grid h2 {
  max-width: 880px;
}

.final-grid .section-copy {
  color: var(--muted-dark);
}

.price-card {
  border-radius: 36px;
  padding: 34px;
  box-shadow: var(--shadow-deep);
}

.price-card>span {
  display: inline-flex;
  border-radius: 999px;
  background: var(--lime);
  color: var(--dark);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 28px 0 16px;
  color: white;
  font-size: 90px;
  line-height: .82;
  letter-spacing: -.08em;
}

.price-card small {
  font-size: 23px;
  color: rgba(255, 255, 255, .64);
  letter-spacing: -.04em;
}

.price-card p {
  color: var(--muted-dark);
}

.price-card ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
}

.price-card li {
  color: rgba(255, 255, 255, .8);
  font-weight: 800;
}

.price-card li::before {
  content: "✓";
  color: var(--lime);
  margin-right: 10px;
}

.price-card .btn {
  width: 100%;
}

.site-footer {
  background: var(--cream);
  color: var(--muted);
}

.footer-strip {
  background: #0b1513;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px 0;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: 800;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
}

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

@media (max-width: 1100px) {
  .main-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero-inner,
  .included-grid,
  .final-grid,
  .stinger-grid,
  .premium-grid {
    grid-template-columns: 1fr;
  }

  .hero-dashboard {
    min-height: auto;
  }

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

  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .device-showcase {
    min-height: 520px;
  }

  .dashboard-showcase {
    min-height: auto;
  }

  .dashboard-image-card {
    width: min(100%, 620px);
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 720px) {

  .container,
  .header-inner {
    width: min(100% - 30px, var(--max));
  }

  .top-strip {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .header-actions .login-link {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .brand img {
    width: 104px;
  }

  .section-panel {
    padding: 86px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    padding: 78px 0 90px;
    gap: 44px;
  }

  h1 {
    font-size: clamp(62px, 19vw, 98px);
  }

  h2 {
    font-size: clamp(44px, 13vw, 68px);
  }

  .hero-stats,
  .stinger-benefits,
  .feature-grid,
  .momentum-grid,
  .package-grid,
  .statement-grid {
    grid-template-columns: 1fr;
  }

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

  .dash-card.wide {
    grid-column: auto;
  }

  .floating-pill {
    display: none;
  }

  .stinger-price strong,
  .price-card strong {
    font-size: 68px;
  }

  .image-card {
    min-height: 330px;
  }

  .phone {
    right: 8px;
    bottom: -10px;
  }

  .included {
    background:
      linear-gradient(180deg, rgba(255, 253, 250, .95), rgba(255, 253, 250, .9)),
      url("../assets/core-dashboard.jpeg") center top / auto 46% no-repeat,
      var(--paper);
  }

  .dashboard-image-card {
    width: 100%;
    border-radius: 24px;
  }

  .dashboard-image-card img {
    aspect-ratio: 1 / 1;
  }

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

/* Premium interactive bundle builder */
.bundle-builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
  margin-top: 58px;
}

.builder-main {
  min-width: 0;
}

.glass-light {
  border: 1px solid rgba(5, 11, 10, .1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .66)),
    radial-gradient(circle at 0 0, rgba(230, 255, 46, .16), transparent 42%),
    radial-gradient(circle at 100% 30%, rgba(37, 215, 217, .12), transparent 38%);
  box-shadow: 0 24px 70px rgba(5, 11, 10, .08);
  backdrop-filter: blur(20px);
}

.builder-callout {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: center;
  border-radius: 30px;
  padding: 28px;
}

.callout-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(52, 201, 135, .34);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(52, 201, 135, .12), rgba(255, 255, 255, .7));
  color: #07964f;
  font-size: 40px;
  box-shadow: inset 0 0 0 8px rgba(52, 201, 135, .05);
}

.eyebrow.dark {
  color: rgba(5, 11, 10, .58);
}

.builder-callout h3,
.builder-toolbar h3,
.saving-copy h3,
.own-app-card h3 {
  margin: 8px 0 8px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: -.055em;
}

.builder-callout p,
.saving-copy p,
.own-app-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.builder-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin: 46px 0 24px;
}

.toolbar-actions {
  display: flex;
  gap: 10px;
}

.mini-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--dark);
  padding: 11px 15px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.mini-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(5, 11, 10, .28);
}

.mini-btn-dark {
  background: var(--dark);
  color: white;
  border-color: var(--dark);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.module-card {
  position: relative;
  overflow: hidden;
  min-height: 438px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(5, 11, 10, .1);
  border-radius: 30px;
  background: rgba(255, 255, 255, .78);
  padding: 22px;
  box-shadow: 0 18px 46px rgba(5, 11, 10, .06);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
}

.module-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, color-mix(in srgb, var(--module-accent), transparent 76%), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .4), transparent 50%);
  opacity: .9;
  pointer-events: none;
}

.module-card>* {
  position: relative;
  z-index: 1;
}

.module-card:hover,
.module-card.is-selected {
  transform: translateY(-6px);
  background: white;
  border-color: color-mix(in srgb, var(--module-accent), transparent 42%);
  box-shadow: 0 30px 80px rgba(5, 11, 10, .12);
}

.module-card.is-selected {
  outline: 2px solid color-mix(in srgb, var(--module-accent), transparent 22%);
  outline-offset: 3px;
}

.module-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  margin-bottom: 20px;
}

.module-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: color-mix(in srgb, var(--module-accent), transparent 86%);
  color: var(--module-accent);
  font-size: 31px;
  font-weight: 950;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--module-accent), transparent 70%);
}

.module-price {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.module-card h3 {
  margin: 12px 0 8px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.05em;
}

.module-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.module-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.module-card li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: rgba(5, 11, 10, .74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.module-card li::before {
  content: "✓";
  color: #07964f;
  font-weight: 950;
}

.module-select {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.module-select input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.module-select span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(5, 11, 10, .32);
  border-radius: 7px;
  background: white;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.module-select span::after {
  content: "✓";
  opacity: 0;
  color: white;
  font-size: 14px;
  font-weight: 950;
}

.module-select input:checked+span {
  background: var(--module-accent);
  border-color: var(--module-accent);
  transform: scale(1.03);
}

.module-select input:checked+span::after {
  opacity: 1;
}

.module-select b {
  font-size: 14px;
}

.saving-panel {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 28px;
  margin-top: 24px;
  border-radius: 30px;
  padding: 28px;
}

.saving-table {
  overflow: hidden;
  border: 1px solid rgba(5, 11, 10, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .64);
}

.saving-table div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.saving-table div+div {
  border-top: 1px solid rgba(5, 11, 10, .08);
}

.saving-table span,
.saving-table b,
.saving-table strong {
  padding: 12px 14px;
  font-size: 13px;
}

.saving-table b {
  background: rgba(5, 11, 10, .035);
}

.saving-table strong {
  color: #07964f;
}

.bundle-summary {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.summary-card {
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 34px 100px rgba(5, 11, 10, .28);
}

.summary-core-row,
.summary-head,
.total-row,
.summary-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.summary-core-row {
  margin-top: 22px;
}

.summary-core-row strong {
  display: block;
  font-size: 19px;
  color: white;
}

.summary-core-row small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .5);
}

.summary-core-row b {
  color: white;
  font-size: 24px;
}

.summary-divider {
  height: 1px;
  background: rgba(255, 255, 255, .12);
  margin: 24px 0;
}

.summary-head h3 {
  margin: 0;
  font-size: 22px;
  color: white;
  letter-spacing: -.04em;
}

.summary-head span {
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--dark);
  font-weight: 950;
}

.summary-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  min-height: 92px;
}

.empty-summary {
  margin: 0;
  color: rgba(255, 255, 255, .56);
  line-height: 1.55;
}

.summary-item span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, .84);
  font-weight: 800;
}

.summary-item i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.summary-item strong {
  color: white;
}

.saving-badge {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: end;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
  padding: 18px;
  color: rgba(255, 255, 255, .56);
}

.saving-badge.has-saving {
  border-color: rgba(230, 255, 46, .34);
  background: linear-gradient(135deg, rgba(230, 255, 46, .14), rgba(255, 255, 255, .05));
  color: rgba(255, 255, 255, .76);
}

.saving-badge span {
  grid-column: 1 / -1;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.saving-badge strong {
  color: var(--lime);
  font-size: 38px;
  line-height: .9;
  letter-spacing: -.06em;
}

.saving-badge small {
  color: rgba(255, 255, 255, .62);
}

.total-row {
  margin-top: 22px;
}

.total-row span {
  color: rgba(255, 255, 255, .68);
  font-weight: 850;
}

.total-row strong {
  color: white;
  font-size: 45px;
  line-height: .9;
  letter-spacing: -.07em;
}

.summary-cta {
  width: 100%;
  margin-top: 24px;
}

.summary-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .43);
  font-size: 12px;
  line-height: 1.5;
}

.own-app-card {
  border: 1px solid rgba(155, 92, 255, .18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(155, 92, 255, .18), transparent 42%),
    rgba(255, 255, 255, .82);
  padding: 24px;
  box-shadow: 0 20px 60px rgba(5, 11, 10, .08);
}

.own-app-card div {
  margin-top: 10px;
}

.own-app-card strong {
  font-size: 22px;
  letter-spacing: -.04em;
}

.own-app-card span {
  color: var(--muted);
}

.own-app-card a {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  border: 1px solid rgba(155, 92, 255, .34);
  border-radius: 16px;
  padding: 14px 16px;
  color: #7d3cff;
  font-weight: 950;
}

@media (max-width: 1180px) {
  .bundle-builder {
    grid-template-columns: 1fr;
  }

  .bundle-summary {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {

  .builder-callout,
  .saving-panel,
  .bundle-summary {
    grid-template-columns: 1fr;
  }

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

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

  .module-card {
    min-height: auto;
  }

  .saving-table {
    overflow-x: auto;
  }

  .saving-table div {
    min-width: 520px;
  }
}


/* features */

:root {
  --core-dark: #050b0a;
  --core-ink: #101916;
  --core-muted: #68736f;
  --core-cream: #f5f1e9;
  --core-line: rgba(16, 25, 22, .11);
  --core-orange: #ff5a1f;
  --core-lime: #e6ff2e;
  --core-shadow: 0 24px 70px rgba(5, 11, 10, .08);
  --core-shadow-hover: 0 38px 100px rgba(5, 11, 10, .14)
}

.core-features-showcase {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background: radial-gradient(circle at 8% 0%, rgba(230, 255, 46, .18), transparent 32rem), radial-gradient(circle at 92% 12%, rgba(255, 90, 31, .12), transparent 28rem), linear-gradient(180deg, #fff, var(--core-cream));
  color: var(--core-ink)
}

.core-features-showcase:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(5, 11, 10, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(5, 11, 10, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 85%);
  pointer-events: none
}

.core-features-container {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1220px);
  margin-inline: auto
}

.core-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--core-orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase
}

.core-eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--core-lime);
  box-shadow: 0 0 0 6px rgba(230, 255, 46, .14)
}

.core-features-heading {
  max-width: 860px;
  margin-bottom: 56px
}

.core-features-heading h2 {
  margin: 22px 0 0;
  font-size: clamp(48px, 7vw, 96px);
  line-height: .92;
  letter-spacing: -.075em;
  font-weight: 950
}

.core-features-heading p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--core-muted);
  font-size: 18px;
  line-height: 1.65
}

.core-features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px
}

.core-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--core-line);
  border-radius: 32px;
  padding: 28px;
  background: rgba(255, 255, 255, .78);
  color: var(--core-ink);
  text-decoration: none;
  box-shadow: var(--core-shadow);
  backdrop-filter: blur(18px);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease
}

.core-feature-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(230, 255, 46, .20), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, .5), transparent 55%);
  opacity: .75;
  pointer-events: none
}

.core-feature-card>* {
  position: relative;
  z-index: 1
}

.core-feature-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 90, 31, .32);
  background: #fff;
  box-shadow: var(--core-shadow-hover)
}

.core-feature-card.is-featured {
  background: radial-gradient(circle at 0% 0%, rgba(230, 255, 46, .24), transparent 36%), linear-gradient(135deg, #101916, #050b0a);
  color: #fff;
  border-color: rgba(255, 255, 255, .14)
}

.core-feature-card.is-featured:before {
  background: radial-gradient(circle at 90% 12%, rgba(255, 90, 31, .38), transparent 34%), radial-gradient(circle at 10% 0%, rgba(230, 255, 46, .22), transparent 28%)
}

.core-feature-number {
  color: rgba(16, 25, 22, .34);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em
}

.core-feature-card.is-featured .core-feature-number {
  color: rgba(255, 255, 255, .38)
}

.core-feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-top: 28px;
  border-radius: 16px;
  background: rgba(255, 90, 31, .10);
  color: var(--core-orange);
  font-size: 23px;
  font-weight: 950
}

.core-feature-card.is-featured .core-feature-icon {
  background: var(--core-lime);
  color: var(--core-dark)
}

.core-feature-card h3 {
  margin: 26px 0 12px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950
}

.core-feature-card p {
  margin: 0 0 28px;
  color: var(--core-muted);
  line-height: 1.58
}

.core-feature-card.is-featured p {
  color: rgba(255, 255, 255, .68)
}

.core-feature-link {
  margin-top: auto;
  color: var(--core-orange);
  font-size: 14px;
  font-weight: 950
}

.core-feature-card.is-featured .core-feature-link {
  color: var(--core-lime)
}

.core-features-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 26px;
  border: 1px solid rgba(5, 11, 10, .1);
  border-radius: 34px;
  padding: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .68)), radial-gradient(circle at 100% 0%, rgba(230, 255, 46, .22), transparent 36%);
  box-shadow: var(--core-shadow)
}

.core-features-bottom h3 {
  margin: 12px 0 8px;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950
}

.core-features-bottom p {
  margin: 0;
  color: var(--core-muted)
}

.core-feature-cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 26px;
  background: linear-gradient(135deg, var(--core-orange), #ff7a3d);
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(255, 90, 31, .28);
  transition: transform .2s ease, box-shadow .2s ease
}

.core-feature-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(255, 90, 31, .34)
}

@media(max-width:980px) {
  .core-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .core-features-bottom {
    grid-template-columns: 1fr
  }

  .core-feature-cta {
    width: fit-content
  }
}

@media(max-width:680px) {
  .core-features-showcase {
    padding: 86px 0
  }

  .core-features-container {
    width: min(100% - 30px, 1220px)
  }

  .core-features-grid {
    grid-template-columns: 1fr
  }

  .core-feature-card {
    min-height: auto
  }

  .core-features-bottom {
    padding: 24px
  }

  .core-feature-cta {
    width: 100%
  }
}