.page-three {
    background: #f8fafc;
    color: #0f172a;
}

.page-hero-three {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, 0.28), transparent 34%),
        linear-gradient(135deg, #071327 0%, #0f2a4a 48%, #102f5f 100%);
    color: #ffffff;
}

.page-hero-three.has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--page-hero-bg);
    background-size: cover;
    background-position: center;
    opacity: 0.42;
    transform: scale(1.03);
}

.page-hero-three-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 19, 39, 0.94), rgba(7, 19, 39, 0.74), rgba(7, 19, 39, 0.42)),
        linear-gradient(180deg, rgba(7, 19, 39, 0.15), rgba(7, 19, 39, 0.82));
    z-index: 1;
}

.page-hero-three-inner {
    position: relative;
    z-index: 2;
    padding: 74px 0;
    max-width: 920px;
}

.page-breadcrumb-three {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 22px;
}

.page-breadcrumb-three a {
    color: #67e8f9;
}

.page-label-three {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(34, 211, 238, 0.14);
    border: 1px solid rgba(103, 232, 249, 0.34);
    color: #a5f3fc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.page-hero-three h1 {
    max-width: 860px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(36px, 5vw, 66px);
    line-height: 1.02;
    letter-spacing: -2px;
    font-weight: 900;
}

.page-hero-three p {
    max-width: 760px;
    margin: 22px 0 0;
    color: #dbeafe;
    font-size: 18px;
    line-height: 1.8;
}

.page-hero-actions-three {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.page-btn-primary-three,
.page-btn-secondary-three {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.2s ease;
}

.page-btn-primary-three {
    background: linear-gradient(135deg, #22d3ee, #2563eb);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.32);
}

.page-btn-secondary-three {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.page-btn-primary-three:hover,
.page-btn-secondary-three:hover {
    transform: translateY(-2px);
}

.page-content-section-three {
    padding: 70px 0;
}

.page-content-grid-three {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
    align-items: start;
}

.page-content-card-three {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.page-content-image-three {
    margin: 0 0 34px;
    border-radius: 24px;
    overflow: hidden;
    background: #e2e8f0;
}

.page-content-image-three img {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.page-body-three {
    color: #334155;
    font-size: 17px;
    line-height: 1.85;
}

.page-body-three h2 {
    color: #0f172a;
    font-size: clamp(25px, 3vw, 36px);
    line-height: 1.18;
    letter-spacing: -0.8px;
    margin: 42px 0 16px;
    font-weight: 900;
}

.page-body-three h2:first-child {
    margin-top: 0;
}

.page-body-three h3 {
    color: #0f172a;
    font-size: 24px;
    margin: 34px 0 14px;
    font-weight: 900;
}

.page-body-three p {
    margin: 0 0 22px;
}

.page-body-three ul,
.page-body-three ol {
    margin: 22px 0 28px;
    padding: 22px 24px 22px 44px;
    background: #f1f5f9;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.page-body-three li {
    margin: 8px 0;
    color: #1e293b;
    font-weight: 650;
}

.page-body-three a {
    color: #2563eb;
    font-weight: 800;
}

.page-sidebar-three {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
}

.page-sidebar-card-three {
    background: #ffffff;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.page-sidebar-card-three span {
    display: inline-block;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.page-sidebar-card-three h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.6px;
}

.page-sidebar-card-three p {
    color: #475569;
    line-height: 1.7;
    margin: 0 0 20px;
}

.page-sidebar-btn-three {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22d3ee, #2563eb);
    color: #ffffff;
    font-weight: 900;
}

.page-sidebar-card-three.dark {
    background: #071327;
    color: #ffffff;
}

.page-sidebar-card-three.dark span {
    color: #67e8f9;
}

.page-sidebar-card-three.dark a {
    display: block;
    color: #ffffff;
    font-weight: 800;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-sidebar-card-three.dark a:last-child {
    border-bottom: 0;
}

.page-bottom-cta-three {
    padding: 0 0 76px;
}

.page-bottom-cta-inner-three {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 38px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(34, 211, 238, 0.35), transparent 34%),
        linear-gradient(135deg, #071327, #102f5f);
    color: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

.page-bottom-cta-inner-three span {
    display: inline-block;
    color: #67e8f9;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page-bottom-cta-inner-three h2 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.12;
    letter-spacing: -1.2px;
    font-weight: 900;
}

.page-bottom-cta-inner-three p {
    margin: 14px 0 0;
    max-width: 680px;
    color: #dbeafe;
    line-height: 1.7;
}

.page-bottom-cta-inner-three a {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-weight: 900;
}

@media (max-width: 980px) {
    .page-content-grid-three {
        grid-template-columns: 1fr;
    }

    .page-sidebar-three {
        position: static;
    }

    .page-bottom-cta-inner-three {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .page-hero-three {
        min-height: 360px;
    }

    .page-hero-three-inner {
        padding: 52px 0;
    }

    .page-content-section-three {
        padding: 44px 0;
    }

    .page-content-card-three {
        padding: 22px;
        border-radius: 22px;
    }

    .page-content-image-three {
        border-radius: 18px;
    }

    .page-body-three {
        font-size: 16px;
    }

    .page-body-three ul,
    .page-body-three ol {
        padding: 18px 18px 18px 34px;
    }

    .page-bottom-cta-inner-three {
        padding: 26px;
        border-radius: 24px;
    }
}