.lp-breakout {
    width: 100vw;
    margin-top: -1.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.lp-wrap {
    background: #f4f7fd;
}

.lp-section {
    padding: 70px 0;
}

.lp-section--white {
    background: #fff;
}

.lp-section--soft {
    background: #f4f7fd;
}

.lp-section--hero {
    color: #fff;
    background:
        linear-gradient(108deg, rgba(3, 18, 48, 0.95) 0%, rgba(8, 45, 115, 0.84) 46%, rgba(21, 93, 205, 0.7) 100%),
        url("../images/categories/activities-04PG4fd.webp") no-repeat center 42%/cover;
}

.lp-container {
    max-width: 1040px;
}

.lp-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #788aa8;
    font-weight: 700;
}

.lp-section--hero .lp-kicker {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.36rem 0.7rem;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: rgba(255, 255, 255, 0.94);
}

.lp-title {
    color: #142956;
}

.lp-section--hero .lp-title {
    color: #fff;
}

.lp-subtitle {
    color: #576a88;
    max-width: 62ch;
}

.lp-section--hero .lp-subtitle {
    color: rgba(255, 255, 255, 0.94);
    max-width: 56ch;
}

.lp-h1 {
    font-size: clamp(1.95rem, 3.6vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: -0.024em;
    text-wrap: balance;
}

.lp-h2 {
    font-size: clamp(1.45rem, 1.15rem + 1vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.018em;
}

.lp-lead {
    font-size: clamp(1.02rem, 1.2vw, 1.23rem);
    line-height: 1.5;
}

.lp-disclaimer {
    font-size: 0.93rem;
    color: rgba(255, 255, 255, 0.86);
}

.lp-btn {
    border-radius: 0.82rem;
    min-height: 48px;
    padding: 0.72rem 1rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    text-align: center;
}

.lp-actions .btn {
    white-space: nowrap;
}

.lp-hero-panel {
    border: 1px solid rgba(193, 220, 255, 0.42);
    border-radius: 1rem;
    background: rgba(8, 27, 64, 0.44);
    box-shadow: 0 14px 30px rgba(4, 14, 36, 0.34);
    backdrop-filter: blur(6px);
    padding: 0.9rem;
}

.lp-hero-panel-head {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(232, 242, 255, 0.88);
    margin-bottom: 0.66rem;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.lp-hero-panel-item {
    display: flex;
    align-items: center;
    gap: 0.58rem;
    padding: 0.56rem 0.62rem;
    border: 1px solid rgba(198, 224, 255, 0.36);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 620;
    line-height: 1.25;
    margin-bottom: 0.48rem;
}

.lp-hero-panel-item i {
    width: 20px;
    text-align: center;
    color: #cbe1ff;
}

.lp-hero-panel-foot {
    margin-top: 0.2rem;
    color: rgba(221, 236, 255, 0.9);
    font-size: 0.86rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
}

.lp-strip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.lp-strip-item {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    border-left: 3px solid #d8e6ff;
    padding: 0.15rem 0 0.15rem 0.7rem;
}

.lp-step-dot {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    background: linear-gradient(145deg, #0d5ce4 0%, #3691ff 100%);
}

.lp-timeline {
    display: grid;
    gap: 0.95rem;
}

.lp-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-left: 3px solid #dbe8ff;
    padding-left: 0.75rem;
}

.lp-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, #0d5ce4 0%, #3691ff 100%);
    color: #fff;
    box-shadow: 0 8px 16px rgba(13, 92, 228, 0.24);
}

.lp-plain-block {
    border: 1px solid #dbe6f8;
    border-radius: 0.95rem;
    padding: 1rem;
    background: #fff;
    height: 100%;
}

.lp-muted {
    color: #6c7a91;
    line-height: 1.36;
}

.fw-semibold {
    color: #1a2d59;
    line-height: 1.28;
}

.lp-footnote {
    font-size: 0.95rem;
}

.lp-cta {
    border: 1px solid #d8e3f7;
    border-radius: 1.1rem;
    color: #fff;
    background:
        linear-gradient(136deg, rgba(10, 63, 158, 0.96) 0%, rgba(23, 103, 232, 0.95) 58%, rgba(73, 149, 255, 0.92) 100%),
        url("../images/logo_transparent_white-V0SQbv6.png") no-repeat right -80px bottom -78px/230px;
    box-shadow: 0 14px 30px rgba(17, 44, 92, 0.18);
}

.lp-cta .lp-title,
.lp-cta .lp-muted {
    color: #fff;
}

.lp-cta .lp-muted {
    opacity: 0.9;
}

.lp-cta-inner {
    padding: 1.3rem;
}

.lp-cta-title {
    font-size: clamp(1.15rem, 1.2vw, 1.45rem);
    line-height: 1.22;
}

.lp-cta-helper {
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .lp-breakout {
        margin-top: -1.2rem;
    }

    .lp-section {
        padding: 60px 0;
    }

    .lp-strip-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .lp-section {
        padding: 46px 0;
    }

    .lp-container {
        width: calc(100% - 1.2rem);
    }

    .lp-actions {
        gap: 10px !important;
    }

    .lp-hero-panel,
    .lp-plain-block,
    .lp-cta-inner {
        padding: 0.9rem;
    }
}
