:root{
  --primary:#0e7490;
  --primary-dark:#12324a;
  --accent:#f6c85f;
  --mint:#2bb3a3;
  --bg:#f5fbff;
  --card:#ffffff;
  --text:#163044;
  --muted:#5d7280;
  --border:#dbeaf2;
  --shadow:0 18px 50px rgba(18,50,74,.10);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  direction:rtl;
  color:var(--text);
  background: radial-gradient(circle at top right, rgba(246,200,95,.22), transparent 32%), linear-gradient(180deg,#f8fdff 0%,var(--bg) 100%);
  line-height:1.8;
}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,92%);margin:auto}
.header{
  position:sticky;top:0;z-index:20;background:rgba(248,253,255,.84);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(219,234,242,.75);
}
.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.logo{display:flex;align-items:center;gap:10px}.logo img{height:70px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:22px;color:var(--muted);font-weight:600}.nav-links a:hover{color:var(--primary)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 22px;font-weight:800;cursor:pointer;transition:.2s ease;font-size:15px}
.btn-primary{background:var(--primary);color:white;box-shadow:0 10px 24px rgba(14,116,144,.22)}.btn-primary:hover{background:#0b627b;transform:translateY(-1px)}
.btn-soft{background:#e8f8fb;color:var(--primary)}.btn-soft:hover{background:#d7f2f7}
.hero{padding:66px 0 40px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:36px;align-items:center}
.badge{display:inline-flex;align-items:center;gap:8px;background:#fff7df;color:#8c6200;border:1px solid #ffe4a5;border-radius:999px;padding:8px 14px;font-weight:700;font-size:14px}
h1{font-size:clamp(34px,5vw,58px);line-height:1.25;margin:18px 0 16px;color:var(--primary-dark);letter-spacing:-.8px}
.lead{font-size:20px;color:var(--muted);max-width:760px;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
.trust{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-weight:700;font-size:14px}.trust span{background:white;border:1px solid var(--border);padding:8px 12px;border-radius:999px}
.hero-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:28px;position:relative;overflow:hidden}
.hero-card:before{content:"";position:absolute;inset:-70px auto auto -70px;width:190px;height:190px;border-radius:50%;background:rgba(43,179,163,.14)}
.video-box{height:230px;border-radius:24px;background:linear-gradient(145deg,#e8f8fb,#fff8e5);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;margin-bottom:22px}
.play{width:76px;height:76px;border-radius:50%;background:white;box-shadow:0 14px 38px rgba(18,50,74,.18);display:grid;place-items:center;color:var(--primary);font-size:30px;padding-right:4px}
.mini-list{display:grid;gap:12px}.mini-item{display:flex;align-items:flex-start;gap:10px}.check{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#e8f8fb;color:var(--primary);display:grid;place-items:center;font-weight:900}
.section{padding:52px 0}.section-title{text-align:center;margin:0 auto 30px;max-width:780px}.section-title h2{font-size:clamp(28px,3vw,40px);color:var(--primary-dark);margin:0 0 10px}.section-title p{color:var(--muted);margin:0;font-size:18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:white;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 10px 28px rgba(18,50,74,.06)}
.icon{width:48px;height:48px;border-radius:16px;background:#e8f8fb;color:var(--primary);display:grid;place-items:center;font-size:24px;margin-bottom:14px}.card h3{margin:0 0 8px;color:var(--primary-dark)}.card p{margin:0;color:var(--muted)}
.steps{counter-reset:step;display:grid;gap:14px;max-width:840px;margin:auto}.step{counter-increment:step;background:white;border:1px solid var(--border);border-radius:22px;padding:20px 22px;display:flex;gap:14px;align-items:flex-start;box-shadow:0 8px 22px rgba(18,50,74,.05)}
.step:before{content:counter(step);width:38px;height:38px;border-radius:14px;background:var(--primary);color:white;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.step strong{color:var(--primary-dark)}.step p{margin:2px 0 0;color:var(--muted)}
.cta{background:linear-gradient(135deg,var(--primary-dark),var(--primary));border-radius:32px;padding:36px;color:white;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:var(--shadow)}.cta h2{margin:0 0 6px;font-size:30px}.cta p{margin:0;color:#d9f4fa}.cta .btn{background:white;color:var(--primary-dark)}
.form-page{padding:44px 0 70px}.form-shell{display:grid;grid-template-columns:.75fr 1.25fr;gap:22px;align-items:start}.side-panel,.form-card{background:white;border:1px solid var(--border);border-radius:28px;box-shadow:var(--shadow);padding:26px}.side-panel h2,.form-card h1{margin-top:0;color:var(--primary-dark)}
.notice{background:#fff7df;border:1px solid #ffe4a5;border-radius:18px;padding:14px;color:#775100;font-weight:600;margin:16px 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}label{font-weight:800;color:var(--primary-dark)}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:16px;padding:13px 14px;font:inherit;background:#fbfeff;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(14,116,144,.10)}textarea{min-height:120px;resize:vertical}.hint{font-size:13px;color:var(--muted);line-height:1.5}.consent{display:flex;gap:10px;align-items:flex-start;background:#f7fbfd;border:1px solid var(--border);border-radius:16px;padding:14px;margin:18px 0}.consent input{width:18px;margin-top:7px}.submit-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.loading{display:none;color:var(--muted);font-weight:700}.footer{padding:34px 0;color:var(--muted);border-top:1px solid var(--border);background:white}.footer-inner{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.success-box{text-align:center;max-width:720px;margin:70px auto;background:white;border:1px solid var(--border);border-radius:30px;padding:44px;box-shadow:var(--shadow)}.success-icon{width:82px;height:82px;border-radius:50%;background:#e8f8fb;color:var(--primary);display:grid;place-items:center;margin:0 auto 20px;font-size:42px}.mobile-menu{display:none}
@media (max-width:860px){.hero-grid,.form-shell{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.cta{display:block}.cta .btn{margin-top:18px}.nav-links{display:none}.mobile-menu{display:inline-flex}.form-grid{grid-template-columns:1fr}.hero{padding-top:40px}.logo img{height:56px}}
