
:root{
  --bg:#fbf7ef; --card:#fffdf8; --ink:#172033; --muted:#667085; --line:#eadfce;
  --violet:#5b21b6; --purple:#7c3aed; --magenta:#a10f5d; --red:#be123c; --pink:#ec4899;
  --soft:#f4eadc; --soft-violet:#f0e7ff; --green:#0f766e; --shadow:0 22px 55px rgba(23,32,51,.12);
  --radius:26px; --grad:linear-gradient(135deg,#5b21b6 0%,#7c1d9a 48%,#be123c 100%);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.6} a{color:inherit;text-decoration:none} img{max-width:100%;display:block}.container{width:min(1180px,92%);margin-inline:auto}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:1rem;top:1rem;background:white;padding:.7rem 1rem;border-radius:12px;z-index:999}.site-header{position:sticky;top:0;z-index:100;background:rgba(251,247,239,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(234,223,206,.92)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.92rem 0}.logo{display:flex;align-items:center;gap:.7rem;font-weight:900;font-size:1.28rem;letter-spacing:-.04em}.logo img{width:42px;height:42px;border-radius:14px;box-shadow:0 10px 25px rgba(91,33,182,.18)}.footer-logo img{width:46px;height:46px}.nav-links{display:flex;align-items:center;gap:.7rem;color:#344054;font-weight:720}.nav-links a:not(.btn){padding:.52rem .72rem;border-radius:999px}.nav-links a:hover,.nav-links a.active{background:var(--soft);color:var(--violet)}.nav-cta{margin-left:.3rem}.nav-toggle{display:none;background:white;border:1px solid var(--line);border-radius:13px;padding:.55rem .72rem;font-size:1.1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;font-weight:850;padding:.88rem 1.18rem;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--purple);color:white;box-shadow:0 14px 30px rgba(124,58,237,.25)}.btn-primary:hover{background:var(--violet)}.btn-secondary{background:white;color:var(--violet);border-color:var(--line)}.btn-ghost{background:#fff7ed;color:var(--violet);border-color:#eadfce}.btn-light{background:white;color:var(--violet)}.btn-outline-light{background:rgba(255,255,255,.08);color:white;border-color:rgba(255,255,255,.35)}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.2rem}.center-row{justify-content:center}.hero{padding:5.2rem 0}.dark-hero,.dark-page{background:radial-gradient(circle at 12% 15%,rgba(255,255,255,.16),transparent 20%),var(--grad);color:white}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:3.2rem}.eyebrow{display:inline-flex;align-items:center;width:max-content;padding:.42rem .75rem;background:white;border:1px solid var(--line);border-radius:999px;color:var(--violet);font-weight:850;font-size:.87rem}.eyebrow.light{background:rgba(255,255,255,.14);color:white;border-color:rgba(255,255,255,.22)}h1{font-size:clamp(2.65rem,6vw,5.25rem);line-height:.98;letter-spacing:-.078em;margin:1rem 0}h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.05;letter-spacing:-.055em;margin:0 0 1rem}h3{font-size:1.28rem;line-height:1.25;margin:.3rem 0 .6rem}p{margin:.55rem 0;color:var(--muted)}.dark-hero p,.dark-page p,.gradient-banner p{color:#f3e8ff}.lead{font-size:1.18rem;max-width:760px;color:#475467}.dark-hero .lead,.dark-page .lead{color:white}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.hero-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);border-radius:32px;padding:1.7rem;box-shadow:0 24px 70px rgba(0,0,0,.16);backdrop-filter:blur(10px)}.logo-card img{width:150px;border-radius:36px;margin-bottom:1.4rem}.logo-card h2{font-size:2.5rem}.value-strip{padding:1.1rem 0;background:#fff7ef;border-bottom:1px solid var(--line)}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center;font-weight:850;color:var(--violet)}section{padding:4.7rem 0}.page-hero{padding:4.5rem 0 3rem;background:linear-gradient(180deg,rgba(124,58,237,.10),rgba(251,247,239,0))}.soft-section{background:rgba(255,255,255,.43)}.section-head{max-width:820px;margin-bottom:2rem}.center{text-align:center;margin-inline:auto}.split-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;align-items:start}.grid{display:grid;gap:1.15rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.45rem;box-shadow:0 10px 26px rgba(23,32,51,.05)}.card:hover{box-shadow:var(--shadow)}.cards-compact .card{padding:1.2rem}.big-card{padding:2rem}.feature-card{background:linear-gradient(180deg,#fff,#fff9f4)}.product-card{display:flex;flex-direction:column;min-height:100%}.product-card .button-row{margin-top:auto;padding-top:1.1rem}.product-grid{align-items:stretch}.pill{display:inline-flex;width:max-content;background:var(--soft-violet);color:var(--violet);padding:.35rem .7rem;border-radius:999px;font-weight:900;font-size:.82rem;margin-bottom:.8rem}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tag-row span{background:var(--soft-violet);color:var(--violet);font-weight:800;padding:.38rem .7rem;border-radius:999px}.tag-row.large span{font-size:.9rem}.checklist{list-style:none;padding:0;margin:1rem 0}.checklist li{position:relative;padding:.45rem 0 .45rem 1.8rem;color:#475467}.checklist li:before{content:"✓";position:absolute;left:0;top:.42rem;color:var(--green);font-weight:950}.columns{columns:2;column-gap:2rem}.gradient-banner{padding:4.2rem 0}.banner{background:var(--grad);border-radius:34px;padding:2.7rem;color:white;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1.5rem;box-shadow:0 24px 60px rgba(91,33,182,.22)}.final-cta,.email-cta{text-align:center;background:linear-gradient(135deg,#fff,#fff7ed);border:1px solid var(--line);border-radius:34px;padding:3rem;box-shadow:0 15px 35px rgba(23,32,51,.06)}.resource-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.resource-list a{background:white;border:1px solid var(--line);border-radius:18px;padding:1rem;font-weight:800;color:var(--violet)}.service-list .full{grid-column:1/-1}.steps .card span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--grad);color:white;font-weight:900;margin-bottom:.7rem}.inline-form{display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-top:1.4rem}.inline-form input{min-width:min(100%,340px);padding:.95rem 1rem;border:1px solid var(--line);border-radius:999px;background:white;font:inherit}.form-message{display:block;width:100%;color:var(--green);font-weight:850}.form{display:grid;gap:.9rem}.form label{font-weight:800;color:#344054}.form input,.form select,.form textarea{width:100%;padding:.92rem 1rem;border:1px solid var(--line);border-radius:15px;background:white;font:inherit;margin-top:.25rem}.form textarea{min-height:150px}.small-note{font-size:.9rem;color:#7a6a59;margin-top:1rem}.footer{background:#111827;color:#e5e7eb;padding:3.2rem 0 1.4rem}.footer-grid{display:grid;grid-template-columns:1.55fr repeat(4,1fr);gap:2rem}.footer p,.footer a{color:#aab2c0}.footer h4{margin:.2rem 0 .8rem;color:white}.footer-links{display:grid;gap:.45rem}.small{font-size:.86rem}.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:1.6rem;padding-top:1rem;color:#aab2c0}.legal-card{max-width:900px}.full{grid-column:1/-1}
@media(max-width:1060px){.grid-5,.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.banner{grid-template-columns:1fr}.hero-grid,.split-section{grid-template-columns:1fr}}
@media(max-width:860px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;left:4%;right:4%;top:72px;background:var(--card);border:1px solid var(--line);border-radius:20px;padding:.9rem;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links .btn{width:100%}.grid-2,.grid-3,.grid-4,.grid-5,.strip-grid,.resource-list{grid-template-columns:1fr}.hero{padding:3.6rem 0}.columns{columns:1}.footer-grid{grid-template-columns:1fr}.final-cta,.email-cta{padding:2rem}.button-row .btn{width:100%}}


.marquee-section{padding:0;background:#fff7ef;border-bottom:1px solid var(--line);overflow:hidden}
.marquee{display:flex;overflow:hidden;white-space:nowrap}
.marquee-track{display:flex;align-items:center;gap:1.25rem;min-width:max-content;padding:1rem 0;color:var(--violet);font-weight:900;animation:marqueeMove 24s linear infinite}
.marquee-track span{font-size:1rem}
.marquee-track .dot{opacity:.5}
@keyframes marqueeMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}

.visual-card{position:relative;overflow:hidden}
.hero-graphic{position:relative;min-height:260px;display:grid;place-items:center;margin-bottom:1.2rem}
.graphic-center{position:relative;z-index:3;width:140px;height:140px;padding:14px;border-radius:36px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.32);box-shadow:0 20px 50px rgba(0,0,0,.14);backdrop-filter:blur(10px);animation:floaty 5.5s ease-in-out infinite}
.graphic-center img{width:100%;height:100%;object-fit:contain;border-radius:26px}
.graphic-ring{position:absolute;border:1px solid rgba(255,255,255,.26);border-radius:50%}
.ring-one{width:220px;height:220px;animation:spinSlow 16s linear infinite}
.ring-two{width:280px;height:280px;border-style:dashed;opacity:.7;animation:spinReverse 22s linear infinite}
.orb{position:absolute;border-radius:50%;filter:blur(6px);opacity:.9}
.orb-one{width:26px;height:26px;background:#f5d0fe;top:28px;left:64px;animation:floaty 5s ease-in-out infinite}
.orb-two{width:18px;height:18px;background:#fca5a5;right:70px;top:70px;animation:floaty 4.2s ease-in-out infinite reverse}
.orb-three{width:14px;height:14px;background:#ddd6fe;bottom:46px;left:92px;animation:floaty 6s ease-in-out infinite}
.mini-chip{position:absolute;z-index:4;padding:.45rem .8rem;border-radius:999px;background:rgba(255,255,255,.92);color:var(--violet);font-size:.82rem;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.12)}
.chip-one{top:38px;right:28px;animation:floaty 5.2s ease-in-out infinite}
.chip-two{left:24px;bottom:54px;animation:floaty 4.4s ease-in-out infinite reverse}
.chip-three{right:36px;bottom:22px;animation:floaty 5.8s ease-in-out infinite}
.hero-visual-copy h2{font-size:2.2rem}
.hero-visual-copy p{color:#f3e8ff}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes spinSlow{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@keyframes spinReverse{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}

.icon-cards .card{transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
.icon-cards .card:hover{transform:translateY(-6px);border-color:#dcc8ff}
.icon-wrap{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,rgba(124,58,237,.16),rgba(190,18,60,.16));color:var(--violet);margin-bottom:1rem}
.icon-wrap svg{width:28px;height:28px}

@media(max-width:860px){.marquee-track{animation-duration:18s}.hero-graphic{min-height:230px}.ring-two{width:240px;height:240px}.ring-one{width:190px;height:190px}}
@media (prefers-reduced-motion:reduce){.marquee-track,.graphic-center,.ring-one,.ring-two,.orb,.mini-chip{animation:none !important}}


/* Product detail hero: dynamic violet-to-red gradient with better contrast */
.product-gradient-hero{
  position:relative;
  overflow:hidden;
  color:white;
  background:linear-gradient(120deg,#4c1d95 0%,#7c3aed 28%,#a10f5d 62%,#be123c 100%);
  background-size:220% 220%;
  animation:gradientShift 10s ease-in-out infinite;
}
.product-gradient-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 20%,rgba(255,255,255,.22),transparent 24%),
    radial-gradient(circle at 82% 18%,rgba(255,255,255,.14),transparent 18%),
    radial-gradient(circle at 72% 76%,rgba(255,255,255,.12),transparent 24%);
  pointer-events:none;
}
.product-gradient-hero .container{position:relative;z-index:1}
.product-gradient-hero h1,.product-gradient-hero .lead{color:white;text-shadow:0 12px 35px rgba(23,32,51,.22)}
.product-gradient-hero p{color:#fff7ff}
.product-gradient-hero .eyebrow.light{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.24);color:white}
@keyframes gradientShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}

/* Work With Us hero: light section with dark readable text */
.work-hero-light{
  background:
    radial-gradient(circle at 12% 20%,rgba(124,58,237,.12),transparent 24%),
    radial-gradient(circle at 88% 10%,rgba(190,18,60,.10),transparent 22%),
    linear-gradient(180deg,#fffaf4 0%,#fbf7ef 100%);
  color:var(--ink);
}
.work-hero-light h1{color:var(--ink)}
.work-hero-light .lead{color:#2d3748}
.work-hero-light p{color:#53627a}

@media (prefers-reduced-motion:reduce){.product-gradient-hero{animation:none!important}}


/* Freebie signup form and consent styling */
.freebie-form.inline-form{align-items:flex-start}
.freebie-form .consent{flex-basis:100%;display:flex;gap:.55rem;align-items:flex-start;max-width:760px;margin:.2rem auto 0;color:var(--muted);font-size:.88rem;font-weight:600;line-height:1.45;text-align:left}
.freebie-form .consent input{width:auto;min-width:auto;margin-top:.18rem}
.freebie-form select{min-width:min(100%,340px);padding:.95rem 1rem;border:1px solid var(--line);border-radius:999px;background:white;font:inherit}
.form-message{min-height:1.3em}
.site-header .logo img{width:42px;height:42px}
.site-header .nav{padding:.9rem 0}
.site-header .nav-cta{padding:.88rem 1.18rem}

/* Consent line shown below freebie email fields */
.freebie-form .consent-line,.inline-form .consent-line{flex-basis:100%;display:flex;gap:.55rem;align-items:flex-start;max-width:760px;margin:.15rem auto 0;color:var(--muted);font-size:.88rem;font-weight:600;line-height:1.45;text-align:left}
.freebie-form .consent-line input,.inline-form .consent-line input{width:auto;min-width:auto;margin-top:.18rem}


/* Clean freebie/newsletter form layout */
.freebie-form label:not(.consent):not(.consent-line):not(.sr-only){display:none !important}
.freebie-form .consent{
  flex-basis:100%;
  display:flex;
  align-items:flex-start;
  gap:.55rem;
  max-width:760px;
  margin:.2rem auto 0;
  color:var(--muted);
  font-size:.88rem;
  font-weight:650;
  line-height:1.45;
  text-align:left;
}
.freebie-form .consent input{width:auto;min-width:auto;margin-top:.18rem}
.freebie-form select{
  min-width:min(100%,340px);
  padding:.95rem 1rem;
  border:1px solid var(--line);
  border-radius:999px;
  background:white;
  font:inherit;
}
.newsletter-card{margin-top:2rem}

.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Consent visibility fix */
.freebie-form .consent-line,.inline-form .consent-line{display:flex!important;flex-basis:100%;gap:.55rem;align-items:flex-start;max-width:760px;margin:.15rem auto 0;color:var(--muted);font-size:.88rem;font-weight:600;line-height:1.45;text-align:left}
.freebie-form .consent-line input,.inline-form .consent-line input{width:auto;min-width:auto;margin-top:.18rem}

.form-message.success{color:var(--green);font-weight:850}
.form-message.error{color:#be123c;font-weight:850}


/* Hidden freebie download page polish */
.download-hero{
  position:relative;
  overflow:hidden;
  padding:4.6rem 0 3.8rem;
  background:
    radial-gradient(circle at 12% 10%, rgba(124,58,237,.20), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(190,18,60,.16), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.50), rgba(251,247,239,0));
}
.download-pattern{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background-image:
    linear-gradient(rgba(124,58,237,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,.10) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(180deg,#000,transparent 82%);
}
.download-hero-grid{
  position:relative;
  display:grid;
  gap:2rem;
}
.download-hero-copy{max-width:860px}
.download-card-pro{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:2rem;
  align-items:center;
  background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,247,237,.92));
  border:1px solid var(--line);
  border-radius:34px;
  padding:2rem;
  box-shadow:0 22px 60px rgba(31,41,51,.10);
}
.download-card-copy h2{font-size:clamp(1.7rem,3vw,2.6rem)}
.download-btn{
  margin-top:1rem;
  box-shadow:0 14px 30px rgba(124,58,237,.26);
}
.download-btn span{
  display:inline-block;
  transition:transform .2s ease;
}
.download-btn:hover{
  transform:translateY(-2px) scale(1.01);
  box-shadow:0 18px 38px rgba(124,58,237,.34);
}
.download-btn:hover span{transform:translateX(3px)}
.file-note{
  margin-top:.85rem;
  color:var(--brand-dark);
  font-weight:850;
}
.private-note{
  margin-top:.35rem;
  font-size:.94rem;
}
.download-preview-wrap{
  position:relative;
  min-height:300px;
  display:grid;
  place-items:center;
}
.download-preview-wrap:before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(124,58,237,.26),transparent 65%);
  filter:blur(4px);
}
.template-mockup{
  position:relative;
  z-index:1;
  width:min(100%,360px);
  background:#111827;
  border-radius:26px;
  padding:1rem;
  transform:rotate(-3deg);
  box-shadow:0 24px 55px rgba(17,24,39,.24);
  animation:templateFloat 5.5s ease-in-out infinite;
}
.mockup-top{
  display:flex;
  gap:.4rem;
  padding:.35rem .25rem .9rem;
}
.mockup-top span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fca5a5;
}
.mockup-top span:nth-child(2){background:#fcd34d}
.mockup-top span:nth-child(3){background:#86efac}
.mockup-body{
  background:#fffdf8;
  border-radius:18px;
  padding:1.1rem;
}
.mockup-stat{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:1rem;
  border-bottom:1px solid var(--line);
  padding-bottom:.8rem;
  margin-bottom:.9rem;
}
.mockup-stat strong{
  font-size:2rem;
  line-height:1;
  color:var(--brand-dark);
}
.mockup-stat span{
  color:var(--muted);
  font-weight:800;
}
.template-preview-row{
  display:grid;
  grid-template-columns:1fr 70px;
  gap:1rem;
  align-items:center;
  padding:.45rem 0;
}
.template-preview-row span{
  color:#344054;
  font-weight:850;
  font-size:.9rem;
}
.template-preview-row b{
  display:block;
  height:9px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--brand),#be123c);
  opacity:.75;
}
.download-tip-section{padding-top:3.2rem}
.download-tip{
  border:1px solid var(--line);
  border-radius:28px;
  padding:1.8rem;
  background:rgba(255,255,255,.66);
  box-shadow:0 12px 30px rgba(31,41,51,.06);
}
.download-tip h2{font-size:clamp(1.7rem,3vw,2.5rem)}
.download-tip span{
  display:inline-flex;
  margin-top:.9rem;
  color:var(--brand-dark);
  font-weight:900;
}
.download-card-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1rem;
}
.download-info-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:24px;
  padding:1.2rem;
  box-shadow:0 10px 25px rgba(31,41,51,.05);
}
.download-info-card:hover{
  border-color:#dcc8ff;
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(31,41,51,.09);
}
.download-icon{
  display:grid;
  place-items:center;
  width:52px;
  height:52px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(124,58,237,.14),rgba(190,18,60,.13));
  color:var(--brand-dark);
  font-size:1.2rem;
  font-weight:950;
  margin-bottom:.9rem;
}
.download-steps{
  display:grid;
  gap:.9rem;
}
.step-card{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:1rem;
  align-items:start;
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:1.1rem;
}
.step-card span{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--brand-dark),#be123c);
  color:white;
  font-weight:950;
}
.download-final-cta{
  position:relative;
  overflow:hidden;
}
.download-final-cta:before{
  content:"";
  position:absolute;
  inset:auto auto -70px 50%;
  width:280px;
  height:160px;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(124,58,237,.20),transparent 70%);
  pointer-events:none;
}
.fade-up{
  opacity:0;
  transform:translateY(18px);
  animation:fadeUpDownload .5s ease-out forwards;
}
.delay-1{animation-delay:.15s}
.reveal-card{
  opacity:0;
  transform:translateY(16px);
  animation:fadeUpDownload .5s ease-out forwards;
  animation-delay:var(--delay,0ms);
}
@keyframes fadeUpDownload{
  to{opacity:1;transform:translateY(0)}
}
@keyframes templateFloat{
  0%,100%{transform:rotate(-3deg) translateY(0)}
  50%{transform:rotate(-3deg) translateY(-7px)}
}
@media(max-width:1060px){
  .download-card-grid{grid-template-columns:repeat(2,1fr)}
  .download-card-pro{grid-template-columns:1fr}
}
@media(max-width:860px){
  .download-card-grid{grid-template-columns:1fr}
  .download-card-pro{padding:1.35rem}
  .template-mockup{transform:none}
  @keyframes templateFloat{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-6px)}
  }
}
@media (prefers-reduced-motion:reduce){
  .fade-up,.reveal-card,.template-mockup{animation:none;opacity:1;transform:none}
}


/* Real mockup images for hidden download pages */
.template-mockup-img{position:relative;z-index:1;width:min(100%,520px);border-radius:28px;box-shadow:0 24px 55px rgba(17,24,39,.18);animation:templateImageFloat 5.5s ease-in-out infinite;}
.download-preview-wrap:before{width:340px;height:260px;}
@keyframes templateImageFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(-1deg)}}
@media(max-width:860px){.template-mockup-img{width:100%;border-radius:22px}@keyframes templateImageFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}}
@media (prefers-reduced-motion:reduce){.template-mockup-img{animation:none}}


/* Fix hidden download page mockup clipping */
.download-hero{overflow:visible}
.download-card-pro{overflow:visible}
.download-preview-wrap{overflow:visible}
.template-mockup-img{
  object-fit:contain;
  height:auto;
  max-height:none;
}


/* Free Templates page refresh */
.free-templates-hero{
  position:relative;
  overflow:hidden;
  padding:4.8rem 0 4rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(124,58,237,.16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(190,18,60,.13), transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.68),rgba(251,247,239,.55));
}
.free-templates-pattern{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.32;
  background-image:
    linear-gradient(rgba(124,58,237,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,.10) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(180deg,#000,transparent 82%);
}
.free-templates-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:2rem;
  align-items:center;
}
.free-templates-hero-copy p:not(.lead){max-width:760px}
.free-template-note{
  margin-top:.9rem;
  color:var(--muted);
  font-weight:800;
}
.free-templates-visual{
  position:relative;
}
.free-templates-visual:before{
  content:"";
  position:absolute;
  inset:10% 8%;
  background:radial-gradient(circle,rgba(124,58,237,.22),transparent 68%);
  filter:blur(10px);
}
.free-templates-visual img{
  position:relative;
  z-index:1;
  width:100%;
  border-radius:30px;
  box-shadow:0 28px 70px rgba(31,41,51,.14);
  animation:freeTemplateFloat 5.6s ease-in-out infinite;
}
.free-template-library-section{padding-top:4rem}
.free-template-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.free-template-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:28px;
  padding:1.15rem;
  box-shadow:0 12px 28px rgba(31,41,51,.06);
  display:flex;
  flex-direction:column;
  gap:.7rem;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.free-template-card:hover{
  transform:translateY(-5px);
  border-color:#dcc8ff;
  box-shadow:0 18px 42px rgba(124,58,237,.12);
}
.free-template-card .btn{margin-top:auto}
.mini-template-preview{
  position:relative;
  min-height:150px;
  border-radius:22px;
  padding:1rem;
  overflow:hidden;
  background:linear-gradient(135deg,#fffdf8,#f8f3ff);
  border:1px solid var(--line);
}
.mini-template-preview:before{
  content:"";
  position:absolute;
  width:130px;
  height:130px;
  border-radius:50%;
  right:-42px;
  top:-42px;
  background:radial-gradient(circle,rgba(124,58,237,.22),transparent 66%);
}
.mini-badge{
  position:relative;
  z-index:1;
  display:inline-flex;
  padding:.45rem .7rem;
  border-radius:999px;
  color:var(--brand-dark);
  background:rgba(255,255,255,.78);
  border:1px solid rgba(124,58,237,.16);
  font-weight:950;
  font-size:.86rem;
}
.mini-chart{
  position:relative;
  z-index:1;
  width:72px;
  height:72px;
  margin:1rem 0 .8rem;
  border-radius:50%;
  background:conic-gradient(var(--brand) 0 70%, rgba(124,58,237,.12) 70% 100%);
  box-shadow:inset 0 0 0 18px #fffaf2;
}
.mini-lines{
  position:absolute;
  left:6.1rem;
  right:1rem;
  bottom:1.2rem;
  display:grid;
  gap:.45rem;
}
.mini-lines b{
  display:block;
  height:9px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(124,58,237,.65),rgba(190,18,60,.28));
}
.mini-lines b:nth-child(2){width:78%}
.mini-lines b:nth-child(3){width:58%}
.clarity-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.clarity-card{
  background:rgba(255,255,255,.78);
  border:1px solid var(--line);
  border-radius:24px;
  padding:1.25rem;
  box-shadow:0 10px 24px rgba(31,41,51,.05);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.clarity-card:hover{
  transform:translateY(-4px);
  border-color:#dcc8ff;
  box-shadow:0 16px 32px rgba(124,58,237,.10);
}
.clarity-icon{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(124,58,237,.14),rgba(190,18,60,.10));
  color:var(--brand-dark);
  font-weight:950;
  font-size:1.25rem;
  margin-bottom:.9rem;
}
.free-template-signup-section{padding-top:2.5rem}
.free-template-signup{
  position:relative;
  overflow:hidden;
}
.free-template-signup:before{
  content:"";
  position:absolute;
  inset:auto -60px -90px auto;
  width:260px;
  height:210px;
  background:radial-gradient(circle,rgba(124,58,237,.18),transparent 70%);
  pointer-events:none;
}
.workbook-badge{
  display:inline-flex;
  margin-bottom:.9rem;
  padding:.5rem .8rem;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--brand-dark);
  font-weight:950;
  box-shadow:0 8px 20px rgba(31,41,51,.06);
}
.floating-sparkle{
  position:absolute;
  color:var(--brand);
  opacity:.52;
  font-size:1.5rem;
}
.sparkle-one{top:1.2rem;left:2rem}
.sparkle-two{right:2.5rem;bottom:2rem}
.free-template-final-cta{
  position:relative;
  overflow:hidden;
}
.free-template-final-cta:before{
  content:"";
  position:absolute;
  inset:auto auto -70px 50%;
  width:280px;
  height:160px;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(124,58,237,.20),transparent 70%);
  pointer-events:none;
}
.ft-fade-up,.ft-reveal{
  opacity:0;
  transform:translateY(18px);
  animation:freeTemplateFadeUp .52s ease-out forwards;
}
.delay-1{animation-delay:.15s}
.ft-reveal{animation-delay:var(--delay,0ms)}
@keyframes freeTemplateFadeUp{
  to{opacity:1;transform:translateY(0)}
}
@keyframes freeTemplateFloat{
  0%,100%{transform:translateY(0) rotate(-.5deg)}
  50%{transform:translateY(-7px) rotate(-.5deg)}
}
@media(max-width:1120px){
  .free-templates-hero-grid{grid-template-columns:1fr}
  .free-template-card-grid,.clarity-card-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .free-template-card-grid,.clarity-card-grid{grid-template-columns:1fr}
  .free-templates-hero{padding:3.4rem 0 3rem}
  .mini-lines{left:5.5rem}
}
@media (prefers-reduced-motion:reduce){
  .ft-fade-up,.ft-reveal,.free-templates-visual img{animation:none;opacity:1;transform:none}
}


/* Free Templates page product card images */
.free-template-card .mini-template-preview.image-preview{
  padding:0;
  display:block;
  min-height:0;
  background:#fffaf2;
}
.free-template-card .mini-template-preview.image-preview:before{
  display:none;
}
.free-template-card .mini-template-preview.image-preview img{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
}


/* === Free template landing pages === */
body.freebie-lp-page .page-hero{background:none;padding:0}
.freebie-lp-hero{
  position:relative;
  overflow:hidden;
  padding:4.7rem 0 3.2rem;
  background:
    radial-gradient(circle at 12% 16%, rgba(124,58,237,.15), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(236,72,153,.10), transparent 18%),
    radial-gradient(circle at 84% 80%, rgba(124,58,237,.10), transparent 25%),
    linear-gradient(180deg,#fffaf6 0%, #fbf7ef 100%);
}
.freebie-lp-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 35% 22%, rgba(255,255,255,.6), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.2), transparent 60%);
}
.freebie-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, .88fr) minmax(0, 1.12fr);
  gap:2.5rem;
  align-items:center;
}
.freebie-sublead{font-size:1.18rem;max-width:720px;color:#475467;margin-bottom:.45rem}
.freebie-support{max-width:720px;font-size:1rem;color:#667085}
.freebie-signup-panel{
  margin-top:1.5rem;
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,250,245,.94));
  border:1px solid var(--line);
  border-radius:30px;
  padding:1.5rem;
  box-shadow:0 22px 50px rgba(23,32,51,.10);
}
.freebie-signup-panel h2{font-size:2rem;margin-bottom:.55rem}
.freebie-signup-panel p{margin-bottom:.9rem}
.freebie-signup-panel .freebie-form{margin-top:0}
.freebie-signup-panel .btn{box-shadow:0 16px 32px rgba(124,58,237,.28)}
.freebie-hero-visual{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}
.hero-visual-shell{
  position:relative;
  width:min(100%, 700px);
  min-height:570px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-visual-shell:before{
  content:"";
  position:absolute;
  width:78%;
  aspect-ratio:1/1;
  border-radius:50%;
  background:radial-gradient(circle, rgba(124,58,237,.18), rgba(124,58,237,0) 66%);
  filter:blur(8px);
  z-index:0;
}
.sparkle-dot{
  position:absolute;
  color:#a78bfa;
  font-size:1.35rem;
  opacity:.7;
  animation:floatSoft 6s ease-in-out infinite;
}
.sparkle-dot.two{right:9%;top:8%;animation-delay:.6s}
.sparkle-dot.one{left:8%;top:12%}
.sparkle-dot.three{left:14%;bottom:9%;animation-delay:1s}
.sparkle-dot.four{right:10%;bottom:12%;animation-delay:1.4s}
.hero-main-mockup{
  position:relative;
  z-index:1;
  width:min(100%, 610px);
  filter:drop-shadow(0 32px 60px rgba(17,24,39,.18));
  animation:floatSoft 7s ease-in-out infinite;
}
.hero-floating-card{
  position:absolute;
  z-index:2;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(234,223,206,.95);
  border-radius:24px;
  box-shadow:0 18px 45px rgba(23,32,51,.12);
  padding:1rem 1.05rem;
  color:var(--ink);
  min-width:180px;
  animation:floatSoft 6.5s ease-in-out infinite;
}
.hero-floating-card h4,.hero-floating-card strong{margin:0;color:var(--ink)}
.hero-floating-card p,.hero-floating-card span,.hero-floating-card li{color:#667085}
.hero-floating-card small{display:block;color:#8a7f72;font-weight:700;margin-top:.2rem}
.floating-top-left{top:4%;left:0;animation-delay:.2s}
.floating-bottom-left{bottom:7%;left:2%;animation-delay:1s}
.floating-right{right:0;top:19%;animation-delay:.65s}
.floating-bottom-right{right:6%;bottom:7%;animation-delay:1.25s}
.kpi-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}
.kpi-mini{background:#fffaf5;border:1px solid var(--line);border-radius:16px;padding:.65rem .75rem}
.kpi-mini span{display:block;font-size:.76rem;font-weight:700;line-height:1.3}
.kpi-mini strong{display:block;font-size:1.05rem;margin-top:.15rem}
.progress-stack{display:grid;gap:.5rem;margin-top:.15rem}
.progress-stack .item{display:grid;gap:.22rem}
.progress-stack .top{display:flex;justify-content:space-between;gap:.65rem;font-size:.83rem;font-weight:800;color:#475467}
.mini-bar{height:9px;background:#f2edf8;border-radius:999px;overflow:hidden}
.mini-bar span{display:block;height:100%;width:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#8b5cf6,#c084fc);border-radius:999px}
.score-badge{display:flex;align-items:center;gap:.65rem}
.score-badge strong{font-size:1.5rem}
.score-badge em{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--soft-violet);color:var(--violet);font-style:normal;font-weight:900}
.tag-pills{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}
.tag-pills span{padding:.28rem .6rem;border-radius:999px;background:#f7f1ff;color:var(--violet);font-size:.78rem;font-weight:800}
.check-ticks{display:grid;gap:.35rem;padding:0;margin:.35rem 0 0;list-style:none}
.check-ticks li{position:relative;padding-left:1.2rem;font-size:.82rem;font-weight:700;color:#475467}
.check-ticks li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green)}
.ring-widget{display:flex;align-items:center;gap:.8rem}
.ring-svg{width:74px;height:74px;transform:rotate(-90deg)}
.ring-svg .track{fill:none;stroke:#ece7f6;stroke-width:10}
.ring-svg .progress{fill:none;stroke:url(#ringGradient);stroke-width:10;stroke-linecap:round;stroke-dasharray:207;stroke-dashoffset:207;transition:stroke-dashoffset 1.2s ease-out .1s}
.lp-visible .ring-svg .progress{stroke-dashoffset:calc(207 - (207 * var(--pct)) / 100)}
.ring-value strong{font-size:1.35rem;display:block}
.ring-value span{font-size:.8rem;color:#667085}
.mini-line-chart{height:74px;display:flex;align-items:flex-end;gap:.42rem;margin-top:.45rem}
.mini-line-chart span{display:block;width:18px;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#d8b4fe,#8b5cf6);height:20px;transform:scaleY(0);transform-origin:bottom;transition:transform 1s ease-out}
.lp-visible .mini-line-chart span{transform:scaleY(1)}
.mini-line-chart span:nth-child(1){height:18px}.mini-line-chart span:nth-child(2){height:33px}.mini-line-chart span:nth-child(3){height:29px}.mini-line-chart span:nth-child(4){height:46px}.mini-line-chart span:nth-child(5){height:41px}.mini-line-chart span:nth-child(6){height:56px}
.hero-caption{position:absolute;left:50%;bottom:1%;transform:translateX(-50%);z-index:2;width:max-content;max-width:88%;padding:.8rem 1.1rem;background:rgba(255,255,255,.88);border:1px solid rgba(234,223,206,.95);border-radius:999px;color:#344054;font-weight:800;backdrop-filter:blur(8px);box-shadow:0 16px 38px rgba(23,32,51,.10)}
.lp-section-title{max-width:850px;margin:0 auto 2rem;text-align:center}
.lp-section-title p{max-width:760px;margin-inline:auto}
.lp-feature-grid{gap:1rem}
.lp-feature-card{background:linear-gradient(180deg,#ffffff,#fff9f3);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
.lp-feature-card:hover{transform:translateY(-4px);border-color:#d9c8ff;box-shadow:0 18px 35px rgba(23,32,51,.09)}
.feature-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,rgba(124,58,237,.14),rgba(236,72,153,.12));color:var(--violet);font-weight:900;margin-bottom:.9rem;font-size:1.15rem}
.feature-icon span{transform:translateY(-1px)}
.feature-title{font-size:1.15rem;font-weight:850;margin-bottom:.35rem}
.lp-info-grid{margin-top:1.25rem;align-items:stretch}
.lp-info-card h2{font-size:2rem}
.lp-steps{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.85rem}
.lp-steps li{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;color:#475467}
.lp-steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--grad);color:#fff;font-weight:900;box-shadow:0 12px 22px rgba(124,58,237,.22)}
.action-graph-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:1.6rem;align-items:center}
.action-graph-card{position:relative;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(255,250,244,.95));border-radius:32px;border:1px solid var(--line);box-shadow:0 18px 40px rgba(23,32,51,.08)}
.action-graph-card:before{content:"";position:absolute;inset:auto -10% -22% auto;width:240px;height:240px;background:radial-gradient(circle,rgba(124,58,237,.10),transparent 70%);pointer-events:none}
.action-graph-body{padding:1.55rem}
.action-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-bottom:1rem}
.action-metric{background:#fffaf5;border:1px solid var(--line);border-radius:18px;padding:.85rem .9rem}
.action-metric span{display:block;color:#667085;font-size:.77rem;font-weight:750;line-height:1.3}
.action-metric strong{display:block;color:var(--ink);font-size:1.12rem;margin-top:.18rem}
.graph-note{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;padding:.52rem .86rem;border-radius:999px;background:#f7f1ff;color:var(--violet);font-weight:850;font-size:.84rem}
.big-progress-list{display:grid;gap:.85rem}
.big-progress-list .item{display:grid;gap:.3rem}
.big-progress-list .label-row{display:flex;justify-content:space-between;gap:.8rem;color:#344054;font-weight:850;font-size:.93rem}
.big-progress-list .bar{height:14px;border-radius:999px;background:#efe7fb;overflow:hidden}
.big-progress-list .bar span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#7c3aed,#c084fc);transition:transform 1.2s ease-out}
.lp-visible .big-progress-list .bar span{transform:scaleX(var(--fill,1))}
.donut-and-bars{display:grid;grid-template-columns:180px 1fr;gap:1.35rem;align-items:center}
.donut-card-large{display:grid;place-items:center;background:#fffaf5;border:1px solid var(--line);border-radius:24px;padding:1rem}
.donut-card-large .ring-svg{width:110px;height:110px}
.donut-card-large .ring-svg .track,.donut-card-large .ring-svg .progress{stroke-width:12;stroke-dasharray:301;stroke-dashoffset:301}
.lp-visible .donut-card-large .ring-svg .progress{stroke-dashoffset:calc(301 - (301 * var(--pct)) / 100)}
.donut-card-large strong{font-size:1.9rem;line-height:1;margin-top:.35rem}
.donut-card-large span{font-size:.86rem;color:#667085;text-align:center}
.flow-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
.flow-chip{padding:.5rem .82rem;border-radius:999px;background:#fffaf5;border:1px solid var(--line);font-size:.82rem;font-weight:850;color:#667085;opacity:.32;transform:translateY(12px);transition:opacity .45s ease,transform .45s ease,background .45s ease,color .45s ease,border-color .45s ease}
.lp-visible .flow-chip{opacity:1;transform:translateY(0)}
.lp-visible .flow-chip:nth-child(1){transition-delay:.05s;background:#f7f1ff;color:var(--violet);border-color:#d8c3ff}
.lp-visible .flow-chip:nth-child(2){transition-delay:.16s;background:#f9f5ff;color:var(--violet)}
.lp-visible .flow-chip:nth-child(3){transition-delay:.27s;background:#fff7fb;color:#8b5cf6}
.lp-visible .flow-chip:nth-child(4){transition-delay:.38s;background:#f8f7ff;color:#8b5cf6}
.lp-visible .flow-chip:nth-child(5){transition-delay:.49s;background:#f1f5ff;color:#5b21b6}
.lp-visible .flow-chip:nth-child(6){transition-delay:.6s;background:#edfdf8;color:var(--green)}
.dual-column-mini{display:grid;grid-template-columns:1fr 240px;gap:1rem;align-items:start}
.mini-check-card{background:#fffaf5;border:1px solid var(--line);border-radius:22px;padding:1rem}
.mini-check-card h4{margin:0 0 .55rem;font-size:1rem}
.check-animate{display:grid;gap:.45rem}
.check-animate li{opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease;color:#475467;font-weight:760;font-size:.87rem}
.lp-visible .check-animate li{opacity:1;transform:translateY(0)}
.lp-visible .check-animate li:nth-child(1){transition-delay:.08s}
.lp-visible .check-animate li:nth-child(2){transition-delay:.16s}
.lp-visible .check-animate li:nth-child(3){transition-delay:.24s}
.lp-visible .check-animate li:nth-child(4){transition-delay:.32s}
.lp-visible .check-animate li:nth-child(5){transition-delay:.40s}
.lp-visible .check-animate li:nth-child(6){transition-delay:.48s}
.lp-visible .check-animate li:nth-child(7){transition-delay:.56s}
.lp-visible .check-animate li:nth-child(8){transition-delay:.64s}
.circle-score-wrap{display:grid;grid-template-columns:180px 1fr;gap:1rem;align-items:center}
.score-circle-card{background:#fffaf5;border:1px solid var(--line);border-radius:24px;padding:1rem;display:grid;place-items:center}
.score-circle-card .ring-svg{width:116px;height:116px}
.score-circle-card .ring-svg .track,.score-circle-card .ring-svg .progress{stroke-width:12;stroke-dasharray:301;stroke-dashoffset:301}
.lp-visible .score-circle-card .ring-svg .progress{stroke-dashoffset:calc(301 - (301 * var(--pct)) / 100)}
.score-circle-card strong{font-size:2rem;line-height:1;margin-top:.35rem}
.score-circle-card span{font-size:.84rem;color:#667085;text-align:center}
.keyword-cloud{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.9rem}
.keyword-cloud span{padding:.4rem .7rem;border-radius:999px;background:#f7f1ff;color:var(--violet);font-size:.8rem;font-weight:850;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}
.lp-visible .keyword-cloud span{opacity:1;transform:translateY(0)}
.lp-visible .keyword-cloud span:nth-child(1){transition-delay:.05s}
.lp-visible .keyword-cloud span:nth-child(2){transition-delay:.12s}
.lp-visible .keyword-cloud span:nth-child(3){transition-delay:.19s}
.lp-visible .keyword-cloud span:nth-child(4){transition-delay:.26s}
.lp-visible .keyword-cloud span:nth-child(5){transition-delay:.33s}
.lp-visible .keyword-cloud span:nth-child(6){transition-delay:.40s}
.lp-visible .keyword-cloud span:nth-child(7){transition-delay:.47s}
.line-chart-wrap{background:#fffaf5;border:1px solid var(--line);border-radius:26px;padding:1rem}
.line-chart-wrap svg{width:100%;height:240px;overflow:visible}
.chart-grid line{stroke:#efe7fb;stroke-width:1}
.chart-axis{stroke:#d7cfe0;stroke-width:1.5}
.chart-line{fill:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:500;stroke-dashoffset:500}
.lp-visible .chart-line{stroke-dashoffset:0;transition:stroke-dashoffset 1.25s ease-out}
.lp-visible .chart-line.two{transition-delay:.18s}
.lp-visible .chart-line.three{transition-delay:.36s}
.chart-point{opacity:0;transition:opacity .35s ease .8s}
.lp-visible .chart-point{opacity:1}
.chart-label-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.75rem;font-size:.84rem;font-weight:800;color:#475467}
.chart-label-row span{display:inline-flex;align-items:center;gap:.45rem}
.chart-label-row i{display:inline-block;width:12px;height:12px;border-radius:999px}
.margin-bars{display:flex;align-items:flex-end;gap:.55rem;height:120px;padding:.3rem .25rem 0}
.margin-bars span{display:block;flex:1;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#d8b4fe,#7c3aed);transform:scaleY(0);transform-origin:bottom;transition:transform 1.1s ease-out}
.lp-visible .margin-bars span{transform:scaleY(1)}
.margin-bars span:nth-child(1){height:72%}.margin-bars span:nth-child(2){height:76%}.margin-bars span:nth-child(3){height:68%}.margin-bars span:nth-child(4){height:82%}.margin-bars span:nth-child(5){height:79%}.margin-bars span:nth-child(6){height:86%}
.reflection-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:1rem}
.reflection-card{background:#fffaf5;border:1px solid var(--line);border-radius:20px;padding:.95rem;min-height:110px;opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease}
.lp-visible .reflection-card{opacity:1;transform:translateY(0)}
.lp-visible .reflection-card:nth-child(1){transition-delay:.10s}
.lp-visible .reflection-card:nth-child(2){transition-delay:.18s}
.lp-visible .reflection-card:nth-child(3){transition-delay:.26s}
.lp-visible .reflection-card:nth-child(4){transition-delay:.34s}
.reflection-card strong{display:block;font-size:.98rem;margin-bottom:.35rem}
.reflection-card p{font-size:.88rem;line-height:1.45;margin:0}
.system-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem;align-items:stretch}
.system-strip-card{position:relative;background:linear-gradient(180deg,#ffffff,#fff9f3);border:1px solid var(--line);border-radius:24px;padding:1.15rem;text-align:center;box-shadow:0 10px 24px rgba(23,32,51,.05)}
.system-strip-card strong{display:block;font-size:1rem;margin-bottom:.28rem}
.system-strip-card p{font-size:.88rem;margin:0}
.system-strip-card:not(:last-child):after{content:"→";position:absolute;right:-.68rem;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:white;border:1px solid var(--line);color:var(--violet);font-weight:900;box-shadow:0 10px 22px rgba(23,32,51,.08)}
.freebie-final-cta .btn{box-shadow:0 18px 35px rgba(124,58,237,.26)}
.lp-reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}
.lp-reveal.lp-visible{opacity:1;transform:translateY(0)}
@keyframes floatSoft{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1060px){
  .freebie-hero-grid,.action-graph-grid{grid-template-columns:1fr}
  .freebie-hero-visual{order:-1;min-height:0}
  .hero-visual-shell{min-height:540px}
}
@media(max-width:860px){
  .freebie-lp-hero{padding:3.3rem 0 2.4rem}
  .freebie-signup-panel{padding:1.3rem}
  .freebie-signup-panel h2{font-size:1.6rem}
  .hero-main-mockup{width:min(100%, 520px)}
  .hero-visual-shell{min-height:500px}
  .hero-floating-card{min-width:150px;padding:.85rem .9rem;border-radius:20px}
  .floating-top-left{top:0;left:0}
  .floating-right{right:0;top:14%}
  .floating-bottom-left{left:0;bottom:8%}
  .floating-bottom-right{right:0;bottom:4%}
  .action-metrics,.system-strip-grid,.reflection-card-grid{grid-template-columns:1fr 1fr}
  .donut-and-bars,.dual-column-mini,.circle-score-wrap{grid-template-columns:1fr}
}
@media(max-width:640px){
  .hero-main-mockup{width:100%}
  .hero-visual-shell{min-height:auto;padding:2.4rem 0 6rem}
  .hero-floating-card{position:relative;right:auto;left:auto;top:auto;bottom:auto;margin:.8rem auto 0;width:min(100%, 320px);animation:none}
  .hero-visual-shell{display:block}
  .hero-caption{position:relative;left:auto;bottom:auto;transform:none;margin:1rem auto 0;text-align:center}
  .action-metrics,.system-strip-grid,.reflection-card-grid{grid-template-columns:1fr}
  .system-strip-card:not(:last-child):after{display:none}
}
@media (prefers-reduced-motion:reduce){
  .hero-main-mockup,.hero-floating-card,.sparkle-dot,.lp-reveal,.flow-chip,.chart-line,.keyword-cloud span,.check-animate li,.reflection-card,.mini-line-chart span,.margin-bars span,.big-progress-list .bar span,.mini-bar span{animation:none !important;transition:none !important}
}
