/* =========================================================
   Web Service Page — webservice.css
   Extends seo.css variable foundation.
   Sections: Hero · Burst · Services · Process ·
             Showcase · Stats · Approach · CTA
   ========================================================= */


/* ══════════════════════════════════════════════════════════
   1. HERO SECTION
   ══════════════════════════════════════════════════════════ */

.web-hero {
  padding-bottom: 3rem;
  position: relative;
  background: radial-gradient(
      circle at 75% 30%,
      var(--seo-highlight-soft),
      transparent 55%
    ),
    var(--seo-bg);
}

/* Subtle grid overlay */
.web-hero__gridlines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--seo-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--seo-grid-line) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.18;
  z-index: 0;
  pointer-events: none;
}

/* Ambient glow — top-right origin (no filter: blur — causes repaint glitch) */
.web-hero__glow {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 420px;
  background:
    radial-gradient(circle at 75% 20%, var(--seo-highlight-faint), transparent 60%),
    radial-gradient(circle at 30% -10%, var(--seo-highlight-soft), transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}

/* Lower halo */
.web-hero__halo {
  position: absolute;
  inset: auto -15% -30% -15%;
  height: 520px;
  background: radial-gradient(circle at 80% 70%, var(--seo-highlight-soft), transparent 60%);
  opacity: 0.4;
  pointer-events: none;
}

/* Big ghost "WEB" text — collapses on scroll via GSAP */
.web-hero__big-bg-text {
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  z-index: 0;
}

.web-hero__big-bg-text span {
  font-family: var(--font-sequelsans-romanbody, 'SequelSans', sans-serif);
  font-size: clamp(200px, 32vw, 560px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.82;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 245, 212, 0.10);
  display: block;
  transform-origin: bottom center;
  backface-visibility: hidden;
}

/* Layout grid */
.web-hero__grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}

.web-hero__left {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

/* Chip badge */
.web-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  background: var(--seo-pill);
  border: 1px solid var(--seo-hero-stroke);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--seo-muted);
  margin-bottom: 1.5rem;
}

.web-hero__chip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--seo-highlight);
  box-shadow: 0 0 10px var(--seo-highlight);
  flex-shrink: 0;
}

/* H1 */
.web-hero__title {
  font-size: clamp(2.75rem, 6vw, 4.85rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--seo-text);
  font-weight: 700;
  margin: 0 0 1.1rem;
}

.web-hero__title em {
  font-style: normal;
  color: var(--seo-highlight);
}

.web-hero__subtitle {
  color: var(--seo-muted);
  max-width: 36rem;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Proof strip */
.web-hero__proof-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1.75rem 0 1.75rem;
  flex-wrap: wrap;
}

.web-hero__proof-item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.web-hero__proof-item strong {
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--seo-text);
  line-height: 1;
}

.web-hero__proof-item span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--seo-muted);
}

.web-hero__proof-divider {
  width: 1px;
  height: 32px;
  background: var(--seo-hero-stroke);
  flex-shrink: 0;
}

/* CTA buttons */
.web-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Ghost button */
.rr-btn--ghost {
  border: 1px solid var(--seo-hero-stroke);
  background: transparent;
}
.rr-btn--ghost .text-one,
.rr-btn--ghost .text-two {
  color: var(--seo-text);
}

/* Ghost section number — decorative */
.web-hero__ghost-num {
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 245, 212, 0.07);
  line-height: 0.85;
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
  align-self: flex-end;
  flex-shrink: 0;
}


/* ══════════════════════════════════════════════════════════
   2. BURST SECTION
   Pinned. Color-sweep per line, then zoom-burst.
   Mirrors .actually-area from index.html.
   ══════════════════════════════════════════════════════════ */

.ws-burst-area {
  background: var(--seo-bg);
  position: relative;
  overflow: hidden;
}

.ws-burst-inner {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
}

/* Decorative background circle */
.ws-burst-bg-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background: radial-gradient(circle, var(--seo-highlight-faint) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

/* Burst title — gradient applied per split-line in JS after SplitText */
.ws-burst-title {
  font-size: clamp(52px, 10vw, 148px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 1;
  will-change: transform, opacity;
  color: var(--seo-text);
}

/* Each split line gets gradient applied inline by JS */
.ws-burst-title .line {
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
}


/* ══════════════════════════════════════════════════════════
   3. SERVICES SECTION (What We Build)
   ══════════════════════════════════════════════════════════ */

.ws-services-area {
  background: var(--seo-bg);
}

.ws-services-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.ws-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--seo-highlight);
  font-weight: 600;
}

.ws-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--seo-highlight);
  flex-shrink: 0;
}

.ws-services-heading {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--seo-text);
  max-width: 720px;
  margin: 0;
}

.ws-services-heading span {
  color: var(--seo-highlight);
}

/* 3-column tight grid */
.ws-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(0, 245, 212, 0.1);
}

.seo-page:not(.dark) .ws-services-grid {
  border-color: rgba(0, 0, 0, 0.08);
}

/* Individual pillar */
.ws-service-pillar {
  padding: 2.5rem 2.25rem;
  border-right: 1px solid rgba(0, 245, 212, 0.1);
  position: relative;
  overflow: hidden;
  transition: background 0.45s ease;
}

.seo-page:not(.dark) .ws-service-pillar {
  border-right-color: rgba(0, 0, 0, 0.08);
}

.ws-service-pillar:last-child {
  border-right: none;
}

/* Teal accent line that grows upward on hover */
.ws-service-pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--seo-highlight);
  transition: height 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.ws-service-pillar:hover::before {
  height: 100%;
}

.ws-service-pillar:hover {
  background: rgba(0, 245, 212, 0.03);
}

.ws-pillar-num {
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--seo-highlight);
  font-weight: 700;
  margin-bottom: 2rem;
}

/* 3D line-flip title — handled by .rr_title_anim in main.js */
.ws-pillar-title {
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 700;
  color: var(--seo-text);
  margin: 0 0 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ws-pillar-desc {
  font-size: 0.92rem;
  line-height: 1.72;
  color: var(--seo-muted);
  margin-bottom: 2rem;
}

/* Tag list */
.ws-pillar-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-top: 1px solid rgba(0, 245, 212, 0.1);
  padding-top: 1.5rem;
}

.seo-page:not(.dark) .ws-pillar-tags {
  border-top-color: rgba(0, 0, 0, 0.07);
}

.ws-pillar-tags li {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--seo-muted);
  transition: color 0.25s ease;
}

.ws-pillar-tags li::before {
  content: '+ ';
  color: var(--seo-highlight);
  font-weight: 700;
}

.ws-service-pillar:hover .ws-pillar-tags li {
  color: var(--seo-text);
}


/* ══════════════════════════════════════════════════════════
   4. PROCESS SECTION (How We Work)
   ══════════════════════════════════════════════════════════ */

.ws-process-area {
  background: var(--seo-bg);
  position: relative;
}

/* Subtle gradient accent */
.ws-process-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 50%, var(--seo-highlight-faint), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.ws-process-inner {
  position: relative;
  z-index: 1;
}

/* word-anim heading */
.ws-process-heading {
  font-size: clamp(38px, 6vw, 88px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--seo-text);
  margin-bottom: 3rem;
  max-width: 750px;
}

/* Row list */
.ws-process-rows {
  border-top: 1px solid rgba(0, 245, 212, 0.12);
}

.seo-page:not(.dark) .ws-process-rows {
  border-top-color: rgba(0, 0, 0, 0.08);
}

.ws-process-row {
  display: grid;
  grid-template-columns: 72px 1fr 130px;
  align-items: start;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 245, 212, 0.08);
  transition: background 0.35s ease, padding-left 0.35s ease;
  position: relative;
}

.seo-page:not(.dark) .ws-process-row {
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

.ws-process-row:hover {
  background: rgba(0, 245, 212, 0.025);
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 8px;
}

/* Row number */
.ws-row-num {
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--seo-highlight);
  font-weight: 700;
  padding-top: 0.35rem;
  transition: opacity 0.3s ease;
}

/* Row title — .rr_title_anim from main.js handles 3D flip */
.ws-row-title {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 700;
  color: var(--seo-text);
  margin: 0 0 0.85rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ws-row-desc {
  font-size: 0.92rem;
  line-height: 1.72;
  color: var(--seo-muted);
  max-width: 580px;
  margin: 0;
}

/* Time tag — slides in from right via .fade-anim data-direction="right" */
.ws-row-tag {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--seo-highlight);
  padding-top: 0.4rem;
  text-align: right;
  font-weight: 600;
  border: 1px solid rgba(0, 245, 212, 0.2);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  align-self: center;
  white-space: nowrap;
}


/* ══════════════════════════════════════════════════════════
   5. SHOWCASE SECTION (Moving Gallery)
   ══════════════════════════════════════════════════════════ */

.ws-showcase-area {
  background: var(--seo-bg);
  overflow: hidden;
}

.ws-showcase-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.ws-showcase-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--seo-highlight);
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* word-anim heading */
.ws-showcase-title {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--seo-text);
  margin: 0;
}

.ws-showcase-more {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--seo-muted);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 245, 212, 0.2);
  transition: color 0.3s ease, gap 0.35s ease, border-color 0.3s ease;
  flex-shrink: 0;
  align-self: flex-end;
}

.ws-showcase-more:hover {
  color: var(--seo-highlight);
  gap: 1rem;
  border-bottom-color: var(--seo-highlight);
}

/* Moving track wrapper */
.ws-moving-showcase {
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.ws-showcase-track {
  display: flex;
  gap: 28px;
  width: max-content;
  padding: 0 5vw;
  will-change: transform;
}

/* Individual card */
.ws-showcase-card {
  width: clamp(280px, 28vw, 460px);
  flex-shrink: 0;
}

.ws-card-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  position: relative;
}

.ws-card-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.ws-showcase-card:hover .ws-card-media video {
  transform: scale(1.05);
}

/* Hover overlay with link */
.ws-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  border-radius: 16px;
}

.ws-showcase-card:hover .ws-card-overlay {
  opacity: 1;
}

.ws-card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--seo-highlight);
  color: #040404;
  font-size: 16px;
  text-decoration: none;
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ws-showcase-card:hover .ws-card-link {
  transform: scale(1);
}

/* Card metadata */
.ws-card-meta {
  padding: 1.1rem 0.25rem 0;
}

.ws-card-meta h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--seo-text);
  margin: 0 0 0.3rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.ws-card-meta span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--seo-muted);
}


/* ══════════════════════════════════════════════════════════
   6. STATS SECTION (Proof Numbers)
   ══════════════════════════════════════════════════════════ */

.ws-stats-area {
  background: var(--seo-bg);
  position: relative;
}

.ws-stats-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, var(--seo-highlight-faint), transparent 55%);
  pointer-events: none;
}

/* word-anim heading */
.ws-stats-heading {
  font-size: clamp(36px, 5.5vw, 80px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
  color: var(--seo-text);
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

/* 4-column grid — tight seam layout */
.ws-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(0, 245, 212, 0.1);
  position: relative;
  z-index: 1;
}

.seo-page:not(.dark) .ws-stats-grid {
  border-color: rgba(0, 0, 0, 0.08);
}

.ws-stat-block {
  padding: 2.25rem 2rem;
  border-right: 1px solid rgba(0, 245, 212, 0.1);
  transition: background 0.4s ease;
  position: relative;
  overflow: hidden;
}

.seo-page:not(.dark) .ws-stat-block {
  border-right-color: rgba(0, 0, 0, 0.08);
}

.ws-stat-block:last-child {
  border-right: none;
}

.ws-stat-block::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--seo-highlight);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.ws-stat-block:hover::before {
  transform: scaleX(1);
}

.ws-stat-block:hover {
  background: rgba(0, 245, 212, 0.03);
}

/* Big stat number — word-anim handles the entrance */
.ws-stat-num {
  display: block;
  font-size: clamp(48px, 6.5vw, 96px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--seo-highlight);
  line-height: 1;
  margin-bottom: 1.25rem;
}

.ws-stat-label {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--seo-muted);
  max-width: 210px;
  margin: 0;
}


/* ══════════════════════════════════════════════════════════
   7. APPROACH SECTION (Build Philosophy)
   Boxes slide from x: 100% → 0 via page-level GSAP.
   Title uses .rr_title_anim (3D line flip).
   ══════════════════════════════════════════════════════════ */

.ws-approach-area {
  background: var(--seo-bg);
}

.ws-approach-inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* The approach-area section-header uses existing style.css classes:
   .section-title-wrapper, .section-subtitle1 — preserved for consistency */

.ws-approach-wrapper-box {
  position: relative;
  overflow: hidden;
}

.ws-approach-wrapper-box .steps {
  position: absolute;
  top: -0.15em;
  right: 0;
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 245, 212, 0.08);
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
  z-index: 0;
}

.ws-approach-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(0, 245, 212, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.seo-page:not(.dark) .ws-approach-wrapper {
  border-color: rgba(0, 0, 0, 0.08);
}

/* Individual approach box — slides from x: 100% via GSAP */
.ws-approach-box {
  padding: 2.5rem 2.25rem;
  border-right: 1px solid rgba(0, 245, 212, 0.1);
  position: relative;
  transition: background 0.4s ease;
}

.seo-page:not(.dark) .ws-approach-box {
  border-right-color: rgba(0, 0, 0, 0.08);
}

.ws-approach-box:last-child {
  border-right: none;
}

.ws-approach-box:hover {
  background: rgba(0, 245, 212, 0.04);
}

.ws-approach-box .number {
  display: block;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: var(--seo-highlight);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.ws-approach-box .title {
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 700;
  color: var(--seo-text);
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.ws-approach-box .text {
  font-size: 0.9rem;
  line-height: 1.72;
  color: var(--seo-muted);
  margin: 0;
}

/* Teal accent corner */
.ws-approach-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--seo-highlight);
  transition: width 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.ws-approach-box:hover::after {
  width: 100%;
}


/* ══════════════════════════════════════════════════════════
   8. CTA CLOSE SECTION
   Big word-anim title + contact info.
   ══════════════════════════════════════════════════════════ */

.ws-cta-close {
  background: #060606;
  position: relative;
  overflow: hidden;
}

/* Teal radial accent */
.ws-cta-close::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 245, 212, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.seo-page:not(.dark) .ws-cta-close {
  background: #0a0a0a;
}

.ws-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Big word-anim title */
.ws-cta-title {
  font-size: clamp(52px, 9vw, 138px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0;
}

.ws-cta-title span {
  color: var(--seo-highlight);
}

.ws-cta-right {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.ws-cta-body {
  font-size: 1.05rem;
  line-height: 1.72;
  color: rgba(247, 248, 255, 0.55);
  margin: 0;
}

.ws-cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Contact strip */
.ws-cta-contact {
  display: flex;
  gap: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  flex-wrap: wrap;
}

.ws-cta-contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ws-cta-contact-item span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(247, 248, 255, 0.3);
}

.ws-cta-contact-item a {
  font-size: 0.95rem;
  color: rgba(247, 248, 255, 0.75);
  text-decoration: none;
  transition: color 0.25s ease;
}

.ws-cta-contact-item a:hover {
  color: var(--seo-highlight);
}


/* ══════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ══════════════════════════════════════════════════════════ */

/* ── Large tablet (≤ 1199px) ─────────────────────────────── */
@media (max-width: 1199px) {

  .web-hero__ghost-num {
    display: none;
  }

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

  .ws-service-pillar:nth-child(2) {
    border-right: none;
  }

  .ws-service-pillar:nth-child(3) {
    grid-column: 1 / 3;
    border-right: none;
    border-top: 1px solid rgba(0, 245, 212, 0.1);
  }

  .seo-page:not(.dark) .ws-service-pillar:nth-child(3) {
    border-top-color: rgba(0, 0, 0, 0.08);
  }

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

  .ws-stat-block:nth-child(2),
  .ws-stat-block:nth-child(4) {
    border-right: none;
  }

  .ws-stat-block:nth-child(3),
  .ws-stat-block:nth-child(4) {
    border-top: 1px solid rgba(0, 245, 212, 0.1);
  }

  .ws-approach-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .ws-approach-box:nth-child(2) {
    border-right: none;
  }

  .ws-approach-box:nth-child(3) {
    grid-column: 1 / 3;
    border-right: none;
    border-top: 1px solid rgba(0, 245, 212, 0.1);
  }

  .ws-cta-inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .ws-cta-title {
    font-size: clamp(48px, 10vw, 100px);
  }
}

/* ── Tablet (≤ 991px) ────────────────────────────────────── */
@media (max-width: 991px) {

  .web-hero__big-bg-text {
    display: none;
  }

  .ws-burst-title {
    font-size: clamp(42px, 10vw, 88px);
  }

  .ws-process-row {
    grid-template-columns: 56px 1fr;
    gap: 1.25rem;
  }

  .ws-row-tag {
    display: none;
  }

  .ws-showcase-card {
    width: clamp(260px, 72vw, 400px);
  }

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

}

/* ── Mobile (≤ 767px) ────────────────────────────────────── */
@media (max-width: 767px) {

  .web-hero__title {
    font-size: 2.25rem;
  }

  .web-hero__proof-row {
    gap: 1.25rem;
  }

  .ws-burst-inner {
    min-height: 45vh;
  }

  .ws-burst-title {
    font-size: clamp(36px, 12vw, 64px);
  }

  .ws-services-grid {
    grid-template-columns: 1fr;
  }

  .ws-service-pillar {
    border-right: none;
    border-bottom: 1px solid rgba(0, 245, 212, 0.1);
    padding: 2.5rem 1.75rem;
  }

  .ws-service-pillar:nth-child(3) {
    grid-column: auto;
    border-top: none;
  }

  .seo-page:not(.dark) .ws-service-pillar {
    border-bottom-color: rgba(0, 0, 0, 0.08);
  }

  .ws-process-heading {
    font-size: clamp(32px, 9vw, 56px);
    margin-bottom: 3rem;
  }

  .ws-process-row {
    grid-template-columns: 44px 1fr;
    padding: 2rem 0;
    gap: 1rem;
  }

  .ws-process-row:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .ws-showcase-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .ws-stats-grid {
    grid-template-columns: 1fr;
    border: 1px solid rgba(0, 245, 212, 0.1);
  }

  .ws-stat-block {
    border-right: none;
    border-bottom: 1px solid rgba(0, 245, 212, 0.1);
    padding: 2rem 1.75rem;
  }

  .ws-stat-block:last-child {
    border-bottom: none;
  }

  .ws-stats-heading {
    font-size: clamp(32px, 9vw, 52px);
    margin-bottom: 3rem;
  }

  .ws-approach-wrapper {
    grid-template-columns: 1fr;
  }

  .ws-approach-box {
    border-right: none;
    border-bottom: 1px solid rgba(0, 245, 212, 0.1);
    padding: 2.5rem 1.75rem;
  }

  .ws-approach-box:nth-child(3) {
    grid-column: auto;
    border-top: none;
  }

  .ws-approach-box:last-child {
    border-bottom: none;
  }

  .ws-cta-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ws-cta-title {
    font-size: clamp(44px, 12vw, 80px);
  }

  .ws-cta-contact {
    gap: 1.75rem;
  }

  .ws-moving-showcase {
    padding-bottom: 2rem;
  }
}

/* ── Small mobile (≤ 480px) ──────────────────────────────── */
@media (max-width: 480px) {

  .web-hero__cta {
    flex-direction: column;
  }

  .ws-showcase-card {
    width: 84vw;
  }

  .ws-cta-actions {
    flex-direction: column;
  }
}
