/* ==========================================================================
   SEO, AEO & GEO SERVICE PAGE STYLES - eParivartan
   Harmonized typography, layout, cards, and spacing matching index.html
   ========================================================================== */

:root {
  --primary-green: #85BD56;
  --dark-green: #599632;
  --accent-orange: #FF7E00;
  --bright-orange: #FA6D00;
  --vibrant-yellow: #F5DC38;
  --dark-text: #060612;
  --muted-text: #69686E;
  --light-bg: #F8F9FA;
  --card-border: #ECECEE;
  --font-satoshi: Satoshi, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* --- Global Page Reset & Fonts --- */
body.seo-page {
  background-color: #FFFFFF !important;
  color: #060612;
  font-family: var(--font-satoshi);
  overflow-x: clip;
  margin: 0;
  padding: 0;
}

.seo-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  width: 100%;
}

.seo-section {
  padding: 40px 0;
  position: relative;
  box-sizing: border-box;
}

.seo-section--white {
  background-color: #FFFFFF;
}

.seo-section--light {
  background-color: #F8F9FA;
}

/* ==========================================================================
   1. HERO SECTION
   ========================================================================== */
/* ==========================================================================
   1. HERO SECTION (STANDARDIZED MATCHING TECHNOLOGY-SUPPORT.HTML)
   ========================================================================== */
.uiux-hero-section {
  padding: 24px 20px 0 20px !important;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 56px !important;
}

.uiux-hero-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 !important;
}

.uiux-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #69686E;
  margin-bottom: 20px;
  white-space: nowrap;
}

.uiux-hero-title {
  max-width: 920px;
  color: #75BF46;
  font-family: Satoshi, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -1.2px;
  margin: 0 0 24px 0;
  text-align: center;
}

.uiux-hero-subtitle {
  color: #69686E;
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  max-width: 820px;
  margin: 0 auto 32px auto;
  text-align: center;
}

.hero-unified-pill-wrap {
  margin: 0 auto 32px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.hero-unified-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 24px;
  background: #FFFFFF;
  border: 1px solid #ECECEF;
  border-radius: 8px;
  color: #4B5563;
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: all 0.2s ease;
}

.hero-unified-pill:hover {
  border-color: #D1D5DB;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.hero-unified-pill .pill-separator {
  color: #9CA3AF;
  font-size: 13px;
  user-select: none;
}

.uiux-hero-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 28px auto;
  max-width: 720px;
}

.uiux-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  background: #F4F8F1;
  border: 1px solid #D6E8CD;
  border-radius: 20px;
  color: #2F4F1E;
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.uiux-pill:hover {
  background: #EAF4E6;
  border-color: #BBDCAE;
}

.uiux-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Hero Showcase Frame: Modern Discovery Ecosystem Dashboard */
.tech-hero-showcase {
  margin-top: 50px;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05), 0 4px 12px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  position: relative;
}

.tech-showcase-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #F8FAFC;
  border-bottom: 1px solid #E5E7EB;
}

.tech-topbar-dots {
  display: flex;
  gap: 8px;
}

.tech-topbar-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.tech-topbar-dot.red { background: #FF5F56; }
.tech-topbar-dot.yellow { background: #FFBD2E; }
.tech-topbar-dot.green { background: #27C93F; }

.tech-topbar-title {
  font-family: Satoshi, 'Inter', -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tech-live-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #75BF46;
  box-shadow: 0 0 10px rgba(117, 191, 70, 0.7);
  animation: pulse-live 2s infinite;
}

@keyframes pulse-live {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(117, 191, 70, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(117, 191, 70, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(117, 191, 70, 0); }
}

.tech-topbar-status {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  color: #15803D;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  padding: 3px 10px;
  border-radius: 9999px;
  letter-spacing: 0.04em;
}

.tech-showcase-body {
  padding: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: radial-gradient(circle at 50% 0%, rgba(117, 191, 70, 0.04) 0%, #FFFFFF 70%);
}

.tech-metric-box {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.tech-metric-box:hover {
  background: #FFFFFF;
  transform: translateY(-3px);
  border-color: #75BF46;
  box-shadow: 0 12px 24px rgba(117, 191, 70, 0.12);
}

.seo-box-channel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tech-metric-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #64748B;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.seo-channel-badge {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #15803D;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  padding: 2px 8px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}

.tech-metric-val {
  font-size: 26px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.15;
  font-family: Satoshi, sans-serif;
  letter-spacing: -0.5px;
}

.tech-metric-desc {
  font-size: 12.5px;
  color: #64748B;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .tech-showcase-body {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tech-showcase-body {
    grid-template-columns: 1fr;
    padding: 24px 18px;
  }
  .uiux-hero-section {
    padding-top: 24px !important;
  }
  .uiux-hero-title {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 480px) {
  .uiux-hero-section {
    padding-top: 24px !important;
  }
  .uiux-hero-title {
    font-size: 32px;
    line-height: 40px;
  }
  .hero-unified-pill {
    padding: 8px 14px;
    font-size: 13px;
    gap: 6px;
  }
}

.seo-channel-name {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #060612;
  margin: 0 0 2px 0;
}

.seo-channel-role {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  color: #69686E;
  margin: 0;
}

.seo-channel-tag {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #2F4F1E;
  background: #F4F8F1;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #D6E8CD;
}

/* ==========================================================================
   2. SHIFT & QUESTIONS SECTION (Evolution of Search)
   ========================================================================== */
.seo-questions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.seo-question-card {
  background: #FFFFFF;
  border: 1px solid #EAECEF;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.seo-question-card:hover {
  transform: translateY(-4px);
  border-color: #CDE3C2;
  box-shadow: 0 14px 30px -6px rgba(0, 0, 0, 0.06);
}

.seo-question-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F4F8F1;
  border: 1px solid #E1ECE0;
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.seo-question-tag {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #2F4F1E;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.seo-question-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #060612;
  margin: 0;
}

.seo-shift-bridge {
  margin-top: 32px;
  background: linear-gradient(105deg, #F8FAF6 0%, #FFFFFF 100%);
  border: 1px solid #D6E8CD;
  border-radius: 14px;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.seo-bridge-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #060612;
  margin: 0;
}

.seo-bridge-highlight {
  color: #2F4F1E;
  font-weight: 700;
}

/* ==========================================================================
   3. THREE PILLARS (SEO, AEO, GEO Horizontal Master Cards & Video Showcase)
   ========================================================================== */
.seo-pillars-video-showcase {
  margin-bottom: 36px;
  width: 100%;
}

.seo-video-player-card {
  background: #0B0E14;
  border: 1px solid #1E293B;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: all 0.3s ease;
}

.seo-video-player-card:hover {
  border-color: #599632;
  box-shadow: 0 20px 50px rgba(89, 150, 50, 0.15);
}

.seo-video-player-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-video-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}

.seo-video-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #599632;
  box-shadow: 0 0 10px #599632, 0 0 20px rgba(89, 150, 50, 0.6);
  animation: seoPulse 2s infinite ease-in-out;
}

@keyframes seoPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.seo-video-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.seo-video-tag {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #E2E8F0;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
}

.seo-video-wrapper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000000;
  aspect-ratio: 16 / 9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-main-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.seo-pillars-horizontal-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 16px;
}

.seo-pillar-hcard {
  background: #FFFFFF;
  border: 1px solid #EAECEF;
  border-radius: 20px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 100px;
}

.seo-pillar-hcard:hover {
  transform: translateY(-4px);
  border-color: #CDE3C2;
  box-shadow: 0 18px 40px -8px rgba(0, 0, 0, 0.07), 0 0 0 1px rgba(89, 150, 50, 0.2);
}

.seo-pillar-hcard-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.seo-pillar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.seo-pillar-badge {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #2F4F1E;
  background: #F4F8F1;
  border: 1px solid #D6E8CD;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}

.seo-pillar-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F4F8F1;
  border: 1px solid #E1ECE0;
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.seo-pillar-hcard:hover .seo-pillar-icon {
  background: #599632;
  color: #FFFFFF;
  border-color: #599632;
}

.seo-pillar-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #060612;
  margin: 0 0 8px 0;
  letter-spacing: -0.5px;
}

.seo-pillar-tagline {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2F4F1E;
  margin: 0 0 14px 0;
}

.seo-pillar-desc {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #69686E;
  margin: 0 0 24px 0;
}

.seo-pillar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid #F0F1F3;
  width: 100%;
}

.seo-pillar-tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 6px;
  background: #F8F9FA;
  border: 1px solid #EAECEF;
  color: #4A4A52;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.2s ease;
}

.seo-pillar-hcard:hover .seo-pillar-tag {
  background: #F4F7F2;
  border-color: #E2ECE0;
  color: #2F4F1E;
}

/* ==========================================================================
   PILLAR VISUAL MOCKUPS (SEO, AEO, GEO Custom Components)
   ========================================================================== */
.seo-pillar-hcard-media {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #E4E8EE;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  position: relative;
}

/* 1. SEO Google SERP Mockup */
.seo-preview-card {
  background: #FFFFFF;
}

.seo-mockup-browser {
  display: flex;
  flex-direction: column;
}

.seo-mockup-topbar {
  background: #F8F9FA;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #ECEEF1;
}

.seo-mockup-dots {
  display: flex;
  gap: 6px;
}

.seo-mockup-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DDE1E6;
}

.seo-mockup-searchbar {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #E2E4E8;
  border-radius: 20px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  color: #4A4A52;
  min-width: 0;
}

.seo-mockup-query {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.seo-mockup-body {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.serp-rank-badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 3px 8px;
  background: #EAF4E6;
  border: 1px solid #CCE4C2;
  color: #2F4F1E;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.serp-url-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.serp-favicon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.serp-breadcrumb {
  display: flex;
  flex-direction: column;
}

.serp-site-name {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #202124;
  line-height: 16px;
}

.serp-site-url {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  color: #4d5156;
  line-height: 14px;
  word-break: break-all;
  overflow-wrap: anywhere;
}

.serp-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a0dab;
  line-height: 20px;
  margin: 4px 0 6px 0;
}

.serp-snippet {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  color: #4d5156;
  line-height: 18px;
  margin-bottom: 10px;
}

.serp-sitelinks {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.serp-sitelink {
  background: #F1F3F4;
  color: #1a0dab;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 4px;
}

.serp-metrics-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px dashed #E2E6EC;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  color: #69686E;
}

.serp-metric strong {
  color: #2F4F1E;
}

/* 2. AEO Answer Engine Mockup */
.aeo-preview-card {
  background: #FAFCF8;
  padding: 18px 20px;
}

.aeo-mockup-box {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.aeo-mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.aeo-engine-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #2F4F1E;
}

.aeo-schema-tag {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #599632;
  background: #EAF4E6;
  padding: 3px 8px;
  border-radius: 4px;
}

.aeo-question-bubble {
  background: #FFFFFF;
  border: 1px solid #E4EBE0;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 12px;
  display: flex;
  gap: 8px;
}

.aeo-q-label {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #2F4F1E;
}

.aeo-q-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #060612;
  margin: 0;
  line-height: 18px;
}

.aeo-answer-card {
  background: #FFFFFF;
  border: 1px solid #DCE6D7;
  border-left: 3px solid #599632;
  border-radius: 8px;
  padding: 12px 14px;
}

.aeo-answer-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #2F4F1E;
  margin-bottom: 8px;
}

.aeo-answer-list {
  margin: 0 0 10px 0;
  padding-left: 16px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  color: #4A4A52;
  line-height: 18px;
}

.aeo-answer-list li {
  margin-bottom: 4px;
}

.aeo-answer-list strong {
  color: #060612;
}

.aeo-source-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #F4F8F1;
  border-radius: 20px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  color: #4A4A52;
}

.aeo-source-leaf {
  width: 12px;
  height: 12px;
  object-fit: contain;
}

/* 3. GEO Generative AI Discovery Mockup */
.geo-preview-card {
  background: #F9FAFB;
  padding: 18px 20px;
}

.geo-mockup-box {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.geo-mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.geo-model-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #1E293B;
}

.geo-sparkle-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #599632;
  box-shadow: 0 0 8px #599632;
}

.geo-verified-badge {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #2F4F1E;
  background: #EAF4E6;
  border: 1px solid #D6E8CD;
  padding: 3px 8px;
  border-radius: 4px;
}

.geo-prompt-box {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 10px 12px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.geo-user-icon {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  text-transform: uppercase;
}

.geo-prompt-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12.5px;
  color: #0F172A;
  font-style: italic;
  line-height: 18px;
}

.geo-response-box {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
  padding: 12px 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.geo-response-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #2F4F1E;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.geo-response-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  color: #334155;
  line-height: 18px;
  margin: 0 0 10px 0;
}

.geo-response-text strong {
  color: #0F172A;
}

.geo-citations {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.geo-citation {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 4px;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  color: #475569;
}

.geo-cite-num {
  color: #599632;
  font-weight: 700;
}

@media (max-width: 960px) {
  .seo-pillar-hcard {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 24px;
  }
}

@media (max-width: 640px) {
  .seo-pillar-hcard {
    padding: 24px 18px;
  }
  
  .seo-pillar-title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* ==========================================================================
   4. CUSTOMER JOURNEY (Modern Connected Flowchart Map)
   ========================================================================== */
.seo-journey-flowchart {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 28px;
  position: relative;
}

.seo-journey-card {
  background: #FFFFFF;
  border: 1px solid #EAECEF;
  border-radius: 18px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
}

.seo-journey-card:hover {
  transform: translateY(-4px);
  border-color: #CDE3C2;
  box-shadow: 0 16px 32px -6px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(89, 150, 50, 0.2);
}

.seo-journey-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.seo-step-num {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #2F4F1E;
  background: #F4F8F1;
  border: 1px solid #D6E8CD;
  padding: 3px 9px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

.seo-step-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #F8FAF7;
  border: 1px solid #E1ECE0;
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.seo-journey-card:hover .seo-step-icon {
  background: #599632;
  color: #FFFFFF;
  border-color: #599632;
}

.seo-journey-origin {
  margin-bottom: 14px;
}

.seo-journey-label {
  display: block;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #8C8E94;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.seo-journey-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #060612;
  margin: 0;
  line-height: 22px;
  min-height: 44px;
}

.seo-journey-connector {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  position: relative;
}

.seo-flow-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #E2ECE0 0%, #CCE4C2 100%);
}

.seo-flow-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #EAF4E6;
  border: 1px solid #CCE4C2;
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -4px;
  transition: transform 0.3s ease;
}

.seo-journey-card:hover .seo-flow-badge {
  transform: translateX(3px);
  background: #599632;
  color: #FFFFFF;
}

.seo-journey-destination {
  margin-bottom: 12px;
}

.seo-destination-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F4F8F1;
  border: 1px solid #D6E8CD;
  color: #2F4F1E;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.seo-dest-highlight {
  background: #EAF4E6;
  border-color: #BBDCAE;
}

.seo-dest-leaf {
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.seo-journey-desc {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #69686E;
  line-height: 18px;
  margin: 0;
  padding-top: 10px;
  border-top: 1px dashed #ECEEF1;
}

@media (max-width: 1100px) {
  .seo-journey-flowchart {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .seo-journey-flowchart {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-journey-connector {
    display: none !important;
  }
}

@media (max-width: 520px) {
  .seo-journey-flowchart {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   5. AI VISIBILITY BANNER (Green Double-Border CTA Style)
   ========================================================================== */
.seo-ai-banner {
  margin-top: 48px;
  width: 100%;
}

.seo-ai-outer-box {
  display: flex;
  width: 100%;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  background: #F5F5F5;
  box-shadow: 0 0 6px 1px rgba(6, 6, 18, 0.16) inset;
  box-sizing: border-box;
}

.seo-ai-inner-box {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  padding: 48px 44px;
  box-sizing: border-box;
  background-color: #85BD56;
}

.seo-ai-inner-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.64;
  background-image: var(--bg-image, url('../assets/home/cta-bg.png'));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.seo-ai-content {
  position: relative;
  z-index: 2;
}

.seo-ai-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px auto;
}

.seo-ai-title {
  color: #FFFFFF;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin: 0 0 12px 0;
}

.seo-ai-desc {
  color: rgba(255, 255, 255, 0.94);
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.seo-ai-queries-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 32px;
}

.seo-ai-query-pill {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.seo-ai-query-quote {
  color: #599632;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

.seo-ai-query-text {
  color: #060612;
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.seo-ai-footer {
  text-align: center;
}

/* ==========================================================================
   6. WHAT WE WORK ON (15 Capabilities Grid)
   ========================================================================== */
.seo-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 16px;
}

.seo-capability-tile {
  background: #FFFFFF;
  border: 1px solid #ECEEF2;
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.25s ease;
}

.seo-capability-tile:hover {
  transform: translateY(-3px);
  border-color: #CDE3C2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.seo-capability-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #F4F8F1;
  border: 1px solid #E1ECE0;
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.seo-capability-tile:hover .seo-capability-icon {
  background: #599632;
  color: #FFFFFF;
  border-color: #599632;
}

.seo-capability-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #060612;
  margin: 0;
}

/* ==========================================================================
   7. WEBSITE FOUNDATION (7 Questions Matrix)
   ========================================================================== */
.seo-foundation-box {
  background: #FFFFFF;
  border: 1px solid #EAECEF;
  border-radius: 20px;
  padding: 40px 36px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  margin-top: 16px;
}

.seo-matrix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 28px 0;
}

.seo-matrix-item {
  background: #F9FAFC;
  border: 1px solid #ECEEF2;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.seo-matrix-num {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #2F4F1E;
  background: #EAF4E2;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.seo-matrix-text {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #060612;
  margin: 0;
}

/* ==========================================================================
   8. MEASUREMENT (From Rankings to Visibility Grid)
   ========================================================================== */
.seo-metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.seo-metric-card {
  background: #FFFFFF;
  border: 1px solid #ECEEF2;
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.25s ease;
}

.seo-metric-card:hover {
  transform: translateY(-3px);
  border-color: #CDE3C2;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.seo-metric-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #599632;
  flex-shrink: 0;
}

.seo-metric-leaf {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.seo-metric-label {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #060612;
  margin: 0;
}

/* ==========================================================================
   9. WHY PARIVARTAN (6 Value Pillars: 3 cards per row x 2 rows = 6 cards)
   ========================================================================== */
body.seo-page #why-choose-us,
body.seo-page .why-approach-section {
  position: relative;
  overflow: hidden;
}

body.seo-page #why-choose-us::before,
body.seo-page .why-approach-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../assets/what-we-build/ui-ux-design/why/why-bg.webp') center center / 100% 100% no-repeat;
  filter: invert(1);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

body.seo-page #why-choose-us::after,
body.seo-page .why-approach-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, #FFFFFF 100%),
    linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 14%, rgba(255, 255, 255, 0) 35%);
  pointer-events: none;
  z-index: 1;
}

body.seo-page #why-choose-us > *,
body.seo-page .why-approach-section > * {
  position: relative;
  z-index: 2;
}

body.seo-page .why-approach-cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 36px;
}

body.seo-page .why-approach-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  align-items: stretch;
}

body.seo-page .why-approach-row-top .uiux-why-card-outer,
body.seo-page .why-approach-row-bottom .uiux-why-card-outer {
  flex: 1 1 0;
  min-width: 0;
  width: calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
  box-sizing: border-box;
}

body.seo-page .why-approach-section .uiux-why-card-inner {
  background: #FFF9F0;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
  box-sizing: border-box;
  border: 1px solid rgba(245, 176, 37, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.seo-page .why-approach-section .uiux-why-card-outer:hover .uiux-why-card-inner {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(245, 176, 37, 0.12);
}

body.seo-page .why-approach-section .uiux-why-card-icon {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

body.seo-page .why-approach-section .uiux-why-card-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #060612;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 992px) {
  body.seo-page .why-approach-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  body.seo-page .why-approach-row-top .uiux-why-card-outer,
  body.seo-page .why-approach-row-bottom .uiux-why-card-outer {
    flex: 1 1 calc(50% - 10px);
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 640px) {
  body.seo-page .why-approach-row {
    flex-direction: column;
    gap: 16px;
  }
  body.seo-page .why-approach-row-top .uiux-why-card-outer,
  body.seo-page .why-approach-row-bottom .uiux-why-card-outer {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
}

.seo-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}

.seo-why-card {
  background: #FFFFFF;
  border: 1px solid #E8EAED;
  border-radius: 18px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease;
}

.seo-why-card:hover {
  transform: translateY(-5px);
  border-color: #CDE3C2;
  box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(89, 150, 50, 0.2);
}

.seo-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F4F8F1;
  border: 1px solid #E1ECE0;
  color: #599632;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.seo-why-card:hover .seo-why-icon {
  background: #599632;
  color: #FFFFFF;
  border-color: #599632;
}

.seo-why-title {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #060612;
  margin: 0 0 8px 0;
}

.seo-why-desc {
  font-family: Satoshi, 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #69686E;
  margin: 0;
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1100px) {
  .seo-container {
    padding: 0 32px;
  }
  
  .seo-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
  .seo-pillars-grid,
  .seo-capabilities-grid,
  .seo-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .seo-questions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .seo-journey-flowchart {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .seo-ai-queries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .seo-matrix-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .seo-metrics-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 960px) {
  .seo-section {
    padding: 32px 0;
  }

  .services-header {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-bottom: 32px !important;
  }

  .services-header-right {
    margin-top: 0 !important;
  }

  .services-main-heading {
    font-size: 32px !important;
    line-height: 42px !important;
  }
  
  .seo-hero-title {
    font-size: 36px;
    line-height: 48px;
  }
  
  .seo-pillars-grid,
  .seo-capabilities-grid,
  .seo-why-grid,
  .seo-questions-grid,
  .seo-ai-queries-grid,
  .seo-matrix-grid,
  .seo-metrics-grid {
    grid-template-columns: 1fr;
  }
  
  .seo-ai-outer-box {
    padding: 10px;
  }
  
  .seo-ai-inner-box {
    padding: 36px 20px;
  }
  
  .seo-ai-title {
    font-size: 26px;
    line-height: 36px;
  }

  body.seo-page .cta-inner-box {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding: 32px 24px !important;
  }
}

@media (max-width: 768px) {
  .uiux-hero-title br {
    display: none;
  }

  .seo-journey-flowchart {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .seo-journey-title {
    min-height: auto;
    font-size: 15px;
  }

  .seo-matrix-item[style*="grid-column: span 2"] {
    grid-column: span 1 !important;
  }
}

@media (max-width: 640px) {
  .seo-container {
    padding: 0 20px;
  }
  
  .seo-section {
    padding: 24px 0;
  }
  
  .uiux-hero-title {
    font-size: 28px;
    line-height: 38px;
  }

  .uiux-hero-subtitle {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  
  .uiux-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  
  .uiux-hero-actions a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
  }

  .tech-hero-showcase {
    margin-top: 28px;
    border-radius: 16px;
  }

  .tech-showcase-topbar {
    padding: 12px 14px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .tech-topbar-title {
    font-size: 11.5px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tech-topbar-status {
    font-size: 10px;
    padding: 2px 8px;
  }

  .seo-questions-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .seo-question-card {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .seo-shift-bridge {
    flex-direction: column;
    text-align: center;
    padding: 18px 16px;
    border-radius: 12px;
    margin-top: 24px;
  }

  .seo-bridge-text {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .seo-video-player-card {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .seo-video-player-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .seo-video-pills {
    width: 100%;
    gap: 6px;
  }

  .seo-video-tag {
    font-size: 11px;
    padding: 3px 10px;
  }

  /* Pillar Cards Layout & Typography */
  .seo-pillar-hcard {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 16px;
    border-radius: 16px;
  }

  .seo-pillar-header {
    margin-bottom: 12px;
  }

  .seo-pillar-badge {
    font-size: 11.5px;
    padding: 3px 10px;
  }

  .seo-pillar-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .seo-pillar-icon svg {
    width: 18px;
    height: 18px;
  }

  .seo-pillar-title {
    font-size: 19px;
    line-height: 26px;
  }

  .seo-pillar-tagline {
    font-size: 13.5px;
    margin-bottom: 10px;
  }

  .seo-pillar-desc {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .seo-pillar-tags {
    padding-top: 14px;
    gap: 6px;
  }

  .seo-pillar-tag {
    font-size: 11.5px;
    padding: 4px 9px;
  }

  /* Pillar Mockup Cards Responsiveness */
  .seo-preview-card,
  .aeo-preview-card,
  .geo-preview-card {
    padding: 14px 12px;
  }

  .seo-mockup-body {
    padding: 14px 12px;
  }

  .serp-rank-badge {
    font-size: 10px;
    padding: 2px 7px;
  }

  .serp-title {
    font-size: 14px;
    line-height: 18px;
  }

  .serp-snippet {
    font-size: 11.5px;
    line-height: 16px;
  }

  .serp-metrics-row {
    gap: 6px 12px;
    font-size: 10.5px;
  }

  .aeo-question-bubble {
    padding: 8px 10px;
    flex-wrap: wrap;
  }

  .aeo-q-label,
  .aeo-q-text {
    font-size: 12px;
  }

  .aeo-answer-card {
    padding: 10px 12px;
  }

  .aeo-answer-heading {
    font-size: 11px;
  }

  .aeo-answer-list {
    font-size: 11.5px;
    line-height: 16px;
    padding-left: 14px;
  }

  .geo-model-indicator {
    font-size: 11px;
    line-height: 1.3;
  }

  .geo-prompt-box,
  .geo-response-box {
    padding: 10px 12px;
  }

  .geo-prompt-text,
  .geo-response-text {
    font-size: 11.5px;
    line-height: 16px;
  }

  .geo-citation {
    font-size: 10.5px;
    padding: 2px 6px;
  }

  .seo-ai-banner {
    margin-top: 32px;
  }

  .seo-ai-outer-box {
    padding: 8px;
    border-radius: 14px;
  }

  .seo-ai-inner-box {
    padding: 24px 16px;
    border-radius: 10px;
  }

  .seo-ai-title {
    font-size: 22px;
    line-height: 30px;
  }

  .seo-ai-desc {
    font-size: 14px;
    line-height: 1.5;
  }

  .seo-ai-queries-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 24px;
  }

  .seo-ai-query-pill {
    padding: 12px 14px;
  }

  .seo-ai-query-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .seo-ai-footer .cta-start-project-btn {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
  }

  .seo-capabilities-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 14px;
  }

  .seo-capability-tile {
    padding: 14px 16px;
    border-radius: 12px;
  }

  .seo-capability-title {
    font-size: 14.5px;
    line-height: 1.35;
  }

  .seo-foundation-box {
    padding: 20px 16px;
    border-radius: 16px;
    margin-top: 14px;
  }

  .seo-matrix-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px 0;
  }

  .seo-matrix-item {
    padding: 14px 16px;
    border-radius: 10px;
  }

  .seo-matrix-text {
    font-size: 13.5px;
  }

  .seo-hero-sublead {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .seo-metrics-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .seo-metric-card {
    padding: 12px 14px;
    border-radius: 10px;
  }

  .seo-metric-label {
    font-size: 13.5px;
    line-height: 1.4;
  }

  .seo-why-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
  }

  .seo-why-card {
    padding: 20px 16px;
    border-radius: 14px;
  }

  .seo-why-title {
    font-size: 17px;
    line-height: 24px;
  }

  .seo-why-desc {
    font-size: 13.5px;
    line-height: 1.5;
  }

  body.seo-page .cta-outer-box {
    padding: 8px !important;
  }

  body.seo-page .cta-inner-box {
    padding: 24px 16px !important;
    border-radius: 12px !important;
  }

  body.seo-page .cta-main-heading {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  body.seo-page .cta-description {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }

  body.seo-page .cta-actions-group {
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }

  body.seo-page .cta-actions-group a {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body.seo-page .available-card-outer {
    width: 100% !important;
  }

  body.seo-page .available-card-inner {
    padding: 20px 16px !important;
  }

  body.seo-page .available-card-title {
    font-size: 18px !important;
  }
}

@media (max-width: 520px) {
  .seo-journey-flowchart {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .seo-pillar-hcard {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .seo-preview-card,
  .aeo-preview-card,
  .geo-preview-card {
    padding: 10px 8px;
  }

  .seo-mockup-topbar {
    padding: 8px 10px;
  }

  .serp-metrics-row {
    flex-direction: column;
    gap: 4px;
  }

  .aeo-mockup-header,
  .geo-mockup-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* ==================== UNIFORM GLOBAL SECTION SPACING FOR SEO-AEO-GEO PAGE ==================== */
body.seo-page .seo-section,
body.seo-page #why-choose-us,
body.seo-page #faqs,
body.seo-page .why-approach-section,
body.seo-page .faqs-section {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.seo-page .seo-container,
body.seo-page .faqs-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 960px) {
  body.seo-page .seo-section,
  body.seo-page #why-choose-us,
  body.seo-page #faqs,
  body.seo-page .why-approach-section,
  body.seo-page .faqs-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  body.seo-page .seo-section,
  body.seo-page #why-choose-us,
  body.seo-page #faqs,
  body.seo-page .why-approach-section,
  body.seo-page .faqs-section {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

