:root {
    --cb-bg: #ffffff;
    --cb-canvas: #ffffff;
    --cb-surface: #fafafa;
    --cb-text: #151515;
    --cb-muted: #505050;
    --cb-line: #e7e7e7;
    --cb-red: #a10000;
    --cb-red-dark: #7f0000;
    --cb-red-soft: #f8ecec;
    --cb-shadow: 0 14px 40px rgba(15, 15, 15, 0.08);
}

body.body-landing-bg {
    background: var(--cb-bg);
    color: var(--cb-text);
    font-family: "Inter", "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cb-page {
    padding: 106px 0 0;
    background: var(--cb-bg);
}

.cb-container {
    width: min(1280px, 100% - 72px);
    margin: 0 auto;
}

.cb-section {
    padding: 68px 0;
}

.cb-overline {
    margin: 0 0 14px;
    color: var(--cb-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cb-section-head h2,
.cb-hero-content h1,
.cb-intro-copy h2,
.cb-split-copy h2,
.cb-split-follow h3,
.cb-community-overlay h3,
.cb-careers-panel h2,
.cb-final-copy h2 {
    letter-spacing: -0.02em;
}

.cb-section-head h2,
.cb-intro-copy h2,
.cb-split-copy h2,
.cb-careers-panel h2,
.cb-final-copy h2 {
    margin: 0;
    color: var(--cb-text);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.06;
    font-weight: 800;
}

.cb-section-head p,
.cb-intro-copy p,
.cb-split-copy p,
.cb-split-follow p,
.cb-community-overlay p,
.cb-careers-panel p,
.cb-final-copy p {
    margin: 16px 0 0;
    color: var(--cb-muted);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.72;
}

.cb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    min-height: 52px;
    padding: 0 30px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cb-btn:hover {
    transform: translateY(-1px);
}

.cb-btn-primary {
    background: var(--cb-red);
    border: 1px solid var(--cb-red);
    color: #ffffff;
}

.cb-btn-primary:hover {
    color: #ffffff;
    background: var(--cb-red-dark);
    border-color: var(--cb-red-dark);
}

.cb-btn-outline {
    background: transparent;
    border: 1px solid var(--cb-red);
    color: var(--cb-red);
}

.cb-btn-outline:hover {
    color: #ffffff;
    background: var(--cb-red);
}

.cb-btn-light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: var(--cb-red);
}

.cb-btn-light:hover {
    background: #fff2f2;
    border-color: #fff2f2;
    color: var(--cb-red-dark);
}

.cb-divider {
    margin: 58px 0 0;
    border: 0;
    border-top: 1px solid var(--cb-line);
}

.cb-header {
    inset: 0 0 auto;
    pointer-events: auto;
}

.cb-header .ic-glass-nav {
    width: min(1280px, calc(100% - 32px));
    margin-top: 16px;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 24px rgba(15, 15, 15, 0.06);
}

.cb-header .ic-glass-nav.is-scrolled {
    margin-top: 10px;
    box-shadow: 0 16px 30px rgba(15, 15, 15, 0.12);
}

.cb-header .ic-nav-wrap {
    min-height: 74px;
    gap: 30px;
    padding: 10px 24px;
}

.cb-header .ic-brand img {
    max-height: 36px;
}

.cb-header .ic-nav-menu ul {
    gap: 28px;
}

.cb-header .ic-nav-menu li a {
    color: #2e2e2e;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.cb-header .ic-nav-menu li.active a,
.cb-header .ic-nav-menu li a:hover {
    color: var(--cb-red);
}

.cb-header .ic-lang {
    height: 44px;
    border-radius: 11px;
    border-color: #e3e3e3;
    min-width: 114px;
}

.cb-header .ic-btn {
    height: 44px;
    border-radius: 12px;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cb-header .ic-btn-secondary {
    border-color: #e3e3e3;
    color: var(--cb-red);
}

.cb-header .ic-btn-secondary:hover {
    background: #fff4f4;
    border-color: #efc8c8;
    color: var(--cb-red-dark);
}

.cb-header .ic-btn-primary {
    background: var(--cb-red);
    border-color: var(--cb-red);
    color: #ffffff;
}

.cb-header .ic-btn-primary:hover {
    background: var(--cb-red-dark);
    border-color: var(--cb-red-dark);
}

.cb-hero {
    padding-top: 26px;
}

.cb-hero-card {
    position: relative;
    min-height: clamp(460px, 56vw, 700px);
    border-radius: 36px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-color: #171717;
    box-shadow: var(--cb-shadow);
}

.cb-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 16, 16, 0.76) 0%, rgba(16, 16, 16, 0.6) 35%, rgba(16, 16, 16, 0.24) 68%, rgba(16, 16, 16, 0.08) 100%),
        linear-gradient(180deg, rgba(161, 0, 0, 0.12) 0%, rgba(17, 17, 17, 0.3) 100%);
}

.cb-hero-content {
    position: relative;
    z-index: 1;
    max-width: 630px;
    padding: clamp(50px, 6vw, 88px);
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cb-hero-content .cb-overline {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.cb-hero-content h1 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 86px);
    line-height: 0.95;
    font-weight: 800;
    max-width: 11.5ch;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
}

.cb-hero-content p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.94);
    max-width: 54ch;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.66;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cb-hero-content .cb-btn {
    margin-top: 30px;
    width: fit-content;
}

.cb-intro-copy {
    margin: 0 auto;
    text-align: center;
    max-width: 900px;
}

.cb-intro-copy p {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.cb-intro-legal {
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c !important;
}

.cb-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 58px;
    align-items: center;
}

.cb-media-card {
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    background: #ececec;
    box-shadow: var(--cb-shadow);
}

.cb-media-card img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 540px;
    object-fit: cover;
    display: block;
}

.cb-split-copy .cb-btn {
    margin-top: 26px;
}

.cb-split-follow {
    max-width: 760px;
    margin: 52px 0 0 auto;
}

.cb-split-follow h3 {
    margin: 0;
    font-size: clamp(30px, 3.1vw, 46px);
    font-weight: 800;
    line-height: 1.08;
    color: var(--cb-text);
}

.cb-section-head {
    max-width: 780px;
    margin-bottom: 34px;
}

.cb-community-card {
    position: relative;
    min-height: clamp(360px, 46vw, 580px);
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    box-shadow: var(--cb-shadow);
}

.cb-community-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(26px, 3.3vw, 52px);
    background:
        linear-gradient(180deg, rgba(20, 20, 20, 0.06) 12%, rgba(20, 20, 20, 0.58) 62%, rgba(20, 20, 20, 0.84) 100%),
        linear-gradient(120deg, rgba(161, 0, 0, 0.18) 0%, rgba(161, 0, 0, 0.02) 56%);
}

.cb-community-overlay h3 {
    margin: 0;
    max-width: 18ch;
    color: #ffffff;
    font-size: clamp(30px, 3.4vw, 48px);
    line-height: 1.08;
    font-weight: 800;
}

.cb-community-overlay p {
    margin: 14px 0 0;
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.92);
}

.cb-arrow-btn {
    margin-top: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.82);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.cb-arrow-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-1px);
}

.cb-careers-wrap {
    position: relative;
    min-height: clamp(390px, 46vw, 560px);
    border-radius: 32px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: var(--cb-shadow);
}

.cb-careers-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15, 15, 15, 0.42) 7%, rgba(15, 15, 15, 0.17) 54%, rgba(15, 15, 15, 0.07) 100%);
}

.cb-careers-panel {
    position: absolute;
    z-index: 1;
    right: clamp(18px, 3vw, 40px);
    top: 50%;
    transform: translateY(-50%);
    width: min(460px, calc(100% - 40px));
    background: rgba(255, 255, 255, 0.96);
    border-radius: 24px;
    border: 1px solid #efefef;
    padding: clamp(24px, 2.6vw, 38px);
    box-shadow: 0 20px 38px rgba(20, 20, 20, 0.14);
}

.cb-careers-panel h2 {
    font-size: clamp(30px, 3.2vw, 46px);
}

.cb-careers-panel p {
    color: #505050;
    font-size: 18px;
}

.cb-careers-panel .cb-btn {
    margin-top: 22px;
}

.cb-money {
    padding-top: 32px;
}

.cb-money-head {
    margin-bottom: 28px;
}

.cb-money-head h2 {
    margin: 0;
    color: var(--cb-text);
    font-size: clamp(34px, 3.8vw, 56px);
    line-height: 1.06;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cb-money-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.cb-money-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    padding: 34px 30px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 12px 28px rgba(12, 12, 12, 0.05);
}

.cb-money-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff3f3;
    color: var(--cb-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f3d8d8;
    margin-bottom: 24px;
}

.cb-money-icon svg {
    width: 46px;
    height: 46px;
}

.cb-money-card h3 {
    margin: 0;
    color: #1d1d1d;
    font-size: clamp(29px, 2.5vw, 42px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.cb-money-card p {
    margin: 14px 0 0;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 1.68;
}

.cb-money-card .cb-money-legal {
    margin-top: 18px;
    color: #666666;
    font-size: 16px;
}

.cb-money-card .cb-btn {
    margin-top: auto;
    align-self: flex-start;
}

.cb-final-card {
    background: linear-gradient(145deg, #7d0000 0%, #a10000 46%, #be0b0b 100%);
    border-radius: 32px;
    padding: clamp(30px, 4.2vw, 60px);
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: clamp(22px, 3vw, 40px);
    box-shadow: 0 22px 48px rgba(122, 8, 8, 0.3);
}

.cb-final-copy h2 {
    color: #ffffff;
    font-size: clamp(34px, 4.2vw, 62px);
    max-width: 14ch;
}

.cb-final-copy p {
    color: rgba(255, 255, 255, 0.92);
    max-width: 52ch;
}

.cb-final-copy .cb-btn {
    margin-top: 28px;
}

.cb-final-media {
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.cb-final-media img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.cb-page .ic-footer {
    margin-top: 80px;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
.cb-btn:focus-visible,
.cb-arrow-btn:focus-visible {
    outline: 3px solid rgba(161, 0, 0, 0.42);
    outline-offset: 3px;
}

@media (max-width: 1200px) {
    .cb-container {
        width: min(1280px, 100% - 56px);
    }

    .cb-hero-card {
        border-radius: 28px;
    }

    .cb-split-grid {
        gap: 44px;
    }
}

@media (max-width: 992px) {
    .cb-page {
        padding-top: 92px;
    }

    .cb-header .ic-glass-nav {
        margin-top: 10px;
        border-radius: 14px;
    }

    .cb-header .ic-nav-wrap {
        min-height: 66px;
    }

    .cb-header .ic-nav-toggle {
        display: inline-flex;
        align-items: center;
    }

    .cb-header .ic-nav-menu {
        position: absolute;
        left: 16px;
        right: 16px;
        top: calc(100% + 10px);
        padding: 14px;
        border-radius: 14px;
        background: #ffffff;
        border: 1px solid #e9e9e9;
        box-shadow: 0 14px 26px rgba(15, 15, 15, 0.14);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: all 0.2s ease;
    }

    .cb-header .ic-nav-menu ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .cb-header .ic-nav-menu.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .cb-header .ic-nav-actions {
        gap: 8px;
    }

    .cb-header .ic-lang {
        min-width: 102px;
    }

    .cb-section {
        padding: 50px 0;
    }

    .cb-split-grid,
    .cb-final-card {
        grid-template-columns: 1fr;
    }

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

    .cb-split-follow {
        margin-right: 0;
    }

    .cb-careers-panel {
        left: 18px;
        right: 18px;
        top: auto;
        bottom: 20px;
        width: auto;
        transform: none;
    }
}

@media (max-width: 768px) {
    .cb-container {
        width: min(1280px, 100% - 34px);
    }

    .cb-hero {
        padding-top: 12px;
    }

    .cb-hero-card {
        border-radius: 22px;
        min-height: clamp(420px, 118vw, 620px);
    }

    .cb-hero-content {
        padding: 30px;
    }

    .cb-hero-content h1 {
        max-width: 10.2ch;
    }

    .cb-hero-content p {
        font-size: 16px;
        -webkit-line-clamp: 6;
    }

    .cb-btn {
        width: 100%;
        justify-content: center;
    }

    .cb-media-card,
    .cb-community-card,
    .cb-careers-wrap,
    .cb-final-card,
    .cb-money-card {
        border-radius: 22px;
    }

    .cb-media-card img {
        min-height: 300px;
        max-height: 380px;
    }

    .cb-section-head h2,
    .cb-intro-copy h2,
    .cb-split-copy h2,
    .cb-careers-panel h2,
    .cb-final-copy h2 {
        font-size: clamp(30px, 8.2vw, 42px);
    }

    .cb-split-follow h3 {
        font-size: clamp(28px, 7vw, 36px);
    }

    .cb-money-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cb-money-card {
        min-height: auto;
        padding: 24px 20px;
    }

    .cb-money-icon {
        width: 84px;
        height: 84px;
        margin-bottom: 18px;
    }

    .cb-money-icon svg {
        width: 40px;
        height: 40px;
    }

    .cb-money-card h3 {
        font-size: clamp(28px, 7.5vw, 36px);
    }

    .cb-money-card p {
        font-size: 17px;
    }

    .cb-careers-wrap {
        min-height: 470px;
    }

    .cb-careers-wrap::before {
        background: linear-gradient(180deg, rgba(15, 15, 15, 0.24) 18%, rgba(15, 15, 15, 0.62) 100%);
    }

    .cb-careers-panel {
        border-radius: 18px;
        padding: 20px;
    }
}
