.why-page {
    background: #fff;
}

.why-page .nav-menu {
    gap: 24px;
}

.why-page .nav-links {
    gap: 22px;
}

.why-page .nav-links a[aria-current="page"] {
    color: var(--ink);
}

.why-page .nav-links a[aria-current="page"]::after {
    transform: scaleX(1);
}

.why-section {
    position: relative;
    padding: 112px 0;
}

.why-section-heading {
    max-width: 760px;
    margin-bottom: 54px;
}

.why-section-heading.is-split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
    align-items: end;
    gap: 92px;
}

.why-section-heading.is-centred {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.why-section-heading h2 {
    margin-bottom: 0;
    color: var(--ink-deep);
    font-size: clamp(42px, 4.3vw, 64px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.why-section-heading h2 span {
    color: var(--violet);
}

.why-section-heading > p,
.why-section-heading > div > p:last-child {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.why-section-heading.is-centred > p:last-child {
    max-width: 680px;
    margin: 20px auto 0;
}

.why-kicker {
    margin: 0 0 22px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #67b7f2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em;
    line-height: 1;
    text-transform: uppercase;
}

.why-kicker > span {
    width: 21px;
    height: 1px;
    display: inline-block;
    background: currentColor;
}

.why-kicker.is-dark {
    color: var(--violet-dark);
}

.why-hero {
    position: relative;
    overflow: hidden;
    padding: 108px 0 102px;
    color: #fff;
    background:
        radial-gradient(circle at 77% 24%, rgba(44, 143, 229, .24), transparent 29%),
        linear-gradient(135deg, #0c2a5e 0%, #0c2a5e 55%, #0c2a5e 100%);
}

.why-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 160px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, rgba(12, 42, 94, .19));
}

.why-hero-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: .28;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.why-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.why-hero-glow-one {
    top: -330px;
    left: -260px;
    width: 690px;
    height: 690px;
    background: radial-gradient(circle, rgba(72, 111, 238, .2), transparent 68%);
}

.why-hero-glow-two {
    right: -300px;
    bottom: -420px;
    width: 760px;
    height: 760px;
    background: radial-gradient(circle, rgba(44, 143, 229, .27), transparent 69%);
}

.why-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(390px, .82fr) minmax(570px, 1.18fr);
    align-items: center;
    gap: 72px;
}

.why-hero-copy h1 {
    max-width: 670px;
    margin-bottom: 26px;
    color: #fff;
    font-size: clamp(60px, 5.6vw, 82px);
    font-weight: 800;
    letter-spacing: -.068em;
    line-height: .98;
}

.why-hero-copy h1 span {
    color: transparent;
    background: linear-gradient(100deg, #67b7f2, #2c8fe5 53%, #67b7f2);
    background-clip: text;
    -webkit-background-clip: text;
}

.why-hero-copy > p:not(.why-kicker) {
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(235, 238, 255, .7);
    font-size: 18px;
    line-height: 1.74;
}

.why-hero-actions,
.why-final-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.why-hero-actions .button-white {
    min-width: 202px;
}

.why-hero-actions .button-ghost {
    min-width: 166px;
}

.why-hero-assurances {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    color: rgba(229, 233, 255, .58);
    font-size: 10.5px;
    font-weight: 650;
}

.why-hero-assurances span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.why-hero-assurances svg {
    width: 13px;
    height: 13px;
    color: #69e1ad;
}

.why-system-visual {
    position: relative;
    min-height: 570px;
    padding: 40px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
    align-items: center;
}

.why-system-visual::before {
    content: "";
    position: absolute;
    inset: 7% -7%;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    pointer-events: none;
    transform: rotate(-7deg);
}

.why-system-visual::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    left: 5%;
    height: 1px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(44, 143, 229, .42), transparent);
}

.why-stack-card {
    position: relative;
    z-index: 2;
    min-height: 420px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .065);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .07);
    backdrop-filter: blur(18px);
}

.why-stack-card.is-patchwork {
    transform: rotate(-2.2deg) translateY(12px);
}

.why-stack-card.is-crewbyte {
    border-color: rgba(44, 143, 229, .38);
    background: linear-gradient(155deg, rgba(44, 143, 229, .2), rgba(255, 255, 255, .07));
    box-shadow: 0 34px 95px rgba(12, 42, 94, .34), 0 0 70px rgba(44, 143, 229, .09), inset 0 1px 0 rgba(255, 255, 255, .11);
    transform: rotate(1.8deg) translateY(-9px);
}

.why-stack-card > header {
    min-height: 46px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.why-stack-card > header small {
    color: rgba(255, 255, 255, .36);
    font-size: 8px;
    text-align: right;
}

.why-stack-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .8);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.why-stack-status i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f3ad5b;
    box-shadow: 0 0 0 5px rgba(243, 173, 91, .1);
}

.why-stack-status.is-green i {
    background: #61dda5;
    box-shadow: 0 0 0 5px rgba(97, 221, 165, .1);
}

.why-patchwork-tools {
    flex: 1;
    padding: 22px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.why-patchwork-tools > span {
    min-height: 116px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: rgba(255, 255, 255, .76);
    background: rgba(255, 255, 255, .055);
}

.why-patchwork-tools svg {
    width: 20px;
    height: 20px;
    margin-bottom: 13px;
    color: #2c8fe5;
}

.why-patchwork-tools .is-chat svg {
    color: #6fa0ff;
}

.why-patchwork-tools .is-clock svg {
    color: #65ddb0;
}

.why-patchwork-tools .is-leave svg {
    color: #ffad6d;
}

.why-patchwork-tools strong {
    color: #fff;
    font-size: 10px;
}

.why-patchwork-tools small {
    margin-top: 3px;
    color: rgba(255, 255, 255, .38);
    font-size: 7.5px;
}

.why-stack-card > p {
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .52);
    font-size: 8.5px;
    font-weight: 650;
}

.why-stack-card > p > span {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #f2a864;
    background: rgba(242, 168, 100, .1);
}

.why-stack-card.is-crewbyte > p > span {
    color: #65dda9;
    background: rgba(101, 221, 169, .1);
}

.why-stack-card > p svg {
    width: 13px;
    height: 13px;
}

.why-system-arrow {
    position: relative;
    z-index: 3;
    width: 38px;
    height: 38px;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #d9ecfb;
    background: #0c2a5e;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
}

.why-system-arrow svg {
    width: 17px;
    height: 17px;
}

.why-crewbyte-core {
    flex: 1;
    padding: 42px 0 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.why-core-mark {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 19px 45px rgba(12, 42, 94, .27), 0 0 0 9px rgba(255, 255, 255, .035);
}

.why-core-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-crewbyte-core small {
    display: block;
    color: #67b7f2;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.why-crewbyte-core strong {
    margin-top: 5px;
    display: block;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.04em;
}

.why-core-modules {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.why-core-modules span {
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, .68);
    background: rgba(255, 255, 255, .05);
    font-size: 8px;
    font-weight: 700;
}

.why-core-modules svg {
    width: 13px;
    height: 13px;
    color: #67b7f2;
}

.why-friction {
    background: linear-gradient(180deg, #fff, #fbfbff);
}

.why-friction-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.why-friction-grid article {
    position: relative;
    min-height: 315px;
    overflow: hidden;
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(12, 42, 94, .055);
}

.why-friction-grid article > span:first-child {
    position: absolute;
    top: 25px;
    right: 26px;
    color: #d6d9e4;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}

.why-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 38px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: var(--violet);
    background: var(--violet-soft);
}

.why-card-icon.is-orange {
    color: var(--orange);
    background: #fff1e6;
}

.why-card-icon.is-blue {
    color: var(--blue);
    background: #eaf0ff;
}

.why-card-icon.is-green {
    color: var(--green);
    background: #e8f8f1;
}

.why-card-icon svg {
    width: 22px;
    height: 22px;
}

.why-card-icon img {
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.why-friction-grid h3,
.why-approach-grid h3,
.why-difference-grid h3,
.why-people-grid h3 {
    margin-bottom: 12px;
    color: var(--ink-deep);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
}

.why-friction-grid p,
.why-approach-grid p,
.why-difference-grid p,
.why-people-grid p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.why-workflow {
    background: #f6f7fb;
}

.why-workflow-rail {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
}

.why-workflow-rail li {
    position: relative;
    min-height: 300px;
    padding: 26px 24px;
    border: 1px solid var(--line);
    border-right-width: 0;
    background: #fff;
}

.why-workflow-rail li:first-child {
    border-radius: 22px 0 0 22px;
}

.why-workflow-rail li:last-child {
    border-right-width: 1px;
    border-radius: 0 22px 22px 0;
}

.why-workflow-rail li:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 75px;
    right: -7px;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--violet);
    box-shadow: 0 0 0 1px rgba(44, 143, 229, .16);
}

.why-workflow-number {
    color: #a8aebe;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
}

.why-workflow-rail li > i {
    width: 48px;
    height: 48px;
    margin: 26px 0 38px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    color: var(--violet);
    background: var(--violet-soft);
    font-style: normal;
}

.why-workflow-rail li:nth-child(3) > i {
    color: var(--blue);
    background: #eaf0ff;
}

.why-workflow-rail li:nth-child(4) > i {
    color: var(--orange);
    background: #fff1e6;
}

.why-workflow-rail li:nth-child(5) > i {
    color: var(--green);
    background: #e7f8f0;
}

.why-workflow-rail svg {
    width: 22px;
    height: 22px;
}

.why-workflow-rail small {
    color: var(--violet-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.why-workflow-rail strong {
    margin: 4px 0 10px;
    display: block;
    color: var(--ink-deep);
    font-size: 16px;
}

.why-workflow-rail p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.why-approaches {
    background: #fff;
}

.why-approach-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.why-approach-grid article {
    min-height: 395px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
}

.why-approach-grid article.is-featured {
    position: relative;
    overflow: hidden;
    border-color: rgba(44, 143, 229, .32);
    background: linear-gradient(160deg, #fbfaff, #f3f9fe);
    box-shadow: 0 24px 62px rgba(44, 143, 229, .13);
}

.why-approach-grid article.is-featured::after {
    content: "Recommended for connected shift operations";
    position: absolute;
    top: 16px;
    right: -58px;
    width: 210px;
    padding: 6px 0;
    color: #fff;
    background: var(--violet);
    font-size: 6.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(34deg);
}

.why-approach-grid .why-card-icon {
    margin-bottom: 28px;
}

.why-approach-grid article > small {
    margin-bottom: 9px;
    color: var(--violet-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.why-approach-grid article > p {
    margin-bottom: 25px;
}

.why-approach-grid article > strong {
    margin-top: auto;
    color: var(--ink-deep);
    font-size: 10px;
    text-transform: uppercase;
}

.why-approach-grid article > span:last-child {
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.55;
}

.why-checklist {
    background: linear-gradient(180deg, #f7f8fc, #fbfbfe);
}

.why-comparison {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(12, 42, 94, .07);
}

.why-comparison-head,
.why-comparison-row {
    display: grid;
    grid-template-columns: minmax(190px, .75fr) minmax(280px, 1.2fr) minmax(280px, 1.15fr);
    gap: 0;
}

.why-comparison-head {
    color: rgba(255, 255, 255, .66);
    background: var(--ink-deep);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.why-comparison-head span,
.why-comparison-row > * {
    margin: 0;
    padding: 20px 24px;
}

.why-comparison-head span:not(:last-child),
.why-comparison-row > *:not(:last-child) {
    border-right: 1px solid var(--line);
}

.why-comparison-head span:not(:last-child) {
    border-right-color: rgba(255, 255, 255, .1);
}

.why-comparison-row:not(:last-child) {
    border-bottom: 1px solid var(--line);
}

.why-comparison-row:nth-child(odd) {
    background: #fbfbfe;
}

.why-comparison-row strong {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ink-deep);
    font-size: 13px;
}

.why-comparison-row strong svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: var(--violet);
}

.why-comparison-row p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.why-comparison-row p:nth-child(2) {
    color: var(--ink-soft);
    font-weight: 600;
}

.why-difference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.why-difference-grid article {
    min-height: 198px;
    padding: 27px;
    border: 1px solid var(--line);
    border-radius: 20px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    background: #fff;
}

.why-difference-grid article > span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: var(--violet);
    background: var(--violet-soft);
}

.why-difference-grid article > span svg {
    width: 20px;
    height: 20px;
}

.why-difference-grid h3 {
    font-size: 17px;
}

.why-difference-grid p {
    font-size: 12px;
}

.why-people {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 50% 0, rgba(44, 143, 229, .27), transparent 37%),
        var(--ink-deep);
}

.why-people::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 23px 23px;
    mask-image: linear-gradient(to bottom, #000, transparent 75%);
}

.why-people-shell {
    position: relative;
    z-index: 2;
}

.why-people .why-section-heading h2 {
    color: #fff;
}

.why-people-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.why-people-grid article {
    min-height: 355px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 23px;
    background: rgba(255, 255, 255, .06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(14px);
}

.why-person-role {
    margin-bottom: 38px;
    display: inline-flex;
    color: #67b7f2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.why-people-grid h3 {
    color: #fff;
    font-size: 23px;
}

.why-people-grid p {
    color: rgba(232, 235, 255, .58);
}

.why-people-grid ul {
    margin: 26px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: grid;
    gap: 10px;
    list-style: none;
}

.why-people-grid li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
    font-weight: 650;
}

.why-people-grid li svg {
    width: 13px;
    height: 13px;
    color: #67dda9;
}

.why-fit {
    background: #f7f8fc;
}

.why-fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.why-fit-card {
    min-height: 510px;
    padding: 48px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
}

.why-fit-card.is-best {
    border-color: rgba(44, 143, 229, .24);
    background: linear-gradient(150deg, #fff, #f3f9fe);
    box-shadow: 0 26px 70px rgba(44, 143, 229, .11);
}

.why-fit-card h2 {
    max-width: 490px;
    margin-bottom: 34px;
    color: var(--ink-deep);
    font-size: clamp(34px, 3.5vw, 49px);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1.05;
}

.why-fit-card ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 13px;
    list-style: none;
}

.why-fit-card li {
    min-height: 56px;
    padding: 11px 14px;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    color: var(--ink-soft);
    background: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 650;
}

.why-fit-card li > svg {
    width: 29px;
    height: 29px;
    padding: 7px;
    border-radius: 9px;
    color: var(--green);
    background: #e7f8f0;
}

.why-fit-card.is-talk li > svg {
    color: var(--violet);
    background: var(--violet-soft);
}

.why-fit-card > p:not(.why-kicker) {
    margin: 26px 0 12px;
    color: var(--muted);
    font-size: 12px;
}

.why-fit-card > a,
.why-faq .why-section-heading > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--violet-dark);
    font-size: 12px;
    font-weight: 800;
}

.why-fit-card > a svg,
.why-faq .why-section-heading > a svg {
    width: 15px;
    height: 15px;
    transition: transform .2s ease;
}

.why-fit-card > a:hover svg,
.why-faq .why-section-heading > a:hover svg {
    transform: translateX(3px);
}

.why-proof {
    background: #fff;
}

.why-proof-card {
    overflow: hidden;
    padding: 66px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
    align-items: center;
    gap: 80px;
    color: #fff;
    background:
        radial-gradient(circle at 12% 30%, rgba(44, 143, 229, .28), transparent 35%),
        linear-gradient(135deg, #0c2a5e, #0c2a5e);
    box-shadow: 0 35px 90px rgba(12, 42, 94, .18);
}

.why-proof-copy h2 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(40px, 4.3vw, 60px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1.02;
}

.why-proof-copy > p:last-child {
    margin-bottom: 0;
    color: rgba(232, 235, 255, .62);
    font-size: 15px;
    line-height: 1.75;
}

.why-proof-links {
    display: grid;
    gap: 10px;
}

.why-proof-links > a {
    min-height: 84px;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 17px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 13px;
    background: rgba(255, 255, 255, .06);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.why-proof-links > a:hover {
    border-color: rgba(103, 183, 242, .4);
    background: rgba(255, 255, 255, .1);
    transform: translateX(3px);
}

.why-proof-links > a > span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    color: #67b7f2;
    background: rgba(44, 143, 229, .13);
}

.why-proof-links > a > span svg {
    width: 20px;
    height: 20px;
}

.why-proof-links small,
.why-proof-links strong {
    display: block;
}

.why-proof-links small {
    color: rgba(255, 255, 255, .4);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.why-proof-links strong {
    margin-top: 3px;
    color: #fff;
    font-size: 13px;
}

.why-proof-links > a > svg {
    width: 17px;
    height: 17px;
    color: rgba(255, 255, 255, .45);
}

.why-faq {
    padding-top: 42px;
    background: #fff;
}

.why-faq-grid {
    display: grid;
    grid-template-columns: minmax(310px, .78fr) minmax(500px, 1.22fr);
    align-items: start;
    gap: 105px;
}

.why-faq .why-section-heading {
    position: sticky;
    top: 112px;
    margin-bottom: 0;
}

.why-faq .why-section-heading h2 {
    font-size: clamp(39px, 4vw, 57px);
}

.why-faq .why-section-heading > p:not(.why-kicker) {
    margin: 20px 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.why-faq-list {
    border-top: 1px solid var(--line);
}

.why-faq-list details {
    border-bottom: 1px solid var(--line);
}

.why-faq-list summary {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: var(--ink-deep);
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
}

.why-faq-list summary::-webkit-details-marker {
    display: none;
}

.why-faq-list summary span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--violet);
    background: var(--violet-soft);
}

.why-faq-list summary svg {
    width: 15px;
    height: 15px;
    transition: transform .2s ease;
}

.why-faq-list details[open] summary svg {
    transform: rotate(45deg);
}

.why-faq-list details > p {
    max-width: 670px;
    margin: -5px 0 28px;
    padding-right: 58px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.why-faq-list details > p a {
    color: var(--violet-dark);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.why-final {
    padding: 0 0 112px;
    background: #fff;
}

.why-final-card {
    position: relative;
    overflow: hidden;
    min-height: 365px;
    padding: 68px;
    border-radius: 31px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 70px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 12%, rgba(44, 143, 229, .36), transparent 31%),
        linear-gradient(135deg, #2c8fe5, #2c8fe5 54%, #2c8fe5);
    box-shadow: 0 30px 80px rgba(44, 143, 229, .26);
}

.why-final-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .27;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, transparent, #000);
}

.why-final-card > * {
    position: relative;
    z-index: 2;
}

.why-final-card h2 {
    max-width: 720px;
    margin-bottom: 16px;
    color: #fff;
    font-size: clamp(42px, 4.7vw, 65px);
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1;
}

.why-final-card p:not(.why-kicker) {
    max-width: 650px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 15px;
}

.why-final-actions {
    min-width: 220px;
    flex-direction: column;
    align-items: stretch;
}

.why-final-actions .button {
    width: 100%;
}

@media (max-width: 1180px) {
    .why-page .nav-menu {
        gap: 17px;
    }

    .why-page .nav-links {
        gap: 16px;
    }

    .why-hero-inner {
        grid-template-columns: minmax(350px, .76fr) minmax(520px, 1.24fr);
        gap: 38px;
    }

    .why-stack-card {
        padding: 18px;
    }

    .why-approach-grid article {
        padding: 23px;
    }
}

@media (max-width: 1060px) {
    .why-hero-inner {
        grid-template-columns: 1fr;
    }

    .why-hero-copy {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .why-hero-copy h1,
    .why-hero-copy > p:not(.why-kicker) {
        margin-right: auto;
        margin-left: auto;
    }

    .why-hero-actions,
    .why-hero-assurances {
        justify-content: center;
    }

    .why-system-visual {
        width: min(850px, 100%);
        margin: 15px auto 0;
    }

    .why-section-heading.is-split {
        gap: 45px;
    }

    .why-workflow-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .why-workflow-rail li,
    .why-workflow-rail li:first-child,
    .why-workflow-rail li:last-child {
        border-width: 1px;
        border-radius: 20px;
    }

    .why-workflow-rail li:not(:last-child)::after {
        display: none;
    }

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

    .why-approach-grid article {
        min-height: 350px;
    }

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

    .why-proof-card {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .why-faq-grid {
        gap: 55px;
    }
}

@media (max-width: 940px) {
    .why-page .nav-links {
        gap: 2px;
    }

    .why-page .nav-links a[aria-current="page"] {
        color: var(--violet-dark);
        background: var(--violet-soft);
    }

    .why-page .site-header:not(.is-scrolled) .nav-menu {
        top: 111px;
    }

    .why-section {
        padding: 88px 0;
    }

    .why-section-heading.is-split {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .why-friction-grid,
    .why-people-grid {
        grid-template-columns: 1fr;
    }

    .why-friction-grid article {
        min-height: 255px;
    }

    .why-people-grid article {
        min-height: 300px;
    }

    .why-fit-grid {
        grid-template-columns: 1fr;
    }

    .why-fit-card {
        min-height: 0;
    }

    .why-faq-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .why-faq .why-section-heading {
        position: static;
    }

    .why-final-card {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .why-final-actions {
        width: min(100%, 420px);
    }
}

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

    .why-hero-copy h1 {
        font-size: clamp(47px, 12vw, 66px);
    }

    .why-system-visual {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .why-system-visual::before,
    .why-system-visual::after {
        display: none;
    }

    .why-stack-card {
        min-height: 390px;
    }

    .why-stack-card.is-patchwork,
    .why-stack-card.is-crewbyte {
        transform: none;
    }

    .why-system-arrow {
        transform: rotate(90deg);
    }

    .why-workflow-rail {
        grid-template-columns: 1fr;
    }

    .why-workflow-rail li {
        min-height: 220px;
    }

    .why-workflow-rail li > i {
        margin: 22px 0 25px;
    }

    .why-comparison {
        overflow: visible;
        border: 0;
        border-radius: 0;
        display: grid;
        gap: 12px;
        background: transparent;
        box-shadow: none;
    }

    .why-comparison-head {
        display: none;
    }

    .why-comparison-row {
        padding: 21px;
        border: 1px solid var(--line) !important;
        border-radius: 18px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        background: #fff !important;
        box-shadow: 0 12px 34px rgba(12, 42, 94, .045);
    }

    .why-comparison-row > * {
        padding: 0;
        border: 0 !important;
    }

    .why-comparison-row p {
        position: relative;
        padding-top: 21px;
    }

    .why-comparison-row p::before {
        position: absolute;
        top: 0;
        left: 0;
        color: #9ba2b6;
        font-size: 7.5px;
        font-weight: 800;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .why-comparison-row p:nth-child(2)::before {
        content: "CrewByte's approach";
    }

    .why-comparison-row p:nth-child(3)::before {
        content: "Question to ask";
    }

    .why-difference-grid {
        grid-template-columns: 1fr;
    }

    .why-difference-grid article {
        min-height: 170px;
    }

    .why-proof-card,
    .why-final-card {
        padding: 44px 28px;
    }

    .why-final {
        padding-bottom: 88px;
    }
}

@media (max-width: 620px) {
    .why-section {
        padding: 74px 0;
    }

    .why-section-heading {
        margin-bottom: 38px;
    }

    .why-section-heading h2 {
        font-size: 40px;
    }

    .why-section-heading > p,
    .why-section-heading > div > p:last-child {
        font-size: 15px;
    }

    .why-hero-actions,
    .why-final-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .why-hero-actions .button,
    .why-final-actions .button {
        width: 100%;
    }

    .why-hero-assurances {
        display: grid;
        justify-content: start;
        text-align: left;
    }

    .why-patchwork-tools > span {
        min-height: 105px;
    }

    .why-approach-grid {
        grid-template-columns: 1fr;
    }

    .why-approach-grid article {
        min-height: 330px;
    }

    .why-fit-card {
        padding: 34px 23px;
        border-radius: 23px;
    }

    .why-fit-card h2 {
        font-size: 38px;
    }

    .why-proof-card {
        border-radius: 24px;
    }

    .why-proof-links > a {
        grid-template-columns: 38px minmax(0, 1fr) 17px;
        padding: 11px;
    }

    .why-proof-links > a > span {
        width: 38px;
        height: 38px;
    }

    .why-faq-list summary {
        min-height: 80px;
        font-size: 14px;
    }

    .why-faq-list details > p {
        padding-right: 0;
    }

    .why-final-card h2 {
        font-size: 42px;
    }
}

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

    .why-hero-copy h1 {
        font-size: 48px;
    }

    .why-hero-copy > p:not(.why-kicker) {
        font-size: 16px;
    }

    .why-stack-card {
        min-height: 360px;
        padding: 16px;
        border-radius: 20px;
    }

    .why-stack-card > header small {
        display: none;
    }

    .why-patchwork-tools {
        padding: 17px 0;
    }

    .why-patchwork-tools > span {
        min-height: 98px;
        padding: 11px;
    }

    .why-friction-grid article,
    .why-people-grid article {
        padding: 26px;
    }

    .why-difference-grid article {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 22px;
        gap: 14px;
    }

    .why-difference-grid article > span {
        width: 38px;
        height: 38px;
    }

    .why-fit-card li {
        align-items: start;
    }

    .why-proof-card,
    .why-final-card {
        padding: 38px 22px;
    }

    .why-proof-copy h2,
    .why-final-card h2 {
        font-size: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .why-proof-links > a,
    .why-fit-card > a svg,
    .why-faq .why-section-heading > a svg,
    .why-faq-list summary svg {
        transition: none;
    }
}

