/* =============================================
   SEO SERVICES PAGE
   ============================================= */

.seo-hero {
  position: relative;
  min-height: 78vh;
  color: var(--white);
  overflow: hidden;
}

.seo-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.seo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.72) 45%, rgba(0, 0, 0, 0.55) 100%);
}

.seo-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 64px 88px;
  min-height: 78vh;
  display: flex;
  flex-direction: column;
}

.seo-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 48px;
}

.seo-hero-title {
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.seo-hero-title .seo-hero-accent {
  color: #4db8e8;
}

.seo-hero-text {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
  max-width: 520px;
}

.seo-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 12px 24px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: transparent;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.seo-hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--white);
}

.seo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.seo-split-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.seo-split-img img {
  width: 100%;
  height: auto;
}

.seo-section-title {
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

.seo-section-text {
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 24px;
}

.seo-grad-blue {
  background: linear-gradient(90deg, #3b82f6 0%, #4db8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-grad-mixed {
  background: linear-gradient(90deg, #e63b3b 0%, #3b82f6 55%, #4db8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.seo-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.65;
  color: #444;
}

.seo-check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-top: 2px;
}

.seo-dark-box {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
  background: #141414;
  border-radius: 24px;
  padding: 56px 56px;
  color: var(--white);
}

.seo-dark-box .seo-section-title {
  color: var(--white);
}

.seo-dark-box .seo-section-text {
  color: rgba(255, 255, 255, 0.68);
}

.seo-dark-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.seo-dark-list li {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  padding-left: 16px;
  position: relative;
}

.seo-dark-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.seo-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}

.seo-text-link:hover {
  color: #4db8e8;
}

.seo-dark-box-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.seo-solutions-title {
  font-size: clamp(1.85rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 22px;
  color: var(--white);
}

.seo-title-seo {
  background: linear-gradient(90deg, #e63b3b 0%, #9b5cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-title-solutions {
  background: linear-gradient(90deg, #9b5cff 0%, #4db8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-solutions-sub {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.35;
}

.seo-solutions-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  max-width: 520px;
}

.seo-solutions-tag {
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--white);
  font-size: 10.5px;
  font-weight: 500;
  font-family: var(--font);
  cursor: pointer;
  transition: border-color 0.2s;
  line-height: 1.4;
  text-align: left;
  white-space: nowrap;
}

.seo-solutions-tag:hover {
  border-color: rgba(255, 255, 255, 0.85);
}

.seo-solutions-tag.is-active {
  border-color: var(--red);
}

.seo-solutions-headline {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--white);
  margin-bottom: 10px;
  max-width: 420px;
}

.seo-solutions-desc {
  font-size: 12.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 22px;
  max-width: 420px;
}

.seo-solutions-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.seo-solutions-cta:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--white);
}

.seo-process {
  background: var(--white);
}

.seo-process-heading {
  text-align: center;
  margin-bottom: 56px;
}

.seo-process-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.seo-process-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.seo-process-row.is-reverse .seo-process-copy {
  order: 2;
}

.seo-process-row.is-reverse .seo-process-img {
  order: 1;
}

.seo-process-step-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.seo-process-step-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.seo-process-step-text {
  font-size: 13px;
  line-height: 1.75;
  color: #555;
}

.seo-process-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.seo-partner {
  background: var(--black);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

section.seo-partner[class*='-showcase'].is-passive {
  overflow: visible;
}

.seo-partner::before,
.seo-partner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.seo-partner::before {
  width: 420px;
  height: 420px;
  background: rgba(230, 59, 59, 0.16);
  left: -120px;
  top: 10%;
}

.seo-partner::after {
  width: 360px;
  height: 360px;
  background: rgba(230, 59, 59, 0.12);
  right: -80px;
  bottom: 15%;
}

.seo-partner .container {
  position: relative;
  z-index: 1;
}

.seo-partner-header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 48px;
}

.seo-partner-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--white);
}

.seo-partner-grad-focus {
  background: linear-gradient(90deg, #4db8e8 0%, #6b8cff 50%, #9b5cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-partner-grad-partner {
  background: linear-gradient(90deg, #ff7a45 0%, #e63b3b 42%, #c44dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-partner-right {
  padding-top: 8px;
}

.seo-partner-intro {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  max-width: 480px;
  margin-bottom: 24px;
}

.seo-partner-btn {
  display: inline-flex;
}

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

.seo-partner-card {
  background: #1c1c1c;
  border-radius: 14px;
  padding: 28px 24px 32px;
  color: var(--white);
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.seo-partner-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.seo-partner-card h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 28px;
}

.seo-cases {
  background: var(--white);
  overflow: visible;
}

.seo-cases.section {
  overflow: visible;
}

.seo-cases-top {
  text-align: center;
  margin-bottom: 48px;
}

.seo-cases-pill {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 20px;
}

.seo-cases-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--black);
}

.seo-cases-grad-search {
  background: linear-gradient(90deg, #e63b3b 0%, #ff6b4a 55%, #f093fb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-cases-grad-visibility {
  background: linear-gradient(90deg, #3b82f6 0%, #6b8cff 50%, #9b5cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-cases-carousel {
  margin-bottom: 28px;
}

.seo-cases-track {
  display: flex;
  gap: 24px;
  padding: 4px 0 8px;
}

.seo-case-slide {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.seo-case-slide-inner {
  position: relative;
  background: linear-gradient(145deg, #121212 0%, #0a0a0a 50%, #150808 100%);
  border-radius: 22px;
  padding: 32px 36px 36px;
  color: var(--white);
  overflow: hidden;
  min-height: 380px;
}

.seo-case-slide-inner::before,
.seo-case-slide-inner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}

.seo-case-slide-inner::before {
  width: 220px;
  height: 220px;
  background: rgba(120, 20, 20, 0.45);
  top: -60px;
  right: -40px;
}

.seo-case-slide-inner::after {
  width: 180px;
  height: 180px;
  background: rgba(100, 15, 15, 0.35);
  bottom: -50px;
  left: -30px;
}

.seo-case-badge {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}

.seo-case-headline-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  margin-bottom: 32px;
}

.seo-case-name {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.seo-case-name-sub {
  color: var(--white);
  font-weight: 800;
}

.seo-case-grad-blue {
  background: linear-gradient(90deg, #4db8e8 0%, #6b8cff 55%, #9b5cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-case-grad-red {
  background: linear-gradient(90deg, #e63b3b 0%, #ff6b4a 50%, #c44dff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-case-desc {
  font-size: 12px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
}

.seo-case-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr minmax(140px, 0.75fr);
  gap: 28px;
  align-items: start;
}

.seo-case-col h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}

.seo-case-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seo-case-col li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.seo-case-check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.seo-case-stats {
  background: #2a2a2a;
  border-radius: 14px;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.seo-case-stat strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 2px;
}

.seo-case-stat span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.35;
}

.seo-cases-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.seo-cases-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: var(--black);
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s, background 0.2s;
}

.seo-cases-dot.is-active {
  width: 10px;
  height: 10px;
  background: var(--red);
}

.seo-faq-heading .accent-blue {
  color: #3b82f6;
}

.seo-services-section {
  background: var(--white);
}

.seo-services-title {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
}

.seo-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.seo-service-card {
  background: #1a1a1a;
  border-radius: 24px;
  padding: 28px 28px 32px;
  color: var(--white);
  display: flex;
  flex-direction: column;
}

.seo-service-media {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  aspect-ratio: 727 / 520;
}

.seo-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.seo-service-name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.seo-service-desc {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 18px;
  flex: 1;
}

.seo-service-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}

.seo-service-link:hover {
  opacity: 0.8;
}

.seo-service-arrow {
  color: var(--red);
  font-size: 16px;
  line-height: 1;
}

.seo-cta {
  background: var(--white);
  padding: 40px 0 64px;
}

.seo-cta .container {
  max-width: 1180px;
  padding-left: 64px;
  padding-right: 64px;
}

.seo-cta-card {
  position: relative;
  min-height: 280px;
  border-radius: 32px;
  overflow: hidden;
  background: #0a0a0a;
}

.seo-cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  display: block;
}

.seo-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #0a0a0a 0%,
    #0a0a0a 28%,
    rgba(10, 10, 10, 0.94) 38%,
    rgba(10, 10, 10, 0.78) 48%,
    rgba(10, 10, 10, 0.45) 62%,
    rgba(10, 10, 10, 0.12) 78%,
    transparent 100%
  );
  z-index: 1;
  pointer-events: none;
}

.seo-cta-card::before {
  content: '';
  position: absolute;
  left: -60px;
  top: -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 59, 59, 0.28) 0%, transparent 72%);
  pointer-events: none;
  z-index: 2;
}

.seo-cta-inner {
  position: relative;
  z-index: 3;
  min-height: 280px;
  display: flex;
  align-items: center;
  padding: 48px 56px;
}

.seo-cta-copy {
  max-width: 480px;
}

.seo-cta-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.seo-cta-title-accent {
  background: linear-gradient(90deg, #ff7a45 0%, #e63b3b 55%, #e63b3b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-cta-text {
  font-size: 13px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 26px;
  max-width: 440px;
}

.seo-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: var(--radius-pill);
  border: none;
  background: linear-gradient(90deg, #ff7a45 0%, #e63b3b 100%);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font);
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.seo-cta-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.seo-contact {
  background: var(--white);
  padding-bottom: 0;
}

.seo-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  padding-bottom: 64px;
}

.seo-contact-title {
  font-size: clamp(2rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.12;
  margin-bottom: 20px;
}

.seo-contact-text {
  font-size: 14px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 32px;
}

.seo-contact-grad-forward {
  background: linear-gradient(90deg, #ff7a45 0%, #e63b3b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-contact-services {
  margin-bottom: 28px;
}

.seo-contact-services h4 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #888;
}

.seo-contact-page .seo-service-tags,
.seo-contact-page .seo-budget-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  max-width: 520px;
}

.seo-contact-page .seo-service-tag {
  padding: 14px 16px;
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-pill);
  background: var(--white);
  font-size: 12px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  font-family: var(--font);
  text-align: center;
  line-height: 1.35;
  transition: border-color 0.2s, color 0.2s;
}

.seo-contact-page .seo-service-tag.is-active,
.seo-contact-page .seo-service-tag:hover {
  border-color: var(--red);
  color: var(--black);
}

.seo-contact-page .seo-service-tag.is-active {
  background: rgba(230, 59, 59, 0.08);
}

.seo-contact-form--lead.footer-form .footer-field label {
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0;
}

.seo-contact-form--lead.footer-form .footer-field input,
.seo-contact-form--lead.footer-form .footer-field textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 0 0 10px;
  background: transparent;
  color: var(--black);
}

.seo-contact-form--lead.footer-form .footer-field input::placeholder,
.seo-contact-form--lead.footer-form .footer-field textarea::placeholder {
  color: #999;
}

.seo-contact-form--lead .footer-submit {
  border-radius: var(--radius-pill);
}

.seo-contact-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.seo-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 14px;
  color: #444;
}

.seo-contact-item-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(230, 59, 59, 0.1);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.seo-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.seo-contact-form .footer-field label {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.seo-contact-form .footer-field input,
.seo-contact-form .footer-field textarea {
  width: 100%;
  border: 1px solid var(--grey-200);
  border-radius: 8px;
  padding: 12px 14px;
  font-family: var(--font);
  font-size: 14px;
}

.seo-contact-form .footer-submit {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .seo-hero-inner { padding: 28px 40px 72px; }
  .seo-split,
  .seo-dark-box,
  .seo-partner-header,
  .seo-contact-grid,
  .seo-partner-grid { grid-template-columns: 1fr 1fr; }
  .seo-partner-header { grid-template-columns: 1fr; gap: 28px; }
  .seo-partner-intro { max-width: none; }
  .seo-services-grid { grid-template-columns: 1fr; }
  .seo-case-headline-row,
  .seo-case-body { grid-template-columns: 1fr; }
  .seo-case-slide { flex: 0 0 100%; min-width: 100%; }
  .seo-cases-carousel { padding: 0 44px; }
  .seo-process-row { grid-template-columns: 1fr; }
  .seo-process-row .seo-process-img { order: 1; }
  .seo-process-row .seo-process-copy { order: 2; }
  .seo-cta .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .seo-cta-card {
    border-radius: 24px;
  }

  .seo-cta-inner {
    padding: 36px 28px;
    min-height: auto;
  }

  .seo-cta-bg {
    object-position: 65% center;
  }

  .seo-cta-overlay {
    background: linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.92) 0%,
      rgba(10, 10, 10, 0.88) 45%,
      rgba(10, 10, 10, 0.55) 100%
    );
  }

  .seo-cta-copy {
    max-width: none;
  }
}

@media (max-width: 768px) {
  .seo-hero {
    min-height: auto;
  }

  .seo-hero-inner {
    padding: 20px 24px 56px;
    min-height: auto;
  }

  .seo-hero-content {
    padding-top: 24px;
    max-width: none;
  }

  .seo-split,
  .seo-dark-box,
  .seo-partner-grid,
  .seo-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .seo-partner-header {
    grid-template-columns: 1fr;
  }

  .seo-cases-carousel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-cta .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seo-cta-inner {
    padding: 32px 24px;
  }

  .seo-dark-box {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .seo-hero-title {
    font-size: clamp(1.75rem, 8vw, 2.125rem);
  }

  .seo-section-title {
    font-size: clamp(1.5rem, 6vw, 1.875rem);
  }

  .seo-cases-carousel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .seo-case-slide {
    padding: 24px 18px;
  }
}
