﻿/* =========================================================
   COSHIFT STUDIO
   DIGITAL CREDIBILITY SPRINT
   ========================================================= */


/* =========================================================
   1. CONSISTENT PAGE HEADING SCALE
   ========================================================= */

.sprint-problem__content h2,
.sprint-fit .section-heading h2,
.sprint-included__heading h2,
.sprint-detail__content h2,
.sprint-credibility__heading h2,
.sprint-sales__content h2,
.sprint-connected .section-heading h2,
.sprint-process__heading h2,
.sprint-investment__content h2,
.sprint-scope .section-heading h2,
.sprint-outcomes__content h2,
.sprint-faq__heading h2 {
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.sprint-final-cta h2 {
    font-size: clamp(2.1rem, 3.4vw, 3.65rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.sprint-problem .lead,
.sprint-fit .section-heading__copy,
.sprint-included .lead,
.sprint-detail .lead,
.sprint-credibility .lead,
.sprint-sales .lead,
.sprint-connected .section-heading__copy,
.sprint-process .lead,
.sprint-investment .lead,
.sprint-scope .section-heading__copy,
.sprint-outcomes .lead {
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.65;
}


/* =========================================================
   2. HERO
   ========================================================= */

.sprint-hero {
    position: relative;
    min-height: calc(100svh - 82px);
    overflow: hidden;
    padding: clamp(30px, 3vw, 44px) 0 clamp(30px, 3vw, 44px);
    background: linear-gradient( 135deg, var(--paper) 0%, #F8F7F4 45%, var(--coral-pale) 100% );
}

.sprint-hero__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1.06fr);
    align-items: center;
    gap: clamp(36px, 5vw, 74px);
}

.sprint-hero__content {
    position: relative;
    z-index: 4;
}

    .sprint-hero__content .eyebrow {
        margin-bottom: 8px;
    }

.sprint-hero__service-name {
    display: block;
    margin-bottom: 15px;
    color: var(--coral-dark);
    font-size: 0.76rem;
    font-weight: 800;
}

.sprint-hero h1 {
    max-width: 610px;
    margin-bottom: 16px;
    font-size: clamp(2.15rem, 3vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.sprint-hero__copy {
    max-width: 600px;
    margin-bottom: 19px;
    color: var(--slate);
    font-size: clamp(0.96rem, 1.05vw, 1.06rem);
    line-height: 1.58;
}

.sprint-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 20px;
}

    .sprint-hero__facts div {
        padding: 12px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
    }

    .sprint-hero__facts span,
    .sprint-hero__facts strong {
        display: block;
    }

    .sprint-hero__facts span {
        margin-bottom: 4px;
        color: var(--slate);
        font-size: 0.61rem;
    }

    .sprint-hero__facts strong {
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.76rem;
        line-height: 1.35;
    }

.sprint-hero__actions {
    gap: 11px;
}

.sprint-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background-image: linear-gradient( rgba(74, 103, 232, 0.06) 1px, transparent 1px ), linear-gradient( 90deg, rgba(74, 103, 232, 0.06) 1px, transparent 1px );
    background-size: 50px 50px;
    -webkit-mask-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.76), transparent 95% );
    mask-image: linear-gradient( to bottom, rgba(0, 0, 0, 0.76), transparent 95% );
}

.sprint-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(16px);
}

.sprint-hero__orb--blue {
    top: -290px;
    right: -180px;
    width: 650px;
    height: 650px;
    background: rgba(74, 103, 232, 0.13);
}

.sprint-hero__orb--coral {
    bottom: -360px;
    left: 20%;
    width: 620px;
    height: 620px;
    background: rgba(224, 122, 95, 0.13);
}


/* =========================================================
   3. HERO VISUAL
   ========================================================= */

.sprint-hero__visual {
    position: relative;
    min-height: 430px;
}

.refresh-visual {
    position: relative;
    width: 100%;
    height: 430px;
    perspective: 1200px;
}

.refresh-visual__glow {
    position: absolute;
    top: 10%;
    left: 12%;
    width: 78%;
    height: 80%;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(74, 103, 232, 0.19), rgba(224, 122, 95, 0.07) 47%, transparent 72% );
    filter: blur(18px);
}


/* Browser cards */

.refresh-browser {
    position: absolute;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: var(--white);
    box-shadow: var(--shadow-large);
    transition: transform var(--transition-slow), opacity var(--transition-slow);
}

.refresh-browser--before {
    top: 78px;
    left: 0;
    z-index: 2;
    width: 45%;
    transform: rotate(-4deg);
    opacity: 0.76;
}

.refresh-browser--after {
    top: 38px;
    right: 0;
    z-index: 5;
    width: 59%;
    transform: rotate(1deg);
}

.refresh-visual:hover .refresh-browser--before {
    transform: rotate(-7deg) translateX(-9px);
}

.refresh-visual:hover .refresh-browser--after {
    transform: rotate(0deg) translateY(-6px);
}

.refresh-browser__top {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 13px;
    border-bottom: 1px solid var(--border);
    background: #F4F5F7;
}

.refresh-browser__dots {
    display: flex;
    gap: 4px;
}

    .refresh-browser__dots span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
    }

        .refresh-browser__dots span:nth-child(1) {
            background: var(--coral);
        }

        .refresh-browser__dots span:nth-child(2) {
            background: #E6B84F;
        }

        .refresh-browser__dots span:nth-child(3) {
            background: var(--teal);
        }

.refresh-browser__address {
    flex: 1;
    padding: 6px 9px;
    border-radius: 6px;
    background: var(--white);
    color: var(--slate-light);
    font-size: 0.58rem;
}

.refresh-browser__body {
    position: relative;
    min-height: 275px;
    padding: 24px;
}

.refresh-browser--before .refresh-browser__body {
    background: #F1F1F1;
}

.refresh-browser--after .refresh-browser__body {
    background: linear-gradient( 145deg, var(--white), var(--blue-pale) );
}

.refresh-browser__state {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 5px 8px;
    border-radius: var(--radius-pill);
    background: var(--mist);
    color: var(--slate);
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
}

.refresh-browser--after .refresh-browser__state {
    background: var(--teal-pale);
    color: var(--teal-dark);
}

.refresh-browser__old-title {
    width: 73%;
    height: 27px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: #CFCFCF;
}

.refresh-browser__old-line {
    width: 78%;
    height: 8px;
    margin-bottom: 9px;
    border-radius: 6px;
    background: #D8D8D8;
}

.refresh-browser__old-line--wide {
    width: 92%;
}

.refresh-browser__old-line--short {
    width: 55%;
}

.refresh-browser__old-button {
    display: inline-flex;
    margin-top: 17px;
    padding: 8px 11px;
    border-radius: 5px;
    background: #CECECE;
    color: #777;
    font-size: 0.6rem;
    font-weight: 700;
}

.refresh-browser__old-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 23px;
}

    .refresh-browser__old-cards span {
        height: 46px;
        border-radius: 7px;
        background: #DEDEDE;
    }

.refresh-browser__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 0.61rem;
    font-weight: 800;
    text-transform: uppercase;
}

.refresh-browser__headline {
    display: block;
    max-width: 320px;
    margin-bottom: 12px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 2vw, 1.85rem);
    line-height: 1.06;
}

.refresh-browser--after p {
    max-width: 310px;
    color: var(--slate);
    font-size: 0.68rem;
    line-height: 1.55;
}

.refresh-browser__new-button {
    display: inline-flex;
    margin-top: 14px;
    padding: 8px 11px;
    border-radius: 7px;
    background: var(--blue);
    color: var(--white);
    font-size: 0.61rem;
    font-weight: 800;
}

.refresh-browser__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 19px;
}

    .refresh-browser__trust span {
        padding: 6px 8px;
        border: 1px solid var(--border);
        border-radius: var(--radius-pill);
        background: rgba(255, 255, 255, 0.76);
        color: var(--slate);
        font-size: 0.55rem;
        font-weight: 700;
    }


/* Transition arrow */

.refresh-visual__transition {
    position: absolute;
    top: 47%;
    left: 41%;
    z-index: 7;
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    border-radius: 50%;
    background: var(--gradient-primary);
    color: var(--white);
    box-shadow: var(--shadow-blue);
    animation: refreshArrow 2.8s ease-in-out infinite;
}

    .refresh-visual__transition span {
        font-size: 1rem;
        font-weight: 900;
    }

@keyframes refreshArrow {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }
}


/* Floating cards */

.refresh-float {
    position: absolute;
    z-index: 9;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-medium);
    backdrop-filter: blur(12px);
}

    .refresh-float span,
    .refresh-float strong {
        display: block;
    }

    .refresh-float > span,
    .refresh-float div > span {
        color: var(--slate);
        font-size: 0.56rem;
    }

    .refresh-float strong {
        color: var(--ink);
        font-size: 0.7rem;
    }

.refresh-float--message {
    top: 2px;
    right: 11%;
    animation: refreshFloatOne 5.5s ease-in-out infinite;
}

.refresh-float--trust {
    bottom: 4px;
    left: 17%;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: refreshFloatTwo 6.2s ease-in-out infinite;
}

.refresh-float__check {
    display: grid !important;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: var(--teal);
    color: var(--white) !important;
    font-size: 0.72rem !important;
    font-weight: 900;
}

.refresh-float--cta {
    right: -2%;
    bottom: 65px;
    animation: refreshFloatOne 6.7s ease-in-out infinite reverse;
}

@keyframes refreshFloatOne {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes refreshFloatTwo {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5px, -7px);
    }
}


/* =========================================================
   4. VALUE STRIP
   ========================================================= */

.sprint-value-strip {
    overflow: hidden;
    padding: 18px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: linear-gradient( 90deg, var(--blue-pale), var(--white), var(--teal-pale) );
}

.sprint-value-strip__track {
    display: flex;
    width: max-content;
    animation: sprintValueMove 30s linear infinite;
}

.sprint-value-strip:hover .sprint-value-strip__track {
    animation-play-state: paused;
}

.sprint-value-strip__group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 10px;
    padding-right: 10px;
}

    .sprint-value-strip__group span {
        display: inline-flex;
        flex-shrink: 0;
        align-items: center;
        gap: 9px;
        padding: 9px 14px;
        border: 1px solid var(--border);
        border-radius: var(--radius-pill);
        background: rgba(255, 255, 255, 0.78);
        color: var(--ink);
        font-size: 0.74rem;
        font-weight: 800;
    }

        .sprint-value-strip__group span::before {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--teal);
            content: "";
            box-shadow: 0 0 0 5px rgba(47, 156, 149, 0.1);
        }

@keyframes sprintValueMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* =========================================================
   5. PROBLEM
   ========================================================= */

.sprint-problem {
    background: var(--white);
}

.sprint-problem__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.sprint-problem__content h2 {
    max-width: 640px;
    margin-bottom: 20px;
}

.sprint-problem__content > p:not(.lead) {
    max-width: 620px;
    color: var(--slate);
}

.sprint-problem__signals {
    display: grid;
    gap: 11px;
}

    .sprint-problem__signals article {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 14px;
        padding: 18px;
        border: 1px solid var(--border);
        border-radius: 15px;
        background: var(--paper);
        transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
    }

        .sprint-problem__signals article:hover {
            transform: translateX(6px);
            border-color: rgba(224, 122, 95, 0.32);
            box-shadow: var(--shadow-small);
        }

.problem-signal__icon {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    background: var(--coral-pale);
    color: var(--coral-dark);
    font-family: var(--font-heading);
    font-size: 0.72rem;
    font-weight: 800;
}

.sprint-problem__signals article:nth-child(2) .problem-signal__icon {
    background: var(--blue-pale);
    color: var(--blue);
}

.sprint-problem__signals article:nth-child(3) .problem-signal__icon {
    background: var(--teal-pale);
    color: var(--teal-dark);
}

.sprint-problem__signals article:nth-child(4) .problem-signal__icon {
    background: var(--ink);
    color: var(--white);
}

.sprint-problem__signals strong {
    display: block;
    margin-bottom: 3px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.87rem;
}

.sprint-problem__signals p {
    margin: 0;
    color: var(--slate);
    font-size: 0.73rem;
    line-height: 1.45;
}


/* =========================================================
   6. WHO IT IS FOR
   ========================================================= */

.sprint-fit {
    background: linear-gradient( 180deg, var(--paper), var(--blue-pale) );
}

    .sprint-fit .section-heading h2 {
        max-width: 760px;
        margin-inline: auto;
    }

.sprint-fit__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 54px;
}

.fit-card {
    min-height: 235px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--shadow-small);
    transition: transform var(--transition-standard), background-color var(--transition-standard), box-shadow var(--transition-standard);
}

    .fit-card:hover {
        transform: translateY(-7px);
        background: var(--white);
        box-shadow: var(--shadow-medium);
    }

    .fit-card > span {
        display: grid;
        width: 42px;
        height: 42px;
        margin-bottom: 28px;
        place-items: center;
        border-radius: 13px;
        background: var(--blue-pale);
        color: var(--blue);
        font-family: var(--font-heading);
        font-size: 0.67rem;
        font-weight: 800;
    }

    .fit-card:nth-child(2n) > span {
        background: var(--teal-pale);
        color: var(--teal-dark);
    }

    .fit-card:nth-child(3n) > span {
        background: var(--coral-pale);
        color: var(--coral-dark);
    }

    .fit-card h3 {
        margin-bottom: 11px;
        font-size: 1.12rem;
        line-height: 1.18;
    }

    .fit-card p {
        color: var(--slate);
        font-size: 0.81rem;
        line-height: 1.58;
    }

.fit-card--highlight {
    border-color: rgba(74, 103, 232, 0.36);
    background: linear-gradient( 145deg, var(--white), var(--teal-pale) );
}


/* =========================================================
   7. INCLUDED OVERVIEW
   ========================================================= */

.sprint-included {
    position: relative;
    overflow: hidden;
    background: var(--gradient-dark);
    color: var(--white);
}

.sprint-included__orb {
    position: absolute;
    top: -300px;
    right: -180px;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(74, 103, 232, 0.26), transparent 70% );
}

.sprint-included__heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    align-items: end;
    gap: clamp(45px, 7vw, 100px);
    margin-bottom: 54px;
}

    .sprint-included__heading h2 {
        max-width: 680px;
        color: var(--white);
    }

    .sprint-included__heading .lead {
        color: #B9C4CD;
    }

.sprint-included__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.included-card {
    position: relative;
    min-height: 350px;
    padding: 26px;
    overflow: hidden;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.06);
    transition: transform var(--transition-standard), background-color var(--transition-standard);
}

    .included-card:hover {
        transform: translateY(-7px);
        background: rgba(255, 255, 255, 0.1);
    }

.included-card__icon {
    display: grid;
    width: 45px;
    height: 45px;
    margin-bottom: 27px;
    place-items: center;
    border-radius: 14px;
    background: rgba(74, 103, 232, 0.24);
    color: #B9C5FF;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
}

.included-card:nth-child(2) .included-card__icon,
.included-card:nth-child(4) .included-card__icon {
    background: rgba(47, 156, 149, 0.2);
    color: #98D8D1;
}

.included-card:nth-child(3) .included-card__icon,
.included-card:nth-child(5) .included-card__icon {
    background: rgba(224, 122, 95, 0.2);
    color: #F1B2A1;
}

.included-card__number {
    position: absolute;
    top: 27px;
    right: 27px;
    color: #71808E;
    font-family: var(--font-heading);
    font-size: 0.66rem;
    font-weight: 800;
}

.included-card h3 {
    margin-bottom: 11px;
    color: var(--white);
    font-size: 1.22rem;
}

.included-card > p {
    color: #B9C4CD;
    font-size: 0.81rem;
}

.included-card ul {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.included-card li {
    position: relative;
    padding-left: 18px;
    color: #C5CED5;
    font-size: 0.72rem;
    line-height: 1.45;
}

    .included-card li::before {
        position: absolute;
        top: 0.48em;
        left: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--teal);
        content: "";
    }


/* =========================================================
   8. WEBSITE DETAIL
   ========================================================= */

.sprint-detail {
    background: var(--white);
}

.sprint-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(470px, 1.14fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.sprint-detail__number {
    display: block;
    margin-bottom: 18px;
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.sprint-detail__content h2 {
    max-width: 630px;
    margin-bottom: 20px;
}

.sprint-detail__content > p:not(.lead) {
    color: var(--slate);
}

.sprint-detail__note {
    display: grid;
    gap: 4px;
    margin-top: 25px;
    padding: 17px;
    border-left: 3px solid var(--coral);
    border-radius: 0 12px 12px 0;
    background: var(--coral-pale);
}

    .sprint-detail__note strong {
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.82rem;
    }

    .sprint-detail__note span {
        color: var(--slate);
        font-size: 0.73rem;
        line-height: 1.5;
    }


/* Website review panel */

.website-review-panel {
    padding: clamp(23px, 2.7vw, 33px);
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: linear-gradient( 145deg, var(--paper), var(--blue-pale) );
    box-shadow: var(--shadow-medium);
}

.website-review-panel__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

    .website-review-panel__header span,
    .website-review-panel__header strong {
        display: block;
    }

    .website-review-panel__header > div > span {
        color: var(--slate);
        font-size: 0.66rem;
    }

    .website-review-panel__header strong {
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 1.1rem;
    }

.website-review-panel__status {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: var(--radius-pill);
    background: var(--teal-pale);
    color: var(--teal-dark) !important;
    font-size: 0.61rem !important;
    font-weight: 800;
}

.website-review-panel__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .website-review-panel__items article {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 11px;
        padding: 14px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.8);
        transition: transform var(--transition-fast);
    }

        .website-review-panel__items article:hover {
            transform: translateY(-4px);
        }

        .website-review-panel__items article > span {
            display: grid;
            width: 32px;
            height: 32px;
            place-items: center;
            border-radius: 10px;
            background: var(--blue-pale);
            color: var(--blue);
            font-family: var(--font-heading);
            font-size: 0.61rem;
            font-weight: 800;
        }

    .website-review-panel__items strong {
        display: block;
        margin-bottom: 3px;
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.75rem;
    }

    .website-review-panel__items p {
        margin: 0;
        color: var(--slate);
        font-size: 0.63rem;
        line-height: 1.4;
    }


/* =========================================================
   9. CREDIBILITY
   ========================================================= */

.sprint-credibility {
    background: linear-gradient( 180deg, var(--paper), var(--teal-pale) );
}

.sprint-credibility__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
    align-items: end;
    gap: clamp(45px, 7vw, 100px);
    margin-bottom: 48px;
}

    .sprint-credibility__heading h2 {
        max-width: 680px;
    }

.credibility-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

    .credibility-flow article {
        display: grid;
        min-height: 130px;
        align-content: center;
        justify-items: center;
        padding: 17px;
        border: 1px solid var(--border);
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.77);
        text-align: center;
        box-shadow: var(--shadow-small);
    }

.credibility-flow__icon {
    display: grid;
    width: 37px;
    height: 37px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 12px;
    background: var(--blue-pale);
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.63rem;
    font-weight: 800;
}

.credibility-flow article:nth-of-type(2) .credibility-flow__icon,
.credibility-flow article:nth-of-type(4) .credibility-flow__icon {
    background: var(--teal-pale);
    color: var(--teal-dark);
}

.credibility-flow article span:not(.credibility-flow__icon) {
    display: block;
    margin-bottom: 3px;
    color: var(--slate);
    font-size: 0.6rem;
}

.credibility-flow article strong {
    display: block;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.75rem;
    line-height: 1.3;
}

.credibility-flow__arrow {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 900;
}

.credibility-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

    .credibility-cards article {
        min-height: 225px;
        padding: 23px;
        border: 1px solid var(--border);
        border-radius: var(--radius-large);
        background: rgba(255, 255, 255, 0.74);
    }

        .credibility-cards article > span {
            display: block;
            margin-bottom: 26px;
            color: var(--teal-dark);
            font-size: 0.64rem;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }

    .credibility-cards h3 {
        margin-bottom: 10px;
        font-size: 1.08rem;
    }

    .credibility-cards p {
        color: var(--slate);
        font-size: 0.79rem;
    }


/* =========================================================
   10. SALES ASSET
   ========================================================= */

.sprint-sales {
    background: var(--white);
}

.sprint-sales__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.sprint-sales__content h2 {
    max-width: 610px;
}

.sprint-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 27px;
}

    .sprint-check-list li {
        position: relative;
        padding: 12px 12px 12px 39px;
        border: 1px solid var(--border);
        border-radius: 11px;
        background: var(--paper);
        color: var(--ink);
        font-size: 0.74rem;
        font-weight: 700;
    }

        .sprint-check-list li::before {
            position: absolute;
            top: 50%;
            left: 12px;
            display: grid;
            width: 19px;
            height: 19px;
            place-items: center;
            transform: translateY(-50%);
            border-radius: 50%;
            background: var(--teal);
            color: var(--white);
            content: "✓";
            font-size: 0.6rem;
            font-weight: 900;
        }

.sales-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.sales-choice-card {
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: var(--paper);
    box-shadow: var(--shadow-small);
    transition: transform var(--transition-standard), box-shadow var(--transition-standard);
}

    .sales-choice-card:hover {
        transform: translateY(-7px);
        box-shadow: var(--shadow-medium);
    }

.sales-choice-card__label {
    display: block;
    margin-bottom: 15px;
    color: var(--coral-dark);
    font-size: 0.64rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sales-choice-card__visual {
    position: relative;
    min-height: 230px;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 15px;
}

.sales-choice-card--document .sales-choice-card__visual {
    background: linear-gradient( 145deg, var(--coral-pale), #F0D8D0 );
}

.sales-choice-card--slides .sales-choice-card__visual {
    background: linear-gradient( 145deg, var(--blue-pale), #D9DFFF );
}

.sales-choice-card h3 {
    margin-bottom: 9px;
    font-size: 1.12rem;
}

.sales-choice-card p {
    color: var(--slate);
    font-size: 0.79rem;
}


/* Mini document */

.mini-document {
    position: absolute;
    width: 68%;
    min-height: 165px;
    padding: 20px;
    border-radius: 13px;
    box-shadow: var(--shadow-medium);
}

.mini-document--back {
    top: 31px;
    left: 12%;
    transform: rotate(-8deg);
    background: #D3B7AB;
    color: #79594C;
}

.mini-document--front {
    top: 20px;
    right: 10%;
    transform: rotate(4deg);
    background: var(--white);
}

    .mini-document--front > span {
        display: block;
        margin-bottom: 15px;
        color: var(--coral-dark);
        font-size: 0.57rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .mini-document--front strong {
        display: block;
        margin-bottom: 19px;
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.92rem;
        line-height: 1.15;
    }

    .mini-document--front i {
        display: block;
        width: 90%;
        height: 6px;
        margin-bottom: 7px;
        border-radius: 10px;
        background: var(--mist);
    }

        .mini-document--front i:nth-of-type(2) {
            width: 73%;
        }

        .mini-document--front i:nth-of-type(3) {
            width: 58%;
        }


/* Mini slides */

.mini-slide {
    position: absolute;
    width: 74%;
    min-height: 145px;
    padding: 20px;
    border-radius: 13px;
    box-shadow: var(--shadow-medium);
}

.mini-slide--back {
    top: 48px;
    left: 8%;
    transform: rotate(-9deg);
    background: #AEBBFA;
    color: var(--blue-dark);
}

.mini-slide--middle {
    top: 34px;
    right: 7%;
    transform: rotate(8deg);
    background: #D8DFFF;
    color: var(--blue-dark);
}

.mini-slide--front {
    top: 20px;
    left: 13%;
    z-index: 3;
    transform: rotate(-1deg);
    background: var(--ink);
    color: var(--white);
}

    .mini-slide--front > span {
        display: block;
        margin-bottom: 18px;
        color: #AFC0FF;
        font-size: 0.58rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .mini-slide--front strong {
        display: block;
        max-width: 200px;
        font-family: var(--font-heading);
        font-size: 0.92rem;
        line-height: 1.16;
    }


/* =========================================================
   11. CONNECTED TOUCHPOINTS
   ========================================================= */

.sprint-connected {
    background: linear-gradient( 180deg, var(--paper), var(--blue-pale) );
}

    .sprint-connected .section-heading h2 {
        max-width: 680px;
        margin-inline: auto;
    }

.sprint-connected__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 54px;
}

.connected-card {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: var(--white);
    box-shadow: var(--shadow-small);
    transition: transform var(--transition-standard), box-shadow var(--transition-standard);
}

    .connected-card:hover {
        transform: translateY(-7px);
        box-shadow: var(--shadow-medium);
    }

.connected-card__visual {
    display: grid;
    min-height: 280px;
    place-items: center;
    padding: 26px;
    overflow: hidden;
}

.connected-card--social .connected-card__visual {
    background: linear-gradient( 145deg, var(--blue-pale), #DCE2FF );
}

.connected-card--email .connected-card__visual {
    background: linear-gradient( 145deg, var(--coral-pale), #F1D9D2 );
}

.connected-card--plan .connected-card__visual {
    background: linear-gradient( 145deg, var(--teal-pale), #D3EDE9 );
}

.connected-card__body {
    padding: 25px;
}

.connected-card__number {
    display: block;
    margin-bottom: 10px;
    color: var(--blue);
    font-family: var(--font-heading);
    font-size: 0.66rem;
    font-weight: 800;
}

.connected-card h3 {
    margin-bottom: 10px;
    font-size: 1.18rem;
}

.connected-card__body > p {
    color: var(--slate);
    font-size: 0.8rem;
}

.connected-card__boundary {
    display: block;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid var(--border);
    color: var(--slate-light);
    font-size: 0.66rem;
    line-height: 1.5;
}


/* Social preview */

.social-profile-preview {
    width: min(100%, 310px);
    overflow: hidden;
    border-radius: 17px;
    background: var(--white);
    box-shadow: var(--shadow-medium);
    transform: rotate(-2deg);
}

.social-profile-preview__cover {
    display: flex;
    min-height: 95px;
    align-items: flex-end;
    padding: 17px;
    background: var(--gradient-primary);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
}

.social-profile-preview__details {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    padding: 16px;
}

.social-profile-preview__avatar {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border-radius: 50%;
    background: var(--blue);
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 800;
}

.social-profile-preview__details strong,
.social-profile-preview__details span {
    display: block;
}

.social-profile-preview__details strong {
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.75rem;
}

.social-profile-preview__details span {
    margin-top: 3px;
    color: var(--slate);
    font-size: 0.57rem;
    line-height: 1.35;
}

.social-profile-preview__highlights {
    display: flex;
    gap: 7px;
    padding: 0 16px 16px;
}

    .social-profile-preview__highlights span {
        display: grid;
        width: 31px;
        height: 31px;
        place-items: center;
        border: 2px solid var(--blue-pale);
        border-radius: 50%;
        color: var(--blue);
        font-size: 0.54rem;
        font-weight: 800;
    }


/* Email preview */

.email-preview {
    width: min(100%, 310px);
    overflow: hidden;
    border-radius: 17px;
    background: var(--white);
    box-shadow: var(--shadow-medium);
    transform: rotate(2deg);
}

.email-preview__top {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--slate);
    font-size: 0.58rem;
}

    .email-preview__top span:last-child {
        color: var(--teal-dark);
        font-weight: 800;
    }

.email-preview__banner {
    display: flex;
    min-height: 80px;
    align-items: flex-end;
    padding: 16px;
    background: var(--gradient-warm);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 800;
}

.email-preview__copy {
    padding: 17px;
}

    .email-preview__copy strong {
        display: block;
        margin-bottom: 14px;
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.77rem;
    }

    .email-preview__copy i {
        display: block;
        width: 92%;
        height: 6px;
        margin-bottom: 7px;
        border-radius: 10px;
        background: var(--mist);
    }

        .email-preview__copy i:nth-of-type(2) {
            width: 75%;
        }

        .email-preview__copy i:nth-of-type(3) {
            width: 61%;
        }

.email-preview__button {
    display: inline-flex;
    margin-top: 12px;
    padding: 8px 10px;
    border-radius: 7px;
    background: var(--coral);
    color: var(--white);
    font-size: 0.57rem;
    font-weight: 800;
}


/* Plan preview */

.plan-preview {
    width: min(100%, 310px);
    padding: 21px;
    border-radius: 17px;
    background: var(--white);
    box-shadow: var(--shadow-medium);
    transform: rotate(-1deg);
}

.plan-preview__header span,
.plan-preview__header strong {
    display: block;
}

.plan-preview__header span {
    margin-bottom: 4px;
    color: var(--teal-dark);
    font-size: 0.59rem;
    font-weight: 800;
    text-transform: uppercase;
}

.plan-preview__header strong {
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.92rem;
}

.plan-preview__timeline {
    position: relative;
    display: grid;
    gap: 11px;
    margin-top: 19px;
}

    .plan-preview__timeline::before {
        position: absolute;
        top: 12px;
        bottom: 12px;
        left: 15px;
        width: 2px;
        background: var(--gradient-progress);
        content: "";
    }

    .plan-preview__timeline article {
        position: relative;
        display: grid;
        grid-template-columns: 31px 1fr;
        align-items: center;
        gap: 9px;
    }

        .plan-preview__timeline article > span {
            position: relative;
            z-index: 2;
            display: grid;
            width: 31px;
            height: 31px;
            place-items: center;
            border-radius: 50%;
            background: var(--teal);
            color: var(--white);
            font-size: 0.52rem;
            font-weight: 800;
        }

    .plan-preview__timeline strong {
        display: block;
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.66rem;
    }

    .plan-preview__timeline i {
        display: block;
        width: 75%;
        height: 5px;
        margin-top: 5px;
        border-radius: 10px;
        background: var(--mist);
    }


/* =========================================================
   12. PROCESS
   ========================================================= */

.sprint-process {
    background: var(--gradient-dark);
    color: var(--white);
}

.sprint-process__heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.7fr);
    align-items: end;
    gap: clamp(45px, 7vw, 100px);
    margin-bottom: 54px;
}

    .sprint-process__heading h2 {
        max-width: 680px;
        color: var(--white);
    }

    .sprint-process__heading .lead {
        color: #B9C4CD;
    }

.sprint-process__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

    .sprint-process__timeline::before {
        position: absolute;
        top: 30px;
        right: 10%;
        left: 10%;
        height: 2px;
        background: linear-gradient( 90deg, var(--blue), var(--teal), var(--coral) );
        content: "";
    }

.process-phase {
    position: relative;
    z-index: 2;
}

.process-phase__marker {
    margin-bottom: 22px;
}

    .process-phase__marker span {
        display: grid;
        width: 60px;
        height: 60px;
        place-items: center;
        border: 7px solid var(--ink);
        border-radius: 50%;
        background: var(--blue);
        color: var(--white);
        font-family: var(--font-heading);
        font-size: 0.7rem;
        font-weight: 800;
        box-shadow: var(--shadow-blue);
    }

.process-phase:nth-child(2) .process-phase__marker span {
    background: #6679E8;
}

.process-phase:nth-child(3) .process-phase__marker span {
    background: var(--teal);
}

.process-phase:nth-child(4) .process-phase__marker span {
    background: var(--coral);
}

.process-phase__body {
    min-height: 245px;
    padding: 23px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.06);
}

.process-phase--active .process-phase__body {
    background: linear-gradient( 145deg, rgba(47, 156, 149, 0.17), rgba(255, 255, 255, 0.06) );
}

.process-phase__time {
    display: block;
    margin-bottom: 22px;
    color: #AFC0FF;
    font-size: 0.63rem;
    font-weight: 800;
    text-transform: uppercase;
}

.process-phase h3 {
    margin-bottom: 10px;
    color: var(--white);
    font-size: 1.13rem;
}

.process-phase p {
    color: #B7C2CB;
    font-size: 0.78rem;
    line-height: 1.58;
}


/* =========================================================
   13. INVESTMENT
   ========================================================= */

.sprint-investment {
    background: linear-gradient( 145deg, var(--paper), var(--coral-pale) );
}

.sprint-investment__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(470px, 1.18fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.sprint-investment__content h2 {
    max-width: 620px;
}

.sprint-investment__content > p:not(.lead) {
    color: var(--slate);
}

.investment-panel {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-medium);
}

.investment-panel__price {
    padding: 28px;
    background: var(--ink);
    color: var(--white);
    text-align: center;
}

    .investment-panel__price span,
    .investment-panel__price strong,
    .investment-panel__price small {
        display: block;
    }

    .investment-panel__price span {
        margin-bottom: 6px;
        color: #AFC0FF;
        font-size: 0.68rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .investment-panel__price strong {
        font-family: var(--font-heading);
        font-size: clamp(2.5rem, 4vw, 4rem);
        letter-spacing: -0.06em;
    }

    .investment-panel__price small {
        margin-top: 4px;
        color: #B7C2CB;
        font-size: 0.68rem;
    }

.investment-panel__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

    .investment-panel__details article {
        padding: 20px;
        border-right: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }

        .investment-panel__details article:nth-child(2n) {
            border-right: 0;
        }

        .investment-panel__details article:nth-last-child(-n+2) {
            border-bottom: 0;
        }

    .investment-panel__details span,
    .investment-panel__details strong {
        display: block;
    }

    .investment-panel__details span {
        margin-bottom: 5px;
        color: var(--slate);
        font-size: 0.62rem;
    }

    .investment-panel__details strong {
        color: var(--ink);
        font-family: var(--font-heading);
        font-size: 0.83rem;
    }

    .investment-panel__details p {
        margin: 5px 0 0;
        color: var(--slate);
        font-size: 0.66rem;
        line-height: 1.4;
    }

.investment-panel > .btn {
    width: calc(100% - 40px);
    margin: 20px;
}


/* =========================================================
   14. SCOPE
   ========================================================= */

.sprint-scope {
    background: var(--white);
}

    .sprint-scope .section-heading h2 {
        max-width: 760px;
        margin-inline: auto;
    }

.sprint-scope__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 54px;
}

.scope-panel {
    padding: clamp(23px, 2.8vw, 34px);
    border: 1px solid var(--border);
    border-radius: var(--radius-large);
}

.scope-panel--client {
    background: linear-gradient( 145deg, var(--white), var(--teal-pale) );
}

.scope-panel--excluded {
    background: linear-gradient( 145deg, var(--white), var(--coral-pale) );
}

.scope-panel__header {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 27px;
}

.scope-panel__icon {
    display: grid;
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 50%;
    background: var(--teal);
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 900;
}

.scope-panel--excluded .scope-panel__icon {
    background: var(--coral);
}

.scope-panel__header div > span {
    display: block;
    margin-bottom: 3px;
    color: var(--slate);
    font-size: 0.64rem;
    font-weight: 800;
    text-transform: uppercase;
}

.scope-panel h3 {
    margin: 0;
    font-size: 1.25rem;
}

.scope-panel ul {
    display: grid;
    gap: 10px;
}

.scope-panel li {
    position: relative;
    padding-left: 22px;
    color: var(--slate);
    font-size: 0.78rem;
    line-height: 1.5;
}

    .scope-panel li::before {
        position: absolute;
        top: 0.52em;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: var(--teal);
        content: "";
    }

.scope-panel--excluded li::before {
    background: var(--coral);
}

.sprint-scope__footer {
    margin: 24px auto 0;
    padding: 15px 20px;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    background: var(--paper);
    color: var(--slate);
    font-size: 0.75rem;
    text-align: center;
}


/* =========================================================
   15. OUTCOMES
   ========================================================= */

.sprint-outcomes {
    position: relative;
    overflow: hidden;
    background: var(--gradient-dark);
    color: var(--white);
}

.sprint-outcomes__orb {
    position: absolute;
    right: -250px;
    bottom: -300px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(47, 156, 149, 0.22), transparent 70% );
}

.sprint-outcomes__layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.sprint-outcomes__content h2 {
    max-width: 650px;
    color: var(--white);
}

.sprint-outcomes__content .lead {
    color: #B8C3CC;
}

.sprint-outcomes__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

    .sprint-outcomes__list article {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 11px;
        padding: 14px;
        border: 1px solid var(--border-light);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.06);
        transition: transform var(--transition-fast), background-color var(--transition-fast);
    }

        .sprint-outcomes__list article:hover {
            transform: translateX(5px);
            background: rgba(255, 255, 255, 0.1);
        }

    .sprint-outcomes__list span {
        display: grid;
        width: 31px;
        height: 31px;
        place-items: center;
        border-radius: 10px;
        background: rgba(74, 103, 232, 0.25);
        color: #B8C5FF;
        font-family: var(--font-heading);
        font-size: 0.58rem;
        font-weight: 800;
    }

    .sprint-outcomes__list article:nth-child(2n) span {
        background: rgba(47, 156, 149, 0.2);
        color: #99D8D1;
    }

    .sprint-outcomes__list strong {
        color: var(--white);
        font-family: var(--font-heading);
        font-size: 0.75rem;
    }


/* =========================================================
   16. FAQ
   ========================================================= */

.sprint-faq {
    background: linear-gradient( 180deg, var(--paper), var(--blue-pale) );
}

.sprint-faq__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(500px, 1.25fr);
    align-items: start;
    gap: clamp(50px, 8vw, 110px);
}

.sprint-faq__heading {
    position: sticky;
    top: 120px;
}

    .sprint-faq__heading h2 {
        max-width: 590px;
    }

    .sprint-faq__heading p {
        color: var(--slate);
    }

.sprint-faq__list {
    display: grid;
    gap: 10px;
}

.sprint-faq details {
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
}

.sprint-faq summary {
    position: relative;
    padding: 20px 55px 20px 20px;
    color: var(--ink);
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

    .sprint-faq summary::-webkit-details-marker {
        display: none;
    }

    .sprint-faq summary::after {
        position: absolute;
        top: 50%;
        right: 19px;
        display: grid;
        width: 28px;
        height: 28px;
        place-items: center;
        transform: translateY(-50%);
        border-radius: 50%;
        background: var(--blue-pale);
        color: var(--blue);
        content: "+";
        font-size: 1rem;
        transition: transform var(--transition-fast);
    }

.sprint-faq details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.sprint-faq details > div {
    padding: 0 20px 20px;
}

.sprint-faq details p {
    margin: 0;
    color: var(--slate);
    font-size: 0.78rem;
    line-height: 1.6;
}


/* =========================================================
   17. FINAL CTA
   ========================================================= */

.sprint-final-cta {
    position: relative;
    overflow: hidden;
    padding: clamp(75px, 9vw, 115px) 0;
    background: linear-gradient( 135deg, var(--coral-dark), var(--blue), var(--teal-dark) );
    background-size: 220% 220%;
    color: var(--white);
    animation: sprintCtaMove 12s ease infinite;
}

.sprint-final-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(15px);
}

.sprint-final-cta__orb--one {
    top: -250px;
    right: -160px;
    width: 560px;
    height: 560px;
    background: rgba(255, 255, 255, 0.15);
}

.sprint-final-cta__orb--two {
    bottom: -300px;
    left: -180px;
    width: 620px;
    height: 620px;
    background: rgba(74, 103, 232, 0.22);
}

.sprint-final-cta__inner {
    position: relative;
    z-index: 2;
    max-width: 830px;
    text-align: center;
}

.sprint-final-cta h2 {
    max-width: 790px;
    margin-inline: auto;
    color: var(--white);
}

.sprint-final-cta p {
    max-width: 680px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.sprint-final-cta__actions {
    justify-content: center;
}

.sprint-final-cta__whatsapp {
    border-color: rgba(255, 255, 255, 0.36);
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

    .sprint-final-cta__whatsapp:hover {
        border-color: var(--white);
        background: rgba(255, 255, 255, 0.18);
    }

@keyframes sprintCtaMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* =========================================================
   18. RESPONSIVE
   ========================================================= */

@media (max-width: 1180px) {
    .sprint-fit__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sprint-included__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .credibility-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 1120px) {
    .sprint-hero {
        min-height: auto;
        padding-block: 52px;
    }

    .sprint-hero__inner,
    .sprint-problem__layout,
    .sprint-detail__layout,
    .sprint-sales__layout,
    .sprint-investment__layout,
    .sprint-outcomes__layout,
    .sprint-faq__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .sprint-hero__content,
    .sprint-problem__content,
    .sprint-detail__content,
    .sprint-sales__content,
    .sprint-investment__content,
    .sprint-outcomes__content,
    .sprint-faq__heading {
        max-width: 750px;
    }

    .sprint-hero__visual {
        width: min(100%, 720px);
        min-height: 430px;
        margin-inline: auto;
    }

    .sprint-faq__heading {
        position: static;
    }

    .sprint-process__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .sprint-process__timeline::before {
            display: none;
        }
}


@media (max-width: 900px) {
    .sprint-included__heading,
    .sprint-credibility__heading,
    .sprint-process__heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .credibility-flow {
        grid-template-columns: 1fr;
    }

    .credibility-flow__arrow {
        transform: rotate(90deg);
        text-align: center;
    }

    .sprint-connected__grid {
        grid-template-columns: 1fr;
    }

    .connected-card {
        display: grid;
        grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    }

    .sprint-scope__grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 760px) {
    .sprint-problem__content h2,
    .sprint-fit .section-heading h2,
    .sprint-included__heading h2,
    .sprint-detail__content h2,
    .sprint-credibility__heading h2,
    .sprint-sales__content h2,
    .sprint-connected .section-heading h2,
    .sprint-process__heading h2,
    .sprint-investment__content h2,
    .sprint-scope .section-heading h2,
    .sprint-outcomes__content h2,
    .sprint-faq__heading h2,
    .sprint-final-cta h2 {
        font-size: clamp(1.8rem, 7.2vw, 2.35rem);
        line-height: 1.08;
    }

    .sprint-hero {
        min-height: auto;
        padding: 38px 0 46px;
    }

    .sprint-hero__inner {
        gap: 38px;
    }

    .sprint-hero__service-name {
        margin-bottom: 12px;
        font-size: 0.71rem;
    }

    .sprint-hero h1 {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: clamp(1.85rem, 7vw, 2.35rem);
        line-height: 1.05;
    }

    .sprint-hero__copy {
        margin-bottom: 18px;
        font-size: 0.93rem;
    }

    .sprint-hero__facts {
        grid-template-columns: 1fr;
    }

    .sprint-hero__actions {
        width: 100%;
    }

        .sprint-hero__actions .btn {
            width: 100%;
        }

    .sprint-hero__visual {
        min-height: 400px;
    }

    .refresh-visual {
        height: 400px;
        transform: scale(0.9);
        transform-origin: center center;
    }

    .refresh-browser--before {
        left: 1%;
    }

    .refresh-browser--after {
        right: 1%;
    }

    .sprint-fit__grid,
    .sprint-included__grid,
    .credibility-cards,
    .sales-choice-grid,
    .sprint-process__timeline,
    .sprint-outcomes__list {
        grid-template-columns: 1fr;
    }

        .fit-card,
        .included-card,
        .credibility-cards article,
        .process-phase__body {
            min-height: auto;
        }

    .website-review-panel__items {
        grid-template-columns: 1fr;
    }

    .sprint-check-list {
        grid-template-columns: 1fr;
    }

    .connected-card {
        display: block;
    }

    .connected-card__visual {
        min-height: 255px;
    }

    .investment-panel__details {
        grid-template-columns: 1fr;
    }

        .investment-panel__details article {
            border-right: 0;
            border-bottom: 1px solid var(--border);
        }

            .investment-panel__details article:nth-last-child(-n+2) {
                border-bottom: 1px solid var(--border);
            }

            .investment-panel__details article:last-child {
                border-bottom: 0;
            }

    .sprint-final-cta {
        padding: 72px 0;
    }
}


@media (max-width: 520px) {
    .sprint-hero {
        padding-top: 32px;
    }

        .sprint-hero h1 {
            font-size: clamp(1.75rem, 6.8vw, 2.1rem);
        }

    .sprint-hero__visual {
        min-height: 350px;
        margin-top: -8px;
    }

    .refresh-visual {
        width: 112%;
        height: 370px;
        margin-left: -6%;
        transform: scale(0.77);
    }

    .refresh-browser--before {
        width: 52%;
    }

    .refresh-browser--after {
        width: 65%;
    }

    .refresh-visual__transition {
        left: 38%;
    }

    .refresh-float--message {
        right: 3%;
    }

    .refresh-float--cta {
        right: -4%;
    }

    .website-review-panel,
    .scope-panel,
    .sales-choice-card {
        padding: 21px;
    }

    .website-review-panel__header {
        flex-direction: column;
    }

    .sprint-process__heading {
        margin-bottom: 42px;
    }

    .process-phase__marker {
        margin-bottom: 14px;
    }

    .sprint-final-cta__actions {
        width: 100%;
    }

        .sprint-final-cta__actions .btn {
            width: 100%;
        }
}


/* =========================================================
   19. REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .refresh-visual__transition,
    .refresh-float,
    .sprint-value-strip__track,
    .sprint-final-cta {
        animation: none;
    }

    .sprint-value-strip__track {
        width: auto;
    }

    .sprint-value-strip__group {
        flex-wrap: wrap;
        justify-content: center;
        padding-inline: 15px;
    }

        .sprint-value-strip__group[aria-hidden="true"] {
            display: none;
        }

    .refresh-browser,
    .mini-document,
    .mini-slide,
    .social-profile-preview,
    .email-preview,
    .plan-preview {
        transform: none;
    }
}
