:root {
    --primary: #0b3b82;
    --primary-dark: #072b60;
    --secondary: #ff7a1a;
    --secondary-dark: #e86508;
    --text: #10233f;
    --muted: #60708a;
    --light: #f4f8ff;
    --border: #dfe8f5;
    --white: #ffffff;
    --shadow: 0 18px 45px rgba(11, 59, 130, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--text); background: #fff; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 32px)); margin: auto; }
.topbar { background: rgba(255,255,255,.94); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
.nav { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 800; color: var(--primary); }
.brand-icon { background: var(--primary); color: white; border-radius: 14px; padding: 8px 10px; font-size: 14px; }
nav { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: 14px; }
.nav-cta { background: var(--primary); color: white; padding: 12px 18px; border-radius: 999px; }
.hero { background: radial-gradient(circle at 20% 10%, #e9f3ff, #ffffff 45%, #f6fbff); padding: 60px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: start; }
.badge { display: inline-flex; background: #eaf3ff; color: var(--primary); border: 1px solid #cfe1ff; padding: 10px 14px; border-radius: 999px; font-weight: 800; margin-bottom: 20px; }
h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.05; margin: 0 0 24px; color: var(--primary-dark); letter-spacing: -1.5px; }
.lead { font-size: 18px; color: #334863; line-height: 1.65; max-width: 660px; }
.trust-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 24px 0; }
.trust-row div { background: white; border: 1px solid var(--border); border-radius: 16px; padding: 14px; font-weight: 700; box-shadow: 0 8px 25px rgba(0,0,0,.04); }
.btn-primary, .btn-secondary { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; border-radius: 10px; font-weight: 800; font-size: 16px; }
.btn-primary { background: linear-gradient(135deg, var(--secondary), #ff9b4d); color: white; box-shadow: 0 10px 22px rgba(255,122,26,.26); }
.btn-primary:hover { background: var(--secondary-dark); }
.btn-secondary { background: #eef5ff; color: var(--primary); }
.micro, .secure { color: var(--muted); font-size: 13px; text-align: center; }
.form-card { background: white; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--border); }
.form-header { background: var(--primary); color: white; text-align: center; padding: 22px; }
.form-header h2 { margin: 0; font-size: 20px; }
.form-header p { margin: 8px 0 0; opacity: .9; }
form { padding: 26px; }
.steps { display: flex; justify-content: center; gap: 12px; margin-bottom: 22px; }
.step-dot { width: 34px; height: 34px; border-radius: 50%; border: 1px solid #b8c9e0; color: #6c7f98; display: grid; place-items: center; font-weight: 800; }
.step-dot.active { background: var(--primary); color: white; border-color: var(--primary); }
.form-step { display: none; }
.form-step.active { display: block; }
.form-step h3 { text-align: center; margin: 0 0 22px; color: var(--primary-dark); }
label { display: block; font-weight: 800; font-size: 14px; margin: 14px 0 7px; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid #cfd9e8; border-radius: 8px; padding: 12px 14px; font-size: 15px; font-family: inherit; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid #d8eaff; border-color: var(--primary); }
.form-actions { display: flex; gap: 12px; margin-top: 20px; }
.form-actions button { flex: 1; }
#submitBtn { display: none; }
.hidden-field { display: none !important; }
.solution-section { padding: 70px 0; background: #f2f8ff; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
h2 { color: var(--primary); font-size: clamp(28px, 3vw, 38px); margin: 0 0 18px; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 36px; font-size: 18px; }
.check-list li:before { content: '✓'; position: absolute; left: 0; top: -2px; width: 24px; height: 24px; border-radius: 7px; background: #2e7eea; color: white; display: grid; place-items: center; font-weight: 900; }
.info-box { background: white; border: 1px solid #bcd6fa; border-radius: 18px; padding: 24px; box-shadow: 0 12px 26px rgba(11,59,130,.08); }
.mockup-card { min-height: 360px; background: white; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); padding: 24px; }
.screen-bar { height: 40px; background: linear-gradient(90deg, var(--primary), #2f7adb); border-radius: 12px; margin-bottom: 22px; }
.dashboard-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.dashboard-grid div { height: 80px; background: #eff6ff; border-radius: 14px; }
.chart { height: 100px; margin: 18px 0; border-radius: 14px; background: linear-gradient(135deg, #d9ebff, #fff1e8); }
.mockup-card p { font-weight: 800; color: var(--primary); }
.benefits, .process { padding: 70px 0; text-align: center; }
.section-subtitle { max-width: 760px; margin: 0 auto 34px; color: var(--muted); line-height: 1.6; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.card { background: white; border: 1px solid var(--border); border-radius: 18px; padding: 28px 18px; box-shadow: 0 10px 26px rgba(0,0,0,.04); font-size: 35px; }
.card h3 { color: var(--primary-dark); font-size: 18px; }
.card p { color: var(--muted); line-height: 1.5; }
.process { background: #f6fbff; }
.process-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 34px; }
.process-row span { margin: auto; width: 60px; height: 60px; border-radius: 50%; background: white; border: 1px solid var(--border); box-shadow: var(--shadow); display: grid; place-items: center; color: var(--primary); font-size: 24px; font-weight: 900; }
.process-row p { font-weight: 800; line-height: 1.45; }
.final-cta { background: linear-gradient(135deg, var(--primary-dark), #0756bd); color: white; padding: 48px 0; }
.final-cta h2 { color: white; }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.floating-cta { position: fixed; right: 18px; bottom: 18px; z-index: 60; background: var(--secondary); color: white; padding: 15px 20px; border-radius: 999px; font-weight: 900; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.thankyou-page { min-height: 100vh; display: grid; place-items: center; background: radial-gradient(circle, #eaf4ff, #fff); }
.thankyou-card { width: min(560px, calc(100% - 32px)); background: white; border-radius: 24px; box-shadow: var(--shadow); padding: 42px; text-align: center; }
.success-icon { width: 76px; height: 76px; border-radius: 50%; background: #0aa66a; color: white; display: grid; place-items: center; margin: 0 auto 18px; font-size: 42px; font-weight: 900; }
@media (max-width: 900px) {
    nav a:not(.nav-cta) { display: none; }
    .hero-grid, .two-col, .cta-grid { grid-template-columns: 1fr; }
    .cards { grid-template-columns: 1fr 1fr; }
    .process-row { grid-template-columns: 1fr; }
    h1 { font-size: 38px; }
}
@media (max-width: 560px) {
    .container { width: min(100% - 22px, 1180px); }
    .cards, .trust-row { grid-template-columns: 1fr; }
    .nav { height: 64px; }
    .brand { font-size: 18px; }
    .nav-cta { padding: 10px 12px; font-size: 13px; }
    .hero { padding: 32px 0 48px; }
    form { padding: 20px; }
    .form-actions { flex-direction: column; }
    .floating-cta { left: 14px; right: 14px; text-align: center; }
}
