/*
SERIOUSLY DIGITAL - WEB DESIGN SERVICE 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-wd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.seriously-wd-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

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

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

.seriously-wd-section-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    margin: 0 auto;
    max-width: 60ch;
}

/* ============================================================
   1. HERO (dark charcoal)
   ============================================================ */
.seriously-wd-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-wd-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.seriously-wd-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-wd-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.5;
    pointer-events: none;
}

.seriously-wd-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-wd-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-wd-hero .seriously-wd-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

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

.seriously-wd-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: 38ch;
}

.seriously-wd-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: 82ch;
}

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

.seriously-wd-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-wd-hero-btn-primary {
    background: #de4854;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(222, 72, 84, 0.35);
}

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

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

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

/* Trust strip - small horizontal list of trust markers */
.seriously-wd-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-wd-hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

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

/* Hero review pill - glass on dark */
.seriously-wd-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-wd-hero .seriously-review-pill-logo {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

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

.seriously-wd-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)
   ============================================================ */
.seriously-wd-options {
    background: #ffffff;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
    /* Extra top offset for anchor jumps from homepage - accounts for sticky header */
    scroll-margin-top: 80px;
}

/* Vertical stack of horizontal cards */
.seriously-wd-options-stack {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.5rem);
    max-width: 1000px;
    margin: 0 auto;
}

.seriously-wd-option-card {
    display: grid;
    grid-template-columns: 200px 1fr;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    scroll-margin-top: 100px; /* anchor scroll offset for #new and #redesign */
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
                box-shadow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seriously-wd-option-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.1);
}

/* Bold coloured left panel - alternating brand colours */
.seriously-wd-option-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4facb3;
    color: #ffffff;
    font-size: 2.5rem;
    position: relative;
    overflow: hidden;
}

.seriously-wd-option-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.seriously-wd-option-panel i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seriously-wd-option-card:hover .seriously-wd-option-panel i {
    transform: scale(1.1) rotate(-4deg);
}

.seriously-wd-option-card-2 .seriously-wd-option-panel {
    background: #de4854;
}

.seriously-wd-option-card-3 .seriously-wd-option-panel {
    background: linear-gradient(135deg, #4facb3 0%, #6bbcc2 100%);
}

/* Content body */
.seriously-wd-option-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: clamp(1.5rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
}

.seriously-wd-option-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.25rem, 1.05rem + 0.6vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #2a2d30;
    margin: 0;
}

.seriously-wd-option-desc {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.55;
    color: #555;
    margin: 0;
}

.seriously-wd-option-includes {
    margin: 4px 0 10px 0;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    border-left: 3px solid #4facb3;
    flex-grow: 1;
}

.seriously-wd-option-card-2 .seriously-wd-option-includes {
    border-left-color: #de4854;
}

.seriously-wd-option-card-3 .seriously-wd-option-includes {
    border-left-color: #6bbcc2;
}

.seriously-wd-option-includes-label {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #2a2d30;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

.seriously-wd-option-includes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seriously-wd-option-includes-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.87rem;
    font-weight: 400;
    line-height: 1.55;
    color: #444;
}

/* Custom coloured bullet - matches the card's accent colour */
.seriously-wd-option-includes-list li::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4facb3;
    margin-top: 0.5em;
}

.seriously-wd-option-card-2 .seriously-wd-option-includes-list li::before {
    background: #de4854;
}

.seriously-wd-option-card-3 .seriously-wd-option-includes-list li::before {
    background: #6bbcc2;
}

.seriously-wd-option-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    color: #ffffff;
    background: #4facb3;
    padding: 11px 22px;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(79, 172, 179, 0.28);
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    align-self: flex-start;
    min-height: 42px;
    margin-top: 4px;
}

.seriously-wd-option-btn:hover {
    background: #3d9ba2;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(79, 172, 179, 0.4);
}

.seriously-wd-option-card-2 .seriously-wd-option-btn {
    background: #de4854;
    box-shadow: 0 6px 18px rgba(222, 72, 84, 0.28);
}

.seriously-wd-option-card-2 .seriously-wd-option-btn:hover {
    background: #c43844;
    box-shadow: 0 10px 24px rgba(222, 72, 84, 0.4);
}

.seriously-wd-option-card-3 .seriously-wd-option-btn {
    background: linear-gradient(135deg, #4facb3 0%, #6bbcc2 100%);
    box-shadow: 0 6px 18px rgba(107, 188, 194, 0.28);
}

.seriously-wd-option-card-3 .seriously-wd-option-btn:hover {
    background: linear-gradient(135deg, #3d9ba2 0%, #4facb3 100%);
    box-shadow: 0 10px 24px rgba(107, 188, 194, 0.4);
}

/* ============================================================
   3. WHY IT WORKS (grey)
   ============================================================ */
.seriously-wd-why {
    background: #f6f6f6;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.seriously-wd-why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1.5rem, 3vw, 2rem);
    align-items: stretch;
    max-width: 1100px;
    margin: 0 auto;
}

.seriously-wd-why-item {
    flex: 0 1 320px;
    max-width: 340px;
    background: #ffffff;
    border-radius: 16px;
    padding: clamp(1.5rem, 2.5vw, 2rem);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
                box-shadow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seriously-wd-why-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.seriously-wd-why-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(79, 172, 179, 0.12);
    color: #4facb3;
    font-size: 1.2rem;
    margin-bottom: 18px;
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seriously-wd-why-item:nth-child(even) .seriously-wd-why-icon {
    background: rgba(222, 72, 84, 0.12);
    color: #de4854;
}

.seriously-wd-why-item:hover .seriously-wd-why-icon {
    transform: scale(1.08) rotate(-4deg);
}

.seriously-wd-why-item-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #2a2d30;
    margin: 0 0 10px 0;
}

.seriously-wd-why-item-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* ============================================================
   CREDIBILITY STATS SUBSECTION - short-form research callouts
   ============================================================ */
.seriously-wd-why-stats {
    max-width: 1100px;
    margin: clamp(2.5rem, 5vw, 3.5rem) auto 0;
    padding-top: clamp(2rem, 4vw, 2.75rem);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.seriously-wd-why-stats-header {
    text-align: center;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

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

.seriously-wd-why-stats-lead {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem);
    font-weight: 500;
    line-height: 1.4;
    color: #444;
    margin: 0;
}

.seriously-wd-why-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: stretch;
}

.seriously-wd-why-stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1rem, 2vw, 1.5rem);
    background: linear-gradient(155deg, #ffffff 0%, #f4faf9 100%);
    border-radius: 14px;
    border: 1px solid rgba(79, 172, 179, 0.2);
    box-shadow: 0 6px 20px rgba(79, 172, 179, 0.08);
    text-align: center;
    transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1),
                box-shadow 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Alternate 2nd and 4th stat to red gradient for rhythm */
.seriously-wd-why-stat:nth-child(even) {
    background: linear-gradient(155deg, #ffffff 0%, #fdf3f4 100%);
    border-color: rgba(222, 72, 84, 0.2);
    box-shadow: 0 6px 20px rgba(222, 72, 84, 0.08);
}

.seriously-wd-why-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(79, 172, 179, 0.15);
}

.seriously-wd-why-stat:nth-child(even):hover {
    box-shadow: 0 14px 32px rgba(222, 72, 84, 0.15);
}

.seriously-wd-why-stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2.25rem, 1.6rem + 2.2vw, 3rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #4facb3 0%, #6bbcc2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.seriously-wd-why-stat:nth-child(even) .seriously-wd-why-stat-num {
    background: linear-gradient(135deg, #de4854 0%, #c43844 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seriously-wd-why-stat-num span {
    font-size: 0.55em;
    font-weight: 600;
    background: inherit;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 2px;
}

.seriously-wd-why-stat-claim {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    color: #2a2d30;
    margin: 4px 0 0 0;
}

.seriously-wd-why-stat-source {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.72rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
    color: #888;
    margin: auto 0 0 0;
    padding-top: 8px;
    letter-spacing: 0.02em;
}

/* ============================================================
   4. FEATURED CASE STUDY (dark charcoal)
   ============================================================ */
.seriously-wd-featured {
    position: relative;
    background: linear-gradient(180deg, #2a2d30 0%, #232629 100%);
    color: #ffffff;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
    overflow: hidden;
}

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

.seriously-wd-featured-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.6;
}

.seriously-wd-featured-glow {
    position: absolute;
    width: 620px;
    height: 400px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse, rgba(79, 172, 179, 0.15) 0%, transparent 70%);
    filter: blur(80px);
}

.seriously-wd-featured .seriously-wd-container {
    position: relative;
    z-index: 2;
}

.seriously-wd-featured-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.seriously-wd-featured-eyebrow {
    display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6bbcc2;
    margin-bottom: 14px;
    padding: 6px 14px;
    background: rgba(107, 188, 194, 0.15);
    border-radius: 50px;
}

.seriously-wd-featured-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.7rem, 1.25rem + 2vw, 2.4rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin: 0;
}

.seriously-wd-featured-card {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.seriously-wd-featured-image {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    min-height: 240px;
    border-radius: 16px;
    overflow: hidden;
    background: #1e2124;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
                box-shadow 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seriously-wd-featured-image:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
}

.seriously-wd-featured-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seriously-wd-featured-image:hover img {
    transform: scale(1.04);
}

.seriously-wd-featured-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.seriously-wd-featured-client {
    display: inline-block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6bbcc2;
    margin-bottom: 4px;
}

.seriously-wd-featured-desc {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1rem, 0.95rem + 0.3vw, 1.1rem);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 8px 0;
}

.seriously-wd-featured-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.seriously-wd-featured-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
}

.seriously-wd-featured-highlights li i {
    color: #6bbcc2;
    font-size: 0.85rem;
    margin-top: 5px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(107, 188, 194, 0.15);
    border-radius: 50%;
}

.seriously-wd-featured-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.seriously-wd-featured-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: 13px 22px;
    border-radius: 8px;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    min-height: 46px;
}

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

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

.seriously-wd-featured-btn-ghost {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.seriously-wd-featured-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

/* ============================================================
   5. REVIEWS (white)
   ============================================================ */
.seriously-wd-reviews {
    background: #ffffff;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.seriously-wd-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.5rem, 3vw, 2rem);
    align-items: stretch;
}

.seriously-wd-review-card {
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 2.5vw, 2rem);
    background: #f8f8f8;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-left: 3px solid #4facb3;
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
                box-shadow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.seriously-wd-review-card:nth-child(even) {
    border-left-color: #de4854;
}

.seriously-wd-review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.seriously-wd-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.seriously-wd-review-logo {
    width: 26px;
    height: auto;
}

.seriously-wd-review-stars {
    display: inline-flex;
    gap: 3px;
    color: #f5b400;
    font-size: 0.95rem;
}

.seriously-wd-review-quote {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.65;
    color: #333;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
}

.seriously-wd-review-quote.is-review-expanded {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.seriously-wd-review-toggle {
    background: none;
    border: 0;
    padding: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #4facb3;
    cursor: pointer;
    margin-bottom: 14px;
    align-self: flex-start;
    transition: color 0.2s ease;
}

.seriously-wd-review-toggle:hover {
    color: #de4854;
}

.seriously-wd-review-author {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: auto;
}

.seriously-wd-review-author strong {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #2a2d30;
}

.seriously-wd-review-author span {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
}

/* ============================================================
   6. FAQ (grey)
   ============================================================ */
.seriously-wd-faq {
    background: #f6f6f6;
    padding: clamp(3.5rem, 8vw, 6.5rem) 0;
}

.seriously-wd-faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.seriously-wd-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-wd-faq-item:nth-child(even) {
    border-left-color: #de4854;
}

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

.seriously-wd-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-wd-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-wd-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-wd-faq-item summary::-webkit-details-marker {
    display: none;
}

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

.seriously-wd-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-wd-faq-icon i {
    display: none;
}

/* Two bars form a plus: horizontal (always visible) + vertical (hides on open) */
.seriously-wd-faq-icon::before,
.seriously-wd-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-wd-faq-icon::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}

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

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

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

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

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

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

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

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

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

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

.seriously-wd-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-wd-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-wd-cta .seriously-wd-container {
    position: relative;
    z-index: 1;
}

.seriously-wd-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-wd-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-wd-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-wd-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-wd-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-wd-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.seriously-wd-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-wd-cta-btn-primary {
    background: #de4854;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(222, 72, 84, 0.3);
}

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

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

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

.seriously-wd-cta-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: rgba(79, 172, 179, 0.06);
    border: 1px solid rgba(79, 172, 179, 0.14);
    border-radius: 16px;
    text-align: center;
}

.seriously-wd-cta-side-line {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    color: #555;
    margin: 0;
    max-width: 30ch;
}

/* CTA review pill - dark-on-light */
.seriously-wd-cta-side .seriously-review-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Space Grotesk', sans-serif;
}

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

.seriously-wd-cta-side .seriously-review-pill-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f5b400;
    font-size: 0.8rem;
}

.seriously-wd-cta-side .seriously-review-pill-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2a2d30;
    letter-spacing: 0.2px;
}

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

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

    .seriously-wd-why-grid,
    .seriously-wd-reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Odd-count reviews: last card takes full width and centres */
    .seriously-wd-reviews-grid > .seriously-wd-review-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        max-width: 520px;
        margin: 0 auto;
    }

    /* Horizontal option cards: narrow the icon panel a bit */
    .seriously-wd-option-card {
        grid-template-columns: 160px 1fr;
    }

    .seriously-wd-option-panel {
        font-size: 2.2rem;
    }

    /* Stats grid: 2x2 on tablet */
    .seriously-wd-why-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .seriously-wd-featured-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Image: aspect-ratio drives sizing on narrow viewports.
       Removing min-height prevents overflow when the card is
       single-column and container width < 384px. */
    .seriously-wd-featured-image {
        min-height: 0;
    }

    .seriously-wd-cta-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

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

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

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

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

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

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

    .seriously-wd-why-grid,
    .seriously-wd-reviews-grid {
        grid-template-columns: 1fr;
    }

    .seriously-wd-reviews-grid > .seriously-wd-review-card:last-child:nth-child(odd) {
        max-width: none;
    }

    /* Horizontal option cards: stack icon panel on top, body below */
    .seriously-wd-option-card {
        grid-template-columns: 1fr;
    }

    .seriously-wd-option-panel {
        padding: 26px 0;
        font-size: 2rem;
    }

    /* Stats grid: single column on mobile */
    .seriously-wd-why-stats-grid {
        grid-template-columns: 1fr;
    }

    .seriously-wd-featured-actions .seriously-wd-featured-btn,
    .seriously-wd-cta-actions .seriously-wd-cta-btn,
    .seriously-wd-option-btn {
        width: 100%;
    }

    /* Smaller review pill on mobile */
    .seriously-wd-hero .seriously-review-pill,
    .seriously-wd-cta-side .seriously-review-pill {
        padding: 7px 14px;
        gap: 8px;
    }
    .seriously-wd-hero .seriously-review-pill-logo,
    .seriously-wd-cta-side .seriously-review-pill-logo {
        width: 16px;
        height: 16px;
    }
    .seriously-wd-hero .seriously-review-pill-stars,
    .seriously-wd-cta-side .seriously-review-pill-stars {
        font-size: 0.7rem;
    }
    .seriously-wd-hero .seriously-review-pill-text,
    .seriously-wd-cta-side .seriously-review-pill-text {
        font-size: 0.78rem;
    }
}

/* ============================================================
   SMALL MOBILE
   ============================================================ */
@media (max-width: 420px) {
    .seriously-wd-why-item,
    .seriously-wd-review-card {
        padding: 22px 20px;
    }

    .seriously-wd-option-body {
        padding: 22px 20px;
    }

    .seriously-wd-option-panel {
        padding: 22px 0;
        font-size: 1.8rem;
    }

    .seriously-wd-cta-card {
        padding: clamp(1.5rem, 6vw, 2rem);
    }

    .seriously-wd-featured-card {
        padding: 22px 20px;
    }
}

/* ============================================================
   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) {
    .seriously-wd-option-includes {
        padding: 14px 16px;
    }
    .seriously-wd-option-includes-label {
        font-size: 0.8rem;
        margin-bottom: 8px;
    }
    .seriously-wd-option-includes-list {
        gap: 12px;
    }
    .seriously-wd-option-includes-list li {
        gap: 12px;
        font-size: 0.9rem;
        line-height: 1.6;
    }
    .seriously-wd-option-includes-list li::before {
        width: 8px;
        height: 8px;
        margin-top: 0.55em;
        background: #4facb3;
    }
    .seriously-wd-option-card-2 .seriously-wd-option-includes-list li::before {
        background: #de4854;
    }
    .seriously-wd-option-card-3 .seriously-wd-option-includes-list li::before {
        background: #6bbcc2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seriously-wd-option-card,
    .seriously-wd-option-panel i,
    .seriously-wd-why-item,
    .seriously-wd-why-icon,
    .seriously-wd-why-stat,
    .seriously-wd-review-card,
    .seriously-wd-featured-image,
    .seriously-wd-featured-image img,
    .seriously-wd-hero-btn,
    .seriously-wd-option-btn,
    .seriously-wd-featured-btn,
    .seriously-wd-cta-btn,
    .seriously-wd-faq-item,
    .seriously-wd-faq-icon {
        transition: none;
    }
}
