
  :root{
    --bg:#FFFFFF;
    --surface:#F5F8FC;
    --surface-2:#EEF3FA;
    --ink:#101828;
    --ink-2:#344054;
    --muted:#667085;
    --line:#E3E8EF;
    --blue:#1E5FD9;
    --blue-dark:#123F94;
    --blue-tint:#EAF1FD;
    --green:#1F9D57;
    --green-tint:#E7F7EE;
    --green-bright:#2FAE66;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--bg);color:var(--ink);
    font-family:'Inter',sans-serif;line-height:1.6;
  }
  h1,h2,h3,.display{font-family:'Space Grotesk',sans-serif;}
  a{color:inherit;text-decoration:none;}
  img,svg{display:block;max-width:100%;}
  .wrap{max-width:1180px;margin:0 auto;padding:0 32px;}
  ul{list-style:none;}

  /* ===== IMAGE PLACEHOLDER SLOTS (swap for real photography) ===== */
  .img-slot{position:relative;}
  .img-slot .slot-tag{
    position:absolute;bottom:10px;right:12px;z-index:3;
    font-size:10.5px;font-weight:600;letter-spacing:0.8px;text-transform:uppercase;
    color:rgba(255,255,255,0.85);background:rgba(16,24,40,0.45);
    padding:4px 10px;border-radius:4px;pointer-events:none;
  }

  /* ===== WHATSAPP & APPOINTMENT ===== */
  .wa-float{position:fixed;bottom:24px;right:24px;z-index:99;width:56px;height:56px;border-radius:50%;
    background:#25D366;display:flex;align-items:center;justify-content:center;
    box-shadow:0 4px 14px rgba(0,0,0,0.25);transition:transform 0.15s;}
  .wa-float:hover{transform:scale(1.08);}
  .wa-float svg{width:30px;height:30px;fill:#fff;}
  .cta-actions{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap;}
  .cta-actions a{background:#06251A;color:#fff;font-weight:600;font-size:14px;
    padding:12px 20px;border-radius:6px;display:inline-flex;align-items:center;gap:8px;}
  .cta-actions a:hover{background:#0B3B24;}
  /* ===== HERO VIDEO (optional) ===== */
  .hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}

  /* ===== ANIMATED CARD STRIPS & TILES ===== */
  .cat-top{display:flex;align-items:center;gap:14px;margin-bottom:20px;}
  .cat-top .cat-icon{margin-bottom:0;flex-shrink:0;}
  .cat-anim{flex:1;height:64px;background:var(--blue-tint);border-radius:10px;overflow:hidden;}
  .cat-anim svg{width:100%;height:100%;display:block;}
  .seg-tiles{display:grid;grid-template-columns:repeat(4,38px);gap:9px;margin-bottom:22px;}
  .seg-tiles span{height:38px;border-radius:8px;background:var(--blue-tint);border:1px solid var(--line);
    animation:tilePulse 3.6s ease-in-out infinite;}
  .seg-tiles span:nth-child(1){animation-delay:0s}
  .seg-tiles span:nth-child(2){animation-delay:.45s}
  .seg-tiles span:nth-child(3){animation-delay:.9s}
  .seg-tiles span:nth-child(4){animation-delay:1.35s}
  .seg-tiles span:nth-child(5){animation-delay:1.8s}
  .seg-tiles span:nth-child(6){animation-delay:2.25s}
  .seg-tiles span:nth-child(7){animation-delay:2.7s}
  .seg-tiles span:nth-child(8){animation-delay:3.15s}
  @keyframes tilePulse{0%,100%{background:var(--blue-tint);transform:scale(1);}
    10%{background:var(--blue);transform:scale(1.08);}22%{background:var(--blue-tint);transform:scale(1);}}

  /* ===== ABOUT SPLIT: network + mascot ===== */
  .about-split{display:flex;height:100%;min-height:380px;}
  .about-split .net{flex:1.05;position:relative;}
  .about-split .net svg{position:absolute;inset:0;width:100%;height:100%;}
  .about-split .mascot{flex:0.95;background:#fff;display:flex;align-items:flex-end;justify-content:center;border-left:1px solid var(--line);}
  .about-split .mascot img{height:96%;width:auto;object-fit:contain;}

  /* ===== UTILITY BAR ===== */
  .utility-bar{background:var(--blue-dark);color:#fff;font-size:13px;}
  .utility-bar .wrap{display:flex;justify-content:space-between;align-items:center;height:38px;}
  .util-left{display:flex;gap:22px;}
  .util-left span,.util-left a{display:flex;align-items:center;gap:6px;color:#CFE0FF;}
  .util-left a:hover{color:#fff;}
  .util-right a{color:#CFE0FF;margin-left:20px;}
  .util-right a:hover{color:#fff;}

  /* ===== MAIN NAV ===== */
  header{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50;}
  nav{display:flex;align-items:center;justify-content:space-between;height:84px;}
  .logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;letter-spacing:0.2px;color:var(--ink);}
  .logo-mark{width:36px;height:36px;flex-shrink:0;}
  .nav-links{display:flex;gap:32px;font-size:14.5px;font-weight:500;color:var(--ink-2);}
  .nav-links a:hover{color:var(--blue);}
  .nav-cta{
    background:var(--blue);color:#fff;font-weight:600;font-size:14px;
    padding:12px 22px;border-radius:6px;
  }
  .nav-cta:hover{background:var(--blue-dark);}

  /* ===== HERO ===== */
  .hero{position:relative;}
  .hero-media{position:relative;height:520px;overflow:hidden;background:var(--blue-dark);}
  .hero-media > svg.hero-bg{position:absolute;inset:0;width:100%;height:100%;}
  .hero-media::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(90deg, rgba(16,24,40,0.82) 0%, rgba(16,24,40,0.55) 45%, rgba(16,24,40,0.15) 100%);
  }
  .hero-copy{
    position:absolute;inset:0;display:flex;align-items:center;z-index:2;
  }
  .hero-copy .wrap{max-width:1180px;width:100%;}
  .hero-copy-inner{max-width:600px;color:#fff;}
  .eyebrow{
    display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;
    color:var(--green-bright);text-transform:uppercase;letter-spacing:1px;margin-bottom:18px;
  }
  .eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--green-bright);}
  .hero-copy h1{font-size:46px;font-weight:600;line-height:1.12;letter-spacing:-0.5px;margin-bottom:18px;}
  .hero-copy h1 span{color:var(--green-bright);}
  .hero-copy p{font-size:16.5px;color:#E4E9F2;margin-bottom:30px;max-width:500px;}
  .hero-ctas{display:flex;gap:14px;}
  .btn-primary{background:var(--blue);color:#fff;font-weight:600;font-size:15px;padding:14px 26px;border-radius:6px;display:inline-block;}
  .btn-primary:hover{background:var(--blue-dark);}
  .btn-white{background:#fff;color:var(--ink);font-weight:600;font-size:15px;padding:14px 26px;border-radius:6px;display:inline-block;}

  /* ===== STATS STRIP ===== */
  .stats-strip{background:var(--blue);}
  .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);}
  .stat{padding:26px 0;text-align:center;border-right:1px solid rgba(255,255,255,0.18);}
  .stat:last-child{border-right:none;}
  .stat .num{font-family:'Space Grotesk',sans-serif;font-size:28px;font-weight:600;color:#fff;}
  .stat .lbl{font-size:12.5px;color:#CFE0FF;margin-top:4px;text-transform:uppercase;letter-spacing:0.5px;}

  /* ===== SECTION HEADS ===== */
  section{padding:88px 0;}
  .sec-head{max-width:620px;margin:0 auto 48px;text-align:center;}
  .sec-tag{
    font-size:13px;font-weight:600;color:var(--green);text-transform:uppercase;
    letter-spacing:1px;margin-bottom:12px;display:block;
  }
  .sec-head h2{font-size:32px;font-weight:600;letter-spacing:-0.5px;line-height:1.2;color:var(--ink);}
  .sec-head p{color:var(--muted);font-size:15.5px;margin-top:14px;}

  /* ===== SOLUTIONS GRID ===== */
  .categories{background:var(--surface);}
  .cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  .cat-card{
    background:#fff;border:1px solid var(--line);border-radius:10px;padding:30px 26px;
    transition:border-color 0.15s;
  }
  .cat-card:hover{border-color:var(--blue);}
  .cat-icon{
    width:46px;height:46px;border-radius:10px;background:var(--blue-tint);
    display:flex;align-items:center;justify-content:center;margin-bottom:20px;
  }
  .cat-icon svg{width:23px;height:23px;stroke:var(--blue);}
  .cat-card h3{font-size:17.5px;font-weight:600;margin-bottom:8px;color:var(--ink);}
  .cat-card p{font-size:14px;color:var(--muted);margin-bottom:16px;}
  .cat-card .cat-link{font-size:13.5px;font-weight:600;color:var(--blue);display:inline-flex;align-items:center;gap:5px;}

  /* ===== SEGMENTS (was branch network) ===== */
  .coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
  .coverage-list{display:flex;flex-direction:column;gap:0;}
  .coverage-row{
    display:flex;justify-content:space-between;align-items:center;gap:18px;
    padding:14px 0;border-bottom:1px solid var(--line);font-size:15px;
  }
  .coverage-row:first-child{border-top:1px solid var(--line);}
  .coverage-row .name{font-weight:600;color:var(--ink);white-space:nowrap;}
  .coverage-row .region{color:var(--muted);font-size:13.5px;text-align:right;}
  .coverage-map{
    background:var(--surface-2);border-radius:12px;padding:36px;
    display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
    min-height:340px;border:1px solid var(--line);
  }
  .coverage-map .big-num{font-family:'Space Grotesk',sans-serif;font-size:56px;font-weight:600;color:var(--blue);}
  .coverage-map .big-lbl{font-size:14px;color:var(--muted);margin-top:6px;text-transform:uppercase;letter-spacing:0.5px;}
  .coverage-map .sub{margin-top:24px;font-size:14px;color:var(--ink-2);max-width:300px;}

  /* ===== PARTNERSHIPS STRIP ===== */
  .brands{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
  .brands .wrap{padding-top:44px;padding-bottom:44px;}
  .brands-label{text-align:center;font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:28px;font-weight:600;}
  .brands-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px;}
  .brand-name{font-family:'Space Grotesk',sans-serif;font-size:17px;font-weight:600;color:var(--ink-2);opacity:0.55;}
  .brands-note{text-align:center;font-size:12.5px;color:var(--muted);margin-top:26px;}

  /* ===== ABOUT ===== */
  .about-grid{display:grid;grid-template-columns:0.95fr 1.05fr;gap:56px;align-items:center;}
  .about-img{border-radius:12px;overflow:hidden;border:1px solid var(--line);background:var(--surface-2);}
  .about-img svg{width:100%;height:100%;}
  .about-text .sec-tag{text-align:left;}
  .about-text h2{font-size:30px;font-weight:600;margin-bottom:16px;letter-spacing:-0.5px;color:var(--ink);}
  .about-text p{color:var(--muted);font-size:15.5px;margin-bottom:16px;max-width:480px;}
  .about-list{margin-top:20px;display:flex;flex-direction:column;gap:14px;}
  .about-list li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:var(--ink-2);}
  .check{
    width:18px;height:18px;border-radius:50%;background:var(--green-tint);flex-shrink:0;margin-top:2px;
    display:flex;align-items:center;justify-content:center;
  }
  .check svg{width:10px;height:10px;stroke:var(--green);}

  /* ===== DIGITAL SOLUTIONS SPOTLIGHT (was mascot section) ===== */
  .smarthome{background:var(--blue-dark);color:#fff;}
  .sh-grid{display:grid;grid-template-columns:1fr 0.9fr;gap:50px;align-items:center;}
  .sh-copy .sec-tag{color:var(--green-bright);text-align:left;}
  .sh-copy h2{font-size:30px;font-weight:600;margin-bottom:16px;color:#fff;}
  .sh-copy p{color:#C7D3EA;font-size:15.5px;margin-bottom:26px;max-width:460px;}
  .platform-list{display:flex;flex-direction:column;gap:14px;}
  .platform-item{
    background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.14);
    border-radius:10px;padding:18px 20px;display:flex;gap:16px;align-items:flex-start;
  }
  .platform-item .p-icon{
    width:38px;height:38px;border-radius:8px;background:rgba(47,174,102,0.18);flex-shrink:0;
    display:flex;align-items:center;justify-content:center;
  }
  .platform-item .p-icon svg{width:19px;height:19px;stroke:var(--green-bright);}
  .platform-item h3{font-size:15px;font-weight:600;color:#fff;margin-bottom:2px;}
  .platform-item p{font-size:13px;color:#C7D3EA;margin:0;}

  /* ===== INSIGHTS ===== */
  .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
  .news-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;}
  .news-thumb{height:140px;background:var(--surface-2);display:flex;align-items:center;justify-content:center;}
  .news-thumb svg{width:32px;height:32px;stroke:var(--blue);opacity:0.5;}
  .news-body{padding:22px;}
  .news-cat{font-size:12px;font-weight:600;color:var(--green);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:10px;}
  .news-body h3{font-size:16.5px;font-weight:600;margin-bottom:8px;color:var(--ink);line-height:1.35;}
  .news-body p{font-size:13.5px;color:var(--muted);}

  /* ===== ENQUIRY CTA ===== */
  .cta-sec{background:var(--surface);border-top:1px solid var(--line);}
  .cta-inner{
    background:var(--green);border-radius:14px;padding:56px 60px;
    display:flex;justify-content:space-between;align-items:center;gap:40px;
  }
  .cta-inner h2{font-size:27px;font-weight:600;color:#06251A;max-width:420px;line-height:1.25;}
  .cta-inner p{color:#0B3B24;font-size:14.5px;margin-top:10px;max-width:400px;}
  .cta-form{display:flex;flex-direction:column;gap:10px;flex-shrink:0;width:320px;}
  .cta-form input{
    background:#fff;border:none;border-radius:6px;padding:14px 16px;font-size:14.5px;width:100%;
    font-family:'Inter',sans-serif;
  }
  .cta-form button{
    background:#06251A;color:#fff;font-weight:600;font-size:14.5px;padding:14px 22px;border-radius:6px;
    white-space:nowrap;border:none;cursor:pointer;font-family:'Inter',sans-serif;
  }
  .cta-form button:hover{background:#0B3B24;}

  /* ===== FOOTER ===== */
  footer{background:#0E1526;color:#B7C1D6;padding:64px 0 28px;}
  .foot-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;}
  .foot-brand .logo{color:#fff;margin-bottom:16px;}
  .foot-brand p{font-size:13.5px;max-width:280px;color:#8B96AD;}
  .foot-col h4{font-size:12.5px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#fff;margin-bottom:18px;}
  .foot-col a{display:block;font-size:14px;margin-bottom:12px;color:#B7C1D6;}
  .foot-col a:hover{color:#fff;}
  .foot-bottom{
    display:flex;justify-content:space-between;align-items:center;
    border-top:1px solid rgba(255,255,255,0.08);padding-top:24px;font-size:13px;color:#6B7690;
  }

  @media(max-width:900px){
    .hero-copy h1{font-size:34px;}
    .stats-grid{grid-template-columns:repeat(2,1fr);}
    .stat{border-right:none;}
    .cat-grid{grid-template-columns:1fr;}
    .coverage-grid,.about-grid,.sh-grid{grid-template-columns:1fr;}
    .news-grid{grid-template-columns:1fr;}
    .nav-links{display:none;}
    .foot-grid{grid-template-columns:1fr 1fr;}
    .cta-inner{flex-direction:column;align-items:flex-start;}
    .cta-form{width:100%;}
    .util-left{display:none;}
    .brands-row{justify-content:center;gap:32px;}
    .coverage-row .name{white-space:normal;}
    .hero-ctas{flex-wrap:wrap;}
  }

/* ===== added: accessibility, nav toggle, breadcrumb, prose, faq, cookie ===== */
.skip{position:absolute;left:-999px;top:0;background:#123F94;color:#fff;padding:10px 14px;z-index:1000;border-radius:0 0 8px 0;}
.skip:focus{left:0;}
:focus-visible{outline:3px solid #2FAE66;outline-offset:2px;border-radius:3px;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:8px;padding:6px 8px;color:var(--ink);cursor:pointer;}
.crumb-bar{border-bottom:1px solid var(--line);background:var(--green-tint);border-left:3px solid var(--green);}
.crumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:13px;color:#0F6E56;padding:11px 0;justify-content:flex-start;height:auto;}
nav.crumb{justify-content:flex-start;height:auto;}
.crumb a{color:#0F6E56;}.crumb a:hover{color:var(--green);text-decoration:underline;}
.crumb .sep{opacity:.5;}.crumb span:last-child{color:#085041;font-weight:600;}
.prose{max-width:760px;color:var(--ink-2);font-size:15.5px;}
.prose h2{font-size:20px;font-weight:600;color:var(--ink);margin:26px 0 10px;}
.prose p{margin-bottom:14px;}.prose ul{margin:0 0 14px;padding-left:20px;list-style:disc;}
.prose li{margin:6px 0;}.prose a{color:var(--blue);}
.faq .faq-item{border:1px solid var(--line);border-radius:10px;padding:2px 18px;margin-bottom:12px;background:#fff;}
.faq summary{cursor:pointer;font-weight:600;color:var(--ink);padding:16px 0;list-style:none;font-size:15.5px;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"+";float:right;color:var(--blue);font-size:20px;line-height:1;}
.faq details[open] summary::after{content:"\2013";}
.faq .faq-item p{color:var(--muted);padding-bottom:14px;margin:0;font-size:14.5px;}
.news-card{display:block;color:inherit;transition:border-color .15s,transform .15s;}
.news-card:hover{border-color:var(--blue);transform:translateY(-2px);}
.ck-consent{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:#0B3B24;line-height:1.4;}
.ck-consent input{width:auto;margin-top:2px;flex-shrink:0;}
.ck-consent a{color:#06251A;text-decoration:underline;font-weight:600;}
.form-status{font-size:13px;font-weight:600;margin:2px 0 0;}
.cookie{position:fixed;left:16px;right:16px;bottom:16px;max-width:520px;margin:0 auto;background:#fff;border:1px solid var(--line);box-shadow:0 14px 40px rgba(16,24,40,.18);border-radius:12px;padding:18px 20px;z-index:200;display:none;}
.cookie.show{display:block;}
.cookie p{font-size:13px;color:var(--muted);margin-bottom:12px;}
.cookie a{color:var(--blue);}
.cookie-btns{display:flex;gap:10px;}
.cookie-btns button{font-weight:600;font-size:13.5px;padding:9px 18px;border-radius:6px;cursor:pointer;border:1px solid var(--line);font-family:'Inter',sans-serif;}
.ck-accept{background:var(--blue);color:#fff;border-color:var(--blue);}
.ck-accept:hover{background:var(--blue-dark);}
.ck-decline{background:#fff;color:var(--ink-2);}
/* service-page hero with fitted SVG panel */
.svc-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;}
.hero-illo{background:var(--blue-tint);border:1px solid var(--line);border-radius:14px;padding:26px;}
.hero-illo>svg{width:100%;height:auto;display:block;}
.illo-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.illo-stack svg{width:100%;height:auto;background:#fff;border-radius:8px;border:1px solid var(--line);}
@media(max-width:900px){
  .svc-hero{grid-template-columns:1fr;gap:26px;}
  .nav-toggle{display:inline-flex;}
  .nav-links{position:absolute;top:84px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;gap:0!important;padding:8px 32px 16px;box-shadow:0 8px 20px rgba(16,24,40,.08);}
  .nav-links a{padding:12px 0;border-bottom:1px solid var(--line);}
  .nav-links{display:none;}
  .nav-links.open{display:flex;}
  header nav{position:relative;}
}
