.elementor-kit-2087{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#5C0120;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#020202;}.elementor-kit-2087 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:63px;max-width:63px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:   #0D0D0D;
  --white:   #F5F5F0;
  --red:     #C0392B;
  --red-dim: #922B21;
  --red-glow:rgba(192,57,43,.15);
  --gray:    #1A1A1A;
  --text-sec:#888;
}

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Tajawal', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}

nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 6%;
  background: rgba(13,13,13,0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #1e1e1e;
}
.logo { font-family: 'Cairo', sans-serif; font-weight: 900; font-size: 1.2rem; letter-spacing: 1px; color: var(--white); }
.logo span { color: var(--red); }
.nav-cta {
  background: var(--red); color: var(--white);
  padding: 10px 24px; border-radius: 4px;
  font-family: 'Cairo', sans-serif; font-weight: 700; font-size: .9rem;
  text-decoration: none; transition: background .2s;
}
.nav-cta:hover { background: var(--red-dim); }

.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  padding: 120px 6% 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 40%, var(--red-glow) 0%, transparent 70%);
  pointer-events: none;
}
.raven-bg {
  position: absolute;
  font-size: 28rem; opacity: .03;
  top: 50%; left: 50%;
  transform: translate(-50%, -52%);
  pointer-events: none; user-select: none; line-height: 1;
}
.hero-eyebrow {
  font-family: 'Cairo', sans-serif;
  font-size: .8rem; letter-spacing: 4px; text-transform: uppercase;
  color: var(--red); margin-bottom: 28px;
}
.hero h1 {
  font-family: 'Cairo', sans-serif;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 900; line-height: 1.2; max-width: 900px;
}
.hero h1 em { color: var(--red); font-style: normal; }
.hero-sub { margin-top: 24px; font-size: 1.15rem; color: #aaa; max-width: 600px; }
.hero-cta-group { margin-top: 48px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--red); color: var(--white);
  padding: 16px 40px; border-radius: 4px;
  font-family: 'Cairo', sans-serif; font-weight: 700; font-size: 1rem;
  text-decoration: none; transition: background .2s;
}
.btn-primary:hover { background: var(--red-dim); }
.btn-ghost {
  border: 1px solid #444; color: var(--white);
  padding: 16px 40px; border-radius: 4px;
  font-family: 'Cairo', sans-serif; font-weight: 600; font-size: 1rem;
  text-decoration: none; transition: border-color .2s;
}
.btn-ghost:hover { border-color: var(--red); }

.stat-bar {
  display: flex; justify-content: center; gap: 64px; flex-wrap: wrap;
  padding: 48px 6%;
  border-top: 1px solid #1e1e1e; border-bottom: 1px solid #1e1e1e;
}
.stat { text-align: center; }
.stat-num { font-family: 'Cairo', sans-serif; font-size: 2.4rem; font-weight: 900; color: var(--red); }
.stat-label { font-size: .85rem; color: var(--text-sec); margin-top: 4px; }

section { padding: 100px 6%; }
.section-eyebrow {
  font-size: .78rem; letter-spacing: 4px; text-transform: uppercase;
  color: var(--red); margin-bottom: 16px; font-family: 'Cairo', sans-serif;
}
.section-title {
  font-family: 'Cairo', sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; line-height: 1.25; max-width: 700px;
}
.section-title em { color: var(--red); font-style: normal; }
.section-sub { color: #888; margin-top: 16px; max-width: 580px; font-size: 1.05rem; }

.problem-section { background: var(--gray); }
.problem-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2px; margin-top: 56px; border: 2px solid #222;
}
.problem-card {
  padding: 40px 32px; background: var(--black);
  border: 1px solid #1e1e1e; transition: border-color .25s;
  position: relative; overflow: hidden;
}
.problem-card:hover { border-color: var(--red-dim); }
.problem-card::before {
  content: attr(data-num);
  position: absolute; top: -10px; left: 20px;
  font-family: 'Cairo', sans-serif; font-size: 5rem;
  font-weight: 900; color: #1a1a1a; line-height: 1;
}
.problem-icon { font-size: 1.8rem; margin-bottom: 16px; }
.problem-card h3 {
  font-family: 'Cairo', sans-serif; font-size: 1.1rem; font-weight: 700;
  margin-bottom: 10px; color: var(--white);
}
.problem-card p { font-size: .95rem; color: #888; line-height: 1.65; }

.services-section { background: var(--black); }
.services-list { margin-top: 64px; display: flex; flex-direction: column; gap: 2px; }
.service-item {
  display: grid; grid-template-columns: 1fr 1fr;
  border: 1px solid #1e1e1e; transition: border-color .25s;
}
.service-item:hover { border-color: #333; }
.service-tag {
  padding: 48px 40px; border-left: 1px solid #1e1e1e;
  display: flex; flex-direction: column; justify-content: center;
}
.service-tag-label {
  font-family: 'Cairo', sans-serif; font-size: .72rem;
  letter-spacing: 3px; text-transform: uppercase; color: var(--red); margin-bottom: 12px;
}
.service-tag h3 { font-family: 'Cairo', sans-serif; font-size: 1.35rem; font-weight: 900; }
.service-body { padding: 48px 40px; display: flex; flex-direction: column; justify-content: center; }
.service-body p { color: #999; line-height: 1.7; }
.service-pill {
  display: inline-block; margin-top: 20px; padding: 6px 16px;
  border: 1px solid #333; border-radius: 20px;
  font-size: .82rem; color: var(--text-sec); align-self: flex-start;
}

.how-section { background: var(--gray); }
.how-steps {
  margin-top: 64px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border: 1px solid #222;
}
.how-step { padding: 40px 32px; border-left: 1px solid #222; position: relative; }
.how-step:last-child { border-left: none; }
.how-arrow {
  position: absolute; top: 44px; left: -14px;
  width: 28px; height: 28px; background: var(--red); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; color: var(--white); font-weight: 900;
}
.how-step-num {
  font-family: 'Cairo', sans-serif; font-size: 2.5rem; font-weight: 900;
  color: #1e1e1e; line-height: 1; margin-bottom: 16px;
}
.how-step h4 { font-family: 'Cairo', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.how-step p { font-size: .9rem; color: #777; }

.cta-section {
  background: var(--black); text-align: center; padding: 120px 6%;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, var(--red-glow) 0%, transparent 70%);
  pointer-events: none;
}
.cta-section h2 {
  font-family: 'Cairo', sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 900;
  line-height: 1.2; max-width: 700px; margin: 0 auto 24px;
}
.cta-section h2 em { color: var(--red); font-style: normal; }
.cta-section p { color: #888; max-width: 480px; margin: 0 auto 48px; font-size: 1.05rem; }
.cta-note { margin-top: 20px; font-size: .85rem; color: #555; }

footer {
  padding: 40px 6%; border-top: 1px solid #1e1e1e;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
footer .logo { font-size: 1rem; }
footer p { font-size: .82rem; color: #444; }

@media (max-width: 768px) {
  .service-item { grid-template-columns: 1fr; }
  .service-tag { border-left: none; border-bottom: 1px solid #1e1e1e; padding: 32px 24px; }
  .service-body { padding: 32px 24px; }
  .how-steps { grid-template-columns: 1fr; }
  .how-step { border-left: none; border-bottom: 1px solid #222; }
  .how-arrow { display: none; }
  .stat-bar { gap: 32px; }
  nav { padding: 14px 5%; }
  section { padding: 70px 5%; }
}/* End custom CSS */