/* =========================================================
   PRODUCT LANDING PAGE
   ========================================================= */

/* the shop chrome a landing page doesn't need */
.single-product .woocommerce-breadcrumb,
.single-product .product_meta,
.single-product .posted_in,
.single-product .sku_wrapper { display: none !important; }

.single-product div.product { margin-bottom: 0 !important; }

/* ---- Order form ---- */
.rw-order {
  background: #fff;
  border: 2px solid var(--rw-gold);
  border-radius: 18px;
  padding: 26px 24px 22px;
  margin: 24px 0 8px;
  box-shadow: 0 10px 34px rgba(14, 42, 71, .10);
}
.rw-order-head { text-align: center; margin-bottom: 20px; }
.rw-order-badge {
  display: inline-block; background: var(--rw-gold); color: var(--rw-navy);
  font-weight: 800; font-size: 13px; padding: 6px 20px; border-radius: 999px; margin-bottom: 12px;
}
.rw-order-head h3 {
  font-size: 21px !important; font-weight: 800 !important; color: var(--rw-ink) !important;
  margin: 0 0 7px !important; border: none !important; padding: 0 !important; line-height: 1.55;
}
.rw-order-head p { font-size: 14.5px; color: var(--rw-body); margin: 0; }

.rw-order-err {
  background: #FEF2F2; border: 1px solid #FCA5A5; color: #B91C1C;
  border-radius: 12px; padding: 13px 17px; margin-bottom: 18px;
  font-size: 14.5px; font-weight: 600; line-height: 1.7;
}

.rw-hp { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }

.rw-f { margin-bottom: 15px; }
.rw-f label {
  display: block; font-weight: 700; font-size: 14.5px;
  color: var(--rw-ink); margin-bottom: 7px;
}
.rw-f label span { color: var(--rw-danger); }
.rw-f input[type="text"],
.rw-f input[type="tel"] {
  width: 100%; border: 2px solid var(--rw-line); border-radius: 11px;
  padding: 14px 16px; font-size: 16px;
  font-family: 'Alexandria', sans-serif; color: var(--rw-ink);
  background: #fff; transition: border-color .15s ease, box-shadow .15s ease;
}
.rw-f input:focus {
  border-color: var(--rw-gold); outline: none;
  box-shadow: 0 0 0 3px rgba(255, 192, 67, .2);
}
.rw-f input::placeholder { color: #A8B2C1; font-size: 15px; }
.rw-f small { display: block; margin-top: 6px; font-size: 12.5px; color: #8894A8; }
.rw-f input.rw-phone {
  direction: ltr; text-align: center; letter-spacing: 2px;
  font-size: 19px; font-weight: 700;
}

/* ---- Quantity stepper ---- */
.rw-qty-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.rw-qty-row label { margin: 0; }
.rw-qty {
  display: inline-flex; align-items: center;
  border: 2px solid var(--rw-line); border-radius: 11px; overflow: hidden; background: #fff;
}
.rw-qty button {
  width: 46px; height: 48px; border: none; background: var(--rw-bg-soft);
  font-size: 22px; font-weight: 700; color: var(--rw-navy); cursor: pointer;
  transition: background .15s ease; line-height: 1; padding: 0;
}
.rw-qty button:hover { background: var(--rw-gold); }
.rw-qty input {
  width: 58px; height: 48px; border: none; text-align: center;
  font-size: 18px; font-weight: 800; color: var(--rw-ink);
  font-family: 'Alexandria', sans-serif; background: #fff;
  -moz-appearance: textfield; pointer-events: none;
}
.rw-qty input::-webkit-outer-spin-button,
.rw-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---- Total ---- */
.rw-total {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--rw-bg-soft); border-radius: 12px;
  padding: 15px 19px; margin: 16px 0 18px;
}
.rw-total span { font-size: 15px; font-weight: 600; color: var(--rw-body); }
.rw-total strong { font-size: 25px; font-weight: 800; color: var(--rw-danger); }
.rw-total strong .woocommerce-Price-amount { color: var(--rw-danger) !important; }

/* ---- Submit ---- */
.rw-submit {
  width: 100%; border: none; border-radius: 13px; cursor: pointer;
  background: var(--rw-gold); color: var(--rw-navy);
  font-family: 'Alexandria', sans-serif; font-weight: 800; font-size: 18px;
  padding: 19px 20px; line-height: 1.5;
  box-shadow: 0 7px 22px rgba(255, 192, 67, .45);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.rw-submit:hover { background: var(--rw-gold-dark); transform: translateY(-2px); box-shadow: 0 11px 30px rgba(255,192,67,.55); }
.rw-submit:disabled { opacity: .65; cursor: wait; transform: none; }

.rw-order-note {
  text-align: center; margin-top: 14px;
  font-size: 12.5px; color: #8894A8; line-height: 1.8;
}

/* The summary column is floated, so every section below it has to clear
   the float or it wraps up beside the title and price. */
.rw-lp-strip,
.rw-lp-desc,
.rw-lp-steps,
.rw-lp-faq,
.rw-lp-final { clear: both; }

.single-product div.product::after { content: ''; display: table; clear: both; }

/* ---- Trust strip ---- */
.rw-lp-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 46px 0 10px; padding: 26px 0; border-block: 1px solid var(--rw-line);
}
.rw-lp-strip .it { text-align: center; padding: 0 10px; }
.rw-lp-strip .it span { font-size: 30px; display: block; margin-bottom: 8px; }
.rw-lp-strip .it b { display: block; font-size: 15px; color: var(--rw-ink); font-weight: 700; margin-bottom: 3px; }
.rw-lp-strip .it i { font-style: normal; font-size: 12.5px; color: #8894A8; }

/* ---- Description block ---- */
.rw-lp-desc { max-width: 880px; margin: 46px auto 0; }
.rw-lp-desc h3 {
  font-size: 23px; font-weight: 800; color: var(--rw-ink);
  margin: 38px 0 14px; padding-bottom: 12px; border-bottom: 2px solid var(--rw-line);
}
.rw-lp-desc h3:first-child { margin-top: 0; }
.rw-lp-desc p { font-size: 16.5px; line-height: 1.95; color: var(--rw-body); margin-bottom: 15px; }
.rw-lp-desc ul { list-style: none; padding-inline-start: 0; margin: 0 0 18px; }
.rw-lp-desc ul li {
  background: var(--rw-bg-soft); border-radius: 11px;
  padding: 14px 19px; margin-bottom: 10px; font-size: 16px; line-height: 1.8;
}

/* ---- Steps ---- */
.rw-lp-steps { background: var(--rw-bg-soft); border-radius: 20px; padding: 46px 30px; margin: 50px 0; }
.rw-lp-steps h2, .rw-lp-faq h2, .rw-lp-final h2 {
  text-align: center; font-size: 29px; font-weight: 800;
  color: var(--rw-ink); margin: 0 0 32px;
}
.rw-lp-steps .g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rw-lp-steps .s { background: #fff; border-radius: 16px; padding: 28px 22px; text-align: center; }
.rw-lp-steps .n {
  width: 46px; height: 46px; margin: 0 auto 15px; border-radius: 50%;
  background: linear-gradient(135deg, var(--rw-gold), var(--rw-gold-dark));
  color: var(--rw-navy); font-weight: 800; font-size: 20px;
  display: flex; align-items: center; justify-content: center;
}
.rw-lp-steps .s b { display: block; font-size: 17.5px; color: var(--rw-ink); margin-bottom: 9px; }
.rw-lp-steps .s p { font-size: 15px; color: var(--rw-body); margin: 0; line-height: 1.85; }

/* ---- FAQ ---- */
.rw-lp-faq { max-width: 830px; margin: 50px auto; }
.rw-lp-faq details {
  background: #fff; border: 1px solid var(--rw-line); border-radius: 13px;
  padding: 19px 23px; margin-bottom: 12px;
}
.rw-lp-faq details[open] { border-color: var(--rw-gold); box-shadow: var(--rw-shadow); }
.rw-lp-faq summary {
  cursor: pointer; font-weight: 700; font-size: 16.5px; color: var(--rw-ink);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px;
}
.rw-lp-faq summary::-webkit-details-marker { display: none; }
.rw-lp-faq summary::after { content: '+'; font-size: 25px; color: var(--rw-gold-dark); font-weight: 400; line-height: 1; }
.rw-lp-faq details[open] summary::after { content: '−'; }
.rw-lp-faq details p { margin: 14px 0 0; font-size: 15.5px; color: var(--rw-body); line-height: 1.9; }

/* ---- Final CTA ---- */
.rw-lp-final {
  background: linear-gradient(135deg, #0B1F36, #1A4272);
  border-radius: 22px; padding: 46px 30px; margin: 50px 0 10px;
}
.rw-lp-final h2 { color: #fff; margin-bottom: 8px; }
.rw-lp-final > p { text-align: center; color: #C9D6E5; font-size: 16.5px; margin: 0 0 26px; }
.rw-lp-final .rw-order { max-width: 560px; margin: 0 auto; border-color: transparent; }

/* ---- Responsive ---- */
@media (max-width: 921px) {
  .rw-lp-strip { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .rw-lp-steps .g { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .rw-order { padding: 22px 17px 18px; border-radius: 15px; }
  .rw-order-head h3 { font-size: 18px !important; }
  .rw-submit { font-size: 16px; padding: 17px 14px; }
  .rw-lp-steps, .rw-lp-final { padding: 34px 18px; border-radius: 16px; }
  .rw-lp-steps h2, .rw-lp-faq h2, .rw-lp-final h2 { font-size: 23px; }
  .rw-total strong { font-size: 21px; }
  .rw-qty button { width: 42px; height: 46px; }
  .rw-qty input { width: 50px; height: 46px; }
}
