:root{--bg:#f5f7fb;--panel:#fff;--text:#162033;--muted:#697386;--primary:#0b4ea2;--primary2:#08356f;--accent:#ff7a00;--danger:#c62828;--success:#1b7f3a;--warning:#b66a00;--line:#dfe5ef;--shadow:0 10px 30px rgba(16,24,40,.08);--radius:16px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text)}a{color:var(--primary);text-decoration:none}code{background:#eef2f7;border-radius:6px;padding:.1rem .35rem}.sidebar{position:fixed;inset:0 auto 0 0;width:270px;background:#071d3b;color:#fff;display:flex;flex-direction:column;padding:22px;z-index:10}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--accent);font-size:18px}.brand small{display:block;color:#b7c7df;margin-top:2px}.sidebar nav{display:grid;gap:8px}.sidebar nav a{color:#dce7f7;padding:12px 14px;border-radius:12px}.sidebar nav a:hover{background:rgba(255,255,255,.08);color:#fff}.user-box{margin-top:auto;background:rgba(255,255,255,.08);padding:14px;border-radius:14px}.user-box small{display:block;color:#b7c7df;margin:.25rem 0 .6rem}.user-box a{color:#fff;font-weight:700}.main{margin-left:270px;padding:30px;min-height:100vh}.page-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:22px}.page-head h1{margin:0;font-size:30px}.page-head p{margin:.35rem 0 0;color:var(--muted)}.head-actions{display:flex;gap:10px;flex-wrap:wrap}.panel,.card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius)}.panel{padding:22px;margin-bottom:20px}.panel h2{margin-top:0}.cards{display:grid;gap:16px;margin-bottom:20px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.card{padding:22px}.card small{display:block;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.card strong{display:block;margin-top:8px;font-size:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;min-height:40px}.btn:hover{filter:brightness(.98)}.btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn.danger{background:#fff3f3;color:var(--danger);border-color:#ffd0d0}.btn.small{font-size:12px;padding:7px 10px;min-height:30px}.alert{padding:12px 14px;border-radius:12px;margin:0 0 14px;border:1px solid var(--line)}.alert.success{background:#ecfdf3;border-color:#bce9c9;color:#0b5d2a}.alert.danger{background:#fff1f1;border-color:#ffc9c9;color:#8c1616}.alert.warning{background:#fff8e8;border-color:#ffe2a8;color:#7a4700}.muted{color:var(--muted)}.small{font-size:12px;color:var(--muted)}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#eef4ff;color:#164280;font-size:12px;font-weight:700}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table th{font-size:13px;color:#4d5b70;background:#f8fafc}.table tr:hover td{background:#fbfdff}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.actions form{display:inline}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid-form{display:grid;gap:12px}.grid-form h2,.form-grid h2{grid-column:1/-1;margin:12px 0 0}.span2{grid-column:1/-1}label{display:grid;gap:6px;font-weight:700;color:#344054}input,select,textarea{width:100%;border:1px solid #cfd7e6;border-radius:10px;padding:11px 12px;font:inherit;background:#fff;color:var(--text)}textarea{min-height:90px;resize:vertical}.big-text{min-height:260px;font-family:Consolas,monospace;font-size:13px}.form-actions{display:flex;gap:10px}.inline-form{display:flex;gap:10px;align-items:flex-end;flex-wrap:wrap}.inline-form input,.inline-form select{width:auto;min-width:180px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.tabs a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-weight:700;color:#344054}.tabs a.active{background:var(--primary);color:#fff;border-color:var(--primary)}.details dl{display:grid;grid-template-columns:220px 1fr;gap:10px}.details dt{font-weight:800;color:#475467}.details dd{margin:0}.login-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#071d3b,#0b4ea2)}.login-card,.install-card{background:#fff;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.24);padding:34px;width:min(94vw,460px)}.login-card h1,.install-card h1{margin-top:0;color:var(--primary)}.login-card form{display:grid;gap:14px}.install-bg{min-height:100vh;background:linear-gradient(135deg,#071d3b,#0b4ea2);padding:30px;display:grid;place-items:center}.install-card{width:min(96vw,720px)}#map{height:620px;border-radius:16px;border:1px solid var(--line);overflow:hidden}.map-info{margin-top:12px;color:var(--muted);font-weight:700}@media(max-width:920px){.sidebar{position:relative;width:auto;inset:auto}.main{margin-left:0;padding:18px}.cards.four,.cards.three,.form-grid{grid-template-columns:1fr}.page-head{display:grid}.details dl{grid-template-columns:1fr}.inline-form{display:grid}.inline-form input,.inline-form select{width:100%}}


/* SmartSIG-RI v0.2 - página inicial e login padrão SmartSoftware */
:root{--smart-navy:#061833;--smart-navy-2:#09274f;--smart-cyan:#15d8f0;--smart-blue:#0b4ea2;--smart-glass:rgba(9,31,64,.72)}
.landing-body,.smart-login-body{background:#061833;color:#fff;min-height:100vh;overflow-x:hidden}.landing-topbar{position:fixed;top:0;left:0;right:0;height:78px;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(18px,4vw,64px);background:linear-gradient(180deg,rgba(4,18,40,.86),rgba(4,18,40,.28));backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.landing-brand{display:flex;align-items:center;gap:12px;color:#fff}.landing-brand-icon{width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,#16def4,#0b7ce0);display:grid;place-items:center;font-size:24px;font-weight:900;box-shadow:0 12px 30px rgba(16,216,240,.25)}.landing-brand strong{display:block;font-size:20px;letter-spacing:.01em}.landing-brand small{display:block;color:#94dff0;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.landing-topbar nav{display:flex;align-items:center;gap:22px}.landing-topbar nav a{color:#c9d7e9;font-weight:700}.landing-topbar nav a:hover{color:#fff}.login-mini{min-height:38px;color:#fff!important;background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.18)!important}.landing-hero{position:relative;min-height:780px;padding-top:78px;display:grid;align-items:center;overflow:hidden}.landing-hero-bg{position:absolute;inset:0;background:url('img/smartsigri-hero.png') center/cover no-repeat;transform:scale(1.02)}.landing-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 78% 28%,rgba(21,216,240,.08),transparent 38%),linear-gradient(90deg,rgba(4,16,36,.96) 0%,rgba(4,16,36,.82) 38%,rgba(4,16,36,.40) 68%,rgba(4,16,36,.20) 100%),linear-gradient(180deg,rgba(6,24,51,.10),rgba(6,24,51,.95))}.landing-hero-content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(330px,.55fr);gap:34px;align-items:center;width:min(1220px,92vw);margin:0 auto}.landing-copy{max-width:720px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#60efff;font-size:12px;margin-bottom:14px}.landing-copy h1{font-size:clamp(38px,5vw,72px);line-height:.96;margin:0 0 20px;font-weight:900;letter-spacing:-.045em}.landing-copy p{font-size:clamp(17px,2vw,22px);line-height:1.45;color:#d6e7f8;max-width:680px}.landing-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.btn.big{padding:14px 20px;min-height:52px;border-radius:14px}.btn.ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);color:#fff}.landing-badges{display:flex;flex-wrap:wrap;gap:10px}.landing-badges span{padding:9px 12px;border:1px solid rgba(96,239,255,.24);border-radius:999px;background:rgba(11,78,162,.18);color:#d7faff;font-weight:800;font-size:13px}.landing-login-preview{display:flex;justify-content:flex-end}.preview-card{width:min(420px,100%);padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(8,32,70,.86),rgba(8,32,70,.58));border:1px solid rgba(255,255,255,.16);box-shadow:0 28px 90px rgba(0,0,0,.38);backdrop-filter:blur(16px)}.preview-status{display:inline-flex;background:rgba(21,216,240,.16);border:1px solid rgba(21,216,240,.28);color:#bdf8ff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;text-transform:uppercase}.preview-card h2{font-size:30px;margin:18px 0 10px}.preview-card ul{margin:0 0 22px;padding-left:20px;color:#d7e7f8;line-height:1.8}.landing-section{width:min(1160px,92vw);margin:0 auto;padding:72px 0}.section-title{max-width:820px;margin-bottom:28px}.section-title h2{font-size:clamp(28px,3vw,46px);line-height:1.05;margin:0;color:#fff;letter-spacing:-.035em}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.feature-grid article,.flow-grid div{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.20)}.feature-grid strong,.flow-grid strong{display:block;color:#fff;font-size:18px;margin-bottom:8px}.feature-grid p,.flow-grid p,.docs-strip p{color:#c7d6e7;line-height:1.55;margin:0}.landing-flow{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.flow-grid span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#15d8f0,#0b4ea2);font-weight:900;margin-bottom:16px}.docs-strip{display:flex;align-items:center;justify-content:space-between;gap:28px;background:linear-gradient(135deg,rgba(11,78,162,.55),rgba(21,216,240,.12));border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:36px;margin-bottom:60px}.docs-strip h2{margin:0 0 10px;font-size:32px}.landing-footer{display:flex;justify-content:space-between;gap:18px;padding:24px clamp(18px,4vw,64px);border-top:1px solid rgba(255,255,255,.10);color:#a9bfd7;background:#041226}.smart-login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.55fr);background:#061833}.smart-login-image{position:relative;background:url('img/smartsigri-hero.png') center/cover no-repeat;min-height:100vh}.smart-login-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,40,.96),rgba(4,18,40,.62),rgba(4,18,40,.25)),linear-gradient(180deg,rgba(4,18,40,.20),rgba(4,18,40,.92))}.smart-login-copy{position:relative;z-index:2;max-width:720px;padding:52px clamp(26px,6vw,86px);display:flex;min-height:100vh;flex-direction:column;justify-content:center}.login-brand{position:absolute;top:28px;left:clamp(26px,6vw,86px)}.smart-login-copy h1{font-size:clamp(36px,4.5vw,68px);line-height:1;margin:0 0 20px;letter-spacing:-.045em}.smart-login-copy p{font-size:20px;line-height:1.5;color:#d7e7f7;max-width:650px}.smart-login-panel{display:grid;place-items:center;background:linear-gradient(180deg,#071d3b,#041226);padding:34px}.smart-login-card{width:min(100%,430px);background:#fff;color:#162033;border-radius:28px;padding:34px;box-shadow:0 30px 90px rgba(0,0,0,.38)}.login-card-head h2{font-size:31px;margin:12px 0 6px;color:#071d3b}.login-card-head p{margin:0 0 22px;color:#697386}.system-pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:#edf8ff;color:#0b4ea2;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.smart-login-form{display:grid;gap:15px}.login-submit{width:100%;min-height:50px;border-radius:14px;font-size:16px}.login-footnote{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:13px;color:#697386}.login-footnote a{font-weight:800}.brand-mark{background:linear-gradient(135deg,#15d8f0,#0b4ea2);color:#fff}@media(max-width:1060px){.landing-hero-content,.smart-login-page{grid-template-columns:1fr}.landing-login-preview{justify-content:flex-start}.smart-login-image{min-height:420px}.smart-login-copy{min-height:420px}.smart-login-panel{padding:24px}.feature-grid,.flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-topbar nav a:not(.login-mini){display:none}}@media(max-width:640px){.landing-hero{min-height:auto;padding:120px 0 70px}.landing-copy h1{font-size:38px}.landing-actions,.docs-strip,.landing-footer{display:grid}.feature-grid,.flow-grid{grid-template-columns:1fr}.smart-login-copy h1{font-size:36px}.smart-login-card{padding:24px}.login-footnote{display:grid}.landing-topbar{height:70px}.landing-brand small{display:none}}

/* SmartSIG-RI v0.3 - revisão visual da home/login e logo oficial */
.brand-logo{width:46px;height:46px;border-radius:14px;object-fit:cover;box-shadow:0 10px 28px rgba(21,216,240,.18)}
.landing-logo{width:48px;height:48px;border-radius:16px;object-fit:cover;box-shadow:0 12px 30px rgba(21,216,240,.20);flex:0 0 auto}
.landing-brand-icon{display:none!important}.landing-brand{min-width:0}.landing-brand span{min-width:0}.landing-topbar{background:linear-gradient(180deg,rgba(4,18,40,.76),rgba(4,18,40,.20));height:74px}.landing-hero{min-height:690px;padding-top:74px}.landing-hero-bg{opacity:.94;filter:saturate(1.08) brightness(1.08);transform:scale(1.015)}.landing-hero-overlay{background:radial-gradient(circle at 74% 25%,rgba(21,216,240,.12),transparent 38%),linear-gradient(90deg,rgba(4,16,36,.82) 0%,rgba(4,16,36,.64) 37%,rgba(4,16,36,.25) 68%,rgba(4,16,36,.08) 100%),linear-gradient(180deg,rgba(6,24,51,.04),rgba(6,24,51,.74))}.landing-hero-content{grid-template-columns:minmax(0,.92fr) minmax(330px,.52fr);gap:30px;width:min(1180px,92vw)}.landing-copy{max-width:650px}.landing-copy h1{font-size:clamp(34px,3.8vw,56px);line-height:1.05;letter-spacing:-.035em;margin-bottom:18px;max-width:650px}.landing-copy p{font-size:clamp(16px,1.55vw,20px);line-height:1.5;max-width:610px;color:#ecf7ff}.landing-actions{margin:24px 0}.btn.big{min-height:48px;padding:13px 19px}.landing-badges span{background:rgba(255,255,255,.08);border-color:rgba(96,239,255,.26)}.landing-preview{display:flex;justify-content:flex-end}.preview-card{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.80));color:#102033;border-color:rgba(255,255,255,.50);box-shadow:0 26px 70px rgba(0,0,0,.25);backdrop-filter:blur(10px)}.preview-card h2{color:#071d3b;font-size:27px}.preview-card ul{color:#344054}.preview-status{background:#eaf8ff;color:#0b4ea2;border-color:#d4ecfb}.feature-grid article,.flow-grid div{background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.065))}.smart-login-page{grid-template-columns:minmax(0,1fr) minmax(420px,500px);background:#eef4fb}.smart-login-image{background-position:center;min-height:100vh}.smart-login-overlay{background:linear-gradient(90deg,rgba(4,18,40,.74),rgba(4,18,40,.42),rgba(4,18,40,.18)),linear-gradient(180deg,rgba(4,18,40,.10),rgba(4,18,40,.56))}.smart-login-copy{max-width:560px;padding:52px clamp(26px,5vw,72px)}.smart-login-copy h1{font-size:clamp(28px,2.7vw,40px);line-height:1.12;letter-spacing:-.025em;margin-top:70px;max-width:470px}.smart-login-copy p{font-size:18px;line-height:1.5;max-width:500px;color:#eff8ff}.smart-login-panel{background:linear-gradient(180deg,#f7fbff,#e9f1fb);padding:32px}.smart-login-card{border-radius:26px;box-shadow:0 24px 70px rgba(16,24,40,.18);border:1px solid #e3eaf4}.login-card-head h2{font-size:28px}.login-submit{border-radius:13px}.login-footnote{align-items:center}.brand-mark{display:none!important}@media(max-width:1060px){.landing-hero-content{grid-template-columns:1fr}.landing-preview{justify-content:flex-start}.smart-login-page{grid-template-columns:1fr}.smart-login-image{min-height:300px}.smart-login-copy{min-height:300px;justify-content:flex-end}.smart-login-copy h1{margin-top:80px}.smart-login-panel{padding:22px}}@media(max-width:640px){.landing-logo{width:42px;height:42px}.landing-copy h1{font-size:34px}.landing-hero{padding-top:92px}.landing-preview{display:none}.smart-login-copy h1{font-size:30px}.smart-login-copy p{font-size:16px}.smart-login-card{padding:22px}.landing-topbar nav{gap:8px}.login-mini{font-size:0;padding:10px 12px}.login-mini::after{content:'Entrar';font-size:14px}}


/* SmartSIG-RI v0.4 - home no layout aprovado pelo usuário */

.landing-body-v4{background:#06162c;color:#fff}
.landing-topbar-v4{background:rgba(4,16,36,.18);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.landing-hero-v4{position:relative;min-height:100vh;padding-top:74px;overflow:hidden;background:#041226}
.landing-hero-art,.landing-hero-art-overlay{position:absolute;inset:0}
.landing-hero-art{background:url('img/smartsigri-hero.png') center center/cover no-repeat}
.landing-hero-art-overlay{background:linear-gradient(180deg,rgba(4,18,40,.10) 0%,rgba(4,18,40,.08) 72%,rgba(4,18,40,.65) 100%)}
.landing-hero-cta{position:absolute;left:clamp(18px,4vw,52px);bottom:clamp(18px,4vw,42px);z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:14px;max-width:min(560px,88vw)}
.cta-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:rgba(3,15,34,.64);border:1px solid rgba(255,255,255,.16);font-weight:800;font-size:13px;color:#d9f7ff;backdrop-filter:blur(8px)}
.landing-hero-cta p{margin:0;padding:12px 16px;border-radius:18px;max-width:560px;background:rgba(3,15,34,.52);border:1px solid rgba(255,255,255,.12);color:#eff8ff;font-size:15px;line-height:1.5;backdrop-filter:blur(10px)}
.home-panels{padding-top:54px}
.section-title.compact{max-width:900px}
.feature-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1060px){
  .landing-hero-v4{min-height:70vh;background-position:center top}
  .feature-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .landing-hero-v4{min-height:58vh;padding-top:72px}
  .landing-hero-art{background-position:center center}
  .landing-hero-cta{left:16px;right:16px;bottom:16px;max-width:none}
  .landing-hero-cta .landing-actions{width:100%}
  .landing-hero-cta .btn{flex:1;justify-content:center}
  .feature-grid.four{grid-template-columns:1fr}
}


/* SmartSIG-RI v0.5 - home inspirada no padrão SmartSoftware e cadastro de usuários */

.smart-home-shell{padding:22px 20px 0;background:#eef2f6}
.smart-home-topbar{max-width:1880px;margin:0 auto;background:#e9eef3;border-radius:0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 38px;box-shadow:0 10px 26px rgba(15,23,42,.06)}
.smart-home-brand{display:flex;align-items:center;gap:16px;color:#13294b;min-width:0}.smart-home-brand strong{display:block;font-size:28px;line-height:1}.smart-home-brand small{display:block;font-size:13px;font-weight:700;color:#1e73be;margin-top:6px}.smart-home-logo{width:64px;height:64px;border-radius:16px;object-fit:cover;box-shadow:0 10px 24px rgba(16,24,40,.12)}
.smart-home-nav{display:flex;align-items:center;gap:40px}.smart-home-nav>a{font-weight:800;color:#253f63}.smart-home-login{border-radius:22px;padding:12px 34px;min-height:54px}
.smart-home-hero{position:relative;max-width:1880px;margin:0 auto;min-height:620px;background:url('img/smartsigri-hero.png') center/cover no-repeat;overflow:hidden}.smart-home-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,25,55,.50) 0%,rgba(3,25,55,.36) 38%,rgba(3,25,55,.18) 64%,rgba(3,25,55,.16) 100%),linear-gradient(180deg,rgba(3,25,55,.10) 0%,rgba(3,25,55,.28) 100%)}
.smart-home-content{position:relative;z-index:2;max-width:860px;padding:150px 40px 56px;color:#fff}.smart-badge{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(223,243,232,.88);color:#0a7d63;font-size:14px;font-weight:900;margin-bottom:24px}.smart-home-content h1{font-size:clamp(44px,4.4vw,76px);line-height:1.02;letter-spacing:-.05em;margin:0 0 20px;max-width:820px;text-wrap:balance}.smart-home-content p{font-size:clamp(18px,1.5vw,22px);line-height:1.48;color:#f1f8ff;max-width:980px;margin:0 0 28px}
.smart-home-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:24px}.btn.large{min-height:60px;padding:16px 28px;border-radius:18px;font-size:18px}.btn.secondary{background:linear-gradient(135deg,#10b3d8,#1b8adb);color:#fff;border-color:transparent}.smart-home-tags{display:flex;flex-wrap:wrap;gap:12px}.smart-home-tags span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.20);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);font-weight:800;color:#eef7ff}
.smart-light-section{background:#fff}.dark-title h2{color:#1a2a43}.feature-grid-light article,.flow-grid-light div{background:#fff;border:1px solid #e6edf5;box-shadow:0 16px 36px rgba(15,23,42,.06)}.feature-grid-light strong,.flow-grid-light strong{color:#173154}.feature-grid-light p,.flow-grid-light p,.docs-strip-light p{color:#5b6b7f}.docs-strip-light{background:linear-gradient(135deg,#f4f9ff,#edf4fb);border-color:#dbe6f1}.docs-strip-light h2{color:#18304b}.smart-footer-light{background:#f3f6fb;color:#52657a;border-top-color:#dfe7ef}
.cards.five{grid-template-columns:repeat(5,minmax(0,1fr))}.page-head-actions{display:flex;gap:10px;flex-wrap:wrap}.form-panel{padding:24px}.checkline{display:flex;align-items:center;gap:10px;padding-top:30px;font-weight:700;color:#334155}.checkline input{width:18px;height:18px}.form-actions.full{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
@media(max-width:1100px){.cards.five{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-home-content{padding-top:120px}.smart-home-topbar{padding:16px 20px}.smart-home-nav{gap:18px}}
@media(max-width:860px){.smart-home-topbar{flex-direction:column;align-items:flex-start}.smart-home-nav{width:100%;justify-content:space-between}.smart-home-content{padding:120px 24px 42px}.smart-home-content h1{font-size:44px}.smart-home-hero{min-height:560px}}
@media(max-width:640px){.smart-home-shell{padding:10px 10px 0}.smart-home-topbar{padding:14px 16px}.smart-home-brand strong{font-size:22px}.smart-home-logo{width:54px;height:54px}.smart-home-nav{gap:12px;flex-wrap:wrap}.smart-home-login{width:auto;min-height:48px;padding:10px 18px}.smart-home-content{padding:110px 18px 28px}.smart-home-content h1{font-size:34px}.smart-home-content p{font-size:16px}.smart-home-actions{display:grid}.smart-home-tags span{font-size:12px;padding:8px 10px}.cards.five{grid-template-columns:1fr}}


/* SmartSIG-RI v0.6 - tela inicial no padrão visual SmartEletri solicitado */

.home-v6-body{
  margin:0;
  background:#f6f8fb;
  color:#10233f;
  font-family:Inter,Segoe UI,Arial,sans-serif;
}
.home-v6-wrap{
  width:calc(100% - 40px);
  margin:80px auto 0;
}
.home-v6-topbar{
  height:88px;
  background:#edf4fa;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:34px;
  padding:0 28px 0 38px;
  box-shadow:0 8px 28px rgba(17,36,64,.06);
}
.home-v6-brand{
  display:flex;
  align-items:center;
  gap:18px;
  color:#0f2748;
  text-decoration:none;
}
.home-v6-brand img{
  width:62px;
  height:62px;
  border-radius:17px;
  object-fit:cover;
  box-shadow:0 10px 25px rgba(12,38,76,.16);
}
.home-v6-brand strong{
  display:block;
  font-size:30px;
  line-height:1;
  letter-spacing:-.04em;
}
.home-v6-brand small{
  display:block;
  margin-top:7px;
  color:#0b7fd3;
  font-weight:800;
  font-size:14px;
}
.home-v6-nav{
  display:flex;
  gap:42px;
  align-items:center;
}
.home-v6-nav a{
  color:#243d5c;
  font-weight:900;
  text-decoration:none;
}
.home-v6-enter{
  min-width:128px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:22px;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:18px;
  background:linear-gradient(135deg,#2597dc,#0d5399);
  box-shadow:0 14px 28px rgba(18,108,184,.24);
}
.home-v6-hero{
  position:relative;
  min-height:610px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(4,35,67,.96) 0%,rgba(4,35,67,.88) 35%,rgba(4,35,67,.52) 62%,rgba(4,35,67,.20) 100%),
    linear-gradient(180deg,rgba(6,35,65,.15),rgba(6,35,65,.40)),
    url('img/smartsigri-hero.png') center right/cover no-repeat;
}
.home-v6-hero::before{
  content:'';
  position:absolute;
  left:-4%;
  top:42px;
  width:106%;
  height:78px;
  background:#fff;
  border-radius:0 0 55% 42%;
  transform:rotate(1.8deg);
  opacity:.98;
  box-shadow:0 10px 0 rgba(255,255,255,.96);
}
.home-v6-hero-content{
  position:relative;
  z-index:2;
  max-width:860px;
  padding:152px 0 50px 40px;
  color:#fff;
}
.home-v6-pill{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 20px;
  border-radius:999px;
  background:#cce8e8;
  color:#007b73;
  font-weight:900;
  letter-spacing:-.01em;
  margin-bottom:28px;
}
.home-v6-hero h1{
  max-width:760px;
  margin:0 0 22px;
  font-size:clamp(44px,4vw,68px);
  line-height:1.04;
  letter-spacing:-.06em;
  color:#fff;
}
.home-v6-hero p{
  max-width:980px;
  margin:0 0 28px;
  font-size:clamp(18px,1.35vw,22px);
  line-height:1.5;
  color:#fff;
  font-weight:500;
}
.home-v6-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:24px;
}
.home-v6-btn{
  min-height:60px;
  padding:0 28px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  font-size:18px;
}
.home-v6-btn-aqua{
  background:linear-gradient(135deg,#10b8c7,#1489ee);
}
.home-v6-btn-blue{
  background:linear-gradient(135deg,#2a93dd,#0c5598);
}
.home-v6-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.home-v6-tags span{
  padding:11px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  border:1px solid rgba(255,255,255,.36);
  color:#eefaff;
  font-weight:800;
  backdrop-filter:blur(8px);
}
.home-v6-section{
  width:calc(100% - 40px);
  max-width:1380px;
  margin:0 auto;
  padding:70px 0 40px;
}
.home-v6-section-head{
  max-width:900px;
  margin-bottom:26px;
}
.home-v6-section-head span{
  color:#028ab8;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}
.home-v6-section-head h2{
  margin:10px 0 0;
  color:#132a47;
  font-size:clamp(30px,3vw,46px);
  line-height:1.08;
  letter-spacing:-.045em;
}
.home-v6-grid,.home-v6-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.home-v6-grid article,.home-v6-steps div{
  background:#fff;
  border:1px solid #e4edf5;
  border-radius:24px;
  padding:25px;
  box-shadow:0 16px 36px rgba(15,23,42,.06);
}
.home-v6-grid strong,.home-v6-steps strong{
  display:block;
  color:#123054;
  font-size:19px;
  margin-bottom:9px;
}
.home-v6-grid p,.home-v6-steps p{
  margin:0;
  color:#64748b;
  line-height:1.55;
}
.home-v6-flow{
  padding-top:38px;
}
.home-v6-steps b{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,#14bdd1,#0c63b4);
  color:#fff;
  margin-bottom:16px;
}
.home-v6-footer{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:26px 40px;
  color:#566a80;
  border-top:1px solid #e4edf5;
  background:#f6f8fb;
}
@media(max-width:1100px){
  .home-v6-wrap,.home-v6-section{width:calc(100% - 24px)}
  .home-v6-topbar{grid-template-columns:1fr auto;padding:0 20px}
  .home-v6-nav{display:none}
  .home-v6-grid,.home-v6-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-v6-hero-content{padding-left:28px}
}
@media(max-width:700px){
  .home-v6-wrap{margin-top:18px;width:calc(100% - 16px)}
  .home-v6-topbar{height:auto;min-height:82px;padding:14px;gap:12px}
  .home-v6-brand img{width:54px;height:54px}
  .home-v6-brand strong{font-size:22px}
  .home-v6-brand small{font-size:12px}
  .home-v6-enter{min-width:92px;height:46px;font-size:15px;border-radius:16px}
  .home-v6-hero{min-height:620px;background-position:center right}
  .home-v6-hero::before{height:48px;top:24px}
  .home-v6-hero-content{padding:115px 18px 34px}
  .home-v6-hero h1{font-size:36px}
  .home-v6-hero p{font-size:16px}
  .home-v6-actions{display:grid}
  .home-v6-grid,.home-v6-steps{grid-template-columns:1fr}
  .home-v6-footer{display:grid;padding:22px}
}


/* SMARTSIGRI_FORCE_HOME_V07 */
body.home-force-body{
  margin:0 !important;
  background:#f6f8fb !important;
  color:#10233f !important;
  font-family:Inter,Segoe UI,Arial,sans-serif !important;
}
.home-force-shell{
  width:calc(100% - 40px) !important;
  margin:80px auto 0 !important;
}
.home-force-topbar{
  height:88px !important;
  background:#edf4fa !important;
  display:grid !important;
  grid-template-columns:1fr auto auto !important;
  align-items:center !important;
  gap:34px !important;
  padding:0 28px 0 38px !important;
  box-shadow:0 8px 28px rgba(17,36,64,.06) !important;
}
.home-force-brand{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  color:#0f2748 !important;
  text-decoration:none !important;
}
.home-force-brand img{
  width:62px !important;
  height:62px !important;
  border-radius:17px !important;
  object-fit:cover !important;
  box-shadow:0 10px 25px rgba(12,38,76,.16) !important;
}
.home-force-brand strong{
  display:block !important;
  font-size:30px !important;
  line-height:1 !important;
  letter-spacing:-.04em !important;
}
.home-force-brand small{
  display:block !important;
  margin-top:7px !important;
  color:#0b7fd3 !important;
  font-weight:800 !important;
  font-size:14px !important;
}
.home-force-nav{
  display:flex !important;
  gap:42px !important;
  align-items:center !important;
}
.home-force-nav a{
  color:#243d5c !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.home-force-enter{
  min-width:128px !important;
  height:54px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:22px !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:18px !important;
  background:linear-gradient(135deg,#2597dc,#0d5399) !important;
  box-shadow:0 14px 28px rgba(18,108,184,.24) !important;
}
.home-force-hero{
  position:relative !important;
  min-height:610px !important;
  overflow:hidden !important;
  background:
    linear-gradient(90deg,rgba(4,35,67,.94) 0%,rgba(4,35,67,.82) 35%,rgba(4,35,67,.46) 62%,rgba(4,35,67,.14) 100%),
    linear-gradient(180deg,rgba(6,35,65,.10),rgba(6,35,65,.30)),
    url('img/smartsigri-hero.png') center right/cover no-repeat !important;
}
.home-force-hero:before{
  content:'' !important;
  position:absolute !important;
  left:-4% !important;
  top:42px !important;
  width:106% !important;
  height:78px !important;
  background:#fff !important;
  border-radius:0 0 55% 42% !important;
  transform:rotate(1.8deg) !important;
  opacity:.98 !important;
  box-shadow:0 10px 0 rgba(255,255,255,.96) !important;
}
.home-force-content{
  position:relative !important;
  z-index:2 !important;
  max-width:860px !important;
  padding:152px 0 50px 40px !important;
  color:#fff !important;
}
.home-force-pill{
  display:inline-flex !important;
  align-items:center !important;
  min-height:38px !important;
  padding:0 20px !important;
  border-radius:999px !important;
  background:#cce8e8 !important;
  color:#007b73 !important;
  font-weight:900 !important;
  letter-spacing:-.01em !important;
  margin-bottom:28px !important;
}
.home-force-hero h1{
  max-width:760px !important;
  margin:0 0 22px !important;
  font-size:clamp(44px,4vw,68px) !important;
  line-height:1.04 !important;
  letter-spacing:-.06em !important;
  color:#fff !important;
}
.home-force-hero p{
  max-width:980px !important;
  margin:0 0 28px !important;
  font-size:clamp(18px,1.35vw,22px) !important;
  line-height:1.5 !important;
  color:#fff !important;
  font-weight:500 !important;
}
.home-force-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  margin-bottom:24px !important;
}
.home-force-btn{
  min-height:60px !important;
  padding:0 28px !important;
  border-radius:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:18px !important;
}
.home-force-btn.aqua{background:linear-gradient(135deg,#10b8c7,#1489ee) !important;}
.home-force-btn.blue{background:linear-gradient(135deg,#2a93dd,#0c5598) !important;}
.home-force-tags{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
}
.home-force-tags span{
  padding:11px 18px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.22) !important;
  border:1px solid rgba(255,255,255,.36) !important;
  color:#eefaff !important;
  font-weight:800 !important;
  backdrop-filter:blur(8px) !important;
}
.home-force-section{
  width:calc(100% - 40px) !important;
  max-width:1380px !important;
  margin:0 auto !important;
  padding:70px 0 40px !important;
}
.home-force-section-head{max-width:900px !important;margin-bottom:26px !important;}
.home-force-section-head span{
  color:#028ab8 !important;
  font-size:13px !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-weight:900 !important;
}
.home-force-section-head h2{
  margin:10px 0 0 !important;
  color:#132a47 !important;
  font-size:clamp(30px,3vw,46px) !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
}
.home-force-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.home-force-grid article{
  background:#fff !important;
  border:1px solid #e4edf5 !important;
  border-radius:24px !important;
  padding:25px !important;
  box-shadow:0 16px 36px rgba(15,23,42,.06) !important;
}
.home-force-grid strong{
  display:block !important;
  color:#123054 !important;
  font-size:19px !important;
  margin-bottom:9px !important;
}
.home-force-grid p{margin:0 !important;color:#64748b !important;line-height:1.55 !important;}
.home-force-footer{
  display:flex !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:26px 40px !important;
  color:#566a80 !important;
  border-top:1px solid #e4edf5 !important;
  background:#f6f8fb !important;
}
@media(max-width:1100px){
  .home-force-shell,.home-force-section{width:calc(100% - 24px) !important;}
  .home-force-topbar{grid-template-columns:1fr auto !important;padding:0 20px !important;}
  .home-force-nav{display:none !important;}
  .home-force-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .home-force-content{padding-left:28px !important;}
}
@media(max-width:700px){
  .home-force-shell{margin-top:18px !important;width:calc(100% - 16px) !important;}
  .home-force-topbar{height:auto !important;min-height:82px !important;padding:14px !important;gap:12px !important;}
  .home-force-brand img{width:54px !important;height:54px !important;}
  .home-force-brand strong{font-size:22px !important;}
  .home-force-brand small{font-size:12px !important;}
  .home-force-enter{min-width:92px !important;height:46px !important;font-size:15px !important;border-radius:16px !important;}
  .home-force-hero{min-height:620px !important;background-position:center right !important;}
  .home-force-hero:before{height:48px !important;top:24px !important;}
  .home-force-content{padding:115px 18px 34px !important;}
  .home-force-hero h1{font-size:36px !important;}
  .home-force-hero p{font-size:16px !important;}
  .home-force-actions{display:grid !important;}
  .home-force-grid{grid-template-columns:1fr !important;}
  .home-force-footer{display:grid !important;padding:22px !important;}
}


/* SMARTSIGRI_FORCE_HOME_V08 - correção faixa branca/menu/cache */
body.home-force-body{
  background:#f4f7fb !important;
}
.home-force-shell{
  width:calc(100% - 80px) !important;
  max-width:1780px !important;
  margin:24px auto 0 !important;
}
.home-force-topbar{
  height:72px !important;
  min-height:72px !important;
  padding:0 24px !important;
  background:#edf4fa !important;
  box-shadow:0 8px 24px rgba(17,36,64,.055) !important;
}
.home-force-brand img{
  width:52px !important;
  height:52px !important;
  border-radius:15px !important;
}
.home-force-brand strong{
  font-size:25px !important;
}
.home-force-brand small{
  margin-top:5px !important;
  font-size:12.5px !important;
}
.home-force-nav{
  gap:36px !important;
}
.home-force-enter{
  min-width:118px !important;
  height:48px !important;
  border-radius:20px !important;
  font-size:16px !important;
}
.home-force-hero{
  min-height:620px !important;
  border-radius:0 !important;
  background:
    linear-gradient(90deg,rgba(4,35,67,.82) 0%,rgba(4,35,67,.70) 34%,rgba(4,35,67,.38) 62%,rgba(4,35,67,.10) 100%),
    linear-gradient(180deg,rgba(6,35,65,.04),rgba(6,35,65,.20)),
    url('img/smartsigri-hero.png') center right/cover no-repeat !important;
}
.home-force-hero:before{
  display:none !important;
  content:none !important;
  height:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.home-force-content{
  padding:115px 0 50px 40px !important;
}
.home-force-pill{
  margin-bottom:24px !important;
}
.home-force-hero h1{
  font-size:clamp(40px,3.5vw,60px) !important;
  max-width:760px !important;
}
.home-force-hero p{
  max-width:920px !important;
}
@media(max-width:1100px){
  .home-force-shell{width:calc(100% - 32px) !important;margin-top:18px !important;}
  .home-force-topbar{height:auto !important;min-height:72px !important;}
}
@media(max-width:700px){
  .home-force-shell{width:calc(100% - 16px) !important;margin-top:12px !important;}
  .home-force-topbar{min-height:70px !important;}
  .home-force-content{padding:90px 18px 34px !important;}
}


/* SMARTSIGRI_HOME_LOGIN_V09 */
body.ssri-home-v9,
body.ssri-login-v9{
  margin:0 !important;
  background:#f5f8fc !important;
  color:#10233f !important;
  font-family:Inter,Segoe UI,Arial,sans-serif !important;
}
.ssri-page{
  width:calc(100% - 80px) !important;
  max-width:1780px !important;
  margin:24px auto 0 !important;
}
.ssri-top{
  height:72px !important;
  min-height:72px !important;
  background:#edf4fa !important;
  display:grid !important;
  grid-template-columns:1fr auto auto !important;
  align-items:center !important;
  gap:34px !important;
  padding:0 24px !important;
  box-shadow:0 8px 24px rgba(17,36,64,.055) !important;
}
.ssri-brand{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  color:#0f2748 !important;
  text-decoration:none !important;
}
.ssri-brand img{
  width:52px !important;
  height:52px !important;
  border-radius:15px !important;
  object-fit:cover !important;
  box-shadow:0 10px 25px rgba(12,38,76,.16) !important;
}
.ssri-brand strong{
  display:block !important;
  font-size:25px !important;
  line-height:1 !important;
  letter-spacing:-.04em !important;
}
.ssri-brand small{
  display:block !important;
  margin-top:5px !important;
  color:#0b7fd3 !important;
  font-weight:800 !important;
  font-size:12.5px !important;
}
.ssri-nav{
  display:flex !important;
  gap:36px !important;
  align-items:center !important;
}
.ssri-nav a{
  color:#243d5c !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.ssri-enter,
.ssri-login-back{
  min-width:118px !important;
  height:48px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:20px !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:16px !important;
  background:linear-gradient(135deg,#2597dc,#0d5399) !important;
  box-shadow:0 14px 28px rgba(18,108,184,.24) !important;
}
.ssri-hero{
  position:relative !important;
  min-height:620px !important;
  overflow:hidden !important;
  background:
    linear-gradient(90deg,rgba(4,35,67,.82) 0%,rgba(4,35,67,.70) 34%,rgba(4,35,67,.38) 62%,rgba(4,35,67,.10) 100%),
    linear-gradient(180deg,rgba(6,35,65,.04),rgba(6,35,65,.20)),
    url('img/smartsigri-hero.png') center right/cover no-repeat !important;
}
.ssri-hero:before,
.home-force-hero:before,
.home-v6-hero:before{
  display:none !important;
  content:none !important;
}
.ssri-hero-content{
  position:relative !important;
  z-index:2 !important;
  max-width:860px !important;
  padding:115px 0 50px 40px !important;
  color:#fff !important;
}
.ssri-pill{
  display:inline-flex !important;
  align-items:center !important;
  min-height:38px !important;
  padding:0 20px !important;
  border-radius:999px !important;
  background:#cce8e8 !important;
  color:#007b73 !important;
  font-weight:900 !important;
  margin-bottom:24px !important;
}
.ssri-hero h1{
  max-width:760px !important;
  margin:0 0 22px !important;
  font-size:clamp(40px,3.5vw,60px) !important;
  line-height:1.04 !important;
  letter-spacing:-.06em !important;
  color:#fff !important;
}
.ssri-hero p{
  max-width:920px !important;
  margin:0 0 28px !important;
  font-size:clamp(18px,1.35vw,22px) !important;
  line-height:1.5 !important;
  color:#fff !important;
  font-weight:500 !important;
}
.ssri-actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  margin-bottom:24px !important;
}
.ssri-btn{
  min-height:60px !important;
  padding:0 28px !important;
  border-radius:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:18px !important;
}
.ssri-aqua{background:linear-gradient(135deg,#10b8c7,#1489ee) !important;}
.ssri-blue{background:linear-gradient(135deg,#2a93dd,#0c5598) !important;}
.ssri-tags{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
}
.ssri-tags span{
  padding:11px 18px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.22) !important;
  border:1px solid rgba(255,255,255,.36) !important;
  color:#eefaff !important;
  font-weight:800 !important;
  backdrop-filter:blur(8px) !important;
}
.ssri-section{
  width:calc(100% - 80px) !important;
  max-width:1380px !important;
  margin:0 auto !important;
  padding:70px 0 40px !important;
}
.ssri-title{max-width:900px !important;margin-bottom:26px !important;}
.ssri-title span{
  color:#028ab8 !important;
  font-size:13px !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  font-weight:900 !important;
}
.ssri-title h2{
  margin:10px 0 0 !important;
  color:#132a47 !important;
  font-size:clamp(30px,3vw,46px) !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
}
.ssri-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.ssri-grid article{
  background:#fff !important;
  border:1px solid #e4edf5 !important;
  border-radius:24px !important;
  padding:25px !important;
  box-shadow:0 16px 36px rgba(15,23,42,.06) !important;
}
.ssri-grid strong{
  display:block !important;
  color:#123054 !important;
  font-size:19px !important;
  margin-bottom:9px !important;
}
.ssri-grid p{margin:0 !important;color:#64748b !important;line-height:1.55 !important;}
.ssri-footer{
  display:flex !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:26px 40px !important;
  color:#566a80 !important;
  border-top:1px solid #e4edf5 !important;
  background:#f6f8fb !important;
}

/* Login v9 */
.ssri-login-page{
  min-height:100vh !important;
  background:#f5f8fc !important;
}
.ssri-login-top{
  height:76px !important;
  margin:24px auto 0 !important;
  width:calc(100% - 80px) !important;
  max-width:1780px !important;
  background:#edf4fa !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  padding:0 24px !important;
  box-shadow:0 8px 24px rgba(17,36,64,.055) !important;
}
.ssri-login-main{
  width:calc(100% - 80px) !important;
  max-width:1780px !important;
  min-height:calc(100vh - 124px) !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:1fr minmax(420px,520px) !important;
  background:
    linear-gradient(90deg,rgba(4,35,67,.86),rgba(4,35,67,.54),rgba(4,35,67,.16)),
    url('img/smartsigri-hero.png') center/cover no-repeat !important;
}
.ssri-login-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:60px !important;
  color:#fff !important;
}
.ssri-login-copy h1{
  margin:0 0 18px !important;
  font-size:clamp(38px,3.6vw,58px) !important;
  line-height:1.05 !important;
  letter-spacing:-.05em !important;
}
.ssri-login-copy p{
  max-width:650px !important;
  font-size:20px !important;
  line-height:1.5 !important;
  color:#fff !important;
}
.ssri-login-card{
  align-self:center !important;
  justify-self:center !important;
  width:min(430px,calc(100% - 40px)) !important;
  background:#fff !important;
  border:1px solid #e4edf5 !important;
  border-radius:26px !important;
  box-shadow:0 24px 70px rgba(16,24,40,.18) !important;
  padding:34px !important;
  color:#17243a !important;
}
.ssri-login-head span{
  display:inline-flex !important;
  padding:7px 13px !important;
  border-radius:999px !important;
  background:#edf8ff !important;
  color:#0b4ea2 !important;
  font-size:12px !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  letter-spacing:.07em !important;
}
.ssri-login-head h2{
  font-size:30px !important;
  margin:18px 0 8px !important;
  color:#071d3b !important;
}
.ssri-login-head p{
  margin:0 0 22px !important;
  color:#697386 !important;
}
.ssri-login-form{
  display:grid !important;
  gap:15px !important;
}
.ssri-login-form label{
  display:grid !important;
  gap:8px !important;
  font-weight:800 !important;
  color:#25364d !important;
}
.ssri-login-form input{
  width:100% !important;
  min-height:50px !important;
  border:1px solid #d5dfec !important;
  border-radius:13px !important;
  padding:0 14px !important;
  font-size:16px !important;
  box-sizing:border-box !important;
}
.ssri-login-submit{
  width:100% !important;
  min-height:52px !important;
  border:0 !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,#2a93dd,#0c5598) !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:900 !important;
  cursor:pointer !important;
}
.ssri-login-foot{
  display:flex !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-top:18px !important;
  font-size:13px !important;
  color:#697386 !important;
}
.ssri-login-foot a{
  font-weight:900 !important;
  color:#0b4ea2 !important;
  text-decoration:none !important;
}

@media(max-width:1100px){
  .ssri-page,.ssri-section,.ssri-login-top,.ssri-login-main{width:calc(100% - 32px) !important;}
  .ssri-top{grid-template-columns:1fr auto !important;padding:0 20px !important;}
  .ssri-nav{display:none !important;}
  .ssri-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .ssri-hero-content{padding-left:28px !important;}
  .ssri-login-main{grid-template-columns:1fr !important;}
  .ssri-login-copy{padding:40px 30px !important;}
  .ssri-login-card{margin:0 auto 38px !important;}
}
@media(max-width:700px){
  .ssri-page,.ssri-section,.ssri-login-top,.ssri-login-main{width:calc(100% - 16px) !important;}
  .ssri-page{margin-top:12px !important;}
  .ssri-top,.ssri-login-top{height:auto !important;min-height:70px !important;padding:14px !important;gap:12px !important;}
  .ssri-brand img{width:54px !important;height:54px !important;}
  .ssri-brand strong{font-size:22px !important;}
  .ssri-brand small{font-size:12px !important;}
  .ssri-enter,.ssri-login-back{min-width:92px !important;height:46px !important;font-size:15px !important;border-radius:16px !important;}
  .ssri-hero{min-height:620px !important;background-position:center right !important;}
  .ssri-hero-content{padding:90px 18px 34px !important;}
  .ssri-hero h1{font-size:36px !important;}
  .ssri-hero p{font-size:16px !important;}
  .ssri-actions{display:grid !important;}
  .ssri-grid{grid-template-columns:1fr !important;}
  .ssri-footer{display:grid !important;padding:22px !important;}
  .ssri-login-copy{padding:28px 20px !important;}
  .ssri-login-card{width:calc(100% - 22px) !important;padding:24px !important;}
}


/* SMARTSIGRI_HERO_CLEAN_V10 - remove texto fantasma do fundo e deixa hero igual SmartEletri */
.ssri-hero,
.home-force-hero,
.home-v6-hero,
.smart-home-hero{
  background-color:#06325f !important;
  background-image:
    linear-gradient(90deg,rgba(4,35,67,.98) 0%,rgba(4,35,67,.94) 35%,rgba(4,35,67,.72) 52%,rgba(4,35,67,.30) 76%,rgba(4,35,67,.08) 100%),
    linear-gradient(180deg,rgba(4,35,67,.04),rgba(4,35,67,.30)),
    url('img/smartsigri-hero.png') !important;
  background-repeat:no-repeat,no-repeat,no-repeat !important;
  background-size:100% 100%,100% 100%,auto 100% !important;
  background-position:center center,center center,right center !important;
  min-height:620px !important;
}

/* elimina definitivamente a faixa branca */
.ssri-hero::before,
.home-force-hero::before,
.home-v6-hero::before,
.smart-home-hero::before{
  display:none !important;
  content:none !important;
  width:0 !important;
  height:0 !important;
  opacity:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* ajusta o conteúdo para não ficar em cima da arte da imagem */
.ssri-hero-content,
.home-force-content,
.home-v6-content,
.smart-home-content{
  max-width:760px !important;
  padding:105px 0 50px 38px !important;
}

/* remove aparência do texto fantasma que ainda venha da imagem, cobrindo a área esquerda com gradiente sólido */
.ssri-hero::after,
.home-force-hero::after,
.home-v6-hero::after,
.smart-home-hero::after{
  content:'' !important;
  position:absolute !important;
  inset:0 auto 0 0 !important;
  width:58% !important;
  z-index:1 !important;
  background:linear-gradient(90deg,rgba(4,35,67,.96) 0%,rgba(4,35,67,.90) 55%,rgba(4,35,67,.55) 82%,rgba(4,35,67,0) 100%) !important;
  pointer-events:none !important;
}
.ssri-hero-content,
.home-force-content,
.home-v6-content,
.smart-home-content{
  position:relative !important;
  z-index:2 !important;
}

/* reduz texto principal para padrão semelhante ao SmartEletri */
.ssri-hero h1,
.home-force-hero h1,
.home-v6-hero h1,
.smart-home-content h1{
  font-size:clamp(38px,3.35vw,56px) !important;
  line-height:1.05 !important;
  max-width:720px !important;
}

/* topo mais baixo, sem aspecto pesado */
.ssri-page{
  width:calc(100% - 80px) !important;
  max-width:1780px !important;
  margin:24px auto 0 !important;
}
.ssri-top{
  height:68px !important;
  min-height:68px !important;
  padding:0 22px !important;
}
.ssri-brand img{
  width:50px !important;
  height:50px !important;
}
.ssri-brand strong{
  font-size:24px !important;
}
.ssri-brand small{
  font-size:12px !important;
}
.ssri-enter{
  height:46px !important;
  min-width:112px !important;
  border-radius:18px !important;
}

/* login: usa o mesmo fundo limpo, sem texto da arte na esquerda */
.ssri-login-main{
  background-color:#06325f !important;
  background-image:
    linear-gradient(90deg,rgba(4,35,67,.96) 0%,rgba(4,35,67,.88) 44%,rgba(4,35,67,.54) 68%,rgba(4,35,67,.14) 100%),
    url('img/smartsigri-hero.png') !important;
  background-repeat:no-repeat,no-repeat !important;
  background-size:100% 100%,auto 100% !important;
  background-position:center center,right center !important;
}
.ssri-login-copy{
  max-width:720px !important;
}
.ssri-login-copy .ssri-pill{
  width:auto !important;
  max-width:max-content !important;
}

/* se a rota antiga de login ainda estiver em uso, força a mesma limpeza */
.smart-login-image{
  background-color:#06325f !important;
  background-image:
    linear-gradient(90deg,rgba(4,35,67,.96) 0%,rgba(4,35,67,.82) 56%,rgba(4,35,67,.25) 100%),
    url('img/smartsigri-hero.png') !important;
  background-repeat:no-repeat,no-repeat !important;
  background-size:100% 100%,auto 100% !important;
  background-position:center center,right center !important;
}
.smart-login-overlay{
  background:transparent !important;
}

@media(max-width:900px){
  .ssri-page{
    width:calc(100% - 24px) !important;
  }
  .ssri-hero,
  .home-force-hero,
  .home-v6-hero,
  .smart-home-hero{
    background-size:100% 100%,100% 100%,auto 100% !important;
    background-position:center center,center center,70% center !important;
  }
  .ssri-hero::after,
  .home-force-hero::after,
  .home-v6-hero::after,
  .smart-home-hero::after{
    width:100% !important;
    background:linear-gradient(90deg,rgba(4,35,67,.90),rgba(4,35,67,.70)) !important;
  }
  .ssri-hero-content,
  .home-force-content,
  .home-v6-content,
  .smart-home-content{
    padding:86px 22px 42px !important;
  }
}

