/* Conversion upgrade: built on top of the current public site styles. */
:root {
  --sm-blue: #102a56;
  --sm-teal: #00b8d9;
  --sm-green: #10b981;
  --sm-amber: #f6b73c;
  --sm-soft: #f5f9ff;
  --sm-ink: #111827;
}

.desktop-menu .menu-extra {
  color: #342c47;
}

.desktop-menu .btn-client {
  padding: 12px 18px;
  border-color: rgba(16,42,86,.18);
  background: #fff;
  color: var(--sm-blue);
  box-shadow: 0 10px 26px rgba(16,42,86,.08);
}

.desktop-menu .btn-client:hover {
  border-color: rgba(16,42,86,.28);
  background: var(--sm-soft);
  transform: translateY(-2px);
}

.hero .eyebrow,
.slide .eyebrow {
  background: rgba(255,255,255,.16);
}

.trust-card .trust-item strong {
  color: var(--sm-blue);
}

.conversion-section {
  background:
    radial-gradient(circle at 8% 10%, rgba(0,184,217,.12), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--sm-soft) 100%);
}

.conversion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.conversion-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(16,42,86,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16,42,86,.08);
  overflow: hidden;
}

.conversion-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--sm-teal), var(--sm-green), var(--sm-amber));
}

.conversion-card .tag {
  margin-bottom: 14px;
  background: rgba(0,184,217,.12);
  color: var(--sm-blue);
}

.conversion-card h3 {
  margin-bottom: 8px;
  color: var(--sm-ink);
  font-size: 22px;
  line-height: 1.15;
}

.conversion-card p {
  margin-bottom: 18px;
  color: var(--muted);
}

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

.plans-wrap.app-plans {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plans-wrap.app-plans .plan h3 {
  min-height: 58px;
}

.process-band {
  background: #071527;
  color: #fff;
}

.process-band .section-head h2,
.process-band .section-head p {
  color: #fff;
}

.process-band .kicker {
  color: var(--sm-teal);
}

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

.process-item {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}

.process-item strong {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sm-teal), var(--sm-green));
  color: #06101d;
}

.process-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.process-item p {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.sales-split {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
}

.sales-panel {
  border-radius: 28px;
  padding: 30px;
  background: linear-gradient(135deg, #102a56, #0d9488);
  color: #fff;
  box-shadow: 0 24px 64px rgba(16,42,86,.18);
}

.sales-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
}

.sales-panel p {
  color: rgba(255,255,255,.82);
}

.sales-list {
  display: grid;
  gap: 12px;
}

.sales-list article {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
}

.sales-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--sm-blue);
}

.contact-strip {
  background: #fff;
}

.contact-strip-box {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  align-items: center;
  padding: 30px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(0,184,217,.15), transparent 28%),
    linear-gradient(135deg, #f8fbff, #ffffff);
  border: 1px solid rgba(16,42,86,.12);
  box-shadow: 0 18px 48px rgba(16,42,86,.08);
}

.contact-strip-box h2 {
  margin-bottom: 8px;
  color: var(--sm-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.contact-options {
  display: grid;
  gap: 10px;
}

.contact-options a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  font-weight: 900;
}

.landing-body .header {
  position: relative;
}

.landing-body .desktop-menu {
  display: flex;
}

.app-bottom-nav {
  display: none;
}

.landing-hero {
  min-height: auto;
}

.landing-proof {
  margin-top: -26px;
}

.landing-proof .trust-card {
  grid-template-columns: repeat(3, 1fr);
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 2147483001;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 18px 12px 14px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(37, 211, 102, .36);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.floating-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(37, 211, 102, .44);
}

.floating-whatsapp-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23fff'%3E%3Cpath%20d='M17.47%2014.38c-.3-.15-1.76-.87-2.03-.97-.27-.1-.47-.15-.67.15-.2.3-.77.97-.94%201.16-.17.2-.35.22-.64.08-.3-.15-1.26-.46-2.39-1.47-.88-.79-1.48-1.76-1.65-2.06-.17-.3-.02-.46.13-.61.13-.13.3-.35.45-.52.15-.17.2-.3.3-.5.1-.2.05-.37-.03-.52-.07-.15-.67-1.61-.92-2.21-.24-.58-.49-.5-.67-.51h-.57c-.2%200-.52.07-.79.37-.27.3-1.04%201.02-1.04%202.48s1.07%202.88%201.21%203.07c.15.2%202.1%203.2%205.08%204.49.71.31%201.26.49%201.69.63.71.23%201.36.2%201.87.12.57-.09%201.76-.72%202.01-1.41.25-.69.25-1.29.17-1.41-.07-.12-.27-.2-.57-.35z'/%3E%3Cpath%20d='M12.05%202C6.59%202%202.16%206.43%202.16%2011.89c0%201.74.46%203.45%201.33%204.95L2.08%2022l5.27-1.38a9.84%209.84%200%200%200%204.7%201.2h.01c5.46%200%209.89-4.43%209.89-9.89A9.84%209.84%200%200%200%2012.05%202zm.01%2018.11h-.01a8.21%208.21%200%200%201-4.18-1.14l-.3-.18-3.12.82.83-3.04-.2-.31a8.18%208.18%200%200%201-1.25-4.37c0-4.54%203.69-8.23%208.23-8.23a8.19%208.19%200%200%201%208.22%208.23c0%204.54-3.69%208.22-8.22%208.22z'/%3E%3C/svg%3E");
}

@media (max-width: 1020px) {
  .conversion-grid,
  .process-grid,
  .sales-split,
  .plans-wrap.app-plans,
  .contact-strip-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .app-bottom-nav {
    display: grid;
  }

  .desktop-menu .menu-extra {
    display: block;
  }

  .conversion-grid,
  .process-grid,
  .sales-split,
  .plans-wrap.app-plans,
  .contact-strip-box,
  .landing-proof .trust-card {
    grid-template-columns: 1fr;
  }

  .plans-wrap.app-plans .plan h3 {
    min-height: 0;
  }

  .conversion-card .btn {
    width: 100%;
  }

  .contact-options a {
    display: grid;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 104px;
    min-height: 50px;
    padding: 11px 14px;
  }

  .floating-whatsapp span:last-child {
    display: none;
  }
}
