:root{
  --page-w: min(56.25vh, 100vw);
  --page-h: min(100vh, 177.777vw);
  --footer-h: 54px;
  --ui-bg: rgba(24,32,42,.72);
  --master-blue:#284062;
  --master-blue-2:#3a5ba5;
  --master-green:#599b55;
  --master-orange:#c38132;
  --master-pink:#d05179;
  --master-red:#cb2229;
  --text:#58595b;
}
*{box-sizing:border-box}
html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#eef1f4;font-family:"Terferns","Segoe UI",Arial,Helvetica,sans-serif;color:#222}
html.is-zoomed,html.is-zoomed body{overflow:visible;overscroll-behavior:auto}
button,a{font:inherit}
button{touch-action:manipulation}
.reader{position:absolute;inset:0;overflow:hidden;background:#eef1f4;overscroll-behavior:none}
.stage{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none}
.reader.is-zoomed{overflow:visible;overscroll-behavior:auto}
.reader.is-zoomed .stage{overflow:visible;touch-action:pan-x pan-y pinch-zoom}
.reader.is-zoomed .text-panel,
.reader.is-zoomed .summary-list{pointer-events:none}
.spread{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;perspective:1800px;transform-style:preserve-3d}
.page{width:var(--page-w);height:var(--page-h);display:flex;flex-direction:column;flex:0 0 auto;position:relative;container-type:inline-size;background:transparent;filter:drop-shadow(0 5px 16px rgba(0,0,0,.14));transform-origin:center center}
.page.has-footer{height:calc(var(--page-h) + var(--footer-h))}
.page-art{position:relative;width:100%;height:var(--page-h);flex:0 0 var(--page-h);overflow:hidden;background:#fff center/100% 100% no-repeat;isolation:isolate}
.page-art::before{content:"";position:absolute;inset:0;background:#fff;z-index:-2}
.guide-art{background:#fff}

/* Capa: corrige somente o número da edição sem redesenhar a arte-base. */
.cover-edition-label{position:absolute;z-index:20;left:74.57%;top:12.84%;width:16.93%;height:1.12%;display:flex;align-items:center;justify-content:center;background:#345584;color:#fff;font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif !important;font-size:clamp(5px,1cqw,12px);font-weight:800;line-height:1;letter-spacing:-.02em;white-space:nowrap;pointer-events:none}

/* navegação */
.nav-btn,.top-btn{position:fixed;z-index:80;border:0;display:grid;place-items:center;cursor:pointer;color:#fff;background:var(--ui-bg);box-shadow:0 2px 10px rgba(0,0,0,.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.nav-btn{width:38px;height:38px;border-radius:50%;bottom:max(12px,env(safe-area-inset-bottom));font-size:28px;line-height:1}
.nav-prev{left:max(10px,env(safe-area-inset-left))}.nav-next{right:max(10px,env(safe-area-inset-right))}
.nav-btn:disabled{opacity:.18;cursor:default}
.top-btn{width:38px;height:38px;border-radius:10px;top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right));font-size:20px}
.page-indicator{position:fixed;z-index:79;top:max(12px,env(safe-area-inset-top));left:max(12px,env(safe-area-inset-left));padding:6px 10px;border-radius:12px;background:rgba(24,32,42,.66);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;pointer-events:none;transition:opacity .25s ease}

/* animação de página */
.spread-enter-next .page{animation:pageInNext .42s cubic-bezier(.2,.7,.2,1)}
.spread-enter-prev .page{animation:pageInPrev .42s cubic-bezier(.2,.7,.2,1)}
@keyframes pageInNext{from{opacity:.4;transform:perspective(1600px) rotateY(-8deg) translateX(2.5%)}to{opacity:1;transform:none}}
@keyframes pageInPrev{from{opacity:.4;transform:perspective(1600px) rotateY(8deg) translateX(-2.5%)}to{opacity:1;transform:none}}

/* rodapé: somente Universo Master + página + marca */
.page-footer{height:var(--footer-h);flex:0 0 var(--footer-h);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;padding:7px 18px;background:#fff;border-top:1px solid rgba(40,64,98,.16);color:var(--master-blue);font-family:"Terferns","Segoe UI",Arial,sans-serif}
.page-footer .footer-title{justify-self:start;font-size:clamp(9px,1.45cqw,13px);font-weight:600;letter-spacing:.28em;white-space:nowrap}
.page-footer .footer-page{justify-self:center;font-size:clamp(12px,1.8cqw,16px);font-weight:800;letter-spacing:.08em}
.page-footer .footer-brand{justify-self:end;display:flex;align-items:center;height:100%}
.page-footer .footer-brand img{display:block;width:auto;height:72%;max-width:110px}

/* zonas de texto */
.text-panel,.summary-list{position:absolute;z-index:12;box-sizing:border-box}
.text-panel{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:14px 16px 22px 14px;color:var(--text);font-size:clamp(12px,2.05cqw,16px);line-height:1.19;font-weight:500;letter-spacing:-.01em;scrollbar-width:none;user-select:text;-webkit-user-select:text;touch-action:pan-y pinch-zoom}
.text-panel::-webkit-scrollbar,.summary-list::-webkit-scrollbar{display:none}
.text-panel p{margin:0 0 .92em}.text-panel p:last-child{margin-bottom:.35em}
.text-panel strong{font-weight:800}.text-panel a{color:#184e80;font-weight:750;text-decoration:underline;text-underline-offset:2px}
.text-panel ul{margin:.25em 0 .85em;padding-left:1.12em}.text-panel li{margin:.2em 0}
.section-mini-title{display:block;margin:.72em 0 .35em;font-weight:850;font-size:1.05em;color:inherit}
.scroll-cue{display:none!important}
.dark-text{color:#40392d}

/* retângulos — coordenadas extraídas dos PNGs atuais (1152×2048) */
.p2-body{left:11.806%;top:27.246%;width:52.170%;height:35.986%}
.p3-editorial{left:45.399%;top:24.219%;width:47.049%;height:40.137%}
.p4-body{left:11.806%;top:62.354%;width:42.274%;height:33.398%}
.p6-body{left:10.677%;top:54.150%;width:41.059%;height:31.494%}
.p7-body{left:8.941%;top:33.887%;width:38.368%;height:44.678%;color:#40392d}
.p8-body{left:10.677%;top:51.318%;width:49.653%;height:31.494%}
.p8-categories{left:62.153%;top:51.318%;width:30.903%;height:18.604%;font-size:clamp(10px,1.7cqw,13px);line-height:1.15}
.p9-body{left:10.677%;top:24.463%;width:83.073%;height:38.916%}
.p10-body{left:11.892%;top:50.537%;width:47.917%;height:23.682%}
.p11-body{left:10.677%;top:18.750%;width:59.549%;height:30.615%}
.p12-body{left:10.677%;top:21.631%;width:76.823%;height:33.7%;font-size:clamp(11px,1.85cqw,14px);line-height:1.16}
.p13-body{left:10.677%;top:60.059%;width:52.257%;height:31.494%}
.p14-body{left:10.677%;top:20.410%;width:80.729%;height:31.494%}
.p15-recipe{left:10.764%;top:58.057%;width:46.441%;height:27.637%;font-size:clamp(11px,1.85cqw,15px);line-height:1.16}
.p16-body{left:11.198%;top:19.189%;width:49.653%;height:34.277%}
.p16-box-body{left:53.559%;top:75.684%;width:41.927%;height:20.752%;color:#fff;font-size:clamp(10px,1.55cqw,12.5px);line-height:1.14;padding:12px 14px 16px;background:transparent;box-shadow:none}
.p16-box-body a{color:#fff}

/* sumário — coluna esquerda, terminando antes da foto */
.p3-summary{left:5.0%;top:30.0%;width:35.6%;height:24.5%;overflow-y:auto;scrollbar-width:none;padding:0 4px 4px 0;touch-action:pan-y pinch-zoom}
.summary-link{width:100%;display:grid;grid-template-columns:40px 1fr;gap:8px;align-items:start;border:0;border-bottom:1px solid rgba(89,89,91,.22);background:transparent;padding:7px 0;color:#55595c;text-align:left;cursor:pointer}
.summary-link:last-child{border-bottom:0}.summary-num{font-weight:850;color:#284062;font-size:14px;line-height:1.15}.summary-title{font-size:12.5px;line-height:1.17;font-weight:700}

/* hotspots: transparentes, exatamente sobre os comandos desenhados */
.hotspot{position:absolute;z-index:30;border:0;background:transparent;padding:0;margin:0;cursor:pointer;border-radius:4px}
.hotspot:focus-visible{outline:2px solid rgba(40,64,98,.9);outline-offset:2px}
/* clique para ampliar texto */
.p2-modal-hotspot{left:11.0%;top:72.2%;width:30.5%;height:8.8%}
.p3-modal-hotspot{left:61.8%;top:68.7%;width:31.0%;height:9.5%}
.p4-modal-hotspot{left:58.2%;top:63.0%;width:34.0%;height:10.0%}
.p6-modal-hotspot{left:9.0%;top:84.2%;width:33.5%;height:10.0%}
.p7-modal-hotspot{left:64.0%;top:7.4%;width:30.5%;height:10.0%}
.p8-modal-hotspot{left:10.0%;top:83.5%;width:31.0%;height:10.2%}
.p9-modal-hotspot{left:66.5%;top:10.0%;width:29.0%;height:10.5%}
.p10-modal-hotspot{left:10.6%;top:78.0%;width:31.0%;height:10.5%}
.p11-modal-hotspot{left:10.0%;top:50.5%;width:31.5%;height:10.5%}
.p12-modal-hotspot{left:32.8%;top:54.5%;width:31.0%;height:6.8%}
.p13-modal-hotspot{left:63.0%;top:49.0%;width:31.5%;height:10.5%}
.p14-modal-hotspot{left:63.0%;top:5.0%;width:31.5%;height:10.5%}
.p15-modal-hotspot{left:63.0%;top:45.0%;width:31.5%;height:10.5%}
/* botões de galeria: caixas coloridas presentes nos PNGs */
.p4-gallery-hotspot{left:7.639%;top:39.355%;width:23.872%;height:5.225%}
.p6-gallery-hotspot{left:71.875%;top:34.180%;width:23.785%;height:5.273%}
.p7-gallery-hotspot{left:71.615%;top:86.670%;width:18.490%;height:4.053%}
.p8-gallery-hotspot{left:72.309%;top:26.416%;width:23.872%;height:5.225%}
.p9-gallery-hotspot{left:68.576%;top:66.016%;width:23.785%;height:5.273%}
.p10-gallery-hotspot{left:69.705%;top:28.857%;width:23.785%;height:5.225%}
.p11-gallery-hotspot{left:77.951%;top:94.824%;width:18.490%;height:4.053%}
.p12-gallery-hotspot{left:11.024%;top:61.133%;width:18.490%;height:4.053%}
.p13-gallery-hotspot{left:77.951%;top:38.672%;width:18.490%;height:4.053%}
.p14-gallery-hotspot{left:6.684%;top:58.643%;width:18.490%;height:4.053%}
.p15-gallery-hotspot{left:77.951%;top:34.766%;width:18.490%;height:4.053%}

/* P5: hotspots nos quatro ícones, modal por etapa */
.p5-stage-hit{border-radius:50%}
.p5-hit-2025{left:26.823%;top:16.797%;width:14.497%;height:8.105%}
.p5-hit-2026{left:52.257%;top:30.469%;width:14.497%;height:8.105%}
.p5-hit-next{left:26.823%;top:43.115%;width:14.497%;height:8.154%}
.p5-hit-2030{left:52.257%;top:56.152%;width:14.497%;height:8.154%}

/* GIFs */
.media-gif{position:absolute;z-index:14;margin:0;overflow:hidden;background:transparent;pointer-events:none}
.media-gif img{width:100%;height:100%;display:block;object-fit:contain}.media-gif.cover img{object-fit:cover}.no-shadow{box-shadow:none}.transparent{background:transparent}
.p6-flag-gif{left:73.2%;top:1.6%;width:14.5%;height:9.6%;border-radius:50%;overflow:visible;isolation:isolate}
.p6-flag-gif::before{content:"";position:absolute;left:18%;top:34%;width:2.8%;min-width:2px;height:158%;border-radius:999px;background:linear-gradient(90deg,#555e64 0%,#aeb6ba 28%,#f4f6f7 46%,#929ba0 68%,#4d565c 100%);box-shadow:1px 0 2px rgba(0,0,0,.28);transform:translateX(-50%);z-index:1}
.p6-flag-gif::after{content:"";position:absolute;left:18%;top:32%;width:6%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff 0 15%,#cbd1d4 38%,#7d878c 68%,#4d565c 100%);box-shadow:0 1px 2px rgba(0,0,0,.3);transform:translate(-50%,-50%);z-index:1}
.p6-flag-gif img{position:relative;z-index:2}
.p13-water-gif{left:64.670%;top:60.059%;width:29.688%;height:22.852%;border-radius:8px}.p13-water-gif img{object-fit:cover}
.p15-gif-single{left:61.198%;top:58.057%;width:32.812%;height:27.637%;border-radius:8px}.p15-gif-single img{object-fit:cover}

/* P4 carrossel no retângulo azul marcado */
.p4-people-carousel{position:absolute;z-index:18;left:59.462%;top:74.902%;width:28.212%;height:20.850%;overflow:hidden;border-radius:7px;background:#284062;box-shadow:0 4px 14px rgba(0,0,0,.15)}
.p4-people-track,.p4-person-card{position:absolute;inset:0}.p4-person-card{display:none;background:#284062}.p4-person-card.is-active{display:block;animation:personFade .35s ease}
@keyframes personFade{from{opacity:.25;transform:scale(.985)}to{opacity:1;transform:none}}
.p4-person-card img{display:block;width:100%;height:72%;object-fit:cover;object-position:50% 22%;background:#fff}
.p4-person-meta{height:28%;display:flex;flex-direction:column;justify-content:center;padding:7px 28px 7px 10px;color:#fff}.p4-person-meta strong{font-size:clamp(10px,1.55cqw,13px);line-height:1.05}.p4-person-meta span{font-size:clamp(8px,1.18cqw,10.5px);line-height:1.1;margin-top:3px}
.p4-carousel-btn{position:absolute;z-index:3;top:34%;width:26px;height:34px;border:0;border-radius:8px;background:rgba(0,0,0,.34);color:#fff;font-size:24px;display:grid;place-items:center;cursor:pointer}.p4-carousel-btn.prev{left:5px}.p4-carousel-btn.next{right:5px}
.p4-carousel-dots{position:absolute;z-index:4;left:8px;right:8px;bottom:5px;display:flex;justify-content:center;gap:4px}.p4-carousel-dot{width:5px;height:5px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.4)}.p4-carousel-dot.is-active{background:#fff}

/* P16: hotspot do canal exatamente sobre o logo SuliCast/Sulita */
.p16-channel-hotspot{left:64.5%;top:44.2%;width:27.5%;height:9.5%}

/* guia de navegação inserido antes do sumário, sem alterar numeração editorial */
.guide-page-inner{position:absolute;inset:0;padding:10% 9% 8%;background:linear-gradient(160deg,#fff 0 64%,#f2f5f7 64% 100%);color:#284062;overflow:hidden}
.guide-page-inner::before{content:"";position:absolute;width:68%;aspect-ratio:1;border-radius:46% 54% 58% 42%/54% 38% 62% 46%;background:#599b55;opacity:.13;right:-30%;top:-9%}.guide-page-inner::after{content:"";position:absolute;width:75%;aspect-ratio:1;border-radius:50%;background:#c38132;opacity:.10;left:-43%;bottom:-26%}
.guide-kicker{position:relative;z-index:1;font-weight:800;letter-spacing:.20em;font-size:clamp(10px,1.7cqw,14px);color:#599b55}.guide-page-inner h1{position:relative;z-index:1;margin:2% 0 2%;font-size:clamp(30px,7.2cqw,56px);line-height:.93;max-width:75%;letter-spacing:-.04em}.guide-lead{position:relative;z-index:1;margin:0 0 7%;max-width:80%;font-size:clamp(13px,2.6cqw,19px);line-height:1.25;color:#55595c;font-weight:550}.guide-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3.2cqw}.guide-grid article{min-height:22cqw;padding:4cqw 3.5cqw;border-radius:4cqw;background:#fff;border:1px solid rgba(40,64,98,.12);box-shadow:0 3px 14px rgba(40,64,98,.06)}.guide-icon{display:grid;place-items:center;width:8.5cqw;height:8.5cqw;border-radius:50%;margin-bottom:2.2cqw;background:#284062;color:#fff;font-size:4.8cqw;font-weight:800}.guide-grid strong{display:block;font-size:clamp(12px,2.4cqw,17px);line-height:1.08;margin-bottom:1.5cqw}.guide-grid p{margin:0;color:#5b5e61;font-size:clamp(10px,1.9cqw,14px);line-height:1.2;font-weight:500}

/* modais */
.modal{border:0;padding:0;background:transparent;max-width:none;max-height:none;width:100vw;height:100dvh}.modal::backdrop{background:rgba(15,22,30,.64);backdrop-filter:blur(5px)}
.modal-card,.gallery-modal-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.28)}
.modal-card{width:min(720px,92vw);height:min(82dvh,850px);display:flex;flex-direction:column;padding:28px 28px 24px}.modal-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:#599b55;margin-right:44px}.modal-card h2{font-size:clamp(24px,4vw,38px);line-height:1;margin:8px 48px 18px 0;color:#284062}.modal-scroll{overflow:auto;padding-right:8px;overscroll-behavior:contain}.rich-text{font-size:16px;line-height:1.45;color:#4f5356}.rich-text p{margin:.2em 0 1em}.rich-text h3{color:#284062;margin:1.1em 0 .4em}.rich-text a{color:#184e80;font-weight:750}.modal-close{position:absolute;z-index:4;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#eef1f4;color:#284062;font-size:26px;line-height:1;cursor:pointer}
.gallery-modal-card{width:min(940px,94vw);height:min(88dvh,900px);padding:18px;display:grid;grid-template-rows:1fr auto;gap:14px}.gallery-stage{min-height:0;display:grid;place-items:center;background:#f3f4f5;border-radius:12px;overflow:hidden}.gallery-stage img{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain}.gallery-stage img[data-fit="cover"]{object-fit:cover}.gallery-meta{padding:2px 42px 2px 4px}.gallery-meta strong{font-size:18px;color:#284062}.gallery-meta p{margin:5px 0;color:#555;line-height:1.25}.gallery-meta span{font-size:12px;color:#777}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:54px;border:0;border-radius:10px;background:rgba(24,32,42,.72);color:#fff;font-size:30px;cursor:pointer}.gallery-prev{left:10px}.gallery-next{right:10px}

@media(max-width:700px){
  .reader{background:#fff}
  .page{filter:none}
  .nav-btn{width:34px;height:34px;bottom:max(7px,env(safe-area-inset-bottom));font-size:24px;background:rgba(24,32,42,.56)}
  .nav-prev{left:max(5px,env(safe-area-inset-left))}.nav-next{right:max(5px,env(safe-area-inset-right))}
  .top-btn{width:34px;height:34px;top:max(5px,env(safe-area-inset-top));right:max(5px,env(safe-area-inset-right));background:rgba(24,32,42,.56)}
  .page-indicator{top:max(6px,env(safe-area-inset-top));left:max(6px,env(safe-area-inset-left));font-size:9px;padding:4px 7px;background:rgba(24,32,42,.5)}
  .page-footer{padding:5px 10px;gap:6px}.page-footer .footer-title{font-size:8.5px;letter-spacing:.20em}.page-footer .footer-page{font-size:11px}.page-footer .footer-brand img{height:76%;max-width:88px}
  .text-panel{padding:10px 10px 18px 10px;font-size:clamp(11.5px,2.7cqw,13.5px);line-height:1.18}
  .p8-categories{font-size:clamp(9.5px,2.25cqw,11.5px)}
  .p15-recipe{font-size:clamp(10.2px,2.35cqw,12px)}
  .p16-box-body{font-size:clamp(9.3px,2.08cqw,10.8px)}
  .summary-link{grid-template-columns:30px 1fr;padding:5px 0}.summary-num{font-size:11px}.summary-title{font-size:10.5px}
  .modal-card{width:94vw;height:86dvh;padding:22px 18px 18px;border-radius:16px}.modal-card h2{font-size:26px}.rich-text{font-size:15px}
  .gallery-modal-card{width:96vw;height:88dvh;padding:10px}.gallery-meta strong{font-size:16px}.gallery-meta p{font-size:13px}
}

@media(prefers-reduced-motion:reduce){.spread-enter-next .page,.spread-enter-prev .page,.p4-person-card.is-active{animation:none}}

/* V37 — arte fixa das páginas como elemento IMG real para garantir carregamento local/CMS. */
.page-art{background:#fff!important;}
.page-art::before{display:none!important;}
.page-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:fill;
  object-position:center;
  z-index:0;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
.page-art > .text-panel,
.page-art > .summary-list{z-index:12;}
.page-art > .hotspot{z-index:30;}
.page-art > .p4-people-carousel,
.page-art > .p13-water-gif,
.page-art > .p15-gif-single{z-index:15;}

/* Fundo-base correto para as áreas transparentes dos PNGs fornecidos. */
.page[data-page="1"] .page-art,
.page[data-page="2"] .page-art,
.page[data-page="3"] .page-art{background:#ffffff!important;}
.page[data-page="4"] .page-art,
.page[data-page="6"] .page-art,
.page[data-page="8"] .page-art,
.page[data-page="9"] .page-art,
.page[data-page="10"] .page-art,
.page[data-page="11"] .page-art,
.page[data-page="12"] .page-art,
.page[data-page="13"] .page-art,
.page[data-page="14"] .page-art,
.page[data-page="15"] .page-art,
.page[data-page="16"] .page-art{background:#000000!important;}
.page[data-page="5"] .page-art{background:#2f4a70!important;}
.page[data-page="7"] .page-art{background:#171b1f!important;}


/* ===== v38 ajustes ===== */
.p1-future{left:5.8%;top:39.2%;width:58.5%;height:39.0%}
.p1-sulita{left:8.0%;top:83.6%;width:34.0%;height:11.8%}
.p1-instituto{left:52.8%;top:83.6%;width:36.5%;height:11.8%}

.p4-body{left:10.6%;top:62.8%;width:46.6%;height:25.8%;font-size:clamp(11px,1.8cqw,14px);line-height:1.15}
.p4-modal-hotspot{left:59.2%;top:54.9%;width:34.5%;height:12.4%}
.p4-gallery-hotspot{left:0;top:0;width:100%;height:35.2%;border-radius:0;background:transparent}

.p5-hit-2025{left:12.4%;top:24.5%;width:11.5%;height:9.8%}
.p5-hit-2026{left:35.2%;top:24.5%;width:11.5%;height:9.8%}
.p5-hit-next{left:58.0%;top:24.5%;width:11.5%;height:9.8%}
.p5-hit-2030{left:80.8%;top:24.5%;width:11.5%;height:9.8%}

.p6-gallery-hotspot{left:0;top:0;width:100%;height:31.5%;border-radius:0;background:transparent}
.p7-gallery-hotspot{left:47.0%;top:25.5%;width:48.5%;height:64.5%;border-radius:18px;background:transparent}
.p8-gallery-hotspot{left:0;top:0;width:100%;height:31.5%;border-radius:0;background:transparent}
.p9-gallery-hotspot{left:0;top:58.0%;width:100%;height:42.0%;border-radius:0;background:transparent}
.p10-gallery-hotspot{left:0;top:0;width:100%;height:30.0%;border-radius:0;background:transparent}
.p11-gallery-hotspot{left:0;top:71.5%;width:100%;height:28.5%;border-radius:0;background:transparent}
.p12-gallery-hotspot{left:0;top:62.5%;width:100%;height:37.5%;border-radius:0;background:transparent}
.p13-gallery-hotspot{left:0;top:0;width:100%;height:28.5%;border-radius:0;background:transparent}
.p14-gallery-hotspot{left:0;top:57.5%;width:100%;height:42.5%;border-radius:0;background:transparent}
.p15-gallery-hotspot{left:0;top:0;width:100%;height:31.5%;border-radius:0;background:transparent}

.gallery-stage{padding:18px 16px 10px;background:#f4f5f7}
.gallery-stage img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.gallery-stage img[data-fit="cover"]{object-fit:cover}
.media-gif.cover img,.p15-gif-single img,.p16-extra-gif img{object-fit:contain}
.p15-gif-single{left:61.8%;top:58.1%;width:33.1%;height:29.2%;padding:0;background:transparent}
.p13-water-gif{padding:8px;background:transparent}

.page-cta{position:absolute;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 18px;border-radius:14px;background:#2f5da8;color:#fff;text-decoration:none;font-weight:800;font-size:clamp(12px,2.0cqw,16px);box-shadow:0 10px 22px rgba(40,64,98,.18);z-index:12;transition:transform .18s ease, box-shadow .18s ease;text-align:center}
.page-cta:hover,.page-cta:focus-visible{transform:translateY(-1px);box-shadow:0 14px 24px rgba(40,64,98,.22)}
.p12-cta{left:66.0%;top:55.6%;width:18.5%;min-height:38px;padding:10px 12px;font-size:clamp(10px,1.55cqw,13px);background:#599b55}
.p15-cta{left:64.2%;top:88.4%;width:22.6%;min-height:38px;padding:10px 12px;font-size:clamp(10px,1.55cqw,13px);background:#c21d2d}
.p16-cta{left:12.0%;top:55.2%;width:34.0%;min-height:38px;padding:10px 12px;font-size:clamp(10px,1.55cqw,13px);background:#2f5da8}
.p16-extra-gif{left:64.6%;top:19.0%;width:30.8%;height:22.7%;padding:0;background:transparent}
.p16-teaser{display:none}
.p16-teaser p{margin:0 0 .5em;font-size:clamp(12px,2.15cqw,18px);line-height:1.14;font-weight:650}
.p16-teaser p:last-child{margin-bottom:0}

.guide-page-inner{padding:8.5% 8% 8%;background:linear-gradient(180deg,#fff 0%,#f2f4f6 100%)}
.guide-brand{position:relative;z-index:1;margin-bottom:3.5%}
.guide-brand img{width:40%;max-width:250px;height:auto}
.guide-kicker{letter-spacing:.18em;color:#599b55}
.guide-page-inner h1{margin:0 0 2.2%;max-width:78%}
.guide-lead{max-width:88%;margin:0 0 6.5%}
.guide-grid{grid-template-columns:1fr 1fr;gap:2.6cqw}
.guide-card{display:flex;gap:2.4cqw;align-items:flex-start;min-height:18cqw;padding:3cqw;border-radius:3cqw;background:#fff;border:1px solid rgba(40,64,98,.10);box-shadow:0 4px 14px rgba(40,64,98,.06)}
.guide-card.wide{grid-column:1 / -1;align-items:center}
.guide-asset{width:23%;max-width:140px;height:auto;flex:0 0 auto}
.guide-asset.summary{width:34%;max-width:220px}
.guide-card strong{display:block;font-size:clamp(14px,2.5cqw,20px);line-height:1.05;margin:0 0 1.1cqw;color:#284062}
.guide-card p{margin:0;color:#5a5e61;font-size:clamp(11px,1.95cqw,15px);line-height:1.22;font-weight:520}
.guide-icon-lite{display:grid;place-items:center;flex:0 0 auto;width:8.6cqw;height:8.6cqw;border-radius:50%;background:#284062;color:#fff;font-weight:900;font-size:4.2cqw}
@media (max-width:780px){
  .guide-grid{grid-template-columns:1fr}
  .guide-card.wide{grid-column:auto}
  .guide-asset{width:28%;max-width:126px}
  .guide-asset.summary{width:40%;max-width:210px}
}

.p16-box-body p{margin:0 0 .45em}.p16-box-body p:last-child{margin-bottom:0}
.page-cta{z-index:31}
.p15-gif-single img{object-fit:contain}
.p16-extra-gif img{object-fit:contain}


/* ===== v40 ajustes ===== */
.hotspot,.page-cta,.p4-carousel-btn,.p4-carousel-dot,.summary-link{touch-action:manipulation}
.scroll-panel,.scroll-box{position:absolute}
.scroll-cue{position:absolute;right:10px;bottom:8px;display:none!important;padding:4px 8px;border-radius:999px;background:rgba(40,64,98,.84);color:#fff;font-size:10px;letter-spacing:.04em;font-weight:700;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,.14)}
.has-overflow .scroll-cue{display:inline-flex!important;align-items:center;gap:6px;animation:scrollCuePulse 1.6s ease-in-out infinite}
.scrolled .scroll-cue{display:none!important}
@keyframes scrollCuePulse{0%,100%{transform:translateY(0);opacity:.92}50%{transform:translateY(-4px);opacity:1}}
.spread-enter-next .page{animation:pageInNextV40 .56s cubic-bezier(.18,.75,.2,1)}
.spread-enter-prev .page{animation:pageInPrevV40 .56s cubic-bezier(.18,.75,.2,1)}
@keyframes pageInNextV40{0%{opacity:.28;transform:perspective(1800px) rotateY(-14deg) translateX(5%) scale(.985)}55%{opacity:1;transform:perspective(1800px) rotateY(2.5deg) translateX(-.4%) scale(1.002)}100%{opacity:1;transform:none}}
@keyframes pageInPrevV40{0%{opacity:.28;transform:perspective(1800px) rotateY(14deg) translateX(-5%) scale(.985)}55%{opacity:1;transform:perspective(1800px) rotateY(-2.5deg) translateX(.4%) scale(1.002)}100%{opacity:1;transform:none}}
.p11-body{left:10.4%;top:18.4%;width:61.2%;height:35.0%;font-size:clamp(11px,1.82cqw,14px);line-height:1.15}
.p11-body ul{margin:.18em 0 .85em;padding-left:1.08em}
.p11-body li{margin:.16em 0}
.p16-body{left:11.2%;top:18.2%;width:49.4%;height:36.2%;font-size:clamp(12px,2.05cqw,16px);line-height:1.2}
.p16-box-body{left:53.4%;top:74.2%;width:42.6%;height:21.8%;font-size:clamp(11.6px,1.9cqw,14.4px);line-height:1.18;padding:14px 14px 16px}
.p16-cta{left:12.0%;top:49.6%;width:34.8%;min-height:42px;font-size:clamp(11px,1.72cqw,14px)}
.p16-extra-gif{left:63.8%;top:18.6%;width:31.8%;height:23.8%}
.gallery-stage{padding:18px 16px 14px;background:#f4f5f7}
.gallery-stage img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;background:#fff;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.p4-modal-hotspot{left:58.5%;top:54.5%;width:35.6%;height:13.2%}
.p6-gallery-hotspot{left:0;top:0;width:100%;height:34.5%}
.p11-gallery-hotspot{left:0;top:68.5%;width:100%;height:31.5%}
.p13-gallery-hotspot{left:0;top:0;width:100%;height:31.0%}
.p15-gallery-hotspot{left:0;top:0;width:100%;height:34.5%}
@media(max-width:700px){
  .scroll-cue{right:6px;bottom:6px;font-size:9px;padding:4px 7px}
  .p16-body{font-size:clamp(11.6px,2.55cqw,14px);line-height:1.18}
  .p16-box-body{font-size:clamp(10.6px,2.22cqw,12.5px);line-height:1.16}
  .p16-cta{top:48.6%;font-size:clamp(10.4px,2.0cqw,12.5px)}
}


/* ===== v41 ajustes finos ===== */
.gallery-modal-card{width:min(1040px,96vw);height:min(92dvh,980px)}
.gallery-stage img,.gallery-stage img[data-fit="cover"]{width:auto !important;height:auto !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important}
.p4-gallery-hotspot{left:0;top:0;width:100%;height:47.2%;border-radius:0;background:transparent}
.p6-gallery-hotspot{left:0;top:0;width:100%;height:40.6%;border-radius:0;background:transparent}
.p12-gallery-hotspot{left:0;top:59.8%;width:100%;height:40.2%;border-radius:0;background:transparent}
.p13-gallery-hotspot{left:0;top:0;width:100%;height:39.5%;border-radius:0;background:transparent}
.p14-gallery-hotspot{left:0;top:57.0%;width:100%;height:43.0%;border-radius:0;background:transparent}
.p15-gallery-hotspot{left:0;top:0;width:100%;height:40.9%;border-radius:0;background:transparent}
.p4-modal-hotspot{left:58.2%;top:60.8%;width:35.8%;height:13.7%}
.p5-hit-2025{left:8.4%;top:24.0%;width:18.0%;height:16.4%}
.p5-hit-2026{left:31.1%;top:24.0%;width:18.0%;height:16.4%}
.p5-hit-next{left:53.8%;top:24.0%;width:18.0%;height:16.4%}
.p5-hit-2030{left:76.5%;top:24.0%;width:18.0%;height:16.4%}
.p6-modal-hotspot{left:8.8%;top:83.8%;width:34.2%;height:11.8%}
.p11-body ul{list-style:disc outside !important;padding-left:1.22em !important}
.p12-modal-hotspot{left:31.0%;top:54.0%;width:34.5%;height:8.0%}
.p13-modal-hotspot{left:61.8%;top:48.0%;width:34.0%;height:11.0%}
.p15-modal-hotspot{left:61.8%;top:44.5%;width:34.0%;height:12.0%}
.p16-body{font-size:clamp(12.6px,2.18cqw,17px);line-height:1.22}
.p16-extra-gif{left:63.1%;top:18.0%;width:32.6%;height:26.0%}
.p16-cta{top:47.6%;width:35.2%;min-height:44px}
.p16-box-body{font-size:clamp(12px,2.0cqw,15px);line-height:1.2}


/* ===== v42 ajustes ===== */
.modal-card.compact-modal{width:min(560px,88vw);height:auto;max-height:min(64dvh,560px);padding:24px 24px 20px}
.modal-card.compact-modal h2{font-size:clamp(22px,3.2vw,32px);margin-bottom:14px}
.modal-card.compact-modal .rich-text{font-size:15px;line-height:1.38}
.p11-body{left:10.2%;top:18.3%;width:60.8%;height:38.2%;font-size:clamp(10.5px,1.68cqw,13.3px);line-height:1.12;padding:10px 10px 16px 10px}
.p11-body p{margin:0 0 .58em}
.p11-body .section-mini-title{margin:.42em 0 .24em;font-size:1.0em}
.p11-body ul{margin:.05em 0 .55em;padding-left:1.16em !important}
.p11-body li{margin:.1em 0}
.p12-body{left:10.7%;top:21.2%;width:76.9%;height:37.8%;font-size:clamp(10.7px,1.70cqw,13.2px);line-height:1.12;padding-bottom:18px}
.p12-body p{margin:0 0 .58em}
.p12-body .section-mini-title{margin:.48em 0 .25em}
.p12-cta{left:63.2%;top:61.2%;width:21.5%;min-height:40px;font-size:clamp(10px,1.48cqw,12.4px)}
.p16-body{font-size:clamp(13.4px,2.32cqw,18px);line-height:1.24}
.p16-box-body{left:53.2%;top:73.8%;width:42.9%;height:22.6%;font-size:clamp(13px,2.22cqw,16px);line-height:1.22;padding:14px 14px 16px}
.p16-extra-gif img{image-rendering:auto}
@media(max-width:700px){
  .modal-card.compact-modal{width:90vw;max-height:62dvh;padding:20px 18px 16px}
  .p11-body{font-size:clamp(10.2px,2.20cqw,12.2px);line-height:1.10;height:39.5%}
  .p12-body{font-size:clamp(10.1px,2.10cqw,12.0px);line-height:1.10;height:39.0%}
  .p12-cta{top:61.8%;width:23%}
  .p16-body{font-size:clamp(12.3px,2.72cqw,15px)}
  .p16-box-body{font-size:clamp(11.4px,2.42cqw,13.4px)}
}


/* ===== v43 correções finais ===== */
.p11-body{top:18.55% !important;height:30.35% !important;width:60.2% !important;font-size:clamp(10px,1.56cqw,12.5px) !important;line-height:1.09 !important;padding:8px 10px 14px 10px !important}
.p11-body p{margin:0 0 .45em !important}
.p11-body .section-mini-title{display:block;margin:.42em 0 .22em !important;font-size:1em !important}
.p11-body ul{margin:.02em 0 .45em !important;padding-left:1.16em !important;list-style:disc outside !important}
.p11-body li{margin:.08em 0 !important}
.p12-body{top:21.45% !important;height:31.65% !important;width:76.6% !important;font-size:clamp(9.9px,1.50cqw,12.1px) !important;line-height:1.08 !important;padding:9px 10px 14px 10px !important}
.p12-body p{margin:0 0 .44em !important}
.p12-body .section-mini-title{display:block;margin:.44em 0 .18em !important;font-size:1em !important}
.p12-body a{word-break:break-word}
.p16-body{font-size:clamp(14.6px,2.56cqw,20px) !important;line-height:1.28 !important}
.p16-box-body{top:73.6% !important;height:22.9% !important;font-size:clamp(14.2px,2.34cqw,18px) !important;line-height:1.24 !important;padding:16px 16px 18px !important}
.p16-box-body p{margin:0 0 .52em !important}
.p16-extra-gif{left:63.2% !important;top:18.2% !important;width:32.4% !important;height:25.8% !important}
.p16-extra-gif img{object-fit:cover !important}
@media(max-width:700px){
  .p11-body{font-size:clamp(9.9px,2.00cqw,11.8px) !important;line-height:1.08 !important;height:31.0% !important}
  .p12-body{font-size:clamp(9.6px,1.92cqw,11.4px) !important;line-height:1.06 !important;height:32.2% !important}
  .p16-body{font-size:clamp(13.2px,2.85cqw,16.4px) !important;line-height:1.24 !important}
  .p16-box-body{font-size:clamp(12.4px,2.55cqw,14.6px) !important;line-height:1.2 !important}
}


/* ===== v44 ajustes solicitados ===== */
@media (min-width:701px){
  /* Página 03: evitar corte do sumário no desktop */
  .p3-summary{top:29.2% !important;height:34.2% !important;width:35.8% !important;padding-right:6px !important}

  /* Página 12: botão na faixa branca entre texto e foto */
  .p12-cta{left:61.2% !important;top:63.1% !important;width:24.2% !important;min-height:40px !important;font-size:clamp(10.5px,1.28cqw,12.2px) !important;z-index:32 !important}

  /* Página 16: reduzir textos no desktop */
  .p16-body{font-size:clamp(11.8px,1.95cqw,15.2px) !important;line-height:1.18 !important}
  .p16-box-body{font-size:clamp(11.2px,1.76cqw,13.6px) !important;line-height:1.16 !important;padding:13px 14px 15px !important}

  /* Galerias no desktop: mostrar a foto inteira sem cortes */
  .gallery-modal-card{width:min(1180px,96vw) !important;height:min(94dvh,980px) !important;padding:14px !important}
  .gallery-stage{overflow:auto !important;padding:10px !important;place-items:center !important}
  .gallery-stage img,
  .gallery-stage img[data-fit="cover"]{display:block !important;width:auto !important;height:auto !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;object-position:center center !important;margin:auto !important}
}

@media (max-width:700px){
  /* Página 05: ampliar e alinhar hotspots 1 e 4 no mobile */
  .p5-hit-2025{left:6.4% !important;top:22.6% !important;width:21.0% !important;height:18.6% !important}
  .p5-hit-2026{left:28.9% !important;top:22.6% !important;width:21.0% !important;height:18.6% !important}
  .p5-hit-next{left:51.5% !important;top:22.6% !important;width:21.0% !important;height:18.6% !important}
  .p5-hit-2030{left:74.0% !important;top:22.6% !important;width:21.0% !important;height:18.6% !important}

  /* manter desktop da pág.16 sem afetar mobile */
  .p12-cta{left:60.5% !important;top:63.4% !important;width:24.5% !important}
}


/* ===== v45 — novos PNGs sem retângulos + ajustes finais ===== */
/* Página 05: hotspots exatamente sobre os quatro ícones circulares da nova arte. */
.p5-hit-2025{left:9.3% !important;top:30.8% !important;width:16.6% !important;height:9.5% !important;border-radius:50% !important}
.p5-hit-2026{left:31.1% !important;top:30.8% !important;width:16.6% !important;height:9.5% !important;border-radius:50% !important}
.p5-hit-next{left:52.9% !important;top:30.8% !important;width:16.6% !important;height:9.5% !important;border-radius:50% !important}
.p5-hit-2030{left:74.8% !important;top:30.8% !important;width:16.6% !important;height:9.5% !important;border-radius:50% !important}

/* Página 12: CTA na faixa branca, sem cobrir texto, instruções ou foto. */
.p12-cta{left:64.0% !important;top:55.6% !important;width:24.0% !important;min-height:40px !important;padding:10px 12px !important;font-size:clamp(10.5px,1.42cqw,12.6px) !important;z-index:34 !important}

/* Página 16: botão abaixo do bloco superior; não invade o texto no desktop. */
.p16-cta{left:11.9% !important;top:54.2% !important;width:31.8% !important;min-height:40px !important;font-size:clamp(10.5px,1.46cqw,12.8px) !important;z-index:34 !important}

@media (min-width:701px){
  /* Página 03: sumário fica inteiramente acima da foto e rola dentro da área. */
  .p3-summary{left:5.0% !important;top:30.0% !important;width:35.6% !important;height:25.0% !important;overflow-y:auto !important;overscroll-behavior:contain !important;padding:0 5px 4px 0 !important}
  .p3-summary .summary-link{grid-template-columns:34px 1fr !important;gap:6px !important;padding:5px 0 !important}
  .p3-summary .summary-num{font-size:11.5px !important}
  .p3-summary .summary-title{font-size:10.4px !important;line-height:1.12 !important}

  /* Página 16: mantém tipografia mais contida apenas no desktop. */
  .p16-body{height:33.2% !important;font-size:clamp(11.8px,1.92cqw,15px) !important;line-height:1.18 !important}
  .p16-box-body{font-size:clamp(11.2px,1.76cqw,13.6px) !important;line-height:1.16 !important}
}

@media (max-width:700px){
  /* Mantém o sumário mobile já aprovado. */
  .p3-summary{left:5.0%;top:30.0%;width:35.6%;height:24.5%}
  .p12-cta{left:63.0% !important;top:55.6% !important;width:25.0% !important;font-size:clamp(9.8px,2.08cqw,11.6px) !important}
  .p16-cta{top:54.0% !important;width:33.0% !important;font-size:clamp(9.8px,2.0cqw,11.8px) !important}
}
/* Preserva a imagem estática da pág. 16 inteira, sem recorte. */
.p16-extra-gif img{object-fit:contain !important;object-position:center center !important}


/* ===== v56 — revisão editorial e de interação solicitada ===== */
/* Rodapé compacto e centralizado: Universo Master + número + marca Master. */
:root{--footer-h:44px}
.page-footer{display:flex !important;align-items:center !important;justify-content:center !important;gap:10px !important;padding:6px 58px !important;border-top:1px solid rgba(40,64,98,.12) !important}
.page-footer .footer-title,.page-footer .footer-page,.page-footer .footer-brand{justify-self:auto !important}
.page-footer .footer-title{font-size:clamp(8.5px,1.18cqw,11.5px) !important;letter-spacing:.18em !important;font-weight:650 !important}
.page-footer .footer-page{font-size:clamp(11px,1.55cqw,14px) !important;min-width:2.3em;text-align:center}
.page-footer .footer-brand{height:100% !important;flex:0 0 auto}
.page-footer .footer-brand img{height:48% !important;max-width:76px !important}

/* Sumário: indicação visual de rolagem. */
.summary-scroll-cue{position:absolute;z-index:18;left:37.5%;top:55.4%;display:grid;place-items:center;width:28px;height:28px;border:1px solid #9a9b9d;border-radius:50%;color:#8f9193;background:rgba(255,255,255,.92);font-size:17px;font-weight:700;pointer-events:none}

/* Página 04: legenda da foto principal, pronta para a nova foto quando ela for enviada. */
.p4-photo-caption{position:absolute;z-index:18;left:39.5%;top:42.1%;width:54%;padding:5px 8px;border-radius:6px;background:rgba(255,255,255,.9);color:#55595c;font-size:clamp(8.5px,1.22cqw,11px);line-height:1.18;font-weight:600}

/* Página 05: parágrafo transferido da pág. 04, ao lado de Marcelo. */
.p5-marcelo-body{left:30.8%;top:44.0%;width:61.5%;height:18.2%;padding:7px 9px 12px;color:#fff;background:transparent;font-size:clamp(9.8px,1.46cqw,12.2px);line-height:1.17;font-weight:500}
.p5-marcelo-body strong{font-weight:800}
.p5-gallery-hotspot{left:64.76% !important;top:65.67% !important;width:25.26% !important;height:5.57% !important;border-radius:10px !important}

/* Página 12 — novo layout EXPOVIDEIRA. */
.p12-body{left:11.9% !important;top:49.2% !important;width:35.2% !important;height:42.4% !important;font-size:clamp(10.8px,1.78cqw,14.2px) !important;line-height:1.2 !important;padding:10px 12px 18px !important}
.p12-modal-hotspot{left:10.3% !important;top:42.4% !important;width:47.0% !important;height:5.7% !important}

/* Página 14 — CTA externo do documentário. */
.p14-doc-cta{left:59.5%;top:52.6%;width:29.5%;min-height:40px;padding:10px 12px;font-size:clamp(10px,1.5cqw,12.8px);background:#d05179}

/* Página 16 — Sulicast: CTA vermelho acima do vídeo da Ana e modal inferior separado. */
.p16-cta{left:64.0% !important;top:12.2% !important;width:29.8% !important;min-height:40px !important;background:#cb2229 !important;font-size:clamp(10px,1.46cqw,12.8px) !important}
.p16-extra-gif{left:64.0% !important;top:18.3% !important;width:29.8% !important;height:25.8% !important}
.p16-lower-trigger{border:0;cursor:pointer;text-align:left;font-family:inherit}
.p16-lower-trigger:focus-visible{outline:2px solid #fff;outline-offset:-3px}

/* Guia: troca de página e galeria em cinza; a seta replica o botão real. */
.guide-nav-demo{display:grid;place-items:center;flex:0 0 auto;width:8.6cqw;height:8.6cqw;border-radius:50%;background:#8f9193;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.14);font-size:6.2cqw;line-height:1;font-weight:400}
.guide-gallery-demo{display:grid;place-items:center;flex:0 0 auto;width:8.6cqw;height:8.6cqw;border-radius:2cqw;background:#8f9193;color:#fff}
.guide-gallery-demo svg{width:68%;height:68%;display:block}

/* Galerias: hotspot somente sobre o botão visível, nunca sobre a foto inteira. */
.p4-gallery-hotspot{left:11.81% !important;top:39.16% !important;width:25.26% !important;height:5.57% !important;border-radius:10px !important}
.p6-gallery-hotspot{left:71.09% !important;top:34.03% !important;width:25.26% !important;height:5.57% !important;border-radius:10px !important}
.p7-gallery-hotspot{left:64.84% !important;top:85.89% !important;width:25.26% !important;height:5.57% !important;border-radius:10px !important}
.p8-gallery-hotspot{left:71.61% !important;top:26.22% !important;width:25.26% !important;height:5.62% !important;border-radius:10px !important}
.p9-gallery-hotspot{left:68.58% !important;top:66.02% !important;width:23.79% !important;height:5.27% !important;border-radius:10px !important}
.p10-gallery-hotspot{left:66.32% !important;top:28.71% !important;width:25.26% !important;height:5.57% !important;border-radius:10px !important}
.p11-gallery-hotspot{left:10.68% !important;top:67.63% !important;width:25.26% !important;height:5.66% !important;border-radius:10px !important}
.p13-gallery-hotspot{left:77.93% !important;top:37.23% !important;width:18.59% !important;height:5.52% !important;border-radius:10px !important}
.p14-gallery-hotspot{left:6.60% !important;top:58.62% !important;width:18.59% !important;height:4.10% !important;border-radius:10px !important}
.p15-gallery-hotspot{left:65.28% !important;top:34.03% !important;width:25.26% !important;height:5.57% !important;border-radius:10px !important}

/* Não há galeria PISP na nova página 12. */
.p12-gallery-hotspot,.p12-cta{display:none !important}

@media(max-width:700px){
  :root{--footer-h:38px}
  .page-footer{gap:7px !important;padding:5px 48px !important}
  .page-footer .footer-title{font-size:7.8px !important;letter-spacing:.14em !important}
  .page-footer .footer-page{font-size:10px !important}
  .page-footer .footer-brand img{height:44% !important;max-width:62px !important}
  .summary-scroll-cue{width:23px;height:23px;font-size:14px;left:37.2%;top:55.2%}
  .p4-photo-caption{font-size:clamp(7.8px,1.78cqw,9.5px);padding:4px 6px}
  .p5-marcelo-body{font-size:clamp(8.7px,1.9cqw,10.5px);line-height:1.13}
  .p12-body{font-size:clamp(10.1px,2.25cqw,12.2px) !important;line-height:1.16 !important}
  .p14-doc-cta{font-size:clamp(9.2px,2.05cqw,11.3px)}
  .p16-cta{font-size:clamp(9.2px,2cqw,11.4px) !important}
}


/* ===== v57 — ajustes finais solicitados ===== */
.p5-marcelo-body{
  left:30.8% !important;
  top:43.7% !important;
  width:43.8% !important;
  height:21.4% !important;
  padding:7px 10px 14px !important;
  font-size:clamp(9.2px,1.34cqw,11.8px) !important;
  line-height:1.15 !important;
}
.p11-body{
  left:10.2% !important;
  top:18.5% !important;
  width:44.8% !important;
  height:30.6% !important;
  padding:9px 10px 16px !important;
  font-size:clamp(9.9px,1.52cqw,12.4px) !important;
  line-height:1.1 !important;
}
.p12-body{
  left:11.8% !important;
  top:49.0% !important;
  width:34.6% !important;
  height:44.8% !important;
  padding:10px 12px 18px !important;
  font-size:clamp(10.4px,1.65cqw,13.6px) !important;
  line-height:1.18 !important;
}
.p12-body .section-mini-title,
.p12-body strong{font-weight:800 !important}
.p16-box-body{overflow-y:auto !important;}
.p3-summary .scroll-cue,
.p5-marcelo-body .scroll-cue,
.p16-lower-trigger .scroll-cue{
  display:inline-flex !important;
  align-items:center;
  gap:6px;
}
@media(max-width:700px){
  .p5-marcelo-body{
    width:47.2% !important;
    height:22.5% !important;
    font-size:clamp(8.5px,1.88cqw,10.2px) !important;
  }
  .p11-body{
    width:46.8% !important;
    height:31.2% !important;
    font-size:clamp(9.5px,2.02cqw,11.2px) !important;
  }
  .p12-body{
    width:36.5% !important;
    height:45.5% !important;
    font-size:clamp(9.8px,2.15cqw,11.9px) !important;
    line-height:1.15 !important;
  }
}


/* ===== v58 — padronização fonte + p12 em dois retângulos ===== */
body, body *{
  font-family:"Terferns","Segoe UI",Arial,Helvetica,sans-serif;
}
.p12-body-main{
  left:12.0% !important;
  top:48.9% !important;
  width:35.4% !important;
  height:43.0% !important;
  padding:10px 12px 18px !important;
  font-size:clamp(10.6px,1.62cqw,13.8px) !important;
  line-height:1.16 !important;
}
.p12-body-kids{
  left:52.6% !important;
  top:49.0% !important;
  width:38.2% !important;
  height:18.1% !important;
  padding:10px 12px 18px !important;
  font-size:clamp(10.4px,1.48cqw,13.2px) !important;
  line-height:1.16 !important;
}
.p12-body-kids p{margin:0 0 .5em !important}
.p12-body-kids p:last-child{margin-bottom:.2em !important}
.p12-body-kids strong{font-weight:800 !important}
@media(max-width:700px){
  .p12-body-main{
    width:36.2% !important;
    height:43.5% !important;
    font-size:clamp(9.8px,2.12cqw,11.8px) !important;
  }
  .p12-body-kids{
    width:38.8% !important;
    height:18.8% !important;
    font-size:clamp(9.4px,1.86cqw,11.1px) !important;
  }
}


/* ===== v59 — revisão HTML e ajuste do segundo retângulo da pág. 12 ===== */
body, body *{font-family:"Terferns","Segoe UI",Arial,Helvetica,sans-serif !important;}
.p12-body-kids{
  left:50.35% !important;
  top:49.65% !important;
  width:43.55% !important;
  height:12.15% !important;
  max-height:12.15% !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  padding:8px 10px 22px !important;
  font-size:clamp(9.6px,1.32cqw,11.8px) !important;
  line-height:1.13 !important;
}
.p12-body-kids .scroll-cue{
  display:inline-flex !important;
  right:7px !important;
  bottom:6px !important;
}
.p12-body-kids.scrolled .scroll-cue{display:none !important;}
.modal-card h2:empty{display:none !important;}

/* Dicas de rolagem: lados específicos no mobile para não cobrir o texto. */
@media(max-width:700px){
  .p5-marcelo-body .scroll-cue{left:auto !important;right:6px !important}
  .p16-lower-trigger .scroll-cue{left:6px !important;right:auto !important}
}

/* Página 05: tipografia editorial padrão e rolagem explícita do texto. */
.p5-marcelo-body{
  font-family:"Terferns","Segoe UI",Arial,Helvetica,sans-serif !important;
  font-size:clamp(12px,2.05cqw,16px) !important;
  line-height:1.19 !important;
  font-weight:500 !important;
  letter-spacing:-.01em !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y pinch-zoom;
}
@media(max-width:700px){
  .p5-marcelo-body{
    font-size:clamp(11.5px,2.7cqw,13.5px) !important;
    line-height:1.18 !important;
  }
}

/* Página 13: centraliza o GIF da gota no mesmo eixo da marca Instituto Master. */
.p13-water-gif{left:66.75% !important}

/* Página 05: a dica de rolagem ocupa espaço próprio e não cobre o texto. */
.p5-marcelo-body .scroll-cue{
  position:relative !important;
  inset:auto !important;
  float:right;
  margin:0 0 6px 8px;
}

/* Página 05: áreas de toque mobile ampliadas ao redor dos quatro ícones. */
@media(max-width:700px){
  .p5-hit-2025{left:7.7% !important;top:29.9% !important;width:19.8% !important;height:11.3% !important}
  .p5-hit-2026{left:29.5% !important;top:29.9% !important;width:19.8% !important;height:11.3% !important}
  .p5-hit-next{left:51.3% !important;top:29.9% !important;width:19.8% !important;height:11.3% !important}
  .p5-hit-2030{left:73.2% !important;top:29.9% !important;width:19.8% !important;height:11.3% !important}
}
