:root {
  --urovalis-teal: #0A5C6E;
  --urovalis-teal-dark: #084552;
  --urovalis-red: #D32F2F;
  --urovalis-light: #F5FAFB;
  --urovalis-teal-muted: rgba(10, 92, 110, 0.9);
}

body {
  font-family: "Work Sans", "Poppins", sans-serif;
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  flex-shrink: 0;
  background-color: var(--urovalis-teal);
}

.site-header__inner {
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.urovalis-logo {
  font-family: "Bebas Neue", "Work Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  height: 36px;
  margin: 0;
}

.urovalis-logo span {
  color: #ff6b6b;
}

header.bg-\[\#2D4375\],
header.bg-\[\#0A5C6E\] {
  background-color: var(--urovalis-teal) !important;
}

footer.bg-\[\#1E3160\] {
  background-color: var(--urovalis-teal-dark) !important;
}

.product-cta button,
[data-product="cta"] button {
  background: linear-gradient(180deg, #e53935 0%, #c62828 100%) !important;
  box-shadow: 0 4px 14px rgba(211, 47, 47, 0.35) !important;
}

.product-cta button span,
[data-product="cta"] button span {
  color: #fff !important;
}

#solicitud {
  background: var(--urovalis-light);
  padding: 3rem 1rem;
}

#solicitud .form-card {
  max-width: 560px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(10, 92, 110, 0.12);
  border: 1px solid rgba(10, 92, 110, 0.15);
}

#solicitud label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--urovalis-teal);
  margin-bottom: 0.35rem;
}

#solicitud input,
#solicitud select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #c5d5da;
  border-radius: 0.5rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}

#solicitud input:focus,
#solicitud select:focus {
  outline: 2px solid var(--urovalis-teal);
  border-color: var(--urovalis-teal);
}

#solicitud .submit-btn {
  width: 100%;
  padding: 1rem;
  background: var(--urovalis-red);
  color: #fff;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

#solicitud .submit-btn:hover {
  background: #b71c1c;
}

.footer-contact {
  margin-top: 0.5rem;
  line-height: 1.6;
}

.footer-contact a {
  color: #fff;
  text-decoration: underline;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 0 1rem;
}

.review-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(10, 92, 110, 0.12);
}

.review-card h4 {
  color: var(--urovalis-teal);
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

.review-card p {
  color: #444;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
}

.review-card .stars {
  color: #f5a623;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.gracias-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1.5rem;
}

.gracias-page h1 {
  color: var(--urovalis-teal);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.gracias-page .btn-home {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.875rem 2rem;
  background: var(--urovalis-red);
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
}

.product-panel .tab-buttons-hidden {
  display: none !important;
}

/* Introduction section */
.intro-section__grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .intro-section__grid {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }

  .intro-section__text {
    flex: 1;
    max-width: 520px;
  }

  .intro-section__media {
    flex: 0 0 auto;
    max-width: 420px;
    width: 42%;
  }
}

.intro-section__photo {
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1023px) {
  .intro-section__photo {
    max-width: 280px;
    margin: 0 auto;
  }
}

.intro-steps > div {
  width: 100%;
}

/* Order banner */
.order-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #084552 0%, #0a5c6e 42%, #0c6d82 100%);
}

.order-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 90% at 88% 45%, rgba(255, 255, 255, 0.1) 0%, transparent 68%),
    radial-gradient(circle at 12% 80%, rgba(255, 214, 102, 0.12) 0%, transparent 42%);
  pointer-events: none;
}

.order-banner__wrap {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
}

.order-banner__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2.75rem 1.5rem;
}

.order-banner__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.order-banner__content {
  flex: 0 1 520px;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.order-banner__eyebrow {
  margin: 0;
  color: rgba(255, 236, 179, 0.95);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-banner__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.625rem, 3.5vw, 2.375rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.order-banner__btn-wrap {
  display: block;
  width: 100%;
  max-width: 420px;
}

.order-banner__btn {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.order-banner__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.order-banner__btn span {
  color: #fff !important;
}

.order-banner__guarantee {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.order-banner__seal {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  object-fit: contain;
}

.order-banner__guarantee-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Bebas Neue", "Work Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.order-banner__visual {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(38vw, 340px);
  pointer-events: none;
}

.order-banner__product {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
}

.order-banner__cta {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .order-banner__inner {
    padding: 2rem 1rem 2.25rem;
  }

  .order-banner__layout {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  .order-banner__content {
    align-items: center;
    flex-basis: auto;
  }

  .order-banner__visual {
    order: -1;
    width: min(70vw, 240px);
  }

  .order-banner__product {
    max-height: 260px;
  }

  .order-banner__guarantee {
    justify-content: center;
  }
}

.carousel-label-img {
  object-fit: contain;
  object-position: center;
}

.banner-gallery .carousel-label-img {
  width: 100%;
  height: 100%;
  padding: 4px;
  box-sizing: border-box;
  background: #fafafa;
}

.supplement-facts-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.c-modal-content figure.bg-white {
  overflow: auto;
  max-height: 70vh;
}

.footer-links span {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0.25rem;
}

.gracias-page .success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.5rem;
  background: rgba(10, 92, 110, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--urovalis-teal);
}

.gracias-page .gracias-name {
  color: var(--urovalis-teal);
  font-weight: 600;
}
