*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:var(--body-family);font-size:var(--body-size);line-height:var(--body-line-height);background:#fff;-webkit-font-smoothing:antialiased}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--layout-width));margin-inline:auto}.section{position:relative;padding:var(--section-padding) 0;background:var(--section-bg);color:var(--section-title);overflow:hidden}.section p{color:var(--section-text)}h1,h2,h3{margin:0;font-family:var(--heading-family);font-weight:var(--heading-weight);line-height:var(--heading-line-height);letter-spacing:-.045em}h1{font-size:clamp(var(--h1-mobile),5vw,var(--h1-desktop))}h2{font-size:clamp(var(--h2-mobile),4vw,var(--h2-desktop))}h3{font-size:var(--h3-size)}h1 em,h2 em{font-family:var(--accent-family);font-weight:500;color:var(--primary);font-style:italic}.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;padding:12px 16px;border-radius:10px;background:#000;color:#fff}.skip-link:focus{top:12px}.eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:var(--primary);font-size:var(--eyebrow-size);font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow span{width:30px;height:2px;background:var(--skeelo)}.eyebrow--light{color:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 25px;border:0;border-radius:14px;background:var(--primary);color:#fff;font-size:var(--button-size);font-weight:850;box-shadow:0 16px 36px rgba(0,123,103,.2);transition:.25s ease}.button:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(0,123,103,.28)}.button--small{min-height:44px;padding:0 18px}.button--dark{background:var(--navy-deep)}.text-link{display:inline-flex;gap:8px;align-items:center;font-weight:800;color:var(--primary)}.text-link--dark{color:#072d28}.preview-strip{background:var(--topbar-bg);color:var(--topbar-color);font-size:12px}.preview-strip__inner{display:flex;align-items:center;justify-content:space-between;min-height:36px}.preview-strip a{font-weight:800;color:var(--skeelo)}.site-header{z-index:100;background:var(--header-bg);color:var(--header-color);border-bottom:1px solid rgba(9,45,89,.08)}.site-header.is-sticky{position:sticky;top:0}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:24px}.brand{display:inline-flex;align-items:center;flex:0 0 auto;line-height:0}.brand img{display:block;width:auto;max-width:min(290px,42vw);object-fit:contain;object-position:left center;transition:transform .25s ease,filter .25s ease}.brand:hover img{transform:translateY(-1px);filter:drop-shadow(0 8px 12px rgba(9,45,89,.10))}.main-nav{display:flex;align-items:center;gap:28px;font-size:var(--nav-size);font-weight:750}.main-nav>a:not(.button){position:relative;padding:11px 0}.main-nav>a:not(.button)::after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:2px;background:var(--skeelo);transition:.2s}.main-nav>a:hover::after{right:0}.menu-button{display:none;width:44px;height:44px;border:0;border-radius:12px;background:#f1f6f6}.menu-button span{display:block;width:20px;height:2px;margin:4px auto;background:var(--ink)}.hero{padding-top:110px;padding-bottom:95px}.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:74px;align-items:center}.hero-copy{position:relative;z-index:4}.hero-copy h1{max-width:690px;color:var(--section-title)}.hero-copy>p{max-width:630px;margin:26px 0;font-size:var(--paragraph-size)}.hero-actions{display:flex;align-items:center;gap:23px;flex-wrap:wrap}.hero-points{display:flex;gap:34px;margin-top:42px;padding-top:28px;border-top:1px solid rgba(21,34,53,.12)}.hero-points>div{display:flex;align-items:center;gap:12px}.hero-points strong{font-size:33px;color:var(--primary)}.hero-points span{max-width:100px;font-size:11px;line-height:1.35;text-transform:uppercase;letter-spacing:.06em}.hero-bg{position:absolute;border-radius:50%;pointer-events:none}.hero-bg--one{width:480px;height:480px;right:-200px;top:-220px;background:var(--mint)}.hero-bg--two{width:240px;height:240px;left:-130px;bottom:-90px;background:var(--cream)}.hero-visual{position:relative;min-height:610px}.hero-orbit{position:absolute;border:1px dashed rgba(0,123,103,.25);border-radius:50%}.hero-orbit--a{inset:60px 30px 40px 60px}.hero-orbit--b{width:370px;height:370px;right:65px;top:105px}.phone-card{position:absolute;z-index:2;right:40px;top:15px;width:315px;height:580px;padding:28px 20px 20px;border:10px solid #0f2026;border-radius:48px;background:#fff;box-shadow:0 35px 80px rgba(9,45,89,.25);transform:rotate(5deg);overflow:hidden}.phone-card--image{padding:0}.phone-card--image img{width:100%;height:100%;object-fit:cover}.phone-card__top{display:flex;justify-content:space-between;color:#fff;background:var(--primary);margin:-28px -20px 0;padding:32px 18px 14px;font-size:13px;font-weight:800}.phone-card__tabs{display:grid;grid-template-columns:repeat(3,1fr);margin:0 -20px;padding:13px 10px;background:#eefaf6;font-size:9px;text-align:center}.phone-card__tabs .active{color:var(--primary);font-weight:900}.book-feature{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;margin-top:22px;padding:15px;border-radius:15px;background:#f3f7f7}.book-cover{height:126px;padding:12px;color:#fff;background:linear-gradient(150deg,var(--navy),#8f44c9);box-shadow:0 8px 18px rgba(9,45,89,.2)}.book-cover small{font-size:8px}.book-cover b{display:block;margin-top:18px;font-size:12px;line-height:1.15}.book-feature small{font-size:9px;color:#7a8794}.book-feature h3{margin:4px 0 12px;font-size:16px}.book-feature button{border:0;border-radius:8px;padding:9px 12px;background:var(--primary);color:#fff;font-size:9px;font-weight:800}.phone-label{margin:22px 0 9px;font-size:11px;font-weight:900}.mini-books{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mini-book{display:grid;place-items:end center;height:120px;padding-bottom:10px;border-radius:7px;color:#fff;font-size:8px;font-weight:900;background:linear-gradient(160deg,#ef9a30,var(--primary))}.mini-book:nth-child(2){background:linear-gradient(160deg,#1f5c87,#6ab7c7)}.mini-book:nth-child(3){background:linear-gradient(160deg,#bc4f6f,#ecb750)}.hero-person{position:absolute;z-index:3;left:-20px;bottom:-15px;max-height:385px;filter:drop-shadow(0 22px 18px rgba(9,45,89,.12))}.floating-note{position:absolute;z-index:5;display:grid;grid-template-columns:36px 1fr;gap:0 10px;align-items:center;padding:13px 16px;border-radius:14px;background:#fff;box-shadow:0 16px 42px rgba(9,45,89,.17)}.floating-note span{grid-row:1/3;display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--mint)}.floating-note b{font-size:11px}.floating-note small{font-size:9px;color:var(--muted)}.floating-note--one{left:20px;top:120px}.floating-note--two{right:-10px;bottom:45px}.benefit-ribbon{position:relative;z-index:10;margin-top:-30px}.benefit-ribbon__grid{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ribbon-bg);color:var(--ribbon-color);border-radius:22px;overflow:hidden;box-shadow:0 24px 60px rgba(9,45,89,.22)}.benefit-ribbon article{display:flex;gap:16px;align-items:center;min-height:118px;padding:25px 28px;border-right:1px solid rgba(255,255,255,.12)}.benefit-ribbon article:last-child{border-right:0}.benefit-ribbon strong,.benefit-ribbon small{display:block}.benefit-ribbon small{color:#c6d4e2;font-size:12px}.icon-box{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:rgba(23,231,130,.14);font-size:21px}.section-heading{max-width:760px;margin-bottom:55px}.section-heading--center{margin-inline:auto;text-align:center}.section-heading p{font-size:var(--paragraph-size)}.story-stack{display:grid;gap:22px}.story-card{position:relative;display:grid;grid-template-columns:215px 1fr;align-items:center;min-height:250px;padding:18px 72px 18px 24px;border-radius:34px;background:var(--mint);overflow:hidden}.story-card--reverse{grid-template-columns:1fr 215px;padding:18px 24px 18px 72px}.story-card--reverse .story-illustration{grid-column:2}.story-card--reverse .story-content{grid-column:1;grid-row:1;text-align:right}.story-illustration{align-self:end;display:grid;place-items:end center;height:230px}.story-illustration img{max-height:220px;max-width:210px;filter:drop-shadow(0 16px 14px rgba(0,92,80,.09))}.story-panel{padding:30px 34px;border-radius:18px;background:var(--primary);color:#fff;font-family:var(--accent-family);font-size:var(--card-copy-size);line-height:1.5;box-shadow:0 14px 35px rgba(0,92,80,.12)}.story-panel strong{color:var(--skeelo)}.story-content>p{margin:13px 10px 0;font-size:14px;color:#31524c}.story-number{position:absolute;right:21px;top:21px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--primary);font-size:11px;font-weight:900;box-shadow:0 10px 23px rgba(0,92,80,.12)}.story-card--reverse .story-number{left:21px;right:auto}.process-grid{display:grid;grid-template-columns:1fr .85fr;gap:85px;align-items:center}.process-copy h2,.process-copy p{color:inherit}.process-copy h2 em{color:var(--skeelo)}.process-copy>p{font-size:var(--paragraph-size);color:var(--section-text)}.steps-list{list-style:none;margin:42px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.steps-list li{display:flex;gap:14px;padding:19px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.06)}.steps-list b{display:grid;place-items:center;flex:0 0 39px;width:39px;height:39px;border-radius:12px;background:var(--skeelo);color:var(--primary-dark);font-size:11px}.steps-list strong,.steps-list span{display:block}.steps-list strong{font-size:14px}.steps-list span{margin-top:4px;color:var(--section-text);font-size:11px;line-height:1.45}.process-visual{position:relative;min-height:610px;display:grid;place-items:center}.process-visual::before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:var(--skeelo);opacity:.16}.process-image{position:relative;z-index:2;width:min(100%,470px);border-radius:30px;overflow:hidden;box-shadow:0 35px 70px rgba(0,0,0,.3)}.process-image img{width:100%;height:auto}.app-mockup{position:relative;z-index:2;width:292px;height:570px;padding:11px;border-radius:48px;background:#0a1e27;box-shadow:0 35px 70px rgba(0,0,0,.3);transform:rotate(-5deg)}.app-mockup__speaker{position:absolute;z-index:3;top:18px;left:50%;width:85px;height:22px;border-radius:14px;background:#07151a;transform:translateX(-50%)}.app-mockup__screen{height:100%;padding:65px 22px 24px;border-radius:39px;color:var(--ink);background:linear-gradient(180deg,#e4fff0,#fff 44%);overflow:hidden}.app-logo-mark{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 28px;border-radius:19px 22px 16px 22px;color:#fff;background:var(--primary);font-size:27px;font-weight:900;transform:rotate(-6deg)}.app-mockup__screen small{display:block;text-align:center;color:var(--primary);font-weight:800}.app-mockup__screen h3{margin:7px 0 38px;text-align:center;font-size:31px}.app-mockup__screen label{display:block;margin-bottom:7px;color:#7a8794;font-size:11px}.fake-input{padding:13px 14px;border:1px solid #dce6e4;border-radius:10px;color:#a5adb4;font-size:12px}.fake-button{margin-top:14px;padding:14px 10px;border-radius:10px;text-align:center;color:#fff;background:var(--primary);font-size:11px;font-weight:800}.process-quote{position:absolute;z-index:3;left:5px;bottom:40px;padding:17px 20px;border-radius:17px;color:var(--ink);background:#fff;box-shadow:0 20px 35px rgba(0,0,0,.22)}.process-quote b,.process-quote span{display:block}.process-quote b{font-size:13px}.process-quote span{color:var(--muted);font-size:10px}.tutorial-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center}.tutorial-video{position:relative}.tutorial-video video{width:100%;aspect-ratio:16/9;border-radius:28px;background:#0b2c1c;box-shadow:0 25px 70px rgba(9,45,89,.15);object-fit:cover}.video-tag{position:absolute;left:24px;bottom:-20px;display:inline-flex;align-items:center;gap:10px;padding:13px 18px;border-radius:12px;background:var(--navy);color:#fff;font-size:12px;font-weight:800;box-shadow:0 13px 30px rgba(9,45,89,.22)}.video-tag span{color:var(--skeelo)}.tutorial-copy>p{font-size:var(--paragraph-size);color:var(--section-text)}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0}.check-grid span{padding:13px 14px;border-radius:12px;background:#fff;color:#425069;font-size:12px;font-weight:800;box-shadow:0 10px 25px rgba(9,45,89,.06)}.formats-heading{display:grid;grid-template-columns:1fr .75fr;gap:80px;align-items:end;margin-bottom:52px}.formats-heading h2,.formats-heading p{color:inherit}.formats-heading h2 em{color:var(--skeelo)}.formats-heading p{font-size:var(--paragraph-size);color:var(--section-text)}.formats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.format-card{position:relative;min-height:330px;padding:35px;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:rgba(255,255,255,.055);overflow:hidden;transition:.25s}.format-card:hover{transform:translateY(-7px);background:rgba(255,255,255,.085)}.format-card>span{position:absolute;right:25px;top:20px;color:rgba(255,255,255,.22);font-size:48px;font-weight:900}.format-icon{display:grid;place-items:center;width:72px;height:72px;margin-bottom:50px;border-radius:20px;color:var(--primary-dark);background:var(--skeelo);font-family:var(--accent-family);font-size:23px;font-weight:900}.format-card h3{margin-bottom:12px;color:var(--section-title)}.format-card p{color:var(--section-text);font-size:14px}.app-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.app-copy>p{font-size:var(--paragraph-size);color:var(--section-text)}.feature-list{display:grid;gap:15px;margin-top:35px}.feature-list>div{display:flex;align-items:center;gap:15px;padding:16px;border:1px solid #edf1f2;border-radius:16px;transition:.2s}.feature-list>div:hover{transform:translateX(5px);border-color:#c8eee5}.feature-list>div>span{display:grid;place-items:center;flex:0 0 45px;width:45px;height:45px;border-radius:13px;background:var(--mint);color:var(--primary);font-size:20px;font-weight:800}.feature-list p{margin:0}.feature-list b,.feature-list small{display:block}.feature-list b{font-size:14px}.feature-list small{color:var(--section-text);font-size:11px}.app-gallery{position:relative;min-height:610px}.app-gallery::before{content:"";position:absolute;inset:30px 10px 45px 70px;border-radius:46% 54% 50% 50%;background:var(--mint)}.gallery-card{position:absolute;overflow:hidden;border:10px solid #fff;border-radius:28px;background:#fff;box-shadow:0 25px 70px rgba(9,45,89,.16)}.gallery-card img{width:100%;height:100%;object-fit:cover}.gallery-card--back{width:480px;height:300px;right:0;top:20px;transform:rotate(5deg)}.gallery-card--front{width:430px;height:270px;left:0;bottom:20px;transform:rotate(-4deg)}.gallery-badge{position:absolute;z-index:3;right:20px;bottom:64px;padding:18px 22px;border-radius:16px;background:var(--primary);color:#fff;box-shadow:0 20px 40px rgba(0,92,80,.25)}.gallery-badge b,.gallery-badge span{display:block}.gallery-badge b{color:var(--skeelo);font-size:13px}.gallery-badge span{font-family:var(--accent-family);font-size:18px}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px}.faq-intro>p{color:var(--section-text)}.support-card{display:flex;gap:15px;align-items:center;margin-top:35px;padding:20px;border-radius:18px;background:var(--navy);color:#fff}.support-card>span{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:rgba(23,231,130,.13)}.support-card b,.support-card small{display:block}.support-card small{color:#bfcedc;font-size:11px}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid #e6edef;border-radius:16px;background:#fff;overflow:hidden}.faq-list summary{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 22px;cursor:pointer;list-style:none;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:22px;color:var(--primary);transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 22px 22px;color:var(--section-text)}.cta-card{display:grid;grid-template-columns:1fr 330px;gap:60px;align-items:center;min-height:420px}.cta-copy h2,.cta-copy p{color:inherit}.cta-copy h2 em{color:var(--primary-dark)}.cta-copy>p{max-width:680px;font-size:var(--paragraph-size);color:var(--section-text)}.cta-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:30px}.cta-illustration{align-self:end}.cta-illustration img{max-height:380px;margin-inline:auto;filter:drop-shadow(0 18px 14px rgba(7,45,40,.12))}.site-footer{padding-top:70px;background:var(--footer-bg);color:var(--footer-text)}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .8fr .8fr;gap:50px;padding-bottom:55px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid b{margin-bottom:8px;color:var(--footer-heading)}.footer-grid a:hover{color:var(--skeelo)}.footer-brand img{width:170px;filter:brightness(0) invert(1)}.footer-brand p{max-width:300px}.footer-skeelo img{width:120px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:22px 0;border-top:1px solid rgba(255,255,255,.1);font-size:12px}.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s ease,transform .7s ease}.reveal.on{opacity:1;transform:none}.reveal--delay{transition-delay:.12s}@media(max-width:1000px){.main-nav{gap:16px}.hero-grid,.process-grid,.tutorial-grid,.app-grid,.faq-grid{grid-template-columns:1fr;gap:55px}.hero-visual{max-width:650px;width:100%;margin-inline:auto}.process-visual{min-height:570px}.formats-heading{grid-template-columns:1fr;gap:16px}.gallery-card--back{width:78%}.gallery-card--front{width:70%}.cta-card{grid-template-columns:1fr 260px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:780px){:root{--section-padding:72px}.container{width:min(calc(100% - 28px),var(--layout-width))}.preview-strip__inner{font-size:10px}.main-nav{position:fixed;z-index:120;left:14px;right:14px;top:92px;display:none;flex-direction:column;align-items:stretch;padding:20px;border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(9,45,89,.25)}.main-nav.open{display:flex}.main-nav .button{width:100%}.menu-button{display:block}.hero{padding-top:72px}.hero-grid{gap:35px}.hero-visual{min-height:520px}.phone-card{right:0;width:270px;height:500px}.hero-person{max-height:300px;left:-30px}.floating-note--one{left:0;top:80px}.floating-note--two{right:0}.hero-points{gap:15px;overflow:auto}.benefit-ribbon__grid,.formats-grid{grid-template-columns:1fr}.benefit-ribbon article{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.story-card,.story-card--reverse{grid-template-columns:115px 1fr;padding:18px 18px 18px 12px;border-radius:24px}.story-card--reverse{grid-template-columns:1fr 115px}.story-illustration{height:180px}.story-illustration img{max-height:170px}.story-panel{padding:22px;font-size:18px}.story-number{display:none}.steps-list{grid-template-columns:1fr}.tutorial-grid{gap:45px}.check-grid{grid-template-columns:1fr}.app-gallery{min-height:450px}.gallery-card--back{width:86%;height:230px}.gallery-card--front{width:78%;height:210px}.faq-grid{gap:35px}.cta-card{grid-template-columns:1fr}.cta-illustration{display:none}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.brand img{max-width:58vw}}@media(max-width:520px){h1{font-size:var(--h1-mobile)}h2{font-size:var(--h2-mobile)}.preview-strip__inner span{display:none}.preview-strip__inner{justify-content:center}.hero-visual{min-height:455px}.phone-card{width:235px;height:440px;right:0}.hero-person{max-height:250px}.floating-note{display:none}.story-card,.story-card--reverse{grid-template-columns:1fr;padding:16px}.story-card .story-illustration,.story-card--reverse .story-illustration{grid-column:1;grid-row:1;height:170px}.story-card .story-content,.story-card--reverse .story-content{grid-column:1;grid-row:2;text-align:left}.process-visual{min-height:520px}.app-mockup{width:250px;height:490px}.process-quote{left:0}.tutorial-video .video-tag{left:10px;font-size:10px}.app-gallery{min-height:360px}.gallery-card--back{height:190px}.gallery-card--front{height:170px}.cta-actions{align-items:stretch;flex-direction:column}.cta-actions>*{width:100%}}

/* Refinamento visual v1.1 — escala tipográfica inspirada em Fibonacci */
.hero-visual{min-height:var(--hero-visual-height)}
.phone-card{width:var(--hero-phone-width);height:var(--hero-phone-height)}
.hero-person{left:-82px;bottom:-8px;max-height:var(--hero-person-height);width:auto}
.formats-section{isolation:isolate}
.formats-section::before{content:"";position:absolute;inset:auto -120px -190px auto;width:480px;height:480px;border-radius:50%;background:var(--formats-panel-bg);opacity:.58;z-index:-1}
.formats-experience .section-heading{max-width:860px;margin-bottom:42px}
.formats-experience .section-heading p{max-width:760px;margin:20px auto 0}
.format-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px;margin:0 auto 28px;max-width:980px}
.format-tab{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;min-height:74px;padding:14px 18px;border:1px solid rgba(21,34,53,.09);border-radius:20px;background:#fff;color:var(--section-title);font-weight:800;cursor:pointer;box-shadow:0 10px 30px rgba(9,45,89,.06);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}
.format-tab::after{content:"";position:absolute;left:22px;right:22px;bottom:8px;height:3px;border-radius:99px;background:var(--format-accent);opacity:0;transform:scaleX(.35);transition:.22s ease}
.format-tab:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--format-accent) 35%,#fff);box-shadow:0 16px 38px rgba(9,45,89,.11)}
.format-tab.is-active{background:color-mix(in srgb,var(--format-accent) 9%,#fff);border-color:color-mix(in srgb,var(--format-accent) 35%,#fff);box-shadow:0 16px 40px rgba(9,45,89,.12)}
.format-tab.is-active::after{opacity:1;transform:scaleX(1)}
.format-tab__icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:color-mix(in srgb,var(--format-accent) 12%,#fff);color:var(--format-accent);font-size:16px;font-weight:900}
.format-panels{position:relative}
.format-panel{display:grid;grid-template-columns:minmax(300px,.82fr) minmax(420px,1.18fr);gap:24px;align-items:stretch;min-height:500px;padding:24px;border-radius:38px;background:var(--formats-panel-bg);box-shadow:0 28px 70px rgba(9,45,89,.12);overflow:hidden;animation:formatPanelIn .35s ease both}
.format-panel[hidden]{display:none}
.format-panel__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:48px;border-radius:28px;background:var(--formats-copy-bg);color:var(--formats-copy-color);overflow:hidden}
.format-panel__copy::after{content:"";position:absolute;right:-65px;bottom:-85px;width:190px;height:190px;border-radius:50%;background:var(--format-accent);opacity:.22}
.format-panel__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;color:color-mix(in srgb,var(--formats-copy-color) 78%,transparent);font-size:var(--eyebrow-size);font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.format-panel__kicker::before{content:"";width:28px;height:3px;border-radius:99px;background:var(--format-accent)}
.format-panel__title{display:flex;align-items:center;gap:15px;margin-bottom:22px}
.format-panel__title>span{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;border-radius:18px;background:var(--format-accent);color:#fff;font-size:20px;font-weight:900;box-shadow:0 15px 32px color-mix(in srgb,var(--format-accent) 30%,transparent)}
.format-panel__title h3{color:var(--formats-copy-color)}
.format-panel__copy>p{margin:0;color:color-mix(in srgb,var(--formats-copy-color) 88%,transparent);font-size:var(--paragraph-size);line-height:1.55}
.format-panel__badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.format-panel__badges span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid color-mix(in srgb,var(--formats-copy-color) 22%,transparent);border-radius:999px;color:var(--formats-copy-color);font-size:12px;font-weight:800;background:color-mix(in srgb,var(--formats-copy-color) 7%,transparent)}
.format-panel__visual{position:relative;display:grid;place-items:center;min-height:452px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(255,255,255,.46));overflow:hidden}
.format-panel__visual::before,.format-panel__visual::after{content:"";position:absolute;border:1px solid color-mix(in srgb,var(--format-accent) 28%,transparent);border-radius:50%}
.format-panel__visual::before{width:390px;height:390px}
.format-panel__visual::after{width:520px;height:520px}
.format-panel__glow{position:absolute;width:310px;height:310px;border-radius:50%;background:var(--format-accent);filter:blur(75px);opacity:.14}
.format-panel__visual img{position:relative;z-index:2;width:min(92%,700px);max-height:445px;object-fit:contain;filter:drop-shadow(0 22px 30px rgba(9,45,89,.16))}
.format-panels--static{display:grid;gap:28px}
.format-panels--static .format-panel:nth-child(even){grid-template-columns:minmax(420px,1.18fr) minmax(300px,.82fr)}
.format-panels--static .format-panel:nth-child(even) .format-panel__copy{grid-column:2}
.format-panels--static .format-panel:nth-child(even) .format-panel__visual{grid-column:1;grid-row:1}
@keyframes formatPanelIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:1000px){.hero-person{left:-35px;max-height:calc(var(--hero-person-height) * .84)}.format-panel{grid-template-columns:1fr;min-height:0}.format-panel__visual{min-height:400px}.format-panels--static .format-panel:nth-child(even){grid-template-columns:1fr}.format-panels--static .format-panel:nth-child(even) .format-panel__copy,.format-panels--static .format-panel:nth-child(even) .format-panel__visual{grid-column:auto;grid-row:auto}}
@media(max-width:780px){.hero-visual{min-height:540px}.phone-card{width:min(var(--hero-phone-width),270px);height:min(var(--hero-phone-height),500px)}.hero-person{left:-30px;max-height:var(--hero-person-mobile-height)}.format-tabs{grid-template-columns:repeat(2,1fr)}.format-panel{padding:14px;border-radius:28px}.format-panel__copy{padding:32px 26px;border-radius:22px}.format-panel__visual{min-height:320px}.format-panel__visual img{max-height:330px}.format-panel__visual::after{width:390px;height:390px}}
@media(max-width:520px){.hero-person{max-height:calc(var(--hero-person-mobile-height) * .78);left:-38px}.format-tabs{grid-template-columns:1fr 1fr;gap:10px}.format-tab{min-height:64px;padding:10px 12px;border-radius:16px;font-size:12px}.format-tab__icon{width:36px;height:36px;flex-basis:36px;border-radius:12px;font-size:13px}.format-panel__copy>p{font-size:16px}.format-panel__title h3{font-size:28px}.format-panel__visual{min-height:250px}.format-panel__visual img{max-height:260px}.format-panel__badges{margin-top:22px}.format-panel__badges span{font-size:10px}}

/* Refinamento visual v1.2 — biblioteca contemporânea, ícones editáveis e cards dinâmicos */
body{background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%)}
.site-header.is-sticky{background:color-mix(in srgb,var(--header-bg) 88%,transparent);backdrop-filter:blur(18px);box-shadow:0 8px 28px rgba(9,45,89,.05)}
.hero{isolation:isolate;background-image:linear-gradient(90deg,rgba(0,123,103,.025) 1px,transparent 1px),linear-gradient(rgba(0,123,103,.025) 1px,transparent 1px);background-size:32px 32px}
.hero::after{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;height:10px;background:repeating-linear-gradient(90deg,var(--primary) 0 76px,var(--skeelo) 76px 84px,var(--navy) 84px 148px,#d9efe9 148px 154px);opacity:.13}
.hero-orbit--a{animation:libraryOrbit 24s linear infinite}.hero-orbit--b{animation:libraryOrbitReverse 18s linear infinite}
.phone-card{transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease}.hero-visual:hover .phone-card{transform:rotate(2deg) translateY(-7px);box-shadow:0 46px 95px rgba(9,45,89,.29)}
.hero-person{transition:transform .45s cubic-bezier(.2,.8,.2,1)}.hero-visual:hover .hero-person{transform:translateY(-8px) rotate(-1deg)}

.hero-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:12px;margin-top:38px;padding:0;border:0;max-width:720px}
.hero-stat{position:relative;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:12px;min-height:82px;padding:14px 15px;border:1px solid rgba(9,45,89,.09);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 13px 34px rgba(9,45,89,.07);backdrop-filter:blur(12px);overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.hero-stat::after{content:"";position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:0 9px 9px 0;background:var(--skeelo);opacity:.9}
.hero-stat:hover{transform:translateY(-4px);border-color:rgba(0,123,103,.2);box-shadow:0 20px 42px rgba(9,45,89,.11)}
.hero-stat__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#ecfff9,var(--mint));box-shadow:inset 0 0 0 1px rgba(0,123,103,.07)}
.hero-stat__icon img{width:32px;height:32px;object-fit:contain}
.hero-stat__copy{min-width:0}.hero-stat__copy strong,.hero-stat__copy small{display:block}.hero-stat__copy strong{margin-bottom:4px;color:var(--primary-dark);font-size:14px;line-height:1.15}.hero-stat__copy small{color:var(--muted);font-size:10px;line-height:1.35;text-transform:none;letter-spacing:0}

.floating-note{grid-template-columns:42px minmax(92px,1fr);min-width:174px;padding:13px 15px;border:1px solid rgba(9,45,89,.08);border-radius:17px;background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(9,45,89,.16);backdrop-filter:blur(14px);animation:floatingCard 5s ease-in-out infinite}
.floating-note:nth-of-type(even){animation-delay:-2.2s}
.floating-note__icon{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,#eefff9,var(--mint));box-shadow:inset 0 0 0 1px rgba(0,123,103,.08)}
.floating-note__icon img{width:28px;height:28px;object-fit:contain}
.floating-note b{font-size:11px;line-height:1.2}.floating-note small{font-size:9px;line-height:1.25;color:var(--muted)}
.floating-note--top-left{left:-12px;top:92px}.floating-note--top-right{right:-16px;top:88px}.floating-note--bottom-left{left:-10px;bottom:62px}.floating-note--bottom-right{right:-18px;bottom:50px}

.benefit-ribbon__grid{grid-template-columns:repeat(auto-fit,minmax(235px,1fr));overflow:visible;background:linear-gradient(135deg,var(--ribbon-bg),color-mix(in srgb,var(--ribbon-bg) 82%,#000));border:1px solid rgba(255,255,255,.08)}
.benefit-ribbon article{position:relative;border-right:1px solid rgba(255,255,255,.1);overflow:hidden;transition:background .25s ease,transform .25s ease}
.benefit-ribbon article::after{content:"";position:absolute;right:-30px;bottom:-38px;width:86px;height:86px;border:1px solid rgba(23,231,130,.18);border-radius:50%}
.benefit-ribbon article:hover{z-index:2;background:rgba(255,255,255,.055);transform:translateY(-4px)}
.icon-box{background:rgba(23,231,130,.1);border:1px solid rgba(23,231,130,.2)}.icon-box img{width:31px;height:31px;object-fit:contain}

.section-heading h2::after{content:"";display:block;width:72px;height:5px;margin:22px auto 0;border-radius:99px;background:linear-gradient(90deg,var(--primary),var(--skeelo))}
.app-copy h2::after,.process-copy h2::after,.tutorial-copy h2::after,.faq-intro h2::after,.cta-copy h2::after{margin-left:0}
.story-card{border:1px solid rgba(0,123,103,.06);box-shadow:0 20px 55px rgba(9,45,89,.06);transition:transform .3s ease,box-shadow .3s ease}.story-card:hover{transform:translateY(-5px);box-shadow:0 30px 70px rgba(9,45,89,.1)}

.formats-section::after{content:"";position:absolute;z-index:-1;left:-32px;bottom:34px;width:210px;height:135px;border-radius:14px 14px 5px 5px;background:repeating-linear-gradient(90deg,#e9f8f4 0 22px,#d8efe9 22px 27px,#f4eee0 27px 52px,#dcefe9 52px 58px);opacity:.48;transform:rotate(-5deg);box-shadow:0 16px 35px rgba(9,45,89,.06)}
.format-tab__icon img{width:27px;height:27px;object-fit:contain}.format-panel__title>span img{width:36px;height:36px;object-fit:contain;filter:brightness(0) invert(1)}
.format-panel{border:1px solid rgba(0,123,103,.08);box-shadow:0 34px 85px rgba(9,45,89,.13)}
.format-panel__copy::before{content:"";position:absolute;left:0;top:42px;bottom:42px;width:5px;border-radius:0 8px 8px 0;background:var(--format-accent)}
.format-panel__visual{background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(240,250,247,.66))}

.app-section{isolation:isolate}.app-section::before{content:"";position:absolute;z-index:-1;right:-70px;top:50%;width:360px;height:430px;transform:translateY(-50%) rotate(4deg);border-radius:28px;background:repeating-linear-gradient(90deg,rgba(0,123,103,.045) 0 40px,rgba(9,45,89,.035) 40px 47px,rgba(23,231,130,.045) 47px 83px,transparent 83px 92px);box-shadow:0 26px 70px rgba(9,45,89,.04)}
.feature-list>div{position:relative;padding:17px 18px;border-color:rgba(0,123,103,.09);background:rgba(255,255,255,.82);box-shadow:0 12px 32px rgba(9,45,89,.045);overflow:hidden}
.feature-list>div::after{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:linear-gradient(var(--skeelo),var(--primary));opacity:0;transition:.2s}.feature-list>div:hover::after{opacity:1}
.feature-list>div>span{width:50px;height:50px;flex-basis:50px;border-radius:15px;background:linear-gradient(145deg,#effff9,var(--mint))}.feature-list>div>span img{width:31px;height:31px;object-fit:contain}
.gallery-card{transition:transform .35s ease,box-shadow .35s ease}.app-gallery:hover .gallery-card--back{transform:rotate(2deg) translateY(-6px)}.app-gallery:hover .gallery-card--front{transform:rotate(-2deg) translateY(4px)}
.gallery-badge{border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px)}

@keyframes libraryOrbit{to{transform:rotate(360deg)}}
@keyframes libraryOrbitReverse{to{transform:rotate(-360deg)}}
@keyframes floatingCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(prefers-reduced-motion:reduce){.hero-orbit,.floating-note{animation:none}.phone-card,.hero-person,.gallery-card{transition:none}}

@media(max-width:1000px){
  .floating-note--top-left{left:0}.floating-note--top-right{right:0}.floating-note--bottom-left{left:0}.floating-note--bottom-right{right:0}
}
@media(max-width:780px){
  .hero-points{grid-template-columns:repeat(3,minmax(165px,1fr));overflow-x:auto;padding:2px 2px 14px;scroll-snap-type:x proximity}.hero-stat{scroll-snap-align:start}
  .floating-note{min-width:155px;padding:10px 11px;grid-template-columns:36px minmax(80px,1fr)}.floating-note__icon{width:36px;height:36px}.floating-note__icon img{width:24px;height:24px}
  .floating-note--top-left{left:-3px;top:64px}.floating-note--top-right{right:-3px;top:62px}.floating-note--bottom-left{left:-3px;bottom:42px}.floating-note--bottom-right{right:-3px;bottom:38px}
}
@media(max-width:520px){
  .hero-points{grid-template-columns:repeat(3,165px);margin-top:30px}.hero-stat{min-height:76px;padding:12px}.hero-stat__icon{width:42px;height:42px}.hero-stat__icon img{width:28px;height:28px}
  .floating-note{display:grid;min-width:132px;grid-template-columns:31px minmax(70px,1fr);padding:8px 9px;border-radius:13px}.floating-note__icon{width:31px;height:31px;border-radius:10px}.floating-note__icon img{width:21px;height:21px}.floating-note b{font-size:9px}.floating-note small{font-size:7px}
  .floating-note--top-left{left:-4px;top:48px}.floating-note--top-right{right:-4px;top:45px}.floating-note--bottom-left{left:-4px;bottom:28px}.floating-note--bottom-right{right:-4px;bottom:24px}
  .benefit-ribbon__grid{grid-template-columns:1fr}.benefit-ribbon article{min-height:100px}
  .formats-section::after,.app-section::before{display:none}
}

/* Correção de escala real da ilustração: height permite ampliar SVGs pequenos, não apenas limitá-los. */
.hero-person{height:var(--hero-person-height);max-height:none}
@media(max-width:1000px){.hero-person{height:calc(var(--hero-person-height) * .84);max-height:none}}
@media(max-width:780px){.hero-person{height:var(--hero-person-mobile-height);max-height:none}}
@media(max-width:520px){.hero-person{height:calc(var(--hero-person-mobile-height) * .78);max-height:none}}

/* Ajustes finais de responsividade do banner. */
.hero-copy,.hero-visual{min-width:0}
@media(max-width:520px){
  .hero-points{display:flex;width:100%;max-width:100%;overflow-x:auto}.hero-stat{flex:0 0 165px}
  .hero-visual{width:100%;max-width:100%;min-height:485px}
  .phone-card{right:10px;top:18px;width:225px;height:420px;transform:rotate(3deg)}
  .hero-person{left:-26px;height:min(var(--hero-person-mobile-height),360px);max-height:none}
  .floating-note--top-left{left:0;top:44px}.floating-note--top-right{right:0;top:42px}.floating-note--bottom-left{left:0;bottom:32px}.floating-note--bottom-right{right:0;bottom:28px}
}


/* v1.4.0 — logo exclusiva da Opção Net no menu superior */
.floating-note--top-left{
  left:auto;
  right:calc(var(--hero-phone-width) - 10px);
  top:92px;
  z-index:6;
}
.floating-note--top-left::after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-18px;
  top:50%;
  width:34px;
  height:34px;
  transform:translateY(-50%) rotate(45deg);
  border-radius:8px;
  background:rgba(255,255,255,.92);
  box-shadow:10px -10px 25px rgba(9,45,89,.035);
}
.app-heading-row{display:flex;align-items:flex-start;gap:18px;margin-bottom:18px}
.app-heading-copy{min-width:0}
.app-heading-copy .eyebrow{margin-bottom:11px}
.app-section-icon{
  display:grid;
  place-items:center;
  flex:0 0 66px;
  width:66px;
  height:66px;
  margin-top:2px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:21px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--app-section-icon-bg) 88%,#fff),var(--app-section-icon-bg));
  box-shadow:0 18px 42px color-mix(in srgb,var(--app-section-icon-bg) 24%,transparent),inset 0 1px 0 rgba(255,255,255,.2);
  transform:rotate(-2deg);
  transition:transform .3s ease,box-shadow .3s ease;
}
.app-section-icon img{width:38px;height:38px;object-fit:contain}
.app-copy:hover .app-section-icon{transform:rotate(0) translateY(-3px);box-shadow:0 24px 52px color-mix(in srgb,var(--app-section-icon-bg) 30%,transparent),inset 0 1px 0 rgba(255,255,255,.24)}
@media(max-width:1000px){
  .floating-note--top-left{left:auto;right:calc(var(--hero-phone-width) - 12px)}
}
@media(max-width:780px){
  .floating-note--top-left{left:auto;right:calc(min(var(--hero-phone-width),270px) - 38px);top:64px}
}
@media(max-width:520px){
  .floating-note--top-left{left:auto;right:191px;top:50px}
  .floating-note--top-left::after{right:-12px;width:24px;height:24px;border-radius:6px}
  .app-heading-row{gap:13px}
  .app-section-icon{flex-basis:52px;width:52px;height:52px;border-radius:16px}
  .app-section-icon img{width:30px;height:30px}
}

/* v1.7 — fundos editáveis e efeitos elegantes para Tutorial e FAQ */
.tutorial-section,.faq-section{isolation:isolate}
.tutorial-section>.container,.faq-section>.container{position:relative;z-index:3}
.tutorial-section::before,.faq-section::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-repeat:no-repeat;background-size:cover;background-position:center;opacity:0}
.tutorial-section::before{background-image:var(--tutorial-bg-image);opacity:var(--tutorial-bg-opacity,0)}
.faq-section::before{background-image:var(--faq-bg-image);opacity:var(--faq-bg-opacity,0)}
.tutorial-section--effects::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:radial-gradient(circle at 17% 27%,rgba(23,231,130,.16),transparent 25%),radial-gradient(circle at 84% 68%,rgba(0,123,103,.13),transparent 30%),linear-gradient(100deg,rgba(255,255,255,.82),rgba(255,255,255,.48) 47%,rgba(255,255,255,.72));mix-blend-mode:normal}
.faq-section--effects::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(247,250,251,.70),rgba(247,250,251,.90) 35%,rgba(247,250,251,.90) 70%,rgba(247,250,251,.63)),radial-gradient(circle at 70% 20%,rgba(23,231,130,.10),transparent 27%)}
.tutorial-section--effects .tutorial-video{position:relative;z-index:2;padding:10px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(221,251,243,.35));box-shadow:0 30px 80px rgba(9,45,89,.12);backdrop-filter:blur(8px)}
.tutorial-section--effects .tutorial-video::before{content:"";position:absolute;z-index:-1;inset:-22px;border-radius:44px;background:radial-gradient(circle at 18% 20%,rgba(23,231,130,.24),transparent 28%),radial-gradient(circle at 86% 78%,rgba(9,45,89,.16),transparent 34%);filter:blur(14px);opacity:.82}
.tutorial-section--effects .tutorial-video::after{content:"";position:absolute;z-index:3;left:7%;top:4%;width:32%;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);box-shadow:0 0 22px rgba(23,231,130,.65);pointer-events:none}
.tutorial-section--effects .tutorial-video video{position:relative;z-index:2;border:1px solid rgba(255,255,255,.75);box-shadow:0 28px 75px rgba(9,45,89,.20);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,filter .45s ease}
.tutorial-section--effects .tutorial-video:hover video{transform:translateY(-6px) scale(1.012);box-shadow:0 40px 90px rgba(9,45,89,.25);filter:saturate(1.04)}
.tutorial-section--effects .video-tag{border:1px solid rgba(255,255,255,.13);box-shadow:0 18px 42px rgba(9,45,89,.28);backdrop-filter:blur(10px)}
.tutorial-section--effects .tutorial-copy{padding:34px;border:1px solid rgba(255,255,255,.68);border-radius:28px;background:rgba(255,255,255,.70);box-shadow:0 25px 65px rgba(9,45,89,.09);backdrop-filter:blur(12px)}
.tutorial-section--effects .check-grid span{position:relative;overflow:hidden;border:1px solid rgba(0,123,103,.08);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.tutorial-section--effects .check-grid span::after{content:"";position:absolute;inset:0;transform:translateX(-110%);background:linear-gradient(100deg,transparent,rgba(23,231,130,.12),transparent);transition:transform .55s ease}
.tutorial-section--effects .check-grid span:hover{transform:translateY(-3px);border-color:rgba(0,123,103,.2);box-shadow:0 16px 34px rgba(9,45,89,.10)}
.tutorial-section--effects .check-grid span:hover::after{transform:translateX(110%)}
.tutorial-section--motion .video-tag{animation:tutorialTagFloat 4.8s ease-in-out infinite}
.tutorial-section--motion .tutorial-video::before{animation:tutorialAura 6.8s ease-in-out infinite alternate}
.faq-section--effects .faq-intro{padding:32px;border:1px solid rgba(255,255,255,.72);border-radius:28px;background:rgba(255,255,255,.66);box-shadow:0 24px 64px rgba(9,45,89,.08);backdrop-filter:blur(10px)}
.faq-section--effects .support-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.13);box-shadow:0 22px 48px rgba(9,45,89,.20);transition:transform .3s ease,box-shadow .3s ease}
.faq-section--effects .support-card::after{content:"";position:absolute;inset:-60% -30%;background:linear-gradient(115deg,transparent 35%,rgba(23,231,130,.15),transparent 65%);transform:translateX(-55%) rotate(8deg);transition:transform .8s ease}
.faq-section--effects .support-card:hover{transform:translateY(-5px);box-shadow:0 30px 58px rgba(9,45,89,.27)}
.faq-section--effects .support-card:hover::after{transform:translateX(55%) rotate(8deg)}
.faq-section--effects .faq-list details{border-color:rgba(9,45,89,.08);background:rgba(255,255,255,.82);box-shadow:0 13px 34px rgba(9,45,89,.07);backdrop-filter:blur(10px);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}
.faq-section--effects .faq-list details:hover{transform:translateX(-5px);border-color:rgba(0,123,103,.20);box-shadow:0 19px 44px rgba(9,45,89,.12);background:rgba(255,255,255,.94)}
.faq-section--effects .faq-list details[open]{border-color:rgba(0,123,103,.24);box-shadow:0 22px 52px rgba(9,45,89,.13)}
.faq-section--effects .faq-list summary{position:relative}
.faq-section--effects .faq-list summary::before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 5px 5px 0;background:var(--skeelo);transform:scaleY(0);transition:transform .28s ease;transform-origin:center}
.faq-section--effects .faq-list details:hover summary::before,.faq-section--effects .faq-list details[open] summary::before{transform:scaleY(1)}
.faq-section--effects .faq-list details[open] p{animation:faqAnswerIn .36s ease both}
.faq-section--motion::before{animation:faqBackgroundDrift 16s ease-in-out infinite alternate}
@keyframes tutorialTagFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes tutorialAura{0%{opacity:.62;transform:scale(.98)}100%{opacity:.95;transform:scale(1.03)}}
@keyframes faqAnswerIn{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:none}}
@keyframes faqBackgroundDrift{0%{background-position:49% 50%}100%{background-position:52% 48%}}
@media(max-width:780px){.tutorial-section--effects .tutorial-copy,.faq-section--effects .faq-intro{padding:24px}.tutorial-section--effects .tutorial-video{padding:6px;border-radius:27px}.faq-section--effects .faq-list details:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.tutorial-section--motion .video-tag,.tutorial-section--motion .tutorial-video::before,.faq-section--motion::before{animation:none}.tutorial-section--effects .tutorial-video video,.faq-section--effects .faq-list details{transition:none}.faq-section--effects .faq-list details[open] p{animation:none}}


/* v1.8.0 — escala editável das ilustrações dos benefícios */
.story-card{grid-template-columns:minmax(215px,var(--story-image-width,320px)) minmax(0,1fr);min-height:max(250px,calc(var(--story-image-height,300px) + 36px))}
.story-card--reverse{grid-template-columns:minmax(0,1fr) minmax(215px,var(--story-image-width,320px))}
.story-illustration{width:100%;height:var(--story-image-height,300px);align-self:center;place-items:center;overflow:visible}
.story-illustration img{width:min(100%,var(--story-image-width,320px));height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;filter:drop-shadow(0 20px 22px rgba(0,92,80,.13));transition:transform .35s ease,filter .35s ease}
.story-card:hover .story-illustration img{transform:translateY(-4px) scale(1.018);filter:drop-shadow(0 26px 28px rgba(0,92,80,.17))}
@media(max-width:780px){
  .story-card{grid-template-columns:clamp(120px,32vw,var(--story-image-mobile-width,250px)) minmax(0,1fr);min-height:max(220px,calc(var(--story-image-mobile-height,230px) + 30px))}
  .story-card--reverse{grid-template-columns:minmax(0,1fr) clamp(120px,32vw,var(--story-image-mobile-width,250px))}
  .story-illustration{height:var(--story-image-mobile-height,230px)}
  .story-illustration img{width:min(100%,var(--story-image-mobile-width,250px))}
}
@media(max-width:520px){
  .story-card,.story-card--reverse{grid-template-columns:1fr;min-height:auto}
  .story-card .story-illustration,.story-card--reverse .story-illustration{height:var(--story-image-mobile-height,230px)}
  .story-card .story-illustration img,.story-card--reverse .story-illustration img{width:min(100%,var(--story-image-mobile-width,250px));margin-inline:auto}
}

/* v2.0.2 — efeitos elegantes da seção Como funciona */
.process-section--effects::before,.process-section--effects::after{content:"";position:absolute;pointer-events:none;z-index:0}.process-section--effects::before{width:620px;height:620px;right:-170px;top:-210px;border-radius:50%;background:radial-gradient(circle,rgba(23,231,130,.22) 0,rgba(23,231,130,.08) 38%,transparent 70%);filter:blur(2px)}.process-section--effects::after{left:-170px;bottom:-260px;width:590px;height:590px;border-radius:50%;border:1px solid rgba(23,231,130,.16);box-shadow:0 0 0 72px rgba(23,231,130,.025),0 0 0 145px rgba(255,255,255,.018)}.process-section--effects .process-grid{position:relative;z-index:1}.process-section--effects .process-copy h2{position:relative;text-shadow:0 14px 42px rgba(0,0,0,.12)}.process-section--effects .process-copy h2::after{content:"";display:block;width:78px;height:3px;margin-top:22px;border-radius:999px;background:linear-gradient(90deg,var(--skeelo),rgba(23,231,130,0));box-shadow:0 0 24px rgba(23,231,130,.42)}.process-section--effects .steps-list li{position:relative;overflow:hidden;border-color:rgba(255,255,255,.18);background:linear-gradient(135deg,rgba(255,255,255,.095),rgba(255,255,255,.045));box-shadow:0 16px 42px rgba(0,37,32,.11);backdrop-filter:blur(10px);transition:transform .32s cubic-bezier(.2,.8,.2,1),border-color .32s ease,background .32s ease,box-shadow .32s ease}.process-section--effects .steps-list li::before{content:"";position:absolute;inset:-120% -35%;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.14) 50%,transparent 60%);transform:translateX(-65%) rotate(10deg);transition:transform .75s ease}.process-section--effects .steps-list li::after{content:"";position:absolute;right:-34px;bottom:-42px;width:94px;height:94px;border-radius:50%;border:1px solid rgba(23,231,130,.14);box-shadow:0 0 0 18px rgba(23,231,130,.035)}.process-section--effects .steps-list li:hover{transform:translateY(-7px);border-color:rgba(23,231,130,.42);background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.07));box-shadow:0 25px 54px rgba(0,37,32,.2)}.process-section--effects .steps-list li:hover::before{transform:translateX(65%) rotate(10deg)}.process-section--effects .steps-list b{position:relative;z-index:1;box-shadow:0 10px 26px rgba(23,231,130,.22);transition:transform .3s ease,box-shadow .3s ease}.process-section--effects .steps-list li:hover b{transform:scale(1.08) rotate(-4deg);box-shadow:0 14px 32px rgba(23,231,130,.34)}.process-section--effects .steps-list li>div{position:relative;z-index:1}.process-section--effects .process-visual{--process-tilt-x:0deg;--process-tilt-y:0deg;--process-shift-x:0px;--process-shift-y:0px;transform:perspective(1200px) rotateX(var(--process-tilt-x)) rotateY(var(--process-tilt-y)) translate3d(var(--process-shift-x),var(--process-shift-y),0);transform-style:preserve-3d;transition:transform .25s ease-out}.process-section--effects .process-visual::before{background:radial-gradient(circle at 50% 45%,rgba(23,231,130,.30),rgba(23,231,130,.12) 45%,rgba(23,231,130,0) 72%);box-shadow:0 0 0 1px rgba(23,231,130,.15),0 0 85px rgba(23,231,130,.15)}.process-section--effects .process-visual::after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(23,231,130,.26);border-radius:50%;box-shadow:0 0 0 38px rgba(23,231,130,.025),0 0 0 92px rgba(255,255,255,.018);pointer-events:none}.process-section--effects .app-mockup,.process-section--effects .process-image{filter:drop-shadow(0 32px 42px rgba(0,24,21,.24));transition:filter .4s ease,box-shadow .4s ease}.process-section--effects .app-mockup::before{content:"";position:absolute;z-index:-1;inset:-22px;border-radius:62px;background:linear-gradient(145deg,rgba(23,231,130,.28),transparent 48%,rgba(255,255,255,.10));filter:blur(18px);opacity:.8}.process-section--effects .app-mockup__screen{position:relative}.process-section--effects .app-mockup__screen::after{content:"";position:absolute;inset:0;background:linear-gradient(112deg,transparent 24%,rgba(255,255,255,.42) 42%,transparent 58%);transform:translateX(-135%);pointer-events:none}.process-section--effects .app-logo-mark{box-shadow:0 16px 36px rgba(0,123,103,.28)}.process-section--effects .fake-input{background:rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.process-section--effects .fake-button{position:relative;overflow:hidden;box-shadow:0 14px 30px rgba(0,123,103,.22);transition:transform .3s ease,box-shadow .3s ease}.process-section--effects .fake-button::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent,rgba(255,255,255,.28),transparent);transform:translateX(-120%)}.process-section--effects .fake-button:hover{transform:translateY(-2px);box-shadow:0 19px 38px rgba(0,123,103,.31)}.process-section--effects .fake-button:hover::after{transform:translateX(120%);transition:transform .65s ease}.process-section--effects .process-quote{border:1px solid rgba(255,255,255,.72);box-shadow:0 25px 54px rgba(0,24,21,.28);backdrop-filter:blur(10px);transition:transform .3s ease,box-shadow .3s ease}.process-section--effects .process-quote:hover{transform:translateY(-5px) rotate(-1deg);box-shadow:0 32px 64px rgba(0,24,21,.34)}
.process-section--motion .steps-list li{opacity:0}.process-section--motion .process-copy.on .steps-list li{animation:processStepIn .72s cubic-bezier(.2,.8,.2,1) forwards}.process-section--motion .steps-list li:nth-child(1){animation-delay:.08s}.process-section--motion .steps-list li:nth-child(2){animation-delay:.18s}.process-section--motion .steps-list li:nth-child(3){animation-delay:.28s}.process-section--motion .steps-list li:nth-child(4){animation-delay:.38s}.process-section--motion .steps-list li:nth-child(5){animation-delay:.48s}.process-section--motion .steps-list li:nth-child(6){animation-delay:.58s}.process-section--motion .steps-list b{animation:processNumberPulse 3.6s ease-in-out infinite}.process-section--motion .app-mockup{animation:processPhoneFloat 6.4s ease-in-out infinite}.process-section--motion .process-image{animation:processImageFloat 6.4s ease-in-out infinite}.process-section--motion .process-visual::after{animation:processOrbit 18s linear infinite}.process-section--motion .process-visual::before{animation:processAura 5.8s ease-in-out infinite alternate}.process-section--motion .app-mockup__screen::after{animation:processScreenShine 7.5s ease-in-out infinite}.process-section--motion .app-logo-mark{animation:processLogoPulse 4.5s ease-in-out infinite}.process-section--motion .process-quote{animation:processQuoteFloat 5.2s ease-in-out infinite}
@keyframes processStepIn{0%{opacity:0;transform:translateY(22px) scale(.97)}100%{opacity:1;transform:none}}@keyframes processNumberPulse{0%,100%{transform:scale(1);box-shadow:0 10px 26px rgba(23,231,130,.22)}50%{transform:scale(1.06);box-shadow:0 14px 34px rgba(23,231,130,.36)}}@keyframes processPhoneFloat{0%,100%{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(-3.8deg) translateY(-13px)}}@keyframes processImageFloat{0%,100%{transform:rotate(-1deg) translateY(0)}50%{transform:rotate(1deg) translateY(-11px)}}@keyframes processQuoteFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes processOrbit{to{transform:rotate(360deg)}}@keyframes processAura{0%{opacity:.72;transform:scale(.97)}100%{opacity:1;transform:scale(1.035)}}@keyframes processLogoPulse{0%,100%{transform:rotate(-6deg) scale(1)}50%{transform:rotate(-2deg) scale(1.06)}}@keyframes processScreenShine{0%,62%{transform:translateX(-135%)}82%,100%{transform:translateX(135%)}}
@media(max-width:780px){.process-section--effects .steps-list li:hover{transform:translateY(-4px)}.process-section--effects .process-visual::after{width:420px;height:420px}.process-section--effects .process-visual{transform:none!important}}@media(prefers-reduced-motion:reduce){.process-section--motion .steps-list li,.process-section--motion .steps-list b,.process-section--motion .app-mockup,.process-section--motion .process-image,.process-section--motion .process-visual::after,.process-section--motion .process-visual::before,.process-section--motion .app-mockup__screen::after,.process-section--motion .app-logo-mark,.process-section--motion .process-quote{animation:none}.process-section--effects .process-visual{transform:none!important;transition:none}.process-section--effects .steps-list li,.process-section--effects .fake-button,.process-section--effects .process-quote{transition:none}}

/* v2.0.3 — correção de cache e efeitos resilientes em Como funciona */
.process-section--effects .steps-list li{will-change:transform,box-shadow}
.process-section--effects .process-visual{will-change:transform}
.process-section--effects .process-visual::before,.process-section--effects .process-visual::after{will-change:transform,opacity}
.process-section--motion .steps-list li{opacity:1}
.process-section--motion.is-process-active .steps-list li{animation:processStepIn .72s cubic-bezier(.2,.8,.2,1) both,processCardAmbient 6s ease-in-out infinite}
.process-section--motion.is-process-active .steps-list li:nth-child(1){animation-delay:.08s,1.1s}
.process-section--motion.is-process-active .steps-list li:nth-child(2){animation-delay:.18s,1.5s}
.process-section--motion.is-process-active .steps-list li:nth-child(3){animation-delay:.28s,1.9s}
.process-section--motion.is-process-active .steps-list li:nth-child(4){animation-delay:.38s,2.3s}
.process-section--motion.is-process-active .steps-list li:nth-child(5){animation-delay:.48s,2.7s}
.process-section--motion.is-process-active .steps-list li:nth-child(6){animation-delay:.58s,3.1s}
.process-section--motion.is-process-active .app-mockup{animation:processPhoneFloat 5.8s ease-in-out infinite}
.process-section--motion.is-process-active .process-image{animation:processImageFloat 5.8s ease-in-out infinite}
.process-section--motion.is-process-active .process-visual::after{animation:processOrbit 16s linear infinite}
.process-section--motion.is-process-active .process-visual::before{animation:processAura 4.8s ease-in-out infinite alternate}
.process-section--motion.is-process-active .app-mockup__screen::after{animation:processScreenShine 6.2s ease-in-out infinite}
.process-section--motion.is-process-active .app-logo-mark{animation:processLogoPulse 3.8s ease-in-out infinite}
.process-section--motion.is-process-active .process-quote{animation:processQuoteFloat 4.6s ease-in-out infinite}
.process-section--effects .steps-list li:nth-child(odd){transform-origin:45% 100%}
.process-section--effects .steps-list li:nth-child(even){transform-origin:55% 100%}
.process-section--effects .process-visual::after{background:conic-gradient(from 20deg,transparent 0 40%,rgba(23,231,130,.20) 48%,transparent 56% 100%);mask:radial-gradient(farthest-side,transparent calc(100% - 2px),#000 0)}
@keyframes processCardAmbient{0%,100%{transform:translateY(0);box-shadow:0 16px 42px rgba(0,37,32,.11)}50%{transform:translateY(-3px);box-shadow:0 22px 50px rgba(0,37,32,.17)}}
@media(prefers-reduced-motion:reduce){.process-section--motion.is-process-active .steps-list li,.process-section--motion.is-process-active .app-mockup,.process-section--motion.is-process-active .process-image,.process-section--motion.is-process-active .process-visual::after,.process-section--motion.is-process-active .process-visual::before,.process-section--motion.is-process-active .app-mockup__screen::after,.process-section--motion.is-process-active .app-logo-mark,.process-section--motion.is-process-active .process-quote{animation:none!important}}


/* v2.1.1 — fundo refinado para a área visual dos formatos de leitura */
.format-panel__visual{background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(247,250,249,.62)),radial-gradient(circle at 16% 18%,rgba(23,231,130,.14),transparent 28%),radial-gradient(circle at 84% 20%,rgba(9,45,89,.08),transparent 24%),url('default/custom/faq-library-bg.webp') center/cover no-repeat;border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 0 0 1px rgba(255,255,255,.36),0 22px 46px rgba(9,45,89,.08)}
.format-panel__visual::before,.format-panel__visual::after{border-color:rgba(0,123,103,.16);opacity:.62}
.format-panel__visual::before{width:420px;height:420px}
.format-panel__visual::after{width:560px;height:560px}
.format-panel__glow{width:340px;height:340px;opacity:.16}
.format-panel__visual img{z-index:3;padding:16px;filter:drop-shadow(0 28px 38px rgba(9,45,89,.18))}
@media(max-width:780px){.format-panel__visual{background-position:center center;min-height:280px}.format-panel__visual::before{width:320px;height:320px}.format-panel__visual::after{width:430px;height:430px}.format-panel__visual img{padding:12px}}


/* v2.1.3 — formatos de leitura: fundo limpo, controles simplificados e animações elegantes */
.format-panel{transition:transform .32s ease,box-shadow .32s ease}
.format-panel:hover{transform:translateY(-4px);box-shadow:0 34px 82px rgba(9,45,89,.16)}
.format-panel__copy,.format-panel__visual{transition:transform .32s ease,box-shadow .32s ease,border-color .32s ease,background .32s ease;will-change:transform}
.format-panel__copy{position:relative;box-shadow:0 18px 34px rgba(9,45,89,.10);animation:formatCopyFloat 7s ease-in-out infinite}
.format-panel__copy::before{content:"";position:absolute;inset:0;border-radius:28px;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.06) 34%,rgba(255,255,255,.18) 48%,rgba(255,255,255,.06) 62%,transparent 100%);transform:translateX(-130%);pointer-events:none}
.format-panel:hover .format-panel__copy{transform:translateY(-3px);box-shadow:0 24px 42px rgba(9,45,89,.14)}
.format-panel:hover .format-panel__copy::before{animation:formatShine 1.25s ease}
.format-panel__visual{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(251,253,252,.96));border:1px solid rgba(9,45,89,.06);box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 16px 34px rgba(9,45,89,.06);animation:formatVisualFloat 8s ease-in-out infinite}
.format-panel__visual::before,.format-panel__visual::after{border-color:rgba(0,123,103,.10);opacity:.45}
.format-panel__visual::before{width:390px;height:390px}
.format-panel__visual::after{width:520px;height:520px}
.format-panel:hover .format-panel__visual{transform:translateY(-4px) scale(1.01);box-shadow:inset 0 0 0 1px rgba(255,255,255,.8),0 24px 46px rgba(9,45,89,.10)}
.format-panel__glow{width:280px;height:280px;background:radial-gradient(circle,rgba(23,231,130,.10) 0%,rgba(23,231,130,.04) 40%,rgba(255,255,255,0) 74%);filter:blur(40px);opacity:.7}
.format-panel__visual img{padding:18px;filter:drop-shadow(0 22px 30px rgba(9,45,89,.12))}
.format-panel__badges{margin-top:26px}
@keyframes formatCopyFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}
@keyframes formatVisualFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes formatShine{0%{transform:translateX(-130%)}100%{transform:translateX(130%)}}
@media(prefers-reduced-motion:reduce){.format-panel,.format-panel__copy,.format-panel__visual{transition:none;animation:none}.format-panel:hover,.format-panel:hover .format-panel__copy,.format-panel:hover .format-panel__visual{transform:none}.format-panel:hover .format-panel__copy::before{animation:none}}
@media(max-width:780px){.format-panel__copy,.format-panel__visual{animation:none}.format-panel__visual{min-height:260px}.format-panel__visual img{padding:12px}}


/* v2.1.4 — formatos: remover chamada pequena e limpar totalmente o fundo visual */
.format-panel__visual{
  background:#fbfcfc !important;
  background-image:none !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.88),0 18px 36px rgba(9,45,89,.06) !important;
}
.format-panel__visual::before,.format-panel__visual::after{
  border-color:rgba(0,123,103,.08) !important;
  opacity:.38 !important;
}
.format-panel__glow{
  background:radial-gradient(circle,rgba(0,123,103,.06) 0%,rgba(0,123,103,.03) 38%,rgba(255,255,255,0) 72%) !important;
  opacity:.55 !important;
  filter:blur(46px) !important;
}
.format-panel__copy .format-panel__kicker:empty{display:none}


/* v2.1.5 — sincronização visual dos ícones entre abas e títulos */
.format-shared-icon img{display:block;width:28px;height:28px;object-fit:contain;filter:none !important}
.format-panel__title>span.format-shared-icon{
  flex:0 0 58px;
  width:58px;
  height:58px;
  border:1px solid color-mix(in srgb,var(--format-accent) 18%,#fff);
  background:color-mix(in srgb,var(--format-accent) 10%,#fff);
  color:var(--format-accent);
  box-shadow:0 14px 28px color-mix(in srgb,var(--format-accent) 16%,transparent);
}
.format-panel__title>span.format-shared-icon img{width:34px;height:34px;filter:none !important}
.format-tab__icon.format-shared-icon img{width:28px;height:28px;filter:none !important}


/* v2.1.7 — cores independentes em Formatos de leitura */
.formats-section .section-heading .eyebrow{color:var(--formats-eyebrow-color,var(--primary))}
.formats-section .section-heading .eyebrow span{background:var(--formats-eyebrow-color,var(--skeelo))}
.formats-section .section-heading h2{color:var(--formats-heading-color,var(--section-title))}
.formats-section .section-heading h2 em{color:var(--formats-highlight-color,var(--primary))}
.formats-section .section-heading>p{color:var(--formats-description-color,var(--section-text))}
.format-tab{color:var(--format-tab-title-color,var(--section-title))}
.format-panel__title h3{color:var(--format-block-title-color,var(--formats-copy-color))}
.format-panel__copy>p{color:var(--format-block-text-color,var(--formats-copy-color))}
.format-panel__kicker{color:var(--format-block-kicker-color,var(--formats-copy-color))}


/* v2.1.8 — reposicionamento do selo do tutorial oficial */
.tutorial-video{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
}
.tutorial-video video{
  order:2;
  width:100%;
}
.tutorial-video .video-tag{
  position:relative;
  z-index:5;
  order:1;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  align-self:flex-start;
  margin:0 0 0 12px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background:linear-gradient(135deg,var(--navy),color-mix(in srgb,var(--navy) 78%,var(--primary)));
  box-shadow:0 14px 34px rgba(9,45,89,.18);
  transform:none;
}
.tutorial-section--effects .tutorial-video{
  padding:18px 10px 10px;
}
.tutorial-section--effects .tutorial-video .video-tag{
  box-shadow:0 14px 34px rgba(9,45,89,.20);
}
.tutorial-section--effects .tutorial-video:hover .video-tag{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(9,45,89,.24);
}
.tutorial-section--motion .video-tag{
  animation:tutorialTagGentle 5s ease-in-out infinite;
}
@keyframes tutorialTagGentle{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}
@media(max-width:780px){
  .tutorial-video{gap:10px}
  .tutorial-video .video-tag{margin-left:6px;padding:10px 14px;font-size:11px}
  .tutorial-section--effects .tutorial-video{padding:14px 6px 6px}
}
@media(max-width:520px){
  .tutorial-video .video-tag{left:auto;bottom:auto;margin-left:4px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){
  .tutorial-section--motion .video-tag{animation:none}
}


/* v2.1.9 — fundo geral da seção Formatos com linguagem mais moderna e tecnológica */
.formats-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
}
.formats-section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(640px 360px at 8% 12%, color-mix(in srgb,var(--skeelo) 14%, transparent), transparent 72%),
    radial-gradient(520px 300px at 92% 88%, color-mix(in srgb,var(--primary) 16%, transparent), transparent 72%),
    radial-gradient(380px 220px at 78% 16%, rgba(255,255,255,.06), transparent 70%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:auto,auto,auto,30px 30px,30px 30px;
  background-position:center center,center center,center center,0 0,0 0;
  pointer-events:none;
}
.formats-section::after{
  content:"";
  position:absolute;
  right:-140px;
  top:88px;
  width:520px;
  height:520px;
  border-radius:50%;
  z-index:-1;
  background:
    radial-gradient(circle at center, rgba(23,231,130,.10) 0%, rgba(23,231,130,.04) 30%, rgba(23,231,130,0) 62%),
    repeating-radial-gradient(circle at center, rgba(255,255,255,.10) 0 1px, transparent 1px 46px);
  opacity:.82;
  transform:rotate(-10deg);
  pointer-events:none;
}
@media(max-width:780px){
  .formats-section::before{background-size:auto,auto,auto,22px 22px,22px 22px}
  .formats-section::after{width:320px;height:320px;right:-110px;top:auto;bottom:48px;opacity:.62}
}
@media(max-width:520px){
  .formats-section::before{background-size:auto,auto,auto,18px 18px,18px 18px}
  .formats-section::after{width:240px;height:240px;right:-90px;bottom:32px}
}


/* v2.2.0 — chamada comercial mais leve, compacta e direta */
.cta-section{padding-block:64px;isolation:isolate}
.cta-section::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.28),rgba(255,255,255,.08) 46%,rgba(9,45,89,.05)),radial-gradient(circle at 86% 10%,rgba(255,255,255,.34),transparent 28%)}
.cta-section>.container{position:relative;z-index:2}
.cta-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:34px;align-items:center;min-height:280px;padding:42px 46px;border:1px solid rgba(255,255,255,.58);border-radius:30px;background:color-mix(in srgb,#fff 78%,var(--section-bg));box-shadow:0 22px 55px rgba(7,45,40,.10);overflow:hidden}
.cta-card::before{content:"";position:absolute;right:110px;top:-110px;width:260px;height:260px;border:1px solid color-mix(in srgb,var(--section-title) 9%,transparent);border-radius:50%;box-shadow:0 0 0 46px color-mix(in srgb,var(--section-title) 3%,transparent),0 0 0 92px color-mix(in srgb,var(--section-title) 2%,transparent);pointer-events:none}
.cta-copy{position:relative;z-index:3;max-width:760px}
.cta-copy .eyebrow{margin-bottom:12px;color:var(--section-title)}
.cta-copy .eyebrow span{background:currentColor;opacity:.45}
.cta-copy h2{max-width:720px;font-size:clamp(32px,3.4vw,54px);color:var(--section-title)}
.cta-copy h2 em{color:color-mix(in srgb,var(--section-title) 78%,var(--primary))}
.cta-copy>p{max-width:630px;margin:16px 0 0;font-size:clamp(15px,1.4vw,18px);line-height:1.6;color:var(--section-text)}
.cta-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:24px}
.cta-actions .button{min-height:50px;padding-inline:21px;border-radius:13px;box-shadow:0 13px 28px rgba(9,45,89,.16)}
.cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 18px;border:1px solid color-mix(in srgb,var(--section-title) 18%,transparent);border-radius:13px;color:var(--section-title);font-weight:850;background:rgba(255,255,255,.42);transition:transform .25s ease,background .25s ease,border-color .25s ease}
.cta-secondary:hover{transform:translateY(-2px);background:rgba(255,255,255,.72);border-color:color-mix(in srgb,var(--section-title) 30%,transparent)}
.cta-illustration{position:relative;z-index:2;display:grid;place-items:center;align-self:center;min-height:190px}
.cta-illustration__halo{position:absolute;width:180px;height:180px;border-radius:50%;background:color-mix(in srgb,var(--section-bg) 28%,#fff);filter:blur(1px);box-shadow:0 0 0 20px color-mix(in srgb,#fff 24%,transparent)}
.cta-illustration img{position:relative;z-index:2;width:auto;max-width:190px;max-height:210px;margin:0;filter:drop-shadow(0 16px 14px rgba(7,45,40,.10));transition:transform .35s ease}
.cta-card:hover .cta-illustration img{transform:translateY(-5px) rotate(-1deg)}
@media(max-width:900px){.cta-card{grid-template-columns:minmax(0,1fr) 150px;padding:36px}.cta-illustration img{max-width:155px;max-height:180px}.cta-illustration__halo{width:145px;height:145px}}
@media(max-width:680px){.cta-section{padding-block:48px}.cta-card{grid-template-columns:1fr;gap:22px;padding:30px 24px;border-radius:24px}.cta-card::before{right:-80px;top:-130px}.cta-copy{text-align:left}.cta-actions{align-items:stretch}.cta-actions .button,.cta-secondary{width:100%}.cta-illustration{min-height:125px;order:-1}.cta-illustration img{max-width:130px;max-height:145px}.cta-illustration__halo{width:120px;height:120px}}
@media(prefers-reduced-motion:reduce){.cta-secondary,.cta-illustration img{transition:none}.cta-card:hover .cta-illustration img{transform:none}}


/* v2.2.1 — logo real da Skeelo no mockup do bloco Como funciona */
.app-logo-mark{display:grid;place-items:center;padding:0 14px}
.app-logo-mark img{display:block;width:100%;max-width:72px;height:auto;object-fit:contain}


/* v2.2.2 — refinamento de alinhamento e destaque do logo da Skeelo no mockup */
.app-mockup__screen .app-logo-mark{
  width:112px;
  height:58px;
  margin:0 auto 12px;
  padding:0 18px;
  border-radius:18px;
  background:var(--primary);
  box-shadow:0 12px 24px rgba(0,123,103,.18);
  justify-items:center;
  align-items:center;
}
.app-mockup__screen .app-logo-mark img{
  width:100%;
  max-width:76px;
  height:auto;
  max-height:26px;
  object-fit:contain;
  object-position:center;
  margin:0 auto;
  filter:none;
}


/* v2.2.3 — corrigir inclinação do logo da Skeelo no mockup */
.process-section--motion .app-logo-mark,
.process-section--motion.is-process-active .app-logo-mark{
  animation:processLogoPulseAligned 4.2s ease-in-out infinite !important;
  transform-origin:center center;
}
@keyframes processLogoPulseAligned{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.04)}
}


/* v2.2.4 — card de suporte do FAQ clicável para WhatsApp */
.support-card--link{
  position:relative;
  cursor:pointer;
  text-decoration:none;
  color:inherit;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.support-card--link i{
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-style:normal;
  font-weight:900;
  opacity:.86;
  transition:transform .28s ease,background .28s ease,opacity .28s ease;
}
.support-card--link:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 58px rgba(9,45,89,.22);
}
.support-card--link:hover i{
  transform:translateY(-50%) translate(3px,-3px);
  background:rgba(255,255,255,.2);
  opacity:1;
}
.support-card--link:focus-visible{
  outline:3px solid var(--skeelo);
  outline-offset:4px;
}
@media(max-width:520px){
  .support-card--link{padding-right:66px}
  .support-card--link i{right:16px}
}
@media(prefers-reduced-motion:reduce){
  .support-card--link,.support-card--link i{transition:none}
  .support-card--link:hover,.support-card--link:hover i{transform:none}
}


/* v2.2.5 — corrigir layout do card de suporte clicável no FAQ */
.support-card--link{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) 34px;
  align-items:center;
  gap:15px;
  padding-right:20px;
}
.support-card--link > span{grid-column:1;grid-row:1/3}
.support-card--link > div{grid-column:2;min-width:0}
.support-card--link > div b,
.support-card--link > div small{display:block}
.support-card--link i{
  position:static;
  right:auto;
  top:auto;
  transform:none;
  grid-column:3;
  justify-self:end;
  align-self:center;
  flex:0 0 34px;
}
.support-card--link:hover i{
  transform:translate(3px,-3px);
}
@media(max-width:520px){
  .support-card--link{grid-template-columns:48px minmax(0,1fr) 30px;padding-right:16px}
  .support-card--link i{width:30px;height:30px;border-radius:10px}
}
@media(prefers-reduced-motion:reduce){
  .support-card--link:hover i{transform:none}
}


/* v2.2.6 — cores separadas para o título e texto do card de suporte do FAQ */
.support-card--link > div b{color:var(--support-title-color,#fff)}
.support-card--link > div small{color:var(--support-text-color,#bfcedc)}


/* v2.2.7 — redes sociais e microinterações tecnológicas no rodapé */
.site-footer{position:relative;isolation:isolate;overflow:hidden}
.site-footer::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(520px 220px at 88% 18%,rgba(23,231,130,.08),transparent 72%),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:auto,32px 32px,32px 32px}
.footer-grid>div{min-width:0}
.footer-grid>div>a,.footer-grid>div>span,.footer-brand p,.footer-skeelo>span,.footer-bottom a{position:relative;width:max-content;max-width:100%;transition:transform .24s ease,color .24s ease,text-shadow .24s ease}
.footer-grid>div>a::after,.footer-bottom a::after{content:"";position:absolute;left:0;right:100%;bottom:-4px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--skeelo),#7affc1);box-shadow:0 0 12px rgba(23,231,130,.45);transition:right .24s ease}
.footer-grid>div>a:hover,.footer-grid>div>span:hover,.footer-brand p:hover,.footer-skeelo>span:hover,.footer-bottom a:hover{transform:translateX(5px);color:#fff;text-shadow:0 0 16px rgba(23,231,130,.26)}
.footer-grid>div>a:hover::after,.footer-bottom a:hover::after{right:0}
.footer-skeelo img{transition:transform .3s ease,filter .3s ease}.footer-skeelo:hover img{transform:translateY(-3px) scale(1.035);filter:drop-shadow(0 0 18px rgba(23,231,130,.25))}
.footer-partner-social{gap:24px!important}
.footer-socials{display:grid;gap:12px;margin-top:14px}
.footer-socials>b{margin:0;color:var(--footer-heading)}
.footer-socials__links{display:flex;flex-wrap:wrap;gap:12px}
.footer-social{position:relative;display:grid!important;grid-template-columns:44px 0;align-items:center;gap:0;width:44px!important;height:44px;padding:0;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.035));box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 12px 28px rgba(0,0,0,.16);overflow:hidden;transition:width .32s cubic-bezier(.2,.8,.2,1),transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease!important}
.footer-social::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:conic-gradient(from 180deg,transparent 0 34%,rgba(23,231,130,.72) 47%,transparent 61% 100%);opacity:0;filter:blur(1px);transition:opacity .28s ease;z-index:-1}
.footer-social::after{display:none!important}
.footer-social img{position:relative;z-index:2;width:25px;height:25px;margin:auto;object-fit:contain;filter:drop-shadow(0 0 7px rgba(255,255,255,.20));transition:transform .3s cubic-bezier(.2,.8,.2,1),filter .3s ease}
.footer-social span{position:relative;z-index:2;white-space:nowrap;overflow:hidden;opacity:0;color:#fff;font-size:12px;font-weight:800;transform:translateX(-6px);transition:opacity .22s ease .04s,transform .24s ease .04s}
.footer-social:hover{width:126px!important;grid-template-columns:44px 1fr;gap:4px;transform:translateY(-5px)!important;border-color:rgba(23,231,130,.52);background:linear-gradient(145deg,rgba(23,231,130,.18),rgba(255,255,255,.06));box-shadow:0 18px 36px rgba(0,0,0,.22),0 0 24px rgba(23,231,130,.13)}
.footer-social:hover::before{opacity:.48}
.footer-social:hover img{transform:scale(1.08) rotate(-4deg);filter:drop-shadow(0 0 10px rgba(23,231,130,.54))}
.footer-social:hover span{opacity:1;transform:none}
.footer-social:focus-visible{outline:3px solid var(--skeelo);outline-offset:4px}
@media(max-width:780px){.footer-social{width:120px!important;grid-template-columns:42px 1fr;gap:4px}.footer-social span{opacity:1;transform:none}.footer-social:hover{width:120px!important}.footer-grid>div>a,.footer-grid>div>span,.footer-brand p,.footer-skeelo>span{width:auto}}
@media(prefers-reduced-motion:reduce){.footer-grid>div>a,.footer-grid>div>span,.footer-brand p,.footer-skeelo>span,.footer-bottom a,.footer-skeelo img,.footer-social,.footer-social img,.footer-social span{transition:none}.footer-grid>div>a:hover,.footer-grid>div>span:hover,.footer-brand p:hover,.footer-skeelo>span:hover,.footer-bottom a:hover,.footer-social:hover{transform:none!important}.footer-social:hover img{transform:none}}

/* v2.3.0 — reconstrução responsiva integral da landing page */
html{
  max-width:100%;
  overflow-x:clip;
  scroll-padding-top:110px;
}
body{
  width:100%;
  min-width:0;
  max-width:100%;
  overflow-x:clip;
}
img,video,svg{max-width:100%;height:auto}
main,.section,.site-header,.preview-strip,.site-footer{max-width:100%}
.container{
  width:min(calc(100% - clamp(28px,6vw,72px)),var(--layout-width));
  min-width:0;
}
.container>*{min-width:0}
.section{padding-block:clamp(64px,8vw,var(--section-padding))}
.section-heading{width:100%;max-width:760px}
.section-heading h2,.hero-copy h1,.process-copy h2,.tutorial-copy h2,.app-copy h2,.faq-intro h2,.cta-copy h2{
  overflow-wrap:normal;
  word-break:normal;
  text-wrap:balance;
}
.section p,.hero-copy>p,.process-copy>p,.tutorial-copy>p,.app-copy>p,.faq-intro>p,.cta-copy>p{
  text-wrap:pretty;
}
.button,.cta-secondary{max-width:100%;text-align:center}

/* Cabeçalho e navegação para tablets e celulares */
@media(max-width:1100px){
  .site-header{position:relative}
  .site-header.is-sticky{position:sticky;top:0}
  .header-inner{position:relative;min-height:74px;gap:16px}
  .brand img{max-width:min(250px,56vw);height:auto!important;max-height:50px}
  .menu-button{display:block;flex:0 0 46px;width:46px;height:46px;cursor:pointer}
  .main-nav{
    position:absolute;
    z-index:150;
    left:0;
    right:0;
    top:calc(100% + 10px);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:4px;
    max-height:min(70vh,520px);
    padding:16px;
    border:1px solid rgba(9,45,89,.08);
    border-radius:20px;
    background:rgba(255,255,255,.98);
    color:var(--ink);
    box-shadow:0 24px 70px rgba(9,45,89,.24);
    backdrop-filter:blur(18px);
    overflow-y:auto;
  }
  .main-nav.open{display:flex}
  .main-nav>a:not(.button){width:100%;padding:13px 14px;border-radius:12px}
  .main-nav>a:not(.button):hover{background:#f1f8f6}
  .main-nav>a:not(.button)::after{left:14px;right:100%;bottom:8px}
  .main-nav .button{width:100%;margin-top:6px}
}
@media(max-width:560px){
  .preview-strip__inner{min-height:32px;gap:10px;text-align:center}
  .preview-strip__inner span{display:none}
  .preview-strip__inner a{margin-inline:auto}
  .header-inner{min-height:68px}
  .brand img{max-width:58vw;max-height:44px}
  .menu-button{width:44px;height:44px;flex-basis:44px}
}

/* Banner principal */
@media(max-width:1100px){
  .hero{padding-top:clamp(64px,8vw,92px);padding-bottom:clamp(54px,8vw,88px)}
  .hero-grid{grid-template-columns:minmax(0,1fr);gap:42px}
  .hero-copy{max-width:820px}
  .hero-copy h1{max-width:820px;font-size:clamp(46px,7.3vw,68px)}
  .hero-copy>p{max-width:760px}
  .hero-actions{gap:16px}
  .hero-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    width:100%;
    max-width:820px;
    margin-top:34px;
    padding-top:24px;
    overflow:visible;
  }
  .hero-stat{min-width:0}
  .hero-visual{
    width:min(100%,720px);
    max-width:100%;
    min-height:clamp(560px,76vw,670px);
    margin-inline:auto;
    overflow:clip;
  }
  .phone-card{right:7%;top:20px}
  .hero-person{
    left:1%;
    bottom:0;
    width:auto;
    max-width:56%;
    height:min(var(--hero-person-height),54vw);
    object-fit:contain;
    object-position:left bottom;
  }
  .floating-note{max-width:190px}
  .floating-note--top-left{left:3%}
  .floating-note--top-right{right:3%}
  .floating-note--bottom-left{left:3%}
  .floating-note--bottom-right{right:3%}
}
@media(max-width:700px){
  .hero-copy h1{font-size:clamp(39px,11vw,54px)}
  .hero-copy>p{font-size:clamp(17px,5vw,21px);line-height:1.62}
  .hero-actions{align-items:stretch}
  .hero-actions .button{width:100%}
  .hero-actions .text-link{width:max-content;max-width:100%}
  .hero-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .hero-stat:last-child:nth-child(odd){grid-column:1/-1}
  .hero-visual{min-height:clamp(500px,142vw,610px)}
  .phone-card{
    right:2%;
    top:28px;
    width:min(68vw,270px);
    height:min(126vw,500px);
    border-width:8px;
    border-radius:42px;
  }
  .hero-person{
    left:-1%;
    height:min(var(--hero-person-mobile-height),88vw);
    max-width:56%;
  }
  .hero-orbit--a{inset:58px 8px 36px 14px}
  .hero-orbit--b{width:min(82vw,350px);height:min(82vw,350px);right:4%;top:100px}
  .floating-note{grid-template-columns:32px minmax(0,1fr);max-width:47%;padding:10px 11px;border-radius:14px}
  .floating-note__icon,.floating-note span{width:32px;height:32px}
  .floating-note b{font-size:9px}.floating-note small{font-size:7px}
}
@media(max-width:430px){
  .hero-copy h1{font-size:clamp(37px,10.8vw,47px)}
  .hero-points{grid-template-columns:1fr}
  .hero-stat:last-child:nth-child(odd){grid-column:auto}
  .hero-visual{min-height:520px}
  .phone-card{width:min(69vw,252px);height:min(128vw,468px);right:0}
  .hero-person{height:min(var(--hero-person-mobile-height),330px);max-width:54%;left:-2%}
  .floating-note{max-width:45%}
  .floating-note--top-left{left:0;top:52px}
  .floating-note--top-right{right:0;top:48px}
  .floating-note--bottom-left{left:0;bottom:26px}
  .floating-note--bottom-right{right:0;bottom:24px}
}

/* Faixa de benefícios */
@media(max-width:700px){
  .benefit-ribbon{margin-top:-18px}
  .benefit-ribbon__grid{grid-template-columns:1fr;border-radius:20px}
  .benefit-ribbon article{min-height:96px;padding:20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}
  .benefit-ribbon article:last-child{border-bottom:0}
}

/* Benefícios ilustrados */
@media(max-width:900px){
  .story-stack{gap:18px}
  .story-card,.story-card--reverse{
    grid-template-columns:minmax(150px,220px) minmax(0,1fr);
    min-height:0;
    padding:22px;
    border-radius:28px;
  }
  .story-card--reverse{grid-template-columns:minmax(0,1fr) minmax(150px,220px)}
  .story-illustration{width:100%;height:auto;min-height:190px;max-height:280px;align-self:center;place-items:center}
  .story-illustration img{width:min(100%,var(--story-image-width,320px));height:min(260px,var(--story-image-height,300px));max-width:100%;max-height:260px;object-fit:contain}
  .story-panel{padding:24px;font-size:clamp(17px,2.7vw,22px)}
  .story-number{top:14px;right:14px}
  .story-card--reverse .story-number{left:14px}
}
@media(max-width:620px){
  .story-card,.story-card--reverse{
    grid-template-columns:1fr;
    gap:14px;
    padding:18px;
    border-radius:24px;
  }
  .story-card .story-illustration,.story-card--reverse .story-illustration{grid-column:1;grid-row:1;min-height:160px;max-height:240px}
  .story-card .story-content,.story-card--reverse .story-content{grid-column:1;grid-row:2;text-align:left}
  .story-illustration img{width:min(100%,var(--story-image-mobile-width,250px));height:min(220px,var(--story-image-mobile-height,230px));max-height:220px}
  .story-panel{padding:20px;font-size:clamp(16px,5vw,20px);border-radius:16px}
  .story-content>p{margin:12px 4px 0}
  .story-number{display:none}
}

/* Como funciona */
@media(max-width:1100px){
  .process-grid{grid-template-columns:minmax(0,1fr);gap:48px}
  .process-copy{max-width:820px}
  .process-visual{
    width:min(100%,680px);
    max-width:100%;
    min-height:620px;
    margin-inline:auto;
    overflow:clip;
  }
  .process-section--effects .process-visual::before{width:min(440px,76vw);height:min(440px,76vw)}
  .process-section--effects .process-visual::after{width:min(520px,88vw);height:min(520px,88vw)}
  .app-mockup{max-width:100%}
}
@media(max-width:700px){
  .process-copy h2{font-size:clamp(38px,10vw,52px)}
  .process-copy>p{font-size:clamp(17px,5vw,20px)}
  .steps-list{grid-template-columns:1fr;gap:12px;margin-top:30px}
  .steps-list li{padding:17px}
  .process-visual{min-height:600px}
  .app-mockup{
    width:min(270px,74vw);
    height:auto;
    aspect-ratio:292/570;
    transform:rotate(-3deg);
  }
  .app-mockup__screen{padding:62px 18px 20px}
  .app-mockup__screen h3{font-size:clamp(25px,7vw,31px);margin-bottom:28px}
  .process-quote{
    left:16px;
    right:16px;
    bottom:18px;
    width:auto;
    max-width:280px;
    margin-inline:auto;
  }
  .process-section--effects .process-visual{transform:none!important}
}
@media(max-width:430px){
  .process-visual{min-height:560px}
  .app-mockup{width:min(250px,76vw)}
  .process-quote{max-width:250px;padding:15px 17px}
}

/* Tutorial */
@media(max-width:1100px){
  .tutorial-grid{grid-template-columns:minmax(0,1fr);gap:42px}
  .tutorial-video,.tutorial-copy{width:100%;max-width:850px;margin-inline:auto;min-width:0}
  .tutorial-video video{width:100%;max-width:100%;border-radius:24px}
  .tutorial-copy{padding-inline:0}
  .check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .tutorial-section--effects .tutorial-video{padding:10px 4px 4px}
  .tutorial-video video{border-radius:20px}
  .tutorial-video .video-tag{max-width:100%;margin-left:0;white-space:normal}
  .tutorial-copy h2{font-size:clamp(36px,10vw,48px)}
  .check-grid{grid-template-columns:1fr;gap:10px;margin-block:24px}
  .tutorial-copy .button{width:100%}
}

/* Formatos de leitura */
@media(max-width:1100px){
  .formats-experience{min-width:0}
  .format-tabs{grid-template-columns:repeat(4,minmax(0,1fr));max-width:100%;gap:12px}
  .format-tab{min-width:0;padding-inline:12px}
  .format-tab>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}
  .format-panel{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;padding:18px}
  .format-panel__copy{padding:clamp(30px,4vw,44px)}
  .format-panel__visual{min-width:0}
  .format-panel__visual img{width:100%;height:100%;max-height:430px;object-fit:contain}
}
@media(max-width:850px){
  .format-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
  .format-panel,.format-panels--static .format-panel:nth-child(even){grid-template-columns:minmax(0,1fr);min-height:0;gap:14px}
  .format-panels--static .format-panel:nth-child(even) .format-panel__copy,.format-panels--static .format-panel:nth-child(even) .format-panel__visual{grid-column:auto;grid-row:auto}
  .format-panel__copy{min-height:0;padding:32px}
  .format-panel__visual{min-height:360px}
  .format-panel__visual::before{width:min(390px,78vw);height:min(390px,78vw)}
  .format-panel__visual::after{width:min(520px,98vw);height:min(520px,98vw)}
}
@media(max-width:520px){
  .formats-section .section-heading{margin-bottom:34px}
  .formats-section .section-heading h2{font-size:clamp(35px,10.5vw,46px)}
  .format-tabs{gap:10px;margin-bottom:18px}
  .format-tab{min-height:68px;padding:10px;border-radius:16px;font-size:12px;gap:8px}
  .format-tab__icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}
  .format-panel{padding:12px;border-radius:26px}
  .format-panel__copy{padding:24px 20px;border-radius:20px}
  .format-panel__title{align-items:center;gap:12px;flex-wrap:wrap}
  .format-panel__title>span{width:52px;height:52px;flex-basis:52px;border-radius:16px}
  .format-panel__title h3{font-size:clamp(27px,8vw,34px)}
  .format-panel__copy>p{font-size:16px;line-height:1.55}
  .format-panel__badges{gap:8px;margin-top:20px}
  .format-panel__badges span{min-height:34px;padding-inline:11px;font-size:10px}
  .format-panel__visual{min-height:280px;border-radius:20px}
  .format-panel__visual img{max-height:280px;padding:10px}
}

/* Aplicativo */
@media(max-width:1100px){
  .app-grid{grid-template-columns:minmax(0,1fr);gap:48px}
  .app-copy{max-width:820px}
  .app-gallery{
    width:min(100%,720px);
    max-width:100%;
    min-height:570px;
    margin-inline:auto;
    overflow:visible;
  }
  .gallery-card--back{width:min(78%,480px);height:auto;aspect-ratio:8/5;right:2%;top:22px}
  .gallery-card--front{width:min(72%,430px);height:auto;aspect-ratio:43/27;left:2%;bottom:24px}
  .gallery-badge{right:2%;bottom:62px;max-width:48%}
}
@media(max-width:700px){
  .app-heading-row{align-items:flex-start;gap:14px}
  .app-section-icon{flex:0 0 52px;width:52px;height:52px}
  .app-copy h2{font-size:clamp(36px,10vw,48px)}
  .feature-list{margin-top:26px}
  .feature-list>div{align-items:flex-start}
  .app-gallery{min-height:clamp(390px,108vw,520px)}
  .app-gallery::before{inset:24px 0 38px 22px}
  .gallery-card{border-width:7px;border-radius:22px}
  .gallery-card--back{width:88%;right:0;top:10px;transform:rotate(3deg)}
  .gallery-card--front{width:82%;left:0;bottom:12px;transform:rotate(-3deg)}
  .gallery-badge{right:0;bottom:34px;max-width:56%;padding:15px 17px}
  .gallery-badge span{font-size:16px}
}
@media(max-width:430px){
  .app-heading-row{display:grid;grid-template-columns:48px minmax(0,1fr)}
  .app-section-icon{width:48px;height:48px;flex-basis:48px}
  .feature-list>div{padding:14px}
  .app-gallery{min-height:390px}
  .gallery-badge{max-width:60%;font-size:12px}
}

/* FAQ */
@media(max-width:1000px){
  .faq-grid{grid-template-columns:minmax(0,1fr);gap:34px}
  .faq-intro,.faq-list{width:100%;max-width:850px;margin-inline:auto}
}
@media(max-width:620px){
  .faq-section--effects .faq-intro{padding:24px 20px;border-radius:24px}
  .faq-intro h2{font-size:clamp(38px,11vw,50px)}
  .support-card--link{grid-template-columns:46px minmax(0,1fr) 30px;gap:12px;padding:17px 14px}
  .support-card--link>span{width:46px;height:46px;flex-basis:46px}
  .faq-list summary{padding:18px;align-items:flex-start}
  .faq-list details p{padding:0 18px 18px}
}

/* Chamada comercial */
@media(max-width:700px){
  .cta-section{padding-block:48px}
  .cta-card{grid-template-columns:minmax(0,1fr);gap:20px;padding:28px 22px;border-radius:24px}
  .cta-copy h2{font-size:clamp(34px,10vw,46px)}
  .cta-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .cta-actions .button,.cta-secondary{width:100%}
  .cta-illustration{order:-1;min-height:120px}
}

/* Rodapé */
@media(max-width:1100px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;padding-bottom:42px}
  .footer-grid>div{min-width:0}
}
@media(max-width:640px){
  .site-footer{padding-top:54px}
  .footer-grid{grid-template-columns:minmax(0,1fr);gap:30px;padding-bottom:36px}
  .footer-grid>div{align-items:flex-start}
  .footer-brand img{width:min(180px,60vw)}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}
  .footer-socials__links{width:100%}
  .footer-social{width:min(145px,calc(50% - 6px))!important;grid-template-columns:42px minmax(0,1fr)}
  .footer-social span{opacity:1;transform:none}
  .footer-social:hover{width:min(145px,calc(50% - 6px))!important}
}

/* Telas muito estreitas e orientação horizontal */
@media(max-width:360px){
  .container{width:calc(100% - 22px)}
  .eyebrow{font-size:11px;letter-spacing:.12em}
  .hero-copy h1,.process-copy h2,.tutorial-copy h2,.formats-section .section-heading h2,.app-copy h2,.faq-intro h2,.cta-copy h2{font-size:36px}
  .format-tabs{grid-template-columns:1fr}
  .footer-social{width:100%!important}.footer-social:hover{width:100%!important}
}
@media(max-height:520px) and (orientation:landscape) and (max-width:1000px){
  .main-nav{max-height:62vh}
  .hero-visual{min-height:500px}
  .process-visual{min-height:560px}
}

/* Evita animações que deslocam elementos para fora da tela em dispositivos de toque */
@media(hover:none), (pointer:coarse){
  .hero-visual:hover .phone-card,.hero-visual:hover .hero-person,.story-card:hover,.format-panel:hover,.format-panel:hover .format-panel__copy,.format-panel:hover .format-panel__visual,.gallery-card,.faq-list details:hover,.cta-card:hover .cta-illustration img,.footer-grid>div>a:hover,.footer-grid>div>span:hover,.footer-brand p:hover,.footer-skeelo>span:hover,.footer-bottom a:hover,.footer-social:hover{
    transform:none!important;
  }
}


/* v2.3.1 — mantém a identidade visual independentemente do tema claro/escuro do aparelho */
:root{
  color-scheme:only light;
  supported-color-schemes:light;
}
html,body{
  color-scheme:only light;
  background-color:#fff;
}
body,.section,.site-header,.preview-strip,.site-footer,
button,input,select,textarea,video{
  color-scheme:only light;
}
button,input,select,textarea{
  -webkit-text-fill-color:currentColor;
}
@media(prefers-color-scheme:dark){
  :root,html,body{color-scheme:only light}
  html,body{background-color:#fff}
}
