/* lotradar.net — cars.css (auto-generated from cars.php inline styles) */

/* === /cars (makes list) === */
.cars-wrap{max-width:1100px;margin:2rem auto;padding:0 1rem}
    .makes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:1.5rem}
    .make-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;text-decoration:none;color:#0f172a;transition:all .2s;display:block;text-align:center}
    .make-card:hover{transform:translateY(-4px);border-color:#1a73e8;box-shadow:0 12px 28px rgba(26,115,232,.12)}
    .make-card .name{font-weight:800;font-size:18px;margin-bottom:.4rem}
    .make-card .meta{font-size:12px;color:#64748b}

/* === /cars/{make} brand page === */
.cm-wrap{max-width:1100px;margin:1.5rem auto;padding:0 1rem}
    .cm-hero{position:relative;background:#0a0e1a;border-radius:24px;overflow:hidden;margin-bottom:2rem;box-shadow:0 20px 60px rgba(10,14,26,.25);min-height:340px}
    .cm-hero-bg{position:absolute;inset:0;z-index:0}
    .cm-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.4;filter:blur(2px) saturate(1.1)}
    .cm-hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,rgba(10,14,26,.95) 30%,rgba(10,14,26,.6) 60%,rgba(10,14,26,.4))}
    .cm-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;min-height:340px;padding:2.5rem}
    .cm-hero-info{display:flex;flex-direction:column;justify-content:center;max-width:760px;color:#fff}
    .cm-breadcrumb{font-size:13px;opacity:.7;margin-bottom:1.1rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
    .cm-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .15s}
    .cm-breadcrumb a:hover{color:#60a5fa}
    .cm-breadcrumb .sep{opacity:.3;font-family: inherit}
    .cm-hero h1{font-family:'Helvetica Neue',Inter,sans-serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:900;margin:0 0 .8rem;letter-spacing:-.035em;line-height:1.02}
    .cm-hero h1::first-letter{color:#60a5fa}
    .cm-hero-subtitle{font-size:15px;opacity:.85;margin-bottom:2.2rem;display:flex;gap:.6rem;flex-wrap:wrap;font-weight:500}
    .cm-hero-subtitle .dot{opacity:.3}
    .cm-hero-kpi{display:flex;gap:1rem;flex-wrap:wrap}
    .cm-kpi{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.85rem 1.15rem;backdrop-filter:blur(12px);min-width:110px;transition:all .2s}
    .cm-kpi:hover{background:rgba(255,255,255,.12);border-color:rgba(96,165,250,.3);transform:translateY(-2px)}
    .cm-kpi .num{font-size:1.6rem;font-weight:800;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}
    .cm-kpi .lbl{font-size:10.5px;opacity:.65;text-transform:uppercase;letter-spacing:.08em;margin-top:.35rem;font-weight:600}
    .cm-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1.8rem;margin-bottom:1.5rem}
    .cm-card h2{font-size:1.35rem;font-weight:800;margin:0 0 1.5rem;letter-spacing:-.025em;display:flex;align-items:center;gap:.7rem;color:#0f172a}
    .cm-card h2 .icon{width:38px;height:38px;background:linear-gradient(135deg,#1e293b,#334155);color:#60a5fa;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}
    .models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}
    .model-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;text-decoration:none;color:#0f172a;transition:all .2s;display:block}
    .model-card:hover{transform:translateY(-3px);border-color:#1a73e8;box-shadow:0 12px 28px rgba(26,115,232,.1)}
    .model-card img,.model-card .no-photo{width:100%;height:170px;object-fit:cover}
    .model-card .no-photo{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;color:rgba(255,255,255,.2)}
    .model-card .info{padding:1rem 1.1rem}
    .model-card .model-name{font-weight:800;font-size:17px;margin-bottom:.25rem;letter-spacing:-.01em}
    .model-card .model-years{font-size:12px;color:#64748b;margin-bottom:.4rem}
    .model-card .model-price{font-size:13px;color:#1a73e8;font-weight:700;font-variant-numeric:tabular-nums}
    .brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.85rem}
    .brand-card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;transition:all .2s}
    .brand-card:hover{border-color:#1d4ed8;box-shadow:0 6px 22px rgba(15,23,42,.08);transform:translateY(-2px)}
    .brand-photo{height:90px;background:#0f172a;overflow:hidden;position:relative}
    .brand-photo img{width:100%;height:100%;object-fit:cover;opacity:.85}
    .brand-photo.no-photo{display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1.6rem;background:linear-gradient(135deg,#1e293b,#0f172a)}
    .brand-info{padding:.7rem .9rem}
    .brand-name{font-size:15px;font-weight:800;color:#0f172a;margin-bottom:.15rem;letter-spacing:-.01em}
    .brand-meta{font-size:12px;color:#64748b;font-variant-numeric:tabular-nums}
    @media (max-width:780px){
      .cm-hero-inner{padding:1.6rem 1.4rem 1.8rem}
      .cm-hero h1{font-size:1.7rem}
      .cm-kpi{min-width:90px;padding:.7rem .9rem}
      .cm-kpi .num{font-size:1.3rem}
    }

/* === brand-extras (siblings) === */
.cars-wrap{max-width:1100px;margin:2rem auto;padding:0 1rem}
    .models-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.2rem;margin-top:1.5rem}
    .model-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;text-decoration:none;color:#0f172a;transition:all .2s;display:block}
    .model-card:hover{transform:translateY(-4px);border-color:#1a73e8;box-shadow:0 12px 28px rgba(26,115,232,.12)}
    .model-card img{width:100%;height:200px;object-fit:cover}
    .model-card .no-photo{width:100%;height:200px;background:linear-gradient(135deg,#e3f2fd,#f8faff);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#94a3b8}
    .model-card .info{padding:1.2rem}
    .model-card .model-name{font-weight:800;font-size:18px;margin-bottom:.3rem}
    .model-card .model-years{font-size:13px;color:#64748b;margin-bottom:.5rem}
    .model-card .model-price{font-size:14px;color:#1a73e8;font-weight:700}

/* === /cars/{make}/{model} model page === */
.cm-wrap{max-width:1100px;margin:1.5rem auto;padding:0 1rem}

/* === HERO === */
/* === HERO REDESIGN — характер + фонове фото === */
.cm-hero{position:relative;background:#0a0e1a;border-radius:24px;overflow:hidden;margin-bottom:2rem;box-shadow:0 20px 60px rgba(10,14,26,.25);min-height:380px}
.cm-hero-bg{position:absolute;inset:0;z-index:0}
.cm-hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.45;filter:blur(2px) saturate(1.1)}
.cm-hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(110deg,rgba(10,14,26,.95) 30%,rgba(10,14,26,.6) 60%,rgba(10,14,26,.4) 100%)}
.cm-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;min-height:380px;padding:2.5rem 2.5rem 2.5rem}
.cm-hero-info{display:flex;flex-direction:column;justify-content:center;max-width:760px}
.cm-hero-info *{color:#fff}
.cm-breadcrumb{font-size:13px;opacity:.7;margin-bottom:1.1rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;letter-spacing:.02em}
.cm-breadcrumb a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .15s}
.cm-breadcrumb a:hover{color:#60a5fa}
.cm-breadcrumb .sep{opacity:.3;font-size:9px;font-family: inherit}
.cm-hero h1{font-family:'Helvetica Neue','Inter',-apple-system,sans-serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:900;margin:0 0 .8rem;letter-spacing:-.035em;line-height:1.02}
.cm-hero h1::first-letter{color:#60a5fa}
.cm-hero-subtitle{font-size:15px;opacity:.85;margin-bottom:2.2rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-weight:500;letter-spacing:.01em}
.cm-hero-subtitle .dot{opacity:.3;font-size:.5rem;vertical-align:middle}
.cm-hero-subtitle .body-tag{background:rgba(96,165,250,.15);border:1px solid rgba(96,165,250,.3);padding:3px 10px;border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}
.cm-hero-kpi{display:flex;gap:1rem;flex-wrap:wrap}
.cm-kpi{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.85rem 1.15rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-width:110px;transition:all .2s}
.cm-kpi:hover{background:rgba(255,255,255,.12);border-color:rgba(96,165,250,.3);transform:translateY(-2px)}
.cm-kpi .num{font-family:'Helvetica Neue',Inter,sans-serif;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}
.cm-kpi .lbl{font-size:10.5px;opacity:.65;text-transform:uppercase;letter-spacing:.08em;margin-top:.35rem;font-weight:600}
.cm-hero-attr{position:absolute;bottom:.8rem;right:1.2rem;font-size:10px;color:rgba(255,255,255,.4);font-family: inherit;z-index:2}

/* === CARDS === */
.cm-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1.8rem;margin-bottom:1.5rem;transition:box-shadow .2s}
.cm-card h2{font-size:1.35rem;font-weight:800;margin:0 0 1.5rem;letter-spacing:-.025em;display:flex;align-items:center;gap:.7rem;color:#0f172a}
.cm-card h2 .icon{width:38px;height:38px;background:linear-gradient(135deg,#1e293b,#334155);color:#60a5fa;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}

/* Generation з вбудованими specs */
.gen-list{display:flex;flex-direction:column;gap:1rem}
.gen-block{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff;transition:all .2s;position:relative}
.gen-block:hover{border-color:#cbd5e1;box-shadow:0 6px 22px rgba(15,23,42,.06)}
.gen-block.current{border:1px solid #1e293b;box-shadow:0 0 0 3px rgba(30,41,59,.08)}
.gen-head{display:grid;grid-template-columns:280px 1fr;gap:0}
.gen-head .gen-photo{height:200px;background:#0f172a;overflow:hidden;position:relative}
.gen-head .gen-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 60%,rgba(0,0,0,.5));pointer-events:none}
.gen-head .gen-photo img{width:100%;height:100%;object-fit:cover}
.gen-head .gen-photo .gen-code-badge{position:absolute;bottom:.7rem;left:.8rem;background:rgba(0,0,0,.65);color:#fff;font-family: inherit;font-size:13px;font-weight:700;padding:4px 10px;border-radius:6px;backdrop-filter:blur(6px);z-index:1;letter-spacing:.05em}
.gen-head .gen-photo .no-photo{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;color:#94a3b8;font-size:14px;font-weight:700;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);font-family: inherit;letter-spacing:.05em}
.gen-head .gen-photo .no-photo i{font-size:2.5rem;opacity:.3}
.gen-head .gen-info{padding:1.4rem 1.6rem;display:flex;flex-direction:column;justify-content:center}
.gen-header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.7rem}
.gen-name{font-size:18px;font-weight:800;color:#0f172a;letter-spacing:-.01em;margin:0;display:inline-block}
.gen-code{font-family: inherit;font-size:12px;color:#475569;background:#f1f5f9;padding:3px 8px;border-radius:5px;font-weight:700;letter-spacing:.05em}
.gen-years{font-size:13px;color:#64748b;display:inline-flex;align-items:center;gap:.35rem}
.gen-years i{font-size:11px}
.badge-new{background:#dbeafe;color:#1e40af;font-size:11px;font-weight:700;padding:3px 9px;border-radius:5px;text-transform:uppercase;letter-spacing:.04em}
.badge-facelift{background:#fef3c7;color:#92400e;font-size:11px;font-weight:700;padding:3px 9px;border-radius:5px;text-transform:uppercase;letter-spacing:.04em}
.gen-desc{font-size:14px;color:#475569;line-height:1.6;margin:.3rem 0 0}

/* Specs block всередині gen */
.gen-specs{padding:1.3rem 1.6rem 1.6rem;border-top:1px solid #f1f5f9;background:linear-gradient(180deg,#fafbfc 0%,#f8fafc 100%)}
.year-tabs{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center;margin-bottom:1.1rem;padding-bottom:.95rem;border-bottom:1px dashed #e2e8f0}
.year-tabs-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-right:.5rem}
.year-tab{padding:.5rem 1rem;min-height:32px;min-width:48px;border:1px solid #e2e8f0;border-radius:7px;cursor:pointer;font-size:13px;font-weight:700;color:#475569;background:#fff;transition:all .15s;font-family: inherit;font-variant-numeric:tabular-nums}
.year-tab:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}
.year-tab.active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 2px 8px rgba(15,23,42,.2)}

/* Specs Table — премиум look */
.specs-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:1px solid #e2e8f0;background:#fff;position:relative;background-image:linear-gradient(to right,#fff,#fff),linear-gradient(to right,#fff,#fff),linear-gradient(to right,rgba(0,0,0,.1),rgba(255,255,255,0)),linear-gradient(to left,rgba(0,0,0,.1),rgba(255,255,255,0));background-position:left center,right center,left center,right center;background-repeat:no-repeat;background-color:#fff;background-size:20px 100%,20px 100%,10px 100%,10px 100%;background-attachment:local,local,scroll,scroll}
.specs-table td:first-child,.specs-table th:first-child{position:sticky;left:0;z-index:2;box-shadow:2px 0 4px -2px rgba(0,0,0,.06)}
.specs-table{width:100%;border-collapse:collapse;font-size:13px}
.specs-table th{background:#f8fafc;padding:.7rem .9rem;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #e2e8f0;font-weight:700;white-space:nowrap}
.specs-table td{padding:.7rem .9rem;border-bottom:1px solid #f1f5f9;font-size:13px;white-space:nowrap}
.specs-table tbody tr:hover td{background:#f8fafc}
.specs-table tbody tr:last-child td{border-bottom:none}
.specs-table td:first-child{font-weight:600;color:#1e293b;width:auto;background:#fdfdfd;border-right:1px solid #f1f5f9}
.specs-table td:first-child i{color:#94a3b8;margin-right:.4rem;font-size:11px;width:14px}
.specs-table strong{color:#0f172a;font-weight:800;font-variant-numeric:tabular-nums}
.specs-badge{display:inline-block;font-size:11px;font-weight:700;padding:2px 8px;border-radius:5px;letter-spacing:.03em}
.specs-badge.fuel{background:#dbeafe;color:#1e40af}
.specs-badge.drive{background:#fae8ff;color:#7e22ce}
.specs-badge.trans{background:#dcfce7;color:#166534}
.specs-table th:first-child{background:#f1f5f9}

@media (max-width:780px){
  .cm-hero-inner{padding:1.6rem 1.4rem 1.8rem}
  .cm-hero h1{font-size:1.7rem}
  .cm-kpi{min-width:90px;padding:.7rem .9rem}
  .cm-kpi .num{font-size:1.3rem}
  .gen-head{grid-template-columns:1fr}
  .gen-head .gen-photo{height:200px}
  .gen-specs{padding:1rem}
  .specs-table th,.specs-table td{padding:.5rem .6rem;font-size:12px}
}



/* === PRICE TABLE === */
.price-table{width:100%;border-collapse:collapse;font-size:14px;margin-top:.5rem}
.price-table th{background:#f8fafc;padding:.8rem 1rem;text-align:left;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:2px solid #e2e8f0;font-weight:700}
.price-table td{padding:.8rem 1rem;border-bottom:1px solid #f1f5f9;font-size:14px;font-variant-numeric:tabular-nums}
.price-table tbody tr:hover td{background:#f8fafc}
.price-table tbody tr:last-child td{border-bottom:none}
.price-table td:first-child{font-weight:600;color:#1e293b}
.price-table strong{color:#0f172a;font-weight:800}
.price-bar{display:inline-block;height:6px;background:linear-gradient(90deg,#60a5fa,#3b82f6);border-radius:3px;margin-left:.7rem;vertical-align:middle;max-width:200px}
/* === LOTS GRID === */
.lots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}
.lot-card{display:flex;flex-direction:column;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.1rem;text-decoration:none;color:inherit;transition:all .2s;position:relative}
.lot-card:hover{border-color:#1d4ed8;box-shadow:0 6px 22px rgba(15,23,42,.08);transform:translateY(-2px)}
.lot-vin{font-family: inherit;font-size:12px;font-weight:700;color:#1e293b;letter-spacing:.02em;border-bottom:1px dashed #e2e8f0;padding-bottom:.4rem;margin-bottom:.2rem}
.lot-main{font-size:14px;font-weight:600;color:#0f172a}
.lot-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}
.lot-tag{font-size:11px;background:#f1f5f9;color:#475569;padding:3px 8px;border-radius:5px;font-weight:600;letter-spacing:.01em;white-space:nowrap}
.lot-price{margin-top:.4rem;font-size:18px;font-weight:800;color:#16a34a;font-variant-numeric:tabular-nums}
.lot-nobid{margin-top:.4rem;font-style:italic}
@media(max-width:600px){
  .price-table th:nth-child(3),.price-table td:nth-child(3){white-space:nowrap}
  .price-bar{max-width:80px}
}


/* === SIBLING MODELS === */
.siblings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.85rem}
.sibling-card{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;text-decoration:none;color:inherit;transition:all .2s}
.sibling-card:hover{border-color:#1d4ed8;box-shadow:0 6px 22px rgba(15,23,42,.08);transform:translateY(-2px)}
.sibling-photo{height:110px;background:#0f172a;overflow:hidden;position:relative}
.sibling-photo img{width:100%;height:100%;object-fit:cover}
.sibling-photo.no-photo{display:flex;align-items:center;justify-content:center;color:#64748b;font-size:2rem;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%)}
.sibling-info{padding:.7rem .9rem}
.sibling-name{font-size:14px;font-weight:800;color:#0f172a;margin-bottom:.2rem;letter-spacing:-.01em}
.sibling-meta{font-size:12px;color:#64748b;font-variant-numeric:tabular-nums}
.faq-list{display:flex;flex-direction:column;gap:.5rem;max-width:780px}
.faq-item{border:1px solid #e5e7eb;border-radius:10px;background:#fff;overflow:hidden;transition:border-color .2s}
.faq-item[open]{border-color:#1d4ed8}
.faq-q{padding:1rem 1.2rem;font-weight:700;font-size:15px;color:#0f172a;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;user-select:none;letter-spacing:-.01em}
.faq-q::-webkit-details-marker{display:none}
.faq-q::after{content:"+";font-size:20px;font-weight:400;color:#1d4ed8;transition:transform .2s;line-height:1}
.faq-item[open] .faq-q::after{transform:rotate(45deg)}
.faq-a{padding:0 1.2rem 1rem;font-size:14px;line-height:1.7;color:#475569}

/* === REVIEWS === */
.reviews-list{display:flex;flex-direction:column;gap:1.2rem}
.review-item{border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;transition:box-shadow .2s}
.review-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.06)}
.review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}
.review-author{display:flex;align-items:center;gap:.8rem}
.review-avatar{width:44px;height:44px;background:linear-gradient(135deg,#1d4ed8,#1a73e8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0}
.review-name{font-weight:700;font-size:15px;color:#0f172a}
.review-meta{font-size:12px;color:#64748b;margin-top:.2rem}
.review-stars{display:flex;gap:.2rem;font-size:18px;color:#f59e0b}
.review-stars .empty{color:#e2e8f0}
.review-title{font-weight:700;font-size:15px;color:#0f172a;margin-bottom:.5rem}
.review-text{font-size:14px;color:#475569;line-height:1.7;margin-bottom:1rem}
.review-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.review-pros,.review-cons{border-radius:8px;padding:.8rem 1rem;font-size:13px}
.review-pros{background:#f0fdf4;border:1px solid #bbf7d0}
.review-pros .label{color:#16a34a;font-weight:700;margin-bottom:.3rem;display:flex;align-items:center;gap:.3rem}
.review-cons{background:#fff1f2;border:1px solid #fecdd3}
.review-cons .label{color:#e11d48;font-weight:700;margin-bottom:.3rem;display:flex;align-items:center;gap:.3rem}
.review-pros .text,.review-cons .text{color:#475569;line-height:1.5}
.reviews-summary{background:linear-gradient(135deg,#eff6ff,#fff);border:1px solid #bfdbfe;border-radius:14px;padding:1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.reviews-big-rating{text-align:center}
.reviews-big-rating .num{font-size:3.5rem;font-weight:900;color:#1d4ed8;line-height:1}
.reviews-big-rating .stars{font-size:22px;color:#f59e0b;margin:.3rem 0}
.reviews-big-rating .count{font-size:13px;color:#64748b}
@media(max-width:600px){.review-pros-cons{grid-template-columns:1fr}.reviews-summary{flex-direction:column;text-align:center}}


/* === MOBILE === */
@media(max-width:900px){
.cm-hero-inner{grid-template-columns:1fr}


.cm-hero-info{padding:1.8rem 1.5rem}
.cm-hero h1{font-size:1.8rem}
.cm-kpi{padding:.6rem .9rem}
.cm-kpi .num{font-size:1.2rem}
.gen-item{grid-template-columns:1fr}
.gen-photo{height:220px}
.gen-photo img{min-height:220px}
.lots-grid{grid-template-columns:1fr}
}
