/* =========================================================
   spaten-test.de — Redesign 04/2026
   Werkstatt-Design: Botanical Green + Terracotta + Amazon-Orange
   ========================================================= */

@import url('../fonts/fonts.css');

/* ---------- Design Tokens ---------- */
:root {
    /* Primary — Botanical Green (earthy, workshop) */
    --green-900: #264d32;
    --green-800: #2f5d3b;
    --green-700: #3c7049;
    --green-600: #4a7c59;
    --green-500: #5d9069;
    --green-100: #dfe9dd;
    --green-50: #edf3ea;

    /* Accent — Terracotta (award badges, highlights) */
    --terra-700: #a65c42;
    --terra-600: #c87e5f;
    --terra-100: #f4dccf;

    /* CTA — Amazon Orange */
    --amazon-orange: #ff9900;
    --amazon-orange-dark: #e88a00;

    /* Trust — Red/Gold TUeV-Style */
    --siegel-red: #c1272d;
    --siegel-gold: #d4a017;

    /* Neutrals — Warm Workshop */
    --warm-white: #faf7f2;
    --cream: #f3ede1;
    --sand: #e8dfc9;
    --steel: #3a4047;
    --steel-light: #6b7580;
    --ink: #1d2428;
    --ink-soft: #4a5259;
    --muted: #7a828b;
    --white: #ffffff;
    --border: #d8d2c2;
    --border-strong: #b8b09a;

    /* Semantics */
    --success: #2e7d32;
    --success-bg: #e8f5e9;
    --danger: #c62828;
    --danger-bg: #ffebee;
    --star: #f4b400;

    /* Fonts */
    --font-display: 'Fraunces', 'Charter', 'Georgia', serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Spacing */
    --sp-1: 0.25rem;
    --sp-2: 0.5rem;
    --sp-3: 0.75rem;
    --sp-4: 1rem;
    --sp-5: 1.5rem;
    --sp-6: 2rem;
    --sp-8: 3rem;
    --sp-10: 4rem;
    --sp-12: 6rem;

    /* Radius */
    --radius-sm: 4px;
    --radius: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --radius-full: 999px;

    /* Shadows */
    --shadow-xs: 0 1px 2px rgba(29, 36, 40, 0.06);
    --shadow-sm: 0 2px 4px rgba(29, 36, 40, 0.08), 0 1px 2px rgba(29, 36, 40, 0.04);
    --shadow: 0 4px 12px rgba(29, 36, 40, 0.1), 0 2px 4px rgba(29, 36, 40, 0.05);
    --shadow-lg: 0 16px 36px rgba(29, 36, 40, 0.14), 0 6px 12px rgba(29, 36, 40, 0.08);

    /* Motion */
    --t-fast: 150ms ease;
    --t: 220ms ease;

    /* Layout */
    --container-max: 1180px;
    --header-h: 76px;
}

/* =========================================================
   BASE RESET
   ========================================================= */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.7;
    color: var(--ink);
    background: var(--warm-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img, svg {
    max-width: 100%;
    height: auto;
    display: block;
}
a {
    color: var(--green-700);
    text-decoration: none;
    transition: color var(--t-fast);
}
a:hover {
    color: var(--terra-700);
}
button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ink);
    line-height: 1.2;
}
h1 {
    font-size: clamp(2rem, 4.5vw, 3.1rem);
    font-weight: 800;
}
h2 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    margin-bottom: var(--sp-4);
}
h3 {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    margin-bottom: var(--sp-3);
}
h4 {
    font-size: 1.1rem;
    margin-bottom: var(--sp-2);
}
p { margin-bottom: var(--sp-4); }
p:last-child { margin-bottom: 0; }

.eyebrow {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--green-700);
    padding: 4px 10px;
    background: var(--green-50);
    border-radius: var(--radius-sm);
    margin-bottom: var(--sp-3);
}

/* =========================================================
   CONTAINER
   ========================================================= */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--sp-5);
}
.container-narrow {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 var(--sp-5);
}

/* =========================================================
   TOPBAR (trust signal above header)
   ========================================================= */
.topbar {
    background: var(--green-900);
    color: var(--green-50);
    font-size: 0.82rem;
    padding: var(--sp-2) 0;
    border-bottom: 1px solid var(--green-800);
}
.topbar__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--sp-5);
    flex-wrap: wrap;
}
.topbar__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--green-50);
    opacity: 0.95;
}
.topbar__item::before {
    content: '✓';
    color: var(--terra-600);
    font-weight: bold;
}

/* =========================================================
   HEADER + NAV
   ========================================================= */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-xs);
}
.header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-h);
    gap: var(--sp-4);
}
.brand {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
    text-decoration: none;
    color: var(--ink);
}
.brand__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--green-700), var(--green-900));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
}
.brand__icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--cream);
}
.brand__title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.01em;
}
.brand__sub {
    font-family: var(--font-body);
    font-size: 0.72rem;
    color: var(--muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 3px;
}
.nav {
    display: flex;
    align-items: center;
    gap: var(--sp-5);
}
.nav a {
    color: var(--ink-soft);
    font-weight: 500;
    font-size: 0.95rem;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: all var(--t-fast);
}
.nav a:hover,
.nav a.is-active {
    color: var(--green-700);
    border-bottom-color: var(--terra-600);
}
.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: var(--radius);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--cream);
    border: 1px solid var(--border);
}
.nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
}

/* =========================================================
   HERO (workshop feel + testsieger teaser)
   ========================================================= */
.hero {
    position: relative;
    background:
        linear-gradient(180deg, rgba(38, 77, 50, 0.94) 0%, rgba(47, 93, 59, 0.88) 100%),
        radial-gradient(circle at 30% 20%, rgba(200, 126, 95, 0.3) 0%, transparent 40%);
    color: var(--cream);
    padding: var(--sp-10) 0 var(--sp-12);
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.02) 0 2px, transparent 2px 40px);
    pointer-events: none;
}
.hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: var(--sp-10);
    align-items: center;
}
.hero__meta {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-3);
    font-size: 0.8rem;
    color: var(--cream);
    opacity: 0.9;
    margin-bottom: var(--sp-3);
    flex-wrap: wrap;
}
.hero__meta .dot {
    width: 4px;
    height: 4px;
    background: var(--terra-600);
    border-radius: 50%;
    display: inline-block;
}
.hero h1 {
    color: var(--white);
    margin-bottom: var(--sp-4);
}
.hero h1 em {
    color: var(--terra-600);
    font-style: italic;
    font-weight: 700;
}
.hero__lead {
    font-size: 1.15rem;
    line-height: 1.65;
    color: var(--green-100);
    max-width: 540px;
    margin-bottom: var(--sp-5);
}
.hero__stats {
    display: flex;
    gap: var(--sp-6);
    padding: var(--sp-4) 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin: var(--sp-5) 0;
    flex-wrap: wrap;
}
.hero__stat {
    font-size: 0.85rem;
    color: var(--green-100);
}
.hero__stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--terra-600);
    line-height: 1;
    margin-bottom: 3px;
}
.hero__cta {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    background: var(--amazon-orange);
    color: var(--ink);
    font-weight: 700;
    padding: 14px 28px;
    border-radius: var(--radius);
    font-size: 1.05rem;
    box-shadow: 0 6px 16px rgba(255, 153, 0, 0.35);
    transition: all var(--t);
}
.hero__cta:hover {
    background: var(--amazon-orange-dark);
    color: var(--ink);
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(255, 153, 0, 0.45);
}

/* Testsieger Siegel — "TÜV-Style" round badge */
.testsiegel {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0 auto;
    background:
        radial-gradient(circle at 50% 50%, var(--siegel-gold) 0%, var(--siegel-red) 75%);
    border-radius: 50%;
    box-shadow:
        0 0 0 6px var(--white),
        0 0 0 8px var(--siegel-red),
        0 24px 48px rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
    padding: var(--sp-4);
    transform: rotate(-8deg);
}
.testsiegel::before,
.testsiegel::after {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,0.5);
}
.testsiegel::after {
    inset: 20px;
    border-style: solid;
    border-width: 1px;
}
.testsiegel__year {
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    opacity: 0.95;
}
.testsiegel__title {
    font-family: var(--font-display);
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin: 4px 0;
    line-height: 1;
}
.testsiegel__note {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
}
.testsiegel__brand {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: var(--sp-2);
    padding-top: var(--sp-2);
    border-top: 1px solid rgba(255,255,255,0.35);
    width: 70%;
}

/* =========================================================
   AUTHOR / TRUST BAR (below hero)
   ========================================================= */
.author-strip {
    background: var(--cream);
    border-bottom: 1px solid var(--border);
    padding: var(--sp-5) 0;
}
.author-strip__row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--sp-5);
    align-items: center;
}
.author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-700), var(--terra-600));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.4rem;
    box-shadow: var(--shadow-sm);
}
.author-info__name {
    font-weight: 700;
    font-size: 1rem;
    color: var(--ink);
}
.author-info__role {
    font-size: 0.88rem;
    color: var(--ink-soft);
    margin-top: 2px;
}
.author-meta {
    display: flex;
    gap: var(--sp-5);
    font-size: 0.85rem;
    color: var(--ink-soft);
}
.author-meta__item strong {
    display: block;
    color: var(--green-700);
    font-size: 0.92rem;
}

/* =========================================================
   SECTIONS
   ========================================================= */
section {
    padding: var(--sp-10) 0;
}
.section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto var(--sp-8);
}
.section-head p {
    font-size: 1.08rem;
    color: var(--ink-soft);
}
.section-alt { background: var(--cream); }
.section-dark { background: var(--green-900); color: var(--cream); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: var(--green-100); }

/* =========================================================
   COMPARISON TABLE (top of page, quick overview)
   ========================================================= */
.comparison {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin-bottom: var(--sp-8);
}
.comparison__head {
    background: var(--green-900);
    color: var(--white);
    padding: var(--sp-5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--sp-3);
}
.comparison__head h2 {
    color: var(--white);
    font-size: 1.4rem;
    margin: 0;
}
.comparison__head p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--green-100);
}
.comparison table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}
.comparison th {
    background: var(--cream);
    padding: var(--sp-3) var(--sp-4);
    text-align: left;
    font-weight: 700;
    color: var(--ink);
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 2px solid var(--border-strong);
}
.comparison td {
    padding: var(--sp-4);
    border-bottom: 1px solid var(--border);
    vertical-align: middle;
}
.comparison tr:last-child td {
    border-bottom: 0;
}
.comparison tr:hover td {
    background: var(--warm-white);
}
.comparison .rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--green-700);
    color: var(--white);
    font-weight: 700;
    font-size: 0.85rem;
}
.comparison .rank-1 { background: var(--siegel-gold); color: var(--ink); }
.comparison .rank-2 { background: var(--steel-light); color: var(--white); }
.comparison .rank-3 { background: var(--terra-600); color: var(--white); }
.comparison .prod-thumb {
    width: 52px;
    height: 52px;
    object-fit: contain;
    background: var(--warm-white);
    padding: 4px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
}
.comparison .prod-name {
    font-weight: 600;
    color: var(--ink);
    line-height: 1.3;
}
.comparison .score {
    display: inline-block;
    background: var(--green-50);
    color: var(--green-800);
    padding: 3px 10px;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 0.85rem;
}
.comparison .cta-mini {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--amazon-orange);
    color: var(--ink);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: background var(--t-fast);
    white-space: nowrap;
}
.comparison .cta-mini:hover {
    background: var(--amazon-orange-dark);
    color: var(--ink);
}
.comparison .price {
    font-weight: 700;
    color: var(--ink);
    font-size: 0.95rem;
}

/* =========================================================
   PRODUCT CARDS (rich variant)
   ========================================================= */
.product {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    margin-bottom: var(--sp-8);
    overflow: hidden;
    scroll-margin-top: calc(var(--header-h) + var(--sp-4));
}
.product.is-winner {
    border: 2px solid var(--siegel-gold);
    box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.12), var(--shadow);
}
.product__head {
    padding: var(--sp-5) var(--sp-6);
    background: linear-gradient(180deg, var(--cream), var(--warm-white));
    border-bottom: 1px solid var(--border);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--sp-5);
    align-items: center;
}
.product__rank {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 68px;
}
.product__rank-num {
    font-family: var(--font-display);
    font-size: 2.3rem;
    font-weight: 900;
    color: var(--green-700);
    line-height: 1;
}
.is-winner .product__rank-num {
    color: var(--siegel-gold);
}
.product__rank-label {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
}
.product__title {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px;
}
.product__sub {
    color: var(--ink-soft);
    font-size: 0.95rem;
    font-weight: 500;
}
.product__award {
    display: inline-block;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: var(--sp-2);
}
.product__award.gold {
    background: linear-gradient(135deg, var(--siegel-gold), #e6b84a);
    color: var(--ink);
}
.product__award.silver {
    background: var(--green-700);
    color: var(--white);
}
.product__award.bronze {
    background: var(--terra-600);
    color: var(--white);
}
.product__award.default {
    background: var(--steel);
    color: var(--white);
}
.product__score-circle {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-700), var(--green-900));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: var(--shadow);
}
.is-winner .product__score-circle {
    background: linear-gradient(135deg, var(--siegel-gold), #b8861a);
    color: var(--ink);
}
.product__score-value {
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1;
}
.product__score-max {
    font-size: 0.72rem;
    opacity: 0.85;
    margin-top: 2px;
}
.product__score-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 4px;
    font-weight: 600;
}

.product__body {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: var(--sp-6);
    padding: var(--sp-6);
}
.product__media {
    display: flex;
    flex-direction: column;
    gap: var(--sp-3);
}
.product__image {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: var(--sp-4);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__image img {
    max-height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.product__rating {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: var(--sp-3);
    background: var(--cream);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    font-size: 0.88rem;
}
.product__rating-line {
    display: flex;
    align-items: center;
    gap: var(--sp-2);
    color: var(--ink);
}
.stars {
    display: inline-flex;
    gap: 1px;
    color: var(--star);
    font-size: 1rem;
    letter-spacing: 0.02em;
}
.product__price-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: var(--sp-3);
    padding-top: var(--sp-2);
    border-top: 1px solid var(--border);
    margin-top: var(--sp-2);
}
.product__price {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--terra-700);
    line-height: 1;
}
.product__price-note {
    font-size: 0.72rem;
    color: var(--muted);
}

.product__main {
    display: flex;
    flex-direction: column;
    gap: var(--sp-5);
}
.product__verdict {
    padding: var(--sp-4);
    background: var(--green-50);
    border-left: 4px solid var(--green-700);
    border-radius: 0 var(--radius) var(--radius) 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--ink);
}
.product__verdict strong {
    display: block;
    font-family: var(--font-display);
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green-800);
    margin-bottom: 6px;
    font-weight: 700;
}
.product__description {
    color: var(--ink-soft);
    font-size: 0.98rem;
}
.product__description p { margin-bottom: var(--sp-3); }

.specs {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}
.specs__title {
    padding: var(--sp-2) var(--sp-4);
    background: var(--green-900);
    color: var(--cream);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.specs__table {
    width: 100%;
    font-size: 0.9rem;
}
.specs__table tr:nth-child(odd) td {
    background: var(--cream);
}
.specs__table td {
    padding: 8px var(--sp-4);
    border-bottom: 1px solid var(--border);
}
.specs__table td:first-child {
    font-weight: 600;
    color: var(--ink-soft);
    width: 45%;
}
.specs__table td:last-child {
    color: var(--ink);
    font-weight: 500;
}

.proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-4);
}
.proscons__box {
    padding: var(--sp-4);
    border-radius: var(--radius);
    border: 1px solid transparent;
}
.pros {
    background: var(--success-bg);
    border-color: #c8e6c9;
}
.cons {
    background: var(--danger-bg);
    border-color: #ffcdd2;
}
.proscons__title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: var(--sp-3);
    display: flex;
    align-items: center;
    gap: 6px;
}
.pros .proscons__title { color: var(--success); }
.cons .proscons__title { color: var(--danger); }
.proscons ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.proscons li {
    font-size: 0.92rem;
    color: var(--ink);
    line-height: 1.45;
    padding-left: 22px;
    position: relative;
}
.pros li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--success);
    font-weight: 800;
}
.cons li::before {
    content: '✕';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--danger);
    font-weight: 800;
}

.product__target {
    padding: var(--sp-4);
    background: var(--sand);
    border-radius: var(--radius);
    font-size: 0.92rem;
    color: var(--ink);
}
.product__target strong {
    display: block;
    font-family: var(--font-display);
    color: var(--terra-700);
    margin-bottom: 4px;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Product-FAQ — compact accordion inside card */
.product__faq {
    border-top: 1px solid var(--border);
    padding-top: var(--sp-4);
}
.product__faq > h4 {
    font-family: var(--font-display);
    font-size: 1rem;
    margin-bottom: var(--sp-3);
    color: var(--green-800);
}
.mini-faq {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mini-faq details {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    padding: 0;
}
.mini-faq summary {
    padding: 10px 14px;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 32px;
}
.mini-faq summary::-webkit-details-marker { display: none; }
.mini-faq summary::after {
    content: '+';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: var(--green-700);
    font-weight: 700;
    transition: transform var(--t-fast);
}
.mini-faq details[open] summary::after {
    content: '−';
}
.mini-faq details > div {
    padding: 0 14px 12px;
    font-size: 0.9rem;
    color: var(--ink-soft);
    line-height: 1.55;
}

.product__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--sp-4);
    padding: var(--sp-5) var(--sp-6);
    background: var(--cream);
    border-top: 1px solid var(--border);
    flex-wrap: wrap;
}
.product__footer-note {
    font-size: 0.82rem;
    color: var(--ink-soft);
    max-width: 420px;
}
.cta-amazon {
    display: inline-flex;
    align-items: center;
    gap: var(--sp-2);
    background: var(--amazon-orange);
    color: var(--ink);
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 22px;
    border-radius: var(--radius);
    box-shadow: 0 4px 12px rgba(255, 153, 0, 0.3);
    transition: all var(--t);
    border: 2px solid transparent;
    white-space: nowrap;
}
.cta-amazon:hover {
    background: var(--amazon-orange-dark);
    color: var(--ink);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(255, 153, 0, 0.4);
}
.cta-amazon::after {
    content: '›';
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
}

/* =========================================================
   BUYING GUIDE / METHODOLOGY
   ========================================================= */
.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: var(--sp-5);
}
.guide-card {
    background: var(--white);
    padding: var(--sp-5);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-xs);
}
.guide-card__icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius);
    background: var(--green-50);
    color: var(--green-700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: var(--sp-3);
}
.guide-card h3 {
    font-size: 1.1rem;
    margin-bottom: var(--sp-2);
}
.guide-card p {
    font-size: 0.94rem;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
}

.methodology {
    background: var(--green-900);
    color: var(--cream);
    padding: var(--sp-10) 0;
    position: relative;
}
.methodology h2 { color: var(--white); }
.methodology .lead {
    font-size: 1.08rem;
    color: var(--green-100);
    max-width: 680px;
}
.criteria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--sp-4);
    margin-top: var(--sp-6);
}
.criteria__item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: var(--radius);
    padding: var(--sp-4);
}
.criteria__pct {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--terra-600);
    line-height: 1;
    margin-bottom: 6px;
}
.criteria__name {
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
    font-size: 1rem;
}
.criteria__desc {
    font-size: 0.85rem;
    color: var(--green-100);
    line-height: 1.5;
}

/* =========================================================
   GLOBAL FAQ
   ========================================================= */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--sp-3);
}
.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 0;
    overflow: hidden;
    box-shadow: var(--shadow-xs);
}
.faq-item summary {
    padding: var(--sp-4) var(--sp-5);
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--ink);
    font-size: 1.05rem;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 50px;
    transition: background var(--t-fast);
}
.faq-item summary:hover { background: var(--cream); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    position: absolute;
    right: var(--sp-5);
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: var(--green-700);
    font-weight: 700;
    transition: transform var(--t-fast);
}
.faq-item[open] summary::after { content: '−'; }
.faq-item > div {
    padding: 0 var(--sp-5) var(--sp-5);
    color: var(--ink-soft);
    line-height: 1.7;
}

/* =========================================================
   PROSE (article pages)
   ========================================================= */
.prose h2 { margin-top: var(--sp-8); }
.prose h3 { margin-top: var(--sp-6); color: var(--green-800); }
.prose p, .prose ul, .prose ol { margin-bottom: var(--sp-4); }
.prose ul, .prose ol { padding-left: var(--sp-6); }
.prose li { margin-bottom: var(--sp-2); line-height: 1.7; }
.prose strong { color: var(--ink); }
.prose a { color: var(--terra-700); text-decoration: underline; }
.prose blockquote {
    margin: var(--sp-5) 0;
    padding: var(--sp-4) var(--sp-5);
    border-left: 4px solid var(--terra-600);
    background: var(--cream);
    font-style: italic;
    color: var(--ink-soft);
    border-radius: 0 var(--radius) var(--radius) 0;
}
.prose table {
    width: 100%;
    border-collapse: collapse;
    margin: var(--sp-5) 0;
    font-size: 0.95rem;
}
.prose th, .prose td {
    padding: 10px 14px;
    border-bottom: 1px solid var(--border);
    text-align: left;
}
.prose th {
    background: var(--green-900);
    color: var(--white);
    font-weight: 700;
}
.prose tr:nth-child(even) td { background: var(--cream); }

.cta-box {
    background: linear-gradient(135deg, var(--green-700), var(--green-900));
    color: var(--cream);
    padding: var(--sp-6);
    border-radius: var(--radius-lg);
    margin: var(--sp-6) 0;
    text-align: center;
}
.cta-box h3 { color: var(--white); margin-bottom: var(--sp-2); }
.cta-box p { color: var(--green-100); max-width: 540px; margin: 0 auto var(--sp-4); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
    background: var(--ink);
    color: rgba(255,255,255,0.75);
    padding: var(--sp-10) 0 var(--sp-5);
    font-size: 0.9rem;
}
.footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: var(--sp-6);
    margin-bottom: var(--sp-8);
}
.footer h4 {
    color: var(--white);
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: var(--sp-3);
    font-family: var(--font-body);
    font-weight: 700;
}
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer a {
    color: rgba(255,255,255,0.7);
    font-size: 0.92rem;
}
.footer a:hover { color: var(--terra-600); }
.footer__about p { line-height: 1.6; margin-bottom: var(--sp-3); }
.footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.14);
    padding-top: var(--sp-4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--sp-3);
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
}
.footer__disclaimer {
    margin-top: var(--sp-4);
    padding: var(--sp-3);
    background: rgba(255,255,255,0.04);
    border-radius: var(--radius);
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
}

/* =========================================================
   STICKY MOBILE CTA
   ========================================================= */
.mobile-cta {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 16px rgba(0,0,0,0.1);
    padding: 10px var(--sp-4);
    z-index: 90;
    align-items: center;
    gap: var(--sp-3);
}
.mobile-cta__label {
    flex: 1;
    font-size: 0.82rem;
    color: var(--ink);
    line-height: 1.2;
}
.mobile-cta__label strong {
    display: block;
    color: var(--green-800);
    font-size: 0.88rem;
}
.mobile-cta .cta-amazon {
    padding: 10px 16px;
    font-size: 0.92rem;
}

/* =========================================================
   CATEGORY FINDER (4 Kacheln — "Finde deinen Spaten in 3 Klicks")
   ========================================================= */
.finder {
    background: var(--warm-white);
    padding: var(--sp-10) 0 var(--sp-8);
}
.finder__head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto var(--sp-6);
}
.finder__head h2 {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    margin-bottom: var(--sp-3);
}
.finder__head p {
    font-size: 1.02rem;
    color: var(--ink-soft);
    margin: 0;
}
.finder__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--sp-4);
}
.finder__card {
    background: var(--white);
    border: 2px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--sp-5);
    text-align: center;
    text-decoration: none;
    transition: all var(--t);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sp-2);
    box-shadow: var(--shadow-xs);
}
.finder__card:hover {
    border-color: var(--green-700);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    color: var(--ink);
}
.finder__icon {
    width: 56px;
    height: 56px;
    background: var(--green-50);
    color: var(--green-700);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-family: var(--font-display);
    font-weight: 800;
}
.finder__card:hover .finder__icon {
    background: var(--green-700);
    color: var(--white);
}
.finder__title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2;
}
.finder__desc {
    font-size: 0.85rem;
    color: var(--ink-soft);
    line-height: 1.45;
}
.finder__arrow {
    font-size: 1.2rem;
    color: var(--terra-600);
    font-weight: 700;
    margin-top: auto;
}

/* =========================================================
   FLAGSHIP ROW (3 Hauptkarten: Testsieger / Preis-Leistung / Premium)
   ========================================================= */
.flagship {
    padding: var(--sp-8) 0;
}
.flagship__head {
    text-align: center;
    margin-bottom: var(--sp-6);
}
.flagship__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-5);
}
.flagship-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--sp-5);
    display: flex;
    flex-direction: column;
    gap: var(--sp-3);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
    transition: all var(--t);
}
.flagship-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.flagship-card.is-testsieger {
    border: 2px solid var(--siegel-gold);
    box-shadow: 0 0 0 4px rgba(212, 160, 23, 0.14), var(--shadow);
}
.flagship-card.is-premium {
    border: 2px solid var(--terra-600);
    box-shadow: 0 0 0 4px rgba(200, 126, 95, 0.14), var(--shadow);
}
.flagship-card.is-pl {
    border: 2px solid var(--green-700);
    box-shadow: 0 0 0 4px rgba(74, 124, 89, 0.14), var(--shadow);
}
.flagship__badge {
    align-self: flex-start;
    padding: 5px 12px;
    border-radius: var(--radius-full);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.is-testsieger .flagship__badge {
    background: linear-gradient(135deg, var(--siegel-gold), #b8861a);
    color: var(--ink);
}
.is-premium .flagship__badge {
    background: var(--terra-600);
    color: var(--white);
}
.is-pl .flagship__badge {
    background: var(--green-700);
    color: var(--white);
}
.flagship-card__image {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: var(--sp-3);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 240px;
}
.flagship-card__image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.flagship-card__title {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
}
.flagship-card__meta {
    font-size: 0.85rem;
    color: var(--ink-soft);
}
.flagship-card__price-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: var(--sp-2) 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
.flagship-card__price {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--terra-700);
}
.flagship-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.88rem;
    color: var(--ink);
}
.flagship-card__usp {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--ink);
    padding: var(--sp-3);
    background: var(--cream);
    border-radius: var(--radius);
}

/* =========================================================
   CATEGORY BLOCK (pro Kategorie: 3 Mini-Cards + Table)
   ========================================================= */
.category {
    padding: var(--sp-10) 0;
    border-top: 1px solid var(--border);
}
.category.alt { background: var(--cream); }
.category__head {
    margin-bottom: var(--sp-6);
    display: flex;
    align-items: baseline;
    gap: var(--sp-4);
    flex-wrap: wrap;
}
.category__pretitle {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--terra-700);
    font-weight: 700;
}
.category__title {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
    margin: 4px 0;
    color: var(--ink);
}
.category__desc {
    flex: 1;
    min-width: 280px;
    font-size: 1rem;
    color: var(--ink-soft);
    line-height: 1.6;
    margin: 0;
}
.category__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-5);
    margin-bottom: var(--sp-5);
}
.category__grid.cols-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 820px;
    margin: 0 auto var(--sp-5);
}

.mini-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: var(--sp-4);
    display: flex;
    flex-direction: column;
    gap: var(--sp-3);
    box-shadow: var(--shadow-xs);
    position: relative;
    transition: all var(--t);
}
.mini-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.mini-card.is-winner {
    border: 2px solid var(--siegel-gold);
    box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.12), var(--shadow-xs);
}
.mini-card__badge {
    position: absolute;
    top: -10px;
    right: var(--sp-3);
    padding: 4px 10px;
    border-radius: var(--radius-full);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--green-700);
    color: var(--white);
    box-shadow: var(--shadow-sm);
}
.mini-card.is-winner .mini-card__badge {
    background: linear-gradient(135deg, var(--siegel-gold), #b8861a);
    color: var(--ink);
}
.mini-card__badge.bronze { background: var(--terra-600); }
.mini-card__image {
    background: var(--warm-white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: var(--sp-3);
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 200px;
}
.mini-card__image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.mini-card__title {
    font-family: var(--font-display);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
    min-height: 2.4em;
}
.mini-card__sub {
    font-size: 0.82rem;
    color: var(--ink-soft);
    margin-top: -6px;
}
.mini-card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    padding-top: var(--sp-2);
    border-top: 1px solid var(--border);
}
.mini-card__price {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--terra-700);
}
.mini-card__usp {
    font-size: 0.85rem;
    color: var(--ink);
    padding: var(--sp-2) var(--sp-3);
    background: var(--cream);
    border-left: 3px solid var(--green-700);
    border-radius: 0 var(--radius) var(--radius) 0;
    line-height: 1.5;
}
.is-winner .mini-card__usp {
    border-left-color: var(--siegel-gold);
}
.mini-card .cta-amazon {
    padding: 10px var(--sp-4);
    font-size: 0.9rem;
    justify-content: center;
    width: 100%;
}

/* =========================================================
   PRICE EXPLAINER ("Warum 140€ statt 40€?")
   ========================================================= */
.price-explainer {
    background: linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);
    color: var(--cream);
    border-radius: var(--radius-lg);
    padding: var(--sp-6);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--sp-5);
    margin: var(--sp-8) 0;
    align-items: stretch;
}
.price-explainer h3 {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--white);
    margin-bottom: var(--sp-3);
}
.price-explainer p {
    color: var(--green-100);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}
.price-col {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: var(--radius);
    padding: var(--sp-5);
}
.price-col strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--terra-600);
    margin-bottom: var(--sp-2);
}
.price-col ul {
    list-style: none;
    padding: 0;
    margin: var(--sp-2) 0 0;
}
.price-col li {
    padding: 4px 0 4px 22px;
    position: relative;
    font-size: 0.92rem;
    color: var(--green-100);
    line-height: 1.5;
}
.price-col li::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--terra-600);
    font-weight: 800;
}

/* =========================================================
   RESPONSIVE — Finder, Flagship, Category
   ========================================================= */
@media (max-width: 899px) {
    .finder__grid { grid-template-columns: repeat(2, 1fr); }
    .flagship__grid { grid-template-columns: 1fr; }
    .category__grid { grid-template-columns: repeat(2, 1fr); }
    .category__grid.cols-2 { grid-template-columns: 1fr; }
    .price-explainer { grid-template-columns: 1fr; }
}
@media (max-width: 599px) {
    .finder__grid { grid-template-columns: 1fr; }
    .category__grid { grid-template-columns: 1fr; }
}

/* =========================================================
   UTIL — Reveal on scroll
   ========================================================= */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .hero__inner { grid-template-columns: 1fr; gap: var(--sp-8); }
    .testsiegel { width: 220px; height: 220px; }
    .testsiegel__title { font-size: 1.7rem; }
    .product__body { grid-template-columns: 220px 1fr; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    body { font-size: 16px; }
    .nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; background: var(--white); flex-direction: column; align-items: stretch; padding: var(--sp-3); border-bottom: 1px solid var(--border); box-shadow: var(--shadow); gap: 0; }
    .nav.open { display: flex; }
    .nav a { padding: 10px var(--sp-3); border-bottom: 1px solid var(--border); border-radius: 0; }
    .nav a:last-child { border-bottom: 0; }
    .nav-toggle { display: flex; }

    .topbar__row { gap: var(--sp-3); font-size: 0.75rem; }
    .topbar__item { font-size: 0.75rem; }

    section { padding: var(--sp-8) 0; }
    .hero { padding: var(--sp-8) 0 var(--sp-10); }
    .testsiegel { width: 200px; height: 200px; }
    .testsiegel__title { font-size: 1.5rem; }

    .author-strip__row { grid-template-columns: auto 1fr; }
    .author-meta { grid-column: 1 / -1; padding-top: var(--sp-3); border-top: 1px solid var(--border); gap: var(--sp-4); }

    .product__head { grid-template-columns: auto 1fr; gap: var(--sp-3); padding: var(--sp-4); }
    .product__score-circle { grid-column: 1 / -1; width: 68px; height: 68px; margin-top: var(--sp-2); }
    .product__body { grid-template-columns: 1fr; padding: var(--sp-4); gap: var(--sp-4); }
    .product__media { flex-direction: row; }
    .product__image { width: 160px; height: 160px; aspect-ratio: auto; flex-shrink: 0; }
    .product__rating { flex: 1; }
    .proscons { grid-template-columns: 1fr; }
    .product__footer { flex-direction: column; align-items: stretch; }
    .cta-amazon { justify-content: center; }

    .comparison { overflow-x: auto; }
    .comparison table { min-width: 640px; }

    .footer__grid { grid-template-columns: 1fr; gap: var(--sp-5); }

    .mobile-cta { display: flex; }
    body { padding-bottom: 72px; }
}

@media (max-width: 480px) {
    h1 { font-size: 1.85rem; }
    .hero__stats { gap: var(--sp-4); }
    .hero__stat strong { font-size: 1.4rem; }
    .product__media { flex-direction: column; }
    .product__image { width: 100%; height: auto; aspect-ratio: 1 / 1; }
    .product__rank-num { font-size: 1.8rem; }
}
