:root{
    --brand:#0ea5a4;      /* teal */
    --brand-2:#1e3a8a;    /* deep indigo */
    --ink:#0f172a;
    --muted:#6b7280;
    --bg:#f7fafc;
    --card:#ffffff;
    --ring:#0ea5a4;
    --ring-ghost:#bfe7e6;
    --radius:18px;
    --shadow:0 12px 28px rgba(2,6,23,.06), 0 3px 10px rgba(2,6,23,.05);
  }
  
  *{box-sizing:border-box}
  html,body{margin:0}
  body{
    font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;
    color:var(--ink); background:var(--bg); line-height:1.55;
  }
  a{color:var(--brand-2); text-decoration:none}
  a:hover{opacity:.9}
  img{max-width:100%; height:auto; display:block}
  
  /* Banner */
  .banner{
    background:linear-gradient(90deg, rgba(34,197,94,.14), rgba(14,165,164,.14));
    color:#064e3b; text-align:center; padding:10px 14px; font-weight:600; font-size:14px;
    border-bottom:1px solid rgba(14,165,164,.25);
  }
  
  /* Nav */
  .nav{position:sticky; top:0; z-index:40; background:rgba(255,255,255,.78); backdrop-filter:saturate(160%) blur(10px); border-bottom:1px solid #e9eef5}
  .navin{max-width:1200px;margin:auto;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}
  .brand{display:flex;gap:10px;align-items:center}
  .logo{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:conic-gradient(from 210deg,#0ea5a4,#67e8f9,#1e3a8a); color:#fff; font-weight:900}
  .brandname{font-weight:900}
  .navlinks{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
  .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid #e5edf6;background:#fff;font-weight:700}
  .btn.primary{background:var(--brand);color:#043a3a;border-color:transparent;box-shadow:var(--shadow)}
  .btn.primary:hover{filter:brightness(.98)}
  .btn.ghost:hover{border-color:#cfeaf0}
  
  /* Hero */
  .hero{max-width:1200px;margin:28px auto;padding:0 16px;display:grid;gap:24px;grid-template-columns:1.15fr .85fr;align-items:center}
  .hero h1{font-size:clamp(28px,4.3vw,50px);line-height:1.1;margin:0 0 8px}
  .lead{color:var(--muted); margin:0 0 18px}
  .chips{display:flex;gap:8px;flex-wrap:wrap;padding:0;list-style:none}
  .chips li{background:#fff;border:1px solid #eaf2f7;border-radius:999px;padding:6px 12px;font-size:12px;color:#334155}
  .cta-row{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
  .hero-media{border-radius:20px; overflow:hidden; border:1px solid #e6eef6; box-shadow:var(--shadow); aspect-ratio: 4/3}
  .hero-media img{width:100%; height:100%; object-fit:cover}

  /* Hero section */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 32px;
  padding: 60px 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.hero-content h1 {
  font-size: clamp(28px, 4vw, 48px);
  margin: 0 0 16px;
  line-height: 1.2;
}
.hero-highlight {
  color: #7e22ce; /* violet */
  font-weight: 800;
}
.hero-content p {
  font-size: 16px;
  color: #475569;
  margin-bottom: 20px;
}
.hero-buttons {
  display: flex;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.btn.primary {
  background: #0ea5a4;
  color: white;
}
.btn.primary:hover {
  background: #0d9488;
}
.btn.secondary {
  border: 2px solid #0ea5a4;
  color: #0ea5a4;
}
.btn.secondary:hover {
  background: #0ea5a4;
  color: white;
}
.hero-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-buttons {
    justify-content: center;
  }
}

  
  @media (max-width:980px){ .hero{grid-template-columns:1fr} }
  
  /* Sections */
  .wrap{max-width:1200px;margin:auto;padding:42px 16px}
  .sec-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px;gap:10px;flex-wrap:wrap}
  .sec-head h2{margin:0;font-size:clamp(22px,3vw,32px)}
  .small{font-size:12px;color:#8aa0b5}
  
  /* Grid + Cards */
  .grid{display:grid;gap:16px}
  .grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  @media (max-width:960px){ .grid.cols-3{grid-template-columns:repeat(2,1fr)} }
  @media (max-width:640px){ .grid.cols-3{grid-template-columns:1fr} }
  
  .card{background:var(--card);border:1px solid #e8eef5;border-radius:var(--radius);padding:16px;box-shadow:0 1px 2px rgba(0,0,0,.03);display:flex;gap:14px}
  .icon{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#ecfeff,#fff);border:1px solid #dff6f6;flex:0 0 auto}
  .icon svg{width:28px;height:28px}
  .icon .s1{stroke:var(--brand);fill:none;stroke-width:2}
  .icon .s2{stroke:var(--brand-2);fill:none;stroke-width:2}
  .card h3{margin:4px 0 6px;font-size:18px}
  .card p{margin:0;color:#64748b;font-size:14px}
  .pill{margin-top:10px;font-weight:700;color:var(--brand-2)}
  
  /* Outcomes */
  .out-grid{display:grid;gap:16px;grid-template-columns:repeat(5,minmax(190px,1fr))}
  @media (max-width:1100px){ .out-grid{grid-template-columns:repeat(3,minmax(200px,1fr))} }
  @media (max-width:740px){ .out-grid{grid-template-columns:repeat(2,minmax(200px,1fr))} }
  @media (max-width:520px){ .out-grid{grid-template-columns:1fr} }
  
  .out-card{background:#fff;border:1px solid #e8eef5;border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}
  .ring{width:150px;height:150px;position:relative}
  .ring svg{width:100%;height:100%;transform:rotate(-90deg)}
  .ring .bg{stroke:var(--ring-ghost)}
  .ring .fg{stroke:var(--ring);stroke-linecap:round;filter:drop-shadow(0 1px 0 rgba(14,165,164,.2))}
  .ring .value{position:absolute;inset:0;display:grid;place-items:center;font-weight:900;font-size:34px;color:var(--brand-2)}
  .out-card h4{margin:0}
  .out-card p{margin:0;color:#64748b;font-size:13px}
  
  .linear{width:85%;height:12px;border-radius:999px;background:#ecfeff;overflow:hidden;border:1px solid #d9f7f7}
  .linear > i{display:block;height:100%;width:0%;background:var(--ring);border-radius:inherit}
  
  /* Photos */
  .photo{border-radius:20px; overflow:hidden; border:1px solid #e6eef6; box-shadow:var(--shadow)}
  .photo img{width:100%; height:100%; object-fit:cover; aspect-ratio:16/9}
  
  /* CTA block */
  .cta{background:radial-gradient(900px 400px at 110% -10%, rgba(14,165,164,.15) 10%, transparent 60%), #fff;border:1px solid #e6eef6;border-radius:20px;padding:22px;display:grid;gap:16px;grid-template-columns:2fr 1fr;align-items:center;box-shadow:var(--shadow)}
  .cta-row.right{justify-content:flex-end}
  @media (max-width:900px){ .cta{grid-template-columns:1fr} }
  
  /* Footer */
  .footer{padding:28px 16px;color:#7c8da2;text-align:center}
  .fgrid{max-width:1200px;margin:auto;display:grid;gap:12px;justify-items:center}
  .brandline{display:flex;gap:10px;align-items:center;justify-content:center}
  .muted{color:#8aa0b5}


  
  /* ------------------------------
   SERVICES PAGE
--------------------------------*/
.subhero{
    max-width:1200px;
    margin:24px auto 0;
    padding:0 16px 8px;
  }
  .subhero h1{
    margin:0 0 6px;
    font-size:clamp(26px,3.6vw,40px);
  }
  .subhero p{
    margin:0;
    color:var(--muted);
  }
  
  .toolbar{
    max-width:1200px;
    margin:12px auto;
    padding:0 16px 8px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center;
  }
  .input, .select{
    height:40px;
    border:1px solid #e6eef6;
    border-radius:12px;
    padding:0 12px;
    background:#fff;
  }
  .input{flex:1;min-width:190px}
  .select{min-width:180px}
  
  .service-media{
    border-radius:14px;
    overflow:hidden;
    border:1px solid #e6eef6;
    aspect-ratio:16/9;
  }
  .service-media img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  
  .card .meta{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:10px;
  }
  .badge{
    font-size:12px;
    padding:5px 10px;
    border-radius:999px;
    border:1px solid #dfeaf4;
    background:#fff;
    color:#0f4c5c;
  }
  .btn.block{
    width:100%;
    justify-content:center;
  }
  .grid.cols-3 .card{flex-direction:column}
  
  /* ------------------------------
     SERVICE DETAILS PAGE
  --------------------------------*/
  .hero-slim{
    max-width:1000px;
    margin:24px auto;
    padding:0 16px;
  }
  .hero-slim h1{
    margin:0 0 6px;
    font-size:clamp(24px,3.4vw,36px);
  }
  .hero-slim p{margin:0;color:var(--muted)}
  .muted a{color:inherit;text-decoration:underline}
  
  .details{
    max-width:1000px;
    margin:0 auto;
    padding:0 16px 32px;
    display:grid;
    gap:22px;
    grid-template-columns:1.2fr .8fr;
  }
  .poster{
    border-radius:16px;
    overflow:hidden;
    border:1px solid #e6eef6;
    aspect-ratio:16/9;
  }
  .poster img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .box{
    background:#fff;
    border:1px solid #e8eef5;
    border-radius:16px;
    padding:16px;
    box-shadow:0 1px 3px rgba(0,0,0,.05);
  }
  .list{margin:0;padding-left:18px}
  .list li{margin:6px 0}
  
  @media (max-width:900px){
    .details{grid-template-columns:1fr}
  }

  /* ------------------------------
   SERVICES PAGE
--------------------------------*/
.subhero{
    max-width:1200px;
    margin:24px auto 0;
    padding:0 16px 8px;
  }
  .subhero h1{
    margin:0 0 6px;
    font-size:clamp(26px,3.6vw,40px);
  }
  .subhero p{
    margin:0;
    color:var(--muted);
  }
  
  .toolbar{
    max-width:1200px;
    margin:12px auto;
    padding:0 16px 8px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    align-items:center;
  }
  .input, .select{
    height:40px;
    border:1px solid #e6eef6;
    border-radius:12px;
    padding:0 12px;
    background:#fff;
  }
  .input{flex:1;min-width:190px}
  .select{min-width:180px}
  
  .service-media{
    border-radius:14px;
    overflow:hidden;
    border:1px solid #e6eef6;
    aspect-ratio:16/9;
  }
  .service-media img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  
  .card .meta{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:10px;
  }
  .badge{
    font-size:12px;
    padding:5px 10px;
    border-radius:999px;
    border:1px solid #dfeaf4;
    background:#fff;
    color:#0f4c5c;
  }
  .btn.block{
    width:100%;
    justify-content:center;
  }
  .grid.cols-3 .card{flex-direction:column}
  
  /* ------------------------------
     SERVICE DETAILS PAGE
  --------------------------------*/
  .hero-slim{
    max-width:1000px;
    margin:24px auto;
    padding:0 16px;
  }
  .hero-slim h1{
    margin:0 0 6px;
    font-size:clamp(24px,3.4vw,36px);
  }
  .hero-slim p{margin:0;color:var(--muted)}
  .muted a{color:inherit;text-decoration:underline}
  
  .details{
    max-width:1000px;
    margin:0 auto;
    padding:0 16px 32px;
    display:grid;
    gap:22px;
    grid-template-columns:1.2fr .8fr;
  }
  .poster{
    border-radius:16px;
    overflow:hidden;
    border:1px solid #e6eef6;
    aspect-ratio:16/9;
  }
  .poster img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .box{
    background:#fff;
    border:1px solid #e8eef5;
    border-radius:16px;
    padding:16px;
    box-shadow:0 1px 3px rgba(0,0,0,.05);
  }
  .list{margin:0;padding-left:18px}
  .list li{margin:6px 0}
  
  @media (max-width:900px){
    .details{grid-template-columns:1fr}
  }
  
  /* ===== Sticky Mobile CTA (Service Details) ===== */
.sticky-cta{
  position:fixed; left:0; right:0; bottom:0;
  display:none; /* hidden on desktop */
  gap:12px; align-items:center; justify-content:space-between;
  padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.86);
  backdrop-filter:saturate(160%) blur(10px);
  border-top:1px solid #e6eef6;
  box-shadow:0 -6px 18px rgba(2,6,23,.06);
  z-index:60;
}
.sticky-cta__title{display:flex;flex-direction:column;gap:2px;min-width:0}
.sticky-cta__title strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:70vw}
.sticky-cta .btn.primary{padding:12px 16px;border-radius:12px}

@media (max-width:900px){
  .sticky-cta{display:flex}
  /* Prevent content being covered by the bar */
  body.has-sticky{padding-bottom:calc(72px + env(safe-area-inset-bottom))}
}

  