/* Yizhuhui public site - blue enterprise visual system. */
:root {
    --ui-ink: #162036;
    --ui-ink-deep: #0b1732;
    --ui-muted: #69748a;
    --ui-blue: #2d65ef;
    --ui-blue-dark: #1749d5;
    --ui-violet: #6a4df5;
    --ui-cyan: #1dc8e7;
    --ui-teal: #18b89a;
    --ui-orange: #ff9f2f;
    --ui-red: #f05f61;
    --ui-paper: #f6f8fc;
    --ui-paper-blue: #f1f6ff;
    --ui-line: #e7eaf1;
    --ui-line-dark: rgba(21, 39, 82, 0.12);
    --ui-shadow: 0 16px 42px rgba(34, 56, 104, 0.12);
    --ui-shadow-large: 0 28px 70px rgba(25, 48, 106, 0.18);
    --ui-container: 1240px;
}

html {
    scroll-behavior: smooth;
}

body.public-page:not(.admin-shell) {
    margin: 0;
    overflow-x: hidden;
    background: #fff !important;
    color: var(--ui-ink) !important;
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
    letter-spacing: 0;
}

body.public-page:not(.admin-shell) main {
    overflow: hidden !important;
    background: #fff !important;
}

body.public-page:not(.admin-shell) h1,
body.public-page:not(.admin-shell) h2,
body.public-page:not(.admin-shell) h3,
body.public-page:not(.admin-shell) p {
    letter-spacing: 0;
}

.site-container {
    width: min(calc(100% - 40px), var(--ui-container));
    margin-inline: auto;
}

body.public-page:not(.admin-shell) a,
body.public-page:not(.admin-shell) button {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.public-page:not(.admin-shell) .btn {
    display: inline-flex !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
}

body.public-page:not(.admin-shell) .btn svg {
    width: 17px;
    height: 17px;
}

body.public-page:not(.admin-shell) .btn-primary {
    border-color: var(--ui-orange) !important;
    background: var(--ui-orange) !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell) .btn-primary:hover,
body.public-page:not(.admin-shell) .btn-accent:hover {
    border-color: #f28a16 !important;
    background: #f28a16 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 159, 47, .28) !important;
}

body.public-page:not(.admin-shell) .btn-ghost {
    border-color: rgba(255, 255, 255, .48) !important;
    background: rgba(255, 255, 255, .08) !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell) .btn-ghost:hover {
    background: rgba(255, 255, 255, .17) !important;
}

body.public-page:not(.admin-shell) .btn-light,
body.public-page:not(.admin-shell) .btn-outline {
    border-color: var(--ui-line-dark) !important;
    background: #fff !important;
    color: var(--ui-ink) !important;
}

body.public-page:not(.admin-shell) .btn-light:hover,
body.public-page:not(.admin-shell) .btn-outline:hover {
    border-color: var(--ui-blue) !important;
    color: var(--ui-blue) !important;
}

body.public-page:not(.admin-shell) .btn-accent {
    border-color: var(--ui-orange) !important;
    background: var(--ui-orange) !important;
    color: #fff !important;
}

/* Header */
body.public-page:not(.admin-shell) .site-header {
    position: fixed !important;
    inset: 0 0 auto !important;
    z-index: 100 !important;
    width: 100% !important;
    transform: none !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(21, 39, 82, .08) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .97) !important;
    box-shadow: 0 4px 18px rgba(25, 44, 88, .05) !important;
    backdrop-filter: blur(14px);
}

body.public-page:not(.admin-shell) .site-header.is-scrolled {
    background: rgba(255, 255, 255, .99) !important;
    box-shadow: 0 8px 26px rgba(25, 44, 88, .09) !important;
}

body.public-page:not(.admin-shell) .site-header > .max-w-7xl {
    max-width: var(--ui-container) !important;
}

body.public-page:not(.admin-shell) .site-header .h-16 {
    height: 70px !important;
}

body.public-page:not(.admin-shell) .brand-mark {
    display: inline-flex !important;
    min-width: 164px;
    height: 70px !important;
    align-items: center !important;
    gap: 10px !important;
    color: var(--ui-ink-deep) !important;
    line-height: 1 !important;
}

body.public-page:not(.admin-shell) .brand-logo {
    display: block !important;
    width: auto !important;
    height: 42px !important;
    max-width: 190px !important;
    max-height: 42px !important;
    object-fit: contain !important;
    object-position: left center !important;
}

body.public-page:not(.admin-shell) .brand-symbol {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--ui-blue), var(--ui-violet));
    color: #fff;
    font-weight: 900;
}

body.public-page:not(.admin-shell) .brand-text {
    color: var(--ui-ink-deep) !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) nav.lg\:flex,
body.public-page:not(.admin-shell) .nav-dropdown {
    height: 70px !important;
    align-items: center !important;
}

body.public-page:not(.admin-shell) .nav-dropdown {
    display: flex !important;
}

body.public-page:not(.admin-shell) .nav-link,
body.public-page:not(.admin-shell) .nav-link.nav-link-parent {
    position: relative !important;
    display: inline-flex !important;
    height: 70px !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 12px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #3f485a !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.public-page:not(.admin-shell) .nav-link::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 3px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: var(--ui-blue) !important;
    transform: translateX(-50%) !important;
    transition: width .2s ease;
}

body.public-page:not(.admin-shell) .nav-link:hover,
body.public-page:not(.admin-shell) .nav-link.is-active {
    color: var(--ui-blue) !important;
}

body.public-page:not(.admin-shell) .nav-link:hover::after,
body.public-page:not(.admin-shell) .nav-link.is-active::after {
    width: 28px !important;
}

body.public-page:not(.admin-shell) .nav-link svg {
    width: 14px !important;
    height: 14px !important;
    color: currentColor !important;
}

body.public-page:not(.admin-shell) .site-header .xl\:flex {
    height: 70px !important;
    align-items: center !important;
}

body.public-page:not(.admin-shell) .site-header .btn {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 15px !important;
}

body.public-page:not(.admin-shell) .site-header .btn-ghost {
    border-color: rgba(45, 101, 239, .28) !important;
    background: #fff !important;
    color: var(--ui-blue) !important;
}

body.public-page:not(.admin-shell) .site-header .btn-primary {
    border-color: var(--ui-orange) !important;
    background: var(--ui-orange) !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell) .nav-dropdown-panel {
    top: 64px !important;
    min-width: 200px;
    overflow: hidden !important;
    border: 1px solid var(--ui-line) !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: var(--ui-shadow) !important;
}

body.public-page:not(.admin-shell) .nav-dropdown-link {
    color: #465168 !important;
}

body.public-page:not(.admin-shell) .nav-dropdown-link:hover {
    background: var(--ui-paper-blue) !important;
    color: var(--ui-blue) !important;
}

body.public-page:not(.admin-shell) .mobile-menu {
    border-top: 1px solid var(--ui-line);
    background: rgba(255, 255, 255, .99) !important;
    box-shadow: 0 16px 30px rgba(20, 38, 82, .1);
}

body.public-page:not(.admin-shell) .mobile-nav-link {
    color: var(--ui-ink) !important;
}

body.public-page:not(.admin-shell) .mobile-nav-link.is-active {
    color: var(--ui-blue) !important;
}

body.public-page:not(.admin-shell) .icon-button {
    color: var(--ui-ink) !important;
}

/* Shared content */
body.public-page:not(.admin-shell) .section-band,
body.public-page:not(.admin-shell):not(.page-home) main > .section-band {
    position: relative !important;
    padding: 92px 0 !important;
}

body.public-page:not(.admin-shell) .section-heading,
body.public-page:not(.admin-shell):not(.page-home) .section-heading {
    max-width: 780px !important;
    margin: 0 auto 48px !important;
    text-align: center !important;
}

body.public-page:not(.admin-shell) .section-heading .eyebrow,
body.public-page:not(.admin-shell) .eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    color: var(--ui-blue) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

body.public-page:not(.admin-shell) .section-heading .eyebrow::before,
body.public-page:not(.admin-shell) .eyebrow::before {
    content: "" !important;
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    border-radius: 0 !important;
    background: var(--ui-blue) !important;
}

body.public-page:not(.admin-shell) .section-heading .eyebrow::after,
body.public-page:not(.admin-shell) .eyebrow::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ui-blue);
}

body.public-page:not(.admin-shell) .section-heading h2,
body.public-page:not(.admin-shell):not(.page-home) .section-heading h2 {
    max-width: none !important;
    margin: 12px auto 0 !important;
    color: var(--ui-ink-deep) !important;
    font-size: 36px !important;
    font-weight: 900 !important;
    line-height: 1.28 !important;
    letter-spacing: 0 !important;
}

body.public-page:not(.admin-shell) .section-heading p,
body.public-page:not(.admin-shell):not(.page-home) .section-heading p {
    max-width: 720px !important;
    margin: 14px auto 0 !important;
    color: var(--ui-muted) !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
}

body.public-page:not(.admin-shell) .section-heading-light .eyebrow,
body.public-page:not(.admin-shell) .section-heading-light h2 {
    color: #fff !important;
}

body.public-page:not(.admin-shell) .section-heading-light .eyebrow::before,
body.public-page:not(.admin-shell) .section-heading-light .eyebrow::after {
    background: rgba(255, 255, 255, .7) !important;
}

body.public-page:not(.admin-shell) .section-heading-light p {
    color: rgba(255, 255, 255, .72) !important;
}

body.public-page:not(.admin-shell) .icon-tile {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    background: #edf3ff !important;
    color: var(--ui-blue) !important;
    box-shadow: none !important;
}

body.public-page:not(.admin-shell) .icon-tile svg {
    width: 21px !important;
    height: 21px !important;
}

body.public-page:not(.admin-shell) .feature-card,
body.public-page:not(.admin-shell) .solution-card,
body.public-page:not(.admin-shell) .content-card,
body.public-page:not(.admin-shell) .download-card,
body.public-page:not(.admin-shell) .article-panel,
body.public-page:not(.admin-shell) .help-sidebar,
body.public-page:not(.admin-shell) .form-panel {
    border: 1px solid var(--ui-line) !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: var(--ui-ink) !important;
    box-shadow: 0 10px 30px rgba(37, 58, 105, .06) !important;
}

body.public-page:not(.admin-shell) .feature-card:hover,
body.public-page:not(.admin-shell) .solution-card:hover,
body.public-page:not(.admin-shell) .content-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(45, 101, 239, .28) !important;
    box-shadow: var(--ui-shadow) !important;
}

body.public-page:not(.admin-shell) .feature-card::after {
    display: none !important;
}

body.public-page:not(.admin-shell) .badge {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 3px !important;
    padding: 4px 9px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

body.public-page:not(.admin-shell) .form-control {
    min-height: 48px !important;
    border: 1px solid #dfe4ed !important;
    border-radius: 4px !important;
    background: #fff !important;
    color: var(--ui-ink) !important;
}

body.public-page:not(.admin-shell) .form-control:focus {
    border-color: rgba(45, 101, 239, .7) !important;
    box-shadow: 0 0 0 4px rgba(45, 101, 239, .1) !important;
}

body.public-page:not(.admin-shell) .image-placeholder {
    display: grid !important;
    min-height: 100% !important;
    place-items: center !important;
    border: 0 !important;
    background: linear-gradient(135deg, #edf3ff, #f8faff) !important;
    color: var(--ui-blue) !important;
}

/* Home hero */
body.page-home:not(.admin-shell) .home-hero-shell {
    position: relative;
    z-index: 1;
    min-height: 584px;
    margin-top: 70px;
    background: #4f49ea !important;
}

body.page-home:not(.admin-shell) .hero-slide,
body.page-home:not(.admin-shell) .hero-content {
    position: relative;
    min-height: 584px !important;
    height: auto !important;
}

body.page-home:not(.admin-shell) .hero-slide {
    overflow: hidden;
    background: linear-gradient(118deg, #6448ef 0%, #4a52ee 48%, #2479ef 100%) !important;
}

body.page-home:not(.admin-shell) .hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(65, 45, 214, .82) 0%, rgba(62, 66, 224, .58) 50%, rgba(26, 105, 230, .46) 100%);
}

body.page-home:not(.admin-shell) .hero-slide::after {
    content: "";
    position: absolute;
    top: -250px;
    right: -120px;
    z-index: 1;
    width: 720px;
    height: 720px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, .035), 0 0 0 160px rgba(255, 255, 255, .025);
    pointer-events: none;
}

body.page-home:not(.admin-shell) .hero-bg {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    opacity: .16 !important;
    filter: saturate(.8) contrast(1.05) !important;
    mix-blend-mode: luminosity;
}

body.page-home:not(.admin-shell) .hero-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: .14;
    background-image: linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
    pointer-events: none;
}

body.page-home:not(.admin-shell) .hero-content {
    z-index: 3;
    display: flex;
    align-items: center;
    padding: 54px 0 72px !important;
}

body.page-home:not(.admin-shell) .hero-layout {
    display: grid;
    width: min(calc(100% - 40px), var(--ui-container));
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

body.page-home:not(.admin-shell) .hero-copy {
    position: relative;
    z-index: 5;
    min-width: 0;
}

body.page-home:not(.admin-shell) .hero-kicker {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 3px !important;
    background: rgba(255, 255, 255, .1) !important;
    padding: 8px 12px !important;
    color: rgba(255, 255, 255, .92) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    backdrop-filter: blur(8px);
}

body.page-home:not(.admin-shell) .hero-kicker svg {
    width: 16px;
    height: 16px;
}

body.page-home:not(.admin-shell) .hero-content h1,
body.page-home:not(.admin-shell) .hero-content .hero-heading {
    max-width: 610px !important;
    margin: 18px 0 0 !important;
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 950 !important;
    line-height: 1.17 !important;
    letter-spacing: 0 !important;
    text-shadow: 0 6px 20px rgba(28, 27, 110, .18);
}

body.page-home:not(.admin-shell) .hero-content h1 > span,
body.page-home:not(.admin-shell) .hero-content .hero-heading > span {
    display: block;
}

body.page-home:not(.admin-shell) .hero-content p {
    max-width: 570px !important;
    margin: 18px 0 0 !important;
    color: rgba(255, 255, 255, .8) !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
}

body.page-home:not(.admin-shell) .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

body.page-home:not(.admin-shell) .hero-actions .btn {
    min-height: 46px !important;
}

body.page-home:not(.admin-shell) .hero-proof {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
}

body.page-home:not(.admin-shell) .hero-proof svg {
    width: 16px;
    height: 16px;
    color: #91f0d7;
}

body.page-home:not(.admin-shell) .hero-product-visual {
    position: relative;
    width: 100%;
    min-width: 0;
    height: 424px;
}

body.page-home:not(.admin-shell) .pms-console {
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 3;
    width: min(100%, 640px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 7px;
    background: rgba(247, 250, 255, .97);
    box-shadow: 0 34px 74px rgba(17, 28, 112, .34);
    transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
    transform-origin: center right;
}

body.page-home:not(.admin-shell) .pms-console-topbar {
    display: grid;
    height: 42px;
    align-items: center;
    padding: 0 14px;
    border-bottom: 1px solid #e8ebf4;
    grid-template-columns: 82px 1fr auto;
    color: #5a667c;
    font-size: 10px;
}

body.page-home:not(.admin-shell) .pms-console-topbar strong {
    color: #23304a;
    font-size: 11px;
}

body.page-home:not(.admin-shell) .pms-window-dots {
    display: flex;
    gap: 5px;
}

body.page-home:not(.admin-shell) .pms-window-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6a6c;
}

body.page-home:not(.admin-shell) .pms-window-dots span:nth-child(2) { background: #ffbd4a; }
body.page-home:not(.admin-shell) .pms-window-dots span:nth-child(3) { background: #32c98a; }

body.page-home:not(.admin-shell) .pms-online {
    display: flex;
    align-items: center;
    gap: 5px;
}

body.page-home:not(.admin-shell) .pms-online i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #25c98c;
    box-shadow: 0 0 0 3px rgba(37, 201, 140, .13);
}

body.page-home:not(.admin-shell) .pms-console-body {
    display: grid;
    min-height: 318px;
    grid-template-columns: 52px 1fr;
}

body.page-home:not(.admin-shell) .pms-console-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    padding: 15px 0;
    background: #263965;
}

body.page-home:not(.admin-shell) .pms-console-sidebar span {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 4px;
    color: rgba(255, 255, 255, .55);
}

body.page-home:not(.admin-shell) .pms-console-sidebar span.is-active {
    background: var(--ui-blue);
    color: #fff;
    box-shadow: 0 7px 16px rgba(45, 101, 239, .35);
}

body.page-home:not(.admin-shell) .pms-console-sidebar svg {
    width: 14px;
    height: 14px;
}

body.page-home:not(.admin-shell) .pms-console-main {
    min-width: 0;
    padding: 16px;
    background: #f5f7fc;
}

body.page-home:not(.admin-shell) .pms-console-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.page-home:not(.admin-shell) .pms-console-heading div {
    display: grid;
    gap: 3px;
}

body.page-home:not(.admin-shell) .pms-console-heading small,
body.page-home:not(.admin-shell) .pms-console-heading > span {
    color: #8992a5;
    font-size: 9px;
}

body.page-home:not(.admin-shell) .pms-console-heading strong {
    color: #23304a;
    font-size: 14px;
}

body.page-home:not(.admin-shell) .pms-stat-row {
    display: grid;
    gap: 9px;
    margin-top: 12px;
    grid-template-columns: repeat(3, 1fr);
}

body.page-home:not(.admin-shell) .pms-stat-row > div {
    position: relative;
    display: grid;
    min-width: 0;
    gap: 3px;
    border: 1px solid #e7eaf2;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
}

body.page-home:not(.admin-shell) .pms-stat-row span {
    color: #8a94a8;
    font-size: 9px;
}

body.page-home:not(.admin-shell) .pms-stat-row strong {
    overflow: hidden;
    color: #24314a;
    font-size: 15px;
    text-overflow: ellipsis;
}

body.page-home:not(.admin-shell) .pms-stat-row em {
    position: absolute;
    right: 9px;
    bottom: 10px;
    color: #21b884;
    font-size: 8px;
    font-style: normal;
}

body.page-home:not(.admin-shell) .pms-data-row {
    display: grid;
    gap: 9px;
    margin-top: 9px;
    grid-template-columns: 1.45fr 1fr;
}

body.page-home:not(.admin-shell) .pms-room-panel,
body.page-home:not(.admin-shell) .pms-chart-panel {
    min-width: 0;
    border: 1px solid #e7eaf2;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
}

body.page-home:not(.admin-shell) .pms-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #97a0b1;
    font-size: 8px;
}

body.page-home:not(.admin-shell) .pms-panel-title strong {
    color: #344159;
    font-size: 10px;
}

body.page-home:not(.admin-shell) .pms-room-grid {
    display: grid;
    gap: 5px;
    margin-top: 11px;
    grid-template-columns: repeat(5, 1fr);
}

body.page-home:not(.admin-shell) .pms-room-grid span {
    height: 20px;
    border-radius: 2px;
    background: #5d8df5;
}

body.page-home:not(.admin-shell) .pms-room-grid .is-empty { background: #b5d6ff; }
body.page-home:not(.admin-shell) .pms-room-grid .is-waiting { background: #ffcd72; }

body.page-home:not(.admin-shell) .pms-room-legend {
    display: flex;
    gap: 9px;
    margin-top: 10px;
    color: #8992a4;
    font-size: 7px;
}

body.page-home:not(.admin-shell) .pms-room-legend span {
    display: flex;
    align-items: center;
    gap: 3px;
}

body.page-home:not(.admin-shell) .pms-room-legend i {
    width: 5px;
    height: 5px;
    border-radius: 1px;
}

body.page-home:not(.admin-shell) .pms-room-legend .live { background: #5d8df5; }
body.page-home:not(.admin-shell) .pms-room-legend .empty { background: #b5d6ff; }
body.page-home:not(.admin-shell) .pms-room-legend .waiting { background: #ffcd72; }

body.page-home:not(.admin-shell) .pms-chart-bars {
    display: flex;
    height: 106px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 6px;
    margin-top: 13px;
    border-bottom: 1px solid #eef0f5;
    background-image: repeating-linear-gradient(180deg, #eef1f6 0 1px, transparent 1px 28px);
}

body.page-home:not(.admin-shell) .pms-chart-bars i {
    width: 10%;
    height: var(--bar);
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, #6d75f8, #3971f0);
}

body.page-home:not(.admin-shell) .orbit-tag {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    min-width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 4px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 14px 26px rgba(31, 35, 119, .25);
}

body.page-home:not(.admin-shell) .orbit-tag svg {
    width: 14px;
    height: 14px;
}

body.page-home:not(.admin-shell) .orbit-tag-one { top: 4px; left: 15%; background: #ffb428; }
body.page-home:not(.admin-shell) .orbit-tag-two { top: 0; right: 21%; background: #19bea3; }
body.page-home:not(.admin-shell) .orbit-tag-three { top: 92px; right: -8px; background: #ff8f37; }
body.page-home:not(.admin-shell) .orbit-tag-four { right: 10%; bottom: 1px; background: #ec5b9d; }

body.page-home:not(.admin-shell) .hero-dots {
    position: absolute;
    left: 50%;
    bottom: 69px;
    z-index: 8;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

body.page-home:not(.admin-shell) .hero-dot {
    width: 18px;
    height: 3px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .4);
}

body.page-home:not(.admin-shell) .hero-dot.is-active {
    width: 34px;
    background: #fff;
}

/* Home operation strip */
body.page-home:not(.admin-shell) .home-flow-section {
    position: relative;
    z-index: 10;
    min-height: 78px;
    background: #fff !important;
}

body.page-home:not(.admin-shell) .operation-strip {
    display: grid !important;
    margin-top: -44px;
    overflow: hidden;
    border: 1px solid rgba(29, 50, 100, .08);
    border-radius: 3px;
    background: #fff;
    grid-template-columns: repeat(4, 1fr) !important;
    box-shadow: 0 18px 42px rgba(36, 53, 99, .16);
}

body.page-home:not(.admin-shell) .operation-item {
    position: relative;
    display: grid !important;
    min-width: 0;
    min-height: 98px;
    align-items: center;
    gap: 12px;
    padding: 18px 22px !important;
    border-right: 1px solid var(--ui-line);
    grid-template-columns: 40px minmax(0, 1fr) 14px;
    background: #fff !important;
}

body.page-home:not(.admin-shell) .operation-item:last-child { border-right: 0; }

body.page-home:not(.admin-shell) .operation-item:hover { background: #f8faff !important; }

body.page-home:not(.admin-shell) .operation-icon {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 4px;
    background: #edf3ff;
    color: var(--ui-blue);
}

body.page-home:not(.admin-shell) .operation-item:nth-child(2) .operation-icon { background: #fff3e6; color: #ef8b18; }
body.page-home:not(.admin-shell) .operation-item:nth-child(3) .operation-icon { background: #e9f9f5; color: #10a887; }
body.page-home:not(.admin-shell) .operation-item:nth-child(4) .operation-icon { background: #f1ecff; color: #7654e8; }

body.page-home:not(.admin-shell) .operation-icon svg { width: 20px; height: 20px; }
body.page-home:not(.admin-shell) .operation-item strong { display: block; color: #22304a; font-size: 14px; font-weight: 900; }
body.page-home:not(.admin-shell) .operation-item p { overflow: hidden; margin: 6px 0 0 !important; color: #8a93a4 !important; font-size: 11px !important; line-height: 1.55 !important; text-overflow: ellipsis; white-space: nowrap; }
body.page-home:not(.admin-shell) .operation-arrow { width: 14px; height: 14px; color: #bdc4d0; }

/* Product matrix */
body.page-home:not(.admin-shell) .home-product-section {
    background: #fff !important;
}

body.page-home:not(.admin-shell) .module-showcase {
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(32, 54, 104, .08);
}

body.page-home:not(.admin-shell) .module-tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-bottom: 1px solid var(--ui-line);
    background: #fbfcff;
}

body.page-home:not(.admin-shell) .module-tab {
    position: relative;
    display: flex;
    min-width: 0;
    height: 116px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    border: 0;
    border-right: 1px solid var(--ui-line);
    background: transparent;
    color: #6f7b90;
}

body.page-home:not(.admin-shell) .module-tab:last-child { border-right: 0; }

body.page-home:not(.admin-shell) .module-tab::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 3px;
    background: transparent;
}

body.page-home:not(.admin-shell) .module-tab span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 4px;
    background: #edf3ff;
    color: var(--ui-blue);
}

body.page-home:not(.admin-shell) .module-tab:nth-child(2) span { background: #f2edff; color: #7654e8; }
body.page-home:not(.admin-shell) .module-tab:nth-child(3) span { background: #e9f9f5; color: #10a887; }
body.page-home:not(.admin-shell) .module-tab:nth-child(4) span { background: #fff3e6; color: #ef8b18; }
body.page-home:not(.admin-shell) .module-tab:nth-child(5) span { background: #ffedef; color: #ec5c6f; }
body.page-home:not(.admin-shell) .module-tab:nth-child(6) span { background: #e8f7ff; color: #1ca9d5; }

body.page-home:not(.admin-shell) .module-tab svg { width: 19px; height: 19px; }
body.page-home:not(.admin-shell) .module-tab strong { overflow: hidden; width: 100%; padding: 0 8px; font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }

body.page-home:not(.admin-shell) .module-tab:hover,
body.page-home:not(.admin-shell) .module-tab.is-active {
    background: #fff;
    color: var(--ui-blue);
}

body.page-home:not(.admin-shell) .module-tab.is-active::after { background: var(--ui-blue); }

body.page-home:not(.admin-shell) .module-tab.is-active span {
    background: var(--ui-blue);
    color: #fff;
    box-shadow: 0 10px 22px rgba(45, 101, 239, .25);
}

body.page-home:not(.admin-shell) .module-panel {
    display: none !important;
    min-height: 410px;
    align-items: center;
    gap: 70px;
    padding: 46px 58px;
    grid-template-columns: .85fr 1.15fr;
}

body.page-home:not(.admin-shell) .module-panel.is-active { display: grid !important; }

body.page-home:not(.admin-shell) .module-panel-copy { min-width: 0; }

body.page-home:not(.admin-shell) .module-number {
    display: block;
    margin-bottom: 8px;
    color: rgba(45, 101, 239, .18);
    font-size: 40px;
    font-weight: 950;
    line-height: 1;
}

body.page-home:not(.admin-shell) .module-panel-copy h3 { margin: 0; color: var(--ui-ink-deep); font-size: 28px; font-weight: 900; }
body.page-home:not(.admin-shell) .module-panel-copy > p { margin: 12px 0 0 !important; color: var(--ui-muted) !important; font-size: 14px !important; line-height: 1.8 !important; }

body.page-home:not(.admin-shell) .module-panel-copy ul {
    display: grid;
    gap: 9px 16px;
    margin: 20px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-home:not(.admin-shell) .module-panel-copy li { display: flex; min-width: 0; align-items: center; gap: 7px; color: #536078; font-size: 12px; }
body.page-home:not(.admin-shell) .module-panel-copy li svg { width: 14px; height: 14px; flex: 0 0 auto; color: var(--ui-teal); }

body.page-home:not(.admin-shell) .text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 22px;
    color: var(--ui-blue) !important;
    font-size: 13px;
    font-weight: 900;
}

body.page-home:not(.admin-shell) .text-link svg { width: 15px; height: 15px; }

body.page-home:not(.admin-shell) .module-screen {
    overflow: hidden;
    border: 1px solid #dfe4ef;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 24px 52px rgba(33, 55, 106, .18);
}

body.page-home:not(.admin-shell) .module-screen-toolbar {
    display: flex;
    height: 38px;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
    border-bottom: 1px solid #e8ebf2;
    color: #5f6c82;
}

body.page-home:not(.admin-shell) .module-screen-toolbar span { width: 7px; height: 7px; border-radius: 50%; background: #ff6a6c; }
body.page-home:not(.admin-shell) .module-screen-toolbar span:nth-child(2) { background: #ffbd4a; }
body.page-home:not(.admin-shell) .module-screen-toolbar span:nth-child(3) { background: #32c98a; }
body.page-home:not(.admin-shell) .module-screen-toolbar strong { margin-left: 8px; font-size: 10px; }

body.page-home:not(.admin-shell) .module-screen-body { display: grid; height: 280px; grid-template-columns: 48px 1fr; }
body.page-home:not(.admin-shell) .module-mini-nav { display: flex; align-items: center; flex-direction: column; gap: 15px; padding-top: 18px; background: #273a66; color: rgba(255, 255, 255, .55); }
body.page-home:not(.admin-shell) .module-mini-nav svg { width: 15px; height: 15px; }
body.page-home:not(.admin-shell) .module-mini-nav svg:first-child { color: #fff; }
body.page-home:not(.admin-shell) .module-screen-content { min-width: 0; padding: 18px; background: #f5f7fb; }
body.page-home:not(.admin-shell) .module-screen-title { display: flex; align-items: center; justify-content: space-between; color: #34415a; font-size: 11px; font-weight: 800; }
body.page-home:not(.admin-shell) .module-screen-title svg { width: 15px; height: 15px; color: #97a0b1; }
body.page-home:not(.admin-shell) .module-kpis { display: grid; gap: 9px; margin-top: 12px; grid-template-columns: repeat(3, 1fr); }
body.page-home:not(.admin-shell) .module-kpis i { height: 48px; border: 1px solid #e8ebf2; border-radius: 3px; background: linear-gradient(110deg, #fff 0 60%, #edf3ff 60%); }
body.page-home:not(.admin-shell) .module-graph { display: flex; height: 92px; align-items: flex-end; gap: 7px; margin-top: 10px; padding: 10px 14px 0; border: 1px solid #e8ebf2; border-radius: 3px; background: #fff; }
body.page-home:not(.admin-shell) .module-graph span { width: 10%; border-radius: 2px 2px 0 0; background: #5f84ef; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(1) { height: 34%; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(2) { height: 52%; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(3) { height: 44%; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(4) { height: 70%; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(5) { height: 56%; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(6) { height: 82%; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(7) { height: 68%; }
body.page-home:not(.admin-shell) .module-graph span:nth-child(8) { height: 90%; }
body.page-home:not(.admin-shell) .module-table { display: grid; gap: 5px; margin-top: 10px; }
body.page-home:not(.admin-shell) .module-table i { height: 6px; border-radius: 2px; background: linear-gradient(90deg, #dce2ed 0 24%, #eef1f6 24% 100%); }

/* Advantages */
body.page-home:not(.admin-shell) .home-advantage-section {
    overflow: hidden;
    background: linear-gradient(135deg, #216fe8 0%, #2058e4 52%, #3c48dc 100%) !important;
}

body.page-home:not(.admin-shell) .home-advantage-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: linear-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, transparent, #000 25%, #000 80%, transparent);
}

body.page-home:not(.admin-shell) .advantage-stage { position: relative; height: 490px; }

body.page-home:not(.admin-shell) .advantage-product {
    position: absolute;
    top: 62px;
    left: 50%;
    width: 360px;
    height: 330px;
    transform: translateX(-50%);
}

body.page-home:not(.admin-shell) .advantage-screen {
    position: absolute;
    top: 0;
    left: 50%;
    width: 285px;
    height: 185px;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .92);
    border-radius: 7px;
    background: #eaf1ff;
    box-shadow: 0 26px 52px rgba(18, 37, 117, .3);
    transform: translateX(-50%) perspective(600px) rotateX(-3deg);
}

body.page-home:not(.admin-shell) .advantage-screen-bar { display: block; height: 22px; background: #263964; }
body.page-home:not(.admin-shell) .advantage-screen-grid { display: grid; gap: 8px; padding: 14px; grid-template-columns: repeat(3, 1fr); }
body.page-home:not(.admin-shell) .advantage-screen-grid i { height: 56px; border-radius: 3px; background: linear-gradient(145deg, #fff, #d9e5ff); }
body.page-home:not(.admin-shell) .advantage-screen-grid i:nth-child(2),
body.page-home:not(.admin-shell) .advantage-screen-grid i:nth-child(5) { background: linear-gradient(145deg, #7a6df4, #4e77ed); }

body.page-home:not(.admin-shell) .advantage-platform {
    position: absolute;
    left: 50%;
    bottom: 4px;
    width: 310px;
    height: 190px;
    border: 1px solid rgba(255, 255, 255, .46);
    background: linear-gradient(145deg, rgba(255, 255, 255, .28), rgba(108, 188, 255, .2));
    clip-path: polygon(50% 0, 100% 47%, 50% 100%, 0 47%);
    transform: translateX(-50%);
    filter: drop-shadow(0 26px 26px rgba(22, 37, 120, .25));
}

body.page-home:not(.admin-shell) .advantage-platform > span {
    position: absolute;
    top: 59px;
    left: 50%;
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border-radius: 6px;
    background: var(--ui-orange);
    color: #fff;
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 0 15px 28px rgba(52, 42, 124, .28);
}

body.page-home:not(.admin-shell) .advantage-platform > span svg { width: 28px; height: 28px; transform: rotate(-45deg); }
body.page-home:not(.admin-shell) .advantage-platform > i { position: absolute; width: 20px; height: 20px; border-radius: 3px; background: #74e3db; transform: rotate(45deg); }
body.page-home:not(.admin-shell) .advantage-platform > i:nth-child(2) { top: 70px; left: 52px; }
body.page-home:not(.admin-shell) .advantage-platform > i:nth-child(3) { top: 70px; right: 52px; background: #ffcf63; }
body.page-home:not(.admin-shell) .advantage-platform > i:nth-child(4) { bottom: 30px; left: 50%; background: #ff7d91; }

body.page-home:not(.admin-shell) .advantage-product.advantage-product-image {
    z-index: 2;
    width: min(560px, 45vw);
    height: auto;
    filter: drop-shadow(0 28px 58px rgba(9, 34, 103, .28));
}

body.page-home:not(.admin-shell) .advantage-product.advantage-product-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 26px 70px rgba(8, 28, 92, .24);
}

body.page-home:not(.admin-shell) .advantage-card {
    position: absolute;
    z-index: 3;
    display: flex;
    width: 310px;
    min-height: 96px;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 5px;
    background: rgba(255, 255, 255, .08);
    padding: 18px;
    color: #fff;
    backdrop-filter: blur(10px);
}

body.page-home:not(.admin-shell) .advantage-card-1 { top: 38px; left: 0; }
body.page-home:not(.admin-shell) .advantage-card-2 { top: 38px; right: 0; }
body.page-home:not(.admin-shell) .advantage-card-3 { bottom: 54px; left: 0; }
body.page-home:not(.admin-shell) .advantage-card-4 { right: 0; bottom: 54px; }

body.page-home:not(.admin-shell) .advantage-card > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .14); color: #ffcf63; }
body.page-home:not(.admin-shell) .advantage-card svg { width: 17px; height: 17px; }
body.page-home:not(.admin-shell) .advantage-card h3 { margin: 0; color: #fff; font-size: 15px; font-weight: 900; }
body.page-home:not(.admin-shell) .advantage-card p { margin: 7px 0 0 !important; color: rgba(255, 255, 255, .7) !important; font-size: 12px !important; line-height: 1.65 !important; }

body.page-home:not(.admin-shell) .section-action { position: relative; z-index: 2; text-align: center; }

/* Architecture */
body.page-home:not(.admin-shell) .home-architecture-section { background: #fff !important; }
body.page-home:not(.admin-shell) .architecture-stage { position: relative; width: min(100%, 980px); height: 560px; margin: 0 auto; }
body.page-home:not(.admin-shell) .architecture-monitor { position: absolute; top: 0; left: 50%; z-index: 3; width: 320px; transform: translateX(-50%); }
body.page-home:not(.admin-shell) .architecture-monitor-screen { position: relative; height: 162px; overflow: hidden; border: 7px solid #27324c; border-bottom-width: 13px; border-radius: 7px; background: #eef3ff; box-shadow: 0 16px 34px rgba(36, 57, 104, .16); }
body.page-home:not(.admin-shell) .architecture-monitor-top { display: block; height: 22px; background: #486fe4; }
body.page-home:not(.admin-shell) .architecture-monitor-screen > div { display: grid; gap: 9px; padding: 14px; grid-template-columns: repeat(3, 1fr); }
body.page-home:not(.admin-shell) .architecture-monitor-screen > div i { height: 76px; border-radius: 3px; background: #fff; box-shadow: inset 0 -32px 0 #dfe8ff; }
body.page-home:not(.admin-shell) .architecture-monitor-screen > div i:nth-child(2) { background: #5f78ed; box-shadow: inset 0 -32px 0 rgba(255, 255, 255, .15); }
body.page-home:not(.admin-shell) .architecture-monitor-neck { display: block; width: 70px; height: 34px; margin: 0 auto; background: linear-gradient(90deg, #d8deea, #fff, #d8deea); clip-path: polygon(26% 0, 74% 0, 100% 100%, 0 100%); }
body.page-home:not(.admin-shell) .architecture-custom-visual {
    position: absolute;
    top: -6px;
    left: 50%;
    z-index: 4;
    width: min(430px, 62vw);
    transform: translateX(-50%);
    text-align: center;
}
body.page-home:not(.admin-shell) .architecture-custom-visual img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 210px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(36, 57, 104, .18));
}

body.page-home:not(.admin-shell) .architecture-plane {
    position: absolute;
    inset: 137px 0 0;
    display: grid;
    gap: 30px 74px;
    padding: 125px 92px 52px;
    grid-template-columns: repeat(3, 1fr);
    background: linear-gradient(180deg, #f8faff, #edf3ff);
    clip-path: polygon(24% 0, 76% 0, 100% 100%, 0 100%);
    filter: drop-shadow(0 20px 30px rgba(38, 60, 110, .11));
}

body.page-home:not(.admin-shell) .architecture-node {
    position: relative;
    z-index: 2;
    min-width: 0;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}
body.page-home:not(.admin-shell) .architecture-node > span { display: grid; width: 56px; height: 56px; margin: 0 auto; place-items: center; border: 5px solid rgba(255, 255, 255, .65); border-radius: 50%; background: var(--ui-blue); color: #fff; box-shadow: 0 12px 24px rgba(45, 101, 239, .22); }
body.page-home:not(.admin-shell) .architecture-node:nth-child(2) > span { background: var(--ui-orange); }
body.page-home:not(.admin-shell) .architecture-node:nth-child(3) > span { background: #1eb8c9; }
body.page-home:not(.admin-shell) .architecture-node:nth-child(4) > span { background: #f05f61; }
body.page-home:not(.admin-shell) .architecture-node:nth-child(5) > span { background: #7459e7; }
body.page-home:not(.admin-shell) .architecture-node:nth-child(6) > span { background: #17ad86; }
body.page-home:not(.admin-shell) .architecture-node svg { width: 24px; height: 24px; }
body.page-home:not(.admin-shell) .architecture-node h3 {
    margin: 12px 0 0;
    color: #17233b;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.01em;
}
body.page-home:not(.admin-shell) .architecture-node p {
    margin: 6px 0 0 !important;
    color: #5e6b80 !important;
    font-size: 12px !important;
    font-weight: 600;
    line-height: 1.55 !important;
}

body.page-home:not(.admin-shell) .solution-scale { display: grid; margin-top: 42px; border-top: 1px solid var(--ui-line); border-bottom: 1px solid var(--ui-line); grid-template-columns: repeat(3, 1fr); }
body.page-home:not(.admin-shell) .solution-scale article { position: relative; display: grid; min-width: 0; min-height: 220px; align-items: flex-start; gap: 18px; padding: 32px 28px; border-right: 1px solid var(--ui-line); grid-template-columns: 38px 1fr; }
body.page-home:not(.admin-shell) .solution-scale article:last-child { border-right: 0; }
body.page-home:not(.admin-shell) .solution-scale article > span { color: rgba(45, 101, 239, .2); font-size: 28px; font-weight: 950; }
body.page-home:not(.admin-shell) .solution-scale small { color: var(--ui-blue); font-size: 11px; font-weight: 800; }
body.page-home:not(.admin-shell) .solution-scale h3 { margin: 8px 0 0; color: var(--ui-ink-deep); font-size: 17px; font-weight: 900; line-height: 1.5; }
body.page-home:not(.admin-shell) .solution-scale p { display: -webkit-box; overflow: hidden; margin: 9px 0 0 !important; color: var(--ui-muted) !important; font-size: 12px !important; line-height: 1.7 !important; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
body.page-home:not(.admin-shell) .solution-scale a { position: absolute; right: 20px; bottom: 22px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--ui-line); border-radius: 50%; color: var(--ui-blue); }
body.page-home:not(.admin-shell) .solution-scale a:hover { border-color: var(--ui-blue); background: var(--ui-blue); color: #fff; }
body.page-home:not(.admin-shell) .solution-scale a svg { width: 15px; height: 15px; }

/* CTA */
body.page-home:not(.admin-shell) .home-cta-band { position: relative; overflow: hidden; background: linear-gradient(100deg, #226dde, #2f5ce8 54%, #5948df); color: #fff; }
body.page-home:not(.admin-shell) .home-cta-band::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(45deg, transparent 44%, rgba(255, 255, 255, .35) 45% 46%, transparent 47%); background-size: 56px 56px; }
body.page-home:not(.admin-shell) .home-cta-inner { position: relative; z-index: 2; display: flex; min-height: 170px; align-items: center; justify-content: space-between; gap: 40px; }
body.page-home:not(.admin-shell) .home-cta-inner span { color: #9cefe0; font-size: 12px; font-weight: 900; }
body.page-home:not(.admin-shell) .home-cta-inner h2 { max-width: 820px; margin: 8px 0 0; color: #fff; font-size: 26px; font-weight: 900; line-height: 1.45; }
body.page-home:not(.admin-shell) .home-cta-inner .btn { flex: 0 0 auto; }

/* Trust */
body.page-home:not(.admin-shell) .home-trust-section { background: #fff !important; }
body.page-home:not(.admin-shell) .home-trust-metrics { display: grid !important; overflow: hidden; margin-bottom: 46px; border: 1px solid var(--ui-line) !important; border-radius: 4px; background: #f9fbff; grid-template-columns: repeat(4, 1fr); }
body.page-home:not(.admin-shell) .home-trust-metrics > div { display: flex; min-height: 98px; align-items: center; justify-content: center; flex-direction: column; border-right: 1px solid var(--ui-line); }
body.page-home:not(.admin-shell) .home-trust-metrics > div:last-child { border-right: 0; }
body.page-home:not(.admin-shell) .home-trust-metrics strong { color: var(--ui-blue); font-size: 30px; font-weight: 950; }
body.page-home:not(.admin-shell) .home-trust-metrics span { margin-top: 5px; color: #7b8598; font-size: 12px; }

body.page-home:not(.admin-shell) .case-showcase { overflow: hidden; border: 1px solid var(--ui-line); border-radius: 4px; background: #fff; box-shadow: 0 18px 50px rgba(36, 56, 105, .08); }
body.page-home:not(.admin-shell) .case-panel { display: none !important; min-height: 380px; grid-template-columns: .86fr 1.14fr; }
body.page-home:not(.admin-shell) .case-panel.is-active { display: grid !important; }
body.page-home:not(.admin-shell) .case-copy { display: flex; min-width: 0; justify-content: center; flex-direction: column; padding: 46px 54px; }
body.page-home:not(.admin-shell) .case-index { color: rgba(45, 101, 239, .28); font-size: 13px; font-weight: 900; }
body.page-home:not(.admin-shell) .case-tags { display: flex; gap: 8px; margin-top: 20px; }
body.page-home:not(.admin-shell) .case-tags span { border-radius: 3px; background: #edf3ff; padding: 6px 9px; color: var(--ui-blue); font-size: 11px; font-weight: 800; }
body.page-home:not(.admin-shell) .case-copy h3 { margin: 16px 0 0; color: var(--ui-ink-deep); font-size: 27px; font-weight: 900; line-height: 1.4; }
body.page-home:not(.admin-shell) .case-copy p { margin: 13px 0 0 !important; color: var(--ui-muted) !important; font-size: 14px !important; line-height: 1.9 !important; }
body.page-home:not(.admin-shell) .case-media { min-width: 0; height: 380px; overflow: hidden; background: #edf3ff; }
body.page-home:not(.admin-shell) .case-media img { width: 100%; height: 100%; object-fit: cover; }
body.page-home:not(.admin-shell) .case-media .image-placeholder svg { width: 42px; height: 42px; }

body.page-home:not(.admin-shell) .case-switcher { display: grid; border-top: 1px solid var(--ui-line); grid-template-columns: repeat(3, 1fr); }
body.page-home:not(.admin-shell) .case-switcher button { display: flex; min-width: 0; height: 58px; align-items: center; gap: 9px; overflow: hidden; border: 0; border-right: 1px solid var(--ui-line); background: #fbfcff; padding: 0 18px; color: #7b8597; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
body.page-home:not(.admin-shell) .case-switcher button:last-child { border-right: 0; }
body.page-home:not(.admin-shell) .case-switcher button span { color: #b0b8c6; font-weight: 900; }
body.page-home:not(.admin-shell) .case-switcher button.is-active { background: var(--ui-blue); color: #fff; }
body.page-home:not(.admin-shell) .case-switcher button.is-active span { color: rgba(255, 255, 255, .7); }

body.page-home:not(.admin-shell) .honor-strip { display: grid; margin-top: 34px; border-top: 1px solid var(--ui-line); border-bottom: 1px solid var(--ui-line); grid-template-columns: repeat(3, 1fr); }
body.page-home:not(.admin-shell) .honor-strip article { display: flex; min-width: 0; align-items: flex-start; gap: 14px; padding: 24px; border-right: 1px solid var(--ui-line); }
body.page-home:not(.admin-shell) .honor-strip article:last-child { border-right: 0; }
body.page-home:not(.admin-shell) .honor-strip article > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #fff4e5; color: var(--ui-orange); }
body.page-home:not(.admin-shell) .honor-strip svg { width: 19px; height: 19px; }
body.page-home:not(.admin-shell) .honor-strip h3 { margin: 0; color: var(--ui-ink-deep); font-size: 14px; font-weight: 900; }
body.page-home:not(.admin-shell) .honor-strip p { margin: 6px 0 0 !important; color: var(--ui-muted) !important; font-size: 11px !important; line-height: 1.6 !important; }

/* Roadmap */
body.page-home:not(.admin-shell) .home-roadmap-section { background: var(--ui-paper) !important; }
body.page-home:not(.admin-shell) .section-heading-with-action { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
body.page-home:not(.admin-shell) .section-heading-with-action .section-heading { max-width: 700px !important; margin: 0 !important; text-align: left !important; }
body.page-home:not(.admin-shell) .section-heading-with-action .eyebrow { justify-content: flex-start !important; }
body.page-home:not(.admin-shell) .section-heading-with-action .eyebrow::after { display: none; }
body.page-home:not(.admin-shell) .section-heading-with-action .section-heading h2,
body.page-home:not(.admin-shell) .section-heading-with-action .section-heading p { margin-left: 0 !important; text-align: left !important; }
body.page-home:not(.admin-shell) .home-update-row { display: grid !important; overflow: hidden; border: 1px solid var(--ui-line); border-radius: 4px; background: #fff; grid-template-columns: repeat(5, 1fr) !important; }
body.page-home:not(.admin-shell) .home-update-row article { position: relative; min-width: 0; min-height: 240px; padding: 24px 20px; border-right: 1px solid var(--ui-line); }
body.page-home:not(.admin-shell) .home-update-row article:last-child { border-right: 0; }
body.page-home:not(.admin-shell) .update-index { display: block; margin-bottom: 22px; color: rgba(45, 101, 239, .18); font-size: 30px; font-weight: 950; }
body.page-home:not(.admin-shell) .home-update-row h3 { margin: 14px 0 0; color: var(--ui-ink-deep); font-size: 15px; font-weight: 900; line-height: 1.45; }
body.page-home:not(.admin-shell) .home-update-row small { display: block; margin-top: 6px; color: #99a2b3; font-size: 10px; }
body.page-home:not(.admin-shell) .home-update-row p { margin: 12px 0 0 !important; color: var(--ui-muted) !important; font-size: 11px !important; line-height: 1.7 !important; }

/* Inner page family */
body.public-page:not(.admin-shell):not(.page-home) .page-hero,
body.page-downloads:not(.admin-shell) .download-main-hero {
    position: relative;
    min-height: 430px !important;
    margin-top: 70px;
    overflow: hidden;
    background: linear-gradient(118deg, #6448ef 0%, #4558ed 52%, #2479ef 100%) !important;
}

body.public-page:not(.admin-shell):not(.page-home) .page-hero::before,
body.page-downloads:not(.admin-shell) .download-main-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(63, 42, 208, .8), rgba(37, 96, 228, .42)), repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 90px) !important;
}

body.public-page:not(.admin-shell):not(.page-home) .page-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .17 !important;
    filter: saturate(.7) !important;
    mix-blend-mode: luminosity;
}

body.public-page:not(.admin-shell):not(.page-home) .page-hero-inner,
body.page-downloads:not(.admin-shell) .download-hero-inner {
    position: relative !important;
    z-index: 2 !important;
    display: flex;
    width: min(calc(100% - 40px), var(--ui-container));
    min-height: 430px !important;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    padding: 62px 0 !important;
}

body.public-page:not(.admin-shell):not(.page-home) .page-breadcrumb { color: rgba(255, 255, 255, .62); font-size: 12px; }
body.public-page:not(.admin-shell):not(.page-home) .page-breadcrumb a { color: rgba(255, 255, 255, .82); }

body.public-page:not(.admin-shell):not(.page-home) .page-kicker,
body.page-downloads:not(.admin-shell) .page-kicker {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 7px;
    margin-top: 28px;
    border: 1px solid rgba(255, 255, 255, .24) !important;
    border-radius: 3px !important;
    background: rgba(255, 255, 255, .09) !important;
    padding: 7px 10px !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell):not(.page-home) .page-title,
body.page-downloads:not(.admin-shell) .page-title {
    max-width: 920px !important;
    margin-top: 16px !important;
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 950 !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    text-wrap: balance;
}

body.public-page:not(.admin-shell):not(.page-home) .page-summary,
body.page-downloads:not(.admin-shell) .page-summary {
    max-width: 760px !important;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 16px !important;
    line-height: 1.85 !important;
}

body.public-page:not(.admin-shell):not(.page-home) .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

body.public-page:not(.admin-shell) .cta-section {
    background: linear-gradient(105deg, #226de0, #3856e9 54%, #5b47df) !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell) .cta-copy h2 { color: #fff !important; }
body.public-page:not(.admin-shell) .cta-copy p { color: rgba(255, 255, 255, .72) !important; }
body.public-page:not(.admin-shell) .cta-section .form-panel { padding: 24px !important; }

body.page-features:not(.admin-shell) .public-demo-section .demo-form-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 460px !important;
    align-items: start !important;
    gap: 40px !important;
}

body.page-features:not(.admin-shell) .public-demo-section .form-panel.demo-form-panel {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-content: start !important;
    width: 100% !important;
    min-width: 0 !important;
}

body.page-features:not(.admin-shell) .public-demo-section .demo-field-wide,
body.page-features:not(.admin-shell) .public-demo-section .demo-form-actions {
    grid-column: 1 / -1 !important;
}

body.page-features:not(.admin-shell) .public-demo-section .form-control {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.page-features:not(.admin-shell) .public-demo-section textarea.form-control {
    min-height: 110px !important;
    resize: vertical;
}

body.page-features:not(.admin-shell) .public-demo-section .demo-form-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

body.page-features:not(.admin-shell) .public-demo-section .demo-form-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

@media (max-width: 1023px) {
    body.page-features:not(.admin-shell) .public-demo-section .demo-form-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    body.page-features:not(.admin-shell) .public-demo-section .form-panel.demo-form-panel,
    body.page-features:not(.admin-shell) .public-demo-section .demo-form-actions {
        grid-template-columns: 1fr !important;
    }
}

body.public-page:not(.admin-shell) .tab-button {
    min-height: 40px;
    border: 1px solid var(--ui-line) !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #536078 !important;
}

body.public-page:not(.admin-shell) .tab-button.is-active {
    border-color: var(--ui-blue) !important;
    background: var(--ui-blue) !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell) .screen-frame { overflow: hidden; border-radius: 4px !important; background: var(--ui-paper-blue) !important; }

/* Floating service */
body.public-page:not(.admin-shell) .floating-service {
    right: 18px !important;
    top: 50% !important;
    bottom: auto !important;
    z-index: 90 !important;
    transform: translateY(-50%) !important;
}

body.public-page:not(.admin-shell) .floating-bar {
    display: grid !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(26, 48, 96, .12) !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-shadow: 0 12px 28px rgba(25, 45, 90, .14) !important;
}

body.public-page:not(.admin-shell) .floating-action,
body.public-page:not(.admin-shell) .floating-action:first-child {
    width: 50px !important;
    min-height: 55px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--ui-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #6a7589 !important;
    box-shadow: none !important;
    font-size: 11px !important;
}

body.public-page:not(.admin-shell) .floating-action:last-child { border-bottom: 0 !important; }
body.public-page:not(.admin-shell) .floating-action svg { width: 18px !important; height: 18px !important; color: var(--ui-blue) !important; }
body.public-page:not(.admin-shell) .floating-action:hover { transform: none !important; background: #edf3ff !important; color: var(--ui-blue) !important; }
body.public-page:not(.admin-shell) .floating-panel { right: 60px !important; border-radius: 4px !important; box-shadow: var(--ui-shadow) !important; }

/* Footer */
body.public-page:not(.admin-shell) .footer-band {
    border: 0 !important;
    background: #202a42 !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell) .footer-band > .max-w-7xl { max-width: var(--ui-container) !important; }
body.public-page:not(.admin-shell) .footer-band .brand-mark { min-width: 0; height: auto !important; color: #fff !important; }
body.public-page:not(.admin-shell) .footer-band .brand-text { color: #fff !important; }
body.public-page:not(.admin-shell) .footer-title { color: #fff !important; }
body.public-page:not(.admin-shell) .footer-links a:hover { color: #fff !important; }
body.public-page:not(.admin-shell) .qr-box { border-radius: 3px !important; background: #fff !important; }

@media (max-width: 1199px) {
    body.public-page:not(.admin-shell) .site-header .brand-mark { min-width: 138px; }
    body.public-page:not(.admin-shell) .nav-link,
    body.public-page:not(.admin-shell) .nav-link.nav-link-parent { padding-inline: 9px !important; font-size: 13px !important; }
    body.page-home:not(.admin-shell) .hero-layout { grid-template-columns: .94fr 1.06fr; gap: 22px; }
    body.page-home:not(.admin-shell) .hero-content h1,
    body.page-home:not(.admin-shell) .hero-content .hero-heading { font-size: 43px !important; }
    body.page-home:not(.admin-shell) .operation-item { padding-inline: 15px !important; }
    body.page-home:not(.admin-shell) .advantage-card { width: 280px; }
}

@media (max-width: 1023px) {
    body.public-page:not(.admin-shell) .site-header .h-16,
    body.public-page:not(.admin-shell) .brand-mark { height: 64px !important; }
    body.public-page:not(.admin-shell) .site-header .brand-mark { min-width: 0; }
    body.public-page:not(.admin-shell) .brand-logo { width: auto !important; max-width: 150px !important; height: 36px !important; max-height: 36px !important; }
    body.public-page:not(.admin-shell) .brand-text { font-size: 18px !important; }
    body.public-page:not(.admin-shell) .mobile-menu .btn-ghost { border-color: rgba(45, 101, 239, .25) !important; color: var(--ui-blue) !important; }

    body.public-page:not(.admin-shell) .section-band,
    body.public-page:not(.admin-shell):not(.page-home) main > .section-band { padding: 76px 0 !important; }

    body.page-home:not(.admin-shell) .home-hero-shell { margin-top: 64px; }
    body.page-home:not(.admin-shell) .hero-slide,
    body.page-home:not(.admin-shell) .hero-content { min-height: auto !important; }
    body.page-home:not(.admin-shell) .hero-content { padding: 62px 0 84px !important; }
    body.page-home:not(.admin-shell) .hero-layout { grid-template-columns: 1fr; gap: 42px; }
    body.page-home:not(.admin-shell) .hero-copy { max-width: 680px; text-align: left; }
    body.page-home:not(.admin-shell) .hero-content h1,
    body.page-home:not(.admin-shell) .hero-content .hero-heading { max-width: 680px !important; font-size: 46px !important; }
    body.page-home:not(.admin-shell) .hero-product-visual { width: min(100%, 700px); height: 408px; margin: 0 auto; }
    body.page-home:not(.admin-shell) .pms-console { left: 50%; right: auto; width: min(92%, 640px); transform: translateX(-50%); }
    body.page-home:not(.admin-shell) .orbit-tag-one { left: 2%; }
    body.page-home:not(.admin-shell) .orbit-tag-two { right: 4%; }
    body.page-home:not(.admin-shell) .orbit-tag-three { right: -1%; }
    body.page-home:not(.admin-shell) .hero-dots { bottom: 74px; }

    body.page-home:not(.admin-shell) .operation-strip { grid-template-columns: repeat(2, 1fr) !important; }
    body.page-home:not(.admin-shell) .operation-item:nth-child(2) { border-right: 0; }
    body.page-home:not(.admin-shell) .operation-item:nth-child(-n+2) { border-bottom: 1px solid var(--ui-line); }

    body.page-home:not(.admin-shell) .module-tabs { grid-template-columns: repeat(3, 1fr); }
    body.page-home:not(.admin-shell) .module-tab { height: 104px; border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .module-tab:nth-child(3n) { border-right: 0; }
    body.page-home:not(.admin-shell) .module-tab:nth-child(n+4) { border-bottom: 0; }
    body.page-home:not(.admin-shell) .module-panel { gap: 38px; padding: 42px 36px; grid-template-columns: .9fr 1.1fr; }

    body.page-home:not(.admin-shell) .advantage-stage { height: auto; }
    body.page-home:not(.admin-shell) .advantage-product { position: relative; top: auto; left: auto; margin: 10px auto 38px; transform: none; }
    body.page-home:not(.admin-shell) .advantage-product.advantage-product-image { width: min(620px, 100%); }
    body.page-home:not(.admin-shell) .advantage-list { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
    body.page-home:not(.admin-shell) .advantage-card { position: static; width: auto; min-height: 108px; }

    body.page-home:not(.admin-shell) .architecture-stage { height: 540px; }
    body.page-home:not(.admin-shell) .architecture-plane { gap: 28px 38px; padding-inline: 70px; }
    body.page-home:not(.admin-shell) .solution-scale article { min-height: 240px; padding-inline: 20px; grid-template-columns: 30px 1fr; }

    body.page-home:not(.admin-shell) .home-update-row { grid-template-columns: repeat(2, 1fr) !important; }
    body.page-home:not(.admin-shell) .home-update-row article { border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .home-update-row article:nth-child(2n) { border-right: 0; }
    body.page-home:not(.admin-shell) .home-update-row article:last-child { grid-column: 1 / -1; min-height: 190px; border-bottom: 0; }

    body.public-page:not(.admin-shell):not(.page-home) .page-hero,
    body.page-downloads:not(.admin-shell) .download-main-hero { margin-top: 64px; }
    body.public-page:not(.admin-shell) .floating-service { display: none !important; }
}

@media (max-width: 767px) {
    .site-container { width: min(calc(100% - 32px), var(--ui-container)); }
    body.public-page:not(.admin-shell) .section-band,
    body.public-page:not(.admin-shell):not(.page-home) main > .section-band { padding: 62px 0 !important; }
    body.public-page:not(.admin-shell) .section-heading,
    body.public-page:not(.admin-shell):not(.page-home) .section-heading { margin-bottom: 34px !important; }
    body.public-page:not(.admin-shell) .section-heading h2,
    body.public-page:not(.admin-shell):not(.page-home) .section-heading h2 { font-size: 28px !important; }
    body.public-page:not(.admin-shell) .section-heading p,
    body.public-page:not(.admin-shell):not(.page-home) .section-heading p { font-size: 14px !important; line-height: 1.8 !important; }

    body.page-home:not(.admin-shell) .hero-content { padding: 48px 0 74px !important; }
    body.page-home:not(.admin-shell) .hero-layout { width: calc(100% - 32px); gap: 30px; }
    body.page-home:not(.admin-shell) .hero-kicker { font-size: 11px !important; }
    body.page-home:not(.admin-shell) .hero-content h1,
    body.page-home:not(.admin-shell) .hero-content .hero-heading { margin-top: 15px !important; font-size: 35px !important; line-height: 1.24 !important; }
    body.page-home:not(.admin-shell) .hero-content p { font-size: 14px !important; line-height: 1.8 !important; }
    body.page-home:not(.admin-shell) .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    body.page-home:not(.admin-shell) .hero-actions .btn { min-width: 0; padding-inline: 12px !important; font-size: 13px !important; }
    body.page-home:not(.admin-shell) .hero-proof { font-size: 11px; }
    body.page-home:not(.admin-shell) .hero-product-visual { height: 285px; }
    body.page-home:not(.admin-shell) .pms-console { top: 12px; width: 100%; transform: translateX(-50%); }
    body.page-home:not(.admin-shell) .pms-console-topbar { height: 34px; grid-template-columns: 55px 1fr; }
    body.page-home:not(.admin-shell) .pms-online { display: none; }
    body.page-home:not(.admin-shell) .pms-console-body { min-height: 230px; grid-template-columns: 38px 1fr; }
    body.page-home:not(.admin-shell) .pms-console-sidebar { gap: 9px; padding-top: 10px; }
    body.page-home:not(.admin-shell) .pms-console-sidebar span { width: 24px; height: 24px; }
    body.page-home:not(.admin-shell) .pms-console-main { padding: 10px; }
    body.page-home:not(.admin-shell) .pms-stat-row { gap: 5px; }
    body.page-home:not(.admin-shell) .pms-stat-row > div { padding: 7px; }
    body.page-home:not(.admin-shell) .pms-stat-row strong { font-size: 11px; }
    body.page-home:not(.admin-shell) .pms-stat-row em { display: none; }
    body.page-home:not(.admin-shell) .pms-data-row { grid-template-columns: 1fr; }
    body.page-home:not(.admin-shell) .pms-chart-panel { display: none; }
    body.page-home:not(.admin-shell) .pms-room-grid span { height: 13px; }
    body.page-home:not(.admin-shell) .orbit-tag { display: none; }

    body.page-home:not(.admin-shell) .home-flow-section { min-height: 40px; }
    body.page-home:not(.admin-shell) .operation-strip { grid-template-columns: 1fr !important; margin-top: -34px; }
    body.page-home:not(.admin-shell) .operation-item { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .operation-item:nth-child(3) { border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .operation-item:last-child { border-bottom: 0; }

    body.page-home:not(.admin-shell) .module-tabs { grid-template-columns: repeat(2, 1fr); }
    body.page-home:not(.admin-shell) .module-tab { height: 94px; }
    body.page-home:not(.admin-shell) .module-tab:nth-child(3n) { border-right: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .module-tab:nth-child(2n) { border-right: 0; }
    body.page-home:not(.admin-shell) .module-tab:nth-child(n+4) { border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .module-tab:nth-child(n+5) { border-bottom: 0; }
    body.page-home:not(.admin-shell) .module-panel { min-height: 0; gap: 32px; padding: 30px 20px; grid-template-columns: 1fr; }
    body.page-home:not(.admin-shell) .module-panel-copy h3 { font-size: 24px; }
    body.page-home:not(.admin-shell) .module-panel-copy ul { grid-template-columns: 1fr; }
    body.page-home:not(.admin-shell) .module-screen-body { height: 220px; }
    body.page-home:not(.admin-shell) .module-table { display: none; }

    body.page-home:not(.admin-shell) .advantage-product { width: 300px; height: 290px; transform: scale(.9); transform-origin: center top; }
    body.page-home:not(.admin-shell) .advantage-product.advantage-product-image { width: 100%; height: auto; transform: none; }
    body.page-home:not(.admin-shell) .advantage-list { grid-template-columns: 1fr; }
    body.page-home:not(.admin-shell) .advantage-card { min-height: 96px; }

    body.page-home:not(.admin-shell) .architecture-stage { height: auto; }
    body.page-home:not(.admin-shell) .architecture-monitor { position: relative; top: auto; width: 270px; margin: 0 auto -14px; transform: none; left: auto; }
    body.page-home:not(.admin-shell) .architecture-custom-visual {
        position: relative;
        top: auto;
        left: auto;
        width: min(86vw, 360px);
        margin: 0 auto -12px;
        transform: none;
    }
    body.page-home:not(.admin-shell) .architecture-custom-visual img { max-height: 180px; }
    body.page-home:not(.admin-shell) .architecture-plane { position: relative; inset: auto; gap: 28px 16px; padding: 58px 16px 32px; grid-template-columns: repeat(2, 1fr); clip-path: none; border-radius: 4px; }
    body.page-home:not(.admin-shell) .architecture-node > span { width: 50px; height: 50px; }
    body.page-home:not(.admin-shell) .solution-scale { grid-template-columns: 1fr; }
    body.page-home:not(.admin-shell) .solution-scale article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .solution-scale article:last-child { border-bottom: 0; }

    body.page-home:not(.admin-shell) .home-cta-inner { min-height: 220px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 24px; padding-block: 34px; }
    body.page-home:not(.admin-shell) .home-cta-inner h2 { font-size: 22px; }

    body.page-home:not(.admin-shell) .home-trust-metrics { grid-template-columns: repeat(2, 1fr); }
    body.page-home:not(.admin-shell) .home-trust-metrics > div { min-height: 86px; }
    body.page-home:not(.admin-shell) .home-trust-metrics > div:nth-child(2) { border-right: 0; }
    body.page-home:not(.admin-shell) .home-trust-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .case-panel.is-active { grid-template-columns: 1fr !important; }
    body.page-home:not(.admin-shell) .case-copy { padding: 32px 24px; }
    body.page-home:not(.admin-shell) .case-copy h3 { font-size: 23px; }
    body.page-home:not(.admin-shell) .case-media { height: 240px; grid-row: 1; }
    body.page-home:not(.admin-shell) .case-switcher { grid-template-columns: 1fr; }
    body.page-home:not(.admin-shell) .case-switcher button { border-right: 0; border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .case-switcher button:last-child { border-bottom: 0; }
    body.page-home:not(.admin-shell) .honor-strip { grid-template-columns: 1fr; }
    body.page-home:not(.admin-shell) .honor-strip article { border-right: 0; border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .honor-strip article:last-child { border-bottom: 0; }

    body.page-home:not(.admin-shell) .section-heading-with-action { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
    body.page-home:not(.admin-shell) .home-update-row { grid-template-columns: 1fr !important; }
    body.page-home:not(.admin-shell) .home-update-row article,
    body.page-home:not(.admin-shell) .home-update-row article:nth-child(2n),
    body.page-home:not(.admin-shell) .home-update-row article:last-child { min-height: 190px; grid-column: auto; border-right: 0; border-bottom: 1px solid var(--ui-line); }
    body.page-home:not(.admin-shell) .home-update-row article:last-child { border-bottom: 0; }

    body.public-page:not(.admin-shell):not(.page-home) .page-hero,
    body.page-downloads:not(.admin-shell) .download-main-hero { min-height: 390px !important; }
    body.public-page:not(.admin-shell):not(.page-home) .page-hero-inner,
    body.page-downloads:not(.admin-shell) .download-hero-inner { width: calc(100% - 32px); min-height: 390px !important; padding: 48px 0 !important; }
    body.public-page:not(.admin-shell):not(.page-home) .page-title,
    body.page-downloads:not(.admin-shell) .page-title { font-size: 33px !important; line-height: 1.28 !important; }
    body.public-page:not(.admin-shell):not(.page-home) .page-summary,
    body.page-downloads:not(.admin-shell) .page-summary { font-size: 14px !important; }
    body.public-page:not(.admin-shell) .cta-section .form-panel { padding: 20px !important; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    body.public-page:not(.admin-shell) *,
    body.public-page:not(.admin-shell) *::before,
    body.public-page:not(.admin-shell) *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Production fixes for public placeholders and the features module section. */
body.public-page:not(.admin-shell) .visual-placeholder {
    display: grid !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 220px !important;
    place-items: center !important;
    padding: 22px !important;
    background: linear-gradient(135deg, #edf4ff 0%, #f8fbff 100%) !important;
}

body.public-page:not(.admin-shell) .visual-placeholder-window {
    width: min(100%, 420px);
    overflow: hidden;
    border: 1px solid #dfe7f4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(43, 82, 145, .12);
}

body.public-page:not(.admin-shell) .visual-placeholder-top {
    display: flex;
    height: 34px;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border-bottom: 1px solid #edf0f6;
}

body.public-page:not(.admin-shell) .visual-placeholder-top span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6b6b;
}

body.public-page:not(.admin-shell) .visual-placeholder-top span:nth-child(2) { background: #ffc857; }
body.public-page:not(.admin-shell) .visual-placeholder-top span:nth-child(3) { background: #34d399; }

body.public-page:not(.admin-shell) .visual-placeholder-body {
    display: grid;
    min-height: 174px;
    grid-template-columns: 46px 1fr;
}

body.public-page:not(.admin-shell) .visual-placeholder-side {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding-top: 18px;
    background: #20365f;
}

body.public-page:not(.admin-shell) .visual-placeholder-side i {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .38);
}

body.public-page:not(.admin-shell) .visual-placeholder-side i:first-child { background: #fff; }

body.public-page:not(.admin-shell) .visual-placeholder-main {
    padding: 16px;
    background: #f5f7fb;
}

body.public-page:not(.admin-shell) .visual-placeholder-cards {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

body.public-page:not(.admin-shell) .visual-placeholder-cards i {
    height: 42px;
    border: 1px solid #e8edf5;
    border-radius: 6px;
    background: linear-gradient(110deg, #fff 0 58%, #edf4ff 58% 100%);
}

body.public-page:not(.admin-shell) .visual-placeholder-chart {
    display: flex;
    height: 74px;
    align-items: flex-end;
    gap: 7px;
    margin-top: 10px;
    padding: 10px 12px 0;
    border: 1px solid #e8edf5;
    border-radius: 6px;
    background: #fff;
}

body.public-page:not(.admin-shell) .visual-placeholder-chart i {
    flex: 1;
    border-radius: 3px 3px 0 0;
    background: #5d86ef;
}

body.public-page:not(.admin-shell) .visual-placeholder-chart i:nth-child(1) { height: 42%; }
body.public-page:not(.admin-shell) .visual-placeholder-chart i:nth-child(2) { height: 64%; }
body.public-page:not(.admin-shell) .visual-placeholder-chart i:nth-child(3) { height: 48%; }
body.public-page:not(.admin-shell) .visual-placeholder-chart i:nth-child(4) { height: 78%; }
body.public-page:not(.admin-shell) .visual-placeholder-chart i:nth-child(5) { height: 58%; }
body.public-page:not(.admin-shell) .visual-placeholder-chart i:nth-child(6) { height: 88%; }

body.public-page:not(.admin-shell) .visual-placeholder-lines {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}

body.public-page:not(.admin-shell) .visual-placeholder-lines i {
    height: 7px;
    border-radius: 3px;
    background: linear-gradient(90deg, #dce3ee 0 28%, #edf1f7 28% 100%);
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section {
    background: #f6f8fb !important;
    color: var(--ui-ink) !important;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .section-heading h2 {
    color: var(--ui-ink-deep) !important;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .section-heading p {
    color: var(--ui-muted) !important;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-list {
    display: grid !important;
    gap: 18px !important;
    border: 0 !important;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card {
    position: relative;
    display: grid;
    min-height: 318px;
    align-items: center;
    gap: 34px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 8px;
    background: #fff;
    grid-template-columns: minmax(0, 1fr) 450px;
    padding: 30px;
    box-shadow: 0 16px 40px rgba(31, 54, 104, .08);
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--ui-blue), var(--ui-teal));
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card:hover {
    transform: translateY(-2px);
    border-color: rgba(45, 101, 239, .24);
    box-shadow: 0 20px 46px rgba(31, 54, 104, .12);
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-copy {
    min-width: 0;
    padding-left: 4px;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .module-order {
    display: inline-flex;
    width: 48px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe7f5;
    border-radius: 6px;
    background: #f7faff;
    color: var(--ui-blue) !important;
    font-size: 13px;
    font-weight: 900;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card h3 {
    margin: 18px 0 0 !important;
    color: var(--ui-ink-deep) !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.28 !important;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card p {
    max-width: 620px;
    margin: 10px 0 0 !important;
    color: var(--ui-muted) !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-detail-grid {
    display: grid;
    gap: 10px 12px;
    margin-top: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-detail-grid span {
    display: inline-flex;
    min-width: 0;
    min-height: 38px;
    align-items: center;
    gap: 8px;
    border: 1px solid #e6ebf4;
    border-radius: 6px;
    background: #f8fafc;
    padding: 8px 10px;
    color: #455166 !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-detail-grid svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    color: var(--ui-teal);
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-media {
    min-width: 0;
    height: 258px;
    overflow: hidden;
    border: 1px solid #dfe7f4;
    border-radius: 8px;
    background: #eef4ff;
}

body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.public-page:not(.admin-shell) .module-preview {
    display: flex;
    height: 100%;
    min-height: 258px;
    flex-direction: column;
    overflow: hidden;
    background: #f5f7fb;
}

body.public-page:not(.admin-shell) .module-preview-topbar {
    display: grid;
    height: 38px;
    align-items: center;
    border-bottom: 1px solid #e8edf5;
    background: #fff;
    grid-template-columns: 64px 1fr auto;
    padding: 0 12px;
    color: #546078;
}

body.public-page:not(.admin-shell) .module-preview-topbar div {
    display: flex;
    gap: 5px;
}

body.public-page:not(.admin-shell) .module-preview-topbar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6b6b;
}

body.public-page:not(.admin-shell) .module-preview-topbar span:nth-child(2) { background: #ffc857; }
body.public-page:not(.admin-shell) .module-preview-topbar span:nth-child(3) { background: #34d399; }

body.public-page:not(.admin-shell) .module-preview-topbar strong {
    overflow: hidden;
    color: #22304a;
    font-size: 12px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) .module-preview-topbar em {
    border-radius: 4px;
    background: #edf7f5;
    padding: 4px 7px;
    color: #12957e;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

body.public-page:not(.admin-shell) .module-preview-body {
    display: grid;
    flex: 1;
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
}

body.public-page:not(.admin-shell) .module-preview-nav {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 13px;
    padding-top: 16px;
    background: #20365f;
}

body.public-page:not(.admin-shell) .module-preview-nav span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: rgba(255, 255, 255, .62);
}

body.public-page:not(.admin-shell) .module-preview-nav span.is-active {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

body.public-page:not(.admin-shell) .module-preview-nav svg {
    width: 15px;
    height: 15px;
}

body.public-page:not(.admin-shell) .module-preview-content {
    min-width: 0;
    padding: 15px;
}

body.public-page:not(.admin-shell) .module-preview-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

body.public-page:not(.admin-shell) .module-preview-heading small {
    display: block;
    color: #8a95a8;
    font-size: 10px;
    font-weight: 800;
}

body.public-page:not(.admin-shell) .module-preview-heading b {
    display: block;
    margin-top: 2px;
    color: #27344e;
    font-size: 14px;
    line-height: 1.25;
}

body.public-page:not(.admin-shell) .module-preview-heading svg {
    width: 16px;
    height: 16px;
    color: #9aa5b6;
}

body.public-page:not(.admin-shell) .module-preview-stats {
    display: grid;
    gap: 8px;
    margin-top: 12px;
    grid-template-columns: repeat(3, 1fr);
}

body.public-page:not(.admin-shell) .module-preview-stats div {
    min-width: 0;
    border: 1px solid #e7edf6;
    border-radius: 6px;
    background: #fff;
    padding: 9px;
}

body.public-page:not(.admin-shell) .module-preview-stats span {
    display: block;
    overflow: hidden;
    color: #8a95a8;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) .module-preview-stats strong {
    display: block;
    margin-top: 4px;
    color: #22304a;
    font-size: 14px;
    line-height: 1.1;
}

body.public-page:not(.admin-shell) .module-preview-grid {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    grid-template-columns: 1fr 1fr;
}

body.public-page:not(.admin-shell) .module-preview-list {
    display: grid;
    gap: 6px;
}

body.public-page:not(.admin-shell) .module-preview-list span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    border: 1px solid #e7edf6;
    border-radius: 5px;
    background: #fff;
    padding: 7px 8px;
    color: #536078;
    font-size: 10px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) .module-preview-list i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--ui-blue);
}

body.public-page:not(.admin-shell) .module-preview-chart {
    display: flex;
    height: 98px;
    align-items: flex-end;
    gap: 7px;
    border: 1px solid #e7edf6;
    border-radius: 6px;
    background: #fff;
    padding: 12px 12px 0;
}

body.public-page:not(.admin-shell) .module-preview-chart i {
    flex: 1;
    height: var(--h);
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #5f84ef, #27b6d6);
}

body.public-page:not(.admin-shell) .module-preview-2 .module-preview-chart i,
body.public-page:not(.admin-shell) .module-preview-5 .module-preview-chart i {
    background: linear-gradient(180deg, #7a5cf4, #4ca2ff);
}

body.public-page:not(.admin-shell) .module-preview-3 .module-preview-chart i,
body.public-page:not(.admin-shell) .module-preview-6 .module-preview-chart i {
    background: linear-gradient(180deg, #18b89a, #3f8cff);
}

body.public-page:not(.admin-shell) .product-visual {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 258px;
    flex-direction: column;
    overflow: hidden;
    background: #f5f7fb;
    color: #22304a;
}

body.public-page:not(.admin-shell) .product-visual-home {
    min-height: 288px;
    border: 1px solid #dfe7f4;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(34, 60, 112, .1);
}

body.public-page.page-features:not(.admin-shell) .feature-module-media:has(.room-status-visual) {
    height: 320px;
}

body.public-page:not(.admin-shell) .visual-browser-bar {
    display: grid;
    height: 36px;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #e8edf5;
    background: #fff;
    grid-template-columns: 12px 12px 12px 1fr;
    padding: 0 12px;
}

body.public-page:not(.admin-shell) .visual-browser-bar span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff6b6b;
}

body.public-page:not(.admin-shell) .visual-browser-bar span:nth-child(2) { background: #ffc857; }
body.public-page:not(.admin-shell) .visual-browser-bar span:nth-child(3) { background: #34d399; }

body.public-page:not(.admin-shell) .visual-browser-bar strong {
    overflow: hidden;
    padding-left: 6px;
    color: #27344e;
    font-size: 12px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) .room-status-tabs {
    display: grid;
    flex: 0 0 auto;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #e8edf5;
    background: #fff;
}

body.public-page:not(.admin-shell) .room-status-tabs span {
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #66738a;
    font-size: 11px;
    font-weight: 900;
}

body.public-page:not(.admin-shell) .room-status-tabs .is-active {
    background: #2d65ef;
    color: #fff;
}

body.public-page:not(.admin-shell) .room-status-screens {
    display: grid;
    flex: 1;
    min-height: 0;
    gap: 10px;
    padding: 12px;
    grid-template-columns: 1fr 1fr;
}

body.public-page:not(.admin-shell) .room-day-screen,
body.public-page:not(.admin-shell) .room-calendar-screen {
    overflow: hidden;
    border: 1px solid #e2e8f2;
    border-radius: 7px;
    background: #fff;
}

body.public-page:not(.admin-shell) .room-day-screen {
    display: grid;
    grid-template-columns: 78px 1fr;
}

body.public-page:not(.admin-shell) .room-filter-panel {
    padding: 10px 8px;
    border-right: 1px solid #e8edf5;
    background: #fff;
}

body.public-page:not(.admin-shell) .room-search {
    height: 18px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #edf2f8;
}

body.public-page:not(.admin-shell) .room-filter-panel b,
body.public-page:not(.admin-shell) .calendar-head b,
body.public-page:not(.admin-shell) .dashboard-rank b,
body.public-page:not(.admin-shell) .dashboard-donut b {
    display: block;
    color: #25314a;
    font-size: 10px;
    font-weight: 900;
}

body.public-page:not(.admin-shell) .room-filter-panel p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 8px 0 0 !important;
    color: #6b7689 !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
}

body.public-page:not(.admin-shell) .room-filter-panel i {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #dfe5ef;
}

body.public-page:not(.admin-shell) .room-filter-panel i.booked { background: #efa93a; }
body.public-page:not(.admin-shell) .room-filter-panel i.live { background: #2d8cff; }

body.public-page:not(.admin-shell) .room-card-grid {
    display: grid;
    min-width: 0;
    gap: 7px;
    padding: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.public-page:not(.admin-shell) .room-card-grid article {
    min-width: 0;
    min-height: 48px;
    border: 1px solid #e6ebf3;
    border-radius: 5px;
    background: #fff;
    padding: 7px;
}

body.public-page:not(.admin-shell) .room-card-grid article.is-booked { border-color: #efa93a; background: #efa93a; color: #fff; }
body.public-page:not(.admin-shell) .room-card-grid article.is-live { border-color: #2d8cff; background: #2d8cff; color: #fff; }
body.public-page:not(.admin-shell) .room-card-grid article.is-repair { border-color: #f36b71; background: #f36b71; color: #fff; }

body.public-page:not(.admin-shell) .room-card-grid strong,
body.public-page:not(.admin-shell) .room-card-grid span,
body.public-page:not(.admin-shell) .room-card-grid small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) .room-card-grid strong { font-size: 12px; line-height: 1.1; }
body.public-page:not(.admin-shell) .room-card-grid span { margin-top: 4px; color: inherit; font-size: 8px; opacity: .88; }
body.public-page:not(.admin-shell) .room-card-grid small { margin-top: 3px; font-size: 8px; opacity: .72; }

body.public-page:not(.admin-shell) .calendar-head {
    display: flex;
    height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 10px;
    border-bottom: 1px solid #e8edf5;
}

body.public-page:not(.admin-shell) .calendar-head span {
    overflow: hidden;
    color: #7a8597;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) .calendar-grid {
    display: grid;
    gap: 1px;
    padding: 9px;
    grid-template-columns: 34px repeat(6, 1fr);
    background: #eef2f7;
}

body.public-page:not(.admin-shell) .calendar-grid .room-name,
body.public-page:not(.admin-shell) .calendar-grid i {
    display: block;
    height: 32px;
    background: #fff;
}

body.public-page:not(.admin-shell) .calendar-grid .room-name {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #49566c;
    font-size: 9px;
    font-weight: 900;
}

body.public-page:not(.admin-shell) .calendar-grid i.is-booked { background: #9a6a18; }
body.public-page:not(.admin-shell) .calendar-grid i.is-live { background: #2d8cff; }

body.public-page:not(.admin-shell) .dashboard-shell {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

body.public-page:not(.admin-shell) .dashboard-cards {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

body.public-page:not(.admin-shell) .dashboard-cards article {
    border: 1px solid #e6ebf3;
    border-top: 3px solid #2d65ef;
    border-radius: 7px;
    background: #fff;
    padding: 9px 10px;
}

body.public-page:not(.admin-shell) .dashboard-cards article:nth-child(2) { border-top-color: #18b89a; }
body.public-page:not(.admin-shell) .dashboard-cards article:nth-child(3) { border-top-color: #ff9f2f; }

body.public-page:not(.admin-shell) .dashboard-cards span {
    display: block;
    color: #7b8798;
    font-size: 9px;
    font-weight: 800;
}

body.public-page:not(.admin-shell) .dashboard-cards strong {
    display: block;
    margin-top: 6px;
    color: #132033;
    font-size: 16px;
    line-height: 1;
}

body.public-page:not(.admin-shell) .dashboard-main {
    display: grid;
    min-height: 0;
    flex: 1;
    gap: 10px;
    grid-template-columns: 1.55fr .85fr;
}

body.public-page:not(.admin-shell) .dashboard-chart,
body.public-page:not(.admin-shell) .dashboard-donut,
body.public-page:not(.admin-shell) .dashboard-rank {
    overflow: hidden;
    border: 1px solid #e6ebf3;
    border-radius: 7px;
    background: #fff;
}

body.public-page:not(.admin-shell) .chart-title {
    display: flex;
    height: 32px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #edf1f7;
}

body.public-page:not(.admin-shell) .chart-title b {
    color: #25314a;
    font-size: 10px;
    font-weight: 900;
}

body.public-page:not(.admin-shell) .chart-title small {
    color: #7c8799;
    font-size: 8px;
}

body.public-page:not(.admin-shell) .chart-lines {
    display: flex;
    height: 92px;
    align-items: flex-end;
    gap: 5px;
    padding: 10px 12px 0;
    background:
        linear-gradient(#eef2f7 1px, transparent 1px) 0 0 / 100% 25%,
        linear-gradient(180deg, rgba(45, 101, 239, .08), rgba(24, 184, 154, .1));
}

body.public-page:not(.admin-shell) .chart-lines i {
    flex: 1;
    height: 32%;
    border-radius: 4px 4px 0 0;
    background: #2d65ef;
}

body.public-page:not(.admin-shell) .chart-lines i:nth-child(2) { height: 78%; }
body.public-page:not(.admin-shell) .chart-lines i:nth-child(3) { height: 72%; }
body.public-page:not(.admin-shell) .chart-lines i:nth-child(4) { height: 68%; }
body.public-page:not(.admin-shell) .chart-lines i:nth-child(5) { height: 82%; background: #18b89a; }
body.public-page:not(.admin-shell) .chart-lines i:nth-child(6) { height: 86%; background: #18b89a; }
body.public-page:not(.admin-shell) .chart-lines i:nth-child(7) { height: 40%; background: #18b89a; }

body.public-page:not(.admin-shell) .dashboard-donut {
    display: grid;
    place-items: center;
    padding: 10px;
    text-align: center;
}

body.public-page:not(.admin-shell) .dashboard-donut div {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(#8acb73 0 82%, #5f84ef 82% 90%, #ffca54 90% 96%, #f36b71 96% 100%);
}

body.public-page:not(.admin-shell) .dashboard-donut div span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
}

body.public-page:not(.admin-shell) .dashboard-donut small {
    display: block;
    color: #7a8597;
    font-size: 9px;
}

body.public-page:not(.admin-shell) .dashboard-rank {
    display: grid;
    min-height: 36px;
    align-items: center;
    gap: 8px;
    grid-template-columns: auto 1fr auto;
    padding: 0 10px;
}

body.public-page:not(.admin-shell) .dashboard-rank span {
    overflow: hidden;
    color: #59667c;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.public-page:not(.admin-shell) .dashboard-rank strong {
    color: #172033;
    font-size: 11px;
}

@media (max-width: 1023px) {
    body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-media {
        height: 300px;
    }
}

@media (max-width: 767px) {
    body.public-page:not(.admin-shell) .visual-placeholder {
        min-height: 190px !important;
        padding: 16px !important;
    }

    body.public-page:not(.admin-shell) .visual-placeholder-body {
        min-height: 150px;
        grid-template-columns: 38px 1fr;
    }

    body.public-page:not(.admin-shell) .visual-placeholder-cards {
        grid-template-columns: 1fr 1fr;
    }

    body.public-page:not(.admin-shell) .visual-placeholder-cards i:nth-child(3),
    body.public-page:not(.admin-shell) .visual-placeholder-lines {
        display: none;
    }

    body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card {
        min-height: 0;
        padding: 22px;
    }

    body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-card h3 {
        font-size: 23px !important;
    }

    body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-detail-grid {
        grid-template-columns: 1fr;
    }

    body.public-page.page-features:not(.admin-shell) main > section.section-band.public-module-section .feature-module-media {
        height: 248px;
    }

    body.public-page:not(.admin-shell) .module-preview {
        min-height: 248px;
    }

    body.public-page:not(.admin-shell) .module-preview-topbar {
        grid-template-columns: 50px 1fr;
    }

    body.public-page:not(.admin-shell) .module-preview-topbar em,
    body.public-page:not(.admin-shell) .module-preview-chart {
        display: none;
    }

    body.public-page:not(.admin-shell) .module-preview-body {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body.public-page:not(.admin-shell) .module-preview-content {
        padding: 12px;
    }

    body.public-page:not(.admin-shell) .module-preview-stats,
    body.public-page:not(.admin-shell) .module-preview-grid {
        grid-template-columns: 1fr;
    }

    body.public-page:not(.admin-shell) .module-preview-list {
        grid-template-columns: 1fr 1fr;
    }
}

/* Client download page: one installer card + update timeline. */
body.page-downloads:not(.admin-shell) .download-client-hero {
    position: relative;
    margin-top: 70px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(84, 56, 230, .96) 0%, rgba(45, 104, 240, .94) 55%, rgba(28, 123, 242, .92) 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .09) 0 1px, transparent 1px 104px) !important;
    color: #fff !important;
}

body.page-downloads:not(.admin-shell) .download-client-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 20%, rgba(0, 224, 255, .2), transparent 28%),
        radial-gradient(circle at 18% 78%, rgba(255, 255, 255, .14), transparent 32%);
    pointer-events: none;
}

body.page-downloads:not(.admin-shell) .download-client-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(calc(100% - 40px), var(--ui-container));
    min-height: 560px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
    gap: 58px;
    align-items: center;
    margin: 0 auto;
    padding: 76px 0 68px;
}

body.page-downloads:not(.admin-shell) .download-client-copy .page-title {
    max-width: 820px !important;
    margin-top: 0 !important;
    color: #fff !important;
}

body.page-downloads:not(.admin-shell) .download-client-copy .page-summary {
    max-width: 760px !important;
    color: rgba(255, 255, 255, .78) !important;
}

body.page-downloads:not(.admin-shell) .download-client-copy .page-breadcrumb,
body.page-downloads:not(.admin-shell) .download-client-copy .page-breadcrumb a {
    color: rgba(255, 255, 255, .68) !important;
}

body.page-downloads:not(.admin-shell) .download-client-copy .page-kicker {
    border-color: rgba(255, 255, 255, .26) !important;
    background: rgba(255, 255, 255, .09) !important;
    color: #dffeff !important;
}

body.page-downloads:not(.admin-shell) .download-client-copy .btn-ghost {
    border-color: rgba(255, 255, 255, .38) !important;
    color: #fff !important;
}

body.page-downloads:not(.admin-shell) .client-download-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    background: rgba(255, 255, 255, .14);
    padding: 34px;
    box-shadow: 0 30px 90px rgba(11, 28, 84, .26);
    backdrop-filter: blur(18px);
}

body.page-downloads:not(.admin-shell) .client-download-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 210px;
    height: 210px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
}

body.page-downloads:not(.admin-shell) .client-card-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background: #dfffea;
    padding: 7px 12px;
    color: #006b54;
    font-size: 13px;
    font-weight: 900;
}

body.page-downloads:not(.admin-shell) .client-card-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    margin-top: 28px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

body.page-downloads:not(.admin-shell) .client-card-icon svg {
    width: 28px;
    height: 28px;
}

body.page-downloads:not(.admin-shell) .client-download-card h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff !important;
    font-size: 31px;
    line-height: 1.22;
    font-weight: 950;
}

body.page-downloads:not(.admin-shell) .client-download-card p {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.8;
}

body.page-downloads:not(.admin-shell) .client-meta-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

body.page-downloads:not(.admin-shell) .client-meta-grid span {
    display: grid;
    gap: 4px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .13);
    padding: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

body.page-downloads:not(.admin-shell) .client-meta-grid b {
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

body.page-downloads:not(.admin-shell) .client-download-actions {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

body.page-downloads:not(.admin-shell) .client-download-button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    border-radius: 6px;
    background: #ff9824;
    color: #fff !important;
    font-size: 15px;
    font-weight: 950;
    text-decoration: none !important;
    box-shadow: 0 16px 32px rgba(255, 152, 36, .25);
}

body.page-downloads:not(.admin-shell) .client-download-actions .client-download-button {
    margin-top: 0;
}

body.page-downloads:not(.admin-shell) .client-download-button.is-secondary {
    border: 1px solid rgba(255, 255, 255, .45);
    background: rgba(255, 255, 255, .14);
    box-shadow: none;
}

body.page-downloads:not(.admin-shell) .client-download-button.is-secondary:hover {
    background: rgba(255, 255, 255, .22);
}

body.page-downloads:not(.admin-shell) .client-download-button.is-disabled {
    background: rgba(255, 255, 255, .18);
    box-shadow: none;
}

body.page-downloads:not(.admin-shell) .client-update-section {
    background: #eef5ff !important;
}

body.page-downloads:not(.admin-shell) .client-update-head {
    max-width: 820px;
    margin: 0 auto 40px;
    text-align: center;
}

body.page-downloads:not(.admin-shell) .client-update-head h2 {
    margin: 0;
    color: #07111f;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.18;
    font-weight: 950;
}

body.page-downloads:not(.admin-shell) .client-update-head p {
    margin: 16px auto 0;
    color: #607089;
    font-size: 16px;
    line-height: 1.8;
}

body.page-downloads:not(.admin-shell) .client-update-panel {
    overflow: hidden;
    border: 1px solid rgba(42, 93, 194, .08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(30, 73, 135, .08);
}

body.page-downloads:not(.admin-shell) .client-update-timeline {
    max-height: 620px;
    overflow-y: auto;
    padding: 48px 52px;
    scrollbar-color: rgba(26, 105, 244, .42) rgba(234, 240, 250, .86);
    scrollbar-width: thin;
}

body.page-downloads:not(.admin-shell) .client-update-timeline::-webkit-scrollbar {
    width: 8px;
}

body.page-downloads:not(.admin-shell) .client-update-timeline::-webkit-scrollbar-track {
    background: rgba(234, 240, 250, .86);
}

body.page-downloads:not(.admin-shell) .client-update-timeline::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(26, 105, 244, .42);
}

body.page-downloads:not(.admin-shell) .client-update-item {
    position: relative;
    display: grid;
    grid-template-columns: 132px 38px minmax(0, 1fr);
    gap: 24px;
    padding: 0 0 38px;
}

body.page-downloads:not(.admin-shell) .client-update-item:last-child {
    padding-bottom: 0;
}

body.page-downloads:not(.admin-shell) .client-update-item::before {
    content: "";
    position: absolute;
    top: 26px;
    bottom: -8px;
    left: 151px;
    width: 1px;
    background: repeating-linear-gradient(to bottom, #d9e2ef 0 6px, transparent 6px 12px);
}

body.page-downloads:not(.admin-shell) .client-update-item:last-child::before {
    display: none;
}

body.page-downloads:not(.admin-shell) .client-update-item time {
    padding-top: 6px;
    color: #8c96a5;
    font-size: 18px;
    font-weight: 800;
}

body.page-downloads:not(.admin-shell) .client-update-dot {
    position: relative;
    z-index: 1;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 999px;
    background: #d9eaff;
}

body.page-downloads:not(.admin-shell) .client-update-dot span {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #1477ff;
}

body.page-downloads:not(.admin-shell) .client-update-item.is-current .client-update-dot {
    background: #cde4ff;
    box-shadow: 0 0 0 6px rgba(20, 119, 255, .08);
}

body.page-downloads:not(.admin-shell) .client-update-content {
    min-width: 0;
}

body.page-downloads:not(.admin-shell) .client-update-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

body.page-downloads:not(.admin-shell) .client-update-title h3 {
    margin: 0;
    color: #0570ff;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
}

body.page-downloads:not(.admin-shell) .client-update-title em {
    border-radius: 6px;
    background: #eef4fb;
    padding: 5px 9px;
    color: #314360;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
}

body.page-downloads:not(.admin-shell) .client-update-title svg {
    width: 18px;
    height: 18px;
    fill: #0570ff;
    color: #0570ff;
}

body.page-downloads:not(.admin-shell) .client-update-detail-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    border: 1px solid rgba(5, 112, 255, .16);
    border-radius: 999px;
    background: #f0f7ff;
    padding: 7px 11px;
    color: #0570ff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

body.page-downloads:not(.admin-shell) .client-update-detail-toggle:hover,
body.page-downloads:not(.admin-shell) .client-update-detail-toggle[aria-expanded="true"] {
    border-color: rgba(5, 112, 255, .3);
    background: #0570ff;
    color: #fff;
}

body.page-downloads:not(.admin-shell) .client-update-detail-toggle svg {
    transition: transform .2s ease;
}

body.page-downloads:not(.admin-shell) .client-update-detail-toggle:hover svg,
body.page-downloads:not(.admin-shell) .client-update-detail-toggle[aria-expanded="true"] svg {
    fill: #fff;
    color: #fff;
}

body.page-downloads:not(.admin-shell) .client-update-detail-toggle[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

body.page-downloads:not(.admin-shell) .client-update-content p {
    margin: 12px 0 0;
    color: #1b2332;
    font-size: 16px;
    line-height: 1.75;
}

body.page-downloads:not(.admin-shell) .client-update-detail {
    margin-top: 14px;
    border: 1px solid rgba(20, 119, 255, .12);
    border-left: 3px solid #1477ff;
    border-radius: 8px;
    background: #f8fbff;
    padding: 16px 18px;
}

body.page-downloads:not(.admin-shell) .client-update-detail[hidden] {
    display: none;
}

body.page-downloads:not(.admin-shell) .client-update-detail-label {
    color: #0570ff;
    font-size: 13px;
    font-weight: 950;
}

body.page-downloads:not(.admin-shell) .client-update-detail p {
    margin-top: 8px;
    color: #314360;
    font-size: 15px;
    line-height: 1.8;
}

body.page-downloads:not(.admin-shell) .client-update-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

body.page-downloads:not(.admin-shell) .client-update-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    background: #eaf7f3;
    padding: 7px 10px;
    color: #087563;
    font-size: 13px;
    font-weight: 900;
}

body.page-downloads:not(.admin-shell) .client-update-links svg {
    width: 15px;
    height: 15px;
}

body.page-downloads:not(.admin-shell) .client-update-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

body.page-downloads:not(.admin-shell) .client-update-tags span {
    border-radius: 999px;
    background: #e7f7f2;
    padding: 6px 10px;
    color: #087563;
    font-size: 12px;
    font-weight: 900;
}

body.page-downloads:not(.admin-shell) .client-update-empty {
    padding: 70px 24px;
    text-align: center;
}

body.page-downloads:not(.admin-shell) .client-update-empty svg {
    width: 44px;
    height: 44px;
    color: #1477ff;
}

body.page-downloads:not(.admin-shell) .client-update-empty h3 {
    margin: 16px 0 0;
    color: #07111f;
    font-size: 24px;
    font-weight: 950;
}

body.page-downloads:not(.admin-shell) .client-update-empty p {
    margin: 10px 0 0;
    color: #607089;
}

/* Remove decorative eyebrow/breadcrumb badges from the public site. */
body.public-page:not(.admin-shell) .hero-kicker,
body.public-page:not(.admin-shell) .page-breadcrumb,
body.public-page:not(.admin-shell) .page-kicker,
body.public-page:not(.admin-shell) .section-heading .eyebrow,
body.public-page:not(.admin-shell) .eyebrow {
    display: none !important;
}

body.page-home:not(.admin-shell) .hero-content h1,
body.page-home:not(.admin-shell) .hero-content .hero-heading,
body.public-page:not(.admin-shell):not(.page-home) .page-title,
body.public-page:not(.admin-shell) .section-heading h2,
body.public-page:not(.admin-shell):not(.page-home) .section-heading h2 {
    margin-top: 0 !important;
}

@media (max-width: 1023px) {
    body.page-downloads:not(.admin-shell) .download-client-hero-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 767px) {
    body.page-downloads:not(.admin-shell) .download-client-hero {
        margin-top: 64px;
    }

    body.page-downloads:not(.admin-shell) .download-client-hero-inner {
        width: calc(100% - 32px);
        min-height: 0;
        padding: 52px 0 44px;
    }

    body.page-downloads:not(.admin-shell) .client-download-card {
        padding: 24px;
    }

    body.page-downloads:not(.admin-shell) .client-download-card h2 {
        font-size: 26px;
    }

    body.page-downloads:not(.admin-shell) .client-meta-grid {
        grid-template-columns: 1fr;
    }

    body.page-downloads:not(.admin-shell) .client-update-head {
        margin-bottom: 28px;
    }

    body.page-downloads:not(.admin-shell) .client-update-timeline {
        max-height: 680px;
        padding: 28px 18px;
    }

    body.page-downloads:not(.admin-shell) .client-update-item {
        grid-template-columns: 1fr 30px;
        gap: 10px 14px;
        padding-bottom: 34px;
    }

    body.page-downloads:not(.admin-shell) .client-update-item::before {
        top: 62px;
        bottom: 0;
        left: 14px;
    }

    body.page-downloads:not(.admin-shell) .client-update-item time {
        grid-column: 1 / -1;
        padding-top: 0;
        font-size: 15px;
    }

    body.page-downloads:not(.admin-shell) .client-update-dot {
        grid-column: 1;
        grid-row: 2;
        width: 30px;
        height: 30px;
    }

    body.page-downloads:not(.admin-shell) .client-update-dot span {
        width: 12px;
        height: 12px;
    }

    body.page-downloads:not(.admin-shell) .client-update-content {
        grid-column: 1 / -1;
        padding-left: 44px;
        margin-top: -38px;
    }

    body.page-downloads:not(.admin-shell) .client-update-title h3 {
        font-size: 18px;
    }

    body.page-downloads:not(.admin-shell) .client-update-detail-toggle {
        margin-left: 0;
    }

    body.page-downloads:not(.admin-shell) .client-update-content p {
        font-size: 14px;
    }

    body.page-downloads:not(.admin-shell) .client-update-detail {
        padding: 14px;
    }
}

/* Contact page refresh */
body.page-contact:not(.admin-shell) .contact-hero {
    min-height: 320px !important;
    background: linear-gradient(118deg, #071a3a 0%, #1f57df 55%, #256ff0 100%) !important;
}

body.page-contact:not(.admin-shell) .contact-hero::before {
    background:
        radial-gradient(circle at 76% 30%, rgba(255, 255, 255, .22), transparent 30%),
        linear-gradient(90deg, rgba(8, 18, 41, .78), rgba(31, 92, 224, .34)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 86px) !important;
}

body.page-contact:not(.admin-shell) .contact-hero .page-hero-inner {
    min-height: 320px !important;
}

body.page-contact:not(.admin-shell) main > section.section-band.contact-channels-section,
body.page-contact:not(.admin-shell) .contact-channels-section {
    position: relative;
    overflow: hidden;
    background: #f6f8fc !important;
    color: var(--ui-ink) !important;
}

body.page-contact:not(.admin-shell) .contact-channels-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 210px;
    background: linear-gradient(180deg, rgba(45, 101, 239, .10), transparent);
    pointer-events: none;
}

body.page-contact:not(.admin-shell) .contact-channels-section .site-container,
body.page-contact:not(.admin-shell) .contact-form-section .site-container {
    position: relative;
    z-index: 2;
}

body.page-contact:not(.admin-shell) .contact-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

body.page-contact:not(.admin-shell) .contact-section-head h2,
body.page-contact:not(.admin-shell) .contact-form-title h2,
body.page-contact:not(.admin-shell) .contact-service-card h2 {
    margin: 0;
    color: var(--ui-ink-deep) !important;
    font-size: 30px;
    font-weight: 950;
    line-height: 1.35;
}

body.page-contact:not(.admin-shell) .contact-section-head p,
body.page-contact:not(.admin-shell) .contact-form-title p {
    margin: 10px 0 0 !important;
    color: var(--ui-muted) !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

body.page-contact:not(.admin-shell) .contact-channel-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-contact:not(.admin-shell) .contact-channel-card {
    position: relative;
    overflow: hidden;
    min-height: 176px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    padding: 28px;
    box-shadow: 0 18px 46px rgba(22, 39, 78, .07);
}

body.page-contact:not(.admin-shell) .contact-channel-card::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -52px;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: rgba(45, 101, 239, .08);
}

body.page-contact:not(.admin-shell) .contact-channel-card > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 12px;
    background: #eef4ff;
    color: var(--ui-blue);
}

body.page-contact:not(.admin-shell) .contact-channel-card svg {
    width: 22px;
    height: 22px;
}

body.page-contact:not(.admin-shell) .contact-channel-card h3 {
    margin: 22px 0 0;
    color: var(--ui-ink-deep);
    font-size: 18px;
    font-weight: 950;
}

body.page-contact:not(.admin-shell) .contact-channel-card p,
body.page-contact:not(.admin-shell) .contact-channel-card a {
    display: block;
    margin: 10px 0 0 !important;
    color: var(--ui-muted) !important;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.75 !important;
}

body.page-contact:not(.admin-shell) .contact-channel-card a:hover {
    color: var(--ui-blue) !important;
}

body.page-contact:not(.admin-shell) .contact-form-section {
    background: #fff !important;
}

body.page-contact:not(.admin-shell) .contact-consult-grid {
    display: grid;
    align-items: stretch;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 420px;
}

body.page-contact:not(.admin-shell) .contact-form-card,
body.page-contact:not(.admin-shell) .contact-service-card {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(18, 36, 80, .08);
}

body.page-contact:not(.admin-shell) .contact-form-card {
    display: grid;
    gap: 14px;
    padding: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-contact:not(.admin-shell) .contact-form-title,
body.page-contact:not(.admin-shell) .contact-form-card textarea,
body.page-contact:not(.admin-shell) .contact-form-card button {
    grid-column: 1 / -1;
}

body.page-contact:not(.admin-shell) .contact-form-card .form-control {
    min-height: 48px;
    border: 1px solid #dce3f1;
    border-radius: 10px;
    background: #fbfdff;
    color: var(--ui-ink);
    font-size: 14px;
}

body.page-contact:not(.admin-shell) .contact-form-card textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

body.page-contact:not(.admin-shell) .contact-form-card .form-control:focus {
    border-color: rgba(45, 101, 239, .72);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(45, 101, 239, .10);
    outline: 0;
}

body.page-contact:not(.admin-shell) .contact-service-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    padding: 34px;
    background:
        linear-gradient(145deg, rgba(45, 101, 239, .08), transparent 44%),
        #f7faff;
}

body.page-contact:not(.admin-shell) .contact-step-list {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

body.page-contact:not(.admin-shell) .contact-step-list div {
    position: relative;
    border: 1px solid rgba(45, 101, 239, .10);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    padding: 18px 18px 18px 64px;
}

body.page-contact:not(.admin-shell) .contact-step-list span {
    position: absolute;
    top: 18px;
    left: 18px;
    color: rgba(45, 101, 239, .28);
    font-size: 22px;
    font-weight: 950;
}

body.page-contact:not(.admin-shell) .contact-step-list strong {
    display: block;
    color: var(--ui-ink-deep);
    font-size: 15px;
    font-weight: 950;
}

body.page-contact:not(.admin-shell) .contact-step-list p,
body.page-contact:not(.admin-shell) .contact-scope-box p {
    margin: 7px 0 0 !important;
    color: var(--ui-muted) !important;
    font-size: 12px !important;
    line-height: 1.75 !important;
}

body.page-contact:not(.admin-shell) .contact-scope-box {
    margin-top: auto;
    border-radius: 16px;
    background: linear-gradient(120deg, #205ee8, #694eea);
    padding: 22px;
    color: #fff;
}

body.page-contact:not(.admin-shell) .contact-scope-box h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
}

body.page-contact:not(.admin-shell) .contact-scope-box p {
    color: rgba(255, 255, 255, .82) !important;
}

body.public-page:not(.admin-shell) .footer-service-note {
    max-width: 220px;
    margin: 0 !important;
    color: rgba(255, 255, 255, .68) !important;
    font-size: 13px !important;
    line-height: 1.8 !important;
}

@media (max-width: 1023px) {
    body.page-contact:not(.admin-shell) .contact-channel-grid,
    body.page-contact:not(.admin-shell) .contact-consult-grid {
        grid-template-columns: 1fr;
    }

    body.page-contact:not(.admin-shell) .contact-section-head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    body.page-contact:not(.admin-shell) .contact-hero,
    body.page-contact:not(.admin-shell) .contact-hero .page-hero-inner {
        min-height: 300px !important;
    }

    body.page-contact:not(.admin-shell) .contact-section-head h2,
    body.page-contact:not(.admin-shell) .contact-form-title h2,
    body.page-contact:not(.admin-shell) .contact-service-card h2 {
        font-size: 24px;
    }

    body.page-contact:not(.admin-shell) .contact-channel-card,
    body.page-contact:not(.admin-shell) .contact-form-card,
    body.page-contact:not(.admin-shell) .contact-service-card {
        border-radius: 14px;
        padding: 22px;
    }

    body.page-contact:not(.admin-shell) .contact-form-card {
        grid-template-columns: 1fr;
    }
}

/* Final readability fixes for dark article/timeline sections */
body.page-about:not(.admin-shell) .about-timeline-section,
body.page-help:not(.admin-shell) .help-list-section {
    background: #07111f !important;
}

body.page-about:not(.admin-shell) .about-timeline-section .section-heading h2,
body.page-help:not(.admin-shell) .help-list-section .section-heading h2 {
    color: #fff !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .24);
}

body.page-about:not(.admin-shell) .about-timeline-section .section-heading p,
body.page-help:not(.admin-shell) .help-list-section .section-heading p {
    color: rgba(255, 255, 255, .74) !important;
}

/* Business/tech background refresh: avoid flat black blocks on public pages */
body.page-about:not(.admin-shell) .about-timeline-section,
body.page-help:not(.admin-shell) .help-list-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(45, 101, 239, .16), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(106, 77, 245, .14), transparent 30%),
        linear-gradient(135deg, #f2f7ff 0%, #edf4ff 48%, #f8fbff 100%) !important;
    color: var(--ui-ink) !important;
}

body.page-about:not(.admin-shell) .about-timeline-section::before,
body.page-help:not(.admin-shell) .help-list-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .72;
    background-image:
        linear-gradient(rgba(45, 101, 239, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 101, 239, .08) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

body.page-about:not(.admin-shell) .about-timeline-section > div,
body.page-help:not(.admin-shell) .help-list-section > div {
    position: relative;
    z-index: 1;
}

body.page-about:not(.admin-shell) .about-timeline-section .section-heading h2,
body.page-help:not(.admin-shell) .help-list-section .section-heading h2 {
    color: var(--ui-ink-deep) !important;
    text-shadow: none !important;
}

body.page-about:not(.admin-shell) .about-timeline-section .section-heading p,
body.page-help:not(.admin-shell) .help-list-section .section-heading p {
    color: #64748b !important;
}

body.page-about:not(.admin-shell) .about-timeline-section .content-card,
body.page-help:not(.admin-shell) .help-list-section .content-card {
    border-color: rgba(45, 101, 239, .12) !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 22px 58px rgba(28, 64, 142, .10) !important;
}

body.public-page:not(.admin-shell) .footer-band {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 22%, rgba(121, 209, 255, .20), transparent 28%),
        radial-gradient(circle at 84% 12%, rgba(255, 255, 255, .14), transparent 30%),
        linear-gradient(135deg, #173ea8 0%, #1f63e6 52%, #5b45ea 100%) !important;
    color: #fff !important;
}

body.public-page:not(.admin-shell) .footer-band::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 255, 255, .28) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .28) 1px, transparent 1px);
    background-size: 76px 76px;
    pointer-events: none;
}

body.public-page:not(.admin-shell) .footer-band > .max-w-7xl,
body.public-page:not(.admin-shell) .footer-band > .border-t {
    position: relative;
    z-index: 1;
}

body.public-page:not(.admin-shell) .footer-band > .border-t {
    border-color: rgba(255, 255, 255, .18) !important;
}

/* Higher-specificity override for legacy nth-of-type dark section rules */
body.public-page.page-about:not(.admin-shell) main > section.section-band.about-timeline-section:nth-of-type(3),
body.public-page.page-help:not(.admin-shell) main > section.section-band.help-list-section:nth-of-type(3) {
    position: relative !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 12% 18%, rgba(45, 101, 239, .16), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(106, 77, 245, .14), transparent 30%),
        linear-gradient(135deg, #f2f7ff 0%, #edf4ff 48%, #f8fbff 100%) !important;
    color: var(--ui-ink) !important;
}

body.public-page.page-about:not(.admin-shell) main > section.section-band.about-timeline-section:nth-of-type(3)::before,
body.public-page.page-help:not(.admin-shell) main > section.section-band.help-list-section:nth-of-type(3)::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .72;
    background-image:
        linear-gradient(rgba(45, 101, 239, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 101, 239, .08) 1px, transparent 1px);
    background-size: 72px 72px;
    pointer-events: none;
}

body.public-page.page-about:not(.admin-shell) main > section.section-band.about-timeline-section:nth-of-type(3) > div,
body.public-page.page-help:not(.admin-shell) main > section.section-band.help-list-section:nth-of-type(3) > div {
    position: relative;
    z-index: 1;
}

body.public-page.page-about:not(.admin-shell) main > section.section-band.about-timeline-section:nth-of-type(3) .section-heading h2,
body.public-page.page-help:not(.admin-shell) main > section.section-band.help-list-section:nth-of-type(3) .section-heading h2 {
    color: var(--ui-ink-deep) !important;
    text-shadow: none !important;
}

body.public-page.page-about:not(.admin-shell) main > section.section-band.about-timeline-section:nth-of-type(3) .section-heading p,
body.public-page.page-help:not(.admin-shell) main > section.section-band.help-list-section:nth-of-type(3) .section-heading p {
    color: #64748b !important;
}

body.public-page.page-about:not(.admin-shell) main > section.section-band.about-timeline-section:nth-of-type(3) .content-card,
body.public-page.page-help:not(.admin-shell) main > section.section-band.help-list-section:nth-of-type(3) .content-card {
    border-color: rgba(45, 101, 239, .12) !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 22px 58px rgba(28, 64, 142, .10) !important;
}

/* Restore global footer to the previous restrained deep-blue style. */
body.public-page:not(.admin-shell) .footer-band {
    background: #202a42 !important;
}

body.public-page:not(.admin-shell) .footer-band::before {
    display: none !important;
}

body.public-page:not(.admin-shell) .footer-band > .border-t {
    border-color: rgba(255, 255, 255, .10) !important;
}

/* Help docs search page */
body.page-help:not(.admin-shell) .help-docs-hero {
    margin-top: 70px;
    padding: 72px 20px 42px;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    text-align: center;
}

body.page-help:not(.admin-shell) .help-docs-hero-inner {
    width: min(100%, 760px);
    margin: 0 auto;
}

body.page-help:not(.admin-shell) .help-docs-hero h1 {
    margin: 0;
    color: var(--ui-ink-deep);
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 950;
    letter-spacing: 0;
}

body.page-help:not(.admin-shell) .help-title-line {
    display: block;
    position: relative;
    width: 118px;
    height: 1px;
    margin: 22px auto 0;
    background: linear-gradient(90deg, transparent, #d8deea, transparent);
}

body.page-help:not(.admin-shell) .help-title-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -1px;
    width: 34px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #12a8f4;
}

body.page-help:not(.admin-shell) .help-docs-hero p {
    margin: 18px auto 0;
    max-width: 680px;
    color: #647086;
    font-size: 15px;
    line-height: 1.8;
}

body.page-help:not(.admin-shell) .help-search-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px;
    width: min(100%, 630px);
    margin: 30px auto 0;
    border: 1px solid #12a8f4;
    background: #fff;
    box-shadow: 0 16px 42px rgba(27, 91, 170, .08);
}

body.page-help:not(.admin-shell) .help-search-bar input {
    min-width: 0;
    height: 46px;
    border: 0;
    outline: 0;
    padding: 0 16px;
    color: var(--ui-ink);
    font-size: 14px;
}

body.page-help:not(.admin-shell) .help-search-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    background: #12a8f4;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
}

body.page-help:not(.admin-shell) .help-search-bar button svg {
    width: 18px;
    height: 18px;
}

body.page-help:not(.admin-shell) .help-hotwords {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 14px;
    color: #6b7486;
    font-size: 13px;
}

body.page-help:not(.admin-shell) .help-hotwords a {
    color: #5f697d;
}

body.page-help:not(.admin-shell) .help-hotwords a:hover {
    color: #12a8f4;
}

body.page-help:not(.admin-shell) .help-docs-section {
    padding: 34px 20px 86px;
    background: #fff;
}

body.page-help:not(.admin-shell) .help-docs-tabs {
    display: flex;
    width: min(100%, 760px);
    margin: 0 auto 42px;
    justify-content: center;
    gap: clamp(24px, 6vw, 70px);
}

body.page-help:not(.admin-shell) .help-docs-tabs a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 0 12px;
    color: #5d6878;
    font-size: 16px;
    font-weight: 800;
}

body.page-help:not(.admin-shell) .help-docs-tabs a svg {
    width: 18px;
    height: 18px;
}

body.page-help:not(.admin-shell) .help-docs-tabs a em {
    min-width: 20px;
    border-radius: 999px;
    background: #eef5ff;
    color: #2d65ef;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
}

body.page-help:not(.admin-shell) .help-docs-tabs a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    transform: scaleX(0);
    border-radius: 999px;
    background: #12a8f4;
    transition: transform .18s ease;
}

body.page-help:not(.admin-shell) .help-docs-tabs a:hover,
body.page-help:not(.admin-shell) .help-docs-tabs a.is-active {
    color: #12a8f4;
}

body.page-help:not(.admin-shell) .help-docs-tabs a.is-active::after {
    transform: scaleX(1);
}

body.page-help:not(.admin-shell) .help-docs-head {
    width: min(100%, var(--ui-container));
    margin: 0 auto 22px;
}

body.page-help:not(.admin-shell) .help-docs-head span {
    color: #12a8f4;
    font-size: 13px;
    font-weight: 900;
}

body.page-help:not(.admin-shell) .help-docs-head h2 {
    margin: 8px 0 0;
    color: var(--ui-ink-deep);
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 950;
}

body.page-help:not(.admin-shell) .help-docs-head p {
    max-width: 720px;
    margin: 10px 0 0;
    color: #69748a;
    line-height: 1.8;
}

body.page-help:not(.admin-shell) .help-docs-grid {
    display: grid;
    width: min(100%, var(--ui-container));
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.page-help:not(.admin-shell) .help-doc-card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    border: 1px solid var(--ui-line);
    border-radius: 12px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 16px 42px rgba(34, 56, 104, .08);
}

body.page-help:not(.admin-shell) .help-doc-card:hover {
    border-color: rgba(18, 168, 244, .35);
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(34, 89, 174, .13);
}

body.page-help:not(.admin-shell) .help-doc-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #8791a4;
    font-size: 12px;
    font-weight: 800;
}

body.page-help:not(.admin-shell) .help-doc-card-meta span {
    color: #12a8f4;
}

body.page-help:not(.admin-shell) .help-doc-card h3 {
    margin: 18px 0 0;
    color: var(--ui-ink-deep);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.45;
}

body.page-help:not(.admin-shell) .help-doc-card p {
    flex: 1;
    margin: 12px 0 0;
    color: #667186;
    font-size: 14px;
    line-height: 1.85;
}

body.page-help:not(.admin-shell) .help-doc-card mark {
    border-radius: 4px;
    background: #fff1a8;
    color: inherit;
    padding: 0 2px;
}

body.page-help:not(.admin-shell) .help-doc-card > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: #2d65ef;
    font-size: 14px;
    font-weight: 900;
}

body.page-help:not(.admin-shell) .help-doc-card > a svg {
    width: 16px;
    height: 16px;
}

body.page-help:not(.admin-shell) .help-doc-empty,
body.page-help:not(.admin-shell) .help-admin-tip {
    grid-column: 1 / -1;
    border: 1px dashed #cbd8ea;
    border-radius: 14px;
    background: #f8fbff;
    padding: 34px;
    color: #667186;
    text-align: center;
}

body.page-help:not(.admin-shell) .help-doc-empty svg {
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    color: #12a8f4;
}

body.page-help:not(.admin-shell) .help-doc-empty h3 {
    color: var(--ui-ink-deep);
    font-size: 22px;
    font-weight: 950;
}

body.page-help:not(.admin-shell) .help-admin-tip {
    display: flex;
    width: min(100%, var(--ui-container));
    margin: 24px auto 0;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
}

body.page-help:not(.admin-shell) .help-admin-tip svg {
    width: 24px;
    height: 24px;
    color: #12a8f4;
}

body.page-help:not(.admin-shell) .help-admin-tip strong {
    color: var(--ui-ink-deep);
    font-weight: 950;
}

body.page-help:not(.admin-shell) .help-admin-tip p {
    margin: 6px 0 0;
    color: #667186;
    line-height: 1.8;
}

body.page-help:not(.admin-shell) .help-docs-layout {
    display: grid;
    width: min(100%, var(--ui-container));
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 26px;
}

body.page-help:not(.admin-shell) .help-side-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.page-help:not(.admin-shell) .help-side-link svg,
body.page-help:not(.admin-shell) .help-back-link svg {
    width: 16px;
    height: 16px;
}

body.page-help:not(.admin-shell) .help-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #2d65ef;
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 1023px) {
    body.page-help:not(.admin-shell) .help-docs-hero {
        margin-top: 64px;
        padding-top: 58px;
    }

    body.page-help:not(.admin-shell) .help-docs-tabs {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 24px;
        padding-bottom: 4px;
    }

    body.page-help:not(.admin-shell) .help-docs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-help:not(.admin-shell) .help-docs-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.page-help:not(.admin-shell) .help-search-bar {
        grid-template-columns: 1fr;
    }

    body.page-help:not(.admin-shell) .help-search-bar button {
        height: 44px;
    }

    body.page-help:not(.admin-shell) .help-docs-grid {
        grid-template-columns: 1fr;
    }
}

/* Public readability polish: keep the design, but make small explanatory text crisp enough for production. */
body.public-page:not(.admin-shell) {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.public-page:not(.admin-shell) p,
body.public-page:not(.admin-shell) small,
body.public-page:not(.admin-shell) li,
body.public-page:not(.admin-shell) span {
    text-shadow: none;
}

body.public-page:not(.admin-shell) .section-heading p,
body.public-page:not(.admin-shell) .page-summary,
body.public-page:not(.admin-shell) .help-docs-head p,
body.public-page:not(.admin-shell) .help-admin-tip p {
    color: #4f5d73 !important;
    font-size: 15px !important;
    font-weight: 500;
    line-height: 1.85 !important;
}

body.page-home:not(.admin-shell) .home-advantage-section .section-heading-light h2,
body.page-home:not(.admin-shell) .home-advantage-section .section-heading-light .eyebrow {
    color: #fff !important;
}

body.page-home:not(.admin-shell) .home-advantage-section .section-heading-light p {
    color: rgba(255, 255, 255, .9) !important;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(15, 38, 120, .28);
}

body.page-home:not(.admin-shell) .operation-item p,
body.page-home:not(.admin-shell) .module-panel-copy li,
body.page-home:not(.admin-shell) .solution-scale p,
body.page-home:not(.admin-shell) .honor-strip p,
body.page-home:not(.admin-shell) .home-update-row p,
body.page-home:not(.admin-shell) .home-trust-metrics span,
body.public-page:not(.admin-shell) .help-doc-card p {
    color: #4f5d73 !important;
    font-size: 13px !important;
    font-weight: 600;
    line-height: 1.7 !important;
}

body.page-home:not(.admin-shell) .operation-item p {
    margin-top: 7px !important;
    max-width: 190px;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

body.page-home:not(.admin-shell) .operation-item h3,
body.page-home:not(.admin-shell) .module-tab strong,
body.page-home:not(.admin-shell) .solution-scale h3,
body.page-home:not(.admin-shell) .honor-strip h3,
body.page-home:not(.admin-shell) .home-update-row h3,
body.public-page:not(.admin-shell) .help-doc-card h3 {
    color: #13203a !important;
    font-weight: 950 !important;
}

body.page-home:not(.admin-shell) .case-switcher button,
body.page-home:not(.admin-shell) .case-tags span,
body.page-home:not(.admin-shell) .home-update-row small,
body.page-home:not(.admin-shell) .solution-scale small,
body.public-page:not(.admin-shell) .help-doc-card-meta {
    color: #5b687d !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

body.page-home:not(.admin-shell) .case-switcher button.is-active {
    color: #fff !important;
    font-weight: 900 !important;
}

body.page-home:not(.admin-shell) .case-switcher button.is-active span {
    color: rgba(255, 255, 255, .92) !important;
}

/* Product roadmap compact cards: lower height, clearer hierarchy, and soft status backgrounds. */
body.page-features:not(.admin-shell) #roadmap .timeline-line {
    gap: 16px !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] {
    display: flex;
    min-height: 188px !important;
    flex-direction: column;
    margin-left: 0 !important;
    border: 1px solid #dbe4f0 !important;
    border-left-width: 4px !important;
    border-radius: 10px !important;
    padding: 22px 24px !important;
    box-shadow: 0 12px 32px rgba(28, 46, 86, .06) !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status="online"] {
    border-color: #bfe8d1 !important;
    background: linear-gradient(180deg, #f4fcf7, #ffffff) !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status="developing"] {
    border-color: #bcd2ff !important;
    background: linear-gradient(180deg, #f3f7ff, #ffffff) !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status="planned"] {
    border-color: #d6dee9 !important;
    background: linear-gradient(180deg, #f7f9fc, #ffffff) !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status="collecting"] {
    border-color: #f4d39f !important;
    background: linear-gradient(180deg, #fff8ed, #ffffff) !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] > .flex {
    gap: 10px !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] .badge {
    border-radius: 6px !important;
    padding: 5px 9px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] h3 {
    margin-top: 12px !important;
    color: #13203a !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    line-height: 1.35 !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] h3 + p {
    margin-top: 6px !important;
    color: #5a6678 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.55 !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] > p {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 12px !important;
    color: #4f5d73 !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.65 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] > p + p {
    margin-top: 6px !important;
    color: #667287 !important;
    font-size: 13px !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] > .mt-4.flex {
    margin-top: auto !important;
    padding-top: 12px;
    font-size: 13px !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status] a.text-teal {
    color: #0f766e !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status]:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(28, 46, 86, .10) !important;
}

body.page-features:not(.admin-shell) #roadmap article[data-update-status].hidden {
    display: none !important;
}

body.public-page:not(.admin-shell) .footer-band p,
body.public-page:not(.admin-shell) .footer-links a,
body.public-page:not(.admin-shell) .footer-links span {
    color: rgba(255, 255, 255, .82) !important;
}

body.public-page:not(.admin-shell) .footer-band .border-t,
body.public-page:not(.admin-shell) .footer-band .text-white\/50 {
    color: rgba(255, 255, 255, .68) !important;
}

@media (max-width: 768px) {
    body.public-page:not(.admin-shell) .section-heading p,
    body.public-page:not(.admin-shell) .page-summary,
    body.page-home:not(.admin-shell) .operation-item p,
    body.page-home:not(.admin-shell) .module-panel-copy li,
    body.page-home:not(.admin-shell) .solution-scale p,
    body.page-home:not(.admin-shell) .honor-strip p,
    body.page-home:not(.admin-shell) .home-update-row p,
    body.public-page:not(.admin-shell) .help-doc-card p {
        font-size: 13px !important;
        line-height: 1.75 !important;
    }
}

/* Floating service toolbar: slim white card with green action icons. */
body.public-page:not(.admin-shell) .floating-service {
    right: 20px !important;
    top: 50% !important;
    bottom: auto !important;
    z-index: 96 !important;
    transform: translateY(-50%) !important;
}

body.public-page:not(.admin-shell) .floating-bar {
    display: flex !important;
    overflow: hidden !important;
    width: 68px !important;
    flex-direction: column !important;
    gap: 0 !important;
    border: 1px solid #dfe7f0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 12px 32px rgba(20, 38, 72, .16) !important;
    backdrop-filter: none !important;
}

body.public-page:not(.admin-shell) .floating-action,
body.public-page:not(.admin-shell) .floating-action:first-child {
    display: flex !important;
    width: 68px !important;
    min-height: 66px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    padding: 9px 0 8px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5ebf2 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #435165 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: .01em;
}

body.public-page:not(.admin-shell) .floating-action:last-child {
    border-bottom: 0 !important;
}

body.public-page:not(.admin-shell) .floating-action svg,
body.public-page:not(.admin-shell) .floating-action:first-child svg,
body.public-page:not(.admin-shell) .floating-top svg {
    box-sizing: border-box !important;
    width: 30px !important;
    height: 30px !important;
    padding: 6px !important;
    border-radius: 9px !important;
    background: linear-gradient(180deg, #39f45b 0%, #08c932 100%) !important;
    color: #fff !important;
    stroke-width: 2.7 !important;
    box-shadow: 0 5px 14px rgba(8, 201, 50, .28) !important;
}

body.public-page:not(.admin-shell) .floating-action:hover {
    transform: none !important;
    background: #f7fbff !important;
    color: #111827 !important;
}

body.public-page:not(.admin-shell) .floating-action:hover svg {
    background: linear-gradient(180deg, #4cff69 0%, #00bf2f 100%) !important;
    box-shadow: 0 7px 18px rgba(8, 201, 50, .34) !important;
}

body.public-page:not(.admin-shell) .floating-bar .floating-action:nth-child(1) span,
body.public-page:not(.admin-shell) .floating-bar .floating-action:nth-child(2) span {
    font-size: 0 !important;
}

body.public-page:not(.admin-shell) .floating-bar .floating-action:nth-child(1) span::after {
    content: "咨询";
    font-size: 13px !important;
}

body.public-page:not(.admin-shell) .floating-bar .floating-action:nth-child(2) span::after {
    content: "微信";
    font-size: 13px !important;
}

body.public-page:not(.admin-shell) .floating-panel {
    right: 82px !important;
    border-radius: 10px !important;
    box-shadow: 0 18px 42px rgba(20, 38, 72, .16) !important;
}
