:root {
    --text-main: #13274f;
    --text-sub: #5d708f;
    --text-light: #7f92af;
    --brand: #306bff;
    --brand-deep: #1847d9;
    --accent: #40d8d2;
    --shadow-md: 0 18px 36px rgba(40, 84, 153, 0.14);
    --wrap-width: min(1320px, calc(100vw - 48px));
    --panel-width: var(--wrap-width);
    --font-sans: "HarmonyOS Sans SC", "MiSans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--text-main);
    background: #fff;
}

main {
    position: relative;
    background:
        radial-gradient(circle at 8% 16%, rgba(255, 183, 118, 0.10) 0, transparent 20%),
        radial-gradient(circle at 92% 12%, rgba(101, 149, 255, 0.06) 0, transparent 20%),
        linear-gradient(180deg, #ffffff 0%, #fffdfb 28%, #ffffff 62%, #ffffff 100%);
}

main > section {
    position: relative;
    z-index: 1;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { border: 0; background: none; cursor: pointer; }
.wrap { width: var(--wrap-width); margin: 0 auto; }
.site-shell { overflow: clip; }

.top-activity-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid rgba(52, 94, 169, 0.06);
}

.top-activity-banner a {
    display: block;
    width: 100%;
}

.top-activity-banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: none;
    background: #fff;
    border-bottom: 1px solid rgba(20, 31, 51, 0.08);
    transition: box-shadow .24s ease, background .24s ease;
}
.site-header.is-scrolled {
    background: #fff;
    box-shadow: 0 10px 26px rgba(36, 48, 74, 0.08);
}
.site-header.is-scrolled .header-inner {
    min-height: 65px;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    width: 100%;
    max-width: none;
    padding: 0 28px 0 42px;
    min-height: 74px;
}
.header-primary {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 1 1 auto;
    min-width: 0;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    min-width: 300px;
}
.brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 176px;
    height: 54px;
    overflow: visible;
}
.brand-logo img {
    display: block;
    width: auto;
    height: 50px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: left center;
    image-rendering: auto;
}
.brand-copy {
    display: flex;
    align-items: center;
    min-width: 0;
}
.brand-copy em {
    display: inline-block;
    max-width: 120px;
    padding-left: 14px;
    border-left: 1px solid rgba(33, 41, 61, 0.14);
    font-size: 14px;
    line-height: 1.45;
    color: #343b4d;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
}
.site-nav {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.site-nav-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
.site-nav > a,
.site-nav > .site-nav-item > .site-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 74px;
    padding: 0;
    color: #1f2533;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    white-space: nowrap;
    transition: color .2s ease;
}
.site-nav > a::after,
.site-nav > .site-nav-item > .site-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff5a66 0%, #ff365f 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}
.site-nav-item-has-submenu > .site-nav-link {
    gap: 8px;
    padding-right: 2px;
}
.site-nav-link-label {
    display: inline-flex;
    align-items: center;
}
.site-nav-link-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    margin-top: 1px;
    opacity: 0.74;
    transition: transform .2s ease, opacity .2s ease;
}
.site-nav-link-caret::before {
    content: "";
    width: 10px;
    height: 6px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.site-nav > a:hover,
.site-nav > .site-nav-item:hover > .site-nav-link,
.site-nav > .site-nav-item:focus-within > .site-nav-link {
    color: #ff365f;
    background: transparent;
}
.site-nav > a[aria-current="page"],
.site-nav > .site-nav-item > .site-nav-link[aria-current="page"] {
    color: #ff365f;
}
.site-nav > a[aria-current="page"]::after,
.site-nav > .site-nav-item > .site-nav-link[aria-current="page"]::after,
.site-nav > a:hover::after,
.site-nav > .site-nav-item:hover > .site-nav-link::after,
.site-nav > .site-nav-item:focus-within > .site-nav-link::after {
    transform: scaleX(1);
}
.site-nav-item-has-submenu:hover .site-nav-link-caret,
.site-nav-item-has-submenu:focus-within .site-nav-link-caret {
    transform: rotate(180deg);
    opacity: 1;
}
.site-nav-submenu {
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    min-width: 236px;
    padding: 18px 12px 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(71, 94, 150, 0.12);
    box-shadow: 0 18px 38px rgba(41, 54, 89, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 30;
}
.site-nav-submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
}
.site-nav-item-has-submenu:hover .site-nav-submenu,
.site-nav-item-has-submenu:focus-within .site-nav-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}
.site-nav-submenu a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    color: #5b667d;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.site-nav-submenu a::after,
.site-nav-submenu a::before {
    display: none;
}
.site-nav-submenu a:hover,
.site-nav-submenu a:focus-visible {
    color: #ff5a3d;
    background: rgba(255, 100, 53, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 100, 53, 0.12);
}

.site-nav-submenu a.active,
.site-nav-submenu a[aria-current="page"] {
    color: #ff5a3d;
    background: rgba(255, 100, 53, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 100, 53, 0.12);
}

.site-nav-submenu a:active {
    transform: translateY(1px);
}
.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    margin-left: auto;
}
.text-link { font-size: 14px; color: var(--text-sub); }
.primary-btn,
.ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    min-height: 48px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .01em;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.primary-btn {
    color: #fff;
    background: linear-gradient(135deg, var(--brand) 0%, #5e8cff 100%);
    box-shadow: 0 14px 32px rgba(48, 107, 255, 0.26);
}
.primary-btn:hover,
.ghost-btn:hover { transform: translateY(-2px); }
.ghost-btn {
    color: var(--brand-deep);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(48, 107, 255, 0.18);
}
.light-ghost {
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}
.large-btn { min-height: 56px; padding: 0 30px; }
.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(57, 97, 170, 0.12);
}
.menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--text-main);
}

.hero {
    position: relative;
    padding: 34px 0 94px;
}
.hero-grid,
.hero-orb { position: absolute; pointer-events: none; }
.hero-grid {
    inset: 100px 0 0;
    background-image:
        linear-gradient(rgba(86, 126, 214, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(86, 126, 214, 0.08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, transparent 86%);
}
.hero-orb {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    filter: blur(12px);
    opacity: 0.65;
}
.hero-orb-left {
    top: -120px;
    left: -120px;
    background: radial-gradient(circle, rgba(81, 148, 255, 0.3) 0%, rgba(81, 148, 255, 0.04) 70%, transparent 100%);
}
.hero-orb-right {
    top: 40px;
    right: -160px;
    background: radial-gradient(circle, rgba(64, 216, 210, 0.22) 0%, rgba(64, 216, 210, 0.04) 72%, transparent 100%);
}
.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    align-items: center;
    gap: 34px;
    min-height: calc(100vh - 140px);
}
.hero-copy,
.hero-visual { position: relative; z-index: 1; }
.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(48, 107, 255, 0.1);
    color: var(--brand-deep);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 700;
}
.hero h1 {
    margin: 22px 0 18px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.06;
    letter-spacing: -0.03em;
    max-width: 780px;
}
.hero-summary {
    margin: 0;
    max-width: 680px;
    font-size: 17px;
    line-height: 1.9;
    color: var(--text-sub);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    color: var(--text-sub);
    border: 1px solid rgba(48, 107, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}
.stat-card {
    padding: 22px 22px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(61, 93, 149, 0.1);
    box-shadow: var(--shadow-md);
}
.stat-card strong {
    display: block;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1;
    margin-bottom: 10px;
}
.stat-card span { display: block; color: var(--text-sub); font-size: 14px; }
.command-panel {
    position: relative;
    padding: 28px;
    border-radius: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(245, 249, 255, 0.82) 100%);
    border: 1px solid rgba(71, 116, 203, 0.14);
    box-shadow: 0 34px 70px rgba(54, 88, 162, 0.18);
    overflow: hidden;
}
.command-panel::before,
.command-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.command-panel::before {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -90px;
    background: radial-gradient(circle, rgba(68, 155, 255, 0.24) 0%, transparent 72%);
}
.command-panel::after {
    width: 220px;
    height: 220px;
    bottom: -120px;
    left: -60px;
    background: radial-gradient(circle, rgba(64, 216, 210, 0.18) 0%, transparent 74%);
}
.panel-topline,
.panel-heading,
.signal-board,
.visual-columns { position: relative; z-index: 1; }
.panel-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.panel-pill,
.panel-status,
.lead-badge,
.plan-label,
.insight-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.panel-pill,
.lead-badge,
.plan-label,
.insight-tag {
    background: rgba(48, 107, 255, 0.1);
    color: var(--brand-deep);
}
.panel-status { background: rgba(64, 216, 210, 0.14); color: #0f7f7a; }
.panel-heading {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
}
.panel-heading h2 { margin: 0 0 10px; font-size: 30px; line-height: 1.2; }
.panel-heading p { margin: 0; color: var(--text-sub); line-height: 1.8; }
.signal-ring {
    position: relative;
    width: 110px;
    height: 110px;
    flex: 0 0 auto;
}
.signal-ring span {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(48, 107, 255, 0.18);
    animation: ringPulse 3.4s linear infinite;
}
.signal-ring span:nth-child(2) { inset: 12px; animation-delay: .4s; }
.signal-ring span:nth-child(3) {
    inset: 24px;
    background: radial-gradient(circle, rgba(64, 216, 210, 0.34), rgba(48, 107, 255, 0.1));
    animation-delay: .8s;
}
.signal-board {
    margin-top: 24px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(16, 39, 79, 0.94);
    color: #dce8ff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.signal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.signal-title { font-size: 14px; color: rgba(220, 232, 255, 0.76); }
.signal-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #57f3db;
    box-shadow: 0 0 0 8px rgba(87, 243, 219, 0.14);
}
.signal-track { display: grid; gap: 12px; }
.signal-item {
    display: grid;
    grid-template-columns: 46px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
}
.signal-item.is-active { background: linear-gradient(90deg, rgba(54, 117, 255, 0.16), rgba(87, 243, 219, 0.12)); }
.signal-item em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    font-style: normal;
    color: #fff;
    font-weight: 700;
}
.signal-item span { color: rgba(220, 232, 255, 0.86); }
.signal-item strong { font-size: 12px; color: #57f3db; }
.visual-columns {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 18px;
    margin-top: 20px;
}
.visual-metrics { display: grid; gap: 14px; }
.mini-card,
.lead-card,
.showcase-card,
.capability-card,
.advantage-card,
.workflow-card,
.insight-card,
.plan-card,
.cta-box {
    border: 1px solid rgba(61, 93, 149, 0.1);
    box-shadow: var(--shadow-md);
}
.mini-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
}
.mini-card span { display: block; color: var(--text-sub); font-size: 13px; }
.mini-card strong { display: block; margin: 12px 0 6px; font-size: 28px; line-height: 1; }
.mini-card em { display: block; color: var(--brand-deep); font-size: 12px; font-style: normal; }
.lead-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
}
.lead-card-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
}
.lead-card-top strong { font-size: 22px; line-height: 1.35; }
.lead-form { display: grid; gap: 12px; }
.lead-form input,
.lead-form textarea {
    width: 100%;
    border: 1px solid rgba(61, 93, 149, 0.12);
    border-radius: 16px;
    background: rgba(244, 248, 255, 0.92);
    padding: 15px 16px;
    color: var(--text-main);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.lead-form input:focus,
.lead-form textarea:focus {
    border-color: rgba(48, 107, 255, 0.36);
    box-shadow: 0 0 0 4px rgba(48, 107, 255, 0.08);
}
.lead-form textarea { resize: vertical; min-height: 108px; }
.submit-btn { width: 100%; }
.lead-note {
    margin: 12px 0 0;
    color: var(--text-light);
    font-size: 12px;
    line-height: 1.7;
}
.section-block { padding: 100px 0 0; }
.partner-strip {
    position: relative;
    margin-top: -10px;
    padding: 0 0 24px;
}
.partner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(61, 93, 149, 0.08);
    box-shadow: var(--shadow-md);
}
.partner-copy span { display: block; margin-bottom: 8px; font-weight: 700; }
.partner-copy p { margin: 0; color: var(--text-sub); }
.partner-metrics {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}
.partner-metrics span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(48, 107, 255, 0.07);
    color: var(--brand-deep);
    font-size: 13px;
    font-weight: 600;
}
.section-head { max-width: 860px; margin-bottom: 34px; }
.compact-head { max-width: 640px; }
.section-head h2 {
    margin: 18px 0 14px;
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.18;
    letter-spacing: -0.02em;
}
.section-head p { margin: 0; color: var(--text-sub); line-height: 1.9; font-size: 16px; }
.capability-grid,
.workflow-grid,
.insight-grid,
.plan-grid { display: grid; gap: 18px; }
.capability-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.capability-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
}
.capability-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(48, 107, 255, 0.12), rgba(64, 216, 210, 0.16));
    color: var(--brand-deep);
    font-weight: 800;
}
.capability-card h3 { margin: 18px 0 12px; font-size: 22px; }
.capability-card p { margin: 0; color: var(--text-sub); line-height: 1.85; }
.advantage-layout { display: grid; gap: 28px; }
.advantage-content {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 18px;
}
.advantage-list { display: grid; gap: 16px; }
.advantage-card {
    padding: 26px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
}
.advantage-card.is-highlight {
    background: linear-gradient(135deg, rgba(48, 107, 255, 0.95), rgba(84, 156, 255, 0.88));
    color: #fff;
}
.advantage-card h3 { margin: 0 0 10px; font-size: 22px; }
.advantage-card p { margin: 0; line-height: 1.8; color: inherit; opacity: .9; }
.showcase-card {
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(160deg, #0f2347 0%, #0f356b 100%);
    color: #e8f2ff;
    overflow: hidden;
    position: relative;
}
.showcase-card::before {
    content: "";
    position: absolute;
    inset: auto auto -120px -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(64, 216, 210, 0.3), transparent 68%);
}
.showcase-top { position: relative; z-index: 1; }
.showcase-top span { display: block; color: rgba(232, 242, 255, 0.62); font-size: 13px; }
.showcase-top strong { display: block; margin-top: 8px; font-size: 28px; line-height: 1.24; }
.showcase-chart {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.chart-glow {
    position: absolute;
    inset: auto 18% -42px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(64, 216, 210, 0.18), transparent 72%);
}
.chart-line {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    height: 210px;
}
.chart-line i {
    flex: 1;
    display: block;
    border-radius: 999px 999px 10px 10px;
    background: linear-gradient(180deg, #5ef1e4 0%, #2f6cff 100%);
    box-shadow: 0 0 18px rgba(64, 216, 210, 0.18);
    animation: waveRise 4s ease-in-out infinite;
}
.chart-line i:nth-child(2) { animation-delay: .2s; }
.chart-line i:nth-child(3) { animation-delay: .4s; }
.chart-line i:nth-child(4) { animation-delay: .6s; }
.chart-line i:nth-child(5) { animation-delay: .8s; }
.chart-line i:nth-child(6) { animation-delay: 1s; }
.showcase-bottom {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}
.showcase-bottom div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
}
.showcase-bottom span { display: block; color: rgba(232, 242, 255, 0.66); font-size: 12px; }
.showcase-bottom strong { display: block; margin-top: 10px; font-size: 24px; }
.plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
}
.plan-card.is-featured {
    transform: translateY(-10px);
    background: linear-gradient(180deg, rgba(46, 107, 255, 0.98), rgba(60, 146, 255, 0.9));
    color: #fff;
}
.plan-card h3 { margin: 0; font-size: 28px; }
.plan-card ul { list-style: none; display: grid; gap: 12px; margin: 0; padding: 0; }
.plan-card li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
}
.plan-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}
.plan-card a { margin-top: auto; font-weight: 700; }
.workflow-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.workflow-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
}
.workflow-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(48, 107, 255, 0.12), rgba(64, 216, 210, 0.15));
    color: var(--brand-deep);
    font-weight: 800;
}
.workflow-card h3 { margin: 18px 0 10px; font-size: 21px; }
.workflow-card p { margin: 0; line-height: 1.85; color: var(--text-sub); }
.insight-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.insight-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.84);
}
.insight-card h3 { margin: 0; font-size: 24px; line-height: 1.4; }
.insight-card p { margin: 0; color: var(--text-sub); line-height: 1.9; }
.insight-card a { margin-top: auto; color: var(--brand-deep); font-weight: 700; }
.cta-section { padding: 100px 0; }
.cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 38px;
    border-radius: 34px;
    background: linear-gradient(135deg, #112b5b 0%, #1e58bf 48%, #1aa2c7 100%);
    color: #fff;
}
.cta-box h2 {
    margin: 16px 0 12px;
    font-size: clamp(28px, 3.8vw, 46px);
    line-height: 1.16;
}
.cta-box p { margin: 0; color: rgba(255, 255, 255, 0.78); line-height: 1.85; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.site-footer { padding: 0 0 42px; }
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 28px;
    border-top: 1px solid rgba(61, 93, 149, 0.08);
}
.footer-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
    color: var(--text-sub);
    font-size: 14px;
}
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s ease, transform .7s ease;
}
[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}
@keyframes ringPulse {
    0% { transform: scale(1); opacity: 1; }
    70% { transform: scale(1.08); opacity: .28; }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes waveRise {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
@media (max-width: 1180px) {
    :root { --wrap-width: min(100vw - 32px, 1180px); }
    .site-nav,
    .header-actions .text-link { display: none; }
    .menu-toggle { display: inline-flex; }
    .site-nav.is-open {
        display: flex;
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(61, 93, 149, 0.1);
        box-shadow: var(--shadow-md);
    }
    .hero-inner,
    .advantage-content,
    .visual-columns,
    .partner-inner,
    .cta-box,
    .footer-inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }
    .hero { padding-bottom: 72px; }
    .hero-inner { min-height: auto; }
    .hero-stats,
    .capability-grid,
    .plan-grid,
    .workflow-grid,
    .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .showcase-bottom { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    :root { --wrap-width: calc(100vw - 24px); }
    .header-inner { min-height: 74px; }
    .brand-copy strong { font-size: 18px; }
    .header-actions { display: none; }
    .hero { padding: 20px 0 56px; }
    .hero h1,
    .section-head h2,
    .cta-box h2 { font-size: clamp(30px, 9vw, 44px); }
    .hero-summary,
    .section-head p,
    .cta-box p { font-size: 15px; }
    .command-panel,
    .capability-card,
    .advantage-card,
    .showcase-card,
    .plan-card,
    .workflow-card,
    .insight-card,
    .cta-box {
        padding: 22px;
        border-radius: 24px;
    }
    .panel-heading { flex-direction: column; align-items: flex-start; }
    .signal-ring { width: 90px; height: 90px; }
    .hero-stats,
    .capability-grid,
    .plan-grid,
    .workflow-grid,
    .insight-grid,
    .showcase-bottom { grid-template-columns: 1fr; }
    .visual-columns { gap: 16px; }
    .signal-item { grid-template-columns: 42px 1fr; }
    .signal-item strong { grid-column: 2 / -1; }
    .partner-inner { padding: 20px; }
    .partner-metrics { justify-content: flex-start; }
    .hero-actions,
    .cta-actions { flex-direction: column; }
    .primary-btn,
    .ghost-btn,
    .large-btn { width: 100%; }
    .section-block { padding-top: 74px; }
    .cta-section { padding: 74px 0; }
}

/* 首屏重做 */
.site-header {
    backdrop-filter: none;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(22, 41, 78, 0.08);
}

.header-inner {
    min-height: 84px;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff934d 0%, #ff4b61 100%);
    font-size: 20px;
}

.brand-copy strong {
    font-size: 18px;
}

.brand-copy em {
    font-size: 11px;
}

.site-nav {
    gap: 24px;
    flex: 1;
    justify-content: center;
}

.site-nav > a,
.site-nav > .site-nav-item > .site-nav-link {
    padding: 0 2px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #2f3850;
}

.site-nav-submenu a {
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: #5b667d;
}

.header-actions {
    gap: 0;
}

.text-link,
.primary-btn,
.ghost-btn,
.eyebrow,
.hero-tags,
.hero-stats,
.hero-grid,
.hero-orb,
.command-panel {
    display: none;
}

.login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 46px;
    padding: 0 28px;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, #ff8d42 0%, #ff5d62 42%, #ff3169 100%);
    box-shadow:
        0 12px 24px rgba(255, 83, 95, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.26);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .02em;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.login-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    width: 48%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.42) 50%, transparent 100%);
    transform: skewX(-18deg);
    transition: left .48s ease;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 16px 30px rgba(255, 83, 95, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
    filter: saturate(1.08);
}

.login-btn:hover::before {
    left: 126%;
}

.login-btn:active {
    transform: translateY(0);
}

.hero {
    padding: 0 0 68px;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 34%, rgba(255, 115, 134, 0.12) 0, rgba(255, 115, 134, 0.12) 120px, transparent 121px),
        radial-gradient(circle at 73% 18%, rgba(255, 122, 105, 0.14) 0, rgba(255, 122, 105, 0.14) 120px, transparent 121px),
        linear-gradient(180deg, #ffffff 0%, #fff4f3 64%, #fff1f1 100%);
}

.hero-blush {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-blush-left {
    width: 640px;
    height: 420px;
    left: -120px;
    top: 98px;
    background: radial-gradient(circle, rgba(255, 176, 176, 0.22) 0%, rgba(255, 176, 176, 0.06) 58%, transparent 72%);
}

.hero-blush-right {
    width: 720px;
    height: 460px;
    right: -120px;
    top: 40px;
    background: radial-gradient(circle, rgba(255, 119, 119, 0.18) 0%, rgba(255, 119, 119, 0.06) 54%, transparent 74%);
}

.hero-inner {
    position: relative;
    display: block;
    min-height: auto;
    width: 100%;
    padding-top: 0;
}

.hero-panel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0;
}

.hero-copy {
    display: none !important;
}

.hero-chip {
    display: none;
}

.hero h1 {
    margin: 28px 0 18px;
    font-size: clamp(48px, 5.8vw, 78px);
    line-height: 1.14;
    letter-spacing: -0.04em;
    color: #1f1e24;
}

.hero h1 span {
    color: #ff4f5f;
}

.hero-summary {
    max-width: 520px;
    font-size: 17px;
    line-height: 1.95;
    color: #726c75;
}

.hero-actions {
    margin-top: 34px;
    gap: 18px;
    align-items: center;
}

.hero-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff5a49 0%, #ff2265 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    box-shadow: 0 16px 28px rgba(255, 74, 92, 0.28);
}

.hero-secondary-link {
    color: #ff5a49;
    font-weight: 700;
    font-size: 16px;
}

.hero-visual {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    margin-right: 0;
}

.hero-carousel {
    overflow: hidden;
}

.hero-carousel-track {
    position: relative;
    width: 100%;
}

.hero-carousel-track--mobile {
    display: none;
}

.hero-figure-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 600;
    min-height: 360px;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .75s ease, transform 1.1s ease;
    transform: scale(1.02);
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 48%, rgba(255,255,255,0.08) 100%);
    pointer-events: none;
}

.hero-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 1;
}

.hero-slide-focus-left img {
    object-position: left center;
}

.hero-slide-focus-right img {
    object-position: right center;
}

.hero-figure-frame::before {
    display: none;
}

.hero-figure-frame::after {
    display: none;
}

.hero-figure-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.hero-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.hero-carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 24px rgba(48, 70, 112, 0.14);
    transform: translateX(-50%);
}

.hero-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.84);
    color: #ff5b52;
    box-shadow: 0 12px 28px rgba(48, 70, 112, 0.16);
    backdrop-filter: blur(12px);
    transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}

.hero-carousel-arrow:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.96);
    color: #ff3f58;
    box-shadow: 0 16px 30px rgba(48, 70, 112, 0.2);
}

.hero-carousel-arrow span {
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    transform: translateY(-1px);
}

.hero-carousel-arrow-prev {
    left: 22px;
}

.hero-carousel-arrow-next {
    right: 22px;
}

.hero-carousel-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 103, 98, 0.28);
    transition: width .24s ease, background .24s ease, border-radius .24s ease;
}

.hero-carousel-dot.is-active {
    width: 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff7b48 0%, #ff4060 100%);
}

.hero-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: var(--panel-width);
    max-width: 100%;
    margin: -210px auto 0;
    padding: 14px 18px 14px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(255, 144, 63, 0.12) 0, rgba(255, 144, 63, 0.12) 120px, transparent 121px),
        radial-gradient(circle at left bottom, rgba(64, 128, 255, 0.08) 0, rgba(64, 128, 255, 0.08) 180px, transparent 181px),
        rgba(255, 255, 255, 0.98);
    box-shadow:
        0 26px 60px rgba(43, 67, 110, 0.14),
        0 10px 24px rgba(255, 123, 72, 0.08);
    border: 1px solid rgba(255, 183, 128, 0.58);
    z-index: 2;
    overflow: hidden;
}

.hero-floating-card::before,
.hero-floating-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: .82;
}

.hero-floating-card::before {
    width: 180px;
    height: 180px;
    top: -90px;
    right: -56px;
    background: radial-gradient(circle, rgba(255, 178, 94, 0.24) 0%, rgba(255, 178, 94, 0.08) 54%, transparent 70%);
}

.hero-floating-card::after {
    width: 160px;
    height: 160px;
    left: -82px;
    bottom: -92px;
    background: radial-gradient(circle, rgba(71, 151, 255, 0.16) 0%, rgba(71, 151, 255, 0.05) 58%, transparent 72%);
}

.partner-strip {
    margin-top: 0;
    padding-top: 34px;
}

.floating-top {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 270px;
    gap: 14px;
    padding: 12px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255, 244, 232, 0.98) 0%, rgba(255, 235, 207, 0.98) 42%, rgba(255, 224, 190, 0.96) 100%);
    border: 1px solid rgba(255, 192, 133, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.floating-offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px 10px;
}

.offer-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 28px;
    padding: 0 13px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8628 0%, #ff415d 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.floating-offer-placeholder {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 72px;
    border-radius: 16px;
    border: 1px dashed rgba(255, 145, 78, 0.52);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 248, 238, 0.92) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.floating-offer-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #a56b34;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    box-shadow: 0 8px 18px rgba(244, 193, 130, 0.16);
}

.floating-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: center;
}

.floating-form input {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(234, 200, 165, 0.92);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    padding: 0 16px;
    color: #433b43;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.floating-form input:focus {
    border-color: rgba(255, 118, 88, 0.62);
    box-shadow: 0 0 0 4px rgba(255, 121, 97, 0.12);
}

.floating-countdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-height: 92px;
    padding: 12px 12px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff7a2c 0%, #ff4e4a 46%, #ff3a67 100%);
    color: #fff;
    text-align: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 14px 28px rgba(255, 98, 79, 0.24);
}

.floating-countdown span {
    font-size: 12px;
    line-height: 1.4;
}

.floating-countdown b {
    color: #ffe0c7;
}

.floating-countdown strong {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.floating-countdown em {
    font-style: normal;
    font-size: 13px;
    font-weight: 800;
}

.floating-benefits {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    padding: 6px 0 0;
}

.floating-benefits span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px 0 12px;
    border-radius: 999px;
    color: #825128;
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 245, 232, 0.94);
    border: 1px solid rgba(244, 212, 177, 0.72);
    box-shadow: 0 8px 18px rgba(235, 194, 139, 0.12);
}

.floating-benefits span::before {
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7d40 0%, #ff3659 100%);
    box-shadow: 0 0 0 4px rgba(255, 123, 72, 0.12);
}

.floating-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 4px 0 0;
}

.service-tile {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    min-height: 144px;
    padding: 14px 12px 12px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,248,241,0.94) 100%);
    border: 1px solid rgba(244, 222, 199, 0.72);
    box-shadow: 0 14px 28px rgba(59, 80, 118, 0.08);
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 12px 22px rgba(255, 124, 80, 0.16);
}

.service-icon-news { background: linear-gradient(135deg, #ff9b38 0%, #ff5b4a 100%); font-size: 12px; }
.service-icon-media { background: linear-gradient(135deg, #ff73a2 0%, #ff5d70 100%); }
.service-icon-video { background: linear-gradient(135deg, #4797ff 0%, #2d63ff 100%); }
.service-icon-write { background: linear-gradient(135deg, #4ad1b0 0%, #32b97d 100%); }

.service-copy h3 {
    margin: 2px 0 6px;
    font-size: 18px;
    line-height: 1.2;
    color: #2a2b35;
}

.service-copy p {
    margin: 0;
    font-size: 13px;
    line-height: 1.75;
    color: #6b6870;
}

@media (max-width: 1280px) {
    .site-nav {
        gap: 18px;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .site-nav > a,
    .site-nav > .site-nav-item > .site-nav-link {
        font-size: 14px;
        min-height: 74px;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .hero-floating-card {
        max-width: none;
    }

    .floating-top {
        grid-template-columns: 220px minmax(0, 1fr) 240px;
    }

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

@media (max-width: 1100px) {
    .brand-copy {
        display: none;
    }

    .site-nav {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .site-nav.is-open {
        display: flex;
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 16px;
        border-radius: 18px;
        background: #fff;
        border: 1px solid rgba(87, 117, 177, 0.1);
        box-shadow: 0 16px 32px rgba(43, 57, 96, 0.12);
        z-index: 20;
    }

    .site-nav.is-open .site-nav-item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav.is-open > a,
    .site-nav.is-open > .site-nav-item > .site-nav-link {
        width: 100%;
        min-height: 42px;
        padding: 0 10px;
        border-radius: 12px;
    }

    .site-nav.is-open > a::after,
    .site-nav.is-open > .site-nav-item > .site-nav-link::after {
        left: 10px;
        right: 10px;
        bottom: 5px;
    }

    .site-nav.is-open .site-nav-submenu {
        position: static;
        min-width: 0;
        margin-top: 4px;
        padding: 4px 0 0 18px;
        grid-template-columns: 1fr;
        gap: 4px;
        background: transparent;
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }

    .site-nav.is-open .site-nav-submenu::before {
        display: none;
    }

    .site-nav.is-open .site-nav-submenu a {
        min-height: 36px;
        padding: 0 10px;
        border-radius: 10px;
        font-size: 13px;
        color: #6a7388;
        background: transparent;
    }

    .site-nav.is-open .site-nav-submenu a:hover,
    .site-nav.is-open .site-nav-submenu a:focus-visible {
        color: #ff5a3d;
        background: rgba(255, 90, 61, 0.08);
    }

    .top-activity-banner img {
        min-width: 0;
    }

    .hero {
        padding-bottom: 40px;
    }

    .hero-panel {
        width: 100%;
        margin-left: 0;
        padding: 16px 0 0;
    }

    .hero-visual {
        position: relative;
        width: 100%;
        min-height: 0;
        margin-right: 0;
    }

    .hero-figure-frame {
        min-height: 0;
        border-radius: 24px;
    }

    .hero-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        margin-top: -68px;
        max-width: none;
    }
}

@media (max-width: 760px) {
    .hero {
        padding-bottom: 18px;
    }

    .header-inner {
        min-height: 72px;
    }

    .header-actions {
        display: inline-flex;
        margin-left: auto;
    }

    .login-btn {
        min-width: 112px;
        min-height: 40px;
        padding: 0 18px;
        font-size: 14px;
    }

    .hero-panel {
        padding: 10px 0 12px;
    }

    .hero-figure-frame {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .hero-carousel-dots {
        bottom: 12px;
        gap: 8px;
        padding: 7px 12px;
    }

    .hero-carousel-arrow {
        width: 46px;
        height: 46px;
        margin-top: -23px;
    }

    .hero-carousel-arrow-prev {
        left: 14px;
    }

    .hero-carousel-arrow-next {
        right: 14px;
    }

    .floating-top,
    .floating-form,
    .floating-services {
        grid-template-columns: 1fr;
    }

    .hero-figure-frame img {
        object-fit: cover;
        border-radius: 18px;
    }

    .floating-benefits {
        justify-content: flex-start;
        gap: 14px 18px;
    }

    .service-copy h3 { font-size: 20px; }

    .hero-floating-card {
        margin-top: -28px;
        padding: 12px 12px 14px;
        border-radius: 22px;
    }
}

/* Layout-preserving style refresh for originality */
.hero {
    background:
        radial-gradient(circle at 10% 18%, rgba(255, 188, 126, 0.10) 0, transparent 24%),
        radial-gradient(circle at 90% 14%, rgba(107, 152, 255, 0.07) 0, transparent 22%),
        radial-gradient(circle at 52% 86%, rgba(255, 205, 153, 0.10) 0, transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fffdfb 34%, #fffaf6 70%, #ffffff 100%);
}

.hero-blush-left {
    background: radial-gradient(circle, rgba(255, 192, 128, 0.12) 0%, rgba(255, 192, 128, 0.04) 56%, transparent 72%);
}

.hero-blush-right {
    background: radial-gradient(circle, rgba(107, 152, 255, 0.10) 0%, rgba(107, 152, 255, 0.03) 54%, transparent 74%);
}

.hero-carousel-arrow {
    background: rgba(255, 255, 255, 0.92);
    color: #ff6a49;
    border: 1px solid rgba(255, 187, 140, 0.42);
    box-shadow: 0 14px 28px rgba(46, 71, 116, 0.12);
}

.hero-carousel-arrow:hover {
    background: #fff;
    color: #366eff;
    box-shadow: 0 18px 34px rgba(46, 71, 116, 0.16);
}

.hero-floating-card {
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(255,250,246,0.985) 100%);
    border: 1px solid rgba(255, 197, 156, 0.48);
    box-shadow:
        0 28px 64px rgba(43, 67, 110, 0.12),
        0 10px 22px rgba(255, 122, 74, 0.08);
    backdrop-filter: blur(10px);
}

.hero-floating-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 8px;
    border-radius: 32px 32px 0 0;
    background: linear-gradient(90deg, #ff9c46 0%, #ff5c61 32%, #7f63ff 66%, #497bff 100%);
    background-size: 220% 100%;
    box-shadow: 0 4px 16px rgba(96, 118, 255, 0.18);
    animation: heroCardBarFlow 6s linear infinite;
    z-index: 3;
}

.hero-floating-card::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    left: -58px;
    bottom: -78px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 134, 255, 0.16) 0%, rgba(79, 134, 255, 0.05) 58%, transparent 72%);
    pointer-events: none;
}

.hero-floating-card > * {
    position: relative;
    z-index: 2;
}

.floating-top {
    background:
        linear-gradient(135deg, rgba(255, 250, 246, 0.98) 0%, rgba(255, 243, 230, 0.98) 42%, rgba(246, 249, 255, 0.98) 100%);
    border: 1px solid rgba(255, 197, 153, 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.88),
        0 10px 22px rgba(57, 82, 123, 0.05);
}

.offer-pill {
    background: linear-gradient(135deg, #ff8f36 0%, #ff5561 100%);
    box-shadow: 0 10px 18px rgba(255, 111, 82, 0.16);
}

.floating-offer-placeholder {
    border-radius: 18px;
    border: 1px dashed rgba(255, 145, 78, 0.44);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 247, 236, 0.92) 56%, rgba(243, 248, 255, 0.94) 100%);
}

.floating-offer-placeholder span {
    color: #8a6136;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 18px rgba(244, 193, 130, 0.14);
}

.floating-form input {
    border: 1px solid rgba(228, 205, 181, 0.9);
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(253,249,244,0.96) 100%);
}

.floating-form input:focus {
    border-color: rgba(84, 132, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(82, 135, 255, 0.1);
}

.floating-countdown {
    border-radius: 20px;
    background: linear-gradient(135deg, #ff8b3d 0%, #ff5962 58%, #547bff 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 16px 30px rgba(78, 112, 214, 0.14);
}

.floating-countdown b {
    color: #fff3d6;
}

.floating-benefits span {
    color: #6f4d2b;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(241, 214, 186, 0.9);
    box-shadow: 0 10px 18px rgba(77, 105, 167, 0.06);
}

.floating-benefits span::before {
    background: linear-gradient(135deg, #ff8b47 0%, #4a77ff 100%);
    box-shadow: 0 0 0 4px rgba(108, 145, 255, 0.08);
}

.service-tile {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(250,252,255,0.94) 100%);
    border: 1px solid rgba(236, 227, 214, 0.92);
    box-shadow: 0 16px 28px rgba(54, 79, 121, 0.06);
    position: relative;
    overflow: hidden;
}

.service-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 3px;
    border-radius: 999px;
    background-size: 200% 100%;
    animation: serviceBarFlow 5.8s ease-in-out infinite;
    will-change: background-position, opacity;
}

.service-tile:nth-child(1)::before { background-image: linear-gradient(90deg, #ff9a43 0%, #ffd26d 48%, #ff6a47 100%); }
.service-tile:nth-child(2)::before { background-image: linear-gradient(90deg, #ff78a1 0%, #ffc0db 48%, #ff5e78 100%); }
.service-tile:nth-child(3)::before { background-image: linear-gradient(90deg, #478fff 0%, #8bc2ff 48%, #3163ff 100%); }
.service-tile:nth-child(4)::before { background-image: linear-gradient(90deg, #44d1a2 0%, #9bf0d0 48%, #30b87d 100%); }

@keyframes serviceBarFlow {
    0% {
        background-position: 0% 50%;
        opacity: .72;
    }
    50% {
        background-position: 100% 50%;
        opacity: 1;
    }
    100% {
        background-position: 0% 50%;
        opacity: .72;
    }
}

@keyframes heroCardBarFlow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 220% 50%;
    }
}

.service-copy h3 {
    color: #24304a;
}

.service-copy p {
    color: #64708a;
}

@media (max-width: 760px) {
    .hero-floating-card {
        border-radius: 24px;
    }

    .hero-floating-card::before {
        border-radius: 24px 24px 0 0;
    }

    .service-tile {
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-floating-card::before,
    .service-tile::before {
        animation: none;
    }
}

/* Header logo image override */
.site-header .header-inner {
    min-height: 74px;
}

.site-header .brand {
    gap: 16px;
    min-width: 300px;
}

.site-header .brand-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 176px;
    height: 54px;
    overflow: visible;
}

.site-header .brand-logo img {
    display: block;
    width: auto;
    height: 50px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: left center;
    image-rendering: auto;
}

.site-header .brand-copy {
    display: flex;
    align-items: center;
    min-width: 0;
}

.site-header .brand-copy em {
    display: inline-block;
    max-width: 120px;
    padding-left: 14px;
    border-left: 1px solid rgba(33, 41, 61, 0.14);
    color: #343b4d;
    font-size: 14px;
    line-height: 1.45;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .04em;
}

.site-header .site-nav {
    flex: 0 1 auto;
    justify-content: flex-start;
    margin-left: 0;
}

.site-header .header-actions {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.site-header .header-actions::before {
    display: none;
}

.site-header .login-link,
.site-header .register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-header .login-link {
    color: #333846;
    background: transparent;
}

.site-header .login-link:hover {
    color: #ff6a00;
    background: rgba(255, 106, 0, 0.08);
}

.site-header .register-btn {
    min-width: 100px;
    background: linear-gradient(135deg, #ff8b2d 0%, #ff5a1f 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(255, 106, 0, 0.22);
}

.site-header .register-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(255, 106, 0, 0.28);
}

.site-header .header-user-state {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-header .user-center-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: 184px;
    min-height: 44px;
    padding: 5px 13px 5px 5px;
    border: 1px solid rgba(33, 41, 61, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 22px rgba(32, 40, 57, 0.06);
    color: #232936;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.site-header .user-center-link:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 106, 0, 0.22);
    background: linear-gradient(180deg, #fff 0%, #fff8f3 100%);
    box-shadow: 0 12px 28px rgba(255, 106, 0, 0.12);
}

.site-header .user-avatar {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    overflow: hidden;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9a3d 0%, #ff5a1f 100%);
    box-shadow: 0 0 0 2px #fff, 0 6px 16px rgba(255, 106, 0, 0.18);
}

.site-header .user-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-header .user-meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
    line-height: 1.08;
}

.site-header .user-label {
    display: block;
    color: #98a2b3;
    font-size: 11px;
    font-weight: 700;
}

.site-header .user-name {
    display: block;
    max-width: 108px;
    overflow: hidden;
    color: #1f2937;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site-header .user-logout-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(33, 41, 61, 0.08);
    border-radius: 14px;
    background: rgba(248, 250, 252, 0.86);
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.site-header .user-logout-link:hover {
    transform: translateY(-1px);
    color: #ff5a1f;
    border-color: rgba(255, 90, 31, 0.18);
    background: #fff3eb;
}

@media (max-width: 760px) {
    .site-header .header-actions {
        background: transparent;
        overflow: visible;
        gap: 8px;
    }

    .site-header .header-actions::before {
        display: none;
    }

    .site-header .login-link {
        display: none;
    }

    .site-header .register-btn {
        min-width: 86px;
        min-height: 38px;
        padding: 0 14px;
        border-radius: 999px;
        font-size: 14px;
    }

    .site-header .header-user-state {
        height: 40px;
        gap: 6px;
    }

    .site-header .user-center-link {
        max-width: none;
        min-height: 40px;
        padding: 3px;
        border-radius: 14px;
    }

    .site-header .user-avatar {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .site-header .user-meta {
        display: none;
    }

    .site-header .user-name {
        max-width: 64px;
    }

    .site-header .user-logout-link {
        display: none;
        min-height: 34px;
        padding: 0 9px;
        font-size: 13px;
    }
}

/* Public footer redesign */
.site-footer {
    margin-top: 86px;
    padding: 0;
    background: #1d2431;
    color: #d7deea;
}

.site-footer a {
    color: rgba(233, 238, 248, 0.82);
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

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

.footer-feature-strip {
    background: #171d28;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    min-height: 92px;
    align-items: center;
}

.footer-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.footer-feature-icon {
    position: relative;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.footer-feature:nth-child(2) .footer-feature-icon {
    border-radius: 16px 16px 18px 18px;
}

.footer-feature:nth-child(3) .footer-feature-icon {
    border-radius: 0;
    transform: rotate(0deg);
}

.footer-feature:nth-child(4) .footer-feature-icon {
    border-radius: 12px 12px 6px 6px;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 56px;
    padding: 42px 0 34px;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1.06fr 1fr 1fr 1.08fr;
    gap: 56px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.footer-col h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .04em;
}

.footer-col a {
    font-size: 15px;
    line-height: 1.1;
}

.footer-contact-card {
    min-height: 322px;
    padding-left: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-hotline-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
}

.footer-hotline-label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    box-shadow: inset 5px 0 0 rgba(255, 255, 255, 0.18);
}

.footer-hotline {
    display: block;
    margin-top: 16px;
    color: #ff6a1a;
    font-size: 32px;
    line-height: 1;
    letter-spacing: .04em;
}

.footer-contact-card em {
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-style: normal;
}

.footer-contact-card p {
    margin: 34px 0 18px;
    color: #fff;
    font-size: 16px;
}

.footer-qr-grid {
    display: flex;
    gap: 22px;
}

.footer-qr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
}

.footer-qr-code {
    position: relative;
    display: inline-flex;
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    border: 7px solid #fff;
    background:
        linear-gradient(90deg, rgba(29, 36, 49, 0.92) 10px, transparent 10px) 0 0 / 20px 20px,
        linear-gradient(rgba(29, 36, 49, 0.92) 10px, transparent 10px) 0 0 / 20px 20px,
        #fff;
    color: #ff6a1a;
    font-size: 20px;
    font-weight: 900;
}

.footer-link-row {
    padding: 2px 0 36px;
}

.footer-link-tabs {
    display: inline-flex;
    margin-bottom: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.footer-link-tabs span {
    position: relative;
    min-width: 90px;
    padding: 11px 18px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.footer-link-tabs .is-active {
    background: rgba(255, 255, 255, 0.08);
}

.footer-link-tabs .is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(255, 255, 255, 0.08);
    transform: translateX(-50%);
}

.footer-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: #1a202c;
}

.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 28px;
    min-height: 84px;
    color: rgba(233, 238, 248, 0.68);
    font-size: 14px;
}

.footer-bottom-inner p {
    margin: 0;
}

@media (max-width: 1180px) {
    .footer-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 22px 0;
    }

    .footer-main {
        grid-template-columns: 1fr;
    }

    .footer-contact-card {
        min-height: auto;
        padding: 30px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 760px) {
    .site-footer {
        margin-top: 58px;
    }

    .footer-feature-grid,
    .footer-columns {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .footer-main {
        gap: 30px;
        padding: 34px 0 28px;
    }

    .footer-columns {
        gap: 30px;
    }

    .footer-hotline {
        font-size: 27px;
    }

    .footer-qr-grid {
        flex-wrap: wrap;
    }

    .footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;
    }
}

/* Public footer redesign v2 */
.site-footer {
    position: relative;
    margin-top: 96px;
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 4%, rgba(255, 106, 69, 0.12), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(255, 68, 101, 0.08), transparent 34%),
        linear-gradient(180deg, #10131a 0%, #0c0f14 100%);
    color: #e9edf5;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.04) 50%, transparent 100%) 0 118px / 100% 1px no-repeat,
        linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.07) 50%, transparent 100%) 0 calc(100% - 92px) / 100% 1px no-repeat;
}

.site-footer a {
    color: rgba(233, 237, 245, 0.82);
}

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

.footer-service-bar {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 118px;
    align-items: center;
    gap: 26px;
}

.footer-service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.footer-service-item span {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.03);
}

.footer-core {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 330px;
    gap: 54px;
    padding: 56px 0 48px;
}

.footer-brand-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: max-content;
}

.footer-logo-mark {
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8756 0%, #ff3f55 100%);
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 18px 36px rgba(255, 83, 71, 0.22);
}

.footer-logo strong {
    display: block;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    letter-spacing: .02em;
}

.footer-logo em {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-style: normal;
    letter-spacing: .42em;
}

.footer-brand-panel p {
    max-width: 230px;
    margin: 0;
    color: rgba(233, 237, 245, 0.68);
    font-size: 14px;
    line-height: 1.9;
}

.footer-nav-panel {
    display: grid;
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 44px;
}

.footer-nav-group h3,
.footer-contact-group h3 {
    margin: 0 0 28px;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: .02em;
}

.footer-nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(76px, 1fr));
    gap: 16px 24px;
}

.footer-nav-links a {
    font-size: 15px;
    line-height: 1.15;
}

.footer-contact-group p {
    margin: 0 0 16px;
    color: rgba(233, 237, 245, 0.78);
    font-size: 15px;
    line-height: 1.55;
}

.footer-contact-group strong {
    color: #fff;
    font-weight: 800;
}

.footer-consult-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-left: 12px;
    padding: 0 17px;
    border-radius: 4px;
    background: linear-gradient(135deg, #ff7045 0%, #ff335f 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
}

.footer-qr-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-content: start;
    padding-top: 38px;
}

.footer-qr-card {
    text-align: center;
}

.footer-qr-card .footer-qr-code {
    width: 138px;
    height: 138px;
    border: 9px solid #fff;
    border-radius: 9px;
    background:
        linear-gradient(90deg, rgba(12, 15, 20, 0.92) 9px, transparent 9px) 0 0 / 18px 18px,
        linear-gradient(rgba(12, 15, 20, 0.92) 9px, transparent 9px) 0 0 / 18px 18px,
        #fff;
    color: #ff5a45;
    font-size: 26px;
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.22);
}

.footer-qr-card p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.7;
}

.footer-friend-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(233, 237, 245, 0.62);
    font-size: 14px;
}

.footer-friend-row a {
    color: rgba(233, 237, 245, 0.74);
}

.site-footer .footer-bottom {
    position: relative;
    z-index: 1;
    background: transparent;
    border-top: 0;
}

.site-footer .footer-bottom-inner {
    min-height: 92px;
    color: rgba(233, 237, 245, 0.62);
    font-size: 14px;
}

@media (max-width: 1180px) {
    .footer-service-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 24px 0;
    }

    .footer-core {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .footer-brand-panel p {
        max-width: 720px;
    }

    .footer-qr-panel {
        max-width: 340px;
        padding-top: 0;
    }
}

@media (max-width: 760px) {
    .site-footer {
        margin-top: 68px;
    }

    .footer-service-bar,
    .footer-nav-panel,
    .footer-qr-panel {
        grid-template-columns: 1fr;
    }

    .footer-service-bar {
        gap: 18px;
    }

    .footer-core {
        padding: 40px 0 36px;
    }

    .footer-nav-panel {
        gap: 34px;
    }

    .footer-nav-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-qr-panel {
        max-width: none;
    }

    .footer-qr-card {
        text-align: left;
    }

    .footer-qr-card .footer-qr-code {
        width: 118px;
        height: 118px;
    }

    .footer-consult-btn {
        margin: 10px 0 0;
    }
}

/* Public footer redesign v3 - simplified */
.site-footer {
    margin-top: 92px;
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 91, 72, 0.14), transparent 26%),
        linear-gradient(135deg, #11131a 0%, #090b10 100%);
    color: #f4f6fb;
}

.footer-simple {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.15fr;
    gap: 70px;
    padding: 64px 0 48px;
}

.footer-simple-brand {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.footer-simple-brand p {
    max-width: 260px;
    margin: 0;
    color: rgba(244, 246, 251, 0.72);
    font-size: 15px;
    line-height: 1.9;
}

.footer-simple .footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    width: max-content;
}

.footer-simple .footer-logo-mark {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff855d 0%, #ff3d55 100%);
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 20px 38px rgba(255, 70, 76, 0.2);
}

.footer-simple .footer-logo strong {
    color: #fff;
    font-size: 25px;
    line-height: 1;
}

.footer-simple .footer-logo em {
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    letter-spacing: .42em;
}

.footer-simple h3 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
}

.footer-simple-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 28px;
}

.footer-simple-links a,
.footer-simple-contact p {
    color: rgba(244, 246, 251, 0.78);
    font-size: 15px;
    line-height: 1.45;
}

.footer-simple-links a:hover {
    color: #ff7045;
}

.footer-simple-contact p {
    margin: 0 0 16px;
}

.footer-simple-contact strong {
    color: #fff;
    font-size: 16px;
    letter-spacing: .03em;
}

.footer-simple-contact .footer-consult-btn {
    min-height: 34px;
    margin: 2px 0 0;
    padding: 0 18px;
    border-radius: 5px;
    background: linear-gradient(135deg, #ff7045 0%, #ff315b 100%);
    color: #fff !important;
    box-shadow: none;
}

.site-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.12);
}

.site-footer .footer-bottom-inner {
    min-height: 74px;
    color: rgba(244, 246, 251, 0.56);
}

@media (max-width: 1180px) {
    .footer-simple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 46px;
    }
}

@media (max-width: 760px) {
    .site-footer {
        margin-top: 68px;
    }

    .footer-simple {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 42px 0 34px;
    }

    .footer-simple h3 {
        margin-bottom: 18px;
        font-size: 19px;
    }

    .footer-simple-links {
        gap: 13px 20px;
    }

    .footer-simple-brand p {
        max-width: none;
    }
}

/* Public footer redesign v4 - logo image and compact QR */
.footer-simple {
    grid-template-columns: 1.18fr .92fr .92fr 1fr 1fr;
    gap: 46px;
    align-items: flex-start;
}

.footer-simple .footer-logo {
    width: 178px;
    height: 58px;
    align-items: center;
    justify-content: flex-start;
}

.footer-simple .footer-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.footer-simple-brand p {
    max-width: 240px;
}

.footer-simple-qr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 3px;
}

.footer-qr-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    padding: 14px 12px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
}

.footer-qr-box {
    display: inline-flex;
    width: 94px;
    height: 94px;
    align-items: center;
    justify-content: center;
    border: 8px solid #fff;
    border-radius: 10px;
    background:
        linear-gradient(90deg, #11131a 8px, transparent 8px) 0 0 / 16px 16px,
        linear-gradient(#11131a 8px, transparent 8px) 0 0 / 16px 16px,
        #fff;
    color: #ff5f45;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.footer-qr-mini p {
    margin: 0;
    color: rgba(244, 246, 251, 0.78);
    font-size: 14px;
}

@media (max-width: 1180px) {
    .footer-simple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 46px;
    }

    .footer-simple-qr {
        max-width: 320px;
    }
}

@media (max-width: 760px) {
    .footer-simple {
        grid-template-columns: 1fr;
    }

    .footer-simple .footer-logo {
        width: 156px;
        height: 50px;
    }

    .footer-simple-qr {
        max-width: 100%;
    }

    .footer-qr-mini {
        align-items: flex-start;
    }
}

/* Public footer final cleanup */
.site-footer::before {
    content: none;
    display: none;
    background: none;
}

.site-footer .footer-bottom {
    position: relative;
    border-top: 0;
}

.site-footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 106, 69, 0.34) 50%, rgba(255, 255, 255, 0.08) 100%);
    transform: none;
}

.footer-record-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.footer-record-links a,
.footer-record-links span {
    color: rgba(244, 246, 251, 0.58);
}

.footer-record-links a:hover {
    color: #ff7045;
}

/* Footer QR compact polish */
.footer-simple-qr {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 18px;
    padding-top: 0;
}

.footer-qr-mini {
    width: 124px;
    gap: 10px;
    padding: 12px 10px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.065) 0%, rgba(255, 255, 255, 0.025) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.footer-qr-box {
    position: relative;
    width: 88px;
    height: 88px;
    border: 7px solid #f8fafc;
    border-radius: 10px;
    background:
        linear-gradient(90deg, #11131a 7px, transparent 7px) 0 0 / 14px 14px,
        linear-gradient(#11131a 7px, transparent 7px) 0 0 / 14px 14px,
        #f8fafc;
    color: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.footer-qr-box::before {
    content: "";
    position: absolute;
    inset: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7a45 0%, #ff355c 100%);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.82);
}

.footer-qr-box em {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
}

.footer-qr-box.is-image {
    padding: 0;
    overflow: hidden;
    background: #fff;
}

.footer-qr-box.is-image::before {
    content: none;
    display: none;
}

.footer-qr-box.is-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-qr-mini p {
    color: rgba(244, 246, 251, 0.72);
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .03em;
}

@media (max-width: 1180px) {
    .footer-simple-qr {
        justify-content: flex-start;
        max-width: none;
    }
}

@media (max-width: 760px) {
    .footer-simple-qr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 124px));
        gap: 14px;
    }

    .footer-qr-mini {
        align-items: center;
    }
}

/* Footer QR borderless refinement */
.footer-simple-qr {
    gap: 34px;
}

.footer-qr-mini {
    width: 132px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.footer-qr-box,
.footer-qr-box.is-image {
    width: 116px;
    height: 116px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.footer-qr-box.is-image img {
    border-radius: 12px;
    object-fit: cover;
}

.footer-qr-mini p {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
}

.footer-qr-mini p span {
    color: rgba(255, 255, 255, 0.92);
}

.footer-qr-mini p strong {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

@media (max-width: 760px) {
    .footer-simple-qr {
        grid-template-columns: repeat(2, minmax(0, 132px));
        gap: 20px;
    }
}

/* Hero floating service cards refinement */
.floating-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 250, 245, 0.92) 100%);
    border: 1px solid rgba(255, 126, 82, 0.14);
}

.floating-services .service-tile {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    min-height: 142px;
    padding: 20px 18px;
    overflow: hidden;
    border: 1px solid rgba(32, 43, 67, 0.08);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18px 18px, rgba(255, 111, 69, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 100%);
    box-shadow: 0 14px 30px rgba(24, 35, 56, 0.06);
}

.floating-services .service-tile::before {
    content: none;
    display: none;
}

.floating-services .service-tile:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 111, 69, 0.18);
    box-shadow: 0 20px 42px rgba(24, 35, 56, 0.1);
}

.floating-services .service-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(255, 96, 72, 0.16);
}

.floating-services .service-copy h3 {
    margin: 0 0 9px;
    color: #20283b;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.floating-services .service-copy p {
    margin: 0;
    color: #687286;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 1180px) {
    .floating-services {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .floating-services {
        grid-template-columns: 1fr;
        padding: 10px;
        border-radius: 22px;
    }

    .floating-services .service-tile {
        min-height: auto;
        padding: 18px;
    }
}

/* Hero floating service cards layout v2 */
.floating-services .service-tile {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 154px;
    padding: 18px 18px 20px;
}

.floating-services .service-head {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.floating-services .service-copy {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 50px;
}

.floating-services .service-copy h3 {
    margin: 0;
}

.floating-services .service-desc {
    width: 100%;
    margin: 0;
    color: #687286;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 760px) {
    .floating-services .service-tile {
        min-height: auto;
    }
}

/* Floating form to conversion panel */
.floating-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    min-height: 118px;
    padding: 4px 2px;
}

.floating-form-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.floating-form-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 168, 117, 0.3);
    color: #d66b2f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
}

.floating-form-copy h3 {
    margin: 0;
    color: #25304a;
    font-size: 25px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.floating-form-copy p {
    margin: 0;
    color: #6c7184;
    font-size: 14px;
    line-height: 1.65;
}

.floating-entry-goals {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.floating-entry-goals span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(240, 202, 168, 0.78);
    color: #7f5431;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(78, 105, 167, 0.05);
}

.floating-entry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.floating-entry-primary,
.floating-entry-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease;
}

.floating-entry-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff8740 0%, #ff4e5d 100%);
    box-shadow: 0 14px 28px rgba(255, 102, 83, 0.22);
}

.floating-entry-secondary {
    color: #3352a4;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(110, 144, 235, 0.24);
}

.floating-entry-primary:hover,
.floating-entry-secondary:hover {
    transform: translateY(-1px);
}

.floating-entry-secondary:hover {
    border-color: rgba(78, 120, 235, 0.36);
    color: #24439a;
}

.floating-entry-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    color: #7a8397;
    font-size: 13px;
    font-weight: 700;
}

.floating-entry-trust span {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.floating-entry-trust span::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8d48 0%, #4b78ff 100%);
    box-shadow: 0 0 0 4px rgba(97, 135, 255, 0.08);
}

@media (max-width: 1280px) {
    .floating-form-copy h3 {
        font-size: 23px;
    }
}

@media (max-width: 760px) {
    .floating-form {
        gap: 10px;
    }

    .floating-form-copy h3 {
        font-size: 22px;
    }

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

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

/* Floating form compact layout */
.floating-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "copy actions"
        "goals trust";
    gap: 10px 12px;
    min-height: 0;
    padding: 0;
    align-items: center;
}

.floating-form-copy {
    grid-area: copy;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.floating-form-copy h3 {
    font-size: 22px;
    line-height: 1.1;
}

.floating-form-copy p {
    display: none;
}

.floating-entry-actions {
    grid-area: actions;
    gap: 8px;
    justify-content: flex-end;
}

.floating-entry-primary,
.floating-entry-secondary {
    min-height: 38px;
    padding: 0 16px;
    font-size: 13px;
    white-space: nowrap;
}

.floating-entry-goals {
    grid-area: goals;
    gap: 8px;
}

.floating-entry-goals span {
    min-height: 30px;
    padding: 0 12px;
    font-size: 12px;
}

.floating-entry-trust {
    grid-area: trust;
    justify-content: flex-end;
    gap: 8px 12px;
    font-size: 12px;
}

.floating-entry-trust span::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
}

@media (max-width: 1180px) {
    .floating-form {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "goals"
            "actions"
            "trust";
        gap: 10px;
    }

    .floating-entry-actions,
    .floating-entry-trust {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .floating-form-copy h3 {
        font-size: 20px;
    }

    .floating-entry-actions {
        flex-direction: row;
    }

    .floating-entry-primary,
    .floating-entry-secondary {
        width: auto;
        flex: 1 1 auto;
    }

    .floating-entry-goals,
    .floating-entry-trust {
        gap: 8px;
    }
}

/* Floating top compact polish */
.floating-top {
    grid-template-columns: 216px minmax(0, 1fr) 214px;
    gap: 10px;
    padding: 8px;
    border-radius: 18px;
}

.floating-offer {
    padding: 2px 6px;
}

.offer-pill {
    min-height: 26px;
    padding: 0 12px;
    font-size: 11px;
    box-shadow: 0 8px 16px rgba(255, 111, 82, 0.14);
}

.floating-offer-placeholder {
    margin-top: 6px;
    min-height: 50px;
    border-radius: 12px;
}

.floating-offer-placeholder span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 10px;
}

.floating-form {
    gap: 6px 8px;
}

.floating-form-kicker {
    min-height: 24px;
    padding: 0 9px;
    font-size: 11px;
}

.floating-form-copy {
    gap: 4px 8px;
}

.floating-form-copy h3 {
    font-size: 18px;
    letter-spacing: -0.04em;
}

.floating-entry-goals {
    gap: 6px;
}

.floating-entry-goals span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 11px;
    border-radius: 999px;
    white-space: nowrap;
}

.floating-entry-actions {
    gap: 8px;
}

.floating-entry-primary,
.floating-entry-secondary {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
    box-shadow: none;
}

.floating-entry-primary {
    box-shadow: 0 10px 20px rgba(255, 102, 83, 0.16);
}

.floating-entry-trust {
    gap: 4px 10px;
    align-items: center;
}

.floating-entry-trust span {
    white-space: nowrap;
    font-size: 11px;
}

.floating-countdown {
    min-height: 84px;
    padding: 10px 12px;
    border-radius: 16px;
    gap: 2px;
}

.floating-countdown span {
    font-size: 11px;
}

.floating-countdown strong {
    font-size: 18px;
    line-height: 1.08;
}

.floating-countdown em {
    font-size: 12px;
}

@media (max-width: 1280px) {
    .floating-top {
        grid-template-columns: 198px minmax(0, 1fr) 198px;
    }
}

@media (max-width: 1180px) {
    .floating-top {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .floating-offer {
        padding: 0;
    }

    .floating-countdown {
        min-height: 78px;
    }
}

/* Floating services edge alignment */
.floating-services {
    margin-top: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    align-items: stretch;
}

.floating-services .service-tile:hover {
    transform: none;
    border-color: rgba(32, 43, 67, 0.08);
    box-shadow: 0 14px 30px rgba(24, 35, 56, 0.06);
}

@media (max-width: 760px) {
    .floating-services {
        padding: 0;
        border-radius: 0;
    }
}

/* Floating countdown final polish */
.floating-countdown {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    min-height: 78px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 163, 124, 0.24);
    border-radius: 16px;
    background:
        radial-gradient(circle at top right, rgba(255, 122, 82, 0.16), transparent 48%),
        linear-gradient(135deg, rgba(255, 247, 240, 0.98) 0%, rgba(255, 239, 226, 0.96) 52%, rgba(255, 231, 242, 0.94) 100%);
    color: #28344f;
    text-align: left;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.72),
        0 14px 28px rgba(43, 58, 88, 0.08);
    overflow: hidden;
}

.floating-countdown::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -30px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 123, 84, 0.18) 0%, rgba(255, 123, 84, 0) 72%);
    pointer-events: none;
}

.floating-countdown .floating-countdown-tag {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8357 0%, #ff5c68 100%);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 18px rgba(255, 103, 82, 0.18);
}

.floating-countdown strong {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #1f2b46;
}

.floating-countdown p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #5c657c;
}

.floating-countdown b {
    color: #ff6c4c;
    font-size: 16px;
    font-weight: 800;
}

.floating-countdown em {
    position: relative;
    z-index: 1;
    font-style: normal;
    font-size: 11px;
    line-height: 1.35;
    color: #7a6b66;
}

@media (max-width: 1180px) {
    .floating-countdown {
        min-height: 72px;
        padding: 10px 12px;
    }
}

@media (max-width: 760px) {
    .floating-countdown {
        align-items: center;
        text-align: center;
        min-height: 0;
    }
}

/* Homepage middle sections final layout */
.section-block {
    padding-top: 94px;
}

.partner-strip {
    padding: 30px 0 10px;
}

.partner-inner {
    display: block;
    padding: 34px 34px 24px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 251, 255, 0.94) 100%);
    box-shadow: 0 18px 36px rgba(31, 53, 96, 0.09);
}

.section-head-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-head-center .section-kicker {
    margin-left: auto;
    margin-right: auto;
}

.section-head-center p {
    margin-left: auto;
    margin-right: auto;
}

.partner-head {
    max-width: 860px;
    margin-bottom: 28px;
}

.partner-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.partner-metric {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 144px;
    padding: 24px 18px 20px;
    border-radius: 26px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.94) 100%);
    border: 1px solid rgba(72, 102, 161, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.86),
        0 12px 24px rgba(24, 39, 68, 0.05);
    position: relative;
    overflow: hidden;
}

.partner-metric::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff8a4c 0%, #ff5d65 100%);
    opacity: 0.92;
}

.partner-metric strong {
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #ff5e4b;
}

.partner-metric span {
    margin: 12px 0 0;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #3a4661;
    font-size: 15px;
    font-weight: 700;
}

.section-head {
    max-width: 920px;
    margin-bottom: 34px;
}

.section-head .section-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 108, 76, 0.1);
    color: #ff6c4c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.section-head h2 {
    margin: 14px 0 10px;
    font-size: clamp(34px, 3.4vw, 50px);
    line-height: 1.16;
    letter-spacing: -0.03em;
    color: #16233f;
}

.section-head p {
    max-width: 760px;
    font-size: 15px;
    line-height: 1.9;
    color: #667794;
}

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

.capability-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 32px 30px 28px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248,251,255,0.92) 100%);
    border: 1px solid rgba(72, 102, 161, 0.08);
    box-shadow: 0 18px 34px rgba(24, 39, 68, 0.06);
}

.capability-card h3 {
    margin: 18px 0 12px;
    font-size: 26px;
}

.capability-card p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.capability-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(48, 107, 255, 0.08);
    color: #1f4de8;
    font-size: 14px;
    font-weight: 700;
}

.capabilities {
    position: relative;
    padding: 0;
    background: transparent;
}

.proof-section-head {
    max-width: 760px;
    margin: 0 auto 18px;
}

.proof-section-head h2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
    font-size: clamp(30px, 2.5vw, 42px);
    line-height: 1.14;
    letter-spacing: -0.01em;
    color: #22345a;
}

.proof-section-head h2 span {
    display: inline-block;
}

.proof-title-decor {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
    opacity: 0.96;
    flex-shrink: 0;
}

.proof-title-decor-left {
    transform: translateY(3px);
}

.proof-title-decor-right {
    transform: translateY(3px);
}

.proof-section-head p {
    margin: 0;
    color: #8d96aa;
    font-size: 14px;
    line-height: 1.7;
}

.proof-layout {
    position: relative;
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 28px;
    margin: 30px 0;
    padding: 26px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(31, 47, 82, 0.08);
}

.proof-layout::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0) 20%),
        radial-gradient(circle at 18% 14%, rgba(255, 180, 130, 0.10) 0, transparent 18%);
    border-radius: inherit;
    pointer-events: none;
}

.proof-layout::after {
    display: none;
}

.proof-left,
.proof-right {
    position: relative;
    z-index: 1;
}

.proof-left,
.proof-right {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.proof-reason-panel,
.proof-case-panel {
    border-radius: 22px;
    background: #fff;
}

.proof-reason-panel {
    min-height: 100%;
    padding: 24px 26px 22px;
    border: 1px solid #edf1f7;
    box-shadow: 0 12px 28px rgba(26, 38, 68, 0.05);
    overflow: hidden;
}

.proof-reason-panel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background:
        radial-gradient(circle, rgba(255, 166, 115, 0.28) 0 1.5px, transparent 1.5px) 0 0 / 12px 12px;
    opacity: 0.6;
    transform: translate(18px, -14px);
    pointer-events: none;
}

.proof-side-title {
    margin: 0 0 18px;
    color: #22345a;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.proof-reason-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 16px 0 17px;
    border-bottom: 1px solid #f0f2f7;
}

.proof-reason-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 140, 82, 0.22);
    border-radius: 50%;
    background: linear-gradient(180deg, #fff9f4, #fff);
    color: #ff7a2f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: inherit;
}

.proof-reason-title {
    margin: 2px 0 8px;
    color: #243454;
    font-size: 15px;
    line-height: 1.3;
}

.proof-reason-desc {
    margin: 0;
    color: #8a94aa;
    font-size: 13px;
    line-height: 1.75;
}

.proof-actions {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.proof-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 148px;
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.proof-btn span {
    font-size: 16px;
    line-height: 1;
    transform: translateY(-1px);
    opacity: 0.8;
}

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

.proof-btn-primary {
    color: #fff;
    background: linear-gradient(180deg, #ff8d34 0%, #ff6e1f 100%);
    border: 1px solid rgba(255, 118, 40, 0.9);
    box-shadow: 0 14px 26px rgba(255, 121, 54, 0.18);
}

.proof-btn-secondary {
    color: #44536f;
    background: #fff;
    border: 1px solid #dfe5ef;
}

.proof-case-panel {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.proof-card-panel {
    position: relative;
}

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

.proof-case-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 194px;
    padding: 16px 16px 14px;
    border: 1px solid #ebeff6;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
    box-shadow: 0 8px 20px rgba(28, 31, 44, 0.035);
}

.proof-case-top {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
}

.proof-case-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #f5e3db;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff8f3, #fff);
    color: #ff7a2f;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.proof-case-icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.proof-case-icon.is-geo {
    color: #5e78c8;
    border-color: #dbe3f4;
    background: linear-gradient(180deg, #f4f7ff, #fff);
}

.proof-case-icon.is-overseas {
    color: #ef7d2f;
    border-color: #f0e3db;
    background: linear-gradient(180deg, #fff8f3, #fff);
}

.proof-case-icon.is-site {
    color: #394f87;
    border-color: #e1e5ef;
    background: linear-gradient(180deg, #f7f9fd, #fff);
}

.proof-case-name {
    margin: 2px 0 6px;
    color: #243454;
    font-size: 15px;
    font-weight: 700;
}

.proof-case-desc {
    margin: 0;
    color: #8d97aa;
    font-size: 12px;
    line-height: 1.6;
}

.proof-case-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: 14px;
}

.proof-case-result {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 92px;
}

.proof-case-result strong {
    color: #ff6923;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.proof-case-result strong::after {
    content: "↑";
    display: inline-block;
    margin-left: 2px;
    font-size: 12px;
    transform: translateY(-6px);
}

.proof-case-card.is-geo .proof-case-result strong,
.proof-case-card.is-overseas .proof-case-result strong {
    color: #3f7dff;
}

.proof-case-result span {
    color: #6f7688;
    font-size: 12px;
    line-height: 1.4;
}

.proof-case-thumb {
    position: relative;
    overflow: hidden;
    flex: 0 0 156px;
    width: 156px;
    height: 88px;
    margin-top: 0;
    border: 1px dashed #d9dfeb;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

.proof-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 0 24px;
    padding: 0 6px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.proof-metric {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 82px;
}

.proof-metric-num {
    margin: 0;
    color: #ff6b1f;
    font-size: clamp(34px, 3vw, 56px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.proof-metric-text {
    margin: 0;
    color: #263556;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.proof-metric-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.proof-metric-copy::after {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: #ff6b1f;
}

.proof-metric.is-blue .proof-metric-num {
    color: #3f7dff;
}

.proof-metric.is-blue .proof-metric-copy::after {
    background: #3f7dff;
}

.proof-metric-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fff7f3 0%, #fff 100%);
    border: 1px solid #f1e4dc;
    color: #ff742f;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(255, 120, 66, 0.08);
}

.proof-metric-icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.proof-metric.is-blue .proof-metric-icon {
    color: #3f7dff;
    border-color: #e0e8fb;
    background: linear-gradient(180deg, #f4f8ff 0%, #fff 100%);
    box-shadow: 0 8px 18px rgba(63, 125, 255, 0.08);
}

.proof-service-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
    padding: 12px;
    border: 1px solid #eef1f6;
    border-radius: 18px;
    background: #fff;
}

.proof-service-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 14px;
    background: #fff;
}

.proof-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e5eaf4;
    background: #fff;
    color: #2b3d68;
    font-size: 15px;
    font-weight: 700;
}

.proof-service-icon img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.proof-service-item strong {
    display: block;
    color: #243454;
    font-size: 14px;
    line-height: 1.35;
}

.proof-service-item p {
    margin: 4px 0 0;
    color: #8d97aa;
    font-size: 12px;
    line-height: 1.55;
}

/* Final proof section sizing override */
.proof-section-head {
    margin: 0 auto 20px;
}

.proof-section-head h2 {
    gap: 10px;
    font-size: clamp(30px, 2.45vw, 40px);
    line-height: 1.14;
}

.proof-title-decor {
    width: 46px;
    height: 46px;
}

.proof-title-decor-left,
.proof-title-decor-right {
    transform: translateY(3px);
}

.proof-section-head p {
    font-size: 14px;
    line-height: 1.65;
}

.proof-metrics {
    gap: 24px;
    margin: 0 auto 22px;
    padding: 0 4px;
}

.proof-metric {
    gap: 14px;
    min-height: 78px;
}

.proof-metric-num {
    font-size: clamp(32px, 2.9vw, 52px);
}

.proof-metric-text {
    font-size: 14px;
}

.proof-metric-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
}

.proof-metric-icon img {
    width: 22px;
    height: 22px;
}

.proof-layout {
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 22px;
    margin: 30px auto;
    padding: 18px;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(31, 47, 82, 0.07);
}

.proof-layout::before {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0) 20%),
        radial-gradient(circle at 18% 14%, rgba(255, 180, 130, 0.10) 0, transparent 18%);
}

.proof-reason-panel {
    padding: 20px 22px 18px;
    box-shadow: 0 10px 24px rgba(26, 38, 68, 0.045);
}

.proof-side-title {
    margin: 0 0 16px;
    font-size: 16px;
}

.proof-reason-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0 15px;
}

.proof-reason-num {
    width: 42px;
    height: 42px;
    font-size: 20px;
}

.proof-reason-title {
    margin: 1px 0 6px;
    font-size: 15px;
}

.proof-reason-desc {
    font-size: 12px;
    line-height: 1.7;
}

.proof-actions {
    margin-top: 18px;
}

.proof-btn {
    min-width: 146px;
    height: 42px;
    padding: 0 16px;
    font-size: 13px;
}

.proof-case-panel {
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
}

.proof-case-grid {
    gap: 12px;
    flex: 1 1 auto;
    align-content: start;
}

.proof-case-card {
    min-height: 178px;
    padding: 14px 14px 12px;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(28, 31, 44, 0.028);
}

.proof-case-top {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
}

.proof-case-icon {
    width: 40px;
    height: 40px;
}

.proof-case-icon img {
    width: 17px;
    height: 17px;
}

.proof-case-name {
    margin: 0 0 5px;
    font-size: 14px;
}

.proof-case-desc {
    font-size: 11px;
    line-height: 1.55;
}

.proof-case-bottom {
    gap: 12px;
    margin-top: 12px;
}

.proof-case-result {
    gap: 5px;
    min-width: 84px;
}

.proof-case-result strong {
    font-size: 15px;
}

.proof-case-result strong::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 4px;
    vertical-align: middle;
    background: url("../../img/proof-trend-up.svg") center / contain no-repeat;
    transform: translateY(-2px);
    animation: proof-trend-rise 1.8s ease-in-out infinite;
}

.proof-case-result span {
    font-size: 11px;
}

.proof-case-thumb {
    flex: 0 0 138px;
    width: 138px;
    height: 80px;
    border: 1px dashed #d9dfeb;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.proof-case-thumb-overseas {
    flex: 0 0 152px;
    width: 152px;
    height: 96px;
}

.proof-case-grid .proof-case-result {
    min-width: 118px;
}

.proof-case-grid .proof-case-result strong {
    font-size: 35px;
    line-height: 0.92;
}

.proof-service-strip {
    margin-top: 14px;
    padding: 12px;
    border-radius: 16px;
    background: #fff;
}

.proof-service-item {
    padding: 8px;
}

.proof-service-item strong {
    font-size: 13px;
}

.proof-service-item p {
    font-size: 11px;
    line-height: 1.5;
}

@keyframes proof-trend-rise {
    0%,
    100% {
        transform: translateY(-2px);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-6px);
        opacity: 1;
    }
}

.advantage-layout {
    gap: 30px;
}

.advantage-content {
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 22px;
    align-items: stretch;
}

.advantage-card {
    padding: 30px;
    border-radius: 28px;
    border: 1px solid rgba(72, 102, 161, 0.08);
    box-shadow: 0 18px 34px rgba(24, 39, 68, 0.06);
}

.showcase-card {
    padding: 32px;
    border-radius: 34px;
    border: 1px solid rgba(116, 154, 255, 0.14);
    box-shadow: 0 24px 46px rgba(10, 26, 56, 0.18);
}

.geo-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.geo-showcase-item {
    padding: 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.geo-showcase-item span {
    display: block;
    color: rgba(232, 242, 255, 0.64);
    font-size: 12px;
}

.geo-showcase-item strong {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
}

.plan-grid {
    align-items: stretch;
    gap: 22px;
}

.plan-card {
    min-height: 350px;
    padding: 32px 30px 28px;
    border-radius: 30px;
    border: 1px solid rgba(72, 102, 161, 0.08);
    box-shadow: 0 18px 34px rgba(24, 39, 68, 0.06);
}

.plan-card a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    color: inherit;
}

.plan-card:not(.is-featured) a {
    background: rgba(48, 107, 255, 0.08);
    color: #1f4de8;
}

.plan-card.is-featured a {
    background: rgba(255,255,255,0.16);
    color: #fff;
}

.workflow-card {
    min-height: 230px;
    padding: 28px 24px 24px;
    border-radius: 28px;
    border: 1px solid rgba(72, 102, 161, 0.08);
    box-shadow: 0 18px 34px rgba(24, 39, 68, 0.06);
}

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

.insight-card {
    min-height: 290px;
    padding: 30px 28px 26px;
    border-radius: 30px;
    border: 1px solid rgba(72, 102, 161, 0.08);
    box-shadow: 0 18px 34px rgba(24, 39, 68, 0.06);
}

.cta-box {
    align-items: flex-start;
    gap: 34px;
    padding: 42px;
    border-radius: 36px;
}

.cta-copy {
    flex: 0 0 36%;
}

.cta-faq-panel {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cta-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cta-faq-item {
    padding: 20px 20px 18px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

.cta-faq-item h3 {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.45;
}

.cta-faq-item p {
    margin: 0;
    color: rgba(255,255,255,0.76);
    font-size: 14px;
    line-height: 1.8;
}

.cta-actions {
    justify-content: flex-start;
}

@media (max-width: 1280px) {
    .partner-metrics,
    .insight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .partner-inner,
    .proof-layout,
    .advantage-content,
    .cta-box {
        grid-template-columns: 1fr;
        display: grid;
    }

    .partner-metrics,
    .capability-grid,
    .plan-grid,
    .workflow-grid,
    .cta-faq-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insight-grid,
    .geo-showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proof-layout::after {
        display: none;
    }
}

@media (max-width: 760px) {
    .section-block {
        padding-top: 64px;
    }

    .partner-inner,
    .proof-reason-panel,
    .proof-case-panel,
    .capability-card,
    .advantage-card,
    .showcase-card,
    .plan-card,
    .workflow-card,
    .insight-card,
    .cta-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .partner-metrics,
    .capability-grid,
    .proof-case-grid,
    .proof-metrics,
    .plan-grid,
    .workflow-grid,
    .insight-grid,
    .cta-faq-list,
    .geo-showcase-grid {
        grid-template-columns: 1fr;
    }

    .proof-layout {
        gap: 18px;
        padding: 18px;
        border-radius: 22px;
    }

    .proof-section-head {
        max-width: 100%;
        margin-bottom: 14px;
    }

    .proof-section-head h2 {
        gap: 14px;
        font-size: 22px;
    }

    .proof-title-decor {
        width: 28px;
        height: 28px;
    }

    .proof-section-head p {
        font-size: 12px;
    }

    .proof-reason-item {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        padding-bottom: 14px;
    }

    .proof-reason-num {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .proof-case-grid,
    .proof-metrics {
        grid-template-columns: 1fr;
    }

    .proof-metric {
        padding: 0 2px;
    }

    .proof-metric-num {
        margin-bottom: 6px;
        font-size: 34px;
    }

    .proof-metric-text {
        font-size: 14px;
    }

    .proof-case-thumb {
        width: 132px;
        flex-basis: 132px;
        height: 92px;
    }

    .proof-metric + .proof-metric::before {
        display: none;
    }

    .proof-actions {
        flex-direction: column;
    }

    .proof-service-strip {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .proof-service-item {
        padding: 0;
    }

    .partner-metric,
    .workflow-card,
    .insight-card,
    .plan-card {
        min-height: 0;
    }
}

/* Quick start section */
.startup-path {
    position: relative;
    padding: 44px 0 38px;
    background: transparent;
}

.startup-path::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 118px;
    width: min(1680px, calc(100vw - 40px));
    height: 96px;
    border-top: 1px solid rgba(246, 184, 125, 0.12);
    border-radius: 50% / 100%;
    transform: translateX(-50%);
    pointer-events: none;
}

.startup-head,
.startup-steps-card,
.startup-portal-panel {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.22, 1, .36, 1);
}

.startup-path.is-visible .startup-head,
.startup-path.is-visible .startup-steps-card,
.startup-path.is-visible .startup-portal-panel {
    opacity: 1;
    transform: translateY(0);
}

.startup-path.is-visible .startup-steps-card {
    transition-delay: .08s;
}

.startup-path.is-visible .startup-portal-panel {
    transition-delay: .14s;
}

.startup-head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 34px;
}

.startup-head h2 {
    margin: 0;
    color: #253a5e;
    font-size: 56px;
    line-height: 1.16;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.startup-head p {
    margin: 16px 0 0;
    color: #7b8da9;
    font-size: 20px;
    line-height: 1.8;
}

.startup-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 398px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.startup-steps-card,
.startup-portal-panel {
    position: relative;
    min-height: 456px;
    padding: 28px 28px 26px;
    border-radius: 26px;
    border: 1px solid rgba(228, 233, 245, 0.96);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 52px rgba(42, 64, 110, 0.10);
}

.startup-steps-card::before {
    content: "";
    position: absolute;
    left: 49px;
    top: 78px;
    bottom: 78px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 190, 142, 0.48) 0%, rgba(230, 235, 244, 0.88) 100%);
}

.startup-steps-card::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 16px;
    width: 118px;
    height: 84px;
    background-image: radial-gradient(circle, rgba(255, 174, 122, 0.26) 1.2px, transparent 1.2px);
    background-size: 12px 12px;
    opacity: .52;
    pointer-events: none;
}

.startup-step {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 6px 0 24px;
}

.startup-step + .startup-step {
    border-top: 1px solid rgba(235, 239, 247, 0.9);
    padding-top: 24px;
}

.startup-step-num {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-top: 2px;
    border-radius: 50%;
    border: 1px solid rgba(255, 192, 150, 0.74);
    background: linear-gradient(180deg, #fffaf6 0%, #fff2e8 100%);
    color: #ff7b34;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
}

.startup-step-copy h3 {
    margin: 0 0 10px;
    color: #253a5e;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.startup-step-copy p {
    margin: 0;
    color: #7f8fa8;
    font-size: 15px;
    line-height: 1.75;
}

.startup-portal-head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 22px;
}

.startup-portal-head h3 {
    margin: 0;
    color: #253a5e;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.startup-portal-chrome {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 18px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7f9ff 0%, #f2f5fc 100%);
    border: 1px solid rgba(231, 236, 246, 0.9);
}

.startup-portal-chrome span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(223, 229, 240, 0.92);
}

.startup-portal-chrome i {
    display: block;
    flex: 1 1 auto;
    height: 8px;
    margin-left: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(236, 240, 248, 0.98) 0%, rgba(243, 246, 251, 0.96) 100%);
}

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

.startup-portal-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 16px;
    gap: 16px;
    align-items: center;
    min-height: 126px;
    padding: 22px 22px 20px;
    border-radius: 20px;
    border: 1px solid rgba(231, 236, 246, 0.96);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    box-shadow: 0 14px 28px rgba(37, 58, 94, 0.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.startup-portal-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 177, 115, 0.56);
    box-shadow: 0 20px 36px rgba(37, 58, 94, 0.10);
}

.startup-portal-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(233, 238, 247, 0.96);
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.startup-portal-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.startup-portal-icon.is-orange {
    background: linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
}

.startup-portal-icon.is-blue {
    background: linear-gradient(180deg, #f5f8ff 0%, #edf3ff 100%);
}

.startup-portal-icon.is-cyan {
    background: linear-gradient(180deg, #f3fbff 0%, #ecf8ff 100%);
}

.startup-portal-icon.is-amber {
    background: linear-gradient(180deg, #fff9f1 0%, #fff3e6 100%);
}

.startup-portal-copy strong {
    display: block;
    margin-bottom: 8px;
    color: #253a5e;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
}

.startup-portal-copy p {
    margin: 0;
    color: #7f8fa8;
    font-size: 14px;
    line-height: 1.7;
}

.startup-portal-arrow {
    color: #b7c1d6;
    font-size: 24px;
    line-height: 1;
    justify-self: end;
    transition: transform .22s ease, color .22s ease;
}

.startup-portal-card:hover .startup-portal-arrow {
    color: #ff7d36;
    transform: translateX(3px);
}

.startup-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.startup-action-primary,
.startup-action-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 20px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .01em;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.startup-action-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff9a35 0%, #ff742f 100%);
    box-shadow: 0 16px 28px rgba(255, 132, 58, 0.24);
}

.startup-action-secondary {
    color: #5c6e8c;
    background: #fff;
    border: 1px solid rgba(212, 220, 235, 0.96);
    box-shadow: 0 10px 22px rgba(37, 58, 94, 0.05);
}

.startup-action-primary:hover,
.startup-action-secondary:hover {
    transform: translateY(-2px);
}

.startup-action-primary span,
.startup-action-secondary span {
    margin-left: 10px;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 1180px) {
    .startup-head h2 {
        font-size: 46px;
    }

    .startup-head p {
        font-size: 18px;
    }

    .startup-layout {
        grid-template-columns: 1fr;
    }

    .startup-steps-card,
    .startup-portal-panel {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .startup-path {
        padding: 34px 0 26px;
    }

    .startup-path::before {
        top: 104px;
        width: calc(100vw - 18px);
        height: 64px;
    }

    .startup-head {
        margin-bottom: 24px;
    }

    .startup-head h2 {
        font-size: 32px;
        letter-spacing: -0.03em;
    }

    .startup-head p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.75;
    }

    .startup-steps-card,
    .startup-portal-panel {
        padding: 20px 18px;
        border-radius: 22px;
    }

    .startup-steps-card::before,
    .startup-steps-card::after {
        display: none;
    }

    .startup-step {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        padding-bottom: 18px;
    }

    .startup-step + .startup-step {
        padding-top: 18px;
    }

    .startup-step-num {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .startup-step-copy h3,
    .startup-portal-head h3 {
        font-size: 17px;
    }

    .startup-step-copy p,
    .startup-portal-copy p {
        font-size: 13px;
    }

    .startup-portal-grid,
    .startup-actions {
        grid-template-columns: 1fr;
    }

    .startup-portal-card {
        grid-template-columns: 52px minmax(0, 1fr) 14px;
        gap: 12px;
        min-height: 0;
        padding: 18px 16px;
    }

    .startup-portal-icon {
        width: 52px;
        height: 52px;
    }

    .startup-portal-icon img {
        width: 26px;
        height: 26px;
    }

    .startup-action-primary,
    .startup-action-secondary {
        min-height: 50px;
        font-size: 16px;
    }
}

/* Scenario solutions section */
.scenario-solutions {
    position: relative;
    padding: 40px 0 42px;
    background: transparent;
}

.scenario-solutions::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 110px;
    width: min(1700px, calc(100vw - 40px));
    height: 96px;
    border-top: 1px solid rgba(246, 184, 125, 0.12);
    border-radius: 50% / 100%;
    transform: translateX(-50%);
    pointer-events: none;
}

.scenario-head,
.scenario-grid,
.scenario-actions {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.22, 1, .36, 1);
}

.scenario-solutions.is-visible .scenario-head,
.scenario-solutions.is-visible .scenario-grid,
.scenario-solutions.is-visible .scenario-actions {
    opacity: 1;
    transform: translateY(0);
}

.scenario-solutions.is-visible .scenario-grid {
    transition-delay: .08s;
}

.scenario-solutions.is-visible .scenario-actions {
    transition-delay: .16s;
}

.scenario-head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 34px;
}

.scenario-head h2 {
    margin: 0;
    color: #253a5e;
    font-size: 54px;
    line-height: 1.16;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.scenario-head p {
    margin: 16px 0 0;
    color: #7b8da9;
    font-size: 20px;
    line-height: 1.8;
}

.scenario-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.scenario-card {
    display: flex;
    flex-direction: column;
    min-height: 232px;
    padding: 24px 24px 20px;
    border-radius: 24px;
    border: 1px solid rgba(231, 236, 246, 0.96);
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(251,252,255,0.98) 100%);
    box-shadow: 0 18px 40px rgba(37, 58, 94, 0.08);
}

.scenario-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.scenario-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(233, 238, 247, 0.96);
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.scenario-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.scenario-icon.is-orange {
    background: linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
}

.scenario-icon.is-blue {
    background: linear-gradient(180deg, #f5f8ff 0%, #edf3ff 100%);
}

.scenario-icon.is-cyan {
    background: linear-gradient(180deg, #f2fbff 0%, #ebf8ff 100%);
}

.scenario-icon.is-amber {
    background: linear-gradient(180deg, #fff9f2 0%, #fff2e6 100%);
}

.scenario-icon.is-purple {
    background: linear-gradient(180deg, #f7f3ff 0%, #f0ecff 100%);
}

.scenario-icon.is-gold {
    background: linear-gradient(180deg, #fff8f1 0%, #fff3e8 100%);
}

.scenario-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(233, 238, 247, 0.96);
    background: linear-gradient(180deg, #fffefe 0%, #f8f9fe 100%);
    color: #8d96ab;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

.scenario-card h3 {
    margin: 0 0 12px;
    color: #253a5e;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 800;
}

.scenario-desc {
    margin: 0;
    min-height: 52px;
    color: #7f8fa8;
    font-size: 15px;
    line-height: 1.8;
}

.scenario-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.scenario-tags span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fbfbff 0%, #f4f6fb 100%);
    border: 1px solid rgba(233, 238, 247, 0.96);
    color: #8894a9;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

.scenario-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 18px;
    color: #5d708f;
    font-size: 16px;
    line-height: 1.5;
}

.scenario-foot i {
    color: #b7c1d6;
    font-size: 24px;
    line-height: 1;
    font-style: normal;
}

.scenario-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
    padding: 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(231, 236, 246, 0.96);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 36px rgba(37, 58, 94, 0.06);
}

.scenario-action-primary,
.scenario-action-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 252px;
    min-height: 56px;
    padding: 0 22px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .01em;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.scenario-action-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff9a35 0%, #ff742f 100%);
    box-shadow: 0 16px 28px rgba(255, 132, 58, 0.24);
}

.scenario-action-secondary {
    color: #5c6e8c;
    background: #fff;
    border: 1px solid rgba(212, 220, 235, 0.96);
    box-shadow: 0 10px 22px rgba(37, 58, 94, 0.05);
}

.scenario-action-primary:hover,
.scenario-action-secondary:hover {
    transform: translateY(-2px);
}

.scenario-action-primary span,
.scenario-action-secondary span {
    margin-left: 10px;
    font-size: 22px;
    line-height: 1;
}

@media (max-width: 1180px) {
    .scenario-head h2 {
        font-size: 46px;
    }

    .scenario-head p {
        font-size: 18px;
    }

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

@media (max-width: 760px) {
    .scenario-solutions {
        padding: 34px 0 28px;
    }

    .scenario-solutions::before {
        top: 102px;
        width: calc(100vw - 18px);
        height: 64px;
    }

    .scenario-head {
        margin-bottom: 24px;
    }

    .scenario-head h2 {
        font-size: 32px;
        letter-spacing: -0.03em;
    }

    .scenario-head p {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.75;
    }

    .scenario-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .scenario-card {
        min-height: 0;
        padding: 20px 18px 18px;
        border-radius: 20px;
    }

    .scenario-card-top {
        gap: 12px;
        margin-bottom: 12px;
    }

    .scenario-icon {
        width: 52px;
        height: 52px;
    }

    .scenario-icon img {
        width: 26px;
        height: 26px;
    }

    .scenario-badge {
        min-height: 30px;
        padding: 0 12px;
        font-size: 13px;
    }

    .scenario-card h3 {
        font-size: 18px;
    }

    .scenario-desc,
    .scenario-tags span,
    .scenario-foot {
        font-size: 14px;
    }

    .scenario-actions {
        flex-direction: column;
        gap: 12px;
        margin-top: 20px;
        padding: 14px;
        border-radius: 18px;
    }

    .scenario-action-primary,
    .scenario-action-secondary {
        min-width: 0;
        width: 100%;
        min-height: 50px;
        font-size: 16px;
    }
}

/* Product intro second screen */
.product-intro {
    padding-top: 88px;
}

.product-intro-shell {
    display: grid;
    grid-template-columns: 260px minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 22px;
    align-items: stretch;
    padding: 28px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.94) 100%);
    border: 1px solid rgba(72, 102, 161, 0.08);
    box-shadow: 0 22px 44px rgba(19, 35, 68, 0.08);
}

.product-nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 10px 0;
}

.product-nav-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-height: 86px;
    padding: 0 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(246, 249, 255, 0.96) 0%, rgba(255,255,255,0.94) 100%);
    border: 1px solid rgba(72, 102, 161, 0.08);
    color: #243455;
    text-align: left;
    box-shadow: 0 12px 24px rgba(24, 39, 68, 0.04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-nav-item:hover,
.product-nav-item.is-active {
    transform: translateX(6px);
    border-color: rgba(255, 112, 83, 0.34);
    box-shadow: 0 18px 34px rgba(24, 39, 68, 0.08);
}

.product-nav-item.is-active {
    background: linear-gradient(135deg, rgba(255, 124, 78, 0.12) 0%, rgba(255,255,255,0.98) 100%);
}

.product-nav-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff824f 0%, #ff5f63 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(255, 105, 82, 0.18);
}

.product-nav-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-nav-copy strong {
    font-size: 22px;
    line-height: 1.18;
}

.product-nav-copy em {
    font-style: normal;
    font-size: 13px;
    color: #7a88a4;
}

.product-stage,
.product-detail {
    position: relative;
    min-height: 520px;
}

.product-stage-panel,
.product-detail-panel {
    display: none;
}

.product-stage-panel.is-active,
.product-detail-panel.is-active {
    display: block;
    animation: productFadeIn .28s ease;
}

.product-stage-screen {
    position: relative;
    height: 100%;
    min-height: 520px;
    padding: 26px;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 24px 42px rgba(18, 32, 61, 0.16);
}

.product-stage-screen::before,
.product-stage-screen::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.product-stage-screen::before {
    width: 220px;
    height: 220px;
    top: -90px;
    right: -60px;
    background: radial-gradient(circle, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 72%);
}

.product-stage-screen::after {
    width: 160px;
    height: 160px;
    left: -40px;
    bottom: -60px;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 72%);
}

.product-stage-screen-media {
    background: linear-gradient(155deg, #1b2d52 0%, #244a82 52%, #3b78c9 100%);
}

.product-stage-screen-geo {
    background: linear-gradient(155deg, #0f2648 0%, #143f75 48%, #1ea0c7 100%);
}

.product-stage-screen-site {
    background: linear-gradient(155deg, #20294d 0%, #33406d 48%, #6a5bff 100%);
}

.product-stage-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.product-stage-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.product-stage-metrics div {
    min-height: 112px;
    padding: 18px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
}

.product-stage-metrics strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}

.product-stage-metrics span {
    display: block;
    margin-top: 12px;
    color: rgba(255,255,255,0.74);
    font-size: 13px;
}

.product-stage-flow {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.product-stage-flow span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.product-detail-panel {
    height: 100%;
    min-height: 520px;
    padding: 20px 6px 20px 0;
}

.product-detail-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 108, 76, 0.1);
    color: #ff6c4c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.product-detail-panel h3 {
    margin: 16px 0 14px;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #182541;
}

.product-detail-panel p {
    margin: 0;
    color: #667794;
    font-size: 15px;
    line-height: 1.9;
}

.product-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.product-detail-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(48, 107, 255, 0.08);
    color: #2451df;
    font-size: 13px;
    font-weight: 700;
}

.product-detail-points {
    display: grid;
    gap: 14px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.product-detail-points li {
    position: relative;
    padding-left: 22px;
    color: #30405e;
    font-size: 15px;
    line-height: 1.8;
}

.product-detail-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff824f 0%, #ff5f63 100%);
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.product-detail-primary,
.product-detail-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.product-detail-primary {
    background: linear-gradient(135deg, #ff824f 0%, #ff5f63 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(255, 105, 82, 0.18);
}

.product-detail-secondary {
    background: rgba(48, 107, 255, 0.08);
    color: #2451df;
}

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

@media (max-width: 1180px) {
    .product-intro-shell {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .product-detail {
        grid-column: 1 / -1;
        min-height: 0;
    }

    .product-detail-panel {
        min-height: 0;
        padding: 0;
    }
}

@media (max-width: 860px) {
    .product-intro-shell {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .product-nav {
        gap: 10px;
    }

    .product-nav-item {
        min-height: 74px;
        padding: 0 18px;
    }

    .product-nav-item:hover,
    .product-nav-item.is-active {
        transform: none;
    }

    .product-stage,
    .product-stage-screen,
    .product-detail-panel {
        min-height: 0;
    }

    .product-stage-screen {
        padding: 22px;
    }

    .product-stage-metrics,
    .product-detail-actions {
        grid-template-columns: 1fr;
    }

    .product-stage-metrics {
        grid-template-columns: 1fr;
    }

    .product-detail-panel h3 {
        font-size: 28px;
    }
}

/* Hero background final override */
.hero {
    background: transparent !important;
    background-image: none !important;
}

.hero-blush {
    display: none !important;
    background: none !important;
}

/* Product market board final layout */
.product-intro {
    padding-top: 36px;
    background: transparent;
}

.product-market-head {
    max-width: 980px;
}

.product-market-head h2 {
    margin-bottom: 12px;
}

.product-market-board {
    padding: 0 0 18px;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(35, 52, 86, 0.08);
    box-shadow: 0 24px 52px rgba(20, 31, 58, 0.08);
    overflow: hidden;
}

.product-market-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: #f2f4f8;
    border-bottom: 1px solid rgba(35, 52, 86, 0.08);
}

.product-market-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    min-height: 86px;
    padding: 10px 18px;
    color: #243455;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid rgba(35, 52, 86, 0.08);
    transition: background .2s ease, color .2s ease;
}

.product-market-tab:last-child {
    border-right: 0;
}

.product-market-tab span {
    font-size: 13px;
    font-weight: 500;
    color: #7b879f;
}

.product-market-tab.is-active {
    background: #fff;
    color: #ff6f2f;
}

.product-market-tab.is-active span {
    color: #ff8c5e;
}

.product-market-search,
.product-market-hot,
.product-market-body {
    margin: 0 26px;
}

.product-market-search {
    display: flex;
    gap: 0;
    padding-top: 26px;
}

.product-market-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 56px;
    padding: 0 20px;
    border: 1px solid rgba(255, 111, 47, 0.42);
    border-right: 0;
    border-radius: 10px 0 0 10px;
    background: #fff;
    color: #243455;
    outline: none;
}

.product-market-input:focus {
    border-color: rgba(255, 111, 47, 0.72);
}

.product-market-search-btn {
    min-width: 124px;
    padding: 0 18px;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(135deg, #ff8a33 0%, #ff6a00 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.product-market-hot {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 0 18px;
}

.product-market-hot-label {
    color: #ff7a36;
    font-size: 14px;
    font-weight: 700;
}

.product-market-hot-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.product-market-hot-list button {
    padding: 0;
    color: #313d58;
    font-size: 14px;
    font-weight: 600;
}

.product-market-hot-list button:hover {
    color: #ff6f2f;
}

.product-market-body {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 250px;
    gap: 22px;
    align-items: stretch;
}

.product-market-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-market-side-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-height: 62px;
    padding: 0 20px;
    border-radius: 16px;
    background: #f4f5f7;
    color: #253556;
    text-align: left;
    transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product-market-side-item:hover,
.product-market-side-item.is-active {
    background: linear-gradient(135deg, #ff7f3e 0%, #ff5f4f 100%);
    color: #fff;
    transform: translateX(4px);
    box-shadow: 0 12px 26px rgba(255, 110, 56, 0.16);
}

.market-side-en {
    font-size: 12px;
    color: #8b95ab;
}

.product-market-side-item:hover .market-side-en,
.product-market-side-item.is-active .market-side-en {
    color: rgba(255, 255, 255, 0.76);
}

.product-market-side-item strong {
    font-size: 18px;
    line-height: 1.2;
}

.product-market-main {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 22px;
}

.market-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.market-panel-head h3 {
    margin: 0;
    font-size: 20px;
    color: #1f2f4e;
}

.market-panel-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(35, 52, 86, 0.16);
    color: #8b95ab;
    font-size: 20px;
}

.market-product-list {
    display: grid;
    gap: 14px;
}

.market-product-card {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 0 14px;
    border-bottom: 1px solid rgba(35, 52, 86, 0.08);
}

.market-product-card:last-child {
    border-bottom: 0;
}

.market-product-thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 16px;
    background: linear-gradient(135deg, #223d78 0%, #4a73d4 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.market-product-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.market-product-body h4 {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    color: #1d2d4c;
}

.market-product-body p {
    margin: 0;
    color: #6f7a92;
    font-size: 14px;
    line-height: 1.75;
}

.market-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}

.market-product-price {
    color: #ff6d2f;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.market-product-side {
    display: flex;
    align-items: center;
    gap: 12px;
}

.market-product-sales {
    color: #7c879e;
    font-size: 14px;
}

.market-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 34px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #ff7d35;
    color: #ff7d35;
    font-size: 14px;
    font-weight: 700;
}

.market-solution-card {
    display: grid;
    gap: 18px;
}

.market-solution-visual {
    position: relative;
    min-height: 190px;
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(135deg, #6c59ff 0%, #784cff 26%, #8e63ff 100%);
    color: #fff;
    overflow: hidden;
}

.market-solution-visual::before,
.market-solution-visual::after {
    content: "";
    position: absolute;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
}

.market-solution-visual::before {
    width: 72px;
    height: 72px;
    top: 24px;
    right: 26px;
}

.market-solution-visual::after {
    width: 124px;
    height: 124px;
    left: 32px;
    bottom: -18px;
    transform: rotate(16deg);
}

.market-solution-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    font-size: 12px;
    font-weight: 700;
}

.market-solution-visual-title {
    position: absolute;
    z-index: 1;
    left: 24px;
    bottom: 24px;
    max-width: 180px;
    font-size: 30px;
    line-height: 1.2;
}

.market-solution-copy h4 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #1d2d4c;
}

.market-solution-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.market-solution-points span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f5f7fb;
    color: #41506e;
    font-size: 13px;
    font-weight: 600;
}

.market-solution-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 40px;
    margin-top: 16px;
    border-radius: 10px;
    border: 1px solid #ff7d35;
    color: #ff7d35;
    font-size: 14px;
    font-weight: 700;
}

.market-banner {
    display: flex;
}

.market-banner-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    width: 100%;
    padding: 22px 20px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #091757 0%, #0d2d86 58%, #10174c 100%);
    color: #fff;
    overflow: hidden;
}

.market-banner-card::before {
    content: "";
    position: absolute;
    inset: auto -20px -110px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(71, 125, 255, 0.34) 0%, rgba(71, 125, 255, 0) 68%);
}

.market-banner-tag {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    font-size: 12px;
    font-weight: 700;
}

.market-banner-title {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 18px;
    font-size: 34px;
    line-height: 1.12;
}

.market-banner-text {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.8;
}

.market-banner-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    height: 40px;
    margin-top: 24px;
    border-radius: 999px;
    background: #fff;
    color: #2451df;
    font-size: 14px;
    font-weight: 700;
}

.market-banner-dots {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: auto;
    padding-top: 28px;
}

.market-banner-dots i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.34);
}

.market-banner-dots i.is-active {
    background: #fff;
}

.product-market-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 26px 0;
}

.product-market-trust span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 14px;
    background: #f6f8fc;
    color: #243455;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 1280px) {
    .product-market-body {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .market-banner {
        grid-column: 1 / -1;
    }
}

@media (max-width: 1080px) {
    .product-market-body,
    .product-market-main,
    .product-market-trust {
        grid-template-columns: 1fr;
    }

    .product-market-tabs {
        grid-template-columns: 1fr;
    }

    .product-market-tab {
        border-right: 0;
        border-bottom: 1px solid rgba(35, 52, 86, 0.08);
    }

    .product-market-tab:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 760px) {
    .product-market-search,
    .product-market-hot,
    .product-market-body {
        margin-left: 18px;
        margin-right: 18px;
    }

    .product-market-board {
        border-radius: 24px;
    }

    .product-market-search {
        flex-direction: column;
        gap: 10px;
    }

    .product-market-input {
        border-right: 1px solid rgba(255, 111, 47, 0.42);
        border-radius: 10px;
    }

    .product-market-search-btn {
        min-width: 0;
        width: 100%;
        border-radius: 10px;
    }

    .product-market-side-item:hover,
    .product-market-side-item.is-active {
        transform: none;
    }

    .product-market-hot {
        flex-direction: column;
        align-items: flex-start;
    }

    .market-product-card {
        grid-template-columns: 1fr;
    }

    .market-product-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .market-solution-visual-title,
    .market-banner-title {
        font-size: 26px;
    }
}

/* Second screen restore layout */
.market-restore-section {
    padding-top: 0;
    padding-bottom: 46px;
    background: transparent;
}

.market-restore-heading,
.market-restore-panel,
.market-restore-brand-strip,
.market-restore-tabs,
.market-restore-side-item,
.market-restore-search,
.market-restore-keywords,
.market-restore-products,
.market-restore-solution,
.market-restore-ad-col {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .68s ease, transform .68s cubic-bezier(.22, 1, .36, 1);
}

.market-restore-panel {
    transform: translateY(38px) scale(.985);
    transform-origin: center top;
}

.market-restore-brand-strip {
    transform: translateY(28px);
}

.market-restore-section.is-visible .market-restore-heading,
.market-restore-section.is-visible .market-restore-panel,
.market-restore-section.is-visible .market-restore-brand-strip,
.market-restore-section.is-visible .market-restore-tabs,
.market-restore-section.is-visible .market-restore-side-item,
.market-restore-section.is-visible .market-restore-search,
.market-restore-section.is-visible .market-restore-keywords,
.market-restore-section.is-visible .market-restore-products,
.market-restore-section.is-visible .market-restore-solution,
.market-restore-section.is-visible .market-restore-ad-col {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.market-restore-section.is-visible .market-restore-heading {
    transition-delay: .04s;
}

.market-restore-section.is-visible .market-restore-panel {
    transition-delay: .12s;
}

.market-restore-section.is-visible .market-restore-tabs {
    transition-delay: .18s;
}

.market-restore-section.is-visible .market-restore-search {
    transition-delay: .24s;
}

.market-restore-section.is-visible .market-restore-keywords {
    transition-delay: .3s;
}

.market-restore-section.is-visible .market-restore-side-item:nth-child(1) { transition-delay: .2s; }
.market-restore-section.is-visible .market-restore-side-item:nth-child(2) { transition-delay: .26s; }
.market-restore-section.is-visible .market-restore-side-item:nth-child(3) { transition-delay: .32s; }
.market-restore-section.is-visible .market-restore-side-item:nth-child(4) { transition-delay: .38s; }
.market-restore-section.is-visible .market-restore-side-item:nth-child(5) { transition-delay: .44s; }
.market-restore-section.is-visible .market-restore-side-item:nth-child(6) { transition-delay: .5s; }
.market-restore-section.is-visible .market-restore-side-item:nth-child(7) { transition-delay: .56s; }

.market-restore-section.is-visible .market-restore-products {
    transition-delay: .34s;
}

.market-restore-section.is-visible .market-restore-solution {
    transition-delay: .42s;
}

.market-restore-section.is-visible .market-restore-ad-col {
    transition-delay: .5s;
}

.market-restore-section.is-visible .market-restore-brand-strip {
    transition-delay: .58s;
}

@media (prefers-reduced-motion: reduce) {
    .market-restore-heading,
    .market-restore-panel,
    .market-restore-brand-strip,
    .market-restore-tabs,
    .market-restore-side-item,
    .market-restore-search,
    .market-restore-keywords,
    .market-restore-products,
    .market-restore-solution,
    .market-restore-ad-col {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.market-restore-heading {
    text-align: center;
    margin: 0 auto 18px;
}

.market-restore-heading h2 {
    margin: 0;
    color: #223457;
    font-size: 48px;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.market-restore-heading p {
    margin: 10px 0 0;
    color: #8f97a8;
    font-size: 18px;
    line-height: 1.7;
}

.market-restore-panel {
    width: var(--panel-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f7;
    border: 1px solid #ececec;
    box-shadow: 0 12px 28px rgba(34, 51, 86, 0.08);
    overflow: hidden;
}

.market-restore-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 92px;
    background: #e7e7e7;
    border-bottom: 1px solid #ebebeb;
}

.market-restore-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex-direction: row;
    background: #e6e6e6;
    border: 0;
    border-right: 1px solid #ededed;
    color: #333;
    font-size: 26px;
    font-weight: 500;
    transition: background-color .2s ease, color .2s ease;
}

.market-restore-tab:last-child {
    border-right: 0;
}

.market-restore-tab small {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.market-restore-tab.is-active {
    background: #f7f7f7;
    color: #ff6a00;
    font-weight: 700;
}

.market-restore-tab.is-active small {
    color: #ff6a00;
}

.market-restore-main {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 38px 28px 40px;
}

.market-restore-side {
    padding-top: 0;
}

.market-restore-side-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    margin-bottom: 2px;
    padding: 14px 20px 12px 22px;
    border: 0;
    background: #ededed;
    text-align: left;
    transition: background-color .2s ease, transform .2s ease;
}

.market-restore-side-item:last-child {
    margin-bottom: 0;
}

.market-restore-side-item::after {
    content: "›";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #9e9e9e;
    font-weight: 300;
}

.market-restore-side-item:hover,
.market-restore-side-item.is-active {
    background: #ffffff;
}

.market-restore-side-item.is-active {
    box-shadow: inset 4px 0 0 #ff6a00;
}

.market-restore-side-en {
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
    line-height: 1;
}

.market-restore-side-cn {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
}

.market-restore-content {
    padding-right: 10px;
}

.market-restore-search {
    display: grid;
    grid-template-columns: 1fr 88px;
    height: 58px;
    overflow: hidden;
    border: 2px solid #ff8b2a;
    border-radius: 6px;
    background: #f6f6f6;
}

.market-restore-input {
    border: 0;
    background: transparent;
    outline: none;
    padding: 0 16px;
    color: #666;
    font-size: 17px;
}

.market-restore-search-btn {
    border: 0;
    background: linear-gradient(180deg, #ff7a19, #ff6a00);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.market-restore-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    padding: 14px 0 6px;
}

.market-restore-keywords button {
    border: 0;
    background: transparent;
    color: #333;
    font-size: 17px;
    font-weight: 600;
}

.market-restore-keywords button.is-hot {
    color: #ff7d1e;
}

.market-restore-grid {
    display: grid;
    grid-template-columns: 1.06fr 0.92fr 248px;
    gap: 28px;
    padding-top: 8px;
    align-items: start;
}

.market-restore-col,
.market-restore-ad-col {
    min-height: 382px;
}

.market-restore-col + .market-restore-col {
    padding-left: 38px;
    border-left: 1px solid #e5e5e5;
}

.market-restore-ad-col {
    padding-left: 42px;
    border-left: 1px solid #e5e5e5;
}

.market-restore-title {
    margin: 2px 0 20px;
    color: #282828;
    font-size: 20px;
    font-weight: 700;
}

.market-restore-title-arrow {
    color: #9a9a9a;
    font-weight: 300;
}

.market-restore-product-list {
    display: grid;
    gap: 24px;
}

.market-restore-product {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ededed;
}

.market-restore-product:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.market-restore-thumb {
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 2px;
    background: linear-gradient(135deg, #0e1c97, #1931be 60%, #1b5dff);
    box-shadow: inset 0 6px 16px rgba(59, 89, 192, 0.16);
}

.market-restore-thumb::before {
    content: attr(data-badge);
    position: absolute;
    left: 8px;
    top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.market-restore-thumb.is-alt {
    background: linear-gradient(135deg, #58a1ff, #5591f3 48%, #4268ea);
}

.market-restore-product-title {
    margin: 2px 0 8px;
    overflow: hidden;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.market-restore-product-desc {
    height: 45px;
    margin: 0 0 22px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.market-restore-product-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.market-restore-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    color: #888;
    font-size: 13px;
}

.market-restore-sales {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.market-restore-sales::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff8a00;
    opacity: 0.75;
}

.market-restore-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 30px;
    padding: 0 14px;
    border: 1px solid #ff9a4d;
    border-radius: 8px;
    background: #fff8f3;
    color: #ff7b20;
    font-size: 16px;
    font-weight: 700;
}

.market-restore-solution-card {
    display: flex;
    flex-direction: column;
}

.market-restore-solution-visual {
    position: relative;
    width: 220px;
    height: 168px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(135deg, #8e4cf0 0%, #7f63ff 45%, #4d56ef 100%);
    box-shadow: 0 14px 26px rgba(80, 68, 194, 0.16);
}

.market-restore-solution-visual::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 14px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 242, 120, 0.88);
}

.market-restore-cube {
    position: absolute;
    left: 66px;
    top: 34px;
    width: 92px;
    height: 92px;
    transform: skewY(-10deg);
    background: linear-gradient(135deg, #9054ff, #b068ff);
    box-shadow: 40px 20px 0 0 rgba(124, 72, 255, 0.55), 20px -20px 0 0 rgba(255, 155, 170, 0.35);
}

.market-restore-cube::before {
    content: "";
}

.market-restore-cube-text {
    position: absolute;
    left: 17px;
    top: 16px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.market-restore-cube::after {
    content: "";
    position: absolute;
    right: -22px;
    top: -20px;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #ffa15e, #ff7f66);
    box-shadow: -10px 10px 0 rgba(255, 173, 120, 0.35);
}

.market-restore-runner {
    position: absolute;
    left: 22px;
    bottom: 26px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 214, 163, 0.95);
    box-shadow: 20px 16px 0 -8px rgba(31, 17, 102, 0.75), 10px 24px 0 -10px rgba(31, 17, 102, 0.75);
}

.market-restore-solution-name {
    margin: 4px 0 14px;
    font-size: 17px;
    font-weight: 700;
    color: #232323;
}

.market-restore-solution-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 26px;
    width: 240px;
    margin-bottom: 16px;
    color: #666;
    font-size: 15px;
    line-height: 1.35;
}

.market-restore-consult-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 34px;
    border: 1px solid #ff9a4d;
    border-radius: 8px;
    background: #fff8f3;
    color: #ff7b20;
    font-size: 16px;
    font-weight: 700;
}

.market-restore-ad-card {
    position: relative;
    width: 248px;
    height: 382px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(180deg, #03008f 0%, #010065 100%);
    box-shadow: 0 16px 32px rgba(0, 5, 95, 0.22);
}

.market-restore-ad-card::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 52px;
    height: 90px;
    opacity: 0.75;
    background: radial-gradient(circle at 50% 100%, rgba(91, 142, 255, 0.45), rgba(255, 255, 255, 0) 70%);
}

.market-restore-ad-card::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 8px;
    height: 86px;
    opacity: 0.5;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.32) 1px, transparent 1.3px);
    background-size: 8px 8px;
}

.market-restore-ad-corner {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #6d6cff;
    border-right: 3px solid #6d6cff;
}

.market-restore-ad-body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 16px 0;
    color: #fff;
    text-align: center;
}

.market-restore-ad-geo {
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.market-restore-ad-subtitle {
    margin-bottom: 6px;
    color: #89a4ff;
    font-size: 18px;
    font-weight: 700;
}

.market-restore-ad-copy {
    margin: 0 0 22px;
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.55;
}

.market-restore-ad-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    min-height: 42px;
    padding: 0 8px;
    margin-bottom: 20px;
    font-size: 12px;
    opacity: 0.92;
}

.market-restore-ad-logos span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.market-restore-ad-logos span::before {
    content: "●";
    color: #74cfff;
    font-size: 8px;
}

.market-restore-ad-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    max-width: 188px;
    min-height: 34px;
    margin: 4px 0 16px;
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
}

.market-restore-ad-price b {
    color: #ffe27a;
    font-size: 18px;
    font-weight: 800;
    vertical-align: 0;
}

.market-restore-ad-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 34px;
    border-radius: 17px;
    background: #fff;
    color: #6d74ff;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.market-restore-ad-dot {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.market-restore-brand-strip {
    margin-top: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: max(24px, calc((100vw - 1240px) / 2));
    padding-right: max(24px, calc((100vw - 1240px) / 2));
    background: linear-gradient(180deg, rgba(12, 15, 57, 0.7), rgba(8, 11, 42, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.market-restore-brand-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
    min-height: 76px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.market-restore-brand-item {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    white-space: nowrap;
    opacity: 0.96;
}

.market-restore-brand-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    opacity: 0.95;
}

@media (max-width: 1400px) {
    .market-restore-grid {
        grid-template-columns: 1fr 0.88fr 260px;
    }

    .market-restore-ad-card {
        width: 228px;
    }
}

@media (max-width: 1260px) {
    .market-restore-heading h2 {
        font-size: 40px;
    }

    .market-restore-main {
        grid-template-columns: 200px 1fr;
        gap: 18px;
        padding: 28px 24px 24px;
    }

    .market-restore-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .market-restore-col,
    .market-restore-ad-col {
        min-height: auto;
        padding-left: 0;
        border-left: 0;
    }

    .market-restore-ad-card {
        width: 248px;
    }

    .market-restore-brand-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 8px;
        padding: 0 14px;
    }
}

@media (max-width: 1024px) {
    .market-restore-tabs {
        grid-template-columns: 1fr;
        height: auto;
    }

    .market-restore-tab {
        min-height: 64px;
        border-right: 0;
        border-bottom: 1px solid #ededed;
    }

    .market-restore-tab:last-child {
        border-bottom: 0;
    }

    .market-restore-main {
        grid-template-columns: 1fr;
    }

    .market-restore-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .market-restore-side-item {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .market-restore-section {
        padding-top: 60px;
    }

    .market-restore-heading h2 {
        font-size: 32px;
    }

    .market-restore-heading p {
        font-size: 15px;
    }

    .market-restore-main {
        padding: 18px;
    }

    .market-restore-side {
        grid-template-columns: 1fr;
    }

    .market-restore-search {
        grid-template-columns: 1fr 78px;
        height: 52px;
    }

    .market-restore-keywords {
        gap: 18px;
    }

    .market-restore-keywords button {
        font-size: 15px;
    }

    .market-restore-brand-inner {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 14px 0;
        font-size: 18px;
    }
}

.news-hub-section {
    padding: 30px 0 20px;
    min-height: 400px;
    background: transparent !important;
}

.news-hub-header {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-right: 2px;
}

.news-hub-tabs {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    padding-left: 14px;
    height: 100%;
}

.news-hub-tabs::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 30px;
    border-radius: 3px;
    background: linear-gradient(180deg, #ff8d2e 0%, #ff5f25 100%);
    box-shadow: 0 4px 12px rgba(255, 106, 35, 0.24);
}

.news-hub-tab {
    position: relative;
    border: 0;
    background: transparent;
    padding: 0;
    color: #2a2a2a;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: color 0.25s ease;
}

.news-hub-tab.is-active {
    color: #111;
}

.news-hub-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #ff6d1c;
}

.news-hub-more {
    color: #ff6d1c;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.25s ease, color 0.25s ease;
}

.news-hub-more:hover {
    color: #ff5210;
    transform: translateX(2px);
}

.news-hub-card {
    display: grid;
    grid-template-columns: 350px 370px 1fr;
    gap: 26px;
    min-height: 284px;
    padding: 14px 14px 16px;
    border: 1px solid #f0f0f0;
    background: #f7f7f7;
    overflow: hidden;
}

.news-hub-card::before {
    content: none;
}

.news-hub-banner,
.news-hub-featured,
.news-hub-list-panel {
    min-width: 0;
}

.news-hub-banner {
    position: relative;
    height: 254px;
    overflow: hidden;
    border: 1px solid #ededed;
    background: #fff;
}

.news-hub-slides {
    display: flex;
    height: 100%;
    transition: transform 0.6s cubic-bezier(.22, .61, .36, 1);
}

.news-hub-slide {
    position: relative;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafa 0%, #f2f2f2 100%);
}

.news-hub-slide-thumb {
    display: block;
    background: #f4f6fb;
    color: #fff;
    text-decoration: none;
}

.news-hub-thumb-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    background: #f4f6fb;
}

.news-hub-thumb-mask {
    display: none;
}

.news-hub-thumb-info {
    display: none;
}

.news-hub-slide-brand {
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.72) 18%, rgba(255, 255, 255, 0) 19%), linear-gradient(135deg, #fafafa 0%, #f2f2f2 100%);
}

.news-hub-slide-visual {
    background: radial-gradient(circle at 78% 28%, rgba(255, 133, 48, 0.16) 0, rgba(255, 133, 48, 0) 26%), linear-gradient(135deg, #fafafa 0%, #f1efff 100%);
}

.news-hub-slide-marketing {
    background: radial-gradient(circle at 18% 22%, rgba(255, 128, 52, 0.14) 0, rgba(255, 128, 52, 0) 26%), linear-gradient(135deg, #fafafa 0%, #f7f1eb 100%);
}

.news-hub-cube-logo {
    position: absolute;
    left: 36px;
    top: 58px;
    width: 100px;
    height: 100px;
}

.news-hub-cube-logo span {
    position: absolute;
    border: 5px solid #e2e2e2;
    border-radius: 6px;
    transform: rotate(30deg);
}

.news-hub-cube-logo span:nth-child(1) {
    left: 23px;
    top: 2px;
    width: 48px;
    height: 48px;
    border-color: #dcdcdc;
}

.news-hub-cube-logo span:nth-child(2) {
    left: 0;
    top: 40px;
    width: 48px;
    height: 48px;
    border-color: #ec6d24;
}

.news-hub-cube-logo span:nth-child(3) {
    left: 46px;
    top: 40px;
    width: 48px;
    height: 48px;
    border-color: #ec6d24;
}

.news-hub-brand-title {
    position: absolute;
    left: 135px;
    top: 64px;
    color: #eb6b22;
    line-height: 1;
}

.news-hub-brand-cn {
    margin-bottom: 10px;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: 2px;
}

.news-hub-brand-en {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.news-hub-mini-badge {
    position: absolute;
    left: 34px;
    top: 32px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(98, 79, 255, 0.1);
    color: #5b4cf0;
    font-size: 13px;
    font-weight: 600;
}

.news-hub-visual-card {
    position: absolute;
    left: 34px;
    right: 34px;
    top: 72px;
    bottom: 58px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, #5d49ff 0%, #8d71ff 55%, #ff9a52 100%);
    box-shadow: 0 22px 36px rgba(93, 73, 255, 0.28);
}

.news-hub-visual-card::before,
.news-hub-visual-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.news-hub-visual-card::before {
    top: -25px;
    right: -25px;
    width: 160px;
    height: 160px;
}

.news-hub-visual-card::after {
    left: -20px;
    bottom: -16px;
    width: 90px;
    height: 90px;
}

.news-hub-visual-copy {
    position: absolute;
    left: 24px;
    bottom: 20px;
    color: #fff;
}

.news-hub-visual-copy strong {
    display: block;
    margin-bottom: 6px;
    font-size: 26px;
}

.news-hub-visual-copy span {
    display: block;
    font-size: 14px;
    opacity: 0.92;
}

.news-hub-banner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: linear-gradient(90deg, rgba(83, 83, 83, 0.92) 0%, rgba(117, 117, 117, 0.9) 100%);
}

.news-hub-banner-caption {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
}

.news-hub-dots {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.news-hub-dot {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: all 0.25s ease;
}

.news-hub-dot.is-active {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}

.news-hub-featured {
    padding: 4px 0 0;
}

.news-hub-featured-sub {
    display: none;
}

.news-hub-featured-title {
    margin: 4px 0 18px;
    color: #111;
    font-size: 18px;
    line-height: 1.62;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-hub-featured-title a,
.news-hub-featured-desc a {
    color: inherit;
    text-decoration: none;
}

.news-hub-featured-title a:hover,
.news-hub-featured-desc a:hover {
    color: #ff6522;
}

.news-hub-featured-desc {
    min-height: 122px;
    margin: 0 0 18px;
    color: #666;
    font-size: 14px;
    line-height: 2;
}

.news-hub-featured-desc a {
    display: block;
}

.news-hub-featured-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.news-hub-meta-chip {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 4px;
    background: #fff;
    color: #888;
    font-size: 12px;
    border: 1px solid #ececec;
}

.news-hub-meta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 30px;
    padding: 0 14px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #ff781f;
    box-shadow: none;
}

.news-hub-list-panel {
    padding: 2px 0 0 4px;
}

.news-hub-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 0;
}

.news-hub-list-head strong {
    color: #111;
    font-size: 15px;
}

.news-hub-list-head span {
    color: #888;
    font-size: 12px;
}

.news-hub-list {
    display: grid;
    gap: 0;
    align-content: start;
}

.news-hub-list li {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    min-height: 30px;
    padding-left: 14px;
}

.news-hub-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8a2b, #ff6221);
}

.news-hub-list a {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.25s ease, transform 0.25s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-hub-list a:hover {
    color: #ff6522;
    transform: translateX(2px);
}

.news-hub-list time {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
    color: #9a9a9a;
    font-size: 12px;
    white-space: nowrap;
}

@media (max-width: 1260px) {
    .news-hub-card {
        grid-template-columns: 1fr;
        height: auto;
    }

    .news-hub-banner {
        height: 260px;
    }
}

@media (max-width: 768px) {
    .news-hub-section {
        padding: 30px 0 20px;
    }

    .news-hub-header {
        height: auto;
        gap: 10px;
        align-items: flex-start;
        flex-direction: column;
    }

    .news-hub-tabs {
        gap: 14px;
    }

    .news-hub-tab {
        font-size: 15px;
    }

    .news-hub-card {
        gap: 16px;
        padding: 10px;
    }

    .news-hub-banner {
        height: 210px;
    }

    .news-hub-cube-logo {
        left: 18px;
        top: 50px;
        transform: scale(0.78);
        transform-origin: left top;
    }

    .news-hub-brand-title {
        left: 108px;
        top: 68px;
    }

    .news-hub-brand-cn {
        font-size: 38px;
    }

    .news-hub-brand-en {
        font-size: 18px;
    }

    .news-hub-featured-title {
        font-size: 16px;
    }

    .news-hub-list a {
        font-size: 14px;
    }
}

.site-footer {
    margin-top: 0 !important;
}

.hero-floating-card {
    width: min(1290px, calc(100vw - 44px));
    margin: -150px auto 0;
    padding: 16px 16px 14px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(60, 106, 220, 0.08);
    box-shadow: 0 20px 56px rgba(24, 52, 108, 0.12);
    overflow: hidden;
}

.hero-floating-card::before,
.hero-floating-card::after {
    display: none;
}

.floating-solution-shell {
    display: grid;
    gap: 14px;
}

.floating-solution-top {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) auto 240px;
    align-items: center;
    gap: 16px;
}

.floating-solution-heading {
    display: grid;
    justify-items: center;
    width: 210px;
    max-width: 100%;
    text-align: center;
}

.floating-solution-heading h3 {
    margin: 0;
    color: #2f68ea;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.floating-solution-heading p {
    margin: 6px 0 0;
    color: #8a95ad;
    font-size: 12px;
    line-height: 1.5;
}

.floating-solution-steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: 16px;
    width: 100%;
    min-width: 0;
}

.floating-solution-step {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
}

.floating-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.floating-step-icon-image {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.floating-step-copy {
    display: grid;
    align-content: start;
    gap: 3px;
    min-width: 0;
}

.floating-step-copy strong {
    display: block;
    color: #3c4761;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    white-space: normal;
}

.floating-step-copy p {
    margin: 0;
    color: #9aa5bb;
    font-size: 11px;
    line-height: 1.4;
    white-space: normal;
}

.floating-step-arrow {
    color: #bcc7dc;
    font-size: 16px;
    line-height: 1;
    justify-self: center;
    transform: translateY(-1px);
}

.floating-solution-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.floating-solution-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 38px;
    padding: 0 16px;
    border-radius: 11px;
    border: 1px solid rgba(77, 120, 234, 0.26);
    background: #fff;
    color: #4874e7;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(74, 118, 231, 0.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.floating-solution-btn.is-primary {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.floating-solution-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(77, 120, 234, 0.42);
    box-shadow: 0 12px 22px rgba(74, 118, 231, 0.14);
}

.floating-solution-gift {
    position: relative;
    display: block;
    width: 240px;
    min-height: 68px;
    padding: 10px 62px 10px 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff5ef 0%, #fff0ef 58%, #ffe4d4 100%);
    border: 1px solid rgba(255, 174, 142, 0.32);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.floating-solution-gift-copy strong {
    display: block;
    color: #4a4d57;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}

.floating-solution-gift-copy p {
    margin: 3px 0 0;
    color: #8d97aa;
    font-size: 10px;
    line-height: 1.45;
}

.floating-solution-gift-copy span {
    display: inline-flex;
    margin-top: 5px;
    color: #ff7f4d;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
}

.floating-solution-gift-icon {
    position: absolute;
    right: 10px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.floating-solution-gift-image {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.floating-solution-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.floating-solution-card {
    display: grid;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    min-height: 152px;
    padding: 20px 18px 16px;
    border-radius: 17px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    border: 1px solid rgba(69, 112, 227, 0.08);
    box-shadow: 0 12px 30px rgba(56, 85, 145, 0.06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.floating-solution-card:hover {
    transform: translateY(-4px);
    border-color: rgba(69, 112, 227, 0.18);
    box-shadow: 0 18px 34px rgba(56, 85, 145, 0.11);
}

.floating-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 38px;
}

.floating-card-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
}

.floating-card-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
}

.floating-card-icon-image {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.floating-solution-card h4 {
    margin: 0;
    color: #242d40;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.floating-solution-card p {
    margin: 0;
    color: #8792a8;
    font-size: 13px;
    line-height: 1.65;
}

.floating-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    height: 32px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(87, 127, 233, 0.26);
    background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    color: #4a75e8;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1380px) {
    .hero-floating-card {
        width: min(1220px, calc(100vw - 32px));
    }

    .floating-solution-top {
        grid-template-columns: 194px minmax(0, 1fr) auto 240px;
        gap: 12px;
    }

    .floating-solution-card {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 1180px) {
    .hero-floating-card {
        margin-top: -150px;
    }

    .floating-solution-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: flex-start;
    }

    .floating-solution-actions {
        justify-content: flex-start;
    }

    .floating-solution-gift {
        max-width: 240px;
    }

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

@media (max-width: 860px) {
    .hero-floating-card {
        margin-top: -100px;
        padding: 14px;
        border-radius: 22px;
    }

    .floating-solution-top {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .floating-solution-steps {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .floating-step-arrow {
        display: none;
    }

    .floating-solution-gift {
        max-width: none;
    }

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

@media (max-width: 640px) {
    .hero-floating-card {
        width: calc(100vw - 20px);
        margin-top: -64px;
        padding: 12px;
        border-radius: 18px;
    }

    .floating-solution-heading h3 {
        font-size: 20px;
    }

    .floating-solution-actions {
        flex-wrap: wrap;
    }

    .floating-solution-btn {
        min-width: 0;
        flex: 1 1 140px;
    }

    .floating-solution-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .floating-solution-card {
        min-height: 0;
    }

    .floating-card-bottom {
        padding-top: 12px;
    }
}

@media (max-width: 760px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    :root {
        --wrap-width: calc(100vw - 24px);
    }

    main {
        background: linear-gradient(180deg, #ffffff 0%, #fff8f1 32%, #f7fbff 72%, #ffffff 100%);
    }

    .site-header {
        position: sticky;
    }

    .site-header .header-inner,
    .header-inner {
        position: relative;
        width: 100%;
        min-height: 62px;
        padding: 0 64px 0 12px;
        gap: 8px;
    }

    .site-header .header-primary,
    .header-primary {
        flex: 1 1 auto;
        min-width: 0;
    }

    .site-header .brand,
    .brand {
        min-width: 0;
        gap: 8px;
    }

    .site-header .brand-logo,
    .brand-logo {
        width: 146px;
        height: 48px;
    }

    .site-header .header-actions,
    .header-actions {
        position: absolute;
        top: 50%;
        right: 12px;
        display: inline-flex;
        flex: 0 0 auto;
        gap: 6px;
        margin-left: 0;
        transform: translateY(-50%);
    }

    .site-header .register-btn,
    .register-btn {
        display: none;
    }

    .site-header .menu-toggle,
    .menu-toggle {
        display: inline-flex;
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(57, 97, 170, 0.16);
    }

    .site-header .site-nav.is-open,
    .site-nav.is-open {
        left: 12px;
        right: 12px;
        max-height: calc(100vh - 86px);
        overflow-y: auto;
    }

    .hero {
        padding: 10px 0 34px;
    }

    .hero-inner {
        width: 100%;
    }

    .hero-panel {
        width: 100%;
        padding: 0;
    }

    .hero-visual {
        width: 100%;
        margin: 0;
    }

    .hero-figure-frame {
        aspect-ratio: 16 / 7.6;
        min-height: 0;
        border-radius: 0;
        background: #fff;
    }

    .hero-figure-frame img {
        border-radius: 0;
        object-fit: contain;
        object-position: center;
        background: #fff;
    }

    .hero-carousel-arrow {
        display: none;
    }

    .hero-carousel-track--desktop {
        display: none;
    }

    .hero-carousel-track--mobile {
        display: block;
    }

    .hero-carousel-dots {
        bottom: 8px;
        gap: 6px;
        padding: 5px 9px;
        box-shadow: 0 8px 18px rgba(48, 70, 112, 0.12);
    }

    .hero-carousel-dot {
        width: 7px;
        height: 7px;
    }

    .hero-carousel-dot.is-active {
        width: 22px;
    }

    .hero-floating-card {
        width: calc(100vw - 24px);
        margin: 12px auto 0;
        padding: 12px;
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(24, 52, 108, 0.10);
    }

    .floating-solution-top {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .floating-solution-heading {
        width: 100%;
        justify-items: start;
        text-align: left;
    }

    .floating-solution-heading h3 {
        font-size: 20px;
        line-height: 1.25;
    }

    .floating-solution-heading p {
        font-size: 12px;
    }

    .floating-solution-steps {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .floating-solution-step {
        min-height: 52px;
        padding: 8px 10px;
        border-radius: 14px;
    }

    .floating-step-arrow {
        display: none;
    }

    .floating-solution-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .floating-solution-btn {
        min-width: 0;
        width: 100%;
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .floating-solution-gift {
        max-width: none;
        min-height: 74px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .floating-solution-gift-icon {
        width: 58px;
        height: 58px;
    }

    .floating-solution-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .floating-solution-card {
        min-height: 96px;
        padding: 14px;
        border-radius: 16px;
    }

    .floating-card-top {
        gap: 10px;
    }

    .floating-card-bottom {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: end;
        gap: 10px;
        padding-top: 10px;
    }

    .floating-card-bottom p {
        min-width: 0;
    }

    .market-restore-section,
    .startup-path,
    .scenario-solutions,
    .news-hub-section,
    .section-block {
        padding-top: 42px;
    }

    .market-restore-heading h2,
    .startup-head h2,
    .scenario-head h2 {
        font-size: 26px;
        line-height: 1.25;
    }

    .market-restore-heading p,
    .startup-head p,
    .scenario-head p {
        font-size: 13px;
        line-height: 1.75;
    }

    .market-restore-panel {
        border-radius: 18px;
        overflow: hidden;
    }

    .market-restore-tabs {
        display: flex;
        height: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .market-restore-tabs::-webkit-scrollbar {
        display: none;
    }

    .market-restore-tab {
        flex: 0 0 126px;
        min-height: 56px;
        padding: 10px 12px;
        border-right: 1px solid #ededed;
        border-bottom: 0;
        font-size: 15px;
    }

    .market-restore-tab small {
        display: none;
    }

    .market-restore-main {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 14px;
    }

    .market-restore-side {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .market-restore-side::-webkit-scrollbar {
        display: none;
    }

    .market-restore-side-item {
        flex: 0 0 128px;
        min-height: 58px;
        margin: 0;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .market-restore-search {
        grid-template-columns: 1fr;
        height: auto;
        border-radius: 14px;
    }

    .market-restore-input,
    .market-restore-search-btn {
        width: 100%;
        height: 44px;
        border-radius: 12px;
    }

    .market-restore-keywords {
        gap: 10px 12px;
    }

    .market-restore-keywords button {
        font-size: 13px;
    }

    .market-restore-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .market-restore-ad-card {
        min-height: 240px;
    }

    .startup-layout,
    .scenario-grid,
    .news-hub-card {
        grid-template-columns: 1fr;
    }

    .startup-steps-card,
    .startup-portal-panel,
    .scenario-card,
    .news-hub-card {
        border-radius: 18px;
    }

    .startup-portal-grid,
    .scenario-grid {
        gap: 12px;
    }

    .scenario-actions,
    .startup-actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-hub-header {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .news-hub-tabs {
        width: 100%;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .news-hub-tabs::-webkit-scrollbar {
        display: none;
    }

    .news-hub-tab {
        flex: 0 0 auto;
        font-size: 14px;
    }

    .news-hub-more {
        align-self: flex-start;
    }

    .news-hub-card {
        padding: 10px;
        gap: 12px;
    }

    .news-hub-banner {
        height: 188px;
        border-radius: 16px;
    }

    .news-hub-thumb-img {
        object-fit: cover;
    }

    .news-hub-featured,
    .news-hub-list-panel {
        padding: 12px;
    }

    .news-hub-list li {
        grid-template-columns: 1fr;
        gap: 5px;
        align-items: start;
    }

    .news-hub-list time {
        justify-self: start;
    }

    .site-footer {
        margin-top: 42px !important;
    }
}

@media (max-width: 420px) {
    .hero-figure-frame {
        aspect-ratio: 16 / 8.4;
    }

    .floating-card-bottom {
        grid-template-columns: 1fr;
    }

    .floating-card-link {
        width: 100%;
    }
}
