/* =========================================================================
   ACCESSLEVELUP — Service / Solution detail template styles
   File: /css/service.css
   Ek hi layout — Services aur Solutions dono pages reuse karenge.
   ========================================================================= */

.alu-service {
  --s-navy:   #16313f;
  --s-navy2:  #1e3c4d;
  --s-band:   #21465a;
  --s-teal:   #149a8e;
  --s-teal600:#0f8579;
  --s-line:   #d8e8e5;
  --s-ink:    #173140;
  --s-body:   #4a5b62;
  --s-paper:  #ffffff;
  --s-soft:   #f1f7f6;
  --s-soft2:  #e2efed;
  --s-radius: 14px;
  --s-radius-sm: 10px;
  --s-shadow: 0 18px 40px -18px rgba(20,49,63,.26);
  --s-shadow-sm: 0 8px 22px -12px rgba(20,49,63,.20);
  --s-head: 'Poppins', system-ui, sans-serif;
  --s-bodyf:'Inter', system-ui, sans-serif;

  font-family: var(--s-bodyf);
  color: var(--s-body);
  line-height: 1.6;
  background: var(--s-paper);
  -webkit-font-smoothing: antialiased;
}
.alu-service * { box-sizing: border-box; }
.alu-service h1, .alu-service h2, .alu-service h3, .alu-service h4 {
  font-family: var(--s-head); color: var(--s-ink); line-height: 1.15; margin: 0; font-weight: 700;
}
.alu-service p { margin: 0; }
.alu-service img { max-width: 100%; display: block; }
.alu-service a { text-decoration: none; color: inherit; }

.alu-sv-wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.alu-sv-eyebrow {
  font-family: var(--s-head); font-weight: 600; font-size: 13px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--s-teal); margin-bottom: 12px;
}
.alu-sv-h2 { font-size: clamp(26px, 3.2vw, 38px); font-weight: 700; letter-spacing: -.01em; }

/* shared button */
.alu-sv-btn {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--s-head); font-weight: 700; font-size: 15px;
  padding: 14px 26px; border-radius: 12px; cursor: pointer; border: 1.5px solid transparent;
  transition: background .15s ease, transform .12s ease, border-color .15s ease;
}
.alu-sv-btn svg { width: 18px; height: 18px; }
.alu-sv-btn.primary { background: var(--s-teal); color: #fff; box-shadow: var(--s-shadow-sm); }
.alu-sv-btn.primary:hover { background: var(--s-teal600); transform: translateY(-2px); }
.alu-sv-btn.ghost { background: transparent; color: var(--s-navy); border-color: var(--s-line); }
.alu-sv-btn.ghost:hover { border-color: var(--s-teal); color: var(--s-teal); }
.alu-sv-btn.light { background: #fff; color: var(--s-teal); }
.alu-sv-btn.light:hover { transform: translateY(-2px); }

/* =========================================================================
   1. HERO
   ========================================================================= */
.alu-sv-hero { background: linear-gradient(180deg,#f8fcfb 0%, #e9f4f2 100%); padding: 30px 0 72px; }
.alu-sv-crumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--s-body); padding: 22px 0 26px; font-family: var(--s-head); font-weight: 500; }
.alu-sv-crumb a:hover { color: var(--s-teal); }
.alu-sv-crumb svg { width: 14px; height: 14px; opacity: .5; }
.alu-sv-crumb .here { color: var(--s-teal); }
.alu-sv-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: center; }
.alu-sv-hero h1 { font-size: clamp(32px, 4.2vw, 50px); font-weight: 800; letter-spacing: -.02em; line-height: 1.08; color: var(--s-navy); }
.alu-sv-hero h1 span { color: var(--s-teal); }
.alu-sv-hero .lead { font-size: 17px; max-width: 500px; margin: 18px 0 0; }
.alu-sv-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

/* hero quick-facts card */
.alu-sv-facts {
  background: #fff; border: 1px solid var(--s-line); border-radius: 18px;
  padding: 26px 28px; box-shadow: var(--s-shadow);
}
.alu-sv-facts h3 { font-size: 15px; color: var(--s-teal); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.alu-sv-fact { display: flex; align-items: flex-start; gap: 13px; padding: 14px 0; border-top: 1px solid var(--s-line); }
.alu-sv-fact:first-of-type { border-top: none; padding-top: 4px; }
.alu-sv-fact-ic { width: 40px; height: 40px; flex: none; border-radius: 11px; background: var(--s-soft2); color: var(--s-teal); display: grid; place-items: center; }
.alu-sv-fact-ic svg { width: 20px; height: 20px; }
.alu-sv-fact .k { font-family: var(--s-head); font-weight: 600; font-size: 12.5px; color: var(--s-body); text-transform: uppercase; letter-spacing: .05em; }
.alu-sv-fact .v { font-family: var(--s-head); font-weight: 700; font-size: 16px; color: var(--s-ink); margin-top: 2px; }

/* =========================================================================
   2. OVERVIEW
   ========================================================================= */
.alu-sv-overview { padding: 80px 0; }
.alu-sv-ov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.alu-sv-ov-copy h2 { margin-bottom: 18px; }
.alu-sv-ov-copy p { font-size: 16px; margin-bottom: 16px; }
.alu-sv-ov-copy p:last-child { margin-bottom: 0; }
.alu-sv-checks { display: grid; gap: 14px; background: var(--s-soft); border: 1px solid var(--s-line); border-radius: var(--s-radius); padding: 30px 32px; }
.alu-sv-check { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--s-ink); font-weight: 500; }
.alu-sv-check svg { width: 22px; height: 22px; flex: none; color: var(--s-teal); margin-top: 1px; }

/* =========================================================================
   3. WHAT'S INCLUDED (feature grid)
   ========================================================================= */
.alu-sv-included { background: var(--s-soft); padding: 84px 0; }
.alu-sv-head { text-align: center; max-width: 660px; margin: 0 auto 48px; }
.alu-sv-head p.sub { font-size: 16.5px; margin-top: 14px; }
.alu-sv-feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.alu-sv-feat {
  background: #fff; border: 1px solid var(--s-line); border-radius: var(--s-radius);
  padding: 28px 26px; box-shadow: var(--s-shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.alu-sv-feat:hover { transform: translateY(-4px); box-shadow: var(--s-shadow); }
.alu-sv-feat-ic { width: 50px; height: 50px; border-radius: 13px; background: var(--s-soft2); color: var(--s-teal); display: grid; place-items: center; margin-bottom: 16px; }
.alu-sv-feat-ic svg { width: 25px; height: 25px; }
.alu-sv-feat h3 { font-size: 18px; margin-bottom: 9px; }
.alu-sv-feat p { font-size: 14.5px; }

/* =========================================================================
   4. PROCESS (numbered steps)
   ========================================================================= */
.alu-sv-process { padding: 84px 0; }
.alu-sv-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 48px; }
.alu-sv-step { position: relative; padding-top: 8px; }
.alu-sv-step .num {
  width: 52px; height: 52px; border-radius: 14px; background: var(--s-navy); color: #fff;
  font-family: var(--s-head); font-weight: 800; font-size: 20px; display: grid; place-items: center; margin-bottom: 18px;
}
.alu-sv-step:nth-child(2) .num { background: var(--s-band); }
.alu-sv-step:nth-child(3) .num { background: var(--s-teal600); }
.alu-sv-step:nth-child(4) .num { background: var(--s-teal); }
.alu-sv-step h3 { font-size: 17px; margin-bottom: 9px; }
.alu-sv-step p { font-size: 14.5px; }

/* =========================================================================
   5. DELIVERABLES
   ========================================================================= */
.alu-sv-deliver { background: var(--s-soft); padding: 84px 0; }
.alu-sv-del-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.alu-sv-del-media {
  background: linear-gradient(160deg,#2a5468,#13837a); border-radius: 18px; min-height: 320px;
  box-shadow: var(--s-shadow); display: grid; place-items: center; color: #fff; overflow: hidden; position: relative;
}
.alu-sv-del-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.alu-sv-del-media .ph { font-family: var(--s-head); font-weight: 700; font-size: 15px; opacity: .85; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.alu-sv-del-media .ph svg { width: 40px; height: 40px; }
.alu-sv-del-copy h2 { margin-bottom: 20px; }
.alu-sv-del-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.alu-sv-del-item { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--s-ink); font-weight: 500; }
.alu-sv-del-item svg { width: 20px; height: 20px; flex: none; color: var(--s-teal); margin-top: 2px; }

/* =========================================================================
   6. BENEFITS BAND (navy)
   ========================================================================= */
.alu-sv-band { background: var(--s-band); color: #fff; padding: 84px 0; }
.alu-sv-band h2, .alu-sv-band h3 { color: #fff; }
.alu-sv-band .alu-sv-eyebrow { color: rgba(255,255,255,.7); }
.alu-sv-band-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: center; }
.alu-sv-band-copy p { color: rgba(255,255,255,.84); font-size: 16px; margin-top: 16px; max-width: 420px; }
.alu-sv-band-copy .alu-sv-btn { margin-top: 26px; }
.alu-sv-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.alu-sv-benefit { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: var(--s-radius); padding: 24px; }
.alu-sv-benefit-ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(127,224,211,.16); color: #7fe0d3; display: grid; place-items: center; margin-bottom: 14px; }
.alu-sv-benefit-ic svg { width: 21px; height: 21px; }
.alu-sv-benefit h3 { font-size: 16px; margin-bottom: 7px; }
.alu-sv-benefit p { font-size: 14px; color: rgba(255,255,255,.78); }

/* =========================================================================
   7. RELATED SERVICES
   ========================================================================= */
.alu-sv-related { padding: 84px 0; }
.alu-sv-rel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 44px; }
.alu-sv-rel {
  display: block; background: #fff; border: 1px solid var(--s-line); border-radius: var(--s-radius);
  padding: 26px; box-shadow: var(--s-shadow-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.alu-sv-rel:hover { transform: translateY(-4px); box-shadow: var(--s-shadow); }
.alu-sv-rel-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--s-soft2); color: var(--s-teal); display: grid; place-items: center; margin-bottom: 16px; }
.alu-sv-rel-ic svg { width: 23px; height: 23px; }
.alu-sv-rel h3 { font-size: 17px; margin-bottom: 8px; }
.alu-sv-rel p { font-size: 14px; margin-bottom: 14px; }
.alu-sv-rel .more { color: var(--s-teal); font-family: var(--s-head); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.alu-sv-rel .more svg { width: 16px; height: 16px; transition: transform .15s ease; }
.alu-sv-rel:hover .more svg { transform: translateX(3px); }

/* =========================================================================
   8. FAQ (accordion)
   ========================================================================= */
.alu-sv-faq { background: var(--s-soft); padding: 84px 0; }
.alu-sv-faq-list { max-width: 820px; margin: 44px auto 0; display: grid; gap: 14px; }
.alu-sv-faq-item { background: #fff; border: 1px solid var(--s-line); border-radius: var(--s-radius); overflow: hidden; }
.alu-sv-faq-item summary {
  list-style: none; cursor: pointer; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--s-head); font-weight: 600; font-size: 16.5px; color: var(--s-ink);
}
.alu-sv-faq-item summary::-webkit-details-marker { display: none; }
.alu-sv-faq-item summary .ico { width: 28px; height: 28px; flex: none; border-radius: 8px; background: var(--s-soft2); color: var(--s-teal); display: grid; place-items: center; transition: transform .2s ease; }
.alu-sv-faq-item summary .ico svg { width: 18px; height: 18px; }
.alu-sv-faq-item[open] summary .ico { transform: rotate(45deg); }
.alu-sv-faq-item .ans { padding: 0 26px 24px; font-size: 15px; color: var(--s-body); }

/* =========================================================================
   9. CTA BAND
   ========================================================================= */
.alu-sv-cta { background: linear-gradient(160deg,#1e3c4d,#13837a); color: #fff; padding: 76px 0; }
.alu-sv-cta-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.alu-sv-cta h2 { color: #fff; font-size: clamp(28px,3.4vw,38px); }
.alu-sv-cta p { color: rgba(255,255,255,.85); font-size: 16.5px; margin: 16px auto 0; max-width: 540px; }
.alu-sv-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.alu-sv-cta-btns .alu-sv-btn.outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.alu-sv-cta-btns .alu-sv-btn.outline:hover { background: rgba(255,255,255,.12); }

/* =========================================================================
   Responsive
   ========================================================================= */
@media (max-width: 940px) {
  .alu-sv-hero-grid, .alu-sv-ov-grid, .alu-sv-del-grid, .alu-sv-band-grid { grid-template-columns: 1fr; gap: 40px; }
  .alu-sv-feat-grid, .alu-sv-rel-grid { grid-template-columns: repeat(2,1fr); }
  .alu-sv-steps { grid-template-columns: repeat(2,1fr); }
  .alu-sv-benefits { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .alu-sv-feat-grid, .alu-sv-rel-grid, .alu-sv-steps, .alu-sv-del-list, .alu-sv-benefits { grid-template-columns: 1fr; }
  .alu-sv-overview, .alu-sv-included, .alu-sv-process, .alu-sv-deliver, .alu-sv-band, .alu-sv-related, .alu-sv-faq { padding: 56px 0; }
}
