/* ============================================================
   PRODUCT DETAIL PAGES (cMOS · iCTS · iAccounts · iLCM)
   Unified flow: hero · problem · what-is · who · core/advanced ·
   features · interface · why · faqs · pricing · cta
   Scoped .pdp-*  (loaded only on product pages)
   ============================================================ */

.pdp {
  --serif: "Fraunces", Georgia, serif;
  --mint: #7fe0ab;
  --violet: #6a5cff;
}
.pdp .container { width: min(1240px, 92%); }

/* reveal primitives */
.pdp-rise { opacity: 0; transform: translateY(32px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.pdp-rise.in { opacity: 1; transform: none; }
.pdp-rise.d1 { transition-delay: .1s; } .pdp-rise.d2 { transition-delay: .2s; } .pdp-rise.d3 { transition-delay: .3s; } .pdp-rise.d4 { transition-delay: .4s; }
.pdp-words span { display: inline-block; opacity: 0; transform: translateY(40px) rotate(2deg); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.pdp-words.in span { opacity: 1; transform: none; }
.pdp-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--green); }
.pdp-eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.pdp-magnet { will-change: transform; }

/* ============================================================
   1 · HERO
   ============================================================ */
.pdp-hero {
  position: relative; overflow: hidden; color: #fff;
  background: radial-gradient(130% 130% at 22% 0%, #1c1956, var(--indigo-deep) 56%, #0a0920);
  padding: 168px 0 110px;
}
.pdp-hero .grid-bg {
  position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(120% 100% at 30% 30%, #000 40%, transparent 80%);
          mask-image: radial-gradient(120% 100% at 30% 30%, #000 40%, transparent 80%);
}
.pdp-hero .orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .4; pointer-events: none; }
.pdp-hero .orb.o1 { width: 460px; height: 460px; background: var(--blue); right: 2%; top: -120px; animation: pdpFloat 9s ease-in-out infinite; }
.pdp-hero .orb.o2 { width: 380px; height: 380px; background: var(--violet); right: 18%; bottom: -160px; animation: pdpFloat 11s ease-in-out infinite reverse; }
@keyframes pdpFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-26px); } }
.pdp-hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.pdp-hero .breadcrumbs { margin-bottom: 22px; font-size: 13px; color: rgba(255,255,255,.55); display: flex; gap: 8px; flex-wrap: wrap; }
.pdp-hero .breadcrumbs a:hover { color: #fff; }
.pdp-hero h1 { font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; font-size: clamp(40px, 5.6vw, 78px); line-height: 1; margin: 14px 0 6px; }
.pdp-hero h1 sup { font-size: .32em; vertical-align: super; font-weight: 600; }
.pdp-hero .tagline { font-family: var(--serif); font-style: italic; font-size: clamp(19px, 2.2vw, 28px); color: var(--mint); margin-bottom: 16px; }
.pdp-hero .subtag { font-weight: 700; font-size: clamp(15px, 1.4vw, 18px); color: #fff; margin-bottom: 14px; }
.pdp-hero p.lead { color: rgba(255,255,255,.78); font-size: clamp(15px, 1.35vw, 17.5px); line-height: 1.7; max-width: 52ch; }
.pdp-hero .hero-actions { margin-top: 34px; }

/* hero device mock */
.pdp-hero-mock {
  position: relative; border-radius: 18px; overflow: hidden;
  background: linear-gradient(150deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 70px rgba(0,0,0,.45);
}
.pdp-hero-mock .mbar { display: flex; align-items: center; gap: 6px; padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.pdp-hero-mock .mbar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); }
.pdp-hero-mock .mbar i:nth-child(1){ background:#ff5f57;} .pdp-hero-mock .mbar i:nth-child(2){ background:#febc2e;} .pdp-hero-mock .mbar i:nth-child(3){ background:#28c840;}
.pdp-hero-mock .mbar span { margin-left: 8px; font-size: 11.5px; font-weight: 700; letter-spacing: .06em; color: rgba(255,255,255,.5); text-transform: uppercase; }
.pdp-hero-mock .mbody { padding: 22px; }

/* ============================================================
   2 · PROBLEM
   ============================================================ */
.pdp-problem { background: var(--bg-soft); padding: clamp(80px,10vw,130px) 0; }
.pdp-problem .head { max-width: 760px; margin-bottom: 46px; }
.pdp-problem h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); line-height: 1.12; }
.pdp-problem h2 em { font-style: italic; color: var(--indigo); }
.pdp-problem .sub { color: var(--gray); font-size: clamp(15px,1.4vw,18px); margin-top: 12px; }
.pdp-needs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.pdp-need {
  display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 18px 20px; font-weight: 600; font-size: 15.5px; color: var(--ink);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
}
.pdp-need:hover { transform: translateX(6px); box-shadow: var(--shadow); border-color: transparent; }
.pdp-need .ico { flex: 0 0 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--indigo), var(--blue)); }
.pdp-need:nth-child(even) .ico { background: linear-gradient(135deg, var(--green), var(--blue)); }
.pdp-problem .punch { grid-column: 1 / -1; font-family: var(--serif); font-style: italic; font-size: clamp(18px,2vw,26px); color: var(--green-dark); margin-top: 8px; }

/* ============================================================
   3 · WHAT IS
   ============================================================ */
.pdp-what { background: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-what .grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,80px); align-items: center; }
.pdp-what h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); margin-bottom: 18px; }
.pdp-what h2 em { font-style: italic; color: var(--indigo); }
.pdp-what p { color: var(--gray); font-size: clamp(15px,1.4vw,18px); line-height: 1.75; }
.pdp-what p + p { margin-top: 14px; }
.pdp-what .visual {
  position: relative; border-radius: 22px; min-height: 320px; overflow: hidden;
  background: linear-gradient(150deg, var(--indigo), var(--blue)); display: grid; place-items: center; color: #fff;
}
.pdp-what .visual.alt { background: linear-gradient(150deg, #0e7e54, var(--green)); }
.pdp-what .visual::before { content:""; position:absolute; inset:0; opacity:.16; background-image: radial-gradient(rgba(255,255,255,.9) 1.4px, transparent 1.4px); background-size: 24px 24px; }
.pdp-what .visual svg { width: 120px; height: 120px; position: relative; z-index: 1; opacity: .95; }

/* ============================================================
   4 · WHO IS IT FOR
   ============================================================ */
.pdp-who { background: var(--indigo-deep); color: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-who .pdp-eyebrow { color: var(--mint); }
.pdp-who h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); margin: 16px 0 46px; }
.pdp-who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pdp-who-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13); border-radius: 18px;
  padding: 28px 24px; min-height: 170px; display: flex; flex-direction: column; gap: 14px;
  transition: transform .4s var(--ease), background .4s, border-color .4s;
}
.pdp-who-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.09); border-color: rgba(127,224,171,.4); }
.pdp-who-card .ico { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue)); }
.pdp-who-card:nth-child(even) .ico { background: linear-gradient(135deg, var(--green), var(--blue)); }
.pdp-who-card h4 { font-size: 17px; font-weight: 700; line-height: 1.3; }

/* ============================================================
   5 · CORE vs ADVANCED
   ============================================================ */
.pdp-plans { background: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-plans .head { text-align: center; max-width: 720px; margin: 0 auto 18px; }
.pdp-plans h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-plans h2 em { font-style: italic; color: var(--indigo); }
.pdp-plans .head p { color: var(--gray); font-size: clamp(15px,1.4vw,18px); margin-top: 12px; }
.pdp-switch { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 30px 0 40px; }
.pdp-switch .lab { font-weight: 800; font-size: 15px; color: var(--gray-light); cursor: pointer; transition: color .3s; }
.pdp-switch .lab.on { color: var(--indigo); }
.pdp-switch .track { width: 62px; height: 33px; border-radius: 99px; background: linear-gradient(90deg, var(--green), var(--blue)); position: relative; cursor: pointer; }
.pdp-switch .knob { position: absolute; top: 4px; left: 4px; width: 25px; height: 25px; border-radius: 50%; background: #fff; box-shadow: 0 3px 8px rgba(0,0,0,.25); transition: transform .4s var(--ease); }
.pdp-plans.adv .pdp-switch .knob { transform: translateX(29px); }
.pdp-plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 0 auto; }
.pdp-plan {
  position: relative; border-radius: 22px; padding: 36px 32px; overflow: hidden;
  border: 1.5px solid var(--line); background: var(--bg-soft);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s;
}
.pdp-plan.adv-card { background: linear-gradient(150deg, var(--indigo-deep), var(--indigo)); color: #fff; border-color: transparent; }
.pdp-plan:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.pdp-plan .tier-name { font-weight: 800; font-size: 14px; letter-spacing: .04em; display: inline-flex; align-items: center; gap: 8px; }
.pdp-plan .tier-name .badge { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 4px 9px; border-radius: 99px; background: rgba(51,46,135,.1); color: var(--indigo); }
.pdp-plan.adv-card .tier-name .badge { background: rgba(127,224,171,.18); color: var(--mint); }
.pdp-plan .tier-head { font-family: var(--serif); font-style: italic; font-size: clamp(24px,2.6vw,34px); margin: 16px 0 12px; }
.pdp-plan.adv-card .tier-head { color: var(--mint); }
.pdp-plan p { font-size: 15px; line-height: 1.65; color: var(--gray); }
.pdp-plan.adv-card p { color: rgba(255,255,255,.82); }
.pdp-plan .ideal { margin-top: 14px; font-size: 13px; color: var(--gray-light); }
.pdp-plan.adv-card .ideal { color: rgba(255,255,255,.55); }
.pdp-plan .glow { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 800; font-size: 14.5px; color: var(--indigo); }
.pdp-plan.adv-card .glow { color: var(--mint); }
.pdp-plan .glow svg { transition: transform .3s var(--ease); }
.pdp-plan .glow:hover svg { transform: translateX(5px); }

/* ============================================================
   6 · KEY FEATURES
   ============================================================ */
.pdp-features { background: var(--bg-soft); padding: clamp(80px,10vw,130px) 0; }
.pdp-features .head { max-width: 720px; margin-bottom: 46px; }
.pdp-features h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-features h2 em { font-style: italic; color: var(--indigo); }
.pdp-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pdp-feat {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s;
  position: relative; overflow: hidden;
}
.pdp-feat::before { content:""; position:absolute; inset:0 0 auto 0; height: 4px; transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); background: linear-gradient(90deg, var(--green), var(--blue)); }
.pdp-feat:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.pdp-feat:hover::before { transform: scaleX(1); }
.pdp-feat .ico { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; background: linear-gradient(135deg, var(--indigo), var(--blue)); transition: transform .4s var(--ease); }
.pdp-feat:nth-child(3n+2) .ico { background: linear-gradient(135deg, var(--green), var(--blue)); }
.pdp-feat:nth-child(3n) .ico { background: linear-gradient(135deg, var(--violet), var(--blue)); }
.pdp-feat:hover .ico { transform: scale(1.08) rotate(-4deg); }
.pdp-feat h4 { font-size: 17px; margin-bottom: 8px; }
.pdp-feat p { font-size: 14px; color: var(--gray); line-height: 1.55; }

/* ============================================================
   7 · INTERFACE (animated mockups)
   ============================================================ */
.pdp-screens { background: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-screens .head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.pdp-screens h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-screens h2 em { font-style: italic; color: var(--indigo); }
.pdp-screens .head p { color: var(--gray); font-size: clamp(15px,1.4vw,18px); margin-top: 12px; }
.pdp-screen-wrap {
  position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg);
  background: linear-gradient(150deg, #11103a, var(--indigo-deep)); padding: 26px;
  display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px;
}
.pdp-device { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.pdp-device .dbar { display:flex; align-items:center; gap:6px; padding:11px 15px; border-bottom:1px solid var(--line); background:#fbfbfd; }
.pdp-device .dbar i { width:9px; height:9px; border-radius:50%; background:#e5e7ee; }
.pdp-device .dbar i:nth-child(1){background:#ff5f57;} .pdp-device .dbar i:nth-child(2){background:#febc2e;} .pdp-device .dbar i:nth-child(3){background:#28c840;}
.pdp-device .dbar span { margin-left:8px; font-size:11px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; color:var(--gray-light); }
.pdp-device .dbody { padding: 20px; }
.pdp-side { display: flex; flex-direction: column; gap: 18px; }
.pdp-side-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 18px; color: #fff; flex: 1; }
.pdp-side-card .lbl { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--mint); margin-bottom: 10px; }
.pdp-side-card .v { font-family: var(--serif); font-size: 30px; }
.pdp-side-card p { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.5; }

/* generic mock rows */
.mk-row { display:flex; align-items:center; gap:12px; border:1px solid var(--line); border-radius:12px; padding:12px 14px; font-size:13.5px; opacity:0; transform: translateX(-14px); }
.mk-row + .mk-row { margin-top: 10px; }
.in .mk-row { animation: mkSlide .5s var(--ease) forwards; }
.in .mk-row:nth-child(2){ animation-delay:.12s; } .in .mk-row:nth-child(3){ animation-delay:.24s; } .in .mk-row:nth-child(4){ animation-delay:.36s; }
@keyframes mkSlide { to { opacity:1; transform:none; } }
.mk-row .dot { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; flex:0 0 auto; background: rgba(0,161,75,.12); color: var(--green); }
.mk-row b { color: var(--ink); }
.mk-row .pr { margin-left:auto; width:80px; height:6px; border-radius:4px; background:var(--bg-soft); overflow:hidden; }
.mk-row .pr i { display:block; height:100%; width:var(--p,60%); border-radius:4px; background:linear-gradient(90deg,var(--green),var(--blue)); }
.mk-chart { display:flex; align-items:flex-end; gap:8px; height:120px; border:1px solid var(--line); border-radius:12px; padding:14px; margin-top:14px; }
.mk-chart i { flex:1; border-radius:5px 5px 2px 2px; background:linear-gradient(180deg,var(--blue),var(--indigo)); height:var(--h); transform:scaleY(0); transform-origin:bottom; }
.mk-chart i:nth-child(even){ background:linear-gradient(180deg,var(--green),#0e7e54); }
.in .mk-chart i { animation: mkGrow .8s var(--ease) forwards; }
.in .mk-chart i:nth-child(2){animation-delay:.1s;} .in .mk-chart i:nth-child(3){animation-delay:.2s;} .in .mk-chart i:nth-child(4){animation-delay:.3s;} .in .mk-chart i:nth-child(5){animation-delay:.4s;} .in .mk-chart i:nth-child(6){animation-delay:.5s;}
@keyframes mkGrow { to { transform: scaleY(1); } }

/* ============================================================
   8 · WHY
   ============================================================ */
.pdp-why {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  background: radial-gradient(120% 130% at 50% 0%, #1c1956, var(--indigo-deep) 60%, #0a0920);
  padding: clamp(90px,12vw,150px) 0;
}
.pdp-why .pdp-eyebrow { color: var(--mint); justify-content: center; }
.pdp-why h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px,4.4vw,60px); line-height: 1.1; max-width: 18ch; margin: 18px auto 30px; }
.pdp-why h2 em { font-style: italic; color: transparent; background: linear-gradient(100deg, var(--mint), var(--blue)); -webkit-background-clip: text; background-clip: text; }
.pdp-why-traits { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 780px; margin: 0 auto; }
.pdp-why-traits span {
  font-family: var(--serif); font-style: italic; font-size: clamp(16px,1.7vw,21px);
  padding: 12px 22px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05); color: #fff;
  transition: transform .4s var(--ease), background .4s, border-color .4s;
}
.pdp-why-traits span:hover { transform: translateY(-4px); background: rgba(127,224,171,.12); border-color: rgba(127,224,171,.5); }

/* ============================================================
   9 · FAQ
   ============================================================ */
.pdp-faq { background: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-faq .head { max-width: 720px; margin-bottom: 40px; }
.pdp-faq h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-faq h2 em { font-style: italic; color: var(--indigo); }
.pdp-acc { display: grid; gap: 14px; max-width: 860px; }
.pdp-acc-item { border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.pdp-acc-item.open { border-color: transparent; box-shadow: var(--shadow); }
.pdp-acc-head { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 26px; background: none; border: 0; text-align: left; font-size: 16.5px; font-weight: 700; color: var(--ink); }
.pdp-acc-head .plus { flex: 0 0 auto; color: var(--green); transition: transform .35s var(--ease); }
.pdp-acc-item.open .pdp-acc-head .plus { transform: rotate(45deg); }
.pdp-acc-body { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.pdp-acc-body p { padding: 0 26px 22px; color: var(--gray); font-size: 15px; line-height: 1.7; }

/* ============================================================
   10 · PRICING
   ============================================================ */
.pdp-pricing { background: var(--bg-soft); padding: clamp(80px,10vw,130px) 0; }
.pdp-pricing .head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.pdp-pricing h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-pricing h2 em { font-style: italic; color: var(--indigo); }
.pdp-pricing .head p { color: var(--gray); font-size: clamp(15px,1.4vw,18px); margin-top: 12px; }
.pdp-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 880px; margin: 0 auto; }
.pdp-price {
  border-radius: 22px; padding: 38px 34px; border: 1.5px solid var(--line); background: #fff;
  display: flex; flex-direction: column; transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.pdp-price.feature { background: linear-gradient(150deg, var(--indigo-deep), var(--indigo)); color: #fff; border-color: transparent; }
.pdp-price:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.pdp-price .pname { font-weight: 800; font-size: 19px; }
.pdp-price .ptag { font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--green); margin: 6px 0 18px; }
.pdp-price.feature .ptag { color: var(--mint); }
.pdp-price .amount { font-family: var(--serif); font-size: 34px; margin-bottom: 4px; }
.pdp-price .amount small { font-size: 14px; color: var(--gray-light); font-family: var(--font); }
.pdp-price.feature .amount small { color: rgba(255,255,255,.6); }
.pdp-price .note { font-size: 13.5px; color: var(--gray); margin-bottom: 22px; }
.pdp-price.feature .note { color: rgba(255,255,255,.7); }
.pdp-price .btn { margin-top: auto; }

/* ============================================================
   11 · FINAL CTA
   ============================================================ */
.pdp-cta {
  position: relative; overflow: hidden; color: #fff; text-align: center;
  background: linear-gradient(135deg, var(--indigo-deep), var(--indigo) 60%, var(--green-dark) 130%);
  padding: clamp(100px,13vw,170px) 0;
}
.pdp-cta::before { content:""; position:absolute; width:560px; height:560px; border-radius:50%; background:var(--blue); filter:blur(150px); opacity:.3; left:-180px; bottom:-260px; }
.pdp-cta .container { position: relative; z-index: 1; }
.pdp-cta h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px,4.6vw,68px); line-height: 1.05; max-width: 16ch; margin: 0 auto 20px; }
.pdp-cta h2 em { font-style: italic; color: transparent; background: linear-gradient(100deg, var(--mint), var(--blue)); -webkit-background-clip: text; background-clip: text; }
.pdp-cta p { color: rgba(255,255,255,.82); max-width: 600px; margin: 0 auto 42px; font-size: clamp(15px,1.5vw,18px); line-height: 1.7; }
.pdp-cta .hero-actions { justify-content: center; }

/* ============================================================
   VIDEO SLOT (drop-in custom video + coded placeholder)
   ============================================================ */
.pdp-vid { position: relative; border-radius: inherit; overflow: hidden; background: var(--indigo-deep); }
.pdp-vid video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.pdp-vid .ph { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.pdp-vid .ph::before {
  content: ""; position: absolute; inset: -30%;
  background:
    radial-gradient(closest-side, rgba(127,224,171,.5), transparent 70%) 20% 30%/55% 55% no-repeat,
    radial-gradient(closest-side, rgba(27,157,217,.55), transparent 70%) 80% 40%/60% 60% no-repeat,
    radial-gradient(closest-side, rgba(106,92,255,.5), transparent 70%) 50% 80%/55% 55% no-repeat;
  filter: blur(20px); animation: phDrift 12s ease-in-out infinite;
}
@keyframes phDrift { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(4%,-3%) scale(1.08); } 66% { transform: translate(-4%,3%) scale(1.04); } }
.pdp-vid .ph::after {
  content: ""; position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 40px 40px;
}
.pdp-vid .play {
  position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.5); color: #fff;
  backdrop-filter: blur(6px);
}
.pdp-vid .play::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); animation: playPulse 2.4s ease-out infinite; }
@keyframes playPulse { 0% { transform: scale(.9); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }
.pdp-vid .vtag {
  position: absolute; z-index: 2; left: 18px; bottom: 16px;
  font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  color: #fff; background: rgba(13,12,38,.5); padding: 8px 14px; border-radius: 999px; backdrop-filter: blur(4px);
}

/* ============================================================
   STICKY ANCHOR NAV
   ============================================================ */
.pdp-anchornav { position: sticky; top: 62px; z-index: 40; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.pdp-anchornav .inner { display: flex; gap: 6px; align-items: center; justify-content: center; padding: 12px 0; flex-wrap: wrap; }
.pdp-anchornav a { font-size: 13.5px; font-weight: 700; color: var(--gray); padding: 9px 18px; border-radius: 999px; transition: background .3s, color .3s; }
.pdp-anchornav a:hover { color: var(--indigo); }
.pdp-anchornav a.active { background: var(--indigo); color: #fff; }

/* ============================================================
   INTRO + STAT CALLOUT
   ============================================================ */
.pdp-intro { background: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-intro .grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
.pdp-intro .big { font-family: var(--serif); font-weight: 400; font-size: clamp(22px,2.7vw,36px); line-height: 1.4; color: var(--ink); }
.pdp-intro .big em { font-style: italic; color: var(--indigo); }
.pdp-intro .sub { margin-top: 18px; color: var(--gray); font-size: clamp(15px,1.4vw,17.5px); line-height: 1.7; }
.pdp-stat { border-radius: 24px; padding: 46px 36px; text-align: center; background: linear-gradient(150deg, var(--indigo-deep), var(--indigo)); color: #fff; position: relative; overflow: hidden; }
.pdp-stat::after { content:""; position:absolute; width:240px; height:240px; border-radius:50%; background: radial-gradient(circle, var(--mint), transparent 70%); opacity:.25; right:-80px; top:-80px; }
.pdp-stat .num { font-family: var(--serif); font-weight: 500; font-size: clamp(52px,7vw,92px); line-height: 1; color: transparent; background: linear-gradient(100deg, var(--mint), var(--blue)); -webkit-background-clip: text; background-clip: text; position: relative; z-index: 1; }
.pdp-stat .lbl { margin-top: 14px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.5; position: relative; z-index: 1; }

/* ============================================================
   BENEFITS (alternating rows with media/video)
   ============================================================ */
.pdp-benefits { background: var(--bg-soft); padding: clamp(80px,10vw,130px) 0; }
.pdp-benefits .head { max-width: 720px; margin-bottom: 50px; }
.pdp-benefits h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-benefits h2 em { font-style: italic; color: var(--indigo); }
.pdp-benefit { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,80px); align-items: center; padding: 30px 0; }
.pdp-benefit + .pdp-benefit { border-top: 1px solid var(--line); }
.pdp-benefit:nth-child(even) .b-copy { order: 2; }
.b-copy .ico { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; background: linear-gradient(135deg, var(--indigo), var(--blue)); }
.pdp-benefit:nth-child(2) .b-copy .ico { background: linear-gradient(135deg, var(--green), var(--blue)); }
.pdp-benefit:nth-child(3) .b-copy .ico { background: linear-gradient(135deg, var(--violet), var(--blue)); }
.b-copy h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(24px,2.8vw,36px); margin-bottom: 14px; }
.b-copy p { color: var(--gray); font-size: clamp(15px,1.4vw,17.5px); line-height: 1.75; }
.b-copy .chip { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: 13.5px; font-weight: 700; color: var(--indigo); }
.b-copy .chip svg { color: var(--green); }
.b-media { border-radius: 22px; overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-lg); }

/* ============================================================
   APPLICATION AREAS (4 themed groups w/ bullets + tip)
   ============================================================ */
.pdp-areas { background: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-areas .head { max-width: 720px; margin-bottom: 46px; }
.pdp-areas h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-areas h2 em { font-style: italic; color: var(--indigo); }
.pdp-area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pdp-area { border: 1px solid var(--line); border-radius: 20px; padding: 34px 32px; background: var(--bg-soft); transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .4s; }
.pdp-area:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); background: #fff; }
.pdp-area .ah { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.pdp-area .ah .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; flex: 0 0 auto; background: linear-gradient(135deg, var(--indigo), var(--blue)); }
.pdp-area:nth-child(2) .ah .ico { background: linear-gradient(135deg, var(--green), var(--blue)); }
.pdp-area:nth-child(3) .ah .ico { background: linear-gradient(135deg, var(--violet), var(--blue)); }
.pdp-area:nth-child(4) .ah .ico { background: linear-gradient(135deg, #b8860b, var(--green)); }
.pdp-area .ah h3 { font-size: 20px; font-weight: 800; }
.pdp-area ul { display: grid; gap: 10px; }
.pdp-area li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; color: var(--ink); font-weight: 600; }
.pdp-area li svg { flex: 0 0 auto; margin-top: 3px; color: var(--green); }
.pdp-area .tip { margin-top: 20px; font-size: 13px; color: var(--gray); background: rgba(27,157,217,.07); border-left: 3px solid var(--blue); border-radius: 0 10px 10px 0; padding: 12px 16px; }
.pdp-area .tip b { color: var(--indigo); }

/* ============================================================
   GETTING STARTED (numbered steps + line)
   ============================================================ */
.pdp-steps { position: relative; overflow: hidden; color: #fff; background: radial-gradient(120% 130% at 80% 0%, #1a1750, var(--indigo-deep) 60%, #0a0920); padding: clamp(80px,10vw,130px) 0; }
.pdp-steps .pdp-eyebrow { color: var(--mint); }
.pdp-steps h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); margin: 16px 0 50px; }
.pdp-step-list { display: grid; gap: 0; max-width: 880px; }
.pdp-step-row { display: grid; grid-template-columns: 92px 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.13); align-items: start; }
.pdp-step-row:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.pdp-step-row .idx { font-family: var(--serif); font-size: clamp(40px,4vw,60px); line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(127,224,171,.5); }
.pdp-step-row h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(22px,2.2vw,30px); margin-bottom: 10px; }
.pdp-step-row p { color: rgba(255,255,255,.72); font-size: clamp(14.5px,1.3vw,16.5px); line-height: 1.7; max-width: 56ch; }

/* ============================================================
   DESIGNED DASHBOARD MOCKUPS
   ============================================================ */
.dash {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 30px 70px rgba(13,12,38,.28); border: 1px solid rgba(13,12,38,.06);
  font-size: 12px; color: var(--ink); will-change: transform;
}
.dash .dbar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #f6f7fb; border-bottom: 1px solid var(--line); }
.dash .dbar i { width: 10px; height: 10px; border-radius: 50%; background: #e2e5ee; }
.dash .dbar i:nth-child(1){ background:#ff5f57;} .dash .dbar i:nth-child(2){ background:#febc2e;} .dash .dbar i:nth-child(3){ background:#28c840;}
.dash .dbar .url { margin-left: 10px; flex: 1; height: 22px; border-radius: 7px; background: #fff; border: 1px solid var(--line); display: flex; align-items: center; padding: 0 12px; font-size: 10.5px; color: var(--gray-light); font-weight: 600; }
.dash .body { display: grid; grid-template-columns: 64px 1fr; min-height: 360px; }
.dash .side { background: var(--indigo-deep); padding: 18px 0; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.dash .side .logo { width: 30px; height: 30px; border-radius: 9px; background: linear-gradient(135deg, var(--green), var(--blue)); }
.dash .side .nav { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: rgba(255,255,255,.5); }
.dash .side .nav.on { background: rgba(255,255,255,.12); color: #fff; }
.dash .main { padding: 20px 22px; }
.dash .greet { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dash .greet h5 { font-size: 16px; font-weight: 800; }
.dash .greet .pill { font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--green-dark); background: rgba(0,161,75,.1); padding: 6px 11px; border-radius: 999px; }
.dash .kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 14px; }
.dash .kpi { border: 1px solid var(--line); border-radius: 11px; padding: 12px; }
.dash .kpi .v { font-size: 20px; font-weight: 800; }
.dash .kpi .v b { color: var(--green); }
.dash .kpi .l { font-size: 9.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--gray-light); margin-top: 2px; }
.dash .panel { border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.dash .panel .ph { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; font-weight: 800; font-size: 12.5px; }
.dash .panel .ph span { font-size: 10px; color: var(--gray-light); font-weight: 700; }
.dash .chart { display: flex; align-items: flex-end; gap: 7px; height: 92px; }
.dash .chart i { flex: 1; border-radius: 4px 4px 2px 2px; background: linear-gradient(180deg, var(--blue), var(--indigo)); }
.dash .chart i:nth-child(even){ background: linear-gradient(180deg, var(--green), #0e7e54); }
.dash .two { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; margin-top: 12px; }
.dash .lrow { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--line); }
.dash .lrow:last-child { border-bottom: 0; }
.dash .lrow .ic { width: 26px; height: 26px; border-radius: 8px; background: rgba(51,46,135,.08); color: var(--indigo); display: grid; place-items: center; flex: 0 0 auto; }
.dash .lrow b { font-size: 11.5px; }
.dash .lrow .bar { margin-left: auto; width: 64px; height: 6px; border-radius: 4px; background: var(--bg-soft); overflow: hidden; }
.dash .lrow .bar i { display: block; height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--green), var(--blue)); }
.dash .donut { width: 110px; height: 110px; margin: 6px auto 0; transform: rotate(-90deg); }
.dash .donut circle { fill: none; stroke-width: 14; }
.dash .donut .t { stroke: var(--bg-soft); }
.dash .donut .m { stroke: url(#dg); stroke-linecap: round; stroke-dasharray: 283; stroke-dashoffset: 70; }
.dash .donutlbl { text-align: center; margin-top: -66px; margin-bottom: 30px; font-size: 22px; font-weight: 800; }
/* course builder variant */
.dash.builder .body { grid-template-columns: 1fr 1.1fr; }
.dash.builder .modcol { border-right: 1px solid var(--line); padding: 18px; }
.dash.builder .mod { border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; margin-bottom: 9px; display:flex; align-items:center; gap:10px; }
.dash.builder .mod.on { border-color: var(--green); box-shadow: 0 6px 16px rgba(0,161,75,.12); }
.dash.builder .mod .grip { color: var(--gray-light); }
.dash.builder .mod b { font-size: 11.5px; }
.dash.builder .mod .cnt { margin-left:auto; font-size: 10px; color: var(--gray-light); font-weight:700; }
.dash.builder .edit { padding: 18px; }
.dash.builder .edit .ttl { font-weight: 800; font-size: 14px; margin-bottom: 12px; }
.dash.builder .blk { border: 1px dashed var(--line); border-radius: 9px; padding: 12px; margin-bottom: 9px; font-size: 11px; color: var(--gray); }
.dash.builder .blk.video { background: linear-gradient(135deg, rgba(51,46,135,.06), rgba(27,157,217,.06)); border-style: solid; display: grid; place-items: center; height: 74px; color: var(--indigo); }

/* dashboard add-ons: ledger status pills, totals, calendar */
.dash .st { margin-left: auto; font-size: 9px; font-weight: 800; letter-spacing: .05em; padding: 4px 9px; border-radius: 99px; }
.dash .st.paid { background: rgba(0,161,75,.12); color: var(--green-dark); }
.dash .st.due { background: rgba(254,188,46,.18); color: #9a6b00; }
.dash .st.risk { background: rgba(255,95,87,.12); color: #c0392b; }
.dash .amt { margin-left: auto; font-weight: 800; font-size: 11.5px; }
.dash .total { display: flex; align-items: center; justify-content: space-between; padding: 12px 2px 2px; }
.dash .total .l { font-size: 9.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-light); }
.dash .total .v { font-family: var(--serif); font-size: 22px; } .dash .total .v b { color: var(--green); }
.dash .cal { display: grid; grid-template-columns: repeat(7,1fr); gap: 5px; }
.dash .cal i { aspect-ratio: 1; border-radius: 6px; background: var(--bg-soft); border: 1px solid var(--line); display: grid; place-items: center; font-size: 9px; font-weight: 700; color: var(--gray-light); font-style: normal; }
.dash .cal i.mk { background: rgba(0,161,75,.12); border-color: rgba(0,161,75,.4); color: var(--green-dark); }
.dash .cal i.al { background: rgba(255,95,87,.1); border-color: rgba(255,95,87,.45); color: #c0392b; }

/* ============================================================
   DASHBOARD SHOWCASE (cinematic parallax)
   ============================================================ */
.pdp-dash { position: relative; overflow: hidden; background: radial-gradient(120% 130% at 50% 0%, #14123f, var(--indigo-deep) 60%, #0a0920); color: #fff; padding: clamp(90px,12vw,160px) 0; }
.pdp-dash::after { content:""; position:absolute; inset:0; opacity:.05; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 50px 50px; }
.pdp-dash .container { position: relative; z-index: 1; }
.pdp-dash .head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.pdp-dash .pdp-eyebrow { color: var(--mint); justify-content: center; }
.pdp-dash h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.8vw,52px); margin: 14px 0 12px; }
.pdp-dash h2 em { font-style: italic; color: transparent; background: linear-gradient(100deg, var(--mint), var(--blue)); -webkit-background-clip: text; background-clip: text; }
.pdp-dash .head p { color: rgba(255,255,255,.72); font-size: clamp(15px,1.4vw,18px); }
.dash-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,64px); align-items: center; padding: 40px 0; }
.dash-row:nth-child(even) .dash-copy { order: 2; }
.dash-copy .tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--mint); margin-bottom: 14px; }
.dash-copy h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(24px,2.8vw,38px); margin-bottom: 14px; }
.dash-copy p { color: rgba(255,255,255,.74); font-size: clamp(14.5px,1.3vw,16.5px); line-height: 1.7; max-width: 46ch; }
.dash-copy ul { margin-top: 18px; display: grid; gap: 9px; }
.dash-copy li { display: flex; gap: 10px; align-items: center; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9); }
.dash-copy li svg { color: var(--mint); flex: 0 0 auto; }

/* ============================================================
   FAQ — conversation / chat-thread design
   ============================================================ */
.pdp-faqx { background: #fff; padding: clamp(80px,10vw,130px) 0; }
.pdp-faqx .head { text-align: center; max-width: 680px; margin: 0 auto 50px; }
.pdp-faqx h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(28px,3.6vw,48px); }
.pdp-faqx h2 em { font-style: italic; color: var(--indigo); }
.pdp-faqx .head p { color: var(--gray); margin-top: 12px; font-size: 15.5px; }
.faqx-thread { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 26px; }
.faqx-q { align-self: flex-end; max-width: 80%; display: flex; align-items: flex-end; gap: 12px; flex-direction: row-reverse; }
.faqx-q .bubble { background: linear-gradient(135deg, var(--indigo), var(--indigo-dark)); color: #fff; padding: 15px 20px; border-radius: 18px 18px 4px 18px; font-weight: 700; font-size: 15.5px; box-shadow: 0 10px 24px rgba(51,46,135,.22); }
.faqx-q .who { width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto; background: var(--bg-soft); border: 1px solid var(--line); display: grid; place-items: center; font-size: 12px; font-weight: 800; color: var(--gray); }
.faqx-a { align-self: flex-start; max-width: 84%; display: flex; align-items: flex-start; gap: 12px; }
.faqx-a .ai { width: 40px; height: 40px; border-radius: 12px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #5a54d6, var(--blue)); box-shadow: 0 8px 20px rgba(51,46,135,.3); }
.faqx-a .ai svg { animation: faqxStar 3s ease-in-out infinite; }
@keyframes faqxStar { 0%,100% { transform: scale(1) rotate(0); } 50% { transform: scale(1.18) rotate(16deg); } }
.faqx-a .bubble { background: var(--bg-soft); border: 1px solid var(--line); color: var(--ink); padding: 16px 20px; border-radius: 18px 18px 18px 4px; font-size: 15px; line-height: 1.6; }
.faqx-a .bubble strong { color: var(--indigo); }
.faqx-typing { align-self: flex-start; display: inline-flex; gap: 5px; padding: 14px 18px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 18px; }
.faqx-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--gray-light); animation: faqxBlink 1.2s infinite; }
.faqx-typing span:nth-child(2){animation-delay:.2s;} .faqx-typing span:nth-child(3){animation-delay:.4s;}
@keyframes faqxBlink { 0%,60%,100%{opacity:.3;transform:translateY(0);} 30%{opacity:1;transform:translateY(-4px);} }
.faqx-foot { text-align: center; margin-top: 44px; }
.faqx-foot p { color: var(--gray); font-size: 15px; margin-bottom: 16px; }

/* cinematic helpers */
[data-parallax] { will-change: transform; }
.pdp-hero.cine .pdp-hero-mock { will-change: transform; }

/* ============================================================
   RESPONSIVE + MOTION
   ============================================================ */
@media (max-width: 1024px) {
  .dash-row { grid-template-columns: 1fr; gap: 28px; }
  .dash-row:nth-child(even) .dash-copy { order: 0; }
  .dash-row .dash { order: -1; }
  .pdp-hero .container { grid-template-columns: 1fr; gap: 40px; }
  .pdp-what .grid { grid-template-columns: 1fr; }
  .pdp-who-grid { grid-template-columns: 1fr 1fr; }
  .pdp-feat-grid { grid-template-columns: 1fr 1fr; }
  .pdp-screen-wrap { grid-template-columns: 1fr; }
  .pdp-intro .grid { grid-template-columns: 1fr; gap: 36px; }
  .pdp-benefit { grid-template-columns: 1fr; gap: 28px; }
  .pdp-benefit:nth-child(even) .b-copy { order: 0; }
  .pdp-benefit .b-media { order: -1; }
  .pdp-area-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .pdp-needs, .pdp-plan-grid, .pdp-price-grid, .pdp-who-grid, .pdp-feat-grid { grid-template-columns: 1fr; }
  .pdp-hero { padding-top: 140px; }
  .pdp-anchornav { display: none; }
  .pdp-step-row { grid-template-columns: 60px 1fr; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .pdp-hero .orb { animation: none !important; }
  .pdp-rise, .pdp-words span, .mk-row { opacity: 1 !important; transform: none !important; }
  .mk-chart i { transform: scaleY(1) !important; }
}
