@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;600;700;800;900&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Heebo', Arial, sans-serif; direction: rtl; background: #fff; color: #1a1a2e; }

/* NAV */
nav { background: #fff; border-bottom: 3px solid #e63946; padding: 14px 48px; display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.logo { font-size: 1rem; font-weight: 900; color: #1a1a2e; }
.logo span { color: #e63946; }
.nav-phone { background: #e63946; color: #fff; font-weight: 800; padding: 10px 24px; border-radius: 6px; text-decoration: none; font-size: .95rem; transition: background .2s; }
.nav-phone:hover { background: #c1121f; }

/* HERO */
.hero { display: flex; align-items: center; justify-content: center; min-height: 92vh; background: #1a1a2e; position: relative; overflow: hidden; text-align: center; padding: 60px 40px; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(230,57,70,.25) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(230,57,70,.15) 0%, transparent 50%); }
.hero-inner { position: relative; z-index: 1; max-width: 800px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(230,57,70,.15); border: 1px solid rgba(230,57,70,.4); color: #ff6b7a; font-size: .85rem; font-weight: 700; padding: 6px 18px; border-radius: 30px; margin-bottom: 28px; }
.hero h1 { font-size: 3rem; font-weight: 900; color: #fff; line-height: 1.25; margin-bottom: 20px; }
.hero h1 em { color: #e63946; font-style: normal; }
.hero p { font-size: 1.15rem; color: #8899aa; margin-bottom: 40px; line-height: 1.7; }
.btn-primary { display: inline-block; background: #e63946; color: #fff; font-size: 1.1rem; font-weight: 900; padding: 16px 40px; border-radius: 8px; text-decoration: none; transition: all .2s; box-shadow: 0 4px 20px rgba(230,57,70,.4); }
.btn-primary:hover { background: #c1121f; transform: translateY(-2px); }
.btn-primary small { display: block; font-size: .85rem; font-weight: 600; opacity: .9; margin-top: 2px; }
.hero-stats { display: flex; gap: 40px; justify-content: center; margin-top: 56px; flex-wrap: wrap; }
.stat { text-align: center; }
.stat-num { font-size: 2.2rem; font-weight: 900; color: #e63946; }
.stat-label { font-size: .85rem; color: #8899aa; margin-top: 4px; }

/* SECTIONS */
section { padding: 60px 40px; }
.section-title { text-align: center; font-size: 1.7rem; font-weight: 800; color: #1a1a2e; margin-bottom: 40px; }
.section-title span { color: #e63946; }

/* WHY */
.why { background: #f8f9fc; }
.cards { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.card { background: #fff; border-radius: 12px; padding: 32px 28px; flex: 1; min-width: 220px; max-width: 300px; text-align: center; box-shadow: 0 4px 24px rgba(0,0,0,.06); border-bottom: 3px solid #e63946; transition: transform .2s; }
.card:hover { transform: translateY(-4px); }
.card-icon { width: 60px; height: 60px; background: rgba(230,57,70,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 18px; }
.card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; }
.card p { color: #667; font-size: .93rem; line-height: 1.7; }

/* SERVICES */
.services { background: #1a1a2e; }
.services .section-title { color: #fff; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; max-width: 900px; margin: 0 auto; }
.svc { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 20px 18px; display: flex; align-items: center; gap: 14px; transition: all .2s; }
.svc:hover { background: rgba(230,57,70,.15); border-color: rgba(230,57,70,.4); }
.svc-icon { font-size: 1.6rem; }
.svc span { color: #ccd; font-size: .97rem; font-weight: 600; }

/* AREAS */
.areas { background: #fff; }
.tags { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 800px; margin: 0 auto; }
.tag { background: #f0f2f8; color: #1a1a2e; border-radius: 30px; padding: 9px 22px; font-weight: 700; font-size: .93rem; border: 1px solid #dde; transition: all .2s; }
.tag:hover { background: #e63946; color: #fff; border-color: #e63946; }

/* TESTIMONIALS */
.testimonials { background: #f8f9fc; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; }
.testi { background: #fff; border-radius: 14px; padding: 28px 24px; box-shadow: 0 2px 16px rgba(0,0,0,.06); position: relative; }
.testi::before { content: '"'; position: absolute; top: 12px; left: 20px; font-size: 4rem; color: #e63946; opacity: .15; line-height: 1; font-family: serif; }
.stars { color: #e63946; margin-bottom: 12px; font-size: 1rem; }
.testi p { color: #445; line-height: 1.75; font-size: .95rem; margin-bottom: 16px; }
.testi-name { font-weight: 800; color: #1a1a2e; font-size: .9rem; }

/* FOOTER CTA */
.footer-cta { background: linear-gradient(135deg, #e63946, #c1121f); padding: 80px 48px; text-align: center; }
.footer-cta h2 { color: #fff; font-size: 2rem; font-weight: 900; margin-bottom: 12px; }
.footer-cta p { color: rgba(255,255,255,.8); margin-bottom: 36px; font-size: 1.05rem; }
.footer-cta .btn-primary { background: #fff; color: #e63946; box-shadow: 0 4px 20px rgba(0,0,0,.2); font-size: 1.2rem; padding: 18px 50px; }
.footer-cta .btn-primary:hover { background: #f0f2f8; }

/* FOOTER */
footer { background: #0d0d1a; text-align: center; padding: 24px; color: #556; font-size: .85rem; }
footer a { color: #e63946; text-decoration: none; }

/* PRIVACY PAGE */
.privacy-page { max-width: 780px; margin: 60px auto; padding: 0 24px 60px; }
.privacy-page h1 { font-size: 2rem; font-weight: 900; color: #1a1a2e; margin-bottom: 32px; }
.privacy-page h2 { font-size: 1.15rem; font-weight: 800; color: #1a1a2e; margin: 28px 0 10px; }
.privacy-page p { color: #5a7080; line-height: 1.9; }
.back-link { display: inline-block; margin-bottom: 32px; color: #e63946; font-weight: 700; text-decoration: none; font-size: 1rem; }
.back-link:hover { text-decoration: underline; }

@media(max-width:600px) {
  .hero h1 { font-size: 2rem; }
  nav { padding: 12px 20px; }
  section { padding: 50px 20px; }
  .footer-cta { padding: 60px 20px; }
}
