:root{--green:#0f9f70;--green-dark:#073f35;--mint:#eaf8f2;--ink:#132a24;--muted:#62736e;--line:#dce6e2;--bg:#f5f8f7;--yellow:#f3b72b;--blue:#3b82f6;--red:#dc4c4c;--white:#fff;--shadow:0 20px 50px rgba(8,52,42,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-size:18px;letter-spacing:-.5px}.brand b{color:var(--green)}.brand-mark{display:grid;place-items:center;width:35px;height:35px;background:var(--green);color:#fff;border-radius:10px;font-weight:800}.site-header nav{display:flex;gap:28px;color:#40544e;font-size:14px}.site-header nav a:hover{color:var(--green)}.nav-actions,.hero-actions{display:flex;align-items:center;gap:12px}.text-link{font-size:14px;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:10px;padding:14px 20px;color:#fff;background:var(--green);font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(15,159,112,.18)}.button:hover{background:#0a855e}.button.small{padding:10px 16px;font-size:14px}.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.button.inverse{background:#fff;color:var(--green-dark)}.button.full{width:100%}.hero{min-height:650px;padding:86px max(6vw,30px);display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:center;background:radial-gradient(circle at 85% 30%,#dcf7ed 0,transparent 34%),linear-gradient(180deg,#fbfdfc,#fff)}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:11px;font-weight:800;color:var(--green)}h1,h2,h3,p{margin-top:0}.hero h1,.page-hero h1{font-size:clamp(42px,5.5vw,76px);line-height:1.02;letter-spacing:-3.3px;max-width:760px;margin:18px 0 24px}.hero>div>p,.page-hero>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:700px}.hero-actions{margin:30px 0}.disclaimer{font-size:12px!important;border-left:3px solid var(--green);padding-left:14px;max-width:600px!important}.dashboard-preview{background:#fff;border:1px solid #d9e9e3;border-radius:20px;padding:24px;box-shadow:var(--shadow);transform:rotate(1deg)}.preview-top{display:flex;justify-content:space-between;align-items:start}.preview-top div{display:flex;flex-direction:column;gap:5px}.preview-top small,.client-row small{color:var(--muted)}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:22px 0}.metric-row div{background:var(--bg);padding:16px;border-radius:12px;display:flex;flex-direction:column}.metric-row b{font-size:24px}.metric-row span{font-size:11px;color:var(--muted)}.client-row{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:15px 4px;border-top:1px solid var(--line)}.client-row div{display:flex;flex-direction:column;gap:4px}.dot{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;font-style:normal}.dot.yellow{background:#fff5d6;color:#9b6500}.dot.green{background:#e5f8f0;color:#087752}.dot.blue{background:#e7f0ff;color:#245ab2}.trust-strip{display:flex;justify-content:center;gap:6vw;padding:20px;background:var(--green-dark);color:#d9f6eb;font-size:13px}.section{padding:100px max(6vw,30px);max-width:1500px;margin:auto}.section>h2,.split h2,.cta h2{font-size:clamp(34px,4vw,54px);line-height:1.08;letter-spacing:-2px;max-width:800px;margin:16px 0 50px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-grid article{padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff}.feature-grid article:hover{border-color:#a8daca;box-shadow:0 15px 35px rgba(8,70,54,.08)}.feature-grid .icon{display:grid;place-items:center;width:42px;height:42px;background:var(--mint);color:var(--green);border-radius:11px;font-size:20px}.feature-grid h3,.feature-grid h2{font-size:19px;margin:24px 0 10px}.feature-grid p,.split p{color:var(--muted);line-height:1.7}.split{padding:100px max(6vw,30px);background:var(--bg);display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.text-cta{font-weight:750;color:var(--green)}.steps>div{display:grid;grid-template-columns:45px 1fr;gap:0 16px;padding:22px 0;border-bottom:1px solid var(--line)}.steps span{grid-row:1/3;color:var(--green);font-size:12px}.steps p{margin:5px 0}.cta{padding:90px 30px;text-align:center;background:var(--green);color:#fff}.cta .eyebrow{color:#c6f5e4}.cta h2{margin:16px auto 20px}.cta p{opacity:.85;margin-bottom:30px}.breadcrumb{max-width:1250px;margin:28px auto 0;padding:0 30px;display:flex;gap:10px;font-size:12px;color:var(--muted)}.page-hero{text-align:center;padding:90px 30px 65px;background:linear-gradient(#f3fbf8,#fff)}.page-hero h1{margin:18px auto}.page-hero>p{margin:auto}.section.compact{padding-top:30px}.section.compact .feature-grid{grid-template-columns:repeat(3,1fr)}.index{color:var(--green);font-size:12px;font-weight:800}.form-section{max-width:680px;margin:0 auto 100px;padding:35px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;margin-bottom:16px}input,select,textarea{width:100%;border:1px solid #cddbd6;border-radius:9px;padding:12px 13px;background:#fff;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(15,159,112,.1)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inline-cta{margin:20px max(6vw,30px) 90px;padding:40px;background:var(--green-dark);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:space-between}.inline-cta p{color:#bdd3cc}.flash,.error-box{max-width:1100px;margin:18px auto;padding:13px 16px;border-radius:9px;background:#e2f7ef;color:#086c4d}.error-box{background:#fff0f0;color:#9b2828}footer{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;padding:65px max(6vw,30px);background:#082f29;color:#c2d6d0}footer>div{display:flex;flex-direction:column;gap:12px;font-size:13px}footer b,footer .brand{color:#fff}.brand.light .brand-mark{background:#1fc78e}.auth-body{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--bg)}.auth-brand{padding:6vw;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 20% 80%,#16775f,#073f35 55%);color:#fff}.auth-brand .brand b{color:#86e6c5}.auth-brand h1{font-size:clamp(38px,4.5vw,64px);letter-spacing:-2.8px;line-height:1.04;margin:18px 0}.auth-brand p{color:#c3d9d2;line-height:1.7;max-width:570px}.auth-panel{display:grid;place-items:center;padding:40px}.auth-panel form{width:min(430px,100%)}.auth-panel h2{font-size:36px;letter-spacing:-1.5px;margin:12px 0}.auth-panel>form>p{color:var(--muted)}.check{flex-direction:row;align-items:center;font-weight:500}.check input{width:auto}.demo-note{display:flex;flex-direction:column;gap:5px;margin:18px 0;padding:14px;background:var(--mint);border-radius:9px;font-size:12px}.auth-link{text-align:center;font-size:13px}.auth-link a{color:var(--green);font-weight:700}.app-body{background:var(--bg);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:245px;background:#082f29;color:#bcd1ca;padding:25px 18px;display:flex;flex-direction:column}.sidebar>.brand{padding:0 8px;color:#fff}.firm-pill{display:flex;gap:10px;align-items:center;margin:30px 5px 20px;padding:12px;background:#10473e;border:1px solid #1c5a4d;border-radius:11px}.firm-pill>span,.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#dff7ee;color:#087552;font-weight:800}.firm-pill div{display:flex;flex-direction:column;font-size:12px}.firm-pill small{color:#91b1a7;margin-top:3px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav a,.sidebar-bottom a,.sidebar-bottom button{display:flex;gap:12px;padding:12px;border-radius:8px;border:0;background:none;color:inherit;width:100%;cursor:pointer}.sidebar nav a.active,.sidebar nav a:hover{background:#135044;color:#fff}.sidebar-bottom{margin-top:auto;border-top:1px solid #24534a;padding-top:15px}.app-main{margin-left:245px;min-height:100vh}.app-top{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 35px}.top-actions{display:flex;gap:14px;align-items:center}.mock-badge{font-size:11px;padding:7px 10px;border-radius:20px;background:#fff5d6;color:#805b00}.app-content{padding:35px;max-width:1500px;margin:auto}.page-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.page-title h1{font-size:38px;letter-spacing:-1.5px;margin:8px 0}.page-title p,.panel-head p,.form-panel>p{color:var(--muted);margin:0}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:22px}.stats>div{display:flex;flex-direction:column;padding:18px;background:#fff;border:1px solid var(--line);border-radius:13px}.stats span,.stats small{font-size:11px;color:var(--muted)}.stats b{font-size:28px;margin:8px 0}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.panel-head h2,.form-panel h2{font-size:18px;margin:0 0 5px}.panel-head a{font-size:12px;color:var(--green);font-weight:700}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);padding:12px;border-bottom:1px solid var(--line)}td{padding:15px 12px;border-bottom:1px solid #edf1f0;font-size:13px}td b,td small{display:block}td small{color:var(--muted);margin-top:4px}.progress{width:100px;height:5px;background:#e8eeec;border-radius:10px;overflow:hidden;display:inline-block;margin-right:6px}.progress span{height:100%;display:block;background:var(--green)}.status{display:inline-flex;padding:6px 9px;border-radius:15px;font-size:10px;font-weight:750;text-transform:capitalize;background:#eef1f0}.status.verde{background:#e4f8ef;color:#08764f}.status.amarillo{background:#fff3d2;color:#8a6100}.status.azul{background:#e8f0ff;color:#2358a7}.status.rojo{background:#ffeded;color:#a72c2c}.status.gris{background:#eef1f0;color:#56615e}.row-link{color:var(--green);font-weight:700}.empty{text-align:center;color:var(--muted);padding:30px}.two-col,.period-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:18px}.form-panel{align-self:start}.cards{display:flex;flex-direction:column}.client-card{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:15px 5px;border-bottom:1px solid var(--line)}.client-card:hover{color:var(--green)}.client-initial{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--mint);color:var(--green);font-weight:800}.client-card div{display:flex;flex-direction:column;gap:3px}.client-card small,.client-card div>span{color:var(--muted);font-size:11px}.app-crumb{margin:0 0 18px;padding:0}.checklist{display:flex;flex-direction:column}.check-row{display:grid;grid-template-columns:34px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.check-row>span{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#f2f4f3;color:var(--muted)}.check-row.done>span{background:var(--mint);color:var(--green)}.check-row div{display:flex;flex-direction:column}.check-row small{color:var(--muted);margin-top:3px}.check-row em{font-size:10px;font-style:normal;color:var(--muted)}.big-progress{font-size:26px;font-weight:800;color:var(--green)}.period-grid.lower{grid-template-columns:1fr 1fr;margin-top:18px}.tasks>div{display:grid;grid-template-columns:auto 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.tasks p{margin:5px 0;color:var(--muted);font-size:12px}.priority{font-size:9px;text-transform:uppercase;padding:5px 7px;border-radius:5px;align-self:start;background:#eef1f0}.priority.alta{background:#ffeded;color:#a72c2c}.priority.media{background:#fff3d2;color:#8a6100}.message-panel textarea{line-height:1.6}.sent{padding-top:25px}details{margin-top:18px}summary{cursor:pointer;color:var(--green);font-size:12px;font-weight:700}.run-panel{margin-top:18px;display:flex;justify-content:space-between}.run-panel pre{white-space:pre-wrap;max-width:600px;font-size:10px;background:#122823;color:#d9ede6;padding:15px;border-radius:8px;max-height:280px;overflow:auto}.mobile-brand{display:none}@media(max-width:950px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.feature-grid,.section.compact .feature-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.period-grid,.period-grid.lower,.two-col{grid-template-columns:1fr}.auth-body{grid-template-columns:1fr}.auth-brand{min-height:380px}.sidebar{width:72px}.sidebar .brand span:last-child,.firm-pill div,.sidebar nav span,.sidebar-bottom span{display:none}.firm-pill{padding:8px}.app-main{margin-left:72px}}@media(max-width:600px){.site-header{padding:0 16px}.nav-actions .text-link{display:none}.hero{padding:50px 20px}.hero h1,.page-hero h1{letter-spacing:-2px}.trust-strip{flex-direction:column;gap:8px}.feature-grid{grid-template-columns:1fr}.section{padding:70px 20px}.inline-cta{flex-direction:column;align-items:start}.form-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}.app-content{padding:20px 14px}.page-title{align-items:start;gap:16px}.page-title .hero-actions{flex-direction:column;align-items:stretch}.stats{grid-template-columns:1fr 1fr}.app-top{padding:0 14px}.mock-badge{display:none}}
/* AI processing and regulatory review */
.notice-ai{background:#eef8f4;border:1px solid #bfe4d6;border-left:4px solid #0ea574;border-radius:12px;padding:14px 18px;margin:0 0 22px;color:#31564a}
.processing-panel,.result-panel{margin-top:22px}.processing-track{height:10px;background:#e6eeeb;border-radius:20px;overflow:hidden}.processing-track span{display:block;height:100%;background:#0ea574;border-radius:20px}.processing-meta{display:flex;gap:24px;flex-wrap:wrap;margin-top:14px;color:#587068;font-size:13px}.processing-meta code{font-size:11px}
.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.result-grid div{background:#f4f8f6;padding:16px;border-radius:12px}.result-grid small,.result-grid b{display:block}.result-grid b{font-size:20px;margin-top:5px}.result-summary{padding:15px 0}.warning-line{background:#fff6dc;color:#72560c;padding:10px 14px;border-radius:9px;margin:8px 0}.review-form{border-top:1px solid #dce6e2;margin-top:20px;padding-top:18px}.regulation-list article{display:grid;grid-template-columns:2fr 1fr;gap:28px;padding:24px 0;border-bottom:1px solid #dce6e2}.regulation-list article:last-child{border-bottom:0}.regulation-list h2{font-size:20px;margin:10px 0}.public-list article{display:block}.check-row .row-link{margin-left:12px;white-space:nowrap}
@media(max-width:800px){.result-grid{grid-template-columns:1fr 1fr}.regulation-list article{grid-template-columns:1fr}.processing-meta{gap:10px}.check-row{flex-wrap:wrap}}
.normative-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(420px,1.4fr);gap:22px;margin-bottom:26px}.query-list article{padding:16px 0;border-bottom:1px solid #dce6e2}.query-list article:first-child{padding-top:0}.query-list h3{font-size:16px;margin:9px 0}.query-answer{white-space:pre-line;color:#304d44}.source-list{display:flex;flex-direction:column;gap:6px;margin-top:12px}.source-list a{font-size:13px}.section-divider{display:flex;align-items:center;gap:15px;color:#647b73;margin:28px 0 15px}.section-divider:after{content:"";height:1px;background:#dce6e2;flex:1}
@media(max-width:980px){.normative-grid{grid-template-columns:1fr}}
