/**
 * Hercules-achtige testlayout — alleen binnen .hercules-test
 * Geïsoleerd van de hoofdsite zodat je veilig kunt vergelijken/itereren.
 */

.hercules-test {
    --ht-max: 1120px;
    --ht-green: #386641;
    --ht-green-soft: #ecf6e8;
    --ht-accent: #8cd05c;
    --ht-text: #1f2937;
    --ht-muted: #6b7280;
    --ht-border: #e5e7eb;
    --ht-bg: #f9fafb;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: var(--ht-text);
    padding-bottom: 3rem;
}

/* Ruimte onder vaste header — zelfde orde als .standalone-main op compact-top-nav */
@media (max-width: 768px) {
    body.standalone-page.compact-top-nav:not(.yuvacell-merged-header) .hercules-test {
        padding-top: 4.5rem !important;
    }
}

@media (min-width: 769px) {
    body.standalone-page .hercules-test {
        padding-top: 14rem;
    }
}

/* Tekstlinks (niet kaarten/knoppen) */
.hercules-test a:not(.hercules-test-btn):not(.hercules-test-benefit-card) {
    color: var(--ht-green);
    font-weight: 600;
    text-decoration: none;
}

.hercules-test a:not(.hercules-test-btn):not(.hercules-test-benefit-card):hover {
    text-decoration: underline;
}

.hercules-test * {
    box-sizing: border-box;
}

.hercules-test-inner {
    max-width: var(--ht-max);
    margin: 0 auto;
    padding: 0 1.25rem;
}

.hercules-test-banner {
    background: linear-gradient(90deg, #f0fdf4 0%, #ecfdf5 100%);
    border-bottom: 1px solid #d1fae5;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ht-green);
}

.hercules-test-banner--muted {
    background: #fef3c7;
    border-color: #fcd34d;
    color: #92400e;
}

.hercules-test-hero {
    padding: 2.5rem 0 2rem;
    text-align: center;
}

.hercules-test-eyebrow {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ht-green);
    margin-bottom: 0.75rem;
}

.hercules-test-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.15;
    color: var(--ht-text);
}

.hercules-test-hero .lead {
    margin: 0 auto 1.5rem;
    max-width: 42rem;
    font-size: 1.05rem;
    color: var(--ht-muted);
}

.hercules-test-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.hercules-test-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hercules-test-btn:hover {
    transform: translateY(-1px);
}

.hercules-test-btn--primary {
    background: var(--ht-green);
    color: #fff;
    box-shadow: 0 4px 14px rgba(56, 102, 65, 0.35);
}

.hercules-test-btn--primary:hover {
    color: #fff;
}

.hercules-test-btn--ghost {
    background: #fff;
    color: var(--ht-green);
    border: 2px solid var(--ht-green);
}

.hercules-test-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.hercules-test-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.85rem;
    background: #fff;
    border: 1px solid var(--ht-border);
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--ht-text);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.hercules-test-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 52rem;
    margin: 0 auto 2.5rem;
}

@media (min-width: 640px) {
    .hercules-test-stats {
        grid-template-columns: repeat(4, 1fr);
    }
}

.hercules-test-stat {
    background: #fff;
    border: 1px solid var(--ht-border);
    border-radius: 12px;
    padding: 1rem 0.75rem;
    text-align: center;
}

.hercules-test-stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ht-green);
    line-height: 1.2;
}

.hercules-test-stat span {
    font-size: 0.78rem;
    color: var(--ht-muted);
}

.hercules-test-section {
    padding: 2.25rem 0;
    border-top: 1px solid var(--ht-border);
}

.hercules-test-section--alt {
    background: var(--ht-bg);
    border-top: 0;
    margin: 0 calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    border-bottom: 1px solid var(--ht-border);
}

.hercules-test-section h2 {
    margin: 0 0 0.35rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.hercules-test-kicker {
    margin: 0 0 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--ht-muted);
}

.hercules-test-intro {
    margin: 0 0 1.5rem;
    max-width: 48rem;
    color: var(--ht-muted);
    font-size: 0.98rem;
}

.hercules-test-benefit-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .hercules-test-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 960px) {
    .hercules-test-benefit-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hercules-test-benefit-card {
    display: block;
    padding: 1.15rem 1.1rem;
    background: #fff;
    border: 1px solid var(--ht-border);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hercules-test-benefit-card:hover {
    border-color: var(--ht-accent);
    box-shadow: 0 8px 24px rgba(56, 102, 65, 0.08);
}

.hercules-test-benefit-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    color: var(--ht-green);
}

.hercules-test-benefit-card p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ht-muted);
    line-height: 1.55;
}

.hercules-test-benefit-card .more {
    display: inline-block;
    margin-top: 0.65rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ht-green);
}

.hercules-test-product-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 720px) {
    .hercules-test-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hercules-test-product-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--ht-border);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hercules-test-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: var(--ht-green);
    color: #fff;
}

.hercules-test-product-card .media {
    aspect-ratio: 4/3;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.hercules-test-product-card .media img {
    max-width: 100%;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.hercules-test-product-card .body {
    padding: 1.1rem 1.15rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.hercules-test-product-card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
}

.hercules-test-product-card .sub {
    margin: 0 0 0.65rem;
    font-size: 0.8125rem;
    color: var(--ht-muted);
}

.hercules-test-product-card .meta {
    font-size: 0.8rem;
    color: var(--ht-muted);
    margin-bottom: 0.75rem;
}

.hercules-test-product-card p.desc {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: var(--ht-muted);
    flex: 1;
}

.hercules-test-timeline {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
    border-left: 3px solid var(--ht-accent);
    padding-left: 1.25rem;
}

.hercules-test-timeline li {
    margin-bottom: 1.25rem;
    position: relative;
}

.hercules-test-timeline li::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 0.35rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--ht-green);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--ht-border);
}

.hercules-test-timeline strong {
    display: block;
    font-size: 0.875rem;
    color: var(--ht-green);
    margin-bottom: 0.25rem;
}

.hercules-test-timeline p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ht-muted);
}

.hercules-test-quote-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 720px) {
    .hercules-test-quote-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.hercules-test-quote {
    background: #fff;
    border: 1px solid var(--ht-border);
    border-radius: 12px;
    padding: 1.15rem;
}

.hercules-test-quote blockquote {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    color: var(--ht-text);
    line-height: 1.55;
}

.hercules-test-quote cite {
    font-size: 0.8125rem;
    font-style: normal;
    color: var(--ht-muted);
}

.hercules-test-faq {
    max-width: 40rem;
}

.hercules-test-faq details {
    border: 1px solid var(--ht-border);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.5rem;
    background: #fff;
}

.hercules-test-faq summary {
    font-weight: 600;
    cursor: pointer;
    color: var(--ht-text);
}

.hercules-test-faq details[open] summary {
    margin-bottom: 0.5rem;
    color: var(--ht-green);
}

.hercules-test-faq details p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--ht-muted);
}

.hercules-test-final {
    text-align: center;
    padding: 2.5rem 1.25rem;
    background: var(--ht-green-soft);
    border: 1px solid #c5e6b8;
    border-radius: 16px;
    margin-top: 1rem;
}

.hercules-test-final h2 {
    margin: 0 0 0.5rem;
}

.hercules-test-final p {
    margin: 0 0 1.25rem;
    color: var(--ht-muted);
}

.hercules-test-footnote {
    margin-top: 2rem;
    font-size: 0.75rem;
    color: var(--ht-muted);
    text-align: center;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}
