/*
  ProConnect – Color Override & Custom Sections for Lava Template
  Substitui laranja/coral por verde/amarelo da identidade ProConnect
  Adiciona seções extras com design moderno
*/

/* ── Global Typography & Base ───────────────────── */
body,
html {
  font-family: 'Inter', sans-serif !important;
  color: #334155;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif !important;
  color: #0f172a;
  font-weight: 700;
  letter-spacing: -0.02em;
}

p {
  color: #475569;
  line-height: 1.7;
}

/* ── Reset & seleção ───────────────────────────── */
::selection {
  background: #22c55e;
  color: #fff;
}

::-moz-selection {
  background: #22c55e;
  color: #fff;
}

/* ── Botões principais ──────────────────────────── */
a.main-button-slider,
button.main-button,
a.main-button {
  background-color: #22c55e !important;
}

/* ── BANNER KICKER — PADRÃO GLOBAL ─────────────── */
.section-kicker,
.customers-hero-kicker,
.customer-ready-kicker,
.about-kicker,
.about-section-kicker,
.professionals-profile-kicker,
.professionals-pricing-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #22c55e !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 1.6px !important;
  text-transform: uppercase !important;
  line-height: 1;
}

.who-audience-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 74px 0 92px;
  background: transparent;
  font-family: 'Inter', sans-serif;
}

.section-forma-one {
  position: absolute;
  top: 0;
  z-index: 0;
  width: min(30vw, 420px);
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  pointer-events: none;
}

.section-forma-one-right {
  right: -80px;
  object-position: left center;
  transform: scaleX(-1);
}

.section-forma-one-left {
  left: -80px;
  object-position: right center;
}

.who-audience-heading {
  text-align: center;
}

.trusted-benefits-heading {
  text-align: center;
}

.who-audience-heading h2,
.trusted-benefits-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.who-audience-heading h2 span {
  color: #22c55e;
}

.trusted-benefits-heading p {
  margin: 10px 0 0;
  color: #52627e;
  font-size: 16px;
  line-height: 1.6;
}

.who-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 38px;
  counter-reset: audience-card;
}

.who-audience-card {
  position: relative;
  min-height: 320px;
  padding: 40px;
  overflow: hidden;
  border-radius: 20px;
  background: #001237;
  box-shadow: 0 16px 38px rgba(0, 18, 55, 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  counter-increment: audience-card;
}

.who-audience-card::after {
  content: '0' counter(audience-card);
  position: absolute;
  right: 10px;
  bottom: -15px;
  font-size: 140px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.04);
  line-height: 1;
  pointer-events: none;
}

.who-audience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(0, 18, 55, 0.6);
}

.who-audience-icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 32px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  font-size: 24px;
}

.who-audience-copy {
  position: relative;
  z-index: 1;
  width: 100%;
}

.who-audience-card h3,
.who-audience-card p,
.who-audience-link {
  position: relative;
  z-index: 1;
}

.who-audience-card h3 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.who-audience-card p {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.who-audience-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 32px;
  color: #22c55e;
  font-size: 15px;
  font-weight: 700;
}

.who-audience-link svg {
  font-size: 13px;
}

.trusted-benefits-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 102px;
  background: #001237;
  font-family: 'Inter', sans-serif;
}

.trusted-benefits-background {
  display: none;
}

.trusted-benefits-background-left {
  display: none;
}

.trusted-benefits-background-right {
  display: none;
}

.trusted-benefits-inner {
  position: relative;
  z-index: 1;
}

.trusted-benefits-heading {
  margin-bottom: 34px;
}

.trusted-benefits-heading h2 {
  color: #ffffff !important;
}

.trusted-benefits-heading p {
  color: #94a3b8 !important;
}

.trusted-benefits-card {
  padding: 36px 0;
}

.trusted-benefits-grid {
  margin-top: 38px;
  padding: 0;
}

.trusted-benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
}

.trusted-benefits-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 0 28px;
  color: #f1f5f9;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.trusted-benefits-list li:last-child {
  border-right: 0;
}

.trusted-benefit-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 21px;
  background: rgba(23, 105, 232, 0.15);
  color: #38bdf8;
}

.trusted-benefit-icon-2 {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}

.trusted-benefit-icon-3 {
  background: rgba(23, 105, 232, 0.15);
  color: #38bdf8;
}

.trusted-benefit-icon-4 {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}

.trusted-benefit-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.trusted-benefit-copy strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.trusted-benefit-copy>span {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.home-ready-section {
  position: relative;
  padding: 120px 0;
  background: #f8fafc;
  overflow: hidden;
}

.home-ready-section::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.03) 0%, rgba(34, 197, 94, 0) 70%);
  box-shadow: inset 0 0 0 60px rgba(34, 197, 94, 0.03), inset 0 0 0 120px rgba(34, 197, 94, 0.03), inset 0 0 0 180px rgba(34, 197, 94, 0.03);
  pointer-events: none;
  z-index: 0;
}

.home-below-banner {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.home-organic-form {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: min(46vw, 690px);
  height: auto;
  opacity: 0.16;
  pointer-events: none;
}

.home-below-content {
  position: relative;
  z-index: 1;
}

.home-ready-banner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}

.home-ready-banner:hover {
  transform: none;
  box-shadow: none;
}

.home-ready-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.home-ready-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.home-ready-copy h2 span {
  color: #22c55e;
}

.home-ready-copy p {
  margin: 18px 0 0;
  color: #475569;
  font-size: 17px;
  max-width: 500px;
  line-height: 1.65;
}

.home-ready-copy .store-badges-hero {
  margin: 36px 0 0;
}

.home-ready-banner>.store-badges-hero {
  margin: 0;
  flex-wrap: nowrap;
}

@media (max-width: 1100px) and (min-width: 769px) {
  .home-ready-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 40px;
  }

  .home-ready-banner>.store-badges-hero {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .hero-banner-image {
    display: none !important;
  }

  .header-area .main-nav .nav {
    background: #001237 !important;
  }

  .header-area .main-nav .nav li a {
    color: #94a3b8 !important;
  }

  .header-area .main-nav .nav li:hover a,
  .header-area .main-nav .nav li a.active {
    color: #22c55e !important;
    background: rgba(34, 197, 94, 0.1) !important;
  }

  .header-area .main-nav .menu-trigger svg {
    color: #fff !important;
  }

  .nav-download-wrap {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .who-audience-section {
    padding: 58px 0 70px;
  }

  .who-audience-heading h2,
  .trusted-benefits-heading h2 {
    font-size: 27px;
  }

  .who-audience-grid,
  .trusted-benefits-grid {
    grid-template-columns: 1fr;
  }

  .who-audience-grid {
    gap: 16px;
    margin-top: 28px;
  }

  .who-audience-card {
    min-height: 240px;
    padding: 26px;
  }

  .trusted-benefits-section {
    padding: 68px 0 80px;
  }

  .section-forma-one {
    width: 62%;
    opacity: 0.3;
  }

  .section-forma-one-right {
    right: -120px;
  }

  .section-forma-one-left {
    left: -120px;
  }

  .trusted-benefits-heading {
    margin-bottom: 24px;
  }

  .trusted-benefits-card {
    padding: 34px 18px 30px;
  }

  .trusted-benefits-grid {
    margin-top: 24px;
  }

  .trusted-benefits-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .trusted-benefits-list li:nth-child(2) {
    border-right: 0;
  }

  .trusted-benefits-list li {
    gap: 14px;
    padding: 0 16px;
  }

  .trusted-benefit-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .trusted-benefit-copy strong {
    font-size: 17px;
  }

  .trusted-benefit-copy>span {
    font-size: 14px;
  }

  .home-ready-section {
    padding-bottom: 64px;
  }

  .home-ready-banner {
    display: block;
    min-height: 0;
    padding: 34px 28px;
    overflow: hidden;
    border-radius: 24px;
  }

  .home-ready-visual {
    display: none;
  }

  .home-ready-copy {
    width: 100%;
  }

  .home-ready-title {
    gap: 10px;
    margin-bottom: 10px;
  }

  .home-ready-title img {
    width: 42px;
    height: 42px;
  }

  .home-ready-copy h2 {
    font-size: 27px;
    line-height: 1.15;
  }

  .home-ready-copy p {
    font-size: 13px;
    line-height: 1.55;
  }

  .home-ready-banner>.store-badges-hero {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 8px;
    margin-top: 18px;
    justify-content: flex-start;
  }

  .home-ready-banner>.store-badges-hero .store-badge-hero {
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 11px;
    gap: 6px;
    border-radius: 9px;
    font-size: 10px;
  }

  .home-ready-banner>.store-badges-hero .badge-icon {
    font-size: 18px;
  }

  .home-ready-banner>.store-badges-hero .badge-sub {
    font-size: 7px;
  }

  .home-ready-banner>.store-badges-hero .badge-name {
    font-size: 11px;
  }
}

a.main-button-slider:hover,
button.main-button:hover,
a.main-button:hover {
  background-image: linear-gradient(135deg, #22c55e 0%, #22c55e 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.3) !important;
}

a.main-button {
  background-image: linear-gradient(135deg, #22c55e 0%, #22c55e 100%) !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.25) !important;
  transition: all 0.3s ease !important;
}

a.main-button:hover {
  background-image: linear-gradient(135deg, #22c55e 0%, #22c55e 100%) !important;
  color: #fff !important;
}

.features-item a.main-button,
.features-item a.main-button:visited {
  background-image: linear-gradient(135deg, #22c55e 0%, #22c55e 100%) !important;
  color: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.25) !important;
  transition: all 0.3s ease !important;
}

.features-item a.main-button:hover,
.features-item a.main-button:focus {
  background-image: linear-gradient(135deg, #22c55e 0%, #22c55e 100%) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.3) !important;
}

.download-cta,
.download-cta:visited {
  background: #22c55e !important;
  background-color: #22c55e !important;
  color: #fff !important;
}

.download-cta:hover,
.download-cta:focus {
  background: #22c55e !important;
  background-color: #22c55e !important;
  color: #fff !important;
}

/* ── Destaques em headings ──────────────────────── */
.center-heading h2 em,
.welcome-area .header-text h1 em,
.footer-content .right-content h2 em {
  color: #22c55e;
}

/* ── Nav hover / active ─────────────────────────── */
.background-header .main-nav .nav li:hover a,
.background-header .nav li a.active,
.header-area .main-nav .nav li:hover a,
.header-area.header-sticky .nav li a.active {
  color: #22c55e !important;
}

.header-area .main-nav .nav li.submenu ul li a:before {
  background: #22c55e;
}

/* ── NAVBAR – LAYOUT FLEXBOX ─────────────────────
   Sobrescreve o float do template Lava e coloca
   logo + nav na MESMA linha horizontal, fixo no topo
──────────────────────────────────────────────── */

/* Container principal sticky */
.header-area {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  height: 74px !important;
  background: #001237 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15) !important;
  transition: box-shadow 0.3s !important;
}

/* Transição ao fazer scroll */
.background-header {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10) !important;
  height: 74px !important;
}

/* main-nav: flexbox full-width */
.header-area .main-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 74px !important;
  min-height: 74px !important;
  background: transparent !important;
  padding: 0 !important;
  float: none !important;
}

/* Logo: não flutua, fica na esquerda pelo flex */
.header-area .main-nav .logo {
  float: none !important;
  line-height: 74px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: 74px !important;
}

.logo-img {
  height: 34px;
  width: auto;
  display: block;
}

/* Nav: não flutua, fica no centro/direita pelo flex */
.header-area .main-nav .nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 16px !important;
  background: transparent !important;
  position: static !important;
  flex: 1 !important;
  justify-content: center !important;
}

.header-area .main-nav .nav li {
  padding-left: 4px !important;
  padding-right: 4px !important;
  border: none !important;
  background: transparent !important;
  width: auto !important;
}

.header-area .main-nav .nav li a {
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 14px !important;
  border-radius: 99px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #94a3b8 !important;
  background: transparent !important;
  transition: background 0.2s, color 0.2s !important;
}

.header-area .main-nav .nav li a:hover:not(.btn-download-app),
.header-area .main-nav .nav li a.active,
.background-header .main-nav .nav li a.active {
  color: #22c55e !important;
  background: rgba(34, 197, 94, 0.08) !important;
}

/* Botão Download App – fica na direita */
.btn-download-app {
  flex-shrink: 0 !important;
  background-image: linear-gradient(135deg, #22c55e 0%, #22c55e 100%) !important;
  border-radius: 12px !important;
  padding: 12px 24px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-width: 148px !important;
  min-height: 46px !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.25) !important;
}

.btn-download-app:hover {
  background-image: linear-gradient(135deg, #22c55e 0%, #22c55e 100%) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(34, 197, 94, 0.3) !important;
}

.header-area .main-nav .nav li a.btn-download-app,
.header-area .main-nav .nav li a.btn-download-app:visited {
  background: #22c55e !important;
  background-color: #22c55e !important;
  color: #fff !important;
}

.header-area .main-nav .nav li a.btn-download-app:hover,
.header-area .main-nav .nav li a.btn-download-app:focus {
  background: #22c55e !important;
  background-color: #22c55e !important;
  color: #fff !important;
}

/* ── HERO REDESENHADA ───────────────────────────── */
.welcome-area {
  min-height: 90vh !important;
  height: auto !important;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #fff !important;
}

.welcome-area::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg,
      rgba(0, 18, 55, 0.95) 0%,
      rgba(0, 18, 55, 0.8) 40%,
      rgba(0, 18, 55, 0.2) 70%,
      rgba(0, 18, 55, 0) 100%);
}

.welcome-area::after {
  content: none;
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 7% 8%, rgba(125, 211, 252, 0.28) 0, rgba(186, 230, 253, 0.14) 14%, transparent 34%),
    radial-gradient(circle at 28% 0%, rgba(224, 242, 254, 0.72) 0, transparent 30%);
}

.hero-banner-image {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 4%;
  left: auto;
  width: 43%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: translateY(-50%);
  display: block;
  pointer-events: none;
  user-select: none;
}

.hero-background-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  user-select: none;
}

.welcome-area .header-text {
  width: 100% !important;
  margin-left: 0 !important;
  padding-top: 0 !important;
}

.welcome-area .header-text .left-text {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
  transform: none !important;
  padding-top: 72px;
  padding-bottom: 72px;
}

.welcome-area .header-text h1 {
  font-size: 60px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin-bottom: 22px !important;
  letter-spacing: -0.03em !important;
}

.welcome-area .header-text h1 em {
  font-style: normal !important;
  color: #22c55e !important;
}

.welcome-area .header-text p {
  font-size: 17px !important;
  color: #cbd5e1 !important;
  line-height: 1.7 !important;
  margin-bottom: 28px !important;
  max-width: 480px;
}

.welcome-area .header-text p.section-kicker {
  color: #22c55e !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  margin-bottom: 16px !important;
}

.store-badges-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.store-badge-hero {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #ffffff !important;
  padding: 12px 24px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Inter', sans-serif;
  text-decoration: none !important;
}

.store-badge-hero:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.7);
  background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
  border-color: rgba(255, 255, 255, 0.2);
}

.store-badge-hero .badge-icon {
  font-size: 26px;
  line-height: 1;
}

.store-badge-hero .badge-sub {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.7;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
}

.store-badge-hero .badge-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

/* Trust bar */
.trust-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #6b7280;
}

.trust-check {
  color: #22c55e;
  font-size: 18px;
  font-weight: 700;
}

/* ── STATS STRIP ────────────────────────────────── */
.stats-strip {
  padding: 56px 0;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.stats-strip .stat-item {
  text-align: center;
  padding: 0 12px;
}

.stats-strip .stat-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.stats-strip .stat-num {
  font-size: 38px;
  font-weight: 900;
  color: #111827;
  letter-spacing: -2px;
  line-height: 1;
}

.stats-strip .stat-num span {
  color: #22c55e;
}

.stats-strip .stat-label {
  font-size: 14px;
  color: #6b7280;
  margin-top: 6px;
  font-weight: 500;
}

/* ── WHO ARE YOU – cards modernos ───────────────── */
.who-section-custom {
  padding: 96px 0;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.who-section-custom .center-heading {
  margin-bottom: 56px;
}

.who-card-custom {
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.04);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.who-card-custom:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

.who-card-custom .card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 300px;
  background: #f8fafc;
}

.who-card-custom .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s;
}

.who-card-custom:hover .card-img-wrap img {
  transform: scale(1.04);
}

.who-card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 14px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.badge-customer {
  background: #dcfce7;
  color: #22c55e;
}

.badge-pro {
  background: #111827;
  color: #fff;
}

.who-card-body {
  padding: 32px 28px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.who-card-body h3 {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.who-card-body p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.65;
  margin-bottom: 24px;
  flex: 1;
}

.who-card-body .main-button {
  display: inline-block;
  align-self: flex-start;
}

/* ── FEATURES ITEMS – número e ícone de fundo ──── */
.features-item h2 {
  color: #dcfce7 !important;
}

/* Substitui os ícones laranja do template por verdes */
.features-item .features-icon img {
  filter: hue-rotate(120deg) saturate(1.4);
}

/* Decoradores de fundo: substitui rosa/salmão por verde suave */
.left-image-decor {
  background-image: none !important;
  background: radial-gradient(ellipse at left, rgba(34, 197, 94, 0.06) 0%, transparent 70%) !important;
}

.right-image-decor {
  background-image: none !important;
  background: radial-gradient(ellipse at right, rgba(34, 197, 94, 0.06) 0%, transparent 70%) !important;
}

/* ── PROMOTION (imagem esq + texto dir) ─────────── */
#promotion .left-image img {
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

/* ── TESTIMONIALS ───────────────────────────────── */
#testimonials .item .testimonial-content {
  background: #22c55e !important;
  background: linear-gradient(145deg, #22c55e 0%, #22c55e 100%) !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  background: #22c55e !important;
  background: linear-gradient(145deg, #22c55e 0%, #22c55e 100%) !important;
}

/* ── PRELOADER ──────────────────────────────────── */
#preloader {
  background-image: linear-gradient(145deg, #22c55e 0%, #22c55e 100%) !important;
}

/* ── FOOTER social hover ────────────────────────── */
footer .social li a:hover {
  background-color: #22c55e !important;
  border-color: #22c55e !important;
}

.footer-content .right-content h2 em {
  color: #FACC15 !important;
}

/* ── FOOTER logo ────────────────────────────────── */
.footer-logo-img {
  height: 40px;
  width: auto;
}

/* ── FOOTER ProConnect ──────────────────────────── */
.proconnect-footer {
  margin-top: 0;
  padding: 80px 0 40px;
  background: #001237;
  border-top: none;
  font-family: 'Inter', sans-serif;
}

.proconnect-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 48px;
  padding-bottom: 52px;
  border-bottom: 1px solid #d7e8f8;
}

.proconnect-footer-brand .footer-logo-img {
  height: 52px;
  margin-bottom: 24px;
}

.proconnect-footer p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.8;
}

.proconnect-footer h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

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

.proconnect-footer ul li {
  margin-bottom: 14px;
}

.proconnect-footer a {
  color: #94a3b8;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.proconnect-footer a:hover {
  color: #22c55e;
}

.proconnect-footer-bottom {
  padding-top: 32px;
  text-align: center;
}

.proconnect-footer-bottom p {
  font-size: 13px;
  margin: 0;
}

.proconnect-footer-brand p {
  max-width: 270px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.proconnect-footer h5 {
  margin: 4px 0 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

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

.proconnect-footer li {
  margin-bottom: 11px;
}

.proconnect-footer li a {
  font-size: 14px;
  transition: color 0.2s ease;
}

.proconnect-footer li a:hover {
  color: #22c55e;
}

.proconnect-footer-bottom {
  padding-top: 22px;
  border-top: 1px solid #d7e8f8;
}

.proconnect-footer-bottom p {
  margin: 0;
  font-size: 13px;
  text-align: center;
}

.proconnect-footer-social {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 0;
}

.proconnect-footer-social li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  line-height: 1;
}

.proconnect-footer-social .footer-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #22c55e !important;
  font-size: 16px;
  flex-shrink: 0;
}

.proconnect-footer-social .footer-link {
  display: inline;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  color: #94a3b8 !important;
  font-size: 14px;
  line-height: 1.25;
  white-space: nowrap;
}

.proconnect-footer-social .footer-link:hover {
  background: transparent;
  color: #22c55e !important;
}

@media (max-width: 1024px) {
  .proconnect-footer {
    padding: 104px 0 48px !important;
  }

  .proconnect-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 48px;
  }

  .proconnect-footer-brand { grid-column: 1 / -1; }

  .proconnect-footer-brand p { max-width: 420px; }

  .proconnect-footer-social .footer-link {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 767px) {
  .proconnect-footer {
    margin-top: 0;
    padding-top: 96px !important;
    padding-bottom: 48px !important;
  }

  .proconnect-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  .proconnect-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .proconnect-footer { padding-top: 88px !important; }

  .proconnect-footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Compensação da navbar fixa ─────────────────── */
/* O header tem 74px fixo; o body precisa de padding-top */
body {
  padding-top: 74px !important;
}

#download {
  scroll-margin-top: 90px;
}

/* ── RESPONSIVE ──────────────────────────────────── */

/* ≥992px – desktop: tudo numa linha */
@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }

  .header-area .main-nav .menu-trigger {
    display: none !important;
  }
}

/* <992px – tablet/mobile */
@media (max-width: 991px) {

  /* Navbar mobile: empilhada verticalmente ao abrir menu */
  .header-area {
    height: 70px !important;
    overflow: visible !important;
  }

  .background-header {
    height: 70px !important;
  }

  .header-area .main-nav {
    flex-wrap: wrap !important;
    height: auto !important;
    min-height: 70px !important;
    align-items: flex-start !important;
    padding-top: 0 !important;
    position: relative !important;
    overflow: visible !important;
  }

  /* Logo fica à esquerda, 70px de altura */
  .header-area .main-nav .logo {
    height: 70px !important;
    line-height: 70px !important;
    margin-left: 0 !important;
  }

  /* Nav links: ocultados por padrão, dropdown vertical */
  .header-area .main-nav .nav {
    display: none !important;
    /* custom.js do template alterna com .active */
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    background: #fff !important;
    border-top: 1px solid #f0f0f0 !important;
    padding: 8px 0 16px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10) !important;
    position: absolute !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9998 !important;
    flex: none !important;
    justify-content: flex-start !important;
  }

  .header-area .main-nav .nav.is-open {
    display: flex !important;
  }

  .header-area .main-nav .nav li {
    width: 100% !important;
    padding: 0 20px !important;
  }

  .header-area .main-nav .nav li a {
    width: 100% !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    display: block !important;
    font-size: 14px !important;
  }

  /* Botão Download App: fica no canto direito da mesma linha do logo */
  .header-area .main-nav .nav li .btn-download-app {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: calc(100% - 40px) !important;
    height: 46px !important;
    margin: 10px 20px 0 !important;
    padding: 0 16px !important;
    background: #22c55e !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    box-shadow: 0 5px 14px rgba(34, 197, 94, 0.24) !important;
  }

  /* Hamburger: visível */
  .header-area .main-nav .menu-trigger {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    padding: 0 !important;
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    align-self: center !important;
    margin-left: 12px !important;
    text-indent: 0 !important;
    width: 32px !important;
    height: 32px !important;
  }

  .header-area .main-nav .menu-trigger:focus {
    outline: none !important;
  }

  .header-area .main-nav .menu-trigger:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2) !important;
  }

  .header-area .main-nav .menu-trigger:hover {
    background: #dcfce7 !important;
  }

  .header-area .main-nav .menu-trigger svg {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    margin: 0 !important;
    color: #22c55e !important;
  }

  /* Hero */
  .welcome-area {
    height: 600px !important;
    min-height: 600px !important;
    align-items: flex-start;
  }

  .hero-base {
    left: 2%;
    width: 96%;
  }

  .welcome-area .header-text .left-text {
    /* padding definido pelo bloco shared banner mobile */
  }

  .hero-organic {
    width: 84vw;
    right: -14vw;
    top: 250px;
  }

  .hero-yellow-line {
    width: 92vw;
    left: -12vw;
    bottom: 22px;
  }

  .hero-bubbles {
    width: 25vw;
    left: 2vw;
    bottom: 105px;
  }

  .hero-device {
    width: 57vw;
    right: 0;
    top: 252px;
  }

  /* Who cards */
  .who-card-custom .card-img-wrap {
    height: 220px;
  }

  .who-section-custom {
    padding: 64px 0;
  }

  /* Body padding */
  body {
    padding-top: 70px !important;
  }
}

/* <768px – mobile pequeno */
@media (max-width: 768px) {
  .welcome-area {
    height: 720px !important;
    min-height: 720px !important;
    padding-top: 28px;
    padding-bottom: 28px;
    align-items: flex-start;
  }

  .hero-banner-image {
    top: auto;
    right: 8%;
    bottom: 8px;
    width: 84%;
    height: 42%;
    transform: none;
  }

  .hero-base {
    left: 0;
    width: 100%;
  }

  .welcome-area .header-text .left-text {
    /* padding definido pelo bloco shared banner mobile */
  }

  .welcome-area .header-text h1 {
    font-size: 31px !important;
    line-height: 1.14 !important;
    margin-bottom: 16px !important;
  }

  .welcome-area .header-text p {
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  .hero-organic {
    width: 110vw;
    right: -38vw;
    top: 350px;
  }

  .hero-yellow-line {
    width: 126vw;
    left: -28vw;
    bottom: 24px;
  }

  .hero-bubbles {
    width: 30vw;
    left: 1vw;
    bottom: 120px;
  }

  .hero-device {
    width: 62vw;
    right: -4vw;
    top: 415px;
  }

  .stats-strip .stat-num {
    font-size: 26px;
  }

  .welcome-area .store-badges-hero {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 20px;
  }

  .welcome-area .store-badge-hero {
    min-width: 0;
    padding: 9px 12px;
    gap: 7px;
    border-radius: 10px;
    font-size: 11px;
  }

  .welcome-area .badge-icon {
    font-size: 19px;
  }

  .welcome-area .badge-sub {
    font-size: 7px;
  }

  .welcome-area .badge-name {
    font-size: 12px;
  }

  .stats-strip {
    padding: 36px 0;
  }

  .who-section-custom {
    padding: 48px 0;
  }

  .header-area .main-nav .nav li:last-child {
    margin-top: 4px !important;
    padding-bottom: 0 !important;
  }
}

/* ═══════════════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════════════ */

/* ── Page section ───────────────────────────────── */
.contact-page-section {
  position: relative;
  overflow: hidden;
  background: #001237;
  padding: 92px 0 112px;
  font-family: 'Inter', sans-serif;
}

/* ── Background orb (top-right, inspired by ready section) ── */
.contact-orb {
  position: absolute;
  top: -320px;
  right: -320px;
  width: 755px;
  height: 755px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, 0.11) 0%, rgba(34, 197, 94, 0) 68%);
  box-shadow:
    inset 0 0 0 42px rgba(34, 197, 94, 0.06),
    inset 0 0 0 102px rgba(255, 255, 255, 0.035),
    inset 0 0 0 166px rgba(34, 197, 94, 0.04);
  pointer-events: none;
  z-index: 0;
}

/* ── Section kicker (reused from Home) ─────────── */
.contact-page-section .section-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #22c55e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* ── Header row ─────────────────────────────────── */
.contact-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.contact-header-copy {
  flex: 1 1 0;
  max-width: 540px;
}

.contact-header-copy h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.contact-header-copy h1 span {
  color: #22c55e;
}

.contact-header-copy>p {
  margin: 0;
  color: #b9c5d8;
  font-size: 17px;
  line-height: 1.65;
  max-width: 480px;
}

/* ── Decorative circular visual (top right of header) ── */
.contact-header-visual {
  position: relative;
  flex-shrink: 0;
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
}

.contact-orb-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(34, 197, 94, 0.22);
  animation: contact-ring-pulse 4s ease-in-out infinite;
}

.contact-orb-ring-1 {
  width: 260px;
  height: 260px;
  animation-delay: 0s;
}

.contact-orb-ring-2 {
  width: 188px;
  height: 188px;
  border-color: rgba(255, 255, 255, 0.2);
  animation-delay: 0.6s;
}

.contact-orb-ring-3 {
  width: 116px;
  height: 116px;
  border-color: rgba(34, 197, 94, 0.45);
  animation-delay: 1.2s;
}

@keyframes contact-ring-pulse {

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

  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

.contact-orb-icon {
  position: relative;
  z-index: 2;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #001237;
  box-shadow: 0 14px 32px rgba(0, 18, 55, 0.22);
  display: grid;
  place-items: center;
  color: #22c55e;
  font-size: 26px;
  animation: contact-icon-float 3s ease-in-out infinite;
}

@keyframes contact-icon-float {

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

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

/* ── Grid: form + info card ─────────────────────── */
.contact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 24px;
  align-items: start;
}

/* ── Card base (matches who-audience-card) ────── */
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: #001237;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  padding: 34px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-card::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.05);
  pointer-events: none;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.4);
}

/* ── Card label (icon + text) ────────────────── */
.contact-card-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.contact-card-label svg {
  color: #22c55e;
  font-size: 17px;
}

/* ── Form fields ─────────────────────────────── */
.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  text-align: left !important;
}

.contact-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: left;
}

.contact-field label {
  display: block;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  outline: none;
  resize: vertical;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #22c55e;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.14);
}

/* ── Submit button ────────────────────────────── */
.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  padding: 16px 32px;
  width: 100%;
  background: #22c55e;
  border: none;
  border-radius: 8px;
  color: #001237;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(34, 197, 94, 0.28);
  transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
}

.contact-submit-btn:hover {
  background: #22c55e;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(34, 197, 94, 0.4);
}

.contact-submit-btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.contact-form-error {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid rgba(248, 113, 113, 0.5);
  border-radius: 8px;
  background: rgba(127, 29, 29, 0.28);
  color: #fecaca;
  font-size: 13px;
  line-height: 1.5;
}

/* ── Success state ────────────────────────────── */
.contact-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  padding: 40px 20px;
}

.contact-success-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: rgba(34, 197, 94, 0.14);
  display: grid;
  place-items: center;
  color: #22c55e;
  font-size: 28px;
}

.contact-success h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.contact-success p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.6;
  max-width: 300px;
}

/* ── Info card items ──────────────────────────── */
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.13);
  display: grid;
  place-items: center;
  color: #22c55e;
  font-size: 18px;
}

.contact-info-icon-ig {
  background: rgba(34, 197, 94, 0.13);
  color: #22c55e;
}

.contact-info-icon-fb {
  background: rgba(34, 197, 94, 0.13);
  color: #22c55e;
}

.contact-info-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-info-title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-info-value {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #22c55e;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s, gap 0.2s;
  word-break: break-all;
}

.contact-info-value:hover {
  color: #22c55e;
  gap: 10px;
}

.contact-info-value svg {
  font-size: 11px;
  flex-shrink: 0;
}

.contact-info-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin: 4px 0;
}

.contact-info-section-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-tagline {
  display: flex;
  align-items: center;
  gap: 14px;
}

.contact-tagline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.6;
}

.contact-tagline p span {
  color: #22c55e;
  font-weight: 600;
}

/* ── Responsive ───────────────────────────────── */
@media (max-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    order: -1;
  }
}

@media (max-width: 768px) {
  .contact-page-section {
    padding: 72px 0 80px;
  }

  .contact-orb { display: none; }

  .contact-header { margin-bottom: 40px; }

  .contact-header-visual { display: none; }

  .contact-header-copy h1 {
    font-size: 42px;
  }

  .contact-card {
    padding: 28px 24px;
  }

  .contact-grid {
    gap: 20px;
  }
}
/* About page */
.about-page { background: #f7fafc; color: #001237; }

.customers-hero {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  background: #fff;
  color: #fff;
}

.customers-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
      rgba(0, 18, 55, 0.95) 0%,
      rgba(0, 18, 55, 0.8) 40%,
      rgba(0, 18, 55, 0.2) 70%,
      rgba(0, 18, 55, 0) 100%);
  pointer-events: none;
}

.customers-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
}

.customers-hero .container {
  position: relative;
  z-index: 2;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.customers-hero-copy {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 72px 0;
}

/* .customers-hero-kicker — usa o padrão global */

.customers-hero h1 {
  font-family: 'Inter', sans-serif !important;
  font-size: 60px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  color: #fff !important;
  margin: 0 0 22px 0 !important;
  letter-spacing: -0.03em !important;
}

.customers-hero h1 span {
  font-style: normal !important;
  color: #22c55e !important;
}

.customers-hero-copy p {
  max-width: 480px;
  margin: 0 0 28px;
  color: #d5def6;
  font-size: 17px;
  line-height: 1.7;
}

.customers-hero .btn-green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 26px;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.customers-hero-image {
  position: absolute;
  right: -110px;
  bottom: 0;
  z-index: 3;
  width: min(53%, 660px);
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.customer-features {
  padding: 76px 0 88px;
  background: #fff;
  scroll-margin-top: 82px;
}

.customer-features-heading {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.customer-features-heading h2 {
  margin: 0;
  color: #001237;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.customer-features-heading h2 span {
  color: #22c55e;
}

.customer-features-heading p {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.6;
}

.customer-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.customer-feature {
  min-width: 0;
  padding: 0 22px;
  border-right: 1px solid #e2e8f0;
}

.customer-feature:first-child { padding-left: 0; }
.customer-feature:last-child { padding-right: 0; border-right: 0; }

.customer-feature-number {
  margin-bottom: 6px;
  color: #22c55e;
  font-size: 15px;
  font-weight: 800;
}

.customer-feature h3 {
  margin: 0 0 10px;
  color: #001237;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.customer-feature p {
  min-height: 96px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
}

.customer-feature-phone {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 310px;
  margin-top: 24px;
  overflow: hidden;
}

.customer-feature-phone img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: top center;
}

/* ── Additional customer features ─────────────── */
.additional-features-section {
  padding: 86px 0 102px;
  background: #001237;
  font-family: 'Inter', sans-serif;
}

.additional-features-inner {
  position: relative;
}

.additional-features-inner h2 {
  margin: 0 0 34px;
  color: #fff !important;
  text-align: center;
}

.additional-features-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.additional-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  min-width: 0;
  padding: 0 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #f1f5f9;
  text-align: center;
}

.additional-feature:first-child { padding-left: 0; }
.additional-feature:last-child { padding-right: 0; border-right: 0; }

.additional-feature-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  font-size: 21px;
}

.additional-feature-icon-2 {
  background: rgba(23, 105, 232, 0.15);
  color: #38bdf8;
}

.additional-feature-icon-3 {
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
}

.additional-feature-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.additional-feature-copy h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.additional-feature-copy p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/* ── Customer comparison ───────────────────────── */
.customer-comparison-section {
  padding: 82px 0 96px;
  background: #fff;
}

.customer-comparison-section > .container > h2 {
  max-width: 700px;
  margin: 0 auto 34px;
  color: #001237;
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  text-align: center;
}

.customer-comparison-section > .container > h2 span {
  color: #22c55e;
}

.customer-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(0, 18, 55, 0.12);
}

.customer-comparison-column {
  min-width: 0;
  padding: 42px 40px 36px;
}

.customer-comparison-social {
  background: #001237;
}

.customer-comparison-proconnect {
  background: #fff;
}

.customer-comparison-column h3 {
  margin: 0 0 26px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.customer-comparison-social h3 { color: #fff; }
.customer-comparison-proconnect h3 { color: #001237; }

.customer-comparison-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.customer-comparison-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
  line-height: 1.45;
}

.customer-comparison-list li:last-child { border-bottom: 0; }
.customer-comparison-social .customer-comparison-list li { color: #f1f5f9; }
.customer-comparison-proconnect .customer-comparison-list li { color: #334155; border-color: #e2e8f0; }

.customer-comparison-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(248, 113, 113, 0.14);
  color: #fb7185;
  font-size: 11px;
}

.customer-comparison-icon.is-positive {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

/* ── Customer ready CTA ────────────────────────── */
.customer-ready-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #ffffff;
}

.customer-ready-circle {
  position: absolute;
  top: 50%;
  right: -150px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(34, 197, 94, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(34, 197, 94, 0.035), 0 0 0 82px rgba(34, 197, 94, 0.025), 0 0 0 128px rgba(34, 197, 94, 0.018);
  transform: translateY(-50%);
  pointer-events: none;
}

.customer-ready-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 280px;
}

.customer-ready-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(560px, 55%);
}

/* .customer-ready-kicker — usa o padrão global */


.customer-ready-copy h2 {
  margin: 0 0 14px;
  color: #001237;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.customer-ready-copy h2 span {
  color: #22c55e;
}

.customer-ready-copy p {
  max-width: 500px;
  margin: 0 0 30px;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

.customer-ready-badges {
  display: flex;
  gap: 10px;
}

.customer-ready-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 132px;
  padding: 9px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #001237;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
}

.customer-ready-badge:last-child { background: #020617; }
.customer-ready-badge svg { flex-shrink: 0; font-size: 21px; }
.customer-ready-badge span { display: flex; flex-direction: column; gap: 3px; }
.customer-ready-badge small { font-size: 8px; font-weight: 400; }

@media (max-width: 860px) {
  .customer-ready-section { padding: 80px 0; }
  .customer-ready-content { min-height: 0; }
  .customer-ready-copy { width: 70%; }
  .customer-ready-badges { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .customer-ready-section { padding: 64px 0; }
  .customer-ready-copy { width: 100%; }
  .customer-ready-logo { width: 130px; }
  .customer-ready-copy h2 { font-size: 19px; }
  .customer-ready-badges { width: 100%; }
  .customer-ready-badge { flex: 1 1 130px; min-width: 0; }
}

@media (max-width: 768px) {
  .customers-hero h1 {
    font-size: 31px !important;
    line-height: 1.14 !important;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 860px) {
  .customers-hero,
  .customers-hero .container { min-height: 620px; }

  .customers-hero-copy { width: 100%; padding: 64px 0 300px; }
  .customers-hero-image { width: 72%; height: 58%; }
  .customer-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 0; }
  .customer-feature:nth-child(2) { border-right: 0; }
  .customer-feature:nth-child(3) { padding-left: 0; }

  .additional-features-list { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
  .additional-feature,
  .additional-feature:first-child,
  .additional-feature:last-child {
    padding: 0 16px;
    border-right: 0;
    border-bottom: 0;
  }
  .additional-feature:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .additional-feature:first-child { padding-left: 0; }
  .additional-feature:nth-child(2) { padding-right: 0; }
  .additional-feature:nth-child(3) { padding-left: 0; }

  .customer-comparison-section { padding: 64px 0 76px; }
  .customer-comparison-grid { grid-template-columns: 1fr; border-radius: 18px; }
  .customer-comparison-column { padding: 34px 28px 30px; }
}

/* On mobile, keep the Customers hero focused on its message. */
@media (max-width: 768px) {
  .customers-hero,
  .customers-hero .container { min-height: auto; }

  .customers-hero-copy { padding: 90px 0 78px; }

  .customers-hero-image { display: none; }
}

@media (max-width: 640px) {
  .customers-hero,
  .customers-hero .container { min-height: auto; }

  .customers-hero-copy { padding: 70px 0 62px; }
  .customers-hero h1 { font-size: 31px !important; line-height: 1.14 !important; margin-bottom: 16px !important; }
  .customers-hero-image { right: -12%; width: 94%; height: 52%; }
  .customer-features-grid { grid-template-columns: 1fr; gap: 0; }
  .customer-feature,
  .customer-feature:first-child,
  .customer-feature:last-child,
  .customer-feature:nth-child(3) {
    padding: 0 0 34px;
    margin-bottom: 34px;
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .customer-feature:last-child { margin-bottom: 0; border-bottom: 0; }
  .customer-feature p { min-height: 0; }

  .additional-features-section { padding: 64px 0 72px; }
  .additional-features-inner h2 { margin-bottom: 28px; }
  .additional-features-list { grid-template-columns: 1fr; row-gap: 0; }
  .additional-feature,
  .additional-feature:first-child,
  .additional-feature:last-child,
  .additional-feature:nth-child(3) {
    grid-column: auto;
    width: 100%;
    padding: 0 0 22px;
    margin-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .additional-feature:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }

  .customer-comparison-section { padding: 56px 0 64px; }
  .customer-comparison-section > .container > h2 { font-size: 26px; }
  .customer-comparison-column { padding: 30px 22px 26px; }
  .customer-comparison-column h3 { font-size: 18px; }
  .customer-comparison-list li { gap: 11px; font-size: 13px; }
}
.about-hero { position: relative; height: 700px; min-height: 700px; overflow: hidden; background: #001237; color: #fff; }
.about-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,18,55,.82) 0%, rgba(0,18,55,.42) 43%, rgba(0,18,55,.04) 78%); }
.about-hero-banner { position: absolute !important; inset: 0; z-index: 0; display: block; width: 100% !important; height: 100% !important; max-width: none; object-fit: cover; object-position: center; }
.about-hero-inner { position: relative; z-index: 1; height: 100%; min-height: 700px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.about-hero-copy { max-width: 640px; padding: 70px 0; }
/* .about-kicker, .about-section-kicker — usa o padrão global */
.about-hero-copy h1 { margin: 18px 0 22px; color: #fff; font-size: clamp(38px, 4.8vw, 62px); font-weight: 800; letter-spacing: -2px; line-height: 1.06; }
.about-hero-copy h1 em, .about-section-heading h2 em, .about-final-cta h2 em { color: #22c55e; font-style: normal; }
.about-hero-copy p { max-width: 540px; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.7; }
.about-timeline-section, .about-connect-section { padding: 96px 0; }
.about-timeline-section > .container { width: 100%; max-width: none; margin-right: auto; margin-left: auto; padding-right: 40px; padding-left: 40px; }
.about-section-heading { max-width: 650px; margin: 0 auto 66px; text-align: center; }
.about-section-heading h2 { margin: 13px 0 12px; color: #001237; font-size: clamp(30px, 3.2vw, 42px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.12; }
.about-section-heading p { color: #61748b; font-size: 16px; line-height: 1.7; }
.about-timeline { position: relative; width: min(1040px, 100%); max-width: none; margin: 0 auto; }
.about-timeline::before { content: ''; position: absolute; top: 12px; bottom: 24px; left: 50%; width: 2px; background: #d7e2ec; transform: translateX(-50%); }
.about-timeline-item { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 136px; min-height: 220px; }
.about-timeline-marker { position: absolute; top: 0; left: 50%; z-index: 1; display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border: 7px solid #f7fafc; border-radius: 50%; background: #001237; color: #fff; font-size: 21px; font-weight: 800; box-shadow: 0 0 0 1px #cad8e5; transform: translateX(-50%); }
.about-marker-target { background: #22c55e; }
.about-marker-map { background: #001237; color: #fff; }
.about-timeline-card { grid-column: 1; grid-row: 1; padding: 3px 0 54px; text-align: right; }
.about-timeline-item:nth-child(even) .about-timeline-card { grid-column: 2; text-align: left; }
.about-timeline-label { margin: 0 0 14px; color: #22c55e; font-size: 18px; font-weight: 800; letter-spacing: 1.1px; line-height: 1.2; text-transform: uppercase; }
.about-timeline-item:nth-child(1) .about-timeline-label { color: #001237; }
.about-timeline-item:nth-child(2) .about-timeline-label { color: #22c55e; }
.about-timeline-item:nth-child(3) .about-timeline-label { color: #001237; }
.about-path-label { color: #22c55e; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.about-timeline-card p { max-width: 440px; margin: 0 0 0 auto; color: #61748b; font-size: 15px; line-height: 1.65; }
.about-timeline-item:nth-child(even) .about-timeline-card p { margin-right: auto; margin-left: 0; }
.about-connect-section { background: #fff; border-top: 1px solid #e1eaf1; }
.about-connect-heading { margin-bottom: 42px; }
.about-path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.about-path-card { display: grid; grid-template-columns: 42% 58%; min-height: 290px; overflow: hidden; border-radius: 8px; color: #fff; transition: transform .25s, box-shadow .25s; }
.about-path-card:hover { color: #fff; transform: translateY(-5px); box-shadow: 0 18px 35px rgba(16,43,76,.17); }
.about-path-customer { background: #22c55e; }
.about-path-professional { background: #001237; }
.about-path-image { min-height: 290px; overflow: hidden; background: rgba(255,255,255,.15); }
.about-path-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.about-path-card:hover .about-path-image img { transform: scale(1.06); }
.about-path-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 30px 25px; }
.about-path-label { color: rgba(255,255,255,.7); }
.about-path-copy h3 { margin: 9px 0 10px; color: #fff; font-size: 23px; font-weight: 800; line-height: 1.15; }
.about-path-copy p { margin-bottom: 21px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.6; }
.about-path-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: #fff; font-size: 13px; font-weight: 800; }
.about-path-link svg { transition: transform .2s; }
.about-path-card:hover .about-path-link svg { transform: translateX(4px); }
.about-final-cta { padding: 68px 0 72px; background: #001237; border-bottom: 64px solid #fff; }
.about-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 0; background: transparent; }
.about-final-cta h2 { margin: 11px 0 8px; color: #fff; font-size: clamp(27px, 3.2vw, 38px); font-weight: 800; letter-spacing: -1px; }
.about-final-cta p { color: rgba(255,255,255,.72); font-size: 15px; }
.about-store-badges { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.about-store-badges-featured { max-width: 410px; margin-top: 0; flex-shrink: 0; }
.about-store-badge { display: inline-flex; align-items: center; gap: 10px; min-width: 140px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; background: rgba(255,255,255,.1); color: #fff; font-size: 14px; font-weight: 700; line-height: 1.05; transition: background .2s, transform .2s; }
.about-store-badge:hover { color: #fff; background: rgba(255,255,255,.16); }
.about-store-badge:hover { transform: translateY(-2px); }
.about-store-badge svg { font-size: 23px; }
.about-store-badge small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.62); font-size: 8px; font-weight: 500; letter-spacing: .4px; text-transform: uppercase; }
@media (max-width: 760px) {
  .about-hero, .about-hero-inner { height: auto; min-height: auto; }
  .about-hero-banner { display: none; }
  .about-hero-copy { padding: 100px 0 80px; }
  .about-timeline-section, .about-connect-section { padding: 70px 0; }
  .about-timeline-section > .container { padding-right: 20px; padding-left: 20px; }
  .about-timeline-item { grid-template-columns: 48px 1fr; gap: 20px; min-height: 220px; }
  .about-timeline::before { left: 24px; transform: none; }
  .about-timeline-marker { position: relative; top: auto; left: auto; grid-column: 1; grid-row: 1; justify-self: center; width: 48px; height: 48px; border-width: 5px; transform: none; }
  .about-timeline-card, .about-timeline-item:nth-child(even) .about-timeline-card { grid-column: 2; text-align: left; }
  .about-timeline-card p, .about-timeline-item:nth-child(even) .about-timeline-card p { margin-right: 0; margin-left: 0; }
  .about-path-grid { grid-template-columns: 1fr; }
  .about-path-card { grid-template-columns: 38% 62%; }
  .about-final-cta { padding: 54px 0 56px; border-bottom-width: 48px; }
  .about-final-cta-inner { align-items: flex-start; flex-direction: column; }
  .about-store-badges-featured { align-items: flex-start; justify-content: flex-start; }
}
@media (max-width: 430px) {
  .about-hero-copy h1 { font-size: 34px; letter-spacing: -1.2px; }
  .about-hero-copy p { font-size: 15px; }
  .about-path-card { display: block; }
  .about-path-image { height: 230px; min-height: 0; }
  .about-path-image img { object-position: center top; }
  .about-path-copy { min-height: 230px; }
}

/* Professionals page */
.professionals-page {
  overflow: hidden;
  background: #fff;
  color: #001237;
}

.professionals-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 28%, rgba(34, 197, 94, .12), transparent 28%),
    radial-gradient(circle at 72% 75%, rgba(37, 99, 235, .08), transparent 30%),
    #f8fbff;
  border-bottom: 1px solid #e4ebf2;
}

.professionals-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(145deg, rgba(225, 247, 235, .76), rgba(230, 240, 255, .68));
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.professionals-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .86fr);
  align-items: center;
  gap: 72px;
  min-height: 690px;
  padding-top: 95px;
  padding-bottom: 65px;
}

.professionals-hero-copy {
  max-width: 650px;
}

.professionals-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  line-height: 1;
  text-transform: uppercase;
}
/* .professionals-profile-kicker, .professionals-pricing-kicker — usa o padrão global */

.professionals-eyebrow {
  margin-bottom: 19px;
  padding: 9px 14px;
  background: #e4f8eb;
  color: #22c55e;
}

.professionals-hero-copy h1 {
  max-width: 630px;
  margin: 0 0 24px;
  color: #001237;
  font-size: clamp(42px, 4.5vw, 60px);
  font-weight: 850;
  letter-spacing: -2.4px;
  line-height: 1;
}

.professionals-hero-copy h1 em,
.professionals-section-heading h2 em,
.professionals-profile-copy h2 em,
.professionals-pricing-copy h2 em {
  color: #22c55e;
  font-style: normal;
}

.professionals-hero-lead {
  margin: 0 0 11px;
  color: #183456;
  font-size: 17px;
  line-height: 1.55;
}

.professionals-hero-lead strong {
  color: #001237;
  font-weight: 800;
}

.professionals-hero-description {
  max-width: 570px;
  margin: 0;
  color: #61748b;
  font-size: 15px;
  line-height: 1.7;
}

.professionals-hero-action {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.professionals-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 23px;
  border-radius: 8px;
  background: #001237;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(0, 18, 55, .18);
  transition: transform .2s, box-shadow .2s, background .2s;
}

.professionals-primary-button:hover {
  color: #fff;
  background: #22c55e;
  box-shadow: 0 16px 32px rgba(34, 197, 94, .24);
  transform: translateY(-2px);
}

.professionals-primary-button svg {
  font-size: 12px;
}

.professionals-hero-action > span {
  color: #61748b;
  font-size: 13px;
  font-weight: 600;
}

.professionals-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 545px;
}

.professionals-hero-phone-glow {
  position: absolute;
  width: 390px;
  height: 455px;
  border: 1px solid rgba(0, 18, 55, .07);
  border-radius: 44% 56% 47% 53% / 48% 42% 58% 52%;
  background: linear-gradient(155deg, #fff, #dff7e9);
  box-shadow: 0 30px 70px rgba(14, 46, 84, .1);
  transform: rotate(-4deg);
}

.professionals-hero-orbit {
  display: none;
}

.professionals-hero-phone {
  position: relative;
  z-index: 2;
  width: 275px;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(0, 18, 55, .25));
  transform: rotate(2.5deg);
}

.professionals-floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 185px;
  padding: 12px 14px;
  border: 1px solid rgba(156, 174, 194, .35);
  border-radius: 11px;
  background: rgba(255, 255, 255, .94);
  color: #001237;
  box-shadow: 0 16px 35px rgba(0, 18, 55, .13);
  backdrop-filter: blur(10px);
}

.professionals-floating-card-top {
  top: 20%;
  right: -3%;
}

.professionals-floating-card-bottom {
  bottom: 18%;
  left: -5%;
}

.professionals-floating-card > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.professionals-floating-card strong {
  color: #001237;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.professionals-floating-card small {
  color: #728399;
  font-size: 10px;
}

.professionals-floating-icon {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border-radius: 8px;
  background: #e1f7eb;
  color: #22c55e;
  font-size: 12px;
}

.professionals-floating-icon-blue {
  background: #e5efff;
  color: #1764d8;
}

.professionals-features-section {
  padding: 108px 0 116px;
  background: #fff;
}

.professionals-section-heading {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.professionals-section-heading > span {
  display: inline-block;
  margin-bottom: 14px;
  color: #22c55e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.professionals-section-heading h2,
.professionals-profile-copy h2,
.professionals-pricing-copy h2 {
  margin: 0;
  color: #001237;
  font-size: clamp(30px, 3.3vw, 42px);
  font-weight: 850;
  letter-spacing: -1.3px;
  line-height: 1.1;
}

.professionals-features-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
}

.professionals-feature-card {
  grid-column: span 2;
  overflow: hidden;
  border: 1px solid #dfe7ee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 48, 81, .055);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}

.professionals-feature-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.professionals-feature-card:hover {
  border-color: #bcd9cb;
  box-shadow: 0 20px 44px rgba(18, 48, 81, .1);
  transform: translateY(-5px);
}

.professionals-feature-visual {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #edf9f2;
  border-bottom: 1px solid #e1e9ef;
}

.professionals-feature-blue .professionals-feature-visual {
  background: #eef4ff;
}

.professionals-feature-yellow .professionals-feature-visual {
  background: #fff8e7;
}

.professionals-feature-cyan .professionals-feature-visual {
  background: #ecf9fa;
}

.professionals-feature-navy .professionals-feature-visual {
  background: #edf2fb;
}

.professionals-feature-number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(0, 18, 55, .08);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  color: #001237;
  font-size: 11px;
  font-weight: 800;
}

.professionals-feature-visual img {
  position: absolute;
  right: 50%;
  bottom: -52px;
  height: 300px;
  max-width: 88%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(0, 18, 55, .16));
  transform: translateX(50%);
  transition: transform .35s;
}

.professionals-feature-card:hover .professionals-feature-visual img {
  transform: translateX(50%) translateY(-6px);
}

.professionals-feature-green .professionals-feature-visual img {
  right: 46%;
  bottom: -88px;
  height: 365px;
}

.professionals-feature-copy {
  min-height: 180px;
  padding: 25px 24px 27px;
}

.professionals-feature-copy h3 {
  margin: 0 0 10px;
  color: #001237;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.35px;
  line-height: 1.3;
}

.professionals-feature-copy p {
  margin: 0;
  color: #61748b;
  font-size: 14px;
  line-height: 1.65;
}

.professionals-profile-section {
  padding: 112px 0;
  background: #f6f9fc;
  border-top: 1px solid #e3ebf2;
  border-bottom: 1px solid #e3ebf2;
}

.professionals-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
  align-items: center;
  gap: 90px;
}

.professionals-profile-visual {
  position: relative;
  min-height: 590px;
}

.professionals-profile-shape {
  position: absolute;
  top: 50%;
  left: 48%;
  width: 465px;
  height: 465px;
  border-radius: 50%;
  background: linear-gradient(145deg, #dff6e9, #e5effc);
  transform: translate(-50%, -50%);
}

.professionals-profile-shape::after {
  content: '';
  position: absolute;
  inset: 35px;
  border: 1px solid rgba(0, 18, 55, .08);
  border-radius: 50%;
}

.professionals-profile-phone {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 24px 27px rgba(0, 18, 55, .19));
}

.professionals-profile-phone-back {
  top: 48px;
  left: 4%;
  width: 255px;
  max-height: 515px;
  transform: rotate(-6deg);
}

.professionals-profile-phone-front {
  right: 4%;
  bottom: 0;
  width: 275px;
  max-height: 545px;
  transform: rotate(4deg);
}

.professionals-profile-kicker {
  margin-bottom: 18px;
  padding: 9px 13px;
  background: #e1f7eb;
  color: #22c55e;
}

.professionals-profile-copy > p {
  max-width: 520px;
  margin: 19px 0 0;
  color: #61748b;
  font-size: 15px;
  line-height: 1.7;
}

.professionals-profile-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
}

.professionals-profile-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #183456;
  font-size: 14px;
  font-weight: 700;
}

.professionals-profile-list svg {
  width: 19px;
  height: 19px;
  padding: 4px;
  flex: 0 0 19px;
  border-radius: 50%;
  background: #ddf7e8;
  color: #22c55e;
}

.professionals-direct-contact {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 31px;
  padding: 18px 20px;
  border: 1px solid #c5ead6;
  border-radius: 10px;
  background: #f1fbf5;
}

.professionals-direct-contact > svg {
  margin-top: 2px;
  flex: 0 0 auto;
  color: #22c55e;
  font-size: 21px;
}

.professionals-direct-contact p {
  margin: 0;
  color: #22c55e;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.professionals-pricing-section {
  padding: 104px 0 84px;
  background: #fff;
}

.professionals-pricing-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(335px, .88fr);
  align-items: center;
  gap: 65px;
  overflow: hidden;
  padding: 60px 64px;
  border-radius: 16px;
  background: #001237;
  box-shadow: 0 28px 62px rgba(0, 18, 55, .18);
}

.professionals-pricing-card::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -100px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 94, .26), transparent 68%);
}

.professionals-pricing-copy,
.professionals-price-panel {
  position: relative;
  z-index: 1;
}

.professionals-pricing-kicker {
  margin-bottom: 17px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .07);
  color: #22c55e;
}

.professionals-pricing-copy h2 {
  max-width: 540px;
  color: #fff;
}

.professionals-pricing-copy > p {
  max-width: 520px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.65;
}

.professionals-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.professionals-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 148px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 7px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.05;
  transition: background .2s, transform .2s;
}

.professionals-store-badge:hover {
  color: #fff;
  background: rgba(255, 255, 255, .16);
  transform: translateY(-2px);
}

.professionals-store-badge > svg {
  flex: 0 0 auto;
  font-size: 23px;
}

.professionals-store-badge span,
.professionals-store-badge small {
  display: block;
}

.professionals-store-badge small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .58);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .4px;
}

.professionals-price-panel {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 205px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  backdrop-filter: blur(12px);
}

.professionals-free-period,
.professionals-monthly-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.professionals-free-period strong {
  color: #fff;
  font-size: 18px;
  font-weight: 750;
}

.professionals-free-period span {
  color: #22c55e;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1;
}

.professionals-price-divider {
  width: 1px;
  height: 80px;
  margin: 0 16px;
  background: rgba(255, 255, 255, .16);
}

.professionals-monthly-price > span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 600;
}

.professionals-monthly-price > strong {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
}

.professionals-monthly-price small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
}

.professionals-community-note {
  max-width: 760px;
  margin: 27px auto 0;
  color: #61748b;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1050px) {
  .professionals-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
    gap: 35px;
  }
  .professionals-floating-card-top { right: 0; }
  .professionals-floating-card-bottom { left: 0; }
  .professionals-profile-grid { gap: 45px; }
  .professionals-profile-phone-back { left: 0; width: 230px; }
  .professionals-profile-phone-front { right: 0; width: 250px; }
  .professionals-pricing-card { gap: 42px; padding: 52px 45px; }
}

@media (max-width: 900px) {
  .professionals-hero::before { width: 100%; opacity: .55; clip-path: polygon(60% 0, 100% 0, 100% 100%, 35% 100%); }
  .professionals-hero-grid,
  .professionals-profile-grid { grid-template-columns: 1fr; }
  .professionals-hero-grid { padding-top: 120px; }
  .professionals-hero-copy { max-width: 700px; }
  .professionals-hero-visual { min-height: 510px; }
  .professionals-floating-card-top { right: 18%; }
  .professionals-floating-card-bottom { left: 18%; }
  .professionals-features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .professionals-feature-card,
  .professionals-feature-card:nth-child(4) { grid-column: auto; }
  .professionals-feature-card:last-child { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
  .professionals-profile-grid { gap: 55px; }
  .professionals-profile-visual { width: min(610px, 100%); margin: 0 auto; }
  .professionals-profile-copy { max-width: 700px; margin: 0 auto; }
  .professionals-pricing-card { grid-template-columns: 1fr; }
  .professionals-price-panel { width: min(455px, 100%); }
}

/* Keep every mobile hero focused on its primary message. */
@media (max-width: 768px) {
  .professionals-hero-grid {
    min-height: auto;
    padding-top: 105px;
    padding-bottom: 78px;
  }

  .professionals-hero-visual { display: none; }

  .professionals-hero::before { display: none; }
}

@media (max-width: 640px) {
  .professionals-hero-grid { padding-top: 105px; padding-bottom: 45px; }
  .professionals-hero-copy h1 { font-size: clamp(36px, 11vw, 48px); letter-spacing: -1.6px; }
  .professionals-desktop-break { display: none; }
  .professionals-hero-action { align-items: flex-start; flex-direction: column; gap: 10px; }
  .professionals-hero-visual { min-height: 450px; }
  .professionals-hero-phone-glow { width: 310px; height: 390px; }
  .professionals-hero-phone { width: 220px; max-height: 420px; }
  .professionals-floating-card { min-width: 160px; padding: 10px 12px; }
  .professionals-floating-card-top { top: 16%; right: -2%; }
  .professionals-floating-card-bottom { bottom: 14%; left: -2%; }
  .professionals-features-section,
  .professionals-profile-section,
  .professionals-pricing-section { padding-top: 75px; padding-bottom: 75px; }
  .professionals-section-heading { margin-bottom: 43px; }
  .professionals-features-grid { grid-template-columns: 1fr; }
  .professionals-feature-card:last-child { grid-column: auto; width: 100%; }
  .professionals-feature-copy { min-height: 0; }
  .professionals-profile-visual { min-height: 490px; }
  .professionals-profile-shape { width: 340px; height: 340px; }
  .professionals-profile-phone-back { top: 30px; width: 200px; max-height: 440px; }
  .professionals-profile-phone-front { width: 215px; max-height: 455px; }
  .professionals-pricing-card { gap: 35px; padding: 38px 27px; border-radius: 13px; }
  .professionals-price-panel { padding: 24px 17px; }
}

@media (max-width: 430px) {
  .professionals-primary-button { width: 100%; }
  .professionals-floating-card-top { right: -10px; }
  .professionals-floating-card-bottom { left: -10px; }
  .professionals-profile-visual { min-height: 420px; }
  .professionals-profile-phone-back { width: 170px; }
  .professionals-profile-phone-front { width: 185px; }
  .professionals-profile-list { grid-template-columns: 1fr; }
  .professionals-store-badge { width: 100%; justify-content: center; }
  .professionals-price-panel { grid-template-columns: 1fr; gap: 20px; }
  .professionals-price-divider { width: 100%; height: 1px; margin: 0; }
}

/* ── Shared banner system ────────────────────────────── */
/* Keeps the primary message consistent across all pages. */
.welcome-area .header-text .left-text,
.customers-hero-copy,
.about-hero-copy,
.professionals-hero-copy,
.contact-header-copy {
  max-width: 560px;
}

.welcome-area .header-text h1,
.customers-hero h1,
.about-hero-copy h1,
.professionals-hero-copy h1,
.contact-header-copy h1 {
  font-size: clamp(42px, 4.6vw, 60px) !important;
  font-weight: 800 !important;
  letter-spacing: -2px !important;
  line-height: 1.08 !important;
}

.welcome-area .header-text p,
.customers-hero-copy p,
.about-hero-copy p,
.professionals-hero-lead,
.professionals-hero-description,
.contact-header-copy > p {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.customers-hero-kicker,
.about-kicker,
.professionals-eyebrow {
  margin-bottom: 18px;
  color: #22c55e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
}

.professionals-hero {
  background: radial-gradient(circle at 82% 20%, rgba(34,197,94,.16), transparent 30%), #001237;
  color: #fff;
}

.professionals-hero::before {
  background: linear-gradient(145deg, rgba(11,54,108,.76), rgba(0,18,55,.4));
}

.professionals-hero-copy h1,
.professionals-hero-lead,
.professionals-hero-lead strong { color: #fff; }

.professionals-hero-description,
.professionals-hero-action > span { color: #cbd5e1; }

.professionals-primary-button { background: #22c55e; }
.professionals-primary-button:hover { background: #22c55e; }

@media (max-width: 768px) {
  .welcome-area .header-text h1,
  .customers-hero h1,
  .about-hero-copy h1,
  .professionals-hero-copy h1,
  .contact-header-copy h1 {
    font-size: clamp(34px, 10vw, 42px) !important;
    letter-spacing: -1.5px !important;
  }

  .welcome-area .header-text p,
  .customers-hero-copy p,
  .about-hero-copy p,
  .professionals-hero-lead,
  .professionals-hero-description,
  .contact-header-copy > p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/* Shared banner dimensions: one rhythm for large and small screens. */
@media (min-width: 769px) {
  .welcome-area,
  .customers-hero,
  .about-hero,
  .professionals-hero {
    height: 700px !important;
    min-height: 700px !important;
  }

  .customers-hero .container,
  .about-hero-inner,
  .professionals-hero-grid {
    min-height: 700px;
  }

  .contact-header { min-height: 360px; }
}

@media (max-width: 768px) {
  .welcome-area,
  .customers-hero,
  .about-hero,
  .professionals-hero {
    height: auto !important;
    min-height: 520px !important;
  }

  .customers-hero .container,
  .about-hero-inner,
  .professionals-hero-grid {
    min-height: 520px;
  }

  .about-hero-copy,
  .professionals-hero-grid,
  .customers-hero-copy,
  .welcome-area .header-text .left-text { padding-top: 82px; padding-bottom: 72px; }

  .contact-header { min-height: 280px; }
}

@media (max-width: 430px) {
  .welcome-area,
  .customers-hero,
  .about-hero,
  .professionals-hero,
  .customers-hero .container,
  .about-hero-inner,
  .professionals-hero-grid { min-height: 480px !important; }

  .about-hero-copy,
  .professionals-hero-grid,
  .customers-hero-copy,
  .welcome-area .header-text .left-text { padding-top: 60px; padding-bottom: 52px; }
}

/* ── Shared app store badges ─────────────────────────── */
.store-badges-hero,
.customer-ready-badges,
.about-store-badges,
.professionals-store-badges {
  gap: 12px;
}

.store-badge-hero,
.customer-ready-badge,
.about-store-badge,
.professionals-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 164px;
  min-height: 62px;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  background: #0f172a;
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.05;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.16);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.store-badge-hero:hover,
.customer-ready-badge:hover,
.about-store-badge:hover,
.professionals-store-badge:hover {
  background: #1e293b;
  color: #fff !important;
  border-color: rgba(255,255,255,.42);
  box-shadow: 0 13px 26px rgba(0,0,0,.25);
  transform: translateY(-3px);
}

.store-badge-hero .badge-icon,
.customer-ready-badge svg,
.about-store-badge svg,
.professionals-store-badge > svg {
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1;
}

.store-badge-hero span:not(.badge-icon),
.customer-ready-badge span,
.about-store-badge span,
.professionals-store-badge span { display: block; }

.store-badge-hero .badge-sub,
.customer-ready-badge small,
.about-store-badge small,
.professionals-store-badge small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255,255,255,.65);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1;
  text-transform: uppercase;
}

.store-badge-hero .badge-name {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.1;
}

.customer-ready-badge:last-child { background: #0f172a; }

@media (max-width: 480px) {
  .store-badges-hero { gap: 8px; }

  .store-badge-hero {
    min-width: 0;
    flex: 1 1 0;
    padding: 9px 10px;
    gap: 7px;
  }

  .store-badge-hero .badge-icon { font-size: 19px; }
  .store-badge-hero .badge-name { font-size: 12px; }
}

/* Professionals hero: the campaign artwork replaces the phone mockup. */
.professionals-page {
  --professionals-green: #22c55e;
}

.professionals-hero {
  isolation: isolate;
  background-color: #001237;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.professionals-hero::before {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 10, 35, .96) 0%,
    rgba(0, 14, 45, .86) 32%,
    rgba(0, 18, 55, .38) 57%,
    rgba(0, 18, 55, .04) 78%
  );
  clip-path: none;
}

.professionals-hero-grid {
  display: flex;
  justify-content: flex-start;
}

.professionals-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
}

.professionals-eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--professionals-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: none;
  box-shadow: none;
  backdrop-filter: none;
}

.professionals-hero-copy h1 em {
  color: var(--professionals-green);
}

.professionals-hero-description {
  max-width: 555px;
}

/* Match the Customers hero type scale and controls. */
.professionals-primary-button {
  padding: 13px 26px;
  border-radius: 999px;
  background: var(--professionals-green);
  color: #001237;
  font-size: 15px;
  line-height: 1.2;
}

.professionals-primary-button:hover {
  background: var(--professionals-green);
  color: #001237;
  box-shadow: 0 16px 32px rgba(34, 197, 94, .28);
}

/* Use the Home green consistently across the Professionals page. */
.professionals-section-heading > span,
.professionals-section-heading h2 em,
.professionals-profile-copy h2 em,
.professionals-pricing-copy h2 em,
.professionals-free-period span,
.professionals-direct-contact > svg {
  color: var(--professionals-green);
}

.professionals-profile-kicker {
  background: #001237;
}

.professionals-profile-list svg {
  background: rgba(34, 197, 94, .12);
  color: var(--professionals-green);
}

.professionals-direct-contact {
  border-color: rgba(34, 197, 94, .28);
  background: rgba(34, 197, 94, .07);
}

.professionals-direct-contact p {
  color: #183456;
}

.professionals-pricing-card::before {
  background: radial-gradient(circle, rgba(34, 197, 94, .26), transparent 68%);
}

@media (max-width: 768px) {
  .professionals-hero {
    background-position: center;
  }

  .professionals-hero::before {
    background: linear-gradient(
      90deg,
      rgba(0, 10, 35, .97) 0%,
      rgba(0, 14, 45, .92) 54%,
      rgba(0, 18, 55, .7) 100%
    );
  }

  .professionals-hero-copy {
    max-width: 540px;
  }
}

@media (max-width: 430px) {
  .professionals-hero {
    background-position: center;
  }

  .professionals-hero::before {
    background: rgba(0, 12, 40, .84);
  }
}

/* About ending: bridge the final CTA cleanly into the footer. */
.about-final-cta {
  position: relative;
  z-index: 2;
  padding: 42px 0 56px;
  border-bottom: 0;
  background: #f7fafc;
}

.about-final-cta-inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 38px 42px;
  border: 1px solid #123663;
  border-radius: 18px;
  background: #001237;
  box-shadow: 0 18px 42px rgba(0, 18, 55, .16);
  transform: none;
}

.about-final-cta-inner::after {
  content: none;
}

.about-final-cta h2 {
  margin-top: 0;
}

.about-page + .proconnect-footer {
  padding-top: 80px !important;
}

.about-store-badge {
  border-color: #fff;
  background: #fff;
  color: #001237;
}

.about-store-badge:hover {
  background: #e9eef5;
  color: #001237;
}

.about-store-badge small {
  color: #64748b;
}

/* Solid surfaces replace glass-style panels on Professionals. */
.professionals-feature-number {
  background: #fff;
}

.professionals-profile-list svg {
  background: #dff8e9;
}

.professionals-direct-contact {
  border-color: #afe4c7;
  background: #f1fbf5;
}

.professionals-pricing-card::before {
  content: none;
}

.professionals-pricing-kicker {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.professionals-store-badge {
  border-color: #fff;
  background: #fff;
  color: #001237;
}

.professionals-store-badge:hover {
  background: #e9eef5;
  color: #001237;
}

.professionals-store-badge small {
  color: #64748b;
}

.professionals-price-panel {
  border-color: #174273;
  background: #06265a;
  backdrop-filter: none;
}

.professionals-price-divider {
  background: #31537d;
}

.professionals-pricing-copy > p,
.professionals-monthly-price > span,
.professionals-monthly-price small {
  color: #cbd5e1;
}

@media (max-width: 760px) {
  .about-final-cta {
    padding: 34px 0 48px;
    border-bottom: 0;
  }

  .about-final-cta-inner {
    gap: 26px;
    padding: 32px 28px;
    border-radius: 14px;
    transform: none;
  }

  .about-page + .proconnect-footer {
    padding-top: 96px !important;
  }
}

@media (max-width: 430px) {
  .about-final-cta-inner {
    padding: 29px 22px;
  }

  .about-store-badges-featured,
  .about-store-badges-featured .store-badge-hero {
    width: 100%;
  }

  .about-store-badges-featured .store-badge-hero {
    justify-content: center;
  }
}

/* Scroll motion ----------------------------------------------------------
   Kept independent from component transforms so hover interactions remain
   responsive after each entrance animation finishes. */
.motion-ready [data-animate]:not([data-animate="timeline"]) {
  opacity: 0;
  animation: reveal-up .7s cubic-bezier(.22, 1, .36, 1) var(--animate-delay, 0ms) both paused;
  will-change: opacity, translate;
}

.motion-ready [data-animate="fade-right"] { animation-name: reveal-right; }
.motion-ready [data-animate="fade-left"] { animation-name: reveal-left; }
.motion-ready [data-animate="zoom"] {
  animation-name: reveal-zoom;
}

.motion-ready [data-animate].is-visible {
  animation-play-state: running;
}

@keyframes reveal-up {
  from { opacity: 0; translate: 0 24px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes reveal-right {
  from { opacity: 0; translate: -34px 0; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes reveal-left {
  from { opacity: 0; translate: 34px 0; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes reveal-zoom {
  from { opacity: 0; scale: .72; }
  to { opacity: 1; scale: 1; }
}

/* The neutral rail stays visible while the green rail is drawn downward. */
.about-timeline::after {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 24px;
  left: 50%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22c55e 0%, #22c55e 56%, #001237 100%);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: transform 1.65s cubic-bezier(.22, 1, .36, 1) .12s;
}

.about-timeline[data-animate="timeline"].is-visible::after {
  transform: translateX(-50%) scaleY(1);
}

.professionals-primary-button svg,
.who-audience-link svg {
  transition: transform .25s ease;
}

.professionals-primary-button:hover svg,
.who-audience-link:hover svg {
  transform: translateX(4px);
}

@media (max-width: 760px) {
  .about-timeline::after {
    left: 24px;
    transform: scaleY(0);
  }

  .about-timeline[data-animate="timeline"].is-visible::after {
    transform: scaleY(1);
  }
}

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

  .motion-ready [data-animate],
  .about-timeline::after,
  .professionals-primary-button svg,
  .who-audience-link svg {
    opacity: 1 !important;
    translate: none !important;
    scale: 1 !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }

  .about-timeline::after {
    transform: translateX(-50%) scaleY(1);
  }
}
