* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --green-d: #2c5e2a;
  --green-l: #eaf7e6;
  --g6: #196b47;
  --navy: #0a2540;
  --cyan: #00aeef;
  --cyan-d: #007ab8;
  --cyan-l: #e1f4fe;
  --t2: #4a5b6e;
  --t3: #6c7e91;
  --border: #e2e9f0;
  --off: #f9fafc;
  --grey: #f0f3f8;
  --white: #ffffff;
  --gdim: rgba(25, 107, 71, .09);

  /* Product page colours */
  --blue: #0693e3;
  --blue-dk: #0369a1;
  --green: #23bf44;
  --green-dk: #15803d;
  --muted: #64748b;
  --teal: #00a79d;
  --teal-light: #e0f5f4;
  --orange: #d9620f;

  /* Fonts – matching product page */
  --font-head: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--navy);
  background: #fff;
}

/* ── NAV ── */
/*nav {*/
/*  position: sticky;*/
/*  top: 0;*/
/*  z-index: 100;*/
/*  background: rgba(255, 255, 255, 0.96);*/
/*  border-bottom: 1px solid var(--border);*/
/*  padding: 0 5%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  height: 68px;*/
/*  backdrop-filter: blur(12px);*/
/*}*/

/*.nav-logo {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  height: 100%;*/
/*}*/

/*.nav-logo-mark img {*/
/*  height: 60px;*/
/*  width: auto;*/
/*  display: block;*/
/*  object-fit: contain;*/
/*  background: transparent;*/
/*}*/

/*.nav-logo-mark {*/
/*  padding: 5px 0;*/
/*}*/

/*.nav-logo-text {*/
/*  font-family: var(--font-head);*/
/*  font-size: 18px;*/
/*  font-weight: 700;*/
/*  color: var(--navy);*/
/*  letter-spacing: -0.3px;*/
/*}*/

/*.nav-logo-text span {*/
/*  color: var(--teal);*/
/*}*/

/*.nav-links {*/
/*  display: flex;*/
/*  gap: 6px;*/
/*  align-items: center;*/
/*  text-decoration: none;*/
/*}*/

/*.nav-links a {*/
/*  font-size: 13.5px;*/
/*  font-weight: 500;*/
/*  color: var(--muted);*/
/*  padding: 6px 12px;*/
/*  border-radius: 6px;*/
/*  transition: all 0.15s;*/
/*  text-decoration: none;*/
/*}*/

/*.nav-links a:hover {*/
/*  color: var(--teal);*/
/*  background: var(--teal-light);*/
/*  text-decoration: none;*/
/*}*/

/*.nav-actions {*/
/*  display: flex;*/
/*  gap: 10px;*/
/*  align-items: center;*/
/*}*/

/*.btn-ghost-sm {*/
/*  font-size: 13px;*/
/*  font-weight: 600;*/
/*  color: var(--teal);*/
/*  border: 1.5px solid var(--teal);*/
/*  padding: 8px 18px;*/
/*  border-radius: 8px;*/
/*  cursor: pointer;*/
/*  font-family: var(--font-body);*/
/*  background: transparent;*/
/*  transition: all 0.15s;*/
/*}*/

/*.btn-ghost-sm:hover {*/
/*  background: var(--teal-light);*/
/*}*/

/*.btn-sm {*/
/*  font-size: 13px;*/
/*  font-weight: 600;*/
/*  color: #fff;*/
/*  background: var(--orange);*/
/*  border: none;*/
/*  padding: 9px 20px;*/
/*  border-radius: 8px;*/
/*  cursor: pointer;*/
/*  font-family: var(--font-body);*/
/*  transition: background 0.15s;*/
/*}*/

/*.hamburger {*/
/*  display: none;*/
/*  flex-direction: column;*/
/*  gap: 5px;*/
/*  cursor: pointer;*/
/*  padding: 4px;*/
/*}*/

/*.hamburger span {*/
/*  width: 22px;*/
/*  height: 2px;*/
/*  background: var(--navy);*/
/*  border-radius: 2px;*/
/*  transition: all 0.3s;*/
/*}*/

/*.mobile-menu {*/
/*  display: none;*/
/*  position: fixed;*/
/*  top: 68px;*/
/*  left: 0;*/
/*  right: 0;*/
/*  background: var(--white);*/
/*  border-bottom: 1px solid var(--border);*/
/*  padding: 16px 5%;*/
/*  z-index: 99;*/
/*  flex-direction: column;*/
/*  gap: 2px;*/
/*}*/

/*.mobile-menu.open {*/
/*  display: flex;*/
/*}*/

/*.mobile-menu a {*/
/*  padding: 10px 12px;*/
/*  font-size: 14px;*/
/*  font-weight: 500;*/
/*  color: var(--muted);*/
/*  border-radius: 6px;*/
/*  transition: all 0.15s;*/
/*}*/

/*.mobile-menu a:hover {*/
/*  color: var(--teal);*/
/*  background: var(--teal-light);*/
/*}*/

/* ═══════════════════════════════════════
   PAGE HEADER BANNER
═══════════════════════════════════════ */
.page-header {
  background: linear-gradient(160deg, #ffffff 0%, #f0fdf4 50%, #f0f9ff 100%);
  padding: 60px 40px 100px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.page-header-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  line-height: 0;
}

.ph-circle-1 {
  position: absolute;
  top: -60px;
  right: 8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.ph-circle-2 {
  position: absolute;
  bottom: -40px;
  right: 20%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.ph-circle-3 {
  position: absolute;
  top: 20px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 150, 210, 0.3);
  pointer-events: none;
}

.ph-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.ph-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 14px;
}

.ph-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.ph-breadcrumb a:hover {
  color: #fff;
}

.ph-breadcrumb .sep {
  opacity: 0.5;
}

.ph-breadcrumb .cur {
  color: rgba(255, 255, 255, 0.95);
}

.ph-left h1 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.5px;
  color: var(--navy);
  margin-bottom: 0;
}

.h-green {
  color: #36bf4e;
}

.h-blue {
  color: #0ea5e9;
}

.ph-left p {
  font-family: var(--font-body);
  font-size: 14px;
  color: #475569;
  line-height: 1.8;
  max-width: 480px;
  font-weight: 400;
  margin-top: 14px;
}

.ph-chips {
  display: flex;
  gap: 10px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.ph-chip {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  padding: 8px 16px;
  border-radius: 30px;
}

.ph-chip-n {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 900;
  color: #fff;
}

.ph-chip-l {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

/* ── HERO CAROUSEL ────────────────── */
.hero-carousel-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.hero-carousel {
  position: relative;
  width: 100%;
  max-width: 880px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}

.hero-carousel:hover {
  transform: translateY(-5px);
}

.hero-carousel-slides {
  position: relative;
  height: 480px;
  width: 100%;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
}

.hero-carousel-slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── BROWSER FRAME ────────────────── */
.browser-frame {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  width: 100%;
}

.browser-header {
  height: 28px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.browser-dots {
  display: flex;
  gap: 7px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot.red { background: #ff5f57; }
.dot.yellow { background: #ffbd2e; }
.dot.green { background: #28c840; }

.hero-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 100px;
}

.carousel-dot {
  width: 12px;
  height: 6px;
  border-radius: 99px;
  background: rgba(6, 147, 227, 0.12);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.carousel-dot.on {
  background: #0693e3;
  width: 36px;
}

/* ── IMAGE MODAL (LIGHTBOX) ────────── */
.image-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 40px;
}

.image-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.image-modal-content {
  position: relative;
  max-width: 95vw;
  max-height: 90vh;
  transform: scale(0.95) translateY(20px);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.image-modal-overlay.active .image-modal-content {
  transform: scale(1) translateY(0);
}

.image-modal-content img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  display: block;
  border-radius: 16px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.image-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  backdrop-filter: blur(5px);
}

.image-modal-close:hover {
  background: #ff5f57;
  border-color: #ff5f57;
  transform: rotate(90deg);
}

.trust-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--t3);
}

.trust-item .t-num {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
}

.hero-right {
  background: linear-gradient(145deg, #00aeef 0%, #0085c0 55%, #005f96 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 48px;
  position: relative;
  overflow: hidden;
}

.hr-blob1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}

.hr-blob2 {
  position: absolute;
  bottom: -60px;
  left: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(122, 182, 72, 0.15);
}

.asset-card-demo {
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  padding: 26px 28px;
  width: 100%;
  max-width: 320px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  animation: cardFloat 5s ease-in-out infinite;
}


@keyframes cardFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.acd-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.acd-badge {
  background: rgba(122, 182, 72, 0.25);
  border: 1px solid rgba(122, 182, 72, 0.4);
  color: #a8e878;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 10px;
  letter-spacing: 0.06em;
}

.acd-id {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

.acd-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}

.acd-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.acd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.07);
  padding: 7px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.acd-row-label {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.acd-row-val {
  color: #fff;
  font-weight: 700;
}

.pill-g {
  background: rgba(122, 182, 72, 0.25);
  color: #a8e878;
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
}

.pill-o {
  background: rgba(255, 180, 60, 0.2);
  color: #ffcf7a;
  padding: 2px 9px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
}

.f-chip {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.f-chip .fc-n {
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.f-chip .fc-l {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  margin-top: 2px;
}

.f-chip-1 {
  top: 14%;
  left: 4%;
  animation: cf1 6s ease-in-out infinite;
}

.f-chip-2 {
  bottom: 18%;
  right: 4%;
  animation: cf2 7s ease-in-out infinite;
}

@keyframes cf1 {

  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

@keyframes cf2 {

  0%,
  100% {
    transform: translateY(0) rotate(1deg);
  }

  50% {
    transform: translateY(8px) rotate(-2deg);
  }
}

/* ════════════════ WHAT'S INSIDE REVEAL SECTION ════════════════ */
.reveal-section {
  max-width: 1360px;
  margin: 0 auto;
  padding: 60px 32px;
}

.two-col-dashboard {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.side-nav {
  flex: 0 0 180px;
  background: var(--white);
  border-radius: 24px;
  padding: 16px 8px;
  position: sticky;
  top: 30px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 0.95rem;
  color: #94a3b8;
  transition: all 0.25s ease;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  font-family: var(--font-body);
  justify-content: flex-start;
  margin-bottom: 4px;
}

.nav-item .nav-icon {
  opacity: 0.7;
  transition: opacity 0.25s ease;
}

.nav-item:hover .nav-icon {
  opacity: 1;
}

.nav-item.active .nav-icon {
  opacity: 1;
}

.nav-item span {
  flex: none;
  text-align: left;
  letter-spacing: -0.2px;
}

.nav-item i,
.nav-item .nav-icon {
  font-size: 1.35rem;
  width: 28px;
  display: inline-flex;
  justify-content: center;
}

.nav-item span {
  flex: 1;
  letter-spacing: -0.2px;
}

.nav-item:hover {
  background: var(--grey);
  color: var(--cyan-d);
}

.nav-item.active {
  background: linear-gradient(105deg, var(--cyan-l), #ebf7fe);
  color: var(--cyan-d);
  border-left: 4px solid var(--cyan);
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 174, 239, 0.08);
}

.right-content {
  flex: 1;
  min-width: 0;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-d);
  margin-bottom: 12px;
}

.section-kicker::before {
  content: '';
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #7ab648, #5d8e32);
}

.section-headline {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 14px;
}

.section-headline span {
  color: var(--cyan);
}

.section-sub {
  font-size: 1.06rem;
  color: var(--t2);
  line-height: 1.72;
  max-width: 560px;
  margin-bottom: 44px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.acc-item {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}

.acc-item:hover {
  border-color: var(--cyan);
  box-shadow: 0 4px 20px rgba(0, 174, 239, 0.1);
}

.acc-item.open {
  border-color: var(--cyan);
  box-shadow: 0 8px 32px rgba(0, 174, 239, 0.12);
}

.acc-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  user-select: none;
}

.acc-num {
  font-family: var(--font-head);
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--grey);
  color: var(--t3);
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: all 0.2s;
}

.acc-item.open .acc-num {
  background: linear-gradient(135deg, #00aeef, #007ab8);
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 174, 239, 0.3);
}

.acc-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--grey);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.2s;
}

.acc-item.open .acc-icon-wrap {
  background: var(--cyan-l);
  border-color: rgba(0, 174, 239, 0.3);
}

.acc-header-text {
  flex: 1;
}

.acc-header-text h3 {
  font-family: var(--font-head);
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
  transition: color 0.2s;
}

.acc-item.open .acc-header-text h3 {
  color: var(--cyan-d);
}

.acc-header-text p {
  font-size: 0.96rem;
  color: var(--t3);
  font-weight: 500;
}

.acc-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 4px;
  background: var(--gdim);
  color: var(--g6);
  flex-shrink: 0;
  white-space: nowrap;
  text-align: left;
}

.acc-toggle {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  color: var(--t3);
  transition: all 0.25s;
  flex-shrink: 0;
}

.acc-item.open .acc-toggle {
  background: var(--cyan);
  border-color: var(--cyan);
  color: #fff;
  transform: rotate(45deg);
}


.acc-detail {
  padding-left: 20px;
}


.acc-detail ul {
  padding-left: 20px;
  margin: 0;
}


.acc-detail li {
  margin-bottom: 10px;
}


.acc-detail li::marker {
  font-size: 1.3rem;
  color: var(--ink-soft);
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.acc-item.open .acc-body {
  max-height: 500px;
}

.acc-body-inner {
  padding: 0 24px 24px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  margin-top: 0;
}

.acc-body-inner.wide {
  grid-template-columns: 1fr;
}

.acc-detail {
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 14px 16px;
}

.acc-detail h5 {
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.acc-detail li {
  font-size: 0.95rem;
  color: var(--t2);
  line-height: 1.65;
}

.acc-highlight {
  background: linear-gradient(135deg, var(--cyan-l), #dff3fd);
  border: 1px solid rgba(0, 174, 239, 0.2);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.acc-hl-num {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--cyan-d);
  flex-shrink: 0;
}

.acc-hl-text {
  font-size: 0.95rem;
  color: var(--t2);
  line-height: 1.55;
}

@media (max-width: 880px) {
  .two-col-dashboard {
    flex-direction: column;
    gap: 32px;
  }

  .side-nav {
    flex: auto;
    width: 100%;
    position: relative;
    top: 0;
    padding: 16px;
    border-radius: 18px;
    background: var(--off);
    border: 1px solid var(--border);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  }

  .nav-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .nav-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 10px;
    border-radius: 14px;
    background: #fff;
    border: 1.5px solid var(--border);
    transition: all 0.25s;
    height: 100%;
  }

  .nav-item .nav-icon {
    font-size: 1.8rem;
    margin-bottom: 6px;
    width: auto;
  }

  .nav-item span {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .nav-item.active {
    background: var(--cyan);
    color: #fff;
    border-color: var(--cyan);
    border-left: none;
    /* remove desktop indicator */
    box-shadow: 0 6px 16px rgba(0, 174, 239, 0.25);
    transform: translateY(-2px);
  }

  .reveal-section {
    padding: 40px 16px;
  }
}

@media (max-width: 560px) {
  .acc-body-inner {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .acc-header {
    padding: 16px;
    gap: 12px;
  }

  .acc-num,
  .acc-tag {
    display: none;
    /* Hide for cleaner look on mobile */
  }

  .acc-icon-wrap {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .acc-header-text h3 {
    font-size: 0.9rem;
  }

  .acc-header-text p {
    font-size: 0.8rem;
  }
}

.nav-item .nav-icon {
  font-style: normal;
}

/* ════════════════ VISUAL TIMELINE STRIP ════════════════ */
.timeline-section {
  background: linear-gradient(135deg, var(--navy) 0%, #1a4a6a 100%);
  padding: 72px 32px;
  overflow: hidden;
  position: relative;
}

.ts-circle1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(0, 174, 239, 0.08);
}

.ts-circle2 {
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(122, 182, 72, 0.08);
}

.ts-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ts-header {
  text-align: center;
  margin-bottom: 56px;
}

.ts-header .kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(122, 182, 72, 0.15);
  border: 1px solid rgba(122, 182, 72, 0.3);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #a8e878;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.ts-header h2 {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.ts-header h2 span {
  color: var(--cyan);
}

.timeline-track {
  display: flex;
  gap: 0;
  position: relative;
}

.timeline-track::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.tl-step {
  flex: 1;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.tl-dot-wrap {
  width: 56px;
  height: 56px;
  position: relative;
  margin-bottom: 20px;
}

.tl-dot {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  display: grid;
  place-items: center;
  font-size: 20px;
  transition: all 0.25s;
  position: relative;
  z-index: 1;
}

.tl-step:hover .tl-dot,
.tl-step.active .tl-dot {
  background: linear-gradient(135deg, #00aeef, #007ab8);
  border-color: var(--cyan);
  box-shadow: 0 0 0 6px rgba(0, 174, 239, 0.15);
}

.tl-num {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7ab648, #5d8e32);
  font-size: 0.6rem;
  font-weight: 800;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 2;
}

.tl-step h4 {
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 6px;
  transition: color 0.2s;
}

.tl-step:hover h4,
.tl-step.active h4 {
  color: #fff;
}

.tl-step p {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.55;
  transition: color 0.2s;
}

.tl-step:hover p,
.tl-step.active p {
  color: rgba(255, 255, 255, 0.65);
}

/* ════════════════ WHY IT MATTERS — BENTO GRID ════════════════ */
.bento-section {
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 32px;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
  margin-top: 48px;
}

.bento-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.bento-card:hover {
  border-color: var(--cyan);
  box-shadow: 0 10px 36px rgba(0, 174, 239, 0.1);
  transform: translateY(-3px);
}

.bento-wide {
  grid-column: span 2;
}

.bento-tall {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}

.bento-card.cyan-card {
  background: linear-gradient(135deg, #00aeef, #007ab8);
  border-color: transparent;
}

.bento-card.green-card {
  background: linear-gradient(135deg, #7ab648, #5d8e32);
  border-color: transparent;
}

.bc-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  /* background: var(--grey); */
  /* border: 1px solid var(--border); */
  display: grid;
  place-items: center;
  font-size: 30px;
  margin-bottom: 16px;
}


.bento-card h4 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 9px;
  letter-spacing: -0.01em;
}

.cyan-card h4,
.green-card h4 {
  color: #fff;
}

.bento-card li {
  font-size: 0.99rem;
  color: var(--t2);
  line-height: 1.68;
}

.cyan-card li,
.green-card li {
  color: rgba(255, 255, 255, 0.72);
}
.acc-detail,
.bento-card {
  padding-left: 20px;
}

.acc-detail ul,
.bento-card ul {
  padding-left: 20px;
  margin: 0;
}

.acc-detail li,
.bento-card li {
  margin-bottom: 10px;
}


.acc-detail li::marker,
.bento-card li::marker {
  font-size: 1.3rem;
  color: var(--ink-soft);
}

.bc-big-num {
  font-family: var(--font-head);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.cyan-card .bc-big-num,
.green-card .bc-big-num {
  color: #fff;
}

.bc-big-num.teal {
  color: var(--cyan);
}

.bc-big-num.green {
  color: var(--green);
}

/* ─────────────────────────────────────────────────────────
   CTA BAND
───────────────────────────────────────────────────────── */
.cta-band {
  /* margin:0 48px 72px; */
  background: linear-gradient(130deg, #0d3d28 0%, var(--g6) 50%, #0272b0 100%);
  padding: 56px 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-band::before {
  content: 'SERVICES';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 160px;
  font-weight: 900;
  font-style: italic;
  color: rgba(255, 255, 255, .05);
  letter-spacing: -.06em;
  pointer-events: none;
}

.cta-band::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  top: -120px;
  right: 180px;
}

.cta-text h2 {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.1;
}

.cta-text h2 em {
  font-style: italic;
}

.cta-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
  max-width: 400px
}

.cta-acts {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
  z-index: 1
}

.cbtn-w {
  padding: 12px 24px;
  border-radius: 9px;
  background: #fff;
  color: #0d3d28;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: all .16s;
}

.cbtn-w:hover {
  opacity: .92;
  transform: translateY(-2px)
}

.cbtn-g {
  padding: 12px 18px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  cursor: pointer;
  transition: all .14s;
  font-family: 'Inter', sans-serif;
}

.cbtn-g:hover {
  background: rgba(255, 255, 255, .17);
  color: #fff
}

/* ─────────────────────────────────────────────────────────
   CTA RESPONSIVE ADJUSTMENTS
───────────────────────────────────────────────────────── */

/* Tablet (Max-width: 1080px) */
@media(max-width:1080px) {
  .cta-band {
    margin: 0 0 0;      /* Removes side margins if any */
    padding: 40px 32px; /* Reduces padding for smaller width */
  }
}

/* Mobile (Max-width: 640px) */
@media(max-width:640px) {
  .cta-band {
    margin: 0 0 60px;   /* Adds bottom spacing for mobile flow */
    padding: 32px 20px; /* Tightens padding */
    flex-direction: column; /* Stacks text and buttons vertically */
    text-align: center;     /* Centers text for mobile balance (implied) */
  }

  .cta-text p {
    max-width: 100%;    /* Allows text to fill the width */
  }

  .cta-acts {
    width: 100%;        /* Forces action container to full width */
    justify-content: center;
  }
}




/* ── FOOTER ── */
/*footer {*/
/*  background: #ffffff;*/
/*  padding: 80px 5% 40px;*/
/*  color: #1a1a1a !important;*/
/*  border-top: 1px solid #f1f5f9;*/
/*}*/

/*footer p,*/
/*footer a,*/
/*footer h5,*/
/*footer div {*/
/*  color: #1a1a1a !important;*/
/*  text-decoration: none;*/
/*}*/

/*.footer-top {*/
/*  display: grid;*/
/*  grid-template-columns: 2.2fr 1fr 1fr 1fr 1fr 1fr;*/
/*  gap: 30px;*/
/*  padding-bottom: 60px;*/
/*  border-bottom: 1px solid #f1f5f9;*/
/*}*/

/*.footer-brand-logo {*/
/*  margin-bottom: 20px;*/
/*  display: block;*/
/*  line-height: 0;*/
/*}*/

/*.footer-brand-logo-img {*/
/*  height: 50px !important;*/
/*  width: auto;*/
/*  display: block;*/
/*  object-fit: contain;*/
/*}*/

/*.footer-tagline {*/
/*  font-size: 14px;*/
/*  line-height: 1.6;*/
/*  margin-bottom: 24px;*/
/*  max-width: 280px;*/
/*  opacity: 0.9;*/
/*}*/

/*.footer-contact p {*/
/*  font-size: 13px;*/
/*  line-height: 1.8;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.footer-col h5 {*/
/*  font-size: 12px;*/
/*  font-weight: 700;*/
/*  letter-spacing: 1px;*/
/*  text-transform: uppercase;*/
/*  margin-bottom: 20px;*/
/*}*/

/*.footer-col a {*/
/*  display: block;*/
/*  font-size: 14px;*/
/*  margin-bottom: 12px;*/
/*  transition: opacity 0.8s ease;*/
/*  opacity: 1;*/
/*}*/

/*.footer-col a:hover {*/
/*  opacity: 0.6;*/
/*  transform: translateX(6px);*/
/*}*/

/*.footer-bottom {*/
/*  padding-top: 30px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.footer-bottom p,*/
/*.footer-bottom-links a {*/
/*  font-size: 12px;*/
/*  opacity: 0.8;*/
/*}*/

@media (max-width: 1100px) {
  .footer-top {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}

@media (max-width: 640px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand-logo-img {
    margin: 0 auto;
  }

  .footer-tagline {
    margin: 0 auto 24px;
  }
}

/* Responsive adjustments */
/* ── RESPONSIVE OVERRIDES for Services 2026 ── */
@media (max-width: 1024px) {
  /*.ph-inner {*/
  /*  flex-direction: column;*/
  /*  text-align: center;*/
  /*  gap: 40px;*/
  /*}*/

  /*.ph-left p {*/
  /*  margin: 0 auto;*/
  /*}*/

  /*.ph-right {*/
  /*  flex-wrap: wrap;*/
  /*  justify-content: center;*/
  /*}*/
  
  .page-header{
    padding: 50px 24px 70px;
  }

  .ph-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .ph-left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ph-left p {
    max-width: 700px;
    margin: 14px auto 0;
  }

  .ph-chips {
    justify-content: center;
  }

  .hero-carousel {
    max-width: 100%;
  }

  .hero-carousel-slides {
    /*height: auto;*/ 
    height: 420px;
  }

  .hero-carousel-slide img {
    /*height: auto;*/
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bento-wide {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {

  .nav-links,
  .nav-actions {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .page-header {
    padding: 48px 24px;
    text-align: center;
  }

  .ph-left h1 {
    font-size: 2.2rem;
  }

  .ph-left p {
    font-size: 1.1rem;
  }

  .timeline-track {
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: none;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .timeline-track::-webkit-scrollbar {
    display: none;
  }

  .tl-step {
    flex: 0 0 200px;
  }

  .timeline-track::before {
    width: 1000px;
    /* Force line length */
  }

  .bento-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .bento-wide,
  .bento-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .bento-section {
    padding: 48px 16px;
  }

  .cta-full h2 {
    font-size: 1.8rem;
  }

  .cta-full p {
    font-size: 1rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-tagline {
    margin: 0 auto 24px;
  }
    .page-header {
    padding: 40px 16px 60px;
  }

  .ph-left h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .ph-left p {
    font-size: 14px;
    line-height: 1.7;
  }

  .ph-chips {
    gap: 8px;
  }

  .ph-chip {
    padding: 7px 12px;
  }

  .hero-carousel-slides {
    height: 260px;
  }

  .hero-carousel-slide {
    border-radius: 18px;
  }

  .hero-carousel-dots {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .ph-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .ph-stat-box {
    width: 100%;
    max-width: 260px;
  }
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-left>* {
  animation: fadeUp 0.55s ease both;
}

.hero-left>*:nth-child(1) {
  animation-delay: 0.05s;
}

.hero-left>*:nth-child(2) {
  animation-delay: 0.13s;
}

.hero-left>*:nth-child(3) {
  animation-delay: 0.22s;
}

.hero-left>*:nth-child(4) {
  animation-delay: 0.30s;
}

.hero-left>*:nth-child(5) {
  animation-delay: 0.38s;
}

.hero-right>* {
  animation: fadeUp 0.6s 0.3s ease both;
}










@media only screen 
and (min-width: 820px) 
and (max-width: 1180px) {

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px !important;
    overflow: visible !important;
  }

  .logo img,
  .navbar-logo img,
  .brand img,
  .nav-logo img {
    max-height: 30px !important;
    width: auto !important;
  }

  .nav-links {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0px;
    flex: 0 1 auto !important;    /* ← key change: prevents stretching */
    min-width: 0;
    overflow-x: auto !important;
    overflow-y: visible !important;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    white-space: nowrap;
    font-size: 10px !important;
    padding: 5px 6px !important;
    flex-shrink: 0;
  }

  .nav-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    margin-left: 12px !important;  /* ← adjust this for desired gap */
  }

  .btn-ghost-sm,
  .login-btn {
    font-size: 10px !important;
    padding: 7px 10px !important;
    white-space: nowrap;
    min-width: fit-content;
    flex-shrink: 0;
  }

  .dropdown,
  .dropdown-menu,
  .submenu {
    z-index: 99999 !important;
  }

  .dropdown-menu,
  .submenu {
    position: absolute;
  }
}