.header__logo img {
  width: 420px !important;
  height: auto !important;
  display: block !important;
}

.logo-image {
  display: block !important;
}

.header__container {
  min-height: 110px !important;
  display: flex !important;
  align-items: center !important;
  padding: 10px 25px !important;
}

.header__burger-btn,
.header__menu,
.popup-menu {
  display: none !important;
}

@media (max-width: 768px) {
  .header__logo img {
    width: 260px !important;
  }
}
.main-title {
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 25px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

@media (max-width: 768px) {
  .main-title {
    font-size: 42px;
  }
}
.logo-subtitle {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
  margin-left: 15px;
  text-shadow: 0 3px 10px rgba(0,0,0,0.5);
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  .logo-subtitle {
    font-size: 18px;
    margin-left: 5px;
  }
}
.green-tick {
  color: #00e676;
  font-weight: bold;
  margin-right: 8px;
  font-size: 28px;
}
.benefit-box {
  margin-top: 25px;
}

.benefit-text {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.second-benefit {
  max-width: 520px;
}

.green-tick {
  color: #00ff4c;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
}

.benefit-line {
  width: 100%;
  max-width: 500px;
  height: 2px;
  background: rgba(255,255,255,0.35);
  margin: 18px 0;
}

@media (max-width: 768px) {
  .benefit-text {
    font-size: 18px;
  }

  .green-tick {
    font-size: 26px;
  }

  .benefit-line {
    max-width: 100%;
  }
}
.form-product {
  text-align: center;
  margin-bottom: 15px;
}

.block-link {
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%) !important;
  border: 2px solid rgba(0, 198, 255, 0.55) !important;
  border-radius: 22px !important;
  box-shadow: 0 0 25px rgba(0, 198, 255, 0.35), 0 15px 35px rgba(0,0,0,0.35) !important;
  padding: 22px 20px !important;
  max-width: 360px !important;
  margin-top: 70px !important;
}

.discount-badge {
  background: linear-gradient(90deg, #e00000, #ff3b3b) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  box-shadow: 0 4px 12px rgba(224,0,0,0.35) !important;
}

.form-product img {
  width: 115px !important;
  margin: 8px auto 12px !important;
}

.offer-title {
  color: #05006b !important;
  font-size: 26px !important;
  font-weight: 900 !important;
}

.offer-subtitle {
  color: #1d2b45 !important;
  font-size: 14px !important;
}

.trust-points {
  background: rgba(0, 198, 255, 0.08) !important;
  border-radius: 14px !important;
  padding: 10px !important;
}

.block-price {
  margin: 8px 0 12px !important;
  text-align: center !important;
}

.price {
  color: #ff0000 !important;
  font-size: 34px !important;
  font-weight: 900 !important;
}

.input-field {
  border: 2px solid #05006b !important;
  border-radius: 14px !important;
  height: 46px !important;
  padding: 0 16px !important;
  font-size: 16px !important;
}

.button {
  background: linear-gradient(90deg, #05006b, #003cff) !important;
  border-radius: 999px !important;
  font-size: 28px !important;
  box-shadow: 0 8px 18px rgba(0, 60, 255, 0.35) !important;
}

@media (max-width: 768px) {
  .block-link {
    max-width: 92% !important;
    margin: 30px auto 0 !important;
  }
}
.hero-medical-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.hero-medical-image img {
  width: 100%;
  max-width: 430px;
  height: auto;
  display: block;
  border-radius: 24px;
}

/* Desktop */
@media (min-width: 992px) {
  .hero-medical-image {
    margin-top: 35px;
  }

  .hero-medical-image img {
    max-width: 500px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-medical-image {
    margin-top: 20px;
    padding: 0 12px;
  }

  .hero-medical-image img {
    max-width: 100%;
    border-radius: 18px;
  }
}
.hero-medical-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 35px;
}

.hero-medical-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: 35px;
}
.hero-medical-image img {
  object-fit: cover;
}
.block-2 .items {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
  margin-top: 40px !important;
  text-align: center !important;
}

.block-2 .item {
  max-width: 180px !important;
}

.block-2 .item-img {
  margin: 0 auto 15px !important;
  display: block !important;
}

.block-2 .item-text {
  text-align: center !important;
  line-height: 1.5 !important;
}

.block-2__title,
.block-2__sub-title,
.block-2__text {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.block-2__text {
  max-width: 700px !important;
}

@media (max-width: 768px) {
  .block-2 .items {
    gap: 25px !important;
  }

  .block-2 .item {
    max-width: 140px !important;
  }
}
.benefits-section {
  background:
    radial-gradient(circle at top left, rgba(0,198,255,0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,102,255,0.18), transparent 35%),
    linear-gradient(180deg, #02002c 0%, #05006b 100%) !important;

  padding: 80px 20px !important;
  position: relative;
  overflow: hidden;
}

/* glowing wave overlay */
.benefits-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(circle at 12% 16%, rgba(0,198,255,0.16), transparent 34%);

  opacity: 1;
  pointer-events: none;
}

/* soft glow circles */
.benefits-section::after {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;

  background:
    radial-gradient(
      circle,
      rgba(0,198,255,0.30) 0%,
      rgba(0,198,255,0.12) 35%,
      transparent 75%
    );

  top: -250px;
  right: -180px;
  pointer-events: none;
}
/* keep content above graphics */
.benefits-section .container {
  position: relative;
  z-index: 2;
}

.benefits-header h2 {
  font-size: 68px !important;
  color: #ffffff !important;
  margin-bottom: 24px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  text-align: center !important;

  text-shadow:
    0 0 15px rgba(0,198,255,0.35),
    0 4px 20px rgba(0,0,0,0.75);
}

.benefits-header p {
  font-size: 26px !important;
  line-height: 1.8 !important;
  color: #ffffff !important;
  font-weight: 500 !important;
  text-align: center !important;

  text-shadow:
    0 2px 10px rgba(0,0,0,0.75);
}

.benefit-card {
  background: rgba(5, 0, 107, 0.72);
  border: 2px solid rgba(0,198,255,0.55);
  border-radius: 22px;
  padding: 30px 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.7;
  backdrop-filter: blur(8px);
  box-shadow:
    0 0 18px rgba(0,198,255,0.20),
    0 12px 30px rgba(0,0,0,0.45);
  transition: 0.3s ease;
  text-shadow:
    0 2px 8px rgba(0,0,0,0.75);
}

.benefit-card:hover {
  transform: translateY(-5px);
  border-color: #00c6ff;
  box-shadow: 0 14px 35px rgba(0,198,255,0.22);
}

.benefit-card::before {
  content: "✔";
  color: #00ff66;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  

  .benefits-header h2 {
    font-size: 42px !important;
    line-height: 1.12 !important;
    margin-bottom: 18px !important;
  }

  .benefits-header p {
    font-size: 20px !important;
    line-height: 1.7 !important;
    max-width: 95% !important;
    margin: 0 auto 25px !important;
  }

  .benefit-card {
    font-size: 18px !important;
    padding: 24px 20px !important;
  }
}
@media (max-width: 768px) {

  .benefits-section {
    padding-top: 10px !important;
  }

  .benefits-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .benefits-label {

  font-family: 'Arial Black', 'Montserrat', sans-serif !important;

  font-size: 72px !important;
  font-weight: 900 !important;

  text-transform: uppercase !important;
  letter-spacing: 6px !important;
  line-height: 1.08 !important;

  text-align: center !important;

  color: #ffffff !important;

  margin-bottom: 20px !important;

  text-shadow:
    0 0 12px rgba(0,198,255,0.85),
    0 0 28px rgba(0,198,255,0.65),
    0 4px 18px rgba(0,0,0,0.85);

  position: relative;
  z-index: 2;
}

  .benefits-label::before,
  .benefits-label::after {
    width: 40px !important;
    margin: 0 8px !important;
  }

}
.symptoms-section {
  background:
    radial-gradient(circle at top left, rgba(0,198,255,0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,102,255,0.20), transparent 35%),
    linear-gradient(180deg, #010028 0%, #04005f 100%) !important;

  position: relative;
  overflow: hidden;
  padding: 90px 20px !important;
}
.symptoms-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(circle at 88% 18%, rgba(0,198,255,0.14), transparent 34%);

  opacity: 0.95;
  pointer-events: none;
}

.symptoms-section::after {
  content: "";
  position: absolute;

  width: 1000px;
  height: 1000px;

  background:
    radial-gradient(
      circle,
      rgba(0,198,255,0.22) 0%,
      rgba(0,198,255,0.10) 35%,
      transparent 75%
    );

  top: -350px;
  right: -250px;

  pointer-events: none;
}
.symptoms-section .container {
  position: relative;
  z-index: 2;
}
.symptoms-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.symptoms-label {
  color: #00cfff;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 18px;
  display: block;

  text-shadow:
    0 0 12px rgba(0,207,255,0.75),
    0 0 24px rgba(0,207,255,0.45);
}

.symptoms-header h2 {
  color: #ffffff;
  font-size: 82px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 28px;

  text-shadow:
    0 4px 22px rgba(0,0,0,0.75),
    0 0 14px rgba(0,198,255,0.25);
}

.symptoms-header p {
  color: rgba(255,255,255,0.92);
  font-size: 30px;
  line-height: 1.6;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto;

  text-shadow:
    0 2px 10px rgba(0,0,0,0.6);
}

.symptoms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
}

.symptom-card {
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(0,198,255,0.45);
  border-radius: 22px;
  padding: 28px 22px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;

  text-align: center;
  min-height: 260px;

  color: #ffffff;
  font-weight: 800;

  box-shadow:
    0 0 18px rgba(0,198,255,0.15),
    0 12px 30px rgba(0,0,0,0.35);

  transition: 0.3s ease;
}

.symptom-card:hover {
  transform: translateY(-5px);
  border-color: #00cfff;
}

.symptom-card img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  margin-bottom: 22px;
  border-radius: 18px;
}

.symptom-card span {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 26px;
  line-height: 1.45;
  font-weight: 800;

  min-height: 90px;
  width: 100%;

  text-align: center;
}
@media (max-width: 768px) {

  .symptoms-header {
    margin-bottom: 40px;
  }

  .symptoms-label {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 14px;
  }

  .symptoms-header h2 {
    font-size: 42px;
    line-height: 1.12;
    margin-bottom: 18px;
  }

  .symptoms-header p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 95%;
  }
}
.action-section {
  background:
    radial-gradient(circle at top right, rgba(0,198,255,0.20), transparent 35%),
    radial-gradient(circle at bottom left, rgba(0,102,255,0.22), transparent 35%),
    linear-gradient(180deg, #02002c 0%, #05006b 100%) !important;
  padding: 90px 20px !important;
  position: relative;
  overflow: hidden;
}

.action-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 78%, rgba(0,198,255,0.12), transparent 33%);
  opacity: 0.75;
  pointer-events: none;
}

.action-section .container {
  position: relative;
  z-index: 2;
}

.action-card {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(0,198,255,0.45);
  border-radius: 28px;
  padding: 35px;
  box-shadow: 0 0 25px rgba(0,198,255,0.20), 0 20px 45px rgba(0,0,0,0.40);
}

.action-image img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

.action-label {
  color: #00cfff;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.action-content h2 {
  color: #ffffff;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 900;
  margin: 12px 0 18px;
}

.action-content p {
  color: rgba(255,255,255,0.88);
  font-size: 20px;
  line-height: 1.7;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 28px;
  padding: 18px 38px;

  background: linear-gradient(90deg, #003cff 0%, #00cfff 100%);
  color: #ffffff !important;

  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.5px;

  border-radius: 999px;
  text-decoration: none !important;

  box-shadow:
    0 0 18px rgba(0,198,255,0.35),
    0 10px 30px rgba(0,0,0,0.35);

  transition: 0.3s ease;
}

.action-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 25px rgba(0,198,255,0.55),
    0 15px 35px rgba(0,0,0,0.45);
}
.action-button,
.action-button:visited,
.action-button:hover,
.action-button:active {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .action-card {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .action-content h2 {
    font-size: 30px;
  }

  .action-content p {
    font-size: 16px;
  }
}
.prostalix-offer-section {
  position: relative;
  overflow: hidden;

  padding: 90px 20px;

  background:
    radial-gradient(circle at top right, rgba(0,198,255,0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(0,102,255,0.20), transparent 35%),
    linear-gradient(180deg, #010028 0%, #04005f 100%);
}

.prostalix-offer-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(circle at 84% 22%, rgba(0,198,255,0.12), transparent 32%);

  opacity: 0.75;
}

.offer-container {
  position: relative;
  z-index: 2;

  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.offer-image img {
  width: 100%;
  border-radius: 28px;

  box-shadow:
    0 0 30px rgba(0,198,255,0.22),
    0 25px 50px rgba(0,0,0,0.45);
}

.offer-content {
  color: #ffffff;
}

.offer-tag {
  display: inline-block;

  background: linear-gradient(90deg, #ff0000, #ff5500);

  padding: 10px 18px;

  border-radius: 999px;

  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;

  margin-bottom: 22px;
}

.offer-content h2 {
  font-size: 54px;
  line-height: 1.08;
  font-weight: 900;

  margin-bottom: 25px;

  text-shadow:
    0 5px 20px rgba(0,0,0,0.5);
}

.offer-text {
  font-size: 20px;
  line-height: 1.8;

  color: rgba(255,255,255,0.9);

  margin-bottom: 18px;
}

.offer-benefits {
  margin: 35px 0;
}

.offer-benefit {
  background: rgba(255,255,255,0.05);

  border: 1px solid rgba(0,198,255,0.3);

  padding: 16px 20px;

  border-radius: 14px;

  margin-bottom: 14px;

  font-size: 18px;
  font-weight: 700;

  backdrop-filter: blur(8px);
}

.offer-price-box {
  display: flex;
  align-items: center;
  gap: 18px;

  margin: 30px 0;
}

.old-price {
  font-size: 28px;
  text-decoration: line-through;
  color: rgba(255,255,255,0.55);
}

.new-price {
  font-size: 52px;
  font-weight: 900;
  color: #00ff88;

  text-shadow:
    0 0 18px rgba(0,255,136,0.4);
}

.offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 18px 38px;

  border-radius: 999px;

  background:
    linear-gradient(90deg, #003cff 0%, #00cfff 100%);

  color: #ffffff !important;

  font-size: 22px;
  font-weight: 900;

  text-decoration: none;

  box-shadow:
    0 0 25px rgba(0,198,255,0.35),
    0 18px 35px rgba(0,0,0,0.35);

  transition: 0.3s ease;
}

.offer-btn:hover {
  transform: translateY(-4px);
}

.offer-note {
  margin-top: 20px;

  color: #00ff88;

  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 768px) {

  .offer-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .offer-content h2 {
    font-size: 36px;
  }

  .offer-text {
    font-size: 17px;
  }

  .new-price {
    font-size: 42px;
  }

  .offer-btn {
    width: 100%;
  }
}
.reviews-section {
  background:
    radial-gradient(circle at top left, rgba(0,198,255,0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,102,255,0.20), transparent 35%),
    linear-gradient(180deg, #010028 0%, #04005f 100%) !important;
  padding: 90px 20px !important;
  position: relative;
  overflow: hidden;
}

.reviews-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 18%, rgba(0,198,255,0.1), transparent 33%);
  opacity: 0.65;
  pointer-events: none;
}

.reviews-section .container {
  position: relative;
  z-index: 2;
}

.reviews-header {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto 55px;
}

.reviews-label {
  display: inline-block;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 6px;
  padding: 12px 55px;
  border: 2px solid rgba(0,198,255,0.75);
  border-radius: 18px;
  background: rgba(0,198,255,0.15);
  box-shadow: 0 0 25px rgba(0,198,255,0.35);
  margin-bottom: 30px;
}

.reviews-header h2 {
  color: #ffffff;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
}

.reviews-header h2 span {
  color: #00cfff;
}

.reviews-header p {
  color: rgba(255,255,255,0.86);
  font-size: 24px;
  line-height: 1.6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1250px;
  margin: 0 auto 40px;
}

.review-card {
  background: rgba(5, 0, 107, 0.74);
  border: 2px solid rgba(0,198,255,0.55);
  border-radius: 26px;
  padding: 34px 28px;
  color: #ffffff;
  text-align: center;
  box-shadow:
    0 0 22px rgba(0,198,255,0.22),
    0 18px 40px rgba(0,0,0,0.40);
}

.quote-mark {
  color: #00cfff;
  font-size: 90px;
  line-height: 0.75;
  font-weight: 900;
}

.stars {
  color: #ffc400;
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.review-card h3 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 22px;
  color: #ffffff;
}

.review-card p {
  color: rgba(255,255,255,0.88);
  font-size: 19px;
  line-height: 1.75;
}

.review-author {
  border-top: 1px solid rgba(0,198,255,0.45);
  margin-top: 28px;
  padding-top: 22px;
}

.review-author strong {
  display: block;
  color: #00cfff;
  font-size: 24px;
  margin-bottom: 8px;
}

.review-author span {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
}

.reviews-trust-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px;
  border: 1px solid rgba(0,198,255,0.45);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .reviews-grid,
  .reviews-trust-row {
    grid-template-columns: 1fr;
  }

  .reviews-header h2 {
    font-size: 38px;
  }

  .reviews-label {
    font-size: 18px;
    padding: 10px 24px;
    letter-spacing: 3px;
  }

  .reviews-header p {
    font-size: 18px;
  }

  .review-card h3 {
    font-size: 24px;
  }

  .review-card p {
    font-size: 17px;
  }
}
.order-steps-section {
  background: linear-gradient(180deg, #010028 0%, #04005f 100%);
  padding: 90px 20px;
  text-align: center;
}

.order-steps-header span {
  color: #00cfff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 3px;
}

.order-steps-header h2 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 900;
  margin: 16px 0;
}

.order-steps-header p {
  color: rgba(255,255,255,0.85);
  font-size: 22px;
  max-width: 760px;
  margin: 0 auto 50px;
}

.order-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.order-step-card {
  position: relative;
  background: rgba(255,255,255,0.06);
  border: 2px solid rgba(0,198,255,0.45);
  border-radius: 26px;
  padding: 38px 28px;
  color: #ffffff;
}

.step-number {
  position: absolute;
  top: -18px;
  left: 24px;
  background: #00cfff;
  color: #05006b;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-weight: 900;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon {
  font-size: 58px;
  margin-bottom: 18px;
}

.order-step-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.order-step-card p {
  font-size: 18px;
  line-height: 1.6;
}

.order-steps-button {
  display: inline-block;
  padding: 18px 40px;
  border-radius: 999px;
  background: linear-gradient(90deg, #003cff, #00cfff);
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 768px) {
  .order-steps-grid {
    grid-template-columns: 1fr;
  }

  .order-steps-header h2 {
    font-size: 34px;
  }
}
.bottom-order-form {
  background: linear-gradient(180deg, #ffffff 0%, #eefaff 100%) !important;
  border: 3px solid #00cfff !important;
  border-radius: 28px !important;
  padding: 28px 24px !important;
  box-shadow:
    0 0 28px rgba(0,198,255,0.7),
    0 18px 45px rgba(0,0,0,0.45) !important;
}

.bottom-order-form .discount-badge {
  width: 100%;
  background: linear-gradient(90deg, #00a651, #00d66b) !important;
  color: #ffffff !important;
  border-radius: 18px !important;
  padding: 14px 20px !important;
  margin-bottom: 22px !important;
  text-align: center !important;
  box-shadow: 0 0 22px rgba(0,214,107,0.55);
}

.bottom-order-form .offer-text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: 0.95;
}

.bottom-order-form .offer-discount {
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-top: 4px;
}


.bottom-order-form .offer-title {
  color: #05006b !important;
  font-size: 34px !important;
  font-weight: 900 !important;
}

.bottom-order-form .offer-subtitle {
  color: #111 !important;
  font-size: 18px !important;
}

.bottom-order-form .trust-points {
  color: #05006b !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

.bottom-order-form .price-old {
  color: #111 !important;
  font-size: 28px !important;
}

.bottom-order-form .price {
  color: #ff0000 !important;
  font-size: 44px !important;
  font-weight: 900 !important;
}

.bottom-order-form .input-field {
  height: 58px !important;
  border: 3px solid #05006b !important;
  border-radius: 16px !important;
  font-size: 18px !important;
  color: #000 !important;
}

.bottom-order-form .button {
  background: linear-gradient(90deg, #05006b, #003cff) !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  min-height: 65px !important;
}
.hero-offer-image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 0 !important;

    margin: 0 auto !important;
    padding: 0 !important;

    line-height: 0;
}
.hero-offer-image-box img {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-offer-image-box img {
  width: 100%;
  display: block;
  border-radius: 24px;
  box-shadow: 0 0 28px rgba(0,198,255,0.45);
}

.hero-offer-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 22px auto 0;
  padding: 18px 28px;

  background: linear-gradient(90deg, #003cff, #00cfff);
  color: #ffffff !important;

  border-radius: 999px;
  text-decoration: none !important;

  font-size: 24px;
  font-weight: 900;

  box-shadow: 0 0 25px rgba(0,198,255,0.5);
}

.hero-offer-button strong {
  font-size: 18px;
  margin-top: 4px;
  color: #00ff88;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .hero-offer-image-box {
    max-width: 92%;
    margin: 30px auto 0;
  }

  .hero-offer-button {
    font-size: 20px;
  }
}
/* MAKE ORDER BUTTON MORE VISIBLE */
.hero-offer-button {
  background: linear-gradient(90deg, #003cff 0%, #00cfff 100%) !important;
  color: #ffffff !important;

  padding: 20px 32px !important;
  margin-top: 14px !important;
  margin-bottom: 10px !important;

  border-radius: 999px !important;
  box-shadow:
    0 0 30px rgba(0,198,255,0.7),
    0 10px 25px rgba(0,0,0,0.45) !important;

  border: 2px solid rgba(255,255,255,0.2);

  text-decoration: none !important;
  text-align: center;

  position: relative;
  z-index: 99;
}

.hero-offer-button span {
  display: block;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1.1;
  color: #ffffff !important;
}

.hero-offer-button strong {
  display: block;
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #00ff88 !important;
  margin-top: 6px;
  letter-spacing: 2px;
}

/* REDUCE SPACE BELOW BUTTON */
.hero-offer-image-box {
  margin-bottom: -30px !important;
}

/* REDUCE GAP BEFORE NEXT SECTION */
.block-2,
.benefits-section,
.why-men-section {
  margin-top: 0 !important;
  padding-top: 40px !important;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .hero-offer-button span {
    font-size: 24px !important;
  }

  .hero-offer-button strong {
    font-size: 18px !important;
  }

  .hero-offer-image-box {
    margin-bottom: -10px !important;
  }
}
/* CENTER THE IMAGE + BUTTON SECTION */
.hero-offer-image-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 35px auto 0 auto !important;
  text-align: center;

  max-width: 430px;
  width: 100%;
}

/* CENTER IMAGE */
.hero-offer-image-box img {
  display: block;
  margin: 0 auto;
}

/* BETTER SPACING ABOVE IMAGE */
.form__text:last-of-type {
  margin-bottom: 35px !important;
}

/* CENTER BUTTON */
.hero-offer-button {
  width: 100%;
  max-width: 360px;

  margin: 18px auto 0 auto !important;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* MOBILE BUTTON SPACING FIX */
@media (max-width: 768px) {

  .hero-offer-button {
    margin-top: 40px !important;
  }

}


  .hero-medical-image {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .block-1 .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .benefit-box {
    margin-bottom: 10px !important;
  }

  .hero-offer-image-box {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    max-width: 92% !important;
    position: relative !important;
    z-index: 2 !important;
  }

  .hero-offer-image-box img {
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .hero-offer-button {
    margin-top: 25px !important;
  }

  .benefits-section {
    background:
      linear-gradient(
        rgba(1, 0, 40, 0.86),
        rgba(4, 0, 95, 0.93)
      ),
      url("HAGQyImGatdQ.webp") center center / cover no-repeat !important;

    padding-top: 55px !important;
  }
@media (max-width: 768px) {

  .block-1 .row {
    display: flex !important;
    flex-direction: column !important;
  }

  .benefit-box {
    margin-bottom: 15px !important;
  }

  .hero-offer-image-box {
    margin-top: 10px !important;
    max-width: 92% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-offer-button {
    margin-top: 18px !important;
  }

  .benefits-section {
    background:
      linear-gradient(
        rgba(1,0,40,0.82),
        rgba(4,0,95,0.90)
      ),
      url("HAGQyImGatdQ.webp") center top / cover no-repeat !important;

    padding-top: 45px !important;
  }
}
/* HARD MOBILE OVERRIDE */
@media only screen and (max-width: 768px) {

  .hero-offer-image-box {
    margin-top: -180px !important;
    margin-bottom: 35px !important;
    max-width: 94% !important;
    position: relative !important;
    z-index: 5 !important;
  }

  .hero-offer-button {
    margin-top: 22px !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 10 !important;
  }

  @media only screen and (max-width: 768px) {

  .benefits-section {

    background:
      linear-gradient(
        rgba(1,0,40,0.12),
        rgba(4,0,95,0.22)
      ),
      url("HAGQyImGatdQ.webp") center center / 200% auto no-repeat !important;

    background-color: #02003f !important;

    padding-top: 30px !important;
    padding-bottom: 50px !important;

    position: relative;
    overflow: hidden;
  }

}
}
@media only screen and (max-width: 768px) {

  .symptoms-grid {

    display: grid !important;

    grid-template-columns: 1fr 1fr !important;

    gap: 14px !important;

    width: 100% !important;

    overflow: hidden !important;
  }

  .symptom-card {

    width: 100% !important;

    min-height: auto !important;

    padding: 18px 12px !important;

    border-radius: 18px !important;

    box-sizing: border-box !important;
  }

  .symptom-card img {

    width: 100% !important;

    max-width: 120px !important;

    height: auto !important;

    margin: 0 auto 14px !important;

    display: block !important;
  }

  .symptom-card span {

    font-size: 16px !important;

    line-height: 1.4 !important;

    min-height: auto !important;
  }

}
.mid-health-headline {

  background:
    linear-gradient(
      180deg,
      #02003f 0%,
      #04006f 100%
    );

  text-align: center;

  padding: 45px 20px;

  position: relative;
}

.mid-health-headline h2 {

  color: #ffffff;

  font-size: 58px;

  line-height: 1.1;

  font-weight: 900;

  max-width: 900px;

  margin: 0 auto;

  text-shadow:
    0 0 14px rgba(0,198,255,0.55),
    0 4px 18px rgba(0,0,0,0.75);
}

@media (max-width: 768px) {

  .mid-health-headline {

    padding: 35px 18px;
  }

  .mid-health-headline h2 {

    font-size: 34px;

    line-height: 1.15;
  }

}
@media only screen and (max-width: 768px) {

  .benefits-section {

    margin-top: -15px !important;

    padding-top: 12px !important;
  }

  .benefits-header {

    margin-top: 0 !important;

    padding-top: 0 !important;
  }

  .benefits-label {

    margin-top: 0 !important;

    margin-bottom: 8px !important;

    font-size: 32px !important;

    line-height: 1.15 !important;

    letter-spacing: 5px !important;
  }

}
.prostatitis-warning-headline {

  background:
    linear-gradient(
      180deg,
      #02003f 0%,
      #04006f 100%
    );

  padding: 50px 20px;

  text-align: center;

  position: relative;

  overflow: hidden;
}

.prostatitis-warning-headline {

  background: #02007a !important;

  width: 100% !important;

  margin: 0 !important;

  padding: 55px 0 !important;

  text-align: center;

  position: relative;

  overflow: hidden;
}

.prostatitis-warning-headline h2 {

  color: #00e1ff;

  font-size: 54px;

  line-height: 1.02;

  font-weight: 900;

  font-style: italic;

  text-transform: uppercase;

  letter-spacing: -1px;

  max-width: 1200px;

  margin: 0 auto;

  font-family:
    "Arial Black",
    "Montserrat",
    sans-serif;

  transform: skew(-6deg);

  text-shadow:
    0 0 10px rgba(0,225,255,0.95),
    0 0 24px rgba(0,225,255,0.75),
    0 0 40px rgba(0,225,255,0.45),
    0 4px 18px rgba(0,0,0,0.85);
}

@media (max-width: 768px) {

  .prostatitis-warning-headline {

    padding: 38px 12px !important;
  }

  .prostatitis-warning-headline h2 {

    font-size: 30px !important;

    line-height: 1.08 !important;

    transform: skew(-5deg);
  }

}

@media (max-width: 768px) {

  @media (max-width: 768px) {

  .prostatitis-warning-headline h2 {

    font-size: 18px;

    line-height: 1.08;

    transform: skew(-5deg);

    letter-spacing: -0.5px;
  }

}
}

/* ===== ORDER FORM SCROLL + MOBILE RESPONSIVE FIX ===== */
html {
  scroll-behavior: smooth;
}

#form {
  scroll-margin-top: 24px;
}

.bottom-order-form,
.bottom-order-form * {
  box-sizing: border-box !important;
}

.bottom-order-form .form {
  width: 100% !important;
  display: grid !important;
  gap: 14px !important;
}

.bottom-order-form .input-group {
  width: 100% !important;
  margin: 0 !important;
}

.bottom-order-form .input-field {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
}

.bottom-order-form .trust-points {
  display: grid !important;
  gap: 8px !important;
  text-align: left !important;
}

.bottom-order-form .button {
  width: 100% !important;
  border: 0 !important;
  white-space: normal !important;
  line-height: 1.15 !important;
  cursor: pointer !important;
}

@media only screen and (max-width: 768px) {
  .block-8 {
    overflow-x: hidden !important;
  }

  .block-8 .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px !important;
  }

  .block-8 .block-text,
  .block-8 .block-img,
  .bottom-order-form {
    width: 100% !important;
    max-width: 94vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bottom-order-form {
    margin-top: 26px !important;
    padding: 20px 14px !important;
    border-radius: 22px !important;
    box-shadow: 0 0 18px rgba(0,198,255,0.45), 0 12px 28px rgba(0,0,0,0.34) !important;
  }

  .bottom-order-form .discount-badge {
    padding: 12px 10px !important;
    margin-bottom: 16px !important;
    border-radius: 16px !important;
  }

  .bottom-order-form .offer-text {
    font-size: 13px !important;
    letter-spacing: 1px !important;
  }

  .bottom-order-form .offer-discount {
    font-size: 22px !important;
    line-height: 1.1 !important;
  }

  .bottom-order-form .form-product img {
    width: 96px !important;
  }

  .bottom-order-form .offer-title {
    font-size: 26px !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }

  .bottom-order-form .offer-subtitle {
    font-size: 15px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .bottom-order-form .trust-points {
    font-size: 14px !important;
    padding: 12px !important;
  }

  .bottom-order-form .price-old {
    font-size: 20px !important;
  }

  .bottom-order-form .price {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  .bottom-order-form .input-field {
    height: 52px !important;
    font-size: 16px !important;
    border-radius: 14px !important;
    padding: 0 14px !important;
  }

  .bottom-order-form .button {
    min-height: 58px !important;
    font-size: 24px !important;
    padding: 12px 16px !important;
  }
}

@media only screen and (max-width: 380px) {
  .bottom-order-form {
    max-width: 96vw !important;
    padding: 18px 12px !important;
  }

  .bottom-order-form .offer-discount {
    font-size: 20px !important;
  }

  .bottom-order-form .offer-title {
    font-size: 24px !important;
  }

  .bottom-order-form .button {
    font-size: 21px !important;
  }
}

/* ===== MAKE SCROLLED ORDER FORM FULLY VISIBLE ===== */
@media only screen and (min-width: 769px) {
  #form {
    scroll-margin-top: 40px !important;
    margin-top: 20px !important;
  }

  .bottom-order-form {
    transform: scale(0.94) !important;
    transform-origin: top center !important;
  }
}

@media only screen and (max-width: 768px) {
  #form {
    scroll-margin-top: 10px !important;
  }

  .bottom-order-form {
    margin-top: 10px !important;
    padding: 14px 12px !important;
  }

  .bottom-order-form .discount-badge {
    padding: 10px 8px !important;
    margin-bottom: 10px !important;
  }

  .bottom-order-form .offer-discount {
    font-size: 20px !important;
  }

  .bottom-order-form .form-product {
    margin-bottom: 6px !important;
  }

  .bottom-order-form .form-product img {
    width: 76px !important;
    margin: 4px auto 6px !important;
  }

  .bottom-order-form .offer-title {
    font-size: 24px !important;
    margin-bottom: 6px !important;
  }

  .bottom-order-form .offer-subtitle {
    font-size: 14px !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
  }

  .bottom-order-form .trust-points {
    font-size: 13px !important;
    gap: 4px !important;
    padding: 8px 10px !important;
    margin-bottom: 8px !important;
  }

  .bottom-order-form .block-price {
    margin: 4px 0 8px !important;
  }

  .bottom-order-form .price-old {
    font-size: 17px !important;
    margin: 0 !important;
  }

  .bottom-order-form .price {
    font-size: 28px !important;
    margin: 0 !important;
  }

  .bottom-order-form .form {
    gap: 9px !important;
  }

  .bottom-order-form .input-field {
    height: 46px !important;
  }

  .bottom-order-form .button {
    min-height: 52px !important;
    font-size: 21px !important;
  }
}
@media (max-width:768px){

html,
body{

    overflow-x:hidden;

}

body{

    padding-bottom:45vh;

}

.bottom-order-form{

    transition:transform .25s ease;

}

input,
textarea,
select{

    font-size:16px;

}

}
