*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f4f7f2;
  --white:#fff;
  --text:#1c1f1a;
  --muted:#6b7280;
  --star:#d97706;
  --pos:#16a34a;
  --neg:#dc2626;
  --link:#166534;
  --border:#dce8d8;
  --shadow:0 2px 14px rgba(22,101,52,.09);
  --radius:14px;
  --max:860px
}
body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:17px}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}

/* Header */
.site-header{background:var(--white);border-bottom:1px solid var(--border);padding:14px 20px;display:flex;align-items:center;gap:14px;position:sticky;top:0;z-index:100;box-shadow:0 1px 6px rgba(22,101,52,.07)}
.site-header .logo{font-size:1.15rem;font-weight:800;color:var(--text)}
.site-header .logo span{color:#16a34a}
.site-header nav{margin-left:auto;display:flex;gap:18px;font-size:.9rem}

/* Breadcrumb */
.breadcrumb{font-size:.85rem;color:var(--muted);padding:14px 0 0;display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--link)}
.breadcrumb .sep{color:var(--border)}

/* Hero */
.hero{background:linear-gradient(135deg,#14532d 0%,#166534 55%,#15803d 100%);color:#fff;padding:52px 20px 44px;text-align:center}
.hero h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;line-height:1.2;margin-bottom:12px}
.hero p{font-size:1.1rem;opacity:.9;max-width:560px;margin:0 auto 20px}
.agg-rating{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:10px 22px;font-size:1.1rem}
.agg-rating .score{font-size:2rem;font-weight:900}
.agg-stars{color:var(--star);font-size:1.5rem;letter-spacing:2px}
.agg-count{opacity:.8;font-size:.9rem}

/* Probability block */
.prob-block{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #a7f3d0;border-radius:20px;padding:32px 36px;margin:32px 0;display:flex;flex-direction:column;gap:14px}
.prob-block .prob-headline{font-size:clamp(1.25rem,3vw,1.6rem);font-weight:900;line-height:1.3;color:#064e3b}
.prob-fraction{display:inline-flex;align-items:baseline;gap:4px;background:#fff;border:2px solid #6ee7b7;border-radius:12px;padding:10px 20px;margin:4px 0}
.prob-fraction .num{font-size:3.5rem;font-weight:900;color:#15803d;line-height:1}
.prob-fraction .den{font-size:1.4rem;font-weight:700;color:#166534}
.prob-fraction .label{font-size:.95rem;color:#047857;font-weight:600;margin-left:8px}
.prob-body{font-size:1.05rem;color:#065f46;line-height:1.7}
.prob-body strong{color:#064e3b}
.prob-guarantee{display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:14px 18px;border:1px solid #a7f3d0;font-size:.97rem;color:#065f46}
.prob-guarantee .icon{font-size:1.5rem;flex-shrink:0}

/* Container */
.container{max-width:var(--max);margin:0 auto;padding:0 20px}

/* Review grid (index) */
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:48px}
.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:22px 22px 18px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px;border-left:4px solid var(--border);transition:.15s}
.review-card:hover{box-shadow:0 4px 22px rgba(22,101,52,.14);transform:translateY(-2px)}
.review-card.pos{border-left-color:var(--pos)}
.review-card.neg{border-left-color:var(--neg)}
.review-card .author{font-weight:700;font-size:1rem}
.review-card .meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.review-card .date{font-size:.8rem;color:var(--muted)}
.review-card h2{font-size:1.05rem;font-weight:700;line-height:1.3}
.review-card .excerpt{font-size:.95rem;color:#374151;line-height:1.55;flex:1}
.review-card .read-more{font-size:.85rem;font-weight:700;color:var(--link);margin-top:4px}

/* Stars */
.stars{color:var(--star);font-size:1.2rem;letter-spacing:1px}
.stars.lg{font-size:1.8rem;letter-spacing:3px}
.rating-label{font-size:.8rem;font-weight:600;color:var(--muted);margin-left:4px}

/* Single review page */
.review-wrap{max-width:680px;margin:32px auto 60px;padding:0 20px}
.review-main{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px;box-shadow:var(--shadow)}
.review-main.pos{border-top:5px solid var(--pos)}
.review-main.neg{border-top:5px solid var(--neg)}
.review-header{margin-bottom:26px}
.review-title{font-size:clamp(1.4rem,3vw,1.85rem);font-weight:900;line-height:1.25;margin:12px 0 10px}
.review-author-row{display:flex;align-items:center;gap:12px;margin-top:14px}
.author-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#15803d,#166534);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0}
.author-avatar.neg-av{background:linear-gradient(135deg,#b91c1c,#991b1b)}
.author-info .name{font-weight:700;font-size:1rem}
.author-info .date{font-size:.82rem;color:var(--muted)}
.review-body{font-size:1.18rem;line-height:1.75;color:#1f2937;margin-bottom:28px}
.review-body p{margin-bottom:16px}
.review-body p:last-child{margin-bottom:0}
.verdict{display:inline-flex;align-items:center;gap:8px;border-radius:50px;padding:8px 18px;font-size:.9rem;font-weight:700;margin-top:4px}
.verdict.pos{background:#dcfce7;color:#14532d}
.verdict.neg{background:#fee2e2;color:#991b1b}

/* Neolo response box */
.neolo-response{margin-top:28px;border-radius:14px;background:#f0fdf4;border:1.5px solid #a7f3d0;padding:22px 26px}
.neolo-response-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.neolo-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#15803d,#166534);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.85rem;flex-shrink:0}
.neolo-response-meta .brand{font-weight:800;font-size:.97rem;color:#14532d}
.neolo-response-meta .resp-label{font-size:.8rem;color:#6b7280}
.neolo-response-body{font-size:1rem;color:#065f46;line-height:1.7}

/* Related reviews */
.related{margin-top:36px}
.related h3{font-size:1.05rem;font-weight:800;margin-bottom:14px;color:var(--muted)}
.related-list{display:flex;flex-direction:column;gap:10px}
.related-item{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:14px 18px;display:flex;align-items:flex-start;gap:12px}
.related-item .stars{font-size:1rem}
.related-item .ri-text{flex:1}
.related-item .ri-title{font-weight:700;font-size:.95rem;line-height:1.3}
.related-item .ri-author{font-size:.8rem;color:var(--muted)}
.related-item a.ri-link{display:block;margin-top:4px;font-size:.82rem;font-weight:700}

/* FAQ */
.faq{margin:48px 0}
.faq h2{font-size:1.5rem;font-weight:900;margin-bottom:20px}
.faq-item{border-bottom:1px solid var(--border);padding:18px 0}
.faq-item dt{font-weight:700;font-size:1.05rem;margin-bottom:6px}
.faq-item dd{color:#374151;font-size:.97rem}

/* Footer */
.site-footer{background:#14532d;color:#a7f3d0;padding:36px 20px;text-align:center;font-size:.88rem}
.site-footer a{color:#d1fae5}
.site-footer .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:16px}
.site-footer p{opacity:.7}

/* Badges */
.badge{display:inline-block;border-radius:50px;padding:3px 10px;font-size:.77rem;font-weight:700}
.badge.pos{background:#dcfce7;color:#14532d}
.badge.neg{background:#fee2e2;color:#991b1b}
.badge.neu{background:#ecfdf5;color:#166534}

/* Section headings */
.section-heading{font-size:1.4rem;font-weight:900;margin:32px 0 16px;padding-top:8px;display:flex;align-items:center;gap:10px}

@media(max-width:600px){
  .reviews-grid{grid-template-columns:1fr}
  .review-main{padding:22px}
  .review-body{font-size:1.08rem}
  .prob-block{padding:22px 20px}
  .prob-fraction .num{font-size:2.8rem}
}
