:root {
    --bench-info-bg: #fff;
    --bench-info-surface: #fff;
    --bench-info-surface-soft: #ededf1;
    --bench-info-text: #17171b;
    --bench-info-muted: #72727d;
    --bench-info-line: rgba(23, 23, 27, .11);
    --bench-info-accent: #17171b;
}

html[data-bench-theme="dark"] {
    --bench-info-bg: var(--bench-theme-bg, #0d0f14);
    --bench-info-surface: var(--bench-theme-surface, #171a21);
    --bench-info-surface-soft: #242426;
    --bench-info-text: var(--bench-theme-text, #f4f5f7);
    --bench-info-muted: var(--bench-theme-muted, #8f95a3);
    --bench-info-line: rgba(255, 255, 255, .12);
    --bench-info-accent: #f4f5f7;
}

.bench-info-page {
    min-height: calc(100vh - 80px);
    padding: 82px 0 120px;
    background: transparent;
    color: var(--bench-info-text);
    transition: background-color .8s cubic-bezier(.22, 1, .36, 1), color .8s cubic-bezier(.22, 1, .36, 1);
}

html[data-bench-theme="dark"] .bench-info-page {
    background-color: transparent !important;
    color: var(--bench-theme-text, #f4f5f7) !important;
}

html[data-bench-theme="dark"] body,
html[data-bench-theme="dark"] body > main {
    background-color: transparent !important;
}

html[data-bench-theme="dark"] .bench-info-hero h1,
html[data-bench-theme="dark"] .bench-info-content h2,
html[data-bench-theme="dark"] .bench-info-content h3,
html[data-bench-theme="dark"] .bench-timeline-card h2,
html[data-bench-theme="dark"] .bench-info-back,
html[data-bench-theme="dark"] .bench-about__lead,
html[data-bench-theme="dark"] .bench-about__accent,
html[data-bench-theme="dark"] .bench-about__link {
    color: var(--bench-theme-text, #f4f5f7) !important;
}

html[data-bench-theme="dark"] .bench-info-content strong,
html[data-bench-theme="dark"] .bench-timeline-card__content strong {
    color: var(--bench-theme-text, #f4f5f7) !important;
}

.bench-info-page__container {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.bench-info-hero {
    max-width: 1200px;
    text-align: left;
    border-bottom: none;
    padding: 0;
}

.bench-info-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--bench-info-surface-soft);
    color: var(--bench-info-muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}

.bench-info-hero h1 {
    letter-spacing: -0.05em;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    padding-bottom: 20px;

}

.bench-info-hero p {
    max-width: 680px;
    margin: 24px auto 0;
    color: var(--bench-info-muted);
    font-size: 19px;
    line-height: 1.6;
}

.bench-info-content {
    max-width: 1200px;
    margin: 0 auto;
}

.bench-payment-intro,
.bench-payment-step {
    padding-bottom: 34px;
    border-radius: 30px;
    background: transparent;
}

.bench-payment-step + .bench-payment-step,
.bench-payment-intro + .bench-payment-step {
    margin-top: 18px;
}

.bench-payment-step__number {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--bench-info-text);
    color: var(--bench-info-bg);
    font-weight: 700;
}

.bench-info-content h2 {
   letter-spacing: -0.05em;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
}

.bench-info-content p,
.bench-info-content li {
    color: var(--bench-info-muted);
    font-size: 17px;
    line-height: 1.72;
}

.bench-info-content strong {
    color: var(--bench-info-text);
    font-weight: 500;
}

.bench-info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 12px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--bench-info-text);
    color: var(--bench-info-bg) !important;
    text-decoration: none;
    font-size: 15px;
    transition: transform .25s ease, opacity .25s ease;
}

.bench-info-button:hover {
    transform: translateY(-2px);
    opacity: .84;
}

.bench-payment-plans {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 26px;
}

.bench-payment-plan {
    margin: 0;
    padding: 16px;
}

.bench-payment-plan__copy {
    padding: 6px 4px 18px;
}

.bench-payment-plan__copy span {
    display: block;
    margin-bottom: 7px;
    color: var(--bench-info-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.bench-payment-plan__copy h3 {
    margin: 0 0 8px;
    color: var(--bench-info-text);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.12;
    letter-spacing: -.025em;
    font-weight: 500;
}

.bench-payment-plan__copy p {
    margin: 0;
}

.bench-payment-plan img {
    display: block;
    width: 60%;
    height: auto;
    border-radius: 16px;
}

.bench-payment-plan figcaption {
    padding: 16px 4px 3px;
    color: var(--bench-info-text);
    font-size: 15px;
    font-weight: 600;
}

.bench-info-hero--timeline {
    margin-bottom: 72px;
    border-bottom: none;
}

.bench-timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.bench-timeline-item {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 22px;
}

.bench-timeline-item__rail {
    position: relative;
    display: flex;
    justify-content: center;
}

.bench-timeline-item__rail::after {
    content: "";
    position: absolute;
    top: 30px;
    bottom: -18px;
    width: 1px;
    background: var(--bench-info-line);
}

.bench-timeline-item:last-child .bench-timeline-item__rail::after {
    display: none;
}

.bench-timeline-item__rail span {
    position: relative;
    z-index: 1;
    width: 13px;
    height: 13px;
    margin-top: 24px;
    border: 7px solid var(--bench-info-bg);
    border-radius: 50%;
    background: var(--bench-info-text);
    box-sizing: content-box;
}

.bench-timeline-card {
    margin-bottom: 22px;
    padding: 34px;
    border-radius: 30px;
    background: var(--bench-info-surface);
}

.bench-timeline-card time {
    display: block;
    margin-bottom: 15px;
    color: var(--bench-info-muted);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.bench-timeline-card h2 {
   letter-spacing: -0.05em;
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
}

.bench-timeline-card__lead {
    margin: 16px 0 0;
    color: var(--bench-info-muted);
    font-size: 18px;
    line-height: 1.6;
}

.bench-timeline-card__media {
    overflow: hidden;
    margin: 26px 0;
    border-radius: 22px;
    background: #fff;
}

.bench-timeline-card__media video,
.bench-timeline-card__media img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    object-fit: initial;
}

.bench-timeline-card__content p,
.bench-timeline-card__content li {
    font-size: 17px;
    line-height: 1.72;
}

.bench-timeline-card__content strong {
    color: var(--bench-info-text);
    font-weight: 500;
}

.bench-timeline-card__content ol,
.bench-timeline-card__content ul {
    padding-left: 24px;
}

.bench-info-back {
    display: inline-flex;
    margin-bottom: 32px;
    color: var(--bench-info-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.bench-timeline-empty {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px;
    border-radius: 30px;
    background: var(--bench-info-surface);
    color: var(--bench-info-muted);
    text-align: center;
}

/* About */
.bench-info-page--about .bench-info-hero {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
}

.bench-about {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: clamp(42px, 6vw, 88px);
    align-items: center;
}

.bench-about__portrait {
    position: relative;
    min-height: 700px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    isolation: isolate;
    animation: bench-about-stage-in 1s cubic-bezier(.16, 1, .3, 1) both;
}

.bench-about__portrait::before,
.bench-about__portrait::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.bench-about__portrait::before {
    display: none;
}

.bench-about__portrait::after {
    display: none;
}

.bench-about__entity {
    display: none;
}

.bench-about__entity-blob,
.bench-about__entity-core {
    position: absolute;
    display: block;
    border: 0;
    transform: translateZ(0);
    will-change: transform, border-radius;
}

.bench-about__entity-blob {
    filter: blur(34px);
    opacity: .72;
    mix-blend-mode: multiply;
}

.bench-about__entity-blob--a {
    top: 3%;
    left: 7%;
    width: 76%;
    height: 72%;
    border-radius: 59% 41% 66% 34% / 39% 62% 38% 61%;
    background: radial-gradient(circle at 46% 48%, #36efe2 0 42%, transparent 75%);
    animation: bench-about-entity-a 12.6s cubic-bezier(.42, .04, .3, .96) infinite alternate;
}

.bench-about__entity-blob--b {
    top: 18%;
    right: 0;
    width: 72%;
    height: 68%;
    border-radius: 35% 65% 43% 57% / 67% 37% 63% 33%;
    background: radial-gradient(circle at 60% 46%, #11c9c4 0 42%, transparent 75%);
    animation: bench-about-entity-b 13.8s cubic-bezier(.42, .04, .3, .96) infinite alternate;
}

.bench-about__entity-blob--c {
    bottom: 0;
    left: 1%;
    width: 75%;
    height: 64%;
    border-radius: 66% 34% 52% 48% / 42% 68% 32% 58%;
    background: radial-gradient(circle at 42% 53%, #209fd3 0 42%, transparent 75%);
    animation: bench-about-entity-c 13s cubic-bezier(.42, .04, .3, .96) infinite alternate;
}

.bench-about__entity-core {
    z-index: 2;
    top: 29%;
    left: 26%;
    width: 52%;
    height: 48%;
    border-radius: 48% 52% 61% 39% / 57% 36% 64% 43%;
    background: linear-gradient(145deg, #72f4eb, #16a7d4);
    filter: blur(38px);
    opacity: .58;
    mix-blend-mode: screen;
    animation: bench-about-entity-core 10.6s ease-in-out infinite alternate;
}

.bench-about__portrait img {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    display: block;
    width: min(112%, 700px);
    height: auto;
    max-height: 108%;
    object-fit: contain;
    object-position: center bottom;
    -webkit-mask-image: none;
    mask-image: none;
    transform-origin: center bottom;
    animation: bench-about-person-in 1.15s .08s cubic-bezier(.16, 1, .3, 1) both;
}

.bench-about__floating-icons {
    position: absolute;
    z-index: 1;
    inset: 2% 0 5%;
    pointer-events: none;
}

.bench-about__portrait .bench-about__floating-icon {
    position: absolute;
    display: block;
    width: 52px;
    height: 52px;
    max-height: none;
    padding: 0;
    border-radius: 15px;
    background: transparent;
    outline: solid 2px rgba(0, 0, 0, .1);
    outline-offset: 0;
    box-shadow: 0 12px 30px rgba(24, 26, 34, .1);
    object-fit: contain;
    object-position: center;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-mask-image: none;
    mask-image: none;
    animation: bench-about-icon-float 6s ease-in-out infinite alternate;
    backdrop-filter: blur(10px);
}

.bench-about__portrait .bench-about__floating-icon--1 { top: 2%; left: 12%; animation-delay: -1.1s; }
.bench-about__portrait .bench-about__floating-icon--2 { top: 5%; right: 13%; animation-delay: -3.6s; }
.bench-about__portrait .bench-about__floating-icon--3 { top: 25%; left: 0; animation-delay: -4.7s; }
.bench-about__portrait .bench-about__floating-icon--4 { top: 27%; right: 0; animation-delay: -2.2s; }
.bench-about__portrait .bench-about__floating-icon--5 { top: 50%; left: 7%; animation-delay: -5.4s; }
.bench-about__portrait .bench-about__floating-icon--6 { top: 53%; right: 5%; animation-delay: -.4s; }
.bench-about__portrait .bench-about__floating-icon--7 { bottom: 14%; left: 1%; animation-delay: -3s; }
.bench-about__portrait .bench-about__floating-icon--8 { right: 8%; bottom: 10%; animation-delay: -1.8s; }
.bench-about__portrait .bench-about__floating-icon--9 { top: 39%; left: 22%; animation-delay: -6.1s; }
.bench-about__portrait .bench-about__floating-icon--10 { top: 41%; right: 20%; animation-delay: -2.9s; }

.bench-about__signal {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 12px 34px rgba(23, 36, 32, .12);
    color: #17171b;
    backdrop-filter: blur(14px);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    animation: bench-about-float 5.5s ease-in-out infinite;
}

.bench-about__signal--ux {
    top: 12%;
    left: 7%;
}

.bench-about__signal--flows {
    top: 28%;
    right: 6%;
    animation-delay: -1.8s;
}

.bench-about__signal--patterns {
    right: 8%;
    bottom: 10%;
    animation-delay: -3.4s;
}

.bench-about__copy {
    max-width: 560px;
    animation: bench-about-copy-in .9s .18s cubic-bezier(.16, 1, .3, 1) both;
}

.bench-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--bench-info-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bench-about__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35d4c7;
    box-shadow: 0 0 0 6px rgba(53, 212, 199, .13);
}

.bench-about__lead {
    margin: 0 0 30px;
    color: var(--bench-info-text) !important;
    font-size: clamp(25px, 2.5vw, 36px) !important;
    line-height: 1.18 !important;
    letter-spacing: -.035em;
}

.bench-about__copy p {
    margin: 0 0 22px;
}

.bench-about__accent {
    color: var(--bench-info-text);
}

.bench-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.bench-about__actions .bench-info-button {
    margin-top: 0;
}

.bench-about__link {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    padding: 0 20px;
    color: var(--bench-info-text);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

html[data-bench-theme="dark"] .bench-about__portrait {
    box-shadow: none;
}

html[data-bench-theme="dark"] .bench-about__signal {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(20, 22, 27, .72);
    color: #f4f5f7;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .24);
}

html[data-bench-theme="dark"] .bench-about__portrait .bench-about__floating-icon {
    background: transparent;
    outline-color: rgba(0, 0, 0, .1);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
}

@keyframes bench-about-stage-in {
    from { opacity: 0; transform: scale(.96); filter: blur(10px); }
    to { opacity: 1; transform: scale(1); filter: blur(0); }
}

@keyframes bench-about-person-in {
    from { opacity: 0; transform: translateX(-50%) translateY(44px) scale(.92) skewX(-2deg); }
    to { opacity: 1; transform: translateX(-50%) translateY(0) scale(1) skewX(0); }
}

@keyframes bench-about-copy-in {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes bench-about-orbit {
    to { transform: rotate(360deg); }
}

@keyframes bench-about-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
    50% { transform: translate3d(0, -10px, 0) rotate(1deg); }
}

@keyframes bench-about-icon-float {
    0% { transform: translate3d(-5px, 7px, 0) rotate(-5deg) scale(.96); }
    45% { transform: translate3d(4px, -8px, 0) rotate(3deg) scale(1.03); }
    100% { transform: translate3d(8px, 5px, 0) rotate(7deg) scale(.98); }
}

@keyframes bench-about-entity-a {
    from { transform: translate3d(-4%, -3%, 0) rotate(-8deg) scale(.95, 1.04); }
    to { transform: translate3d(5%, 7%, 0) rotate(15deg) scale(1.04, .96); }
}

@keyframes bench-about-entity-b {
    from { transform: translate3d(4%, 5%, 0) rotate(5deg) scale(1.03, .97); }
    to { transform: translate3d(-6%, -7%, 0) rotate(-17deg) scale(.96, 1.05); }
}

@keyframes bench-about-entity-c {
    from { transform: translate3d(-5%, 6%, 0) rotate(10deg) scale(.95, 1.05); }
    to { transform: translate3d(7%, -4%, 0) rotate(-13deg) scale(1.05, .96); }
}

@keyframes bench-about-entity-core {
    from { transform: rotate(-6deg) scale(.9); opacity: .46; }
    to { transform: rotate(15deg) scale(1.08); opacity: .66; }
}

@media (max-width: 900px) and (min-width: 721px) {
    .bench-about {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .bench-about__portrait {
        min-height: 660px;
    }

    .bench-about__copy {
        max-width: 680px;
    }
}

@media (max-width: 720px) {
    .bench-info-page {
        padding: 30px 0 64px;
    }

    .bench-info-page__container {
        width: min(calc(100% - 32px), 1120px);
    }

    .bench-info-hero {
        margin-bottom: 24px;
    }

    .bench-info-hero h1 {
        padding-bottom: 0;
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.04;
        overflow-wrap: anywhere;
    }

    .bench-info-hero p {
        font-size: 16px;
    }

    .bench-info-content h2,
    .bench-timeline-card h2 {
        font-size: 28px;
        line-height: 1.1;
    }

    .bench-payment-intro,
    .bench-payment-step {
        padding: 24px 0;
        border-bottom: 1px solid var(--bench-info-line);
        border-radius: 0;
    }

    .bench-payment-step + .bench-payment-step,
    .bench-payment-intro + .bench-payment-step {
        margin-top: 0;
    }

    .bench-payment-step__number {
        width: 32px;
        height: 32px;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .bench-payment-plans {
        gap: 12px;
        margin-top: 18px;
    }

    .bench-payment-plan {
        padding: 0;
    }

    .bench-payment-plan__copy {
        padding: 4px 0 14px;
    }

    .bench-payment-plan__copy h3 {
        font-size: 24px;
    }

    .bench-payment-plan img {
        width: 100%;
        border-radius: 12px;
    }

    .bench-payment-plan figcaption {
        padding: 12px 0 2px;
    }

    .bench-info-button,
    .bench-about__link {
        min-height: 44px;
    }

    .bench-timeline-item {
        display: block;
    }

    .bench-timeline-item__rail {
        display: none;
    }

    .bench-info-hero--timeline {
        margin-bottom: 18px;
    }

    .bench-timeline-card {
        margin: 0;
        padding: 24px 0 30px;
        border-top: 1px solid var(--bench-info-line);
        border-radius: 0;
    }

    .bench-timeline-card time {
        margin-bottom: 11px;
        font-size: 12px;
    }

    .bench-timeline-card__lead {
        margin-top: 12px;
        font-size: 16px;
    }

    .bench-timeline-card__media {
        margin: 18px 0;
        border-radius: 14px;
    }

    .bench-timeline-card__content p,
    .bench-timeline-card__content li,
    .bench-info-content p,
    .bench-info-content li {
        font-size: 15px;
    }

    .bench-timeline-card__content ol,
    .bench-timeline-card__content ul {
        padding-left: 20px;
    }

    .bench-info-page--about .bench-info-hero {
        margin-bottom: 24px;
    }

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

    .bench-about__portrait {
        min-height: 540px;
        aspect-ratio: 4 / 5;
        border-radius: 0;
    }

    .bench-about__portrait img {
        width: 116%;
        height: auto;
    }

    .bench-about__portrait .bench-about__floating-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .bench-about__portrait .bench-about__floating-icon--3,
    .bench-about__portrait .bench-about__floating-icon--7 {
        left: 2%;
    }

    .bench-about__portrait .bench-about__floating-icon--4,
    .bench-about__portrait .bench-about__floating-icon--6 {
        right: 2%;
    }

    .bench-about__signal {
        min-height: 32px;
        padding: 0 11px;
        font-size: 10px;
    }

    .bench-about__signal--patterns {
        bottom: 7%;
    }

    .bench-about__lead {
        margin-bottom: 22px;
        font-size: 26px !important;
    }

    .bench-about__copy p {
        margin-bottom: 18px;
    }

    .bench-about__actions {
        margin-top: 26px;
    }
}

@media (max-width: 420px) {
    .bench-info-page__container {
        width: calc(100% - 28px);
    }

    .bench-info-hero h1 {
        font-size: 32px;
    }

    .bench-info-content h2,
    .bench-timeline-card h2 {
        font-size: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bench-info-page,
    .bench-info-button,
    .bench-about__portrait,
    .bench-about__portrait::before,
    .bench-about__portrait img,
    .bench-about__copy,
    .bench-about__signal,
    .bench-about__entity-blob,
    .bench-about__entity-core {
        animation: none;
        transition: none;
    }
}
