.service-body--affirm {
    --affirm-ink: #1c2522;
    --affirm-muted: rgba(28, 37, 34, 0.76);
    --affirm-accent: #5c8d7a;
    --affirm-accent-strong: #3d7764;
    --affirm-surface: rgba(255, 255, 255, 0.98);
    --affirm-surface-strong: #f5f1e7;
    --affirm-stroke: rgba(61, 119, 100, 0.14);
    --affirm-paper: #f7f3ec;
    --affirm-paper-strong: #f1eadc;
    color: var(--affirm-ink);
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    background: radial-gradient(circle at 28% 16%, rgba(92, 141, 122, 0.12) 0%, transparent 28%),
        radial-gradient(circle at 76% 14%, rgba(61, 119, 100, 0.08) 0%, transparent 30%),
        linear-gradient(150deg, #f8f5ee 0%, #f2eddf 42%, #f5f1e8 100%);
}

.service-body--affirm::before,
.service-body--affirm::after {
    content: "";
    position: fixed;
    inset: -15vh;
    pointer-events: none;
    z-index: 0;
}

.service-body--affirm::before {
    background: radial-gradient(ellipse at 16% 14%, rgba(92, 141, 122, 0.14) 0%, rgba(246, 242, 233, 0) 58%),
        radial-gradient(ellipse at 84% 12%, rgba(61, 119, 100, 0.12) 0%, rgba(246, 242, 233, 0) 60%);
    filter: blur(10px);
}

.service-body--affirm::after {
    background: radial-gradient(circle at 50% 50%, rgba(92, 141, 122, 0.12) 0%, rgba(246, 242, 233, 0) 62%);
    animation: affirmGlow 22s ease-in-out infinite alternate;
    opacity: 0.75;
}

@keyframes affirmGlow {
    0% {
        transform: translate3d(-6%, -4%, 0) scale(1.05);
    }
    50% {
        transform: translate3d(5%, 3%, 0) scale(1.08);
    }
    100% {
        transform: translate3d(-3%, 8%, 0) scale(1.12);
    }
}

.service-header--affirm {
    position: relative;
    z-index: 1;
    padding-top: clamp(4rem, 8vw, 6.2rem);
}

.service-header--affirm .service-header__inner {
    text-align: center;
    position: relative;
    gap: 1.25rem;
}

.back-link {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--affirm-ink);
    background: #ffffff;
    border: 1px solid rgba(31, 39, 39, 0.08);
    box-shadow: 0 14px 30px -22px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.back-link__icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #1f2727;
    color: #f6f2e9;
    font-weight: 800;
}

.back-link__label {
    font-size: 0.95rem;
}

.back-link:hover,
.back-link:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px -28px rgba(0, 0, 0, 0.22);
    border-color: rgba(31, 39, 39, 0.16);
}

@media (max-width: 640px) {
    .back-link {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 10px;
    }
}

.service-header--affirm .service-chip {
    background: rgba(28, 37, 34, 0.06);
    border: 1px solid rgba(28, 37, 34, 0.12);
    color: var(--affirm-ink);
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.service-header--affirm .service-header__title {
    font-size: clamp(2.5rem, 5vw, 3.6rem);
    letter-spacing: 0.01em;
}

.service-header--affirm .service-header__subtitle {
    color: var(--affirm-muted);
    font-size: clamp(1rem, 2.4vw, 1.15rem);
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.store-ribbon {
    margin: 1.8rem auto 0;
    padding: 0.85rem 1.3rem;
    display: inline-flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
    background: linear-gradient(120deg, rgba(118, 141, 255, 0.16), rgba(222, 143, 255, 0.12));
    border: 1px solid rgba(152, 178, 255, 0.35);
    border-radius: 18px;
    box-shadow: 0 18px 48px -32px rgba(8, 10, 34, 0.9);
}

.store-ribbon__text {
    color: rgba(236, 241, 255, 0.9);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 0.98rem;
}

.service-main {
    position: relative;
    z-index: 1;
}

.service-hero {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    align-items: center;
    gap: clamp(2rem, 5vw, 4rem);
    padding-top: clamp(3.5rem, 8vw, 6.5rem);
    padding-bottom: clamp(4.5rem, 8vw, 7.5rem);
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    background: rgba(31, 39, 39, 0.06);
    color: var(--affirm-ink);
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.82rem;
    border: 1px solid rgba(31, 39, 39, 0.08);
}

.service-hero .hero__copy h2 {
    font-size: clamp(2.4rem, 4.8vw, 3.2rem);
    line-height: 1.16;
    letter-spacing: -0.01em;
}

.service-hero .hero__copy {
    max-width: 36rem;
}

.service-hero .hero__copy h2 span {
    color: var(--affirm-accent-strong);
}

.service-hero .hero__description {
    color: rgba(28, 37, 34, 0.78);
    font-size: 1.02rem;
    line-height: 1.74;
    margin-top: 1.05rem;
    max-width: 37rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.pill-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    border: 1px solid transparent;
}

.pill-button--primary {
    background: linear-gradient(135deg, #253833, #1f2d28);
    color: #f5f1e8;
    border-color: rgba(28, 37, 34, 0.8);
    box-shadow: 0 16px 34px -22px rgba(0, 0, 0, 0.32);
}

.pill-button--ghost {
    background: var(--affirm-paper);
    color: var(--affirm-ink);
    border-color: rgba(31, 39, 39, 0.12);
}

.pill-button:hover,
.pill-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px -24px rgba(0, 0, 0, 0.6);
}

.hero-highlights {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 0.75rem;
}

.hero-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: linear-gradient(145deg, rgba(247, 243, 236, 0.95), rgba(241, 234, 220, 0.92));
    border: 1px solid rgba(28, 37, 34, 0.06);
    border-radius: 16px;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    box-shadow: 0 18px 40px -34px rgba(0, 0, 0, 0.18);
}

.hero-highlights li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: rgba(92, 141, 122, 0.14);
    color: var(--affirm-ink);
    font-weight: 700;
    letter-spacing: 0.03em;
    border: 1px solid rgba(92, 141, 122, 0.24);
}

.affirm-gallery {
    display: grid;
    gap: 1.6rem;
    padding: 2rem 0 1rem;
}

.affirm-gallery__header {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-width: 36rem;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(31, 39, 39, 0.06);
    border: 1px solid rgba(31, 39, 39, 0.08);
    color: var(--affirm-ink);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
}

.affirm-gallery__header h2 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.3rem);
}

.affirm-gallery__header p {
    margin: 0;
    color: var(--affirm-muted);
    line-height: 1.7;
}

.affirm-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.affirm-shot {
    margin: 0;
    display: grid;
    gap: 0.9rem;
}

.affirm-shot__frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--affirm-paper), var(--affirm-paper-strong));
    border: 1px solid rgba(31, 39, 39, 0.08);
    box-shadow: 0 20px 46px -30px rgba(0, 0, 0, 0.22);
    display: grid;
    place-items: center;
    aspect-ratio: 9 / 16;
    width: 100%;
    max-width: 520px;
    max-height: 78vh;
    padding: clamp(8px, 1.8vw, 14px);
    background-color: #0c0f16;
}

.affirm-shot__frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: radial-gradient(circle at 50% 40%, rgba(167, 246, 193, 0.08), rgba(126, 219, 203, 0));
}

.affirm-shot figcaption {
    color: var(--affirm-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 2rem;
}

.hero-badge {
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(247, 243, 236, 0.9), rgba(241, 234, 220, 0.9));
    color: var(--affirm-ink);
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border: 1px solid rgba(92, 141, 122, 0.26);
}

.hero__visual {
    display: grid;
    place-items: center;
    position: relative;
    padding: clamp(1rem, 3vw, 2.4rem);
    min-height: clamp(320px, 45vw, 520px);
}

.hero-grid {
    position: absolute;
    inset: 6% 4%;
    border-radius: 32px;
    background:
        radial-gradient(circle at 12% 10%, rgba(92, 141, 122, 0.16) 0%, transparent 26%),
        radial-gradient(circle at 86% 12%, rgba(61, 119, 100, 0.12) 0%, transparent 32%);
    box-shadow: inset 0 0 0 1px rgba(92, 141, 122, 0.12);
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
}

.hero-grid::before,
.hero-grid::after {
    content: "";
    position: absolute;
    inset: 8% 6%;
    border-radius: inherit;
    border: 1px solid rgba(132, 209, 181, 0.14);
    transform: rotate(8deg);
}

.hero-grid::after {
    inset: 16% 12%;
    transform: rotate(-6deg);
}

.affirm-stage {
    position: relative;
    width: clamp(280px, 38vw, 460px);
    aspect-ratio: 1 / 1.1;
    border-radius: 42px;
    padding: clamp(2.1rem, 4.6vw, 3rem);
    background: linear-gradient(138deg, #f7f3ec, #f2ebdf 62%, #ebe2d4);
    border: 1px solid rgba(28, 37, 34, 0.05);
    box-shadow: 0 32px 88px -64px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0.78);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    place-items: center;
    transform: translateY(-4%) perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    z-index: 1;
}

@media (min-width: 960px) {
    .hero__visual {
        justify-items: center;
        padding-inline: clamp(0.5rem, 2vw, 1.6rem);
    }
}

.affirm-stage::before,
.affirm-stage::after {
    content: "";
    position: absolute;
    inset: 8%;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
}

.affirm-stage::before {
    background: radial-gradient(circle at 20% 18%, rgba(92, 141, 122, 0.12) 0%, rgba(92, 141, 122, 0) 58%),
        radial-gradient(circle at 70% 82%, rgba(61, 119, 100, 0.1) 0%, rgba(61, 119, 100, 0) 60%);
    filter: blur(3px);
}

.affirm-stage::after {
    inset: 12%;
    background: radial-gradient(120% 140% at 20% 0%, rgba(92, 141, 122, 0.1) 0%, rgba(92, 141, 122, 0) 65%),
        radial-gradient(120% 160% at 80% 100%, rgba(61, 119, 100, 0.08) 0%, rgba(61, 119, 100, 0) 70%);
    opacity: 0.52;
}

.affirm-stage__glow,
.affirm-stage__orbit,
.affirm-stage__card,
.affirm-stage__flare {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
}

.affirm-stage__glow {
    background: radial-gradient(circle at 28% 22%, rgba(92, 141, 122, 0.16) 0%, rgba(92, 141, 122, 0) 62%),
        radial-gradient(circle at 78% 78%, rgba(61, 119, 100, 0.12) 0%, rgba(61, 119, 100, 0) 55%);
    filter: blur(7px);
}

.affirm-stage__orbit {
    border: 1px solid rgba(92, 141, 122, 0.16);
    inset: 10%;
    transform: rotate(10deg);
    opacity: 0.4;
    box-shadow: inset 0 0 40px rgba(92, 141, 122, 0.06);
}

.affirm-stage__orbit::after {
    content: "";
    position: absolute;
    inset: 14%;
    border-radius: inherit;
    border: 1px solid rgba(61, 119, 100, 0.14);
    transform: rotate(-24deg);
}

.affirm-stage__glow {
    z-index: 0;
}

.affirm-stage__orbit {
    z-index: 1;
}

.affirm-stage__card {
    background: linear-gradient(145deg, rgba(247, 243, 236, 0.95) 0%, rgba(241, 234, 220, 0.92) 65%);
    border: 1px solid rgba(28, 37, 34, 0.06);
    top: 52%;
    left: 50%;
    width: min(82%, 360px);
    border-radius: 32px;
    padding: clamp(2rem, 3.8vw, 2.6rem);
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    backdrop-filter: blur(5px);
    color: var(--affirm-ink);
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -52%) translateZ(70px);
    box-shadow:
        0 18px 44px -28px rgba(0, 0, 0, 0.16),
        0 0 0 1px rgba(28, 37, 34, 0.05);
}

.affirm-stage__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 55%);
    opacity: 0.6;
    pointer-events: none;
}

.affirm-stage__card::after {
    content: "";
    position: absolute;
    inset: 8%;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(92, 141, 122, 0.07), rgba(92, 141, 122, 0));
    opacity: 0.55;
    pointer-events: none;
}

.affirm-card__title {
    font-size: clamp(1.28rem, 2.8vw, 1.72rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
}

.affirm-card__quote {
    font-size: clamp(1.02rem, 2.4vw, 1.2rem);
    line-height: 1.7;
    color: rgba(28, 37, 34, 0.86);
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.affirm-stage__flare {
    inset: auto;
    height: 42%;
    bottom: -12%;
    background: radial-gradient(ellipse at center, rgba(106, 165, 147, 0.16) 0%, rgba(106, 165, 147, 0) 72%);
    filter: blur(22px);
    opacity: 0.7;
    z-index: 0;
}

.manifesto {
    padding-block: clamp(3.5rem, 7vw, 5rem);
}

.manifesto__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.8rem;
}

.manifesto-card {
    background: linear-gradient(150deg, var(--affirm-surface), rgba(245, 241, 232, 0.94));
    border: 1px solid rgba(28, 37, 34, 0.06);
    padding: 1.6rem;
    border-radius: 24px;
    box-shadow: 0 28px 55px -42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(3px);
}

.manifesto-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.manifesto-card p {
    color: var(--affirm-muted);
    line-height: 1.7;
}

.feature-showcase {
    padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.section-heading {
    text-align: center;
    margin-bottom: clamp(2.5rem, 6vw, 3.5rem);
}

.section-heading span {
    display: inline-block;
    background: linear-gradient(145deg, rgba(247, 243, 236, 0.9), rgba(241, 234, 220, 0.86));
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(92, 141, 122, 0.26);
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    margin-bottom: 1rem;
}

.section-heading p {
    color: var(--affirm-muted);
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.7;
}

.feature-grid {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.feature-card {
    background: linear-gradient(150deg, #ffffff, rgba(245, 241, 232, 0.94));
    border-radius: 24px;
    border: 1px solid rgba(28, 37, 34, 0.06);
    padding: 1.7rem;
    display: grid;
    gap: 1rem;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    inset: -30% -40%;
    background: radial-gradient(circle at center, rgba(92, 141, 122, 0.18), rgba(92, 141, 122, 0));
    opacity: 0;
    transition: opacity 0.6s ease;
}

.feature-card:hover::before,
.feature-card:focus-within::before {
    opacity: 0.65;
}

.feature-card__icon {
    font-size: 1.8rem;
}

.feature-card h3 {
    font-size: 1.25rem;
}

.feature-card p {
    color: var(--affirm-muted);
    line-height: 1.7;
}

.feature-card__tag {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(167, 246, 193, 0.8);
}

.affirm-flow {
    padding-block: clamp(3.5rem, 7vw, 5.5rem);
}

.affirm-flow__layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
}

.affirm-flow__visual {
    position: relative;
    min-height: 320px;
}

.affirm-flow__device {
    position: absolute;
    inset: 0;
    margin: auto;
    width: clamp(220px, 32vw, 320px);
    aspect-ratio: 10 / 19;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffffff, rgba(245, 241, 232, 0.96));
    border: 1px solid rgba(28, 37, 34, 0.06);
    box-shadow: 0 40px 110px -60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: perspective(1200px) rotateX(var(--device-tilt-x, 0deg)) rotateY(var(--device-tilt-y, 0deg));
    transform-style: preserve-3d;
    transition: transform 0.8s ease;
}

.affirm-flow__device::after {
    content: "";
    position: absolute;
    inset: 14% 12% 16%;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(92, 141, 122, 0.12), rgba(61, 119, 100, 0.08));
    border: 1px solid rgba(28, 37, 34, 0.06);
}

.affirm-flow__steps {
    display: grid;
    gap: 1.5rem;
}

.affirm-step {
    display: grid;
    gap: 0.6rem;
}

.affirm-step__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: rgba(31, 39, 39, 0.06);
    border: 1px solid rgba(31, 39, 39, 0.08);
    color: var(--affirm-ink);
    font-weight: 600;
}

.affirm-step p {
    color: var(--affirm-muted);
    line-height: 1.7;
}

.cta {
    padding-block: clamp(4rem, 9vw, 6rem);
}

.cta-card {
    border-radius: 32px;
    padding: clamp(2.5rem, 6vw, 3.5rem);
    background: linear-gradient(145deg, var(--affirm-paper), rgba(245, 241, 232, 0.98));
    border: 1px solid rgba(28, 37, 34, 0.06);
    box-shadow: 0 36px 90px -62px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.cta-card h2 {
    font-size: clamp(2rem, 4vw, 2.4rem);
    margin-bottom: 1rem;
}

.cta-card p {
    color: var(--affirm-muted);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.store-promo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.store-promo__text {
    margin: 0;
    color: var(--affirm-ink);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.app-store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.5rem;
    border-radius: 14px;
    background: var(--affirm-paper);
    border: 1px solid rgba(31, 39, 39, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.app-store-badge img {
    display: block;
    width: 200px;
    height: auto;
}

.app-store-badge:hover,
.app-store-badge:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px -20px rgba(0, 0, 0, 0.25);
    border-color: rgba(31, 39, 39, 0.18);
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    background: #1f2727;
    border: 1px solid #1f2727;
    color: #f6f2e9;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover,
.cta-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px -20px rgba(0, 0, 0, 0.35);
}

.cta-button[aria-disabled="true"] {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}

.service-footer {
    margin-top: clamp(3rem, 6vw, 5rem);
    padding: 2rem 0 3rem;
    text-align: center;
    color: rgba(226, 246, 239, 0.6);
    font-size: 0.9rem;
}

@media (max-width: 720px) {
    .service-header--affirm .service-header__inner {
        text-align: left;
        align-items: flex-start;
    }

    .service-hero {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .hero__visual {
        order: -1;
    }

    .affirm-stage {
        width: min(88vw, 360px);
        aspect-ratio: 1 / 1.1;
        padding: clamp(1.8rem, 8vw, 2.4rem);
    }

    .cta-card {
        text-align: left;
    }

    .store-promo {
        align-items: flex-start;
    }

    .store-ribbon {
        align-items: flex-start;
    }
}
