@charset "UTF-8";
/* ==========================================================================
   WESTON CLICK — work-with-us.css
   Page-specific styles for work-with-us.html.
     1  Hero ............... the enrollment pipeline, a pin per package
     2  Packages ........... three "path" cards, Premium System featured
     3  Guarantee .......... dark band, principle cards (base.css)
     4  Founding clients ... centred card
     5  Price FAQ .......... accordion (base.css)
     6  Closing CTA ........ .cta-band (base.css)
   Brand only: #14B87C, #0B6E4F, #0F1A16 and the site's type.
   ========================================================================== */

/* ==========================================================================
   1. HERO
   ========================================================================== */
.wwu-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bone) 0%, #fff 62%);
  border-bottom: 1px solid var(--line);
}
.wwu-hero__bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.wwu-hero__glow {
  position: absolute;
  right: -10%; top: -30%;
  width: 760px; height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-bright-rgb), .18), transparent 65%);
  filter: blur(20px);
}
.wwu-hero__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(15, 26, 22, .12) 1.1px, transparent 1.6px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(ellipse 50% 60% at 85% 20%, #000 10%, transparent 70%);
  mask-image: radial-gradient(ellipse 50% 60% at 85% 20%, #000 10%, transparent 70%);
}

.wwu-hero__inner {
  padding-top: calc(var(--header-space) + clamp(36px, 4.4vw, 72px));
  padding-bottom: clamp(48px, 5vw, 80px);
}
.wwu-hero__copy { max-width: 760px; }

/* Label: a thin pipe segment leading into the text */
.wwu-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}
.wwu-hero__label::before {
  content: "";
  width: 44px; height: 8px;
  border-radius: 99px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .55) 0 6px, transparent 6px 14px),
    linear-gradient(90deg, var(--accent), var(--accent-bright));
  background-size: 28px 100%, 100% 100%;
  animation: wwu-flow 1.4s linear infinite;
}

.wwu-hero__title {
  margin-top: clamp(16px, 1.8vw, 22px);
  font-size: clamp(2.3rem, 1.2rem + 3.6vw, 4.4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
  color: var(--ink-900);
  text-wrap: balance;
}
/* "Leaking." drips: three droplets fall from under the word */
.wwu-leak {
  position: relative;
  display: inline-block;
  color: var(--accent);
}
.wwu-leak::after {
  content: "";
  position: absolute;
  left: 2%; right: 8%;
  bottom: .05em;
  height: .09em;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright));
}
.wwu-leak__drops { position: absolute; left: 0; right: 0; bottom: 0; height: 0; }
.wwu-leak__drops i {
  position: absolute;
  top: 0;
  width: .16em; height: .22em;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: var(--accent-bright);
  opacity: 0;
  animation: wwu-drip 2.8s cubic-bezier(.55, 0, .9, .45) infinite;
}
.wwu-leak__drops i:nth-child(1) { left: 22%; animation-delay: .2s; }
.wwu-leak__drops i:nth-child(2) { left: 55%; animation-delay: 1.2s; width: .12em; height: .17em; }
.wwu-leak__drops i:nth-child(3) { left: 80%; animation-delay: 2s; }
@keyframes wwu-drip {
  0%   { opacity: 0; transform: translateY(0) scale(.4); }
  12%  { opacity: 1; transform: translateY(.02em) scale(1); }
  30%  { opacity: 1; transform: translateY(.06em) scale(1, 1.15); }
  75%  { opacity: 0; transform: translateY(.9em) scale(.8, 1.1); }
  100% { opacity: 0; transform: translateY(.9em); }
}

.wwu-hero__sub {
  margin-top: clamp(18px, 2vw, 24px);
  max-width: 56ch;
  font-size: clamp(1.02rem, .96rem + .35vw, 1.18rem);
  line-height: 1.65;
  color: var(--ink-500);
}
.wwu-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
  margin-top: clamp(24px, 2.8vw, 34px);
}
.wwu-hero__actions .btn--primary { box-shadow: 0 14px 34px -14px rgba(var(--accent-rgb), .8); }
.wwu-find {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  font-weight: 700;
  color: var(--ink-900);
  background: linear-gradient(var(--accent-bright), var(--accent-bright)) 0 100% / 100% 2px no-repeat;
}
.wwu-find__icon { width: 15px; height: 15px; color: var(--accent); transition: translate var(--dur-base) var(--ease-spring); }
.wwu-find:hover { color: var(--accent); }
.wwu-find:hover .wwu-find__icon { translate: 0 3px; }

/* --------------------------------------------------------------------------
   The pipeline board
   -------------------------------------------------------------------------- */
.wpipe {
  position: relative;
  margin-top: clamp(40px, 4.8vw, 64px);
  padding: clamp(26px, 3vw, 40px) clamp(20px, 3vw, 44px) clamp(22px, 2.6vw, 34px);
  border-radius: var(--r-2xl);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(20, 184, 124, .16), transparent 55%),
    linear-gradient(160deg, #13261E, var(--ink-900) 60%);
  box-shadow: 0 40px 90px -40px rgba(11, 20, 16, .7), inset 0 1px 0 rgba(255, 255, 255, .06);
}
.wpipe__line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: end;
  list-style: none;
}

.wseg {
  display: grid;
  grid-template-rows: auto 26px 22px auto;
  justify-items: center;
}

/* Pins: one per package, sitting where it enters the pipe */
.wpin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 10px 16px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(.95rem, .88rem + .3vw, 1.1rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: translate var(--dur-base) var(--ease-spring), background var(--dur-fast), border-color var(--dur-fast), box-shadow var(--dur-base);
  animation: wwu-bob 5s var(--ease-soft) infinite;
  animation-delay: calc(var(--i) * -1.6s);
}
.wpin__icon { width: 14px; height: 14px; color: var(--accent-on-dark); }
.wpin__star { color: var(--ink-900); }
.wpin:hover,
.wpin:focus-visible {
  background: rgba(52, 216, 156, .16);
  border-color: var(--accent-on-dark);
  box-shadow: 0 0 0 5px rgba(52, 216, 156, .12);
  translate: 0 -4px;
  color: #fff;
}
.wseg--featured .wpin {
  background: linear-gradient(135deg, #5AD5AC, #14B87C);
  border-color: transparent;
  color: var(--ink-900);
  box-shadow: 0 16px 36px -14px rgba(52, 216, 156, .7);
}
.wseg--featured .wpin__icon { color: var(--ink-900); }
.wseg--featured .wpin:hover { background: linear-gradient(135deg, #7BE3BF, #2AC692); color: var(--ink-900); }
@keyframes wwu-bob { 50% { transform: translateY(-5px); } }

.wseg__stem {
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, rgba(52, 216, 156, 0), var(--accent-on-dark));
}

/* The pipe itself: one segment per phase, joints between them */
.wseg__pipe {
  position: relative;
  justify-self: stretch;
  height: 22px;
  margin-inline: -1px;
  border-radius: 0;
  background: rgba(255, 255, 255, .08);
  border-block: 1px solid rgba(255, 255, 255, .12);
}
.wseg:first-child .wseg__pipe { border-radius: 99px 0 0 99px; border-left: 1px solid rgba(255, 255, 255, .12); }
/* Joint ring at the end of each segment */
.wseg__pipe::after {
  content: "";
  position: absolute;
  right: -5px; top: -5px; bottom: -5px;
  width: 10px;
  border-radius: 4px;
  background: #2A3E35;
  border: 1px solid rgba(255, 255, 255, .16);
  z-index: 2;
}
.wseg__flow {
  position: absolute;
  inset: 4px 0;
  border-radius: 99px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .5) 0 8px, transparent 8px 22px),
    linear-gradient(90deg, #0B6E4F, #14B87C);
  background-size: 44px 100%, 100% 100%;
  opacity: .9;
  animation: wwu-flow 1.2s linear infinite;
}
@keyframes wwu-flow { to { background-position: 44px 0, 0 0; } }
/* The prospect's current setup: the stretch before the first pin.
   Grey, cracked, dripping. It is the only part of the pipe that leaks. */
.wseg:first-child .wseg__flow { left: 50%; }
.wseg__leak {
  position: absolute;
  top: 3px; bottom: 3px; left: 4px;
  width: calc(50% - 4px);
  border-radius: 99px 0 0 99px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .14) 0 10px, rgba(255, 255, 255, .06) 10px 18px);
}
/* Cracks */
.wseg__leak b {
  position: absolute;
  bottom: -4px;
  width: 6px; height: 5px;
  border-radius: 0 0 4px 4px;
  background: rgba(255, 255, 255, .45);
}
.wseg__leak b:nth-of-type(1) { left: 30%; }
.wseg__leak b:nth-of-type(2) { left: 72%; }
/* Drips falling out of the cracks */
.wseg__leak i {
  position: absolute;
  top: calc(100% + 1px);
  width: 6px; height: 8px;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  background: rgba(255, 255, 255, .7);
  opacity: 0;
  animation: wwu-pipe-drip 2.4s cubic-bezier(.55, 0, .9, .45) infinite;
}
.wseg__leak i:nth-of-type(1) { left: 30%; }
.wseg__leak i:nth-of-type(2) { left: 72%; animation-delay: .9s; }
.wseg__leak i:nth-of-type(3) { left: 30%; animation-delay: 1.6s; }
@keyframes wwu-pipe-drip {
  0%   { opacity: 0; transform: translateY(0) scale(.4); }
  15%  { opacity: 1; transform: translateY(2px) scale(1); }
  80%  { opacity: 0; transform: translateY(34px) scale(.8, 1.2); }
  100% { opacity: 0; transform: translateY(34px); }
}

/* Each pin catches a lead: a green dot drops down the stem into the pipe */
.wseg__stem { position: relative; }
.wseg__catch {
  position: absolute;
  left: 50%; top: 0;
  width: 8px; height: 8px;
  margin-left: -4px;
  border-radius: 50%;
  background: var(--accent-on-dark);
  box-shadow: 0 0 10px 2px rgba(52, 216, 156, .6);
  opacity: 0;
  animation: wwu-catch 2.4s var(--ease-soft) infinite;
  animation-delay: calc(var(--i) * .8s);
}
@keyframes wwu-catch {
  0%   { opacity: 0; transform: translateY(0) scale(.6); }
  20%  { opacity: 1; transform: translateY(0) scale(1); }
  70%  { opacity: 1; transform: translateY(24px) scale(1); }
  85%, 100% { opacity: 0; transform: translateY(30px) scale(.4); }
}

.wseg__label {
  margin-top: 16px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

/* End of the pipe: booked calls */
.wpipe__end {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 10px;
  align-self: end;
  translate: 0 -24px;
}
.wpipe__end-icon {
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  flex: none;
  border-radius: 50%;
  color: var(--ink-900);
  background: linear-gradient(145deg, #7BE3BF, #14B87C);
  box-shadow: 0 0 0 6px rgba(52, 216, 156, .14), 0 0 30px rgba(52, 216, 156, .45);
}
.wpipe__end-icon svg { width: 24px; height: 24px; }
.wpipe__end-text {
  max-width: 11ch;
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

/* Phones and small tablets: the pipe runs top to bottom */
@media (max-width: 760px) {
  .wpipe__line { grid-template-columns: minmax(0, 1fr); }
  .wseg {
    grid-template-columns: 22px 18px minmax(0, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "pipe stem pin" "pipe . label";
    justify-items: start;
    align-items: center;
    column-gap: 0;
  }
  .wpin { grid-area: pin; }
  .wseg__stem { grid-area: stem; width: 100%; height: 2px; background: linear-gradient(90deg, var(--accent-on-dark), rgba(52, 216, 156, 0)); }
  .wseg__label { grid-area: label; margin: 8px 0 18px; }
  .wseg__pipe {
    grid-area: pipe;
    align-self: stretch;
    width: 22px; height: auto;
    margin: -1px 0;
    border-block: 0;
    border-inline: 1px solid rgba(255, 255, 255, .12);
  }
  .wseg:first-child .wseg__pipe { border-radius: 99px 99px 0 0; border-top: 1px solid rgba(255, 255, 255, .12); }
  .wseg__pipe::after { right: -5px; left: -5px; top: auto; bottom: -5px; width: auto; height: 10px; }
  .wseg__flow {
    inset: 0 4px;
    background:
      repeating-linear-gradient(180deg, rgba(255, 255, 255, .5) 0 8px, transparent 8px 22px),
      linear-gradient(180deg, #0B6E4F, #14B87C);
    background-size: 100% 44px, 100% 100%;
    animation-name: wwu-flow-v;
  }
  .wseg:first-child .wseg__flow { left: 4px; top: 50%; }
  .wseg__leak {
    top: 4px; left: 3px; right: 3px; bottom: auto;
    width: auto; height: calc(50% - 4px);
    border-radius: 99px 99px 0 0;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .14) 0 10px, rgba(255, 255, 255, .06) 10px 18px);
  }
  .wseg__leak b { bottom: auto; left: auto; right: -4px; width: 5px; height: 6px; border-radius: 0 4px 4px 0; }
  .wseg__leak b:nth-of-type(1) { top: 30%; }
  .wseg__leak b:nth-of-type(2) { top: 70%; }
  .wseg__leak i { top: auto; left: calc(100% + 1px); animation-name: wwu-pipe-drip-side; }
  .wseg__leak i:nth-of-type(1), .wseg__leak i:nth-of-type(3) { top: 30%; left: calc(100% + 1px); }
  .wseg__leak i:nth-of-type(2) { top: 70%; left: calc(100% + 1px); }
  .wseg__catch { top: 50%; left: auto; right: 0; margin: -4px 0 0; animation-name: wwu-catch-side; }
  .wpipe__end { margin: 6px 0 0; padding: 0; translate: none; }
  .wpipe__end-icon { width: 46px; height: 46px; margin-left: -12px; }
  .wpipe__end-text { max-width: none; }
}
@keyframes wwu-flow-v { to { background-position: 0 44px, 0 0; } }
@keyframes wwu-pipe-drip-side {
  0%   { opacity: 0; transform: translate(0, 0) scale(.4); }
  15%  { opacity: 1; transform: translate(2px, 0) scale(1); }
  80%  { opacity: 0; transform: translate(10px, 22px) scale(.8, 1.2); }
  100% { opacity: 0; transform: translate(10px, 22px); }
}
@keyframes wwu-catch-side {
  0%   { opacity: 0; transform: translateX(0) scale(.6); }
  20%  { opacity: 1; transform: translateX(0) scale(1); }
  70%  { opacity: 1; transform: translateX(-14px) scale(1); }
  85%, 100% { opacity: 0; transform: translateX(-18px) scale(.4); }
}

/* ==========================================================================
   2. PACKAGES — "path" cards
   Each card carries a mini pipe with its entry point lit, so it reads as
   a place to start rather than a price tier.
   ========================================================================== */
@property --wcard-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

.wwu-packages {
  padding-block: clamp(56px, 6vw, 96px) var(--section-y);
  background: linear-gradient(180deg, #fff, var(--accent-tint) 70%, #fff);
  scroll-margin-top: var(--header-space);
}
.wwu-packages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: start;
}

.wcard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 2.8vw, 34px);
  border-radius: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  scroll-margin-top: calc(var(--header-space) + 16px);
  transition: translate var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), border-color var(--dur-base);
}
.wcard:hover { translate: 0 -6px; border-color: var(--brand-200); box-shadow: var(--shadow-xl); }
.wcard:target { border-color: var(--accent-bright); box-shadow: 0 0 0 4px rgba(var(--accent-bright-rgb), .18), var(--shadow-xl); }

/* Big outlined number, top right */
.wcard__num {
  position: absolute;
  top: 10px; right: 18px;
  font-family: var(--font-display);
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(var(--accent-rgb), .16);
  pointer-events: none;
}

/* Mini pipe: where this path enters */
.wmini {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: var(--sp-5);
}
.wmini__seg { flex: 1; display: grid; gap: 7px; }
.wmini__seg i {
  display: block;
  height: 8px;
  border-radius: 99px;
  background: var(--ink-100);
}
.wmini__seg b {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink-300);
}
.wmini__seg.is-entry i {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .55) 0 6px, transparent 6px 14px),
    linear-gradient(90deg, #0B6E4F, #14B87C);
  background-size: 28px 100%, 100% 100%;
  animation: wwu-flow 1.4s linear infinite;
  box-shadow: 0 0 0 4px rgba(var(--accent-bright-rgb), .12);
}
.wmini__seg.is-entry b { color: var(--accent); }
.wmini__end {
  width: 14px; height: 14px;
  flex: none;
  margin-bottom: 17px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(var(--accent-bright-rgb), .15);
}

.wcard__name {
  padding-right: 70px;
  font-size: clamp(1.55rem, 1.25rem + 1.1vw, 2.05rem);
  letter-spacing: -0.04em;
}
.wcard__for {
  margin-top: var(--sp-3);
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--ink-500);
}
.wcard__for strong { color: var(--ink-900); }

.wcard__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.wcard__tick {
  display: grid;
  place-items: center;
  width: 20px; height: 20px;
  flex: none;
  border-radius: 50%;
  background: var(--accent-tint);
  color: var(--accent);
}
.wcard__tick svg { width: 11px; height: 11px; }

/* Best if: a tinted panel of "yes, that's me" lines */
.wcard__best {
  margin-top: var(--sp-5);
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
}
.wcard__chips { display: grid; gap: 9px; margin-top: 10px; }
.wcard__chips > li,
.wcard__list > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--fs-sm);
  line-height: 1.5;
  color: var(--ink-700);
}

.wcard__live {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: var(--sp-5);
  font-size: var(--fs-sm);
  color: var(--ink-700);
}
.wcard__live svg { width: 20px; height: 20px; flex: none; color: var(--accent); }
.wcard__live strong { color: var(--ink-900); }

.wcard__more { margin-top: var(--sp-5); padding-top: var(--sp-5); border-top: 1px solid var(--line); }
.wcard__list { display: grid; gap: 10px; margin-top: 12px; }

.wcard__note {
  margin-top: var(--sp-5);
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px dashed var(--line-strong);
  font-size: var(--fs-xs);
  line-height: 1.6;
  color: var(--ink-500);
}
.wcard__note strong { color: var(--ink-800); }
.wcard__cta { margin-top: var(--sp-6); }

/* --- Featured: Premium System ------------------------------------------- */
.wcard--featured {
  background:
    radial-gradient(130% 80% at 100% 0%, rgba(20, 184, 124, .22), transparent 55%),
    linear-gradient(170deg, #13261E, var(--ink-900) 70%);
  border-color: transparent;
  color: rgba(255, 255, 255, .7);
  box-shadow: 0 50px 100px -40px rgba(var(--accent-rgb), .7), 0 0 0 1px rgba(52, 216, 156, .25);
  translate: 0 -18px;
}
.wcard--featured:hover { translate: 0 -24px; box-shadow: 0 60px 110px -40px rgba(var(--accent-rgb), .8), 0 0 0 1px rgba(52, 216, 156, .45); }
/* Turning gradient edge */
.wcard--featured::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: inherit;
  background: conic-gradient(from var(--wcard-angle), rgba(20, 184, 124, .18) 0 55%, rgba(20, 184, 124, .7) 78%, rgba(11, 110, 79, .55) 88%, rgba(20, 184, 124, .18) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0);
  animation: wwu-spin 18s linear infinite;
  pointer-events: none;
}
@keyframes wwu-spin { to { --wcard-angle: 360deg; } }
.wcard__badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: var(--sp-5);
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, #5AD5AC, #14B87C);
  color: var(--ink-900);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 10px 24px -10px rgba(52, 216, 156, .8);
}
.wcard__badge span { color: var(--ink-900); }
.wcard--featured .wcard__num { -webkit-text-stroke-color: rgba(52, 216, 156, .22); }
.wcard--featured .wcard__name { color: #fff; }
.wcard--featured .wcard__for { color: rgba(255, 255, 255, .62); }
.wcard--featured .wcard__for strong,
.wcard--featured .wcard__live strong,
.wcard--featured .wcard__note strong { color: #fff; }
.wcard--featured .wcard__label { color: var(--accent-on-dark); }
.wcard--featured .wcard__best { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.wcard--featured .wcard__chips > li,
.wcard--featured .wcard__list > li,
.wcard--featured .wcard__live { color: rgba(255, 255, 255, .82); }
.wcard--featured .wcard__tick { background: #14B87C; color: var(--ink-900); }
.wcard--featured .wcard__live svg { color: var(--accent-on-dark); }
.wcard--featured .wcard__more { border-top-color: rgba(255, 255, 255, .12); }
.wcard--featured .wcard__note { border-color: rgba(255, 255, 255, .2); color: rgba(255, 255, 255, .62); }
.wcard--featured .wmini__seg i { background: rgba(255, 255, 255, .12); }
.wcard--featured .wmini__seg b { color: rgba(255, 255, 255, .35); }
.wcard--featured .wmini__seg.is-entry b { color: var(--accent-on-dark); }
.wcard--featured .wmini__end { background: var(--accent-on-dark); }
.wcard--featured .btn--primary {
  background: linear-gradient(135deg, #5AD5AC, #14B87C);
  color: var(--ink-900);
  box-shadow: 0 16px 40px -14px rgba(52, 216, 156, .8);
}
.wcard--featured .btn--primary:hover { background: linear-gradient(135deg, #7BE3BF, #2AC692); color: var(--ink-900); }

.wwu-packages__line {
  max-width: 60ch;
  margin: clamp(30px, 3.4vw, 44px) auto 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, .98rem + .4vw, 1.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink-800);
}

@media (max-width: 1040px) {
  .wwu-packages__grid { grid-template-columns: minmax(0, 1fr); max-width: 620px; margin-inline: auto; }
  .wcard--featured, .wcard--featured:hover { translate: none; }
}

/* ==========================================================================
   3–5. GUARANTEE, PRICE FAQ (unchanged from the old page)
   ========================================================================== */
.inv-guarantee { padding-block: var(--section-y); }
.inv-head { margin-bottom: clamp(28px, 3.4vw, 44px); }

.price-faq { padding-block: var(--section-y); }
.price-faq .inv-head { margin-bottom: var(--sp-5); }
.price-faq .section-head + * { margin-top: 0; }

@media (prefers-reduced-motion: reduce) {
  /* Static final state: no drips, no flowing leads, no moving borders. */
  .wwu-hero__label::before, .wseg__flow, .wmini__seg.is-entry i,
  .wpin, .wcard--featured::before, .wwu-leak__drops i { animation: none; }
  .wwu-leak__drops, .wseg__leak i, .wseg__catch { display: none; }
  .wcard--featured::before { background: rgba(20, 184, 124, .35); }
  .wcard, .wpin, .wwu-find__icon { transition: none; }
}
.wcard--featured .wcard__name { padding-right: 0; }

/* Revenue-stage tag under each package name */
.wwu-hero__note { margin-top: var(--sp-4); }
.wcard__stage {
  align-self: flex-start;
  margin-top: var(--sp-3);
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: var(--accent-tint);
  border: 1px solid var(--brand-200);
  font-size: var(--fs-xs);
  font-weight: 700;
  line-height: 1.4;
  color: var(--accent);
}
.wcard__stage span { font-weight: 600; color: var(--ink-500); }
.wcard--featured .wcard__stage { background: rgba(52, 216, 156, .12); border-color: rgba(52, 216, 156, .35); color: var(--accent-on-dark); }
.wcard--featured .wcard__stage span { color: rgba(255, 255, 255, .6); }
