/* Enigmas Fiscais · Página de vendas NF-e com IBS e CBS */
:root{
  --navy:#0A2240; --navy-2:#0F2D52; --navy-3:#061529;
  --teal:#00A88E; --teal-d:#008C77; --aqua:#7FFFD4; --amber:#C5860A;
  --ink:#0A2240; --text:#33415C; --muted:#5E6B80; --line:#E3E8EF;
  --bg:#FFFFFF; --bg-soft:#F4F7FA; --bg-teal:#E8F7F4;
  --radius:18px; --radius-sm:12px;
  --shadow:0 10px 30px rgba(10,34,64,.08);
  --shadow-lg:0 24px 60px rgba(6,21,41,.18);
  --wrap:1160px;
  --hf:'Montserrat',system-ui,sans-serif; --bf:'Lato',system-ui,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--bf);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--hf);color:var(--ink);line-height:1.18;margin:0 0 .5em;letter-spacing:-.01em}
h1{font-size:clamp(1.9rem,4.4vw,3.25rem);font-weight:800}
h2{font-size:clamp(1.6rem,3.2vw,2.4rem);font-weight:800}
h3{font-size:1.15rem;font-weight:700}
p{margin:0 0 1em}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.section{padding:96px 0}
.section--soft{background:var(--bg-soft)}
.section--navy{background:var(--navy);color:#C9D4E3}
.section--navy h2,.section--navy h3{color:#fff}
.center{text-align:center}
.narrow{max-width:760px;margin-left:auto;margin-right:auto}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--hf);font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:14px}
.eyebrow::before{content:"";width:22px;height:2px;background:currentColor;border-radius:2px}
.center .eyebrow::after{content:"";width:22px;height:2px;background:currentColor;border-radius:2px}
.lead{font-size:1.15rem;color:var(--muted)}
.hl{color:var(--teal)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--hf);font-weight:800;font-size:1rem;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:#fff;background:linear-gradient(135deg,#00B899,var(--teal-d));border:0;border-radius:999px;padding:19px 34px;cursor:pointer;box-shadow:0 12px 28px rgba(0,168,142,.35);transition:transform .2s,box-shadow .2s;text-align:center}
.btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(0,168,142,.45)}
.btn:focus-visible{outline:3px solid var(--aqua);outline-offset:3px}
.btn svg{width:20px;height:20px;flex:none}
.btn--block{width:100%}
.btn--ghost{background:transparent;border:2px solid rgba(255,255,255,.35);box-shadow:none;padding:12px 22px;font-size:.8rem}
.btn--ghost:hover{border-color:var(--aqua);box-shadow:none}
.cta-row{margin-top:36px;display:flex;flex-direction:column;align-items:center;gap:12px}
.cta-note{font-size:.88rem;color:var(--muted)}

/* Top bar */
.topbar{background:var(--teal);color:#fff;font-size:.88rem;font-weight:700;text-align:center;padding:9px 16px;display:flex;align-items:center;justify-content:center;gap:8px}
.topbar svg{width:16px;height:16px;flex:none}

/* Hero */
.hero{position:relative;background:radial-gradient(1200px 600px at 85% -10%,rgba(0,168,142,.28),transparent 60%),linear-gradient(180deg,var(--navy) 0%,var(--navy-3) 100%);color:#C9D4E3;overflow:hidden}
.hero::after{content:"";position:absolute;right:-180px;bottom:-220px;width:620px;height:620px;background:url(../img/logo-branca.png) center/contain no-repeat;opacity:.04;pointer-events:none}
.nav{display:flex;align-items:center;justify-content:space-between;padding:22px 0}
.nav__brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;font-family:var(--hf);font-weight:800;letter-spacing:.08em;font-size:.82rem;text-transform:uppercase}
.nav__brand img{width:42px;height:auto}
.hero__grid{display:grid;grid-template-columns:1.05fr 1fr;column-gap:56px;row-gap:0;align-items:center;padding:34px 0 96px;position:relative;z-index:1}
.hero h1{color:#fff;margin-bottom:22px}
.hero h1 .hl{color:var(--aqua)}
.hero .eyebrow{color:var(--aqua)}
.hero__sub{font-size:1.12rem;color:#C9D4E3;margin-bottom:30px}
.hero__video{grid-row:span 2;grid-column:2}
.hero__copy-a{align-self:end;grid-column:1}.hero__copy-b{align-self:start;grid-column:1}
.pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;padding:0;list-style:none}
.pill{display:inline-flex;align-items:center;gap:7px;font-size:.85rem;font-weight:700;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:7px 14px}
.pill svg{width:16px;height:16px;color:var(--aqua);flex:none}
.pill--hot{background:rgba(127,255,212,.14);border-color:rgba(127,255,212,.45);color:var(--aqua)}

/* Video facade */
.video{position:relative;aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background:#000;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.12)}
.video button{all:unset;cursor:pointer;position:absolute;inset:0;display:block}
.video img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.video button:hover img{transform:scale(1.03)}
.video__play{position:absolute;left:50%;top:50%;width:84px;height:84px;margin:-42px 0 0 -42px;border-radius:50%;background:var(--teal);display:grid;place-items:center;box-shadow:0 0 0 12px rgba(0,168,142,.25);transition:transform .2s}
.video button:hover .video__play{transform:scale(1.08)}
.video__play svg{width:30px;height:30px;color:#fff;margin-left:4px}
.video__label{position:absolute;left:16px;bottom:14px;background:rgba(6,21,41,.8);color:#fff;font-family:var(--hf);font-weight:700;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:999px}
.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Problem */
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}
.photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);position:relative}
.photo img{width:100%;height:100%;object-fit:cover}
.photo--accent::before{content:"";position:absolute;inset:auto -1px -1px auto;width:40%;height:8px;background:var(--teal);z-index:1}
.split--rev{grid-template-columns:1.1fr .9fr}
.punch{font-family:var(--hf);font-weight:800;font-size:1.25rem;line-height:1.4;color:var(--navy);border-left:4px solid var(--teal);padding:4px 0 4px 20px;margin-top:28px}

/* Cards 2027 */
.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:48px}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;box-shadow:var(--shadow);position:relative;transition:transform .25s,box-shadow .25s}
.card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(10,34,64,.12)}
.card__num{font-family:var(--hf);font-weight:900;font-size:2.4rem;line-height:1;color:transparent;-webkit-text-stroke:1.5px var(--teal);margin-bottom:18px}
.card h3{margin-bottom:10px}
.card p{font-size:.98rem;margin:0}
.card::after{content:"";position:absolute;left:26px;right:26px;top:0;height:4px;background:linear-gradient(90deg,var(--teal),var(--aqua));border-radius:0 0 4px 4px}
.closing{margin-top:48px;text-align:center;font-family:var(--hf);font-weight:700;font-size:1.2rem;color:var(--navy);max-width:780px;margin-left:auto;margin-right:auto}

/* Solution */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--navy);border-radius:var(--radius);overflow:hidden;margin:44px 0 56px;box-shadow:var(--shadow-lg)}
.stat{padding:28px 16px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}
.stat:last-child{border-right:0}
.stat b{display:block;font-family:var(--hf);font-weight:900;font-size:clamp(2rem,4vw,2.9rem);line-height:1;color:var(--aqua)}
.stat span{display:block;margin-top:8px;color:#C9D4E3;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.stat--hot{background:var(--teal)}
.stat--hot b{color:#fff}.stat--hot span{color:#E8FFF8}
.checklist{list-style:none;padding:0;margin:0;display:grid;gap:14px}
.checklist li{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:start}
.checklist li::before{content:"";width:26px;height:26px;border-radius:50%;background:var(--bg-teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300A88E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/15px no-repeat;margin-top:1px}
.section--navy .checklist li::before{background-color:rgba(0,168,142,.18)}

/* Update strip */
.update{position:relative;background:linear-gradient(120deg,var(--teal-d),var(--teal) 55%,#12C3A5);color:#fff;overflow:hidden}
.update__grid{display:grid;grid-template-columns:auto 1fr .8fr;gap:44px;align-items:center;padding:72px 0}
.update__icon{width:108px;height:108px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center;border:2px solid rgba(255,255,255,.35)}
.update__icon svg{width:52px;height:52px;animation:spin 8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.update h2{color:#fff}
.update p{color:#EFFFFB;margin:0}
.update .photo{box-shadow:0 20px 50px rgba(0,0,0,.25)}

/* Curriculum */
.modules{margin-top:44px;display:grid;gap:14px}
.module{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);overflow:hidden;transition:box-shadow .2s,border-color .2s}
.module[open]{box-shadow:var(--shadow);border-color:#CFE9E3}
.module summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:auto 1fr auto auto;gap:18px;align-items:center;padding:20px 24px}
.module summary::-webkit-details-marker{display:none}
.module__n{font-family:var(--hf);font-weight:900;font-size:.8rem;color:#fff;background:var(--navy);border-radius:10px;padding:8px 10px;min-width:48px;text-align:center;letter-spacing:.05em}
.module[open] .module__n{background:var(--teal)}
.module__t{font-family:var(--hf);font-weight:700;color:var(--navy);font-size:1.02rem;line-height:1.35}
.module__meta{font-size:.85rem;color:var(--muted);white-space:nowrap}
.module__chev{width:22px;height:22px;color:var(--teal);transition:transform .25s}
.module[open] .module__chev{transform:rotate(180deg)}
.module ol{margin:0;padding:4px 24px 22px 24px;list-style:none;counter-reset:a;border-top:1px dashed var(--line)}
.module li{counter-increment:a;display:grid;grid-template-columns:74px 1fr;gap:10px;padding:10px 0;border-bottom:1px solid #F0F3F7;font-size:.97rem}
.module li:last-child{border-bottom:0}
.module li::before{content:"Aula " counter(a);font-family:var(--hf);font-weight:700;font-size:.78rem;color:var(--teal);padding-top:3px}
.free{display:inline-flex;align-items:center;gap:6px;margin-left:10px;font-family:var(--hf);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--teal);border:0;border-radius:999px;padding:5px 11px;cursor:pointer;vertical-align:2px}
.free:hover{background:var(--teal-d)}
.free svg{width:12px;height:12px}

/* Audience */
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.cards3--4{grid-template-columns:repeat(2,1fr);max-width:960px;margin-left:auto;margin-right:auto}
.aud{padding:34px 28px;border-radius:var(--radius);background:var(--bg-soft);border:1px solid var(--line)}
.aud__icon{width:58px;height:58px;border-radius:16px;background:var(--navy);display:grid;place-items:center;margin-bottom:20px}
.aud__icon svg{width:28px;height:28px;color:var(--aqua)}
.aud p{margin:0;font-size:.98rem}

/* Instructor */
.instructor{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:center}
.instructor .photo{box-shadow:0 30px 70px rgba(0,0,0,.4)}
.creds{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 26px;padding:0;list-style:none}
.creds li{font-size:.82rem;font-weight:700;color:var(--aqua);border:1px solid rgba(127,255,212,.35);background:rgba(127,255,212,.07);border-radius:999px;padding:6px 13px}
.section--navy p{color:#C9D4E3}
.section--navy .eyebrow{color:var(--aqua)}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:64px}
.gallery img{border-radius:var(--radius-sm);aspect-ratio:4/5;object-fit:cover;width:100%;filter:saturate(.95)}
.gallery__cap{grid-column:1/-1;text-align:center;font-family:var(--hf);font-weight:700;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:#8FA3BF;margin-top:6px}

/* Testimonials */
.testis{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px}
.testi{background:#fff;border-radius:var(--radius);padding:30px 28px;box-shadow:var(--shadow);border:1px solid var(--line);position:relative}
.testi::before{content:"\201C";position:absolute;top:6px;right:22px;font-family:Georgia,serif;font-size:5rem;line-height:1;color:var(--bg-teal)}
.testi p{font-size:.98rem;position:relative}
.testi__who{display:flex;align-items:center;gap:12px;margin-top:18px}
.testi__av{width:48px;height:48px;border-radius:50%;object-fit:cover;flex:none;border:2px solid var(--bg-teal)}
.testi{display:flex;flex-direction:column}
.testi__text{flex:1}
.testi__more summary{cursor:pointer;color:var(--teal-d);font-weight:700;font-size:.9rem;list-style:none;margin:-4px 0 12px}
.testi__more summary::-webkit-details-marker{display:none}
.testi__more[open] summary{display:none}
.testi__who b{display:block;color:var(--navy);font-family:var(--hf);font-size:.95rem}
.testi__who span{font-size:.85rem;color:var(--muted)}
.testi--ph{border:2px dashed #C8D3E0;box-shadow:none;background:transparent}
.testi--ph p{color:#9AA7B8;font-style:italic}

/* Offer */
.offer{max-width:980px;margin:48px auto 0;display:grid;grid-template-columns:1.1fr .9fr;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 40px 90px rgba(0,0,0,.35)}
.offer__list{padding:44px 40px;color:var(--text)}
.offer__list h3{font-size:1.25rem;margin-bottom:22px}
.offer__list .checklist li{font-size:1rem}
.offer__list .checklist b{color:var(--navy)}
.offer__price{background:var(--bg-soft);padding:44px 36px;display:flex;flex-direction:column;justify-content:center;text-align:center;border-left:1px solid var(--line)}
.from{color:var(--muted);text-decoration:line-through;font-size:1.05rem}
.by{font-family:var(--hf);font-weight:700;color:var(--navy);margin-top:6px;font-size:.95rem;text-transform:uppercase;letter-spacing:.1em}
.price{font-family:var(--hf);font-weight:900;color:var(--navy);font-size:clamp(3.2rem,6vw,4.2rem);line-height:1;margin:8px 0 4px;letter-spacing:-.03em}
.price small{font-size:.35em;vertical-align:top;margin-right:4px;letter-spacing:0;position:relative;top:.5em}
.cash{font-weight:700;color:var(--teal)}
.inst{font-size:.95rem;color:var(--muted);margin:6px 0 24px}
.access{display:flex;align-items:center;justify-content:center;gap:8px;margin:18px 0 6px;font-weight:800;color:var(--navy);font-size:.88rem;text-align:left}
.access svg{width:20px;height:20px;color:var(--teal)}
.pay{font-size:.82rem;color:var(--muted);margin:0}

.section--navy .offer p,.offer .pay{color:var(--muted)}
.section--navy .offer h3{color:var(--navy)}
/* Guarantee */
.guarantee{display:grid;grid-template-columns:auto 1fr;gap:44px;align-items:center;max-width:860px;margin:0 auto}
.seal{width:170px;height:170px;border-radius:50%;background:conic-gradient(from 0deg,var(--teal),var(--aqua),var(--teal));display:grid;place-items:center;box-shadow:0 18px 40px rgba(0,168,142,.3)}
.seal__in{width:146px;height:146px;border-radius:50%;background:var(--navy);display:grid;place-items:center;text-align:center;color:#fff;font-family:var(--hf);border:3px dashed rgba(127,255,212,.4)}
.seal__in b{display:block;font-size:3rem;font-weight:900;line-height:.9;color:var(--aqua)}
.seal__in span{display:block;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-top:4px}

/* FAQ */
.faq{max-width:820px;margin:44px auto 0;display:grid;gap:12px}
.faq details{background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm)}
.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:16px;align-items:center;padding:20px 24px;font-family:var(--hf);font-weight:700;color:var(--navy)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.5rem;font-weight:400;color:var(--teal);transition:transform .2s;flex:none}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{padding:0 24px 22px;margin:0}

/* Final CTA */
.final{background:radial-gradient(800px 400px at 50% 0%,rgba(0,168,142,.25),transparent 70%),var(--navy);text-align:center;color:#C9D4E3}
.final img.logo{width:64px;margin:0 auto 26px}
.final h2{color:#fff;max-width:760px;margin:0 auto 18px}
.final p{max-width:640px;margin:0 auto}
.final .cta-note{color:#8FA3BF}

/* Footer */
.footer{background:var(--navy-3);color:#8FA3BF;font-size:.88rem;padding:44px 0 110px}
.footer__grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;align-items:center}
.footer a{color:#C9D4E3;text-decoration:none}
.footer a:hover{color:var(--aqua)}
.footer__brand{display:flex;align-items:center;gap:12px;color:#fff;font-family:var(--hf);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem}
.footer__brand img{width:36px}
.footer__links{display:flex;flex-wrap:wrap;gap:18px}
.footer__legal{border-top:1px solid rgba(255,255,255,.08);margin-top:28px;padding-top:22px;font-size:.8rem;line-height:1.7}

/* Sticky mobile bar */
.sticky{position:fixed;left:0;right:0;bottom:0;z-index:40;background:rgba(6,21,41,.97);backdrop-filter:blur(8px);padding:12px 16px calc(12px + env(safe-area-inset-bottom));display:none;align-items:center;justify-content:space-between;gap:14px;transform:translateY(110%);transition:transform .3s;border-top:1px solid rgba(255,255,255,.08)}
.sticky.show{transform:none}
.sticky__price{color:#fff;font-family:var(--hf);font-weight:800;line-height:1.2}
.sticky__price small{display:block;font-family:var(--bf);font-weight:400;color:#8FA3BF;font-size:.75rem}
.sticky .btn{padding:14px 20px;font-size:.82rem}

/* Modal */
.modal{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:16px;background:rgba(6,21,41,.72);backdrop-filter:blur(4px)}
.modal.open{display:flex;animation:fade .25s}
@keyframes fade{from{opacity:0}to{opacity:1}}
.modal__box{position:relative;width:100%;max-width:880px;max-height:calc(100vh - 32px);overflow:auto;background:#fff;border-radius:22px;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow-lg);animation:pop .3s}
@keyframes pop{from{transform:translateY(14px) scale(.98)}to{transform:none}}
.modal__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;border:0;background:#fff;box-shadow:0 4px 14px rgba(6,21,41,.25);color:var(--navy);font-size:1.5rem;line-height:1;cursor:pointer;z-index:2}
.modal__close:hover{background:var(--bg-teal)}
.modal__media{background:var(--navy);padding:36px 30px;display:flex;flex-direction:column;justify-content:center;color:#C9D4E3}
.modal__thumb{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:16/9;margin-bottom:20px}
.modal__thumb img{width:100%;height:100%;object-fit:cover;filter:brightness(.8)}
.modal__thumb .video__play{width:64px;height:64px;margin:-32px 0 0 -32px}
.modal__media h4{color:#fff;font-size:1rem;margin-bottom:6px}
.modal__media p{font-size:.9rem;margin:0}
.modal__form{padding:40px 34px 30px}
.modal__form h3{font-size:1.5rem;margin-bottom:10px}
.modal__form .lead{font-size:.98rem;margin-bottom:22px}

/* Hotmart Send form styling */
.send-form form{display:grid;gap:12px}
.send-form input[type=text],.send-form input[type=email],.send-form input[type=tel]{width:100%;font:inherit;font-size:1rem;padding:14px 16px;border:1.5px solid #D5DDE7;border-radius:12px;background:#fff;color:var(--navy);transition:border-color .2s,box-shadow .2s}
.send-form input:focus{outline:0;border-color:var(--teal);box-shadow:0 0 0 4px rgba(0,168,142,.15)}
.send-form [klicksend-gdpr-text]{font-size:.72rem!important;line-height:1.5;color:#7A8699!important;margin:2px 0 0!important}
.send-form [klicksend-gdpr-text] p{margin:0 0 4px}
.send-form [klicksend-gdpr-text] a{color:var(--teal-d);word-break:break-all}
.send-form .gdpr{display:flex;gap:10px;align-items:flex-start;font-size:.85rem;color:var(--text)}
.send-form .gdpr input{margin-top:4px;accent-color:var(--teal);width:17px;height:17px;flex:none}
.send-form button{margin-top:4px}
.form-note{font-size:.78rem;color:var(--muted);margin-top:12px;text-align:center}
.form-note a{color:var(--teal-d)}

/* Reveal */
.rv{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.rv.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}.update__icon svg{animation:none}html{scroll-behavior:auto}}

/* Simple pages */
.page-head{background:var(--navy);padding:0 0 60px;color:#C9D4E3}
.legal{max-width:820px;margin:0 auto}
.legal h2{font-size:1.2rem;margin-top:34px}
.thanks__video{max-width:900px;margin:-10px auto 0}

/* Responsive */
@media (max-width:1024px){
  .cards4{grid-template-columns:repeat(2,1fr)}
  .update__grid{grid-template-columns:auto 1fr}
  .update .photo{display:none}
}
@media (max-width:860px){
  body{font-size:16px}
  .section{padding:68px 0}
  .wrap{padding:0 16px}
  .hero__grid{grid-template-columns:1fr;row-gap:26px;padding:10px 0 64px}
  .hero__grid>.hero__video{grid-row:auto;grid-column:1;order:2}
  .hero__copy-a,.hero__copy-b{grid-column:1}
  .hero__copy-a{order:1}.hero__copy-b{order:3}
  .nav .btn--ghost{display:none}
  .split,.instructor{grid-template-columns:1fr;gap:34px}
  .split .photo{max-width:420px;margin:0 auto}
  .instructor .photo{max-width:420px;margin:0 auto;width:100%}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
  .cards3,.testis{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .offer{grid-template-columns:1fr}
  .offer__price{border-left:0;border-top:1px solid var(--line)}
  .offer__list,.offer__price{padding:32px 24px}
  .guarantee{grid-template-columns:1fr;text-align:center;justify-items:center;gap:26px}
  .module summary{grid-template-columns:auto 1fr auto;gap:12px;padding:16px}
  .module__meta{grid-column:2;grid-row:2;font-size:.8rem}
  .module__chev{grid-row:1/3;grid-column:3}
  .module ol{padding:4px 16px 16px}
  .module li{grid-template-columns:60px 1fr}
  .modal__box{grid-template-columns:1fr}
  .modal__media{display:none}
  .modal__form{padding:26px 22px 24px}
  .modal__media p{display:none}
  .sticky{display:flex}
  .btn{padding:17px 24px;font-size:.92rem}
  .update__grid{grid-template-columns:1fr;text-align:center;justify-items:center;gap:22px;padding:56px 0}
}
@media (max-width:420px){
  .cards4{grid-template-columns:1fr}
  .pill{font-size:.8rem;padding:6px 12px}
}

.module__free{font-family:var(--hf);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-d);background:var(--bg-teal);border-radius:999px;padding:4px 9px;margin-left:8px;vertical-align:2px;white-space:nowrap}
