:root {
    --c-acc: #ff4d00;
    --c-acc-dark: #cc3d00;
    --c-dark: #000000;
    --c-bg: #ffffff;
    --c-bg-soft: #f5f5f5;
    --c-border: #000000;
    --c-text: #000000;
    --c-muted: rgba(0,0,0,.6);
    --rhythm: 80px;
    --radius: 0px;
    --shadow: none;
    --ff-h: 'Space Grotesk', system-ui, -apple-system, sans-serif;
    --ff-b: 'Inter', system-ui, -apple-system, sans-serif;
    --hue-shift: 0deg;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--ff-b);
    line-height: 1.6;
    color: var(--c-text);
    background: var(--c-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--ff-h);
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: var(--c-dark);
}
h1 { font-size: 2.8em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.7em; }
p { margin-bottom: 1em; }
a { color: var(--c-acc); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0 0 1em 1.5em; padding: 0; }
li { margin-bottom: 0.5em; }

/* Typography */
.intro-label {
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--c-muted);
    margin-bottom: 1em;
}
.intro-subtitle {
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: 1.5em;
    max-width: 800px;
}
.byline {
    font-size: 0.9em;
    color: var(--c-muted);
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.byline i {
    font-size: 1.2em;
    color: var(--c-acc);
}
.editor-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 3em;
    padding: 2em;
    background: var(--c-bg-soft);
    border: 2px solid var(--c-border);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.editor-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--c-acc);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 1em;
}
.editor-role {
    font-weight: 500;
    color: var(--c-acc);
    margin-bottom: 0.5em;
}
.editor-bio {
    font-size: 0.95em;
    color: var(--c-muted);
}
.one-liner {
    font-size: 1.2em;
    font-style: italic;
    color: var(--c-muted);
    margin: 1.5em 0;
}
.proscons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
}
.proscons-grid h3 {
    color: var(--c-dark);
    margin-bottom: 1em;
    font-size: 1.5em;
}
.proscons-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.proscons-grid li {
    display: flex;
    align-items: flex-start;
    gap: 0.75em;
    margin-bottom: 1em;
    font-size: 1.1em;
    line-height: 1.4;
}
.pros i.ph-check {
    color: #28a745;
    font-size: 1.2em;
    flex-shrink: 0;
    margin-top: 5px;
}
.cons i.ph-warning {
    color: #dc3545;
    font-size: 1.2em;
    flex-shrink: 0;
    margin-top: 5px;
}
.besti-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5em;
    margin-top: 2em;
}
.besti-item {
    border: 2px solid var(--c-border);
    padding: 1.5em;
    background: var(--c-bg);
}
.besti-item h4 {
    font-size: 1.3em;
    margin-bottom: 0.5em;
    color: var(--c-acc);
}
.besti-brand {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0.5em;
}
.besti-line {
    color: var(--c-muted);
}
.cta-block {
    text-align: center;
    padding: var(--rhythm) 0;
}
.cta-block h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5em;
}
.cta-block p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--c-muted);
}
.review-highlights {
    margin-top: 2em;
}
.score-card {
    background: var(--c-bg-soft);
    border: 2px solid var(--c-border);
    padding: 1.5em;
    margin-bottom: 2em;
}
.score-card .rating {
    font-size: 1.8em;
    font-weight: 700;
    color: var(--c-acc);
    margin-bottom: 1em;
}
.score-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.score-card li {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.7em;
    font-size: 1.1em;
}
.score-card li i {
    color: #28a745;
    font-size: 1.2em;
}
.full-review-text {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 2em;
}
.cta-bottom {
    display: block;
    width: fit-content;
    margin: 2em auto 0 auto;
    font-size: 1.2em;
    padding: 0.8em 1.5em;
}

/* Wrap & Section */
.page-wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
}
.section {
    padding: var(--rhythm) 0;
    background: var(--c-bg);
}
.section:nth-child(even) { background: var(--c-bg-soft); }

/* Header & Nav */
.header {
    background: var(--c-bg);
    padding: 1em 0;
    border-bottom: 2px solid var(--c-border);
    /* card_style_css: { background: var(--c-bg); border: 2px solid var(--c-border); box-shadow: none; border-radius: 0; } */
}
.header > .page-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    font-family: var(--ff-h);
    font-size: 1.8em;
    font-weight: 700;
    color: var(--c-dark);
    text-decoration: none;
}
.header-nav {
    display: flex;
    gap: 1.5em;
    align-items: center;
}
.header-link {
    color: var(--c-text);
    font-weight: 500;
    text-decoration: none;
    padding: 0.5em 0;
    position: relative;
}
.header-link:hover {
    text-decoration: none;
    color: var(--c-acc);
}
.header-burger {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
}
.header-burger span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--c-dark);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

/* Hero */
.intro {
    text-align: center;
    padding-bottom: 0;
}
.intro h1 {
    font-size: 3.5em;
    margin-bottom: 0.4em;
}
.intro-cta {
    margin-top: 2em;
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
}
.intro-pills {
    margin-top: 3em;
    display: flex;
    gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
}
.intro-pill {
    background: var(--c-bg-soft);
    border: 2px solid var(--c-border);
    padding: 0.5em 1em;
    font-size: 0.9em;
    color: var(--c-muted);
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.intro-pill i {
    color: var(--c-acc);
}

/* Comparison Table */
.tbl-wrap h2 {
    text-align: center;
    margin-bottom: calc(var(--rhythm) / 2);
}
.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tbl-cmp {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 2em;
    min-width: 800px;
}
.tbl-cmp th, .tbl-cmp td {
    padding: 1em;
    border: 2px solid var(--c-border);
}
.tbl-cmp th {
    background: var(--c-bg-soft);
    font-weight: 600;
    color: var(--c-dark);
    white-space: nowrap;
}
.tbl-cmp td {
    vertical-align: middle;
}
.tbl-cmp tbody tr:nth-child(even) {
    background: var(--c-bg-soft);
}
.tbl-cmp td:first-child {
    display: flex;
    align-items: center;
    gap: 0.8em;
    font-weight: 600;
    color: var(--c-acc);
}
.tbl-cmp td:first-child a {
    display: flex;
    align-items: center;
    gap: 0.8em;
    color: var(--c-dark);
    text-decoration: none;
}
.tbl-cmp td:first-child a:hover {
    color: var(--c-acc);
}
.tbl-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}
.tbl-badge {
    background: var(--c-acc);
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    padding: 0.3em 0.6em;
    border-radius: var(--radius);
    margin-left: 0.5em;
    white-space: nowrap;
}

/* Editor's Pick (Featured block) */
.featured {
    text-align: left;
    padding: var(--rhythm) 0;
    /* card_style_css: { background: var(--c-bg); border: 2px solid var(--c-border); box-shadow: none; border-radius: 0; } */
}
.featured-card {
    background: var(--c-bg);
    border: 2px solid var(--c-border);
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2em;
    max-width: 800px;
    margin: 0 auto;
}
.featured-card .tbl-badge {
    position: static;
    margin-bottom: 1em;
}
.featured-card h3 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    color: var(--c-acc);
}
.featured-card .rating {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--c-dark);
    margin-bottom: 1.5em;
}
.featured-card ul {
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
    max-width: 600px;
}
.featured-card li {
    display: flex;
    align-items: center;
    gap: 0.8em;
    margin-bottom: 0.8em;
    font-size: 1.1em;
    line-height: 1.4;
}
.featured-card li i {
    color: #28a745;
    font-size: 1.3em;
    flex-shrink: 0;
}
.featured-card p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 2em;
    max-width: 700px;
}

/* Methodology */
.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2em;
    margin-top: 2em;
}
.step-card {
    background: var(--c-bg);
    border: 2px solid var(--c-border);
    box-shadow: none;
    border-radius: 0;
    padding: 2em;
    text-align: center;
    position: relative;
}
.step-num {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--c-acc);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 700;
    border: 2px solid var(--c-border);
}
.step-card h3 {
    margin-top: 1em;
    font-size: 1.5em;
    color: var(--c-dark);
}
.step-card p {
    color: var(--c-muted);
}

/* Guides Teaser (on homepage) */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2em;
    margin-top: 2em;
}
.guide-card {
    background: var(--c-bg);
    border: 2px solid var(--c-border);
    box-shadow: none;
    border-radius: 0;
    padding: 1.5em;
    color: var(--c-text);
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-decoration: none;
}
.guide-card h3 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.guide-card p {
    font-size: 0.95em;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--c-muted);
}
.guide-content h2 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
}
.guide-content h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.4em;
}
.guide-content ul, .guide-content ol {
    margin-left: 2em;
    margin-bottom: 1em;
}
.guide-content li {
    margin-bottom: 0.5em;
}

/* FAQ Accordion */
.qna-list {
    margin-top: 2em;
}
.qna { border-bottom: 2px solid var(--c-border); padding: calc(var(--rhythm)/4) 0; }
.qna-q { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--c-dark); }
.qna-q::-webkit-details-marker { display: none; }
.qna-q::after { content: '+'; font-size: 1.5em; }
.qna[open] > .qna-q::after { content: '−'; }
.qna-a { margin-top: calc(var(--rhythm)/8); color: var(--c-muted); }

/* CTA */
.cta-block {
    text-align: center;
    padding: var(--rhythm) 0;
}
.cta-block h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}
.cta-block p {
    font-size: 1.25em;
    color: var(--c-muted);
    margin-bottom: 1.5em;
}

/* Risk Strip */
.risk-band {
    background: var(--c-dark);
    color: #fff;
    padding: 1em 0;
    font-size: 0.9em;
    text-align: center;
}
.risk-band p {
    margin: 0;
}
.risk-band a {
    color: #fff;
    text-decoration: underline;
}

/* Footer */
.footer {
    background: var(--c-dark);
    color: #fff;
    padding: 2em 0 1em 0;
    font-size: 0.9em;
}
.footer > .page-wrap {
    text-align: center;
}
.footer .header-logo {
    color: #fff;
    margin-bottom: 1em;
}
.footer p {
    margin-bottom: 0.5em;
    color: rgba(255,255,255,.8);
}
.footer a {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    display: block;
    margin-bottom: 0.5em;
}
.footer a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer h3 {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 1em;
}
.footer .ft-bottom {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid rgba(255,255,255,.2);
}

/* Cookie Banner */
.gdpr-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--c-dark);
    color: #fff;
    padding: 1em 0;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}
.gdpr-bar.is-open {
    transform: translateY(0);
}
.gdpr-bar .page-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1em;
}
.gdpr-bar p {
    margin: 0;
    flex-grow: 1;
    color: #fff;
}
.gdpr-bar p a {
    color: #fff;
    text-decoration: underline;
}
.gdpr-btns {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
}
.gdpr-prefs {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(255,255,255,.2);
}
.gdpr-prefs.is-open {
    display: flex;
}
.gdpr-row {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.5em;
    color: #fff;
}
.gdpr-row input[type="checkbox"] {
    width: auto;
}
.gdpr-prefs .button {
    margin-top: 1em;
}
.gdpr-reopen {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--c-acc);
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    z-index: 999;
}


/* Buttons */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7em 1.2em;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}
.button-acc {
    background: var(--c-acc);
    color: #fff;
    border: 1px solid var(--c-acc);
}
.button-acc:hover {
    background: var(--c-acc-dark);
    border-color: var(--c-acc-dark);
    color: #fff;
    text-decoration: none;
}
.button-outline {
    background: transparent;
    color: var(--c-acc);
    border: 1px solid var(--c-acc);
}
.button-outline:hover {
    background: var(--c-acc);
    color: #fff;
    text-decoration: none;
}

/* Review Page Specifics */
.brand-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 2em;
    padding: 2em;
    background: var(--c-bg-soft);
    border: 2px solid var(--c-border);
}
.brand-hero-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 1em;
}
.brand-hero-cap {
    font-size: 0.9em;
    color: var(--c-muted);
}
.brand-hero-cap a {
    color: var(--c-acc);
    text-decoration: underline;
}
.brand-hero-cap a:hover {
    text-decoration: none;
}
.logo-inline {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.text-center { text-align: center; }
.broken-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1em;
    margin-top: 2em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact-info {
    margin-top: 2em;
    text-align: center;
    font-size: 1.1em;
}
.contact-info h3 {
    margin-bottom: 0.5em;
}
.contact-form {
    max-width: 600px;
    margin: 3em auto;
    padding: 2em;
    background: var(--c-bg-soft);
    border: 2px solid var(--c-border);
}
.contact-form h3 {
    text-align: center;
    margin-bottom: 1.5em;
}
.form-group {
    margin-bottom: 1em;
}
.form-group label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 500;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 0.8em;
    border: 1px solid var(--c-border);
    background: var(--c-bg);
    color: var(--c-text);
    font-family: var(--ff-b);
    font-size: 1em;
    border-radius: var(--radius);
}
.form-group textarea {
    resize: vertical;
}
.contact-form button {
    width: 100%;
    padding: 1em;
    font-size: 1.1em;
}
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2em;
    margin-bottom: 2em;
    text-align: left;
}
.footer-grid .col-brand {
    grid-column: span 2;
}
.footer-grid .col-brand .header-logo {
    font-size: 1.5em;
    margin-bottom: 0.8em;
}
.footer-grid .col-brand p {
    font-size: 0.85em;
    line-height: 1.5;
}
.footer-grid h3 {
    margin-bottom: 0.8em;
}
.footer-grid nav a {
    margin-bottom: 0.2em;
}


/* Responsive */
@media (max-width: 1024px) {
    h1 { font-size: 2.2em; }
    h2 { font-size: 1.8em; }
    h3 { font-size: 1.4em; }
    .intro h1 { font-size: 2.8em; }
    .intro-subtitle { font-size: 1.1em; }
}

@media (max-width: 768px) {
    .header-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--c-bg);
        border-top: 1px solid var(--c-border);
        padding: 1em 20px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
    .header-nav.open {
        display: flex;
    }
    .header-link {
        width: 100%;
        text-align: center;
        padding: 0.8em 0;
        border-bottom: 1px solid var(--c-bg-soft);
    }
    .header-link:last-child {
        border-bottom: none;
    }
    .header-burger {
        display: flex;
    }
    .intro h1 {
        font-size: 2.2em;
    }
    .intro-subtitle {
        font-size: 1em;
    }
    .intro-cta {
        flex-direction: column;
    }
    .proscons-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-grid .col-brand {
        grid-column: span 1;
    }
    .footer-grid nav a {
        display: inline-block;
        margin: 0 0.5em 0.5em 0.5em;
    }
    .gdpr-bar .page-wrap {
        flex-direction: column;
    }
    .gdpr-btns {
        width: 100%;
        justify-content: center;
    }
    .cta-block h2 {
        font-size: 2em;
    }
    .cta-block p {
        font-size: 1.1em;
    }
}
@media (max-width: 480px) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.5em; }
    .intro h1 { font-size: 1.8em; }
    .intro-pills {
        flex-direction: column;
    }
    .tbl-cmp th, .tbl-cmp td {
        padding: 0.7em;
        font-size: 0.9em;
    }
}
