/* ==========================================================================
   Social On Table — Performance Marketing Landing Page
   Theme: Orange / Black / White
   ========================================================================== */

:root {
  --sot-orange: #FF6A00;
  --sot-orange-dark: #E05A00;
  --sot-orange-light: #FFE8D6;
  --sot-black: #0B0B0C;
  --sot-charcoal: #17181A;
  --sot-gray: #5B5D63;
  --sot-gray-light: #F4F4F2;
  --sot-white: #FFFFFF;
  --sot-border: #26272A;

  --font-display: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--sot-black);
  background-color: var(--sot-white);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5,
.font-display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

a {
  text-decoration: none;
}

.container-xl-custom {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* ---------- Utility ---------- */
.text-orange { color: var(--sot-orange) !important; }
.bg-black-soft { background-color: var(--sot-black); }
.bg-charcoal { background-color: var(--sot-charcoal); }
.bg-gray-light { background-color: var(--sot-gray-light); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sot-orange);
  margin-bottom: 0.9rem;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--sot-orange);
  display: inline-block;
}

.section-pad {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

@media (max-width: 767.98px) {
  .section-pad {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
}

/* ---------- Buttons ---------- */
.btn-sot-primary {
  background-color: var(--sot-orange);
  border: 2px solid var(--sot-orange);
  color: var(--sot-white);
  font-family: var(--font-display);
  font-weight: 600;
  padding: 0.9rem 1.9rem;
  border-radius: 999px;
  font-size: 1rem;
  transition: all 0.22s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.28);
}

.btn-sot-primary:hover {
  background-color: var(--sot-black);
  border-color: var(--sot-black);
  color: var(--sot-white);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.btn-sot-outline {
  background-color: transparent;
  border: 2px solid var(--sot-black);
  color: var(--sot-black);
  font-family: var(--font-display);
  font-weight: 600;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  transition: all 0.22s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-sot-outline:hover {
  background-color: var(--sot-black);
  color: var(--sot-white);
}

.btn-sot-outline-light {
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.35);
  color: var(--sot-white);
  font-family: var(--font-display);
  font-weight: 600;
  padding: 0.85rem 1.8rem;
  border-radius: 999px;
  transition: all 0.22s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-sot-outline-light:hover {
  background-color: var(--sot-orange);
  border-color: var(--sot-orange);
  color: var(--sot-white);
}

.btn-sm-note {
  font-size: 0.85rem;
  color: var(--sot-gray);
  margin-top: 0.75rem;
}

/* ---------- Navbar ---------- */
.sot-navbar {
  background-color: rgba(11, 11, 12, 0.96);
  backdrop-filter: blur(8px);
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.sot-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--sot-white);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sot-logo .dot {
  color: var(--sot-orange);
}

.sot-logo img,
.footer-logo img {
  height: 58px;
  width: auto;
  border-radius: 10px;
  display: block;
}

@media (max-width: 991.98px) {
  .sot-logo img {
    height: 46px;
  }
}

.footer-logo {
  display: inline-block;
  margin-bottom: 1.1rem;
}

.sot-navbar .nav-link {
  color: rgba(255,255,255,0.78);
  font-weight: 500;
  font-size: 0.94rem;
  margin: 0 0.65rem;
  transition: color 0.2s ease;
}

.sot-navbar .nav-link:hover {
  color: var(--sot-orange);
}

/* ---------- Hero ---------- */
.hero {
  background-color: var(--sot-black);
  background-image:
    radial-gradient(circle at 82% 12%, rgba(255,106,0,0.35), transparent 45%),
    radial-gradient(circle at 8% 92%, rgba(255,106,0,0.14), transparent 40%);
  color: var(--sot-white);
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}

.hero-badge {
  display: inline-block;
  background: rgba(255,106,0,0.14);
  border: 1px solid rgba(255,106,0,0.4);
  color: var(--sot-orange);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.hero-roas-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, var(--sot-orange) 0%, #FF8A3D 100%);
  color: var(--sot-black);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
  margin-left: 0.75rem;
  box-shadow: 0 8px 22px rgba(255,106,0,0.35);
  animation: roas-pulse 2.4s ease-in-out infinite;
}

.hero-roas-badge i {
  font-size: 1.05rem;
}

@keyframes roas-pulse {
  0%, 100% { box-shadow: 0 8px 22px rgba(255,106,0,0.35); transform: scale(1); }
  50% { box-shadow: 0 8px 30px rgba(255,106,0,0.55); transform: scale(1.02); }
}

@media (max-width: 575.98px) {
  .hero-roas-badge {
    margin-left: 0;
    font-size: 0.85rem;
    display: flex;
  }
}

.hero h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  line-height: 1.14;
  color: var(--sot-white);
}

.hero-roas-line {
  display: block;
  color: var(--sot-orange);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  line-height: 1.28;
  margin-top: 0.5rem;
}

.hero .lede {
  font-size: 1.12rem;
  color: rgba(255,255,255,0.72);
  max-width: 640px;
}

.hero-stats {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 3rem;
  padding-top: 2.25rem;
}

.hero-stat-item {
  padding: 1.1rem 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease, background 0.25s ease, border-color 0.25s ease;
}

.hero-stat-item.in-view {
  opacity: 1;
  transform: translateY(0);
}

.hero-stat-item:nth-child(1) { transition-delay: 0.05s; }
.hero-stat-item:nth-child(2) { transition-delay: 0.15s; }
.hero-stat-item:nth-child(3) { transition-delay: 0.25s; }
.hero-stat-item:nth-child(4) { transition-delay: 0.35s; }

.hero-stat-item:hover {
  background: rgba(255,106,0,0.07);
  border-color: rgba(255,106,0,0.3);
  transform: translateY(-4px);
}

.hero-stat-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.3rem;
  color: var(--sot-orange);
  line-height: 1;
  display: inline-block;
}

.hero-stat-label {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.6);
  margin-top: 0.5rem;
}

/* ---------- Marquee / Partner strip ---------- */
.partner-strip {
  background: var(--sot-black);
  padding: 2.75rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.partner-strip-label {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.75rem;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 32s linear infinite;
  gap: 1.75rem;
  align-items: center;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-track span {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.partner-logo-card {
  background: var(--sot-white);
  border-radius: 16px;
  padding: 1rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  width: 220px;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.partner-logo-card img {
  max-height: 85px;
  max-width: 190px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- Section headings ---------- */
.section-heading {
  max-width: 720px;
}

.section-heading h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: var(--sot-black);
}

.section-heading.on-dark h2 {
  color: var(--sot-white);
}

.section-heading p {
  color: var(--sot-gray);
  font-size: 1.05rem;
}

.section-heading.on-dark p {
  color: rgba(255,255,255,0.65);
}

/* ---------- Problem / Agitation cards ---------- */
.pain-card {
  background: var(--sot-white);
  border: 1px solid #ECECEA;
  border-radius: 14px;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  gap: 1rem;
  transition: all 0.25s ease;
}

.pain-card:hover {
  border-color: var(--sot-orange);
  box-shadow: 0 12px 28px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

.pain-x {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFF1E8;
  color: var(--sot-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.pain-card p {
  margin: 0;
  color: var(--sot-charcoal);
  font-size: 0.98rem;
}

/* ---------- Fit / Not-fit ---------- */
.fit-card {
  border-radius: 18px;
  padding: 2.2rem;
  height: 100%;
}

.fit-card.yes {
  background: var(--sot-black);
  color: var(--sot-white);
}

.fit-card.no {
  background: var(--sot-gray-light);
  color: var(--sot-black);
  border: 1px solid #ECECEA;
}

.fit-card h4 {
  font-size: 1.2rem;
  margin-bottom: 1.3rem;
}

.fit-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fit-card li {
  display: flex;
  gap: 0.8rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(128,128,128,0.16);
  font-size: 0.97rem;
}

.fit-card.yes li {
  border-bottom-color: rgba(255,255,255,0.1);
}

.fit-card li:last-child {
  border-bottom: none;
}

.fit-mark {
  flex-shrink: 0;
  font-weight: 800;
}

.fit-card.yes .fit-mark { color: var(--sot-orange); }
.fit-card.no .fit-mark { color: var(--sot-gray); }

/* ---------- Services ---------- */
.service-card {
  background: var(--sot-white);
  border: 1px solid #ECECEA;
  border-radius: 16px;
  padding: 2rem 1.75rem;
  height: 100%;
  transition: all 0.25s ease;
  position: relative;
}

.service-card:hover {
  border-color: var(--sot-black);
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--sot-orange);
  color: var(--sot-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.service-card h3 {
  font-size: 1.12rem;
  margin-bottom: 0.6rem;
}

.service-card p {
  color: var(--sot-gray);
  font-size: 0.94rem;
  margin-bottom: 0;
}

/* ---------- Process ---------- */
.process-row {
  position: relative;
}

.process-step {
  text-align: left;
  padding: 1.75rem;
  border-radius: 16px;
  background: var(--sot-white);
  border: 1px solid #ECECEA;
  height: 100%;
}

.process-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--sot-orange-light);
  -webkit-text-stroke: 1.5px var(--sot-orange);
  line-height: 1;
  margin-bottom: 1rem;
}

.process-step h4 {
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}

.process-step p {
  color: var(--sot-gray);
  font-size: 0.93rem;
  margin-bottom: 0;
}

/* ---------- Comparison / Difference ---------- */
.compare-wrap {
  background: var(--sot-black);
  border-radius: 20px;
  overflow: hidden;
}

.compare-col {
  padding: 2.5rem 2rem;
}

.compare-col.old {
  background: var(--sot-charcoal);
}

.compare-col.new {
  background: linear-gradient(160deg, var(--sot-orange) 0%, var(--sot-orange-dark) 100%);
}

.compare-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  display: block;
}

.compare-col.old .compare-label { color: rgba(255,255,255,0.5); }
.compare-col.new .compare-label { color: rgba(0,0,0,0.55); }

.compare-item {
  display: flex;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.96rem;
}

.compare-col.new .compare-item {
  border-bottom-color: rgba(0,0,0,0.14);
}

.compare-item:last-child { border-bottom: none; }
.compare-col.old .compare-item { color: rgba(255,255,255,0.72); }
.compare-col.new .compare-item { color: rgba(0,0,0,0.82); font-weight: 500; }

/* ---------- Testimonials ---------- */
.testi-card {
  background: var(--sot-white);
  border: 1px solid #ECECEA;
  border-radius: 16px;
  padding: 1.9rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testi-quote-mark {
  font-family: Georgia, serif;
  font-size: 3rem;
  color: var(--sot-orange);
  line-height: 0.5;
  margin-bottom: 1rem;
  display: block;
}

.testi-card p {
  color: var(--sot-charcoal);
  font-size: 0.96rem;
  flex-grow: 1;
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid #F0F0EE;
}

.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--sot-orange-light);
  color: var(--sot-orange-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  flex-shrink: 0;
}

.testi-name {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--sot-black);
}

.testi-role {
  font-size: 0.82rem;
  color: var(--sot-gray);
}

.rating-strip {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.rating-item {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.rating-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.7rem;
  color: var(--sot-black);
}

.rating-stars {
  color: var(--sot-orange);
  font-size: 0.9rem;
}

.rating-sub {
  font-size: 0.82rem;
  color: var(--sot-gray);
}

/* ---------- FAQ ---------- */
.accordion-item {
  border: none;
  border-bottom: 1px solid #ECECEA;
  background: transparent;
}

.accordion-button {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--sot-black);
  background: transparent;
  padding: 1.4rem 0.5rem;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--sot-orange-dark);
  background: transparent;
}

.accordion-button::after {
  filter: none;
}

.accordion-body {
  color: var(--sot-gray);
  padding: 0 0.5rem 1.5rem;
  font-size: 0.96rem;
}

/* ---------- Final CTA banner ---------- */
.cta-banner {
  background: var(--sot-black);
  background-image: radial-gradient(circle at 20% 20%, rgba(255,106,0,0.25), transparent 55%);
  border-radius: 24px;
  padding: 3.5rem 2.5rem;
  color: var(--sot-white);
  text-align: center;
}

.cta-banner h2 {
  color: var(--sot-white);
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
}

.cta-banner p {
  color: rgba(255,255,255,0.68);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Lead form ---------- */
.lead-form-wrap {
  background: var(--sot-white);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1px solid #ECECEA;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--sot-black);
}

.form-control,
.form-select {
  border: 1.5px solid #E4E4E1;
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font-size: 0.96rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--sot-orange);
  box-shadow: 0 0 0 0.2rem rgba(255,106,0,0.15);
}

.form-check-inline .btn-check + .btn {
  border-radius: 999px;
  border: 1.5px solid #E4E4E1;
  color: var(--sot-black);
  font-weight: 500;
  padding: 0.55rem 1.4rem;
}

.form-check-inline .btn-check:checked + .btn {
  background-color: var(--sot-orange);
  border-color: var(--sot-orange);
  color: var(--sot-white);
}

/* ---------- Footer ---------- */
.sot-footer {
  background: var(--sot-black);
  color: rgba(255,255,255,0.6);
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
}

.sot-footer h5 {
  color: var(--sot-white);
  font-size: 1rem;
  margin-bottom: 1.1rem;
}

.sot-footer a {
  color: rgba(255,255,255,0.6);
  font-size: 0.92rem;
  display: block;
  margin-bottom: 0.6rem;
  transition: color 0.2s ease;
}

.sot-footer a:hover {
  color: var(--sot-orange);
}

.sot-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  font-size: 0.85rem;
}

.footer-social a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.footer-social a:hover {
  background: var(--sot-orange);
  border-color: var(--sot-orange);
  color: var(--sot-white) !important;
}

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--sot-black);
  padding: 0.75rem 1rem;
  z-index: 1050;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: none;
}

@media (max-width: 767.98px) {
  .sticky-cta.show-mobile {
    display: block;
  }
  body {
    padding-bottom: 68px;
  }
}

.sticky-cta .btn-sot-primary {
  width: 100%;
  justify-content: center;
}

/* ---------- Misc ---------- */
.badge-soft {
  background: var(--sot-orange-light);
  color: var(--sot-orange-dark);
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
}

::selection {
  background: var(--sot-orange);
  color: var(--sot-white);
}

/* ==========================================================================
   Success Toast (AJAX submit confirmation, no redirect)
   ========================================================================== */
.sot-toast-container {
  top: 90px;
  right: 16px;
  max-width: 92vw;
}

.sot-toast {
  background: var(--sot-black);
  color: var(--sot-white);
  border: none;
  border-radius: 12px;
  min-width: 300px;
  max-width: 340px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}

.sot-toast .toast-body {
  padding: 0.9rem 1rem;
}

.sot-toast .toast-body i {
  color: var(--sot-orange);
  font-size: 1.3rem;
  margin-top: 0.1rem;
}

.sot-toast .toast-sub,
.sot-toast .sot-toast-sub {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .sot-toast-container {
    left: 0;
    right: 0;
    top: 76px;
    padding: 0 0.75rem !important;
  }
  .sot-toast {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}

.form-error-msg {
  color: #D8000C;
  font-size: 0.85rem;
  text-align: center;
  margin-top: 0.6rem;
  margin-bottom: 0;
}

.btn-sot-primary .btn-loading {
  align-items: center;
  gap: 0.4rem;
}

.btn-sot-primary .btn-loading i {
  animation: sot-spin 0.8s linear infinite;
}

@keyframes sot-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   Lead Popup Modal — compact size
   ========================================================================== */
#leadPopupModal .modal-dialog {
  max-width: 460px;
}

.sot-popup-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}

.sot-popup-content .modal-body {
  padding: 1.75rem 1.5rem 1.5rem;
}

.sot-popup-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-color: var(--sot-gray-light);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sot-popup-close:hover {
  background-color: var(--sot-orange-light);
}

#leadPopupModal .section-heading {
  margin-bottom: 1.1rem !important;
}

#leadPopupModal .section-heading .eyebrow {
  color: var(--sot-orange);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.35rem;
}

#leadPopupModal .section-heading h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

#leadPopupModal .section-heading p {
  font-size: 0.85rem;
}

#leadPopupModal .form-label {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

#leadPopupModal .form-control {
  padding: 0.5rem 0.75rem;
  font-size: 0.88rem;
}

#leadPopupModal .form-check-inline {
  margin-bottom: 0.4rem;
}

#leadPopupModal .form-check-inline .btn-check + .btn {
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
}

#leadPopupModal .btn-sot-primary {
  padding: 0.65rem 1.4rem;
  font-size: 0.92rem;
}

#leadPopupModal .btn-sm-note {
  font-size: 0.78rem;
}

@media (max-width: 575.98px) {
  .sot-popup-content .modal-body {
    padding: 1.6rem 1.1rem 1.25rem;
  }
  #leadPopupModal .section-heading h2 {
    font-size: 1.1rem;
  }
}
