/* =========================================================
   Prime Cleaning Services Cheras — combined site stylesheet
   Source 1: static homepage inline <style>
   Source 2: static css/site.css (shared by subpages)
   Built for the blank-canvas WordPress theme.
   ========================================================= */


  :root {
    --navy: #1B3A6A;
    --navy-deep: #0E2347;
    --navy-bright: #27508F;
    --red: #D6342C;
    --red-deep: #B11F18;
    --red-soft: #FCEAE9;
    --ink: #16202E;
    --slate: #5A6A80;
    --slate-light: #8694A8;
    --line: #E4E8F0;
    --mist: #F4F6FA;
    --sky: #EAF1F8;
    --white: #FFFFFF;
    --wa: #25D366;
    --r-sm: 10px;
    --r: 14px;
    --r-lg: 22px;
    --shadow-sm: 0 1px 2px rgba(15,28,52,.05);
    --shadow: 0 10px 30px -12px rgba(15,28,52,.16);
    --shadow-lg: 0 28px 60px -20px rgba(15,28,52,.26);
    --maxw: 1180px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
    font-size: 16.5px;
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; color: var(--navy); line-height: 1.2; }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }
  .container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
  .container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }

  /* ---- shared bits ---- */
  .kicker {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--red);
    margin-bottom: 16px;
  }
  .kicker::before { content: ""; width: 26px; height: 3px; background: var(--red); border-radius: 2px; }
  .section { padding: clamp(60px, 7.5vw, 104px) 0; }
  .section-head { max-width: 640px; margin-bottom: 44px; }
  .section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
  .section-head.center .kicker { justify-content: center; }
  .section-head.center .kicker::before { display: none; }
  .section-head h2 { font-size: clamp(28px, 3.5vw, 41px); font-weight: 800; margin-bottom: 14px; letter-spacing: -.022em; }
  .section-head p { color: var(--slate); font-size: 16.5px; }
  .accent { color: var(--red); }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 15px;
    padding: 13px 24px; border-radius: var(--r-sm); cursor: pointer;
    border: 2px solid transparent; transition: transform .18s, box-shadow .18s, background .18s, color .18s;
  }
  .btn-primary { background: var(--navy); color: #fff; }
  .btn-primary:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
  .btn-red { background: var(--red); color: #fff; box-shadow: 0 8px 22px -10px rgba(214,52,44,.6); }
  .btn-red:hover { background: var(--red-deep); transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(214,52,44,.6); }
  .btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px -10px rgba(37,211,102,.7); }
  .btn-wa:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(37,211,102,.65); }
  .btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
  .btn-ghost:hover { border-color: var(--navy); transform: translateY(-2px); }
  .btn-light { background: #fff; color: var(--navy); }
  .btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
  .btn-lg { padding: 16px 30px; font-size: 16px; }
  .btn svg { width: 18px; height: 18px; }
  .btn-lg svg { width: 20px; height: 20px; }

  /* ---- topbar ---- */
  .topbar { background: var(--navy-deep); color: rgba(255,255,255,.82); font-size: 12.5px; }
  .topbar-inner { display: flex; justify-content: center; align-items: center; gap: 10px 26px; padding: 8px 0; flex-wrap: wrap; }
  .topbar-item { display: flex; align-items: center; gap: 7px; }
  .topbar-item b { color: #fff; font-weight: 700; }
  .topbar-item svg { width: 13px; height: 13px; color: var(--red); }
  .topbar .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 0 rgba(37,211,102,.7); animation: pulse-wa 1.8s infinite; }
  @keyframes pulse-wa { 0%{box-shadow:0 0 0 0 rgba(37,211,102,.6);} 70%{box-shadow:0 0 0 7px rgba(37,211,102,0);} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0);} }

  /* ---- header ---- */
  .site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
  }
  .header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 24px; }
  .brand { display: flex; align-items: center; gap: 12px; }
  .brand img { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; }
  .nav { display: flex; align-items: center; gap: 24px; }
  .nav a { font-size: 14.5px; font-weight: 600; color: var(--slate); transition: color .15s; }
  .nav a:hover, .nav a.active { color: var(--navy); }
  .nav .btn { margin-left: 6px; }
  .nav-toggle {
    display: none; width: 44px; height: 44px; border: 1px solid var(--line);
    border-radius: 9px; background: #fff; cursor: pointer; position: relative;
  }
  .nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
    content: ""; position: absolute; left: 12px; width: 20px; height: 2px;
    background: var(--navy); border-radius: 2px; transition: .2s;
  }
  .nav-toggle span { top: 21px; }
  .nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }

  /* ---- hero ---- */
  .hero {
    position: relative; overflow: hidden;
    padding: clamp(44px, 5.5vw, 80px) 0 clamp(52px, 6.5vw, 92px);
    background: linear-gradient(180deg, var(--sky) 0%, #fff 82%);
  }
  .hero::before { content: ""; position: absolute; top: -150px; right: -160px; width: 460px; height: 460px;
    border-radius: 50%; background: radial-gradient(circle, rgba(39,80,143,.16), transparent 70%); pointer-events: none; }
  .hero::after { content: ""; position: absolute; bottom: -180px; left: -140px; width: 400px; height: 400px;
    border-radius: 50%; background: radial-gradient(circle, rgba(214,52,44,.10), transparent 70%); pointer-events: none; }
  .hero .container { position: relative; z-index: 1; }
  .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
  .hero-flag {
    display: inline-flex; align-items: center; gap: 9px; background: #fff;
    border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px 7px 11px;
    font-size: 12.5px; font-weight: 700; color: var(--navy); margin-bottom: 20px; box-shadow: var(--shadow-sm);
  }
  .live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(214,52,44,.6); animation: pulse 1.8s infinite; }
  @keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(214,52,44,.55);} 70%{box-shadow:0 0 0 9px rgba(214,52,44,0);} 100%{box-shadow:0 0 0 0 rgba(214,52,44,0);} }
  .hero h1 { font-size: clamp(33px, 4.7vw, 55px); font-weight: 800; letter-spacing: -.028em; margin-bottom: 10px; }
  .hero-sub { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: clamp(16px, 1.9vw, 21px); color: var(--ink); margin-bottom: 16px; line-height: 1.35; }
  .hero-lead { color: var(--slate); font-size: 16.5px; margin-bottom: 22px; max-width: 500px; }
  .hero-lead strong { color: var(--ink); }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 14px; }
  .hero-micro { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-bottom: 28px; }
  .hero-micro span { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--slate); }
  .hero-micro svg { width: 14px; height: 14px; color: var(--wa); flex: none; }
  .hero-stats { display: flex; gap: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; max-width: 500px; box-shadow: var(--shadow-sm); }
  .hero-stat { flex: 1; padding: 15px 16px; }
  .hero-stat + .hero-stat { border-left: 1px solid var(--line); }
  .hero-stat strong { display: block; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 20px; color: var(--navy); }
  .hero-stat span { font-size: 12px; color: var(--slate-light); }
  .hero-media { position: relative; }
  .hero-frame {
    border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/4.4;
    border: 1px solid var(--line); box-shadow: var(--shadow-lg);
  }
  .hero-frame img { width: 100%; height: 100%; object-fit: cover; }
  .hero-badge {
    position: absolute; left: -22px; bottom: 30px; background: #fff;
    border: 1px solid var(--line); border-radius: var(--r); padding: 14px 17px;
    box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; max-width: 240px;
  }
  .hero-badge .ico { width: 40px; height: 40px; flex: none; border-radius: 10px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; }
  .hero-badge strong { display: block; font-family: 'Manrope', sans-serif; font-size: 13.5px; color: var(--navy); }
  .hero-badge span { font-size: 11.5px; color: var(--slate); }
  .hero-tag-top {
    position: absolute; right: -14px; top: 24px; background: var(--red); color: #fff;
    font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 12.5px;
    padding: 9px 15px; border-radius: 999px; box-shadow: var(--shadow);
  }
  .hero-chat {
    position: absolute; right: -18px; bottom: 96px; width: 224px; background: #fff;
    border: 1px solid var(--line); border-radius: 16px 16px 16px 4px; padding: 12px 14px;
    box-shadow: var(--shadow-lg);
  }
  .hero-chat-top { display: flex; align-items: center; gap: 7px; margin-bottom: 7px; }
  .hero-chat-top .wa-ic { width: 22px; height: 22px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; flex: none; }
  .hero-chat-top .wa-ic svg { width: 13px; height: 13px; color: #fff; }
  .hero-chat-top b { font-family: 'Manrope', sans-serif; font-size: 12px; color: var(--navy); }
  .hero-chat-top em { font-size: 10.5px; color: var(--slate-light); font-style: normal; margin-left: auto; }
  .hero-chat p { font-size: 12px; color: var(--ink); line-height: 1.45; margin: 0; }
  .hero-chat .reply { margin-top: 7px; font-size: 11px; color: var(--wa); font-weight: 700; display: flex; align-items: center; gap: 5px; }

  /* ---- assurance bar ---- */
  .assure { background: var(--navy); }
  .assure-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 30px; padding: 20px 0; }
  .assure-item { display: flex; align-items: center; gap: 9px; color: #fff; font-size: 13.5px; font-weight: 600; }
  .assure-item svg { width: 17px; height: 17px; color: #fff; background: var(--red); border-radius: 50%; padding: 3px; flex: none; }

  /* ---- cta band (inline) ---- */
  .cta-band {
    margin-top: 48px; background: linear-gradient(130deg, var(--navy), var(--navy-bright));
    border-radius: var(--r-lg); padding: 30px clamp(24px, 4vw, 46px);
    display: flex; align-items: center; justify-content: space-between; gap: 22px; flex-wrap: wrap;
    position: relative; overflow: hidden;
  }
  .cta-band::after { content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px;
    border-radius: 50%; background: rgba(255,255,255,.06); }
  .cta-band-text { position: relative; z-index: 1; }
  .cta-band-text strong { display: block; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: clamp(18px,2.2vw,23px); color: #fff; margin-bottom: 4px; }
  .cta-band-text span { color: rgba(255,255,255,.78); font-size: 14.5px; }
  .cta-band .btn { position: relative; z-index: 1; flex: none; }

  /* ---- services ---- */
  .services { background: var(--white); }
  .svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .svc-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    overflow: hidden; display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .2s, border-color .2s;
  }
  .svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--navy-bright); }
  .svc-thumb { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--mist); }
  .svc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
  .svc-card:hover .svc-thumb img { transform: scale(1.06); }
  .svc-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(14,35,71,.22)); }
  .svc-num {
    position: absolute; top: 12px; left: 12px; z-index: 1; font-family: 'Manrope', sans-serif;
    font-weight: 800; font-size: 13px; color: #fff; background: rgba(14,35,71,.78); backdrop-filter: blur(4px);
    width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  }
  .svc-pill {
    position: absolute; top: 12px; right: 12px; z-index: 1; background: var(--red); color: #fff;
    font-size: 11px; font-weight: 700; letter-spacing: .03em; padding: 5px 10px; border-radius: 6px;
  }
  .svc-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
  .svc-body h3 { font-size: 17.5px; font-weight: 800; margin-bottom: 8px; }
  .svc-body > p { font-size: 14px; color: var(--slate); margin-bottom: 14px; }
  .svc-feat { list-style: none; margin: 0 0 16px; padding: 0; }
  .svc-feat li { font-size: 13.5px; color: var(--slate); padding: 3px 0 3px 22px; position: relative; }
  .svc-feat li::before {
    content: ""; position: absolute; left: 0; top: 8px; width: 13px; height: 13px;
    border-radius: 50%; background: var(--sky);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%231B3A6A' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
    background-repeat: no-repeat; background-position: center; background-size: 9px;
  }
  .svc-link {
    margin-top: auto; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px;
    color: var(--navy); display: inline-flex; align-items: center; gap: 7px;
    padding-top: 14px; border-top: 1px solid var(--line);
  }
  .svc-link svg { width: 15px; height: 15px; transition: transform .2s; }
  .svc-card:hover .svc-link svg { transform: translateX(4px); }
  .svc-card:hover .svc-link { color: var(--red); }
  .svc-link.red { color: var(--red); }

  /* ---- process ---- */
  .process { background: var(--mist); }
  .process-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
  .steps { display: flex; flex-direction: column; gap: 6px; }
  .step { display: flex; gap: 20px; }
  .step-rail { display: flex; flex-direction: column; align-items: center; }
  .step-num {
    width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--navy);
    color: #fff; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 17px;
    display: flex; align-items: center; justify-content: center;
  }
  .step:nth-child(2) .step-num { background: var(--red); }
  .step-line { width: 2px; flex: 1; background: var(--line); margin: 6px 0; }
  .step:last-child .step-line { display: none; }
  .step-body { padding-bottom: 30px; }
  .step:last-child .step-body { padding-bottom: 0; }
  .step-body h3 { font-size: 18px; font-weight: 800; margin-bottom: 5px; }
  .step-body p { font-size: 14.5px; color: var(--slate); }
  .process-media { position: relative; }
  .process-media img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 4/4.6; object-fit: cover; }
  .process-quote {
    position: absolute; bottom: -26px; right: -18px; background: var(--navy);
    color: #fff; padding: 18px 22px; border-radius: var(--r); max-width: 260px; box-shadow: var(--shadow-lg);
  }
  .process-quote strong { font-family: 'Manrope', sans-serif; font-size: 15px; }
  .process-quote span { font-size: 13px; color: rgba(255,255,255,.7); }

  /* ---- checklist ---- */
  .checklist { background: #fff; }
  .check-panel { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
  .check-bar {
    background: var(--navy); color: #fff; padding: 20px 28px;
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  }
  .check-bar strong { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px; }
  .check-bar span { font-size: 13.5px; color: rgba(255,255,255,.72); }
  .check-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
  .check-col { padding: 26px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .check-col h3 {
    font-size: 15px; font-weight: 800; margin-bottom: 12px; padding-bottom: 10px;
    border-bottom: 2px solid var(--red); display: inline-block;
  }
  .check-col ul { list-style: none; padding: 0; margin: 0; }
  .check-col li { font-size: 13.5px; color: var(--slate); padding: 3px 0 3px 20px; position: relative; }
  .check-col li::before { content: "—"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
  .check-foot { padding: 24px 28px; background: var(--mist); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
  .check-foot p { font-size: 14.5px; color: var(--slate); margin: 0; }
  .check-foot strong { color: var(--navy); font-family: 'Manrope', sans-serif; }

  /* ---- why ---- */
  .why { background: var(--mist); }
  .why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
  .why-media { position: relative; }
  .why-media img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 4/4.4; object-fit: cover; }
  .why-stat {
    position: absolute; top: 24px; left: -20px; background: #fff; border: 1px solid var(--line);
    border-radius: var(--r); padding: 14px 18px; box-shadow: var(--shadow-lg);
  }
  .why-stat strong { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 24px; color: var(--red); display: block; }
  .why-stat span { font-size: 12.5px; color: var(--slate); }
  .why-list { display: flex; flex-direction: column; gap: 8px; }
  .why-item { display: flex; gap: 16px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: border-color .2s, transform .2s, box-shadow .2s; }
  .why-item:hover { border-color: var(--navy); transform: translateX(4px); box-shadow: var(--shadow-sm); }
  .why-item-num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 15px; color: var(--red); flex: none; }
  .why-item h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 4px; }
  .why-item p { font-size: 14px; color: var(--slate); margin: 0; }
  .why-cta { margin-top: 22px; }

  /* ---- team ---- */
  .team { background: #fff; }
  .team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .team-card { text-align: center; }
  .team-photo {
    aspect-ratio: 1/1; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 14px;
    border: 1px solid var(--line); background: var(--mist);
  }
  .team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
  .team-card:hover .team-photo img { transform: scale(1.05); }
  .team-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 2px; }
  .team-card span { font-size: 13px; color: var(--red); font-weight: 600; }
  .team-note {
    margin-top: 36px; text-align: center; max-width: 620px; margin-left: auto; margin-right: auto;
    font-size: 14.5px; color: var(--slate);
  }

  /* ---- expect / guarantee ---- */
  .expect { background: var(--mist); }
  .expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .expect-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r);
    padding: 28px 24px; border-top: 3px solid var(--red); transition: transform .2s, box-shadow .2s;
  }
  .expect-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
  .expect-card .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--sky); color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .expect-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
  .expect-card p { font-size: 14px; color: var(--slate); }

  /* ---- gallery ---- */
  .gallery { background: #fff; }
  .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .gallery-item { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--mist); }
  .gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s; }
  .gallery-item:hover img { transform: scale(1.06); }
  .gallery-item span { display: block; padding: 12px 16px; font-size: 13.5px; font-weight: 600; color: var(--navy); }

  /* ---- coverage ---- */
  .coverage { background: var(--navy-deep); position: relative; overflow: hidden; }
  .coverage::before { content: ""; position: absolute; top: -120px; right: -120px; width: 360px; height: 360px;
    border-radius: 50%; background: radial-gradient(circle, rgba(214,52,44,.18), transparent 70%); }
  .coverage .container { position: relative; z-index: 1; }
  .coverage .section-head h2 { color: #fff; }
  .coverage .section-head p { color: rgba(255,255,255,.72); }
  .area-pills { display: flex; flex-wrap: wrap; gap: 10px; }
  .area-pill {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
    color: #fff; font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; transition: border-color .2s, background .2s;
  }
  .area-pill:hover { border-color: var(--red); background: rgba(214,52,44,.14); }
  .coverage-cta { margin-top: 34px; }

  /* ---- about cheras ---- */
  .about-cheras { background: var(--mist); }
  .about-cheras p { color: var(--slate); font-size: 16.5px; margin-bottom: 16px; }
  .about-cheras p:last-child { margin-bottom: 0; }
  .about-cheras strong { color: var(--ink); }

  /* ---- faq ---- */
  .faq { background: #fff; }
  .faq-list { display: flex; flex-direction: column; gap: 12px; }
  .faq-item { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; transition: border-color .2s; }
  .faq-item[open] { border-color: var(--navy-bright); }
  .faq-item summary {
    cursor: pointer; list-style: none; padding: 18px 22px;
    font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; color: var(--navy);
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: "+"; font-size: 22px; color: var(--red); font-weight: 700; flex: none; transition: transform .2s;
  }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-body { padding: 0 22px 20px; font-size: 14.5px; color: var(--slate); }
  .faq-body strong { color: var(--ink); }

  /* ---- final cta ---- */
  .final { background: var(--navy); position: relative; overflow: hidden; }
  .final::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--red); }
  .final::after { content: ""; position: absolute; right: -120px; bottom: -140px; width: 420px; height: 420px;
    border-radius: 50%; background: radial-gradient(circle, rgba(214,52,44,.16), transparent 70%); }
  .final-inner { text-align: center; max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
  .final .kicker { color: #fff; justify-content: center; }
  .final .kicker::before { background: var(--red); }
  .final h2 { color: #fff; font-size: clamp(28px, 3.6vw, 43px); font-weight: 800; margin-bottom: 14px; letter-spacing: -.022em; }
  .final p { color: rgba(255,255,255,.8); margin-bottom: 26px; }
  .final-cta-row { display: flex; gap: 13px; justify-content: center; flex-wrap: wrap; }
  .final-micro { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.6); }
  .final-feats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-top: 26px; }
  .final-feat { color: rgba(255,255,255,.88); font-size: 13.5px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
  .final-feat::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }

  /* ---- footer ---- */
  .site-footer { background: var(--navy-deep); color: rgba(255,255,255,.7); padding: 64px 0 0; }
  .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 48px; }
  .footer-brand img { border-radius: 9px; }
  .footer-brand p { font-size: 14px; margin-top: 16px; max-width: 320px; }
  .site-footer h4 { color: #fff; font-size: 14px; font-weight: 800; margin-bottom: 16px; letter-spacing: .02em; }
  .footer-links { list-style: none; padding: 0; margin: 0; }
  .footer-links li { margin-bottom: 9px; }
  .footer-links a { font-size: 14px; color: rgba(255,255,255,.7); }
  .footer-links a:hover { color: #fff; }
  .footer-hours { font-size: 14px; display: flex; gap: 11px; align-items: flex-start; }
  .footer-hours svg { width: 18px; height: 18px; flex: none; color: var(--red); margin-top: 2px; }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex;
    justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13px;
  }
  .footer-socials { display: flex; gap: 10px; }
  .footer-socials a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; }
  .footer-socials a:hover { background: var(--red); }
  .footer-socials svg { width: 16px; height: 16px; color: #fff; }

  /* ---- whatsapp float + mobile cta ---- */
  .wa-float {
    position: fixed; right: 22px; bottom: 22px; z-index: 90;
    width: 56px; height: 56px; border-radius: 50%; background: var(--wa);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 12px 30px -8px rgba(37,211,102,.6); transition: transform .2s;
  }
  .wa-float svg { width: 30px; height: 30px; color: #fff; }
  .wa-float:hover { transform: scale(1.07); }
  .mobile-cta { display: none; }

  /* ---- responsive ---- */
  @media (max-width: 1024px) {
    .svc-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid, .expect-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  }
  @media (max-width: 880px) {
    .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; background: #fff;
      flex-direction: column; align-items: stretch; padding: 14px 24px 22px; gap: 6px;
      border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
    .nav.open { display: flex; }
    .nav a { padding: 11px 4px; border-bottom: 1px solid var(--line); }
    .nav .btn { margin: 10px 0 0; }
    .nav-toggle { display: block; }
    .hero-grid, .process-grid, .why-grid { grid-template-columns: 1fr; }
    .hero-media { max-width: 460px; }
    .process-media, .why-media { max-width: 460px; }
    .check-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-band { flex-direction: column; align-items: flex-start; }
    .cta-band .btn { width: 100%; }
    .hero-chat { display: none; }
    .mobile-cta {
      display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; gap: 10px;
      padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
      background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
      box-shadow: 0 -8px 24px -12px rgba(15,28,52,.2);
    }
    .mobile-cta .btn { flex: 1; }
    .wa-float { bottom: 80px; }
    body { padding-bottom: 70px; }
  }
  @media (max-width: 560px) {
    .svc-grid, .team-grid, .expect-grid, .check-grid, .gallery-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-direction: column; }
    .hero-stat + .hero-stat { border-left: none; border-top: 1px solid var(--line); }
    .hero-badge { left: 0; }
    .hero-tag-top { right: 0; }
    .footer-grid { grid-template-columns: 1fr; }
    .process-quote { right: 0; }
    .topbar-item:nth-child(3) { display: none; }
  }


/* ===== SUBPAGES shared CSS appended ===== */

/* ============================================================
   Prime Cleaning Services Cheras — shared design system
   Used by all subpages. Homepage (index.html) keeps inline CSS.
   ============================================================ */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; color: var(--navy); line-height: 1.2; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 880px; margin: 0 auto; padding: 0 24px; }

/* ---- shared bits ---- */
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 16px;
}
.kicker::before { content: ""; width: 26px; height: 3px; background: var(--red); border-radius: 2px; }
.section { padding: clamp(64px, 8vw, 108px) 0; }
.section-head { max-width: 620px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .kicker::before { display: none; }
.section-head h2 { font-size: clamp(28px, 3.5vw, 40px); font-weight: 800; margin-bottom: 14px; letter-spacing: -.02em; }
.section-head p { color: var(--slate); font-size: 16.5px; }
.accent { color: var(--red); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 0 rgba(214,52,44,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(214,52,44,.55);} 70%{box-shadow:0 0 0 9px rgba(214,52,44,0);} 100%{box-shadow:0 0 0 0 rgba(214,52,44,0);} }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 15px;
  padding: 13px 24px; border-radius: var(--r-sm); cursor: pointer;
  border: 2px solid transparent; transition: transform .18s, box-shadow .18s, background .18s, color .18s;
}
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-deep); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(214,52,44,.5); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 8px 22px -10px rgba(37,211,102,.6); }
.btn-wa:hover { background: var(--wa-deep); transform: translateY(-2px); box-shadow: 0 16px 32px -12px rgba(37,211,102,.65); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); transform: translateY(-2px); }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn svg { width: 18px; height: 18px; }

/* ---- header ---- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 56px; height: 56px; border-radius: 10px; object-fit: cover; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 14.5px; font-weight: 600; color: var(--slate); transition: color .15s; }
.nav a:hover, .nav a.active { color: var(--navy); }
.nav .btn { margin-left: 6px; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 9px; background: #fff; cursor: pointer; position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 12px; width: 20px; height: 2px;
  background: var(--navy); border-radius: 2px; transition: .2s;
}
.nav-toggle span { top: 21px; }
.nav-toggle span::before { top: -6px; } .nav-toggle span::after { top: 6px; }

/* ---- hero (homepage-style, reusable) ---- */
.hero { padding: clamp(48px, 6vw, 88px) 0 clamp(56px, 7vw, 96px); background: linear-gradient(180deg, var(--sky) 0%, #fff 78%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.hero-flag {
  display: inline-flex; align-items: center; gap: 9px; background: #fff;
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px 7px 11px;
  font-size: 13px; font-weight: 600; color: var(--slate); margin-bottom: 22px;
}
.hero h1 { font-size: clamp(32px, 4.6vw, 54px); font-weight: 800; letter-spacing: -.025em; margin-bottom: 8px; }
.hero h1 + .hero-sub { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: clamp(16px, 1.9vw, 20px); color: var(--slate); margin-bottom: 20px; }
.hero-lead { color: var(--slate); font-size: 17px; margin-bottom: 28px; max-width: 480px; }
.hero-lead strong { color: var(--ink); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 32px; }
.hero-media { position: relative; }
.hero-frame { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/4.4; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }

/* ---- service-page hero ---- */
.crumb { background: var(--mist); border-bottom: 1px solid var(--line); padding: 14px 0; font-size: 13.5px; color: var(--slate); }
.crumb a { color: var(--slate); font-weight: 600; }
.crumb a:hover { color: var(--navy); }
.crumb span { color: var(--navy); font-weight: 600; }
.svc-hero { background: linear-gradient(180deg, var(--sky) 0%, #fff 80%); padding: clamp(44px,6vw,84px) 0; }
.svc-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px,5vw,68px); align-items: center; }
.svc-hero h1 { font-size: clamp(30px,4.2vw,48px); font-weight: 800; letter-spacing: -.025em; margin-bottom: 8px; }
.svc-hero-sub { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: clamp(15px,1.8vw,19px); color: var(--slate); margin-bottom: 18px; }
.svc-hero-lead { color: var(--slate); font-size: 16.5px; margin-bottom: 24px; max-width: 480px; }
.svc-hero-lead strong { color: var(--ink); }
.svc-cta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 24px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 14px; font-size: 13px; font-weight: 600; color: var(--slate);
}
.chip svg { width: 14px; height: 14px; color: #fff; background: var(--navy); border-radius: 50%; padding: 3px; }
.svc-hero-media { position: relative; }
.svc-hero-media img { width: 100%; aspect-ratio: 4/4.2; object-fit: cover; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.svc-hero-tag { position: absolute; right: -14px; top: 26px; background: var(--red); color: #fff; font-family: 'Manrope',sans-serif; font-weight: 700; font-size: 13px; padding: 9px 16px; border-radius: 999px; box-shadow: var(--shadow); }

/* ---- included list ---- */
.incl { background: #fff; }
.incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; }
.incl-grid li { list-style: none; display: flex; gap: 11px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 15px; color: var(--slate); }
.incl-grid li svg { width: 20px; height: 20px; flex: none; color: var(--navy); margin-top: 2px; }
.incl-grid li strong { color: var(--ink); font-weight: 600; }

/* ---- steps timeline ---- */
.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: flex; gap: 20px; }
.step-rail { display: flex; flex-direction: column; align-items: center; }
.step-num { width: 46px; height: 46px; flex: none; border-radius: 12px; background: var(--navy); color: #fff; font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: center; }
.step:nth-child(2) .step-num { background: var(--red); }
.step-line { width: 2px; flex: 1; background: var(--line); margin: 6px 0; }
.step:last-child .step-line { display: none; }
.step-body { padding-bottom: 30px; }
.step:last-child .step-body { padding-bottom: 0; }
.step-body h3 { font-size: 18px; font-weight: 800; margin-bottom: 5px; }
.step-body p { font-size: 14.5px; color: var(--slate); }

/* ---- quote factors ---- */
.quote { background: #fff; }
.quote-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 32px; }
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px 22px; }
.quote-card .n { font-family: 'Manrope',sans-serif; font-weight: 800; font-size: 14px; color: var(--red); margin-bottom: 10px; }
.quote-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.quote-card p { font-size: 13.5px; color: var(--slate); }
.quote-bar {
  background: var(--navy); border-radius: var(--r-lg); padding: 32px clamp(24px,4vw,44px);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px;
}
.quote-bar h3 { color: #fff; font-size: 20px; font-weight: 800; margin-bottom: 4px; }
.quote-bar p { color: rgba(255,255,255,.72); font-size: 14.5px; margin: 0; }

/* ---- why list ---- */
.why { background: var(--mist); }
.why-list { display: flex; flex-direction: column; gap: 8px; }
.why-item { display: flex; gap: 16px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: border-color .2s, transform .2s; }
.why-item:hover { border-color: var(--navy); transform: translateX(4px); }
.why-item-num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 15px; color: var(--red); flex: none; }
.why-item h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 4px; }
.why-item p { font-size: 14px; color: var(--slate); margin: 0; }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
.why-media { position: relative; }
.why-media img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 4/4.4; object-fit: cover; }

/* ---- two-column ---- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,5vw,68px); align-items: center; }
.two-col img { width: 100%; border-radius: var(--r-lg); border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 4/3.4; object-fit: cover; }

/* ---- expect cards ---- */
.expect { background: var(--mist); }
.expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.expect-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 28px 24px; border-top: 3px solid var(--red); }
.expect-card .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--sky); color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.expect-card h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.expect-card p { font-size: 14px; color: var(--slate); }

/* ---- service cards grid ---- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--navy-bright); }
.svc-thumb { position: relative; aspect-ratio: 16/11; overflow: hidden; background: var(--mist); }
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.svc-card:hover .svc-thumb img { transform: scale(1.05); }
.svc-num { position: absolute; top: 12px; left: 12px; font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 13px; color: #fff; background: rgba(27,58,106,.92); width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; }
.svc-pill { position: absolute; top: 12px; right: 12px; background: var(--red); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .03em; padding: 5px 10px; border-radius: 6px; }
.svc-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { font-size: 17px; font-weight: 800; margin-bottom: 8px; }
.svc-body > p { font-size: 14px; color: var(--slate); margin-bottom: 14px; }
.svc-feat { list-style: none; margin: 0 0 16px; padding: 0; }
.svc-feat li { font-size: 13.5px; color: var(--slate); padding: 3px 0 3px 22px; position: relative; }
.svc-feat li::before { content: ""; position: absolute; left: 0; top: 8px; width: 13px; height: 13px; border-radius: 50%; background: var(--sky); background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 24 24' fill='none' stroke='%231B3A6A' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>"); background-repeat: no-repeat; background-position: center; background-size: 9px; }
.svc-link { margin-top: auto; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px; color: var(--navy); display: inline-flex; align-items: center; gap: 7px; }
.svc-link svg { width: 15px; height: 15px; transition: transform .2s; }
.svc-card:hover .svc-link svg { transform: translateX(4px); }
.svc-link.red { color: var(--red); }

/* ---- related services ---- */
.rel { background: #fff; }
.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rel-card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 18px; transition: border-color .2s, transform .2s; }
.rel-card:hover { border-color: var(--navy-bright); transform: translateY(-3px); box-shadow: var(--shadow); }
.rel-card img { width: 64px; height: 64px; border-radius: 10px; object-fit: cover; flex: none; }
.rel-card strong { font-family: 'Manrope',sans-serif; font-size: 15px; color: var(--navy); display: block; }
.rel-card span { font-size: 12.5px; color: var(--red); font-weight: 600; }

/* ---- checklist panel ---- */
.check-panel { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.check-bar { background: var(--navy); color: #fff; padding: 20px 28px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.check-bar strong { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px; }
.check-bar span { font-size: 13.5px; color: rgba(255,255,255,.72); }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.check-col { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.check-col h3 { font-size: 15px; font-weight: 800; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 2px solid var(--red); display: inline-block; }
.check-col ul { list-style: none; padding: 0; margin: 0; }
.check-col li { font-size: 13.5px; color: var(--slate); padding: 3px 0 3px 20px; position: relative; }
.check-col li::before { content: "—"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.check-foot { padding: 24px 28px; background: var(--mist); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.check-foot p { font-size: 14.5px; color: var(--slate); margin: 0; }
.check-foot strong { color: var(--navy); font-family: 'Manrope', sans-serif; }

/* ---- team ---- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.team-card { text-align: center; }
.team-photo { aspect-ratio: 1/1; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 14px; border: 1px solid var(--line); background: var(--mist); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 2px; }
.team-card span { font-size: 13px; color: var(--red); font-weight: 600; }
.team-note { margin-top: 36px; text-align: center; max-width: 620px; margin-left: auto; margin-right: auto; font-size: 14.5px; color: var(--slate); }

/* ---- gallery ---- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); background: var(--mist); }
.gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item span { display: block; padding: 12px 16px; font-size: 13.5px; font-weight: 600; color: var(--navy); }

/* ---- coverage / area pills ---- */
.coverage { background: var(--navy-deep); }
.coverage .section-head h2 { color: #fff; }
.coverage .section-head p { color: rgba(255,255,255,.72); }
.area-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.area-pill { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: #fff; font-size: 14px; font-weight: 600; padding: 9px 16px; border-radius: 999px; }
.area-pill:hover { border-color: var(--red); }
.area-pill.light { background: #fff; border-color: var(--line); color: var(--navy); }
.area-pill.light:hover { border-color: var(--red); }

/* ---- panels / cards generic ---- */
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px,4vw,48px); }
.card-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; transition: border-color .2s, transform .2s; }
.feature-card:hover { border-color: var(--navy-bright); transform: translateY(-3px); box-shadow: var(--shadow); }
.feature-card .ico { width: 46px; height: 46px; border-radius: 11px; background: var(--sky); color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feature-card .ico svg { width: 22px; height: 22px; }
.feature-card h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 7px; }
.feature-card p { font-size: 14px; color: var(--slate); }
.prose p { color: var(--slate); font-size: 16.5px; margin-bottom: 16px; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--ink); }
.map-frame { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ---- faq ---- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.faq-item summary { cursor: pointer; list-style: none; padding: 18px 22px; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; color: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; color: var(--red); font-weight: 700; flex: none; transition: transform .2s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-body { padding: 0 22px 20px; font-size: 14.5px; color: var(--slate); }
.faq-body strong { color: var(--ink); }
.faq-body a { color: var(--red); font-weight: 600; }

/* ---- coming soon ---- */
.soon-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.soon-card { background: var(--mist); border: 1px dashed var(--slate-light); border-radius: var(--r); padding: 26px 24px; }
.soon-card .tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--slate-light); background: #fff; border: 1px solid var(--line); padding: 4px 10px; border-radius: 6px; margin-bottom: 12px; }
.soon-card h3 { font-size: 17px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.soon-card p { font-size: 14px; color: var(--slate); }

/* ---- final cta ---- */
.final { background: var(--navy); position: relative; overflow: hidden; }
.final::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--red); }
.final-inner { text-align: center; max-width: 660px; margin: 0 auto; }
.final .kicker { color: #fff; justify-content: center; }
.final .kicker::before { background: var(--red); }
.final h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); font-weight: 800; margin-bottom: 14px; letter-spacing: -.02em; }
.final p { color: rgba(255,255,255,.78); margin-bottom: 28px; }
.final-feats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; margin-top: 26px; }
.final-feat { color: rgba(255,255,255,.85); font-size: 13.5px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.final-feat::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }

/* ---- footer ---- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.7); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 48px; }
.footer-brand p { font-size: 14px; margin-top: 16px; max-width: 320px; }
.site-footer h4 { color: #fff; font-size: 14px; font-weight: 800; margin-bottom: 16px; letter-spacing: .02em; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.7); }
.footer-links a:hover { color: #fff; }
.footer-hours { font-size: 14px; display: flex; gap: 11px; align-items: flex-start; }
.footer-hours svg { width: 18px; height: 18px; flex: none; color: var(--red); margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13px; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; }
.footer-socials a:hover { background: var(--red); }
.footer-socials svg { width: 16px; height: 16px; color: #fff; }

/* ---- whatsapp float ---- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px -8px rgba(37,211,102,.6); }
.wa-float svg { width: 30px; height: 30px; color: #fff; }
.wa-float:hover { transform: scale(1.06); }

/* ---- responsive ---- */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid, .expect-grid, .card-grid-4, .quote-grid { grid-template-columns: repeat(2, 1fr); }
  .rel-grid, .card-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 880px) {
  .nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #fff;
    flex-direction: column; align-items: stretch; padding: 14px 24px 22px; gap: 6px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 11px 4px; border-bottom: 1px solid var(--line); }
  .nav .btn { margin: 10px 0 0; }
  .nav-toggle { display: block; }
  .hero-grid, .svc-hero-grid, .why-grid, .two-col { grid-template-columns: 1fr; }
  .hero-media, .svc-hero-media, .why-media { max-width: 460px; }
  .incl-grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .soon-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .svc-grid, .team-grid, .expect-grid, .check-grid, .gallery-grid,
  .quote-grid, .rel-grid, .card-grid-3, .card-grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Blog post typography & spacing (single.php + home.php)
   ========================================================= */

/* Container & rhythm */
.blog-article { background: #fff; }
.blog-article .post-meta {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  color: var(--slate); font-size: 14px;
  padding-top: 12px; border-top: 1px solid var(--line);
}
.blog-article .post-meta .author-name { color: var(--ink); font-weight: 600; }
.blog-article .post-meta .dot-sep { color: var(--line); }

/* Featured image — full-bleed but capped */
.blog-article .post-featured {
  margin: 28px 0 40px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.blog-article .post-featured img { width: 100%; height: auto; display: block; max-height: 540px; object-fit: cover; }
.blog-article .post-featured figcaption {
  background: var(--mist); color: var(--slate);
  padding: 12px 22px; font-size: 14px; text-align: center;
}

/* TL;DR callout */
.blog-article .tldr {
  background: linear-gradient(135deg, var(--sky), #fff);
  border-left: 4px solid var(--navy);
  border-radius: var(--r);
  padding: 22px 26px;
  margin: 0 0 36px;
  display: flex; gap: 18px; align-items: flex-start;
}
.blog-article .tldr .tldr-label {
  flex: none; font-size: 11px; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
  background: var(--navy); color: #fff;
  padding: 5px 11px; border-radius: 6px;
  white-space: nowrap;
}
.blog-article .tldr p { margin: 0; font-size: 16.5px; line-height: 1.65; color: var(--ink); }

/* Body type */
.blog-article .post-body {
  font-size: 17.5px; line-height: 1.78; color: var(--ink);
}
.blog-article .post-body > * + * { margin-top: 22px; }
.blog-article .post-body h2 {
  font-family: 'Manrope', sans-serif; font-weight: 800;
  font-size: clamp(26px, 3.2vw, 32px); line-height: 1.25;
  color: var(--navy); margin-top: 56px; margin-bottom: 14px;
  scroll-margin-top: 90px;
}
.blog-article .post-body h2:first-child { margin-top: 0; }
.blog-article .post-body h3 {
  font-family: 'Manrope', sans-serif; font-weight: 700;
  font-size: clamp(20px, 2.4vw, 23px); line-height: 1.3;
  color: var(--navy-deep); margin-top: 36px; margin-bottom: 10px;
}
.blog-article .post-body p { margin: 0; }
.blog-article .post-body a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.blog-article .post-body a:hover { color: var(--red-deep); }
.blog-article .post-body strong { color: var(--navy); }
.blog-article .post-body ul, .blog-article .post-body ol { margin: 16px 0 0 28px; padding: 0; }
.blog-article .post-body ul li, .blog-article .post-body ol li { margin-bottom: 10px; }

/* Inline infographic figure */
.blog-article .post-infographic {
  margin: 48px -40px;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.blog-article .post-infographic img { width: 100%; height: auto; display: block; }
.blog-article .post-infographic figcaption {
  padding: 14px 24px; background: var(--mist); color: var(--slate);
  font-size: 14.5px; text-align: center;
}
@media (max-width: 820px) {
  .blog-article .post-infographic { margin: 36px 0; }
}

/* Key takeaways box */
.blog-article .key-takeaways {
  background: var(--mist);
  border-radius: var(--r);
  padding: 26px 30px;
  margin: 40px 0;
}
.blog-article .key-takeaways .kicker { color: var(--red); }
.blog-article .key-takeaways h3 {
  margin: 8px 0 16px;
  font-family: 'Manrope', sans-serif; font-weight: 800;
  color: var(--navy); font-size: 22px;
}
.blog-article .key-takeaways ul { margin: 0; padding: 0; list-style: none; }
.blog-article .key-takeaways ul li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
  font-size: 16.5px; line-height: 1.55; color: var(--ink);
}
.blog-article .key-takeaways ul li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}

/* Pull-quote */
.blog-article .pull-quote {
  border-left: 4px solid var(--red);
  padding: 8px 0 8px 24px;
  margin: 32px 0;
  font-family: 'Manrope', sans-serif; font-weight: 700;
  font-size: clamp(20px, 2.6vw, 24px); line-height: 1.4;
  color: var(--navy);
}

/* Author bio card */
.blog-article .author-bio {
  display: flex; gap: 22px; align-items: flex-start;
  background: var(--mist); padding: 26px;
  border-radius: var(--r); margin: 56px 0 0;
}
.blog-article .author-bio .author-avatar {
  flex: none; width: 72px; height: 72px;
  border-radius: 50%; background: var(--navy);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 24px;
  letter-spacing: -0.02em;
}
.blog-article .author-bio .author-meta h4 {
  margin: 0 0 4px;
  font-family: 'Manrope', sans-serif; font-weight: 800;
  color: var(--navy); font-size: 19px;
}
.blog-article .author-bio .author-meta .author-role {
  font-size: 13px; font-weight: 600; color: var(--red);
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px;
}
.blog-article .author-bio .author-meta p {
  font-size: 15px; line-height: 1.6; color: var(--slate); margin: 0;
}

/* Post navigation */
.blog-article .post-nav {
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; flex-wrap: wrap;
  margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line);
}
.blog-article .post-nav .back-link {
  color: var(--red); font-weight: 700; text-decoration: none; font-size: 15px;
}
.blog-article .post-nav .back-link:hover { color: var(--red-deep); }

/* Sources / further reading */
.blog-article .sources {
  margin-top: 40px; padding: 20px 24px;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--r);
}
.blog-article .sources .kicker { color: var(--slate-light); }
.blog-article .sources h4 {
  margin: 6px 0 12px;
  font-family: 'Manrope', sans-serif; font-weight: 700;
  font-size: 16px; color: var(--navy);
}
.blog-article .sources ul {
  margin: 0; padding: 0 0 0 20px; font-size: 14.5px; color: var(--slate);
}
.blog-article .sources ul li { margin-bottom: 6px; }
.blog-article .sources a { color: var(--navy); text-decoration: underline; }
