body.ow.magic.base_index_page .jd-page {
    --jd-ink: #101322;
    --jd-muted: #596579;
    --jd-line: #e2e8f0;
    --jd-blue: #0d6efd;
    --jd-blue-dark: #0b5ed7;
    --jd-purple: #691cff;
    --jd-green: #0f9f6e;
    --jd-amber: #f59e0b;
    --jd-coral: #f97316;
    --jd-surface: #ffffff;
    --jd-soft: #f7f9fd;
    --jd-shadow: 0 18px 46px rgba(16, 19, 34, 0.12);
}

body.ow.magic.base_index_page .jd-page,
body.ow.magic.base_index_page .jd-page * {
    box-sizing: border-box;
}

body.ow.magic.base_index_page {
    background:
        radial-gradient(circle at 8% 8%, rgba(13, 110, 253, 0.11), transparent 24rem),
        radial-gradient(circle at 90% 4%, rgba(15, 159, 110, 0.12), transparent 20rem),
        linear-gradient(180deg, #fbfcff 0%, #eef5ff 54%, #fff 100%);
    color: var(--jd-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    min-height: 100vh;
}

body.ow.magic.base_index_page .jd-page a {
    color: inherit;
}

.jd-page {
    overflow: hidden;
}

.jd-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    left: 50%;
    max-width: 1160px;
    padding: 12px 14px;
    position: fixed;
    top: 14px;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    z-index: 20;
}

.jd-brand {
    align-items: center;
    display: inline-flex;
    gap: 9px;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: 0.02em;
    text-decoration: none;
}

.jd-brand img {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #000, 0 0 0 4px rgba(105, 28, 255, 0.25);
}

.jd-nav-links {
    display: flex;
    gap: 20px;
}

.jd-nav-links a {
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.jd-nav-links a:hover {
    color: var(--jd-blue);
}

.jd-nav-cta,
.jd-primary,
.jd-secondary {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-weight: 900;
    gap: 9px;
    justify-content: center;
    min-height: 44px;
    padding: 12px 18px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.jd-nav-cta,
.jd-primary {
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-purple));
    box-shadow: 0 13px 26px rgba(13, 110, 253, 0.24);
    color: #fff !important;
}

.jd-primary:hover,
.jd-nav-cta:hover {
    box-shadow: 0 16px 32px rgba(105, 28, 255, 0.26);
    color: #fff !important;
    transform: translateY(-1px);
}

.jd-secondary {
    background: #fff;
    border: 1px solid var(--jd-line);
    color: #172033;
}

.jd-secondary:hover {
    border-color: rgba(13, 110, 253, 0.4);
    color: var(--jd-blue);
}

.jd-secondary.dark {
    background: #111827;
    border-color: #111827;
    color: #fff;
}

.jd-hero,
.jd-section {
    margin: 0 auto;
    max-width: 1160px;
    width: calc(100% - 32px);
}

.jd-hero {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.62fr);
    min-height: 100vh;
    padding: 118px 0 60px;
}

.jd-kicker {
    align-items: center;
    color: #087866;
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    gap: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.jd-hero h1 {
    font-size: clamp(44px, 7vw, 66px);
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 0.95;
    margin: 0 0 22px;
    max-width: 820px;
}

.jd-hero-lead {
    color: var(--jd-muted);
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 600;
    line-height: 1.48;
    margin: 0 0 28px;
    max-width: 680px;
}

.jd-hero-actions,
.jd-trust-row,
.jd-price-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.jd-trust-row {
    margin-top: 26px;
}

.jd-trust-row span,
.jd-price-row span {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(226, 232, 240, 0.88);
    border-radius: 8px;
    color: #475569;
    font-size: 13px;
    font-weight: 800;
    padding: 10px 12px;
}

.jd-trust-row strong,
.jd-price-row strong {
    color: var(--jd-blue);
    font-size: 16px;
}

.jd-section.jd-recognition {
    padding-bottom: 42px;
    padding-top: 0;
}

.jd-company-line {
    color: #334155;
    font-size: 15px;
    font-weight: 750;
    margin: 0 0 16px;
    text-align: center;
}

.jd-recognition-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    padding: 34px 28px 30px;
    position: relative;
    text-align: center;
}

.jd-recognition-card::before {
    background: linear-gradient(90deg, rgba(13, 110, 253, 0.16), rgba(15, 159, 110, 0.14), rgba(105, 28, 255, 0.14));
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.jd-recognition-grid {
    align-items: center;
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 22px;
}

.jd-recognition-item {
    align-items: center;
    display: grid;
    gap: 12px;
    justify-items: center;
    min-height: 118px;
    padding: 10px 8px;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.jd-recognition-item:hover {
    filter: saturate(1.08);
    transform: translateY(-3px);
}

.jd-recognition-item img {
    height: 58px;
    max-width: 118px;
    object-fit: contain;
    width: auto;
}

.jd-recognition-item span {
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
}

.jd-hero-visual {
    position: relative;
}

.jd-hero-visual::before {
    animation: jdRadar 4.5s ease-in-out infinite;
    background: conic-gradient(from 180deg, rgba(13, 110, 253, 0.08), rgba(105, 28, 255, 0.18), rgba(15, 159, 110, 0.16), rgba(13, 110, 253, 0.08));
    border-radius: 50%;
    content: "";
    filter: blur(3px);
    height: 520px;
    left: 50%;
    opacity: 0.85;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
}

.jd-device {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(203, 213, 225, 0.9);
    border-radius: 30px;
    box-shadow: var(--jd-shadow);
    padding: 18px;
    float: right;
    margin-right: 50px;
    position: relative;
    z-index: 1;
}

.jd-device-top,
.jd-meter-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.jd-logo-mini {
    align-items: center;
    display: flex;
    gap: 8px;
}

.jd-live-dot {
    align-items: center;
    color: #087866;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 6px;
}

.jd-live-dot i {
    animation: jdPulse 1.5s ease-in-out infinite;
    background: var(--jd-green);
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    width: 8px;
}

.jd-goal-card,
.jd-meter,
.jd-impact-chip {
    background: var(--jd-soft);
    border: 1px solid var(--jd-line);
    border-radius: 8px;
    margin-top: 14px;
    padding: 14px;
}

.jd-goal-card span,
.jd-meter-head span {
    color: #64748b;
    display: block;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.jd-goal-card strong,
.jd-meter-head strong {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.jd-agent-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 7px;
}

.jd-agent {
    background: #fff;
    border: 1px solid var(--jd-line);
    border-radius: 8px;
    min-height: 72px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jd-agent-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jd-agent-header i {
    color: var(--jd-blue);
    font-size: 16px;
    flex-shrink: 0;
}

.jd-agent-header span {
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    display: block;
    line-height: 1.1;
}

.jd-agent strong {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.1;
}

.jd-agent.active {
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-purple));
    color: #fff;
}

.jd-agent.active .jd-agent-header i,
.jd-agent.active .jd-agent-header span,
.jd-agent.active i,
.jd-agent.active span {
    color: #fff;
}

.jd-agent.dark {
    animation: jdGlow 2.5s ease-in-out infinite;
    background: #171321;
}

.jd-agent.pending {
    background: #fffbeb;
    border-color: #fbbf24;
}

.jd-agent.pending i,
.jd-agent.pending strong {
    color: #92400e;
}

.jd-meter-bar {
    background: #dbe3ee;
    border-radius: 999px;
    height: 8px;
    margin-top: 12px;
    overflow: hidden;
}

.jd-meter-bar i {
    animation: jdLoad 3s ease-in-out infinite;
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-green), var(--jd-amber));
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 76%;
}

.jd-impact-chip {
    align-items: center;
    display: flex;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
}

.jd-impact-chip i {
    color: var(--jd-coral);
}

.jd-section {
    padding: 78px 0;
}

.jd-section-head {
    max-width: 760px;
}

.jd-section-head h2,
.jd-impact-copy h2,
.jd-quality-card h2,
.jd-pricing h2 {
    font-size: clamp(32px, 4vw, 54px)!important;
    font-weight: 950;
    letter-spacing: -0.035em;
    line-height: 1;
    margin: 0 0 14px;
}

.jd-section-head p,
.jd-impact-copy p,
.jd-pricing p {
    color: var(--jd-muted);
    font-size: 18px!important;
    font-weight: 600;
    line-height: 1.55;
}

.jd-problem-grid,
.jd-tool-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
}

.jd-problem-grid article,
.jd-tool-grid article,
.jd-flow-line article,
.jd-impact-panel,
.jd-quality-card,
.jd-pricing-inner {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.jd-problem-grid article {
    padding: 20px;
}

.jd-problem-grid i,
.jd-tool-grid i,
.jd-flow-line i {
    align-items: center;
    background: #eef2ff;
    border-radius: 8px;
    color: var(--jd-blue);
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.jd-problem-grid strong,
.jd-problem-grid span {
    display: block;
}

.jd-problem-grid strong {
    font-size: 18px;
    margin-top: 16px;
}

.jd-problem-grid span {
    color: var(--jd-muted);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
    margin-top: 7px;
}

.jd-flow-line {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 30px;
}

.jd-flow-line article {
    min-height: 244px;
    padding: 18px;
    position: relative;
}

.jd-flow-line b {
    color: #cbd5e1;
    font-size: 30px;
    font-weight: 950;
}

.jd-flow-line i {
    display: flex;
    margin-top: 14px;
}

.jd-flow-line h3,
.jd-tool-grid h3 {
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -0.02em;
    margin: 16px 0 8px;
}

.jd-flow-line p,
.jd-tool-grid p {
    color: var(--jd-muted);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.5;
    margin: 0;
}

.jd-impact {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 0.86fr 1fr;
}

.jd-impact-panel {
    padding: 18px;
}

.jd-impact-slider-head {
    align-items: center;
    background: linear-gradient(180deg, #f8fafc, #eef4fb);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 8px;
}

.jd-impact-arrow {
    align-items: center;
    background: #fff;
    border: 1px solid var(--jd-line);
    border-radius: 8px;
    color: var(--jd-blue);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 46px;
    font-size: 17px;
    height: 46px;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    width: 46px;
}

.jd-impact-arrow:hover {
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-purple));
    box-shadow: 0 12px 22px rgba(13, 110, 253, 0.2);
    color: #fff;
    transform: translateY(-1px);
}

.jd-impact-slide-title {
    color: #172033;
    flex: 1;
    font-size: 16px;
    font-weight: 950;
    text-align: center;
}

.jd-impact-dots {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 12px;
}

.jd-impact-dots button {
    background: #cbd5e1;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 8px;
    padding: 0;
    transition: background 0.2s ease, width 0.2s ease;
    width: 8px;
}

.jd-impact-dots button.active {
    background: var(--jd-blue);
    width: 24px;
}

.jd-impact-card {
    display: none;
    padding: 22px 6px 4px;
}

.jd-impact-card.active {
    animation: jdRise 0.25s ease-out both;
    display: block;
}

.jd-impact-card span {
    color: #087866;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.jd-impact-card strong {
    color: var(--jd-blue);
    display: block;
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 950;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-top: 10px;
}

.jd-impact-card p {
    font-size: 18px;
    font-weight: 950;
    margin: 4px 0 18px;
}

.jd-impact-card ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jd-impact-card li {
    color: #334155;
    font-size: 15px;
    font-weight: 750;
}

.jd-impact-card li::before {
    color: var(--jd-green);
    content: "•";
    font-size: 22px;
    margin-right: 8px;
    vertical-align: -2px;
}

.jd-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jd-tool-grid article {
    padding: 24px;
}

.jd-tool-grid span {
    color: #087866;
    display: block;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.06em;
    margin-top: 18px;
    text-transform: uppercase;
}

.jd-quality-card {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: 0.9fr 1fr;
    padding: 34px;
}

.jd-quality-list {
    display: grid;
    gap: 12px;
}

.jd-quality-list p {
    align-items: flex-start;
    color: #334155;
    display: flex;
    font-size: 15px;
    font-weight: 750;
    gap: 10px;
    line-height: 1.45;
    margin: 0;
}

.jd-quality-list i {
    color: var(--jd-green);
    margin-top: 3px;
}

.jd-institute-shell {
    align-items: center;
    background:
        radial-gradient(circle at 84% 12%, rgba(15, 159, 110, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(105, 28, 255, 0.08)),
        #fff;
    border: 1px solid rgba(226, 232, 240, 0.96);
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
    display: grid;
    gap: clamp(24px, 4vw, 54px);
    grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
    overflow: hidden;
    padding: clamp(28px, 4.4vw, 58px);
}

.jd-institute-copy h2 {
    font-size: clamp(34px, 4.2vw, 56px)!important;
    font-weight: 950;
    letter-spacing: -0.035em;
    line-height: 1;
    margin: 12px 0 16px;
}

.jd-institute-copy p {
    color: var(--jd-muted);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
}

.jd-institute-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.jd-institute-board {
    background: #101322;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.2);
    color: #fff;
    padding: 18px;
}

.jd-institute-board-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.jd-institute-board-head span {
    color: #8ee8c0;
    display: block;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.jd-institute-board-head strong {
    display: block;
    font-size: 24px;
    font-weight: 950;
    letter-spacing: -0.025em;
    margin-top: 3px;
}

.jd-institute-board-head i {
    align-items: center;
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-purple));
    border-radius: 8px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.jd-institute-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
}

.jd-institute-stats article {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-height: 132px;
    padding: 14px;
}

.jd-institute-stats i {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #8ee8c0;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.jd-institute-stats strong {
    display: block;
}

.jd-institute-stats strong {
    color: #8ee8c0;
    font-size: 18px;
    font-weight: 950;
    margin-top: 18px;
}

.jd-institute-flow {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 14px;
}

.jd-institute-flow span {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: #172033;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 950;
    gap: 7px;
    justify-content: center;
    line-height: 1.15;
    min-height: 86px;
    padding: 10px;
    text-align: center;
}

.jd-institute-flow i {
    color: var(--jd-blue);
    font-size: 18px;
}

.jd-pricing-inner {
    background:
        linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(15, 159, 110, 0.1)),
        #fff;
    padding: 42px;
    text-align: center;
}

.jd-pricing-inner p {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.jd-price-row {
    justify-content: center;
    margin: 24px 0;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes jdPulse {
    50% {
        box-shadow: 0 0 0 8px rgba(15, 159, 110, 0.12);
    }
}

@keyframes jdGlow {
    50% {
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 0 24px rgba(105, 28, 255, 0.34);
    }
}

@keyframes jdRadar {
    50% {
        transform: translate(-50%, -50%) rotate(18deg) scale(1.04);
    }
}

@keyframes jdLoad {
    0%, 100% {
        width: 62%;
    }
    50% {
        width: 84%;
    }
}

@keyframes jdRise {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .jd-nav-links {
        display: none;
    }

    .jd-hero,
    .jd-impact,
    .jd-quality-card,
    .jd-institute-shell {
        grid-template-columns: 1fr;
    }

    .jd-hero {
        min-height: auto;
        padding-top: 116px;
    }

    .jd-problem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-flow-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 680px) {
    .jd-nav {
        top: 8px;
        width: calc(100% - 16px);
    }

    .jd-brand span {
        font-size: 17px;
    }

    .jd-nav-cta {
        min-height: 38px;
        padding: 9px 12px;
    }

    .jd-hero,
    .jd-section {
        width: calc(100% - 22px);
    }

    .jd-hero h1 {
        font-size: 46px;
    }

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

    .jd-primary,
    .jd-secondary {
        width: 100%;
    }

    .jd-agent-grid,
    .jd-problem-grid,
    .jd-flow-line,
    .jd-tool-grid,
    .jd-institute-stats,
    .jd-institute-flow {
        grid-template-columns: 1fr;
    }

    .jd-device {
        padding: 20px;
        margin-right: 0 !important;
    }

    .jd-recognition-card {
        padding: 28px 14px 22px;
    }

    .jd-recognition-grid {
        gap: 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jd-recognition-item {
        min-height: 104px;
    }

    .jd-recognition-item img {
        height: 48px;
        max-width: 96px;
    }

    .jd-impact-slider-head {
        gap: 8px;
    }

    .jd-impact-arrow {
        flex-basis: 42px;
        height: 42px;
        width: 42px;
    }

    .jd-impact-slide-title {
        font-size: 15px;
    }

    .jd-quality-card,
    .jd-institute-shell,
    .jd-pricing-inner {
        padding: 24px;
    }

    .jd-institute-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .jd-institute-board {
        padding: 14px;
        margin: -15px;
    }

    .jd-institute-board-head strong {
        font-size: 21px;
    }

    .jd-institute-stats article,
    .jd-institute-flow span {
        min-height: auto;
    }
}

/* === JOBDHA How It Works Slider === */
.jd-how {
    align-items: center;
    display: flex;
    min-height: min(80vh, 760px);
    padding-bottom: clamp(42px, 7vh, 72px);
    padding-top: clamp(42px, 7vh, 72px);
    position: relative;
}

.jd-how-shell {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(15, 159, 110, 0.08)),
        rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 8px;
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
    display: grid;
    gap: clamp(24px, 5vw, 60px);
    grid-template-areas:
        "copy visual"
        "actions visual";
    grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1fr);
    grid-template-rows: 1fr auto;
    min-height: min(68vh, 620px);
    overflow: hidden;
    padding: clamp(24px, 4.2vw, 58px);
    position: relative;
    width: 100%;
}

.jd-how-copy,
.jd-how-visual,
.jd-how-actions {
    position: relative;
    z-index: 1;
}

.jd-how-copy {
    grid-area: copy;
}

.jd-how-actions {
    align-self: start;
    display: flex;
    gap: 12px;
    grid-area: actions;
}

.jd-how:not(.is-ready) .jd-how-shell {
    opacity: 0;
}

.jd-how-loader {
    align-items: center;
    background:
        radial-gradient(circle, rgba(105, 28, 255, 0.12), transparent 42%),
        rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    color: #172033;
    display: flex;
    gap: 16px;
    left: 50%;
    max-width: min(520px, calc(100% - 28px));
    padding: 22px 26px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.28s ease, visibility 0.28s ease;
    z-index: 2;
}

.jd-how-loader span {
    animation: jdHowSpin 1.1s linear infinite;
    border: 3px solid rgba(13, 110, 253, 0.16);
    border-left-color: var(--jd-blue);
    border-radius: 50%;
    flex: 0 0 46px;
    height: 46px;
    width: 46px;
}

.jd-how-loader strong {
    font-size: 18px;
    font-weight: 950;
}

.jd-how.is-ready .jd-how-loader {
    opacity: 0;
    visibility: hidden;
}

.jd-how-copy h2 {
    font-size: clamp(34px, 4.4vw, 58px)!important;
    font-weight: 950;
    letter-spacing: -0.035em;
    line-height: 1;
    margin: 16px 0 14px;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.jd-how-copy [data-how-copy] {
    color: var(--jd-muted);
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.jd-how-status {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.jd-how-status span,
.jd-how-status b {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 950;
    min-height: 34px;
    padding: 8px 13px;
    text-transform: uppercase;
}

.jd-how-status span {
    background: #eaf1ff;
    color: var(--jd-blue);
}

.jd-how-status b {
    background: #ecfdf5;
    color: #087866;
}

.jd-how-arrow {
    align-items: center;
    background: #fff;
    border: 1px solid var(--jd-line);
    border-radius: 8px;
    color: var(--jd-blue);
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    width: 54px;
}

.jd-how-arrow.primary,
.jd-how-arrow:hover {
    animation: jdHowArrowPulse 2.4s ease-in-out infinite;
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-purple));
    box-shadow: 0 14px 26px rgba(13, 110, 253, 0.22);
    color: #fff;
}

.jd-how-arrow:hover {
    transform: translateY(-1px);
}

.jd-how-mini-progress {
    background: #dbe3ee;
    border-radius: 999px;
    height: 8px;
    margin: 24px 0;
    max-width: 360px;
    overflow: hidden;
}

.jd-how-mini-progress i {
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-green), var(--jd-amber));
    border-radius: inherit;
    display: block;
    height: 100%;
    transition: width 0.28s ease;
    width: 14.28%;
}

.jd-how-visual {
    align-items: center;
    display: flex;
    grid-area: visual;
    justify-content: center;
    min-height: 430px;
}

.jd-how-orbit {
    aspect-ratio: 1;
    max-width: min(100%, 520px);
    position: relative;
    width: min(100%, 520px);
}

.jd-how-ring {
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
    width: 100%;
}

.jd-how-ring-bg,
.jd-how-ring-progress {
    fill: none;
    stroke-width: 10;
}

.jd-how-ring-bg {
    stroke: rgba(203, 213, 225, 0.65);
}

.jd-how-ring-progress {
    stroke: #0e37f1;
    stroke: #0e37f1;
    stroke-dasharray: 829.38;
    stroke-dashoffset: 829.38;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.42s ease;
}

.jd-how-center {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.94));
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 50%;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
    color: #172033;
    display: flex;
    flex-direction: column;
    height: 44%;
    justify-content: center;
    left: 28%;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 28%;
    width: 44%;
    z-index: 3;
}

.jd-how-center i {
    align-items: center;
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-purple));
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    height: 54px;
    justify-content: center;
    margin-bottom: 12px;
    width: 54px;
}

.jd-how-center strong {
    font-size: 18px;
    font-weight: 950;
    line-height: 1.12;
}

.jd-how-center span {
    color: var(--jd-muted);
    font-size: 13px;
    font-weight: 800;
    margin-top: 5px;
}

.jd-how-node {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(203, 213, 225, 0.95);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    color: #64748b;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    left: calc(50% + var(--node-x) - 60px);
    min-height: 50px;
    opacity: 0;
    padding: 8px 10px;
    position: absolute;
    top: calc(50% + var(--node-y) - 25px);
    transform: scale(0.86);
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
    width: 120px;
    z-index: 4;
}

.jd-how-node i {
    align-items: center;
    background: #eef2ff;
    border-radius: 8px;
    color: var(--jd-blue);
    display: inline-flex;
    flex: 0 0 32px;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.jd-how-node span {
    font-size: 12px;
    font-weight: 950;
    line-height: 1.12;
}

.jd-how-node.is-visible {
    opacity: 1;
    transform: scale(1);
}

.jd-how-node.is-active {
    animation: jdHowNodePulse 1.8s ease-in-out infinite;
    background: linear-gradient(90deg, var(--jd-blue), var(--jd-purple));
    border-color: transparent;
    color: #fff;
}

.jd-how-node.is-active i {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.jd-how-node.is-done:not(.is-active) {
    border-color: rgba(15, 159, 110, 0.36);
    color: #087866;
}

.jd-how.is-complete .jd-how-center i {
    background: linear-gradient(90deg, var(--jd-green), var(--jd-blue));
}

.jd-how.is-switching .jd-how-copy h2,
.jd-how.is-switching .jd-how-copy [data-how-copy] {
    animation: jdHowTextIn 0.34s ease-out both;
}

.jd-how.is-leaving .jd-how-copy h2,
.jd-how.is-leaving .jd-how-copy [data-how-copy] {
    opacity: 0;
    transform: translateY(-8px);
}

@keyframes jdHowSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes jdHowArrowPulse {
    0%, 100% {
        box-shadow: 0 14px 26px rgba(13, 110, 253, 0.2);
    }
    50% {
        box-shadow: 0 18px 32px rgba(105, 28, 255, 0.3);
        transform: translateX(2px);
    }
}

@keyframes jdHowNodePulse {
    50% {
        transform: scale(1.05);
    }
}

@keyframes jdHowTextIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 980px) {
    .jd-how {
        min-height: auto;
    }

    .jd-how-shell {
        grid-template-areas:
            "copy"
            "visual"
            "actions";
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(320px, 1fr) auto;
        min-height: auto;
    }

    .jd-how-visual {
        min-height: 390px;
    }

    .jd-how-orbit {
        width: min(100%, 430px);
    }
}

@media (max-width: 680px) {
    .jd-how {
        align-items: stretch;
        display: block;
        max-height: 80vh;
        min-height: 80vh;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .jd-how-shell {
        align-items: stretch;
        gap: 8px;
        grid-template-rows: min-content minmax(0, 1fr) 42px;
        height: calc(80vh - 16px);
        max-height: calc(80vh - 16px);
        min-height: 0;
        padding: 14px;
    }

    .jd-how-copy h2 {
        font-size: clamp(24px, 8.1vw, 34px)!important;
        margin: 8px 0 6px;
    }

    .jd-how-copy [data-how-copy] {
        font-size: 13px;
        line-height: 1.24;
    }

    .jd-how-status {
        flex-wrap: wrap;
        gap: 7px;
        margin-top: 8px;
    }

    .jd-how-status span,
    .jd-how-status b {
        font-size: 10px;
        min-height: 26px;
        padding: 6px 9px;
    }

    .jd-how-mini-progress {
        height: 5px;
        margin: 12px 0 0;
    }

    .jd-how-visual {
        align-items: center;
        min-height: 0;
        overflow: visible;
    }

    .jd-how-orbit {
        max-height: 100%;
        max-width: min(100%, 330px);
        width: min(100%, 310px, 34vh);
    }

    .jd-how-node {
        border-radius: 999px;
        gap: 4px;
        height: 34px;
        justify-content: flex-start;
        left: calc(50% + var(--node-x) - 38px);
        min-height: 34px;
        padding: 4px 6px;
        top: calc(50% + var(--node-y) - 17px);
        width: 76px;
    }

    .jd-how-node i {
        border-radius: 7px;
        flex-basis: 21px;
        font-size: 10px;
        height: 21px;
        width: 21px;
    }

    .jd-how-node span {
        display: block;
        font-size: 9px;
        letter-spacing: 0;
        line-height: 1.02;
        white-space: normal;
    }

    .jd-how-center {
        height: 46%;
        left: 27%;
        padding: 14px;
        top: 27%;
        width: 46%;
    }

    .jd-how-center i {
        font-size: 18px;
        height: 38px;
        margin-bottom: 7px;
        width: 38px;
    }

    .jd-how-center strong {
        font-size: 12px;
    }

    .jd-how-actions {
        align-self: end;
        gap: 9px;
        width: 100%;
    }

    .jd-how-arrow {
        flex: 1;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jd-how-loader span {
        animation: none;
    }

    .jd-how-ring-progress,
    .jd-how-node,
    .jd-how-mini-progress i,
    .jd-how-arrow {
        animation: none;
        transition: none;
    }
}

/* === JOBDHA production homepage integration === */
body.ow.magic.base_index_page {
    background: linear-gradient(180deg, #fbfcff 0%, #eef5ff 54%, #fff 100%) !important;
    color: #101322 !important;
}

body.ow.magic.base_index_page .ow_page_padding,
body.ow.magic.base_index_page .ow_page_container,
body.ow.magic.base_index_page .ow_canvas,
body.ow.magic.base_index_page .ow_page,
body.ow.magic.base_index_page .ow_content {
    background: transparent !important;
}

body.ow.magic.base_index_page .ow_site_panel {
    align-items: center !important;
    box-sizing: border-box !important;
    display: flex !important;
    position: fixed;
    gap: 16px !important;
    padding-right: 18px !important;
}
.jd-home-brand-slot{
    max-width: 150px;
}


body.ow.magic.base_index_page .ow_site_panel .ow_console_right {
    float: none !important;
    margin-left: auto !important;
    padding-left: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

body.ow.magic.base_index_page .jd-home-panel-nav {
    align-items: center !important;
    display: flex !important;
    flex: 1 1 auto !important;
    gap: 17px !important;
    min-width: 0 !important;
    overflow: hidden !important;
}

body.ow.magic.base_index_page .jd-home-panel-nav a {
    color: #3154f4 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.ow.magic.base_index_page .jd-home-panel-nav a:hover {
    color: #691cff !important;
    text-decoration: none !important;
}

body.ow.magic.base_index_page .ow_content {
    float: none !important;
    width: 100% !important;
}

body.ow.magic.base_index_page .jd-page {
    background:
        radial-gradient(circle at 8% 8%, rgba(13, 110, 253, 0.11), transparent 24rem),
        radial-gradient(circle at 90% 4%, rgba(15, 159, 110, 0.12), transparent 20rem),
        linear-gradient(180deg, #fbfcff 0%, #eef5ff 54%, #fff 100%) !important;
    color: #101322 !important;
    margin-top: 30px;
    overflow: hidden !important;
}

body.ow.magic.base_index_page .jd-page a,
body.ow.magic.base_index_page .jd-page button,
body.ow.magic.base_index_page .jd-page h1,
body.ow.magic.base_index_page .jd-page h2,
body.ow.magic.base_index_page .jd-page h3,
body.ow.magic.base_index_page .jd-page p,
body.ow.magic.base_index_page .jd-page span,
body.ow.magic.base_index_page .jd-page strong,
body.ow.magic.base_index_page .jd-page li {
    letter-spacing: 0 !important;
}

body.ow.magic.base_index_page .jd-hero h1 {
    color: #101322 !important;
    font-size: clamp(44px, 7vw, 66px) !important;
}

body.ow.magic.base_index_page .jd-section-head h2,
body.ow.magic.base_index_page .jd-impact-copy h2,
body.ow.magic.base_index_page .jd-quality-card h2,
body.ow.magic.base_index_page .jd-pricing h2,
body.ow.magic.base_index_page .jd-institute-copy h2 {
    color: #101322 !important;
}

body.ow.magic.base_index_page .jd-hero-lead,
body.ow.magic.base_index_page .jd-section-head p,
body.ow.magic.base_index_page .jd-impact-copy p,
body.ow.magic.base_index_page .jd-pricing p,
body.ow.magic.base_index_page .jd-institute-copy p {
    color: #596579 !important;
}

body.ow.magic.base_index_page .jd-primary,
body.ow.magic.base_index_page .jd-nav-cta,
body.ow.magic.base_index_page .jd-how-arrow.primary,
body.ow.magic.base_index_page .jd-how-arrow:hover,
body.ow.magic.base_index_page .jd-impact-arrow:hover {
    background: linear-gradient(90deg, #0e37f1 0%, #691cff 100%) !important;
    border-color: #0e37f1 !important;
    color: #fff !important;
    text-decoration: none !important;
}

body.ow.magic.base_index_page .jd-primary:hover,
body.ow.magic.base_index_page .jd-nav-cta:hover {
    background: linear-gradient(90deg, #0b2fd0 0%, #5816e8 100%) !important;
    color: #fff !important;
}

body.ow.magic.base_index_page .jd-secondary {
    color: #172033 !important;
    text-decoration: none !important;
}

body.ow.magic.base_index_page .jd-secondary:hover {
    border-color: rgba(14, 55, 241, 0.42) !important;
    color: #0e37f1 !important;
}

body.ow.magic.base_index_page .jd-secondary.dark,
body.ow.magic.base_index_page .jd-secondary.dark:hover {
    background: #111827 !important;
    border-color: #111827 !important;
    color: #fff !important;
}

body.ow.magic.base_index_page .jd-hero {
    min-height: calc(100vh - 56px) !important;
    padding-top: 54px !important;
}

body.ow.magic.base_index_page .jd-nav {
    display: none !important;
}

@media (min-width: 980px) {
    body.ow.magic.base_index_page .jd-hero,
    body.ow.magic.base_index_page .jd-section {
        max-width: 1400px;
    }
}

@media (max-width: 1180px) {
    body.ow.magic.base_index_page .jd-home-panel-nav {
        display: none !important;
    }
}

@media (max-width: 980px) {
    body.ow.magic.base_index_page .ow_site_panel {
        display: block !important;
        padding-right: 0 !important;
    }

    body.ow.magic.base_index_page .jd-hero {
        min-height: auto !important;
        padding-top: 42px !important;
    }

    body.ow.magic.base_index_page .jd-hero h1 {
        font-size: clamp(38px, 11vw, 54px) !important;
    }
}

@media (max-width: 742px) {
    body.ow.magic.base_index_page .jd-page {
        padding-bottom: 18px !important;
    }

    body.ow.magic.base_index_page .jd-institutions {
        padding-bottom: 82px !important;
    }
}

/* === JOBDHA high-fidelity panel nav integration === */
body.ow.magic.base_index_page .ow_site_panel {
    align-items: center !important;
    display: flex !important;
    gap: 14px !important;
    min-width: 0 !important;
}



body.ow.magic.base_index_page .jd-home-menu-btn {
    align-items: center !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08) !important;
    cursor: pointer !important;
    display: none !important;
    flex: 0 0 38px !important;
    height: 38px !important;
    justify-content: center !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 105 !important;
}

body.ow.magic.base_index_page .jd-home-menu-btn span {
    background: #3154f4 !important;
    border-radius: 999px !important;
    display: block !important;
    height: 2px !important;
    left: 10px !important;
    position: absolute !important;
    transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease !important;
    width: 16px !important;
}

body.ow.magic.base_index_page .jd-home-menu-btn span:nth-child(1) { top: 12px !important; }
body.ow.magic.base_index_page .jd-home-menu-btn span:nth-child(2) { top: 18px !important; }
body.ow.magic.base_index_page .jd-home-menu-btn span:nth-child(3) { top: 24px !important; }

body.jd-home-menu-open .jd-home-menu-btn span:nth-child(1) {
    top: 18px !important;
    transform: rotate(45deg) !important;
}

body.jd-home-menu-open .jd-home-menu-btn span:nth-child(2) {
    opacity: 0 !important;
}

body.jd-home-menu-open .jd-home-menu-btn span:nth-child(3) {
    top: 18px !important;
    transform: rotate(-45deg) !important;
}

body.ow.magic.base_index_page .jd-home-menu-overlay {
    background: rgba(15, 23, 42, 0.28) !important;
    inset: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: fixed !important;
    transition: opacity 0.2s ease !important;
    z-index: 101 !important;
}

body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-overlay {
    opacity: 1 !important;
    pointer-events: auto !important;
}

body.ow.magic.base_index_page .jd-home-menu-drawer {
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(226, 232, 240, 0.95) !important;
    border-radius: 8px !important;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18) !important;
    display: grid !important;
    gap: 8px !important;
    max-width: calc(100vw - 24px) !important;
    opacity: 0 !important;
    padding: 14px !important;
    pointer-events: none !important;
    position: fixed !important;
    right: 14px !important;
    top: 62px !important;
    transform: translateY(-8px) scale(0.98) !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
    width: 292px !important;
    z-index: 106 !important;
}

body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-drawer {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
}

body.ow.magic.base_index_page .jd-home-menu-drawer strong {
    color: #087866 !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    letter-spacing: 0.06em !important;
    padding: 5px 7px 8px !important;
    text-transform: uppercase !important;
}

body.ow.magic.base_index_page .jd-home-menu-drawer a {
    align-items: center !important;
    background: #f8fafc !important;
    border: 1px solid #eef2f7 !important;
    border-radius: 8px !important;
    color: #172033 !important;
    display: flex !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    text-decoration: none !important;
}

body.ow.magic.base_index_page .jd-home-menu-drawer a:hover {
    background: linear-gradient(90deg, #0e37f1 0%, #691cff 100%) !important;
    border-color: #0e37f1 !important;
    color: #fff !important;
}

@media (min-width: 1181px) {
    body.ow.magic.base_index_page .jd-home-panel-nav {
        display: flex !important;
        margin-left: 50px;
    }

    body.ow.magic.base_index_page .jd-home-menu-btn,
    body.ow.magic.base_index_page .jd-home-menu-overlay,
    body.ow.magic.base_index_page .jd-home-menu-drawer {
        display: none !important;
    }
}

@media (max-width: 1180px) {
    body.ow.magic.base_index_page .jd-home-panel-nav {
        display: none !important;
    }

    body.ow.magic.base_index_page .jd-home-menu-btn {
        display: inline-flex !important;
    }
}

@media (max-width: 980px) {
    body.ow.magic.base_index_page .ow_site_panel {
        align-items: center !important;
        display: flex !important;
        gap: 8px !important;
        height: 49px !important;
        margin-left: 0 !important;
        padding: 0 8px !important;
        width: 100% !important;
    }

    body.ow.magic.base_index_page .ow_site_panel .ow_console_right {
        margin-left: auto !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        width: auto !important;
    }

    body.ow.magic.base_index_page .ow_console_body {
        padding: 0 !important;
    }

    body.ow.magic.base_index_page .ow_nav_btn {
        display: none !important;
    }
}

@media (max-width: 420px) {
    body.ow.magic.base_index_page .ow_site_panel {
        gap: 6px !important;
        padding: 0 7px !important;
    }

    body.ow.magic.base_index_page .jd-home-menu-btn {
        flex-basis: 34px !important;
        height: 34px !important;
    }

    body.ow.magic.base_index_page .jd-home-menu-drawer {
        right: 8px !important;
        top: 56px !important;
        width: calc(100vw - 16px) !important;
    }
}


body.ow.magic.base_index_page .ow_site_panel .ow_console_right {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    order: 2 !important;
}

body.ow.magic.base_index_page .jd-home-menu-btn {
    background: #ffffff !important;
    border-color: #dbe4f0 !important;
    box-shadow: 0 8px 20px rgba(14, 55, 241, 0.14) !important;
    color: #0e37f1 !important;
    font-size: 0 !important;
    margin-left: 4px !important;
    margin-right: 0 !important;
    order: 3 !important;
}

body.ow.magic.base_index_page .jd-home-menu-btn:hover {
    border-color: #0e37f1 !important;
    box-shadow: 0 10px 24px rgba(14, 55, 241, 0.2) !important;
}

body.ow.magic.base_index_page .jd-home-menu-btn span {
    background: #0e37f1 !important;
    height: 2px !important;
    left: 10px !important;
    transform-origin: center center !important;
    width: 16px !important;
}

body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-btn {
    border-color: #0e37f1 !important;
}

body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-btn span:nth-child(1) {
    left: 9px !important;
    top: 18px !important;
    transform: rotate(45deg) !important;
    width: 18px !important;
}

body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-btn span:nth-child(2) {
    opacity: 0 !important;
}

body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-btn span:nth-child(3) {
    left: 9px !important;
    top: 18px !important;
    transform: rotate(-45deg) !important;
    width: 18px !important;
}

body.ow.magic.base_index_page .jd-home-panel-nav a,
body.ow.magic.base_index_page .jd-home-menu-drawer,
body.ow.magic.base_index_page .jd-home-menu-drawer strong,
body.ow.magic.base_index_page .jd-home-menu-drawer a {
    font-size: 14px !important;
}

body.ow.magic.base_index_page .jd-home-menu-drawer strong {
    font-size: 12px !important;
}

@media (max-width: 980px) {
    body.ow.magic.base_index_page .ow_site_panel {
        justify-content: flex-start !important;
    }

    body.ow.magic.base_index_page .jd-home-menu-btn {
        flex: 0 0 36px !important;
        height: 36px !important;
    }
}

@media (max-width: 420px) {
    body.ow.magic.base_index_page .jd-home-menu-btn {
        flex: 0 0 34px !important;
        height: 34px !important;
        margin-left: 2px !important;
    }

    body.ow.magic.base_index_page .jd-home-menu-btn span {
        left: 9px !important;
    }

    body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-btn span:nth-child(1),
    body.ow.magic.base_index_page.jd-home-menu-open .jd-home-menu-btn span:nth-child(3) {
        left: 8px !important;
        top: 16px !important;
    }
}


body.ow.magic.base_index_page .jd-home-panel-nav {
    order: 1 !important;
}

body.ow.magic.base_index_page .ow_site_panel .ow_console_right {
    margin-left: auto !important;
    order: 2 !important;
}

body.ow.magic.base_index_page .jd-home-menu-btn {
    order: 3 !important;
}

/* Hero Google Auth Button styling */
.jd-hero-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
}

.jd-hero-actions .jd-google-cta-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 !important;
}

.jd-hero-actions .jd-google-cta-label {
    font-size: 11px !important;
    font-weight: 850 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #475569 !important;
    margin-bottom: 6px !important;
    display: block !important;
    line-height: 1 !important;
}

.jd-hero-actions .jd-google-cta-container .firebaseauth-auth-wrapper {
    display: inline-flex !important;
    width: auto !important;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    position: relative;
}

.jd-hero-actions .jd-google-cta-container .firebaseauth-auth-wrapper .firebaseauth-button[data-provider="google.com"] {
    display: inline-block !important;
    width: 250px !important;
    height: 44px !important;
    margin: 0 !important;
    border: none !important;
    background-color: transparent !important;
    background-image: url("/ow_static/plugins/firebase_auth/img/google-login.svg") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 4em !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer !important;
}

.jd-hero-actions .jd-google-cta-container .firebaseauth-auth-wrapper .firebaseauth-button[data-provider="google.com"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12) !important;
}

.jd-hero-actions .jd-google-cta-container .firebaseauth-auth-wrapper .firebaseauth-button[data-provider="google.com"]:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 8px rgba(15, 23, 42, 0.08) !important;
}

.jd-hero-actions .jd-google-cta-container .firebaseauth-auth-status {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin-top: 0;
}

/* Hide other social login providers in hero actions if any exist */
.jd-hero-actions .jd-google-cta-container .firebaseauth-auth-wrapper .firebaseauth-button[data-provider!="google.com"] {
    display: none !important;
}

/* Responsive styles: Stack on mobile, keep main CTA full width, center google button */
@media (max-width: 680px) {
    .jd-hero-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 16px !important;
        flex-wrap: wrap !important;
    }
    .jd-hero-actions .jd-primary {
        width: 100% !important;
        margin: 0 !important;
        text-align: center !important;
        order: 1 !important;
    }
    .jd-hero-actions .jd-google-cta-container {
        width: 100% !important;
        align-items: center !important;
        order: 2 !important;
        margin-top: 8px !important;
    }
    .jd-hero-actions .jd-google-cta-container .firebaseauth-auth-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
}