/* ScubaDev App Help -- designed page styles (Claude Design handoff, April 2026)
   Rendered by the [sd_apphelp_designed] shortcode on /app-help/ via the
   sd-apphelp-designed.php template. All rules scoped under .sd-apphelp-designed
   to prevent collision with the theme and with the sibling Dashboards
   (sd-dashboard-designed.css) and Startup Program (sd-startup-designed.css)
   pages. All keyframes prefixed with sd-apphelp- to prevent animation-name
   collisions across designed pages. No inline <style> tags: wp-hide-security-
   enhancer-pro strips them.
*/
/* =========================================================
   DESIGN TOKENS
   ========================================================= */
.sd-apphelp-designed{
  --deep-navy:#0d1f2e; --navy:#11314a; --dark-blue:#235c81;
  --med-blue:#5492b6; --coral:#db635d; --salmon:#f2847d;
  --sand:#f6c893; --cream:#fff6e8;
  --surface:#ffffff; --warm:#fbead0;
  --fg:#11314a; --fg-muted:rgba(17,49,74,.65); --fg-subtle:rgba(17,49,74,.45);
  --on-dark:#fff6e8; --on-dark-muted:rgba(255,246,232,.72); --on-dark-subtle:rgba(255,246,232,.45);
  --border:rgba(17,49,74,.12); --border-dark:rgba(255,246,232,.14);
  --font-display:'DM Sans',system-ui,sans-serif;
  --font-body:'Inter',system-ui,sans-serif;
  --font-mono:'Source Code Pro',ui-monospace,monospace;
  --font-edit:'Bodoni Moda','Times New Roman',serif;
  --shadow-card:0 12px 32px rgba(13,31,46,.06), 0 2px 6px rgba(13,31,46,.05);
  --shadow-hero:0 40px 80px rgba(13,31,46,.18), 0 16px 32px rgba(13,31,46,.12);
  --shadow-cta:0 10px 30px -6px rgba(219,99,93,.45);
  --ease:cubic-bezier(.2,.8,.2,1);
  --max:1200px; --pad:24px;
}

/* reset */
.sd-apphelp-designed *, .sd-apphelp-designed *::before, .sd-apphelp-designed *::after{box-sizing:border-box}
.sd-apphelp-designed, .sd-apphelp-designed{margin:0;padding:0}
.sd-apphelp-designed{
  font-family:var(--font-body); font-size:17px; line-height:1.55;
  color:var(--fg); background:var(--cream);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
.sd-apphelp-designed img, .sd-apphelp-designed svg{display:block;max-width:100%}
.sd-apphelp-designed button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
.sd-apphelp-designed a{color:inherit;text-decoration:none}
.sd-apphelp-designed ::selection{background:var(--sand);color:var(--navy)}

/* utility */
.sd-apphelp-designed .wrap{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.sd-apphelp-designed section{padding:clamp(64px,8vw,110px) 0;position:relative}
.sd-apphelp-designed .eyebrow{
  font-family:var(--font-mono); font-size:12px; font-weight:500;
  letter-spacing:.18em; text-transform:uppercase;
  color:var(--dark-blue);
}
.sd-apphelp-designed .eyebrow.on-dark{color:var(--sand)}
.sd-apphelp-designed .edit{font-family:var(--font-edit);font-style:italic;font-weight:500}
.sd-apphelp-designed h1, .sd-apphelp-designed h2, .sd-apphelp-designed h3, .sd-apphelp-designed h4{font-family:var(--font-display);font-weight:700;letter-spacing:-.025em;margin:0;color:var(--navy)}
.sd-apphelp-designed h1{font-size:clamp(38px,5.4vw,68px);line-height:1.04}
.sd-apphelp-designed h2{font-size:clamp(28px,3.4vw,44px);line-height:1.14}
.sd-apphelp-designed h3{font-size:clamp(19px,1.6vw,26px);line-height:1.22;font-weight:600}
.sd-apphelp-designed p{margin:0}
.sd-apphelp-designed .on-dark h1, .sd-apphelp-designed .on-dark h2, .sd-apphelp-designed .on-dark h3, .sd-apphelp-designed .on-dark h4{color:var(--cream)}
.sd-apphelp-designed .on-dark{color:var(--on-dark)}
.sd-apphelp-designed .on-dark p{color:var(--on-dark-muted)}
.sd-apphelp-designed .lede{font-size:clamp(17px,1.3vw,20px);line-height:1.55;color:var(--fg-muted);max-width:580px}
.sd-apphelp-designed .on-dark .lede{color:var(--on-dark-muted)}

/* buttons */
.sd-apphelp-designed .btn{
  display:inline-flex;align-items:center;gap:10px;
  font-family:var(--font-display);font-weight:600;font-size:15px;
  padding:16px 28px;border-radius:999px;letter-spacing:-.005em;
  transition:transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
}
.sd-apphelp-designed .btn-coral{background:var(--coral);color:var(--cream);box-shadow:var(--shadow-cta);position:relative}
.sd-apphelp-designed .btn-coral::before{
  content:"";position:absolute;inset:-8px;border-radius:999px;
  background:radial-gradient(ellipse,rgba(219,99,93,.35),transparent 70%);
  filter:blur(12px);z-index:-1;opacity:.6;
  transition:opacity .3s var(--ease);
}
.sd-apphelp-designed .btn-coral:hover{transform:translateY(-2px) scale(1.02);background:#c3534d;box-shadow:0 18px 40px -8px rgba(219,99,93,.55)}
.sd-apphelp-designed .btn-coral:hover::before{opacity:1}
.sd-apphelp-designed .btn-ghost{background:transparent;color:var(--navy);border:1.5px solid rgba(17,49,74,.28)}
.sd-apphelp-designed .on-dark .btn-ghost{color:var(--cream);border-color:rgba(255,246,232,.28)}
.sd-apphelp-designed .btn-ghost:hover{transform:translateY(-1px);border-color:var(--coral);color:var(--coral)}
.sd-apphelp-designed .btn-big{padding:20px 36px;font-size:17px}
.sd-apphelp-designed .link-under{
  display:inline-flex;align-items:center;gap:8px;
  color:var(--cream);text-decoration:underline;text-underline-offset:3px;font-size:15px;
}
.sd-apphelp-designed .link-under:hover{color:var(--sand)}

/* reveal */
.sd-apphelp-designed .reveal{opacity:0;transform:translateY(16px);transition:opacity .8s var(--ease), transform .8s var(--ease)}
.sd-apphelp-designed .reveal.in{opacity:1;transform:translateY(0)}

/* =========================================================
   SHARED ATMOSPHERIC EFFECTS
   ========================================================= */
/* bioluminescent dust drifting upward */
.sd-apphelp-designed .dust{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}
.sd-apphelp-designed .dust span{
  position:absolute;bottom:-10px;width:3px;height:3px;border-radius:50%;
  background:radial-gradient(circle,rgba(255,246,232,.9),transparent 70%);
  animation:sd-apphelp-rise linear infinite;opacity:0;
}
@keyframes sd-apphelp-rise{
  0%{transform:translateY(0) translateX(0);opacity:0}
  10%{opacity:.7}
  90%{opacity:.5}
  100%{transform:translateY(-110vh) translateX(var(--dx,20px));opacity:0}
}
/* angled light ray */
.sd-apphelp-designed .ray{
  position:absolute;top:-10%;left:20%;width:60%;height:140%;
  background:linear-gradient(165deg,rgba(246,200,147,.08) 0%,rgba(84,146,182,.04) 30%,transparent 70%);
  filter:blur(30px);transform:rotate(8deg);pointer-events:none;z-index:0;
}

/* =====================================================================
   GRADIENT LAYER CONTRACT (established 2026-04-22)
   Gradient burst / pulse pseudo-elements render ABOVE wave dividers.
   Their own alpha falloff handles the edge transition. No seam possible.

   Z-index stack:
     section background (color/image)        z-index: auto
     wave divider svg                        z-index: 1
     gradient burst / pulse pseudo           z-index: 2
     content (inner)                         z-index: 3

   Defenses are belt-and-suspenders: gradient layered above wave AND
   mask-image feather on the gradient AND pointer-events: none. All
   three must stay active for zero visual seam across viewport/scroll.
   ===================================================================== */

/* =========================================================
   SECTION DIVIDERS (mountain-wave)
   z-index: 1 per GRADIENT LAYER CONTRACT above.
   ========================================================= */
.sd-apphelp-designed .sd-divider-slot{position:relative;height:0;width:100%;z-index:1}
.sd-apphelp-designed .sd-divider{
  position:absolute;left:0;right:0;width:100%;
  height:clamp(70px,10vw,150px);
  pointer-events:none;display:block;
}
.sd-apphelp-designed .sd-divider--bottom{top:0;transform:scaleY(-1)}
.sd-apphelp-designed .sd-divider--top{bottom:0}
.sd-apphelp-designed .sd-divider svg{width:100%;height:100%;display:block;overflow:visible}
.sd-apphelp-designed .sd-divider svg path{fill:var(--sd-fill, var(--deep-navy))}
.sd-apphelp-designed .sd-divider--deep{--sd-fill:var(--deep-navy)}
.sd-apphelp-designed .sd-divider--navy{--sd-fill:var(--navy)}
.sd-apphelp-designed .sd-divider--darkblue{--sd-fill:var(--dark-blue)}
.sd-apphelp-designed .sd-divider--medblue{--sd-fill:var(--med-blue)}
.sd-apphelp-designed .sd-divider--salmon{--sd-fill:var(--salmon)}
.sd-apphelp-designed .sd-divider--sand{--sd-fill:var(--sand)}
.sd-apphelp-designed .sd-divider--light{--sd-fill:var(--cream)}
.sd-apphelp-designed .sd-divider--warm{--sd-fill:var(--warm)}

/* =========================================================
   HERO
   ========================================================= */
.sd-apphelp-designed .hero{
  position:relative;overflow:hidden;
  background:var(--deep-navy);
  color:var(--cream);
  padding:clamp(72px,8vw,120px) 0 clamp(100px,10vw,160px);
isolation:isolate;z-index:2;/* gradient-seam fix 2026-04-22: isolation+z-index per GRADIENT LAYER CONTRACT */}
@media (min-width:768px) and (max-width:1023px){
  .sd-apphelp-designed .hero{padding-top:max(100px,12vh)}
}
.sd-apphelp-designed .hero .wrap{position:relative;z-index:3}
.sd-apphelp-designed .hero-grid{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);
  gap:clamp(40px,5vw,72px);align-items:center;
}
@media(max-width:960px){.sd-apphelp-designed .hero-grid{grid-template-columns:1fr}}
.sd-apphelp-designed .hero-copy .eyebrow{color:var(--sand);margin-top:70px;margin-bottom:22px}
.sd-apphelp-designed .hero-copy h1{margin-bottom:22px;color:var(--cream)}
.sd-apphelp-designed .hero-copy h1 .edit{color:var(--cream)}
.sd-apphelp-designed .hero-sub{font-size:clamp(17px,1.4vw,20px);line-height:1.55;color:var(--on-dark-muted);max-width:540px;margin-bottom:34px}
.sd-apphelp-designed .hero-sub .edit{color:var(--cream)}
.sd-apphelp-designed .hero-ctas{display:flex;align-items:center;gap:22px;flex-wrap:wrap}

/* HERO SCENE — platform constellation console */
.sd-apphelp-designed .scene{
  position:relative;aspect-ratio:1.05/1;border-radius:18px;overflow:hidden;
  box-shadow:var(--shadow-hero);
  background:
    radial-gradient(ellipse at 72% 22%, rgba(84,146,182,.28), transparent 55%),
    radial-gradient(ellipse at 24% 82%, rgba(246,200,147,.12), transparent 55%),
    linear-gradient(180deg,#0c1d2e 0%, #11314a 100%);
  border:1px solid rgba(255,246,232,.09);
  padding:22px;display:flex;flex-direction:column;gap:14px;
}
.sd-apphelp-designed .scene .cap{
  display:flex;justify-content:space-between;align-items:center;
  font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,246,232,.6);
}
.sd-apphelp-designed .scene .cap b{color:var(--coral);font-weight:500;display:inline-flex;align-items:center;gap:6px}
.sd-apphelp-designed .scene .cap b::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--coral);box-shadow:0 0 8px var(--coral);animation:sd-apphelp-livePulse 1.4s ease-in-out infinite}
@keyframes sd-apphelp-livePulse{0%,100%{opacity:1}50%{opacity:.3}}

.sd-apphelp-designed .console{
  flex:1;position:relative;border-radius:12px;overflow:hidden;
  background:linear-gradient(180deg,rgba(255,246,232,.04),rgba(255,246,232,.02));
  border:1px solid rgba(255,246,232,.1);
  padding:18px;display:flex;flex-direction:column;gap:14px;
}
.sd-apphelp-designed .console::after{
  content:"";position:absolute;left:0;right:0;top:-2px;height:2px;pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(219,99,93,.75),transparent);
  filter:blur(.3px);
  animation:sd-apphelp-scanSweep 5s cubic-bezier(.4,0,.6,1) infinite;
}
@keyframes sd-apphelp-scanSweep{0%{top:-2px}45%{top:calc(100% + 2px)}45.01%{opacity:0}50%{opacity:0;top:-2px}50.01%{opacity:1}100%{top:-2px}}

.sd-apphelp-designed .console-head{display:flex;justify-content:space-between;align-items:center}
.sd-apphelp-designed .console-head .ttl{font-family:var(--font-display);font-weight:600;font-size:14px;color:var(--cream);letter-spacing:-.01em}
.sd-apphelp-designed .console-head .ttl span{color:var(--sand);font-weight:400}
.sd-apphelp-designed .status-pill{display:inline-flex;align-items:center;gap:7px;padding:4px 10px;border-radius:100px;
  background:rgba(219,99,93,.14);color:var(--salmon);
  font-family:var(--font-mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;
  border:1px solid rgba(219,99,93,.3);
}
.sd-apphelp-designed .status-pill::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--coral);box-shadow:0 0 6px var(--coral);animation:sd-apphelp-livePulse 1.4s infinite}

.sd-apphelp-designed .plat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;flex:1}
@media(max-width:500px){.sd-apphelp-designed .plat-grid{grid-template-columns:repeat(3,1fr)}}
.sd-apphelp-designed .plat{
  position:relative;aspect-ratio:1.25/1;border-radius:9px;padding:8px 6px 6px;
  background:rgba(255,246,232,.04);border:1px solid rgba(255,246,232,.09);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  overflow:hidden;transition:all .4s var(--ease);
}
.sd-apphelp-designed .plat .icn{width:18px;height:18px;opacity:.55;transition:opacity .3s,transform .3s}
.sd-apphelp-designed .plat .icn svg{width:100%;height:100%;display:block}
.sd-apphelp-designed .plat .icn svg *{fill:rgba(255,246,232,.5);stroke:rgba(255,246,232,.5)}
.sd-apphelp-designed .plat .nm{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,246,232,.5);white-space:nowrap}
.sd-apphelp-designed .plat .dot{position:absolute;top:5px;right:5px;width:5px;height:5px;border-radius:50%;background:rgba(255,246,232,.18)}

/* lit tiles — configured platforms */
.sd-apphelp-designed .plat.lit{
  background:linear-gradient(140deg,rgba(219,99,93,.2),rgba(219,99,93,.06));
  border-color:rgba(219,99,93,.42);
}
.sd-apphelp-designed .plat.lit .icn{opacity:1}
.sd-apphelp-designed .plat.lit .icn svg *{fill:var(--salmon);stroke:var(--salmon)}
.sd-apphelp-designed .plat.lit .nm{color:var(--cream)}
.sd-apphelp-designed .plat.lit .dot{background:var(--coral);box-shadow:0 0 7px var(--coral);animation:sd-apphelp-livePulse 1.4s ease-in-out infinite}
.sd-apphelp-designed .plat.lit::after{
  content:"";position:absolute;left:-40%;top:-40%;width:80%;height:180%;
  background:linear-gradient(110deg,transparent 40%,rgba(255,246,232,.18) 50%,transparent 60%);
  animation:sd-apphelp-tileGlint 6s ease-in-out infinite;pointer-events:none;
}
@keyframes sd-apphelp-tileGlint{0%,70%{transform:translateX(0);opacity:0}80%{opacity:1}100%{transform:translateX(260%);opacity:0}}
.sd-apphelp-designed .plat.lit:nth-child(3n)::after{animation-delay:2s}
.sd-apphelp-designed .plat.lit:nth-child(3n+1)::after{animation-delay:4s}

/* orbit reticle — highlights currently-tuning tile */
.sd-apphelp-designed .reticle{
  position:absolute;width:calc(25% - 6px);aspect-ratio:1.25/1;
  border:1.5px solid var(--coral);border-radius:9px;pointer-events:none;
  box-shadow:0 0 0 3px rgba(219,99,93,.18),0 0 16px rgba(219,99,93,.35);
  transition:transform 1.2s cubic-bezier(.65,0,.35,1), opacity .4s;
}
.sd-apphelp-designed .reticle::before, .sd-apphelp-designed .reticle::after{content:"";position:absolute;background:var(--coral)}
.sd-apphelp-designed .reticle::before{left:-4px;top:-4px;width:8px;height:1px}
.sd-apphelp-designed .reticle::after{left:-4px;top:-4px;width:1px;height:8px}

.sd-apphelp-designed .console-foot{
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;
  padding-top:12px;border-top:1px dashed rgba(255,246,232,.15);
}
.sd-apphelp-designed .m-cell{display:flex;flex-direction:column;gap:3px}
.sd-apphelp-designed .m-cell .mk{font-family:var(--font-mono);font-size:8.5px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,246,232,.5)}
.sd-apphelp-designed .m-cell .mv{font-family:var(--font-display);font-weight:700;font-size:clamp(18px,2vw,22px);color:var(--cream);letter-spacing:-.02em;line-height:1}
.sd-apphelp-designed .m-cell .mv .u{font-size:.58em;color:var(--sand);margin-left:2px;font-weight:500}
.sd-apphelp-designed .m-cell.accent .mv{color:var(--salmon)}
.sd-apphelp-designed .m-cell .bar{height:3px;border-radius:2px;background:rgba(255,246,232,.1);overflow:hidden;margin-top:4px}
.sd-apphelp-designed .m-cell .bar i{display:block;height:100%;background:linear-gradient(90deg,var(--coral),var(--salmon));border-radius:2px;animation:sd-apphelp-fillBar 3.2s ease-out forwards}
@keyframes sd-apphelp-fillBar{from{width:0}to{width:var(--w,60%)}}

/* caption row (ops timestamp) */
.sd-apphelp-designed .ops-time{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;color:rgba(255,246,232,.5)}


/* reticle orbit - 4 cols x 3 rows grid, cell approx 25% w x 33% h, with 8px gap */
.sd-apphelp-designed .reticle{animation:sd-apphelp-reticleOrbit 8s steps(5,end) infinite}
@keyframes sd-apphelp-reticleOrbit{
  0%{left:6%;top:48px}
  20%{left:31%;top:48px}
  40%{left:56%;top:100px}
  60%{left:6%;top:152px}
  80%{left:56%;top:48px}
  100%{left:31%;top:100px}
}

/* =========================================================
   SECTION 2 — STATS BAND
   ========================================================= */
.sd-apphelp-designed .stats{background:var(--dark-blue);color:var(--cream);padding:clamp(56px,6vw,88px) 0;position:relative;overflow:hidden;isolation:isolate;z-index:2;/* gradient-seam fix 2026-04-22: isolation+z-index per GRADIENT LAYER CONTRACT */}
.sd-apphelp-designed .stats::after{
  content:"";position:absolute;top:-30%;right:-10%;width:60%;height:160%;
  background:radial-gradient(ellipse,rgba(84,146,182,.3),transparent 58%);filter:blur(40px);pointer-events:none;
  z-index:2;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
          mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
.sd-apphelp-designed .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;position:relative;z-index:3}
@media(max-width:900px){.sd-apphelp-designed .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px 28px}}
@media(max-width:520px){.sd-apphelp-designed .stats-grid{grid-template-columns:1fr}}
.sd-apphelp-designed .stat .eyebrow{color:var(--sand);margin-bottom:14px}
.sd-apphelp-designed .stat .num{
  font-family:var(--font-display);font-weight:700;
  font-size:clamp(44px,5.2vw,68px);line-height:.95;letter-spacing:-.035em;color:var(--cream);
}
.sd-apphelp-designed .stat .num .unit{font-size:.55em;color:var(--sand);margin-left:4px;letter-spacing:-.02em;font-weight:600}
.sd-apphelp-designed .stat .lbl{color:var(--on-dark-muted);font-size:15px;line-height:1.55;margin-top:12px;max-width:240px}

/* =========================================================
   SECTION 3 — PROBLEM + PAIN CARDS
   ========================================================= */
.sd-apphelp-designed .problem{background:var(--cream)}
.sd-apphelp-designed .problem .eyebrow{margin-bottom:22px}
.sd-apphelp-designed .problem h2{margin-bottom:28px;max-width:820px}
.sd-apphelp-designed .problem-body{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin:0 0 64px}
@media(max-width:820px){.sd-apphelp-designed .problem-body{grid-template-columns:1fr;gap:24px}}
.sd-apphelp-designed .problem-body p{font-size:17px;line-height:1.65;color:var(--fg-muted)}

.sd-apphelp-designed .pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative}
@media(max-width:900px){.sd-apphelp-designed .pain-grid{grid-template-columns:1fr}}
.sd-apphelp-designed .pain{
  background:var(--surface);border:1px solid var(--border);border-radius:14px;
  padding:32px 28px 28px;position:relative;overflow:hidden;
  box-shadow:var(--shadow-card);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.sd-apphelp-designed .pain:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(13,31,46,.1)}
.sd-apphelp-designed .pain .eyebrow{margin-bottom:16px;font-size:11px}
.sd-apphelp-designed .pain h3{margin-bottom:14px;max-width:300px}
.sd-apphelp-designed .pain p{color:var(--fg-muted);font-size:15px;line-height:1.6}
/* animation slot at bottom */
.sd-apphelp-designed .pain-anim{
  position:relative;margin-top:22px;height:132px;
  background:linear-gradient(180deg,#0c1d2e 0%,#11314a 100%);
  border:1px solid rgba(13,31,46,.15);border-radius:10px;overflow:hidden;
  padding:12px;
}
.sd-apphelp-designed .pain-anim .pa-head{
  display:flex;justify-content:space-between;align-items:center;
  font-family:var(--font-mono);font-size:8.5px;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,246,232,.5);margin-bottom:8px;
}
.sd-apphelp-designed .pain-anim .pa-head b{color:var(--salmon);font-weight:500;display:inline-flex;align-items:center;gap:5px}
.sd-apphelp-designed .pain-anim .pa-head b::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--coral);box-shadow:0 0 6px var(--coral);animation:sd-apphelp-livePulse 1.4s infinite}

/* sonar ping */
.sd-apphelp-designed .pain::after{
  content:"";position:absolute;right:-20px;bottom:-20px;width:80px;height:80px;border-radius:50%;
  border:1.5px solid var(--coral);opacity:0;pointer-events:none;
}
.sd-apphelp-designed .pain.sonar-on::after{animation:sd-apphelp-sonar 2.4s ease-out}
@keyframes sd-apphelp-sonar{0%{opacity:.6;transform:scale(.3)}100%{opacity:0;transform:scale(2.8)}}

/* ====== PAIN 1 — abandoned dashboard (widgets with no data) ====== */
.sd-apphelp-designed .pa-dash{display:grid;grid-template-columns:1.4fr 1fr;grid-template-rows:1fr 1fr;gap:5px;height:calc(100% - 18px)}
.sd-apphelp-designed .pa-dash .w{
  position:relative;border-radius:4px;padding:6px;
  background:rgba(255,246,232,.05);border:1px solid rgba(255,246,232,.1);
  overflow:hidden;
}
.sd-apphelp-designed .pa-dash .w .wl{font-family:var(--font-mono);font-size:7px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,246,232,.45);margin-bottom:4px}
/* active widget — live bars */
.sd-apphelp-designed .pa-dash .w.live{grid-row:span 2}
.sd-apphelp-designed .pa-dash .w.live .bars{display:flex;align-items:flex-end;gap:2px;height:calc(100% - 10px)}
.sd-apphelp-designed .pa-dash .w.live .bars i{display:block;flex:1;background:linear-gradient(180deg,var(--coral),var(--salmon));border-radius:1px 1px 0 0;transform-origin:bottom;animation:sd-apphelp-barLive 3s ease-in-out infinite}
.sd-apphelp-designed .pa-dash .w.live .bars i:nth-child(1){animation-delay:0s;--h:48%}
.sd-apphelp-designed .pa-dash .w.live .bars i:nth-child(2){animation-delay:.2s;--h:72%}
.sd-apphelp-designed .pa-dash .w.live .bars i:nth-child(3){animation-delay:.4s;--h:36%}
.sd-apphelp-designed .pa-dash .w.live .bars i:nth-child(4){animation-delay:.6s;--h:88%}
.sd-apphelp-designed .pa-dash .w.live .bars i:nth-child(5){animation-delay:.8s;--h:54%}
.sd-apphelp-designed .pa-dash .w.live .bars i:nth-child(6){animation-delay:1s;--h:68%}
@keyframes sd-apphelp-barLive{0%,100%{transform:scaleY(var(--h))}50%{transform:scaleY(calc(var(--h) - 8%))}}
/* dormant widget — cobwebbed */
.sd-apphelp-designed .pa-dash .w.dead{background:rgba(255,246,232,.02);border-style:dashed;border-color:rgba(255,246,232,.12)}
.sd-apphelp-designed .pa-dash .w.dead .empty{
  position:absolute;inset:18px 6px 6px;display:flex;align-items:center;justify-content:center;
  font-family:var(--font-mono);font-size:8px;letter-spacing:.1em;color:rgba(255,246,232,.3);
  border:1px dashed rgba(255,246,232,.15);border-radius:3px;
}
.sd-apphelp-designed .pa-dash .w.dead::before{
  content:"NO DATA";position:absolute;right:6px;top:6px;
  font-family:var(--font-mono);font-size:7px;letter-spacing:.12em;color:rgba(219,99,93,.6);
}
/* dust accumulation sweep */
.sd-apphelp-designed .pa-dash::after{
  content:"";position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none;
  background:radial-gradient(ellipse at 70% 70%,rgba(246,200,147,.1),transparent 50%);
  opacity:0;animation:sd-apphelp-dustBuild 6s ease-in-out infinite;
}
@keyframes sd-apphelp-dustBuild{0%,20%{opacity:0}50%,60%{opacity:1}90%,100%{opacity:0}}

/* ====== PAIN 2 — pipeline stage mismatch ====== */
.sd-apphelp-designed .pa-pipe{position:relative;height:calc(100% - 18px);display:flex;align-items:center;gap:4px;padding:0 2px}
.sd-apphelp-designed .pa-pipe .stg{
  flex:1;position:relative;height:36px;border-radius:4px;padding:6px 8px;
  background:rgba(255,246,232,.06);border:1px solid rgba(255,246,232,.12);
  display:flex;flex-direction:column;justify-content:center;gap:3px;
}
.sd-apphelp-designed .pa-pipe .stg .sl{font-family:var(--font-mono);font-size:7px;letter-spacing:.08em;color:rgba(255,246,232,.55);line-height:1}
.sd-apphelp-designed .pa-pipe .stg .sb{height:2px;border-radius:1px;background:rgba(255,246,232,.15)}
.sd-apphelp-designed .pa-pipe .stg.bad{border-color:var(--coral);background:rgba(219,99,93,.12)}
.sd-apphelp-designed .pa-pipe .stg.bad .sl{color:var(--salmon)}
.sd-apphelp-designed .pa-pipe .stg.bad .sb{background:var(--coral)}
.sd-apphelp-designed .pa-pipe .stg.bad::after{
  content:"?";position:absolute;right:4px;top:2px;
  font-family:var(--font-display);font-weight:700;font-size:11px;color:var(--coral);
  animation:sd-apphelp-livePulse 1.2s infinite;
}
.sd-apphelp-designed .pa-pipe .arr{width:10px;color:rgba(255,246,232,.4);text-align:center;font-family:var(--font-mono);font-size:10px}
/* sticky note overlay floating above bad stage */
.sd-apphelp-designed .pa-pipe .note{
  position:absolute;top:-4px;left:50%;transform:translateX(-50%) rotate(-3deg);
  background:var(--sand);color:var(--dark-blue);
  font-family:var(--font-mono);font-size:7px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;
  padding:2px 6px;border-radius:2px;
  box-shadow:0 2px 5px rgba(0,0,0,.3);
  animation:sd-apphelp-noteWave 4s ease-in-out infinite;
}
@keyframes sd-apphelp-noteWave{0%,100%{transform:translateX(-50%) rotate(-3deg)}50%{transform:translateX(-50%) rotate(2deg) translateY(-1px)}}

/* ====== PAIN 3 — integration mess ====== */
.sd-apphelp-designed .pa-net{position:relative;height:calc(100% - 18px)}
.sd-apphelp-designed .pa-net svg{position:absolute;inset:0;width:100%;height:100%}
.sd-apphelp-designed .pa-net .ln{fill:none;stroke:rgba(255,246,232,.3);stroke-width:1;stroke-dasharray:3 3;animation:sd-apphelp-dashFlow 4s linear infinite}
.sd-apphelp-designed .pa-net .ln.broken{stroke:var(--coral);stroke-dasharray:3 3;animation:sd-apphelp-brokenFlash 1.6s ease-in-out infinite}
@keyframes sd-apphelp-brokenFlash{0%,100%{opacity:.35}50%{opacity:1}}
.sd-apphelp-designed .pa-net .node{
  position:absolute;width:22px;height:22px;border-radius:5px;
  background:rgba(255,246,232,.08);border:1px solid rgba(255,246,232,.2);
  display:grid;place-items:center;
  font-family:var(--font-mono);font-size:7.5px;letter-spacing:.05em;color:rgba(255,246,232,.65);font-weight:600;
  transform:translate(-50%,-50%);
}
.sd-apphelp-designed .pa-net .hub{
  width:30px;height:30px;border-radius:6px;
  background:linear-gradient(140deg,rgba(219,99,93,.25),rgba(219,99,93,.1));
  border:1.5px solid var(--coral);color:var(--cream);
}
.sd-apphelp-designed .pa-net .node.err{border-color:var(--coral);color:var(--salmon);animation:sd-apphelp-livePulse 1.6s infinite}
.sd-apphelp-designed .pa-net .cost{
  position:absolute;top:6px;right:6px;
  font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--coral);
  letter-spacing:-.02em;animation:sd-apphelp-costTick 3s steps(4,end) infinite;
}
@keyframes sd-apphelp-costTick{
  0%{content:"$2,840"}25%{content:"$3,110"}50%{content:"$3,420"}75%{content:"$3,715"}
}
.sd-apphelp-designed .pa-net .cost::before{content:attr(data-v)}

@keyframes sd-apphelp-dashFlow{to{stroke-dashoffset:-12}}

/* =========================================================
   SECTION 4 — HOW IT WORKS (5 PHASES)
   ========================================================= */
.sd-apphelp-designed .how{
  background:linear-gradient(180deg,var(--dark-blue) 0%,var(--med-blue) 100%);
  color:var(--cream);position:relative;overflow:hidden;
isolation:isolate;z-index:2;/* gradient-seam fix 2026-04-22: isolation+z-index per GRADIENT LAYER CONTRACT */}
.sd-apphelp-designed .how::before{
  content:"";position:absolute;top:10%;left:30%;width:40%;height:80%;
  background:linear-gradient(165deg,rgba(246,200,147,.18),transparent 60%);
  filter:blur(40px);pointer-events:none;opacity:.6;
  z-index:2;
}
.sd-apphelp-designed .how h2{color:var(--cream)}
.sd-apphelp-designed .how .eyebrow{color:var(--sand)}
.sd-apphelp-designed .how-head{display:grid;grid-template-columns:1fr 1.3fr;gap:48px;margin-bottom:56px;position:relative;z-index:3}
@media(max-width:820px){.sd-apphelp-designed .how-head{grid-template-columns:1fr;gap:24px}}
.sd-apphelp-designed .how-head .lede{color:rgba(255,246,232,.82)}
.sd-apphelp-designed .how-head .lede .edit{color:var(--cream)}

.sd-apphelp-designed .phases{position:relative;padding-left:clamp(0px,4vw,80px)}
.sd-apphelp-designed .phases::before{
  content:"";position:absolute;left:calc(80px + clamp(0px,4vw,80px));top:30px;bottom:30px;
  width:1px;background:linear-gradient(180deg,transparent,rgba(255,246,232,.28) 8%,rgba(255,246,232,.28) 92%,transparent);
  pointer-events:none;
}
@media(max-width:820px){.sd-apphelp-designed .phases::before{display:none}.sd-apphelp-designed .phases{padding-left:0}}
.sd-apphelp-designed .phase{
  position:relative;display:grid;
  grid-template-columns:80px 1.2fr 240px;
  gap:clamp(24px,4vw,56px);align-items:center;
  padding:36px 0;border-top:1px solid rgba(255,246,232,.14);
}
.sd-apphelp-designed .phase:last-child{border-bottom:1px solid rgba(255,246,232,.14)}
@media(max-width:820px){
  .sd-apphelp-designed .phase{grid-template-columns:60px 1fr;gap:20px;padding:28px 0}
  .sd-apphelp-designed .phase-diagram{grid-column:1/-1;width:100%;max-width:360px;margin-top:8px}
}
.sd-apphelp-designed .phase-num{
  font-family:var(--font-mono);font-weight:500;font-size:11px;
  letter-spacing:.18em;color:var(--sand);text-transform:uppercase;
  position:relative;align-self:start;padding-top:6px;
}
.sd-apphelp-designed .phase-num b{
  display:block;font-family:var(--font-display);font-weight:700;
  font-size:clamp(40px,4vw,54px);line-height:.95;letter-spacing:-.04em;
  background:linear-gradient(135deg,var(--salmon) 0%,var(--sand) 100%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;margin-top:4px;
}
.sd-apphelp-designed .phase-num::after{
  content:"";position:absolute;left:calc(100% + (clamp(24px,4vw,56px) / 2) - 4px);top:8px;
  width:8px;height:8px;border-radius:50%;background:var(--coral);
  box-shadow:0 0 0 4px var(--dark-blue),0 0 0 5px rgba(219,99,93,.5);
  z-index:2;
}
@media(max-width:820px){.sd-apphelp-designed .phase-num::after{display:none}}
.sd-apphelp-designed .phase-body h3{font-size:clamp(21px,2vw,28px);line-height:1.2;margin:0 0 10px;max-width:540px;color:var(--cream)}
.sd-apphelp-designed .phase-body h3 .edit{color:var(--sand)}
.sd-apphelp-designed .phase-body p{color:rgba(255,246,232,.78);max-width:500px;font-size:16px;line-height:1.6}
.sd-apphelp-designed .phase-body .meta{
  display:inline-flex;align-items:center;gap:8px;margin-top:14px;
  font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--sand);
}
.sd-apphelp-designed .phase-body .meta::before{content:"";width:14px;height:1px;background:var(--coral)}

/* phase diagram card */
.sd-apphelp-designed .phase-diagram{
  width:100%;max-width:240px;aspect-ratio:5/4;border-radius:14px;
  background:rgba(13,31,46,.35);
  border:1px solid rgba(255,246,232,.12);
  position:relative;overflow:hidden;justify-self:end;
  backdrop-filter:blur(6px);
}
.sd-apphelp-designed .phase-diagram svg{position:absolute;inset:0;width:100%;height:100%}
.sd-apphelp-designed .phase-diagram .pd-lbl{
  position:absolute;top:10px;left:12px;
  font-family:var(--font-mono);font-size:8px;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,246,232,.55);
}

/* =========================================================
   PHASE DIAGRAMS — platform tuning illustrations
   ========================================================= */

/* common scan/dash animations */
@keyframes sd-apphelp-pdScan{0%{transform:translateY(-4px)}100%{transform:translateY(calc(100% + 4px))}}
@keyframes sd-apphelp-tickOn{0%,100%{opacity:.2}50%{opacity:1}}

/* 01 AUDIT — dashboard being x-rayed with diagnostic flags */
.sd-apphelp-designed .pd-audit .pd-dash{
  position:absolute;inset:22px 12px 12px;
  display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:4px;
}
.sd-apphelp-designed .pd-audit .pd-dash .tile{
  position:relative;border-radius:4px;padding:5px 6px;
  background:rgba(255,246,232,.05);border:1px solid rgba(255,246,232,.12);
  font-family:var(--font-mono);font-size:7px;letter-spacing:.08em;color:rgba(255,246,232,.45);
  display:flex;flex-direction:column;gap:3px;
}
.sd-apphelp-designed .pd-audit .pd-dash .tile .bar{height:3px;border-radius:1px;background:rgba(255,246,232,.2)}
.sd-apphelp-designed .pd-audit .pd-dash .tile .bar.full{background:var(--coral)}
.sd-apphelp-designed .pd-audit .pd-dash .tile.flag::after{
  content:"";position:absolute;top:4px;right:4px;width:6px;height:6px;border-radius:50%;
  background:var(--coral);box-shadow:0 0 5px var(--coral);animation:sd-apphelp-livePulse 1.4s infinite;
}
.sd-apphelp-designed .pd-audit .pd-dash .tile.flag{border-color:rgba(219,99,93,.45)}
.sd-apphelp-designed .pd-audit .scanbar{
  position:absolute;left:12px;right:12px;top:22px;height:2px;
  background:linear-gradient(90deg,transparent,var(--sand),transparent);
  box-shadow:0 0 8px var(--sand);
  animation:sd-apphelp-pdScan 3.2s linear infinite;
}

/* 02 PLAN — prioritized card stack shuffling */
.sd-apphelp-designed .pd-plan .rank{position:absolute;inset:22px 12px 12px;display:flex;flex-direction:column;gap:4px;justify-content:center}
.sd-apphelp-designed .pd-plan .rank .card{
  position:relative;height:16px;border-radius:3px;padding:0 8px;
  display:flex;align-items:center;gap:6px;
  background:rgba(255,246,232,.07);border:1px solid rgba(255,246,232,.12);
  animation:sd-apphelp-rankShuffle 8s ease-in-out infinite;
  transform-origin:left center;
}
.sd-apphelp-designed .pd-plan .rank .card .pri{width:5px;height:5px;border-radius:50%;flex:none}
.sd-apphelp-designed .pd-plan .rank .card .ln{flex:1;height:2px;border-radius:1px;background:rgba(255,246,232,.2)}
.sd-apphelp-designed .pd-plan .rank .card .lb{font-family:var(--font-mono);font-size:6.5px;letter-spacing:.1em;color:rgba(255,246,232,.55);text-transform:uppercase}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(1){animation-delay:0s}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(1) .pri{background:var(--coral);box-shadow:0 0 6px var(--coral)}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(2){animation-delay:.5s}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(2) .pri{background:var(--coral);box-shadow:0 0 6px var(--coral);opacity:.8}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(3){animation-delay:1s}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(3) .pri{background:var(--sand)}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(4){animation-delay:1.5s}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(4) .pri{background:var(--sand);opacity:.7}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(5){animation-delay:2s}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(5) .pri{background:rgba(84,146,182,.8)}
@keyframes sd-apphelp-rankShuffle{
  0%,92%{transform:translateX(0)}
  94%{transform:translateX(3px) scaleX(.98)}
  100%{transform:translateX(0)}
}
.sd-apphelp-designed .pd-plan .rank .card:nth-child(1)::after{
  content:"P1";position:absolute;right:6px;top:50%;transform:translateY(-50%);
  font-family:var(--font-mono);font-size:6px;letter-spacing:.1em;color:var(--salmon);font-weight:600;
}

/* 03 BUILD — config panel with toggles flipping */
.sd-apphelp-designed .pd-build .panel{position:absolute;inset:22px 12px 12px;display:flex;flex-direction:column;gap:5px;justify-content:center}
.sd-apphelp-designed .pd-build .panel .row{
  display:flex;align-items:center;justify-content:space-between;gap:8px;
  padding:4px 6px;border-radius:3px;
  background:rgba(255,246,232,.04);border:1px solid rgba(255,246,232,.1);
}
.sd-apphelp-designed .pd-build .panel .row .lbl{font-family:var(--font-mono);font-size:7px;letter-spacing:.08em;color:rgba(255,246,232,.6);text-transform:uppercase;flex:1}
.sd-apphelp-designed .pd-build .panel .row .sw{
  width:20px;height:10px;border-radius:5px;background:rgba(255,246,232,.15);position:relative;
  transition:background .3s;
}
.sd-apphelp-designed .pd-build .panel .row .sw::after{
  content:"";position:absolute;top:1px;left:1px;width:8px;height:8px;border-radius:50%;background:rgba(255,246,232,.7);
  transition:left .4s cubic-bezier(.5,0,.3,1.3), background .3s;
}
.sd-apphelp-designed .pd-build .panel .row.on .sw{background:var(--coral)}
.sd-apphelp-designed .pd-build .panel .row.on .sw::after{left:11px;background:var(--cream)}
.sd-apphelp-designed .pd-build .panel .row:nth-child(1){animation:sd-apphelp-rowToggle 4s ease-in-out infinite .2s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(2){animation:sd-apphelp-rowToggle 4s ease-in-out infinite 1s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(3){animation:sd-apphelp-rowToggle 4s ease-in-out infinite 1.8s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(4){animation:sd-apphelp-rowToggle 4s ease-in-out infinite 2.6s}
@keyframes sd-apphelp-rowToggle{
  0%,40%{background:rgba(255,246,232,.04);border-color:rgba(255,246,232,.1)}
  45%,60%{background:rgba(219,99,93,.12);border-color:rgba(219,99,93,.35)}
  65%,100%{background:rgba(255,246,232,.04);border-color:rgba(255,246,232,.1)}
}
/* flip each row's sw to 'on' at the highlight moment */
.sd-apphelp-designed .pd-build .panel .row:nth-child(1){--delay:0s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(1) .sw{animation:sd-apphelp-swOn 4s ease-in-out infinite .2s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(2) .sw{animation:sd-apphelp-swOn 4s ease-in-out infinite 1s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(3) .sw{animation:sd-apphelp-swOn 4s ease-in-out infinite 1.8s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(4) .sw{animation:sd-apphelp-swOn 4s ease-in-out infinite 2.6s}
@keyframes sd-apphelp-swOn{
  0%,44%{background:rgba(255,246,232,.15)}
  46%,100%{background:var(--coral)}
}
.sd-apphelp-designed .pd-build .panel .row .sw{animation-fill-mode:both}
.sd-apphelp-designed .pd-build .panel .row:nth-child(1) .sw::after{animation:sd-apphelp-kn 4s ease-in-out infinite .2s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(2) .sw::after{animation:sd-apphelp-kn 4s ease-in-out infinite 1s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(3) .sw::after{animation:sd-apphelp-kn 4s ease-in-out infinite 1.8s}
.sd-apphelp-designed .pd-build .panel .row:nth-child(4) .sw::after{animation:sd-apphelp-kn 4s ease-in-out infinite 2.6s}
@keyframes sd-apphelp-kn{
  0%,44%{left:1px;background:rgba(255,246,232,.7)}
  46%,100%{left:11px;background:var(--cream)}
}

/* 04 TRAIN — user adoption curve + avatar migration */
.sd-apphelp-designed .pd-train{}
.sd-apphelp-designed .pd-train .chart{position:absolute;inset:22px 12px 34px;}
.sd-apphelp-designed .pd-train .chart svg{width:100%;height:100%}
.sd-apphelp-designed .pd-train .chart .grid{stroke:rgba(255,246,232,.08);stroke-width:1}
.sd-apphelp-designed .pd-train .chart .area{fill:url(#adoptGrad);opacity:.5}
.sd-apphelp-designed .pd-train .chart .line{fill:none;stroke:var(--salmon);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:180;stroke-dashoffset:180;animation:sd-apphelp-drawLine 3s ease-out forwards;animation-iteration-count:infinite;animation-duration:5s}
@keyframes sd-apphelp-drawLine{0%{stroke-dashoffset:180}60%,100%{stroke-dashoffset:0}}
.sd-apphelp-designed .pd-train .chart .lbl-l, .sd-apphelp-designed .pd-train .chart .lbl-r{
  font-family:var(--font-mono);font-size:7px;letter-spacing:.08em;fill:rgba(255,246,232,.55);text-transform:uppercase;
}
.sd-apphelp-designed .pd-train .avs{position:absolute;left:12px;right:12px;bottom:10px;display:flex;gap:5px;align-items:center;justify-content:center}
.sd-apphelp-designed .pd-train .avs .av{
  width:12px;height:12px;border-radius:50%;
  background:rgba(255,246,232,.15);border:1px solid rgba(255,246,232,.3);
  position:relative;
}
.sd-apphelp-designed .pd-train .avs .av.on{background:var(--coral);border-color:var(--coral);box-shadow:0 0 5px var(--coral)}
.sd-apphelp-designed .pd-train .avs .av.on::after{
  content:"";position:absolute;left:3px;top:4px;width:4px;height:2px;
  border-left:1.5px solid var(--cream);border-bottom:1.5px solid var(--cream);
  transform:rotate(-45deg);
}
.sd-apphelp-designed .pd-train .avs .av:nth-child(1){animation:sd-apphelp-avOn 5s ease-in-out infinite .2s}
.sd-apphelp-designed .pd-train .avs .av:nth-child(2){animation:sd-apphelp-avOn 5s ease-in-out infinite .8s}
.sd-apphelp-designed .pd-train .avs .av:nth-child(3){animation:sd-apphelp-avOn 5s ease-in-out infinite 1.4s}
.sd-apphelp-designed .pd-train .avs .av:nth-child(4){animation:sd-apphelp-avOn 5s ease-in-out infinite 2.0s}
.sd-apphelp-designed .pd-train .avs .av:nth-child(5){animation:sd-apphelp-avOn 5s ease-in-out infinite 2.6s}
.sd-apphelp-designed .pd-train .avs .av:nth-child(6){animation:sd-apphelp-avOn 5s ease-in-out infinite 3.2s}
@keyframes sd-apphelp-avOn{
  0%,20%{background:rgba(255,246,232,.15);border-color:rgba(255,246,232,.3);box-shadow:none}
  30%,100%{background:var(--coral);border-color:var(--coral);box-shadow:0 0 5px var(--coral)}
}

/* 05 OPTIMIZE — semicircular gauge + month ticks */
.sd-apphelp-designed .pd-opt{}
.sd-apphelp-designed .pd-opt .gauge{position:absolute;left:50%;top:36%;transform:translate(-50%,-50%);width:72%;aspect-ratio:2/1;overflow:visible}
.sd-apphelp-designed .pd-opt .gauge svg{width:100%;height:100%;display:block;overflow:visible}
.sd-apphelp-designed .pd-opt .gauge .arc-bg{fill:none;stroke:rgba(255,246,232,.14);stroke-width:6;stroke-linecap:round}
.sd-apphelp-designed .pd-opt .gauge .arc-fill{fill:none;stroke:url(#gaugeGrad);stroke-width:6;stroke-linecap:round;
  stroke-dasharray:126;stroke-dashoffset:50;animation:sd-apphelp-gaugeFill 4s ease-in-out infinite alternate}
@keyframes sd-apphelp-gaugeFill{0%{stroke-dashoffset:60}100%{stroke-dashoffset:22}}
.sd-apphelp-designed .pd-opt .gauge .needle{stroke:var(--cream);stroke-width:1.5;stroke-linecap:round;transform-origin:50% 100%;animation:sd-apphelp-needle 4s ease-in-out infinite alternate}
@keyframes sd-apphelp-needle{0%{transform:rotate(-48deg)}100%{transform:rotate(56deg)}}
.sd-apphelp-designed .pd-opt .gauge .hub{fill:var(--cream)}
.sd-apphelp-designed .pd-opt .kpi{position:absolute;left:0;right:0;top:62%;text-align:center;
  font-family:var(--font-display);font-weight:700;font-size:18px;color:var(--cream);letter-spacing:-.02em;line-height:1}
.sd-apphelp-designed .pd-opt .kpi .u{font-size:.5em;color:var(--sand);margin-left:2px;font-weight:500}
.sd-apphelp-designed .pd-opt .months{position:absolute;left:12px;right:12px;bottom:10px;display:flex;gap:3px;justify-content:center}
.sd-apphelp-designed .pd-opt .months i{
  display:block;flex:1;max-width:7px;height:6px;border-radius:1px;
  background:rgba(255,246,232,.18);animation:sd-apphelp-tickOn 3s ease-in-out infinite;
}
.sd-apphelp-designed .pd-opt .months i:nth-child(1){animation-delay:0s;background:var(--coral)}
.sd-apphelp-designed .pd-opt .months i:nth-child(2){animation-delay:.2s;background:var(--coral);opacity:.85}
.sd-apphelp-designed .pd-opt .months i:nth-child(3){animation-delay:.4s;background:var(--salmon);opacity:.7}
.sd-apphelp-designed .pd-opt .months i:nth-child(4){animation-delay:.6s;background:var(--sand);opacity:.5}
.sd-apphelp-designed .pd-opt .months i:nth-child(5){animation-delay:.8s}
.sd-apphelp-designed .pd-opt .months i:nth-child(6){animation-delay:1s}
.sd-apphelp-designed .pd-opt .months i:nth-child(7){animation-delay:1.2s}
.sd-apphelp-designed .pd-opt .months i:nth-child(8){animation-delay:1.4s}
.sd-apphelp-designed .pd-opt .months i:nth-child(9){animation-delay:1.6s}
.sd-apphelp-designed .pd-opt .months i:nth-child(10){animation-delay:1.8s}
.sd-apphelp-designed .pd-opt .months i:nth-child(11){animation-delay:2s}
.sd-apphelp-designed .pd-opt .months i:nth-child(12){animation-delay:2.2s}

/* =========================================================
   SECTION 5 — WHAT SHIPS (12-tile grid)
   ========================================================= */
.sd-apphelp-designed .ships{background:var(--cream)}
.sd-apphelp-designed .ships-head{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin-bottom:48px;align-items:end}
@media(max-width:820px){.sd-apphelp-designed .ships-head{grid-template-columns:1fr;gap:20px}}
.sd-apphelp-designed .ships-head .eyebrow{margin-bottom:18px}
.sd-apphelp-designed .ships-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){.sd-apphelp-designed .ships-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.sd-apphelp-designed .ships-grid{grid-template-columns:1fr}}
.sd-apphelp-designed .ship{
  background:var(--surface);border:1px solid var(--border);border-radius:12px;
  padding:24px 22px;position:relative;
  transition:transform .25s var(--ease), border-color .25s var(--ease);
}
.sd-apphelp-designed .ship:hover{transform:translateY(-2px);border-color:rgba(35,92,129,.3)}
.sd-apphelp-designed .ship .num{
  font-family:var(--font-mono);font-size:10px;font-weight:500;
  letter-spacing:.14em;color:var(--dark-blue);opacity:.7;
}
.sd-apphelp-designed .ship h4{font-size:17px;font-weight:600;line-height:1.3;margin-top:6px;color:var(--navy)}
.sd-apphelp-designed .ship .ficon{
  width:30px;height:30px;margin-bottom:14px;color:var(--coral);
  display:grid;place-items:start;
}
.sd-apphelp-designed .ship .ficon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;fill:none}

/* =========================================================
   SECTION 6 — NOT FOR
   ========================================================= */
.sd-apphelp-designed .notfor{background:var(--warm)}
.sd-apphelp-designed .notfor-head{margin-bottom:48px}
.sd-apphelp-designed .notfor-head .eyebrow{margin-bottom:18px}
.sd-apphelp-designed .notfor-head h2{max-width:820px}
.sd-apphelp-designed .nf-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 32px;list-style:none;padding:0;margin:0}
@media(max-width:820px){.sd-apphelp-designed .nf-list{grid-template-columns:1fr}}
.sd-apphelp-designed .nf-list li{
  display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start;
  padding:18px 0;border-top:1px solid rgba(17,49,74,.1);
}
.sd-apphelp-designed .nf-list li:first-child, .sd-apphelp-designed .nf-list li:nth-child(2){border-top:0;padding-top:0}
.sd-apphelp-designed .nf-list .x{
  width:22px;height:22px;border-radius:50%;background:rgba(219,99,93,.15);
  display:grid;place-items:center;color:var(--coral);margin-top:2px;
}
.sd-apphelp-designed .nf-list .x svg{width:11px;height:11px;stroke:currentColor;stroke-width:2.4;stroke-linecap:round}
.sd-apphelp-designed .nf-list li p{color:var(--fg-muted);font-size:16px;line-height:1.6}
.sd-apphelp-designed .nf-list li p b{color:var(--navy);font-weight:600;display:block;margin-bottom:2px}

/* =========================================================
   SECTION 7 — PRICING CARD
   ========================================================= */
.sd-apphelp-designed .pricing{background:var(--cream);position:relative;overflow:hidden}
.sd-apphelp-designed .pricing-head{text-align:center;margin-bottom:48px}
.sd-apphelp-designed .pricing-head .eyebrow{margin-bottom:16px}
.sd-apphelp-designed .pricing-card{
  max-width:720px;margin:0 auto;
  background:var(--navy);color:var(--cream);
  border-radius:20px;padding:clamp(36px,4.5vw,56px);
  position:relative;overflow:hidden;
  box-shadow:0 30px 60px -10px rgba(13,31,46,.4);
}
.sd-apphelp-designed .pricing-card::before{
  content:"";position:absolute;inset:-20%;
  background:radial-gradient(ellipse 50% 40% at 50% 0%,rgba(219,99,93,.28),transparent 60%);
  pointer-events:none;animation:sd-apphelp-coralGlow 6s ease-in-out infinite;
}
@keyframes sd-apphelp-coralGlow{0%,100%{opacity:.6}50%{opacity:1}}
.sd-apphelp-designed .pricing-card::after{
  content:"";position:absolute;inset:0;border-radius:20px;
  box-shadow:inset 0 0 0 1px rgba(219,99,93,.25);pointer-events:none;
}
.sd-apphelp-designed .pc-head{display:flex;align-items:baseline;justify-content:space-between;gap:24px;position:relative;z-index:2;margin-bottom:24px;flex-wrap:wrap}
.sd-apphelp-designed .pc-head .eyebrow{color:var(--sand);margin-bottom:0}
.sd-apphelp-designed .pc-head .cap{font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,246,232,.5)}
.sd-apphelp-designed .pricing-card h3{color:var(--cream);font-size:clamp(26px,3vw,36px);margin-bottom:16px;position:relative;z-index:2}
.sd-apphelp-designed .pc-price{display:flex;align-items:baseline;gap:8px;margin-bottom:18px;position:relative;z-index:2}
.sd-apphelp-designed .pc-price .amt{font-family:var(--font-display);font-weight:700;font-size:clamp(48px,6vw,72px);letter-spacing:-.04em;line-height:1;color:var(--cream)}
.sd-apphelp-designed .pc-price .cad{color:var(--on-dark-muted);font-size:16px}
.sd-apphelp-designed .pc-desc{color:var(--on-dark-muted);font-size:16px;line-height:1.6;max-width:520px;margin-bottom:28px;position:relative;z-index:2}
.sd-apphelp-designed .pc-list{list-style:none;padding:0;margin:0 0 32px;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;position:relative;z-index:2}
@media(max-width:560px){.sd-apphelp-designed .pc-list{grid-template-columns:1fr}}
.sd-apphelp-designed .pc-list li{display:grid;grid-template-columns:18px 1fr;gap:10px;color:var(--on-dark-muted);font-size:15px;line-height:1.5}
.sd-apphelp-designed .pc-list li svg{width:16px;height:16px;color:var(--sand);margin-top:3px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.sd-apphelp-designed .pc-cta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;position:relative;z-index:2}

/* 3-package grid */
.sd-apphelp-designed .pricing-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  max-width:1200px;margin:0 auto;align-items:stretch;
}
@media(max-width:980px){.sd-apphelp-designed .pricing-cards{grid-template-columns:1fr;max-width:720px;gap:20px}}
.sd-apphelp-designed .pricing-card.pc-3{
  max-width:none;margin:0;padding:clamp(28px,3vw,40px);
  display:flex;flex-direction:column;
}
.sd-apphelp-designed .pricing-card.pc-3 h3{font-size:clamp(18px,1.8vw,22px);line-height:1.3;margin-bottom:14px;display:block}
.sd-apphelp-designed .pricing-card.pc-3 .pc-price{margin-bottom:14px;flex-wrap:wrap}
.sd-apphelp-designed .pricing-card.pc-3 .pc-price .amt{font-size:clamp(36px,4.4vw,52px)}
.sd-apphelp-designed .pricing-card.pc-3 .pc-price .amt .plus{font-size:.5em;color:var(--sand);margin-left:2px;font-weight:500}
.sd-apphelp-designed .pricing-card.pc-3 .pc-price .cad{display:block;width:100%;margin-top:4px;font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--on-dark-muted)}
.sd-apphelp-designed .pricing-card.pc-3 .pc-desc{font-size:14px;margin-bottom:22px}
.sd-apphelp-designed .pricing-card.pc-3 .pc-list.pc-list-single{grid-template-columns:1fr;gap:8px;margin-bottom:24px;flex:1}
.sd-apphelp-designed .pricing-card.pc-3 .pc-list.pc-list-single li{font-size:13px}
.sd-apphelp-designed .pricing-card.pc-3 .pc-cta{margin-top:auto}
.sd-apphelp-designed .pricing-card.pc-3 .pc-cta .btn{width:100%;text-align:center;justify-content:center}

/* Recommended (Build) highlight */
.sd-apphelp-designed .pricing-card.pc-recommended{
  box-shadow:
    0 30px 60px -10px rgba(13,31,46,.5),
    0 0 0 2px rgba(246,200,147,.55),
    0 0 40px rgba(246,200,147,.25);
  transform:translateY(-6px);
}
@media(max-width:980px){.sd-apphelp-designed .pricing-card.pc-recommended{transform:none}}
.sd-apphelp-designed .pricing-card.pc-recommended::before{
  background:radial-gradient(ellipse 50% 40% at 50% 0%,rgba(246,200,147,.32),transparent 60%);
}
.sd-apphelp-designed .pricing-card.pc-recommended::after{
  box-shadow:inset 0 0 0 1px rgba(246,200,147,.4);
}
.sd-apphelp-designed .pc-ribbon{
  position:absolute;top:16px;right:16px;z-index:3;
  background:var(--sand);color:var(--navy);
  font-family:var(--font-mono);font-size:10px;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;
  padding:6px 12px;border-radius:999px;
}

/* 5-seat indicator */
.sd-apphelp-designed .seat-strip{
  max-width:720px;margin:32px auto 0;text-align:center;
}
.sd-apphelp-designed .seat-strip .row{display:flex;justify-content:center;gap:14px;margin-bottom:10px}
.sd-apphelp-designed .seat-strip .seat-sm{
  width:40px;aspect-ratio:1;position:relative;display:grid;place-items:center;
}
.sd-apphelp-designed .seat-strip .seat-sm svg{width:100%;height:100%}
.sd-apphelp-designed .seat-strip .seat-sm.open::before{
  content:"";position:absolute;inset:-6px;border-radius:50%;
  border:1.5px dashed rgba(35,92,129,.35);animation:seatPulse 2.2s var(--ease) infinite;
}
.sd-apphelp-designed .seat-strip .cap{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-muted)}

/* secondary pricing preview */
.sd-apphelp-designed .pricing-more{
  max-width:720px;margin:32px auto 0;
  display:flex;gap:12px 24px;flex-wrap:wrap;justify-content:center;align-items:center;
  font-size:14px;color:var(--fg-muted);
}
.sd-apphelp-designed .pricing-more b{color:var(--navy);font-weight:600}
.sd-apphelp-designed .pricing-more a{color:var(--coral);font-weight:500;text-decoration:underline;text-underline-offset:3px}
.sd-apphelp-designed .pricing-more a:hover{color:var(--dark-blue)}

/* =========================================================
   SECTION 8 — GRADUATION
   ========================================================= */
.sd-apphelp-designed .grad{background:var(--navy);color:var(--cream);position:relative;overflow:hidden;isolation:isolate;z-index:2;/* gradient-seam fix 2026-04-22: isolation+z-index per GRADIENT LAYER CONTRACT */}
.sd-apphelp-designed .grad::before{
  content:"";position:absolute;top:-20%;left:-10%;width:60%;height:140%;
  background:radial-gradient(ellipse,rgba(246,200,147,.1),transparent 58%);
  filter:blur(40px);pointer-events:none;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
          mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
.sd-apphelp-designed .grad-head{text-align:center;margin-bottom:56px}
.sd-apphelp-designed .grad-head .eyebrow{color:var(--sand);margin-bottom:18px}
.sd-apphelp-designed .grad-head h2{max-width:820px;margin:0 auto;color:var(--cream)}
.sd-apphelp-designed .grad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:2}
@media(max-width:820px){.sd-apphelp-designed .grad-grid{grid-template-columns:1fr}}
.sd-apphelp-designed .grad-card{
  background:rgba(13,31,46,.5);
  border:1px solid rgba(255,246,232,.14);
  border-radius:14px;padding:32px 28px;position:relative;overflow:hidden;
  transition:transform .3s var(--ease), border-color .3s var(--ease);
}
.sd-apphelp-designed .grad-card:hover{transform:translateY(-3px);border-color:rgba(246,200,147,.4)}
.sd-apphelp-designed .grad-card .num{
  font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--sand);margin-bottom:18px;
}
.sd-apphelp-designed .grad-card h3{color:var(--cream);margin-bottom:14px;font-size:22px}
.sd-apphelp-designed .grad-card h3 .edit{color:var(--sand)}
.sd-apphelp-designed .grad-card p{color:var(--on-dark-muted);font-size:15px;line-height:1.6}
.sd-apphelp-designed .ascent{
  position:absolute;right:20px;top:24px;width:24px;height:64px;overflow:hidden;
}
.sd-apphelp-designed .ascent::before{
  content:"";position:absolute;left:50%;top:0;bottom:0;transform:translateX(-50%);
  width:1.5px;background:linear-gradient(180deg,rgba(246,200,147,.8),rgba(84,146,182,.2));
}
.sd-apphelp-designed .ascent .arr{
  position:absolute;left:50%;bottom:0;transform:translateX(-50%);
  width:10px;height:10px;animation:sd-apphelp-ascArr 4s ease-in-out infinite;
}
.sd-apphelp-designed .ascent .arr::before{
  content:"";position:absolute;inset:0;
  border-left:1.5px solid var(--sand);border-top:1.5px solid var(--sand);
  transform:rotate(45deg);
}
@keyframes sd-apphelp-ascArr{
  0%,10%{bottom:0;opacity:0}
  20%{opacity:1}
  80%{bottom:54px;opacity:1}
  100%{bottom:54px;opacity:0}
}

/* =========================================================
   SECTION 9 — FAQ
   ========================================================= */
.sd-apphelp-designed .faq-head{margin-bottom:40px;max-width:820px}
.sd-apphelp-designed .faq-head .eyebrow{margin-bottom:18px;font-family:var(--font-edit);font-style:italic;font-weight:500;font-size:22px;color:var(--dark-blue);text-transform:none;letter-spacing:-.01em}
.sd-apphelp-designed .faq-list{display:grid;gap:2px;border-top:1px solid rgba(17,49,74,.14)}
.sd-apphelp-designed .q{
  border-top:1px solid rgba(17,49,74,.14);
  padding:0;
}
.sd-apphelp-designed .q:last-child{border-bottom:1px solid rgba(17,49,74,.14)}
.sd-apphelp-designed .q summary{
  list-style:none;cursor:pointer;padding:28px 0;
  display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;
  font-family:var(--font-display);font-weight:600;font-size:clamp(17px,1.5vw,21px);line-height:1.3;color:var(--navy);
}
.sd-apphelp-designed .q summary::-webkit-details-marker{display:none}
.sd-apphelp-designed .q .plus{
  width:24px;height:24px;position:relative;flex:0 0 auto;
  transition:transform .3s var(--ease);
}
.sd-apphelp-designed .q .plus::before,
.sd-apphelp-designed .q .plus::after{
  content:"";position:absolute;background:var(--coral);border-radius:2px;
}
.sd-apphelp-designed .q .plus::before{top:11px;left:4px;right:4px;height:2px}
.sd-apphelp-designed .q .plus::after{left:11px;top:4px;bottom:4px;width:2px;transition:transform .3s var(--ease)}
.sd-apphelp-designed .q[open] .plus::after{transform:rotate(90deg)}
.sd-apphelp-designed .q[open] .plus{transform:rotate(45deg)}
.sd-apphelp-designed .q .answer{
  padding:0 0 28px;color:var(--fg-muted);font-size:16px;line-height:1.6;max-width:760px;
}

/* =========================================================
   SECTION 10 — PROOF (internal products)
   ========================================================= */
.sd-apphelp-designed .proof{background:var(--cream)}
.sd-apphelp-designed .proof-head{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin-bottom:48px;align-items:end}
@media(max-width:820px){.sd-apphelp-designed .proof-head{grid-template-columns:1fr}}
.sd-apphelp-designed .proof-head .eyebrow{margin-bottom:18px}
.sd-apphelp-designed .proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:900px){.sd-apphelp-designed .proof-grid{grid-template-columns:1fr}}
.sd-apphelp-designed .proof-card{
  background:var(--surface);border:1px solid var(--border);border-radius:14px;
  padding:32px 28px;position:relative;overflow:hidden;
  box-shadow:var(--shadow-card);
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.sd-apphelp-designed .proof-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(13,31,46,.1)}
.sd-apphelp-designed .proof-card .tag{
  font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--coral);margin-bottom:14px;
}
.sd-apphelp-designed .proof-card h3{color:var(--navy);margin-bottom:10px;font-size:22px}
.sd-apphelp-designed .proof-card .sub{color:var(--dark-blue);font-size:14px;font-weight:600;margin-bottom:14px;letter-spacing:-.005em}
.sd-apphelp-designed .proof-card p{color:var(--fg-muted);font-size:15px;line-height:1.6}
.sd-apphelp-designed .proof-card .tether-mini{
  position:absolute;right:-30px;top:-30px;width:100px;height:100px;opacity:.1;pointer-events:none;
}
.sd-apphelp-designed .proof-card .tether-mini svg{width:100%;height:100%;stroke:var(--coral);stroke-width:1.5;fill:none}

/* =========================================================
   SECTION 11 — FINAL APPLY
   ========================================================= */
.sd-apphelp-designed .final{
  background:var(--deep-navy);color:var(--cream);position:relative;overflow:hidden;
  text-align:center;padding:clamp(80px,10vw,140px) 0;
isolation:isolate;z-index:2;/* gradient-seam fix 2026-04-22: isolation+z-index per GRADIENT LAYER CONTRACT */}
.sd-apphelp-designed .final::before{
  content:"";position:absolute;inset:-120px 0;
  background:radial-gradient(ellipse 60% 50% at 50% 50%,rgba(219,99,93,.12),transparent 58%);
  animation:sd-apphelp-coralPulse 6s ease-in-out infinite;pointer-events:none;
  z-index:2;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
          mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%);
}
@keyframes sd-apphelp-coralPulse{0%,100%{opacity:.7}50%{opacity:1}}
.sd-apphelp-designed .final .wrap{position:relative;z-index:3}
.sd-apphelp-designed .final .eyebrow{color:var(--sand);margin-bottom:22px}
.sd-apphelp-designed .final h2{max-width:780px;margin:0 auto 22px;color:var(--cream)}
.sd-apphelp-designed .final .lede{margin:0 auto 16px;text-align:center;color:var(--on-dark-muted);font-size:clamp(16px,1.3vw,19px);max-width:620px}
.sd-apphelp-designed .final .sub-body{color:var(--on-dark-subtle);font-size:14px;max-width:560px;margin:0 auto 40px;line-height:1.6}
.sd-apphelp-designed .final .btn-coral{font-size:17px;padding:20px 36px}
.sd-apphelp-designed .final .secondary-link{display:block;margin-top:24px;color:var(--on-dark-muted);font-size:14px}
.sd-apphelp-designed .final .secondary-link a{color:var(--cream);text-decoration:underline;text-underline-offset:3px}
.sd-apphelp-designed .final .secondary-link a:hover{color:var(--sand)}
.sd-apphelp-designed .form-placeholder{
  margin:48px auto 0;max-width:560px;
  border:1.5px dashed rgba(255,246,232,.2);border-radius:12px;
  padding:40px 24px;text-align:center;
}
.sd-apphelp-designed .form-placeholder .eyebrow{color:var(--sand);margin-bottom:10px}
.sd-apphelp-designed .form-placeholder p{color:var(--on-dark-subtle);font-size:14px;font-family:var(--font-mono);letter-spacing:.06em}

/* =========================================================
   SECTION 12 — IDEAS
   ========================================================= */
.sd-apphelp-designed .ideas{background:var(--cream)}
.sd-apphelp-designed .ideas-head{margin-bottom:40px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end}
@media(max-width:720px){.sd-apphelp-designed .ideas-head{grid-template-columns:1fr}}
.sd-apphelp-designed .ideas-head .eyebrow{margin-bottom:16px}
.sd-apphelp-designed .ideas-head .see-all{font-size:14px;color:var(--coral);font-weight:500;display:inline-flex;align-items:center;gap:6px}
.sd-apphelp-designed .ideas-head .see-all:hover{color:var(--dark-blue)}
.sd-apphelp-designed .ideas-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:900px){.sd-apphelp-designed .ideas-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.sd-apphelp-designed .ideas-grid{grid-template-columns:1fr}}
.sd-apphelp-designed .idea{
  background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;
  display:flex;flex-direction:column;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease);
}
.sd-apphelp-designed .idea:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(13,31,46,.1)}
.sd-apphelp-designed .idea .img{aspect-ratio:16/10;background:linear-gradient(140deg,var(--navy),var(--dark-blue));position:relative;overflow:hidden}
.sd-apphelp-designed .idea .img::after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(ellipse 50% 40% at 30% 30%,rgba(246,200,147,.3),transparent 60%);
}
.sd-apphelp-designed .idea .img svg{position:absolute;inset:0;width:100%;height:100%;opacity:.5}
.sd-apphelp-designed .idea .body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
.sd-apphelp-designed .idea .tag{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--dark-blue);margin-bottom:10px}
.sd-apphelp-designed .idea h4{color:var(--navy);font-size:18px;line-height:1.3;margin-bottom:8px;font-weight:600}
.sd-apphelp-designed .idea p{color:var(--fg-muted);font-size:14px;line-height:1.55;margin-bottom:16px;flex:1}
.sd-apphelp-designed .idea .read{color:var(--coral);font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:6px;transition:gap .25s var(--ease)}
.sd-apphelp-designed .idea:hover .read{gap:10px}

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .sd-apphelp-designed *, .sd-apphelp-designed *::before, .sd-apphelp-designed *::after{animation:none !important;transition:none !important}
  .sd-apphelp-designed .dust span{display:none}
  .sd-apphelp-designed .reveal{opacity:1;transform:none}
}

/* App Help overrides: hide startup-only sections */
.sd-apphelp-designed .grad{display:none !important}
.sd-apphelp-designed .seat-strip{display:none !important}
.sd-apphelp-designed .pricing-card h3{display:none}
.sd-apphelp-designed .pc-price .amt{font-size:clamp(40px,5vw,64px)}
.sd-apphelp-designed .pc-price .cad{display:block;margin-top:8px;font-family:var(--font-mono);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--on-dark-muted)}

/* =========================================================
   SD-SCHEDULER - navy wrapper around Dive booking embed
   ========================================================= */
.sd-scheduler {
  background: #0a1930;
  padding: 48px 32px;
  border-radius: 20px;
}
@media (max-width: 720px) {
  .sd-scheduler {
    padding: 24px 16px;
    border-radius: 16px;
  }
}

/* =========================================================
   SD-SCHEDULER BARE VARIANT (apphelp scope)
   Apply when the host section is already dark (deep-navy).
   Flattens the inner navy card so only the GHL iframe shows.
   ========================================================= */
.sd-apphelp-designed .sd-scheduler.sd-scheduler--bare{
  background:transparent;
  padding:0;
  border-radius:0;
  border:0;
  box-shadow:none;
  max-width:880px;
  margin:0 auto;
}
.sd-apphelp-designed .sd-scheduler.sd-scheduler--bare .dive-embed{
  background:transparent;
  padding:0;
  border-radius:0;
  border:0;
  box-shadow:none;
}
.sd-apphelp-designed .sd-scheduler.sd-scheduler--bare iframe{
  background:transparent;
  border:0;
  display:block;
}
.sd-apphelp-designed .sd-scheduler.sd-scheduler--bare br{display:none}


/* ============================================================
   APP HELP HERO VIDEO + WAVE DIVIDER + FLUSH-TO-TOP
   Added 2026-05-14. Mirrors the pattern shipped on /insights/
   and /resources/ (sd-archives.css "HERO VIDEO" blocks). The
   App Help page uses .sd-apphelp-designed .hero (not the
   sd-archives hero), so the hero-video/overlay/wave CSS is
   ported here directly. Body class body.page-id-4043 activates
   the navy-to-top + flush-to-top behavior so the autoplay
   video paints from y=0 behind the transparent Salient header.
   ============================================================ */

/* Extend navy color all the way to top of page behind transparent header. */
body.page-id-4043 {
  background-color: #11314a;
}
body.page-id-4043 #ajax-content-wrap {
  background-color: #11314a;
}
body.page-id-4043 #nectar-nav-spacer {
  background: transparent !important;
}

/* Pull hero up by the Salient header height and pad-top to compensate. */
body.page-id-4043 .sd-apphelp-designed .hero {
  margin-top: calc(-1 * var(--header-nav-height, 100px));
  padding-top: calc(var(--header-nav-height, 100px) + clamp(96px, 11vw, 156px));
}
@media only screen and (max-width: 1024px) {
  body.page-id-4043 .sd-apphelp-designed .hero {
    margin-top: -104px;
    padding-top: calc(104px + clamp(72px, 9vw, 120px));
  }
}

/* Hero video sits behind the navy overlay; overlay sits behind dust/ray/copy. */
.sd-apphelp-designed .hero.sd-archives__hero--video {
  background: #11314a;
}
.sd-apphelp-designed .sd-archives__hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  border: 0;
  background: #11314a;
}
.sd-apphelp-designed .sd-archives__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    rgba(17, 49, 74, 0.78) 0%,
    rgba(17, 49, 74, 0.72) 55%,
    rgba(17, 49, 74, 0.85) 100%);
  pointer-events: none;
}

/* Lift the existing decorative dust + ray above the navy overlay. */
.sd-apphelp-designed .hero .dust { z-index: 2; }
.sd-apphelp-designed .hero .ray  { z-index: 2; }
.sd-apphelp-designed .hero .wrap { position: relative; z-index: 3; }

/* Bottom wave divider transitioning navy to cream. */
.sd-apphelp-designed .sd-archives__hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: clamp(60px, 7vw, 110px);
  display: block;
  z-index: 4;
  pointer-events: none;
}

/* Add enough bottom padding so wave does not clip text. */
.sd-apphelp-designed .hero.sd-archives__hero--video {
  padding-bottom: clamp(110px, 11vw, 170px);
}

@media (prefers-reduced-motion: reduce) {
  .sd-apphelp-designed .sd-archives__hero-video { display: none; }
}
@media (max-width: 480px) {
  .sd-apphelp-designed .sd-archives__hero-wave { height: 50px; }
}

