:root {
  --blue: #0752ca;
  --blue-dark: #0038c7;
  --blue-light: #1770fe;
  --yellow: #ffd21c;
  --red: #ef3340;
  --white: #ffffff;
  --off-white: #f4f6f9;
  --text: #12213d;
  --muted: #637086;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(0, 56, 199, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Montserrat", sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.header {
  position: fixed; z-index: 1000; top: 0; left: 0; right: 0;
  height: 84px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 72px); background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(7,82,202,.10); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 900; letter-spacing: -1px; }
.brand-logo { height: 60px; width: auto; display: block; }
.brand-name { color: var(--blue); font-size: 27px; }
.brand-number { background: var(--yellow); color: var(--blue-dark); border-radius: 8px; padding: 5px 9px; font-size: 23px; transform: rotate(-2deg); }
.nav { display: flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.nav a { transition: .2s; }
.nav a:hover { color: var(--red); }
.nav-cta { padding: 12px 16px; border: 2px solid var(--blue); border-radius: 999px; white-space: nowrap; }
.nav-cta-light { background: #fff; color: var(--blue); }
.nav-cta-yellow { background: var(--yellow); color: var(--blue-dark); border-color: var(--yellow); }
.nav-whatsapp { background: #25d366; color: #083d1d; border-color: #25d366; }
.nav-whatsapp:hover, .nav-cta-yellow:hover { color: var(--blue-dark); filter: brightness(.96); }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 26px; height: 3px; background: var(--blue); margin: 5px 0; border-radius: 5px; }

.hero {
  min-height: auto; padding: 150px clamp(24px, 7vw, 110px) 0;
  display: grid; grid-template-columns: 1fr 1.2fr; align-items: end; gap: 40px;
  position: relative; overflow: hidden; background: url('assets/background.png') center/100% 100% no-repeat;
}
.hero-shape { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-shape-one { width: 470px; height: 470px; background: var(--yellow); right: -190px; top: 100px; opacity: .92; }
.hero-shape-two { display: none; }
.hero-content, .hero-photo { position: relative; z-index: 2; }
.hero-content { color: #fff; padding-bottom: 70px; }
.hero h1 { color: #fff !important; }
.hero h1 strong { color: #fff !important; }
.hero .hero-text { color: #fff !important; text-shadow: 2px 2px 8px rgba(0,0,0,0.6); }
.hero .eyebrow { color: #ffd21c !important; }
.hero .event-info small { color: rgba(255,255,255,.8) !important; }
.hero .event-info strong { color: #fff !important; }
.live-pill { display: inline-flex; gap: 10px; align-items: center; padding: 11px 16px; border-radius: 999px; background: #fff; box-shadow: 0 12px 32px rgba(0,56,199,.12); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(239,51,64,.12); }
.eyebrow { color: var(--red); font-size: 13px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; margin: 27px 0 12px; }
.eyebrow.light { color: var(--yellow); }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 760px; color: var(--blue-dark); font-family: "Oswald", sans-serif; font-size: clamp(58px,7vw,108px); line-height: .93; letter-spacing: -3px; text-transform: uppercase; margin-bottom: 24px; }
h1 strong { color: var(--blue); }
.hero-text { max-width: 660px; color: var(--muted); font-size: clamp(16px,1.5vw,20px); line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .03em; transition: .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(7,82,202,.28); }
.button-secondary { border: 2px solid var(--blue); color: var(--blue); }
.button-light { background: #fff; color: var(--blue); }
.button-yellow { background: var(--yellow); color: var(--blue-dark); }
.button-outline-light { border: 2px solid rgba(255,255,255,.8); color: #fff; }
.button-disabled { background: #dbe2ec; color: #637086; cursor: not-allowed; }
.button-disabled:hover { transform: none; }
.event-info { display: flex; list-style: none; padding: 0; margin: 46px 0 0; gap: 0; }
.event-info li { padding: 0 24px; border-left: 1px solid rgba(255,255,255,.3); }
.hero .event-info li { border-left-color: rgba(255,255,255,.3); }
.event-info li:first-child { padding-left: 0; border-left: 0; }
.event-info small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; margin-bottom: 5px; }
.event-info strong { color: var(--blue-dark); font-size: 13px; }
.countdown { display: flex; list-style: none; padding: 0; margin: 46px 0 0; gap: 24px; align-items: center; justify-content: flex-start; }
.countdown-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.countdown-value { font-family: "Oswald", sans-serif; font-size: 48px; font-weight: 700; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.countdown-label { font-size: 12px; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,.9); letter-spacing: .08em; }
.hero-photo { min-height: 570px; display: flex; justify-content: center; align-items: flex-end; width: 100%; align-self: end; margin-bottom: 0; }
.hero-image { display: block; max-width: 100%; max-height: 850px; width: auto; height: auto; margin-bottom: 0; }
.photo-placeholder { width: min(100%,520px); height: 560px; border-radius: 260px 260px 30px 30px; display: grid; place-items: center; color: rgba(255,255,255,.8); text-align: center; font-weight: 800; line-height: 1.6; background: linear-gradient(160deg,var(--blue-light),var(--blue-dark)) center/cover no-repeat; border: 9px solid #fff; box-shadow: var(--shadow); }
.campaign-stamp { position: absolute; right: 3%; bottom: 40px; width: 148px; height: 148px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--yellow); color: var(--blue); transform: rotate(8deg); font-family: "Oswald"; font-size: 22px; line-height: 1; box-shadow: var(--shadow); }
.campaign-stamp strong { font-size: 28px; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section-heading h2, .gallery-header h2, .jingle h2, .voice h2, .whatsapp h2, .closing h2 { font-family: "Oswald"; color: var(--blue-dark); font-size: clamp(42px,5vw,72px); line-height: 1; letter-spacing: -1px; text-transform: uppercase; margin-bottom: 22px; }
.intro-copy { font-size: 18px; line-height: 1.75; color: var(--muted); }
.intro-copy p:first-child { color: var(--blue); font-weight: 700; }
.centered { text-align: center; max-width: 850px; margin: 0 auto 55px; }
.centered > p:last-child { color: var(--muted); line-height: 1.7; }

.gallery-section { background: linear-gradient(135deg, #0038c7 0%, #0752ca 48%, #1770fe 100%); color: #fff; padding: 10px 0 50px; overflow: hidden; }
.gallery-header { padding-bottom: 45px; display: flex; justify-content: space-between; align-items: end; }
.gallery-header h2 { color: #fff; max-width: 760px; margin-bottom: 0; }
.gallery-controls { display: flex; gap: 10px; }
.gallery-arrow { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; cursor: pointer; font-size: 20px; }
.gallery-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 clamp(24px, 7vw, 110px) 18px; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-card { flex: 0 0 min(70vw,470px); height: 510px; border-radius: 24px; scroll-snap-align: center; display: flex; align-items: end; padding: 28px; color: #fff; font-weight: 900; background-size: contain; background-position: center; background-repeat: no-repeat; box-shadow: inset 0 -160px 130px rgba(0,0,0,.45); }
.card-one { background: linear-gradient(135deg,#1770fe,#0038c7); }
.card-two { background: linear-gradient(135deg,#d42b38,#78111a); }
.card-three { background: linear-gradient(135deg,#d5ab08,#806600); }
.card-four { background: linear-gradient(135deg,#397455,#153d2a); }
.card-five { background: linear-gradient(135deg,#7764b8,#342b63); }
.gallery-footer { padding-top: 30px; padding-bottom: 20px; }

.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.person-card { border-radius: 24px; background: var(--off-white); padding: 16px 16px 25px; text-align: center; transition: .25s; }
.person-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.person-photo { height: 330px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(150deg,#cdd8e8,#8ca2c0) center/cover no-repeat; background-size: cover; color: #fff; font-weight: 800; }
.person-card h3 { margin: 22px 0 6px; color: var(--blue); font-size: 20px; }
.person-card p { color: var(--muted); font-size: 13px; }
.social-links { display: flex; justify-content: center; gap: 13px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.social-links a { color: var(--red); }

.jingle { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 650px; padding: 90px clamp(24px, 7vw, 110px); background: linear-gradient(135deg,var(--red),#a71323); color: #fff; overflow: hidden; }
.jingle h2 { color: #fff; }
.jingle-content > p:not(.eyebrow) { max-width: 540px; line-height: 1.7; font-size: 17px; }
.jingle-art { display: grid; place-items: center; }
.vinyl { width: min(58vw,430px); aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle,#131313 0 8px,#202020 9px 13px); display: grid; place-items: center; box-shadow: 0 30px 70px rgba(57,0,9,.35); animation: spin 14s linear infinite; }
.vinyl::before { content: ""; width: 37%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); }
.vinyl span { position: absolute; color: var(--blue); font-family: "Oswald"; font-size: 58px; font-weight: 700; }
@keyframes spin { to { transform: rotate(360deg); } }

.voice { background: var(--off-white); }
.voice-card { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; border-radius: 36px; overflow: hidden; box-shadow: var(--shadow); }
.voice-copy { padding: clamp(40px,6vw,85px); }
.voice-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.voice-visual { min-height: 520px; position: relative; background: linear-gradient(155deg,var(--yellow),#ffb900); overflow: hidden; }
.speech { position: absolute; padding: 18px 24px; border-radius: 18px 18px 18px 3px; color: #fff; background: var(--blue); font-weight: 900; box-shadow: var(--shadow); }
.speech-one { top: 19%; left: 14%; transform: rotate(-5deg); }
.speech-two { top: 36%; right: 9%; background: var(--red); transform: rotate(5deg); }
.speech-three { bottom: 25%; left: 20%; transform: rotate(3deg); }
.speech-four { bottom: 9%; right: 13%; background: var(--blue-dark); transform: rotate(-6deg); }

.whatsapp { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; padding: 100px clamp(24px, 10vw, 160px); background: var(--blue); color: #fff; overflow: hidden; }
.whatsapp h2 { color: #fff; }
.whatsapp-copy p:not(.eyebrow) { max-width: 530px; line-height: 1.8; font-size: 17px; }
.phone { width: min(100%,350px); height: 610px; justify-self: center; padding: 15px; border-radius: 52px; background: #10151e; box-shadow: 0 35px 80px rgba(0,0,0,.36); transform: rotate(-5deg); }
.phone-screen { height: 100%; border-radius: 39px; padding: 110px 30px 30px; text-align: center; color: var(--blue-dark); background: linear-gradient(145deg,#fff,#e9f0f8); }
.phone-screen strong { display: block; font-size: 38px; color: var(--blue); margin-top: 18px; }
.phone-screen p { font-size: 13px; line-height: 1.6; color: var(--muted); }
.mini-brand { background: var(--yellow); color: var(--blue); border-radius: 8px; padding: 8px 12px; font-weight: 900; }
.chat-bubble { margin-top: 75px; padding: 17px; border-radius: 18px 18px 4px 18px; background: #daf7d0; text-align: left; font-weight: 700; }

.closing { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.closing-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.closing-photo { min-height: 500px; border-radius: 30px; display: grid; place-items: center; text-align: center; color: #fff; font-weight: 800; background: linear-gradient(150deg,var(--blue-light),var(--blue-dark)) center/cover no-repeat; box-shadow: var(--shadow); overflow: hidden; }

.footer { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding: 70px clamp(24px,7vw,110px) 40px; background: linear-gradient(135deg, #0038c7 0%, #0752ca 55%, #1770fe 100%); color: #fff; }
.footer > div { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer > div strong { color: var(--yellow); text-transform: uppercase; margin-bottom: 8px; }
.footer-note { grid-column: 1/-1; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: 11px; }
.footer-brand .brand-name { color: #fff; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav { position: absolute; top: 84px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 20px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 13px; }
  .hero { grid-template-columns: 1fr; padding-top: 125px; padding-bottom: 0; align-items: center; }
  .hero-content { padding-bottom: 30px; }
  .hero-photo { min-height: 460px; }
  .photo-placeholder { height: 460px; max-width: 430px; }
  .intro, .jingle, .voice-card, .whatsapp, .closing { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .jingle-content { text-align: center; }
  .jingle-content > p { margin-left: auto; margin-right: auto; }
  .jingle-content .hero-actions { justify-content: center; }
  .whatsapp { gap: 55px; text-align: center; }
  .whatsapp-copy p { margin-left: auto; margin-right: auto; }
}

@media (max-width: 620px) {
  .header { height: 72px; }
  .nav { top: 72px; }
  .brand-name { font-size: 22px; }
  .brand-number { font-size: 19px; }
  .hero { min-height: auto; padding: 115px 20px 50px; }
  h1 { font-size: 56px; letter-spacing: -2px; }
  .event-info { flex-direction: column; gap: 16px; }
  .event-info li, .event-info li:first-child { padding: 0 0 0 14px; border-left: 3px solid var(--yellow); }
  .hero-photo { min-height: 390px; }
  .photo-placeholder { height: 390px; }
  .campaign-stamp { width: 115px; height: 115px; font-size: 17px; }
  .campaign-stamp strong { font-size: 22px; }
  .section { padding: 78px 20px; }
  .intro { gap: 20px; }
  .gallery-header { align-items: start; gap: 25px; flex-direction: column; }
  .gallery-card { flex-basis: 82vw; height: 420px; }
  .team-grid { grid-template-columns: 1fr; }
  .person-photo { height: 390px; }
  .jingle { padding: 75px 20px; }
  .voice-visual { min-height: 400px; }
  .whatsapp { padding: 80px 20px; }
  .phone { height: 560px; }
  .closing { gap: 35px; }
  .footer { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
}


/* Páginas internas prontas para publicação */
.simple-page {
  padding-top: 84px;
  background: var(--white);
}

.page-hero {
  min-height: 560px;
  padding: 135px clamp(24px, 7vw, 110px) 90px;
  background: linear-gradient(135deg, #0038c7 0%, #0752ca 48%, #1770fe 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 0 24px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(54px, 8vw, 104px);
  line-height: .92;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #fff;
}

.page-hero p:not(.eyebrow) {
  max-width: 780px;
  line-height: 1.75;
  font-size: 18px;
  color: rgba(255,255,255,.86);
}

.page-hero .button-secondary {
  border-color: #fff;
  color: #fff;
}

.downloads-section {
  background: var(--off-white);
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.download-card {
  min-height: 310px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 56, 199, .10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.download-card h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1;
  color: var(--blue-dark);
  text-transform: uppercase;
}

.download-card p {
  margin: 0 0 auto;
  color: var(--muted);
  line-height: 1.65;
}

.status-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,210,28,.28);
  color: var(--blue-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.santinho-preview-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.santinho-preview {
  min-height: 540px;
  border-radius: 34px;
  background: linear-gradient(150deg, var(--red), #a71323);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  padding: 30px;
}

.santinho-card {
  width: min(100%, 380px);
  min-height: 500px;
  padding: 32px;
  border-radius: 30px;
  background: #fff;
  color: var(--blue-dark);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.santinho-card img {
  width: min(260px, 82%);
  height: auto;
}

.santinho-card span {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.santinho-card strong {
  font-family: "Oswald", sans-serif;
  font-size: 106px;
  line-height: .85;
  color: var(--blue);
}

.santinho-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .nav { gap: 10px; font-size: 12px; }
  .nav-cta { padding: 10px 12px; }
  .downloads-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  .nav-cta { text-align: center; }
  .simple-page { padding-top: 72px; }
  .santinho-preview-section { grid-template-columns: 1fr; }
  .page-hero { padding-top: 105px; }
}

@media (max-width: 620px) {
  .downloads-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: auto; padding: 105px 20px 70px; }
  .page-hero h1 { font-size: 58px; }
  .santinho-preview { min-height: 470px; }
  .santinho-card { min-height: 430px; }
  .santinho-card strong { font-size: 84px; }
}

/* Ajuste de enquadramento das fotos da galeria
   As imagens originais estão em formato retrato (3:4). 
   Mantemos os cards nesse mesmo formato para evitar cortes no rosto/corpo. */
.gallery-card {
  flex: 0 0 clamp(280px, 26vw, 390px);
  aspect-ratio: 3 / 4;
  height: auto !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 620px) {
  .gallery-card {
    flex-basis: 82vw;
    aspect-ratio: 3 / 4;
    height: auto !important;
  }
}




/* Santinho Virtual integrado ao site */
.santinho-tool-page {
  min-height: 100vh;
  padding: 124px clamp(22px, 5vw, 72px) 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 210, 28, .30), transparent 24%),
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, .14), transparent 26%),
    linear-gradient(135deg, var(--blue-light) 0%, var(--blue) 42%, var(--blue-dark) 100%);
  position: relative;
  overflow: hidden;
}

.santinho-tool-page::before {
  content: "";
  position: absolute;
  inset: 84px auto auto -120px;
  width: 330px;
  height: 330px;
  background: var(--yellow);
  border-radius: 999px;
  opacity: .28;
  transform: rotate(-12deg);
  pointer-events: none;
}

.santinho-tool-page::after {
  content: "4070";
  position: absolute;
  right: clamp(-70px, -3vw, -20px);
  bottom: -74px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(180px, 24vw, 360px);
  line-height: 1;
  color: rgba(255, 255, 255, .06);
  pointer-events: none;
}

.santinho-tool-hero,
.santinho-workspace {
  position: relative;
  z-index: 1;
}

.santinho-tool-hero {
  width: min(100%, 920px);
  margin: 0 auto 34px;
  text-align: center;
}

.santinho-tool-hero .eyebrow {
  color: var(--yellow);
  letter-spacing: .18em;
}

.santinho-tool-hero h1 {
  margin: 10px auto 14px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(46px, 8vw, 92px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -2px;
  color: var(--white);
}

.santinho-tool-hero p {
  margin: 0 auto;
  max-width: 780px;
  color: rgba(255,255,255,.84);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
}

.santinho-tool-page .workspace {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(320px, 520px);
  align-items: start;
  justify-content: center;
  gap: 28px;
}

.santinho-tool-page .panel {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 26px;
  padding: clamp(18px, 2.2vw, 24px);
  box-shadow: 0 22px 70px rgba(0, 30, 120, .30);
  backdrop-filter: blur(12px);
}

.santinho-tool-page .panel h2 {
  margin: 0 0 18px;
  font-size: 20px;
  color: var(--white);
}

.santinho-tool-page .field {
  margin-bottom: 16px;
}

.santinho-tool-page .field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 800;
  color: var(--white);
}

.santinho-tool-page .field small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.68);
  line-height: 1.35;
}

.santinho-tool-page input[type=text],
.santinho-tool-page select,
.santinho-tool-page input[type=file] {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  padding: 11px 13px;
  outline: none;
  color: var(--white);
  background: rgba(255,255,255,.12);
  font-size: 16px;
}

.santinho-tool-page input[type=file] {
  padding: 9px;
}

.santinho-tool-page input::placeholder {
  color: rgba(255,255,255,.68);
}

.santinho-tool-page select option {
  color: #111;
}

.santinho-tool-page input:focus,
.santinho-tool-page select:focus {
  border-color: rgba(255, 210, 28, .9);
  box-shadow: 0 0 0 4px rgba(255, 210, 28, .14);
}

.santinho-tool-page input[type=file]::file-selector-button {
  border: 0;
  margin-right: 12px;
  padding: 9px 12px;
  border-radius: 10px;
  font-weight: 800;
  color: var(--blue-dark);
  background: var(--yellow);
  cursor: pointer;
}

.santinho-tool-page .ai-box {
  margin: 4px 0 18px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
}

.santinho-tool-page .ai-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  text-align: left;
}

.santinho-tool-page .ai-box-head strong {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
  color: var(--white);
}

.santinho-tool-page .ai-box-head small {
  color: rgba(255,255,255,.70);
  font-size: 12px;
}

.santinho-tool-page .ai-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--yellow), #ffb300);
  color: var(--blue-dark);
  font-weight: 900;
  flex: 0 0 auto;
}

.santinho-tool-page .ai-actions,
.santinho-tool-page .actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.santinho-tool-page .controls-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.santinho-tool-page .range-wrap {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.13);
}

.santinho-tool-page .range-wrap label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
  color: rgba(255,255,255,.86);
  font-weight: 800;
  font-size: 13px;
}

.santinho-tool-page input[type=range] {
  width: 100%;
  accent-color: var(--yellow);
}

.santinho-tool-page .actions {
  margin-top: 18px;
}

.santinho-tool-page button {
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  padding: 12px 15px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  transition: transform .18s ease, filter .18s ease;
}

.santinho-tool-page button:hover {
  transform: translateY(-2px);
  filter: brightness(.98);
}

.santinho-tool-page button:disabled {
  opacity: .45;
  cursor: not-allowed;
  transform: none !important;
}

.santinho-tool-page .btn-primary,
.santinho-tool-page .btn-ai {
  color: var(--blue-dark);
  background: linear-gradient(135deg, var(--yellow), #ffc400);
  box-shadow: 0 12px 32px rgba(255, 210, 28, .25);
}

.santinho-tool-page .btn-secondary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-light), var(--blue));
  box-shadow: 0 12px 32px rgba(0, 56, 199, .24);
}

.santinho-tool-page .btn-ghost {
  color: var(--white);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
}

.santinho-tool-page .preview-panel {
  text-align: center;
}

.santinho-tool-page .canvas-wrap {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.santinho-tool-page canvas {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(255,255,255,.06);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 26px 65px rgba(0,0,0,.30);
  touch-action: none;
}

.santinho-tool-page .tip {
  margin: 12px auto 0;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.45;
  max-width: 430px;
}

.santinho-tool-page .status {
  margin-top: 12px;
  min-height: 20px;
  font-size: 13px;
  color: var(--yellow);
}

.santinho-tool-page .ai-progress {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.84);
  font-size: 12px;
  text-align: left;
}

.santinho-tool-page .spinner {
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255,255,255,.26);
  border-top-color: var(--yellow);
  border-radius: 999px;
  animation: spin .85s linear infinite;
  flex: 0 0 auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .santinho-tool-page .workspace {
    grid-template-columns: 1fr;
  }

  .santinho-tool-page .panel {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .santinho-tool-page {
    padding: 104px 16px 48px;
  }

  .santinho-tool-hero {
    margin-bottom: 24px;
  }

  .santinho-tool-hero h1 {
    font-size: 48px;
    letter-spacing: -1px;
  }

  .santinho-tool-page .panel {
    padding: 16px;
    border-radius: 20px;
  }

  .santinho-tool-page .controls-grid,
  .santinho-tool-page .actions,
  .santinho-tool-page .ai-actions {
    grid-template-columns: 1fr;
  }
}




/* Ajuste final do Santinho Virtual: remover círculos do background
   e alinhar com a identidade visual principal do site */
.santinho-tool-page {
  background: linear-gradient(135deg, #1770fe 0%, #0752ca 46%, #0038c7 100%) !important;
}

.santinho-tool-page::before,
.santinho-tool-page::after,
.santinho-tool-hero::before,
.santinho-tool-hero::after,
.santinho-workspace::before,
.santinho-workspace::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

.santinho-tool-page .panel {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 40px rgba(0, 38, 124, 0.18);
}

.santinho-tool-page .panel h2,
.santinho-tool-page .panel h3,
.santinho-tool-page .preview-panel h2 {
  color: #ffffff;
}



/* Rodapé final centralizado */
.footer.footer-centered {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  padding: 64px clamp(24px, 7vw, 110px) 34px;
  background: linear-gradient(135deg, #0038c7 0%, #0752ca 55%, #1770fe 100%);
  color: #ffffff;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: min(260px, 70vw);
  height: auto;
  display: block;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-socials a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #ffffff;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-socials a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.42);
}

.footer-socials svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials a:nth-child(2) svg {
  fill: currentColor;
  stroke: none;
}

.footer-campaign-name {
  margin: 6px 0 0;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 800;
  letter-spacing: .02em;
}

.footer-cnpj {
  margin: -10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
}

.footer-quick-links {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: row !important;
  gap: 12px 22px !important;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-quick-links a {
  color: rgba(255, 255, 255, 0.88);
}

.footer-quick-links a:hover {
  color: var(--yellow);
}

.footer.footer-centered .footer-note {
  width: min(100%, 1180px);
  margin: 14px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.62);
  font-size: 11px;
}

@media (max-width: 620px) {
  .footer.footer-centered {
    padding: 52px 18px 28px;
  }

  .footer-logo {
    width: min(220px, 78vw);
  }

  .footer-socials a {
    width: 44px;
    height: 44px;
  }

  .footer-quick-links {
    flex-direction: column !important;
    gap: 10px !important;
  }
}



/* Central de Materiais com links oficiais */
.materials-page .materials-hero {
  background:
    linear-gradient(135deg, rgba(0,56,199,.94), rgba(7,82,202,.90), rgba(23,112,254,.86)),
    url('assets/fotos/foto02.png') center 34%/cover no-repeat;
}

.materials-section {
  background: linear-gradient(180deg, #f4f7ff 0%, #ffffff 100%);
}

.materials-section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}

.materials-section-heading h2 {
  margin-bottom: 14px;
  font-family: "Oswald", sans-serif;
  color: var(--blue-dark);
  font-size: clamp(44px, 5vw, 76px);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.materials-section-heading p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.material-card {
  min-height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(0, 56, 199, .12);
  border: 1px solid rgba(7,82,202,.10);
  display: flex;
  flex-direction: column;
}

.material-card-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
}

.material-thumb {
  min-height: 220px;
  padding: 28px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #1770fe 0%, #0752ca 48%, #0038c7 100%);
  position: relative;
  overflow: hidden;
}

.material-thumb::after {
  content: "";
  position: absolute;
  inset: auto -18% -42% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 210, 28, .88);
}

.material-thumb img,
.material-icon {
  position: relative;
  z-index: 1;
}

.material-thumb img {
  max-width: min(260px, 86%);
  max-height: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(0,0,0,.18));
}

.material-thumb-photo {
  min-height: 100%;
  padding: 0;
  display: block;
}

.material-thumb-photo::after {
  display: none;
}

.material-thumb-photo img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: none;
}

.material-icon {
  width: 96px;
  height: 96px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  color: #ffffff;
}

.material-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.material-card-content {
  padding: 26px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.material-card-content h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 3vw, 44px);
  line-height: .95;
  color: var(--blue-dark);
  text-transform: uppercase;
}

.material-card-content p {
  margin: 0 0 auto;
  color: var(--muted);
  line-height: 1.65;
}

.material-card-content .button {
  margin-top: 6px;
}

.material-thumb-brand {
  background: #ffffff;
  border-bottom: 1px solid rgba(7,82,202,.10);
}

.material-thumb-brand::after {
  background: rgba(255, 210, 28, .60);
}

.material-thumb-audio {
  background: linear-gradient(135deg, #0038c7 0%, #0752ca 52%, #1770fe 100%);
}

.material-card-santinho .material-thumb {
  background:
    linear-gradient(135deg, rgba(23,112,254,.95), rgba(0,56,199,.95)),
    url('assets/background.png') center/cover no-repeat;
}

.footer-socials a:nth-child(5) svg {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 1120px) {
  .materials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .material-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .materials-grid {
    grid-template-columns: 1fr;
  }

  .material-card-wide {
    grid-column: auto;
    display: flex;
  }

  .material-thumb-photo {
    min-height: 260px;
  }
}



/* Ajuste final: ícones das redes sociais em linha no rodapé */
.footer.footer-centered .footer-socials {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  flex-wrap: nowrap !important;
}

.footer.footer-centered .footer-socials a {
  display: inline-flex !important;
  flex: 0 0 auto !important;
}



/* Cards extras da Central de Materiais */
.material-thumb-cards {
  background: linear-gradient(135deg, #1770fe 0%, #0752ca 44%, #0038c7 100%);
}

.material-thumb-stickers {
  background: linear-gradient(135deg, #0038c7 0%, #0752ca 54%, #1770fe 100%);
}

.material-thumb-cards::after,
.material-thumb-stickers::after {
  background: rgba(255, 210, 28, .82);
}




/* Ajustes finais para visualização no celular */
@media (max-width: 620px) {
  .hero {
    padding: 96px 0 0 !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    background: url('assets/background.png') center top / cover no-repeat !important;
  }

  .hero-content {
    width: 100%;
    padding: 0 20px 18px !important;
    text-align: left;
  }

  .hero-actions {
    justify-content: center;
  }

  .countdown {
    width: 100%;
    justify-content: space-between !important;
    gap: 8px !important;
    margin: 28px auto 0 !important;
  }

  .countdown-item {
    min-width: 0;
    flex: 1 1 0;
  }

  .countdown-value {
    font-size: clamp(38px, 13vw, 56px) !important;
    line-height: .95;
  }

  .countdown-label {
    font-size: clamp(9px, 2.8vw, 12px) !important;
    letter-spacing: .08em;
    white-space: nowrap;
  }

  .hero-photo {
    width: 100%;
    min-height: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    margin: 0 auto !important;
    padding: 0 0 0 !important;
    overflow: hidden;
  }

  .hero-image {
    width: min(100%, 430px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }

  .gallery-section {
    padding-top: 0 !important;
  }

  .gallery-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .gallery-track {
    padding-left: 20px !important;
    padding-right: 20px !important;
    scroll-padding-left: 20px;
    scroll-padding-right: 20px;
    gap: 16px !important;
  }

  .gallery-card {
    flex: 0 0 calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    aspect-ratio: 3 / 4 !important;
    border-radius: 22px !important;
    scroll-snap-align: center !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .gallery-footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 28px 20px 18px !important;
    text-align: center !important;
  }

  .gallery-footer .button {
    width: min(100%, 560px) !important;
    min-height: 58px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    text-align: center !important;
  }
}

@media (max-width: 390px) {
  .countdown-value {
    font-size: 40px !important;
  }

  .countdown-label {
    font-size: 9px !important;
    letter-spacing: .06em !important;
  }
}


/* Panfleto Virtual - alinhado à identidade visual da home */
.panfleto-page {
  background: #ffffff;
}

.panfleto-hero {
  min-height: 510px;
  background: linear-gradient(135deg, #0038c7 0%, #0752ca 52%, #1770fe 100%);
}

.panfleto-hero::before,
.panfleto-hero::after,
.panfleto-section::before,
.panfleto-section::after,
.panfleto-viewer::before,
.panfleto-viewer::after {
  content: none !important;
  display: none !important;
}

.panfleto-hero .eyebrow {
  color: var(--yellow);
}

.panfleto-share-full {
  background: transparent;
}

.panfleto-section {
  background: linear-gradient(180deg, #f4f7ff 0%, #ffffff 100%);
}

.panfleto-section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.panfleto-section-heading h2 {
  margin: 0 0 14px;
  font-family: "Oswald", sans-serif;
  color: var(--blue-dark);
  font-size: clamp(44px, 5vw, 76px);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.panfleto-section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.panfleto-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: start;
}

.panfleto-viewer,
.panfleto-pages {
  overflow: hidden;
  border: 1px solid rgba(7,82,202,.10);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(0,56,199,.12);
}

.panfleto-viewer-top {
  min-height: 58px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(7,82,202,.10);
}

.panfleto-viewer-top strong {
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.panfleto-viewer-top span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.panfleto-stage {
  position: relative;
  min-height: 620px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf2fa;
}

.panfleto-stage img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0,38,124,.18);
}

.panfleto-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 10px 24px rgba(7,82,202,.28);
  font-size: 20px;
  font-weight: 900;
  transition: .2s;
}

.panfleto-arrow:hover:not(:disabled) {
  background: var(--blue-dark);
}

.panfleto-arrow:disabled {
  opacity: .3;
  cursor: default;
}

.panfleto-prev { left: 14px; }
.panfleto-next { right: 14px; }

.panfleto-page-actions {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  border-top: 1px solid rgba(7,82,202,.10);
}

.panfleto-page-actions .button {
  width: 100%;
}

.panfleto-pages-head {
  padding: 18px 18px 10px;
}

.panfleto-pages-head .eyebrow {
  margin-top: 0;
}

.panfleto-pages-head h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: var(--blue-dark);
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.panfleto-thumbs {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px;
}

.panfleto-thumb {
  position: relative;
  padding: 4px;
  border: 2px solid transparent;
  border-radius: 14px;
  background: #f4f6f9;
  cursor: pointer;
  transition: .2s;
}

.panfleto-thumb:hover {
  transform: translateY(-2px);
}

.panfleto-thumb.active {
  border-color: var(--blue);
  background: #eaf1ff;
}

.panfleto-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 9px;
  background: #fff;
}

.panfleto-thumb span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.panfleto-status {
  min-height: 20px;
  margin: 14px 0 0;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.material-thumb-panfleto {
  background: linear-gradient(135deg, #0038c7 0%, #0752ca 52%, #1770fe 100%);
}

.material-thumb-panfleto::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 900px) {
  .panfleto-layout {
    grid-template-columns: 1fr;
  }

  .panfleto-pages {
    order: -1;
  }

  .panfleto-thumbs {
    display: flex;
    overflow-x: auto;
  }

  .panfleto-thumb {
    flex: 0 0 96px;
  }

  .panfleto-stage {
    min-height: 470px;
  }
}

@media (max-width: 620px) {
  .panfleto-hero {
    min-height: 0;
    padding: 105px 20px 60px;
  }

  .panfleto-section {
    padding: 70px 16px;
  }

  .panfleto-section-heading h2 {
    font-size: 46px;
  }

  .panfleto-viewer,
  .panfleto-pages {
    border-radius: 22px;
  }

  .panfleto-stage {
    min-height: 310px;
    padding: 10px;
  }

  .panfleto-stage img {
    width: 100%;
    max-height: none;
  }

  .panfleto-arrow {
    width: 42px;
    height: 42px;
  }

  .panfleto-prev { left: 8px; }
  .panfleto-next { right: 8px; }

  .panfleto-page-actions {
    grid-template-columns: 1fr;
  }
}

/* Panfleto Virtual - versão objetiva */
.panfleto-page {
  padding-top: 84px;
  background: #f4f7ff;
}

.panfleto-direct {
  padding: 42px clamp(16px, 5vw, 70px) 70px;
}

.panfleto-direct-head {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

.panfleto-direct-head .eyebrow {
  margin: 0 0 6px;
  color: var(--blue);
}

.panfleto-direct-head h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .95;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  color: var(--blue-dark);
}

.panfleto-direct-head > p:last-child {
  margin: 10px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.panfleto-viewer-direct {
  width: min(100%, 780px);
  margin: 0 auto;
  border-radius: 24px;
}

.panfleto-viewer-direct .panfleto-stage {
  min-height: 0;
  padding: 16px;
  background: #e9eef8;
}

.panfleto-viewer-direct .panfleto-stage img {
  max-height: 68vh;
  border-radius: 10px;
}

.panfleto-download-actions,
.panfleto-share-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px 14px 0;
}

.panfleto-share-actions {
  padding-top: 10px;
  padding-bottom: 14px;
}

.panfleto-download-actions .button,
.panfleto-share-actions .button {
  width: 100%;
  min-height: 50px;
  margin: 0;
}

.button-outline-blue {
  background: #fff;
  color: var(--blue);
  border: 2px solid var(--blue);
}

.button-outline-blue:hover {
  background: #eef4ff;
}

.panfleto-pages-inline {
  width: min(100%, 780px);
  margin: 18px auto 0;
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(0,56,199,.08);
}

.panfleto-pages-inline .panfleto-pages-head {
  padding: 14px 16px 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.panfleto-pages-inline .panfleto-pages-head .eyebrow {
  margin: 0;
  white-space: nowrap;
}

.panfleto-pages-inline .panfleto-pages-head h3 {
  font-size: 22px;
  text-align: right;
}

.panfleto-pages-inline .panfleto-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 14px 14px;
}

.panfleto-pages-inline .panfleto-thumb {
  flex: 0 0 112px;
}

.panfleto-status {
  width: min(100%, 780px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 620px) {
  .panfleto-page {
    padding-top: 72px;
  }

  .panfleto-direct {
    padding: 24px 12px 48px;
  }

  .panfleto-direct-head {
    margin-bottom: 16px;
  }

  .panfleto-direct-head h1 {
    font-size: 44px;
  }

  .panfleto-direct-head > p:last-child {
    margin-top: 7px;
    font-size: 14px;
  }

  .panfleto-viewer-direct,
  .panfleto-pages-inline {
    border-radius: 18px;
  }

  .panfleto-viewer-direct .panfleto-stage {
    padding: 8px;
  }

  .panfleto-viewer-direct .panfleto-stage img {
    width: 100%;
    max-height: none;
  }

  .panfleto-download-actions,
  .panfleto-share-actions {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .panfleto-pages-inline .panfleto-pages-head {
    display: block;
  }

  .panfleto-pages-inline .panfleto-pages-head h3 {
    margin-top: 3px;
    text-align: left;
    font-size: 20px;
  }

  .panfleto-pages-inline .panfleto-thumb {
    flex-basis: 92px;
  }
}
