:root {
    --ink: #14213a;
    --muted: #647087;
    --line: #dde4ed;
    --surface: #ffffff;
    --soft: #f4f7fb;
    --primary: #3559e8;
    --primary-deep: #203eae;
    --accent: #13b7a6;
    --radius: 22px;
    --shadow: 0 24px 70px rgba(18, 33, 61, .11);
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.65; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.035em; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-heading { max-width: 740px; margin-bottom: 52px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .lead-intro h2, .solution-copy h2, .offer-intro h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 56px); }
.section-heading > p:last-child, .lead-copy { color: var(--muted); font-size: 18px; }
.eyebrow { margin-bottom: 18px; color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.button { min-height: 50px; padding: 13px 24px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 13px 30px rgba(53, 89, 232, .26); }
.button-primary:hover { background: var(--primary-deep); }
.button-outline { border-color: var(--line); background: rgba(255, 255, 255, .78); }
.button-dark { margin-top: 22px; color: #fff; background: var(--ink); }
.button-light { color: var(--ink); background: #fff; }
.button-quiet { padding-inline: 10px; color: var(--ink); }

/* Global navigation */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(255, 255, 255, .88); backdrop-filter: blur(16px); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 7px 25px rgba(18, 33, 61, .06); }
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; position: relative; background: var(--ink); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; border: 2px solid #fff; border-radius: 50%; }
.brand-mark::before { inset: 8px; }
.brand-mark::after { width: 5px; height: 5px; top: 5px; right: 5px; background: var(--accent); border: 0; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.main-nav a:not(.nav-cta) { color: #4d5b70; }
.main-nav a:hover { color: var(--primary); }
.nav-cta { padding: 9px 18px; color: #fff; background: var(--ink); border-radius: 9px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.nav-toggle span { width: 18px; height: 2px; margin: 5px auto; display: block; background: currentColor; transition: transform .2s; }

/* Business hero */
.hero { position: relative; }
.hero-business { padding: 84px 0 0; background: linear-gradient(180deg, #f7f9fd 0%, #fff 74%); }
.hero-grid-bg { position: absolute; inset: 0 0 20%; opacity: .42; background-image: linear-gradient(rgba(54, 79, 130, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(54, 79, 130, .09) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 25%, transparent); }
.hero-layout { min-height: 590px; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr); gap: 50px; align-items: center; position: relative; }
.hero-copy h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(46px, 5.4vw, 75px); letter-spacing: -.055em; }
.hero-subtitle { max-width: 660px; margin-bottom: 30px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-badge { margin-bottom: 18px; padding: 7px 12px; display: inline-flex; color: var(--primary-deep); background: #e9edff; border: 1px solid #d5ddff; border-radius: 999px; font-size: 12px; font-weight: 800; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.demo-notice { max-width: 620px; margin: 26px 0 0; color: #728097; font-size: 13px; }
.demo-notice span { width: 7px; height: 7px; margin-right: 8px; display: inline-block; background: var(--accent); border-radius: 50%; }
.hero-system { aspect-ratio: 1.12; max-width: 560px; width: 100%; margin-left: auto; position: relative; }
.hero-system > svg { width: 100%; height: 100%; position: absolute; inset: 0; color: #cbd6e8; fill: none; stroke: currentColor; stroke-width: 1; stroke-dasharray: 5 8; }
.system-core { width: 158px; height: 158px; padding: 22px; position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%, -50%); color: #fff; text-align: center; background: #17284f; border: 10px solid #e7ecf5; border-radius: 50%; box-shadow: var(--shadow); }
.system-core span { margin-bottom: 2px; color: #80f4e7; font-size: 31px; font-weight: 900; }
.system-core strong { font-size: 17px; }
.system-core small { color: #aebbd3; font-size: 10px; }
.system-node { min-width: 124px; padding: 16px 18px; position: absolute; z-index: 3; background: #fff; border: 1px solid #dfe6f0; border-radius: 16px; box-shadow: 0 15px 40px rgba(23, 40, 79, .1); font-size: 14px; font-weight: 750; }
.system-node span { margin-right: 7px; color: var(--primary); font-size: 11px; }
.node-a { top: 8%; left: 0; }.node-b { top: 9%; right: 0; }.node-c { right: -2%; bottom: 8%; }.node-d { bottom: 7%; left: -1%; }
.activity-wrap { margin-top: 36px; position: relative; transform: translateY(52px); }

/* Activity component themes: layout as well as color differs */
.activity { min-height: 155px; padding: 28px 32px; position: relative; display: grid; grid-template-columns: 1.2fr auto auto; gap: 28px; align-items: center; overflow: hidden; border-radius: 20px; }
.activity h2 { margin: 5px 0 7px; font-size: 22px; letter-spacing: -.02em; }
.activity-kicker { font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.slots { margin: 0; font-size: 13px; }.slots strong { font-size: 18px; }
.countdown { display: flex; gap: 8px; }
.time-box { min-width: 58px; padding: 10px 8px 7px; display: flex; flex-direction: column; align-items: center; border-radius: 11px; }
.time-box strong { font-size: 23px; font-variant-numeric: tabular-nums; line-height: 1; }
.time-box small { margin-top: 6px; font-size: 10px; }
.activity-cta { min-height: 48px; padding: 12px 19px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 14px; font-weight: 800; }
.activity-status { margin: 0; grid-column: 1 / -1; font-size: 13px; }
.activity-tech { color: #eaf2ff; background: #111f3d; border: 1px solid #2c406a; box-shadow: 0 25px 60px rgba(15, 29, 58, .22); }
.activity-tech::after { content: ""; width: 230px; height: 230px; position: absolute; right: 26%; border: 1px solid rgba(109, 224, 213, .22); border-radius: 50%; box-shadow: 0 0 0 32px rgba(109, 224, 213, .035), 0 0 0 70px rgba(109, 224, 213, .025); }
.activity-tech > * { z-index: 1; }.activity-tech .activity-kicker { color: #70e6d8; }.activity-tech .slots { color: #aebbd0; }.activity-tech .time-box { background: #1b2e55; border: 1px solid #344a75; }.activity-tech .activity-cta { color: #10223f; background: #72e2d6; }
.activity-festival { grid-template-columns: auto 1fr auto; color: #501b1b; background: #fff4e8; border: 2px solid #c94938; border-radius: 4px 28px 4px 28px; box-shadow: 9px 9px 0 #f2c366; }
.activity-festival::before, .activity-festival::after { content: "福"; width: 42px; height: 42px; position: absolute; display: grid; place-items: center; color: #fff; background: #b62e28; transform: rotate(45deg); font-size: 13px; }
.activity-festival::before { top: -19px; left: -19px; }.activity-festival::after { right: -19px; bottom: -19px; }
.activity-festival .activity-copy { grid-column: 2; }.activity-festival .countdown { grid-column: 1; grid-row: 1; }.activity-festival .activity-cta { grid-column: 3; }.activity-festival .time-box { color: #fff8ed; background: #a9342d; border-radius: 2px 12px 2px 12px; }.activity-festival .activity-cta { color: #fff; background: #a9342d; border-radius: 2px 12px 2px 12px; }
.activity-luxury { padding: 22px 38px; grid-template-columns: .85fr 1.1fr; grid-template-rows: auto auto; color: #eee5d0; background: #1e2424; border: 1px solid #96845c; border-radius: 0; box-shadow: inset 0 0 0 7px #1e2424, inset 0 0 0 8px rgba(201, 179, 129, .28); }
.activity-luxury .activity-copy { padding-right: 20px; grid-row: 1 / 3; border-right: 1px solid rgba(211, 193, 151, .3); }.activity-luxury .activity-kicker { color: #cdb982; }.activity-luxury .countdown { justify-content: center; }.activity-luxury .time-box { min-width: 68px; border-bottom: 1px solid #8c7c56; border-radius: 0; }.activity-luxury .activity-cta { justify-self: center; color: #1e2424; background: #d3c18f; border-radius: 0; }.activity-luxury .activity-status { grid-column: 2; text-align: center; }
.activity-gradient { padding: 32px; grid-template-columns: 1fr auto; grid-template-areas: "copy timer" "cta timer" "status status"; color: #fff; background: linear-gradient(125deg, #5944dc, #8a3fc0 48%, #e45479); border-radius: 34px 12px 34px 12px; box-shadow: 0 25px 60px rgba(94, 56, 186, .25); }
.activity-gradient::after { content: ""; width: 150px; height: 150px; position: absolute; left: 36%; top: -95px; border: 28px solid rgba(255, 255, 255, .1); border-radius: 50%; }.activity-gradient .activity-copy { grid-area: copy; }.activity-gradient .countdown { grid-area: timer; }.activity-gradient .activity-cta { grid-area: cta; justify-self: start; color: #5e35a8; background: #fff; border-radius: 999px; }.activity-gradient .activity-status { grid-area: status; }.activity-gradient .time-box { background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .26); border-radius: 18px; }

/* Shared content */
.stats-band { padding: 94px 0 42px; background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.stat { padding: 30px; border-right: 1px solid var(--line); }.stat:last-child { border-right: 0; }
.stat strong { display: block; font-size: 30px; letter-spacing: -.04em; }.stat strong span { margin-left: 3px; font-size: 15px; color: var(--primary); }.stat h3 { margin: 5px 0; font-size: 14px; }.stat p { margin: 0; color: var(--muted); font-size: 12px; }
.pains { background: #f5f7fa; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pain-card { min-height: 240px; padding: 28px; display: flex; flex-direction: column; background: #fff; border: 1px solid #e4e8ee; border-radius: 8px 26px 8px 8px; transition: transform .25s, border-color .25s; }.pain-card:hover { transform: translateY(-6px); border-color: #aebce1; }
.card-index { margin-bottom: auto; color: #a3afc0; font-size: 12px; font-weight: 800; }.pain-card h3 { margin: 45px 0 12px; font-size: 20px; }.pain-card p { margin: 0; color: var(--muted); font-size: 14px; }
.solution { color: #fff; background: #14213a; overflow: hidden; }
.solution::before { content: ""; width: 600px; height: 600px; position: absolute; top: -300px; right: -170px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.02), 0 0 0 170px rgba(255,255,255,.015); }
.solution-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px 80px; align-items: center; }
.solution-copy > p:not(.eyebrow) { color: #b9c4d7; }.solution-copy .lead-copy { color: #eef3fb; }
.path-map { min-height: 300px; padding: 35px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; background: #1c2d4c; border: 1px solid #34486a; border-radius: 50%; }
.path-map span { padding: 14px 12px; text-align: center; background: #23395f; border: 1px solid #3f567d; border-radius: 999px; font-size: 13px; }.path-map i { width: 28px; height: 1px; background: #75e1d5; }.path-map span:nth-of-type(3), .path-map span:nth-of-type(4) { grid-row: 2; }
.advantage-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.advantage { padding: 22px; display: flex; gap: 14px; border-top: 1px solid #40516e; }.advantage > span { color: #73e1d5; }.advantage h3 { margin-bottom: 8px; font-size: 17px; }.advantage p { margin: 0; color: #aebbd0; font-size: 14px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 330px; padding: 32px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .2s; }.feature-card:hover { background: #f7f9ff; }
.feature-icon { width: 50px; height: 50px; padding: 12px; color: var(--primary); background: #edf1ff; border-radius: 14px; }.feature-icon svg { width: 100%; height: 100%; }
.feature-meta { margin-top: 45px; }.feature-meta span { color: var(--primary); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.feature-card h3 { margin: 10px 0 12px; font-size: 23px; }.feature-card p { color: #4f5c70; }.feature-card small { color: #8490a3; }
.steps { background: #f6f8fb; }
.step-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.step-card { min-height: 260px; padding: 32px; position: relative; border-top: 2px solid #cfd6e3; }
.step-card::before { content: ""; width: 12px; height: 12px; position: absolute; top: -7px; left: 32px; background: var(--primary); border: 3px solid #eef1ff; border-radius: 50%; }
.step-card > span { display: block; margin: 30px 0 50px; color: var(--primary); font-size: 12px; font-weight: 850; }.step-card h3 { font-size: 22px; }.step-card p { color: var(--muted); }
.comparison-table { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 17px 50px rgba(20, 33, 58, .06); }
.comparison-row { display: grid; grid-template-columns: .8fr 1fr 1.1fr; }
.comparison-row > * { min-width: 0; padding: 22px 28px; border-bottom: 1px solid var(--line); }.comparison-row:last-child > * { border-bottom: 0; }
.comparison-row > * + * { border-left: 1px solid var(--line); }.comparison-row > strong { font-size: 14px; }.comparison-row > span { color: var(--muted); }.comparison-row .ai-value { color: var(--ink); background: #f4f7ff; font-weight: 650; }
.comparison-head { color: #fff; background: var(--ink); }.comparison-head > * { border-color: #34415a; }.comparison-head strong:last-child { background: var(--primary); }.comparison-head em { margin-left: 8px; padding: 4px 7px; color: #17244a; background: #83eadf; border-radius: 999px; font-size: 9px; font-style: normal; }
.offer { background: #eef2ff; }
.offer .container { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.offer-intro { position: sticky; top: 120px; }.offer-badge { margin-bottom: 24px; padding: 6px 11px; display: inline-flex; color: var(--primary-deep); background: #fff; border: 1px solid #cad4ff; border-radius: 999px; font-size: 11px; font-weight: 800; }.offer-intro > p:not(.eyebrow) { color: var(--muted); }
.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.plan-card { padding: 32px; background: #fff; border: 1px solid #dce3f6; border-radius: var(--radius); }.plan-card.recommended { color: #fff; background: #1d2d54; border-color: #1d2d54; box-shadow: var(--shadow); }.plan-badge { padding: 5px 9px; display: inline-flex; color: var(--primary-deep); background: #e2e7ff; border-radius: 6px; font-size: 11px; font-weight: 800; }.plan-card h3 { margin: 22px 0 10px; font-size: 24px; }.plan-price { display: block; margin-bottom: 5px; font-size: 20px; }.plan-card del { color: #8896aa; font-size: 13px; }.plan-card p { margin-top: 18px; color: var(--muted); font-size: 14px; }.plan-card.recommended p { color: #b8c4dc; }.plan-card ul { min-height: 145px; margin: 25px 0; padding: 0; list-style: none; }.plan-card li { padding: 8px 0; border-bottom: 1px solid rgba(136, 151, 180, .2); font-size: 14px; }.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--accent); }
.cases { background: #fff; }.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card { padding: 32px; background: #f7f9fc; border: 1px solid #e4e9f1; border-radius: 22px; }.case-card header { display: flex; align-items: center; gap: 16px; }.case-logo { width: 54px; height: 54px; overflow: hidden; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 15px; font-weight: 900; }.case-logo img { width: 100%; height: 100%; object-fit: cover; }.case-card header span { color: var(--primary); font-size: 12px; font-weight: 750; }.case-card h3 { margin: 3px 0 0; font-size: 20px; }.case-card dl { margin: 28px 0; }.case-card dl > div { padding: 15px 0; display: grid; grid-template-columns: 76px 1fr; gap: 12px; border-bottom: 1px solid #dfe5ed; }.case-card dt { font-size: 12px; font-weight: 800; }.case-card dd { margin: 0; color: var(--muted); font-size: 14px; }.case-data { color: var(--primary); font-size: 18px; }.case-card blockquote { margin: 22px 0 0; color: #445166; font-size: 14px; }
.testimonials { color: #fff; background: #192541; }.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.testimonial-card { margin: 0; padding: 30px; background: #233252; border: 1px solid #354563; border-radius: 18px; }.testimonial-card blockquote { min-height: 130px; margin: 0 0 28px; color: #dce4f1; }.testimonial-card figcaption { display: flex; align-items: center; gap: 12px; }.testimonial-card img, .avatar { width: 43px; height: 43px; overflow: hidden; display: grid; place-items: center; object-fit: cover; color: #15223e; background: #79e4d8; border-radius: 50%; font-weight: 850; }.testimonial-card strong, .testimonial-card small { display: block; }.testimonial-card small { color: #96a5bf; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }.faq-layout .section-heading { position: sticky; top: 120px; }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-item h3 { margin: 0; }.faq-item button { width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); text-align: left; border: 0; background: transparent; cursor: pointer; font-weight: 750; }.faq-item button i { width: 18px; height: 18px; position: relative; flex: 0 0 auto; }.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: currentColor; }.faq-item button i::after { transform: rotate(90deg); transition: transform .2s; }.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }.faq-answer { padding: 0 42px 25px 0; color: var(--muted); }.faq-answer p { margin: 0; }
.lead-section { color: #fff; background: #1a2847; }.lead-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }.lead-intro { position: sticky; top: 120px; }.lead-intro > p:not(.eyebrow) { color: #b8c4d9; }.privacy-note { margin-top: 35px; padding: 18px; display: flex; gap: 13px; border: 1px solid #3c4c68; border-radius: 14px; }.privacy-note p { margin: 0; font-size: 13px; }
.lead-form { padding: 34px; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 30px 70px rgba(5, 12, 28, .28); }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.field { min-width: 0; display: block; }.field-wide { grid-column: 1 / -1; }.field > span { margin-bottom: 7px; display: block; font-size: 13px; font-weight: 750; }.field b { margin-left: 3px; color: #e34b5f; }.field input, .field textarea, .field select { width: 100%; min-width: 0; padding: 12px 14px; color: var(--ink); border: 1px solid #d7deea; border-radius: 10px; outline: 0; background: #fbfcfe; transition: border-color .2s, box-shadow .2s; }.field input, .field select { min-height: 48px; }.field textarea { min-height: 112px; resize: vertical; }.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(53, 89, 232, .11); }.field-error { min-height: 16px; margin-top: 3px; display: block; color: #d63046; font-size: 11px; }.privacy-check { margin: 18px 0; display: flex; gap: 9px; align-items: flex-start; color: #556176; font-size: 13px; }.privacy-check input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--primary); }.privacy-check a { color: var(--primary); text-decoration: underline; }.submit-button { width: 100%; border: 0; }.form-status { margin: 14px 0 0; color: #526077; text-align: center; font-size: 13px; }.form-status.error { color: #cb2d43; }.form-status.success { color: #138b6e; }.honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.site-footer { padding: 80px 0 30px; color: #fff; background: #101a2e; }.footer-cta { padding-bottom: 60px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-bottom: 1px solid #2c3850; }.footer-cta h2 { max-width: 700px; margin: 0; font-size: clamp(32px, 4vw, 52px); }.footer-bottom { padding-top: 35px; display: grid; grid-template-columns: 1fr auto; gap: 30px; color: #8f9cb1; font-size: 13px; }.footer-bottom strong { color: #fff; }.footer-bottom span { display: block; }.footer-bottom > p { grid-column: 1 / -1; margin: 0; }
.service-fab { min-height: 50px; padding: 12px 18px; position: fixed; z-index: 45; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; color: #fff; border: 0; border-radius: 999px; background: var(--primary); box-shadow: 0 16px 40px rgba(34, 58, 157, .35); cursor: pointer; }.service-dialog { position: fixed; z-index: 100; inset: 0; }.service-backdrop { position: absolute; inset: 0; background: rgba(7, 14, 28, .58); backdrop-filter: blur(5px); }.service-dialog aside { width: min(calc(100% - 32px), 400px); padding: 32px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; border-radius: 24px; box-shadow: var(--shadow); }.dialog-close { width: 38px; height: 38px; position: absolute; top: 14px; right: 14px; border: 0; border-radius: 50%; background: #eef1f6; cursor: pointer; font-size: 24px; }.service-dialog aside h2 { font-size: 30px; }.service-dialog aside > p:not(.eyebrow) { color: var(--muted); }.service-dialog aside img { width: 180px; height: 180px; margin: 20px auto; object-fit: cover; }.service-dialog dl > div { padding: 10px 0; display: grid; grid-template-columns: 60px 1fr; border-bottom: 1px solid var(--line); }.service-dialog dt { color: var(--muted); }.service-dialog dd { margin: 0; font-weight: 750; }.service-dialog .button { width: 100%; margin-top: 20px; }.mobile-cta { display: none; }

/* Privacy */
.simple-header { width: min(calc(100% - 48px), 960px); min-height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; }.text-link { color: var(--primary); font-weight: 700; }.legal-page { width: min(calc(100% - 48px), 760px); margin: 70px auto 120px; }.legal-page h1 { font-size: clamp(42px, 6vw, 70px); }.legal-intro { color: var(--muted); }.legal-body { margin-top: 42px; padding: 36px; color: #445166; background: #f6f8fb; border-left: 3px solid var(--primary); border-radius: 0 18px 18px 0; line-height: 2; }

/* Spring template */
.template-spring-festival { --primary: #a8302c; --primary-deep: #7e221f; --accent: #d0a13d; --soft: #fbf4e8; background: #fffdf8; }
.spring-ribbon { min-height: 38px; padding: 7px 5vw; display: flex; justify-content: center; gap: 30px; color: #f8ead2; background: #7c211f; font-size: 12px; letter-spacing: .06em; }.spring-ribbon a { color: #f2c96f; }
.header-spring { top: 0; background: rgba(255, 252, 245, .92); }.spring-seal { width: 38px; height: 38px; display: grid; place-items: center; color: #fff7e9; background: #a72e29; border: 3px double #e5bb68; border-radius: 50%; font-family: Georgia, serif; }
.hero-spring { min-height: 790px; padding: 110px 0 80px; overflow: hidden; text-align: center; background: #fbf2e3; }.spring-hero-inner { position: relative; z-index: 2; }.hero-spring h1 { max-width: 960px; margin: 15px auto 25px; font-family: Georgia, "Songti SC", serif; font-size: clamp(48px, 7vw, 86px); }.hero-spring .hero-subtitle { margin-inline: auto; }.hero-spring .hero-actions { justify-content: center; }.spring-orbit { position: absolute; border: 1px solid rgba(162, 47, 42, .14); border-radius: 50%; }.orbit-one { width: 520px; height: 520px; top: -210px; left: -150px; box-shadow: 0 0 0 60px rgba(162,47,42,.025); }.orbit-two { width: 450px; height: 450px; right: -180px; bottom: -100px; box-shadow: 0 0 0 90px rgba(208,161,61,.035); }.spring-value-strip { width: min(100%, 700px); margin: 45px auto 35px; display: flex; justify-content: center; }.spring-value-strip span { padding: 13px 25px; border-block: 1px solid #d9c49c; border-right: 1px solid #d9c49c; font-size: 13px; }.spring-value-strip span:first-child { border-left: 1px solid #d9c49c; }.spring-value-strip b { color: var(--primary); }.hero-spring .activity { text-align: left; }.template-spring-festival .features { background: #fffaf1; }.template-spring-festival .feature-card { background: transparent; }.template-spring-festival .solution { background: #702421; }.template-spring-festival .offer { background: #f7ead4; }.template-spring-festival .lead-section { background: #762725; }.template-spring-festival .site-footer { background: #471917; }

/* National campaign template */
.template-national-campaign { --primary: #d8403a; --primary-deep: #ad2826; --accent: #e8b54a; }
.header-national { background: rgba(250, 250, 247, .94); }.national-mark { width: 37px; height: 33px; display: flex; align-items: end; gap: 3px; }.national-mark i { width: 8px; display: block; background: var(--primary); }.national-mark i:nth-child(1) { height: 17px; }.national-mark i:nth-child(2) { height: 28px; }.national-mark i:nth-child(3) { height: 22px; }
.hero-national { min-height: 700px; padding: 95px 0 70px; overflow: hidden; background: #f5f4ef; }.national-stripes { width: 20vw; height: 6px; position: absolute; top: 0; right: 0; background: repeating-linear-gradient(90deg, #d8403a 0 45px, #e9b64a 45px 90px); }.national-hero-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 30px 55px; align-items: start; }.national-number { min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #cbc9c1; }.national-number > span { color: var(--primary); font-size: 102px; font-weight: 950; line-height: .8; letter-spacing: -.09em; writing-mode: vertical-rl; }.national-number small { padding-bottom: 15px; font-size: 11px; font-weight: 850; letter-spacing: .13em; }.hero-national .hero-copy h1 { max-width: 860px; }.national-activity { grid-column: 1 / -1; }.template-national-campaign .activity { margin-top: 20px; }.template-national-campaign .comparison { background: #fff; }.template-national-campaign .feature-grid { gap: 14px; border: 0; }.template-national-campaign .feature-card { border: 1px solid var(--line); border-radius: 3px; }.template-national-campaign .solution { background: #252a35; }.template-national-campaign .offer { background: #f0eee7; }.template-national-campaign .lead-section { background: #252a35; }

/* Universal festival template */
.template-festival { --primary: #5a4fe0; --primary-deep: #4035bd; --accent: #ff765e; background: #fbfaff; }
.header-festival { margin-top: 14px; position: sticky; background: transparent; backdrop-filter: none; }.header-festival .nav-shell { min-height: 66px; padding: 0 18px; background: rgba(255,255,255,.92); border: 1px solid #e3e0f3; border-radius: 999px; box-shadow: 0 14px 40px rgba(77,64,160,.08); backdrop-filter: blur(14px); }.festival-mark { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 12px; }.header-festival .nav-cta { background: var(--primary); border-radius: 999px; }
.hero-festival { min-height: 760px; padding: 90px 0 80px; overflow: hidden; }.festival-bento { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; position: relative; z-index: 2; }.festival-main { min-height: 500px; padding: 64px; background: #efedff; border-radius: 42px 14px 42px 14px; }.festival-main h1 { max-width: 800px; margin: 20px 0 28px; font-size: clamp(47px, 6vw, 78px); }.festival-note { padding: 34px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: #1e2341; border-radius: 14px 42px 14px 42px; }.festival-note > span { color: #b5acf9; font-size: 12px; font-weight: 850; letter-spacing: .12em; }.festival-note p { font-size: 16px; }.signal { height: 90px; display: flex; align-items: end; gap: 9px; }.signal i { flex: 1; background: #6e63e7; border-radius: 999px; }.signal i:nth-child(1) { height: 35%; }.signal i:nth-child(2) { height: 70%; }.signal i:nth-child(3) { height: 50%; }.signal i:nth-child(4) { height: 100%; background: #ff735c; }.festival-activity { grid-column: 1 / -1; }.festival-blob { position: absolute; border-radius: 50%; filter: blur(2px); }.blob-a { width: 260px; height: 260px; top: -80px; right: -90px; background: rgba(255,118,94,.13); }.blob-b { width: 190px; height: 190px; left: -100px; bottom: 0; background: rgba(90,79,224,.1); }.template-festival .stats-band { padding-top: 30px; }.template-festival .offer { background: #fff2ed; }.template-festival .feature-grid { gap: 16px; border: 0; }.template-festival .feature-card { border: 1px solid #e2dff0; border-radius: 24px; }.template-festival .feature-card:nth-child(2), .template-festival .feature-card:nth-child(5) { transform: translateY(25px); }.template-festival .solution { background: #292454; }.template-festival .lead-section { background: #eeecff; color: var(--ink); }.template-festival .lead-intro > p:not(.eyebrow) { color: var(--muted); }.template-festival .privacy-note { border-color: #d5d0ef; }.template-festival .site-footer { background: #211d43; }

/* Motion and responsive */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
html.js .reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .hero-layout { grid-template-columns: 1fr .82fr; }.hero-system { transform: scale(.88); transform-origin: center; }
    .activity { grid-template-columns: 1fr auto; }.activity-cta { grid-column: 1 / -1; }.activity-festival .activity-copy { grid-column: 1; }.activity-festival .countdown { grid-column: 2; }.activity-festival .activity-cta { grid-column: 1 / -1; }.activity-luxury { grid-template-columns: 1fr 1fr; }.activity-gradient .activity-cta { grid-column: auto; }
    .pain-grid { grid-template-columns: repeat(2, 1fr); }.feature-grid { grid-template-columns: repeat(2, 1fr); }.offer .container { grid-template-columns: 1fr; }.offer-intro { position: static; }.faq-layout { grid-template-columns: 1fr; }.faq-layout .section-heading { position: static; }.lead-layout { gap: 45px; }
    .national-hero-grid { grid-template-columns: 130px 1fr; }.national-number > span { font-size: 78px; }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 32px), var(--container)); }.section { padding: 82px 0; }
    .nav-toggle { display: block; }.main-nav { width: min(calc(100% - 32px), 360px); padding: 18px; position: fixed; z-index: 60; top: 76px; right: 16px; display: none; align-items: stretch; flex-direction: column; gap: 4px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 12px; }.nav-cta { text-align: center; }.header-festival .main-nav { top: 92px; }.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .hero-business { padding-top: 55px; }.hero-layout { min-height: auto; grid-template-columns: 1fr; }.hero-system { width: min(100%, 520px); margin: 10px auto 0; transform: none; }.activity-wrap { transform: translateY(40px); }
    .activity { padding: 24px; grid-template-columns: 1fr; }.activity .countdown { grid-column: 1; grid-row: auto; justify-content: flex-start; }.activity .activity-copy, .activity .activity-cta, .activity .activity-status { grid-column: 1; grid-row: auto; }.activity-luxury .activity-copy { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(211,193,151,.3); }.activity-gradient { grid-template-areas: none; }.activity-gradient > * { grid-area: auto !important; }.time-box { min-width: 54px; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .solution-layout { grid-template-columns: 1fr; }.path-map { max-width: 520px; }.advantage-list { grid-template-columns: 1fr; }.step-track { grid-template-columns: 1fr; }.step-card { min-height: 0; }.step-card > span { margin-bottom: 22px; }
    .case-grid, .testimonial-grid { grid-template-columns: 1fr; }.lead-layout { grid-template-columns: 1fr; }.lead-intro { position: static; }
    .spring-ribbon { justify-content: space-between; }.hero-spring { min-height: auto; padding-top: 80px; }.spring-value-strip { overflow-x: auto; justify-content: flex-start; }.spring-value-strip span { min-width: 155px; }.hero-spring .activity { text-align: left; }
    .national-hero-grid { grid-template-columns: 1fr; }.national-number { min-height: 0; flex-direction: row; align-items: end; border: 0; border-bottom: 1px solid #cbc9c1; }.national-number > span { writing-mode: initial; }.national-activity { grid-column: 1; }
    .festival-bento { grid-template-columns: 1fr; }.festival-main { min-height: 0; padding: 45px; }.festival-note { min-height: 250px; }.festival-activity { grid-column: 1; }.template-festival .feature-card:nth-child(2), .template-festival .feature-card:nth-child(5) { transform: none; }
}

@media (max-width: 560px) {
    body { padding-bottom: 64px; }.section { padding: 68px 0; }.section-heading { margin-bottom: 34px; }.section-heading h2, .lead-intro h2, .solution-copy h2, .offer-intro h2 { font-size: 33px; }.section-heading > p:last-child, .lead-copy { font-size: 16px; }
    .nav-shell { min-height: 66px; }.brand { max-width: calc(100% - 60px); font-size: 14px; }.brand > span:last-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.main-nav { top: 66px; }
    .hero-copy h1, .hero-spring h1, .festival-main h1 { font-size: 40px; }.hero-subtitle { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.demo-notice { font-size: 12px; }
    .hero-system { aspect-ratio: 1; }.system-core { width: 120px; height: 120px; border-width: 7px; }.system-core span { font-size: 24px; }.system-core strong { font-size: 14px; }.system-node { min-width: 100px; padding: 11px; font-size: 11px; }.hero-system > svg { transform: scale(.9); }
    .activity { padding: 22px 18px; border-radius: 15px; }.activity h2 { font-size: 19px; }.countdown { width: 100%; gap: 5px; }.time-box { min-width: 0 !important; flex: 1; padding-inline: 4px; }.time-box strong { font-size: 20px; }.activity-festival { box-shadow: 5px 5px 0 #f2c366; }.activity-luxury { padding: 24px; }.activity-gradient { border-radius: 23px 8px 23px 8px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }.stat { padding: 20px 15px; }.stat strong { font-size: 23px; }.stat p { display: none; }
    .pain-grid, .feature-grid, .plan-grid { grid-template-columns: 1fr; }.pain-card { min-height: 200px; }.feature-card { min-height: 280px; }.path-map { min-height: 260px; padding: 22px; gap: 7px; }.path-map span { padding: 11px 8px; font-size: 11px; }.path-map i { width: 10px; }
    .comparison-table { border: 0; overflow: visible; box-shadow: none; }.comparison-head { display: none; }.comparison-row { margin-bottom: 14px; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; }.comparison-row > * { padding: 14px 17px; display: block; border: 0; border-bottom: 1px solid var(--line); }.comparison-row > span::before { content: attr(data-label); width: 88px; display: inline-block; color: #8995a7; font-size: 11px; font-weight: 750; }.comparison-row > *:last-child { border-bottom: 0; }
    .case-card { padding: 23px; }.case-card dl > div { grid-template-columns: 1fr; gap: 4px; }.testimonial-card blockquote { min-height: 0; }.faq-answer { padding-right: 0; }
    .form-grid { grid-template-columns: 1fr; }.field-wide { grid-column: 1; }.lead-form { padding: 23px 18px; border-radius: 18px; }
    .footer-cta { align-items: stretch; flex-direction: column; }.footer-cta .button { width: 100%; }.footer-bottom { grid-template-columns: 1fr; }.footer-bottom > p { grid-column: 1; }
    .service-fab { display: none; }.mobile-cta { height: 64px; padding: 8px max(12px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.35fr; gap: 8px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }.mobile-cta button, .mobile-cta a { min-width: 0; border: 1px solid var(--line); border-radius: 9px; display: grid; place-items: center; color: var(--ink); background: #fff; font-weight: 750; }.mobile-cta a { color: #fff; background: var(--primary); border-color: var(--primary); }
    .service-dialog aside { max-height: calc(100vh - 32px); overflow-y: auto; }.legal-page { margin-top: 45px; }.legal-body { padding: 24px; }
    .spring-ribbon { font-size: 10px; }.spring-ribbon a { display: none; }.hero-spring { padding-top: 60px; }.hero-spring h1 { font-size: 41px; }.spring-value-strip span { min-width: 135px; padding-inline: 15px; }.header-festival { margin-top: 7px; }.header-festival .nav-shell { min-height: 58px; }.header-festival .main-nav { top: 72px; }.festival-main { padding: 36px 25px; border-radius: 26px 9px 26px 9px; }.festival-note { border-radius: 9px 26px 9px 26px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    html.js .reveal { opacity: 1; transform: none; }
}
