.site-body {
    background:
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.12), transparent 26%),
        radial-gradient(circle at 82% 6%, rgba(96, 165, 250, 0.12), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 26%, #f6fbff 100%);
}

.site-header {
    border-bottom: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
}

.site-header-shell {
    padding-top: 1rem !important;
    padding-bottom: 0.9rem !important;
}

.site-header-bar {
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 52px rgba(24, 61, 106, 0.09);
    padding: 0.95rem 1.1rem;
    backdrop-filter: blur(22px);
}

.site-main-nav {
    border: 1px solid rgba(219, 232, 246, 0.95) !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 10px 24px rgba(24, 61, 106, 0.06) !important;
}

.site-header-actions {
    align-self: stretch;
}

.site-header-actions .ls-chip,
.site-header-actions .ls-secondary {
    height: 100%;
}

.site-mobile-nav {
    width: min(calc(100% - 2rem), var(--site-shell-max-width));
    margin: -0.35rem auto 0;
    border: 1px solid rgba(219, 232, 246, 0.95) !important;
    border-radius: 0 0 1.45rem 1.45rem;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 24px 48px rgba(24, 61, 106, 0.09);
    overflow: hidden;
}

.site-main {
    position: relative;
}

.site-main .page-hero {
    color: #0f172a;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 58%, #f4f9ff 100%);
}

.site-main .page-hero::before {
    background:
        linear-gradient(rgba(214, 228, 241, 0.68) 1px, transparent 1px),
        linear-gradient(90deg, rgba(214, 228, 241, 0.68) 1px, transparent 1px),
        radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), transparent 34%),
        radial-gradient(circle at 82% 20%, rgba(96, 165, 250, 0.16), transparent 30%);
    background-size: 42px 42px, 42px 42px, auto, auto;
}

.site-main .page-hero::after {
    left: auto;
    right: -4rem;
    top: 3rem;
    width: 15rem;
    height: 15rem;
    background: rgba(125, 211, 252, 0.16);
    filter: blur(56px);
}

.site-main .page-hero-copy h1,
.site-main .page-hero h2,
.site-main .page-hero h3 {
    color: #0f172a;
}

.site-main .page-hero-copy p,
.site-main .page-hero-panel p,
.site-main .page-hero-point span,
.site-main .page-hero-stat span {
    color: #52637a;
}

.site-main .page-hero-chip {
    border-color: #d9e8f5;
    background: rgba(255, 255, 255, 0.94);
    color: #0f4b8e;
    box-shadow: 0 18px 42px rgba(24, 61, 106, 0.08);
}

.site-main .page-hero-secondary {
    border-color: #d7e4f2;
    background: #ffffff;
    color: #17375a !important;
    box-shadow: 0 14px 32px rgba(24, 61, 106, 0.08);
}

.site-main .page-hero-secondary:hover {
    background: #f8fbff;
}

.site-main .page-hero-text-link {
    color: #1474ea !important;
}

.site-main .page-hero-text-link:hover {
    color: #0b5d9a !important;
}

.site-main .page-hero-panel {
    border-color: #dbe8f6;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 255, 0.98) 100%);
    box-shadow: 0 28px 80px rgba(24, 61, 106, 0.12);
    backdrop-filter: none;
}

.site-main .page-hero-kicker {
    color: #1474ea;
}

.site-main .page-hero-panel h3,
.site-main .page-hero-point strong,
.site-main .page-hero-stat strong {
    color: #0f172a;
}

.site-main .page-hero-point,
.site-main .page-hero-stat {
    border-color: #dbe8f6;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(24, 61, 106, 0.06);
}

.site-main .page-code-window {
    border-color: #dbe8f6;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 22px 54px rgba(24, 61, 106, 0.08);
}

.site-main .page-code-toolbar {
    border-bottom-color: #dbe8f6;
    background: #f8fbff;
}

.site-main .page-code-card {
    border-color: #e2edf8;
    background: #f7fbff;
}

.site-main .page-code-label {
    background: #dbeafe;
    color: #0f4b8e;
}

.site-main .page-code-card pre {
    color: #334155;
}

.strategy-card-dark,
.strategy-cta-panel {
    border-color: #dbe8f6 !important;
    background: linear-gradient(135deg, #eff6ff 0%, #ffffff 68%) !important;
    color: #52637a !important;
    box-shadow: 0 22px 56px rgba(24, 61, 106, 0.08) !important;
}

.strategy-card-dark h2,
.strategy-card-dark h3,
.strategy-card-dark h4,
.strategy-cta-panel h2,
.strategy-cta-panel h3 {
    color: #0f172a !important;
}

.strategy-cta-panel p,
.strategy-card-dark p,
.strategy-card-dark li {
    color: #52637a !important;
}

.strategy-table thead th {
    background: #eff6ff !important;
    color: #0b3a73 !important;
}

.strategy-code {
    border-color: #dbe8f6 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 18px 44px rgba(24, 61, 106, 0.08) !important;
}

.strategy-code-title {
    border-bottom-color: #dbe8f6 !important;
    background: #f8fbff !important;
    color: #1474ea !important;
}

.strategy-code pre {
    color: #334155 !important;
}

.site-footer {
    background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%) !important;
    color: #52637a !important;
    border-top: 1px solid #dbe8f6;
}

.site-footer .site-footer-shell,
.site-footer > div > div:first-child {
    border-color: #dbe8f6 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    box-shadow: 0 26px 64px rgba(24, 61, 106, 0.1) !important;
}

.site-footer .site-footer-hero {
    border-bottom-color: #e2e8f0 !important;
}

.site-footer .text-white,
.site-footer h2,
.site-footer h5,
.site-footer strong,
.site-footer .site-footer-brand span {
    color: #0f172a !important;
}

.site-footer .text-slate-400,
.site-footer .text-slate-300,
.site-footer p,
.site-footer address,
.site-footer li,
.site-footer span {
    color: #52637a;
}

.site-footer .text-sky-200 {
    color: #1474ea !important;
}

.site-footer a {
    color: #214268;
}

.site-footer a:hover {
    color: #0f172a;
}

.site-footer .sister-product {
    border-color: #dbe8f6;
    background: #ffffff;
    color: #52637a;
    box-shadow: 0 16px 34px rgba(24, 61, 106, 0.06);
}

.site-footer .sister-product:hover {
    border-color: rgba(20, 116, 234, 0.34);
    background: #f8fbff;
}

.site-footer .sister-product-icon {
    background: #edf5ff;
    color: #1474ea;
}

.site-footer .sister-product:hover .sister-product-icon {
    background: #1474ea;
    color: #ffffff;
}

.site-footer .sister-product-text strong {
    color: #0f172a;
}

.site-footer .sister-product-text span {
    color: #64748b;
}

.site-footer .inline-flex.items-center.justify-center.rounded-full.border.border-white\/15.bg-white\/5 {
    border-color: #dbe8f6 !important;
    background: #ffffff !important;
    color: #17375a !important;
    box-shadow: 0 10px 24px rgba(24, 61, 106, 0.06);
}

.site-footer .inline-flex.items-center.justify-center.rounded-full.border.border-white\/15.bg-white\/5:hover {
    background: #f8fbff !important;
}

@media (max-width: 1023px) {
    .site-header-bar {
        padding: 0.85rem 0.95rem;
    }

    .site-mobile-nav {
        width: calc(100% - 2rem);
    }
}
