
:root{
  --navy:#0b1526;--navy2:#163a69;--blue:#1d4a85;--blue2:#2a5da0;
  --paper:#f7f9fc;--ink:#10192b;--muted:#64748b;--gold:#f5b942;
  --line:rgba(16,43,78,.11);--green:#12855a;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Public Sans","Segoe UI",Arial,sans-serif;line-height:1.6}
h1,h2,h3{font-family:"Archivo","Segoe UI",Arial,sans-serif;margin-top:0}a{text-decoration:none;color:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}.section{padding:88px 0}
.header{position:fixed;z-index:50;top:0;left:0;right:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:11px}.logo-mark{width:44px;height:44px;border-radius:11px;background:linear-gradient(135deg,var(--navy2),var(--navy));display:grid;place-items:center;color:var(--gold);font-weight:800}
.logo-name{font-weight:800;line-height:1.1}.logo-sub{font-size:10px;letter-spacing:.13em;color:var(--muted);font-weight:700;text-transform:uppercase}
.nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:600}.nav a:hover{color:var(--blue)}
.menu{display:none;background:white;border:1px solid var(--line);border-radius:10px;padding:9px 12px;font-size:20px}
.hero{padding:150px 0 82px;background:radial-gradient(900px 450px at 85% 5%,rgba(42,93,160,.1),transparent 60%),linear-gradient(#fff,var(--paper))}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:58px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(29,74,133,.22);background:#f3f7fc;color:var(--blue);border-radius:999px;padding:7px 13px;font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
h1{font-size:clamp(38px,5vw,58px);line-height:1.04;letter-spacing:-.035em;margin:18px 0 20px}.accent{color:var(--blue);position:relative}.lead{font-size:18px;color:#4b5a72;max-width:680px}
.actions{display:flex;gap:14px;margin:30px 0 26px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:10px;font-weight:700;border:1px solid transparent}.btn-primary{background:var(--blue);color:#fff}.btn-outline{border-color:rgba(22,58,105,.28);color:var(--navy2);background:#fff}.btn-wa{background:var(--green);color:#fff}
.trust{display:flex;gap:18px 26px;flex-wrap:wrap;color:var(--muted);font-size:14px}
.visual{background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:0 28px 65px -34px rgba(11,21,38,.35);overflow:hidden}.visual-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.pill{font-size:11px;font-weight:800;letter-spacing:.08em;border:1px solid rgba(42,93,160,.2);padding:5px 9px;border-radius:999px;color:var(--blue)}.visual-body{padding:20px}.row{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px dashed var(--line);font-size:14px}.row span:first-child{color:var(--muted)}.row b{text-align:right}.progress{margin-top:20px}.bar{height:8px;background:#eef4fb;border-radius:99px;overflow:hidden}.bar>span{display:block;width:86%;height:100%;background:linear-gradient(90deg,var(--blue2),var(--gold))}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat{background:white;border:1px solid var(--line);border-radius:15px;padding:26px}.stat strong{display:block;font-size:29px;color:var(--navy);font-family:"Archivo";line-height:1.1}.stat span{color:var(--muted);font-size:14px}
.section-head{max-width:760px;margin-bottom:42px}.section-title{font-size:clamp(28px,4vw,40px);line-height:1.15;letter-spacing:-.025em;margin:12px 0}.section-sub{color:#4b5a72;font-size:16px}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:26px}.card h3{margin:10px 0 10px;font-size:20px}.card p{color:#526176;margin:0}.num{font-size:13px;color:var(--gold);font-weight:800;letter-spacing:.12em}
.dark{background:var(--navy);color:white}.dark .section-sub,.dark .card p{color:#b8c3d4}.dark .card{background:#111f35;border-color:rgba(255,255,255,.09)}
.services{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 24px}.service{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;font-weight:650}.service small{display:block;color:var(--muted);font-weight:400;margin-top:4px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{border-top:3px solid var(--blue);padding-top:20px}.step strong{color:var(--blue)}.step p{color:var(--muted)}
.highlight{background:linear-gradient(135deg,#eef4fb,#fff);border:1px solid rgba(29,74,133,.15);border-radius:20px;padding:40px}.about-grid,.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:52px;align-items:start}
.checks{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.check{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:10px}
.form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 22px 50px -34px rgba(11,21,38,.4)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{margin-bottom:15px}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.field input,.field textarea{width:100%;border:1px solid #cfd8e5;border-radius:9px;padding:12px 13px;font:inherit;background:#fff}.field input:focus,.field textarea:focus{outline:2px solid rgba(29,74,133,.16);border-color:var(--blue)}
.consent{display:flex;gap:10px;font-size:13px;color:#526176}.note{font-size:13px;color:var(--muted);margin-top:10px}
.footer{background:#fff;border-top:1px solid var(--line);padding:48px 0}.footer-grid{display:flex;justify-content:space-between;gap:32px;align-items:flex-start}.footer-links{display:flex;gap:20px;flex-wrap:wrap;color:var(--muted);font-size:14px}.copy{color:var(--muted);font-size:13px;margin-top:28px}
.float-wa{position:fixed;right:22px;bottom:22px;width:56px;height:56px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;box-shadow:0 12px 30px rgba(18,133,90,.3);z-index:45}
.policy{padding-top:130px}.policy article{max-width:850px}.policy h2{margin-top:34px;font-size:21px}.policy p{color:#4b5a72}
@media(max-width:900px){.nav{display:none}.menu{display:block}.nav.open{display:flex;position:absolute;top:82px;left:20px;right:20px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;flex-direction:column;align-items:flex-start;box-shadow:0 18px 40px rgba(0,0,0,.08)}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.stats,.steps{grid-template-columns:repeat(2,1fr)}.grid3{grid-template-columns:1fr}.visual{max-width:680px}.hero{padding-top:125px}}
@media(max-width:620px){.container{width:min(100% - 28px,1160px)}.section{padding:64px 0}.hero{padding-bottom:60px}.actions{flex-direction:column}.btn{width:100%}.stats,.steps,.services,.checks,.form-grid{grid-template-columns:1fr}.stat{padding:20px}.highlight{padding:26px}.footer-grid{flex-direction:column}}


/* ===== TD Licitações v2 — Cursos e Mentoria ===== */
.icon-line{display:inline-flex;align-items:center;gap:7px}
.icon-line svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:none}
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.course-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;flex-direction:column;min-height:100%}
.course-card.featured{border-color:rgba(29,74,133,.28);box-shadow:0 24px 55px -38px rgba(11,21,38,.42)}
.course-tag{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#eef4fb;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.course-card h3{font-size:22px;margin:16px 0 10px}
.course-card p{color:#526176}
.course-meta{display:flex;gap:8px 14px;flex-wrap:wrap;margin:8px 0 18px;color:#64748b;font-size:13px}
.course-list{padding-left:18px;color:#526176;margin:0 0 24px}
.course-list li{margin:7px 0}
.course-card .btn{margin-top:auto}
.mentor-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:stretch}
.mentor-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:30px}
.mentor-card.dark-card{background:linear-gradient(145deg,#0d1b30,#162d50);color:#fff;border-color:rgba(255,255,255,.08)}
.mentor-card.dark-card p{color:#c1ccda}
.mentor-points{display:grid;gap:12px;margin-top:24px}
.mentor-point{display:flex;gap:10px;align-items:flex-start}
.mentor-point b{color:var(--gold)}
.cta-strip{background:linear-gradient(135deg,var(--navy),#17375f);border-radius:20px;padding:38px;color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center}
.cta-strip p{margin:6px 0 0;color:#c6d0df}
.course-hero{padding:146px 0 70px;background:radial-gradient(900px 480px at 90% 5%,rgba(42,93,160,.13),transparent 62%),linear-gradient(#fff,var(--paper))}
.course-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}
.course-panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 28px 65px -36px rgba(11,21,38,.36)}
.course-panel .big{font-family:"Archivo";font-size:34px;font-weight:800;color:var(--navy);line-height:1}
.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.badge{background:#f2f6fb;border:1px solid rgba(29,74,133,.13);border-radius:10px;padding:9px 11px;font-size:13px;font-weight:650;color:#315477}
.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.module{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px}
.module .module-n{color:var(--gold);font-weight:800;font-size:12px;letter-spacing:.1em}
.module h3{margin:7px 0 8px}
.module ul{padding-left:18px;margin:0;color:#526176}
.module li{margin:5px 0}
.outcome-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.outcome{background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px 16px}
.materials{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.material{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;text-align:center}
.faq{max-width:850px}.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;margin-bottom:10px}.faq summary{font-weight:750;cursor:pointer}.faq p{color:#526176}
@media(max-width:900px){.course-grid,.course-hero-grid,.mentor-wrap{grid-template-columns:1fr}.module-grid,.materials{grid-template-columns:repeat(2,1fr)}.cta-strip{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){.course-grid,.module-grid,.materials,.outcome-grid{grid-template-columns:1fr}}


/* ===== v3 - identidade visual TDuarte + pregão ===== */
.brand-logo{display:flex;align-items:center}
.brand-logo img{display:block;width:330px;max-width:38vw;height:auto;max-height:66px;object-fit:contain;object-position:left center}
.footer-brand img{max-width:320px;max-height:88px}

.trust-highlight{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:28px;
}
.trust-card{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
  padding:14px 16px;
  background:linear-gradient(135deg,#ffffff,#f5f8fc);
  border:1px solid rgba(22,58,105,.17);
  border-radius:13px;
  box-shadow:0 10px 26px -22px rgba(11,21,38,.5);
  color:var(--navy);
}
.trust-card strong{display:block;font-size:15px;line-height:1.25;color:var(--navy)}
.trust-card small{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.35}
.trust-icon{
  width:42px;height:42px;min-width:42px;border-radius:12px;
  display:grid;place-items:center;
  color:#b7832f;background:#fff7e8;border:1px solid rgba(183,131,47,.22);
}
.trust-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.hero-auction{
  position:relative;
  min-height:500px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(16,43,78,.12);
  box-shadow:0 30px 70px -38px rgba(11,21,38,.5);
  background:#0e1b2e;
}
.auction-photo{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
}
.hero-auction:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(3,16,34,.08) 15%,rgba(3,16,34,.82) 100%);
}
.auction-overlay{
  position:absolute;z-index:2;left:18px;right:18px;bottom:18px;
  display:grid;grid-template-columns:1fr 1fr;gap:12px;
}
.auction-badge{
  display:flex;align-items:center;gap:10px;
  padding:13px 14px;border-radius:14px;
  color:white;background:rgba(6,23,45,.88);
  border:1px solid rgba(222,176,84,.38);
  backdrop-filter:blur(8px);
}
.badge-icon{
  width:42px;height:42px;min-width:42px;border-radius:50%;
  display:grid;place-items:center;color:#d7a44a;
  border:1px solid rgba(215,164,74,.58);
}
.badge-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auction-badge strong{display:block;font-size:12px;letter-spacing:.04em}
.auction-badge span{display:block;font-size:10px;color:#d7deea;margin-top:2px}

@media(max-width:900px){
  .brand-logo img{width:270px;max-width:65vw;max-height:58px}
  .hero-auction{min-height:420px}
}
@media(max-width:620px){
  .brand-logo img{width:230px;max-width:70vw;max-height:54px}
  .hero-auction{min-height:380px}
  .auction-overlay{grid-template-columns:1fr}
}


/* ===============================
   TDuarte Premium Visual v4
   =============================== */
:root{
  --p-navy:#031a33;
  --p-navy-2:#082646;
  --p-navy-3:#0d355e;
  --p-gold:#d9a64a;
  --p-gold-2:#f2c56e;
  --p-white:#ffffff;
  --p-paper:#f7f8fb;
  --p-ink:#0f1d31;
  --p-muted:#66758a;
  --p-line:#dfe5ee;
}
.premium-home{margin:0;background:var(--p-paper);color:var(--p-ink);font-family:"Public Sans","Segoe UI",Arial,sans-serif}
.premium-home h1,.premium-home h2,.premium-home h3{font-family:"Archivo","Segoe UI",Arial,sans-serif}
.premium-container{width:min(1180px,calc(100% - 44px));margin:auto}
.premium-header{position:fixed;top:0;left:0;right:0;z-index:80;background:linear-gradient(90deg,#02172e,#06213f);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 30px rgba(0,0,0,.16)}
.premium-header-inner{height:92px;display:flex;align-items:center;gap:28px}
.premium-brand img{width:330px;max-height:68px;object-fit:contain;object-position:left center;display:block}
.premium-nav{margin-left:auto;display:flex;align-items:center;gap:23px}
.premium-nav a{color:#fff;font-size:14px;font-weight:650;position:relative;padding:10px 0}
.premium-nav a.active,.premium-nav a:hover{color:var(--p-gold-2)}
.premium-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--p-gold)}
.premium-whatsapp{background:linear-gradient(90deg,#c88e2f,#f1c66d);color:#071c34;padding:13px 17px;border-radius:9px;font-weight:800;white-space:nowrap}
.premium-menu{display:none;margin-left:auto;background:transparent;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:8px;padding:8px 11px;font-size:20px}

.premium-hero{position:relative;min-height:650px;padding:150px 0 70px;overflow:hidden;background:#07213d;color:#fff}
.premium-hero-bg{position:absolute;inset:0;overflow:hidden}
.premium-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.06)}
.premium-hero:before{content:"";position:absolute;inset:0;background:
linear-gradient(90deg,rgba(2,23,46,.98) 0%,rgba(2,23,46,.92) 44%,rgba(2,23,46,.53) 69%,rgba(2,23,46,.3) 100%),
linear-gradient(180deg,rgba(2,23,46,.15),rgba(2,23,46,.28));z-index:1}
.premium-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}
.premium-kicker{display:inline-flex;color:var(--p-gold-2);font-weight:800;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.premium-hero h1{font-size:clamp(46px,5vw,70px);line-height:1.02;letter-spacing:-.035em;margin:16px 0 14px;color:#fff}
.premium-hero h1 span{color:var(--p-gold-2)}
.premium-subtitle{font-size:21px;color:#f1c36c;margin:0 0 24px;max-width:760px}
.premium-highlights{display:grid;gap:10px;max-width:710px}
.premium-highlight{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgba(217,166,74,.88);border-radius:10px;background:rgba(2,23,46,.78);backdrop-filter:blur(7px)}
.premium-highlight strong{display:block;font-size:18px;color:#fff}
.premium-highlight small{display:block;color:#d8e0ec;font-size:13px;margin-top:3px}
.ph-icon{width:48px;height:48px;min-width:48px;display:grid;place-items:center;color:var(--p-gold-2);border-right:1px solid rgba(217,166,74,.45);padding-right:14px}
.ph-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.premium-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.premium-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:8px;font-weight:800}
.premium-btn.gold{background:linear-gradient(90deg,#c58b2e,#f0c46a);color:#071b33}
.premium-btn.ghost{border:1px solid rgba(255,255,255,.38);color:#fff;background:rgba(255,255,255,.05)}

.premium-hero-side{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:24px;min-height:460px}
.premium-badges{display:flex;gap:18px;justify-content:center;align-items:center}
.premium-seal{width:180px;height:180px;border-radius:50%;background:radial-gradient(circle at 50% 40%,#0d345d,#031a33 70%);border:12px solid #c99439;outline:4px solid #f0c66c;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 18px 45px rgba(0,0,0,.36)}
.premium-seal strong{font-size:19px;line-height:1.05;color:#fff}
.seal-icon{color:var(--p-gold-2);margin-bottom:10px}
.seal-icon svg{width:50px;height:50px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.premium-excellence{width:min(460px,100%);display:flex;gap:14px;align-items:center;padding:17px 20px;background:rgba(2,23,46,.9);border-radius:24px;border:1px solid rgba(217,166,74,.28)}
.premium-excellence .trophy{width:52px;height:52px;border-radius:50%;border:1px solid var(--p-gold);display:grid;place-items:center;color:var(--p-gold);font-size:24px}
.premium-excellence strong{display:block;font-size:17px}
.premium-excellence span{display:block;margin-top:4px;color:var(--p-gold-2);font-size:13px}

.premium-benefit-strip{background:#fff;border-bottom:1px solid var(--p-line)}
.premium-benefits{display:grid;grid-template-columns:repeat(4,1fr)}
.premium-benefits article{display:flex;gap:14px;align-items:center;padding:24px 26px;border-right:1px solid var(--p-line)}
.premium-benefits article:last-child{border-right:0}
.benefit-icon{font-size:34px;color:var(--p-navy)}
.premium-benefits strong{display:block;font-size:15px}
.premium-benefits span{display:block;color:var(--p-muted);font-size:13px;margin-top:3px}

.premium-section{padding:80px 0;background:#fff}
.premium-section.light{background:#fafbfc}
.premium-section.dark{background:linear-gradient(135deg,#031a33,#092a4e);color:#fff}
.premium-section-head{max-width:820px;margin-bottom:34px}
.premium-section-head>span,.card-label{color:var(--p-gold);font-size:12px;font-weight:800;letter-spacing:.08em}
.premium-section-head h2{font-size:clamp(30px,4vw,44px);line-height:1.1;margin:9px 0 10px}
.premium-section-head p{color:var(--p-muted);font-size:17px;margin:0}
.premium-section.dark .premium-section-head p{color:#c7d1df}

.premium-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.premium-service-card{border-radius:14px;padding:28px;min-height:270px;display:flex;flex-direction:column;box-shadow:0 18px 40px -28px rgba(0,0,0,.5)}
.premium-service-card.navy{background:linear-gradient(145deg,#06213f,#0b355e);color:#fff}
.premium-service-card h3{font-size:24px;line-height:1.2;margin:12px 0}
.premium-service-card p{color:#d2dbe7;font-size:14px}
.premium-service-card a{margin-top:auto;color:var(--p-gold-2);font-weight:800}
.premium-contact-mini{background:#fff;border:1px solid var(--p-line);border-radius:14px;padding:24px;box-shadow:0 16px 38px -30px rgba(0,0,0,.3)}
.premium-contact-mini h3{margin:0 0 6px}
.premium-contact-mini p{font-size:13px;color:var(--p-muted)}
.premium-contact-mini form{display:grid;gap:9px}
.premium-contact-mini input,.premium-contact-mini textarea{width:100%;border:1px solid #d7dee8;border-radius:7px;padding:11px;font:inherit}
.premium-contact-mini button{border:0;border-radius:7px;background:var(--p-navy);color:#fff;padding:12px;font-weight:800}

.premium-proof{background:#fff;border-top:1px solid var(--p-line);border-bottom:1px solid var(--p-line)}
.premium-proof-grid{display:grid;grid-template-columns:1.6fr repeat(3,.7fr);align-items:center}
.premium-proof-grid>div{padding:24px;border-right:1px solid var(--p-line)}
.premium-proof-grid>div:last-child{border-right:0}
.proof-intro strong{display:block;font-size:18px}
.proof-intro span,.proof-stat span{display:block;color:var(--p-muted);font-size:13px;margin-top:4px}
.proof-stat{text-align:center}
.proof-stat b{display:block;font-size:28px;color:#8a6324}

.premium-cards-3,.premium-course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.premium-cards-3 article,.premium-course{background:#fff;border:1px solid var(--p-line);border-radius:15px;padding:26px}
.premium-cards-3 article p{color:var(--p-muted)}
.circle-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#eef4fb;color:var(--p-navy);font-weight:800}
.premium-course{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13);color:#fff}
.premium-course.featured{border-color:rgba(217,166,74,.7);box-shadow:inset 0 0 0 1px rgba(217,166,74,.18)}
.premium-course>span{color:var(--p-gold-2);font-size:11px;font-weight:800;letter-spacing:.08em}
.premium-course p{color:#c9d3e0}
.premium-course a{color:var(--p-gold-2);font-weight:800}

.premium-mentor-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.premium-mentor-grid article{background:#fff;border:1px solid var(--p-line);border-radius:15px;padding:28px}
.premium-mentor-grid p,.premium-mentor-grid li{color:var(--p-muted)}
.premium-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.premium-steps>div{border-top:3px solid var(--p-gold);padding-top:18px}
.premium-steps b{color:var(--p-gold)}
.premium-steps p{color:var(--p-muted)}
.premium-about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px}
.premium-about-grid h2{font-size:42px;margin-top:8px}
.premium-about-grid p{color:#c8d2df;font-size:17px}
.gold-text{color:var(--p-gold-2)}
.about-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:22px}
.about-checks span{border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:10px 12px;color:#fff}

.premium-contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start}
.premium-contact-grid h2{font-size:42px;margin:10px 0}
.premium-contact-grid p{color:var(--p-muted);font-size:17px}
.premium-form{background:#fff;border:1px solid var(--p-line);border-radius:16px;padding:26px;display:grid;gap:12px;box-shadow:0 20px 40px -32px rgba(0,0,0,.35)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.premium-form input,.premium-form textarea{border:1px solid #d8dee8;border-radius:8px;padding:12px;font:inherit}
.premium-consent{font-size:12px;color:var(--p-muted)}
.premium-consent a{color:var(--p-navy);text-decoration:underline}
.premium-form button{border:0;border-radius:8px;background:var(--p-navy);color:#fff;padding:13px;font-weight:800}
.premium-footer{background:#02172e;color:#fff;padding:42px 0 24px}
.premium-footer-grid{display:flex;justify-content:space-between;align-items:center;gap:30px}
.premium-footer img{width:320px;max-height:80px;object-fit:contain;object-position:left}
.premium-footer-links{display:flex;gap:18px;flex-wrap:wrap;color:#c8d2df;font-size:14px}
.premium-copy{margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#9eacbd}
.premium-float-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;z-index:85;box-shadow:0 12px 30px rgba(37,211,102,.3)}
.wa-logo{width:31px;height:31px;display:block}

@media(max-width:1120px){
  .premium-nav{display:none}
  .premium-menu{display:block}
  .premium-whatsapp{display:none}
  .premium-nav.open{display:flex;position:absolute;left:22px;right:22px;top:92px;background:#031a33;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:18px;flex-direction:column;align-items:flex-start}
  .premium-hero-grid{grid-template-columns:1fr}
  .premium-hero-side{min-height:auto;align-items:flex-start}
  .premium-service-grid{grid-template-columns:repeat(2,1fr)}
  .premium-benefits{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .premium-container{width:min(100% - 28px,1180px)}
  .premium-header-inner{height:78px}
  .premium-brand img{width:250px;max-width:68vw}
  .premium-nav.open{top:78px}
  .premium-hero{padding-top:115px;min-height:auto}
  .premium-hero h1{font-size:42px}
  .premium-subtitle{font-size:18px}
  .premium-badges{gap:10px}
  .premium-seal{width:142px;height:142px;border-width:9px}
  .premium-seal strong{font-size:15px}
  .seal-icon svg{width:38px;height:38px}
  .premium-benefits,.premium-service-grid,.premium-cards-3,.premium-course-grid,.premium-mentor-grid,.premium-steps,.premium-proof-grid,.premium-about-grid,.premium-contact-grid{grid-template-columns:1fr}
  .premium-benefits article,.premium-proof-grid>div{border-right:0;border-bottom:1px solid var(--p-line)}
  .premium-proof-grid>div:last-child{border-bottom:0}
  .about-checks,.form-row{grid-template-columns:1fr}
  .premium-footer-grid{flex-direction:column;align-items:flex-start}
  .premium-footer img{width:270px}
}

/* Atualização pontual de contato - mantém o layout premium existente */
.premium-contact-data{display:flex;flex-direction:column;gap:8px;margin:18px 0 22px}
.premium-contact-data a{color:var(--p-navy);font-size:14px;text-decoration:none}
.premium-contact-data a:hover{text-decoration:underline}

/* ===== Refinamento visual solicitado — 03/09/2026 ===== */
:root{
  --p-navy:#082547;
  --p-navy-2:#0b3159;
}

/* Logo integrada ao mesmo azul do cabeçalho/rodapé */
.premium-header,.premium-footer{background:#082547}
.premium-brand{display:flex;align-items:center;justify-content:center;background:transparent}
.premium-brand img{width:82px!important;height:70px!important;object-fit:contain!important;max-width:none!important;max-height:none!important;filter:drop-shadow(0 4px 10px rgba(0,0,0,.18))}
.premium-footer img{width:108px!important;height:78px!important;object-fit:contain!important;object-position:left center!important;max-height:none!important;filter:drop-shadow(0 4px 10px rgba(0,0,0,.16))}

/* Navegação mais destacada, sem perder elegância */
.premium-nav{gap:6px}
.premium-nav a{font-weight:800;padding:10px 11px;border-radius:8px;transition:.2s ease;border:1px solid transparent}
.premium-nav a:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.1);color:#fff}
.premium-nav a.active{background:rgba(217,166,74,.10);border-color:rgba(217,166,74,.26);color:var(--p-gold-2)}

/* Selos: texto centralizado e sempre contido na borda */
.premium-badges{gap:16px}
.premium-seal{width:178px;height:178px;padding:18px;box-sizing:border-box;overflow:hidden}
.premium-seal strong{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;font-size:16px;line-height:1.08;letter-spacing:-.025em;text-align:center;white-space:normal;overflow-wrap:normal;word-break:normal}
.premium-seal .seal-icon{margin-bottom:8px}

/* Faixa de diferenciais com aparência mais tecnológica e conteúdo centralizado */
.premium-benefit-strip{background:linear-gradient(180deg,#f7f9fc,#eef3f8);padding:24px 0;border-bottom:1px solid #d9e2ec}
.premium-benefits{gap:14px}
.premium-benefits article{position:relative;min-height:168px;padding:22px 18px;border:1px solid rgba(8,37,71,.12)!important;border-radius:16px;background:linear-gradient(145deg,#ffffff,#f4f7fb);box-shadow:0 16px 34px -28px rgba(8,37,71,.52);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}
.premium-benefits article:before{content:"";position:absolute;left:20%;right:20%;top:0;height:2px;background:linear-gradient(90deg,transparent,var(--p-gold),transparent)}
.benefit-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;margin-bottom:12px;background:linear-gradient(145deg,#082547,#0c3b6b);color:var(--p-gold-2);box-shadow:0 10px 22px -14px rgba(8,37,71,.9)}
.benefit-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.premium-benefits strong{font-size:15px;color:#082547}
.premium-benefits span{font-size:12.5px;line-height:1.5;max-width:240px;margin-top:6px}

/* Cabeçalhos centrais e consistentes nas seções principais */
#servicos .premium-section-head,
#diferenciais .premium-section-head,
#cursos .premium-section-head,
#mentoria .premium-section-head,
#como-funciona .premium-section-head{max-width:1120px;margin-left:auto;margin-right:auto;text-align:center}
#servicos .premium-section-head h2{font-size:clamp(32px,3.5vw,44px)}
@media(min-width:1100px){#servicos .premium-section-head h2{white-space:nowrap}}

/* Conteúdo abaixo mais centralizado e uniforme */
.premium-cards-3 article,.premium-course,.premium-mentor-grid article,.premium-steps>div{text-align:center}
.premium-cards-3 .circle-icon{margin:0 auto 12px}
.premium-course-grid,.premium-cards-3,.premium-mentor-grid,.premium-steps{align-items:stretch}
.premium-course,.premium-cards-3 article,.premium-mentor-grid article{display:flex;flex-direction:column;align-items:center}
.premium-course p,.premium-cards-3 article p,.premium-mentor-grid p{max-width:92%;margin-left:auto;margin-right:auto}
.premium-course a{margin-top:auto}
.premium-mentor-grid ul{display:inline-block;text-align:left;margin:10px auto 0;padding-left:22px}
.premium-steps>div{border-top:0;border:1px solid var(--p-line);border-radius:14px;padding:22px 18px;background:#fff;position:relative;box-shadow:0 14px 32px -28px rgba(8,37,71,.45)}
.premium-steps>div:before{content:"";position:absolute;left:20%;right:20%;top:-1px;height:3px;border-radius:10px;background:linear-gradient(90deg,transparent,var(--p-gold),transparent)}
.premium-steps b{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eef3f8;color:#082547;margin-bottom:8px}

/* Prova social centralizada e correção do indicador financeiro */
.premium-proof-grid{grid-template-columns:1.5fr repeat(3,.8fr)}
.proof-intro{text-align:center}
.proof-intro strong,.proof-intro span{text-align:center}
.proof-stat b{font-size:25px;line-height:1.05}

/* Sobre: leitura editorial com alinhamento justificado e recuo de parágrafo */
.premium-about-grid{grid-template-columns:.85fr 1.15fr;align-items:start}
.premium-about-grid>div:first-child{text-align:center}
.premium-about-grid>div:first-child h2{max-width:480px;margin:10px auto 0}
.premium-about-grid>div:nth-child(2) p{text-align:justify;text-indent:2rem;line-height:1.72;margin:0 0 14px}
.about-checks span{text-align:center}

@media(max-width:1120px){
  .premium-brand img{width:74px!important;height:62px!important}
}
@media(max-width:760px){
  .premium-brand img{width:64px!important;height:56px!important}
  .premium-seal{width:142px;height:142px;padding:12px;border-width:8px;outline-width:3px}
  .premium-seal strong{font-size:13px;line-height:1.08}
  .premium-benefits article{min-height:auto;padding:20px 16px}
  #servicos .premium-section-head h2{white-space:normal}
  .premium-cards-3 article,.premium-course,.premium-mentor-grid article,.premium-steps>div{text-align:left;align-items:flex-start}
  .premium-cards-3 .circle-icon{margin:0 0 12px}
  .premium-course p,.premium-cards-3 article p,.premium-mentor-grid p{max-width:100%;margin-left:0;margin-right:0}
  .premium-mentor-grid ul{margin-left:0}
  .premium-about-grid>div:nth-child(2) p{text-indent:1.4rem}
}

/* ===== Ajuste de hierarquia visual solicitado — 02/09/2026 ===== */
/* Logo com maior presença, mantendo proporção e sem ampliar demais o cabeçalho */
.premium-header-inner{height:100px}
.premium-brand img{width:112px!important;height:88px!important;max-width:none!important;max-height:none!important}
.premium-footer img{width:126px!important;height:90px!important}

/* Rótulos das seções: centralizados, maiores e com destaque institucional */
#servicos .premium-section-head>span,
#diferenciais .premium-section-head>span,
#cursos .premium-section-head>span,
#mentoria .premium-section-head>span,
#como-funciona .premium-section-head>span,
#sobre .premium-kicker,
#contato .premium-kicker{
  display:flex;
  width:max-content;
  max-width:100%;
  margin:0 auto 14px;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:15px;
  line-height:1;
  font-weight:900;
  letter-spacing:.14em;
  color:var(--p-gold-2);
  padding:10px 17px;
  border:1px solid rgba(217,166,74,.36);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(217,166,74,.10),rgba(217,166,74,.035));
  box-shadow:0 9px 24px -20px rgba(217,166,74,.95);
}
#sobre .premium-about-grid>div:first-child,
#contato .premium-contact-grid>div:first-child{text-align:center}
#contato .premium-contact-grid>div:first-child p{max-width:520px;margin-left:auto;margin-right:auto}
#contato .premium-contact-data{align-items:center}

/* Títulos brancos dos cards: mais fortes e chamativos */
.premium-service-card h3,
.premium-course h3{
  color:#fff;
  font-size:clamp(24px,2vw,28px);
  line-height:1.13;
  font-weight:900;
  letter-spacing:-.02em;
  margin-top:14px;
  margin-bottom:14px;
  position:relative;
  padding-bottom:13px;
}
.premium-service-card h3:after,
.premium-course h3:after{
  content:"";
  display:block;
  width:58px;
  height:3px;
  margin:12px auto 0;
  border-radius:99px;
  background:linear-gradient(90deg,var(--p-gold),var(--p-gold-2));
}
.premium-service-card p,.premium-course p{font-size:15px;line-height:1.62}
.card-label,.premium-course>span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin:0 auto;
  padding:7px 10px;
  border-radius:7px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(242,197,110,.30);
  color:var(--p-gold-2)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  text-align:center;
}
.premium-service-card{text-align:center;align-items:center}
.premium-service-card a{font-size:15px;padding:9px 0}

@media(max-width:1120px){
  .premium-brand img{width:100px!important;height:80px!important}
}
@media(max-width:760px){
  .premium-header-inner{height:82px}
  .premium-brand img{width:82px!important;height:66px!important}
  #servicos .premium-section-head>span,
  #diferenciais .premium-section-head>span,
  #cursos .premium-section-head>span,
  #mentoria .premium-section-head>span,
  #como-funciona .premium-section-head>span,
  #sobre .premium-kicker,
  #contato .premium-kicker{font-size:13px;padding:9px 13px;margin-bottom:12px}
  .premium-service-card,.premium-course{text-align:center!important;align-items:center!important}
  .premium-service-card h3,.premium-course h3{text-align:center}
  .premium-service-card p,.premium-course p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}
}

/* ===== Logo ocupando a altura da barra — 02/09/2026 ===== */
.premium-header-inner{height:100px}
.premium-brand{height:100%;display:flex;align-items:center;flex:0 0 auto}
.premium-brand img{
  width:auto!important;
  height:96px!important;
  max-width:none!important;
  max-height:96px!important;
  object-fit:contain;
}
@media(max-width:1120px){
  .premium-brand img{width:auto!important;height:92px!important;max-height:92px!important}
}
@media(max-width:760px){
  .premium-header-inner{height:82px}
  .premium-brand img{width:auto!important;height:78px!important;max-height:78px!important}
}

/* ===== Visual institucional inspirado no conceito aprovado — seções em rolagem ===== */
html{scroll-padding-top:112px}
.premium-header-inner{height:104px!important}
.premium-brand{height:100%;display:flex;align-items:center}
.premium-brand img{height:100px!important;width:auto!important;max-height:100px!important;object-fit:contain;object-position:left center;filter:drop-shadow(0 4px 12px rgba(0,0,0,.18))}
.premium-nav{gap:10px!important;align-self:stretch}
.premium-nav a{min-width:76px;padding:12px 9px 10px!important;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;text-align:center;border-bottom:2px solid transparent;border-radius:8px 8px 0 0;font-size:12px!important;font-weight:800!important;letter-spacing:.01em}
.premium-nav a .nav-ico{font-family:Arial,sans-serif;font-size:22px;line-height:1;color:#f2c56e;font-weight:400}
.premium-nav a.active,.premium-nav a:hover{background:rgba(255,255,255,.045);border-bottom-color:var(--p-gold);color:#fff!important}
.premium-nav a.active:after{display:none!important}
.premium-whatsapp{font-size:14px;padding:13px 18px}

/* Hero mais limpo e proporcional ao conceito, sem comprimir o restante do site */
.premium-hero{min-height:620px;padding-top:142px}
.premium-hero-grid{grid-template-columns:1.05fr .95fr;gap:36px}
.premium-hero h1{font-size:clamp(48px,4.7vw,68px)}
.premium-highlights{max-width:660px}
.premium-highlight{padding:12px 14px}
.premium-hero-side{min-height:430px}
.premium-seal{width:174px;height:174px}

/* Faixa de benefícios com linguagem visual de ícones e melhor leitura */
.premium-benefit-strip{background:#fff;border-top:1px solid #e5eaf1;border-bottom:1px solid #e2e7ef;box-shadow:0 12px 28px -28px rgba(3,26,51,.3)}
.premium-benefits{min-height:118px;align-items:stretch}
.premium-benefits article{padding:22px 18px;align-items:center}
.premium-benefits article+article{border-left:1px solid #e4e9f0}
.benefit-icon{width:56px!important;height:56px!important;min-width:56px!important;border-radius:14px!important;background:#f7f9fc;border:1px solid #dfe5ee;color:#0a315a!important}
.benefit-icon svg{width:31px!important;height:31px!important}
.premium-benefits strong{text-transform:uppercase;font-size:13px!important;letter-spacing:.025em;color:#082646}
.premium-benefits span{font-size:13px!important;line-height:1.45}

/* Cada tópico continua como sua própria seção na rolagem */
.premium-section{padding:92px 0!important;scroll-margin-top:104px}
.premium-section:nth-of-type(even){position:relative}
.premium-section-head{max-width:920px!important;margin:0 auto 48px!important;text-align:center!important}
.premium-section-head>span,
#sobre .premium-kicker,
#contato .premium-kicker{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important;color:#c88e2f!important;font-size:13px!important;letter-spacing:.12em!important;margin:0 auto 10px!important}
.premium-section-head h2,#sobre h2,#contato h2{font-size:clamp(34px,4vw,48px)!important;line-height:1.08!important;letter-spacing:-.03em!important;color:#06213f;margin-bottom:14px!important}
.premium-section.dark .premium-section-head h2,#sobre.premium-section.dark h2{color:#fff!important}
.premium-section-head p{font-size:17px!important;max-width:780px;margin:0 auto;color:#66758a!important}

/* Serviços: cards mais sofisticados e com maior contraste */
.premium-service-grid{gap:20px!important}
.premium-service-card{border-radius:18px!important;padding:30px 26px!important;min-height:390px!important;background:linear-gradient(155deg,#0b3158,#082646)!important;box-shadow:0 20px 45px -34px rgba(3,26,51,.65);border:1px solid rgba(242,197,110,.18)!important}
.premium-service-card h3{font-size:28px!important;max-width:280px;margin-left:auto!important;margin-right:auto!important}
.premium-service-card p{color:#e7edf5!important;font-size:15px!important;max-width:290px;margin-left:auto!important;margin-right:auto!important}
.premium-service-card a{margin-top:auto!important;color:#f2c56e!important;font-weight:900!important}
.premium-contact-mini{border-radius:18px!important;box-shadow:0 18px 44px -36px rgba(3,26,51,.5)}

/* Faixa de autoridade semelhante ao conceito visual */
.premium-proof{padding:0 0 34px;background:#f7f8fb}
.premium-proof-grid{background:linear-gradient(100deg,#082646,#0d355e);border:1px solid rgba(217,166,74,.35);border-radius:18px;padding:24px 26px;box-shadow:0 22px 46px -34px rgba(3,26,51,.7)}
.proof-intro,.proof-stat{min-height:88px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.proof-stat+ .proof-stat,.proof-stat{border-left:1px solid rgba(255,255,255,.17)}
.proof-intro strong{color:#fff!important;text-transform:uppercase;font-size:14px;letter-spacing:.03em}
.proof-intro span,.proof-stat span{color:#dce6f0!important}
.proof-stat b{color:#fff!important;font-size:34px!important}

/* Diferenciais */
.premium-cards-3{gap:22px!important}
.premium-cards-3 article{background:#fff;border:1px solid #dfe5ee;border-radius:18px;padding:30px 26px;box-shadow:0 18px 42px -36px rgba(3,26,51,.45);text-align:center}
.circle-icon{margin:0 auto 16px!important;width:52px!important;height:52px!important;display:grid!important;place-items:center;border:2px solid #d9a64a;background:#082646!important;color:#f2c56e!important;font-size:14px!important}
.premium-cards-3 h3{font-size:22px!important;color:#06213f}
.premium-cards-3 p{color:#66758a!important;line-height:1.65}

/* Cursos em seção própria — não espremidos em uma única tela */
#cursos{background:linear-gradient(135deg,#041b34,#082646)!important}
.premium-course-grid{gap:22px!important}
.premium-course{border-radius:18px!important;padding:30px 26px!important;min-height:360px!important;background:#0b3158!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 20px 46px -34px rgba(0,0,0,.55)}
.premium-course.featured{border-color:rgba(242,197,110,.48)!important}
.premium-course h3{font-size:24px!important}
.premium-course p{color:#dbe5ef!important}

/* Mentoria */
.premium-mentor-grid{gap:24px!important}
.premium-mentor-grid article{border-radius:18px!important;border:1px solid #dfe5ee!important;padding:32px!important;background:#fff;box-shadow:0 18px 42px -36px rgba(3,26,51,.45)}
.premium-mentor-grid h3{font-size:25px!important;color:#06213f}
.premium-mentor-grid li{margin:8px 0}

/* Como funciona em uma faixa própria e visual, mas ainda rolável */
#como-funciona{background:#f1f4f8}
.premium-steps{gap:18px!important}
.premium-steps>div{background:#fff;border:1px solid #dfe5ee;border-radius:16px;padding:26px 20px!important;position:relative;text-align:center;box-shadow:0 16px 38px -34px rgba(3,26,51,.4)}
.premium-steps>div:not(:last-child):after{content:"→";position:absolute;right:-17px;top:50%;transform:translateY(-50%);font-size:26px;color:#d9a64a;font-weight:800;z-index:2}
.premium-steps b{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:#082646;color:#f2c56e}

/* Sobre e contato com respiro e leitura editorial */
#sobre{background:linear-gradient(135deg,#031a33,#082646)!important}
.premium-about-grid{gap:64px!important;align-items:center!important}
#sobre .premium-about-grid>div:nth-child(2){background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);border-radius:18px;padding:30px}
#sobre .premium-about-grid>div:nth-child(2) p{text-align:justify!important;text-indent:1.7rem!important;line-height:1.8!important;color:#e5edf6!important}
.about-checks span{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.12)!important;color:#fff!important}
#contato{background:#fff!important}
.premium-contact-grid{gap:58px!important;align-items:center!important}
.premium-form{border-radius:18px!important;box-shadow:0 24px 50px -38px rgba(3,26,51,.5)!important}

/* Rodapé */
.premium-footer{background:#031a33!important;border-top:1px solid rgba(255,255,255,.08)!important}
.premium-footer img{height:92px!important;width:auto!important;max-height:92px!important}
.premium-footer-links a,.premium-copy{color:#e6edf5!important}

@media(max-width:1180px){
  .premium-header-inner{height:94px!important}
  .premium-brand img{height:90px!important;max-height:90px!important}
  .premium-nav a{min-width:auto;padding-left:7px!important;padding-right:7px!important;font-size:11px!important}
  .premium-nav a .nav-ico{font-size:19px}
}
@media(max-width:980px){
  .premium-nav{display:none!important}
  .premium-nav.open{display:flex!important;position:absolute;top:94px;left:18px;right:18px;background:#06213f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px;flex-direction:column;align-items:stretch}
  .premium-nav.open a{flex-direction:row;justify-content:flex-start;min-height:46px}
  .premium-menu{display:block!important}
  .premium-brand img{height:88px!important;max-height:88px!important}
  .premium-benefits{grid-template-columns:repeat(2,1fr)!important}
  .premium-benefits article:nth-child(3){border-left:0}
  .premium-proof-grid{grid-template-columns:repeat(2,1fr)!important}
  .proof-stat{border-left:0!important}
  .premium-steps>div:after{display:none!important}
}
@media(max-width:700px){
  html{scroll-padding-top:84px}
  .premium-header-inner{height:82px!important}
  .premium-brand img{height:78px!important;max-height:78px!important}
  .premium-hero{padding-top:118px;min-height:auto}
  .premium-section{padding:70px 0!important}
  .premium-benefits{grid-template-columns:1fr!important}
  .premium-benefits article{border-left:0!important;border-top:1px solid #e4e9f0}
  .premium-benefits article:first-child{border-top:0}
  .premium-proof-grid{grid-template-columns:1fr!important}
  .proof-stat,.proof-intro{border-left:0!important;border-top:1px solid rgba(255,255,255,.14)}
  .proof-intro{border-top:0}
  .premium-section-head h2,#sobre h2,#contato h2{font-size:32px!important}
}

/* ===== Ajustes seguindo o PDF "PARA VC ENTEDER" ===== */
/* Cabeçalho: logo grande e navegação visual como a referência inferior da pág. 1 */
.premium-header{background:#082a50!important}
.premium-header-inner{height:116px!important;gap:20px!important}
.premium-brand{height:116px!important;min-width:150px!important;overflow:visible!important;justify-content:flex-start!important}
.premium-brand img{height:112px!important;width:auto!important;max-height:112px!important;max-width:190px!important;object-fit:contain!important;object-position:left center!important;transform:none!important}
.premium-nav{height:100%;gap:8px!important;flex:1;justify-content:center}
.premium-nav a{min-width:76px!important;padding:14px 10px 12px!important;text-transform:uppercase;font-size:11px!important;line-height:1.1!important;color:#fff!important}
.premium-nav a .nav-ico{font-size:23px!important;color:#e7b44e!important;margin-bottom:3px}
.premium-nav a.active,.premium-nav a:hover{background:transparent!important;border-color:transparent!important;border-bottom:3px solid #e2a93c!important;color:#f4c562!important}
.premium-whatsapp{background:linear-gradient(135deg,#d79b31,#f0bd56)!important;color:#061d36!important;border-radius:12px!important;font-weight:900!important;box-shadow:none!important}

/* Destaque dos nomes das seções durante a rolagem (pág. 3) */
.premium-section-head>span,#sobre .premium-kicker,#contato .premium-kicker{
  display:inline-flex!important;align-items:center;justify-content:center;
  min-width:150px;padding:8px 18px!important;border-radius:999px!important;
  background:#082a50!important;color:#f3bf5b!important;border:1px solid #d9a64a!important;
  font-size:15px!important;font-weight:900!important;letter-spacing:.11em!important;
  box-shadow:0 8px 20px -16px rgba(0,0,0,.5)!important
}
.premium-section.dark .premium-section-head>span,#sobre .premium-kicker{background:#fff!important;color:#082a50!important;border-color:#e6b04b!important}

/* Benefícios: retirar aspecto de cards; virar faixa horizontal compacta (pág. 1) */
.premium-benefit-strip.compact-reference{padding:18px 0!important;background:#fff!important}
.compact-reference .premium-benefits{min-height:94px!important;gap:0!important}
.compact-reference .premium-benefits article{padding:12px 20px!important;border:0!important;border-right:1px solid #e0e5ec!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;align-items:center!important}
.compact-reference .premium-benefits article:last-child{border-right:0!important}
.compact-reference .benefit-icon{width:48px!important;height:48px!important;min-width:48px!important;border:0!important;background:transparent!important;color:#d59f3d!important;border-radius:0!important}
.compact-reference .benefit-icon.shield{color:#082a50!important}
.compact-reference .benefit-icon svg{width:42px!important;height:42px!important;stroke-width:1.8!important}
.compact-reference .premium-benefits strong{font-size:12px!important;color:#06213f!important;font-weight:900!important}
.compact-reference .premium-benefits span{font-size:11.5px!important;line-height:1.35!important;color:#5c6979!important}

/* Faixa de autoridade com ícones, igual à referência inferior da pág. 1 */
.proof-reference{padding:34px 0!important;background:#f7f8fb!important}
.proof-reference .premium-proof-grid{grid-template-columns:1.6fr repeat(3,.72fr)!important;padding:12px 20px!important;border-radius:13px!important;background:linear-gradient(100deg,#062444,#0a315a)!important}
.proof-reference .premium-proof-grid>div{padding:12px 20px!important;border-right:1px solid rgba(255,255,255,.24)!important;min-height:92px!important}
.proof-reference .premium-proof-grid>div:last-child{border-right:0!important}
.proof-reference .proof-intro{display:grid!important;grid-template-columns:70px 1fr!important;gap:14px!important;text-align:left!important;align-items:center!important}
.proof-reference .proof-intro>div:last-child{min-width:0}
.proof-reference .proof-intro strong{font-size:12px!important;line-height:1.25!important}
.proof-reference .proof-intro span{font-size:11px!important;line-height:1.35!important}
.proof-icon{width:52px;height:52px;display:grid;place-items:center;color:#e3aa3e;margin:0 auto 3px}
.proof-icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.proof-reference .proof-stat b{font-size:29px!important;line-height:1!important}
.proof-reference .proof-stat span{font-size:10px!important;text-transform:uppercase;letter-spacing:.03em}

/* Diferenciais com número + ícone dourado, como na pág. 2 */
.differential-reference article{text-align:left!important;padding:24px 24px 28px!important;min-height:260px!important}
.feature-top{display:flex;align-items:center;gap:13px;margin-bottom:12px}
.differential-reference .circle-icon{margin:0!important;width:34px!important;height:34px!important;font-size:11px!important;border:0!important;background:#082a50!important;color:#fff!important}
.feature-svg{width:50px;height:50px;display:grid;place-items:center;color:#d59f3d}
.feature-svg svg{width:45px;height:45px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.differential-reference h3{text-transform:uppercase;font-size:17px!important;margin:7px 0 12px!important}
.differential-reference p{font-size:13px!important;line-height:1.5!important}

/* Mentoria com ícones laterais e conteúdo enxuto, como a parte inferior da pág. 2 */
.mentor-reference{gap:28px!important}
.mentor-reference article{display:grid!important;grid-template-columns:76px 1fr!important;gap:18px!important;align-items:start!important;padding:30px!important;text-align:left!important}
.mentor-icon{width:68px;height:68px;display:grid;place-items:center;color:#d59f3d}
.mentor-icon svg{width:62px;height:62px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.mentor-reference h3{font-size:20px!important;margin:2px 0 8px!important}
.mentor-reference p,.mentor-reference li{font-size:13px!important;line-height:1.45!important}
.mentor-reference ul{margin:10px 0 0;padding-left:18px}

/* Como funciona em fluxo horizontal com ícones e setas (pág. 3) */
.steps-reference{gap:0!important;border:1px solid #dfe5ec;border-radius:14px;background:#fff;padding:18px 14px!important;box-shadow:0 14px 34px -28px rgba(3,26,51,.4)}
.steps-reference>div{border:0!important;border-radius:0!important;box-shadow:none!important;padding:8px 28px!important;min-height:160px!important;background:transparent!important;display:grid;grid-template-columns:36px 46px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;text-align:left!important}
.steps-reference>div:not(:last-child):after{content:"→"!important;right:-12px!important;top:50%!important;color:#082a50!important;font-size:24px!important}
.steps-reference b{width:32px!important;height:32px!important;margin:0!important;font-size:10px!important;grid-column:1;grid-row:1}
.step-icon{grid-column:2;grid-row:1 / span 2;width:46px;height:46px;color:#d59f3d;display:grid;place-items:center}
.step-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.steps-reference h3{grid-column:3;grid-row:1;text-transform:uppercase;font-size:13px!important;margin:0!important;color:#082a50}
.steps-reference p{grid-column:1 / span 3;grid-row:2;font-size:11.5px!important;line-height:1.35!important;margin:6px 0 0!important;color:#5e6a79!important}

@media(max-width:1180px){
  .premium-header-inner{height:102px!important}.premium-brand{height:102px!important;min-width:120px!important}.premium-brand img{height:98px!important;max-height:98px!important;max-width:150px!important}
  .premium-nav a{min-width:64px!important;font-size:10px!important;padding-left:5px!important;padding-right:5px!important}
  .premium-whatsapp{font-size:12px!important;padding:12px 13px!important}
}
@media(max-width:980px){
  .premium-header-inner{height:94px!important}.premium-brand{height:94px!important}.premium-brand img{height:90px!important;max-height:90px!important}.premium-nav.open{top:94px!important}
  .compact-reference .premium-benefits{grid-template-columns:repeat(2,1fr)!important}.compact-reference .premium-benefits article:nth-child(2){border-right:0!important}.compact-reference .premium-benefits article:nth-child(-n+2){border-bottom:1px solid #e0e5ec!important}
  .proof-reference .premium-proof-grid{grid-template-columns:repeat(2,1fr)!important}.proof-reference .premium-proof-grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}.proof-reference .premium-proof-grid>div:nth-child(odd){border-right:1px solid rgba(255,255,255,.18)!important}.proof-reference .premium-proof-grid>div:nth-last-child(-n+2){border-bottom:0!important}
  .steps-reference{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.steps-reference>div{border:1px solid #e4e9ef!important;border-radius:12px!important}.steps-reference>div:after{display:none!important}
}
@media(max-width:700px){
  .premium-header-inner{height:82px!important}.premium-brand{height:82px!important}.premium-brand img{height:78px!important;max-height:78px!important;max-width:125px!important}
  .compact-reference .premium-benefits{grid-template-columns:1fr!important}.compact-reference .premium-benefits article{border-right:0!important;border-bottom:1px solid #e0e5ec!important}.compact-reference .premium-benefits article:last-child{border-bottom:0!important}
  .proof-reference .premium-proof-grid{grid-template-columns:1fr!important}.proof-reference .premium-proof-grid>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.18)!important}.proof-reference .premium-proof-grid>div:last-child{border-bottom:0!important}.proof-reference .proof-intro{grid-template-columns:58px 1fr!important}
  .mentor-reference article{grid-template-columns:58px 1fr!important;padding:22px!important}.mentor-icon{width:52px;height:52px}.mentor-icon svg{width:48px;height:48px}
  .steps-reference{grid-template-columns:1fr!important}.steps-reference>div{grid-template-columns:34px 44px 1fr!important;min-height:auto!important;padding:16px!important}
  .premium-section-head>span,#sobre .premium-kicker,#contato .premium-kicker{font-size:13px!important;min-width:130px!important;padding:7px 14px!important}
}

/* Acabamento final baseado na referência visual aprovada */
.premium-brand{display:flex!important;align-items:center!important;gap:10px!important;min-width:250px!important;height:116px!important;text-decoration:none!important}
.premium-brand img{height:106px!important;width:auto!important;max-width:118px!important;object-fit:contain!important}
.brand-words{display:flex;flex-direction:column;color:#fff;line-height:.88;letter-spacing:-.02em}
.brand-words b{font-family:"Archivo",sans-serif;font-size:29px;font-weight:800}
.brand-words strong{font-family:"Archivo",sans-serif;font-size:25px;font-weight:800}
.premium-nav a .nav-ico{width:26px;height:26px;display:grid;place-items:center}
.premium-nav a .nav-ico svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.proof-reference .brazil-map svg{width:58px!important;height:58px!important;fill:#e3aa3e!important;stroke:none!important}
.proof-reference .brazil-map svg path{fill:#e3aa3e!important;stroke:none!important}
.proof-reference .brazil-stat .proof-icon{height:58px!important}
.proof-reference .proof-stat{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}
.compact-reference .premium-benefits article{min-height:90px!important}
.compact-reference .premium-benefits strong{text-transform:uppercase!important;letter-spacing:.01em}
.differential-reference article{border-radius:12px!important;box-shadow:0 12px 28px -24px rgba(0,25,52,.55)!important}
.mentor-reference article{border-radius:12px!important;box-shadow:0 12px 28px -24px rgba(0,25,52,.45)!important}
@media(max-width:1180px){.premium-brand{min-width:205px!important}.brand-words b{font-size:24px}.brand-words strong{font-size:20px}.premium-brand img{height:94px!important}}
@media(max-width:980px){.premium-brand{min-width:150px!important}.brand-words{display:none}.premium-brand img{height:90px!important}}
@media(max-width:700px){.premium-brand{min-width:110px!important}.premium-brand img{height:78px!important}}


/* ===== Ajustes solicitados 03/09/2026: nova logo, estrela e centralização ===== */
.premium-header-inner{
  height:112px!important;
  justify-content:center!important;
  gap:34px!important;
}
.premium-brand{
  height:112px!important;
  width:150px!important;
  flex:0 0 150px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.premium-brand img{
  display:block!important;
  width:126px!important;
  height:108px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  filter:none!important;
}
.brand-words{display:none!important}
.premium-nav{
  margin-left:0!important;
  justify-content:center!important;
  flex:0 1 auto!important;
}
.premium-whatsapp{margin-left:6px!important}

/* centraliza e dá acabamento à faixa "Como funciona" */
#como-funciona .premium-container{max-width:1180px!important}
#como-funciona .premium-section-head{max-width:880px!important;margin-left:auto!important;margin-right:auto!important}
#como-funciona .premium-steps{max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}
#como-funciona .premium-steps>div{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}

/* estrela fornecida pelo usuário */
.proof-intro{flex-direction:row!important;gap:18px!important;text-align:left!important;padding-left:10px!important}
.proof-star{width:78px!important;height:78px!important;min-width:78px!important;display:grid!important;place-items:center!important;background:transparent!important}
.proof-star img{width:78px!important;height:78px!important;object-fit:cover!important;border-radius:8px!important;display:block!important}
.proof-intro>div:last-child{display:flex!important;flex-direction:column!important;gap:5px!important}

/* nova logo também no rodapé, sem texto adicional ao lado */
.premium-footer img{height:108px!important;width:126px!important;object-fit:cover!important;object-position:center!important}

@media(max-width:1180px){
  .premium-header-inner{height:102px!important;gap:20px!important}
  .premium-brand{height:102px!important;width:126px!important;flex-basis:126px!important}
  .premium-brand img{width:114px!important;height:98px!important}
}
@media(max-width:980px){
  .premium-header-inner{justify-content:space-between!important;height:92px!important}
  .premium-brand{height:92px!important;width:112px!important;flex-basis:112px!important}
  .premium-brand img{width:102px!important;height:88px!important}
  .premium-nav.open{top:92px!important}
}
@media(max-width:700px){
  .premium-header-inner{height:82px!important}
  .premium-brand{height:82px!important;width:94px!important;flex-basis:94px!important}
  .premium-brand img{width:86px!important;height:78px!important}
  .proof-intro{flex-direction:column!important;text-align:center!important;padding-left:0!important}
}

/* Ajuste final: logo sem fundo próprio; o azul é o mesmo da barra */
.premium-brand{background:transparent!important;overflow:visible!important}
.premium-brand img{object-fit:contain!important;background:transparent!important}

/* Ajuste pontual aprovado: deslocar somente a logo mais para a esquerda */
@media (min-width: 901px){
  .premium-brand{position:relative!important;left:-32px!important}
}
@media (max-width: 900px){
  .premium-brand{position:relative!important;left:-8px!important}
}
