:root { font-family: Arial, Helvetica, sans-serif; color: #171715; background: #f5f3ee; font-synthesis: none; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
button, a { font: inherit; }
button { cursor: pointer; }
.site-header { height: 112px; background: #080808; display: flex; align-items: center; justify-content: center; }
.brand-logo { display: block; width: 292px; height: 91px; object-fit: cover; object-position: center; }
.page-content { max-width: 1160px; margin: auto; padding: 37px 26px 30px; }
.intro { text-align: center; }
.eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .27em; color: #927048; }
.intro h1 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.035em; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; margin: 15px 0 14px; }
.intro h1 em { font-weight: 400; color: #94734f; }
.intro p { max-width: 700px; font-size: 15px; line-height: 1.6; color: #5a605a; margin: 0 auto; }
.review-section { margin-top: 39px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.section-heading h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; letter-spacing: -.025em; margin: 0; }
.section-heading span { font-size: 12px; color: #697168; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.review-card { background: #fff; border: 1px solid #dedbd3; min-height: 200px; padding: 21px; display: grid; grid-template-columns: 1fr 44px; grid-template-rows: 45px 1fr 44px; column-gap: 7px; align-items: center; transition: border-color .2s, box-shadow .2s, transform .2s; }
.review-card:hover, .review-card:focus-within { border-color: #a89070; box-shadow: 0 12px 30px #29241c12; transform: translateY(-2px); }
.platform-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 9px; font-weight: 700; font-size: 22px; }
.google-mark { background: #eaf1ea; color: #477553; }
.cars-mark { background: #eeeaf4; color: #70528a; }
.dealer-mark { background: #f5ebe0; color: #925e2e; font-size: 14px; }
.platform-info { grid-column: 1 / -1; align-self: center; }
.platform-info h3 { font-size: 21px; letter-spacing: -.04em; margin: 0 0 5px; }
.platform-info p { font-size: 12px; color: #737b72; margin: 0; }
.review-button { grid-column: 1; grid-row: 3; min-height: 44px; background: #171f18; color: white; text-decoration: none; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 13px; font-weight: 700; }
.review-button:hover { background: #3a5541; }
.review-button span { font-size: 19px; font-weight: 400; }
.copy-button { grid-column: 2; grid-row: 3; width: 44px; height: 44px; background: #fff; border: 1px solid #d5d9d0; color: #273b2c; display: grid; place-items: center; }
.copy-button:hover { background: #eef2eb; }
.copy-icon { width: 12px; height: 14px; border: 1.5px solid currentColor; border-radius: 2px; position: relative; }
.copy-icon:before { content: ''; position: absolute; width: 11px; height: 13px; border: 1.5px solid currentColor; border-radius: 2px; top: -5px; left: 4px; background: #fff; }
.copy-hint { color: #7a8177; font-size: 11px; margin: 12px 0 0; text-align: right; }
footer { max-width: 1160px; margin: 10px auto 0; padding: 17px 26px 24px; border-top: 1px solid #e1ded6; color: #8d9189; display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.toast { position: fixed; z-index: 10; bottom: 22px; left: 50%; transform: translate(-50%, 15px); opacity: 0; pointer-events: none; background: #171f18; color: #fff; padding: 12px 20px; font-size: 13px; box-shadow: 0 8px 25px #0002; transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
:focus-visible { outline: 3px solid #b78c58; outline-offset: 3px; }
@media (max-width: 720px) {
  .site-header { height: 89px; }
  .brand-logo { width: 245px; height: 76px; }
  .page-content { padding: 25px 17px 19px; }
  .intro h1 { font-size: clamp(32px, 8vw, 45px); margin: 10px 0; }
  .intro p { font-size: 13px; line-height: 1.48; }
  .review-section { margin-top: 24px; }
  .section-heading { display: block; margin: 0 3px 12px; }
  .section-heading h2 { font-size: 21px; }
  .section-heading span { display: none; }
  .review-grid { grid-template-columns: 1fr; gap: 8px; }
  .review-card { min-height: 79px; padding: 10px; grid-template-columns: 41px minmax(0, 1fr) 115px 36px; grid-template-rows: 1fr; column-gap: 9px; }
  .platform-mark { grid-column: 1; grid-row: 1; width: 40px; height: 40px; font-size: 20px; }
  .dealer-mark { font-size: 13px; }
  .platform-info { grid-column: 2; grid-row: 1; min-width: 0; }
  .platform-info h3 { font-size: 16px; white-space: nowrap; }
  .platform-info p { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .review-button { grid-column: 3; grid-row: 1; min-height: 43px; padding: 0 10px; font-size: 11px; gap: 5px; }
  .review-button span { font-size: 16px; }
  .copy-button { grid-column: 4; grid-row: 1; width: 36px; height: 43px; }
  .copy-hint { text-align: left; margin: 12px 3px 0; }
  footer { margin-top: 7px; padding: 15px 18px 20px; font-size: 9px; }
}
@media (max-width: 400px) {
  .review-card { grid-template-columns: 34px minmax(0, 1fr) 98px 33px; column-gap: 6px; padding: 8px; }
  .platform-mark { width: 34px; height: 34px; font-size: 17px; }
  .dealer-mark { font-size: 11px; }
  .platform-info h3 { font-size: 14px; }
  .platform-info p { font-size: 10px; }
  .review-button { font-size: 10px; padding: 0 7px; }
  .copy-button { width: 33px; }
  .intro p { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { transition: none !important; animation: none !important; } }
