/* =========================================================
   Webshape Design — New Home Page template styles
   Generated from prototype css/styles.css + css/v2-additions.css
   - Element selectors scoped under .nhp (the template wrapper)
   - Prototype topbar/nav/brand/footer rules removed (theme header
     and footer are used instead)
   ========================================================= */
/* =========================================================
   Webshape Design — Home page prototype
   Brand palette + modern SaaS layout
   ========================================================= */
@property --ang { syntax: '<angle>'; inherits: false; initial-value: 0deg; }
:root {
  --navy: #202132;
  --navy-light: #2a2b3d;
  --navy-2: #2e3042;
  --wine: #c82d44;
  --wine-soft: #ff6b8a;
  --wine-dark: #a82539;
  --grey: #8d99ae;
  --light: #edf2f4;
  --light-alt: #f4f6f8;
  --white: #ffffff;

  --ink: #202132;
  --ink-soft: #5a5b6a;

  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;

  --shadow-sm: 0 2px 8px rgba(32, 33, 50, 0.06);
  --shadow-card: 0 8px 30px rgba(32, 33, 50, 0.08);
  --shadow-lift: 0 30px 70px rgba(13, 14, 28, 0.45);

  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  --font-head: brother-1816, "Mulish", sans-serif;
  --font-body: "Mulish", brother-1816, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --maxw: 1160px;
}
.nhp *, .nhp *::before, .nhp *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.nhp {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.nhp h1, .nhp h2, .nhp h3, .nhp h4 {
  font-family: var(--font-head);
  line-height: 1.12;
  margin: 0;
  font-weight: 300;
}
.nhp h1 { font-size: clamp(2.9rem, 6.4vw, 5rem); letter-spacing: -0.03em; }
.nhp h2 { font-size: clamp(2rem, 3.8vw, 2.9rem); letter-spacing: -0.025em; }
.nhp h3 { font-size: 1.3rem; letter-spacing: -0.01em; }
.accent { font-weight: 400; }
.nhp p { margin: 0 0 1rem; }
.nhp a { color: inherit; text-decoration: none; }
.nhp em { font-style: italic; }
.accent { color: var(--wine); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 50px;
  border: 1.5px solid var(--navy);
  background: var(--navy); color: var(--white);
  font-family: var(--font-body); font-weight: 600; letter-spacing: 0.4px;
  font-size: 16px; padding: 14px 28px; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .3s var(--ease),
              background-color .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-pink { background: var(--wine); border-color: var(--wine); color: #fff; box-shadow: 0 8px 22px rgba(200,45,68,.28); }
.btn-pink:hover { box-shadow: 0 12px 30px rgba(200, 45, 68, .42); }
.btn-ghost { background: rgba(255,255,255,.04); border-color: rgba(255, 255, 255, .25); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-lg { padding: 17px 36px; font-size: 17px; }
.btn-sm { padding: 11px 22px; font-size: 14px; }
.btn-block { width: 100%; }
/* ---------- Caption item (line + dot + label) ---------- */
.caption-item { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.caption-item.center { display: flex; justify-content: center; }
.caption-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wine); box-shadow: 0 0 0 4px rgba(200,45,68,.15); }
.caption-text {
  font-family: var(--font-mono);
  font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  color: var(--wine);
}
.caption-text.light { color: var(--wine-soft); }
.section-head { max-width: 740px; margin: 0 auto 60px; text-align: center; }
.section-sub { color: var(--ink-soft); font-size: 1.1rem; margin-top: 16px; }
/* =========================================================
   Hero
   ========================================================= */
.hero {
  position: relative;
  background: radial-gradient(120% 90% at 50% -10%, #2b2d44 0%, var(--navy) 45%, #1a1b2a 100%);
  color: #fff; overflow: hidden;
  padding: 70px 0 110px; text-align: center;
}
.hero-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(120% 70% at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(120% 70% at 50% 0%, #000 30%, transparent 75%);
}
.hero-glow {
  position: absolute; top: -180px; left: 50%; transform: translateX(-50%);
  width: 760px; height: 560px;
  background: radial-gradient(circle, rgba(200, 45, 68, .55) 0%, rgba(200, 45, 68, 0) 65%);
  filter: blur(30px); pointer-events: none;
}
.hero-inner { position: relative; max-width: 920px; margin: 0 auto; padding: 0 24px; display: flex; flex-direction: column; align-items: center; }
/* Glowing tag pill */
.tag-pill {
  position: relative; display: inline-flex; align-items: center; gap: 9px;
  padding: 9px 20px; border-radius: 999px;
  background: rgba(255,255,255,.05);
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.85); margin-bottom: 30px;
  isolation: isolate;
}
.tag-pill::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background:
    linear-gradient(rgba(255,255,255,.18), rgba(255,255,255,.18)) border-box,
    conic-gradient(from var(--ang), transparent 0deg, transparent 250deg, var(--wine-soft) 320deg, #fff 345deg, transparent 360deg) border-box;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: spin-ang 4s linear infinite;
}
@keyframes spin-ang { to { --ang: 360deg; } }
.tag-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wine-soft); box-shadow: 0 0 10px 2px var(--wine-soft); }
.hero h1 { margin-bottom: 22px; }
.hero h1 .accent {
  background: linear-gradient(100deg, var(--wine) 0%, var(--wine-soft) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--wine);
}
.lede { font-size: 1.25rem; color: rgba(255, 255, 255, .8); max-width: 600px; margin-bottom: 34px; }
.lede strong { color: #fff; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 22px; }
.reassurance { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; margin-bottom: 56px; }
.reassure { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; color: rgba(255,255,255,.7); }
.check { width: 18px; height: 18px; color: #2fd07f; background: rgba(47,208,127,.14); border-radius: 50%; padding: 2px; }
/* Product stage */
.hero-stage { position: relative; width: 100%; max-width: 860px; margin: 0 auto 54px; }
.ring { position: absolute; left: 50%; top: 50%; border-radius: 50%; pointer-events: none; }
.ring-1 {
  width: 720px; height: 720px; margin: -360px 0 0 -360px;
  background: conic-gradient(from 0deg, transparent 0 70%, rgba(255,107,138,.55) 88%, transparent 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 49.4%, #000 49.6% 50%, transparent 50.4%);
          mask: radial-gradient(circle, transparent 0 49.4%, #000 49.6% 50%, transparent 50.4%);
  animation: spin 18s linear infinite;
}
.ring-2 {
  width: 560px; height: 560px; margin: -280px 0 0 -280px;
  background: conic-gradient(from 180deg, transparent 0 75%, rgba(255,255,255,.4) 90%, transparent 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 49.2%, #000 49.4% 50%, transparent 50.2%);
          mask: radial-gradient(circle, transparent 0 49.2%, #000 49.4% 50%, transparent 50.2%);
  animation: spin 26s linear infinite reverse;
}
@keyframes spin { to { transform: rotate(360deg); } }
.hero-screen {
  position: relative; z-index: 2;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-lift);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
}
.browser-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 13px 16px; background: #15161f;
}
.browser-bar > span { width: 11px; height: 11px; border-radius: 50%; background: #3a3c4f; }
.browser-bar > span:nth-child(1) { background: #ff5f57; }
.browser-bar > span:nth-child(2) { background: #febc2e; }
.browser-bar > span:nth-child(3) { background: #28c840; }
.browser-url {
  margin-left: 14px; flex: 1; max-width: 280px;
  background: #25263a; border-radius: 7px; padding: 5px 14px;
  font-family: var(--font-mono); font-size: 12px; color: #8d99ae; text-align: left;
  transition: color .3s;
}
.screen-frames { position: relative; aspect-ratio: 1080 / 623; background: #0f1018; }
.screen-frame {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  opacity: 0; transition: opacity .6s var(--ease);
}
.screen-frame.is-active { opacity: 1; }
/* Showcase tabs */
.stage-tabs {
  display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;
  margin-bottom: 22px;
}
.stage-tab {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.65); cursor: pointer;
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  padding: 9px 18px; border-radius: 999px;
  transition: color .3s, background .3s, border-color .3s;
}
.stage-tab .st-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; opacity: .5; transition: opacity .3s, box-shadow .3s; }
.stage-tab:hover { color: #fff; border-color: rgba(255,255,255,.25); }
.stage-tab.is-active { color: #fff; background: rgba(200,45,68,.18); border-color: rgba(200,45,68,.55); }
.stage-tab.is-active .st-dot { background: var(--wine-soft); opacity: 1; box-shadow: 0 0 9px 1px var(--wine-soft); }
.float-badge { transition: opacity .35s var(--ease), transform .35s var(--ease); }
.float-badge.swap { opacity: 0; transform: translateY(6px); }
.float-badge {
  position: absolute; z-index: 3;
  background: #fff; color: var(--navy);
  border-radius: 14px; padding: 12px 16px;
  box-shadow: 0 14px 34px rgba(13,14,28,.35);
  display: flex; flex-direction: column; text-align: left;
}
.fb-1 { left: -26px; top: 46%; }
.fb-2 { right: -30px; bottom: 36px; }
.fb-num { font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; color: var(--wine); }
.fb-text { font-size: 12px; color: var(--ink-soft); font-weight: 600; }
.stats { display: inline-flex; align-items: center; gap: 26px; flex-wrap: wrap; justify-content: center; }
.stat { display: flex; flex-direction: column; }
.stat strong { font-family: var(--font-head); font-size: 2rem; font-weight: 800; }
.stat span { font-size: 13px; color: rgba(255, 255, 255, .55); letter-spacing: .3px; }
.stat-divider { width: 1px; height: 38px; background: rgba(255, 255, 255, .14); }
/* =========================================================
   Logos
   ========================================================= */
.logos { padding: 56px 24px 12px; text-align: center; }
.logos-label { font-size: 14px; color: var(--grey); max-width: 640px; margin: 0 auto 28px; }
.logos-row { display: flex; align-items: center; justify-content: center; gap: 56px; flex-wrap: wrap; }
.logos-row img { height: 38px; width: auto; opacity: .5; filter: grayscale(1); transition: opacity .3s, filter .3s; }
.logos-row img:hover { opacity: 1; filter: grayscale(0); }
/* =========================================================
   Outcome
   ========================================================= */
.outcome { padding: 96px 0; }
.outcome > .container > .caption-item { display: flex; justify-content: center; }
.outcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.outcome-copy h2 { margin-bottom: 22px; }
.outcome-after { font-size: 1.18rem; color: var(--ink); border-left: 3px solid var(--wine); padding-left: 18px; }
.outcome-after strong { color: var(--wine); }
.outcome-kicker { font-weight: 700; color: var(--navy); margin-top: 18px; }
/* Outcome dashboard visual */
.outcome-viz { position: relative; }
.outcome-viz::before {
  content: ""; position: absolute; inset: -10% -6% -6% 6%;
  background: radial-gradient(circle at 70% 20%, rgba(200,45,68,.22), transparent 60%);
  filter: blur(10px); z-index: 0;
}
.viz-card {
  position: relative; z-index: 1;
  background: linear-gradient(165deg, #25263a 0%, var(--navy) 70%, #1a1b2a 100%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg);
  padding: 28px 28px 26px;
  color: #fff;
  box-shadow: var(--shadow-lift);
}
.viz-top { display: flex; align-items: center; justify-content: space-between; }
.viz-label { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--grey); }
.viz-live { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: #2fd07f; font-weight: 600; }
.viz-live i { width: 7px; height: 7px; border-radius: 50%; background: #2fd07f; box-shadow: 0 0 8px #2fd07f; animation: pulse 1.8s ease-in-out infinite; }
@keyframes pulse { 0%,100%{ opacity:1 } 50%{ opacity:.35 } }
.viz-metric { display: flex; align-items: baseline; gap: 10px; margin: 16px 0 6px; }
.viz-metric strong {
  font-family: var(--font-head); font-weight: 400; font-size: 2.6rem; line-height: 1;
  background: linear-gradient(100deg, var(--wine), var(--wine-soft));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.viz-metric span { font-size: 14px; color: rgba(255,255,255,.65); }
.viz-trend { height: 88px; margin: 6px 0 22px; }
.viz-trend svg { width: 100%; height: 100%; display: block; }
.viz-line { stroke-dasharray: 540; stroke-dashoffset: 540; }
.outcome-viz.in .viz-line { animation: draw 1.6s var(--ease) .2s forwards; }
.viz-area { opacity: 0; }
.outcome-viz.in .viz-area { animation: fadein 1s var(--ease) 1s forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fadein { to { opacity: 1; } }
.viz-states {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius-md); padding: 18px 20px;
}
.vs-head { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.vs-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; width: fit-content; padding: 3px 9px; border-radius: 999px; }
.vs-tag.before { background: rgba(141,153,174,.18); color: var(--grey); }
.vs-tag.after { background: rgba(47,208,127,.16); color: #2fd07f; }
.vs-sub { font-size: 13.5px; color: rgba(255,255,255,.7); }
.vs-sub b { color: #fff; font-weight: 700; }
.vs-dots { display: flex; gap: 8px; }
.vs-dot {
  width: 26px; height: 26px; border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff;
}
.vs-dot.won { background: var(--wine); border-color: var(--wine); }
.vs-dot.paid { background: rgba(47,208,127,.18); border-color: #2fd07f; color: #2fd07f; }
.viz-arrow { color: var(--wine-soft); }
.viz-arrow svg { width: 22px; height: 22px; }
@media (max-width: 460px) {
.viz-states { grid-template-columns: 1fr; }
.viz-arrow { transform: rotate(0); justify-self: center; }
.vs-dot { width: 22px; height: 22px; }
}
/* =========================================================
   Pillars
   ========================================================= */
.pillars { padding: 96px 0; background: var(--light-alt); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.pillar { background: #fff; border-radius: var(--radius-lg); padding: 34px 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--light); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.pillar-icon { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, rgba(200,45,68,.1), rgba(200,45,68,.04)); color: var(--wine); border-radius: 14px; margin-bottom: 20px; }
.pillar-icon svg { width: 26px; height: 26px; }
.pillar h3 { margin-bottom: 10px; }
.pillar p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }
/* =========================================================
   Method — sticky stacking cards
   ========================================================= */
.method { padding: 100px 0; background: radial-gradient(110% 80% at 80% 0%, #2b2d44 0%, var(--navy) 55%, #191a28 100%); color: #fff; }
.method-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 64px; align-items: start; }
.method-left { position: sticky; top: 120px; }
.method-left h2 { color: #fff; margin-bottom: 18px; }
.method-left .accent { color: var(--wine-soft); }
.method-intro { color: rgba(255,255,255,.7); margin-bottom: 28px; }
.method-cards { display: flex; flex-direction: column; gap: 24px; }
.m-card {
  position: sticky; top: 120px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  padding: 32px 34px;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 -8px 30px rgba(13,14,28,.3);
}
.m-card:nth-child(1) { top: 120px; }
.m-card:nth-child(2) { top: 140px; }
.m-card:nth-child(3) { top: 160px; }
.m-card:nth-child(4) { top: 180px; }
.m-card:nth-child(5) { top: 200px; }
.m-card:nth-child(6) { top: 220px; }
.m-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 12px; }
.m-num { font-family: var(--font-mono); font-size: 1rem; color: var(--wine-soft); font-weight: 500; }
.m-head h3 { color: #fff; }
.m-get { color: rgba(255,255,255,.85); margin: 0 0 8px; }
.m-why { margin: 0; font-style: italic; color: var(--wine-soft); font-size: 15px; }
/* =========================================================
   FAQ
   ========================================================= */
.faq { padding: 100px 0; }
.faq-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; align-items: start; }
.faq-left { position: sticky; top: 120px; }
.faq-left h2 { margin-bottom: 32px; }
.faq-more { border-top: 1px solid var(--light); padding-top: 28px; }
.faq-more-h { font-family: var(--font-head); font-weight: 400; font-size: 1.15rem; margin: 0 0 4px; }
.faq-more-sub { color: var(--ink-soft); font-size: 15px; margin: 0 0 18px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--light); }
.faq-item:first-child { border-top: 1px solid var(--light); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: none; border: 0; cursor: pointer; text-align: left;
  padding: 24px 4px; font-family: var(--font-head); font-weight: 300; font-size: 1.12rem; color: var(--navy);
}
.faq-icon { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--wine); border-radius: 2px; transition: transform .3s var(--ease); }
.faq-icon::before { top: 10px; left: 0; width: 22px; height: 2.5px; }
.faq-icon::after { left: 10px; top: 0; width: 2.5px; height: 22px; }
.faq-q[aria-expanded="true"] .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-a { overflow: hidden; height: 0; transition: height .35s var(--ease); }
.faq-a-inner { padding: 0 4px 26px; }
.faq-a-inner p { color: var(--ink-soft); margin: 0; }
/* =========================================================
   Health Check
   ========================================================= */
.health-check { padding: 96px 0; background: var(--light-alt); }
.hc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hc-copy h2 { margin-bottom: 18px; }
.hc-copy p { color: var(--ink-soft); }
.hc-list { list-style: none; padding: 0; margin: 22px 0 0; }
.hc-list li { position: relative; padding-left: 32px; margin-bottom: 12px; font-weight: 500; }
.hc-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--wine); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.hc-form { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-card); border: 1px solid var(--light); }
.hc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hc-form label { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 16px; }
.hc-form input { display: block; width: 100%; margin-top: 7px; padding: 13px 15px; border: 1.5px solid var(--light); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 16px; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.hc-form input:focus { outline: none; border-color: var(--wine); box-shadow: 0 0 0 3px rgba(200, 45, 68, .12); }
.hc-note { font-size: 12.5px; color: var(--grey); text-align: center; margin: 14px 0 0; }
.hc-success { color: #0a8f5b; font-weight: 600; text-align: center; margin: 12px 0 0; }
/* =========================================================
   Final CTA
   ========================================================= */
.final-cta { position: relative; padding: 104px 0; text-align: center; background: radial-gradient(120% 90% at 50% 0%, #2b2d44, var(--navy) 60%, #191a28); color: #fff; overflow: hidden; }
.final-cta .hero-glow { top: -220px; }
.final-cta h2 { margin-bottom: 16px; position: relative; }
.final-cta p { color: rgba(255,255,255,.72); max-width: 560px; margin: 0 auto 30px; font-size: 1.1rem; position: relative; }
.final-cta .btn { position: relative; }
/* =========================================================
   Reveal
   ========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
.reveal { opacity: 1; transform: none; transition: none; }
.ring, .tag-pill::before { animation: none; }
html { scroll-behavior: auto; }
}
/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 980px) {
.outcome-grid, .hc-grid, .method-layout, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
.method-left, .faq-left { position: static; }
.m-card { position: relative; top: auto !important; box-shadow: var(--shadow-card); }
.pillar-grid { grid-template-columns: 1fr 1fr; }
.float-badge { display: none; }
.ring-1 { width: 560px; height: 560px; margin: -280px 0 0 -280px; }
.ring-2 { width: 440px; height: 440px; margin: -220px 0 0 -220px; }
}
@media (max-width: 760px) {
.hero { padding: 50px 0 80px; }
.flip-row { flex-direction: column; }
.flip-arrow { transform: rotate(90deg); }
.pillar-grid { grid-template-columns: 1fr; }
.hc-row { grid-template-columns: 1fr; }
.stats { gap: 18px; }
.ring-1, .ring-2 { display: none; }
.hc-form { padding: 26px; }
.faq-q { font-size: 1.02rem; }
}
/* =========================================================
   Webshape Design — index-v2 additions
   Loaded AFTER styles.css. Reuses :root tokens.
   New: rating strip, industries, case studies, reviews,
        services, strategist, insights, contact CTA.
   ========================================================= */
/* ---------- Rating strip ---------- */
.rating-strip {
  border-bottom: 1px solid var(--light);
  background: #fff;
}
.rating-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 20px 24px;
  display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap;
}
.stars { display: inline-flex; gap: 2px; color: #f7b500; font-size: 18px; letter-spacing: 1px; }
.rating-inner strong { font-weight: 700; }
.rating-sep { width: 1px; height: 22px; background: var(--light); }
.rating-text { font-size: 14.5px; color: var(--ink-soft); }
.rating-text b { color: var(--ink); font-weight: 700; }
/* ---------- Method card 06: future vision (not a purchasable step) ---------- */
.m-card--vision {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, .18);
  box-shadow: none;
}
.m-vision-tag {
  display: inline-block; margin-bottom: 14px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--grey); border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px; padding: 4px 11px;
}
.m-card--vision .m-num { color: var(--grey); }
.m-card--vision .m-head h3 { color: rgba(255, 255, 255, .74); }
.m-card--vision .m-get { color: rgba(255, 255, 255, .62); }
.m-card--vision .m-why { color: var(--grey); }
/* ---------- Industries ---------- */
.industries { padding: 90px 0; }
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.industry-card {
  border: 1px solid var(--light); border-radius: var(--radius-lg);
  padding: 30px 26px; background: #fff; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.industry-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); border-color: transparent; }
.industry-ico {
  width: 50px; height: 50px; border-radius: 13px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--navy), var(--navy-2)); color: #fff;
}
.industry-ico svg { width: 24px; height: 24px; }
.industry-card h3 { margin-bottom: 8px; }
.industry-card p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
/* ---------- Case studies — 3D Cover Flow deck ---------- */
.cases { padding: 96px 0 104px; background: var(--light-alt); overflow: hidden; }
.cf { position: relative; margin-top: 44px; outline: none; }
.cf-stage {
  position: relative; height: 540px;
  perspective: 1800px;
  transform-style: preserve-3d;
}
.cf-card {
  position: absolute; top: 50%; left: 50%;
  width: 360px; max-width: 80vw;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  transition: transform .6s var(--ease), opacity .6s var(--ease), box-shadow .6s var(--ease), filter .6s var(--ease);
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--light);
  box-shadow: 0 20px 50px rgba(13, 14, 28, .18);
  cursor: pointer; will-change: transform; user-select: none;
}
.cf-card.is-center { box-shadow: 0 44px 90px rgba(13, 14, 28, .34); cursor: default; }
.cf-card:not(.is-center) { filter: saturate(.9) brightness(.86); }
.cf-media { position: relative; aspect-ratio: 16/11; overflow: hidden; background: #0f1018; }
.cf-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; pointer-events: none; }
.case-sector {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: rgba(32,33,50,.82); color: #fff; backdrop-filter: blur(6px);
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.cf-info { padding: 22px 26px 26px; display: flex; flex-direction: column; gap: 12px; }
.case-metric { display: flex; align-items: baseline; gap: 10px; }
.case-metric strong { font-family: var(--font-head); font-weight: 400; font-size: 2.2rem; line-height: 1; color: var(--wine); }
.case-metric span { font-size: 13.5px; color: var(--ink-soft); }
.cf-quote { font-size: 15.5px; color: var(--ink); margin: 0; }
.case-client { font-size: 13px; color: var(--grey); font-weight: 600; }
/* secondary stats row */
.case-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--light); border-bottom: 1px solid var(--light);
  margin: 2px 0;
}
.case-stat { padding: 10px 14px 10px 0; }
.case-stat + .case-stat { border-left: 1px solid var(--light); padding-left: 16px; padding-right: 0; }
.case-stat strong { display: block; font-family: var(--font-head); font-weight: 400; font-size: 1.12rem; color: var(--navy); line-height: 1.15; }
.case-stat span { font-size: 12px; color: var(--ink-soft); }
.cf-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 200;
  width: 54px; height: 54px; border-radius: 50%;
  background: #fff; border: 1px solid var(--light); box-shadow: var(--shadow-card);
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--navy); font-size: 26px; line-height: 1; padding-bottom: 3px;
  transition: transform .2s var(--ease), box-shadow .2s, color .2s;
}
.cf-prev { left: 6px; }
.cf-next { right: 6px; }
.cf-nav:hover { color: var(--wine); transform: translateY(-50%) scale(1.07); }
.cf-dots { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.cf-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(32,33,50,.2); border: 0; cursor: pointer; padding: 0; transition: background .3s, transform .3s; }
.cf-dot.is-active { background: var(--wine); transform: scale(1.3); }
@media (max-width: 680px) {
.cf-stage { height: 500px; }
.cf-card { width: 300px; }
.cf-nav { width: 46px; height: 46px; font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
.cf-card { transition: none; }
}
/* ---------- Reviews ---------- */
.reviews { padding: 96px 0; background: radial-gradient(110% 80% at 20% 0%, #2b2d44, var(--navy) 60%, #191a28); color: #fff; }
.reviews .section-head h2 { color: #fff; }
.reviews .section-sub { color: rgba(255,255,255,.7); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius-lg); padding: 28px 26px;
  display: flex; flex-direction: column; gap: 14px;
  backdrop-filter: blur(8px);
}
.review-card .stars { font-size: 16px; }
.review-card p { margin: 0; color: rgba(255,255,255,.88); font-size: 15.5px; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: 0 0 42px;
  background: linear-gradient(150deg, var(--wine), var(--wine-soft));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff; font-size: 15px;
}
.review-meta strong { display: block; font-weight: 700; font-size: 14.5px; }
.review-meta span { font-size: 12.5px; color: var(--grey); }
/* ---------- Services / what's included ---------- */
.services { padding: 96px 0; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.service-col {
  border: 1px solid var(--light); border-radius: var(--radius-lg); padding: 34px 32px; background: #fff;
}
.service-col.dark { background: linear-gradient(165deg, #25263a, var(--navy)); border-color: transparent; color: #fff; }
.service-phase { font-family: var(--font-mono); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--wine); }
.service-col.dark .service-phase { color: var(--wine-soft); }
.service-col h3 { margin: 10px 0 22px; font-size: 1.5rem; }
.service-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; }
.service-list li { position: relative; padding-left: 28px; font-size: 15px; }
.service-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 5px;
  background: rgba(200,45,68,.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 15 15'%3E%3Cpath d='M3.27 7.66a.62.62 0 0 0 0 .87l2.4 2.41c.2.2.52.2.72 0l5.34-5.33a.61.61 0 0 0-.87-.87L6.03 9.55l-1.89-1.89a.62.62 0 0 0-.87 0Z' fill='%23c82d44'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.service-col.dark .service-list li::before { background-color: rgba(255,107,138,.18); }
/* ---------- Strategist / founder ---------- */
.strategist { padding: 96px 0; background: radial-gradient(110% 90% at 80% 10%, #2b2d44, var(--navy) 60%, #191a28); color: #fff; }
.strategist-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.strategist-photo { position: relative; }
.strategist-photo img {
  width: 100%; border-radius: var(--radius-lg); display: block;
  box-shadow: var(--shadow-lift); border: 1px solid rgba(255,255,255,.1);
}
.strategist-photo .float-badge { position: absolute; right: -18px; bottom: 24px; }
.strategist .caption-text { color: var(--wine-soft); }
.strategist h2 { color: #fff; margin-bottom: 18px; }
.strategist p { color: rgba(255,255,255,.78); }
.strategist .sig { margin-top: 22px; }
.strategist .sig strong { display: block; font-family: var(--font-head); font-weight: 400; font-size: 1.2rem; }
.strategist .sig span { font-size: 14px; color: var(--grey); }
.strategist-actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }
/* ---------- Insights / blog ---------- */
.insights { padding: 96px 0; background: var(--light-alt); }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.insight-card {
  background: #fff; border: 1px solid var(--light); border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.insight-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.insight-media { aspect-ratio: 16/9; overflow: hidden; background: var(--light); }
.insight-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.insight-card:hover .insight-media img { transform: scale(1.05); }
.insight-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.insight-tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--wine); }
.insight-body h3 { font-size: 1.18rem; }
.insight-meta { margin-top: auto; font-size: 13px; color: var(--grey); }
.insights-cta { text-align: center; margin-top: 44px; }
/* ---------- Animated "idea forming" CTA background ---------- */
.final-cta.has-orbits .container { position: relative; z-index: 3; }
.cta-orbits {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  display: grid; place-items: center;
}
/* light/dark depth vignette over the rings */
.cta-orbits::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 46%, transparent 26%, rgba(13,14,28,.55) 78%);
}
.cta-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .07);
}
.cta-ring.o1 { width: 300px;  height: 300px; }
.cta-ring.o2 { width: 540px;  height: 540px; }
.cta-ring.o3 { width: 820px;  height: 820px; }
.cta-ring.o4 { width: 1140px; height: 1140px; }
.cta-ring.o5 { width: 1500px; height: 1500px; border-color: rgba(255,255,255,.04); }
/* rotating "comet" arcs sweeping the orbits */
.cta-ring.spin, .cta-ring.spin-rev { border: 0; }
.cta-ring.spin {
  background: conic-gradient(from 0deg, transparent 0 70%, rgba(255,107,138,.55) 88%, #fff 95%, transparent 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 49.4%, #000 49.6% 50%, transparent 50.3%);
          mask: radial-gradient(circle, transparent 0 49.4%, #000 49.6% 50%, transparent 50.3%);
  animation: spin 16s linear infinite;
}
.cta-ring.spin-rev {
  background: conic-gradient(from 180deg, transparent 0 76%, rgba(255,255,255,.4) 92%, transparent 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 49.5%, #000 49.7% 50%, transparent 50.2%);
          mask: radial-gradient(circle, transparent 0 49.5%, #000 49.7% 50%, transparent 50.2%);
  animation: spin 26s linear infinite reverse;
}
/* idea pulses radiating from the core */
.cta-pulse {
  width: 300px; height: 300px; border-radius: 50%;
  border: 1px solid rgba(255, 107, 138, .45);
  animation: ctaPulse 4.5s ease-out infinite;
}
.cta-pulse.delay { animation-delay: 2.25s; }
@keyframes ctaPulse {
  0%   { transform: scale(.35); opacity: .7; }
  70%  { opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}
/* the "idea" core */
.cta-spark {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--wine-soft);
  box-shadow: 0 0 30px 8px rgba(255, 107, 138, .6), 0 0 80px 20px rgba(200, 45, 68, .35);
  animation: ctaGlow 3s ease-in-out infinite;
}
@keyframes ctaGlow {
  0%, 100% { opacity: .7; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.35); }
}
@media (prefers-reduced-motion: reduce) {
.cta-ring.spin, .cta-ring.spin-rev, .cta-pulse, .cta-spark { animation: none; }
.cta-pulse { opacity: 0; }
}
/* ---------- Contact-rich final CTA ---------- */
.cta-contacts { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; margin-top: 30px; position: relative; }
.cta-contact { display: inline-flex; align-items: center; gap: 9px; color: rgba(255,255,255,.85); font-size: 15px; transition: color .2s; }
.cta-contact:hover { color: #fff; }
.cta-contact svg { width: 18px; height: 18px; color: var(--wine-soft); }
/* ---------- Responsive ---------- */
@media (max-width: 980px) {
.industry-grid { grid-template-columns: 1fr 1fr; }
.case-grid, .review-grid, .insight-grid { grid-template-columns: 1fr 1fr; }
.services-grid, .strategist-grid { grid-template-columns: 1fr; gap: 36px; }
.strategist-photo { max-width: 460px; }
}
@media (max-width: 680px) {
.industry-grid, .case-grid, .review-grid, .insight-grid { grid-template-columns: 1fr; }
.service-list { grid-template-columns: 1fr; }
.rating-inner { gap: 12px; }
.rating-sep:nth-of-type(2) { display: none; }
}
/* =========================================================
   WP template additions — ICP toggle, consent, error
   (Health Check form posts to the live audit endpoint)
   ========================================================= */
.hc-icp { margin-bottom: 18px; }
.hc-icp-label { display: block; font-size: 13.5px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.hc-icp-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hc-icp-option input[type="radio"] { display: none; }
.hc-icp-option span {
  display: flex; align-items: center; justify-content: center;
  padding: 11px 12px; border: 1.5px solid var(--light); border-radius: 999px;
  font-size: 14px; font-weight: 600; color: var(--ink-soft); cursor: pointer;
  transition: border-color .25s, background .25s, color .25s;
}
.hc-icp-option span:hover { border-color: var(--wine); color: var(--wine); }
.hc-icp-option input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }

.hc-consent {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; font-weight: 400; color: var(--ink-soft); line-height: 1.5;
  cursor: pointer; margin-bottom: 18px;
}
.hc-consent input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.hc-consent-mark {
  flex: 0 0 20px; width: 20px; height: 20px; margin-top: 1px;
  border: 2px solid var(--navy); border-radius: 5px; position: relative;
  transition: background .25s, border-color .25s;
}
.hc-consent input:checked ~ .hc-consent-mark { background: var(--wine); border-color: var(--wine); }
.hc-consent input:checked ~ .hc-consent-mark::after {
  content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.hc-consent a { color: var(--wine); text-decoration: underline; font-weight: 600; }

.hc-error {
  margin: 14px 0 0; padding: 12px 16px; border-radius: var(--radius-sm);
  background: #fef2f2; border: 1px solid #fecaca; color: #991b1b;
  font-size: 14px; font-weight: 500; text-align: center;
}

@media (max-width: 460px) {
  .hc-icp-options { grid-template-columns: 1fr; }
}
