/* =====================================================
   WEB ASP SDN BHD — Modern UI v2.0
   Full redesign: glassmorphism, modern gradients,
   fluid layout, mobile-first responsive
   ===================================================== */

/* =====================================================
   LEGACY RESET — kills conflicts from old style.css,
   bootstrap.css, responsive.css still on the server
   ===================================================== */

/* Old header was #151618 — now dark navy gradient */
.header_section {
  background: linear-gradient(90deg, #071c3a 0%, #0a2d5a 100%) !important;
}

/* Old .container-fluid inside header was #0056B3 — reset transparent */
.header_section .container-fluid,
.header_section > .container-fluid {
  background-color: transparent !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Nav links — white on dark navy header */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link,
.navbar-nav .nav-link {
  color: rgba(255,255,255,0.88) !important;
  margin: 0 !important;
  padding: 9px 13px !important;
}

/* Old nav link hover showed white underline — disable. */
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none !important;
}

/* Old logo was .navbar-brand with positioning tricks. Hide those. */
.navbar-brand::before { display: none !important; }

/* Logo — original colours, no filter.
   Header background changed to dark navy so the original white logo is visible. */
.logo-image {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 56px !important;
  width: auto !important;
  filter: none !important;
}

/* Old brand name span was white-on-blue. Reset. */
.navbar-brand span { color: #0d1b2e !important; }

/* body background was white already — but reset colour too */
body {
  background-color: #ffffff !important;
  color: #0d1b2e !important;
}

/* Old .info_section was bright blue #0056b3 — force dark navy */
.info_section {
  background-color: #071c3a !important;
  background: linear-gradient(135deg, #040f1e 0%, #071c3a 100%) !important;
  color: rgba(255,255,255,0.78) !important;
  padding: clamp(48px,6vw,72px) 0 40px !important;
}
.info_section h5 { margin-bottom: 0 !important; font-size: 1rem !important; }

/* Old footer_section was #171717 — keep dark but ensure our style wins */
.footer_section {
  background-color: #020c1a !important;
  background: #020c1a !important;
  display: block !important;
}
.footer_section p { color: rgba(255,255,255,0.5) !important; padding: 0 !important; }
.footer_section a { color: rgba(255,255,255,0.5) !important; }

/* Old .top-bar was #343a40 — force our dark blue */
.top-bar {
  background: linear-gradient(90deg,#04122a,#071c3a) !important;
  background-color: #04122a !important;
}

/* Old Bootstrap card/article backgrounds can tint — force white.
   trust-panel intentionally excluded: it uses glassmorphism on dark hero. */
.service-card,
.telco-card,
.package-card,
.solution-card,
.faq-item,
.contact-panel,
.location-card {
  background: #ffffff !important;
}

/* Trust panel must stay semi-transparent for glassmorphism on dark hero */
.trust-panel {
  background: rgba(255,255,255,0.10) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
}

/* Section soft background */
.section-soft { background: #f3f7fb !important; }

/* Old a:hover color was "initial" which inherited wrong colour */
a:hover, a:focus { color: var(--c-blue) !important; }

/* Ensure service/package card text is readable */
.service-card h3, .telco-card h3, .package-card h3,
.service-card p, .telco-card p, .package-card p { color: unset; }

/* Old custom_nav-container had z-index:99999 and padding:15px 0 - let ours win */
.custom_nav-container { z-index: 1100 !important; padding: 14px 24px !important; }

/* Old bootstrap toggler icon used menu.png background - override */
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
}

/* ── Hard reset: prevent ANY old CSS from styling nav links as form inputs ──
   Old sites sometimes have rules like `a, input { border: ... }` that bleed. */
.header_section .navbar-nav .nav-link,
.header_section .navbar-nav .nav-item a {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* ===== END LEGACY RESET ===== */


/* ===== CSS VARIABLES ===== */
:root {
  /* Brand Palette */
  --c-navy:       #071c3a;
  --c-blue:       #0b5ed7;
  --c-blue-light: #2d7cf6;
  --c-cyan:       #00a6d6;
  --c-cyan-light: #38caf5;
  --c-green:      #15a36e;
  --c-green-wa:   #25d366;
  --c-ink:        #0d1b2e;
  --c-muted:      #5a6a82;
  --c-soft:       #f3f7fb;
  --c-line:       #dde6f3;
  --c-white:      #ffffff;

  /* Gradients */
  --grad-hero:     linear-gradient(125deg, #071c3a 0%, #0a3972 55%, #0b5490 100%);
  --grad-accent:   linear-gradient(135deg, #0b5ed7, #00a6d6);
  --grad-card:     linear-gradient(145deg, rgba(255,255,255,0.92), rgba(243,247,251,0.72));
  --grad-footer:   linear-gradient(135deg, #040f1e 0%, #071c3a 100%);

  /* Shadows */
  --shadow-sm:   0 2px 12px rgba(7,28,58,0.08);
  --shadow-md:   0 8px 32px rgba(7,28,58,0.12);
  --shadow-lg:   0 20px 60px rgba(7,28,58,0.18);
  --shadow-blue: 0 8px 32px rgba(11,94,215,0.28);
  --shadow-glow: 0 0 40px rgba(0,166,214,0.18);

  /* Radii */
  --r-sm:  8px;
  --r-md:  12px;
  --r-lg:  20px;
  --r-xl:  28px;
  --r-pill: 999px;

  /* Transitions */
  --ease:  cubic-bezier(0.4, 0, 0.2, 1);
  --t-fast: 180ms;
  --t-med:  320ms;
  --t-slow: 480ms;

  /* Spacing */
  --section-pad: clamp(56px, 8vw, 96px);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: 'DM Sans', 'Roboto', system-ui, sans-serif;
  color: var(--c-ink);
  background: var(--c-white);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--c-blue); text-decoration: none; }
a:hover { text-decoration: none; }

/* ===== UTILITY ===== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.mt-2 { margin-top: 8px; }
.mt-3 { margin-top: 16px; }
.mt-4 { margin-top: 24px; }
.mb-0 { margin-bottom: 0; }
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col-md-4 { padding: 0 12px; width: 33.333%; flex: 0 0 33.333%; }
.col-lg-5 { padding: 0 12px; width: 41.666%; flex: 0 0 41.666%; }
.col-lg-7 { padding: 0 12px; width: 58.333%; flex: 0 0 58.333%; }

/* ===== TOP BAR ===== */
.top-bar {
  background: linear-gradient(90deg, #04122a 0%, #071c3a 100%);
  color: rgba(255,255,255,0.85);
  font-size: 0.8rem;
  font-weight: 500;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.top-bar a {
  color: rgba(255,255,255,0.9);
  transition: color var(--t-fast) var(--ease);
}
.top-bar a:hover { color: var(--c-cyan-light); }

.top-bar .top-bar-items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.top-bar .top-bar-items span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* ===== HEADER / NAV ===== */
/* Dark navy header — original white logo is visible, looks premium */
.header_section {
  background: linear-gradient(90deg, #071c3a 0%, #0a2d5a 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: sticky;
  top: 0;
  z-index: 1100;
  box-shadow: 0 4px 24px rgba(0,0,0,0.28);
  transition: box-shadow var(--t-med) var(--ease);
}

.header_section.scrolled {
  box-shadow: 0 8px 36px rgba(0,0,0,0.38);
}

.custom_nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  min-height: 80px;
  flex-wrap: nowrap;
}

/* Brand */
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-image {
  height: 52px;
  width: auto;
  transition: transform var(--t-fast) var(--ease);
}
.brand-lockup:hover .logo-image { transform: scale(1.04); }

.brand-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: rgba(255,255,255,0.60);
  font-size: 0.75rem;
  line-height: 1.3;
}

.brand-meta .license-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0,166,214,0.20);
  color: #7de0f5;
  border: 1px solid rgba(0,166,214,0.35);
  border-radius: var(--r-pill);
  padding: 3px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Nav Links */
.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}

.nav-item { position: relative; }

.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,0.88) !important;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 9px 13px !important;
  border-radius: var(--r-sm);
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
  white-space: nowrap;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  background: rgba(255,255,255,0.12);
  color: #ffffff !important;
}

.navbar-nav .nav-item.active .nav-link {
  position: relative;
}
.navbar-nav .nav-item.active .nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 13px;
  right: 13px;
  height: 2px;
  border-radius: var(--r-pill);
  background: var(--c-cyan-light);
}

/* Dropdown */
.dropdown-toggle::after {
  display: inline-block;
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-left: 4px;
  vertical-align: 2px;
  content: '';
  transition: transform var(--t-fast) var(--ease);
}
.dropdown.show .dropdown-toggle::after { transform: rotate(180deg); }

.dropdown-menu {
  position: absolute;
  top: calc(100% - 2px);   /* 2px overlap eliminates sub-pixel gap */
  left: 0;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: 0 0 var(--r-md) var(--r-md);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  min-width: 230px;
  z-index: 2000;
  display: none;
  animation: dropIn var(--t-fast) var(--ease);
}

/* No ::after bridge needed — JS uses pointer coordinates instead */

.dropdown-menu.show { display: block; }

@keyframes dropIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.dropdown-item {
  display: block;
  padding: 9px 13px;
  color: var(--c-ink);
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: var(--r-sm);
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.dropdown-item:hover { background: var(--c-soft); color: var(--c-blue); }

/* Nav CTA */
.nav-cta { margin-left: 10px; }

/* Toggler (mobile) */
.navbar-toggler {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  border-radius: var(--r-sm);
  transition: background var(--t-fast) var(--ease);
  flex-shrink: 0;
}
.navbar-toggler:hover { background: var(--c-soft); }

.menu-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,0.9);
  border-radius: var(--r-pill);
  transition: transform var(--t-med) var(--ease), opacity var(--t-med) var(--ease);
}
.navbar-toggler.is-open .menu-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.navbar-toggler.is-open .menu-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.navbar-toggler.is-open .menu-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile panel head */
.mobile-nav-panel-head { display: none; }

/* ===== BUTTONS ===== */
.btn-webasp,
.btn-webasp-outline,
.btn-webasp-ghost,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--r-sm);
  font-family: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 22px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--t-fast) var(--ease);
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.btn-webasp {
  background: var(--grad-accent);
  color: #fff !important;
  border-color: var(--c-blue);
  box-shadow: 0 4px 18px rgba(11,94,215,0.22);
}
.btn-webasp:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-blue);
  filter: brightness(1.08);
}
.btn-webasp:active { transform: translateY(0); }

.btn-webasp-outline {
  background: rgba(255,255,255,0.1);
  color: #fff !important;
  border-color: rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
}
.btn-webasp-outline:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.8);
  transform: translateY(-2px);
}

.btn-webasp-ghost {
  background: transparent;
  color: var(--c-blue) !important;
  border-color: var(--c-blue);
}
.btn-webasp-ghost:hover {
  background: #eef5ff;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 4px 18px rgba(37,211,102,0.28);
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.38);
  filter: brightness(1.06);
}

/* ===== HERO ===== */
.telco-hero {
  background:
    radial-gradient(ellipse at 80% 10%, rgba(0,166,214,0.35) 0%, transparent 45%),
    radial-gradient(ellipse at 15% 85%, rgba(11,94,215,0.25) 0%, transparent 40%),
    var(--grad-hero);
  color: #fff;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: clamp(80px, 10vw, 120px) 0 clamp(60px, 8vw, 100px);
  position: relative;
  overflow: hidden;
}

/* Animated background dots */
.telco-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

/* Floating glow blob */
.telco-hero::after {
  content: '';
  position: absolute;
  width: 560px; height: 560px;
  right: -80px; top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,166,214,0.18), transparent 70%);
  pointer-events: none;
  animation: pulse-glow 6s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50%       { transform: scale(1.12); opacity: 1; }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-cyan-light);
  margin-bottom: 20px;
}

.telco-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.telco-hero p {
  color: rgba(255,255,255,0.84);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 600px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Trust panel (glassmorphism) */
.trust-panel {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--r-lg);
  padding: 28px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.trust-panel h2 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.trust-list {
  list-style: none;
  padding: 0; margin: 0;
}

.trust-list li {
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.88);
  font-size: 0.9rem;
  line-height: 1.55;
}
.trust-list li strong { color: #fff; display: block; margin-bottom: 3px; }

/* ===== TRUST STRIP ===== */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  margin-top: -48px;
  position: relative;
  z-index: 10;
}

.trust-strip-item {
  padding: 22px 20px;
  border-right: 1px solid var(--c-line);
  transition: background var(--t-fast) var(--ease);
}
.trust-strip-item:last-child { border-right: none; }
.trust-strip-item:hover { background: var(--c-soft); }

.trust-strip-item strong {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  color: var(--c-navy);
  margin-bottom: 5px;
}
.trust-strip-item strong::before {
  content: '';
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--grad-accent);
  flex-shrink: 0;
}

.trust-strip-item span {
  font-size: 0.82rem;
  color: var(--c-muted);
  line-height: 1.5;
}

/* ===== SECTION STRUCTURE ===== */
.section-band {
  padding: var(--section-pad) 0;
}

.section-soft { background: var(--c-soft); }

.section-dark {
  background: var(--c-navy);
  color: rgba(255,255,255,0.88);
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 44px;
}

.section-heading h2,
.section-title {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--c-navy);
  margin: 0 0 14px;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.section-heading p,
.section-subtitle,
.lead-copy {
  color: var(--c-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* ===== SERVICE CARDS ===== */
.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.service-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 26px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease), border-color var(--t-med) var(--ease);
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-accent);
  transform: scaleX(0);
  transition: transform var(--t-med) var(--ease);
  transform-origin: left;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: #c2d9ff;
}
.service-card:hover::before { transform: scaleX(1); }

.service-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-navy);
  margin: 14px 0 9px;
}
.service-card p {
  font-size: 0.87rem;
  color: var(--c-muted);
  margin: 0;
  line-height: 1.6;
}

/* ===== FEATURE / TELCO CARDS ===== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.telco-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.telco-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.telco-card h3 {
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--c-navy);
  margin: 14px 0 10px;
}
.telco-card p {
  font-size: 0.9rem;
  color: var(--c-muted);
  margin: 0;
  line-height: 1.65;
}

/* ===== SOLUTION CARDS ===== */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.solution-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
}
.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.solution-card .icon-badge { flex-shrink: 0; }

.solution-card h3 {
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--c-navy);
  margin: 0 0 6px;
}
.solution-card p {
  font-size: 0.88rem;
  color: var(--c-muted);
  margin: 0 0 10px;
  line-height: 1.6;
}
.solution-card a {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--c-blue);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.solution-card a::after {
  content: '→';
  transition: transform var(--t-fast) var(--ease);
}
.solution-card a:hover::after { transform: translateX(4px); }

/* ===== PACKAGE CARDS ===== */
.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.package-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-med) var(--ease), box-shadow var(--t-med) var(--ease);
  position: relative;
  overflow: hidden;
}
.package-card.featured {
  border-color: var(--c-blue);
  box-shadow: 0 8px 40px rgba(11,94,215,0.15);
}
.package-card.featured::after {
  content: 'Popular';
  position: absolute;
  top: 16px; right: -24px;
  background: var(--grad-accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 32px;
  transform: rotate(40deg);
  letter-spacing: 0.06em;
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }

.package-card h3 {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--c-navy);
  margin: 0 0 10px;
}
.package-card p {
  font-size: 0.9rem;
  color: var(--c-muted);
  margin: 0 0 16px;
  line-height: 1.65;
}

/* ===== ICON BADGE ===== */
.icon-badge {
  width: 52px;
  height: 52px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, #eaf7ff, #d5eeff);
  color: var(--c-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: background var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.service-card:hover .icon-badge,
.telco-card:hover .icon-badge,
.solution-card:hover .icon-badge { background: var(--grad-accent); color: #fff; transform: scale(1.08); }

/* ===== CHECKLIST ===== */
.check-list {
  list-style: none;
  padding: 0; margin: 16px 0 0;
}
.check-list li {
  position: relative;
  padding: 5px 0 5px 28px;
  color: var(--c-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #15a36e, #0bbf82);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 3.5l-8 8L2 8'  stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.5 3.5l-8 8L2 8' stroke='white' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ===== SPLIT LAYOUT ===== */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.image-frame {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.image-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-lg);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}
.image-frame img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform var(--t-slow) var(--ease);
}
.image-frame:hover img { transform: scale(1.03); }

/* ===== FAQ ===== */
.faq-item {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 22px 24px;
  margin-bottom: 14px;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.faq-item:hover { border-color: #c2d9ff; box-shadow: var(--shadow-sm); }
.faq-item h3 {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--c-navy);
  margin: 0 0 8px;
}
.faq-item p {
  font-size: 0.9rem;
  color: var(--c-muted);
  margin: 0;
  line-height: 1.65;
}

/* ===== PAGE HERO ===== */
.page-hero {
  background:
    radial-gradient(ellipse at 90% 50%, rgba(0,166,214,0.2) 0%, transparent 50%),
    var(--grad-hero);
  color: #fff;
  padding: clamp(60px, 8vw, 96px) 0;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin: 12px 0 16px;
  letter-spacing: -0.02em;
}
.page-hero p {
  color: rgba(255,255,255,0.84);
  font-size: 1.05rem;
  max-width: 640px;
  line-height: 1.7;
}

/* ===== CTA BAND ===== */
.cta-band {
  background: var(--grad-accent);
  color: #fff;
  padding: clamp(48px, 6vw, 72px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.08)'/%3E%3C/svg%3E") repeat;
  background-size: 60px 60px;
}
.cta-band h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.cta-band p {
  font-size: 1.04rem;
  color: rgba(255,255,255,0.88);
  margin-bottom: 28px;
}
.justify-content-center { justify-content: center; }

/* ===== CONTACT FORM ===== */
.contact-section { padding: var(--section-pad) 0; }

.contact-panel {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-lg);
  padding: 36px;
  box-shadow: var(--shadow-md);
}

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--c-navy);
  margin-bottom: 7px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 11px 14px;
  font-size: 0.92rem;
  font-family: inherit;
  color: var(--c-ink);
  background: var(--c-white);
  border: 1.5px solid var(--c-line);
  border-radius: var(--r-sm);
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
  outline: none;
  min-height: 46px;
  box-sizing: border-box;
}
.form-control:focus {
  border-color: var(--c-blue);
  box-shadow: 0 0 0 3px rgba(11,94,215,0.1);
}
textarea.form-control { min-height: 130px; resize: vertical; }

.form-row { display: flex; gap: 16px; }
.form-row .form-group { flex: 1; }

/* ===== NOTICES ===== */
.notice {
  border-radius: var(--r-sm);
  padding: 13px 16px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.notice-success { background: #eaf8f2; color: #186444; border: 1px solid #b8e8d2; }
.notice-error   { background: #fff1f1; color: #8b2020; border: 1px solid #f3c2c2; }

/* ===== TABLES ===== */
.table-responsive {
  border-radius: var(--r-md);
  border: 1px solid var(--c-line);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table { width: 100%; border-collapse: collapse; background: var(--c-white); }
.table th {
  background: var(--c-navy);
  color: #fff;
  padding: 13px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: left;
}
.table td {
  padding: 12px 16px;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--c-line);
  color: var(--c-ink);
}
.table tr:last-child td { border-bottom: none; }
.table tbody tr:hover { background: var(--c-soft); }

/* ===== RESOURCE LINKS ===== */
.resource-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }

.resource-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  color: var(--c-ink);
  font-weight: 600;
  font-size: 0.9rem;
  transition: all var(--t-fast) var(--ease);
}
.resource-link:hover {
  border-color: var(--c-blue);
  color: var(--c-blue);
  box-shadow: var(--shadow-sm);
  transform: translateX(4px);
}

/* ===== METRIC CARDS ===== */
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.metric-card {
  background: var(--grad-accent);
  color: #fff;
  border-radius: var(--r-md);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-blue);
  transition: transform var(--t-med) var(--ease);
}
.metric-card:hover { transform: translateY(-5px); }
.metric-card strong { display: block; font-size: 2.2rem; font-weight: 800; line-height: 1.1; margin-bottom: 5px; }
.metric-card span { font-size: 0.88rem; color: rgba(255,255,255,0.85); }

/* ===== LOCATION CARDS ===== */
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.location-card {
  background: var(--c-white);
  border: 1px solid var(--c-line);
  border-radius: var(--r-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}
.location-card h3 { font-size: 1.06rem; font-weight: 700; color: var(--c-navy); margin: 0 0 10px; }
.location-card p { font-size: 0.88rem; color: var(--c-muted); margin: 0; line-height: 1.65; }

/* ===== FOOTER ===== */
.info_section {
  background: var(--grad-footer);
  color: rgba(255,255,255,0.78);
  padding: clamp(48px, 6vw, 72px) 0 40px;
}

.info_section a {
  color: rgba(255,255,255,0.85);
  transition: color var(--t-fast) var(--ease);
}
.info_section a:hover { color: var(--c-cyan-light); }

.info_section h3 {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.info_section p {
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 10px;
}

.footer-logo { margin-bottom: 16px; display: block; }
.footer-logo img {
  height: 52px;
  width: auto;
  display: block;
  /* Use the 500px logo which has transparent bg; invert only dark pixels to white */
  filter: brightness(10) saturate(0);
  opacity: 0.92;
}

.footer_section {
  background: #020c1a;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 16px 24px;
  font-size: 0.82rem;
}
.footer_section p { margin: 0; }

/* Whatsapp float button */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 9000;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.45);
  text-decoration: none;
  transition: transform var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
  animation: float-in 0.8s var(--ease) forwards;
}
.wa-float:hover { transform: scale(1.12); box-shadow: 0 10px 32px rgba(37,211,102,0.55); color: #fff; }

@keyframes float-in {
  from { opacity: 0; transform: scale(0.6) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

/* Pulse ring */
.wa-float::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,0.4);
  animation: wa-ring 2s ease-in-out infinite;
}
@keyframes wa-ring {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.14); opacity: 0; }
}

/* ===== SCROLL ANIMATIONS ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }

/* Stagger children */
.stagger > * { transition-delay: calc(var(--i, 0) * 80ms); }

/* ===== NAVBAR COLLAPSE =====
   Desktop: flex row (always visible)
   Mobile:  hidden until .show is added by JS toggler
   ================================================== */
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    display: none;
  }
  .navbar-collapse.show {
    display: block !important;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
  /* ── Hamburger button ── */
  .navbar-toggler { display: flex; }

  /* ── Mobile nav panel ── */
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: #ffffff;
    border-bottom: 1px solid var(--c-line);
    border-radius: 0 0 var(--r-md) var(--r-md);
    box-shadow: 0 16px 40px rgba(7,28,58,0.22);
    z-index: 9999;
    max-height: calc(100svh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* ── Panel header bar ── */
  .mobile-nav-panel-head {
    display: block;
    padding: 14px 18px;
    background: linear-gradient(125deg, #071c3a 0%, #0a3972 100%);
    color: #fff;
  }
  .mobile-nav-panel-head strong { display: block; font-size: 0.95rem; font-weight: 700; }
  .mobile-nav-panel-head span   { display: block; font-size: 0.78rem; color: rgba(255,255,255,0.68); margin-top: 2px; }

  /* ── Nav list ── */
  .navbar-nav {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 10px 12px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 2px !important;
    display: flex !important;
  }

  /* ── Every nav item ── */
  .navbar-nav .nav-item {
    width: 100%;
    position: relative;
  }

  /* ── Nav links — ULTRA hard reset: all black text, no borders/lines ── */
  .navbar-nav .nav-link,
  .navbar-nav .nav-item .nav-link,
  .navbar-nav .nav-item a.nav-link,
  .navbar-nav .nav-item a,
  .custom_nav-container .navbar-nav .nav-item .nav-link,
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    outline: 0 !important;
    text-decoration: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 13px 14px !important;
    font-family: 'DM Sans', system-ui, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #000000 !important;
    text-align: left !important;
    line-height: 1.4 !important;
    cursor: pointer;
    transition: background 0.15s ease;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-item.active .nav-link {
    background: #f0f4fa !important;
    color: #000000 !important;
  }

  /* Kill EVERY underline / pseudo-element / accent on mobile nav links */
  .navbar-nav .nav-item .nav-link::after,
  .navbar-nav .nav-item .nav-link::before,
  .navbar-nav .nav-item.active .nav-link::after,
  .navbar-nav .nav-item:hover .nav-link::after,
  .custom_nav-container .navbar-nav .nav-item .nav-link::after,
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after,
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after,
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    background: none !important;
    height: 0 !important;
    width: 0 !important;
  }

  /* ── Sub-menus (dropdown) ── */
  .dropdown-menu {
    position: static !important;
    display: none !important;
    float: none !important;
    width: 100% !important;
    background: #f3f7fb !important;
    border: none !important;
    border-radius: var(--r-sm) !important;
    box-shadow: none !important;
    margin: 2px 0 4px !important;
    padding: 4px !important;
    animation: none !important;
  }
  .dropdown-menu.show {
    display: block !important;
  }
  .dropdown-item {
    display: block !important;
    padding: 11px 16px !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    color: #000000 !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: background 0.15s ease;
  }
  .dropdown-item:hover,
  .dropdown-item:focus {
    background: #e3edf8 !important;
    color: #000000 !important;
  }

  /* ── Contact Us CTA button ── */
  .nav-cta { margin: 6px 0 2px; }
  .nav-cta .btn-webasp {
    width: 100%;
    justify-content: center;
  }

  /* ── Nav container positioning ── */
  .custom_nav-container {
    position: relative;
    flex-wrap: wrap;
    min-height: auto;
    padding: 12px 16px;
  }

  /* ── Hero ── */
  .hero-grid { grid-template-columns: 1fr; }
  .trust-panel { margin-top: 10px; }

  /* ── Content grids ── */
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .solution-grid { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-list { grid-template-columns: 1fr; }

  .split-layout { grid-template-columns: 1fr; gap: 32px; }
  .split-layout .image-frame { order: -1; }

  .brand-meta { display: none; }

  /* Stack contact form columns on tablet */
  .col-lg-5, .col-lg-7 { width: 100%; flex: 0 0 100%; margin-bottom: 24px; }
}

@media (max-width: 767px) {
  .form-row { flex-direction: column; gap: 0; }
  .row { flex-direction: column; }
  .col-md-4, .col-lg-5, .col-lg-7 { width: 100%; margin-bottom: 24px; }

  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip-item { border-right: none; border-bottom: 1px solid var(--c-line); }
  .trust-strip-item:last-child { border-bottom: none; }
}

@media (max-width: 575px) {
  .service-grid,
  .feature-grid,
  .package-grid,
  .location-grid,
  .metric-grid { grid-template-columns: 1fr; }

  .top-bar .top-bar-items {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
  }

  .hero-actions { flex-direction: column; }
  .hero-actions .btn-webasp,
  .hero-actions .btn-webasp-outline,
  .hero-actions .btn-whatsapp { justify-content: center; }

  .wa-float { bottom: 18px; right: 18px; width: 52px; height: 52px; font-size: 1.35rem; }

  .contact-panel { padding: 22px 18px; }
}
