/* ============================================
   NEW PROBLEM SECTION STYLES
   ============================================ */

:root {
    --teal: #00b8d4;
    --red: #FF4D4D;
    --pain-gold: #D9A441;
    --gray: #9CA3AF;
    --white: #FFFFFF;
}

/* ════ SECTION BLEND ════ */
.problem-section {
    position: relative;
    z-index: 2;
    isolation: isolate;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 4%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 4%);
}

/* ════════════════════════════════
   PIN SECTION
   The wrapper is tall - GSAP pins
   the panel and scrubs slides
════════════════════════════════ */
#pin-panel {
    --problem-grid-x: 0px;
    --problem-grid-y: 0px;
    --problem-grid-scale: 1;
    --problem-sweep-x: 28%;
    --problem-sweep-y: 46%;
    height: 100svh;
    width: 100%;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(3, 7, 11, 0.78) 0%, rgba(6, 10, 15, 0.82) 100%);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    isolation: isolate;
}

#pin-panel::before {
    content: '';
    position: absolute;
    inset: -8%;
    background-image: none;
    background-size: 60px 60px;
    background-position: calc(50% + var(--problem-grid-x)) var(--problem-grid-y);
    transform: scale(var(--problem-grid-scale));
    transform-origin: center;
    opacity: 0;
    z-index: 0;
    will-change: transform, background-position;
}

#pin-panel::after {
    content: '';
    position: absolute;
    inset: -12%;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 60%);
    opacity: 0.92;
    z-index: 0;
    pointer-events: none;
}


/* removed old grid */

/* glow */
#bg-glow {
    position: absolute;
    width: clamp(520px, 48vw, 860px);
    height: clamp(520px, 48vw, 860px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 65%);
    opacity: 0.9;
    mix-blend-mode: screen;
    will-change: transform;
}

/* pips */
#pips {
    position: absolute;
    right: 14px;
    left: auto !important;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.pip {
    width: 4px;
    height: 24px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    transition: height 0.4s ease, background 0.4s ease;
}

.pip.active {
    height: 44px;
    background: var(--teal);
}

/* scroll hint */
#scroll-hint {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#scroll-hint span {
    font-size: 0.62rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gray);
}

.scroll-arrow {
    width: 16px;
    height: 16px;
    border-right: 2px solid var(--teal);
    border-bottom: 2px solid var(--teal);
    transform: rotate(45deg);
    animation: ab 1.5s ease-in-out infinite;
}

@keyframes ab {

    0%,
    100% {
        opacity: 1;
        margin-top: 0;
    }

    50% {
        opacity: 0.25;
        margin-top: 5px;
    }
}

/* ════════════════════════════════
   SLIDES
   Stacked absolutely, GSAP moves them
════════════════════════════════ */
.slide-problem {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(5vw, 7vw, 9vw);
    z-index: 2;
    pointer-events: none;
    /* visibility and opacity controlled entirely by GSAP */
    will-change: opacity, transform;
}

/* ── Slide 0 - full screen statement ── */
#slide-0 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 clamp(7vw, 9vw, 11vw);
}

.s0-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(5rem, 16vw, 26rem);
    line-height: 0.88;
    letter-spacing: 0.03em;
    color: var(--white);
    margin-bottom: 0;
    display: block;
}

.s0-label .the,
.s0-label .problem {
    display: block;
    color: var(--teal);
    line-height: 0.88;
    will-change: transform, opacity;
}

/* Editorial contrast: ghost-outline "THE", solid cyan "PROBLEM" */
.s0-label .the {
    color: transparent;
    -webkit-text-stroke: 2px white;
}

.s0-title {
    display: none;
}

.s0-bottom {
    margin-top: clamp(34px, 4vh, 52px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    max-width: 1180px;
    gap: clamp(24px, 3vw, 40px);
}

.s0-desc {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    font-weight: 300;
    color: white;
    line-height: 1.8;
    max-width: 420px;
    will-change: transform, opacity;
}

.s0-stat {
    text-align: right;
    flex-shrink: 0;
    padding: 18px 22px;
    border-radius: 20px;
    background: rgba(15, 20, 26, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(14px);
}

.s0-stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 1;
    color: var(--teal);
    display: block;
}

.s0-stat-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gray);
    margin-top: 4px;
    display: block;
}

/* ── Slides 1-3 ── */
.pain-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(48px, 5vw, 88px);
    max-width: 1180px;
    width: 100%;
}

.pain-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 0;
    border-radius: 0;
    background: none;
    margin-bottom: 20px;
}

.pain-tag::before {
    display: none;
}

.pain-heading {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 22px;
}

.pain-heading em {
    font-style: normal;
}

/* Keep "right now" together so it wraps to its own line as one unit */
.pain-heading em.nowrap {
    white-space: nowrap;
}

.pain-body {
    font-size: clamp(1rem, 1.15vw, 1.1rem);
    font-weight: 300;
    color: white;
    line-height: 1.82;
    max-width: 400px;
}

.pain-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-ring {
    width: clamp(130px, 16vw, 210px);
    height: clamp(130px, 16vw, 210px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.icon-ring svg {
    width: 32%;
    height: 32%;
    stroke-width: 1.4;
}

.icon-ring::before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 1px solid currentColor;
    opacity: 0.16;
}

.icon-ring::after {
    content: '';
    position: absolute;
    inset: -26px;
    border-radius: 50%;
    border: 1px dashed currentColor;
    opacity: 0.08;
}

.icon-ring svg,
.icon-ring polyline,
.icon-ring path,
.icon-ring line,
.icon-ring circle {
    transform-origin: center;
    transform-box: fill-box;
}

.icon-money-stem,
.icon-money-curve,
.icon-people-body,
.icon-people-signal {
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.icon-money-stem {
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.icon-money-curve {
    stroke-dasharray: 64;
    stroke-dashoffset: 64;
}

.icon-people-head {
    transform-origin: center;
    transform-box: fill-box;
}

.icon-clock-hand {
    transform-origin: 12px 12px;
}

.ghost-num {
    display: none;
}

/* themes */
#slide-1 .pain-tag {
    background: rgba(255, 255, 255, 0.04);
    color: var(--red);
}

#slide-1 .pain-heading em {
    color: var(--red);
}

#slide-1 .icon-ring {
    background: rgba(255, 255, 255, 0.03);
    color: var(--red);
    box-shadow: none;
}

#slide-2 .pain-tag {
    background: rgba(255, 255, 255, 0.04);
    color: var(--pain-gold);
}

#slide-2 .pain-heading em {
    color: var(--pain-gold);
}

#slide-2 .icon-ring {
    background: rgba(255, 255, 255, 0.03);
    color: var(--pain-gold);
    box-shadow: none;
}

#slide-3 .pain-tag {
    background: rgba(255, 255, 255, 0.04);
    color: var(--teal);
}

#slide-3 .pain-heading em {
    color: var(--teal);
}

#slide-3 .icon-ring {
    background: rgba(255, 255, 255, 0.03);
    color: var(--teal);
    box-shadow: none;
}

#slide-4 .pain-tag {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.7);
}

#slide-4 .pain-heading em {
    color: var(--white);
}

#slide-4 .icon-ring {
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: none;
}

#slide-4 .icon-ring::before {
    border-color: rgba(255, 255, 255, 0.18);
}

#slide-4 .icon-ring::after {
    border-color: rgba(255, 255, 255, 0.09);
}

@keyframes invisibleFade {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

#problem-visibility .line-ghost {
    animation: invisibleFade 1.6s ease-in-out infinite;
}

@keyframes problemGlowPop {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }

    45% {
        opacity: 0.38;
        transform: scale(1.07);
    }

    100% {
        opacity: 0.15;
        transform: scale(1);
    }
}

@keyframes problemIconClock {
    0% {
        transform: scale(0.96);
        opacity: 0.7;
    }

    45% {
        transform: scale(1.02);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes problemDrawStroke {
    0% {
        stroke-dashoffset: var(--draw-len, 64);
        opacity: 0.15;
    }

    18% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

@keyframes problemIconMoneyPop {
    0% {
        transform: scale(0.92);
        opacity: 0.4;
    }

    55% {
        transform: scale(1.08);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes problemClockMinuteSweep {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes problemClockHourSweep {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes problemHeadPop {
    0% {
        transform: scale(0.55);
        opacity: 0.15;
    }

    60% {
        transform: scale(1.08);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes problemPeopleSettle {
    0% {
        transform: translateY(6px) scale(0.94);
        opacity: 0.2;
    }

    55% {
        transform: translateY(-2px) scale(1.04);
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

#slide-2 .icon-ring.icon-animate svg {
    animation: problemIconClock 0.9s ease-out forwards;
}

#slide-2 .icon-ring.icon-animate .icon-clock-hand--minute {
    animation: problemClockMinuteSweep 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#slide-2 .icon-ring.icon-animate .icon-clock-hand--hour {
    animation: problemClockHourSweep 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#slide-3 .icon-ring.icon-animate svg {
    animation: problemIconMoneyPop 0.9s ease-out forwards;
}

#slide-3 .icon-ring.icon-animate .icon-money-stem {
    --draw-len: 21;
    animation: problemDrawStroke 0.95s ease-out forwards;
}

#slide-3 .icon-ring.icon-animate .icon-money-curve {
    --draw-len: 28;
    animation: problemDrawStroke 0.95s ease-out forwards;
}

#slide-4 .icon-ring.icon-animate svg {
    animation: problemPeopleSettle 0.95s ease-out forwards;
}

#slide-4 .icon-ring.icon-animate .icon-people-head--main {
    animation: problemHeadPop 0.55s ease-out forwards;
}

#slide-4 .icon-ring.icon-animate .icon-people-body--main {
    animation: problemDrawStroke 0.8s ease-out 80ms forwards;
}

#slide-4 .icon-ring.icon-animate .icon-people-head--alt {
    animation: problemHeadPop 0.5s ease-out 150ms forwards;
}

#slide-4 .icon-ring.icon-animate .icon-people-body--alt {
    animation: problemDrawStroke 0.75s ease-out 190ms forwards;
}

#slide-4 .icon-ring.icon-animate .icon-people-signal--one {
    animation: problemDrawStroke 0.55s ease-out 280ms forwards;
}

#slide-4 .icon-ring.icon-animate .icon-people-signal--two {
    animation: problemDrawStroke 0.6s ease-out 360ms forwards;
}

.icon-ring.icon-animate::before {
    animation: problemGlowPop 1s ease-out forwards;
}

/* ── Slide 4 - Invisible Online ── */
#slide-1 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 clamp(7vw, 9vw, 11vw);
    justify-content: center;
}

/* make the slide-1 content fill width with title left, card floated right */
#slide-1 .s4-title {
    width: 100%;
}

#slide-1 .s4-grid {
    position: absolute;
    right: clamp(7vw, 9vw, 11vw);
    bottom: clamp(64px, 11vh, 120px);
    margin-left: 0;
    width: clamp(200px, 20vw, 270px);
}

.s4-label {
    font-family: 'Archivo', sans-serif;
    font-size: clamp(1.05rem, 1.35vw, 1.45rem);
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 18px;
    display: block;
}

.s4-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(4.5rem, 12vw, 14rem);
    line-height: 0.88;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

.s4-title .line-ghost {
    display: block;
    -webkit-text-stroke: 2px white;
    color: transparent;
}

.s4-title .line-solid {
    display: block;
    color: var(--white);
}

.s4-title .line-red {
    display: block;
    color: var(--teal);
}

.s4-grid {
    margin-top: 44px;
    display: block;
    width: clamp(180px, 22vw, 260px);
    margin-left: auto;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.s4-card {
    background: rgba(15, 20, 26, 0.5);
    padding: clamp(24px, 3.2vw, 36px);
    position: relative;
    min-width: 0;
    overflow: hidden;
    will-change: transform, opacity;
    backdrop-filter: blur(12px);
}

.s4-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.s4-card:nth-child(1)::before {
    background: var(--teal);
}

.s4-card:nth-child(2)::before {
    background: var(--pain-gold);
}

.s4-card:nth-child(3)::before {
    background: var(--teal);
}

.s4-card-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
}

.s4-card:nth-child(1) .s4-card-num {
    color: var(--teal);
}

.s4-card:nth-child(2) .s4-card-num {
    color: var(--pain-gold);
}

.s4-card:nth-child(3) .s4-card-num {
    color: var(--teal);
}

.s4-card-label {
    font-size: clamp(0.58rem, 1vw, 0.68rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray);
    display: block;
    margin-bottom: 10px;
}

.s4-card-desc {
    font-size: clamp(0.78rem, 1.1vw, 0.88rem);
    font-weight: 300;
    color: #9CA3AF;
    line-height: 1.7;
    word-wrap: break-word;
}

@media (max-width: 900px) {
    .pain-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .pain-visual {
        order: -1;
    }

    .pain-body {
        max-width: 100%;
    }

    #pips {
        right: 10px;
        left: auto !important;
    }
}

/* ============================================
   PAIN CARDS — 3-UP HORIZONTAL GRID
   ============================================ */

.problem-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(8px, 1vw, 12px);
    width: 100%;
    padding: clamp(8px, 1vw, 12px) clamp(16px, 3vw, 40px);
    box-sizing: border-box;
}

.problem-card {
    --card-accent: var(--teal);
    background: rgba(15, 20, 26, 0.72);
    border: 1px solid rgba(244, 241, 234, 0.07);
    border-radius: 14px;
    padding: clamp(10px, 1.2vw, 14px);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

/* Top accent bar, flush with the card edge */
.problem-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--card-accent) 0%, color-mix(in srgb, var(--card-accent) 25%, transparent) 70%, transparent 100%);
    z-index: 1;
}

.problem-card:hover {
    border-color: color-mix(in srgb, var(--card-accent) 28%, transparent);
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.6);
}

/* Keep the original side-by-side (text | icon) layout — just tighten the gap */
.problem-card .pain-inner {
    gap: clamp(10px, 1.6vw, 22px);
    max-width: 100%;
}

/* Scale heading down significantly */
.problem-card .pain-heading {
    font-size: clamp(0.85rem, 1.3vw, 1.2rem);
    margin-bottom: 6px;
    line-height: 1.14;
}

/* Scale body text down */
.problem-card .pain-body {
    font-size: clamp(0.68rem, 0.78vw, 0.76rem);
    line-height: 1.45;
    max-width: 100%;
}

/* Scale icon ring down */
.problem-card .icon-ring {
    width: clamp(96px, 9vw, 130px);
    height: clamp(96px, 9vw, 130px);
    flex-shrink: 0;
}

.problem-card .pain-tag {
    font-size: 0.82rem;
    margin-bottom: 8px;
}

/* Ensure pain-visual is perfectly centered */
.problem-card .pain-visual {
    align-self: center;
    flex-shrink: 0;
}

/* Shift right-side paragraphs in top and bottom cards */
#problem-card-time .pain-body,
#problem-card-competition .pain-body {
    margin-left: 160px;
}

/* Mobile: single column, restore normal sizes */
@media (max-width: 900px) {
    .problem-card-grid {
        grid-template-columns: 1fr;
    }

    .problem-card .pain-heading {
        font-size: clamp(1.4rem, 5vw, 2rem);
    }

    .problem-card .pain-body {
        font-size: 0.95rem;
    }

    .problem-card .icon-ring {
        width: 70px;
        height: 70px;
    }
}

/* ============================================
   ONE-PAGE PROBLEM STAGE
   ============================================ */


#pin-wrapper {
    position: relative;
}

#pin-panel {
    min-height: 100svh;
    height: auto;
    overflow: clip;
    display: block;
    padding: clamp(60px, 5vw, 80px) 0 clamp(60px, 5vw, 80px);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 98%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 98%, transparent 100%);
}

#bg-glow {
    top: 16%;
    left: 62%;
    transform: translate(-50%, 0);
}

.problem-stage {
    position: relative;
    z-index: 2;
    /* Fill the viewport on any monitor (with fluid side gutters) and stay
       centered, so wide screens scale up proportionally instead of pinning
       the content to a fixed 1440px band on the left. */
    width: calc(100% - clamp(24px, 5vw, 130px));
    max-width: 2560px;
    margin-inline: auto;
}

.problem-parallax {
    will-change: transform;
}

.problem-panel {
    position: relative;
    overflow: visible;
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    will-change: transform, opacity;
}

.problem-panel::before {
    display: none;
}

/* ════ COMBINED HERO + SPOTLIGHT ════ */
.problem-combined {
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 3vw, 44px);
    padding-top: calc(clamp(28px, 3vw, 44px) + 20px);
    box-sizing: border-box;
}

.problem-combined-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(24px, 4vw, 60px);
    width: 100%;
    position: relative;
}

.problem-hero {
    padding: 0;
    display: flex;
    align-items: center;
}

.problem-intro-copy {
    width: 100%;
    padding-left: 40px;
}

.problem-hero .s0-label {
    margin-bottom: 0;
}

.problem-hero .s0-bottom {
    margin-top: clamp(28px, 4vh, 48px);
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 2vh, 28px);
}

.problem-hero .s0-desc {
    max-width: 520px;
}

.problem-hero .s0-stat {
    padding: 0;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    text-align: left;
}

.problem-spotlight {
    padding: 0;
    position: relative;
    width: auto;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.problem-spotlight .problem-spotlight-copy {
    text-align: right;
}

.problem-spotlight .s4-label {
    margin-bottom: 18px;
    margin-top: 20px;
}

.problem-spotlight .s4-title {
    width: auto;
    max-width: none;
    font-size: clamp(3.5rem, 7vw, 13rem);
}

.problem-spotlight .s4-grid {
    order: 1;
    position: relative;
    right: auto;
    bottom: auto;
    /* Full width of .problem-spotlight-copy, which shrink-wraps to the widest
       title line (CUSTOMERS) — so the box is exactly as wide as that word. */
    width: 100%;
    max-width: none;
    margin: clamp(20px, 3vh, 32px) 0 0 0;
    background: none;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.problem-spotlight .s4-card {
    background: rgba(15, 20, 26, 0.88);
    border: 1px solid rgba(0, 184, 212, 0.18);
    border-radius: 10px;
    padding: clamp(20px, 2.5vw, 28px);
    box-shadow:
        0 24px 48px -18px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
    /* Only transition the hover-affected properties — never `all` — so this
       never eases a per-frame slide transform. */
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.problem-spotlight .s4-card:hover {
    border-color: rgba(0, 184, 212, 0.4);
    box-shadow:
        0 28px 56px -18px rgba(0, 0, 0, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.problem-spotlight .s4-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--teal) 0%, rgba(0, 184, 212, 0.15) 80%, transparent 100%);
}
.problem-spotlight .s4-card .s4-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.problem-spotlight .s4-card .s4-card-num {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: clamp(2.2rem, 3.6vw, 3rem);
    line-height: 1;
    color: var(--teal);
    display: block;
    margin: 0;
    letter-spacing: -0.04em;
}

.problem-spotlight .s4-card .s4-card-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--teal);
    font-size: clamp(0.85rem, 1.15vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.problem-spotlight .s4-card .s4-card-label::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--teal);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--teal);
}

.problem-spotlight .s4-card .s4-card-desc {
    /* Box is now much wider (matches CUSTOMERS), so the copy can be a lot larger
       while wrapping to the same line count — line-height kept tight so the
       card's vertical height is unchanged. */
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    font-weight: 300;
    color: white;
    line-height: 1.7;
    margin: 0;
    text-align: left;
}

.problem-card-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(10px, 1.5vw, 20px);
    /* All three rows take the height of the tallest → cards end up identical,
       and stretch makes each card fill its equal row. */
    grid-auto-rows: 1fr;
    align-items: stretch;
}

/* Card chrome re-asserted AFTER the .problem-panel reset above — the cards
   carry both classes, so these must win the cascade. */
.problem-card {
    padding: clamp(14px, 1.7vw, 23px) clamp(20px, 2.6vw, 40px);
    background: rgba(15, 20, 26, 0.72);
    border: 1px solid rgba(244, 241, 234, 0.07);
    border-radius: 14px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.problem-card::before {
    display: block;
}

/* All cards full width, each on its own row */
#problem-card-time {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-top: clamp(6px, 0.9vw, 14px);
}

#problem-card-budget {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: clamp(6px, 0.9vw, 14px);
}

#problem-card-competition {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: clamp(6px, 0.9vw, 14px);
}

.problem-card .pain-heading {
    font-size: clamp(1.3rem, 1.9vw, 2.1rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    max-width: 17ch;
    margin-bottom: 7px;
}

#problem-card-budget .pain-heading {
    margin-left: auto;
}

/* Shared 3-col inner grid: [text] [icon] [body] — icon always in same position */
.problem-card .pain-inner {
    max-width: none;
    grid-template-columns: 1fr clamp(120px, 10vw, 160px) 1fr;
    grid-template-rows: 1fr;
    column-gap: clamp(28px, 3.5vw, 48px);
    align-items: center;
}

.problem-card .pain-text {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}
.problem-card .pain-visual {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    min-height: unset;
    padding-top: 0;
}
.problem-card .pain-body {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    max-width: 46ch;
    font-size: clamp(0.98rem, 1.2vw, 1.15rem);
    font-weight: 300;
    line-height: 1.82;
    min-width: 0;
    color: white;
}

/* Shared icon size for all cards */
.problem-card .icon-ring {
    width: clamp(130px, 12vw, 190px);
    height: clamp(130px, 12vw, 190px);
}

/* Card 2 (budget): [body] [icon] [heading] — flipped */
#problem-card-budget .pain-text {
    grid-column: 3;
    grid-row: 1;
    text-align: right;
}
#problem-card-budget .pain-visual {
    grid-column: 2;
    grid-row: 1;
}
#problem-card-budget .pain-body {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    /* Wider measure so the copy runs longer horizontally and takes fewer lines,
       while still keeping a gap to the centre icon. */
    max-width: 42ch;
    text-align: justify;
    text-align-last: left;
    padding-right: clamp(24px, 3vw, 56px);
}
#problem-card-budget .pain-heading {
    overflow-wrap: break-word;
    word-break: break-word;
}

/* Card 3 (competition): [heading] [icon] [body] — same as card 1 */
#problem-card-competition .pain-text {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
    align-self: center;
}
#problem-card-competition .pain-visual {
    grid-column: 2;
    grid-row: 1;
}
#problem-card-competition .pain-body {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    max-width: 42ch;
}

#problem-card-time .pain-body {
    max-width: 60ch !important;
    line-height: 1.75;
}

#problem-card-time {
    --card-accent: #0866FF;
}

#problem-card-time .pain-tag {
    color: var(--card-accent);
}

#problem-card-time .pain-heading em {
    color: var(--card-accent);
}

#problem-card-time .icon-ring {
    background: radial-gradient(circle at 50% 32%, rgba(8, 102, 255, 0.36) 0%, rgba(8, 102, 255, 0.12) 58%, transparent 100%);
    color: var(--card-accent);
    box-shadow: none;
    width: clamp(96px, 9vw, 130px);
    height: clamp(96px, 9vw, 130px);
}


#problem-card-budget {
    --card-accent: #4285F4;
}

#problem-card-budget .pain-tag {
    color: var(--card-accent);
}

#problem-card-budget .pain-heading em {
    color: var(--card-accent);
}

#problem-card-budget .icon-ring {
    background: radial-gradient(circle at 50% 32%, rgba(66, 133, 244, 0.36) 0%, rgba(66, 133, 244, 0.12) 58%, transparent 100%);
    color: var(--card-accent);
    box-shadow: none;
}

#problem-card-competition {
    --card-accent: #00b8d4;
}

#problem-card-competition .pain-tag {
    color: var(--card-accent);
}

#problem-card-competition .pain-heading em {
    color: var(--card-accent);
}

#problem-card-competition .icon-ring {
    background: radial-gradient(circle at 50% 32%, rgba(0, 184, 212, 0.36) 0%, rgba(0, 184, 212, 0.12) 58%, transparent 100%);
    color: var(--card-accent);
    box-shadow: none;
    width: clamp(96px, 9vw, 130px);
    height: clamp(96px, 9vw, 130px);
}

/* ── Uniform sizing across all three cards (ID-level so it wins the cascade) ──
   Equal heading size, equal body size, and equal icon-ring size on every card,
   so they read as exact copies of one another. */
#problem-card-time .pain-heading,
#problem-card-budget .pain-heading,
#problem-card-competition .pain-heading {
    font-size: clamp(1.4rem, 2vw, 2.25rem);
}

#problem-card-time .pain-body,
#problem-card-budget .pain-body,
#problem-card-competition .pain-body {
    font-size: clamp(0.9rem, 1.02vw, 1.05rem) !important;
    line-height: 1.7;
}

/* Ring size also keys off viewport height, so short laptop screens shrink it
   further and all three cards still land inside one screen. */
#problem-card-time .icon-ring,
#problem-card-budget .icon-ring,
#problem-card-competition .icon-ring {
    width: clamp(105px, min(10vw, 18vh), 160px);
    height: clamp(105px, min(10vw, 18vh), 160px);
}

#problem-card-time .icon-ring.icon-animate svg {
    animation: problemIconClock 0.9s ease-out forwards;
}

#problem-card-time .icon-ring.icon-animate .icon-clock-hand--minute {
    animation: problemClockMinuteSweep 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#problem-card-time .icon-ring.icon-animate .icon-clock-hand--hour {
    animation: problemClockHourSweep 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

#problem-card-budget .icon-ring.icon-animate svg {
    animation: problemIconMoneyPop 0.9s ease-out forwards;
}

#problem-card-budget .icon-ring.icon-animate .icon-money-stem {
    --draw-len: 64;
    animation: problemDrawStroke 0.95s ease-out forwards;
}

#problem-card-budget .icon-ring.icon-animate .icon-money-curve {
    --draw-len: 64;
    animation: problemDrawStroke 0.95s ease-out forwards;
}

#problem-card-competition .icon-ring.icon-animate svg {
    animation: problemPeopleSettle 0.95s ease-out forwards;
}

#problem-card-competition .icon-ring.icon-animate .icon-people-head--main {
    animation: problemHeadPop 0.55s ease-out forwards;
}

#problem-card-competition .icon-ring.icon-animate .icon-people-body--main {
    animation: problemDrawStroke 0.8s ease-out 80ms forwards;
}

#problem-card-competition .icon-ring.icon-animate .icon-people-head--alt {
    animation: problemHeadPop 0.5s ease-out 150ms forwards;
}

#problem-card-competition .icon-ring.icon-animate .icon-people-body--alt {
    animation: problemDrawStroke 0.75s ease-out 190ms forwards;
}

#problem-card-competition .icon-ring.icon-animate .icon-people-signal--one {
    animation: problemDrawStroke 0.55s ease-out 280ms forwards;
}

#problem-card-competition .icon-ring.icon-animate .icon-people-signal--two {
    animation: problemDrawStroke 0.6s ease-out 360ms forwards;
}

@media (max-width: 1180px) {
    .problem-combined-inner {
        grid-template-columns: 1fr;
        gap: clamp(16px, 3vh, 32px);
    }

    .problem-spotlight {
        align-items: flex-start;
    }

    .problem-spotlight .problem-spotlight-copy {
        text-align: left;
    }

    .problem-spotlight .s4-title {
        max-width: none;
    }

    .problem-card-grid {
        grid-template-columns: 1fr;
    }

    #problem-card-time,
    #problem-card-budget,
    #problem-card-competition {
        grid-column: auto;
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    /* Was 72px, which stacked on the section's own padding and left a large
       dead band above "THE" on phones. The fixed mobile bar is 60px tall but
       this section sits mid-page, so content scrolls under it either way and
       does not need that clearance reserved here. */
    #pin-panel {
        padding-top: 8px;
    }

    /* Trim the section's own leading padding too - between the two there was
       ~100px of empty screen above "THE". */
    .problem-section {
        padding-top: 10px !important;
    }

    .problem-stage {
        width: 100%;
        margin-inline: 0;
    }

    .problem-hero,
    .problem-spotlight,
    .problem-card {
        padding-left: 0;
        padding-right: 0;
    }

    .problem-card .pain-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .problem-card .pain-text,
    .problem-card .pain-visual,
    .problem-card .pain-body {
        grid-column: auto !important;
        grid-row: auto !important;
        text-align: center !important;
        margin-left: 0 !important;
    }

    .problem-card .pain-visual {
        order: -1;
    }
}

/* ════════════════════════════════
   STAGGER REVEAL — right column
   IntersectionObserver adds .is-revealed to #problem-visibility
════════════════════════════════ */
#problem-visibility .s4-title .line-ghost,
#problem-visibility .s4-title .line-solid,
#problem-visibility .s4-title .line-red {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Suspend the pulse until reveal is done */
#problem-visibility .line-ghost {
    animation: none;
}

#problem-visibility .s4-title .line-solid {
    transition-delay: 0.4s;
}

#problem-visibility .s4-title .line-red {
    transition-delay: 0.8s;
}

#problem-visibility.is-revealed .s4-title .line-ghost {
    opacity: 1;
    transform: translateY(0);
    animation: invisibleFade 1.6s ease-in-out 0.65s infinite;
}

#problem-visibility.is-revealed .s4-title .line-solid,
#problem-visibility.is-revealed .s4-title .line-red {
    opacity: 1;
    transform: translateY(0);
}

/* ════════════════════════════════
   91% STAT CARD — match 97% card
════════════════════════════════ */
.problem-hero .s0-stat {
    padding: clamp(14px, 1.8vw, 22px);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    box-shadow: none;
    text-align: left;
    position: relative;
    overflow: hidden;
    width: clamp(180px, 18vw, 240px);
}

.problem-hero .s0-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 2px;
    background: var(--teal);
}

.problem-hero .s0-stat-num {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: var(--teal);
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}

.problem-hero .s0-stat-label {
    font-size: clamp(0.58rem, 1vw, 0.68rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gray);
    display: block;
    margin-bottom: 10px;
}

.s0-stat-desc {
    font-size: clamp(0.78rem, 1.1vw, 0.88rem);
    font-weight: 300;
    color: white;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

/* ════════════════════════════════
   PROBLEM → SPOTLIGHT ARROW
════════════════════════════════ */
.problem-combined-inner {
    position: relative;
}

/*
 * Arrow lives in the narrow top band between "THE" ghost text (left)
 * and "- MOST BUSINESSES ARE..." label (right).
 * left: 38% clears the end of the "THE" outline letters.
 * right: 33% keeps the tip short of the right column's far-right text edge.
 * top/height: 7%/14% keeps the entire path above where INVISIBLE starts (~y 20%).
 */
.problem-connect-arrow {
    position: absolute;
    left: 30%;
    right: 13%;
    top: 2%;
    height: 26%;
    pointer-events: none;
    z-index: 4;
    opacity: 1;
}

.problem-connect-arrow svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

@media (max-width: 1180px) {
    .problem-connect-arrow {
        display: none;
    }
}

/* ============================================================================
   MOBILE SAFETY NET
   The scrubbed parallax + slide-in reveals are disabled in problem.js at
   ≤900px, so the cards already flow as a single column. This guarantees nothing
   is left displaced by a stale inline transform (e.g. after a desktop→mobile
   resize), which is what made the cards overlap each other in the broken state.
   ========================================================================== */
@media (max-width: 900px) {
    .problem-parallax,
    .problem-panel {
        transform: none !important;
    }

    .problem-section {
        height: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: transparent !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    #pin-wrapper,
    #pin-panel {
        height: auto !important;
        background: transparent !important;
    }

    #pin-panel {
        padding-left: clamp(20px, 5vw, 28px) !important;
        padding-right: clamp(20px, 5vw, 28px) !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
    }

    #pin-panel::before,
    #pin-panel::after,
    #bg-glow {
        display: none !important;
    }

    /* Don't force a full empty viewport before the stacked cards begin */
    .problem-combined {
        min-height: 0;
        width: 100%;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .problem-combined-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        gap: 0;
        width: 100%;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .problem-hero {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .problem-intro-copy {
        padding-left: 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
    }

    /* "THE PROBLEM" made bigger on mobile */
    .problem-hero .s0-label,
    .s0-label {
        font-size: clamp(5.5rem, 26vw, 10.5rem) !important;
        line-height: 0.78 !important;
        text-align: left !important;
    }

    /* Matched to the "INVISIBLE / TO THE" stack below, which runs at a 0.82
       line-height ratio with no negative margin. This pair was at 0.78 plus a
       -0.05em pull, so THE sat noticeably tighter to PROBLEM than INVISIBLE
       does to TO THE. */
    .s0-label .the {
        line-height: 0.82 !important;
        margin-bottom: 0 !important;
        text-align: left !important;
    }

    .s0-label .problem {
        line-height: 0.82 !important;
        text-align: left !important;
    }

    /* Arrow leaves the right side of the M and points DOWN at the copy block
       below. The SVG is authored pointing left-to-right, so the rotation is
       what aims it: ~100deg puts the tail at the top (against the M) and the
       head at the bottom, angled a touch left toward the text. It previously
       sat at 18deg, which aimed it off into empty space at the right edge. */
    .problem-connect-arrow {
        display: block !important;
        position: relative !important;
        inset: auto !important;
        /* The old 132px cap kept this tiny on tablets while the headline scaled
           up, so it read as an afterthought next to 100px+ type. The cap is now
           high enough that the arrow tracks 28vw all the way up. */
        width: clamp(92px, 28vw, 260px) !important;
        height: auto !important;
        margin-left: auto !important;
        margin-right: 4px !important;
        /* A rotated element still occupies its UNROTATED box in flow. At 140deg
           this paints almost exactly its own width in height (~1.0x) while its
           layout box is only ~0.47x, so without these it bleeds over PROBLEM
           above and the copy below. 7.5vw keeps the reserved lane in step with
           the 28vw width instead of going stale at one size. */
        margin-top: clamp(24px, 7.5vw, 70px) !important;
        margin-bottom: clamp(24px, 7.5vw, 70px) !important;
        /* 140deg aims the head down-and-left, straight at "INVISIBLE", while
           the tail stays up against the right of the M. At 100deg it pointed
           essentially straight down, past the copy rather than into it. */
        transform: rotate(140deg) !important;
        transform-origin: center !important;
        z-index: 5 !important;
        opacity: 1 !important;
    }

    /* Spotlight copy: "MOST BUSINESSES ARE INVISIBLE TO THE CUSTOMERS" made bigger on mobile */
    .problem-spotlight {
        width: 100%;
        align-items: flex-start !important;
        margin-top: 10px;
    }

    .problem-spotlight .problem-spotlight-copy {
        text-align: left !important;
        width: 100%;
    }

    .s4-label {
        font-size: clamp(0.72rem, 3.25vw, 1rem) !important;
        letter-spacing: clamp(0.12em, 0.7vw, 0.22em) !important;
        margin-bottom: 8px !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    .problem-spotlight .s4-title,
    .s4-title {
        font-size: clamp(4.8rem, 22vw, 9.2rem) !important;
        line-height: 0.82 !important;
        text-align: left !important;
        width: 100%;
    }

    /* ── Stacked pain cards: uniform size + breathing room ── */
    .problem-card-grid {
        gap: clamp(18px, 5vw, 28px);
        margin-inline: clamp(14px, 4vw, 24px);
        width: auto;
        /* Every card row takes the height of the tallest card → all three end
           up exactly the same size (no fixed px guesswork, fully fluid). */
        grid-auto-rows: 1fr;
    }

    .problem-card {
        /* Match the mobile process-step card shell: same gutters, radius,
           glass treatment, and proportional padding. */
        padding: clamp(38px, 9vw, 52px) clamp(18px, 5vw, 28px) clamp(30px, 7vw, 42px);
        margin-top: 0 !important;
        width: auto;
        border-radius: 20px;
        background: rgba(15, 20, 26, 0.55);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 20px 45px -15px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.06);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .problem-card .pain-inner {
        width: 100%;
    }

    .problem-card .icon-ring {
        width: clamp(120px, 36vw, 160px);
        height: clamp(120px, 36vw, 160px);
    }

    /* Middle card (Budget Burn) is authored body → icon → heading, so on mobile
       its heading dropped to the very bottom. Lift it into the middle so all
       three cards read icon → heading → body. */
    #problem-card-budget .pain-text {
        order: 0;
    }

    #problem-card-budget .pain-body {
        order: 1;
    }
}


/* ============================================
   MOBILE PASS 2 - typography
   Scoped to (max-width: 768px). Desktop base rules untouched.
   ============================================ */
@media (max-width: 768px) {

    /* Card body copy was 13.5px. The winning rule is the three-ID group above
       (font-size ... !important, spec 0,1,1,0), so matching both its
       specificity and its !important is the only way to override it without
       inventing a heavier selector. */
    #problem-card-time .pain-body,
    #problem-card-budget .pain-body,
    #problem-card-competition .pain-body {
        font-size: 16px !important;
    }

    /* Was line-height 1.1 on a heading that wraps to 2 lines at phone widths.
       The ID-level rules only set font-size, so .problem-card .pain-heading is
       the most specific rule that sets line-height and this wins on order. */
    .problem-card .pain-heading {
        line-height: 1.18;
    }
}


/* ============================================
   MOBILE PASS 3 - single-column alignment
   Scoped to (max-width: 900px), the width at which .pain-inner already
   collapses to one column, so no multi-column desktop layout is affected.
   ============================================ */
@media (max-width: 900px) {

    /* Three desktop-only rules survived the collapse and threw the copy
       off-axis. The reset above covers .pain-text / .pain-visual / .pain-body
       margins, but not the heading, and not this padding. */

    /* Was capped at 17ch, so headings used ~51% of the viewport and their
       centring looked arbitrary against the full-width card. */
    .problem-card .pain-heading {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    /* margin-left: auto (ID specificity, so the .problem-card reset could not
       reach it) pushed card 2's heading 126px right while cards 1 and 3 sat
       left. That mismatch is the most visible thing in this section. */
    #problem-card-budget .pain-heading {
        margin-left: 0;
    }

    /* Leftover right padding of up to 56px shifted card 2's centred body copy
       about 12px left of the card's axis, so it never lined up with cards 1
       and 3. */
    #problem-card-budget .pain-body {
        padding-right: 0;
    }
}

/* The panel already supplies the mobile page gutter. Keep the problem cards
   flush to that same alignment line as the service cards. */
@media (max-width: 900px) {
    .problem-card-grid {
        width: 100%;
        margin-inline: 0;
        padding-inline: 0;
    }
}
