.os-ch-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;display:grid}.os-ch-card{background:var(--white-100);border:1px solid #eae5db;border-left:4px solid var(--c);border-radius:16px;align-items:center;gap:18px;padding:22px 24px;transition:transform .25s,box-shadow .25s;display:flex}.os-ch-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px -34px #00000059}.os-ch-card h3{color:var(--ink-900);margin:0 0 4px;font-size:18px}.os-ch-card p{color:var(--ink-700);margin:0;font-size:14px;line-height:1.5}.os-ch-ico{width:54px;height:54px;color:var(--white-100);background:var(--c);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.os-ch-ico svg{width:28px;height:28px}.os-ch-grid.js-reveal.is-in>.os-ch-card{animation:.5s cubic-bezier(.2,.7,.2,1) both tkiUp}.os-ch-grid.js-reveal.is-in>.os-ch-card:nth-child(2){animation-delay:80ms}.os-ch-grid.js-reveal.is-in>.os-ch-card:nth-child(3){animation-delay:.16s}.os-ch-grid.js-reveal.is-in>.os-ch-card:nth-child(4){animation-delay:.24s}@media (max-width:720px){.os-ch-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.os-ch-grid>.os-ch-card{animation:none!important}}
.hero-social h1{max-width:560px}.hero-social .hs-visual{justify-content:center;align-items:center;min-height:440px;display:flex;position:relative}.hero-social .hs-glow{filter:blur(6px);z-index:0;background:radial-gradient(circle,#ff5d8f4d,#0000 62%);border-radius:50%;width:320px;height:320px;position:absolute}.hero-social .hs-phone{z-index:1;background:var(--asphalt-800);border:1px solid var(--steel-600);border-radius:28px;width:240px;padding:14px;position:relative;box-shadow:0 44px 90px -34px #000000d9}.hero-social .hs-phone-top{align-items:center;gap:9px;margin-bottom:11px;display:flex}.hero-social .hs-ava{background:var(--brand-gradient);border-radius:50%;flex-shrink:0;width:28px;height:28px}.hero-social .hs-lines{flex-direction:column;gap:5px;display:flex}.hero-social .hs-lines i{background:var(--steel-600);border-radius:3px;height:6px;display:block}.hero-social .hs-lines i:first-child{width:96px}.hero-social .hs-lines i:last-child{width:62px}.hero-social .hs-media{background:linear-gradient(150deg,#ff7a598c,#8b5cf699);border-radius:15px;justify-content:center;align-items:center;height:244px;display:flex;position:relative;overflow:hidden}.hero-social .hs-play{background:#ffffffeb;border-radius:50%;width:56px;height:56px;position:relative;box-shadow:0 10px 24px -8px #00000080}.hero-social .hs-play:after{content:"";border:9px solid #0000;border-left:15px solid #161a23;border-right-width:0;position:absolute;top:50%;left:53%;transform:translate(-50%,-50%)}.hero-social .hs-live{letter-spacing:.08em;color:var(--white-100);background:#0a0a0d80;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:12px;left:12px}.hero-social .hs-live i{background:#ff3b5c;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite osPulse}.hero-social .hs-heart{width:24px;color:var(--pink-500);opacity:0;position:absolute;bottom:14px}.hero-social .hs-heart svg{filter:drop-shadow(0 2px 6px #00000059);width:100%;height:100%;display:block}.hero-social .hs-heart--1{animation:3.2s ease-in infinite osRise;left:28%}.hero-social .hs-heart--2{width:18px;color:var(--white-100);animation:3.2s ease-in .9s infinite osRise;left:50%}.hero-social .hs-heart--3{animation:3.2s ease-in 1.8s infinite osRise;left:42%}.hero-social .hs-heart--4{width:30px;animation:3.2s ease-in 1.3s infinite osRise;left:62%}.hero-social .hs-actions{color:var(--fog-200);gap:15px;margin-top:12px;display:flex}.hero-social .hs-actions svg{width:21px;height:21px}.hero-social .hs-actions svg:first-child{color:var(--pink-500)}.hero-social .hs-cap{flex-direction:column;gap:6px;margin-top:11px;display:flex}.hero-social .hs-cap i{background:var(--steel-600);border-radius:3px;height:7px;display:block}.hero-social .hs-toast{z-index:2;background:var(--white-100);color:#161a23;border-radius:14px;align-items:center;gap:11px;padding:11px 15px;font-size:13.5px;display:inline-flex;position:absolute;box-shadow:0 24px 46px -18px #0009}.hero-social .hs-toast b{font-weight:800}.hero-social .hs-toast--a{animation:4.2s ease-in-out infinite osFloat;top:6%;left:-4%}.hero-social .hs-toast--b{animation:5s ease-in-out -1.5s infinite osFloat;bottom:16%;right:-6%}.hero-social .hs-toast--c{animation:4.6s ease-in-out -.8s infinite osFloat;top:48%;right:-2%}.hero-social .hs-toast-ico{width:32px;height:32px;color:var(--white-100);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-social .hs-toast-ico svg{width:16px;height:16px}.hero-social .hs-toast-ico.like{background:#e11d48}.hero-social .hs-toast-ico.cmt{background:var(--blue-500)}.hero-social .hs-toast-ico.up{background:#22c55e}@keyframes osRise{0%{opacity:0;transform:translateY(0)scale(.5)}18%{opacity:1}to{opacity:0;transform:translateY(-155px)scale(1.15)}}@keyframes osFloat{0%,to{transform:translateY(-6px)}50%{transform:translateY(6px)}}@keyframes osPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@media (max-width:991px){.hero-social .hs-visual{min-height:400px;margin-top:10px}}@media (max-width:420px){.hero-social .hs-toast--a{left:0}.hero-social .hs-toast--b,.hero-social .hs-toast--c{right:0}}@media (prefers-reduced-motion:reduce){.hero-social .hs-toast,.hero-social .hs-live i{animation:none!important}.hero-social .hs-heart{display:none}}
.plat-lead{color:var(--ink-700);max-width:440px;margin:0 0 26px;font-size:16px;line-height:1.65}.plat-stage{aspect-ratio:1/.82;width:100%;max-width:560px;margin:10px auto 0;position:relative}.plat-lines{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.plat-lines line{stroke:#8b5cf647;stroke-width:1px;stroke-dasharray:2 4;vector-effect:non-scaling-stroke}.plat-hub{z-index:2;text-align:center;width:118px;height:118px;color:var(--white-100);background:var(--brand-gradient);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:14px;font-weight:800;line-height:1.15;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 22px 50px -18px #8b5cf699}.plat-hub .dot{background:var(--white-100);border-radius:50%;width:12px;height:12px;margin-bottom:2px}.plat-chip{z-index:1;background:var(--white-100);border:1px solid #eae5db;border-radius:18px;justify-content:center;align-items:center;width:66px;height:66px;margin:-33px 0 0 -33px;padding:11px;animation:5s ease-in-out infinite platFloat;display:flex;position:absolute;box-shadow:0 16px 34px -18px #00000059}.plat-chip svg{width:100%;height:100%;display:block}.plat-chip:nth-of-type(2){animation-duration:5.6s;animation-delay:-.6s}.plat-chip:nth-of-type(3){animation-duration:4.6s;animation-delay:-1.2s}.plat-chip:nth-of-type(4){animation-duration:5.4s;animation-delay:-1.8s}.plat-chip:nth-of-type(5){animation-duration:4.8s;animation-delay:-2.4s}.plat-chip:nth-of-type(6){animation-duration:5.8s;animation-delay:-3s}.plat-chip:nth-of-type(7){animation-duration:5.2s;animation-delay:-3.6s}.plat-chip:nth-of-type(8){animation-duration:4.4s;animation-delay:-4.2s}@keyframes platFloat{0%,to{transform:translateY(-6px)}50%{transform:translateY(6px)}}@media (max-width:991px){.plat-stage{max-width:460px}}@media (max-width:480px){.plat-chip{width:54px;height:54px;margin:-27px 0 0 -27px;padding:9px}.plat-hub{width:96px;height:96px;font-size:12px}}@media (prefers-reduced-motion:reduce){.plat-chip{animation:none}}
.os-show-section{background:radial-gradient(60% 70% at 12% 0%, #ff5d8f14, transparent 60%),radial-gradient(60% 70% at 88% 100%, #8b5cf61a, transparent 60%),var(--asphalt-950)}.os-collage{justify-content:center;align-items:center;padding:30px 10px;display:flex;position:relative}.os-post{aspect-ratio:64/70;object-fit:contain;border:1px solid var(--steel-600);background:var(--white-100);border-radius:18px;width:40%;height:auto;box-shadow:0 30px 60px -30px #000000bf}.os-post--l{z-index:1;margin-right:-6%;transform:rotate(-6deg)translateY(18px)}.os-post--c{z-index:3;transform:translateY(-10px)}.os-post--r{z-index:1;margin-left:-6%;transform:rotate(6deg)translateY(18px)}.os-badge{z-index:4;background:var(--white-100);color:#161a23;border-radius:999px;align-items:center;gap:6px;padding:8px 13px;font-size:13px;font-weight:800;display:inline-flex;position:absolute;box-shadow:0 16px 34px -14px #000000a6}.os-badge svg{width:15px;height:15px}.os-badge--heart{color:#e11d48;top:6%;left:2%}.os-badge--cmt{color:var(--blue-500);bottom:10%;right:1%}.os-lead{color:var(--fog-200);margin:0 0 8px;font-size:16px;line-height:1.6}.os-pillars{margin-top:14px}.os-pillar{border-top:1px solid var(--steel-600);gap:16px;padding:18px 0;display:flex}.os-pillar:first-child{border-top:0}.os-pillar h3{color:var(--white-100);margin:0 0 4px;font-size:17px}.os-pillar p{color:var(--fog-200);margin:0;font-size:14px;line-height:1.55}.os-pillar-ico{background:var(--brand-gradient);width:48px;height:48px;color:var(--white-100);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.os-pillar-ico svg{width:24px;height:24px}.os-collage.js-reveal.is-in .os-post{animation:.6s cubic-bezier(.2,.7,.2,1) both tkiUp}.os-collage.js-reveal.is-in .os-post--c{animation-delay:.1s}.os-collage.js-reveal.is-in .os-post--r{animation-delay:.2s}@media (max-width:720px){.os-collage{flex-direction:column}.os-post{width:60%;margin:8px 0}.os-post--l,.os-post--c,.os-post--r{transform:none}}@media (prefers-reduced-motion:reduce){.os-collage .os-post{animation:none!important}}
.os-band-section{background:var(--asphalt-950)}.os-band{background:linear-gradient(180deg, var(--asphalt-800), var(--asphalt-900));border:1px solid var(--steel-600);border-radius:22px;flex-wrap:wrap;margin-top:40px;display:flex;overflow:hidden}.os-band-item{text-align:center;border-right:1px solid var(--steel-600);flex:1 1 0;min-width:150px;padding:30px 22px}.os-band-item:last-child{border-right:0}.os-band-val{font-family:var(--font-display);background:var(--brand-gradient);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(28px,3vw,40px);font-weight:800;line-height:1}.os-band-lbl{color:var(--fog-200);margin-top:10px;font-size:13.5px}@media (max-width:820px){.os-band-item{border-bottom:1px solid var(--steel-600);flex-basis:50%}.os-band-item:nth-child(2n){border-right:0}}
.os-vs-section{background:var(--asphalt-950)}.os-vs{background:var(--asphalt-800);border:1px solid var(--steel-600);border-radius:22px;max-width:960px;margin:44px auto 0;overflow:hidden}.os-vs-head,.os-vs-row{grid-template-columns:1fr 60px 1fr;align-items:center;padding:16px 28px;display:grid}.os-vs-head{border-bottom:1px solid var(--steel-600);background:#ffffff06}.os-vs-h{font-size:15px;font-weight:800}.os-vs-h.l{color:var(--fog-300)}.os-vs-h.r{text-align:right}.os-vs-h.r span{background:var(--brand-gradient);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.os-vs-row:not(:last-child){border-bottom:1px solid var(--steel-600)}.os-vs-bad{color:var(--fog-300);align-items:center;gap:12px;font-size:14.5px;display:flex}.os-vs-good{text-align:right;color:var(--white-100);justify-content:flex-end;align-items:center;gap:12px;font-size:14.5px;font-weight:600;display:flex}.os-vs-arrow{color:var(--fog-300);justify-content:center;display:flex}.os-vs-arrow svg{width:22px;height:22px}.os-vs-ico{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.os-vs-ico svg{width:13px;height:13px}.os-vs-ico.x{color:var(--fog-300);background:#ffffff0f}.os-vs-ico.c{background:var(--brand-gradient);color:var(--white-100)}@media (max-width:640px){.os-vs-head,.os-vs-row{grid-template-columns:1fr;gap:8px}.os-vs-arrow{display:none}.os-vs-good{text-align:left;justify-content:flex-start}.os-vs-h.r{text-align:left}}

