:root{
  --purple-950:#12031f;--purple-900:#20073b;--purple-850:#2a0d4c;--purple-800:#351460;--purple-700:#4e2290;--purple:#6b35c9;--violet:#8a55ed;
  --orange:#ff5b2e;--orange-2:#ff7a35;--gold:#ffbf5b;--cream:#fff7ef;--cream-2:#fff1df;--ink:#22132f;--muted:#756982;--white:#fff;
  --line:rgba(34,19,47,.12);--glass:rgba(255,255,255,.12);--max:1240px;--serif:"Cinzel",Georgia,serif;--sans:"Manrope",Inter,Arial,sans-serif;
  --shadow:0 28px 90px rgba(32,7,59,.23);--orange-shadow:0 24px 62px rgba(255,91,46,.32)
}
*{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth} body{font-family:var(--sans);background:#fff;color:var(--ink);overflow-x:hidden} a{text-decoration:none;color:inherit} button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 42px));margin:auto;position:relative;z-index:2}.section{position:relative;padding:105px 0;overflow:hidden}.deep{color:#fff;background:radial-gradient(circle at 8% 8%,rgba(255,91,46,.34),transparent 28%),radial-gradient(circle at 88% 10%,rgba(138,85,237,.32),transparent 32%),linear-gradient(135deg,var(--purple-950),var(--purple-850) 56%,#542089)}.soft{background:radial-gradient(circle at 92% 0%,rgba(255,91,46,.16),transparent 26%),radial-gradient(circle at 0% 100%,rgba(107,53,201,.12),transparent 28%),linear-gradient(180deg,#fff,var(--cream))}.grid:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.065) 1px,transparent 1px);background-size:54px 54px;pointer-events:none;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.soft.grid:before,.white.grid:before{background-image:linear-gradient(rgba(107,53,201,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(107,53,201,.055) 1px,transparent 1px);mask-image:none}.white{background:#fff}.blob{position:absolute;border-radius:999px;filter:blur(24px);opacity:.5;pointer-events:none}.blob.one{width:340px;height:340px;background:var(--orange);right:-110px;top:120px}.blob.two{width:280px;height:280px;background:var(--violet);left:-100px;bottom:20px}
.logo-img{display:block;max-width:100%;height:auto}.icon-img{width:28px;height:28px;object-fit:contain}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(255,91,46,.3);box-shadow:0 12px 34px rgba(107,53,201,.1);font-size:.72rem;font-weight:950;letter-spacing:.15em;text-transform:uppercase;color:var(--purple-850);white-space:nowrap}.deep .eyebrow,.hero .eyebrow{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(14px)}.eyebrow .mini-book{width:25px;height:25px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--gold));box-shadow:0 8px 18px rgba(255,91,46,.32)}.eyebrow .mini-book svg{width:15px;height:15px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.title{font-family:var(--serif);font-size:clamp(2.25rem,4.4vw,5.05rem);line-height:.96;letter-spacing:-.055em;font-weight:900}.title span,.grad{background:linear-gradient(105deg,var(--orange),var(--gold) 38%,var(--violet) 86%);-webkit-background-clip:text;background-clip:text;color:transparent}.deep .title span,.hero .title span{background:linear-gradient(105deg,#fff,var(--gold) 45%,var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}.copy{color:var(--muted);font-size:1.03rem;line-height:1.82;font-weight:600}.deep .copy,.hero .copy{color:rgba(255,255,255,.76)}.btn{min-height:56px;padding:0 24px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:950;cursor:pointer;transition:.25s;position:relative;overflow:hidden;white-space:nowrap}.btn:before{content:"";position:absolute;inset:-3px;background:rgba(255,255,255,.22);transform:translateX(-120%) skewX(-18deg);transition:.5s}.btn:hover:before{transform:translateX(120%) skewX(-18deg)}.btn:hover{transform:translateY(-4px)}.btn-primary{color:#fff;background:linear-gradient(135deg,var(--orange),var(--purple));box-shadow:var(--orange-shadow)}.btn-light{background:#fff;color:var(--purple-850);box-shadow:0 18px 44px rgba(0,0,0,.17)}.btn-outline{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.2)}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(107,53,201,.12);box-shadow:0 14px 40px rgba(18,3,31,.08)}.nav{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.brand{width:190px;background:#fff;border:1px solid rgba(107,53,201,.14);border-radius:18px;padding:8px 12px;box-shadow:0 12px 28px rgba(107,53,201,.1)}.menu{justify-self:center;display:flex;gap:6px;background:#fff;border:1px solid rgba(107,53,201,.12);border-radius:999px;padding:7px;box-shadow:inset 0 1px 0 #fff,0 12px 28px rgba(107,53,201,.08)}.menu a{height:42px;padding:0 15px;border-radius:999px;display:flex;align-items:center;font-size:.9rem;font-weight:850;color:rgba(34,19,47,.72);transition:.2s}.menu a:hover{color:#fff;background:linear-gradient(135deg,var(--purple),var(--orange));box-shadow:0 12px 26px rgba(107,53,201,.2);transform:translateY(-2px)}.call{min-height:52px;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,var(--purple),var(--orange));color:#fff;font-weight:950;box-shadow:0 14px 32px rgba(107,53,201,.22)}.hamb{display:none;border:0;background:var(--cream);color:var(--purple);width:44px;height:44px;border-radius:14px;font-weight:950}
.hero{min-height:calc(100vh - 82px);padding:78px 0 58px;position:relative;color:#fff;background:radial-gradient(circle at 15% 12%,rgba(255,91,46,.32),transparent 30%),radial-gradient(circle at 82% 4%,rgba(138,85,237,.35),transparent 30%),linear-gradient(135deg,var(--purple-950),var(--purple-850) 54%,#5a238f)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,#000,transparent 86%)}.hero:after{content:"";position:absolute;width:720px;height:720px;right:-260px;top:40px;border-radius:50%;background:radial-gradient(circle,rgba(255,91,46,.28),rgba(138,85,237,.12) 40%,transparent 70%);animation:pulse 7s ease-in-out infinite}.hero-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:54px;align-items:center;position:relative;z-index:2}.hero h1{font-family:var(--serif);font-size:clamp(3.2rem,6vw,6.7rem);line-height:.91;letter-spacing:-.065em;font-weight:900;margin-top:18px}.hero .copy{font-size:1.08rem;max-width:720px;margin-top:22px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.trust-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.trust-chips span{border-radius:999px;padding:10px 14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-weight:850;font-size:.88rem}.hero-stage{position:relative;min-height:590px}.stage-card{position:absolute;inset:12px 0 0 16px;border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 90px rgba(0,0,0,.28);backdrop-filter:blur(16px);padding:24px;overflow:hidden;animation:float 6s ease-in-out infinite}.stage-top{border-radius:26px;min-height:180px;background:radial-gradient(circle at 85% 0%,rgba(255,191,91,.55),transparent 32%),linear-gradient(135deg,var(--purple),var(--orange));display:flex;justify-content:space-between;gap:20px;padding:28px;align-items:flex-start;position:relative;overflow:hidden}.stage-top:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.22),transparent);transform:translateX(-120%);animation:shine 4s ease-in-out infinite}.stage-top h2{font-family:var(--serif);font-size:2.25rem;line-height:.94;color:#fff;letter-spacing:-.05em}.stage-logo{width:145px;background:#fff;border-radius:18px;padding:10px 13px;position:relative;z-index:2}.journey-steps{display:grid;gap:14px;margin-top:18px;padding-bottom:6px}.jstep{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;background:#fff;color:var(--ink);border-radius:24px;padding:18px;position:relative;box-shadow:0 14px 34px rgba(0,0,0,.12);transition:.25s}.jstep:hover{transform:translateX(8px)}.jstep:not(:last-child):after{content:"";position:absolute;left:44px;bottom:-20px;width:2px;height:24px;background:linear-gradient(var(--orange),var(--gold))}.jicon{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--purple),var(--orange));display:grid;place-items:center;box-shadow:0 12px 28px rgba(255,91,46,.25)}.jicon img{width:30px}.jstep small{color:var(--orange);font-weight:950;letter-spacing:.12em;text-transform:uppercase}.jstep h3{font-size:1.05rem;margin:4px 0}.jstep p{color:var(--muted);font-size:.9rem;line-height:1.45}.float-book{position:absolute;right:-8px;bottom:0;width:172px;height:230px;border-radius:16px 26px 26px 16px;background:linear-gradient(90deg,rgba(0,0,0,.22),transparent 18%),linear-gradient(135deg,#fff 0,#ffe7d6 22%,var(--orange) 54%,var(--purple) 100%);box-shadow:0 28px 60px rgba(0,0,0,.28);transform:rotate(-8deg);animation:bookFloat 5s ease-in-out infinite}.float-book:before{content:"LEGACY";position:absolute;left:24px;top:38px;color:#fff;font-family:var(--serif);font-weight:900;font-size:1.3rem}.float-book:after{content:"AUTHOR EDITION";position:absolute;left:24px;bottom:38px;color:rgba(255,255,255,.82);font-weight:950;font-size:.62rem;letter-spacing:.14em}
.platform-strip{background:linear-gradient(90deg,var(--orange),var(--purple));padding:18px 0;color:#fff}.platforms{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.platforms span{height:44px;border-radius:999px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;font-weight:950;font-size:.82rem;letter-spacing:.03em;text-align:center}
.section-head.center{text-align:center;max-width:980px;margin:0 auto 52px}.section-head.center .copy{margin:18px auto 0}.about-show{display:grid;grid-template-columns:.95fr 1.05fr;gap:24px;align-items:stretch}.impact-card{border-radius:34px;color:#fff;padding:38px;background:radial-gradient(circle at 80% 12%,rgba(255,191,91,.32),transparent 30%),linear-gradient(135deg,var(--purple-900),var(--purple),var(--orange));box-shadow:var(--shadow);min-height:480px;position:relative;overflow:hidden;display:grid;align-content:space-between}.impact-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.16),transparent 32%);animation:pulse 6s infinite}.impact-card .title{font-size:clamp(2.1rem,3.6vw,4.1rem);position:relative}.impact-card p{max-width:560px;color:rgba(255,255,255,.82);line-height:1.75;position:relative}.impact-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.impact-tile{min-height:232px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 50px rgba(32,7,59,.08);padding:24px;transition:.25s;position:relative;overflow:hidden}.impact-tile:hover{transform:translateY(-8px);box-shadow:0 26px 70px rgba(32,7,59,.16)}.impact-tile:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--purple),var(--orange),var(--gold))}.num{width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,var(--orange),var(--gold));display:grid;place-items:center;color:#fff;font-weight:950;margin-bottom:42px}.impact-tile h3{font-size:1.2rem;margin-bottom:10px}.impact-tile p{color:var(--muted);line-height:1.65;font-size:.95rem}
.services-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:stretch}.feature-card{border-radius:34px;color:#fff;min-height:620px;padding:40px;background:radial-gradient(circle at 84% 10%,rgba(255,191,91,.32),transparent 30%),linear-gradient(135deg,var(--purple-950),var(--purple),var(--orange));box-shadow:var(--shadow);display:grid;align-content:space-between;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;width:460px;height:460px;right:-180px;bottom:-170px;border-radius:50%;background:rgba(255,255,255,.12);animation:pulse 6s infinite}.feature-card .icon-water{position:absolute;right:34px;bottom:34px;width:180px;opacity:.12;filter:brightness(2)}.feature-card .title{font-size:clamp(2.3rem,3.7vw,4.2rem);position:relative}.feature-card p{color:rgba(255,255,255,.84);line-height:1.8;max-width:520px;position:relative}.service-chapters{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.chapter{border-radius:28px;background:#fff;border:1px solid var(--line);padding:25px;min-height:218px;box-shadow:0 18px 48px rgba(32,7,59,.08);position:relative;overflow:hidden;transition:.25s}.chapter:hover{transform:translateY(-8px) rotate(.4deg);box-shadow:0 30px 80px rgba(32,7,59,.17)}.chapter:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(107,53,201,.08),transparent 45%,rgba(255,91,46,.1));opacity:0;transition:.25s}.chapter:hover:before{opacity:1}.chapter small{color:var(--orange);font-weight:950;letter-spacing:.12em;text-transform:uppercase}.chapter h3{font-size:1.28rem;margin:18px 0 9px}.chapter p{color:var(--muted);line-height:1.6;font-size:.94rem}.chapter .icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--purple),var(--orange));display:grid;place-items:center;box-shadow:0 14px 32px rgba(255,91,46,.22);position:absolute;right:22px;top:22px}.chapter .icon img{width:34px}
.timeline-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:32px;align-items:center}.timeline-copy .title{font-size:clamp(2.2rem,4vw,4.6rem)}.timeline{position:relative;display:grid;gap:16px}.timeline:before{content:"";position:absolute;left:28px;top:30px;bottom:30px;width:3px;background:linear-gradient(var(--orange),var(--purple),var(--gold));border-radius:999px}.milestone{display:grid;grid-template-columns:62px 1fr;gap:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);border-radius:26px;padding:20px;transition:.25s}.milestone:hover{transform:translateX(9px);background:rgba(255,255,255,.14)}.mile-dot{width:58px;height:58px;border-radius:20px;background:linear-gradient(135deg,var(--orange),var(--purple));display:grid;place-items:center;box-shadow:0 16px 36px rgba(255,91,46,.25);z-index:2}.mile-dot img{width:36px}.milestone small{color:var(--gold);font-weight:950;letter-spacing:.13em;text-transform:uppercase}.milestone h3{margin:4px 0 5px}.milestone p{color:rgba(255,255,255,.7);line-height:1.6;font-size:.93rem}
.includes-layout{display:grid;grid-template-columns:1fr;gap:34px}.orbit{border-radius:38px;padding:34px;background:linear-gradient(135deg,var(--purple-950),var(--purple-800));color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.orbit:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.11) 1px,transparent 1.5px);background-size:22px 22px;opacity:.55}.orbit-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.orbit-card{min-height:235px;border-radius:28px;padding:24px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px);transition:.25s}.orbit-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.15)}.orbit-card img{width:46px;background:#fff;border-radius:16px;padding:6px;margin-bottom:28px}.orbit-card h3{font-size:1.22rem;margin-bottom:10px}.orbit-card p{color:rgba(255,255,255,.72);line-height:1.65;font-size:.94rem}
.packages{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.package{border-radius:32px;background:#fff;border:1px solid var(--line);padding:28px;box-shadow:0 18px 52px rgba(32,7,59,.08);position:relative;overflow:hidden;transition:.25s}.package:hover{transform:translateY(-9px);box-shadow:0 32px 88px rgba(32,7,59,.18)}.package:before{content:"";position:absolute;left:28px;right:28px;top:0;height:4px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--orange),var(--gold),var(--purple))}.package.featured{color:#fff;background:radial-gradient(circle at 80% 8%,rgba(255,191,91,.28),transparent 31%),linear-gradient(135deg,var(--purple-950),var(--purple-700));transform:scale(1.04)}.package.featured:hover{transform:scale(1.04) translateY(-9px)}.pill{display:inline-flex;padding:8px 13px;border-radius:999px;background:rgba(255,91,46,.12);color:var(--orange);font-weight:950;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.featured .pill{background:rgba(255,255,255,.14);color:#fff}.package h3{font-family:var(--serif);font-size:2rem;line-height:1;margin:22px 0 12px}.package p{color:var(--muted);line-height:1.65}.featured p,.featured li{color:rgba(255,255,255,.75)}.package ul{list-style:none;display:grid;gap:10px;margin:24px 0}.package li{color:var(--muted);font-weight:700;line-height:1.4}.package li:before{content:"✓";color:var(--orange);font-weight:950;margin-right:8px}.package .btn{width:100%;margin-top:12px}
.proof{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:stretch}.proof-panel{border-radius:36px;padding:36px;color:#fff;background:radial-gradient(circle at 12% 85%,rgba(255,191,91,.32),transparent 32%),linear-gradient(135deg,var(--purple-950),var(--purple),var(--orange));box-shadow:var(--shadow);position:relative;overflow:hidden}.proof-panel .title{font-size:clamp(2.2rem,3.8vw,4.4rem)}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:34px}.stat{border-radius:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);padding:18px}.stat b{display:block;font-size:2rem;color:var(--gold)}.stat span{color:rgba(255,255,255,.72);font-weight:800;font-size:.9rem}.testimonials{display:grid;gap:16px}.testimonial{border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 52px rgba(32,7,59,.08);padding:26px;transition:.25s;border-left:5px solid var(--orange)}.testimonial:nth-child(even){border-left-color:var(--purple)}.testimonial:hover{transform:translateX(8px);box-shadow:0 28px 74px rgba(32,7,59,.14)}.stars{color:var(--orange);letter-spacing:.08em;margin-bottom:12px}.testimonial p{color:var(--muted);line-height:1.65;margin-bottom:16px;font-size:1rem}.author{display:flex;align-items:center;gap:12px}.avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--orange));display:grid;place-items:center;color:#fff;font-weight:950}.author b{display:block}.author small{color:var(--muted);font-weight:800}
.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:stretch}.contact-info{border-radius:34px;background:#fff;color:var(--ink);padding:34px;box-shadow:var(--shadow);position:relative;overflow:hidden}.contact-info:before{content:"";position:absolute;right:-70px;top:-70px;width:230px;height:230px;border-radius:50%;background:linear-gradient(135deg,rgba(255,91,46,.2),rgba(107,53,201,.12))}.contact-info .title{font-size:clamp(2rem,3.3vw,3.7rem);margin:18px 0}.benefits{display:grid;gap:10px;margin:24px 0}.benefits span{border-radius:16px;padding:12px 14px;background:var(--cream);border:1px solid rgba(255,91,46,.14);font-weight:850;color:var(--muted)}.contact-lines{display:grid;gap:10px;margin-top:20px}.contact-lines div{border-radius:16px;padding:14px 16px;background:linear-gradient(90deg,#fff7ef,#fff);border:1px solid rgba(255,91,46,.14);font-weight:850;color:var(--muted)}.form-card{border-radius:34px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);padding:30px;box-shadow:0 28px 80px rgba(0,0,0,.18)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:grid;gap:8px;font-size:.88rem;font-weight:900}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.92);border-radius:16px;padding:15px 16px;outline:none;color:var(--ink);font-weight:700}.field textarea{min-height:210px;resize:vertical}.privacy{margin-top:16px;color:rgba(255,255,255,.72);font-size:.9rem;font-weight:750;text-align:center}
.prefooter{padding:78px 0;background:linear-gradient(135deg,var(--orange),var(--purple));color:#fff;position:relative;overflow:hidden}.prefooter:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1.5px);background-size:24px 24px;opacity:.4}.prebox{text-align:center;max-width:860px;margin:auto}.prebox h2{font-family:var(--serif);font-size:clamp(2.3rem,4vw,4.8rem);line-height:.95}.prebox p{margin:18px auto 0;max-width:680px;color:rgba(255,255,255,.8);line-height:1.75;font-weight:650}.footer{background:#0d0219;color:#fff;padding:70px 0 26px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 0%,rgba(255,91,46,.2),transparent 28%),radial-gradient(circle at 90% 80%,rgba(107,53,201,.24),transparent 32%)}.footer-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr 1fr;gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12);position:relative}.footer-logo{width:220px;background:#fff;border-radius:20px;padding:10px 14px;margin-bottom:18px}.footer p,.footer a{display:block;color:rgba(255,255,255,.66);line-height:1.75;font-size:.94rem;margin-bottom:8px}.footer h4{margin-bottom:16px;font-size:1.05rem}.footer a:hover{color:#fff}.footer-chips{display:flex;flex-wrap:wrap;gap:8px}.footer-chips span{border-radius:999px;padding:8px 11px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);font-size:.78rem;font-weight:850;color:rgba(255,255,255,.76)}.social{display:flex;gap:10px;margin-top:18px}.social a{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.13);margin:0}.bottom{display:flex;justify-content:space-between;gap:18px;position:relative;padding-top:22px;color:rgba(255,255,255,.52);font-size:.9rem}.bottom-links{display:flex;gap:14px;flex-wrap:wrap}
.reveal{opacity:0;transform:translateY(24px);transition:.75s ease}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes bookFloat{0%,100%{transform:rotate(-8deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-13px)}}@keyframes pulse{0%,100%{transform:scale(1);opacity:.55}50%{transform:scale(1.08);opacity:.8}}@keyframes shine{0%,45%{transform:translateX(-130%)}70%,100%{transform:translateX(130%)}}
@media(max-width:1120px){.menu{display:none}.hamb{display:block}.nav{grid-template-columns:auto auto}.call{display:none}.hero-grid,.about-show,.services-grid,.timeline-wrap,.proof,.contact{grid-template-columns:1fr}.hero-stage{min-height:620px}.platforms{grid-template-columns:repeat(4,1fr)}.packages,.orbit-grid{grid-template-columns:1fr}.package.featured{transform:none}.footer-grid{grid-template-columns:1fr 1fr}.service-chapters,.impact-visual{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.container{width:min(100% - 28px,var(--max))}.section{padding:74px 0}.hero{padding:56px 0}.hero h1{font-size:clamp(3rem,14vw,5rem)}.actions,.hero .btn{width:100%}.hero .btn{display:flex}.stage-card{position:relative;inset:auto}.hero-stage{min-height:auto}.float-book{display:none}.stage-top{display:block}.stage-logo{margin-top:18px}.platforms,.service-chapters,.impact-visual,.stats,.form-grid,.footer-grid{grid-template-columns:1fr}.platforms span{font-size:.8rem}.contact,.proof{gap:18px}.bottom{flex-direction:column}.title{font-size:clamp(2.05rem,10vw,3.5rem)}}


/* V-FINAL Corporate Typography + Contrast Refinement */
:root{
  --serif:"Libre Baskerville", Georgia, "Times New Roman", serif;
  --sans:"Inter", "Segoe UI", Arial, sans-serif;
  --ink:#20142d;
  --muted:#5f536f;
  --muted-strong:#493e57;
  --purple-950:#10021d;
  --purple-900:#1b0633;
  --purple-850:#260b49;
  --purple-800:#35145f;
  --purple:#6530bf;
  --violet:#7b48dc;
  --orange:#f25a2b;
  --orange-2:#ff7136;
  --gold:#f5b458;
}
body{
  font-family:var(--sans);
  font-size:16px;
  line-height:1.65;
  color:var(--ink);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.container{width:min(1180px,calc(100% - 44px));}
.section{padding:92px 0;}
.title,
.hero h1,
.stage-top h2,
.package h3,
.prebox h2{
  font-family:var(--serif);
  font-weight:700;
  letter-spacing:-0.028em;
  text-wrap:balance;
}
.title{
  font-size:clamp(2rem,3.45vw,4.15rem);
  line-height:1.08;
  max-width:900px;
}
.hero h1{
  font-size:clamp(2.9rem,4.9vw,5.55rem);
  line-height:1.03;
  letter-spacing:-0.032em;
  max-width:780px;
}
.copy{
  color:var(--muted-strong);
  font-size:clamp(.98rem,1.05vw,1.08rem);
  line-height:1.78;
  font-weight:500;
}
.deep .copy,.hero .copy{color:rgba(255,255,255,.84);}
.eyebrow{
  font-size:.70rem;
  font-weight:800;
  letter-spacing:.13em;
  color:var(--purple-850);
  padding:8px 13px;
  box-shadow:0 12px 28px rgba(32,7,59,.08);
}
.deep .eyebrow,.hero .eyebrow{
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.28);
  color:#fff;
}
.menu a{font-size:.86rem;font-weight:750;color:rgba(32,20,45,.76);}
.call{font-size:.9rem;font-weight:800;}
.btn{font-size:.94rem;font-weight:800;min-height:53px;}
.trust-chips span{font-size:.84rem;font-weight:700;color:rgba(255,255,255,.92);}
.stage-top h2{font-size:clamp(1.65rem,2.3vw,2.15rem);line-height:1.08;}
.jstep h3,.milestone h3,.orbit-card h3,.feature-card h3,.chapter h3,.impact-tile h3,.testimonial b,.contact-lines div,.benefits span{
  letter-spacing:-.018em;
}
.jstep p,.orbit-card p,.milestone p,.package p,.testimonial p,.footer p,.footer a{
  font-weight:500;
}
.jstep p{color:#5f536f;font-size:.91rem;line-height:1.55;}
.jstep small,.milestone small,.pill{
  font-size:.68rem;
  letter-spacing:.11em;
  font-weight:800;
}
.stage-card{padding:22px;}
.journey-steps{gap:13px;}
.section-head{
  align-items:center;
}
.center .title,.center .copy{text-align:center;margin-left:auto;margin-right:auto;}
.platforms span{
  font-size:.88rem;
  font-weight:750;
  color:#281936;
}
.feature-card h3,.chapter h3,.impact-tile h3,.orbit-card h3{font-size:1.12rem;line-height:1.25;}
.feature-card p,.chapter p,.impact-tile p{color:var(--muted-strong);font-size:.96rem;line-height:1.68;font-weight:500;}
.num,.icon{font-weight:800;}
.timeline-copy .title{font-size:clamp(2rem,3vw,3.65rem);}
.milestone p{font-size:.95rem;color:rgba(255,255,255,.78);}
.orbit-card{min-height:220px;}
.orbit-card p{font-size:.95rem;color:rgba(255,255,255,.82);}
.package h3{
  font-size:clamp(1.45rem,2vw,1.85rem);
  line-height:1.14;
}
.package p,.package li{font-size:.95rem;color:var(--muted-strong);}
.featured p,.featured li{color:rgba(255,255,255,.84);}
.proof-panel .title{font-size:clamp(2rem,3.2vw,3.8rem);}
.stat b{font-size:1.75rem;}
.stat span{font-size:.86rem;color:rgba(255,255,255,.84);}
.testimonial p{color:var(--muted-strong);font-size:.98rem;}
.contact-info .title{font-size:clamp(1.9rem,2.85vw,3.2rem);}
.field{font-size:.86rem;font-weight:750;color:#fff;}
.field input,.field select,.field textarea{
  font-size:.95rem;
  font-weight:600;
  color:#22132f;
  background:rgba(255,255,255,.96);
}
.field input::placeholder,.field textarea::placeholder{color:#6e6478;opacity:.9;}
.privacy{font-size:.86rem;color:rgba(255,255,255,.82);}
.prebox h2{font-size:clamp(2rem,3.6vw,4.2rem);line-height:1.08;}
.prebox p{font-size:1.02rem;font-weight:500;color:rgba(255,255,255,.86);}
.footer h4{font-size:.98rem;font-weight:800;letter-spacing:.01em;}
.footer p,.footer a{font-size:.91rem;color:rgba(255,255,255,.74);}
.footer-chips span{font-size:.76rem;color:rgba(255,255,255,.84);}
.bottom{font-size:.85rem;color:rgba(255,255,255,.66);}
/* Improve contrast on light cards */
.feature-card,.chapter,.impact-tile,.package,.testimonial,.contact-info,.jstep{
  border-color:rgba(32,7,59,.14);
}
.soft{background:radial-gradient(circle at 92% 0%,rgba(255,91,46,.12),transparent 26%),radial-gradient(circle at 0% 100%,rgba(107,53,201,.10),transparent 28%),linear-gradient(180deg,#fff,#fff7ef);}
/* Avoid oversized headings creating awkward empty space */
.about-show,.services-grid,.timeline-wrap,.proof,.contact{
  gap:28px;
}
/* Stronger readability on gradient cards */
.proof-panel p,.stage-top p,.service-hero p{color:rgba(255,255,255,.86)!important;}
/* Mobile typography */
@media(max-width:720px){
  .container{width:min(100% - 28px,1180px)}
  .section{padding:68px 0;}
  .hero h1{font-size:clamp(2.65rem,12vw,4.4rem);line-height:1.05;}
  .title{font-size:clamp(1.9rem,8.6vw,3rem);line-height:1.12;}
  .copy{font-size:.98rem;line-height:1.7;}
  .eyebrow{font-size:.64rem;letter-spacing:.1em;}
  .package h3{font-size:1.45rem;}
}



/* Journey Card — Corporate Alignment & Brand Visibility */
.float-book{display:none!important;}
.hero-stage{min-height:610px;display:flex;align-items:stretch;}
.stage-card{
  position:relative;
  inset:auto;
  width:100%;
  min-height:610px;
  padding:22px;
  display:flex;
  flex-direction:column;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.075));
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 30px 90px rgba(8,0,20,.32),inset 0 1px 0 rgba(255,255,255,.16);
  overflow:hidden;
}
.stage-top{
  min-height:168px;
  padding:28px 30px;
  align-items:center;
  border-radius:25px;
  background:
    radial-gradient(circle at 86% 18%,rgba(255,191,91,.42),transparent 28%),
    linear-gradient(120deg,#6d35cf 0%,#a83f91 47%,#ff6335 100%);
}
.stage-top h2{
  max-width:360px;
  font-family:var(--serif);
  font-size:clamp(1.78rem,2.3vw,2.28rem);
  line-height:1.12;
  letter-spacing:-.025em;
  text-transform:none;
}
.stage-logo{
  width:155px;
  max-height:76px;
  object-fit:contain;
  padding:11px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 16px 34px rgba(35,7,62,.22);
}
.journey-steps{
  flex:1;
  margin-top:16px;
  gap:12px;
  padding:0;
  display:grid;
  grid-template-rows:repeat(3,1fr);
}
.jstep{
  min-height:0;
  grid-template-columns:50px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:18px 20px;
  border-radius:20px;
  border:1px solid rgba(39,15,63,.11);
  box-shadow:0 12px 28px rgba(15,3,32,.11);
}
.jstep:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(15,3,32,.16);}
.jstep:not(:last-child):after{
  left:43px;
  bottom:-14px;
  height:16px;
  width:2px;
}
.jicon{width:46px;height:46px;border-radius:14px;}
.jicon img{width:29px;height:29px;object-fit:contain;}
.jstep small{
  display:block;
  color:#ef542c;
  font-size:.66rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  margin-bottom:6px;
}
.jstep h3{
  font-family:var(--sans);
  font-size:1.04rem;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-.015em;
  margin:0 0 5px;
  color:#241331;
}
.jstep p{
  max-width:100%;
  color:#62566e;
  font-size:.89rem;
  line-height:1.48;
  font-weight:500;
}
/* Brand name visibility */
.brand-name{font-weight:800;color:inherit;}
.footer p strong,.copy strong{color:inherit;}
@media(max-width:1180px){
  .hero-stage{min-height:auto;}
  .stage-card{min-height:600px;}
}
@media(max-width:720px){
  .stage-card{min-height:auto;padding:16px;border-radius:26px;}
  .stage-top{min-height:auto;padding:24px;display:flex;align-items:center;}
  .stage-logo{width:125px;margin-top:0;}
  .journey-steps{grid-template-rows:auto;}
  .jstep{padding:16px;grid-template-columns:44px 1fr;gap:13px;}
  .jicon{width:42px;height:42px;}
  .jstep:not(:last-child):after{left:36px;}
}


/* Final requested refinements */
.platform-strip{padding:20px 0;}
.platforms{
  grid-template-columns:1fr 1.08fr 1fr 1.32fr .78fr 1fr 1.08fr .72fr;
  gap:12px;
  align-items:center;
}
.platforms span{
  min-width:0;
  height:48px;
  padding:0 18px;
  color:#fff !important;
  font-size:.86rem;
  font-weight:800;
  line-height:1.15;
  white-space:nowrap;
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.28);
  text-shadow:0 1px 8px rgba(27,6,50,.22);
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.platforms span:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.2);
  box-shadow:0 12px 28px rgba(31,7,58,.18);
}
.platforms span:nth-child(4){padding-left:24px;padding-right:24px;}
@media(max-width:1120px){
  .platforms{grid-template-columns:repeat(4,minmax(0,1fr));}
}
@media(max-width:720px){
  .platforms{grid-template-columns:repeat(2,minmax(0,1fr));}
  .platforms span{white-space:normal;padding:0 12px;}
}

/* Header branding refinement — transparent logo + premium call action */
.header .brand{
  width:230px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  display:flex;
  align-items:center;
}
.header .brand:hover{transform:none;box-shadow:none;background:transparent;}
.header .brand .logo-img{
  width:100%;
  max-width:230px;
  height:72px;
  object-fit:contain;
  object-position:left center;
  filter:none;
}
.header .call{
  min-height:58px;
  padding:7px 18px 7px 8px;
  display:inline-flex;
  align-items:center;
  gap:11px;
  border-radius:999px;
  background:
    radial-gradient(circle at 88% 14%,rgba(255,191,91,.28),transparent 32%),
    linear-gradient(135deg,#6b35c9 0%,#953ca7 48%,#ff5b2e 100%);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  box-shadow:0 16px 38px rgba(96,39,167,.28),inset 0 1px 0 rgba(255,255,255,.22);
  transition:transform .24s ease,box-shadow .24s ease,filter .24s ease;
  position:relative;
  overflow:hidden;
}
.header .call::before{
  content:"";
  position:absolute;
  inset:-2px;
  background:linear-gradient(105deg,transparent 34%,rgba(255,255,255,.25) 48%,transparent 62%);
  transform:translateX(-125%);
  transition:transform .55s ease;
}
.header .call:hover::before{transform:translateX(125%);}
.header .call:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 46px rgba(96,39,167,.36),inset 0 1px 0 rgba(255,255,255,.26);
  filter:saturate(1.06);
}
.call-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.17);
  border:1px solid rgba(255,255,255,.25);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
  position:relative;
  z-index:1;
}
.call-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:#fff;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.call-copy{
  display:grid;
  gap:2px;
  line-height:1.08;
  text-align:left;
  position:relative;
  z-index:1;
}
.call-copy small{
  font-size:.65rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}
.call-copy strong{
  font-size:.92rem;
  font-weight:850;
  color:#fff;
  letter-spacing:-.01em;
  white-space:nowrap;
}
@media(max-width:1280px){
  .header .brand{width:205px}
  .header .brand .logo-img{max-width:205px;height:66px}
  .header .call{padding-right:14px;gap:9px}
  .call-copy small{display:none}
}
@media(max-width:1120px){
  .header .brand{width:205px}
}
@media(max-width:720px){
  .header .brand{width:178px}
  .header .brand .logo-img{max-width:178px;height:60px}
}


/* V-AUDIT — Visibility, icon treatment, and editorial typography */
.hero h1{
  max-width:760px;
  font-size:clamp(3.2rem,5.3vw,5.9rem);
  line-height:1.02;
}
.hero h1 .hero-line{display:block;}
.hero h1 .hero-accent{
  margin-top:.08em;
  background:linear-gradient(105deg,#fff 0%,#ffd27c 42%,#ff7141 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.feature-card{isolation:isolate;}
.feature-card .title{color:#fff;max-width:520px;line-height:1.08;}
.feature-card p{
  color:#fff!important;
  font-size:1rem;
  line-height:1.72;
  font-weight:600;
  text-shadow:0 1px 12px rgba(20,3,35,.25);
  max-width:470px;
  z-index:2;
}
.feature-card .icon-water{opacity:.18;filter:brightness(0) invert(1);z-index:1;}
.chapter .icon img,.jicon img,.mile-dot img,.orbit-card img{filter:brightness(0) invert(1);}
.chapter .icon,.jicon,.mile-dot{border:1px solid rgba(255,255,255,.22);}
.chapter h3{color:#21142e;}
.chapter p{color:#51465d!important;}
.impact-card p,.proof-panel p,.timeline-copy .copy,.contact-info .copy,.prebox p{color:rgba(255,255,255,.9)!important;}
.impact-card .title,.proof-panel .title,.timeline-copy .title,.contact-info .title,.prebox h2{color:#fff;}
.orbit-card h3{color:#fff;}
.orbit-card p{color:rgba(255,255,255,.86)!important;}
.milestone h3{color:#fff;}
.milestone p{color:rgba(255,255,255,.82)!important;}
.package.featured h3{color:#fff;}
.package.featured p,.package.featured li{color:rgba(255,255,255,.88)!important;}
.testimonial p{color:#4b4058!important;}
.contact-lines div{color:#30233d;}
.footer p,.footer a{color:rgba(255,255,255,.78);}
.footer h4{color:#fff;}
.platforms span{color:#fff!important;}
.section-head .copy{max-width:760px;}
@media(max-width:720px){
  .hero h1{font-size:clamp(2.7rem,11.5vw,4.2rem);line-height:1.06;}
  .hero h1 .hero-line{display:inline;}
  .hero h1 .hero-line + .hero-line:before{content:" ";}
  .feature-card{min-height:520px;padding:30px;}
  .feature-card .title{font-size:clamp(2rem,10vw,3.25rem);}
}


/* V-NEXT Hero four-line composition + Genres + Portfolio */
.hero-title{
  max-width:660px !important;
  margin-top:22px !important;
  font-size:clamp(3.25rem,5.45vw,6.15rem) !important;
  line-height:.96 !important;
  letter-spacing:-.038em !important;
}
.hero-title .hero-line{
  display:block;
  width:max-content;
  max-width:100%;
  white-space:nowrap;
}
.hero-title .hero-line:nth-child(2){margin-left:.48em;}
.hero-title .hero-line:nth-child(3){margin-top:.10em;}
.hero-title .hero-line:nth-child(4){margin-left:1.18em;}
.hero-title .hero-accent{
  background:linear-gradient(100deg,#fff1d5 0%,var(--gold) 45%,var(--orange-2) 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero .copy{max-width:640px;}

.genres-section{
  background:
    radial-gradient(circle at 10% 5%,rgba(255,91,46,.14),transparent 25%),
    radial-gradient(circle at 92% 82%,rgba(107,53,201,.14),transparent 28%),
    linear-gradient(180deg,#fffaf5,#fff);
}
.genre-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:42px;
}
.genre-card{
  min-height:190px;
  padding:24px;
  border-radius:22px;
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(38,11,73,.12);
  box-shadow:0 14px 38px rgba(38,11,73,.08);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.genre-card:before{
  content:"";position:absolute;left:0;right:0;top:0;height:4px;
  background:linear-gradient(90deg,var(--orange),var(--gold),var(--purple));
}
.genre-card:after{
  content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-65px;bottom:-70px;
  background:linear-gradient(135deg,rgba(255,91,46,.12),rgba(107,53,201,.12));
}
.genre-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(38,11,73,.15);border-color:rgba(107,53,201,.24)}
.genre-card span{display:inline-flex;color:var(--orange);font-size:.72rem;font-weight:850;letter-spacing:.12em;margin-bottom:22px}
.genre-card h3{font-size:1.08rem;line-height:1.25;margin-bottom:9px;color:var(--ink);position:relative;z-index:1}
.genre-card p{font-size:.91rem;line-height:1.58;color:var(--muted-strong);position:relative;z-index:1}

.portfolio-section{
  color:#fff;
  background:
    radial-gradient(circle at 12% 16%,rgba(255,91,46,.34),transparent 28%),
    radial-gradient(circle at 90% 10%,rgba(138,85,237,.34),transparent 30%),
    linear-gradient(135deg,var(--purple-950),var(--purple-850) 55%,#542089);
}
.portfolio-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:52px;align-items:center}
.portfolio-intro{position:sticky;top:125px;align-self:start}
.portfolio-intro .title{color:#fff;margin-bottom:22px}
.portfolio-intro .title span{background:linear-gradient(105deg,#fff,var(--gold) 45%,var(--orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.portfolio-intro .copy{color:rgba(255,255,255,.83);margin-bottom:28px;max-width:520px}
.book-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.book-item{position:relative;transition:transform .28s ease;}
.book-item:nth-child(even){transform:translateY(24px)}
.book-item:hover{transform:translateY(-8px) rotate(-1deg)}
.book-item:nth-child(even):hover{transform:translateY(12px) rotate(1deg)}
.book-item img{width:100%;aspect-ratio:2/3;object-fit:cover;display:block;border-radius:8px 14px 14px 8px;box-shadow:0 24px 52px rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.2)}
.book-item figcaption{text-align:center;color:rgba(255,255,255,.78);font-size:.78rem;font-weight:650;margin-top:10px}

@media(max-width:1120px){
  .genre-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-layout{grid-template-columns:1fr}
  .portfolio-intro{position:relative;top:auto;text-align:center}
  .portfolio-intro .title,.portfolio-intro .copy{margin-left:auto;margin-right:auto}
  .book-gallery{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:720px){
  .hero-title{font-size:clamp(2.65rem,12vw,4.4rem)!important;line-height:1.01!important}
  .hero-title .hero-line{width:auto;white-space:normal}
  .hero-title .hero-line:nth-child(2),.hero-title .hero-line:nth-child(4){margin-left:0}
  .genre-grid{grid-template-columns:1fr}
  .genre-card{min-height:auto}
  .book-gallery{grid-template-columns:repeat(2,1fr);gap:15px}
  .book-item:nth-child(even){transform:none}
}

/* V-HOTFIX — prevent hero headline clipping at common desktop widths */
.hero-grid{
  grid-template-columns:minmax(0,.98fr) minmax(500px,1.02fr);
}
.hero-grid > *{min-width:0;}
.hero-title{
  width:100%;
  max-width:720px!important;
  font-size:clamp(3.25rem,4.65vw,5.25rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  overflow:visible;
}
.hero-title .hero-line{
  display:block;
  width:auto;
  max-width:none;
  white-space:nowrap;
}
.hero-title .hero-line:nth-child(2){margin-left:.42em;}
.hero-title .hero-line:nth-child(3){margin-top:.12em;margin-left:0;}
.hero-title .hero-line:nth-child(4){margin-left:.82em;}
@media(max-width:1280px){
  .hero-grid{grid-template-columns:minmax(0,.94fr) minmax(470px,1.06fr);gap:38px;}
  .hero-title{font-size:clamp(3.05rem,4.45vw,4.55rem)!important;}
}
@media(max-width:1120px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-title{max-width:800px!important;font-size:clamp(3.35rem,8vw,5.5rem)!important;}
}
@media(max-width:720px){
  .hero-title{font-size:clamp(2.65rem,11.5vw,4.1rem)!important;line-height:1.02!important;}
  .hero-title .hero-line{white-space:normal;}
  .hero-title .hero-line:nth-child(2),
  .hero-title .hero-line:nth-child(4){margin-left:0;}
}

/* Premium footer redesign */
.footer{padding:0 0 24px;background:
radial-gradient(circle at 8% 10%,rgba(255,93,48,.18),transparent 28%),
radial-gradient(circle at 92% 76%,rgba(116,60,207,.25),transparent 34%),
linear-gradient(145deg,#0b0314 0%,#13051f 50%,#1b0730 100%);border-top:1px solid rgba(255,255,255,.08)}
.footer:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(to bottom,#000,transparent 85%);pointer-events:none}
.footer-accent{height:5px;background:linear-gradient(90deg,var(--orange),#ff9d45,var(--purple),#8f4bd5)}
.footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1.05fr 1.2fr;gap:34px;padding:64px 0 42px;border-bottom:1px solid rgba(255,255,255,.11);position:relative;z-index:1;align-items:start}
.footer-brand{padding-right:24px}.footer-logo{width:235px;max-width:100%;background:#fff;border-radius:20px;padding:12px 16px;margin-bottom:20px;box-shadow:0 18px 50px rgba(0,0,0,.24)}
.footer-brand p{max-width:390px;color:rgba(255,255,255,.76);font-size:.96rem;line-height:1.75}
.footer-cta{display:inline-flex!important;align-items:center;gap:14px;margin-top:16px!important;padding:13px 17px;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--purple));color:#fff!important;font-weight:800!important;box-shadow:0 14px 30px rgba(98,45,174,.24);transition:.22s ease}
.footer-cta span{font-size:1.25rem;line-height:1}.footer-cta:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(98,45,174,.34)}
.footer-column h4{font-size:1rem;font-weight:850;letter-spacing:.01em;margin:4px 0 20px;color:#fff;position:relative;padding-bottom:11px}
.footer-column h4:after{content:"";position:absolute;left:0;bottom:0;width:42px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--purple))}
.footer-column>a:not(.contact-item){padding:5px 0;margin:0;color:rgba(255,255,255,.72);font-weight:650;transition:.18s ease}
.footer-column>a:not(.contact-item):hover{color:#fff;transform:translateX(4px)}
.footer-connect p{font-size:.9rem;line-height:1.65;color:rgba(255,255,255,.68);margin-bottom:16px}.social-large{gap:12px;margin-top:12px}
.social-large a{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.16);transition:.22s ease}
.social-large a:hover{transform:translateY(-5px) rotate(-2deg);background:linear-gradient(135deg,var(--orange),var(--purple));border-color:transparent}.social-large img{width:21px;height:21px;display:block}
.support-note{display:flex;gap:12px;align-items:center;margin-top:20px;padding:14px;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}
.support-note>img{width:38px;height:38px;padding:9px;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--purple))}.support-note span{font-size:.8rem;line-height:1.45;color:rgba(255,255,255,.67)}.support-note b{display:block;color:#fff;font-size:.86rem;margin-bottom:2px}
.footer-contact{display:grid;gap:9px}.footer-contact h4{margin-bottom:10px}.contact-item{display:grid!important;grid-template-columns:38px 1fr;align-items:center;gap:11px;padding:10px 11px;border-radius:14px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);margin:0!important;color:rgba(255,255,255,.76)!important;transition:.2s ease}
.contact-item:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.16);transform:translateX(4px)}.contact-item img{width:38px;height:38px;padding:10px;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--purple))}.contact-item span{font-size:.84rem;line-height:1.48;overflow-wrap:anywhere}
.bottom{position:relative;z-index:1;padding-top:22px;color:rgba(255,255,255,.5);font-size:.84rem;align-items:center}.bottom-links a{display:inline!important;margin:0;color:rgba(255,255,255,.52);font-size:.84rem}.bottom-links a:hover{color:#fff}
@media(max-width:1120px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{padding-right:0}.footer-contact{max-width:520px}}
@media(max-width:720px){.footer-grid{grid-template-columns:1fr;gap:30px;padding:48px 0 34px}.footer-logo{width:210px}.footer-brand p{max-width:none}.social-large a{width:46px;height:46px}.bottom{align-items:flex-start}.bottom-links{gap:10px 14px}}

/* Six-Phase Publishing Process — homepage primary section */
.phase-section{
  background:
    radial-gradient(circle at 95% 8%,rgba(255,91,46,.14),transparent 25%),
    radial-gradient(circle at 2% 92%,rgba(107,53,201,.12),transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#fffaf6 100%);
  padding-top:108px;
  padding-bottom:108px;
}
.phase-section:after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(115deg,transparent 0 48%,rgba(107,53,201,.025) 48% 52%,transparent 52%);
}
.phase-glow{position:absolute;border-radius:50%;filter:blur(18px);opacity:.42;pointer-events:none}
.phase-glow-one{width:270px;height:270px;background:rgba(255,91,46,.24);right:-120px;top:120px}
.phase-glow-two{width:250px;height:250px;background:rgba(107,53,201,.18);left:-130px;bottom:110px}
.phase-intro{display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:end;margin-bottom:54px}
.phase-intro .title{max-width:720px}
.phase-intro .copy{max-width:570px;padding-bottom:7px}
.phase-kicker{display:flex;align-items:center;gap:12px;color:var(--orange);font-size:.76rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}
.phase-kicker:before{content:"";width:42px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--purple),var(--orange))}
.phase-journey{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.phase-rail{position:absolute;left:7%;right:7%;top:42px;height:2px;background:linear-gradient(90deg,var(--purple),var(--orange),var(--purple));opacity:.28;z-index:0}
.phase-card{position:relative;z-index:1;min-height:390px;padding:25px 25px 23px;border-radius:25px;background:rgba(255,255,255,.96);border:1px solid rgba(40,17,58,.13);box-shadow:0 18px 52px rgba(34,9,55,.085);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.phase-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--purple),var(--orange),var(--gold))}
.phase-card:after{content:"";position:absolute;width:170px;height:170px;right:-105px;bottom:-110px;border-radius:50%;background:linear-gradient(135deg,rgba(107,53,201,.1),rgba(255,91,46,.1));transition:transform .3s ease}
.phase-card:hover{transform:translateY(-8px);border-color:rgba(107,53,201,.24);box-shadow:0 30px 76px rgba(34,9,55,.15)}
.phase-card:hover:after{transform:scale(1.25)}
.phase-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.phase-number{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--gold));color:#fff;font-weight:850;font-size:.94rem;box-shadow:0 12px 28px rgba(255,91,46,.23)}
.phase-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--orange));box-shadow:0 12px 28px rgba(107,53,201,.2)}
.phase-icon img{width:31px;height:31px;object-fit:contain;filter:brightness(0) invert(1)}
.phase-label{color:var(--orange)!important;font-size:.69rem!important;line-height:1.3!important;font-weight:850!important;letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px}
.phase-card h3{font-family:var(--sans);font-size:1.28rem;line-height:1.25;letter-spacing:-.025em;color:var(--ink);margin-bottom:10px}
.phase-card>p:not(.phase-label){font-size:.94rem;line-height:1.65;color:var(--muted-strong);font-weight:500;margin-bottom:17px}
.phase-card ul{list-style:none;display:grid;gap:8px;position:relative;z-index:2}
.phase-card li{display:flex;align-items:flex-start;gap:9px;color:#50445d;font-size:.86rem;line-height:1.45;font-weight:600}
.phase-card li:before{content:"✓";flex:0 0 auto;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:rgba(107,53,201,.1);color:var(--purple);font-size:.68rem;font-weight:900;margin-top:1px}
.phase-card-featured{background:linear-gradient(145deg,var(--purple-950),var(--purple-800) 60%,#57238a);border-color:rgba(255,255,255,.12);box-shadow:0 26px 68px rgba(35,8,59,.25)}
.phase-card-featured:before{height:5px;background:linear-gradient(90deg,var(--orange),var(--gold),var(--orange))}
.phase-card-featured h3,.phase-card-featured>p:not(.phase-label),.phase-card-featured li{color:#fff}
.phase-card-featured>p:not(.phase-label){color:rgba(255,255,255,.79)}
.phase-card-featured li{color:rgba(255,255,255,.84)}
.phase-card-featured li:before{background:rgba(255,255,255,.13);color:var(--gold)}
.phase-card-featured:after{background:rgba(255,255,255,.08)}
.phase-summary{margin-top:24px;padding:22px 24px;border-radius:24px;background:linear-gradient(115deg,#1d0734,#422074 56%,#692a96);display:grid;grid-template-columns:repeat(3,1fr) auto;gap:22px;align-items:center;box-shadow:0 24px 64px rgba(35,8,59,.2)}
.phase-summary>div{padding-right:18px;border-right:1px solid rgba(255,255,255,.13)}
.phase-summary strong{display:block;color:#fff;font-size:.95rem;margin-bottom:4px;letter-spacing:-.01em}
.phase-summary span{display:block;color:rgba(255,255,255,.7);font-size:.79rem;line-height:1.45}
.phase-summary .btn{min-height:50px;padding-inline:20px}
@media(max-width:1120px){
  .phase-intro{grid-template-columns:1fr;gap:20px}
  .phase-journey{grid-template-columns:repeat(2,minmax(0,1fr))}
  .phase-rail{display:none}
  .phase-summary{grid-template-columns:1fr 1fr}
  .phase-summary>div{border-right:0}
}
@media(max-width:720px){
  .phase-section{padding-top:74px;padding-bottom:74px}
  .phase-intro{margin-bottom:34px}
  .phase-journey{grid-template-columns:1fr}
  .phase-card{min-height:auto;padding:22px}
  .phase-summary{grid-template-columns:1fr;padding:22px}
  .phase-summary .btn{width:100%}
}

/* V-PROCESS-CENTER + PORTFOLIO/GENRE REORDER */
.phase-intro{
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:18px !important;
  max-width:960px;
  margin:0 auto 54px;
}
.phase-intro .title{max-width:900px;margin:0 auto;}
.phase-intro .copy{max-width:820px;margin:0 auto;text-align:center;}
.phase-intro-copy{display:contents;}
.phase-kicker{display:none!important;}

/* Editorial genre universe */
.genres-section{
  background:
    radial-gradient(circle at 10% 12%,rgba(255,91,46,.18),transparent 27%),
    radial-gradient(circle at 92% 84%,rgba(107,53,201,.18),transparent 29%),
    linear-gradient(135deg,#fffaf5 0%,#ffffff 48%,#f8f2ff 100%);
}
.genre-showcase{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:54px;
  align-items:center;
}
.genre-intro{
  position:sticky;
  top:120px;
  align-self:start;
  padding:34px;
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 12%,rgba(255,138,77,.42),transparent 28%),
    linear-gradient(145deg,var(--purple-950),var(--purple-800) 58%,#6c2db5);
  box-shadow:0 28px 70px rgba(45,13,81,.2);
  overflow:hidden;
}
.genre-intro:after{
  content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;bottom:-120px;
  border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 32px rgba(255,255,255,.04),0 0 0 64px rgba(255,255,255,.025);
}
.genre-mark{width:66px;height:66px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--orange));box-shadow:0 16px 32px rgba(0,0,0,.2);margin-bottom:24px;position:relative;z-index:2}
.genre-mark img{width:38px;height:38px;object-fit:contain;filter:brightness(0) invert(1)}
.genre-intro .title{color:#fff;font-size:clamp(2.5rem,4vw,4.8rem);margin-bottom:20px;position:relative;z-index:2}
.genre-intro .title span{background:linear-gradient(100deg,#fff,var(--gold),var(--orange-2));-webkit-background-clip:text;background-clip:text;color:transparent}
.genre-intro .copy{color:rgba(255,255,255,.84);margin-bottom:28px;position:relative;z-index:2}
.genre-intro .btn{position:relative;z-index:2}
.genre-universe{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:minmax(132px,auto);
  gap:14px;
}
.genre-tile{
  position:relative;overflow:hidden;padding:20px;border-radius:22px;
  background:rgba(255,255,255,.92);border:1px solid rgba(38,11,73,.11);
  box-shadow:0 14px 34px rgba(38,11,73,.08);transition:.25s ease;
  display:flex;flex-direction:column;justify-content:flex-end;min-height:132px;
}
.genre-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 35%,rgba(107,53,201,.08));pointer-events:none}
.genre-tile:after{content:"";position:absolute;width:72px;height:72px;border-radius:50%;right:-26px;top:-28px;background:linear-gradient(135deg,rgba(107,53,201,.22),rgba(255,91,46,.14));transition:.25s ease}
.genre-tile:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 24px 54px rgba(38,11,73,.15);border-color:rgba(107,53,201,.25)}
.genre-tile:hover:after{transform:scale(1.35)}
.genre-tile small{font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);font-weight:900;margin-bottom:8px;position:relative;z-index:2}
.genre-tile h3{font-size:1.04rem;line-height:1.25;color:var(--ink);position:relative;z-index:2}
.genre-tile p{font-size:.86rem;line-height:1.55;color:var(--muted-strong);margin-top:8px;position:relative;z-index:2}
.genre-tile.featured{grid-column:span 2;grid-row:span 2;min-height:278px;padding:28px;background:linear-gradient(145deg,#fff,#fff5ee)}
.genre-tile.featured h3{font-size:1.7rem}
.genre-tile.featured p{max-width:320px;font-size:.94rem}
.genre-tile.purple{background:linear-gradient(145deg,#f6f0ff,#fff)}
.genre-tile.orange{background:linear-gradient(145deg,#fff0e7,#fff)}
.genre-tile.warm{background:linear-gradient(145deg,#fff7ea,#fff)}
.genre-tile.deep{color:#fff;background:linear-gradient(145deg,var(--purple-900),var(--purple),var(--orange))}
.genre-tile.deep small,.genre-tile.deep h3,.genre-tile.deep p{color:#fff}
.genre-tile.deep p{color:rgba(255,255,255,.82)}

@media(max-width:1120px){
  .genre-showcase{grid-template-columns:1fr;}
  .genre-intro{position:relative;top:auto;text-align:center;}
  .genre-mark{margin-left:auto;margin-right:auto}
  .genre-intro .copy{margin-left:auto;margin-right:auto}
  .genre-universe{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  .phase-intro{margin-bottom:36px}
  .genre-universe{grid-template-columns:repeat(2,1fr)}
  .genre-tile.featured{grid-column:span 2;grid-row:span 1;min-height:220px}
  .genre-intro{padding:28px 22px}
}

/* Portfolio image update — cover-only presentation */
.book-item{margin:0;}
.book-item img{background:#fff;}
.book-item figcaption{display:none!important;}


/* Genre service grid refresh */
.genres-section{background:linear-gradient(180deg,#fff 0%,#fbf8f4 100%)}
.genre-heading{text-align:center;max-width:820px;margin:0 auto 42px}
.genre-heading .title{font-size:clamp(2.5rem,4vw,4.4rem);margin-bottom:16px}
.genre-heading .copy{margin:0 auto;max-width:760px}
.genre-service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(38,11,73,.08);overflow:hidden;background:#fff;box-shadow:0 22px 60px rgba(38,11,73,.08)}
.genre-service{min-height:152px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px 18px;background:#fff;border-right:1px solid rgba(38,11,73,.07);border-bottom:1px solid rgba(38,11,73,.07);transition:.25s ease;position:relative}
.genre-service:nth-child(8n+1),.genre-service:nth-child(8n+3),.genre-service:nth-child(8n+6),.genre-service:nth-child(8n+8){background:#f4f1eb}
.genre-service:nth-child(4n){border-right:0}
.genre-service:nth-last-child(-n+4){border-bottom:0}
.genre-service img{width:42px;height:42px;object-fit:contain;filter:none;transition:.25s ease}
.genre-service h3{font-family:var(--font-body);font-size:1rem;line-height:1.3;color:var(--ink);font-weight:700}
.genre-service:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(107,53,201,.06),rgba(255,91,46,.07));opacity:0;transition:.25s ease}
.genre-service:hover{transform:translateY(-4px);z-index:2;box-shadow:0 18px 34px rgba(38,11,73,.14)}
.genre-service:hover:before{opacity:1}
.genre-service:hover img{transform:scale(1.08)}
.genre-service>*{position:relative;z-index:1}
@media(max-width:900px){.genre-service-grid{grid-template-columns:repeat(2,1fr)}.genre-service:nth-child(4n){border-right:1px solid rgba(38,11,73,.07)}.genre-service:nth-child(2n){border-right:0}.genre-service:nth-last-child(-n+4){border-bottom:1px solid rgba(38,11,73,.07)}.genre-service:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:560px){.genre-service-grid{grid-template-columns:1fr}.genre-service{border-right:0!important;min-height:132px}.genre-service:nth-last-child(2){border-bottom:1px solid rgba(38,11,73,.07)} }

/* Hero headline refinement */
.hero-title{font-size:clamp(3.1rem,5.25vw,5.55rem)!important;line-height:.96!important;letter-spacing:-.045em!important;max-width:760px!important}
.hero-title .hero-line{margin-left:0!important;white-space:normal!important}
.hero-title .hero-line:nth-child(2){font-size:.78em;margin-top:.08em!important}
.hero-title .hero-line:nth-child(3){margin-top:.16em!important}
.hero-title .hero-line:nth-child(4){font-size:.88em;margin-top:.02em!important}
@media(max-width:760px){.hero-title{font-size:clamp(2.6rem,11vw,4rem)!important;line-height:1!important}.hero-title .hero-line:nth-child(2),.hero-title .hero-line:nth-child(4){font-size:.92em}}

/* V50 merged publishing experience + compact testimonials */
.publishing-experience{padding-top:92px;padding-bottom:92px}
.experience-head{text-align:center;max-width:940px;margin:0 auto 42px}
.experience-head .title{font-size:clamp(2.5rem,4.5vw,5rem);line-height:.98;margin-bottom:18px}
.experience-head .copy{margin:0 auto;max-width:820px;color:rgba(255,255,255,.84)!important;font-size:1.04rem}
.experience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.experience-grid:before{display:none}
.experience-grid .milestone{min-height:190px;align-items:start;padding:26px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.07));border-color:rgba(255,255,255,.18)}
.experience-grid .milestone:hover{transform:translateY(-7px)}
.experience-grid .milestone h3{font-size:1.24rem}
.experience-grid .milestone p{font-size:.96rem;color:rgba(255,255,255,.78)}
.experience-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
.experience-stat{padding:20px 18px;border-radius:20px;text-align:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px)}
.experience-stat b{display:block;font-size:clamp(1.8rem,3vw,2.65rem);line-height:1;color:var(--gold);margin-bottom:7px}
.experience-stat b:after{content:"+"}.experience-stat:nth-child(3) b:after{content:"%"}
.experience-stat span{font-size:.84rem;color:rgba(255,255,255,.76);font-weight:800}
.testimonial-strip-section{padding:70px 0;background:linear-gradient(180deg,#fff 0%,#fbf7ff 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.compact-testimonial-head{text-align:center;max-width:720px;margin:0 auto 28px}
.compact-testimonial-head h2{font-family:var(--font-display);font-size:clamp(2rem,3.3vw,3.5rem);line-height:1;margin-bottom:10px;color:var(--text)}
.compact-testimonial-head p{color:var(--muted-strong);line-height:1.65}
.compact-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:stretch}
.compact-testimonial{padding:23px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 40px rgba(37,11,66,.07);transition:.23s ease}
.compact-testimonial:hover{transform:translateY(-6px);box-shadow:0 24px 58px rgba(37,11,66,.13)}
.compact-testimonial.featured{background:linear-gradient(135deg,var(--purple-900),var(--purple));color:#fff;border-color:transparent;transform:translateY(-8px)}
.compact-testimonial.featured p,.compact-testimonial.featured span{color:rgba(255,255,255,.84)}
.compact-stars{color:var(--orange);letter-spacing:.08em;margin-bottom:10px;font-size:.9rem}
.compact-testimonial p{font-size:.94rem;line-height:1.62;color:#4b4058;margin-bottom:15px}
.compact-testimonial span{font-size:.83rem;font-weight:900;color:var(--purple)}
@media(max-width:900px){.experience-grid,.compact-testimonials{grid-template-columns:1fr}.experience-stats{grid-template-columns:repeat(2,1fr)}.compact-testimonial.featured{transform:none}}
@media(max-width:520px){.experience-stats{grid-template-columns:1fr}.experience-grid .milestone{grid-template-columns:52px 1fr;padding:20px}.experience-grid .mile-dot{width:50px;height:50px;border-radius:16px}.experience-grid .mile-dot img{width:30px}}

/* V54 final hero polish, removed ecosystem/contact blocks, testimonial carousel */
.hero-grid{grid-template-columns:minmax(0,.48fr) minmax(0,.52fr);gap:58px}
.hero-title{font-size:clamp(3.3rem,4.7vw,5.15rem)!important;line-height:.94!important;letter-spacing:-.048em!important;max-width:720px!important;margin-top:22px!important}
.hero-title .hero-line{display:block!important;margin:0!important;font-size:1em!important;white-space:nowrap!important}
.hero-title .hero-line + .hero-line{margin-top:.06em!important}
.hero-title .hero-accent{font-size:.96em!important}
.hero .copy{max-width:680px;font-weight:500!important;line-height:1.72!important;color:rgba(255,255,255,.84)!important}
.hero .eyebrow{transform:scale(.92);transform-origin:left center}
.hero .btn{min-height:56px;padding-inline:25px}

.testimonial-slider-section{padding:74px 0;background:linear-gradient(180deg,#fff 0%,#fbf7ff 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.testimonial-slider-shell{position:relative}
.testimonial-slider-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:28px}
.testimonial-slider-head>div:first-child{max-width:760px}
.testimonial-kicker{display:block;color:var(--orange);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}
.testimonial-slider-head h2{font-family:var(--font-display);font-size:clamp(2.1rem,3.45vw,3.65rem);line-height:1.04;letter-spacing:-.035em;color:var(--text)}
.testimonial-controls{display:flex;gap:10px;flex:0 0 auto}
.testimonial-controls button{width:48px;height:48px;border-radius:50%;border:1px solid rgba(80,38,126,.16);background:#fff;color:var(--purple);font-size:1.25rem;font-weight:900;cursor:pointer;box-shadow:0 10px 28px rgba(40,12,71,.08);transition:.2s ease}
.testimonial-controls button:hover{color:#fff;background:linear-gradient(135deg,var(--orange),var(--purple));transform:translateY(-2px)}
.testimonial-viewport{overflow:hidden;padding:8px 2px 18px}
.testimonial-track{display:flex;gap:16px;transition:transform .55s cubic-bezier(.22,.7,.2,1);will-change:transform}
.slider-testimonial{flex:0 0 calc((100% - 32px)/3);min-height:250px;padding:25px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 44px rgba(37,11,66,.08);display:flex;flex-direction:column;justify-content:space-between;transition:.22s ease}
.slider-testimonial:hover{transform:translateY(-5px);box-shadow:0 24px 60px rgba(37,11,66,.13)}
.slider-stars{color:var(--orange);letter-spacing:.08em;font-size:.9rem;margin-bottom:17px}
.slider-testimonial p{color:#4b4058;font-size:.98rem;line-height:1.7;margin-bottom:24px}
.slider-testimonial strong{display:block;color:var(--text);font-size:.94rem;margin-bottom:4px}
.slider-testimonial span{display:block;color:var(--muted-strong);font-size:.79rem;font-weight:700}
.testimonial-dots{display:flex;justify-content:center;gap:7px;margin-top:8px}
.testimonial-dot{width:8px;height:8px;border-radius:999px;border:0;background:rgba(80,38,126,.22);padding:0;cursor:pointer;transition:.2s ease}
.testimonial-dot.active{width:25px;background:linear-gradient(90deg,var(--orange),var(--purple))}

@media(max-width:1120px){
  .hero-grid{grid-template-columns:1fr;gap:42px}
  .hero-title{max-width:850px!important}
  .hero-title .hero-line{white-space:normal!important}
  .slider-testimonial{flex-basis:calc((100% - 16px)/2)}
}
@media(max-width:720px){
  .hero-title{font-size:clamp(2.75rem,12vw,4rem)!important;line-height:.98!important}
  .hero-title .hero-line{white-space:normal!important}
  .testimonial-slider-head{align-items:flex-start;flex-direction:column}
  .testimonial-controls{align-self:flex-end}
  .slider-testimonial{flex-basis:100%;min-height:230px}
}

/* Final hero composition */
.hero{padding:70px 0 66px}
.hero-grid{grid-template-columns:minmax(0,.47fr) minmax(520px,.53fr);gap:54px;align-items:center}
.hero-title{font-size:clamp(3.15rem,4.55vw,5.05rem)!important;line-height:.94!important;letter-spacing:-.046em!important;max-width:700px!important;margin-top:20px!important}
.hero-title .hero-line{display:block!important;margin:0!important;white-space:nowrap!important}
.hero-title .hero-line + .hero-line{margin-top:.07em!important}
.hero-title .hero-accent{font-size:.98em!important}
.hero .copy{max-width:590px!important;margin-top:32px!important;font-weight:500!important;line-height:1.72!important;color:rgba(255,255,255,.86)!important}
.hero .actions{margin-top:34px!important}
.hero .btn{min-height:58px;padding-inline:25px}
.hero-stage{min-height:640px;transform:translateY(4px)}
.stage-card{min-height:640px;padding:20px;border-radius:38px;box-shadow:0 36px 110px rgba(6,0,20,.38),inset 0 1px 0 rgba(255,255,255,.18)}
.stage-card:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-140px;bottom:-150px;background:radial-gradient(circle,rgba(255,104,52,.28),transparent 68%);pointer-events:none}
.stage-top{min-height:190px;padding:32px 34px;border-radius:28px}
.stage-top h2{font-size:clamp(2rem,2.55vw,2.55rem)!important;line-height:1.02!important;max-width:390px}
.stage-logo{width:166px;max-height:84px;border-radius:18px;padding:12px 15px;box-shadow:0 18px 45px rgba(40,10,65,.22)}
.journey-steps{gap:14px;margin-top:18px}
.jstep{min-height:122px;padding:20px 22px;grid-template-columns:58px 1fr;border-radius:25px}
.jstep:nth-child(2){transform:translateX(10px)}
.jstep:nth-child(2):hover{transform:translateX(16px)}
.jicon{width:52px;height:52px}
.jicon img{width:31px;filter:brightness(0) invert(1)}
.jstep h3{font-size:1.12rem}
.jstep p{font-size:.94rem}

/* First-visit popup */
.lead-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}
.lead-modal.is-open{opacity:1;visibility:visible}
.lead-modal-backdrop{position:absolute;inset:0;background:rgba(13,3,25,.76);backdrop-filter:blur(9px)}
.lead-modal-card{position:relative;width:min(940px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;border-radius:32px;padding:34px;background:radial-gradient(circle at 100% 0%,rgba(255,101,52,.18),transparent 30%),linear-gradient(145deg,#fff,#fff8f3);box-shadow:0 40px 120px rgba(0,0,0,.44);border:1px solid rgba(255,255,255,.75);transform:translateY(26px) scale(.97);transition:transform .3s cubic-bezier(.2,.8,.2,1)}
.lead-modal.is-open .lead-modal-card{transform:translateY(0) scale(1)}
.lead-modal-card:before{content:"";position:absolute;inset:0 0 auto 0;height:7px;background:linear-gradient(90deg,var(--purple),var(--orange),var(--purple));border-radius:32px 32px 0 0}
.lead-modal-close{position:absolute;right:20px;top:18px;width:42px;height:42px;border:0;border-radius:50%;background:#f2eafa;color:var(--purple-900);font-size:1.65rem;cursor:pointer;display:grid;place-items:center;transition:.2s}
.lead-modal-close:hover{transform:rotate(8deg);background:#eadcf8}
.lead-modal-brand{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;background:#f4ecfb;color:var(--purple-800);font-weight:850;font-size:.84rem}
.lead-modal-brand img{width:27px;height:27px;object-fit:contain}
.lead-modal-copy{max-width:700px;margin:24px 0 26px}
.lead-modal-kicker{color:var(--orange);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.lead-modal-copy h2{font-family:var(--serif);font-size:clamp(2.3rem,4vw,4.25rem);line-height:.96;letter-spacing:-.045em;color:var(--ink);margin-bottom:14px}
.lead-modal-copy>p:last-child{color:#62586d;line-height:1.65;max-width:620px}
.lead-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.lead-form label{display:grid;gap:8px;font-size:.84rem;font-weight:800;color:#34233f}
.lead-form input,.lead-form textarea{width:100%;border:1px solid rgba(75,38,105,.16);border-radius:15px;background:#fff;padding:14px 15px;color:#23142f;outline:none;transition:.2s;box-shadow:0 8px 22px rgba(65,25,90,.05)}
.lead-form input:focus,.lead-form textarea:focus{border-color:rgba(112,55,190,.52);box-shadow:0 0 0 4px rgba(112,55,190,.10)}
.lead-description{grid-column:1/-1}
.lead-form textarea{min-height:145px;resize:vertical}
.lead-submit{width:100%;min-height:57px;margin-top:18px;border:0;border-radius:999px;color:#fff;background:linear-gradient(110deg,var(--orange),#d64e78,var(--purple));font-weight:850;font-size:1rem;cursor:pointer;box-shadow:0 18px 42px rgba(116,49,171,.24);transition:.22s}
.lead-submit:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(116,49,171,.32)}
.lead-submit span{margin-left:8px}
.lead-privacy{text-align:center;color:#756b7e;font-size:.82rem;margin-top:12px}
.lead-success{display:none;margin-top:14px;padding:13px 16px;border-radius:14px;background:#eef8f0;color:#24633a;font-weight:750;text-align:center}
.lead-form.is-success .lead-success{display:block}
.lead-form.is-success .lead-submit{display:none}
body.modal-open{overflow:hidden}

@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr;gap:44px}
  .hero-title{max-width:850px!important;font-size:clamp(3.4rem,8vw,5.6rem)!important}
  .hero-title .hero-line{white-space:normal!important}
  .hero-stage{min-height:620px}
}
@media(max-width:720px){
  .hero-title{font-size:clamp(2.75rem,11.4vw,4.15rem)!important;line-height:.99!important}
  .hero-stage{min-height:auto;transform:none}
  .stage-card{min-height:auto;padding:14px}
  .stage-top{min-height:auto;padding:24px;display:grid;gap:18px}
  .stage-logo{width:145px}
  .jstep:nth-child(2),.jstep:nth-child(2):hover{transform:none}
  .lead-modal{padding:12px}
  .lead-modal-card{padding:27px 18px 22px;border-radius:24px}
  .lead-form-grid{grid-template-columns:1fr}
  .lead-description{grid-column:auto}
  .lead-modal-copy h2{font-size:2.55rem}
}

/* Final hero proportion and popup refinement */
.hero{padding:70px 0 64px}
.hero-grid{grid-template-columns:minmax(0,1.03fr) minmax(430px,.97fr)!important;gap:52px!important;align-items:center!important}
.hero-grid>div:first-child{position:relative;z-index:2;min-width:0}
.hero-title{font-size:clamp(3.55rem,5.35vw,5.85rem)!important;line-height:.94!important;letter-spacing:-.055em!important;max-width:690px!important;margin-top:20px!important}
.hero-title .hero-line{display:block;white-space:nowrap!important}
.hero .copy{max-width:620px!important;font-size:1.03rem!important;line-height:1.75!important;margin-top:30px!important;font-weight:500!important}
.hero .actions{margin-top:32px!important}
.hero-stage{width:100%;max-width:610px;min-height:565px!important;justify-self:end;transform:none!important;position:relative}
.stage-card{inset:0!important;padding:20px!important;border-radius:30px!important;animation:heroPanelFloat 7s ease-in-out infinite!important}
@keyframes heroPanelFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
.stage-top{min-height:154px!important;padding:24px!important;border-radius:23px!important;align-items:center!important}
.stage-top h2{font-size:2.05rem!important;line-height:.95!important}
.stage-logo{width:136px!important;border-radius:16px!important}
.journey-steps{gap:12px!important;margin-top:14px!important}
.jstep{grid-template-columns:50px 1fr!important;gap:13px!important;padding:15px 17px!important;border-radius:20px!important}
.jstep:nth-child(2),.jstep:nth-child(2):hover{transform:none!important}
.jstep:hover{transform:translateY(-3px)!important}
.jicon{width:46px!important;height:46px!important;border-radius:14px!important}
.jicon img{width:27px!important}
.jstep small{font-size:.69rem!important}
.jstep h3{font-size:1rem!important;margin:3px 0!important}
.jstep p{font-size:.86rem!important;line-height:1.42!important}
.jstep:not(:last-child):after{left:39px!important;bottom:-17px!important;height:20px!important}

/* Authentic consultation modal */
.lead-modal{padding:22px!important}
.lead-modal-backdrop{background:rgba(16,5,28,.78)!important;backdrop-filter:blur(12px)!important}
.lead-modal-card{width:min(960px,100%)!important;max-height:min(720px,calc(100vh - 40px))!important;padding:0!important;overflow:auto!important;display:grid!important;grid-template-columns:.88fr 1.12fr!important;background:#fff!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:24px!important;box-shadow:0 32px 90px rgba(8,0,18,.42)!important}
.lead-modal-card:before{display:none!important}
.lead-modal-close{right:16px!important;top:16px!important;width:38px!important;height:38px!important;background:rgba(255,255,255,.92)!important;color:#2d1740!important;border:1px solid rgba(47,22,67,.12)!important;font-size:1.35rem!important;box-shadow:0 8px 22px rgba(36,14,54,.12)!important;z-index:4}
.lead-modal-close:hover{transform:none!important;background:#fff!important;color:var(--orange)!important}
.lead-modal-intro{padding:42px 38px;display:flex;flex-direction:column;justify-content:space-between;gap:26px;color:#fff;background:radial-gradient(circle at 20% 8%,rgba(255,104,52,.38),transparent 34%),linear-gradient(145deg,#24103d,#4b2375 58%,#6f3394);position:relative;overflow:hidden}
.lead-modal-intro:after{content:"";position:absolute;width:290px;height:290px;border-radius:50%;right:-145px;bottom:-150px;border:1px solid rgba(255,255,255,.16);box-shadow:0 0 0 42px rgba(255,255,255,.035),0 0 0 84px rgba(255,255,255,.025)}
.lead-modal-logo{width:190px;height:auto;display:block;background:#fff;border-radius:14px;padding:8px 12px;position:relative;z-index:2}
.lead-modal-kicker{color:#ffbf77!important;font-size:.72rem!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important;margin-bottom:12px!important}
.lead-modal-intro h2{font-family:var(--serif);font-size:clamp(2.45rem,3.6vw,3.7rem);line-height:.97;letter-spacing:-.045em;margin:0 0 16px;color:#fff}
.lead-modal-summary{color:rgba(255,255,255,.8);font-size:.96rem;line-height:1.7;max-width:390px}
.lead-modal-assurance{display:grid;gap:11px;position:relative;z-index:2}
.lead-modal-assurance span{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.86);font-size:.84rem;font-weight:650}
.lead-modal-assurance b{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.15);font-size:.65rem;color:#ffd29f}
.lead-form{padding:42px 38px 32px;background:#fff}
.lead-form-heading{display:flex;justify-content:space-between;align-items:end;gap:18px;padding-right:42px;margin-bottom:22px}
.lead-form-heading span{font-family:var(--serif);font-size:1.65rem;font-weight:800;color:#261531}
.lead-form-heading p{font-size:.75rem;color:#817689}
.lead-form-grid{gap:15px!important}
.lead-form label{font-size:.78rem!important;font-weight:750!important;color:#3b2b45!important;gap:7px!important}
.lead-form input,.lead-form textarea{border-radius:11px!important;border:1px solid #ded7e3!important;background:#fbfafc!important;padding:13px 14px!important;box-shadow:none!important;font-size:.91rem!important}
.lead-form input:hover,.lead-form textarea:hover{border-color:#c9bdd2!important;background:#fff!important}
.lead-form input:focus,.lead-form textarea:focus{border-color:#7342a0!important;background:#fff!important;box-shadow:0 0 0 3px rgba(115,66,160,.1)!important}
.lead-description{grid-column:1/-1!important}
.lead-form textarea{min-height:150px!important;resize:vertical!important}
.lead-submit{min-height:52px!important;margin-top:17px!important;border-radius:11px!important;font-size:.93rem!important;letter-spacing:.01em!important;background:linear-gradient(110deg,#f45a32,#be426f,#7137a5)!important;box-shadow:0 12px 28px rgba(109,48,143,.2)!important}
.lead-submit:hover{transform:translateY(-1px)!important;box-shadow:0 16px 34px rgba(109,48,143,.27)!important}
.lead-privacy{text-align:left!important;color:#827789!important;font-size:.72rem!important;line-height:1.5!important;margin-top:11px!important}
.lead-success{border-radius:10px!important}

@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr!important;gap:42px!important}
  .hero-title{max-width:780px!important;font-size:clamp(3.3rem,7.5vw,5.2rem)!important}
  .hero-title .hero-line{white-space:normal!important}
  .hero-stage{justify-self:center;max-width:680px;min-height:565px!important}
}
@media(max-width:820px){
  .lead-modal-card{grid-template-columns:1fr!important;max-width:620px!important}
  .lead-modal-intro{padding:30px 26px;gap:18px}
  .lead-modal-logo{width:160px}
  .lead-modal-assurance{grid-template-columns:1fr 1fr}
  .lead-form{padding:28px 24px 24px}
}
@media(max-width:720px){
  .hero-title{font-size:clamp(2.75rem,11.2vw,4rem)!important;line-height:.98!important}
  .hero-stage{min-height:auto!important;width:100%}
  .stage-card{position:relative!important}
  .stage-top{min-height:auto!important;display:grid!important}
  .lead-modal{padding:10px!important;align-items:start!important;overflow:auto!important}
  .lead-modal-card{max-height:none!important;margin:10px 0!important;border-radius:18px!important}
  .lead-modal-intro{padding:26px 20px 22px}
  .lead-modal-intro h2{font-size:2.35rem}
  .lead-modal-assurance{grid-template-columns:1fr}
  .lead-form{padding:24px 18px 20px}
  .lead-form-heading{display:block;padding-right:42px}
  .lead-form-heading p{margin-top:5px}
  .lead-form-grid{grid-template-columns:1fr!important}
  .lead-description{grid-column:auto!important}
}


/* Package hierarchy refinement */
.package-starter{border-color:rgba(242,90,43,.25);}
.package-starter:before{background:linear-gradient(90deg,var(--orange),var(--gold));}
.package-legacy{border-color:rgba(255,255,255,.18);box-shadow:0 26px 78px rgba(55,18,102,.28);}
.package-advanced{border-color:rgba(101,48,191,.28);}
.package-advanced:before{background:linear-gradient(90deg,var(--purple),var(--violet),var(--orange));}
.package ul{margin-top:26px;}
.package li{padding-left:2px;}
.package .btn{letter-spacing:.04em;}
@media(max-width:1120px){.package-legacy{transform:none}.package-legacy:hover{transform:translateY(-9px)}}

/* V59 hero panel placement + single-line package outlines */
@media (min-width:1181px){
  .hero-grid{
    grid-template-columns:minmax(0,1.08fr) 500px!important;
    gap:78px!important;
    align-items:center!important;
  }
  .hero-stage{
    width:500px!important;
    max-width:500px!important;
    min-height:500px!important;
    justify-self:end!important;
    align-self:end!important;
    transform:translate(24px,42px)!important;
  }
  .stage-card{
    inset:0!important;
    padding:17px!important;
    border-radius:27px!important;
  }
  .stage-top{
    min-height:138px!important;
    padding:21px 22px!important;
    border-radius:21px!important;
  }
  .stage-top h2{
    font-size:1.85rem!important;
    line-height:.95!important;
    max-width:255px!important;
  }
  .stage-logo{
    width:122px!important;
    padding:9px 11px!important;
  }
  .journey-steps{
    gap:10px!important;
    margin-top:12px!important;
  }
  .jstep{
    grid-template-columns:44px 1fr!important;
    gap:11px!important;
    padding:13px 15px!important;
    border-radius:18px!important;
  }
  .jicon{
    width:42px!important;
    height:42px!important;
    border-radius:13px!important;
  }
  .jicon img{width:24px!important}
  .jstep small{font-size:.63rem!important}
  .jstep h3{font-size:.94rem!important;margin:2px 0!important}
  .jstep p{font-size:.81rem!important;line-height:1.36!important}
  .jstep:not(:last-child):after{
    left:35px!important;
    bottom:-15px!important;
    height:18px!important;
  }
}

@media (min-width:1121px){
  .package{
    padding:26px 24px!important;
  }
  .package h3{
    font-size:1.72rem!important;
  }
  .package ul{
    gap:9px!important;
  }
  .package li{
    white-space:nowrap!important;
    font-size:.83rem!important;
    letter-spacing:-.01em!important;
  }
}

/* Hero layout: intentional open space on the right */
.hero-grid{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  gap:42px!important;
  align-items:center!important;
}
@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr!important;gap:30px!important}
}

/* V60 hero headline visibility fix — typography only, layout unchanged */
.hero-title{
  width:100%!important;
  max-width:100%!important;
  font-size:clamp(3rem,3.9vw,4.35rem)!important;
  line-height:.98!important;
  letter-spacing:-.042em!important;
  overflow:visible!important;
}
.hero-title .hero-line{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0!important;
  white-space:nowrap!important;
}
.hero-title .hero-line + .hero-line{
  margin-top:.045em!important;
}
.hero-title .hero-accent{
  font-size:1em!important;
}
@media(max-width:1180px){
  .hero-title{font-size:clamp(3rem,7vw,5rem)!important;max-width:850px!important}
  .hero-title .hero-line{width:auto!important;white-space:normal!important}
}
@media(max-width:720px){
  .hero-title{font-size:clamp(2.55rem,11vw,4rem)!important;line-height:1.02!important}
}


/* V61 hero book composition + polished enquiry heading */
.hero-title .hero-accent{
  line-height:1.08!important;
  padding-bottom:.12em!important;
  margin-bottom:-.08em!important;
  overflow:visible!important;
}
.hero-books{
  position:relative;
  min-height:520px;
  width:min(100%,610px);
  justify-self:end;
  align-self:center;
  isolation:isolate;
}
.hero-books:before{
  content:"";
  position:absolute;
  width:390px;
  height:390px;
  right:54px;
  top:54px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,105,55,.26),rgba(132,65,189,.14) 46%,transparent 72%);
  filter:blur(6px);
  z-index:-2;
}
.hero-books:after{
  content:"";
  position:absolute;
  inset:78px 46px 54px 54px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 30px 90px rgba(12,2,28,.25);
  backdrop-filter:blur(8px);
  z-index:-1;
}
.hero-book{
  position:absolute;
  margin:0;
  width:168px;
  aspect-ratio:2/3;
  border-radius:9px;
  overflow:hidden;
  box-shadow:0 24px 55px rgba(6,0,18,.45),0 0 0 1px rgba(255,255,255,.18);
  transform-origin:50% 100%;
  transition:transform .35s ease,filter .35s ease;
  background:#1d1030;
}
.hero-book img{width:100%;height:100%;object-fit:cover;display:block}
.hero-book-one{left:48px;top:126px;transform:rotate(-12deg);z-index:1}
.hero-book-two{left:185px;top:64px;transform:rotate(-3deg);z-index:3;width:184px}
.hero-book-three{right:70px;top:112px;transform:rotate(10deg);z-index:2}
.hero-book-four{left:216px;bottom:8px;transform:rotate(3deg);z-index:4;width:154px}
.hero-books:hover .hero-book-one{transform:rotate(-15deg) translate(-5px,-7px)}
.hero-books:hover .hero-book-two{transform:rotate(-2deg) translateY(-10px)}
.hero-books:hover .hero-book-three{transform:rotate(13deg) translate(5px,-7px)}
.hero-books:hover .hero-book-four{transform:rotate(2deg) translateY(7px)}
.hero-books-caption{
  position:absolute;
  right:18px;
  bottom:22px;
  width:205px;
  padding:15px 16px;
  border-radius:17px;
  background:rgba(255,255,255,.94);
  color:#281538;
  box-shadow:0 18px 40px rgba(9,1,23,.25);
  z-index:6;
}
.hero-books-caption span{display:block;color:#ef5a32;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px}
.hero-books-caption strong{font-size:.86rem;line-height:1.38;display:block}

.lead-form-heading{
  align-items:flex-start!important;
  padding-right:46px!important;
  margin-bottom:26px!important;
  border-bottom:1px solid #eee8f1;
  padding-bottom:20px;
}
.lead-form-title{max-width:440px}
.lead-form-step{
  display:inline-flex!important;
  align-items:center;
  padding:6px 9px;
  border-radius:999px;
  background:#f5edf9;
  color:#6b3795!important;
  font-family:var(--sans)!important;
  font-size:.66rem!important;
  font-weight:900!important;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin-bottom:10px;
}
.lead-form-title h3{
  margin:0 0 7px;
  color:#24142f;
  font-family:var(--serif);
  font-size:clamp(1.8rem,2.7vw,2.45rem);
  line-height:1;
  letter-spacing:-.035em;
}
.lead-form-title p{
  margin:0;
  color:#746a7b;
  font-size:.8rem!important;
  line-height:1.55;
  max-width:420px;
}
.lead-required{
  display:flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
  margin-top:4px;
  color:#756b7c;
  font-size:.7rem;
  white-space:nowrap;
}
.lead-required b{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;background:#fff1e9;color:#ed5a33;font-size:.85rem}

@media(max-width:1180px){
  .hero-books{justify-self:center;min-height:500px;margin-top:-8px}
}
@media(max-width:720px){
  .hero-books{min-height:410px;width:100%;max-width:480px}
  .hero-books:after{inset:58px 18px 38px}
  .hero-book{width:126px}
  .hero-book-one{left:24px;top:108px}
  .hero-book-two{left:50%;top:45px;transform:translateX(-50%) rotate(-3deg);width:140px}
  .hero-book-three{right:24px;top:100px;width:126px}
  .hero-book-four{left:50%;bottom:0;transform:translateX(-50%) rotate(2deg);width:118px}
  .hero-books:hover .hero-book-two{transform:translateX(-50%) rotate(-3deg)}
  .hero-books:hover .hero-book-four{transform:translateX(-50%) rotate(2deg)}
  .hero-books-caption{right:12px;bottom:10px;width:170px;padding:12px 13px}
  .lead-form-heading{display:block!important;padding-right:0!important}
  .lead-required{margin-top:12px}
}

/* Final professional enquiry modal */
.lead-modal-professional{display:block!important;width:min(760px,calc(100vw - 32px))!important;max-height:calc(100vh - 32px)!important;padding:0!important;overflow:auto!important;background:#fff!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.82)!important;box-shadow:0 34px 100px rgba(11,2,25,.48)!important}
.lead-modal-professional:before{content:""!important;display:block!important;position:absolute!important;inset:0 0 auto 0!important;height:5px!important;background:linear-gradient(90deg,#6832a1,#ff6339,#7b3fc4)!important;border-radius:24px 24px 0 0!important}
.lead-modal-header{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:center;padding:34px 38px 27px;background:radial-gradient(circle at 100% 0%,rgba(255,100,53,.12),transparent 30%),linear-gradient(180deg,#fff,#fdfaff);border-bottom:1px solid #eee7f2}
.lead-modal-header-logo{display:block;width:165px;height:auto;object-fit:contain}
.lead-modal-header-copy{padding-right:35px}
.lead-modal-header-copy .lead-modal-kicker{display:block;margin:0 0 8px!important;color:#f15b38!important;font-family:var(--sans);font-size:.69rem!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}
.lead-modal-header-copy h2{margin:0 0 9px;font-family:var(--serif);font-size:clamp(2.25rem,4vw,3.35rem);line-height:.95;letter-spacing:-.04em;color:#251331}
.lead-modal-header-copy p{margin:0;color:#62586b;line-height:1.6;font-size:.92rem;max-width:500px}
.lead-form-professional{padding:28px 38px 32px!important;background:#fff!important}
.lead-form-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.lead-form-meta>div{display:grid;gap:3px}.lead-form-meta strong{font-size:1rem;color:#281633}.lead-form-meta span{font-size:.72rem;color:#817687}
.lead-response-badge{display:inline-flex!important;align-items:center;padding:8px 11px;border-radius:999px;background:#f4edf9;color:#633793!important;font-weight:800;font-size:.69rem!important;white-space:nowrap}
.lead-form-professional .lead-form-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:15px!important}
.lead-form-professional label{display:grid!important;gap:7px!important;color:#392742!important;font-size:.77rem!important;font-weight:800!important}
.lead-form-professional input,.lead-form-professional select,.lead-form-professional textarea{width:100%;border:1px solid #ddd5e2!important;border-radius:11px!important;background:#fbfafc!important;color:#2a1b34!important;padding:13px 14px!important;font:inherit!important;font-size:.9rem!important;outline:none!important;box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.lead-form-professional input:focus,.lead-form-professional select:focus,.lead-form-professional textarea:focus{background:#fff!important;border-color:#7440a4!important;box-shadow:0 0 0 3px rgba(116,64,164,.1)!important}
.lead-form-professional .lead-description{grid-column:1/-1!important}
.lead-form-professional textarea{min-height:145px!important;resize:vertical!important}
.lead-form-footer{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:20px;padding-top:20px;border-top:1px solid #eee8f1}
.lead-form-footer .lead-privacy{margin:0!important;max-width:390px;color:#796f80!important;font-size:.71rem!important;line-height:1.55!important}
.lead-form-footer .lead-privacy span{color:#ee613d;margin-right:5px}
.lead-form-professional .lead-submit{flex:0 0 auto;min-height:50px;padding:0 22px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,#f25f39,#7b38bd);font-weight:850;cursor:pointer;box-shadow:0 14px 28px rgba(112,45,151,.2);transition:transform .18s ease,box-shadow .18s ease}
.lead-form-professional .lead-submit:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(112,45,151,.28)}
.lead-form-professional .lead-success{margin-top:18px!important;padding:14px 16px!important;border-radius:11px!important;background:#eef8f1!important;color:#285f3b!important;text-align:left!important;font-size:.84rem!important}
@media(max-width:700px){.lead-modal-header{grid-template-columns:1fr;padding:28px 22px 22px;gap:17px}.lead-modal-header-logo{width:150px}.lead-modal-header-copy{padding-right:25px}.lead-form-professional{padding:23px 20px 25px!important}.lead-form-meta{align-items:flex-start;flex-direction:column}.lead-form-professional .lead-form-grid{grid-template-columns:1fr!important}.lead-form-footer{align-items:stretch;flex-direction:column}.lead-form-professional .lead-submit{width:100%}.lead-response-badge{white-space:normal}}


/* V62 hero showcase, modal fit, and footer CTA correction */
.hero-book-four{display:none!important}
.hero-books-caption{
  right:14px!important;
  bottom:28px!important;
  width:292px!important;
  min-height:118px!important;
  padding:18px 22px!important;
  border-radius:18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 20px 50px rgba(9,1,23,.30)!important;
}
.hero-books-caption span{
  font-size:.72rem!important;
  margin-bottom:8px!important;
}
.hero-books-caption strong{
  font-size:.94rem!important;
  line-height:1.48!important;
}
@media(min-width:1181px){
  .hero-book-one{left:42px!important;top:136px!important;width:170px!important}
  .hero-book-two{left:196px!important;top:52px!important;width:190px!important}
  .hero-book-three{right:48px!important;top:124px!important;width:174px!important}
}

/* Keep the enquiry form fully visible without an internal scrollbar. */
.lead-modal{
  overflow-y:auto!important;
  scrollbar-width:none;
}
.lead-modal::-webkit-scrollbar{display:none}
.lead-modal-professional{
  width:min(800px,calc(100vw - 36px))!important;
  max-height:none!important;
  overflow:hidden!important;
}
.lead-modal-header{
  padding:24px 32px 20px!important;
  grid-template-columns:145px 1fr!important;
  gap:24px!important;
}
.lead-modal-header-logo{width:142px!important}
.lead-modal-header-copy h2{font-size:clamp(2rem,3.25vw,2.9rem)!important;margin-bottom:7px!important}
.lead-modal-header-copy p{font-size:.86rem!important;line-height:1.5!important}
.lead-form-professional{padding:20px 32px 24px!important}
.lead-form-meta{margin-bottom:15px!important}
.lead-form-professional .lead-form-grid{gap:11px 14px!important}
.lead-form-professional label{gap:5px!important;font-size:.73rem!important}
.lead-form-professional input,
.lead-form-professional select,
.lead-form-professional textarea{
  padding:10px 12px!important;
  font-size:.84rem!important;
}
.lead-form-professional textarea{
  min-height:105px!important;
  height:105px!important;
  resize:none!important;
}
.lead-form-footer{
  margin-top:14px!important;
  padding-top:14px!important;
}
.lead-form-professional .lead-submit{min-height:46px!important}
.lead-form-professional .lead-success{margin-top:12px!important;padding:11px 14px!important}
@media(max-height:720px) and (min-width:701px){
  .lead-modal{align-items:flex-start!important;padding-top:10px!important;padding-bottom:10px!important}
  .lead-modal-header{padding:18px 28px 15px!important}
  .lead-modal-header-logo{width:125px!important}
  .lead-modal-header-copy h2{font-size:2.25rem!important}
  .lead-form-professional{padding:16px 28px 18px!important}
  .lead-form-professional textarea{height:82px!important;min-height:82px!important}
  .lead-form-footer{margin-top:10px!important;padding-top:10px!important}
}
@media(max-width:700px){
  .hero-books-caption{right:8px!important;bottom:14px!important;width:min(260px,72vw)!important;min-height:104px!important;padding:15px 17px!important}
  .lead-modal-professional{overflow:hidden!important}
  .lead-modal-header{grid-template-columns:1fr!important;padding:21px 19px 17px!important}
  .lead-modal-header-logo{width:132px!important}
  .lead-form-professional{padding:17px 19px 20px!important}
  .lead-form-professional textarea{height:100px!important;min-height:100px!important}
}


/* Mobile navigation */
.hamb{
  position:relative;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  border:1px solid rgba(107,53,201,.18);
  background:#fff;
  box-shadow:0 10px 24px rgba(34,8,59,.10);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
  z-index:72;
}
.hamb:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(34,8,59,.16)}
.hamb-line{display:block;width:20px;height:2px;border-radius:999px;background:var(--purple);transition:transform .25s ease,opacity .2s ease,width .25s ease}
.hamb.is-open .hamb-line:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamb.is-open .hamb-line:nth-child(2){opacity:0;width:0}
.hamb.is-open .hamb-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(max-width:1120px){
  .header .nav{position:relative;grid-template-columns:auto auto;justify-content:space-between}
  .hamb{display:flex}
  .menu{
    display:flex;
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    right:0;
    z-index:70;
    padding:12px;
    border-radius:22px;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(107,53,201,.15);
    box-shadow:0 24px 60px rgba(31,7,53,.20);
    backdrop-filter:blur(18px);
    flex-direction:column;
    gap:5px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-10px) scale(.98);
    transform-origin:top center;
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
  }
  .menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
  .menu a{width:100%;height:48px;padding:0 16px;border-radius:14px;justify-content:flex-start;font-size:.95rem}
  .menu a:hover{transform:none}
  .brand{width:min(190px,58vw)}
}
@media(max-width:520px){
  .header .nav{min-height:72px}
  .brand{width:min(174px,62vw);padding:5px 0;border:0;box-shadow:none;background:transparent}
  .hamb{width:43px;height:43px;border-radius:13px}
  .menu{top:calc(100% + 8px);left:-2px;right:-2px;border-radius:18px}
}
body.mobile-menu-open{overflow:hidden}

/* V64 — final polished consultation modal */
.lead-modal{padding:20px!important;align-items:center!important;overflow-y:auto!important}
.lead-modal-professional{
  width:min(860px,calc(100vw - 32px))!important;
  max-height:none!important;
  overflow:hidden!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:0 34px 110px rgba(11,2,25,.48)!important;
}
.lead-modal-professional:before{height:4px!important}
.lead-modal-close{
  top:18px!important;right:18px!important;width:40px!important;height:40px!important;
  background:#fff!important;border:1px solid #e7dfea!important;box-shadow:0 8px 24px rgba(35,14,51,.12)!important;
}
.lead-modal-header{
  display:block!important;
  padding:25px 34px 22px!important;
  background:linear-gradient(180deg,#fff 0%,#fcf9fd 100%)!important;
  border-bottom:1px solid #eee7f1!important;
}
.lead-modal-brand-row{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding-right:54px;margin-bottom:18px;
}
.lead-modal-header-logo{width:150px!important;height:auto!important;display:block!important}
.lead-modal-header-copy{padding:0!important;max-width:690px!important}
.lead-modal-header-copy .lead-modal-kicker{
  display:block!important;margin:0 0 7px!important;color:#ef5e3c!important;
  font-size:.68rem!important;letter-spacing:.15em!important;font-weight:900!important;text-transform:uppercase!important;
}
.lead-modal-header-copy h2{
  margin:0 0 8px!important;font-size:clamp(2.1rem,4vw,3.35rem)!important;
  line-height:.98!important;letter-spacing:-.035em!important;color:#251431!important;
}
.lead-modal-header-copy p{margin:0!important;max-width:680px!important;font-size:.91rem!important;line-height:1.58!important;color:#655b6c!important}
.lead-response-badge{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:36px!important;padding:0 14px!important;border-radius:999px!important;
  background:#f3ebf8!important;color:#62348e!important;font-size:.7rem!important;font-weight:850!important;white-space:nowrap!important;
}
.lead-form-professional{padding:22px 34px 28px!important}
.lead-form-meta{margin:0 0 17px!important;display:block!important}
.lead-form-meta strong{font-size:1.04rem!important;color:#281633!important}
.lead-form-meta span{font-size:.73rem!important;color:#817787!important;margin-top:3px!important}
.lead-form-professional .lead-form-grid{grid-template-columns:1fr 1fr!important;gap:14px 16px!important}
.lead-form-professional label{font-size:.75rem!important;gap:6px!important}
.lead-form-professional input,.lead-form-professional select,.lead-form-professional textarea{
  min-height:48px!important;padding:12px 14px!important;border-radius:12px!important;
  border:1px solid #ded6e3!important;background:#fbfafc!important;font-size:.88rem!important;
}
.lead-form-professional textarea{height:112px!important;min-height:112px!important;resize:none!important}
.lead-form-footer{
  display:grid!important;grid-template-columns:1fr!important;gap:12px!important;
  margin-top:16px!important;padding-top:16px!important;border-top:1px solid #eee8f1!important;
}
.lead-form-footer .lead-privacy{
  max-width:none!important;margin:0!important;font-size:.72rem!important;line-height:1.45!important;color:#766d7c!important;
}
.lead-form-professional .lead-submit{
  width:100%!important;min-height:52px!important;border-radius:13px!important;padding:0 24px!important;
  font-size:.92rem!important;letter-spacing:.01em!important;
  background:linear-gradient(100deg,#f15b38 0%,#d84d65 45%,#7a36b8 100%)!important;
  box-shadow:0 14px 28px rgba(111,44,149,.22)!important;
}
.lead-form-professional .lead-submit:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px rgba(111,44,149,.30)!important}
@media(max-height:760px) and (min-width:701px){
  .lead-modal{align-items:flex-start!important;padding-top:10px!important;padding-bottom:10px!important}
  .lead-modal-header{padding:19px 30px 17px!important}
  .lead-modal-brand-row{margin-bottom:12px!important}
  .lead-modal-header-logo{width:132px!important}
  .lead-modal-header-copy h2{font-size:2.45rem!important}
  .lead-form-professional{padding:17px 30px 20px!important}
  .lead-form-professional textarea{height:88px!important;min-height:88px!important}
  .lead-form-footer{margin-top:12px!important;padding-top:12px!important;gap:9px!important}
}
@media(max-width:700px){
  .lead-modal{padding:10px!important;align-items:flex-start!important}
  .lead-modal-professional{width:100%!important;border-radius:18px!important}
  .lead-modal-header{padding:20px 18px 17px!important}
  .lead-modal-brand-row{padding-right:46px!important;margin-bottom:15px!important;align-items:flex-start!important;flex-direction:column!important;gap:10px!important}
  .lead-modal-header-logo{width:132px!important}
  .lead-modal-header-copy h2{font-size:2.25rem!important}
  .lead-modal-header-copy p{font-size:.85rem!important}
  .lead-form-professional{padding:18px!important}
  .lead-form-professional .lead-form-grid{grid-template-columns:1fr!important}
  .lead-form-professional textarea{height:104px!important;min-height:104px!important}
}

/* V65 — reliable compact mobile header with visible call action */
@media (max-width:1120px){
  .header{overflow:visible}
  .header .container.nav{
    position:relative;
    display:grid;
    grid-template-columns:minmax(120px,1fr) auto auto;
    align-items:center;
    gap:10px;
    min-height:74px;
  }
  .header .brand{
    width:min(185px,100%);
    min-width:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }
  .header .brand img,
  .header .logo-img{
    display:block;
    width:100%;
    max-width:185px;
    height:auto;
    object-fit:contain;
  }
  .header .call{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:0;
    min-height:44px;
    padding:6px 13px 6px 8px;
    border-radius:999px;
    white-space:nowrap;
    position:relative;
    z-index:73;
  }
  .header .call-icon{
    width:31px;
    height:31px;
    flex:0 0 31px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.22);
  }
  .header .call-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .header .call-copy{display:block;line-height:1.05}
  .header .call-copy small{display:none}
  .header .call-copy strong{display:block;font-size:.82rem;font-weight:850;letter-spacing:-.02em}
  .header .hamb{display:flex!important;flex:0 0 auto}
  .header .menu{
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    right:0;
    width:100%;
    margin:0;
    z-index:100;
  }
}

@media (max-width:700px){
  .header .container.nav{
    grid-template-columns:minmax(105px,1fr) auto auto;
    gap:7px;
    min-height:68px;
  }
  .header .brand img,
  .header .logo-img{max-width:148px}
  .header .call{min-height:40px;padding:5px 10px 5px 6px;gap:6px}
  .header .call-icon{width:29px;height:29px;flex-basis:29px}
  .header .call-copy strong{font-size:.75rem}
  .header .hamb{width:40px;height:40px;border-radius:12px}
  .header .menu{top:calc(100% + 6px);padding:10px;border-radius:16px}
  .header .menu a{height:46px;font-size:.92rem}
}

@media (max-width:480px){
  .header .container.nav{
    width:min(100% - 18px,var(--max));
    grid-template-columns:minmax(92px,1fr) auto auto;
    gap:5px;
    min-height:64px;
  }
  .header .brand img,
  .header .logo-img{max-width:124px}
  .header .call{padding:4px 8px 4px 5px;min-height:38px;gap:5px}
  .header .call-icon{width:27px;height:27px;flex-basis:27px}
  .header .call-icon svg{width:14px;height:14px}
  .header .call-copy strong{font-size:.68rem}
  .header .hamb{width:38px;height:38px}
  .header .hamb-line{width:18px}
}

@media (max-width:365px){
  .header .container.nav{grid-template-columns:minmax(80px,1fr) auto auto}
  .header .brand img,
  .header .logo-img{max-width:105px}
  .header .call-copy strong{font-size:.62rem}
  .header .call{padding-right:7px}
}

/* FINAL REVISION — polished consultation modal and content presentation */
.lead-modal{
  padding:24px!important;
  align-items:center!important;
  overflow-y:auto!important;
}
.lead-modal-professional{
  width:min(900px,calc(100vw - 40px))!important;
  max-height:calc(100vh - 40px)!important;
  overflow:auto!important;
  scrollbar-width:none!important;
  border-radius:26px!important;
  background:#fff!important;
  border:1px solid rgba(255,255,255,.9)!important;
  box-shadow:0 38px 120px rgba(13,3,26,.48)!important;
}
.lead-modal-professional::-webkit-scrollbar{display:none!important}
.lead-modal-header{
  display:grid!important;
  grid-template-columns:170px minmax(0,1fr)!important;
  align-items:center!important;
  gap:32px!important;
  padding:34px 42px 30px!important;
  background:
    radial-gradient(circle at 100% 0%,rgba(242,95,57,.12),transparent 34%),
    linear-gradient(180deg,#fff 0%,#fcf9fd 100%)!important;
  border-bottom:1px solid #ece5ef!important;
}
.lead-modal-brand-row{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
}
.lead-modal-header-logo{
  width:160px!important;
  max-width:100%!important;
  height:auto!important;
}
.lead-response-badge{
  position:absolute!important;
  right:72px!important;
  top:20px!important;
  min-height:32px!important;
  padding:0 13px!important;
  font-size:.66rem!important;
  letter-spacing:.01em!important;
  background:#f4ecf8!important;
  color:#5e2d88!important;
  border:1px solid #e8dbef!important;
}
.lead-modal-header-copy{
  max-width:610px!important;
  padding:0!important;
}
.lead-modal-header-copy .lead-modal-kicker{
  margin:0 0 9px!important;
  font-size:.7rem!important;
  letter-spacing:.16em!important;
}
.lead-modal-header-copy h2{
  margin:0 0 12px!important;
  max-width:580px!important;
  font-size:clamp(2.25rem,4.7vw,3.8rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}
.lead-modal-header-copy p{
  max-width:590px!important;
  font-size:.92rem!important;
  line-height:1.62!important;
  color:#655b6d!important;
}
.lead-modal-close{
  top:18px!important;
  right:18px!important;
  z-index:5!important;
}
.lead-form-professional{
  padding:28px 42px 34px!important;
}
.lead-form-meta{
  display:flex!important;
  align-items:end!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 20px!important;
}
.lead-form-meta strong{
  font-size:1.08rem!important;
  color:#251431!important;
}
.lead-form-meta span{
  display:block!important;
  margin-top:4px!important;
  font-size:.75rem!important;
}
.lead-form-professional .lead-form-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:17px 18px!important;
}
.lead-form-professional label{
  gap:7px!important;
  font-size:.77rem!important;
}
.lead-form-professional input,
.lead-form-professional select,
.lead-form-professional textarea{
  min-height:50px!important;
  padding:13px 15px!important;
  border-radius:13px!important;
  border:1px solid #ddd4e2!important;
  background:#fcfbfd!important;
  font-size:.9rem!important;
}
.lead-form-professional textarea{
  height:122px!important;
  min-height:122px!important;
  resize:none!important;
}
.lead-form-footer{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:13px!important;
  margin-top:18px!important;
  padding-top:18px!important;
}
.lead-form-footer .lead-privacy{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  max-width:none!important;
  font-size:.74rem!important;
  line-height:1.45!important;
}
.lead-form-professional .lead-submit{
  width:100%!important;
  min-height:54px!important;
  border-radius:14px!important;
  font-size:.94rem!important;
}

@media(max-height:760px) and (min-width:701px){
  .lead-modal{align-items:flex-start!important;padding:10px 20px!important}
  .lead-modal-header{padding:23px 34px 20px!important;grid-template-columns:145px minmax(0,1fr)!important;gap:26px!important}
  .lead-modal-header-logo{width:138px!important}
  .lead-modal-header-copy h2{font-size:2.7rem!important;margin-bottom:8px!important}
  .lead-modal-header-copy p{font-size:.84rem!important;line-height:1.5!important}
  .lead-form-professional{padding:20px 34px 24px!important}
  .lead-form-professional .lead-form-grid{gap:11px 15px!important}
  .lead-form-professional input,.lead-form-professional select{min-height:44px!important;padding:10px 13px!important}
  .lead-form-professional textarea{height:88px!important;min-height:88px!important}
  .lead-form-footer{margin-top:12px!important;padding-top:12px!important}
}

@media(max-width:700px){
  .lead-modal{padding:10px!important;align-items:flex-start!important}
  .lead-modal-professional{width:100%!important;max-height:calc(100vh - 20px)!important;border-radius:20px!important}
  .lead-modal-header{
    grid-template-columns:1fr!important;
    gap:14px!important;
    padding:24px 20px 20px!important;
  }
  .lead-modal-brand-row{justify-content:flex-start!important;padding-right:46px!important}
  .lead-modal-header-logo{width:132px!important}
  .lead-response-badge{
    position:static!important;
    width:fit-content!important;
    margin-top:2px!important;
    white-space:normal!important;
  }
  .lead-modal-header-copy h2{
    max-width:360px!important;
    font-size:clamp(2rem,11vw,2.7rem)!important;
    line-height:1!important;
  }
  .lead-modal-header-copy p{font-size:.86rem!important;line-height:1.55!important}
  .lead-form-professional{padding:21px 20px 24px!important}
  .lead-form-meta{display:block!important;margin-bottom:17px!important}
  .lead-form-professional .lead-form-grid{grid-template-columns:1fr!important;gap:14px!important}
  .lead-form-professional textarea{height:110px!important;min-height:110px!important}
}

@media(max-width:420px){
  .lead-modal-header{padding:21px 16px 18px!important}
  .lead-form-professional{padding:18px 16px 21px!important}
  .lead-modal-header-copy h2{font-size:2.05rem!important}
  .lead-modal-close{width:38px!important;height:38px!important;right:12px!important;top:12px!important}
}


/* Multipage navigation and package-title refinement */
.menu a.active{color:#fff;background:linear-gradient(135deg,var(--purple),#ef6a2e);box-shadow:0 10px 24px rgba(83,31,126,.2)}
.package h3{display:flex;flex-direction:column;gap:4px;line-height:1!important}
.package-name-primary{display:block;font-family:"Libre Baskerville",serif;font-size:clamp(1.9rem,2.5vw,2.65rem);font-weight:700;line-height:1;color:var(--purple)}
.package.featured .package-name-primary{color:#fff}
.package-name-secondary{display:block;margin-top:5px;font-family:"Inter",sans-serif;font-size:.84rem;font-weight:800;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:#ef6a2e}
.package.featured .package-name-secondary{color:#ffd8c4}
.inner-hero{position:relative;overflow:hidden;padding:110px 0 90px;color:#fff;background:radial-gradient(circle at 82% 15%,rgba(242,103,46,.3),transparent 28%),radial-gradient(circle at 15% 15%,rgba(151,88,206,.3),transparent 30%),linear-gradient(135deg,#26103f,#55267c 58%,#8b3c76)}
.inner-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:48px 48px}
.inner-hero-content{position:relative;z-index:2;max-width:900px;text-align:center}
.inner-kicker{display:inline-flex;padding:8px 14px;border:1px solid rgba(255,255,255,.22);border-radius:999px;font-size:.73rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;background:rgba(255,255,255,.1)}
.inner-hero h1{margin:20px auto 18px;max-width:850px;font-family:"Libre Baskerville",serif;font-size:clamp(2.8rem,5.5vw,5.5rem);line-height:1.02;letter-spacing:-.055em}
.inner-hero p{max-width:760px;margin:auto;color:rgba(255,255,255,.82);font-size:1.04rem;line-height:1.75}
.about-story-layout,.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.about-story-copy .copy+.copy{margin-top:16px}.about-story-copy .btn{margin-top:26px}
.about-values{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.about-values article{padding:24px;border:1px solid rgba(67,31,92,.12);border-radius:20px;background:#fff;box-shadow:0 16px 45px rgba(56,22,82,.08)}
.about-values strong{display:block;color:#542278;font-size:1.04rem;margin-bottom:8px}
.about-values span{display:block;color:#5d5267;font-size:.91rem;line-height:1.55}
.contact-page-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-page-cards>a,.contact-page-cards>div{display:flex;gap:14px;align-items:flex-start;padding:22px;border:1px solid rgba(67,31,92,.12);border-radius:18px;background:#fff;box-shadow:0 15px 40px rgba(56,22,82,.07)}
.contact-page-cards img{width:25px;height:25px;flex:0 0 auto}
.contact-page-cards strong{display:block;color:#4e2072;margin-bottom:5px}
.contact-page-cards span{display:block;color:#65596d;font-size:.88rem;line-height:1.45}
.contact-page-copy .btn{margin-top:26px}
@media(max-width:900px){.inner-hero{padding:82px 0 68px}.about-story-layout,.contact-page-grid{grid-template-columns:1fr;gap:30px}}
@media(max-width:620px){.inner-hero{padding:66px 0 54px}.inner-hero h1{font-size:clamp(2.35rem,12vw,3.4rem)}.about-values,.contact-page-cards{grid-template-columns:1fr}.package-name-primary{font-size:2rem}}


/* ============================================================
   Inner-page refinement — intentionally excludes homepage hero
   ============================================================ */

/* More balanced banners for About, Services, Packages and Contact */
.inner-hero {
  padding: 72px 0 62px !important;
  min-height: auto !important;
}

.inner-hero-content {
  max-width: 860px !important;
}

.inner-hero h1 {
  margin: 14px auto 14px !important;
  max-width: 820px !important;
  font-size: clamp(2.55rem, 4.65vw, 4.65rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
}

.inner-hero p {
  max-width: 720px !important;
  font-size: 1rem !important;
  line-height: 1.68 !important;
}

.inner-kicker {
  padding: 7px 13px !important;
  font-size: 0.69rem !important;
}

/* About page long-form company narrative */
.about-story-longform {
  max-width: 1040px;
}

.about-story-narrative {
  width: 100%;
}

.about-story-narrative .title {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.about-story-paragraphs {
  max-width: 980px;
  margin: 0 auto;
}

.about-story-paragraphs p {
  margin: 0;
  color: #4b4055;
  font-size: 1.045rem;
  line-height: 1.9;
  font-weight: 450;
}

.about-story-paragraphs p + p {
  margin-top: 26px;
}

@media (max-width: 900px) {
  .inner-hero {
    padding: 60px 0 52px !important;
  }

  .inner-hero h1 {
    font-size: clamp(2.35rem, 8vw, 3.8rem) !important;
  }

  .about-story-narrative .title {
    text-align: left;
    margin-bottom: 28px;
  }
}

@media (max-width: 620px) {
  .inner-hero {
    padding: 48px 0 42px !important;
  }

  .inner-hero h1 {
    margin-top: 12px !important;
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
    line-height: 1.07 !important;
  }

  .inner-hero p {
    font-size: 0.94rem !important;
    line-height: 1.6 !important;
  }

  .about-story-paragraphs p {
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .about-story-paragraphs p + p {
    margin-top: 21px;
  }
}


/* ============================================================
   Detailed Services Catalog — services page only
   ============================================================ */
.services-catalog{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 10%,rgba(242,103,46,.11),transparent 24%),
    linear-gradient(180deg,#fff 0%,#fbf8fd 100%);
}
.services-catalog-head{
  max-width:920px;
  margin:0 auto 44px;
  text-align:center;
}
.services-kicker{
  display:inline-flex;
  margin-bottom:14px;
  color:#ef5a2f;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.services-catalog-head .title{margin-bottom:16px}
.services-catalog-head .copy{max-width:760px;margin:0 auto}

.services-tabs-shell{
  display:grid;
  grid-template-columns:300px minmax(0,1fr);
  gap:20px;
  padding:20px;
  border:1px solid rgba(67,31,92,.1);
  border-radius:30px;
  background:#fff;
  box-shadow:0 28px 80px rgba(50,20,75,.12);
}
.services-tab-list{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:8px;
  border-radius:22px;
  background:linear-gradient(180deg,#2a1048,#4d2472);
}
.service-tab{
  width:100%;
  display:flex;
  align-items:center;
  gap:13px;
  padding:14px 15px;
  border:0;
  border-radius:15px;
  color:rgba(255,255,255,.76);
  background:transparent;
  font:inherit;
  text-align:left;
  cursor:pointer;
  transition:.25s ease;
}
.service-tab span{
  display:grid;
  place-items:center;
  width:33px;
  height:33px;
  flex:0 0 33px;
  border-radius:10px;
  color:#ffc58c;
  background:rgba(255,255,255,.1);
  font-size:.69rem;
  font-weight:800;
}
.service-tab strong{
  font-size:.92rem;
  font-weight:700;
}
.service-tab:hover{
  color:#fff;
  background:rgba(255,255,255,.08);
}
.service-tab.active{
  color:#fff;
  background:linear-gradient(135deg,#8c3bc5,#ef6133);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.service-tab.active span{
  color:#5e237e;
  background:#fff;
}
.services-panel-wrap{min-width:0}
.service-panel{
  min-height:100%;
  padding:34px;
  border-radius:22px;
  background:
    radial-gradient(circle at 95% 4%,rgba(242,103,46,.1),transparent 22%),
    linear-gradient(180deg,#fff,#fcfafd);
}
.service-panel[hidden]{display:none}
.service-panel-top{
  display:flex;
  gap:20px;
  align-items:flex-start;
  padding-bottom:26px;
  border-bottom:1px solid rgba(72,35,92,.1);
}
.service-panel-icon{
  display:grid;
  place-items:center;
  width:72px;
  height:72px;
  flex:0 0 72px;
  border-radius:20px;
  background:linear-gradient(135deg,#8237be,#f06035);
  box-shadow:0 14px 30px rgba(109,44,143,.2);
}
.service-panel-icon img{
  width:44px;
  height:44px;
  object-fit:contain;
  filter:brightness(0) invert(1);
}
.service-panel-label{
  display:block;
  margin:2px 0 8px;
  color:#ef5a2f;
  font-size:.71rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.service-panel h3{
  margin:0 0 11px;
  color:#281438;
  font-family:"Libre Baskerville",serif;
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:1.04;
}
.service-panel-summary{
  max-width:760px;
  margin:0;
  color:#5a4e63;
  font-size:1rem;
  line-height:1.65;
}
.service-panel-body{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:34px;
  padding-top:28px;
}
.service-panel h4{
  margin:0 0 13px;
  color:#3b1b50;
  font-size:.93rem;
  font-weight:800;
}
.service-panel-description>p{
  margin:0;
  color:#5e5266;
  font-size:.96rem;
  line-height:1.75;
}
.service-ideal{
  margin-top:22px;
  padding:17px 19px;
  border-left:4px solid #ef6133;
  border-radius:0 14px 14px 0;
  background:#f7f0fa;
}
.service-ideal span{
  display:block;
  margin-bottom:5px;
  color:#6e2b91;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.service-ideal p{
  margin:0;
  color:#50455a;
  font-size:.88rem;
  line-height:1.55;
}
.service-deliverables{
  padding:22px;
  border:1px solid rgba(77,34,103,.1);
  border-radius:18px;
  background:#fff;
  box-shadow:0 15px 35px rgba(63,27,88,.07);
}
.service-deliverables ul{
  display:grid;
  gap:11px;
  margin:0 0 22px;
  padding:0;
  list-style:none;
}
.service-deliverables li{
  position:relative;
  padding-left:23px;
  color:#564b5e;
  font-size:.88rem;
  line-height:1.48;
}
.service-deliverables li:before{
  content:"";
  position:absolute;
  left:0;
  top:.45em;
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(135deg,#7d34b6,#ef6133);
  box-shadow:0 0 0 4px rgba(125,52,182,.08);
}
.service-deliverables .btn{
  width:100%;
  justify-content:center;
  text-align:center;
}

@media(max-width:980px){
  .services-tabs-shell{
    grid-template-columns:1fr;
  }
  .services-tab-list{
    flex-direction:row;
    overflow-x:auto;
    padding:8px;
    scrollbar-width:thin;
  }
  .service-tab{
    min-width:max-content;
    width:auto;
  }
  .service-panel-body{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .services-catalog-head{
    margin-bottom:28px;
    text-align:left;
  }
  .services-tabs-shell{
    padding:10px;
    border-radius:22px;
  }
  .services-tab-list{
    border-radius:16px;
  }
  .service-panel{
    padding:22px 18px;
    border-radius:16px;
  }
  .service-panel-top{
    gap:13px;
  }
  .service-panel-icon{
    width:54px;height:54px;flex-basis:54px;border-radius:15px;
  }
  .service-panel-icon img{width:34px;height:34px}
  .service-panel h3{font-size:2rem}
  .service-panel-summary{font-size:.92rem}
  .service-panel-body{gap:22px;padding-top:22px}
  .service-deliverables{padding:18px}
}

/* ============================================================
   About, Contact and Services refinement — inner pages only
   ============================================================ */

/* About editorial image layout */
.about-story-editorial{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
  gap:54px;
  align-items:start;
  max-width:1180px;
}
.about-story-copy-block .title{
  margin:0 0 30px;
  text-align:left;
}
.about-story-copy-block .about-story-paragraphs{
  max-width:none;
}
.about-story-image{
  position:sticky;
  top:120px;
  margin:42px 0 0;
}
.about-story-image img{
  width:100%;
  display:block;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:26px;
  box-shadow:0 28px 70px rgba(43,17,62,.18);
}
.about-story-image:before{
  content:"";
  position:absolute;
  inset:-14px 18px 18px -14px;
  z-index:-1;
  border-radius:30px;
  background:linear-gradient(135deg,#7431a7,#ef6335);
  opacity:.22;
}
.about-story-image figcaption{
  margin-top:15px;
  color:#675b70;
  font-size:.82rem;
  line-height:1.5;
}

/* Contact page */
.contact-page-layout{
  display:grid;
  grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);
  gap:28px;
  align-items:stretch;
}
.contact-info-panel{
  padding:36px;
  border-radius:28px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 10%,rgba(242,103,46,.35),transparent 27%),
    linear-gradient(145deg,#271040,#5b277e);
  box-shadow:0 25px 65px rgba(44,18,62,.18);
}
.contact-page-kicker{
  display:block;
  margin-bottom:14px;
  color:#ffc89c;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.contact-info-panel h2{
  margin:0 0 18px;
  font-family:"Libre Baskerville",serif;
  font-size:clamp(2.4rem,4vw,4.2rem);
  line-height:1.03;
}
.contact-info-panel>p{
  margin:0 0 28px;
  color:rgba(255,255,255,.8);
  line-height:1.7;
}
.contact-info-list{display:grid;gap:12px}
.contact-info-list>a,.contact-info-list>div{
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:16px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  color:#fff;
  background:rgba(255,255,255,.07);
}
.contact-info-list img{
  width:24px;height:24px;filter:brightness(0) invert(1);flex:0 0 auto;
}
.contact-info-list small{
  display:block;margin-bottom:4px;color:#ffc8a7;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}
.contact-info-list strong{display:block;font-size:.86rem;line-height:1.45}

.contact-page-form{
  padding:36px;
  border:1px solid rgba(72,35,92,.12);
  border-radius:28px;
  background:#fff;
  box-shadow:0 25px 65px rgba(44,18,62,.1);
}
.contact-form-heading span{
  color:#ef5d31;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
}
.contact-form-heading h3{
  margin:8px 0 6px;color:#2a143a;font-family:"Libre Baskerville",serif;font-size:2rem;
}
.contact-form-heading p{margin:0 0 24px;color:#776a7f;font-size:.85rem}
.contact-form-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;
}
.contact-page-form label{display:grid;gap:8px}
.contact-page-form label>span{color:#3e284c;font-size:.8rem;font-weight:800}
.contact-page-form input,.contact-page-form select,.contact-page-form textarea{
  width:100%;border:1px solid #dfd6e4;border-radius:14px;background:#fbf9fc;color:#30223a;
  font:inherit;padding:15px 16px;outline:none;transition:.2s ease;
}
.contact-page-form input:focus,.contact-page-form select:focus,.contact-page-form textarea:focus{
  border-color:#8c3bc5;box-shadow:0 0 0 4px rgba(140,59,197,.1);background:#fff;
}
.contact-form-message{grid-column:1/-1}
.contact-page-form textarea{min-height:170px;resize:vertical}
.contact-form-submit{width:100%;margin-top:20px;justify-content:center}
.contact-form-success{display:none;margin-top:15px;padding:14px 16px;border-radius:12px;background:#f1e8f7;color:#5a2676;font-weight:700}
.contact-page-form.submitted .contact-form-success{display:block}

/* Services catalog heading: split editorial layout, not another centered hero */
.services-catalog-head-split{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:60px;
  align-items:end;
  max-width:none;
  margin:0 0 42px;
  text-align:left;
}
.services-catalog-title .title{
  margin:0;
  max-width:720px;
  font-size:clamp(2.7rem,4.7vw,5rem);
}
.services-catalog-intro{
  padding:26px 28px;
  border-left:4px solid #ef6133;
  border-radius:0 20px 20px 0;
  background:linear-gradient(135deg,#f8f1fb,#fff7f3);
}
.services-catalog-intro .copy{
  margin:0 0 20px;
  max-width:none;
}
.services-mini-proof{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
}
.services-mini-proof span{
  color:#5d5066;
  font-size:.78rem;
  font-weight:700;
}
.services-mini-proof strong{
  margin-right:5px;
  color:#6f2b94;
  font-size:1.25rem;
}

@media(max-width:960px){
  .about-story-editorial,
  .contact-page-layout,
  .services-catalog-head-split{
    grid-template-columns:1fr;
    gap:30px;
  }
  .about-story-image{
    position:relative;
    top:auto;
    margin:0;
  }
  .services-catalog-intro{
    max-width:760px;
  }
}
@media(max-width:620px){
  .about-story-editorial{gap:26px}
  .about-story-image img{border-radius:20px}
  .contact-info-panel,.contact-page-form{padding:24px 18px;border-radius:20px}
  .contact-form-grid{grid-template-columns:1fr}
  .contact-form-message{grid-column:auto}
  .services-catalog-head-split{gap:22px}
  .services-catalog-intro{padding:20px 18px}
}

/* Final inner-page revision */
.inner-hero{padding:50px 0 44px!important}.inner-hero-content{max-width:760px!important}.inner-hero h1{margin:0 0 12px!important;font-size:clamp(2.5rem,4.2vw,4.25rem)!important;line-height:1!important;letter-spacing:-.04em!important}.inner-hero p{max-width:650px!important;font-size:.98rem!important;line-height:1.65!important}
.about-story-image figcaption{display:none!important}.about-story-paragraphs p{font-size:1.04rem;line-height:1.88}.about-story-paragraphs p+p{margin-top:26px}
.why-services-section{background:linear-gradient(180deg,#fbf8fd,#fff)}.why-services-head{max-width:850px;margin:0 auto 38px;text-align:center}.why-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-services-grid article{position:relative;overflow:hidden;min-height:220px;padding:28px;border:1px solid rgba(76,34,100,.1);border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(54,20,77,.08)}.why-services-grid article:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#7930aa,#f26334)}.why-services-grid article span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#7b33ae,#ef6335);font-size:.73rem;font-weight:800}.why-services-grid h3{margin:22px 0 10px;color:#2c173a;font-size:1.06rem}.why-services-grid p{margin:0;color:#615568;font-size:.91rem;line-height:1.62}
.contact-response-note{margin-top:18px;padding:18px 20px;border:1px solid rgba(116,47,152,.12);border-radius:16px;background:linear-gradient(135deg,#f8f1fb,#fff8f4)}.contact-response-note strong{display:block;margin-bottom:5px;color:#4b2066}.contact-response-note span{color:#66596d;font-size:.87rem;line-height:1.5}
.inner-page-cta{padding:28px 0;background:#fff}.inner-page-cta-box{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:34px 38px;border-radius:26px;color:#fff;background:radial-gradient(circle at 90% 10%,rgba(242,103,46,.42),transparent 28%),linear-gradient(135deg,#271040,#5b277e);box-shadow:0 24px 60px rgba(49,19,69,.18)}.inner-page-cta-box>div:first-child{max-width:720px}.inner-page-cta-box span{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffc9a2}.inner-page-cta-box h2{margin:8px 0;font-family:"Libre Baskerville",serif;font-size:clamp(1.8rem,3vw,3rem);line-height:1.08}.inner-page-cta-box p{margin:0;color:rgba(255,255,255,.78)}.inner-page-cta-actions{display:flex;gap:12px;flex-wrap:wrap;flex:0 0 auto}
.live-chat-widget{position:fixed;right:22px;bottom:22px;z-index:1200}.live-chat-fab{border:0;border-radius:999px;padding:14px 20px;color:#fff;background:linear-gradient(135deg,#7d33b4,#ef6034);box-shadow:0 16px 38px rgba(73,27,99,.28);font-weight:800;cursor:pointer}.live-chat-panel{position:absolute;right:0;bottom:64px;width:min(360px,calc(100vw - 30px));overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 25px 80px rgba(28,8,39,.3);opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);transition:.25s ease}.live-chat-widget.open .live-chat-panel{opacity:1;pointer-events:auto;transform:none}.live-chat-panel header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;color:#fff;background:linear-gradient(135deg,#35134f,#7d33b4)}.live-chat-panel header small{color:#ffc9a2}.live-chat-panel header h3{margin:4px 0 0}.live-chat-panel header button{border:0;background:transparent;color:#fff;font-size:1.5rem;cursor:pointer}.live-chat-body{padding:20px}.live-chat-body>p{margin:0 0 16px;color:#66596d;font-size:.88rem;line-height:1.5}.live-chat-body label{display:grid;gap:7px;margin-top:12px}.live-chat-body label span{font-size:.78rem;font-weight:800;color:#3c2749}.live-chat-body input,.live-chat-body textarea{width:100%;border:1px solid #dfd7e4;border-radius:12px;padding:12px 13px;font:inherit}.live-chat-body textarea{min-height:90px;resize:none}.live-chat-send{width:100%;margin-top:14px;border:0;border-radius:12px;padding:13px;color:#fff;background:linear-gradient(135deg,#ef6034,#7d33b4);font-weight:800;cursor:pointer}.live-chat-status{display:none;margin-top:12px;padding:11px;border-radius:10px;background:#f3eaf7;color:#5d2777;font-size:.82rem}.live-chat-widget.sent .live-chat-status{display:block}
.legal-page-inner{max-width:900px}.legal-page-inner section{padding:0 0 28px}.legal-page-inner section+section{padding-top:28px;border-top:1px solid rgba(74,34,94,.1)}.legal-page-inner h2{margin:0 0 10px;color:#2f183d;font-family:"Libre Baskerville",serif;font-size:1.5rem}.legal-page-inner p{margin:0;color:#5e5364;line-height:1.75}
@media(max-width:900px){.why-services-grid{grid-template-columns:1fr 1fr}.inner-page-cta-box{flex-direction:column;align-items:flex-start}}@media(max-width:620px){.inner-hero{padding:38px 0 34px!important}.inner-hero h1{font-size:2.4rem!important}.why-services-grid{grid-template-columns:1fr}.inner-page-cta-box{padding:26px 20px}.inner-page-cta-actions{width:100%}.inner-page-cta-actions .btn{width:100%;justify-content:center}.live-chat-widget{right:14px;bottom:14px}}


/* ============================================================
   Consolidated batch revisions
   ============================================================ */

/* Inner-page banners now contain a title only */
.inner-hero{
  padding:44px 0 40px !important;
}
.inner-hero-content{
  max-width:760px !important;
}
.inner-hero-content h1{
  margin:0 !important;
  text-align:center;
}
.inner-hero-content p,
.inner-hero-content .inner-kicker{
  display:none !important;
}

/* Distinct premium background for Why Authors Choose */
.why-services-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(126,52,181,.14), transparent 27%),
    radial-gradient(circle at 92% 82%, rgba(239,97,51,.13), transparent 28%),
    linear-gradient(180deg,#f8f3fb 0%,#fff8f4 50%,#faf7fc 100%) !important;
}
.why-services-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.45;
  background-image:
    linear-gradient(rgba(92,43,123,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92,43,123,.045) 1px, transparent 1px);
  background-size:48px 48px;
}
.why-services-section .container{
  position:relative;
  z-index:1;
}
.why-services-grid article{
  background:rgba(255,255,255,.94) !important;
  box-shadow:0 20px 55px rgba(58,24,79,.11) !important;
}

/* Remove empty spacing left by deleted CTA sections */
.prefooter + .footer,
section + .footer{
  margin-top:0;
}

@media(max-width:620px){
  .inner-hero{
    padding:34px 0 31px !important;
  }
}


/* Final Services heading refinement */
.services-catalog-head-centered{
  display:block !important;
  max-width:920px !important;
  margin:0 auto 52px !important;
  text-align:center !important;
}
.services-catalog-head-centered .services-catalog-title{
  max-width:none !important;
}
.services-catalog-head-centered .title{
  max-width:900px !important;
  margin:0 auto !important;
  text-align:center !important;
}
.services-catalog-head-centered .services-catalog-intro{
  display:none !important;
}

@media(max-width:620px){
  .services-catalog-head-centered{
    margin-bottom:34px !important;
  }
  .services-catalog-head-centered .title{
    font-size:clamp(2.35rem,11vw,3.6rem) !important;
    line-height:1.06 !important;
  }
}

/* ============================================================
   Mobile horizontal-overflow safeguard
   ============================================================ */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body,
main,
section,
header,
footer,
.container,
.nav,
.hero-grid,
.about-show,
.services-grid,
.timeline-wrap,
.proof,
.contact,
.footer-grid,
.services-tabs-shell,
.service-panel,
.packages,
.portfolio-grid,
.genre-service-grid {
  min-width: 0;
  max-width: 100%;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  .nav {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 8px !important;
  }

  .brand,
  .header .brand {
    width: auto !important;
    min-width: 0 !important;
    max-width: 150px !important;
  }

  .brand .logo-img,
  .header .brand .logo-img {
    width: 100% !important;
    max-width: 150px !important;
    height: auto !important;
  }

  .call,
  .header .call {
    display: inline-flex !important;
    min-width: 0 !important;
    max-width: 145px !important;
    padding: 0 10px !important;
    font-size: .72rem !important;
    white-space: nowrap !important;
  }

  .hamb {
    flex: 0 0 44px;
  }

  .menu {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    max-width: none !important;
  }

  .hero,
  .section,
  .prefooter,
  .footer,
  .inner-hero,
  .portfolio-section,
  .genres-section,
  .why-services-section {
    overflow-x: clip !important;
  }

  .hero-grid,
  .about-show,
  .services-grid,
  .proof,
  .contact,
  .packages,
  .footer-grid,
  .services-tabs-shell,
  .service-panel-body {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
  }

  .hero-title,
  .hero-title .hero-line,
  .hero h1,
  .title,
  .inner-hero h1,
  .stage-top h2 {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-title {
    font-size: clamp(2.55rem, 12vw, 4rem) !important;
    line-height: 1 !important;
  }

  .hero-stage,
  .stage-card,
  .portfolio-stage,
  .lead-modal-shell,
  .lead-modal,
  .contact-page-form,
  .contact-info-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }

  .jstep,
  .jstep:nth-child(2),
  .jstep:nth-child(2):hover {
    transform: none !important;
  }

  .service-tab-list {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .btn,
  .eyebrow,
  .trust-chips span {
    max-width: 100%;
  }

  .blob,
  .hero::after,
  .stage-card::before,
  .lead-modal-intro::after,
  .phase-glow-one,
  .phase-glow-two {
    max-width: 100vw;
  }
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

/* ============================================================
   FINAL MOBILE POPUP COMPACTION
   Keeps the consultation form within the mobile viewport and
   removes the inconvenient internal modal scrollbar.
   ============================================================ */
.lead-modal-professional{
  width:min(760px,calc(100vw - 32px))!important;
  max-height:calc(100dvh - 28px)!important;
  overflow:hidden!important;
}
.lead-modal-header{
  grid-template-columns:132px minmax(0,1fr)!important;
  gap:22px!important;
  padding:22px 30px 18px!important;
}
.lead-modal-header-logo{width:126px!important}
.lead-modal-header-copy .lead-modal-kicker{margin-bottom:5px!important;font-size:.63rem!important}
.lead-modal-header-copy h2{font-size:clamp(1.8rem,3.2vw,2.55rem)!important;margin-bottom:6px!important;line-height:1!important}
.lead-modal-header-copy p{font-size:.8rem!important;line-height:1.42!important}
.lead-form-professional{padding:18px 30px 22px!important}
.lead-form-meta{margin-bottom:12px!important}
.lead-form-meta strong{font-size:.96rem!important}
.lead-form-meta span{font-size:.69rem!important;margin-top:2px!important}
.lead-form-professional .lead-form-grid{gap:10px 14px!important}
.lead-form-professional label{gap:5px!important;font-size:.7rem!important}
.lead-form-professional input,
.lead-form-professional select{
  min-height:42px!important;
  height:42px!important;
  padding:9px 12px!important;
  font-size:.82rem!important;
  border-radius:11px!important;
}
.lead-form-professional textarea{
  height:78px!important;
  min-height:78px!important;
  padding:10px 12px!important;
  font-size:.82rem!important;
  border-radius:11px!important;
}
.lead-form-footer{gap:9px!important;margin-top:11px!important;padding-top:11px!important}
.lead-form-footer .lead-privacy{font-size:.66rem!important;line-height:1.35!important}
.lead-form-professional .lead-submit{min-height:45px!important;height:45px!important;font-size:.85rem!important;border-radius:11px!important}

@media(max-width:700px){
  .lead-modal{
    padding:7px!important;
    align-items:center!important;
    overflow:hidden!important;
  }
  .lead-modal-professional{
    width:min(94vw,540px)!important;
    max-height:94dvh!important;
    overflow:hidden!important;
    border-radius:17px!important;
  }
  .lead-modal-header{
    display:block!important;
    padding:15px 17px 12px!important;
  }
  .lead-modal-brand-row{
    display:none!important;
  }
  .lead-modal-header-copy{
    padding-right:38px!important;
  }
  .lead-modal-header-copy .lead-modal-kicker{
    margin-bottom:4px!important;
    font-size:.58rem!important;
  }
  .lead-modal-header-copy h2{
    max-width:none!important;
    margin-bottom:4px!important;
    font-size:1.68rem!important;
    line-height:1.02!important;
    letter-spacing:-.035em!important;
  }
  .lead-modal-header-copy p{
    display:none!important;
  }
  .lead-modal-close{
    width:33px!important;
    height:33px!important;
    right:10px!important;
    top:10px!important;
    font-size:1.15rem!important;
  }
  .lead-form-professional{
    padding:12px 16px 15px!important;
  }
  .lead-form-meta{
    margin-bottom:9px!important;
  }
  .lead-form-meta strong{font-size:.88rem!important}
  .lead-form-meta span{font-size:.63rem!important}
  .lead-form-professional .lead-form-grid{
    grid-template-columns:1fr 1fr!important;
    gap:8px 9px!important;
  }
  .lead-form-professional label{
    gap:4px!important;
    font-size:.64rem!important;
  }
  .lead-form-professional input,
  .lead-form-professional select{
    min-height:38px!important;
    height:38px!important;
    padding:7px 9px!important;
    font-size:.75rem!important;
  }
  .lead-description{
    grid-column:1 / -1!important;
  }
  .lead-form-professional textarea{
    height:64px!important;
    min-height:64px!important;
    padding:8px 9px!important;
    font-size:.75rem!important;
  }
  .lead-form-footer{
    margin-top:8px!important;
    padding-top:8px!important;
    gap:7px!important;
  }
  .lead-form-footer .lead-privacy{
    font-size:.59rem!important;
    line-height:1.25!important;
  }
  .lead-form-professional .lead-submit{
    min-height:41px!important;
    height:41px!important;
    font-size:.78rem!important;
  }
  .lead-success{font-size:.72rem!important;padding:9px!important}
}

@media(max-width:430px){
  .lead-modal-professional{width:96vw!important;max-height:96dvh!important}
  .lead-modal-header{padding:13px 14px 10px!important}
  .lead-modal-header-copy h2{font-size:1.5rem!important}
  .lead-form-professional{padding:10px 13px 13px!important}
  .lead-form-professional .lead-form-grid{gap:7px!important}
  .lead-form-professional input,
  .lead-form-professional select{height:36px!important;min-height:36px!important;font-size:.71rem!important}
  .lead-form-professional textarea{height:58px!important;min-height:58px!important;font-size:.71rem!important}
  .lead-form-footer .lead-privacy{display:none!important}
  .lead-form-professional .lead-submit{height:39px!important;min-height:39px!important}
}

@media(max-height:680px) and (max-width:700px){
  .lead-modal-header-copy .lead-modal-kicker,
  .lead-form-meta span{display:none!important}
  .lead-modal-header{padding-top:11px!important;padding-bottom:8px!important}
  .lead-modal-header-copy h2{font-size:1.42rem!important}
  .lead-form-professional{padding-top:8px!important;padding-bottom:10px!important}
  .lead-form-professional .lead-form-grid{gap:6px 8px!important}
  .lead-form-professional input,
  .lead-form-professional select{height:34px!important;min-height:34px!important}
  .lead-form-professional textarea{height:48px!important;min-height:48px!important}
  .lead-form-footer{margin-top:6px!important;padding-top:6px!important}
  .lead-form-footer .lead-privacy{display:none!important}
  .lead-form-professional .lead-submit{height:37px!important;min-height:37px!important}
}


/* ============================================================
   Final small-device header and hamburger alignment
   ============================================================ */
@media (max-width:700px){
  .header .container.nav{
    width:min(100% - 16px,var(--max))!important;
    grid-template-columns:minmax(96px,1fr) auto auto!important;
    gap:6px!important;
    min-height:62px!important;
    padding-block:6px!important;
  }

  .header .brand{
    width:auto!important;
    max-width:132px!important;
    min-width:0!important;
  }

  .header .brand img,
  .header .logo-img{
    width:auto!important;
    max-width:132px!important;
    max-height:52px!important;
  }

  .header .call{
    min-height:36px!important;
    height:36px!important;
    padding:3px 8px 3px 4px!important;
    gap:5px!important;
    max-width:158px!important;
    border-radius:999px!important;
  }

  .header .call-icon{
    width:27px!important;
    height:27px!important;
    flex:0 0 27px!important;
  }

  .header .call-icon svg{
    width:14px!important;
    height:14px!important;
  }

  .header .call-copy{
    min-width:0!important;
  }

  .header .call-copy strong{
    font-size:.69rem!important;
    letter-spacing:-.025em!important;
    white-space:nowrap!important;
  }

  .header .hamb{
    width:38px!important;
    height:38px!important;
    padding:0!important;
    border-radius:12px!important;
    flex:0 0 38px!important;
    position:relative!important;
    z-index:105!important;
  }

  .header .hamb-line{
    width:18px!important;
  }

  .header .menu{
    position:absolute!important;
    top:calc(100% + 7px)!important;
    right:0!important;
    left:auto!important;
    width:190px!important;
    min-width:190px!important;
    margin:0!important;
    padding:8px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 18px 48px rgba(38,15,55,.22)!important;
    border:1px solid rgba(76,34,100,.1)!important;
    transform-origin:top right!important;
    z-index:104!important;
  }

  .header .menu a{
    width:100%!important;
    height:43px!important;
    padding:0 14px!important;
    border-radius:11px!important;
    justify-content:flex-start!important;
    font-size:.9rem!important;
    white-space:nowrap!important;
  }
}

@media (max-width:430px){
  .header .container.nav{
    width:min(100% - 12px,var(--max))!important;
    grid-template-columns:minmax(88px,1fr) auto auto!important;
    gap:4px!important;
  }

  .header .brand{
    max-width:112px!important;
  }

  .header .brand img,
  .header .logo-img{
    max-width:112px!important;
    max-height:46px!important;
  }

  .header .call{
    height:34px!important;
    min-height:34px!important;
    max-width:145px!important;
    padding:3px 7px 3px 4px!important;
  }

  .header .call-icon{
    width:25px!important;
    height:25px!important;
    flex-basis:25px!important;
  }

  .header .call-copy strong{
    font-size:.64rem!important;
  }

  .header .hamb{
    width:36px!important;
    height:36px!important;
    flex-basis:36px!important;
  }

  .header .menu{
    width:176px!important;
    min-width:176px!important;
  }
}

@media (max-width:365px){
  .header .brand{
    max-width:96px!important;
  }

  .header .brand img,
  .header .logo-img{
    max-width:96px!important;
  }

  .header .call{
    max-width:132px!important;
  }

  .header .call-copy strong{
    font-size:.58rem!important;
  }
}

/* Hosted mobile navigation reliability fix */
@media (max-width:1120px){
  .header .menu{display:flex!important;opacity:0;visibility:hidden;pointer-events:none}
  .header .menu.is-open{display:flex!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}
  .header .hamb{display:flex!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
}
