/* JSNET SEO pages aligned with the main landing design. No dark standalone template. */
body.seo-product-page {
    background: #fff;
    color: var(--ink, #0f172a);
}
.seo-product-page .seo-site-header {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(219, 228, 239, .95);
}
.seo-product-page .seo-top-nav a {
    color: #344256;
}
.seo-product-page .seo-top-nav a:hover {
    color: var(--brand-strong, #0c7fb0);
}
.seo-hero-light {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 22%, rgba(22,163,216,.18), transparent 32%),
        radial-gradient(circle at 16% 12%, rgba(51,214,166,.14), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
    border-bottom: 1px solid var(--line, #dbe4ef);
}
.seo-hero-inner {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    gap: 54px;
    align-items: center;
    min-height: 620px;
    padding: 72px 0 76px;
}
.seo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-bottom: 20px;
    border-radius: 999px;
    border: 1px solid rgba(22,163,216,.24);
    background: #fff;
    color: var(--brand-strong, #0c7fb0);
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 10px 24px rgba(10, 32, 55, .06);
}
.seo-hero-copy h1 {
    margin: 0;
    max-width: 860px;
    font-size: clamp(42px, 6.2vw, 76px);
    line-height: .98;
    letter-spacing: -0.04em;
    color: var(--ink, #0f172a);
}
.seo-lead {
    margin: 22px 0 0;
    max-width: 820px;
    color: #42536b;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
}
.seo-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}
.seo-keywords span {
    display: inline-flex;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--line, #dbe4ef);
    background: #fff;
    color: #344256;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(10, 32, 55, .045);
}
.seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}
.seo-hero-visual {
    position: relative;
}
.seo-hero-visual::before {
    content: "";
    position: absolute;
    inset: 8% -1% -5% 8%;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(22,163,216,.16), rgba(51,214,166,.12));
    filter: blur(2px);
}
.seo-hero-visual img {
    position: relative;
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 35px 85px rgba(10,32,55,.18);
}
.seo-platform-band {
    padding-top: 72px;
    padding-bottom: 72px;
}
.seo-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.seo-platform-grid a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 155px;
    padding: 24px;
    border-radius: 22px;
    border: 1px solid var(--line, #dbe4ef);
    background: linear-gradient(180deg, #fff, #f8fbfe);
    box-shadow: 0 14px 36px rgba(17,35,55,.07);
}
.seo-platform-grid strong {
    color: var(--ink, #0f172a);
    font-size: 19px;
}
.seo-platform-grid span {
    color: var(--muted, #607089);
    font-size: 14px;
}
.seo-comparison-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.seo-comparison-grid a,
.seo-use-grid a {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid var(--line, #dbe4ef);
    background: #fff;
    color: var(--ink, #0f172a);
    font-weight: 850;
    box-shadow: 0 10px 26px rgba(17,35,55,.045);
}
.seo-use-grid a:hover,
.seo-comparison-grid a:hover,
.seo-platform-grid a:hover {
    transform: translateY(-2px);
    border-color: rgba(22,163,216,.35);
    box-shadow: 0 18px 42px rgba(22,163,216,.10);
}
.seo-support-light {
    background:
        radial-gradient(circle at 80% 20%, rgba(22,163,216,.16), transparent 34%),
        linear-gradient(135deg, #07111d, #0a2236);
}
.seo-footer-light {
    background: #fff;
    color: var(--ink, #0f172a);
}
.seo-footer-light a,
.seo-footer-light span,
.seo-footer-light p {
    color: var(--muted, #607089);
}
@media (max-width: 980px) {
    .seo-hero-inner,
    .seo-platform-grid,
    .seo-comparison-grid {
        grid-template-columns: 1fr;
    }
    .seo-header-actions {
        display: none;
    }
}
@media (max-width: 720px) {
    .seo-top-nav {
        display: none;
    }
    .seo-hero-inner {
        min-height: auto;
        padding: 46px 0 54px;
    }
}
