.fpo-page {
  background: #ffffff;
  color: #012640;
}

.fpo-hero {
  min-height: calc(100vh - var(--navbar-height));
  padding: calc(var(--navbar-height) + 36px) 0 56px;
  background:
    linear-gradient(90deg, rgba(1, 38, 64, 0.96) 0%, rgba(1, 38, 64, 0.82) 48%, rgba(1, 38, 64, 0.68) 100%),
    url("../images/hero/optimized/hero-bg-1.jpg") center / cover no-repeat;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.fpo-kicker {
  color: #83c523;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.fpo-hero h1 {
  color: #ffffff;
  font-size: clamp(2.35rem, 4vw + 1rem, 4.8rem);
  line-height: 1.08;
  margin-bottom: 18px;
  max-width: 920px;
  overflow-wrap: anywhere;
}

.fpo-subline {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.08rem, 0.7vw + 0.95rem, 1.35rem);
  margin-bottom: 18px;
}

.fpo-terms-block {
  background: #83c523;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  color: #012640;
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  max-width: 620px;
  padding: 18px;
}

.fpo-terms-block strong {
  color: #012640;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.18rem, 1vw + 1rem, 1.75rem);
  font-weight: 800;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fpo-terms-block span {
  color: #012640;
  font-size: clamp(1rem, 0.45vw + 0.92rem, 1.18rem);
  font-weight: 700;
  line-height: 1.35;
}

.fpo-code-box {
  background: #012640;
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 1.02em !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  line-height: 1.1 !important;
  margin-left: 4px;
  padding: 5px 9px;
  white-space: nowrap;
}

.fpo-terms-block-cta {
  margin-bottom: 16px;
  margin-top: 4px;
}

.fpo-address {
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 24px;
}

.fpo-address i {
  color: #83c523;
}

.fpo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.fpo-actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  white-space: normal;
}

.fpo-code-note {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.98rem;
  margin: 0;
}

.fpo-offer-panel {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  color: #012640;
  margin-left: auto;
  max-width: 420px;
  padding: 34px;
}

.fpo-discount {
  color: #83c523;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(4rem, 6vw, 6.5rem);
  font-weight: 800;
  line-height: 0.9;
}

.fpo-discount-label {
  color: #012640;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.fpo-offer-panel p {
  color: rgba(1, 38, 64, 0.78);
  font-size: 1rem;
  margin-bottom: 22px;
}

.fpo-validity {
  background: rgba(131, 197, 35, 0.16);
  border-radius: 8px;
  color: #012640;
  font-weight: 700;
  padding: 12px 14px;
}

.fpo-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.fpo-section h2,
.fpo-menu-section h2 {
  color: #012640;
}

.fpo-section p {
  color: rgba(1, 38, 64, 0.76);
  font-size: 1.08rem;
  line-height: 1.75;
}

.fpo-disclaimer {
  background: rgba(1, 38, 64, 0.06);
  border-left: 4px solid #83c523;
  border-radius: 8px;
  margin: 24px auto 0;
  max-width: 760px;
  padding: 16px 18px;
}

.fpo-menu-section {
  padding-bottom: 88px;
  padding-top: 80px;
}

.fpo-menu-card {
  background: #ffffff;
  border: 1px solid rgba(1, 38, 64, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(1, 38, 64, 0.08);
  height: 100%;
  overflow: hidden;
}

.fpo-menu-card img,
.fpo-img-slot {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.fpo-img-slot {
  align-items: center;
  background: linear-gradient(135deg, rgba(1, 38, 64, 0.08), rgba(131, 197, 35, 0.18));
  color: rgba(1, 38, 64, 0.72);
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  justify-content: center;
  padding: 18px;
  text-align: center;
}

.fpo-menu-card h3 {
  color: #012640;
  font-family: 'Poppins', sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0;
  padding: 18px;
}

@media (max-width: 991.98px) {
  .fpo-hero {
    min-height: auto;
  }

  .fpo-offer-panel {
    margin-left: 0;
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .fpo-hero {
    padding-bottom: 40px;
    padding-top: calc(var(--navbar-height) + 28px);
  }

  .fpo-actions .btn {
    width: 100%;
  }

  .fpo-terms-block {
    padding: 15px;
  }

  .fpo-code-box {
    display: inline-block;
    margin-left: 0;
    margin-top: 6px;
  }

  .fpo-address {
    align-items: flex-start;
  }

  .fpo-offer-panel {
    padding: 26px;
  }
}
