:root{
  /* Preparado para virar configuração do painel: 0.80–1.10 */
  --site-scale:.90;
  --navy:#071a33;
  --navy-2:#0c2f66;
  --blue:#123c78;
  --gold:#c7a15a;
  --gold-soft:#d8bc82;
  --beige:#f3ede3;
  --cream:#faf7f1;
  --white:#fffdf9;
  --ink:#0b1e38;
  --muted:#667085;
  --line:rgba(10,31,58,.12);
  --radius:24px;
  --shadow:0 24px 80px rgba(4,15,30,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Montserrat,"Helvetica Neue",Arial,sans-serif;background:var(--cream);-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.noise{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}
.section-dark{background:var(--navy);color:var(--white)}
.site-header{position:fixed;top:0;left:0;right:0;z-index:80;transition:.35s ease;border-bottom:1px solid transparent}
.site-header.scrolled{background:rgba(250,247,241,.9);backdrop-filter:blur(18px);border-color:var(--line);box-shadow:0 8px 30px rgba(7,26,51,.05)}
.nav-wrap{height:calc(84px * var(--site-scale));display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{position:relative;width:calc(178px * var(--site-scale));height:calc(52px * var(--site-scale));display:flex;align-items:center}
.brand-logo{position:absolute;left:0;top:50%;width:100%;height:auto;transform:translateY(-50%);object-fit:contain;transition:opacity .25s ease;filter:none!important;mix-blend-mode:normal!important}
.brand-logo-on-light{opacity:0}.brand-logo-on-dark{opacity:1}
.site-header.scrolled .brand-logo-on-light{opacity:1}.site-header.scrolled .brand-logo-on-dark{opacity:0}
.main-nav{display:flex;align-items:center;gap:calc(30px * var(--site-scale));font-size:calc(13px * var(--site-scale));font-weight:600;letter-spacing:.02em}
.main-nav>a{position:relative;transition:.25s}
.site-header:not(.scrolled) .main-nav>a:not(.nav-cta){color:#f7f1e7}
.main-nav>a:not(.nav-cta):after{content:"";position:absolute;height:1px;left:0;bottom:-7px;width:0;background:var(--gold);transition:.25s}
.main-nav>a:hover:after{width:100%}
.nav-cta{padding:13px 17px;border:1px solid rgba(199,161,90,.72);border-radius:999px;background:rgba(199,161,90,.1);color:var(--gold)!important}
.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:23px;height:2px;background:currentColor;margin:5px}
.hero{position:relative;min-height:calc(940px * var(--site-scale));padding:calc(155px * var(--site-scale)) 0 calc(65px * var(--site-scale));overflow:hidden}
.hero-grid-bg,.cta-grid{position:absolute;inset:0;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:56px 56px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 90%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.28}.hero-glow-a{width:520px;height:520px;background:#234f91;right:3%;top:12%}.hero-glow-b{width:360px;height:360px;background:#c7a15a;right:27%;top:48%;opacity:.12}
.hero-layout{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:70px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#d9c79f;font-size:11px;letter-spacing:.13em;text-transform:uppercase;font-weight:700;margin-bottom:24px}.dot{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(199,161,90,.1)}
.hero h1{font-size:clamp(56px,5.8vw,92px);line-height:.92;letter-spacing:-.055em;margin:0 0 28px;font-weight:630}.hero h1 span{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;color:var(--gold-soft)}
.hero-lead{font-size:16px;line-height:1.65;max-width:570px;color:#c7d0dc;margin:0 0 34px}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 20px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.02em;border:1px solid transparent;transition:.25s}.btn span{transition:.25s}.btn:hover span{transform:translateX(3px)}.btn-gold{background:var(--gold);color:#06172e}.btn-gold:hover{background:#d4b16a;transform:translateY(-2px)}.btn-ghost{border-color:rgba(255,255,255,.18);color:white;background:rgba(255,255,255,.04)}.btn-ghost:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.08)}
.hero-proof{display:flex;gap:30px;margin-top:48px;padding-top:25px;border-top:1px solid rgba(255,255,255,.12)}.hero-proof div{display:flex;flex-direction:column;gap:5px}.hero-proof strong{font-size:12px;color:white}.hero-proof span{font-size:10px;color:#98a7b9}
.hero-visual{position:relative;height:650px;perspective:1400px}.floating-card{position:absolute;border:1px solid rgba(255,255,255,.13);box-shadow:0 30px 80px rgba(0,0,0,.34);backdrop-filter:blur(5px)}
.browser-card{width:68%;height:400px;right:0;top:16px;background:#f6f0e7;border-radius:18px;transform:rotateY(-6deg) rotateX(2deg);overflow:hidden;animation:float 6s ease-in-out infinite;z-index:3}
.browser-top{height:34px;padding:0 12px;display:flex;align-items:center;gap:7px;background:#fff;border-bottom:1px solid #e8e3da}.browser-top i{width:6px;height:6px;border-radius:50%;background:#c9c1b4}.browser-top span{margin:auto;color:#8c8275;font-size:8px;border:1px solid #eee7de;border-radius:999px;padding:3px 45px}
.store-preview{padding:17px 20px;color:#2e342f}.store-nav{display:flex;align-items:center;justify-content:space-between;font-size:7px;letter-spacing:.06em}.store-nav b{font-family:Montserrat,"Helvetica Neue",Arial,sans-serif;font-size:11px;letter-spacing:.16em;color:#0b2f63}.store-nav em{font-style:normal}.store-hero{display:grid;grid-template-columns:1fr .95fr;align-items:center;min-height:248px;padding:25px 10px 18px}.store-hero small{font-size:7px;letter-spacing:.15em;color:#a17f48}.store-hero h3{font-family:Georgia,serif;font-size:28px;line-height:1.05;font-weight:400;margin:10px 0 16px;color:#0b1e38}.store-hero button{border:0;background:#0b2f63;color:#fff;padding:7px 11px;font-size:7px;border-radius:999px}.product-art{height:190px;position:relative;overflow:hidden}.tee-preview{clip-path:polygon(23% 0,38% 8%,62% 8%,77% 0,100% 22%,82% 40%,76% 32%,76% 100%,24% 100%,24% 32%,18% 40%,0 22%);background:linear-gradient(145deg,#eee9df,#d6c9b9);display:grid;place-items:center;color:#7a6b5a;font-family:Georgia,serif;font-size:14px;letter-spacing:.12em;box-shadow:0 20px 35px rgba(49,38,28,.14)}.tee-preview:before{content:"";position:absolute;width:38%;height:65%;left:50%;top:21%;transform:translateX(-50%);border:1px solid rgba(11,47,99,.16);border-radius:999px}.tee-preview span{position:relative;inset:auto;height:auto;border-radius:0;background:none;filter:none}.product-row{display:flex;gap:9px}.product-row i{display:flex;flex:1;height:34px;background:#ebe4d9;border-radius:5px;align-items:center;padding:0 9px;color:#776a5c;font-style:normal;font-size:6px}.product-row i:nth-child(2){background:#ded2c3}.product-row i:nth-child(3){background:#f0ebe3}.product-row i b{font-weight:600}
.dashboard-card{width:70%;height:390px;left:0;bottom:12px;background:#fff;border-radius:18px;transform:rotateY(6deg) rotateX(-2deg);display:flex;overflow:hidden;animation:float2 7s ease-in-out infinite;z-index:2}.dash-side{width:55px;background:#081f3e;padding:15px 10px;display:flex;align-items:center;flex-direction:column;gap:17px}.dash-side img{width:28px}.dash-side b{display:block;width:25px;height:4px;border-radius:4px;background:#1d3a60}.dash-side b:nth-of-type(1){background:#c7a15a;margin-top:10px}.dash-main{flex:1;padding:18px 19px;color:#11233e;background:#f7f8fa}.dash-header{display:flex;align-items:center;justify-content:space-between}.dash-header small{font-size:6px;color:#8a95a6;letter-spacing:.12em}.dash-header h3{font-size:15px;margin:3px 0}.dash-header span{font-size:7px;border:1px solid #e1e5ea;background:#fff;border-radius:6px;padding:7px 9px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.stat-grid article{background:white;border:1px solid #e8ebef;border-radius:9px;padding:11px}.stat-grid small{display:block;font-size:6px;color:#8a95a6}.stat-grid strong{display:block;font-size:13px;margin:6px 0}.stat-grid em{font-style:normal;font-size:6px;color:#4d8a6b}.dash-lower{display:grid;grid-template-columns:1.2fr .8fr;gap:9px;margin-top:10px}.chart-card,.orders-mini{background:#fff;border:1px solid #e8ebef;border-radius:9px;padding:10px}.chart-title{display:flex;justify-content:space-between;font-size:7px}.chart-title span{font-size:6px;color:#a0a8b4}.chart-bars{height:92px;display:flex;align-items:end;gap:8px;padding:13px 8px 5px;border-bottom:1px solid #eef0f2}.chart-bars i{flex:1;height:var(--h);background:linear-gradient(#d8bc82,#c7a15a);border-radius:4px 4px 0 0}.orders-mini{font-size:7px}.orders-mini>b{display:block;margin-bottom:7px}.orders-mini>span{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:5px;padding:7px 0;border-top:1px solid #f0f1f3}.orders-mini i{font-style:normal;color:#95a0ae}.orders-mini em{font-style:normal;color:#567564;background:#edf5f0;padding:3px;border-radius:4px;font-size:5px}
.orbital{position:absolute;border:1px solid rgba(199,161,90,.2);border-radius:50%;right:13%;top:14%;z-index:0}.orbital-1{width:420px;height:420px}.orbital-2{width:520px;height:520px;right:7%;top:6%;border-color:rgba(255,255,255,.07)}
.hero-tag{position:absolute;z-index:4;background:rgba(5,21,43,.88);border:1px solid rgba(199,161,90,.35);border-radius:999px;padding:9px 13px;font-size:8px;color:#d8e0ea;box-shadow:0 10px 30px rgba(0,0,0,.2)}.hero-tag span{color:var(--gold);margin-right:6px}.tag-a{left:2%;bottom:58px}.tag-b{right:1%;top:112px}
.hero-bottom{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:20px;font-size:9px;letter-spacing:.19em;text-transform:uppercase;color:#8191a6}.hero-bottom i{width:55px;height:1px;background:rgba(199,161,90,.42)}
.manifesto{padding:100px 0 88px;background:var(--cream)}.manifesto-grid{display:grid;grid-template-columns:220px 1fr}.section-index{font-size:10px;letter-spacing:.16em;font-weight:700;color:#7a6851;padding-top:9px}.section-index.light{color:#9cacbf}.manifesto-copy{max-width:780px}.kicker{font-size:13px;color:#7c6d5f;margin:0 0 16px}.manifesto h2,.solutions h2,.demo h2,.projects h2,.process h2,.cta-inner h2{font-size:clamp(43px,4.45vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0;font-weight:600}.manifesto h2 span,.solutions h2 span,.demo h2 span,.projects h2 span,.process h2 span,.cta-inner h2 span{font-family:Georgia,serif;font-weight:400;font-style:italic;color:var(--gold)}.manifesto-copy>p:last-child{font-size:17px;line-height:1.8;color:#5f6570;max-width:660px;margin:28px 0 0}.flow-map{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;margin-top:52px;border-top:1px solid var(--line);padding-top:32px}.flow-map article{position:relative;padding-right:12px}.flow-map article>span{font-size:8px;color:#b29a73}.flow-icon{font-size:29px;color:var(--gold);margin:20px 0 20px}.flow-map h3{font-size:15px;margin:0 0 9px}.flow-map p{font-size:12px;line-height:1.7;color:#6f7580;margin:0}.flow-arrow{display:flex;align-items:center;justify-content:center;color:#b6a788;font-size:20px;padding-top:35px}
.solutions{padding:125px 0;background:linear-gradient(150deg,#06172e 0%,#092246 72%,#06172e 100%)}.section-heading.split{display:grid;grid-template-columns:1fr 330px;gap:50px;align-items:end}.section-heading h2{margin-top:16px}.section-heading>p{font-size:15px;line-height:1.8;color:#9baabc;margin:0 0 8px}.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:60px}.solution-card{position:relative;min-height:420px;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:24px;background:rgba(255,255,255,.025);transition:.35s;overflow:hidden}.solution-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 5%,rgba(199,161,90,.12),transparent 40%);opacity:0;transition:.35s}.solution-card:hover,.solution-card.active{transform:translateY(-8px);border-color:rgba(199,161,90,.5);background:rgba(255,255,255,.055)}.solution-card:hover:before,.solution-card.active:before{opacity:1}.card-number{font-size:8px;color:#73869e;letter-spacing:.12em}.solution-symbol{width:70px;height:70px;margin:38px 0 24px;border:1px solid rgba(199,161,90,.4);display:grid;place-items:center;border-radius:17px;color:var(--gold);font-size:27px;background:rgba(199,161,90,.05)}.solution-title small{font-size:8px;letter-spacing:.2em;color:#7e91a8}.solution-title h3{font-size:27px;margin:4px 0 14px}.solution-card>p{color:#9baabc;font-size:12px;line-height:1.65;min-height:58px}.solution-card ul{list-style:none;padding:0;margin:24px 0;font-size:10px;color:#d5dce5}.solution-card li{padding:8px 0;border-top:1px solid rgba(255,255,255,.07)}.solution-card button{position:absolute;left:24px;bottom:22px;right:24px;background:none;border:0;border-top:1px solid rgba(255,255,255,.1);padding:16px 0 0;color:#d4b473;text-align:left;font-size:9px;letter-spacing:.06em;display:flex;justify-content:space-between}.custom{background:linear-gradient(160deg,rgba(199,161,90,.1),rgba(255,255,255,.02))}
.demo{padding:100px 0;background:#f8f5ef}.demo-title-row{display:grid;grid-template-columns:1fr 340px;gap:50px;align-items:end;margin-top:14px}.demo-title-row p{font-size:14px;line-height:1.8;color:#6e7480;margin:0 0 8px}.demo-shell{margin-top:38px}.demo-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:18px}.demo-tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 18px;font-size:10px;font-weight:700;color:#677181;transition:.25s}.demo-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}.product-ui{height:565px;border:1px solid #dfe3e8;border-radius:22px;overflow:hidden;box-shadow:var(--shadow);background:#f5f6f8;display:flex;transition:.35s}.product-ui.hidden{display:none}.ui-sidebar{width:210px;background:#081e3b;color:#d8e2ee;padding:22px 16px;display:flex;flex-direction:column}.ui-logo{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700;letter-spacing:.1em;padding:0 5px 22px;border-bottom:1px solid rgba(255,255,255,.08)}.ui-logo img{width:29px}.ui-sidebar nav{display:flex;flex-direction:column;gap:5px;margin-top:18px}.ui-sidebar nav b{font-size:7px;color:#68819c;letter-spacing:.14em;padding:12px 8px 5px}.ui-sidebar nav a{font-size:9px;padding:9px 10px;border-radius:7px;color:#a9b9c9}.ui-sidebar nav a.on{color:#fff;background:rgba(199,161,90,.14);box-shadow:inset 2px 0 0 var(--gold)}.ui-user{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;display:flex;gap:8px;align-items:center}.ui-user>i{font-style:normal;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#08203e;font-size:10px;font-weight:800}.ui-user span{display:flex;flex-direction:column}.ui-user strong{font-size:8px}.ui-user small{font-size:7px;color:#7990a7;margin-top:2px}.ui-content{flex:1;padding:27px 30px;overflow:hidden}.ui-top{display:flex;justify-content:space-between;align-items:flex-start}.ui-top small{font-size:7px;color:#8d98a8;letter-spacing:.12em}.ui-top h3{font-size:23px;margin:6px 0 0}.ui-top button{background:var(--navy);border:0;color:#fff;border-radius:7px;padding:10px 12px;font-size:8px}.ui-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.ui-kpis article{background:#fff;border:1px solid #e1e5ea;border-radius:11px;padding:13px 14px}.ui-kpis small{font-size:8px;color:#7f8a98}.ui-kpis strong{font-size:17px;display:block;margin:7px 0 5px}.ui-kpis span{font-size:7px;color:#4a866a;background:#eef6f2;border-radius:999px;padding:4px 6px}.ui-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:14px;margin-top:15px}.ui-chart,.ui-orders,.timeline-card,.pending-card,.kanban{background:#fff;border:1px solid #e1e5ea;border-radius:12px;padding:18px}.ui-chart>div:first-child{display:flex;justify-content:space-between}.ui-chart strong,.ui-orders strong,.timeline-card strong,.pending-card>strong,.kanban>strong{font-size:10px}.ui-chart small{font-size:7px;color:#939eac}.ui-chart svg{width:100%;height:185px;margin-top:8px}.chart-labels{display:flex;justify-content:space-between;color:#96a0ac;font-size:7px}.ui-orders>div{display:flex;justify-content:space-between;margin-bottom:8px}.ui-orders button{background:none;border:0;color:#53647b;font-size:7px}.ui-orders p{display:grid;grid-template-columns:28px 1fr auto auto;align-items:center;gap:8px;margin:0;border-top:1px solid #eef0f2;padding:12px 0}.ui-orders p>i{font-style:normal;color:#8c97a5;font-size:7px}.ui-orders p>span{font-size:8px}.ui-orders p small{font-size:6px;color:#9aa3af}.ui-orders p>b{font-size:8px}.ui-orders p>em{font-style:normal;background:#edf5ef;color:#5e8069;padding:4px 6px;border-radius:999px;font-size:6px}.commerce-focus-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:12px;margin-top:12px}.order-track-card,.cost-sheet-card{background:#fff;border:1px solid #e1e5ea;border-radius:12px;padding:15px}.focus-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.focus-card-head>div{display:flex;flex-direction:column;gap:3px}.focus-card-head strong{font-size:10px}.focus-card-head small{font-size:6.5px;color:#8b96a4}.focus-card-head button{border:0;background:none;color:#53647b;font-size:6.5px;padding:0}.order-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;border-top:1px solid #edf0f3;margin-top:11px;padding-top:11px}.order-row>div{display:flex;flex-direction:column}.order-row b,.order-row>strong{font-size:8px}.order-row span{font-size:6px;color:#8c97a5;margin-top:2px}.status{font-style:normal;font-size:6px;padding:4px 7px;border-radius:999px;white-space:nowrap}.status.production{background:#fff4df;color:#8a6829}.status.paid{background:#edf5ef;color:#5e8069}.status.shipped{background:#edf3fa;color:#557394}.tracking-line{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto 1fr auto;align-items:center;margin:16px 0 13px}.tracking-line>b{height:1px;background:#dfe3e8}.tracking-line span{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:5.5px;color:#98a1ad;white-space:nowrap}.tracking-line i{font-style:normal;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#edf0f3;color:#7e8997;font-size:6px}.tracking-line .done i{background:#e7f1eb;color:#54735f}.tracking-line .done,.tracking-line .current{color:#53606f}.tracking-line .current i{background:var(--gold);color:#fff}.tracking-share{display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:center;background:#f6f7f8;border-radius:7px;padding:8px 9px}.tracking-share span,.tracking-share button{font-size:5.8px}.tracking-share code{font:6px/1.2 monospace;color:#526174;overflow:hidden;text-overflow:ellipsis}.tracking-share button{border:0;border-radius:5px;background:#0b284e;color:#fff;padding:5px 7px}.order-list-mini{display:flex;gap:7px;margin-top:8px}.order-list-mini>span{flex:1;border-top:1px solid #edf0f3;padding-top:7px;font-size:6px;color:#687584;display:flex;align-items:center;gap:5px}.order-list-mini b{font-size:6px;color:#263b57}.cost-product{display:flex;align-items:center;gap:9px;margin:11px 0 9px;padding-top:10px;border-top:1px solid #edf0f3}.cost-thumb{width:30px;height:30px;border-radius:7px;background:#0c2f66;color:#d8bc82;display:grid;place-items:center;font-size:7px;font-weight:800}.cost-product>div{display:flex;flex-direction:column}.cost-product b{font-size:8px}.cost-product small{font-size:6px;color:#8e99a7;margin-top:2px}.cost-lines{margin:0}.cost-lines div{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-top:1px solid #f0f1f3}.cost-lines dt,.cost-lines dd{font-size:6.3px;margin:0}.cost-lines dt{color:#788493}.cost-lines dd{font-weight:700;color:#263b57}.cost-lines .total dt,.cost-lines .total dd{font-size:7.5px;color:#0b274d}.margin-box{background:#0b274d;color:#fff;border-radius:8px;padding:8px 9px;margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:7px}.margin-box span{font-size:5.7px;color:#b9c5d1;display:flex;flex-direction:column;gap:3px}.margin-box b{font-size:9px;color:#fff}.margin-box span:last-child b{color:#d8bc82}
.advocacia-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:14px;margin-top:15px}.timeline-card>div{display:flex;justify-content:space-between;align-items:center}.timeline-card>div small{font-size:7px;color:#909aa6}.timeline-card ol{list-style:none;padding:0;margin:16px 0 0}.timeline-card li{display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:center;border-top:1px solid #eef0f2;padding:16px 0}.timeline-card li>span{font-size:7px;color:#8e98a6}.timeline-card li p{font-size:8px;line-height:1.5;margin:0}.timeline-card li em{font-style:normal;font-size:6px;padding:5px 7px;border-radius:999px;background:#eef4fa;color:#56708c}.pending-card{text-align:center}.ring{width:135px;height:135px;border-radius:50%;margin:27px auto 24px;background:conic-gradient(var(--gold) 0 72%,#edf0f3 72%);display:grid;place-items:center;position:relative}.ring:after{content:"";position:absolute;inset:13px;border-radius:50%;background:#fff}.ring span{position:relative;z-index:2;font-size:29px;font-weight:700;display:flex;flex-direction:column}.ring small{font-size:7px;font-weight:400;color:#8c96a4}.pending-card p{font-size:7px;text-align:left;color:#6f7a88}.pending-card p i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--gold);margin-right:7px}.service-grid{margin-top:15px}.kanban-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}.kanban-cols section{background:#f7f8fa;border-radius:9px;padding:10px}.kanban-cols section>b{font-size:7px;letter-spacing:.08em;color:#788493}.kanban-cols section>b i{font-style:normal;background:#e8ebef;border-radius:999px;padding:2px 5px}.kanban-cols article{background:#fff;border:1px solid #e4e7eb;border-radius:8px;padding:11px;margin-top:9px;min-height:86px}.kanban-cols article small{font-size:6px;color:#9aa4b0}.kanban-cols article strong{display:block;font-size:8px;margin:8px 0}.kanban-cols article span{font-size:7px;color:#6f7b8b}
.projects{padding:100px 0}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}.project{border:1px solid rgba(255,255,255,.11);border-radius:20px;padding:19px;background:rgba(255,255,255,.025)}.project-top{display:flex;justify-content:space-between;font-size:7px;letter-spacing:.12em;color:#8699af;padding-bottom:15px}.project-display{height:300px;border-radius:13px;background:linear-gradient(145deg,#1a2b48,#0a1424);position:relative;overflow:hidden;display:grid;place-items:center}.bag-art{width:120px;height:165px;background:linear-gradient(145deg,#cfb995,#6e5a47);border-radius:8px 8px 24px 24px;position:relative;box-shadow:0 25px 45px rgba(0,0,0,.35)}.bag-art:before{content:"";position:absolute;width:82px;height:65px;left:29px;top:-36px;border:10px solid #ad9575;border-bottom:0;border-radius:45px 45px 0 0}.bag-art i{position:absolute;left:50%;top:50%;width:50px;height:50px;border:1px solid rgba(255,255,255,.4);border-radius:50%;transform:translate(-50%,-50%)}.project-panel-mini{position:absolute;right:14px;bottom:14px;background:rgba(255,255,255,.92);color:#10233f;width:100px;border-radius:9px;padding:11px;box-shadow:0 10px 30px rgba(0,0,0,.25)}.project-panel-mini b,.project-panel-mini span{display:block;font-size:6px}.project-panel-mini strong{display:block;font-size:20px;margin:5px 0}.project-panel-mini span{color:#7a8797}.project-display.fashion{background:linear-gradient(155deg,#e7dfd2,#baaa96)}.tee-art{width:185px;height:195px;clip-path:polygon(23% 0,38% 8%,62% 8%,77% 0,100% 22%,82% 40%,76% 32%,76% 100%,24% 100%,24% 32%,18% 40%,0 22%);background:#eee9df;display:grid;place-items:center;color:#7a6b5a;font-family:Georgia,serif;font-size:19px;letter-spacing:.07em;box-shadow:0 25px 40px rgba(0,0,0,.16)}.project-display.sweets{background:linear-gradient(145deg,#432d25,#191719)}.sweet-art{display:flex;gap:12px}.sweet-art i{display:block;width:78px;height:78px;border-radius:50%;background:radial-gradient(circle at 36% 30%,#f1b15c,#7a361d 65%,#34150c);box-shadow:0 20px 30px rgba(0,0,0,.35)}.sweet-art i:nth-child(2){transform:translateY(28px);background:radial-gradient(circle at 36% 30%,#e4c18d,#8d5831 65%,#4b2716)}.project-info{display:flex;justify-content:space-between;gap:15px;padding:20px 3px 4px}.project-info h3{font-size:20px;margin:0 0 8px}.project-info p{font-size:10px;color:#9caabb;line-height:1.6;margin:0}.project-info button{width:42px;height:42px;border-radius:50%;border:1px solid rgba(199,161,90,.4);background:none;color:var(--gold);flex:0 0 auto}

.process{padding:70px 0;background:#f2ece2;overflow:hidden}.process-head{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:70px;align-items:end}.process-head h2{margin:12px 0 0;font-size:clamp(40px,4vw,60px)}.process-head>p{font-size:13px;color:#6a6f77;line-height:1.75;max-width:560px;margin:0 0 4px}.process-steps{list-style:none;padding:0;margin:38px auto 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;max-width:100%;border-top:1px solid rgba(10,31,58,.18);border-bottom:1px solid rgba(10,31,58,.18)}.process-steps li{padding:22px 16px 20px;position:relative;min-width:0}.process-steps li:first-child{padding-left:0}.process-steps li:last-child{padding-right:0}.process-steps li+li{border-left:1px solid rgba(10,31,58,.13)}.process-steps span{font-size:8px;color:#a17f48;letter-spacing:.08em}.process-steps h3{font-size:14px;margin:10px 0 6px}.process-steps p{font-size:9px;color:#70767e;margin:0;line-height:1.5;max-width:100%}

/* 05 — PLANOS | compacto para não alongar demais a Home */
.pricing{position:relative;overflow:hidden;padding:88px 0 82px;background:#071a33;color:#fff}
.pricing-grid-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px);background-size:48px 48px;opacity:.28;pointer-events:none}
.pricing:before{content:"";position:absolute;width:660px;height:660px;border:1px solid rgba(199,161,90,.12);border-radius:50%;left:50%;top:22%;transform:translate(-50%,-10%);box-shadow:0 0 0 120px rgba(199,161,90,.028),0 0 0 240px rgba(199,161,90,.018)}
.pricing>*{position:relative;z-index:1}
.pricing-hero{text-align:center;max-width:980px;margin:0 auto 22px}
.pricing-hero .section-index{margin:0 auto 16px;padding-top:0}
.pricing-hero .cta-symbol{width:75px;margin:0 auto 18px}
.pricing-hero>small{display:block;font-size:9px;letter-spacing:.18em;color:#9dacbd;margin-bottom:16px}
.pricing-hero h2{font-size:clamp(52px,5.1vw,78px);line-height:.98;letter-spacing:-.05em;margin:0 0 20px;font-weight:600}
.pricing-hero h2 span{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;color:#caa255}
.pricing-hero p{font-size:13px;line-height:1.85;color:#b7c1ce;max-width:760px;margin:0 auto}
.pricing-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:end}
.pricing-head h2{font-size:clamp(42px,4.3vw,66px);line-height:.98;letter-spacing:-.045em;margin:12px 0 0}
.pricing-head h2 span{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;color:#b78e49}
.pricing-head>p{font-size:12px;line-height:1.8;color:#6f747b;max-width:560px;margin:0 0 5px}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:14px;margin-top:38px}
.pricing-grid[data-plan-count="1"]{max-width:440px;margin-left:auto;margin-right:auto}
.pricing-grid[data-plan-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));max-width:860px;margin-left:auto;margin-right:auto}
.pricing-empty{grid-column:1/-1;text-align:center;color:#9dacbd;font-size:12px;padding:34px 0}
.plan-card{position:relative;background:rgba(255,255,255,.05);backdrop-filter:blur(2px);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:24px 23px 21px;box-shadow:0 18px 50px rgba(3,13,29,.18);display:flex;flex-direction:column;min-height:435px;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.plan-card:hover{transform:translateY(-4px);border-color:rgba(199,161,90,.45);box-shadow:0 24px 60px rgba(0,0,0,.22)}
.plan-card.featured{background:rgba(255,255,255,.05);color:inherit;border:2px solid #caa255;box-shadow:0 0 0 1px rgba(202,162,85,.15),0 24px 64px rgba(0,0,0,.24),0 0 34px rgba(202,162,85,.10)}
.plan-top{display:flex;justify-content:space-between;align-items:center}.plan-top span{font-size:9px;letter-spacing:.16em;color:#caa255;font-weight:700}.plan-top em{font-style:normal;font-size:12px;color:#93a1b3}
.featured .plan-top span{color:#d7b26a}.featured .plan-top em{color:#93a1b3}.featured-label{position:absolute;top:18px;right:18px;background:rgba(202,162,85,.14);border:1px solid rgba(202,162,85,.55);color:#e1bd72;padding:7px 12px;border-radius:999px;font-size:8px;letter-spacing:.12em;font-weight:800}
.plan-card h3{font-size:19px;line-height:1.2;margin:18px 0 9px;letter-spacing:-.02em;color:#fff}.plan-card.featured h3{color:#fff}
.plan-desc{font-size:11px;line-height:1.8;color:#afbac8;margin:0 0 18px}.featured .plan-desc{color:#afbac8}
.plan-price{display:flex;flex-direction:column;gap:4px;padding:17px 0 16px;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:18px}.plan-price small{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:#93a1b3}.plan-price strong{font-size:30px;line-height:1;color:#fff;letter-spacing:-.04em}.featured .plan-price{border-color:rgba(202,162,85,.24)}.featured .plan-price small{color:#aeb9c6}.featured .plan-price strong{color:#fff}
.plan-card ul{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:9px}.plan-card li{position:relative;padding-left:17px;font-size:9px;color:#d4dce6;line-height:1.45}.plan-card li:before{content:"✓";position:absolute;left:0;color:#caa255;font-weight:800}.featured li{color:#d4dce6}
.monthly{margin-top:auto;padding-top:18px;border-top:1px dashed rgba(255,255,255,.14);display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.monthly span{font-size:9px;color:#93a1b3;max-width:130px;line-height:1.5}.monthly b{font-size:16px;color:#fff;letter-spacing:-.03em}.featured .monthly{border-color:rgba(202,162,85,.24)}.featured .monthly span{color:#aeb9c6}.featured .monthly b{color:#fff}
.plan-btn{margin-top:17px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 14px;border-radius:999px;border:1px solid rgba(199,161,90,.38);color:#fff;font-size:10px;font-weight:700;letter-spacing:.03em;transition:all .2s ease}.plan-btn:hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}.featured .plan-btn{background:rgba(202,162,85,.10);border-color:#caa255;color:#fff}.featured .plan-btn:hover{background:rgba(202,162,85,.18)}
.pricing-cta-bottom{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.pricing-note{flex:1;padding-top:18px;border-top:1px solid rgba(255,255,255,.14);display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#c8d1dc}.pricing-note a{color:#d7b26a;font-weight:700}
.cta-section{display:none}.cta-grid{opacity:.6}.cta-section:before{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(199,161,90,.12);border-radius:50%;left:50%;top:45%;transform:translate(-50%,-50%);box-shadow:0 0 0 100px rgba(199,161,90,.025),0 0 0 200px rgba(199,161,90,.018)}.cta-inner{position:relative;z-index:2;max-width:820px}.cta-symbol{width:75px;margin:0 auto 28px}.cta-inner>small{font-size:9px;letter-spacing:.18em;color:#9dacbd}.cta-inner h2{margin:18px 0 24px}.cta-inner p{color:#a7b4c3;font-size:14px;line-height:1.8;max-width:630px;margin:0 auto 30px}
.site-footer{background:#041124;color:#fff;padding:48px 0 22px}.footer-main{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding-bottom:45px}.footer-brand img{width:260px;max-height:72px;object-fit:contain;object-position:left center;filter:none!important;mix-blend-mode:normal!important}.footer-brand p{color:#778ba2;font-size:11px;max-width:340px;line-height:1.8;margin:15px 0 0}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links b{font-size:8px;letter-spacing:.14em;color:#b0935f;margin-bottom:7px}.footer-links a{font-size:11px;color:#92a2b5}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding-top:22px;display:flex;justify-content:space-between;color:#657a92;font-size:8px;letter-spacing:.07em}.footer-bottom a{color:#a9b5c2}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.28s}
@keyframes float{0%,100%{transform:rotateY(-6deg) rotateX(2deg) translateY(0)}50%{transform:rotateY(-6deg) rotateX(2deg) translateY(-9px)}}
@keyframes float2{0%,100%{transform:rotateY(6deg) rotateX(-2deg) translateY(0)}50%{transform:rotateY(6deg) rotateX(-2deg) translateY(8px)}}

/* 03 — SITES: presença digital antes do painel, equilibrando site + gestão */
.site-showcase{padding:84px 0 88px;background:#efe9df;color:var(--ink)}
.site-showcase-head{display:grid;grid-template-columns:1fr 420px;gap:70px;align-items:end}
.site-showcase-head h2{font-size:clamp(44px,4.7vw,72px);line-height:.98;letter-spacing:-.05em;margin:12px 0 0}
.site-showcase-head h2 span{font-family:Georgia,"Times New Roman",serif;font-style:italic;font-weight:400;color:#b78e49}
.site-showcase-head>p{font-size:12px;line-height:1.85;color:#6d737c;margin:0 0 5px}
.site-showcase-shell{margin-top:34px}
.site-demo-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:18px}
.site-demo-tab{border:1px solid rgba(10,31,58,.13);background:#f8f4ed;border-radius:999px;padding:11px 18px;font-size:10px;font-weight:700;color:#677181;transition:.25s}
.site-demo-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}
.site-browser{height:510px;border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(10,31,58,.12);box-shadow:0 24px 70px rgba(18,31,48,.12)}
.site-browser.hidden{display:none}
.site-browser-bar{height:42px;background:#f7f5f1;border-bottom:1px solid #e8e3dc;display:flex;align-items:center;padding:0 16px;gap:7px;color:#9a958d;font-size:7px}
.site-browser-bar i{width:7px;height:7px;border-radius:50%;background:#cfc7bb}
.site-browser-bar span{margin-left:14px;border:1px solid #e2ddd5;border-radius:999px;padding:5px 35px;background:#fff;color:#8e8a84}
.web-nav,.adv-web-nav,.service-web-nav{height:66px;display:grid;grid-template-columns:1fr auto auto;align-items:center;padding:0 38px;border-bottom:1px solid #eee9e1;font-size:8px}
.web-nav strong,.adv-web-nav strong,.service-web-nav strong{font-size:13px;letter-spacing:.12em;color:#10305e}
.web-nav span,.adv-web-nav span,.service-web-nav span{color:#6f6d68;margin-right:30px}
.web-nav button,.adv-web-nav button,.service-web-nav button{border:0;border-radius:999px;padding:8px 12px;background:#0c2c57;color:#fff;font-size:7px}
.commerce-web{height:calc(100% - 42px);background:#fbf7f0}.commerce-web-grid{display:grid;grid-template-columns:1fr .86fr;min-height:285px;padding:36px 46px 25px;gap:30px}.web-copy small,.adv-web-grid small,.service-copy small{font-size:7px;letter-spacing:.15em;color:#aa8344}.web-copy h3,.adv-web-grid h3,.service-copy h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:38px;line-height:1.04;margin:11px 0 14px;color:#1b2a3c}.web-copy p,.adv-web-grid p,.service-copy p{font-size:9px;line-height:1.75;color:#74716c;max-width:420px}.web-copy a,.adv-web-grid a,.service-copy a{display:inline-block;margin-top:13px;font-size:8px;font-weight:700;color:#10305e;border-bottom:1px solid #c6a15d;padding-bottom:4px}.web-product-hero{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px}.shirt-shape{width:190px;height:190px;background:linear-gradient(145deg,#e9dfcf,#d8cbb6);clip-path:polygon(20% 14%,37% 2%,63% 2%,80% 14%,100% 28%,87% 47%,76% 39%,76% 100%,24% 100%,24% 39%,13% 47%,0 28%);display:grid;place-items:center;color:#806e59}.shirt-shape b{font-family:Georgia,serif;font-size:18px;letter-spacing:.08em;font-weight:400}.web-product-hero>span{font-size:7px;color:#8a847d}.web-product-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ebe5dc;border-top:1px solid #ebe5dc}.web-product-strip article{background:#fff;padding:12px 18px;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;font-size:8px}.web-product-strip i{font-style:normal;color:#b19057}.web-product-strip span{color:#8a847d}
.adv-web{height:calc(100% - 42px);background:#f7f4ee}.adv-web-nav strong{color:#17273c}.adv-web-grid{display:grid;grid-template-columns:1fr .75fr;min-height:300px;padding:44px 48px 30px;gap:40px;align-items:center}.adv-web-grid h3{font-size:40px;color:#15263b}.adv-monogram{height:225px;border:1px solid #c9b285;background:#112945;color:#f2e8d8;display:grid;place-items:center;font-family:Georgia,serif;font-size:72px;letter-spacing:.02em;position:relative}.adv-monogram span{font-size:28px;color:#c9a35b;margin:0 6px}.adv-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:0 48px}.adv-cards article{border-top:1px solid #cdb88f;padding-top:12px;display:flex;flex-direction:column;gap:5px}.adv-cards b{font-family:Georgia,serif;font-size:13px;font-weight:400}.adv-cards span{font-size:7px;color:#7a7772}
.service-web{height:calc(100% - 42px);background:#f8f6f2}.service-web-grid{display:grid;grid-template-columns:1fr .8fr;gap:50px;align-items:center;padding:48px}.service-copy h3{font-size:40px}.service-visual{height:260px;background:#0c2b53;color:#fff;padding:32px;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:18px;border-radius:3px}.service-visual span{width:28px;height:28px;border-radius:50%;border:1px solid #c9a35b;display:grid;place-items:center;color:#c9a35b;font-size:7px}.service-visual b{font-size:18px;font-weight:500;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:18px}
@media(max-width:1050px){.pricing-grid{grid-template-columns:1fr 1fr}.pricing-grid[data-plan-count="1"]{grid-template-columns:1fr;max-width:440px}.pricing-grid[data-plan-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));max-width:860px}.plan-card.featured{grid-column:auto}.pricing-cta-bottom{flex-direction:column;align-items:flex-start}.pricing-head{gap:40px}.hero-layout{grid-template-columns:1fr;gap:35px}.hero{padding-top:140px}.hero-copy{max-width:720px}.hero-visual{height:610px}.solution-grid{grid-template-columns:repeat(2,1fr)}.projects-grid{grid-template-columns:1fr}.project-display{height:410px}.product-ui{height:620px}.ui-sidebar{width:175px}.ui-content{padding:26px 25px}.ui-kpis{grid-template-columns:repeat(2,1fr)}.ui-grid,.advocacia-grid{grid-template-columns:1fr}.ui-orders,.pending-card{display:none}.process-head{gap:40px}.process-steps{grid-template-columns:repeat(3,1fr)}.process-steps li:nth-child(4){border-left:0}.commerce-focus-grid{grid-template-columns:1fr}.cost-sheet-card{display:none}.manifesto-grid{grid-template-columns:160px 1fr}}
@media(max-width:760px){.pricing{padding:64px 0}.pricing-hero h2{font-size:48px}.pricing-head{grid-template-columns:1fr;gap:18px}.pricing-grid{grid-template-columns:1fr;margin-top:25px}.plan-card.featured{grid-column:auto}.plan-card{min-height:auto}.pricing-note,.pricing-cta-bottom{flex-direction:column}.browser-card{z-index:3;right:0;top:4px}.dashboard-card{z-index:2;left:0;bottom:0}.container{width:min(100% - 30px,1180px)}.nav-wrap{height:72px}.brand{width:145px}.main-nav{position:absolute;top:72px;left:15px;right:15px;display:none;flex-direction:column;align-items:stretch;background:#fbf8f3;border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:0 20px 50px rgba(0,0,0,.12)}.main-nav.open{display:flex}.main-nav a{color:var(--ink)!important;padding:8px}.menu-toggle{display:block;color:#fff}.site-header.scrolled .menu-toggle{color:var(--ink)}.hero{min-height:auto;padding:120px 0 70px}.hero h1{font-size:58px}.hero-lead{font-size:15px}.hero-proof{gap:17px;flex-wrap:wrap}.hero-visual{height:470px;margin-top:10px}.browser-card{width:83%;height:285px}.dashboard-card{width:90%;height:290px}.store-hero{min-height:180px}.store-hero h3{font-size:20px}.product-art{height:130px}.product-row{display:none}.stat-grid article:nth-child(3){display:none}.stat-grid{grid-template-columns:1fr 1fr}.dash-lower{grid-template-columns:1fr}.orders-mini{display:none}.chart-bars{height:70px}.hero-tag{display:none}.hero-bottom{display:none}.manifesto,.solutions,.demo,.projects{padding:72px 0}.process{padding:55px 0}.manifesto-grid,.section-heading.split,.demo-title-row,.process-head,.footer-main{grid-template-columns:1fr}.section-index{margin-bottom:18px}.flow-map{grid-template-columns:1fr 1fr;gap:25px}.flow-arrow{display:none}.solution-grid{grid-template-columns:1fr}.solution-card{min-height:420px}.solution-symbol{margin:35px 0 22px}.demo-title-row{gap:20px}.demo-shell{overflow:hidden}.demo-tabs{justify-content:flex-start;overflow-x:auto}.product-ui{height:560px}.ui-sidebar{display:none}.ui-content{padding:22px 16px}.ui-kpis{gap:7px}.ui-kpis article{padding:11px}.ui-kpis strong{font-size:15px}.ui-grid{grid-template-columns:1fr}.commerce-focus-grid{grid-template-columns:1fr}.tracking-share{grid-template-columns:1fr auto}.tracking-share>span{display:none}.ui-chart svg{height:165px}.advocacia-grid{grid-template-columns:1fr}.timeline-card li{grid-template-columns:34px 1fr}.timeline-card li em{display:none}.kanban-cols{grid-template-columns:1fr 1fr}.kanban-cols section:last-child{display:none}.projects-grid{grid-template-columns:1fr}.project-display{height:320px}.process-head{gap:18px}.process-steps{grid-template-columns:1fr 1fr;margin-top:25px}.process-steps li{padding:18px 14px;border-bottom:1px solid rgba(10,31,58,.12)}.process-steps li:first-child{padding-left:0}.process-steps li:last-child{padding-right:0}.process-steps li+li{border-left:0}.process-steps li:nth-child(even){border-left:1px solid rgba(10,31,58,.12)}.footer-main{gap:40px}.footer-links{gap:30px}.footer-bottom{flex-direction:column;gap:10px}}
@media(max-width:480px){.hero h1{font-size:48px}.hero-actions .btn{width:100%}.hero-visual{height:420px}.browser-card{height:240px}.dashboard-card{height:255px}.dash-main{padding:12px}.dash-header span{display:none}.manifesto h2,.solutions h2,.demo h2,.projects h2,.pricing h2,.process h2,.cta-inner h2{font-size:42px}.flow-map{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr}.process-steps li:nth-child(even){border-left:0}.solution-card{padding:22px}.product-ui{height:520px}.ui-content{padding:18px 12px}.ui-top button{display:none}.ui-kpis article:nth-child(n+3){display:none}.ui-kpis{grid-template-columns:1fr 1fr}.ui-chart{padding:12px}.kanban-cols{grid-template-columns:1fr}.kanban-cols section:nth-child(n+2){display:none}}

@media(max-width:1050px){.site-showcase-head{grid-template-columns:1fr;gap:20px}.site-browser{height:500px}.commerce-web-grid,.adv-web-grid,.service-web-grid{grid-template-columns:1fr 1fr}.site-showcase-head>p{max-width:680px}}
@media(max-width:760px){.site-showcase{padding:68px 0}.site-showcase-head h2{font-size:42px}.site-demo-tabs{justify-content:flex-start;overflow-x:auto}.site-browser{height:520px}.web-nav,.adv-web-nav,.service-web-nav{padding:0 18px;grid-template-columns:1fr auto}.web-nav span,.adv-web-nav span,.service-web-nav span{display:none}.commerce-web-grid,.adv-web-grid,.service-web-grid{grid-template-columns:1fr;padding:28px 24px 18px;gap:18px}.web-product-hero,.adv-monogram,.service-visual{display:none}.web-product-strip{grid-template-columns:1fr}.web-product-strip article:nth-child(n+2){display:none}.adv-cards{padding:0 24px;grid-template-columns:1fr}.adv-cards article:nth-child(n+2){display:none}.site-browser-bar span{padding:5px 18px}}
@media(max-width:480px){.site-showcase-head h2{font-size:38px}.site-browser{height:470px}.web-copy h3,.adv-web-grid h3,.service-copy h3{font-size:31px}.site-browser-bar span{display:none}}


/* V10.2 — Etiquetas do hero presas às bordas dos mockups */
.hero-tag{pointer-events:none}
.tag-a{left:3%;bottom:12px;transform:translateY(42%)}
.tag-b{right:3%;top:16px;transform:translateY(-42%)}


/* V10.3 — A imagem cadastrada no painel controla o visual do case */
.project-display.has-case-image{background-color:#0a1424}
.project-display.has-case-image .bag-art,
.project-display.has-case-image .tee-art,
.project-display.has-case-image .sweet-art{display:none}
.project-display.has-case-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(4,17,36,.15));pointer-events:none}


/* V10.6 — demos mais reais + largura independente da escala */
.site-demo-tabs,.demo-tabs{flex-wrap:wrap}.site-demo-tab,.demo-tab{white-space:nowrap}
.site-browser-bar{position:relative}.site-browser-bar em{margin-left:auto;margin-right:16px;font-style:normal;font-size:6px;letter-spacing:.08em;color:#9b958c;text-transform:uppercase}.brand-browser{box-shadow:0 30px 80px rgba(40,34,25,.12)}
.brand-site-nav{height:70px;display:grid;grid-template-columns:1fr auto auto;align-items:center;padding:0 40px;border-bottom:1px solid rgba(60,50,40,.1);font-size:8px}.brand-site-nav>span{margin-right:28px}.brand-site-nav button{border:0;border-radius:999px;padding:9px 13px;font-size:7px}.brand-site-copy small{font-size:7px;letter-spacing:.16em;font-weight:700}.brand-site-copy h3{font-family:Georgia,serif;font-weight:400;font-size:38px;line-height:1.05;margin:11px 0 14px}.brand-site-copy p{font-size:9px;line-height:1.75;max-width:430px}.site-mini-actions{display:flex;align-items:center;gap:16px;margin-top:16px}.site-mini-actions a{font-size:8px;font-weight:800;border-bottom:1px solid currentColor;padding-bottom:4px}.site-mini-actions span{font-size:7px;opacity:.7}.brand-product-strip{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(50,40,30,.1)}.brand-product-strip article{display:grid;grid-template-columns:auto 1fr auto;gap:4px 10px;padding:13px 18px;background:rgba(255,255,255,.76);border-right:1px solid rgba(50,40,30,.08)}.brand-product-strip i{grid-row:1/3;font-style:normal;font-size:7px;opacity:.55}.brand-product-strip b{font-size:8px}.brand-product-strip small{font-size:6px;opacity:.58}.brand-product-strip span{grid-row:1/3;grid-column:3;align-self:center;font-size:7px}

/* LOBÊ */
.lobe-web{height:calc(100% - 42px);background:linear-gradient(135deg,#fbf7f1 0%,#f2ebe4 100%);color:#401a21}.lobe-nav strong{font-family:Georgia,serif;font-size:20px;letter-spacing:.16em}.lobe-nav>span{color:#725f60}.lobe-nav button{background:#451821;color:#fff}.lobe-web-grid{display:grid;grid-template-columns:1fr .9fr;min-height:292px;padding:38px 46px 26px;align-items:center;gap:32px}.lobe-copy small{color:#95595e}.lobe-copy h3{color:#3b2025}.lobe-copy p{color:#756b67}.lobe-copy a{color:#451821}.lobe-product-scene{position:relative;height:260px}.lobe-product-card{position:absolute;background:#fff;border:1px solid rgba(69,24,33,.1);box-shadow:0 18px 45px rgba(67,35,35,.1);border-radius:16px;padding:14px;display:grid;gap:6px}.lobe-product-card.main{width:210px;right:40px;top:8px}.lobe-product-card.mini{width:128px;left:8px;bottom:4px;transform:rotate(-5deg)}.lobe-product-card>span{font-size:7px;color:#7a6869}.lobe-product-card>strong{font-size:10px;color:#451821}.bag-render{height:150px;border-radius:10px;position:relative;display:grid;place-items:center;background:linear-gradient(145deg,#5b202a,#381219);color:#e8d7c7;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.bag-render.sand{height:86px;background:linear-gradient(145deg,#d4b99e,#b99679)}.bag-render:before{content:"";position:absolute;width:74px;height:38px;border:6px solid currentColor;border-bottom:0;border-radius:42px 42px 0 0;top:18px;opacity:.55}.bag-render:after{content:"";position:absolute;inset:46px 24px 18px;border-radius:8px;border:1px solid rgba(255,255,255,.16)}.bag-render b{font-family:Georgia,serif;font-size:13px;letter-spacing:.12em;z-index:2}.lobe-strip{color:#4d272c}.lobe-strip article{background:#fffaf6}.lobe-strip i{color:#9a6267}.lobe-side{background:#421821}.lobe-panel-brand{color:#f5ede6}.lobe-panel-brand strong{font-family:Georgia,serif;letter-spacing:.16em;font-size:16px}.lobe-side nav a.on{background:rgba(242,215,193,.14);border-left-color:#d6b99e}.lobe-cost-thumb{background:#521d26;color:#ead9c8}.lobe-margin-box{background:#421821}

/* Advocacia */
.adv-real-web{background:linear-gradient(135deg,#f7f4ee,#eee7dc)}.adv-brand-mark{display:flex;align-items:center;gap:10px}.adv-brand-mark>span{width:30px;height:30px;border:1px solid #b99b62;display:grid;place-items:center;font-family:Georgia,serif;font-size:10px;color:#b08747}.adv-brand-mark strong{display:flex;flex-direction:column;font-size:10px!important;letter-spacing:.11em!important}.adv-brand-mark strong small{font-size:5px;letter-spacing:.2em;color:#a38b63;margin-top:2px}.law-office-card{background:#14263a;color:#fff;border:1px solid #b99b62;min-height:230px;padding:28px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 18px 45px rgba(20,38,58,.16)}.law-monogram{font-family:Georgia,serif;font-size:48px;color:#d7bd8d}.law-office-card div{display:grid;gap:6px}.law-office-card div small{font-size:6px;letter-spacing:.16em;color:#c6a96f}.law-office-card div b{font-family:Georgia,serif;font-size:18px;font-weight:400;line-height:1.35}.law-office-card p{font-size:7px;color:#aeb8c2;margin:0}.law-panel-brand{align-items:center!important}.law-panel-brand>span{width:34px;height:34px;border:1px solid #c7a15a;display:grid;place-items:center;font-family:Georgia,serif;color:#d8bc82}.law-panel-brand strong{font-size:9px;letter-spacing:.1em}.law-panel-brand small{font-size:6px;color:#aeb9c5}

/* Caramélise */
.caramelise-web{height:calc(100% - 42px);background:#f2efe9;color:#244437}.caramelise-nav{border-color:rgba(39,68,55,.12)}.caramelise-wordmark{display:flex;flex-direction:column}.caramelise-wordmark strong{font-family:Georgia,serif;font-style:italic;font-size:20px;font-weight:500;color:#bc5634}.caramelise-wordmark small{font-size:5.5px;letter-spacing:.18em;color:#315447}.caramelise-nav>span{color:#60736a}.caramelise-nav button{background:#2e5445;color:#fff}.caramelise-grid{display:grid;grid-template-columns:1fr .95fr;min-height:292px;padding:38px 46px 26px;align-items:center;gap:34px}.caramelise-copy small{color:#bc5634}.caramelise-copy h3{color:#264a3b}.caramelise-copy p{color:#69766e}.caramelise-copy a{color:#a6492d}.sweet-scene{height:260px;position:relative}.sweet-card{position:absolute;background:#fbf8f2;border:1px solid rgba(47,82,67,.12);border-radius:18px;box-shadow:0 20px 45px rgba(56,78,65,.1);padding:13px;display:grid;gap:5px}.sweet-card.cake{width:205px;right:22px;top:5px}.sweet-card.brigadeiro{width:145px;left:5px;bottom:2px;transform:rotate(-4deg)}.sweet-card small{font-size:7px;color:#617269}.sweet-card strong{font-size:9px;color:#a54b30}.cake-illustration{height:145px;background:linear-gradient(150deg,#e8d5c3,#d6b99d);border-radius:12px;position:relative;display:grid;place-items:center}.cake-illustration:before,.cake-illustration:after{content:"";position:absolute;border-radius:50%;background:#73422e}.cake-illustration:before{width:105px;height:28px;top:38px}.cake-illustration:after{width:105px;height:62px;top:50px;border-radius:10px 10px 22px 22px;background:linear-gradient(#8f553d,#693827)}.cake-illustration i{position:absolute;width:85px;height:15px;background:#f4e7da;border-radius:50%;top:59px;z-index:2}.brigadeiro-dots{height:90px;background:#e7ddd0;border-radius:10px;display:grid;grid-template-columns:1fr 1fr;place-items:center;padding:10px}.brigadeiro-dots i{width:30px;height:30px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#7e4c3c,#3a1f1a);box-shadow:0 4px 8px rgba(0,0,0,.12)}.caramelise-strip{color:#315447}.caramelise-strip article{background:#faf7f1}.caramelise-strip i{color:#bc5634}.caramelise-side{background:#2e5144}.caramelise-panel-brand strong{font-family:Georgia,serif;font-style:italic;font-size:15px;color:#e4b39f}.caramelise-panel-brand small{font-size:6px;letter-spacing:.16em;color:#c7d2cb}.caramelise-side nav a.on{background:rgba(221,177,156,.13);border-left-color:#c96c4a}.caramelise-top button{background:#b95334}.caramelise-kpis span{background:#f4eee7;color:#8d5b42}.food-focus-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:12px;margin-top:12px}.production-card{background:#fff;border:1px solid #e1e5ea;border-radius:12px;padding:15px}.production-order{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #edf0f3}.production-time{font-size:8px;font-weight:800;color:#b45538}.production-order>div{display:flex;flex-direction:column;gap:3px}.production-order b{font-size:8px}.production-order small{font-size:6px;color:#8d989f}.production-order em{font-style:normal;font-size:6px;background:#fff2e6;color:#9a684b;border-radius:999px;padding:5px 7px}.production-order em.ready{background:#eaf4ee;color:#4c765e}.caramelise-cost-thumb{background:#2e5144;color:#e6b39e}.caramelise-margin{background:#2e5144}.caramelise-margin span:last-child b{color:#e6b39e}

/* Services */
.service-real-web{background:linear-gradient(145deg,#f8f6f2,#edf1f4)}.service-panel-brand strong{font-size:13px;letter-spacing:.12em}.service-panel-brand small{font-size:6px;letter-spacing:.16em;color:#9cafc2}

.demo-client-brand{min-height:64px;display:flex;flex-direction:column;justify-content:center;gap:3px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}

@media(max-width:1050px){.lobe-web-grid,.caramelise-grid{grid-template-columns:1fr 1fr}.food-focus-grid{grid-template-columns:1fr}.caramelise-cost-card{display:none}.site-browser-bar em{display:none}}
@media(max-width:760px){.site-demo-tabs,.demo-tabs{flex-wrap:nowrap}.lobe-web-grid,.caramelise-grid{grid-template-columns:1fr;padding:28px 24px 18px}.lobe-product-scene,.sweet-scene{display:none}.brand-site-nav{padding:0 18px;grid-template-columns:1fr auto}.brand-site-nav>span{display:none}.brand-product-strip{grid-template-columns:1fr}.brand-product-strip article:nth-child(n+2){display:none}.site-browser-bar em{display:none}.food-focus-grid{grid-template-columns:1fr}}

/* V10.12 — Hero principal mostra o próprio Núcleo System, sem identidade de cliente */
.nucleo-site-preview{height:calc(100% - 34px);background:#071a33;color:#fff;overflow:hidden;position:relative}
.nucleo-preview-nav{height:48px;background:#fbf8f3;display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:13px;padding:0 15px;border-bottom:1px solid #e8e3da}
.nucleo-preview-nav>img{width:92px;max-height:31px;object-fit:contain;object-position:left center}
.nucleo-preview-nav>div{display:flex;align-items:center;justify-content:center;gap:12px;color:#10233f;font-size:5.6px;font-weight:700;white-space:nowrap}
.nucleo-preview-nav>b{font-size:5.6px;color:#a57f3f;border:1px solid #d9bc80;border-radius:999px;padding:6px 8px;white-space:nowrap}
.nucleo-preview-body{height:calc(100% - 48px);display:grid;grid-template-columns:.82fr 1.18fr;gap:8px;padding:25px 18px 18px;position:relative;background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px);background-size:28px 28px}
.nucleo-preview-copy{position:relative;z-index:2;padding:18px 0 0 7px}
.nucleo-preview-copy>small{display:block;font-size:5.7px;letter-spacing:.14em;color:#d6b36c;font-weight:800;margin-bottom:13px}
.nucleo-preview-copy h3{font-family:Montserrat,"Helvetica Neue",Arial,sans-serif;font-size:28px;line-height:.96;letter-spacing:-.055em;margin:0;color:#fff;font-weight:650}
.nucleo-preview-copy h3 em{font-family:Georgia,serif;font-weight:400;color:#d8b66f}
.nucleo-preview-copy p{font-size:6.6px;line-height:1.6;color:#c4cfdb;margin:14px 0 15px;max-width:190px}
.nucleo-preview-actions{display:flex;align-items:center;gap:8px}
.nucleo-preview-actions b,.nucleo-preview-actions span{font-size:5.6px;border-radius:999px;padding:7px 9px}
.nucleo-preview-actions b{background:#d3ab5b;color:#071a33}
.nucleo-preview-actions span{border:1px solid rgba(255,255,255,.18);color:#fff}
.nucleo-preview-visual{position:relative;min-height:245px}
.preview-orbit{position:absolute;border-radius:50%;border:1px solid rgba(216,182,111,.18);z-index:0}
.preview-orbit-a{width:210px;height:210px;right:6px;top:5px}
.preview-orbit-b{width:260px;height:260px;right:-18px;top:-18px;border-color:rgba(255,255,255,.07)}
.preview-site-card{position:absolute;z-index:2;right:2px;top:18px;width:82%;height:145px;background:#f7f2e8;border-radius:10px;overflow:hidden;box-shadow:0 16px 34px rgba(0,0,0,.25);transform:rotateY(-5deg)}
.preview-site-top{height:22px;background:#fff;display:flex;align-items:center;gap:4px;padding:0 8px;border-bottom:1px solid #ebe5da}
.preview-site-top>i{width:4px;height:4px;border-radius:50%;background:#cbc3b6}
.preview-site-top span{margin-left:auto;font-size:4.8px;color:#7f776c;border:1px solid #ece5db;border-radius:999px;padding:3px 8px}
.preview-site-content{padding:18px 16px;display:flex;flex-direction:column;gap:7px;color:#10233f}
.preview-site-content small{font-size:5px;letter-spacing:.14em;color:#a17f48}
.preview-site-content strong{font-family:Georgia,serif;font-size:19px;line-height:1.02;font-weight:400}
.preview-site-content span{font-size:5.4px;color:#7d8691}
.preview-panel-card{position:absolute;z-index:1;left:0;bottom:13px;width:72%;height:118px;border-radius:10px;background:#f7f8fa;box-shadow:0 14px 30px rgba(0,0,0,.25);display:grid;grid-template-columns:34px 1fr;overflow:hidden;transform:rotateY(5deg)}
.preview-panel-card>img{width:34px;height:100%;object-fit:contain;background:#081f3e;padding:8px}
.preview-panel-card>div{padding:17px 11px;color:#10233f;display:flex;flex-direction:column;gap:5px}
.preview-panel-card small{font-size:4.7px;letter-spacing:.12em;color:#8d97a5}
.preview-panel-card strong{font-size:10px}
.preview-panel-card span{font-size:5.3px;color:#778391}
@media(max-width:760px){.nucleo-preview-nav{grid-template-columns:85px 1fr;padding:0 10px}.nucleo-preview-nav>img{width:78px}.nucleo-preview-nav>div{gap:7px}.nucleo-preview-nav>b{display:none}.nucleo-preview-body{padding:16px 12px;grid-template-columns:.85fr 1.15fr}.nucleo-preview-copy h3{font-size:20px}.nucleo-preview-copy p{display:none}.nucleo-preview-actions span{display:none}.preview-site-card{height:110px}.preview-site-content{padding:12px}.preview-site-content strong{font-size:14px}.preview-panel-card{height:92px}.preview-orbit-a{width:160px;height:160px}.preview-orbit-b{width:200px;height:200px}}
@media(max-width:480px){.nucleo-preview-nav>div span:nth-child(n+4){display:none}.nucleo-preview-body{grid-template-columns:.9fr 1.1fr}.nucleo-preview-copy>small{font-size:4.4px}.nucleo-preview-copy h3{font-size:17px}.nucleo-preview-actions b{font-size:4.6px;padding:6px 7px}.preview-site-card{width:88%;height:94px}.preview-site-content strong{font-size:12px}.preview-panel-card{width:78%;height:76px}.preview-panel-card>div{padding:10px 8px}.preview-panel-card strong{font-size:8px}}

/* V10.15 — no mobile width lock for dynamic plans */
@media(max-width:760px){.pricing-grid[data-plan-count="1"],.pricing-grid[data-plan-count="2"]{max-width:none;grid-template-columns:1fr}}


/* V10.17 — seletor de segmento */
.audience-switch{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(199,161,90,.34);border-radius:999px;background:rgba(7,26,51,.28);backdrop-filter:blur(10px);margin-left:auto;margin-right:16px}.audience-switch a{padding:7px 11px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.03em;color:#e7edf4;transition:.2s}.audience-switch a.active{background:var(--gold);color:#071a33}.site-header.scrolled .audience-switch{background:#fff;border-color:#ddcfb5}.site-header.scrolled .audience-switch a{color:#5e6d7c}.site-header.scrolled .audience-switch a.active{color:#071a33}.nav-wrap{gap:10px}.main-nav{gap:calc(22px * var(--site-scale))}
@media(max-width:1050px){.audience-switch{margin-left:auto}.main-nav{gap:14px;font-size:11px}}
@media(max-width:900px){.audience-switch{margin-right:8px}.main-nav{gap:10px}.main-nav .nav-cta{display:none}}
@media(max-width:760px){.nav-wrap{height:88px;align-items:flex-start;padding-top:10px}.brand{width:122px}.audience-switch{position:absolute;left:50%;right:auto;bottom:7px;transform:translateX(-50%);margin:0;z-index:4;white-space:nowrap}.audience-switch a{font-size:7.5px;padding:5px 10px}.main-nav{top:88px}.menu-toggle{margin-top:4px}}
@media(max-width:420px){.audience-switch{left:50%;right:auto}.audience-switch a{display:block!important;font-size:7.2px;padding:5px 9px}.brand{width:116px}}


/* V10.23 hotfix — evita quebra e corte visual na seção Como funciona */
#como-funciona .container{max-width:min(1180px,calc(100% - 48px))}
#como-funciona .process-steps{justify-content:stretch;box-sizing:border-box}
#como-funciona .process-steps li *{word-break:normal;overflow-wrap:anywhere}
