/*
Theme Name: Paulo Camara
Theme URI: http://localhost/paulocamara2026
Author: Paulo Camara
Description: Tema base para o novo site Paulo Camara.
Version: 0.3.6
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: paulocamara
*/

:root {
  --pc-blue: #0735df;
  --pc-blue-deep: #001fae;
  --pc-sky: #08a8ff;
  --pc-green: #00b824;
  --pc-lime: #b7ff00;
  --pc-purple: #b800ff;
  --pc-magenta: #f000ff;
  --pc-white: #ffffff;
  --pc-text: #072ecb;
  --pc-muted: #8b8b8b;
  --pc-dark: #041f8a;
  --pc-max: 1220px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--pc-white);
  color: var(--pc-text);
  font-family: "canada-type-gibson", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.35;
}

strong, b, th {
  font-weight: 700;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.wrap {
  width: min(100% - 36px, var(--pc-max));
  margin: 0 auto;
}

.campaign-header {
  position: relative;
  z-index: 10;
  background: linear-gradient(105deg, var(--pc-blue) 0%, var(--pc-blue-deep) 45%, var(--pc-green) 100%);
  color: var(--pc-white);
}

.home .campaign-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

.campaign-header .wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px 32px;
  padding: 14px 0;
  min-height: 120px;
}

.campaign-logo {
  display: inline-block;
  color: var(--pc-white);
  text-decoration: none;
}

.campaign-logo__image {
  width: min(340px, 34vw);
  height: auto;
  display: inline-block;
}

.campaign-header__tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px 18px;
}

.campaign-header__tools::before {
  content: "";
  order: 2;
  flex-basis: 100%;
  height: 0;
}

.campaign-search { order: 1; width: min(260px, 30vw); height: 32px; background: rgba(255, 255, 255, 0.12); }
.header-social   { order: 1; }
.site-navigation { order: 3; }
.whatsapp-mini   { order: 3; }

.campaign-search {
  display: flex;
  align-items: center;
  width: 132px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  overflow: hidden;
}

.campaign-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--pc-white);
  font-size: 13px;
  padding: 0 8px;
  outline: 0;
}

.campaign-search input::placeholder {
  color: var(--pc-white);
}

.campaign-search button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--pc-white);
  cursor: pointer;
}

.header-social,
.social-band__links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-social a,
.social-band__links a {
  display: grid;
  place-items: center;
  text-decoration: none;
}

.header-social img {
  height: 22px;
  width: auto;
}

.social-band__links img {
  height: 34px;
  width: auto;
}


.campaign-nav,
.footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.campaign-nav a,
.footer-nav a {
  color: var(--pc-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.campaign-nav li:nth-child(2) a {
  color: var(--pc-lime);
}

.whatsapp-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.22);
  color: var(--pc-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.whatsapp-mini__icon {
  display: block;
  width: auto;
  height: 26px;
}

.hero-section {
  min-height: 0;
  margin-top: -1px;
  color: var(--pc-white);
  overflow: hidden;
}

.home-slider-section {
  background: var(--pc-blue);
}

.pc-home-slider,
.pc-home-slider .swiper-wrapper,
.pc-home-slider .swiper-slide {
  min-height: 0;
}

.pc-home-slider {
  aspect-ratio: 1920 / 913;
}

.pc-home-slide {
  position: relative;
  display: grid;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(7, 53, 223, 0.16), rgba(7, 53, 223, 0) 42%),
    var(--pc-slide-bg) center bottom / 100% auto no-repeat;
}

.pc-home-slide__inner {
  display: grid;
  align-items: start;
  height: 100%;
}

.pc-home-slide__content {
  width: min(640px, 52vw);
  padding: clamp(156px, 13.2vw, 254px) 0 70px;
}

.pc-home-slide__art {
  width: min(100%, 640px);
  margin-top: 0;
  filter: drop-shadow(0 2px 0 rgba(0, 17, 122, 0.15));
}

.pc-home-slider .swiper-pagination {
  bottom: 20px;
}

.pc-home-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--pc-white);
  opacity: 0.55;
}

.pc-home-slider .swiper-pagination-bullet-active {
  background: var(--pc-lime);
  opacity: 1;
}

.pc-home-slider .swiper-button-prev,
.pc-home-slider .swiper-button-next {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 7px;
  background: rgba(7, 53, 223, 0.34);
  color: var(--pc-white);
  cursor: pointer;
}

.pc-home-slider .swiper-button-prev::after,
.pc-home-slider .swiper-button-next::after {
  font-size: 18px;
  font-weight: 900;
}

.pc-home-slider.is-single .swiper-pagination,
.pc-home-slider.is-single .swiper-button-prev,
.pc-home-slider.is-single .swiper-button-next {
  display: none;
}

.hero-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  align-items: end;
  min-height: 610px;
  gap: 28px;
}

.hero-copy {
  align-self: center;
  padding: 44px 0 82px;
}

.vote-label {
  margin: 0;
  color: var(--pc-white);
  font-size: clamp(62px, 8vw, 96px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 12px;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  color: var(--pc-white);
  font-size: clamp(104px, 15vw, 190px);
  font-weight: 900;
  letter-spacing: -7px;
  line-height: 0.78;
  text-shadow: 0 7px 0 rgba(0, 21, 166, 0.45);
}

.hero-slogan,
.hero-subtitle {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-subtitle {
  margin-top: 10px;
  color: var(--pc-lime);
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 900;
  text-transform: none;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 24px;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 7px;
  background: rgba(0, 52, 204, 0.35);
  color: var(--pc-white);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.cta-button--green {
  border-color: rgba(255, 255, 255, 0.35);
  background: #009d19;
}

.hero-portrait {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: 520px;
}

.hero-portrait__halo {
  position: absolute;
  inset: 52px 0 0;
  background:
    radial-gradient(circle, rgba(183, 255, 0, 0.75) 0 5px, transparent 6px) 0 0 / 20px 20px,
    radial-gradient(circle at 50% 60%, rgba(0, 171, 49, 0.7), transparent 62%);
  opacity: 0.75;
}

.hero-portrait__person {
  position: relative;
  display: grid;
  place-items: center;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(160deg, #0a84ff, #0034c9);
  color: rgba(255, 255, 255, 0.75);
  font-size: 72px;
  font-weight: 900;
}

.campaign-materials {
  position: relative;
  padding: 78px 0 74px;
  background: url(assets/images/bg-section.jpg) center top / cover no-repeat, linear-gradient(180deg, #9400ff 0%, #4b16ff 100%);
  color: var(--pc-white);
  overflow: hidden;
}

.campaign-materials > .wrap {
  position: relative;
}

.section-heading p,
.eyebrow {
  margin: 0;
  color: #27eaff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow strong {
  font-weight: 700;
}

.section-heading--cyan {
  margin-bottom: 20px;
}

.section-heading--cyan p {
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: 2px;
  font-weight: 700;
}

.section-heading h2 {
  margin: 2px 0 8px;
  color: var(--pc-blue);
  font-size: clamp(48px, 7vw, 74px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.section-heading--cyan h2,
.section-heading--cyan p {
  color: #27eaff;
}

.section-heading span {
  display: block;
  max-width: 560px;
  color: var(--pc-white);
  font-size: 18px;
  font-weight: 600;
}

.materials-intro {
  margin-top: 56px;
}

.materials-intro h3,
.section-copy h3 {
  margin: 6px 0 6px;
  color: var(--pc-white);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.05;
}

.materials-intro p,
.section-copy p {
  max-width: 560px;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}

.campaign-materials__art {
  position: absolute;
  top: 20px;
  right: 0;
  width: min(46%, 640px);
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.materials-intro {
  position: relative;
  z-index: 2;
}

.download-grid,
.reel-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  margin-top: 34px;
}

.download-card,
.reel-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  background: #049bff;
  box-shadow: 0 12px 0 rgba(0, 27, 175, 0.55);
}

.download-card {
  padding: 16px;
}

.download-card__preview {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  border-radius: 8px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.download-card__preview span {
  border-radius: 7px;
  background: #27b8ff;
}

.download-card p,
.download-card h3,
.download-card small,
.reel-card h3,
.reel-card p {
  margin: 0;
}

.download-card p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.download-card h3,
.reel-card h3 {
  color: var(--pc-white);
  font-size: 21px;
  font-weight: 700;
  line-height: 0.95;
  text-transform: uppercase;
}

.download-card small,
.reel-card p {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
}

.download-card a,
.reel-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  margin-top: 15px;
  padding: 0 12px;
  border-radius: 5px;
  background: var(--pc-blue);
  color: var(--pc-white);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.project-section {
  margin-top: 62px;
}

.social-mask {
  margin-top: 70px;
}

.social-mask .section-copy {
  max-width: 720px;
}

.social-mask__step {
  margin-top: 28px;
}

.social-mask__step-label {
  color: var(--pc-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 12px;
  opacity: 0.85;
}

.social-mask__themes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-mask__theme {
  appearance: none;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  color: var(--pc-white);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.social-mask__theme:hover {
  border-color: var(--pc-white);
  background: rgba(255, 255, 255, 0.08);
}

.social-mask__theme:active { transform: scale(0.97); }

.social-mask__theme.is-active {
  background: var(--pc-white);
  color: #2a108a;
  border-color: var(--pc-white);
}

.social-mask__upload {
  appearance: none;
  border: 0;
  background: #27b8ff;
  color: var(--pc-white);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 22px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease, transform 0.15s ease;
}

.social-mask__upload:hover { background: #14a8ef; }
.social-mask__upload:active { transform: scale(0.97); }

.social-mask__upload img { height: 16px; width: auto; }

.social-mask__previews {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  justify-items: center;
}

.social-mask__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 400px;
}

.social-mask__preview-title {
  margin: 0;
  color: var(--pc-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.9;
}

.social-mask__card {
  width: 100%;
  background: var(--pc-white);
  border-radius: 18px;
  padding: 16px 16px 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.social-mask__canvas-wrap {
  position: relative;
  height: clamp(360px, 52vh, 520px);
  width: auto;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #dbe7f0;
}

.social-mask__loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: rgba(10, 20, 45, 0.65);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.social-mask__loader.is-visible { opacity: 1; }

.social-mask__spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  animation: pc-spin 0.8s linear infinite;
}

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

.social-mask__canvas-wrap--feed { aspect-ratio: 1080 / 1440; }
.social-mask__canvas-wrap--stories { aspect-ratio: 1080 / 1920; }

.social-mask__canvas-wrap canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-social-download {
  appearance: none;
  border: 0;
  background: var(--pc-blue);
  color: var(--pc-white);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 0 16px;
  min-height: 40px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-width: 160px;
  align-self: center;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn-social-download:hover:not([disabled]) { filter: brightness(1.08); }
.btn-social-download:active:not([disabled]) { transform: scale(0.98); }
.btn-social-download[disabled] { opacity: 0.5; cursor: not-allowed; }
.btn-social-download img { height: 16px; width: auto; }

@media (max-width: 780px) {
  .social-mask__previews {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .social-mask__preview { max-width: 360px; }
  .social-mask__canvas-wrap { height: clamp(320px, 60vw, 480px); }
}

@media (max-width: 500px) {
  .social-mask__themes { gap: 8px; }
  .social-mask__theme {
    font-size: 12px;
    padding: 9px 14px;
    letter-spacing: 0.5px;
  }
}


.avatar-mask {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px) minmax(280px, 380px);
  align-items: start;
  gap: 24px;
  margin-top: 70px;
}

.avatar-mask__copy--jingle {
  margin-left: 32px;
}

@media (max-width: 900px) {
  .avatar-mask__copy--jingle {
    margin-left: 0;
  }
}

.btn-jingle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--pc-blue);
  color: var(--pc-white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 6px 0 rgba(0, 27, 175, 0.55);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-jingle:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 rgba(0, 27, 175, 0.55);
}

.btn-jingle img {
  height: 16px;
  width: auto;
}

.avatar-mask__copy h3 {
  margin: 6px 0 12px;
  color: var(--pc-white);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.05;
}

.avatar-mask__copy p:not(.eyebrow) {
  max-width: 460px;
  margin: 0;
  color: var(--pc-white);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.avatar-mask__card {
  padding: 18px;
  border-radius: 14px;
  background: #049bff;
  box-shadow: 0 12px 0 rgba(0, 27, 175, 0.55);
}

.avatar-mask__canvas {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: #dbe7f0;
}

.avatar-mask__canvas canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.avatar-mask__state {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 20, 120, 0.7);
  color: var(--pc-white);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition: opacity 0.2s ease;
}

.avatar-mask__state[hidden] {
  display: none;
}

.avatar-mask__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.btn-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 6px;
  background: var(--pc-blue);
  color: var(--pc-white);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.btn-avatar[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-avatar img {
  height: 16px;
  width: auto;
}

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

  .avatar-mask__copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  .avatar-mask {
    grid-template-columns: 1fr;
  }

  .avatar-mask__card {
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}

.reel-card__video {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 9 / 16;
  background: var(--pc-blue-deep);
  overflow: hidden;
}

.reel-card__embed {
  position: absolute;
  inset: 0;
}

.reel-card__embed iframe,
.reel-card__embed video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.reel-card__play {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 3px solid #19d8ff;
  border-radius: 50%;
  color: #19d8ff;
}

.reel-card__play svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.reel-card__duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.4);
  color: var(--pc-white);
  font-size: 11px;
  font-weight: 900;
}

.reel-card h3,
.reel-card p {
  padding: 0 14px;
}

.reel-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.9em;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.15;
}

.reel-card a {
  margin: auto 14px 14px;
}

.home-news,
.inner-main {
  position: relative;
  padding: 84px 0 90px;
  background: url(assets/images/bg_noticias.jpg) center top / cover no-repeat, var(--pc-white);
}

.inner-heading {
  margin-bottom: 48px;
}

.inner-heading h1 {
  margin: 0;
  color: var(--pc-blue);
  font-size: clamp(56px, 8vw, 92px);
  font-style: italic;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.inner-heading p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--pc-green);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 44px;
}

.news-grid--compact {
  margin-top: 42px;
}

.news-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.35 / 1;
  border-radius: 11px;
  background: #049bff;
  box-shadow: 0 5px 12px rgba(0, 40, 180, 0.18);
}

.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__date {
  display: block;
  margin-top: 14px;
  color: var(--pc-muted);
  font-size: 15px;
  font-weight: 600;
}

.news-card__title {
  margin: 10px 0 0;
  color: var(--pc-blue);
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 1.15;
}

.news-card__title a {
  text-decoration: none;
}

.campaign-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 64px 0 32px;
  color: var(--pc-muted);
  font-weight: 700;
  font-size: 14px;
}

.campaign-pagination .page-numbers {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
  background: #eeeeee;
  color: var(--pc-green);
  text-decoration: none;
}

.campaign-pagination .current {
  background: var(--pc-green);
  color: var(--pc-white);
}

.campaign-pagination .dots {
  background: transparent;
}

.entry {
  max-width: 900px;
  margin: 0 auto;
}

.entry-header {
  margin-bottom: 26px;
}

.entry-eyebrow {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--pc-green);
}

.entry-eyebrow a {
  text-decoration: none;
}

.entry-title {
  margin: 0 0 12px;
  color: var(--pc-blue);
  font-size: clamp(32px, 4.6vw, 54px);
  font-weight: 900;
  line-height: 1.05;
}

.entry-title a {
  text-decoration: none;
}

.entry-meta {
  margin: 0 0 24px;
  color: var(--pc-muted);
  font-weight: 600;
  font-size: 14px;
}

.entry-featured {
  margin: 0 0 28px;
  border-radius: 12px;
  overflow: hidden;
  background: #049bff;
}

.entry-featured img {
  width: 100%;
  height: auto;
  display: block;
}

.entry-content {
  color: #1d2a5a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.entry-content p {
  margin: 0 0 18px;
}

.entry-content a {
  color: var(--pc-blue);
  font-weight: 600;
}

.entry-footer {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(0, 40, 180, 0.14);
}

.entry-back {
  color: var(--pc-blue);
  font-weight: 700;
  text-decoration: none;
}

.whatsapp-band-wrap {
  margin-top: 60px;
}

.whatsapp-band {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.whatsapp-band__art {
  display: block;
  width: 100%;
  height: auto;
}

.whatsapp-band__cta {
  position: absolute;
  left: 41%;
  bottom: 12%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 28px 14px 20px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background: #1a7a1e;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.whatsapp-band__cta img {
  width: auto;
  height: 28px;
  filter: brightness(0) invert(1);
}

@media (max-width: 640px) {
  .whatsapp-band__cta {
    position: absolute;
    left: 5%;
    right: auto;
    bottom: 5%;
    transform: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 68%;
    padding: 12px 16px;
    border: 0;
    border-radius: 10px;
    background: #1a7a1e;
    color: var(--pc-white);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  }

  .whatsapp-band__cta img {
    height: 22px;
    filter: brightness(0) invert(1);
  }
}

@media (max-width: 400px) {
  .whatsapp-band__cta {
    left: 5%;
    bottom: 4%;
    width: auto;
    max-width: 58%;
    padding: 9px 14px;
    font-size: 12px;
    gap: 7px;
    letter-spacing: 0.3px;
  }
  .whatsapp-band__cta img {
    height: 16px;
  }
}

.download-card a img.ico-download,
.reel-card a img.ico-download {
  width: auto;
  height: 16px;
}

.social-band {
  position: relative;
  color: var(--pc-white);
}

.social-band__bg {
  display: block;
  width: 100%;
  height: auto;
}

.social-band__inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}

.social-band__copy {
  padding-left: 20px;
}

.social-band__title {
  display: block;
  width: min(480px, 70%);
  height: auto;
  margin: 0 0 24px;
}

.social-band__links {
  gap: 22px;
  padding-left: 8px;
}

.social-handle {
  margin: 20px 0 0;
  color: var(--pc-white);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
}

@media (max-width: 780px) {
  .social-band__inner {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
  }

  .social-band__copy {
    padding-left: 6%;
    padding-right: 42%;
    text-align: left;
  }

  .social-band__title {
    width: min(320px, 96%);
    margin: 0 0 14px;
  }

  .social-band__links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding-left: 0;
  }

  .social-band__links img {
    height: 22px;
  }

  .social-handle {
    font-size: 17px;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .social-band {
    position: relative;
    min-height: 340px;
    background: #0a8dff;
    overflow: hidden;
  }

  .social-band__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: none;
    object-fit: cover;
    object-position: left center;
  }

  .social-band__inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 30px 0;
  }

  .social-band__copy {
    padding-left: 6%;
    padding-right: 6%;
    text-align: left;
  }
}

@media (max-width: 780px) {
  .campaign-footer {
    text-align: center;
  }

  .campaign-footer .wrap {
    justify-items: center;
  }

  .campaign-footer .campaign-logo__image {
    width: min(280px, 70%);
    margin: 0 auto;
  }

  .footer-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}

.campaign-footer {
  padding: 40px 0 26px;
  background: var(--pc-white);
  text-align: center;
}

.campaign-footer .campaign-logo__image {
  width: min(420px, 60%);
}

.campaign-footer .wrap {
  display: grid;
  justify-items: center;
  gap: 22px;
}

.campaign-footer .campaign-logo__name,
.campaign-footer .campaign-logo__number {
  color: var(--pc-blue);
  text-shadow: none;
}

.campaign-footer .campaign-logo__office {
  color: var(--pc-green);
}

.footer-nav {
  justify-content: center;
}

.footer-nav a {
  color: var(--pc-blue);
}

.campaign-footer-bar {
  padding: 22px 0;
  background: #9b00e8;
  color: var(--pc-white);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.mobile-nav-toggle {
  display: none;
}

@media (max-width: 980px) {
  .campaign-header .wrap {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 16px 0;
    min-height: 0;
  }

  .home .campaign-header {
    position: relative;
    background: linear-gradient(105deg, var(--pc-blue) 0%, var(--pc-blue-deep) 45%, var(--pc-green) 100%);
  }

  .campaign-header__tools {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pc-white);
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: var(--pc-white);
    border-radius: 2px;
    transition: transform 0.28s ease, opacity 0.2s ease;
  }

  .mobile-nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .mobile-nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .mobile-nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .campaign-logo__image {
    width: min(240px, 60vw);
  }

  .hero-section__inner,
  .social-band__inner {
    grid-template-columns: 1fr;
  }

  .pc-home-slider {
    aspect-ratio: auto;
  }

  .pc-home-slide {
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(7, 53, 223, 0.16), rgba(7, 53, 223, 0) 42%),
      var(--pc-slide-bg) 65% center / cover no-repeat;
  }

  .pc-home-slide__content {
    padding: 40px 0 60px;
  }

  .download-grid,
  .reel-grid,
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whatsapp-band {
    grid-template-columns: 1fr;
  }

  .whatsapp-band__mascot {
    display: none;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }


  .hero-section,
  .hero-section__inner,
  .pc-home-slider,
  .pc-home-slider .swiper-wrapper,
  .pc-home-slider .swiper-slide,
  .pc-home-slide__inner {
    min-height: auto;
  }

  .pc-home-slider {
    aspect-ratio: auto;
  }

  .pc-home-slide {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(0, 40, 180, 0.05) 0%, rgba(0, 40, 180, 0) 45%),
      var(--pc-slide-bg) 68% top / cover no-repeat;
  }

  .campaign-materials {
    padding: 40px 0 50px;
  }

  .campaign-materials__art {
    top: 30px;
    right: -8%;
    width: min(56%, 240px);
  }

  .section-heading--cyan {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
  }

  .section-heading--cyan span {
    max-width: 62%;
  }

  .pc-home-slide__inner {
    align-items: start;
  }

  .pc-home-slide__content {
    width: min(52vw, 240px);
    padding: 30px 0 50px;
  }

  .pc-home-slide__art {
    width: 100%;
    max-width: 220px;
  }

  .cta-button {
    min-height: 38px;
    font-size: 14px;
    padding: 0 14px;
  }

  .pc-home-slider .swiper-button-prev,
  .pc-home-slider .swiper-button-next {
    display: none;
  }

  .hero-copy {
    padding: 52px 0 28px;
  }

  .hero-portrait {
    min-height: 320px;
  }

  .download-grid,
  .reel-grid,
  .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .social-band h2 {
    margin-left: 0;
  }

  .phone-preview {
    width: 210px;
    height: 330px;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media (min-width: 500px) and (max-width: 640px) {
  .download-grid,
  .reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ======= Mobile Nav Overlay ======= */
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition: background 0.35s ease, opacity 0.25s ease, visibility 0s linear 0.35s;
}

.mobile-nav[data-open="true"] {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.35s ease, opacity 0.25s ease, visibility 0s linear 0s;
}

.mobile-nav__panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, var(--pc-blue) 0%, var(--pc-blue-deep) 45%, var(--pc-green) 100%);
  color: var(--pc-white);
  transform: translateY(-24px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

.mobile-nav[data-open="true"] .mobile-nav__panel {
  transform: translateY(0);
  opacity: 1;
}

.mobile-nav__body > * {
  opacity: 0;
  transform: translateY(12px);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.mobile-nav[data-open="true"] .mobile-nav__body > * {
  opacity: 1;
  transform: translateY(0);
}

.mobile-nav[data-open="true"] .mobile-nav__body > *:nth-child(1) { transition-delay: 0.10s; }
.mobile-nav[data-open="true"] .mobile-nav__body > *:nth-child(2) { transition-delay: 0.18s; }
.mobile-nav[data-open="true"] .mobile-nav__body > *:nth-child(3) { transition-delay: 0.26s; }

.mobile-nav__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--pc-white);
}

.mobile-nav__logo {
  width: min(240px, 55vw);
  height: auto;
}

.mobile-nav__close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: var(--pc-blue);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.mobile-nav__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 40px 20px;
  text-align: center;
}

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__links a {
  color: var(--pc-white);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-nav__links li:nth-child(2) a {
  color: var(--pc-lime);
}

.mobile-nav__whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--pc-white);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.1;
}

.mobile-nav__whatsapp img {
  height: 34px;
  width: auto;
}

.mobile-nav__social {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__social a {
  display: grid;
  place-items: center;
}

.mobile-nav__social img {
  height: 32px;
  width: auto;
}

body.mobile-nav-open {
  overflow: hidden;
}

.social-band__links .social-icon img {
    display: block;
    filter: none;
    transition: filter .2s ease, transform .2s ease;
}

.social-band__links .social-icon a:hover img {
    filter: brightness(0) invert(1);
    transform: translateY(-2px);
}

.header-social .social-icon img {
    display: block;
    filter: none;
    transition: filter .2s ease, transform .2s ease;
}

.header-social .social-icon a:hover img {
    filter: brightness(0) invert(1);
    transform: translateY(-2px);
}

