
:root{
  --azul:#062655;
  --azul-2:#073c7b;
  --azul-3:#0a63b7;
  --laranja:#f6a400;
  --laranja-2:#ffb01d;
  --texto:#0d2450;
  --muted:#69758d;
  --line:#e4eaf3;
  --bg:#f7f9fc;
  --white:#fff;
  --shadow:0 18px 45px rgba(6,38,85,.12);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:#fff;color:var(--texto);line-height:1.45;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 48px));margin:0 auto}
.skip{position:absolute;left:-999px}.skip:focus{left:20px;top:20px;background:#fff;padding:12px;z-index:1000}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid var(--line)}
.header-wrap{height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:12px;min-width:270px}.logo img{width:250px;height:auto}
.nav{display:flex;align-items:center;gap:28px;font-weight:800;font-size:14px;color:#061d44}.nav a{padding:32px 0 26px;border-bottom:3px solid transparent}.nav a.active,.nav a:hover{color:var(--azul-3);border-color:var(--azul-3)}
.header-actions{display:flex;gap:14px;align-items:center}.btn-top{display:inline-flex;align-items:center;gap:10px;border-radius:8px;padding:16px 22px;font-weight:900;color:#fff;background:var(--azul);box-shadow:0 10px 20px rgba(6,38,85,.12);white-space:nowrap}.btn-top.orange{background:linear-gradient(135deg,var(--laranja),#f28a00)}
.mobile-toggle{display:none;width:46px;height:46px;border:0;background:var(--azul);border-radius:10px;color:#fff;font-size:24px;cursor:pointer}
.hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#051f49 0%,#062f68 48%,#07386c 100%);min-height:438px}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 46% 28%,rgba(246,164,0,.22),transparent 22%),linear-gradient(90deg,rgba(5,31,73,.98) 0%,rgba(5,31,73,.94) 41%,rgba(5,31,73,.28) 52%,rgba(5,31,73,.05) 100%);pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr 1.18fr;min-height:438px;align-items:center}.hero-content{padding:38px 0 62px;color:#fff;max-width:540px}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.22);padding:8px 12px;border-radius:100px;font-size:13px;font-weight:800;margin-bottom:14px}.hero h1{font-size:49px;line-height:1.05;margin:0 0 22px;font-weight:950;letter-spacing:-1.4px}.hero h1 span{color:var(--laranja)}.hero p{font-size:17px;max-width:470px;margin:0 0 24px;color:#eef5ff}.hero p strong{color:var(--laranja)}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:18px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;padding:16px 22px;font-weight:900;transition:.22s ease}.btn-primary{background:linear-gradient(135deg,var(--laranja),#ef8b00);color:#fff;box-shadow:0 14px 35px rgba(246,164,0,.28)}.btn-secondary{border:2px solid rgba(246,164,0,.78);color:#fff;background:rgba(255,255,255,.02)}.btn-primary:hover,.btn-secondary:hover,.btn-top:hover,.btn-course:hover{transform:translateY(-2px)}.hero-security{display:flex;gap:14px;align-items:center;color:#d8e7fb;font-size:14px}.hero-media{position:absolute;right:0;top:0;width:58.4%;height:438px;z-index:1}.hero-media img{width:100%;height:100%;object-fit:cover}.study-badge{position:absolute;right:41%;top:245px;z-index:3;background:rgba(6,38,85,.74);border:1px solid rgba(255,255,255,.42);color:#fff;border-radius:16px;padding:18px 22px;width:170px;box-shadow:0 18px 45px rgba(0,0,0,.24);backdrop-filter:blur(10px)}.study-badge small{font-weight:900;color:#fff}.study-badge strong{display:block;color:var(--laranja);font-size:18px;margin-top:10px;line-height:1.05}.quick-strip{position:relative;z-index:5;margin:-30px auto 26px;background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}.quick-item{display:flex;align-items:center;gap:14px;padding:20px 24px;min-height:80px;border-right:1px solid #d8dfeb;font-weight:900;color:var(--azul)}.quick-item:last-child{border-right:0}.qicon{font-size:30px;line-height:1}.section{padding:26px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-kicker{margin:0 0 4px;color:var(--azul-3);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.section h2{font-size:28px;margin:0;color:var(--azul);letter-spacing:-.4px}.section-head p{margin:4px 0 0;color:var(--muted)}.link-arrow{font-weight:900;color:var(--azul-3);white-space:nowrap}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.category-card{position:relative;border-radius:13px;overflow:hidden;min-height:190px;box-shadow:0 12px 30px rgba(6,38,85,.1);background:var(--azul)}.category-card img{width:100%;height:100%;object-fit:cover;min-height:190px;filter:saturate(1.05)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(6,38,85,.95) 80%)}.cat-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;gap:10px;align-items:flex-start;padding:18px 14px;color:#fff}.cat-icon{display:grid;place-items:center;width:48px;height:48px;min-width:48px;border-radius:50%;background:var(--azul-3);border:3px solid rgba(255,255,255,.42);font-size:23px}.cat-overlay h3{font-size:16px;margin:7px 0 2px;line-height:1.1}.cat-overlay p{font-size:12px;margin:0;color:#d9e8fb;display:none}.featured-courses{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.course-card{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:hidden;box-shadow:0 8px 24px rgba(6,38,85,.08);display:flex;flex-direction:column;transition:.25s ease}.course-card:hover{box-shadow:0 18px 44px rgba(6,38,85,.14);transform:translateY(-3px)}.course-image{height:104px;overflow:hidden;background:#dde7f2}.course-image img{width:100%;height:100%;object-fit:cover;transition:.3s ease}.course-card:hover .course-image img{transform:scale(1.06)}.course-body{padding:12px 12px 13px;display:flex;flex-direction:column;flex:1}.course-tag{display:inline-block;color:var(--azul-3);font-size:10px;font-weight:900;text-transform:uppercase;margin-bottom:6px}.course-card h3{font-size:15px;line-height:1.18;margin:0 0 9px;color:var(--azul);min-height:53px}.course-meta{display:flex;gap:6px;align-items:center;font-size:12px;color:#3a4f72;margin:0 0 8px}.course-installment{font-size:12px;color:#576982;margin:0}.course-price{font-size:20px;font-weight:950;color:var(--azul-3);margin:2px 0 11px}.btn-course{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:7px;padding:11px 12px;border-radius:7px;background:var(--azul);color:#fff;font-weight:900;font-size:13px}.how{padding-top:18px}.how-wrap{position:relative;text-align:center}.how-title{display:flex;align-items:center;justify-content:center;gap:16px;margin:0 0 14px;color:var(--azul);font-size:24px;font-weight:950}.how-title:before,.how-title:after{content:"";width:150px;height:2px;background:linear-gradient(90deg,transparent,var(--laranja),transparent)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:70px;align-items:start}.step{position:relative;display:grid;grid-template-columns:auto 1fr;gap:16px;text-align:left;align-items:center}.step:not(:last-child):after{content:"";position:absolute;top:44px;right:-65px;width:60px;border-top:2px dotted #aebbd0}.step-number{position:absolute;left:-14px;top:0;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--azul-3);color:#fff;font-weight:950;z-index:2}.step-icon{font-size:46px;color:var(--azul-3);line-height:1}.step h3{font-size:14px;margin:0 0 4px;color:var(--azul)}.step p{font-size:12px;color:#415a7c;margin:0}.platform-note{display:inline-flex;gap:10px;align-items:center;background:#eaf1fa;color:var(--azul);border-radius:8px;padding:10px 24px;margin-top:22px;font-size:13px;font-weight:900}.testimonials{background:linear-gradient(180deg,#fff,#f7f9fc);padding-bottom:38px}.testimonials h2{text-align:center;margin:0 0 18px;color:var(--azul);font-size:24px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;box-shadow:0 8px 24px rgba(6,38,85,.06)}.review-head{display:flex;gap:14px;align-items:center;margin-bottom:10px}.review img{width:62px;height:62px;border-radius:50%;object-fit:cover}.review strong{display:block;color:var(--azul)}.review small{color:#61718b}.stars{color:var(--laranja);font-size:17px;letter-spacing:2px;margin-top:3px}.review p{font-size:14px;color:#334766;margin:0}.catalog{background:#f7f9fc;border-top:1px solid var(--line);padding:54px 0}.catalog-controls{display:flex;gap:12px;flex-wrap:wrap;align-items:center;justify-content:space-between;margin:22px 0}.filters{display:flex;gap:10px;flex-wrap:wrap}.filter-btn{border:1px solid var(--line);background:#fff;color:var(--azul);font-weight:900;border-radius:999px;padding:10px 15px;cursor:pointer}.filter-btn.active,.filter-btn:hover{background:var(--azul);color:#fff}.search-box{position:relative;min-width:min(360px,100%)}.search-box input{width:100%;border:1px solid var(--line);border-radius:999px;padding:12px 18px 12px 42px;font-weight:700;color:var(--azul);outline:0}.search-box span{position:absolute;left:16px;top:10px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.catalog-grid .course-image{height:145px}.catalog-grid .course-card h3{min-height:45px}.about-contact{padding:62px 0;background:#fff}.split{display:grid;grid-template-columns:1.08fr .92fr;gap:32px;align-items:start}.info-panel{background:linear-gradient(135deg,var(--azul),#073c7b);border-radius:22px;padding:34px;color:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden}.info-panel:after{content:"";position:absolute;right:-80px;top:-80px;width:230px;height:230px;background:rgba(246,164,0,.18);border-radius:50%}.info-panel h2{font-size:30px;margin:0 0 12px}.info-panel p{color:#dce9fb;margin:0 0 18px}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.benefit{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:14px;padding:14px;font-weight:800}.contact-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:var(--shadow)}.contact-card h2{font-size:28px;margin:0 0 10px;color:var(--azul)}.contact-list{display:grid;gap:12px;margin:18px 0}.contact-list a,.contact-list div{display:flex;align-items:center;gap:10px;color:#243b5f;font-weight:800}.whats{display:inline-flex;background:#25d366;color:#fff;border-radius:9px;padding:14px 20px;font-weight:950;margin-top:8px}.site-footer{background:#062655;color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr .9fr .8fr .9fr 1fr;gap:32px;padding:42px 0 24px}.footer-brand img{width:235px;margin-bottom:12px;filter:brightness(0) invert(1) saturate(0) brightness(1.7)}.footer-brand p,.footer-col p,.footer-col li,.footer-copy{color:#c8d9f2;font-size:14px}.footer-badge{display:inline-flex;gap:8px;align-items:center;margin-top:8px;border:1px solid rgba(246,164,0,.45);border-radius:999px;padding:9px 12px;color:#ffd27b;font-weight:900;font-size:13px}.footer-col h3{font-size:16px;margin:0 0 12px;color:#fff}.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.social{display:flex;gap:10px;margin:8px 0 18px}.social a{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);font-weight:900}.newsletter{display:flex;overflow:hidden;border-radius:9px;background:#fff;max-width:260px}.newsletter input{border:0;padding:12px;width:100%;outline:0}.newsletter button{border:0;background:var(--laranja);color:#fff;font-size:20px;width:50px}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:20px;padding:14px 0 20px;color:#bdd0ea;font-size:13px}.floating-whats{position:fixed;right:22px;bottom:22px;z-index:19;background:#25d366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:28px;box-shadow:0 16px 32px rgba(37,211,102,.34)}
@media (max-width:1160px){.featured-courses{grid-template-columns:repeat(3,1fr)}.categories-grid{grid-template-columns:repeat(3,1fr)}.catalog-grid{grid-template-columns:repeat(3,1fr)}.quick-strip{grid-template-columns:repeat(3,1fr)}.quick-item:nth-child(3){border-right:0}.quick-item:nth-child(n+4){border-top:1px solid #d8dfeb}.footer-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:900px){.container{width:min(100% - 32px,760px)}.header-wrap{height:74px}.logo img{width:215px}.nav,.header-actions{display:none}.mobile-toggle{display:block}.nav.open{display:grid;position:absolute;left:16px;right:16px;top:80px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:var(--shadow);gap:0}.nav.open a{padding:14px 8px;border-bottom:1px solid var(--line)}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-media{position:relative;right:auto;width:100%;height:330px;order:2}.hero:after{background:linear-gradient(180deg,rgba(5,31,73,.98) 0%,rgba(5,31,73,.94) 49%,rgba(5,31,73,.1) 100%)}.hero-content{padding:34px 0 28px}.hero h1{font-size:38px}.study-badge{right:26px;top:auto;bottom:26px}.quick-strip{margin-top:18px;grid-template-columns:repeat(2,1fr)}.quick-item{border-top:1px solid #d8dfeb}.quick-item:nth-child(-n+2){border-top:0}.quick-item:nth-child(2n){border-right:0}.categories-grid,.featured-courses,.catalog-grid,.reviews-grid,.steps,.split{grid-template-columns:1fr 1fr}.step:not(:last-child):after{display:none}.footer-grid{grid-template-columns:1fr 1fr}.catalog-controls{align-items:stretch}.search-box{width:100%}}
@media (max-width:620px){.container{width:calc(100% - 24px)}.header-wrap{gap:10px}.logo{min-width:0}.logo img{width:190px}.hero h1{font-size:34px}.hero p{font-size:15px}.hero-buttons a{width:100%}.hero-media{height:265px}.study-badge{left:18px;right:auto;bottom:18px;width:158px}.quick-strip,.categories-grid,.featured-courses,.catalog-grid,.reviews-grid,.steps,.split,.benefits,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.link-arrow{display:inline-block;margin-top:10px}.course-image,.catalog-grid .course-image{height:170px}.how-title:before,.how-title:after{display:none}.footer-bottom{display:block}.floating-whats{width:52px;height:52px;font-size:25px}}

/* ===== Ajustes solicitados ===== */
.section-kicker-light{color:#ffcc67}
.info-panel h2{max-width:720px;font-size:34px;line-height:1.12;margin-bottom:14px}
.about-lead{font-size:16px;line-height:1.7;max-width:760px}
.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:20px 0 22px}
.about-item{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:16px 16px 15px;display:grid;gap:6px}
.about-item strong{font-size:16px;color:#fff}
.about-item span{font-size:13px;color:#dce9fb;line-height:1.5}
.quick-contact{display:grid;gap:12px;margin:18px 0 20px}
.contact-mini{display:flex;gap:12px;align-items:flex-start;background:#f6f9fd;border:1px solid var(--line);border-radius:14px;padding:14px}
.contact-mini span{font-size:18px;line-height:1;margin-top:2px}
.contact-mini strong{display:block;color:var(--azul);margin-bottom:3px}
.contact-mini small{display:block;color:#577092;line-height:1.45}
.contact-form{display:grid;gap:14px;margin-top:6px}
.field-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.form-field{display:grid;gap:8px}
.form-field span{font-size:13px;font-weight:900;color:var(--azul)}
.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #d7e1ee;background:#fff;border-radius:12px;padding:13px 14px;font:inherit;color:var(--azul);outline:none;transition:.2s ease}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#8ab2e3;box-shadow:0 0 0 4px rgba(10,99,183,.08)}
.form-field textarea{resize:vertical;min-height:120px}
.form-actions{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.whats-submit{border:0;cursor:pointer}
.whats-submit .wa-icon{width:20px;height:20px}
.form-actions small{color:#61718b}
.site-footer{background:linear-gradient(90deg,#05295c 0%,#052255 100%);color:#fff;overflow:hidden}
.footer-grid{display:grid;grid-template-columns:1.35fr .95fr .8fr .95fr 1fr;gap:28px;padding:34px 0 14px;align-items:flex-start}
.footer-grid > *:not(:first-child){border-left:1px solid rgba(255,255,255,.16);padding-left:28px}
.footer-brand img{width:245px;margin-bottom:12px;filter:none}
.footer-brand p,.footer-col p,.footer-col li,.footer-copy{color:#dbe7f7;font-size:14px;line-height:1.55}
.footer-badge{display:inline-flex;gap:8px;align-items:center;margin-top:14px;border:1px solid rgba(246,164,0,.7);border-radius:999px;padding:10px 16px;color:#ffd57f;font-weight:900;font-size:13px;background:rgba(7,27,66,.25)}
.footer-col h3{font-size:16px;margin:0 0 12px;color:#fff}
.footer-col p{margin:0 0 14px}
.footer-col p strong{display:block;color:#fff;margin-bottom:2px}
.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}
.footer-col a:hover{color:#fff6d6}
.social{display:flex;gap:10px;margin:8px 0 18px}
.social a{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;font-weight:900;color:#fff;font-size:16px}
.social-colored .social-ig{background:radial-gradient(circle at 30% 110%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}
.social-colored .social-fb{background:#4267B2}
.social-colored .social-yt{background:#ff2d2d}
.social-colored .social-wa{background:#25d366}
.social-colored .social-in{background:#0a66c2}
.social .wa-icon{width:18px;height:18px}
.newsletter{display:flex;overflow:hidden;border-radius:8px;background:#fff;max-width:300px;border:1px solid rgba(255,255,255,.18)}
.newsletter input{border:0;padding:12px 14px;width:100%;outline:0;color:var(--azul)}
.newsletter button{border:0;background:linear-gradient(135deg,var(--laranja),#ef8b00);color:#fff;font-size:22px;width:52px;cursor:pointer}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:20px;padding:12px 0 16px;color:#d6e3f5;font-size:13px}
.floating-whats{position:fixed;right:22px;bottom:22px;z-index:19;background:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;box-shadow:0 16px 32px rgba(37,211,102,.34)}
.floating-whats .wa-icon{width:28px;height:28px}

@media (max-width:1160px){
  .footer-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid > *{border-left:0 !important;padding-left:0 !important}
}
@media (max-width:900px){
  .about-grid,.field-grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .info-panel h2{font-size:28px}
  .footer-grid{grid-template-columns:1fr;gap:22px}
  .footer-bottom{display:block}
  .footer-bottom span:last-child{display:block;margin-top:8px}
  .newsletter{max-width:100%}
}

/* ===== Ajustes finais solicitados ===== */
.logo img{width:290px;max-width:100%;height:auto}
.footer-brand img{width:285px;max-width:100%;height:auto}
.hero-media img{object-position:64% center}
.hero-media:after{content:"";position:absolute;left:0;bottom:32px;width:120px;height:150px;background:linear-gradient(90deg,rgba(6,38,85,1) 0%,rgba(6,38,85,.96) 56%,rgba(6,38,85,0) 100%);z-index:2;pointer-events:none}
.study-badge{z-index:4}
.review-head{align-items:center}
.review img{width:62px;height:62px;min-width:62px;aspect-ratio:1/1;border-radius:50%;object-fit:cover;object-position:center;background:#fff;display:block;overflow:hidden;box-shadow:0 2px 8px rgba(6,38,85,.12)}
.whats,.btn-top,.btn-primary,.btn-secondary,.btn-course{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.social a{font-size:0;line-height:0}
.social a svg{width:18px;height:18px;display:block}
.social-colored .social-yt svg{width:20px;height:20px}
.whats .wa-icon,.floating-whats .wa-icon,.social .wa-icon{width:20px;height:20px;display:block}
.floating-whats{display:flex;align-items:center;justify-content:center}
.newsletter{max-width:320px}
.newsletter button{display:flex;align-items:center;justify-content:center}
@media (max-width:900px){
  .logo img{width:250px}
}
@media (max-width:620px){
  .logo img{width:220px}
  .hero-media:after{width:90px;height:110px;bottom:28px}
}

/* ===== correções finais v3 ===== */
.footer-brand img{width:250px;max-width:100%;height:auto;display:block;filter:none}
.review-head .avatar-wrap{display:none}
.review img{width:64px;height:64px;min-width:64px;max-width:64px;border-radius:50%;object-fit:cover;object-position:center;overflow:hidden;background:#fff;border:0;outline:0;box-shadow:0 2px 8px rgba(6,38,85,.12)}
.wa-icon-img{display:block;width:18px;height:18px;object-fit:contain}
.whats-submit .wa-icon-img{width:20px;height:20px}
.social .wa-icon-img{width:16px;height:16px}
.floating-whats .wa-icon-img{width:28px;height:28px}
.floating-whats{background:#25D366;border-radius:50%;box-shadow:0 16px 32px rgba(37,211,102,.34)}


/* ===== Ajustes solicitados em 19/06/2026 ===== */

.hero{
  min-height:560px;
  background:#051f49;
}
.hero::before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:min(34vw,420px);
  height:235px;
  background:linear-gradient(90deg,rgba(5,31,73,1) 0%,rgba(5,31,73,.96) 58%,rgba(5,31,73,0) 100%);
  z-index:2;
  pointer-events:none;
}
.hero:after{
  background:linear-gradient(90deg,rgba(5,31,73,.95) 0%,rgba(5,31,73,.90) 34%,rgba(5,31,73,.52) 58%,rgba(5,31,73,.12) 100%);
  z-index:2;
}
.hero-grid{
  position:relative;
  z-index:3;
  grid-template-columns:1fr;
  min-height:560px;
}
.hero-content{
  position:relative;
  z-index:4;
  max-width:585px;
  padding:54px 0 82px;
}
.hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1;
}
.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:60% center;
  transform:scale(1.03);
}
.hero-media:after{
  display:none !important;
}
.study-badge{
  z-index:4;
  right:7%;
  top:50%;
  transform:translateY(-10%);
}
.review-head{
  display:flex;
  align-items:center;
  gap:16px;
}
.review-avatar{
  width:78px;
  height:78px;
  min-width:78px;
  border-radius:50%;
  overflow:hidden;
  background:#fff;
  box-shadow:0 4px 14px rgba(6,38,85,.14);
  border:4px solid #f8fbff;
}
.review-avatar img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.review-avatar .avatar-juliana{object-position:52% 36%;}
.review-avatar .avatar-carlos{object-position:50% 35%;}
.review-avatar .avatar-mariana{object-position:50% 34%;}
.review img{
  width:100%;
  height:100%;
  min-width:0;
  max-width:none;
  border-radius:0;
  box-shadow:none;
}
.catalog-grid .course-image,
.catalog-grid .course-image img{
  background:#e7eef7;
}
.catalog-grid .course-image img,
.featured-courses .course-image img{
  object-fit:cover;
  object-position:center center;
}
@media (max-width:900px){
  .hero{
    min-height:auto;
  }
  .hero::before{
    width:220px;
    height:160px;
  }
  .hero-grid{
    min-height:auto;
  }
  .hero-content{
    max-width:100%;
    padding:34px 0 28px;
  }
  .hero-media{
    position:relative;
    inset:auto;
    width:100%;
    height:340px;
  }
  .hero-media img{
    object-position:58% center;
    transform:none;
  }
  .study-badge{
    right:24px;
    top:auto;
    bottom:26px;
    transform:none;
  }
}
@media (max-width:620px){
  .hero-media{
    height:280px;
  }
  .hero::before{
    width:150px;
    height:110px;
  }
  .review-avatar{
    width:74px;
    height:74px;
    min-width:74px;
  }
}

/* ===== melhorias SEO/UI v2 ===== */
.course-image{
  position:relative;
  background:#dde7f2;
}
.featured-courses .course-image{
  height:156px;
}
.catalog-grid .course-image{
  height:172px;
}
.course-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.course-card h3{
  min-height:58px;
}
.catalog-grid .course-card h3{
  min-height:50px;
}
.social{
  align-items:center;
}
.social a,
.floating-whats{
  display:flex;
  align-items:center;
  justify-content:center;
}
.social a svg{
  width:18px;
  height:18px;
  display:block;
}
.social-colored .social-yt svg{
  width:20px;
  height:20px;
}
.social-colored .social-wa svg{
  width:18px;
  height:18px;
}
.floating-whats svg{
  width:28px;
  height:28px;
  display:block;
}
.footer-bottom a{
  color:inherit;
}
.footer-bottom a:hover{
  color:#fff6d6;
}
@media (max-width:1100px){
  .featured-courses{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  .featured-courses{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:620px){
  .featured-courses,.catalog-grid{grid-template-columns:1fr}
  .featured-courses .course-image,
  .catalog-grid .course-image{height:190px}
}


/* ===== ajuste final imagens dos cursos full card ===== */
.course-image{
  display:block;
  width:100%;
  overflow:hidden;
  background:#e7eef7;
}
.featured-courses .course-image{
  height:156px;
}
.catalog-grid .course-image{
  height:172px;
}
.course-image img,
.featured-courses .course-image img,
.catalog-grid .course-image img{
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
@media (max-width:620px){
  .featured-courses .course-image,
  .catalog-grid .course-image{
    height:200px;
  }
}


/* ===== footer icons, cards and security badges ===== */
.social-colored{
  gap:12px;
  flex-wrap:wrap;
}
.social-colored a{
  width:36px;
  height:36px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.social-colored a svg{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 auto;
}
.social-colored .social-yt svg{
  width:19px;
  height:19px;
}
.social-colored .social-wa svg{
  width:18px;
  height:18px;
}
.cards-accepted{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.cards-accepted img{
  width:auto;
  height:32px;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,.12);
  background:#fff;
}
.security-footer-badges{
  margin-top:14px;
}
.security-footer-badges img{
  width:100%;
  max-width:340px;
  height:auto;
  display:block;
}
.floating-whats{
  width:58px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.floating-whats svg{
  width:29px;
  height:29px;
  color:#fff;
  display:block;
}
.footer-bottom{
  gap:18px;
}
@media (max-width:820px){
  .security-footer-badges img{max-width:100%;}
}


/* ===== CORREÇÃO FINAL RODAPÉ / ÍCONES / PAGAMENTO ===== */
.footer-social .newsletter,
.footer-social form.newsletter{
  display:none !important;
}
.footer-social .payments-title{
  margin-top:18px !important;
  margin-bottom:10px !important;
}
.social-colored{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:8px 0 16px !important;
}
.social-colored a{
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:0 !important;
  overflow:hidden !important;
}
.social-colored a svg{
  width:18px !important;
  height:18px !important;
  display:block !important;
  color:#fff !important;
  flex:0 0 auto !important;
}
.social-colored .social-yt svg{
  width:20px !important;
  height:20px !important;
}
.social-colored .social-wa svg{
  width:19px !important;
  height:19px !important;
}
.payment-flags{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  max-width:290px !important;
  margin:8px 0 14px !important;
}
.payment-flags img{
  width:auto !important;
  height:26px !important;
  border-radius:7px !important;
  background:#fff !important;
  box-shadow:0 4px 12px rgba(0,0,0,.18) !important;
}
.safe-seal{
  margin-top:12px !important;
}
.safe-seal img{
  width:100% !important;
  max-width:290px !important;
  height:auto !important;
  display:block !important;
  border-radius:12px !important;
}
.floating-whats{
  width:60px !important;
  height:60px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:0 !important;
  color:#fff !important;
  background:#25D366 !important;
}
.floating-whats svg{
  width:31px !important;
  height:31px !important;
  display:block !important;
  color:#fff !important;
  flex:0 0 auto !important;
}
@media (max-width:620px){
  .payment-flags{max-width:100% !important;}
  .safe-seal img{max-width:100% !important;}
}


/* ===== AJUSTE FINAL EXATO DE ÍCONES E RODAPÉ ===== */
.footer-social .payments-title{
  margin-top:18px !important;
  margin-bottom:8px !important;
}
.social-single-line{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  white-space:nowrap !important;
  margin:10px 0 16px !important;
}
.social-single-line a{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  border-radius:50% !important;
  padding:0 !important;
  line-height:0 !important;
}
.social-single-line a svg{
  width:14px !important;
  height:14px !important;
  display:block !important;
}
.social-single-line .social-image-icon img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.payment-flags-image{
  margin:8px 0 14px !important;
}
.payment-flags-image img{
  width:100% !important;
  max-width:250px !important;
  height:auto !important;
  display:block !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.safe-seal-stacked{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  margin-top:10px !important;
}
.safe-seal-stacked img:first-child{
  width:100% !important;
  max-width:250px !important;
  height:auto !important;
  display:block !important;
}
.safe-seal-stacked img:last-child{
  width:100% !important;
  max-width:155px !important;
  height:auto !important;
  display:block !important;
}
.floating-whats{
  width:60px !important;
  height:60px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.floating-whats img{
  width:60px !important;
  height:60px !important;
  object-fit:contain !important;
  display:block !important;
}
@media (max-width:900px){
  .social-single-line{gap:8px !important;}
  .social-single-line a{width:28px !important;height:28px !important;min-width:28px !important;}
}


/* ===== RODAPÉ REFEITO COM ASSETS PNG ===== */
.footer-social .payments-title{
  margin: 16px 0 8px !important;
}
.social-footer-images{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  margin:8px 0 14px !important;
}
.social-footer-images a{
  width:32px !important;
  height:32px !important;
  min-width:32px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:0 !important;
}
.social-footer-images img{
  width:32px !important;
  height:32px !important;
  display:block !important;
  object-fit:contain !important;
}
.payment-clean img{
  width:100% !important;
  max-width:320px !important;
  height:auto !important;
  display:block !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.security-badges-clean{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  margin-top:12px !important;
}
.security-badges-clean img:first-child{
  width:100% !important;
  max-width:280px !important;
  height:auto !important;
  display:block !important;
}
.security-badges-clean img:last-child{
  width:100% !important;
  max-width:240px !important;
  height:auto !important;
  display:block !important;
}
.floating-whats{
  width:62px !important;
  height:62px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  border-radius:50% !important;
  box-shadow:none !important;
  padding:0 !important;
  line-height:0 !important;
}
.floating-whats img{
  width:62px !important;
  height:62px !important;
  display:block !important;
  object-fit:contain !important;
  border-radius:50% !important;
}
@media (max-width:900px){
  .social-footer-images{gap:8px !important;}
  .social-footer-images a,.social-footer-images img{width:30px !important;height:30px !important;min-width:30px !important;}
}


/* ===== MELHORIA VISUAL FINAL DO RODAPÉ ===== */
.social-footer-images a{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
}
.social-footer-images img{
  width:34px !important;
  height:34px !important;
}
.payment-clean img{
  max-width:360px !important;
}
.security-badges-clean img:first-child,
.security-badges-clean img:last-child{
  max-width:250px !important;
}
.floating-whats{
  width:58px !important;
  height:58px !important;
}
.floating-whats img{
  width:58px !important;
  height:58px !important;
}


/* ===== FOOTER V2 FIEL À REFERÊNCIA ===== */
.footer-v2{
  position: relative;
  background: radial-gradient(circle at top left, rgba(255,255,255,0.03), transparent 35%), linear-gradient(180deg, #062c66 0%, #052a63 100%);
  color: #ffffff;
  padding: 34px 0 22px;
  overflow: hidden;
}
.footer-v2::before{
  content: "";
  position:absolute;
  inset:0;
  background-image: radial-gradient(rgba(255,255,255,0.05) 0.9px, transparent 0.9px);
  background-size: 24px 24px;
  opacity: .12;
  pointer-events:none;
}
.footer-v2 > .container{position:relative; z-index:1;}
.footer-v2__main{
  display:grid;
  grid-template-columns: 1.18fr 1.1fr .86fr .8fr 1.12fr;
  gap: 34px;
  align-items:start;
}
.footer-v2__brand,
.footer-v2__col{
  min-width:0;
}
.footer-v2__col{
  border-left:1px solid rgba(255,255,255,.16);
  padding-left:28px;
}
.footer-v2__logo{
  width: 100%;
  max-width: 300px;
  display:block;
  margin-bottom: 22px;
}
.footer-v2__brand p{
  margin:0 0 28px;
  color: rgba(255,255,255,.94);
  line-height:1.6;
  font-size:17px;
}
.footer-v2__cert{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:62px;
  padding:12px 18px;
  border:2px solid #cf9c1c;
  border-radius:999px;
  color:#ffd867;
  font-weight:800;
  font-size:18px;
  line-height:1.2;
}
.footer-v2__cert-icon{
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
}
.footer-v2__cert-icon svg{width:100%;height:100%;display:block;}
.footer-v2 h3{
  margin:0 0 18px;
  color:#ffffff;
  font-size:20px;
  line-height:1.25;
}
.footer-v2__block strong{
  display:block;
  font-size:16px;
  color:#ffffff;
  margin-bottom:10px;
}
.footer-v2__info{
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.95);
  font-size:15px;
}
.footer-v2__info svg{width:20px;height:20px;display:block;color:#ffffff;flex:0 0 auto;}
.footer-v2__divider{
  height:1px;
  background: rgba(255,255,255,.18);
  margin:18px 0 22px;
}
.footer-v2__text-block p{
  margin:0;
  color:rgba(255,255,255,.95);
  line-height:1.55;
  font-size:15px;
}
.footer-v2__links-inline{display:flex;flex-direction:column;gap:10px;}
.footer-v2__links-inline a,
.footer-v2__links ul a,
.footer-v2__cats ul a,
.footer-v2__legal a,
.footer-v2__copy a{
  color:#ffffff;
  text-decoration:none;
}
.footer-v2__links ul,
.footer-v2__cats ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:22px;
}
.footer-v2__links li,
.footer-v2__cats li{
  position:relative;
  padding-left:20px;
  line-height:1.3;
  font-size:18px;
}
.footer-v2__links li::before,
.footer-v2__cats li::before{
  content:'›';
  position:absolute;
  left:0;
  top:-1px;
  color:#ffffff;
  font-size:28px;
  line-height:1;
  opacity:.95;
}
.footer-v2__socials{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:20px;
}
.footer-v2__socials a{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.footer-v2__socials img{width:46px;height:46px;display:block;object-fit:contain;}
.footer-v2__line{
  height:1px;
  background: rgba(255,255,255,.18);
  margin:0 0 26px;
}
.footer-v2__payments-title{margin-bottom:14px !important;}
.footer-v2__cards{margin-bottom:24px;}
.footer-v2__cards img{
  width:100%;
  max-width:356px;
  height:auto;
  display:block;
}
.footer-v2__secure-stack{
  display:flex;
  flex-direction:column;
  gap:18px;
}
.footer-v2__secure-stack img{
  width:100%;
  max-width:330px;
  height:auto;
  display:block;
}
.footer-v2__bottom{
  border-top:1px solid rgba(255,255,255,.18);
  margin-top:34px;
  padding-top:20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.footer-v2__copy,
.footer-v2__legal{
  font-size:16px;
  color:rgba(255,255,255,.98);
}
.footer-v2__copy span{color:rgba(255,255,255,.98);}
.footer-v2__copy a{color:#1ea7ff;}
.footer-v2__legal{
  display:flex;
  align-items:center;
  gap:16px;
  white-space:nowrap;
}
.footer-v2__legal span{opacity:.9;}
.footer-v2__floating{
  position:fixed;
  right:22px;
  bottom:20px;
  width:78px !important;
  height:78px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  box-shadow:none !important;
  z-index:90;
}
.footer-v2__floating img{
  width:78px !important;
  height:78px !important;
  display:block;
  object-fit:contain;
}
@media (max-width:1200px){
  .footer-v2__main{grid-template-columns:1fr 1fr;gap:26px;}
  .footer-v2__brand{grid-column:1/-1;}
}
@media (max-width:760px){
  .footer-v2{padding:26px 0 20px;}
  .footer-v2__main{grid-template-columns:1fr;gap:22px;}
  .footer-v2__col{border-left:0;padding-left:0;border-top:1px solid rgba(255,255,255,.14);padding-top:22px;}
  .footer-v2__bottom{flex-direction:column;align-items:flex-start;}
  .footer-v2__legal{white-space:normal;flex-wrap:wrap;gap:10px;}
  .footer-v2__socials{gap:10px;}
  .footer-v2__socials a,.footer-v2__socials img{width:42px;height:42px;}
  .footer-v2__links li,.footer-v2__cats li{font-size:17px;}
  .footer-v2__floating{width:72px !important;height:72px !important;right:16px;bottom:16px;}
  .footer-v2__floating img{width:72px !important;height:72px !important;}
}


/* ===== FOOTER V3 MAIS FIEL À IMAGEM ===== */
.footer-v3{
  position:relative;
  background:#062f73;
  color:#fff;
  padding:32px 0 20px;
  overflow:hidden;
}
.footer-v3::before{
  content:"";
  position:absolute;
  inset:0;
  background-image: radial-gradient(rgba(255,255,255,.08) .7px, transparent .7px);
  background-size: 24px 24px;
  opacity:.13;
  pointer-events:none;
}
.footer-v3 > .container{position:relative;z-index:1;}
.footer-v3__main{
  display:grid;
  grid-template-columns: 1.24fr 1.05fr .82fr .82fr 1.05fr;
  gap:28px;
  align-items:start;
}
.footer-v3__col{border-left:1px solid rgba(255,255,255,.16);padding-left:26px;min-width:0;}
.footer-v3__brand{min-width:0;}
.footer-v3__logo{display:block;width:100%;max-width:330px;margin-bottom:20px;}
.footer-v3__brand p{
  margin:0 0 34px;
  font-size:17px;
  line-height:1.55;
  color:rgba(255,255,255,.95);
}
.footer-v3__cert{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:13px 22px;
  border:2px solid #d9a31c;
  border-radius:999px;
  color:#ffd560;
  font-size:17px;
  font-weight:800;
  line-height:1.15;
}
.footer-v3__cert-icon{width:24px;height:24px;display:inline-flex;color:#fff;flex:0 0 auto;}
.footer-v3__cert-icon svg{width:100%;height:100%;display:block;}
.footer-v3 h3{
  margin:0 0 18px;
  font-size:20px;
  font-weight:800;
  color:#fff;
}
.footer-v3__group strong,
.footer-v3__contact strong{
  display:block;
  font-size:16px;
  font-weight:800;
  margin-bottom:10px;
}
.footer-v3__info{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
  font-size:15px;
  line-height:1.35;
}
.footer-v3__info svg{width:19px;height:19px;display:block;flex:0 0 auto;color:#fff;}
.footer-v3__sep{height:1px;background:rgba(255,255,255,.16);margin:16px 0 18px;}
.footer-v3__smalltext{margin:0;font-size:15px;line-height:1.55;color:#fff;}
.footer-v3__stacklinks{display:flex;flex-direction:column;gap:10px;}
.footer-v3__stacklinks a,.footer-v3__links a,.footer-v3__cats a,.footer-v3__copy a,.footer-v3__legal a{color:#fff;text-decoration:none;}
.footer-v3__links ul,.footer-v3__cats ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px;}
.footer-v3__links li,.footer-v3__cats li{position:relative;padding-left:18px;font-size:18px;line-height:1.25;}
.footer-v3__links li::before,.footer-v3__cats li::before{content:'›';position:absolute;left:0;top:-1px;font-size:28px;line-height:1;color:#fff;}
.footer-v3__socials{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
.footer-v3__socials a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;}
.footer-v3__socials img{width:40px;height:40px;display:block;object-fit:contain;}
.footer-v3__rule{height:1px;background:rgba(255,255,255,.16);margin:0 0 20px;}
.footer-v3__subheading{margin-bottom:14px !important;}
.footer-v3__cards{margin-bottom:18px;}
.footer-v3__cards img{display:block;width:100%;max-width:356px;height:auto;}
.footer-v3__badges{display:flex;flex-direction:column;gap:18px;}
.footer-v3__badges img{display:block;width:100%;max-width:330px;height:auto;}
.footer-v3__bottom{
  border-top:1px solid rgba(255,255,255,.16);
  margin-top:32px;
  padding-top:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.footer-v3__copy{font-size:15px;line-height:1.4;color:#fff;}
.footer-v3__copy span{color:#fff;}
.footer-v3__copy a{color:#1aa0ff;}
.footer-v3__legal{display:flex;align-items:center;gap:16px;white-space:nowrap;font-size:15px;}
.footer-v3__floating{
  position:fixed;
  right:24px;
  bottom:18px;
  width:78px !important;
  height:78px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:transparent !important;
  box-shadow:none !important;
  z-index:100;
}
.footer-v3__floating img{width:78px !important;height:78px !important;display:block;object-fit:contain;}
@media (max-width:1240px){
  .footer-v3__main{grid-template-columns:1fr 1fr;gap:24px;}
  .footer-v3__brand{grid-column:1/-1;}
}
@media (max-width:760px){
  .footer-v3__main{grid-template-columns:1fr;gap:22px;}
  .footer-v3__col{border-left:0;padding-left:0;border-top:1px solid rgba(255,255,255,.16);padding-top:20px;}
  .footer-v3__bottom{flex-direction:column;align-items:flex-start;}
  .footer-v3__legal{white-space:normal;flex-wrap:wrap;gap:10px;}
  .footer-v3__links li,.footer-v3__cats li{font-size:17px;}
  .footer-v3__socials a,.footer-v3__socials img{width:36px;height:36px;}
  .footer-v3__floating{width:72px !important;height:72px !important;right:14px;bottom:14px;}
  .footer-v3__floating img{width:72px !important;height:72px !important;}
}


/* ===== AJUSTE MILIMÉTRICO FOOTER V3 ===== */
.footer-v3{
  background:#032c6a !important;
  padding:32px 0 22px !important;
}
.footer-v3 > .container{
  width:min(calc(100% - 72px), 1580px) !important;
  max-width:1580px !important;
}
.footer-v3__main{
  grid-template-columns: 1.24fr 1.05fr .86fr .95fr 1.16fr !important;
  gap:32px !important;
}
.footer-v3__logo{
  max-width:308px !important;
  margin-bottom:18px !important;
}
.footer-v3__brand p{
  font-size:15.5px !important;
  line-height:1.62 !important;
  margin:0 0 30px !important;
}
.footer-v3__cert{
  padding:12px 20px !important;
  font-size:14px !important;
  gap:10px !important;
}
.footer-v3__cert-icon{width:22px !important;height:22px !important;}
.footer-v3 h3{
  font-size:18px !important;
  margin:0 0 16px !important;
}
.footer-v3__group strong,
.footer-v3__contact strong{
  font-size:14px !important;
  margin-bottom:10px !important;
}
.footer-v3__info,
.footer-v3__smalltext,
.footer-v3__stacklinks a{
  font-size:14px !important;
  line-height:1.5 !important;
}
.footer-v3__links ul,.footer-v3__cats ul{gap:22px !important;}
.footer-v3__links li,.footer-v3__cats li{
  font-size:16px !important;
  line-height:1.25 !important;
  padding-left:18px !important;
}
.footer-v3__links li::before,.footer-v3__cats li::before{
  font-size:24px !important;
  top:-1px !important;
}
.footer-v3__socials{gap:12px !important;margin-bottom:18px !important;}
.footer-v3__socials a,.footer-v3__socials img{width:38px !important;height:38px !important;}
.footer-v3__rule{margin:0 0 18px !important;}
.footer-v3__subheading{margin-bottom:12px !important;}
.footer-v3__cards{margin-bottom:18px !important;}
.footer-v3__cards img{
  max-width:328px !important;
  width:100% !important;
}
.footer-v3__badges{gap:16px !important;}
.footer-v3__badges img{
  max-width:328px !important;
  width:100% !important;
}
.footer-v3__bottom{
  margin-top:28px !important;
  padding-top:18px !important;
}
.footer-v3__copy,.footer-v3__legal{font-size:14px !important;}
.footer-v3__floating{
  right:18px !important;
  bottom:18px !important;
  width:84px !important;
  height:84px !important;
}
.footer-v3__floating img{
  width:84px !important;
  height:84px !important;
}
@media (max-width:1400px){
  .footer-v3 > .container{width:min(calc(100% - 48px), 1380px) !important;}
  .footer-v3__main{grid-template-columns:1.18fr 1.02fr .84fr .92fr 1.12fr !important;gap:24px !important;}
}
@media (max-width:1120px){
  .footer-v3__main{grid-template-columns:1fr 1fr !important;}
}


/* ===== IMAGENS FINAIS DO RODAPÉ: CARTÕES E SEGURANÇA ===== */
.footer-v3__cards{
  margin-bottom:18px !important;
  width:100% !important;
  overflow:visible !important;
}
.footer-v3__cards img{
  display:block !important;
  width:100% !important;
  max-width:328px !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.footer-v3__badges{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  align-items:flex-start !important;
  overflow:visible !important;
}
.footer-v3__badges img{
  display:block !important;
  width:100% !important;
  max-width:328px !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.footer-v3__social{
  overflow:visible !important;
}


/* ===== CORREÇÃO FINAL IMAGEM 2 FIEL ===== */
.footer-v3__social{
  padding-left:26px !important;
}
.footer-v3__subheading{
  margin-bottom:14px !important;
}
.footer-v3__cards{
  margin-bottom:18px !important;
}
.footer-v3__cards img{
  display:block !important;
  width:100% !important;
  max-width:322px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
}
.footer-v3__badges{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  align-items:flex-start !important;
}
.footer-v3__badges img{
  display:block !important;
  width:100% !important;
  max-width:322px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
}
.footer-v3__badges img:last-child{
  max-width:322px !important;
}


/* ===== CORREÇÃO REAL DO CORTE DO RODAPÉ ===== */
.footer-v3{
  background:#062f73 !important;
  padding:32px 0 22px !important;
  overflow:hidden !important;
}
.footer-v3 > .container{
  width:min(calc(100% - 48px), 1240px) !important;
  max-width:1240px !important;
}
.footer-v3__main{
  display:grid !important;
  grid-template-columns: 1.22fr 1.05fr .82fr .94fr 1.08fr !important;
  gap:24px !important;
  align-items:start !important;
}
.footer-v3__col{
  padding-left:24px !important;
  border-left:1px solid rgba(255,255,255,.16) !important;
  overflow:visible !important;
}
.footer-v3__social{
  min-width:0 !important;
  max-width:300px !important;
  overflow:visible !important;
}
.footer-v3__logo{
  max-width:285px !important;
  margin-bottom:18px !important;
}
.footer-v3__brand p{
  font-size:15px !important;
  line-height:1.58 !important;
  margin-bottom:30px !important;
}
.footer-v3 h3{
  font-size:18px !important;
  line-height:1.25 !important;
  margin-bottom:16px !important;
}
.footer-v3__links li,
.footer-v3__cats li{
  font-size:16px !important;
  line-height:1.28 !important;
}
.footer-v3__socials{
  gap:10px !important;
  margin-bottom:18px !important;
}
.footer-v3__socials a,
.footer-v3__socials img{
  width:38px !important;
  height:38px !important;
}
.footer-v3__rule{
  width:100% !important;
  max-width:300px !important;
  margin:0 0 20px !important;
}
.footer-v3__cards{
  width:300px !important;
  max-width:300px !important;
  margin-bottom:18px !important;
  overflow:visible !important;
}
.footer-v3__cards img{
  width:300px !important;
  max-width:300px !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.footer-v3__badges{
  display:flex !important;
  flex-direction:column !important;
  gap:16px !important;
  width:300px !important;
  max-width:300px !important;
  overflow:visible !important;
}
.footer-v3__badges img{
  width:300px !important;
  max-width:300px !important;
  height:auto !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.footer-v3__bottom{
  margin-top:26px !important;
  padding-top:18px !important;
}
.footer-v3__floating{
  width:74px !important;
  height:74px !important;
  right:20px !important;
  bottom:18px !important;
}
.footer-v3__floating img{
  width:74px !important;
  height:74px !important;
}
@media (max-width:1320px){
  .footer-v3 > .container{
    width:min(calc(100% - 40px), 1200px) !important;
  }
  .footer-v3__main{
    grid-template-columns: 1.18fr 1fr .78fr .9fr 1.05fr !important;
    gap:18px !important;
  }
  .footer-v3__col{padding-left:18px !important;}
  .footer-v3__social{max-width:280px !important;}
  .footer-v3__cards,
  .footer-v3__badges,
  .footer-v3__rule{width:280px !important;max-width:280px !important;}
  .footer-v3__cards img,
  .footer-v3__badges img{width:280px !important;max-width:280px !important;}
  .footer-v3__socials a,.footer-v3__socials img{width:34px !important;height:34px !important;}
}
@media (max-width:1120px){
  .footer-v3__main{grid-template-columns:1fr 1fr !important;}
  .footer-v3__social{max-width:320px !important;}
  .footer-v3__cards,
  .footer-v3__badges,
  .footer-v3__rule{width:300px !important;max-width:300px !important;}
  .footer-v3__cards img,
  .footer-v3__badges img{width:300px !important;max-width:300px !important;}
}


/* ===== AJUSTE FINAL: SEM CORTES + WHATSAPP IGUAL REFERÊNCIA ===== */
.footer-v3 > .container{
  width:min(calc(100% - 48px), 1520px) !important;
  max-width:1520px !important;
}
.footer-v3__main{
  grid-template-columns: 1.18fr 0.98fr 0.86fr 0.9fr 1.08fr !important;
  gap:24px !important;
}
.footer-v3__social{
  min-width:0 !important;
  overflow:visible !important;
}
.footer-v3__socials a,
.footer-v3__socials img{
  width:37px !important;
  height:37px !important;
}
.footer-v3__cards{
  width:100% !important;
  overflow:visible !important;
  margin-bottom:16px !important;
}
.footer-v3__cards img{
  max-width:278px !important;
  width:100% !important;
  height:auto !important;
  display:block !important;
}
.footer-v3__badges{
  gap:14px !important;
  width:100% !important;
  overflow:visible !important;
}
.footer-v3__badges img{
  max-width:278px !important;
  width:100% !important;
  height:auto !important;
  display:block !important;
}
.footer-v3__floating{
  right:18px !important;
  bottom:18px !important;
  width:78px !important;
  height:78px !important;
}
.footer-v3__floating img{
  width:78px !important;
  height:78px !important;
  object-fit:contain !important;
}
@media (max-width:1350px){
  .footer-v3 > .container{
    width:min(calc(100% - 36px), 1320px) !important;
  }
  .footer-v3__main{
    grid-template-columns: 1.12fr 0.96fr 0.84fr 0.88fr 1.02fr !important;
    gap:20px !important;
  }
  .footer-v3__cards img,
  .footer-v3__badges img{max-width:255px !important;}
}


/* ===== BLOCO DIREITO DO RODAPÉ FIEL À IMAGEM 01 ===== */
.footer-v3__social-exact{
  overflow:visible !important;
  padding-left:28px !important;
}
.footer-v3__right-reference{
  display:block !important;
  width:100% !important;
  max-width:386px !important;
  height:auto !important;
  object-fit:contain !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
@media (max-width:1350px){
  .footer-v3__right-reference{
    max-width:335px !important;
  }
}
@media (max-width:1120px){
  .footer-v3__right-reference{
    max-width:386px !important;
  }
}


/* ===== AJUSTE DE GRID PARA NÃO CORTAR BLOCO DIREITO ===== */
.footer-v3 > .container{
  width:min(calc(100% - 48px), 1540px) !important;
  max-width:1540px !important;
}
.footer-v3__main{
  grid-template-columns: 1.1fr .92fr .78fr .86fr 1.24fr !important;
  gap:22px !important;
}
@media (max-width:1350px){
  .footer-v3 > .container{
    width:min(calc(100% - 32px), 1320px) !important;
  }
  .footer-v3__main{
    grid-template-columns: 1.02fr .84fr .72fr .8fr 1.08fr !important;
    gap:18px !important;
  }
}
@media (max-width:1120px){
  .footer-v3__main{
    grid-template-columns:1fr 1fr !important;
  }
}


/* ===== REMOVER QUADRO AZUL ESCURO DO BLOCO DIREITO ===== */
.footer-v3__social-exact{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}
.footer-v3__right-reference{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
}


/* ===== LINKS CLICÁVEIS NAS MÍDIAS + CERTIFICAÇÃO EM 2 LINHAS ===== */
.footer-v3__cert{
  min-width:280px !important;
  justify-content:center !important;
}
.footer-v3__cert-text{
  display:inline-block !important;
  white-space:nowrap !important;
}
.footer-v3__right-wrap{
  position:relative !important;
  display:block !important;
  width:100% !important;
  max-width:386px !important;
}
.footer-v3__right-wrap .footer-v3__right-reference{
  width:100% !important;
  max-width:386px !important;
  height:auto !important;
  display:block !important;
}
.footer-v3__hotspot{
  position:absolute !important;
  display:block !important;
  width:10.5% !important;
  height:8.5% !important;
  top:9.1% !important;
  border-radius:50% !important;
  z-index:5 !important;
  background:transparent !important;
  text-indent:-9999px !important;
  overflow:hidden !important;
}
.footer-v3__hotspot--ig{ left:5.8% !important; }
.footer-v3__hotspot--fb{ left:18.5% !important; }
.footer-v3__hotspot--yt{ left:31.6% !important; }
.footer-v3__hotspot--wa{ left:44.7% !important; }
.footer-v3__hotspot--in{ left:57.7% !important; }
.footer-v3__hotspot:hover{
  box-shadow:0 0 0 3px rgba(255,255,255,.18) !important;
}
@media (max-width:1350px){
  .footer-v3__right-wrap,
  .footer-v3__right-wrap .footer-v3__right-reference{
    max-width:335px !important;
  }
}
@media (max-width:1120px){
  .footer-v3__right-wrap,
  .footer-v3__right-wrap .footer-v3__right-reference{
    max-width:386px !important;
  }
}

/* =========================================================
   RODAPÉ FIEL AO PRINT - BLOCO DIREITO LINKADO
   Feito com HTML/CSS real: sem imagem única, sem hotspot invisível,
   sem corte de texto e com botões sociais clicáveis.
========================================================= */

.footer-v3{
  background:#062f73 !important;
  overflow:hidden !important;
}

.footer-v3 > .container{
  width:min(calc(100% - 48px), 1240px) !important;
  max-width:1240px !important;
}

.footer-v3__main{
  display:grid !important;
  grid-template-columns: 1.22fr 1.05fr .82fr .94fr 1.22fr !important;
  gap:24px !important;
  align-items:start !important;
}

.footer-v3__social-final{
  width:100% !important;
  max-width:300px !important;
  min-width:0 !important;
  padding-left:28px !important;
  overflow:visible !important;
  background:transparent !important;
  border-left:1px solid rgba(255,255,255,.16) !important;
  box-shadow:none !important;
}

.footer-v3__social-final h3{
  color:#fff !important;
  font-size:18px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  margin:0 0 17px !important;
  letter-spacing:.1px !important;
}

.footer-social-buttons{
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  margin:0 0 20px !important;
  width:100% !important;
}

.footer-social-btn{
  width:37px !important;
  height:37px !important;
  flex:0 0 37px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  text-decoration:none !important;
  overflow:hidden !important;
  box-shadow:none !important;
  border:0 !important;
  transition:transform .2s ease, filter .2s ease !important;
}

.footer-social-btn svg{
  width:21px !important;
  height:21px !important;
  display:block !important;
  fill:#fff !important;
}

.footer-social-btn--instagram{background:linear-gradient(135deg,#f77737 0%,#e1306c 42%,#833ab4 100%) !important;}
.footer-social-btn--facebook{background:#2d4779 !important;}
.footer-social-btn--youtube{background:#ff0000 !important;}
.footer-social-btn--whatsapp{background:#25d366 !important;}
.footer-social-btn--linkedin{background:#0a66c2 !important;}

.footer-social-btn:hover{
  transform:translateY(-1px) !important;
  filter:brightness(1.08) !important;
}

.footer-social-line{
  width:100% !important;
  height:1px !important;
  background:rgba(255,255,255,.16) !important;
  margin:0 0 20px !important;
}

.footer-pay-title{
  color:#fff !important;
  font-size:14px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  margin:0 0 12px !important;
}

.footer-card-flags{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  flex-wrap:nowrap !important;
  width:100% !important;
  margin:0 0 20px !important;
  overflow:visible !important;
}

.footer-card-flags span{
  width:32px !important;
  height:22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff !important;
  color:#0a367c !important;
  border-radius:4px !important;
  font-size:7px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:-.25px !important;
  box-shadow:0 1px 3px rgba(0,0,0,.12) !important;
  border:1px solid rgba(0,0,0,.04) !important;
}

.footer-card-flags .flag-master{
  position:relative !important;
  gap:0 !important;
  font-size:0 !important;
}

.footer-card-flags .flag-master i,
.footer-card-flags .flag-master b{
  width:12px !important;
  height:12px !important;
  border-radius:50% !important;
  display:block !important;
  margin:0 -2px !important;
}

.footer-card-flags .flag-master i{background:#eb001b !important;}
.footer-card-flags .flag-master b{background:#f79e1b !important;}
.footer-card-flags .flag-elo{background:#111 !important;color:#ffcf00 !important;text-transform:lowercase !important;}
.footer-card-flags .flag-diners{font-size:12px !important;color:#174986 !important;}
.footer-card-flags .flag-hiper{background:#c90b19 !important;color:#fff !important;font-size:6px !important;}
.footer-card-flags .flag-pix{color:#5b9f97 !important;font-size:7px !important;}

.footer-security-list{
  display:flex !important;
  flex-direction:column !important;
  gap:13px !important;
  width:100% !important;
  overflow:visible !important;
}

.footer-security-badge{
  width:100% !important;
  height:58px !important;
  display:grid !important;
  align-items:center !important;
  grid-template-columns:48px 1fr 1px 100px !important;
  gap:10px !important;
  text-decoration:none !important;
  border-radius:12px !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
  border:0 !important;
  box-shadow:none !important;
}

.footer-security-badge--site{
  background:#13a33a !important;
  color:#fff !important;
  padding:0 12px 0 10px !important;
}

.footer-security-badge--buy{
  position:relative !important;
  background:#fff !important;
  color:#555 !important;
  padding:0 10px 0 10px !important;
}

.footer-security-icon{
  width:38px !important;
  height:38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.footer-security-icon svg{
  width:38px !important;
  height:38px !important;
  fill:#fff !important;
}

.footer-buy-lock{
  width:40px !important;
  height:40px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.footer-buy-lock svg{
  width:36px !important;
  height:36px !important;
  fill:#777 !important;
}

.footer-checkmark{
  position:absolute !important;
  left:34px !important;
  bottom:13px !important;
  width:19px !important;
  height:19px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  background:#23b947 !important;
}

.footer-checkmark svg{
  width:15px !important;
  height:15px !important;
  fill:#fff !important;
}

.footer-security-main{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  line-height:1 !important;
}

.footer-security-main small{
  display:block !important;
  margin:0 0 3px !important;
  font-size:10px !important;
  line-height:1 !important;
  font-weight:800 !important;
  letter-spacing:.15px !important;
  white-space:nowrap !important;
}

.footer-security-main strong{
  display:block !important;
  margin:0 !important;
  font-size:19px !important;
  line-height:.95 !important;
  font-weight:950 !important;
  letter-spacing:.5px !important;
  white-space:nowrap !important;
}

.footer-security-badge--buy .footer-security-main strong{
  color:#24a846 !important;
}

.footer-security-badge--buy .footer-security-main small{
  color:#777 !important;
}

.footer-security-divider{
  width:1px !important;
  height:36px !important;
  background:rgba(255,255,255,.42) !important;
  display:block !important;
}

.footer-security-badge--buy .footer-security-divider{
  background:#e3e3e3 !important;
}

.footer-security-desc{
  font-size:9.5px !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  white-space:normal !important;
  opacity:.92 !important;
}

.footer-security-badge--buy .footer-security-desc{
  color:#777 !important;
}

.footer-security-badge:hover{
  filter:brightness(1.05) !important;
}

.footer-v3__floating{
  width:78px !important;
  height:78px !important;
  right:18px !important;
  bottom:18px !important;
  z-index:20 !important;
}

.footer-v3__floating img{
  width:78px !important;
  height:78px !important;
  object-fit:contain !important;
}

@media (max-width:1350px){
  .footer-v3 > .container{
    width:min(calc(100% - 32px), 1220px) !important;
  }

  .footer-v3__main{
    grid-template-columns: 1.04fr .86fr .74fr .82fr 1.08fr !important;
    gap:18px !important;
  }

  .footer-v3__col{
    padding-left:18px !important;
  }

  .footer-v3__social-final{
    max-width:282px !important;
    padding-left:24px !important;
  }

  .footer-social-buttons{
    gap:9px !important;
  }

  .footer-social-btn{
    width:34px !important;
    height:34px !important;
    flex-basis:34px !important;
  }

  .footer-social-btn svg{
    width:20px !important;
    height:20px !important;
  }

  .footer-card-flags{
    gap:4px !important;
  }

  .footer-card-flags span{
    width:29px !important;
    height:21px !important;
  }

  .footer-security-badge{
    height:58px !important;
    grid-template-columns:43px 1fr 1px 88px !important;
    gap:8px !important;
  }

  .footer-security-main strong{
    font-size:18px !important;
  }

  .footer-security-main small{
    font-size:9px !important;
  }

  .footer-security-desc{
    font-size:8.7px !important;
  }
}

@media (max-width:1120px){
  .footer-v3__main{
    grid-template-columns:1fr 1fr !important;
  }

  .footer-v3__social-final{
    max-width:320px !important;
  }

  .footer-card-flags span{
    width:32px !important;
  }

  .footer-security-badge{
    grid-template-columns:48px 1fr 1px 100px !important;
  }
}

@media (max-width:760px){
  .footer-v3 > .container{
    width:min(calc(100% - 32px), 1240px) !important;
  }

  .footer-v3__main{
    grid-template-columns:1fr !important;
  }

  .footer-v3__col,
  .footer-v3__social-final{
    border-left:0 !important;
    padding-left:0 !important;
  }

  .footer-v3__social-final{
    max-width:320px !important;
  }

  .footer-v3__floating{
    width:72px !important;
    height:72px !important;
    right:14px !important;
    bottom:14px !important;
  }

  .footer-v3__floating img{
    width:72px !important;
    height:72px !important;
  }
}


/* ===== AJUSTES FINAIS SOLICITADOS PELO USUÁRIO ===== */

/* Botão flutuante do WhatsApp em SVG nítido */
.footer-v3__floating{
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  width:76px !important;
  height:76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  background:#25d366 !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.24) !important;
  border:4px solid rgba(255,255,255,.12) !important;
  overflow:hidden !important;
}
.footer-v3__floating img{display:none !important;}
.footer-v3__floating-icon{
  width:43px !important;
  height:43px !important;
  display:block !important;
}

/* Shape da certificação menor e sem encostar na linha */
.footer-v3__cert{
  min-width:0 !important;
  width:auto !important;
  max-width:262px !important;
  justify-content:flex-start !important;
  padding:10px 18px !important;
  gap:9px !important;
}
.footer-v3__cert-text{
  white-space:normal !important;
  line-height:1.1 !important;
}
.footer-v3__cert-icon{
  width:20px !important;
  height:20px !important;
}

/* Rodapé: remover textos menores dos selos de segurança */
.footer-security-desc,
.footer-security-divider{
  display:none !important;
}
.footer-security-badge{
  grid-template-columns:48px 1fr !important;
  justify-items:start !important;
  gap:10px !important;
}
.footer-security-badge--site{
  padding:0 16px 0 12px !important;
}
.footer-security-badge--buy{
  padding:0 16px 0 12px !important;
}
.footer-security-main{
  align-items:flex-start !important;
}
.footer-security-main small{
  margin:0 0 2px !important;
}
.footer-security-main strong{
  font-size:18px !important;
}
.footer-buy-lock{
  width:42px !important;
  height:42px !important;
}
.footer-checkmark{
  left:34px !important;
  bottom:12px !important;
}

@media (max-width:1350px){
  .footer-v3__floating{
    width:72px !important;
    height:72px !important;
  }
  .footer-v3__floating-icon{
    width:40px !important;
    height:40px !important;
  }
  .footer-security-badge{
    grid-template-columns:43px 1fr !important;
  }
}
@media (max-width:760px){
  .footer-v3__floating{
    width:70px !important;
    height:70px !important;
    right:14px !important;
    bottom:14px !important;
  }
  .footer-v3__floating-icon{
    width:38px !important;
    height:38px !important;
  }
}

/* ===== CORREÇÃO FINAL DOS ÍCONES WHATSAPP + LINKS SOCIAIS ===== */
.footer-v3__floating{
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  width:76px !important;
  height:76px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:50% !important;
  background:#25d366 !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(0,0,0,.24) !important;
  border:4px solid rgba(255,255,255,.12) !important;
  overflow:hidden !important;
  z-index:999 !important;
}

.footer-v3__floating img.footer-v3__floating-icon-img{
  display:block !important;
  width:42px !important;
  height:42px !important;
  object-fit:contain !important;
}

.footer-v3__floating svg{
  display:none !important;
}

.wa-icon-img{
  display:inline-block !important;
  width:16px !important;
  height:16px !important;
  object-fit:contain !important;
  margin-right:8px !important;
  vertical-align:-3px !important;
}

.whats-submit{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
}

@media (max-width:760px){
  .footer-v3__floating{
    width:70px !important;
    height:70px !important;
    right:14px !important;
    bottom:14px !important;
  }

  .footer-v3__floating img.footer-v3__floating-icon-img{
    width:38px !important;
    height:38px !important;
  }
}


/* ===== AJUSTES 25/06/2026 ===== */
.study-badge{display:none !important;}

.floating-call{
  display:none !important;
}

@media (max-width:760px){
  .floating-call{
    position:fixed !important;
    right:14px !important;
    bottom:98px !important;
    width:70px !important;
    height:70px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#0b4ea2 !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(0,0,0,.24) !important;
    border:4px solid rgba(255,255,255,.12) !important;
    z-index:998 !important;
  }

  .floating-call svg{
    width:38px !important;
    height:38px !important;
    display:block !important;
  }

  .steps{
    gap:26px !important;
    padding:0 14px 0 6px !important;
  }

  .step{
    grid-template-columns:72px 1fr !important;
    align-items:center !important;
    column-gap:12px !important;
    row-gap:0 !important;
    padding-left:0 !important;
    min-height:64px !important;
  }

  .step-icon{
    width:72px !important;
    min-width:72px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    font-size:44px !important;
    line-height:1 !important;
  }

  .step > div{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:flex-start !important;
    text-align:left !important;
  }

  .step h3,
  .step p{
    text-align:left !important;
  }

  .step-number{
    left:4px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
  }

  .step:not(:last-child):after{
    display:none !important;
  }
}


/* ===== AJUSTE ÍCONE PASSO 3 ===== */
.step-icon svg{
  width:46px;
  height:46px;
  display:block;
}
.step-icon--studies{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
@media (max-width:760px){
  .step-icon svg{
    width:44px !important;
    height:44px !important;
  }
}


/* ===== ÍCONES NOVOS NO HERO ===== */
.quick-item{
  gap:12px;
}
.quick-label{
  display:block;
  line-height:1.18;
}
.qicon-svg{
  width:40px;
  height:40px;
  min-width:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--azul);
}
.qicon-svg svg{
  width:40px;
  height:40px;
  display:block;
}
.qicon-svg .icon-primary,
.qicon-svg .icon-accent{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.qicon-svg .icon-primary{
  stroke:#0b2b67;
  stroke-width:2.6;
}
.qicon-svg .icon-accent{
  stroke:#f59f00;
  stroke-width:2.6;
}
.qicon-svg .icon-thin{
  stroke-width:2.1;
}
.qicon-svg .icon-accent-fill{
  fill:#f59f00;
  stroke:none;
}
@media (max-width:900px){
  .quick-item{
    padding:18px 16px;
  }
  .qicon-svg,
  .qicon-svg svg{
    width:36px;
    height:36px;
    min-width:36px;
  }
}
@media (max-width:620px){
  .quick-item{
    gap:10px;
    padding:16px 14px;
  }
  .qicon-svg,
  .qicon-svg svg{
    width:34px;
    height:34px;
    min-width:34px;
  }
  .quick-label{
    font-size:14px;
  }
}


/* ===== AJUSTE FINO FAIXA HERO 26/06/2026 ===== */
.quick-strip{
  margin:-28px auto 30px !important;
  border-radius:18px !important;
  border:1px solid #d7dfeb !important;
  box-shadow:0 16px 40px rgba(6,38,85,.12) !important;
}
.quick-item{
  min-height:92px !important;
  padding:18px 20px !important;
  gap:16px !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.quick-item:hover{
  background:#f8fbff;
}
.quick-label{
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1.14 !important;
  letter-spacing:-0.2px;
}
.qicon-svg{
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
}
.qicon-svg svg{
  width:46px !important;
  height:46px !important;
  transform-origin:center center;
}
.qicon-svg .icon-primary{
  stroke-width:2.8 !important;
}
.qicon-svg .icon-accent{
  stroke-width:2.8 !important;
}
.quick-item:nth-child(1) .qicon-svg svg{transform:scale(1.06);}
.quick-item:nth-child(2) .qicon-svg svg{transform:scale(1.12);}
.quick-item:nth-child(3) .qicon-svg svg{transform:scale(1.08);}
.quick-item:nth-child(4) .qicon-svg svg{transform:scale(1.12);}
.quick-item:nth-child(5) .qicon-svg svg{transform:scale(1.08);}
.quick-item:nth-child(6) .qicon-svg svg{transform:scale(1.12);}

@media (max-width:900px){
  .quick-strip{
    margin-top:16px !important;
  }
  .quick-item{
    min-height:86px !important;
    padding:18px 16px !important;
    gap:14px !important;
  }
  .quick-label{
    font-size:14px !important;
  }
  .qicon-svg{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
  }
  .qicon-svg svg{
    width:40px !important;
    height:40px !important;
  }
}

@media (max-width:620px){
  .quick-item{
    min-height:78px !important;
    padding:15px 14px !important;
    gap:12px !important;
  }
  .quick-label{
    font-size:13px !important;
    line-height:1.12 !important;
  }
  .qicon-svg{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
  }
  .qicon-svg svg{
    width:36px !important;
    height:36px !important;
  }
}


/* ===== REMOVE CLIQUE DOS SELOS DO RODAPÉ ===== */
.footer-security-badge{
  cursor:default !important;
}
.footer-security-badge:hover{
  transform:none !important;
}


/* ===== AJUSTE FINAL HERO MOBILE 26/06/2026 ===== */
@media (max-width:900px){
  .hero{
    position:relative !important;
    display:block !important;
    min-height:620px !important;
    overflow:hidden !important;
    background:#062655 !important;
  }

  .hero-media{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    z-index:1 !important;
    order:initial !important;
  }

  .hero-media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:61% center !important;
    transform:scale(1.03) !important;
  }

  .hero::before{
    display:none !important;
  }

  .hero:after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
    pointer-events:none !important;
    background:linear-gradient(180deg,rgba(5,31,73,.98) 0%,rgba(5,31,73,.95) 40%,rgba(5,31,73,.78) 68%,rgba(5,31,73,.96) 100%) !important;
  }

  .hero-grid{
    position:relative !important;
    z-index:3 !important;
    display:flex !important;
    align-items:flex-start !important;
    min-height:620px !important;
    grid-template-columns:1fr !important;
  }

  .hero-content{
    position:relative !important;
    z-index:4 !important;
    max-width:100% !important;
    padding:38px 0 58px !important;
  }

  .hero h1{
    margin-top:0 !important;
  }
}

@media (max-width:620px){
  .hero{
    min-height:640px !important;
  }

  .hero-grid{
    min-height:640px !important;
  }

  .hero-content{
    padding:34px 0 54px !important;
  }

  .hero h1{
    font-size:33px !important;
    line-height:1.07 !important;
    letter-spacing:-.7px !important;
  }

  .hero p{
    font-size:15px !important;
    line-height:1.55 !important;
  }

  .hero-buttons{
    gap:12px !important;
  }

  .hero-security{
    flex-wrap:wrap !important;
    gap:8px !important;
  }

  .study-badge{
    display:none !important;
  }
}
