/* =========================================================
   WebLite • seo-styles.css (SEO Services Page - Premium Design)
   ========================================================= */

/* ---------- משתני צבע ועיצוב ---------- */
:root {
  --seo-bg-light: #f8fafc;
  --seo-primary: #2563eb;
  --seo-primary-dark: #1e40af;
  --seo-secondary: #059669;
  --seo-secondary-light: #10b981;
  --seo-accent: #f59e0b;
  --seo-text-dark: #0f172a;
  --seo-text-muted: #64748b;
  --seo-card-bg: #ffffff;
  --seo-border: #e2e8f0;
  --seo-danger: #ef4444;
  --seo-warning: #f59e0b;
  --gradient-seo: linear-gradient(135deg, #2563eb 0%, #059669 100%);
  --gradient-seo-dark: linear-gradient(135deg, #1e40af 0%, #047857 100%);
  --gradient-danger: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 20px 50px rgba(0, 0, 0, 0.15);
  --radius: 16px;
  --radius-sm: 8px;
  --radius-lg: 24px;
}

/* ---------- הגדרות בסיס ---------- */
.seo-page {
  background-color: var(--seo-bg-light);
  color: var(--seo-text-dark);
  overflow-x: hidden;
  font-family: 'Heebo', sans-serif;
  line-height: 1.6;
}

.seo-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ---------- Utilities ---------- */
.seo-page .text-gradient {
  background: var(--gradient-seo);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.seo-page .section-badge {
  display: inline-block;
  background: rgba(37, 99, 235, 0.1);
  color: var(--seo-primary);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}

.seo-page .section-badge.danger {
  background: rgba(239, 68, 68, 0.1);
  color: var(--seo-danger);
}

.seo-page .section-badge.success {
  background: rgba(5, 150, 105, 0.1);
  color: var(--seo-secondary);
}

.seo-page .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.seo-page .section-header h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.seo-page .section-subtitle {
  font-size: 1.125rem;
  color: var(--seo-text-muted);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ---------- כל הסקשנים ---------- */
.seo-page section {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

/* ---------- Buttons ---------- */
.seo-page .btn-seo-primary,
.seo-page .btn-seo-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.25rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: 'Heebo', sans-serif;
}

.seo-page .btn-seo-primary {
  background: var(--gradient-seo);
  color: #fff;
  box-shadow: 0 8px 25px -8px var(--seo-primary);
}

.seo-page .btn-seo-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px -10px var(--seo-primary);
}

.seo-page .btn-seo-secondary {
  background: transparent;
  color: var(--seo-primary);
  border: 2px solid var(--seo-primary);
}

.seo-page .btn-seo-secondary:hover {
  background: var(--seo-primary);
  color: #fff;
  transform: translateY(-3px);
}

/* ==========================================
   HERO SECTION
   ========================================== */
.seo-hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(170deg, #f8fafc 0%, #eff6ff 40%, #ecfdf5 100%);
}

.seo-hero::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
  top: -200px;
  right: -200px;
  border-radius: 50%;
  pointer-events: none;
}

.seo-hero::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(5, 150, 105, 0.06) 0%, transparent 70%);
  bottom: -100px;
  left: -100px;
  border-radius: 50%;
  pointer-events: none;
}

.seo-hero .container {
  position: relative;
  z-index: 2;
}

.seo-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.seo-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  color: var(--seo-primary);
  box-shadow: var(--shadow-md);
  margin-bottom: 2rem;
  border: 1px solid var(--seo-border);
  font-size: 0.95rem;
}

.seo-hero h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: var(--seo-text-dark);
}

.seo-hero .hero-subtitle {
  display: block;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 500;
  margin-top: 0.75rem;
  color: var(--seo-text-muted);
}

.seo-hero .hero-description {
  font-size: 1.125rem;
  color: var(--seo-text-muted);
  line-height: 1.8;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-inline: auto;
}

.seo-hero .hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

/* Hero Stats */
.seo-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

.seo-hero-stats .stat-item {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  border: 1px solid var(--seo-border);
  backdrop-filter: blur(10px);
}

.seo-hero-stats .stat-number {
  font-size: 2.75rem;
  font-weight: 900;
  background: var(--gradient-seo);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.seo-hero-stats .stat-label {
  font-size: 0.9rem;
  color: var(--seo-text-muted);
  font-weight: 500;
}

/* Scroll indicator */
.seo-hero .scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.seo-hero .mouse {
  width: 26px;
  height: 44px;
  border: 2px solid var(--seo-primary);
  border-radius: 20px;
  position: relative;
  margin: 0 auto 8px;
  opacity: 0.6;
}

.seo-hero .wheel {
  width: 4px;
  height: 8px;
  background: var(--seo-primary);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: seo-scroll 2s infinite;
}

@keyframes seo-scroll {
  0% { opacity: 1; top: 8px; }
  100% { opacity: 0; top: 26px; }
}

/* ==========================================
   PAIN POINTS SECTION - נקודות כאב
   ========================================== */
.seo-pain-points {
  background: #fff;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.pain-card {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pain-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--gradient-danger);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pain-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--seo-danger);
}

.pain-card:hover::before {
  opacity: 1;
}

.pain-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(239, 68, 68, 0.08);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  color: var(--seo-danger);
  transition: all 0.3s ease;
}

.pain-card:hover .pain-icon {
  transform: scale(1.1);
  background: rgba(239, 68, 68, 0.15);
}

.pain-card h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: var(--seo-text-dark);
}

.pain-card p {
  color: var(--seo-text-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.pain-stat {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  background: rgba(239, 68, 68, 0.08);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--seo-danger);
}

/* ==========================================
   WHAT IS SEO SECTION
   ========================================== */
.seo-what-is {
  background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

.what-is-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.what-is-visual {
  background: var(--seo-card-bg);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--seo-border);
}

.search-mockup {
  margin-bottom: 1.5rem;
}

.search-bar {
  background: #f1f5f9;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border: 2px solid var(--seo-border);
  margin-bottom: 1.5rem;
}

.search-bar i {
  color: var(--seo-text-muted);
  font-size: 1.125rem;
}

.search-bar span {
  color: var(--seo-text-dark);
  font-weight: 500;
}

.search-results-mockup {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search-result-item {
  padding: 1.25rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--seo-border);
  transition: all 0.3s ease;
}

.search-result-item.highlighted {
  background: rgba(5, 150, 105, 0.06);
  border-color: var(--seo-secondary);
  border-width: 2px;
  position: relative;
}

.search-result-item.highlighted::after {
  content: 'האתר שלך';
  position: absolute;
  top: -10px;
  left: 12px;
  background: var(--seo-secondary);
  color: #fff;
  padding: 0.15rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}

.result-url {
  font-size: 0.8rem;
  color: var(--seo-secondary);
  margin-bottom: 0.25rem;
}

.result-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--seo-primary);
  margin-bottom: 0.25rem;
}

.result-desc {
  font-size: 0.85rem;
  color: var(--seo-text-muted);
  line-height: 1.5;
}

.search-result-item.dimmed {
  opacity: 0.4;
}

.what-is-text h3 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.what-is-text > p {
  color: var(--seo-text-muted);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 1.05rem;
}

.seo-pillars {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pillar-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.pillar-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: rgba(37, 99, 235, 0.08);
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  color: var(--seo-primary);
}

.pillar-content h4 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.pillar-content p {
  color: var(--seo-text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ==========================================
   WHY SEO MATTERS - חשיבות ה-SEO
   ========================================== */
.seo-why-matters {
  background: #fff;
}

.why-matters-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.why-card {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--gradient-seo);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: right;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--seo-primary);
}

.why-card:hover::before {
  transform: scaleX(1);
}

.why-card-icon {
  width: 70px;
  height: 70px;
  background: rgba(37, 99, 235, 0.08);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  font-size: 1.75rem;
  color: var(--seo-primary);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.why-card:hover .why-card-icon {
  transform: scale(1.1);
  background: rgba(37, 99, 235, 0.15);
}

.why-card h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.why-card p {
  color: var(--seo-text-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.why-card .stat-highlight {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--seo-primary);
}

/* Big stat callout */
.seo-big-stat {
  background: var(--gradient-seo);
  border-radius: var(--radius-lg);
  padding: 3rem;
  text-align: center;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}

.seo-big-stat .big-number {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.seo-big-stat p {
  font-size: 1.15rem;
  opacity: 0.95;
  line-height: 1.6;
}

/* ==========================================
   ISRAEL SPECIFIC PROBLEMS - בעיות ספציפיות לשוק הישראלי
   ========================================== */
.seo-israel-problems {
  background: linear-gradient(180deg, #fef2f2 0%, #fff 50%, #f8fafc 100%);
}

.israel-problems-intro {
  max-width: 750px;
  margin: 0 auto 3rem;
  text-align: center;
}

.israel-problems-intro p {
  font-size: 1.1rem;
  color: var(--seo-text-muted);
  line-height: 1.8;
}

.israel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.israel-card {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  transition: all 0.3s ease;
  position: relative;
}

.israel-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.israel-card-number {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 40px;
  height: 40px;
  background: rgba(239, 68, 68, 0.1);
  color: var(--seo-danger);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.1rem;
}

.israel-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(239, 68, 68, 0.08);
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: var(--seo-danger);
  margin-bottom: 1.25rem;
}

.israel-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--seo-text-dark);
}

.israel-card p {
  color: var(--seo-text-muted);
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.israel-card .solution-hint {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(5, 150, 105, 0.06);
  border-radius: var(--radius-sm);
  border-right: 3px solid var(--seo-secondary);
  font-size: 0.9rem;
  color: var(--seo-secondary);
  font-weight: 600;
}

.israel-card .solution-hint i {
  flex-shrink: 0;
}

/* ==========================================
   OUR SEO PROCESS - תהליך העבודה שלנו
   ========================================== */
.seo-process {
  background: #fff;
}

.process-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.process-timeline::before {
  content: '';
  position: absolute;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--gradient-seo);
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-number {
  width: 120px;
  height: 120px;
  background: var(--gradient-seo);
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 2.5rem;
  font-weight: 900;
  box-shadow: 0 0 0 10px var(--seo-bg-light), var(--shadow-lg);
  position: relative;
  z-index: 2;
}

.timeline-content {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
  transform: translateX(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--seo-primary);
}

.timeline-icon {
  width: 60px;
  height: 60px;
  background: rgba(37, 99, 235, 0.08);
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: var(--seo-primary);
  margin-bottom: 1.25rem;
}

.timeline-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: var(--seo-text-dark);
}

.timeline-content > p {
  color: var(--seo-text-muted);
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.timeline-features {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.timeline-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--seo-text-dark);
  font-weight: 500;
  font-size: 0.95rem;
}

.timeline-features i {
  color: var(--seo-secondary);
  font-size: 1rem;
}

/* ==========================================
   RESULTS / SOCIAL PROOF
   ========================================== */
.seo-results {
  background: linear-gradient(180deg, #f8fafc 0%, #ecfdf5 100%);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.result-card {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
}

.result-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--seo-secondary);
}

.result-number {
  font-size: 3.5rem;
  font-weight: 900;
  background: var(--gradient-seo);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.result-label {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--seo-text-dark);
  margin-bottom: 0.5rem;
}

.result-desc {
  font-size: 0.9rem;
  color: var(--seo-text-muted);
  line-height: 1.6;
}

/* Testimonials */
.seo-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.testimonial-stars {
  color: var(--seo-accent);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.testimonial-card > p {
  color: var(--seo-text-dark);
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-seo);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.testimonial-name {
  font-weight: 700;
  font-size: 0.95rem;
}

.testimonial-role {
  font-size: 0.8rem;
  color: var(--seo-text-muted);
}

/* ==========================================
   PRICING SECTION
   ========================================== */
.seo-pricing {
  background: #fff;
}

.seo-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.seo-pricing-grid.two-cards {
  max-width: 900px;
  margin-inline: auto;
  grid-template-columns: repeat(2, 1fr);
}

.seo-pricing-card {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}

.seo-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.seo-pricing-card.featured {
  border-color: var(--seo-primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.seo-featured-badge {
  position: absolute;
  top: 16px;
  left: -32px;
  background: var(--gradient-seo);
  color: #fff;
  padding: 0.4rem 2.5rem;
  transform: rotate(45deg);
  font-weight: 700;
  font-size: 0.75rem;
  box-shadow: var(--shadow-md);
  z-index: 3;
}

.seo-pricing-header {
  background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
  padding: 2.5rem 2rem;
  text-align: center;
  border-bottom: 2px solid var(--seo-border);
}

.seo-pricing-card.featured .seo-pricing-header {
  background: var(--gradient-seo);
  color: #fff;
}

.seo-pricing-header h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.seo-pricing-card.featured .seo-pricing-header h3 {
  color: #fff;
}

.seo-pricing-header .plan-desc {
  font-size: 0.9rem;
  opacity: 0.85;
}

.seo-pricing-body {
  padding: 2.5rem 2rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.seo-price-tag {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--seo-border);
}

.seo-price-tag .currency {
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: super;
}

.seo-price-tag .amount {
  font-size: 3.5rem;
  font-weight: 900;
  background: var(--gradient-seo);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.seo-price-tag .period {
  font-size: 1rem;
  color: var(--seo-text-muted);
  font-weight: 500;
  display: block;
  margin-top: 0.25rem;
}

/* Promo pricing (two-tier) */
.seo-price-tag.has-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.seo-price-tag.has-promo .promo-first-month {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.seo-price-tag.has-promo .promo-then {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(5, 150, 105, 0.08);
  color: var(--seo-secondary);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
}

.seo-price-tag.has-promo .promo-then i {
  font-size: 0.75rem;
}

.seo-price-tag.has-promo .promo-then strong {
  font-size: 1.15rem;
  font-weight: 900;
}

/* SEO + AEO bundle */
.seo-bundle {
  background: linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%);
}

.seo-bundle-card {
  background: #fff;
  border: 2px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 2rem;
}

.seo-bundle-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr;
  gap: 2rem;
  align-items: start;
}

.seo-bundle-content h3,
.seo-bundle-pricing h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.seo-bundle-content .seo-features-list {
  margin-bottom: 0;
}

.seo-bundle-pricing {
  background: #f8fafc;
  border: 1px solid var(--seo-border);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.bundle-price-option {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--seo-border);
  background: #fff;
}

.bundle-price-option + .bundle-price-option {
  margin-top: 0.75rem;
}

.bundle-price-label {
  font-size: 0.9rem;
  color: var(--seo-text-muted);
  font-weight: 600;
}

.bundle-price-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--seo-text-dark);
}

.bundle-price-note {
  margin: 1rem 0 1.25rem;
  color: var(--seo-text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.plan-tagline {
  text-align: center;
  color: var(--seo-text-muted);
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.seo-features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  flex-grow: 1;
}

.seo-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

.seo-features-list i {
  color: var(--seo-secondary);
  font-size: 1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.btn-pricing {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: 'Heebo', sans-serif;
  background: var(--seo-primary);
  color: #fff;
  margin-top: auto;
}

.btn-pricing:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-pricing.primary {
  background: var(--gradient-seo);
  box-shadow: 0 8px 25px -8px var(--seo-primary);
}

.seo-pricing-note {
  background: rgba(37, 99, 235, 0.06);
  border: 2px solid var(--seo-primary);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.seo-pricing-note i {
  color: var(--seo-primary);
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.seo-pricing-note p {
  color: var(--seo-text-dark);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* ==========================================
   FAQ SECTION
   ========================================== */
.seo-faq {
  background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

.seo-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.seo-faq-item {
  background: var(--seo-card-bg);
  border: 2px solid var(--seo-border);
  border-radius: var(--radius);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.seo-faq-item:hover {
  border-color: var(--seo-primary);
}

.seo-faq-question {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  padding: 1.5rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--seo-text-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: 'Heebo', sans-serif;
  transition: all 0.3s ease;
}

.seo-faq-question:hover {
  color: var(--seo-primary);
}

.seo-faq-question i {
  color: var(--seo-primary);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.seo-faq-item.active .seo-faq-question i {
  transform: rotate(180deg);
}

.seo-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.seo-faq-item.active .seo-faq-answer {
  max-height: 500px;
}

.seo-faq-answer > div {
  padding: 0 2rem 1.5rem 2rem;
}

.seo-faq-answer p {
  color: var(--seo-text-muted);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

/* ==========================================
   FINAL CTA
   ========================================== */
.seo-final-cta {
  background: var(--gradient-seo);
  color: #fff;
  text-align: center;
  padding: 6rem 1rem;
}

.seo-cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.seo-cta-icon {
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 3rem;
  margin: 0 auto 2rem;
}

.seo-final-cta h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #fff;
}

.seo-final-cta p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.95;
  line-height: 1.8;
}

.seo-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.25rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: 'Heebo', sans-serif;
  background: #fff;
  color: var(--seo-primary);
}

.btn-cta-white:hover {
  background: #f8fafc;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px -10px rgba(255, 255, 255, 0.5);
}

.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.25rem;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'Heebo', sans-serif;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-cta-outline:hover {
  background: #fff;
  color: var(--seo-primary);
  transform: translateY(-3px);
}

.seo-cta-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  opacity: 0.9;
}

.seo-cta-guarantee i {
  font-size: 1.25rem;
}

/* ==========================================
   SCROLL ANIMATIONS
   ========================================== */
[data-anim] {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-anim="fade-up"] {
  transform: translateY(30px);
}

[data-anim="fade-right"] {
  transform: translateX(-30px);
}

[data-anim="fade-left"] {
  transform: translateX(30px);
}

[data-anim="zoom-in"] {
  transform: scale(0.9);
}

[data-anim].is-visible {
  opacity: 1;
  transform: none;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
  .what-is-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .seo-hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .process-timeline::before {
    right: 40px;
  }

  .timeline-number {
    width: 80px;
    height: 80px;
    font-size: 1.75rem;
  }

  .timeline-item {
    gap: 1.5rem;
  }

  .timeline-content {
    padding: 1.5rem;
  }

  .seo-hero .hero-cta,
  .seo-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .seo-hero .hero-cta a,
  .seo-cta-buttons a {
    width: 100%;
    justify-content: center;
  }

  .israel-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .seo-pricing-grid.two-cards {
    grid-template-columns: 1fr;
  }

  .seo-bundle-card {
    padding: 1.5rem;
  }

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

  .bundle-price-value {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .timeline-item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .timeline-number {
    margin: 0 auto 1rem;
  }

  .process-timeline::before {
    display: none;
  }
}
