:root {
    --public-primary: #155eef;
    --public-primary-dark: #0b3b91;
    --public-accent: #12b76a;
    --public-ink: #101828;
    --public-body: #475467;
    --public-muted: #667085;
    --public-border: #e4e7ec;
    --public-surface: #ffffff;
    --public-soft: #f5f8ff;
    --public-radius: 18px;
    --public-shadow: 0 16px 50px rgba(16, 24, 40, 0.09);
}

body.public-site {
    color: var(--public-ink);
    background: #f8fafc;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    text-rendering: optimizeLegibility;
}

.public-navbar {
    position: sticky;
    top: 0;
    z-index: 1200;
    min-height: 76px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(228, 231, 236, 0.9);
    box-shadow: 0 5px 24px rgba(16, 24, 40, 0.05);
    backdrop-filter: blur(18px);
}

.public-navbar__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.public-brand {
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
}

.public-brand__mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #155eef, #004eeb);
    border-radius: 13px;
    box-shadow: 0 8px 20px rgba(21, 94, 239, 0.24);
    font-size: 18px;
    font-weight: 850;
}

.public-brand__copy strong,
.public-brand__copy small {
    display: block;
}

.public-brand__copy strong {
    color: #101828;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.public-brand__copy small {
    margin-top: 4px;
    color: #667085;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.public-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.public-nav a {
    padding: 9px 12px;
    color: #475467;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    transition: 160ms ease;
}

.public-nav a:hover,
.public-nav a.is-active {
    color: #1849a9;
    background: #eff4ff;
}

.public-navbar__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.public-navbar__phone {
    margin-right: 4px;
    color: #344054;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.public-navbar__phone span {
    display: block;
    color: #98a2b3;
    font-size: 10px;
    font-weight: 600;
}

.public-btn {
    min-height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 170ms ease;
}

.public-btn--ghost {
    color: #344054;
    background: #fff;
    border-color: #d0d5dd;
}

.public-btn--primary {
    color: #fff;
    background: #155eef;
    border-color: #155eef;
    box-shadow: 0 6px 14px rgba(21, 94, 239, 0.22);
}

.public-btn:hover {
    transform: translateY(-1px);
}

.public-menu {
    display: none;
    position: relative;
}

.public-menu summary {
    min-height: 40px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    color: #344054;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.public-menu__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 180px;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--public-border);
    border-radius: 12px;
    box-shadow: var(--public-shadow);
}

.public-menu__panel a {
    padding: 10px 11px;
    display: block;
    color: #344054;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
}

.public-menu__panel a:hover {
    color: #1849a9;
    background: #eff4ff;
}

.conversion-hero {
    padding: 72px 0 42px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 12%, rgba(21, 94, 239, 0.12), transparent 31%),
        radial-gradient(circle at 92% 82%, rgba(18, 183, 106, 0.09), transparent 26%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
    border-bottom: 1px solid #e4e7ec;
}

.conversion-hero__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.95fr);
    align-items: center;
    gap: 60px;
}

.conversion-hero__eyebrow {
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #1849a9;
    background: #eff4ff;
    border: 1px solid #d1e0ff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 750;
}

.conversion-hero__eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #155eef;
    border-radius: 50%;
}

.conversion-hero h1 {
    max-width: 660px;
    margin: 0;
    color: #101828;
    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.045em;
}

.conversion-hero h1 span {
    color: #155eef;
}

.conversion-hero__lead {
    max-width: 660px;
    margin: 24px 0 0;
    color: #475467;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 520;
}

.conversion-hero__points {
    margin: 24px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    list-style: none;
}

.conversion-hero__points li {
    padding: 8px 11px;
    color: #344054;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 650;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
}

.conversion-hero__points li::before {
    content: "✓";
    margin-right: 7px;
    color: #12b76a;
    font-weight: 850;
}

.conversion-hero__actions {
    margin-top: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
}

.conversion-hero__actions .public-btn {
    min-height: 48px;
    padding: 0 20px;
    font-size: 14px;
}

.conversion-hero__note {
    margin-top: 15px;
    color: #667085;
    font-size: 12px;
    font-weight: 550;
}

.conversion-preview {
    position: relative;
    padding: 12px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #dce5f5;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(39, 76, 119, 0.18);
    transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.conversion-preview img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eaecf0;
    border-radius: 13px;
}

.code-preview {
    overflow: hidden;
    color: #344054;
    background: #f7f9fc;
    border: 1px solid #e4e7ec;
    border-radius: 13px;
    font-size: 11px;
}

.code-preview__bar {
    min-height: 34px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #667085;
    background: #fff;
    border-bottom: 1px solid #eaecf0;
    font-size: 9px;
}

.code-preview__bar i {
    width: 7px;
    height: 7px;
    background: #f97066;
    border-radius: 50%;
}

.code-preview__bar i:nth-child(2) { background: #fdb022; }
.code-preview__bar i:nth-child(3) { background: #32d583; }
.code-preview__bar span { margin-left: 5px; flex: 1; text-align: center; }

.code-preview__body { padding: 18px; }

.code-preview__heading {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.code-preview__heading small,
.code-preview__heading strong { display: block; }
.code-preview__heading small { color: #175cd3; font-size: 8px; font-weight: 800; }
.code-preview__heading strong { margin-top: 3px; color: #101828; font-size: 18px; }
.code-preview__heading > b { padding: 8px 10px; color: #fff; background: #155eef; border-radius: 7px; font-size: 9px; }

.code-preview__search {
    margin-bottom: 12px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #98a2b3;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 9px;
}

.code-preview__search span { padding: 6px 10px; color: #fff; background: #155eef; border-radius: 6px; font-weight: 800; }

.code-preview__table {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 9px;
}

.code-preview__row {
    padding: 10px;
    display: grid;
    grid-template-columns: .9fr 1.35fr 1fr .75fr;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid #eaecf0;
    font-size: 8px;
}

.code-preview__row:last-child { border-bottom: 0; }
.code-preview__row--head { color: #667085; background: #f8fafc; font-weight: 750; }
.code-preview__row strong { color: #175cd3; }
.code-preview__row em { padding: 4px 5px; color: #067647; background: #ecfdf3; border-radius: 999px; font-style: normal; text-align: center; }
.code-preview__row em.is-progress { color: #b54708; background: #fffaeb; }

.code-preview__metrics {
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.code-preview__metrics > div { padding: 12px; background: #fff; border: 1px solid #e4e7ec; border-radius: 9px; }
.code-preview__metrics small,.code-preview__metrics strong,.code-preview__metrics em { display: block; }
.code-preview__metrics small { color: #667085; font-size: 8px; }
.code-preview__metrics strong { margin-top: 6px; color: #101828; font-size: 20px; }
.code-preview__metrics em { margin-top: 4px; color: #12b76a; font-size: 7px; font-style: normal; }

.code-preview__progress { padding: 14px; background: #fff; border: 1px solid #e4e7ec; border-radius: 9px; }
.code-preview__progress > span { height: 7px; display: block; overflow: hidden; background: #eaecf0; border-radius: 999px; }
.code-preview__progress i { height: 100%; display: block; background: linear-gradient(90deg, #155eef, #53b1fd); border-radius: inherit; }
.code-preview__progress small { margin-top: 8px; display: block; color: #667085; font-size: 8px; }

.code-preview__timeline { padding: 18px 8px; display: grid; grid-template-columns: repeat(5, 1fr); background: #fff; border: 1px solid #e4e7ec; border-radius: 9px; }
.code-preview__timeline > div { position: relative; color: #98a2b3; text-align: center; font-size: 7px; }
.code-preview__timeline > div::before { content: ""; height: 2px; position: absolute; top: 6px; left: 0; right: 0; background: #eaecf0; }
.code-preview__timeline i { width: 12px; height: 12px; margin: 0 auto 8px; position: relative; z-index: 1; display: block; background: #d0d5dd; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d0d5dd; }
.code-preview__timeline .is-done i { background: #12b76a; box-shadow: 0 0 0 1px #12b76a; }
.code-preview__timeline .is-current { color: #175cd3; font-weight: 800; }
.code-preview__timeline .is-current i { background: #155eef; box-shadow: 0 0 0 2px #b2ccff; }
.code-preview__notice { margin-top: 10px; padding: 11px 13px; display: flex; justify-content: space-between; gap: 10px; background: #eff4ff; border-radius: 8px; }
.code-preview__notice strong { color: #1849a9; font-size: 9px; }
.code-preview__notice span { color: #667085; font-size: 8px; }

.code-preview--dashboard .code-preview__body { min-height: 290px; }

.conversion-preview__badge {
    position: absolute;
    right: -16px;
    bottom: 30px;
    padding: 11px 14px;
    color: #067647;
    background: #ecfdf3;
    border: 1px solid #abefc6;
    border-radius: 11px;
    box-shadow: 0 10px 25px rgba(16, 24, 40, 0.12);
    font-size: 12px;
    font-weight: 750;
}

.proof-strip {
    width: min(1200px, calc(100% - 40px));
    margin: 24px auto 58px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(16, 24, 40, 0.06);
}

.proof-strip__item {
    min-width: 0;
    padding: 18px 20px;
    border-right: 1px solid #eaecf0;
}

.proof-strip__item:last-child {
    border-right: 0;
}

.proof-strip__item strong,
.proof-strip__item span {
    display: block;
}

.proof-strip__item strong {
    color: #1d2939;
    font-size: 14px;
    font-weight: 750;
}

.proof-strip__item span {
    margin-top: 4px;
    color: #667085;
    font-size: 11px;
    line-height: 1.55;
}

.customization-section {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto 72px;
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.45fr);
    align-items: center;
    gap: 34px;
    background:
        radial-gradient(circle at 0 0, rgba(21, 94, 239, 0.1), transparent 34%),
        #fff;
    border: 1px solid #dce5f5;
    border-radius: 22px;
    box-shadow: 0 16px 46px rgba(16, 24, 40, 0.08);
}

.customization-section__eyebrow {
    color: #175cd3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.customization-section__intro h2 {
    margin: 12px 0 14px;
    color: #101828;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.24;
    font-weight: 820;
    letter-spacing: -0.035em;
}

.customization-section__intro p {
    margin: 0 0 20px;
    color: #475467;
    font-size: 14px;
    line-height: 1.8;
}

.customization-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.customization-card {
    min-width: 0;
    min-height: 216px;
    padding: 20px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 15px;
}

.customization-card--featured {
    background: #eff4ff;
    border-color: #b2ccff;
}

.customization-card > span {
    width: fit-content;
    padding: 5px 8px;
    display: inline-flex;
    color: #1849a9;
    background: #fff;
    border: 1px solid #d1e0ff;
    border-radius: 7px;
    font-size: 11px;
    font-weight: 750;
}

.customization-card h3 {
    margin: 18px 0 10px;
    color: #1d2939;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 780;
}

.customization-card p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.7;
}

body.public-site .page-header {
    padding: 68px 20px 58px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.14), transparent 30%),
        linear-gradient(135deg, #0b3b91 0%, #155eef 100%);
    border: 0;
}

body.public-site .page-header h1 {
    margin-bottom: 12px;
    color: #fff !important;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    font-size: clamp(34px, 5vw, 50px);
    font-weight: 820;
    letter-spacing: -0.035em;
    text-shadow: none !important;
}

body.public-site .page-header p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

body.public-site.public-about .hero {
    padding: 86px 20px;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.15), transparent 27%),
        linear-gradient(135deg, #0b3b91 0%, #155eef 100%);
}

body.public-site.public-about .hero h1 {
    text-shadow: none;
    font-weight: 820;
    letter-spacing: -0.035em;
}

body.public-site > .container,
body.public-site .page-header .container {
    width: min(1120px, calc(100% - 40px));
    max-width: none;
}

body.public-site .content-section,
body.public-site .feature-section,
body.public-site .contact-section {
    border-color: #e4e7ec;
    border-radius: var(--public-radius);
    box-shadow: 0 8px 28px rgba(16, 24, 40, 0.06);
}

body.public-site .section-title,
body.public-site .feature-title,
body.public-site .contact-section h2 {
    color: #101828;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.public-site .footer {
    background: #101828;
    border-top: 0;
}

body.public-site .floating-consult-btn {
    display: none !important;
    top: auto;
    right: 22px;
    bottom: 22px;
    width: auto;
    height: auto;
    min-height: 46px;
    padding: 0 17px;
    transform: none;
    animation: none;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 14px 34px rgba(21, 94, 239, 0.32);
}

body.public-site .floating-consult-btn:hover,
body.public-site .floating-consult-btn:active {
    transform: translateY(-2px);
}

.quick-start-card {
    background: linear-gradient(135deg, #0b3b91 0%, #155eef 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px !important;
    box-shadow: 0 18px 42px rgba(21, 94, 239, 0.2) !important;
}

.quick-start-card__item {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px !important;
}

.consultation-steps {
    width: min(1120px, calc(100% - 40px));
    margin: -28px auto 34px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(16, 24, 40, 0.1);
}

.consultation-steps__item {
    min-width: 0;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #eaecf0;
}

.consultation-steps__item:last-child {
    border-right: 0;
}

.consultation-steps__item > span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    color: #1849a9;
    background: #eff4ff;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 800;
}

.consultation-steps__item strong,
.consultation-steps__item small {
    display: block;
}

.consultation-steps__item strong {
    color: #1d2939;
    font-size: 13px;
    font-weight: 750;
}

.consultation-steps__item small {
    margin-top: 4px;
    color: #667085;
    font-size: 11px;
    line-height: 1.5;
}

.solution-page {
    background: #f8fafc;
}

.solution-shell {
    width: min(1180px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
}

.solution-page { scroll-behavior: smooth; }

.solution-switcher {
    position: sticky;
    top: 76px;
    z-index: 1100;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e4e7ec;
    backdrop-filter: blur(14px);
}

.solution-switcher__inner {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.solution-switcher__link {
    padding: 9px 14px;
    color: #667085;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: color 160ms ease, background 160ms ease;
}

.solution-switcher__link:hover { color: #175cd3; background: #f5f8ff; }
.solution-switcher__link.is-active { color: #1849a9; background: #eff4ff; box-shadow: inset 0 0 0 1px #b2ccff; }

.solution-hero {
    padding: 54px 0 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgba(18, 183, 106, 0.1), transparent 24%),
        radial-gradient(circle at 10% 0%, rgba(21, 94, 239, 0.14), transparent 30%),
        linear-gradient(180deg, #f5f8ff, #fff);
    border-bottom: 1px solid #e4e7ec;
}

.solution-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: 42px;
}

.solution-breadcrumb {
    margin-bottom: 14px;
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none;
}

.solution-breadcrumb::before {
    content: "←";
    margin-right: 6px;
}

.solution-eyebrow {
    color: #175cd3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.solution-hero h1 {
    max-width: 720px;
    margin: 12px 0 20px;
    color: #101828;
    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.18;
    font-weight: 850;
    letter-spacing: -0.045em;
}

.solution-hero__copy > p {
    max-width: 700px;
    margin: 0;
    color: #475467;
    font-size: 15.5px;
    line-height: 1.75;
}

.solution-hero__actions {
    margin-top: 26px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.solution-hero__actions .public-btn {
    min-height: 46px;
}

.solution-hero__aside {
    min-width: 0;
}

.solution-visual {
    padding: 10px;
    background: #fff;
    border: 1px solid #dce5f5;
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(39, 76, 119, 0.16);
    transform: none;
}

.solution-visual img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eaecf0;
    border-radius: 11px;
}

.solution-promise {
    padding: 30px;
    background: #fff;
    border: 1px solid #dce5f5;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(16, 24, 40, 0.1);
}

.solution-promise strong,
.solution-promise span {
    display: block;
}

.solution-promise strong {
    color: #1849a9;
    font-size: 20px;
    font-weight: 800;
}

.solution-promise span {
    margin-top: 8px;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

.solution-promise--steps span {
    margin: 0;
    padding: 13px 0;
    color: #344054;
    border-bottom: 1px solid #eaecf0;
    font-size: 14px;
    font-weight: 700;
}

.solution-promise--steps span:last-child {
    border-bottom: 0;
}

.solution-promise--price strong:not(:first-child) {
    margin-top: 18px;
}

.solution-promise--price strong {
    font-size: 15px;
}

.solution-selector-preview {
    padding: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #dce5f5;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(16, 24, 40, 0.1);
}

.solution-selector-preview > span {
    margin: 0 4px 8px;
    display: block;
    color: #175cd3;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.solution-selector-preview > a {
    padding: 14px 12px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    color: inherit;
    border-radius: 12px;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease;
}

.solution-selector-preview > a + a { border-top: 1px solid #eaecf0; }
.solution-selector-preview > a:hover { background: #f5f8ff; transform: translateX(3px); }
.solution-selector-preview i { width: 34px; height: 34px; display: grid; place-items: center; color: #175cd3; background: #eff4ff; border-radius: 10px; font-size: 10px; font-style: normal; font-weight: 800; }
.solution-selector-preview strong,.solution-selector-preview small { display: block; }
.solution-selector-preview strong { color: #1d2939; font-size: 13px; }
.solution-selector-preview small { margin-top: 4px; color: #667085; font-size: 10px; }
.solution-selector-preview b { color: #84adff; font-size: 16px; }

.solution-page-index {
    margin: -18px 0 34px;
    padding: 6px;
    position: static;
    z-index: 12;
    display: flex;
    gap: 4px;
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
    background: rgba(255,255,255,.94);
    border: 1px solid #e4e7ec;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(16,24,40,.08);
    backdrop-filter: blur(12px);
    scrollbar-width: none;
}

.solution-page-index::-webkit-scrollbar { display: none; }
.solution-page-index a { padding: 9px 13px; color: #475467; border-radius: 8px; font-size: 11px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.solution-page-index a:hover,.solution-page-index a:focus-visible { color: #175cd3; background: #eff4ff; outline: none; }

.solution-section__head--split {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .7fr);
    align-items: end;
    gap: 38px;
}

.solution-section__head--split > p { margin: 0 0 4px; }

.solution-primary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.solution-primary-card {
    min-width: 0;
    padding: 26px;
    display: flex;
    flex-direction: column;
    color: inherit;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(16,24,40,.05);
    text-decoration: none;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-primary-card:hover,.solution-primary-card:focus-visible { transform: translateY(-5px); border-color: #84adff; box-shadow: 0 18px 42px rgba(21,94,239,.13); outline: none; }
.solution-primary-card__top { display: flex; align-items: center; justify-content: space-between; }
.solution-primary-card__top span { width: 34px; height: 34px; display: grid; place-items: center; color: #175cd3; background: #eff4ff; border-radius: 10px; font-size: 10px; font-weight: 800; }
.solution-primary-card__top em { padding: 5px 8px; color: #667085; background: #f2f4f7; border-radius: 999px; font-size: 9px; font-style: normal; font-weight: 700; }
.solution-primary-card h3 { margin: 22px 0 10px; color: #1d2939; font-size: 20px; line-height: 1.35; }
.solution-primary-card p { margin: 0; color: #667085; font-size: 12px; line-height: 1.75; }
.solution-primary-card ul { margin: 18px 0 24px; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.solution-primary-card li { padding: 6px 8px; color: #344054; background: #f8fafc; border: 1px solid #eaecf0; border-radius: 7px; font-size: 10px; }
.solution-primary-card > strong { margin-top: auto; display: flex; justify-content: space-between; color: #175cd3; font-size: 11px; }
.solution-primary-card > strong b { font-size: 16px; transition: transform 160ms ease; }
.solution-primary-card:hover > strong b { transform: translateX(4px); }
.solution-primary-card--purchase .solution-primary-card__top span { color: #b54708; background: #fffaeb; }
.solution-primary-card--production .solution-primary-card__top span { color: #067647; background: #ecfdf3; }

.solution-support-row { margin: -22px 0 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.solution-support-card { padding: 22px 24px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 18px; color: inherit; background: #fff; border: 1px solid #e4e7ec; border-radius: 15px; text-decoration: none; }
.solution-support-card:hover { border-color: #84adff; box-shadow: 0 10px 28px rgba(21,94,239,.09); }
.solution-support-card--accent { background: #f5f8ff; border-color: #b2ccff; }
.solution-support-card > span { padding: 7px 9px; color: #175cd3; background: #eff4ff; border-radius: 8px; font-size: 9px; font-weight: 800; white-space: nowrap; }
.solution-support-card h3 { margin: 0 0 5px; color: #1d2939; font-size: 15px; }
.solution-support-card p { margin: 0; color: #667085; font-size: 10px; line-height: 1.55; }
.solution-support-card > strong { color: #175cd3; font-size: 10px; white-space: nowrap; }

.solution-tour-panel {
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
    align-items: center;
    gap: 46px;
    color: #fff;
    background: linear-gradient(135deg,#102a56,#155eef);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(21,94,239,.18);
}
.solution-tour-panel__copy > span { color: #b2ccff; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.solution-tour-panel h2 { margin: 9px 0 10px; color: #fff; font-size: clamp(25px,3vw,34px); line-height: 1.3; }
.solution-tour-panel p { margin: 0; color: #d1e0ff; font-size: 13px; line-height: 1.75; }
.solution-tour-panel .tour-entry-actions { margin-top: 20px; }
.solution-tour-panel .public-btn--ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); }
.solution-tour-panel__steps { margin: 0; padding: 10px 18px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; list-style: none; }
.solution-tour-panel__steps li { padding: 14px 0; display: grid; grid-template-columns: auto 1fr; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.14); }
.solution-tour-panel__steps li:last-child { border-bottom: 0; }
.solution-tour-panel__steps li > span { width: 28px; height: 28px; display: grid; place-items: center; color: #1849a9; background: #fff; border-radius: 8px; font-size: 9px; font-weight: 800; }
.solution-tour-panel__steps b,.solution-tour-panel__steps small { display: block; }
.solution-tour-panel__steps b { color: #fff; font-size: 12px; }
.solution-tour-panel__steps small { margin-top: 4px; color: #d1e0ff; font-size: 9px; }

.solution-chain { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.solution-chain > div { padding: 20px; position: relative; background: #fff; border: 1px solid #dce5f5; border-radius: 14px; }
.solution-chain > div:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -10px; z-index: 1; color: #84adff; font-weight: 800; transform: translateY(-50%); }
.solution-chain i,.solution-chain b,.solution-chain span { display: block; }
.solution-chain i { color: #175cd3; font-size: 9px; font-style: normal; font-weight: 800; }
.solution-chain b { margin-top: 12px; color: #1d2939; font-size: 14px; }
.solution-chain span { margin-top: 6px; color: #667085; font-size: 10px; }

.solution-main {
    padding-top: 46px;
    padding-bottom: 64px;
}

.solution-section {
    margin-bottom: 48px;
    scroll-margin-top: 120px;
}

.solution-section--soft {
    padding: 32px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    box-shadow: 0 10px 32px rgba(16, 24, 40, 0.06);
}

.solution-section__head {
    max-width: 720px;
    margin-bottom: 28px;
}

.solution-section__head > span,
.solution-proof > div > span {
    color: #175cd3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.solution-section__head h2,
.solution-proof h2 {
    margin: 9px 0 0;
    color: #101828;
    font-size: clamp(26px, 3.2vw, 38px);
    line-height: 1.3;
    font-weight: 820;
    letter-spacing: -0.03em;
}

.solution-section__head p {
    margin: 10px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.solution-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.solution-link-card {
    min-width: 0;
    padding: 26px;
    color: inherit;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
    text-decoration: none;
    transition: 180ms ease;
}

.solution-link-card:hover {
    border-color: #84adff;
    box-shadow: 0 16px 35px rgba(21, 94, 239, 0.12);
    transform: translateY(-3px);
}

.solution-link-card--accent {
    background: #eff4ff;
    border-color: #b2ccff;
}

.solution-link-card__index {
    color: #175cd3;
    font-size: 11px;
    font-weight: 800;
}

.solution-link-card h3 {
    margin: 13px 0 9px;
    color: #1d2939;
    font-size: 20px;
    font-weight: 780;
}

.solution-link-card p {
    margin: 0 0 20px;
    color: #667085;
    font-size: 13px;
    line-height: 1.7;
}

.solution-link-card strong {
    color: #175cd3;
    font-size: 12px;
    font-weight: 750;
}

.solution-feature-grid {
    counter-reset: solution-feature;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.solution-feature-grid article {
    min-width: 0;
    padding: 22px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    counter-increment: solution-feature;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.solution-feature-grid article::before { content: "0" counter(solution-feature); margin-bottom: 16px; display: block; color: #98a2b3; font-size: 9px; font-weight: 800; }
.solution-feature-grid article:hover { transform: translateY(-3px); border-color: #b2ccff; box-shadow: 0 12px 28px rgba(16,24,40,.07); }

.solution-section--soft .solution-feature-grid article {
    background: #f8fafc;
}

.solution-feature-grid h3 {
    margin: 0 0 9px;
    color: #1d2939;
    font-size: 16px;
    font-weight: 760;
}

.solution-feature-grid p {
    margin: 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.75;
}

.solution-flow {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
    align-items: stretch;
    gap: 10px;
}

.solution-flow > div {
    min-width: 0;
    min-height: 108px;
    padding: 20px 16px;
    background: #fff;
    border: 1px solid #dce5f5;
    border-radius: 13px;
}

.solution-flow > i {
    align-self: center;
    color: #84adff;
    font-size: 18px;
    font-style: normal;
}

.solution-flow--five { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr); }

.solution-flow b,
.solution-flow span {
    display: block;
}

.solution-flow b {
    color: #1d2939;
    font-size: 14px;
    font-weight: 760;
}

.solution-flow span {
    margin-top: 6px;
    color: #667085;
    font-size: 11px;
    line-height: 1.55;
}

.solution-proof {
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 40px;
    color: #fff;
    background: linear-gradient(135deg, #102a56, #155eef);
    border-radius: 20px;
}

.solution-proof h2,
.solution-proof > div > span {
    color: #fff;
}

.solution-proof ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    list-style: none;
}

.solution-proof li {
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.55;
}

.solution-proof li::before {
    content: "✓";
    margin-right: 7px;
    color: #75e0a7;
    font-weight: 800;
}

.customization-grid--page .customization-card {
    min-height: 200px;
}

.implementation-steps {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    counter-reset: implementation;
}

.implementation-steps li {
    padding: 22px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    counter-increment: implementation;
}

.implementation-steps li::before {
    content: "0" counter(implementation);
    color: #175cd3;
    font-size: 11px;
    font-weight: 800;
}

.implementation-steps b,
.implementation-steps span {
    display: block;
}

.implementation-steps b {
    margin-top: 14px;
    color: #1d2939;
    font-size: 15px;
}

.implementation-steps span {
    margin-top: 7px;
    color: #667085;
    font-size: 11px;
    line-height: 1.6;
}

.faq-section {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.faq-section details {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 13px;
    box-shadow: 0 5px 16px rgba(16, 24, 40, 0.04);
}

.faq-section summary {
    padding: 18px 20px;
    color: #1d2939;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
}

.faq-section details p {
    margin: 0;
    padding: 0 20px 20px;
    color: #667085;
    font-size: 13px;
    line-height: 1.8;
}

.solution-bottom-cta {
    padding: 52px 0;
    background: #101828;
}

.solution-bottom-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.solution-bottom-cta span {
    color: #84adff;
    font-size: 11px;
    font-weight: 800;
}

.solution-bottom-cta h2 {
    margin: 7px 0;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.solution-bottom-cta p {
    margin: 0;
    color: #98a2b3;
    font-size: 13px;
}

.solution-footer {
    padding: 24px 0;
    background: #0c111d;
    border-top: 1px solid #1d2939;
}

.solution-footer .solution-shell {
    display: flex;
    justify-content: space-between;
    color: #98a2b3;
    font-size: 12px;
}

.solution-footer strong {
    color: #fff;
}

.tour-entry-section,
.solution-demo-banner {
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #eff4ff;
    border: 1px solid #b2ccff;
    border-radius: 17px;
}

.tour-entry-section .solution-section__head {
    margin-bottom: 0;
}

.tour-entry-actions {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
}

.solution-demo-banner {
    margin-bottom: 40px;
    scroll-margin-top: 120px;
}

.solution-demo-banner span {
    color: #175cd3;
    font-size: 11px;
    font-weight: 800;
}

.solution-demo-banner h2 {
    margin: 7px 0 5px;
    color: #101828;
    font-size: 24px;
    font-weight: 800;
}

.solution-demo-banner p {
    margin: 0;
    color: #667085;
    font-size: 12px;
}

@media (max-width: 1080px) {
    .public-nav,
    .public-navbar__phone {
        display: none;
    }

    .conversion-hero__inner {
        grid-template-columns: 1fr 0.9fr;
        gap: 36px;
    }

    .customization-section {
        grid-template-columns: 1fr;
    }

    .solution-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.75fr);
        gap: 34px;
    }

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

    .solution-primary-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .solution-primary-card:last-child { grid-column: 1 / -1; }
    .solution-tour-panel { grid-template-columns: 1fr .8fr; gap: 28px; }
}

@media (max-width: 820px) {
    .public-navbar {
        min-height: 68px;
    }

    .public-navbar__inner {
        width: calc(100% - 28px);
    }

    .public-navbar__actions {
        display: none;
    }

    .public-menu {
        display: block;
    }

    .conversion-hero {
        padding: 48px 0 32px;
    }

    .conversion-hero__inner {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .conversion-preview {
        transform: none;
    }

    .conversion-preview__badge {
        right: 10px;
        bottom: 20px;
    }

    .proof-strip {
        width: calc(100% - 32px);
        grid-template-columns: repeat(2, 1fr);
    }

    .proof-strip__item:nth-child(2) {
        border-right: 0;
    }

    .proof-strip__item:nth-child(-n+2) {
        border-bottom: 1px solid #eaecf0;
    }

    .customization-section {
        width: calc(100% - 32px);
        padding: 24px;
    }

    .customization-grid {
        grid-template-columns: 1fr;
    }

    .customization-card {
        min-height: 0;
    }

    .consultation-steps {
        grid-template-columns: 1fr;
    }

    .consultation-steps__item {
        border-right: 0;
        border-bottom: 1px solid #eaecf0;
    }

    .consultation-steps__item:last-child {
        border-bottom: 0;
    }

    .solution-hero {
        padding: 40px 0 44px;
    }

    .solution-hero__inner {
        grid-template-columns: 1fr;
    }

    .solution-main {
        padding-top: 38px;
    }

    .solution-flow,
    .solution-proof,
    .solution-bottom-cta__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .solution-flow > i {
        transform: rotate(90deg);
    }

    .solution-flow,.solution-flow--five { grid-template-columns: 1fr; }
    .solution-flow > i { justify-self: center; }

    .solution-switcher__inner { overflow-x: auto; scrollbar-width: none; }
    .solution-switcher { top: 68px; }
    .solution-switcher__inner::-webkit-scrollbar { display: none; }
    .solution-switcher__link { padding-left: 12px; padding-right: 12px; }

    .solution-section__head--split,
    .solution-tour-panel { grid-template-columns: 1fr; }
    .solution-section__head--split { align-items: start; gap: 8px; }
    .solution-primary-grid { grid-template-columns: 1fr; }
    .solution-primary-card:last-child { grid-column: auto; }
    .solution-support-row { grid-template-columns: 1fr; }
    .solution-chain { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .solution-chain > div:nth-child(2)::after { display: none; }

    .solution-proof {
        grid-template-columns: 1fr;
    }

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

    .solution-bottom-cta__inner {
        display: flex;
    }

    .tour-entry-section,
    .solution-demo-banner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .public-brand__copy small {
        display: none;
    }

    .conversion-hero h1 {
        font-size: 36px;
    }

    .conversion-hero__lead {
        font-size: 16px;
    }

    body.public-site .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.public-site .benefit-card {
        min-width: 0;
        padding: 22px !important;
    }

    body.public-site .page-header {
        padding: 44px 18px 40px !important;
    }

    body.public-site .page-header h1 {
        font-size: 30px !important;
        line-height: 1.32 !important;
    }

    body.public-site .page-header p {
        font-size: 14px !important;
        line-height: 1.7;
    }

    .consultation-steps {
        width: calc(100% - 32px);
        margin-top: -20px;
    }

    .conversion-hero__actions,
    .conversion-hero__actions .public-btn {
        width: 100%;
    }

    .proof-strip {
        grid-template-columns: 1fr;
    }

    .proof-strip__item,
    .proof-strip__item:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #eaecf0;
    }

    .proof-strip__item:last-child {
        border-bottom: 0;
    }

    .customization-section {
        padding: 20px;
        border-radius: 17px;
    }

    .solution-shell {
        width: calc(100% - 32px);
    }

    .solution-hero h1 {
        font-size: 32px;
    }

    .solution-hero__copy > p {
        font-size: 15px;
    }

    .solution-link-grid,
    .solution-feature-grid,
    .solution-proof ul,
    .implementation-steps {
        grid-template-columns: 1fr;
    }

    .solution-section--soft,
    .solution-proof {
        padding: 22px;
        border-radius: 16px;
    }

    .solution-link-card {
        padding: 22px;
    }

    .solution-footer .solution-shell {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .tour-entry-actions,
    .tour-entry-actions .public-btn,
    .solution-demo-banner .public-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .tour-entry-actions {
        flex-direction: column;
    }

    .solution-switcher__inner { width: calc(100% - 18px); }
    .solution-page-index { margin-top: -12px; width: calc(100% - 2px); box-sizing: border-box; }
    .solution-selector-preview { padding: 12px; }
    .solution-support-card { grid-template-columns: 1fr; gap: 10px; }
    .solution-support-card > strong { white-space: normal; }
    .solution-tour-panel { padding: 24px 20px; }
    .solution-chain { grid-template-columns: 1fr; }
    .solution-chain > div::after { display: none !important; }
}
