: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;
  --header-height: 84px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

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;
  padding-top: var(--header-height);
}

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

img {
  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
}


.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: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99988 !important;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(144, 177, 220, 0.22);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.1);
}

.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;
  padding: 24px;
}

.visual-card>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  display: block;
}

.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
}

.visual-contact span {
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(144, 177, 220, .32);
  box-shadow: 0 18px 45px rgba(15, 35, 70, .12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.visual-contact span img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}
.shopping-bag-3d {
  --circle-size: 250px;

  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(-8deg) rotateX(8deg);
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #dcecff);
  box-shadow: 28px 30px 55px rgba(15, 23, 42, .22),
              inset -16px -18px 22px rgba(11, 44, 95, .12);
  z-index: 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopping-bag-3d img {
  width: 112%;
  height: 112%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: translate(5.5px, -1px);
  filter: drop-shadow(0 14px 18px rgba(15, 23, 42, .2));
}

/* 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: 35%;
  top: 100px;
  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);
  }
}

.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 {
  position: relative;
  min-height: 360px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(11, 44, 95, 0.52), rgba(68, 134, 191, 0.68)),
    url("../assets/map.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
  color: white;
  padding: 30px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.map-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(250, 204, 21, 0.25), transparent 28%);
  z-index: 0;
}

.map-placeholder>div {
  position: relative;
  z-index: 1;
}

.map-placeholder strong {
  font-size: 1.35rem;
  color: #ffffff;
}

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

.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: 99998;
  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);
  }
}

.footer-social,
.footer-social-c {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.footer-social a,
.footer-social-c a {
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid rgba(144, 177, 220, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  box-shadow: none !important;
}

.footer-social a:hover,
.footer-social-c a:hover {
  transform: translateY(-4px) scale(1.05);
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(68, 134, 191, 0.55);
  box-shadow: 0 12px 28px rgba(68, 134, 191, 0.22) !important;
}

.footer-social img,
.footer-social-c img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: none !important;
}

/* .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
} */
/* Lead automation additions */
.lead-automation-section {
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 52%, #eef6ff 100%)
}

.lead-automation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start
}

.lead-automation-copy {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: var(--shadow)
}

.lead-automation-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  color: var(--primary-dark);
  margin: 10px 0 14px
}

.lead-benefits {
  display: grid;
  gap: 12px;
  margin-top: 24px
}

.lead-benefits span {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(68, 134, 191, .08);
  font-weight: 700;
  color: var(--deep-blue)
}

.compact-lead-form h3 {
  font-size: 1.5rem;
  margin-bottom: 6px;
  color: var(--primary-dark)
}

.seo-growth-hub .service-card,
.compact-grid .service-card {
  min-height: 190px
}

.google-business-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow)
}

.google-business-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
  margin: 8px 0;
  color: var(--primary-dark)
}

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

.blog-card {
  display: block;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(15, 23, 42, .08);
  transition: .25s ease;
  min-height: 220px
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.blog-card span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(68, 134, 191, .12);
  color: var(--deep-blue);
  font-weight: 800;
  font-size: .82rem;
  margin-bottom: 14px
}

.blog-card h3 {
  font-size: 1.25rem;
  line-height: 1.28;
  margin-bottom: 10px;
  color: var(--primary-dark)
}

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

.process-strip div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08)
}

.process-strip strong {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--business-blue), var(--deep-blue));
  color: white;
  margin: 0 auto 12px
}

.process-strip span {
  font-weight: 800;
  color: var(--primary-dark)
}

.article-shell {
  max-width: 900px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 38px;
  box-shadow: var(--shadow)
}

.article-shell h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  color: var(--primary-dark)
}

.article-shell ul {
  padding-left: 22px;
  margin-bottom: 22px
}

.article-shell li {
  margin-bottom: 12px;
  font-weight: 600
}

.admin-body {
  padding: 0;
  background: #f4f8ff
}

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 32px auto
}

.admin-login {
  max-width: 460px;
  margin: 80px auto;
  background: #fff;
  border-radius: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  padding: 34px;
  display: grid;
  gap: 16px
}

.admin-login img {
  width: 76px;
  height: 76px;
  border-radius: 50%
}

.admin-login input {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 14px
}

.admin-error {
  color: #dc2626;
  font-weight: 700
}

.admin-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
  margin-bottom: 24px
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 20px
}

.admin-stats div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08)
}

.admin-stats b {
  font-size: 2rem;
  color: var(--deep-blue);
  display: block
}

.admin-stats span {
  font-weight: 800;
  color: var(--muted)
}

.admin-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px
}

.admin-table-wrap {
  overflow: auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow)
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1050px
}

.admin-table th,
.admin-table td {
  padding: 14px;
  border-bottom: 1px solid rgba(144, 177, 220, .22);
  vertical-align: top;
  text-align: left
}

.admin-table th {
  background: #0b2c5f;
  color: #fff
}

.admin-table select {
  padding: 9px;
  border-radius: 10px;
  border: 1px solid var(--border)
}

.admin-table small {
  color: var(--muted);
  font-size: .75rem
}

.admin-wa {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #25d366;
  color: #063b1d;
  font-weight: 800
}

@media(max-width:900px) {

  .lead-automation-grid,
  .blog-card-grid,
  .process-strip {
    grid-template-columns: 1fr
  }

  .google-business-card,
  .admin-top {
    flex-direction: column;
    align-items: flex-start
  }

  .admin-stats {
    grid-template-columns: repeat(2, 1fr)
  }
}

/* =========================================================
   BDS 10/10 Conversion Upgrade
========================================================= */
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 6px;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(144, 177, 220, .28);
  color: #153154;
  font-weight: 800;
  font-size: .88rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08)
}

.bds-10x-section {
  background: radial-gradient(circle at top left, rgba(68, 134, 191, .16), transparent 36%), linear-gradient(180deg, #fff, #f4f8ff);
}

.conversion-grid,
.case-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.conversion-card,
.case-card,
.package-card,
.growth-audit-widget {
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .09);
  position: relative;
  overflow: hidden;
}

.conversion-card::before,
.package-card::before,
.case-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--business-blue), var(--gold));
}

.conversion-card span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--deep-blue), var(--business-blue));
  color: #fff;
  font-weight: 900;
  margin-bottom: 15px;
}

.conversion-card h3,
.case-card h3,
.package-card h3 {
  font-size: 1.15rem;
  color: var(--primary-dark);
  margin-bottom: 8px;
  line-height: 1.35
}

.conversion-card p,
.case-card p,
.package-card p {
  color: var(--muted);
  font-size: .94rem
}

.case-study-section {
  background: #fff
}

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

.case-card small,
.package-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #edf6ff;
  color: var(--deep-blue);
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.case-card div {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-top: 1px solid var(--border);
  padding-top: 16px
}

.case-card b {
  font-size: 2.25rem;
  line-height: 1;
  color: var(--business-blue)
}

.case-card span {
  font-weight: 800;
  color: var(--muted)
}

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

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.package-card ul {
  list-style: none;
  margin: 18px 0 22px;
  display: grid;
  gap: 10px;
  color: #334155;
  font-weight: 650
}

.package-card li {
  position: relative;
  padding-left: 26px
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: 900
}

.package-card .btn {
  margin-top: auto;
  width: max-content
}

.featured-package {
  background: linear-gradient(180deg, #ffffff, #eff7ff);
  transform: translateY(-10px);
  border-color: rgba(68, 134, 191, .45);
  box-shadow: 0 26px 70px rgba(68, 134, 191, .18)
}

.growth-audit-widget {
  margin-top: 24px;
  background: linear-gradient(180deg, #fff, #f7fbff)
}

.growth-audit-widget h3 {
  color: var(--primary-dark);
  font-size: 1.2rem;
  margin-bottom: 12px
}

.growth-audit-widget label {
  display: grid;
  gap: 6px;
  margin: 12px 0;
  color: #334155;
  font-weight: 800
}

.growth-audit-widget select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  font-weight: 700
}

.audit-result {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: #eef6ff;
  color: var(--deep-blue);
  font-weight: 900;
  border: 1px solid rgba(68, 134, 191, .2)
}

/* .sticky-lead-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 99990;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(760px, calc(100% - 28px));
  padding: 10px 12px 10px 18px;
  border-radius: 999px;
  background: rgba(15, 23, 42, .94);
  color: #fff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, .26);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .14)
}

.sticky-lead-bar span {
  font-weight: 900;
  margin-right: auto
}

.sticky-lead-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--deep-blue);
  font-weight: 900;
  font-size: .88rem
}

.sticky-lead-bar a:last-child {
  background: var(--whatsapp);
  color: #063b1d
} */

.admin-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf6ff;
  color: var(--deep-blue);
  font-weight: 900;
  border: 1px solid rgba(68, 134, 191, .25)
}

.admin-grade-hot {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac
}

.admin-grade-warm {
  background: #fef9c3;
  color: #854d0e;
  border-color: #fde68a
}

.admin-grade-cold {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fecaca
}

@media(max-width:980px) {
  .conversion-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .case-grid,
  .package-grid {
    grid-template-columns: 1fr
  }

  .featured-package {
    transform: none
  }
}

@media(max-width:640px) {
  .conversion-grid {
    grid-template-columns: 1fr
  }

  /* .sticky-lead-bar {
    border-radius: 24px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center
  }

  .sticky-lead-bar span {
    width: 100%;
    text-align: center;
    margin-right: 0
  }

  .sticky-lead-bar a {
    flex: 1
  } */

  .hero-trust-row span {
    width: 100%;
    justify-content: center
  }
}


/* =========================================================
   BDS AI Chatbot Automation
========================================================= */
.ai-chatbot {
  position: fixed;
  left: 22px;
  bottom: 24px;
  z-index: 99995;
  font-family: inherit
}

.ai-chat-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  background: linear-gradient(135deg, #0b2c5f, #4486bf);
  color: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .28);
  cursor: pointer;
  font-weight: 900
}

.ai-chat-toggle span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #0b2c5f;
  font-weight: 1000
}

.ai-chat-toggle b {
  font-size: .92rem;
  white-space: nowrap
}

.ai-chat-panel {
  position: absolute;
  left: 22px;
  bottom: 24px;
  width: min(380px, calc(100vw - 34px));
  height: 520px;
  max-height: calc(100vh - 130px);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .30);
  overflow: hidden;
  display: none;
  grid-template-rows: auto 1fr auto auto
}

.ai-chatbot.open .ai-chat-panel {
  display: grid
}

/* Hide full AI chatbot button when chat panel is open */
.ai-chatbot.open .ai-chat-toggle {
  display: none !important;
}

.ai-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 14px;
  background: linear-gradient(135deg, #0b2c5f, #123f7d);
  color: #fff
}

.ai-chat-head strong {
  display: block;
  font-size: 1rem
}

.ai-chat-head small {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: .78rem;
  margin-top: 3px
}

.ai-chat-head button {
  border: 0;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 1.45rem;
  cursor: pointer
}

.ai-chat-messages {
  padding: 16px;
  background: linear-gradient(180deg, #f7fbff, #fff);
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99999 !important
}

.ai-msg {
  max-width: 86%;
  padding: 11px 13px;
  border-radius: 18px;
  line-height: 1.45;
  font-size: .92rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
  white-space: pre-line
}

.ai-msg.bot {
  align-self: flex-start;
  background: #fff;
  border: 1px solid rgba(144, 177, 220, .35);
  color: #1f2937;
  border-bottom-left-radius: 6px
}

.ai-msg.user {
  align-self: flex-end;
  background: #0b2c5f;
  color: #fff;
  border-bottom-right-radius: 6px
}

.ai-chat-form {
  display: flex;
  gap: 8px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid var(--border)
}

.ai-chat-form input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 12px 14px;
  font: inherit;
  outline: none
}

.ai-chat-form input:focus {
  border-color: var(--business-blue);
  box-shadow: 0 0 0 3px rgba(68, 134, 191, .12)
}

.ai-chat-form button {
  border: 0;
  border-radius: 999px;
  background: #25d366;
  color: #063b1d;
  font-weight: 1000;
  padding: 0 16px;
  cursor: pointer
}

.ai-chat-note {
  font-size: .72rem;
  line-height: 1.35;
  color: var(--muted);
  padding: 0 16px 12px;
  background: #fff;
  margin: 0
}

.ai-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px
}

.ai-quick-replies button {
  border: 1px solid rgba(68, 134, 191, .22);
  background: #edf6ff;
  color: #0b2c5f;
  border-radius: 999px;
  padding: 8px 10px;
  font-weight: 800;
  cursor: pointer;
  font-size: .78rem
}

@media(max-width:640px) {

  .ai-chat-panel {
    height: 500px
  }

  .floating-whatsapp {
    bottom: 24px
  }
}