.benefits-page { background: #f8fbf6; }
.benefits-header { position: sticky; top: 0; z-index: 40; background: rgba(248,251,246,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.benefits-header__inner { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.benefits-nav { display: flex; gap: 22px; color: #48666d; font-size: 12px; font-weight: 700; }
.benefits-nav a:hover { color: #2d6a4f; }

.benefits-hero { padding: 78px 0 88px; background: radial-gradient(circle at 86% 10%, #d8f3dc 0 16%, transparent 17%), linear-gradient(135deg, #fbfdf9, #edf8ef); overflow: hidden; }
.benefits-hero__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.benefits-hero h1 { max-width: 690px; margin: 18px 0; color: #1b4332; font: 800 clamp(40px,5vw,62px)/1.07 "Manrope", sans-serif; letter-spacing: -3px; }
.benefits-hero p { max-width: 590px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.benefits-hero__actions { display: flex; margin-top: 30px; align-items: center; gap: 22px; }
.benefits-panel { display: grid; gap: 15px; }
.panel-card { padding: 28px; color: #fff; background: linear-gradient(145deg, #1b4332, #2d6a4f); border-radius: 26px; box-shadow: 0 24px 60px rgba(27,67,50,.18); }
.panel-card small, .panel-card strong, .panel-card span { display: block; }
.panel-card small { color: #b7e4c7; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.panel-card strong { margin: 10px 0; font: 800 27px/1.18 "Manrope", sans-serif; letter-spacing: -1px; }
.panel-card span { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.panel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.panel-grid div { min-height: 110px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 40px rgba(27,67,50,.06); }
.panel-grid b, .panel-grid span { display: block; }
.panel-grid b { color: #2d6a4f; font: 800 17px "Manrope", sans-serif; }
.panel-grid span { margin-top: 8px; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }

.benefits-alert { padding: 16px 0; color: #66552c; background: #fff8dc; border-block: 1px solid #eadca7; font-size: 12px; line-height: 1.7; }
.benefits-alert strong { color: #4f3f12; }
.benefits-section { padding: 88px 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.benefit-grid article { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 42px rgba(27,67,50,.05); }
.benefit-grid span { display: grid; width: 48px; height: 48px; background: #edf8ef; border-radius: 15px; place-items: center; font-size: 20px; }
.benefit-grid h3 { margin: 17px 0 9px; color: #1b4332; font: 800 15px/1.25 "Manrope", sans-serif; }
.benefit-grid p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }

.benefits-form-section { background: #edf8ef; }
.benefits-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.benefits-copy h2, .docs-grid h2 { margin: 14px 0; color: #1b4332; font: 800 40px/1.15 "Manrope", sans-serif; letter-spacing: -2px; }
.benefits-copy > p, .docs-grid p { margin: 0 0 24px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.benefits-note { padding: 17px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.benefits-note strong, .benefits-note span { display: block; }
.benefits-note strong { color: #1b4332; font-size: 12px; }
.benefits-note span { margin-top: 6px; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.benefits-form { display: grid; gap: 16px; padding: 28px; background: #fff; border: 1px solid #fff; border-radius: 24px; box-shadow: var(--shadow); }
.benefits-form label, .benefits-form legend { color: var(--ink); font-size: 11px; font-weight: 800; }
.benefits-form input, .benefits-form select, .benefits-form textarea { width: 100%; margin-top: 8px; padding: 13px 14px; color: var(--ink); background: #f8fbfa; border: 1px solid var(--line); border-radius: 13px; font: 500 13px "DM Sans", sans-serif; outline: none; }
.benefits-form input:focus, .benefits-form select:focus, .benefits-form textarea:focus { border-color: #2d6a4f; box-shadow: 0 0 0 4px rgba(45,106,79,.1); }
.benefits-form textarea { resize: vertical; }
.benefits-form fieldset { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; gap: 11px; }
.benefits-form fieldset label { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.benefits-form fieldset input { width: auto; margin: 0; }
.benefits-form .benefits-plans { grid-template-columns: repeat(3,1fr); gap: 10px; }
.benefits-form .benefits-plans label { align-items: flex-start; padding: 12px; background: #f8fbfa; border: 1px solid var(--line); border-radius: 13px; }
.benefits-form .benefits-plans span, .benefits-form .benefits-plans strong, .benefits-form .benefits-plans small { display: block; }
.benefits-form .benefits-plans strong { font-size: 11px; }
.benefits-form .benefits-plans small { margin-top: 4px; color: #2d6a4f; font-size: 12px; font-weight: 800; }
.benefits-form .button { width: 100%; background: #2d6a4f; }

.benefits-result-section { padding-top: 0; background: #edf8ef; }
.benefits-result { padding: 30px; color: #fff; background: linear-gradient(135deg, #1b4332, #2d6a4f); border-radius: 24px; box-shadow: 0 24px 60px rgba(27,67,50,.2); }
.benefits-result h2 { margin: 12px 0; color: #fff; font: 800 34px/1.2 "Manrope", sans-serif; letter-spacing: -1.4px; }
.benefits-result p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.result-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 20px; }
.result-grid div { padding: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; }
.result-grid small, .result-grid strong { display: block; }
.result-grid small { color: #b7e4c7; font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.result-grid strong { margin-top: 6px; color: #fff; font-size: 12px; }
.result-next { margin-top: 18px; padding: 15px; background: rgba(255,255,255,.1); border-radius: 15px; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.7; }
.result-actions { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.result-actions .button { border: 0; cursor: pointer; }
.result-actions .button--light { min-width: 230px; }

.docs-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; align-items: start; }
.doc-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.doc-list span { padding: 14px; color: #33554b; background: #fff; border: 1px solid var(--line); border-radius: 14px; font-size: 12px; font-weight: 700; }
.doc-list span::before { margin-right: 8px; color: #2d6a4f; content: "✓"; font-weight: 800; }
.benefits-faq { background: var(--sand); }
.benefits-footer { padding: 24px 0; color: rgba(255,255,255,.7); background: #1b4332; }
.benefits-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: 11px; font-weight: 700; }
.benefits-footer a { color: #fff; }

@media (max-width: 1020px) {
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .benefits-nav { display: none; }
  .benefits-hero__grid, .benefits-layout, .docs-grid { grid-template-columns: 1fr; }
  .benefits-hero__copy { text-align: center; }
  .benefits-hero p { margin-inline: auto; }
  .benefits-hero__actions { justify-content: center; }
}
@media (max-width: 680px) {
  .benefits-header__inner { min-height: 68px; }
  .benefits-header .button { display: none; }
  .benefits-hero { padding: 52px 0 65px; }
  .benefits-hero h1 { font-size: 37px; letter-spacing: -2px; }
  .benefits-hero__actions { flex-direction: column; }
  .panel-grid, .benefit-grid, .form-row, .benefits-form fieldset, .benefits-form .benefits-plans, .result-grid, .doc-list { grid-template-columns: 1fr; }
  .benefits-section { padding: 70px 0; }
  .benefits-copy h2, .docs-grid h2 { font-size: 31px; letter-spacing: -1.4px; }
  .benefits-form { padding: 21px; }
  .result-actions .button { width: 100%; }
  .benefits-footer__inner { align-items: flex-start; flex-direction: column; }
}
