/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Rubik', Arial, sans-serif;
  background: #0c1322;
  color: #fff;
  direction: rtl;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ===== COLORS ===== */
:root {
  --yellow: #FFC107;
  --yellow-dark: #e5ac00;
  --charcoal: #1F2937;
  --dark-bg: #0c1322;
  --dark-card: #141d2f;
  --dark-border: #1e2d45;
  --text-muted: #9ca3af;
  --green: #22c55e;
  --radius: 4px;
  --shadow-hard: 4px 4px 0px rgba(0,0,0,0.5);
}

/* ===== UTILITIES ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; font-family: 'Rubik', sans-serif;
  font-weight: 700; font-size: 1rem; border-radius: var(--radius);
  cursor: pointer; border: none; transition: transform 0.15s, box-shadow 0.15s;
  text-decoration: none; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: #000; box-shadow: var(--shadow-hard); }
.btn-primary:hover { background: var(--yellow-dark); box-shadow: 6px 6px 0px rgba(0,0,0,0.6); }
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: var(--shadow-hard); }
.btn-whatsapp:hover { background: #1ebc59; }
.btn-outline { background: transparent; color: var(--yellow); border: 2px solid var(--yellow); }
.btn-outline:hover { background: var(--yellow); color: #000; }
.section-tag {
  display: inline-block; background: var(--yellow); color: #000;
  font-size: 0.75rem; font-weight: 900; letter-spacing: 1px;
  padding: 4px 12px; text-transform: uppercase; margin-bottom: 12px;
}
.section-title { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 900; line-height: 1.2; margin-bottom: 16px; }
.section-subtitle { color: var(--text-muted); font-size: 1.05rem; margin-bottom: 40px; }
.stripe-divider {
  height: 6px;
  background: repeating-linear-gradient(-45deg, var(--yellow) 0, var(--yellow) 10px, #000 10px, #000 20px);
}

/* ===== TOP BAR ===== */
.top-bar { position: sticky; top: 0; z-index: 1000; background: #000; border-bottom: 3px solid var(--yellow); padding: 10px 0; }
.top-bar .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.brand-name { font-weight: 900; font-size: 1.1rem; color: var(--yellow); white-space: nowrap; }
.top-bar-actions { display: flex; align-items: center; gap: 10px; }
.badge-24 { background: var(--yellow); color: #000; font-weight: 900; font-size: 0.7rem; padding: 4px 8px; white-space: nowrap; }
.top-phone { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 1rem; color: #fff; direction: ltr; }
.top-phone svg { flex-shrink: 0; }
.top-wa-btn { background: #25D366; color: #fff; font-weight: 700; font-size: 0.8rem; padding: 7px 14px; border-radius: var(--radius); white-space: nowrap; }
.top-wa-btn:hover { background: #1ebc59; }

/* ===== HERO ===== */
.hero { background: var(--charcoal); padding: 60px 0 0; overflow: hidden; border-bottom: 4px solid var(--yellow); }
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; }
.hero-content { padding-bottom: 60px; }
.price-badge { display: inline-block; background: var(--yellow); color: #000; font-weight: 900; font-size: 1rem; padding: 8px 16px; margin-bottom: 20px; position: relative; }
.price-badge::after { content: ''; position: absolute; left: -12px; top: 0; bottom: 0; border-left: 12px solid var(--yellow); border-top: 50px solid transparent; }
.hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; line-height: 1.15; margin-bottom: 16px; color: #fff; }
.hero h1 span { color: var(--yellow); }
.hero-sub { color: #d1d5db; font-size: 1.05rem; margin-bottom: 24px; line-height: 1.7; }
.trust-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.pill { background: rgba(255,193,7,0.12); border: 1px solid rgba(255,193,7,0.3); color: #fff; font-size: 0.85rem; font-weight: 700; padding: 6px 14px; border-radius: 2px; display: flex; align-items: center; gap: 6px; }
.pill-icon { color: var(--yellow); font-size: 1rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-image { position: relative; align-self: end; }
.hero-image img { width: 100%; max-height: 460px; object-fit: cover; object-position: center; filter: contrast(1.1) brightness(0.9); }
.hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--charcoal) 0%, transparent 30%); }

/* ===== PRESS STRIP ===== */
.press-strip { background: #141d2f; padding: 20px 0; border-bottom: 1px solid var(--dark-border); }
.press-strip .container { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.press-label { font-size: 0.8rem; font-weight: 700; color: var(--text-muted); white-space: nowrap; text-transform: uppercase; letter-spacing: 1px; }
.press-logos { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.press-logo { color: #4b5563; font-weight: 700; font-size: 0.95rem; letter-spacing: 1px; transition: color 0.2s; }
.press-logo:hover { color: var(--yellow); }
.press-sep { color: #374151; }

/* ===== SERVICES ===== */
.section { padding: 70px 0; }
.section.alt-bg { background: #141d2f; }
.section-header { text-align: center; margin-bottom: 48px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { background: var(--dark-card); border: 1px solid var(--dark-border); padding: 28px 24px; position: relative; overflow: hidden; transition: border-color 0.2s, transform 0.2s; }
.service-card::before { content: ''; position: absolute; top: 0; right: 0; width: 4px; height: 0; background: var(--yellow); transition: height 0.3s; }
.service-card:hover { border-color: var(--yellow); transform: translateY(-3px); }
.service-card:hover::before { height: 100%; }
.service-icon { width: 52px; height: 52px; background: rgba(255,193,7,0.1); border: 1px solid rgba(255,193,7,0.3); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 16px; }
.service-name { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.service-desc { font-size: 0.875rem; color: var(--text-muted); margin-bottom: 16px; line-height: 1.6; }
.service-price { font-size: 0.85rem; font-weight: 700; color: var(--yellow); }

/* ===== USPs ===== */
.usps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.usp-card { background: var(--dark-card); border: 1px solid var(--dark-border); padding: 32px 28px; display: flex; gap: 20px; align-items: flex-start; }
.usp-number { font-size: 2.5rem; font-weight: 900; color: var(--yellow); line-height: 1; flex-shrink: 0; min-width: 48px; }
.usp-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.usp-text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* ===== PRICING TABLE ===== */
.pricing-table { width: 100%; border-collapse: collapse; }
.pricing-table thead tr { background: var(--yellow); color: #000; }
.pricing-table th { padding: 14px 20px; text-align: right; font-weight: 700; font-size: 0.95rem; }
.pricing-table tbody tr { border-bottom: 1px solid var(--dark-border); transition: background 0.15s; }
.pricing-table tbody tr:hover { background: rgba(255,193,7,0.06); }
.pricing-table td { padding: 16px 20px; font-size: 0.95rem; }
.pricing-table td:last-child { color: var(--yellow); font-weight: 700; direction: ltr; text-align: right; }
.pricing-note { margin-top: 16px; font-size: 0.8rem; color: var(--text-muted); text-align: center; }

/* ===== PROCESS ===== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.process-grid::before { content: ''; position: absolute; top: 36px; right: 12.5%; left: 12.5%; height: 2px; background: var(--dark-border); z-index: 0; }
.process-step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.step-num { width: 72px; height: 72px; background: var(--yellow); color: #000; font-size: 1.8rem; font-weight: 900; border-radius: 2px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; box-shadow: var(--shadow-hard); }
.step-title { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.step-text { font-size: 0.85rem; color: var(--text-muted); }

/* ===== TESTIMONIALS ===== */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card { background: var(--dark-card); border: 1px solid var(--dark-border); padding: 28px 24px; position: relative; }
.testimonial-card::before { content: '"'; position: absolute; top: 16px; left: 20px; font-size: 4rem; line-height: 1; color: rgba(255,193,7,0.15); font-weight: 900; }
.stars { color: var(--yellow); font-size: 1.1rem; margin-bottom: 12px; }
.testimonial-text { font-size: 0.9rem; color: #d1d5db; line-height: 1.7; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--yellow); color: #000; font-weight: 900; font-size: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-name { font-weight: 700; font-size: 0.9rem; }
.author-meta { font-size: 0.8rem; color: var(--text-muted); }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--dark-border); }
.faq-question { width: 100%; text-align: right; background: none; border: none; color: #fff; font-family: 'Rubik', sans-serif; font-size: 1rem; font-weight: 700; padding: 22px 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-question:hover { color: var(--yellow); }
.faq-icon { flex-shrink: 0; width: 24px; height: 24px; background: var(--yellow); color: #000; font-size: 1.2rem; font-weight: 900; line-height: 1; display: flex; align-items: center; justify-content: center; transition: transform 0.25s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 0 20px; font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; }
.faq-item.open .faq-answer { display: block; }

/* ===== FINAL CTA ===== */
.final-cta { background: var(--yellow); padding: 70px 0; text-align: center; }
.final-cta h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; color: #000; margin-bottom: 12px; }
.final-cta p { font-size: 1.05rem; color: #333; margin-bottom: 32px; }
.cta-phone-big { display: inline-flex; align-items: center; gap: 10px; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: #000; direction: ltr; margin-bottom: 24px; }
.cta-phone-big svg { flex-shrink: 0; }
.final-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.btn-dark { background: #000; color: var(--yellow); font-weight: 700; padding: 14px 28px; border-radius: var(--radius); display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s; }
.btn-dark:hover { background: #1F2937; }

/* ===== FOOTER ===== */
footer { background: #000; border-top: 3px solid var(--yellow); padding: 50px 0 20px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-bottom: 40px; }
.footer-col-title { font-size: 0.8rem; font-weight: 900; color: var(--yellow); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; font-size: 0.875rem; color: var(--text-muted); }
.footer-col li a { color: var(--text-muted); transition: color 0.2s; }
.footer-col li a:hover { color: var(--yellow); }
.footer-brand { font-size: 1.3rem; font-weight: 900; color: #fff; margin-bottom: 10px; }
.footer-about-text { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; }
.footer-bottom { border-top: 1px solid var(--dark-border); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copyright { font-size: 0.8rem; color: #4b5563; }
.footer-links { display: flex; gap: 16px; }
.footer-links a { font-size: 0.8rem; color: #4b5563; transition: color 0.2s; }
.footer-links a:hover { color: var(--yellow); }

/* ===== ABOUT SECTION ===== */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.about-text-col .section-tag { margin-bottom: 12px; }
.about-text-col .section-title { margin-bottom: 20px; }
.about-body { font-size: 1rem; color: var(--text-secondary); line-height: 1.8; }
.about-stats-col { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-card { background: var(--bg); border-radius: 16px; padding: 24px; text-align: center; border: 1px solid rgba(255,255,255,0.08); }
.stat-num { font-size: 2rem; font-weight: 900; color: var(--yellow); line-height: 1; }
.stat-label { font-size: 0.85rem; color: var(--text-secondary); margin-top: 6px; }

/* ===== USP ICON ===== */
.usp-icon-title { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.usp-emoji { font-size: 1.3rem; line-height: 1; }

/* ===== PRICING EMPHASIZED ROW ===== */
.pricing-row-emphasized td { background: rgba(255,193,7,0.08); font-weight: 700; color: var(--yellow); }
.badge-popular { display: inline-block; background: var(--yellow); color: #000; font-size: 0.7rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; margin-right: 8px; vertical-align: middle; }

/* ===== HERO NEIGHBORHOODS ===== */
.hero-neighborhoods { font-size: 0.9rem; color: rgba(255,255,255,0.65); margin: -4px 0 14px; }

/* ===== EMERGENCY MODE ===== */
.hero-emergency { background: linear-gradient(135deg, #7b1111 0%, #1a0000 100%); }
.emergency-mode .top-bar { background: #6b0000; }
.emergency-mode .badge-24 { background: #ff4444; color: #fff; }

/* ===== FLOATING MOBILE BAR ===== */
.float-bar { display: none; position: fixed; bottom: 0; right: 0; left: 0; z-index: 999; box-shadow: 0 -4px 20px rgba(0,0,0,0.5); }
.float-bar a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px; font-weight: 700; font-size: 1rem; }
.float-call { background: var(--yellow); color: #000; }
.float-wa { background: #25D366; color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-image { display: none; }
  .hero { padding: 40px 0 40px; }
  .hero-content { padding-bottom: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .usps-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-stats-col { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .top-bar .brand-name { font-size: 0.9rem; }
  .top-phone { font-size: 0.85rem; }
  .top-wa-btn { display: none; }
  .float-bar { display: flex; }
  body { padding-bottom: 64px; }
  .pricing-table th, .pricing-table td { padding: 12px 10px; font-size: 0.85rem; }
}
@media (max-width: 480px) {
  .trust-pills { gap: 7px; }
  .pill { font-size: 0.78rem; padding: 5px 10px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { justify-content: center; }
  .final-cta-btns { flex-direction: column; align-items: center; }
}
