@font-face{font-family:Thmanyah;src:url('../fonts/Thmanyah-Regular.otf') format('opentype');font-weight:400;font-display:swap}
@font-face{font-family:Thmanyah;src:url('../fonts/Thmanyah-Medium.otf') format('opentype');font-weight:500;font-display:swap}
@font-face{font-family:Thmanyah;src:url('../fonts/Thmanyah-Bold.otf') format('opentype');font-weight:700;font-display:swap}
@font-face{font-family:Thmanyah;src:url('../fonts/Thmanyah-Black.otf') format('opentype');font-weight:900;font-display:swap}
:root{
  --bg:#f6eee2;
  --bg-soft:#fbf7f0;
  --surface:#fffaf3;
  --surface-2:#f0e2cf;
  --ink:#23272b;
  --muted:#71685f;
  --rose:#c86363;
  --rose-dark:#aa5151;
  --rose-soft:#e7b0a9;
  --sand:#c2a07f;
  --line:rgba(35,39,43,.1);
  --shadow:0 24px 70px rgba(67,49,34,.13);
  --shadow-soft:0 16px 40px rgba(67,49,34,.08);
  --radius:28px;
  --radius-lg:38px;
  --container:min(1180px,calc(100vw - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 90% 0,rgba(200,99,99,.08),transparent 30%),radial-gradient(circle at 0 40%,rgba(194,160,127,.1),transparent 30%),var(--bg);color:var(--ink);font-family:Thmanyah,Arial,sans-serif;line-height:1.7;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background-image:linear-gradient(rgba(35,39,43,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(35,39,43,.018) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent 72%)}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.skip{position:fixed;top:-80px;right:16px;z-index:1500;background:var(--ink);color:#fff;padding:10px 16px;border-radius:12px}.skip:focus{top:16px}
.container{width:var(--container);margin-inline:auto}
.section{padding:82px 0}
.section--tight{padding:54px 0}
.center{text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;background:rgba(255,250,243,.8);border:1px solid rgba(200,99,99,.14);color:var(--rose-dark);font-size:14px;font-weight:800;box-shadow:0 8px 24px rgba(67,49,34,.05)}
.eyebrow::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--rose);box-shadow:0 0 0 6px rgba(200,99,99,.1)}
.section-heading{max-width:860px;margin:0 auto 34px;text-align:center}
.section-heading h2{font-size:clamp(36px,4vw,64px);line-height:1.17;letter-spacing:-.035em;margin:14px 0 14px;font-weight:900}
.section-heading p{margin:0;color:var(--muted);font-size:18px}
.muted{color:var(--muted)}

.top-dock{position:fixed;z-index:1200;top:16px;left:50%;transform:translateX(-50%);width:min(780px,calc(100vw - 20px));padding:8px 10px;border-radius:999px;background:rgba(35,39,43,.88);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 48px rgba(35,39,43,.22);backdrop-filter:blur(18px)}
.top-dock__track{display:flex;align-items:center;justify-content:center;gap:6px;overflow-x:auto;scrollbar-width:none}.top-dock__track::-webkit-scrollbar{display:none}
.dock-link{position:relative;flex:0 0 50px;width:50px;height:50px;border-radius:18px;display:grid;place-items:center;color:rgba(255,255,255,.72);transition:.25s}
.dock-link svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dock-link:hover,.dock-link:focus-visible,.dock-link.is-active{color:#fff;background:rgba(255,255,255,.12);outline:none}
.dock-link::after{content:attr(data-label);position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,-5px);padding:7px 10px;background:var(--surface);color:var(--ink);border-radius:10px;font-size:12px;white-space:nowrap;box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transition:.2s}
.dock-link:hover::after,.dock-link:focus-visible::after{opacity:1;transform:translate(-50%,0)}
.page-shell{padding-top:104px}

.brand-lockup{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:22px}
.brand-lockup img{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(35,39,43,.1))}
.brand-lockup__text{display:grid;text-align:right;line-height:1.2}.brand-lockup__text strong{font-size:19px;letter-spacing:.08em}.brand-lockup__text span{font-size:15px;color:var(--muted);font-weight:700;margin-top:5px}

.hero{padding:30px 0 42px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);align-items:center;gap:30px;min-height:690px}
.hero-copy{text-align:center;padding-inline:12px}
.hero-copy h1{font-size:clamp(48px,5.4vw,84px);line-height:1.14;letter-spacing:-.042em;margin:18px auto 18px;max-width:820px;font-weight:900}
.hero-copy h1 .smart{position:relative;color:var(--rose-dark);display:inline-block}.hero-copy h1 .smart::after{content:"";position:absolute;inset:auto 0 -4px;height:7px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--rose-soft),transparent);opacity:.75}
.hero-copy>p{max-width:720px;margin:0 auto 22px;color:var(--muted);font-size:clamp(18px,1.8vw,23px)}
.hero-question{font-size:21px;font-weight:800;margin:28px auto 16px}
.hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.mini-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 17px;border-radius:16px;border:1px solid rgba(35,39,43,.1);background:rgba(255,250,243,.8);color:var(--ink);font-weight:800;box-shadow:0 10px 24px rgba(67,49,34,.06);transition:.25s}
.mini-btn:hover,.mini-btn:focus-visible{transform:translateY(-3px);border-color:rgba(200,99,99,.28);box-shadow:0 18px 34px rgba(67,49,34,.12);outline:none}.mini-btn--accent{background:var(--ink);color:#fff;border-color:transparent}
.hero-visual{position:relative;min-height:620px;display:flex;align-items:flex-end;justify-content:center;isolation:isolate}
.hero-visual::before{content:"";position:absolute;inset:13% 3% 5%;border-radius:48% 48% 36% 36%;background:linear-gradient(155deg,rgba(200,99,99,.17),rgba(194,160,127,.24));box-shadow:inset 0 1px 0 rgba(255,255,255,.65);z-index:-2}
.hero-visual::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(200,99,99,.16);box-shadow:0 0 0 34px rgba(200,99,99,.035),0 0 0 68px rgba(200,99,99,.018);z-index:-1;animation:floatRing 8s ease-in-out infinite}
.hero-visual img{width:min(600px,100%);object-fit:contain;filter:drop-shadow(0 28px 40px rgba(35,39,43,.2));mask-image:linear-gradient(#000 72%,rgba(0,0,0,.25) 90%,transparent 100%)}
.hero-signature{position:absolute;bottom:52px;right:50%;transform:translateX(50%);display:grid;gap:2px;text-align:center;padding:12px 18px;border-radius:18px;background:rgba(255,250,243,.76);border:1px solid rgba(255,255,255,.85);backdrop-filter:blur(14px);box-shadow:var(--shadow-soft);min-width:240px}.hero-signature strong{font-size:18px}.hero-signature span{font-size:13px;color:var(--muted);font-weight:700}
@keyframes floatRing{50%{transform:translateY(-10px) scale(1.02)}}

.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.proof-card{padding:22px 20px;text-align:center;border-radius:24px;background:rgba(255,250,243,.78);border:1px solid rgba(255,255,255,.88);box-shadow:var(--shadow-soft);transition:.3s}.proof-card:hover{transform:translateY(-5px)}
.proof-icon{width:54px;height:54px;border-radius:18px;margin:0 auto 14px;display:grid;place-items:center;background:rgba(200,99,99,.11);color:var(--rose-dark)}.proof-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9}
.proof-card strong{display:block;font-size:28px;line-height:1.3;margin-bottom:6px}.proof-card p{margin:0;color:var(--muted);font-size:15px}
.manifesto{max-width:920px;margin:26px auto 0;padding:24px 26px;text-align:center;border-radius:24px;background:linear-gradient(135deg,rgba(35,39,43,.96),rgba(50,47,44,.96));color:#fff;box-shadow:var(--shadow)}.manifesto p{font-size:clamp(21px,2.3vw,33px);line-height:1.6;margin:0}.manifesto strong{color:#f2b2aa}

.partner-wrap{padding:26px 0 8px;overflow:hidden}
.partner-track{display:flex;align-items:center;gap:12px;width:max-content;animation:partnerMove 34s linear infinite;will-change:transform}.partner-track:hover{animation-play-state:paused}
.partner-chip{width:174px;height:82px;flex:0 0 174px;display:grid;place-items:center;padding:10px;border-radius:18px;background:rgba(255,250,243,.42);border:1px solid rgba(35,39,43,.055)}
.partner-chip img{max-width:100%;max-height:62px;object-fit:contain;filter:grayscale(.12);transition:.25s}.partner-chip:hover img{filter:none;transform:scale(1.03)}
@keyframes partnerMove{to{transform:translateX(50%)}}

.about-card{display:grid;grid-template-columns:360px 1fr;gap:26px;align-items:center;padding:28px;border-radius:var(--radius-lg);background:rgba(255,250,243,.72);border:1px solid rgba(255,255,255,.88);box-shadow:var(--shadow)}
.about-photo{position:relative;min-height:460px;border-radius:28px;background:linear-gradient(180deg,rgba(200,99,99,.1),rgba(194,160,127,.16));overflow:hidden}.about-photo img{position:absolute;inset:auto 0 0;width:100%;height:100%;object-fit:contain;object-position:center bottom;mask-image:linear-gradient(#000 77%,transparent 100%)}
.about-copy{text-align:center}.about-copy h2{font-size:clamp(34px,3.8vw,56px);line-height:1.2;margin:12px 0}.about-copy>p{max-width:660px;margin:0 auto 20px;color:var(--muted);font-size:18px}
.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.about-stat{padding:14px 10px;border-radius:18px;background:rgba(255,255,255,.62);border:1px solid rgba(35,39,43,.06);text-align:center;min-height:86px;display:flex;flex-direction:column;justify-content:center}.about-stat strong{font-size:20px;color:var(--rose-dark)}.about-stat span{font-size:13px;color:var(--muted);margin-top:4px}

.situation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.situation-card{position:relative;min-height:260px;padding:22px;text-align:center;border:none;border-radius:25px;background:rgba(255,250,243,.74);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-soft);transition:.3s}.situation-card:hover,.situation-card:focus-visible,.situation-card.is-selected{transform:translateY(-6px);box-shadow:var(--shadow);outline:none;border-color:rgba(200,99,99,.24)}
.situation-number{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 14px;border-radius:14px;background:var(--surface-2);color:var(--rose-dark);font-weight:900}.situation-card h3{font-size:22px;line-height:1.5;margin:0 0 10px}.situation-card p{margin:0;color:var(--muted);font-size:15px}.situation-card span:last-child{display:inline-flex;margin-top:18px;color:var(--rose-dark);font-weight:800}
.situation-action{text-align:center;margin-top:18px}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:56px;padding:0 24px;border:0;border-radius:18px;background:var(--ink);color:#fff;font-weight:900;box-shadow:0 18px 36px rgba(35,39,43,.2);transition:.25s}.primary-btn:hover,.primary-btn:focus-visible{transform:translateY(-3px);background:#15181b;outline:none}.primary-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:17px;background:transparent;border:1px solid rgba(35,39,43,.14);font-weight:800}

.testimonial-viewport,.results-viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.testimonial-track,.results-track{display:flex;gap:16px;width:max-content;will-change:transform}.testimonial-track{animation:quoteMove 40s linear infinite}.testimonial-track:hover,.results-track:hover{animation-play-state:paused}
@keyframes quoteMove{to{transform:translateX(50%)}}
.quote-card{width:330px;flex:0 0 330px;padding:22px;border-radius:24px;background:rgba(255,250,243,.74);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-soft);text-align:center}.stars{color:#e4a72f;letter-spacing:3px;font-size:21px}.quote-card p{font-size:17px;line-height:1.9;margin:13px 0 18px;color:var(--ink)}.quote-card small{display:block;padding-top:12px;border-top:1px solid var(--line);color:var(--muted)}
.results-track{animation:resultMove 46s linear infinite}.result-card{width:390px;flex:0 0 390px;border:0;padding:0;border-radius:24px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);text-align:right;transition:.3s}.result-card:hover{transform:translateY(-5px)}.result-card img{width:100%;height:250px;object-fit:cover}.result-meta{padding:15px 17px;text-align:center}.result-meta strong{display:block;font-size:20px}.result-meta span{display:block;color:var(--muted);font-size:14px;margin-top:3px}
@keyframes resultMove{to{transform:translateX(50%)}}

.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-card{padding:24px;border-radius:25px;background:rgba(255,250,243,.75);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-soft);text-align:center;transition:.3s}.guide-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.guide-card h3{font-size:26px;margin:8px 0 8px}.guide-card p{margin:0 0 16px;color:var(--muted)}.guide-card--featured{background:linear-gradient(145deg,var(--ink),#403a35);color:#fff}.guide-card--featured p{color:rgba(255,255,255,.76)}.guide-link{font-weight:900;color:var(--rose-dark)}.guide-card--featured .guide-link{color:#f4c0b9}

.bundle-card{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:24px;padding:24px;border-radius:var(--radius-lg);background:rgba(255,250,243,.78);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow)}.bundle-image{border-radius:28px;overflow:hidden;background:#f8eadb}.bundle-image img{width:100%;height:100%;object-fit:cover}.bundle-copy{text-align:center;padding:10px}.bundle-copy h3{font-size:clamp(31px,3.5vw,52px);line-height:1.3;margin:10px 0}.bundle-copy p{color:var(--muted);font-size:17px;margin:0 0 18px}.price{font-size:38px;font-weight:900;color:var(--rose-dark);margin-bottom:16px}

.community-card{display:grid;grid-template-columns:1fr 330px;align-items:center;gap:24px;padding:32px;border-radius:var(--radius-lg);background:linear-gradient(145deg,var(--ink),#403a35);color:#fff;box-shadow:var(--shadow)}.community-copy{text-align:center}.community-copy h2{font-size:clamp(36px,4vw,60px);margin:10px 0 12px}.community-copy p{max-width:690px;margin:0 auto 20px;color:rgba(255,255,255,.76);font-size:18px}.community-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-bottom:20px}.community-tags span{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.09);font-size:14px}.community-orbit{position:relative;min-height:290px;display:grid;place-items:center}.community-orbit::before,.community-orbit::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.14)}.community-orbit::before{width:240px;height:240px;animation:orbit 14s linear infinite}.community-orbit::after{width:170px;height:170px;animation:orbit 10s linear infinite reverse}.community-core{width:110px;height:110px;border-radius:32px;display:grid;place-items:center;background:rgba(255,255,255,.1);font-size:30px;font-weight:900;box-shadow:0 0 0 18px rgba(255,255,255,.03)}@keyframes orbit{to{transform:rotate(360deg)}}

.blog-empty{padding:32px;border-radius:26px;background:rgba(255,250,243,.62);border:1px dashed rgba(35,39,43,.14);text-align:center;color:var(--muted)}.blog-empty strong{display:block;font-size:24px;color:var(--ink);margin-bottom:5px}
.newsletter-mini{max-width:900px;margin-inline:auto;padding:28px;border-radius:28px;background:rgba(255,250,243,.8);border:1px solid rgba(255,255,255,.88);box-shadow:var(--shadow-soft);text-align:center}.newsletter-mini h2{font-size:clamp(31px,3.7vw,48px);margin:8px 0}.newsletter-mini p{margin:0 auto 17px;color:var(--muted);max-width:650px}.newsletter-form{display:flex;gap:10px;max-width:600px;margin:0 auto}.newsletter-form input{flex:1;min-width:0;min-height:54px;border-radius:16px;border:1px solid rgba(35,39,43,.12);background:#fff;padding:0 15px;outline:none}.newsletter-form input:focus{border-color:var(--rose);box-shadow:0 0 0 4px rgba(200,99,99,.1)}.form-note{min-height:22px;margin-top:9px;font-size:14px;color:var(--muted)}

.site-footer{padding:36px 20px 48px;text-align:center;color:var(--muted)}.footer-brand{display:flex;justify-content:center;align-items:center;gap:9px;margin-bottom:9px;color:var(--ink);font-weight:900}.footer-brand img{width:38px;height:38px}.social-links{display:flex;justify-content:center;gap:8px;margin:16px 0}.social-links a{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,250,243,.8);border:1px solid rgba(35,39,43,.08);transition:.25s}.social-links a:hover{transform:translateY(-3px);background:var(--ink);color:#fff}

/* Inner pages */
.inner-hero{padding:18px 0 54px;text-align:center}.inner-hero h1{font-size:clamp(46px,6vw,88px);line-height:1.1;letter-spacing:-.045em;margin:17px auto 14px;max-width:1000px}.inner-hero p{max-width:780px;margin:0 auto;color:var(--muted);font-size:19px}.back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;font-weight:800;color:var(--rose-dark)}
.offer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.offer-card{padding:28px;border-radius:28px;background:rgba(255,250,243,.76);border:1px solid rgba(255,255,255,.88);box-shadow:var(--shadow-soft);text-align:center}.offer-card h2{font-size:34px;margin:10px 0}.offer-card p{margin:0 0 18px;color:var(--muted)}.offer-card .price{font-size:30px}.offer-card--wide{grid-column:1/-1}
.rtl-list{list-style:none;padding:0;margin:0;display:grid;gap:12px;direction:rtl;text-align:right}.rtl-list li{position:relative;padding-right:24px;color:var(--ink)}.rtl-list li::before{content:"";position:absolute;right:0;top:.72em;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--rose),var(--sand))}
.sales-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.sales-panel{padding:26px;border-radius:28px;background:rgba(255,250,243,.76);border:1px solid rgba(255,255,255,.88);box-shadow:var(--shadow-soft);text-align:right;direction:rtl}.sales-panel h2{font-size:30px;margin:0 0 16px}.sales-cta{margin-top:22px;padding:30px;border-radius:30px;background:var(--ink);color:#fff;text-align:center}.sales-cta p{max-width:800px;margin:0 auto 18px;color:rgba(255,255,255,.8);font-size:18px}
.program-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.program-step{padding:20px;border-radius:22px;background:rgba(255,250,243,.76);border:1px solid rgba(255,255,255,.88);box-shadow:var(--shadow-soft);text-align:center}.program-step strong{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;margin:0 auto 10px;background:var(--surface-2);color:var(--rose-dark)}.program-step h3{font-size:21px;margin:0 0 5px}.program-step p{margin:0;color:var(--muted);font-size:14px}
.form-card{max-width:880px;margin:0 auto;padding:28px;border-radius:30px;background:rgba(255,250,243,.78);border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.field{display:grid;gap:7px;text-align:right}.field--wide{grid-column:1/-1}.field label{font-weight:800}.field input,.field select,.field textarea{min-height:54px;border:1px solid rgba(35,39,43,.12);border-radius:16px;background:#fff;padding:12px 14px;outline:none}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--rose);box-shadow:0 0 0 4px rgba(200,99,99,.1)}
.success-box{display:none;padding:22px;border-radius:22px;background:rgba(40,145,88,.1);color:#216d45;text-align:center;margin-top:16px}.success-box.is-visible{display:block}

@keyframes revealIn{from{opacity:.15;transform:translateY(24px) scale(.985);filter:blur(5px)}to{opacity:1;transform:none;filter:none}}
@keyframes staggerIn{from{opacity:.1;transform:translateY(18px)}to{opacity:1;transform:none}}
.reveal{opacity:1;transform:none;filter:none}.reveal.is-visible{animation:revealIn .72s cubic-bezier(.2,.75,.2,1) both}
.stagger>*{opacity:1;transform:none}.stagger.is-visible>*{animation:staggerIn .55s ease both}.stagger.is-visible>*:nth-child(2){animation-delay:.07s}.stagger.is-visible>*:nth-child(3){animation-delay:.14s}.stagger.is-visible>*:nth-child(4){animation-delay:.21s}.stagger.is-visible>*:nth-child(5){animation-delay:.28s}.stagger.is-visible>*:nth-child(6){animation-delay:.35s}.page-leave{opacity:0;transform:translateY(8px);transition:.25s ease}

.modal{border:0;padding:0;background:transparent}.modal::backdrop{background:rgba(35,39,43,.58);backdrop-filter:blur(8px)}.modal-panel{position:relative;width:min(930px,calc(100vw - 24px));max-height:92vh;overflow:auto;padding:28px;border-radius:30px;background:var(--bg-soft);box-shadow:0 34px 100px rgba(35,39,43,.28)}.modal-close{position:sticky;top:0;margin-right:auto;width:44px;height:44px;border:0;border-radius:14px;background:var(--surface);font-size:24px;z-index:3}.assessment-progress{height:9px;border-radius:999px;background:rgba(35,39,43,.08);overflow:hidden;margin:16px 0 22px}.assessment-progress span{display:block;height:100%;width:12.5%;background:linear-gradient(90deg,var(--rose),var(--sand));transition:.3s}.assessment-axis{text-align:center}.assessment-axis h3{font-size:32px;margin:0 0 5px}.assessment-axis>p{color:var(--muted);margin:0 0 18px}.assessment-question{padding:17px;border-radius:20px;background:#fff;border:1px solid rgba(35,39,43,.07);margin-bottom:11px;text-align:right}.assessment-question b{display:block;margin-bottom:10px}.rating{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.rating label{position:relative}.rating input{position:absolute;opacity:0}.rating span{display:grid;place-items:center;min-height:42px;border-radius:13px;border:1px solid rgba(35,39,43,.1);background:var(--bg-soft);font-weight:900}.rating input:checked+span{background:var(--ink);color:#fff}.modal-actions{display:flex;justify-content:center;gap:10px;margin-top:18px}.assessment-result{text-align:center}.score-ring{--score:0deg;width:180px;height:180px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--rose) 0 var(--score),rgba(35,39,43,.08) var(--score) 360deg);position:relative}.score-ring::before{content:"";position:absolute;inset:14px;border-radius:50%;background:var(--bg-soft)}.score-ring strong{position:relative;z-index:1;font-size:38px}.axis-bars{display:grid;gap:9px;margin-top:18px}.axis-bar{text-align:right}.axis-bar div{display:flex;justify-content:space-between;font-size:14px;font-weight:800}.axis-bar i{display:block;height:9px;border-radius:999px;background:rgba(35,39,43,.08);overflow:hidden;margin-top:5px}.axis-bar b{display:block;height:100%;background:linear-gradient(90deg,var(--rose),var(--sand))}

@media(max-width:1050px){.hero-grid,.about-card,.bundle-card,.community-card{grid-template-columns:1fr}.hero-grid{gap:0}.hero-visual{min-height:500px}.hero-copy{order:1}.hero-visual{order:2}.about-photo{min-height:400px}.community-orbit{min-height:240px}.proof-grid,.situation-grid,.guide-grid,.program-steps{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:760px){:root{--container:min(100vw - 22px,1180px)}.section{padding:62px 0}.page-shell{padding-top:90px}.top-dock{top:8px;width:calc(100vw - 12px);border-radius:22px}.top-dock__track{justify-content:flex-start}.dock-link{flex-basis:46px;width:46px;height:46px;border-radius:15px}.dock-link::after{display:none}.brand-lockup{margin-top:6px}.hero{padding-top:15px}.hero-copy h1{font-size:clamp(39px,12vw,58px);padding-inline:4px}.hero-copy>p{font-size:17px;padding-inline:5px}.hero-actions{display:grid;grid-template-columns:1fr;max-width:380px;margin-inline:auto}.mini-btn{width:100%}.hero-visual{min-height:430px}.hero-signature{bottom:24px}.proof-grid,.situation-grid,.guide-grid,.program-steps,.offer-grid,.sales-grid,.form-grid{grid-template-columns:1fr}.offer-card--wide,.field--wide{grid-column:auto}.about-grid{grid-template-columns:repeat(2,1fr)}.about-card{padding:18px}.about-photo{min-height:360px}.section-heading p{font-size:16px}.partner-chip{width:145px;height:74px;flex-basis:145px}.quote-card{width:290px;flex-basis:290px}.result-card{width:310px;flex-basis:310px}.result-card img{height:210px}.bundle-card{padding:16px}.community-card{padding:24px}.newsletter-form{flex-direction:column}.newsletter-form .primary-btn{width:100%}.rtl-list li{text-align:right}.modal-panel{padding:18px 14px}.modal-actions{display:grid}.modal-actions>*{width:100%}.rating{gap:4px}.rating span{min-height:38px}.inner-hero{padding-top:8px}.inner-hero h1{font-size:clamp(42px,12vw,62px)}}
@media(max-width:440px){.about-grid{grid-template-columns:1fr 1fr}.hero-visual{min-height:380px}.hero-visual::after{width:260px;height:260px}.hero-signature{min-width:210px}.proof-card{padding:18px 14px}.manifesto{padding:20px 16px}.result-card{width:280px;flex-basis:280px}.quote-card{width:270px;flex-basis:270px}.partner-chip{width:130px;height:68px;flex-basis:130px}.section-heading h2{font-size:34px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal,.reveal.is-visible,.stagger>*,.stagger.is-visible>*{opacity:1;transform:none;filter:none;transition:none}.partner-track,.testimonial-track,.results-track,.community-orbit::before,.community-orbit::after,.hero-visual::after{animation:none}}

/* =========================================================
   V5 — refined expert interface, identity system and motion
   ========================================================= */
:root{
  --bg:#f5ecdf;
  --bg-soft:#fbf5ec;
  --surface:#fffaf3;
  --surface-2:#ead8c2;
  --ink:#22262a;
  --muted:#74695f;
  --rose:#c86363;
  --rose-dark:#a94f52;
  --rose-soft:#e8ada6;
  --sand:#c3a07c;
  --sand-dark:#a98462;
  --container:min(1180px,calc(100vw - 48px));
}
body{background:
  radial-gradient(circle at 90% 2%,rgba(200,99,99,.09),transparent 28%),
  radial-gradient(circle at 2% 45%,rgba(195,160,124,.12),transparent 30%),
  var(--bg)}
body::before{opacity:.65}
.page-shell{padding-top:106px}
.scroll-progress{position:fixed;top:0;right:0;left:0;height:3px;z-index:1400;background:transparent;pointer-events:none}
.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--sand),var(--rose),var(--ink));box-shadow:0 0 15px rgba(200,99,99,.35)}

/* Top icon navigation */
.top-dock{width:min(760px,calc(100vw - 24px));background:rgba(192,157,121,.9);border:1px solid rgba(255,255,255,.42);box-shadow:0 18px 44px rgba(70,49,31,.19),inset 0 1px 0 rgba(255,255,255,.34)}
.dock-link{border:0;background:transparent;color:rgba(34,38,42,.66)}
.dock-link:hover,.dock-link:focus-visible,.dock-link.is-active{color:var(--ink);background:rgba(255,255,255,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.34)}
.dock-link::after{background:var(--ink);color:#fff}

/* Brand lockup is always one visual unit */
.brand-lockup{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin:0;text-decoration:none;position:relative}
.brand-lockup img{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(34,38,42,.1))}
.brand-lockup__text{width:176px;display:grid;justify-items:center;text-align:center;line-height:1.12}
.brand-lockup__text strong,.brand-lockup__text span{display:block;width:100%;white-space:nowrap;text-align:center}
.brand-lockup__text strong{font-size:18px;letter-spacing:.16em;font-weight:900;color:var(--ink)}
.brand-lockup__text span{font-family:Thmanyah,Arial,sans-serif;font-size:18px;font-weight:900;color:var(--ink);letter-spacing:.07em;transform:scaleX(1.06);transform-origin:center;margin-top:4px}
.brand-lockup--hero{margin-bottom:18px}
.brand-lockup--footer img{width:58px;height:58px}
.brand-lockup--footer .brand-lockup__text{width:158px}
.brand-lockup--footer .brand-lockup__text strong,.brand-lockup--footer .brand-lockup__text span{font-size:16px}

/* Hero */
.hero{padding:12px 0 36px;overflow:clip}
.hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);gap:18px;min-height:650px}
.hero-copy{padding-inline:22px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.hero-title{font-size:clamp(40px,4.2vw,62px)!important;line-height:1.28!important;letter-spacing:-.032em!important;margin:17px auto 17px!important;max-width:760px!important;text-wrap:balance}
.hero-title>span{display:block;overflow:hidden;padding-block:3px}
.hero-title>span+span{margin-top:6px}
.hero-copy>p{max-width:680px;font-size:clamp(17px,1.55vw,21px);line-height:1.85;margin-bottom:22px}
.hero-actions--stacked{width:min(520px,100%);display:grid;gap:11px;margin-top:8px}
.hero-actions__secondary{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.primary-btn,.secondary-btn,.consultation-btn,.community-btn,.situation-select{position:relative;overflow:hidden}
.primary-btn::before,.secondary-btn::before,.consultation-btn::before,.community-btn::before,.situation-select::before{content:"";position:absolute;inset:-100% auto -100% -35%;width:28%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transition:transform .65s cubic-bezier(.22,.8,.22,1);pointer-events:none}
.primary-btn:hover::before,.secondary-btn:hover::before,.consultation-btn:hover::before,.community-btn:hover::before,.situation-select:hover::before{transform:translateX(470%) rotate(16deg)}
.primary-btn--hero{width:100%;min-height:62px;border-radius:20px;font-size:19px;display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,var(--ink),#3e3935);box-shadow:0 18px 34px rgba(34,38,42,.18)}
.primary-btn--hero svg,.consultation-btn svg,.community-btn svg,.situation-select svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .25s}
.primary-btn--hero:hover svg,.consultation-btn:hover svg,.community-btn:hover svg,.situation-select:hover svg{transform:translateX(-4px)}
.secondary-btn{min-height:52px;border-radius:17px;padding:0 18px;border:1px solid rgba(34,38,42,.1);background:rgba(255,250,243,.78);box-shadow:0 10px 24px rgba(70,49,31,.07);display:inline-flex;align-items:center;justify-content:center;font-weight:850;color:var(--ink)}
.secondary-btn--dark{background:rgba(195,160,124,.25);border-color:rgba(169,132,98,.22)}
.hero-visual{min-height:580px;transform-style:preserve-3d;will-change:transform}
.hero-visual::before{inset:12% 2% 6%;background:linear-gradient(155deg,rgba(200,99,99,.13),rgba(195,160,124,.2));border-radius:48% 48% 34% 34%}
.hero-visual__halo{position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(200,99,99,.15);box-shadow:0 0 0 38px rgba(200,99,99,.03),0 0 0 74px rgba(195,160,124,.025);animation:haloPulse 7s ease-in-out infinite;z-index:-1}
.hero-visual::after{display:none}
.hero-visual img{width:min(560px,100%);mask-image:linear-gradient(#000 76%,rgba(0,0,0,.4) 90%,transparent 100%);transform:translateZ(22px)}
.hero-signature{bottom:35px;min-width:270px;border-radius:20px;padding:13px 20px;background:rgba(255,250,243,.78);box-shadow:0 20px 44px rgba(67,49,34,.13)}
.hero-signature strong{font-size:20px}.hero-signature span{font-size:13px}
@keyframes haloPulse{0%,100%{transform:scale(.98);opacity:.72}50%{transform:scale(1.04);opacity:1}}

/* Situation directly below the hero */
.section--situation{padding:46px 0 60px}
.situation-grid{gap:14px}
.situation-card{min-height:270px;padding:22px 21px;text-align:center;align-items:center;background:linear-gradient(145deg,rgba(255,250,243,.88),rgba(247,237,225,.82));border:1px solid rgba(255,255,255,.88);box-shadow:0 18px 48px rgba(67,49,34,.08);transform-style:preserve-3d;transition:transform .32s cubic-bezier(.22,.8,.22,1),box-shadow .32s,border-color .32s}
.situation-card:hover{box-shadow:0 26px 58px rgba(67,49,34,.14);border-color:rgba(200,99,99,.2)}
.situation-card h3{font-size:22px;line-height:1.5;margin:0;text-wrap:balance}
.situation-card p{font-size:15px;line-height:1.85;margin:0;color:var(--muted)}
.situation-number{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:rgba(200,99,99,.1);color:var(--rose-dark);font-weight:900}
.situation-select{margin-top:auto;width:100%;min-height:48px;border:0;border-radius:16px;background:var(--ink);color:#fff;font-weight:850;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 12px 26px rgba(34,38,42,.14)}
.situation-action{display:none}

/* Proof and manifesto */
.proof-card{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform-style:preserve-3d;transition:transform .3s,box-shadow .3s}
.proof-card:hover{box-shadow:0 24px 48px rgba(67,49,34,.13)}
.manifesto{border:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}
.manifesto::after{content:"";position:absolute;inset:-80% -20%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transform:rotate(12deg);animation:manifestoGlow 6s linear infinite}
@keyframes manifestoGlow{to{transform:translateX(-30%) rotate(12deg)}}

/* Partners */
.section--partners{padding:40px 0 56px}
.section-heading--partners{margin-bottom:4px}
.section-heading--partners h2{font-size:clamp(24px,2.6vw,38px);margin:10px 0 0;color:var(--ink-soft,#4c4641)}
.partner-wrap{padding:10px 0 0}
.partner-track{gap:10px;animation-duration:42s}
.partner-chip{width:150px;height:72px;flex-basis:150px;padding:8px;background:transparent;border-color:transparent;border-radius:16px}
.partner-chip img{max-height:56px;width:100%;object-fit:contain;filter:none;mix-blend-mode:multiply}
.partner-chip:hover{background:rgba(255,250,243,.42)}
.partner-chip:hover img{transform:scale(1.05)}

/* About */
.about-card{grid-template-columns:330px 1fr;padding:24px;gap:24px;overflow:hidden;position:relative}
.about-card::before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:rgba(200,99,99,.08);filter:blur(20px);top:-100px;left:-80px}
.about-photo{min-height:430px;transform-style:preserve-3d;will-change:transform}
.about-copy{position:relative;z-index:2}
.about-copy h2{font-size:clamp(31px,3.3vw,50px);line-height:1.25;margin:11px 0 10px}
.about-copy>p{font-size:17px;max-width:650px}
.about-grid{grid-template-columns:repeat(4,1fr);max-width:700px;margin:0 auto}
.about-stat{min-height:96px;border-radius:20px;transition:transform .25s,background .25s}
.about-stat:hover{transform:translateY(-4px);background:#fff}
.about-stat strong{font-size:22px}
.consultation-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;min-height:56px;padding:0 23px;border-radius:18px;background:linear-gradient(135deg,var(--rose-dark),var(--rose));color:#fff;font-weight:900;box-shadow:0 16px 32px rgba(169,79,82,.2)}

/* Testimonials and results */
.testimonial-track{animation-duration:46s}
.quote-card{background:linear-gradient(145deg,rgba(255,250,243,.9),rgba(247,237,225,.82));border:1px solid rgba(255,255,255,.9);box-shadow:0 18px 46px rgba(67,49,34,.09);transition:transform .3s,box-shadow .3s}
.quote-card:hover{transform:translateY(-6px);box-shadow:0 26px 56px rgba(67,49,34,.14)}
.results-stage{width:min(1320px,calc(100vw - 12px));margin-inline:auto;padding:16px 0;border-radius:34px;background:linear-gradient(180deg,rgba(255,250,243,.5),rgba(234,216,194,.24));border:1px solid rgba(255,255,255,.7);box-shadow:0 24px 70px rgba(67,49,34,.07)}
.results-track{animation-duration:55s;gap:18px}
.result-card{width:430px;flex-basis:430px;border-radius:26px;padding:10px;background:rgba(255,250,243,.92);border:1px solid rgba(255,255,255,.9);box-shadow:0 20px 52px rgba(67,49,34,.12);transition:transform .35s,box-shadow .35s}
.result-card:hover{transform:translateY(-7px) scale(1.015);box-shadow:0 30px 64px rgba(67,49,34,.18)}
.result-card__image{border-radius:20px;overflow:hidden;background:#fff}
.result-card img{height:245px;object-fit:cover;border-radius:0;transition:transform .55s cubic-bezier(.22,.8,.22,1)}
.result-card:hover img{transform:scale(1.035)}
.result-meta{padding:14px 7px 5px;text-align:right}
.result-meta strong{font-size:20px}.result-meta span{font-size:14px;color:var(--muted)}

/* Community */
.community-card{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);padding:42px;background:
  radial-gradient(circle at 85% 20%,rgba(200,99,99,.18),transparent 30%),
  linear-gradient(135deg,#22262a,#3a3532);border:1px solid rgba(255,255,255,.08);overflow:hidden}
.eyebrow--light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.1);color:#fff}
.community-copy{text-align:right}.community-copy h2{font-size:clamp(35px,4vw,60px);line-height:1.22;margin:14px 0 13px;color:#fff}.community-copy p{font-size:18px;line-height:1.9;color:rgba(255,255,255,.76);max-width:760px}
.community-tags{grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0 26px}
.community-tags span{padding:13px 15px;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.9);font-size:14px}
.community-btn{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:56px;padding:0 22px;border-radius:18px;background:#fff;color:var(--ink);font-weight:900;box-shadow:0 16px 34px rgba(0,0,0,.16)}
.community-visual{position:relative;min-height:330px;display:grid;place-items:center}
.community-core{width:116px;height:116px;border-radius:36px;display:grid;place-items:center;background:linear-gradient(145deg,var(--rose),var(--sand));color:#fff;font-size:35px;font-weight:900;box-shadow:0 0 0 18px rgba(255,255,255,.03),0 26px 60px rgba(0,0,0,.22);z-index:3;animation:coreFloat 5s ease-in-out infinite}
.community-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}
.community-ring--one{width:230px;height:230px;animation:ringSpin 18s linear infinite}
.community-ring--two{width:310px;height:310px;border-style:dashed;animation:ringSpinReverse 25s linear infinite}
.community-node{position:absolute;padding:9px 13px;border-radius:13px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);color:#fff;font-size:13px;font-weight:800;backdrop-filter:blur(8px)}
.community-node--a{top:34px;left:44px}.community-node--b{top:44px;right:34px}.community-node--c{bottom:38px;left:54px}.community-node--d{bottom:30px;right:45px}
@keyframes coreFloat{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}
@keyframes ringSpin{to{transform:rotate(360deg)}}
@keyframes ringSpinReverse{to{transform:rotate(-360deg)}}

/* Compact blog and newsletter */
.blog-empty{max-width:820px;margin-inline:auto;min-height:160px;border-radius:28px;background:linear-gradient(145deg,rgba(255,250,243,.74),rgba(247,237,225,.7));border:1px dashed rgba(200,99,99,.2);box-shadow:var(--shadow-soft)}
.newsletter-mini{max-width:820px;padding:30px 28px}
.newsletter-mini h2{font-size:clamp(29px,3.3vw,44px)}
.site-footer{display:flex;flex-direction:column;align-items:center}
.social-links a{width:46px;height:46px;border-radius:16px;background:rgba(255,250,243,.74)}
.social-links a svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Dialogs and popup navigation */
.modal{opacity:0;transition:opacity .25s ease}
.modal[open]{opacity:1}
.modal::backdrop{opacity:0;transition:opacity .3s ease}
.modal[open]::backdrop{opacity:1}
.modal-panel{transform:translateY(22px) scale(.975);opacity:0;transition:transform .42s cubic-bezier(.2,.8,.2,1),opacity .32s}
.modal[open] .modal-panel{transform:none;opacity:1}
.modal--wide .modal-panel{width:min(1040px,calc(100vw - 24px))}
.modal-heading{text-align:center;max-width:760px;margin:0 auto 24px}
.modal-heading h2{font-size:clamp(32px,4.2vw,54px);line-height:1.22;margin:12px 0 8px}.modal-heading p{margin:0;color:var(--muted)}
.modal-close{position:sticky;top:0;margin-right:auto;z-index:10;box-shadow:0 10px 24px rgba(67,49,34,.09)}
.offers-popup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.offer-popup-card{padding:24px;border-radius:24px;background:linear-gradient(145deg,rgba(255,250,243,.94),rgba(246,235,222,.88));border:1px solid rgba(255,255,255,.9);box-shadow:var(--shadow-soft);text-align:center;display:flex;flex-direction:column;align-items:center}
.offer-popup-card--featured{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center;text-align:right;gap:20px;background:linear-gradient(135deg,var(--ink),#403a36);color:#fff;padding:28px}
.offer-popup-card--featured>span,.offer-popup-card--featured h3,.offer-popup-card--featured p{grid-column:1}
.offer-popup-card--featured .primary-btn{grid-column:2;grid-row:1/4;align-self:center}
.offer-popup-card>span{font-size:13px;color:var(--rose-dark);font-weight:800}.offer-popup-card--featured>span{color:#efb3aa}
.offer-popup-card h3{font-size:29px;line-height:1.35;margin:7px 0}.offer-popup-card p{margin:0 0 18px;color:var(--muted)}.offer-popup-card--featured p{color:rgba(255,255,255,.72);margin:0}
.form-card--modal{box-shadow:none;border:0;background:transparent;padding:0}
.form-submit{margin-top:18px}
.modal-panel--assessment{width:min(980px,calc(100vw - 24px))}
.assessment-choice-title{font-size:20px;font-weight:900;margin:20px 0 12px}
.assessment-choice-actions{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:10px}
.text-btn{margin-top:15px;border:0;background:transparent;color:var(--muted);font-weight:800;text-decoration:underline;text-underline-offset:5px}

/* Motion system */
body.motion-ready .reveal,body.motion-ready .stagger{opacity:0;transform:translateY(36px);filter:blur(8px)}
body.motion-ready .reveal--right{transform:translateX(42px)}
body.motion-ready .reveal--left{transform:translateX(-42px)}
body.motion-ready .reveal--scale{transform:scale(.965) translateY(18px)}
body.motion-ready .reveal.is-visible,body.motion-ready .stagger.is-visible{opacity:1;transform:none;filter:none;transition:opacity .78s cubic-bezier(.2,.8,.2,1),transform .85s cubic-bezier(.2,.8,.2,1),filter .65s ease}
body.motion-ready .stagger.is-visible>*{animation:staggerIn .62s cubic-bezier(.2,.8,.2,1) both}
.hero-title>span{animation:titleLineIn .92s cubic-bezier(.2,.8,.2,1) both}.hero-title>span:nth-child(2){animation-delay:.12s}
@keyframes titleLineIn{from{opacity:0;transform:translateY(45px);clip-path:inset(100% 0 0)}to{opacity:1;transform:none;clip-path:inset(0)}}
.page-transition-curtain{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;background:linear-gradient(135deg,var(--ink),#3f3934);clip-path:inset(0 0 0 0);transition:clip-path .75s cubic-bezier(.78,0,.2,1);pointer-events:none}
.page-transition-curtain.is-hidden{clip-path:inset(0 0 100% 0)}
.page-transition-curtain.is-entering{clip-path:inset(0 0 0 0);pointer-events:auto}
.page-transition-curtain img{width:78px;filter:drop-shadow(0 14px 25px rgba(0,0,0,.24));animation:curtainLogo 1.6s ease-in-out infinite}
@keyframes curtainLogo{50%{transform:translateY(-8px) scale(1.04)}}
.magnetic{will-change:transform}
.tilt-card{will-change:transform}
@view-transition{navigation:auto}
::view-transition-old(root){animation:pageOld .35s ease both}
::view-transition-new(root){animation:pageNew .55s cubic-bezier(.2,.8,.2,1) both}
@keyframes pageOld{to{opacity:0;transform:scale(.985)}}
@keyframes pageNew{from{opacity:0;transform:translateY(16px)}}

/* Responsive */
@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr;gap:0;min-height:auto}.hero-copy{padding-top:4px}.hero-visual{min-height:490px}.hero-title{max-width:820px!important}
  .section--situation{padding-top:38px}.about-card{grid-template-columns:1fr}.about-photo{min-height:410px}.community-card{grid-template-columns:1fr}.community-copy{text-align:center}.community-copy p{margin-inline:auto}.community-visual{min-height:300px}.about-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  :root{--container:min(100vw - 24px,1180px)}
  .page-shell{padding-top:88px}.top-dock{top:8px;width:calc(100vw - 14px)}
  .brand-lockup img{width:58px;height:58px}.brand-lockup__text{width:158px}.brand-lockup__text strong,.brand-lockup__text span{font-size:16px}
  .hero{padding-top:10px}.hero-copy{padding-inline:6px}.hero-title{font-size:clamp(35px,10.4vw,50px)!important;line-height:1.32!important;padding-inline:2px}.hero-title>span+span{margin-top:2px}.hero-copy>p{padding-inline:8px;font-size:16px;line-height:1.85}
  .hero-actions--stacked{max-width:410px}.hero-actions__secondary{grid-template-columns:1fr 1fr}.secondary-btn{padding-inline:10px;font-size:14px}
  .hero-visual{min-height:405px;margin-top:4px}.hero-visual img{width:min(470px,100%)}.hero-signature{bottom:18px;min-width:240px}
  .section--situation{padding-top:34px}.situation-grid{grid-template-columns:1fr}.situation-card{min-height:auto;padding:21px 18px}.situation-card h3{font-size:21px}
  .proof-grid{grid-template-columns:1fr}.proof-card{min-height:auto}.manifesto p{font-size:22px}
  .partner-chip{width:128px;height:64px;flex-basis:128px}.partner-chip img{max-height:48px}
  .about-card{padding:17px}.about-photo{min-height:340px}.about-grid{grid-template-columns:1fr 1fr}.about-copy h2{font-size:32px}.about-copy>p{font-size:16px}.consultation-btn{width:100%}
  .result-card{width:300px;flex-basis:300px}.result-card img{height:205px}.results-stage{width:calc(100vw - 8px);border-radius:28px}
  .community-card{padding:25px 18px}.community-copy h2{font-size:34px}.community-copy p{font-size:16px}.community-tags{grid-template-columns:1fr}.community-visual{min-height:270px}.community-ring--two{width:255px;height:255px}.community-ring--one{width:190px;height:190px}.community-node--a{left:12px}.community-node--b{right:10px}.community-node--c{left:20px}.community-node--d{right:15px}
  .newsletter-mini{padding:26px 17px}.site-footer{padding-bottom:38px}
  .offers-popup-grid{grid-template-columns:1fr}.offer-popup-card--featured{grid-column:auto;display:flex;text-align:center}.offer-popup-card--featured .primary-btn{grid-column:auto;grid-row:auto}
  .assessment-choice-actions{grid-template-columns:1fr}.modal-panel{padding:18px 14px}.modal-heading h2{font-size:31px}
}
@media(max-width:440px){
  :root{--container:min(100vw - 20px,1180px)}
  .hero-title{font-size:clamp(33px,10.8vw,45px)!important}.hero-actions__secondary{gap:8px}.secondary-btn{font-size:13px}.hero-visual{min-height:360px}.hero-signature{min-width:220px;padding:11px 14px}.hero-signature strong{font-size:17px}
  .about-grid{grid-template-columns:1fr 1fr}.about-stat{min-height:84px;padding:12px 8px}.about-stat strong{font-size:19px}
  .community-node{font-size:11px;padding:7px 9px}.community-core{width:96px;height:96px;border-radius:29px;font-size:29px}
}
@media(prefers-reduced-motion:reduce){
  .scroll-progress{display:none}.hero-title>span,.page-transition-curtain img,.community-ring,.community-core,.manifesto::after{animation:none!important}.page-transition-curtain{display:none}.magnetic,.tilt-card,.hero-visual,.about-photo{transform:none!important}
}
.bundle-page-card{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;padding:24px;border-radius:34px;background:linear-gradient(145deg,rgba(255,250,243,.9),rgba(246,236,224,.88));border:1px solid rgba(255,255,255,.92);box-shadow:var(--shadow)}
.bundle-page-image{border-radius:26px;overflow:hidden;background:#fff}.bundle-page-image img{width:100%;height:100%;object-fit:cover}
.bundle-page-copy{text-align:right}.bundle-page-copy h2{font-size:38px;line-height:1.3;margin:0 0 15px}.bundle-items{display:grid;gap:12px}.bundle-items article{padding:16px;border-radius:18px;background:rgba(255,255,255,.65);border:1px solid rgba(35,39,43,.06)}.bundle-items strong{display:block;font-size:20px;margin-bottom:5px}.bundle-items p{margin:0;color:var(--muted)}
@media(max-width:820px){.bundle-page-card{grid-template-columns:1fr}.bundle-page-copy{text-align:center}.bundle-page-copy h2{font-size:32px}}
/* Final hero proportion tuning */
@media(min-width:1051px){
  .hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:0}
  .hero-title{font-size:clamp(40px,3.6vw,54px)!important;max-width:760px!important}
  .hero-title>span{white-space:nowrap}
  .hero-copy{padding-inline:12px}
  .hero-visual{min-height:560px;margin-inline-start:-26px}
}
.brand-lockup__text span{letter-spacing:.1em;transform:scaleX(1.38)}
@media(max-width:760px){
  .hero-title{font-size:clamp(28px,7.5vw,34px)!important;letter-spacing:-.055em!important;line-height:1.42!important}
  .hero-title>span{white-space:nowrap}
  .brand-lockup__text span{transform:scaleX(1.34)}
}
@media(max-width:390px){
  .hero-title{font-size:27px!important}
}
/* Arabic and English name lockup visual balance */
.brand-lockup__text span{letter-spacing:.12em;transform:scaleX(1.55)}
@media(max-width:760px){.brand-lockup__text span{transform:scaleX(1.52)}}

/* V6 refinement: brand alignment, premium motion, community, mobile-safe dialogs */
:root{
  --brand-red:#b95555;
  --brand-red-dark:#984343;
  --brand-red-soft:#dc8c83;
  --brand-beige:#f6eee2;
  --brand-cream:#fffaf3;
  --brand-charcoal:#23272b;
}

/* Premium top navigation */
.top-dock{
  top:14px;
  width:min(670px,calc(100vw - 36px));
  padding:6px 8px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(169,76,76,.96),rgba(191,86,82,.92));
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 18px 48px rgba(123,48,48,.24),inset 0 1px 0 rgba(255,255,255,.28);
  overflow:visible;
}
.top-dock::before{
  content:"";
  position:absolute;
  inset:-14px 8% auto;
  height:34px;
  border-radius:50%;
  background:rgba(201,99,99,.28);
  filter:blur(22px);
  z-index:-1;
  animation:dockAura 5.5s ease-in-out infinite;
}
@keyframes dockAura{50%{opacity:.48;transform:scaleX(1.08)}}
.top-dock__track{gap:5px}
.dock-link{
  flex-basis:44px;
  width:44px;
  height:44px;
  border-radius:15px;
  color:rgba(255,255,255,.86);
  filter:drop-shadow(0 7px 10px rgba(89,30,30,.18));
  transition:transform .34s cubic-bezier(.2,.8,.2,1),background .3s ease,color .3s ease,box-shadow .3s ease;
}
.dock-link svg{width:21px;height:21px;transition:transform .35s cubic-bezier(.2,.8,.2,1),filter .35s ease}
.dock-link::before{
  content:"";
  position:absolute;
  inset:7px;
  border-radius:13px;
  background:rgba(255,255,255,.18);
  filter:blur(10px);
  opacity:0;
  transition:.3s;
}
.dock-link:hover,.dock-link:focus-visible,.dock-link.is-active{
  background:rgba(255,255,255,.18);
  color:#fff;
  transform:translateY(-3px) scale(1.04);
  box-shadow:0 11px 22px rgba(96,28,28,.2),inset 0 1px 0 rgba(255,255,255,.28);
}
.dock-link:hover::before,.dock-link.is-active::before{opacity:1}
.dock-link:hover svg,.dock-link.is-active svg{transform:scale(1.08);filter:drop-shadow(0 6px 8px rgba(255,255,255,.15))}

/* Logo lockup: logo and English name are one compact identity unit */
.brand-lockup{gap:5px;margin-bottom:17px}
.brand-lockup img{width:52px;height:52px}
.brand-lockup__text{width:auto;min-width:148px;display:block;text-align:center}
.brand-lockup__text strong{display:block;width:auto;font-size:16px;letter-spacing:.16em;line-height:1.1;white-space:nowrap}
.brand-lockup--footer img{width:46px;height:46px}
.brand-lockup--footer .brand-lockup__text{width:auto;min-width:138px}
.brand-lockup--footer .brand-lockup__text strong{font-size:15px}

/* Content blocks with more refined depth and motion */
.proof-card,.situation-card,.about-stat,.quote-card,.result-card,.offer-popup-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.proof-card::before,.situation-card::before,.about-stat::before,.quote-card::before,.offer-popup-card::before{
  content:"";
  position:absolute;
  inset:-60% auto auto -30%;
  width:170px;
  height:170px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(200,99,99,.13),transparent 70%);
  opacity:.65;
  z-index:-1;
  transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .4s ease;
}
.proof-card:hover::before,.situation-card:hover::before,.about-stat:hover::before,.quote-card:hover::before,.offer-popup-card:hover::before{
  transform:translate(42px,36px) scale(1.16);
  opacity:1;
}
.proof-card,.situation-card,.about-stat,.quote-card{
  border-color:rgba(185,85,85,.09);
  box-shadow:0 18px 45px rgba(84,57,38,.09),inset 0 1px 0 rgba(255,255,255,.72);
}
.proof-icon{
  box-shadow:0 12px 26px rgba(177,74,74,.13),inset 0 1px 0 rgba(255,255,255,.7);
  animation:iconBreath 4.4s ease-in-out infinite;
}
.proof-card:nth-child(2) .proof-icon{animation-delay:.6s}
.proof-card:nth-child(3) .proof-icon{animation-delay:1.2s}
@keyframes iconBreath{50%{transform:translateY(-4px);box-shadow:0 18px 32px rgba(177,74,74,.2),0 0 22px rgba(200,99,99,.13)}}

/* Stories and results headings */
.stories-title{line-height:1.25!important}
.stories-title span{display:block}
.stories-title span+span{margin-top:10px;font-size:.82em;color:var(--ink-soft)}
.results-heading{max-width:820px;padding-inline:18px;margin-bottom:28px}
.results-heading h2{font-size:clamp(28px,3.1vw,47px);line-height:1.35;max-width:780px;margin-inline:auto}
.results-stage{width:min(1280px,calc(100vw - 28px));padding:18px 0}
.result-card{box-shadow:0 20px 54px rgba(85,55,38,.12);border-color:rgba(187,86,83,.09)}
.result-card::after{
  content:"";
  position:absolute;
  inset:10px;
  border-radius:20px;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.48);
}
.result-meta{position:relative;padding:16px 12px 8px}
.result-meta strong{color:var(--brand-red-dark)}

/* About */
.about-card{
  background:linear-gradient(145deg,rgba(255,250,243,.88),rgba(245,232,215,.82));
  border-color:rgba(255,255,255,.96);
  box-shadow:0 28px 78px rgba(81,52,36,.13);
}
.about-card::after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-110px;
  bottom:-120px;
  border-radius:50%;
  background:rgba(200,99,99,.08);
  filter:blur(16px);
  animation:aboutGlow 8s ease-in-out infinite;
}
@keyframes aboutGlow{50%{transform:translate(-24px,-18px) scale(1.12)}}
.about-copy,.about-photo{position:relative;z-index:1}
.consultation-btn{
  position:relative;
  overflow:hidden;
  transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease;
}
.consultation-btn::before,.community-btn::before,.community-interest::before,.offer-action-btn::before{
  content:"";
  position:absolute;
  inset:0 auto 0 -90%;
  width:56%;
  transform:skewX(-22deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);
  transition:left .68s cubic-bezier(.2,.8,.2,1);
}
.consultation-btn:hover::before,.community-btn:hover::before,.community-interest:hover::before,.offer-action-btn:hover::before{left:140%}
.consultation-btn:hover{transform:translateY(-4px);box-shadow:0 22px 42px rgba(169,79,82,.28)}

/* Community: contemporary, expressive and clearly social */
.community-card{
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);
  padding:44px;
  background:
    radial-gradient(circle at 12% 18%,rgba(201,99,99,.2),transparent 28%),
    radial-gradient(circle at 82% 78%,rgba(194,160,127,.17),transparent 25%),
    linear-gradient(145deg,#25272b,#37312f 58%,#423632);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 34px 90px rgba(35,39,43,.22);
}
.community-card::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(90deg,#000,transparent 66%);
  opacity:.35;
  pointer-events:none;
}
.community-copy{position:relative;z-index:2}
.community-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:24px 0 26px}
.community-features article{
  display:grid;
  grid-template-columns:52px 1fr;
  grid-template-rows:auto auto;
  gap:3px 12px;
  align-items:center;
  padding:15px;
  border-radius:20px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(10px);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),background .3s ease,border-color .3s ease;
}
.community-features article:hover{transform:translateY(-5px);background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.16)}
.community-feature-icon{
  grid-row:1/3;
  width:52px;
  height:52px;
  border-radius:17px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,rgba(200,99,99,.95),rgba(183,132,101,.94));
  box-shadow:0 14px 30px rgba(0,0,0,.18),0 0 24px rgba(200,99,99,.15);
  animation:communityIconFloat 4.8s ease-in-out infinite;
}
.community-features article:nth-child(2) .community-feature-icon{animation-delay:.55s}
.community-features article:nth-child(3) .community-feature-icon{animation-delay:1.1s}
.community-features article:nth-child(4) .community-feature-icon{animation-delay:1.65s}
@keyframes communityIconFloat{50%{transform:translateY(-4px) rotate(2deg)}}
.community-feature-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.community-features b{font-size:15px;color:#fff}
.community-features small{font-size:12px;color:rgba(255,255,255,.64)}
.community-actions{display:flex;flex-wrap:wrap;gap:11px;align-items:center}
.community-btn,.community-interest{
  position:relative;
  overflow:hidden;
  min-height:56px;
  padding:0 22px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:900;
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease;
}
.community-btn:hover,.community-interest:hover{transform:translateY(-4px)}
.community-interest{
  border:1px solid rgba(255,255,255,.17);
  background:linear-gradient(135deg,var(--brand-red),var(--brand-red-dark));
  color:#fff;
  box-shadow:0 16px 34px rgba(127,43,43,.24);
}
.community-interest svg,.community-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9}
.community-core{box-shadow:0 0 0 18px rgba(255,255,255,.03),0 26px 60px rgba(0,0,0,.22),0 0 58px rgba(200,99,99,.16)}
.community-node{box-shadow:0 12px 28px rgba(0,0,0,.14)}

/* Offers popup: three distinct choices */
.modal-heading{max-width:700px}
.offers-popup-grid{grid-template-columns:repeat(3,1fr);gap:14px}
.offer-popup-card,.offer-popup-card--featured{
  grid-column:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:0;
  min-height:320px;
  padding:24px 20px;
  color:var(--ink);
  background:linear-gradient(145deg,rgba(255,250,243,.98),rgba(244,231,214,.9));
  border:1px solid rgba(185,85,85,.1);
  transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .3s ease;
}
.offer-popup-card:hover{transform:translateY(-8px);box-shadow:0 28px 58px rgba(73,46,32,.16);border-color:rgba(185,85,85,.23)}
.offer-popup-card--type-1{background:linear-gradient(155deg,#2a2928,#443a37);color:#fff}
.offer-popup-card--type-1>span,.offer-popup-card--type-1 p{color:rgba(255,255,255,.72)}
.offer-popup-card--type-2{background:linear-gradient(145deg,#fffaf3,#f1ddca)}
.offer-popup-card--type-3{background:linear-gradient(145deg,#f9efe3,#efd8d1)}
.offer-popup-icon{
  width:62px;
  height:62px;
  border-radius:20px;
  display:grid;
  place-items:center;
  margin-bottom:14px;
  background:rgba(200,99,99,.12);
  color:var(--brand-red-dark);
  box-shadow:0 14px 30px rgba(145,69,55,.11);
}
.offer-popup-card--type-1 .offer-popup-icon{background:rgba(255,255,255,.1);color:#fff}
.offer-popup-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.offer-popup-card h3{font-size:26px;margin:6px 0 9px}
.offer-popup-card p{font-size:15px;line-height:1.8;flex:1}
.offer-action-btn{
  width:100%;
  min-height:52px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  position:relative;
  overflow:hidden;
}
.offer-popup-card--type-1 .offer-action-btn{background:#fff;color:var(--ink)}
.offer-arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}

/* Fully fixed, mobile-safe dialogs */
.modal{
  width:100vw;
  max-width:none;
  height:100dvh;
  max-height:none;
  margin:0;
  padding:16px;
  overflow:hidden;
  place-items:center;
}
.modal[open]{display:grid}
.modal-panel,.modal--wide .modal-panel,.modal-panel--assessment{
  width:min(860px,calc(100vw - 32px));
  max-width:860px;
  max-height:calc(100dvh - 32px);
  margin:auto;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
  padding:24px;
  border-radius:28px;
}
.modal--wide .modal-panel{max-width:960px;width:min(960px,calc(100vw - 32px))}
.modal-panel--assessment{max-width:780px;width:min(780px,calc(100vw - 32px))}
.modal-panel *{max-width:100%}
.form-grid{width:100%;min-width:0}
.field,.field--wide{min-width:0}
.field input,.field textarea,.field select{width:100%;min-width:0;max-width:100%}
.assessment-question{width:100%;min-width:0;padding:16px}
.assessment-question b{overflow-wrap:anywhere;line-height:1.7}
.rating{width:100%;min-width:0}
.rating label,.rating span{min-width:0}
.modal-close{position:absolute;top:14px;left:14px;margin:0}
.modal-heading{padding-top:18px}

/* Footer identity and social icons */
.site-footer .brand-lockup{margin-bottom:5px}
.social-links{gap:10px}
.social-links a{
  width:46px;
  height:46px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,250,243,.95),rgba(238,220,199,.9));
  color:var(--brand-red-dark);
  border:1px solid rgba(185,85,85,.1);
  box-shadow:0 12px 26px rgba(83,52,34,.09);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),background .3s,color .3s,box-shadow .3s;
}
.social-links a:hover{transform:translateY(-5px) rotate(-3deg);background:linear-gradient(145deg,var(--brand-red),var(--brand-red-dark));color:#fff;box-shadow:0 18px 34px rgba(138,54,54,.2)}

/* Extra view-based motion, progressively enhanced */
@supports (animation-timeline:view()){
  .section-heading h2{animation:headingFocus linear both;animation-timeline:view();animation-range:entry 10% cover 32%}
  @keyframes headingFocus{from{opacity:.35;letter-spacing:.01em;transform:translateY(18px)}to{opacity:1;letter-spacing:-.035em;transform:none}}
}

@media(max-width:920px){
  .offers-popup-grid{grid-template-columns:1fr}
  .offer-popup-card,.offer-popup-card--featured{min-height:auto;text-align:center}
  .community-card{grid-template-columns:1fr}
  .community-copy{text-align:center}
  .community-actions{justify-content:center}
}

@media(max-width:760px){
  .top-dock{top:9px;width:calc(100vw - 24px);padding:6px;border-radius:20px}
  .dock-link{flex:0 0 42px;width:42px;height:42px;border-radius:14px}
  .dock-link svg{width:20px;height:20px}
  .brand-lockup img{width:47px;height:47px}
  .brand-lockup__text{min-width:138px}
  .brand-lockup__text strong{font-size:15px}
  .results-heading{padding-inline:16px}
  .results-heading h2{font-size:clamp(27px,8vw,37px)}
  .stories-title span+span{margin-top:9px}
  .community-card{padding:27px 18px}
  .community-features{grid-template-columns:1fr}
  .community-actions{display:grid}
  .community-actions>*{width:100%}
  .modal{padding:10px}
  .modal-panel,.modal--wide .modal-panel,.modal-panel--assessment{
    width:calc(100vw - 20px);
    max-height:calc(100dvh - 20px);
    padding:18px 13px 16px;
    border-radius:22px;
    scrollbar-gutter:auto;
  }
  .modal-close{top:9px;left:9px;width:40px;height:40px}
  .modal-heading{padding-inline:6px;padding-top:22px;margin-bottom:18px}
  .modal-heading h2{font-size:29px;line-height:1.35}
  .modal-heading p{font-size:15px;line-height:1.75}
  .assessment-question{padding:14px 10px;border-radius:17px}
  .assessment-question b{font-size:15px}
  .rating{gap:5px}
  .rating span{min-height:42px;border-radius:12px;font-size:16px}
  .form-grid{gap:13px}
  .field label{font-size:15px;line-height:1.55}
  .field input,.field textarea,.field select{padding:12px 13px;border-radius:15px}
  .assessment-choice-actions{grid-template-columns:1fr}
}

@media(max-width:390px){
  .top-dock{width:calc(100vw - 18px)}
  .dock-link{flex-basis:40px;width:40px;height:40px}
  .modal-panel,.modal--wide .modal-panel,.modal-panel--assessment{width:calc(100vw - 14px)}
  .rating{gap:4px}
  .rating span{min-height:40px;font-size:15px}
}

@media(prefers-reduced-motion:reduce){
  .top-dock::before,.proof-icon,.community-feature-icon,.about-card::after{animation:none!important}
}
@media(max-width:760px){
  .modal-panel,.modal--wide .modal-panel,.modal-panel--assessment{
    width:calc(100vw - 32px);
    max-height:calc(100dvh - 32px)
  }
}
@media(max-width:390px){
  .modal-panel,.modal--wide .modal-panel,.modal-panel--assessment{width:calc(100vw - 24px)}
}

/* V6.3: community space redesign */
.community-card--space{
  display:block;
  position:relative;
  overflow:hidden;
  padding:52px 40px 44px;
  text-align:center;
  color:var(--ink);
  background:
    radial-gradient(circle at 14% 10%,rgba(200,99,99,.1),transparent 32%),
    radial-gradient(circle at 86% 90%,rgba(194,160,127,.16),transparent 30%),
    linear-gradient(150deg,#fffaf3,#f6ecdd);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 30px 70px rgba(67,49,34,.12);
}
.community-card--space::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(169,132,98,.16) 1px,transparent 1px);
  background-size:26px 26px;
  mask-image:radial-gradient(circle at 50% 0%,#000,transparent 74%);
  opacity:.45;
  pointer-events:none;
}
.community-hero-icon{
  width:84px;
  height:84px;
  margin:0 auto 16px;
  border-radius:26px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,var(--brand-red,#b95555),var(--sand));
  box-shadow:0 18px 40px rgba(151,67,67,.26),0 0 44px rgba(200,99,99,.18);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease;
}
.community-card--space:hover .community-hero-icon{transform:translateY(-5px) rotate(-2deg);box-shadow:0 24px 48px rgba(151,67,67,.32),0 0 52px rgba(200,99,99,.24)}
.community-hero-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.community-card--space .community-title{font-size:clamp(37px,4.4vw,58px);line-height:1.2;letter-spacing:-.03em;margin:0 0 10px;color:var(--ink)}
.community-card--space .community-sub{font-size:clamp(19px,2vw,24px);font-weight:850;color:var(--ink);margin:0 auto 12px;max-width:640px}
.community-card--space .community-desc{max-width:660px;margin:0 auto;color:var(--muted);font-size:17px;line-height:1.9}
.community-card--space .community-desc span{display:block}
.community-card--space .community-features{
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  max-width:900px;
  margin:26px auto 26px;
}
.community-card--space .community-features article{
  background:rgba(255,255,255,.68);
  border:1px solid rgba(255,255,255,.95);
  box-shadow:0 12px 28px rgba(67,49,34,.06);
  backdrop-filter:blur(8px);
  grid-template-columns:46px 1fr;
  padding:13px 14px;
  text-align:right;
}
.community-card--space .community-features article:hover{background:rgba(255,255,255,.92);border-color:rgba(200,99,99,.22);box-shadow:0 18px 36px rgba(67,49,34,.1)}
.community-card--space .community-features b{color:var(--ink);font-size:15px;line-height:1.5}
.community-card--space .community-features small{color:var(--muted)}
.community-card--space .community-feature-icon{
  width:46px;
  height:46px;
  border-radius:15px;
  background:linear-gradient(145deg,rgba(185,85,85,.96),rgba(194,160,127,.94));
  box-shadow:0 10px 22px rgba(151,67,67,.2);
}
.community-card--space .community-feature-icon svg{width:22px;height:22px}
.community-card--space .community-actions{justify-content:center}
.community-card--space .community-btn{
  min-width:min(300px,100%);
  background:linear-gradient(135deg,var(--ink),#3e3935);
  color:#fff;
  box-shadow:0 18px 36px rgba(34,38,42,.2);
}
.community-card--space .community-btn:hover{box-shadow:0 24px 46px rgba(34,38,42,.26)}
.community-btn svg,.community-interest svg{transition:transform .25s}
.community-btn:hover svg,.community-interest:hover svg{transform:translateX(-4px)}
body.motion-ready .community-card--space.is-visible .community-hero-icon{animation:heroItemIn .8s cubic-bezier(.22,.8,.22,1) both .08s}
body.motion-ready .community-card--space.is-visible .community-title{animation:heroItemIn .8s cubic-bezier(.22,.8,.22,1) both .18s}
body.motion-ready .community-card--space.is-visible .community-sub{animation:heroItemIn .8s cubic-bezier(.22,.8,.22,1) both .28s}
body.motion-ready .community-card--space.is-visible .community-desc{animation:heroItemIn .8s cubic-bezier(.22,.8,.22,1) both .36s}
body.motion-ready .community-card--space.reveal.is-visible{transition:opacity .78s cubic-bezier(.2,.8,.2,1),transform .85s cubic-bezier(.2,.8,.2,1),filter .65s ease,box-shadow .45s ease}
.community-card--space:hover{box-shadow:0 38px 84px rgba(67,49,34,.16)}
@media(max-width:1050px){
  .community-card--space .community-features{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .community-card--space{padding:34px 18px 30px}
  .community-card--space .community-title{font-size:33px}
  .community-card--space .community-sub{font-size:18px}
  .community-card--space .community-desc{font-size:15px}
  .community-card--space .community-features{grid-template-columns:1fr;gap:10px;margin:20px auto 20px}
  .community-hero-icon{width:70px;height:70px;border-radius:22px}
  .community-hero-icon svg{width:34px;height:34px}
  .community-card--space .community-actions{justify-content:stretch;justify-items:center;grid-template-columns:1fr}
  .community-card--space .community-btn{width:100%;max-width:410px}
}

/* V6.2: unified vertical rhythm */
.section{padding:64px 0}
.section--tight{padding:46px 0}
.section-heading{margin-bottom:26px}
.section--situation{padding:44px 0 48px}
.section--situation .section-heading{margin-bottom:20px}
.situation-grid{gap:13px}
#proof{padding:38px 0 44px}
.proof-grid{gap:13px}
.proof-card{min-height:186px}
.section--partners{padding:34px 0 40px}
.partner-wrap{padding:14px 0 0}
#about{padding:48px 0 46px}
#stories{padding:46px 0 44px}
#results{padding:44px 0 48px}
.results-heading{margin-bottom:22px}
#community{padding:46px 0 48px}
#blog{padding:40px 0 36px}
#newsletter{padding:32px 0 56px}
.community-features{margin:20px 0 22px}

/* V6.2: standalone community interest button (light secondary style) */
.community-interest-wrap{display:flex;justify-content:center;margin-top:18px}
.community-interest-wrap .community-interest{
  min-width:min(340px,100%);
  min-height:58px;
  border-radius:19px;
  background:rgba(255,250,243,.92);
  color:var(--ink);
  border:1px solid rgba(169,132,98,.35);
  box-shadow:0 12px 26px rgba(67,49,34,.1);
}
.community-interest-wrap .community-interest:hover{border-color:rgba(200,99,99,.4);box-shadow:0 18px 36px rgba(67,49,34,.15)}
@media(max-width:760px){
  .section{padding:48px 0}
  .section--tight{padding:36px 0}
  .section-heading{margin-bottom:20px}
  .section--situation{padding:36px 0 40px}
  #proof{padding:30px 0 34px}
  .section--partners{padding:28px 0 32px}
  #about{padding:38px 0 36px}
  #stories{padding:36px 0 34px}
  #results{padding:34px 0 38px}
  #community{padding:36px 0 38px}
  #blog{padding:32px 0 28px}
  #newsletter{padding:24px 0 46px}
  .community-interest-wrap{margin-top:14px}
  .community-interest-wrap .community-interest{width:100%;max-width:410px}
}

/* V6.1: hero entrance sequencing */
body.motion-ready .hero-copy.is-visible .brand-lockup--hero,
body.motion-ready .hero-copy.is-visible .eyebrow,
body.motion-ready .hero-copy.is-visible>p,
body.motion-ready .hero-copy.is-visible .hero-actions{animation:heroItemIn .75s cubic-bezier(.22,.8,.22,1) both}
body.motion-ready .hero-copy.is-visible .brand-lockup--hero{animation-delay:.04s}
body.motion-ready .hero-copy.is-visible .eyebrow{animation-delay:.14s}
body.motion-ready .hero-copy.is-visible>p{animation-delay:.5s}
body.motion-ready .hero-copy.is-visible .hero-actions{animation-delay:.62s}
body.motion-ready .hero-title>span{animation-delay:.22s}
body.motion-ready .hero-title>span:nth-child(2){animation-delay:.36s}
@keyframes heroItemIn{from{opacity:0;transform:translateY(20px);filter:blur(4px)}to{opacity:1;transform:none;filter:none}}
body.motion-ready .hero-visual.reveal--left{transform:translateY(28px) scale(.975);filter:blur(6px)}
body.motion-ready .hero-visual.reveal--left.is-visible{transition-delay:.18s}

/* V6.4: digital products */
.digital-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1000px;margin-inline:auto}
.product-card{
  display:flex;
  flex-direction:column;
  text-align:center;
  padding:16px 16px 22px;
  border-radius:28px;
  background:linear-gradient(150deg,rgba(255,250,243,.94),rgba(246,236,224,.88));
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 18px 48px rgba(67,49,34,.08);
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .3s ease;
}
.product-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(67,49,34,.13);border-color:rgba(200,99,99,.2)}
.product-media{
  width:100%;
  aspect-ratio:16/10;
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  display:grid;
  place-items:center;
  border:1px solid rgba(35,39,43,.05);
  margin-bottom:14px;
}
.product-media img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .5s cubic-bezier(.2,.8,.2,1)}
.product-card:hover .product-media img{transform:scale(1.03)}
.product-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:0 auto 8px;
  padding:6px 14px;
  border-radius:999px;
  background:rgba(200,99,99,.1);
  color:var(--rose-dark,#aa5151);
  font-size:13px;
  font-weight:850;
}
.product-card h3{font-size:24px;line-height:1.4;margin:0 0 8px}
.product-card>p{margin:0 auto 16px;color:var(--muted);font-size:15px;line-height:1.85;max-width:430px}
.product-actions{margin-top:auto;display:grid;gap:10px;justify-items:center}
.product-buy{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;width:min(300px,100%);border-radius:17px}
.product-buy svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;transition:transform .25s}
.product-buy:hover svg{transform:translateX(-4px)}
.product-details-link{color:var(--muted);font-weight:800;text-decoration:underline;text-underline-offset:5px;transition:color .25s}
.product-details-link:hover{color:var(--rose-dark,#aa5151)}
.bundle-page-card--stack{grid-template-columns:1fr;gap:18px}
.bundle-page-card--stack .bundle-page-copy{text-align:right}
.bundle-page-image--wide{aspect-ratio:2172/724;background:#fff}
.bundle-page-image--wide img{object-fit:cover}
.bundle-page-image--contain{background:#fff;display:grid;place-items:center}
.bundle-page-image--contain img{object-fit:contain}
.bundle-items article{display:grid;grid-template-columns:46px 1fr;gap:4px 13px;align-items:start}
.bundle-item-icon{
  grid-row:1/3;
  width:46px;
  height:46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,rgba(185,85,85,.96),rgba(194,160,127,.94));
  box-shadow:0 10px 22px rgba(151,67,67,.2);
  transition:transform .3s cubic-bezier(.2,.8,.2,1);
}
.bundle-items article:hover .bundle-item-icon{transform:translateY(-3px) rotate(-2deg)}
.bundle-item-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.course-lead{color:var(--muted);line-height:1.9;margin:0 0 14px}
.bundle-items .rtl-list{gap:8px;margin-top:4px}
@media(max-width:900px){
  .digital-grid{grid-template-columns:1fr;max-width:560px}
}
@media(max-width:760px){
  .product-card{padding:12px 12px 18px}
  .product-card h3{font-size:22px}
  .product-media{border-radius:16px}
  .product-buy{width:100%;max-width:410px}
  .bundle-items article{grid-template-columns:40px 1fr}
  .bundle-item-icon{width:40px;height:40px;border-radius:13px}
  .bundle-item-icon svg{width:19px;height:19px}
}

/* V6.5: safe side spacing */
@media(max-width:760px){
  :root{--container:min(100vw - 40px,1180px)}
  .modal-panel,.modal--wide .modal-panel,.modal-panel--assessment{width:calc(100vw - 36px)}
}
@media(max-width:440px){
  :root{--container:min(100vw - 36px,1180px)}
}
@media(max-width:390px){
  .modal-panel,.modal--wide .modal-panel,.modal-panel--assessment{width:calc(100vw - 32px)}
}

/* V6.5: back button */
.back-btn{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:18px;
  min-height:44px;
  padding:0 18px 0 20px;
  border-radius:999px;
  background:rgba(255,250,243,.85);
  border:1px solid rgba(169,132,98,.3);
  color:var(--ink);
  font-weight:850;
  font-size:15px;
  box-shadow:0 10px 24px rgba(67,49,34,.08);
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease;
}
.back-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}
.back-btn:hover{transform:translateY(-3px);border-color:rgba(200,99,99,.4);box-shadow:0 16px 32px rgba(67,49,34,.12)}
.back-btn:hover svg{transform:translateX(4px)}
.back-btn:focus-visible{outline:2px solid var(--rose-dark,#aa5151);outline-offset:3px}

/* V6.5: individual program CTA */
.program-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px}
.program-cta-actions .product-buy{min-width:min(280px,100%)}
.consult-btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  min-width:min(280px,100%);
  padding:0 20px;
  border-radius:17px;
  background:rgba(255,250,243,.12);
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
  font-weight:850;
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease,border-color .3s ease;
}
.consult-btn:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.55);box-shadow:0 18px 36px rgba(0,0,0,.22)}
.price-chip{
  display:inline-flex;
  align-items:center;
  padding:4px 11px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--brand-red,#b95555),var(--sand));
  color:#fff;
  font-size:13px;
  font-weight:900;
}
@media(max-width:760px){
  .program-cta-actions{flex-direction:column;align-items:stretch;max-width:410px;margin-inline:auto}
  .program-cta-actions .product-buy,.consult-btn{width:100%}
}

/* V6.5: bundle components as four distinct cards */
.bundle-items--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.bundle-items--grid .bundle-item{
  margin:0;
  padding:18px;
  border-radius:22px;
  transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .3s ease;
}
.bundle-items--grid .bundle-item--book{background:linear-gradient(150deg,rgba(255,250,243,.95),rgba(238,224,204,.85));border:1px solid rgba(194,160,127,.28)}
.bundle-items--grid .bundle-item--content{background:linear-gradient(150deg,rgba(255,250,243,.95),rgba(246,224,222,.8));border:1px solid rgba(200,99,99,.2)}
.bundle-items--grid .bundle-item--campaigns{background:linear-gradient(150deg,rgba(255,250,243,.95),rgba(226,223,219,.85));border:1px solid rgba(35,39,43,.14)}
.bundle-items--grid .bundle-item--course{background:linear-gradient(150deg,rgba(255,247,240,.96),rgba(244,222,210,.85));border:1px solid rgba(185,85,85,.3)}
.bundle-item--book:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(151,117,67,.16)}
.bundle-item--content:hover{transform:translateY(-5px) rotate(.4deg);box-shadow:0 20px 42px rgba(151,67,67,.16)}
.bundle-item--campaigns:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(35,39,43,.14)}
.bundle-item--course:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 24px 48px rgba(151,67,67,.2)}
.bundle-item--content .bundle-item-icon{background:linear-gradient(145deg,rgba(200,99,99,.96),rgba(170,81,81,.95))}
.bundle-item--campaigns .bundle-item-icon{background:linear-gradient(145deg,#2f3236,#4a423c)}
.bundle-item--course .bundle-item-icon{background:linear-gradient(145deg,var(--brand-red,#b95555),var(--sand))}
@media(max-width:700px){.bundle-items--grid{grid-template-columns:1fr}}

/* V6.5: digital product card personalities */
.product-card--bundle{background:linear-gradient(155deg,rgba(255,250,243,.96),rgba(240,228,210,.88));border-color:rgba(194,160,127,.35)}
.product-card--bundle:hover{border-color:rgba(194,160,127,.55)}
.product-card--course{background:linear-gradient(155deg,rgba(255,248,243,.96),rgba(245,224,214,.86));border-color:rgba(200,99,99,.25)}
.product-card--course:hover{border-color:rgba(200,99,99,.45);transform:translateY(-8px)}
.product-card--course .product-badge{background:linear-gradient(135deg,rgba(185,85,85,.14),rgba(194,160,127,.16))}
.product-card--course:hover .product-media img{transform:scale(1.04) rotate(.5deg)}
.product-badge svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* V6.5: testimonial chat cards */
.quote-card--chat{
  position:relative;
  text-align:right;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 20px 18px;
  border-radius:24px;
  border-end-end-radius:8px;
  background:linear-gradient(150deg,rgba(255,250,243,.95),rgba(246,235,222,.85));
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 16px 40px rgba(67,49,34,.09);
}
.quote-card--chat .quote-chat-icon{
  width:36px;
  height:36px;
  border-radius:12px;
  border-end-end-radius:4px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(145deg,rgba(200,99,99,.94),rgba(194,160,127,.92));
  box-shadow:0 8px 18px rgba(151,67,67,.18);
  margin-bottom:11px;
}
.quote-card--chat .quote-chat-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.quote-card--chat p{margin:0;font-size:16px;line-height:1.95;color:var(--ink)}
.quote-card--chat:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(67,49,34,.13)}

/* V6.6: balanced situation grid (2+1 centered) */
.situation-grid{grid-template-columns:repeat(4,1fr)}
.situation-grid .situation-card{grid-column:span 2}
.situation-grid .situation-card:nth-child(3){grid-column:2/span 2}
@media(max-width:760px){
  .situation-grid{grid-template-columns:1fr}
  .situation-grid .situation-card,
  .situation-grid .situation-card:nth-child(3){grid-column:auto}
}

/* V6.5: testimonial track behavior */
.testimonial-track{animation-duration:58s}
.testimonial-track:active{animation-play-state:paused}
@media(pointer:coarse){
  .testimonial-track{animation:none;width:auto}
  .testimonial-viewport{overflow-x:auto;-webkit-overflow-scrolling:touch;mask-image:none;scroll-snap-type:x proximity;padding:4px var(--pad,14px) 10px}
  .testimonial-track>[aria-hidden="true"]{display:none}
  .quote-card--chat{scroll-snap-align:center}
}

/* V6.7: clean sub-page headers and readable headings */
.inner-hero{padding:22px 0 46px}
.inner-hero .back-btn{margin-bottom:22px}
.inner-hero h1{font-size:clamp(37px,4.8vw,64px);line-height:1.3;letter-spacing:-.03em;max-width:880px;margin:12px auto 14px;text-wrap:balance;overflow-wrap:break-word}
.inner-hero p{max-width:720px;line-height:1.9;text-wrap:pretty}
@media(max-width:760px){
  .inner-hero h1{font-size:clamp(30px,8.6vw,42px)!important;line-height:1.4}
  .inner-hero p{font-size:16px}
}

/* V6.7: centered forms */
.form-card{max-width:880px;margin-inline:auto}
.form-card input,.form-card textarea,.form-card select{direction:rtl;text-align:right}
.section-heading{text-wrap:balance}

/* V6.7: bundle buy button */
.buy-btn{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  min-height:58px;
  min-width:min(330px,100%);
  padding:0 22px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--ink),#3e3935);
  color:#fff;
  font-weight:900;
  font-size:17px;
  box-shadow:0 18px 38px rgba(34,38,42,.22);
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease;
}
.buy-btn svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s}
.buy-btn:hover{transform:translateY(-4px);box-shadow:0 26px 50px rgba(34,38,42,.28)}
.buy-btn:hover svg{transform:translateX(-4px)}
.buy-btn:active{transform:translateY(-1px) scale(.98)}
.buy-btn:focus-visible{outline:2px solid var(--rose-dark,#aa5151);outline-offset:3px}
.buy-btn .price-chip{font-size:14px;padding:5px 12px}
.buy-btn--light{background:#fff;color:var(--ink);box-shadow:0 16px 34px rgba(0,0,0,.18)}
.buy-btn--light:hover{box-shadow:0 22px 44px rgba(0,0,0,.24)}
.product-buy .price-chip{font-size:13px;padding:4px 10px}
@media(max-width:760px){.buy-btn{width:100%;max-width:410px}}

/* V6.7: high-contrast interest button */
.community-interest-wrap .community-interest{
  background:linear-gradient(135deg,var(--brand-red,#b95555),var(--brand-red-dark,#984343));
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 18px 38px rgba(127,43,43,.3);
}
.community-interest-wrap .community-interest:hover{border-color:rgba(255,255,255,.4);box-shadow:0 24px 48px rgba(127,43,43,.36)}
.community-interest-wrap .community-interest:active{transform:translateY(-1px) scale(.98)}
.community-interest-wrap .community-interest:focus-visible{outline:2px solid var(--ink);outline-offset:3px}

/* V6.7: stronger product card personalities */
.product-card--bundle{background:linear-gradient(160deg,rgba(255,250,243,.97),rgba(246,228,222,.85) 70%,rgba(240,224,206,.9));border-color:rgba(194,160,127,.4)}
.product-card--course{background:linear-gradient(200deg,rgba(255,248,243,.97),rgba(244,226,216,.88))}
.product-card--course .product-badge{order:-1;margin:2px auto 10px;background:linear-gradient(135deg,rgba(185,85,85,.92),rgba(151,67,67,.92));color:#fff}
.product-card--bundle .product-badge{background:rgba(194,160,127,.2);color:#7c5a3d}

/* V6.7: assessment intro card */
.assessment-intro{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:4px 13px;
  align-items:center;
  padding:14px 16px;
  margin-bottom:16px;
  border-radius:18px;
  background:linear-gradient(150deg,rgba(255,250,243,.9),rgba(246,236,224,.8));
  border:1px solid rgba(194,160,127,.28);
  text-align:right;
}
.assessment-intro__icon{
  grid-row:1/3;
  width:46px;height:46px;border-radius:15px;
  display:grid;place-items:center;color:#fff;
  background:linear-gradient(145deg,var(--brand-red,#b95555),var(--sand));
  box-shadow:0 10px 22px rgba(151,67,67,.2);
}
.assessment-intro__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.assessment-intro p{margin:0;font-size:14px;line-height:1.85;color:var(--ink)}
.assessment-intro small{color:var(--muted);font-weight:800;font-size:12px}
@media(max-width:440px){.assessment-intro{grid-template-columns:40px 1fr;padding:12px 13px}.assessment-intro__icon{width:40px;height:40px}}

/* V6.7: success dialog */
.modal--success .modal-panel{width:min(430px,calc(100vw - 36px));text-align:center;padding:34px 24px 26px}
.success-check{width:86px;height:86px;margin:0 auto 16px;display:grid;place-items:center;border-radius:50%;background:rgba(200,99,99,.08)}
.success-check svg{width:62px;height:62px;fill:none;stroke:var(--brand-red,#b95555);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.success-check circle{stroke-dasharray:151;stroke-dashoffset:151}
.success-check path{stroke-dasharray:36;stroke-dashoffset:36;stroke:var(--ink)}
.modal--success[open] .success-check circle{animation:drawStroke .7s ease-out forwards}
.modal--success[open] .success-check path{animation:drawStroke .45s ease-out .55s forwards}
@keyframes drawStroke{to{stroke-dashoffset:0}}
.modal--success h2{font-size:clamp(24px,3vw,30px);margin:0 0 10px}
.modal--success p{margin:0 auto 20px;color:var(--muted);line-height:1.9;max-width:330px}
.success-done{min-width:150px;min-height:50px;margin-inline:auto}
@media(prefers-reduced-motion:reduce){.success-check circle,.success-check path{stroke-dashoffset:0;animation:none!important}}

/* V6.7: about lead phrase */
.about-lead{max-width:640px}
.about-lead span{display:block;line-height:2;text-wrap:pretty}
.about-lead .hl{font-style:normal;font-weight:850;color:var(--rose-dark,#aa5151)}

/* V6.7: results subtitle */
.results-heading .results-sub{font-size:clamp(19px,2vw,26px)!important;line-height:1.7!important;font-weight:800;color:var(--ink-soft,#4c4641);max-width:640px;margin-inline:auto}

/* V6.7: accessible focus states */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--rose-dark,#aa5151);outline-offset:2px}
button[aria-busy="true"]{opacity:.75;cursor:progress}

/* V6.8: scrollbar-proof safe container (100% instead of 100vw) */
:root{--container:min(1180px,calc(100% - 48px))}
@media(max-width:760px){:root{--container:min(calc(100% - 40px),1180px)}}
@media(max-width:440px){:root{--container:min(calc(100% - 36px),1180px)}}

/* V6.9: Netlify forms — accessible honeypot and error note */
.hp-field{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap;
  border:0;
}
.form-error{
  display:none;
  margin:14px auto 0;
  padding:13px 18px;
  max-width:560px;
  border-radius:16px;
  text-align:center;
  background:rgba(170,81,81,.09);
  border:1px solid rgba(170,81,81,.3);
  color:var(--rose-dark,#aa5151);
  font-weight:800;
  font-size:14px;
  line-height:1.8;
}
.form-error.is-visible{display:block}
.form-error span{display:block}

/* V7.0: result field/duration tags */
.result-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:7px 0 2px}
.result-tag{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(200,99,99,.08);
  border:1px solid rgba(194,160,127,.28);
  color:var(--ink-soft,#4c4641);
  font-size:11.5px;
  font-weight:800;
  box-shadow:0 4px 10px rgba(67,49,34,.05);
  white-space:nowrap;
}
.result-tag svg{width:13px;height:13px;fill:none;stroke:var(--rose-dark,#aa5151);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 13px}

/* V7.0: bundle components single column inside 2-col page card */
.bundle-page-card .bundle-items--grid{grid-template-columns:1fr}

/* V7.0: my products carousel */
.my-products-wrap{position:relative}
.my-products-viewport{
  overflow-x:auto;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding:8px 2px 16px;
  mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);
}
.my-products-viewport::-webkit-scrollbar{display:none}
.my-products-track{display:flex;gap:16px;width:max-content}
.product-slide{
  width:290px;
  flex:0 0 290px;
  display:flex;
  flex-direction:column;
  text-align:center;
  padding:12px 12px 18px;
  border-radius:26px;
  background:linear-gradient(155deg,rgba(255,250,243,.95),rgba(246,236,224,.88));
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 16px 40px rgba(67,49,34,.08);
  scroll-snap-align:center;
  transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .3s ease;
}
.product-slide:hover{transform:translateY(-5px);box-shadow:0 24px 52px rgba(67,49,34,.13)}
.product-slide--consult{border-color:rgba(35,39,43,.14)}
.product-slide--bundle{border-color:rgba(194,160,127,.4)}
.product-slide--course{border-color:rgba(200,99,99,.3);background:linear-gradient(200deg,rgba(255,248,243,.96),rgba(245,225,215,.86))}
.product-slide--program{background:linear-gradient(155deg,rgba(255,250,243,.96),rgba(240,228,210,.86))}
.product-slide--service{background:linear-gradient(155deg,rgba(255,250,243,.96),rgba(238,230,224,.9))}
.slide-media{
  width:100%;
  aspect-ratio:1/1;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  display:grid;
  place-items:center;
  border:1px solid rgba(35,39,43,.05);
  margin-bottom:12px;
}
.slide-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.8,.2,1)}
.product-slide--bundle .slide-media img,.product-slide--course .slide-media img{object-fit:contain;padding:6px}
.product-slide:hover .slide-media img{transform:scale(1.03)}
.slide-media--icon{background:linear-gradient(150deg,rgba(255,250,243,.9),rgba(246,236,224,.8));aspect-ratio:1/1}
.slide-icon{
  width:76px;height:76px;border-radius:24px;
  display:grid;place-items:center;color:#fff;
  background:linear-gradient(145deg,var(--brand-red,#b95555),var(--sand));
  box-shadow:0 16px 34px rgba(151,67,67,.24);
}
.slide-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.product-slide h3{font-size:20px;line-height:1.45;margin:0 0 7px;text-wrap:balance}
.product-slide p{
  margin:0 auto 14px;
  color:var(--muted);
  font-size:13.5px;
  line-height:1.8;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.slide-btn{
  position:relative;
  overflow:hidden;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:50px;
  width:100%;
  padding:0 14px;
  border-radius:15px;
  background:linear-gradient(135deg,var(--ink),#3e3935);
  color:#fff;
  font-weight:850;
  font-size:14.5px;
  box-shadow:0 12px 26px rgba(34,38,42,.16);
  transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease;
}
.slide-btn:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(34,38,42,.22)}
.slide-btn:active{transform:translateY(-1px) scale(.98)}
.slide-btn:focus-visible{outline:2px solid var(--rose-dark,#aa5151);outline-offset:3px}
.slide-btn svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s;flex:0 0 17px}
.slide-btn:hover svg{transform:translateX(-4px)}
.slide-btn .price-chip{font-size:12px;padding:3px 9px}
.carousel-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:46px;height:46px;
  border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,250,243,.94);
  border:1px solid rgba(169,132,98,.32);
  color:var(--ink);
  box-shadow:0 12px 26px rgba(67,49,34,.14);
  transition:transform .25s,border-color .25s,box-shadow .25s;
}
.carousel-arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.carousel-arrow:hover{transform:translateY(-50%) scale(1.07);border-color:rgba(200,99,99,.4);box-shadow:0 16px 32px rgba(67,49,34,.2)}
.carousel-arrow--prev{right:-8px}
.carousel-arrow--next{left:-8px}
@media(pointer:coarse){.carousel-arrow{display:none}}
@media(max-width:760px){
  .product-slide{width:255px;flex-basis:255px}
  .my-products-viewport{mask-image:none;padding-bottom:12px}
}

/* V7.0: blog grid, post page and share */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1000px;margin-inline:auto}
.post-card{border-radius:24px;overflow:hidden;background:linear-gradient(155deg,rgba(255,250,243,.95),rgba(246,236,224,.88));border:1px solid rgba(255,255,255,.92);box-shadow:0 14px 36px rgba(67,49,34,.08);transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s}
.post-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(67,49,34,.13)}
.post-card a{display:block;color:inherit}
.post-card__cover{aspect-ratio:16/9;overflow:hidden;background:#fff}
.post-card__cover img{width:100%;height:100%;object-fit:cover}
.post-card__body{padding:16px 16px 18px;text-align:center}
.post-card__body h3{font-size:19px;line-height:1.5;margin:0 0 7px}
.post-card__body p{margin:0 0 9px;color:var(--muted);font-size:14px;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.post-card__body small{color:var(--muted);font-weight:700;font-size:12px}
.blog-all-link{display:block;width:max-content;margin:18px auto 0}
.inner-hero--post{padding-bottom:8px}
.post-article{max-width:760px;text-align:center}
.post-article h1{font-size:clamp(30px,4vw,48px);line-height:1.4;margin:10px 0 12px;text-wrap:balance}
.post-meta{display:flex;justify-content:center;gap:14px;color:var(--muted);font-weight:700;font-size:13px;margin-bottom:18px}
.post-cover{border-radius:24px;overflow:hidden;margin-bottom:22px;background:#fff;border:1px solid rgba(35,39,43,.06)}
.post-cover img{width:100%;display:block}
.post-body{text-align:right;color:var(--ink)}
.post-body p{font-size:16.5px;line-height:2;margin:0 0 16px;color:var(--ink)}
.post-share{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:26px;padding-top:20px;border-top:1px solid rgba(35,39,43,.08);color:var(--muted);font-weight:800;font-size:14px}
.post-share a,.post-share button{min-height:42px;padding:0 16px;border-radius:13px;display:inline-flex;align-items:center;background:rgba(255,250,243,.9);border:1px solid rgba(169,132,98,.32);color:var(--ink);font-weight:800;font-size:13.5px;transition:border-color .25s,transform .25s}
.post-share a:hover,.post-share button:hover{border-color:rgba(200,99,99,.4);transform:translateY(-2px)}
@media(max-width:900px){.blog-grid{grid-template-columns:1fr;max-width:480px}}
