/* ===========================================================================
   Digital Service pages (AEO / GEO / SEO for Real Estate)
   Shared styles — adapted to the official lofty.com UI system.
   Scoped under .svc-page to avoid clashing with global styles.
   =========================================================================== */

.svc-page {
  color: #202437;
  font-family: "Manrope", "Figtree", -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
}

/* ===========================================================================
   Own Your ZIP Code page — two-product layout, video hero, bloom modules
   =========================================================================== */
.svc-page .svc-hero-video {
  width: 100%;
}
.svc-page .svc-hero-video video {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #0d1030;
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.45);
}

/* ZIP page: dark-blue hero */
.svc-page.svc-zip .svc-hero {
  background: #141a42;
}
.svc-page.svc-zip .svc-hero h1 {
  color: #ffffff;
}
.svc-page.svc-zip .svc-hero .svc-hero-sub {
  color: #c3c9ee;
}

/* Pain-point grid */
.svc-page .svc-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 54px;
}
.svc-page .svc-pain-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 16px;
  padding: 24px 24px;
  font-size: 15px;
  line-height: 1.55;
  color: #515666;
}
.svc-page .svc-pain-item::before {
  content: "\2715";
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fdeceb;
  color: #e5484d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.svc-page .svc-pain-item strong {
  color: #202437;
}

/* "Why Use" — 3 cards with image + Get Started */
.svc-page .svc-whyuse-sec {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page.svc-blast .svc-whyuse-sec {
  background: #fafafa;
}
.svc-page .svc-why3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
.svc-page .svc-why3-card {
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 20px;
  padding: 34px 30px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.svc-page .svc-why3-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px;
}
.svc-page .svc-why3-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #515666;
  margin: 0 0 26px;
}
.svc-page.svc-blast .svc-why3-card p {
  font-size: 16px;
  font-weight: 500;
  color: #202437;
}
.svc-page.svc-blast .svc-why3-card {
  padding: 30px 30px 0;
}
.svc-page.svc-blast .svc-why3-card img {
  width: calc(100% + 60px);
  max-width: none;
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 0;
}
.svc-page .svc-why3-card img {
  width: 100%;
  margin-top: auto;
  border-radius: 12px 12px 0 0;
}
.svc-page .svc-whyuse-cta {
  text-align: center;
  margin-top: 50px;
}
.svc-page .svc-btn-grad {
  background: #3B5CDE;
  color: #fff;
}
.svc-page .svc-btn-grad:hover {
  color: #fff;
  opacity: 0.92;
}
@media (max-width: 900px) {
  .svc-page .svc-why3-grid {
    grid-template-columns: 1fr;
  }
}

/* Intro section */
.svc-page .svc-intro-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Products intro title shares the first product's section (one module) */
.svc-page .svc-prod-intro-sec {
  background-color: #fafafa;
}
.svc-page .svc-prod-intro-sec > .module-wrap:first-child {
  display: block;
  margin-bottom: 100px;
}

/* Product cards (2x2 showcase) */
.svc-page .svc-prod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 54px;
}
.svc-page .svc-prod-card {
  position: relative;
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.svc-page .svc-prod-card:hover {
  box-shadow: 0 18px 44px -20px rgba(32, 36, 55, 0.22);
  transform: translateY(-3px);
}
.svc-page .svc-prod-card.featured {
  border-color: #3b5cde;
  box-shadow: 0 0 0 1px #3b5cde inset;
}
.svc-page .svc-prod-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: #3b5cde;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 20px;
}
.svc-page .svc-prod-media {
  height: 230px;
  background: #eef1f9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 22px;
}
.svc-page .svc-prod-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  display: block;
}
.svc-page .svc-prod-body {
  padding: 28px 30px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.svc-page .svc-prod-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.svc-page .svc-prod-body > p {
  font-size: 15px;
  line-height: 1.6;
  color: #515666;
  margin: 0 0 16px;
}
.svc-page .svc-prod-best {
  font-size: 14px;
  line-height: 1.5;
  color: #515666;
  background: #f6f7fb;
  border-radius: 8px;
  padding: 11px 14px;
  margin: 0 0 22px;
}
.svc-page .svc-prod-best b {
  color: #3b5cde;
}
.svc-page .svc-prod-cta {
  margin-top: auto;
}
@media (max-width: 800px) {
  .svc-page .svc-prod-grid {
    grid-template-columns: 1fr;
  }
}

/* Borderless feature row (tinted section) */
.svc-page .svc-feat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
  margin-top: 52px;
  text-align: center;
}
.svc-page .svc-feat .svc-feat-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(180deg, #3b5cde 0%, #6f20d6 100%);
  margin-bottom: 16px;
}
.svc-page .svc-feat .svc-feat-ico svg {
  width: 26px;
  height: 26px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svc-page .svc-feat h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
.svc-page .svc-feat p {
  font-size: 14px;
  line-height: 1.55;
  color: #515666;
  margin: 0;
}
@media (max-width: 800px) {
  .svc-page .svc-feat-row {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }
}

/* Centered hero (multi-channel intro) */
.svc-page .svc-hero-center .module-wrap {
  display: block;
  text-align: center;
}
.svc-page .svc-hero-center h1 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.svc-page .svc-hero-center .svc-hero-sub {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.svc-page .svc-hero-center .svc-hero-btns {
  justify-content: center;
}

/* "Best for" callout */
.svc-page .svc-bestfor {
  font-size: 15px;
  line-height: 1.5;
  color: #515666;
  background: rgba(59, 92, 222, 0.05);
  border-radius: 8px;
  padding: 15px;
  margin: 4px 0 0;
}
.svc-page .svc-bestfor b {
  color: #3b5cde;
}
.svc-page .svc-dlist + .svc-bestfor {
  margin-top: 20px;
}

/* Outline button */
.svc-page .svc-btn-outline {
  background: transparent;
  color: #3b5cde;
  border: 1px solid #c6cbe6;
}
.svc-page .svc-btn-outline:hover {
  border-color: #3b5cde;
  background: #f4f6ff;
}

/* Lead-gen tab module */
.svc-page .svc-tabs {
  text-align: center;
}
.svc-page .svc-tab-btns {
  display: inline-flex;
  gap: 6px;
  margin: 0 auto 44px;
  flex-wrap: wrap;
  justify-content: center;
  background: #eef0fa;
  padding: 6px;
  border-radius: 30px;
}
.svc-page .svc-tab-btn {
  border: none;
  background: transparent;
  padding: 10px 22px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #515666;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
}
.svc-page .svc-tab-btn.active {
  background: #3b5cde;
  color: #fff;
}
.svc-page .svc-tab-panel {
  display: none;
}
.svc-page .svc-tab-panel.active {
  display: block;
}
.svc-page .svc-tab-inner {
  display: flex;
  align-items: center;
  gap: 56px;
  background: #f6f7fb;
  border-radius: 24px;
  padding: 50px 54px;
  text-align: left;
}
.svc-page .svc-tab-text {
  flex: 1 1 46%;
}
.svc-page .svc-tab-text h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 14px;
}
.svc-page .svc-tab-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #515666;
  margin: 0 0 28px;
}
.svc-page .svc-tab-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.svc-page .svc-tab-img {
  flex: 1 1 54%;
  display: flex;
  justify-content: center;
}
.svc-page .svc-tab-img img {
  width: 100%;
  max-width: 560px;
}

/* Comparison table */
.svc-page .svc-cmp-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page .svc-cmp-wrap {
  margin-top: 54px;
  overflow-x: auto;
}
.svc-page .svc-cmp {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ebecf1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 32px -20px rgba(32, 36, 55, 0.18);
}
.svc-page.svc-leadgen .svc-cmp {
  border-radius: 24px;
}
.svc-page .svc-cmp th,
.svc-page .svc-cmp td {
  text-align: center;
  height: 80px;
  padding: 0 24px;
  border-bottom: 1px solid #ebecf1;
  font-size: 15px;
  color: #202437;
}
.svc-page .svc-cmp tr:last-child th,
.svc-page .svc-cmp tr:last-child td {
  border-bottom: none;
}
/* Solid brand-blue header bar */
.svc-page .svc-cmp thead th {
  background: #3b5cde;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.svc-page .svc-cmp thead th small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 2px;
}
/* Row-label column — left aligned */
.svc-page .svc-cmp .svc-cmp-rowlabel {
  text-align: left;
  color: #202437;
  font-weight: 500;
}
/* Highlighted column — flat translucent blue + brand-blue bold values */
.svc-page .svc-cmp td.svc-cmp-hl {
  background: rgba(59, 92, 222, 0.05);
  color: #3b5cde;
  font-weight: 700;
}
@media (max-width: 900px) {
  .svc-page .svc-tab-inner {
    flex-direction: column;
    padding: 34px 24px;
    gap: 30px;
  }
}

/* Problem grid — official "labelled" style (chip + title + desc) */
.svc-page .svc-problem-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page .svc-problem-sec .md-title .mt-title,
.svc-page .svc-problem-sec .md-title .mt-description {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 801px) {
  .svc-page.svc-social .svc-problem-sec .md-title.mt-center .mt-title,
  .svc-page.svc-social .svc-problem-sec .md-title.mt-center .mt-description,
  .svc-page.svc-openai .svc-problem-sec .md-title.mt-center .mt-title,
  .svc-page.svc-openai .svc-problem-sec .md-title.mt-center .mt-description,
  .svc-page.svc-lsa .svc-problem-sec .md-title.mt-center .mt-title,
  .svc-page.svc-lsa .svc-problem-sec .md-title.mt-center .mt-description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.svc-page .svc-probgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.svc-page .svc-prob-item {
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 20px;
  padding: 30px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.svc-page .svc-prob-item:hover {
  box-shadow: 0 16px 40px -18px rgba(32, 36, 55, 0.22);
  transform: translateY(-3px);
}
.svc-page .svc-prob-item .svc-prob-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #3b5cde;
  background: #eef1ff;
  border-radius: 100px;
  padding: 5px 11px;
  margin-bottom: 15px;
}
.svc-page.svc-social .svc-prob-item .svc-prob-tag {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0;
}
.svc-page .svc-prob-item h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 9px;
}
.svc-page .svc-prob-item p {
  font-size: 15px;
  line-height: 1.55;
  color: #515666;
  margin: 0;
}
.svc-page.svc-openai .svc-prob-item p,
.svc-page.svc-social .svc-prob-item p {
  color: #202437;
}
.svc-page .svc-prob-cta {
  margin-top: 48px;
  text-align: center;
}
.svc-page.svc-openai .svc-prob-cta {
  margin-top: 50px;
}
.svc-page.svc-lsa .svc-prob-cta {
  margin-top: 60px;
}
@media (max-width: 900px) {
  .svc-page .svc-probgrid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 28px;
  }
}
@media (max-width: 560px) {
  .svc-page .svc-probgrid {
    grid-template-columns: 1fr;
  }
}

/* Managed-service checklist (official green-check, two columns) */
.svc-page .svc-check2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 60px;
  margin: 50px auto 0;
  max-width: 900px;
}
.svc-page .svc-check2 li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.5;
  color: #202437;
}
.svc-page .svc-check2 li::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  background: #10b981
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 14px no-repeat;
}
.svc-page.svc-openai .svc-check2 {
  row-gap: 15px;
  column-gap: 80px;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}
.svc-page.svc-openai .svc-check2 li {
  font-weight: 500;
}
/* svc-check2 reveal-on-scroll (fade + rise, staggered) */
.svc-page.svc-openai .svc-check2 li {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.svc-page.svc-openai .svc-check2.in-view li {
  opacity: 1;
  transform: none;
}
.svc-page.svc-openai .svc-check2.in-view li:nth-child(2) { transition-delay: 0.06s; }
.svc-page.svc-openai .svc-check2.in-view li:nth-child(3) { transition-delay: 0.12s; }
.svc-page.svc-openai .svc-check2.in-view li:nth-child(4) { transition-delay: 0.18s; }
.svc-page.svc-openai .svc-check2.in-view li:nth-child(5) { transition-delay: 0.24s; }
.svc-page.svc-openai .svc-check2.in-view li:nth-child(6) { transition-delay: 0.3s; }
.svc-page.svc-openai .svc-check2.in-view li:nth-child(7) { transition-delay: 0.36s; }
.svc-page.svc-openai .svc-check2.in-view li:nth-child(8) { transition-delay: 0.42s; }
.svc-page.svc-openai .svc-check2 li::before {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%233b5cde' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
      center / 12px no-repeat,
    #ffffff;
}
@media (max-width: 800px) {
  .svc-page .svc-check2 {
    grid-template-columns: 1fr;
  }
}

/* What You Get — image carousel */
.svc-page .svc-get-sec {
  overflow: hidden;
}
.svc-page .svc-get-swiper {
  margin-top: 54px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
  padding: 40px 0;
}
.svc-page .svc-get-swiper .swiper-wrapper {
  align-items: center;
}
.svc-page .svc-get-swiper .swiper-slide {
  width: 500px;
  transition: transform 0.44s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.44s ease;
  transform: scale(0.8);
  opacity: 0.5;
}
.svc-page .svc-get-swiper .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.svc-page .svc-get-swiper .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 14px 40px -12px rgba(0, 0, 0, 0.18);
}
@media (max-width: 560px) {
  .svc-page .svc-get-swiper .swiper-slide {
    width: 82vw;
  }
}
.svc-page .svc-get-dots {
  position: static;
  text-align: center;
  margin-top: 40px;
}
.svc-page .svc-get-dots .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #c6c8d1;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.svc-page .svc-get-dots .swiper-pagination-bullet-active {
  background: #3b5cde;
  width: 24px;
  border-radius: 5px;
}

/* Two products */
.svc-page .svc-two-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page .svc-two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 54px;
}
.svc-page .svc-two-card {
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 22px;
  padding: 30px;
}
.svc-page .svc-two-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #3b5cde;
  background: #ebf1ff;
  border-radius: 20px;
  padding: 6px 14px;
  margin-bottom: 18px;
}
.svc-page.svc-blast .svc-two-tag {
  margin-bottom: 20px;
}
.svc-page .svc-two-card h3 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 12px;
}
.svc-page .svc-two-card > p {
  font-size: 15px;
  line-height: 1.6;
  color: #515666;
  margin: 0 0 30px;
  min-height: 77px; /* ≈3 lines — keeps both cards' lists aligned */
}
.svc-page .svc-two-card ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #202437;
  margin-bottom: 15px;
}
.svc-page .svc-two-card ul li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #10b981
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 11px no-repeat;
}
/* Multi-Channel + Lofty Blast + Social Ads: register-form list uses the
   same green-circle check as the two-card list (inline, no external asset) */
.svc-page.svc-leadgen .mrf-list li::before,
.svc-page.svc-blast .mrf-list li::before,
.svc-page.svc-social .mrf-list li::before,
.svc-page.svc-openai .mrf-list li::before,
.svc-page.svc-lsa .mrf-list li::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 3px;
  background: #10b981
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")
    center / 11px no-repeat;
}

/* What You Get grid */
.svc-page .svc-get-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
.svc-page .svc-get-card {
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.svc-page .svc-get-card:hover {
  box-shadow: 0 16px 40px -18px rgba(32, 36, 55, 0.22);
  transform: translateY(-3px);
}
.svc-page .svc-get-card img {
  width: 100%;
  display: block;
  background: #eef1f9;
}
.svc-page .svc-get-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 22px 24px 26px;
}

/* Sign-up form module */
.svc-page .svc-form-inner {
  background: linear-gradient(rgba(20, 26, 66, 0.88), rgba(20, 26, 66, 0.88)),
    url("https://lofty.com/hubfs/bloom-cta-img-5.png") center / cover no-repeat;
  background-color: #141a42;
  border-radius: 24px;
  padding: 56px 60px;
  display: flex;
  gap: 56px;
  align-items: center;
  color: #fff;
}
.svc-page .svc-form-left {
  flex: 1;
}
.svc-page .svc-form-left h2 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 18px;
}
.svc-page .svc-form-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #e6e9ff;
  margin: 0 0 12px;
}
.svc-page .svc-form-card {
  flex: 0 0 360px;
  background: #fff;
  border-radius: 14px;
  padding: 22px;
}
.svc-page .svc-form-card .svc-form-row {
  display: flex;
  gap: 10px;
}
.svc-page .svc-form-card input,
.svc-page .svc-form-card textarea {
  width: 100%;
  border: 1px solid #d7dbe8;
  border-radius: 8px;
  padding: 11px 13px;
  font-size: 14px;
  font-family: inherit;
  margin-bottom: 10px;
  color: #202437;
  box-sizing: border-box;
}
.svc-page .svc-form-card textarea {
  min-height: 76px;
  resize: vertical;
}
.svc-page .svc-form-card .svc-form-btn {
  width: 100%;
  background: #3b5cde;
  color: #fff;
  border: none;
  border-radius: 8px;
  height: 46px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.svc-page .svc-form-card .svc-form-btn:hover {
  background: #4f6ce1;
}

/* Static testimonial (feature/mail style) */
.svc-page .svc-testi {
  background: #1b1f3b;
  color: #fff;
  padding: 90px 0;
}
.svc-page .svc-testi .module-wrap {
  display: flex;
  align-items: center;
  gap: 48px;
}
.svc-page .svc-testi-quote {
  flex: 1;
}
.svc-page .svc-testi-quote p {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 30px;
}
.svc-page .svc-testi-name {
  font-size: 16px;
  font-weight: 700;
}
.svc-page .svc-testi-role {
  font-size: 14px;
  color: #b7bce0;
  margin-top: 4px;
}
.svc-page .svc-testi-logo {
  flex: 0 0 auto;
}
.svc-page .svc-testi-logo img {
  height: 54px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
@media (max-width: 900px) {
  .svc-page .svc-two-grid,
  .svc-page .svc-get-grid {
    grid-template-columns: 1fr;
  }
  .svc-page .svc-form-inner {
    flex-direction: column;
    padding: 40px 26px;
  }
  .svc-page .svc-form-card {
    flex: 1 1 auto;
    width: 100%;
  }
  .svc-page .svc-testi .module-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .svc-page .svc-testi-quote p {
    font-size: 21px;
  }
}
.svc-page .module-wrap {
  position: relative;
  width: 1200px;
  max-width: calc(100vw - 40px);
  margin-left: auto;
  margin-right: auto;
}
.svc-page section {
  padding: 90px 0;
}
.svc-page.svc-openai .svc-covers,
.svc-page.svc-openai .svc-faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page.svc-openai .svc-covers {
  background: #fafafa;
}
.svc-page.svc-openai .svc-handle-sec {
  background: linear-gradient(to bottom, #3B5CDE 0%, #6F20D6 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page.svc-openai .svc-handle-sec .mt-title,
.svc-page.svc-openai .svc-handle-sec .mt-description,
.svc-page.svc-openai .svc-handle-sec .svc-check2 li {
  color: #ffffff;
}
.svc-page.svc-openai .svc-handle-sec .md-title .mt-description {
  color: rgba(255, 255, 255, 0.8);
  max-width: none;
  white-space: nowrap;
}
.svc-page.svc-openai .svc-handle-sec .svc-btn-primary {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.svc-page.svc-openai .svc-handle-sec .svc-btn-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #3b5cde;
}
.svc-page .svc-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #3b5cde;
  margin-bottom: 16px;
}
.svc-page .md-title .mt-title {
  color: #202437;
}
.svc-page .md-title .mt-description {
  color: #515666;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Buttons ---------- */
/* Buttons — matched to the official .md-button.primary */
.svc-page .svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 34px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-decoration: none;
  box-sizing: border-box;
}
.svc-page .svc-btn-primary {
  background: #3b5cde;
  color: #fff;
}
.svc-page.svc-blast .svc-btn-primary,
.svc-page.svc-blast .svc-btn-grad {
  width: 240px;
}
.svc-page.svc-social .svc-btn-primary {
  width: 240px;
}
.svc-page.svc-lsa .svc-btn-primary {
  width: 240px;
}
/* Social Ads — gray/white alternating bloom sections */
.svc-page.svc-social .svc-bloom:not(.svc-bloom-rev) {
  background: #fafafa;
}
.svc-page.svc-social .svc-why {
  background: #fafafa;
}
.svc-page .svc-btn-primary:hover {
  background: #4f6ce1;
  color: #fff;
}
.svc-page .svc-btn-primary:active {
  background: #3553c8;
}

/* Per-section CTA row */
.svc-page .svc-cta-row {
  text-align: center;
  margin-top: 40px;
}
.svc-page.svc-lsa .svc-cta-row {
  margin-top: 60px;
}
.svc-page.svc-lsa .svc-covers {
  background: #fafafa;
}
/* Unified hero background across service pages */
.svc-page.svc-lsa .svc-hero,
.svc-page.svc-openai .svc-hero,
.svc-page.svc-social .svc-hero,
.svc-page.svc-blast .svc-hero,
.svc-page.svc-leadgen .svc-hero {
  background: url("hero-bg.png") center / cover no-repeat;
}
.svc-page.svc-lsa .svc-hero,
.svc-page.svc-openai .svc-hero,
.svc-page.svc-social .svc-hero,
.svc-page.svc-blast .svc-hero {
  height: 500px;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.svc-page.svc-blast .svc-hero-left h1,
.svc-page.svc-blast .svc-hero-left .svc-hero-sub {
  max-width: 604px;
}
.svc-page .svc-reviews .svc-cta-row {
  margin-top: 44px;
}
.svc-page .svc-bloom .svc-cta-row {
  text-align: left;
  margin-top: 50px;
}
.svc-page.svc-blast .svc-bloom .svc-cta-row {
  margin-top: 50px;
}
.svc-page.svc-blast .svc-cta-row {
  margin-top: 50px;
}
.svc-page.svc-leadgen .svc-cta-row,
.svc-page.svc-leadgen .svc-cta-row,
.svc-page.svc-leadgen .svc-bloom .svc-cta-row,
.svc-page.svc-social .svc-cta-row,
.svc-page.svc-social .svc-bloom .svc-cta-row {
  margin-top: 50px;
}
.svc-page.svc-openai .svc-cta-row {
  margin-top: 60px;
}
.svc-page .svc-reviews .svc-btn-primary {
  background: #fff;
  color: #3b5cde;
}
.svc-page .svc-reviews .svc-btn-primary:hover {
  background: #eef1ff;
  color: #3b5cde;
}

/* Formula caption under the "+" stats */
.svc-page .svc-formula-note {
  text-align: center;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.5;
  color: #515666;
}
.svc-page .svc-formula-note b {
  color: #3b5cde;
  font-weight: 700;
}

/* ---------- Hero ---------- */
.svc-page .svc-hero {
  background: #f1f5ff;
  padding: 118px 0 90px;
}
.svc-page .svc-hero .module-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}
.svc-page .svc-hero-left {
  flex: 1 1 46%;
}
.svc-page .svc-hero-right {
  flex: 1 1 54%;
  display: flex;
  justify-content: center;
}
/* Lead-gen page: wider left copy column */
.svc-page.svc-leadgen .svc-hero-left {
  flex-basis: 55%;
}
.svc-page.svc-leadgen .svc-hero-right {
  flex-basis: 45%;
}
/* AEO hero visual: dashboard image + live ChatGPT card */
.svc-page .svc-hero-visual {
  position: relative;
  width: 100%;
  max-width: 620px;
}
.svc-page .svc-dash {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 26px 60px -26px rgba(30, 38, 66, 0.30), 0 4px 14px rgba(30, 38, 66, 0.05);
}
.svc-page .svc-gpt {
  position: absolute;
  right: -5%;
  bottom: 6%;
  width: 49%;
  background: #fff;
  border-radius: 18px;
  padding: 16px 18px 15px;
  box-shadow: 0 30px 64px -20px rgba(30, 38, 66, 0.26), 0 6px 18px rgba(30, 38, 66, 0.07);
}
.svc-page .svc-gpt-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 600;
  color: #3d4257;
  margin-bottom: 13px;
}
.svc-page .svc-gpt-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #12a37e;
  flex: 0 0 auto;
  animation: svc-gpt-pulse 1.8s ease-in-out infinite;
}
@keyframes svc-gpt-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(18, 163, 126, 0.4); }
  50% { opacity: 0.45; box-shadow: 0 0 0 5px rgba(18, 163, 126, 0); }
}
.svc-page .svc-gpt-q {
  background: #f4f6fa;
  border-radius: 10px;
  padding: 11px 13px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  color: #202437;
}
.svc-page .svc-gpt-a {
  font-size: 12.5px;
  line-height: 1.58;
  color: #454b5e;
}
.svc-page .svc-gpt-a strong { color: #202437; font-weight: 700; }
.svc-page .svc-gpt-divider {
  border: 0;
  border-top: 1px solid #edeef2;
  margin: 13px 0 11px;
}
.svc-page .svc-gpt-cite {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #3b5cde;
}
@media (max-width: 800px) {
  .svc-page .svc-gpt { position: static; width: 100%; margin-top: 18px; right: auto; bottom: auto; }
}
.svc-page .svc-hero h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 0 0 18px;
  max-width: 560px;
}
.svc-page.svc-blast .svc-hero h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  margin: 0 0 20px;
}
.svc-page.svc-openai .svc-hero h1 {
  margin: 0 0 20px;
}
.svc-page.svc-lsa .svc-hero h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  margin: 0 0 20px;
}
.svc-page.svc-leadgen .svc-hero {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 0;
}
.svc-page.svc-leadgen .svc-hero-left h1,
.svc-page.svc-leadgen .svc-hero-left .svc-hero-sub {
  max-width: 604px;
}
.svc-page.svc-social .svc-hero-left h1,
.svc-page.svc-social .svc-hero-left .svc-hero-sub {
  max-width: 604px;
}
.svc-page.svc-leadgen .svc-hero h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
  margin: 0 0 20px;
}
.svc-page.svc-social .svc-hero h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
}
.svc-page.svc-openai .svc-hero h1 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 500;
}
.svc-page .svc-hero .svc-hero-lead {
  font-size: 20px;
  font-weight: 600;
  color: #202437;
  margin: 0 0 14px;
}
.svc-page .svc-hero .svc-hero-sub {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #202437;
  margin: 0 0 30px;
  max-width: 540px;
}
.svc-page .svc-hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Hero visual — AI answer / SERP mock card */
.svc-page .svc-mock {
  width: 100%;
  max-width: 460px;
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 20px;
  box-shadow: 0 30px 60px -20px rgba(32, 36, 55, 0.18);
  padding: 24px 26px 26px;
}
.svc-page .svc-mock-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #515666;
  margin-bottom: 16px;
}
.svc-page .svc-mock-tag::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #10a37f;
  display: inline-block;
}
.svc-page .svc-mock-q {
  background: #f6f7fb;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #202437;
  margin-bottom: 16px;
}
.svc-page .svc-mock-a {
  font-size: 15px;
  line-height: 1.6;
  color: #515666;
  margin-bottom: 18px;
}
.svc-page .svc-mock-a strong {
  color: #202437;
}
.svc-page .svc-mock-cite {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #3b5cde;
  border-top: 1px solid #ebecf1;
  padding-top: 14px;
}
.svc-page .svc-mock-cite::before {
  content: "\25C6";
  font-size: 11px;
}
/* SERP variant */
.svc-page .svc-mock-serp .svc-mock-url {
  font-size: 13px;
  color: #515666;
  margin-bottom: 6px;
}
.svc-page .svc-mock-serp .svc-mock-title {
  font-size: 18px;
  font-weight: 600;
  color: #3b5cde;
  margin-bottom: 8px;
}

/* ---------- Feature grid ("What X covers") ---------- */
.svc-page .svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 54px;
}
.svc-page .svc-card {
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 20px;
  padding: 30px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
/* Multi-Channel Advertising page — card radius */
.svc-page.svc-leadgen .svc-card {
  border-radius: 24px;
}
.svc-page .svc-card:hover {
  box-shadow: 0 16px 40px -18px rgba(32, 36, 55, 0.22);
  transform: translateY(-3px);
}
.svc-page .svc-card .svc-card-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: linear-gradient(180deg, #3b5cde 0%, #6f20d6 100%);
  margin-bottom: 30px;
}
.svc-page .svc-card .svc-card-ico svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* Google LSA + OpenAI + Multi-Channel — fill-style card icons (white, no stroke) */
.svc-page.svc-lsa .svc-card .svc-card-ico svg,
.svc-page.svc-lsa .svc-card .svc-card-ico svg path,
.svc-page.svc-openai .svc-card .svc-card-ico svg,
.svc-page.svc-openai .svc-card .svc-card-ico svg path,
.svc-page.svc-leadgen .svc-card .svc-card-ico svg,
.svc-page.svc-leadgen .svc-card .svc-card-ico svg path {
  stroke: none;
  fill: #ffffff;
}
.svc-page .svc-card h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px;
}
.svc-page .svc-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #515666;
  margin: 0;
}

/* ---------- Stats ("Why it works") — LSA Pricing style ---------- */
.svc-page .svc-why {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page .svc-why .module-wrap {
  text-align: center;
}
.svc-page .svc-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.svc-page .svc-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 176px;
  padding: 30px 22px;
  background: #fff;
  border: 1px solid #EBECF1;
  border-radius: 24px;
}
.svc-page.svc-blast .svc-stat,
.svc-page.svc-blast .svc-two-card,
.svc-page.svc-blast .svc-why3-card {
  border-radius: 24px;
}
/* OpenAI Ads — flat centered stats with column dividers (no card box) */
.svc-page.svc-openai .svc-stats {
  gap: 0;
  margin-top: 100px;
}
.svc-page.svc-openai .svc-stat {
  background: transparent;
  border: none;
  border-radius: 0;
  min-height: auto;
  padding: 0 30px;
  align-items: center;
  justify-content: flex-start;
}
.svc-page.svc-openai .svc-stat:not(:last-child) {
  border-right: 1px solid #ebecf1;
}
.svc-page.svc-openai .svc-stat .svc-stat-num {
  font-size: 44px;
  font-weight: 600;
  color: #3B5CDE;
  text-align: center;
  margin-bottom: 15px;
}
.svc-page.svc-openai .svc-stat .svc-stat-label {
  color: #202437;
  text-align: center;
}
/* Stats reveal-on-scroll (fade + rise, staggered) */
.svc-page.svc-openai .svc-stats .svc-stat {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.svc-page.svc-openai .svc-stats.in-view .svc-stat {
  opacity: 1;
  transform: none;
}
.svc-page.svc-openai .svc-stats.in-view .svc-stat:nth-child(2) {
  transition-delay: 0.1s;
}
.svc-page.svc-openai .svc-stats.in-view .svc-stat:nth-child(3) {
  transition-delay: 0.2s;
}
.svc-page.svc-openai .svc-stats.in-view .svc-stat:nth-child(4) {
  transition-delay: 0.3s;
}
/* Lofty Blast — flat stats matching OpenAI (keeps its count-up animation) */
.svc-page.svc-blast .svc-stats {
  gap: 0;
  margin-top: 100px;
}
.svc-page.svc-blast .svc-stat {
  background: transparent;
  border: none;
  border-radius: 0;
  min-height: auto;
  padding: 0 30px;
  align-items: center;
  justify-content: flex-start;
}
.svc-page.svc-blast .svc-stat:not(:last-child) {
  border-right: 1px solid #ebecf1;
}
.svc-page.svc-blast .svc-stat .svc-stat-num {
  font-size: 44px;
  font-weight: 600;
}
.svc-page.svc-blast .svc-stat .svc-stat-label {
  color: #202437;
  text-align: center;
}
/* Google LSA — flat stats matching OpenAI (fade-in on scroll) */
.svc-page.svc-lsa .svc-stats {
  gap: 0;
  margin-top: 100px;
}
.svc-page.svc-lsa .svc-stat {
  background: transparent;
  border: none;
  border-radius: 0;
  min-height: auto;
  padding: 0 30px;
  align-items: center;
  justify-content: flex-start;
}
.svc-page.svc-lsa .svc-stat:not(:last-child) {
  border-right: 1px solid #ebecf1;
}
.svc-page.svc-lsa .svc-stat .svc-stat-num {
  font-size: 44px;
  font-weight: 600;
  color: #3B5CDE;
  margin-bottom: 15px;
}
.svc-page.svc-lsa .svc-stat .svc-stat-label {
  color: #202437;
  text-align: center;
}
.svc-page.svc-lsa .svc-stats .svc-stat {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.svc-page.svc-lsa .svc-stats.in-view .svc-stat {
  opacity: 1;
  transform: none;
}
.svc-page.svc-lsa .svc-stats.in-view .svc-stat:nth-child(2) {
  transition-delay: 0.1s;
}
.svc-page.svc-lsa .svc-stats.in-view .svc-stat:nth-child(3) {
  transition-delay: 0.2s;
}
.svc-page.svc-lsa .svc-stats.in-view .svc-stat:nth-child(4) {
  transition-delay: 0.3s;
}
.svc-page .svc-stat .svc-stat-num {
  font-size: 40px;
  font-weight: 700;
  color: #3b5cde;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
}
.svc-page.svc-blast .svc-stat .svc-stat-num {
  margin-bottom: 15px;
}
.svc-page .svc-stat .svc-stat-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #202437;
  text-align: center;
}

/* ---------- Steps ("How it works") ---------- */
.svc-page .svc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 54px;
}
.svc-page .svc-step {
  position: relative;
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 20px;
  padding: 34px 30px;
}
.svc-page .svc-step .svc-step-tag {
  font-size: 13px;
  font-weight: 700;
  color: #3b5cde;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
.svc-page .svc-step h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.svc-page .svc-step p {
  font-size: 15px;
  line-height: 1.6;
  color: #515666;
  margin: 0;
}

/* ---------- "What we handle" — Bloom two-column (list + image) ---------- */
.svc-page .svc-bloom {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page .svc-bloom.svc-bloom-fill {
  background: #fafafa;
}
.svc-page .svc-bloom .module-wrap {
  display: flex;
  align-items: center;
  gap: 64px;
}
.svc-page .svc-bloom.svc-bloom-rev {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-page .svc-bloom.svc-bloom-rev .module-wrap {
  flex-direction: row-reverse;
}
.svc-page .svc-bloom-left {
  flex: 1 1 50%;
}
.svc-page .svc-bloom-left .md-title .mt-title {
  font-size: 34px;
}
.svc-page .svc-bloom-left .md-title .mt-description {
  margin-left: 0;
  margin-right: 0;
}
.svc-page .svc-bloom-right {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
}
.svc-page .svc-bloom-right img,
.svc-page .svc-bloom-right svg {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 20px;
}
.svc-seo .svc-bloom-right img {
  max-width: 576px;
}

/* Robot mascot + floating stat cards */
.svc-page .svc-robot {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 24px 0;
}
.svc-page .svc-robot > img,
.svc-page .svc-robot > svg {
  display: block;
  width: 66%;
  margin: 0 auto;
}
.svc-page .svc-float {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 34px -14px rgba(32, 36, 55, 0.28);
  padding: 12px 16px;
  max-width: 168px;
}
.svc-page .svc-float .n {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}
.svc-page .svc-float .l {
  font-size: 12px;
  line-height: 1.35;
  color: #797e8b;
  margin-top: 3px;
}
.svc-page .svc-float.green .n {
  color: #10b981;
}
.svc-page .svc-float.blue .n {
  color: #3b5cde;
}
.svc-page .svc-float.purple .n {
  color: #6f20d6;
}
.svc-page .svc-float.f1 {
  top: 8%;
  right: 0;
}
.svc-page .svc-float.f2 {
  top: 42%;
  left: 0;
}
.svc-page .svc-float.f3 {
  bottom: 12%;
  right: 2%;
}
.svc-page .svc-bubble {
  position: absolute;
  top: 3%;
  left: 6%;
  background: #fff;
  border-radius: 14px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 700;
  color: #6f20d6;
  box-shadow: 0 12px 30px -14px rgba(32, 36, 55, 0.28);
}
@media (max-width: 480px) {
  .svc-page .svc-float {
    padding: 9px 12px;
    max-width: 130px;
  }
  .svc-page .svc-float .n {
    font-size: 18px;
  }
  .svc-page .svc-float .l {
    font-size: 11px;
  }
}
.svc-page .svc-dlist {
  margin-top: 30px;
}
.svc-page .svc-dlist li {
  list-style: none;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.55;
  color: #202437;
  margin-bottom: 15px;
}
.svc-page .svc-dlist li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #202437;
  margin-top: 8px;
  flex-shrink: 0;
}

/* ---------- Testimonials ("Results") — dark carousel ---------- */
.svc-page .svc-reviews {
  background: #1b1f3b;
  color: #fff;
  padding: 100px 0;
}
.svc-page .svc-reviews .module-wrap {
  position: relative;
}
.svc-page .svc-rev-swiper {
  overflow: hidden;
}
.svc-page .svc-rev-metric {
  display: inline-block;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  padding: 8px 20px;
  margin-bottom: 30px;
}
.svc-page .svc-rev-quote {
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  max-width: 1200px;
  margin: 0 0 40px;
}
.svc-page .svc-rev-author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.svc-page .svc-rev-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.svc-page .svc-rev-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
.svc-page .svc-rev-role {
  font-size: 14px;
  color: #b7bce0;
  margin-top: 4px;
}
.svc-page .svc-rev-nav {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: flex;
  gap: 14px;
  z-index: 10;
}
.svc-page .svc-rev-nav button {
  pointer-events: auto;
}
.svc-page .svc-rev-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #1b1f3b;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.svc-page .svc-rev-nav button:hover {
  opacity: 0.82;
}
/* Lofty Blast — carousel nav uses arrow_01_right icon */
.svc-page.svc-blast .svc-rev-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-page.svc-blast .svc-rev-nav .svc-rev-ico {
  width: 16px;
  height: 16px;
}
.svc-page.svc-blast .svc-rev-prev .svc-rev-ico {
  transform: scaleX(-1);
}
.svc-page.svc-blast .svc-rev-nav button:active {
  background: #3b5cde;
  color: #fff;
  opacity: 1;
}
/* Lofty Blast — keep name/role pinned to slide bottom so they always
   line up with the absolutely-positioned nav arrows across slides of
   different quote lengths (Swiper equalizes slide height, content is
   top-aligned; margin-top:auto drops the author block to the bottom). */
.svc-page.svc-blast .svc-rev-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.svc-page.svc-blast .svc-rev-author {
  margin-top: auto;
}

/* ---------- Related ---------- */
.svc-page .svc-related-sec {
  background: #f6f7fb;
}
.svc-page .svc-related {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 46px;
}
.svc-page .svc-related a {
  display: block;
  background: #fff;
  border: 1px solid #e1e2e6;
  border-radius: 18px;
  padding: 26px 26px 24px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.svc-page .svc-related a:hover {
  border-color: #3b5cde;
  box-shadow: 0 14px 34px -18px rgba(32, 36, 55, 0.2);
}
.svc-page .svc-related h3 {
  font-size: 18px;
  font-weight: 700;
  color: #202437;
  margin: 0 0 8px;
}
.svc-page .svc-related p {
  font-size: 14px;
  line-height: 1.55;
  color: #515666;
  margin: 0 0 14px;
}
.svc-page .svc-related .svc-arrow {
  color: #3b5cde;
  font-weight: 700;
  font-size: 18px;
}

/* ---------- Mid CTA band ---------- */
.svc-page .svc-cta {
  padding: 0;
}
.svc-page .svc-cta .svc-cta-inner {
  background: linear-gradient(120deg, #3b5cde 0%, #6f20d6 100%);
  border-radius: 28px;
  padding: 60px 56px;
  text-align: center;
  color: #fff;
}
.svc-page .svc-cta h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 14px;
}
.svc-page .svc-cta p {
  font-size: 17px;
  line-height: 1.6;
  color: #dbe1ff;
  max-width: 640px;
  margin: 0 auto 28px;
}
.svc-page .svc-cta .svc-btn-primary {
  background: #fff;
  color: #3b5cde;
  border-color: #fff;
}
.svc-page .svc-cta .svc-btn-primary:hover {
  background: #eef1ff;
  border-color: #eef1ff;
}

/* ---------- FAQ — official ".questions" standard (same as /ai/assistant) ---------- */
.svc-page .questions {
  padding: 100px 0;
}
.svc-page section.svc-faq-sec {
  padding: 0;
}
.svc-page .questions > p {
  font-family: Manrope;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #202437;
  margin-bottom: 13px;
}
.svc-page .questions .ques_desc {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #202437;
}
.svc-page .questions .ques_desc a {
  color: #3b5cde;
  cursor: pointer;
}
.svc-page .questions .ques_desc a:hover {
  text-decoration: underline;
}
.svc-page .questions .ques_box {
  width: 1200px;
  max-width: 100%;
  margin: 30px auto;
  border-top: solid 1px #ebecf1;
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .svc-page .svc-grid,
  .svc-page .svc-steps,
  .svc-page .svc-quotes,
  .svc-page .svc-related {
    grid-template-columns: repeat(2, 1fr);
  }
  .svc-page .svc-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .svc-page section {
    padding: 56px 0;
  }
  .svc-page .svc-hero {
    padding: 100px 0 56px;
  }
  .svc-page.svc-leadgen .svc-hero {
    height: auto;
    justify-content: flex-start;
    padding: 100px 0 56px;
  }
  .svc-page.svc-leadgen .svc-bloom-right img {
    height: auto !important;
  }
  .svc-page .svc-hero .module-wrap {
    flex-direction: column;
    gap: 40px;
  }
  .svc-page .svc-hero h1 {
    font-size: 28px;
  }
  .svc-page .svc-grid,
  .svc-page .svc-steps,
  .svc-page .svc-quotes,
  .svc-page .svc-related,
  .svc-page .svc-check {
    grid-template-columns: 1fr;
  }
  .svc-page .svc-cta .svc-cta-inner {
    padding: 44px 24px;
  }
  .svc-page .svc-cta h2 {
    font-size: 26px;
  }
  .svc-page .svc-bloom .module-wrap,
  .svc-page .svc-bloom.svc-bloom-rev .module-wrap {
    flex-direction: column;
    gap: 36px;
  }
  .svc-page .svc-rev-quote {
    font-size: 20px;
  }
  .svc-page .svc-rev-nav {
    position: static;
    margin-top: 26px;
  }
}

/* ===========================================================================
   Mobile baseline hardening (real phones, <= 800px)
   A few templates (e.g. hyperlocal-website) set an inline
   grid-template-columns on .svc-grid, which beats the media queries above
   and keeps multiple columns on phones. The narrow columns then overflow via
   grid min-content sizing and get clipped by .svc-page{overflow:hidden},
   cutting card text on the right. Force single-column stacking on phones and
   let grid/flex children shrink so nothing is clipped.
   =========================================================================== */
@media (max-width: 800px) {
  .svc-page .svc-grid {
    grid-template-columns: 1fr !important;
  }
  .svc-page .svc-grid > *,
  .svc-page .svc-feat-row > *,
  .svc-page .svc-prod-grid > *,
  .svc-page .svc-two-grid > *,
  .svc-page .svc-pain-grid > *,
  .svc-page .svc-probgrid > * {
    min-width: 0;
  }
}

/* Digital Service 页面 (AEO/GEO/SEO) svc-bloom padding */
.svc-aeo .svc-bloom,
.svc-geo .svc-bloom,
.svc-seo .svc-bloom {
  padding: 40px;
}
/* Mobile: drop horizontal padding so the centered .module-wrap
   (max-width: calc(100vw - 40px)) isn't pushed off to the right */
@media (max-width: 800px) {
  .svc-aeo .svc-bloom,
  .svc-geo .svc-bloom,
  .svc-seo .svc-bloom {
    padding: 40px 0;
  }
}

/* multi-channel-ads (lead-gen-ads) 页 FAQ 区上下 padding */
.svc-leadgen .svc-faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-blast .svc-faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-social .svc-faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svc-lsa .svc-covers,
.svc-lsa .svc-faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Register-form "Let's Talk" button — larger text on Digital Service pages */
.svc-page .md-button.plain-white.normal {
  font-size: 16px;
}
