@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap";html{scroll-behavior:smooth}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-width:320px;font-family:Inter,Segoe UI,sans-serif;color:#3a2506;background:#f7e7ae}a{color:inherit}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}:root{--bg: #f5e6ad;--bg-soft: #fbf2cf;--panel: rgba(255, 249, 230, .84);--panel-strong: rgba(255, 244, 204, .95);--ink: #352109;--ink-soft: rgba(53, 33, 9, .8);--accent: #7d5408;--accent-soft: #c8931f;--quote-bg: #9a7230;--quote-bg-alt: #d9b15f;--quote-text: #fff7e0;--line: rgba(77, 48, 3, .14);--shadow: 0 24px 60px rgba(89, 57, 5, .16);--radius-xl: 36px;--radius-lg: 26px}.pageShell{min-height:100vh;background:radial-gradient(circle at top left,rgba(255,255,255,.7),transparent 24%),linear-gradient(180deg,#fff7db 0%,var(--bg) 35%,#e9bf4f 100%);color:var(--ink)}.landingPage{width:min(100%,1080px);margin:0 auto;padding:0 20px 72px}.heroSection,.section,.quoteSection,.finalLink{position:relative}.heroSection{padding:10px 0 0}.heroBackdrop{position:absolute;inset:0;border-radius:40px;background:linear-gradient(135deg,#5e3c05f0,#ad7405db);overflow:hidden}.heroBackdrop:before,.heroBackdrop:after{content:"";position:absolute;border-radius:999px;background:#ffe69e1f}.heroBackdrop:before{width:320px;height:320px;top:-80px;right:-40px}.heroBackdrop:after{width:240px;height:240px;left:-50px;bottom:-70px}.heroContent{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:36px;align-items:start;padding:26px 28px}.heroCopy{min-width:0}.heroCopy h1{margin:0;font-size:clamp(1.6rem,2.2vw,2.45rem);line-height:1.12;color:var(--quote-text);font-family:Inter,Segoe UI,sans-serif;font-weight:600}.heroLead{margin:12px 0 0;max-width:38rem;font-size:clamp(1.18rem,1.75vw,1.6rem);line-height:1.48;color:#fff7e0eb}.heroLeadMain{margin-top:14px}.heroNav{display:flex;flex-wrap:wrap;gap:10px;margin-top:64px}.heroNav a,.finalLink a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(201,153,74,.34);background:#fff0d6fa;color:var(--accent);text-decoration:none;font-weight:600;transition:transform .18s ease,background-color .18s ease}.heroNav a:hover,.finalLink a:hover,.contactLink:hover{transform:translateY(-3px)}.heroPortraitWrap{padding:10px;border-radius:28px;background:#fff5d41f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.heroPortrait{width:100%;aspect-ratio:.95;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}.heroBio{margin-top:12px;padding:14px 16px;border-radius:20px;background:#fff7e0f0;box-shadow:var(--shadow)}.heroBio h2{margin:0 0 8px;font-family:Inter,Segoe UI,sans-serif;font-size:1.45rem;font-weight:600;color:var(--accent)}.heroBio p{margin:0;line-height:1.55;color:var(--ink-soft)}.heroContacts,.finalContacts,.contactIcons{display:flex;flex-wrap:wrap;gap:12px}.heroContacts.underBio{margin-top:14px;justify-content:flex-start}.contactLink{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff0d6fa;color:var(--accent);border:1px solid rgba(201,153,74,.34);box-shadow:0 12px 28px #311f0229;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.contactLink svg,.contactLink img{width:24px;height:24px}.contactLink.vk svg{width:36px;height:36px}.contactLink img{object-fit:contain;filter:brightness(0) saturate(100%)}.contactLink:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.quoteSection{margin:34px 0}.quoteInner{padding:clamp(24px,3vw,32px) clamp(20px,3vw,28px);border-radius:42px;background:linear-gradient(135deg,var(--quote-bg),var(--quote-bg-alt));color:var(--quote-text);font-family:Playfair Display,Times New Roman,serif;font-size:clamp(1.18rem,1.8vw,1.65rem);line-height:1.45;font-style:italic;text-align:right;padding-left:20%;box-shadow:0 8px 20px #00000014}.quoteSection.split .quoteInner p:first-child{text-align:left;padding-right:20%;padding-left:0;margin-left:0;border-left:0}.quoteSection.split .quoteInner p:last-child{text-align:right}.quoteSection.left .quoteInner{text-align:left;padding-right:20%}.quoteInner p{margin:0}.quoteInner p+p{margin-top:18px}.quoteInner p:first-child:before{content:"✨ "}.section{margin:30px 0;padding:40px 26px;border-radius:var(--radius-xl);background:var(--panel);border:1px solid rgba(255,255,255,.35);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sectionHeader{display:flex;gap:18px;margin-bottom:24px}.sectionHeader.narrow{max-width:860px;flex-direction:column}.sectionNumber,.bonusBadge{display:inline-block;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:#35210994}.section h2,.finalPanel h2,.bonusContent h2{margin:0;font-family:Inter,Segoe UI,sans-serif;font-size:clamp(1.6rem,2.2vw,2.45rem);line-height:1.12;font-weight:600;color:var(--accent)}.contentSection{max-width:920px;display:grid;gap:18px}.plainList{margin:0;padding-left:1.35rem}.plainList li{margin:0 0 14px;line-height:1.76;font-size:1.24rem}.starList{list-style:none;padding-left:0}.starList li{position:relative;padding-left:2rem}.starList li:before{content:"✦";position:absolute;left:0;top:0;color:var(--accent);font-weight:700}.checkList{list-style:none;padding-left:0}.checkList li{position:relative;padding-left:2rem}.checkList li:before{content:"✓";position:absolute;left:0;top:0;color:var(--accent);font-weight:700;font-size:1em}.accentBullets li::marker,.nestedList li::marker,.lightList li::marker,.giftsPlain li::marker{color:var(--accent)}.proseSection p,.supportText,.bonusIntro p,.finalProse p{margin:0 0 14px;line-height:1.76;font-size:1.24rem;color:var(--ink-soft)}.narrativeSection .sectionHeader,.narrativeIntro{margin-bottom:36px}.narrativeSection .proseSection p{margin-bottom:0;line-height:1.28}.narrativeSection .contentSection.proseSection{gap:2px}.narrativeSection{background:var(--panel-strong)}.compassTop{max-width:900px}.compassLayout{margin-top:10px}.compassList{display:grid;gap:10px}.compassRow{display:grid;grid-template-columns:18px minmax(0,1fr);gap:14px;align-items:start}.compassRow span,.programBullet span{width:18px;height:18px;margin-top:5px;border-radius:50%;background:linear-gradient(180deg,#ffe28c,#d39a12);box-shadow:inset 0 0 0 4px #fff7e0bf}.compassRow p{margin:0;line-height:1.76;font-size:1.24rem}.compassAside.fullWidth{width:75%;margin:22px 0 0 auto;padding:32px;border-radius:32px;border-left:6px solid #b87c4f;background:#fff6ed;box-shadow:0 8px 20px #00000005}.compassAside p{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:clamp(1.18rem,1.8vw,1.5rem);line-height:1.5;font-style:italic}.stepsTimeline{display:grid;gap:10px}.stepCard{display:grid;grid-template-columns:18px minmax(0,1fr);gap:14px;align-items:start}.stepMarker{width:18px;height:18px;margin-top:5px;display:flex;align-items:center;justify-content:center;background:transparent}.starSteps .stepMarker:before{content:"✦";color:var(--accent);font-size:1rem;line-height:1}.stepBody p{margin:0;line-height:1.76;font-size:1.24rem}.nestedSection{padding:24px 24px 10px;border-radius:24px;background:#f0c8562e}.programLead{margin:0 0 12px;font-weight:700;line-height:1.7;font-size:1.24rem;color:var(--accent)}.programLead:before{content:"✨ "}.softList{padding:18px 22px 6px 42px;border-radius:24px;background:#fff8deb3}.benefitsNote{width:75%;margin-left:auto;padding:32px;border-radius:32px;border-left:6px solid #b87c4f;background:#fff6ed;box-shadow:0 8px 20px #00000005;color:#3b2a1f}.bonusSection{overflow:hidden;padding:0;background:linear-gradient(135deg,#4f3003fa,#a46903e0);color:var(--quote-text)}.bonusBadge{position:absolute;top:24px;left:28px;color:#fff3d3b8}.bonusContent{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:28px;padding:78px 30px 30px}.bonusContent h2{color:var(--quote-text)}.bonusIntro p,.bonusList li{color:#fff7dfeb}.bonusSection .checkList li:before{color:#fff4d6f5;font-size:1.5em;line-height:.85}.finalLink{display:flex;width:fit-content;align-items:center;justify-content:space-between;gap:18px;margin:-64px 78px 24px auto;padding:10px;border-radius:999px;background:#4f3003e6;color:#b11414;box-shadow:var(--shadow);position:relative;z-index:3;font-weight:600}.finalLink p{margin:0}.finalLink a{color:#b11414;font-weight:600}.redText li{color:#b11414}.finalPanel{position:relative;padding:0}.finalAlert{position:absolute;top:18px;right:48px;width:min(380px,56%);padding:24px 26px;border-radius:26px;background:linear-gradient(135deg,#fff2b8,#f1b12c);color:#b11414;font-family:Inter,Segoe UI,sans-serif;font-size:1.24rem;font-weight:800;line-height:1.25;text-transform:uppercase;box-shadow:0 14px 28px #7d540833;transform:rotate(3deg)}.priceTag{margin:10px 0 20px;font-family:Inter,Segoe UI,sans-serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1;font-weight:700;color:var(--accent)}.finalContacts{margin-top:22px}.finalSection .checkList li:before{font-size:2em;line-height:.8}.siteFooter{margin-top:34px;padding:.8px 20px;background:#fff5edeb;border-radius:28px;text-align:center;font-size:.85rem;color:#755c46}.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal,.reveal.is-visible,.heroNav a,.finalLink a,.contactLink{transition:none;transform:none}}@media(max-width:900px){.heroContent,.bonusContent{grid-template-columns:1fr}.compassAside.fullWidth{width:100%}}@media(max-width:720px){.landingPage{padding:0 14px 56px}.heroBackdrop{border-radius:30px}.heroContent{gap:20px;padding:20px 16px}.section{padding:30px 18px;border-radius:28px}.quoteInner{padding:28px 20px}.quoteSection.split .quoteInner p:first-child,.quoteSection.left .quoteInner{padding-right:0}.sectionHeader,.finalLink{flex-direction:column;align-items:flex-start}.finalLink{margin:12px 0 24px;width:auto}.finalAlert{position:static;width:100%;margin-bottom:16px;transform:none}.softList,.nestedSection{padding-left:20px}.contactLink{width:46px;height:46px}}
