:root {
  --offer-red: #c3162b;
  --offer-red-dark: #7e0d1c;
  --offer-red-deep: #4b0710;
  --offer-coral: #ff4d5f;
  --offer-cream: #fff7f3;
  --offer-ink: #261b1d;
  --offer-muted: #756569;
  --offer-line: #eadfe0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--offer-ink); font-family: 'Varela Round', 'PingFang SC', 'Microsoft YaHei', sans-serif; }
h1, h2, h3, h4, strong, button { font-family: 'Montserrat', 'PingFang SC', 'Microsoft YaHei', sans-serif; }
a { color: inherit; }
.offer-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.offer-section { padding: 90px 0; }

.offer-hero { position: relative; overflow: hidden; padding: 86px 0 92px; background: linear-gradient(128deg, #4c0710 0%, #8e0e1e 48%, #d02238 100%); color: #fff; }
.offer-hero:before { content: ''; position: absolute; top: -220px; right: -120px; width: 620px; height: 620px; border: 110px solid rgba(255,255,255,.055); border-radius: 50%; }
.offer-hero:after { content: ''; position: absolute; bottom: -200px; left: 33%; width: 420px; height: 420px; border-radius: 50%; background: rgba(255,116,126,.11); filter: blur(1px); }
.offer-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(340px,.75fr); gap: 78px; align-items: center; }
.offer-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.09); color: #ffd9dc; font-size: 13px; font-weight: 700; letter-spacing: .07em; }
.offer-hero h1 { max-width: 760px; margin: 24px 0 24px; color: #fff; font-size: clamp(42px,5.3vw,74px); line-height: 1.08; letter-spacing: -.055em; }
.offer-hero h1 em { color: #ffd06e; font-style: normal; }
.offer-hero-copy > p { max-width: 690px; margin: 0; color: rgba(255,255,255,.8); font-size: 19px; line-height: 1.8; }
.offer-hero-copy > p strong { color: #fff; }
.offer-hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.offer-hero-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; border-radius: 10px; font-weight: 800; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.offer-hero-actions a:hover { transform: translateY(-2px); }
.offer-primary-button { background: #ffd06e; color: #60101b; box-shadow: 0 14px 34px rgba(25,0,4,.25); }
.offer-secondary-button { border: 1px solid rgba(255,255,255,.34); color: #fff; }
.offer-proof-list { display: flex; flex-wrap: wrap; gap: 16px 24px; margin: 28px 0 0; padding: 0; color: rgba(255,255,255,.73); font-size: 13px; list-style: none; }
.offer-proof-list i { margin-right: 6px; color: #ffd06e; }

.offer-price-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(255,255,255,.97); color: var(--offer-ink); box-shadow: 0 34px 80px rgba(42,0,7,.34); }
.offer-price-card:after { content: 'FREE'; position: absolute; top: 18px; right: -30px; color: rgba(195,22,43,.055); font-size: 82px; font-weight: 800; letter-spacing: -.07em; transform: rotate(-8deg); }
.offer-price-badge { position: relative; z-index: 1; display: inline-block; padding: 6px 10px; border-radius: 7px; background: #fee5e7; color: var(--offer-red); font-size: 12px; font-weight: 800; }
.offer-free-price { position: relative; z-index: 1; display: flex; align-items: baseline; margin: 16px 0 5px; color: var(--offer-red); }
.offer-free-price small { font-size: 32px; font-weight: 800; }
.offer-free-price strong { font-size: 96px; line-height: 1; letter-spacing: -.07em; }
.offer-free-price span { margin-left: 10px; color: var(--offer-muted); font-size: 15px; font-weight: 700; }
.offer-normal-price { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--offer-line); color: var(--offer-muted); }
.offer-normal-price strong { color: var(--offer-ink); font-size: 17px; }
.offer-price-rule { display: flex; gap: 13px; align-items: center; margin: 20px 0; padding: 15px; border-radius: 13px; background: var(--offer-cream); }
.offer-price-rule > i { display: grid; flex: 0 0 auto; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: #fff; color: var(--offer-red); }
.offer-price-rule span, .offer-price-rule small { display: block; }
.offer-price-rule b { font-size: 15px; }
.offer-price-rule small { margin-top: 3px; color: var(--offer-muted); font-size: 11px; line-height: 1.45; }
.offer-price-card > a { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 0 18px; border-radius: 10px; background: var(--offer-red); color: #fff; font-weight: 800; text-decoration: none; }
.offer-price-card > p { margin: 14px 0 0; color: #99888b; font-size: 10px; line-height: 1.55; }

.offer-section-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.offer-section-heading > span, .offer-kicker { color: var(--offer-red); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.offer-section-heading h2, .offer-service-grid h2, .offer-faq-grid h2, .offer-reservation-copy h2 { margin: 12px 0 13px; font-size: clamp(30px,3.8vw,46px); line-height: 1.2; letter-spacing: -.045em; }
.offer-section-heading p, .offer-service-grid > div:first-child > p, .offer-faq-grid > header > p { margin: 0; color: var(--offer-muted); font-size: 16px; line-height: 1.75; }
.eligibility-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.eligibility-grid article { position: relative; min-height: 248px; padding: 30px; overflow: hidden; border: 1px solid var(--offer-line); border-radius: 19px; background: #fff; box-shadow: 0 18px 44px rgba(83,27,34,.06); }
.eligibility-number { position: absolute; top: 17px; right: 21px; color: #f0dfe1; font-size: 38px; font-weight: 800; }
.eligibility-grid article > i { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: #fff0f1; color: var(--offer-red); font-size: 20px; }
.eligibility-grid h3 { margin: 25px 0 10px; font-size: 21px; }
.eligibility-grid p { margin: 0; color: var(--offer-muted); font-size: 14px; line-height: 1.7; }
.eligibility-note { margin: 24px 0 0; padding: 16px 18px; border-radius: 12px; background: #fff5f5; color: #7d454c; text-align: center; font-size: 13px; }
.eligibility-note i { margin-right: 6px; color: var(--offer-red); }

.offer-service-section { background: #fff8f6; }
.offer-service-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.offer-service-grid > div:first-child > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 26px; color: var(--offer-red); font-size: 14px; font-weight: 800; text-decoration: none; }
.offer-service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.offer-service-list article { display: flex; gap: 14px; align-items: flex-start; min-height: 138px; padding: 24px; border: 1px solid #f0dcdd; border-radius: 17px; background: #fff; }
.offer-service-list article > i { color: var(--offer-red); font-size: 22px; }
.offer-service-list span, .offer-service-list small { display: block; }
.offer-service-list strong { font-size: 16px; }
.offer-service-list small { margin-top: 8px; color: var(--offer-muted); font-size: 12px; line-height: 1.6; }

.offer-process-section { position: relative; overflow: hidden; background: var(--offer-red-deep); color: #fff; }
.offer-process-section:before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%,rgba(255,77,95,.25),transparent 37%); }
.offer-section-heading.light { position: relative; }
.offer-section-heading.light > span { color: #ff9ba4; }
.offer-section-heading.light h2 { color: #fff; }
.offer-process { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin: 0; padding: 0; list-style: none; }
.offer-process li { display: flex; gap: 14px; align-items: center; min-height: 112px; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.065); }
.offer-process li > b { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--offer-red); }
.offer-process span, .offer-process small { display: block; }
.offer-process strong { color: #fff; font-size: 15px; }
.offer-process small { margin-top: 5px; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.5; }

.offer-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 86px; }
.offer-faq-list details { border-bottom: 1px solid var(--offer-line); }
.offer-faq-list summary { display: flex; align-items: center; justify-content: space-between; padding: 21px 0; cursor: pointer; color: var(--offer-ink); font-size: 16px; font-weight: 800; list-style: none; }
.offer-faq-list summary::-webkit-details-marker { display: none; }
.offer-faq-list summary i { color: var(--offer-red); transition: transform .18s; }
.offer-faq-list details[open] summary i { transform: rotate(180deg); }
.offer-faq-list p { margin: -6px 35px 20px 0; color: var(--offer-muted); font-size: 14px; line-height: 1.75; }

.offer-reservation-section { padding: 94px 0; background: linear-gradient(128deg,#8f0d1d,#d22138); color: #fff; }
.offer-reservation-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 82px; align-items: center; }
.offer-reservation-copy > span { color: #ffd1d5; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.offer-reservation-copy h2 { color: #fff; }
.offer-reservation-copy > p { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.75; }
.offer-reservation-copy > div { display: flex; gap: 14px; align-items: center; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.17); }
.offer-reservation-copy > div > i { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: rgba(255,255,255,.11); color: #ffd06e; }
.offer-reservation-copy > div span, .offer-reservation-copy > div small { display: block; }
.offer-reservation-copy > div strong { color: #fff; }
.offer-reservation-copy > div small { margin-top: 4px; color: rgba(255,255,255,.62); font-size: 11px; }
.offer-lead-form { padding: 32px; border-radius: 22px; background: #fff; color: var(--offer-ink); box-shadow: 0 28px 72px rgba(55,0,9,.27); }
.offer-form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.offer-form-heading span { color: var(--offer-red); font-size: 12px; font-weight: 800; }
.offer-form-heading strong { font-size: 22px; }
.offer-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.offer-form-grid label > span { display: block; margin-bottom: 7px; color: #5f5053; font-size: 12px; font-weight: 700; }
.offer-form-grid label em { color: var(--offer-red); font-style: normal; }
.offer-form-grid input, .offer-form-grid select { width: 100%; height: 47px; padding: 0 13px; border: 1px solid #ded3d5; border-radius: 9px; outline: 0; background: #fff; color: var(--offer-ink); font: inherit; font-size: 14px; }
.offer-form-grid input:focus, .offer-form-grid select:focus { border-color: var(--offer-red); box-shadow: 0 0 0 3px rgba(195,22,43,.09); }
.offer-consent { display: flex; gap: 8px; align-items: flex-start; margin: 18px 0 13px; color: #76676a; font-size: 11px; line-height: 1.55; }
.offer-consent input { margin-top: 2px; accent-color: var(--offer-red); }
.offer-form-message { margin-bottom: 12px; padding: 11px 13px; border-radius: 8px; background: #fff0f1; color: #a31729; font-size: 12px; line-height: 1.5; }
.offer-form-message.success { background: #edf8f1; color: #287543; }
.offer-lead-form > button { width: 100%; height: 52px; border: 0; border-radius: 10px; background: var(--offer-red); color: #fff; cursor: pointer; font-size: 15px; font-weight: 800; }
.offer-lead-form > button:disabled { cursor: wait; opacity: .64; }
.offer-form-note { margin: 11px 0 0; color: #9b8d90; font-size: 10px; text-align: center; }

@media (max-width: 980px) {
  .offer-hero-grid, .offer-service-grid, .offer-faq-grid, .offer-reservation-grid { grid-template-columns: 1fr; gap: 45px; }
  .offer-price-card { width: min(520px,100%); }
  .eligibility-grid { grid-template-columns: 1fr 1fr; }
  .eligibility-grid article:last-child { grid-column: 1 / -1; }
  .offer-process { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .offer-container { width: min(100% - 28px,1160px); }
  .offer-section { padding: 66px 0; }
  .offer-hero { padding: 58px 0 65px; }
  .offer-hero-grid { gap: 36px; }
  .offer-hero h1 { font-size: 39px; }
  .offer-hero-copy > p { font-size: 16px; }
  .offer-hero-actions { flex-direction: column; }
  .offer-proof-list { display: grid; gap: 10px; }
  .offer-price-card { padding: 26px 22px; }
  .offer-free-price strong { font-size: 78px; }
  .eligibility-grid, .offer-service-list, .offer-process, .offer-form-grid { grid-template-columns: 1fr; }
  .eligibility-grid article:last-child { grid-column: auto; }
  .eligibility-grid article { min-height: 0; }
  .offer-service-list article { min-height: 0; }
  .offer-lead-form { padding: 25px 20px; }
  .offer-form-heading { display: block; }
  .offer-form-heading strong { display: block; margin-top: 5px; }
}
