body.ybt-footer-page-body {
    min-width: 0;
    background:
        radial-gradient(circle at top left, rgba(65,95,255,0.12), transparent 34%),
        linear-gradient(180deg, #f7f9ff 0%, #f4f5f8 42%, #f7f7f7 100%);
}

.ybt-footer-page-body .ybt-header,
.ybt-footer-page-body .ybt-footer,
.ybt-footer-page-body .ybt-footer-page-shell {
    min-width: 0;
}

.ybt-footer-page-body .ybt-header-container,
.ybt-footer-page-body .ybt-footer-container,
.ybt-footer-page-container {
    width: min(1200px, calc(100% - 32px));
}

.ybt-footer-page-shell {
    padding: 30px 0 44px;
}

.ybt-footer-page-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ybt-footer-page-hero {
    position: relative;
    overflow: hidden;
    padding: 38px 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, #161d36 0%, #1d2748 48%, #243259 100%);
    box-shadow: 0 24px 48px rgba(18, 29, 68, 0.18);
    color: #fff;
}

.ybt-footer-page-hero::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 70%);
}

.ybt-footer-page-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.ybt-footer-page-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.88);
    font-size: 13px;
    letter-spacing: 1px;
}

.ybt-footer-page-hero h1 {
    margin: 18px 0 16px;
    font-size: 38px;
    line-height: 1.22;
    color: #fff;
}

.ybt-footer-page-hero-copy > p {
    margin: 0;
    max-width: 700px;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255,255,255,0.74);
}

.ybt-footer-page-summary-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.ybt-footer-page-summary-card {
    min-height: 132px;
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(4px);
}

.ybt-footer-page-summary-card span {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    color: rgba(255,255,255,0.62);
}

.ybt-footer-page-summary-card strong {
    display: block;
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
    font-weight: 600;
}

.ybt-footer-page-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}

.ybt-footer-page-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ybt-footer-page-section-card,
.ybt-footer-page-side-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(230,234,244,0.9);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(31, 47, 90, 0.08);
}

.ybt-footer-page-section-card {
    padding: 28px;
}

.ybt-footer-page-section-head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.ybt-footer-page-section-head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(65,95,255,0.14) 0%, rgba(65,95,255,0.06) 100%);
    color: var(--ybt-blue);
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.ybt-footer-page-section-head h2 {
    margin: 4px 0 10px;
    font-size: 24px;
    color: var(--ybt-dark);
}

.ybt-footer-page-section-head p {
    margin: 0;
    font-size: 14px;
    line-height: 1.85;
    color: #65708a;
}

.ybt-footer-page-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ybt-footer-page-check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 100%;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfcff 0%, #f4f7ff 100%);
    border: 1px solid #e5eaff;
}

.ybt-footer-page-check-item i {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(65,95,255,0.12);
    color: var(--ybt-blue);
    font-size: 16px;
    flex-shrink: 0;
}

.ybt-footer-page-check-item p {
    margin: 0;
    color: var(--ybt-text);
    font-size: 14px;
    line-height: 1.8;
}

.ybt-footer-page-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ybt-footer-page-side-card {
    padding: 24px 22px;
}

.ybt-footer-page-side-nav {
    background: linear-gradient(180deg, #fdfdff 0%, #f5f7ff 100%);
}

.ybt-footer-page-nav-group + .ybt-footer-page-nav-group {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebeff8;
}

.ybt-footer-page-nav-group h3 {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: var(--ybt-dark);
}

.ybt-footer-page-nav-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ybt-footer-page-nav-links a {
    display: block;
    padding: 10px 14px;
    border-radius: 14px;
    color: #5c6782 !important;
    font-size: 13px;
    line-height: 1.6;
    background: rgba(255,255,255,0.72);
    border: 1px solid transparent;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.ybt-footer-page-nav-links a:hover,
.ybt-footer-page-nav-links a.active {
    color: var(--ybt-blue) !important;
    border-color: rgba(65,95,255,0.16);
    background: rgba(65,95,255,0.08);
    transform: translateX(2px);
}

.ybt-footer-page-side-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 32px;
    padding: 0 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(65,95,255,0.1);
    color: var(--ybt-blue);
    font-size: 13px;
    font-weight: 600;
}

.ybt-footer-page-side-card p {
    margin: 0 0 12px;
    color: #5f6982;
    font-size: 14px;
    line-height: 1.85;
}

.ybt-footer-page-side-card p:last-child {
    margin-bottom: 0;
}

.ybt-footer-page-side-contact {
    background: linear-gradient(180deg, #1c2647 0%, #202c53 100%);
    border-color: transparent;
    box-shadow: 0 20px 36px rgba(24, 34, 72, 0.18);
}

.ybt-footer-page-side-contact .ybt-footer-page-side-title {
    background: rgba(255,255,255,0.12);
    color: #fff;
}

.ybt-footer-page-side-contact p {
    color: rgba(255,255,255,0.76);
}

.ybt-footer-page-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 42px;
    padding: 0 18px;
    margin: 6px 0 16px;
    border-radius: 999px;
    background: #fff;
    color: #1c2647 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ybt-footer-page-contact-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 26px rgba(0,0,0,0.16);
}

@media (max-width: 1199px) {
    .ybt-footer-page-body .ybt-header,
    .ybt-footer-page-body .ybt-footer {
        min-width: 0;
    }

    .ybt-footer-page-body .ybt-header-container,
    .ybt-footer-page-body .ybt-footer-container,
    .ybt-footer-page-container {
        width: calc(100% - 32px);
    }

    .ybt-footer-page-summary-grid,
    .ybt-footer-page-checklist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ybt-footer-page-content {
        grid-template-columns: 1fr;
    }

    .ybt-footer-page-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .ybt-footer-page-shell {
        padding: 18px 0 28px;
    }

    .ybt-footer-page-body .ybt-header-container,
    .ybt-footer-page-body .ybt-footer-container,
    .ybt-footer-page-container {
        width: calc(100% - 20px);
    }

    .ybt-footer-page-hero {
        padding: 26px 20px;
        border-radius: 22px;
    }

    .ybt-footer-page-hero h1 {
        font-size: 28px;
    }

    .ybt-footer-page-summary-grid,
    .ybt-footer-page-checklist,
    .ybt-footer-page-side {
        grid-template-columns: 1fr;
    }

    .ybt-footer-page-section-card,
    .ybt-footer-page-side-card {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .ybt-footer-page-section-head {
        flex-direction: column;
    }

    .ybt-footer-page-section-head > span {
        width: 48px;
        height: 48px;
        border-radius: 16px;
    }
}
