:root {
  --blue: #123B6D;
  --blue-dark: #0A2444;
  --green: #2ECC71;
  --text: #152033;
  --muted: #687489;
  --line: #E7ECF3;
  --bg: #F7FAFD;
  --white: #FFFFFF;
  --danger: #D94C4C;
  --shadow: 0 18px 50px rgba(10, 36, 68, .12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 45px; height: 45px; border-radius: 14px; background: linear-gradient(135deg, var(--blue), var(--green)); color: white; display: grid; place-items: center; font-weight: 900; font-size: 24px; }
.brand strong { display: block; font-size: 18px; letter-spacing: .4px; }
.brand small { color: var(--muted); font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 20px; font-weight: 650; font-size: 14px; }
.main-nav a { text-decoration: none; color: #25344D; }
.nav-cta { background: var(--blue); color: white !important; padding: 11px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: transparent; border: 0; font-size: 28px; }
.hero { background: radial-gradient(circle at 80% 0%, rgba(46,204,113,.22), transparent 34%), linear-gradient(135deg, #F7FAFD, #FFFFFF); padding: 78px 0 68px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; }
.eyebrow { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; margin: 0 0 12px; }
h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.03; margin: 0 0 22px; color: var(--blue-dark); letter-spacing: -1.5px; }
h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.12; margin: 0 0 22px; color: var(--blue-dark); letter-spacing: -0.7px; }
h3 { margin: 0 0 8px; color: var(--blue-dark); }
.lead { font-size: 19px; color: var(--muted); max-width: 720px; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; }
.btn { border: 0; border-radius: 14px; padding: 14px 20px; font-weight: 800; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-size: 15px; }
.btn-primary { background: var(--green); color: #07351B; box-shadow: 0 12px 28px rgba(46,204,113,.28); }
.btn-secondary { background: #EAF0F7; color: var(--blue); }
.full { width: 100%; }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-row span { background: white; border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; color: #40516B; font-size: 13px; font-weight: 700; }
.hero-card { background: var(--blue-dark); color: white; border-radius: 30px; padding: 22px; box-shadow: var(--shadow); overflow: hidden; }
.dashboard-top { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #DCE9FF; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); display: inline-block; opacity: .9; }
.kpi-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.kpi-grid div, .receipt-preview { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 15px; }
.kpi-grid small { display: block; color: #B7C6D8; }
.kpi-grid strong { display: block; font-size: 22px; margin-top: 5px; }
.danger { color: #FFB1B1; }
.bars { height: 172px; margin: 24px 0 18px; display: flex; align-items: end; gap: 12px; padding: 16px; background: rgba(255,255,255,.06); border-radius: 18px; }
.bars span { flex: 1; border-radius: 9px 9px 0 0; background: linear-gradient(180deg, var(--green), #B7FFE0); }
.receipt-preview p { color: #B7C6D8; margin-bottom: 0; }
.section { padding: 76px 0; }
.problem, .targets { background: var(--bg); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.problem-list { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 30px; }
.feature-grid article { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: white; box-shadow: 0 10px 32px rgba(10,36,68,.05); }
.feature-grid span { color: var(--green); font-weight: 900; }
.feature-grid p { color: var(--muted); margin-bottom: 0; }
.pill-grid { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 24px; }
.pill-grid span { padding: 13px 17px; border-radius: 999px; background: white; border: 1px solid var(--line); font-weight: 800; color: var(--blue); }
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.price-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: white; box-shadow: 0 10px 32px rgba(10,36,68,.05); }
.price-card.highlight { border-color: var(--green); box-shadow: 0 20px 50px rgba(46,204,113,.18); }
.price-card strong, .price-card span { display: block; }
.price-card strong { font-size: 20px; color: var(--blue-dark); }
.price-card span { color: var(--green); font-weight: 900; margin: 7px 0 15px; }
.price-card ul, .check-list { padding-left: 20px; margin-bottom: 0; color: var(--muted); }
.license { background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: white; }
.license h2, .license .eyebrow { color: white; }
.license p, .license li { color: #DCE9FF; }
.demo-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.contact-box { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-top: 24px; }
.contact-box p { margin: 8px 0; color: var(--muted); }
.demo-form { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); display: grid; gap: 14px; }
.demo-form label { display: grid; gap: 7px; font-weight: 800; color: #33445E; }
.demo-form input, .demo-form textarea, .demo-form select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; font: inherit; color: var(--text); background: #FBFCFE; }
.form-note { color: var(--muted); font-size: 13px; margin: 0; }
.site-footer { background: #071A31; color: white; padding: 36px 0; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 24px; }
.footer-grid p { color: #B7C6D8; margin: 6px 0 0; }
.footer-grid a { color: white; }
@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 16px; right: 16px; top: 76px; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 14px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero-grid, .split, .demo-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature-grid, .price-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .feature-grid, .price-grid, .kpi-grid { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .hero { padding: 50px 0; }
}
