/* =========================
   WMiNET Website CSS
   Cleaned & synced with index.html
========================= */

/* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

body{
  font-family:"Plus Jakarta Sans","Segoe UI",Arial,sans-serif;
  color:#1f2937;
  background:#ffffff;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:92%;
  max-width:1280px;
  margin:0 auto;
}

/* =========================
   NAVBAR
========================= */

.navbar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  box-shadow:0 8px 28px rgba(15,61,143,.06);
}

.nav-inner{
  height:92px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
}

.brand img{
  height:86px;
  width:auto;
  object-fit:contain;
  transform:none;
}

.nav-menu{
  display:flex;
  align-items:center;
  gap:42px;
}

.nav-menu a{
  position:relative;
  color:#082b6f;
  text-decoration:none;
  font-weight:800;
  font-size:18px;
  transition:.3s ease;
}

.nav-menu a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:3px;
  background:#ef3b35;
  border-radius:99px;
  transition:.3s ease;
}

.nav-menu a:hover,
.nav-menu a.active{
  color:#ef3b35;
}

.nav-menu a:hover::after,
.nav-menu a.active::after{
  width:100%;
}

.nav-menu a:active{
  transform:scale(.95);
}

.nav-btn{
  background:#ef3b35;
  color:white;
  text-decoration:none;
  padding:17px 36px;
  border-radius:12px;
  font-weight:900;
  box-shadow:0 14px 34px rgba(239,59,53,.25);
  transition:.3s ease;
}

.nav-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 42px rgba(239,59,53,.35);
}

.hamburger{
  display:none;
}

/* =========================
   MOBILE SIDEBAR
========================= */

.mobile-overlay,
.mobile-sidebar{
  display:none;
}

/* =========================
   HERO
========================= */

.hero{
  position:relative;
  min-height:100vh;
  padding-top:92px;
  overflow:hidden;
  background:#061b4f;
}

.hero-bg{
  position:absolute;
  inset:92px 0 0 0;
  background:
    radial-gradient(circle at 8% 22%, rgba(0,205,255,.36), transparent 23%),
    radial-gradient(circle at 92% 38%, rgba(0,145,255,.42), transparent 25%),
    radial-gradient(circle at 85% 78%, rgba(239,59,53,.26), transparent 24%),
    linear-gradient(90deg, rgba(2,16,56,.98) 0%, rgba(5,39,105,.95) 48%, rgba(21,125,188,.86) 100%),
    url("../assets/network-bg.jpg");
  background-size:cover;
  background-position:center;
  animation:bgMove 16s ease-in-out infinite alternate;
}

.hero-bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(2,8,28,.20), rgba(2,8,28,.04)),
    radial-gradient(circle at 18% 86%, rgba(255,255,255,.12), transparent 18%);
}

.hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:90px 90px;
  mask-image:linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.25));
}

@keyframes bgMove{
  from{ background-position:center center; }
  to{ background-position:center top; }
}

.hero-grid{
  position:relative;
  min-height:calc(100vh - 92px);
  display:grid;
  grid-template-columns:1fr .95fr;
  align-items:center;
  gap:64px;
  padding:52px 0 120px;
}

.eyebrow{
  display:inline-block;
  color:#ffd42a;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.9px;
  margin-bottom:18px;
  font-size:15px;
}

.hero h1{
  color:white;
  font-size:56px;
  line-height:1.12;
  letter-spacing:-1.5px;
  margin-bottom:24px;
  max-width:680px;
}

.hero p{
  color:#e8f2ff;
  font-size:18px;
  line-height:1.85;
  margin-bottom:24px;
  max-width:650px;
  font-weight:500;
}

.hero-list{
  list-style:none;
  margin-bottom:34px;
}

.hero-list li{
  color:white;
  margin-bottom:13px;
  font-weight:800;
  font-size:15px;
}

.hero-list li::before{
  content:"✓";
  color:#ffd42a;
  font-weight:900;
  margin-right:11px;
}

.hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 30px;
  border-radius:10px;
  text-decoration:none;
  font-weight:900;
  min-width:150px;
}

.btn-primary{
  background:#ef3b35;
  color:white;
  box-shadow:0 12px 28px rgba(239,59,53,.25);
}

.btn-light{
  background:white;
  color:#082b6f;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
}

.hero-slider{
  position:relative;
}

.hero-photo{
  position:relative;
  border-radius:28px;
  padding:4px;
  background:linear-gradient(135deg, rgba(255,255,255,.8), rgba(255,255,255,.15));
  box-shadow:0 32px 70px rgba(0,0,0,.35);
}

.hero-photo::after{
  content:"";
  position:absolute;
  right:-32px;
  bottom:-32px;
  width:88%;
  height:82%;
  border-radius:28px;
  background:rgba(255,255,255,.18);
  z-index:-1;
}

.hero-photo img{
  width:100%;
  height:540px;
  object-fit:cover;
  object-position:center center;
  border-radius:24px;
  transition:.5s ease;
}

.hero-photo:hover img{
  transform:scale(1.06);
}

/* =========================
   STATS
========================= */

.stats{
  margin-top:-58px;
  position:relative;
  z-index:5;
}

.stats-grid{
  background:white;
  border-radius:24px;
  box-shadow:0 20px 60px rgba(0,0,0,.12);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  padding:34px;
  text-align:center;
}

.stats h3{
  color:#0f3d8f;
  font-size:28px;
}

.stats p{
  color:#64748b;
  font-weight:600;
  margin-top:6px;
}

/* =========================
   SECTIONS
========================= */

.section{
  padding:110px 0;
}

.section-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto 50px;
}

.section-heading h2,
.about h2{
  color:#0f3d8f;
  font-size:42px;
  line-height:1.2;
  margin-bottom:22px;
}

.features,
.pricing{
  background:#f5f8ff;
}

/* ABOUT */

.about-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  align-items:stretch;
  gap:68px;
}

.about-image{
  height:100%;
}

.about-image img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 24px 60px rgba(15,61,143,.14);
}

.about-text{
  height:100%;
  max-width:760px;
  display:flex;
  flex-direction:column;
}

.about .section-label{
  display:inline-block;
  color:#ef3b35;
  font-size:14px;
  font-weight:800;
  margin-bottom:12px;
}

.about h2{
  color:#0f3d8f;
  font-size:40px;
  line-height:1.2;
  margin:0 0 18px;
}

.about-intro{
  color:#4b5563;
  font-size:16.5px;
  line-height:1.75;
  margin:0 0 22px;
  text-align:justify;
  text-align-last:left;
}

.about-card{
  background:#fff;
  border:1px solid #e8eef8;
  border-radius:18px;
  padding:22px 24px;
  box-shadow:0 14px 36px rgba(15,61,143,.08);
}

.history-card{
  margin-bottom:18px;
}

.vm-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  flex:1;
}

.vm-grid .about-card{
  height:100%;
}

.about-card h3{
  color:#0f3d8f;
  font-size:18px;
  margin:0 0 10px;
}

.about-card p{
  color:#4b5563;
  font-size:15.5px;
  line-height:1.7;
  margin:0;
  text-align:justify;
  text-align-last:left;
}

.mission-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.mission-list li{
  position:relative;
  padding-left:22px;
  color:#4b5563;
  font-size:15px;
  line-height:1.45;
  text-align:left;
}

.mission-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#000000;
}

@media(max-width:900px){
  .about-grid{
    grid-template-columns:1fr;
    gap:34px;
  }

  .about-image img{
    height:360px;
    min-height:360px;
  }

  .vm-grid{
    grid-template-columns:1fr;
    flex:initial;
  }

  .about h2{
    font-size:32px;
  }
}

.mission-card,
.mission-card *{
  text-align:left !important;
  text-align-last:left !important;
  word-spacing:normal;
}

/* FEATURES */

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.feature-card{
  background:white;
  padding:32px;
  border-radius:22px;
  box-shadow:0 12px 34px rgba(0,0,0,.07);
  transition:.3s ease;
}

.feature-card:hover{
  transform:translateY(-10px);
}

.icon{
  width:60px;
  height:60px;
  border-radius:18px;
  background:#eef4ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin-bottom:22px;
}

.feature-card h3{
  color:#0f3d8f;
  font-size:22px;
  margin-bottom:12px;
}

.feature-card p{
  color:#4b5563;
  line-height:1.7;
}

/* SERVICES */

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.service-card{
  overflow:hidden;
  border-radius:24px;
  background:white;
  box-shadow:0 16px 42px rgba(0,0,0,.09);
  transition:.3s ease;
}

.service-card:hover{
  transform:translateY(-10px);
}

.service-card img{
  height:230px;
  width:100%;
  object-fit:cover;
  object-position:center;
}

.home-service img{
  object-position:90% center;
}

.service-card div{
  padding:24px;
}

.service-card h3{
  color:#0f3d8f;
  margin-bottom:10px;
}

.service-card p{
  color:#4b5563;
  line-height:1.7;
}

/* =========================
   PACKAGES
========================= */

.package-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:stretch;
}

.package-3{
  max-width:1050px;
  margin:0 auto;
}

.package-subheading{
  margin:90px auto 42px;
}

.package-card{
  position:relative;
  background:white;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 18px 44px rgba(15,61,143,.10);
  min-height:520px;
  display:flex;
  flex-direction:column;
  transition:.35s ease;
}

.package-card:hover{
  transform:translateY(-10px);
  box-shadow:0 24px 60px rgba(15,61,143,.18);
}

.package-3 .popular-package{
  transform:scale(1.06);
}

.package-3 .popular-package:hover{
  transform:scale(1.06) translateY(-10px);
}

.package-top{
  background:#1f7ad1;
  color:white;
  text-align:center;
  padding:34px 18px 70px;
}

.package-top p{
  font-weight:800;
  margin-bottom:8px;
}

.package-top h3{
  font-size:24px;
  color:white;
  margin-bottom:4px;
}

.package-top h4{
  font-size:20px;
  font-weight:800;
  color:#061c45;
}

.package-icon{
  width:72px;
  height:72px;
  border-radius:50%;
  background:white;
  box-shadow:0 12px 28px rgba(0,0,0,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  margin:-36px auto 24px;
  z-index:2;
}

.package-icon i{
  font-size:30px;
  background:linear-gradient(135deg,#0f3d8f,#1f7ad1);

  background-clip:text;
  -webkit-background-clip:text;

  color:transparent;
  -webkit-text-fill-color:transparent;
}

.package-note{
  text-align:center;
  font-size:12px;
  color:#64748b;
  margin-top:-8px;
  margin-bottom:20px;
}

.package-card ul{
  list-style:none;
  padding:0 34px;
  margin-bottom:24px;
  flex:1;
}

.package-card li{
  color:#475569;
  font-size:15px;
  margin-bottom:16px;
  line-height:1.5;
}

.package-card li::before{
  content:"✓";
  color:#1378d4;
  font-weight:900;
  margin-right:10px;
}

.package-price{
  text-align:center;
  font-weight:900;
  color:#111827;
  margin-bottom:24px;
  font-size:16px;
}

.package-price span{
  color:#1378d4;
  font-size:18px;
}

.subscribe-btn{
  width:70%;
  margin:0 auto 34px;
  border:none;
  background:#1f7ad1;
  color:white;
  padding:15px 18px;
  border-radius:8px;
  font-weight:900;
  cursor:pointer;
  font-size:15px;
  transition:.3s ease;
}

.subscribe-btn:hover{
  background:#0f3d8f;
  transform:translateY(-3px);
}

.popular-package{
  border:2px solid #ffd42a;
}

.ribbon{
  position:absolute;
  top:22px;
  right:-42px;
  background:#ffd42a;
  color:#ef3b35;
  font-weight:900;
  padding:8px 48px;
  transform:rotate(45deg);
  font-size:13px;
  z-index:4;
}

/* DEDICATED */

.dedicated-wrapper{
  max-width:1050px;
  margin:0 auto;
}

.business-package-card{
  background:white;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(15,61,143,.12);
  padding:42px;
  border:1px solid rgba(15,61,143,.08);
}

.business-package-header h3{
  color:#0f3d8f;
  font-size:30px;
  line-height:1.25;
  margin-bottom:14px;
}

.business-package-header p{
  color:#475569;
  line-height:1.7;
  margin-bottom:26px;
}

.dedicated-card{
  width:100%;
  background:linear-gradient(135deg,#0f3d8f,#061c45);
  color:white;
}

.dedicated-card .business-package-header h3{
  color:white;
}

.dedicated-card .business-package-header p{
  color:#dbeafe;
}

.dedicated-list{
  list-style:none;
  margin:24px 0 32px;
}

.dedicated-list li{
  color:#eef6ff;
  margin-bottom:16px;
  line-height:1.6;
}

.dedicated-list li::before{
  content:"✓";
  color:#ffd42a;
  font-weight:900;
  margin-right:10px;
}

.business-btn{
  width:100%;
  border:none;
  background:#1f7ad1;
  color:white;
  padding:16px 18px;
  border-radius:10px;
  font-weight:900;
  cursor:pointer;
  font-size:15px;
  transition:.3s ease;
}

.business-btn:hover{
  background:#0f3d8f;
  transform:translateY(-3px);
}

.dedicated-btn{
  background:#ef3b35;
}

.dedicated-btn:hover{
  background:#d92f2a;
}

@media(max-width:980px){
  .package-grid{
    grid-template-columns:1fr;
  }

  .package-3 .popular-package,
  .package-3 .popular-package:hover{
    transform:none;
  }

  .package-card{
    min-height:auto;
  }
}


/* CTA & FOOTER */

.cta{
  padding:100px 0;
  background:linear-gradient(135deg,#0f3d8f,#061c45);
  color:white;
  text-align:center;
}

.cta h2{
  font-size:42px;
  margin-bottom:16px;
}

.cta p{
  font-size:18px;
  color:#dbeafe;
  margin-bottom:30px;
}

.floating-wa{
  position:fixed;
  right:24px;
  bottom:24px;
  width:58px;
  height:58px;
  background:#25d366;
  color:white;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:28px;
  font-weight:900;
  z-index:998;
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.footer{
  background:#10233a;
  color:#fff;
  padding:64px 0;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.6fr .9fr .9fr 1fr;
  gap:70px;
}

.footer h3{
  color:#fff;
  font-size:24px;
  margin:0 0 22px;
}

.footer-company h3{
  font-size:15px;
  margin-bottom:8px;
}

.footer-company p{
  color:#c8d6e5;
  font-size:14px;
  line-height:1.7;
  margin:0 0 22px;
}

.footer-contact{
  display:flex;
  gap:14px;
  margin-top:22px;
}

.footer-icon{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#ef3b35;
  display:flex;
  align-items:center;
  justify-content:center;
}

.footer-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.footer-contact strong{
  display:block;
  color:#fff;
  font-size:14px;
  margin-bottom:6px;
}

.footer-contact span,
.footer-contact a{
  display:block;
  color:#fff;
  font-size:14px;
  line-height:1.7;
  text-decoration:none;
}

.footer-contact a{
  color:#4da3ff;
}

.footer-menu{
  display:flex;
  flex-direction:column;
}

.footer-menu a{
  color:#fff;
  text-decoration:none;
  font-size:14px;
  margin-bottom:14px;
}

.footer-menu a:hover,
.social-link:hover{
  color:#4da3ff;
}

.footer-social{
  display:flex;
  flex-direction:column;
}

.social-link{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  margin-bottom:18px;
}

.social-link span{
  width:36px;
  height:36px;
  border-radius:50%;
  background:#1d4c9c;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:700;
}

@media(max-width:900px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:40px;
  }
}

@media(max-width:600px){
  .footer{
    padding:48px 0;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
}

/* REVEAL ANIMATION */

.reveal-up,
.reveal-left,
.reveal-right{
  opacity:0;
  transition:1s ease;
}

.reveal-up{ transform:translateY(55px); }
.reveal-left{ transform:translateX(-55px); }
.reveal-right{ transform:translateX(55px); }

.reveal-up.active,
.reveal-left.active,
.reveal-right.active{
  opacity:1;
  transform:translate(0,0);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1200px){
  .service-grid,
  .feature-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:980px){
  .hero-grid,
  .about-grid,
  .business-package-wrapper{
    grid-template-columns:1fr;
  }

  .stats-grid,
  .package-grid{
    grid-template-columns:1fr;
  }

  .home-package-grid .popular-package,
  .home-package-grid .popular-package:hover{
    transform:none;
  }

  .footer-inner{
    flex-direction:column;
    text-align:center;
  }
}

@media(max-width:768px){

  .container{
  width:100%;
  max-width:100%;
  padding-left:24px;
  padding-right:24px;
}

  .navbar{
    height:86px;
  }

  .nav-inner{
    height:86px;
    padding-left:22px;
    padding-right:22px;
  }

  .brand img{
    height:66px;
  }

  .nav-menu,
  .nav-btn{
    display:none;
  }

  .hamburger{
    display:flex;
    align-items:center;
    justify-content:center;
    border:none;
    width:48px;
    height:48px;
    border-radius:14px;
    background:linear-gradient(135deg,#ef3b35,#ff5b55);
    color:white;
    font-size:25px;
    font-weight:900;
    box-shadow:0 12px 28px rgba(239,59,53,.28);
    cursor:pointer;
  }

  .mobile-overlay{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(2,8,28,.68);
    backdrop-filter:blur(5px);
    z-index:1000;
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
  }

  .mobile-overlay.active{
    opacity:1;
    visibility:visible;
  }

  .mobile-sidebar{
    display:block;
    position:fixed;
    top:0;
    right:-340px;
    width:320px;
    max-width:86vw;
    height:100vh;
    background:
      radial-gradient(circle at top right, rgba(31,122,209,.13), transparent 35%),
      #ffffff;
    z-index:1001;
    padding:26px 24px;
    transition:.35s ease;
    box-shadow:-24px 0 60px rgba(0,0,0,.28);
    border-radius:28px 0 0 28px;
  }

  .mobile-sidebar.active{
    right:0;
  }

  .mobile-sidebar-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:30px;
  }

  .mobile-sidebar-header img{
    height:68px;
  }

  .mobile-sidebar-header button{
    border:none;
    width:44px;
    height:44px;
    border-radius:14px;
    background:#ef3b35;
    color:white;
    font-size:28px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 12px 28px rgba(239,59,53,.26);
  }

  .mobile-links{
    display:flex;
    flex-direction:column;
    gap:12px;
  }

  .mobile-links a{
    display:flex;
    align-items:center;
    gap:14px;
    color:#082b6f;
    text-decoration:none;
    font-size:18px;
    font-weight:900;
    padding:15px 16px;
    border-radius:16px;
    background:#f5f8ff;
    border:1px solid rgba(15,61,143,.08);
    transition:.3s ease;
  }

  .mobile-links a:hover{
    background:#0f3d8f;
    color:white;
    transform:translateX(-4px);
  }

  .mobile-links a:nth-child(1)::before{ content:""; }
  .mobile-links a:nth-child(2)::before{ content:""; }
  .mobile-links a:nth-child(3)::before{ content:""; }
  .mobile-links a:nth-child(4)::before{ content:""; }

  .mobile-wa{
    display:block;
    margin-top:28px;
    background:linear-gradient(135deg,#ef3b35,#ff5b55);
    color:white;
    text-align:center;
    text-decoration:none;
    padding:17px;
    border-radius:16px;
    font-weight:900;
    box-shadow:0 18px 34px rgba(239,59,53,.25);
  }

  .mobile-wa::before{
    content:"";
  }

  .hero{
  min-height:auto;
  padding-top:86px;
  padding-left:24px;
  padding-right:24px;
}

.hero .container{
  padding-left:0;
  padding-right:0;
}

  .hero-bg{
    inset:86px 0 0 0;
  }

  .hero-grid{
    min-height:auto;
    display:flex;
    flex-direction:column;
    gap:34px;
    width:100%;
    max-width:100%;
    padding:58px 0 58px;
  }

  .hero h1{
    font-size:38px;
    line-height:1.15;
    letter-spacing:-1px;
  }

  .hero p{
    font-size:16px;
    line-height:1.75;
  }

  .hero-list li{
    font-size:14px;
  }

  .hero-actions{
    flex-direction:column;
    width:100%;
  }

  .hero-actions .btn{
    width:100%;
    max-width:260px;
  }

  .hero-slider{
    width:100%;
    max-width:100%;
  }

  .hero-photo{
    width:100%;
    max-width:100%;
    padding:3px;
  }

  .hero-photo::after{
    display:none;
  }

  .hero-photo img{
    width:100%;
    height:400px;
    object-fit:cover;
    object-position:center center;
    border-radius:20px;
  }

  .stats{
    margin-top:0;
  }

  .stats-grid{
    border-radius:20px;
  }

  .service-grid,
  .feature-grid{
    grid-template-columns:1fr;
  }

  .section{
    padding:80px 0;
  }

  .section-heading h2,
  .about h2,
  .cta h2{
    font-size:32px;
  }

  .business-price-item{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }

  .floating-wa{
    right:16px;
    bottom:18px;
    width:54px;
    height:54px;
  }
}

/* =========================
   MEMBER & PARTNER LOGOS
========================= */



.logo-section{
  background:#fff;
  padding:90px 0;
}

.partner-section{
  padding-top:40px;
}

.member-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:900px;
  margin:45px auto 0;
}

.partners-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:24px;
  max-width:1050px;
  margin:45px auto 0;
}

.logo-card{
  height:150px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:18px;
  padding:22px;

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:0 12px 30px rgba(15,61,143,.06);
  transition:.3s ease;
}

.logo-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 42px rgba(15,61,143,.12);
}

.logo-card img{
  width:100%;
  max-width:150px;
  height:130px;
  object-fit:contain;
}

.member-card img{
  max-width:180px;
  height:78px;
}

@media(max-width:980px){
  .partners-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:768px){
  .member-grid{
    grid-template-columns:1fr;
  }

  .partners-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .logo-card{
    height:110px;
    text-decoration:none;
    cursor:pointer;
  }

  .logo-card img{
    max-width:130px;
    height:58px;
  }
}