/* Generic Sell That Cell page redesign preview.
   This only applies when the page URL has ?stc_preview=1 and the body classes are added. */

body.stc-page-redesign-test {
  background: #ffffff;
}

.stc-page-redesign {
  --stc-green: #0a8f35;
  --stc-green-dark: #087229;
  --stc-dark: #071225;
  --stc-muted: #5a6678;
  --stc-line: #e3eaf0;
  --stc-card: #ffffff;
  --stc-shadow: 0 18px 45px rgba(7,18,37,.08);
  color: var(--stc-dark);
}

.stc-page-container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.stc-page-breadcrumb {
  background: #f8fbf9;
  border-top: 1px solid #edf2f5;
  border-bottom: 1px solid #edf2f5;
  padding: 13px 0;
}

.stc-page-breadcrumb .stc-page-container {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 750;
}

.stc-page-breadcrumb a {
  color: var(--stc-green-dark) !important;
  text-decoration: none !important;
}

.stc-page-breadcrumb span {
  color: #9aa6b2;
}

.stc-page-breadcrumb strong {
  color: #203049;
}

.stc-page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(10,143,53,.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
  background-size: cover;
  background-position: center;
  padding: 62px 0 54px;
}

.stc-page-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: rgba(10,143,53,.07);
  pointer-events: none;
}

.stc-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(10,143,53,.18);
  border-radius: 999px;
  color: var(--stc-green-dark);
  background: rgba(10,143,53,.06);
  font-weight: 850;
  font-size: 13px;
  margin-bottom: 16px;
}

.stc-page-hero h1 {
  max-width: 780px;
  color: var(--stc-dark);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -.052em;
  font-weight: 900;
  margin: 0;
}

.stc-page-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: #203049;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.48;
}

.stc-page-body-section {
  padding: 42px 0 58px;
}

.stc-page-content-card {
  background: var(--stc-card);
  border: 1px solid var(--stc-line);
  border-radius: 22px;
  box-shadow: var(--stc-shadow);
  padding: clamp(22px, 4vw, 44px);
  overflow: hidden;
}

.stc-page-content-heading {
  text-align: center;
  margin-bottom: 24px;
}

.stc-page-content-heading h2,
.stc-page-content h1,
.stc-page-content h2,
.stc-page-content h3,
.stc-page-content h4 {
  color: var(--stc-dark);
  font-weight: 900;
  letter-spacing: -.025em;
}

.stc-page-content-heading h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.stc-page-content-heading h2 span,
.stc-page-content h1 span,
.stc-page-content h2 span,
.stc-page-content h3 span {
  color: var(--stc-green);
}

.stc-page-content {
  color: #334155;
  font-size: 17px;
  line-height: 1.68;
}

.stc-page-content p {
  margin-bottom: 18px;
}

.stc-page-content a {
  color: var(--stc-green-dark) !important;
  font-weight: 750;
}

.stc-page-content ul,
.stc-page-content ol {
  padding-left: 24px;
  margin-bottom: 22px;
}

.stc-page-content li {
  margin-bottom: 10px;
}

.stc-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.stc-page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  border: 1px solid var(--stc-line);
  border-radius: 14px;
  overflow: hidden;
}

.stc-page-content th,
.stc-page-content td {
  padding: 14px 16px;
  border: 1px solid var(--stc-line);
  vertical-align: top;
}

.stc-page-content th {
  background: #f3fbf5;
  color: #071225;
  font-weight: 850;
}

body.stc-page-redesign-test .card,
body.stc-page-redesign-test .faq-card,
body.stc-page-redesign-test .accordion .card {
  border: 1px solid var(--stc-line) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(7,18,37,.05) !important;
  overflow: hidden;
}

body.stc-page-redesign-test .btn-primary,
body.stc-page-redesign-test .btn-success,
body.stc-page-redesign-test button[type="submit"] {
  background: linear-gradient(180deg, #10a33e 0%, #087b2d 100%) !important;
  border-color: #087b2d !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  font-weight: 850 !important;
  box-shadow: 0 12px 26px rgba(10,143,53,.22) !important;
}

@media (max-width: 991.98px) {
  .stc-page-hero {
    padding: 40px 0 36px;
  }

  .stc-page-container {
    width: calc(100% - 30px);
  }
}

@media (max-width: 640px) {
  .stc-page-container {
    width: calc(100% - 24px);
  }

  .stc-page-breadcrumb {
    display: none;
  }

  .stc-page-hero {
    padding: 30px 0 28px;
  }

  .stc-page-hero h1 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .stc-page-content-card {
    border-radius: 18px;
    padding: 20px 16px;
  }

  .stc-page-content {
    font-size: 16px;
    line-height: 1.62;
  }
}


/* --- V3: remove empty top page hero, tighten generic pages, FAQ/contact/bulk styling --- */
.stc-page-body-section--compact {
  background: #f8fbf9;
  padding: 36px 0 64px;
}

.stc-page-content-heading h1 {
  color: #071225;
  font-weight: 950;
  letter-spacing: -.04em;
  font-size: clamp(32px, 4vw, 52px);
  margin: 0 0 18px;
  text-align: center;
}

.stc-page-content-heading h1 span {
  color: #0a8f35;
}

body.stc-page-redesign-test .faq-heading,
body.stc-page-redesign-test .panel-title,
body.stc-page-redesign-test .card-header,
body.stc-page-redesign-test .accordion .card-header {
  color: #071225 !important;
}

body.stc-page-redesign-test .faq-heading h1,
body.stc-page-redesign-test .faq-heading h2,
body.stc-page-redesign-test .faq-heading h3,
body.stc-page-redesign-test .faq-heading span,
body.stc-page-redesign-test .accordion button,
body.stc-page-redesign-test .accordion .btn,
body.stc-page-redesign-test .card-header a,
body.stc-page-redesign-test .panel-title a,
body.stc-page-redesign-test [data-toggle="collapse"] {
  color: #0a8f35 !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

body.stc-page-redesign-test .accordion .card,
body.stc-page-redesign-test .panel,
body.stc-page-redesign-test .faq-box,
body.stc-page-redesign-test .faq-item {
  border: 1px solid #e3eaf0 !important;
  border-radius: 16px !important;
  margin-bottom: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 24px rgba(7,18,37,.05) !important;
}

body.stc-page-redesign-test .accordion .card-header,
body.stc-page-redesign-test .panel-heading {
  background: #f3fbf5 !important;
  border-bottom: 1px solid #e3eaf0 !important;
}

body.stc-page-redesign-test .collapse.show,
body.stc-page-redesign-test .panel-collapse {
  background: #ffffff !important;
}

.stc-contact-hero,
.stc-bulk-hero {
  background:
    radial-gradient(circle at 90% 20%, rgba(10,143,53,.14), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
  padding: 42px 0 38px;
}

.stc-contact-hero-grid,
.stc-bulk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
}

.stc-contact-kicker {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(10,143,53,.20);
  background: rgba(10,143,53,.07);
  color: #087229;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 14px;
}

.stc-contact-hero h1,
.stc-bulk-hero h1 {
  color: #071225;
  font-weight: 950;
  letter-spacing: -.055em;
  font-size: clamp(40px, 5vw, 70px);
  line-height: .98;
  margin: 0 0 15px;
}

.stc-contact-hero p,
.stc-bulk-hero p {
  color: #334155;
  font-size: 18px;
  line-height: 1.5;
  max-width: 700px;
}

.stc-contact-status {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e3eaf0;
  color: #334155;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(7,18,37,.05);
}

.stc-contact-status .opennow {
  color: #0a8f35;
  font-weight: 950;
}

.stc-contact-status.is-closed .opennow {
  color: #b42318;
}

.stc-contact-fast-card,
.stc-contact-info-card,
.stc-contact-form-card,
.stc-bulk-form-card,
.stc-bulk-grid article,
.stc-bulk-process-grid {
  background: #ffffff;
  border: 1px solid #e3eaf0;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(7,18,37,.07);
}

.stc-contact-fast-card {
  padding: 24px;
  border-left: 6px solid #0a8f35;
}

.stc-contact-fast-card strong,
.stc-contact-fast-card span {
  display: block;
}

.stc-contact-fast-card strong {
  color: #071225;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}

.stc-contact-fast-card span {
  color: #5a6678;
  font-weight: 700;
  line-height: 1.45;
}

.stc-contact-body {
  background: #f8fbf9;
  padding: 42px 0 64px;
}

.stc-contact-grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.stc-contact-sidebar {
  display: grid;
  gap: 18px;
}

.stc-contact-info-card {
  padding: 24px;
}

.stc-contact-info-card--green {
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf5 100%);
}

.stc-contact-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #e9f7ed;
  color: #0a8f35;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 14px;
}

.stc-contact-info-card h2,
.stc-contact-form-heading h2,
.stc-bulk-form-card h2,
.stc-bulk-process-copy h2 {
  color: #071225;
  font-weight: 950;
  letter-spacing: -.035em;
  margin: 0 0 10px;
}

.stc-contact-info-card p,
.stc-contact-info-card li,
.stc-contact-form-heading p,
.stc-bulk-form-card p,
.stc-bulk-process-copy p,
.stc-bulk-steps span {
  color: #475569;
  line-height: 1.55;
}

.stc-contact-info-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.stc-contact-info-card a {
  color: #087229 !important;
  font-weight: 850;
}

.stc-contact-form-card {
  padding: clamp(22px, 3vw, 34px);
}

.stc-contact-form label,
.stc-bulk-form label {
  display: block;
  color: #203049;
  font-weight: 850;
  margin-bottom: 7px;
}

.stc-contact-form .form-control,
.stc-bulk-form .form-control {
  border: 1px solid #cfd9e3 !important;
  border-radius: 12px !important;
  min-height: 50px !important;
  padding: 11px 13px !important;
  background: #ffffff !important;
}

.stc-contact-form textarea.form-control,
.stc-bulk-form textarea.form-control {
  min-height: 176px !important;
  resize: vertical;
}

.stc-contact-form .form-control:focus,
.stc-bulk-form .form-control:focus {
  border-color: #0a8f35 !important;
  box-shadow: 0 0 0 4px rgba(10,143,53,.13) !important;
}

.stc-bulk-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.stc-btn-secondary {
  color: #087229 !important;
  background: #ffffff;
  border: 1px solid rgba(10,143,53,.22);
}

.stc-bulk-card-stack {
  position: relative;
  min-height: 300px;
}

.stc-bulk-device-card {
  position: absolute;
  width: 210px;
  height: 92px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e3eaf0;
  display: grid;
  place-items: center;
  color: #071225;
  font-weight: 950;
  font-size: 24px;
  box-shadow: 0 18px 38px rgba(7,18,37,.12);
}

.stc-bulk-device-card:nth-child(1) { left: 0; top: 18px; transform: rotate(-4deg); }
.stc-bulk-device-card:nth-child(2) { right: 10px; top: 70px; transform: rotate(5deg); color:#0a8f35; }
.stc-bulk-device-card:nth-child(3) { left: 24px; bottom: 50px; transform: rotate(4deg); }
.stc-bulk-device-card:nth-child(4) { right: 42px; bottom: 0; transform: rotate(-5deg); }

.stc-bulk-audience,
.stc-bulk-process,
.stc-bulk-form-section {
  background: #f8fbf9;
  padding: 42px 0;
}

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

.stc-bulk-grid article {
  padding: 22px;
}

.stc-bulk-grid strong,
.stc-bulk-grid span {
  display: block;
}

.stc-bulk-grid strong {
  color: #071225;
  font-size: 20px;
  font-weight: 950;
  margin-bottom: 8px;
}

.stc-bulk-grid span {
  color: #475569;
  line-height: 1.45;
  font-weight: 650;
}

.stc-bulk-process-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 24px;
  padding: 30px;
}

.stc-bulk-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.stc-bulk-steps li {
  position: relative;
  padding: 14px 16px 14px 54px;
  border-radius: 16px;
  background: #f8fbf9;
  border: 1px solid #e3eaf0;
  counter-increment: bulk-step;
}

.stc-bulk-steps li::before {
  content: counter(bulk-step);
  position: absolute;
  left: 16px;
  top: 14px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #0a8f35;
  color: #fff;
  font-weight: 900;
}

.stc-bulk-steps strong {
  display: block;
  color: #071225;
  font-weight: 950;
}

.stc-bulk-form-card {
  padding: clamp(24px, 4vw, 40px);
}

.stc-bulk-form {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .stc-contact-hero-grid,
  .stc-bulk-hero-grid,
  .stc-contact-grid,
  .stc-bulk-process-grid {
    grid-template-columns: 1fr;
  }

  .stc-bulk-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stc-bulk-card-stack {
    display: none;
  }
}

@media (max-width: 640px) {
  .stc-contact-hero,
  .stc-bulk-hero {
    padding: 30px 0 28px;
  }

  .stc-contact-hero h1,
  .stc-bulk-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .stc-bulk-grid {
    grid-template-columns: 1fr;
  }

  .stc-bulk-cta-row .stc-btn {
    width: 100%;
  }
}


/* --- V27 preview: FAQ expanded-answer spacing only ---
   Increases the top padding of open FAQ answers so the text has matching
   breathing room above and below. Scoped to preview pages only. */
body.stc-page-redesign-test .stc-page-content .panel-body,
body.stc-page-redesign-test .stc-page-content .card-body,
body.stc-page-redesign-test .stc-page-content .collapse.show,
body.stc-page-redesign-test .stc-page-content .panel-collapse.in,
body.stc-page-redesign-test .stc-page-content .panel-collapse.collapse.in,
body.stc-page-redesign-test .stc-page-content .faq-answer,
body.stc-page-redesign-test .stc-page-content .answer {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
