:root {
      --primary: #0b5cff;
      --primary-dark: #063db3;
      --secondary: #07111f;
      --text: #243044;
      --muted: #667085;
      --light: #f5f8ff;
      --white: #ffffff;
      --border: #e4eaf5;
      --success: #17b26a;
      --radius: 22px;
      --shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
    }

  

   

    .topbar {
      background: #06101f;
      color: #dbe7ff;
      font-size: 14px;
      padding: 10px 0;
    }

    .topbar .container {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
    }

    .nav {
      height: 76px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      font-size: 24px;
      font-weight: 800;
      color: var(--secondary);
      letter-spacing: -0.7px;
    }

    .logo span {
      color: var(--primary);
    }

    .menu {
      display: flex;
      gap: 28px;
      color: #344054;
      font-weight: 600;
      font-size: 15px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 13px 22px;
      border-radius: 999px;
      font-weight: 700;
      transition: 0.25s ease;
      border: 1px solid transparent;
      cursor: pointer;
    }

    .btn-primary {
      background: var(--primary);
      color: var(--white);
      box-shadow: 0 10px 25px rgba(11, 92, 255, 0.25);
    }

    .btn-primary:hover {
      background: var(--primary-dark);
      transform: translateY(-2px);
    }

    .btn-light {
      background: var(--white);
      color: var(--primary);
      border-color: var(--border);
    }

    .hero {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 80% 10%, rgba(11, 92, 255, 0.20), transparent 35%),
        linear-gradient(135deg, #f7faff 0%, #eef5ff 42%, #ffffff 100%);
      padding: 70px 50px 70px 50px;
    }

    .hero-grid {
      display: contents;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 54px;
      align-items: center;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #eaf2ff;
      color: var(--primary-dark);
      border: 1px solid #cfe0ff;
      padding: 8px 14px;
      border-radius: 999px;
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 22px;
    }

    h1 {
      font-size: clamp(40px, 5vw, 68px);
      line-height: 1.04;
      color: var(--secondary);
      letter-spacing: -2.5px;
      margin-bottom: 24px;
    }

    .hero p {
      font-size: 19px;
      color: var(--muted);
      max-width: 660px;
      margin-bottom: 32px;
    }

    .hero-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      margin-bottom: 34px;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      max-width: 680px;
    }

    .stat {
      background: rgba(255, 255, 255, 0.75);
      border: 1px solid var(--border);
      border-radius: 18px;
      padding: 18px;
    }

    .stat strong {
      display: block;
      font-size: 28px;
      color: var(--secondary);
      line-height: 1;
    }

    .stat span {
      font-size: 13px;
      color: var(--muted);
      font-weight: 600;
    }

    .hero-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 32px;
      padding: 28px;
      box-shadow: var(--shadow);
    }

    .dashboard {
      background: #07111f;
      color: var(--white);
      border-radius: 26px;
      padding: 24px;
      overflow: hidden;
    }

    .dashboard-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 24px;
    }

    .pulse {
      width: 12px;
      height: 12px;
      background: var(--success);
      border-radius: 50%;
      box-shadow: 0 0 0 8px rgba(23, 178, 106, 0.16);
    }

    .chart {
      height: 190px;
      display: flex;
      align-items: flex-end;
      gap: 13px;
      padding: 18px 0 8px;
    }

    .bar {
      flex: 1;
      border-radius: 12px 12px 0 0;
      background: linear-gradient(180deg, #63a1ff, #0b5cff);
    }

    .insight-list {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }

    .insight {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.1);
      padding: 13px 14px;
      border-radius: 16px;
      font-size: 14px;
    }

    section {
      padding: 86px 0;
    }

    .section-title {
      text-align: center;
      max-width: 820px;
      margin: 0 auto 48px;
    }

    .section-title span {
      color: var(--primary);
      font-weight: 800;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1.4px;
    }

    h2 {
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.14;
      color: var(--secondary);
      letter-spacing: -1.4px;
      margin: 10px 0 16px;
    }

    .section-title p {
      color: var(--muted);
      font-size: 18px;
    }

    .homecards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .homecard {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px;
      box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
      transition: 0.25s ease;
    }

    .homecard:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow);
    }

    .icon {
      width: 52px;
      height: 52px;
      display: grid;
      place-items: center;
      background: #eaf2ff;
      color: var(--primary);
      border-radius: 16px;
      font-size: 24px;
      margin-bottom: 20px;
    }

    .card h3 {
      font-size: 21px;
      color: var(--secondary);
      margin-bottom: 10px;
    }

    .card p {
      color: var(--muted);
    }

    .light-section {
      background: var(--light);
    }

    .split {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: 54px;
      align-items: center;
    }

    .feature-list {
      display: grid;
      gap: 16px;
      margin-top: 28px;
    }

    .feature {
      display: flex;
      gap: 14px;
      background: var(--white);
      border: 1px solid var(--border);
      padding: 18px;
      border-radius: 18px;
    }

    .check {
      width: 26px;
      height: 26px;
      flex: 0 0 26px;
      background: #e8f8f0;
      color: var(--success);
      border-radius: 50%;
      display: grid;
      place-items: center;
      font-weight: 800;
    }

    .visual-box {
      min-height: 430px;
      border-radius: 32px;
      background:
        linear-gradient(135deg, rgba(11, 92, 255, 0.92), rgba(7, 17, 31, 0.96)),
        url('https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1200&q=80');
      background-size: cover;
      background-position: center;
      color: var(--white);
      padding: 34px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      box-shadow: var(--shadow);
    }

    .visual-box h3 {
      font-size: 34px;
      line-height: 1.15;
      margin-bottom: 14px;
    }

    .industries {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
    }

    .industry {
      padding: 13px 18px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 999px;
      font-weight: 700;
      color: #344054;
    }

    .process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      counter-reset: step;
    }

    .step {
      position: relative;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 28px;
    }

    .step:before {
      counter-increment: step;
      content: '0' counter(step);
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      background: var(--primary);
      color: var(--white);
      border-radius: 14px;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .cta {
      background: linear-gradient(135deg, #07111f, #0b5cff);
      color: var(--white);
      border-radius: 34px;
      padding: 56px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 30px;
      align-items: center;
      box-shadow: var(--shadow);
    }

    .cta h2 {
      color: var(--white);
      margin: 0 0 12px;
    }

    .cta p {
      color: #dbe7ff;
      font-size: 18px;
      max-width: 720px;
    }

   

    .footer-grid {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
    }

    @media (max-width: 980px) {
      .hero-grid,
      .split,
      .cta {
        grid-template-columns: 1fr;
      }

      .cards,
      .process {
        grid-template-columns: repeat(2, 1fr);
      }

      .menu {
        display: none;
      }
    }

    @media (max-width: 640px) {
      .hero {
        padding-top: 64px;
      }

      .stats,
      .cards,
      .process {
        grid-template-columns: 1fr;
      }

      .cta {
        padding: 34px;
      }

      .nav .btn {
        display: none;
      }
    }
	
.mw-services-section{
      padding:86px 20px;
      background:
        radial-gradient(circle at 85% 10%, rgba(91,33,182,.10), transparent 28%),
        linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
    }

    .mw-container{max-width:1220px;margin:0 auto}

    .mw-head{
      display:grid;
      grid-template-columns:0.9fr 1.1fr;
      gap:50px;
      align-items:end;
      margin-bottom:46px;
    }

    .mw-label{
      display:inline-block;
      margin-bottom:14px;
      padding:8px 15px;
      border-radius:999px;
      background:#f2edff;
      color:#0a58ca;
      font-size:12px;
      font-weight:800;
      letter-spacing:1px;
      text-transform:uppercase;
    }

    .mw-head h2{
      margin:0;
      font-size:clamp(34px,4vw,52px);
      line-height:1.12;
      letter-spacing:-1.5px;
      color:#101828;
    }

    .mw-head p{
      margin:0;
      color:#667085;
      font-size:18px;
      line-height:1.75;
    }

    .mw-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:20px;
    }

    .mw-card{
      background:#ffffff;
      border:1px solid #e4e7ec;
      border-radius:24px;
      padding:24px;
      min-height:270px;
      box-shadow:0 10px 28px rgba(16,24,40,.04);
      transition:.25s ease;
    }

    .mw-card:hover{
      transform:translateY(-5px);
      box-shadow:0 18px 46px rgba(16,24,40,.08);
      border-color:#d8c7ff;
    }

    .mw-icon{
      width:50px;
      height:50px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:16px;
      background:linear-gradient(135deg,#f3efff,#ffffff);
      border:1px solid #e7ddff;
      font-size:22px;
      margin-bottom:18px;
    }

    .mw-card h3{
      margin:0 0 10px;
      font-size:20px !important;
      line-height:1.3;
      color:#101828;
      letter-spacing:-.3px;
    }

    .mw-card p{
      margin:0 0 16px;
      color:#667085;
      font-size:14px;
      line-height:1.65;
    }

    .mw-list{
      margin:0;
      padding:0;
      list-style:none;
    }

    .mw-list li{
      position:relative;
      padding-left:16px;
      margin-bottom:8px;
      color:#475467;
      font-size:13px;
      line-height:1.55;
    }

    .mw-list li:before{
      content:"";
      width:6px;
      height:6px;
      border-radius:50%;
      background:#063db3;
      position:absolute;
      left:0;
      top:8px;
    }

    .mw-bottom{
      margin-top:34px;
      display:grid;
      grid-template-columns:1.3fr .7fr;
      gap:22px;
      align-items:stretch;
    }

    .mw-strip{
      background:linear-gradient(135deg,#101828,#0a58ca);
      color:#ffffff;
      border-radius:26px;
      padding:30px;
      display:flex;
      justify-content:space-between;
      gap:25px;
      align-items:center;
      box-shadow:0 18px 46px rgba(91,33,182,.20);
    }

    .mw-strip h3{
      margin:0 0 8px;
      font-size:26px;
      letter-spacing:-.6px;
    }

    .mw-strip p{
      margin:0;
      color:#e9ddff;
      line-height:1.65;
    }

    .mw-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      white-space:nowrap;
      padding:14px 22px;
      border-radius:999px;
      background:#ffffff;
      color:#0a58ca;
      font-weight:800;
      text-decoration:none;
    }

    .mw-mini{
      background:#ffffff;
      border:1px solid #e4e7ec;
      border-radius:26px;
      padding:28px;
      box-shadow:0 10px 28px rgba(16,24,40,.04);
    }

    .mw-mini strong{
      display:block;
      font-size:34px;
      line-height:1;
      color:#0a58ca;
      margin-bottom:8px;
    }

    .mw-mini span{
      color:#101828;
      font-weight:800;
      font-size:18px;
    }

    .mw-mini p{
      margin:12px 0 0;
      color:#667085;
      line-height:1.65;
      font-size:14px;
    }

    @media(max-width:1050px){
      .mw-grid{grid-template-columns:repeat(2,1fr)}
      .mw-head,.mw-bottom{grid-template-columns:1fr}
      .mw-strip{flex-direction:column;align-items:flex-start}
    }

    @media(max-width:640px){
      .mw-services-section{padding:62px 16px}
      .mw-grid{grid-template-columns:1fr}
      .mw-card{min-height:auto}
      .mw-strip,.mw-mini{padding:24px}
    }
.mw-coverage-section {
      font-family: Inter, Arial, sans-serif;
      background: #ffffff;
      padding: 80px 20px;
      color: #17233c;
    }

    .mw-coverage-wrap {
      max-width: 1220px;
      margin: 0 auto;    padding: 70px 0px 0px 0px;
    }

    .mw-coverage-heading {
      text-align: center;
      max-width: 850px;
      margin: 0 auto 52px;
    }

    .mw-coverage-label {
      display: inline-block;
      padding: 8px 16px;
      border-radius: 999px;
      background: #f1edff;
      color: #6414c8;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin-bottom: 16px;
    }

    .mw-coverage-heading h2 {
      margin: 0 0 16px;
      font-size: clamp(32px, 4vw, 48px);
      line-height: 1.15;
      letter-spacing: -1.3px;
      color: #101828;
    }

    .mw-coverage-heading p {
      margin: 0;
      font-size: 18px;
      line-height: 1.7;
      color: #5d6b85;
    }

    .mw-coverage-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 34px;
      align-items: stretch;    margin-bottom: 70px;
    }

 

    .mw-card h3 {
      margin: 0 0 12px;
      font-size: 28px;
      line-height: 1.2;
      color: #101828;
      letter-spacing: -0.6px;
    }

    .mw-card-intro {
      margin: 0 0 26px;
      color: #5d6b85;
      font-size: 16px;
      line-height: 1.7;
    }

    .mw-industry-list {
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
    }

    .mw-industry-pill {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 14px 18px;
      border-radius: 999px;
      background: #ffffff;
      border: 1px solid #dde6f5;
      color: #1d2b48;
      font-size: 15px;
      font-weight: 800;
      box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
    }

    .mw-industry-pill span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(135deg, #6414c8, #a855f7);
      flex: 0 0 9px;
    }

    .mw-industry-note {
      margin-top: 28px;
      padding: 18px;
      border-radius: 20px;
      background: linear-gradient(135deg, #f7f3ff, #ffffff);
      border: 1px solid #e7ddff;
      color: #4a5570;
      font-size: 15px;
      line-height: 1.7;
    }

    .mw-market-card {
      position: relative;
      background:
        radial-gradient(circle at 78% 18%, rgba(168, 85, 247, 0.16), transparent 28%),
        linear-gradient(135deg, #ffffff, #faf7ff);
    }

    .mw-market-stats {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 14px;
      margin-bottom: 28px;
    }

    .mw-stat-box {
      background: #ffffff;
      border: 1px solid #e6def8;
      border-radius: 20px;
      padding: 7px 7px;
      text-align: center;
      box-shadow: 0 10px 26px rgba(100, 20, 200, 0.06);
    }

    .mw-stat-box strong {
      display: block;
      color: #6414c8;
      font-size: 18px;
      line-height: 1;
      margin-bottom: 8px;
      letter-spacing: -0.8px;
    }

    .mw-stat-box span {
      display: block;
      color: #344054;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.35;
    }

    .mw-map-wrap {
      position: relative;
      min-height: 360px;
      border-radius: 24px;
      background:
        linear-gradient(rgba(100, 20, 200, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(100, 20, 200, 0.05) 1px, transparent 1px),
        #ffffff;
      background-size: 34px 34px;
      border: 1px solid #eadfff;
      overflow: hidden;
      padding: 26px;
    }

    .mw-map-bg {
      position: absolute;
      inset: 26px;
      opacity: 0.18;
      background: #8b5cf6;
      clip-path: polygon(8% 30%, 21% 17%, 37% 24%, 49% 18%, 63% 26%, 78% 17%, 93% 32%, 83% 54%, 91% 74%, 67% 72%, 57% 86%, 43% 75%, 25% 82%, 18% 62%);
      filter: blur(0.2px);
    }

    .mw-region {
      position: absolute;
      background: #ffffff;
      border: 1.5px solid #7e22ce;
      border-radius: 18px;
      padding: 13px 15px;
      min-width: 148px;
      box-shadow: 0 12px 26px rgba(100, 20, 200, 0.12);
    }

    .mw-region small {
      display: block;
      color: #6414c8;
      font-weight: 900;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 6px;
    }

    .mw-region strong {
      display: block;
      color: #101828;
      font-size: 15px;
      line-height: 1.35;
    }

    .mw-region span {
      display: block;
      color: #5d6b85;
      font-size: 13px;
      margin-top: 3px;
    }

    .r1 { top: 72px; left: 36px; }
    .r2 { top: 122px; left: 285px; }
    .r3 { top: 88px; right: 44px; }
    .r4 { bottom: 38px; left: 120px; }
    .r5 { bottom: 58px; right: 155px; }

    .mw-market-footer {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 20px;
    }

    .mw-feature {
      background: #ffffff;
      border: 1px solid #e6def8;
      border-radius: 18px;
      padding: 16px;
      color: #4a5570;
      font-size: 14px;
      line-height: 1.55;
    }

    .mw-feature strong {
      display: block;
      color: #101828;
      font-size: 15px;
      margin-bottom: 5px;
    }

    @media (max-width: 980px) {
      .mw-coverage-grid {
        grid-template-columns: 1fr;
      }

      .mw-market-stats,
      .mw-market-footer {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 650px) {
      .mw-coverage-section {
        padding: 54px 16px;
      }

      .mw-card {
        padding: 24px;
      }

      .mw-market-stats,
      .mw-market-footer {
        grid-template-columns: 1fr;
      }

      .mw-map-wrap {
        min-height: auto;
        display: grid;
        gap: 12px;
      }

      .mw-map-bg {
        display: none;
      }

      .mw-region {
        position: static;
        min-width: 100%;
      }
    }