/* ============================================================
 *  Nirwana — pages.css
 *  Styling voor alle content pagina's (slaapadvies, slaaptest,
 *  over-ons, retour, voorwaarden, contact, blog)
 * ============================================================ */

/* ---------- SHARED PAGE BASE ---------- */
/* Note: scoped to non-category pages. The four category templates have
   class `nirwana-page--matrassen|topdekmatrassen|babymatrassen|zorgmatrassen`
   and bring their own full-width section styling via category.css. */
.nirwana-page:not(.nirwana-page--matrassen):not(.nirwana-page--topdekmatrassen):not(.nirwana-page--babymatrassen):not(.nirwana-page--zorgmatrassen) {
    color: #1a1a1a;
    font-family: 'Crimson Text', Georgia, serif;
    background: #fff;
}
.nirwana-page:not(.nirwana-page--matrassen):not(.nirwana-page--topdekmatrassen):not(.nirwana-page--babymatrassen):not(.nirwana-page--zorgmatrassen) section {
    padding: 80px 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.nirwana-page h1, .nirwana-page h2, .nirwana-page h3, .nirwana-page h4 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    color: #1a1a1a;
    line-height: 1.15;
    margin: 0 0 16px;
}
.nirwana-page h1 { font-size: 56px; font-weight: 600; letter-spacing: -1px; }
.nirwana-page h2 { font-size: 40px; font-weight: 600; letter-spacing: -0.5px; }
.nirwana-page h3 { font-size: 22px; font-weight: 600; }
.nirwana-page h4 { font-size: 18px; font-weight: 600; }
.nirwana-page em {
    font-style: italic;
    color: #8B7355;
}
.nirwana-page p {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 16px;
}
.nirwana-page a { color: #8B7355; }

/* Common eyebrow */
.sa-hero-eyebrow, .st-eyebrow, .ov-hero-eyebrow, .ov-eyebrow,
.rt-eyebrow, .lg-eyebrow, .ct-eyebrow, .bl-eyebrow,
.sa-featured-tag, .ov-story-eyebrow {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8B7355;
    margin-bottom: 16px;
    font-weight: 500;
}

/* Common hero */
.sa-hero, .st-hero, .ov-hero, .rt-hero, .lg-hero, .ct-hero, .bl-hero {
    background: linear-gradient(135deg, #faf8f4 0%, #f0ece5 100%);
    text-align: center;
    padding: 100px 24px 80px !important;
    max-width: none !important;
    position: relative;
    overflow: hidden;
}
.sa-hero h1, .st-hero h1, .ov-hero h1, .rt-hero h1, .lg-hero h1, .ct-hero h1, .bl-hero h1 {
    max-width: 800px;
    margin: 0 auto 20px;
}
.sa-hero p, .st-hero p, .ov-hero p, .rt-hero p, .lg-hero p, .ct-hero p, .bl-hero p {
    max-width: 680px;
    margin: 0 auto 24px;
    font-size: 19px;
}
.st-hero-inner, .ov-hero-content, .rt-hero-inner, .lg-hero-inner, .ct-hero-inner, .bl-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* Section head */
.sa-section-head, .ov-section-head, .rt-steps-head, .bl-grid-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}
.sa-section-head h2, .ov-section-head h2, .rt-steps-head h2, .bl-grid-head h2 {
    font-size: 44px;
}

/* Common buttons */
.sa-btn-primary, .ov-btn, .rt-btn, .ct-submit, .rt-submit, .bl-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1a1a1a;
    color: #fff !important;
    padding: 14px 32px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
}
.sa-btn-primary:hover, .ov-btn:hover, .rt-btn:hover, .ct-submit:hover, .rt-submit:hover {
    background: #8B7355;
}
.sa-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1a1a1a !important;
    padding: 14px 32px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #1a1a1a;
    border-radius: 2px;
    transition: all 0.3s;
}
.sa-btn-secondary:hover {
    background: #1a1a1a;
    color: #fff !important;
}

/* ============================================================
 *  SLAAPADVIES (sa-)
 * ============================================================ */
.sa-hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}
.sa-topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.sa-topic-card {
    display: block;
    padding: 32px;
    background: #fff;
    border: 1px solid #eae5dc;
    border-radius: 6px;
    text-decoration: none;
    color: #1a1a1a;
    transition: all 0.3s;
}
.sa-topic-card:hover {
    border-color: #8B7355;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.sa-topic-icon {
    width: 56px;
    height: 56px;
    background: #faf8f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B7355;
    margin-bottom: 20px;
}
.sa-topic-card h3 {
    margin-bottom: 12px;
    color: #1a1a1a;
}
.sa-topic-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 16px;
}
.sa-topic-link {
    color: #8B7355;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sa-featured {
    background: #1a1a1a;
    color: #fff;
    max-width: none !important;
    padding: 80px 24px !important;
}
.sa-featured-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.sa-featured-image {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #8B7355 0%, #5d4d3a 100%);
    border-radius: 6px;
}
.sa-featured h2 {
    color: #fff;
    font-size: 36px;
}
.sa-featured p {
    color: #cfc7bc;
}
.sa-featured-tag {
    color: #C4A57B;
}
.sa-tips-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 800px;
    margin: 0 auto;
}
.sa-tip {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 24px 28px;
    background: #faf8f4;
    border-radius: 6px;
    border-left: 3px solid #8B7355;
}
.sa-tip-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 600;
    color: #8B7355;
    line-height: 1;
}
.sa-tip-body h4 {
    margin-bottom: 6px;
}
.sa-tip-body p {
    font-size: 15px;
    margin: 0;
}
.sa-quiz-cta {
    background: #faf8f4;
    text-align: center;
    max-width: none !important;
    padding: 80px 24px !important;
}

/* ============================================================
 *  SLAAPTEST (st-)
 * ============================================================ */
.st-hero h1 { font-size: 64px; }
.st-meta {
    display: flex;
    gap: 32px;
    justify-content: center;
    margin-top: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}
.st-meta span {
    position: relative;
    padding: 0 12px;
}
.st-meta span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #ccc;
    transform: translateY(-50%);
}
.st-quiz-section {
    padding: 60px 24px !important;
    background: #fff;
}
.st-quiz-wrap {
    max-width: 800px;
    margin: 0 auto;
    min-height: 400px;
    background: #faf8f4;
    border-radius: 8px;
    padding: 48px;
    color: #2c2415;
    text-align: left;
}
.st-quiz-wrap:empty {
    text-align: center;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
}
.st-quiz-wrap:empty::before {
    content: 'Slaaptest wordt geladen…';
    font-style: italic;
}
.st-info-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.st-info-image {
    aspect-ratio: 1;
    background: linear-gradient(135deg, #faf8f4 0%, #ebe5d9 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
}
.st-bullets {
    list-style: none !important;
    padding: 0 !important;
    margin: 24px 0 0;
}
.st-bullets li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 12px 0;
    font-size: 16px;
}
.st-bullets .ic {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #8B7355;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}
.st-why {
    background: #faf8f4;
    max-width: none !important;
}
.st-why-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.st-why-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}
.st-why-head h2 { font-size: 40px; }
.st-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.st-why-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 6px;
    border: 1px solid #eae5dc;
}
.st-why-icon {
    font-size: 36px;
    margin-bottom: 16px;
}
.st-why-card h3 { font-size: 20px; margin-bottom: 8px; }
.st-why-card p { font-size: 15px; margin: 0; }

/* ============================================================
 *  OVER ONS (ov-)
 * ============================================================ */
.ov-hero { text-align: left; }
.ov-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.ov-stats { background: #1a1a1a; max-width: none !important; color: #fff; }
.ov-stats-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}
.ov-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    color: #C4A57B;
    line-height: 1;
    margin-bottom: 8px;
}
.ov-stat-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #cfc7bc;
}
.ov-story-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.ov-story-image {
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, #8B7355 0%, #5d4d3a 100%);
    border-radius: 6px;
}
.ov-values {
    background: #faf8f4;
    max-width: none !important;
}
.ov-values-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.ov-value {
    background: #fff;
    padding: 32px 28px;
    border-radius: 6px;
    border: 1px solid #eae5dc;
}
.ov-value-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #8B7355;
    margin-bottom: 12px;
}
.ov-value h3 { font-size: 20px; margin-bottom: 8px; }
.ov-value p { font-size: 15px; margin: 0; }
.ov-process-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ov-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eae5dc;
}
.ov-step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #8B7355;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
}
.ov-cta {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    max-width: none !important;
}
.ov-cta h2 { color: #fff; }
.ov-cta p { color: #cfc7bc; max-width: 600px; margin: 0 auto 24px; }

/* ============================================================
 *  RETOUR (rt-)
 * ============================================================ */
.rt-promise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.rt-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #8B7355;
    line-height: 1;
    margin-bottom: 8px;
}
.rt-stat-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #666;
}
.rt-stat {
    padding: 28px;
    background: #faf8f4;
    border-radius: 6px;
}
.rt-steps-inner { max-width: 1100px; margin: 0 auto; }
.rt-steps-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.rt-step {
    text-align: center;
    padding: 28px;
    background: #fff;
    border: 1px solid #eae5dc;
    border-radius: 6px;
    position: relative;
}
.rt-step .num {
    width: 48px;
    height: 48px;
    background: #8B7355;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 16px;
}
.rt-step h3 { font-size: 18px; margin-bottom: 8px; }
.rt-step p { font-size: 14px; margin: 0; }
.rt-conditions { background: #faf8f4; max-width: none !important; }
.rt-cond-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.rt-cond-card {
    background: #fff;
    padding: 28px;
    border-radius: 6px;
    border-left: 4px solid #8B7355;
}
.rt-cond-card.no { border-left-color: #c44; }
.rt-cond-text h3 { font-size: 18px; margin-bottom: 8px; }
.rt-cond-text p { font-size: 15px; margin: 0; }
.rt-cond-card .ic {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #8B7355;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-weight: bold;
}
.rt-cond-card.no .ic { background: #c44; }
.rt-form-wrap {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 48px;
    border-radius: 8px;
    border: 1px solid #eae5dc;
}
.rt-form-head h2 { font-size: 32px; margin-bottom: 8px; }
.rt-form-head p { color: #666; margin-bottom: 32px; }
.rt-form-section {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0ece5;
}
.rt-form-section:last-of-type { border-bottom: none; }
.rt-form-section h3 {
    font-size: 16px;
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #8B7355;
    margin-bottom: 16px;
}
.rt-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.rt-form-row { grid-column: 1 / -1; }
.rt-field {
    display: flex;
    flex-direction: column;
}
.rt-field label {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.rt-field .req { color: #c44; }
.rt-field input,
.rt-field select,
.rt-field textarea {
    padding: 12px 14px;
    border: 1px solid #d8d2c4;
    border-radius: 4px;
    font-family: 'Crimson Text', serif;
    font-size: 15px;
    background: #fff;
    color: #1a1a1a;
}
.rt-field input:focus,
.rt-field select:focus,
.rt-field textarea:focus {
    outline: none;
    border-color: #8B7355;
}
.rt-field textarea { resize: vertical; min-height: 100px; }
.rt-field .hint {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
    font-style: italic;
}
.rt-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rt-radio {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border: 1px solid #d8d2c4;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.rt-radio:hover { border-color: #8B7355; }
.rt-radio input[type="radio"] { margin-top: 4px; }
.rt-r-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.rt-r-title { font-weight: 600; font-size: 15px; }
.rt-r-desc { font-size: 13px; color: #666; }
.rt-r-cost {
    font-weight: 600;
    color: #8B7355;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
}
.rt-checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    background: #faf8f4;
    border-radius: 4px;
}
.rt-checkbox input[type="checkbox"] { margin-top: 3px; }
.rt-submit {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    margin-top: 16px;
}
.rt-form-success {
    text-align: center;
    padding: 60px 30px;
}
.rt-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #8B7355;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px;
}
.rt-warranty { background: #faf8f4; max-width: none !important; }
.rt-warranty-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.rt-warranty-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #eae5dc;
}
.rt-warranty-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #faf8f4;
    color: #8B7355;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.rt-faq-inner { max-width: 800px; margin: 0 auto; }
.rt-faq-item {
    background: #fff;
    border: 1px solid #eae5dc;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}
.rt-faq-q {
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-right: 48px;
}
.rt-faq-q::-webkit-details-marker { display: none; }
.rt-faq-q::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #8B7355;
    font-size: 22px;
    font-weight: 300;
}
.rt-faq-item[open] .rt-faq-q::after { content: '−'; }
.rt-faq-a { padding: 0 24px 20px; color: #555; font-size: 15px; }
.rt-cta {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    max-width: none !important;
}
.rt-cta h2 { color: #fff; }
.rt-cta p { color: #cfc7bc; max-width: 600px; margin: 0 auto 24px; }


/* ============================================================
 *  ALGEMENE VOORWAARDEN / RETOURVOORWAARDEN (lg-)
 * ============================================================ */
.lg-breadcrumb {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 16px;
}
.lg-breadcrumb a {
    color: #666;
    text-decoration: none;
}
.lg-breadcrumb a:hover { color: #8B7355; }
.lg-body-wrap {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: flex-start;
}
.lg-toc {
    position: sticky;
    top: 100px;
    background: #faf8f4;
    border-radius: 6px;
    padding: 24px;
    border: 1px solid #eae5dc;
}
.lg-toc-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8B7355;
    margin-bottom: 16px;
    font-weight: 600;
}
.lg-toc a {
    display: block;
    padding: 8px 0;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #eae5dc;
}
.lg-toc a:last-child { border-bottom: none; }
.lg-toc a:hover { color: #8B7355; }
.lg-content {
    background: #fff;
}
.lg-meta {
    display: flex;
    gap: 24px;
    padding: 16px 20px;
    background: #faf8f4;
    border-radius: 6px;
    margin-bottom: 32px;
    font-size: 14px;
    color: #666;
    flex-wrap: wrap;
}
.lg-content article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0ece5;
}
.lg-content article:last-child { border-bottom: none; }
.lg-content article h2 {
    font-size: 28px;
    margin-bottom: 16px;
    scroll-margin-top: 100px;
}
.lg-content article h3 {
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.lg-content article ul,
.lg-content article ol {
    padding-left: 24px;
    margin-bottom: 16px;
}
.lg-content article li {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 6px;
}
.lg-callout {
    background: #faf8f4;
    border-left: 4px solid #8B7355;
    padding: 20px 24px;
    border-radius: 4px;
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}
.lg-callout strong { color: #1a1a1a; }

/* ============================================================
 *  CONTACT (ct-)
 * ============================================================ */
.ct-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.ct-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 6px;
    border: 1px solid #eae5dc;
    text-align: center;
}
.ct-card .ic {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #faf8f4;
    color: #8B7355;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.ct-card h3 { font-size: 20px; margin-bottom: 8px; }
.ct-card .meta {
    font-size: 13px;
    color: #888;
    margin-top: 8px;
}
.ct-form-wrap {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: flex-start;
}
.ct-form {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #eae5dc;
}
.ct-form-intro {
    margin-bottom: 24px;
    color: #666;
}
.ct-form-section { margin-bottom: 20px; }
.ct-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ct-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.ct-field label {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ct-field input,
.ct-field select,
.ct-field textarea {
    padding: 12px 14px;
    border: 1px solid #d8d2c4;
    border-radius: 4px;
    font-family: 'Crimson Text', serif;
    font-size: 15px;
    background: #fff;
}
.ct-field input:focus,
.ct-field select:focus,
.ct-field textarea:focus {
    outline: none;
    border-color: #8B7355;
}
.ct-field textarea { resize: vertical; min-height: 120px; }
.ct-info-list {
    background: #faf8f4;
    padding: 32px;
    border-radius: 8px;
}
.ct-info-list h3 { font-size: 22px; margin-bottom: 16px; }
.ct-hours {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}
.ct-hours-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #ebe5d9;
    font-size: 14px;
}
.ct-hours-row:last-child { border-bottom: none; }
.ct-showroom { background: #faf8f4; max-width: none !important; }
.ct-showroom-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.ct-map {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #8B7355 0%, #5d4d3a 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    letter-spacing: 2px;
}
.ct-faq-inner { max-width: 800px; margin: 0 auto; }
.ct-faq-item {
    background: #fff;
    border: 1px solid #eae5dc;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
}
.ct-faq-q {
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    position: relative;
    padding-right: 48px;
}
.ct-faq-q::-webkit-details-marker { display: none; }
.ct-faq-q::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #8B7355;
    font-size: 22px;
}
.ct-faq-item[open] .ct-faq-q::after { content: '−'; }
.ct-faq-a { padding: 0 24px 20px; color: #555; }
.ct-submit {
    width: 100%;
    padding: 16px;
    margin-top: 8px;
}

/* ============================================================
 *  BLOG (bl-)
 * ============================================================ */
.bl-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    max-width: 800px;
    margin: 30px auto 0;
}
.bl-cat {
    padding: 8px 18px;
    background: #fff;
    border: 1px solid #d8d2c4;
    border-radius: 999px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.2s;
}
.bl-cat:hover { background: #faf8f4; }
.bl-cat.active {
    background: #1a1a1a;
    color: #fff !important;
    border-color: #1a1a1a;
}
.bl-featured {
    background: #faf8f4;
    max-width: none !important;
}
.bl-featured-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.bl-feat-image {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #8B7355 0%, #5d4d3a 100%);
    border-radius: 6px;
}
.bl-feat-tag {
    display: inline-block;
    background: #8B7355;
    color: #fff;
    padding: 6px 16px;
    border-radius: 999px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.bl-feat-text h2 { font-size: 36px; }
.bl-feat-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #888;
    margin-top: 16px;
    margin-bottom: 24px;
}
.bl-grid-section { background: #fff; }
.bl-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.bl-card {
    display: block;
    background: #fff;
    border: 1px solid #eae5dc;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #1a1a1a;
    transition: all 0.3s;
}
.bl-card:hover {
    border-color: #8B7355;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}
.bl-card-img {
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #faf8f4 0%, #ebe5d9 100%);
}
.bl-card-body { padding: 24px; }
.bl-card-tag {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8B7355;
    margin-bottom: 8px;
}
.bl-card-body h3 {
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 1.3;
}
.bl-card-body p {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}
.bl-card-meta {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: #888;
}
.bl-news {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    max-width: none !important;
}
.bl-news-inner { max-width: 600px; margin: 0 auto; }
.bl-news h2 { color: #fff; }
.bl-news p { color: #cfc7bc; }
.bl-news-form {
    display: flex;
    gap: 8px;
    max-width: 480px;
    margin: 24px auto 0;
}
.bl-news-form input {
    flex: 1;
    padding: 14px 18px;
    border: none;
    border-radius: 4px;
    font-family: 'Crimson Text', serif;
    font-size: 15px;
}
.bl-news-form button {
    padding: 14px 24px;
    background: #C4A57B;
    color: #1a1a1a;
    border: none;
    border-radius: 4px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}
.bl-news-form button:hover { background: #d4b48b; }
.bl-link {
    margin-top: 16px;
    text-decoration: none;
}

/* ============================================================
 *  RESPONSIVE — alle pagina's
 * ============================================================ */
@media (max-width: 980px) {
    .nirwana-page section { padding: 60px 20px; }
    .nirwana-page h1 { font-size: 40px; }
    .nirwana-page h2 { font-size: 30px; }
    .sa-hero, .st-hero, .ov-hero, .rt-hero, .lg-hero, .ct-hero, .bl-hero {
        padding: 60px 20px 50px !important;
    }
    .sa-hero p, .st-hero p, .ov-hero p, .rt-hero p, .lg-hero p, .ct-hero p, .bl-hero p {
        font-size: 16px;
    }
    .sa-topics-grid,
    .st-why-grid,
    .ov-values-grid,
    .rt-warranty-inner,
    .ct-quick-grid,
    .bl-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ov-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .rt-steps-list { grid-template-columns: 1fr 1fr; }
    .sa-featured-inner,
    .ov-story-inner,
    .ct-form-wrap,
    .ct-showroom-inner,
    .st-info-inner,
    .bl-featured-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .lg-body-wrap { grid-template-columns: 1fr; }
    .lg-toc { position: static; }
    .rt-form-wrap, .ct-form { padding: 28px 20px; }
}
@media (max-width: 600px) {
    .nirwana-page h1 { font-size: 32px; }
    .nirwana-page h2 { font-size: 26px; }
    .sa-topics-grid,
    .st-why-grid,
    .ov-values-grid,
    .ov-stats-grid,
    .rt-warranty-inner,
    .rt-steps-list,
    .ct-quick-grid,
    .rt-form-grid,
    .ct-row,
    .bl-grid,
    .rt-cond-inner {
        grid-template-columns: 1fr;
    }
    .sa-tip { grid-template-columns: 50px 1fr; gap: 12px; padding: 18px 20px; }
    .sa-tip-num { font-size: 24px; }
    .st-meta { gap: 16px; font-size: 12px; flex-wrap: wrap; justify-content: center; }
    .st-meta span:not(:last-child)::after { display: none; }
}


/* ============================================================
   PRODUCT PAGE (.nirwana-page--product)
   ============================================================ */
.nirwana-page--product {
    color: #1a1a1a;
    font-family: 'Crimson Text', Georgia, serif;
    background: #fff;
}
.nirwana-page--product h1,
.nirwana-page--product h2,
.nirwana-page--product h3,
.nirwana-page--product h4 {
    font-family: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
    color: #2c2415;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 12px;
}
.nirwana-page--product em {
    font-style: italic;
    color: #8B7355;
}

/* Breadcrumb */
.pr-breadcrumb {
    background: #faf8f4;
    padding: 16px 24px;
    border-bottom: 1px solid #e8e2d8;
}
.pr-breadcrumb-inner {
    max-width: 1280px;
    margin: 0 auto;
    font-size: 13px;
    color: #888;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.pr-breadcrumb a {
    color: #8B7355;
    text-decoration: none;
}
.pr-breadcrumb a:hover { text-decoration: underline; }
.pr-breadcrumb-current { color: #2c2415; font-weight: 500; }

/* Main: gallery + info */
.pr-main { padding: 60px 24px; }
.pr-main-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* Gallery */
.pr-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 100px;
}
.pr-gallery-main {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #faf8f4;
}
.pr-gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.pr-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #faf8f4;
    cursor: pointer;
    padding: 0;
    transition: border-color 0.2s;
}
.pr-thumb-active { border-color: #8B7355; }
.pr-thumb:hover { border-color: #D4AF87; }

/* Image placeholders (to be replaced with real photos) */
.pr-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pr-img-1 { background: linear-gradient(135deg, #f5ede0 0%, #e8d8c0 100%); }
.pr-img-2 { background: linear-gradient(135deg, #ede4d8 0%, #d8c8b0 100%); }
.pr-img-3 { background: linear-gradient(135deg, #f0e8dc 0%, #d4c4b0 100%); }
.pr-img-4 { background: linear-gradient(135deg, #e8dcc8 0%, #c8b898 100%); }
.pr-img-label {
    font-size: 13px;
    color: rgba(44, 36, 21, 0.4);
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
}

/* Info column */
.pr-info {}
.pr-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    color: #8B7355;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
}
.pr-info h1 {
    font-size: 44px;
    margin-bottom: 16px;
    line-height: 1.1;
}
.pr-rating {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}
.pr-stars { color: #D4AF87; font-size: 16px; letter-spacing: 2px; }
.pr-rating-text { font-size: 13px; color: #888; }
.pr-short {
    font-size: 17px;
    line-height: 1.7;
    color: #5a5a5a;
    margin: 0 0 32px;
}

/* Options */
.pr-option { margin-bottom: 28px; }
.pr-option-label {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 14px;
    font-weight: 600;
    color: #2c2415;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.pr-option-help {
    font-size: 12px;
    color: #888;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-family: 'Crimson Text', serif;
}
.pr-option-help a { color: #8B7355; }

.pr-size-grid,
.pr-firmness-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}
.pr-firmness-grid { grid-template-columns: repeat(3, 1fr); }

.pr-size,
.pr-firmness {
    background: white;
    border: 1.5px solid #e0d8c8;
    padding: 14px 16px;
    border-radius: 6px;
    cursor: pointer;
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    color: #2c2415;
    display: flex;
    flex-direction: column;
    gap: 2px;
    transition: all 0.2s;
}
.pr-size span,
.pr-firmness span {
    font-family: 'Crimson Text', serif;
    font-size: 11px;
    font-weight: 400;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pr-size:hover,
.pr-firmness:hover { border-color: #8B7355; }
.pr-size-active,
.pr-firmness-active {
    background: #2c2415;
    border-color: #2c2415;
    color: #fff;
}
.pr-size-active span,
.pr-firmness-active span { color: rgba(255,255,255,0.6); }

/* Price */
.pr-price-block {
    background: #faf8f4;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 8px 0 24px;
    border-left: 3px solid #D4AF87;
}
.pr-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.pr-price-current {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 700;
    color: #2c2415;
}
.pr-price-was {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}
.pr-price-badge {
    background: #8B7355;
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}
.pr-price-meta {
    font-size: 13px;
    color: #888;
    margin-top: 6px;
}

/* CTA row */
.pr-cta-row {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}
.pr-qty {
    display: flex;
    align-items: center;
    border: 1.5px solid #e0d8c8;
    border-radius: 6px;
    overflow: hidden;
    background: white;
}
.pr-qty-btn {
    width: 44px;
    height: 56px;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 20px;
    color: #2c2415;
    transition: background 0.2s;
}
.pr-qty-btn:hover { background: #f5ede0; }
.pr-qty-input {
    width: 50px;
    height: 56px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #2c2415;
    background: transparent;
    -moz-appearance: textfield;
}
.pr-qty-input::-webkit-outer-spin-button,
.pr-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pr-add-cart {
    flex: 1;
    background: #2c2415;
    color: #D4AF87;
    border: 1.5px solid #2c2415;
    padding: 18px 32px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.2s;
}
.pr-add-cart:hover {
    background: #1a1a1a;
}
.pr-cart-arrow {
    transition: transform 0.2s;
}
.pr-add-cart:hover .pr-cart-arrow { transform: translateX(4px); }

/* Quick USP */
.pr-quick-usp {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pr-quick-usp li {
    font-size: 14px;
    color: #5a5a5a;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pr-check {
    color: #8B7355;
    font-weight: 700;
    font-size: 14px;
}

/* USP Strip */
.pr-usp-strip {
    background: #faf8f4;
    padding: 32px 24px;
    border-top: 1px solid #e8e2d8;
    border-bottom: 1px solid #e8e2d8;
}
.pr-usp-strip-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pr-usp-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.pr-usp-icon { font-size: 28px; }
.pr-usp-text {
    display: flex;
    flex-direction: column;
}
.pr-usp-text strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 700;
    color: #2c2415;
}
.pr-usp-text span {
    font-size: 12px;
    color: #888;
}

/* Tabs */
.pr-tabs { padding: 80px 24px 60px; }
.pr-tabs-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.pr-tabs-nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e8e2d8;
    margin-bottom: 40px;
}
.pr-tab {
    background: none;
    border: none;
    padding: 18px 32px;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 600;
    color: #999;
    margin-bottom: -2px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}
.pr-tab:hover { color: #5a5a5a; }
.pr-tab-active {
    color: #2c2415;
    border-bottom-color: #8B7355;
}
.pr-tab-panel { display: none; }
.pr-tab-panel-active { display: block; }

.pr-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}
.pr-spec {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #f0e8dc;
}
.pr-spec:nth-child(odd) { background: #faf8f4; }
.pr-spec-key {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.pr-spec-val {
    font-size: 15px;
    color: #2c2415;
    font-weight: 500;
    text-align: right;
}

.pr-materials-content h3 {
    font-size: 32px;
    margin-bottom: 12px;
}
.pr-materials-content > p {
    font-size: 17px;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 32px;
    max-width: 700px;
}
.pr-layer {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid #f0e8dc;
}
.pr-layer-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #faf8f4;
    color: #8B7355;
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1.5px solid #e0d8c8;
}
.pr-layer-text h4 {
    font-size: 22px;
    margin-bottom: 8px;
}
.pr-layer-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a5a;
    margin: 0;
}

.pr-care-content h3 {
    font-size: 32px;
    margin-bottom: 24px;
}
.pr-care-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pr-care-list li {
    padding: 18px 0;
    border-bottom: 1px solid #f0e8dc;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
}
.pr-care-list strong {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: #2c2415;
}
.pr-care-list span {
    font-size: 15px;
    line-height: 1.7;
    color: #5a5a5a;
}

/* FAQ */
.pr-faq {
    padding: 80px 24px;
    background: #faf8f4;
}
.pr-faq-inner {
    max-width: 800px;
    margin: 0 auto;
}
.pr-faq-head {
    text-align: center;
    margin-bottom: 48px;
}
.pr-faq-eyebrow {
    font-size: 11px;
    letter-spacing: 3px;
    color: #8B7355;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 600;
}
.pr-faq-head h2 { font-size: 40px; }
.pr-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.pr-faq-item {
    background: white;
    border-radius: 8px;
    border: 1px solid #e8e2d8;
    overflow: hidden;
}
.pr-faq-item summary {
    padding: 20px 24px;
    cursor: pointer;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 600;
    color: #2c2415;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pr-faq-item summary::-webkit-details-marker { display: none; }
.pr-faq-item summary::after {
    content: '+';
    font-size: 24px;
    color: #8B7355;
    font-weight: 300;
    transition: transform 0.2s;
}
.pr-faq-item[open] summary::after { content: '−'; }
.pr-faq-answer {
    padding: 0 24px 20px;
}
.pr-faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
    margin: 0;
}

/* Related */
.pr-related { padding: 80px 24px; }
.pr-related-inner {
    max-width: 1280px;
    margin: 0 auto;
}
.pr-related-head {
    text-align: center;
    margin-bottom: 48px;
}
.pr-related-head h2 { font-size: 40px; }
.pr-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pr-related-card {
    background: white;
    border: 1px solid #e8e2d8;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}
.pr-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    border-color: #D4AF87;
}
.pr-related-img {
    aspect-ratio: 1 / 1;
}
.pr-related-body {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pr-related-body h4 {
    font-size: 19px;
    margin: 0;
}
.pr-related-body p {
    font-size: 13px;
    color: #888;
    margin: 0;
}
.pr-related-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-weight: 700;
    color: #8B7355;
    margin-top: 8px;
}

/* Slaaptest CTA */
.pr-slaaptest-cta {
    background: linear-gradient(135deg, #2c2415 0%, #3D3D3D 100%);
    padding: 80px 24px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}
.pr-slaaptest-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 50%, rgba(212,175,135,0.12), transparent 50%);
}
.pr-slaaptest-cta-inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.pr-slaaptest-cta h2 {
    color: white;
    font-size: 40px;
    margin-bottom: 16px;
}
.pr-slaaptest-cta p {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 32px;
}
.pr-slaaptest-btn {
    display: inline-block;
    padding: 16px 36px;
    background: #D4AF87;
    color: #2c2415;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
}
.pr-slaaptest-btn:hover {
    background: #C4A57B;
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 980px) {
    .pr-main-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .pr-gallery { position: static; }
    .pr-info h1 { font-size: 32px; }
    .pr-usp-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .pr-spec-grid { grid-template-columns: 1fr; }
    .pr-care-list li { grid-template-columns: 1fr; gap: 6px; }
    .pr-related-grid { grid-template-columns: repeat(2, 1fr); }
    .pr-tab { padding: 14px 18px; font-size: 16px; }
}
@media (max-width: 600px) {
    .pr-firmness-grid { grid-template-columns: 1fr; }
    .pr-usp-strip-inner { grid-template-columns: 1fr; }
    .pr-related-grid { grid-template-columns: 1fr; }
    .pr-info h1 { font-size: 28px; }
    .pr-faq-head h2,
    .pr-related-head h2,
    .pr-slaaptest-cta h2 { font-size: 28px; }
}
