/* Uniclip product site. Visual language comes from the app itself: the orange icon gradient as the single accent,
   soft rounded cards like the app's history rows, and the device graph from the overview page as the hero. */
:root{color-scheme:dark;--bg:#0f0e0d;--panel:#171614;--card:#1d1b19;--line:#2b2825;--text:#f2ede8;--muted:#a49d95;--accent:#ff8a3d;--accent-2:#ffb248;--ink-on-accent:#1a0d05;--radius:14px;--shell:1180px;--body:-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI Variable Text','Segoe UI','PingFang SC','Microsoft YaHei UI',Roboto,sans-serif;--display:-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI Variable Display','Segoe UI','PingFang SC','Microsoft YaHei UI',Roboto,sans-serif}
@media(prefers-color-scheme:light){:root{color-scheme:light;--bg:#fbfaf8;--panel:#ffffff;--card:#ffffff;--line:#e7e2dc;--text:#1d1a17;--muted:#6b6560;--accent:#f0702e;--accent-2:#f5a03a;--ink-on-accent:#fff}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.skip{position:fixed;left:20px;top:-70px;padding:12px;background:var(--accent);color:var(--ink-on-accent);z-index:5;border-radius:8px}.skip:focus{top:20px}
.shell{width:min(var(--shell),calc(100% - 64px));margin:auto}

header{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:24px;height:72px;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.3px}.brand img{border-radius:8px}
.top-nav{display:flex;gap:26px;font-size:14px;color:var(--muted)}.top-nav a:hover{color:var(--text)}
.header-actions{display:flex;align-items:center;gap:14px}
.language-select{min-height:36px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);font:13px var(--body);cursor:pointer}
.enliva{font-size:13px;color:var(--muted);white-space:nowrap}.enliva:hover{color:var(--text)}

.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;letter-spacing:1.5px;text-transform:uppercase}.dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));flex-shrink:0}

.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:56px;padding:96px 0 72px}
h1{font-family:var(--display);font-size:clamp(44px,5.4vw,72px);line-height:1.12;letter-spacing:-2px;margin:26px 0 22px;font-weight:700}
.lede{font-size:18px;line-height:1.75;color:var(--muted);max-width:520px;margin:0 0 34px}
.cta-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.cta{display:inline-flex;align-items:center;gap:14px;padding:14px 22px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--ink-on-accent);font-weight:600;font-size:15px;transition:transform .15s,box-shadow .15s;box-shadow:0 10px 30px -14px var(--accent)}.cta:hover{transform:translateY(-1px);box-shadow:0 14px 34px -14px var(--accent)}.cta b{font-weight:400;font-size:18px}
.status{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:8px 14px}.status i{width:7px;height:7px;border-radius:50%;background:var(--accent)}

.hero-visual{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 30px 80px -50px rgba(0,0,0,.6)}
.graph{width:100%;height:auto;display:block}
.graph .link{fill:none;stroke:var(--muted);stroke-width:2;opacity:.55}.graph .dotted{stroke-dasharray:4 7}
.graph .pulse{fill:none;stroke:url(#g);stroke-width:3;stroke-linecap:round;stroke-dasharray:60 900;animation:travel 3.2s cubic-bezier(.4,0,.2,1) infinite}
@keyframes travel{0%{stroke-dashoffset:60;opacity:0}8%{opacity:1}70%{opacity:1}100%{stroke-dashoffset:-320;opacity:0}}
.graph .node circle{fill:var(--card);stroke:var(--line);stroke-width:1.5}.graph .node rect{fill:none;stroke:var(--text);stroke-width:2}.graph .node text{fill:var(--muted);font:600 13px var(--body);text-anchor:middle}
.graph .hub circle{stroke:var(--accent);stroke-width:2}
.graph .legend line{stroke:var(--muted);stroke-width:2}.graph .legend .dotted{stroke-dasharray:4 6}.graph .legend text{fill:var(--muted);font:12px var(--body)}

.block{padding:72px 0;border-top:1px solid var(--line)}
.block-head{max-width:760px;margin-bottom:40px}.block-head h2{font-family:var(--display);font-size:clamp(28px,3.4vw,40px);line-height:1.3;letter-spacing:-1px;margin:16px 0 0;font-weight:700}
.block-lede{font-size:16px;color:var(--muted);margin:16px 0 0;line-height:1.8}

.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step}
.steps li{position:relative;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px 26px}
.num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:var(--ink-on-accent);font-weight:700;font-size:15px}
.steps h3,.grid h3{font-family:var(--display);font-size:19px;letter-spacing:-.3px;margin:18px 0 8px;font-weight:700}.steps p,.grid p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.75}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid article{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px}.grid h3{margin-top:0}
.trust article{border-left:3px solid var(--accent)}

.platforms,.roadmap{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.platforms li,.roadmap li{display:flex;justify-content:space-between;gap:20px;align-items:baseline;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px 24px}
.platforms b,.roadmap b{font-family:var(--display);font-size:17px;white-space:nowrap}.platforms span,.roadmap span{color:var(--muted);font-size:14px;text-align:right}
.roadmap li{flex-direction:column;align-items:flex-start;gap:6px}.roadmap span{text-align:left}
.pricing{margin:32px 0 0;padding:20px 24px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);font-size:14.5px;line-height:1.8}.pricing b{color:var(--text);margin-right:.35em}

footer{border-top:1px solid var(--line);padding:30px 0 40px;display:flex;align-items:center;gap:26px;flex-wrap:wrap}
footer .brand{background:#173e30;color:#f0f3e9;padding:8px 10px;border-radius:0;font-family:Helvetica,Arial,sans-serif;font-size:18px;letter-spacing:.5px}
.foot-note,footer>a:not(.brand),footer small{font-size:12px;color:var(--muted)}.foot-link:hover{color:var(--text)}footer>a:not(.brand):not(.foot-link){margin-left:auto}

@media(max-width:900px){.hero{grid-template-columns:1fr;gap:36px;padding:56px 0 48px}.steps,.grid{grid-template-columns:1fr}.top-nav{display:none}}
@media(max-width:640px){.shell{width:calc(100% - 36px)}header{height:64px}.platforms,.roadmap{grid-template-columns:1fr}.platforms li{flex-direction:column;align-items:flex-start;gap:6px}.platforms span{text-align:left}.block{padding:52px 0}.lede{font-size:16px}footer>a:not(.brand){margin-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.graph .pulse{animation:none;opacity:.9;stroke-dasharray:none}}
