/* ==========================================================================
   Canal VE — Página Anuncie Aqui
   ========================================================================== */

.anuncie-page a.link-primary {
  color: var(--color-brand);
  font-weight: 600;
}
.anuncie-page a.link-primary:hover {
  color: var(--color-brand-dark);
}

/* ---- Hero ---- */
.anuncie-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.anuncie-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.anuncie-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.anuncie-hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  padding: 64px 24px;
}
.anuncie-hero__title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  margin: 0 0 18px;
  letter-spacing: -0.015em;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.anuncie-hero__text {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 28px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.anuncie-btn {
  display: inline-block;
  background: var(--color-brand);
  color: #fff;
  padding: 13px 28px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-family: var(--font-ui);
  transition: background 0.15s;
}
.anuncie-btn:hover {
  background: var(--color-brand-dark);
  color: #fff;
}
.anuncie-btn--light {
  background: #fff;
  color: var(--color-brand);
}
.anuncie-btn--light:hover {
  background: #f3f2f0;
  color: var(--color-brand-dark);
}

/* ---- Section commons ---- */
.anuncie-section {
  padding: 72px 24px;
}
.anuncie-section--dark {
  background: var(--color-bg-dark);
  color: #fff;
}
.anuncie-section--white {
  background: #fff;
}
.anuncie-section--gray {
  background: var(--color-bg-section);
}
.anuncie-section__header {
  text-align: center;
  margin-bottom: 48px;
}
.anuncie-section__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.anuncie-section__subtitle {
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-text-tertiary);
  margin: 0 auto;
  max-width: 56ch;
}
.anuncie-section--dark .anuncie-section__subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.anuncie-section__title .accent {
  color: var(--color-brand);
  font-style: italic;
}

/* ---- Metrics ---- */
.anuncie-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.anuncie-metric {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px 20px;
  text-align: center;
}
.anuncie-metric__value {
  font-size: 40px;
  font-weight: 800;
  color: var(--color-brand);
  margin-bottom: 8px;
  line-height: 1.1;
}
.anuncie-metric__label {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}
.anuncie-metric__desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.5;
}

/* ---- Audiences ---- */
.anuncie-audiences {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.anuncie-audience {
  background: var(--color-bg-section);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
}
.anuncie-audience__icon {
  width: 52px;
  height: 52px;
  background: var(--color-brand);
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}
.anuncie-audience__title {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 8px;
}
.anuncie-audience__text {
  font-size: 14px;
  color: var(--color-text-tertiary);
  margin: 0;
  line-height: 1.55;
}

/* ---- Social reach ---- */
.anuncie-reach-card {
  background: var(--color-bg-section);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
}
.anuncie-reach-total {
  margin-bottom: 48px;
}
.anuncie-reach-total__value {
  font-size: 64px;
  font-weight: 900;
  color: var(--color-brand);
  margin: 0;
  line-height: 1;
}
.anuncie-reach-total__label {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text);
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.anuncie-reach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
  max-width: 720px;
  margin: 0 auto;
}
.anuncie-reach-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}
.anuncie-reach-item__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.anuncie-reach-item__value {
  font-size: 28px;
  font-weight: 900;
  color: var(--color-brand);
  margin: 0;
  line-height: 1.1;
}
.anuncie-reach-item__label {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text);
  margin-top: 4px;
}

/* ---- Packages ---- */
.anuncie-package {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid var(--color-brand);
  border-radius: 16px;
  overflow: hidden;
}
.anuncie-package__header {
  background: linear-gradient(135deg, #DB0000 0%, #a30000 100%);
  padding: 28px 24px;
  text-align: center;
}
.anuncie-package__header h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  color: #fff;
}
.anuncie-package__header p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin: 8px 0 0;
}
.anuncie-package__body {
  padding: 36px 32px;
}
.anuncie-package__features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin-bottom: 28px;
}
.anuncie-package__feature {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.4;
}
.anuncie-package__check {
  color: var(--color-brand);
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
  line-height: 1.4;
}
.anuncie-package__cta {
  text-align: center;
}

/* ---- Form ---- */
.anuncie-form-wrap {
  max-width: 560px;
  margin: 0 auto;
}
.anuncie-form-wrap .anuncie-section__header {
  margin-bottom: 32px;
}
.anuncie-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.anuncie-form__row {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.anuncie-form__label {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0.01em;
}
.anuncie-form__input {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  font-family: var(--font-ui);
  font-size: 15px;
  color: var(--color-text);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  box-sizing: border-box;
}
.anuncie-form__input::placeholder {
  color: var(--color-text-meta, #9a9a9a);
}
.anuncie-form__input:focus {
  border-color: var(--color-brand);
  box-shadow: 0 0 0 3px rgba(219, 0, 0, 0.12);
}
.anuncie-form__input.is-invalid {
  border-color: var(--color-brand);
}
.anuncie-form__submit {
  width: 100%;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-top: 6px;
}
.anuncie-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}
.anuncie-form__feedback {
  margin: 4px 0 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.anuncie-form__feedback[hidden] {
  display: none !important;
}
.anuncie-form__feedback--success {
  color: #1a7a3a;
}
.anuncie-form__feedback--error {
  color: var(--color-brand);
}

/* ---- Final CTA ---- */
.anuncie-final-cta {
  background: linear-gradient(135deg, #DB0000 0%, #a30000 100%);
  padding: 64px 24px;
  text-align: center;
}
.anuncie-final-cta__inner {
  max-width: 640px;
  margin: 0 auto;
}
.anuncie-final-cta__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
}
.anuncie-final-cta__text {
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 28px;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .anuncie-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .anuncie-audiences {
    grid-template-columns: repeat(2, 1fr);
  }
  .anuncie-reach-total__value {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .anuncie-hero {
    min-height: 60vh;
  }
  .anuncie-hero__content {
    padding: 48px 16px;
  }
  .anuncie-hero__title {
    font-size: 28px;
  }
  .anuncie-hero__text {
    font-size: 15px;
  }

  .anuncie-section {
    padding: 48px 16px;
  }
  .anuncie-section__header {
    margin-bottom: 32px;
  }
  .anuncie-section__title {
    font-size: 24px;
  }
  .anuncie-section__subtitle {
    font-size: 14.5px;
  }

  .anuncie-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .anuncie-metric {
    padding: 20px 14px;
  }
  .anuncie-metric__value {
    font-size: 28px;
  }
  .anuncie-metric__label {
    font-size: 13px;
  }
  .anuncie-metric__desc {
    font-size: 12px;
  }

  .anuncie-audiences {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .anuncie-reach-card {
    padding: 32px 20px;
  }
  .anuncie-reach-total {
    margin-bottom: 32px;
  }
  .anuncie-reach-total__value {
    font-size: 40px;
  }
  .anuncie-reach-total__label {
    font-size: 14px;
  }
  .anuncie-reach-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .anuncie-reach-item__value {
    font-size: 22px;
  }
  .anuncie-reach-item__icon {
    width: 40px;
    height: 40px;
  }

  .anuncie-package__body {
    padding: 28px 20px;
  }
  .anuncie-package__features {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .anuncie-package__header h3 {
    font-size: 20px;
  }

  .anuncie-final-cta {
    padding: 48px 16px;
  }
  .anuncie-final-cta__title {
    font-size: 24px;
  }
  .anuncie-final-cta__text {
    font-size: 14.5px;
  }
}

@media (max-width: 480px) {
  .anuncie-metrics {
    grid-template-columns: 1fr;
  }
}
