.results{padding:105px 0;background:#fff}.results-head{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:46px}.results-head h2{margin:0;color:var(--navy-deep);font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.12;letter-spacing:-.03em}.results-head>p{max-width:470px;margin:0;color:var(--muted)}.results-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.result-card{margin:0;border:1px solid var(--line);border-radius:16px;background:var(--bg);overflow:hidden;position:relative;transition:.2s}.result-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(16,46,85,.09)}.result-card a{height:210px;display:flex;align-items:center;justify-content:center;padding:28px 20px 14px;background:#f2eee6;overflow:hidden}.result-card img{width:100%;height:100%;object-fit:contain;border-radius:8px}.result-card>p{margin:0;padding:17px 22px;background:#fff;color:var(--navy);font-weight:700;border-top:1px solid var(--line)}.result-score{position:absolute;top:14px;right:14px;width:68px;height:68px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-content:center;text-align:center;z-index:2;box-shadow:0 8px 20px rgba(8,27,50,.2)}.result-score b{font-size:1.35rem;line-height:1}.result-score span{font-size:.62rem;color:#e8cb83}.results-note{margin-top:28px;padding:16px 20px;border-right:3px solid var(--gold);background:#f7f8fa;color:#6f7a85;font-size:.78rem}@media(max-width:920px){.results-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.results{padding:75px 0}.results-head{display:block;margin-bottom:32px}.results-head>p{margin-top:16px}.results-grid{grid-template-columns:1fr}.result-card a{height:190px}.result-score{width:62px;height:62px}.result-score b{font-size:1.2rem}}
