
:root{--green:#00663b;--green2:#159447;--soft:#eef4ef;--mint:#a8fbce;--border:#d7e3d8;--text:#07131f;--muted:#66756d;--shadow:0 14px 35px rgba(16,70,43,.08)}
*{box-sizing:border-box}body{margin:0;font-family:Urbanist,Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,#fff,#f8fbf9)}
.app-shell{min-height:100vh;display:grid;grid-template-columns:238px 1fr}.sidebar{border-right:1px solid var(--border);background:rgba(255,255,255,.92);padding:28px 18px;display:flex;flex-direction:column;gap:22px}.brand img{width:154px}.nav{display:grid;gap:8px}.nav-item{display:flex;align-items:center;gap:12px;text-decoration:none;color:#263830;border-radius:13px;padding:11px 14px;font-size:14px;font-weight:700}.nav-item span{width:20px;text-align:center}.nav-item.active,.nav-item:hover{background:var(--soft);color:#00723d;box-shadow:inset 4px 0 0 #0f8b4a}.sidebar-card{margin-top:auto;border-top:1px solid var(--border);padding-top:18px;color:#557064;font-size:13px}.content{position:relative;padding:42px 70px 70px;background-image:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.78)),url('../assets/home-background.png');background-size:cover;background-position:right bottom}.topbar{display:flex;justify-content:flex-end;align-items:center;margin-bottom:38px}.status{display:inline-flex;gap:10px;align-items:center;border:1px solid var(--border);border-radius:999px;background:#fff;padding:12px 18px;color:#00663b;font-weight:800;box-shadow:var(--shadow)}.status span{width:10px;height:10px;border-radius:50%;background:#12a65a}.hero-title{text-align:center;margin:20px auto 34px}.hero-title h1{font-size:34px;letter-spacing:-.03em;margin:0;color:#07131f}.title-line{width:52px;height:3px;background:#0c8b4d;margin:16px auto}.db-note{color:var(--muted);font-weight:600}.panel{max-width:1050px;margin:0 auto;background:rgba(255,255,255,.94);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);padding:28px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{border:1px solid var(--border);border-radius:16px;background:#fff;padding:18px;box-shadow:0 8px 22px rgba(16,70,43,.04)}.card h3{margin:0 0 8px;color:#005f36;font-size:18px}.card p{margin:0;color:#5b6f65;line-height:1.45}.price-table{width:100%;border-collapse:collapse;font-size:14px}.price-table th{text-align:left;color:#005f36;background:#eef4ef}.price-table th,.price-table td{padding:12px;border-bottom:1px solid #e7f0ea}.price-table td:last-child,.price-table th:last-child{text-align:right;font-weight:900}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;padding:0 22px;background:linear-gradient(180deg,#159447,#08743f);color:white;text-decoration:none;font-weight:900;box-shadow:0 12px 25px rgba(0,102,59,.16)}.ghost{background:#fff;color:#0b5a33;border:1px solid #bcd9c6}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.big{font-size:20px;font-weight:900;color:#06391f}.notice{margin-top:18px;border-left:4px solid #0f8b4a;background:#f4faf6;border-radius:12px;padding:14px 16px;color:#315b43;font-weight:700}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:static}.content{padding:24px}.grid,.contact-grid{grid-template-columns:1fr}.price-table{font-size:12px}.brand img{width:130px}}
