/* Why We Built It page only */

.why-built-page {
    background: #ffffff;
}

.why-built-main {
    background: #ffffff;
    color: #07122f;
    overflow: hidden;
}

.why-eyebrow {
    display: inline-block;
    color: #2448ff;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .34em;
    line-height: 1;
    text-transform: uppercase;
}

.why-hero {
    width: min(860px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 66px;
    text-align: center;
}

.why-hero h1 {
    margin: 26px 0 26px;
    color: #0b142d;
    font-size: clamp(3rem, 6vw, 5.1rem);
    line-height: .95;
    letter-spacing: -.06em;
    font-weight: 800;
}

.why-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: #667085;
    font-size: 1.18rem;
    line-height: 1.55;
}

.why-origin {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 510px);
    gap: 86px;
    align-items: start;
}

.why-origin__text h2 {
    margin: 22px 0 28px;
    color: #08122d;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.why-origin__text p {
    max-width: 560px;
    margin: 0 0 22px;
    color: #667085;
    font-size: 1.05rem;
    line-height: 1.65;
}

.why-origin__timeline {
    background: #f0f2fb;
    border: 1px solid #b7c5ff;
    border-radius: 14px;
    padding: 32px 38px;
}

.why-origin__timeline ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 26px;
}

.why-origin__timeline li {
    position: relative;
    padding-left: 24px;
}

.why-origin__timeline li::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2448ff;
}

.why-origin__timeline strong,
.why-origin__timeline span {
    display: block;
}

.why-origin__timeline strong {
    color: #07122f;
    font-weight: 800;
    margin-bottom: 5px;
}

.why-origin__timeline span {
    color: #667085;
    line-height: 1.4;
}

.why-beliefs {
    background: #2946ee;
    color: #ffffff;
    padding: 86px 20px 78px;
}

.why-section-heading {
    text-align: center;
    margin-bottom: 52px;
}

.why-section-heading h2 {
    margin: 18px 0 0;
    color: #08122d;
    font-size: clamp(2.1rem, 4.2vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 800;
}

.why-section-heading--light .why-eyebrow,
.why-section-heading--light h2 {
    color: #ffffff;
}

.belief-grid {
    width: min(1080px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.belief-card {
    min-height: 220px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 14px;
    background: rgba(255,255,255,.10);
    padding: 28px 24px;
}

.belief-card img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 8px;
    margin-bottom: 28px;
}

.belief-card h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 800;
}

.belief-card p {
    margin: 0;
    color: rgba(255,255,255,.88);
    line-height: 1.55;
}

.why-process {
    background: #f5f6f8;
    padding: 84px 20px 98px;
}

.process-list {
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px;
    text-align: center;
}

.process-list span {
    width: 42px;
    height: 42px;
    margin: 0 auto 20px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #2946ee;
    color: #ffffff;
    font-size: .82rem;
    font-weight: 800;
}

.process-list strong {
    display: block;
    color: #07122f;
    font-weight: 800;
    margin-bottom: 12px;
}

.process-list p {
    margin: 0;
    color: #667085;
    font-size: .92rem;
    line-height: 1.45;
}

.why-iterate {
    width: min(1080px, calc(100% - 40px));
    margin: 0 auto;
    padding: 88px 0 86px;
}

.why-iterate__intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 54px;
}

.why-iterate__intro h2 {
    margin: 22px 0 0;
    color: #08122d;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.05;
    letter-spacing: -.045em;
    font-weight: 800;
}

.why-iterate__intro p {
    margin: 0;
    color: #667085;
    font-size: 1.05rem;
    line-height: 1.55;
}

.iterate-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1.05fr;
    grid-auto-rows: 170px;
    gap: 18px;
}

.iterate-card {
    border-radius: 14px;
    background: #f1f2f5;
    padding: 28px 32px;
    display: flex;
    align-items: flex-end;
    color: #07122f;
    font-weight: 700;
    line-height: 1.45;
}

.iterate-card p {
    margin: 0;
}

.iterate-card--large {
    grid-row: span 2;
    background: #e8ebfb;
}

.iterate-card--blue {
    background: #2946ee;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.iterate-card--blue blockquote {
    margin: 0 0 14px;
    font-size: 1.55rem;
    line-height: 1.15;
    font-weight: 800;
}

.iterate-card--blue span {
    color: rgba(255,255,255,.78);
}

.iterate-card--outline {
    background: #f6f7ff;
    border: 1px solid #b7c5ff;
}

.why-stats {
    background: #2946ee;
    color: #ffffff;
    padding: 74px 20px;
    display: flex;
    justify-content: center;
    gap: clamp(70px, 13vw, 190px);
    text-align: center;
}

.why-stats strong {
    display: block;
    font-size: clamp(3.4rem, 6vw, 5rem);
    line-height: .9;
    font-weight: 800;
    letter-spacing: -.045em;
}

.why-stats span {
    display: block;
    margin-top: 16px;
    font-size: .78rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: rgba(255,255,255,.86);
}

.why-testimonials {
    background: #ffffff;
    padding: 82px 20px 88px;
}

.testimonial-grid {
    width: min(1080px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.testimonial-card {
    border-radius: 14px;
    background: #f1f2f5;
    padding: 32px 32px;
}

.testimonial-card p {
    margin: 0 0 30px;
    color: #07122f;
    font-size: 1rem;
    line-height: 1.55;
}

.testimonial-card div {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 16px;
    align-items: center;
}

.testimonial-card span {
    grid-row: span 2;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #2946ee;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 800;
}

.testimonial-card strong,
.testimonial-card small {
    display: block;
}

.testimonial-card strong {
    color: #07122f;
    font-weight: 800;
}

.testimonial-card small {
    color: #667085;
    font-size: .88rem;
}

.why-cta {
    background: #2946ee;
    color: #ffffff;
    padding: 92px 20px 110px;
    text-align: center;
}

.why-cta .why-eyebrow {
    color: rgba(255,255,255,.78);
}

.why-cta h2 {
    margin: 28px auto 28px;
    color: #ffffff;
    max-width: 760px;
    font-size: clamp(3rem, 5.5vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 800;
}

.why-cta p {
    max-width: 560px;
    margin: 0 auto 36px;
    color: rgba(255,255,255,.9);
    font-size: 1.08rem;
    line-height: 1.55;
}

.why-cta__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.why-button {
    min-height: 44px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
}

.why-button--white {
    background: #ffffff;
    color: #2946ee;
}

.why-button--ghost {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.45);
}

@media (max-width: 980px) {
    .why-origin,
    .why-iterate__intro {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .belief-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .iterate-grid {
        grid-template-columns: 1fr 1fr;
    }

    .iterate-card--large {
        grid-row: span 1;
    }
}

@media (max-width: 760px) {
    .why-hero {
        padding-top: 52px;
    }

    .why-origin {
        margin-bottom: 58px;
    }

    .why-beliefs,
    .why-process,
    .why-testimonials,
    .why-cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .belief-grid,
    .process-list,
    .testimonial-grid,
    .iterate-grid {
        grid-template-columns: 1fr;
    }

    .why-stats {
        flex-direction: column;
        gap: 48px;
    }
}

@media (max-width: 480px) {
    .why-origin,
    .why-iterate {
        width: min(100% - 24px, 1080px);
    }

    .why-origin__timeline,
    .testimonial-card,
    .iterate-card {
        padding: 24px;
    }
}
