/* SignalPeak PPC — form, footer, topbar, brands integration */
.dtpcnt { opacity: 0; }

.spp-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 1px 0 rgba(11,31,58,.03);
}
.spp-topbar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.spp-topbar__brand-mark {
  height: 44px;
  width: auto;
  max-width: min(240px, 58vw);
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.spp-reg-form {
  padding: 0 16px 16px;
  background: #f4f5f6;
  border-radius: 0 0 16px 16px;
  width: 100%;
  max-width: 380px;
}

.spp-hero-form-wrap {
  max-width: 380px !important;
  padding-bottom: 0 !important;
}

@media (max-height: 820px) and (min-width: 1024px) {
  .container.flex.flex-col.items-center.lg\:flex-row.gap-4.py-xl.lg\:py-\[70px\] {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  #registrationIframe.pb-\[8rem\] {
    padding-bottom: 0 !important;
  }
}

@media (max-height: 820px) and (min-width: 1024px) {
  .spp-hero-form-wrap .spp-reg-form {
    padding: 0 14px 12px;
  }
  .spp-hero-form-wrap .spp-reg-form .form-group {
    margin-bottom: 8px;
  }
  .spp-hero-form-wrap .spp-reg-form .form-group input,
  .spp-hero-form-wrap .spp-reg-form .reg-phone .iti input {
    padding: 9px 12px;
    font-size: 13px;
  }
  .spp-hero-form-wrap .spp-reg-form .submit-btn {
    padding: 11px;
    font-size: 14px;
  }
  .spp-hero-form-wrap .spp-reg-form .form-disclaimer {
    margin-top: 6px;
    font-size: 10px;
  }
  .spp-hero-form-wrap .spp-reg-form .form-card__trust {
    margin-top: 8px;
    gap: 10px;
  }
}

/* Form — override Tailwind .flex row layout */
#reg-form-hero {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
  gap: 0 !important;
}
#reg-form-hero > * {
  width: 100% !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
}
.spp-reg-form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.spp-reg-form .form-group label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 4px;
}
.spp-reg-form .form-group input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  color: #222;
  outline: none;
}
.spp-reg-form .form-group input:focus { border-color: #1a6fd4; }
.spp-reg-form .form-group.success input { border-color: #1a6fd4; }
.spp-reg-form .form-group.error input { border-color: #e53e3e; }
.spp-reg-form .error-message {
  font-size: 11px;
  color: #e53e3e;
  margin-top: 3px;
  min-height: 0;
}
.spp-reg-form .form-group__emailValid-info {
  font-size: 11px;
  margin-top: 4px;
  color: #1a6fd4;
}
.spp-reg-form .form-group__emailValid-btn { cursor: pointer; font-weight: 700; }
.spp-reg-form .reg-phone .iti { width: 100%; }
.spp-reg-form .reg-phone .iti input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
}
.spp-reg-form .submit-btn {
  width: 100%;
  background: #e32727;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
  margin-top: 4px;
  white-space: normal;
  line-height: 1.2;
}
.spp-reg-form .submit-btn:hover { opacity: .92; }
.spp-reg-form .form-disclaimer {
  font-size: 11px;
  color: rgba(0,0,0,.55);
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}
.spp-reg-form .form-card__trust {
  list-style: none;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 12px 0 0;
}
.spp-reg-form .form-card__trust li {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,0,0,.5);
}
.spp-reg-form .form-card__trust li::before {
  content: '•';
  color: #1a6fd4;
  margin-right: 4px;
}
.spp-reg-form .wrapper__rar-no .success {
  text-align: center;
  padding: 16px 0;
}
.spp-reg-form .wrapper__rar-no .success img { max-width: 64px; margin: 0 auto 12px; }
.spp-reg-form .wrapper__rar-no .success p { font-size: 14px; color: #333; }

.eyYeUh { height: auto !important; min-height: 0 !important; margin-bottom: 0 !important; max-width: 380px !important; }

.spp-removed-section { display: none !important; }

.spp-stocks {
  background: #000;
  padding: 48px 0 56px;
}
.spp-stocks__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.spp-stocks__title {
  text-align: center;
  color: #fff;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
  margin: 0 0 36px;
}
.spp-stocks__title span { color: #e32727; }
.spp-stocks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  .spp-stocks__grid { grid-template-columns: 1fr; }
}
.spp-stock-card {
  background: #0E1013;
  border: 1px solid #404A5E;
  border-radius: 15px;
  padding: 24px 20px;
  color: #fff;
}
.spp-stock-card__logo {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.spp-stock-card__logo img {
  max-height: 52px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
}
.spp-stock-card h3 {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0 0 8px;
  text-align: center;
}
.spp-stock-card__lead {
  font-size: .9rem;
  font-weight: 700;
  color: #e32727;
  text-align: center;
  margin: 0 0 14px;
  line-height: 1.4;
}
.spp-stock-card__body p {
  font-size: .82rem;
  color: #b8bcc6;
  line-height: 1.65;
  margin: 0 0 10px;
}
.spp-stock-card__why {
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  margin: 14px 0 8px;
}
.spp-stock-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spp-stock-card li {
  position: relative;
  padding-left: 14px;
  font-size: .8rem;
  color: #b8bcc6;
  line-height: 1.55;
  margin-bottom: 6px;
}
.spp-stock-card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #e32727;
  font-weight: 700;
}
.spp-stocks__cta {
  text-align: center;
  margin-top: 32px;
}

.spp-kpi-wrap {
  margin-top: -6rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 1024px) {
  .spp-kpi-wrap {
    margin-top: 0;
  }
}

#spp-kpi-section {
  position: relative;
  z-index: 10;
}

.spp-kpi-bar {
  margin-top: 2rem;
  padding: 2rem 1.5rem;
  background: #181A1F;
  border: 1px solid #404A5E;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .spp-kpi-bar {
    padding: 2rem 2.5rem;
    gap: 2rem;
  }
}

.spp-kpi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  width: 100%;
  max-width: 960px;
}

@media (min-width: 640px) {
  .spp-kpi-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 2rem;
    align-items: start;
  }
}

.spp-kpi-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.spp-kpi-item__value {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.spp-kpi-item__label {
  margin: 0;
  max-width: 14rem;
  color: #9ca3af;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.spp-kpi-cta {
  display: flex;
  justify-content: center;
  width: 100%;
}

.spp-stats-label {
  font-size: 10px !important;
  line-height: 1.35 !important;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.spp-brands {
  background: #fff;
  padding: 56px 0 64px;
}
.spp-brands__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.spp-brands h3 {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #111;
  margin: 0 0 32px;
  line-height: 1.2;
}
.spp-brands h3 span { color: #1a6fd4; }
.spp-brands__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .spp-brands__grid { grid-template-columns: 1fr; }
}
.spp-brand-card {
  background: #f8fafc;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
}
.spp-brand-card__img {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.spp-brand-card__img img {
  max-height: 56px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
}
.spp-brand-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
}
.spp-brand-card p {
  font-size: .875rem;
  color: #555;
  line-height: 1.55;
  margin: 0;
}

.spp-footer {
  background: #fff !important;
  border-top: 1px solid rgba(0,0,0,.08);
  color: #555 !important;
  padding: 48px 32px 32px !important;
  text-align: center;
}
.spp-footer p {
  color: #4a4a4a !important;
  font-size: .82rem !important;
  line-height: 1.65 !important;
  max-width: 1000px;
  margin: 8px auto;
}
.spp-footer p strong { color: #777 !important; }
.spp-footer a { color: #777 !important; }
.spp-footer__brand {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.spp-footer__brand-mark {
  display: inline-block;
  height: 48px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  margin: 0 auto;
}
.spp-footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  padding: 0;
  margin: 0 0 24px;
}
.spp-footer-nav li {
  color: #666 !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  cursor: pointer;
  transition: color .2s;
}
.spp-footer-nav li:hover { color: #1a6fd4 !important; }

.spp-contact-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.spp-contact-modal.open { display: flex; }
.spp-contact-modal__box {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.spp-contact-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: #f5f5f5;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}
.spp-contact-modal h2 { margin: 0 0 16px; font-size: 1.25rem; }
.spp-contact-modal h3 { margin: 16px 0 8px; font-size: 1rem; }
.spp-contact-modal p { font-size: 14px; line-height: 1.55; color: #444; }

.submit-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 10001;
  align-items: center;
  justify-content: center;
}
.submit-overlay.active { display: flex; }
.submit-overlay__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255,255,255,.3);
  border-top-color: #1a6fd4;
  border-radius: 50%;
  animation: spp-spin .8s linear infinite;
}
@keyframes spp-spin { to { transform: rotate(360deg); } }

/* ============================================================
   Clean images (replace Next.js lazy wrappers)
   ============================================================ */
.spp-feature-icon {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 0 auto;
  flex-shrink: 0;
}

.spp-step-icon {
  display: block;
  width: 41px;
  height: 41px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Step icon box — keep icon centered in black square */
[class*="rounded-[22px]"].bg-black.flex {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.spp-check-icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.spp-store-badge {
  display: block;
  width: 155px;
  height: 44px;
  object-fit: contain;
}

.spp-phone-screens {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.spp-world-map {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.spp-img-plain {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

/* App download section alignment */
.bg-primary .flex.flex-col.lg\:flex-row.items-center > .flex {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px !important;
}
.bg-primary .lg\:max-w-\[50\%\].flex.justify-end {
  justify-content: center !important;
  align-items: flex-end !important;
}
