/* ============================================================
   ECOMMERCE SEO — COMPLETE STYLESHEET
   Design System: Dark hero, red accents, white cards
   ============================================================ */

:root {
  --color-primary: #e7181b;
  --color-primary-hover: #bd1215;
  --color-white: #ffffff;
  --text-secondary: #475569;
  --gradient-premium-dark: linear-gradient(
    135deg,
    #0f0f0f 0%,
    #1a1a1a 50%,
    #0f0f0f 100%
  );
}

/* --- ALERT --- */
.contact-alert {
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeIn 0.4s ease;
}
.contact-alert.success {
  background: #d1e7dd;
  color: #0f5132;
  border: 1px solid #badbcc;
}
.contact-alert.error {
  background: #f8d7da;
  color: #842029;
  border: 1px solid #f5c2c7;
}

.container {
  max-width: 1200px;
 
}


@media (max-width: 767px) {
   
.closing-title{        font-size: 1.5rem !important;
}
}

/* --- UTILITY --- */
.text-center {
  text-align: center;
}

/* ============================================================
   1. HERO
   ============================================================ */
.eseo-hero {
  background: var(--gradient-premium-dark);
  padding: 140px 24px 100px;
  position: relative;
  overflow: hidden;
}
.eseo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(#bf1a1a24 1px, transparent 1px),
    linear-gradient(90deg, #bf1a1a26 2px, transparent 2px);
  background-size: 60px 60px;
  animation: gridDrift 20s linear infinite;
}
.glow-blob-hero {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(231, 24, 27, 0.12) 0%,
    transparent 70%
  );
  top: -10%;
  right: 5%;
  border-radius: 50%;
  z-index: 1;
}
.hero-centered-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-content-center {
  color: var(--color-white);
  max-width: 850px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.badge-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 0 rgba(231, 24, 27, 0.7);
  animation: badge-pulse-animation 2s infinite;
}
@keyframes badge-pulse-animation {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(231, 24, 27, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(231, 24, 27, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(231, 24, 27, 0);
  }
}
.hero-title {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-desc {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 500;
}
.hero-body {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #cbd5e1;
  margin-bottom: 35px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.btn-secondary-white {
  background: transparent;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 38px;
  border-radius: 60px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary-white:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-white);
  transform: translateY(-2px);
}
.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}
.float-enquire {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right bottom;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 14px 28px;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 8px 8px 0 0;
  z-index: 999;
  box-shadow: -4px 0 20px rgba(231, 24, 27, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.float-enquire:hover {
  background: var(--color-primary-hover);
  padding-bottom: 34px;
}
.float-enquire i {
  margin-right: 8px;
}
@keyframes gridDrift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 60px 60px;
  }
}

/* ============================================================
   2. SECTION HEADERS
   ============================================================ */
.section-header {
  text-align: center;
  margin-bottom: 10px;
}
.badge-red {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 10px;
}
.section-title .highlight {
  color: var(--color-primary);
}
.section-header p {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================================
   3. WHY CHOOSE — SPLIT
   ============================================================ */
.eseo-why-section {
  padding: 100px 24px;
  background: rgba(133, 2, 2, 0.03);
}
.eseo-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.eseo-why-image {
  position: relative;
}
.eseo-why-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/3;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.eseo-why-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.eseo-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.eseo-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1rem;
  line-height: 1.6;
  color: #334155;
}
.eseo-why-list .list-dot {
  color: var(--color-primary);
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
}
.eseo-placeholder-note {
  font-size: 0.9rem;
  color: #94a3b8;
  margin-top: 10px;
}

/* ============================================================
   4. FULL-FUNNEL SERVICES GRID
   ============================================================ */
.eseo-funnel-section {
  padding: 100px 24px;
  background: white;
}
.eseo-funnel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 55px;
}
.eseo-funnel-card {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 35px 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.eseo-funnel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  border-color: rgba(231, 24, 27, 0.15);
}
.eseo-funnel-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(231, 24, 27, 0.06);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 18px;
  transition: all 0.3s ease;
}
.eseo-funnel-card:hover .eseo-funnel-icon {
  background: var(--color-primary);
  color: var(--color-white);
  transform: scale(1.08);
}
.eseo-funnel-card h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 10px;
}
.eseo-funnel-card p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}
/* ============================================================
   OUR SERVICES INCLUDE — EXACT "Why This Combo Wins" STYLE
   ============================================================ */
.eseo-includes-section {
  padding: 100px 24px;
  background: #f8fafc;
}

.eseo-includes-section .section-header {
  margin-bottom: 50px;
}

/* 3‑column grid (jaise image mein) */
.eseo-includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 10px;
}

/* Card — bilkul .service-card jaisa */
.eseo-include-card {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  display: flex;
  flex-direction: column;
}

.eseo-include-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  border-color: rgba(231, 24, 27, 0.15);
}

/* Heading — h3 */
.eseo-include-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0f172a;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f1f5f9;
  position: relative;
}

/* 🔴 Red underline — initially 40px */
.eseo-include-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}

/* 🔥 Hover pe underline 40px se 80px (aage badhti hai) */
.eseo-include-card:hover h3::after {
  width: 80px;
}

/* Paragraphs — bilkul image jaisa */
.eseo-include-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 8px 0;
}

.eseo-include-card p:last-child {
  margin-bottom: 0;
}
/* ============================================================
   6. ADVANTAGE / OVERVIEW
   ============================================================ */
.shopify-advantage-section {
  padding: 100px 24px;
  background: var(--color-white);
}
.advantage-header {
  max-width: 800px;
  margin-bottom: 50px;
  text-align: left;
}
.advantage-badge {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.advantage-intro {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-top: 15px;
}
.advantage-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}
.advantage-left-col {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.advantage-block h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}
.advantage-partner-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
}
.advantage-partner-box h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 24px;
}
.advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.advantage-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--text-secondary);
}
.advantage-list .list-dot {
  color: var(--color-primary);
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
}
.advantage-list .list-text {
  flex-grow: 1;
}

/* ============================================================
   7. WHO THIS IS FOR
   ============================================================ */
.spc-who-section {
  padding: 100px 24px;
  background: #f8fafc;
}
.spc-who-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.spc-who-image-col {
  position: relative;
}
.spc-who-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f1f5f9;
}
.spc-who-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.spc-who-content-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.spc-who-badge {
  display: inline-block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.spc-who-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.25;
  margin: 0;
}
.spc-highlight {
  color: var(--color-primary);
}
.spc-who-desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}
.spc-who-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.spc-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background: var(--color-white);
  border: 1px solid #e2e8f0;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f172a;
}

/* ============================================================
   8. PROCESS SECTION
   ============================================================ */
.process-section {
  padding: 100px 24px;
  background: rgba(133, 2, 2, 0.03);
}
.process-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: start;
}
.process-left-col {
  position: sticky;
  top: 100px;
}
.process-desc {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #475569;
}
.process-right-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.process-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.process-card:hover {
  background: var(--color-white);
  transform: translateX(8px);
  border-color: rgba(231, 24, 27, 0.15);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.process-icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 21px;
  transition: all 0.3s ease;
  color: #e7181b;
  background: #fff0f1;
  border: 1px solid rgba(231, 24, 27, 0.05);
}
.process-icon-blue,
.process-icon-purple,
.process-icon-green,
.process-icon-orange,
.process-icon-red {
  color: #e7181b !important;
  background: #fff0f1 !important;
  border: 1px solid rgba(231, 24, 27, 0.05) !important;
}
.process-card:hover .process-icon,
.process-card:hover .process-icon-blue,
.process-card:hover .process-icon-purple,
.process-card:hover .process-icon-green,
.process-card:hover .process-icon-orange,
.process-card:hover .process-icon-red {
  transform: translateY(-2px) scale(1.04);
  color: #ffffff !important;
  background: #e7181b !important;
  border-color: #e7181b !important;
  box-shadow: 0 8px 18px rgba(231, 24, 27, 0.18) !important;
}
.process-icon i {
  color: inherit;
  transition: all 0.3s ease;
}
.process-card:hover .process-icon i {
  transform: scale(1.08);
}
.process-card-content {
  flex: 1;
  min-width: 0;
}
.process-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0f172a;
  margin: 2px 0 8px;
}
.process-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}
.problem-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: inherit;
}

/* ============================================================
   9. PLATFORMS
   ============================================================ */
.shopify-integrations-section {
  padding: 100px 24px;
  background: #f8fafc;
}
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 50px;
}
.eseo-platforms-grid {
  grid-template-columns: repeat(5, 1fr);
}
.integration-card {
  background: var(--color-white);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.integration-card:hover {
  transform: translateY(-8px);
  border-color: rgba(231, 24, 27, 0.15);
  box-shadow: 0 20px 40px rgba(231, 24, 27, 0.05);
}
.integration-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(231, 24, 27, 0.05);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}
.integration-card:hover .integration-icon {
  background: var(--color-primary);
  color: var(--color-white);
  transform: scale(1.1);
}
.integration-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 8px;
}

/* ============================================================
   10. WHY MATTERS / SERVICES
   ============================================================ */
.services-grid-section {
  padding: 100px 24px;
  background: rgba(133, 2, 2, 0.03);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 55px;
}
.eseo-matters-grid {
  grid-template-columns: repeat(4, 1fr);
}
.service-card {
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  border-color: rgba(231, 24, 27, 0.15);
}
.service-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0f172a;
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f1f5f9;
  position: relative;
}
.service-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}
.service-card:hover h3::after {
  width: 80px;
}
.service-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}

/* ============================================================
   11. COMPARISON / TABLES
   ============================================================ */
.shopify-compare-section {
  padding: 100px 24px;
  background: var(--color-white);
  position: relative;
}
.eseo-team-section {
  background: #f8fafc;
}
.compare-table-wrap {
  margin: 50px auto 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.015);
  overflow: hidden;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.compare-table th {
  padding: 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
}
.compare-table th.highlight-col {
  color: var(--color-primary);
  background: rgba(236, 72, 153, 0.02);
}
.compare-table td {
  padding: 22px 24px;
  font-size: 0.92rem;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
  line-height: 1.5;
  vertical-align: top;
}
.compare-table tr:nth-child(even) td {
  background: #fbfcfd;
}
.compare-table tr:nth-child(even) td.highlight-col-td {
  background: rgba(236, 72, 153, 0.01);
}
.compare-table tr:last-child td {
  border-bottom: none;
}
.compare-table td strong {
  color: #1e293b;
  font-weight: 600;
}
.compare-feature-title {
  color: #1e293b !important;
  font-weight: 600;
}
.eseo-results-table td:last-child,
.eseo-results-table th:last-child {
  text-align: center;
}

/* Additional table highlights */
.highlight-col-td {
  font-weight: 600;
  color: var(--color-primary);
}

/* ============================================================
   14. CONVERSIONS BANNER
   ============================================================ */
.conversions-banner-section {
  padding: 100px 24px;
  background: white;
}
.conversions-banner {
  background: var(--gradient-premium-dark);
  border-radius: 24px;
  padding: 50px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.conversions-left {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
}
.conversions-avatar-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.conversions-avatar-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conversions-text {
  flex: 1;
  min-width: 200px;
}
.conversions-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.conversions-text p {
  font-size: 1rem;
  color: #cbd5e1;
  margin: 0;
}
.conversions-left .btn-secondary-white {
  flex-shrink: 0;
  background: var(--color-primary);
  border: none;
  padding: 12px 30px;
  border-radius: 60px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.conversions-left .btn-secondary-white:hover {
  background: var(--color-primary-hover);
  transform: translateY(-2px);
}

/* ============================================================
   15. ANIMATIONS (fade‑up)
   ============================================================ */
.animate-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .eseo-split-grid,
  .spc-who-grid,
  .advantage-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .process-left-col {
    position: static;
  }
  .eseo-funnel-grid,
  .services-grid,
  .eseo-matters-grid,
  .integrations-grid,
  .eseo-platforms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* adjust includes grid to 2 columns on tablet */
  .eseo-includes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-buttons {
    flex-direction: column;
  }
  .conversions-banner {
    padding: 30px 20px;
  }
  .conversions-left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .conversions-text h3 {
    font-size: 1.2rem;
  }
  .float-enquire {
    display: none;
  }
  /* single column for includes on mobile */
  .eseo-includes-grid {
    grid-template-columns: 1fr;
  }
  .compare-table-wrap {
    overflow-x: auto;
  }



.spc-who-title {
  font-size: 1.5rem;
  
}
}
@media (max-width: 480px) {
  .eseo-funnel-grid,
  .services-grid,
  .eseo-matters-grid,
  .integrations-grid,
  .eseo-platforms-grid {
    grid-template-columns: 1fr;
  }
}
