:root{
  --oth-bg:#06101b;
  --oth-bg-2:#0a1724;
  --oth-card:#111b27;
  --oth-card-2:#142231;
  --oth-line:rgba(255,255,255,.13);
  --oth-line-2:rgba(251,193,7,.32);
  --oth-text:#f8fafc;
  --oth-muted:#b8c3cf;
  --oth-gold:#ffc107;
  --oth-gold-2:#ffd600;
  --oth-green:#16a34a;
  --oth-radius:22px;
  --oth-shadow:0 24px 70px rgba(0,0,0,.38);
  --oth-shadow-soft:0 14px 36px rgba(0,0,0,.24);
  --oth-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--oth-bg);color:var(--oth-text);line-height:1.55;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 12% 8%,rgba(255,193,7,.11),transparent 24%),radial-gradient(circle at 82% 18%,rgba(28,75,120,.42),transparent 30%),linear-gradient(135deg,#050b12 0%,#081320 48%,#04070d 100%)}
body:after{content:"";position:fixed;inset:0;z-index:-1;opacity:.22;background-image:linear-gradient(135deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}
a{color:inherit;text-decoration:none}.oth-container{width:min(100% - 56px,var(--oth-max));margin:0 auto}.oth-header{position:sticky;top:0;z-index:90;background:rgba(5,11,18,.74);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}.oth-nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.oth-brand,.oth-footer-brand{display:inline-flex;align-items:center;gap:12px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.oth-brand-text{font-size:23px}.oth-brand-text strong,.oth-footer-brand strong{color:#fff}.oth-brand-text:not(strong),.oth-footer-brand em{color:var(--oth-gold);font-style:normal}.oth-brand-mark{width:38px;height:38px;border-radius:50%;display:inline-grid;place-items:center;background:radial-gradient(circle at 50% 50%,rgba(255,214,0,.12),transparent 56%);position:relative;flex:0 0 38px}.oth-brand-mark:before,.oth-brand-mark:after,.oth-brand-mark span{content:"";position:absolute;border:4px solid var(--oth-gold);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;inset:4px;transform:rotate(25deg)}.oth-brand-mark:after{inset:10px;transform:rotate(205deg);border-width:3px}.oth-brand-mark span{inset:16px;border-width:3px;transform:rotate(85deg)}.oth-menu{display:flex;align-items:center;gap:28px;font-weight:800;font-size:14px}.oth-menu a{color:#e8eef6;opacity:.94}.oth-menu a:hover{color:var(--oth-gold)}.oth-nav-cta{display:inline-flex!important;align-items:center;gap:10px;background:linear-gradient(135deg,var(--oth-gold),var(--oth-gold-2));color:#111827!important;padding:13px 22px;border-radius:12px;box-shadow:0 12px 24px rgba(255,193,7,.18)}.oth-menu-btn{display:none;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;border-radius:12px;width:44px;height:44px;font-size:18px}.oth-hero{padding:34px 0 42px}.oth-hero-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(620px,1.35fr);gap:42px;align-items:center}.oth-kicker{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:8px 14px;border:1px solid rgba(255,193,7,.55);border-radius:999px;color:var(--oth-gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:rgba(255,193,7,.06);margin-bottom:22px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:-.055em;margin-bottom:24px}h1 span{color:var(--oth-gold);display:inline}h2{font-size:clamp(30px,3vw,46px);line-height:1.05;letter-spacing:-.035em;margin-bottom:12px}.oth-lead{font-size:18px;color:#d7e0eb;max-width:570px;margin-bottom:28px}.oth-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.oth-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:15px 24px;border-radius:14px;font-weight:900;border:1px solid transparent;transition:.18s transform,.18s box-shadow,.18s background}.oth-btn:hover{transform:translateY(-2px)}.oth-btn-primary{background:linear-gradient(135deg,var(--oth-gold),var(--oth-gold-2));color:#111827;box-shadow:0 18px 38px rgba(255,193,7,.20)}.oth-btn-secondary{background:rgba(255,255,255,.04);border-color:rgba(255,193,7,.55);color:#fff}.oth-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:650px}.oth-trust div{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;gap:0 10px;align-items:center}.oth-trust i{grid-row:1/3;color:var(--oth-gold);font-size:28px}.oth-trust strong{font-size:14px}.oth-trust span{color:var(--oth-muted);font-size:12px;line-height:1.35}.oth-hero-stage{position:relative;min-height:630px}.oth-shot{position:absolute;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:#111827;box-shadow:var(--oth-shadow);overflow:hidden}.oth-shot:before{content:"";position:absolute;left:0;right:0;top:0;height:26px;background:#1d2430;z-index:2}.oth-shot:after{content:"";position:absolute;left:14px;top:9px;width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:16px 0 0 #ffc107,32px 0 0 #22c55e;z-index:3}.oth-shot img{display:block;width:100%;height:100%;object-fit:cover}.oth-shot-main{right:140px;top:0;width:560px;height:336px;z-index:2}.oth-shot-financeiro{right:28px;top:210px;width:590px;height:354px;z-index:5}.oth-shot-login{left:42px;top:254px;width:300px;height:220px;z-index:6;border-color:rgba(255,193,7,.38)}.oth-shot-kanban{left:130px;bottom:0;width:570px;height:250px;z-index:4}.oth-shot-mobile{right:0;top:55px;width:132px;height:310px;z-index:7;border-color:rgba(255,193,7,.42)}.oth-feature-strip{padding:18px 0 32px}.oth-feature-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.oth-feature-card,.oth-screen-card,.oth-module-card,.oth-step{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.13);border-radius:18px;box-shadow:var(--oth-shadow-soft)}.oth-feature-card{padding:22px 18px;min-height:154px}.oth-feature-card i,.oth-module-card i{color:var(--oth-gold);font-size:32px;margin-bottom:12px}.oth-feature-card h2{font-size:17px;letter-spacing:0;margin-bottom:8px}.oth-feature-card p{font-size:13px;color:var(--oth-muted);margin-bottom:0}.oth-section{padding:54px 0}.oth-section-head{max-width:760px;margin:0 0 26px}.oth-section-head:not(.left){text-align:left}.oth-section-head p{color:var(--oth-muted);font-size:16px}.oth-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.oth-screen-card{padding:10px;overflow:hidden}.oth-screen-image{height:150px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#08111d}.oth-screen-image img{width:100%;height:100%;object-fit:cover;display:block}.oth-screen-card h3{font-size:15px;text-align:center;margin:10px 4px 2px}.oth-screen-card p{color:var(--oth-muted);font-size:12px;line-height:1.35;text-align:center;margin:0 4px 8px}.oth-modules{padding-top:34px}.oth-module-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:12px}.oth-module-card{padding:22px 10px;text-align:center;min-height:122px}.oth-module-card h3{font-size:14px;margin:0}.oth-flow{padding-top:38px}.oth-flow-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;position:relative}.oth-step{position:relative;padding:20px 18px;min-height:170px}.oth-step:not(:last-child):after{content:"";position:absolute;right:-15px;top:50%;width:15px;border-top:2px dashed rgba(255,193,7,.75)}.oth-step-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--oth-gold),var(--oth-gold-2));color:#111827;font-size:21px;box-shadow:0 14px 28px rgba(255,193,7,.18);margin-bottom:12px}.oth-step span{position:absolute;right:16px;top:16px;color:rgba(255,255,255,.35);font-size:30px;font-weight:900}.oth-step h3{font-size:17px;margin-bottom:7px}.oth-step p{color:var(--oth-muted);font-size:13px;margin:0}.oth-cta-section{padding:40px 0 34px}.oth-cta-band{display:grid;grid-template-columns:90px 1fr auto;gap:24px;align-items:center;border:1px solid rgba(255,193,7,.55);border-radius:24px;background:linear-gradient(135deg,rgba(255,193,7,.10),rgba(255,255,255,.035));padding:24px 28px;box-shadow:var(--oth-shadow-soft)}.oth-rocket{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;background:radial-gradient(circle,rgba(255,214,0,.30),rgba(255,193,7,.08));color:var(--oth-gold);font-size:38px}.oth-cta-band h2{font-size:30px;margin-bottom:4px}.oth-cta-band p{color:#d6e0eb;margin:0}.oth-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.oth-footer{padding:34px 0 16px;background:rgba(0,0,0,.25);border-top:1px solid rgba(255,255,255,.08)}.oth-footer-grid{display:grid;grid-template-columns:1.2fr .9fr .8fr 1fr;gap:34px}.oth-footer p{color:var(--oth-muted);font-size:14px;margin:0 0 7px}.oth-footer h3{font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.oth-footer i{color:var(--oth-gold);margin-right:8px}.oth-footer-brand{margin-bottom:10px}.oth-footer-brand strong{font-size:22px}.oth-social{display:flex;gap:10px}.oth-social i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;margin:0}.oth-copy{text-align:center;color:#7d8b9a;font-size:12px;margin-top:24px}.oth-wa-float{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;z-index:80;font-size:28px;box-shadow:0 18px 38px rgba(22,163,74,.35)}
@media(max-width:1150px){.oth-hero-grid{grid-template-columns:1fr}.oth-hero-stage{min-height:560px}.oth-feature-grid{grid-template-columns:repeat(3,1fr)}.oth-gallery{grid-template-columns:repeat(3,1fr)}.oth-module-grid{grid-template-columns:repeat(3,1fr)}.oth-flow-grid{grid-template-columns:1fr 1fr}.oth-step:not(:last-child):after{display:none}.oth-cta-band{grid-template-columns:80px 1fr}.oth-cta-actions{grid-column:1/-1}.oth-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.oth-container{width:min(100% - 24px,var(--oth-max))}.oth-nav{height:68px}.oth-menu-btn{display:grid;place-items:center}.oth-menu{position:absolute;left:12px;right:12px;top:76px;display:none;grid-template-columns:1fr;gap:0;background:#0d1723;border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:10px;box-shadow:var(--oth-shadow)}.oth-menu.is-open{display:grid}.oth-menu a{padding:13px 14px}.oth-nav-cta{justify-content:center;margin-top:6px}.oth-hero{padding-top:32px}h1{font-size:40px}.oth-lead{font-size:16px}.oth-actions,.oth-btn{width:100%}.oth-trust{grid-template-columns:1fr}.oth-hero-stage{min-height:690px}.oth-shot-main{left:0;right:auto;top:0;width:100%;height:260px}.oth-shot-financeiro{left:0;right:auto;top:185px;width:100%;height:260px}.oth-shot-login{left:10px;top:410px;width:56%;height:185px}.oth-shot-kanban{left:0;bottom:0;width:74%;height:180px}.oth-shot-mobile{right:0;top:410px;width:34%;height:250px}.oth-feature-grid,.oth-gallery,.oth-module-grid,.oth-flow-grid,.oth-footer-grid{grid-template-columns:1fr}.oth-screen-image{height:210px}.oth-cta-band{grid-template-columns:1fr;text-align:left}.oth-cta-actions{grid-column:auto}.oth-rocket{width:64px;height:64px}.oth-wa-float{width:52px;height:52px;font-size:24px}}

/* WordPress compatibility fixes — P8.1.12 */
body.admin-bar .oth-header{top:32px}
@media(max-width:782px){body.admin-bar .oth-header{top:46px}}
.oth-brand .custom-logo{height:48px;width:auto;max-width:260px;object-fit:contain}
.oth-menu-list{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}.oth-menu-list li{margin:0}.oth-menu-list a{color:#e8eef6;opacity:.94;font-weight:800;font-size:14px}.oth-menu-list a:hover{color:var(--oth-gold)}
@media(max-width:760px){.oth-menu-list{display:grid;gap:0}.oth-menu-list a{display:block;padding:13px 14px}.oth-brand-text{font-size:16px}.oth-brand-mark{width:32px;height:32px;flex-basis:32px}.oth-header .oth-nav{height:64px}.oth-menu{top:68px}.oth-hero{padding-top:28px}.oth-feature-strip{padding-top:6px}.oth-section{padding:46px 0}.oth-module-card,.oth-feature-card,.oth-step{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04))}}

/* Área do Cliente — modal premium P8.2.1 */
.oth-client-access{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 14px;border-radius:12px;border:1px solid rgba(255,193,7,.55);background:rgba(255,193,7,.10);color:#fff;font-weight:900;font-size:13px;cursor:pointer;transition:.18s transform,.18s background,.18s border-color}.oth-client-access:hover{transform:translateY(-1px);background:rgba(255,193,7,.18);border-color:rgba(255,193,7,.85)}.oth-client-access i{color:var(--oth-gold)}.oth-modal-open{overflow:hidden}.oth-client-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px}.oth-client-modal.is-open{display:flex}.oth-client-modal__backdrop{position:absolute;inset:0;background:rgba(2,8,16,.78);backdrop-filter:blur(8px)}.oth-client-modal__dialog{position:relative;width:min(520px,100%);z-index:2}.oth-client-modal__close{position:absolute;right:-10px;top:-10px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#101827;color:#fff;display:grid;place-items:center;cursor:pointer;z-index:5;box-shadow:0 12px 28px rgba(0,0,0,.35)}.oth-login-card{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#101827 0%,#0d1420 100%);border:1px solid rgba(255,255,255,.14);box-shadow:0 32px 90px rgba(0,0,0,.45);padding:24px}.oth-login-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(255,193,7,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(255,193,7,.10),transparent 28%);pointer-events:none}.oth-login-card>*{position:relative;z-index:1}.oth-login-card__head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.oth-login-card__mark{width:50px;height:50px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,var(--oth-gold),var(--oth-gold-2));box-shadow:0 16px 34px rgba(255,193,7,.24);flex:0 0 50px}.oth-login-card__mark span{width:22px;height:22px;border-radius:8px;border:4px solid #111827;display:block;transform:rotate(-12deg)}.oth-login-card__kicker{display:block;color:var(--oth-gold);font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;margin-bottom:5px}.oth-login-card h2{font-size:28px;line-height:1.05;margin:0;color:#fff;letter-spacing:-.035em}.oth-login-card p{margin:6px 0 0;color:#aebbd0;font-size:13px;line-height:1.45}.oth-client-field{display:block;margin-bottom:13px}.oth-client-field span{display:block;color:#f5f8ff;font-size:12px;font-weight:900;letter-spacing:.035em;margin-bottom:7px}.oth-client-field input{width:100%;height:48px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff;color:#121826;font-size:15px;font-weight:750;padding:0 13px;outline:0;box-shadow:none}.oth-client-field input:focus{border-color:var(--oth-gold);box-shadow:0 0 0 4px rgba(255,193,7,.16)}.oth-client-forgot{display:block;text-align:right;color:#e6edf8;font-size:14px;margin:2px 0 18px;text-decoration:none}.oth-client-forgot:hover{color:var(--oth-gold)}.oth-client-submit,.oth-client-secondary{width:100%;height:48px;border-radius:4px;border:0;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;font-size:15px;font-weight:950;letter-spacing:.035em}.oth-client-submit{background:linear-gradient(135deg,var(--oth-gold),var(--oth-gold-2));color:#111827;cursor:pointer;box-shadow:0 15px 28px rgba(255,193,7,.22)}.oth-client-submit:disabled{opacity:.72;cursor:wait}.oth-client-secondary{background:#1b2433;color:#fff;border:1px solid rgba(255,255,255,.10)}.oth-client-separator{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;margin:18px 0}.oth-client-separator span{height:1px;background:rgba(255,255,255,.18)}.oth-client-separator strong{color:#d7e0ed;font-size:13px}.oth-client-alert{display:none;margin-bottom:13px;border-radius:12px;padding:11px 12px;font-size:13px;font-weight:800;line-height:1.35}.oth-client-alert.is-show{display:block}.oth-client-alert.is-error{background:rgba(248,113,113,.16);border:1px solid rgba(248,113,113,.32);color:#fecaca}.oth-client-alert.is-success{background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.30);color:#bbf7d0}.oth-client-alert.is-info{background:rgba(255,193,7,.14);border:1px solid rgba(255,193,7,.28);color:#fde68a}@media(max-width:760px){.oth-client-access{width:100%;margin:6px 0}.oth-client-modal{padding:12px}.oth-login-card{padding:20px;border-radius:20px}.oth-client-modal__close{right:6px;top:6px}.oth-login-card__head{padding-right:34px}.oth-login-card h2{font-size:24px}}
