/* ==========================================================================
   Bluedot B2B Campaign Landing
   Brand: #2E96D3 · #267CAE · #0C171A · #666B68 · Rethink Sans
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");

/* --------------------------------------------------------------------------
   Design tokens
   -------------------------------------------------------------------------- */
:root {
  --bd-primary: #2e96d3;
  --bd-primary-dark: #267cae;
  --bd-primary-deep: #0b4f7a;
  --bd-primary-glow: rgba(46, 150, 211, 0.35);
  --bd-navy: #0c171a;
  --bd-text: #666b68;
  --bd-text-muted: #64748b;
  --bd-bg: #ffffff;
  --bd-bg-soft: #f0f9ff;
  --bd-bg-soft-2: #d8f1ff;
  --bd-bg-muted: #f8fafc;
  --bd-border: #e2e8f0;
  --bd-success: #059669;
  --bd-error: #dc2626;
  --bd-radius: 14px;
  --bd-radius-lg: 20px;
  --bd-shadow: 0 4px 24px rgba(12, 23, 26, 0.06);
  --bd-shadow-md: 0 8px 32px rgba(12, 23, 26, 0.08);
  --bd-shadow-lg: 0 20px 50px rgba(12, 23, 26, 0.12);
  --bd-font: "Rethink Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bd-container: min(1140px, calc(100% - clamp(1.25rem, 4vw, 2rem)));
  --bd-container-tight: min(48rem, calc(100% - clamp(1.25rem, 4vw, 2rem)));
  --bd-header-h: 76px;
  --bd-sticky-bar-h: 58px;
  --bd-safe-bottom: env(safe-area-inset-bottom, 0px);
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.landing-page {
  margin: 0;
  font-family: var(--bd-font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--bd-navy);
  background: var(--bd-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.landing-page.has-mobile-bar {
  /* Bottom safe area lives inside footer / section padding — avoids white strip below footer */
  padding-bottom: 0;
}

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

a {
  color: var(--bd-primary);
  text-decoration: none;
}

a:hover {
  color: var(--bd-primary-dark);
}

.landing-container {
  width: var(--bd-container);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bd-primary);
  margin-bottom: 0.75rem;
}

.landing-eyebrow--light {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
}

.landing-network .landing-section-lead {
  color: rgba(255, 255, 255, 0.82);
}

.landing-section-title {
  font-size: clamp(1.625rem, 3.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--bd-navy);
  margin: 0 0 1rem;
  letter-spacing: -0.025em;
}

.landing-section-lead {
  font-size: clamp(1.03125rem, 2vw, 1.125rem);
  color: var(--bd-text);
  margin: 0;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   Buttons (aligned with main site tf-btn)
   -------------------------------------------------------------------------- */
.bd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 52px;
  padding: 0.9rem 1.75rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease,
    transform 0.2s ease, box-shadow 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
}

.bd-btn:hover {
  transform: translateY(-2px);
}

.bd-btn:focus-visible,
.landing-header__menu-btn:focus-visible,
.landing-header__mobile-close:focus-visible,
.landing-header__menu a:focus-visible,
.landing-header__mobile-menu a:focus-visible,
.landing-header__link:focus-visible,
.landing-mobile-bar a:focus-visible,
.landing-whatsapp-sticky:focus-visible,
.landing-footer__links a:focus-visible {
  outline: 2px solid var(--bd-primary);
  outline-offset: 2px;
}

.bd-btn--primary {
  background: var(--bd-primary);
  color: #fff;
  border-color: var(--bd-primary);
  box-shadow: 0 4px 16px var(--bd-primary-glow);
}

.bd-btn--primary:hover {
  background: var(--bd-primary-dark);
  border-color: var(--bd-primary-dark);
  color: #fff;
  box-shadow: 0 8px 24px var(--bd-primary-glow);
}

.bd-btn--secondary {
  background: #fff;
  color: var(--bd-primary);
  border-color: rgba(46, 150, 211, 0.45);
}

.bd-btn--secondary:hover {
  background: var(--bd-bg-soft);
  color: var(--bd-primary-dark);
  border-color: var(--bd-primary);
}

.bd-btn--whatsapp {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.bd-btn--whatsapp:hover {
  background: #20ba5a;
  color: #fff;
}

.bd-btn--white {
  background: #fff;
  color: var(--bd-primary-deep);
  border-color: #fff;
}

.bd-btn--white:hover {
  background: var(--bd-bg-soft);
  color: var(--bd-primary-deep);
}

.bd-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.bd-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bd-btn--block {
  width: 100%;
}

.bd-btn:disabled,
.bd-btn.is-submitting {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

.bd-btn--sm {
  min-height: auto;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  font-weight: 600;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.bd-btn--sm:hover {
  transform: none;
  color: var(--bd-primary-dark);
}

/* --------------------------------------------------------------------------
   Alerts
   -------------------------------------------------------------------------- */
.bd-alert {
  padding: 1rem 1.25rem;
  border-radius: var(--bd-radius);
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.bd-alert--success {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.bd-alert--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

/* --------------------------------------------------------------------------
   Form success modal
   -------------------------------------------------------------------------- */
.landing-form-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.landing-form-modal.is-open {
  opacity: 1;
  visibility: visible;
}

body.landing-form-modal-open {
  overflow: hidden;
}

.landing-form-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 23, 26, 0.55);
  backdrop-filter: blur(4px);
}

.landing-form-modal__panel {
  position: relative;
  width: min(100%, 26rem);
  background: #fff;
  border-radius: var(--bd-radius-lg);
  padding: 2rem 1.75rem 1.75rem;
  text-align: center;
  box-shadow: var(--bd-shadow-lg);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.landing-form-modal.is-open .landing-form-modal__panel {
  transform: translateY(0) scale(1);
}

.landing-form-modal__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ecfdf5;
  color: #059669;
}

.landing-form-modal__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.landing-form-modal__title {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--bd-navy);
  letter-spacing: -0.02em;
}

.landing-form-modal__message {
  margin: 0 0 1.5rem;
  font-size: 0.96875rem;
  line-height: 1.6;
  color: var(--bd-text);
}

/* ==========================================================================
   1. Campaign header
   ========================================================================== */
.landing-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--bd-header-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.landing-header.is-scrolled {
  border-bottom-color: var(--bd-border);
  box-shadow: 0 4px 24px rgba(12, 23, 26, 0.06);
}

.landing-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--bd-header-h);
  height: var(--bd-header-h);
  gap: 0.5rem 0.75rem;
}

.landing-header__left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  min-width: 0;
}

.landing-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.landing-header__logo img {
  height: 36px;
  width: auto;
  max-width: min(130px, 38vw);
  object-fit: contain;
  object-position: left center;
}

.landing-header__menu-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
}

.landing-header__menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--bd-navy);
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.landing-header__menu-btn[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.landing-header__menu-btn[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.landing-header__menu-btn[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.landing-header__nav {
  flex: 1;
  min-width: 0;
  display: none;
  justify-content: center;
  padding: 0 0.5rem;
}

.landing-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.15rem 0.35rem;
}

.landing-header__menu a {
  display: block;
  padding: 0.4rem 0.55rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bd-navy);
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
}

.landing-header__menu a:hover {
  color: var(--bd-primary);
  background: var(--bd-bg-soft);
}

.landing-header__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.35rem;
}

.landing-header__mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(12, 23, 26, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.landing-header__mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.landing-header__mobile-overlay[hidden] {
  display: none !important;
}

.landing-header__mobile-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 501;
  display: block;
  width: min(300px, 88vw);
  height: 100%;
  max-height: 100dvh;
  background: #fff;
  box-shadow: 8px 0 32px rgba(12, 23, 26, 0.12);
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.28s ease, visibility 0.28s ease;
  -webkit-overflow-scrolling: touch;
}

.landing-header__mobile-panel[hidden] {
  display: none !important;
}

.landing-header__mobile-panel.is-open {
  transform: translateX(0);
  visibility: visible;
}

.landing-header__mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.75rem;
  border-bottom: 1px solid var(--bd-border);
}

.landing-header__mobile-close {
  width: 40px;
  height: 40px;
  border: none;
  background: var(--bd-bg-muted);
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--bd-navy);
  cursor: pointer;
}

.landing-header__mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
}

.landing-header__mobile-menu a {
  display: block;
  padding: 0.85rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--bd-navy);
  text-decoration: none;
  border-bottom: 1px solid var(--bd-border);
}

.landing-header__mobile-menu a:hover {
  color: var(--bd-primary);
  background: var(--bd-bg-soft);
}

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

@media (min-width: 1100px) {
  .landing-header__nav {
    display: flex;
  }

  .landing-header__menu-btn {
    display: none !important;
  }
}

@media (max-width: 1099px) {
  .landing-header__menu-btn {
    display: flex;
  }
}

.landing-header__actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.landing-header__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 40px;
  min-height: 40px;
  padding: 0.4rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bd-navy);
  border-radius: 10px;
  border: 1px solid var(--bd-border);
  background: #fff;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.landing-header__link:hover {
  background: var(--bd-bg-soft);
  border-color: rgba(46, 150, 211, 0.35);
  color: var(--bd-primary);
}

.landing-header__link svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}

.landing-header__link--wa {
  color: #0d7a6e;
  border-color: rgba(13, 122, 110, 0.2);
  background: #f0fdf9;
}

.landing-header__link--wa:hover {
  background: #dcfce7;
  color: #0d6b5f;
}

.landing-header__label {
  display: none;
}

@media (min-width: 720px) {
  .landing-header__actions {
    gap: 0.5rem;
  }

  .landing-header__link {
    padding: 0.45rem 0.9rem;
  }

  .landing-header__label {
    display: inline;
  }
}

/* ==========================================================================
   2. Hero
   ========================================================================== */
.landing-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
  background: linear-gradient(
    145deg,
    #d8f1ff 0%,
    #eef8fc 28%,
    #f8fbfd 58%,
    #ffffff 100%
  );
  overflow: hidden;
}

/* CSS-only abstract shapes */
.landing-hero::before,
.landing-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.landing-hero::before {
  width: min(520px, 90vw);
  height: min(520px, 90vw);
  top: -35%;
  right: -15%;
  background: radial-gradient(circle, rgba(46, 150, 211, 0.18) 0%, transparent 68%);
}

.landing-hero::after {
  width: min(320px, 70vw);
  height: min(320px, 70vw);
  bottom: -20%;
  left: -10%;
  background: radial-gradient(circle, rgba(38, 124, 174, 0.12) 0%, transparent 70%);
}

.landing-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 992px) {
  .landing-hero__grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }
}

.landing-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bd-primary-dark);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(46, 150, 211, 0.25);
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

.landing-hero__title {
  font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--bd-navy);
  margin: 0 0 1.125rem;
  letter-spacing: -0.03em;
}

.landing-hero__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--bd-text);
  margin: 0 0 1.75rem;
  max-width: 32rem;
  line-height: 1.65;
}

.landing-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.landing-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.landing-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bd-navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--bd-border);
  border-radius: 100px;
  box-shadow: 0 2px 8px rgba(12, 23, 26, 0.04);
}

.landing-hero__badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bd-primary);
  flex-shrink: 0;
}

.landing-hero__visual-wrap {
  position: relative;
}

.landing-hero__visual {
  position: relative;
  border-radius: var(--bd-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--bd-shadow-lg);
}

.landing-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(11, 79, 122, 0.25) 100%
  );
  pointer-events: none;
}

.landing-hero__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.landing-hero__visual-accent {
  position: absolute;
  bottom: -12px;
  left: -12px;
  padding: 0.75rem 1.1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--bd-shadow-md);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--bd-primary-dark);
  border: 1px solid var(--bd-border);
  z-index: 2;
}

/* ==========================================================================
   3. Trust indicators
   ========================================================================== */
.landing-trust {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: #fff;
  border-top: 1px solid var(--bd-border);
  border-bottom: 1px solid var(--bd-border);
}

.landing-trust__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
  .landing-trust__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 359px) {
  .landing-trust__grid {
    grid-template-columns: 1fr;
  }
}

.landing-trust__card {
  background: linear-gradient(180deg, #fff 0%, var(--bd-bg-muted) 100%);
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  padding: 1.35rem 1rem;
  text-align: center;
  box-shadow: var(--bd-shadow);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.landing-trust__card:hover {
  border-color: rgba(46, 150, 211, 0.45);
  transform: translateY(-4px);
  box-shadow: var(--bd-shadow-md);
}

.landing-trust__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: var(--bd-bg-soft);
  color: var(--bd-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(46, 150, 211, 0.2);
}

.landing-trust__icon svg {
  width: 22px;
  height: 22px;
}

.landing-trust__value {
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--bd-primary);
  line-height: 1.15;
  margin: 0 0 0.3rem;
  letter-spacing: -0.02em;
}

.landing-trust__label {
  font-size: 0.8125rem;
  color: var(--bd-text);
  margin: 0;
  line-height: 1.4;
  font-weight: 500;
}

/* ==========================================================================
   4. Context (executive)
   ========================================================================== */
.landing-context {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: var(--bd-bg-muted);
}

.landing-context__inner {
  max-width: var(--bd-container-tight);
  margin-inline: auto;
  padding: 0 0 0 1.35rem;
  border-left: 4px solid var(--bd-primary);
}

.landing-context .landing-section-title {
  font-size: clamp(1.625rem, 3.2vw, 2.25rem);
  margin-bottom: 1.25rem;
}

.landing-context__text {
  font-size: clamp(1.03125rem, 2vw, 1.125rem);
  color: var(--bd-text);
  margin: 0;
  line-height: 1.75;
  max-width: 42rem;
}

/* ==========================================================================
   5. Services
   ========================================================================== */
.landing-services {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff;
}

.landing-services__intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.75rem;
}

.landing-services__intro .landing-section-lead {
  margin-top: 0.5rem;
}

.landing-services__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .landing-services__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
  }
}

@media (min-width: 768px) {
  .landing-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem;
  }

  .landing-service-card--featured {
    grid-column: 1 / -1;
  }
}

.landing-service-card {
  background: #fff;
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius);
  padding: 1.5rem;
  box-shadow: var(--bd-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}

.landing-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--card-accent, var(--bd-primary));
  opacity: 0.9;
}

.landing-service-card:hover {
  border-color: rgba(46, 150, 211, 0.4);
  transform: translateY(-4px);
  box-shadow: var(--bd-shadow-md);
}

.landing-service-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--bd-bg-soft);
  color: var(--card-accent, var(--bd-primary));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  border: 1px solid rgba(46, 150, 211, 0.15);
}

.landing-service-card__title {
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--bd-navy);
  line-height: 1.3;
}

.landing-service-card__desc {
  font-size: 0.9375rem;
  color: var(--bd-text);
  margin: 0 0 0.75rem;
  flex: none;
  line-height: 1.55;
}

.landing-service-card__visual {
  margin: -0.25rem -0.25rem 1rem;
  border-radius: 10px;
  overflow: hidden;
}

.landing-service-card__visual img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.landing-service-card__action {
  padding-top: 0.75rem;
  border-top: 1px solid var(--bd-border);
}

/* ==========================================================================
   6. Global network (dark contrast)
   ========================================================================== */
.landing-network {
  position: relative;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background: linear-gradient(
    155deg,
    #062a42 0%,
    #0b4f7a 42%,
    #267cae 100%
  );
  color: #fff;
  overflow: hidden;
}

.landing-network::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: -20%;
  right: -10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.landing-network__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 992px) {
  .landing-network__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.landing-network .landing-section-title {
  color: #fff;
}

.landing-network .landing-section-lead {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 1.75rem;
}

.landing-network__stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 480px) {
  .landing-network__stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.landing-network__stat {
  padding: 1.15rem 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--bd-radius);
  backdrop-filter: blur(8px);
}

.landing-network__stat strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2rem;
}

.landing-network__stat span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.4;
}

.landing-network__visual-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  min-width: 0;
}

.landing-network__visual {
  border-radius: var(--bd-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.landing-network__visual img {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
}

.landing-network__visual-badge {
  position: static;
  display: block;
  margin-top: 0.875rem;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: clamp(14px, 2.5vw, 18px);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--bd-primary-deep);
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   7. Consultation form
   ========================================================================== */
.landing-form-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
  background: linear-gradient(180deg, var(--bd-bg-muted) 0%, var(--bd-bg-soft) 100%);
}

@media (max-width: 767px) {
  .landing-form-section {
    padding-bottom: calc(3.5rem + var(--bd-sticky-bar-h));
  }
}

.landing-form-section__header {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.5rem;
}

.landing-form-section__header .landing-section-lead {
  margin-top: 0.5rem;
}

.landing-form-layout {
  width: 100%;
  max-width: var(--bd-container-tight);
  margin-inline: auto;
}

@media (min-width: 992px) {
  .landing-form-layout {
    max-width: var(--bd-container);
  }
}

.landing-form-panel {
  background: #fff;
  border: 1px solid var(--bd-border);
  border-radius: var(--bd-radius-lg);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: var(--bd-shadow-lg);
}

.landing-form-panel__title {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--bd-navy);
}

.landing-form-panel__subtitle {
  font-size: 0.9375rem;
  color: var(--bd-text);
  margin: 0 0 1.5rem;
}

.landing-form__grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 640px) {
  .landing-form__grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .landing-form__grid--2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.landing-form__field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--bd-navy);
  margin-bottom: 0.4rem;
}

.landing-form__field label .required {
  color: var(--bd-error);
}

.landing-form__field input,
.landing-form__field select,
.landing-form__field textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.8rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid var(--bd-border);
  border-radius: 10px;
  background: #fff;
  color: var(--bd-navy);
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.landing-form__field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666B68' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.landing-form__field input:focus,
.landing-form__field select:focus,
.landing-form__field textarea:focus {
  outline: none;
  border-color: var(--bd-primary);
  box-shadow: 0 0 0 3px rgba(46, 150, 211, 0.22);
}

.landing-form__field input.is-highlight,
.landing-form__field select.is-highlight {
  border-color: var(--bd-primary);
  box-shadow: 0 0 0 3px rgba(46, 150, 211, 0.22);
}

.landing-form__field textarea {
  min-height: 120px;
  resize: vertical;
}

.landing-form__field--full {
  grid-column: 1 / -1;
}

.landing-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.landing-form__submit {
  margin-top: 0.75rem;
  padding-bottom: 0.25rem;
}

@media (max-width: 767px) {
  .landing-form__submit {
    padding-bottom: 0.5rem;
  }
}

/* ==========================================================================
   7b. Banner placement
   ========================================================================== */
.landing-banner {
  width: 100%;
  line-height: 0;
}

.landing-banner picture,
.landing-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   8. Final CTA
   ========================================================================== */
.landing-cta {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: linear-gradient(135deg, var(--bd-primary-deep) 0%, var(--bd-primary) 50%, var(--bd-primary-dark) 100%);
  color: #fff;
  text-align: center;
}

.landing-cta__title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin: 0 0 1rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.landing-cta__text {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 40rem;
  margin: 0 auto 1.75rem;
  line-height: 1.65;
}

.landing-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

/* ==========================================================================
   9. Footer
   ========================================================================== */
.landing-footer {
  padding: 2.75rem 0 calc(2rem + var(--bd-safe-bottom));
  background: linear-gradient(180deg, #0a1418 0%, var(--bd-navy) 100%);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
  border-top: 3px solid var(--bd-primary);
}

.landing-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}

.landing-footer__brand {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 0.5rem 0 0;
}

.landing-footer__logo img {
  height: 40px;
  width: auto;
}

.landing-footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.landing-footer__contact a {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.landing-footer__contact a:hover {
  color: var(--bd-bg-soft-2);
}

.landing-footer__copy {
  font-size: 0.8125rem;
  opacity: 0.6;
  margin: 0;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 28rem;
}

/* ==========================================================================
   Sticky WhatsApp
   ========================================================================== */
.landing-whatsapp-sticky {
  position: fixed;
  bottom: calc(1.25rem + var(--bd-safe-bottom));
  right: 1.25rem;
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1.15rem 0.5rem 0.5rem;
  background: #25d366;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, box-shadow 0.2s;
}

.landing-whatsapp-sticky:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.55);
  color: #fff;
}

.landing-whatsapp-sticky__icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-whatsapp-sticky__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 767px) {
  .landing-whatsapp-sticky {
    bottom: calc(var(--bd-sticky-bar-h) + 0.85rem + var(--bd-safe-bottom));
    right: 0.85rem;
  }

  .landing-whatsapp-sticky__text {
    display: none;
  }

  .landing-whatsapp-sticky {
    padding: 0;
    width: 54px;
    height: 54px;
    justify-content: center;
    border-radius: 50%;
  }

  .landing-whatsapp-sticky__icon {
    background: transparent;
  }
}

/* ==========================================================================
   Mobile sticky contact bar
   ========================================================================== */
.landing-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 95;
  height: calc(var(--bd-sticky-bar-h) + var(--bd-safe-bottom));
  padding-bottom: var(--bd-safe-bottom);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--bd-border);
  box-shadow: 0 -6px 24px rgba(12, 23, 26, 0.08);
}

@media (max-width: 767px) {
  .landing-mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.landing-mobile-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: var(--bd-sticky-bar-h);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--bd-navy);
  text-decoration: none;
  border-right: 1px solid var(--bd-border);
  -webkit-tap-highlight-color: transparent;
}

.landing-mobile-bar a:last-child {
  border-right: none;
}

.landing-mobile-bar a svg {
  width: 22px;
  height: 22px;
}

.landing-mobile-bar a.landing-mobile-bar--wa {
  color: #0d7a6e;
  background: rgba(240, 253, 249, 0.6);
}

/* ==========================================================================
   Visual correction pass (screenshot QA)
   ========================================================================== */

/* Hero CTAs */
.landing-hero__ctas .bd-btn--hero-primary {
  min-height: 54px;
  padding: 0.95rem 1.85rem;
  font-size: 1rem;
  box-shadow: 0 8px 28px var(--bd-primary-glow);
}

.landing-hero__ctas .bd-btn--hero-secondary {
  min-height: 52px;
  padding: 0.85rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  box-shadow: none;
}

.landing-hero__ctas .bd-btn--hero-secondary:hover {
  transform: translateY(-1px);
}

@media (max-width: 430px) {
  .landing-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-hero__ctas .bd-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .landing-hero__badge {
    font-size: 0.6875rem;
    padding: 0.35rem 0.65rem;
  }
}

/* Hero composed visual */
.landing-hero__visual--art {
  aspect-ratio: 4 / 3;
  min-height: 260px;
  background: linear-gradient(145deg, #0b4f7a 0%, #2e96d3 48%, #7ec8ef 100%);
  box-shadow: 0 24px 56px rgba(11, 79, 122, 0.28);
}

.landing-hero__visual--art::after {
  background: linear-gradient(180deg, transparent 40%, rgba(12, 23, 26, 0.35) 100%);
}

.landing-hero__art-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 18% 78%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
}

.landing-hero__art-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 20%, transparent 75%);
}

.landing-hero__art-globe {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(58%, 220px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.landing-hero__art-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.landing-hero__art-ring--1 {
  animation: landing-pulse-ring 4s ease-in-out infinite;
}

.landing-hero__art-ring--2 {
  inset: 14%;
  border-style: dashed;
  opacity: 0.7;
  animation: landing-spin-slow 28s linear infinite;
}

.landing-hero__art-core {
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #d8f1ff 0%, #2e96d3 55%, #0b4f7a 100%);
  box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.35), 0 8px 32px rgba(0, 0, 0, 0.2);
}

.landing-hero__art-core::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.5) 0%, transparent 35%),
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 8px,
      rgba(255, 255, 255, 0.08) 8px,
      rgba(255, 255, 255, 0.08) 9px
    );
}

.landing-hero__float {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--bd-navy);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(12, 23, 26, 0.15);
  z-index: 2;
  max-width: 46%;
  line-height: 1.25;
}

.landing-hero__float-icon {
  font-size: 0.9rem;
  line-height: 1;
}

.landing-hero__float--1 {
  top: 12%;
  left: 6%;
  animation: landing-float 5s ease-in-out infinite;
}

.landing-hero__float--2 {
  top: 18%;
  right: 5%;
  animation: landing-float 5.5s ease-in-out infinite 0.6s;
}

.landing-hero__float--3 {
  bottom: 22%;
  left: 8%;
  animation: landing-float 6s ease-in-out infinite 1.2s;
}

.landing-hero__art-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  z-index: 2;
}

@keyframes landing-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes landing-pulse-ring {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes landing-spin-slow {
  to {
    transform: rotate(360deg);
  }
}

/* Trust cards — premium rhythm */
.landing-trust {
  padding: clamp(2.75rem, 5.5vw, 4.25rem) 0;
}

.landing-trust__grid {
  gap: 1.15rem;
}

.landing-trust__card {
  padding: 1.5rem 1.15rem;
}

.landing-trust__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, #fff 0%, var(--bd-bg-soft) 100%);
  box-shadow: 0 4px 14px rgba(46, 150, 211, 0.12);
}

.landing-trust__value {
  font-size: clamp(1.5rem, 3.2vw, 1.875rem);
}

/* Featured service card */
.landing-service-card__featured-band {
  margin: -1.5rem -1.5rem 1rem;
  padding: 0.65rem 1rem;
  background: linear-gradient(90deg, var(--card-accent, var(--bd-primary)) 0%, rgba(46, 150, 211, 0.55) 100%);
}

.landing-service-card__featured-tag {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.landing-service-card--featured {
  border-color: rgba(46, 150, 211, 0.35);
  box-shadow: 0 12px 36px rgba(46, 150, 211, 0.12);
}

.landing-service-card--featured::before {
  height: 0;
}

/* Network composed visual */
.landing-network__visual--art {
  position: relative;
  aspect-ratio: 10 / 7;
  min-height: 240px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.landing-network__visual--art img {
  display: none;
}

.landing-network__art-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(126, 200, 239, 0.35) 0%, transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 45%);
}

.landing-network__art-mesh {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background:
    repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.06) 0deg 8deg, transparent 8deg 18deg);
  mask-image: radial-gradient(circle, #000 30%, transparent 72%);
  animation: landing-spin-slow 40s linear infinite;
}

.landing-network__art-globe {
  position: absolute;
  left: 50%;
  top: 38%;
  width: 42%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.landing-network__art-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}

.landing-network__art-orbit--2 {
  inset: 18%;
  border-style: dashed;
  opacity: 0.65;
}

.landing-network__art-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9), 0 0 24px rgba(126, 200, 239, 0.8);
}

.landing-network__art-node--1 {
  top: 8%;
  left: 50%;
}

.landing-network__art-node--2 {
  top: 50%;
  right: 4%;
}

.landing-network__art-node--3 {
  bottom: 10%;
  left: 22%;
}

.landing-network__art-node--4 {
  top: 42%;
  left: 6%;
}

.landing-network__art-points {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 2.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  z-index: 2;
}

.landing-network__art-points li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.landing-network__art-points li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7ec8ef;
  box-shadow: 0 0 8px #7ec8ef;
  flex-shrink: 0;
}

.landing-network__art-label {
  position: absolute;
  top: 0.85rem;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  z-index: 2;
}

/* Form polish */
.landing-form__field label {
  margin-bottom: 0.5rem;
}

.landing-form__field input,
.landing-form__field select,
.landing-form__field textarea {
  min-height: 48px;
  padding: 0.75rem 1rem;
}

.landing-form__field textarea {
  min-height: 128px;
  padding-top: 0.85rem;
}

.landing-form__reassurance {
  margin: 0.85rem 0 0;
  font-size: 0.8125rem;
  color: var(--bd-text);
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .landing-form-panel {
    padding: 1.35rem 1.15rem;
  }

  .landing-form__grid {
    gap: 1rem;
  }
}

/* Final CTA buttons */
.landing-cta__buttons {
  gap: 0.65rem;
  max-width: 36rem;
  margin-inline: auto;
}

.landing-cta__buttons .bd-btn {
  flex: 1 1 auto;
  min-width: min(100%, 9.5rem);
  min-height: 50px;
  padding: 0.8rem 1.25rem;
  font-size: 0.9375rem;
}

@media (max-width: 480px) {
  .landing-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 20rem;
  }

  .landing-cta__buttons .bd-btn {
    width: 100%;
  }
}

/* Footer branding */
.landing-footer__brand-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.landing-footer__brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
}

.landing-footer__tagline {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 22rem;
  line-height: 1.5;
}

.landing-footer__copy {
  opacity: 0.72;
}

/* Sticky WhatsApp vs mobile bar */
@media (max-width: 767px) {
  .landing-whatsapp-sticky {
    bottom: calc(var(--bd-sticky-bar-h) + 1rem + var(--bd-safe-bottom));
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.4);
  }

  .landing-whatsapp-sticky__icon {
    width: 40px;
    height: 40px;
  }

  .landing-cta {
    padding-bottom: calc(2.5rem + var(--bd-sticky-bar-h) * 0.25);
  }
}

/* Header compact on small screens */
@media (max-width: 389px) {
  .landing-header__link {
    min-width: 36px;
    padding: 0.35rem 0.45rem;
  }
}

/* Prevent horizontal scroll */
@media (max-width: 430px) {
  .landing-hero__float {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
  }

  .landing-network__art-points {
    font-size: 0.625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero__float,
  .landing-hero__art-ring--1,
  .landing-hero__art-ring--2,
  .landing-network__art-mesh {
    animation: none;
  }
}

/* ==========================================================================
   Content alignment pass (emailer + conversion polish)
   ========================================================================== */

/* Header — premium stable bar */
.landing-header {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.landing-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 6px 28px rgba(12, 23, 26, 0.07);
}

.landing-header__logo img {
  height: 44px;
}

.landing-header__link {
  font-size: 0.875rem;
  min-height: 42px;
}

@media (max-width: 767px) {
  :root {
    --bd-header-h: 68px;
  }

  .landing-header__logo img {
    height: 38px;
  }

  .landing-header__actions {
    gap: 0.25rem;
  }

  .landing-header__link {
    min-width: 38px;
    min-height: 38px;
    padding: 0.35rem 0.5rem;
  }
}

/* Hero — hierarchy & CTA */
.landing-hero {
  padding: clamp(2.75rem, 5.5vw, 4.25rem) 0 clamp(2.75rem, 6vw, 4.75rem);
}

.landing-hero__title {
  font-size: clamp(2rem, 4.8vw, 2.875rem);
  line-height: 1.12;
  max-width: 18ch;
}

.landing-hero__lead {
  font-size: clamp(1.0625rem, 2.1vw, 1.1875rem);
  line-height: 1.7;
  max-width: 34rem;
  color: #4a5568;
}

.landing-hero__cta-note {
  margin: 0 0 1rem;
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 600;
  color: var(--bd-primary-deep);
  line-height: 1.5;
  max-width: 28rem;
}

.landing-hero__badges {
  gap: 0.55rem;
}

.landing-hero__badge {
  font-size: 0.8125rem;
  padding: 0.45rem 0.9rem;
}

.landing-hero__visual--art {
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    0 28px 64px rgba(11, 79, 122, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

/* Trust — stronger numbers */
.landing-trust__value {
  font-size: clamp(1.625rem, 3.5vw, 2rem);
}

.landing-trust__label {
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: 600;
  color: #4a5568;
}

/* Context — pillars */
.landing-context {
  padding: clamp(2.75rem, 5vw, 4.25rem) 0;
}

.landing-context__pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.landing-context__pillars li {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--bd-primary-deep);
  background: #fff;
  border: 1px solid rgba(46, 150, 211, 0.28);
  border-radius: 100px;
  line-height: 1.3;
}

/* Services — richer cards */
.landing-services {
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
}

.landing-service-card {
  padding: 1.65rem 1.5rem;
  min-height: 100%;
}

.landing-service-card__title {
  font-size: 1.125rem;
  margin-bottom: 0.55rem;
}

.landing-service-card__desc {
  font-size: 0.96875rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  flex: none;
}

.landing-service-card__proof,
.landing-service-card__benefits {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.landing-service-card__proof li {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bd-primary-deep);
  line-height: 1.45;
}

.landing-service-card__proof li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 0.45em;
  border-radius: 50%;
  background: var(--card-accent, var(--bd-primary));
  flex-shrink: 0;
}

.landing-service-card__benefits {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.landing-service-card__benefits li {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--bd-navy);
  background: var(--bd-bg-soft);
  border: 1px solid rgba(46, 150, 211, 0.2);
  border-radius: 100px;
  padding: 0.35rem 0.65rem;
  line-height: 1.3;
}

.landing-service-card--featured {
  padding-top: 0;
}

.landing-service-card--featured .landing-service-card__featured-band {
  margin-bottom: 0.25rem;
}

.landing-service-card--featured .landing-service-card__desc {
  margin-bottom: 0.65rem;
}

@media (max-width: 639px) {
  .landing-services__grid {
    gap: 1rem;
  }

  .landing-service-card {
    padding: 1.35rem 1.15rem;
  }
}

/* Network — premium, less boxed */
.landing-network {
  padding: clamp(3rem, 6.5vw, 5rem) 0;
}

.landing-network__tagline {
  margin: 0 0 1.35rem;
  font-size: clamp(1rem, 2vw, 1.0625rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  max-width: 28rem;
}

.landing-network__stats {
  gap: 0.85rem;
}

.landing-network__stat {
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.landing-network__stat strong {
  font-size: clamp(1.125rem, 2.5vw, 1.3125rem);
}

.landing-network__stat span {
  font-size: 0.875rem;
  line-height: 1.45;
}

.landing-network__visual-wrap {
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .landing-network__visual-wrap {
    margin-top: 1.5rem;
  }

  .landing-network__visual--art {
    min-height: 220px;
  }
}

/* Form — trust & readability */
.landing-form-section {
  padding: clamp(2.75rem, 5.5vw, 4.5rem) 0;
}

.landing-form-sidebar__trust {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.landing-form-sidebar__trust li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.landing-form-sidebar__trust li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}

.landing-form-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.landing-form-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--bd-primary-deep);
  background: var(--bd-bg-soft);
  border: 1px solid rgba(46, 150, 211, 0.22);
  border-radius: 100px;
  padding: 0.4rem 0.75rem;
  line-height: 1.3;
}

.landing-form-trust li span[aria-hidden="true"] {
  font-size: 0.9rem;
  line-height: 1;
}

.landing-form-sidebar {
  padding: 2rem 1.85rem;
}

.landing-form-sidebar__title {
  font-size: 1.4375rem;
}

.landing-form__field label {
  font-size: 0.9375rem;
  margin-bottom: 0.55rem;
}

.landing-form__field input,
.landing-form__field select,
.landing-form__field textarea {
  font-size: 1rem;
  min-height: 50px;
}

.landing-form__submit .bd-btn--block {
  min-height: 54px;
  font-size: 1rem;
}

.landing-form__reassurance {
  font-size: 0.875rem;
}

/* Final CTA */
.landing-cta__note {
  margin: 0 auto 1.35rem;
  max-width: 32rem;
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
}

/* Footer */
.landing-footer {
  padding: 3rem 0 calc(2.25rem + var(--bd-safe-bottom));
}

.landing-footer__inner {
  gap: 1.5rem;
}

.landing-footer__contact a {
  font-size: 0.9375rem;
}

.landing-footer__copy {
  font-size: 0.875rem;
  opacity: 0.78;
  padding-top: 0.75rem;
}

/* Section rhythm — desktop */
@media (min-width: 992px) {
  .landing-trust,
  .landing-context,
  .landing-services,
  .landing-form-section {
    padding-top: clamp(2.5rem, 4.5vw, 3.75rem);
    padding-bottom: clamp(2.5rem, 4.5vw, 3.75rem);
  }
}

/* Mobile typography & spacing */
@media (max-width: 430px) {
  body.landing-page {
    font-size: 16px;
  }

  .landing-hero__title {
    max-width: none;
  }

  .landing-hero__badge {
    font-size: 0.75rem;
  }

  .landing-hero__float {
    font-size: 0.6875rem;
  }

  .landing-form-trust {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-form-trust li {
    justify-content: center;
  }

  .landing-cta__buttons {
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .landing-header__label {
    display: none;
  }

  .landing-context__pillars li {
    font-size: 0.75rem;
    padding: 0.4rem 0.7rem;
  }
}

/* ==========================================================================
   Campaign photography (1.jpg–5.jpg)
   ========================================================================== */

/* Shared photo card */
.landing-photo-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--bd-radius-lg);
  background: var(--bd-bg-soft);
  box-shadow: var(--bd-shadow-lg);
}

.landing-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Hero photo */
.landing-hero__visual--photo {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 240px;
  max-height: min(520px, 72vh);
  border-radius: var(--bd-radius-lg);
  overflow: hidden;
  background: linear-gradient(145deg, #0b4f7a 0%, #2e96d3 100%);
  box-shadow:
    0 28px 64px rgba(11, 79, 122, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.landing-hero__visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-hero__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 23, 26, 0.08) 0%,
    rgba(11, 79, 122, 0.15) 45%,
    rgba(11, 79, 122, 0.55) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.landing-hero__visual--photo .landing-hero__float,
.landing-hero__visual--photo .landing-hero__art-title {
  z-index: 2;
}

/* Context two-column + image */
.landing-context__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 992px) {
  .landing-context__grid {
    grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
    gap: 2.5rem;
  }

  .landing-context__content {
    padding-left: 1.35rem;
    border-left: 4px solid var(--bd-primary);
  }
}

.landing-context__inner {
  max-width: none;
  padding-left: 0;
  border-left: none;
}

.landing-context__media {
  position: relative;
  border-radius: var(--bd-radius-lg);
  overflow: hidden;
  aspect-ratio: 2 / 1;
  background: var(--bd-bg-soft);
  box-shadow: var(--bd-shadow-md);
  border: 1px solid var(--bd-border);
}

.landing-context__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 991px) {
  .landing-context__content {
    padding-left: 1.1rem;
    border-left: 4px solid var(--bd-primary);
  }

  .landing-context__media {
    order: 2;
  }
}

/* Featured Privilege Card — text + image */
.landing-service-card__featured-layout {
  display: grid;
  gap: 1.25rem;
  padding: 0 1.5rem 1.5rem;
}

@media (min-width: 768px) {
  .landing-service-card--featured .landing-service-card__featured-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: stretch;
    gap: 1.5rem;
  }
}

.landing-service-card__featured-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  max-height: 220px;
  background: var(--bd-bg-soft);
  border: 1px solid var(--bd-border);
}

.landing-service-card__featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .landing-service-card__featured-media {
    max-height: none;
    min-height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 767px) {
  .landing-service-card__featured-layout {
    padding: 0 1.15rem 1.15rem;
  }

  .landing-service-card__featured-media {
    order: -1;
    max-height: 200px;
  }
}

/* Override legacy featured grid when using featured-layout */
.landing-service-card--featured .landing-service-card__featured-layout .landing-service-card__icon,
.landing-service-card--featured .landing-service-card__featured-layout .landing-service-card__title,
.landing-service-card--featured .landing-service-card__featured-layout .landing-service-card__desc,
.landing-service-card--featured .landing-service-card__featured-layout .landing-service-card__proof,
.landing-service-card--featured .landing-service-card__featured-layout .landing-service-card__benefits,
.landing-service-card--featured .landing-service-card__featured-layout .landing-service-card__action {
  grid-column: auto;
  grid-row: auto;
}

@media (min-width: 1024px) {
  .landing-service-card--featured {
    display: block;
  }
}

/* Network photo */
.landing-network__visual--photo {
  position: relative;
  aspect-ratio: 10 / 7;
  min-height: 220px;
  max-height: 420px;
  border-radius: var(--bd-radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
}

.landing-network__visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing-network__visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(11, 79, 122, 0.35) 0%,
    rgba(12, 23, 26, 0.25) 50%,
    rgba(12, 23, 26, 0.65) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.landing-network__visual-chips {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  z-index: 2;
}

.landing-network__visual-chips li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.landing-network__visual-chips li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7ec8ef;
  box-shadow: 0 0 8px #7ec8ef;
  flex-shrink: 0;
}

/* Final CTA background image */
.landing-cta--has-bg {
  position: relative;
  overflow: hidden;
  background-color: var(--bd-primary-deep);
  background-image:
    linear-gradient(
      135deg,
      rgba(11, 79, 122, 0.88) 0%,
      rgba(38, 124, 174, 0.82) 48%,
      rgba(46, 150, 211, 0.78) 100%
    ),
    var(--landing-cta-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-cta--has-bg .landing-container {
  position: relative;
  z-index: 1;
}

/* Footer links */
.landing-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
}

.landing-footer__links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.landing-footer__links a:hover {
  color: #fff;
}

.landing-footer__sep {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
  user-select: none;
}

.landing-footer__disclaimer {
  margin: 0;
  max-width: 36rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
  text-align: center;
}

@media (max-width: 430px) {
  .landing-hero__visual--photo {
    max-height: 300px;
    aspect-ratio: 16 / 11;
  }

  .landing-network__visual--photo {
    min-height: 200px;
    max-height: 280px;
  }

  .landing-network__visual-chips li {
    font-size: 0.625rem;
  }
}

/* ==========================================================================
   Final screenshot cleanup pass
   ========================================================================== */

:root {
  --bd-section-y: clamp(2.25rem, 4.2vw, 3.5rem);
}

#consultation {
  scroll-margin-top: calc(var(--bd-header-h) + 12px);
}

@media (max-width: 767px) {
  #consultation {
    scroll-margin-top: calc(var(--bd-header-h) + var(--bd-sticky-bar-h) + var(--bd-safe-bottom) + 16px);
  }
}

/* Section rhythm */
.landing-hero {
  padding: var(--bd-section-y) 0 clamp(2rem, 4vw, 3rem);
}

.landing-trust,
.landing-context,
.landing-services,
.landing-network,
.landing-form-section,
.landing-cta {
  padding-top: var(--bd-section-y);
  padding-bottom: var(--bd-section-y);
}

.landing-services__intro {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

/* Header */
.landing-header {
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
}

.landing-header__inner {
  min-height: var(--bd-header-h);
}

.landing-header__logo img {
  height: 42px;
}

@media (max-width: 767px) {
  :root {
    --bd-header-h: 72px;
  }

  .landing-header__logo img {
    height: 36px;
  }

  .landing-header__actions {
    gap: 0.35rem;
  }

  .landing-header__link {
    min-width: 44px;
    min-height: 44px;
    padding: 0.4rem 0.55rem;
  }
}

/* Hero */
.landing-hero__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.landing-hero__lead {
  margin-bottom: 1rem;
}

.landing-hero__cta-note {
  margin-bottom: 0.85rem;
  font-size: clamp(0.875rem, 2vw, 0.96875rem);
  line-height: 1.45;
}

.landing-hero__ctas {
  margin-bottom: 1.15rem;
}

.landing-hero__visual--photo {
  aspect-ratio: 16 / 11;
  max-height: min(440px, 58vw);
}

@media (max-width: 991px) {
  .landing-hero__grid {
    gap: 1.75rem;
  }

  .landing-hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-hero__ctas .bd-btn {
    width: 100%;
    justify-content: center;
  }

  .landing-hero__visual--photo {
    max-height: min(320px, 70vw);
    aspect-ratio: 16 / 10;
  }
}

/* Trust */
.landing-trust__grid {
  gap: 0.85rem;
}

.landing-trust__card {
  padding: 1.15rem 0.85rem;
}

.landing-trust__value {
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
}

.landing-trust__label {
  font-size: clamp(0.8125rem, 2vw, 0.875rem);
  line-height: 1.4;
}

/* Context */
.landing-context__grid {
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

.landing-context__text {
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
}

@media (min-width: 992px) {
  .landing-context__media {
    aspect-ratio: 2 / 1;
  }
}

.landing-context__pillars li {
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
}

/* Services — equal-height standard cards, 2×2 desktop */
.landing-services {
  padding-top: clamp(2rem, 4vw, 3.25rem);
  padding-bottom: clamp(2rem, 4vw, 3.25rem);
}

.landing-service-card:not(.landing-service-card--featured) {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.landing-service-card__desc {
  font-size: clamp(0.9375rem, 1.8vw, 1rem);
  line-height: 1.62;
  flex: none;
}

.landing-service-card__proof {
  margin-bottom: 0.65rem;
}

.landing-service-card__proof li {
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  font-weight: 600;
  padding: 0.2rem 0;
}

.landing-service-card__action {
  padding-top: 0.65rem;
}

.landing-service-card__action .bd-btn--sm {
  min-height: 44px;
  width: 100%;
  justify-content: center;
}

/* Featured Privilege Card */
.landing-service-card--featured {
  display: block;
  padding-top: 25px;
}

.landing-service-card__featured-layout {
  padding: 0 1.35rem 1.35rem;
  gap: 1.15rem;
}

.landing-service-card__featured-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.landing-service-card__featured-media {
  aspect-ratio: 16 / 9;
  max-height: 200px;
}

@media (min-width: 768px) {
  .landing-service-card__featured-layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 1.35rem;
  }

  .landing-service-card__featured-media {
    max-height: 240px;
    aspect-ratio: 4 / 3;
    min-height: 0;
  }
}

.landing-service-card__benefits li {
  font-size: clamp(0.75rem, 1.5vw, 0.8125rem);
  padding: 0.4rem 0.7rem;
}

/* Network */
.landing-network {
  padding-top: clamp(2rem, 4.5vw, 3.25rem);
  padding-bottom: clamp(2rem, 4.5vw, 3.25rem);
}

.landing-network__grid {
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.landing-network__stats {
  gap: 0.65rem;
}

.landing-network__stat {
  padding: 0.85rem 1rem;
}

.landing-network__stat span {
  font-size: clamp(0.8125rem, 1.8vw, 0.875rem);
}

.landing-network__visual--photo {
  max-height: min(380px, 42vw);
}

@media (max-width: 767px) {
  .landing-network__visual--photo {
    max-height: 260px;
    min-height: 180px;
  }

  .landing-network__stat {
    padding: 0.75rem 0.9rem;
  }
}

/* Form */
.landing-form-section {
  padding-top: clamp(2rem, 4vw, 3.25rem);
  padding-bottom: calc(var(--bd-section-y) + 0.5rem);
}

@media (max-width: 767px) {
  .landing-form-section {
    padding-bottom: calc(var(--bd-sticky-bar-h) + var(--bd-safe-bottom) + 1.5rem);
  }
}

.landing-form-layout {
  gap: 1.15rem;
}

.landing-form__field label {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  margin-bottom: 0.45rem;
}

.landing-form__field input,
.landing-form__field select,
.landing-form__field textarea {
  font-size: 1rem;
  min-height: 48px;
}

.landing-form-trust {
  gap: 0.45rem;
}

.landing-form-trust li {
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
}

.landing-form__submit .bd-btn--block {
  min-height: 52px;
  font-size: 1rem;
}

.landing-form__reassurance {
  font-size: clamp(0.8125rem, 2vw, 0.875rem);
  margin-top: 0.75rem;
}

/* Final CTA */
.landing-cta {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
}

.landing-cta__note {
  margin-bottom: 1.15rem;
  font-size: clamp(0.875rem, 2vw, 0.96875rem);
}

.landing-cta__buttons {
  gap: 0.6rem;
  max-width: 38rem;
}

.landing-cta__buttons .bd-btn {
  min-height: 50px;
  flex: 1 1 10rem;
}

@media (max-width: 520px) {
  .landing-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    max-width: 20rem;
    margin-inline: auto;
  }

  .landing-cta__buttons .bd-btn {
    width: 100%;
    flex: none;
  }
}

/* Footer */
.landing-footer {
  padding: clamp(2.25rem, 4vw, 2.75rem) 0 calc(1.75rem + var(--bd-safe-bottom));
}

.landing-footer__contact a,
.landing-footer__links a {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.55;
}

.landing-footer__disclaimer {
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
  line-height: 1.6;
  max-width: 34rem;
}

.landing-footer__tagline {
  line-height: 1.55;
}

/* Sticky mobile UX */
.landing-mobile-bar a {
  min-height: 44px;
  font-size: clamp(0.6875rem, 1.6vw, 0.75rem);
}

.landing-whatsapp-sticky {
  bottom: calc(var(--bd-sticky-bar-h) + 1.1rem + var(--bd-safe-bottom));
}

@media (max-width: 767px) {
  .landing-whatsapp-sticky {
    width: 52px;
    height: 52px;
    min-width: 44px;
    min-height: 44px;
  }
}

/* Prevent horizontal scroll */
.landing-container,
.landing-hero__grid,
.landing-services__grid,
.landing-form-layout {
  max-width: 100%;
}

/* ==========================================================================
   Corporate polish pass (overflow, radius, network badge, footer gap)
   ========================================================================== */

html {
  overflow-x: hidden;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
}

body.landing-page {
  position: relative;
}

main#main-content {
  overflow-x: clip;
  max-width: 100%;
}

.landing-container {
  min-width: 0;
}

section {
  min-width: 0;
}

.landing-hero__grid,
.landing-context__grid,
.landing-network__grid,
.landing-form-layout,
.landing-services__grid {
  min-width: 0;
}

.landing-hero__grid > *,
.landing-context__grid > *,
.landing-network__grid > * {
  min-width: 0;
}

:root {
  --landing-radius-card: clamp(14px, 2.5vw, 18px);
}

.landing-trust__card,
.landing-service-card,
.landing-form-panel {
  border-radius: var(--landing-radius-card);
}

.landing-context__media,
.landing-network__visual--photo,
.landing-hero__visual--photo {
  border-radius: var(--bd-radius-lg);
}

.landing-network__stat {
  border-radius: var(--landing-radius-card);
}

.landing-network__visual,
.landing-network__visual.landing-network__visual--photo {
  border-radius: var(--bd-radius-lg);
}

.landing-form-sidebar {
  border-radius: var(--bd-radius-lg);
}

/* Hero eyebrow: compact pill, never full-width stretch */
.landing-hero__eyebrow {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
}

.landing-hero__title {
  max-width: min(42rem, 100%);
}

.landing-hero__visual-wrap {
  min-width: 0;
}

.landing-hero__visual--photo .landing-hero__float {
  max-width: min(46%, calc(100% - 1rem));
  box-sizing: border-box;
}

.landing-hero__float--3 {
  max-width: min(54%, calc(100% - 1rem));
}

/* Context chips wrap without overflow */
.landing-context__pillars {
  row-gap: 0.45rem;
}

.landing-context__pillars li {
  max-width: 100%;
  word-break: break-word;
}

.landing-context__text {
  max-width: 100%;
}

.landing-context__media img {
  max-width: 100%;
}

/* Hero / context / privilege / network images: contain in card */
.landing-hero__visual--photo img,
.landing-context__media img,
.landing-network__visual--photo img,
.landing-service-card__featured-media img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .landing-context__media {
    aspect-ratio: 2 / 1;
  }
}

.landing-hero__visual--photo {
  width: 100%;
  max-width: 100%;
}

.landing-network__visual-chips {
  bottom: 0.75rem;
}

.landing-network__visual-chips li {
  overflow-wrap: anywhere;
}

/* Footer: tuck safe area inside dark background — no white strip below */
@media (max-width: 767px) {
  .landing-footer {
    padding-bottom: calc(var(--bd-sticky-bar-h) + var(--bd-safe-bottom) + 1.25rem);
  }
}

.landing-footer {
  margin-bottom: 0;
}

/* Privilege featured card premium balance */
.landing-service-card--featured {
  overflow: visible;
}

.landing-service-card--featured {
  background: linear-gradient(165deg, #ffffff 0%, #f4fafe 52%, #ffffff 100%);
}

.landing-service-card__featured-band {
  border-radius: var(--landing-radius-card) var(--landing-radius-card) 0 0;
}

@media (max-width: 767px) {
  .landing-service-card__featured-layout {
    gap: 1rem;
  }

  .landing-service-card__featured-media {
    order: -1;
    max-height: min(190px, 42vw);
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .landing-service-card--featured .landing-service-card__featured-layout {
    align-items: stretch;
    grid-template-columns: 1fr minmax(260px, 42%);
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .landing-service-card__featured-content {
    padding-top: 0.25rem;
  }

  .landing-service-card__featured-media {
    position: relative;
    align-self: stretch;
    max-height: none;
    aspect-ratio: auto;
    min-height: 220px;
    border-radius: var(--landing-radius-card);
    border: 1px solid rgba(46, 150, 211, 0.2);
    box-shadow: 0 8px 28px rgba(12, 23, 26, 0.08);
  }

  .landing-service-card__featured-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
  }
}

.landing-service-card--featured .landing-service-card__title {
  font-size: clamp(1.1875rem, 2.2vw, 1.3125rem);
  letter-spacing: -0.02em;
}

.landing-service-card--featured .landing-service-card__benefits li {
  font-weight: 700;
}

/* Proof lines slightly stronger */
.landing-service-card:not(.landing-service-card--featured) .landing-service-card__proof li {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.bd-btn--ghost {
  backdrop-filter: blur(6px);
}

.landing-mobile-bar {
  box-shadow: 0 -8px 32px rgba(12, 23, 26, 0.1);
}

/* Long email / links in footer */
.landing-footer__contact a {
  word-break: break-word;
}

.landing-footer__disclaimer {
  padding-inline: 0.25rem;
}

/* Final CTA: no overflow + equal-height buttons */
.landing-cta--has-bg .landing-container {
  min-width: 0;
  max-width: 100%;
}

.landing-cta__buttons {
  align-items: stretch;
}

.landing-cta__buttons .bd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  box-sizing: border-box;
}

.landing-form__grid,
.landing-form__field {
  min-width: 0;
}

/* ==========================================================================
   Main site footer (replicated for landing standalone page)
   ========================================================================== */
.footer-bluedot-new {
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 0;
  margin: 0;
  font-family: var(--bd-font);
}

.footer-top {
  padding: 60px 0 50px;
}

.footer-grid-new {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.footer-about-col .footer-logo {
  margin-bottom: 24px;
}

.footer-about-col .footer-logo img {
  height: 45px;
  width: auto;
}

.footer-tagline {
  font-size: 15px;
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 300px;
}

.footer-locations-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-loc-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  border-left: 4px solid #2e96d3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.footer-loc-card:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 15px rgba(46, 150, 211, 0.15);
}

.footer-loc-city {
  font-size: 13px;
  font-weight: 700;
  color: #2e96d3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.footer-loc-address {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

.footer-links-col h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 12px;
}

.footer-links-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #2e96d3;
  border-radius: 2px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list a {
  font-size: 14px;
  color: #475569;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.footer-links-list a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #cbd5e1;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.footer-links-list a:hover {
  color: #2e96d3;
  transform: translateX(4px);
}

.footer-links-list a:hover::before {
  background: #2e96d3;
}

.footer-contact-col h4 {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 12px;
}

.footer-contact-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #2e96d3;
  border-radius: 2px;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  margin-bottom: 16px;
}

.footer-contact-list a,
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
  color: #475569;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-contact-list a:hover {
  color: #2e96d3;
}

.footer-contact-icon {
  width: 20px;
  height: 20px;
  color: #2e96d3;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-contact-text {
  line-height: 1.5;
}

.footer-hours {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-hours-label {
  font-weight: 600;
  color: #0f172a;
  font-size: 13px;
}

.footer-social-wrap {
  margin-top: 24px;
}

.footer-social-title {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-social-icons {
  display: flex;
  gap: 10px;
}

.footer-social-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.footer-social-icon:hover {
  transform: translateY(-3px);
  color: #fff;
}

.footer-social-icon.facebook:hover { background: #1877F2; }
.footer-social-icon.instagram:hover { background: linear-gradient(45deg, #f09433, #dc2743, #bc1888); }
.footer-social-icon.twitter:hover { background: #000; }
.footer-social-icon.linkedin:hover { background: #0077B5; }
.footer-social-icon svg { width: 16px; height: 16px; }

.footer-bottom {
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(46, 150, 211, 0.15);
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copyright {
  font-size: 14px;
  color: #64748b;
}

.footer-copyright a {
  color: #2e96d3;
  font-weight: 600;
  text-decoration: none;
}

.footer-copyright a:hover {
  color: #0f172a;
}

.footer-legal-links {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-legal-links a {
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: #2e96d3;
}

@media (max-width: 1024px) {
  .footer-grid-new {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-about-col {
    grid-column: 1 / -1;
  }
  .footer-locations-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-loc-card {
    flex: 1;
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .footer-top {
    padding: 50px 0 40px;
  }
  .footer-grid-new {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-about-col {
    grid-column: 1 / -1;
    text-align: center;
  }
  .footer-tagline {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-locations-grid {
    flex-direction: column;
  }
  .footer-loc-card {
    text-align: left;
  }
  .footer-links-col h4::after,
  .footer-contact-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
  }
  .footer-legal-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media (max-width: 576px) {
  .footer-top {
    padding: 40px 0 30px;
  }
  .footer-grid-new {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-links-col,
  .footer-contact-col {
    text-align: center;
  }
  .footer-links-col h4::after,
  .footer-contact-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-links-list a {
    justify-content: center;
  }
  .footer-contact-list a,
  .footer-contact-item {
    justify-content: center;
    text-align: left;
  }
  .footer-social-wrap {
    text-align: center;
  }
  .footer-social-icons {
    justify-content: center;
  }
  .footer-loc-card {
    border-left: none;
    border-top: 3px solid #2e96d3;
    text-align: center;
  }
}
