/* ============================================================
   NAS — v2 component scopes
   Loaded on /, /plug-and-play, /enterprise. Layers on top of
   style.css (which defines tokens, base type, base components).
   v1's solutions.css is still loaded during transition for
   backwards-compat on legal pages.
   ============================================================ */

.v2-bg {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(1000px 700px at 80% -10%, rgba(70, 192, 140, 0.09), transparent 60%),
    radial-gradient(800px 600px at 0% 108%, rgba(199, 162, 75, 0.05), transparent 60%);
}
.v2-wrap { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; padding: 0 38px; }
.v2-serif { font-family: var(--font-serif); }

/* ============================================================
   Hero
   ============================================================ */

.v2-hero { padding: 116px 0 92px; max-width: 940px; }
.v2-hero h1 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(40px, 6vw, 72px); line-height: 1.04; letter-spacing: -0.025em; }
.v2-hero__em { color: var(--gold-soft); font-style: italic; }
.v2-hero__lede { margin-top: 30px; font-size: clamp(17px, 1.9vw, 21px); color: var(--text-muted); max-width: 54ch; line-height: 1.55; }
.v2-hero__lede b { color: var(--text); font-weight: 500; }
.v2-hero__cta { margin-top: 38px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.v2-hero__foot { margin-top: 18px; font-size: 14px; color: var(--text-dim); letter-spacing: 0.01em; }
@keyframes v2Rise { to { opacity: 1; transform: none; } }
.v2-anim { opacity: 0; transform: translateY(16px); animation: v2Rise 1s forwards; }
.v2-d1 { animation-delay: 0.05s; } .v2-d2 { animation-delay: 0.20s; }
.v2-d3 { animation-delay: 0.38s; } .v2-d4 { animation-delay: 0.54s; }

/* ============================================================
   Bridge
   ============================================================ */

.v2-bridge { padding: 50px 0 86px; max-width: 880px; }
.v2-bridge__line {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.28; letter-spacing: -0.01em;
}
.v2-bridge__sub { margin-top: 20px; font-size: 16px; color: var(--text-muted); max-width: 54ch; }
.v2-bridge__thesis {
  margin-top: 26px; font-family: var(--font-serif); font-size: clamp(17px, 2vw, 21px);
  font-style: italic; color: var(--gold-soft); max-width: 50ch; line-height: 1.4;
}

/* ============================================================
   Built For
   ============================================================ */

.v2-builtfor {
  padding: 38px 0 4px; display: flex; gap: 26px;
  align-items: baseline; flex-wrap: wrap;
}
.v2-builtfor__label {
  font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--text-dim); flex-shrink: 0;
}
.v2-builtfor__row { display: flex; flex-wrap: wrap; gap: 10px; }
.v2-builtfor__pill {
  font-size: 14px; color: #C4C8D6;
  border: 1px solid var(--line); border-radius: 100px; padding: 7px 15px;
  transition: border-color 0.2s, color 0.2s;
}
.v2-builtfor__pill:hover { border-color: rgba(70, 192, 140, 0.4); color: var(--text); }

/* ============================================================
   Why NAS
   ============================================================ */

.v2-why { padding: 90px 0; border-top: 1px solid var(--line); }
.v2-why__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
.v2-why h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(28px, 3.8vw, 42px); margin-top: 14px; max-width: 20ch; line-height: 1.14;
}
.v2-why h2 em { font-style: italic; color: var(--gold-soft); }
.v2-why__lead { color: var(--text-muted); margin-top: 16px; font-size: 16px; max-width: 60ch; }
.v2-why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; margin-top: 48px; }
@media (max-width: 760px) { .v2-why__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 440px) { .v2-why__grid { grid-template-columns: 1fr; } }
.v2-why__item-t { font-family: var(--font-serif); font-size: 18px; font-weight: 500; margin-bottom: 6px; }
.v2-why__item p { font-size: 13.5px; color: var(--text-muted); }

/* ============================================================
   Outcomes
   ============================================================ */

.v2-outcomes { padding: 90px 0; border-top: 1px solid var(--line); }
.v2-outcomes__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
.v2-outcomes h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(28px, 3.8vw, 42px); margin-top: 14px; max-width: 18ch; line-height: 1.14;
}
.v2-outcomes h2 em { font-style: italic; color: var(--gold-soft); }
.v2-outcomes__thesis {
  margin-top: 18px; font-family: var(--font-serif);
  font-size: clamp(19px, 2.3vw, 26px); color: var(--gold-soft);
  font-style: italic; max-width: 30ch; line-height: 1.3;
}
.v2-outcomes__grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 44px 40px; margin-top: 50px;
}
@media (max-width: 760px) { .v2-outcomes__grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 480px) { .v2-outcomes__grid { grid-template-columns: 1fr; } }
.v2-outcomes__item .t,
.v2-outcomes__item-t { font-family: var(--font-serif); font-size: 20px; font-weight: 500; margin-bottom: 6px; }
.v2-outcomes__item p { font-size: 14px; color: var(--text-muted); max-width: 30ch; }

/* ============================================================
   Two Levels
   ============================================================ */

.v2-levels { padding: 90px 0; border-top: 1px solid var(--line); }
.v2-levels__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
.v2-levels h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(28px, 3.8vw, 42px); margin-top: 14px; max-width: 22ch; line-height: 1.14;
}
.v2-levels__lead { color: var(--text-muted); margin-top: 16px; font-size: 16px; max-width: 60ch; }
.v2-levels__lead b { color: var(--text); font-weight: 500; }
.v2-levels__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: 16px; overflow: hidden; margin-top: 40px;
}
@media (max-width: 760px) { .v2-levels__grid { grid-template-columns: 1fr; } }
.v2-level {
  background: var(--bg); padding: 38px 34px;
  text-decoration: none; color: inherit; display: block;
  transition: background 0.25s;
}
.v2-level:hover { background: rgba(255, 255, 255, 0.02); }
.v2-level__badge { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; }
.v2-level.is-pp .v2-level__badge { color: var(--accent-pp-green); }
.v2-level.is-ent .v2-level__badge { color: var(--accent-own-blue); }
.v2-level h3 { font-family: var(--font-serif); font-weight: 500; font-size: 25px; margin-bottom: 10px; }
.v2-level__resp { font-size: 13.5px; color: var(--text-dim); margin-bottom: 16px; }
.v2-level p { font-size: 14.5px; color: var(--text-muted); max-width: 36ch; }
.v2-level__sub { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.v2-level__sub span {
  font-size: 12.5px; color: #B7BBCB;
  border: 1px solid var(--line); border-radius: 6px; padding: 5px 11px;
}
.v2-level__arrow { margin-top: 20px; font-size: 14px; font-weight: 600; }
.v2-level.is-pp .v2-level__arrow { color: var(--accent-pp-green); }
.v2-level.is-ent .v2-level__arrow { color: var(--accent-own-blue); }

/* ============================================================
   Use Cases
   ============================================================ */

.v2-uses { padding: 70px 0 88px; text-align: center; border-top: 1px solid var(--line); }
.v2-uses__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
.v2-uses h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(24px, 3.2vw, 34px); margin-top: 14px;
  max-width: 26ch; margin-left: auto; margin-right: auto; line-height: 1.18;
}
.v2-uses__row { display: flex; flex-wrap: wrap; gap: 0; justify-content: center; margin-top: 30px; }
.v2-uses__pill { font-size: 15px; color: #C4C8D6; }
.v2-uses__pill::after { content: "·"; color: var(--text-dim); margin: 0 16px; }
.v2-uses__pill:last-child::after { display: none; }

/* ============================================================
   Close / CTA
   ============================================================ */

.v2-close { border-top: 1px solid var(--line); padding: 104px 0; text-align: center; }
.v2-close h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(32px, 4.6vw, 54px); letter-spacing: -0.02em;
  line-height: 1.05; max-width: 18ch; margin: 0 auto;
}
.v2-close__thesis {
  margin: 22px auto 0; font-family: var(--font-serif); font-style: italic;
  font-size: clamp(17px, 2vw, 21px); color: var(--gold-soft);
  max-width: 40ch; line-height: 1.4;
}
.v2-close__cta { margin-top: 34px; }

/* ============================================================
   Card stage + builder visual
   ============================================================ */

/* Homepage "What you get" section — copy left, card flipper right.
   Stacks to a single column on phones (matches the P&P hero breakpoint). */
.v2-card-stage {
  padding: 90px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
  border-top: 1px solid var(--line);
}
@media (max-width: 920px) {
  .v2-card-stage { grid-template-columns: 1fr; gap: 52px; }
}

.v2-stage { position: relative; }

/* === Card flipper === */
/* Container owns aspect ratio + 3D perspective. The inner wrapper
   rotates on .is-flipped; each .ccard face uses backface-visibility
   to stay invisible from the wrong side. */
.ccard-flip {
  position: relative;
  width: 100%; max-width: 440px; margin: 0 auto;
  aspect-ratio: 1.586;
  perspective: 1600px;
  cursor: pointer;
}
.ccard-flip__inner {
  position: relative;
  width: 100%; height: 100%;
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  transform-style: preserve-3d;
}
.ccard-flip.is-flipped .ccard-flip__inner { transform: rotateY(180deg); }
.ccard-flip__hint {
  position: absolute;
  bottom: -24px; right: 4px;
  font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-dim); opacity: 0.7; pointer-events: none;
}

/* === Card face — shared visual treatment === */
.ccard {
  position: absolute; inset: 0;
  border-radius: 18px;
  background: linear-gradient(140deg, #1a1a1a 0%, #000 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: background 0.5s, color 0.3s, border-color 0.3s;
}
.ccard::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(560px 200px at 110% -10%, rgba(199, 162, 75, 0.20), transparent 60%);
  pointer-events: none;
}

/* === FRONT === */
.ccard--front {
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  z-index: 2;
}
.ccard__bn {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.005em;
  grid-column: 1; grid-row: 1;
  z-index: 2;
}
.ccard__bn span {
  display: block;
  font-family: var(--font);
  font-size: 9.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 6px;
}
.ccard__chip {
  width: 46px; height: 35px; border-radius: 6px;
  background: linear-gradient(135deg, #efdfb4 0%, #c7a24b 55%, #8a6a2a 100%);
  position: relative;
  grid-column: 1; grid-row: 2;
  align-self: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.30), inset 0 -1px 0 rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.4);
  z-index: 2;
  overflow: hidden;
}
/* Etched chip lines — two vertical + two horizontal segments to look
   like a real EMV chip contact pattern. */
.ccard__chip::before,
.ccard__chip::after {
  content: ""; position: absolute; pointer-events: none;
  background: rgba(0, 0, 0, 0.28);
}
.ccard__chip::before {
  top: 6px; bottom: 6px;
  left: 33%; width: 1px;
  box-shadow: 12px 0 0 0 rgba(0, 0, 0, 0.28);
}
.ccard__chip::after {
  left: 6px; right: 6px;
  top: 50%; height: 1px;
  box-shadow: 0 -8px 0 0 rgba(0, 0, 0, 0.28), 0 8px 0 0 rgba(0, 0, 0, 0.28);
}
.ccard__visa {
  grid-column: 2; grid-row: 3;
  text-align: right;
  align-self: end;
  z-index: 2;
}
.ccard__visa-mark {
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}
.ccard__visa-sub {
  display: block;
  font-family: var(--font);
  font-size: 9.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 4px;
}

/* === BACK === */
.ccard--back {
  transform: rotateY(180deg);
  display: flex; flex-direction: column;
  padding: 0;
}
.ccard__magstripe {
  height: 18%;
  margin-top: 24px;
  background: linear-gradient(180deg, #050505 0%, #1c1c1c 50%, #050505 100%);
  position: relative;
  z-index: 2;
}
.ccard__sig {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 24px 0;
  z-index: 2;
}
.ccard__sig-strip {
  flex: 1; height: 28px;
  background: linear-gradient(180deg, #f6f3ea 0%, #d8d2c1 100%);
  border-radius: 2px;
  position: relative; overflow: hidden;
}
.ccard__sig-strip::after {
  content: "";
  position: absolute; inset: 0;
  background: repeating-linear-gradient(-45deg, transparent 0 3px, rgba(0,0,0,0.05) 3px 4px);
}
.ccard__cvv {
  font-family: var(--font-mono);
  font-size: 12px;
  color: #1a1a1a;
  background: #f6f3ea;
  padding: 5px 11px;
  border-radius: 2px;
  letter-spacing: 0.1em;
}
.ccard__back-info {
  padding: 18px 24px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 18px;
  flex: 1;
  z-index: 2;
}
.ccard__back-label {
  display: block;
  font-family: var(--font);
  font-size: 8.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 5px;
}
.ccard__back-holder {
  display: block;
  font-family: var(--font);
  font-size: 12.5px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--text);
}
.ccard__back-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.14em;
  margin-top: 10px;
  color: var(--text);
}
.ccard__back-exp {
  display: block;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--text);
}
.ccard__back-marks {
  display: flex; align-items: center; gap: 10px;
  justify-content: flex-end;
  margin-top: 12px;
}
.ccard__back-visa {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}
.ccard__back-tap {
  width: 16px; height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  position: relative;
  opacity: 0.55;
}
.ccard__back-tap::after {
  content: "";
  position: absolute; inset: 3px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

/* === Light / silver card variant — toggled by JS as .is-light on flipper === */
.ccard-flip.is-light .ccard {
  background: linear-gradient(140deg, #f8f5ec 0%, #d8d2c1 100%);
  border-color: rgba(0, 0, 0, 0.08);
  color: #0a0a0a;
}
.ccard-flip.is-light .ccard::after {
  background: radial-gradient(560px 200px at 110% -10%, rgba(199, 162, 75, 0.14), transparent 60%);
}
.ccard-flip.is-light .ccard__bn { color: #0a0a0a; }
.ccard-flip.is-light .ccard__bn span { color: #6a6a6a; }
.ccard-flip.is-light .ccard__visa-sub { color: #6a6a6a; }
.ccard-flip.is-light .ccard__magstripe { background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%); }
.ccard-flip.is-light .ccard__back-label { color: #6a6a6a; }
.ccard-flip.is-light .ccard__back-holder,
.ccard-flip.is-light .ccard__back-num,
.ccard-flip.is-light .ccard__back-exp,
.ccard-flip.is-light .ccard__back-visa,
.ccard-flip.is-light .ccard__back-tap { color: #0a0a0a; }

/* Builder controls — homepage uses .builder (swatches only),
   Plug & Play uses .ctrl (text + swatches). */
.builder { margin-top: 20px; display: flex; gap: 9px; align-items: center; justify-content: center; }
.builder__label { font-size: 11.5px; color: var(--text-dim); margin-right: 2px; }
.ctrl { margin-top: 20px; display: flex; flex-direction: column; gap: 14px; max-width: 430px; margin-left: auto; margin-right: auto; }
.ctrl__field label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); display: block; margin-bottom: 6px; }
.ctrl__field input {
  width: 100%; background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line); border-radius: 9px;
  padding: 11px 14px; color: var(--text); font-family: inherit; font-size: 14px;
  transition: border-color 0.2s;
}
.ctrl__field input:focus { outline: none; border-color: rgba(70, 192, 140, 0.5); }
.ctrl__swrow { display: flex; gap: 9px; align-items: center; }
.ctrl__swrow .lbl { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-right: 2px; }

.sw {
  width: 26px; height: 26px; border-radius: 50%;
  cursor: pointer; border: 2px solid rgba(255, 255, 255, 0.25);
  transition: transform 0.2s, border-color 0.2s;
}
.sw:hover { transform: scale(1.14); border-color: rgba(255, 255, 255, 0.55); }
.sw.active { border-color: var(--text); border-width: 2px; box-shadow: 0 0 0 2px rgba(70, 192, 140, 0.35); }

.v2-stage__hint { text-align: center; margin-top: 14px; font-size: 12.5px; color: var(--text-dim); }
.v2-stage__hint b { color: var(--accent-pp-green); }

/* ============================================================
   P&P sections — rail, handles, steps
   ============================================================ */

.v2-rail { padding: 66px 0; border-top: 1px solid var(--line); margin-top: 50px; }
.v2-rail__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
.v2-rail h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(26px, 3.4vw, 36px); margin-top: 12px; max-width: 22ch; line-height: 1.16; }
.v2-rail p { color: var(--text-muted); margin-top: 16px; font-size: 16px; max-width: 56ch; }
.v2-rail p b { color: var(--text); font-weight: 500; }
.v2-rail__note { margin-top: 14px; font-size: 13.5px; color: var(--text-dim); }

.v2-handles { padding: 66px 0; border-top: 1px solid var(--line); }
.v2-handles__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
.v2-handles h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(26px, 3.4vw, 38px); margin-top: 12px; max-width: 24ch; line-height: 1.16; }
.v2-handles__lead { color: var(--text-muted); margin-top: 16px; font-size: 16px; max-width: 58ch; }
.v2-handles__lead b { color: var(--text); font-weight: 500; }
.v2-handles__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 40px; margin-top: 44px; }
@media (max-width: 760px) { .v2-handles__grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 480px) { .v2-handles__grid { grid-template-columns: 1fr; } }
.v2-handles__item-t {
  font-family: var(--font-serif); font-size: 18px; font-weight: 500;
  margin-bottom: 6px; padding-left: 16px; position: relative;
}
.v2-handles__item-t::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent-pp-green);
}
.v2-handles__item p { font-size: 13.5px; color: var(--text-muted); padding-left: 16px; }

.v2-steps { padding: 66px 0; border-top: 1px solid var(--line); }
.v2-steps__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); }
.v2-steps h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(26px, 3.4vw, 38px); margin-top: 12px; }
.v2-steps__note { margin-top: 14px; font-size: 14.5px; color: var(--text-muted); max-width: 50ch; }
.v2-steps__strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
  border-radius: 14px; overflow: hidden; margin-top: 34px;
}
@media (max-width: 680px) { .v2-steps__strip { grid-template-columns: 1fr 1fr; } }
.v2-steps__c { background: var(--bg); padding: 26px 22px; }
.v2-steps__n { font-family: var(--font-serif); font-size: 14px; color: var(--accent-pp-green); }
.v2-steps__c h3 { font-family: var(--font-serif); font-weight: 500; font-size: 17px; margin: 8px 0 5px; }
.v2-steps__c p { font-size: 13px; color: var(--text-muted); }

/* ============================================================
   3-tier pricing block — Signature / Prestige / Infinite
   ============================================================ */

.v2-plans { padding: 70px 0; border-top: 1px solid var(--line); }
.v2-plans__label { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); text-align: center; }
.v2-plans h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(28px, 3.8vw, 42px); margin-top: 12px; text-align: center; }
.v2-plans__lead { color: var(--text-muted); margin: 14px auto 0; font-size: 16px; max-width: 56ch; text-align: center; }
.v2-plans__lead b { color: var(--text); font-weight: 500; }

.v2-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
@media (max-width: 860px) { .v2-tiers { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }

.v2-tier {
  border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), transparent);
  display: flex; flex-direction: column; position: relative;
  transition: transform 0.3s, border-color 0.3s;
}
.v2-tier:hover { transform: translateY(-6px); }
.v2-tier__name { font-family: var(--font-serif); font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); }
.v2-tier__engine { margin-top: 18px; display: flex; align-items: baseline; gap: 8px; }
.v2-tier__engine .pct { font-family: var(--font-serif); font-size: 46px; font-weight: 500; line-height: 1; letter-spacing: -0.02em; }
.v2-tier__engine .lbl { font-size: 13px; color: var(--text-muted); }
.v2-tier__setup { margin-top: 12px; font-size: 14px; color: var(--text-muted); }
.v2-tier__setup b { color: var(--text); font-weight: 600; }
.v2-tier__commit { margin-top: 4px; font-size: 12.5px; color: var(--text-dim); }
.v2-tier__div { height: 1px; background: var(--line); margin: 24px 0; }
.v2-tier__feats { list-style: none; display: flex; flex-direction: column; gap: 11px; flex: 1; padding: 0; }
.v2-tier__feats li {
  font-size: 13.5px; color: var(--text-muted);
  padding-left: 22px; position: relative; line-height: 1.4;
}
.v2-tier__feats li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent-pp-green);
}
.v2-tier__feats li.is-inherit { color: var(--text-dim); }
.v2-tier__feats li.is-inherit::before { background: var(--text-dim); }
.v2-tier__feats li.is-mystery { color: var(--gold-soft); }
.v2-tier__feats li.is-mystery::before { background: var(--gold); box-shadow: 0 0 8px var(--gold); }
.v2-tier__cta {
  margin-top: 26px; text-align: center; border-radius: 10px; padding: 13px;
  font-size: 14.5px; font-weight: 600; text-decoration: none; transition: transform 0.2s;
}
.v2-tier__cta:hover { transform: translateY(-2px); }
.v2-tier__tag {
  position: absolute; top: -1px; right: 24px; transform: translateY(-50%);
  font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 100px; background: var(--gold);
  color: #1a1206; font-weight: 600;
}

/* Tier accents */
.v2-tier.is-signature .v2-tier__engine .pct { color: var(--text); }
.v2-tier.is-prestige { border-color: rgba(199, 162, 75, 0.3); background: linear-gradient(180deg, rgba(199,162,75,0.06), transparent); }
.v2-tier.is-prestige .v2-tier__engine .pct { color: var(--gold-soft); }
.v2-tier.is-infinite { border-color: rgba(70, 192, 140, 0.34); background: linear-gradient(180deg, rgba(70,192,140,0.07), transparent); }
.v2-tier.is-infinite .v2-tier__engine .pct { color: var(--accent-pp-green); }

.v2-tier__cta.c-signature { background: rgba(255, 255, 255, 0.06); color: var(--text); border: 1px solid var(--line); }
.v2-tier__cta.c-prestige { background: rgba(199, 162, 75, 0.16); color: var(--gold-soft); border: 1px solid rgba(199, 162, 75, 0.3); }
.v2-tier__cta.c-infinite { background: linear-gradient(135deg, #5fd49b, var(--accent-pp-green)); color: #06231a; }

.v2-plans__enginehint { text-align: center; color: var(--text-dim); font-size: 13px; margin-top: 28px; }

/* ============================================================
   P&P hero (2-col grid with card builder)
   ============================================================ */

.v2-pp-hero {
  display: grid; grid-template-columns: 1.02fr 0.98fr;
  gap: 54px; align-items: center; padding: 54px 0 40px;
}
@media (max-width: 920px) { .v2-pp-hero { grid-template-columns: 1fr; gap: 44px; } }
.v2-pp-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent-pp-green); border: 1px solid rgba(70, 192, 140, 0.3);
  border-radius: 100px; padding: 7px 15px;
}
.v2-pp-hero__eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-pp-green); box-shadow: 0 0 10px var(--accent-pp-green); }
.v2-pp-hero h1 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(40px, 5.4vw, 64px); line-height: 1.03; letter-spacing: -0.02em; margin: 20px 0 0; }
.v2-pp-hero h1 em { font-style: italic; color: var(--gold-soft); }
.v2-pp-hero__sub { margin-top: 22px; font-size: clamp(16px, 1.7vw, 19px); color: var(--text-muted); max-width: 42ch; }
.v2-pp-hero__startnote { margin-top: 14px; font-size: 13px; color: var(--text-dim); }
.v2-pp-hero__startnote b { color: var(--accent-pp-green); font-weight: 600; }

/* ============================================================
   P&P close section
   ============================================================ */

.v2-pp-close { border-top: 1px solid var(--line); padding: 96px 0; text-align: center; }
.v2-pp-close h2 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(30px, 4.4vw, 50px); letter-spacing: -0.02em; line-height: 1.06; max-width: 16ch; margin: 0 auto; }
.v2-pp-close p { color: var(--text-muted); margin: 16px auto 0; font-size: 16px; max-width: 44ch; }
.v2-pp-close__cta { justify-content: center; margin-top: 30px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* (Light-card variant now lives on .ccard-flip.is-light .ccard above.) */

/* ============================================================
   Side gutters — keep last in this file.
   Sections combine .v2-wrap with their own `padding: <vert> 0`
   shorthand, which zeroes the horizontal padding via the cascade.
   These longhands re-assert the gutters after all section rules.
   ============================================================ */
.v2-wrap { padding-left: 38px; padding-right: 38px; }
@media (max-width: 640px) {
  .v2-wrap { padding-left: 22px; padding-right: 22px; }
}
