@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Lora:ital,wght@0,400;0,600;1,400;1,500&display=swap");:root{--bg:#FAFAF7;--bg-alt:#F2EDE3;--bg-dark:#1C263E;--text:#1C263E;--text-soft:#4A566F;--text-mute:#8590A8;--text-light:#FEF2BC;--text-light-soft:rgba(254,242,188,.65);--accent:#FDBB03;--border:#E6E2D6;--font-sans:"DM Sans",system-ui,-apple-system,sans-serif;--font-serif:"Lora",Georgia,serif;--wrap:680px;--wrap-wide:900px;--r-sm:8px;--r-md:14px;--r-lg:20px;--r-xl:28px;--r-pill:999px;--shadow-sm:0 1px 4px rgba(28,38,62,.07);--shadow-md:0 6px 20px -6px rgba(28,38,62,.14);--shadow-lg:0 20px 48px -16px rgba(28,38,62,.18)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:var(--text);text-decoration:underline;text-underline-offset:3px;transition:opacity .14s}a:hover{opacity:.65}p{margin-bottom:16px}p:last-child{margin-bottom:0}.wrap{max-width:var(--wrap)}.wrap,.wrap--wide{margin:0 auto;padding:0 24px}.wrap--wide{max-width:var(--wrap-wide)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-weight:600;font-size:15px;padding:14px 28px;border-radius:var(--r-pill);border:none;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.btn--primary{background:var(--accent);color:var(--bg-dark);box-shadow:0 6px 24px -6px rgba(253,187,3,.4)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px -8px rgba(253,187,3,.5);opacity:1}.btn--sm{font-size:14px;padding:11px 22px}.btn--lg{font-size:16px;padding:16px 36px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(250,250,247,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header__inner{max-width:var(--wrap);margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}.header__name{font-weight:700;font-size:16px;text-decoration:none;color:var(--text)}.hero{display:flex;align-items:stretch;min-height:600px;overflow:hidden;text-align:center}.hero__photo{flex:0 0 260px;position:relative;overflow:hidden}.hero__photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;display:block}.hero__content{flex:1 1;padding:64px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}@media (max-width:900px){.hero__photo{flex:0 0 180px}.hero__content{padding:48px 28px}}@media (max-width:640px){.hero__photo{display:none}.hero__content{padding:60px 24px}}.hero__h1{font-size:clamp(26px,3.5vw,44px);font-weight:600;line-height:1.15;color:var(--text);text-wrap:balance;margin-bottom:14px}.hero__h1,.hero__subtitle{font-family:var(--font-serif)}.hero__subtitle{font-style:italic;font-size:19px;color:var(--text-soft);margin-bottom:40px}.hero__for{background:var(--bg-alt);border-radius:var(--r-xl);padding:28px 32px;text-align:left;margin-bottom:36px;width:100%;max-width:560px}.hero__for-title{font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-mute);margin-bottom:14px}.hero__for-list{list-style:none;display:flex;flex-direction:column;gap:10px}.hero__for-item{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5}.hero__for-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:5px}.img-divider{width:100%;overflow:hidden;line-height:0}.img-divider img{width:100%;height:420px;object-fit:cover;object-position:center 20%;display:block}.img-divider--sm img{height:280px}.img-divider--md img{height:340px}.credentials{background:var(--bg-dark);padding:72px 0}.credentials__inner{display:grid;grid-template-columns:2fr 3fr;grid-gap:56px;gap:56px;align-items:center}.credentials__img{border-radius:var(--r-xl);overflow:hidden}.credentials__img img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center 15%;display:block}.credentials__title{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:20px}.credentials__list{list-style:none;display:flex;flex-direction:column;gap:14px}.credentials__item{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;color:var(--text-light-soft)}.credentials__check{color:var(--accent);font-size:15px;flex-shrink:0;margin-top:1px}@media (max-width:640px){.credentials__inner{grid-template-columns:1fr}.credentials__img img{aspect-ratio:3/2}}.why{padding:80px 0;text-align:center}.why__title{font-family:var(--font-serif);font-size:clamp(22px,3vw,34px);font-weight:600;color:var(--text);margin-bottom:28px;line-height:1.2}.why__body{text-align:left;color:var(--text-soft);line-height:1.75}.why__hook{font-family:var(--font-serif);font-style:italic;font-size:22px;color:var(--text);text-align:center;margin:28px 0}.situations{background:var(--bg-alt);padding:80px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section__title{font-family:var(--font-serif);font-size:clamp(22px,3vw,34px);font-weight:600;color:var(--text);margin-bottom:36px;line-height:1.2;text-align:center}.situations__list{display:flex;flex-direction:column;gap:0}.situation-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--border);align-items:flex-start}.situation-item:last-child{border-bottom:none}.situation-item__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0;margin-top:8px}.situation-item__title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:4px}.situation-item__desc{font-size:14px;color:var(--text-soft);line-height:1.6;margin:0}.benefits{padding:80px 0}.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.benefit-card{display:flex;flex-direction:column;align-items:center;text-align:center}.benefit-card__icon{width:80px;height:80px;color:var(--bg-dark);margin-bottom:20px;flex-shrink:0}.benefit-card__icon svg{width:100%;height:100%}.benefit-card__body{flex:1 1}.benefit-card__title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.3}.benefit-card__desc{font-size:13px;color:var(--text-soft);line-height:1.6;margin:0}@media (max-width:720px){.benefits__grid{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width:420px){.benefits__grid{grid-template-columns:1fr}}.about{padding:80px 0}.about__inner{display:grid;grid-template-columns:1.8fr 1fr;grid-gap:56px;gap:56px;align-items:start}.about__label{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-mute);margin-bottom:14px}.about__title{font-family:var(--font-serif);font-size:clamp(22px,3vw,34px);font-weight:600;color:var(--text);line-height:1.2;margin-bottom:6px}.about__greeting{font-size:20px;color:var(--accent);margin-bottom:2px}.about__greeting,.about__tagline{font-family:var(--font-serif);font-style:italic}.about__tagline{font-size:17px;color:var(--text-soft);margin-bottom:24px}.about__body{font-size:15px;line-height:1.75}.about__body,.about__body p{color:var(--text-soft)}.about__stat{display:flex;gap:14px;align-items:flex-start;background:var(--bg-alt);border-radius:var(--r-lg);padding:18px 20px;margin:20px 0}.about__stat-num{font-family:var(--font-serif);font-size:38px;font-weight:600;color:var(--text);line-height:1;flex-shrink:0}.about__stat-label{font-size:13px;color:var(--text-soft);line-height:1.5;padding-top:4px}.about__article-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--text);margin:4px 0 16px}.about__portrait{position:-webkit-sticky;position:sticky;top:96px}.about__portrait img{width:100%;border-radius:var(--r-xl);object-fit:cover;aspect-ratio:3/4;object-position:center 15%;box-shadow:var(--shadow-lg)}@media (max-width:680px){.about__inner{grid-template-columns:1fr}.about__portrait{position:static}.about__portrait img{aspect-ratio:4/3}}.journey{background:var(--bg-alt);padding:80px 0;border-top:1px solid var(--border)}.journey__title{font-family:var(--font-serif);font-size:clamp(22px,3vw,34px);font-weight:600;color:var(--text);margin-bottom:4px;line-height:1.2}.journey__subtitle{font-family:var(--font-serif);font-style:italic;font-size:17px;color:var(--text-mute);margin-bottom:32px}.journey__body{font-size:16px;color:var(--text-soft);line-height:1.8}.journey__body p{color:var(--text-soft);margin-bottom:16px}.journey__body p.hook{font-weight:700;color:var(--text);font-size:17px}.journey__body p.age{font-family:var(--font-serif);font-style:italic;font-size:20px;color:var(--text);text-align:center;padding:12px 0}.journey__body p.seek-title{font-family:var(--font-serif);font-size:24px;font-weight:600;color:var(--text);margin:36px 0 16px;line-height:1.2}.journey__split{display:grid;grid-template-columns:1fr 320px;grid-gap:48px;gap:48px;align-items:start;margin-bottom:36px}.journey__img-side{position:-webkit-sticky;position:sticky;top:96px}.journey__img-side img{width:100%;height:auto;border-radius:var(--r-xl);display:block;box-shadow:var(--shadow-md)}.journey__split--flip{grid-template-columns:360px 1fr}.journey__img-landscape{margin:36px 0;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-md)}.journey__img-landscape img{width:100%;height:auto;display:block}@media (max-width:680px){.journey__split,.journey__split--flip{grid-template-columns:1fr}.journey__img-side{position:static;order:-1}.journey__img-side img{max-width:300px;margin:0 auto}}.journey__img-pair{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin:36px 0}.journey__img-pair img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 15%;border-radius:var(--r-lg);display:block;box-shadow:var(--shadow-md)}@media (max-width:500px){.journey__img-pair{grid-template-columns:1fr}}.offerings{padding:80px 0}.offerings__intro{text-align:center;color:var(--text-soft);margin-bottom:12px;font-size:16px}.offerings__transition{text-align:center;color:var(--text-soft);font-size:15px;margin-bottom:40px;line-height:1.6}.offerings__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:32px}.offer-card{border:1.5px solid var(--border);border-radius:var(--r-xl);overflow:hidden;display:flex;flex-direction:column;background:var(--bg)}.offer-card--featured{border-color:var(--accent)}.offer-card__body{padding:28px 24px;flex:1 1;display:flex;flex-direction:column;gap:12px}.offer-card__badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:var(--r-pill);align-self:flex-start}.offer-card__badge--group{background:var(--bg-dark);color:var(--accent)}.offer-card__badge--indiv{background:var(--bg-alt);color:var(--text-soft)}.offer-card__title{font-family:var(--font-serif);font-size:17px;font-weight:600;color:var(--text);line-height:1.3}.offer-card__detail{font-size:14px;color:var(--text-soft);line-height:1.6}.offer-card__detail strong{color:var(--text)}.offer-card__price{display:flex;align-items:baseline;gap:8px;padding-top:14px;border-top:1px solid var(--border);margin-top:auto}.offer-card__price-amount{font-family:var(--font-serif);font-size:34px;font-weight:600;color:var(--text);line-height:1}.offer-card__price-desc{font-size:13px;color:var(--text-soft);line-height:1.4}.offerings__cta{text-align:center;margin-bottom:32px}.offerings__reassurance{background:var(--bg-alt);border-radius:var(--r-xl);padding:28px 24px;font-size:14px;color:var(--text-soft);line-height:1.7;text-align:center}.offerings__reassurance p{margin-bottom:10px}@media (max-width:560px){.offerings__grid{grid-template-columns:1fr}}.cta-band{background:var(--bg-dark);padding:72px 0;text-align:center}.cta-band__title{font-family:var(--font-serif);font-size:clamp(20px,2.8vw,32px);font-weight:600;color:var(--text-light);margin-bottom:14px;line-height:1.2;text-wrap:balance}.cta-band__sub{font-size:16px;color:var(--text-light-soft);margin-bottom:28px;max-width:460px;margin-left:auto;margin-right:auto;line-height:1.6}.contact{padding:80px 0}.contact__title{font-family:var(--font-serif);font-size:clamp(22px,3vw,32px);font-weight:600;color:var(--text);margin-bottom:6px;text-align:center}.contact__sub{font-size:15px;color:var(--text-soft);text-align:center;margin-bottom:36px}.contact__form{gap:14px}.contact__form,.form-group{display:flex;flex-direction:column}.form-group{gap:5px}.form-group label{font-size:13px;font-weight:600;color:var(--text)}.form-group input,.form-group textarea{font-family:var(--font-sans);font-size:15px;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--r-md);padding:11px 14px;width:100%;outline:none;transition:border-color .14s}.form-group input:focus,.form-group textarea:focus{border-color:var(--bg-dark)}.form-group textarea{resize:vertical;min-height:110px}.form-consent{font-size:12px;color:var(--text-mute);line-height:1.55}.footer{background:var(--bg-dark);padding:48px 0 28px}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center}.footer__name{font-weight:700;font-size:15px;color:var(--accent);text-decoration:none}.footer__social{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:center}.footer__social a{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--text-light-soft);text-decoration:none;padding:8px 16px;border-radius:var(--r-pill);border:1px solid rgba(254,242,188,.12);background:rgba(254,242,188,.04);transition:background .14s,color .14s}.footer__social a:hover{background:rgba(254,242,188,.1);color:var(--text-light);opacity:1}.footer__newsletter{width:100%;max-width:380px}.footer__newsletter p{font-size:14px;color:var(--text-light-soft);margin-bottom:12px;line-height:1.5}.footer__newsletter-form{display:flex;gap:8px}.footer__newsletter-input{flex:1 1;font-family:var(--font-sans);font-size:14px;color:var(--text-light);background:rgba(254,242,188,.06);border:1px solid rgba(254,242,188,.14);border-radius:var(--r-pill);padding:10px 14px;outline:none}.footer__newsletter-input::placeholder{color:rgba(254,242,188,.35)}.footer__newsletter-input:focus{border-color:var(--accent)}.footer__newsletter-btn{font-family:var(--font-sans);font-size:13px;font-weight:600;background:var(--accent);color:var(--bg-dark);border:none;border-radius:var(--r-pill);padding:10px 16px;cursor:pointer;white-space:nowrap}.footer__bottom{border-top:1px solid rgba(254,242,188,.08);padding-top:18px;font-size:12px;color:rgba(254,242,188,.3);width:100%;text-align:center}