.offer-checker-page {
  --offer-ink: #171322;
  --offer-muted: #6f6562;
  --offer-coral: #ff7658;
  --offer-coral-dark: #f16245;
  --offer-coral-soft: #fff1eb;
  --offer-mint: #2f9a94;
  --offer-mint-soft: #eef9f6;
  --offer-amber: #d99035;
  --offer-amber-soft: #fff8ec;
  --offer-blue-soft: #f3f6fb;
  --offer-line: #eadfd7;
  background: #fffdfb;
}

.offer-checker-page button, .offer-checker-page input, .offer-checker-page select { font: inherit; }
.offer-checker-page :focus-visible { outline: 3px solid rgba(255, 118, 88, 0.28); outline-offset: 3px; }
.offer-hero, .offer-result, .offer-data-strip, .offer-article { width: min(1180px, calc(100% - 40px)); margin-right: auto; margin-left: auto; }
.offer-hero { display: grid; padding: 42px 0 62px; grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr); gap: clamp(42px, 7vw, 82px); align-items: center; }
.offer-kicker, .offer-result-heading > div > p { margin: 0 0 12px; color: #e85f43; font-size: 0.76rem; font-weight: 850; letter-spacing: 0.04em; }
.offer-intro h1 { margin: 0; color: var(--offer-ink); font-size: clamp(2.15rem, 4.2vw, 3.45rem); font-weight: 900; letter-spacing: -0.045em; line-height: 1.22; }
.offer-intro h1 span { display: block; margin-top: 13px; color: var(--offer-coral); font-size: 0.48em; letter-spacing: -0.02em; line-height: 1.55; }
.offer-lead { margin: 24px 0 0; color: #554d4a; font-size: 1rem; line-height: 1.9; }
.offer-trust-list { display: grid; margin: 24px 0 0; padding: 0; gap: 9px; list-style: none; }
.offer-trust-list li { position: relative; padding-left: 27px; color: #332d2b; font-size: 0.88rem; font-weight: 750; }
.offer-trust-list li::before { position: absolute; top: 0.5em; left: 1px; width: 14px; height: 8px; border-bottom: 2px solid var(--offer-coral); border-left: 2px solid var(--offer-coral); content: ""; transform: rotate(-45deg); }
.offer-updated { margin: 21px 0 0; color: #837873; font-size: 0.74rem; }

.offer-form { padding: clamp(24px, 4vw, 34px); border: 1px solid var(--offer-line); border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(62, 47, 39, 0.06); }
.offer-form-heading { margin-bottom: 22px; }
.offer-form-heading p { margin: 0 0 3px; color: #e85f43; font-size: 0.75rem; font-weight: 850; }
.offer-form-heading h2 { margin: 0; color: var(--offer-ink); font-size: clamp(1.35rem, 2.4vw, 1.7rem); }
.offer-choice-field { margin: 0 0 18px; padding: 0; border: 0; }
.offer-choice-field legend, .offer-field label { display: block; margin-bottom: 7px; color: #2f2927; font-size: 0.86rem; font-weight: 850; }
.offer-choice-field legend > span, .offer-field label > span:not(.is-optional):not(.offer-label-text) { margin-left: 5px; color: #e85f43; font-size: 0.68rem; }
.offer-field label .offer-label-text { color: inherit; font-size: inherit; }
.offer-field label .is-optional { margin-left: 5px; color: #8b807b; font-size: 0.68rem; }
.offer-segmented { display: grid; padding: 3px; border: 1px solid #ddcec6; border-radius: 7px; background: #fffaf7; grid-template-columns: repeat(2, 1fr); }
.offer-segmented label { cursor: pointer; }
.offer-segmented input { position: absolute; opacity: 0; }
.offer-segmented span { display: flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 5px; color: #6d625d; font-size: 0.82rem; font-weight: 850; }
.offer-segmented input:checked + span { background: #fff; color: #dd5a3e; box-shadow: 0 2px 7px rgba(62, 47, 39, 0.09); }
.offer-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.offer-form-grid + .offer-form-grid, .offer-field + .offer-field:not(.offer-form-grid .offer-field) { margin-top: 17px; }
.offer-input-unit { position: relative; }
.offer-input-unit input { width: 100%; min-height: 53px; padding: 0 105px 0 14px; border: 1px solid #ddcec6; border-radius: 6px; background: #fff; color: var(--offer-ink); }
.offer-input-unit input:focus { border-color: var(--offer-coral); outline: 0; box-shadow: 0 0 0 3px rgba(255, 118, 88, 0.14); }
.offer-input-unit input[aria-invalid="true"] { border-color: #c24c55; }
.offer-input-unit > span { position: absolute; top: 50%; right: 13px; color: #796e69; font-size: 0.72rem; font-weight: 800; transform: translateY(-50%); }
.offer-help, .offer-error { margin: 6px 0 0; font-size: 0.8rem; line-height: 1.55; }
.offer-help { color: #837873; }
.offer-error { color: #c24c55; font-weight: 750; }
.offer-options { margin-top: 20px; border-top: 1px solid var(--offer-line); border-bottom: 1px solid var(--offer-line); }
.offer-options + .offer-options { margin-top: 0; border-top: 0; }
.offer-options summary { padding: 15px 2px; color: #5f5652; cursor: pointer; font-size: 0.82rem; font-weight: 850; }
.offer-options summary span { margin-left: 5px; color: #8b807b; font-size: 0.68rem; }
.offer-options-body { padding: 2px 2px 20px; }
.offer-submit, .offer-sample, .offer-result-heading button { display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-weight: 900; }
.offer-submit { width: 100%; min-height: 52px; margin-top: 23px; padding: 12px 18px; border: 0; border-radius: 6px; background: var(--offer-coral); color: #fff; box-shadow: 0 2px 7px rgba(66, 46, 42, 0.13); }
.offer-submit:hover { background: var(--offer-coral-dark); }
.offer-sample { width: 100%; min-height: 43px; margin-top: 8px; border: 0; background: transparent; color: #d95a40; font-size: 0.76rem; text-decoration: underline; text-underline-offset: 3px; }
.offer-privacy { margin: 8px 0 0; color: #837873; font-size: 0.78rem; line-height: 1.6; text-align: center; }

.offer-result { margin-bottom: 64px; padding: clamp(24px, 4vw, 42px); border: 1px solid var(--offer-line); border-radius: 8px; background: #fff; box-shadow: 0 14px 34px rgba(62, 47, 39, 0.07); scroll-margin-top: 80px; }
.offer-result[hidden] { display: none; }
.offer-result-heading { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.offer-result-heading h2 { margin: 0; color: var(--offer-ink); font-size: clamp(1.7rem, 3vw, 2.3rem); letter-spacing: -0.03em; }
.offer-result-heading h2:focus { outline: 0; }
.offer-result-heading > div > span { display: block; margin-top: 7px; color: #796f6a; font-size: 0.8rem; }
.offer-result-heading button { min-height: 42px; padding: 8px 17px; border: 1px solid #ffc5b5; border-radius: 999px; background: #fff; color: #d95a40; font-size: 0.74rem; }
.offer-result-grid { display: grid; margin-top: 29px; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.offer-result-grid article { padding: 20px; border: 1px solid var(--offer-line); border-radius: 7px; background: #fff; }
.offer-result-grid article.is-primary { border-color: #f0ab9b; background: var(--offer-coral-soft); }
.offer-result-grid p { margin: 0; color: #796e69; font-size: 0.75rem; font-weight: 800; }
.offer-result-grid strong { display: block; margin-top: 9px; color: var(--offer-ink); font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.2; }
.offer-result-grid span { display: block; margin-top: 7px; color: #756b66; font-size: 0.78rem; line-height: 1.5; }
.offer-result-layout { display: grid; margin-top: 42px; grid-template-columns: minmax(0, 1fr) 270px; gap: 42px; align-items: start; }
.offer-result-section + .offer-result-section { margin-top: 48px; }
.offer-section-heading { display: flex; align-items: center; gap: 11px; flex-wrap: wrap; }
.offer-section-heading h3 { margin: 0; color: var(--offer-ink); font-size: clamp(1.25rem, 2vw, 1.55rem); }
.offer-state { display: inline-flex; min-height: 28px; align-items: center; padding: 4px 9px; border-radius: 999px; font-size: 0.72rem; font-weight: 850; }
.offer-state.is-confirmed { background: var(--offer-mint-soft); color: #18766e; }
.offer-state.is-calculation { background: var(--offer-blue-soft); color: #46658c; }
.offer-state.is-check { background: var(--offer-amber-soft); color: #8a6428; }
.offer-state.is-question { background: #f0f1f3; color: #5f6670; }
.offer-pay-bar { display: flex; height: 28px; margin-top: 20px; overflow: hidden; border-radius: 6px; background: #f1ece9; }
.offer-pay-bar span { min-width: 2px; height: 100%; }
.offer-pay-bar .is-base { background: var(--offer-mint); }
.offer-pay-bar .is-fixed { background: #e6a04c; }
.offer-pay-bar .is-allowance { background: #7892b1; }
.offer-pay-bar .is-unknown { background: #d9d9dc; }
.offer-breakdown-list { display: grid; margin: 16px 0 0; gap: 9px; }
.offer-breakdown-list div { display: grid; padding-bottom: 9px; border-bottom: 1px solid #f0e8e3; grid-template-columns: 1fr auto; gap: 12px; }
.offer-breakdown-list dt { color: #675e59; font-size: 0.79rem; }
.offer-breakdown-list dd { margin: 0; color: #342e2b; font-size: 0.82rem; font-weight: 850; }
.offer-breakdown-dot { display: inline-block; width: 10px; height: 10px; margin-right: 7px; border-radius: 2px; background: #d9d9dc; }
.offer-breakdown-dot.is-base { background: var(--offer-mint); }
.offer-breakdown-dot.is-fixed { background: #e6a04c; }
.offer-breakdown-dot.is-allowance { background: #7892b1; }
.offer-breakdown-dot.is-overage { background: #c24c55; }
.offer-caution { margin: 14px 0 0; color: #766b66; font-size: 0.8rem; line-height: 1.7; }
.offer-scenario-list { display: grid; margin-top: 18px; gap: 9px; }
.offer-scenario { display: grid; padding: 15px 17px; border: 1px solid var(--offer-line); border-radius: 6px; background: #fff; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; align-items: center; }
.offer-scenario strong { display: block; color: #37302d; font-size: 0.86rem; }
.offer-scenario p { margin: 5px 0 0; color: #766c67; font-size: 0.78rem; }
.offer-scenario div:last-child { text-align: right; }
.offer-scenario b { color: var(--offer-coral); font-size: 1.12rem; }
.offer-scenario span { display: block; margin-top: 3px; color: #7a706b; font-size: 0.78rem; }
.offer-check-section { padding: 23px; border: 1px solid #eed9b7; border-radius: 7px; background: var(--offer-amber-soft); }
.offer-check-section ul { display: grid; margin: 17px 0 0; padding-left: 1.2rem; gap: 9px; color: #5e5040; font-size: 0.8rem; line-height: 1.65; }
.offer-question-list { display: grid; margin: 18px 0 0; padding: 0; gap: 9px; list-style: none; counter-reset: offer-questions; }
.offer-question-list li { position: relative; padding: 15px 17px 15px 48px; border: 1px solid var(--offer-line); border-radius: 6px; background: #fff; color: #433b38; font-size: 0.8rem; line-height: 1.7; counter-increment: offer-questions; }
.offer-question-list li::before { position: absolute; top: 15px; left: 15px; display: flex; width: 23px; height: 23px; align-items: center; justify-content: center; border-radius: 50%; background: var(--offer-blue-soft); color: #46658c; content: counter(offer-questions); font-size: 0.68rem; font-weight: 900; }
.offer-result-sidebar { position: sticky; top: 82px; display: grid; gap: 12px; }
.offer-result-sidebar section { padding: 18px; border: 1px solid var(--offer-line); border-radius: 6px; background: #fff; }
.offer-result-sidebar h3 { margin: 0 0 11px; color: #342e2c; font-size: 0.78rem; }
.offer-result-sidebar dl { display: grid; margin: 0; gap: 9px; }
.offer-result-sidebar dl div { display: flex; justify-content: space-between; gap: 9px; }
.offer-result-sidebar dt { color: #837873; font-size: 0.78rem; }
.offer-result-sidebar dd { margin: 0; color: #4d4542; font-size: 0.78rem; font-weight: 800; text-align: right; }
.offer-result-sidebar > section > strong { color: var(--offer-coral); font-size: 1.1rem; }
.offer-result-sidebar p { margin: 8px 0 0; color: #827772; font-size: 0.78rem; line-height: 1.6; }
.offer-result-warning { margin-top: 35px; padding: 15px 17px; border-left: 4px solid var(--offer-amber); background: var(--offer-amber-soft); color: #665039; font-size: 0.8rem; line-height: 1.7; }

.offer-data-strip { display: grid; margin-top: 20px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--offer-line); border-bottom: 1px solid var(--offer-line); }
.offer-data-strip div { padding: 23px; border-left: 1px solid var(--offer-line); }
.offer-data-strip div:first-child { border-left: 0; }
.offer-data-strip span, .offer-data-strip strong, .offer-data-strip small { display: block; }
.offer-data-strip span { color: #887c76; font-size: 0.7rem; font-weight: 800; }
.offer-data-strip strong { margin-top: 5px; color: #37302d; font-size: 0.84rem; }
.offer-data-strip small { margin-top: 4px; color: #837873; font-size: 0.7rem; }
.offer-article { margin-top: 78px; margin-bottom: 100px; color: #433b38; }
.offer-article > section { width: min(880px, 100%); margin: 0 auto; padding-top: 70px; scroll-margin-top: 70px; }
.offer-article > section:first-child { padding-top: 0; }
.offer-article h2 { margin: 0 0 18px; color: var(--offer-ink); font-size: clamp(1.6rem, 3vw, 2rem); letter-spacing: -0.025em; }
.offer-article h3 { margin: 0; color: var(--offer-ink); font-size: 1rem; }
.offer-article p { margin: 0 0 15px; font-size: 0.94rem; line-height: 1.9; }
.offer-feature-grid { display: grid; margin-top: 24px; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.offer-feature-grid article { padding: 20px; border: 1px solid var(--offer-line); border-radius: 6px; background: #fff; }
.offer-feature-grid strong { color: #332d2a; }
.offer-feature-grid p { margin: 7px 0 0; color: #675e5a; font-size: 0.8rem; line-height: 1.75; }
.offer-checklist-grid { display: grid; margin-top: 25px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.offer-checklist-grid article { display: grid; padding: 19px; border: 1px solid var(--offer-line); border-radius: 6px; background: #fff; grid-template-columns: 32px minmax(0, 1fr); gap: 12px; }
.offer-checklist-grid article > span { display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; border-radius: 50%; background: var(--offer-mint-soft); color: #18766e; font-size: 0.78rem; font-weight: 900; }
.offer-checklist-grid p { margin: 6px 0 0; color: #675e5a; font-size: 0.82rem; line-height: 1.75; }
.offer-rule-note { margin-top: 18px; padding: 20px 22px; border-left: 4px solid var(--offer-coral); background: var(--offer-coral-soft); }
.offer-rule-note > strong { color: #6f3427; }
.offer-rule-note p { margin: 8px 0 3px; font-size: 0.86rem; }
.offer-formula { margin: 22px 0; padding: 21px 23px; border: 1px solid #d9e3ef; border-radius: 6px; background: var(--offer-blue-soft); }
.offer-formula p { margin: 0; font-size: 0.84rem; }
.offer-formula p + p { margin-top: 10px; }
.offer-example-card { display: grid; margin-top: 23px; overflow: hidden; border: 1px solid var(--offer-line); border-radius: 7px; background: #fff; grid-template-columns: 1.08fr 0.92fr; }
.offer-example-card > div { padding: 24px; }
.offer-example-results { background: var(--offer-coral-soft); }
.offer-example-conditions dl { display: grid; margin: 17px 0 0; gap: 9px; }
.offer-example-conditions dl div { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 8px; border-bottom: 1px solid #f0e8e3; }
.offer-example-conditions dt { color: #756b66; font-size: 0.8rem; }
.offer-example-conditions dd { margin: 0; color: #342e2b; font-size: 0.82rem; font-weight: 850; text-align: right; }
.offer-example-results > div { margin-top: 17px; }
.offer-example-results span { display: block; color: #7c5c52; font-size: 0.78rem; font-weight: 800; }
.offer-example-results strong { display: block; margin-top: 4px; color: var(--offer-ink); font-size: 1.4rem; }
.offer-example-note { margin-top: 14px !important; color: #766b66; font-size: 0.8rem !important; }
.offer-source-link { display: inline-flex; min-height: 40px; align-items: center; color: #217f78; font-size: 0.82rem; font-weight: 800; text-underline-offset: 3px; }
.offer-related-tools { display: grid; margin-top: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.offer-related-tools a { display: block; padding: 20px; border: 1px solid var(--offer-line); border-radius: 6px; background: #fff; color: inherit; text-decoration: none; }
.offer-related-tools a:hover { border-color: var(--offer-coral); }
.offer-related-tools a:focus-visible { outline: 3px solid rgba(255, 118, 88, 0.28); outline-offset: 3px; }
.offer-related-tools strong { color: var(--offer-ink); }
.offer-related-tools p { margin: 7px 0 0; color: #675e5a; font-size: 0.8rem; line-height: 1.7; }
.offer-faq { border-top: 1px solid var(--offer-line); }
.offer-faq details { border-bottom: 1px solid var(--offer-line); }
.offer-faq summary { padding: 17px 3px; color: #352e2b; cursor: pointer; font-size: 0.9rem; font-weight: 850; }
.offer-faq p { margin: 0; padding: 0 3px 19px; color: #655c57; font-size: 0.82rem; line-height: 1.8; }
.offer-editorial { padding: 25px !important; border: 1px solid var(--offer-line); border-radius: 6px; background: #fff; }
.offer-editorial h2 { font-size: 1.25rem; }
.offer-editorial p { margin: 0; font-size: 0.82rem; }
.offer-editorial a { color: #d95a40; font-weight: 800; }
.offer-editorial-details { display: grid; margin: 0 0 18px; gap: 0; }
.offer-editorial-details div { display: grid; padding: 10px 0; border-bottom: 1px solid #f0e8e3; grid-template-columns: 110px minmax(0, 1fr); gap: 14px; }
.offer-editorial-details dt { color: #7b716d; font-size: 0.8rem; }
.offer-editorial-details dd { margin: 0; color: #3f3835; font-size: 0.82rem; font-weight: 750; }

@media (max-width: 980px) {
  .offer-hero { grid-template-columns: 1fr; gap: 38px; }
  .offer-form { width: min(720px, 100%); }
  .offer-result-layout { grid-template-columns: 1fr; }
  .offer-result-sidebar { position: static; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .offer-hero, .offer-result, .offer-data-strip, .offer-article { width: calc(100% - 28px); }
  .offer-hero { padding: 24px 0 42px; gap: 29px; }
  .offer-intro h1 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .offer-lead { font-size: 0.94rem; }
  .offer-form { padding: 22px 18px; }
  .offer-form-grid { grid-template-columns: 1fr; gap: 16px; }
  .offer-form-grid + .offer-form-grid { margin-top: 16px; }
  .offer-result { padding: 22px 16px; }
  .offer-result-heading { display: block; }
  .offer-result-heading button { margin-top: 15px; }
  .offer-result-grid { grid-template-columns: 1fr; }
  .offer-result-layout { margin-top: 34px; gap: 30px; }
  .offer-scenario { grid-template-columns: 1fr; gap: 10px; }
  .offer-scenario div:last-child { text-align: left; }
  .offer-result-sidebar { grid-template-columns: 1fr; }
  .offer-data-strip { grid-template-columns: 1fr; }
  .offer-data-strip div { border-top: 1px solid var(--offer-line); border-left: 0; }
  .offer-data-strip div:first-child { border-top: 0; }
  .offer-feature-grid { grid-template-columns: 1fr; }
  .offer-checklist-grid, .offer-example-card, .offer-related-tools { grid-template-columns: 1fr; }
  .offer-example-results { border-top: 1px solid var(--offer-line); }
  .offer-editorial-details div { grid-template-columns: 1fr; gap: 4px; }
  .offer-article { margin-top: 58px; margin-bottom: 76px; }
  .offer-article > section { padding-top: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .offer-checker-page * { scroll-behavior: auto !important; }
}
