@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #fdfcf7;--fg: #1f1530;--muted: #6b6280;--primary: #6b3fb5;--primary-glow: #9866d6;--accent: #e8b339;--card: #fff;--border: #ece7f3;--grad-hero: linear-gradient(135deg, #5a32a3 0%, #7d4ec6 50%, #e8a05a 100%);--grad-soft: linear-gradient(180deg, #fdfcf7 0%, #f3ebfb 100%);--grad-cta: linear-gradient(135deg, #f0b850, #e58a3c);--shadow: 0 10px 40px -10px rgba(107, 63, 181, .25);--glow: 0 20px 60px -15px rgba(152, 102, 214, .45)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;overflow-x:hidden}h1,h2,h3{font-family:Playfair Display,Georgia,serif;letter-spacing:-.02em;line-height:1.1}h1{font-size:clamp(2rem,5vw,3.75rem);margin-bottom:1.5rem}h2{font-size:clamp(1.75rem,4vw,3rem);margin-bottom:1rem}h3{font-size:1.5rem;margin-bottom:.5rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.narrow{max-width:780px;margin:0 auto}.section{padding:5rem 0}.center{text-align:center}.mb40{margin-bottom:2.5rem}.mt40{margin-top:2.5rem}.muted{color:var(--muted)}.small{font-size:.875rem}.big{font-size:1.25rem}.italic{font-style:italic}.white{color:#fff}.white-soft{color:#ffffffd9}.accent{color:var(--accent)}.grad{background:var(--grad-hero);-webkit-background-clip:text;background-clip:text;color:transparent}.grad-soft{background:var(--grad-soft)}.grad-hero{background:var(--grad-hero);color:#fff;padding:5rem 0}.dark{background:#1f1530;color:#fff;padding:5rem 0}.dark h2{color:#fff}.soft{background:#6b3fb50a;border-block:1px solid rgba(107,63,181,.08);padding:5rem 0}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;border-radius:999px;background:#6b3fb51a;color:var(--primary);font-weight:600;font-size:.875rem;margin-bottom:1rem}.tag-light{background:#ffffff26;color:#fff}.lead{font-size:1.125rem;color:var(--muted);margin-bottom:2rem}.checks{list-style:none;margin-bottom:2rem}.checks li{display:flex;gap:.75rem;padding:.5rem 0;font-size:1.05rem}.checks li:before{content:"✓";display:inline-flex;width:1.5rem;height:1.5rem;border-radius:50%;background:#6b3fb526;color:var(--primary);align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:.85rem}.btn{display:inline-block;padding:1rem 2rem;border-radius:999px;font-weight:700;font-size:1rem;border:0;cursor:pointer;transition:transform .2s;text-align:center}.btn:hover{transform:scale(1.03)}.btn-cta{background:var(--grad-cta);color:#1f1530;box-shadow:var(--glow)}.btn-accent{background:var(--accent);color:#1f1530;width:100%;display:block}.btn-outline{background:transparent;color:var(--fg);border:2px solid var(--border);width:100%;display:block}.trust{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.25rem;font-size:.875rem;color:var(--muted)}.trust-light{justify-content:center;color:#ffffffe6}.hero{padding:4rem 0 6rem;background:var(--grad-soft);position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative}@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-text{position:relative}.hero-bg{position:absolute;inset:-2rem;z-index:-1;background-size:cover;background-position:center;opacity:.2;border-radius:1.5rem;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 75%)}.hero-img img{border-radius:1.5rem;box-shadow:var(--glow)}.grid-2{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.grid-3{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:640px){.grid-3{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-4{display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}@media(min-width:768px){.grid-4{grid-template-columns:repeat(4,1fr)}}.grid-2-img{display:grid;gap:3rem;grid-template-columns:1fr;align-items:center}@media(min-width:768px){.grid-2-img{grid-template-columns:1fr 1fr}}.grid-2-img.reverse>*:first-child{order:1}@media(min-width:768px){.grid-2-img.reverse>*:first-child{order:0}}.card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.card-left{border-left:4px solid var(--primary);display:flex;gap:1rem;align-items:flex-start;font-size:1.05rem}.card-left p{margin:0}.ico{width:3rem;height:3rem;border-radius:.75rem;background:#6b3fb51a;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem}.step{width:3.5rem;height:3.5rem;margin:0 auto 1rem;border-radius:50%;background:var(--grad-hero);color:#fff;font-weight:700;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.list-ico{list-style:none}.list-ico li{display:flex;gap:1rem;align-items:center;padding:1rem;background:#fff;border-radius:.75rem;margin-bottom:1rem;box-shadow:var(--shadow);font-weight:500}.list-ico li span{width:3rem;height:3rem;border-radius:.5rem;background:var(--grad-hero);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.rounded{border-radius:1.5rem;box-shadow:var(--shadow)}.circle{display:inline-flex;width:4rem;height:4rem;border-radius:50%;background:#e8b3394d;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:2rem}.circle.big{width:5rem;height:5rem;background:var(--grad-hero);box-shadow:var(--glow);font-size:2.5rem}.plan{position:relative;padding:2rem}.plan h3{font-size:1.5rem;margin-top:.5rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;background:#f3ebfb;color:var(--primary);font-size:.75rem;font-weight:700;margin-bottom:1rem}.badge-light{background:#fff3;color:#fff}.badge-top{position:absolute;top:-1rem;left:50%;transform:translate(-50%);padding:.4rem 1rem;border-radius:999px;background:var(--accent);color:#1f1530;font-size:.75rem;font-weight:700;box-shadow:var(--shadow);white-space:nowrap}.plan-featured{background:var(--grad-hero);color:#fff;border:0;box-shadow:var(--glow)}.plan-featured h3{color:#fff}.price{margin:1.5rem 0}.price .num{font-size:3rem;font-weight:700;display:block}.strike{text-decoration:line-through;opacity:.6}.off-tag{display:inline-block;padding:.15rem .5rem;border-radius:999px;background:var(--accent);color:#1f1530;font-size:.7rem;font-weight:700;margin-left:.5rem}.features{list-style:none;margin-bottom:2rem}.features li{padding:.5rem 0;display:flex;gap:.5rem}.features li.off{opacity:.5;text-decoration:line-through}.features-light li{color:#fff}.upsell-info{margin:2.5rem auto 0;max-width:600px;text-align:center;padding:1.5rem;border-radius:1rem;background:#e8b33926;border:1px solid rgba(232,179,57,.3)}.link{color:var(--primary);text-decoration:underline;font-weight:600}.stars{margin-bottom:.75rem;font-size:1rem}.who{display:flex;gap:.75rem;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.who img{width:3rem;height:3rem;border-radius:50%;object-fit:cover}.who small{display:block;color:var(--muted);font-size:.75rem}.faq{background:#fff;border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.faq-summary{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1.05rem}.faq-icon{font-size:1.5rem;color:var(--primary);flex-shrink:0;margin-left:1rem}.faq p{margin-top:.75rem;color:var(--muted);margin-bottom:0}.pad-lg{padding:3rem 2rem}.pad-xl{padding:6rem 0}.leaf{font-size:3rem;margin-bottom:1.5rem}.big-h{font-size:clamp(2rem,5vw,4rem);margin-bottom:1.5rem}footer{padding:2rem;text-align:center;color:var(--muted);font-size:.875rem;border-top:1px solid var(--border)}.modal-overlay{position:fixed;inset:0;background:#0f081eb8;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-box{background:#fff;border-radius:1.5rem;max-width:480px;width:100%;overflow:hidden;position:relative;box-shadow:0 30px 80px -10px #6b3fb573;max-height:92vh;overflow-y:auto}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff40;border:none;color:#fff;font-size:1.5rem;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:1}.modal-header{background:var(--grad-hero);padding:2.5rem 2rem 2rem;text-align:center}.modal-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem 1rem;border-radius:999px;background:var(--accent);color:#1f1530;font-size:.8rem;font-weight:700;margin-bottom:1rem}.modal-title{color:#fff;font-size:clamp(1.4rem,4vw,1.9rem);margin-bottom:.5rem;line-height:1.15}.modal-subtitle{color:#ffffffe0;font-size:1rem;margin-bottom:0}.modal-body{padding:2rem}.modal-price-block{text-align:center;margin-bottom:1.5rem}.modal-old-price{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.25rem;font-size:1.1rem;color:var(--muted)}.modal-main-price{font-size:3.25rem;font-weight:800;color:var(--primary);font-family:Playfair Display,Georgia,serif;line-height:1.1;margin-bottom:.25rem}.modal-list-title{margin-bottom:.75rem;font-size:1rem}.modal-features{list-style:none;margin-bottom:1.75rem}.modal-features li{display:flex;align-items:center;gap:.75rem;padding:.45rem 0;font-size:.95rem;border-bottom:1px solid var(--border)}.modal-features li:last-child{border-bottom:none}.modal-check{display:inline-flex;width:1.4rem;height:1.4rem;border-radius:50%;background:#6b3fb51f;color:var(--primary);align-items:center;justify-content:center;flex-shrink:0;font-weight:700;font-size:.8rem}.modal-btn-yes{display:block;width:100%;text-align:center;font-size:1.05rem;padding:1.1rem 1.5rem;margin-bottom:.75rem;border-radius:999px}.modal-btn-no{display:block;width:100%;text-align:center;padding:.9rem 1.5rem;border:2px solid var(--border);border-radius:999px;color:var(--muted);font-size:.95rem;background:transparent}.modal-btn-no:hover{background:#6b3fb50a;transform:none}
