/* BOT: Styles for MeetingTime LP (Nav, Hero, Cards, Trust Bar, Testimonials, Footer) — 2026-05-02T14:03:30+00:00 */
/* === MEETINGTIME LP SPECIFIC === */

.bgpost-lp-mt {
  /* Layout constraints */
  --mt-max-width: 1200px;
  --mt-padding-desktop: 90px;
  --mt-padding-mobile: 55px;
}

.bgpost-lp-mt-section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  margin-block-end: 24px;
  color: var(--brand-on-navy);
}

.bgpost-lp-mt-section-subtitle {
  font-size: 1.1rem;
  color: var(--brand-grey-blue);
  margin-block-end: 48px;
}

/* 2. HERO */
.bgpost-lp-mt-hero {
  position: relative;
  background: var(--brand-navy);
  padding-block-start: clamp(120px, 15vw, 180px);
  padding-block-end: clamp(60px, 10vw, 90px);
  overflow: hidden;
}
.bgpost-lp-mt-hero__texture {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.bgpost-lp-mt-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1024px) {
  .bgpost-lp-mt-hero__grid { grid-template-columns: 1.1fr 0.9fr; gap: 80px; }
}
.bgpost-lp-mt-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-end: 24px;
}
.bgpost-lp-mt-hero__title {
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-weight: 900;
  line-height: 1.2;
  color: var(--brand-cream-light);
  margin-block-end: 24px;
  max-width: 18ch;
}
.bgpost-lp-mt-hero__title .highlight {
  border-bottom: 3px solid var(--brand-gold);
}
.bgpost-lp-mt-hero__lede {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(245, 236, 212, 0.65);
  max-width: 48ch;
  margin-block-end: 40px;
}
.bgpost-lp-mt-hero__visual {
  display: none;
}
@media (min-width: 1024px) {
  .bgpost-lp-mt-hero__visual {
    display: block;
    height: 100%;
    position: relative;
  }
  .bgpost-lp-mt-hero__geometry {
    width: 100%;
    aspect-ratio: 1;
    background: radial-gradient(circle at 30% 30%, rgba(212,168,67,0.15) 0%, transparent 60%),
                linear-gradient(135deg, rgba(26,35,64,0.5) 0%, rgba(13,21,38,0.2) 100%);
    border-radius: 50%;
    position: relative;
  }
  .bgpost-lp-mt-hero__geometry::after {
    content: '';
    position: absolute;
    inset: 10%;
    border: 1px solid rgba(212,168,67,0.2);
    border-radius: 50%;
  }
}

/* 3. STATS */
.bgpost-lp-mt-stats {
  background: var(--brand-navy);
  padding-block: var(--mt-padding-mobile);
}
@media (min-width: 1024px) { .bgpost-lp-mt-stats { padding-block: var(--mt-padding-desktop); } }
.bgpost-lp-mt-stats__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) { .bgpost-lp-mt-stats__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .bgpost-lp-mt-stats__grid { grid-template-columns: repeat(4, 1fr); } }

.bgpost-lp-mt-stat {
  position: relative;
}
@media (min-width: 1024px) {
  .bgpost-lp-mt-stat:not(:first-child)::before {
    content: '';
    position: absolute;
    right: -16px; top: 10%; bottom: 10%;
    width: 1px; background: rgba(255,255,255,0.07);
  }
}
.bgpost-lp-mt-stat__num {
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--brand-gold);
  line-height: 1;
  margin-block-end: 12px;
}
.bgpost-lp-mt-stat__label {
  font-size: 0.85rem;
  color: var(--brand-grey-blue);
  line-height: 1.4;
  max-width: 20ch;
}

/* 4. ABOUT CARDS */
.bgpost-lp-mt-about {
  background: var(--brand-cream);
  padding-block: var(--mt-padding-desktop);
}
.bgpost-lp-mt-about .bgpost-lp-mt-section-title {
  color: var(--brand-navy);
  text-align: center;
}
.bgpost-lp-mt-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) { .bgpost-lp-mt-cards { grid-template-columns: repeat(3, 1fr); } }
.bgpost-lp-mt-card {
  background: var(--brand-white);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 2px 12px rgba(13,21,38,0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-top-color 0.22s ease;
  border-top: 2px solid transparent;
}
.bgpost-lp-mt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(13,21,38,0.12);
  border-top-color: var(--brand-gold);
}
.bgpost-lp-mt-card__icon {
  color: var(--brand-gold);
  margin-block-end: 20px;
}
.bgpost-lp-mt-card h3 {
  font-size: 1.4rem;
  color: var(--brand-navy);
  margin-block-end: 12px;
  font-weight: 800;
}
.bgpost-lp-mt-card p {
  color: var(--brand-on-cream);
  line-height: 1.6;
  font-size: 1rem;
}

/* 5. METHOD */
.bgpost-lp-mt-method {
  background: var(--brand-navy);
  padding-block: var(--mt-padding-desktop);
}
.bgpost-lp-mt-method__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 768px) { .bgpost-lp-mt-method__grid { grid-template-columns: repeat(3, 1fr); } }
.bgpost-lp-mt-method__card {
  position: relative;
  padding: 32px 0 0 0;
  border-top: 2px solid rgba(212, 168, 67, 0.3);
  z-index: 1;
}
.bgpost-lp-mt-method__watermark {
  position: absolute;
  top: -20px; right: 0;
  font-family: var(--brand-font-dm);
  font-size: 5rem;
  font-weight: 900;
  color: var(--brand-navy-light);
  opacity: 0.5; /* Visible enough vs navy */
  z-index: -1;
  pointer-events: none;
}
.bgpost-lp-mt-method__card h3 {
  font-size: 1.4rem;
  color: var(--brand-cream-light);
  margin-block-end: 12px;
}
.bgpost-lp-mt-method__card p {
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

/* 6. HUMAN CAPITAL */
.bgpost-lp-mt-human {
  background: var(--brand-cream);
  padding-block: var(--mt-padding-desktop);
}
.bgpost-lp-mt-human .bgpost-lp-mt-section-title {
  color: var(--brand-navy);
}
.bgpost-lp-mt-human__text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--brand-on-cream);
  max-width: 65ch;
}

/* 7. TRUST BAR (CONVERSION) */
.bgpost-lp-mt-trustbar {
  background: var(--brand-navy);
  padding-block: var(--mt-padding-desktop);
}
.bgpost-lp-mt-trustbar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media (min-width: 768px) { .bgpost-lp-mt-trustbar__grid { grid-template-columns: repeat(3, 1fr); } }
.bgpost-lp-mt-trustbar__item {
  position: relative;
}
.bgpost-lp-mt-trustbar__emoji {
  font-size: 1.4rem;
  margin-block-end: 16px;
}
.bgpost-lp-mt-trustbar__num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--brand-gold);
  line-height: 1;
  margin-block-end: 8px;
}
.bgpost-lp-mt-trustbar__label {
  font-size: 1rem;
  color: var(--brand-grey-blue);
  margin-block-end: 16px;
}
.bgpost-lp-mt-trustbar__progress {
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  overflow: hidden;
}
.bgpost-lp-mt-trustbar__fill {
  height: 100%;
  background: var(--brand-gold);
  width: 0;
  transition: width 1.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.is-visible .bgpost-lp-mt-trustbar__fill {
  width: var(--progress);
}

/* 8. MANAGEMENT */
.bgpost-lp-mt-management {
  background: var(--brand-cream);
  padding-block: var(--mt-padding-desktop);
}
.bgpost-lp-mt-management .bgpost-lp-mt-section-title {
  color: var(--brand-navy);
  text-align: center;
}
.bgpost-lp-mt-management__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 900px;
  margin-inline: auto;
}
@media (min-width: 768px) { .bgpost-lp-mt-management__grid { grid-template-columns: repeat(2, 1fr); } }
.bgpost-lp-mt-mng-card {
  background: var(--brand-white);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bgpost-lp-mt-mng-card__avatar {
  width: 80px; height: 80px;
  background: var(--brand-navy-light);
  color: var(--brand-gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; font-weight: 900;
  margin-block-end: 20px;
}
.bgpost-lp-mt-mng-card__name {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--brand-navy);
}
.bgpost-lp-mt-mng-card__role {
  font-size: 0.9rem;
  color: var(--brand-grey-blue);
  display: block; margin-block-end: 16px;
}
.bgpost-lp-mt-mng-card__bio {
  font-size: 0.95rem;
  color: var(--brand-on-cream);
  line-height: 1.6;
  margin-block-end: 24px;
}
.bgpost-lp-mt-mng-card__tags {
  display: flex; gap: 8px; justify-content: center; flex-wrap: wrap;
}

/* 9. FINAL CTA (QUOTE) */
.bgpost-lp-mt-finalcta {
  background: var(--brand-navy);
  padding-block: clamp(100px, 12vw, 160px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bgpost-lp-mt-finalcta__quote {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  font-style: italic;
  color: var(--brand-cream-light);
  margin: 0;
  position: relative;
  z-index: 1;
}
.bgpost-lp-mt-finalcta__quote::before,
.bgpost-lp-mt-finalcta__quote::after {
  content: '"';
  position: absolute;
  font-family: var(--brand-font-heebo);
  font-size: 12rem;
  color: var(--brand-gold);
  opacity: 0.15;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
}
.bgpost-lp-mt-finalcta__quote::before { top: -60px; right: -20px; }
.bgpost-lp-mt-finalcta__quote::after { bottom: -120px; left: -20px; transform: rotate(180deg); }

/* 10. TESTIMONIALS */
.bgpost-lp-mt-testimonials {
  background: var(--brand-cream);
  padding-block: var(--mt-padding-desktop);
}
.bgpost-lp-mt-testimonials__head {
  text-align: center;
}
.bgpost-lp-mt-testimonials .bgpost-lp-mt-section-title {
  color: var(--brand-navy);
}
.bgpost-lp-mt-testimonials__carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-block-end: 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.bgpost-lp-mt-testimonials__carousel::-webkit-scrollbar { display: none; }
.bgpost-lp-mt-testimony {
  flex: 0 0 82vw;
  scroll-snap-align: center;
  background: var(--brand-white);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .bgpost-lp-mt-testimonials__carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
  }
  .bgpost-lp-mt-testimony { flex: auto; }
}
.bgpost-lp-mt-testimony__stars {
  color: var(--brand-gold);
  font-size: 16px;
  letter-spacing: 2px;
  margin-block-end: 16px;
}
.is-visible .bgpost-lp-mt-testimony__stars {
  animation: pop-stars 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes pop-stars {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.bgpost-lp-mt-testimony__quote {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--brand-on-cream);
  margin-block-end: 24px;
  flex-grow: 1;
}
.bgpost-lp-mt-testimony__name {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--brand-navy);
  letter-spacing: 0.02em;
}
.bgpost-lp-mt-testimony__role {
  font-size: 0.8rem;
  color: var(--brand-grey-blue);
}

/* 11. LOCATION */
.bgpost-lp-mt-location {
  background: var(--brand-white);
  padding-block: var(--mt-padding-desktop);
  text-align: center;
}
.bgpost-lp-mt-location .bgpost-lp-mt-section-title {
  color: var(--brand-navy);
  margin-block-end: 16px;
}
.bgpost-lp-mt-location p {
  color: var(--brand-on-cream);
  margin-block-end: 40px;
}
.bgpost-lp-mt-location__map-placeholder {
  background: var(--brand-cream);
  border: 1px dashed rgba(0,0,0,0.1);
  border-radius: 12px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--brand-grey-blue);
}

/* 12. CTA SECTION */
.bgpost-lp-mt-cta-section {
  background: var(--brand-navy);
  padding-block: clamp(80px, 10vw, 120px);
  text-align: center;
}
.bgpost-lp-mt-cta-section__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: var(--brand-cream-light);
  margin-block-end: 40px;
}
.bgpost-lp-mt-cta-section a.bgpost-lp-mt-btn--whatsapp-huge {
  background: var(--brand-whatsapp);
  color: var(--brand-on-whatsapp);
  padding: 1.25rem 2.5rem;
  font-size: 1.15rem;
  border-radius: 12px;
  animation: pulse-green 2s infinite;
  margin-block-end: 32px;
}
.bgpost-lp-mt-cta-section a.bgpost-lp-mt-btn--whatsapp-huge:hover {
  transform: translateY(-2px);
  animation-play-state: paused;
}
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
  70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.bgpost-lp-mt-cta-section__badges {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}

/* /BOT */

/* BOT: Add image styling for avatars and styling for new highlight/lead text blocks — 2026-05-02T14:30:57+00:00 */
/* Adjust avatars to contain images properly */
.bgpost-lp-mt .bgpost-lp-mt-mng-card__avatar {
  overflow: hidden;
  background: #1A2340;
}
.bgpost-lp-mt .bgpost-lp-mt-mng-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Style the new About Us text */
.bgpost-lp-mt .bgpost-lp-mt-about__fulltext {
  max-width: 800px;
  margin: 0 auto 3rem auto;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.6;
  color: #4A5568;
}

/* Style the new Human Capital highlight box */
.bgpost-lp-mt .bgpost-lp-mt-human__highlight-box {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(212, 168, 67, 0.08);
  border-right: 4px solid var(--bgpost-color-gold, #D4A843);
  border-radius: 8px;
}
.bgpost-lp-mt .bgpost-lp-mt-human__highlight-box p {
  margin: 0;
  color: #F5ECD4;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .bgpost-lp-mt .bgpost-lp-mt-about__fulltext {
    text-align: right;
    font-size: 1.05rem;
    margin-bottom: 2.5rem;
  }
}
/* /BOT */

/* BOT: Update grid layouts and add inline list styles for new content — 2026-05-02T14:52:55+00:00 */
/* BOT: Update grid layouts and list styling for new text copy — 2024-10-XX */
.bgpost-lp-mt .bgpost-lp-mt-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: rgba(245, 236, 212, 0.9);
}
.bgpost-lp-mt .bgpost-lp-mt-hero__bullets li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
}
.bgpost-lp-mt .bgpost-lp-mt-hero__bullets li i {
  color: var(--bgpost-color-accent, #D4A843);
}

.bgpost-lp-mt .bgpost-lp-mt-human__bullets {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* Adjust grids to handle 4 items elegantly instead of 3 */
.bgpost-lp-mt .bgpost-lp-mt-cards,
.bgpost-lp-mt .bgpost-lp-mt-trustbar__grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
/* /BOT */

/* BOT: Style Google Maps container with rounded corners and shadow. — 2026-05-02T14:54:44+00:00 */
/* BOT: Style real Google Map container — 2024-05-20 */
.bgpost-lp-mt .bgpost-lp-mt-location__map {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 2rem;
    box-shadow: 0 4px 20px rgba(13, 21, 38, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bgpost-lp-mt .bgpost-lp-mt-location__map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    .bgpost-lp-mt .bgpost-lp-mt-location__map {
        height: 300px;
    }
}
/* /BOT */

/* BOT: Fix contrast for Human Capital highlight box — Navy background + Gold text. — 2026-05-02T14:56:35+00:00 */
/* BOT: Fix contrast for Human Capital highlight box — Navy background + Gold text — 2026-05-02 */
.bgpost-lp-mt .bgpost-lp-mt-human__highlight-box {
  background: var(--brand-navy, #0D1526);
  border-right-color: var(--brand-gold, #D4A843);
  margin-top: 2.5rem;
}

.bgpost-lp-mt .bgpost-lp-mt-human__highlight-box p {
  color: var(--brand-gold, #D4A843);
}
/* /BOT */

/* BOT: Improve how-it-works cards legibility: watermark to bottom left, right-aligned text, subtle background — 2026-05-02T14:59:11+00:00 */
.bgpost-lp-mt .bgpost-lp-mt-method__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.bgpost-lp-mt .bgpost-lp-mt-method__card {
  position: relative;
  padding: 2.5rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  border-top: 3px solid #D4A843;
  border-radius: 12px;
  text-align: right;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease, background 0.3s ease;
}
.bgpost-lp-mt .bgpost-lp-mt-method__card:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-5px);
}
.bgpost-lp-mt .bgpost-lp-mt-method__watermark {
  position: absolute;
  left: -10px;
  bottom: -20px;
  font-size: 8rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  color: rgba(212,168,67,0.12);
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  user-select: none;
  transition: color 0.3s ease, transform 0.3s ease;
}
.bgpost-lp-mt .bgpost-lp-mt-method__card:hover .bgpost-lp-mt-method__watermark {
  color: rgba(212,168,67,0.25);
  transform: scale(1.05) translateX(10px);
}
.bgpost-lp-mt .bgpost-lp-mt-method__content {
  position: relative;
  z-index: 2;
}
.bgpost-lp-mt .bgpost-lp-mt-method__card h3 {
  font-size: 1.4rem;
  color: #F5ECD4;
  margin-bottom: 1rem;
}
.bgpost-lp-mt .bgpost-lp-mt-method__card p {
  color: #A0AEC0;
  font-size: 1rem;
  line-height: 1.6;
}
.bgpost-lp-mt .bgpost-lp-mt-method__card strong {
  color: #D4A843;
}
/* /BOT */

/* BOT: Fix mobile layout for Nav WhatsApp button (icon only) and center-align stats text. — 2026-05-02T15:01:49+00:00 */
@media (max-width: 768px) {
  /* Center align Stats text on mobile */
  .bgpost-lp-mt .bgpost-lp-mt-stat {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .bgpost-lp-mt .bgpost-lp-mt-stat__label {
    text-align: center;
  }
  
  /* Center align Conversion Trust Bar on mobile too */
  .bgpost-lp-mt .bgpost-lp-mt-trustbar__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .bgpost-lp-mt .bgpost-lp-mt-trustbar__progress {
    width: 100%;
  }
}
/* /BOT */

/* BOT: Position canvas element for radar animation over the orb — 2026-05-02T15:18:17+00:00 */
.bgpost-lp-mt-hero__visual {
  position: relative;
}
.bgpost-lp-mt-radar-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}
/* /BOT */

/* BOT: Fix centering of radar canvas over the orb by using flexbox on the visual container — 2026-05-02T15:20:48+00:00 */
@media (min-width: 1024px) {
  .bgpost-lp-mt .bgpost-lp-mt-hero__visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* /BOT */

/* BOT: Hide original geometry so only the canvas radar is visible and prevents double circle effect — 2026-05-02T15:36:04+00:00 */
/* BOT: Hide old geometry to prevent circle-on-circle clash with canvas — 2026-05-02 */
.bgpost-lp-mt .bgpost-lp-mt-hero__geometry {
  visibility: hidden;
  opacity: 0;
}
/* /BOT */

/* BOT: Global animations, progress bar styling, and hover polish — 2026-05-02T15:52:43+00:00 */
/* BOT: Global Animations & Polish — 2026-05-02 */
/* Style the top progress bar to match the brand gold */
.bgpost-lp-mt .ux-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: rgba(255,255,255,0.05);
  z-index: 9999;
}
.bgpost-lp-mt .ux-progress__fill {
  height: 100%;
  background: var(--brand-gold, #D4A843);
  transform-origin: left;
}

/* Add a subtle entrance float to the hero chips */
.bgpost-lp-mt .bgpost-lp-mt-hero__chip {
  transition: transform 0.3s ease, background 0.3s ease;
}
.bgpost-lp-mt .bgpost-lp-mt-hero__chip:hover {
  transform: translateY(-3px);
  background: rgba(212,168,67,0.2);
}

/* Hover effect on Human Capital pills */
.bgpost-lp-mt .bgpost-lp-mt-pill {
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.bgpost-lp-mt .bgpost-lp-mt-pill:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: var(--brand-gold, #D4A843);
}

/* Management cards hover effect */
.bgpost-lp-mt .bgpost-lp-mt-mng-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bgpost-lp-mt .bgpost-lp-mt-mng-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.bgpost-lp-mt .bgpost-lp-mt-mng-card__avatar {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.bgpost-lp-mt .bgpost-lp-mt-mng-card:hover .bgpost-lp-mt-mng-card__avatar {
  transform: scale(1.08) rotate(2deg);
}

/* Enhance Final CTA Quote with a float effect */
.bgpost-lp-mt .bgpost-lp-mt-finalcta__quote {
  transition: transform 0.5s ease;
}
.bgpost-lp-mt .bgpost-lp-mt-finalcta:hover .bgpost-lp-mt-finalcta__quote {
  transform: scale(1.02);
}
/* /BOT */

/* BOT: Slow down global reveal animations and build a sequential presentation-style entrance for the Hero section — 2026-05-02T15:59:55+00:00 */
/* Slow down entrance animations globally and make hero presentation-style */
.bgpost-lp-mt [data-ux-reveal] {
  transition-duration: 1.2s !important;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}

@media (max-width: 768px) {
  .bgpost-lp-mt [data-ux-reveal] {
    transition-duration: 1.5s !important; /* Slower, more luxurious on mobile */
  }
}

/* Premium Presentation Entrance for Hero */
.bgpost-lp-mt .bgpost-lp-mt-hero__chips {
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.2s;
}

.bgpost-lp-mt .bgpost-lp-mt-hero__title {
  opacity: 0;
  transform: translateY(25px);
  animation: hero-fade-up 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.6s;
}

/* Disable the default plugin split-words inner transition so our custom one runs clean */
.bgpost-lp-mt .bgpost-lp-mt-hero__title [style*="transition"] {
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.bgpost-lp-mt .bgpost-lp-mt-hero__lede {
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 1.1s;
}

.bgpost-lp-mt .bgpost-lp-mt-hero__bullets li {
  opacity: 0;
  transform: translateY(15px);
  animation: hero-fade-up 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.bgpost-lp-mt .bgpost-lp-mt-hero__bullets li:nth-child(1) { animation-delay: 1.5s; }
.bgpost-lp-mt .bgpost-lp-mt-hero__bullets li:nth-child(2) { animation-delay: 1.8s; }
.bgpost-lp-mt .bgpost-lp-mt-hero__bullets li:nth-child(3) { animation-delay: 2.1s; }

.bgpost-lp-mt .bgpost-lp-mt-hero__cta {
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up 1.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 2.5s;
}

.bgpost-lp-mt .bgpost-lp-mt-hero__visual {
  opacity: 0;
  animation: hero-fade-in 2.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 2.8s;
}

@keyframes hero-fade-up {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes hero-fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* /BOT */

/* BOT: Make radar appear at the beginning alongside the text that appears in stages — 2026-05-02T17:17:13+00:00 */
/* BOT: Make radar appear at the beginning alongside the text that appears in stages — 2026-05-02T18:00:00+00:00 */
.bgpost-lp-mt .bgpost-lp-mt-hero__visual {
  animation-delay: 0.2s !important;
}
/* /BOT */

/* BOT: Style the fallback contact links (bgpost-lp-mt-fallback-link) and fix CTA flexbox alignment — 2026-05-02T17:21:37+00:00 */
/* Style fallback links (phone/email) and fix CTA layouts */
.bgpost-lp-mt .bgpost-lp-mt-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .bgpost-lp-mt .bgpost-lp-mt-hero__cta {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}

.bgpost-lp-mt a.bgpost-lp-mt-fallback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1rem;
  color: #F5ECD4;
  text-decoration: none;
  opacity: 0.75;
  transition: opacity 0.2s ease, color 0.2s ease;
  font-weight: 500;
}

.bgpost-lp-mt a.bgpost-lp-mt-fallback-link:hover {
  opacity: 1;
  color: #D4A843;
}

/* Fix CTA section huge button layout so it stacks nicely with fallback */
.bgpost-lp-mt .bgpost-lp-mt-cta-section a.bgpost-lp-mt-btn--whatsapp-huge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-block-end: 1.5rem;
}

.bgpost-lp-mt .bgpost-lp-mt-cta-section__fallback-wrapper {
  margin-bottom: 2.5rem;
}
/* /BOT */

/* BOT: Force feature card icons to be gold using !important — 2026-05-03T06:42:34+00:00 */
/* BOT: Force gold color on feature card icons with !important — 2026-05-02 */
.bgpost-lp-mt .bgpost-lp-mt-card__icon {
  color: var(--brand-gold, #D4A843) !important;
}
/* /BOT */
/* /BOT */

/* BOT: Reduce padding above hero section on desktop and mobile — 2026-05-03T08:44:22+00:00 */
/* Reduce top padding above the hero for both desktop and mobile to reduce empty space */
.bgpost-lp-mt .bgpost-lp-mt-hero {
  padding-block-start: clamp(70px, 8vw, 110px);
}
/* /BOT */

/* BOT: Further reduce hero top padding on mobile only — 2026-05-03T08:45:22+00:00 */
/* Further reduce hero top padding on mobile */
@media (max-width: 768px) {
  .bgpost-lp-mt .bgpost-lp-mt-hero {
    padding-block-start: 40px !important;
  }
}
/* /BOT */

/* BOT: Convert feature card icons to large absolute watermark style — 2026-05-03T09:02:21+00:00 */
/* Change feature card icons to a large, semi-transparent watermark in the corner */
.bgpost-lp-mt .bgpost-lp-mt-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bgpost-lp-mt .bgpost-lp-mt-card__icon {
  position: absolute !important;
  left: -20px;
  bottom: -20px;
  margin: 0 !important;
  font-size: 140px !important;
  width: 140px !important;
  height: 140px !important;
  opacity: 0.15 !important;
  z-index: -1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}

.bgpost-lp-mt .bgpost-lp-mt-card:hover .bgpost-lp-mt-card__icon {
  transform: scale(1.15) rotate(-10deg);
  opacity: 0.25 !important;
}

.bgpost-lp-mt .bgpost-lp-mt-card h3,
.bgpost-lp-mt .bgpost-lp-mt-card p {
  position: relative;
  z-index: 2;
}
/* /BOT */

/* BOT: Use transform: scale to enlarge icons for watermark effect without triggering icon-size overrides — 2026-05-03T09:02:40+00:00 */
/* BOT: Update watermark style to use transform scale instead of font-size to comply with plugin icon locking */
.bgpost-lp-mt .bgpost-lp-mt-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.bgpost-lp-mt .bgpost-lp-mt-card__icon {
  position: absolute !important;
  left: 20px; /* Offset to account for scale origin */
  bottom: 20px;
  margin: 0 !important;
  /* Use scale to enlarge the icon (assumes md is ~32px, scale 4.5 = ~144px) */
  transform: scale(4.5) !important;
  transform-origin: bottom left;
  opacity: 0.15 !important;
  z-index: -1;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}

.bgpost-lp-mt .bgpost-lp-mt-card:hover .bgpost-lp-mt-card__icon {
  transform: scale(5) rotate(-5deg) !important;
  opacity: 0.25 !important;
}

.bgpost-lp-mt .bgpost-lp-mt-card h3,
.bgpost-lp-mt .bgpost-lp-mt-card p {
  position: relative;
  z-index: 2;
}
/* /BOT */

/* BOT: Darken the social-proof stats section background to create separation from the hero — 2026-05-04T12:29:18+00:00 */
.bgpost-lp-mt .bgpost-lp-mt-stats {
  background: color-mix(in srgb, var(--brand-navy) 85%, black);
}
/* /BOT */