:root {
  --ink: #13233f;
  --ink-2: #24385b;
  --blue: #2f62ff;
  --blue-dark: #2149cb;
  --mint: #2ed5c4;
  --mint-dark: #11aa9d;
  --lime: #d9ff6a;
  --paper: #ffffff;
  --mist: #f2f7f7;
  --lavender: #f4f2fb;
  --line: #dce6e8;
  --muted: #64738a;
  --shadow: 0 24px 70px rgba(24, 51, 76, 0.12);
  --radius: 28px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p, a, span { overflow-wrap: anywhere; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 12px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--mint-dark); font-family: Arial, sans-serif; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: #bafff2; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 20px; padding: 0 25px; border: 0; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 14px 32px rgba(47, 98, 255, .26); }
.button.primary:hover { background: var(--blue-dark); }
.button.dark { color: #fff; background: var(--ink); }
.light-button { color: var(--ink); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; }
.section { padding: 110px 0; }
.section-head { margin-bottom: 52px; }
.section-head h2, .os-copy h2, .report-grid h2, .collaboration h2 { margin: 0; font-size: clamp(2rem, 4.1vw, 3.65rem); line-height: 1.14; letter-spacing: -.045em; }
.section-head p { color: var(--muted); }
.section-head.split { display: grid; grid-template-columns: 1.1fr .8fr; align-items: end; gap: 10%; }
.section-head.split p { max-width: 520px; margin: 0 0 4px; }
.section-head.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-head.centered .eyebrow { justify-content: center; }
.section-head.centered p { margin: 20px auto 0; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: rgba(220, 230, 232, .8); background: rgba(255,255,255,.9); backdrop-filter: blur(18px); box-shadow: 0 10px 40px rgba(24, 51, 76, .06); }
.nav-shell { width: min(1260px, calc(100% - 40px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; color: #fff; background: linear-gradient(140deg, var(--blue), #3a91ff 58%, var(--mint)); box-shadow: 0 10px 24px rgba(47,98,255,.22); }
.brand-mark span { position: relative; z-index: 2; font-family: "Manrope", sans-serif; font-size: 1.15rem; font-weight: 800; transform: translateX(-3px); }
.brand-mark i { position: absolute; z-index: 1; width: 27px; height: 7px; right: -4px; top: 13px; border-radius: 8px 0 0 8px; background: var(--lime); transform: rotate(-36deg); box-shadow: -7px 9px 0 rgba(255,255,255,.65); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 1.3rem; letter-spacing: -.04em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-family: "Manrope", sans-serif; font-size: .52rem; font-weight: 800; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 10px 14px; border-radius: 999px; font-size: .91rem; font-weight: 600; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); background: #edf2ff; }
.site-nav .nav-cta { margin-left: 8px; padding-inline: 19px; color: #fff; background: var(--ink); }
.site-nav .nav-cta:hover, .site-nav .nav-cta[aria-current="page"] { color: #fff; background: var(--blue); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--ink); }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 10px; background: #fff; transition: .2s ease; }

.hero { position: relative; overflow: hidden; padding-top: 82px; }
.home-hero { min-height: 820px; display: flex; align-items: center; background: radial-gradient(circle at 78% 42%, rgba(46,213,196,.2), transparent 32%), linear-gradient(115deg, #f7fbff 0%, #fff 45%, #effffb 100%); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(19,35,63,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(19,35,63,.06) 1px, transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(90deg,#000,transparent 67%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 38px; padding: 94px 0 76px; }
.hero-copy h1, .inner-hero h1, .about-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(3rem, 5.7vw, 5.3rem); line-height: 1.03; letter-spacing: -.065em; }
.hero-copy h1 em, .inner-hero h1 em, .about-hero h1 em, .contact-hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p, .inner-hero-grid > div > p, .about-hero-grid > p, .contact-grid > div > p { max-width: 620px; margin: 30px 0; color: var(--muted); font-size: 1.08rem; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-proof { display: flex; gap: 34px; margin-top: 60px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { display: grid; gap: 3px; }
.hero-proof strong { font-size: 1.08rem; }
.hero-proof span { color: var(--muted); font-size: .78rem; }
.hero-art { position: relative; width: 100%; max-width: 640px; margin-left: auto; animation: heroIn .8s ease both; }
.hero-art img { filter: drop-shadow(0 34px 50px rgba(27,65,105,.15)); }
.orbit { position: absolute; padding: 7px 11px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.78); backdrop-filter: blur(8px); box-shadow: 0 10px 25px rgba(20,50,70,.1); font-family: "Manrope"; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.orbit-a { top: 17%; right: 2%; }
.orbit-b { bottom: 19%; left: 3%; }
.orbit-c { top: 43%; left: -1%; }
@keyframes heroIn { from { opacity: 0; transform: translateY(24px) scale(.98); } }

.platform-strip { padding: 30px 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.platform-strip .container { text-align: center; }
.platform-strip p { margin: 0 0 18px; color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.platform-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; }
.platform-list span { color: #40516c; font-family: "Manrope", sans-serif; font-size: 1.04rem; font-weight: 800; letter-spacing: -.03em; }
.platform-strip small { display: block; margin-top: 13px; color: #94a1b0; font-size: .66rem; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 370px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, color .25s ease, background-color .25s ease, box-shadow .25s ease; }
.service-card::after { content: ""; position: absolute; right: -34px; bottom: -34px; width: 120px; height: 120px; border: 24px solid rgba(46,213,196,.11); border-radius: 50%; }
.service-card:hover { transform: translateY(-8px); color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.service-card:hover p { color: #b9c5d5; }
.service-card:hover .service-icon { color: var(--ink); background: var(--mint); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; }
.service-number { color: #90a1b5; font-family: "Manrope"; font-weight: 800; }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 20px; color: var(--blue); background: #edf2ff; transition: .25s ease; }
.service-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 62px 0 14px; font-size: 1.35rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .91rem; transition: color .25s ease; }
.service-card a { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: auto; padding-top: 28px; color: var(--mint-dark); font-size: .84rem; font-weight: 700; }

.operating-system { overflow: hidden; background: var(--mist); }
.os-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 10%; }
.os-visual { position: relative; min-height: 590px; border-radius: 38px; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(46,213,196,.4), transparent 33%), linear-gradient(145deg, #162b4e 0%, #223e68 55%, #1d5271 100%); box-shadow: var(--shadow); }
.os-visual::before { content: ""; position: absolute; inset: 0; background: repeating-radial-gradient(circle at center, transparent 0 54px, rgba(255,255,255,.075) 55px 56px); }
.metric-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; color: #fff; background: rgba(255,255,255,.1); backdrop-filter: blur(15px); box-shadow: 0 20px 35px rgba(0,0,0,.16); }
.primary-metric { top: 24%; left: 12%; width: 68%; padding: 30px; }
.primary-metric span, .floating-card span { color: #b8ccdf; font-size: .77rem; }
.primary-metric strong { display: block; margin: 5px 0 24px; color: var(--lime); font-size: 2.8rem; }
.mini-bars { height: 110px; display: flex; align-items: end; gap: 10px; }
.mini-bars i { flex: 1; height: 38%; border-radius: 8px 8px 2px 2px; background: linear-gradient(var(--mint), #66efff); }
.mini-bars i:nth-child(2) { height: 56%; }.mini-bars i:nth-child(3) { height: 49%; }.mini-bars i:nth-child(4) { height: 71%; }.mini-bars i:nth-child(5) { height: 65%; }.mini-bars i:nth-child(6) { height: 83%; }.mini-bars i:nth-child(7) { height: 94%; background: var(--lime); }
.floating-card { right: 7%; bottom: 10%; width: 52%; padding: 20px 24px; }
.floating-card b, .floating-card small { display: block; }
.floating-card b { margin: 5px 0; }
.floating-card small { color: var(--mint); }
.pulse-ring { position: absolute; top: 11%; right: 8%; width: 80px; height: 80px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.pulse-ring i { position: absolute; inset: 19px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 12px rgba(46,213,196,.15); }
.os-copy > p, .report-grid > div > p, .collaboration > div > p { margin: 26px 0 34px; color: var(--muted); }
.check-list { display: grid; gap: 17px; margin: 0 0 38px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.check-list b { font-size: .94rem; }
.check-list span { color: var(--muted); font-size: .9rem; }

.creative-section { background: #fff; }
.creative-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.creative-feature h3 { margin: 22px 0 7px; font-size: 1.22rem; }
.creative-feature > p { margin: 0; color: var(--muted); font-size: .9rem; }
.creative-visual { height: 300px; padding: 25px; display: flex; flex-direction: column; overflow: hidden; border-radius: 30px; }
.creative-visual > span { font-family: "Manrope"; font-size: .7rem; font-weight: 800; letter-spacing: .13em; }
.creative-visual > strong { margin-top: auto; font-size: 1.3rem; }
.hook-card { color: #fff; background: linear-gradient(145deg, #2f62ff, #1b3f9c); }
.hook-lines { display: grid; gap: 11px; margin-top: 45px; transform: rotate(-7deg); }
.hook-lines i { height: 13px; border-radius: 99px; background: rgba(255,255,255,.22); }
.hook-lines i:first-child { width: 72%; background: var(--lime); }.hook-lines i:nth-child(2) { width: 92%; }.hook-lines i:nth-child(3) { width: 58%; background: var(--mint); }
.proof-card { background: #eafff8; }
.proof-dots { display: flex; gap: 9px; margin-top: 55px; }
.proof-dots i { width: 41px; height: 41px; border: 8px solid rgba(19,35,63,.1); border-radius: 50%; }
.proof-dots i:nth-child(2), .proof-dots i:nth-child(4) { border-color: var(--mint); }.proof-dots i:nth-child(3) { border-color: var(--blue); }
.action-card { color: #fff; background: var(--ink); }
.action-arrow { width: 100px; height: 100px; display: grid; place-items: center; align-self: flex-end; margin-top: 25px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 3.1rem; }

.process { color: #fff; background: var(--ink); }
.process .section-head p { color: #a8b7c9; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); list-style: none; }
.process-grid li { min-height: 270px; padding: 28px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.process-grid span { color: var(--mint); font-family: "Manrope"; font-weight: 800; }
.process-grid h3 { margin: 60px 0 12px; font-size: 1.2rem; }
.process-grid p { margin: 0; color: #a8b7c9; font-size: .88rem; }

.industry-section { background: #fff; }
.industry-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 8%; }
.industry-grid h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.13; letter-spacing: -.045em; }
.industry-grid > div > p { color: var(--muted); }
.industry-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.industry-tags span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; }
.principles { display: grid; gap: 14px; }
.principles article { position: relative; padding: 29px 29px 29px 92px; border-radius: 22px; background: var(--mist); }
.principles span { position: absolute; top: 29px; left: 29px; color: var(--blue); font-family: "Manrope"; font-weight: 800; }
.principles h3 { margin: 0 0 6px; }
.principles p { margin: 0; color: var(--muted); font-size: .9rem; }

.cta-band { padding: 85px 0; color: #fff; background: linear-gradient(115deg, var(--blue-dark), var(--blue) 55%, #288bd9); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { max-width: 740px; margin: 0; font-size: clamp(2rem, 4.5vw, 3.8rem); line-height: 1.12; letter-spacing: -.045em; }
.cta-band p { margin: 17px 0 0; color: #dbe6ff; }

.inner-hero { min-height: 740px; display: flex; align-items: center; background: linear-gradient(120deg, #f7faff, #effffc); }
.inner-hero-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 7%; padding-block: 100px 72px; }
.inner-hero h1 { font-size: clamp(3rem, 5.3vw, 4.9rem); }
.inner-hero h1 em { display: inline-block; max-width: 750px; margin-top: 7px; color: var(--ink); font-size: .59em; line-height: 1.2; }
.channel-visual img { margin-left: auto; filter: drop-shadow(0 28px 42px rgba(24,51,76,.15)); }
.facebook-hero { background: linear-gradient(120deg, #f7faff, #f2f0ff); }
.daily-hero { background: radial-gradient(circle at 78% 49%, rgba(46,213,196,.26), transparent 28%), linear-gradient(120deg, #f8fbff, #edfffa); }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-grid article { min-height: 270px; padding: 33px; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.feature-grid article:nth-child(2), .feature-grid article:nth-child(3) { background: var(--mist); }
.chip { display: inline-block; padding: 6px 10px; border-radius: 999px; color: var(--blue); background: #edf2ff; font-family: "Manrope"; font-size: .64rem; font-weight: 800; letter-spacing: .1em; }
.feature-grid h3 { margin: 62px 0 10px; font-size: 1.3rem; }
.feature-grid p { margin: 0; color: var(--muted); }

.faq-section { background: var(--mist); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10%; }
.faq-grid h2 { margin: 0; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.15; letter-spacing: -.045em; }
.accordion { border-top: 1px solid #cad8dc; }
.faq-item { border-bottom: 1px solid #cad8dc; }
.faq-item button { width: 100%; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0; border: 0; text-align: left; background: transparent; font-weight: 700; cursor: pointer; }
.faq-item button i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--blue); font-style: normal; font-size: 1.25rem; transition: transform .2s ease; }
.faq-item.open button i { transform: rotate(45deg); background: var(--mint-dark); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 26px; }

.loop { position: relative; width: min(820px, 100%); aspect-ratio: 1.68; margin: 30px auto 0; }
.loop::before { content: ""; position: absolute; inset: 12% 19%; border: 1px dashed #9db4bc; border-radius: 50%; }
.loop-center { position: absolute; z-index: 2; top: 50%; left: 50%; width: 170px; height: 170px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: #fff; background: var(--ink); transform: translate(-50%,-50%); box-shadow: 0 0 0 18px #fff, var(--shadow); }
.loop-center span { color: var(--mint); font-family: "Manrope"; font-size: .7rem; letter-spacing: .13em; }
.loop-center strong { display: block; margin-top: 4px; font-size: 1.25rem; }
.loop article { position: absolute; width: 170px; min-height: 120px; padding: 17px; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: 0 13px 33px rgba(24,51,76,.08); }
.loop article:nth-of-type(1) { top: 0; left: 12%; }.loop article:nth-of-type(2) { top: 0; right: 12%; }.loop article:nth-of-type(3) { bottom: 0; right: 2%; }.loop article:nth-of-type(4) { bottom: 0; left: 2%; }.loop article:nth-of-type(5) { top: 41%; left: 0; transform: translateY(-50%); }
.loop article span { color: var(--blue); font-family: "Manrope"; font-size: .7rem; font-weight: 800; }
.loop article b { display: block; margin-top: 6px; }
.loop article p { margin: 3px 0 0; color: var(--muted); font-size: .72rem; }
.soft-section { background: var(--mist); }
.funnel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
.funnel > div { min-height: 270px; padding: 28px; color: #fff; background: var(--ink); clip-path: polygon(0 0,90% 0,100% 50%,90% 100%,0 100%,10% 50%); }
.funnel > div:first-child { clip-path: polygon(0 0,90% 0,100% 50%,90% 100%,0 100%); background: #2940a9; }
.funnel > div:nth-child(2) { background: #315bd8; }.funnel > div:nth-child(3) { background: #2885bd; }.funnel > div:nth-child(4) { background: var(--mint-dark); }
.funnel span { color: var(--lime); font-family: "Manrope"; font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.funnel h3 { margin: 90px 0 8px; }
.funnel p { margin: 0; color: rgba(255,255,255,.75); font-size: .83rem; }

.day-clock { position: relative; width: min(480px, 85vw); aspect-ratio: 1; margin-left: auto; border: 1px solid rgba(19,35,63,.14); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 47px, rgba(19,35,63,.05) 48px 49px), #fff; box-shadow: var(--shadow); }
.day-clock::before, .day-clock::after { content: ""; position: absolute; inset: 12%; border: 1px dashed rgba(47,98,255,.3); border-radius: 50%; }
.day-clock::after { inset: 25%; border-color: rgba(46,213,196,.5); }
.clock-center { position: absolute; z-index: 3; top: 50%; left: 50%; width: 135px; height: 135px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: #fff; background: var(--ink); transform: translate(-50%,-50%); font-family: "Manrope"; font-size: .72rem; letter-spacing: .11em; }
.clock-center b { color: var(--mint); }
.day-clock i { position: absolute; z-index: 2; top: 50%; left: 50%; width: 65px; height: 65px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); transform: translate(-50%,-50%) rotate(var(--a)) translateY(-190px) rotate(calc(var(--a) * -1)); box-shadow: 0 10px 22px rgba(24,51,76,.12); font-style: normal; font-size: .75rem; font-weight: 700; }
.day-clock i:nth-of-type(even) { background: var(--mint); }
.daily-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.daily-grid article { min-height: 330px; padding: 27px; border: 1px solid var(--line); border-radius: 26px; }
.daily-grid article:nth-child(2n) { background: var(--mist); }
.daily-grid article > span { color: var(--blue); font-family: "Manrope"; font-weight: 800; }
.daily-grid h3 { margin: 62px 0 20px; }
.daily-grid ul { padding-left: 18px; color: var(--muted); font-size: .86rem; }
.daily-grid li { margin: 9px 0; }
.report-section { background: var(--mist); }
.report-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 9%; }
.report-card { padding: 32px; border-radius: 30px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.report-head { display: flex; align-items: center; justify-content: space-between; }
.report-head span { color: var(--mint); font-family: "Manrope"; font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.report-chart { height: 280px; display: flex; align-items: end; gap: 16px; margin: 50px 0 20px; border-bottom: 1px solid rgba(255,255,255,.18); }
.report-chart i { flex: 1; border-radius: 9px 9px 0 0; background: linear-gradient(var(--mint), #2f62ff); }
.report-chart i:last-child { background: var(--lime); }
.report-labels { display: flex; justify-content: space-between; color: #9fb0c6; font-size: .72rem; }
.check-list.compact { margin-top: 25px; }

.about-hero { padding: 210px 0 120px; background: radial-gradient(circle at 80% 20%, rgba(46,213,196,.26),transparent 23%), linear-gradient(120deg,#f7faff,#f0fffb); }
.about-hero-grid { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 9%; }
.about-hero-grid > p { margin-bottom: 6px; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.value-grid article { min-height: 380px; padding: 32px; border-radius: 28px; color: #fff; background: var(--ink); }
.value-grid article:nth-child(2) { color: var(--ink); background: var(--mint); }.value-grid article:nth-child(3) { color: var(--ink); background: var(--lime); }
.value-grid span { font-family: "Manrope"; font-weight: 800; }
.value-grid h2 { margin: 150px 0 15px; font-size: 1.5rem; }
.value-grid p { margin: 0; opacity: .72; }
.collaboration { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.collaboration ol { margin: 0; padding: 0; list-style: none; }
.collaboration li { display: grid; grid-template-columns: 65px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid #cbdadd; }
.collaboration li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-family: "Manrope"; font-size: .74rem; font-weight: 800; }
.collaboration h3 { margin: 0 0 6px; }.collaboration li p { margin: 0; color: var(--muted); }

.contact-hero { min-height: 100vh; padding: 180px 0 100px; background: linear-gradient(120deg,#f7faff,#edfffa); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: start; }
.contact-direct { margin-top: 50px; display: grid; gap: 6px; }
.contact-direct > span { color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct a { width: max-content; color: var(--blue); font-family: "Manrope"; font-size: 1.35rem; font-weight: 800; }
.contact-direct small { max-width: 420px; color: var(--muted); }
.brief-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; padding: 38px; border: 1px solid var(--line); border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.brief-form label { display: grid; gap: 8px; color: var(--ink-2); font-size: .82rem; font-weight: 700; }
.brief-form .full { grid-column: 1 / -1; }
.brief-form input, .brief-form select, .brief-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #cad7dc; border-radius: 12px; color: var(--ink); background: #fbfdfd; outline: none; }
.brief-form input:focus, .brief-form select:focus, .brief-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,98,255,.1); }
.brief-form textarea { resize: vertical; }
.brief-form .button { width: 100%; }
.form-note { margin: -6px 0 0; color: var(--muted); font-size: .75rem; font-weight: 400; text-align: center; }

.legal-hero { padding: 190px 0 90px; color: #fff; background: var(--ink); }
.legal-hero h1 { margin: 0; font-size: clamp(2.6rem,5vw,4.6rem); letter-spacing: -.05em; }
.legal-hero p { color: #a8b7c9; }
.legal-body { padding: 90px 0 120px; }
.legal-body .lead { margin: 0 0 60px; font-size: 1.2rem; line-height: 1.9; }
.legal-body section { display: grid; grid-template-columns: 70px 1fr; padding: 28px 0; border-top: 1px solid var(--line); }
.legal-body h2 { margin: 0; color: var(--blue); font-family: "Manrope"; font-size: .9rem; }
.legal-body p { margin: 0; color: var(--muted); }
.legal-body aside { margin-top: 55px; padding: 24px; border-radius: 18px; color: #4d5f75; background: var(--mist); }
.legal-body aside a { color: var(--blue); }

.site-footer { padding: 76px 0 28px; color: #fff; background: #0c182b; }
.footer-grid { display: grid; grid-template-columns: 1.65fr repeat(3,1fr); gap: 50px; padding-bottom: 60px; }
.site-footer .brand-copy strong { color: #fff; }.site-footer .brand-copy small { color: #8798ad; }
.footer-brand > p { margin: 24px 0 10px; color: #a7b5c7; }.footer-brand > a { color: var(--mint); }
.footer-grid h3 { margin: 0 0 20px; color: #fff; font-size: .9rem; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 11px 0; color: #94a3b6; font-size: .86rem; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #73849a; font-size: .68rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1024px) {
  .container { width: min(100% - 36px, 900px); }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 74px 18px auto; display: grid; gap: 5px; padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 13px 15px; }
  .site-nav .nav-cta { margin: 5px 0 0; text-align: center; }
  .hero-grid, .inner-hero-grid, .os-grid, .report-grid, .about-hero-grid, .contact-grid, .collaboration { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-art, .channel-visual { width: min(650px, 100%); margin: 30px auto 0; }
  .home-hero { min-height: auto; }
  .service-grid, .daily-grid { grid-template-columns: repeat(2,1fr); }
  .os-grid, .report-grid { gap: 60px; }
  .os-visual { min-height: 540px; }
  .industry-grid { grid-template-columns: 1fr; gap: 55px; }
  .funnel { grid-template-columns: repeat(2,1fr); gap: 5px; }
  .funnel > div, .funnel > div:first-child { clip-path: none; border-radius: 20px; }
  .day-clock { margin: 50px auto 20px; }
  .contact-grid { gap: 65px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .container { width: min(100% - 28px, 620px); }
  .nav-shell { width: calc(100% - 28px); min-height: 72px; }
  .brand-copy small { display: none; }
  .section { padding: 78px 0; }
  .section-head.split, .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  .section-head { margin-bottom: 36px; }
  .hero { padding-top: 72px; }
  .hero-grid { padding: 75px 0 60px; }
  .hero-copy, .inner-hero-grid > div, .about-hero-grid > div, .contact-grid > div { min-width: 0; }
  .hero-copy h1, .inner-hero h1, .about-hero h1, .contact-hero h1 { font-size: clamp(2.35rem,11.5vw,3.1rem); }
  .hero-copy h1 em { display: block; }
  .hero-copy h1 br { display: none; }
  .hero-copy > p { margin: 23px 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 42px; }
  .hero-proof strong { font-size: .9rem; }.hero-proof span { font-size: .65rem; }
  .orbit { display: none; }
  .platform-list { gap: 10px 18px; }.platform-list span { font-size: .85rem; }
  .service-grid, .creative-grid, .process-grid, .feature-grid, .daily-grid, .value-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .creative-grid { gap: 38px; }
  .process-grid { border-left: 0; }
  .process-grid li { min-height: 225px; border-left: 1px solid rgba(255,255,255,.15); }
  .os-visual { min-height: 440px; }
  .primary-metric { width: 77%; left: 8%; top: 17%; }.floating-card { width: 65%; }
  .industry-grid h2 { font-size: 2.35rem; }
  .cta-band .container { align-items: flex-start; flex-direction: column; }
  .cta-band { padding: 70px 0; }
  .inner-hero { min-height: auto; }
  .inner-hero-grid { padding-block: 75px 55px; }
  .loop { aspect-ratio: auto; display: grid; grid-template-columns: 1fr; gap: 12px; }
  .loop::before, .loop-center { display: none; }
  .loop article, .loop article:nth-of-type(n) { position: static; width: 100%; min-height: 0; transform: none; }
  .funnel { grid-template-columns: 1fr; }.funnel > div { min-height: 200px; }.funnel h3 { margin-top: 45px; }
  .day-clock { width: 330px; max-width: 88vw; }
  .day-clock i { width: 54px; height: 54px; transform: translate(-50%,-50%) rotate(var(--a)) translateY(-135px) rotate(calc(var(--a) * -1)); font-size: .68rem; }
  .clock-center { width: 108px; height: 108px; }
  .report-chart { height: 210px; gap: 9px; }
  .about-hero { padding: 150px 0 80px; }
  .value-grid article { min-height: 300px; }.value-grid h2 { margin-top: 100px; }
  .brief-form { grid-template-columns: 1fr; padding: 25px; }.brief-form .full { grid-column: auto; }
  .legal-hero { padding: 150px 0 70px; }.legal-body { padding: 70px 0 90px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; gap: 38px 22px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
