:root {
    --page-bg: #f7fbfb;
    --ink: #12202a;
    --text: #25353e;
    --muted: #60727b;
    --primary: #12b7b1;
    --line: rgba(18, 32, 42, 0.1);
}

.page {
    min-height: 100vh;
    background: var(--page-bg);
    color: var(--text);
}

.hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 8% 18%, rgba(255, 255, 255, 0.08) 0 4%, transparent 4.3%),
        radial-gradient(circle at 15% 40%, rgba(255, 255, 255, 0.07) 0 3%, transparent 3.3%),
        radial-gradient(circle at 31% 22%, rgba(255, 255, 255, 0.06) 0 4.4%, transparent 4.7%),
        radial-gradient(circle at 55% 28%, rgba(255, 255, 255, 0.06) 0 4.6%, transparent 4.9%),
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.07) 0 4.2%, transparent 4.5%),
        radial-gradient(circle at 88% 42%, rgba(255, 255, 255, 0.06) 0 4.8%, transparent 5.1%),
        linear-gradient(135deg, #0c8782 0%, #11aea9 56%, #16c4be 100%);
}

.hero__inner {
    position: relative;
    z-index: 1;
    padding-bottom: 118px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hero__copy {
    padding: 18px 0 0;
    max-width: 780px;
}

.hero__copy h1 {
    margin: 0;
    font-size: clamp(3rem, 6vw, 5.3rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.hero__copy p {
    margin: 22px 0 0;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.94);
}

.hero__wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 112px;
    color: #fff;
    pointer-events: none;
}

.proposal {
    background: #fff;
}

.proposal__grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;
    padding: 74px 0 92px;
}

.proposal__sticky {
    position: sticky;
    top: 28px;
    align-self: start;
    padding-top: 10px;
}

.proposal__sticky .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 22px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}

.proposal__content h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    max-width: 14ch;
}

.proposal__content p {
    margin: 28px 0 0;
    max-width: 40rem;
    color: #1f2d35;
    font-size: 1.26rem;
    line-height: 1.72;
}

.journey {
    background: linear-gradient(135deg, #10b3ad 0%, #12b7b1 52%, #14c2bc 100%);
}

.journey__grid {
    display: grid;
    grid-template-columns: minmax(460px, 1.02fr) minmax(430px, 0.98fr);
    gap: 28px;
    align-items: start;
    padding: 72px 0 92px;
}

.journey__sticky {
    position: sticky;
    top: 28px;
    align-self: start;
    color: #fff;
    padding-right: 4px;
}

.journey__eyebrow {
    display: block;
    max-width: 10ch;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.14;
    letter-spacing: -0.04em;
}

.journey__title {
    margin: 22px 0 0;
    max-width: 8.5ch;
    font-size: clamp(4rem, 5.8vw, 5.8rem);
    line-height: 0.94;
    letter-spacing: -0.07em;
}

.journey__text {
    margin: 26px 0 0;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.18rem;
    line-height: 1.58;
}

.journey__rail {
    display: grid;
    gap: 22px;
    padding-top: 2px;
}

.journey__card {
    min-height: 520px;
    padding: 38px 38px 44px;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.12);
}

.journey__icon {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    color: var(--primary);
    background: rgba(18, 183, 177, 0.12);
    font-size: 1.9rem;
    font-weight: 900;
}

.journey__card h3 {
    margin: 32px 0 0;
    max-width: 9ch;
    color: #09131a;
    font-size: clamp(2.4rem, 4.1vw, 4.1rem);
    line-height: 1.1;
    letter-spacing: -0.05em;
}

.journey__card p {
    margin: 42px 0 0;
    max-width: 24rem;
    color: #132028;
    font-size: 1.08rem;
    line-height: 1.55;
}

.journey__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 78px;
    padding: 0 36px;
    border-radius: 999px;
    background: #fff;
    color: var(--primary);
    font-size: 1.22rem;
    font-weight: 500;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

.fit-section {
    background: #fff;
}

.fit-section__block + .fit-section__block {
    border-top: 1px solid rgba(18, 32, 42, 0.08);
}

.fit-section__grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 54px;
    padding: 64px 0;
}

.fit-section__heading {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: #12202a;
}

.fit-section__heading-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    flex: 0 0 auto;
}

.fit-section__heading-icon.is-positive {
    background: #8ac24f;
}

.fit-section__heading-icon.is-negative {
    background: #d81d47;
}

.fit-section__heading h2 {
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.9rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.fit-section__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px 34px;
}

.fit-section__items--five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fit-section__item {
    color: #25353e;
}

.fit-section__item-icon {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 4px solid currentColor;
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1;
}

.fit-section__item-icon.is-positive {
    color: #14b8b1;
}

.fit-section__item-icon.is-negative {
    color: #d81d47;
}

.fit-section__item p {
    margin: 14px 0 0;
    font-size: 1rem;
    line-height: 1.16;
}

.fit-section__item strong {
    color: #12202a;
}

.highlights {
    background: linear-gradient(135deg, #10b3ad 0%, #12b7b1 52%, #14c2bc 100%);
    color: #fff;
}

.highlights__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 52px;
    align-items: start;
    padding: 64px 0 72px;
}

.highlights__copy h2 {
    margin: 0;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.highlights__quote {
    margin-top: 34px;
    padding: 28px 34px;
    border-radius: 34px;
    background: #fff;
    color: #293842;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12);
}

.highlights__quote p {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.62;
}

.highlights__subtitle {
    margin: 26px 0 0;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.35;
}

.highlights__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 26px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.highlights__list li {
    position: relative;
    padding-left: 38px;
    font-size: 1rem;
    line-height: 1.5;
}

.highlights__list li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}

.highlights__media {
    display: flex;
    justify-content: flex-end;
}

.highlights__media img {
    display: block;
    width: 100%;
    max-width: 540px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 48px;
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.16);
}

.overview-cta {
    background: #fff;
    padding: 34px 0 56px;
}

.overview-cta__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 44px 40px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 12% 32%, rgba(255,255,255,.06) 0 5%, transparent 5.4%),
        radial-gradient(circle at 38% 18%, rgba(255,255,255,.04) 0 3%, transparent 3.4%),
        radial-gradient(circle at 62% 40%, rgba(255,255,255,.05) 0 4.2%, transparent 4.6%),
        radial-gradient(circle at 86% 30%, rgba(255,255,255,.05) 0 4.8%, transparent 5.2%),
        linear-gradient(135deg, #10b3ad 0%, #12b7b1 52%, #14c2bc 100%);
    box-shadow: 0 24px 56px rgba(18, 183, 177, 0.16);
}

.overview-cta__copy h2 {
    margin: 0;
    color: #09131a;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.overview-cta__copy p {
    margin: 12px 0 0;
    color: #0d1a21;
    font-size: 1.1rem;
    line-height: 1.55;
}

.overview-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 66px;
    padding: 0 36px;
    border-radius: 999px;
    background: #fff;
    color: #222f36;
    font-size: 1.08rem;
    font-weight: 500;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
    white-space: nowrap;
}

.overview-cta__button span {
    margin-left: 12px;
    font-size: 1.1rem;
}

.footer {
    padding: 24px 0 42px;
    background: #fff;
}

@media (max-width: 1100px) {
    .nav {
        display: none;
    }

    .mobile-toggle {
        display: inline-block;
    }

    .proposal__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .proposal__sticky,
    .journey__sticky {
        position: static;
    }

    .journey__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fit-section__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

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

    .highlights__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .highlights__media {
        justify-content: flex-start;
    }

    .overview-cta__panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hero__inner {
        padding-bottom: 84px;
    }

    .hero__wave {
        height: 78px;
    }

    .hero__copy p {
        font-size: 1.08rem;
        line-height: 1.72;
    }

    .proposal__grid {
        padding: 48px 0 60px;
    }

    .proposal__sticky {
        padding-top: 0;
    }

    .proposal__sticky .badge {
        min-height: 56px;
        padding: 0 22px;
        font-size: 0.96rem;
    }

    .proposal__content h2 {
        font-size: 2.05rem;
        max-width: none;
    }

    .proposal__content p {
        font-size: 1.08rem;
    }

    .journey__grid {
        padding: 52px 0 64px;
        gap: 24px;
    }

    .journey__eyebrow {
        max-width: none;
        font-size: 1.9rem;
    }

    .journey__title {
        max-width: none;
        font-size: 2.9rem;
    }

    .journey__text {
        font-size: 1.02rem;
    }

    .journey__card {
        min-height: auto;
        padding: 24px 22px 28px;
        border-radius: 26px;
    }

    .journey__card h3 {
        margin-top: 24px;
        max-width: none;
        font-size: 2rem;
    }

    .journey__card p {
        margin-top: 24px;
        font-size: 1rem;
    }

    .journey__cta {
        min-height: 68px;
        padding: 0 24px;
        font-size: 1.08rem;
    }

    .fit-section__grid {
        padding: 42px 0;
        gap: 22px;
    }

    .fit-section__heading {
        gap: 12px;
    }

    .fit-section__heading-icon {
        width: 38px;
        height: 38px;
        border-radius: 9px;
        font-size: 1.2rem;
    }

    .fit-section__heading h2 {
        font-size: 2rem;
    }

    .fit-section__items,
    .fit-section__items--five {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .fit-section__item p {
        font-size: 0.98rem;
    }

    .highlights__grid {
        padding: 44px 0 52px;
    }

    .highlights__quote {
        margin-top: 24px;
        padding: 22px 20px;
        border-radius: 24px;
    }

    .highlights__quote p {
        font-size: 1rem;
    }

    .highlights__subtitle {
        margin-top: 22px;
        font-size: 1.14rem;
    }

    .highlights__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .highlights__media img {
        max-width: 100%;
        border-radius: 30px;
    }

    .overview-cta {
        padding: 24px 0 42px;
    }

    .overview-cta__panel {
        padding: 28px 22px;
        border-radius: 28px;
        gap: 20px;
    }

    .overview-cta__copy h2 {
        font-size: 1.9rem;
    }

    .overview-cta__copy p {
        font-size: 1rem;
    }

    .overview-cta__button {
        width: 100%;
        min-height: 58px;
        padding: 0 22px;
        font-size: 1rem;
    }
}
