:root{
  --bg:#02131d;
  --bg-deep:#00101a;
  --panel:#062839;
  --panel-2:#08374a;
  --petrol:#064353;
  --petrol-light:#0b6f7f;
  --gold:#e7b83f;
  --gold-2:#ffd96b;
  --gold-3:#b97b09;
  --white:#f6fbfc;
  --muted:#9fb8c0;
  --muted-2:#6f909a;
  --line:rgba(255,217,107,.22);
  --line-soft:rgba(255,255,255,.09);
  --container:min(1240px,calc(100% - 44px));
  --header-h:88px;
  --shadow:0 24px 70px rgba(0,0,0,.38);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;background:var(--bg);color:var(--white);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.55;overflow-x:clip}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
.container{width:var(--container);margin-inline:auto}
.skip-link{position:fixed;left:12px;top:-60px;z-index:999;background:#fff;color:#111;padding:10px 14px;border-radius:8px}.skip-link:focus{top:12px}

.page-bg{position:fixed;inset:0;z-index:-5;overflow:hidden;pointer-events:none;background:linear-gradient(180deg,#031b27 0%,#00131e 36%,#00101a 100%)}
.bg-orb{position:absolute;border-radius:50%;filter:blur(110px);opacity:.34}
.orb-a{width:560px;height:560px;right:-240px;top:-190px;background:#0d7581}
.orb-b{width:520px;height:520px;left:-300px;top:42%;background:#8d6207;opacity:.14}
.bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 78%)}
.bg-noise{position:absolute;inset:0;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}

.topbar{position:fixed;inset:0 0 auto;z-index:100;height:var(--header-h);display:flex;align-items:center;background:linear-gradient(180deg,rgba(1,16,25,.96),rgba(1,19,29,.78));border-bottom:1px solid rgba(255,217,107,.12);backdrop-filter:blur(18px);transition:.28s}
.topbar.scrolled{height:76px;box-shadow:0 18px 50px rgba(0,0,0,.36);background:rgba(1,17,27,.94)}
.nav-shell{height:100%;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{width:62px;height:66px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(231,184,63,.26))}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-copy strong{font-family:Georgia,serif;color:#f4c85d;font-size:20px;letter-spacing:.01em}
.brand-copy small{margin-top:6px;color:#93abb3;text-transform:uppercase;font-size:9px;letter-spacing:.18em;font-weight:800}
.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.main-nav>a{position:relative;padding:28px 0 25px;color:#e9f1f2;font-size:13px;font-weight:800;white-space:nowrap}
.main-nav>a:after{content:"";position:absolute;left:50%;right:50%;bottom:16px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--gold),var(--gold-2));box-shadow:0 0 14px rgba(255,217,107,.65);transition:.28s}
.main-nav>a:hover:after,.main-nav>a.active:after{left:0;right:0}
.nav-actions{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:13px;font-weight:900;cursor:pointer;transition:transform .25s,border-color .25s,box-shadow .25s,background .25s}
.btn:hover{transform:translateY(-2px)}
.btn-gold{color:#061820;background:linear-gradient(135deg,#ffdc71,#d89b13);box-shadow:0 12px 34px rgba(218,155,19,.25),inset 0 1px 0 rgba(255,255,255,.42)}
.btn-gold:hover{box-shadow:0 17px 42px rgba(218,155,19,.38)}
.btn-outline{color:#fff;background:rgba(5,44,58,.48);border-color:rgba(231,184,63,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.btn-outline:hover{border-color:var(--gold-2);box-shadow:0 0 24px rgba(231,184,63,.18)}
.btn-nav{min-height:42px;padding-inline:17px;font-size:12px}
.btn-large{min-height:56px;padding-inline:26px;border-radius:15px}
.play-dot{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(255,217,107,.17);color:var(--gold-2);font-size:10px}
.menu-toggle{display:none;margin-left:auto;width:48px;height:48px;border:1px solid rgba(231,184,63,.5);border-radius:14px;background:rgba(5,45,58,.78);padding:13px;cursor:pointer}
.menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;transition:.25s}
.menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu-head,.mobile-menu-actions{display:none}
.scroll-progress{position:absolute;left:0;right:0;bottom:-1px;height:2px;background:rgba(255,255,255,.03);overflow:hidden}
.scroll-progress span{display:block;height:100%;width:calc(var(--scroll-progress,0)*100%);background:linear-gradient(90deg,#0bc2db,#e9b83d,#fff1a0,#e9b83d,#0bc2db);background-size:300% 100%;animation:flow 4s linear infinite;box-shadow:0 0 18px rgba(255,217,107,.8)}
@keyframes flow{to{background-position:300% 0}}

.hero{position:relative;min-height:830px;padding:calc(var(--header-h) + 66px) 0 74px;display:flex;align-items:center;overflow:hidden}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:220px;background:linear-gradient(transparent,var(--bg));pointer-events:none}
.hero-light{position:absolute;border-radius:50%;filter:blur(95px);pointer-events:none}
.light-left{width:420px;height:420px;left:-250px;top:120px;background:rgba(10,127,143,.26)}
.light-right{width:600px;height:500px;right:-170px;top:100px;background:rgba(231,184,63,.14)}
.hero-grid{display:grid;grid-template-columns:.9fr 1.3fr;gap:62px;align-items:center;position:relative;z-index:2}
.eyebrow{display:flex;align-items:center;gap:10px;color:var(--gold-2);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.eyebrow span{display:block;width:32px;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}
.hero h1,.section-heading h2,.showcase-intro h2,.showcase-copy h2,.documents-copy h2,.demo-copy h2,.trust-head h2,.faq-copy h2,.final-card h2{font-family:Georgia,serif;line-height:1.02;letter-spacing:-.035em}
.hero h1{font-size:clamp(54px,5.2vw,82px);margin:18px 0 20px;font-weight:500}
.hero h1 em{display:block;color:var(--gold-2);font-style:normal}
.hero-copy>p{font-size:18px;color:#bfd0d4;max-width:620px;margin:0}
.hero-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin-top:27px;max-width:570px}
.hero-benefits span{display:flex;align-items:center;gap:9px;color:#e9f2f3;font-size:13px;font-weight:800}
.hero-benefits i,.trust-row i,.demo-points i{display:grid;place-items:center;width:27px;height:27px;color:var(--gold-2);flex:0 0 auto}
.hero-actions{display:flex;gap:12px;margin-top:31px}
.trust-row{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:25px;color:#a9c1c7;font-size:12px}
.trust-row span{display:flex;align-items:center;gap:4px}
.hero-devices{position:relative;min-height:590px;display:flex;align-items:center;justify-content:center;isolation:isolate}
.hero-devices:before{content:"";position:absolute;width:95%;height:72%;border-radius:50%;background:conic-gradient(from 30deg,transparent 0 17%,rgba(255,217,107,.54),transparent 31% 50%,rgba(18,168,190,.44),transparent 69%);filter:blur(35px);opacity:.72;animation:spin 11s linear infinite;z-index:-3}
.hero-devices:after{content:"";position:absolute;width:88%;height:66%;border:1px solid rgba(255,217,107,.22);border-radius:50%;z-index:-2;animation:pulse 4.5s ease-in-out infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{50%{transform:scale(1.06);opacity:.44}}
.device-glow{position:absolute;border-radius:50%;filter:blur(45px);opacity:.5;z-index:-2}.glow-one{width:70%;height:45%;background:rgba(231,184,63,.2);bottom:12%}.glow-two{width:42%;height:55%;background:rgba(11,143,164,.22);right:8%;top:17%}
.light-trail{position:absolute;width:84%;height:34%;border-radius:50%;border:2px solid transparent;border-top-color:rgba(255,217,107,.65);filter:drop-shadow(0 0 9px rgba(255,217,107,.5));opacity:.8;z-index:-1}.trail-a{transform:rotate(-10deg);top:18%}.trail-b{transform:rotate(14deg);bottom:11%;border-top-color:rgba(11,194,219,.45)}
.hero-laptop{position:relative;width:89%;z-index:2;filter:drop-shadow(0 34px 60px rgba(0,0,0,.48))}
.laptop-shell{padding:10px 10px 13px;border-radius:23px 23px 12px 12px;background:linear-gradient(145deg,#4c565d,#11191d 42%,#6a7478);border:1px solid rgba(255,217,107,.4);box-shadow:0 0 0 1px rgba(255,255,255,.08) inset,0 0 32px rgba(231,184,63,.2)}
.screen-bezel{aspect-ratio:2.055/1;background:#00111a;border-radius:14px;overflow:hidden;border:2px solid #050b0e;box-shadow:0 0 22px rgba(231,184,63,.18)}
.screen-bezel img{width:100%;height:100%;object-fit:cover}
.laptop-base{width:110%;height:18px;margin-left:-5%;background:linear-gradient(180deg,#8a9296,#333c42 35%,#10171b);border-radius:3px 3px 28px 28px;box-shadow:0 15px 22px rgba(0,0,0,.34)}
.laptop-base span{display:block;width:17%;height:5px;margin:auto;background:#929a9d;border-radius:0 0 9px 9px}
.hero-phone{position:absolute;right:-2%;bottom:5%;width:23%;aspect-ratio:.45/1;border:7px solid #071016;border-radius:33px;overflow:hidden;background:#071016;z-index:4;box-shadow:0 28px 55px rgba(0,0,0,.58),0 0 0 2px rgba(231,184,63,.78),0 0 40px rgba(231,184,63,.32)}
.hero-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:24px}
.phone-notch{position:absolute;left:30%;right:30%;top:0;height:20px;background:#071016;border-radius:0 0 13px 13px;z-index:2}
.device-label{position:absolute;z-index:5;padding:11px 15px;border-radius:15px;border:1px solid rgba(255,217,107,.38);background:rgba(3,31,43,.82);backdrop-filter:blur(13px);box-shadow:0 14px 36px rgba(0,0,0,.34);display:flex;flex-direction:column}
.device-label strong{font-size:12px}.device-label small{color:#8eabb3;font-size:10px}.label-dashboard{left:0;bottom:12%}.label-responsive{right:5%;top:8%}

.feature-band{position:relative;padding:82px 0 88px;border-block:1px solid rgba(255,217,107,.12);background:linear-gradient(180deg,rgba(4,42,55,.7),rgba(2,24,34,.86))}
.section-heading{text-align:center;max-width:820px;margin:0 auto 52px}.section-heading.compact{max-width:930px;margin-bottom:38px}
.section-heading h2,.showcase-intro h2,.trust-head h2{font-size:clamp(39px,4.4vw,62px);margin:16px 0;color:#f7fbfc}.section-heading p{max-width:720px;margin:0 auto;color:#9db7bf;font-size:17px}
.section-heading .eyebrow{justify-content:center}
.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.feature-card{position:relative;min-height:210px;padding:27px 24px 24px;border-radius:20px;border:1px solid rgba(255,217,107,.22);background:linear-gradient(150deg,rgba(7,54,68,.96),rgba(2,28,40,.96));box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden;transition:.28s}
.feature-card:before{content:"";position:absolute;inset:-80% -30% auto;height:120px;background:linear-gradient(90deg,transparent,rgba(255,217,107,.16),transparent);transform:rotate(-9deg);transition:.35s}
.feature-card:hover{transform:translateY(-6px);border-color:rgba(255,217,107,.58);box-shadow:0 24px 58px rgba(0,0,0,.34),0 0 28px rgba(231,184,63,.1)}
.feature-card:hover:before{transform:translateX(32%) rotate(-9deg)}
.feature-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#0b6170,#06404d);color:var(--gold-2);box-shadow:0 10px 26px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.06);margin-bottom:20px}
.feature-icon svg{width:27px;height:27px}
.feature-card h3{font-size:18px;margin:0 0 9px;color:#fff}.feature-card p{margin:0;color:#a9c0c7;font-size:14px}

.showcase-intro{padding:100px 0 60px;background:linear-gradient(180deg,#031923,#041d28)}
.showcase-intro-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:end}
.showcase-intro h2{font-size:clamp(42px,4.5vw,68px);margin:16px 0 0}.showcase-intro p{margin:0;color:#99b4bc;font-size:17px}
.showcases{overflow:hidden}
.showcase-section{position:relative;padding:105px 0;border-top:1px solid rgba(255,255,255,.05)}
.showcase-section:nth-child(odd){background:linear-gradient(135deg,#041d29,#062f3d)}
.showcase-section:nth-child(even){background:linear-gradient(135deg,#02151e,#042533)}
.showcase-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:64px;align-items:center}
.showcase-section.reverse .showcase-grid{grid-template-columns:1.25fr .75fr}.showcase-section.reverse .showcase-copy{order:2}.showcase-section.reverse .showcase-devices{order:1}
.showcase-copy h2{font-size:clamp(40px,4.3vw,64px);margin:17px 0}.showcase-copy>p{color:#abc1c7;font-size:17px}.showcase-bullets{list-style:none;padding:0;margin:28px 0 0;display:grid;gap:12px}.showcase-bullets li{position:relative;padding-left:28px;color:#e8f0f1}.showcase-bullets li:before{content:"✓";position:absolute;left:0;top:0;color:var(--gold-2);font-weight:900}
.showcase-devices{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center;isolation:isolate}
.showcase-devices:before{content:"";position:absolute;width:86%;height:72%;border-radius:50%;background:conic-gradient(from 20deg,transparent,rgba(255,217,107,.38),transparent 35%,rgba(15,154,179,.29),transparent 70%);filter:blur(30px);animation:spin 13s linear infinite;z-index:-2}
.showcase-laptop{position:relative;width:89%;z-index:2;filter:drop-shadow(0 30px 55px rgba(0,0,0,.44))}.showcase-laptop .laptop-shell{padding:8px 8px 10px}.showcase-laptop .laptop-base{height:15px}
.showcase-phone{position:absolute;right:0;bottom:3%;width:23%;aspect-ratio:.45/1;border:6px solid #061117;border-radius:30px;overflow:hidden;background:#061117;z-index:4;box-shadow:0 25px 52px rgba(0,0,0,.58),0 0 0 2px rgba(231,184,63,.65),0 0 30px rgba(231,184,63,.2)}
.showcase-section.reverse .showcase-phone{right:auto;left:0}
.showcase-phone img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:22px}.showcase-phone .phone-notch{height:17px}
.showcase-tag{position:absolute;left:3%;bottom:5%;padding:10px 14px;border-radius:13px;background:rgba(3,34,46,.86);border:1px solid rgba(255,217,107,.3);font-size:11px;color:#b9ccd1;z-index:5}.showcase-section.reverse .showcase-tag{left:auto;right:3%}

.section-pad{padding:105px 0}
.documents-section{position:relative;background:linear-gradient(135deg,#031924,#052f3c);border-block:1px solid rgba(255,217,107,.12);overflow:hidden}
.documents-section:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-260px;top:-230px;background:rgba(231,184,63,.09);filter:blur(90px)}
.documents-layout{display:grid;grid-template-columns:.68fr 1.32fr;gap:58px;align-items:center;position:relative;z-index:2}
.documents-copy h2,.demo-copy h2,.faq-copy h2{font-size:clamp(40px,4.2vw,62px);margin:17px 0}.documents-copy>p,.demo-copy>p,.faq-copy>p{color:#a8c0c7;font-size:17px}
.check-list{list-style:none;margin:26px 0;padding:0;display:grid;gap:11px}.check-list li{position:relative;padding-left:28px}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--gold-2);font-weight:900}
.documents-gallery{position:relative;min-height:610px;display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(12,1fr);gap:15px;isolation:isolate}
.documents-glow{position:absolute;inset:10%;border-radius:50%;background:conic-gradient(from 40deg,rgba(231,184,63,.3),transparent 30%,rgba(10,142,166,.23),transparent 68%);filter:blur(40px);animation:spin 13s linear infinite;z-index:-1}
.doc-card{position:relative;margin:0;border-radius:18px;padding:7px;background:linear-gradient(145deg,rgba(255,217,107,.22),rgba(3,47,61,.66));border:1px solid rgba(255,217,107,.4);box-shadow:0 22px 52px rgba(0,0,0,.38);overflow:hidden;transition:.28s}
.doc-card:hover{transform:translateY(-6px) scale(1.015);border-color:rgba(255,217,107,.75);z-index:5}.doc-card img{width:100%;height:100%;object-fit:contain;border-radius:12px;background:#efe8d7}.doc-card figcaption{position:absolute;left:13px;bottom:13px;padding:5px 10px;border-radius:10px;background:rgba(1,18,28,.82);border:1px solid rgba(255,217,107,.32);font-size:11px;font-weight:900;color:#fff;backdrop-filter:blur(8px)}
.doc-infantil{grid-column:1/7;grid-row:1/7;transform:rotate(-1.5deg)}.doc-batismo{grid-column:6/13;grid-row:1/7;transform:rotate(1.4deg)}.doc-casamento{grid-column:1/8;grid-row:7/13;transform:rotate(1deg)}.doc-carteira{grid-column:8/13;grid-row:6/13;transform:rotate(-1.1deg)}

.plans-section{position:relative;background:linear-gradient(180deg,#02131d,#031b28)}
.plans-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 10%,rgba(231,184,63,.11),transparent 27%);pointer-events:none}
.plans-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;position:relative}
.plan-card{position:relative;display:flex;flex-direction:column;min-height:610px;padding:25px 20px 21px;border-radius:21px;border:1px solid rgba(255,217,107,.26);background:linear-gradient(155deg,rgba(8,56,71,.97),rgba(2,29,41,.98));box-shadow:0 20px 50px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden;transition:.3s}
.plan-card:before{content:"";position:absolute;left:-55%;right:-55%;top:-75px;height:120px;background:linear-gradient(90deg,transparent,rgba(255,217,107,.18),transparent);transform:rotate(-7deg);transition:.4s}.plan-card:hover:before{transform:translateX(26%) rotate(-7deg)}
.plan-card:hover{transform:translateY(-7px);border-color:rgba(255,217,107,.65);box-shadow:0 27px 65px rgba(0,0,0,.36),0 0 30px rgba(231,184,63,.1)}
.plan-card.featured{border:2px solid var(--gold-2);background:linear-gradient(155deg,#0b5060,#062c3c 58%,#041f2d);box-shadow:0 26px 72px rgba(0,0,0,.42),0 0 42px rgba(231,184,63,.3);transform:translateY(-9px)}
.plan-card.featured:hover{transform:translateY(-14px)}
.plan-card.multi-plan{border-color:rgba(47,193,143,.45);background:linear-gradient(155deg,rgba(7,65,68,.98),rgba(2,31,40,.98))}
.plan-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#0a6675,#06424f);color:var(--gold-2);box-shadow:0 10px 25px rgba(0,0,0,.2);margin-bottom:15px}.plan-icon svg{width:25px;height:25px}
.plan-badge{position:absolute;top:13px;right:15px;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#ffdf75,#c98a06);color:#071820;font-size:9px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(213,151,12,.28)}
.plan-card h3{font-family:Georgia,serif;font-size:23px;margin:0 0 5px}.plan-subtitle{color:#95afb7;font-size:12px;min-height:38px}.plan-price{margin:18px 0 10px;color:#f3c956;font-size:19px;font-weight:800}.plan-price strong{font-size:38px;line-height:.9}.plan-price small{color:#b3c7cc;font-size:11px}.plan-price-split{display:flex;flex-direction:column;gap:8px}.plan-secondary-price{padding:8px 10px;border-radius:11px;background:rgba(29,153,116,.12);border:1px solid rgba(66,201,154,.2);color:#73e0b7;font-size:12px}.plan-secondary-price strong{font-size:19px}.plan-pricing-message{padding:11px 12px;border-radius:13px;background:rgba(47,193,143,.11);border:1px solid rgba(47,193,143,.22);color:#a5ddca;font-size:11px;margin-bottom:12px}.plan-audience{display:block;color:#76cadd;font-size:11px;font-weight:900;margin-bottom:9px}.plan-card>p{margin:0 0 15px;color:#a6bec5;font-size:12px}.plan-card ul{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:0;max-height:246px;overflow:hidden;transition:max-height .3s}.plan-card.plan-open ul{max-height:660px}.plan-card li{position:relative;padding:8px 0 8px 20px;border-bottom:1px solid rgba(255,255,255,.055);font-size:11px;color:#e0eaec}.plan-card li:before{content:"✓";position:absolute;left:0;color:var(--gold-2);font-weight:900}.plan-extra{display:none}.plan-open .plan-extra{display:block}.plan-more{margin-top:auto;margin-bottom:12px;border:0;background:transparent;color:#dfbf5e;font-size:11px;font-weight:900;cursor:pointer}.plan-card>.btn{width:100%;font-size:11px;padding-inline:8px}.plans-note{text-align:center;color:#91abb3;font-size:12px;margin:27px auto 0;max-width:920px}.plans-note strong{color:var(--gold-2)}

.demo-section{position:relative;background:linear-gradient(135deg,#052b39,#001722);border-block:1px solid rgba(255,217,107,.12)}
.demo-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;align-items:center}
.demo-points{display:flex;flex-wrap:wrap;gap:14px;margin:27px 0}.demo-points span{display:flex;align-items:center;gap:4px;color:#c9d8dc;font-size:12px}
.video-stage{position:relative}.video-glow{position:absolute;inset:-9%;background:conic-gradient(from 20deg,transparent,rgba(255,217,107,.36),transparent 35%,rgba(12,155,179,.26),transparent 72%);border-radius:50%;filter:blur(35px);animation:spin 12s linear infinite;opacity:.72}.video-frame{position:relative;border:1px solid rgba(255,217,107,.48);border-radius:24px;overflow:hidden;background:#00131e;box-shadow:0 28px 72px rgba(0,0,0,.44),0 0 32px rgba(231,184,63,.13)}
.video-titlebar{height:55px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,#0b3b4d,#062a39);border-bottom:1px solid rgba(255,255,255,.08)}.video-titlebar span{color:#f2c857;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.video-titlebar strong{font-size:13px}
.video-lazy{position:relative;aspect-ratio:16/9;background:#00131f url('../img/video-demonstracao-poster.webp') center/cover no-repeat}.video-lazy video{display:block;width:100%;height:100%;object-fit:contain;background:#00131f}.video-play{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:8px;border:0;color:#fff;background:linear-gradient(180deg,rgba(0,19,31,.02),rgba(0,19,31,.77));cursor:pointer;transition:.25s}.video-play:hover{background:linear-gradient(180deg,rgba(0,19,31,0),rgba(0,19,31,.63))}.video-play span{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;padding-left:5px;background:linear-gradient(145deg,#ffe477,#c98b05);color:#061d28;font-size:27px;box-shadow:0 15px 42px rgba(231,184,63,.38)}.video-play strong{font-size:18px}.video-play small{font-size:11px;color:#c2d3d8}.video-loaded .video-play{opacity:0;pointer-events:none}

.trust-section{background:linear-gradient(180deg,#031924,#02131d)}
.trust-head{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:end;margin-bottom:48px}.trust-head h2{font-size:clamp(40px,4.2vw,62px);margin:15px 0 0}.trust-head>p{margin:0;color:#9eb7be;font-size:16px}
.security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.security-card{padding:26px;border-radius:20px;border:1px solid rgba(255,217,107,.2);background:linear-gradient(150deg,rgba(8,54,68,.9),rgba(3,28,39,.96));box-shadow:0 18px 42px rgba(0,0,0,.24)}.security-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#0b5261;color:var(--gold-2);margin-bottom:17px}.security-icon svg{width:23px;height:23px}.security-card h3{margin:0 0 8px;font-size:17px}.security-card p{margin:0;color:#a1bac1;font-size:13px}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:18px}.testimonial-card{position:relative;padding:28px;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035)}.quote-mark{position:absolute;right:20px;top:8px;font:700 62px Georgia,serif;color:rgba(255,217,107,.18)}.testimonial-card>p{position:relative;margin:0 0 22px;color:#c1d1d5}.testimonial-author{display:flex;align-items:center;gap:11px}.author-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,#0c6674,#06404d);color:#ffe175;font-weight:900}.testimonial-author div{display:flex;flex-direction:column}.testimonial-author small{color:#7898a2}

.faq-section{background:linear-gradient(135deg,#042532,#001722)}
.faq-grid{display:grid;grid-template-columns:.58fr 1.42fr;gap:58px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid rgba(255,217,107,.18);border-radius:17px;background:rgba(7,49,63,.62);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;border:0;background:transparent;color:#fff;text-align:left;font-weight:900;cursor:pointer}.faq-question b{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(255,217,107,.12);color:var(--gold-2)}.faq-answer{display:grid;grid-template-rows:0fr;transition:.28s}.faq-answer>p{overflow:hidden;margin:0;padding:0 20px;color:#9fb8c0}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding:0 20px 20px}

.final-cta{padding:80px 0;background:radial-gradient(circle at 50% 50%,rgba(231,184,63,.12),transparent 48%)}
.final-card{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center;padding:50px;border-radius:28px;border:1px solid rgba(255,217,107,.44);background:linear-gradient(140deg,rgba(8,67,78,.94),rgba(3,29,40,.97));box-shadow:0 28px 75px rgba(0,0,0,.38),0 0 38px rgba(231,184,63,.12)}.final-card h2{font-size:clamp(39px,4.4vw,62px);margin:15px 0 10px}.final-card p{margin:0;color:#a9c0c7}.final-actions{display:grid;gap:11px}

.footer{padding:30px 0 0;background:#00111a;border-top:1px solid rgba(255,217,107,.16)}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:24px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:64px;height:68px;object-fit:contain}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-family:Georgia,serif;color:#f2c85b;font-size:18px}.footer-brand p{margin:4px 0 0;color:#829fa8;font-size:12px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 22px}.footer-links a{color:#9eb6bd;font-size:12px}.footer-links a:hover{color:var(--gold-2)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:17px 0 20px;border-top:1px solid rgba(255,255,255,.07);color:#78949d;font-size:11px}.footer-bottom a{color:#c6a94c}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:90;display:flex;align-items:center;gap:9px;padding:12px 17px;border-radius:999px;background:#12ad66;color:#fff;font-weight:900;box-shadow:0 16px 40px rgba(0,0,0,.35)}
.whatsapp-float span{font-size:17px}

.reveal{opacity:0;transform:translateY(23px);transition:opacity .72s ease,transform .72s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}
body.menu-open{overflow:hidden}

.showcase-section,.documents-section,.plans-section,.demo-section,.trust-section,.faq-section,.final-cta,.footer{content-visibility:auto;contain-intrinsic-size:820px}
img[loading="lazy"]{content-visibility:auto}

@media(max-width:1180px){
  :root{--container:min(1160px,calc(100% - 32px))}
  .main-nav{gap:18px}.nav-actions .btn:first-child{display:none}
  .hero-grid{gap:30px}.hero h1{font-size:clamp(50px,5vw,70px)}
  .plans-grid{grid-template-columns:repeat(3,1fr)}.plan-card{min-height:580px}.plan-card.featured{transform:none}.plan-card.featured:hover{transform:translateY(-7px)}
  .documents-layout{grid-template-columns:.75fr 1.25fr}.documents-gallery{min-height:560px}
}

@media(max-width:900px){
  :root{--header-h:76px;--container:calc(100% - 26px)}
  .topbar,.topbar.scrolled{height:76px}.nav-shell{gap:12px}.brand img{width:52px;height:56px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:8px}
  .nav-actions,.main-nav{display:none}.menu-toggle{display:block}
  .main-nav{position:fixed;z-index:130;left:12px;right:12px;top:80px;max-height:calc(100dvh - 94px);overflow:auto;padding:16px;flex-direction:column;align-items:stretch;gap:7px;margin:0;background:linear-gradient(160deg,#063244,#001b29);border:1px solid rgba(255,217,107,.4);border-radius:24px;box-shadow:0 32px 100px rgba(0,0,0,.66),inset 0 1px 0 rgba(255,255,255,.05)}
  .main-nav.open{display:flex;animation:menuOpen .24s ease}.main-nav:before{content:"";position:fixed;inset:0;z-index:-1;background:rgba(0,12,20,.66);backdrop-filter:blur(5px)}
  @keyframes menuOpen{from{opacity:0;transform:translateY(-8px) scale(.98)}}
  .mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:4px 3px 13px;margin-bottom:3px;border-bottom:1px solid rgba(255,255,255,.09)}.mobile-menu-head>div{display:flex;flex-direction:column}.mobile-menu-head small{color:var(--gold-2);font-size:9px;letter-spacing:.16em}.mobile-menu-head strong{font-family:Georgia,serif;font-size:18px}.mobile-menu-close{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,217,107,.4);border-radius:12px;background:rgba(255,255,255,.03);color:#fff;font-size:25px;cursor:pointer}
  .main-nav>a{padding:13px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.055);background:rgba(255,255,255,.025)}.main-nav>a:after{display:none}.main-nav>a:hover,.main-nav>a.active{background:rgba(255,217,107,.11);border-color:rgba(255,217,107,.3)}
  .mobile-menu-actions{display:grid;gap:9px;padding-top:9px}.mobile-menu-actions .btn{width:100%}
  .hero{min-height:auto;padding:112px 0 70px}.hero-grid{grid-template-columns:1fr;gap:36px}.hero-copy{text-align:center}.hero-copy .eyebrow{justify-content:center}.hero-copy>p{margin-inline:auto}.hero-benefits{margin-inline:auto;text-align:left}.hero-actions,.trust-row{justify-content:center}.hero-devices{min-height:570px;max-width:850px;margin-inline:auto;width:100%}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .showcase-intro-grid,.showcase-grid,.showcase-section.reverse .showcase-grid,.documents-layout,.demo-grid,.trust-head,.faq-grid,.final-card{grid-template-columns:1fr}
  .showcase-section.reverse .showcase-copy,.showcase-section.reverse .showcase-devices{order:initial}.showcase-copy{text-align:center}.showcase-copy .eyebrow{justify-content:center}.showcase-copy>p{max-width:760px;margin-inline:auto}.showcase-bullets{max-width:650px;margin-inline:auto;text-align:left}.showcase-devices{min-height:620px;max-width:840px;margin-inline:auto;width:100%}
  .documents-copy,.demo-copy{text-align:center}.documents-copy .eyebrow,.demo-copy .eyebrow{justify-content:center}.documents-copy>p,.demo-copy>p{max-width:720px;margin-inline:auto}.check-list{max-width:510px;margin-inline:auto;text-align:left}.documents-gallery{min-height:650px}.demo-points{justify-content:center}
  .trust-head{text-align:center}.trust-head .eyebrow{justify-content:center}.trust-head>p{max-width:700px;margin-inline:auto}.security-grid{grid-template-columns:repeat(2,1fr)}
  .plans-grid{grid-template-columns:repeat(2,1fr)}
  .faq-copy{text-align:center}.faq-copy .eyebrow{justify-content:center}.faq-copy>p{max-width:620px;margin-inline:auto}
  .final-card{text-align:center}.final-card .eyebrow{justify-content:center}.final-actions{grid-template-columns:repeat(2,1fr)}
  .footer-main{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}.footer-bottom{flex-direction:column;text-align:center;gap:4px}
}

@media(max-width:620px){
  :root{--container:calc(100% - 22px)}
  html,body{overflow-x:clip}
  .brand-copy small{display:none}.brand-copy strong{font-size:16px}.brand img{width:48px;height:52px}
  .hero{padding-top:100px;padding-bottom:58px}.hero h1{font-size:43px;margin-top:13px}.hero-copy>p{font-size:15px}.hero-benefits{grid-template-columns:1fr 1fr;gap:10px}.hero-benefits span{font-size:11px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.trust-row{gap:10px 13px}.trust-row span{font-size:10px}
  .hero-devices{min-height:430px;overflow:visible}.hero-laptop{width:98%}.hero-phone{width:27%;right:1%;bottom:3%;border-width:5px}.device-label{display:none}.light-trail{width:98%}
  .section-heading h2,.showcase-intro h2,.showcase-copy h2,.documents-copy h2,.demo-copy h2,.trust-head h2,.faq-copy h2,.final-card h2{font-size:39px}.section-heading p,.showcase-intro p,.showcase-copy>p,.documents-copy>p,.demo-copy>p{font-size:15px}
  .feature-band{padding:67px 0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto;padding:23px;display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:start}.feature-icon{grid-row:1/3;margin:0}.feature-card h3{margin-top:3px}.feature-card p{font-size:13px}
  .showcase-intro{padding:72px 0 45px}.showcase-intro-grid{gap:24px;text-align:center}.showcase-intro .eyebrow{justify-content:center}.showcase-section{padding:76px 0}.showcase-grid{gap:30px}.showcase-devices{min-height:430px;overflow:visible}.showcase-laptop{width:96%}.showcase-phone{width:27%;right:0;bottom:1%;border-width:5px}.showcase-section.reverse .showcase-phone{left:auto;right:0}.showcase-tag{display:none}
  .section-pad{padding:76px 0}.documents-layout{gap:36px}.documents-gallery{min-height:760px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:12px}.doc-card{transform:none!important;grid-column:auto!important;grid-row:auto!important;aspect-ratio:1.35/1}.doc-carteira{aspect-ratio:.78/1;grid-column:1/3!important;width:52%;justify-self:center}.doc-card figcaption{left:9px;bottom:9px}.documents-glow{inset:22% 5%}
  .plans-grid{grid-template-columns:1fr}.plan-card{min-height:auto;padding:24px}.plan-card.featured{transform:none}.plan-card ul{max-height:235px}.plan-price strong{font-size:36px}
  .demo-grid{gap:35px}.video-titlebar{height:47px}.video-play span{width:58px;height:58px;font-size:22px}.video-play strong{font-size:15px}
  .security-grid,.testimonials-grid{grid-template-columns:1fr}.trust-head{gap:20px}.faq-grid{gap:35px}.final-card{padding:33px 22px}.final-actions{grid-template-columns:1fr}.final-actions .btn{width:100%}
  .footer{padding-top:22px}.footer-brand img{width:54px;height:58px}.footer-brand strong{font-size:16px}.footer-brand p{font-size:11px}.footer-links{gap:8px 14px}.footer-links a{font-size:11px}.whatsapp-float{right:12px;bottom:12px;padding:11px 14px}.whatsapp-float b{display:none}
  .showcase-section,.documents-section,.plans-section,.demo-section,.trust-section,.faq-section,.final-cta,.footer{contain-intrinsic-size:680px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-devices:before,.showcase-devices:before,.documents-glow,.video-glow,.scroll-progress span{animation:none}.btn:hover,.feature-card:hover,.plan-card:hover,.doc-card:hover{transform:none}}

/* Refinamentos finais R9 */
body.menu-open .menu-toggle{opacity:0;pointer-events:none}
.documents-section,.plans-section{content-visibility:visible;contain-intrinsic-size:auto}
@media(max-width:620px){
  .hero h1{font-size:40px}
  .hero-copy>p{font-size:14px;line-height:1.5}
  .hero-actions .btn{min-height:52px}
  .trust-row{display:none}
  .hero-grid{gap:18px}
  .hero-devices{min-height:410px;margin-top:0}
  .documents-gallery{min-height:0;grid-template-columns:1fr 1fr;grid-template-rows:none;grid-auto-rows:auto;align-items:start;gap:12px}
  .doc-card{align-self:start}
  .doc-carteira{grid-column:1/3!important;width:58%;margin-top:2px}
}


/* V6.697-R10 — vitrine de documentos proporcional, sem deformação */
.documents-section{padding:clamp(70px,7vw,104px) 0;background:linear-gradient(145deg,#021722 0%,#042c38 48%,#031b29 100%)}
.documents-showcase-wrap{position:relative;z-index:2;max-width:1280px;margin-inline:auto}
.documents-showcase-eyebrow{justify-content:center;margin-bottom:18px}
.documents-showcase-frame{position:relative;padding:clamp(7px,1vw,13px);border-radius:clamp(18px,2vw,30px);background:linear-gradient(145deg,rgba(255,217,107,.2),rgba(4,58,72,.88));border:1px solid rgba(255,217,107,.52);box-shadow:0 34px 90px rgba(0,0,0,.46),0 0 42px rgba(231,184,63,.13),inset 0 1px 0 rgba(255,255,255,.08);isolation:isolate;overflow:hidden}
.documents-showcase-frame:before{content:"";position:absolute;inset:-45%;background:conic-gradient(from 10deg,transparent 0 28%,rgba(255,214,95,.26) 36%,transparent 45% 65%,rgba(15,142,166,.22) 73%,transparent 82%);filter:blur(38px);animation:spin 15s linear infinite;z-index:-2}
.documents-showcase-frame:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035);pointer-events:none}
.documents-showcase-link{display:block;position:relative;border-radius:clamp(13px,1.5vw,22px);overflow:hidden;background:#052a36;line-height:0;cursor:zoom-in}
.documents-showcase-image{display:block;width:100%;max-width:100%;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center;border-radius:inherit;transform:none!important}
.documents-showcase-halo{position:absolute;inset:8% 10%;border-radius:44%;background:radial-gradient(circle,rgba(255,210,79,.18),transparent 65%);filter:blur(30px);z-index:-1;pointer-events:none}
.documents-showcase-note{text-align:center;margin:16px auto 0;color:#98b2b9;font-size:12px;letter-spacing:.015em}
@media(max-width:850px){
  .documents-section{padding:68px 0}
  .documents-showcase-wrap{width:min(100% - 24px,1280px)}
  .documents-showcase-eyebrow{margin-bottom:14px}
  .documents-showcase-frame{padding:6px;border-radius:18px}
  .documents-showcase-link,.documents-showcase-image{border-radius:13px}
  .documents-showcase-note{max-width:320px;font-size:11px;line-height:1.45}
}
@media(prefers-reduced-motion:reduce){.documents-showcase-frame:before{animation:none}}

/* V6.697-R12 — rodapé profissional centralizado e vitrine nítida em proporção original */
.documents-showcase-wrap{max-width:1080px}
.documents-showcase-frame{padding:clamp(6px,.8vw,10px)}
.documents-showcase-link{display:flex;align-items:center;justify-content:center}
.documents-showcase-image{width:100%;height:auto!important;max-width:100%;aspect-ratio:1448/1086!important;object-fit:contain!important;object-position:center;filter:none!important;transform:none!important;image-rendering:auto;backface-visibility:visible}
.documents-showcase-note{max-width:760px;line-height:1.55}

.footer{padding:22px 0 20px;background:linear-gradient(180deg,#00131d 0%,#000d15 100%);border-top:1px solid rgba(255,217,107,.22)}
.footer-shell{display:grid;gap:17px}
.footer-head{display:flex;align-items:center;justify-content:space-between;gap:24px}
.footer-brand{display:flex;align-items:center;gap:13px;min-width:0}
.footer-brand img{width:58px;height:62px;object-fit:contain;flex:0 0 auto}
.footer-brand div{display:flex;flex-direction:column;min-width:0}
.footer-brand strong{font-family:Georgia,serif;color:#f2c85b;font-size:18px;line-height:1.15}
.footer-brand p{margin:4px 0 0;color:#829fa8;font-size:11px;line-height:1.35}
.footer-back-top{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:10px 18px;border:1px solid rgba(255,217,107,.48);border-radius:999px;background:linear-gradient(135deg,rgba(231,184,63,.17),rgba(231,184,63,.06));color:#ffe08a;font-size:12px;font-weight:800;white-space:nowrap;box-shadow:0 8px 24px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.06);transition:.22s ease}
.footer-back-top span{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:rgba(255,217,107,.15);font-size:15px;line-height:1}
.footer-back-top:hover,.footer-back-top:focus-visible{color:#fff4c4;border-color:rgba(255,217,107,.82);background:linear-gradient(135deg,rgba(231,184,63,.27),rgba(231,184,63,.1));transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.3),0 0 20px rgba(231,184,63,.12)}
.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:max-content;max-width:100%;margin-inline:auto;padding:7px 10px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:rgba(255,255,255,.025);gap:0}
.footer-links a{position:relative;padding:7px 14px;color:#a9bec4;font-size:12px;line-height:1.2}
.footer-links a+a:before{content:"";position:absolute;left:0;top:25%;bottom:25%;width:1px;background:rgba(255,217,107,.2)}
.footer-links a:hover,.footer-links a:focus-visible{color:var(--gold-2)}
.footer-bottom{display:grid;place-items:center;gap:3px;padding:14px 0 0;border-top:1px solid rgba(255,255,255,.065);color:#829ba3;text-align:center;font-size:11px;line-height:1.45}
.footer-bottom p{margin:0}
.footer-bottom a{color:#d4b856;font-weight:800}
.footer-bottom a:hover,.footer-bottom a:focus-visible{color:#ffe08a}

@media(max-width:900px){
  .documents-showcase-wrap{max-width:820px}
  .footer-head{flex-direction:column;text-align:center;gap:14px}
  .footer-brand{justify-content:center}
  .footer-links{width:100%;border-radius:17px;padding:7px}
}
@media(max-width:620px){
  .documents-showcase-wrap{width:min(100% - 22px,1080px)}
  .documents-showcase-frame{padding:5px}
  .documents-showcase-image{aspect-ratio:1448/1086!important}
  .footer{padding:20px 0 18px}
  .footer-shell{gap:14px}
  .footer-brand{max-width:310px}
  .footer-brand img{width:51px;height:55px}
  .footer-brand strong{font-size:16px}
  .footer-brand p{font-size:10px}
  .footer-back-top{width:min(100%,250px)}
  .footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;border-radius:16px;gap:4px;padding:7px}
  .footer-links a{padding:9px 8px;border-radius:10px;text-align:center;background:rgba(255,255,255,.018);font-size:11px}
  .footer-links a+a:before{display:none}
  .footer-links a:last-child{grid-column:1/3}
  .footer-bottom{font-size:10.5px;padding-top:13px}
}


/* V6.697-R12 — rodapé profissional, compacto e centralizado */
.footer{padding:0;background:linear-gradient(180deg,#00131d 0%,#000c13 100%);border-top:1px solid rgba(255,217,107,.2)}
.footer-shell{display:block}
.footer-mainline{display:grid;grid-template-columns:minmax(250px,1fr) auto minmax(170px,1fr);align-items:center;gap:28px;padding:20px 0 17px}
.footer-brand{justify-self:start;display:flex;align-items:center;gap:12px;min-width:0}
.footer-brand img{width:52px;height:56px;object-fit:contain;flex:0 0 auto}
.footer-brand div{display:flex;flex-direction:column;min-width:0}
.footer-brand strong{font-family:Georgia,serif;color:#f2c85b;font-size:17px;line-height:1.15}
.footer-brand p{margin:4px 0 0;color:#829fa8;font-size:10.5px;line-height:1.35;white-space:nowrap}
.footer-links{justify-self:center;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:auto;max-width:100%;margin:0;padding:0;border:0;border-radius:0;background:transparent;gap:0}
.footer-links a{position:relative;padding:7px 13px;color:#a9bec4;font-size:11.5px;line-height:1.2;white-space:nowrap;transition:.2s ease}
.footer-links a+a:before{content:"";position:absolute;left:0;top:26%;bottom:26%;width:1px;background:rgba(255,217,107,.24)}
.footer-links a:hover,.footer-links a:focus-visible{color:var(--gold-2);transform:translateY(-1px)}
.footer-back-top{justify-self:end;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:8px 15px;border:1px solid rgba(255,217,107,.5);border-radius:999px;background:linear-gradient(135deg,rgba(231,184,63,.16),rgba(231,184,63,.055));color:#ffe08a;font-size:11.5px;font-weight:800;white-space:nowrap;box-shadow:0 8px 22px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.05);transition:.22s ease}
.footer-back-top span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:rgba(255,217,107,.14);font-size:14px;line-height:1}
.footer-back-top:hover,.footer-back-top:focus-visible{color:#fff4c4;border-color:rgba(255,217,107,.82);background:linear-gradient(135deg,rgba(231,184,63,.26),rgba(231,184,63,.09));transform:translateY(-2px);box-shadow:0 11px 26px rgba(0,0,0,.28),0 0 18px rgba(231,184,63,.11)}
.footer-bottom{width:100%;display:grid;grid-template-columns:1fr;place-items:center;gap:2px;padding:13px 0 15px;border-top:1px solid rgba(255,255,255,.065);color:#829ba3;text-align:center;font-size:10.8px;line-height:1.45}
.footer-bottom p{margin:0;width:100%;text-align:center}
.footer-bottom a{color:#d4b856;font-weight:800}
.footer-bottom a:hover,.footer-bottom a:focus-visible{color:#ffe08a}
@media(max-width:1100px){
  .footer-mainline{grid-template-columns:minmax(230px,1fr) auto;gap:18px}
  .footer-links{grid-column:1/-1;grid-row:2;justify-self:center}
  .footer-back-top{grid-column:2;grid-row:1}
}
@media(max-width:700px){
  .footer-mainline{grid-template-columns:1fr;justify-items:center;gap:13px;padding:18px 0 14px;text-align:center}
  .footer-brand{justify-self:center;justify-content:center}
  .footer-brand p{white-space:normal}
  .footer-links{grid-column:1;grid-row:2;display:flex;width:100%;justify-content:center;gap:3px 0}
  .footer-links a{padding:7px 10px;font-size:11px}
  .footer-links a+a:before{display:none}
  .footer-back-top{grid-column:1;grid-row:3;justify-self:center;min-width:155px}
  .footer-bottom{padding:12px 0 14px;font-size:10.5px}
}
@media(max-width:420px){
  .footer-links{max-width:330px}
  .footer-links a{padding:6px 8px;font-size:10.5px}
}


/* V6.697-R13 — rodapé mobile premium com marca horizontal */
@media(max-width:700px){
  .footer-mainline{
    grid-template-columns:1fr;
    justify-items:center;
    gap:14px;
    padding:18px 0 14px;
    text-align:center;
  }
  .footer-brand{
    grid-column:1;
    grid-row:1;
    justify-self:center;
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    align-items:center;
    justify-content:start;
    width:min(100%,360px);
    max-width:none;
    gap:13px;
    padding:12px 14px;
    text-align:left;
    border:1px solid rgba(255,217,107,.22);
    border-radius:18px;
    background:
      linear-gradient(135deg,rgba(255,217,107,.065),rgba(8,47,60,.18) 52%,rgba(255,255,255,.018)),
      rgba(0,18,27,.64);
    box-shadow:
      0 16px 34px rgba(0,0,0,.24),
      inset 0 1px 0 rgba(255,255,255,.045),
      0 0 26px rgba(231,184,63,.035);
    position:relative;
    overflow:hidden;
  }
  .footer-brand:before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:1px;
    background:linear-gradient(90deg,transparent,rgba(255,217,107,.72),transparent);
  }
  .footer-brand img{
    width:54px;
    height:59px;
    margin:0;
    object-fit:contain;
    filter:drop-shadow(0 6px 12px rgba(0,0,0,.26));
  }
  .footer-brand div{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-width:0;
    padding-left:12px;
    border-left:1px solid rgba(255,217,107,.24);
  }
  .footer-brand strong{
    font-size:17px;
    line-height:1.12;
    letter-spacing:.01em;
    white-space:nowrap;
  }
  .footer-brand p{
    margin:5px 0 0;
    max-width:235px;
    color:#91aab2;
    font-size:10.3px;
    line-height:1.42;
    text-align:left;
    white-space:normal;
  }
  .footer-links{
    grid-column:1;
    grid-row:2;
    width:min(100%,360px);
    max-width:none;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    padding:0;
  }
  .footer-links a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:35px;
    padding:8px 9px;
    border:1px solid rgba(255,255,255,.055);
    border-radius:11px;
    background:rgba(255,255,255,.018);
    color:#a8bcc2;
    font-size:10.7px;
    line-height:1.2;
    white-space:normal;
    text-align:center;
  }
  .footer-links a:last-child{grid-column:1/-1}
  .footer-links a:hover,.footer-links a:focus-visible{
    color:#ffe08a;
    border-color:rgba(255,217,107,.26);
    background:rgba(255,217,107,.055);
    transform:translateY(-1px);
  }
  .footer-back-top{
    grid-column:1;
    grid-row:3;
    justify-self:center;
    width:min(100%,220px);
    min-width:0;
    min-height:41px;
  }
  .footer-bottom{
    padding:13px 0 15px;
    font-size:10.5px;
  }
}
@media(max-width:390px){
  .footer-brand{width:100%;gap:11px;padding:11px 12px}
  .footer-brand img{width:49px;height:54px}
  .footer-brand div{padding-left:10px}
  .footer-brand strong{font-size:15.5px}
  .footer-brand p{font-size:9.7px;max-width:205px}
  .footer-links{width:100%}
  .footer-links a{font-size:10.2px;padding:7px 7px}
}


/* V6.697-R14 — retorno ao topo funcional e rodapé mobile alinhado ao desktop */
.page-top-anchor{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none;visibility:hidden}

@media(max-width:700px){
  .footer-mainline{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    justify-items:stretch;
    gap:12px 14px;
    padding:16px 0 13px;
    text-align:left;
  }
  .footer-brand{
    grid-column:1;
    grid-row:1;
    justify-self:start;
    display:flex;
    align-items:center;
    width:auto;
    max-width:100%;
    gap:10px;
    padding:0;
    text-align:left;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }
  .footer-brand:before{display:none}
  .footer-brand img{
    width:46px;
    height:50px;
    margin:0;
    object-fit:contain;
    filter:drop-shadow(0 5px 10px rgba(0,0,0,.24));
  }
  .footer-brand div{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-width:0;
    padding:0;
    border:0;
  }
  .footer-brand strong{font-size:15.5px;line-height:1.12;white-space:nowrap}
  .footer-brand p{
    margin:4px 0 0;
    max-width:205px;
    color:#8da6ae;
    font-size:9.5px;
    line-height:1.35;
    text-align:left;
    white-space:normal;
  }
  .footer-back-top{
    grid-column:2;
    grid-row:1;
    justify-self:end;
    width:auto;
    min-width:0;
    min-height:37px;
    padding:7px 11px;
    gap:6px;
    font-size:10.5px;
  }
  .footer-back-top span{width:18px;height:18px;font-size:12px}
  .footer-links{
    grid-column:1/-1;
    grid-row:2;
    justify-self:center;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    width:100%;
    max-width:100%;
    gap:0;
    padding:10px 0 0;
    border:0;
    border-top:1px solid rgba(255,255,255,.06);
    border-radius:0;
    background:transparent;
  }
  .footer-links a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:0;
    padding:6px 10px;
    border:0;
    border-radius:0;
    background:transparent;
    color:#a8bcc2;
    font-size:10.5px;
    line-height:1.2;
    white-space:nowrap;
  }
  .footer-links a:last-child{grid-column:auto}
  .footer-links a+a:before{
    display:block;
    content:"";
    position:absolute;
    left:0;
    top:28%;
    bottom:28%;
    width:1px;
    background:rgba(255,217,107,.2);
  }
  .footer-links a:hover,.footer-links a:focus-visible{
    color:#ffe08a;
    border-color:transparent;
    background:transparent;
  }
  .footer-bottom{padding:12px 0 14px;font-size:10.3px}
}

@media(max-width:390px){
  .footer-mainline{gap:11px 9px}
  .footer-brand{gap:8px}
  .footer-brand img{width:41px;height:46px}
  .footer-brand strong{font-size:14.5px}
  .footer-brand p{font-size:8.9px;max-width:165px}
  .footer-back-top{padding:7px 9px;font-size:9.8px}
  .footer-links a{padding:5px 7px;font-size:9.7px}
}
