:root {
  --c-acc:      #6b8e5a;
  --c-acc-dark: #4f6e41;
  --c-dark:     #1c2018;
  --c-bg:       #fbfaf5;
  --c-bg-soft:  #f0eee3;
  --c-border:   #d8d4c0;
  --c-text:     #1c1f17;
  --c-muted:    rgba(0,0,0,.55);
  --rhythm:     96px;
  --radius:     20px;
  --shadow:     0 4px 24px rgba(28,32,24,.08);
  --ff-h:     'DM Serif Display', system-ui, -apple-system, sans-serif;
  --ff-b:     'DM Sans', system-ui, -apple-system, sans-serif;
  --hue-shift:  0deg;
}
*, *::before, *::after { box--sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; line-height: 1.5; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { font-family: var(--ff-b); color: var(--c-text); background: var(--c-bg); min-height: 100vh; display: flex; flex-direction: column; }
main { flex-grow: 1; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-acc); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; }
h1,h2,h3,h4 { font-family: var(--ff-h); font-weight: 400; line-height: 1.2; margin-bottom: 0.5em; color: var(--c-text); }
h1 { font-size: 3em; } h2 { font-size: 2.2em; } h3 { font-size: 1.6em; }
p { margin-bottom: 1em; line-height: 1.7; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.sec { padding: var(--rhythm) 0; }
.sec:nth-of-type(even) { background-color: var(--c-bg-soft); }
.sec-dark { background: var(--c-dark); color: #fff; }
.sec-dark h1,.sec-dark h2,.sec-dark h3 { color: #fff; } .sec-dark a { color: var(--c-acc); }

.hd { background: var(--c-bg); padding: 20px 0; border-bottom: 1px solid var(--c-border); }
.hd .wrap { display: flex; justify-content: space-between; align-items: center; }
.hd-logo { font-size: 1.8em; font-family: var(--ff-h); font-weight: 400; color: var(--c-text); }
.hd-logo:hover { text-decoration: none; }
.hd-nav ul { display: flex; gap: 25px; align-items: center; }
.hd-nav a { font-weight: 500; color: var(--c-text); }
.hd-nav a:hover { color: var(--c-acc); text-decoration: none; }
.hd-burger { display: none; font-size: 1.5em; }

.hero { text-align: center; }
.hero h1 { margin-bottom: 20px; }
.hero .hero-subtitle { font-size: 1.25em; color: var(--c-muted); max-width: 800px; margin: 0 auto 40px; }
.hero-btns { margin-bottom: 30px; display: flex; gap: 20px; justify-content: center; }
.hero-chips { display: flex; gap: 15px; justify-content: center; }
.hero-chip { display: inline-flex; align-items: center; padding: 8px 15px; border-radius: 50px; background: var(--c-bg-soft); font-size: 0.95em; font-weight: 500; box-shadow: var(--shadow); }

.trust-bar { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; text-align: center; }
.trust-item { background: var(--c-bg-soft); padding: 25px; border-radius: var(--radius); color: var(--c-text); box-shadow: var(--shadow); }
.trust-n { display: block; font-size: 2.5em; font-family: var(--ff-h); color: var(--c-acc); margin-bottom: 5px; }
.trust-l { font-size: 0.95em; font-weight: 500; }

.cmp-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--c-bg); }
.cmp { width: 100%; border-collapse: collapse; min-width: 800px; }
.cmp th, .cmp td { padding: 18px; text-align: left; border-bottom: 1px solid var(--c-border); }
.cmp th { background: var(--c-bg-soft); font-weight: 600; }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp tbody tr:hover { background: var(--c-bg-soft); }
.cmp-name { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--c-text); }
.cmp-logo { border-radius: 8px; flex-shrink: 0; box-shadow: 0 0 0 1px var(--c-border); }
.cmp-badge { display: inline-block; background: var(--c-acc); color: #fff; font-size: 0.7em; font-weight: 700; padding: 4px 8px; border-radius: 5px; margin-left: 8px; }

.stars { --percent: calc(var(--rating) / 5 * 100%); display: inline-block; font-size: 1.1em; font-family: Times; line-height: 1; letter-spacing: 1px; color: var(--c-border); position: relative; }
.stars .rating-num { font-size: 0.8em; font-family: var(--ff-b); margin-left: 5px; vertical-align: middle; color: var(--c-text); }
.stars::before { content: '★★★★★'; position: absolute; left: 0; top: 0; width: var(--percent); color: #ffc107; overflow: hidden; }

.edit-big { background: var(--c-bg-soft); border-radius: var(--radius); padding: 50px; text-align: center; color: var(--c-text); box-shadow: var(--shadow); }
.sec-dark .edit-big { background: var(--c-bg-soft); color: var(--c-text); }
.edit-big h2 { font-size: 2.5em; margin-bottom: 10px; }
.edit-big .stars { margin-bottom: 25px; }
.edit-bullets { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 25px; margin: 30px 0; padding: 0; list-style: none; }
.edit-bullets li { font-size: 1.1em; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.edit-bullets li i { color: var(--c-acc); }

.meth-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.meth-card { background: var(--c-bg-soft); border-radius: var(--radius); padding: 30px; text-align: center; box-shadow: var(--shadow); }
.meth-num { display: inline-flex; justify-content: center; align-items: center; width: 60px; height: 60px; border-radius: 50%; background: var(--c-acc); color: #fff; font-size: 1.8em; font-family: var(--ff-h); margin-bottom: 20px; }

.faq-accordion { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.faq-item { background: var(--c-bg); border-radius: var(--radius); margin-bottom: 15px; box-shadow: var(--shadow); overflow: hidden; }
.faq-q { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px 25px; font-size: 1.1em; font-weight: 600; text-align: left; }
.faq-q i { transition: transform 0.3s ease; }
.faq-item.is-open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.faq-a p { padding: 0 25px 20px; font-size: 0.95em; line-height: 1.6; color: var(--c-muted); }

.guides-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }
.guide-card { background: var(--c-bg-soft); border-radius: var(--radius); padding: 30px; text-decoration: none; color: var(--c-text); display: flex; flex-direction: column; box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s; }
.guide-card:hover { text-decoration: none; transform: translateY(-5px); box-shadow: 0 8px 32px rgba(28,32,24,.12); }
.guide-card h3 { font-size: 1.4em; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.guide-card h3 i { font-size: 0.8em; color: var(--c-acc); }

.cta-block { text-align: center; }
.cta-block h2 { margin-bottom: 20px; }
.cta-block p { max-width: 700px; margin: 0 auto 30px; color: #fff; opacity: 0.8; }
.sec-dark .cta-block p { color: #fff; }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border-radius: var(--radius); font-weight: 600; text-decoration: none; transition: all 0.2s; }
.btn:hover { text-decoration: none; transform: translateY(-2px); filter: brightness(1.1); }
.btn-acc { background: var(--c-acc); color: #fff; }
.btn-outline { border: 2px solid var(--c-acc); color: var(--c-acc); background: transparent; }
.btn-outline:hover { background: var(--c-acc); color: #fff; }

.ft { background: var(--c-dark); color: rgba(255,255,255,0.7); padding: var(--rhythm) 0; font-size: 0.95em; }
.ft a { color: rgba(255,255,255,0.9); } .ft a:hover { color: var(--c-acc); }
.ft-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 40px; }
.ft ul { padding: 0; } .ft li { margin-bottom: 10px; padding: 0; }
.ft-col h3 { font-size: 1.2em; color: #fff; margin-bottom: 20px; }
.ft .hd-logo { margin-bottom: 15px; }
.ft .ft-bottom { text-align: center; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.9em; opacity: 0.7; }

.risk-strip { background: #000; color: rgba(255,255,255,0.8); padding: 20px 0; text-align: center; font-size: 0.9em; }
.risk-strip i { color: var(--c-acc); margin-right: 8px; }

.ck { position: fixed; bottom: 15px; left: 15px; width: calc(100% - 30px); max-width: 450px; z-index: 1000; background: var(--c-dark); color: #fff; padding: 20px; border-radius: var(--radius); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.ck p { margin-bottom: 15px; font-size: 0.9em; color: rgba(255,255,255,0.8); }
.ck-btns { display: flex; gap: 10px; }
.ck .btn { padding: 10px 15px; font-size: 0.9em; flex-grow: 1; }
.ck-prefs { margin-top: 15px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; }
.ck-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.ck-row label { display: flex; align-items: center; gap: 8px; }
.ck-reopen { position: fixed; bottom: 20px; right: 20px; z-index: 999; background: var(--c-dark); color: #fff; width: 45px; height: 45px; border-radius: 50%; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: center; }

.breadcrumbs { font-size: 0.9em; color: var(--c-muted); margin-bottom: 20px; }
.breadcrumbs a { color: var(--c-muted); } .breadcrumbs i { font-size: 0.7em; margin: 0 8px; }
.byline { font-size: 0.9em; color: var(--c-muted); margin-bottom: 30px; } .byline i { margin-right: 5px; color: var(--c-acc); }
.static-content h2 { margin-top: 2em; } .static-content ul { list-style: disc; padding-left: 20px; } .contact-email a { font-weight: 600; font-size: 1.1em; }

.bp { display: flex; align-items: center; gap: 20px; padding: 20px; background: var(--c-bg-soft); border-radius: var(--radius); margin-bottom: 40px; box-shadow: var(--shadow); }
.bp-logo { width: 64px; height: 64px; object-fit: contain; }
.review-hero-cta-inline { margin-left: auto; text-align: right; }
.review-content { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
.sidebar-box { background: var(--c-bg-soft); padding: 25px; border-radius: var(--radius); margin-bottom: 30px; box-shadow: var(--shadow); }
.sidebar-box h3 { margin-bottom: 15px; }
.sidebar-box ul { padding: 0; } .sidebar-box li { display: flex; gap: 10px; margin-bottom: 10px; align-items: flex-start; }
.sidebar-box li i { margin-top: 4px; flex-shrink: 0; }
.sidebar-box .fa-check { color: var(--c-acc); } .sidebar-box .fa-triangle-exclamation { color: #e74c3c; }
.sidebar-box table { width: 100%; font-size: 0.9em; } .sidebar-box td { padding: 8px 0; border-bottom: 1px dashed var(--c-border); }
.sidebar-box tr:last-child td { border: none; } .sidebar-box td:first-child { font-weight: 600; } .sidebar-box td:last-child { text-align: right; }

.review-scorecard { margin-top: 50px; } .review-scorecard h2 { text-align: center; margin-bottom: 30px; }
.review-scorecard table { width: 100%; border-collapse: collapse; background: var(--c-bg-soft); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.review-scorecard th, .review-scorecard td { padding: 15px 20px; border-bottom: 1px solid var(--c-border); text-align: left; }
.review-scorecard td:first-child { font-weight: 600; width: 40%; }
.score-bar { display: inline-flex; align-items: center; gap: 10px; width: 100%; }
.score-bar div { background: var(--c-border); height: 8px; border-radius: 5px; flex-grow: 1; }
.score-bar div div { background: var(--c-acc); height: 100%; border-radius: 5px; }

.review-alternatives { margin-top: 60px; } .review-alternatives h2 { text-align: center; margin-bottom: 30px; }
.alt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.alt-card { background: var(--c-bg-soft); padding: 25px; border-radius: var(--radius); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 10px; box-shadow: var(--shadow); }
.alt-card img { width: 50px; height: 50px; } .alt-card p { flex-grow: 1; color: var(--c-muted); }
.alt-card .btn { width: 100%; }

.page-404 { text-align: center; } .error-links-grid { display: flex; justify-content: center; gap: 20px; margin-top: 30px; }

@media (max-width: 992px) {
  .review-content { grid-template-columns: 1fr; }
  .sidebar { order: -1; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; } .sidebar-box{ margin-bottom: 0; }
}
@media (max-width: 768px) {
  .hd-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: var(--c-bg); box-shadow: 0 5px 10px rgba(0,0,0,0.1); padding: 10px 0; z-index: 900; }
  .hd-nav.open { display: block; } .hd-nav ul { flex-direction: column; gap: 0; }
  .hd-nav li { width: 100%; } .hd-nav a { display: block; padding: 15px 20px; }
  .hd-burger { display: block; }
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .sidebar { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  h1 { font-size: 2.2em; } h2 { font-size: 1.8em; }
  .hero-btns { flex-direction: column; }
  .ft-grid { grid-template-columns: 1fr; }
  .ck { left:0; bottom: 0; width: 100%; border-radius: 0; }
  .bp { flex-direction: column; text-align: center; } .review-hero-cta-inline { margin-left: 0; }
}
