:root{
  --blue:#0057A8;
  --blue-deep:#0E3D73;
  --blue-soft:#EDF5FC;
  --yellow:#F4C542;
  --green:#1F8A4C;
  --red:#C7372F;
  --ink:#17202A;
  --muted:#637083;
  --bg:#FFFDF8;
  --surface:#FFFFFF;
  --border:#D9E4EE;
  --true:#1F8A4C;
  --false:#C7372F;
  --context:#996300;
  --unknown:#53677D;
  --radius:18px;
  --max:1120px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Header - logo principal, com área de proteção real */
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(14,61,115,.10)}
.site-header::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--blue) 0 70%,var(--yellow) 70% 80%,var(--green) 80% 90%,var(--red) 90% 100%)}
.header-inner{min-height:92px;padding:11px 0 7px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand{display:inline-flex;align-items:center;padding:8px 2px;flex:none}
.brand-logo{width:190px;height:auto}
.nav{display:flex;align-items:center;gap:25px;font-size:.94rem;font-weight:600}
.nav>a:not(.button){color:var(--blue-deep)}
.nav>a:not(.button):hover{color:var(--blue)}
.button{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;background:var(--blue);color:#fff;font-weight:750;box-shadow:0 8px 22px rgba(0,87,168,.13);transition:transform .15s ease,background .15s ease,box-shadow .15s ease}
.button:hover{transform:translateY(-1px);background:var(--blue-deep);box-shadow:0 10px 26px rgba(14,61,115,.18)}
.button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid rgba(244,197,66,.85);outline-offset:3px}
.button-small{min-height:40px;padding-inline:17px}

/* Hero - slogan separado do logo e símbolo como grafismo de apoio */
.hero{position:relative;overflow:hidden;padding:112px 0 92px;background:linear-gradient(180deg,#F4F9FD 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}
.hero-watermark{position:absolute;right:-120px;top:30px;width:min(49vw,620px);opacity:.045;pointer-events:none;user-select:none}
.hero-inner{position:relative;z-index:1;max-width:850px;text-align:center}
.brand-strapline{margin:0 auto 24px;color:var(--blue-deep);font-size:.9rem;font-weight:700;letter-spacing:.085em;text-transform:uppercase}
.brand-strapline::after{content:"";display:block;width:56px;height:4px;margin:14px auto 0;border-radius:99px;background:linear-gradient(90deg,var(--yellow) 0 34%,var(--green) 34% 67%,var(--red) 67% 100%)}
.hero h1{margin:0 auto 14px;max-width:780px;font-size:clamp(2.65rem,6vw,5.25rem);line-height:.98;letter-spacing:-.055em;color:var(--blue-deep)}
.hero-subtitle{margin:0 0 36px;font-size:clamp(1.15rem,2.4vw,1.5rem);color:var(--muted)}
.search-wrap{position:relative;max-width:760px;margin:0 auto}
.search-wrap input{width:100%;min-height:68px;padding:0 62px 0 23px;border:1.5px solid #BDD2E4;border-radius:17px;background:var(--surface);color:var(--ink);font-size:1.04rem;box-shadow:0 14px 34px rgba(14,61,115,.08);outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.search-wrap input:focus{border-color:var(--blue);box-shadow:0 0 0 5px rgba(0,87,168,.09),0 14px 34px rgba(14,61,115,.09)}
.search-icon{position:absolute;right:23px;top:50%;width:22px;height:22px;transform:translateY(-50%);border:2px solid var(--blue);border-radius:50%;pointer-events:none}
.search-icon::after{content:"";position:absolute;width:8px;height:2px;background:var(--blue);right:-6px;bottom:-3px;transform:rotate(45deg);border-radius:99px}
.search-status{min-height:24px;margin:12px 0 0;color:var(--muted);font-size:.92rem}

.section{padding:76px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section h2,.submit-box h2{margin:5px 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.06;letter-spacing:-.04em;color:var(--blue-deep)}
.section-kicker{display:flex;align-items:center;gap:9px;margin:0;color:var(--blue);font-size:.79rem;font-weight:800;letter-spacing:.105em;text-transform:uppercase}
.section-kicker::before{content:"";width:24px;height:4px;border-radius:99px;background:var(--yellow)}

.checks-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}
.check-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:430px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:0 7px 22px rgba(23,32,42,.04);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.check-card-media{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--blue-soft);border-bottom:1px solid var(--border)}
.check-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.check-card:hover .check-card-media img{transform:scale(1.015)}
.check-card-body{display:flex;flex:1;flex-direction:column;padding:23px 25px 24px}
.check-card:hover{transform:translateY(-3px);border-color:#B7CADA;box-shadow:0 13px 30px rgba(14,61,115,.075)}
.check-card[hidden]{display:none}
.verdict{width:fit-content;margin:0 0 19px;padding:6px 10px;border-radius:8px;font-size:.72rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}
.verdict-false{color:#9F2722;background:#FBE8E6;border:1px solid #F0C1BD}
.verdict-context{color:#7A5100;background:#FFF2C9;border:1px solid #EED57C}
.verdict-true{color:#176E3C;background:#E4F4EA;border:1px solid #BCE0C9}
.verdict-unknown{color:#465A6E;background:#EAF0F5;border:1px solid #CEDAE4}
.check-card h3{margin:0;font-size:1.35rem;line-height:1.16;letter-spacing:-.025em;color:var(--blue-deep)}
.check-card h3 a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;text-decoration-color:var(--yellow)}
.check-card-body>p{color:var(--muted)}
.meta{margin-top:auto;padding-top:25px;display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:.84rem}
.no-results{margin-top:20px;padding:30px;border:1px dashed #A9BFD0;border-radius:var(--radius);background:var(--blue-soft);text-align:center}
.no-results h3{margin-top:0;color:var(--blue-deep);font-size:1.4rem}

.submit-section{position:relative;overflow:hidden;padding:78px 0;background:var(--blue-deep);color:#fff}
.submit-section::after{content:"";position:absolute;width:360px;height:280px;right:-140px;bottom:-90px;background:url("assets/brand/symbol.png") center/contain no-repeat;opacity:.055}
.submit-section .section-kicker{color:#fff}.submit-section .section-kicker::before{background:var(--yellow)}
.submit-section h2{color:#fff}
.submit-box{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:44px}
.submit-box p:not(.section-kicker){max-width:690px;color:#DCEAF5}
.submit-section .button{background:var(--yellow);color:#332A00;box-shadow:none}
.submit-section .button:hover{background:#FFDA59}
.form-note{position:relative;z-index:1;margin-top:20px;padding:15px 17px;border-radius:12px;background:rgba(255,255,255,.08);color:#EAF4FB}

.compact-section{padding-block:64px}
.prose-narrow{max-width:760px}
.prose-narrow>p:last-child{font-size:1.1rem;color:var(--muted)}
.muted-section{background:var(--blue-soft)}
.muted-section .section-kicker::before{background:var(--green)}

.footer{position:relative;padding:48px 0;background:var(--blue-deep);color:#DCEAF5}
.footer::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--blue) 0 70%,var(--yellow) 70% 80%,var(--green) 80% 90%,var(--red) 90% 100%)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:36px}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.footer-logo{width:205px;height:auto}
.footer-slogan{margin:0;color:#DCEAF5;font-size:.94rem}
.footer-note{margin:0;color:#AFC5D8;font-size:.88rem}

/* Checagens individuais */
.article-page{position:relative;padding:72px 0 105px;background:linear-gradient(180deg,#F5FAFE 0,var(--bg) 300px)}
.article{max-width:790px}
.back-link{display:inline-block;margin-bottom:34px;color:var(--blue);font-weight:700}
.article h1{margin:18px 0;font-size:clamp(2.5rem,6vw,4.65rem);line-height:1;letter-spacing:-.052em;color:var(--blue-deep)}
.article-deck{font-size:1.28rem;color:var(--muted)}
.article-meta{margin:24px 0 52px;padding-bottom:22px;border-bottom:5px solid var(--yellow);color:var(--muted);font-size:.94rem}
.article section{padding:30px 0;border-top:1px solid var(--border)}
.article section h2{margin-top:0;font-size:1.6rem;color:var(--blue-deep)}
.article section p,.article li{font-size:1.06rem}
.article ul{padding-left:1.25rem}
.article-cover{margin:0 0 48px}
.article-cover img,.evidence-figure img{width:100%;height:auto;border-radius:16px;border:1px solid var(--border);background:var(--blue-soft)}
.article-cover figcaption,.evidence-figure figcaption{margin-top:10px;color:var(--muted);font-size:.86rem;line-height:1.45}
.section-intro{margin-top:-6px;color:var(--muted)}
.evidence-list{display:grid;gap:28px;margin-top:24px}
.evidence-figure{margin:0}
.evidence-figure+ .evidence-figure{margin-top:4px}

@media(max-width:860px){
  .nav>a:not(.button){display:none}
  .header-inner{min-height:82px}.brand-logo{width:168px}
  .hero{padding:86px 0 70px}.hero-watermark{right:-180px;width:650px}
  .checks-grid{grid-template-columns:1fr}.check-card{min-height:auto}.check-card-media{aspect-ratio:16/8.5}
  .submit-box,.footer-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:540px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .header-inner{min-height:76px;gap:12px}.brand{padding-block:5px}.brand-logo{width:145px}
  .button-small{min-height:38px;padding-inline:12px;font-size:.84rem}
  .hero{padding-top:70px}.hero h1{font-size:2.65rem}.hero-watermark{right:-245px;top:20px;width:600px;opacity:.035}
  .brand-strapline{font-size:.76rem;letter-spacing:.07em}
  .search-wrap input{min-height:60px;padding-left:16px;font-size:.95rem}
  .section{padding:58px 0}.check-card-body{padding:20px}.meta{flex-direction:column;gap:3px}.article-cover{margin-bottom:38px}
  .article h1{font-size:2.55rem}.footer-logo{width:180px}
}


/* Auditoria responsiva - refinamentos de produção */
section[id]{scroll-margin-top:112px}
.site-header{-webkit-backdrop-filter:blur(16px)}
.menu-toggle{display:none;width:46px;height:46px;flex:none;align-items:center;justify-content:center;border:1px solid #C9D9E6;border-radius:12px;background:var(--surface);color:var(--blue-deep);cursor:pointer}
.menu-icon,.menu-icon::before,.menu-icon::after{display:block;width:20px;height:2px;border-radius:99px;background:currentColor;transition:transform .18s ease,opacity .18s ease}
.menu-icon{position:relative}
.menu-icon::before,.menu-icon::after{content:"";position:absolute;left:0}
.menu-icon::before{top:-6px}.menu-icon::after{top:6px}
.site-header.menu-open .menu-icon{background:transparent}
.site-header.menu-open .menu-icon::before{top:0;transform:rotate(45deg)}
.site-header.menu-open .menu-icon::after{top:0;transform:rotate(-45deg)}

@media(max-width:1040px) and (min-width:681px){
  .checks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .check-card-media{aspect-ratio:16/9}
}

@media(max-width:900px){
  .header-inner{position:relative;min-height:80px;padding:9px 0 5px;gap:18px}
  .brand-logo{width:166px}
  .menu-toggle{display:inline-flex;margin-left:auto}
  .nav{display:none;position:absolute;top:100%;left:-20px;right:-20px;z-index:30;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 20px;background:rgba(255,253,248,.99);border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:0 16px 30px rgba(14,61,115,.10)}
  .site-header.menu-open .nav{display:flex}
  .nav>a:not(.button){display:block;padding:14px 4px;border-bottom:1px solid rgba(14,61,115,.08);font-size:1rem}
  .nav .button{width:100%;min-height:46px;margin-top:14px}
  .hero{padding:80px 0 66px}
  .hero-watermark{right:-185px;width:620px}
  .submit-box,.footer-inner{align-items:flex-start;flex-direction:column}
}

@media(max-width:680px){
  .checks-grid{grid-template-columns:1fr}
  .check-card{min-height:auto}
  .check-card-media{aspect-ratio:16/9}
}

@media(max-width:540px){
  .container{width:min(calc(100% - 24px),var(--max))}
  .header-inner{min-height:72px;gap:10px}
  .brand{padding-block:4px}.brand-logo{width:142px}
  .menu-toggle{width:44px;height:44px;border-radius:11px}
  .nav{left:-12px;right:-12px;padding-left:12px;padding-right:12px}
  .hero{padding:60px 0 54px}
  .hero h1{font-size:clamp(2.25rem,11vw,2.65rem);line-height:1.01}
  .hero-subtitle{margin-bottom:28px;font-size:1.08rem}
  .hero-watermark{right:-250px;top:12px;width:590px;opacity:.032}
  .brand-strapline{margin-bottom:20px;font-size:.75rem;letter-spacing:.065em}
  .search-wrap input{min-height:58px;padding:0 54px 0 16px;font-size:1rem}
  .search-icon{right:20px}
  .section{padding:54px 0}
  .section-heading{margin-bottom:22px}
  .section h2,.submit-box h2{font-size:clamp(1.8rem,9vw,2.25rem)}
  .check-card-body{padding:20px}
  .check-card h3{font-size:1.28rem}
  .meta{flex-direction:column;gap:3px;padding-top:20px}
  .submit-section{padding:58px 0}
  .compact-section{padding-block:52px}
  .article-page{padding:54px 0 82px}
  .back-link{margin-bottom:28px;min-height:44px;display:inline-flex;align-items:center}
  .article h1{font-size:clamp(2.15rem,11vw,2.5rem);line-height:1.02;overflow-wrap:anywhere}
  .article-deck{font-size:1.14rem}
  .article-meta{margin:20px 0 38px;padding-bottom:18px}
  .article-cover{margin-bottom:34px}
  .article section{padding:25px 0}
  .article section h2{font-size:1.45rem}
  .article section p,.article li{font-size:1rem}
  .footer{padding:42px 0}.footer-logo{width:178px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* Redes sociais e compartilhamento */
.footer-main{display:flex;align-items:flex-start;justify-content:space-between;gap:48px}
.footer-social{display:flex;flex-direction:column;align-items:flex-end;gap:10px}
.footer-social-title{margin:0;color:#fff;font-size:.9rem;font-weight:700}
.social-links{display:flex;align-items:center;gap:6px}
.social-link{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:12px;color:#fff;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.social-link svg{width:22px;height:22px}
.social-link[href]:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.35);transform:translateY(-1px)}
.social-link:not([href]){opacity:.7;cursor:default}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}
.footer-nav{display:flex;flex-wrap:wrap;gap:10px 22px;color:#DCEAF5;font-size:.86rem;font-weight:600}
.footer-nav a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--yellow)}
.mobile-socials{display:none}

.share-box{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:-28px 0 38px;padding:15px 16px;border:1px solid var(--border);border-radius:14px;background:rgba(255,255,255,.76)}
.share-label{color:var(--blue-deep);font-size:.9rem;font-weight:750}
.share-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.share-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:1px solid #CBD9E5;border-radius:10px;background:#fff;color:var(--blue-deep);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}
.share-icon{width:42px;padding:0}
.share-copy{padding:0 12px}
.share-action svg{width:18px;height:18px;flex:0 0 auto}
.share-action:hover{border-color:#9AB8CF;background:var(--blue-soft);transform:translateY(-1px)}
.share-action:focus-visible{outline:3px solid rgba(0,87,168,.24);outline-offset:2px}
.share-action[aria-disabled="true"]{opacity:.5;cursor:default;pointer-events:none}
.share-feedback{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

@media(max-width:900px){
  .mobile-socials{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 4px 0;margin-top:4px}
  .mobile-socials-label{color:var(--blue-deep);font-size:.88rem;font-weight:700}
  .social-links-mobile .social-link{border-color:#CADAE7;color:var(--blue-deep);background:#fff}
  .social-links-mobile .social-link[href]:hover{background:var(--blue-soft);border-color:#A9C3D7}
  .footer-main,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-social{align-items:flex-start}
}
@media(max-width:620px){
  .share-box{align-items:flex-start;flex-direction:column;margin-top:-20px;padding:14px}
  .share-actions{width:100%;gap:7px}
  .share-copy{min-width:116px}
  .footer-bottom{gap:18px}.footer-nav{gap:8px 18px}
}
@media(max-width:420px){
  .share-actions{width:100%}
  .share-copy{flex:1 1 auto}
}


/* Camada editorial e transparência - V9 */
.text-link{color:var(--blue);font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;text-decoration-color:#9DBDD4}
.text-link:hover{color:var(--blue-deep);text-decoration-color:var(--yellow)}
.section-action{margin-top:22px!important}
.form-note a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.trust-section{background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.trust-card{display:flex;min-height:172px;flex-direction:column;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--surface);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}
.trust-card::before{content:"";width:32px;height:5px;border-radius:99px;background:var(--yellow)}
.trust-card:nth-child(2)::before{background:var(--red)}.trust-card:nth-child(3)::before{background:var(--green)}.trust-card:nth-child(4)::before{background:var(--blue)}
.trust-card:hover{transform:translateY(-2px);border-color:#B7CADA;box-shadow:0 12px 28px rgba(14,61,115,.06)}
.trust-card strong{color:var(--blue-deep);font-size:1.02rem}.trust-card span{color:var(--muted);font-size:.92rem;line-height:1.5}

.policy-page{background:var(--bg)}
.policy-hero{position:relative;overflow:hidden;padding:82px 0 66px;background:linear-gradient(180deg,#F4F9FD 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}
.policy-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:56px}
.policy-hero h1{max-width:760px;margin:10px 0 16px;font-size:clamp(2.6rem,6vw,5rem);line-height:1;letter-spacing:-.052em;color:var(--blue-deep)}
.policy-lead{max-width:760px;margin:0;color:var(--muted);font-size:1.22rem;line-height:1.55}
.policy-symbol{width:190px;opacity:.08;flex:none}
.policy-layout{display:grid;grid-template-columns:minmax(0,780px) 260px;gap:72px;align-items:start;padding-top:66px;padding-bottom:92px}
.policy-content{min-width:0}.policy-section{padding:0 0 34px;margin-bottom:34px;border-bottom:1px solid var(--border)}
.policy-section:last-of-type{border-bottom:0}.policy-section h2{margin:0 0 15px;color:var(--blue-deep);font-size:1.7rem;letter-spacing:-.025em}.policy-section p,.policy-section li{font-size:1.04rem;line-height:1.7}.policy-section p{margin:0 0 14px}.policy-section ul,.policy-section ol{margin:0;padding-left:1.3rem}
.policy-sidebar{position:sticky;top:118px;padding:22px;border:1px solid var(--border);border-radius:16px;background:#fff}.policy-sidebar-title{margin:0 0 12px;color:var(--blue-deep);font-weight:800}.policy-index{display:grid}.policy-index a{padding:10px 0;border-bottom:1px solid #E8EEF3;color:var(--muted);font-size:.88rem;font-weight:650}.policy-index a:hover{color:var(--blue)}.policy-sidebar-contact{margin:18px 0 0;color:var(--muted);font-size:.82rem;line-height:1.55}.policy-sidebar-contact a{color:var(--blue);font-weight:700;overflow-wrap:anywhere}
.steps{list-style:none!important;padding:0!important;counter-reset:step;display:grid;gap:12px}.steps li{counter-increment:step;display:grid;grid-template-columns:42px 1fr;column-gap:14px;padding:18px;border:1px solid var(--border);border-radius:14px;background:#fff}.steps li::before{content:counter(step);display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--blue-soft);color:var(--blue-deep);font-weight:800}.steps li strong,.steps li span{grid-column:2}.steps li span{margin-top:4px;color:var(--muted);font-size:.93rem}
.verdict-definitions{display:grid;gap:14px}.verdict-definitions>div{padding:18px;border:1px solid var(--border);border-radius:14px;background:#fff}.verdict-definitions p{margin:10px 0 0!important;color:var(--muted);font-size:.94rem!important}.verdict-definitions .verdict{margin:0}
.policy-list{display:grid;gap:9px}.policy-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.policy-card{padding:20px;border:1px solid var(--border);border-radius:14px;background:#fff}.policy-card strong{color:var(--blue-deep)}.policy-card p{margin:8px 0 0!important;color:var(--muted);font-size:.91rem!important;line-height:1.55!important}.policy-callout{margin-top:36px;padding:22px 24px;border-left:5px solid var(--yellow);border-radius:0 14px 14px 0;background:#FFF9DD}.policy-callout p{margin:0}

.article-byline{display:flex;flex-wrap:wrap;gap:8px 18px;margin:24px 0 40px;padding-bottom:22px;border-bottom:5px solid var(--yellow);color:var(--muted);font-size:.9rem}.article-byline strong{color:var(--blue-deep)}
.update-history{list-style:none;padding:0!important;margin:0;display:grid;gap:14px}.update-history li{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.update-history time{color:var(--muted);font-size:.86rem;font-weight:650}.update-history strong{color:var(--blue-deep)}.update-history p{margin:4px 0 0!important;color:var(--muted);font-size:.94rem!important}.history-note{margin-top:18px!important;color:var(--muted)}.article-transparency{margin-top:12px;padding:24px!important;border:1px solid #C8DAE8!important;border-radius:16px;background:var(--blue-soft)}.article-transparency h2{font-size:1.2rem!important}.article-transparency p{margin-bottom:0}

@media(max-width:1040px){.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.policy-layout{grid-template-columns:1fr;gap:34px}.policy-sidebar{position:static;order:-1}.policy-index{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 18px}}
@media(max-width:700px){.policy-hero{padding:62px 0 50px}.policy-symbol{display:none}.policy-lead{font-size:1.08rem}.policy-layout{padding-top:46px;padding-bottom:70px}.policy-index{grid-template-columns:1fr 1fr}.policy-cards{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-card{min-height:140px}.update-history li{grid-template-columns:1fr;gap:5px}.article-byline{flex-direction:column;gap:4px}}
@media(max-width:480px){.policy-index{grid-template-columns:1fr}.policy-hero h1{font-size:clamp(2.25rem,12vw,3rem)}}


/* Arquitetura simplificada V12 */
.breadcrumbs{display:flex;align-items:center;gap:8px;margin:0 0 22px;color:var(--muted);font-size:.86rem;font-weight:650}.breadcrumbs a{color:var(--blue)}.breadcrumbs a:hover{text-decoration:underline;text-underline-offset:3px}.policy-updated{margin:18px 0 0;color:var(--muted);font-size:.9rem}.policy-section[id]{scroll-margin-top:118px}.section-heading-link{flex:none}.archive-content{padding-top:54px}.archive-tools{margin-bottom:30px}.archive-search{max-width:none;margin:0}.archive-search input{min-height:58px}.verdict-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.filter-chip{min-height:40px;padding:0 14px;border:1px solid #CAD9E5;border-radius:999px;background:#fff;color:var(--blue-deep);font-weight:750;font-size:.84rem;cursor:pointer}.filter-chip:hover{border-color:#9EBBD0;background:var(--blue-soft)}.filter-chip.is-active{border-color:var(--blue);background:var(--blue);color:#fff}.footer-legal{margin:0;color:#AFC5D8;font-size:.84rem;line-height:1.55}.footer-legal strong{color:#fff}.footer-legal a{color:#fff;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(255,255,255,.45)}.footer-legal a:hover{text-decoration-color:var(--yellow)}.terms-index a{padding-block:8px}.policy-content a[href^="http"]{overflow-wrap:anywhere}
@media(max-width:900px){.section-heading{align-items:flex-start}.section-heading-link{margin-top:8px}.footer-legal{max-width:620px}}
@media(max-width:620px){.section-heading{flex-direction:column}.verdict-filters{gap:7px}.filter-chip{font-size:.8rem;padding-inline:12px}.breadcrumbs{margin-bottom:18px}}
@media(max-width:700px){
  .policy-sidebar{padding:16px}
  .policy-index{display:flex;overflow-x:auto;gap:8px;padding:2px 0 7px;scrollbar-width:thin}
  .policy-index a{flex:none;padding:9px 12px;border:1px solid var(--border);border-radius:999px;background:#fff;font-size:.82rem}
  .policy-sidebar-contact{margin-top:12px}
}


/* V13: leitura de textos longos e formulário de colaboração */
.prose-narrow > p:not(.section-kicker):not(.section-action),
.policy-lead,
.policy-section > p,
.article section > p {
  text-align:justify;
  text-justify:inter-word;
  hyphens:auto;
  -webkit-hyphens:auto;
}

.submit-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:54px;align-items:start}
.submit-copy{padding-top:10px}
.submit-copy>p:not(.section-kicker),.submit-privacy-note p,.submit-alt{text-align:justify;text-justify:inter-word;hyphens:auto;-webkit-hyphens:auto}
.submit-intro{max-width:570px;margin:18px 0 0;color:#DCEAF5;font-size:1.08rem;line-height:1.7}
.submit-privacy-note{max-width:610px;margin-top:28px;padding:18px 19px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.07)}
.submit-privacy-note strong{display:block;margin-bottom:6px;color:#fff;font-size:.96rem}
.submit-privacy-note p{margin:0;color:#DCEAF5;font-size:.91rem;line-height:1.62}
.submit-alt{max-width:610px;margin:18px 0 0;color:#C8DCEB;font-size:.88rem;line-height:1.6}
.submit-alt a{color:#fff;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(255,255,255,.45)}
.submit-alt a:hover{text-decoration-color:var(--yellow)}
.verification-form{display:grid;gap:18px;padding:28px;border-radius:20px;background:#fff;color:var(--ink);box-shadow:0 18px 45px rgba(4,27,50,.18)}
.form-field{display:grid;gap:7px}
.form-field label{color:var(--blue-deep);font-size:.9rem;font-weight:750}
.optional-label{margin-left:5px;color:var(--muted);font-size:.76rem;font-weight:600}
.form-field input,.form-field textarea{width:100%;border:1.5px solid #C7D7E4;border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-size:1rem;line-height:1.45;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.form-field input{min-height:48px;padding:0 13px}
.form-field textarea{min-height:168px;padding:12px 13px;resize:vertical}
.form-field input:focus,.form-field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,87,168,.09)}
.form-field input::placeholder,.form-field textarea::placeholder{color:#8995A3}
.form-fields-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field-help{margin:0;color:var(--muted);font-size:.79rem;line-height:1.45}
.form-terms{margin:0;color:var(--muted);font-size:.82rem;line-height:1.55}
.form-terms a{color:var(--blue);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.form-submit{justify-self:start;min-width:170px;background:var(--yellow)!important;color:#332A00!important;box-shadow:none!important}
.form-submit:hover{background:#FFDA59!important}
.form-submit:disabled{opacity:.65;cursor:wait;transform:none}
.form-status{min-height:22px;margin:0;font-size:.88rem;line-height:1.45}
.form-status.is-success{color:#176E3C}
.form-status.is-error{color:#A32B25}
.form-honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:900px){
  .submit-layout{grid-template-columns:1fr;gap:34px}
  .submit-copy{padding-top:0}
  .submit-intro,.submit-privacy-note,.submit-alt{max-width:none}
}
@media(max-width:620px){
  .verification-form{padding:20px 16px;border-radius:16px;gap:16px}
  .form-fields-two{grid-template-columns:1fr}
  .form-submit{width:100%}
  .submit-privacy-note{padding:16px}
}


/* V14: índice compacto, anexos e ícones sociais revisados */
.policy-sidebar{max-height:calc(100dvh - 150px);overflow-y:auto;overscroll-behavior:contain;padding:16px 17px;scrollbar-width:thin}
.policy-sidebar-title{position:sticky;top:0;z-index:2;margin:0 0 7px;padding:2px 0 9px;background:#fff}
.policy-index a{padding:7px 0;font-size:.83rem;line-height:1.28}
.terms-index a{padding-block:6px}
.policy-sidebar-contact{margin-top:13px}
.social-link svg{width:21px;height:21px;fill:currentColor}
.social-link[data-social="x"] svg{width:20px;height:20px}
.share-box{justify-content:flex-start}
.share-actions{display:flex!important;width:auto!important;grid-template-columns:none!important;gap:8px}
.share-action.share-icon{width:44px;height:44px;min-height:44px;padding:0;justify-content:center;border-radius:50%}
.share-action.share-icon svg{width:21px;height:21px;fill:currentColor}
.share-action.share-icon[data-share="x"] svg{width:19px;height:19px}
.form-field input[type="file"]{height:auto;min-height:52px;padding:7px 8px;background:#F9FBFD;cursor:pointer}
.form-field input[type="file"]::file-selector-button{min-height:36px;margin-right:10px;padding:0 13px;border:0;border-radius:9px;background:var(--blue-soft);color:var(--blue-deep);font:inherit;font-size:.86rem;font-weight:750;cursor:pointer}
.form-field input[type="file"]:hover::file-selector-button{background:#DCECF8}
@media(max-width:1040px){.policy-sidebar{max-height:none;overflow:visible;padding:16px}.policy-sidebar-title{position:static;padding:0;margin-bottom:10px}.policy-index a{padding:9px 0;font-size:.86rem}}
@media(max-width:700px){.policy-index a{padding:9px 12px}.share-box{flex-direction:row;align-items:center;justify-content:space-between}.share-actions{width:auto!important}.share-action.share-icon{width:44px;height:44px}}
@media(max-width:420px){.share-label{font-size:.84rem}.share-action.share-icon{width:42px;height:42px;min-height:42px}}

/* V14 refinamento visual */
@media(min-width:1041px){.policy-layout{grid-template-columns:minmax(0,800px) 240px;gap:56px}}
.policy-sidebar-title{position:static;top:auto;z-index:auto;margin:0 0 9px;padding:0;background:transparent}
.share-box{width:fit-content;padding:8px;margin-top:-28px;gap:8px;border-radius:999px}
@media(max-width:700px){.share-box{width:fit-content;padding:7px;margin-top:-20px;justify-content:flex-start}}
/* V14: containment for policy indexes on narrow screens */
.policy-sidebar,.policy-index{min-width:0;max-width:100%}
@media(max-width:1040px){.policy-layout{grid-template-columns:minmax(0,1fr)}}
@media(max-width:700px){.policy-index{width:100%;max-width:100%;min-width:0}}
