:root {
  --bg: #070807;
  --bg-2: #0d0f0f;
  --panel: #101312;
  --panel-2: #151918;
  --yellow: #f4c316;
  --yellow-2: #ffd84d;
  --white: #ffffff;
  --text: #f5f5f1;
  --muted: #c7c7bd;
  --soft: #8c8c83;
  --border: rgba(244, 195, 22, 0.28);
  --border-soft: rgba(255, 255, 255, 0.10);
  --danger: #ff6363;
  --radius-xl: 28px;
  --radius-lg: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  --shadow-yellow: 0 0 0 1px rgba(244, 195, 22, .22), 0 20px 60px rgba(244, 195, 22, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 8%, rgba(244, 195, 22, .14), transparent 24rem),
    radial-gradient(circle at 8% 18%, rgba(244, 195, 22, .08), transparent 22rem),
    linear-gradient(180deg, #090a09 0%, #050505 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(244, 195, 22, .16) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(120deg, transparent 0 40%, black 68%, transparent 100%);
  opacity: .45;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(5, 6, 5, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand small { display: block; color: var(--yellow); font-size: .62rem; letter-spacing: .02em; text-transform: uppercase; margin-top: 1px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  font-weight: 1000;
  background: linear-gradient(145deg, #12140f, #050605);
  box-shadow: 0 0 24px rgba(244, 195, 22, .16);
}
.main-nav { display: flex; gap: 18px; color: var(--white); font-size: .84rem; font-weight: 800; text-transform: uppercase; }
.main-nav a { opacity: .86; }
.main-nav a:hover { color: var(--yellow); opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.login-link { font-weight: 900; padding: 11px 18px; border-radius: 10px; border: 1px solid var(--yellow); color: var(--yellow); text-transform: uppercase; font-size: .78rem; }

.section { padding: 76px clamp(18px, 4vw, 64px); max-width: 1320px; margin: 0 auto; position: relative; }
.compact-section { padding-top: 36px; }
.hero { display: grid; grid-template-columns: 1fr .95fr; align-items: center; min-height: calc(100vh - 76px); gap: 64px; }
.eyebrow { color: var(--yellow); font-weight: 950; text-transform: uppercase; letter-spacing: .09em; font-size: .78rem; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .95; letter-spacing: -0.065em; margin-bottom: 24px; text-transform: uppercase; }
h1 span, h2 span { color: var(--yellow); }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.03; letter-spacing: -0.045em; margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 12px; }
.hero-subtitle, .section-heading p, .gameplan-panel p, .founders-card p, .showcase-copy p { font-size: 1.08rem; color: var(--muted); line-height: 1.65; max-width: 720px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 16px; margin: 24px 0 30px; }
.hero-benefits div { display: flex; align-items: center; gap: 10px; color: var(--white); }
.hero-benefits strong { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--yellow); border-radius: 50%; color: var(--yellow); font-size: .74rem; }
.hero-benefits span { color: var(--muted); font-weight: 750; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 10px; font-weight: 950; border: 1px solid transparent; cursor: pointer; text-transform: uppercase; font-size: .82rem; letter-spacing: .01em; }
.btn-primary { background: linear-gradient(135deg, var(--yellow), var(--yellow-2)); color: #080808; box-shadow: 0 12px 35px rgba(244, 195, 22, .16); }
.btn-primary:hover { filter: brightness(1.04); }
.btn-secondary { background: rgba(255,255,255,.02); color: var(--yellow); border-color: var(--yellow); }
.btn-secondary:hover { background: rgba(244, 195, 22, .10); }
.full { width: 100%; margin-top: auto; }
.header-cta { min-height: 42px; padding: 0 16px; }

.hero-visual { min-width: 0; }
.visual-stack { position: relative; min-height: 520px; }
.mockup-img { display: block; border-radius: 28px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); }
.club-shot { width: min(560px, 100%); position: absolute; right: 2%; top: 80px; border: 1px solid var(--border); }
.app-shot { width: min(260px, 46vw); position: absolute; left: 0; top: 0; border-radius: 32px; }

.section-heading { text-align: center; max-width: 860px; margin: 0 auto 38px; }
.split-panel, .product-showcase, .gameplan-panel, .founders-card, .philosophy-section blockquote, .contact-form, .feature-card, .price-card {
  background: linear-gradient(145deg, rgba(21,25,24,.92), rgba(8,9,8,.94));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-yellow);
}
.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: clamp(24px, 4vw, 42px); }
.solution-box { background: rgba(244, 195, 22, .06); border: 1px solid rgba(244, 195, 22, .22); border-radius: 18px; padding: 24px; }
.negative-list, .check-list { list-style: none; padding: 0; margin: 0; }
.negative-list li, .check-list li, .price-card li { position: relative; padding-left: 28px; margin: 12px 0; color: var(--muted); line-height: 1.45; }
.negative-list li::before { content: "×"; position: absolute; left: 0; top: -1px; color: var(--danger); font-weight: 1000; }
.check-list li::before, .price-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--yellow); font-weight: 1000; }
.two-cols-list { columns: 2; column-gap: 28px; }

.cards, .pricing-grid { display: grid; gap: 20px; }
.three-cols { grid-template-columns: repeat(3, 1fr); }
.feature-card { padding: 28px; }
.icon-pill { display: inline-flex; margin-bottom: 20px; padding: 8px 12px; border-radius: 999px; background: rgba(244,195,22,.10); color: var(--yellow); border: 1px solid rgba(244,195,22,.24); font-weight: 900; }
.feature-card h3, .price-card h3 { color: var(--yellow); text-transform: uppercase; letter-spacing: -.01em; }
.feature-card p, .price-card p { color: var(--muted); line-height: 1.55; }
.feature-card ul, .price-card ul { padding: 0; margin-bottom: 0; list-style: none; }

.product-showcase { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; padding: clamp(28px, 4vw, 46px); overflow: hidden; }
.product-showcase.reverse { grid-template-columns: 1fr .85fr; }
.product-showcase.reverse .showcase-copy { order: 2; }
.showcase-img { width: 100%; min-width: 0; border-radius: 22px; border: 1px solid var(--border-soft); background: #0a0b0a; }
.mobile-pair { max-height: 460px; object-fit: contain; background: transparent; border: 0; }

.gameplan-panel { display: grid; grid-template-columns: 1fr 430px; gap: 32px; align-items: center; padding: clamp(28px, 5vw, 54px); }
.analytics-card { background: #050605; color: white; border-radius: 22px; padding: 26px; border: 1px solid rgba(244, 195, 22, .25); }
.metric-row { display: flex; justify-content: space-between; gap: 20px; margin: 16px 0 8px; }
.metric-row strong { color: var(--yellow); }
.bar { height: 9px; background: #252924; border-radius: 99px; overflow: hidden; }
.bar span { display: block; height: 100%; background: var(--yellow); border-radius: 99px; }
.insight { margin-top: 22px; background: rgba(244, 195, 22, .10); color: var(--yellow); border: 1px solid rgba(244, 195, 22, .3); padding: 16px; border-radius: 16px; line-height: 1.45; }

.billing-toggle { width: fit-content; margin: 0 auto 28px; padding: 5px; background: #090a09; border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); }
.toggle-option { border: 0; background: transparent; padding: 12px 18px; border-radius: 8px; font-weight: 900; color: var(--muted); cursor: pointer; }
.toggle-option.active { background: var(--yellow); color: #050505; }
.toggle-option span { opacity: .8; }
.pricing-grid { grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; min-height: 545px; }
.price-card.recommended { border: 2px solid var(--yellow); transform: translateY(-10px); }
.badge { position: absolute; top: -14px; left: 24px; background: var(--yellow); color: #060606; padding: 7px 14px; border-radius: 999px; font-size: .76rem; font-weight: 1000; text-transform: uppercase; }
.plan-desc { min-height: 78px; }
.price { display: inline; font-size: 2.45rem; font-weight: 1000; letter-spacing: -0.04em; margin: 10px 0 0; color: var(--white); }
.price-period { color: var(--white) !important; margin: 0 0 16px; }
.included { font-weight: 900; color: var(--yellow) !important; margin-bottom: 4px; }
.onboarding-card { background: linear-gradient(145deg, rgba(244,195,22,.12), rgba(8,9,8,.94)); }
.pricing-note { text-align: center; color: var(--soft); margin: 22px 0 0; }

.founders-card { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: clamp(28px, 4vw, 44px); }
.founders-icon { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 24px; border: 2px solid var(--yellow); color: var(--yellow); font-size: 2.2rem; background: rgba(244,195,22,.08); }
.founders-card h2 { margin-bottom: 10px; }
.founders-card p { margin-bottom: 0; }
.philosophy-section blockquote { margin: 0; padding: clamp(32px, 6vw, 62px); text-align: center; }
.philosophy-section span, .philosophy-section strong { display: block; font-size: clamp(1.45rem, 3.8vw, 2.8rem); letter-spacing: -0.05em; line-height: 1.08; }
.philosophy-section span { color: var(--muted); margin-bottom: 16px; }
.philosophy-section strong { color: var(--yellow); }

.contact-form { max-width: 840px; margin: 0 auto; padding: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 900; margin-bottom: 18px; color: var(--white); }
input, textarea { width: 100%; border: 1px solid var(--border-soft); border-radius: 12px; padding: 14px 15px; font: inherit; background: #080908; color: var(--white); }
input:focus, textarea:focus { outline: 3px solid rgba(244, 195, 22, .24); border-color: var(--yellow); }
.site-footer { padding: 40px clamp(18px, 4vw, 64px); background: #030403; color: white; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-top: 1px solid var(--border); }
.site-footer p { color: var(--muted); margin: 0; }
.site-footer a { color: var(--yellow); font-weight: 900; }

@media (max-width: 1120px) {
  .hero, .gameplan-panel, .split-panel, .product-showcase, .product-showcase.reverse { grid-template-columns: 1fr; }
  .product-showcase.reverse .showcase-copy { order: 0; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .visual-stack { min-height: 560px; }
  .club-shot { right: 0; }
  .app-shot { left: 4%; }
}
@media (max-width: 860px) {
  .main-nav, .header-cta { display: none; }
  .site-header { padding: 12px 16px; }
  .hero { min-height: auto; padding-top: 52px; }
  .three-cols, .pricing-grid, .form-row, .founders-card { grid-template-columns: 1fr; }
  .price-card.recommended { transform: none; }
  .price-card { min-height: auto; }
  .section { padding: 54px 18px; }
  .hero-actions .btn { width: 100%; }
  .two-cols-list { columns: 1; }
  .visual-stack { min-height: 460px; }
  .club-shot { width: 92%; top: 140px; }
  .app-shot { width: 190px; }
  h1 { font-size: clamp(2.3rem, 13vw, 3.7rem); }
}
@media (max-width: 520px) {
  .brand small { display: none; }
  .login-link { padding: 9px 12px; }
  .visual-stack { min-height: 390px; }
  .app-shot { width: 150px; }
  .club-shot { top: 120px; width: 98%; }
}

/* v3 visual polish */
.brand-logo {
  display: block;
  height: 104px;
  width: auto;
  object-fit: contain;
}
.footer-brand .brand-logo { height: 116px; }
.brand { min-width: 340px; }
.section-title-strong {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: clamp(2.45rem, 5.2vw, 4.6rem);
  line-height: .95;
  letter-spacing: -0.055em;
  margin-bottom: 16px;
}
.section-heading p { margin-left: auto; margin-right: auto; }
.audience-section .section-heading,
.pricing-section .section-heading {
  margin-bottom: 48px;
}
.feature-card, .price-card, .product-showcase, .split-panel, .gameplan-panel, .founders-card, .contact-form {
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover, .price-card:hover, .product-showcase:hover {
  border-color: rgba(244, 195, 22, .46);
  transform: translateY(-3px);
  box-shadow: 0 0 0 1px rgba(244, 195, 22, .28), 0 24px 70px rgba(244, 195, 22, .10);
}
.price-card.recommended:hover { transform: translateY(-13px); }
.hero { padding-top: 42px; }
.hero-subtitle { color: var(--white); font-size: 1.18rem; }
.mockup-img { box-shadow: 0 24px 70px rgba(0,0,0,.45); }
@media (max-width: 860px) {
  .brand-logo { height: 70px; }
  .brand { min-width: 220px; }
  .section-title-strong { font-size: clamp(2.1rem, 10vw, 3.3rem); }
  .price-card.recommended:hover { transform: translateY(-3px); }
}
@media (max-width: 520px) {
  .brand-logo { height: 54px; max-width: 240px; }
  .brand { min-width: auto; }
}

/* v4 language switch */
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(244, 195, 22, .32);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
}
.lang-option {
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  background: transparent;
  color: var(--muted);
  font-weight: 950;
  font-size: .74rem;
  cursor: pointer;
}
.lang-option.active {
  background: var(--yellow);
  color: #050505;
}
.lang-option:not(.active):hover {
  color: var(--yellow);
}
@media (max-width: 860px) {
  .language-switch { margin-left: auto; }
}
@media (max-width: 520px) {
  .lang-option { padding: 7px 8px; }
}


/* ==========================================
   WHY APPADEL
========================================== */

.why-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    margin-top: 32px;
}

.why-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    background: linear-gradient(145deg, rgba(21,25,24,.92), rgba(8,9,8,.94));
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-yellow);
    transition: all .25s ease;
}

.why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(244,195,22,.45);
    box-shadow:
        0 0 0 1px rgba(244,195,22,.28),
        0 24px 70px rgba(244,195,22,.10);
}

.why-card .icon-pill {
    margin-bottom: 18px;
}

.why-card h3 {
    color: var(--yellow);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.why-card p {
    color: var(--muted);
    line-height: 1.6;
    flex: 1;
}

/* Tablet */

@media (max-width: 1200px) {

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

}

/* Mòbil */

@media (max-width: 768px) {

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

}

.success-panel {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 32px;
  padding: clamp(26px, 4vw, 44px);
  align-items: stretch;
}
.success-visual {
  min-height: 420px;
  border-radius: 22px;
  border: 1px solid rgba(244,195,22,.24);
  background:
    linear-gradient(145deg, rgba(244,195,22,.11), rgba(5,6,5,.84)),
    radial-gradient(circle at 20% 15%, rgba(244,195,22,.22), transparent 18rem);
  display: grid;
  place-items: center;
  padding: 28px;
  overflow: hidden;
}
.club-placeholder {
  width: 100%;
  min-height: 310px;
  border: 1px dashed rgba(244,195,22,.52);
  border-radius: 24px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px;
  background: rgba(5,6,5,.45);
}
.club-logo-text {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 22px;
  border: 2px solid var(--yellow);
  border-radius: 30px;
  color: var(--yellow);
  font-size: 2.1rem;
  font-weight: 1000;
  letter-spacing: -.06em;
  box-shadow: 0 18px 50px rgba(244,195,22,.08);
}
.club-placeholder strong {
  color: var(--white);
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.club-placeholder small {
  color: var(--muted);
  max-width: 330px;
  line-height: 1.5;
}
.success-copy {
  align-self: center;
}
.success-copy h3 {
  color: var(--yellow);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.success-copy p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.03rem;
}
.success-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 26px 0;
}
.success-metrics div {
  padding: 18px 14px;
  border-radius: 16px;
  background: rgba(244,195,22,.08);
  border: 1px solid rgba(244,195,22,.20);
}
.success-metrics strong {
  display: block;
  color: var(--yellow);
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: -.04em;
}
.success-metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}
.success-copy blockquote {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid var(--yellow);
  border-radius: 0 16px 16px 0;
  background: rgba(244,195,22,.10);
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.45;
}
@media (max-width: 1120px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .success-panel { grid-template-columns: 1fr; }
  .success-visual { min-height: 320px; }
}
@media (max-width: 860px) {
  .why-grid, .success-metrics { grid-template-columns: 1fr; }
  .why-card-wide { grid-column: auto; }
  .why-card { min-height: auto; }
  .success-panel { padding: 22px; }
  .success-visual { min-height: 260px; }
  .club-placeholder { min-height: 230px; }
}


/* v7 - CEV logo + larger Appadel logo */
.cev-logo {
  display: block;
  width: min(240px, 75%);
  height: auto;
  margin: 0 auto 24px;
  object-fit: contain;
  filter: drop-shadow(0 18px 44px rgba(0,0,0,.35));
}
.success-visual .club-placeholder {
  border-style: solid;
  background: radial-gradient(circle at 50% 20%, rgba(244,195,22,.12), rgba(5,6,5,.58));
}
@media (max-width: 860px) {
  .cev-logo { width: min(190px, 70%); }
}
@media (max-width: 520px) {
  .cev-logo { width: min(150px, 72%); }
}

/* v8 pricing and founders campaign */
.onboarding-strip {
  display: grid;
  grid-template-columns: 1fr auto 1.15fr;
  gap: 24px;
  align-items: center;
  margin: 0 auto 30px;
  padding: clamp(22px, 3.5vw, 34px);
  background: linear-gradient(145deg, rgba(244,195,22,.14), rgba(8,9,8,.96));
  border: 2px solid rgba(244, 195, 22, .55);
  border-radius: var(--radius-lg);
  box-shadow: 0 0 0 1px rgba(244, 195, 22, .22), 0 24px 70px rgba(244, 195, 22, .10);
}
.onboarding-strip h3 {
  margin: 0 0 8px;
  color: var(--yellow);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
}
.onboarding-strip p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.onboarding-price {
  min-width: 180px;
  padding: 18px 22px;
  border-radius: 18px;
  background: var(--yellow);
  color: #050505;
  text-align: center;
  box-shadow: 0 16px 40px rgba(244, 195, 22, .16);
}
.onboarding-price strong {
  display: block;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}
.onboarding-price span {
  display: block;
  margin-top: 6px;
  font-weight: 950;
  text-transform: uppercase;
  font-size: .78rem;
}
.onboarding-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 18px;
}
.onboarding-list li { margin: 7px 0; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.price-card { min-height: 545px; }
.founders-promo {
  margin: 0 0 24px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: var(--radius-xl);
  border: 2px solid var(--yellow);
  background:
    radial-gradient(circle at 82% 20%, rgba(255,216,77,.30), transparent 18rem),
    linear-gradient(135deg, rgba(244,195,22,.98), rgba(255,216,77,.86));
  color: #050505;
  box-shadow: 0 28px 80px rgba(244, 195, 22, .20);
  text-align: center;
  overflow: hidden;
  position: relative;
}
.founders-promo::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(5,5,5,.24);
  border-radius: calc(var(--radius-xl) - 10px);
  pointer-events: none;
}
.promo-kicker {
  position: relative;
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #050505;
  color: var(--yellow);
  font-weight: 1000;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .08em;
}
.promo-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 14px;
  margin: 16px 0 14px;
}
.promo-price {
  display: block;
  font-size: clamp(4.3rem, 11vw, 8.2rem);
  line-height: .86;
  font-weight: 1000;
  letter-spacing: -0.07em;
}
.promo-label {
  font-weight: 1000;
  text-transform: uppercase;
  font-size: clamp(1rem, 2vw, 1.35rem);
}
.promo-details {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.promo-details span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(5,5,5,.12);
  border: 1px solid rgba(5,5,5,.24);
  font-weight: 950;
}
@media (max-width: 1120px) {
  .onboarding-strip { grid-template-columns: 1fr; text-align: center; }
  .onboarding-price { margin: 0 auto; }
  .onboarding-list { max-width: 680px; margin: 0 auto; text-align: left; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .pricing-grid, .onboarding-list { grid-template-columns: 1fr; }
  .promo-main { flex-direction: column; gap: 4px; }
  .promo-details { align-items: stretch; flex-direction: column; }
}
