/* ============================================================
   Services Page
   ============================================================ */

/* Hero */
.sv-hero {
  background: var(--bg);
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-7) var(--space-5) var(--space-6);
}

.sv-hero-inner { max-width: 760px; }

.sv-hero h1 {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.0;
  color: var(--dark);
  margin-bottom: 0;
}

.sv-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--purple), #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sv-hero-sub {
  margin-top: var(--space-3);
  font-size: var(--text-lg);
  color: var(--muted);
  font-weight: 400;
}

/* Service sections */
.sv-service {
  background: #fff;
  padding: var(--space-7) var(--space-5);
  border-top: 1px solid var(--border);
}

/* Pastel colour variants */
.sv-service.sv-mint   { background: #CCFFE6; }
.sv-service.sv-yellow { background: #FFFFCC; }
.sv-service.sv-pink   { background: #FFCCE6; }
.sv-service.sv-purple { background: #CCCCFF; }
.sv-service.sv-blue   { background: #CCE5FF; }

.sv-service-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--ratio-minor) var(--ratio-major);
  gap: var(--space-6);
  align-items: center;
}

.sv-alt .sv-service-inner {
  direction: rtl;
}
.sv-alt .sv-service-text,
.sv-alt .sv-service-visual {
  direction: ltr;
}

/* Text side */
.sv-num {
  font-size: var(--text-sm);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--purple);
  margin-bottom: var(--space-2);
}

.sv-service-text h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: var(--space-3);
}

.sv-lead {
  font-size: var(--text-base);
  line-height: var(--leading-body);
  color: var(--muted);
  margin-bottom: var(--space-4);
}

.sv-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.sv-list li {
  font-size: var(--text-sm);
  color: var(--dark);
  padding-left: var(--space-3);
  position: relative;
  line-height: 1.5;
}

.sv-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
}

/* Visual side */
.sv-service-visual {
  border-radius: var(--radius-xl);
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Browser mockup */
.sv-visual-web {
  background: linear-gradient(135deg, #b3ffd9 0%, #e6fff2 100%);
  padding: var(--space-4);
}

.sv-browser {
  width: 100%;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  overflow: hidden;
}

.sv-browser-bar {
  background: #f5f5f5;
  padding: var(--space-1) var(--space-2); /* fine */
  display: flex;
  align-items: center;
  gap: var(--space-1); /* fine */
  border-bottom: 1px solid #e8e8e8;
}

.sv-browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
}
.sv-browser-bar span:nth-child(1) { background: #ff5f57; }
.sv-browser-bar span:nth-child(2) { background: #ffbd2e; }
.sv-browser-bar span:nth-child(3) { background: #28c840; }

.sv-browser-url {
  flex: 1;
  background: #ebebeb;
  border-radius: var(--radius-sm);
  height: 22px;
  margin-left: var(--space-1);
  font-size: var(--text-xs);
  color: #888;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.sv-browser-content { padding: var(--space-2); }

.sv-mock-hero {
  height: 80px;
  background: linear-gradient(135deg, var(--bg) 0%, #CCFFE6 100%);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-2);
}

.sv-mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-1);
}

.sv-mock-card {
  height: 48px;
  background: #f5f5f5;
  border-radius: var(--radius-sm);
}

/* SEO chart */
.sv-visual-seo {
  background: linear-gradient(135deg, #ffffc2 0%, #fffff0 100%);
  padding: var(--space-4);
  flex-direction: column;
  gap: var(--space-2);
}

.sv-chart-wrap {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 180px;
  width: 100%;
}

.sv-chart-bar {
  flex: 1;
  background: var(--bg);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  transition: height 1s ease;
}

.sv-chart-bar--accent {
  background: var(--purple);
}

.sv-chart-label {
  font-size: var(--text-xs);
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* Ads cards */
.sv-visual-ads {
  background: linear-gradient(135deg, #ffd9ec 0%, #fff0f8 100%);
  padding: var(--space-4);
}

.sv-ad-cards {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  width: 100%;
}

.sv-ad-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: var(--space-2) var(--space-3);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.sv-ad-platform {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: #4285F4;
  color: #fff;
  font-weight: 900;
  font-size: var(--text-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sv-meta { background: #1877F2; }
.sv-ig   { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); font-size: var(--text-xs); }

.sv-ad-info {
  display: flex;
  flex-direction: column;
  gap: 2px; /* fine */
}

.sv-ad-label {
  font-size: var(--text-sm);
  color: var(--muted);
  font-weight: 500;
}

.sv-ad-stat {
  font-size: var(--text-lg);
  font-weight: 800;
  color: var(--dark);
  letter-spacing: -0.02em;
}

/* Strategy roadmap */
.sv-visual-strategy {
  background: linear-gradient(135deg, #c2c2ff 0%, #e0e0ff 100%);
  padding: var(--space-4);
}

.sv-roadmap {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

.sv-roadmap-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
  flex-shrink: 0;
}

.sv-roadmap-step span {
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.sv-rs-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ddd;
  border: 2px solid #ddd;
}

.sv-rs-done .sv-rs-dot  { background: var(--purple); border-color: var(--purple); }
.sv-rs-done span        { color: var(--dark); }
.sv-rs-active .sv-rs-dot { background: #fff; border-color: var(--purple); box-shadow: 0 0 0 4px rgba(108,71,255,0.15); }
.sv-rs-active span      { color: var(--purple); font-weight: 800; }

.sv-roadmap-line {
  flex: 1;
  height: 2px;
  background: #ddd;
  margin-bottom: var(--space-3);
}
.sv-rl-done { background: var(--purple); }

/* AI visual */
.sv-visual-ai {
  background: linear-gradient(135deg, #b3d9ff 0%, #d9eeff 100%);
  padding: var(--space-4);
  min-height: 300px;
  position: relative;
}

.sv-ai-orbs {
  position: relative;
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv-ai-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  animation: float-a 6s ease-in-out infinite;
}

.sv-orb-1 {
  width: 180px; height: 180px;
  background: rgba(204,204,255,0.8);
  top: 10%; left: 10%;
}
.sv-orb-2 {
  width: 140px; height: 140px;
  background: rgba(255,204,230,0.7);
  bottom: 10%; right: 15%;
  animation-delay: -3s;
}
.sv-orb-3 {
  width: 100px; height: 100px;
  background: rgba(204,255,230,0.7);
  top: 20%; right: 20%;
  animation-delay: -1.5s;
  animation-name: float-b;
}

.sv-ai-label {
  position: relative;
  z-index: 1;
  font-size: var(--text-lg);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--dark);
  background: rgba(255,255,255,0.7);
  padding: var(--space-2) var(--space-3);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

/* Cold Outbound stats visual */
.sv-visual-outbound {
  background: linear-gradient(135deg, #ffffc2 0%, #fffff5 100%);
  padding: var(--space-4);
  flex-direction: column;
  gap: 0;
}

.sv-outbound-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  overflow: hidden;
}

.sv-ob-stat {
  padding: var(--space-4) var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.sv-ob-num {
  font-size: var(--text-xl);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--purple);
  line-height: 1;
}

.sv-ob-label {
  font-size: var(--text-sm);
  color: var(--muted);
  font-weight: 500;
}

.sv-ob-divider {
  height: 1px;
  background: var(--border);
  margin: 0 var(--space-4);
}

/* Responsive */
@media (max-width: 900px) {
  .sv-hero { padding: var(--space-7) var(--space-3) var(--space-5); }
  .sv-service { padding: var(--space-6) var(--space-3); }
  .sv-service-inner { grid-template-columns: 1fr; gap: var(--space-5); }
  .sv-alt .sv-service-inner { direction: ltr; }
  .sv-service-visual { min-height: 260px; }
}
