:root {
  --primary-dark: #0F172A;
  --deep-blue: #0B2C5F;
  --business-blue: #4486BF;
  --light-blue: #90B1DC;
  --white: #FFFFFF;
  --soft-bg: #F4F8FF;
  --whatsapp: #25D366;
  --gold: #FACC15;
  --text: #172033;
  --muted: #64748B;
  --border: rgba(144, 177, 220, .28);
  --glass: rgba(255, 255, 255, .14);
  --shadow: 0 24px 70px rgba(15, 23, 42, .16);
  --radius: 26px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden
}

a {
  color: inherit;
  text-decoration: none
}

img {
  max-width: 100%;
  display: block
}

button,
input,
select,
textarea {
  font-family: inherit
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto
}

.section-pad {
  padding: 94px 0
}

.center {
  text-align: center
}

.align-left {
  text-align: left !important
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--gold);
  color: #111827;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 9999
}

.skip-link:focus {
  left: 12px
}

.page-loader {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, #123c79, #07111f 62%);
  display: grid;
  place-items: center;
  z-index: 99999;
  color: white;
  gap: 14px;
  transition: .45s ease
}

.page-loader.hidden {
  opacity: 0;
  visibility: hidden
}

.loader-orb {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 12px rgba(68, 134, 191, .12), 0 0 50px rgba(144, 177, 220, .35);
  animation: pulse 1.5s infinite
}

.loader-orb img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 50%
}

@keyframes pulse {
  50% {
    transform: scale(1.08)
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(144, 177, 220, .18);
  transition: .3s ease
}

.site-header.scrolled {
  box-shadow: 0 14px 38px rgba(15, 23, 42, .08)
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: .02em
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(68, 134, 191, .28))
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.05
}

.brand b {
  font-size: 1.28rem;
  color: var(--primary-dark)
}

.brand small {
  font-size: .78rem;
  color: var(--business-blue);
  font-weight: 700;
  text-transform: uppercase
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px
}

.nav-link {
  padding: 10px 13px;
  border-radius: 999px;
  color: #253044;
  font-size: .94rem;
  font-weight: 600;
  transition: .25s
}

.nav-link:hover,
.nav-link.active {
  background: linear-gradient(135deg, rgba(68, 134, 191, .16), rgba(144, 177, 220, .18));
  color: var(--deep-blue)
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  cursor: pointer;
  transition: .25s ease;
  white-space: nowrap
}

.header-cta,
.btn-primary {
  background: linear-gradient(135deg, var(--business-blue), var(--deep-blue));
  color: var(--white);
  box-shadow: 0 16px 32px rgba(68, 134, 191, .26);
}

.header-cta:hover,
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(68, 134, 191, .35)
}

.btn-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp), #2aa71b);
  color: white;
  box-shadow: 0 16px 32px rgba(37, 211, 102, .24)
}

.btn-whatsapp:hover {
  transform: translateY(-3px)
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: var(--primary-dark);
  border-radius: 14px;
  padding: 10px;
  cursor: pointer
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: white;
  border-radius: 10px;
  margin: 6px 0;
  transition: .25s
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg)
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}

.hero {
  position: relative;
  padding: 118px 0 96px;
  overflow: hidden
}

.compact-hero {
  padding: 104px 0 88px
}

.policy-hero {
  padding: 92px 0
}

.gradient-mesh {
  background: radial-gradient(circle at 8% 18%, rgba(144, 177, 220, .42), transparent 28%), radial-gradient(circle at 82% 16%, rgba(68, 134, 191, .34), transparent 26%), linear-gradient(135deg, #f8fbff 0%, #eef6ff 45%, #ffffff 100%)
}

.gradient-mesh:before {
  content: "";
  position: absolute;
  inset: auto -80px -180px auto;
  width: 420px;
  height: 420px;
  background: linear-gradient(135deg, rgba(68, 134, 191, .2), rgba(15, 23, 42, .08));
  border-radius: 50%;
  filter: blur(3px)
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 54px
}

.hero-copy h1 {
  font-size: clamp(2.45rem, 5vw, 5.1rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  color: var(--primary-dark);
  margin: 16px 0 20px
}

.hero-copy p {
  font-size: 1.08rem;
  color: #4b5a72;
  margin-bottom: 30px;
  max-width: 680px
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--business-blue);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .16em
}

.eyebrow:before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--gold);
  border-radius: 999px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px
}

.center-actions {
  justify-content: center
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 620px
}

.hero-mini-stats div,
.stat-card {
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(144, 177, 220, .24);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08)
}

.hero-mini-stats b,
.stat-card b {
  display: block;
  font-size: 1.9rem;
  color: var(--deep-blue);
  line-height: 1
}

.hero-mini-stats span,
.stat-card span {
  font-size: .87rem;
  color: var(--muted);
  font-weight: 600
}

.hero-particles span {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--business-blue);
  opacity: .25;
  animation: floaty 6s ease-in-out infinite
}

.hero-particles span:nth-child(1) {
  left: 8%;
  top: 20%
}

.hero-particles span:nth-child(2) {
  left: 45%;
  top: 14%;
  animation-delay: 1s
}

.hero-particles span:nth-child(3) {
  left: 88%;
  top: 55%;
  animation-delay: 2s
}

.hero-particles span:nth-child(4) {
  left: 18%;
  top: 78%;
  animation-delay: 3s
}

@keyframes floaty {
  50% {
    transform: translateY(-22px)
  }
}

.hero-visual {
  perspective: 1000px
}

.visual-card {
  min-height: 460px;
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(255, 255, 255, .46));
  border: 1px solid rgba(144, 177, 220, .32);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, .5);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d
}

.visual-card:before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 30px;
  background: radial-gradient(circle at 70% 18%, rgba(250, 204, 21, .23), transparent 22%), linear-gradient(135deg, rgba(68, 134, 191, .18), rgba(15, 23, 42, .08));
  z-index: 0
}

.shopping-bag-3d {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%) rotateY(-8deg) rotateX(8deg);
  width: 250px;
  height: 260px;
  background: linear-gradient(135deg, #fff, #dcecff);
  border-radius: 28px 28px 34px 34px;
  box-shadow: 28px 30px 55px rgba(15, 23, 42, .22), inset -16px -18px 22px rgba(11, 44, 95, .12);
  z-index: 3
}

.shopping-bag-3d img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  object-fit: contain;
  position: absolute;
  inset: 0;
  margin: auto;
  filter: drop-shadow(0 14px 18px rgba(15, 23, 42, .2))
}

.bag-shine {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 54px;
  height: 150px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  transform: skewX(-12deg);
  opacity: .6
}

/* Marketplace Orbit Logos */
.market-orbit {
  position: absolute;
  z-index: 4;
  width: 92px;
  height: 58px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(144, 177, 220, 0.42);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: marketFloat 5s ease-in-out infinite;
  backdrop-filter: blur(10px);
}

.market-orbit img {
  width: 100%;
  max-width: 74px;
  max-height: 34px;
  object-fit: contain;
  display: block;
}

/* Positions */
.m1 {
  left: 7%;
  top: 15%;
}

.m2 {
  right: 7%;
  top: 16%;
  animation-delay: 0.2s;
}

.m3 {
  left: 9%;
  top: 42%;
  animation-delay: 0.4s;
}

.m4 {
  right: 9%;
  top: 42%;
  animation-delay: 0.6s;
}

.m5 {
  left: 29%;
  top: 8%;
  animation-delay: 0.8s;
}


.m8 {
  right: 29%;
  top: 8%;
  animation-delay: 1.4s;
}

.m10 {
  left: 7%;
  bottom: 15%;
  animation-delay: 1.8s;
}

.m11 {
  right: 7%;
  bottom: 15%;
  animation-delay: 2s;
}

.m12 {
  right: 29%;
  bottom: 6%;
  animation-delay: 2.2s;
}

.m13 {
  left: 29%;
  bottom: 6%;
  animation-delay: 2.6s;
}

/* Floating animation */
@keyframes marketFloat {

  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

/* Hover */
.market-orbit:hover {
  transform: scale(1.08);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18);
}

.team-bubble {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, .86);
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 20px 42px rgba(15, 23, 42, .13);
  font-weight: 900;
  text-align: center;
  color: var(--deep-blue);
  animation: teamBubbleBounce 3.5s ease-in-out infinite;

}
@keyframes teamBubbleBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-14px);
  }
}

.dashboard-3d {
  position: absolute;
  inset: 70px;
  z-index: 2;
  border-radius: 28px;
  box-shadow: 22px 22px 60px rgba(15, 23, 42, .32);
  transform: rotateY(-10deg) rotateX(6deg);
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: dashboardBounce 4s ease-in-out infinite;
}

.dashboard-3d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  display: block;
  background: transparent;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.25));
}

@keyframes dashboardBounce {

  0%,
  100% {
    transform: rotateY(-10deg) rotateX(6deg) translateY(0);
  }

  50% {
    transform: rotateY(-10deg) rotateX(6deg) translateY(-10px);
  }
}

.laptop-3d {
  position: absolute;
  inset: auto;
  left: 50%;
  top: 50%;
  z-index: 2;

  width: 360px;
  aspect-ratio: 1 / 1;

  border-radius: 28px;
  box-shadow: 22px 22px 60px rgba(15, 23, 42, .32);
  transform: translate(-50%, -50%) rotateY(-10deg) rotateX(6deg);
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: laptopBounce 5s ease-in-out infinite
}

.laptop-3d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  background: transparent;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.25));
}

@keyframes laptopBounce {

  0%,
  100% {
    transform: translate(-50%, -50%) rotateY(-10deg) rotateX(6deg) translateY(0);
  }

  50% {
    transform: translate(-50%, -50%) rotateY(-10deg) rotateX(6deg) translateY(-18px);
  }
}

.globe-3d {
  position: absolute;
  inset: 64px;
  z-index: 2;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(144, 177, 220, 0.18) 0 8%, transparent 9%),
    radial-gradient(circle at center, transparent 0 22%, rgba(144, 177, 220, 0.25) 23%, transparent 24%),
    radial-gradient(circle at center, transparent 0 42%, rgba(144, 177, 220, 0.28) 43%, transparent 44%),
    radial-gradient(circle at center, transparent 0 62%, rgba(144, 177, 220, 0.30) 63%, transparent 64%),
    radial-gradient(circle at 35% 28%, #dff0ff, #4486bf 42%, #0b2c5f 78%);
  box-shadow:
    0 30px 80px rgba(11, 44, 95, 0.34),
    inset -20px -30px 36px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  animation: globeBounce 3.8s ease-in-out infinite;

}

@keyframes globeBounce {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-16px) scale(1.03);
  }
}

/* Radar rotating scan line */
.globe-3d::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
      rgba(250, 204, 21, 0.65),
      rgba(250, 204, 21, 0.18) 18deg,
      transparent 55deg,
      transparent 360deg);
  animation: radarSpin 3.5s linear infinite;
}

/* Radar cross lines */
.globe-3d::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.36) 50%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.36) 50%, transparent 50.5%);
}

@keyframes radarSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* India / USA Images on Radar */
.radar-point {
  position: absolute;
  z-index: 5;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  display: grid;
  place-items: center;
  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.22),
    0 0 0 8px rgba(255, 255, 255, 0.16);
  animation: pointPulse 2.4s ease-in-out infinite;
}

.radar-point img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
  border-radius: 50%;
}

.india-point {
  left: 20%;
  top: 54%;
}

.usa-point {
  right: 18%;
  top: 25%;
  animation-delay: 0.7s;
}

/* Connecting line from India to USA */
.india-point::after {
  content: "";
  position: absolute;
  left: 54px;
  top: 18px;
  width: 150px;
  height: 3px;
  background: linear-gradient(90deg, #facc15, rgba(250, 204, 21, 0.15));
  transform: rotate(-27deg);
  transform-origin: left center;
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(250, 204, 21, 0.7);
}

/* Small moving dot on line */
.usa-point::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: -92px;
  top: 42px;
  background: #facc15;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(250, 204, 21, 0.9);
  animation: travelDot 2.2s ease-in-out infinite;
}

@keyframes pointPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 14px 30px rgba(15, 23, 42, 0.22),
      0 0 0 8px rgba(255, 255, 255, 0.16);
  }

  50% {
    transform: scale(1.08);
    box-shadow:
      0 18px 38px rgba(15, 23, 42, 0.28),
      0 0 0 14px rgba(250, 204, 21, 0.18);
  }
}

@keyframes travelDot {
  0% {
    transform: translate(-60px, 34px);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  100% {
    transform: translate(86px, -46px);
    opacity: 0;
  }
}

.cart-orb {
  position: absolute;
  right: 54px;
  bottom: 78px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  font-size: 2rem;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .16);
  z-index: 3
}

.visual-contact {
  display: grid;
  grid-template-columns: repeat(2, 120px);
  justify-content: center;
  align-content: center;
  gap: 24px
}

.visual-contact span {
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: rgba(255, 255, 255, .84);
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  box-shadow: 0 20px 42px rgba(15, 23, 42, .12);
  z-index: 2;
  animation: floaty 5s ease-in-out infinite
}

.visual-contact span:nth-child(2) {
  animation-delay: .5s
}

.visual-contact span:nth-child(3) {
  animation-delay: 1s
}

.visual-contact span:nth-child(4) {
  animation-delay: 1.5s
}

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

.section-heading h2 {
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -.04em;
  color: var(--primary-dark);
  margin: 12px 0 14px
}

.section-heading p {
  color: var(--muted);
  font-size: 1.02rem
}

.soft-section {
  background: linear-gradient(180deg, var(--soft-bg), #fff)
}

.dark-section {
  background: radial-gradient(circle at 10% 0, rgba(68, 134, 191, .42), transparent 28%), linear-gradient(135deg, var(--primary-dark), #07111f);
  color: white
}

.section-heading.light h2,
.section-heading.light p {
  color: white
}

.feature-grid {
  display: grid;
  gap: 22px
}

.feature-grid.four {
  grid-template-columns: repeat(4, 1fr)
}

.feature-grid.three {
  grid-template-columns: repeat(3, 1fr)
}

.stat-card {
  text-align: center;
  transition: .25s
}

.stat-card.dark {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  color: white
}

.stat-card.dark b,
.stat-card.dark span {
  color: white
}

.marketplace-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center
}

.marketplace-row span,
.badge-grid span,
.mini-card-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  font-weight: 800;
  color: var(--deep-blue);
  transition: .25s
}

.marketplace-row span:hover,
.mini-card-grid span:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(68, 134, 191, .14)
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.service-card,
.info-card,
.testimonial-card,
.contact-card,
.trust-panel,
.leadership-card,
.policy-content,
.contact-form,
.doc-grid article,
.profit-card,
.cta-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  padding: 28px;
  transition: .25s
}

.service-card h3,
.info-card h3,
.contact-card h3 {
  font-size: 1.18rem;
  color: var(--primary-dark);
  margin: 14px 0 8px
}

.service-card p,
.info-card p,
.testimonial-card p{
  color: var(--muted)
}

.contact-card p {
  color: var(--muted);
  margin-bottom: 10px;
}

.service-card a {
  display: inline-flex;
  margin-top: 16px;
  font-weight: 900;
  color: var(--business-blue)
}

.icon-bubble {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(68, 134, 191, .15), rgba(144, 177, 220, .28));
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5)
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px
}

.process-line.six {
  grid-template-columns: repeat(3, 1fr)
}

.process-card {
  position: relative;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  padding: 26px;
  color: white;
  box-shadow: 0 20px 45px rgba(0, 0, 0, .16)
}

.process-card span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  color: #1f2937;
  font-weight: 900;
  margin-bottom: 18px
}

.process-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px
}

.process-card p {
  color: rgba(255, 255, 255, .76)
}

.process-lines.seven {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.process-cards {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #ffffff;
  border: 1px solid rgba(144, 177, 220, 0.35);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  color: #0f172a !important;
}

.process-cards span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #facc15;
  color: #0f172a !important;
  font-weight: 900;
  display: grid;
  place-items: center;
  margin: 0;
}

.process-cards h3 {
  margin: 0;
  color: #0f172a !important;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

.process-cardss {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(144, 177, 220, 0.35);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  color: white !important;
}

.process-cardss span {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: #facc15;
  color: #0f172a !important;
  font-weight: 900;
  display: grid;
  place-items: center;
  margin: 0;
}

.process-cardss h3 {
  margin: 0;
  color: white !important;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}



.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.stars {
  color: #eab308;
  letter-spacing: 2px;
  margin-bottom: 12px
}

.testimonial-card b {
  display: block;
  color: var(--primary-dark);
  margin-top: 18px
}

.testimonial-card span {
  color: var(--business-blue);
  font-weight: 700
}

.faq-wrap {
  max-width: 930px
}

.faq-list {
  display: grid;
  gap: 14px
}

.faq-item {
  background: white;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .05)
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 20px 22px;
  font-weight: 900;
  color: var(--primary-dark);
  cursor: pointer
}

.faq-question span {
  font-size: 1.4rem;
  color: var(--business-blue);
  transition: .25s
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease
}

.faq-answer p {
  padding: 0 22px 22px;
  color: var(--muted)
}

.faq-item.active .faq-answer {
  max-height: 220px
}

.faq-item.active .faq-question span {
  transform: rotate(45deg)
}

.cta-section {
  background: linear-gradient(180deg, #fff, var(--soft-bg))
}

.cta-card {
  text-align: center;
  background: linear-gradient(135deg, var(--deep-blue), var(--primary-dark));
  color: white;
  position: relative;
  overflow: hidden
}

.cta-card:before {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(250, 204, 21, .2)
}

.cta-card h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.15;
  position: relative
}

.cta-card p {
  color: rgba(255, 255, 255, .78);
  max-width: 700px;
  margin: 14px auto 0;
  position: relative
}

.cta-card .btn {
  position: relative;
  margin-top: 24px
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center
}

.trust-panel h3 {
  margin-bottom: 16px
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: inherit
}

.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(37, 211, 102, .16);
  color: #16a34a;
  display: grid;
  place-items: center;
  font-weight: 900
}

.trust-panel.dark {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .18);
  color: white
}

.card-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.leadership-card {
  display: flex;
  gap: 26px;
  align-items: center
}

.leader-avatar {
  width: 132px;
  height: 132px;
  border-radius: 34px;
  background: linear-gradient(135deg, var(--business-blue), var(--deep-blue));
  display: grid;
  place-items: center;
  flex: 0 0 auto
}

.leader-avatar img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  object-fit: contain
}

.badge-grid,
.mini-card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 34px
}

.tab-btn {
  padding: 12px 18px;
  border: 1px solid var(--border);
  background: white;
  border-radius: 999px;
  font-weight: 900;
  color: var(--deep-blue);
  cursor: pointer;
  transition: .2s
}

.tab-btn.active,
.tab-btn:hover {
  background: linear-gradient(135deg, var(--business-blue), var(--deep-blue));
  color: white
}

.tab-item.hidden {
  display: none
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px
}

.doc-grid article:nth-child(5) {
  grid-column: span 2
}

.doc-grid h3 {
  color: var(--deep-blue);
  margin-bottom: 8px
}

.table-wrap {
  overflow: auto;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08)
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  min-width: 720px
}

th,
td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border)
}

th {
  background: var(--deep-blue);
  color: white
}

td:first-child {
  font-weight: 900;
  color: var(--deep-blue)
}

.profit-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  background: linear-gradient(135deg, #fff, #f1f7ff)
}

.profit-card div {
  padding: 18px;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--border)
}

.profit-card span {
  display: block;
  color: var(--muted);
  font-weight: 700
}

.profit-card b {
  font-size: 1.2rem;
  color: var(--deep-blue)
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: start
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px
}

.contact-card a {
  font-weight: 800
}

.whatsapp-card {
  background: linear-gradient(135deg, rgba(37, 211, 102, .12), #fff)
}

.contact-form {
  display: grid;
  gap: 18px
}

.contact-form h2 {
  font-size: 2rem;
  color: var(--primary-dark)
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--primary-dark);
  font-weight: 800
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 14px 16px;
  background: #f8fbff;
  color: var(--text);
  outline: none;
  transition: .2s
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--business-blue);
  box-shadow: 0 0 0 4px rgba(68, 134, 191, .14)
}

.form-status {
  font-weight: 800;
  color: #dc2626
}

.map-placeholder {
  min-height: 360px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(11, 44, 95, .88), rgba(68, 134, 191, .72)), radial-gradient(circle at 20% 20%, rgba(250, 204, 21, .25), transparent 24%);
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  padding: 30px;
  box-shadow: var(--shadow)
}

.map-placeholder p {
  margin: 8px auto 18px;
  color: rgba(255, 255, 255, .82)
}

.policy-content {
  max-width: 920px
}

.policy-content h2 {
  color: var(--deep-blue);
  margin: 28px 0 8px
}

.policy-content p {
  color: var(--muted)
}

.policy-content a {
  color: var(--business-blue);
  font-weight: 800
}

.site-footer {
  background: #07111f;
  color: white;
  padding-top: 72px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .8fr .9fr 1.1fr;
  gap: 34px
}

.site-footer h3 {
  margin-bottom: 16px;
  color: #eaf4ff
}

.site-footer p,
.site-footer a {
  display: block;
  color: rgba(255, 255, 255, .72);
  margin: 9px 0
}

.site-footer a:hover {
  color: white
}

.footer-logo b,
.footer-logo small {
  color: white
}

.footer-brand p {
  max-width: 360px;
  margin-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
  margin-top: 48px;
  padding: 22px;
  color: rgba(255, 255, 255, .64)
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.36);
  transition: 0.25s ease;
}

.floating-whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.floating-whatsapp:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 22px 44px rgba(37, 211, 102, 0.45);
}

.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 94px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--primary-dark);
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  z-index: 900
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

.delay-1 {
  transition-delay: .12s
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform
}

.small {
  padding: 24px
}

.info-card.small h3 {
  font-size: 1.05rem
}


/* Final SEO + brand/certificate/leadership enhancement */
.logo-marquee {
  overflow: hidden;
  position: relative;
  padding: 8px 0
}

.logo-marquee:before,
.logo-marquee:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  z-index: 2;
  pointer-events: none
}

.logo-marquee:before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0))
}

.logo-marquee:after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0))
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  animation: marqueeSlide 30s linear infinite
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused
}

.marketplace-chip,
.market-text-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--border);
  border-radius: 20px;
  min-height: 76px;
  min-width: 165px;
  padding: 14px 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
  transition: .25s;
  backdrop-filter: blur(8px)
}

.marketplace-chip:hover,
.market-text-chip:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 46px rgba(15, 23, 42, .14)
}

.marketplace-chip img {
  max-width: 126px;
  max-height: 42px;
  object-fit: contain;
  display: block
}

.market-text-chip {
  font-weight: 900;
  color: var(--deep-blue)
}

.marketplace-row.compact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px
}

.marketplace-row.compact-grid .marketplace-chip,
.marketplace-row.compact-grid .market-text-chip {
  min-width: 0
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.cert-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  transition: .28s
}

.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 56px rgba(15, 23, 42, .14)
}

.cert-card img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fff
}

.cert-card h3 {
  margin: 16px 0 8px;
  color: var(--primary-dark);
  font-size: 1.08rem
}

.cert-card p {
  color: var(--muted)
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px
}

.founder-card {
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  padding: 28px;
  display: flex;
  gap: 22px;
  align-items: center;
  transition: .25s
}

.founder-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 52px rgba(15, 23, 42, .12)
}

.founder-photo {
  width: 250px;
  height: 300px;
  border-radius: 28px;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .12)
}

.founder-card h3 {
  font-size: 1.22rem;
  color: var(--primary-dark);
  margin-bottom: 6px
}

.founder-card span {
  display: inline-block;
  color: var(--business-blue);
  font-weight: 900;
  margin-bottom: 10px
}

.founder-card p {
  color: var(--muted)
}

.seo-note {
  max-width: 860px;
  margin: 0 auto 24px;
  text-align: center;
  color: var(--muted)
}

.badge-mini {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
  font-weight: 800;
  color: var(--deep-blue);
  margin: 6px
}

.icon-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px
}

.icon-strip .icon-tile {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
  padding: 22px;
  text-align: center
}

.icon-strip .icon-tile img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 12px;
  animation: floaty 5s ease-in-out infinite
}

.icon-strip .icon-tile h3 {
  color: var(--primary-dark);
  font-size: 1rem
}

@keyframes marqueeSlide {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

/* Main brand layout */
.brand-master-layout {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: stretch;
  gap: 42px;
  margin-top: 50px;
}

/* Left brand grid: 6 columns */
.brand-logo-grid.brand-left-grid {
  display: grid;
  grid-template-columns: repeat(6, 110px);
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 22px;
}

/* Brand logo card */
.brand-card {
  width: 110px;
  height: 110px;
  padding: 14px !important;
  background: #ffffff !important;
  border: 1px solid rgba(144, 177, 220, 0.35) !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
  transition: 0.28s ease;
}

.brand-card::before,
.brand-card::after {
  display: none !important;
}

.brand-card img {
  width: 100%;
  height: 100%;
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
  display: block;
}

.brand-card:hover {
  transform: translateY(-6px) scale(1.04);
  border-color: rgba(68, 134, 191, 0.6) !important;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.16) !important;
}

/* Right robot image area */
.brand-right-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  width: 420px;
}

/* If you use one single preview image */
.brand-preview-image {
  width: 100%;
  max-width: 560px;
  height: 560px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 24px 45px rgba(15, 23, 42, 0.18));
  transition: 0.35s ease;
}

/* If you are showing 4 robot images, this makes only active one show */
.brand-right-grid img {
  width: 100%;
  max-width: 560px;
  height: 560px;
  object-fit: contain;
  display: none;
  filter: drop-shadow(0 24px 45px rgba(15, 23, 42, 0.18));
  transition: 0.35s ease;
}

.brand-right-grid img.active,
.brand-right-grid img:first-child {
  display: block;
}

/* Image change animation */
.brand-preview-image.changing {
  opacity: 0;
  transform: scale(1) translateY(10px);
}

/* BDS Popup */
.bds-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
}

.bds-popup-overlay.show {
  opacity: 1;
  visibility: visible;
}

.bds-popup-box {
  width: min(100%, 520px);
  background: linear-gradient(145deg, #ffffff, #f4f8ff);
  border: 1px solid rgba(144, 177, 220, 0.45);
  border-radius: 30px;
  padding: 42px 34px 36px;
  text-align: center;
  position: relative;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
  transform: scale(0.88) translateY(24px);
  transition: 0.35s ease;
  overflow: hidden;
}

.bds-popup-overlay.show .bds-popup-box {
  transform: scale(1) translateY(0);
}

.bds-popup-box::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: rgba(68, 134, 191, 0.16);
}

.bds-popup-box::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -55px;
  bottom: -55px;
  border-radius: 50%;
  background: rgba(250, 204, 21, 0.16);
}

.bds-popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: #0b2c5f;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: 0.25s ease;
}

.bds-popup-close:hover {
  transform: rotate(90deg) scale(1.05);
  background: #4486bf;
}

.bds-popup-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0b2c5f, #4486bf);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 34px;
  margin: 0 auto 22px;
  box-shadow: 0 18px 38px rgba(68, 134, 191, 0.28);
  position: relative;
  z-index: 1;
  animation: popupIconBounce 3s ease-in-out infinite;
}

.bds-popup-box h2 {
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  line-height: 1.2;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}

.bds-popup-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 28px;
  position: relative;
  z-index: 1;
}

.bds-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b2c5f, #4486bf);
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.3px;
  box-shadow: 0 18px 38px rgba(68, 134, 191, 0.32);
  position: relative;
  z-index: 1;
  transition: 0.28s ease;
}

.bds-popup-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(68, 134, 191, 0.42);
}

@keyframes popupIconBounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}