:root {
  --red-dark: #8f0000;
  --red: #e60012;
  --red-soft: #ff2234;
  --yellow: #ffd400;
  --green: #7cc61e;
  --green-dark: #5a9d10;
  --black: #111111;
  --white: #ffffff;
  --bg: #efefef;
  --muted: #666666;
  --card: #ffffff;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  background: var(--bg);
  color: var(--black);
  overflow-x: hidden;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* TOPO SUPERIOR */

.topbar {
  background: var(--red-dark);
  color: var(--white);
}

.topbar-inner {
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.socials,
.search-mock {
  font-size: 0.9rem;
  opacity: 0.96;
}

.socials {
  display: flex;
  gap: 16px;
  font-weight: 600;
  flex-wrap: wrap;
}

.socials a {
  color: inherit;
  text-decoration: none;
  margin-right: 12px;
  font-weight: 500;
}

.socials a:hover {
  opacity: 0.7;
}

.tagline {
  margin: 0;
  text-align: center;
  font-weight: 600;
}

.search-mock {
  justify-self: end;
  background: #ffffff;
  color: #7f7f7f;
  border-radius: 999px;
  padding: 10px 16px;
  min-width: 290px;
  font-weight: 500;
}

/* NAVBAR */

.navbar {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  gap: 24px;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  flex-shrink: 0;
}

.brand-logo {
  height: 80px;
  width: auto;
  display: block;
  max-width: 100%;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  background: linear-gradient(180deg, #8bd62a 0%, #6fba18 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(124, 198, 30, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.18);
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(124, 198, 30, 0.4);
  filter: brightness(1.03);
}

.wa-icon {
  font-size: 1rem;
  line-height: 1;
}

/* HERO PROMOCIONAL */

.promo-hero {
  background: linear-gradient(140deg, #ff0000, #e60012);
  color: #fff;
  padding: 30px 0 60px;
  text-align: center;
}

.promo-inner {
  max-width: 900px;
  margin: auto;
}

.promo-bullets {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 24px;
}

.promo-bullets p {
  margin: 10px 0;
  color: white;
  font-style: italic;
}

.promo-bullets span {
  color: #ffd400;
}

.promo-title {
  font-family: 'Luckiest Guy', cursive;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1.05;
  letter-spacing: 2px;
  color: white;
  text-shadow:
    -4px -4px 0 #000,
     4px -4px 0 #000,
    -4px  4px 0 #000,
     4px  4px 0 #000,
     0 6px 20px rgba(0, 0, 0, 0.4);
  margin: 0 0 35px;
}

.promo-title span {
  color: #ffd400;
}

.promo-cta {
  font-size: 1.2rem;
  padding: 18px 34px;
}

/* HERO MANUTENÇÃO */

.hero {
  background:
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(135deg, var(--yellow) 0 33%, var(--red-soft) 33% 100%);
  padding: 42px 0 36px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  align-items: stretch;
}

.hero-card {
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.hero-left {
  background: rgba(255, 212, 0, 0.92);
  padding: 34px;
}

.hero-right {
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.15), transparent 28%),
    linear-gradient(135deg, rgba(160, 0, 0, 0), rgba(128, 0, 0, 0.12)),
    var(--red);
  padding: 34px;
}

.pill {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-left h1,
.hero-right h2 {
  margin: 18px 0 14px;
}

.hero-left h1 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 0.95;
  font-weight: 900;
}

.hero-left h1 span {
  color: var(--red-dark);
}

.hero-left p,
.hero-right p,
.notice-section p {
  font-size: 1.02rem;
  line-height: 1.65;
}

.status-box {
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.62);
  border: 2px solid rgba(17, 17, 17, 0.12);
  border-radius: 18px;
  padding: 16px 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  max-width: 100%;
}

.status-box span {
  font-weight: 800;
  text-transform: uppercase;
  color: var(--red-dark);
}

.highlight {
  margin: 0;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.35;
}

.hero-right h2 {
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1.02;
  max-width: 760px;
  font-weight: 900;
}

.support-text {
  max-width: 650px;
  opacity: 0.95;
}

.cta-group {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  text-align: center;
}

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

.btn-primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 10px 18px rgba(124, 198, 30, 0.25);
}

.btn-primary:hover {
  background: var(--green-dark);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.28);
}

/* OUTRAS SEÇÕES */

.categories,
.notice-section {
  padding: 42px 0;
}

.categories h3,
.section-title {
  margin: 0 0 26px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 900;
}

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

.category-card {
  background: var(--card);
  border-radius: 20px;
  min-height: 148px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.category-card .icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.category-card span {
  font-weight: 700;
}

.notice-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.green-box {
  background: var(--green);
  color: var(--white);
  border-radius: 18px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
  box-shadow: 0 10px 22px rgba(124, 198, 30, 0.2);
}

.green-box strong {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

/* FAIXA SECUNDÁRIA, SE USAR */

.offers-strip {
  background: var(--red);
  color: var(--white);
  padding: 16px 0;
}

.offers-strip-inner {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

/* RODAPÉ */

.footer {
  background: #121212;
  color: rgba(255, 255, 255, 0.84);
  padding: 26px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  line-height: 1.6;
}

/* TABLET */

@media (max-width: 980px) {
  .topbar-inner,
  .hero-grid,
  .notice-grid {
    grid-template-columns: 1fr;
  }

  .topbar-inner {
    padding: 14px 0;
    justify-items: center;
  }

  .tagline,
  .socials,
  .search-mock {
    justify-self: center;
    text-align: center;
  }

  .socials {
    justify-content: center;
  }

  .search-mock {
    min-width: 0;
    width: 100%;
    max-width: 380px;
  }

  .nav-inner {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 16px 0;
    gap: 16px;
  }

  .brand {
    justify-content: center;
  }

  .btn-whatsapp {
    width: 100%;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    padding: 30px;
  }

  .hero-right h2 {
    max-width: 100%;
  }

  .support-text {
    max-width: 100%;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* CELULAR GRANDE */

@media (max-width: 768px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .offers-strip-inner {
    gap: 12px;
    font-size: 0.82rem;
    text-align: center;
  }

  .topbar-inner {
    gap: 12px;
  }

  .socials {
    gap: 10px 14px;
  }

  .tagline {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .brand-logo {
    height: 64px;
  }

  .btn-whatsapp {
    min-height: 50px;
    font-size: 0.92rem;
    padding: 0 18px;
  }

  .promo-hero {
    padding: 22px 0 40px;
  }

  .promo-bullets {
    font-size: 0.98rem;
    margin-bottom: 20px;
  }

  .promo-title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }

  .promo-cta {
    font-size: 1rem;
    padding: 16px 24px;
  }

  .hero {
    padding: 28px 0 30px;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-left,
  .hero-right {
    padding: 26px;
    border-radius: 22px;
  }

  .hero-left h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1;
  }

  .hero-right h2 {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
    line-height: 1.06;
  }

  .hero-left p,
  .hero-right p,
  .notice-section p {
    font-size: 0.97rem;
    line-height: 1.6;
  }

  .status-box {
    width: 100%;
  }

  .highlight {
    letter-spacing: 0.02em;
    font-size: 0.95rem;
  }

  .cta-group {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    min-height: 52px;
  }

  .categories,
  .notice-section {
    padding: 34px 0;
  }

  .categories h3,
  .section-title {
    margin-bottom: 20px;
  }

  .green-box {
    padding: 22px;
  }

  .green-box strong {
    font-size: 1.2rem;
  }
}

/* CELULAR */

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .topbar-inner {
    padding: 12px 0;
    justify-items: center;
  }

  .socials {
    justify-content: center;
    text-align: center;
  }

  .tagline {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
  }

  .socials,
  .search-mock {
    font-size: 0.85rem;
  }

  .search-mock {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 9px 14px;
  }

  .brand-logo {
    height: 54px;
  }

  .btn-whatsapp {
    min-height: 48px;
    font-size: 0.88rem;
    padding: 0 16px;
  }

  .promo-hero {
    padding: 18px 0 34px;
  }

  .promo-bullets {
    font-size: 0.88rem;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
  }

  .promo-title {
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-shadow:
      -3px -3px 0 #000,
       3px -3px 0 #000,
      -3px  3px 0 #000,
       3px  3px 0 #000,
       0 6px 16px rgba(0, 0, 0, 0.35);
  }

  .hero {
    padding-top: 20px;
  }

  .hero-left,
  .hero-right {
    padding: 22px 20px;
  }

  .pill {
    font-size: 0.74rem;
    padding: 9px 12px;
  }

  .hero-left h1 {
    font-size: 2rem;
  }

  .hero-right h2 {
    font-size: 1.85rem;
  }

  .hero-left p,
  .hero-right p,
  .notice-section p {
    font-size: 0.94rem;
  }

  .highlight {
    font-size: 0.92rem;
    letter-spacing: 0.01em;
    line-height: 1.35;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 130px;
    padding: 18px;
  }

  .green-box {
    min-height: auto;
    padding: 20px;
  }

  .footer {
    padding: 22px 0;
  }

  .footer-inner {
    gap: 16px;
  }

  .footer p {
    font-size: 0.92rem;
  }
}

/* CELULAR PEQUENO */

@media (max-width: 380px) {
  .container {
    width: min(100% - 20px, 1180px);
  }

  .brand-logo {
    height: 48px;
  }

  .btn-whatsapp {
    font-size: 0.84rem;
  }

  .promo-title {
    font-size: 1.95rem;
  }

  .hero-left,
  .hero-right {
    padding: 18px 16px;
  }

  .hero-left h1 {
    font-size: 1.75rem;
  }

  .hero-right h2 {
    font-size: 1.6rem;
  }

  .pill {
    font-size: 0.7rem;
  }

  .btn {
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .green-box strong {
    font-size: 1.05rem;
  }

  .highlight {
    font-size: 0.88rem;
  }
}