:root {
  --pressanova-red: #C41E3A;
  --pressanova-blue: #1E56A0;
  --pressanova-navy: #0F1B2D;
}

.text-\[\#CC1300\],
.text-\[\#BD2025\],
.text-\[\#AB1000\] {
  color: var(--pressanova-red) !important;
}

.bg-\[\#CC1300\],
.bg-red-500 {
  background-color: var(--pressanova-red) !important;
}

.bg-\[\#5C0005\] {
  background: linear-gradient(135deg, var(--pressanova-red) 0%, var(--pressanova-blue) 100%) !important;
}

.text-\[\#EBAB00\] {
  color: #7EB8FF !important;
}

footer.bg-\[\#2E3A44\],
footer.bg-\[\#0F1B2D\],
.site-footer {
  background-color: var(--pressanova-navy) !important;
}

/* Typography — Google Fonts overrides */
body {
  font-family: "Be Vietnam Pro", system-ui, -apple-system, sans-serif;
}

.font-vietnam,
.font-worksans,
.font-heebo,
.font-poppins {
  font-family: "Be Vietnam Pro", system-ui, sans-serif !important;
}

.font-yeseva {
  font-family: "Yeseva One", Georgia, "Times New Roman", serif !important;
}

.heading-display {
  line-height: 1.25 !important;
  max-height: none !important;
}

.product-hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header {
  background: var(--pressanova-navy);
}

.site-header__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__logo,
.brand-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  text-decoration: none;
  line-height: 1;
}

.site-header__logo-pressa,
.site-header__logo-nova,
.brand-logo__pressa,
.brand-logo__nova {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-header__logo-pressa,
.brand-logo__pressa {
  color: var(--pressanova-red);
}

.site-header__logo-nova,
.brand-logo__nova {
  color: #7eb8ff;
}

.brand-logo--on-dark .brand-logo__pressa {
  color: #fff;
}

.site-header__brand img {
  max-height: 36px;
  width: auto;
}

.site-header__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
}

.site-header__offer {
  margin: 0;
  color: #fff;
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.site-header__offer strong {
  color: #ffe29b;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .site-header__logo-pressa,
  .site-header__logo-nova {
    font-size: 2rem;
  }

  .site-header__offer {
    font-size: 16px;
  }
}

.hero-announcement {
  line-height: 1.35;
  margin: 0;
}

@media (max-width: 1023px) {
  .hero-announcement {
    font-size: 16px !important;
    letter-spacing: -0.01em;
  }

  .hero-announcement span {
    display: block;
    margin-top: 2px;
  }
}

/* Content panels over background sections */
.sec-content-panel {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 24px rgba(7, 26, 43, 0.08);
}

@media (min-width: 1024px) {
  .sec-content-panel {
    padding: 2rem 2.5rem;
  }

  .sec-8-bg .sec-content-panel,
  .sec-10-bg .sec-content-panel {
    max-width: 520px;
  }
}

.ingredient-card {
  max-height: none !important;
}

/* Site footer */
.site-footer {
  color: rgba(255, 255, 255, 0.88);
  padding: 2.5rem 1rem 2rem;
  position: relative;
  z-index: 10;
}

.site-footer__inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 8px;
}

.site-footer__logo img {
  max-height: 40px;
  width: auto;
}

.site-footer__disclaimer {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
  max-width: 720px;
}

.site-footer__contact {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.site-footer__contact p {
  margin: 0 0 0.35rem;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.site-footer a:hover {
  color: #7eb8ff;
}

.site-footer__copy {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}

/* Legal pages */
.legal-site-header {
  background: #fff;
  border-bottom: 1px solid rgba(7, 26, 43, 0.08);
  padding: 1rem 1.25rem;
}

.legal-site-header__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.legal-site-header__logo img {
  max-height: 44px;
  width: auto;
}

.legal-site-header__home {
  color: var(--pressanova-blue);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.legal-site-header__home:hover {
  color: var(--pressanova-red);
}

.legal-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  color: var(--pressanova-navy);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  line-height: 1.65;
}

.legal-page h1 {
  color: var(--pressanova-red);
  font-size: clamp(1.75rem, 4vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

.legal-page h2 {
  color: var(--pressanova-navy);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  margin: 2rem 0 0.75rem;
  line-height: 1.3;
}

.legal-page h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}

.legal-page p,
.legal-page li {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.legal-page a {
  color: var(--pressanova-red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page a:hover {
  color: var(--pressanova-blue);
}

.legal-page ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.legal-page .legal-meta {
  font-style: italic;
  color: #4a5568;
  margin-bottom: 1.5rem;
}

/* Gracias page layout */
.gracias-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, var(--pressanova-navy) 0%, var(--pressanova-blue) 100%);
}

.gracias-page__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
}

.gracias-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 2rem;
  max-width: 520px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.gracias-card h1 {
  color: var(--pressanova-red);
  margin: 0 0 1rem;
  font-size: 1.75rem;
  line-height: 1.25;
}

.gracias-card p {
  color: #444;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.gracias-card .btn-primary {
  display: inline-block;
  background: var(--pressanova-red);
  color: #fff !important;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.legal-site-header__logo.brand-logo {
  text-decoration: none;
}

.legal-site-header__logo .brand-logo__pressa,
.legal-site-header__logo .brand-logo__nova {
  font-size: 1.35rem;
}

.gracias-card__brand {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 24px;
}

.supplement-popup {
  display: none;
}

.supplement-popup:target {
  display: flex !important;
}

/* FAQ accordion — HTML-only via details/summary */
.up-faq-container summary {
  list-style: none;
  cursor: pointer;
}

.up-faq-container summary::-webkit-details-marker {
  display: none;
}

.up-faq-container summary::marker {
  content: "";
}

.up-faq-container .up-faq-answer {
  display: none;
}

.up-faq-container[open] .up-faq-answer {
  display: block;
}

.up-faq-icon-minus {
  display: none;
}

.up-faq-container[open] .up-faq-icon-plus {
  display: none;
}

.up-faq-container[open] .up-faq-icon-minus {
  display: block;
}

.up-faq-container summary h2 {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* Swiper carousel removed (no JS) — hide desktop carousel, use static cards */
.reviews {
  display: none !important;
}

@media (min-width: 1024px) {
  .sec-8-bg {
    min-height: 640px;
    display: flex;
    align-items: center;
  }

  .sec-10-bg {
    min-height: 560px;
    display: flex;
    align-items: center;
  }
}

.contact-note a {
  color: var(--pressanova-blue);
  text-decoration: underline;
}

.contact-note a:hover {
  color: var(--pressanova-red);
}

.gracias-card .btn-primary:hover {
  opacity: 0.92;
}


.gracias-card .contact-note {
  margin-top: 1.5rem;
  font-size: 14px;
  color: #666;
}

.legal-page .colorAB1000,
.legal-page h1.colorAB1000 {
  color: var(--pressanova-red) !important;
}

.legal-page.main-content {
  padding-top: 2rem;
}

.legal-page.main-content h1,
.legal-page.main-content h2 {
  color: var(--pressanova-navy);
}

.legal-page.main-content a {
  color: var(--pressanova-red);
}

.lead-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(102, 102, 102, 0.4);
  padding: 24px;
}

.lead-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #071A2B;
  margin-bottom: 6px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.lead-form textarea {
  min-height: 80px;
  resize: vertical;
}

.lead-form .form-error {
  color: var(--pressanova-red);
  font-size: 13px;
  margin: -10px 0 12px;
  display: none;
}

.lead-form .form-error.visible {
  display: block;
}

.lead-form .submit-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(180deg, #e0455a 0%, var(--pressanova-red) 100%);
  box-shadow: 0 2px 8px rgba(196, 30, 58, 0.35);
}

.lead-form .submit-btn:hover {
  opacity: 0.95;
}

.lead-form .package-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.lead-form .package-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
}

.lead-form .package-option.selected {
  border-color: var(--pressanova-red);
  background: #fef2f2;
}

.lead-form .package-option input {
  width: auto;
  margin: 0;
}

.logo-link img {
  max-height: 48px;
  width: auto;
}

@media (min-width: 1024px) {
  .logo-link img {
    max-height: 56px;
  }
}

.supplement-facts-trigger {
  font-family: inherit;
  line-height: 1.2;
  white-space: nowrap;
}

.supplement-facts-panel {
  background: #fff;
  color: #071a2b;
  border-radius: 8px;
  padding: 24px;
  max-width: 420px;
  max-height: 85vh;
  overflow-y: auto;
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.supplement-facts-panel h3 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 4px solid #071a2b;
  padding-bottom: 4px;
}

.supplement-facts-panel .serving-info {
  border-bottom: 1px solid #071a2b;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.supplement-facts-panel table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 8px;
}

.supplement-facts-panel th,
.supplement-facts-panel td {
  padding: 4px 0;
  vertical-align: top;
}

.supplement-facts-panel thead th {
  border-bottom: 1px solid #071a2b;
  font-weight: 700;
  text-align: left;
}

.supplement-facts-panel thead th:last-child,
.supplement-facts-panel tbody td:last-child {
  text-align: right;
  white-space: nowrap;
}

.supplement-facts-panel tbody tr {
  border-bottom: 1px solid rgba(7, 26, 43, 0.15);
}

.supplement-facts-panel .table-footer {
  border-top: 4px solid #071a2b;
  padding-top: 6px;
  font-size: 12px;
}

.supplement-facts-panel .footnote {
  margin-top: 12px;
  font-size: 12px;
  color: #444;
}

#supplementPopup .supplement-popup-close {
  opacity: 1;
}

.gift-list-es {
  width: 100%;
}

.gift-list-es__item {
  background: rgba(0, 0, 0, 0.85);
  border: 1px dashed var(--pressanova-red);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.gift-list-es__item strong {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #ffe29b;
}

@media (min-width: 1024px) {
  .gift-list-es {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 100%;
  }

  .gift-list-es__item {
    font-size: 14px;
  }
}
