.leaders-circle-page {
    background:
        radial-gradient(circle at top left, rgba(49, 105, 255, 0.22), transparent 30%),
        radial-gradient(circle at 85% 10%, rgba(58, 193, 255, 0.12), transparent 25%),
        linear-gradient(180deg, #06111f 0%, #08101a 40%, #0b1118 100%);
    color: #dce6f3;
    font-family: "Manrope", "Segoe UI", sans-serif;
}

.leaders-circle-page h1,
.leaders-circle-page h2,
.leaders-circle-page h3,
.leaders-circle-page h4,
.leaders-circle-page h5,
.leaders-circle-page h6 {
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    color: #f7fbff;
}

.leaders-circle-page p {
    color: white !important;
    font-size: 17px;
    line-height: 1.75;
}

.leaders-circle-page .navbar-default {
    border-color: rgba(167, 188, 212, 0.1);
    background-color: rgba(5, 10, 18, 0.72);
    backdrop-filter: blur(18px);
}

.leaders-circle-page .navbar-default.affix,
.leaders-circle-page .navbar-default.affix-top {
    background-color: rgba(7, 12, 20, 0.9);
    border-color: rgba(167, 188, 212, 0.12);
}

.lc-nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lc-brand {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px 0;
    text-decoration: none;
}

.lc-brand-kicker {
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #79c7ff;
}

.lc-brand-name {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.leaders-circle-page .navbar-default .nav > li > a,
.leaders-circle-page .navbar-default .nav > li > a:focus {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: rgba(225, 235, 244, 0.8);
}

.lc-nav-cta-item {
    margin-left: 10px;
}

.lc-nav-cta {
    border: 1px solid rgba(121, 199, 255, 0.45);
    border-radius: 999px;
    padding: 12px 20px !important;
    color: #f7fbff !important;
}

.lc-nav-cta:hover,
.lc-nav-cta:focus {
    background-color: rgba(121, 199, 255, 0.14);
}

.lc-hero {
    min-height: 100vh;
    /*background: transparent;*/
    text-align: left;
    overflow: hidden;
}

.lc-hero-backdrop,
.lc-hero::before,
.lc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.lc-hero-backdrop {
    background:
        linear-gradient(90deg, rgba(4, 10, 20, 0.84) 0%, rgba(4, 10, 20, 0.72) 34%, rgba(4, 10, 20, 0.36) 58%, rgba(4, 10, 20, 0.08) 100%),
        linear-gradient(180deg, rgba(5, 10, 18, 0.24) 0%, rgba(5, 10, 18, 0.52) 100%),
        radial-gradient(circle at 18% 22%, rgba(85, 145, 255, 0.16), transparent 0, transparent 28%),
        radial-gradient(circle at 82% 24%, rgba(67, 214, 255, 0.12), transparent 0, transparent 26%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 45%);
}


.lc-hero::before {
    inset: 14% auto auto 7%;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(121, 199, 255, 0.12);
    border-radius: 50%;
    filter: blur(0.2px);
}

.lc-hero::after {
    inset: auto 8% 14% auto;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 32px;
    transform: rotate(12deg);
}

.lc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    column-gap: 48px;
    row-gap: 8px;
    min-height: 100vh;
    padding-top: 84px;
    padding-bottom: 72px;
}

.lc-hero-copy {
    order: 1;
    position: relative;
    padding: 28px 28px 30px;
    border: 1px solid rgba(173, 192, 215, 0.1);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(4, 8, 15, 0.94), rgba(4, 8, 15, 0.88));
    box-shadow: 0 28px 80px rgba(2, 8, 20, 0.48);
    backdrop-filter: blur(16px);
}



.lc-hero-copy h1,
.lc-hero-copy p,
.lc-hero-copy a:not(.btn),
.lc-hero-copy strong {
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
}

.lc-eyebrow-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.lc-badge,
.lc-eyebrow,
.lc-section-kicker,
.lc-form-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(121, 199, 255, 0.18);
    border-radius: 999px;
    background: rgba(10, 16, 29, 0.55);
    color: #b7daf7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.lc-eyebrow {
    color: rgba(231, 240, 250, 0.72);
}

.lc-hero h1 {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(48px, 8vw, 88px);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.lc-hero-lead {
    max-width: 660px;
    margin: 28px 0 0;
    font-size: clamp(18px, 2vw, 20px) !important;
    line-height: 1.65;
}

.lc-hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 34px 0 30px;
}

.lc-meta-card,
.lc-feature-card,
.lc-theme-card,
.lc-format-card,
.lc-participant-card,
.lc-signal-card {
    position: relative;
    border: 1px solid rgba(173, 192, 215, 0.12);
    background: linear-gradient(180deg, rgba(18, 27, 42, 0.84), rgba(10, 16, 27, 0.84));
    box-shadow: 0 24px 70px rgba(2, 8, 20, 0.35);
}

.lc-meta-card {
    padding: 18px 20px;
    border-radius: 20px;
}

.lc-meta-label {
    display: block;
    margin-bottom: 6px;
    color: #7ea4c5;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.leaders-circle-page .btn {
    min-height: 52px;
    padding: 15px 26px;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.leaders-circle-page .btn-primary {
    border: 1px solid #6ed0ff;
    background: linear-gradient(135deg, #d7eefc 0%, #9edbff 10%, #6baeff 55%, #4472ff 100%);
    color: #04111f;
    box-shadow: 0 18px 42px rgba(65, 122, 255, 0.28);
}

.leaders-circle-page .btn-primary:hover,
.leaders-circle-page .btn-primary:focus {
    background: linear-gradient(135deg, #e5f5ff 0%, #b7e8ff 18%, #79bcff 58%, #557dff 100%);
    color: #04111f;
    transform: translateY(-1px);
}

.lc-btn-ghost {
    border: 1px solid rgba(185, 203, 223, 0.18);
    background: rgba(255, 255, 255, 0.03);
    color: #eaf3fb !important;
}

.lc-btn-ghost:hover,
.lc-btn-ghost:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.lc-hero-note {
    max-width: 640px;
    margin-top: 26px;
    color: rgba(220, 230, 243, 0.58) !important;
    font-size: 14px !important;
}

.lc-hero-visual-frame {
    position: relative;
    padding: 26px;
    border: 1px solid rgba(173, 192, 215, 0.12);
    border-radius: 32px;
    background:
        linear-gradient(160deg, rgba(19, 31, 47, 0.96), rgba(8, 13, 22, 0.92)),
        radial-gradient(circle at top right, rgba(103, 174, 255, 0.18), transparent 30%);
    box-shadow: 0 36px 90px rgba(2, 8, 20, 0.45);
}

.lc-hero-visual-frame::after {
    content: "";
    position: absolute;
    inset: 26px;
    border-radius: 20px;
    pointer-events: none;
}

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

.lc-visual-chip {
    position: absolute;
    padding: 10px 14px;
    border: 1px solid rgba(194, 212, 228, 0.18);
    border-radius: 999px;
    background: rgba(9, 15, 25, 0.88);
    color: #e5f1fb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lc-visual-chip-top {
    top: 18px;
    right: 18px;
}

.lc-visual-chip-bottom {
    left: 18px;
    bottom: 18px;
}

.lc-section {
    position: relative;
    padding: 110px 0;
}

.lc-section-heading {
    max-width: 840px;
    margin-bottom: 42px;
}

.lc-section-heading .section-heading {
    margin: 18px 0 0;
    font-size: clamp(32px, 4.5vw, 54px);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.lc-section-intro {
    color: rgba(220, 230, 243, 0.64);
}

.lc-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 34px;
}

.lc-prose p:last-child {
    margin-bottom: 0;
}

.lc-signal-stack {
    display: grid;
    gap: 16px;
}

.lc-signal-card,
.lc-feature-card,
.lc-theme-card,
.lc-format-card,
.lc-participant-card {
    border-radius: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.lc-signal-card:hover,
.lc-feature-card:hover,
.lc-theme-card:hover,
.lc-format-card:hover,
.lc-participant-card:hover {
    transform: translateY(-4px);
    border-color: rgba(121, 199, 255, 0.24);
    box-shadow: 0 32px 85px rgba(2, 8, 20, 0.48);
}

.lc-signal-card {
    padding: 22px 24px;
}

.lc-signal-index,
.lc-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(114, 193, 255, 0.24), rgba(89, 113, 255, 0.18));
    color: #cde9ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.lc-card-grid-four,
.lc-themes-grid,
.lc-format-grid,
.lc-participant-grid {
    display: grid;
    gap: 18px;
}

.lc-card-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lc-themes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lc-format-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lc-participant-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lc-feature-card,
.lc-theme-card,
.lc-format-card,
.lc-participant-card {
    padding: 28px;
}

.lc-feature-card h3,
.lc-theme-card h3,
.lc-format-card h3,
.lc-participant-card h3,
.lc-signal-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
}

.lc-section-gains {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0));
}

.lc-program-shell {
    padding: 30px;
    border: 1px solid rgba(173, 192, 215, 0.1);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(96, 178, 255, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(16, 24, 38, 0.84), rgba(10, 15, 25, 0.88));
    box-shadow: 0 30px 80px rgba(2, 8, 20, 0.38);
}

.lc-program-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.lc-program-head h3 {
    margin: 0 0 6px;
    font-size: 30px;
}

.lc-program-head p {
    margin: 0;
    color: rgba(220, 230, 243, 0.58);
}

.lc-program-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(121, 199, 255, 0.18);
    border-radius: 999px;
    background: rgba(8, 14, 24, 0.75);
    color: #c9e8ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.lc-program-table {
    display: grid;
    gap: 12px;
}

.lc-program-row {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.lc-program-row-head {
    color: rgba(220, 230, 243, 0.56);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.lc-program-time,
.lc-program-content {
    border: 1px solid rgba(173, 192, 215, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
}

.lc-program-row-head .lc-program-time,
.lc-program-row-head .lc-program-content {
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.02);
}

.lc-program-row:not(.lc-program-row-head) .lc-program-time {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 22px 16px;
    color: #f3f8fe;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
    hyphens: none;
    text-align: center;
}

.lc-program-row:not(.lc-program-row-head) .lc-program-content {
    padding: 22px 24px;
}

.lc-program-content h4 {
    margin: 0 0 10px;
    font-size: 22px;
}

.lc-program-speakers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 12px;
}

.lc-program-person,
.lc-program-company {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.lc-program-person {
    background: rgba(110, 208, 255, 0.12);
    color: #eaf6ff;
}

.lc-program-company {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(220, 230, 243, 0.78);
}

.lc-program-content p {
    margin: 0;
}

.lc-program-note {
    margin-top: 18px;
    color: rgba(220, 230, 243, 0.6);
    font-size: 14px;
}

.lc-section-format .lc-format-shell {
    padding: 34px;
    border: 1px solid rgba(173, 192, 215, 0.1);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(78, 136, 255, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(16, 24, 38, 0.8), rgba(10, 15, 25, 0.82));
}

.lc-format-layout {
    display: grid;
    gap: 28px;
    align-items: start;
}

.lc-format-bottom {
    display: flex;
    gap: 26px;
    align-items: stretch;
}

.lc-format-copy a {
    color: #a8deff;
}

.lc-format-lead {
    color: #edf6ff !important;
    font-size: 21px !important;
    line-height: 1.7;
}

.lc-format-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 28px;
    width: 100%;
    flex: 1 1 auto;
}

.lc-format-card-emphasis {
    min-height: 100%;
    width: 100%;
    display: block;
}

.lc-format-card-emphasis h3 {
    margin-bottom: 18px;
}

.lc-format-card-emphasis p {
    margin-bottom: 10px;
}

.lc-format-card-emphasis p:last-child {
    margin-bottom: 0;
}

.lc-format-card-emphasis strong {
    color: #f7fbff;
    font-weight: 800;
}

.lc-format-figure {
    margin: 0;
    flex: 0 0 40%;
    max-width: 520px;
    padding: 18px;
    border: 1px solid rgba(173, 192, 215, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 24px 70px rgba(2, 8, 20, 0.35);
}

.lc-format-figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
}

.lc-format-figure figcaption {
    margin-top: 14px;
    color: rgba(220, 230, 243, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

.lc-avatar-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(110, 208, 255, 0.22), rgba(74, 98, 255, 0.22));
    color: #edf7ff;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.lc-participant-card {
    text-align: center;
}

.lc-participant-avatar {
    width: 132px;
    height: 132px;
    margin: 0 auto 20px;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(2, 8, 20, 0.4);
}

.lc-participant-avatar img {
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lc-participant-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.lc-participant-org {
    max-width: 260px;
    margin: 0 auto;
    color: #eef5fc !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.35 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.lc-section-cta {
    padding-top: 40px;
    padding-bottom: 110px;
}

.lc-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 24px;
    padding: 34px;
    border: 1px solid rgba(121, 199, 255, 0.16);
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(114, 193, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(16, 23, 36, 0.95), rgba(7, 12, 20, 0.97));
    box-shadow: 0 36px 90px rgba(2, 8, 20, 0.44);
}

.lc-contact-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.lc-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #e7f1fb;
    text-decoration: none;
}

.lc-contact-link i {
    width: 18px;
    text-align: center;
    color: #7fd4ff;
}

.lc-cta-form {
    padding: 28px;
    border: 1px solid rgba(173, 192, 215, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
}

.lc-form-header h3 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 30px;
}

.lc-form-label {
    display: block;
    margin-top: 18px;
    margin-bottom: 8px;
    color: #e7f1fb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lc-cta-form .form-control {
    min-height: 56px;
    border: 1px solid rgba(193, 210, 227, 0.14);
    border-radius: 18px;
    background: rgba(7, 12, 21, 0.82);
    color: #edf6ff;
    box-shadow: none;
}

.lc-cta-form .form-control::placeholder {
    color: rgba(220, 230, 243, 0.38);
}

.lc-cta-form .form-control:focus {
    border-color: rgba(121, 199, 255, 0.42);
    box-shadow: 0 0 0 3px rgba(97, 156, 255, 0.12);
}

.lc-submit {
    width: 100%;
    margin-top: 16px;
}

.lc-submit[disabled] {
    opacity: 0.7;
    cursor: wait;
}

.lc-form-message {
    min-height: 24px;
    margin-top: 14px;
    color: rgba(220, 230, 243, 0.72);
    font-size: 14px;
}

.lc-form-message.success {
    color: #9ee6b3;
}

.lc-form-message.error {
    color: #ff9e9e;
}

.lc-form-footnote {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px !important;
    color: rgba(220, 230, 243, 0.54) !important;
}

@media (prefers-reduced-motion: no-preference) {
    .lc-hero-visual-frame,
    .lc-meta-card,
    .lc-feature-card,
    .lc-theme-card,
    .lc-format-card,
    .lc-participant-card,
    .lc-signal-card,
    .leaders-circle-page .btn {
        transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    }

    .lc-hero-visual-frame {
        animation: lcFloat 8s ease-in-out infinite;
    }
}

@keyframes lcFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@media (max-width: 1199px) {
    .lc-card-grid-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lc-themes-grid,
    .lc-format-grid,
    .lc-participant-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lc-format-bottom {
        flex-direction: column;
    }

    .lc-format-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .lc-hero-grid,
    .lc-two-column,
    .lc-cta-panel,
    .lc-format-layout {
        grid-template-columns: 1fr;
    }

    .lc-hero-copy,
    .lc-hero-visual {
        order: 3;
    }


    .lc-hero-grid {
        padding-top: 110px;
        min-height: auto;
    }

    .lc-hero h1 {
        max-width: none;
    }

    .lc-hero-meta {
        grid-template-columns: 1fr;
    }

    .lc-program-row {
        grid-template-columns: 150px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .lc-section {
        padding: 84px 0;
    }

    .lc-card-grid-four,
    .lc-themes-grid,
    .lc-format-grid,
    .lc-participant-grid {
        grid-template-columns: 1fr;
    }

    .lc-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .leaders-circle-page .btn {
        width: 100%;
    }

    .lc-hero-visual-frame,
    .lc-section-format .lc-format-shell,
    .lc-cta-panel,
    .lc-cta-form {
        padding: 22px;
        border-radius: 24px;
    }

    .lc-hero-grid {
        gap: 26px;
    }

    .lc-hero-copy {
        padding: 22px 20px 24px;
        border-radius: 24px;
    }

    .lc-feature-card,
    .lc-theme-card,
    .lc-format-card,
    .lc-participant-card {
        padding: 24px;
    }

    .lc-program-shell {
        padding: 22px;
        border-radius: 24px;
    }

    .lc-program-head,
    .lc-program-row {
        grid-template-columns: 1fr;
    }

    .lc-program-head {
        align-items: flex-start;
    }

    .lc-program-row {
        gap: 10px;
    }

    .lc-program-row:not(.lc-program-row-head) .lc-program-time {
        justify-content: flex-start;
        padding: 16px 18px;
        font-size: 18px;
    }

    .lc-program-row-head {
        display: none;
    }
}
