/* ============================
   ASECOURS – PREMIUM VITRINE
   Rehoboth Service
   ============================ */

:root {
  --blue:        #1B3A8A;
  --blue-dark:   #0F245C;
  --blue-mid:    #2952C4;
  --blue-light:  #4F7BED;
  --orange:      #E84B11;
  --orange-mid:  #F26030;
  --bg:          #F5F7FF;
  --bg2:         #EEF2FF;
  --white:       #ffffff;
  --dark:        #0D1B3E;
  --gray:        #64748b;
  --border:      #DDE3F5;
  --radius-lg:   24px;
  --radius-xl:   36px;
  --shadow-sm:   0 4px 20px rgba(27,58,138,.08);
  --shadow-md:   0 10px 40px rgba(27,58,138,.14);
  --shadow-lg:   0 24px 80px rgba(27,58,138,.20);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Poppins',sans-serif;
  color:var(--dark);
  background:var(--white);
  overflow-x:hidden;
  line-height:1.6;
}
::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:#f1f1f1}
::-webkit-scrollbar-thumb{background:var(--blue);border-radius:3px}
img{max-width:100%}

/* ============================
   TYPOGRAPHY
   ============================ */
.display-heading{
  font-size:clamp(2.4rem,6vw,3.8rem);
  font-weight:900;
  line-height:1.1;
  letter-spacing:-0.03em;
}
.section-heading{
  font-size:clamp(1.9rem,4vw,2.8rem);
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.02em;
}
.eyebrow{
  font-size:.75rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--orange);
  display:inline-block;
  margin-bottom:14px;
}

/* ============================
   BUTTONS
   ============================ */
.btn-solid{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--blue);
  color:#fff!important;
  border:none;border-radius:14px;
  padding:14px 28px;font-weight:700;font-size:.92rem;
  box-shadow:0 8px 28px rgba(27,58,138,.35);
  transition:all .25s;text-decoration:none;
  position:relative;overflow:hidden;
}
.btn-solid::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.12),transparent);
}
.btn-solid:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(27,58,138,.45);background:var(--blue-mid);}

.btn-solid-orange{
  background:linear-gradient(135deg,var(--orange),var(--orange-mid));
  box-shadow:0 8px 28px rgba(232,75,17,.35);
}
.btn-solid-orange:hover{box-shadow:0 14px 40px rgba(232,75,17,.45);}

.btn-ghost{
  display:inline-flex;align-items:center;gap:8px;
  background:transparent;
  color:var(--blue)!important;
  border:2px solid var(--blue);
  border-radius:14px;
  padding:12px 26px;font-weight:700;font-size:.92rem;
  transition:all .25s;text-decoration:none;
}
.btn-ghost:hover{background:var(--blue);color:#fff!important;}

.btn-ghost-white{
  color:#fff!important;border-color:rgba(255,255,255,.5);
}
.btn-ghost-white:hover{background:rgba(255,255,255,.12);border-color:#fff;}

/* ============================
   NAVBAR
   ============================ */
#mainNav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  padding:18px 0;
  transition:all .3s;
}
#mainNav.scrolled{
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
  box-shadow:0 2px 30px rgba(27,58,138,.1);
  padding:12px 0;
}
.nav-brand{display:flex;align-items:center;gap:10px;text-decoration:none;}
.nav-brand .brand-name{font-weight:800;font-size:1.25rem;color:var(--blue);}
.navbar-toggler{border:none;padding:8px;}
.navbar-toggler:focus{box-shadow:none;}

#mainNav .nav-link{
  font-weight:600;font-size:.88rem;
  color:var(--white)!important;
  padding:6px 14px!important;
  border-radius:8px;
  transition:all .2s;
  opacity:.85;
}
#mainNav.scrolled .nav-link{color:var(--dark)!important;}
#mainNav .nav-link:hover{opacity:1;background:rgba(255,255,255,.12);}
#mainNav.scrolled .nav-link:hover{background:var(--bg);}

.btn-nav{
  background:#fff;color:var(--blue)!important;
  border-radius:10px;padding:9px 20px;
  font-weight:700;font-size:.85rem;
  box-shadow:0 4px 15px rgba(0,0,0,.1);
  transition:all .25s;text-decoration:none;
  display:inline-flex;align-items:center;gap:6px;
}
.btn-nav:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15);}
#mainNav.scrolled .btn-nav{background:var(--blue);color:#fff!important;}

/* ============================
   HERO
   ============================ */
.hero{
  min-height:100vh;
  background:linear-gradient(145deg, var(--blue-dark) 0%, var(--blue) 45%, #2B5CE8 100%);
  position:relative;
  overflow:hidden;
  display:flex;align-items:center;
  padding-top:100px;
}

/* Blobs décoratifs */
.hero::before{
  content:'';position:absolute;
  top:-200px;right:-200px;
  width:700px;height:700px;
  background:radial-gradient(circle,rgba(232,75,17,.22) 0%,transparent 65%);
  border-radius:50%;
  pointer-events:none;
}
.hero::after{
  content:'';position:absolute;
  bottom:-300px;left:-150px;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 65%);
  border-radius:50%;
  pointer-events:none;
}

.hero-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:60px 60px;
  pointer-events:none;
}

.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;font-size:.78rem;font-weight:600;
  padding:8px 16px;border-radius:50px;
  backdrop-filter:blur(8px);
  margin-bottom:24px;
}
.hero-tag-dot{
  width:7px;height:7px;
  background:var(--orange);
  border-radius:50%;
  animation:pulse-dot 1.5s infinite;
}
@keyframes pulse-dot{
  0%,100%{transform:scale(1);opacity:1;}
  50%{transform:scale(1.4);opacity:.7;}
}

.hero-title{
  color:#fff;
  margin-bottom:20px;
}

.hero-title .highlight{
  position:relative;display:inline-block;
}
.hero-title .highlight::after{
  content:'';position:absolute;
  bottom:-4px;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--orange),#FFB347);
  border-radius:2px;
}

.hero-sub{
  color:rgba(255,255,255,.75);
  font-size:1.05rem;line-height:1.75;
  max-width:500px;margin-bottom:36px;
}

.hero-pills{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:40px;
}
.hero-pill{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.15);
  color:rgba(255,255,255,.9);
  font-size:.78rem;font-weight:600;
  padding:7px 14px;border-radius:50px;
}

/* STATS */
.hero-stats-row{
  display:flex;gap:40px;flex-wrap:wrap;
  margin-top:48px;padding-top:36px;
  border-top:1px solid rgba(255,255,255,.15);
}
.hstat{text-align:center;}
.hstat-val{
  font-size:2rem;font-weight:900;color:#fff;
  display:block;line-height:1;
}
.hstat-label{
  font-size:.72rem;font-weight:600;
  color:rgba(255,255,255,.55);
  display:block;margin-top:4px;text-transform:uppercase;letter-spacing:.06em;
}

/* ============================
   HERO VISUAL (right side)
   ============================ */
.hero-visual{position:relative;height:580px;display:flex;align-items:center;justify-content:center;}

.phone-wrap{
  width:250px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:40px;
  padding:12px;
  backdrop-filter:blur(10px);
  box-shadow:0 40px 100px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.2);
  position:relative;z-index:3;
}
.phone-inner{
  background:#0D1B3E;
  border-radius:30px;
  overflow:hidden;
  height:500px;
  display:flex;flex-direction:column;
}
.phone-status{
  background:var(--blue-dark);
  padding:14px 16px;
  display:flex;align-items:center;gap:8px;
}
.phone-status .dot{width:8px;height:8px;background:var(--orange);border-radius:50%;}

.app-header{
  background:linear-gradient(135deg,var(--blue),var(--blue-mid));
  padding:16px;
  display:flex;align-items:center;justify-content:space-between;
}
.app-greeting{font-size:.7rem;color:rgba(255,255,255,.7);}
.app-user{font-size:.88rem;font-weight:700;color:#fff;}
.app-notif{
  width:32px;height:32px;
  background:rgba(255,255,255,.15);
  border-radius:8px;display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:.9rem;
}

.app-search{
  margin:14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;padding:9px 12px;
  display:flex;align-items:center;gap:8px;
  font-size:.7rem;color:rgba(255,255,255,.4);
}

.app-cats{
  padding:0 14px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
}
.app-cat{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  border-radius:10px;
  padding:10px 6px;text-align:center;
}
.app-cat i{display:block;font-size:1.1rem;margin-bottom:4px;}
.app-cat span{font-size:.55rem;color:rgba(255,255,255,.65);font-weight:500;}

.app-cta-btn{
  margin:14px;
  background:linear-gradient(135deg,var(--orange),var(--orange-mid));
  border-radius:10px;padding:11px;
  text-align:center;font-size:.72rem;font-weight:700;color:#fff;
  box-shadow:0 6px 20px rgba(232,75,17,.4);
}

.app-request-preview{
  margin:0 14px 14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;padding:10px;
}
.req-label{font-size:.6rem;color:rgba(255,255,255,.45);margin-bottom:6px;}
.req-item{
  display:flex;align-items:center;gap:8px;
  font-size:.65rem;color:rgba(255,255,255,.8);
}
.req-dot{
  width:28px;height:28px;min-width:28px;
  background:rgba(27,58,138,.5);
  border-radius:7px;display:flex;align-items:center;justify-content:center;
  font-size:.8rem;
}
.req-badge{
  margin-left:auto;
  background:rgba(22,163,74,.2);color:#4ade80;
  font-size:.55rem;font-weight:600;padding:2px 7px;border-radius:50px;
}

/* Floating cards */
.fcard{
  position:absolute;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
  border-radius:16px;
  padding:14px 18px;
  box-shadow:0 12px 40px rgba(0,0,0,.15);
  font-size:.78rem;font-weight:600;color:var(--dark);
  z-index:4;
}
.fcard.fc1{top:40px;left:-60px;animation:fl1 3s ease-in-out infinite;}
.fcard.fc2{bottom:100px;left:-80px;animation:fl1 3s ease-in-out infinite .8s;}
.fcard.fc3{top:120px;right:-50px;animation:fl1 3s ease-in-out infinite 1.5s;}
.fcard.fc4{bottom:30px;right:-40px;animation:fl1 3s ease-in-out infinite .4s;}

@keyframes fl1{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}
.fcard-val{font-size:1.1rem;font-weight:900;color:var(--blue);}
.fcard-ok{font-size:1.1rem;font-weight:900;color:#16a34a;}
.fcard-label{font-size:.65rem;color:var(--gray);font-weight:500;display:block;margin-top:2px;}
.fcard-row{display:flex;align-items:center;gap:8px;}
.fcard-icon{
  width:30px;height:30px;
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;font-size:.9rem;
}
.stars-row{color:#f59e0b;font-size:.75rem;letter-spacing:1px;}

/* ============================
   PAYMENT STRIP
   ============================ */
.pay-strip{
  background:var(--white);
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:28px 0;
}
.pay-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray);margin-bottom:18px;text-align:center;}
.pay-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;}
.pay-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:50px;
  padding:10px 20px;
  font-size:.82rem;font-weight:700;color:var(--dark);
  transition:.2s;
}
.pay-badge:hover{border-color:var(--blue);color:var(--blue);background:var(--bg2);}
.pay-badge i{font-size:1rem;color:var(--blue);}

/* ============================
   SECTIONS
   ============================ */
.sec{padding:100px 0;}
.sec-alt{background:var(--bg);}

.sec-tag{
  display:inline-block;
  background:linear-gradient(135deg,rgba(27,58,138,.1),rgba(79,123,237,.12));
  color:var(--blue);
  border:1px solid rgba(27,58,138,.15);
  border-radius:50px;
  padding:7px 16px;
  font-size:.75rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.1em;
  margin-bottom:16px;
}

/* ============================
   HOW IT WORKS – numbered
   ============================ */
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2px;background:var(--border);border-radius:var(--radius-xl);overflow:hidden;}
.step-box{
  background:var(--white);
  padding:36px 28px;
  position:relative;
  transition:.3s;
}
.step-box:hover{background:var(--bg);}
.step-big-num{
  font-size:5rem;font-weight:900;
  color:var(--bg2);
  position:absolute;top:16px;right:20px;
  line-height:1;
  transition:.3s;
  user-select:none;
}
.step-box:hover .step-big-num{color:rgba(27,58,138,.07);}
.step-ico{
  width:52px;height:52px;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;
  margin-bottom:20px;
}
.step-ico.c-blue{background:rgba(27,58,138,.1);color:var(--blue);}
.step-ico.c-orange{background:rgba(232,75,17,.1);color:var(--orange);}
.step-h{font-size:1.05rem;font-weight:700;margin-bottom:10px;}
.step-p{font-size:.85rem;color:var(--gray);line-height:1.7;}

/* ============================
   SERVICES GRID
   ============================ */
.svc-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
  gap:16px;
}
.svc-card{
  background:var(--white);
  border:1.5px solid var(--border);
  border-radius:18px;
  padding:24px 16px;
  text-align:center;
  cursor:default;
  transition:.25s;
  position:relative;overflow:hidden;
}
.svc-card::before{
  content:'';position:absolute;
  inset:0;background:linear-gradient(135deg,var(--blue),var(--orange));
  opacity:0;transition:.25s;
}
.svc-card:hover{transform:translateY(-6px);border-color:transparent;box-shadow:var(--shadow-md);}
.svc-card:hover::before{opacity:1;}
.svc-card .svc-ico{
  font-size:2rem;display:block;margin-bottom:12px;
  color:var(--blue);transition:.25s;
  position:relative;z-index:1;
}
.svc-card:hover .svc-ico{color:#fff;}
.svc-card .svc-name{
  font-size:.85rem;font-weight:700;
  color:var(--dark);transition:.25s;
  position:relative;z-index:1;
}
.svc-card:hover .svc-name{color:#fff;}
.svc-card .svc-desc{
  font-size:.72rem;color:var(--gray);margin-top:5px;
  transition:.25s;position:relative;z-index:1;
}
.svc-card:hover .svc-desc{color:rgba(255,255,255,.8);}

/* ============================
   FEATURE SPLIT SECTIONS
   ============================ */
.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
@media(max-width:900px){.feature-split{grid-template-columns:1fr;gap:40px;}}

.feature-visual{
  position:relative;
  border-radius:var(--radius-xl);
  overflow:visible;
}

.fv-main{
  background:linear-gradient(145deg,var(--blue-dark),var(--blue-mid));
  border-radius:var(--radius-xl);
  padding:40px 30px;
  box-shadow:var(--shadow-lg);
  position:relative;z-index:2;
}

.fv-card{
  background:#fff;
  border-radius:var(--radius-lg);
  padding:18px 22px;
  box-shadow:var(--shadow-md);
  position:absolute;
  z-index:3;
}
.fv-card.pos-tl{top:-20px;left:-24px;}
.fv-card.pos-br{bottom:-20px;right:-24px;}
.fv-card.pos-tr{top:-16px;right:-20px;}
.fv-card.pos-bl{bottom:-16px;left:-20px;}

/* benefit list */
.benefit-rows{display:flex;flex-direction:column;gap:22px;}
.brow{display:flex;gap:16px;align-items:flex-start;}
.brow-ico{
  min-width:46px;height:46px;
  border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;
}
.brow-ico.blue{background:rgba(27,58,138,.1);color:var(--blue);}
.brow-ico.orange{background:rgba(232,75,17,.1);color:var(--orange);}
.brow-h{font-size:.95rem;font-weight:700;margin-bottom:4px;}
.brow-p{font-size:.82rem;color:var(--gray);margin:0;line-height:1.65;}

/* ============================
   PRESTATAIRE SECTION
   ============================ */
.prest-hero{
  background:linear-gradient(145deg,var(--blue-dark),var(--blue));
  border-radius:var(--radius-xl);
  padding:70px 60px;
  position:relative;overflow:hidden;
  box-shadow:var(--shadow-lg);
}
.prest-hero::before{
  content:'';position:absolute;
  bottom:-200px;right:-200px;
  width:500px;height:500px;
  background:radial-gradient(circle,rgba(232,75,17,.25),transparent 65%);
  border-radius:50%;
}
.prest-steps{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:0;
  background:var(--border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  border:1px solid var(--border);
}
.pst{
  background:var(--white);
  padding:28px 20px;text-align:center;
  position:relative;transition:.25s;
}
.pst:hover{background:var(--bg);}
.pst-num{
  width:36px;height:36px;
  background:linear-gradient(135deg,var(--blue),var(--blue-mid));
  color:#fff;border-radius:50%;
  font-size:.78rem;font-weight:800;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 14px;
}
.pst-ico{font-size:1.8rem;display:block;margin-bottom:10px;}
.pst-h{font-size:.88rem;font-weight:700;margin-bottom:6px;}
.pst-p{font-size:.75rem;color:var(--gray);line-height:1.6;}

.pst+.pst::before{
  content:'→';
  position:absolute;left:-12px;top:50%;transform:translateY(-50%);
  font-size:.9rem;color:var(--blue);font-weight:700;
  background:var(--white);
  width:24px;height:24px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 8px rgba(0,0,0,.1);
  z-index:2;
}

/* ============================
   DOWNLOAD SECTION
   ============================ */
.dl-section{
  background:linear-gradient(145deg,var(--blue-dark) 0%,var(--blue) 100%);
  padding:100px 0;
  position:relative;overflow:hidden;
}
.dl-section::before{
  content:'';position:absolute;
  top:-200px;right:-100px;
  width:600px;height:600px;
  background:radial-gradient(circle,rgba(232,75,17,.2),transparent 65%);
  border-radius:50%;
}

.dl-card{
  border-radius:var(--radius-xl);
  padding:36px 32px;
  height:100%;
}
.dl-card.light{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(12px);
}
.dl-card.solid{
  background:#fff;
}

.dl-icon{
  width:60px;height:60px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.6rem;margin-bottom:20px;
}
.dl-icon.blue-ico{background:rgba(27,58,138,.1);color:var(--blue);}
.dl-icon.white-ico{background:rgba(255,255,255,.15);color:#fff;}

.dl-feat{list-style:none;padding:0;}
.dl-feat li{
  padding:7px 0;
  font-size:.85rem;font-weight:500;
  display:flex;align-items:center;gap:9px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.dl-feat li:last-child{border-bottom:none;}

.store-btn{
  display:flex;align-items:center;gap:12px;
  padding:13px 18px;border-radius:12px;
  text-decoration:none;transition:.25s;
  font-size:.82rem;
}
.store-btn.dark{background:var(--dark);color:#fff!important;}
.store-btn.dark:hover{background:var(--blue);transform:translateY(-2px);}
.store-btn.light-btn{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff!important;}
.store-btn.light-btn:hover{background:rgba(255,255,255,.2);}
.store-btn strong{display:block;font-size:.9rem;}
.store-btn small{font-size:.65rem;opacity:.65;}

/* ============================
   TESTIMONIALS
   ============================ */
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;}
.tcard{
  background:var(--white);
  border:1.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding:30px;
  transition:.25s;
}
.tcard:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-4px);}
.tcard-stars{color:#f59e0b;font-size:.8rem;margin-bottom:16px;}
.tcard-text{
  font-size:.88rem;color:var(--gray);
  line-height:1.75;font-style:italic;
  margin-bottom:20px;
}
.tcard-author{display:flex;align-items:center;gap:12px;}
.tcard-avatar{
  width:44px;height:44px;border-radius:50%;
  background:linear-gradient(135deg,var(--blue),var(--blue-mid));
  display:flex;align-items:center;justify-content:center;
  color:#fff;font-size:1.2rem;
}
.tcard-name{font-size:.9rem;font-weight:700;}
.tcard-role{font-size:.72rem;color:var(--gray);}

/* ============================
   FAQ
   ============================ */
.faq-wrap{max-width:720px;margin:0 auto;}
.faq-item{
  border:1.5px solid var(--border);
  border-radius:14px;
  margin-bottom:12px;
  overflow:hidden;
  transition:.2s;
}
.faq-item:hover{border-color:var(--blue);}
.faq-btn{
  background:var(--white)!important;
  color:var(--dark)!important;
  font-weight:700;font-size:.9rem;
  padding:18px 22px;
  box-shadow:none!important;
  border-radius:14px!important;
}
.faq-btn:not(.collapsed){color:var(--blue)!important;background:var(--bg)!important;}
.accordion-body{font-size:.88rem;color:var(--gray);line-height:1.75;padding:0 22px 18px;}

/* ============================
   LEGAL PAGES
   ============================ */
.legal-hero-bar{
  background:linear-gradient(135deg,var(--blue-dark),var(--blue));
  padding:130px 0 70px;
  text-align:center;
  position:relative;overflow:hidden;
}
.legal-hero-bar::before{
  content:'';position:absolute;
  bottom:-100px;left:50%;transform:translateX(-50%);
  width:600px;height:200px;
  background:radial-gradient(ellipse,rgba(255,255,255,.06),transparent);
}
.legal-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;}
.legal-sub{color:rgba(255,255,255,.6);font-size:.9rem;}

.legal-toc{
  background:var(--bg);
  border-left:4px solid var(--blue);
  border-radius:0 14px 14px 0;
  padding:22px 28px;
  margin-bottom:40px;
}
.legal-toc h6{font-weight:700;margin-bottom:12px;color:var(--blue);}
.legal-toc ol{margin:0;padding-left:20px;}
.legal-toc li{margin-bottom:7px;}
.legal-toc a{color:var(--blue);text-decoration:none;font-size:.87rem;}
.legal-toc a:hover{text-decoration:underline;}

.legal-article{padding:36px 0;border-bottom:1px solid var(--border);}
.legal-article:last-child{border-bottom:none;}
.legal-article h2{font-size:1.25rem;font-weight:800;color:var(--blue);margin-bottom:16px;}
.legal-article h5{font-size:.95rem;font-weight:700;margin:20px 0 10px;}
.legal-article p,.legal-article li{font-size:.88rem;color:var(--gray);line-height:1.8;}
.legal-article ul{padding-left:20px;}
.legal-article li{margin-bottom:7px;}

.info-box{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:12px;
  padding:16px 20px;
  font-size:.85rem;color:var(--blue);
  margin:16px 0;display:flex;gap:10px;align-items:flex-start;
}

.right-card{
  background:var(--bg);border:1px solid var(--border);
  border-radius:12px;padding:16px 18px;
}
.right-card i{font-size:1.1rem;}

.contact-box{
  background:var(--bg);border:1px solid var(--border);
  border-radius:14px;padding:22px 24px;
  margin-top:14px;
}
.contact-box p{font-size:.87rem;color:var(--gray);margin-bottom:10px;}
.contact-box p:last-child{margin-bottom:0;}

/* ============================
   CONTACT PAGE
   ============================ */
.cinfo-item{display:flex;align-items:center;gap:16px;margin-bottom:22px;}
.cinfo-ico{
  min-width:48px;height:48px;border-radius:13px;
  display:flex;align-items:center;justify-content:center;font-size:1.2rem;
}
.cform-card{
  background:var(--white);
  border:1.5px solid var(--border);
  border-radius:var(--radius-lg);
  padding:40px;
  box-shadow:var(--shadow-sm);
}
.cinput{
  border:1.5px solid var(--border)!important;
  border-radius:12px!important;
  padding:13px 16px!important;
  font-size:.88rem!important;
  font-family:'Poppins',sans-serif!important;
  transition:.2s!important;
}
.cinput:focus{
  border-color:var(--blue)!important;
  box-shadow:0 0 0 3px rgba(27,58,138,.1)!important;
}

/* ============================
   FOOTER
   ============================ */
.site-footer{
  background:var(--dark);
  padding:80px 0 36px;
}
.footer-logo-area{margin-bottom:20px;}
.footer-desc{font-size:.83rem;color:rgba(255,255,255,.45);line-height:1.8;max-width:280px;}
.footer-h{font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.6);margin-bottom:18px;}
.footer-ul{list-style:none;padding:0;margin:0;}
.footer-ul li{margin-bottom:11px;}
.footer-ul a{font-size:.85rem;color:rgba(255,255,255,.45);text-decoration:none;transition:.2s;}
.footer-ul a:hover{color:#fff;}
.footer-divider{border-color:rgba(255,255,255,.07);margin:50px 0 24px;}
.footer-copy{font-size:.78rem;color:rgba(255,255,255,.35);}
.footer-socials{display:flex;gap:10px;}
.fsoc{
  width:36px;height:36px;border-radius:9px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.55)!important;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:.95rem;text-decoration:none;transition:.2s;
}
.fsoc:hover{background:var(--blue);color:#fff!important;}

.footer-store-btn{
  display:flex;align-items:center;gap:10px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);
  border-radius:10px;padding:10px 16px;
  color:rgba(255,255,255,.8)!important;
  text-decoration:none;font-size:.78rem;
  transition:.2s;margin-bottom:8px;
}
.footer-store-btn:hover{background:rgba(255,255,255,.12);color:#fff!important;}
.footer-store-btn i{font-size:1.2rem;}
.footer-store-btn strong{display:block;font-size:.85rem;}

/* ============================
   REHOBOTH BADGE
   ============================ */
.rehoboth-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(27,58,138,.07);
  border:1px solid rgba(27,58,138,.15);
  border-radius:50px;
  padding:7px 16px;
  font-size:.73rem;font-weight:600;color:var(--blue);
  margin-bottom:20px;
}

/* ============================
   NEWSLETTER
   ============================ */
.nl-strip{
  background:linear-gradient(135deg,var(--orange),var(--orange-mid));
  padding:70px 0;
}
.nl-input{
  border:none!important;border-radius:12px!important;
  padding:14px 20px!important;font-size:.9rem!important;
  font-family:'Poppins',sans-serif!important;
  flex:1;max-width:380px;
}
.nl-btn{
  background:var(--dark);color:#fff!important;
  border:none;border-radius:12px;padding:14px 28px;
  font-weight:700;font-size:.88rem;
  cursor:pointer;transition:.2s;
  display:inline-flex;align-items:center;gap:8px;
}
.nl-btn:hover{background:var(--blue);}

/* ============================
   UTILS
   ============================ */
.text-blue{color:var(--blue)!important;}
.text-orange{color:var(--orange)!important;}
.bg-dark-custom{background:var(--dark)!important;}

/* ============================
   RESPONSIVE
   ============================ */
@media(max-width:992px){
  .sec{padding:70px 0;}
  .hero-visual{height:420px;}
  .phone-wrap{width:210px;}
  .phone-inner{height:420px;}
  .prest-steps{grid-template-columns:1fr 1fr;}
  .pst+.pst::before{display:none;}
}
@media(max-width:768px){
  .sec{padding:60px 0;}
  .hero{padding-top:90px;}
  .hero-visual{height:auto;margin-top:40px;}
  .phone-wrap{width:200px;}
  .phone-inner{height:400px;}
  .fcard{display:none!important;}
  .steps-grid{grid-template-columns:1fr;}
  .prest-hero{padding:40px 24px;}
  .prest-steps{grid-template-columns:1fr;}
  .dl-card{padding:24px 20px;}
  .cform-card{padding:24px 20px;}
  .hero-stats-row{gap:24px;}
  .feature-split{gap:40px;}
}
@media(max-width:576px){
  .display-heading{font-size:2.1rem;}
  .section-heading{font-size:1.8rem;}
  .svc-grid{grid-template-columns:repeat(2,1fr);}
  .testi-grid{grid-template-columns:1fr;}
}
