/*
SERIOUSLY DIGITAL - FAQ PAGE
Space Grotesk | Fluid-first per Build Standards v2.5
Section rhythm: hero (dark) -> options (white) -> why (grey) -> featured (dark) -> reviews (white) -> faq (grey) -> cta (red) -> footer (dark)
*/

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

/* ============================================================
   SHARED CONTAINER
   ============================================================ */
.seriously-faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

/* ============================================================
   1. HERO (dark charcoal)
   ============================================================ */
.seriously-faq-hero {
    position: relative;
    background: linear-gradient(160deg, #2a2d30 0%, #232629 60%, #1e2124 100%);
    color: #ffffff;
    padding: clamp(9rem, 16vw, 11rem) 0 clamp(4rem, 8vw, 6rem);
    overflow: hidden;
}

.seriously-faq-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.seriously-faq-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}

.seriously-faq-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
    pointer-events: none;
}

.seriously-faq-hero-glow-1 {
    width: 460px;
    height: 460px;
    top: -140px;
    right: -120px;
    background: radial-gradient(circle, rgba(79, 172, 179, 0.35) 0%, transparent 65%);
}

.seriously-faq-hero-glow-2 {
    width: 400px;
    height: 400px;
    bottom: -160px;
    left: -100px;
    background: radial-gradient(circle, rgba(222, 72, 84, 0.28) 0%, transparent 65%);
}

.seriously-faq-hero .seriously-faq-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.seriously-faq-hero-pill {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.seriously-faq-hero-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 1.3rem + 3.2vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin: 0 auto clamp(1rem, 2vw, 1.5rem);
    max-width: 22ch;
}

.seriously-faq-hero-subtitle {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1rem, 0.95rem + 0.35vw, 1.2rem);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 auto clamp(2rem, 4vw, 2.5rem);
    max-width: 62ch;
}

.seriously-faq-hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.seriously-faq-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 48px;
}

.seriously-faq-hero-btn-primary {
    background: #de4854;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(222, 72, 84, 0.35);
}

.seriously-faq-hero-btn-primary:hover {
    background: #c43844;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(222, 72, 84, 0.5);
}

.seriously-faq-hero-btn-ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.seriously-faq-hero-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

/* Trust strip - small horizontal list of trust markers */
.seriously-faq-hero-trust {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(1rem, 3vw, 2.25rem);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
}

.seriously-faq-hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.seriously-faq-hero-trust li i {
    color: #6bbcc2;
    font-size: 0.85rem;
}

/* Hero review pill - glass on dark */
.seriously-faq-hero .seriously-review-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: 'Space Grotesk', sans-serif;
}

.seriously-faq-hero .seriously-review-pill-logo {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.seriously-faq-hero .seriously-review-pill-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f5b400;
    font-size: 0.75rem;
}

.seriously-faq-hero .seriously-review-pill-text {
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.2px;
}

/* ============================================================
   2. THREE OPTIONS (white)
   ============================================================ */
/* Vertical stack of horizontal cards */
/* Bold coloured left panel - alternating brand colours */
/* Content body */
/* Custom coloured bullet - matches the card's accent colour */
/* ============================================================
   3. WHY IT WORKS (grey)
   ============================================================ */
/* ============================================================
   CREDIBILITY STATS SUBSECTION - short-form research callouts
   ============================================================ */
/* Alternate 2nd and 4th stat to red gradient for rhythm */
/* ============================================================
   4. FEATURED CASE STUDY (dark charcoal)
   ============================================================ */
/* ============================================================
   5. REVIEWS (white)
   ============================================================ */
/* ============================================================
   6. FAQ (grey)
   ============================================================ */
.seriously-faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seriously-faq-item {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 4px solid #4facb3;
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

/* Alternating left border colours for visual rhythm */
.seriously-faq-item:nth-child(even) {
    border-left-color: #de4854;
}

.seriously-faq-item:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.seriously-faq-item[open] {
    box-shadow: 0 12px 30px rgba(79, 172, 179, 0.15);
    background: linear-gradient(180deg, #ffffff 0%, rgba(79, 172, 179, 0.04) 100%);
}

.seriously-faq-item:nth-child(even)[open] {
    box-shadow: 0 12px 30px rgba(222, 72, 84, 0.15);
    background: linear-gradient(180deg, #ffffff 0%, rgba(222, 72, 84, 0.04) 100%);
}

.seriously-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #2a2d30;
    cursor: pointer;
    list-style: none;
    transition: color 0.2s ease;
}

.seriously-faq-item summary::-webkit-details-marker {
    display: none;
}

.seriously-faq-item summary:hover {
    color: #4facb3;
}

.seriously-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(79, 172, 179, 0.14);
    color: #4facb3;
    flex-shrink: 0;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

/* Hide the FontAwesome icon inside - we draw the +/- with pseudo-elements */
.seriously-faq-icon i {
    display: none;
}

/* Two bars form a plus: horizontal (always visible) + vertical (hides on open) */
.seriously-faq-icon::before,
.seriously-faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    border-radius: 2px;
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

/* Horizontal bar */
.seriously-faq-icon::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}

/* Vertical bar - collapses to become a minus on open */
.seriously-faq-icon::after {
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%) scaleY(1);
}

/* Alternating icon colour matches the left border */
.seriously-faq-item:nth-child(even) .seriously-faq-icon {
    background: rgba(222, 72, 84, 0.14);
    color: #de4854;
}

.seriously-faq-item[open] .seriously-faq-icon {
    background: #4facb3;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(79, 172, 179, 0.35);
}

.seriously-faq-item:nth-child(even)[open] .seriously-faq-icon {
    background: #de4854;
    box-shadow: 0 4px 12px rgba(222, 72, 84, 0.35);
}

/* Vertical bar collapses -> plus becomes minus */
.seriously-faq-item[open] .seriously-faq-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.seriously-faq-item summary:hover .seriously-faq-icon {
    transform: scale(1.05);
}

.seriously-faq-item:nth-child(even) summary:hover {
    color: #de4854;
}

.seriously-faq-answer {
    padding: 0 22px 22px 22px;
}

.seriously-faq-answer p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.65;
    color: #555;
    margin: 0;
}

/* Space between consecutive paragraphs within an answer - only affects
   multi-paragraph answers, single-paragraph ones are unchanged */
.seriously-faq-answer p + p {
    margin-top: 14px;
}

/* ============================================================
   7. FINAL CTA (red section, white card)
   ============================================================ */
.seriously-faq-cta {
    background: linear-gradient(135deg, #de4854 0%, #c43844 100%);
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
    position: relative;
    overflow: hidden;
}

.seriously-faq-cta::before {
    content: '';
    position: absolute;
    top: -20%;
    left: -10%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 65%);
    pointer-events: none;
}

.seriously-faq-cta::after {
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, transparent 65%);
    pointer-events: none;
}

.seriously-faq-cta .seriously-faq-container {
    position: relative;
    z-index: 1;
}

.seriously-faq-cta-card {
    background: #ffffff;
    border-radius: 22px;
    padding: clamp(2rem, 5vw, 3.75rem);
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.seriously-faq-cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #4facb3 0%, #6bbcc2 50%, #de4854 100%);
}

.seriously-faq-cta-eyebrow {
    display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4facb3;
    margin-bottom: 12px;
    padding: 5px 12px;
    background: rgba(79, 172, 179, 0.12);
    border-radius: 50px;
}

.seriously-faq-cta-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.5rem, 1.15rem + 1.5vw, 2.1rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #2a2d30;
    margin: 0 0 14px 0;
}

.seriously-faq-cta-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65;
    color: #555;
    margin: 0 0 24px 0;
    max-width: 52ch;
}

.seriously-faq-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.seriously-faq-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 46px;
}

.seriously-faq-cta-btn-primary {
    background: #de4854;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(222, 72, 84, 0.3);
}

.seriously-faq-cta-btn-primary:hover {
    background: #c43844;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(222, 72, 84, 0.45);
}

.seriously-faq-cta-btn-ghost {
    background: #ffffff;
    color: #2a2d30;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.seriously-faq-cta-btn-ghost:hover {
    background: #4facb3;
    color: #ffffff;
    border-color: #4facb3;
    transform: translateY(-2px);
}

/* CTA review pill - dark-on-light */
/* ============================================================
   TABLET (900px primary breakpoint per s.8)
   ============================================================ */
@media (max-width: 900px) {
    .seriously-faq-hero {
        padding: clamp(8rem, 14vw, 9.5rem) 0 clamp(3.5rem, 7vw, 5rem);
    }

    .seriously-faq-hero-actions {
        justify-content: center;
    }

    /* Odd-count reviews: last card takes full width and centres */
    /* Horizontal option cards: narrow the icon panel a bit */
    /* Stats grid: 2x2 on tablet */
    .seriously-faq-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .seriously-faq-cta-text {
        margin-left: auto;
        margin-right: auto;
    }

    .seriously-faq-cta-actions {
        justify-content: center;
    }
}

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 640px) {
    .seriously-faq-hero {
        padding: clamp(6rem, 20vw, 8rem) 0 clamp(3rem, 8vw, 4rem);
    }

    .seriously-faq-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .seriously-faq-hero-btn { width: 100%; }

    .seriously-faq-hero-trust {
        gap: 12px 16px;
        font-size: 0.85rem;
    }

    /* Horizontal option cards: stack icon panel on top, body below */
    /* Stats grid: single column on mobile */
    }

/* ============================================================
   REDUCED MOTION
   ============================================================ */

/* ================================================================
   MOBILE: reinforce includes-list bullet visibility & spacing
   Larger dots, more gap between items, more generous box padding.
   Card-variant colours are re-declared to ensure cascade wins
   over any browser default rendering of empty pseudo-elements.
   ================================================================ */
@media (max-width: 640px) {
    }

@media (prefers-reduced-motion: reduce) {
    }

/* ============================================
   SECTION 2 - FAQ MAIN (white)
   Jump-nav pills + 6 categories with icon headers + FAQ accordions
============================================ */

.seriously-faq-main {
    background: #ffffff;
    padding: clamp(3.5rem, 3rem + 3vw, 5.5rem) 0;
}

/* JUMP NAV - horizontal pill row that lets the reader hop to any category */
.seriously-faq-jump-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto clamp(2.5rem, 4vw, 3.5rem);
    padding: 18px 22px;
    background: #f6f7f8;
    border-radius: 14px;
    border-left: 4px solid #4facb3;
}

.seriously-faq-jump-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2a2d30;
    margin-right: 6px;
}

.seriously-faq-jump-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    flex: 1;
}

.seriously-faq-jump-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #2a2d30;
    text-decoration: none;
    padding: 7px 14px;
    background: #ffffff;
    border: 1px solid rgba(42, 45, 48, 0.12);
    border-radius: 20px;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.seriously-faq-jump-pill i {
    font-size: 0.75rem;
    color: #4facb3;
}

.seriously-faq-jump-pill:hover {
    transform: translateY(-2px);
    background: #4facb3;
    border-color: #4facb3;
    color: #ffffff;
}

.seriously-faq-jump-pill:hover i {
    color: #ffffff;
}

/* CATEGORY - one per FAQ group, with icon+eyebrow+title header, then accordion list */
.seriously-faq-category {
    max-width: 900px;
    margin: 0 auto clamp(3rem, 5vw, 4.5rem);
    scroll-margin-top: 100px;
}

.seriously-faq-category:last-child {
    margin-bottom: 0;
}

.seriously-faq-category-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    padding-bottom: clamp(1rem, 2vw, 1.5rem);
    border-bottom: 1px solid rgba(42, 45, 48, 0.1);
}

.seriously-faq-category-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #ffffff;
    flex-shrink: 0;
}

.seriously-faq-category-icon i {
    font-size: 1.4rem;
}

.seriously-faq-icon-teal {
    background: linear-gradient(135deg, #4facb3 0%, #6bbcc2 100%);
    box-shadow: 0 8px 20px rgba(79, 172, 179, 0.3);
}

.seriously-faq-icon-red {
    background: linear-gradient(135deg, #de4854 0%, #c43844 100%);
    box-shadow: 0 8px 20px rgba(222, 72, 84, 0.3);
}

.seriously-faq-category-title-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.seriously-faq-category-eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4facb3;
}

.seriously-faq-category-icon.seriously-faq-icon-red + .seriously-faq-category-title-block .seriously-faq-category-eyebrow {
    color: #de4854;
}

.seriously-faq-category-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.35rem, 1.15rem + 0.6vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #2a2d30;
    margin: 0;
}

/* Answer paragraph link styling - use brand teal */
.seriously-faq-answer a {
    color: #4facb3;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}

.seriously-faq-answer a:hover {
    color: #de4854;
}

/* ============================================
   MOBILE - jump nav stacks, category headers tighten
============================================ */

@media (max-width: 640px) {
    .seriously-faq-jump-nav {
        padding: 16px 18px;
        gap: 10px;
    }

    .seriously-faq-jump-label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .seriously-faq-jump-pills {
        gap: 6px;
    }

    .seriously-faq-jump-pill {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .seriously-faq-category-header {
        gap: 14px;
    }

    .seriously-faq-category-icon {
        width: 48px;
        height: 48px;
    }

    .seriously-faq-category-icon i {
        font-size: 1.2rem;
    }
}
