/* ══════════════════════════════════════════════════════════════
   Staudinger Brennholz – Homepage CSS (Amazon-Style)
   All classes scoped to .spp-home, prefixed spp-h-
   ══════════════════════════════════════════════════════════════ */

/* ── Global Reset ──────────────────────────────────────────── */
.spp-home *,
.spp-home *::before,
.spp-home *::after {
    box-sizing: border-box;
}

.spp-home {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #EAEDED;
    min-height: 100vh;
    color: #0F1111;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

.spp-home a {
    color: inherit;
    text-decoration: none;
}

/* Remove body margin/padding from theme */
body.page-template-page-homepage-php {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    background: #EAEDED !important;
}

html.wp-toolbar {
    padding-top: 0 !important;
}

body.page-template-page-homepage-php .site-content,
body.page-template-page-homepage-php .entry-content,
body.page-template-page-homepage-php .page-content,
body.page-template-page-homepage-php .site-main,
body.page-template-page-homepage-php main {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

/* WP admin bar: show correctly when logged in */
body.admin-bar.page-template-page-homepage-php {
    background: #232F3E !important;
    padding-top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar.page-template-page-homepage-php {
        padding-top: 46px !important;
    }
}

/* Hide theme wrappers */
body.page-template-page-homepage-php #page,
body.page-template-page-homepage-php .site-header,
body.page-template-page-homepage-php .site-footer,
body.page-template-page-homepage-php .ehp-header,
body.page-template-page-homepage-php .ehp-footer,
body.page-template-page-homepage-php .elementor-location-header,
body.page-template-page-homepage-php .elementor-location-footer {
    display: none !important;
}

/* ── HEADER ────────────────────────────────────────────────── */
.spp-h-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.spp-h-header-main {
    background: #232F3E;
    padding: 10px 24px;
}

.spp-h-header-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.spp-h-logo img {
    height: 32px;
    filter: brightness(0) invert(1);
    display: block;
}

.spp-h-logo-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

/* Search */
.spp-h-search {
    flex: 1;
    max-width: 520px;
    position: relative;
}

.spp-h-search form {
    display: flex;
}

.spp-h-search input[type="search"] {
    flex: 1;
    padding: 8px 14px;
    font-size: 15px;
    border: none;
    border-radius: 6px 0 0 6px;
    outline: none;
}

.spp-h-search button {
    background: #FEBD69;
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 8px 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Search dropdown */
.spp-h-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    z-index: 1001;
    max-height: 400px;
    overflow-y: auto;
}
.spp-h-search-dropdown.active {
    display: block;
}
.spp-h-search-dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #333;
    transition: background .15s;
}
.spp-h-search-dropdown-item:hover {
    background: #f5f5f5;
}
.spp-h-search-dropdown-item img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}
.spp-h-search-dropdown-info {
    flex: 1;
    min-width: 0;
}
.spp-h-search-dropdown-title {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.spp-h-search-dropdown-price {
    font-size: 12px;
    color: #B12704;
    font-weight: 700;
}
.spp-h-search-dropdown-hint {
    padding: 10px 14px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #eee;
}

/* Header actions */
.spp-h-header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    margin-left: auto;
    flex-shrink: 0;
}

.spp-h-header-link {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    white-space: nowrap;
    color: #fff !important;
}

.spp-h-small {
    font-size: 10px;
    opacity: .7;
}

.spp-h-bold {
    font-weight: 700;
}

.spp-h-cart-link {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff !important;
}

.spp-h-cart-count {
    color: #FEBD69;
    font-weight: 800;
    font-size: 15px;
    margin-left: 4px;
}

/* Nav bar */
.spp-h-nav {
    background: #37475A;
    padding: 6px 24px;
}

.spp-h-nav-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 18px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    overflow-x: auto;
    white-space: nowrap;
}

.spp-h-nav a,
.spp-h-nav-inner a {
    color: #fff !important;
    text-decoration: none;
}

.spp-h-nav a:hover,
.spp-h-nav-inner a:hover {
    text-decoration: underline;
    color: #fff !important;
}

/* ── HERO ──────────────────────────────────────────────────── */
.spp-h-hero {
    background: linear-gradient(135deg, #1a2a1a 0%, #2d4a2d 40%, #1a3520 100%);
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

.spp-h-hero-bg {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background: repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255,255,255,.15) 2px, rgba(255,255,255,.15) 4px);
    pointer-events: none;
}

.spp-h-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.spp-h-hero-content {
    flex: 1;
}

.spp-h-hero-label {
    font-size: 13px;
    font-weight: 600;
    color: #7FE08A;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.spp-h-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 16px;
}

.spp-h-hero-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.spp-h-hero-checks li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.9);
    font-size: 15px;
}

.spp-h-hero-checks svg {
    flex-shrink: 0;
}

.spp-h-btn-primary {
    display: inline-block;
    background: linear-gradient(180deg, #FFD814, #F7CA00);
    border: 1px solid #FCD200;
    border-radius: 20px;
    padding: 13px 32px;
    font-size: 15px;
    font-weight: 700;
    color: #0F1111 !important;
    cursor: pointer;
    text-decoration: none !important;
    transition: opacity .15s;
}

.spp-h-btn-primary:hover {
    opacity: .9;
    color: #0F1111 !important;
}

.spp-h-hero-rating {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.6);
    font-size: 14px;
}

.spp-h-hero-images {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    align-items: center;
}

.spp-h-hero-img {
    width: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
}

.spp-h-hero-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── TRUST BAR ─────────────────────────────────────────────── */
.spp-h-trustbar {
    display: flex;
    justify-content: center;
    gap: 28px;
    padding: 10px 14px;
    background: #F7F9FA;
    border-bottom: 1px solid #E7E7E7;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    flex-wrap: wrap;
}

.spp-h-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.spp-h-trust-item svg {
    flex-shrink: 0;
}

/* ── PRODUCT GRID ──────────────────────────────────────────── */
.spp-h-products {
    padding: 30px 24px;
}

.spp-h-products-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.spp-h-section-header {
    margin-bottom: 16px;
}

.spp-h-section-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0F1111;
    margin: 0 0 2px;
}

.spp-h-section-header p {
    font-size: 15px;
    color: #565959;
    margin: 0;
}

.spp-h-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* ── PRODUCT CARD ──────────────────────────────────────────── */
.spp-h-card {
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .2s, transform .2s;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
}

.spp-h-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    transform: translateY(-2px);
}

.spp-h-card-tag {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
}

.spp-h-tag-bestseller {
    background: #CC0C39;
}

.spp-h-tag-sale {
    background: #CC0C39;
}

.spp-h-tag-service {
    background: #37475A;
}

.spp-h-card-img-link {
    display: block;
}

.spp-h-card-img {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f5f0eb;
}

.spp-h-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.spp-h-card:hover .spp-h-card-img img {
    transform: scale(1.05);
}

.spp-h-card-service {
    background: #F0F4F0;
}

.spp-h-service-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    text-align: center;
}

.spp-h-service-icon span {
    font-size: 11px;
    color: #37475A;
    font-weight: 600;
    margin-top: 6px;
}

.spp-h-card-body {
    padding: 12px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.spp-h-card-name {
    font-size: 16px;
    font-weight: 600;
    color: #0F1111;
    line-height: 1.3;
    margin-bottom: 2px;
    min-height: 36px;
    display: block;
}

.spp-h-card-name:hover {
    color: #007185;
}

.spp-h-card-subtitle {
    font-size: 13px;
    color: #565959;
    margin-bottom: 6px;
}

.spp-h-card-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
}

.spp-h-card-reviews {
    color: #007185;
    font-size: 11px;
    margin-left: 3px;
}

.spp-h-card-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 2px;
}

.spp-h-card-amount {
    font-size: 24px;
    font-weight: 700;
    color: #0F1111;
}

.spp-h-card-old {
    font-size: 14px;
    color: #565959;
    text-decoration: line-through;
}

.spp-h-card-tax {
    font-size: 12px;
    color: #565959;
    margin-bottom: 6px;
}

.spp-h-card-sold {
    font-size: 12px;
    color: #007185;
    margin-bottom: 8px;
}

.spp-h-card-cta {
    margin-top: auto;
}

.spp-h-btn-cart {
    width: 100%;
    padding: 9px 12px;
    border-radius: 20px;
    border: 1px solid #FCD200;
    background: linear-gradient(180deg, #FFD814, #F7CA00);
    color: #0F1111 !important;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .15s;
}

.spp-h-btn-cart:hover {
    opacity: .9;
    color: #0F1111 !important;
}

.spp-h-btn-cart:disabled {
    opacity: .6;
    cursor: not-allowed;
}

.spp-h-btn-added {
    background: #067D62 !important;
    border-color: #067D62 !important;
    color: #fff !important;
}

.spp-h-card-addon-hint {
    display: block;
    font-size: 10px;
    color: #565959;
    text-align: center;
    padding: 8px 0;
    background: #F7F7F7;
    border-radius: 20px;
    font-weight: 500;
}

/* Mengenrabatt CTA Card */
.spp-h-card-promo {
    background: linear-gradient(135deg, #1A3A2A, #2D5A3E);
    color: #fff;
    border-color: #E7E7E7;
    cursor: default;
}

.spp-h-card-promo:hover {
    transform: none;
    box-shadow: none;
}

.spp-h-promo-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.spp-h-promo-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.spp-h-promo-text {
    font-size: 14px;
    opacity: 1;
    line-height: 1.5;
    margin-bottom: 14px;
}

.spp-h-promo-check {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    opacity: 1;
    margin-bottom: 14px;
}

.spp-h-btn-promo {
    display: inline-block;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 20px;
    padding: 10px 18px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background .15s;
}

.spp-h-btn-promo:hover {
    background: rgba(255,255,255,.25);
    color: #fff !important;
}

/* ── SEASON CTA ────────────────────────────────────────────── */
.spp-h-season-wrap {
    padding: 0 24px 24px;
}

.spp-h-season-wrap .spp-h-season {
    max-width: 1280px;
    margin: 0 auto;
}

.spp-h-season {
    background: linear-gradient(135deg, #1A3A2A, #2D5A3E);
    border-radius: 10px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    color: #fff;
}

.spp-h-season-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 4px;
}

.spp-h-season-desc {
    font-size: 15px;
    opacity: .85;
    max-width: 420px;
}

.spp-h-season-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.spp-h-season-badge {
    background: rgba(255,255,255,.15);
    border-radius: 8px;
    padding: 8px 18px;
    text-align: center;
}

.spp-h-season-badge-label {
    font-size: 11px;
    opacity: .8;
}

.spp-h-season-badge-date {
    font-size: 22px;
    font-weight: 800;
}

/* ── REVIEWS ───────────────────────────────────────────────── */
.spp-h-reviews-wrap {
    padding: 24px;
}

.spp-h-reviews {
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 24px;
    max-width: 1280px;
    margin: 0 auto;
}

.spp-h-reviews-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
}

.spp-h-reviews-title {
    font-size: 22px;
    font-weight: 700;
    color: #0F1111;
    margin: 0 0 10px;
}

.spp-h-proven-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #F5F9F5;
    border: 1px solid #B8E0C8;
    border-radius: 6px;
    padding: 4px 10px;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #0B6E4F;
}

.spp-h-reviews-avg {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.spp-h-reviews-avg span {
    font-size: 15px;
    font-weight: 600;
}

.spp-h-reviews-total {
    font-size: 14px;
    color: #565959;
    margin-bottom: 14px;
}

/* Distribution bars */
.spp-h-dist-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
    font-size: 11px;
}

.spp-h-dist-label {
    color: #007185;
    width: 48px;
    flex-shrink: 0;
}

.spp-h-dist-bar {
    flex: 1;
    height: 16px;
    background: #E7E7E7;
    border-radius: 3px;
    overflow: hidden;
}

.spp-h-dist-fill {
    height: 100%;
    background: #FFA41C;
    border-radius: 3px;
}

.spp-h-dist-pct {
    color: #565959;
    width: 28px;
    text-align: right;
    flex-shrink: 0;
}

/* Google link */
.spp-h-google-badge {
    margin-top: 16px;
    padding: 10px 12px;
    background: #F7F7F7;
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background .15s;
}

.spp-h-google-badge:hover {
    background: #EEE;
}

.spp-h-google-badge svg:first-child {
    flex-shrink: 0;
}

.spp-h-google-badge > div {
    flex: 1;
}

.spp-h-google-title {
    font-size: 14px;
    font-weight: 600;
}

.spp-h-google-sub {
    font-size: 13px;
    color: #565959;
}

/* Reviews list (right column) */
.spp-h-reviews-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.spp-h-reviews-list-header h3 {
    font-size: 14px;
    font-weight: 700;
    color: #0F1111;
    margin: 0;
}

.spp-h-review-item {
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.spp-h-review-bordered {
    border-bottom: 1px solid #E7E7E7;
}

.spp-h-review-author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.spp-h-review-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #E7E7E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #555;
    flex-shrink: 0;
}

.spp-h-review-name {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.spp-h-review-verified {
    font-size: 10px;
    color: #C45500;
    font-weight: 600;
}

.spp-h-review-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.spp-h-review-meta span {
    font-size: 10px;
    color: #565959;
}

.spp-h-review-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0;
}

.spp-h-reviews-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid #E7E7E7;
}

.spp-h-reviews-source {
    font-size: 10px;
    color: #999;
}

.spp-h-reviews-link {
    color: #007185;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.spp-h-reviews-link:hover {
    text-decoration: underline;
}

/* ── FAQ ───────────────────────────────────────────────────── */
.spp-h-faq {
    padding: 32px 24px;
}

.spp-h-faq-inner {
    max-width: 800px;
    margin: 0 auto;
}

.spp-h-faq-inner h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0F1111;
    text-align: center;
    margin: 0 0 4px;
}

.spp-h-faq-subtitle {
    font-size: 15px;
    color: #565959;
    text-align: center;
    margin: 0 0 20px;
}

.spp-h-faq-item {
    border-bottom: 1px solid #E7E7E7;
}

.spp-h-faq-toggle {
    width: 100%;
    padding: 14px 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #0F1111;
    text-align: left;
    cursor: pointer;
    gap: 12px;
}

.spp-h-faq-toggle span {
    flex: 1;
}

.spp-h-faq-toggle svg {
    flex-shrink: 0;
    transition: transform .2s;
}

.spp-h-faq-answer {
    padding: 0 0 14px;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

/* ── SEO CONTENT ───────────────────────────────────────────── */
.spp-h-seo {
    background: #fff;
    border-top: 1px solid #E7E7E7;
    padding: 32px 24px;
}

.spp-h-seo-inner {
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.spp-h-seo-inner h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0F1111;
    margin: 0 0 12px;
}

.spp-h-seo-inner h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0 8px;
}

.spp-h-seo-inner p {
    margin: 0 0 12px;
}

.spp-h-seo-inner p:last-child {
    margin: 0;
}

/* ── BACK TO TOP ───────────────────────────────────────────── */
.spp-h-back-top {
    background: #37475A;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background .15s;
}

.spp-h-back-top:hover {
    background: #485769;
}

/* ── FOOTER ────────────────────────────────────────────────── */
.spp-h-footer {
    background: #232F3E;
    color: #DDD;
    padding: 32px 24px;
}

.spp-h-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.spp-h-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 24px;
}

.spp-h-footer-heading {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.spp-h-footer-link {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.65);
    margin-bottom: 7px;
    transition: color .15s;
}

.spp-h-footer-link:hover {
    color: #fff;
}

.spp-h-footer-address {
    font-size: 12px;
    color: rgba(255,255,255,.65);
    line-height: 1.7;
    margin-bottom: 12px;
}

.spp-h-footer-contact {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255,255,255,.65);
    margin-bottom: 8px;
}

.spp-h-footer-contact svg {
    flex-shrink: 0;
}

.spp-h-footer-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 10px;
    color: rgba(255,255,255,.7);
    margin-top: 4px;
}

.spp-h-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 16px;
    text-align: center;
}

.spp-h-footer-logo {
    height: 24px;
    opacity: .5;
    filter: brightness(0) invert(1);
    margin-bottom: 8px;
}

.spp-h-footer-copy {
    font-size: 11px;
    color: rgba(255,255,255,.35);
}

/* ── STARS (reuse from spp_render_stars) ────────────────────── */
.spp-home .spp-stars-inline {
    display: inline-flex;
    align-items: center;
    gap: 1px;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE – Tablet (max-width: 1050px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 1050px) {
    .spp-h-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .spp-h-hero-inner {
        gap: 24px;
    }

    .spp-h-hero-img {
        width: 220px;
    }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE – Mobile (max-width: 680px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 680px) {
    /* Header mobile */
    .spp-h-header-main {
        padding: 10px 12px;
    }

    .spp-h-header-inner {
        flex-wrap: wrap;
        gap: 8px;
    }

    .spp-h-logo img {
        height: 28px;
    }

    .spp-h-header-actions {
        gap: 16px;
    }

    .spp-h-header-link {
        display: none;
    }

    .spp-h-search {
        order: 3;
        flex-basis: 100%;
        max-width: 100%;
    }

    .spp-h-nav {
        padding: 6px 12px;
    }

    .spp-h-nav-inner {
        gap: 12px;
    }

    /* Hero mobile */
    .spp-h-hero {
        padding: 28px 16px;
    }

    .spp-h-hero-inner {
        flex-direction: column;
        gap: 20px;
    }

    .spp-h-hero-title {
        font-size: 24px;
    }

    .spp-h-hero-checks li {
        font-size: 12px;
    }

    .spp-h-btn-primary {
        padding: 11px 24px;
    }

    .spp-h-hero-images {
        width: 100%;
    }

    .spp-h-hero-img {
        width: 50%;
    }

    /* Trust bar mobile */
    .spp-h-trustbar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 6px;
        padding: 10px 12px;
    }

    .spp-h-trust-item {
        background: #fff;
        border: 1px solid #E7E7E7;
        border-radius: 8px;
        padding: 7px 10px;
        font-size: 11px;
    }

    /* Product grid mobile */
    .spp-h-products {
        padding: 20px 12px;
    }

    .spp-h-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .spp-h-promo-content {
        padding: 16px;
    }

    .spp-h-promo-title {
        font-size: 12px;
    }

    .spp-h-promo-text {
        font-size: 11px;
    }

    /* Season CTA mobile */
    .spp-h-season-wrap {
        padding: 0 12px 20px;
    }

    .spp-h-season {
        padding: 20px 16px;
    }

    .spp-h-season-title {
        font-size: 16px;
    }

    /* Reviews mobile */
    .spp-h-reviews-wrap {
        padding: 20px 12px;
    }

    .spp-h-reviews {
        padding: 16px;
    }

    .spp-h-reviews-grid {
        grid-template-columns: 1fr;
    }

    .spp-h-reviews-footer {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    /* FAQ mobile */
    .spp-h-faq {
        padding: 24px 12px;
    }

    .spp-h-faq-toggle {
        font-size: 13px;
    }

    /* SEO mobile */
    .spp-h-seo {
        padding: 24px 12px;
    }

    /* Footer mobile */
    .spp-h-footer {
        padding: 24px 16px;
    }

    .spp-h-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}
