.reports-hero { padding: clamp(70px,10vw,126px) 0 clamp(56px,8vw,90px); border-bottom: 1px solid var(--av-line); }
.reports-hero-grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.55fr); gap: clamp(44px,8vw,110px); align-items: end; }
.reports-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.4rem,7vw,7rem); line-height: .93; letter-spacing: -.06em; }
.reports-hero h1 + p { max-width: 720px; margin: 26px 0 0; color: var(--av-muted); font-size: 1.15rem; line-height: 1.65; }
.reports-guide { padding: 24px; border: 1px solid var(--av-line); border-radius: 18px; background: #fff; }
.reports-guide > strong { display: block; margin-bottom: 10px; font-size: 1.15rem; }
.reports-guide p { margin: 0 0 18px; color: var(--av-muted); line-height: 1.6; }
.reports-guide p a, .reports-guide > a { color: var(--av-green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.reports-catalog { padding: clamp(50px,7vw,84px) 0 clamp(80px,10vw,130px); }
.filter-bar { position: sticky; top: 76px; z-index: 10; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 26px; padding: 12px; border: 1px solid var(--av-line); border-radius: 16px; background: rgba(251,251,248,.92); backdrop-filter: blur(18px); }
.filter-bar > span { margin: 0 6px; color: var(--av-muted); font-size: .83rem; font-weight: 800; }
.filter-bar button { min-height: 38px; padding: 0 13px; border: 1px solid var(--av-line); border-radius: 999px; background: #fff; color: #4d524e; font-size: .82rem; font-weight: 800; cursor: pointer; }
.filter-bar button.is-active { border-color: var(--av-green-deep); background: var(--av-green-deep); color: #fff; }
.report-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.report-card { min-height: 520px; display: flex; flex-direction: column; align-items: stretch; padding: 26px; border: 1px solid var(--av-line); border-radius: 18px; background: #fff; }
.report-card[hidden] { display: none; }
.report-card.is-chat { background: #14221e; color: #fff; }
.report-card.is-chat p, .report-card.is-chat li { color: rgba(255,255,255,.67); }
.report-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--av-muted); font-size: .76rem; font-weight: 850; }
.report-card-top > strong { color: var(--av-ink); font-size: .9rem; }
.report-card.is-chat .report-card-top, .report-card.is-chat .report-card-top > strong { color: #d9bd82; }
.report-card h2 { margin: 48px 0 14px; font-size: clamp(1.8rem,2.8vw,2.6rem); line-height: 1; letter-spacing: -.04em; }
.report-card > p { margin: 0; color: var(--av-muted); line-height: 1.6; }
.report-card ul { display: grid; gap: 8px; margin: 24px 0 30px; padding: 0; color: #555b56; font-size: .88rem; list-style: none; }
.report-card li::before { content: "✓"; margin-right: 8px; color: var(--av-gold); font-weight: 900; }
.report-card .av-button { width: 100%; margin-top: auto; }
.report-card.is-chat .av-button { border-color: #fff; background: #fff; color: #14221e; }
.filter-empty { padding: 30px; text-align: center; color: var(--av-muted); }
.selection-guide { padding: clamp(72px,9vw,110px) 0; border-block: 1px solid var(--av-line); background: #fff; }
.comparison-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.comparison-list article { padding: 26px; border: 1px solid var(--av-line); border-radius: 18px; background: var(--av-soft); }
.comparison-list strong { display: block; margin-bottom: 12px; font-size: 1.22rem; }
.comparison-list p { margin: 0; color: var(--av-muted); line-height: 1.62; }
.purchase-flow { padding: clamp(72px,9vw,110px) 0; }
.purchase-flow ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.purchase-flow li { padding: 26px; border-top: 1px solid var(--av-line); }
.purchase-flow li > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 38px; border-radius: 12px; background: var(--av-green-deep); color: #fff; font-weight: 900; }
.purchase-flow li > strong { display: block; font-size: 1.15rem; }
.purchase-flow li > p { margin: 8px 0 0; color: var(--av-muted); line-height: 1.55; }
@media (max-width: 960px) { .report-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .reports-hero-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .reports-hero h1 { font-size: clamp(3.1rem,15vw,5.4rem); } .filter-bar { position: static; margin-inline: -2px; } .report-card-grid, .comparison-list, .purchase-flow ol { grid-template-columns: 1fr; } .report-card { min-height: 470px; } }

