:root {
  --ink: #28274f;
  --purple: #343168;
  --purple-dark: #242249;
  --purple-soft: #eeedfa;
  --yellow: #ffd83d;
  --yellow-dark: #eabf13;
  --pink: #f85298;
  --pink-soft: #fff0f6;
  --blue: #48b8ef;
  --blue-soft: #eaf8ff;
  --green: #49b989;
  --cream: #fffaf1;
  --paper: #fffefb;
  --muted: #66647c;
  --line: #dfddea;
  --shadow: 0 22px 60px rgba(47, 45, 97, .14);
  --radius: 28px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Nunito", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.narrow { max-width: 970px; }
.section { padding: 76px 0; position: relative; }
.section-heading { max-width: 700px; margin-bottom: 38px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .expert-copy h2, .offer-intro h2, .faq-intro h2, .final-copy h2, .guarantee-card h2 { margin: 12px 0 15px; font: 700 clamp(2rem, 5vw, 3.5rem)/1.08 "Fredoka", sans-serif; letter-spacing: -.035em; }
.section-heading h2 span, .expert-copy h2 span { color: var(--pink); }
.section-heading p, .expert-copy > p, .offer-intro p, .faq-intro p { margin: 0; color: var(--muted); font-size: clamp(1rem, 2vw, 1.15rem); line-height: 1.7; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-weight: 900; font-size: .78rem; line-height: 1; text-transform: uppercase; letter-spacing: .1em; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: var(--yellow); }
.eyebrow-pink { color: #b92a67; }
.eyebrow-pink::before { background: var(--pink); }
.eyebrow-yellow, .eyebrow-light { color: white; }
.eyebrow-yellow::before, .eyebrow-light::before { background: var(--yellow); }

.notice-bar { position: sticky; top: 0; z-index: 100; background: var(--purple-dark); color: white; min-height: 46px; box-shadow: 0 4px 20px rgba(24,22,50,.2); }
.notice-inner { width: min(calc(100% - 24px), 900px); min-height: 46px; margin: 0 auto; display: flex; justify-content: center; align-items: center; gap: 8px; font-size: .78rem; line-height: 1.2; text-align: center; font-weight: 800; }
.notice-dot { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,216,61,.16); flex: none; }
#offer-deadline { color: var(--yellow); font-variant-numeric: tabular-nums; }

body.offer-popup-open { overflow: hidden; }
.offer-popup[hidden] { display: none; }
.offer-popup { position: fixed; inset: 0; z-index: 1000; padding: 16px; display: grid; place-items: center; overflow-y: auto; background: rgba(20,18,50,.78); backdrop-filter: blur(8px); opacity: 0; transition: opacity .25s ease; }
.offer-popup.is-open { opacity: 1; }
.offer-popup-dialog { position: relative; isolation: isolate; width: min(100%, 620px); padding: 44px 20px 22px; overflow: hidden; color: white; background: radial-gradient(circle at 8% 8%, rgba(255,216,61,.18), transparent 30%), radial-gradient(circle at 95% 80%, rgba(248,82,152,.24), transparent 34%), linear-gradient(145deg, #343168, #242249 72%); border: 2px solid rgba(255,216,61,.7); border-radius: 27px; box-shadow: 0 30px 80px rgba(7,6,27,.55); text-align: center; opacity: 0; transform: translateY(24px) scale(.92); transition: opacity .28s ease, transform .38s cubic-bezier(.2,.9,.25,1.25); }
.offer-popup-dialog::before { content: "ABC"; position: absolute; z-index: -1; right: -18px; bottom: -28px; color: rgba(255,255,255,.035); font: 700 7rem/1 "Fredoka", sans-serif; pointer-events: none; }
.offer-popup.is-open .offer-popup-dialog { opacity: 1; transform: none; }
.offer-popup-close { position: absolute; top: 10px; right: 10px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--purple); background: white; border: 0; border-radius: 50%; box-shadow: 0 8px 20px rgba(8,7,32,.25); cursor: pointer; font: 700 1.7rem/1 Arial, sans-serif; }
.offer-popup-close:hover, .offer-popup-close:focus-visible { color: white; background: var(--pink); }
.offer-popup-kicker { display: inline-flex; padding: 8px 13px; color: var(--purple); background: var(--yellow); border-radius: 999px; font-size: .7rem; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.offer-popup h2 { max-width: 520px; margin: 17px auto 10px; font: 700 clamp(1.85rem, 7vw, 3rem)/1.05 "Fredoka", sans-serif; letter-spacing: -.035em; }
.offer-popup-description { max-width: 480px; margin: 0 auto 18px; color: rgba(255,255,255,.76); font-size: .88rem; line-height: 1.5; }
.offer-popup-price { padding: 17px 14px; color: var(--ink); background: white; border-radius: 20px; box-shadow: 0 16px 34px rgba(8,7,32,.22); }
.offer-popup-price > span { color: var(--muted); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.offer-popup-price s { color: #a94468; }
.offer-popup-price > div { margin-top: 3px; display: flex; justify-content: center; align-items: baseline; gap: 8px; }
.offer-popup-price small { color: var(--purple); font-size: .8rem; font-weight: 900; }
.offer-popup-price strong { color: var(--purple); font: 700 clamp(2.55rem, 12vw, 4rem)/1 "Fredoka", sans-serif; letter-spacing: -.05em; }
.offer-popup-price p { margin: 4px 0 0; color: var(--muted); font-size: .75rem; font-weight: 900; }
.offer-popup-guarantee { margin: 14px 0; padding: 12px; display: grid; grid-template-columns: 54px 1fr; gap: 11px; align-items: center; color: var(--ink); background: #fff8d4; border: 1px solid rgba(255,216,61,.7); border-radius: 17px; text-align: left; }
.offer-popup-seal { width: 54px; height: 54px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--purple); background: var(--yellow); border: 2px solid white; outline: 2px solid var(--yellow); border-radius: 50%; transform: rotate(-4deg); }
.offer-popup-seal strong { font: 700 1.45rem/.8 "Fredoka", sans-serif; }
.offer-popup-seal small { font-size: .55rem; font-weight: 900; text-transform: uppercase; }
.offer-popup-guarantee p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.offer-popup-guarantee p strong { display: block; margin-bottom: 2px; color: var(--purple); font-size: .83rem; }
.offer-popup-dismiss { width: 100%; min-height: 51px; padding: 13px 18px; color: var(--purple); background: var(--yellow); border: 0; border-radius: 14px; box-shadow: 0 6px 0 #d5a900; cursor: pointer; font: 900 .92rem/1.2 "Nunito", sans-serif; }
.offer-popup-dismiss:hover, .offer-popup-dismiss:focus-visible { background: #ffe46a; transform: translateY(1px); box-shadow: 0 5px 0 #d5a900; }

.hero { overflow: hidden; padding: 40px 0 0; background: radial-gradient(circle at 85% 20%, rgba(72,184,239,.14), transparent 25%), radial-gradient(circle at 10% 70%, rgba(248,82,152,.1), transparent 24%), linear-gradient(180deg, #fffdf8 0%, #fff9ec 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-grid { display: grid; gap: 34px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.brand { width: max-content; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-bottom: 30px; }
.brand-icon { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 15px; transform: rotate(-3deg); box-shadow: 5px 5px 0 var(--yellow); }
.brand-icon svg { width: 31px; height: 31px; stroke-width: 2.5; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { color: var(--purple); font: 700 1.45rem/1 "Fredoka", sans-serif; letter-spacing: -.03em; }
.brand small { color: var(--pink); font-size: .55rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; margin-top: 4px; }
.hero h1 { max-width: 760px; margin: 14px 0 17px; font: 900 clamp(2.15rem, 8.4vw, 4rem)/1.02 "Nunito", Arial, sans-serif; letter-spacing: -.047em; text-wrap: balance; }
.hero h1 span { color: var(--pink); background: linear-gradient(transparent 72%, rgba(255,216,61,.72) 0); }
.hero-break { display: none; }
.hero-lead { max-width: 690px; margin: 0 0 17px; color: #45445f; font-size: clamp(1.05rem, 2.5vw, 1.2rem); line-height: 1.55; }
.hero-lead strong { color: var(--purple); font-weight: 900; }
.hero-speed-badge { width: max-content; max-width: 100%; min-height: 52px; margin: 0 0 22px; padding: 9px 15px 9px 10px; display: flex; align-items: center; gap: 10px; color: var(--purple); background: linear-gradient(135deg, #fff1a8, var(--yellow)); border: 1px solid rgba(179,138,0,.22); border-radius: 14px; box-shadow: 0 9px 22px rgba(234,191,19,.17); }
.speed-check { width: 31px; height: 31px; display: grid; place-items: center; flex: none; color: white; background: var(--green); border-radius: 10px; font-size: .9rem; font-weight: 900; box-shadow: 0 4px 10px rgba(73,185,137,.22); }
.hero-speed-badge > span:last-child { display: flex; flex-direction: column; line-height: 1.08; }
.hero-speed-badge small { margin-bottom: 3px; color: #6e5b16; font-size: .56rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.hero-speed-badge strong { font-size: clamp(.83rem, 3.8vw, .98rem); font-weight: 900; }
.button { min-height: 57px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 14px 22px; border-radius: 15px; border: 0; text-decoration: none; text-align: center; font-weight: 900; line-height: 1.22; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .carousel-button:focus-visible, summary:focus-visible { outline: 4px solid rgba(72,184,239,.5); outline-offset: 3px; }
.button svg { width: 23px; height: 23px; flex: none; }
.button-primary { color: white; background: var(--purple); box-shadow: 0 10px 0 #1e1c45, 0 18px 35px rgba(52,49,104,.25); }
.button-primary:hover { background: #3e3a79; box-shadow: 0 8px 0 #1e1c45, 0 16px 32px rgba(52,49,104,.25); }
.button-note { margin: 18px 0 0 10px; display: flex; align-items: center; gap: 8px; color: #59586f; font-size: .78rem; font-weight: 800; }
.button-note svg { width: 18px; height: 18px; color: var(--green); }
.hero-visual { min-height: 440px; position: relative; z-index: 2; }
.product-stage { position: relative; width: min(100%, 510px); height: 440px; margin: 0 auto; }
.product-stage::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: var(--yellow); opacity: .88; top: 38px; left: 50%; transform: translateX(-50%); }
.product-stage::after { content: "ABC"; position: absolute; inset: 21px 14px auto auto; color: rgba(52,49,104,.12); font: 700 4.6rem/1 "Fredoka", sans-serif; letter-spacing: .05em; transform: rotate(10deg); }
.product-photo-wrap { position: absolute; z-index: 2; width: 210px; height: 342px; left: 50%; top: 45px; transform: translateX(-50%) rotate(2deg); background: white; border: 8px solid white; border-radius: 22px; box-shadow: 0 24px 50px rgba(42,39,83,.25); overflow: hidden; }
.product-photo { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 8px 10px; display: flex; align-items: center; justify-content: center; gap: 6px; color: white; background: rgba(36,34,73,.88); border-radius: 10px; backdrop-filter: blur(4px); font-size: .7rem; font-weight: 900; }
.photo-caption i { width: 7px; height: 7px; background: #6de7ae; border-radius: 50%; }
.mascot { position: absolute; z-index: 3; object-fit: contain; pointer-events: none; filter: drop-shadow(0 14px 14px rgba(41,37,78,.16)); }
.mascot-bia { width: 138px; height: auto; bottom: 0; left: 1px; transform: rotate(-4deg); }
.mascot-pedro { width: 142px; height: auto; bottom: 0; right: 0; transform: rotate(4deg); }
.lesson-card { position: absolute; z-index: 4; padding: 10px 13px; color: var(--purple); background: white; border: 1px solid rgba(52,49,104,.1); border-radius: 13px; box-shadow: 0 12px 25px rgba(47,45,97,.12); line-height: 1.15; }
.lesson-card span { display: block; color: var(--pink); font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.lesson-card strong { font-size: .75rem; }
.lesson-card-one { top: 85px; left: 8px; transform: rotate(-4deg); }
.lesson-card-two { top: 38px; right: 2px; transform: rotate(4deg); }
.hero-decor { display: none; position: absolute; z-index: 1; color: var(--purple); font: 700 4rem/1 "Fredoka", sans-serif; opacity: .08; }
.hero-decor-one { left: 3%; top: 38%; transform: rotate(-15deg); }
.hero-decor-two { right: 2%; top: 16%; color: var(--pink); }
.trust-strip { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(2, 1fr); border-radius: 24px 24px 0 0; background: white; box-shadow: 0 -8px 35px rgba(47,45,97,.08); border: 1px solid var(--line); border-bottom: 0; overflow: hidden; }
.trust-strip div { padding: 16px 10px; text-align: center; }
.trust-strip div:nth-child(odd) { border-right: 1px solid var(--line); }
.trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.trust-strip strong { display: block; font: 700 1.12rem/1.2 "Fredoka", sans-serif; color: var(--purple); }
.trust-strip span { display: block; margin-top: 3px; color: var(--muted); font-size: .7rem; font-weight: 800; }

.vsl-section { background: white; }
.video-frame { position: relative; padding: 8px; background: var(--purple-dark); border-radius: 18px; box-shadow: var(--shadow); }
.video-frame vturb-smartplayer, .video-frame .vturb-player-placeholder { border-radius: 12px; overflow: hidden; }
.video-label { position: absolute; z-index: 3; top: -18px; left: 50%; transform: translateX(-50%); padding: 8px 16px; display: flex; align-items: center; gap: 7px; color: var(--purple); background: var(--yellow); border: 4px solid white; border-radius: 999px; white-space: nowrap; font-size: .72rem; font-weight: 900; box-shadow: 0 6px 16px rgba(47,45,97,.16); }
.discovery-list { display: grid; gap: 10px; margin: 26px 0 0; }
.discovery-list > div { display: flex; gap: 10px; align-items: flex-start; }
.discovery-list p { margin: 0; color: #56546c; font-size: .92rem; font-weight: 700; }
.check { width: 23px; height: 23px; display: grid; place-items: center; flex: none; color: white; background: var(--green); border-radius: 50%; font-size: .7rem; font-weight: 900; }

.why-section { background: var(--purple-soft); overflow: hidden; }
.why-section::before { content: ""; display: none; position: absolute; z-index: 0; width: 260px; height: 260px; border: 36px solid white; border-radius: 50%; top: -178px; right: -142px; opacity: .34; pointer-events: none; }
.why-section > .container { position: relative; z-index: 1; }
.feature-grid { display: grid; gap: 14px; }
.feature-card { position: relative; padding: 24px; background: white; border: 1px solid rgba(52,49,104,.08); border-radius: 22px; box-shadow: 0 9px 22px rgba(52,49,104,.06); overflow: hidden; }
.feature-number { position: absolute; right: 16px; top: 11px; color: rgba(52,49,104,.08); font: 700 2.7rem/1 "Fredoka", sans-serif; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; margin-bottom: 18px; }
.icon-box svg { width: 25px; height: 25px; }
.icon-yellow { color: #7c6200; background: #fff3bd; }
.icon-pink { color: #af205e; background: #ffe0ed; }
.icon-blue { color: #157da9; background: #d9f3ff; }
.icon-purple { color: var(--purple); background: var(--purple-soft); }
.icon-green { color: #197251; background: #dff8ed; }
.feature-card h3 { margin: 0 0 7px; font: 700 1.2rem/1.2 "Fredoka", sans-serif; }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.feature-card-wide { display: grid; grid-template-columns: 58px 1fr; gap: 12px; align-items: center; background: var(--purple); color: white; }
.feature-card-wide p { color: rgba(255,255,255,.78); }
.feature-card-wide .icon-box { margin: 0; }

.materials-section { overflow: hidden; }
.materials-layout { display: grid; gap: 48px; align-items: center; }
.paper-stack { position: relative; width: min(82%, 430px); margin: 12px auto 25px; aspect-ratio: 2550 / 3300; }
.paper-stack > img, .paper { position: absolute; inset: 0; width: 100%; height: 100%; border: 8px solid white; border-radius: 8px; object-fit: cover; object-position: top; box-shadow: 0 18px 44px rgba(47,45,97,.18); }
.paper-back-one { background: var(--blue-soft); transform: rotate(4deg) translate(8px, 5px); }
.paper-back-two { background: var(--pink-soft); transform: rotate(-4deg) translate(-8px, 7px); }
.paper-back-three { background: #fff1a7; transform: rotate(8deg) translate(12px, 10px); }
.paper-stack > img { z-index: 3; }
.paper-badge { position: absolute; z-index: 5; right: -24px; bottom: 24px; padding: 12px 15px; color: var(--purple); background: var(--yellow); border: 4px solid white; border-radius: 14px; font-weight: 900; font-size: .8rem; box-shadow: 0 10px 25px rgba(47,45,97,.16); transform: rotate(-3deg); }
.small-label { color: var(--pink); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.material-copy h3 { margin: 9px 0 20px; font: 700 clamp(1.7rem, 4vw, 2.4rem)/1.15 "Fredoka", sans-serif; }
.check-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: center; color: #514f67; font-weight: 800; }
.check-list span { width: 25px; height: 25px; display: grid; place-items: center; flex: none; color: white; background: var(--green); border-radius: 8px; font-size: .75rem; }
.gallery { margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.gallery-card { margin: 0; padding: 8px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 22px rgba(47,45,97,.07); }
.gallery-card img { width: 100%; height: clamp(210px, 42vw, 330px); border-radius: 10px; object-fit: cover; object-position: top; }
.gallery-card figcaption { padding: 9px 3px 3px; color: var(--purple); font-size: .7rem; line-height: 1.3; text-align: center; font-weight: 900; }
.gallery-note { margin: 20px auto 0; color: var(--muted); font-size: .78rem; text-align: center; }
.gallery-note span { color: var(--pink); margin-right: 5px; }

.transformation-section { padding-top: 15px; }
.transformation-card { position: relative; padding: 48px 20px 28px; background: var(--purple); border-radius: 30px; color: white; overflow: hidden; box-shadow: var(--shadow); }
.transformation-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(72,184,239,.15); top: -100px; right: -70px; }
.transformation-card .section-heading { position: relative; z-index: 2; }
.transformation-card .section-heading h2 span { color: var(--yellow); }
.transformation-mascot { display: none; }
.before-after { position: relative; z-index: 2; display: grid; gap: 12px; }
.before-column, .after-column { padding: 20px; border-radius: 19px; }
.before-column { background: rgba(255,255,255,.08); }
.after-column { color: var(--ink); background: white; }
.column-label { display: inline-flex; padding: 5px 10px; margin-bottom: 10px; border-radius: 8px; background: rgba(255,255,255,.12); font-size: .67rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.after-column .column-label { color: var(--purple); background: var(--yellow); }
.before-after ul { padding: 0; margin: 0; display: grid; gap: 8px; list-style: none; }
.before-after li { position: relative; padding-left: 20px; font-size: .87rem; font-weight: 700; }
.before-column li { color: rgba(255,255,255,.78); }
.before-column li::before { content: "×"; position: absolute; left: 0; color: #ff8ebc; font-weight: 900; }
.after-column li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.path-arrow { display: none; color: var(--yellow); }

.expert-section { background: linear-gradient(180deg, white, var(--pink-soft)); overflow: hidden; }
.expert-grid { display: grid; gap: 44px; align-items: center; }
.expert-portrait { position: relative; width: min(90%, 470px); margin: 0 auto; padding: 10px; }
.expert-portrait::before { content: ""; position: absolute; z-index: 0; inset: 6% -5% -3% 4%; border: 2px dashed rgba(52,49,104,.22); border-radius: 45% 45% 25px 25px; transform: rotate(-3deg); }
.portrait-shape { position: absolute; z-index: 0; inset: 9% 0 0; border-radius: 48% 48% 25px 25px; background: var(--yellow); transform: rotate(3deg); }
.expert-portrait img { position: relative; z-index: 1; width: 100%; aspect-ratio: .82; border: 7px solid white; border-radius: 48% 48% 24px 24px; object-fit: cover; object-position: center 20%; box-shadow: var(--shadow); }
.experience-badge { position: absolute; z-index: 3; right: -7px; top: 18%; width: 105px; height: 105px; display: grid; place-content: center; color: white; background: var(--pink); border: 5px solid white; border-radius: 50%; text-align: center; line-height: 1.05; box-shadow: 0 12px 30px rgba(248,82,152,.28); transform: rotate(5deg); font-size: .65rem; font-weight: 900; }
.experience-badge strong { font: 700 2rem/1 "Fredoka", sans-serif; }
.name-card { position: absolute; z-index: 4; left: -8px; right: 20px; bottom: -20px; padding: 14px 18px; color: white; background: var(--purple); border-radius: 15px; box-shadow: 0 12px 28px rgba(47,45,97,.25); }
.name-card strong, .name-card span { display: block; }
.name-card strong { font: 700 1.25rem/1.1 "Fredoka", sans-serif; }
.name-card span { margin-top: 3px; color: rgba(255,255,255,.72); font-size: .69rem; font-weight: 800; }
.expert-copy h2 { font-size: clamp(2rem, 5vw, 3.2rem); }
.credentials { display: grid; gap: 12px; margin-top: 25px; }
.credentials > div { display: flex; align-items: flex-start; gap: 11px; padding: 14px; background: white; border: 1px solid rgba(248,82,152,.12); border-radius: 15px; box-shadow: 0 7px 18px rgba(47,45,97,.05); }
.credentials > div > span { width: 25px; height: 25px; display: grid; place-items: center; flex: none; color: white; background: var(--green); border-radius: 8px; font-size: .75rem; font-weight: 900; }
.credentials p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.credentials strong { display: block; color: var(--purple); font-size: .93rem; }
.responsible-note { margin-top: 18px !important; padding-left: 12px; border-left: 3px solid var(--yellow); font-size: .75rem !important; }

.testimonials-section { color: white; background: var(--purple-dark); overflow: hidden; }
.testimonials-section::after { content: "“"; position: absolute; right: 1%; top: 0; color: rgba(255,255,255,.04); font: 700 18rem/1 "Fredoka", sans-serif; }
.testimonials-section .section-heading { position: relative; z-index: 2; }
.testimonials-section .section-heading h2 span { color: var(--yellow); }
.testimonials-section .section-heading p { color: rgba(255,255,255,.7); }
.testimonial-carousel { position: relative; z-index: 2; }
.testimonial-track { display: flex; gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-card { min-width: 88%; scroll-snap-align: center; padding: 9px; background: white; border-radius: 22px; box-shadow: 0 18px 38px rgba(0,0,0,.2); }
.testimonial-top { padding: 5px 5px 11px; display: flex; align-items: center; gap: 8px; color: var(--purple); font-size: .7rem; font-weight: 900; }
.verified-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(73,185,137,.15); }
.portrait-placeholder { position: relative; width: 100%; padding: 181.8181818181818% 0 0; z-index: 0; background-color: #111; border-radius: 15px; overflow: hidden; }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 24px; }
.carousel-button { width: 45px; height: 45px; display: grid; place-items: center; color: var(--purple); background: white; border: 0; border-radius: 50%; cursor: pointer; }
.carousel-button:hover { background: var(--yellow); }
.carousel-button svg { width: 22px; height: 22px; }
.carousel-dots { display: flex; gap: 7px; }
.carousel-dots span { width: 7px; height: 7px; background: rgba(255,255,255,.25); border-radius: 99px; transition: width .2s ease, background .2s ease; }
.carousel-dots span.active { width: 22px; background: var(--yellow); }

.bonuses-section { background: var(--cream); }
.bonus-list { display: grid; gap: 13px; }
.bonus-card { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 17px; background: white; border: 1px solid #eee5d6; border-radius: 20px; box-shadow: 0 7px 20px rgba(47,45,97,.05); overflow: hidden; }
.bonus-index { position: absolute; right: 12px; top: 4px; color: rgba(52,49,104,.06); font: 700 2.8rem/1 "Fredoka", sans-serif; }
.bonus-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--purple); background: var(--yellow); border-radius: 16px; font: 700 1.1rem/1 "Fredoka", sans-serif; transform: rotate(-3deg); }
.bonus-card:nth-child(even) .bonus-icon { color: white; background: var(--pink); transform: rotate(3deg); }
.included { color: var(--green); font-size: .61rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.bonus-card h3 { margin: 2px 0 3px; font: 700 1.04rem/1.2 "Fredoka", sans-serif; }
.bonus-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.bonus-card > div:last-child { position: relative; z-index: 2; }

.offer-section { color: white; background: radial-gradient(circle at 10% 15%, rgba(248,82,152,.22), transparent 28%), radial-gradient(circle at 90% 80%, rgba(72,184,239,.15), transparent 28%), var(--purple); overflow: hidden; }
.offer-grid { display: grid; gap: 36px; align-items: center; }
.offer-intro { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.offer-intro h2 { font-size: clamp(2.2rem, 7vw, 4rem); }
.offer-intro p { color: rgba(255,255,255,.72); }
.offer-mascot { display: block; width: 104px; margin: 20px auto -18px 8px; align-self: flex-start; filter: drop-shadow(0 13px 14px rgba(17,15,46,.25)); transform: scaleX(-1) rotate(-4deg); }
.offer-card { position: relative; padding: 34px 20px 24px; color: var(--ink); background: white; border: 2px solid rgba(255,255,255,.5); border-radius: 28px; box-shadow: 0 26px 65px rgba(17,15,46,.3); }
.offer-ribbon { position: absolute; top: -17px; left: 50%; transform: translateX(-50%); padding: 8px 15px; color: var(--purple); background: var(--yellow); border: 4px solid var(--purple); border-radius: 999px; white-space: nowrap; text-transform: uppercase; letter-spacing: .06em; font-size: .63rem; font-weight: 900; }
.offer-title { padding-bottom: 18px; text-align: center; border-bottom: 1px dashed var(--line); }
.offer-title span { display: block; font: 700 1.7rem/1.1 "Fredoka", sans-serif; }
.offer-title small { color: var(--pink); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.offer-items { margin: 20px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.offer-items li { display: flex; align-items: center; gap: 9px; color: #514f67; font-size: .84rem; }
.offer-items span { width: 24px; height: 24px; display: grid; place-items: center; flex: none; color: white; background: var(--green); border-radius: 50%; font-size: .7rem; }
.price-block { margin: 16px -8px 19px; padding: 18px 12px; text-align: center; background: var(--purple-soft); border-radius: 18px; }
.price-block > span { color: var(--muted); font-size: .73rem; font-weight: 800; }
.installments { display: flex; justify-content: center; align-items: baseline; gap: 8px; }
.installments small { color: var(--purple); font-weight: 900; }
.installments strong { color: var(--purple); font: 700 clamp(2.45rem, 10vw, 3.8rem)/1 "Fredoka", sans-serif; letter-spacing: -.04em; }
.price-block p { margin: 5px 0 0; color: var(--muted); font-size: .86rem; font-weight: 800; }
.button-buy { width: 100%; color: #172d21 !important; background: #69dd9f !important; box-shadow: 0 8px 0 #2b9b65, 0 16px 30px rgba(43,155,101,.22); font-size: .95rem; }
.button-buy:hover { background: #77e8ab !important; box-shadow: 0 6px 0 #2b9b65, 0 14px 28px rgba(43,155,101,.22); }
.secure-note { margin: 17px 0 18px; display: flex; justify-content: center; align-items: center; gap: 6px; color: var(--muted); font-size: .67rem; font-weight: 800; }
.secure-note svg { width: 15px; height: 15px; color: var(--green); }
.guarantee-mini { display: grid; grid-template-columns: 50px 1fr; gap: 11px; align-items: center; padding-top: 17px; border-top: 1px dashed var(--line); }
.guarantee-mini > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--purple); background: var(--yellow); border-radius: 50%; font: 700 1.3rem/1 "Fredoka", sans-serif; }
.guarantee-mini p { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.4; }
.guarantee-mini strong { display: block; color: var(--purple); font-size: .83rem; }

.delivery-section { background: white; }
.delivery-steps { display: grid; gap: 14px; }
.delivery-step { position: relative; padding: 24px 20px; background: var(--blue-soft); border-radius: 21px; overflow: hidden; }
.delivery-step:nth-child(2) { background: var(--pink-soft); }
.delivery-step:nth-child(3) { background: #fff7d5; }
.step-number { position: absolute; top: 8px; right: 13px; color: rgba(52,49,104,.09); font: 700 3.8rem/1 "Fredoka", sans-serif; }
.delivery-icon { width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 14px; margin-bottom: 15px; }
.delivery-icon svg { width: 24px; height: 24px; }
.delivery-step h3 { margin: 0 0 5px; font: 700 1.16rem/1.2 "Fredoka", sans-serif; }
.delivery-step p { margin: 0; color: var(--muted); font-size: .84rem; }

.guarantee-section { padding-top: 0; }
.guarantee-card { position: relative; isolation: isolate; overflow: hidden; padding: 32px 22px; display: grid; gap: 26px; align-items: center; color: white; background: radial-gradient(circle at 9% 25%, rgba(255,216,61,.2), transparent 26%), linear-gradient(135deg, #242249 0%, #343168 58%, #26234e 100%); border: 1px solid rgba(255,216,61,.34); border-radius: 30px; box-shadow: 0 24px 65px rgba(36,34,73,.24); }
.guarantee-card::before { content: "100%"; position: absolute; z-index: -1; right: -20px; bottom: -42px; color: rgba(255,255,255,.035); font: 700 8.5rem/1 "Fredoka", sans-serif; pointer-events: none; }
.guarantee-seal { width: 152px; height: 152px; margin: 4px auto; padding: 19px 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: var(--purple); background: linear-gradient(145deg, #fff09c, var(--yellow)); border: 3px solid white; outline: 5px solid var(--yellow); border-radius: 50%; box-shadow: 0 16px 34px rgba(9,8,34,.3), inset 0 0 0 3px rgba(52,49,104,.16); transform: rotate(-4deg); }
.guarantee-seal span { margin: 2px 0; font: 700 2.65rem/.9 "Fredoka", sans-serif; letter-spacing: -.06em; }
.guarantee-seal small { font-size: .68rem; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.guarantee-seal strong { padding: 4px 9px; color: white; background: var(--purple); border-radius: 999px; font-size: .67rem; line-height: 1; text-transform: uppercase; letter-spacing: .08em; }
.guarantee-content { position: relative; z-index: 1; }
.guarantee-card h2 { margin-bottom: 12px; font-size: clamp(2rem, 6vw, 3.2rem); }
.guarantee-card h2 span { color: var(--yellow); }
.guarantee-card .guarantee-lead { margin: 0; max-width: 760px; color: rgba(255,255,255,.82); font-size: .94rem; line-height: 1.65; }
.guarantee-benefits { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.guarantee-benefits li { display: flex; align-items: flex-start; gap: 9px; color: white; font-size: .78rem; line-height: 1.4; }
.guarantee-benefits li span { width: 22px; height: 22px; display: grid; place-items: center; flex: none; color: var(--purple); background: var(--yellow); border-radius: 7px; font-size: .65rem; font-weight: 900; }
.guarantee-clarity { margin: 20px 0 0 !important; padding: 12px 14px; color: rgba(255,255,255,.72) !important; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; font-size: .72rem !important; line-height: 1.45; }
.guarantee-clarity strong { color: white; }

.faq-section { background: var(--purple-soft); }
.faq-grid { display: grid; gap: 30px; }
.faq-intro { position: relative; }
.faq-intro h2 { font-size: clamp(2rem, 6vw, 3.4rem); }
.faq-intro img { display: block; width: 96px; margin: 20px 8px -12px auto; filter: drop-shadow(0 12px 14px rgba(47,45,97,.16)); transform: rotate(-5deg); }
.faq-list { display: grid; gap: 10px; }
details { background: white; border: 1px solid rgba(52,49,104,.09); border-radius: 15px; overflow: hidden; }
summary { position: relative; padding: 16px 52px 16px 17px; cursor: pointer; list-style: none; font-weight: 900; line-height: 1.3; }
summary::-webkit-details-marker { display: none; }
summary span, summary span::after { position: absolute; width: 13px; height: 2px; background: var(--purple); border-radius: 10px; }
summary span { right: 20px; top: 50%; }
summary span::after { content: ""; transform: rotate(90deg); transition: transform .2s ease; }
details[open] summary span::after { transform: rotate(0); }
details[open] summary { color: var(--pink); }
details p { margin: 0; padding: 0 17px 17px; color: var(--muted); font-size: .86rem; }

.final-cta { padding: 65px 0; background: white; }
.final-card { position: relative; padding: 42px 21px 108px; color: white; background: linear-gradient(135deg, var(--purple), #26234e); border-radius: 28px; text-align: center; overflow: hidden; box-shadow: var(--shadow); }
.final-card::before { content: "ABC"; position: absolute; right: -12px; bottom: -22px; color: rgba(255,255,255,.04); font: 700 7rem/1 "Fredoka", sans-serif; }
.final-bia { display: block; position: absolute; z-index: 1; width: 98px; right: 10px; bottom: -18px; filter: drop-shadow(0 12px 14px rgba(17,15,46,.25)); transform: rotate(-5deg); }
.final-copy, .final-action { position: relative; z-index: 2; }
.final-copy h2 { margin-top: 12px; font-size: clamp(2rem, 7vw, 3.5rem); }
.final-copy p { margin: 0 0 24px; color: rgba(255,255,255,.72); }
.final-action > span { margin-top: 18px; display: flex; justify-content: center; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 900; }
.final-action > span svg { width: 17px; height: 17px; color: var(--yellow); }

footer { padding: 40px 0 28px; color: rgba(255,255,255,.7); background: #1a1937; }
.brand-footer { margin: 0; }
.brand-footer .brand-icon { color: var(--purple); background: var(--yellow); box-shadow: none; }
.brand-footer strong { color: white; }
.footer-inner { display: grid; gap: 20px; align-items: center; text-align: center; }
.footer-inner > p { margin: 0; font-size: .72rem; }
.footer-links { display: flex; justify-content: center; gap: 18px; }
.footer-links a { font-size: .72rem; font-weight: 800; }
.footer-disclaimer { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: .64rem; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 600px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .section { padding: 92px 0; }
  .hero { padding-top: 55px; }
  .hero-visual, .product-stage { height: 525px; }
  .product-stage::before { width: 430px; height: 430px; }
  .product-photo-wrap { width: 250px; height: 410px; }
  .mascot-bia, .mascot-pedro { width: 174px; }
  .lesson-card-one { left: 0; }
  .lesson-card-two { right: 0; }
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
  .trust-strip div, .trust-strip div:nth-child(odd), .trust-strip div:nth-child(-n+2) { border: 0; }
  .trust-strip div + div { border-left: 1px solid var(--line); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card-wide { grid-column: 1 / -1; }
  .gallery { grid-template-columns: repeat(4, 1fr); }
  .transformation-card { padding: 55px 45px 38px; }
  .before-after { grid-template-columns: 1fr 50px 1fr; align-items: center; }
  .path-arrow { display: block; }
  .path-arrow svg { width: 50px; }
  .testimonial-card { min-width: 55%; }
  .bonus-list { grid-template-columns: repeat(2, 1fr); }
  .bonus-card:last-child { grid-column: 1 / -1; }
  .offer-card { padding: 42px 34px 28px; }
  .offer-popup-dialog { padding: 50px 38px 30px; }
  .offer-popup-guarantee { padding: 14px 18px; grid-template-columns: 64px 1fr; }
  .offer-popup-seal { width: 62px; height: 62px; }
  .delivery-steps { grid-template-columns: repeat(3, 1fr); }
  .guarantee-card { padding: 46px; grid-template-columns: 190px 1fr; gap: 44px; }
  .footer-inner { grid-template-columns: 1fr auto; text-align: left; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (min-width: 900px) {
  html { scroll-padding-top: 60px; }
  .notice-inner { font-size: .84rem; }
  .hero { padding-top: 66px; }
  .hero-grid { grid-template-columns: 1.14fr .86fr; gap: 18px; }
  .hero-copy { padding-bottom: 60px; }
  .brand { margin-bottom: 40px; }
  .hero h1 { font-size: clamp(2.85rem, 4vw, 3.2rem); }
  .hero-break { display: block; }
  .hero-lead { max-width: 670px; }
  .hero-decor { display: block; }
  .trust-strip { margin-top: -48px; }
  .trust-strip div { padding: 20px; }
  .trust-strip strong { font-size: 1.35rem; }
  .trust-strip span { font-size: .78rem; }
  .discovery-list { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .feature-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .why-section::before { display: block; width: 420px; height: 420px; border-width: 60px; top: -260px; right: -175px; opacity: .42; }
  .feature-card { padding: 28px; }
  .feature-card-wide { grid-column: 1 / -1; grid-template-columns: 90px 1fr; }
  .materials-layout { grid-template-columns: .9fr 1.1fr; gap: 90px; }
  .paper-stack { margin: 0 auto; }
  .gallery { gap: 18px; }
  .gallery-card { padding: 11px; }
  .gallery-card figcaption { font-size: .82rem; }
  .transformation-card { padding: 66px 70px 48px; }
  .before-column, .after-column { padding: 28px; }
  .before-after li { font-size: .95rem; }
  .expert-grid { grid-template-columns: .9fr 1.1fr; gap: 90px; }
  .testimonial-track { overflow: visible; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .testimonial-card { min-width: 0; transition: transform .2s ease; }
  .testimonial-card:hover { transform: translateY(-5px); }
  .carousel-controls { display: none; }
  .bonus-list { grid-template-columns: repeat(6, 1fr); gap: 16px; }
  .bonus-card { grid-column: span 2; grid-template-columns: 62px 1fr; padding: 21px; }
  .bonus-card:nth-child(4) { grid-column: 2 / span 2; }
  .bonus-card:nth-child(5) { grid-column: 4 / span 2; }
  .offer-grid { grid-template-columns: .9fr 1.1fr; gap: 80px; }
  .offer-intro { align-items: flex-start; text-align: left; }
  .offer-mascot { width: 150px; margin: 30px -52px -34px auto; align-self: flex-end; transform: scaleX(-1) rotate(-4deg); opacity: 1; }
  .offer-card { max-width: 560px; }
  .guarantee-card { padding: 54px 70px; grid-template-columns: 220px 1fr; gap: 60px; }
  .guarantee-seal { width: 178px; height: 178px; }
  .guarantee-seal span { font-size: 3.15rem; }
  .faq-grid { grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
  .faq-intro { position: sticky; top: 100px; }
  .faq-intro img { width: 124px; margin: 28px 0 0 auto; opacity: 1; transform: rotate(-4deg); }
  .final-card { padding: 58px 55px 58px; display: grid; grid-template-columns: 1fr 330px; gap: 86px; align-items: center; text-align: left; }
  .final-bia { left: auto; right: 320px; bottom: -24px; width: 128px; transform: rotate(-4deg); }
  .final-copy p { margin: 0; }
  .footer-inner { grid-template-columns: 1fr auto auto; }
  .footer-links { grid-column: auto; justify-content: flex-end; }
}

@media (min-width: 1200px) {
  .hero-grid { width: min(calc(100% - 64px), 1280px); min-height: 590px; grid-template-columns: 1.18fr .82fr; }
  .hero h1 { font-size: clamp(2.85rem, 2.85vw, 3.15rem); }
  .product-stage { transform: scale(1.07); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
