@charset "UTF-8";

:root {
    --ink: #10131c;
    --soft-ink: #3f4553;
    --muted: #727989;
    --line: #e2e5eb;
    --paper: #fff;
    --surface: #f4f6f9;
    --blue: #6754f7;
    --blue-dark: #4c38d7;
    --blue-light: #9286ff;
    --mint: #6ff2dc;
    --orange: #ffb44a;
    --navy: #11172a;
    --shell: 1240px;
    --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(255,255,255,.8); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); transition: .25s; }
.site-header.scrolled { background: rgba(255,255,255,.95); border-color: rgba(16,19,28,.08); box-shadow: 0 8px 30px rgba(20,24,36,.05); }
.header-inner { height: 78px; display: flex; align-items: center; }
.brand { display: inline-flex; flex-shrink: 0; }
.brand img { width: 126px; height: 42px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 34px; margin: 0 auto; }
.desktop-nav a, .header-home { color: #515766; font-size: 14px; transition: color .2s; }
.desktop-nav a:hover, .header-home:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 650; transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 19px; color: #fff; background: var(--ink); }
.button-small:hover { background: var(--blue); box-shadow: 0 10px 25px rgba(36,92,245,.25); }
.menu-toggle { width: 42px; height: 42px; display: none; position: relative; padding: 0; border: 0; border-radius: 50%; background: var(--surface); }
.menu-toggle span { position: absolute; left: 12px; width: 18px; height: 1.5px; background: var(--ink); transition: .25s; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 24px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 78px 0 0; z-index: 99; padding: 32px 24px; background: #fff; }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { display: block; padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
.mobile-menu .mobile-menu-cta { margin-top: 24px; border: 0; border-radius: 999px; color: #fff; background: var(--blue); text-align: center; }

.hero { min-height: 100vh; padding: 150px 0 48px; position: relative; overflow: hidden; background: linear-gradient(180deg,#fff 0%,#faf9ff 72%,#fff 100%); }
.hero::before { content: ""; position: absolute; width: 860px; height: 860px; right: -360px; top: -400px; border: 1px solid rgba(36,92,245,.09); border-radius: 50%; box-shadow: 0 0 0 80px rgba(36,92,245,.025), 0 0 0 160px rgba(36,92,245,.015); }
.hero-mesh { position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(36,92,245,.14) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(110deg,transparent 0%,#000 75%,transparent 100%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(500px,1.08fr); gap: 70px; align-items: center; position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; color: #979ca8; font-size: 12px; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb b { color: #59606e; font-weight: 500; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--blue); font-size: 11px; font-weight: 760; letter-spacing: .17em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow i { width: 9px; height: 9px; border-radius: 2px; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,180,74,.16); transform: rotate(45deg); }
.hero h1 { max-width: 670px; margin: 0; font-size: clamp(46px,5.1vw,76px); font-weight: 720; line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em {display: block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: var(--soft-ink); font-size: 18px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 32px rgba(36,92,245,.22); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 18px 36px rgba(36,92,245,.3); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 8px 0; color: #363c49; border-bottom: 1px solid #bdc2cc; font-size: 14px; font-weight: 600; }
.text-link span { color: var(--blue); transition: transform .2s; }
.text-link:hover span { transform: translate(2px,-2px); }
.platform-line { display: flex; flex-wrap: wrap; gap: 0; align-items: center; margin-top: 50px; color: #8a909d; font-size: 11px; }
.platform-line > span { margin-right: 15px; }
.platform-line b { color: #5e6573; font-weight: 550; }
.platform-line b:not(:last-child)::after { content: "/"; margin: 0 10px; color: #d2d5db; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 9% 3% 1% 10%; z-index: -1; border-radius: 50%; background: radial-gradient(circle,rgba(36,92,245,.23),transparent 68%); filter: blur(25px); }
.hero-visual > img { width: 100%; filter: drop-shadow(0 34px 46px rgba(14,33,84,.15)); }
.live-pill { position: absolute; right: 2%; top: 0; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(16,19,28,.08); border-radius: 999px; color: #69707e; background: rgba(255,255,255,.88); box-shadow: 0 8px 20px rgba(20,22,35,.06); font-size: 10px; letter-spacing: .09em; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #49d88b; box-shadow: 0 0 0 4px rgba(73,216,139,.15); }
.hero-float { position: absolute; padding: 12px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 16px 30px rgba(24,30,50,.12); backdrop-filter: blur(12px); }
.hero-float-left { left: -5%; top: 21%; }
.hero-float-right { right: -2%; bottom: 12%; }
.hero-float small, .hero-float b { display: block; }
.hero-float small { color: #969ba6; font-size: 9px; }
.hero-float b { margin-top: 2px; font-size: 11px; }
.objective-bar { position: relative; z-index: 2; display: grid; grid-template-columns: 120px 1fr; align-items: center; margin-top: 64px; padding: 26px 30px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.62); backdrop-filter: blur(12px); }
.objective-bar > p { margin: 0; color: var(--blue); font-size: 12px; font-weight: 700; }
.objective-bar > div { display: grid; grid-template-columns: repeat(4,1fr); }
.objective-bar span { padding-left: 22px; border-left: 1px solid #d9dde5; color: #5f6674; font-size: 12px; }

.section { padding: 130px 0; }
.section h2 { margin: 0; font-size: clamp(38px,4.2vw,62px); font-weight: 690; line-height: 1.13; letter-spacing: -.045em; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; margin-bottom: 82px; }
.section-heading > p { max-width: 530px; justify-self: end; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.diagnosis { background: #f5f3ef; }
.diagnosis-board { display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: center; }
.waste-visual { padding: 38px; border-radius: 28px; background: var(--navy); color: #fff; }
.board-label { margin: 0 0 20px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .13em; }
.budget-ring { width: min(300px,100%); aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto; border-radius: 50%; background: conic-gradient(var(--mint) 0 24%,var(--blue-light) 24% 66%,#ff8a66 66% 100%); position: relative; }
.budget-ring::before { content: ""; position: absolute; inset: 36px; border-radius: 50%; background: var(--navy); }
.ring-center { position: relative; z-index: 1; text-align: center; }
.ring-center small, .ring-center strong { display: block; }
.ring-center small { color: rgba(255,255,255,.45); font-size: 10px; }
.ring-center strong { margin-top: 5px; font-size: 22px; font-weight: 620; }
.legend { display: flex; justify-content: center; gap: 18px; margin-top: 24px; color: rgba(255,255,255,.58); font-size: 9px; }
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 7px; height: 7px; border-radius: 50%; }
.legend .valid { background: var(--mint); }.legend .unclear { background: var(--blue-light); }.legend .waste { background: #ff8a66; }
.board-note { margin: 28px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 12px; text-align: center; }
.problem-list { margin: 0; padding: 0; list-style: none; }
.problem-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-top: 1px solid #d7d4cd; }
.problem-list li:last-child { border-bottom: 1px solid #d7d4cd; }
.problem-list > li > span { color: var(--blue); font-size: 11px; font-weight: 700; }
.problem-list h3 { margin: -6px 0 8px; font-size: 22px; font-weight: 640; letter-spacing: -.02em; }
.problem-list p { margin: 0; color: #6e727b; font-size: 14px; line-height: 1.8; }

.service { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.service::after { content: ""; position: absolute; width: 700px; height: 700px; right: -440px; top: 80px; border-radius: 50%; background: radial-gradient(circle,rgba(36,92,245,.22),transparent 70%); }
.service-intro { max-width: 800px; position: relative; z-index: 1; }
.section-kicker.light { color: var(--mint); }
.service-intro > p:last-child { max-width: 630px; margin: 28px 0 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.9; }
.service-stack { margin-top: 80px; position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.14); }
.service-row { display: grid; grid-template-columns: 60px .75fr 1fr .8fr; gap: 35px; align-items: start; padding: 45px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.service-index { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--mint); font-size: 10px; }
.service-title small { color: var(--blue-light); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.service-title h3 { margin: 7px 0 0; font-size: 26px; font-weight: 620; letter-spacing: -.025em; }
.service-row > p { margin: 2px 0 0; color: rgba(255,255,255,.6); line-height: 1.85; }
.service-row ul { margin: 0; padding: 0; list-style: none; }
.service-row li { position: relative; padding: 7px 0 7px 18px; color: rgba(255,255,255,.8); font-size: 13px; }
.service-row li::before { content: ""; position: absolute; left: 0; top: 16px; width: 6px; height: 1px; background: var(--mint); }

.system { background: #fff; }
.system-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; align-items: center; }
.system-copy > p:nth-of-type(2) { max-width: 530px; margin: 28px 0 34px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.button-outline { border-color: #cfd3dc; color: var(--ink); background: #fff; }
.button-outline:hover { color: var(--blue); border-color: var(--blue); }
.loop-visual { width: min(590px,100%); aspect-ratio: 1; position: relative; margin-left: auto; border: 1px solid #e3e1ed; border-radius: 50%; background: radial-gradient(circle at center,#f4f2ff 0 31%,#fff 31.2% 100%); box-shadow: inset 0 0 0 72px rgba(246,245,249,.7); }
.loop-visual::before, .loop-visual::after { content: ""; position: absolute; inset: 17%; border: 1px dashed #d6cff3; border-radius: 50%; }
.loop-visual::after { inset: 34%; border-style: solid; border-color: rgba(36,92,245,.18); }
.loop-core { position: absolute; inset: 36%; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 18px 35px rgba(36,92,245,.25); text-align: center; }
.loop-core small { font-size: 8px; letter-spacing: .12em; opacity: .65; }
.loop-core strong { margin-top: 3px; font-size: 24px; }
.loop-core span { font-size: 9px; opacity: .7; }
.loop-item { position: absolute; width: 104px; height: 104px; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #e0e4ec; border-radius: 50%; background: #fff; box-shadow: 0 12px 28px rgba(21,31,57,.09); }
.loop-item b { font-size: 16px; }.loop-item span { margin-top: 2px; color: #858b98; font-size: 9px; }
.loop-item-one { left: calc(50% - 52px); top: 2%; }.loop-item-two { right: 2%; top: calc(50% - 52px); }.loop-item-three { left: calc(50% - 52px); bottom: 2%; }.loop-item-four { left: 2%; top: calc(50% - 52px); }
.rhythm { margin-top: 105px; padding: 42px; border-radius: 24px; background: var(--surface); }
.rhythm-title { display: flex; justify-content: space-between; align-items: end; padding-bottom: 26px; border-bottom: 1px solid #dfe2e9; }
.rhythm-title small { color: var(--blue); font-size: 9px; letter-spacing: .14em; }.rhythm-title h3 { margin: 0; font-size: 24px; font-weight: 640; }
.rhythm-items { display: grid; grid-template-columns: repeat(4,1fr); }
.rhythm-items > div { padding: 28px 24px 5px; border-left: 1px solid #dfe2e9; }
.rhythm-items > div:first-child { border-left: 0; padding-left: 0; }
.rhythm-items span { display: block; color: var(--blue); font-size: 10px; font-weight: 700; }.rhythm-items b { display: block; margin: 7px 0 8px; font-size: 16px; }.rhythm-items p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.cooperation { background: #f5f3ef; }
.cooperation-head { max-width: 760px; margin: 0 auto 80px; text-align: center; }
.cooperation-head > p:last-child { max-width: 620px; margin: 26px auto 0; color: var(--muted); line-height: 1.85; }
.cooperation-line { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.cooperation-line::before { content: ""; position: absolute; left: 10%; right: 10%; top: 20px; height: 1px; background: #d2d0ca; }
.cooperation-line article { position: relative; padding: 0 25px; text-align: center; }
.cooperation-line span { width: 41px; height: 41px; display: grid; place-items: center; position: relative; z-index: 1; margin: 0 auto 25px; border: 1px solid #d2d0ca; border-radius: 50%; color: var(--blue); background: #f5f3ef; font-size: 10px; font-weight: 700; }
.cooperation-line h3 { margin: 0 0 10px; font-size: 19px; }.cooperation-line p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.fit-bar { display: grid; grid-template-columns: 100px repeat(4,1fr); gap: 22px; align-items: center; margin-top: 84px; padding: 28px 32px; border: 1px solid #dad7d0; border-radius: 17px; }
.fit-bar b { color: var(--blue); font-size: 12px; }.fit-bar span { padding-left: 16px; border-left: 1px solid #d5d2cc; color: #666b75; font-size: 11px; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 120px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro > p:nth-of-type(2) { max-width: 460px; margin: 26px 0 32px; color: var(--muted); line-height: 1.85; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 42px 1fr 28px; gap: 12px; align-items: center; padding: 29px 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.faq-item button > span { color: var(--blue); font-size: 10px; font-weight: 700; }.faq-item button b { font-size: 18px; font-weight: 590; }
.faq-item button i { width: 24px; height: 24px; position: relative; border: 1px solid #d8dbe2; border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 7px; top: 11px; width: 8px; height: 1px; background: var(--ink); transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.9; }.faq-item.open .faq-answer { grid-template-rows: 1fr; }.faq-item.open .faq-answer p { padding: 0 40px 27px 54px; }

.final-cta { padding: 110px 0; position: relative; overflow: hidden; color: #fff; background: var(--blue); text-align: center; }
.cta-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle at center,#000,transparent 75%); }
.final-cta::after { content: ""; position: absolute; width: 620px; height: 620px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 95px rgba(255,255,255,.025),0 0 0 190px rgba(255,255,255,.018); }
.final-cta-inner { position: relative; z-index: 2; }.final-cta h2 { margin: 0; font-size: clamp(40px,5vw,68px); line-height: 1.15; letter-spacing: -.045em; }.final-cta-inner > p:nth-of-type(2) { max-width: 650px; margin: 24px auto 0; color: rgba(255,255,255,.76); font-size: 17px; }
.final-actions { display: flex; justify-content: center; align-items: center; gap: 38px; margin-top: 40px; }.button-white { color: var(--blue-dark); background: #fff; box-shadow: 0 14px 28px rgba(16,47,140,.2); }.phone-link { display: flex; flex-direction: column; align-items: flex-start; }.phone-link small { color: rgba(255,255,255,.62); font-size: 10px; }.phone-link b { font-size: 20px; letter-spacing: .04em; }

.site-footer { padding: 75px 0 28px; color: rgba(255,255,255,.72); background: #0e1019; }.footer-main { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; padding-bottom: 58px; }.footer-brand img { width: 150px; height: 62px; object-fit: contain; object-position: left center; margin-bottom: 20px; }.footer-brand p { max-width: 330px; margin: 0; color: rgba(255,255,255,.46); font-size: 13px; line-height: 1.8; }
.footer-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; }.footer-nav h3 { margin: 0 0 18px; color: #fff; font-size: 13px; font-weight: 620; }.footer-nav a,.footer-nav p { display: block; margin: 10px 0; color: rgba(255,255,255,.48); font-size: 12px; transition: color .2s; }.footer-nav a:hover { color: #fff; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.5fr 1fr; gap: 20px; align-items: center; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }.footer-bottom p { margin: 0; font-size: 10px; }.footer-bottom p:nth-child(2) { text-align: center; }.footer-bottom p span { margin: 0 8px; }.footer-bottom nav { display: flex; justify-content: flex-end; gap: 15px; }.footer-bottom nav a { color: rgba(255,255,255,.45); font-size: 10px; }
.mobile-contact-bar { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease),transform .7s var(--ease); }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .desktop-nav { display: none; }.header-actions { margin-left: auto; }.hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }.hero h1 { font-size: clamp(44px,5.7vw,64px); }.diagnosis-board,.system-grid { gap: 55px; }.faq-grid { gap: 70px; }.service-row { grid-template-columns: 55px .8fr 1fr; }.service-row ul { grid-column: 3; }
}

@media (max-width: 900px) {
    .shell { width: min(calc(100% - 38px),var(--shell)); }.header-home { display: none; }.menu-toggle { display: block; }.hero { min-height: auto; padding-top: 128px; }.hero-grid { grid-template-columns: 1fr; }.breadcrumb { margin-bottom: 36px; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 700px; margin: 25px auto 0; }.objective-bar { grid-template-columns: 1fr; gap: 18px; }.section { padding: 96px 0; }.section-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 58px; }.section-heading > p { justify-self: start; }.diagnosis-board,.system-grid,.faq-grid { grid-template-columns: 1fr; }.waste-visual { max-width: 560px; margin: 0 auto; }.service-row { grid-template-columns: 52px 1fr; }.service-row > p,.service-row ul { grid-column: 2; }.loop-visual { margin: 0 auto; }.rhythm-items { grid-template-columns: repeat(2,1fr); }.rhythm-items > div:nth-child(3) { border-left: 0; }.cooperation-line { grid-template-columns: repeat(2,1fr); gap: 50px 0; }.cooperation-line::before { display: none; }.fit-bar { grid-template-columns: 1fr 1fr; }.fit-bar b { grid-column: 1/-1; }.faq-intro { position: relative; top: auto; }.footer-main { grid-template-columns: 1fr; gap: 50px; }.footer-bottom { grid-template-columns: 1fr; text-align: center; }.footer-bottom nav { justify-content: center; }
}

@media (max-width: 640px) {
    html { scroll-padding-top: 74px; } body { padding-bottom: 62px; }.shell { width: min(calc(100% - 28px),var(--shell)); }.header-inner { height: 68px; }.brand img { width: 104px; height: 36px; }.button-small { display: none; }.mobile-menu { inset: 68px 0 0; }.hero { padding: 104px 0 38px; }.breadcrumb { display: none; }.eyebrow { margin-bottom: 18px; font-size: 9px; }.hero h1 { font-size: 42px; line-height: 1.12; }.hero-lead { margin-top: 22px; font-size: 16px; line-height: 1.8; }.hero-actions { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 28px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: center; }.platform-line { margin-top: 35px; line-height: 2.2; }.hero-visual { margin-top: 24px; }.live-pill { display: none; }.hero-float { padding: 9px 11px; }.hero-float-left { left: -2%; }.hero-float-right { right: -1%; }.objective-bar { margin-top: 38px; padding: 22px; }.objective-bar > div { grid-template-columns: 1fr 1fr; gap: 14px; }.objective-bar span { padding-left: 12px; }.section { padding: 76px 0; }.section h2 { font-size: 36px; }.diagnosis-board { gap: 45px; }.waste-visual { padding: 26px 20px; border-radius: 20px; }.budget-ring { max-width: 240px; }.budget-ring::before { inset: 29px; }.legend { flex-wrap: wrap; }.problem-list li { grid-template-columns: 34px 1fr; gap: 10px; padding: 24px 0; }.problem-list h3 { font-size: 20px; }.service-stack { margin-top: 55px; }.service-row { grid-template-columns: 42px 1fr; gap: 15px; padding: 34px 0; }.service-index { width: 36px; height: 36px; }.service-title h3 { font-size: 23px; }.service-row > p,.service-row ul { grid-column: 1/-1; margin-left: 56px; }.service-row > p { font-size: 14px; }.loop-visual { transform: scale(.98); }.loop-item { width: 82px; height: 82px; }.loop-item-one { left: calc(50% - 41px); }.loop-item-two { right: 0; top: calc(50% - 41px); }.loop-item-three { left: calc(50% - 41px); }.loop-item-four { left: 0; top: calc(50% - 41px); }.loop-core strong { font-size: 19px; }.rhythm { margin-top: 65px; padding: 26px 20px; }.rhythm-title { display: block; }.rhythm-title h3 { margin-top: 7px; font-size: 21px; }.rhythm-items { grid-template-columns: 1fr; }.rhythm-items > div,.rhythm-items > div:first-child { padding: 22px 0; border-left: 0; border-bottom: 1px solid #dfe2e9; }.cooperation-head { margin-bottom: 55px; }.cooperation-line { grid-template-columns: 1fr; gap: 38px; }.cooperation-line article { display: grid; grid-template-columns: 44px 1fr; text-align: left; padding: 0; }.cooperation-line span { grid-row: 1/3; margin: 0; }.cooperation-line h3,.cooperation-line p { grid-column: 2; }.fit-bar { grid-template-columns: 1fr; margin-top: 55px; }.fit-bar span { padding: 8px 0 8px 14px; }.faq-grid { gap: 50px; }.faq-item button { grid-template-columns: 28px 1fr 25px; padding: 24px 0; }.faq-item button b { font-size: 16px; }.faq-item.open .faq-answer p { padding: 0 0 24px 40px; font-size: 14px; }.final-cta { padding: 80px 0; }.final-cta h2 { font-size: 39px; }.final-cta-inner > p:nth-of-type(2) { font-size: 15px; }.final-actions { flex-direction: column; gap: 24px; }.phone-link { align-items: center; }.site-footer { padding-top: 58px; }.footer-nav { grid-template-columns: 1fr 1fr; }.footer-nav > div:last-child { grid-column: 1/-1; }.footer-bottom p:nth-child(2) { line-height: 2; }.mobile-contact-bar { position: fixed; inset: auto 0 0; z-index: 90; display: grid; grid-template-columns: .78fr 1.22fr; height: 62px; padding: 8px; gap: 8px; border-top: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }.mobile-contact-bar a { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; font-size: 13px; font-weight: 650; }.mobile-contact-bar a:last-child { color: #fff; border-color: var(--blue); background: var(--blue); }
}

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