/* Alternate promo front page — "Home (Promo)" template */

@font-face {
      font-family: 'SGAlt';
      src: url('../fonts/SpaceGrotesk-Regular.woff') format('woff');
      font-weight: 400;
}

@font-face {
      font-family: 'SGAlt';
      src: url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
      font-weight: 600;
}

@font-face {
      font-family: 'SGAlt';
      src: url('../fonts/SpaceGrotesk-Bold.woff') format('woff');
      font-weight: 700;
}

#fp-alt {
      --ink: #10141d;
      --navy: #161b27;
      --card: #1b2232;
      --card-2: #202940;
      --line: rgba(255,255,255,.08);
      --muted: #96acbc;
      --faint: #5d6b80;
      --blue: #009ee2;
      --yellow: #ffec00;
      --red: #ed3125;
      --green: #0dc167;
      --violet: rgba(89,54,221,.22);

      font-family: 'SGAlt', sans-serif;
      background: var(--ink);
      color: #fff;
      line-height: 1.6;
}

body.page-template-homepage,
body.home {
      background: #10141d;
}

#fp-alt a {
      text-decoration: none;
      color: inherit;
}

#fp-alt h1,
#fp-alt h2,
#fp-alt h3,
#fp-alt p {
      margin: 0;
      font-family: inherit;
}

.wrap {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
}

/* ── shared bits ─────────────────────────────────────── */

.eyebrow {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--yellow);
}

.btn-green {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(180deg, #12d975, var(--green));
      color: #04331c;
      font-weight: 700;
      font-size: 16px;
      padding: 16px 30px;
      border-radius: 10px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 6px 16px rgba(13,193,103,.2);
      transition: transform .15s ease, box-shadow .15s ease;
      white-space: nowrap;
}

.btn-green:hover {
      transform: translateY(-1px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 10px 24px rgba(13,193,103,.3);
}

.btn-green .arr {
      font-weight: 400;
}

.ghost-link {
      color: rgba(255,255,255,.75);
      font-weight: 600;
      font-size: 15px;
      border-bottom: 1px solid rgba(255,255,255,.25);
      padding-bottom: 2px;
      transition: color .2s, border-color .2s;
}

.ghost-link:hover {
      color: #fff;
      border-bottom-color: var(--yellow);
}

.cube {
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 3px;
      transform: rotateZ(30deg) rotateY(35deg) rotateX(-45deg);
      flex: none;
}

.cube.b { background: linear-gradient(to top, rgba(0,158,226,.7), var(--blue)); }
.cube.y { background: linear-gradient(to top, rgba(255,236,0,.7), var(--yellow)); }
.cube.r { background: linear-gradient(to top, rgba(237,49,37,.7), var(--red)); }

/* ── hero ────────────────────────────────────────────── */

.fp-hero {
      position: relative;
      padding: 70px 0 90px;
}

.fp-hero-glow {
      position: absolute;
      top: -320px;
      left: 50%;
      transform: translateX(-62%);
      width: 1400px;
      height: 1100px;
      background: radial-gradient(closest-side, var(--violet), transparent 70%);
      pointer-events: none;
}

.fp-hero-glow-2 {
      position: absolute;
      top: -100px;
      right: -300px;
      width: 800px;
      height: 800px;
      background: radial-gradient(closest-side, rgba(0,158,226,.12), transparent 70%);
      pointer-events: none;
}

.fp-hero-split {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
      gap: 60px;
      align-items: center;
}

.fp-hero-copy .eyebrow {
      display: block;
      margin-bottom: 20px;
      animation: fp-rise .8s cubic-bezier(.16,1,.3,1) both;
}

.fp-hero-copy h1 {
      font-size: clamp(2.4em, 5vw, 3.9em);
      font-weight: 700;
      line-height: 1.04;
      letter-spacing: -.025em;
      text-wrap: balance;
      margin-bottom: 24px;
      animation: fp-rise .9s cubic-bezier(.16,1,.3,1) .08s both;
}

.fp-hero-copy h1 em {
      font-style: normal;
      color: var(--yellow);
      position: relative;
      white-space: nowrap;
}

.fp-hero-copy h1 em::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 4px;
      height: 12px;
      background: rgba(255,236,0,.32);
      filter: blur(12px);
      z-index: -1;
}

.fp-hero-sub {
      color: var(--muted);
      font-size: 1.1em;
      max-width: 30em;
      margin-bottom: 34px;
      animation: fp-rise .9s cubic-bezier(.16,1,.3,1) .16s both;
}

.fp-hero-cta-row {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
      margin: 26px 0;
      animation: fp-rise .9s cubic-bezier(.16,1,.3,1) .24s both;
}

.fp-hero-trust {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
      font-size: 13px;
      color: var(--faint);
      animation: fp-rise .9s cubic-bezier(.16,1,.3,1) .32s both;
}

.fp-hero-trust span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
}

.fp-hero-trust .tick,
.tick {
      color: var(--green);
      font-weight: 700;
}

/* the Rubik face built from plugin icons */

.fp-hero-visual {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 26px;
      perspective: 1200px;
      animation: fp-rise 1.1s cubic-bezier(.16,1,.3,1) .25s both;
      user-select: none;
}

.icon-cube {
      display: grid;
      grid-template-columns: repeat(3, 108px);
      grid-auto-rows: 108px;
      gap: 14px;
      transform: rotateX(14deg) rotateY(-16deg) rotateZ(2deg);
      transform-style: preserve-3d;
}

.ic-tile {
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(160deg, var(--card-2), var(--card));
      border: 1px solid var(--line);
      border-radius: 18px;
      box-shadow: 0 20px 40px rgba(0,0,0,.4);
      animation: fp-tile-float 7s ease-in-out infinite;
}

.ic-tile img {
      width: 52px;
      height: 52px;
      object-fit: contain;
}

.ic-tile:nth-child(1) { animation-delay: 0s; border-bottom: 2px solid rgba(0,158,226,.55); }
.ic-tile:nth-child(2) { animation-delay: -1.2s; border-bottom: 2px solid rgba(255,236,0,.5); }
.ic-tile:nth-child(3) { animation-delay: -2.4s; border-bottom: 2px solid rgba(237,49,37,.55); }
.ic-tile:nth-child(4) { animation-delay: -3.1s; border-bottom: 2px solid rgba(237,49,37,.55); }
.ic-tile:nth-child(6) { animation-delay: -4.6s; border-bottom: 2px solid rgba(0,158,226,.55); }
.ic-tile:nth-child(7) { animation-delay: -5.2s; border-bottom: 2px solid rgba(255,236,0,.5); }
.ic-tile:nth-child(8) { animation-delay: -6s; border-bottom: 2px solid rgba(0,158,226,.55); }
.ic-tile:nth-child(9) { animation-delay: -2s; border-bottom: 2px solid rgba(255,236,0,.5); }

.ic-tile.ic-pack {
      position: relative;
      background: linear-gradient(160deg, #2c376c, #232b4e);
      border: 1px solid rgba(255,236,0,.55);
      box-shadow: 0 20px 44px rgba(0,0,0,.5), 0 0 44px rgba(255,236,0,.14);
      animation: fp-pack-pulse 3.2s ease-in-out infinite;
}

.ic-tile.ic-pack img {
      width: 60px;
      height: 60px;
}

.cube-caption {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
      color: var(--muted);
      background: rgba(255,255,255,.04);
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 9px 20px;
}

.cube-caption strong {
      color: var(--yellow);
      font-family: inherit;
      font-weight: 600;
}

/* ── "What you get" + checkout card ──────────────────── */

.value-eq {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
      gap: 40px;
      align-items: center;
      margin-top: 30px;
      padding: 56px 64px 50px;
      background: linear-gradient(165deg, #1f2742 0%, #141927 70%);
      border: 1px solid var(--line);
      border-radius: 30px;
      box-shadow: 0 34px 80px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
      overflow: hidden;
}

.value-eq::before {
      content: '';
      position: absolute;
      top: -300px;
      left: -200px;
      width: 900px;
      height: 800px;
      background: radial-gradient(closest-side, var(--violet), transparent 70%);
      pointer-events: none;
}

.value-eq::after {
      content: '';
      position: absolute;
      inset: 0;
      background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.028) 0 1px, transparent 1px 110px);
      pointer-events: none;
}

.ve-math {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 30px;
}

.ve-math .eyebrow {
      display: block;
}

.ve-row {
      display: grid;
      grid-template-columns: 215px minmax(0, 1fr);
      align-items: center;
      gap: 28px;
}

.ve-fig {
      font-size: 3.6em;
      font-weight: 700;
      letter-spacing: -.03em;
      line-height: 1;
      text-align: right;
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
      color: #fff;
      text-shadow: 0 0 34px rgba(255,255,255,.22);
}

.ve-fig small {
      font-size: .5em;
      font-weight: 600;
}

.ve-fig.c-blue { color: var(--blue); text-shadow: 0 0 40px rgba(0,158,226,.6); }
.ve-fig.c-yellow { color: var(--yellow); text-shadow: 0 0 40px rgba(255,236,0,.45); }

.ve-fig .ve-inf {
      display: block;
      margin-left: auto;
      height: .95em;
      width: auto;
      filter: drop-shadow(0 0 16px rgba(0,158,226,.7));
}

.ve-text {
      font-size: 1.5em;
      font-weight: 600;
      color: #fff;
      line-height: 1.25;
      letter-spacing: -.01em;
      text-wrap: balance;
}

.ve-text em {
      display: block;
      margin-top: 4px;
      font-style: normal;
      font-size: .6em;
      font-weight: 400;
      letter-spacing: 0;
      color: var(--muted);
}

.ve-foot {
      margin-top: 4px;
      font-size: 14.5px;
      color: var(--muted);
      max-width: 34em;
}

.ve-foot b {
      color: #fff;
      font-family: inherit;
      font-weight: 600;
}

/* checkout card */

.ve-tagwrap {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
}

.co-card {
      width: 340px;
      max-width: 100%;
      background: linear-gradient(165deg, #1c2438, #161c2c 75%);
      border: 1px solid rgba(13,193,103,.35);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 34px 70px rgba(0,0,0,.55), 0 0 60px rgba(13,193,103,.12);
      animation: fp-float 7s ease-in-out infinite;
}

.co-chrome {
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 13px 16px;
      background: rgba(255,255,255,.03);
      border-bottom: 1px solid var(--line);
}

.co-chrome > span { width: 10px; height: 10px; border-radius: 50%; }
.co-chrome > span:nth-child(1) { background: #e4574f; }
.co-chrome > span:nth-child(2) { background: #e9a13b; }
.co-chrome > span:nth-child(3) { background: #37b26c; }

.co-url {
      margin-left: 8px;
      flex: 1;
      font-size: 11px;
      color: rgba(255,255,255,.45);
      background: rgba(255,255,255,.06);
      border-radius: 99px;
      padding: 4px 14px;
      letter-spacing: .02em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.co-body {
      display: flex;
      flex-direction: column;
      gap: 13px;
      padding: 22px 24px 24px;
}

.co-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-size: 13.5px;
}

.co-item {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: rgba(255,255,255,.85);
      font-weight: 600;
}

.co-item img { width: 22px; height: 22px; }

.co-val {
      color: var(--muted);
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
}

.co-val .tick { margin-right: 5px; }

.co-strike .co-item { color: var(--faint); font-weight: 400; }

.co-strike .co-val s {
      color: var(--faint);
      text-decoration-color: var(--red);
      text-decoration-thickness: 2px;
}

.co-save {
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--green);
      background: rgba(13,193,103,.1);
      border: 1px solid rgba(13,193,103,.35);
      border-radius: 999px;
      padding: 3px 10px;
      white-space: nowrap;
}

.co-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
      margin: 2px 0;
}

.co-total {
      display: flex;
      align-items: baseline;
      justify-content: space-between;
      gap: 12px;
}

.co-total > span:first-child {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: rgba(255,255,255,.6);
}

.co-price {
      font-size: 2.7em;
      font-weight: 700;
      letter-spacing: -.03em;
      line-height: 1;
      color: var(--green);
      text-shadow: 0 0 40px rgba(13,193,103,.55);
      font-variant-numeric: tabular-nums;
      white-space: nowrap;
}

.co-price small {
      font-size: .38em;
      font-weight: 600;
      color: rgba(255,255,255,.6);
      text-shadow: none;
}

.co-card .btn-green {
      justify-content: center;
      width: 100%;
      font-size: 15px;
      padding: 14px 20px;
      margin-top: 4px;
      animation: fp-cta-glow 3s ease-in-out infinite;
}

.co-note {
      font-size: 11.5px;
      color: var(--faint);
      text-align: center;
}

/* ── plugin sections ─────────────────────────────────── */

.fp-plugins {
      position: relative;
      padding: 100px 0 40px;
}

.section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 30px;
      flex-wrap: wrap;
      margin-bottom: 10px;
}

.section-head h2 {
      font-size: clamp(1.9em, 3.4vw, 2.7em);
      font-weight: 700;
      letter-spacing: -.02em;
      line-height: 1.1;
      text-wrap: balance;
}

.section-head h2 .cube {
      margin-right: 14px;
}

.section-head p {
      color: var(--muted);
      max-width: 34em;
}

.plugin-list {
      display: flex;
      flex-direction: column;
}

.pl-row {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
      gap: 70px;
      align-items: center;
      padding: 72px 0;
}

.pl-row + .pl-row {
      border-top: 1px solid var(--line);
}

.pl-row.rev .pl-visual { order: 2; }
.pl-row.rev .pl-copy { order: 1; }

.pl-row.pc-blue { --pc: var(--blue); --pc-soft: rgba(0,158,226,.16); --pc-line: rgba(0,158,226,.4); }
.pl-row.pc-yellow { --pc: var(--yellow); --pc-soft: rgba(255,236,0,.1); --pc-line: rgba(255,236,0,.32); }
.pl-row.pc-red { --pc: var(--red); --pc-soft: rgba(237,49,37,.14); --pc-line: rgba(237,49,37,.4); }
.pl-row.pc-green { --pc: var(--green); --pc-soft: rgba(13,193,103,.13); --pc-line: rgba(13,193,103,.4); }

.pl-visual {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 380px;
}

.pl-visual::before {
      content: '';
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(closest-side, var(--pc-soft), transparent 72%);
      pointer-events: none;
}

/* scene: product-UI window with the icon tile overlapping its corner */

.pl-scene {
      position: relative;
      padding: 30px 0 0 30px;
}

.pl-row.rev .pl-scene {
      padding: 30px 30px 0 0;
}

.pl-tile {
      position: absolute;
      top: -22px;
      left: -30px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 158px;
      height: 158px;
      background: linear-gradient(160deg, var(--card-2), var(--card));
      border: 1px solid var(--line);
      border-bottom: 3px solid var(--pc-line);
      border-radius: 30px;
      box-shadow: 0 26px 54px rgba(0,0,0,.5);
      transform: rotate(-5deg);
      transition: transform .3s ease, box-shadow .3s ease;
}

.pl-row.rev .pl-tile {
      left: auto;
      right: -30px;
      transform: rotate(5deg);
}

.pl-row:hover .pl-tile {
      transform: rotate(-5deg) translateY(-7px);
      box-shadow: 0 34px 64px rgba(0,0,0,.55), 0 0 44px var(--pc-soft);
}

.pl-row.rev:hover .pl-tile {
      transform: rotate(5deg) translateY(-7px);
}

.pl-tile img {
      width: 84px;
      height: 84px;
      object-fit: contain;
}

.pl-tile .cube {
      position: absolute;
      top: -10px;
      right: 26px;
      width: 18px;
      height: 18px;
      border-radius: 4px;
}

/* mock product window */

.mk {
      position: relative;
      width: min(460px, 100%);
      background: #131a29;
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 34px 70px rgba(0,0,0,.5);
      transition: transform .3s ease;
}

.pl-row:hover .mk {
      transform: translateY(-4px);
}

.mk-chrome {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 11px 14px;
      background: rgba(255,255,255,.03);
      border-bottom: 1px solid var(--line);
}

.mk-chrome span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: rgba(255,255,255,.14);
}

.mk-title {
      margin-left: 8px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .04em;
      color: rgba(255,255,255,.5);
}

.mk-body {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding: 18px;
}

.mk-line { height: 8px; border-radius: 4px; background: rgba(255,255,255,.1); }
.mk-line.bright { background: rgba(255,255,255,.22); }
.mk-line.w85 { width: 85%; }
.mk-line.w70 { width: 70%; }
.mk-line.w55 { width: 55%; }
.mk-line.w40 { width: 40%; }
.mk-line.w25 { width: 25%; }

.mk-statrow { display: flex; gap: 10px; }

.mk-stat {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding: 10px 12px;
      background: rgba(255,255,255,.04);
      border: 1px solid var(--line);
      border-radius: 9px;
}

.mk-stat b {
      font-size: 15px;
      font-weight: 700;
      font-family: inherit;
      color: #fff;
      font-variant-numeric: tabular-nums;
}

.mk-stat.hl b { color: var(--pc); }

.mk-stat i {
      font-style: normal;
      font-size: 9.5px;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: var(--faint);
}

.mk-bars {
      display: flex;
      align-items: flex-end;
      gap: 7px;
      height: 90px;
      padding: 4px 2px 0;
}

.mk-bar {
      flex: 1;
      border-radius: 4px 4px 0 0;
      background: rgba(255,255,255,.12);
}

.mk-bar.hl {
      background: linear-gradient(180deg, var(--pc), color-mix(in srgb, var(--pc) 55%, transparent));
}

.mk-meter { display: flex; flex-direction: column; gap: 5px; }

.mk-meter i {
      font-style: normal;
      font-size: 10px;
      letter-spacing: .06em;
      color: var(--faint);
      display: flex;
      justify-content: space-between;
}

.mk-meter i b {
      color: rgba(255,255,255,.85);
      font-family: inherit;
      font-weight: 600;
}

.mk-track {
      height: 7px;
      border-radius: 4px;
      background: rgba(255,255,255,.08);
      overflow: hidden;
}

.mk-fill {
      display: block;
      height: 100%;
      border-radius: 4px;
      background: var(--green);
}

.mk-row { display: flex; align-items: center; gap: 10px; }

.mk-dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.mk-dot.ok { background: var(--green); }
.mk-dot.warn { background: #e9a13b; }
.mk-dot.err { background: var(--red); }

.mk-time {
      font-size: 10.5px;
      color: var(--faint);
      font-variant-numeric: tabular-nums;
      flex: none;
      width: 34px;
}

.mk-row .mk-line { flex: 1; }

.mk-pill {
      flex: none;
      font-size: 9.5px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      padding: 3px 9px;
      border-radius: 999px;
      color: var(--green);
      background: rgba(13,193,103,.1);
      border: 1px solid rgba(13,193,103,.35);
}

.mk-pill.accent {
      color: var(--pc);
      background: color-mix(in srgb, var(--pc) 10%, transparent);
      border-color: color-mix(in srgb, var(--pc) 35%, transparent);
}

.mk-toggle {
      flex: none;
      width: 30px;
      height: 17px;
      border-radius: 999px;
      background: var(--green);
      position: relative;
}

.mk-toggle::after {
      content: '';
      position: absolute;
      top: 2px;
      right: 2px;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #fff;
}

.mk-toggle.off { background: rgba(255,255,255,.16); }
.mk-toggle.off::after { right: auto; left: 2px; }

.mk-btnrow { display: flex; gap: 8px; margin-top: 2px; }

.mk-btn {
      flex: 1;
      height: 30px;
      border-radius: 7px;
      background: var(--green);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 11px;
      font-weight: 700;
      color: #05331d;
}

.mk-btn.ghost {
      background: transparent;
      border: 1px solid rgba(255,255,255,.2);
      color: rgba(255,255,255,.6);
}

.mk-shield {
      display: flex;
      align-items: center;
      gap: 9px;
      padding: 9px 12px;
      border-radius: 9px;
      background: rgba(13,193,103,.08);
      border: 1px solid rgba(13,193,103,.3);
      font-size: 11.5px;
      font-weight: 600;
      color: var(--green);
}

.mk-imgblock {
      position: relative;
      height: 120px;
      border-radius: 9px;
      background:
            repeating-linear-gradient(-35deg, rgba(255,255,255,.05) 0 1px, transparent 1px 26px),
            linear-gradient(140deg, #2a3554, #1b2338);
      border: 1px solid var(--line);
      overflow: hidden;
}

.mk-imgblock::after {
      content: '';
      position: absolute;
      left: 14px;
      bottom: 12px;
      width: 42%;
      height: 8px;
      border-radius: 4px;
      background: rgba(255,255,255,.18);
}

.mk-editor {
      display: grid;
      grid-template-columns: 88px 1fr;
      gap: 12px;
}

.mk-side {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 10px 8px;
      background: rgba(255,255,255,.04);
      border: 1px solid var(--line);
      border-radius: 9px;
}

.mk-side .mk-line { height: 6px; }

.mk-canvas {
      display: flex;
      flex-direction: column;
      gap: 9px;
      padding: 12px;
      border: 1px dashed rgba(255,255,255,.16);
      border-radius: 9px;
}

.mk-redir {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-variant-numeric: tabular-nums;
}

.mk-url {
      padding: 5px 10px;
      border-radius: 6px;
      background: rgba(255,255,255,.06);
      border: 1px solid var(--line);
      color: rgba(255,255,255,.65);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

.mk-url.bad {
      color: var(--faint);
      text-decoration: line-through;
      text-decoration-color: rgba(237,49,37,.7);
}

.mk-arrow {
      color: var(--pc);
      font-weight: 700;
      flex: none;
}

.mk-input {
      height: 28px;
      border-radius: 7px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.14);
}

/* copy side */

.p-cat {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--pc, var(--faint));
}

.pl-copy {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
}

.pl-copy h3 {
      font-size: 2em;
      font-weight: 700;
      letter-spacing: -.015em;
      line-height: 1.1;
}

.pl-copy .pl-lead {
      font-size: 16.5px;
      color: rgba(255,255,255,.88);
      font-weight: 600;
      line-height: 1.55;
      max-width: 34em;
}

.pl-copy > p {
      font-size: 15px;
      color: var(--muted);
      line-height: 1.65;
      max-width: 36em;
}

.pl-chips {
      list-style: none;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 4px 0 6px;
}

.pl-chips li {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-size: 12.5px;
      color: rgba(255,255,255,.78);
      background: rgba(255,255,255,.04);
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 6px 14px;
      white-space: nowrap;
}

.pl-chips li::before {
      content: '✓';
      color: var(--green);
      font-weight: 700;
      font-size: 11px;
}

.pl-cta {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 4px;
}

.p-more {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      font-weight: 600;
      font-size: 13.5px;
      border: 1px solid rgba(255,255,255,.22);
      border-radius: 9px;
      padding: 9px 18px;
      transition: border-color .2s, background .2s;
}

.p-more:hover {
      border-color: var(--blue);
      background: rgba(0,158,226,.1);
}

.p-inpack {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: rgba(255,236,0,.85);
      background: rgba(255,236,0,.07);
      border: 1px solid rgba(255,236,0,.22);
      border-radius: 999px;
      padding: 5px 12px;
      white-space: nowrap;
      transition: background .2s, border-color .2s;
}

.p-inpack:hover {
      background: rgba(255,236,0,.13);
      border-color: rgba(255,236,0,.4);
}

.p-inpack .cube {
      width: 9px;
      height: 9px;
      border-radius: 2px;
}

/* ── pack spotlight ──────────────────────────────────── */

.fp-pack {
      position: relative;
      padding: 90px 0 100px;
}

.pack-glow {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-40%);
      width: 1100px;
      height: 900px;
      background: radial-gradient(closest-side, var(--violet), transparent 70%);
      pointer-events: none;
}

.pack-panel {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
      gap: 56px;
      background: linear-gradient(165deg, #232b4e 0%, #1a2036 70%);
      border: 1px solid rgba(255,236,0,.28);
      border-radius: 26px;
      padding: 60px;
      box-shadow: 0 40px 90px rgba(0,0,0,.45), 0 0 70px rgba(89,54,221,.18);
      overflow: hidden;
}

.pack-panel::before {
      content: '';
      position: absolute;
      top: 0;
      left: 40px;
      right: 40px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,236,0,.45), transparent);
}

.pack-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
}

.pack-eyebrow img { width: 30px; height: 30px; }

.pack-copy h2 {
      font-size: clamp(2em, 3.6vw, 2.9em);
      font-weight: 700;
      line-height: 1.06;
      letter-spacing: -.02em;
      margin-bottom: 22px;
      text-wrap: balance;
}

.pack-copy h2 em {
      font-style: normal;
      color: var(--yellow);
}

.pack-benefits {
      list-style: none;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin: 0 0 34px;
      color: var(--muted);
      font-size: 15px;
}

.pack-benefits strong {
      color: #fff;
      font-family: inherit;
      font-weight: 600;
}

.pack-benefits li {
      display: flex;
      gap: 12px;
      align-items: baseline;
}

.pack-chain {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
}

.pack-chain-tile {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      background: rgba(255,255,255,.05);
      border: 1px solid var(--line);
      border-radius: 10px;
}

.pack-chain-tile img {
      width: 28px;
      height: 28px;
      object-fit: contain;
}

.pack-chain .plus {
      color: var(--faint);
      font-size: 13px;
}

/* price card */

.price-card {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 18px;
      background: rgba(10,13,20,.45);
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 40px;
      text-align: center;
}

.price-was {
      color: var(--faint);
      font-size: 14px;
}

.price-was s {
      color: var(--red);
      text-decoration-thickness: 2px;
}

.price-now {
      font-weight: 700;
      font-size: 4em;
      line-height: 1;
      letter-spacing: -.03em;
      font-variant-numeric: tabular-nums;
}

.price-now small { font-size: .38em; font-weight: 600; vertical-align: super; }
.price-now sup { font-size: .38em; font-weight: 600; }
.price-now span { font-size: .28em; font-weight: 400; color: var(--muted); letter-spacing: 0; margin-left: 4px; }

.price-unlim {
      display: inline-flex;
      align-self: center;
      align-items: center;
      gap: 10px;
      font-size: 12.5px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--yellow);
}

.price-card .btn-green {
      justify-content: center;
      font-size: 17px;
      padding: 18px 30px;
      animation: fp-cta-glow 3s ease-in-out infinite;
}

.price-note {
      font-size: 12.5px;
      color: var(--faint);
}

.price-note b {
      color: var(--muted);
      font-family: inherit;
      font-weight: 600;
}

/* ── why strip ───────────────────────────────────────── */

.fp-why {
      padding: 30px 0 90px;
}

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

.why-item {
      display: flex;
      flex-direction: column;
      gap: 14px;
      padding: 30px;
      border: 1px solid var(--line);
      border-radius: 16px;
      background: rgba(255,255,255,.02);
}

.why-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      border-radius: 12px;
      font-size: 20px;
}

.why-icon.b { background: rgba(0,158,226,.14); color: var(--blue); box-shadow: inset 0 0 0 1px rgba(0,158,226,.3); }
.why-icon.y { background: rgba(255,236,0,.1); color: var(--yellow); box-shadow: inset 0 0 0 1px rgba(255,236,0,.25); }
.why-icon.g { background: rgba(13,193,103,.12); color: var(--green); box-shadow: inset 0 0 0 1px rgba(13,193,103,.3); }

.why-item h3 {
      font-size: 1.1em;
      font-weight: 600;
}

.why-item p {
      font-size: 13.5px;
      color: var(--muted);
}

/* ── final CTA ───────────────────────────────────────── */

.fp-final {
      position: relative;
      text-align: center;
      padding: 110px 0 130px;
      overflow: hidden;
}

.final-glow {
      position: absolute;
      bottom: -420px;
      left: 50%;
      transform: translateX(-50%);
      width: 1300px;
      height: 900px;
      background: radial-gradient(closest-side, var(--violet), transparent 70%);
      pointer-events: none;
}

.fp-final h2 {
      position: relative;
      font-size: clamp(2em, 4vw, 3.2em);
      font-weight: 700;
      letter-spacing: -.02em;
      line-height: 1.08;
      text-wrap: balance;
}

.fp-final .accent {
      position: relative;
      display: block;
      margin-top: 6px;
      color: var(--yellow);
      font-size: .62em;
      font-weight: 600;
}

.final-cta-row {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
      margin-top: 44px;
}

.final-note {
      position: relative;
      margin-top: 26px !important;
      font-size: 13px;
      color: var(--faint);
}

/* ── animations ──────────────────────────────────────── */

@keyframes fp-rise {
      from { opacity: 0; transform: translateY(22px); }
      to { opacity: 1; transform: translateY(0); }
}

@keyframes fp-tile-float {
      0%, 100% { transform: translateZ(0); }
      50% { transform: translateZ(18px); }
}

@keyframes fp-pack-pulse {
      0%, 100% { box-shadow: 0 20px 44px rgba(0,0,0,.5), 0 0 34px rgba(255,236,0,.12); }
      50% { box-shadow: 0 20px 44px rgba(0,0,0,.5), 0 0 60px rgba(255,236,0,.24); }
}

@keyframes fp-float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-9px); }
}

@keyframes fp-cta-glow {
      0%, 100% { box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 6px 16px rgba(13,193,103,.18); }
      50% { box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 8px 22px rgba(13,193,103,.3); }
}

@media (prefers-reduced-motion: reduce) {
      #fp-alt *,
      #fp-alt *::before,
      #fp-alt *::after {
            animation: none !important;
            transition: none !important;
      }
}

/* ── responsive ──────────────────────────────────────── */

@media (max-width: 1060px) {
      .fp-hero-split {
            grid-template-columns: 1fr;
            gap: 56px;
            text-align: center;
      }

      .fp-hero-sub { margin-left: auto; margin-right: auto; }

      .fp-hero-cta-row,
      .fp-hero-trust { justify-content: center; }

      .pl-row,
      .pl-row.rev {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 50px 0;
      }

      .pl-row.rev .pl-visual { order: 0; }
      .pl-row.rev .pl-copy { order: 1; }

      .pl-copy { align-items: center; text-align: center; }

      .pl-chips,
      .pl-cta { justify-content: center; }

      .pl-visual { min-height: 0; }
      .pl-visual::before { width: 380px; height: 380px; }

      .pl-tile,
      .pl-row.rev .pl-tile {
            width: 110px;
            height: 110px;
            border-radius: 22px;
            top: -18px;
      }

      .pl-tile img { width: 58px; height: 58px; }
      .pl-tile .cube { width: 13px; height: 13px; right: 18px; top: -7px; }

      .pack-panel { grid-template-columns: 1fr; padding: 44px 34px; }

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

      .value-eq {
            grid-template-columns: 1fr;
            padding: 44px 30px 40px;
            gap: 30px;
      }

      .ve-tagwrap { padding-top: 10px; }
}

@media (max-width: 640px) {
      .icon-cube {
            grid-template-columns: repeat(3, 84px);
            grid-auto-rows: 84px;
            gap: 10px;
      }

      .ic-tile img { width: 40px; height: 40px; }

      .ve-row { grid-template-columns: 130px minmax(0, 1fr); gap: 16px; }
      .ve-fig { font-size: 2.4em; }
      .ve-text { font-size: 1.15em; }

      .co-card { width: 100%; }

      .fp-hero-cta-row { flex-direction: column; }

      .pack-panel { padding: 36px 22px; }
      .price-card { padding: 30px 22px; }
}
