:root{
  --blue:#004a99;--blue-2:#0668d8;--blue-3:#0b7cff;--ink:#0b1220;--muted:#667085;--line:#e7ebf0;
  --bg:#f5f7fa;--white:#fff;--dark:#07111f;--dark-2:#0b1b30;--radius:26px;--shadow:0 28px 80px rgba(20,45,80,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Plus Jakarta Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.section{padding:118px 0}.section-dark{background:var(--dark);color:#fff}.narrow{width:min(900px,calc(100% - 48px));text-align:center}.kicker{font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--blue);margin-bottom:22px}.kicker.light{color:#86c1ff}.section h2,.cta h2,.manifesto h2{font-size:clamp(38px,5vw,68px);line-height:1.02;letter-spacing:-.052em;margin:0;font-weight:700}.section h2 span,.cta h2 span,.manifesto h2 span{color:#7c8796}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:15px 22px;font-weight:700;font-size:14px;transition:.25s ease}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 30px rgba(0,74,153,.20)}.btn-primary:hover{background:#003d7e;transform:translateY(-1px)}.btn-light{background:#fff;color:var(--ink)}.btn-light:hover{background:#eef4fb;transform:translateY(-1px)}.btn-small{padding:11px 17px;font-size:12px}.text-link{display:inline-flex;gap:10px;align-items:center;font-size:14px;font-weight:700;color:#dbe9f8}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}.dark-link{color:var(--ink)}

.site-header{position:fixed;inset:0 0 auto;z-index:50;height:76px;color:#fff;transition:.25s}.site-header:before{content:"";position:absolute;inset:0;background:rgba(7,17,31,.20);backdrop-filter:blur(0);border-bottom:1px solid transparent;transition:.25s}.site-header.scrolled:before{background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom-color:rgba(15,23,42,.06)}.site-header.scrolled{color:var(--ink)}.header-inner{position:relative;height:76px;display:flex;align-items:center;gap:34px}.brand{width:154px;display:block}.brand img{width:154px;height:auto;filter:brightness(0) invert(1)}.site-header.scrolled .brand img{filter:none}.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}.desktop-nav a,.login-link{font-size:12px;font-weight:700;opacity:.84;transition:.2s}.desktop-nav a:hover,.login-link:hover{opacity:1}.header-actions{display:flex;align-items:center;gap:20px}.login-link span{margin-left:4px}.menu-button,.mobile-menu{display:none}

.hero{position:relative;min-height:850px;overflow:hidden;padding:165px 0 90px;background:radial-gradient(circle at 72% 38%,#11345d 0%,#07192d 30%,#07111f 60%,#050c15 100%)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent)}.hero-noise{position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 85%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:.95fr 1.25fr;gap:40px;align-items:center}.eyebrow{display:inline-flex;gap:10px;align-items:center;font-size:11px;letter-spacing:.12em;font-weight:800;color:#a9c7ea;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);border-radius:999px;padding:9px 13px}.pulse-dot{width:7px;height:7px;background:#56a7ff;border-radius:50%;box-shadow:0 0 0 6px rgba(86,167,255,.10)}.hero h1{font-size:clamp(52px,5.8vw,88px);line-height:.96;letter-spacing:-.058em;font-weight:700;margin:26px 0 26px}.hero h1 span{color:#8bbef5}.hero-copy>p{font-size:17px;line-height:1.7;max-width:600px;color:#aebdd0;margin:0}.hero-actions{display:flex;gap:26px;align-items:center;margin-top:36px}.hero-proof{display:flex;gap:28px;margin-top:64px;padding-top:26px;border-top:1px solid rgba(255,255,255,.1)}.hero-proof>div{display:flex;gap:10px;align-items:flex-start}.hero-proof strong{font-size:24px;letter-spacing:-.04em}.hero-proof span{font-size:10px;line-height:1.45;color:#7f94ab;text-transform:uppercase;letter-spacing:.06em}.hero-product{position:relative;min-height:560px;display:flex;align-items:center;justify-content:center}.glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.45}.glow-one{width:330px;height:330px;background:#0b73ef;right:14%;top:10%}.glow-two{width:220px;height:220px;background:#14b8a6;left:13%;bottom:6%;opacity:.18}.workspace-window{background:#f9fbfd;border:1px solid rgba(255,255,255,.34);box-shadow:0 40px 100px rgba(0,0,0,.34);border-radius:22px;overflow:hidden;color:var(--ink)}.hero-window{width:620px;transform:perspective(1200px) rotateY(-4deg) rotateX(2deg) rotateZ(.3deg)}.window-topbar{height:42px;display:flex;align-items:center;gap:14px;padding:0 14px;background:#fff;border-bottom:1px solid #eef1f4}.window-dots{display:flex;gap:5px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#cfd6df}.window-address{margin:auto;font-size:9px;color:#8a96a6;background:#f4f6f8;padding:6px 40px;border-radius:8px}.window-user{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e7f0fb;color:var(--blue);font-size:8px;font-weight:800}.workspace-shell{display:grid;grid-template-columns:58px 1fr;min-height:395px}.workspace-sidebar{background:#fff;border-right:1px solid #eef1f4;padding:15px 12px;display:flex;flex-direction:column;align-items:center;gap:17px}.workspace-sidebar img{width:34px;height:auto;margin-bottom:8px}.workspace-sidebar span{width:25px;height:25px;border-radius:8px;background:#f0f3f7}.workspace-sidebar .side-active{background:#e9f2fd;border:1px solid #d2e6fb}.workspace-main{padding:28px}.workspace-greeting{display:flex;flex-direction:column;margin-bottom:22px}.workspace-greeting small{font-size:8px;color:#9aa4b2;margin-bottom:4px}.workspace-greeting strong{font-size:17px;letter-spacing:-.02em}.app-label{font-size:7px;letter-spacing:.16em;font-weight:800;color:#8e9aab;margin-bottom:9px}.app-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.app-card{height:86px;border-radius:14px;padding:14px;background:#fff;border:1px solid #edf0f3;box-shadow:0 8px 22px rgba(20,40,70,.04);display:flex;flex-direction:column;justify-content:flex-end}.app-card b{font-size:13px}.app-card span{font-size:7px;color:#8f9bab;margin-top:3px}.app-erp{box-shadow:inset 0 3px 0 #0f70db}.app-bi{box-shadow:inset 0 3px 0 #7259e8}.app-ia{box-shadow:inset 0 3px 0 #1d9bc1}.app-sar{box-shadow:inset 0 3px 0 #20a86b}.workspace-insight{margin-top:16px;border-radius:15px;border:1px solid #edf0f4;background:#fff;padding:17px 18px;display:grid;grid-template-columns:1fr 1.45fr;align-items:end}.workspace-insight>div{display:flex;flex-direction:column}.workspace-insight small{font-size:6px;letter-spacing:.1em;color:#9aa5b4}.workspace-insight strong{font-size:20px;letter-spacing:-.04em;margin-top:6px}.workspace-insight span{font-size:7px;color:#8e9baa;margin-top:2px}.workspace-insight svg{width:100%;color:#0a68cf}.floating-chip{position:absolute;display:flex;gap:10px;align-items:center;background:rgba(255,255,255,.96);color:var(--ink);border-radius:14px;padding:12px 15px;box-shadow:0 20px 55px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.6)}.floating-chip>span{width:30px;height:30px;border-radius:9px;background:#eaf3fe;color:var(--blue);display:grid;place-items:center;font-weight:800}.floating-chip>div{display:flex;flex-direction:column;gap:2px}.floating-chip small{font-size:7px;color:#8f9bab;letter-spacing:.08em}.floating-chip b{font-size:10px}.chip-ai{left:4px;bottom:62px}.chip-alert{right:3px;top:92px}.hero-fade{position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,#07111f)}

.intro{background:#fff}.intro .narrow p{max-width:700px;margin:28px auto 0;color:var(--muted);font-size:17px;line-height:1.75}.orbit-wrap{margin-top:80px}.orbit-canvas{position:relative;height:620px;border-radius:40px;background:linear-gradient(180deg,#f8fbff,#f2f5f8);overflow:hidden;border:1px solid #eaf0f6}.orbit-canvas:before{content:"";position:absolute;left:50%;top:50%;width:500px;height:500px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(0,104,220,.13),transparent 60%)}.orbit-line{position:absolute;left:50%;top:50%;border:1px solid rgba(0,74,153,.13);border-radius:50%;transform:translate(-50%,-50%)}.orbit-line-a{width:270px;height:270px}.orbit-line-b{width:450px;height:450px}.orbit-line-c{width:650px;height:650px}.orbit-core{position:absolute;left:50%;top:50%;width:156px;height:156px;transform:translate(-50%,-50%);background:linear-gradient(145deg,#0a63bc,#003d7e);border-radius:38px;display:grid;place-items:center;box-shadow:0 30px 60px rgba(0,74,153,.28)}.orbit-core img{width:106px}.orbit-node{position:absolute;width:112px;height:88px;border-radius:21px;background:rgba(255,255,255,.95);border:1px solid #e6edf5;box-shadow:0 16px 40px rgba(18,52,86,.08);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.orbit-node span{font-weight:800;font-size:15px;letter-spacing:-.02em}.orbit-node small{font-size:8px;color:#8b97a8}.n1{left:21%;top:18%}.n2{right:18%;top:18%}.n3{right:9%;top:48%}.n4{right:23%;bottom:14%}.n5{left:24%;bottom:13%}.n6{left:8%;top:50%}.n7{left:41%;top:8%}.n8{left:43%;bottom:7%}

.workspace-section{background:#f3f6f9}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;margin-bottom:56px}.section-head p{margin:0;color:var(--muted);font-size:15px;line-height:1.8;max-width:460px}.workspace-stage{background:var(--dark);border-radius:34px;min-height:610px;padding:54px 0 54px 54px;display:grid;grid-template-columns:.67fr 1.33fr;gap:34px;overflow:hidden;box-shadow:var(--shadow)}.workspace-stage-copy{color:#fff;padding:34px 20px 30px 0;display:flex;flex-direction:column;justify-content:center}.mini-tag{font-size:10px;letter-spacing:.16em;color:#75b5f3;font-weight:800}.workspace-stage-copy h3{font-size:40px;line-height:1.04;letter-spacing:-.045em;margin:18px 0}.workspace-stage-copy p{color:#94a7bc;font-size:14px;line-height:1.75;margin:0}.stage-points{display:grid;gap:11px;margin-top:32px}.stage-points span{font-size:11px;color:#d4e2f2;padding-left:18px;position:relative}.stage-points span:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:#3899f6}.stage-screen{display:flex;align-items:center;transform:translateX(34px)}.stage-screen .workspace-window{width:760px;box-shadow:0 40px 100px rgba(0,0,0,.36)}.workspace-full{padding:26px 28px 30px;min-height:490px;background:#f7f9fb}.workspace-full-head{display:flex;justify-content:space-between;align-items:flex-start}.workspace-full-head>div{display:flex;flex-direction:column}.workspace-full-head small{font-size:7px;letter-spacing:.13em;color:#8895a6;font-weight:800}.workspace-full-head strong{font-size:19px;letter-spacing:-.03em;margin-top:4px}.workspace-full-head button{background:#fff;border:1px solid #e4e9ef;border-radius:7px;color:#7f8b9a;font-size:8px;padding:6px 9px}.workspace-title{font-size:8px;font-weight:800;letter-spacing:.1em;color:#8190a0;margin:26px 0 10px;text-transform:uppercase}.workspace-apps{display:grid;grid-template-columns:1fr 1fr;gap:9px}.workspace-apps article{background:#fff;border:1px solid #e9edf2;border-radius:13px;padding:12px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px}.app-icon{width:38px;height:38px;border-radius:10px;background:#edf4fc;color:var(--blue);display:grid;place-items:center;font-size:9px;font-weight:800}.workspace-apps article>div:nth-child(2){display:flex;flex-direction:column}.workspace-apps strong{font-size:10px}.workspace-apps span{font-size:7px;color:#8c98a8;margin-top:2px}.workspace-apps em{font-style:normal;font-size:6px;letter-spacing:.08em;color:var(--blue);font-weight:800}.workspace-title-secondary{margin-top:23px}.discover-row{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.discover-row span{height:48px;border:1px dashed #ccd6e0;border-radius:11px;background:#fbfcfd;display:grid;place-items:center;font-size:8px;color:#758497;font-weight:800}

.products{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.product-card{position:relative;min-height:390px;padding:34px;border:1px solid #e9edf2;border-radius:28px;background:#f9fafb;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.product-card:hover{border-color:#d6e2ef;box-shadow:0 22px 60px rgba(27,54,83,.08)}.product-featured{grid-column:span 2;min-height:470px;background:linear-gradient(135deg,#061426,#0c2b4f);color:#fff;border:none}.product-meta{display:flex;justify-content:space-between;font-size:9px;letter-spacing:.14em;font-weight:800;color:#7e8b9c}.product-featured .product-meta{color:#75a6d4}.product-meta em{font-style:normal}.product-card h3{font-size:34px;letter-spacing:-.04em;margin:0 0 10px}.product-card p{max-width:480px;color:#687689;font-size:13px;line-height:1.7;margin:0 0 20px}.product-featured p{color:#a6bad0}.product-card a{font-size:11px;font-weight:800;color:var(--blue)}.product-featured a{color:#93c7ff}.product-card a span{display:inline-block;margin-left:6px}.ai-demo{position:absolute;right:52px;bottom:50px;width:42%;padding:18px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(8px)}.ai-question{font-size:11px;font-weight:700;padding:12px;background:rgba(255,255,255,.09);border-radius:11px}.ai-answer{padding:15px 10px 4px;display:flex;gap:5px;align-items:center;flex-wrap:wrap}.ai-answer span{width:6px;height:6px;border-radius:50%;background:#7abaff;animation:blink 1.4s infinite}.ai-answer span:nth-child(2){animation-delay:.15s}.ai-answer span:nth-child(3){animation-delay:.3s}.ai-answer small{width:100%;margin-top:9px;color:#91a9c0;font-size:8px}.mini-visual{height:105px;margin-top:20px}.bars{display:flex;align-items:end;gap:10px}.bars i{display:block;flex:1;border-radius:8px 8px 2px 2px;background:linear-gradient(#5ca8f4,#0b61ba)}.bars i:nth-child(1){height:35%}.bars i:nth-child(2){height:57%}.bars i:nth-child(3){height:46%}.bars i:nth-child(4){height:78%}.bars i:nth-child(5){height:100%}.chart-line{display:flex;align-items:end}.chart-line svg{width:100%;color:#6657df}.metric{display:flex;flex-direction:column;justify-content:flex-end}.metric b{font-size:38px;letter-spacing:-.05em;color:#14a064}.metric span{font-size:10px;color:#8995a5}.valora-ring{width:104px;height:104px;border-radius:50%;background:conic-gradient(#005fd0 0 82%,#e4e9ef 82% 100%);display:grid;place-items:center;position:relative}.valora-ring:after{content:"";position:absolute;width:74px;height:74px;border-radius:50%;background:#f9fafb}.valora-ring span{position:relative;z-index:1;font-size:25px;font-weight:800;color:#0957ad}.tickets{display:flex;flex-direction:column;gap:8px;justify-content:flex-end}.tickets i{font-style:normal;font-size:9px;background:#fff;border:1px solid #e4e8ed;padding:10px 12px;border-radius:9px;color:#68788a}.tickets i:nth-child(2){margin-left:15%}.tickets i:nth-child(3){margin-left:30%}

.erp-core{background:#eef3f7;overflow:hidden}.erp-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:50px;align-items:center}.erp-copy p{color:#647386;font-size:15px;line-height:1.8;margin:28px 0 0}.feature-list{margin-top:38px;border-top:1px solid #d9e1e9}.feature-list>div{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #d9e1e9}.feature-list b{font-size:10px;color:#7f8da0}.feature-list span{display:flex;flex-direction:column;gap:3px}.feature-list strong{font-size:12px}.feature-list small{color:#7a889a;font-size:10px}.erp-visual{position:relative}.erp-visual:before{content:"";position:absolute;inset:15% 4% 8%;background:radial-gradient(circle,#89b8e9,transparent 65%);filter:blur(45px);opacity:.35}.erp-visual img{position:relative;width:100%;filter:drop-shadow(0 35px 40px rgba(36,58,82,.16))}.erp-badge{position:absolute;right:1%;bottom:9%;background:#fff;border:1px solid #e0e6ed;box-shadow:0 18px 40px rgba(25,47,70,.12);padding:14px 18px;border-radius:13px;display:flex;flex-direction:column}.erp-badge span{font-size:7px;letter-spacing:.13em;color:#8190a1}.erp-badge strong{font-size:11px;margin-top:3px}

.industry-band{position:relative;min-height:720px;display:flex;align-items:center;color:#fff;overflow:hidden}.industry-image{position:absolute;inset:0;background:url('/images/factory-panorama.webp') center/cover no-repeat;transform:scale(1.02)}.industry-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,14,25,.92) 0%,rgba(5,14,25,.74) 46%,rgba(5,14,25,.22) 100%)}.industry-content{position:relative;z-index:2}.industry-content h2{font-size:clamp(44px,6vw,78px);line-height:1;letter-spacing:-.055em;margin:0}.industry-content p{max-width:610px;color:#b4c3d3;font-size:15px;line-height:1.8;margin:28px 0}.industry-tags{display:flex;gap:9px;flex-wrap:wrap}.industry-tags span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);padding:10px 13px;border-radius:999px;font-size:10px;font-weight:700}

.proof{background:#fff}.proof-top{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end}.proof-top p{color:#6d7b8d;font-size:14px;line-height:1.8;margin:0}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:65px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-grid div{padding:34px 18px 34px 0;border-right:1px solid var(--line);display:flex;flex-direction:column}.proof-grid div:last-child{border-right:0;padding-left:24px}.proof-grid strong{font-size:43px;letter-spacing:-.05em}.proof-grid span{font-size:10px;color:#7e8b9b;margin-top:5px}.logos-placeholder{margin-top:44px;display:grid;grid-template-columns:160px repeat(6,1fr);gap:14px;align-items:center}.logos-placeholder>span{font-size:8px;line-height:1.5;letter-spacing:.08em;color:#929eac}.logos-placeholder i{height:62px;border-radius:13px;background:#f4f6f8;border:1px solid #ebeff3}

.manifesto{padding:150px 0;text-align:center;background:radial-gradient(circle at 50% 0,#112c4b,#07111f 55%)}.manifesto-inner{max-width:980px}.manifesto-mark{font-size:10px;letter-spacing:.2em;color:#6ea8de;font-weight:800;margin-bottom:28px}.manifesto h2{font-size:clamp(48px,6.7vw,88px);color:#fff}.manifesto h2 span{color:#7295b8}.manifesto p{max-width:690px;margin:32px auto 50px;color:#91a4b8;font-size:16px;line-height:1.8}.manifesto img{width:178px;margin:0 auto;opacity:.92}

.cta{padding:112px 0;background:#fff}.cta-inner{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:60px}.cta h2{font-size:clamp(40px,5vw,66px)}.cta-actions{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding-bottom:6px}.footer{background:#07111f;color:#fff;padding:70px 0 24px}.footer-top{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding-bottom:50px}.footer-brand img{width:165px}.footer-brand p{color:#7890a8;font-size:11px;line-height:1.7;margin-top:20px}.footer-col{display:flex;flex-direction:column;gap:12px}.footer-col strong{font-size:10px;letter-spacing:.1em;color:#a4b8cc;margin-bottom:7px}.footer-col a{font-size:10px;color:#70859b}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:flex;justify-content:space-between;font-size:8px;color:#536b82}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.reveal-delay{transition-delay:.15s}.reveal.visible{opacity:1;transform:none}@keyframes blink{0%,100%{opacity:.25}50%{opacity:1}}

@media(max-width:1050px){.desktop-nav{display:none}.header-actions .login-link{display:none}.hero-grid{grid-template-columns:1fr}.hero{padding-top:145px}.hero-copy{text-align:center;max-width:800px;margin:auto}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-product{min-height:520px}.section-head,.proof-top,.cta-inner{grid-template-columns:1fr;gap:24px}.workspace-stage{grid-template-columns:1fr;padding:38px}.workspace-stage-copy{padding:10px;max-width:620px}.stage-screen{transform:none}.stage-screen .workspace-window{width:100%}.erp-grid{grid-template-columns:1fr}.erp-copy{max-width:720px}.logos-placeholder{grid-template-columns:repeat(3,1fr)}.logos-placeholder>span{grid-column:1/-1}.footer-top{grid-template-columns:1.5fr repeat(3,1fr)}}
@media(max-width:760px){.shell,.narrow{width:min(100% - 28px,1180px)}.section{padding:82px 0}.site-header{height:68px}.header-inner{height:68px}.brand,.brand img{width:134px}.header-actions{display:none}.menu-button{display:flex;margin-left:auto;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:6px}.menu-button span{width:22px;height:1.5px;background:currentColor;display:block}.mobile-menu{position:absolute;top:68px;left:14px;right:14px;padding:20px;background:#fff;color:var(--ink);border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,.18);flex-direction:column;gap:16px}.mobile-menu[aria-hidden="false"]{display:flex}.mobile-menu a{font-size:13px;font-weight:700}.hero{min-height:auto;padding:128px 0 70px}.hero h1{font-size:50px}.hero-actions{flex-direction:column;gap:18px}.hero-proof{gap:14px;flex-wrap:wrap}.hero-proof>div{width:calc(50% - 8px)}.hero-product{min-height:370px;margin-top:15px}.hero-window{width:720px;transform:scale(.66)}.chip-ai{left:0;bottom:30px}.chip-alert{right:0;top:44px}.floating-chip{transform:scale(.83)}.orbit-canvas{height:520px}.orbit-line-a{width:220px;height:220px}.orbit-line-b{width:360px;height:360px}.orbit-line-c{width:530px;height:530px}.orbit-core{width:126px;height:126px}.orbit-core img{width:87px}.orbit-node{width:88px;height:68px;border-radius:16px}.orbit-node span{font-size:11px}.n1{left:7%;top:18%}.n2{right:7%;top:18%}.n3{right:2%;top:50%}.n4{right:12%;bottom:10%}.n5{left:12%;bottom:10%}.n6{left:2%;top:50%}.n7{left:38%;top:5%}.n8{left:38%;bottom:4%}.workspace-stage{padding:24px 0 30px 24px;border-radius:26px}.workspace-stage-copy{padding-right:24px}.workspace-stage-copy h3{font-size:32px}.stage-screen{overflow:hidden}.stage-screen .workspace-window{width:720px;min-width:720px;transform:scale(.74);transform-origin:left center;margin-right:-187px}.product-grid{grid-template-columns:1fr}.product-featured{grid-column:auto}.product-card{min-height:350px}.ai-demo{position:static;width:100%;margin-top:25px}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid div:nth-child(2){border-right:0}.proof-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.proof-grid div:last-child{padding-left:0}.logos-placeholder{grid-template-columns:repeat(2,1fr)}.industry-band{min-height:640px}.industry-overlay{background:rgba(5,14,25,.74)}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{gap:18px;flex-direction:column}.cta{padding:80px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.ai-answer span{animation:none}}

/* ===== V9 · HERO + WORKSPACE REAL ===== */
.shell{width:min(1360px,calc(100% - 64px))}
.site-header{height:88px}
.header-inner{height:88px;gap:38px}
.brand,.brand img{width:176px}
.desktop-nav{gap:34px}
.desktop-nav a,.login-link{font-size:14px;font-weight:700;letter-spacing:-.015em;opacity:.90;position:relative}
.desktop-nav a:after,.login-link:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:2px;border-radius:999px;background:#6ab2ff;transition:right .25s ease}
.desktop-nav a:hover:after,.login-link:hover:after{right:0}
.header-actions{gap:24px}
.btn-small{padding:13px 20px;font-size:13px}
.site-header.scrolled:before{box-shadow:0 8px 30px rgba(20,40,70,.05)}

.hero{min-height:930px;padding:178px 0 92px;background:radial-gradient(circle at 72% 40%,#123c70 0%,#08213d 26%,#071525 55%,#050c15 100%)}
.hero-grid{grid-template-columns:.90fr 1.35fr;gap:62px}
.hero h1{font-size:clamp(58px,5.9vw,94px);max-width:680px}
.hero-copy>p{font-size:18px;max-width:640px}
.hero-actions{margin-top:40px}
.hero-proof{margin-top:58px}
.hero-proof strong{font-size:27px}
.hero-proof span{font-size:10px}
.hero-product{min-height:620px;isolation:isolate;transition:transform .18s ease-out}

.hero-aurora{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;opacity:.34;mix-blend-mode:screen;animation:auroraFloat 9s ease-in-out infinite alternate}
.aurora-a{width:560px;height:360px;background:#0b75ff;right:12%;top:16%}
.aurora-b{width:420px;height:300px;background:#13b9ca;right:34%;bottom:4%;opacity:.13;animation-delay:-3s}
.hero-beam{position:absolute;right:-8%;top:7%;width:72%;height:120%;background:linear-gradient(112deg,transparent 31%,rgba(82,157,255,.065) 46%,rgba(130,200,255,.15) 50%,rgba(82,157,255,.045) 55%,transparent 68%);transform:rotate(-4deg);pointer-events:none;animation:beamShift 9s ease-in-out infinite alternate}
.hero-particles{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.hero-particles i{position:absolute;width:3px;height:3px;border-radius:50%;background:#86c6ff;box-shadow:0 0 14px rgba(83,168,255,.85);opacity:.45;animation:particlePulse 3.8s ease-in-out infinite}
.hero-particles i:nth-child(1){left:56%;top:21%}.hero-particles i:nth-child(2){left:79%;top:18%;animation-delay:-1s}.hero-particles i:nth-child(3){left:91%;top:36%;animation-delay:-2.3s}.hero-particles i:nth-child(4){left:62%;top:67%;animation-delay:-.7s}.hero-particles i:nth-child(5){left:85%;top:74%;animation-delay:-1.7s}.hero-particles i:nth-child(6){left:48%;top:46%;animation-delay:-2.8s}.hero-particles i:nth-child(7){left:73%;top:53%;animation-delay:-1.2s}.hero-particles i:nth-child(8){left:95%;top:63%;animation-delay:-3s}

.hero-screen-frame{position:relative;width:min(760px,100%);border-radius:23px;padding:8px;background:linear-gradient(145deg,rgba(255,255,255,.26),rgba(255,255,255,.06));box-shadow:0 55px 120px rgba(0,0,0,.42),0 0 0 1px rgba(126,187,255,.14),0 0 70px rgba(14,113,229,.14);transform:perspective(1450px) rotateY(-5deg) rotateX(2deg) rotateZ(.15deg);transform-origin:center;overflow:hidden;z-index:3}
.screen-lightbar{height:34px;background:rgba(6,16,29,.93);display:flex;align-items:center;gap:7px;padding:0 12px;border-radius:16px 16px 7px 7px;border-bottom:1px solid rgba(255,255,255,.06);color:#728aa4;font-size:8px}
.screen-lightbar span{width:6px;height:6px;border-radius:50%;background:#55708f;opacity:.55}.screen-lightbar b{margin-left:auto;margin-right:auto;font-size:8px;letter-spacing:.08em;font-weight:600;color:#6e86a0}
.hero-workspace-image{width:100%;border-radius:7px 7px 15px 15px;display:block;position:relative;z-index:1}
.screen-reflection{position:absolute;inset:42px 8px 8px;background:linear-gradient(112deg,transparent 20%,rgba(255,255,255,.07) 38%,transparent 52%);pointer-events:none;z-index:2}
.hero-orbit-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(91,165,247,.13);border-radius:50%;z-index:0;pointer-events:none;animation:ringRotate 24s linear infinite}
.ring-one{width:700px;height:700px;transform:translate(-46%,-50%)}
.ring-two{width:880px;height:880px;transform:translate(-46%,-50%);border-style:dashed;opacity:.55;animation-duration:42s;animation-direction:reverse}
.floating-chip{z-index:6;backdrop-filter:blur(18px)}
.chip-ai{left:-18px;bottom:78px;animation:chipFloat 5s ease-in-out infinite}
.chip-alert{right:-7px;top:108px;animation:chipFloat 5.7s ease-in-out infinite -1.1s}
.chip-sync{right:42px;bottom:42px;background:rgba(7,24,43,.88);color:#fff;border-color:rgba(115,185,255,.16);animation:chipFloat 6.2s ease-in-out infinite -2.1s}
.chip-sync>span{background:rgba(46,154,255,.15);color:#55b4ff;font-size:10px}.chip-sync small{color:#7090ae}.chip-sync b{color:#eaf5ff}

.workspace-stage{min-height:650px;grid-template-columns:.56fr 1.44fr;gap:24px}
.stage-screen{padding:8px 0 8px 0;display:flex;align-items:center;transform:translateX(22px)}
.real-workspace-card{width:104%;border-radius:22px;padding:7px;background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(255,255,255,.04));box-shadow:0 42px 90px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.08);transform:perspective(1500px) rotateY(-4deg);overflow:hidden}
.real-workspace-toolbar{height:35px;border-radius:15px 15px 7px 7px;background:#0a1728;color:#7289a1;display:flex;align-items:center;padding:0 12px;font-size:8px;letter-spacing:.03em}
.real-workspace-toolbar>div{display:flex;gap:5px}.real-workspace-toolbar i{width:6px;height:6px;border-radius:50%;background:#536a82}.real-workspace-toolbar span{margin:auto}.real-workspace-toolbar b{font-size:7px;letter-spacing:.12em;color:#45d29c;background:rgba(69,210,156,.09);border:1px solid rgba(69,210,156,.15);padding:4px 7px;border-radius:999px}
.real-workspace-card img{width:100%;border-radius:7px 7px 14px 14px;display:block}

@keyframes auroraFloat{from{transform:translate3d(-15px,-10px,0) scale(.98)}to{transform:translate3d(35px,24px,0) scale(1.08)}}
@keyframes beamShift{from{transform:translateX(-2%) rotate(-4deg)}to{transform:translateX(4%) rotate(-2deg)}}
@keyframes particlePulse{0%,100%{opacity:.18;transform:scale(.65)}50%{opacity:.75;transform:scale(1.45)}}
@keyframes ringRotate{from{transform:translate(-46%,-50%) rotate(0)}to{transform:translate(-46%,-50%) rotate(360deg)}}
@keyframes chipFloat{0%,100%{translate:0 0}50%{translate:0 -9px}}

@media(max-width:1200px){
  .shell{width:min(1180px,calc(100% - 48px))}
  .desktop-nav{gap:24px}.desktop-nav a,.login-link{font-size:13px}
  .hero-grid{gap:38px}.hero-screen-frame{width:680px}
}
@media(max-width:1050px){
  .hero-screen-frame{width:min(820px,96%);transform:perspective(1400px) rotateX(2deg)}
  .ring-one{width:620px;height:620px}.ring-two{width:760px;height:760px}
  .stage-screen{transform:none}.real-workspace-card{width:100%;transform:none}
}
@media(max-width:760px){
  .shell,.narrow{width:min(100% - 28px,1180px)}
  .site-header,.header-inner{height:72px}.brand,.brand img{width:146px}
  .hero{padding-top:128px;min-height:auto}.hero h1{font-size:50px}.hero-copy>p{font-size:16px}
  .hero-product{min-height:390px}.hero-screen-frame{width:690px;max-width:none;transform:scale(.58);transform-origin:center}.ring-one,.ring-two{display:none}
  .chip-ai{left:2px;bottom:24px}.chip-alert{right:0;top:34px}.chip-sync{display:none}.floating-chip{transform:scale(.78)}
  .workspace-stage{padding:26px 0 28px 24px}.stage-screen{overflow:hidden}.real-workspace-card{width:760px;min-width:760px;transform:scale(.72);transform-origin:left center;margin-right:-210px}
}
@media(prefers-reduced-motion:reduce){.hero-aurora,.hero-beam,.hero-particles i,.hero-orbit-ring,.chip-ai,.chip-alert,.chip-sync{animation:none!important}}

/* ===== V10 · GLASS TOPBAR + JCS PLATFORM ===== */
/* A barra permanece visualmente a mesma durante toda a página. O conteúdo por trás
   aparece através do glass; não há troca brusca de claro/escuro no scroll. */
.site-header{
  height:104px;
  color:#fff !important;
  background:transparent !important;
  pointer-events:none;
}
.site-header:before,.site-header.scrolled:before{
  content:none !important;
  display:none !important;
}
.header-inner{
  height:76px;
  top:14px;
  padding:0 18px 0 20px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(7,20,37,.56),rgba(5,16,30,.43));
  border:1px solid rgba(255,255,255,.11);
  -webkit-backdrop-filter:blur(22px) saturate(150%);
  backdrop-filter:blur(22px) saturate(150%);
  box-shadow:0 18px 48px rgba(2,12,24,.12), inset 0 1px 0 rgba(255,255,255,.06);
  transition:background .25s ease,box-shadow .25s ease,transform .25s ease;
  pointer-events:auto;
  overflow:hidden;
}
.header-inner:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(105deg,rgba(255,255,255,.055),transparent 28%,transparent 68%,rgba(90,169,255,.04));
}
.header-inner:after{
  content:"";
  position:absolute;
  left:8%;right:8%;bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(105,179,255,.38),transparent);
  opacity:.72;
  pointer-events:none;
}
.site-header.scrolled .header-inner{
  background:linear-gradient(180deg,rgba(7,20,37,.66),rgba(5,16,30,.54));
  box-shadow:0 20px 54px rgba(2,12,24,.18), inset 0 1px 0 rgba(255,255,255,.07);
  transform:translateY(-2px);
}
.brand,.brand img{width:176px}
.brand img,.site-header.scrolled .brand img{filter:none !important}
.desktop-nav{gap:36px}
.desktop-nav a,.login-link{
  color:rgba(255,255,255,.90) !important;
  font-size:14px;
  font-weight:700;
  letter-spacing:-.015em;
  opacity:1;
  text-shadow:0 1px 12px rgba(0,0,0,.16);
}
.desktop-nav a:after,.login-link:after{bottom:-10px;background:#6bb5ff}
.desktop-nav a:hover,.login-link:hover{color:#fff !important}
.header-actions{gap:24px}
.site-header .btn-primary{background:linear-gradient(180deg,#0a70d7,#0058af);box-shadow:0 10px 26px rgba(0,90,190,.30)}
.site-header .btn-primary:hover{background:linear-gradient(180deg,#1680ed,#0063c4)}

/* Menu mobile usa a mesma linguagem glass. */
.mobile-menu{
  top:92px;
  background:rgba(7,20,37,.76) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(24px) saturate(150%);
  backdrop-filter:blur(24px) saturate(150%);
  box-shadow:0 24px 60px rgba(2,12,24,.26);
}
.mobile-menu a{color:#fff}
.menu-button span{background:#fff}

/* JCS Platform: marca oficial no hub e mais sensação de ecossistema vivo. */
.orbit-canvas{
  background:
    radial-gradient(circle at 50% 50%,rgba(50,139,236,.10),transparent 29%),
    radial-gradient(circle at 18% 24%,rgba(109,179,255,.055),transparent 25%),
    linear-gradient(180deg,#f9fbfe,#f2f6fa);
  border-color:#e1eaf4;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 32px 80px rgba(25,64,105,.07);
}
.orbit-canvas:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background-image:radial-gradient(circle at center,rgba(19,103,195,.13) 1px,transparent 1.4px);
  background-size:44px 44px;
  -webkit-mask-image:radial-gradient(circle at center,transparent 0 31%,#000 62%,transparent 88%);
  mask-image:radial-gradient(circle at center,transparent 0 31%,#000 62%,transparent 88%);
}
.orbit-core{
  width:166px;height:166px;
  border-radius:40px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:13px;
  background:linear-gradient(145deg,#0d6ccd,#004487 72%);
  box-shadow:0 30px 68px rgba(0,74,153,.29),0 0 0 12px rgba(41,133,226,.045),0 0 62px rgba(21,119,220,.14);
  z-index:4;
}
.orbit-core:before{
  content:"";
  position:absolute;
  width:242px;height:242px;
  border-radius:50%;
  border:1px solid rgba(55,140,224,.13);
  box-shadow:0 0 50px rgba(41,136,229,.10);
  pointer-events:none;
}
.orbit-core img{width:112px;max-height:38px;object-fit:contain}
.orbit-core span{
  color:rgba(255,255,255,.88);
  font-size:13px;
  line-height:1;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.orbit-line{z-index:1;will-change:transform}
.orbit-line:after{
  content:"";
  position:absolute;
  left:50%;top:-4px;
  width:8px;height:8px;
  margin-left:-4px;
  border-radius:50%;
  background:#5ba9f5;
  box-shadow:0 0 0 5px rgba(69,154,239,.08),0 0 18px rgba(42,138,232,.48);
}
.orbit-line-a{animation:jcsOrbitSpin 20s linear infinite}
.orbit-line-b{animation:jcsOrbitSpinReverse 31s linear infinite}
.orbit-line-c{animation:jcsOrbitSpin 45s linear infinite}
.orbit-node{
  z-index:3;
  background:rgba(255,255,255,.86);
  -webkit-backdrop-filter:blur(16px) saturate(130%);
  backdrop-filter:blur(16px) saturate(130%);
  border:1px solid rgba(208,222,238,.82);
  box-shadow:0 18px 44px rgba(28,66,105,.085),inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.orbit-node:before{
  content:"";
  width:7px;height:7px;
  border-radius:50%;
  background:#69b4ff;
  box-shadow:0 0 0 5px rgba(66,154,241,.08);
  position:absolute;
  right:-4px;top:50%;
  transform:translateY(-50%);
}
.orbit-node:hover{transform:translateY(-5px);border-color:#c7ddf2;box-shadow:0 24px 58px rgba(28,66,105,.13),inset 0 1px 0 #fff}
.orbit-node span{font-size:15px}.orbit-node small{font-size:8px}
@keyframes jcsOrbitSpin{from{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}
@keyframes jcsOrbitSpinReverse{from{transform:translate(-50%,-50%) rotate(360deg)}to{transform:translate(-50%,-50%) rotate(0)}}

@media(max-width:1200px){
  .desktop-nav{gap:25px}
  .desktop-nav a,.login-link{font-size:13px}
  .header-inner{padding-inline:16px}
}
@media(max-width:1050px){
  .site-header{height:92px}
  .header-inner{height:70px;top:11px}
}
@media(max-width:760px){
  .site-header{height:86px}
  .header-inner{height:64px;top:10px;border-radius:18px;padding:0 15px}
  .brand,.brand img{width:145px}
  .mobile-menu{top:82px}
  .orbit-core{width:132px;height:132px;border-radius:33px;gap:9px}
  .orbit-core img{width:88px;max-height:31px}.orbit-core span{font-size:10px}
}
@media(prefers-reduced-motion:reduce){
  .orbit-line-a,.orbit-line-b,.orbit-line-c{animation:none!important}
}

/* ==========================================================
   V11 · RESPONSIVIDADE TOTAL + POLIMENTO DE NAVEGAÇÃO
   Desktop amplo, notebooks 13", tablets e smartphones.
   ========================================================== */
html,body{max-width:100%;overflow-x:hidden}
:target{scroll-margin-top:112px}
.shell{width:min(1320px,calc(100% - 48px))}
.narrow{width:min(980px,calc(100% - 48px))}

/* Topbar: o mesmo glass acompanha toda a página. */
.site-header{height:104px}
.header-inner{
  width:min(1320px,calc(100% - 48px));
  height:76px;
  top:14px;
  gap:26px;
  padding:0 18px 0 22px;
  background:linear-gradient(180deg,rgba(7,20,37,.52),rgba(5,16,30,.42));
  border:1px solid rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(24px) saturate(155%);
  backdrop-filter:blur(24px) saturate(155%);
}
.site-header.scrolled .header-inner{
  background:linear-gradient(180deg,rgba(7,20,37,.52),rgba(5,16,30,.42));
  box-shadow:0 22px 58px rgba(2,12,24,.20),inset 0 1px 0 rgba(255,255,255,.07);
  transform:translateY(-2px);
}
.brand,.brand img{width:180px;flex:0 0 auto}
.desktop-nav{gap:34px;white-space:nowrap}
.desktop-nav a,.login-link{font-size:14px;line-height:1;font-weight:700}
.desktop-nav a{position:relative}
.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;height:2px;border-radius:2px;background:#6bb5ff;transition:.22s ease;opacity:.9}
.desktop-nav a:hover:after,.desktop-nav a.active:after{left:0;right:0}
.desktop-nav a.active{color:#fff!important}
.header-actions{gap:22px;white-space:nowrap}
.site-header .btn-small{padding:13px 19px;font-size:13px}

/* Hero ocupa bem a primeira tela, inclusive em notebooks menores. */
.hero{min-height:100svh;padding:138px 0 64px}
.hero-grid{grid-template-columns:minmax(430px,.92fr) minmax(0,1.38fr);gap:48px}
.hero-copy{min-width:0}
.hero h1{font-size:clamp(58px,5.25vw,88px);max-width:690px}
.hero-copy>p{font-size:clamp(15px,1.08vw,18px);max-width:610px}
.hero-product{min-width:0;min-height:540px}
.hero-screen-frame{width:min(760px,104%)}
.hero-proof{max-width:620px}

/* Um pouco mais de presença nas seções sem deixar pesada. */
.section{padding:clamp(88px,8vw,126px) 0}
.section-head{gap:clamp(34px,5vw,78px)}
.product-grid{gap:20px}
.product-card{border-radius:28px}
.workspace-stage{box-shadow:0 36px 90px rgba(5,18,34,.14)}

/* Tablet / notebook compacto. Mantém desktop até onde realmente cabe. */
@media(max-width:1280px){
  .shell{width:min(1220px,calc(100% - 40px))}
  .header-inner{width:min(1220px,calc(100% - 40px));gap:20px;padding-inline:16px}
  .brand,.brand img{width:166px}
  .desktop-nav{gap:22px}
  .desktop-nav a,.login-link{font-size:12.5px}
  .header-actions{gap:15px}
  .site-header .btn-small{font-size:12px;padding:12px 16px}
  .hero{padding-top:126px}
  .hero-grid{grid-template-columns:minmax(390px,.86fr) minmax(0,1.14fr);gap:34px}
  .hero h1{font-size:clamp(56px,5.2vw,72px)}
  .hero-product{min-height:505px}
  .hero-screen-frame{width:min(680px,105%)}
  .floating-chip{scale:.92}
}

/* A partir daqui trocamos para layout empilhado para não esmagar nada. */
@media(max-width:1120px){
  .site-header{height:94px}
  .header-inner{height:70px;top:12px}
  .desktop-nav{display:none}
  .header-actions .login-link{display:none}
  .menu-button{display:flex;margin-left:0;width:42px;height:42px;border:0;background:transparent;flex-direction:column;justify-content:center;align-items:center;gap:6px}
  .menu-button span{width:22px;height:1.5px;background:#fff;display:block;transition:.2s}
  .hero{min-height:auto;padding:132px 0 82px}
  .hero-grid{grid-template-columns:1fr;gap:44px}
  .hero-copy{text-align:center;max-width:850px;margin-inline:auto}
  .hero h1{max-width:850px;margin-inline:auto;font-size:clamp(58px,7.4vw,82px)}
  .hero-copy>p{margin-inline:auto;max-width:680px}
  .hero-actions,.hero-proof{justify-content:center}
  .hero-product{min-height:540px}
  .hero-screen-frame{width:min(850px,92%);transform:perspective(1400px) rotateX(1.5deg)}
  .chip-ai{left:4%;bottom:62px}.chip-alert{right:4%;top:100px}.chip-sync{right:10%;bottom:24px}
  .section-head,.proof-top,.cta-inner{grid-template-columns:1fr;gap:26px}
  .section-head p{max-width:700px}
  .workspace-stage{grid-template-columns:1fr;padding:42px 0 42px 42px;min-height:auto}
  .workspace-stage-copy{max-width:700px;padding:0 42px 0 0}
  .stage-screen{transform:none}
  .real-workspace-card{width:100%;transform:none;border-radius:20px}
  .erp-grid{grid-template-columns:1fr;gap:50px}
  .erp-copy{max-width:760px}
  .footer-top{grid-template-columns:1.4fr repeat(3,1fr)}
}

@media(max-width:900px){
  .shell,.narrow{width:min(100% - 36px,1320px)}
  .hero h1{font-size:clamp(52px,8.2vw,72px)}
  .hero-product{min-height:470px}
  .hero-screen-frame{width:900px;max-width:112%;transform:scale(.88);transform-origin:center}
  .ring-one{width:620px;height:620px}.ring-two{width:760px;height:760px}
  .orbit-canvas{height:580px}
  .product-grid{grid-template-columns:1fr 1fr}
  .product-featured{grid-column:1/-1}
  .proof-grid{grid-template-columns:1fr 1fr}
  .logos-placeholder{grid-template-columns:repeat(3,1fr)}
  .industry-band{min-height:660px}
  .footer-top{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}

@media(max-width:680px){
  .shell,.narrow{width:min(100% - 28px,1320px)}
  .section{padding:76px 0}
  .site-header{height:84px}
  .header-inner{width:calc(100% - 20px);height:62px;top:10px;border-radius:18px;padding:0 13px 0 15px}
  .brand,.brand img{width:143px}
  .header-actions{display:none}
  .menu-button{margin-left:auto}
  .mobile-menu{display:none;position:fixed;top:80px;left:10px;right:10px;max-height:calc(100svh - 94px);overflow:auto;padding:18px;border-radius:20px;background:rgba(7,20,37,.86)!important;color:#fff!important;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(24px) saturate(155%);backdrop-filter:blur(24px) saturate(155%);box-shadow:0 28px 70px rgba(2,12,24,.32);z-index:60}
  .mobile-menu[aria-hidden="false"]{display:flex}
  .mobile-menu a{padding:8px 4px;font-size:14px}
  .mobile-menu .btn{margin-top:4px;padding:14px 18px}
  body.menu-open{overflow:hidden}
  .hero{padding:112px 0 58px}
  .hero-grid{gap:28px}
  .eyebrow{font-size:9px;padding:8px 11px}
  .hero h1{font-size:clamp(43px,13vw,58px);line-height:.98;margin:22px 0 20px}
  .hero-copy>p{font-size:15px;line-height:1.62}
  .hero-actions{margin-top:28px;flex-direction:column;gap:15px}
  .hero-actions .btn{width:100%;max-width:340px}
  .hero-proof{margin-top:40px;padding-top:22px;gap:14px;display:grid;grid-template-columns:repeat(3,1fr);width:100%}
  .hero-proof>div{width:auto;display:block;text-align:center}
  .hero-proof strong{display:block;font-size:22px;margin-bottom:6px}
  .hero-proof span{font-size:8px}
  .hero-product{min-height:350px;margin-top:4px}
  .hero-screen-frame{width:740px;max-width:none;transform:scale(.49);transform-origin:center}
  .ring-one,.ring-two{display:none}
  .floating-chip{scale:.72}
  .chip-ai{left:-14px;bottom:20px}.chip-alert{right:-10px;top:28px}.chip-sync{display:none}
  .section h2,.cta h2,.manifesto h2{font-size:clamp(36px,10.5vw,50px)}
  .intro .narrow p{font-size:15px;line-height:1.65}
  .orbit-wrap{margin-top:48px}
  .orbit-canvas{height:600px;border-radius:28px}
  .orbit-line-a{width:210px;height:210px}.orbit-line-b{width:345px;height:345px}.orbit-line-c{width:520px;height:520px}
  .orbit-core{width:122px;height:122px;border-radius:31px;gap:8px}
  .orbit-core:before{width:176px;height:176px}.orbit-core img{width:82px;max-height:29px}.orbit-core span{font-size:9px}
  .orbit-node{width:82px;height:62px;border-radius:15px}
  .orbit-node span{font-size:10.5px}.orbit-node small{font-size:7px}.orbit-node:before{width:5px;height:5px;right:-3px}
  .n1{left:5%;top:18%}.n2{right:5%;top:18%}.n3{right:2%;top:46%}.n4{right:9%;bottom:11%}.n5{left:9%;bottom:11%}.n6{left:2%;top:46%}.n7{left:39%;top:5%}.n8{left:39%;bottom:4%}
  .workspace-stage{padding:28px 0 28px 24px;border-radius:26px;gap:20px}
  .workspace-stage-copy{padding-right:24px}
  .workspace-stage-copy h3{font-size:31px}
  .stage-points{gap:8px;flex-wrap:wrap}
  .stage-screen{overflow:hidden}
  .real-workspace-card{width:760px;min-width:760px;transform:scale(.54);transform-origin:left center;margin-right:-345px;margin-top:-42px;margin-bottom:-42px}
  .real-workspace-toolbar{height:31px}
  .product-grid{grid-template-columns:1fr}
  .product-featured{grid-column:auto}
  .product-card{min-height:330px}
  .ai-demo{position:static;width:100%;margin-top:24px}
  .proof-grid{grid-template-columns:1fr 1fr}
  .logos-placeholder{grid-template-columns:repeat(2,1fr)}
  .industry-band{min-height:620px}
  .industry-content p{font-size:15px}
  .industry-tags{gap:8px}.industry-tags span{font-size:11px}
  .cta-actions{align-items:flex-start}
  .footer-top{grid-template-columns:1fr 1fr;gap:38px 24px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}
}

/* Smartphones estreitos (iPhone mini/SE e Android compactos). */
@media(max-width:420px){
  .shell,.narrow{width:calc(100% - 22px)}
  .brand,.brand img{width:132px}
  .hero{padding-top:104px}
  .hero h1{font-size:clamp(40px,12.2vw,51px)}
  .hero-proof{grid-template-columns:1fr 1fr}.hero-proof>div:last-child{grid-column:1/-1}
  .hero-product{min-height:314px}
  .hero-screen-frame{transform:scale(.43)}
  .floating-chip{scale:.64}
  .orbit-canvas{height:570px}
  .orbit-node{width:76px;height:58px}
  .n7,.n8{left:38%}
  .real-workspace-card{transform:scale(.47);margin-right:-400px;margin-top:-58px;margin-bottom:-58px}
  .proof-grid{grid-template-columns:1fr}
  .proof-grid>div{border-right:0!important;border-bottom:1px solid var(--line)!important}
  .proof-grid>div:last-child{border-bottom:0!important}
  .footer-top{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
}

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

/* ==========================================================
   V12 · JCS.IA EM AÇÃO
   Interface web real + demonstração real no WhatsApp.
   ========================================================== */
.jcsia-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 24%,rgba(67,133,255,.10),transparent 27%),
    radial-gradient(circle at 14% 70%,rgba(31,160,210,.07),transparent 25%),
    linear-gradient(180deg,#fbfdff 0%,#f4f8fc 100%);
}
.jcsia-section:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;
  background-image:linear-gradient(rgba(20,76,140,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,76,140,.035) 1px,transparent 1px);
  background-size:54px 54px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent);
  mask-image:linear-gradient(to bottom,transparent,#000 16%,#000 84%,transparent)
}
.jcsia-section>.shell{position:relative;z-index:1}
.jcsia-head{display:grid;grid-template-columns:1.15fr .85fr;gap:76px;align-items:end;margin-bottom:58px}
.jcsia-head h2{max-width:840px}
.jcsia-intro{max-width:500px;justify-self:end}
.jcsia-intro p{font-size:16px;line-height:1.78;color:var(--muted);margin:0 0 22px}
.jcsia-channel-tags{display:flex;gap:8px;flex-wrap:wrap}
.jcsia-channel-tags span{font-size:11px;font-weight:700;color:#25557f;background:rgba(255,255,255,.72);border:1px solid #d9e7f5;border-radius:999px;padding:8px 11px;box-shadow:0 7px 20px rgba(34,78,118,.04)}

.jcsia-demo{position:relative;min-height:740px;border-radius:38px;background:linear-gradient(145deg,#071524,#0a1d33);padding:46px 410px 46px 46px;overflow:hidden;box-shadow:0 38px 100px rgba(8,28,50,.18)}
.jcsia-demo:before{content:"";position:absolute;width:650px;height:650px;border-radius:50%;right:-150px;top:-220px;background:radial-gradient(circle,rgba(33,120,226,.34),transparent 66%);filter:blur(18px)}
.jcsia-demo:after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;left:10%;bottom:-250px;background:radial-gradient(circle,rgba(28,176,200,.16),transparent 66%);filter:blur(18px)}
.jcsia-web-panel{position:relative;z-index:2;min-width:0}
.jcsia-demo-label{display:inline-flex;align-items:center;gap:9px;color:#8eafd0;font-size:9px;font-weight:800;letter-spacing:.16em;margin-bottom:17px}
.live-dot{width:7px;height:7px;border-radius:50%;background:#35d79a;box-shadow:0 0 0 6px rgba(53,215,154,.08),0 0 16px rgba(53,215,154,.45)}
.jcsia-browser{border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.28);box-shadow:0 28px 78px rgba(0,0,0,.32);transform:perspective(1500px) rotateY(2deg);transform-origin:left center}
.jcsia-browserbar{height:40px;background:#0c1b2c;color:#6f89a5;display:flex;align-items:center;padding:0 13px;font-size:8px;letter-spacing:.03em}
.jcsia-browserbar>div{display:flex;gap:5px}.jcsia-browserbar i{width:6px;height:6px;border-radius:50%;background:#52697f}
.jcsia-browserbar span{margin:auto}.jcsia-browserbar b{font-size:7px;letter-spacing:.12em;color:#8dc7ff;border:1px solid rgba(141,199,255,.14);background:rgba(141,199,255,.08);padding:4px 7px;border-radius:999px}
.jcsia-browser img{display:block;width:100%;height:auto;background:#fff}
.jcsia-question-cloud{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.jcsia-question-cloud span{font-size:10px;color:#9fb4c8;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);border-radius:999px;padding:9px 12px;backdrop-filter:blur(12px)}

.jcsia-phone-wrap{position:absolute;z-index:4;right:34px;top:42px;width:350px;display:flex;flex-direction:column;gap:20px}
.jcsia-phone-copy{color:#fff;padding:0 8px}
.jcsia-phone-copy .mini-tag{color:#7bbcff;background:rgba(53,135,224,.10);border:1px solid rgba(92,161,236,.20)}
.jcsia-phone-copy h3{font-size:27px;line-height:1.08;letter-spacing:-.035em;margin:15px 0 12px}
.jcsia-phone-copy p{font-size:12px;line-height:1.65;color:#8da4bb;margin:0}
.jcsia-phone{position:relative;width:286px;margin-left:auto;margin-right:8px;padding:10px;border-radius:42px;background:linear-gradient(160deg,#283240,#05090e 35%,#101820);box-shadow:0 32px 80px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.12);transform:rotate(1.3deg)}
.jcsia-phone:before{content:"";position:absolute;inset:7px;border-radius:35px;border:1px solid rgba(255,255,255,.06);pointer-events:none;z-index:4}
.phone-hardware{position:absolute;z-index:6;left:50%;top:15px;transform:translateX(-50%);width:82px;height:20px;border-radius:20px;background:#05080c;display:grid;place-items:center}
.phone-hardware span{width:5px;height:5px;border-radius:50%;background:#152535;box-shadow:14px 0 0 #0d1925}
.jcsia-video{display:block;width:100%;aspect-ratio:739/1600;object-fit:cover;border-radius:33px;background:#000}
.jcsia-video-toggle{position:absolute;z-index:7;right:21px;bottom:22px;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(0,74,153,.92);color:#fff;box-shadow:0 12px 26px rgba(0,0,0,.28);font-size:12px;backdrop-filter:blur(8px);transition:.2s}
.jcsia-video-toggle:hover{transform:scale(1.06);background:#0872df}

.jcsia-flow{display:grid;grid-template-columns:1fr 48px 1fr 48px 1fr;gap:14px;align-items:stretch;margin-top:28px}
.jcsia-flow article{display:flex;gap:16px;align-items:flex-start;padding:24px 24px;border:1px solid #e1eaf4;border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 18px 44px rgba(26,69,112,.06)}
.jcsia-flow article>span{flex:0 0 auto;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eaf4ff;color:#0668d8;font-size:10px;font-weight:800}
.jcsia-flow strong{font-size:15px;letter-spacing:-.02em}.jcsia-flow p{font-size:11px;line-height:1.55;color:#748399;margin:6px 0 0}
.flow-arrow{display:grid;place-items:center;color:#84a5c5;font-size:20px}
.jcsia-footer{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;padding:23px 26px;border-radius:24px;background:#fff;border:1px solid #e5edf5;box-shadow:0 16px 44px rgba(24,64,104,.05)}
.jcsia-safety{display:flex;align-items:center;gap:15px;max-width:850px}.safety-icon{width:42px;height:42px;flex:0 0 auto;border-radius:14px;background:#e9f7f2;color:#079061;display:grid;place-items:center;font-weight:900}
.jcsia-safety strong{font-size:14px}.jcsia-safety p{font-size:11px;line-height:1.55;color:#788699;margin:5px 0 0}

@media(max-width:1120px){
  .jcsia-head{grid-template-columns:1fr;gap:25px}.jcsia-intro{justify-self:start;max-width:720px}
  .jcsia-demo{padding:40px;min-height:auto;display:grid;grid-template-columns:1fr 300px;gap:34px;align-items:center}
  .jcsia-phone-wrap{position:relative;right:auto;top:auto;width:auto}
  .jcsia-phone{width:250px;margin-inline:auto}
  .jcsia-phone-copy{padding:0}.jcsia-phone-copy h3{font-size:24px}
}
@media(max-width:900px){
  .jcsia-demo{grid-template-columns:1fr;padding:34px;gap:42px}
  .jcsia-phone-wrap{display:grid;grid-template-columns:1fr 250px;align-items:center;gap:30px}
  .jcsia-phone{width:238px}
  .jcsia-flow{grid-template-columns:1fr;gap:10px}.flow-arrow{transform:rotate(90deg);height:24px}
}
@media(max-width:680px){
  .jcsia-head{margin-bottom:36px}.jcsia-intro p{font-size:14px}.jcsia-channel-tags span{font-size:9px;padding:7px 9px}
  .jcsia-demo{padding:22px;border-radius:27px;gap:32px}
  .jcsia-browser{border-radius:17px;transform:none}.jcsia-browserbar{height:34px}.jcsia-browserbar span{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .jcsia-question-cloud{gap:7px}.jcsia-question-cloud span{font-size:8px;padding:7px 9px}
  .jcsia-phone-wrap{grid-template-columns:1fr;gap:22px}.jcsia-phone-copy{text-align:center}.jcsia-phone-copy h3{font-size:27px}.jcsia-phone-copy p{font-size:12px;max-width:390px;margin-inline:auto}
  .jcsia-phone{width:min(270px,82vw);margin-inline:auto;transform:none}
  .jcsia-flow article{padding:18px}.jcsia-flow p{font-size:10px}
  .jcsia-footer{align-items:flex-start;flex-direction:column;padding:20px}.jcsia-safety{align-items:flex-start}.jcsia-footer .text-link{color:var(--blue)}
}
@media(max-width:420px){
  .jcsia-demo{padding:16px}.jcsia-demo-label{font-size:8px}
  .jcsia-phone-copy h3{font-size:24px}.jcsia-phone{width:min(250px,84vw);border-radius:38px}.jcsia-video{border-radius:29px}
  .jcsia-flow article{gap:12px}.jcsia-flow article>span{width:34px;height:34px}
  .jcsia-safety{gap:11px}.safety-icon{width:38px;height:38px}
}

/* ==========================================================
   V12.1 · ATALHO DE DOWNLOADS NA TOPBAR
   Mantém a linguagem glass da navegação e funciona em desktop,
   notebook compacto e menu mobile.
   ========================================================== */
.download-link{
  width:40px;height:40px;flex:0 0 40px;
  display:grid;place-items:center;
  border-radius:13px;
  color:#d9ebff;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.download-link svg{width:19px;height:19px;display:block}
.download-link:hover{
  transform:translateY(-2px);
  color:#fff;
  background:rgba(67,151,239,.18);
  border-color:rgba(111,181,255,.34);
}
.mobile-download-link{display:flex!important;align-items:center;gap:10px}
.mobile-download-link svg{width:18px;height:18px;flex:0 0 auto}

@media(max-width:1280px){
  .download-link{width:36px;height:36px;flex-basis:36px;border-radius:11px}
  .download-link svg{width:17px;height:17px}
}
@media(max-width:760px){
  .download-link{display:none}
}


/* ==========================================================
   V13 · JCS.IA INTEGRADA À ÁREA DE APLICAÇÕES
   Remove a duplicidade de seção e transforma a aplicação de
   Inteligência em um showcase real de produto dentro do grid.
   ========================================================== */
.jcsia-app-showcase{
  grid-column:1/-1;
  position:relative;
  min-height:650px;
  display:grid;
  grid-template-columns:minmax(340px,.74fr) minmax(0,1.26fr);
  gap:clamp(30px,4vw,66px);
  padding:clamp(30px,4vw,58px);
  border-radius:34px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 84% 22%,rgba(30,122,236,.28),transparent 28%),
    radial-gradient(circle at 18% 90%,rgba(31,173,210,.12),transparent 31%),
    linear-gradient(138deg,#061426 0%,#081b31 52%,#0a2442 100%);
  box-shadow:0 34px 90px rgba(10,31,54,.16);
}
.jcsia-app-showcase:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.16;
  background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(100deg,#000,transparent 58%);mask-image:linear-gradient(100deg,#000,transparent 58%);
}
.jcsia-app-copy,.jcsia-app-visual{position:relative;z-index:2;min-width:0}
.jcsia-app-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.jcsia-app-meta{width:100%;color:#78aada;margin-bottom:28px}
.jcsia-app-brand{display:flex;align-items:center;gap:15px;margin-bottom:24px}
.jcsia-app-brand img{width:58px;height:58px;border-radius:17px;box-shadow:0 16px 36px rgba(7,83,210,.28)}
.jcsia-app-brand small{display:block;font-size:8px;letter-spacing:.14em;font-weight:800;color:#78aada;margin-bottom:3px}
.jcsia-app-brand h3{font-size:36px;line-height:1;letter-spacing:-.045em;margin:0;color:#fff}
.jcsia-app-copy h4{font-size:clamp(34px,3.25vw,54px);line-height:1.01;letter-spacing:-.055em;margin:0 0 23px;max-width:610px}
.jcsia-app-copy h4 span{color:#78b8f7}
.jcsia-app-copy>p{font-size:14px;line-height:1.75;color:#9cb2c9;max-width:560px;margin:0 0 23px}
.jcsia-app-showcase .jcsia-channel-tags span{color:#a9d2ff;background:rgba(72,151,236,.10);border-color:rgba(122,188,255,.17);box-shadow:none}
.jcsia-app-flow{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:28px}
.jcsia-app-flow>div{display:flex;gap:10px;align-items:flex-start;padding:13px 12px;border-radius:15px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075)}
.jcsia-app-flow b{width:28px;height:28px;flex:0 0 28px;border-radius:9px;display:grid;place-items:center;font-size:8px;color:#7fc0ff;background:rgba(73,148,229,.12)}
.jcsia-app-flow span{display:flex;flex-direction:column;gap:3px}.jcsia-app-flow strong{font-size:10px}.jcsia-app-flow small{font-size:8px;line-height:1.35;color:#7f96ad}
.jcsia-app-safety{display:flex;gap:10px;align-items:flex-start;margin-top:13px;padding:13px 14px;border-radius:15px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.065)}
.jcsia-app-safety>span{width:28px;height:28px;flex:0 0 28px;border-radius:9px;display:grid;place-items:center;color:#5de3b1;background:rgba(31,189,137,.09);font-size:11px;font-weight:900}
.jcsia-app-safety p{margin:0!important;font-size:8.5px!important;line-height:1.55!important;color:#7f96ad!important}.jcsia-app-safety strong{color:#bfd0e1;font-size:9px}

.jcsia-app-visual{min-height:520px;display:flex;align-items:center;justify-content:flex-start;padding-right:155px}
.jcsia-app-browser{width:min(860px,100%);border-radius:23px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.24);box-shadow:0 32px 80px rgba(0,0,0,.35);transform:perspective(1500px) rotateY(-2deg);transform-origin:right center}
.jcsia-app-browser .jcsia-browserbar{background:#0a1728;color:#708ba7}
.jcsia-app-browser img{display:block;width:100%;height:auto}
.jcsia-app-phone-group{position:absolute;z-index:5;right:-2px;bottom:0;width:260px;display:flex;flex-direction:column;align-items:flex-end;gap:14px}
.jcsia-phone-badge{width:255px;display:flex;gap:10px;align-items:flex-start;padding:12px 13px;border-radius:16px;background:rgba(5,18,33,.72);border:1px solid rgba(255,255,255,.10);box-shadow:0 18px 46px rgba(0,0,0,.24);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
.jcsia-phone-badge .live-dot{margin-top:4px;flex:0 0 auto}.jcsia-phone-badge div{display:flex;flex-direction:column;gap:3px}.jcsia-phone-badge small{font-size:7px;letter-spacing:.12em;color:#76b7f7;font-weight:800}.jcsia-phone-badge strong{font-size:9px;line-height:1.35;color:#d7e5f3}
.jcsia-product-phone{width:210px!important;margin:0 8px 0 0!important;padding:8px!important;border-radius:34px!important;transform:rotate(1.2deg)!important}
.jcsia-product-phone:before{inset:6px!important;border-radius:29px!important}
.jcsia-product-phone .phone-hardware{top:12px;width:65px;height:16px}
.jcsia-product-phone .jcsia-video{aspect-ratio:384/848;border-radius:27px}
.jcsia-product-phone .jcsia-video-toggle{right:16px;bottom:17px;width:34px;height:34px}

@media(max-width:1120px){
  .jcsia-app-showcase{grid-template-columns:1fr;padding:42px;gap:38px}
  .jcsia-app-copy{max-width:800px}
  .jcsia-app-visual{min-height:500px;padding-right:150px}
  .jcsia-app-browser{width:100%}
}
@media(max-width:900px){
  .jcsia-app-showcase{padding:34px;border-radius:28px}
  .jcsia-app-visual{min-height:470px;padding-right:118px}
  .jcsia-app-phone-group{width:220px}.jcsia-phone-badge{width:220px}.jcsia-product-phone{width:190px!important}
}
@media(max-width:680px){
  .jcsia-app-showcase{padding:24px;gap:28px;min-height:auto}
  .jcsia-app-brand img{width:50px;height:50px;border-radius:14px}.jcsia-app-brand h3{font-size:31px}
  .jcsia-app-copy h4{font-size:clamp(32px,10vw,44px)}
  .jcsia-app-copy>p{font-size:13px}
  .jcsia-app-flow{grid-template-columns:1fr}.jcsia-app-flow>div{padding:11px 12px}
  .jcsia-app-visual{display:flex;flex-direction:column;min-height:auto;padding:0;gap:24px;align-items:stretch}
  .jcsia-app-browser{width:760px;max-width:none;transform:scale(.47);transform-origin:left top;margin-right:-403px;margin-bottom:-248px;border-radius:18px}
  .jcsia-app-phone-group{position:relative;right:auto;bottom:auto;width:100%;align-items:center;margin-top:6px}
  .jcsia-phone-badge{width:min(100%,360px)}
  .jcsia-product-phone{width:min(245px,78vw)!important;margin:0!important;transform:none!important}
  .jcsia-product-phone .jcsia-video{border-radius:30px}
}
@media(max-width:420px){
  .jcsia-app-showcase{padding:19px;border-radius:24px}
  .jcsia-app-browser{transform:scale(.40);margin-right:-456px;margin-bottom:-286px}
  .jcsia-app-safety{display:none}
  .jcsia-product-phone{width:min(225px,78vw)!important}
}
