/* =========================================================
   OFFER 2 — Emotional storytelling angle
   Palette: #8b1e3f (bordeaux) · #1a2e4a (deep blue) · #f5b700 (gold)
   Bold, urgency-forward, mobile-first
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1c1c1c;
  background: #fafafa;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #8b1e3f; text-decoration: none; }
h1, h2, h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1a2e4a;
}
h1 { font-size: 36px; margin: 0 0 16px; }
h2 { font-size: 30px; margin: 0 0 16px; }
@media (min-width: 720px) {
  h1 { font-size: 56px; }
  h2 { font-size: 40px; }
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 18px; }

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #8b1e3f;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}
.eyebrow-gold { color: #d69800; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  font-weight: 800;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: transform .08s, box-shadow .08s;
  font-family: inherit;
  text-decoration: none !important;
}
.btn-accent {
  background: #f5b700;
  color: #1a2e4a !important;
  box-shadow: 0 4px 0 #ba8b00, 0 12px 24px rgba(245, 183, 0, .35);
}
.btn-accent:hover { transform: translateY(-1px); box-shadow: 0 5px 0 #ba8b00, 0 15px 30px rgba(245, 183, 0, .45); }
.btn-accent:active { transform: translateY(2px); box-shadow: 0 2px 0 #ba8b00, 0 6px 14px rgba(245, 183, 0, .3); }
.btn-xl { font-size: 19px; padding: 18px 34px; }
.btn-full { width: 100%; }

/* ----- HERO ----- */
.hero {
  position: relative;
  color: #fff;
  padding: 70px 0 80px;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(245, 183, 0, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(139, 30, 63, 0.35) 0%, transparent 50%),
    linear-gradient(135deg, #1a2e4a 0%, #0f1d30 100%);
  z-index: -1;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 860px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 56px;
  }
}
.hero-inner { max-width: 640px; }
.hero-portrait {
  margin: 0;
  position: relative;
}
.hero-portrait img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(245, 183, 0, 0.25);
}
.hero-portrait figcaption {
  text-align: center;
  color: #f5b700;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 14px;
  opacity: 0.9;
}
.hero-badge {
  display: inline-block;
  background: rgba(245, 183, 0, 0.18);
  border: 1px solid rgba(245, 183, 0, 0.4);
  color: #f5b700;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
}
.hero h1 { color: #fff; }
.hero h1 br { display: none; }
@media (min-width: 720px) { .hero h1 br { display: inline; } }
.hero-sub {
  font-size: 19px;
  line-height: 1.5;
  color: #c9d4e4;
  max-width: 640px;
  margin: 0 0 26px;
}
.hero-sub strong { color: #fff; }
.hero-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.meta-chip {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
}

/* ----- Sections base ----- */
section { padding: 60px 0; }
.section-sub {
  text-align: center;
  color: #5a5a5a;
  font-size: 17px;
  max-width: 680px;
  margin: -8px auto 30px;
}

/* ----- STORY ----- */
.story {
  background: #fff;
  padding: 64px 0;
}
.story-wrap {
  max-width: 720px;
}
.story-wrap h2 { margin-bottom: 22px; }
.story p {
  font-size: 18px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0 0 18px;
}
.story strong { color: #8b1e3f; }
.story-highlight {
  margin: 26px 0;
  padding: 20px 24px;
  background: linear-gradient(90deg, #fdf1f4 0%, #fff 100%);
  border-left: 5px solid #8b1e3f;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #1a2e4a;
  font-style: italic;
  border-radius: 0 10px 10px 0;
}

/* ----- PAIN ----- */
.pain {
  background: #1a2e4a;
  color: #fff;
  text-align: center;
}
.pain h2 { color: #fff; }
.pain .section-sub { color: #9fb0c4; }
.pain-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto 30px;
}
@media (min-width: 600px) { .pain-grid { grid-template-columns: 1fr 1fr; } }
.pain-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 14px 18px;
  border-radius: 10px;
  text-align: left;
  font-size: 15.5px;
  color: #e3ebf5;
}
.pain-num {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #8b1e3f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
}
.pain-cta {
  margin-top: 28px;
}
.pain-cta-text {
  font-size: 16px;
  color: #f5b700;
  font-weight: 600;
  max-width: 620px;
  margin: 0 auto;
}

/* ----- ORDER (emotional emphasis) ----- */
.order {
  background: linear-gradient(180deg, #fdf1f4 0%, #fff 100%);
  padding: 60px 0;
}
.order-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}
@media (min-width: 860px) { .order-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }

/* offer side */
.order-offer {
  background: #1a2e4a;
  color: #fff;
  border-radius: 16px;
  padding: 30px 28px;
  box-shadow: 0 20px 40px rgba(26, 46, 74, 0.15);
}
.offer-tag {
  display: inline-block;
  background: #f5b700;
  color: #1a2e4a;
  padding: 5px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.offer-prices {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
}
.offer-old {
  font-size: 22px;
  color: #9fb0c4;
  text-decoration: line-through;
}
.offer-new {
  font-size: 60px;
  font-weight: 800;
  color: #f5b700;
  line-height: 1;
  letter-spacing: -0.03em;
}
.offer-save {
  background: #8b1e3f;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
}
.offer-package {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 22px;
}
.pkg-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f5b700;
  margin-bottom: 10px;
  font-weight: 700;
}
.pkg-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pkg-list li {
  padding: 6px 0;
  font-size: 15px;
  color: #e3ebf5;
}
.offer-timer {
  background: rgba(245, 183, 0, 0.12);
  border: 1px solid rgba(245, 183, 0, 0.35);
  border-radius: 12px;
  padding: 14px 18px;
}
.offer-timer-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #f5b700;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.tu {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  background: #1a2e4a;
  border: 1px solid rgba(245,183,0,0.35);
  border-radius: 8px;
  padding: 8px 6px;
}
.tu span {
  font-size: 26px;
  font-weight: 800;
  color: #f5b700;
  line-height: 1;
}
.tu em {
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  color: #9fb0c4;
  margin-top: 2px;
}
.tsep {
  font-size: 24px;
  color: #f5b700;
  font-weight: 800;
}

/* form side */
.order-form {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 20px 40px rgba(26, 46, 74, 0.08);
  border: 1px solid #f0e1e6;
}
.order-form h2 {
  margin-bottom: 8px;
  font-size: 26px;
  text-align: center;
}
.form-hint {
  text-align: center;
  color: #5a5a5a;
  font-size: 14px;
  margin: 0 0 22px;
}
.field {
  display: block;
  margin-bottom: 16px;
}
.field-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #1a2e4a;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.field input {
  width: 100%;
  border: 2px solid #e8ecf2;
  border-radius: 10px;
  padding: 15px 16px;
  font-size: 16px;
  font-family: inherit;
  background: #fafbfc;
  color: #1a2e4a;
  transition: border-color .15s, background .15s;
}
.field input:focus {
  outline: none;
  border-color: #8b1e3f;
  background: #fff;
}
.field input.invalid { border-color: #8b1e3f; background: #fdf1f4; }
.field-error {
  display: block;
  min-height: 16px;
  margin-top: 4px;
  font-size: 12.5px;
  color: #8b1e3f;
  font-weight: 600;
}
.form-guarantee {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #5a5a5a;
  margin-top: 14px;
  text-align: center;
}
.form-guarantee span {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  line-height: 1.3;
}
.fg-icon {
  width: 18px;
  height: 18px;
  color: #1a2e4a;
}

.order-form.is-success .field,
.order-form.is-success .btn,
.order-form.is-success .form-hint,
.order-form.is-success .form-guarantee,
.order-form.is-success h2 { display: none; }
.order-form .success-msg { display: none; }
.order-form.is-success .success-msg {
  display: block;
  text-align: center;
  padding: 30px 10px;
}
.order-form.is-success .success-msg h3 { color: #8b1e3f; font-size: 24px; margin-bottom: 10px; }

/* ----- PRODUCT ----- */
.product { background: #fff; }
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 820px) { .product-grid { grid-template-columns: 0.9fr 1.1fr; gap: 48px; } }
.product-img img {
  margin: 0 auto;
  max-height: 420px;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(26, 46, 74, 0.15));
}
.product-copy h2 { margin-bottom: 24px; }
.ing-row {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  padding: 14px 16px;
  background: #fafbfc;
  border-radius: 10px;
  border-left: 4px solid #f5b700;
  font-size: 15.5px;
  line-height: 1.55;
}
.ing-row strong { color: #1a2e4a; }
.ing-dot {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1a2e4a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5b700;
}
.ing-dot svg {
  width: 22px;
  height: 22px;
}
.product-note {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
  color: #1a2e4a;
  line-height: 1.5;
}

/* ----- REVIEWS ----- */
.reviews { background: #fdf1f4; }
.reviews h2 { text-align: center; }
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 20px;
}
@media (min-width: 720px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
.review {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 20px rgba(139, 30, 63, 0.06);
}
.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
}
.review-name { font-weight: 700; color: #1a2e4a; font-size: 15px; }
.review-loc { font-size: 13px; color: #8a8a8a; }
.stars { margin-left: auto; color: #f5b700; font-size: 15px; letter-spacing: 1px; }
.review p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #2a2a2a;
}

/* ----- EXPERT ----- */
.expert { background: #fff; }
.expert-card {
  background: #1a2e4a;
  color: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
}
@media (min-width: 800px) { .expert-card { grid-template-columns: 220px 1fr; gap: 36px; padding: 44px 40px; } }
.expert-photo img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
  border: 4px solid #f5b700;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.expert-body h2 { color: #fff; margin-bottom: 4px; font-size: 28px; }
.expert-role {
  color: #f5b700;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.expert blockquote {
  margin: 0 0 14px;
  padding: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #e3ebf5;
  font-style: italic;
  border-left: 3px solid #f5b700;
  padding-left: 18px;
}
.expert-note {
  font-size: 13px;
  color: #9fb0c4;
  margin: 0;
}

/* ----- GUARANTEES ----- */
.guarantees { background: #fafafa; }
.guarantees-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (min-width: 700px) { .guarantees-grid { grid-template-columns: repeat(4, 1fr); } }
.g-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
  border: 1px solid #eee;
}
.g-icon {
  margin: 0 auto 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fdf1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b1e3f;
}
.g-icon svg {
  width: 24px;
  height: 24px;
}
.g-card strong {
  display: block;
  color: #1a2e4a;
  font-size: 15px;
  margin-bottom: 6px;
}
.g-card p {
  margin: 0;
  font-size: 13px;
  color: #5a5a5a;
  line-height: 1.45;
}

/* ----- FINAL CTA ----- */
.final-cta {
  background: linear-gradient(135deg, #8b1e3f 0%, #5e1129 100%);
  color: #fff;
  text-align: center;
  padding: 70px 0;
}
.urgency-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f5b700;
  color: #1a2e4a;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.urgency-tag svg {
  width: 16px;
  height: 16px;
}
.final-cta h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 14px;
}
@media (min-width: 720px) { .final-cta h2 { font-size: 48px; } }
.final-cta p {
  color: #f3d0d9;
  font-size: 18px;
  margin-bottom: 28px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.final-trust {
  margin-top: 18px;
  font-size: 13px;
  color: #f3d0d9;
}

/* ----- FOOTER ----- */
.site-footer {
  background: #0f1d30;
  color: #7a8599;
  padding: 30px 0;
  text-align: center;
  font-size: 13px;
}
.site-footer p { margin: 6px 0; }
.site-footer .small {
  color: #5a6778;
  font-size: 12px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}
