@charset "utf-8";

/* 2026 channel visual system: each service uses its own product narrative. */
.channel-refresh-page .inside-banner::before,
.channel-refresh-page .inside-banner::after {
    display: none !important;
    content: none !important;
}

.cr-summary {
    padding: 124px 0 132px;
    background: #f7f8f6;
    border-top: 1px solid rgba(18, 30, 39, .07);
}

.cr-summary::before {
    display: none;
}

.cr-shell {
    width: min(1560px, calc(100% - 112px));
    grid-template-columns: minmax(430px, .84fr) minmax(650px, 1.16fr);
    gap: clamp(64px, 6vw, 118px);
}

.cr-copy {
    position: relative;
    z-index: 3;
}

.cr-eyebrow {
    margin-bottom: 26px;
    color: #7d8991;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

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

.cr-copy h2 {
    max-width: 700px;
    font-size: clamp(48px, 3.75vw, 64px);
    font-weight: 440;
    line-height: 1.14;
}

.cr-copy > p {
    max-width: 650px;
    margin-top: 30px;
    color: #69747c;
    font-size: 17px;
    line-height: 1.9;
}

.cr-points {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin-top: 38px;
    border-top-color: rgba(21, 33, 42, .13);
}

.cr-points li {
    min-height: 54px;
    gap: 18px;
    color: #303a42;
    border-bottom-color: rgba(21, 33, 42, .11);
    font-size: 15px;
    transition: color .28s ease, padding-left .36s cubic-bezier(.16, 1, .3, 1);
}

.cr-points li::after {
    margin-left: auto;
    color: #a4adb3;
    content: "↗";
    font-size: 14px;
    transition: transform .32s cubic-bezier(.16, 1, .3, 1), color .28s ease;
}

.cr-points li:hover {
    padding-left: 8px;
    color: var(--cr-accent);
}

.cr-points li:hover::after {
    color: var(--cr-accent);
    transform: translate(3px, -3px);
}

.cr-cta {
    min-width: 206px;
    margin-top: 40px;
    border-radius: 4px;
    background: #16212b;
    box-shadow: none;
}

.cr-cta i {
    border-radius: 3px;
}

.cr-scene {
    --cr-tilt-x: 0deg;
    --cr-tilt-y: 0deg;
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border: 1px solid rgba(20, 34, 44, .1);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 42px 92px rgba(31, 43, 51, .09);
    transform: perspective(1400px) rotateX(var(--cr-tilt-x)) rotateY(var(--cr-tilt-y));
    transition: transform .18s linear, box-shadow .35s ease;
    isolation: isolate;
}

.cr-scene::before,
.cr-scene::after {
    display: none !important;
    content: none !important;
}

.cr-scene:hover {
    box-shadow: 0 48px 108px rgba(31, 43, 51, .13);
}

/* Website: stacked browser studio. */
.cr-web-studio {
    background: #e9eef2;
}

.cr-web-studio::marker { display: none; }

.cr-web-window {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(24, 43, 57, .13);
    border-radius: 5px;
    background: #fbfcfd;
    box-shadow: 0 28px 60px rgba(38, 57, 72, .14);
}

.cr-web-window-back {
    top: 54px;
    right: 38px;
    width: 70%;
    height: 330px;
    opacity: .64;
    transform: translate3d(0, var(--cr-layer-y, 0), 0) rotate(2deg);
}

.cr-web-window-main {
    left: 42px;
    bottom: 44px;
    z-index: 2;
    width: 74%;
    height: 410px;
    transform: translate3d(0, var(--cr-layer-y, 0), 0);
}

.cr-window-bar {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-bottom: 1px solid #e4e9ed;
    background: #f5f7f8;
}

.cr-window-bar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b9c5cc;
}

.cr-window-bar i:first-child { background: #ec7a63; }
.cr-window-bar span { margin-left: auto; color: #87939a; font-size: 9px; letter-spacing: .08em; }
.cr-web-columns { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 14px; padding: 30px; }
.cr-web-columns b { height: 205px; border-radius: 3px; background: #e4eaee; }
.cr-web-columns b:nth-child(2) { background: #d8e3ea; transform: translateY(34px); }
.cr-web-columns b:nth-child(3) { background: #edf1f3; transform: translateY(13px); }
.cr-web-hero { height: 244px; padding: 42px; color: #fff; background: linear-gradient(120deg, #17314a, #35647c); }
.cr-web-hero small { display: block; margin-bottom: 18px; color: #aec8d8; font-size: 10px; letter-spacing: .13em; }
.cr-web-hero strong { display: block; font-size: 30px; font-weight: 450; line-height: 1.28; }
.cr-web-hero em { display: inline-flex; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid #f0a38f; color: #fff; font-size: 10px; font-style: normal; letter-spacing: .08em; }
.cr-web-modules { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; padding: 18px; }
.cr-web-modules span { height: 112px; border-radius: 3px; background: #e8edf0; }
.cr-web-modules span:nth-child(2) { background: #dbe7ec; }
.cr-web-mobile { position: absolute; right: 34px; bottom: 38px; z-index: 4; width: 164px; height: 340px; padding: 42px 16px 20px; border: 8px solid #172633; border-radius: 28px; background: #f9fbfc; box-shadow: 0 30px 60px rgba(24, 38, 49, .23); transform: rotate(2deg); }
.cr-mobile-notch { position: absolute; top: 9px; left: 50%; width: 54px; height: 12px; border-radius: 8px; background: #172633; transform: translateX(-50%); }
.cr-web-mobile strong { display: block; margin-bottom: 22px; color: #273640; font-size: 16px; font-weight: 600; }
.cr-web-mobile span { display: block; height: 54px; margin-top: 10px; border-radius: 3px; background: #e4ebef; }
.cr-web-mobile span:nth-of-type(2) { background: #bfd4dd; }
.cr-web-status { position: absolute; left: 24px; top: 26px; z-index: 5; display: flex; align-items: center; gap: 18px; padding: 13px 16px; border-radius: 3px; color: #46555e; background: #fff; box-shadow: 0 14px 34px rgba(29, 47, 59, .12); }
.cr-web-status span { font-size: 12px; }
.cr-web-status b { color: #477ba7; font-size: 11px; }
.cr-summary.is-visible .cr-web-window-main { animation: crWebWindow 5.8s ease-in-out infinite; }
.cr-summary.is-visible .cr-web-mobile { animation: crWebPhone 6.6s ease-in-out -1.4s infinite; }

/* Search: query, generated answer and ranking evidence. */
.cr-search-console {
    padding: 34px;
    background: #f2f4f6;
}

.cr-search-top {
    height: 58px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 0 12px 0 20px;
    border: 1px solid #dfe4e8;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(40, 51, 59, .07);
}
.cr-search-top i { width: 16px; height: 16px; border: 2px solid #83919a; border-radius: 50%; }
.cr-search-top i::after { display: block; width: 7px; height: 2px; margin: 12px 0 0 11px; background: #83919a; content: ""; transform: rotate(45deg); }
.cr-search-top span { color: #3c4851; font-size: 14px; }
.cr-search-top b { margin-left: auto; padding: 10px 20px; border-radius: 3px; color: #fff; background: #db5f49; font-size: 12px; }
.cr-answer-panel { position: absolute; left: 34px; top: 112px; width: 56%; height: 278px; padding: 30px; border: 1px solid #dce3e7; border-radius: 4px; background: #fff; box-shadow: 0 22px 50px rgba(39, 51, 60, .08); }
.cr-answer-panel small { color: #db5f49; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.cr-answer-panel strong { display: block; margin-top: 22px; color: #17232c; font-size: 26px; font-weight: 520; line-height: 1.34; }
.cr-answer-panel p { margin: 26px 0 0; }
.cr-answer-panel p i { display: block; width: 90%; height: 7px; margin-top: 11px; border-radius: 4px; background: #e5eaed; }
.cr-answer-panel p i:nth-child(2) { width: 74%; }
.cr-answer-panel p i:nth-child(3) { width: 82%; }
.cr-answer-panel em { position: absolute; left: 30px; bottom: 24px; color: #849098; font-size: 10px; font-style: normal; }
.cr-result-list { position: absolute; left: 34px; right: 34px; bottom: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.cr-result-list span { height: 86px; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: 1fr 1fr; gap: 8px 10px; align-items: center; padding: 15px; border: 1px solid #e1e6e9; border-radius: 4px; background: #fff; }
.cr-result-list b { grid-row: 1 / 3; color: #a5afb5; font-size: 11px; }
.cr-result-list i { height: 6px; border-radius: 4px; background: #dfe6e9; }
.cr-result-list i:last-child { width: 68%; }
.cr-rank-card { position: absolute; right: 34px; top: 112px; width: 35%; height: 278px; padding: 28px 24px; overflow: hidden; border-radius: 4px; color: #fff; background: #1e2d39; box-shadow: 0 24px 54px rgba(27, 43, 54, .2); }
.cr-rank-card small { color: #92a6b4; font-size: 10px; letter-spacing: .13em; }
.cr-rank-card strong { display: block; margin-top: 18px; font-size: 46px; font-weight: 500; }
.cr-rank-card svg { position: absolute; left: 20px; right: 20px; bottom: 28px; width: calc(100% - 40px); height: 110px; overflow: visible; }
.cr-rank-card polyline { fill: none; stroke: #f1856f; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 360; stroke-dashoffset: 360; }
.cr-search-tag { position: absolute; right: 56px; top: 370px; z-index: 5; display: flex; gap: 16px; padding: 12px 15px; border: 1px solid #e0e5e8; border-radius: 3px; color: #53616b; background: #fff; font-size: 11px; box-shadow: 0 14px 28px rgba(39, 51, 60, .08); }
.cr-search-tag b { color: #3e9a7c; }
.cr-summary.is-visible .cr-rank-card polyline { animation: crLineDraw 1.7s cubic-bezier(.16, 1, .3, 1) .35s forwards; }
.cr-summary.is-visible .cr-answer-panel { animation: crAnswerShift 6.2s ease-in-out infinite; }

/* Mini program: a fixed device viewport and floating business events. */
.cr-mini-product { background: #e8f2ee; }
.cr-mini-phone { position: absolute; left: 50%; top: 50%; z-index: 3; width: 292px; height: 520px; padding: 58px 20px 54px; overflow: hidden; border: 9px solid #173129; border-radius: 42px; background: #f9fbfa; box-shadow: 0 36px 80px rgba(35, 69, 58, .22); transform: translate(-50%, -50%); }
.cr-mini-top { position: absolute; top: 0; left: 0; right: 0; height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #e6ece9; background: #fff; }
.cr-mini-top::before { position: absolute; top: 9px; left: 50%; width: 72px; height: 20px; border-radius: 12px; background: #173129; content: ""; transform: translateX(-50%); }
.cr-mini-top b,.cr-mini-top i { color: #24342f; font-size: 9px; font-style: normal; }
.cr-mini-top span { width: 1px; }
.cr-mini-search { height: 36px; padding: 0 14px; border-radius: 18px; color: #84918d; background: #eef3f1; font-size: 10px; line-height: 36px; }
.cr-mini-banner { height: 125px; margin-top: 14px; padding: 22px; border-radius: 6px; color: #245847; background: linear-gradient(125deg, #d8ebe4, #f7eee3); }
.cr-mini-banner small { display: block; margin-bottom: 10px; font-size: 9px; letter-spacing: .1em; }
.cr-mini-banner strong { font-size: 20px; font-weight: 550; }
.cr-mini-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 15px; }
.cr-mini-categories i { height: 42px; border-radius: 5px; background: #e5efeb; }
.cr-mini-categories i:nth-child(even) { background: #f2e8df; }
.cr-mini-products { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.cr-mini-products span { height: 106px; padding: 10px; border: 1px solid #e7ece9; border-radius: 6px; background: #fff; }
.cr-mini-products i { display: block; height: 58px; border-radius: 4px; background: #d7e7e0; }
.cr-mini-products span:last-child i { background: #efe4d9; }
.cr-mini-products b { display: block; margin-top: 8px; color: #52615c; font-size: 9px; font-weight: 500; }
.cr-mini-nav { position: absolute; left: 0; right: 0; bottom: 0; height: 48px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-top: 1px solid #e4ebe7; background: #fff; }
.cr-mini-nav b { position: relative; color: #73807c; font-size: 8px; font-weight: 500; text-align: center; }
.cr-mini-nav b::before { display: block; width: 12px; height: 12px; margin: 0 auto 4px; border: 1px solid currentColor; border-radius: 3px; content: ""; }
.cr-mini-nav b:first-child { color: #328f76; }
.cr-mini-order,.cr-mini-member,.cr-mini-scan { position: absolute; z-index: 5; border-radius: 5px; background: rgba(255,255,255,.96); box-shadow: 0 22px 50px rgba(39, 75, 63, .14); }
.cr-mini-order { left: 34px; top: 72px; width: 190px; padding: 20px; }
.cr-mini-order small,.cr-mini-order span { display: block; color: #77847f; font-size: 10px; }
.cr-mini-order strong { display: block; margin: 10px 0 6px; color: #263a33; font-size: 26px; }
.cr-mini-member { right: 28px; top: 114px; width: 176px; padding: 15px; }
.cr-mini-member i { display: inline-flex; padding: 5px 8px; border-radius: 3px; color: #fff; background: #328f76; font-size: 10px; font-style: normal; }
.cr-mini-member span { margin-left: 10px; color: #68766f; font-size: 10px; }
.cr-mini-member b { color: #263a33; }
.cr-mini-scan { right: 42px; bottom: 72px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: #53615c; font-size: 11px; }
.cr-mini-scan i { width: 22px; height: 22px; border: 2px solid #e67c5e; border-radius: 4px; box-shadow: inset 0 0 0 5px #fff; background: #e67c5e; }
.cr-summary.is-visible .cr-mini-order { animation: crEventFloat 5.6s ease-in-out infinite; }
.cr-summary.is-visible .cr-mini-member { animation: crEventFloat 6.4s ease-in-out -1.8s infinite; }
.cr-summary.is-visible .cr-mini-phone { animation: crPhoneFloat 7.4s ease-in-out infinite; }

/* Commerce: operational dashboard, no floating orbit. */
.cr-commerce-board { padding: 30px; color: #f7f7f2; background: #202621; }
.cr-commerce-head { height: 56px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.cr-commerce-head span { color: #b58343; font-size: 10px; letter-spacing: .12em; }
.cr-commerce-head b { margin-left: 18px; font-size: 19px; font-weight: 500; }
.cr-commerce-head i { margin-left: auto; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 3px; color: #9fc9b8; font-size: 9px; font-style: normal; }
.cr-commerce-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.cr-commerce-kpis span { min-height: 118px; padding: 18px; border: 1px solid rgba(255,255,255,.08); border-radius: 4px; background: #29312b; }
.cr-commerce-kpis small,.cr-commerce-kpis em { display: block; color: #9ea8a0; font-size: 9px; font-style: normal; }
.cr-commerce-kpis strong { display: block; margin: 15px 0 10px; color: #fff; font-size: 23px; font-weight: 500; }
.cr-commerce-kpis em { color: #91c0aa; }
.cr-commerce-chart { position: relative; height: 238px; margin-top: 14px; padding: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 4px; background: #262d28; }
.cr-commerce-chart small { color: #b7c0ba; font-size: 10px; }
.cr-commerce-chart svg { position: absolute; left: 18px; right: 18px; bottom: 22px; width: calc(100% - 36px); height: 154px; }
.cr-commerce-chart polyline { fill: none; stroke: #d5a660; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 720; stroke-dashoffset: 720; }
.cr-commerce-chart path { fill: rgba(181,131,67,.1); }
.cr-commerce-flow { height: 62px; display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 0 18px; border-radius: 4px; color: #c9d0cb; background: #2a322c; }
.cr-commerce-flow span { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.cr-commerce-flow i { color: #b58343; font-style: normal; }
.cr-commerce-flow b { width: 8%; height: 1px; background: rgba(255,255,255,.16); }
.cr-summary.is-visible .cr-commerce-chart polyline { animation: crLineDraw 2s cubic-bezier(.16, 1, .3, 1) .2s forwards; }
.cr-summary.is-visible .cr-commerce-kpis span { animation: crKpiEnter .75s cubic-bezier(.16,1,.3,1) both; }
.cr-summary.is-visible .cr-commerce-kpis span:nth-child(2) { animation-delay: .1s; }
.cr-summary.is-visible .cr-commerce-kpis span:nth-child(3) { animation-delay: .2s; }

/* Solutions: modular tiles that reconfigure instead of circling a core. */
.cr-solution-grid { background: #e8ecef; }
.cr-solution-title { position: absolute; left: 44px; top: 42px; z-index: 4; }
.cr-solution-title small { display: block; margin-bottom: 12px; color: #71808b; font-size: 10px; letter-spacing: .12em; }
.cr-solution-title strong { color: #1c2b36; font-size: 25px; font-weight: 500; }
.cr-solution-tile { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; overflow: hidden; border-radius: 5px; box-shadow: 0 22px 54px rgba(38,55,68,.12); transition: transform .55s cubic-bezier(.16,1,.3,1), box-shadow .35s ease; }
.cr-solution-tile::before { position: absolute; inset: 0; opacity: .5; content: ""; background: linear-gradient(150deg, rgba(255,255,255,.6), transparent 55%); }
.cr-solution-tile i,.cr-solution-tile strong,.cr-solution-tile span { position: relative; z-index: 2; }
.cr-solution-tile i { position: absolute; top: 18px; right: 18px; font-size: 10px; font-style: normal; }
.cr-solution-tile strong { margin-bottom: 8px; font-size: 19px; font-weight: 560; }
.cr-solution-tile span { font-size: 11px; }
.tile-a { left: 42px; top: 135px; width: 41%; height: 170px; color: #fff; background: #355064; }
.tile-b { right: 42px; top: 78px; width: 43%; height: 226px; color: #27343d; background: #cbd9df; }
.tile-c { left: 42px; bottom: 38px; width: 52%; height: 190px; color: #3d3129; background: #e1cabc; }
.tile-d { right: 42px; bottom: 38px; width: 32%; height: 190px; color: #263931; background: #bdcfca; }
.cr-solution-pulse { position: absolute; left: 52%; top: 53%; z-index: 6; width: 54px; height: 54px; border-radius: 50%; background: #fff; box-shadow: 0 14px 30px rgba(37,52,63,.16); transform: translate(-50%,-50%); }
.cr-solution-pulse span { position: absolute; inset: 18px; border-radius: 50%; background: #e36c54; }
.cr-solution-pulse span:nth-child(2),.cr-solution-pulse span:nth-child(3) { inset: 0; border: 1px solid rgba(227,108,84,.34); background: transparent; }
.cr-summary.is-visible .cr-solution-pulse span:nth-child(2) { animation: crPulse 2.2s ease-out infinite; }
.cr-summary.is-visible .cr-solution-pulse span:nth-child(3) { animation: crPulse 2.2s ease-out 1.1s infinite; }
.cr-solution-tile:hover { z-index: 7; transform: translateY(-8px); box-shadow: 0 30px 68px rgba(38,55,68,.18); }

/* Store redesign: true before/after composition. */
.cr-shop-compare { display: grid; grid-template-columns: 1fr 1fr; background: #f2efed; }
.cr-shop-half { position: relative; min-width: 0; padding: 58px 34px 34px; overflow: hidden; }
.cr-shop-half > small { position: absolute; top: 20px; left: 24px; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.cr-shop-before { color: #5f5f5f; background: #c9c9c9; filter: grayscale(1); }
.cr-shop-before::after { position: absolute; inset: 0; background: rgba(33,33,33,.18); content: ""; pointer-events: none; }
.cr-shop-before > * { position: relative; z-index: 2; }
.cr-old-nav { width: 72%; height: 14px; margin-bottom: 55px; background: #8d8d8d; box-shadow: 100px 0 #9a9a9a; }
.cr-shop-before h4 { margin: 0 0 24px; font-family: Arial,sans-serif; font-size: 29px; font-weight: 700; }
.cr-shop-before p { width: 84%; height: 9px; margin: 12px 0; background: #929292; }
.cr-shop-before p:nth-of-type(2) { width: 61%; }
.cr-shop-before > span { display: inline-block; margin-top: 28px; padding: 12px 20px; border: 1px solid #7c7c7c; font-size: 11px; }
.cr-old-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 58px; }
.cr-old-grid i { height: 104px; background: #aaa; }
.cr-shop-after { color: #26352f; background: #fbfaf7; }
.cr-new-nav { display: flex; gap: 8px; margin-bottom: 58px; }
.cr-new-nav i { width: 54px; height: 6px; border-radius: 4px; background: #cdd9d4; }
.cr-shop-after h4 { margin: 0; font-size: 29px; font-weight: 460; line-height: 1.28; }
.cr-shop-after > span { display: inline-flex; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid #c15f68; color: #9d414a; font-size: 11px; }
.cr-new-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 54px; }
.cr-new-products i { position: relative; height: 132px; border-radius: 4px; background: #dfe8e4; }
.cr-new-products i:nth-child(2) { background: #efe4df; }
.cr-new-products i:nth-child(3) { background: #e6e0d4; }
.cr-new-products i::after { position: absolute; left: 50%; top: 50%; width: 44px; height: 58px; border-radius: 44% 44% 32% 32%; background: rgba(255,255,255,.75); content: ""; transform: translate(-50%,-50%); }
.cr-shop-handle { position: absolute; left: 50%; top: 0; bottom: 0; z-index: 5; width: 2px; background: #fff; transform: translateX(-50%); }
.cr-shop-handle i { position: absolute; left: 50%; top: 48%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(193,95,104,.22); border-radius: 50%; color: #c15f68; background: #fff; box-shadow: 0 14px 34px rgba(43,52,57,.14); font-style: normal; transform: translate(-50%,-50%); }
.cr-shop-note { position: absolute; right: 24px; bottom: 22px; z-index: 6; padding: 13px 15px; color: #fff; background: #26352f; box-shadow: 0 15px 32px rgba(36,52,45,.18); }
.cr-shop-note b,.cr-shop-note span { display: block; }
.cr-shop-note b { color: #f0a3a9; font-size: 18px; }
.cr-shop-note span { margin-top: 4px; font-size: 9px; }
.cr-summary.is-visible .cr-shop-handle i { animation: crCompareHint 3.8s ease-in-out infinite; }

/* About: editorial manifesto and a linear service timeline. */
.cr-about-editorial { color: #f5f2ec; background: #22282c; }
.cr-about-editorial::marker { display: none; }
.cr-about-word { position: absolute; left: 42px; top: 46px; right: 42px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,.14); }
.cr-about-word small { display: block; margin-bottom: 24px; color: #ce765c; font-size: 10px; letter-spacing: .17em; }
.cr-about-word strong { display: block; font-size: 58px; font-weight: 420; line-height: 1; }
.cr-about-word span { display: block; margin-top: 16px; color: #9da8ae; font-size: 13px; }
.cr-about-timeline { position: absolute; left: 42px; right: 42px; top: 250px; bottom: 86px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.cr-about-timeline::before { position: absolute; left: 0; right: 0; top: 28px; height: 1px; background: rgba(255,255,255,.16); content: ""; }
.cr-about-timeline li { position: relative; padding: 70px 18px 0 0; }
.cr-about-timeline li::before { position: absolute; left: 0; top: 23px; width: 10px; height: 10px; border: 3px solid #22282c; border-radius: 50%; background: #ce765c; box-shadow: 0 0 0 1px rgba(255,255,255,.32); content: ""; }
.cr-about-timeline b { position: absolute; top: 0; left: 0; color: #7f8b92; font-size: 9px; }
.cr-about-timeline span,.cr-about-timeline small { display: block; }
.cr-about-timeline span { font-size: 16px; }
.cr-about-timeline small { margin-top: 10px; color: #87939a; font-size: 10px; }
.cr-about-sign { position: absolute; right: 42px; bottom: 28px; color: #778289; font-size: 9px; line-height: 1.7; text-align: right; letter-spacing: .12em; }
.cr-about-sign span { color: #ce765c; }
.cr-summary.is-visible .cr-about-timeline li { animation: crTimelineEnter .7s cubic-bezier(.16,1,.3,1) both; }
.cr-summary.is-visible .cr-about-timeline li:nth-child(2) { animation-delay: .1s; }
.cr-summary.is-visible .cr-about-timeline li:nth-child(3) { animation-delay: .2s; }
.cr-summary.is-visible .cr-about-timeline li:nth-child(4) { animation-delay: .3s; }

@keyframes crWebWindow { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-8px,0); } }
@keyframes crWebPhone { 0%,100% { transform: translate3d(0,0,0) rotate(2deg); } 50% { transform: translate3d(-5px,-10px,0) rotate(1deg); } }
@keyframes crLineDraw { to { stroke-dashoffset: 0; } }
@keyframes crAnswerShift { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes crEventFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes crPhoneFloat { 0%,100% { transform: translate(-50%,-50%); } 50% { transform: translate(-50%,calc(-50% - 8px)); } }
@keyframes crKpiEnter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes crPulse { from { opacity: .7; transform: scale(.3); } to { opacity: 0; transform: scale(2); } }
@keyframes crCompareHint { 0%,100% { transform: translate(-50%,-50%); } 35% { transform: translate(calc(-50% - 8px),-50%); } 65% { transform: translate(calc(-50% + 8px),-50%); } }
@keyframes crTimelineEnter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1180px) {
    .cr-shell { width: min(1100px, calc(100% - 64px)); grid-template-columns: minmax(360px,.9fr) minmax(520px,1.1fr); gap: 52px; }
    .cr-copy h2 { font-size: 46px; }
    .cr-scene { min-height: 520px; }
    .cr-mini-product,.cr-solution-grid,.cr-shop-compare,.cr-about-editorial { transform-origin: center; }
}

@media (max-width: 900px) {
    .cr-summary { padding: 88px 0 96px; }
    .cr-shell { width: min(760px, calc(100% - 40px)); grid-template-columns: 1fr; gap: 62px; }
    .cr-copy h2 { max-width: 720px; font-size: 46px; }
    .cr-points { max-width: none; grid-template-columns: 1fr 1fr; gap: 0 24px; }
    .cr-scene { min-height: 560px; }
}

@media (max-width: 600px) {
    .cr-summary { padding: 66px 0 74px; }
    .cr-shell { width: calc(100% - 28px); gap: 46px; }
    .cr-eyebrow { margin-bottom: 18px; font-size: 10px; }
    .cr-copy h2 { font-size: 34px; line-height: 1.2; }
    .cr-copy > p { margin-top: 20px; font-size: 14px; line-height: 1.78; }
    .cr-points { grid-template-columns: 1fr; margin-top: 28px; }
    .cr-points li { min-height: 49px; font-size: 13px; }
    .cr-cta { height: 48px; margin-top: 30px; }
    .cr-scene { min-height: 410px; border-radius: 4px; transform: none !important; }
    .cr-web-window-back { top: 36px; right: 16px; height: 240px; }
    .cr-web-window-main { left: 18px; bottom: 28px; width: 76%; height: 310px; }
    .cr-web-hero { height: 176px; padding: 24px; }
    .cr-web-hero strong { font-size: 21px; }
    .cr-web-modules span { height: 72px; }
    .cr-web-mobile { right: 13px; bottom: 24px; width: 112px; height: 244px; border-width: 6px; border-radius: 22px; }
    .cr-web-status { left: 12px; top: 14px; padding: 9px 11px; }
    .cr-search-console { padding: 16px; }
    .cr-search-top { height: 48px; }
    .cr-search-top span { max-width: 165px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .cr-answer-panel { left: 16px; top: 82px; width: calc(62% - 18px); height: 210px; padding: 18px; }
    .cr-answer-panel strong { margin-top: 14px; font-size: 17px; }
    .cr-answer-panel p { margin-top: 15px; }
    .cr-answer-panel em { left: 18px; bottom: 14px; }
    .cr-rank-card { right: 16px; top: 82px; width: 34%; height: 210px; padding: 18px 12px; }
    .cr-rank-card strong { font-size: 28px; }
    .cr-rank-card svg { bottom: 18px; height: 82px; }
    .cr-result-list { left: 16px; right: 16px; bottom: 16px; }
    .cr-result-list span { height: 72px; padding: 10px; }
    .cr-search-tag { display: none; }
    .cr-mini-phone { width: 230px; height: 386px; padding: 54px 14px 48px; border-width: 7px; border-radius: 32px; }
    .cr-mini-banner { height: 84px; padding: 14px; }
    .cr-mini-banner strong { font-size: 16px; }
    .cr-mini-products span { height: 72px; }
    .cr-mini-products i { height: 38px; }
    .cr-mini-order { left: 10px; top: 46px; width: 126px; padding: 13px; }
    .cr-mini-order strong { font-size: 18px; }
    .cr-mini-member { right: 8px; top: 74px; width: 116px; padding: 10px; }
    .cr-mini-member span { display: block; margin: 7px 0 0; }
    .cr-mini-scan { right: 12px; bottom: 34px; }
    .cr-commerce-board { padding: 16px; }
    .cr-commerce-head { height: 44px; }
    .cr-commerce-kpis { gap: 6px; margin-top: 13px; }
    .cr-commerce-kpis span { min-height: 88px; padding: 10px; }
    .cr-commerce-kpis strong { margin: 10px 0 6px; font-size: 15px; }
    .cr-commerce-chart { height: 176px; }
    .cr-commerce-flow { height: 48px; padding: 0 8px; }
    .cr-commerce-flow span { display: block; font-size: 8px; text-align: center; }
    .cr-commerce-flow i { display: block; margin-bottom: 3px; }
    .cr-solution-title { left: 20px; top: 22px; }
    .cr-solution-title strong { font-size: 18px; }
    .cr-solution-tile { padding: 14px; }
    .tile-a { left: 18px; top: 96px; width: 43%; height: 125px; }
    .tile-b { right: 18px; top: 70px; width: 43%; height: 151px; }
    .tile-c { left: 18px; bottom: 18px; width: 51%; height: 146px; }
    .tile-d { right: 18px; bottom: 18px; width: 34%; height: 146px; }
    .cr-solution-tile strong { font-size: 14px; }
    .cr-shop-half { padding: 45px 14px 20px; }
    .cr-shop-before h4,.cr-shop-after h4 { font-size: 19px; }
    .cr-old-grid,.cr-new-products { margin-top: 34px; }
    .cr-old-grid i,.cr-new-products i { height: 74px; }
    .cr-about-word { left: 24px; right: 24px; top: 28px; }
    .cr-about-word strong { font-size: 38px; }
    .cr-about-timeline { left: 24px; right: 24px; top: 195px; bottom: 50px; grid-template-columns: 1fr 1fr; }
    .cr-about-timeline::before { display: none; }
    .cr-about-timeline li { padding: 42px 10px 0 0; }
    .cr-about-timeline li::before { top: 20px; }
    .cr-about-sign { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .cr-web-window-main,.cr-web-mobile,.cr-answer-panel,.cr-mini-order,.cr-mini-member,.cr-mini-phone,.cr-commerce-kpis span,.cr-solution-pulse span,.cr-shop-handle i,.cr-about-timeline li { animation: none !important; }
    .cr-rank-card polyline,.cr-commerce-chart polyline { stroke-dashoffset: 0 !important; animation: none !important; }
}

/* About method board refinement. */
.channel-about .cr-about-editorial {
    min-height: clamp(560px, 42vw, 650px);
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    color: #f7f5ef;
    background:
        linear-gradient(135deg, #101920 0%, #18252b 46%, #0d141a 100%);
    box-shadow: 0 36px 82px rgba(15, 26, 32, .2);
}

.channel-about .cr-about-editorial::before,
.channel-about .cr-about-editorial::after {
    display: block !important;
    pointer-events: none;
}

.channel-about .cr-about-editorial::before {
    inset: 0;
    content: "" !important;
    background:
        linear-gradient(125deg, transparent 0 49%, rgba(235, 96, 70, .2) 49.3%, transparent 50.2%),
        linear-gradient(90deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 100%),
        linear-gradient(138deg, rgba(235, 96, 70, .11), transparent 34%),
        linear-gradient(320deg, rgba(115, 151, 160, .13), transparent 44%);
    background-size: auto, 112px 100%, 100% 94px, auto, auto;
    opacity: .82;
}

.channel-about .cr-about-editorial::after {
    right: clamp(28px, 5vw, 70px);
    top: clamp(24px, 3.5vw, 52px);
    z-index: 0;
    content: "04" !important;
    color: rgba(255, 255, 255, .045);
    font-size: clamp(148px, 16vw, 250px);
    font-weight: 700;
    line-height: .8;
    letter-spacing: 0;
}

.channel-about .cr-about-word {
    left: clamp(34px, 4.6vw, 72px);
    right: clamp(34px, 4.6vw, 72px);
    top: clamp(40px, 4.6vw, 72px);
    z-index: 2;
    max-width: 560px;
    padding: 0;
    border-bottom: 0;
}

.channel-about .cr-about-word::after {
    display: block;
    width: min(430px, 100%);
    height: 1px;
    margin-top: clamp(28px, 3vw, 46px);
    background: linear-gradient(90deg, rgba(236, 102, 75, .92), rgba(255, 255, 255, .2), transparent);
    content: "";
}

.channel-about .cr-about-word small {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(22px, 2.2vw, 34px);
    color: #f08161;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
}

.channel-about .cr-about-word small::before {
    width: 34px;
    height: 2px;
    background: #f0523c;
    content: "";
}

.channel-about .cr-about-word strong {
    max-width: 520px;
    color: #fffaf2;
    font-size: clamp(58px, 5vw, 82px);
    font-weight: 560;
    line-height: .98;
    letter-spacing: 0;
}

.channel-about .cr-about-word span {
    display: inline-flex;
    margin-top: clamp(18px, 2vw, 26px);
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .14);
    color: #d7e0e3;
    background: rgba(255, 255, 255, .045);
    font-size: 13px;
    line-height: 1;
}

.channel-about .cr-about-timeline {
    left: clamp(34px, 4.6vw, 72px);
    right: clamp(34px, 4.6vw, 72px);
    top: auto;
    bottom: clamp(74px, 7vw, 112px);
    z-index: 2;
    height: 214px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 28px);
}

.channel-about .cr-about-timeline::before {
    top: 36px;
    height: 2px;
    background: linear-gradient(90deg, #f0523c, rgba(255, 255, 255, .34) 42%, rgba(255, 255, 255, .08));
}

.channel-about .cr-about-timeline li {
    position: relative;
    min-width: 0;
    padding: 76px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.channel-about .cr-about-timeline li::before {
    left: 0;
    top: 28px;
    width: 17px;
    height: 17px;
    border: 0;
    background: #f0523c;
    box-shadow:
        0 0 0 7px rgba(240, 82, 60, .13),
        0 0 0 1px rgba(255, 255, 255, .34),
        0 12px 28px rgba(240, 82, 60, .3);
}

.channel-about .cr-about-timeline li::after {
    position: absolute;
    left: 0;
    right: clamp(14px, 1.6vw, 22px);
    top: 58px;
    height: 1px;
    background: linear-gradient(90deg, rgba(240, 82, 60, .7), rgba(255, 255, 255, .1));
    content: "";
}

.channel-about .cr-about-timeline b {
    top: 0;
    color: #f08365;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.channel-about .cr-about-timeline span {
    color: #fffaf2;
    font-size: clamp(18px, 1.45vw, 22px);
    font-weight: 700;
}

.channel-about .cr-about-timeline small {
    max-width: 150px;
    margin-top: 12px;
    color: #b9c3c8;
    font-size: 12px;
    line-height: 1.8;
}

.channel-about .cr-about-timeline li:nth-child(2),
.channel-about .cr-about-timeline li:nth-child(4) {
    transform: translateY(34px);
}

.channel-about .cr-about-sign {
    right: clamp(34px, 4.6vw, 72px);
    bottom: 34px;
    z-index: 2;
    color: rgba(215, 224, 227, .72);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: .14em;
}

.channel-about .cr-about-sign::before {
    display: inline-block;
    width: 42px;
    height: 1px;
    margin-right: 12px;
    vertical-align: middle;
    background: rgba(240, 82, 60, .75);
    content: "";
}

.channel-about .cr-about-sign span {
    color: #f08365;
}

@media (max-width: 900px) {
    .channel-about .cr-about-editorial {
        min-height: 620px;
    }

    .channel-about .cr-about-timeline {
        bottom: 76px;
        height: 260px;
        grid-template-columns: 1fr 1fr;
        gap: 28px 34px;
    }

    .channel-about .cr-about-timeline::before {
        display: none;
    }

    .channel-about .cr-about-timeline li,
    .channel-about .cr-about-timeline li:nth-child(2),
    .channel-about .cr-about-timeline li:nth-child(4) {
        transform: none;
    }
}

@media (max-width: 600px) {
    .channel-about .cr-about-editorial {
        min-height: auto;
        padding: 30px 24px 32px;
    }

    .channel-about .cr-about-editorial::after {
        right: 18px;
        top: 22px;
        font-size: 118px;
    }

    .channel-about .cr-about-word,
    .channel-about .cr-about-timeline,
    .channel-about .cr-about-sign {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .channel-about .cr-about-word {
        max-width: none;
    }

    .channel-about .cr-about-word small {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .channel-about .cr-about-word strong {
        font-size: 38px;
        line-height: 1.08;
    }

    .channel-about .cr-about-word span {
        margin-top: 18px;
    }

    .channel-about .cr-about-timeline {
        height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 34px;
    }

    .channel-about .cr-about-timeline li,
    .channel-about .cr-about-timeline li:nth-child(2),
    .channel-about .cr-about-timeline li:nth-child(4) {
        min-height: 78px;
        padding: 17px 0 17px 48px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .channel-about .cr-about-timeline li::before {
        left: 0;
        top: 23px;
    }

    .channel-about .cr-about-timeline li::after {
        left: 8px;
        right: auto;
        top: 46px;
        width: 1px;
        height: calc(100% - 42px);
        background: rgba(255, 255, 255, .14);
    }

    .channel-about .cr-about-timeline li:last-child::after {
        display: none;
    }

    .channel-about .cr-about-timeline b {
        position: static;
        display: block;
        margin-bottom: 8px;
    }

    .channel-about .cr-about-timeline span {
        font-size: 18px;
    }

    .channel-about .cr-about-timeline small {
        max-width: none;
    }

    .channel-about .cr-about-sign {
        display: block;
        margin-top: 22px;
        text-align: left;
    }
}

/* About image story: quiet image-led alternative. */
.channel-about .cr-about-editorial {
    min-height: clamp(570px, 41vw, 650px);
    display: grid;
    grid-template-rows: minmax(280px, 1fr) auto auto;
    gap: clamp(18px, 2vw, 24px);
    padding: clamp(22px, 2.4vw, 32px);
    border: 1px solid rgba(19, 32, 42, .08);
    border-radius: 8px;
    color: #14212a;
    background: #fff;
    box-shadow: 0 26px 58px rgba(18, 32, 42, .1);
}

.channel-about .cr-about-editorial::before {
    position: relative;
    z-index: 1;
    grid-row: 1;
    display: block !important;
    width: 100%;
    min-height: 286px;
    inset: auto;
    border: 0;
    border-radius: 6px;
    background:
        linear-gradient(90deg, rgba(14, 22, 28, .58), rgba(14, 22, 28, .12) 58%, rgba(14, 22, 28, 0)),
        url("/templets/foxl/images/about-method-hero.webp") center / cover no-repeat;
    opacity: 1;
    transform: none;
    animation: none;
    content: "" !important;
}

.channel-about .cr-about-editorial::after {
    display: none !important;
}

.channel-about .cr-about-word {
    position: absolute;
    left: clamp(46px, 5vw, 72px);
    top: clamp(48px, 5vw, 72px);
    right: auto;
    z-index: 3;
    max-width: 420px;
    padding: 0;
    border: 0;
    color: #fff;
}

.channel-about .cr-about-word::after {
    width: 92px;
    margin-top: clamp(18px, 2vw, 26px);
    background: #f0523c;
}

.channel-about .cr-about-word small {
    margin-bottom: clamp(18px, 2vw, 26px);
    color: #ff8a6f;
}

.channel-about .cr-about-word small::before {
    background: #f0523c;
}

.channel-about .cr-about-word strong {
    max-width: 380px;
    color: #fffaf3;
    font-size: clamp(58px, 5vw, 78px);
    font-weight: 650;
    line-height: .98;
}

.channel-about .cr-about-word span {
    display: inline-flex;
    margin-top: clamp(16px, 2vw, 24px);
    border: 1px solid rgba(255, 255, 255, .34);
    color: rgba(255, 255, 255, .92);
    background: rgba(15, 25, 31, .24);
}

.channel-about .cr-about-timeline {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    z-index: 2;
    grid-row: 2;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(10px, 1.2vw, 14px);
    margin: 0;
}

.channel-about .cr-about-timeline::before {
    display: none;
}

.channel-about .cr-about-timeline li,
.channel-about .cr-about-timeline li:nth-child(2),
.channel-about .cr-about-timeline li:nth-child(4) {
    min-width: 0;
    min-height: 184px;
    display: grid;
    grid-template-rows: 92px auto;
    gap: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(19, 32, 42, .08);
    border-radius: 6px;
    background: #f7f8f6;
    transform: none;
}

.channel-about .cr-about-timeline li::before {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    height: 92px;
    border: 0;
    border-radius: 0;
    background-position: center;
    background-size: cover;
    box-shadow: none;
    content: "";
}

.channel-about .cr-about-timeline li:nth-child(1)::before {
    background-image:
        linear-gradient(0deg, rgba(14, 22, 28, .16), rgba(14, 22, 28, .16)),
        url("/templets/foxl/images/about-method-strategy.webp");
}

.channel-about .cr-about-timeline li:nth-child(2)::before {
    background-image:
        linear-gradient(0deg, rgba(14, 22, 28, .16), rgba(14, 22, 28, .16)),
        url("/templets/foxl/images/about-method-design.webp");
}

.channel-about .cr-about-timeline li:nth-child(3)::before {
    background-image:
        linear-gradient(0deg, rgba(14, 22, 28, .16), rgba(14, 22, 28, .16)),
        url("/templets/foxl/images/about-method-delivery.webp");
}

.channel-about .cr-about-timeline li:nth-child(4)::before {
    background-image:
        linear-gradient(0deg, rgba(14, 22, 28, .16), rgba(14, 22, 28, .16)),
        url("/templets/foxl/images/about-method-support.webp");
}

.channel-about .cr-about-timeline li::after {
    position: absolute;
    left: 14px;
    top: 104px;
    width: 28px;
    height: 2px;
    background: #f0523c;
    content: "";
}

.channel-about .cr-about-timeline b {
    position: static;
    display: block;
    margin: 22px 14px 7px;
    color: #f0523c;
    font-size: 11px;
    font-weight: 750;
}

.channel-about .cr-about-timeline span {
    display: block;
    margin: 0 14px;
    color: #14212a;
    font-size: clamp(16px, 1.25vw, 19px);
    font-weight: 750;
    line-height: 1.25;
}

.channel-about .cr-about-timeline small {
    display: block;
    max-width: none;
    margin: 9px 14px 16px;
    color: #6f7b83;
    font-size: 12px;
    line-height: 1.7;
}

.channel-about .cr-about-sign {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 2;
    grid-row: 3;
    margin-top: 0;
    color: #8a969d;
    text-align: right;
}

.channel-about .cr-about-sign::before {
    background: rgba(240, 82, 60, .8);
}

@media (max-width: 900px) {
    .channel-about .cr-about-editorial {
        min-height: auto;
        grid-template-rows: 300px auto auto;
    }

    .channel-about .cr-about-timeline {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .channel-about .cr-about-editorial {
        min-height: auto;
        grid-template-rows: 236px auto;
        gap: 14px;
        padding: 18px;
    }

    .channel-about .cr-about-editorial::before {
        min-height: 236px;
        background-position: 42% center;
    }

    .channel-about .cr-about-word {
        position: absolute;
        left: 38px;
        top: 42px;
        max-width: 250px;
    }

    .channel-about .cr-about-word small {
        margin-bottom: 16px;
        font-size: 10px;
    }

    .channel-about .cr-about-word strong {
        font-size: 40px;
        line-height: 1.04;
    }

    .channel-about .cr-about-word span {
        margin-top: 15px;
        padding: 9px 12px;
        font-size: 12px;
    }

    .channel-about .cr-about-timeline {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 0;
    }

    .channel-about .cr-about-timeline li,
    .channel-about .cr-about-timeline li:nth-child(2),
    .channel-about .cr-about-timeline li:nth-child(4) {
        min-height: 154px;
        grid-template-rows: 70px auto;
        padding: 0;
        border-top: 1px solid rgba(19, 32, 42, .08);
    }

    .channel-about .cr-about-timeline li::before {
        left: auto;
        top: auto;
        width: 100%;
        height: 70px;
    }

    .channel-about .cr-about-timeline li::after {
        left: 11px;
        top: 80px;
        width: 22px;
        height: 2px;
        background: #f0523c;
    }

    .channel-about .cr-about-timeline li:last-child::after {
        display: block;
    }

    .channel-about .cr-about-timeline b {
        margin: 18px 11px 5px;
        font-size: 10px;
    }

    .channel-about .cr-about-timeline span {
        margin: 0 11px;
        font-size: 15px;
    }

    .channel-about .cr-about-timeline small {
        margin: 7px 11px 12px;
        font-size: 11px;
        line-height: 1.55;
    }

    .channel-about .cr-about-sign {
        display: none;
    }
}
