:root{--bg:#f6f3ea;--paper:#fffdf8;--text:#1f281c;--muted:#667064;--green:#55773b;--green-dark:#314f28;--line:#dfe6d5;--shadow:0 18px 50px rgba(49,79,40,.10);--footer:#1a291b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,100%);margin:0 auto;padding:0 22px}.top{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.88);backdrop-filter:blur(12px);border-bottom:1px solid rgba(49,79,40,.08)}.top-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:20px;font-weight:800;color:var(--green-dark)}.link-anchor{font-weight:700;color:var(--green-dark)}.hero{background:linear-gradient(90deg,#f7f1e6 0%,#f7f1e6 45%,#dce8d1 100%)}.hero-grid{min-height:720px;display:grid;grid-template-columns:1.02fr .98fr;gap:32px;align-items:center}.hero-copy{padding:64px 0}.label,.eyebrow,.section-head span{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:#e8f0df;color:var(--green-dark);font-size:13px;font-weight:800}h1,h2{font-family:"Cormorant Garamond",serif}h1{margin:24px 0 16px;font-size:clamp(56px,7vw,94px);line-height:.88;letter-spacing:-1.8px;font-weight:600}h1 span{color:var(--green)}.author{font-size:24px;font-weight:700;margin:0 0 16px}.hero-text{max-width:610px;color:var(--muted);font-size:19px;line-height:1.6}.hero-points{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.hero-points span{background:rgba(255,255,255,.78);border:1px solid rgba(49,79,40,.12);border-radius:18px;padding:12px 14px;box-shadow:var(--shadow);font-size:14px;font-weight:700;color:var(--green-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:12px;padding:16px 28px;background:linear-gradient(180deg,#648648,#476735);color:#fff;font-size:16px;font-weight:800;box-shadow:0 14px 28px rgba(71,103,53,.20);cursor:pointer}.hero-photo{align-self:stretch;display:flex;align-items:flex-end}.hero-photo img{width:100%;height:100%;max-height:720px;object-fit:cover;object-position:center top}.section{padding:74px 0}.section-head{text-align:center;max-width:760px;margin:0 auto 34px}.section-head h2{margin:14px 0 8px;font-size:clamp(38px,5vw,58px);line-height:1}.section-head p{margin:0;color:var(--muted);font-size:18px;line-height:1.6}.program{background:var(--paper)}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.program-item{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px 22px 22px 62px;box-shadow:var(--shadow);font-weight:700;color:#344730;line-height:1.4}.program-item:before{content:"✓";position:absolute;left:20px;top:18px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800}.story{background:#f3efe6}.gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}.proof{background:var(--paper)}.proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.proof-copy h2,.payment-copy h2{margin:14px 0 16px;font-size:clamp(40px,5vw,60px);line-height:1}.proof-copy p,.payment-copy p{font-size:18px;line-height:1.65;color:var(--muted)}.proof-list{display:grid;gap:12px;margin-top:24px}.proof-list div{background:#f2f6ed;border:1px solid #dbe6d2;border-radius:18px;padding:15px 16px;font-weight:700;color:#40553b}.proof-media img{width:100%;height:560px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.results{background:#f5f2e9}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.result-grid img{width:100%;height:330px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}.payment{background:linear-gradient(100deg,#f0f3e8,#fffdf8)}.payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.payment-copy h2 strong{color:var(--green);font-size:1.28em}.payment-copy small{display:block;margin-top:14px;color:#7b8178}.payment-btn[disabled]{opacity:.75;cursor:not-allowed}.payment-image img{width:100%;height:500px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.reviews{background:var(--paper)}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;align-items:start}.reviews-grid img{width:100%;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}.footer{background:var(--footer);color:#eef5ed;padding:42px 0 48px}.footer-grid{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.10)}.footer-brand{font-size:24px;font-weight:800;margin-bottom:8px}.footer-muted{color:#b9c5b7;max-width:620px;line-height:1.5}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a,.footer-legal a{color:#a9df98}.footer-legal{padding-top:20px}.footer-legal p{margin:7px 0;color:#d8e0d5;font-size:14px;line-height:1.55}@media(max-width:980px){.hero-grid,.proof-grid,.payment-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{padding-top:18px}.hero-copy{padding:44px 0 10px}.hero-photo img{max-height:640px;border-radius:28px}.program-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.result-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{padding:0 14px}.top-inner{min-height:62px}.hero-grid{display:flex;flex-direction:column}.hero-copy{order:1;padding:30px 0 32px}.hero-photo{order:0;width:100%;padding-top:14px}.hero-photo img{height:430px;border-radius:24px}h1{font-size:53px}.author{font-size:20px}.hero-text{font-size:17px}.btn{width:100%}.section{padding:54px 0}.program-grid,.result-grid,.reviews-grid{grid-template-columns:1fr}.gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.gallery img{min-width:78vw;scroll-snap-align:center}.proof-media img,.payment-image img{height:auto}}

.payment-widget{
  margin-top:24px;
  width:100%;
  max-width:560px;
}
.payment-widget iframe,
.payment-widget form,
.payment-widget > div{
  max-width:100%!important;
}
