.white-label-marketing {
    color: var(--lp-ink);
    overflow: hidden;
    background: var(--lp-bg);
}

.white-label-marketing .coach-lp-section {
    position: relative;
}

.white-label-hero {
    position: relative;
    background: linear-gradient(135deg, #fff7dc 0%, #ffffff 48%, #f6f9ff 100%);
}

.white-label-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: 0.36;
    background-image:
        linear-gradient(rgba(16, 24, 39, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 24, 39, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}

.white-label-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
    align-items: center;
    gap: 72px;
}

.white-label-hero__content {
    max-width: 670px;
}

.white-label-hero__content h1 {
    max-width: 760px;
}

.white-label-hero__microcopy {
    margin: 16px 0 0;
    color: var(--lp-muted);
    font-size: 14px;
}

.white-label-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.white-label-hero__badges li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    border: 1px solid rgba(16, 24, 39, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 10px 28px rgba(16, 24, 39, 0.05);
    font-size: 13px;
    font-weight: 700;
}

.white-label-hero__badges li span {
    color: var(--lp-green);
}

.white-label-hero-visual {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--lp-border-strong);
    border-radius: 24px;
    background: var(--lp-surface);
    box-shadow: var(--lp-shadow);
}

.white-label-hero-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.white-label-section--white {
    background: var(--lp-surface);
}

.white-label-journey {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.white-label-journey__step {
    position: relative;
    min-height: 300px;
    padding: 0 20px 20px;
    border: 1px solid var(--lp-border);
    border-radius: 20px;
    background: var(--lp-surface-soft);
}

.white-label-journey__step:not(:last-child)::after {
    position: absolute;
    top: 94px;
    right: -15px;
    z-index: 2;
    display: grid;
    width: 30px;
    height: 30px;
    content: "→";
    place-items: center;
    border: 1px solid var(--lp-border);
    border-radius: 50%;
    background: #fff;
    font-weight: 800;
}

.white-label-journey__number {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    padding: 6px 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 16px rgba(16, 24, 39, 0.12);
    color: var(--lp-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.white-label-journey__preview {
    position: relative;
    width: calc(100% + 40px);
    aspect-ratio: 16 / 9;
    margin: 0 -20px 22px;
    overflow: hidden;
    border-radius: 19px 19px 0 0;
    background: linear-gradient(135deg, #fff7dc, #f6f9ff);
}

.white-label-journey__preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.white-label-journey h3,
.white-label-journey p {
    margin-left: 0;
}

.white-label-journey h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.white-label-journey p {
    margin-bottom: 0;
    color: var(--lp-muted);
    line-height: 1.65;
}

.white-label-domains {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.white-label-domain-card,
.white-label-brand-settings {
    padding: 30px;
    border: 1px solid var(--lp-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 24, 39, 0.06);
}

.white-label-domain-card__icon {
    display: grid;
    width: 46px;
    height: 46px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    background: var(--lp-green);
    font-size: 23px;
}

.white-label-domain-card--app .white-label-domain-card__icon {
    color: var(--lp-ink);
    background: var(--lp-gold);
}

.white-label-domain-card small {
    display: block;
    margin-bottom: 8px;
    color: var(--lp-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.white-label-domain-card h3 {
    overflow-wrap: anywhere;
    font-size: clamp(21px, 2.3vw, 30px);
}

.white-label-domain-card p {
    margin: 14px 0 0;
    color: var(--lp-muted);
    line-height: 1.7;
}

.white-label-domains__connector {
    display: flex;
    align-items: center;
    justify-content: center;
}

.white-label-domains__connector::before,
.white-label-domains__connector::after {
    width: 18px;
    height: 1px;
    content: "";
    background: rgba(16, 24, 39, 0.22);
}

.white-label-domains__connector span {
    display: grid;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--lp-blue);
    font-size: 10px;
    font-weight: 800;
}

.white-label-brand-settings {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 22px 30px;
    background: var(--lp-surface);
}

.white-label-brand-settings h3 {
    margin: 0;
    font-size: 20px;
}

.white-label-brand-settings ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.white-label-brand-settings li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.white-label-brand-settings li span {
    color: var(--lp-green);
}

.white-label-existing-site {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
    gap: 42px;
    align-items: center;
    padding: 32px;
    margin-top: 24px;
    border: 1px solid var(--lp-border);
    border-radius: 24px;
    background: var(--lp-surface);
    box-shadow: var(--lp-shadow-soft);
}

.white-label-existing-site__content h2 {
    margin: 14px 0 0;
    color: var(--lp-ink);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.15;
}

.white-label-existing-site__content > p {
    margin: 14px 0 0;
    color: var(--lp-muted);
    line-height: 1.65;
}

.white-label-existing-site__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid #efd89c;
    border-radius: 12px;
    background: #fff8e8;
    font-size: 13px;
}

.white-label-existing-site__note span {
    display: grid;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    place-items: center;
    border-radius: 50%;
    color: var(--lp-ink);
    background: var(--lp-gold);
    font-size: 11px;
    font-weight: 900;
}

.white-label-existing-site__route {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
    align-items: stretch;
}

.white-label-existing-site__card {
    padding: 22px;
    border: 1px solid var(--lp-border);
    border-radius: 18px;
    background: var(--lp-surface-soft);
}

.white-label-existing-site__card--app {
    border-color: #b9e2ce;
    background: #f0fbf6;
}

.white-label-existing-site__card small,
.white-label-existing-site__card strong {
    display: block;
}

.white-label-existing-site__card small {
    min-height: 36px;
    color: var(--lp-muted);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: uppercase;
}

.white-label-existing-site__card strong {
    margin-top: 12px;
    color: var(--lp-blue);
    font-size: clamp(18px, 2vw, 23px);
    overflow-wrap: anywhere;
}

.white-label-existing-site__card p {
    margin: 12px 0 0;
    color: var(--lp-muted);
    font-size: 14px;
    line-height: 1.55;
}

.white-label-existing-site__connector {
    display: grid;
    width: 36px;
    height: 36px;
    align-self: center;
    place-items: center;
    border-radius: 50%;
    color: var(--lp-ink);
    background: var(--lp-gold);
    font-size: 21px;
    font-weight: 900;
}

.white-label-suite-section {
    background: var(--lp-bg);
}

.white-label-suite {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.white-label-suite article {
    min-height: 260px;
    padding: 30px;
    border: 1px solid var(--lp-border);
    border-radius: 22px;
    background: var(--lp-surface);
    box-shadow: var(--lp-shadow-soft);
}

.white-label-suite article > span {
    display: inline-grid;
    width: 44px;
    height: 44px;
    margin-bottom: 38px;
    place-items: center;
    border-radius: 13px;
    color: var(--lp-ink);
    background: var(--lp-gold);
    font-size: 12px;
    font-weight: 900;
}

.white-label-suite h3 {
    margin-bottom: 13px;
    color: var(--lp-ink);
    font-size: 23px;
}

.white-label-suite p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.7;
}

.white-label-roles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.white-label-roles article {
    padding: 28px;
    border: 1px solid var(--lp-border);
    border-radius: 22px;
    background: var(--lp-surface-soft);
}

.white-label-roles article > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 26px;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: var(--lp-green);
    font-size: 24px;
}

.white-label-roles article:nth-child(2) > span {
    color: var(--lp-ink);
    background: var(--lp-gold);
}

.white-label-roles article:nth-child(3) > span {
    background: var(--lp-blue);
}

.white-label-roles h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.white-label-roles p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.7;
}

.white-label-launch-section {
    background: var(--lp-bg);
}

.white-label-launch {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.white-label-launch::before {
    position: absolute;
    top: 31px;
    right: 8%;
    left: 8%;
    height: 2px;
    content: "";
    background: rgba(16, 24, 39, 0.13);
}

.white-label-launch article {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    text-align: center;
}

.white-label-launch article > span {
    display: grid;
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    place-items: center;
    border: 8px solid var(--lp-bg);
    border-radius: 50%;
    color: var(--lp-ink);
    background: var(--lp-gold);
    box-shadow: 0 0 0 1px rgba(16, 24, 39, 0.13);
    font-size: 12px;
    font-weight: 900;
}

.white-label-launch h3 {
    min-height: 50px;
    margin-bottom: 10px;
    font-size: 20px;
}

.white-label-launch p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.65;
}

.white-label-launch__note {
    display: flex;
    max-width: 850px;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    margin: 38px auto 0;
    border: 1px solid rgba(16, 24, 39, 0.1);
    border-radius: 14px;
    color: var(--lp-muted);
    background: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.6;
}

.white-label-launch__note span {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--lp-green);
    font-size: 12px;
    font-weight: 900;
}

.white-label-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 980px;
    margin: 0 auto;
}

.white-label-comparison__card {
    position: relative;
    padding: 34px;
    border: 1px solid var(--lp-border);
    border-radius: 24px;
}

.white-label-comparison__card--custom {
    background: var(--lp-surface-soft);
}

.white-label-comparison__card--product {
    border-color: #b9e2ce;
    background: #f0fbf6;
    box-shadow: 0 24px 55px rgba(31, 143, 95, 0.1);
}

.white-label-comparison__brand {
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 16px;
    border-radius: 999px;
    color: var(--lp-ink);
    background: var(--lp-gold);
    font-size: 11px;
    font-weight: 900;
}

.white-label-comparison h3 {
    margin-bottom: 22px;
    font-size: 24px;
}

.white-label-comparison ul {
    display: grid;
    gap: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.white-label-comparison li {
    display: flex;
    gap: 10px;
    color: var(--lp-muted);
    line-height: 1.5;
}

.white-label-comparison li span {
    color: var(--lp-green);
    font-weight: 900;
}

.white-label-comparison__card--custom li span {
    color: #a2a9b1;
}

.white-label-comparison__conclusion {
    max-width: 800px;
    margin: 28px auto 0;
    color: var(--lp-muted);
    font-size: 18px;
    line-height: 1.65;
    text-align: center;
}

.white-label-faq-section {
    background: var(--lp-bg);
}

.white-label-faq {
    max-width: 900px;
    margin: 0 auto;
}

.white-label-faq details {
    background: #fff;
}

.white-label-final-section {
    padding-bottom: 58px;
}

.white-label-final {
    display: grid;
}

.white-label-final > div {
    max-width: 750px;
}

.white-label-final h2 {
    margin-bottom: 0;
}

.white-label-final p {
    margin-top: 16px;
}

@media (max-width: 1080px) {
    .white-label-hero__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .white-label-hero__content {
        max-width: 780px;
    }

    .white-label-hero-visual {
        width: min(760px, 100%);
        margin: 0 auto;
    }

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

    .white-label-journey__step:nth-child(2)::after {
        display: none;
    }

    .white-label-brand-settings {
        align-items: flex-start;
        flex-direction: column;
    }

    .white-label-brand-settings ul {
        justify-content: flex-start;
    }

    .white-label-existing-site {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .white-label-domains {
        grid-template-columns: 1fr;
    }

    .white-label-domains__connector {
        min-height: 72px;
        flex-direction: column;
    }

    .white-label-domains__connector::before,
    .white-label-domains__connector::after {
        width: 1px;
        height: 14px;
    }

    .white-label-brand-settings {
        grid-column: auto;
    }

    .white-label-existing-site__route {
        grid-template-columns: 1fr;
    }

    .white-label-existing-site__connector {
        margin: -1px auto;
    }

    .white-label-suite,
    .white-label-roles {
        grid-template-columns: 1fr;
    }

    .white-label-launch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 34px;
    }

    .white-label-launch::before {
        display: none;
    }

    .white-label-comparison {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 576px) {
    .white-label-hero__badges {
        align-items: stretch;
        flex-direction: column;
    }

    .white-label-hero__badges li {
        width: 100%;
    }

    .white-label-hero-visual {
        border-radius: 18px;
    }

    .white-label-journey {
        grid-template-columns: 1fr;
    }

    .white-label-journey__step:not(:last-child)::after {
        top: auto;
        right: calc(50% - 15px);
        bottom: -16px;
        content: "↓";
    }

    .white-label-domain-card,
    .white-label-brand-settings,
    .white-label-existing-site,
    .white-label-comparison__card {
        padding: 23px;
    }

    .white-label-brand-settings ul,
    .white-label-brand-settings li {
        width: 100%;
    }

    .white-label-launch {
        grid-template-columns: 1fr;
    }

    .white-label-launch h3 {
        min-height: 0;
    }

}

@media (prefers-reduced-motion: reduce) {
    .white-label-marketing *,
    .white-label-marketing *::before,
    .white-label-marketing *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
