:root{
    --ink:#14171C;
    --ink-soft:#5B616B;
    --paper:#FFFFFF;
    --paper-tint:#F2F3F5;
    --line:#E7E8EA;
    --accent:#FF5A1F;
    --accent-dark:#E1490F;
    --accent-tint:#FFF1EA;
    --call-pill:#EA2A1E;
    --call-icon:#2E6B3F;
    --success:#1FA463;
    --light-green:#57C46B;
    --radius:16px;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{-webkit-tap-highlight-color:transparent; scroll-behavior:smooth;}
  body{
    background:var(--paper);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    font-size:16px;
    -webkit-font-smoothing:antialiased;
    padding-top:90px;
  }
  h1,h2,h3{color:var(--ink); line-height:1.12; letter-spacing:-0.01em;}
  h1,h2{font-family:'Archivo Black',sans-serif; font-weight:400;}
  h3{font-family:'Manrope',sans-serif; font-weight:800;}
  a{color:inherit; text-decoration:none;}
  .wrap{max-width:520px; margin:0 auto; padding:0 20px;}
  img,svg{display:block; max-width:100%;}

  /* ================= CALL PILL ================= */
  .call-pill{
    display:flex; align-items:center; gap:12px;
    background:var(--call-pill);
    border-radius:100px;
    padding:6px 22px 6px 6px;
    width:100%;
    box-shadow:0 10px 22px -8px rgba(234,42,30,0.55);
    transition:transform .15s ease, box-shadow .15s ease;
  }
  .call-pill:active{transform:scale(0.98);}
  .call-icon{
    flex:none; width:50px; height:50px; border-radius:50%;
    background:var(--call-icon);
    display:flex; align-items:center; justify-content:center;
    border:2px solid rgba(255,255,255,0.25);
  }
  .call-icon svg{width:23px; height:23px; stroke:#fff;}
  .call-text{display:flex; flex-direction:column; justify-content:center; min-width:0;}
  .call-num{font-family:'Manrope',sans-serif; font-weight:800; font-size:23px; color:#fff; line-height:1.15; white-space:nowrap;}
  .call-label{font-size:16px; font-weight:600; color:rgba(255,255,255,0.92);}
  .call-pill.small{
    padding:9px 20px 9px 8px; width:100%; max-width:none; justify-content:center;
    border:2px solid var(--accent);
    box-shadow:0 0 0 3px rgba(255,90,31,0.25), 0 0 18px 4px rgba(255,90,31,0.6);
  }
  .call-pill.small .call-icon{width:46px; height:46px;}
  .call-pill.small .call-icon svg{width:21px; height:21px;}
  .call-pill.small .call-text{align-items:center;}
  .call-pill.small .call-num{font-size:23px; text-align:center;}
  .call-pill.small .call-label{font-size:13px; text-align:center;}

  /* ================= SECTION-LEVEL CTA (used at the bottom of every section) ================= */
  .section-cta{margin-top:36px; display:flex; flex-direction:column; align-items:center; gap:12px; text-align:center;}
  .section-cta .call-pill{max-width:380px;}
  .section-cta .cta-note{font-size:15px; font-weight:700; color:var(--ink-soft);}
  .section-cta .cta-note b{color:var(--ink);}

  /* ================= HERO ================= */
  .hero{padding:68px 0 50px;}
  .hero-badge{
    display:inline-flex; align-items:center; gap:7px;
    background:var(--accent-tint); color:var(--accent-dark);
    font-size:15px; font-weight:700;
    padding:6px 12px; border-radius:100px; margin-bottom:14px;
  }
  .hero-badge .dot{width:6px; height:6px; border-radius:50%; background:var(--success); animation:pulse 1.8s infinite;}
  @keyframes pulse{0%{box-shadow:0 0 0 0 rgba(31,164,99,0.5);}70%{box-shadow:0 0 0 5px rgba(31,164,99,0);}100%{box-shadow:0 0 0 0 rgba(31,164,99,0);}}

  .hero h1{font-size:32px; margin-bottom:26px; text-transform:uppercase;}
  .hero h1 .accent{color:var(--accent);}

  /* Bullets — light, no card background, bigger light-green icons */
  .bullets-panel{
    display:flex; flex-direction:column; gap:14px;
    padding:2px 0 4px;
    margin-bottom:30px;
  }
  .bullet-row{display:flex; align-items:center; gap:13px;}
  .arrow-ic{
    flex:none; width:36px; height:36px; border-radius:50%;
    background:var(--light-green);
    display:flex; align-items:center; justify-content:center;
  }
  .arrow-ic svg{width:19px; height:19px; stroke:#fff; stroke-width:3;}
  .bullet-row span{font-size:17px; font-weight:800; color:var(--ink); line-height:1.3;}

  .hero-cta-block{margin-bottom:6px;}
  .cta-sub{text-align:center; font-size:15px; color:var(--ink-soft); margin-top:10px;}
  .cta-sub b{color:var(--ink);}

  /* Hero image: reviews card */
  .review-wrap{position:relative; padding:14px 14px 14px 0; margin-top:26px;}
  .review-bg{
    position:absolute; top:0; right:0; bottom:0; left:26px;
    background:linear-gradient(135deg, var(--accent-tint), #FFE1A8);
    border-radius:22px; z-index:0;
  }
  .review-card{
    position:relative; z-index:1;
    background:#fff; border-radius:18px; border:1px solid var(--line);
    padding:18px; box-shadow:0 20px 40px -22px rgba(20,23,28,0.35);
  }
  .review-top{display:flex; align-items:center; justify-content:space-between; margin-bottom:12px;}
  .google-badge{display:flex; align-items:center; gap:6px;}
  .google-badge .g-word{font-family:'Manrope',sans-serif; font-weight:800; font-size:18px; letter-spacing:-0.02em;}
  .google-badge .g-word .g1{color:#4285F4;}
  .google-badge .g-word .g2{color:#EA4335;}
  .google-badge .g-word .g3{color:#FBBC05;}
  .google-badge .g-word .g4{color:#4285F4;}
  .google-badge .g-word .g5{color:#34A853;}
  .google-badge .g-word .g6{color:#EA4335;}
  .google-badge .g-label{font-size:14px; font-weight:700; color:var(--ink-soft); border-left:1px solid var(--line); padding-left:7px; margin-left:1px;}
  .verified-tag{display:flex; align-items:center; gap:4px; font-size:14px; font-weight:700; color:var(--ink-soft);}
  .verified-tag .check-dot{width:14px; height:14px; border-radius:50%; background:#34A853; display:flex; align-items:center; justify-content:center; flex:none;}
  .verified-tag .check-dot svg{width:9px; height:9px; stroke:#fff; stroke-width:3.5;}
  .review-brand{font-family:'Manrope',sans-serif; font-weight:800; font-size:18px; color:var(--ink); display:block; margin-bottom:14px;}

  .review-score{display:flex; align-items:center; gap:14px; margin-bottom:14px;}
  .review-num{font-family:'Manrope',sans-serif; font-weight:800; font-size:38px; color:var(--ink); line-height:1;}
  .review-score-meta{display:flex; flex-direction:column; gap:3px;}
  .review-score-meta .stars{color:#FBBC05; font-size:16px;}
  .review-count{font-size:15px; color:var(--ink-soft); font-weight:600;}

  .review-photo{width:100%; aspect-ratio:16/10; border-radius:12px; overflow:hidden; margin-bottom:14px; background:var(--paper-tint); position:relative;}
  .review-photo img{width:100%; height:100%; object-fit:cover; display:block;}
  .review-photo .ph-fallback{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:6px; color:var(--ink-soft); background:linear-gradient(150deg,#EDEEF0,#DDE0E3);}
  .review-photo .ph-fallback svg{width:26px; height:26px; stroke:#9AA0A8;}
  .review-photo .ph-fallback span{font-size:13px; font-weight:600;}

  .review-item{display:flex; gap:10px; padding-top:14px; border-top:1px solid var(--line);}
  .review-avatar{
    flex:none; width:34px; height:34px; border-radius:50%;
    background:var(--ink); color:#fff; font-size:13px; font-weight:700;
    display:flex; align-items:center; justify-content:center;
  }
  .review-name-row{display:flex; align-items:center; gap:8px;}
  .review-name{font-size:16px; font-weight:700; color:var(--ink);}
  .stars.small{color:#FBBC05; font-size:13px;}
  .review-time{font-size:13px; color:var(--ink-soft);}
  .review-body p{font-size:16px; color:var(--ink); line-height:1.45; margin-top:5px;}

  /* ================= SECTIONS ================= */
  section{padding:60px 0;}
  section.tint{background:var(--paper-tint);}
  .kicker{font-size:16px; font-weight:800; text-transform:uppercase; letter-spacing:0.08em; color:var(--accent-dark); display:block; margin-bottom:10px;}
  .section-head h2{font-size:30px;}
  .section-head p{font-size:18px; color:var(--ink-soft); margin-top:8px;}
  .section-head{margin-bottom:26px;}

  /* ---- Services ---- */
  .svc-list{display:flex; flex-direction:column; gap:0;}
  .svc-row{display:flex; align-items:flex-start; gap:14px; padding:17px 0; border-bottom:1px solid var(--line);}
  .svc-row:last-child{border-bottom:none;}
  .svc-icon{flex:none; width:44px; height:44px; border-radius:12px; background:var(--accent-tint); display:flex; align-items:center; justify-content:center;}
  .svc-icon svg{width:22px; height:22px; stroke:var(--accent-dark);}
  .svc-row h3{font-size:19px; margin-bottom:4px;}
  .svc-row p{font-size:17px; color:var(--ink-soft); line-height:1.45;}

  /* ---- 3 Steps (screenshot-style) ---- */
  .steps-head{text-align:center; margin-bottom:34px;}
  .steps-head .kicker{display:block;}
  .steps-head h2{font-size:30px; line-height:1.15;}
  .steps-sub{font-size:16px; color:var(--ink-soft); margin-top:14px; max-width:640px; margin-left:auto; margin-right:auto; line-height:1.6;}
  .steps-sub b{color:var(--ink);}
  .steps-grid{display:grid; grid-template-columns:1fr; gap:18px;}
  .step-card{
    position:relative; overflow:hidden;
    background:var(--paper-tint); border-radius:18px;
    padding:34px 22px 26px; text-align:center;
  }
  .step-num-bg{
    font-family:'Archivo Black',sans-serif; font-size:64px; color:rgba(255,90,31,0.14);
    line-height:1; margin-bottom:2px;
  }
  .step-emoji{font-size:72px; line-height:1; margin:-10px 0 16px; position:relative;}
  .step-title{font-family:'Manrope',sans-serif; font-weight:800; text-transform:uppercase; font-size:18px; color:var(--accent-dark); margin-bottom:10px; letter-spacing:0.01em;}
  .step-desc{font-size:16px; color:var(--ink-soft); line-height:1.6;}
  .step-desc b{color:var(--ink);}

  /* ---- Trust photo / who we are ---- */
  .trust-photo{border-radius:18px; overflow:hidden; position:relative; aspect-ratio:16/10; background:linear-gradient(150deg,#EDEEF0,#DDE0E3); display:flex; align-items:flex-end;}
  .trust-photo img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block;}
  .trust-photo .ph-fallback{position:absolute; inset:0;}
  .trust-photo .tag{position:relative; z-index:1; background:rgba(20,23,28,0.85); color:#fff; font-size:15px; font-weight:700; padding:9px 14px; margin:14px; border-radius:10px;}
  .trust-photo svg{position:absolute; inset:0; width:100%; height:100%;}

  /* ---- Why us ---- */
  .why-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px;}
  .why-card{background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:16px;}
  .why-card svg{width:20px; height:20px; stroke:var(--success); margin-bottom:9px;}
  .why-card p{font-size:16px; font-weight:600; line-height:1.4;}

  /* ---- Coverage — Cities & Outskirts We Cover (screenshot-exact styling) ---- */
  .coverage-head{text-align:center; margin-bottom:32px;}
  .coverage-head h2{
    font-size:29px; text-transform:uppercase; letter-spacing:0.01em; line-height:1.12;
  }
  .coverage-head h2 .c-accent{color:var(--accent-dark);}
  .coverage-head .coverage-sub{
    font-family:'Manrope',sans-serif; font-weight:800; font-size:18px;
    color:var(--ink); margin-top:14px; line-height:1.5;
  }
  .coverage-head .coverage-sub .c-accent{color:var(--accent-dark);}
  .coverage-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:12px 18px;}
  .coverage-item{display:flex; align-items:center; gap:8px;}
  .coverage-item svg{flex:none; width:18px; height:18px; fill:var(--call-pill);}
  .coverage-item span{font-size:17px; font-weight:700; color:var(--ink);}

  /* ---- Testimonials ---- */
  .testi-grid{display:flex; flex-direction:column; gap:14px;}
  .testi{background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:20px;}
  .testi .stars{color:#FBBC05; font-size:16px; margin-bottom:9px; display:block;}
  .testi p{font-size:17px; line-height:1.55; color:var(--ink); margin-bottom:11px;}
  .testi .who{font-size:15px; color:var(--ink-soft); font-weight:600;}

  /* ---- FAQ ---- */
  .faq-item{border-bottom:1px solid var(--line);}
  .faq-q{display:flex; align-items:center; justify-content:space-between; padding:18px 2px; font-size:18px; font-weight:700; cursor:pointer; background:none; border:none; width:100%; text-align:left; color:var(--ink); font-family:'Inter',sans-serif;}
  .faq-q .plus{font-size:22px; font-weight:400; color:var(--accent-dark); transition:transform .2s ease; flex:none; margin-left:12px;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0; overflow:hidden; transition:max-height .25s ease;}
  .faq-a p{font-size:16px; color:var(--ink-soft); line-height:1.55; padding:0 2px 18px;}

  /* ---- Final CTA ---- */
  .final-cta{background:var(--ink); color:#fff; text-align:left; border-radius:20px; margin:0 20px; padding:28px 20px;}
  .final-cta h2{color:#fff; font-size:24px; margin-bottom:9px;}
  .final-cta p{font-size:16px; color:rgba(255,255,255,0.65); margin-bottom:18px;}
  .final-cta .cta-note{font-size:14px; font-weight:700; color:rgba(255,255,255,0.7); margin-top:10px; text-align:center;}

  footer{padding:28px 0 22px; text-align:center;}
  footer p{font-size:15px; color:#9AA0A8; line-height:1.6;}

  /* ================= STICKY CALL HEADER ================= */
  .sticky-call{
    position:fixed; top:0; left:0; right:0;
    background:var(--call-pill); border-bottom:3px solid #14171C;
    padding:10px 0 9px; z-index:50; box-shadow:0 6px 20px -8px rgba(0,0,0,0.25);
  }
  .sticky-call .wrap{max-width:none; margin:0 auto; padding:0; display:flex; flex-direction:column; align-items:center; gap:5px;}
  .sticky-sub{color:#fff; font-family:'Manrope',sans-serif; font-weight:800; font-size:13px; text-align:center; letter-spacing:0.01em;}

  /* Yellow variant used only in the sticky header, to match reference */
  .call-pill.yellow{background:#FFD400; box-shadow:none;}
  .call-pill.yellow .call-icon{background:var(--call-icon); border-color:rgba(255,255,255,0.3);}
  .call-pill.yellow .call-num{color:#14171C;}
  .call-pill.yellow .call-label{color:#14171C;}
  .call-pill.yellow.small{
    border:2px solid var(--accent);
    box-shadow:0 0 0 3px rgba(255,90,31,0.25), 0 0 18px 4px rgba(255,90,31,0.6);
  }

  /* ================================================================
     RESPONSIVE — TABLET / DESKTOP
  ================================================================= */
  @media (min-width:900px){
    .wrap{max-width:1080px; padding:0 40px;}
    .sticky-call .wrap{max-width:none; padding:0; justify-content:flex-start;}

    .hero{padding:60px 0;}
    .hero .wrap{display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;}
    .hero h1{font-size:50px; margin-bottom:20px;}
    .hero-badge{margin-bottom:18px;}
    .bullets-panel{gap:17px; margin-bottom:26px;}
    .arrow-ic{width:42px; height:42px;}
    .arrow-ic svg{width:22px; height:22px;}
    .bullet-row span{font-size:19px;}
    .call-pill{max-width:400px;}
    .review-wrap{order:2; margin-top:0; padding:20px 20px 20px 0;}
    .review-card{padding:24px;}
    .hero-cta-block{margin-bottom:0;}

    section{padding:60px 0;}
    .section-head{margin-bottom:34px; max-width:680px;}
    .section-head h2{font-size:38px;}
    .section-head p{font-size:19px;}

    .svc-list{display:grid; grid-template-columns:1fr 1fr; gap:0 32px;}
    .steps-head h2{font-size:48px;}
    .steps-sub{font-size:19px;}
    .steps-grid{grid-template-columns:repeat(3,1fr); gap:26px;}
    .why-grid{grid-template-columns:repeat(4,1fr);}
    .coverage-head h2{font-size:42px;}
    .coverage-head .coverage-sub{font-size:22px;}
    .coverage-grid{grid-template-columns:repeat(5,1fr); gap:16px 24px;}
    .testi-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}

    .final-cta{
      margin:0 auto; max-width:1080px; padding:44px 56px;
      display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap;
    }
    .final-cta .cta-col{flex:1; min-width:280px;}
    .final-cta h2{font-size:30px;}
    .final-cta .cta-block{display:flex; flex-direction:column; align-items:center;}
    .final-cta .call-pill{max-width:340px;}

    .trust-photo{aspect-ratio:21/9;}
  }

  @media (min-width:1280px){
    .wrap{max-width:1200px;}
    .sticky-call .wrap{max-width:none;}
    .hero h1{font-size:56px;}
    .coverage-head h2{font-size:46px;}
  }

/* ================= ADDED: hero dynamic sub-line ================= */
.hero-sub{font-size:17px; font-weight:600; color:var(--ink-soft); margin-bottom:20px; line-height:1.5;}
.hero-sub b{color:var(--ink);}

/* ================= ADDED: service cards as links (home page) ================= */
.svc-row.linked{cursor:pointer; transition:background .15s ease;}
.svc-row.linked:hover{background:var(--paper-tint);}
.svc-row .svc-arrow{margin-left:auto; flex:none; align-self:center; width:18px; height:18px; stroke:var(--ink-soft);}

/* ================= ADDED: footer cross-page nav ================= */
.footer-nav{display:flex; flex-wrap:wrap; justify-content:center; gap:8px 18px; margin-bottom:16px;}
.footer-nav a{font-size:14px; font-weight:700; color:var(--ink); border-bottom:2px solid transparent;}
.footer-nav a:hover{border-bottom-color:var(--accent);}
.footer-nav .sep{color:var(--line);}

@media (min-width:900px){
  .hero-sub{font-size:19px;}
}

/* ================================================================
   BUSINESS-SITE CHROME (home / services / about / contact)
   Full website look: top nav + footer, distinct from the LPs.
================================================================= */
body.biz{padding-top:66px;}

/* --- Header --- */
.site-header{position:fixed;top:0;left:0;right:0;z-index:60;background:rgba(255,255,255,0.95);backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--line);}
.site-header-inner{display:flex;align-items:center;gap:14px;height:66px;}
.brand{display:flex;align-items:center;gap:9px;flex:none;}
.brand-mark{width:30px;height:30px;flex:none;}
.brand-name{font-family:'Manrope',sans-serif;font-weight:800;font-size:18px;color:var(--ink);letter-spacing:-0.01em;line-height:1;}
.brand-name b{color:var(--accent-dark);font-weight:800;}
.main-nav{display:flex;align-items:center;gap:4px;margin-left:auto;order:2;}
.main-nav a{font-family:'Manrope',sans-serif;font-weight:700;font-size:15px;color:var(--ink-soft);padding:8px 12px;border-radius:8px;}
.main-nav a:hover,.main-nav a.active{color:var(--accent-dark);background:var(--accent-tint);}
.nav-call{flex:none;order:3;display:inline-flex;align-items:center;gap:7px;background:var(--call-pill);color:#fff;font-family:'Manrope',sans-serif;font-weight:800;font-size:15px;padding:9px 15px;border-radius:100px;box-shadow:0 8px 18px -8px rgba(234,42,30,0.5);white-space:nowrap;}
.nav-call svg{width:16px;height:16px;stroke:#fff;}
@media (max-width:760px){
  .site-header-inner{flex-wrap:wrap;height:auto;padding-top:9px;padding-bottom:9px;gap:10px;}
  body.biz{padding-top:112px;}
  .main-nav{order:4;width:100%;margin-left:0;overflow-x:auto;gap:2px;padding-bottom:2px;-webkit-overflow-scrolling:touch;}
  .main-nav a{padding:6px 10px;font-size:14px;white-space:nowrap;}
  .nav-call{margin-left:auto;font-size:14px;padding:8px 13px;}
}

/* --- Buttons --- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:'Manrope',sans-serif;font-weight:800;font-size:16px;padding:14px 24px;border-radius:12px;transition:transform .15s ease,filter .15s ease;}
.btn:active{transform:scale(0.98);}
.btn-primary{background:var(--call-pill);color:#fff;box-shadow:0 10px 22px -10px rgba(234,42,30,0.55);}
.btn-primary:hover{filter:brightness(1.05);}
.btn-ghost{background:transparent;color:var(--ink);border:2px solid var(--line);}
.btn-ghost:hover{border-color:var(--accent);color:var(--accent-dark);}
.btn svg{width:18px;height:18px;}

/* --- Business hero --- */
.biz-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#14171C 0%,#23272E 100%);color:#fff;}
.biz-hero .wrap{padding:52px 20px;position:relative;z-index:2;}
.biz-hero .eyebrow{display:inline-flex;align-items:center;gap:7px;background:rgba(255,90,31,0.18);color:#FFB489;font-weight:700;font-size:14px;padding:6px 12px;border-radius:100px;margin-bottom:16px;}
.biz-hero h1{color:#fff;font-size:34px;line-height:1.1;text-transform:uppercase;margin-bottom:16px;}
.biz-hero h1 .accent{color:var(--accent);}
.biz-hero p{font-size:17px;color:rgba(255,255,255,0.82);line-height:1.6;max-width:620px;margin-bottom:26px;}
.biz-hero .biz-cta-row{display:flex;flex-wrap:wrap;gap:12px;}
.biz-hero-media{margin-top:28px;border-radius:18px;overflow:hidden;aspect-ratio:16/10;background:#23272E;}
.biz-hero-media img{width:100%;height:100%;object-fit:cover;display:block;}
@media (min-width:900px){
  .biz-hero .wrap{display:grid;grid-template-columns:1.1fr 0.9fr;gap:48px;align-items:center;padding:72px 40px;}
  .biz-hero h1{font-size:48px;}
  .biz-hero-media{margin-top:0;}
}

/* --- Business sections --- */
.biz-section{padding:56px 0;}
.biz-section.tint{background:var(--paper-tint);}
.biz-section .lead{font-size:17px;color:var(--ink-soft);line-height:1.7;max-width:680px;}
.biz-section .lead + .lead{margin-top:16px;}

/* --- Services / feature cards --- */
.biz-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:8px;}
@media (min-width:700px){.biz-grid{grid-template-columns:1fr 1fr;}}
@media (min-width:1000px){.biz-grid{grid-template-columns:1fr 1fr 1fr;}}
.biz-card{display:flex;flex-direction:column;background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:24px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;}
.biz-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px -22px rgba(20,23,28,0.4);border-color:var(--accent);}
.biz-card .ic{width:46px;height:46px;border-radius:12px;background:var(--accent-tint);display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.biz-card .ic svg{width:24px;height:24px;stroke:var(--accent-dark);}
.biz-card h3{font-size:19px;margin-bottom:8px;}
.biz-card p{font-size:15px;color:var(--ink-soft);line-height:1.55;flex:1;}
.biz-card .more{margin-top:14px;font-family:'Manrope',sans-serif;font-weight:800;font-size:14px;color:var(--accent-dark);display:inline-flex;align-items:center;gap:6px;}
.biz-card:hover .more{gap:9px;}

/* --- Feature strip --- */
.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:8px;}
@media (min-width:900px){.feat-grid{grid-template-columns:repeat(4,1fr);}}
.feat{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:20px;text-align:center;}
.feat .fn{font-family:'Manrope',sans-serif;font-weight:800;font-size:22px;color:var(--accent-dark);margin-bottom:6px;}
.feat p{font-size:14px;color:var(--ink-soft);line-height:1.45;}

/* --- Contact cards --- */
.contact-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:8px;}
@media (min-width:800px){.contact-grid{grid-template-columns:1fr 1fr;}}
.contact-card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:24px;}
.contact-card h3{font-size:18px;margin-bottom:8px;display:flex;align-items:center;gap:9px;}
.contact-card h3 svg{width:20px;height:20px;stroke:var(--accent-dark);flex:none;}
.contact-card p,.contact-card a{font-size:16px;color:var(--ink-soft);line-height:1.6;}
.contact-card a{color:var(--accent-dark);font-weight:700;}

/* --- CTA band --- */
.cta-band{background:var(--ink);color:#fff;border-radius:20px;margin:0 20px;padding:32px 22px;text-align:center;}
.cta-band h2{color:#fff;font-size:26px;margin-bottom:10px;}
.cta-band p{color:rgba(255,255,255,0.72);font-size:16px;margin-bottom:20px;}
.cta-band .btn-primary{margin:0 auto;}
@media (min-width:900px){.cta-band{max-width:1080px;margin:0 auto;padding:44px;}}

/* --- Footer --- */
.site-footer{background:#101317;color:rgba(255,255,255,0.72);padding:44px 0 26px;margin-top:8px;}
.site-footer-grid{display:grid;grid-template-columns:1fr;gap:28px;}
@media (min-width:760px){.site-footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;}}
.foot-col h4{color:#fff;font-family:'Manrope',sans-serif;font-weight:800;font-size:15px;margin-bottom:14px;}
.foot-col a{display:block;color:rgba(255,255,255,0.7);font-size:15px;padding:4px 0;}
.foot-col a:hover{color:var(--accent);}
.foot-col p{font-size:15px;line-height:1.6;}
.foot-col .brand-name{color:#fff;font-size:19px;margin-bottom:10px;display:block;}
.foot-col .brand-name b{color:var(--accent);}
.foot-call{display:inline-flex;align-items:center;gap:8px;background:var(--call-pill);color:#fff;font-family:'Manrope',sans-serif;font-weight:800;padding:10px 16px;border-radius:100px;margin-top:6px;}
.foot-call svg,.site-footer svg{width:16px;height:16px;}
.foot-bottom{border-top:1px solid rgba(255,255,255,0.12);margin-top:30px;padding-top:18px;font-size:13px;color:rgba(255,255,255,0.5);display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;}
.foot-bottom a{color:rgba(255,255,255,0.6);}
