:root {
  --nenes-bg: #060606;
  --nenes-bg-soft: #0d0d0f;
  --nenes-card: #111114;
  --nenes-card-2: #151518;
  --nenes-border: rgba(205, 155, 74, 0.22);
  --nenes-border-strong: rgba(205, 155, 74, 0.45);
  --nenes-gold: #c89642;
  --nenes-gold-2: #f1d28a;
  --nenes-white: #f4efe6;
  --nenes-muted: rgba(244, 239, 230, 0.72);
  --nenes-muted-2: rgba(244, 239, 230, 0.55);
  --nenes-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(200, 150, 66, 0.08), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(200, 150, 66, 0.06), transparent 20%),
    var(--nenes-bg);
  color: var(--nenes-muted);
  font-family: 'DM Sans', sans-serif;
}

img {
  max-width: 100%;
}

.page-wrapper.nenes-page {
  background: transparent;
}

.section-padding {
  padding: 110px 0;
}

.section-padding--top-small {
  padding-top: 30px;
}

.nenes-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--nenes-gold-2);
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 700;
  margin-bottom: 20px;
}

.nenes-eyebrow::before,
.nenes-eyebrow::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--nenes-gold);
}

.nenes-eyebrow.justify-content-center {
  justify-content: center;
}

h1, h2, h3, h4, h5 {
  color: var(--nenes-white);
  font-family: 'Lora', serif;
  letter-spacing: -0.02em;
}

p {
  color: var(--nenes-muted);
}

a {
  transition: all 0.3s ease;
}

/* Header */
.nenes-header .main-menu__wrapper {
  background: rgba(6, 6, 6, 0.96);
  border-bottom: 1px solid rgba(205, 155, 74, 0.15);
  backdrop-filter: blur(8px);
}

.nenes-header__inner {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nenes-header__left,
.nenes-header__right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nenes-header__center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nenes-logo-box img,
.nenes-mobile-nav .logo-box img,
.nenes-footer__brand img {
  width: 150px;
  height: auto;
}

.nenes-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nenes-header .main-menu__list > li,
.nenes-header .main-menu__list > li + li {
  margin: 0;
}

.nenes-header .main-menu__list > li > a {
  color: #f3ede3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.nenes-header .main-menu__list > li > a:hover,
.nenes-header .main-menu__list > li.current > a {
  color: var(--nenes-gold-2);
}

.nenes-header__icons {
  display: flex;
  gap: 16px;
}

.nenes-header__icons a {
  color: var(--nenes-white);
  font-size: 18px;
}

.nenes-header__icons a:hover {
  color: var(--nenes-gold-2);
}

.nenes-header-cta,
.nenes-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid var(--nenes-border-strong);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.nenes-header-cta {
  color: var(--nenes-gold-2);
  background: transparent;
}

.nenes-header-cta:hover {
  background: rgba(200, 150, 66, 0.12);
  color: var(--nenes-white);
}

.nenes-btn {
  background: linear-gradient(135deg, var(--nenes-gold-2), var(--nenes-gold));
  color: #0b0b0d !important;
  box-shadow: var(--nenes-shadow);
}

.nenes-btn .txt {
  color: #0b0b0d !important;
  font-weight: 700;
}

.nenes-btn--outline {
  background: transparent;
  color: var(--nenes-gold-2);
}

.nenes-btn--outline:hover {
  color: var(--nenes-white);
  background: rgba(200, 150, 66, 0.12);
}

.nenes-btn--solid {
  background: linear-gradient(135deg, var(--nenes-gold-2), var(--nenes-gold));
  color: #0b0b0d;
}

.nenes-burger {
  display: none;
  font-size: 28px;
  color: var(--nenes-gold-2);
}

.nenes-sticky-header .main-menu__wrapper {
  background: rgba(6, 6, 6, 0.98);
}

/* Hero */
.nenes-hero {
  padding-top: 175px;
  padding-bottom: 100px;
}

.nenes-hero__content h1 {
  font-size: clamp(44px, 6vw, 88px);
  line-height: 1.02;
  margin-bottom: 26px;
}

.nenes-hero__content h1 span,
.nenes-about-highlight__content h2 span {
  color: var(--nenes-gold);
}

.nenes-hero__content h1 strong {
  color: var(--nenes-gold-2);
  font-weight: 600;
}

.nenes-hero__content p,
.nenes-page-hero p,
.nenes-statement p,
.nenes-about-highlight__content p,
.nenes-story__box p,
.nenes-collection-card__content p,
.nenes-contact-brand p,
.nenes-cta-banner__inner p {
  font-size: 18px;
  line-height: 1.8;
}

.nenes-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.nenes-hero__media,
.nenes-about-highlight__image,
.nenes-page-hero__image,
.nenes-story__image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--nenes-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.01));
  box-shadow: var(--nenes-shadow);
}

.nenes-hero__media img,
.nenes-about-highlight__image img,
.nenes-page-hero__image img,
.nenes-story__image img {
  width: 100%;
  display: block;
}

.nenes-feature-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.nenes-feature-icons__item {
  padding: 16px 12px;
  text-align: center;
  border: 1px solid var(--nenes-border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.nenes-feature-icons__item span {
  display: block;
  color: var(--nenes-gold);
  font-size: 26px;
  margin-bottom: 6px;
}

.nenes-feature-icons__item strong,
.nenes-feature-icons__item small {
  display: block;
  color: var(--nenes-white);
  font-size: 14px;
  font-weight: 700;
}

.nenes-feature-icons__item small {
  color: var(--nenes-muted);
  font-weight: 500;
}

/* Sections */
.nenes-statement {
  text-align: center;
}

.nenes-statement h2,
.nenes-section-heading h2,
.nenes-about-highlight__content h2,
.nenes-story__box h2,
.nenes-cta-banner__inner h2,
.nenes-contact-brand h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  margin-bottom: 20px;
}

.nenes-statement p {
  max-width: 860px;
  margin: 0 auto;
}

.nenes-section-heading {
  margin-bottom: 42px;
}

.nenes-category-grid .col-lg-20 {
  width: 20%;
}

.nenes-category-card,
.nenes-collection-card,
.nenes-value-card,
.nenes-story__box,
.nenes-contact-brand,
.nenes-contact-item,
.nenes-cta-banner__inner {
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--nenes-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  box-shadow: var(--nenes-shadow);
}

.nenes-category-card {
  overflow: hidden;
}

.nenes-category-card__image {
  position: relative;
  overflow: hidden;
}

.nenes-category-card__image img,
.nenes-collection-card__image img {
  width: 100%;
  display: block;
}

.nenes-category-card__content,
.nenes-collection-card__content {
  padding: 18px 18px 20px;
}

.nenes-category-card__content h3,
.nenes-collection-card__content h3,
.nenes-value-card h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.nenes-about-highlight__content,
.nenes-story__box,
.nenes-contact-brand {
  padding: 40px;
}

.nenes-value-card {
  padding: 34px 30px;
}

.nenes-value-card span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--nenes-border-strong);
  color: var(--nenes-gold-2);
  font-size: 18px;
  margin-bottom: 18px;
}

.nenes-benefit-strip {
  padding: 0 0 90px;
}

.nenes-benefit-strip__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--nenes-border);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}

.nenes-benefit-strip__item,
.nenes-benefit-strip__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 120px;
  text-align: center;
}

.nenes-benefit-strip__item span {
  color: var(--nenes-gold);
  font-size: 30px;
  margin-bottom: 6px;
}

.nenes-benefit-strip__item strong {
  color: var(--nenes-white);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.nenes-benefit-strip__item small {
  color: var(--nenes-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nenes-benefit-strip__logo img {
  width: 78px;
}

/* Inner pages */
.nenes-page-hero {
  padding: 170px 0 80px;
}

.nenes-page-hero h1 {
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.06;
  margin-bottom: 18px;
}

.nenes-collection-grid,
.nenes-contact {
  padding-bottom: 90px;
}

.nenes-collection-card__image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.nenes-cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 38px 42px;
}

.nenes-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  height: 100%;
}

.nenes-contact-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  min-height: 180px;
}

.nenes-contact-item span {
  color: var(--nenes-gold-2);
  font-size: 22px;
  margin-bottom: 12px;
}

.nenes-contact-item strong {
  color: var(--nenes-white);
  font-size: 24px;
  margin-bottom: 6px;
  font-family: 'Lora', serif;
}

.nenes-contact-item small {
  color: var(--nenes-muted);
  font-size: 15px;
}

.nenes-contact-item:hover,
.nenes-category-card:hover,
.nenes-collection-card:hover,
.nenes-value-card:hover {
  transform: translateY(-4px);
  border-color: var(--nenes-border-strong);
}

/* Footer */
.nenes-footer {
  padding: 30px 0 40px;
  border-top: 1px solid rgba(205, 155, 74, 0.15);
}

.nenes-footer__top {
  padding: 10px 0 28px;
}

.nenes-footer__brand p {
  margin-top: 18px;
  margin-bottom: 0;
}

.nenes-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
}

.nenes-footer__menu a,
.nenes-footer__contact a,
.nenes-footer__bottom a {
  color: var(--nenes-white);
}

.nenes-footer__menu a:hover,
.nenes-footer__contact a:hover,
.nenes-footer__bottom a:hover {
  color: var(--nenes-gold-2);
}

.nenes-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.nenes-footer__social {
  display: flex;
  gap: 10px;
}

.nenes-footer__social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nenes-border);
  border-radius: 50%;
}

.nenes-footer__bottom {
  border-top: 1px solid rgba(205, 155, 74, 0.15);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nenes-footer__bottom p {
  margin: 0;
}

/* Mobile nav */
.nenes-mobile-nav .mobile-nav__content {
  background: #080808;
}

.nenes-mobile-nav .mobile-nav__social a {
  color: var(--nenes-white);
}

/* Utility */
@media (max-width: 1399px) {
  .nenes-category-grid .col-lg-20 {
    width: 33.333333%;
  }
}

@media (max-width: 1199px) {
  .nenes-menu {
    gap: 18px;
  }

  .nenes-header .main-menu__list > li > a {
    font-size: 13px;
  }

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

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

  .nenes-benefit-strip__logo {
    grid-column: span 2;
  }
}

@media (max-width: 991px) {
  .nenes-burger {
    display: block;
  }

  .nenes-header__center,
  .nenes-header__icons {
    display: none;
  }

  .nenes-header__inner {
    min-height: 88px;
  }

  .nenes-hero,
  .nenes-page-hero {
    padding-top: 135px;
  }

  .nenes-category-grid .col-lg-20,
  .nenes-contact-grid {
    width: 50%;
    grid-template-columns: 1fr 1fr;
  }

  .nenes-cta-banner__inner,
  .nenes-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .nenes-footer__contact {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 85px 0;
  }

  .section-padding--top-small {
    padding-top: 25px;
  }

  .nenes-header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 12px;
  }

  .nenes-logo-box img,
  .nenes-mobile-nav .logo-box img,
  .nenes-footer__brand img {
    width: 120px;
  }

  .nenes-feature-icons,
  .nenes-benefit-strip__inner,
  .nenes-contact-grid {
    grid-template-columns: 1fr;
  }

  .nenes-category-grid .col-lg-20 {
    width: 100%;
  }

  .nenes-about-highlight__content,
  .nenes-story__box,
  .nenes-contact-brand,
  .nenes-contact-item,
  .nenes-cta-banner__inner,
  .nenes-value-card {
    padding: 28px 22px;
  }

  .nenes-footer__menu {
    justify-content: flex-start;
  }
}

/* ============================================================
   Ajustes premium v3 - Home, botões, multimarcas e contato
   ============================================================ */
.nenes-hero {
  padding-top: 150px;
  padding-bottom: 58px;
}

.nenes-hero__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 32px;
}

.nenes-hero__bottom .nenes-feature-icons {
  margin-top: 0;
}

.nenes-btn.nenes-btn--outline {
  color: var(--nenes-gold-2) !important;
  background: rgba(6, 6, 6, 0.55) !important;
  box-shadow: none;
  text-shadow: none;
}

.nenes-btn.nenes-btn--outline:hover {
  color: var(--nenes-bg) !important;
  background: linear-gradient(135deg, var(--nenes-gold-2), var(--nenes-gold)) !important;
}

.nenes-hero-curation,
.nenes-brand-curation__box,
.nenes-contact-form-card {
  border: 1px solid var(--nenes-border);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(200, 150, 66, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.025);
  box-shadow: var(--nenes-shadow);
}

.nenes-hero-curation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
}

.nenes-hero-curation span,
.nenes-brand-curation__tags span {
  color: var(--nenes-gold-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
}

.nenes-hero-curation p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.nenes-brand-curation {
  padding-bottom: 40px;
}

.nenes-brand-curation__title h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  margin-bottom: 0;
}

.nenes-brand-curation__box {
  padding: 34px;
}

.nenes-brand-curation__box p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.nenes-brand-curation__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nenes-brand-curation__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--nenes-border);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  color: var(--nenes-white);
  letter-spacing: 0.06em;
  font-size: 12px;
}

.nenes-contact-brand {
  min-height: 100%;
}

.nenes-contact-grid--compact {
  grid-template-columns: 1fr;
  height: auto;
  margin-top: 26px;
}

.nenes-contact-grid--compact .nenes-contact-item {
  min-height: auto;
  padding: 18px 20px;
}

.nenes-contact-grid--compact .nenes-contact-item strong {
  font-size: 20px;
}

.nenes-contact-form-card {
  height: 100%;
  padding: 42px;
}

.nenes-contact-form-card h2 {
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.nenes-contact-form-card > p {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.nenes-input-box {
  margin-bottom: 20px;
}

.nenes-input-box label {
  display: block;
  color: var(--nenes-gold-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.nenes-input-box input,
.nenes-input-box select,
.nenes-input-box textarea {
  width: 100%;
  border: 1px solid var(--nenes-border);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.34);
  color: var(--nenes-white);
  font-size: 15px;
  outline: none;
  padding: 0 18px;
  min-height: 58px;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.nenes-input-box select {
  appearance: auto;
}

.nenes-input-box textarea {
  min-height: 145px;
  resize: vertical;
  padding-top: 16px;
}

.nenes-input-box input::placeholder,
.nenes-input-box textarea::placeholder {
  color: rgba(244, 239, 230, 0.42);
}

.nenes-input-box input:focus,
.nenes-input-box select:focus,
.nenes-input-box textarea:focus {
  border-color: var(--nenes-gold-2);
  background: rgba(0, 0, 0, 0.48);
  box-shadow: 0 0 0 3px rgba(200, 150, 66, 0.12);
}

.nenes-form-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}

.nenes-form-footer small {
  color: var(--nenes-muted-2);
  max-width: 320px;
  line-height: 1.5;
}

.nenes-contact-feedback {
  display: none;
  margin: 18px 0 0;
  color: var(--nenes-gold-2);
  font-weight: 700;
}

.nenes-contact-feedback.is-visible {
  display: block;
}

@media (max-width: 1199px) {
  .nenes-hero__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nenes-hero {
    padding-top: 128px;
    padding-bottom: 42px;
  }

  .nenes-hero__bottom {
    margin-top: 24px;
  }

  .nenes-contact-form-card,
  .nenes-brand-curation__box {
    padding: 28px 22px;
  }
}

/* ============================================================
   Ajustes premium v4 - contato, captcha, cookies e assets host
   ============================================================ */
.nenes-hero__bottom {
  grid-template-columns: minmax(0, 760px) minmax(320px, 1fr);
  align-items: center;
  margin-top: 26px;
}

.nenes-hero__bottom .nenes-feature-icons {
  width: 100%;
}

.nenes-hero-curation {
  min-height: 124px;
}

.nenes-input-box select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  color: var(--nenes-white) !important;
  cursor: pointer;
  padding-right: 48px !important;
  background-color: rgba(0, 0, 0, 0.34) !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--nenes-gold-2) 50%),
    linear-gradient(135deg, var(--nenes-gold-2) 50%, transparent 50%),
    linear-gradient(to right, rgba(200, 150, 66, 0.28), rgba(200, 150, 66, 0.28));
  background-position:
    calc(100% - 23px) 50%,
    calc(100% - 17px) 50%,
    calc(100% - 46px) 50%;
  background-size:
    6px 6px,
    6px 6px,
    1px 30px;
  background-repeat: no-repeat;
}

.nenes-input-box select option {
  background: #0b0b0d;
  color: var(--nenes-white);
}

.nenes-input-box select:invalid,
.nenes-input-box select option[value=""] {
  color: rgba(244, 239, 230, 0.52) !important;
}

.nenes-contact-brand,
.nenes-contact-form-card {
  min-height: auto;
  height: 100%;
}

.nenes-contact-brand img {
  max-width: 280px;
  width: 100%;
  margin-bottom: 30px;
}

.nenes-contact-channels {
  display: grid;
  gap: 22px;
  margin-top: 32px;
}

.nenes-contact-channel-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.nenes-contact-channel-block .nenes-contact-item {
  min-height: 150px;
  background:
    linear-gradient(135deg, rgba(200, 150, 66, 0.07), rgba(255, 255, 255, 0.022)),
    rgba(255, 255, 255, 0.025);
}

.nenes-captcha-box {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.nenes-captcha-box__image {
  position: relative;
  min-height: 86px;
  display: flex;
  align-items: end;
}

.nenes-captcha-box__image img {
  width: 180px;
  height: 56px;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(200, 150, 66, 0.38);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.nenes-captcha-box__image button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--nenes-border);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  color: var(--nenes-gold-2);
  font-size: 20px;
  font-weight: 800;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.22s ease;
}

.nenes-captcha-box__image button:hover {
  background: linear-gradient(135deg, var(--nenes-gold-2), var(--nenes-gold));
  color: #080808;
}

.nenes-captcha-box__input {
  margin-bottom: 0;
}

.nenes-captcha-box__input small {
  display: block;
  color: var(--nenes-muted-2);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
}

.nenes-form-footer button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.nenes-contact-feedback.is-error {
  color: #ffb4a6;
}

.nenes-footer__privacy-btn {
  border: 0;
  background: transparent;
  color: var(--nenes-white);
  padding: 0;
  font: inherit;
  cursor: pointer;
  transition: color 0.25s ease;
}

.nenes-footer__privacy-btn:hover {
  color: var(--nenes-gold-2);
}

/* Barra de cookies Nenes Premium */
.nenes-lgpd,
.nenes-lgpd * {
  box-sizing: border-box;
}

.nenes-lgpd[hidden],
.nenes-lgpd__modal[hidden] {
  display: none !important;
}

.nenes-lgpd {
  bottom: 22px;
  left: 22px;
  max-width: min(580px, calc(100vw - 44px));
  position: fixed;
  z-index: 99999;
}

.nenes-lgpd__bar {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(200, 150, 66, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(8, 8, 8, 0.96);
  border: 1px solid rgba(200, 150, 66, 0.38);
  border-radius: 24px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  padding: 20px;
  backdrop-filter: blur(16px);
}

.nenes-lgpd__copy {
  min-width: 0;
}

.nenes-lgpd__eyebrow {
  color: var(--nenes-gold-2);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.nenes-lgpd strong {
  color: var(--nenes-white);
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.nenes-lgpd p {
  color: rgba(244, 239, 230, 0.74);
  font-size: 13px;
  line-height: 1.45;
  margin: 6px 0 0;
}

.nenes-lgpd a {
  color: var(--nenes-gold-2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nenes-lgpd__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  min-width: 255px;
}

.nenes-lgpd__btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: 0.18s ease;
  white-space: nowrap;
}

.nenes-lgpd__btn--gold {
  background: linear-gradient(135deg, var(--nenes-gold-2), var(--nenes-gold));
  color: #080808;
}

.nenes-lgpd__btn--gold:hover {
  filter: brightness(1.06);
  color: #080808;
}

.nenes-lgpd__btn--outline {
  background: transparent;
  border: 1px solid rgba(244, 239, 230, 0.22);
  color: var(--nenes-white);
}

.nenes-lgpd__btn--outline:hover {
  border-color: rgba(200, 150, 66, 0.65);
  color: var(--nenes-gold-2);
}

.nenes-lgpd__btn--ghost {
  background: rgba(244, 239, 230, 0.08);
  color: var(--nenes-white);
}

.nenes-lgpd__btn--ghost:hover {
  background: rgba(244, 239, 230, 0.14);
  color: var(--nenes-white);
}

.nenes-lgpd__modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.66);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

.nenes-lgpd__modal-card {
  background:
    linear-gradient(135deg, rgba(200, 150, 66, 0.08), rgba(255, 255, 255, 0.025)),
    #0b0b0d;
  border: 1px solid rgba(200, 150, 66, 0.38);
  border-radius: 26px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.56);
  max-height: min(720px, calc(100vh - 40px));
  max-width: 620px;
  overflow: auto;
  padding: 30px;
  position: relative;
  width: 100%;
}

.nenes-lgpd__modal-card h2 {
  color: var(--nenes-white);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 42px 12px 0;
}

.nenes-lgpd__modal-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.nenes-lgpd__close {
  align-items: center;
  background: rgba(244, 239, 230, 0.08);
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: 999px;
  color: var(--nenes-white);
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
}

.nenes-lgpd__choice {
  align-items: center;
  background: rgba(244, 239, 230, 0.055);
  border: 1px solid rgba(244, 239, 230, 0.10);
  border-radius: 18px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  margin-top: 12px;
  padding: 18px;
}

.nenes-lgpd__choice strong {
  font-size: 15px;
}

.nenes-lgpd__choice p {
  font-size: 13px;
  margin-top: 5px;
}

.nenes-lgpd__choice > span {
  color: var(--nenes-gold-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nenes-lgpd__choice input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.nenes-lgpd__choice i {
  background: rgba(244, 239, 230, 0.2);
  border-radius: 999px;
  display: block;
  height: 26px;
  position: relative;
  width: 48px;
}

.nenes-lgpd__choice i::after {
  background: var(--nenes-white);
  border-radius: 999px;
  content: '';
  height: 20px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: 0.18s ease;
  width: 20px;
}

.nenes-lgpd__choice input:checked + i {
  background: var(--nenes-gold);
}

.nenes-lgpd__choice input:checked + i::after {
  background: #080808;
  transform: translateX(22px);
}

.nenes-lgpd__modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 22px;
}

body.nenes-lgpd-modal-open {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .nenes-hero__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .nenes-contact-channel-block {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .nenes-captcha-box {
    grid-template-columns: 1fr;
  }

  .nenes-captcha-box__image {
    min-height: auto;
  }

  .nenes-lgpd {
    bottom: 14px;
    left: 14px;
    max-width: calc(100vw - 28px);
  }

  .nenes-lgpd__bar {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .nenes-lgpd__actions {
    justify-content: flex-start;
    min-width: 0;
  }

  .nenes-lgpd__btn {
    flex: 1 1 auto;
  }

  .nenes-lgpd__modal {
    padding: 12px;
  }

  .nenes-lgpd__modal-card {
    border-radius: 20px;
    padding: 24px 18px;
  }

  .nenes-lgpd__modal-actions {
    justify-content: stretch;
  }

  .nenes-lgpd__modal-actions .nenes-lgpd__btn {
    width: 100%;
  }
}


/* Select premium do formulário de contato.
   Substitui o dropdown nativo branco do navegador por um componente dark/dourado. */
.nenes-custom-select {
  position: relative;
  z-index: 30;
}

.nenes-custom-select__button {
  width: 100%;
  min-height: 58px;
  border: 1px solid var(--nenes-border);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(200, 150, 66, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.44);
  color: var(--nenes-white);
  font-size: 15px;
  font-weight: 600;
  outline: none;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.nenes-custom-select:not(.has-value) .nenes-custom-select__button span {
  color: rgba(244, 239, 230, 0.42);
}

.nenes-custom-select__button b {
  color: var(--nenes-gold-2);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.22s ease;
}

.nenes-custom-select.is-open .nenes-custom-select__button {
  border-color: var(--nenes-gold-2);
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 0 0 3px rgba(200, 150, 66, 0.12);
}

.nenes-custom-select.is-open .nenes-custom-select__button b {
  transform: rotate(180deg);
}

.nenes-custom-select__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 999;
  display: none;
  margin: 0;
  padding: 8px;
  list-style: none;
  max-height: 286px;
  overflow-y: auto;
  border: 1px solid rgba(241, 210, 138, 0.36);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(200, 150, 66, 0.10), rgba(255, 255, 255, 0.025)),
    #080808;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.62);
}

.nenes-custom-select.is-open .nenes-custom-select__list {
  display: block;
}

.nenes-custom-select__list li {
  color: rgba(244, 239, 230, 0.84);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.35;
  cursor: pointer;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nenes-custom-select__list li:hover,
.nenes-custom-select__list li.is-selected {
  color: #090909;
  background: linear-gradient(135deg, var(--nenes-gold-2), var(--nenes-gold));
}

.nenes-custom-select__list li.is-placeholder {
  color: rgba(244, 239, 230, 0.52);
}

.nenes-custom-select__list::-webkit-scrollbar {
  width: 8px;
}

.nenes-custom-select__list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.nenes-custom-select__list::-webkit-scrollbar-thumb {
  background: rgba(200, 150, 66, 0.62);
  border-radius: 999px;
}

.nenes-contact-form-card,
.nenes-contact-form,
.nenes-contact .container,
.nenes-contact .row {
  overflow: visible;
}

@media (max-width: 767px) {
  .nenes-custom-select__list {
    position: relative;
    top: 8px;
    margin-bottom: 8px;
  }
}

/* Ajustes v4.3 - idioma, captcha e limpeza final do formulário */
.nenes-language-switch {
  min-width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--nenes-border-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--nenes-gold-2);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(200, 150, 66, 0.05);
}

.nenes-language-switch:hover {
  color: #090909;
  background: linear-gradient(135deg, var(--nenes-gold-2), var(--nenes-gold));
}

.nenes-captcha-box__image button,
#nenes-captcha-refresh {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  line-height: 1 !important;
  aspect-ratio: 1 / 1;
}

.nenes-form-footer {
  align-items: center;
}

.nenes-form-footer small {
  display: none !important;
}

@media (max-width: 991px) {
  .nenes-language-switch {
    display: none;
  }
}


/* Ajustes v4.6 - acabamento final do contato */
.nenes-captcha-box {
  grid-template-columns: 230px minmax(260px, 430px) !important;
  align-items: start !important;
  justify-content: start;
  column-gap: 20px;
}

.nenes-captcha-box__image {
  min-height: 0 !important;
  height: auto !important;
  align-items: center !important;
  padding-top: 29px;
}

.nenes-captcha-box__image img {
  width: 176px !important;
  height: 54px !important;
}

.nenes-captcha-box__image button,
#nenes-captcha-refresh {
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  border-radius: 999px !important;
  aspect-ratio: 1 / 1 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  padding: 0 !important;
  flex: 0 0 42px !important;
}

.nenes-captcha-box__input {
  max-width: 430px;
}

.nenes-captcha-box__input input {
  min-height: 56px;
}

.nenes-captcha-box__input small {
  max-width: 420px;
}

.nenes-form-footer {
  justify-content: flex-end !important;
  width: 100%;
}

.nenes-form-footer .nenes-btn,
.nenes-form-footer button[type="submit"] {
  margin-left: auto;
}

@media (max-width: 767px) {
  .nenes-captcha-box {
    grid-template-columns: 1fr !important;
  }

  .nenes-captcha-box__image {
    padding-top: 0;
  }

  .nenes-captcha-box__input {
    max-width: 100%;
  }

  .nenes-form-footer {
    justify-content: stretch !important;
  }

  .nenes-form-footer .nenes-btn,
  .nenes-form-footer button[type="submit"] {
    width: 100%;
    margin-left: 0;
  }
}

