/* =========================================================
   SERVICE / INNER PAGE STYLES
   Paste this AFTER your existing style.css.
   Reuses the same tokens as the home page (blue / navy / dark / muted)
   under a "svc-" prefix so nothing collides with existing classes.
   ========================================================= */

:root{
  --svc-blue: #2f6fed;
  --svc-blue-light: #6f93ff;
  --svc-navy: #173a8a;
  --svc-dark: #0d0f1a;
  --svc-panel: #12142a;
  --svc-card: #1b1e38;
  --svc-muted: #6b7189;
  --svc-muted-light: #9599b8;
  --svc-border: #e7e9f2;
  --svc-tint: #eef2ff;
  --svc-bg: #f8f9fa;
  --svc-rule: rgba(255,255,255,0.08);
  --svc-font-display: "Sora", "Poppins", sans-serif;
  --svc-font-body: "Inter", "Poppins", sans-serif;
}

/* Match the homepage's global text reset (style.css: *{font-family:'Poppins'}, p{font-weight:600}) */
*{ font-family: 'Poppins', sans-serif; }
p{ font-weight: 600; }

.svc-banner,
.svc-overview,
.svc-included,
.svc-process,
.svc-pricing,
.svc-stats,
.svc-faq,
.svc-cta{ font-family: var(--svc-font-body); box-sizing: border-box; }
.svc-banner *, .svc-overview *, .svc-included *, .svc-process *,
.svc-pricing *, .svc-stats *, .svc-faq *, .svc-cta *{ box-sizing: border-box; }

/* Shared bits */
.svc-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--svc-blue);
  margin: 0 0 14px;
}
.svc-eyebrow span{ color: var(--svc-muted-light); }
.svc-eyebrow-light{ color: var(--svc-blue-light); }
.svc-eyebrow-light span{ color: var(--svc-muted-light); }

.svc-btn-primary,
.svc-btn-secondary{
  display: inline-block;
  text-decoration: none;
  padding: 16px 34px;
  border-radius: 999px;
  font-family: var(--svc-font-display);
  font-weight: 700;
  font-size: 14.5px;
  transition: .25s ease;
}
.svc-btn-primary{ background: var(--svc-blue); color: #fff; }
.svc-btn-primary:hover{ background: var(--svc-navy); transform: translateY(-2px); }
.svc-btn-secondary{ background: #fff; color: var(--svc-blue); border: 2px solid var(--svc-blue); }
.svc-btn-secondary:hover{ background: var(--svc-blue); color: #fff; }

/* =========================================================
   1. PAGE BANNER
   ========================================================= */
.svc-banner{
  position: relative;
  overflow: hidden;
  background: #f9fbff;
  padding: 64px clamp(16px, 4vw, 60px) 70px;
}
.svc-banner-shape-a,
.svc-banner-shape-b{
  position: absolute;
  top: -60px;
  width: 160px;
  height: 900px;
  transform: rotate(35deg);
}
.svc-banner-shape-a{ right: 260px; background: var(--svc-blue); opacity: .9; }
.svc-banner-shape-b{ right: 150px; background: #ffffff; }
.svc-banner-inner{ position: relative; z-index: 2; max-width: 720px; }

.svc-breadcrumb{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--svc-muted);
  margin-bottom: 20px;
}
.svc-breadcrumb a{ color: var(--svc-muted); text-decoration: none; }
.svc-breadcrumb a:hover{ color: var(--svc-blue); }
.svc-breadcrumb .current{ color: var(--svc-blue); }

.svc-banner h1{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: 31px;
  line-height: 1.15;
  color: #101018;
  margin: 0 0 18px;
}
@media (max-width: 900px){ .svc-banner h1{ font-size: 21px; } }
@media (max-width: 480px){ .svc-banner h1{ font-size: 17.5px; } }
.svc-banner p{
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--svc-muted);
  margin: 0;
  max-width: 560px;
}

/* Banner with a hero photo alongside the text (replaces the diagonal shapes) */
.svc-hero-inner{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 44px;
  max-width: none;
}
.svc-hero-inner .svc-banner-inner{ flex: 1 1 440px; max-width: 560px; }
.svc-hero-media{ flex: 2 1 480px; max-width: none; }
.svc-hero-media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px 28px 28px 80px;
  box-shadow: 0 30px 60px -25px rgba(20,22,44,.35);
  position: relative;
  z-index: 2;
}
@media (max-width: 900px){
  .svc-hero-inner{ flex-direction: column-reverse; gap: 28px; }
  .svc-hero-inner .svc-banner-inner,
  .svc-hero-media{ flex: none; max-width: none; width: 100%; }
  .svc-hero-media{ max-width: 420px; margin: 0 auto; }
}
@media (max-width: 480px){
  .svc-hero-media{ max-width: 100%; }
}

/* =========================================================
   2. SERVICE OVERVIEW
   ========================================================= */
.svc-overview{ padding: 80px clamp(16px, 4vw, 60px); background: #fff; }
.svc-overview-inner{
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.svc-overview-media{ position: relative; padding: 0 30px 30px 0; }
.svc-media-frame{
  aspect-ratio: 4 / 4.2;
  border-radius: 32px 32px 32px 90px;
  background: linear-gradient(145deg, #1b2140, var(--svc-navy) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: var(--svc-blue-light);
}
.svc-media-frame svg{ width: 55%; height: 55%; }
.svc-media-badge{
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: var(--svc-navy);
  border: 8px solid #fff;
  box-shadow: 0 20px 40px -18px rgba(20,22,44,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.svc-media-badge .num{ font-family: var(--svc-font-display); font-weight: 800; font-size: 26px; }
.svc-media-badge .lbl{ font-size: 10.5px; color: rgba(255,255,255,.7); }

.svc-overview-content h2{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.18;
  color: var(--svc-dark);
  margin: 0 0 16px;
}
.svc-lead{ font-size: 15.5px; line-height: 1.75; color: var(--svc-muted); margin: 0 0 24px; }

.svc-checklist{ list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.svc-checklist li{ display: flex; align-items: flex-start; gap: 12px; font-size: 15px; font-weight: 600; color: var(--svc-dark); line-height: 1.5; }
.svc-check{
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--svc-tint); color: var(--svc-blue);
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.svc-check svg{ width: 13px; height: 13px; }

/* =========================================================
   3. WHAT'S INCLUDED (dark panel, matches services-panel look)
   ========================================================= */
.svc-included{ padding: 0 clamp(16px, 4vw, 64px) 80px; background: var(--svc-bg); }
.svc-included-panel{
  background: var(--svc-panel);
  border-radius: 28px;
  padding: clamp(32px, 5vw, 64px) clamp(20px, 5vw, 56px) 56px;
  box-shadow: 0 30px 60px -30px rgba(10,12,30,0.5);
}
.svc-included-intro{ text-align: center; max-width: 680px; margin: 0 auto 44px; }
.svc-included-intro h2{
  font-family: var(--svc-font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px); line-height: 1.15; color: #fff; margin: 0 0 14px;
}
.svc-lead-light{ color: var(--svc-muted-light); font-size: 15.5px; line-height: 1.7; margin: 0; }

.svc-step-lead{ font-size: 15.5px; line-height: 1.75; color: var(--svc-muted); margin: 0 0 24px; }

.svc-included-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1100px){ .svc-included-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .svc-included-grid{ grid-template-columns: 1fr; } }

.svc-inc-card{
  background: var(--svc-card);
  border: 1px solid var(--svc-rule);
  border-radius: 22px;
  padding: 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.svc-inc-card:hover{ transform: translateY(-4px); box-shadow: 0 20px 40px -20px rgba(59,111,237,0.35); }
.svc-icon-badge{
  width: 52px; height: 52px; border-radius: 14px;
  background: #14162c; border: 1.5px solid var(--svc-blue); color: var(--svc-blue-light);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.svc-icon-badge svg{ width: 26px; height: 26px; }
.svc-inc-card h3{ font-family: var(--svc-font-display); font-weight: 700; font-size: 16.5px; color: #fff; margin: 0 0 8px; }
.svc-inc-card p{ font-size: 13.5px; line-height: 1.6; color: var(--svc-muted-light); margin: 0; }

/* =========================================================
   4. HOW IT WORKS
   ========================================================= */
.svc-process{ padding: 80px clamp(16px, 4vw, 60px); background: #fff; text-align: center; }
.svc-process-inner{ max-width: 1100px; margin: 0 auto; }
.svc-process h2{
  font-family: var(--svc-font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px); color: var(--svc-dark); margin: 0 0 48px;
}

.svc-process-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: left; }
@media (max-width: 900px){ .svc-process-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .svc-process-grid{ grid-template-columns: 1fr; } }

.svc-step{ padding: 28px 22px; border-radius: 20px; background: var(--svc-bg); border: 1px solid var(--svc-border); }
.svc-step-num{
  display: inline-block; font-family: var(--svc-font-display); font-weight: 800;
  font-size: 15px; color: var(--svc-blue); background: var(--svc-tint);
  padding: 6px 14px; border-radius: 999px; margin-bottom: 16px;
}
.svc-step h3{ font-family: var(--svc-font-display); font-weight: 700; font-size: 16.5px; color: var(--svc-dark); margin: 0 0 8px; }
.svc-step p{ font-size: 14px; line-height: 1.6; color: var(--svc-muted); margin: 0; }

/* =========================================================
   5. PRICING PACKAGES
   ========================================================= */
.svc-pricing{ padding: 80px clamp(16px, 4vw, 60px); background: var(--svc-bg); text-align: center; }
.svc-pricing-inner{ max-width: 1200px; margin: 0 auto; }
.svc-pricing h2{
  font-family: var(--svc-font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px); color: var(--svc-dark); margin: 0 0 48px;
}
.svc-pricing-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; align-items: stretch; }
@media (max-width: 900px){ .svc-pricing-grid{ grid-template-columns: 1fr; } }

.svc-price-card{
  position: relative;
  background: #fff;
  border: 1.5px solid var(--svc-border);
  border-radius: 24px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
}
.svc-price-featured{ background: var(--svc-dark); border-color: var(--svc-dark); transform: translateY(-10px); }
.svc-price-tag{
  position: absolute; top: -14px; left: 30px;
  background: var(--svc-blue); color: #fff; font-size: 12px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px;
}
.svc-price-card h3{ font-family: var(--svc-font-display); font-weight: 700; font-size: 19px; color: var(--svc-dark); margin: 0 0 10px; }
.svc-price-featured h3{ color: #fff; }
.svc-price{ font-family: var(--svc-font-display); font-size: 15px; color: var(--svc-muted); margin: 0 0 24px; }
.svc-price span{ font-size: 34px; font-weight: 800; color: var(--svc-dark); }
.svc-price-featured .svc-price{ color: var(--svc-muted-light); }
.svc-price-featured .svc-price span{ color: #fff; }

.svc-price-card ul{ list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.svc-price-card li{ font-size: 14.5px; color: var(--svc-muted); padding-left: 22px; position: relative; }
.svc-price-card li::before{
  content: ""; position: absolute; left: 0; top: 7px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--svc-blue);
}
.svc-price-featured li{ color: var(--svc-muted-light); }
.svc-price-featured li::before{ background: var(--svc-blue-light); }

.svc-price-card .svc-btn-primary,
.svc-price-card .svc-btn-secondary{ text-align: center; }
.svc-price-featured .svc-btn-secondary{ background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.svc-price-featured .svc-btn-secondary:hover{ background: var(--svc-blue); border-color: var(--svc-blue); }

/* =========================================================
   6. STATS STRIP
   ========================================================= */
.svc-stats{
  background: linear-gradient(90deg, var(--svc-blue) 0%, var(--svc-navy) 45%, var(--svc-dark) 100%);
  padding: 52px clamp(16px, 4vw, 60px);
}
.svc-stats-inner{
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
@media (max-width: 700px){ .svc-stats-inner{ grid-template-columns: 1fr 1fr; } }
.svc-stat{ display: flex; flex-direction: column; gap: 6px; }
.svc-stat-num{ font-family: var(--svc-font-display); font-weight: 800; font-size: clamp(28px, 3.6vw, 38px); color: #fff; }
.svc-stat-lbl{ font-size: 13.5px; color: rgba(255,255,255,.75); font-weight: 600; }

/* =========================================================
   7. FAQ
   ========================================================= */
.svc-faq{ background: #fff; padding: 80px clamp(16px, 4vw, 60px) 90px; }
.svc-faq-inner{ max-width: 900px; margin: 0 auto; }
.svc-faq-head{ text-align: center; margin-bottom: 40px; }
.svc-faq-head h2{
  font-family: var(--svc-font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 36px); color: var(--svc-dark); margin: 0;
}
.svc-faq-list{ display: flex; flex-direction: column; gap: 14px; }
.svc-faq-item{ background: #f5f6fa; border: 1.5px solid transparent; border-radius: 18px; padding: 4px 8px; transition: background .2s ease, border-color .2s ease; }
.svc-faq-item.is-open{ background: var(--svc-tint); border-color: var(--svc-blue); }
.svc-faq-q{
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: none; border: none; cursor: pointer; text-align: left; padding: 18px 14px;
  font-family: var(--svc-font-display); font-weight: 700; font-size: 15.5px; color: var(--svc-dark);
}
.svc-faq-toggle{
  flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--svc-blue); color: #fff;
  display: flex; align-items: center; justify-content: center; transition: transform .3s ease, background .2s ease;
}
.svc-faq-item.is-open .svc-faq-toggle{ transform: rotate(135deg); background: var(--svc-dark); }
.svc-faq-a{ max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.svc-faq-a p{ margin: 0; padding: 0 14px 20px; font-size: 14.5px; line-height: 1.7; color: var(--svc-muted); }

/* =========================================================
   8. FINAL CTA
   ========================================================= */
.svc-cta{ padding: 0 clamp(16px, 4vw, 60px) 90px; background: #fff; }
.svc-cta-panel{ position: relative; overflow: hidden; background: var(--svc-dark); border-radius: 28px; padding: 70px 40px; text-align: center; }
.svc-cta-graphic{
  position: absolute; inset: 0; pointer-events: none;
  background-image: repeating-linear-gradient(115deg, rgba(59,111,237,0.35) 0px, rgba(59,111,237,0.35) 26px, transparent 26px, transparent 90px);
  -webkit-mask-image: radial-gradient(circle at 15% 85%, #000 0%, transparent 55%), radial-gradient(circle at 90% 15%, #000 0%, transparent 45%);
  mask-image: radial-gradient(circle at 15% 85%, #000 0%, transparent 55%), radial-gradient(circle at 90% 15%, #000 0%, transparent 45%);
  opacity: .7;
}
.svc-cta-inner{ position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.svc-cta-inner h2{
  font-family: var(--svc-font-display); font-weight: 800;
  font-size: clamp(26px, 3.6vw, 40px); line-height: 1.15; color: #fff; margin: 0 0 16px;
}
.svc-cta-inner p{ font-size: 15.5px; line-height: 1.7; color: var(--svc-muted-light); margin: 0 0 34px; }
.svc-cta-actions{ display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.svc-cta-btn{
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 30px; border-radius: 999px;
  font-family: var(--svc-font-body); font-weight: 700; font-size: 13.5px; letter-spacing: .03em;
  text-transform: uppercase; text-decoration: none; border: 1px solid transparent; transition: .2s ease;
}
.svc-cta-btn:hover{ transform: translateY(-2px); }
.svc-cta-btn-primary{ color: #fff; background: linear-gradient(100deg, var(--svc-blue) 62%, #05070f 62%); }
.svc-cta-btn-secondary{ color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.25); }
.svc-cta-btn-secondary:hover{ background: rgba(255,255,255,.14); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px){
  .svc-overview-inner{ grid-template-columns: 1fr; }
  .svc-overview-media{ padding: 0 0 30px 0; max-width: 360px; margin: 0 auto; }
}
@media (max-width: 640px){
  .svc-banner{ padding: 48px 20px 56px; }
  .svc-price-featured{ transform: none; }
}
/* =========================================================
   SECTION — Training Fleet (v1 version)
   Replaces the "4. HOW IT WORKS" section in service-page.html,
   since that content overlapped with the Course Curriculum section.
   Paste this AFTER service-page.css. Tokens redeclared so this
   section also works if pasted on its own.
   ========================================================= */



.svc-fleet{ font-family: var(--svc-font-body); box-sizing: border-box; background: var(--svc-bg); padding: 80px clamp(16px, 4vw, 60px); }
.svc-fleet *{ box-sizing: border-box; }

.svc-fleet-inner{ max-width: 1100px; margin: 0 auto; }

.svc-fleet-head{ text-align: center; max-width: 620px; margin: 0 auto 44px; }
.svc-fleet-head h2{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.18;
  color: var(--svc-dark);
  margin: 0 0 14px;
}
.svc-fleet-lead{
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--svc-muted);
  margin: 0;
}

.svc-fleet-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 900px){ .svc-fleet-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px){ .svc-fleet-grid{ grid-template-columns: 1fr; } }

/* Variant for pages with only 2 fleet cards (e.g. bike-training.html) — centers a pair of wider cards instead of leaving a gap in a 3-col grid */
.svc-fleet-grid-2{
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 360px));
  gap: 22px;
  justify-content: center;
}
@media (max-width: 620px){ .svc-fleet-grid-2{ grid-template-columns: minmax(0, 360px); } }

.svc-fleet-card{
  background: #fff;
  border: 1.5px solid var(--svc-border);
  border-radius: 22px;
  padding: 30px 26px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.svc-fleet-card:hover{
  transform: translateY(-4px);
  border-color: var(--svc-blue-light);
  box-shadow: 0 24px 44px -28px rgba(47,111,237,.35);
}

.svc-fleet-icon{
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  border-radius: 20px;
  background: var(--svc-tint);
  color: var(--svc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-fleet-icon svg{ width: 34px; height: 34px; }

.svc-fleet-card h3{
  font-family: var(--svc-font-display);
  font-weight: 700;
  font-size: 17.5px;
  color: var(--svc-dark);
  margin: 0 0 10px;
}
.svc-fleet-card p{
  font-size: 14px;
  line-height: 1.65;
  color: var(--svc-muted);
  margin: 0 0 18px;
}

.svc-fleet-tag{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--svc-blue);
  background: var(--svc-tint);
  padding: 7px 16px;
  border-radius: 999px;
}

.svc-fleet-note{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 720px;
  margin: 38px auto 0;
  padding: 18px 22px;
  border-radius: 14px;
  background: var(--svc-tint);
  color: var(--svc-navy);
}
.svc-fleet-note svg{ flex-shrink: 0; margin-top: 2px; }
.svc-fleet-note p{
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--svc-navy);
  margin: 0;
}

@media (max-width: 560px){
  .svc-fleet{ padding: 56px 18px 60px; }
  .svc-fleet-card{ padding: 26px 20px; }
}

/* =========================================================
   SECTION — Training Highlights
   Paste this AFTER service-page.css. Tokens redeclared so this
   section also works if pasted on its own.
   ========================================================= */

:root{
  --svc-blue: #2f6fed;
  --svc-blue-light: #6f93ff;
  --svc-navy: #173a8a;
  --svc-dark: #0d0f1a;
  --svc-muted: #6b7189;
  --svc-border: #e7e9f2;
  --svc-tint: #eef2ff;
  --svc-font-display: "Sora", "Poppins", sans-serif;
  --svc-font-body: "Inter", "Poppins", sans-serif;
}

.svc-highlights{ font-family: var(--svc-font-body); box-sizing: border-box; background: #fff; padding: 80px clamp(16px, 4vw, 60px); }
.svc-highlights *{ box-sizing: border-box; }

.svc-highlights-inner{ max-width: 980px; margin: 0 auto; }

.svc-highlights-head{ text-align: center; max-width: 680px; margin: 0 auto 40px; }
.svc-highlights-head h2{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.2;
  color: var(--svc-dark);
  margin: 0 0 14px;
}
.svc-highlights-lead{
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--svc-muted);
  margin: 0;
}

.svc-highlights-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 900px){ .svc-highlights-grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px){ .svc-highlights-grid{ grid-template-columns: repeat(2, 1fr); } }

.svc-highlight-chip{
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--svc-tint);
  border: 1.5px solid transparent;
  border-radius: 14px;
  padding: 14px 16px;
  font-family: var(--svc-font-display);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--svc-dark);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.svc-highlight-chip:hover{
  border-color: var(--svc-blue-light);
  background: #fff;
  transform: translateY(-2px);
}

.svc-highlight-icon{
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #fff;
  color: var(--svc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-highlight-icon svg{ width: 17px; height: 17px; }

@media (max-width: 560px){
  .svc-highlights{ padding: 56px 18px 60px; }
  .svc-highlight-chip{ font-size: 13px; padding: 12px 14px; }
}

/* =========================================================
   SECTION — Why Choose Us (alternate: text left, image right)
   Paste this AFTER service-page.css. Tokens redeclared so this
   section also works if pasted on its own.
   ========================================================= */

:root{
  --svc-blue: #2f6fed;
  --svc-blue-light: #6f93ff;
  --svc-navy: #173a8a;
  --svc-dark: #0d0f1a;
  --svc-muted: #6b7189;
  --svc-border: #e7e9f2;
  --svc-tint: #eef2ff;
  --svc-font-display: "Sora", "Poppins", sans-serif;
  --svc-font-body: "Inter", "Poppins", sans-serif;
}

.svc-why2{ font-family: var(--svc-font-body); box-sizing: border-box; background: #fff; padding: 84px clamp(16px, 4vw, 60px); }
.svc-why2 *{ box-sizing: border-box; }

.svc-why2-inner{
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.svc-why2-content h2{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.18;
  color: var(--svc-dark);
  margin: 0 0 16px;
}
.svc-why2-lead{
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--svc-muted);
  margin: 0 0 30px;
  max-width: 540px;
}

.svc-why2-list{
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.svc-why2-list li{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.svc-why2-check{
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--svc-tint);
  color: var(--svc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.svc-why2-check svg{ width: 15px; height: 15px; }
.svc-why2-list h3{
  font-family: var(--svc-font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--svc-dark);
  margin: 0 0 4px;
}
.svc-why2-list p{
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--svc-muted);
  margin: 0;
}

/* Media */
.svc-why2-media{ position: relative; padding: 0 26px 26px 0; }
.svc-why2-frame{
  aspect-ratio: 4 / 4.2;
  border-radius: 32px 32px 32px 90px;
  background: linear-gradient(145deg, #1b2140, var(--svc-navy) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: var(--svc-blue-light);
}
.svc-why2-frame svg{ width: 55%; height: 55%; }
.svc-why2-badge{
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--svc-navy);
  border: 7px solid #fff;
  box-shadow: 0 20px 40px -18px rgba(20,22,44,0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.svc-why2-badge .num{ font-family: var(--svc-font-display); font-weight: 800; font-size: 24px; }
.svc-why2-badge .lbl{ font-size: 10px; color: rgba(255,255,255,.7); }

@media (max-width: 900px){
  .svc-why2-inner{ grid-template-columns: 1fr; }
  .svc-why2-media{ order: -1; max-width: 340px; margin: 0 auto; padding: 0 0 26px 0; }
}
@media (max-width: 560px){
  .svc-why2{ padding: 56px 18px 60px; }
}
/* =========================================================
   SECTION — Why Choose Us (alternate: text left, image right)
   Paste this AFTER service-page.css. Tokens redeclared so this
   section also works if pasted on its own.
   ========================================================= */

:root{
  --svc-blue: #2f6fed;
  --svc-blue-light: #6f93ff;
  --svc-navy: #173a8a;
  --svc-dark: #0d0f1a;
  --svc-muted: #6b7189;
  --svc-border: #e7e9f2;
  --svc-tint: #eef2ff;
  --svc-font-display: "Sora", "Poppins", sans-serif;
  --svc-font-body: "Inter", "Poppins", sans-serif;
}

.svc-why2{ font-family: var(--svc-font-body); box-sizing: border-box; background: #fff; padding: 84px clamp(16px, 4vw, 60px); }
.svc-why2 *{ box-sizing: border-box; }

.svc-why2-inner{
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.85fr;
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.svc-why2-content h2{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.18;
  color: var(--svc-dark);
  margin: 0 0 16px;
}
.svc-why2-lead{
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--svc-muted);
  margin: 0 0 30px;
  max-width: 540px;
}

.svc-why2-list{
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.svc-why2-list li{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.svc-why2-check{
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--svc-tint);
  color: var(--svc-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.svc-why2-check svg{ width: 15px; height: 15px; }
.svc-why2-list h3{
  font-family: var(--svc-font-display);
  font-weight: 700;
  font-size: 16px;
  color: var(--svc-dark);
  margin: 0 0 4px;
}
.svc-why2-list p{
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--svc-muted);
  margin: 0;
}

/* Media — same frame treatment as the Service Overview section */
.svc-why2-media{ position: relative; padding: 0 30px 30px 0; }
.svc-why2-frame{
  aspect-ratio: 4 / 4.2;
  border-radius: 32px 32px 32px 90px;
  background: linear-gradient(145deg, #1b2140, var(--svc-navy) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: var(--svc-blue-light);
}
.svc-why2-frame svg{ width: 55%; height: 55%; }

@media (max-width: 900px){
  .svc-why2-inner{ grid-template-columns: 1fr; }
  .svc-why2-media{ order: -1; max-width: 340px; margin: 0 auto; padding: 0 0 30px 0; }
}
@media (max-width: 560px){
  .svc-why2{ padding: 56px 18px 60px; }
}

/* =========================================================
   SECTION — Courses We Offer (bordered cards, matches reference image)
   Paste this AFTER service-page.css. Tokens redeclared so this
   section also works if pasted on its own.
   ========================================================= */

:root{
  --svc-blue: #2f6fed;
  --svc-navy: #173a8a;
  --svc-dark: #0d0f1a;
  --svc-muted: #454a5e;
  --svc-border: #e2e6fb;
  --svc-font-display: "Sora", "Poppins", sans-serif;
  --svc-font-body: "Inter", "Poppins", sans-serif;
}

.svc-courses2{ font-family: var(--svc-font-body); box-sizing: border-box; background: #fff; padding: 90px clamp(16px, 4vw, 60px); }
.svc-courses2 *{ box-sizing: border-box; }

.svc-courses2-inner{ max-width: 1080px; margin: 0 auto; }

.svc-courses2-head{ text-align: center; max-width: 760px; margin: 0 auto 54px; }
.svc-courses2-head h2{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.18;
  color: var(--svc-dark);
  margin: 0 0 20px;
}
.svc-courses2-head p{
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--svc-muted);
  margin: 0;
}

.svc-courses2-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 760px){ .svc-courses2-grid{ grid-template-columns: 1fr; } }

.svc-courses2-card{
  background: #fff;
  border: 1.5px solid var(--svc-border);
  border-radius: 20px;
  padding: 34px 32px;
  text-align: left;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.svc-courses2-card:hover{
  border-color: var(--svc-blue);
  box-shadow: 0 22px 46px -28px rgba(47,111,237,.4);
  transform: translateY(-3px);
}

.svc-courses2-card h3{
  font-family: var(--svc-font-display);
  font-weight: 700;
  font-size: 21px;
  color: var(--svc-dark);
  margin: 0 0 16px;
}
.svc-courses2-card p{
  font-size: 15px;
  line-height: 1.75;
  color: var(--svc-muted);
  margin: 0;
}
.svc-courses2-card p a{
  color: var(--svc-blue);
  font-weight: 700;
  text-decoration: none;
}
.svc-courses2-card p a:hover{ text-decoration: underline; }

@media (max-width: 560px){
  .svc-courses2{ padding: 60px 18px 64px; }
  .svc-courses2-card{ padding: 28px 24px; }
}

/* =========================================================
   SECTION — How It Works (text-heavy list, no cards)
   Paste this AFTER service-page.css. Tokens redeclared so this
   section also works if pasted on its own.
   ========================================================= */

:root{
  --svc-blue: #2f6fed;
  --svc-navy: #173a8a;
  --svc-dark: #0d0f1a;
  --svc-muted: #6b7189;
  --svc-border: #e7e9f2;
  --svc-bg: #f8f9fa;
  --svc-font-display: "Sora", "Poppins", sans-serif;
  --svc-font-body: "Inter", "Poppins", sans-serif;
}

.svc-steps{ font-family: var(--svc-font-body); box-sizing: border-box; background: var(--svc-bg); padding: 90px clamp(16px, 4vw, 60px); }
.svc-steps *{ box-sizing: border-box; }

.svc-steps-inner{ max-width: 820px; margin: 0 auto; }

.svc-steps-head{ margin-bottom: 50px; }
.svc-steps-head h2{
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.15;
  color: var(--svc-dark);
  margin: 0;
  max-width: 560px;
}

.svc-steps-track{ position: relative; padding-left: 56px;  }
.svc-steps-track::before{
  content: "";
  position: absolute;
  left: 27px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: var(--svc-border);
}

.svc-steps-item{ position: relative; padding-bottom: 44px; }
.svc-steps-item:last-child{ padding-bottom: 0; }

.svc-steps-num{
  position: absolute;
  left: -56px;
  top: 0;
  width: 54px;
  text-align: right;
  padding-right: 18px;
  font-family: var(--svc-font-display);
  font-weight: 800;
  font-size: 15px;
  color: var(--svc-blue);
}
.svc-steps-num::after{
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--svc-blue);
  box-shadow: 0 0 0 6px var(--svc-bg);
}

.svc-steps-body h3{
  font-family: var(--svc-font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--svc-dark);
  margin: 0 0 10px;
}
.svc-steps-body p{
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--svc-muted);
  margin: 0;
  max-width: 560px;
}

@media (max-width: 560px){
  .svc-steps{ padding: 60px 18px 64px; }
  .svc-steps-track{ padding-left: 42px; }
  .svc-steps-track::before{ left: 19px; }
  .svc-steps-num{ left: -42px; width: 40px; font-size: 13px; padding-right: 12px; }
  .svc-steps-body h3{ font-size: 17px; }
}

/* -- Services (With Licence / Training Only) -- */
.svc3-options, .svc3-options *{ font-family: var(--svc-font-body); box-sizing: border-box; }
.svc3-options{ background: var(--svc-bg); padding: 84px clamp(16px, 4vw, 60px); }
.svc3-options-inner{ max-width: 1000px; margin: 0 auto; }
.svc3-options-head{ max-width: 640px; margin: 0 0 44px; }
.svc3-options h2{
  font-family: var(--svc-font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 38px); color: var(--svc-dark); margin: 0;
}
.svc3-options-grid{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.svc3-option-card{
  background: #fff; border: 1.5px solid var(--svc-border); border-radius: 22px;
  padding: 34px 30px; position: relative; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.svc3-option-card:hover{ transform: translateY(-4px); box-shadow: 0 20px 40px -18px rgba(20,22,44,.18); }
.svc3-option-card.is-featured{ border-color: var(--svc-blue); }
.svc3-option-tag{
  position: absolute; top: -13px; right: 26px; background: var(--svc-blue); color: #fff;
  font-size: 11.5px; font-weight: 700; letter-spacing: .04em; padding: 6px 14px; border-radius: 999px;
}
.svc3-option-icon{
  width: 54px; height: 54px; border-radius: 16px; background: var(--svc-tint); color: var(--svc-blue);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.svc3-option-icon svg{ width: 27px; height: 27px; }
.svc3-option-card h3{ font-family: var(--svc-font-display); font-weight: 700; font-size: 19px; color: var(--svc-dark); margin: 0 0 8px; }
.svc3-option-card > p{ font-size: 14.5px; line-height: 1.7; color: var(--svc-muted); margin: 0 0 22px; }
.svc3-option-list{ list-style: none; margin: 0 0 26px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.svc3-option-list li{ display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--svc-dark); font-weight: 500; }
.svc3-option-list svg{ width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; color: var(--svc-blue); }
@media (max-width: 720px){ .svc3-options-grid{ grid-template-columns: 1fr; } }

