@charset "utf-8";

body.channel-refresh-page {
    --cr-ink: #16212b;
    --cr-muted: #65717a;
    --cr-paper: #fbfcfa;
    --cr-soft: #eef2ef;
    --cr-line: rgba(22, 33, 43, .11);
    --cr-accent: #ec654f;
    --cr-accent-soft: #f5ddd7;
    --cr-secondary: #9ab5ad;
    margin: 0;
    color: var(--cr-ink);
    background: var(--cr-paper);
    font-family: "HarmonyOS Sans SC", "PingFang SC", "Source Han Sans SC", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

body.channel-web { --cr-accent: #477ba7; --cr-accent-soft: #dce9f2; --cr-secondary: #da765e; }
body.channel-seo { --cr-accent: #db5f49; --cr-accent-soft: #f4dfd8; --cr-secondary: #6d91ad; }
body.channel-mini { --cr-accent: #328f76; --cr-accent-soft: #dcece6; --cr-secondary: #e67c5e; }
body.channel-commerce { --cr-accent: #b58343; --cr-accent-soft: #f1e7d6; --cr-secondary: #557d73; }
body.channel-solution { --cr-accent: #425d73; --cr-accent-soft: #dde6eb; --cr-secondary: #e36c54; }
body.channel-shop { --cr-accent: #c15f68; --cr-accent-soft: #f2dfe1; --cr-secondary: #587d73; }
body.channel-about { --cr-accent: #29333a; --cr-accent-soft: #e2e7e4; --cr-secondary: #ce765c; }

.channel-refresh-page .inside-banner {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.channel-refresh-page .inside-banner::before,
.channel-refresh-page .inside-banner::after {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: "";
}

.channel-refresh-page .inside-banner::before {
    inset: 0;
    opacity: .24;
    background-image:
        linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 88px 88px;
    transform: translate3d(var(--cr-hero-x, 0), var(--cr-hero-y, 0), 0) scale(1.06);
    transition: transform .8s cubic-bezier(.22, 1, .36, 1);
}

.channel-refresh-page .inside-banner::after {
    top: 0;
    bottom: 0;
    left: 18%;
    width: 1px;
    opacity: .52;
    background: rgba(255,255,255,.62);
    box-shadow: 360px 0 rgba(255,255,255,.18), 720px 0 rgba(255,255,255,.12);
    transform: skewX(-18deg) translateX(-240px);
    animation: crHeroTraverse 9s cubic-bezier(.45, 0, .25, 1) infinite;
}

.channel-refresh-page .inside-banner .ban-info {
    z-index: 3;
    opacity: 0;
    transform: translate3d(0, 24px, 0);
}

.channel-refresh-page.cr-ready .inside-banner .ban-info {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity .9s ease .12s, transform .9s cubic-bezier(.22, 1, .36, 1) .12s;
}

.channel-refresh-page .full-case-crumbs {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid var(--cr-line);
    background: rgba(251, 252, 250, .92);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.cr-summary,
.cr-summary * { box-sizing: border-box; }

body.cr-ready .cooperation-box {
    position: fixed !important;
    z-index: 20050 !important;
}

.cr-summary {
    position: relative;
    overflow: hidden;
    padding: 108px 0 122px;
    color: var(--cr-ink);
    background: var(--cr-paper);
}

.cr-summary::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--cr-accent), transparent);
    opacity: .28;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
}

.cr-summary.is-visible::before { transform: scaleX(1); }

.cr-shell {
    width: min(1480px, calc(100% - 96px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr);
    align-items: center;
    gap: 90px;
}

.cr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: var(--cr-muted);
    font-size: 13px;
    font-weight: 650;
}

.cr-eyebrow::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background: var(--cr-accent);
    box-shadow: 0 0 0 7px color-mix(in srgb, var(--cr-accent) 12%, transparent);
}

.cr-copy h2 {
    max-width: 680px;
    margin: 0;
    color: var(--cr-ink);
    font-size: 50px;
    font-weight: 540;
    line-height: 1.17;
    letter-spacing: 0;
    text-wrap: balance;
}

.cr-copy > p {
    max-width: 660px;
    margin: 26px 0 0;
    color: var(--cr-muted);
    font-size: 17px;
    line-height: 1.9;
    text-wrap: pretty;
}

.cr-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin: 34px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--cr-line);
}

.cr-points li {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-bottom: 1px solid var(--cr-line);
    color: #33414b;
    font-size: 15px;
}

.cr-points b {
    color: var(--cr-accent);
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.cr-cta {
    min-width: 184px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 34px;
    padding: 0 7px 0 22px;
    border-radius: 26px;
    color: #fff;
    background: var(--cr-ink);
    box-shadow: 0 14px 28px rgba(22, 33, 43, .14);
    transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.cr-cta:visited,
.cr-cta:hover { color: #fff; }
.cr-cta:hover { transform: translateY(-3px); background: var(--cr-accent); box-shadow: 0 18px 34px color-mix(in srgb, var(--cr-accent) 24%, transparent); }
.cr-cta:active { transform: translateY(-1px) scale(.985); }
.cr-cta span { font-size: 15px; font-weight: 620; }
.cr-cta i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--cr-ink);
    background: #fff;
    font-style: normal;
    transition: transform .28s ease;
}
.cr-cta:hover i { transform: rotate(-8deg) translateX(2px); }
.cr-cta:focus-visible { outline: 3px solid color-mix(in srgb, var(--cr-accent) 30%, transparent); outline-offset: 4px; }

.cr-scene {
    --cr-tilt-x: 0deg;
    --cr-tilt-y: 0deg;
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(22, 33, 43, .08);
    border-radius: 8px;
    background: #eef2ef;
    box-shadow: 0 34px 80px rgba(31, 44, 53, .11);
    transform: perspective(1200px) rotateX(var(--cr-tilt-x)) rotateY(var(--cr-tilt-y));
    transform-style: preserve-3d;
    transition: transform .65s cubic-bezier(.22, 1, .36, 1), box-shadow .35s ease;
    will-change: transform;
}

.cr-scene:hover { box-shadow: 0 44px 96px rgba(31, 44, 53, .15); }

.cr-scene-grid {
    position: absolute;
    inset: -18%;
    opacity: .42;
    background-image:
        linear-gradient(rgba(22, 33, 43, .065) 1px, transparent 1px),
        linear-gradient(90deg, rgba(22, 33, 43, .065) 1px, transparent 1px);
    background-size: 54px 54px;
    transform: rotate(-7deg) translate3d(0, 0, -30px);
}

.cr-scene::before,
.cr-scene::after {
    position: absolute;
    pointer-events: none;
    content: "";
}

.cr-scene::before {
    inset: 11% 13%;
    border: 1px solid color-mix(in srgb, var(--cr-accent) 33%, transparent);
    border-radius: 50%;
    transform: rotate(-12deg) translateZ(10px);
    animation: crOrbit 18s linear infinite;
}

.cr-scene::after {
    top: -12%;
    bottom: -12%;
    left: 48%;
    width: 1px;
    opacity: .45;
    background: var(--cr-accent);
    transform: rotate(22deg) translateX(-180px);
    animation: crScan 7s cubic-bezier(.45, 0, .25, 1) infinite;
}

.cr-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 260px;
    min-height: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.92);
    border-radius: 8px;
    color: var(--cr-ink);
    background: rgba(255,255,255,.78);
    box-shadow: 0 26px 60px rgba(33, 48, 58, .16), inset 0 1px rgba(255,255,255,.9);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    transform: translate3d(-50%, -50%, 56px);
    animation: crCoreFloat 5.5s ease-in-out infinite;
}

.cr-core small { color: var(--cr-accent); font-size: 11px; font-weight: 700; }
.cr-core strong { margin-top: 10px; font-size: 31px; font-weight: 650; }
.cr-core span { margin-top: 12px; color: var(--cr-muted); font-size: 13px; }

.cr-chip {
    position: absolute;
    z-index: 5;
    min-width: 142px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,.88);
    border-radius: 6px;
    color: #37444d;
    background: rgba(255,255,255,.76);
    box-shadow: 0 18px 40px rgba(27, 41, 49, .10);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: 13px;
    font-weight: 600;
    transform: translateZ(70px);
    animation: crChipFloat 5s ease-in-out infinite;
}

.cr-chip::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: "";
    background: var(--cr-accent);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--cr-accent) 12%, transparent);
}

.cr-chip.is-one { top: 16%; left: 7%; }
.cr-chip.is-two { top: 20%; right: 6%; animation-delay: -1.6s; }
.cr-chip.is-three { right: 9%; bottom: 15%; animation-delay: -3.1s; }
.cr-chip.is-four { bottom: 13%; left: 8%; animation-delay: -2.2s; }

.cr-meter {
    position: absolute;
    right: 18%;
    bottom: 6%;
    left: 18%;
    z-index: 6;
    height: 38px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.9);
    border-radius: 19px;
    background: rgba(255,255,255,.68);
    box-shadow: 0 12px 30px rgba(27,41,49,.09);
}

.cr-meter b { width: 6px; height: 6px; border-radius: 50%; background: #cbd3cf; }
.cr-meter b:first-child { background: var(--cr-accent); }
.cr-meter i { height: 2px; flex: 1; margin-left: 12px; overflow: hidden; background: rgba(22,33,43,.10); }
.cr-meter i::after { display: block; width: 38%; height: 100%; content: ""; background: var(--cr-accent); animation: crMeter 4.8s ease-in-out infinite; }

.channel-seo .cr-core { width: 230px; height: 230px; min-height: 0; border-radius: 50%; }
.channel-seo .cr-scene::before { inset: 5%; border-radius: 50%; border-style: dashed; animation-duration: 13s; }
.channel-mini .cr-core { width: 215px; min-height: 310px; border-radius: 34px; }
.channel-mini .cr-core::before { width: 54px; height: 6px; margin-bottom: 22px; border-radius: 4px; content: ""; background: rgba(22,33,43,.15); }
.channel-commerce .cr-core { transform: translate3d(-50%, -50%, 56px) rotate(-4deg); box-shadow: 18px 18px 0 rgba(255,255,255,.48), 36px 36px 0 color-mix(in srgb, var(--cr-accent-soft) 72%, transparent), 0 32px 65px rgba(33,48,58,.13); }
.channel-solution .cr-core { clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%); border-radius: 0; }
.channel-shop .cr-core { overflow: hidden; background: linear-gradient(90deg, rgba(233,225,218,.92) 50%, rgba(255,255,255,.88) 50%); }
.channel-shop .cr-core::after { position:absolute; top:0; bottom:0; left:50%; width:2px; content:""; background:var(--cr-accent); transform:translateX(-50%); animation:crCompare 4.8s ease-in-out infinite; }
.channel-about .cr-core { width: 310px; min-height: 150px; border: 0; background: rgba(255,255,255,.72); }
.channel-about .cr-core strong { font-size: 39px; font-weight: 520; }

[data-cr-reveal] {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}

[data-cr-reveal="right"] { transform: translate3d(46px, 0, 0); }
[data-cr-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

.channel-refresh-page .cr-watch {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition: opacity .78s ease, transform .78s cubic-bezier(.22, 1, .36, 1);
}

.channel-refresh-page .cr-watch.cr-in { opacity: 1; transform: translate3d(0, 0, 0); }

/* Keep the channel scenes dimensional without the repeated left-to-right light sweep. */
.channel-refresh-page .inside-banner::after,
.channel-refresh-page .cr-scene::after {
    display: none !important;
    animation: none !important;
}

@keyframes crHeroTraverse {
    0%, 16% { transform: skewX(-18deg) translateX(-240px); opacity: 0; }
    40%, 62% { opacity: .5; }
    86%, 100% { transform: skewX(-18deg) translateX(880px); opacity: 0; }
}

@keyframes crOrbit { to { transform: rotate(348deg) translateZ(10px); } }
@keyframes crScan { 0%, 14% { transform: rotate(22deg) translateX(-260px); opacity: 0; } 42%, 62% { opacity: .38; } 88%, 100% { transform: rotate(22deg) translateX(310px); opacity: 0; } }
@keyframes crCoreFloat { 0%,100% { margin-top: -5px; } 50% { margin-top: 7px; } }
@keyframes crChipFloat { 0%,100% { margin-top: -3px; } 50% { margin-top: 8px; } }
@keyframes crMeter { 0%,100% { transform: translateX(0); } 50% { transform: translateX(165%); } }
@keyframes crCompare { 0%,100% { transform: translateX(-34px); } 50% { transform: translateX(30px); } }

@media (max-width: 1180px) {
    .cr-shell { width: min(100% - 56px, 1180px); grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: 52px; }
    .cr-copy h2 { font-size: 42px; }
    .cr-scene { min-height: 470px; }
}

@media (max-width: 900px) {
    .cr-summary { padding: 82px 0 92px; }
    .cr-shell { grid-template-columns: 1fr; gap: 56px; }
    .cr-copy { max-width: 720px; }
    .cr-scene { min-height: 480px; }
}

@media (max-width: 640px) {
    .cr-summary { padding: 64px 0 72px; }
    .cr-shell { width: calc(100% - 36px); gap: 42px; }
    .cr-eyebrow { margin-bottom: 17px; font-size: 12px; }
    .cr-copy h2 { font-size: 32px; line-height: 1.22; }
    .cr-copy > p { margin-top: 20px; font-size: 15px; line-height: 1.8; }
    .cr-points { grid-template-columns: 1fr; margin-top: 27px; }
    .cr-points li { min-height: 52px; }
    .cr-cta { margin-top: 28px; }
    .cr-scene { min-height: 410px; }
    .cr-core { width: 210px; min-height: 150px; padding: 22px; }
    .cr-core strong { font-size: 26px; }
    .channel-seo .cr-core { width: 188px; height: 188px; }
    .channel-mini .cr-core { width: 178px; min-height: 268px; border-radius: 28px; }
    .channel-about .cr-core { width: 240px; }
    .channel-about .cr-core strong { font-size: 31px; }
    .cr-chip { min-width: 118px; height: 42px; padding: 0 12px; font-size: 11px; }
    .cr-chip.is-one { top: 10%; left: 3%; }
    .cr-chip.is-two { top: 14%; right: 2%; }
    .cr-chip.is-three { right: 3%; bottom: 14%; }
    .cr-chip.is-four { bottom: 12%; left: 3%; }
    .cr-meter { right: 12%; left: 12%; }
}

@media (prefers-reduced-motion: reduce) {
    .channel-refresh-page .inside-banner::after,
    .cr-scene::before,
    .cr-scene::after,
    .cr-core,
    .cr-chip,
    .cr-meter i::after,
    .channel-shop .cr-core::after { animation: none !important; }
    [data-cr-reveal],
    .channel-refresh-page .cr-watch { opacity: 1 !important; transform: none !important; transition: none !important; }
    .cr-scene { transform: none !important; transition: none !important; }
}

/* Website build landing refresh - 20260801 */
body.channel-web {
    --web-dark: #101821;
    --web-ink: #17212b;
    --web-muted: #6c7883;
    --web-line: rgba(23, 33, 43, .11);
    --web-paper: #f6f8f7;
    --web-accent: #ef4f3d;
    --web-green: #8fb7a0;
    background: #f6f8f7;
}

body.channel-web .inside-banner,
body.channel-web .full-case-crumbs,
body.channel-web .project-cover,
body.channel-web .wqpclassic-case,
body.channel-web .full-related-news {
    display: none !important;
}

body.channel-web .web-landing-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 0 96px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(255,255,255,.075) 0 1px, transparent 1px 76px),
        linear-gradient(115deg, #0e171f 0%, #132433 52%, #101821 100%);
}

body.channel-web .web-landing-hero::before {
    background: linear-gradient(90deg, transparent, rgba(239,79,61,.78), transparent);
    opacity: .6;
}

body.channel-web .web-landing-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 120px;
    pointer-events: none;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(0,0,0,.16));
}

body.channel-web .web-landing-hero .cr-shell,
body.channel-web .web-shell {
    width: min(1360px, calc(100% - 112px));
    margin: 0 auto;
}

body.channel-web .web-landing-hero .cr-shell {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
    gap: 76px;
}

body.channel-web .cr-eyebrow {
    color: rgba(255,255,255,.72);
    letter-spacing: 0;
}

body.channel-web .cr-eyebrow::before {
    background: var(--web-accent);
    box-shadow: 0 0 0 7px rgba(239,79,61,.17);
}

body.channel-web .cr-copy h1,
body.channel-web .cr-copy h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 4.2vw, 74px);
    font-weight: 520;
    line-height: 1.12;
    letter-spacing: 0;
    text-wrap: balance;
}

body.channel-web .cr-copy > p {
    max-width: 680px;
    color: rgba(255,255,255,.72);
    font-size: 17px;
}

body.channel-web .cr-points {
    border-top-color: rgba(255,255,255,.16);
}

body.channel-web .cr-points li {
    border-bottom-color: rgba(255,255,255,.16);
    color: rgba(255,255,255,.82);
}

body.channel-web .cr-points b {
    color: #ff7667;
}

body.channel-web .web-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

body.channel-web .web-hero-actions .cr-cta {
    margin-top: 34px;
    background: #ef4f3d;
    box-shadow: 0 22px 42px rgba(239,79,61,.24);
}

body.channel-web .web-hero-actions .cr-cta:hover {
    background: #ff6b58;
    box-shadow: 0 24px 48px rgba(239,79,61,.30);
}

body.channel-web .web-hero-actions .cr-cta i {
    color: #ef4f3d;
}

body.channel-web .web-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    margin-top: 34px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    font-weight: 620;
    border-bottom: 1px solid rgba(255,255,255,.26);
    transition: color .25s ease, border-color .25s ease;
}

body.channel-web .web-text-link:hover {
    color: #fff;
    border-color: rgba(255,255,255,.72);
}

body.channel-web .web-landing-hero .cr-scene {
    min-height: 560px;
    border-color: rgba(255,255,255,.14);
    background: #eef3f1;
    box-shadow: 0 42px 90px rgba(0,0,0,.28);
}

body.channel-web .web-landing-hero .cr-scene::before {
    border-color: rgba(143,183,160,.30);
}

body.channel-web .cr-web-hero {
    background: linear-gradient(120deg, #14202a, #2c5f71);
}

body.channel-web .cr-web-hero small,
body.channel-web .cr-web-hero em {
    letter-spacing: 0;
}

body.channel-web .cr-web-status {
    border-radius: 8px;
}

body.channel-web .cr-web-status b {
    color: #2c6980;
}

body.channel-web .web-section {
    position: relative;
    padding: 106px 0;
    background: #f6f8f7;
}

body.channel-web .web-section:nth-of-type(odd) {
    background: #fff;
}

body.channel-web .web-section-head {
    max-width: 760px;
    margin-bottom: 46px;
}

body.channel-web .web-section-head.is-narrow {
    max-width: 700px;
}

body.channel-web .web-section-head span,
body.channel-web .web-delivery-copy > span,
body.channel-web .web-final-inner span {
    display: inline-flex;
    margin-bottom: 15px;
    color: var(--web-accent);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

body.channel-web .web-section-head h2,
body.channel-web .web-delivery-copy h2,
body.channel-web .web-final-inner h2 {
    margin: 0;
    color: var(--web-ink);
    font-size: clamp(32px, 3vw, 50px);
    font-weight: 520;
    line-height: 1.18;
    letter-spacing: 0;
    text-wrap: balance;
}

body.channel-web .web-section-head p,
body.channel-web .web-delivery-copy > p,
body.channel-web .web-final-inner p {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--web-muted);
    font-size: 16px;
    line-height: 1.85;
}

body.channel-web .web-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--web-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 64px rgba(23,33,43,.06);
}

body.channel-web .web-solution-card {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    padding: 34px 30px 30px;
    color: var(--web-ink);
    border-right: 1px solid var(--web-line);
    background: #fff;
    transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease;
}

body.channel-web .web-solution-card:last-child {
    border-right: 0;
}

body.channel-web .web-solution-card.is-featured,
body.channel-web .web-solution-card:hover {
    background: #fbf4f2;
}

body.channel-web .web-solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(23,33,43,.10);
}

body.channel-web .web-solution-card b,
body.channel-web .web-process-grid b {
    color: var(--web-accent);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

body.channel-web .web-solution-card h3,
body.channel-web .web-process-grid h3,
body.channel-web .web-case-card h3 {
    margin: 18px 0 0;
    color: var(--web-ink);
    font-size: 22px;
    font-weight: 650;
    line-height: 1.3;
}

body.channel-web .web-solution-card p,
body.channel-web .web-process-grid p,
body.channel-web .web-case-card p {
    margin: 14px 0 0;
    color: var(--web-muted);
    font-size: 14px;
    line-height: 1.75;
}

body.channel-web .web-solution-card ul {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    color: #41515d;
    font-size: 13px;
    list-style: none;
}

body.channel-web .web-solution-card li {
    position: relative;
    padding-left: 16px;
}

body.channel-web .web-solution-card li::before {
    position: absolute;
    top: .74em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    background: var(--web-green);
}

body.channel-web .web-solution-card em {
    margin-top: auto;
    color: var(--web-accent);
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
}

body.channel-web .web-delivery-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
    align-items: center;
    gap: 76px;
}

body.channel-web .web-delivery-list {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

body.channel-web .web-delivery-list dl {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 24px;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid var(--web-line);
}

body.channel-web .web-delivery-list dl:last-child {
    border-bottom: 1px solid var(--web-line);
}

body.channel-web .web-delivery-list dt {
    color: var(--web-ink);
    font-size: 16px;
    font-weight: 650;
}

body.channel-web .web-delivery-list dd {
    margin: 0;
    color: var(--web-muted);
    font-size: 14px;
    line-height: 1.8;
}

body.channel-web .web-delivery-media {
    position: relative;
    min-height: 430px;
}

body.channel-web .web-delivery-media img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgba(23,33,43,.08);
    border-radius: 8px;
    background: #eef2ef;
    box-shadow: 0 34px 76px rgba(23,33,43,.12);
}

body.channel-web .web-delivery-panel {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: grid;
    gap: 8px;
    min-width: 260px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 8px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 20px 44px rgba(23,33,43,.13);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body.channel-web .web-delivery-panel strong {
    color: var(--web-ink);
    font-size: 16px;
}

body.channel-web .web-delivery-panel span {
    color: var(--web-muted);
    font-size: 13px;
}

body.channel-web .web-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--web-line);
    border: 1px solid var(--web-line);
    border-radius: 8px;
    overflow: hidden;
}

body.channel-web .web-process-grid > div {
    min-height: 210px;
    padding: 30px;
    background: #fff;
}

body.channel-web .web-case-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.channel-web .web-case-card {
    display: block;
    overflow: hidden;
    color: var(--web-ink);
    border: 1px solid var(--web-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(23,33,43,.06);
    transition: transform .28s ease, box-shadow .28s ease;
}

body.channel-web .web-case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 64px rgba(23,33,43,.11);
}

body.channel-web .web-case-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    background: #e8eeeb;
}

body.channel-web .web-case-card span {
    display: inline-flex;
    margin: 24px 26px 0;
    color: var(--web-accent);
    font-size: 12px;
    font-weight: 700;
}

body.channel-web .web-case-card h3,
body.channel-web .web-case-card p {
    margin-right: 26px;
    margin-left: 26px;
}

body.channel-web .web-case-card p {
    min-height: 76px;
    margin-bottom: 28px;
}

body.channel-web .web-final-cta {
    padding: 86px 0;
    color: #fff;
    background: #101821;
}

body.channel-web .web-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
}

body.channel-web .web-final-inner h2,
body.channel-web .web-final-inner p {
    color: #fff;
}

body.channel-web .web-final-inner p {
    color: rgba(255,255,255,.70);
}

body.channel-web .web-primary-action {
    min-width: 180px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 27px;
    color: #fff;
    background: var(--web-accent);
    box-shadow: 0 18px 40px rgba(239,79,61,.26);
    font-size: 15px;
    font-weight: 650;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

body.channel-web .web-primary-action:hover {
    color: #fff;
    transform: translateY(-3px);
    background: #ff6b58;
    box-shadow: 0 22px 46px rgba(239,79,61,.32);
}

@media (max-width: 1180px) {
    body.channel-web .web-landing-hero .cr-shell,
    body.channel-web .web-shell {
        width: min(100% - 56px, 1180px);
    }

    body.channel-web .web-landing-hero .cr-shell,
    body.channel-web .web-delivery-grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    body.channel-web .web-landing-hero .cr-scene {
        min-height: 500px;
    }

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

    body.channel-web .web-solution-card:nth-child(2) {
        border-right: 0;
    }

    body.channel-web .web-solution-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--web-line);
    }
}

@media (max-width: 900px) {
    body.channel-web .web-landing-hero {
        min-height: auto;
        padding: 126px 0 78px;
    }

    body.channel-web .cr-copy h1,
    body.channel-web .cr-copy h2 {
        font-size: clamp(38px, 8vw, 56px);
    }

    body.channel-web .web-section {
        padding: 78px 0;
    }

    body.channel-web .web-process-grid,
    body.channel-web .web-case-grid {
        grid-template-columns: 1fr;
    }

    body.channel-web .web-final-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.channel-web .web-landing-hero .cr-shell,
    body.channel-web .web-shell {
        width: calc(100% - 36px);
    }

    body.channel-web .web-landing-hero {
        padding: 106px 0 64px;
    }

    body.channel-web .cr-copy h1,
    body.channel-web .cr-copy h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    body.channel-web .web-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    body.channel-web .web-text-link {
        min-height: 34px;
        margin-top: 0;
    }

    body.channel-web .web-landing-hero .cr-scene {
        min-height: 390px;
    }

    body.channel-web .web-section-head {
        margin-bottom: 32px;
    }

    body.channel-web .web-solution-grid {
        grid-template-columns: 1fr;
    }

    body.channel-web .web-solution-card {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--web-line);
    }

    body.channel-web .web-solution-card:last-child {
        border-bottom: 0;
    }

    body.channel-web .web-delivery-list dl {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.channel-web .web-delivery-media {
        min-height: 0;
    }

    body.channel-web .web-delivery-panel {
        position: relative;
        right: auto;
        bottom: auto;
        min-width: 0;
        margin: -28px 18px 0;
    }

    body.channel-web .web-process-grid > div {
        min-height: 0;
        padding: 26px;
    }

    body.channel-web .web-final-cta {
        padding: 66px 0;
    }

    body.channel-web .web-primary-action {
        width: 100%;
    }
}

/* SEO / GEO growth landing refresh - 20260801 */
body.seo-landing-page {
    --seo-dark: #0f1720;
    --seo-ink: #16212b;
    --seo-muted: #687682;
    --seo-paper: #f6f8fb;
    --seo-line: rgba(22,33,43,.11);
    --seo-blue: #5c8ed8;
    --seo-red: #ef604f;
    --seo-green: #8eb2a1;
    background: #f6f8fb;
}

body.seo-landing-page .inside-banner,
body.seo-landing-page .full-case-crumbs,
body.seo-landing-page .why-column-one,
body.seo-landing-page .seo-operation,
body.seo-landing-page .five-advantages,
body.seo-landing-page .seo-searchrank,
body.seo-landing-page .optimize,
body.seo-landing-page .wqpclassic-case,
body.seo-landing-page .full-related-news {
    display: none !important;
}

body.seo-landing-page .seo-growth-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 150px 0 98px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(130deg, #0f1720 0%, #14283a 54%, #111922 100%);
    background-size: 88px 88px, 88px 88px, auto;
}

body.seo-landing-page .seo-growth-hero::before {
    background: linear-gradient(90deg, transparent, rgba(92,142,216,.66), rgba(239,96,79,.68), transparent);
    opacity: .7;
}

body.seo-landing-page .seo-growth-hero .cr-shell,
body.seo-landing-page .seo-shell {
    width: min(1360px, calc(100% - 112px));
    margin: 0 auto;
}

body.seo-landing-page .seo-growth-hero .cr-shell {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: 78px;
}

body.seo-landing-page .cr-eyebrow {
    color: rgba(255,255,255,.72);
    letter-spacing: 0;
}

body.seo-landing-page .cr-eyebrow::before {
    background: var(--seo-red);
    box-shadow: 0 0 0 7px rgba(239,96,79,.16);
}

body.seo-landing-page .cr-copy h1,
body.seo-landing-page .cr-copy h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 4.2vw, 74px);
    font-weight: 520;
    line-height: 1.12;
    letter-spacing: 0;
    text-wrap: balance;
}

body.seo-landing-page .cr-copy > p {
    max-width: 690px;
    color: rgba(255,255,255,.73);
    font-size: 17px;
}

body.seo-landing-page .cr-points {
    border-top-color: rgba(255,255,255,.16);
}

body.seo-landing-page .cr-points li {
    border-bottom-color: rgba(255,255,255,.16);
    color: rgba(255,255,255,.82);
}

body.seo-landing-page .cr-points b {
    color: #ff7868;
}

body.seo-landing-page .seo-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

body.seo-landing-page .seo-hero-actions .cr-cta {
    margin-top: 34px;
    background: var(--seo-red);
    box-shadow: 0 22px 44px rgba(239,96,79,.24);
}

body.seo-landing-page .seo-hero-actions .cr-cta:hover {
    background: #ff7663;
    box-shadow: 0 24px 48px rgba(239,96,79,.30);
}

body.seo-landing-page .seo-hero-actions .cr-cta i {
    color: var(--seo-red);
}

body.seo-landing-page .seo-text-link {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    margin-top: 34px;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    font-weight: 620;
    border-bottom: 1px solid rgba(255,255,255,.28);
    transition: color .25s ease, border-color .25s ease;
}

body.seo-landing-page .seo-text-link:hover {
    color: #fff;
    border-color: rgba(255,255,255,.72);
}

body.seo-landing-page .seo-hero-visual {
    min-height: 560px;
    border-color: rgba(255,255,255,.13);
    background: linear-gradient(145deg, #0d1721, #16283a);
    box-shadow: 0 42px 92px rgba(0,0,0,.32);
}

body.seo-landing-page .seo-hero-visual::before {
    inset: 8% 9%;
    border-color: rgba(92,142,216,.34);
    opacity: .72;
}

body.seo-landing-page .seo-hero-visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 112%;
    max-width: none;
    transform: translate3d(-50%, -50%, 32px);
    filter: drop-shadow(0 26px 40px rgba(0,0,0,.22));
}

body.seo-landing-page .seo-visual-card,
body.seo-landing-page .seo-visual-bar {
    position: absolute;
    z-index: 5;
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 8px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 18px 40px rgba(0,0,0,.13);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}

body.seo-landing-page .seo-visual-card {
    display: grid;
    gap: 7px;
    min-width: 176px;
    padding: 16px 18px;
}

body.seo-landing-page .seo-visual-card span {
    color: var(--seo-blue);
    font-size: 11px;
    font-weight: 700;
}

body.seo-landing-page .seo-visual-card strong {
    color: var(--seo-ink);
    font-size: 20px;
    font-weight: 680;
}

body.seo-landing-page .seo-visual-card small {
    color: var(--seo-muted);
    font-size: 12px;
}

body.seo-landing-page .seo-visual-card.is-answer {
    top: 48px;
    left: 34px;
}

body.seo-landing-page .seo-visual-card.is-rank {
    right: 30px;
    bottom: 52px;
}

body.seo-landing-page .seo-visual-bar {
    right: 25%;
    bottom: 24px;
    left: 25%;
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 16px;
}

body.seo-landing-page .seo-visual-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--seo-red);
    box-shadow: 0 0 0 7px rgba(239,96,79,.13);
}

body.seo-landing-page .seo-visual-bar b {
    color: var(--seo-ink);
    font-size: 13px;
}

body.seo-landing-page .seo-visual-bar em {
    margin-left: auto;
    color: var(--seo-muted);
    font-size: 12px;
    font-style: normal;
}

body.seo-landing-page .seo-section {
    padding: 106px 0;
    background: #f6f8fb;
}

body.seo-landing-page .seo-operating,
body.seo-landing-page .seo-proof {
    background: #fff;
}

body.seo-landing-page .seo-section-head {
    max-width: 790px;
    margin-bottom: 46px;
}

body.seo-landing-page .seo-section-head.is-narrow {
    max-width: 720px;
}

body.seo-landing-page .seo-section-head span,
body.seo-landing-page .seo-operating-copy > span,
body.seo-landing-page .seo-final-inner span {
    display: inline-flex;
    margin-bottom: 15px;
    color: var(--seo-red);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

body.seo-landing-page .seo-section-head h2,
body.seo-landing-page .seo-operating-copy h2,
body.seo-landing-page .seo-final-inner h2 {
    margin: 0;
    color: var(--seo-ink);
    font-size: clamp(32px, 3vw, 50px);
    font-weight: 520;
    line-height: 1.18;
    letter-spacing: 0;
    text-wrap: balance;
}

body.seo-landing-page .seo-section-head p,
body.seo-landing-page .seo-operating-copy > p,
body.seo-landing-page .seo-final-inner p {
    max-width: 700px;
    margin: 18px 0 0;
    color: var(--seo-muted);
    font-size: 16px;
    line-height: 1.85;
}

body.seo-landing-page .seo-channel-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--seo-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 28px 64px rgba(22,33,43,.06);
}

body.seo-landing-page .seo-channel-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    padding: 34px 30px 30px;
    color: var(--seo-ink);
    border-right: 1px solid var(--seo-line);
    background: #fff;
    transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease;
}

body.seo-landing-page .seo-channel-card:last-child {
    border-right: 0;
}

body.seo-landing-page .seo-channel-card.is-featured,
body.seo-landing-page .seo-channel-card:hover {
    background: #f1f6fc;
}

body.seo-landing-page .seo-channel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(22,33,43,.10);
}

body.seo-landing-page .seo-channel-card b,
body.seo-landing-page .seo-path-grid b {
    color: var(--seo-blue);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

body.seo-landing-page .seo-channel-card h3,
body.seo-landing-page .seo-path-grid h3,
body.seo-landing-page .seo-case-card h3 {
    margin: 18px 0 0;
    color: var(--seo-ink);
    font-size: 22px;
    font-weight: 650;
    line-height: 1.3;
}

body.seo-landing-page .seo-channel-card p,
body.seo-landing-page .seo-path-grid p,
body.seo-landing-page .seo-case-card p {
    margin: 14px 0 0;
    color: var(--seo-muted);
    font-size: 14px;
    line-height: 1.75;
}

body.seo-landing-page .seo-channel-card em {
    margin-top: auto;
    color: var(--seo-red);
    font-size: 14px;
    font-style: normal;
    font-weight: 650;
}

body.seo-landing-page .seo-operating-grid {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
    align-items: center;
    gap: 76px;
}

body.seo-landing-page .seo-operating-list {
    display: grid;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid var(--seo-line);
}

body.seo-landing-page .seo-operating-list dl {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 24px;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--seo-line);
}

body.seo-landing-page .seo-operating-list dt {
    color: var(--seo-ink);
    font-size: 16px;
    font-weight: 650;
}

body.seo-landing-page .seo-operating-list dd {
    margin: 0;
    color: var(--seo-muted);
    font-size: 14px;
    line-height: 1.8;
}

body.seo-landing-page .seo-operating-media {
    position: relative;
    min-height: 420px;
}

body.seo-landing-page .seo-operating-media img {
    width: 100%;
    display: block;
    border: 1px solid rgba(22,33,43,.08);
    border-radius: 8px;
    box-shadow: 0 34px 76px rgba(22,33,43,.12);
}

body.seo-landing-page .seo-media-note {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: grid;
    gap: 8px;
    min-width: 270px;
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.86);
    border-radius: 8px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 20px 44px rgba(22,33,43,.13);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

body.seo-landing-page .seo-media-note strong {
    color: var(--seo-ink);
    font-size: 16px;
}

body.seo-landing-page .seo-media-note span {
    color: var(--seo-muted);
    font-size: 13px;
}

body.seo-landing-page .seo-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--seo-line);
    border-radius: 8px;
    background: var(--seo-line);
}

body.seo-landing-page .seo-path-grid > div {
    min-height: 210px;
    padding: 30px;
    background: #fff;
}

body.seo-landing-page .seo-proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(340px, .8fr);
    gap: 24px;
}

body.seo-landing-page .seo-case-card,
body.seo-landing-page .seo-article-card {
    overflow: hidden;
    border: 1px solid var(--seo-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(22,33,43,.06);
    transition: transform .28s ease, box-shadow .28s ease;
}

body.seo-landing-page .seo-case-card {
    display: block;
    color: var(--seo-ink);
}

body.seo-landing-page .header.site-header-compact {
    border-bottom: 1px solid rgba(18, 28, 36, .07) !important;
    background: rgba(250, 250, 248, .88) !important;
    box-shadow: 0 12px 34px rgba(21, 31, 39, .06) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
}

body.seo-landing-page .header.site-header-compact .logo img {
    filter: brightness(0) saturate(100%) opacity(.84) !important;
}

body.seo-landing-page .header.site-header-compact .nav-compact .title > a {
    color: #15202a !important;
    text-shadow: none !important;
}

body.seo-landing-page .header.site-header-compact .edit-search {
    filter: brightness(0) saturate(100%) opacity(.72) !important;
}

body.seo-landing-page .header.site-header-compact .edit-handle {
    border-color: rgba(21, 32, 42, .24);
    background: rgba(255, 255, 255, .66) !important;
    color: #15202a !important;
    filter: none !important;
}

body.seo-landing-page .header.site-header-compact .edit-handle:hover {
    border-color: #10283d;
    background: #10283d !important;
    color: #fff !important;
}

body.seo-landing-page .seo-case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 64px rgba(22,33,43,.11);
}

body.seo-landing-page .seo-case-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    background: #e7edf2;
}

body.seo-landing-page .seo-case-card span,
body.seo-landing-page .seo-article-card span {
    display: inline-flex;
    margin: 24px 26px 0;
    color: var(--seo-red);
    font-size: 12px;
    font-weight: 700;
}

body.seo-landing-page .seo-case-card h3,
body.seo-landing-page .seo-case-card p {
    margin-right: 26px;
    margin-left: 26px;
}

body.seo-landing-page .seo-case-card p {
    min-height: 74px;
    margin-bottom: 28px;
}

body.seo-landing-page .seo-article-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

body.seo-landing-page .seo-article-card a {
    margin: 18px 26px 0;
    padding-bottom: 18px;
    color: var(--seo-ink);
    border-bottom: 1px solid var(--seo-line);
    font-size: 17px;
    font-weight: 620;
    line-height: 1.55;
    transition: color .24s ease;
}

body.seo-landing-page .seo-article-card a:hover {
    color: var(--seo-red);
}

body.seo-landing-page .seo-article-card a:last-child {
    border-bottom: 0;
}

body.seo-landing-page .seo-final-cta {
    padding: 86px 0;
    color: #fff;
    background: #0f1720;
}

body.seo-landing-page .seo-final-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
}

body.seo-landing-page .seo-final-inner h2,
body.seo-landing-page .seo-final-inner p {
    color: #fff;
}

body.seo-landing-page .seo-final-inner p {
    color: rgba(255,255,255,.70);
}

body.seo-landing-page .seo-primary-action {
    min-width: 180px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 27px;
    color: #fff;
    background: var(--seo-red);
    box-shadow: 0 18px 40px rgba(239,96,79,.26);
    font-size: 15px;
    font-weight: 650;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

body.seo-landing-page .seo-primary-action:hover {
    color: #fff;
    transform: translateY(-3px);
    background: #ff7663;
    box-shadow: 0 22px 46px rgba(239,96,79,.32);
}

@media (max-width: 1180px) {
    body.seo-landing-page .seo-growth-hero .cr-shell,
    body.seo-landing-page .seo-shell {
        width: min(100% - 56px, 1180px);
    }

    body.seo-landing-page .seo-growth-hero .cr-shell,
    body.seo-landing-page .seo-operating-grid {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    body.seo-landing-page .seo-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.seo-landing-page .seo-channel-card:nth-child(2) {
        border-right: 0;
    }

    body.seo-landing-page .seo-channel-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--seo-line);
    }

    body.seo-landing-page .seo-proof-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.seo-landing-page .seo-article-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    body.seo-landing-page .seo-growth-hero {
        min-height: auto;
        padding: 126px 0 78px;
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        font-size: clamp(38px, 8vw, 56px);
    }

    body.seo-landing-page .seo-section {
        padding: 78px 0;
    }

    body.seo-landing-page .seo-path-grid,
    body.seo-landing-page .seo-proof-grid {
        grid-template-columns: 1fr;
    }

    body.seo-landing-page .seo-article-card {
        grid-column: auto;
    }

    body.seo-landing-page .seo-final-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.seo-landing-page .seo-growth-hero .cr-shell,
    body.seo-landing-page .seo-shell {
        width: calc(100% - 36px);
    }

    body.seo-landing-page .seo-growth-hero {
        padding: 106px 0 64px;
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    body.seo-landing-page .seo-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    body.seo-landing-page .seo-text-link {
        min-height: 34px;
        margin-top: 0;
    }

    body.seo-landing-page .seo-hero-visual {
        min-height: 390px;
    }

    body.seo-landing-page .seo-hero-visual img {
        width: 136%;
    }

    body.seo-landing-page .seo-visual-card {
        min-width: 140px;
        padding: 13px 14px;
    }

    body.seo-landing-page .seo-visual-card strong {
        font-size: 16px;
    }

    body.seo-landing-page .seo-visual-card.is-answer {
        top: 24px;
        left: 16px;
    }

    body.seo-landing-page .seo-visual-card.is-rank {
        right: 16px;
        bottom: 44px;
    }

    body.seo-landing-page .seo-visual-bar {
        right: 16px;
        bottom: 14px;
        left: 16px;
    }

    body.seo-landing-page .seo-visual-bar em {
        display: none;
    }

    body.seo-landing-page .seo-section-head {
        margin-bottom: 32px;
    }

    body.seo-landing-page .seo-channel-grid {
        grid-template-columns: 1fr;
    }

    body.seo-landing-page .seo-channel-card {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--seo-line);
    }

    body.seo-landing-page .seo-channel-card:last-child {
        border-bottom: 0;
    }

    body.seo-landing-page .seo-operating-list dl {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.seo-landing-page .seo-operating-media {
        min-height: 0;
    }

    body.seo-landing-page .seo-media-note {
        position: relative;
        right: auto;
        bottom: auto;
        min-width: 0;
        margin: -26px 18px 0;
    }

    body.seo-landing-page .seo-path-grid > div {
        min-height: 0;
        padding: 26px;
    }

    body.seo-landing-page .seo-final-cta {
        padding: 66px 0;
    }

    body.seo-landing-page .seo-primary-action {
        width: 100%;
    }
}

/* SEO premium polish - 20260801 */
body.seo-landing-page {
    --seo-premium-dark: #08121b;
    --seo-premium-deep: #122333;
    --seo-premium-panel: rgba(255,255,255,.055);
    --seo-premium-hairline: rgba(226,236,244,.14);
}

body.seo-landing-page .seo-growth-hero {
    min-height: min(980px, 100vh);
    align-items: center;
    isolation: isolate;
    padding: 138px 0 86px;
    background:
        linear-gradient(116deg, rgba(255,255,255,.08) 0 1px, transparent 1px 128px),
        linear-gradient(180deg, rgba(255,255,255,.045) 0 1px, transparent 1px 128px),
        linear-gradient(118deg, #08121b 0%, #102333 52%, #0a141e 100%);
    background-size: auto, auto, auto;
}

body.seo-landing-page .seo-growth-hero::before {
    inset: 0;
    z-index: 0;
    height: auto;
    opacity: 1;
    background:
        linear-gradient(90deg, rgba(8,18,27,.82) 0%, rgba(8,18,27,.32) 42%, rgba(8,18,27,.08) 100%),
        linear-gradient(180deg, transparent 74%, rgba(246,248,251,.09) 100%);
    transform: none;
}

body.seo-landing-page .seo-growth-hero::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 1px;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(232,241,248,.18), transparent);
}

body.seo-landing-page .seo-growth-hero .cr-shell {
    grid-template-columns: minmax(570px, .96fr) minmax(620px, 1.04fr);
    gap: 70px;
}

body.seo-landing-page .cr-copy h1,
body.seo-landing-page .cr-copy h2 {
    max-width: 790px;
    font-size: 64px;
    line-height: 1.06;
    font-weight: 500;
}

body.seo-landing-page .cr-copy h1 span,
body.seo-landing-page .cr-copy h2 span {
    display: block;
}

body.seo-landing-page .cr-copy > p {
    max-width: 760px;
    margin-top: 28px;
    color: rgba(246,250,252,.74);
    font-size: 18px;
    line-height: 1.95;
}

body.seo-landing-page .seo-signal-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 780px;
    margin: 34px 0 0;
}

body.seo-landing-page .seo-signal-stack a {
    position: relative;
    min-height: 82px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 4px;
    align-content: center;
    padding: 16px 18px;
    overflow: hidden;
    border: 1px solid rgba(230,239,246,.12);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(180deg, rgba(255,255,255,.068), rgba(255,255,255,.028));
    box-shadow: inset 0 1px rgba(255,255,255,.08);
    transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

body.seo-landing-page .seo-signal-stack a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: "";
    background: linear-gradient(180deg, #ef604f, #5c8ed8);
    opacity: .78;
}

body.seo-landing-page .seo-signal-stack a:hover {
    color: #fff;
    border-color: rgba(255,255,255,.26);
    background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.04));
    transform: translateY(-2px);
}

body.seo-landing-page .seo-signal-stack b {
    grid-row: 1 / span 2;
    align-self: start;
    color: #ff7565;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

body.seo-landing-page .seo-signal-stack span {
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 650;
}

body.seo-landing-page .seo-signal-stack em {
    color: rgba(229,238,245,.58);
    font-size: 12px;
    font-style: normal;
    line-height: 1.5;
}

body.seo-landing-page .seo-hero-actions .cr-cta {
    position: relative;
    height: 56px;
    margin-top: 36px;
    overflow: hidden;
    border-radius: 8px;
    background: #f05d4d;
    box-shadow: 0 24px 48px rgba(239,96,79,.28), 0 0 0 1px rgba(255,255,255,.07) inset;
    transition: transform .42s cubic-bezier(.16, 1, .3, 1), box-shadow .42s cubic-bezier(.16, 1, .3, 1), background-color .42s cubic-bezier(.16, 1, .3, 1);
}

body.seo-landing-page .seo-hero-actions .cr-cta::before {
    position: absolute;
    inset: -1px auto -1px -46%;
    z-index: 0;
    width: 42%;
    content: "";
    background: linear-gradient(105deg, transparent, rgba(255,255,255,.32), transparent);
    transform: translate3d(-120%, 0, 0) skewX(-18deg);
    animation: seoButtonGlint 5.6s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-hero-actions .cr-cta span,
body.seo-landing-page .seo-hero-actions .cr-cta i {
    position: relative;
    z-index: 1;
}

body.seo-landing-page .seo-hero-actions .cr-cta i {
    border-radius: 6px;
}

body.seo-landing-page .seo-text-link {
    margin-top: 36px;
    color: rgba(238,244,248,.78);
    border-color: rgba(238,244,248,.24);
}

body.seo-landing-page .seo-hero-visual {
    min-height: 610px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.seo-landing-page .seo-hero-visual:hover {
    box-shadow: none;
}

body.seo-landing-page .seo-hero-visual::before {
    inset: 8% 4% 5% 10%;
    z-index: 1;
    border: 1px solid rgba(232,241,248,.15);
    border-radius: 8px;
    opacity: 1;
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.028) 48%, rgba(92,142,216,.075)),
        linear-gradient(90deg, rgba(255,255,255,.075) 0 1px, transparent 1px 82px),
        linear-gradient(180deg, rgba(255,255,255,.06) 0 1px, transparent 1px 82px);
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 48px 92px rgba(0,0,0,.26);
    transform: translateZ(-4px);
    animation: none;
}

body.seo-landing-page .seo-hero-visual::after {
    top: 13%;
    right: 0;
    bottom: 11%;
    left: 19%;
    z-index: 0;
    width: auto;
    opacity: 1;
    border: 1px solid rgba(232,241,248,.08);
    border-radius: 8px;
    background: linear-gradient(150deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
    transform: none;
    animation: none;
}

body.seo-landing-page .seo-hero-visual img {
    top: 51%;
    left: 52%;
    z-index: 3;
    width: 109%;
    filter: drop-shadow(0 34px 48px rgba(0,0,0,.25));
    animation: seoVisualFloat 7.8s cubic-bezier(.16, 1, .3, 1) infinite alternate;
}

body.seo-landing-page .seo-visual-signal {
    position: absolute;
    top: 26px;
    right: 7%;
    z-index: 6;
    width: 370px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    border: 1px solid rgba(235,242,248,.18);
    border-radius: 8px;
    background: rgba(8,18,27,.72);
    box-shadow: 0 18px 44px rgba(0,0,0,.22);
}

body.seo-landing-page .seo-visual-signal::before {
    position: absolute;
    top: 50%;
    right: 42px;
    left: 42px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(239,96,79,.6), rgba(92,142,216,.68), rgba(142,178,161,.5));
    transform: translate3d(0, -50%, 0);
}

body.seo-landing-page .seo-visual-signal::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -36%;
    width: 28%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
    transform: translate3d(-120%, 0, 0) skewX(-18deg);
    animation: seoSignalSweep 4.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-visual-signal i {
    position: relative;
    z-index: 2;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 50%;
    background: #ef604f;
    box-shadow: 0 0 0 6px rgba(239,96,79,.10);
    animation: seoNodePulse 3.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-visual-signal i:nth-child(2) {
    background: #5c8ed8;
    box-shadow: 0 0 0 6px rgba(92,142,216,.11);
    animation-delay: .55s;
}

body.seo-landing-page .seo-visual-signal i:nth-child(3) {
    background: #8eb2a1;
    box-shadow: 0 0 0 6px rgba(142,178,161,.11);
    animation-delay: 1.1s;
}

body.seo-landing-page .seo-visual-signal b {
    position: absolute;
    inset: 7px;
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 6px;
    content: "";
}

body.seo-landing-page .seo-visual-card,
body.seo-landing-page .seo-visual-bar {
    border-color: rgba(255,255,255,.82);
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(240,246,250,.84));
    box-shadow: 0 24px 50px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.92);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.seo-landing-page .seo-visual-card.is-answer {
    top: 74px;
    left: 0;
    animation: seoLayerDriftA 6.8s cubic-bezier(.16, 1, .3, 1) infinite alternate;
}

body.seo-landing-page .seo-visual-card.is-rank {
    right: -12px;
    bottom: 94px;
    animation: seoLayerDriftB 7.2s cubic-bezier(.16, 1, .3, 1) infinite alternate;
}

body.seo-landing-page .seo-visual-bar {
    right: 16%;
    bottom: 44px;
    left: 18%;
    min-height: 50px;
    overflow: hidden;
}

body.seo-landing-page .seo-visual-bar::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30%;
    width: 24%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(92,142,216,.18), transparent);
    transform: translate3d(-120%, 0, 0) skewX(-18deg);
    animation: seoBarScan 6s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-visual-bar b {
    font-size: 14px;
}

body.seo-landing-page .seo-channel-map {
    position: relative;
    margin-top: -1px;
    background: linear-gradient(180deg, #f6f8fb 0%, #ffffff 78%);
}

body.seo-landing-page .seo-section-head {
    max-width: 860px;
}

body.seo-landing-page .seo-section-head h2,
body.seo-landing-page .seo-operating-copy h2,
body.seo-landing-page .seo-final-inner h2 {
    font-size: 44px;
}

body.seo-landing-page .seo-channel-grid {
    grid-template-columns: minmax(340px, 1.08fr) repeat(2, minmax(0, .92fr));
    grid-auto-rows: minmax(210px, auto);
    gap: 16px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.seo-landing-page .seo-channel-card {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border: 1px solid rgba(22,33,43,.085);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff, #f8fafb);
    box-shadow: 0 24px 56px rgba(22,33,43,.055);
}

body.seo-landing-page .seo-channel-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, #ef604f, #5c8ed8, #8eb2a1);
    opacity: .45;
}

body.seo-landing-page .seo-channel-card.is-featured {
    grid-row: span 2;
    min-height: 456px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(255,255,255,.075) 0 1px, transparent 1px 86px),
        linear-gradient(150deg, #101b25 0%, #173048 62%, #0e1923 100%);
    box-shadow: 0 34px 78px rgba(22,33,43,.16);
}

body.seo-landing-page .seo-channel-card:nth-child(4) {
    grid-column: 2 / 4;
}

body.seo-landing-page .seo-channel-card.is-featured h3,
body.seo-landing-page .seo-channel-card.is-featured p {
    color: #fff;
}

body.seo-landing-page .seo-channel-card.is-featured p {
    color: rgba(246,250,252,.72);
}

body.seo-landing-page .seo-channel-card.is-featured b {
    color: #ff7565;
}

body.seo-landing-page .seo-card-metrics {
    display: grid;
    gap: 0;
    margin: 42px 0 0;
    border-top: 1px solid rgba(238,244,248,.16);
}

body.seo-landing-page .seo-card-metrics span {
    position: relative;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(246,250,252,.78);
    font-size: 14px;
    font-weight: 620;
    border-bottom: 1px solid rgba(238,244,248,.13);
}

body.seo-landing-page .seo-card-metrics span::after {
    width: 38%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, #ef604f, rgba(92,142,216,.72), transparent);
}

body.seo-landing-page .seo-channel-card.is-featured em {
    color: #fff;
}

body.seo-landing-page .seo-channel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 64px rgba(22,33,43,.12);
}

@media (max-width: 1440px) {
    body.seo-landing-page .seo-growth-hero .cr-shell {
        grid-template-columns: minmax(520px, .95fr) minmax(560px, 1.05fr);
        gap: 58px;
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        font-size: 58px;
    }

    body.seo-landing-page .seo-hero-visual {
        min-height: 560px;
    }
}

@media (max-width: 1180px) {
    body.seo-landing-page .seo-growth-hero {
        min-height: auto;
        padding: 126px 0 76px;
    }

    body.seo-landing-page .seo-growth-hero .cr-shell {
        grid-template-columns: 1fr;
        gap: 54px;
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        font-size: 52px;
    }

    body.seo-landing-page .seo-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.seo-landing-page .seo-channel-card.is-featured,
    body.seo-landing-page .seo-channel-card:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
        min-height: 260px;
    }
}

@media (max-width: 760px) {
    body.seo-landing-page .seo-growth-hero {
        padding: 106px 0 58px;
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        font-size: 38px;
        line-height: 1.16;
    }

    body.seo-landing-page .cr-copy > p {
        font-size: 15px;
        line-height: 1.85;
    }

    body.seo-landing-page .seo-signal-stack,
    body.seo-landing-page .seo-channel-grid {
        grid-template-columns: 1fr;
    }

    body.seo-landing-page .seo-signal-stack a {
        min-height: 74px;
    }

    body.seo-landing-page .seo-hero-visual {
        min-height: 410px;
    }

    body.seo-landing-page .seo-hero-visual::before {
        inset: 8% 0 5% 0;
    }

    body.seo-landing-page .seo-hero-visual::after,
    body.seo-landing-page .seo-visual-signal,
    body.seo-landing-page .seo-visual-card small {
        display: none;
    }

    body.seo-landing-page .seo-hero-visual img {
        width: 136%;
    }

    body.seo-landing-page .seo-visual-card.is-answer {
        top: 34px;
        left: 8px;
    }

    body.seo-landing-page .seo-visual-card.is-rank {
        right: 8px;
        bottom: 66px;
    }

    body.seo-landing-page .seo-visual-bar {
        right: 12px;
        bottom: 18px;
        left: 12px;
    }

    body.seo-landing-page .seo-section-head h2,
    body.seo-landing-page .seo-operating-copy h2,
    body.seo-landing-page .seo-final-inner h2 {
        font-size: 32px;
    }
}

@keyframes seoVisualFloat {
    0% { transform: translate3d(-50%, -50%, 32px) scale(.995); }
    100% { transform: translate3d(-50%, -52%, 32px) scale(1.012); }
}

@keyframes seoLayerDriftA {
    0% { transform: translate3d(0, -4px, 0); }
    100% { transform: translate3d(8px, 6px, 0); }
}

@keyframes seoLayerDriftB {
    0% { transform: translate3d(0, 5px, 0); }
    100% { transform: translate3d(-6px, -5px, 0); }
}

@keyframes seoSignalSweep {
    0% { opacity: 0; transform: translate3d(-120%, 0, 0) skewX(-18deg); }
    16% { opacity: .72; }
    72% { opacity: .72; }
    100% { opacity: 0; transform: translate3d(540%, 0, 0) skewX(-18deg); }
}

@keyframes seoNodePulse {
    0%, 100% { opacity: .72; transform: scale(.86); }
    42% { opacity: 1; transform: scale(1.08); }
}

@keyframes seoBarScan {
    0% { opacity: 0; transform: translate3d(-120%, 0, 0) skewX(-18deg); }
    18% { opacity: .8; }
    62% { opacity: .8; }
    100% { opacity: 0; transform: translate3d(620%, 0, 0) skewX(-18deg); }
}

@keyframes seoButtonGlint {
    0%, 38% { opacity: 0; transform: translate3d(-120%, 0, 0) skewX(-18deg); }
    48% { opacity: .74; }
    68% { opacity: 0; transform: translate3d(460%, 0, 0) skewX(-18deg); }
    100% { opacity: 0; transform: translate3d(460%, 0, 0) skewX(-18deg); }
}

@media (prefers-reduced-motion: reduce) {
    body.seo-landing-page .seo-hero-visual img { animation-duration: 14s !important; }
    body.seo-landing-page .seo-visual-card { animation-duration: 13s !important; }
    body.seo-landing-page .seo-visual-signal::after,
    body.seo-landing-page .seo-visual-signal i,
    body.seo-landing-page .seo-visual-bar::after,
    body.seo-landing-page .seo-hero-actions .cr-cta::before { animation-duration: 10s !important; }
}

/* SEO bespoke command-stage polish - 20260801 */
body.seo-landing-page .seo-growth-hero {
    min-height: min(960px, 100dvh);
    background:
        linear-gradient(118deg, rgba(255,255,255,.055) 0 1px, transparent 1px 132px),
        linear-gradient(180deg, rgba(255,255,255,.035) 0 1px, transparent 1px 132px),
        radial-gradient(ellipse at 78% 38%, rgba(92,142,216,.16), transparent 40%),
        radial-gradient(ellipse at 46% 74%, rgba(239,96,79,.075), transparent 34%),
        linear-gradient(118deg, #06101a 0%, #0d2030 52%, #07111b 100%);
}

body.seo-landing-page .seo-growth-hero::before {
    background:
        linear-gradient(90deg, rgba(7,16,26,.88) 0%, rgba(7,16,26,.48) 42%, rgba(7,16,26,.12) 100%),
        linear-gradient(180deg, rgba(255,255,255,.02), transparent 42%, rgba(255,255,255,.03));
}

body.seo-landing-page .cr-eyebrow {
    gap: 10px;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(232,241,248,.11);
    border-radius: 8px;
    color: rgba(235,243,248,.76);
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 1px rgba(255,255,255,.07);
}

body.seo-landing-page .cr-eyebrow::before {
    width: 18px;
    height: 2px;
    border-radius: 0;
    box-shadow: none;
}

body.seo-landing-page .cr-copy h1,
body.seo-landing-page .cr-copy h2 {
    font-weight: 460;
    color: #f7fbff;
    text-shadow: 0 18px 48px rgba(0,0,0,.32);
}

body.seo-landing-page .seo-signal-stack a {
    min-height: 84px;
    border-color: rgba(230,239,246,.14);
    background:
        linear-gradient(180deg, rgba(255,255,255,.072), rgba(255,255,255,.025)),
        linear-gradient(90deg, rgba(239,96,79,.10), transparent 38%);
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 20px 52px rgba(0,0,0,.12);
    backdrop-filter: blur(18px);
}

body.seo-landing-page .seo-signal-stack a::after {
    position: absolute;
    right: 18px;
    bottom: 15px;
    width: 52px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(239,96,79,.6), rgba(92,142,216,.5), transparent);
}

body.seo-landing-page .seo-hero-visual {
    min-height: 650px;
    isolation: isolate;
}

body.seo-landing-page .seo-hero-visual::before {
    inset: 8% 2% 7% 7%;
    background:
        linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.018) 54%, rgba(92,142,216,.06)),
        linear-gradient(90deg, rgba(255,255,255,.055) 0 1px, transparent 1px 74px),
        linear-gradient(180deg, rgba(255,255,255,.045) 0 1px, transparent 1px 74px);
    box-shadow: inset 0 1px rgba(255,255,255,.08), 0 56px 110px rgba(0,0,0,.30);
}

body.seo-landing-page .seo-hero-visual::after {
    inset: 16% 0 12% 18%;
    border-color: rgba(232,241,248,.09);
    background: linear-gradient(148deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
}

body.seo-landing-page .seo-premium-stage {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    transform-style: preserve-3d;
}

body.seo-landing-page .seo-stage-field {
    position: absolute;
    right: 70px;
    bottom: 62px;
    width: 560px;
    height: 220px;
    overflow: hidden;
    border: 1px solid rgba(232,241,248,.105);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(232,241,248,.07) 0 1px, transparent 1px 58px),
        linear-gradient(180deg, rgba(232,241,248,.055) 0 1px, transparent 1px 58px),
        linear-gradient(135deg, rgba(255,255,255,.035), rgba(92,142,216,.045));
    box-shadow: 0 44px 82px rgba(0,0,0,.22), inset 0 1px rgba(255,255,255,.06);
    transform: perspective(950px) rotateX(62deg) rotateZ(-8deg) translate3d(0, 26px, -12px);
    transform-origin: center bottom;
}

body.seo-landing-page .seo-stage-field::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(105deg, transparent 18%, rgba(255,255,255,.12) 48%, transparent 78%);
    transform: translate3d(-62%, 0, 0) skewX(-18deg);
    animation: seoStageSweep 7.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-stage-field i {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255,255,255,.66);
    border-radius: 50%;
    background: #ef604f;
    box-shadow: 0 0 0 9px rgba(239,96,79,.07);
}

body.seo-landing-page .seo-stage-field i:nth-child(1) { top: 48px; left: 92px; }
body.seo-landing-page .seo-stage-field i:nth-child(2) { top: 92px; left: 288px; background: #5c8ed8; box-shadow: 0 0 0 9px rgba(92,142,216,.08); }
body.seo-landing-page .seo-stage-field i:nth-child(3) { right: 92px; bottom: 52px; background: #8eb2a1; box-shadow: 0 0 0 9px rgba(142,178,161,.08); }

body.seo-landing-page .seo-command-panel {
    --seo-command-x: 0;
    position: absolute;
    top: 128px;
    right: 54px;
    z-index: 6;
    width: 548px;
    height: 348px;
    overflow: hidden;
    border: 1px solid rgba(232,241,248,.17);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.032)),
        linear-gradient(135deg, rgba(13,31,45,.94), rgba(7,16,26,.90));
    box-shadow: 0 48px 90px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.10);
    transform: translate3d(var(--seo-command-x), 0, 54px);
    animation: seoCommandFloat 8.8s cubic-bezier(.16, 1, .3, 1) infinite alternate;
    backdrop-filter: blur(22px);
}

body.seo-landing-page .seo-command-panel::before {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 64px),
        linear-gradient(180deg, rgba(255,255,255,.035) 0 1px, transparent 1px 64px);
    opacity: .46;
}

body.seo-landing-page .seo-command-panel::after {
    position: absolute;
    top: -42%;
    bottom: -42%;
    left: 14%;
    z-index: 1;
    width: 24%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
    opacity: .42;
    transform: skewX(-16deg) translateX(-180%);
    animation: seoPanelScan 6.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-command-header {
    position: absolute;
    top: 18px;
    right: 22px;
    left: 22px;
    z-index: 2;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(232,241,248,.09);
}

body.seo-landing-page .seo-command-header i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(232,241,248,.52);
}

body.seo-landing-page .seo-command-header i:nth-child(1) { background: #ef604f; }
body.seo-landing-page .seo-command-header i:nth-child(2) { background: #5c8ed8; }
body.seo-landing-page .seo-command-header i:nth-child(3) { background: #8eb2a1; }

body.seo-landing-page .seo-command-header em {
    margin-left: auto;
    color: rgba(235,243,248,.62);
    font-size: 12px;
    font-style: normal;
    font-weight: 650;
}

body.seo-landing-page .seo-command-search {
    position: absolute;
    top: 78px;
    right: 32px;
    left: 32px;
    z-index: 2;
    height: 52px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    border: 1px solid rgba(232,241,248,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
    box-shadow: inset 0 1px rgba(255,255,255,.08);
}

body.seo-landing-page .seo-command-search::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -22%;
    width: 18%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(92,142,216,.42), transparent);
    opacity: .66;
    animation: seoSearchSweep 4.8s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-command-search b {
    width: 13px;
    height: 13px;
    border: 2px solid rgba(92,142,216,.74);
    border-radius: 50%;
}

body.seo-landing-page .seo-command-search b::after {
    position: absolute;
    width: 6px;
    height: 2px;
    margin: 10px 0 0 9px;
    content: "";
    background: rgba(92,142,216,.74);
    transform: rotate(45deg);
}

body.seo-landing-page .seo-command-search span {
    width: 62%;
    height: 9px;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(255,255,255,.45), rgba(255,255,255,.10));
}

body.seo-landing-page .seo-command-search i {
    margin-left: auto;
    width: 58px;
    height: 9px;
    border-radius: 4px;
    background: rgba(92,142,216,.36);
}

body.seo-landing-page .seo-result-stack {
    position: absolute;
    top: 156px;
    left: 34px;
    z-index: 2;
    width: 214px;
    display: grid;
    gap: 12px;
}

body.seo-landing-page .seo-result-stack span {
    position: relative;
    height: 48px;
    border: 1px solid rgba(232,241,248,.105);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.026));
}

body.seo-landing-page .seo-result-stack span::before,
body.seo-landing-page .seo-result-stack span::after {
    position: absolute;
    left: 16px;
    height: 5px;
    border-radius: 4px;
    content: "";
    background: rgba(232,241,248,.26);
}

body.seo-landing-page .seo-result-stack span::before { top: 14px; width: 72px; background: rgba(92,142,216,.58); }
body.seo-landing-page .seo-result-stack span::after { top: 27px; width: 142px; }

body.seo-landing-page .seo-answer-module {
    position: absolute;
    top: 154px;
    right: 34px;
    z-index: 3;
    width: 238px;
    min-height: 138px;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 22px 24px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(236,244,248,.86));
    box-shadow: 0 28px 54px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.95);
}

body.seo-landing-page .seo-answer-module::after {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 24px;
    height: 26px;
    content: "";
    background:
        linear-gradient(90deg, rgba(92,142,216,.24), transparent 62%),
        repeating-linear-gradient(90deg, rgba(22,33,43,.11) 0 18px, transparent 18px 28px);
    opacity: .58;
}

body.seo-landing-page .seo-answer-module small {
    color: #5c8ed8;
    font-size: 12px;
    font-weight: 700;
}

body.seo-landing-page .seo-answer-module strong {
    color: #16212b;
    font-size: 24px;
    font-weight: 680;
}

body.seo-landing-page .seo-answer-module em {
    color: #687682;
    font-size: 12px;
    font-style: normal;
}

body.seo-landing-page .seo-growth-track {
    position: absolute;
    right: 36px;
    bottom: 32px;
    left: 46px;
    z-index: 2;
    height: 72px;
}

body.seo-landing-page .seo-growth-track b {
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(239,96,79,.70), rgba(92,142,216,.72), rgba(142,178,161,.54));
    transform: skewY(-8deg);
}

body.seo-landing-page .seo-growth-track i {
    position: absolute;
    bottom: 18px;
    width: 9px;
    height: 9px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(92,142,216,.09);
    animation: seoTrackPulse 5.6s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-growth-track i:nth-child(1) { left: 8%; background: #ef604f; }
body.seo-landing-page .seo-growth-track i:nth-child(2) { left: 36%; animation-delay: .5s; }
body.seo-landing-page .seo-growth-track i:nth-child(3) { left: 62%; animation-delay: 1s; }
body.seo-landing-page .seo-growth-track i:nth-child(4) { right: 4%; background: #8eb2a1; animation-delay: 1.5s; }

body.seo-landing-page .seo-visual-signal {
    top: 72px;
    right: 114px;
    width: 312px;
    height: 38px;
    background: rgba(5,14,22,.74);
}

body.seo-landing-page .seo-visual-card {
    min-width: 190px;
    padding: 17px 18px;
    border-color: rgba(255,255,255,.76);
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(235,243,248,.80));
    box-shadow: 0 26px 52px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.90);
    backdrop-filter: blur(18px);
}

body.seo-landing-page .seo-visual-card.is-answer {
    top: 24px;
    left: 22px;
    z-index: 11;
    min-width: 158px;
    padding: 13px 16px 14px;
    gap: 5px;
    transform: translate3d(0, 0, 72px);
    animation: seoAnswerBadgeFloat 6.8s cubic-bezier(.16, 1, .3, 1) infinite alternate;
}

body.seo-landing-page .seo-visual-card.is-answer strong {
    font-size: 18px;
}

body.seo-landing-page .seo-visual-card.is-answer small {
    display: none;
}

body.seo-landing-page .seo-visual-card.is-rank {
    right: 48px;
    bottom: 116px;
    z-index: 12;
    transform: translate3d(0, 0, 86px);
    animation: seoRankFloat3d 7.2s cubic-bezier(.16, 1, .3, 1) infinite alternate;
}

body.seo-landing-page .seo-visual-bar {
    right: 15%;
    bottom: 66px;
    left: 22%;
    z-index: 9;
    min-height: 52px;
    background: linear-gradient(90deg, rgba(247,251,255,.92), rgba(225,235,241,.82));
    box-shadow: 0 28px 58px rgba(0,0,0,.20), inset 0 1px rgba(255,255,255,.92);
}

@media (max-width: 1440px) {
    body.seo-landing-page .seo-command-panel {
        right: 32px;
        width: 500px;
    }

    body.seo-landing-page .seo-stage-field {
        right: 48px;
        width: 520px;
    }
}

@media (max-width: 1180px) {
    body.seo-landing-page .seo-hero-visual {
        min-height: 600px;
    }

    body.seo-landing-page .seo-command-panel {
        --seo-command-x: 50%;
        right: 50%;
        width: min(548px, 88%);
        transform: translate3d(var(--seo-command-x), 0, 54px);
    }

    body.seo-landing-page .seo-stage-field {
        right: 50%;
        width: min(560px, 86%);
        transform: translate3d(50%, 26px, -12px) perspective(950px) rotateX(62deg) rotateZ(-8deg);
    }
}

@media (max-width: 760px) {
    body.seo-landing-page .seo-growth-hero {
        min-height: auto;
    }

    body.seo-landing-page .seo-hero-visual {
        min-height: 450px;
        overflow: hidden;
    }

    body.seo-landing-page .seo-command-panel {
        --seo-command-x: 0;
        top: 56px;
        right: 0;
        left: 0;
        width: auto;
        height: 318px;
        transform: none;
        animation: none;
    }

    body.seo-landing-page .seo-stage-field,
    body.seo-landing-page .seo-visual-signal,
    body.seo-landing-page .seo-answer-module,
    body.seo-landing-page .seo-visual-card.is-answer {
        display: none;
    }

    body.seo-landing-page .seo-result-stack {
        width: 44%;
    }

    body.seo-landing-page .seo-visual-card.is-rank {
        right: 12px;
        bottom: 56px;
    }

    body.seo-landing-page .seo-visual-bar {
        right: 12px;
        bottom: 14px;
        left: 12px;
    }

    body.seo-landing-page .seo-operating-media[data-cr-reveal="right"] {
        overflow: hidden;
        transform: translate3d(0, 24px, 0);
    }

    body.seo-landing-page .seo-operating-media[data-cr-reveal="right"].is-visible {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes seoCommandFloat {
    0% { transform: translate3d(var(--seo-command-x), 2px, 54px); }
    100% { transform: translate3d(var(--seo-command-x), -8px, 54px); }
}

@keyframes seoPanelScan {
    0%, 24% { opacity: 0; transform: skewX(-16deg) translateX(-190%); }
    42% { opacity: .42; }
    74% { opacity: .08; transform: skewX(-16deg) translateX(440%); }
    100% { opacity: 0; transform: skewX(-16deg) translateX(440%); }
}

@keyframes seoSearchSweep {
    0%, 32% { transform: translateX(0); opacity: 0; }
    42% { opacity: .66; }
    82% { transform: translateX(720%); opacity: .16; }
    100% { transform: translateX(720%); opacity: 0; }
}

@keyframes seoRankFloat3d {
    0% { transform: translate3d(-2px, 2px, 86px); }
    100% { transform: translate3d(4px, -8px, 86px); }
}

@keyframes seoAnswerBadgeFloat {
    0% { transform: translate3d(-2px, 2px, 72px); }
    100% { transform: translate3d(4px, -5px, 72px); }
}

@keyframes seoStageSweep {
    0%, 26% { opacity: 0; transform: translate3d(-62%, 0, 0) skewX(-18deg); }
    48% { opacity: .62; }
    78% { opacity: .16; transform: translate3d(74%, 0, 0) skewX(-18deg); }
    100% { opacity: 0; transform: translate3d(74%, 0, 0) skewX(-18deg); }
}

@keyframes seoTrackPulse {
    0%, 100% { opacity: .66; transform: scale(.82); }
    46% { opacity: 1; transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
    body.seo-landing-page .seo-command-panel { animation-duration: 16s !important; }
    body.seo-landing-page .seo-stage-field::after,
    body.seo-landing-page .seo-growth-track i,
    body.seo-landing-page .seo-command-panel::after,
    body.seo-landing-page .seo-command-search::after { animation-duration: 14s !important; }
}

/* SEO closing conversion area - 20260802 */
body.seo-landing-page .seo-final-cta {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin-bottom: 0;
    padding: 96px 0 88px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(135deg, #0b151d 0%, #111e28 54%, #0d1820 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

body.seo-landing-page .seo-final-cta::before,
body.seo-landing-page .seo-final-cta::after {
    position: absolute;
    pointer-events: none;
    content: "";
}

body.seo-landing-page .seo-final-cta::before {
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(105deg, transparent 0%, transparent 42%, rgba(255,255,255,.075) 49%, transparent 56%, transparent 100%),
        linear-gradient(180deg, rgba(255,255,255,.06), transparent 26%, transparent 100%);
    transform: translate3d(-28%, 0, 0);
    animation: seoFinalSurfaceScan 9s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-final-cta::after {
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(205,222,226,.28), transparent);
}

body.seo-landing-page .seo-final-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 456px;
    align-items: center;
    gap: 72px;
}

body.seo-landing-page .seo-final-copy {
    max-width: 700px;
}

body.seo-landing-page .seo-final-copy > span {
    display: inline-flex;
    align-items: center;
    height: 32px;
    margin: 0 0 20px;
    padding: 0 14px;
    border: 1px solid rgba(239,96,79,.28);
    border-radius: 999px;
    background: rgba(239,96,79,.08);
    color: #ff7565;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: uppercase;
}

body.seo-landing-page .seo-final-inner h2 {
    max-width: 680px;
    color: #fff;
    font-size: 44px;
    line-height: 1.16;
}

body.seo-landing-page .seo-final-inner p {
    max-width: 610px;
    color: rgba(231, 238, 240, .76);
}

body.seo-landing-page .seo-final-copy .seo-primary-action {
    margin-top: 34px;
}

body.seo-landing-page .seo-final-panel {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(205, 222, 226, .18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.045) 100%),
        rgba(12, 24, 32, .62);
    box-shadow: 0 36px 80px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.08);
}

body.seo-landing-page .seo-final-panel::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(110deg, transparent 0%, transparent 38%, rgba(255,255,255,.08) 46%, transparent 54%, transparent 100%);
    transform: translate3d(-62%, 0, 0);
    animation: seoFinalPanelSheen 7.5s cubic-bezier(.16, 1, .3, 1) infinite;
}

body.seo-landing-page .seo-panel-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

body.seo-landing-page .seo-panel-head i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6f61;
    box-shadow: 0 0 0 4px rgba(255,111,97,.1);
}

body.seo-landing-page .seo-panel-head i:nth-child(2) {
    background: #6d91ad;
    box-shadow: 0 0 0 4px rgba(109,145,173,.1);
}

body.seo-landing-page .seo-panel-head i:nth-child(3) {
    background: #9ab5ad;
    box-shadow: 0 0 0 4px rgba(154,181,173,.1);
}

body.seo-landing-page .seo-panel-head strong {
    margin-left: auto;
    color: rgba(232, 240, 243, .58);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

body.seo-landing-page .seo-panel-search {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 74px;
    align-items: center;
    gap: 12px;
    height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(205, 222, 226, .18);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
}

body.seo-landing-page .seo-panel-search em {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(109,145,173,.92);
    border-radius: 50%;
    font-style: normal;
}

body.seo-landing-page .seo-panel-search em::after {
    position: absolute;
    right: -6px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    border-radius: 999px;
    background: rgba(109,145,173,.92);
    content: "";
    transform: rotate(45deg);
}

body.seo-landing-page .seo-panel-search span,
body.seo-landing-page .seo-panel-search b {
    display: block;
    margin: 0;
    border-radius: 999px;
}

body.seo-landing-page .seo-panel-search span {
    height: 8px;
    background: linear-gradient(90deg, rgba(232,240,243,.56), rgba(232,240,243,.18));
}

body.seo-landing-page .seo-panel-search b {
    height: 9px;
    background: rgba(109,145,173,.72);
}

body.seo-landing-page .seo-panel-rows {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

body.seo-landing-page .seo-panel-rows span {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 78px;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 14px 14px;
    border: 1px solid rgba(205, 222, 226, .14);
    border-radius: 8px;
    background: rgba(255,255,255,.055);
    color: rgba(232,240,243,.88);
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    text-transform: none;
}

body.seo-landing-page .seo-panel-rows b {
    color: #ff7565;
    font-size: 13px;
    font-weight: 800;
}

body.seo-landing-page .seo-panel-rows em {
    overflow: hidden;
    color: rgba(232,240,243,.9);
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.seo-landing-page .seo-panel-rows i {
    display: block;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff7565 0%, #6d91ad 100%);
    opacity: .74;
}

body.seo-landing-page .seo-panel-track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

body.seo-landing-page .seo-panel-track span {
    position: relative;
    display: block;
    overflow: hidden;
    height: 3px;
    margin: 0;
    border-radius: 999px;
    background: rgba(205, 222, 226, .18);
}

body.seo-landing-page .seo-panel-track span::after {
    position: absolute;
    inset: 0;
    width: 42%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff7565, rgba(109,145,173,.9));
    content: "";
    transform: translate3d(-120%, 0, 0);
    animation: seoFinalProgress 4.8s cubic-bezier(.45, 0, .25, 1) infinite;
}

body.seo-landing-page .seo-panel-track span:nth-child(2)::after {
    animation-delay: .35s;
}

body.seo-landing-page .seo-panel-track span:nth-child(3)::after {
    animation-delay: .7s;
}

body.seo-landing-page .full-icontact-cover.m-ft-contact {
    margin-top: -1px;
    padding: 78px 0 74px !important;
    background:
        linear-gradient(90deg, rgba(18,37,45,.035) 1px, transparent 1px),
        linear-gradient(180deg, #f7faf8 0%, #fbfcfb 54%, #fff6f3 100%) !important;
    background-size: 92px 92px, auto !important;
    border-top: 0 !important;
}

body.seo-landing-page .full-icontact-cover.m-ft-contact::before {
    top: 0;
    width: min(1180px, calc(100% - 72px));
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(18,37,45,.18), transparent);
}

body.seo-landing-page .full-icontact-cover.m-ft-contact .weblg {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 64px;
}

body.seo-landing-page .m-ft-contact .content {
    grid-template-columns: 156px minmax(0, 760px);
    gap: 34px;
}

body.seo-landing-page .m-ft-contact .motto {
    width: 156px !important;
    height: 156px !important;
    border-radius: 8px !important;
    background:
        linear-gradient(150deg, rgba(255,255,255,.08), transparent 38%),
        linear-gradient(145deg, #172a34 0%, #12252d 58%, #0f1e25 100%) !important;
    box-shadow: 0 24px 54px rgba(10, 24, 32, .16), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

body.seo-landing-page .m-ft-contact .motto::after {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: #ff5d52;
    content: "";
}

body.seo-landing-page .m-ft-contact .motto span {
    font-size: 0 !important;
    line-height: 1 !important;
}

body.seo-landing-page .m-ft-contact .motto span::after {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24;
    content: "";
}

body.seo-landing-page .m-ft-contact .motto span:first-child::after {
    content: "搜索诊断";
}

body.seo-landing-page .m-ft-contact .motto span:last-child::after {
    content: "增长方案";
}

body.seo-landing-page .m-ft-contact h3 {
    margin-bottom: 14px !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

body.seo-landing-page .m-ft-contact h3::after {
    display: block;
    color: #11232d;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.16;
    content: "先确认搜索增长空间";
}

body.seo-landing-page .m-ft-contact h2 {
    max-width: 760px;
    margin-bottom: 14px !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

body.seo-landing-page .m-ft-contact h2::after {
    display: block;
    color: rgba(19,33,45,.74);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.58;
    content: "联系狐灵科技，获取专属 SEO 诊断方案与报价";
}

body.seo-landing-page .m-ft-contact .msg {
    max-width: 620px;
}

body.seo-landing-page .m-ft-contact .btns {
    gap: 12px;
}

body.seo-landing-page .m-ft-contact .btns a {
    min-width: 138px;
    height: 50px !important;
    line-height: 50px !important;
    box-shadow: 0 16px 36px rgba(12, 19, 26, .12);
}

body.seo-landing-page .m-ft-contact .btns .oline {
    background-color: #13232b !important;
}

body.seo-landing-page .m-ft-contact .btns .edit {
    background: linear-gradient(135deg, #f05245 0%, #e71925 100%) !important;
}

body.seo-landing-page .m-ft-contact .btns a:hover {
    transform: translateY(-2px);
}

@keyframes seoFinalSurfaceScan {
    0%, 18% { transform: translate3d(-42%, 0, 0); opacity: .1; }
    46% { opacity: .55; }
    82%, 100% { transform: translate3d(38%, 0, 0); opacity: .08; }
}

@keyframes seoFinalPanelSheen {
    0%, 24% { transform: translate3d(-62%, 0, 0); opacity: 0; }
    42% { opacity: .82; }
    76%, 100% { transform: translate3d(62%, 0, 0); opacity: 0; }
}

@keyframes seoFinalProgress {
    0% { transform: translate3d(-120%, 0, 0); }
    68%, 100% { transform: translate3d(260%, 0, 0); }
}

@media (min-width: 1181px) and (max-width: 1500px) {
    body.seo-landing-page .seo-final-inner {
        width: min(100% - 190px, 1220px);
        gap: 56px;
    }
}

@media (max-width: 1180px) {
    body.seo-landing-page .seo-final-cta {
        padding: 82px 0 74px;
    }

    body.seo-landing-page .seo-final-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    body.seo-landing-page .seo-final-panel {
        max-width: 560px;
    }

    body.seo-landing-page .full-icontact-cover.m-ft-contact .weblg {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.seo-landing-page .m-ft-contact .btns {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    body.seo-landing-page .seo-final-cta {
        padding: 64px 0 58px;
    }

    body.seo-landing-page .seo-final-inner {
        gap: 30px;
    }

    body.seo-landing-page .seo-final-inner h2 {
        font-size: 32px;
    }

    body.seo-landing-page .seo-final-panel {
        padding: 18px;
    }

    body.seo-landing-page .seo-panel-search {
        grid-template-columns: 20px minmax(0, 1fr) 48px;
        height: 48px;
    }

    body.seo-landing-page .seo-panel-rows span {
        grid-template-columns: 34px minmax(0, 1fr) 48px;
        gap: 9px;
        padding: 12px;
        font-size: 13px;
    }

    body.seo-landing-page .full-icontact-cover.m-ft-contact {
        padding: 46px 16px 42px !important;
    }

    body.seo-landing-page .m-ft-contact h3::after {
        font-size: 28px;
        line-height: 1.26;
    }

    body.seo-landing-page .m-ft-contact h2::after {
        font-size: 17px;
        line-height: 1.65;
    }

    body.seo-landing-page .m-ft-contact .msg {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    body.seo-landing-page .m-ft-contact .btns {
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.seo-landing-page .seo-final-cta::before,
    body.seo-landing-page .seo-final-panel::before,
    body.seo-landing-page .seo-panel-track span::after {
        animation: none !important;
    }
}

/* SEO warm GEO-style refresh - 20260802 */
body.seo-landing-page {
    --seo-ink: #15181d;
    --seo-muted: #687079;
    --seo-paper: #fdfcf9;
    --seo-warm: #f5f1e9;
    --seo-line: rgba(31, 38, 45, .105);
    --seo-blue: #5d8ac8;
    --seo-red: #ff520f;
    --seo-green: #7ea48f;
    background: var(--seo-paper);
    color: var(--seo-ink);
}

body.seo-landing-page .seo-growth-hero {
    min-height: min(850px, calc(100vh - 72px));
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 148px 0 96px;
    color: var(--seo-ink);
    background: #efeee9 url("/templets/foxl/images/geo-reference/geo-hero-warm-v1.webp") center center / cover no-repeat;
    border-bottom: 1px solid rgba(39, 42, 46, .08);
}

body.seo-landing-page .seo-growth-hero::before {
    inset: 0;
    z-index: 0;
    height: auto;
    opacity: 1;
    background:
        linear-gradient(90deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.34) 34%, rgba(255,255,255,.08) 76%, rgba(255,255,255,.32) 100%),
        linear-gradient(180deg, rgba(255,255,255,.34), transparent 34%, rgba(246,241,232,.14));
    transform: none;
}

body.seo-landing-page .seo-growth-hero::after {
    position: absolute;
    left: 47%;
    top: 50%;
    z-index: 0;
    width: 820px;
    height: 820px;
    pointer-events: none;
    content: "";
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 50%;
    box-shadow:
        0 0 0 86px rgba(255,255,255,.18),
        0 0 0 184px rgba(255,255,255,.10);
    opacity: .78;
    transform: translate(-50%, -50%);
    animation: seoWarmOrbit 24s linear infinite;
}

body.seo-landing-page .seo-growth-hero .cr-shell,
body.seo-landing-page .seo-shell {
    width: min(1600px, calc(100% - 120px));
}

body.seo-landing-page .seo-growth-hero .cr-shell {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, .9fr) minmax(620px, 1.1fr);
    gap: 82px;
    align-items: center;
}

body.seo-landing-page .cr-eyebrow {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0 16px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 999px;
    color: #89735d;
    background: rgba(255,255,255,.54);
    box-shadow: 0 14px 34px rgba(78, 70, 56, .08);
    -webkit-backdrop-filter: blur(18px) saturate(130%);
    backdrop-filter: blur(18px) saturate(130%);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .8px;
}

body.seo-landing-page .cr-eyebrow::before {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--seo-red);
    box-shadow: none;
}

body.seo-landing-page .cr-copy h1,
body.seo-landing-page .cr-copy h2 {
    max-width: 720px;
    margin-top: 30px;
    color: #0f1216;
    font-size: 60px;
    font-weight: 420;
    line-height: 1.16;
    letter-spacing: 0;
    text-shadow: none;
}

body.seo-landing-page .cr-copy h1 span,
body.seo-landing-page .cr-copy h2 span {
    display: block;
}

body.seo-landing-page .cr-copy h1 span:last-child,
body.seo-landing-page .cr-copy h2 span:last-child {
    font-weight: 650;
}

body.seo-landing-page .cr-copy > p {
    max-width: 690px;
    margin-top: 26px;
    color: #60666d;
    font-size: 17px;
    line-height: 1.92;
}

body.seo-landing-page .seo-signal-stack {
    max-width: 760px;
    margin-top: 34px;
    gap: 12px;
}

body.seo-landing-page .seo-signal-stack a {
    min-height: 88px;
    padding: 17px 18px;
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 18px;
    color: var(--seo-ink);
    background: rgba(255,255,255,.62);
    box-shadow: 0 18px 42px rgba(78, 70, 56, .08);
    -webkit-backdrop-filter: blur(18px) saturate(138%);
    backdrop-filter: blur(18px) saturate(138%);
}

body.seo-landing-page .seo-signal-stack a::before {
    top: 18px;
    bottom: auto;
    left: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--seo-red);
    box-shadow: 0 0 0 7px rgba(255,82,15,.10);
}

body.seo-landing-page .seo-signal-stack a::after {
    right: 18px;
    bottom: 18px;
    width: 54px;
    background: linear-gradient(90deg, rgba(255,82,15,.48), rgba(93,138,200,.38), transparent);
}

body.seo-landing-page .seo-signal-stack a:hover {
    color: var(--seo-ink);
    border-color: rgba(255,82,15,.18);
    background: rgba(255,255,255,.82);
    box-shadow: 0 22px 48px rgba(78, 70, 56, .11);
    transform: translateY(-3px);
}

body.seo-landing-page .seo-signal-stack b {
    margin-left: 18px;
    color: var(--seo-red);
}

body.seo-landing-page .seo-signal-stack span {
    color: #252b31;
    font-size: 15px;
}

body.seo-landing-page .seo-signal-stack em {
    color: #798086;
}

body.seo-landing-page .seo-hero-actions .cr-cta,
body.seo-landing-page .seo-primary-action,
body.seo-landing-page .seo-final-copy .seo-primary-action {
    height: 52px;
    min-width: 178px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 8px 0 28px;
    border-radius: 999px;
    color: #fff;
    background: var(--seo-red);
    box-shadow: 0 16px 34px rgba(255,82,15,.24);
}

body.seo-landing-page .seo-hero-actions .cr-cta i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    border-radius: 50%;
    color: var(--seo-red);
    background: #fff;
    font-size: 20px;
    line-height: 1;
}

body.seo-landing-page .seo-hero-actions .cr-cta::before {
    background: linear-gradient(105deg, transparent, rgba(255,255,255,.44), transparent);
}

body.seo-landing-page .seo-hero-actions .cr-cta:hover,
body.seo-landing-page .seo-primary-action:hover {
    color: #fff;
    background: #e74305;
    box-shadow: 0 20px 42px rgba(255,82,15,.32);
    transform: translateY(-3px);
}

body.seo-landing-page .seo-text-link {
    min-height: 52px;
    margin-top: 36px;
    color: #34393f;
    border-bottom-color: rgba(21,24,29,.22);
}

body.seo-landing-page .seo-text-link:hover {
    color: var(--seo-red);
    border-bottom-color: rgba(255,82,15,.48);
}

body.seo-landing-page .seo-hero-visual {
    min-height: 620px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.seo-landing-page .seo-hero-visual::before {
    inset: 10% 4% 9% 10%;
    z-index: 1;
    border: 1px solid rgba(255,255,255,.66);
    border-radius: 34px;
    background: rgba(255,255,255,.30);
    box-shadow: 0 28px 80px rgba(49, 43, 32, .10), inset 0 1px rgba(255,255,255,.72);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

body.seo-landing-page .seo-hero-visual::after {
    top: 16%;
    right: 1%;
    bottom: 12%;
    left: 18%;
    z-index: 0;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 34px;
    background: rgba(255,255,255,.18);
    box-shadow: 0 24px 56px rgba(78, 70, 56, .08);
}

body.seo-landing-page .seo-premium-stage {
    transform-style: flat;
}

body.seo-landing-page .seo-stage-field {
    right: 8%;
    bottom: 26px;
    width: 74%;
    height: 190px;
    border-color: rgba(255,255,255,.54);
    border-radius: 26px;
    background:
        linear-gradient(90deg, rgba(93,138,200,.09) 0 1px, transparent 1px 58px),
        linear-gradient(180deg, rgba(93,138,200,.08) 0 1px, transparent 1px 58px),
        rgba(255,255,255,.33);
    box-shadow: 0 32px 58px rgba(70, 62, 48, .10), inset 0 1px rgba(255,255,255,.62);
    transform: perspective(980px) rotateX(64deg) rotateZ(-5deg) translate3d(0, 24px, -12px);
}

body.seo-landing-page .seo-command-panel {
    --seo-command-x: 0;
    top: 120px;
    right: 50px;
    width: 560px;
    height: 352px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.82), rgba(248,250,249,.64)),
        rgba(255,255,255,.54);
    box-shadow: 0 30px 76px rgba(70, 62, 48, .15), inset 0 1px rgba(255,255,255,.86);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    backdrop-filter: blur(18px) saturate(140%);
}

body.seo-landing-page .seo-command-panel::before {
    background:
        linear-gradient(90deg, rgba(93,138,200,.08) 0 1px, transparent 1px 72px),
        linear-gradient(180deg, rgba(93,138,200,.07) 0 1px, transparent 1px 72px);
    opacity: .72;
}

body.seo-landing-page .seo-command-panel::after {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.70), transparent);
}

body.seo-landing-page .seo-command-header {
    border-bottom-color: rgba(31,38,45,.08);
}

body.seo-landing-page .seo-command-header em {
    color: rgba(45, 51, 57, .56);
}

body.seo-landing-page .seo-command-search {
    border-color: rgba(31,38,45,.09);
    background: rgba(255,255,255,.64);
    box-shadow: inset 0 1px rgba(255,255,255,.9), 0 10px 28px rgba(78,70,56,.06);
}

body.seo-landing-page .seo-command-search span {
    background: linear-gradient(90deg, rgba(104,112,121,.44), rgba(104,112,121,.13));
}

body.seo-landing-page .seo-command-search i {
    background: rgba(93,138,200,.34);
}

body.seo-landing-page .seo-result-stack span {
    border-color: rgba(31,38,45,.075);
    background: rgba(255,255,255,.52);
    box-shadow: inset 0 1px rgba(255,255,255,.72);
}

body.seo-landing-page .seo-result-stack span::after {
    background: rgba(104,112,121,.20);
}

body.seo-landing-page .seo-answer-module {
    right: 26px;
    width: 246px;
    border-color: rgba(255,255,255,.84);
    border-radius: 20px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 22px 46px rgba(70, 62, 48, .12), inset 0 1px rgba(255,255,255,.95);
}

body.seo-landing-page .seo-answer-module strong {
    color: #141920;
}

body.seo-landing-page .seo-answer-module em {
    color: #747b83;
}

body.seo-landing-page .seo-visual-signal {
    top: 56px;
    right: 9%;
    width: 318px;
    height: 42px;
    border-color: rgba(255,255,255,.74);
    border-radius: 999px;
    background: rgba(255,255,255,.62);
    box-shadow: 0 18px 42px rgba(78, 70, 56, .10);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    backdrop-filter: blur(16px) saturate(140%);
}

body.seo-landing-page .seo-visual-signal::before {
    background: linear-gradient(90deg, rgba(255,82,15,.5), rgba(93,138,200,.62), rgba(126,164,143,.42));
}

body.seo-landing-page .seo-visual-card,
body.seo-landing-page .seo-visual-bar {
    border: 1px solid rgba(255,255,255,.80);
    border-radius: 20px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 22px 48px rgba(70, 62, 48, .13), inset 0 1px rgba(255,255,255,.92);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
    backdrop-filter: blur(14px) saturate(135%);
}

body.seo-landing-page .seo-visual-card span {
    color: var(--seo-blue);
}

body.seo-landing-page .seo-visual-card.is-answer {
    top: 76px;
    left: 18px;
    z-index: 12;
    animation: seoWarmFloatA 7s ease-in-out infinite alternate;
}

body.seo-landing-page .seo-visual-card.is-rank {
    right: -6px;
    bottom: 102px;
    z-index: 12;
    animation: seoWarmFloatB 7.6s ease-in-out infinite alternate;
}

body.seo-landing-page .seo-visual-bar {
    right: 14%;
    bottom: 46px;
    left: 19%;
    min-height: 52px;
    overflow: hidden;
}

body.seo-landing-page .seo-visual-bar b {
    color: #252b31;
}

body.seo-landing-page .seo-visual-bar em {
    color: #747b83;
}

body.seo-landing-page .seo-section {
    padding: 112px 0;
    background: var(--seo-paper);
}

body.seo-landing-page .seo-channel-map {
    margin-top: 0;
    background: linear-gradient(180deg, var(--seo-paper) 0%, #f7f3ec 100%);
}

body.seo-landing-page .seo-operating,
body.seo-landing-page .seo-proof {
    background: #fffdf8;
}

body.seo-landing-page .seo-pathway {
    background:
        linear-gradient(90deg, rgba(31,38,45,.035) 1px, transparent 1px),
        linear-gradient(180deg, #f8f4ed 0%, #fffdf8 100%);
    background-size: 92px 92px, auto;
}

body.seo-landing-page .seo-section-head span,
body.seo-landing-page .seo-operating-copy > span,
body.seo-landing-page .seo-final-inner span {
    color: #89735d;
    letter-spacing: .8px;
}

body.seo-landing-page .seo-section-head h2,
body.seo-landing-page .seo-operating-copy h2,
body.seo-landing-page .seo-final-inner h2 {
    color: #11151a;
    font-size: 46px;
    font-weight: 520;
    line-height: 1.2;
}

body.seo-landing-page .seo-section-head p,
body.seo-landing-page .seo-operating-copy > p,
body.seo-landing-page .seo-final-inner p {
    color: #666d74;
}

body.seo-landing-page .seo-channel-grid {
    gap: 18px;
}

body.seo-landing-page .seo-channel-card,
body.seo-landing-page .seo-channel-card.is-featured,
body.seo-landing-page .seo-path-grid > div,
body.seo-landing-page .seo-case-card,
body.seo-landing-page .seo-article-card {
    border: 1px solid rgba(31,38,45,.08);
    border-radius: 20px;
    background: rgba(255,255,255,.82);
    box-shadow: 0 24px 58px rgba(78,70,56,.07);
}

body.seo-landing-page .seo-channel-card.is-featured {
    color: var(--seo-ink);
    background:
        linear-gradient(135deg, rgba(255,82,15,.08), rgba(93,138,200,.08) 56%, rgba(255,255,255,.86)),
        rgba(255,255,255,.82);
    box-shadow: 0 28px 70px rgba(78,70,56,.11);
}

body.seo-landing-page .seo-channel-card.is-featured h3,
body.seo-landing-page .seo-channel-card.is-featured p {
    color: var(--seo-ink);
}

body.seo-landing-page .seo-channel-card.is-featured p {
    color: #687079;
}

body.seo-landing-page .seo-channel-card.is-featured em {
    color: var(--seo-red);
}

body.seo-landing-page .seo-channel-card::before {
    background: linear-gradient(90deg, rgba(255,82,15,.68), rgba(93,138,200,.44), rgba(126,164,143,.34));
    opacity: .72;
}

body.seo-landing-page .seo-card-metrics {
    border-top-color: rgba(31,38,45,.08);
}

body.seo-landing-page .seo-card-metrics span {
    color: #3d444b;
    border-bottom-color: rgba(31,38,45,.075);
}

body.seo-landing-page .seo-card-metrics span::after {
    background: linear-gradient(90deg, rgba(255,82,15,.62), rgba(93,138,200,.50), transparent);
}

body.seo-landing-page .seo-operating-list {
    border-top-color: rgba(31,38,45,.09);
}

body.seo-landing-page .seo-operating-list dl {
    border-bottom-color: rgba(31,38,45,.09);
}

body.seo-landing-page .seo-operating-media img {
    border-radius: 24px;
    border-color: rgba(31,38,45,.08);
    box-shadow: 0 28px 72px rgba(78,70,56,.12);
}

body.seo-landing-page .seo-media-note {
    border-radius: 18px;
    border-color: rgba(255,255,255,.82);
    background: rgba(255,255,255,.82);
    box-shadow: 0 20px 46px rgba(78,70,56,.12);
}

body.seo-landing-page .seo-path-grid {
    gap: 18px;
    overflow: visible;
    border: 0;
    background: transparent;
}

body.seo-landing-page .seo-path-grid > div {
    min-height: 218px;
    transition: transform .28s ease, box-shadow .28s ease;
}

body.seo-landing-page .seo-path-grid > div:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 66px rgba(78,70,56,.11);
}

body.seo-landing-page .seo-proof-grid {
    gap: 22px;
}

body.seo-landing-page .seo-case-card img {
    border-radius: 18px 18px 0 0;
}

body.seo-landing-page .seo-final-cta {
    color: var(--seo-ink);
    background:
        linear-gradient(90deg, rgba(31,38,45,.035) 1px, transparent 1px),
        linear-gradient(180deg, #f8f4ed 0%, #fffdf8 72%, #fff6f1 100%);
    background-size: 92px 92px, auto;
}

body.seo-landing-page .seo-final-cta::before {
    background: linear-gradient(105deg, transparent 0%, transparent 42%, rgba(255,255,255,.52) 49%, transparent 56%, transparent 100%);
}

body.seo-landing-page .seo-final-inner h2 {
    color: #11151a;
}

body.seo-landing-page .seo-final-inner p {
    color: #656d74;
}

body.seo-landing-page .seo-final-copy > span {
    color: #89735d;
    border-color: rgba(255,82,15,.16);
    background: rgba(255,255,255,.54);
}

body.seo-landing-page .seo-final-panel {
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 24px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 28px 72px rgba(78,70,56,.11), inset 0 1px rgba(255,255,255,.90);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    backdrop-filter: blur(18px) saturate(140%);
}

body.seo-landing-page .seo-panel-head strong,
body.seo-landing-page .seo-panel-rows span,
body.seo-landing-page .seo-panel-rows em {
    color: #2b3238;
}

body.seo-landing-page .seo-panel-search,
body.seo-landing-page .seo-panel-rows span {
    border-color: rgba(31,38,45,.08);
    background: rgba(255,255,255,.62);
}

body.seo-landing-page .seo-panel-search span {
    background: linear-gradient(90deg, rgba(104,112,121,.42), rgba(104,112,121,.13));
}

body.seo-landing-page .seo-panel-track span {
    background: rgba(31,38,45,.10);
}

body.seo-landing-page .m-ft-contact h2::after {
    content: "联系狐灵科技，获取专属 SEO 诊断方案与报价";
}

@keyframes seoWarmOrbit {
    0% { transform: translate(-50%, -50%) rotate(0deg) scale(1); }
    100% { transform: translate(-50%, -50%) rotate(360deg) scale(1.025); }
}

@keyframes seoWarmFloatA {
    0% { transform: translate3d(-2px, 2px, 0); }
    100% { transform: translate3d(8px, -7px, 0); }
}

@keyframes seoWarmFloatB {
    0% { transform: translate3d(3px, -1px, 0); }
    100% { transform: translate3d(-7px, 8px, 0); }
}

@media (max-width: 1440px) {
    body.seo-landing-page .seo-growth-hero .cr-shell {
        grid-template-columns: minmax(480px, .92fr) minmax(540px, 1.08fr);
        gap: 56px;
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        font-size: 54px;
    }

    body.seo-landing-page .seo-command-panel {
        right: 28px;
        width: 520px;
    }
}

@media (max-width: 1180px) {
    body.seo-landing-page .seo-growth-hero {
        min-height: auto;
        padding: 126px 0 76px;
    }

    body.seo-landing-page .seo-growth-hero .cr-shell {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    body.seo-landing-page .seo-growth-hero .cr-shell,
    body.seo-landing-page .seo-shell {
        width: min(100% - 72px, 1180px);
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        font-size: 48px;
    }

    body.seo-landing-page .seo-command-panel {
        --seo-command-x: 50%;
        right: 50%;
        width: min(560px, 86%);
    }

    body.seo-landing-page .seo-stage-field {
        right: 50%;
        width: min(620px, 82%);
        transform: translate3d(50%, 24px, -12px) perspective(980px) rotateX(64deg) rotateZ(-5deg);
    }
}

@media (max-width: 760px) {
    body.seo-landing-page .seo-growth-hero {
        padding: 104px 0 58px;
    }

    body.seo-landing-page .seo-growth-hero .cr-shell,
    body.seo-landing-page .seo-shell {
        width: calc(100% - 36px);
    }

    body.seo-landing-page .seo-growth-hero::after {
        left: 70%;
        width: 520px;
        height: 520px;
        opacity: .42;
    }

    body.seo-landing-page .cr-eyebrow {
        max-width: 100%;
        padding: 0 12px;
        font-size: 11px;
        letter-spacing: .4px;
    }

    body.seo-landing-page .cr-copy h1,
    body.seo-landing-page .cr-copy h2 {
        margin-top: 24px;
        font-size: 38px;
        line-height: 1.2;
    }

    body.seo-landing-page .cr-copy > p {
        font-size: 15px;
        line-height: 1.82;
    }

    body.seo-landing-page .seo-signal-stack {
        grid-template-columns: 1fr;
    }

    body.seo-landing-page .seo-signal-stack a {
        min-height: 78px;
        border-radius: 16px;
    }

    body.seo-landing-page .seo-hero-actions {
        gap: 14px;
    }

    body.seo-landing-page .seo-text-link {
        margin-top: 18px;
    }

    body.seo-landing-page .seo-hero-visual {
        min-height: 430px;
    }

    body.seo-landing-page .seo-hero-visual::before {
        inset: 5% 0 3%;
        border-radius: 24px;
    }

    body.seo-landing-page .seo-hero-visual::after,
    body.seo-landing-page .seo-visual-signal,
    body.seo-landing-page .seo-stage-field,
    body.seo-landing-page .seo-answer-module,
    body.seo-landing-page .seo-visual-card small {
        display: none;
    }

    body.seo-landing-page .seo-command-panel {
        --seo-command-x: 0;
        top: 44px;
        right: 10px;
        left: 10px;
        width: auto;
        height: 300px;
        border-radius: 20px;
        transform: none;
        animation: none;
    }

    body.seo-landing-page .seo-result-stack {
        left: 22px;
        width: 48%;
    }

    body.seo-landing-page .seo-visual-card.is-answer {
        top: 8px;
        left: 0;
        min-width: 156px;
    }

    body.seo-landing-page .seo-visual-card.is-rank {
        right: 0;
        bottom: 58px;
        min-width: 150px;
    }

    body.seo-landing-page .seo-visual-bar {
        right: 6px;
        bottom: 4px;
        left: 6px;
    }

    body.seo-landing-page .seo-visual-bar em {
        display: none;
    }

    body.seo-landing-page .seo-section {
        padding: 72px 0;
    }

    body.seo-landing-page .seo-section-head h2,
    body.seo-landing-page .seo-operating-copy h2,
    body.seo-landing-page .seo-final-inner h2 {
        font-size: 32px;
    }

    body.seo-landing-page .seo-channel-card,
    body.seo-landing-page .seo-channel-card.is-featured,
    body.seo-landing-page .seo-path-grid > div,
    body.seo-landing-page .seo-case-card,
    body.seo-landing-page .seo-article-card,
    body.seo-landing-page .seo-final-panel {
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.seo-landing-page .seo-growth-hero::after,
    body.seo-landing-page .seo-visual-card.is-answer,
    body.seo-landing-page .seo-visual-card.is-rank {
        animation: none !important;
    }
}

/* SEO search-engine result emphasis - 20260802 */
body.seo-landing-page .seo-command-panel {
    top: 104px;
    width: 590px;
    height: 392px;
}

body.seo-landing-page .seo-command-header {
    height: 38px;
}

body.seo-landing-page .seo-command-header em {
    color: rgba(31, 38, 45, .68);
    font-weight: 760;
}

body.seo-landing-page .seo-engine-tabs {
    position: absolute;
    top: 58px;
    left: 32px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 999px;
    background: rgba(31, 38, 45, .055);
}

body.seo-landing-page .seo-engine-tabs span {
    height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    color: rgba(50, 57, 64, .62);
    font-size: 12px;
    font-weight: 720;
    line-height: 1;
}

body.seo-landing-page .seo-engine-tabs span.is-baidu {
    color: #fff;
    background: linear-gradient(135deg, #335bce, #f14b45);
    box-shadow: 0 8px 18px rgba(67, 91, 190, .16);
}

body.seo-landing-page .seo-command-search {
    top: 102px;
    height: 54px;
    gap: 13px;
}

body.seo-landing-page .seo-command-search strong {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    color: #252b31;
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.seo-landing-page .seo-command-search i {
    width: auto;
    min-width: 58px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0 13px;
    border-radius: 999px;
    color: #fff;
    background: #335bce;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

body.seo-landing-page .seo-serp-list {
    position: absolute;
    top: 174px;
    right: 32px;
    left: 32px;
    z-index: 3;
    display: grid;
    gap: 12px;
}

body.seo-landing-page .seo-serp-item {
    position: relative;
    min-height: 76px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 4px 13px;
    align-content: center;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255,255,255,.70);
    box-shadow: inset 0 0 0 1px rgba(31,38,45,.07);
}

body.seo-landing-page .seo-serp-item::after {
    position: absolute;
    right: 14px;
    top: 12px;
    color: rgba(255,82,15,.78);
    content: "自然结果";
    font-size: 11px;
    font-weight: 760;
}

body.seo-landing-page .seo-serp-item.is-top::after {
    content: "TOP 3";
}

body.seo-landing-page .seo-serp-item b {
    grid-row: 1 / span 3;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    align-self: center;
    border-radius: 50%;
    color: #fff;
    background: #ff520f;
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 0 0 7px rgba(255,82,15,.08);
}

body.seo-landing-page .seo-serp-item strong,
body.seo-landing-page .seo-serp-item em,
body.seo-landing-page .seo-serp-item small {
    display: block;
    overflow: hidden;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.seo-landing-page .seo-serp-item strong {
    max-width: calc(100% - 76px);
    color: #1b4fb8;
    font-size: 15px;
    font-weight: 760;
    line-height: 1.22;
}

body.seo-landing-page .seo-serp-item em {
    color: #237044;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

body.seo-landing-page .seo-serp-item small {
    color: #69727a;
    font-size: 12px;
}

body.seo-landing-page .seo-growth-track {
    right: 42px;
    bottom: 18px;
    left: 42px;
    height: 38px;
}

body.seo-landing-page .seo-growth-track b {
    bottom: 14px;
    background: linear-gradient(90deg, #335bce, #ff520f 46%, #34a853 76%, #fbbc05);
}

body.seo-landing-page .seo-growth-track i {
    bottom: 7px;
}

body.seo-landing-page .seo-visual-card.is-answer {
    top: 54px;
    left: 6px;
    min-width: 186px;
}

body.seo-landing-page .seo-visual-card.is-answer::after {
    display: block;
    width: 108px;
    height: 3px;
    margin-top: 4px;
    border-radius: 999px;
    content: "";
    background: linear-gradient(90deg, #4285f4 0 24%, #ea4335 24% 48%, #fbbc05 48% 72%, #34a853 72%);
}

body.seo-landing-page .seo-visual-card.is-rank {
    right: -4px;
    bottom: 82px;
}

body.seo-landing-page .seo-visual-card.is-rank span {
    color: #335bce;
}

body.seo-landing-page .seo-visual-card.is-rank strong {
    color: #ff520f;
}

body.seo-landing-page .seo-visual-bar {
    bottom: 34px;
}

@media (max-width: 1440px) {
    body.seo-landing-page .seo-command-panel {
        width: 540px;
        height: 382px;
    }

    body.seo-landing-page .seo-serp-item {
        min-height: 72px;
    }
}

@media (max-width: 760px) {
    body.seo-landing-page .seo-command-panel {
        top: 44px;
        right: 10px;
        left: 10px;
        width: auto;
        max-width: none;
        height: 392px;
    }

    body.seo-landing-page .seo-engine-tabs {
        top: 56px;
        left: 20px;
    }

    body.seo-landing-page .seo-engine-tabs span {
        height: 26px;
        padding: 0 10px;
        font-size: 11px;
    }

    body.seo-landing-page .seo-command-search {
        top: 98px;
        right: 20px;
        left: 20px;
        height: 50px;
    }

    body.seo-landing-page .seo-command-search strong {
        font-size: 13px;
    }

    body.seo-landing-page .seo-command-search i {
        min-width: 44px;
        height: 26px;
        padding: 0 9px;
    }

    body.seo-landing-page .seo-serp-list {
        top: 164px;
        right: 20px;
        left: 20px;
        gap: 10px;
    }

    body.seo-landing-page .seo-serp-item {
        min-height: 86px;
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 12px;
    }

    body.seo-landing-page .seo-serp-item b {
        width: 32px;
        height: 32px;
        font-size: 11px;
    }

    body.seo-landing-page .seo-serp-item strong {
        max-width: 100%;
        font-size: 13px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    body.seo-landing-page .seo-serp-item em,
    body.seo-landing-page .seo-serp-item small {
        font-size: 11px;
    }

    body.seo-landing-page .seo-serp-item::after {
        display: none;
    }

    body.seo-landing-page .seo-growth-track {
        right: 28px;
        bottom: 16px;
        left: 28px;
    }

    body.seo-landing-page .seo-visual-card.is-answer {
        top: -2px;
        left: 0;
    }

    body.seo-landing-page .seo-visual-card.is-rank {
        right: 0;
        bottom: 52px;
    }

    body.seo-landing-page .seo-visual-bar {
        bottom: -4px;
    }
}

/* SEO industry search example + platform identity - 20260802 */
body.seo-landing-page .seo-engine-tabs span {
    gap: 7px;
}

body.seo-landing-page .seo-engine-tabs img,
body.seo-landing-page .seo-visual-card span img {
    position: static;
    width: 15px;
    height: 15px;
    inset: auto;
    flex: 0 0 auto;
    object-fit: contain;
    transform: none;
    animation: none;
}

body.seo-landing-page .seo-engine-tabs span.is-baidu img {
    filter: brightness(0) invert(1);
}

body.seo-landing-page .seo-engine-tabs span.is-google {
    gap: 6px;
    padding-right: 14px;
    padding-left: 12px;
}

body.seo-landing-page .seo-engine-tabs span em,
body.seo-landing-page .seo-google-label em {
    font-style: normal;
}

body.seo-landing-page .seo-google-wordmark {
    position: static;
    width: 60px;
    height: auto;
    inset: auto;
    flex: 0 0 auto;
    object-fit: contain;
    transform: none;
    animation: none;
}

body.seo-landing-page .seo-engine-tabs img.seo-google-wordmark {
    width: 62px;
    height: auto;
}

body.seo-landing-page .seo-visual-card .seo-google-wordmark {
    width: 64px;
    height: auto;
}

body.seo-landing-page .seo-google-label {
    color: #5f6368;
}

body.seo-landing-page .seo-google-label em {
    margin-left: 1px;
}

body.seo-landing-page .seo-command-search b {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: rgba(255,255,255,.86);
    box-shadow: inset 0 0 0 1px rgba(51,91,206,.12), 0 10px 22px rgba(51,91,206,.12);
}

body.seo-landing-page .seo-command-search b::after {
    content: none;
}

body.seo-landing-page .seo-command-search b img {
    position: static;
    width: 17px;
    height: 17px;
    inset: auto;
    object-fit: contain;
    transform: none;
    animation: none;
}

body.seo-landing-page .seo-visual-card span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.seo-landing-page .seo-visual-bar {
    gap: 12px;
}

body.seo-landing-page .seo-visual-bar i {
    width: auto;
    height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    background: transparent;
    box-shadow: none;
}

body.seo-landing-page .seo-visual-bar i img {
    position: static;
    width: 22px;
    height: 22px;
    inset: auto;
    padding: 4px;
    border-radius: 50%;
    background: rgba(255,255,255,.90);
    box-shadow: 0 8px 18px rgba(31,38,45,.12);
    object-fit: contain;
    transform: none;
    animation: none;
}

body.seo-landing-page .seo-visual-bar i img + img {
    margin-left: -7px;
}

@media (max-width: 760px) {
    body.seo-landing-page .seo-engine-tabs img,
    body.seo-landing-page .seo-visual-card span img {
        width: 13px;
        height: 13px;
    }

    body.seo-landing-page .seo-engine-tabs .seo-google-wordmark {
        width: 48px;
        height: auto;
    }

    body.seo-landing-page .seo-visual-card .seo-google-wordmark {
        width: 56px;
        height: auto;
    }

    body.seo-landing-page .seo-command-search b {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }

    body.seo-landing-page .seo-command-search b img {
        width: 15px;
        height: 15px;
    }

    body.seo-landing-page .seo-visual-bar {
        gap: 9px;
    }

    body.seo-landing-page .seo-visual-bar i img {
        width: 20px;
        height: 20px;
        padding: 4px;
    }

    body.seo-landing-page .seo-visual-card.is-rank {
        display: none;
    }
}

/* SEO search-index background, separated from GEO warm scene - 20260802 */
body.seo-landing-page .seo-growth-hero {
    background:
        linear-gradient(90deg, rgba(250,252,255,.94) 0%, rgba(250,252,255,.82) 42%, rgba(241,247,255,.58) 100%),
        url("/templets/foxl/images/seo-index-bg-v1.svg") center center / cover no-repeat,
        #f7fbff;
    border-bottom-color: rgba(49,91,206,.12);
}

body.seo-landing-page .seo-growth-hero::before {
    background:
        linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.46) 44%, rgba(255,255,255,.18) 100%),
        linear-gradient(180deg, rgba(255,255,255,.28) 0%, transparent 52%, rgba(245,249,255,.34) 100%);
}

body.seo-landing-page .seo-growth-hero::after {
    left: auto;
    top: 96px;
    right: -120px;
    width: min(780px, 48vw);
    height: min(560px, 62vh);
    border: 1px solid rgba(49,91,206,.10);
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(49,91,206,.055) 0 1px, transparent 1px),
        linear-gradient(180deg, rgba(49,91,206,.05) 0 1px, transparent 1px),
        linear-gradient(135deg, rgba(255,255,255,.18), rgba(66,133,244,.055));
    background-size: 72px 72px, 72px 72px, auto;
    box-shadow: inset 0 1px rgba(255,255,255,.56), 0 36px 90px rgba(49,91,206,.08);
    opacity: .72;
    transform: rotate(-2deg);
    animation: seoIndexDrift 18s ease-in-out infinite alternate;
}

body.seo-landing-page .cr-eyebrow {
    color: #5c6f8a;
    border-color: rgba(84,126,190,.18);
    background: rgba(255,255,255,.66);
    box-shadow: 0 14px 34px rgba(49,91,206,.07);
}

body.seo-landing-page .seo-hero-visual::before {
    border-color: rgba(84,126,190,.18);
    background: rgba(255,255,255,.34);
    box-shadow: 0 28px 80px rgba(49,91,206,.09), inset 0 1px rgba(255,255,255,.74);
}

body.seo-landing-page .seo-hero-visual::after {
    border-color: rgba(49,91,206,.12);
    background: rgba(245,249,255,.24);
    box-shadow: 0 24px 56px rgba(49,91,206,.08);
}

body.seo-landing-page .seo-stage-field {
    border-color: rgba(84,126,190,.18);
    background:
        linear-gradient(90deg, rgba(49,91,206,.08) 0 1px, transparent 1px 58px),
        linear-gradient(180deg, rgba(49,91,206,.07) 0 1px, transparent 1px 58px),
        rgba(255,255,255,.35);
    box-shadow: 0 32px 58px rgba(49,91,206,.10), inset 0 1px rgba(255,255,255,.68);
}

body.seo-landing-page .seo-command-panel {
    border-color: rgba(84,126,190,.18);
    background:
        linear-gradient(180deg, rgba(255,255,255,.88), rgba(246,250,255,.72)),
        rgba(255,255,255,.62);
    box-shadow: 0 30px 76px rgba(49,91,206,.13), inset 0 1px rgba(255,255,255,.88);
}

@keyframes seoIndexDrift {
    from {
        transform: translate3d(0, 0, 0) rotate(-2deg);
    }
    to {
        transform: translate3d(-18px, 12px, 0) rotate(-1deg);
    }
}

@media (max-width: 760px) {
    body.seo-landing-page .seo-growth-hero {
        background:
            linear-gradient(180deg, rgba(250,252,255,.92), rgba(242,247,255,.72)),
            url("/templets/foxl/images/seo-index-bg-v1.svg") 58% top / auto 62% no-repeat,
            #f7fbff;
    }

    body.seo-landing-page .seo-growth-hero::after {
        display: none;
    }
}

/* Website build page airy premium refresh - 20260802 */
body.channel-web {
    --web-dark: #182531;
    --web-ink: #17232f;
    --web-muted: #657382;
    --web-line: rgba(55, 82, 110, .13);
    --web-paper: #f7fbff;
    --web-accent: #ff6547;
    --web-blue: #4f7fae;
    --web-green: #82b6a3;
    background: #f7fbff;
}

body.channel-web .web-landing-hero {
    min-height: min(920px, calc(100vh - 0px));
    color: var(--web-ink);
    background:
        linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.80) 42%, rgba(245,250,255,.58) 100%),
        url("/templets/foxl/images/website-build-atrium-bg-v1.svg") center center / cover no-repeat,
        #f7fbff;
    border-bottom: 1px solid rgba(55,82,110,.10);
}

body.channel-web .web-landing-hero::before {
    inset: 0;
    height: auto;
    background:
        linear-gradient(112deg, rgba(255,101,71,.08), transparent 31%),
        linear-gradient(68deg, transparent 45%, rgba(79,127,174,.12) 74%, transparent 100%),
        linear-gradient(180deg, rgba(255,255,255,.28), transparent 54%, rgba(236,246,255,.24));
    opacity: 1;
}

body.channel-web .header.site-header-compact {
    top: 0 !important;
    height: 80px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid rgba(18,28,36,.07) !important;
    background: rgba(255,255,255,.74) !important;
    box-shadow: 0 18px 46px rgba(56,80,105,.08) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
}

body.channel-web .header.site-header-compact .logo img {
    filter: brightness(0) saturate(100%) opacity(.84) !important;
}

body.channel-web .header.site-header-compact .nav-compact .title > a {
    color: #15202a !important;
    text-shadow: none !important;
}

body.channel-web .header.site-header-compact .edit-search {
    filter: brightness(0) saturate(100%) opacity(.72) !important;
}

body.channel-web .header.site-header-compact .edit-handle {
    border-color: rgba(21,32,42,.24);
    background: rgba(255,255,255,.66) !important;
    color: #15202a;
    filter: none !important;
}

body.channel-web .header.site-header-compact .edit-handle:hover {
    border-color: #10283d;
    background: #10283d !important;
    color: #fff;
}

body.channel-web .web-landing-hero::after {
    left: auto;
    right: -120px;
    bottom: 86px;
    width: min(720px, 46vw);
    height: min(480px, 54vh);
    border: 1px solid rgba(79,127,174,.12);
    border-radius: 32px;
    background:
        linear-gradient(90deg, rgba(79,127,174,.055) 0 1px, transparent 1px),
        linear-gradient(180deg, rgba(79,127,174,.05) 0 1px, transparent 1px),
        rgba(255,255,255,.20);
    background-size: 72px 72px, 72px 72px, auto;
    box-shadow: inset 0 1px rgba(255,255,255,.72), 0 42px 90px rgba(79,127,174,.10);
    opacity: .66;
    transform: rotate(-2deg);
}

body.channel-web .web-landing-hero .cr-shell {
    align-items: center;
    grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
}

body.channel-web .cr-eyebrow {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0 16px;
    border: 1px solid rgba(79,127,174,.16);
    border-radius: 999px;
    color: #61758a;
    background: rgba(255,255,255,.72);
    box-shadow: 0 16px 38px rgba(79,127,174,.08);
}

body.channel-web .cr-eyebrow::before {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--web-accent);
    box-shadow: none;
}

body.channel-web .cr-copy h1,
body.channel-web .cr-copy h2 {
    max-width: 780px;
    color: var(--web-ink);
    font-size: clamp(48px, 4.25vw, 78px);
    font-weight: 560;
    line-height: 1.10;
}

body.channel-web .cr-copy > p {
    max-width: 720px;
    color: var(--web-muted);
    font-size: 18px;
    line-height: 1.9;
}

body.channel-web .cr-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
    border-top: 0;
}

body.channel-web .cr-points li {
    min-height: 64px;
    padding: 0 18px;
    border: 1px solid rgba(55,82,110,.11);
    border-radius: 8px;
    color: #2a3946;
    background: rgba(255,255,255,.72);
    box-shadow: 0 18px 42px rgba(79,127,174,.07);
}

body.channel-web .cr-points b {
    color: var(--web-accent);
}

body.channel-web .web-hero-actions .cr-cta {
    border-radius: 999px;
    background: linear-gradient(135deg, #ff714f, #f04c35);
    box-shadow: 0 24px 54px rgba(240,76,53,.22);
}

body.channel-web .web-hero-actions .cr-cta:hover {
    background: linear-gradient(135deg, #ff8063, #f35c44);
    box-shadow: 0 28px 60px rgba(240,76,53,.26);
}

body.channel-web .web-hero-actions .cr-cta i {
    color: #f04c35;
    background: #fff;
}

body.channel-web .web-text-link {
    color: #263746;
    border-bottom-color: rgba(38,55,70,.20);
}

body.channel-web .web-text-link:hover {
    color: var(--web-accent);
    border-bottom-color: rgba(255,101,71,.42);
}

body.channel-web .web-landing-hero .cr-scene,
body.channel-web .cr-web-studio {
    border-color: rgba(79,127,174,.13);
    background:
        linear-gradient(130deg, rgba(255,101,71,.08), transparent 34%),
        linear-gradient(72deg, rgba(255,255,255,.92), rgba(237,246,255,.9) 62%, rgba(248,252,255,.95)),
        linear-gradient(135deg, #ffffff, #edf6ff 60%, #f9fcff);
    box-shadow: 0 46px 110px rgba(79,127,174,.16);
}

body.channel-web .cr-web-window {
    border-color: rgba(79,127,174,.14);
    border-radius: 10px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 30px 70px rgba(64,94,124,.14);
}

body.channel-web .cr-window-bar {
    border-bottom-color: rgba(79,127,174,.10);
    background: #f8fbfd;
}

body.channel-web .cr-web-hero {
    color: var(--web-ink);
    background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(236,247,255,.78)),
        linear-gradient(90deg, rgba(255,101,71,.12), transparent 46%);
}

body.channel-web .cr-web-hero small {
    color: var(--web-accent);
}

body.channel-web .cr-web-hero strong {
    color: #17232f;
    font-weight: 620;
}

body.channel-web .cr-web-hero em {
    color: #26435d;
    border-bottom-color: rgba(255,101,71,.55);
}

body.channel-web .cr-web-modules span,
body.channel-web .cr-web-columns b,
body.channel-web .cr-web-mobile span {
    background: #edf4f9;
}

body.channel-web .cr-web-modules span:nth-child(2),
body.channel-web .cr-web-columns b:nth-child(2),
body.channel-web .cr-web-mobile span:nth-of-type(2) {
    background: #dbeaf3;
}

body.channel-web .cr-web-mobile {
    border-color: #243447;
    background: #fbfdff;
    box-shadow: 0 34px 72px rgba(49,72,95,.18);
}

body.channel-web .cr-mobile-notch {
    background: #243447;
}

body.channel-web .cr-web-status {
    color: #34495a;
    border: 1px solid rgba(79,127,174,.11);
    background: rgba(255,255,255,.90);
    box-shadow: 0 18px 44px rgba(79,127,174,.12);
}

body.channel-web .cr-web-status b {
    color: var(--web-blue);
}

body.channel-web .web-section {
    background: #f7fbff;
}

body.channel-web .web-section:nth-of-type(odd) {
    background: #ffffff;
}

body.channel-web .web-solution-grid,
body.channel-web .web-process-grid,
body.channel-web .web-case-card {
    border-color: rgba(55,82,110,.12);
    box-shadow: 0 30px 80px rgba(79,127,174,.08);
}

body.channel-web .web-solution-card.is-featured,
body.channel-web .web-solution-card:hover {
    background: linear-gradient(180deg, #fff7f4, #ffffff);
}

body.channel-web .web-process-grid {
    background: rgba(55,82,110,.12);
}

body.channel-web .web-process-grid > div {
    background: #fff;
}

body.channel-web .web-final-cta {
    color: var(--web-ink);
    background:
        linear-gradient(115deg, rgba(255,255,255,.86), rgba(246,251,255,.74)),
        url("/templets/foxl/images/website-build-atrium-bg-v1.svg") center center / cover no-repeat,
        #f7fbff;
    border-top: 1px solid rgba(55,82,110,.10);
}

body.channel-web .web-final-inner h2,
body.channel-web .web-final-inner p {
    color: var(--web-ink);
}

body.channel-web .web-final-inner p {
    color: var(--web-muted);
}

body.channel-web .web-primary-action {
    border-radius: 999px;
}

@media (max-width: 1180px) {
    body.channel-web .web-landing-hero .cr-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.channel-web .web-landing-hero {
        background:
            linear-gradient(180deg, rgba(255,255,255,.92), rgba(242,248,255,.78)),
            url("/templets/foxl/images/website-build-atrium-bg-v1.svg") 54% top / auto 64% no-repeat,
            #f7fbff;
    }

    body.channel-web .web-landing-hero::after {
        display: none;
    }

    body.channel-web .cr-points {
        grid-template-columns: 1fr;
    }

    body.channel-web .cr-copy h1,
    body.channel-web .cr-copy h2 {
        font-size: 37px;
    }
}
