/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--green-950:#092e28;--green-900:#0d3d34;--green-800:#135145;--green-700:#1d6857;--sage:#87a68e;--gold:#c7a55a;--gold-light:#e6d09b;--ivory:#f7f3e9;--cream:#fcfaf4;--ink:#18302b;--muted:#60716c;--line:#0d3d3424;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,a,summary{-webkit-tap-highlight-color:transparent}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fcfaf4eb;border-bottom:1px solid #0d3d341a;justify-content:space-between;align-items:center;gap:32px;min-height:76px;padding:12px max(4vw,24px);display:flex;position:sticky;top:0}.brand{flex:none}.brand img{width:208px;height:auto}nav{color:#35534b;align-items:center;gap:28px;font-size:14px;font-weight:700;display:flex}nav a{transition:color .18s}nav a:hover{color:var(--green-800)}.button{border:1px solid var(--green-800);background:var(--green-800);min-height:54px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;gap:16px;padding:14px 24px;font-size:15px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex;box-shadow:0 14px 34px #0d3d342e}.button:hover{background:var(--green-900);transform:translateY(-2px);box-shadow:0 18px 40px #0d3d3442}.button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.button-small{min-height:42px;padding:10px 18px;font-size:13px}.hero{background:linear-gradient(115deg, #f7f3e9fa, #fcfaf4eb), var(--cream);padding:86px max(4vw,24px) 76px;position:relative;overflow:hidden}.hero:after{content:"";border:1px solid #c7a55a42;border-radius:50%;width:640px;height:640px;position:absolute;bottom:-250px;right:-160px}.hero-glow{filter:blur(2px);pointer-events:none;border-radius:50%;position:absolute}.hero-glow-one{background:#87a68e24;width:420px;height:420px;top:-160px;left:-120px}.hero-glow-two{background:#c7a55a1a;width:300px;height:300px;bottom:-120px;right:18%}.hero-content{z-index:2;grid-template-columns:minmax(0,1.08fr) minmax(360px,.82fr);align-items:center;gap:clamp(54px,7vw,96px);max-width:1200px;margin:0 auto;display:grid;position:relative}.eyebrow,.kicker{color:var(--green-700);letter-spacing:.17em;text-transform:uppercase;font-size:12px;font-weight:900}.eyebrow{background:#ffffff9e;border:1px solid #0d3d3424;border-radius:999px;align-items:center;gap:10px;padding:9px 14px;display:inline-flex}.eyebrow-dot{background:var(--gold);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #c7a55a24}.hero h1{max-width:720px;color:var(--green-950);letter-spacing:-.04em;margin:26px 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,5.2vw,78px);font-weight:500;line-height:.99}.hero h1 span{color:var(--green-700);font-style:italic}.hero-lead{color:#4a625b;max-width:650px;margin:0;font-size:clamp(17px,1.5vw,20px);line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:32px;display:flex}.text-link{border-bottom:1px solid var(--green-800);color:var(--green-800);font-size:14px;font-weight:800}.trust-line{color:#526b63;flex-wrap:wrap;gap:20px;margin-top:30px;font-size:12px;font-weight:700;display:flex}.hero-visual{padding:0 22px 34px 0;position:relative}.image-frame{aspect-ratio:4/5;border:10px solid #ffffffc7;border-radius:220px 220px 34px 34px;position:relative;overflow:hidden;box-shadow:0 30px 90px #0d3d3430}.image-frame img{object-fit:cover;object-position:center;width:100%;height:100%}.live-badge{color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#092e28db;border:1px solid #ffffff73;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:800;display:flex;position:absolute;top:24px;right:24px}.live-dot{background:#72d5a8;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #72d5a829}.price-card{background:var(--green-950);color:#fff;border:1px solid #c7a55a61;border-radius:20px;flex-direction:column;min-width:240px;padding:20px 24px;display:flex;position:absolute;bottom:0;right:-24px;box-shadow:0 22px 46px #092e284d}.price-card p{color:var(--gold-light);letter-spacing:.13em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:900}.price-card strong{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:30px}.price-card span{color:#ffffffb3;margin-top:5px;font-size:12px}.facts{z-index:3;background:var(--white);border:1px solid #c7a55a47;border-radius:20px;grid-template-columns:repeat(4,1fr);max-width:1120px;margin:-28px auto 0;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px #0d3d341a}.facts article{border-right:1px solid var(--line);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:112px;display:flex}.facts article:last-child{border-right:0}.facts strong{color:var(--green-800);font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:600}.facts span{color:var(--muted);margin-top:7px;font-size:12px;font-weight:700}.section{max-width:1200px;margin:0 auto;padding:110px max(4vw,24px)}.section-heading{text-align:center;max-width:760px;margin:0 auto 56px}.section-heading h2,.included-section h2,.teacher-copy h2,.offer-copy h2,.final-cta h2{color:var(--green-950);letter-spacing:-.03em;margin:14px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4vw,58px);font-weight:500;line-height:1.08}.section-heading>p:last-child,.included-copy{color:var(--muted);margin:0;font-size:17px;line-height:1.75}.problem-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.problem-grid article{border:1px solid var(--line);background:#ffffffb3;border-radius:22px;min-height:248px;padding:34px;transition:transform .18s,box-shadow .18s}.problem-grid article:hover{transform:translateY(-5px);box-shadow:0 24px 52px #0d3d341a}.card-icon{background:var(--ivory);width:48px;height:48px;color:var(--gold);border-radius:50%;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:700;display:inline-grid}.problem-grid h3,.lesson-card h3{color:var(--green-900);margin:25px 0 12px;font-size:20px}.problem-grid p,.lesson-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.75}.program-section{background:var(--green-950);max-width:none;padding-left:max(4vw,50vw - 576px);padding-right:max(4vw,50vw - 576px)}.section-heading-light h2{color:var(--white)}.section-heading-light>p:last-child{color:#ffffffa1}.section-heading-light .kicker{color:var(--gold-light)}.lesson-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.lesson-card{background:#ffffff0b;border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:50px 1fr;gap:18px;min-height:176px;padding:27px 30px;display:grid}.lesson-card>span{width:44px;height:44px;color:var(--gold-light);border:1px solid #c7a55a66;border-radius:50%;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:14px;display:grid}.lesson-card h3{color:var(--white);margin:3px 0 9px}.lesson-card p{color:#ffffff9c}.included-section{grid-template-columns:1.05fr .75fr;align-items:center;gap:clamp(58px,8vw,110px);display:grid}.included-section ul{grid-template-columns:repeat(2,1fr);gap:16px 22px;margin:34px 0 0;padding:0;list-style:none;display:grid}.included-section li{color:#405a53;align-items:flex-start;gap:12px;font-size:14px;font-weight:700;line-height:1.5;display:flex}.included-section li span{width:22px;height:22px;color:var(--green-700);background:#87a68e30;border-radius:50%;flex:none;place-items:center;font-size:11px;display:grid}.quote-card{background:var(--ivory);border-radius:32px 32px 140px;padding:54px 44px;position:relative;overflow:hidden}.quote-card:after{content:"";border:1px solid #c7a55a66;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-70px;right:-50px}.quote-mark{border-radius:50%;width:66px;height:66px;margin-bottom:30px}.quote-card blockquote{color:var(--green-900);margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3vw,40px);line-height:1.2}.quote-card p{max-width:390px;color:var(--muted);margin:25px 0 0;font-size:14px;line-height:1.7}.teacher-section{background:#eef1e9;grid-template-columns:minmax(320px,.72fr) minmax(0,1fr);align-items:center;gap:clamp(54px,8vw,110px);max-width:none;padding-left:max(4vw,50vw - 576px);padding-right:max(4vw,50vw - 576px);display:grid}.teacher-image{aspect-ratio:4/5;border-radius:220px 220px 30px 30px;overflow:hidden;box-shadow:0 26px 70px #0d3d3429}.teacher-image img{object-fit:cover;width:100%;height:100%}.teacher-role{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin:-6px 0 27px;font-size:13px;font-weight:900}.teacher-copy>p:not(.kicker):not(.teacher-role){color:#506761;max-width:620px;font-size:16px;line-height:1.8}.offer-section{padding-top:90px;padding-bottom:90px}.offer-card{background:radial-gradient(circle at 12% 30%, #c7a55a1f, transparent 28%), var(--green-950);color:#fff;border-radius:30px;grid-template-columns:1.2fr .7fr .8fr;align-items:center;gap:50px;padding:58px;display:grid;overflow:hidden}.kicker-gold{color:var(--gold-light)}.offer-copy h2{color:#fff;margin-bottom:12px;font-size:clamp(34px,3vw,48px)}.offer-copy>p:last-child{color:#ffffffa1;max-width:490px;margin:0;line-height:1.7}.offer-price{border-left:1px solid #ffffff29;flex-direction:column;padding-left:40px;display:flex}.offer-price span,.offer-price small{color:#ffffff91;letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.offer-price s{color:#ffffff94;margin:5px 0 20px;font-size:18px}.offer-price strong{color:var(--gold-light);margin-top:5px;font-family:Georgia,Times New Roman,serif;font-size:34px}.button-gold{border-color:var(--gold);background:var(--gold);color:var(--green-950);box-shadow:0 14px 34px #0000002b}.button-gold:hover{background:#d5b66f}.offer-action p{color:#ffffff8f;text-align:center;margin:14px 0 0;font-size:11px}.faq-section{padding-top:90px}.faq-list{border-top:1px solid var(--line);max-width:850px;margin:0 auto}details{border-bottom:1px solid var(--line)}summary{min-height:84px;color:var(--green-900);cursor:pointer;justify-content:space-between;align-items:center;gap:20px;font-size:17px;font-weight:800;list-style:none;display:flex}summary::-webkit-details-marker{display:none}summary span{border:1px solid var(--line);width:34px;height:34px;color:var(--gold);border-radius:50%;flex:none;place-items:center;font-size:20px;font-weight:400;transition:transform .18s;display:grid}details[open] summary span{transform:rotate(45deg)}details>p{max-width:700px;color:var(--muted);margin:-5px 0 28px;font-size:15px;line-height:1.75}.final-cta{background:radial-gradient(circle at 50% -10%, #c7a55a2e, transparent 42%), var(--green-800);color:#fff;text-align:center;flex-direction:column;align-items:center;padding:100px 24px;display:flex}.final-cta>img{width:250px;margin-bottom:30px}.final-cta h2{color:#fff;margin-bottom:14px}.final-cta p{color:#ffffffb3;max-width:620px;margin:0 0 30px;font-size:17px;line-height:1.7}footer{background:var(--green-950);color:#fff;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:55px max(4vw,24px) 32px;display:grid}footer img{width:210px}footer p{color:#ffffff8c;font-size:12px}.footer-links{color:#ffffffb8;gap:25px;font-size:13px;font-weight:700;display:flex}.footer-note{border-top:1px solid #ffffff1a;grid-column:1/-1;margin:10px 0 0;padding-top:24px}.floating-whatsapp{z-index:45;color:#fff;background:#1f9e60;border:1px solid #ffffff59;border-radius:999px;align-items:center;gap:9px;min-height:48px;padding:12px 18px;font-size:13px;font-weight:900;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 14px 35px #0b3e2547}@media (width<=980px){nav{display:none}.hero-content{grid-template-columns:1fr}.hero-copy{text-align:center}.hero h1,.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-line{justify-content:center}.hero-visual{width:min(560px,90%);margin:0 auto}.facts{width:calc(100% - 40px)}.problem-grid{grid-template-columns:1fr}.problem-grid article{min-height:auto}.included-section{grid-template-columns:1fr}.teacher-section{grid-template-columns:.8fr 1fr;gap:44px}.offer-card{grid-template-columns:1fr .8fr}.offer-action{grid-column:1/-1}}@media (width<=680px){.site-header{min-height:66px;padding:10px 16px}.brand img{width:165px}.site-header .button{min-height:40px;padding:9px 12px;font-size:0}.site-header .button:after{content:"WhatsApp";font-size:12px}.hero{padding:55px 20px 64px}.hero h1{font-size:clamp(43px,13.5vw,60px)}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.hero-visual{width:100%;padding-right:0}.image-frame{aspect-ratio:4/5;border-radius:150px 150px 28px 28px}.price-card{min-width:218px;right:-3px}.facts{grid-template-columns:repeat(2,1fr)}.facts article{border-bottom:1px solid var(--line);min-height:96px}.facts article:nth-child(2){border-right:0}.facts article:nth-child(3),.facts article:nth-child(4){border-bottom:0}.section{padding:78px 20px}.section-heading{margin-bottom:38px}.section-heading h2,.included-section h2,.teacher-copy h2,.offer-copy h2,.final-cta h2{font-size:38px}.lesson-grid{grid-template-columns:1fr}.lesson-card{grid-template-columns:44px 1fr;gap:12px;padding:24px 20px}.included-section ul{grid-template-columns:1fr}.quote-card{padding:40px 30px 75px}.teacher-section{grid-template-columns:1fr}.teacher-image{width:100%;max-width:430px;margin:0 auto}.offer-section{padding-left:14px;padding-right:14px}.offer-card{grid-template-columns:1fr;gap:34px;padding:40px 26px}.offer-price{border-top:1px solid #ffffff29;border-left:0;padding:28px 0 0}.offer-action{grid-column:auto}.offer-action .button{width:100%}.final-cta{padding:80px 20px}footer{grid-template-columns:1fr}.footer-links{flex-direction:column;align-items:flex-start;gap:12px}.footer-note{grid-column:auto}.floating-whatsapp{padding:12px 15px;bottom:14px;right:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
