/* ============================================
   EDUCAÇÃO — Para Famílias Page
   ============================================ */

/* --- Hero override --- */
.educacao-page .missao-hero {
  height: 80vh;
  min-height: 520px;
}

.educacao-page .missao-hero__content {
  padding-top: 160px;
}

.educacao-page .missao-hero__bg {
  object-position: center center;
}

/* --- Centered title + subtitle --- */
.educacao-intro {
  padding: 100px 80px 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.educacao-intro__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(36px, 4.5vw, 56px);
  color: #1a1a2e;
  line-height: 1.15;
  margin-bottom: 24px;
}

.educacao-intro__title em {
  font-style: italic;
}

.educacao-intro__subtitle {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto;
}

/* --- Search bar --- */
.educacao-search {
  max-width: 800px;
  margin: 0 auto 64px;
  padding: 0 80px;
  position: relative;
}

.educacao-search__input {
  width: 100%;
  height: 52px;
  border: 2px solid #d9dbdf;
  border-radius: 999px;
  padding: 0 52px 0 52px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
}

.educacao-search__input::placeholder {
  color: rgba(26, 26, 46, 0.4);
}

.educacao-search__input:focus {
  border-color: #0263e0;
}

.educacao-search__icon-left {
  position: absolute;
  left: 96px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-variation-settings: 'wght' 600;
  color: rgba(26, 26, 46, 0.45);
  pointer-events: none;
  padding: 4px;
}

.educacao-search__icon-right {
  position: absolute;
  right: 96px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-variation-settings: 'wght' 600;
  color: rgba(26, 26, 46, 0.45);
  cursor: pointer;
  padding: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.educacao-search__icon-right:hover {
  background: #e8e8e8;
}

/* --- Filter pills --- */
.educacao-pills {
  max-width: 800px;
  margin: -40px auto 64px;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.educacao-pill {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 999px;
  background: #eef3fb;
  border: none;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5a8ed6;
  cursor: pointer;
}

.educacao-pill:hover,
.educacao-pill--active {
  background: #0263e0;
  color: #fff;
}

/* --- No results message --- */
.educacao-no-results {
  display: none;
  text-align: center;
  padding: 80px 24px;
}

.educacao-no-results__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  color: #1a1a2e;
  margin-bottom: 12px;
}

.educacao-no-results__text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: rgba(26, 26, 46, 0.5);
  line-height: 1.6;
}

/* --- Info-product card grid --- */
.educacao-grid {
  padding: 0 80px 120px;
}

.educacao-grid__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 40px;
}

.educacao-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  padding: 16px 16px 28px;
  cursor: pointer;
}

.educacao-card__img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}

.educacao-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.educacao-card__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px);
  color: #1a1a2e;
  line-height: 1.25;
  margin-bottom: 12px;
}

.educacao-card__desc {
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.55);
  line-height: 1.5;
}

.educacao-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.educacao-card__tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #eef3fb;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #3b7ddb;
  line-height: 1.4;
}

.educacao-card:hover .educacao-card__title,
.educacao-card:hover .educacao-card__desc {
  text-decoration: underline;
}

.educacao-card__desc::after {
  content: 'arrow_outward';
  font-family: 'Material Symbols Outlined';
  font-size: 18px;
  vertical-align: middle;
  margin-left: 6px;
  color: rgba(26, 26, 46, 0.4);
  font-variation-settings: 'wght' 600;
}

/* --- Download page form --- */
.educacao-form-section {
  padding: 0;
  background: linear-gradient(to right, #eef3fb 50%, #fff 50%);
}

.educacao-form-section__inner {
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

/* --- Social share column --- */
.educacao-share {
  padding: 100px 0 0 0;
  min-width: 48px;
  position: sticky;
  top: 100px;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.educacao-share.footer-visible {
  opacity: 0;
  pointer-events: none;
}

.educacao-share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  text-decoration: none;
  background: #96aecb;
}

.educacao-share__btn svg {
  fill: #eef3fb;
}

.educacao-share__btn svg rect,
.educacao-share__btn svg circle {
  stroke: #eef3fb;
}

.educacao-share__btn--facebook:hover {
  background: linear-gradient(135deg, #1877f2, #0d5bbf);
}

.educacao-share__btn--instagram:hover {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #f77737);
}

.educacao-share__btn--whatsapp:hover {
  background: linear-gradient(135deg, #25d366, #128c3e);
}

.educacao-share__btn:hover svg {
  fill: #fff;
}

.educacao-share__btn:hover svg rect,
.educacao-share__btn:hover svg circle {
  stroke: #fff;
}


.educacao-form-section__info {
  padding: 100px 120px 120px 40px;
  max-width: none;
}

.educacao-form-section__label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0263e0;
  margin-bottom: 16px;
  display: block;
}

.educacao-form-section__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #1a1a2e;
  line-height: 1.2;
  margin-bottom: 16px;
}

.educacao-form-section__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.educacao-form-section__tags .educacao-card__tag {
  font-size: 14px;
  padding: 6px 16px;
  background: #d6e2f5;
  color: #1a4a8a;
}

.educacao-form-section__desc {
  font-family: 'Inter Tight', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.7;
  margin-bottom: 32px;
}

.educacao-form-section__preview {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.educacao-form-section__preview img {
  width: 100%;
  height: auto;
  display: block;
}

.educacao-form {
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 100px 80px 120px;
  max-width: 720px;
}

.educacao-form__icon {
  display: none;
}

.educacao-form__icon {
  display: block;
  font-size: 36px;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.educacao-form__title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: 32px;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.educacao-form__subtitle {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: rgba(26, 26, 46, 0.5);
  margin-bottom: 32px;
}

.educacao-form__footnote {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  color: rgba(26, 26, 46, 0.45);
  margin-top: 12px;
  text-align: left;
}

.educacao-form__required {
  color: #e03232;
  font-weight: 600;
}

.educacao-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.educacao-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.educacao-form__field--full {
  grid-column: 1 / -1;
}

.educacao-form__label {
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.educacao-form__input,
.educacao-form__select {
  width: 100%;
  height: 48px;
  border: 1px solid #999;
  border-radius: 12px;
  padding: 0 16px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: #1a1a2e;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.educacao-form__select {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a2e' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 16px center;
  padding-right: 40px;
}

.educacao-form__input::placeholder {
  color: rgba(26, 26, 46, 0.35);
}

.educacao-form__input:focus,
.educacao-form__select:focus {
  border-color: #0263e0;
}

.educacao-form__error {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  color: #e03232;
  margin-top: 6px;
  display: block;
  min-height: 0;
}

.educacao-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.educacao-form__radio {
  cursor: pointer;
}

.educacao-form__radio input {
  display: none;
}

.educacao-form__radio-pill {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 999px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  cursor: pointer;
}

.educacao-form__radio input:checked + .educacao-form__radio-pill {
  background: #0263e0;
  border-color: #0263e0;
  color: #fff;
}

.educacao-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 8px;
}

.educacao-form__checkbox input {
  display: none;
}

.educacao-form__checkmark {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid #999;
  border-radius: 6px;
  background: #fff;
  position: relative;
  margin-top: 1px;
}

.educacao-form__checkbox input:checked + .educacao-form__checkmark {
  background: #0263e0;
  border-color: #0263e0;
}

.educacao-form__checkbox input:checked + .educacao-form__checkmark::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.educacao-form__checkbox-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.6);
  line-height: 1.5;
}

.educacao-form__submit {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  background: #1a1a2e;
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.educacao-form__submit:hover {
  background: #000;
}

.educacao-form__submit:disabled {
  background: #c0c0c0;
  color: #fff;
  cursor: not-allowed;
}

.educacao-form__success {
  display: none;
  text-align: center;
  padding: 40px 0;
}

.educacao-form__success-icon {
  font-size: 48px;
  color: #25d366;
  margin-bottom: 16px;
}

.educacao-form__success-title {
  font-family: 'Season Mix', serif;
  font-weight: 400;
  font-size: 24px;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.educacao-form__success-text {
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  color: rgba(26, 26, 46, 0.6);
  margin-bottom: 24px;
}

.educacao-form__download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  background: #0263e0;
  color: #fff;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.educacao-form__download-btn:hover {
  background: #0150b5;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .educacao-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 32px;
  }
}

@media (max-width: 768px) {

  .educacao-intro {
    padding: 72px 24px 56px;
  }

  .educacao-search {
    padding: 0 24px;
    margin-bottom: 48px;
  }

  .educacao-pills {
    padding: 0 24px;
    margin-top: -28px;
    margin-bottom: 48px;
  }

  .educacao-search__icon-left {
    left: 40px;
  }

  .educacao-search__icon-right {
    right: 40px;
  }

  .educacao-grid {
    padding: 0 24px 80px;
  }

  .educacao-grid__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .educacao-card {
    padding: 12px 12px 24px;
    border-radius: 16px;
  }

  .educacao-card__img-wrap {
    border-radius: 12px;
  }

  .educacao-page .breadcrumb {
    font-size: 14px;
    gap: 6px;
  }

  .educacao-page .breadcrumb__home {
    font-size: 20px;
  }

  .educacao-share {
    flex-direction: row;
    padding: 0 24px;
    margin-bottom: 24px;
    position: static;
    gap: 24px;
    order: 1;
    justify-content: center;
  }

  .educacao-form-section__inner {
    grid-template-columns: 1fr;
  }

  .educacao-form-section {
    background: #eef3fb;
  }

  .educacao-form-section__info {
    padding: 64px 24px 48px;
    max-width: none;
    order: 0;
  }

  .educacao-form {
    padding: 48px 24px 80px;
    max-width: none;
    background: #fff;
    order: 2;
  }

  .educacao-form__row {
    grid-template-columns: 1fr;
  }
}
