.match-tool-section{background:#f7f1e8;padding:60px 0 65px;border-bottom:1px solid rgba(227,215,202,.85)}.match-tool-head{text-align:center;max-width:760px;margin:0 auto 34px}.match-tool-head .eyebrow{justify-content:center}.match-tool-head h2{font-family:var(--serif);font-size:clamp(36px,4vw,58px);line-height:1.04;color:#241c17;margin:12px 0}.match-tool-head p{max-width:650px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.65}.match-progress{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;max-width:560px;margin:0 auto 34px}.match-progress span{height:6px;border-radius:999px;background:#e4dbd0}.match-progress .active{background:#241c17}.match-card{max-width:760px;margin:0 auto;background:rgba(255,255,255,.62);border:1px solid rgba(227,215,202,.95);border-radius:18px;padding:34px 34px 30px;box-shadow:0 18px 46px rgba(44,31,22,.045)}.match-step{font-family:var(--sans,Inter,Arial,sans-serif);color:#7b6d61;font-size:13px;line-height:1.4;margin-bottom:18px}.match-card h3{font-family:var(--serif);font-size:clamp(26px,2.4vw,34px);line-height:1.12;color:#241c17;margin:0 0 12px}.match-card p{margin:0 0 28px;color:#6b5e54;font-size:15px;line-height:1.65}.match-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px}.match-stage{display:none;opacity:0;transform:translateY(10px)}.match-stage.is-active{display:block;opacity:1;transform:translateY(0);animation:matchStageFade .24s ease}.match-option-btn{min-height:74px;border:1px solid rgba(227,215,202,.95);border-radius:12px;background:#fff;color:#241c17;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-family:var(--sans,Inter,Arial,sans-serif);font-size:17px;font-weight:600;line-height:1.25;padding:14px 16px;cursor:pointer;transition:all .22s ease}.match-option-btn small{font-size:12px;line-height:1.45;font-weight:500;color:#7b6d61}.match-option-btn.is-selected,.match-option-btn:hover{background:#241c17;color:#fff;border-color:#241c17}.match-option-btn.is-selected small,.match-option-btn:hover small{color:rgba(255,255,255,.82)}.match-nav{display:flex;justify-content:flex-start;gap:12px;margin-top:20px}.match-nav.is-hidden{display:none}.match-nav-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:999px;background:#241c17;color:#fff;min-height:50px;padding:0 22px;font-family:var(--sans,Inter,Arial,sans-serif);font-size:14px;font-weight:600;cursor:pointer}.match-nav-btn.is-ghost{background:transparent;color:#6b5e54;border:1px solid rgba(107,94,84,.28)}.match-summary{display:none;margin-top:24px;padding-top:22px;border-top:1px solid rgba(107,94,84,.14)}.match-summary.is-visible{display:block}.match-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.match-summary-card{border:1px solid rgba(227,215,202,.95);border-radius:14px;background:rgba(255,255,255,.82);padding:16px 16px 14px}.match-summary-card span{display:block;margin-bottom:8px;font-family:var(--sans,Inter,Arial,sans-serif);font-size:11px;line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:#8c7868;font-weight:700}.match-summary-card strong{display:block;font-family:var(--serif);font-size:22px;line-height:1.12;color:#241c17}.match-summary-extra,.match-summary-text{margin:0 0 12px;color:#6b5e54;font-size:15px;line-height:1.65}.match-summary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;margin-top:4px;border-radius:999px;background:#241c17;color:#fff;text-decoration:none;font-family:var(--sans,Inter,Arial,sans-serif);font-size:14px;font-weight:600}.match-link{text-align:center;margin-top:24px}.match-link a{color:#6b5e54;font-family:var(--sans,Inter,Arial,sans-serif);font-size:15px;text-decoration:none;border-bottom:1px solid rgba(107,94,84,.55);padding-bottom:3px}.match-link a:hover{color:#241c17;border-bottom-color:#241c17}@media(max-width:720px){.match-tool-section{padding:66px 0 72px}.match-card{padding:26px 18px 18px}.match-options{grid-template-columns:1fr;margin-bottom:0}.match-option-btn{min-height:72px}.match-summary-grid{grid-template-columns:1fr}}