:root {
  --cvx-primary: #102757;
  --cvx-primary-dark: #0b1b43;
  --cvx-accent: #ff7a1a;
  --cvx-accent-dark: #e8680d;
  --cvx-soft: #f5f8fc;
  --cvx-soft-2: #eef3f8;
  --cvx-border: rgba(16, 39, 87, 0.08);
  --cvx-border-strong: rgba(16, 39, 87, 0.14);
  --cvx-text: #13284c;
  --cvx-muted: #5f7190;
  --cvx-white: #ffffff;
  --cvx-shadow: 0 20px 44px rgba(16, 39, 87, 0.08);
  --cvx-radius-lg: 1.6rem;
  --cvx-transition: all 0.25s ease;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--cvx-text);
  background: var(--cvx-soft);
}

body.cvx-menu-open { overflow: hidden; }

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

a {
  transition: var(--cvx-transition);
}

.cvx-heading-font {
  font-family: 'Poppins', sans-serif;
}

.cvx-topbar {
  background: var(--cvx-primary);
  color: #fff;
  font-size: 0.92rem;
}

.cvx-topbar a,
.cvx-topbar span {
  color: #fff;
  text-decoration: none;
}

.cvx-social a,
.cvx-footer-social a {
  color: #fff;
  text-decoration: none;
}

.cvx-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--cvx-border);
  backdrop-filter: blur(14px);
  box-shadow: 0 0.125rem 0.5rem rgba(15, 23, 42, 0.04);
}

.cvx-brand-badge {
  width: 46px;
  height: 46px;
  border-radius: 18px;
  background: var(--cvx-accent);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
  flex-shrink: 0;
}

.cvx-brand-badge-sm {
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
}

.cvx-brand-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cvx-primary);
}

.cvx-brand-sub {
  margin-top: 0.12rem;
  color: #6f7c95;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.cvx-nav {
  display: none;
}

.cvx-nav-link {
  color: var(--cvx-primary);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

.cvx-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.78rem 1.35rem;
  background: var(--cvx-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 1rem;
  border: 0;
  box-shadow: 0 10px 24px rgba(255, 122, 26, 0.20);
}

.cvx-btn-primary:hover {
  background: var(--cvx-accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

.cvx-mobile-cta {
  display: none;
}

.cvx-whatsapp-float {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  width: 60px;
  height: 60px;
  border-radius: 1.25rem;
  background: #22c55e;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-decoration: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.16);
  z-index: 1030;
}

.bpo-section {
  padding: 5rem 0;
}

.bpo-section-white {
  background: #fff;
}

.bpo-section-soft {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.bpo-section-dark {
  background: linear-gradient(180deg, #102757 0%, #0c1d47 100%);
}

.bpo-section-contact {
  background: linear-gradient(180deg, #eef3f8 0%, #f7f9fc 100%);
}

.bpo-hero-section {
  padding: 2.25rem 0 4rem;
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
  overflow: hidden;
}

.bpo-hero-shell {
  position: relative;
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(245,248,252,0.98) 100%);
  border: 1px solid var(--cvx-border);
  border-radius: 2rem;
  box-shadow: 0 24px 60px rgba(15, 37, 87, 0.08);
  padding: 2rem;
}

.bpo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.10);
  color: var(--cvx-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255,122,26,0.12);
}

.bpo-eyebrow-soft {
  background: rgba(255,122,26,0.10);
  color: var(--cvx-accent);
}

.bpo-eyebrow-dark {
  background: rgba(255,255,255,0.10);
  color: #ffbb8a;
  border-color: rgba(255,255,255,0.10);
}

.bpo-hero-copy {
  max-width: 640px;
}

.bpo-hero-title {
  margin: 0 0 1rem;
  color: var(--cvx-primary-dark);
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.bpo-hero-accent {
  color: var(--cvx-accent);
}

.bpo-hero-subtitle,
.bpo-section-text {
  margin: 0;
  color: var(--cvx-muted);
  font-size: 1.03rem;
  line-height: 1.8;
}

.bpo-hero-subtitle {
  max-width: 600px;
  margin-bottom: 1.45rem;
}

.bpo-hero-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 0.9rem;
  margin: 0 0 1.9rem;
  max-width: 620px;
}

.bpo-hero-service-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.62rem 1.05rem 0.62rem 2rem;
  border: 1px solid rgba(16, 39, 87, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--cvx-primary-dark);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(16, 39, 87, 0.05);
  backdrop-filter: blur(10px);
}

.bpo-hero-service-pill::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--cvx-accent);
  box-shadow: 0 0 0 5px rgba(255, 122, 26, 0.10);
}

.bpo-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.78rem 1.35rem;
  background: #fff;
  color: var(--cvx-primary);
  text-decoration: none;
  font-weight: 700;
  border-radius: 1rem;
  border: 1px solid var(--cvx-border-strong);
  box-shadow: 0 10px 24px rgba(18,36,70,0.04);
}

.bpo-btn-outline:hover {
  color: var(--cvx-primary);
  transform: translateY(-1px);
}

.bpo-hero-media-frame,
.bpo-media-frame,
.bpo-contact-shell {
  border-radius: var(--cvx-radius-lg);
  overflow: hidden;
  box-shadow: var(--cvx-shadow);
}

.bpo-hero-media-frame,
.bpo-media-frame {
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--cvx-border);
}

.bpo-hero-media-frame {
  min-height: 520px;
  padding: 0.9rem;
}

.bpo-hero-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
  border-radius: 1.2rem;
}

.bpo-media-frame {
  padding: 1rem;
}

.bpo-media-frame img {
  border-radius: 1.2rem;
}

.bpo-section-title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: var(--cvx-primary-dark);
}

.bpo-section-intro {
  max-width: 840px;
}

.bpo-card,
.bpo-contact-card,
.bpo-faq-item,
.bpo-mini-card {
  background: #fff;
  border: 1px solid var(--cvx-border);
  border-radius: 1.35rem;
  box-shadow: 0 16px 30px rgba(18,36,70,0.05);
}

.bpo-card,
.bpo-contact-card {
  height: 100%;
  padding: 1.55rem;
}

.bpo-card-dark {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.08);
}

.bpo-card-icon,
.bpo-mini-icon {
  width: 54px;
  height: 54px;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,122,26,0.10);
  color: var(--cvx-accent);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.bpo-card-icon-dark {
  background: rgba(255,255,255,0.10);
  color: #ffbb8a;
}

.bpo-card h3,
.bpo-contact-card h3,
.bpo-mini-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.16rem;
  color: var(--cvx-primary-dark);
  font-weight: 700;
}

.bpo-card p,
.bpo-contact-card p,
.bpo-mini-card p,
.bpo-faq-answer p,
.bpo-caption {
  margin: 0;
  color: var(--cvx-muted);
  line-height: 1.75;
}

.bpo-card-dark h3,
.bpo-card-dark p {
  color: #fff;
}

.bpo-card-dark p {
  opacity: 0.75;
}

.bpo-mini-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.2rem 1.2rem;
}

.bpo-mini-card .bpo-mini-icon {
  margin-bottom: 0;
  flex: 0 0 54px;
}

.bpo-step-badge {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: var(--cvx-primary);
  color: #fff;
  font-weight: 800;
}

.bpo-faq-wrap {
  display: grid;
  gap: 1rem;
}

.bpo-faq-item {
  overflow: hidden;
}

.bpo-faq-question {
  width: 100%;
  padding: 1.25rem 1.35rem;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.03rem;
  font-weight: 700;
  text-align: left;
  color: var(--cvx-primary-dark);
  cursor: pointer;
}

.bpo-faq-answer {
  display: none;
  padding: 0 1.35rem 1.25rem;
}

.bpo-faq-item.is-open .bpo-faq-answer {
  display: block;
}

.bpo-faq-item.is-open .bpo-faq-question i {
  transform: rotate(45deg);
}

.bpo-contact-shell {
  background: #fff;
  border: 1px solid var(--cvx-border);
  padding: 2rem;
}

.bpo-contact-card {
  display: block;
  text-decoration: none;
}

.bpo-contact-card:hover {
  transform: translateY(-2px);
}

.cvx-footer {
  background: var(--cvx-primary);
  color: #fff;
}

.cvx-footer a {
  color: inherit;
  text-decoration: none;
}

.cvx-footer-muted {
  color: rgba(255,255,255,0.72);
}

.cvx-footer-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.15rem;
}

.cvx-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.cvx-nav-link:focus-visible,
.cvx-btn-primary:focus-visible,
.bpo-btn-outline:focus-visible,
.bpo-faq-question:focus-visible,
.cvx-topbar a:focus-visible,
.cvx-footer a:focus-visible,
#cvxMenuBtn:focus-visible {
  outline: 2px solid var(--cvx-accent);
  outline-offset: 3px;
}

@media (hover: hover) {
  .cvx-social a:hover,
  .cvx-footer-social a:hover {
    color: #ffd1ab;
    transform: translateY(-2px);
  }

  .cvx-nav-link:hover {
    color: var(--cvx-accent);
  }

  .cvx-footer a:hover {
    color: #ffbb8a;
  }
}

@media (min-width: 992px) {
  .cvx-nav {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .bpo-section {
    padding: 4rem 0;
  }

  .bpo-hero-section {
    padding: 1.75rem 0 3rem;
  }

  .bpo-hero-shell,
  .bpo-contact-shell {
    padding: 1.35rem;
  }

  .bpo-hero-title {
    font-size: clamp(2.35rem, 8vw, 4rem);
  }

  .bpo-hero-media-frame {
    min-height: 420px;
  }

  .bpo-hero-media-frame img {
    min-height: 380px;
  }

  .cvx-nav.cvx-is-open {
    display: flex !important;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    margin: 0 1rem;
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid var(--cvx-border);
    border-radius: 1.25rem;
    box-shadow: var(--cvx-shadow);
    z-index: 1060;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .cvx-nav.cvx-is-open .cvx-nav-link,
  .cvx-nav.cvx-is-open .cvx-mobile-cta {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
  }

  .cvx-mobile-cta {
    display: inline-flex;
    margin-top: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .cvx-topbar {
    font-size: 0.84rem;
  }

  .cvx-brand-title {
    font-size: 1.35rem;
  }

  .bpo-section {
    padding: 3.5rem 0;
  }

  .bpo-hero-section {
    padding: 1.25rem 0 2.5rem;
  }

  .bpo-hero-shell,
  .bpo-contact-shell {
    padding: 1rem;
    border-radius: 1.35rem;
  }

  .bpo-eyebrow {
    padding: 0.72rem 0.95rem;
    font-size: 0.74rem;
    letter-spacing: 0.10em;
  }

  .bpo-hero-title {
    font-size: clamp(2.05rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .bpo-hero-subtitle,
  .bpo-section-text {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .bpo-hero-service-list {
    gap: 0.65rem 0.7rem;
    margin-bottom: 1.45rem;
  }

  .bpo-hero-service-pill {
    min-height: 38px;
    padding: 0.56rem 0.9rem 0.56rem 1.8rem;
    font-size: 0.84rem;
  }

  .bpo-hero-service-pill::before {
    left: 0.78rem;
    width: 0.36rem;
    height: 0.36rem;
  }

  .bpo-hero-media-frame {
    min-height: 260px;
    padding: 0.6rem;
    border-radius: 1.15rem;
  }

  .bpo-hero-media-frame img {
    min-height: 248px;
    border-radius: 0.95rem;
  }

  .bpo-media-frame {
    padding: 0.75rem;
  }

  .bpo-card,
  .bpo-contact-card,
  .bpo-mini-card {
    padding: 1.2rem;
  }

  .bpo-faq-question {
    padding: 1rem 1.05rem;
    font-size: 0.98rem;
  }

  .bpo-faq-answer {
    padding: 0 1.05rem 1rem;
  }

  .cvx-whatsapp-float {
    width: 56px;
    height: 56px;
    right: 1rem;
    bottom: 1rem;
    font-size: 1.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
    animation: none !important;
  }
}


/* Impact + Testimonial sections */
#impact .bpo-section-intro {
    text-align: center;
}

#impact .bpo-card h3 {
    text-align: left;
}

#impact .bpo-card p {
    text-align: justify;
}

#impact .bpo-caption {
    text-align: left;
}



.bpo-testimonial-section .bpo-testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bpo-testimonial-rating {
  display: inline-flex;
  gap: 0.28rem;
  color: var(--cvx-accent);
  font-size: 0.95rem;
}

.bpo-testimonial-quote {
  font-size: 1.02rem;
  line-height: 1.85;
  color: var(--cvx-text);
  flex-grow: 1;
}

.bpo-testimonial-author {
  padding-top: 0.3rem;
  border-top: 1px solid var(--cvx-border);
}

.bpo-testimonial-author h3 {
  margin-bottom: 0.2rem;
}

@media (max-width: 767.98px) {
  .bpo-testimonial-quote {
    font-size: 0.98rem;
    line-height: 1.75;
  }
}
