/* ==========================================================================
   SERVICE PAGES TEMPLATE - Clean, Reusable Styles
   Use for: Positioning, Behavioral Design, Websites, Vibe Coding, etc.
   Include AFTER styles.css for proper cascade
   ========================================================================== */

/* ==========================================================================
   CSS VARIABLES - Service Page Specific
   ========================================================================== */
:root {
  --service-container-max: 1100px;
  --service-container-narrow: 1000px;
  --service-radius-lg: 16px;
  --service-radius-md: 12px;
  --service-radius-sm: 8px;
}

/* ==========================================================================
   TYPOGRAPHY - Unbounded Font for Headings
   Logical font size scale based on modular scale (1.25 ratio)
   ========================================================================== */

/* Apply Unbounded font to headings on positioning and behavior-design pages */
.page-positioning h1,
.page-positioning h2,
.page-positioning h3,
.page-positioning h4,
.page-positioning h5,
.page-positioning h6,
.page-positioning .hero-title,
.page-positioning .section-title {
  font-family: 'Unbounded', system-ui, sans-serif;
}

/* Desktop Typography Scale - Minor Third Scale (1.2x ratio)
   Mid sizes slightly reduced so sections feel lighter */
.page-positioning h1,
.page-positioning .hero-title {
  font-size: 3.0rem;
  line-height: 1.2;
  font-weight: 700;
}

.page-positioning h2,
.page-positioning .section-title {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
}

.page-positioning h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 700;
}

.page-positioning h4 {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 700;
}

/* Medium screens (laptops/tablets in landscape) - start scale down earlier */
@media (max-width: 1024px) {
  .page-positioning h1,
  .page-positioning .hero-title {
    font-size: 2.6rem;
  }

  .page-positioning h2,
  .page-positioning .section-title {
    font-size: 1.9rem;
  }

  .page-positioning h3 {
    font-size: 1.6rem;
  }

  .page-positioning h4 {
    font-size: 1.3rem;
  }
}

/* Mobile Typography (≤768px) - Minor Third Scale */
@media (max-width: 768px) {
  .page-positioning h1,
  .page-positioning .hero-title {
    font-size: 1.8rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }

  .page-positioning h2,
  .page-positioning .section-title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }

  .page-positioning h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }

  .page-positioning h4 {
    font-size: 1.05rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }
}

/* Small Mobile Typography (≤480px) */
@media (max-width: 480px) {
  .page-positioning h1,
  .page-positioning .hero-title {
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }

  .page-positioning h2,
  .page-positioning .section-title {
    font-size: 1.35rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }

  .page-positioning h3 {
    font-size: 1.15rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }

  .page-positioning h4 {
    font-size: 1.0rem;
    line-height: 1.2;
    font-family: 'Unbounded', system-ui, sans-serif;
  }
}


/* ==========================================================================
   LAYOUT - Containers & Sections
   ========================================================================== */
.service-container {
  max-width: var(--service-container-max);
  margin: 0 auto;
  padding: 0 32px;
}

.service-container-narrow {
  max-width: var(--service-container-narrow);
  margin: 0 auto;
  padding: 0 32px;
}

.service-section {
  padding: var(--section-padding) 0;
}

.service-section-dark {
  background: var(--bg);
  padding: var(--section-padding) 0;
}

.service-section-light {
  background: #ffffff;
  padding: var(--section-padding) 0;
}

.service-section-dotted {
  background: #ffffff;
  background-image: radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  padding: var(--section-padding) 0;
}

/* ==========================================================================
   HERO - Service Page Hero
   ========================================================================== */
.page-service .hero {
  padding: 120px 0 80px;
  min-height: auto;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.service-hero-content {
  text-align: left;
}

.service-hero-content .hero-title {
  text-align: left;
  margin-bottom: 24px;
}

/* Footer override on service pages:
   prevent .page-positioning h3 scale from blowing up footer labels */
.page-positioning .site-footer .footer-work h3,
.page-positioning .site-footer .footer-write h3,
.page-positioning .site-footer .footer-connect h3 {
  font-family: 'Figtree', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  color: var(--text) !important;
  margin: 0 0 6px 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.service-hero-content .hero-subtitle {
  color: #ccc;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: left;
}

.service-hero-content .hero-ctas {
  justify-content: flex-start;
}

.service-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  transform-origin: center center;
}

.service-hero-visual > * {
  /* Base desktop: keep service hero visuals a bit smaller than home hero */
  max-width: 420px;
  width: 100%;
}

/* Step down service hero visuals more aggressively on smaller viewports
   so they don't dominate when vertical space is tight */
@media (max-width: 1100px) {
  .service-hero-visual > * {
    max-width: 340px;
  }
}

@media (max-width: 900px) {
  .service-hero-visual > * {
    max-width: 300px;
  }
}

@media (max-width: 600px) {
  .service-hero-visual > * {
    max-width: 260px;
  }
}


/* ==========================================================================
   RESPONSIVE - Mobile (max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
  /* Containers */
  .service-container,
  .service-container-narrow {
    padding: 0 16px;
  }
  
  /* Problem Section Grid - 1 column on mobile */
  .page-positioning .services-bold,
  .page-service .services-bold {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  /* Sections */
  .service-section,
  .service-section-dark,
  .service-section-light,
  .service-section-dotted,
  .service-transformation,
  .service-what-is,
  .service-process,
  .service-cta {
    padding: var(--section-padding-mobile) 0;
  }
  
  /* Hero */
  .page-service .hero {
    padding: 100px 0 48px;
  }
  
  .service-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .service-hero-content {
    text-align: center;
  }
  
  .service-hero-content .hero-title,
  .service-hero-content h1 {
    text-align: center;
  }
  
  .service-hero-content .hero-subtitle {
    text-align: center;
  }
  
  .service-hero-content .hero-ctas {
    flex-direction: column;
    align-items: center;
  }
  
  .service-hero-visual {
    transform: none;
    margin-top: 24px;
  }
  
  /* Problems */
  .service-problems-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .service-problem-card {
    padding: 24px;
  }
  
  .service-problem-card h3 {
    font-size: 1.3rem;
  }
  
  /* Transformation */
  .service-transformation-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .service-transformation-intro {
    margin-bottom: 40px;
  }
  
  .service-before-box,
  .service-after-box {
    padding: 24px;
  }
  
  .service-arrow {
    display: none; /* Hide arrow on mobile */
  }
  
  /* Testimonials */
  .service-testimonials {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  /* What Is */
  .service-what-is-intro {
    margin-bottom: 40px;
  }
  
  /* Process */
  .service-process-intro {
    margin-bottom: 40px;
  }
  
  .service-week-block {
    margin-bottom: 32px;
  }
  
  .service-week-row {
    flex-direction: column;
    gap: 24px;
  }
  
  .service-week-label {
    flex: 0 0 auto;
    width: 100%;
    padding: 20px;
  }
  
  .service-week-label-meeting {
    font-size: 1.5rem;
  }
  
  .service-between-meetings {
    padding: 16px 20px;
  }
  
  /* Deliverables */
  .service-deliverables {
    padding: 32px 24px;
  }
  
  .service-deliverable-row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  
  .service-deliverable-icon {
    width: 120px;
    height: 120px;
  }
  
  .service-deliverable-icon svg {
    width: 120px;
    height: 120px;
  }
  
  /* Collab Box */
  .service-collab-box {
    padding: 32px 24px;
    margin-top: 40px;
  }
  
  .service-collab-inner {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
  
  .service-collab-grid {
    grid-template-columns: 1fr;
  }
  
  /* CTA */
  .service-cta-header h2 {
    font-size: 1.8rem;
  }
  
  .service-cta-pricing {
    font-size: 1.1rem;
  }
  
  .service-cta-price {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
   RESPONSIVE - Small Mobile (max-width: 480px)
   ========================================================================== */
@media (max-width: 480px) {
  .service-container,
  .service-container-narrow {
    padding: 0 16px;
  }
  
  .service-problem-card {
    padding: 20px;
  }
  
  .service-deliverables {
    padding: 24px 16px;
  }
  
  .service-collab-box {
    padding: 24px 16px;
  }
}

/* ==========================================================================
   BACKWARDS COMPATIBILITY - Positioning Page Classes
   Maps existing positioning-* classes to service-* styles
   Can be removed once HTML is migrated to service-* naming
   ========================================================================== */

/* Containers */
.positioning-container { max-width: var(--service-container-max); margin: 0 auto; padding: 0 32px; }
.positioning-container-narrow { max-width: var(--service-container-narrow); margin: 0 auto; padding: 0 32px; }

/* Sections */
.positioning-section { padding: var(--section-padding) 0; }
.positioning-section-dark { background: var(--bg); padding: var(--section-padding) 0; }
.positioning-transformation { background: var(--bg); padding: var(--section-padding) 0; }
.positioning-what-is { background: #ffffff; padding: var(--section-padding) 0; }
.positioning-process { background: #ffffff; background-image: radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1px); background-size: 24px 24px; padding: var(--section-padding) 0; }
.positioning-cta { background: var(--bg); padding: var(--section-padding) 0; }

/* Hero */
.page-positioning .hero { padding: 120px 0 80px; min-height: auto; }
.page-positioning .positioning-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.page-positioning .positioning-hero-content { text-align: left; }
.page-positioning .positioning-hero-content .hero-title { text-align: left; margin-bottom: 24px; }
.page-positioning .positioning-hero-content .hero-subtitle { color: #ccc; font-size: 1.25rem; line-height: 1.5; margin-bottom: 32px; text-align: left; }
.page-positioning .positioning-hero-content .hero-ctas { justify-content: flex-start; }
.page-positioning .positioning-hero-visual {
  transform: scale(0.9);
  transform-origin: center center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Positioning steps visual box in hero */
.page-positioning .positioning-steps-box { background: linear-gradient(135deg, #fef9f5 0%, #f8f9fa 100%); border-radius: var(--radius); padding: 32px; box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.page-positioning .positioning-steps-list { display: flex; flex-direction: column; gap: 20px; }
.page-positioning .positioning-step-item { display: flex; gap: 16px; align-items: center; background: #ffffff; border: 2px solid var(--orange); border-radius: 10px; padding: 20px; box-shadow: 0 2px 8px rgba(255, 118, 80, 0.1); }
.page-positioning .positioning-step-number { flex-shrink: 0; width: 44px; height: 44px; background: linear-gradient(135deg, var(--orange), #ff8a6f); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; box-shadow: 0 2px 8px rgba(255, 118, 80, 0.3); }
.page-positioning .positioning-step-content { flex: 1; text-align: left; }
.page-positioning .positioning-step-week { font-size: 0.75rem; color: #999; font-weight: 600; margin-bottom: 4px; }
.page-positioning .positioning-step-title { font-size: 0.9rem; color: #333; font-weight: 700; line-height: 1.3; }

/* Transformation */
.positioning-transformation-intro {
  text-align: center;
  margin-bottom: 60px;
}
.positioning-transformation-intro h2 {
  color: #fff;
  margin: 0 auto 24px;
  text-align: center;
  max-width: 28ch;
}
/* Shared dark section intro copy for service pages (Positioning, Websites & e‑commerce) */
.positioning-transformation-intro p {
  color: #ccc;
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 48px auto;
  text-align: center;
  font-weight: 400;
}
.positioning-transformation-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: center; }

/* Shared Before/After card styling for dark transformation sections */
.before-after-card {
  background: rgba(255,255,255,0.05);
  padding: 40px;
  border-radius: var(--radius);
  border: 2px solid rgba(255,255,255,0.1);
}

.before-after-card--after {
  background: linear-gradient(135deg, rgba(255,118,80,0.1) 0%, rgba(255,118,80,0.05) 100%);
  border-color: var(--orange);
}

.before-after-pill {
  text-align: center;
  margin-bottom: 24px;
}

.before-after-pill span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.before-after-pill span.before-label {
  background: rgba(255,118,80,0.2);
  color: var(--orange);
}

.before-after-pill span.after-label {
  background: var(--orange);
  color: #fff;
}

.before-after-card-body {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.6;
}

.before-after-card-body p {
  margin: 0 0 16px 0;
}

.before-after-card-body p:last-child {
  margin-bottom: 0;
}

/* What Is */
.positioning-what-is-intro { max-width: 800px; margin: 0 auto 60px; text-align: center; }
.positioning-what-is-intro h2 { color: #333; margin-bottom: 24px; }
.positioning-what-is-intro p { color: #666; font-size: 1.2rem; line-height: 1.6; margin: 0; }

/* Process */
.positioning-process-intro {
  text-align: center;
  margin-bottom: 60px;
}
.positioning-process-intro h2 {
  color: #333;
  margin-bottom: 16px;
}
.positioning-process-intro p {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}
.positioning-week-block { margin-bottom: 56px; }
.positioning-week-block-last { margin-bottom: 0; }
.positioning-week-row { display: flex; flex-direction: row; gap: 32px; align-items: flex-start; }
.positioning-week-label { flex: 0 0 200px; padding: 24px; background: var(--orange); border-radius: 8px; text-align: left; }
.positioning-week-label-week { font-size: 0.85rem; font-weight: 600; color: #fff; margin-bottom: 8px; }
.positioning-week-label-meeting { font-size: 1.4rem; font-weight: 800; color: #fff; line-height: 1; }
.positioning-week-content { flex: 1; }
.positioning-week-content h3 { color: #333; margin: 0 0 10px; font-size: 1.3rem; }
.positioning-week-desc { color: #333; font-weight: 500; font-size: 1rem; margin: 0 0 14px; }
.positioning-list { color: #1E1E24; margin: 0; font-weight: 500; list-style: none; padding-left: 0; font-size: 0.98rem; line-height: 1.5; }
.positioning-list li { margin-bottom: 8px; }

.positioning-between-meetings { padding: 20px 24px; background: transparent; border-radius: 6px; border: 2px dashed #ccc; margin-top: 20px; }
.positioning-between-meetings p { color: #1E1E24; margin: 0; font-size: 0.95rem; }

/* Websites & e-commerce – stacked services */
.websites-service {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.0));
  padding: 32px 24px 30px;
  margin-bottom: 44px;
}
.websites-service-last {
  margin-bottom: 0;
}
.websites-service-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 6px;
}
.websites-service-title {
  margin: 0 0 20px;
}
.websites-service-lead {
  margin: 0 0 26px;
  color: #333;
  font-size: 1.02rem;
  line-height: 1.6;
}
.websites-service-list {
  margin: 0;
  padding-left: 18px;
  color: #333;
  font-size: 0.98rem;
  line-height: 1.6;
}
.websites-service-list li {
  /* Tighter spacing between bullets in white service boxes */
  margin-bottom: 8px;
}

/* Shared dark “what you walk away with” note for service pages
   Used by Websites & e-commerce and Positioning pages */
.websites-overview-note,
.positioning-deliverables {
  margin-top: 96px;
  padding: 46px 32px 40px;
  border-radius: var(--radius);
  border: 1px solid color-mix(in oklab, var(--orange) 18%, var(--line));
  background: #15151a;
  color: #f5f5f5;
}
.websites-overview-title,
.positioning-deliverables-title {
  margin: 0 0 28px;
  font-size: 1.6rem;
  font-weight: 650;
}
.websites-overview-row,
.positioning-deliverable-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.websites-overview-row:last-child,
.positioning-deliverable-row:last-child {
  margin-bottom: 0;
}

.websites-overview-icon,
.positioning-deliverable-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 80px;
}

.websites-overview-icon svg,
.positioning-deliverable-icon svg {
  width: 110px;
  height: 80px;
}
.websites-overview-content h4 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  font-weight: 600;
  color: #f5f5f5;
}
.websites-overview-content p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: #f5f5f5;
}

/* Deliverables – Positioning: match websites overview look */
.positioning-deliverables-title {
  color: #f5f5f5;
}
.positioning-deliverable-content {
  flex: 1;
}
.positioning-deliverable-content h4 {
  color: #f5f5f5;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 1.2rem;
}
.positioning-deliverable-content p {
  color: #f5f5f5;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.6;
}

.positioning-remember-note {
  margin: 22px 0 0;
  color: #f5f5f5;
  font-size: 1.02rem;
  line-height: 1.5;
  text-align: left;
}

/* Figma Box */
.positioning-figma { 
  background: #15151a; 
  border-radius: var(--radius); 
  border: 1px solid color-mix(in oklab, var(--orange) 18%, var(--line)); 
  padding: 40px 28px 34px; 
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}
.positioning-figma-inner { display: flex; flex-direction: row; gap: 48px; align-items: center; }
.positioning-figma-icon { flex: 0 0 120px; text-align: center; }
.positioning-figma-content { flex: 1; }
.positioning-figma-content h3 { color: #fff; margin: 0 0 16px; }
.positioning-figma-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; }
.figma-emoji { font-size: 5rem; line-height: 1; }
.figma-label { color: var(--orange); font-weight: 700; font-size: 1.1rem; margin-top: 12px; }
.figma-sublabel { color: rgba(255,255,255,0.6); font-size: 0.9rem; }
.figma-desc,
.positioning-figma-content p.figma-desc { color: #fff !important; font-weight: 600; margin: 0 0 24px; }
.figma-feature-title { color: var(--orange); font-weight: 700; margin-bottom: 4px; }
.figma-feature-desc { color: rgba(255,255,255,0.7); font-size: 0.95rem; }

/* CTA */
.positioning-cta-header { text-align: center; margin-bottom: 48px; }
.positioning-cta-header h2 { color: #fff; margin-bottom: 20px; }
.cta-pricing { color: rgba(255,255,255,0.8); font-size: 1.3rem; margin: 0 0 16px; }
.cta-price { font-size: 2.2rem; font-weight: 700; color: var(--orange); }
.cta-subtext { color: rgba(255,255,255,0.6); font-size: 1.1rem; margin: 0; }

/* Problem section intro – shared across service pages on page-positioning */
.page-positioning .problem-section .section-title {
  color: #333;
  margin-bottom: 20px;
}
/* Center the first intro paragraph inside the problem section container */
.page-positioning .problem-section .container > p {
  color: #333;
  margin: 0 auto 60px;
  text-align: center;
  max-width: 900px;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
}

/* Shared Calendly wrapper for CTA sections */
.page-positioning .calendly-wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

/* Testimonials */
.testimonials-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }

/* Hide arrow on mobile */
.positioning-arrow-mobile-hide { display: block; }

/* ==========================================================================
   BACKWARDS COMPATIBILITY - Responsive hero stacking
   Stack hero layout earlier so text and visual go vertical on mid-size screens
   ========================================================================== */
@media (max-width: 1024px) {
  /* Containers */
  .positioning-container,
  .positioning-container-narrow { padding: 0 16px; }
  /* Homepage hero container: keep symmetric padding from inline style,
     and center it within the viewport */
  .page-positioning .hero[aria-labelledby="hero-title"] .container {
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Sections */
  .positioning-section,
  .positioning-section-dark,
  .positioning-transformation,
  .positioning-what-is,
  .positioning-process,
  .positioning-cta { padding: var(--section-padding-mobile) 0; }
  
  /* Hero */
  .page-positioning .hero { 
    padding: 120px 0 48px; 
    overflow-x: hidden; 
    width: 100%;
    max-width: 100vw;
  }
  .page-positioning .hero .container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    overflow-x: hidden;
  }
  .page-positioning .positioning-hero-grid { 
    grid-template-columns: 1fr; 
    gap: 32px; 
    align-items: center;
    justify-items: center;
    width: 100%; 
    max-width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  .page-positioning .positioning-hero-content { text-align: center; display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 100%; }
  .page-positioning .positioning-hero-content .hero-title,
  .page-positioning .positioning-hero-content h1,
  .page-positioning #positioning-hero-title { text-align: center; }
  .page-positioning .positioning-hero-content .hero-subtitle { text-align: center; }
  .page-positioning .positioning-hero-content .hero-ctas { flex-direction: column; align-items: center; }
  .page-positioning .positioning-hero-visual { 
    display: flex;
    justify-content: center;
    align-items: center;
    transform: none; 
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
    overflow: hidden; 
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
  }
  /* Homepage hero card: center using auto margins inside its column */
  .page-positioning .hero[aria-labelledby="hero-title"] .positioning-steps-box.service-hero-visual {
    max-width: 520px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .page-positioning .positioning-steps-box { 
    width: 100%; 
    max-width: 100%; 
    margin: 0 auto; 
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
  }
  .page-positioning .positioning-steps-box * { 
    max-width: 100%; 
    box-sizing: border-box;
  }
  .page-positioning .service-hero-visual { 
    width: 100%; 
    max-width: 100%; 
    overflow: hidden;
    box-sizing: border-box;
    min-width: 0;
  }
  .page-positioning .service-hero-visual > div { 
    width: 100%; 
    max-width: 100%; 
    box-sizing: border-box;
    min-width: 0;
    overflow: hidden;
  }
  /* Constrain all nested divs inside service-hero-visual on mobile */
  .page-positioning .service-hero-visual div[style*="padding"],
  .page-positioning .service-hero-visual div[style*="width"],
  .page-positioning .service-hero-visual div[style*="display"] {
    max-width: 100%;
    box-sizing: border-box;
  }
  /* Specifically target the browser mockup container and all nested elements */
  .page-positioning .service-hero-visual > div > div,
  .page-positioning .service-hero-visual div[style*="background"],
  .page-positioning .service-hero-visual div[style*="border"] {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* Constrain grid layouts inside hero visual */
  .page-positioning .service-hero-visual div[style*="grid-template-columns"] {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  /* Constrain flex containers */
  .page-positioning .service-hero-visual div[style*="display: flex"],
  .page-positioning .service-hero-visual div[style*="display:grid"] {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* Homepage hero visual: stack wireframe and sidebar vertically on mobile */
  .page-positioning .positioning-hero-visual .positioning-steps-box > div[style*="grid-template-columns"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Let homepage hero content breathe vertically on mobile so text is readable */
  .page-positioning .positioning-hero-visual {
    overflow-y: visible !important;
  }

  .page-positioning .positioning-hero-visual .positioning-steps-box {
    padding: 20px !important;
  }

  .page-positioning .positioning-hero-visual .positioning-steps-box * {
    line-height: 1.4;
  }
  
  /* Transformation */
  .positioning-transformation-grid { grid-template-columns: 1fr; gap: 24px; }
  .positioning-transformation-intro { margin-bottom: 40px; }
  .positioning-arrow-mobile-hide { display: none; }
  
  /* What Is */
  .positioning-what-is-intro { margin-bottom: 40px; }
  
  /* Testimonials */
  .testimonials-grid-2 { grid-template-columns: 1fr; gap: 12px; }
  
  /* Process */
  .positioning-process-intro { margin-bottom: 40px; }
  .positioning-week-block,
  .positioning-week-block-last { margin-bottom: 40px; }
  .positioning-week-row { flex-direction: column; gap: 24px; }
  .positioning-week-label { flex: 0 0 auto; width: 100%; padding: 20px; }
  .positioning-week-label-meeting { font-size: 1.2rem; }
  .positioning-between-meetings { padding: 16px 20px; }
  
  /* Deliverables */
  .positioning-deliverables { padding: 32px 24px; }
  .positioning-deliverable-row { flex-direction: column; gap: 16px; align-items: flex-start; }
  .positioning-deliverable-icon { width: 120px; height: 120px; }
  .positioning-deliverable-icon svg { width: 120px; height: 120px; }
  
  /* Figma Box */
  .positioning-figma { 
    padding: 40px 24px 36px; 
    margin-top: 48px; 
    max-width: calc(100% - 48px);
    margin-left: auto !important; 
    margin-right: auto !important; 
  }
  .positioning-figma-inner { flex-direction: column; gap: 24px; text-align: center; }
  .positioning-figma-grid { grid-template-columns: 1fr; }
  
  /* CTA */
  .positioning-cta-header h2 { font-size: 1.8rem; }
  .cta-pricing { font-size: 1.1rem; }
  .cta-price { font-size: 1.8rem; }
  
  /* New Deliverables Grid */
  .deliverables-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  
  .deliverable-card {
    padding: 24px 20px !important;
  }
}

/* Hero padding for tablets and larger screens */
@media (min-width: 769px) and (max-width: 1024px) {
  .page-positioning .hero { padding: 160px 0 100px; }
}

@media (min-width: 1025px) {
  .page-positioning .hero { padding: 180px 0 120px; }
}

/* ==========================================================================
   VIBE CODING - Solution Showcase
   Section: "Tools that solve your actual problems"
   Layout: text LEFT, live demo RIGHT, consistent across all 4 items
   ========================================================================== */

/* Row: text + demo side by side */
.vibe-showcase-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 96px;
}

.vibe-showcase-item:last-child {
  margin-bottom: 0;
}

/* --- Left: Text column --- */
.vibe-showcase-text {
  padding-top: 24px;
}

.vibe-showcase-eyebrow {
  display: inline-block;
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--orange);
  background: rgba(255, 118, 80, 0.12);
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.vibe-showcase-text h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.25;
}

.vibe-showcase-text p {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 24px;
}

.vibe-showcase-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vibe-showcase-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #e5e7eb;
  font-size: 0.93rem;
  line-height: 1.55;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.vibe-showcase-text ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vibe-showcase-text ul li::before {
  content: '✓';
  color: var(--orange);
  font-weight: 800;
  flex-shrink: 0;
  font-size: 0.82rem;
  margin-top: 2px;
}

/* --- Right: Demo frame (browser mockup) --- */
.vibe-demo-frame {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 8px 32px rgba(0, 0, 0, 0.35),
    0 32px 80px rgba(0, 0, 0, 0.25);
}

/* Browser chrome bar */
.vibe-demo-chrome {
  background: #f0f1f3;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.vibe-demo-dots {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.vibe-demo-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}

.vibe-demo-dot-red    { background: #ff5f57; }
.vibe-demo-dot-yellow { background: #febc2e; }
.vibe-demo-dot-green  { background: #28c840; }

.vibe-demo-urlbar {
  flex: 1;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 5px 12px;
  font-family: 'Space Grotesk', monospace, sans-serif;
  font-size: 0.7rem;
  color: #6b7280;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
}

.vibe-demo-live-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.66rem;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  padding: 4px 10px;
  border-radius: 20px;
  flex-shrink: 0;
  border: 1px solid #a7f3d0;
  white-space: nowrap;
}

.vibe-demo-live-dot {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  animation: vibe-live-pulse 2s ease-in-out infinite;
}

@keyframes vibe-live-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

/* Demo content area */
.vibe-demo-body {
  padding: 20px 24px 24px;
}

/* Prompt strip: shows what was typed to build this */
.vibe-demo-prompt {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #0d0d12;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}

.vibe-demo-prompt-label {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  color: #4b5563;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.vibe-demo-prompt-text {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  font-size: 0.73rem;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}

/* --- Pricing demo: plan tabs --- */
.vibe-plan-tabs {
  display: flex;
  background: #f3f4f6;
  border-radius: 8px;
  padding: 3px;
  gap: 3px;
  margin-bottom: 16px;
}

.vibe-plan-tab {
  flex: 1;
  padding: 9px 6px;
  border-radius: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #6b7280;
  transition: all 0.15s ease;
  line-height: 1.2;
  font-family: inherit;
}

.vibe-plan-tab span {
  display: block;
  font-size: 0.68rem;
  font-weight: 400;
  color: #9ca3af;
  margin-top: 2px;
}

.vibe-plan-tab:hover {
  background: rgba(255,255,255,0.6);
  color: #374151;
}

.vibe-plan-tab.is-active {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.vibe-plan-tab.is-active span {
  color: var(--orange);
  font-weight: 600;
}

/* Billing toggle (monthly / annual) */
.vibe-billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.82rem;
  color: #6b7280;
  font-weight: 500;
}

.vibe-billing-track {
  width: 38px;
  height: 21px;
  background: #d1d5db;
  border-radius: 11px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  flex-shrink: 0;
}

.vibe-billing-track.is-annual {
  background: var(--orange);
}

.vibe-billing-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.vibe-billing-track.is-annual .vibe-billing-thumb {
  transform: translateX(17px);
}

.vibe-save-badge {
  font-size: 0.65rem;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #a7f3d0;
}

/* Add-on feature rows */
.vibe-feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #f9fafb;
  border-radius: 6px;
  margin-bottom: 6px;
  font-size: 0.86rem;
  color: #374151;
  cursor: pointer;
  transition: background 0.15s;
}

.vibe-feature-row:last-of-type {
  margin-bottom: 0;
}

.vibe-feature-row:hover {
  background: #f3f4f6;
}

.vibe-feature-row-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.vibe-feature-row-label input[type="checkbox"] {
  accent-color: var(--orange);
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.vibe-feature-row-price {
  font-weight: 700;
  color: var(--orange);
  font-size: 0.8rem;
}

/* Price total box */
.vibe-pricing-total {
  margin-top: 14px;
  padding: 14px 16px;
  background: #f9fafb;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
}

.vibe-pricing-total-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
  margin-bottom: 2px;
}

.vibe-pricing-total-value {
  font-size: 2rem;
  font-weight: 800;
  color: #111;
  line-height: 1;
}

.vibe-pricing-total-value span {
  font-size: 0.95rem;
  font-weight: 400;
  color: #6b7280;
}

.vibe-pricing-annual-note {
  font-size: 0.75rem;
  color: #059669;
  margin-top: 6px;
  font-weight: 600;
}

/* --- Comparison demo: table header + rows --- */
.vibe-comp-header {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 0;
}

.vibe-comp-header-blank {
  padding: 10px 0;
  font-size: 0.72rem;
  color: #9ca3af;
  font-weight: 600;
}

.vibe-comp-plan-btn {
  text-align: center;
  padding: 10px 4px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  color: #6b7280;
  border: none;
  background: transparent;
  transition: color 0.15s;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  line-height: 1.2;
  font-family: inherit;
}

.vibe-comp-plan-btn span {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  color: #9ca3af;
  margin-top: 2px;
}

.vibe-comp-plan-btn.is-active {
  color: var(--orange);
  border-bottom-color: var(--orange);
}

.vibe-comp-plan-btn.is-active span {
  color: var(--orange);
}

.vibe-comp-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid #f3f4f6;
}

.vibe-comp-row:last-child {
  border-bottom: none;
}

.vibe-comp-cell {
  padding: 9px 4px;
  text-align: center;
  font-size: 0.8rem;
  color: #6b7280;
  transition: background 0.15s;
}

.vibe-comp-cell.feature-name {
  text-align: left;
  font-weight: 500;
  color: #374151;
  padding-left: 0;
  font-size: 0.8rem;
}

.vibe-comp-cell.is-active {
  background: rgba(255, 118, 80, 0.06);
  color: #111;
  font-weight: 600;
}

.vibe-comp-cell .check { color: #10b981; font-weight: 700; }
.vibe-comp-cell .cross { color: #d1d5db; }

.vibe-comp-selected-note {
  margin-top: 12px;
  padding: 9px 12px;
  background: rgba(255, 118, 80, 0.08);
  border-radius: 6px;
  font-size: 0.8rem;
  color: var(--orange);
  font-weight: 600;
  text-align: center;
}

/* --- Message testing demo: mini landing page preview --- */
.vibe-lp-preview {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 14px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
}

/* Mini nav bar inside the landing page preview */
.vibe-lp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: #fafafa;
  border-bottom: 1px solid #e5e7eb;
}

.vibe-lp-nav-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 800;
  color: #111;
}

.vibe-lp-nav-mark {
  width: 13px;
  height: 13px;
  background: var(--orange);
  border-radius: 3px;
  flex-shrink: 0;
}

.vibe-lp-nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.62rem;
  color: #9ca3af;
}

.vibe-lp-nav-pill {
  background: var(--orange);
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.6rem;
  white-space: nowrap;
}

/* Hero area inside the preview */
.vibe-lp-hero {
  padding: 16px 14px 18px;
}

.vibe-lp-preview-h1 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin-bottom: 8px;
  transition: opacity 0.2s ease;
}

.vibe-lp-preview-sub {
  font-size: 0.67rem;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 12px;
}

.vibe-lp-preview-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vibe-lp-preview-cta {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-size: 0.63rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
}

.vibe-lp-preview-ghost {
  font-size: 0.63rem;
  color: #9ca3af;
}

/* A/B/C/D variant tester: rows of pills for headline, sub, cta */
.vibe-ab-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vibe-ab-row {
  background: #f9fafb;
  border-radius: 6px;
  padding: 8px 10px;
  border: 1px solid #f3f4f6;
}

.vibe-ab-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.vibe-ab-row-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
}

.vibe-ab-pills {
  display: flex;
  gap: 4px;
}

.vibe-ab-pill {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  color: #6b7280;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.12s ease;
  font-family: inherit;
  flex-shrink: 0;
}

.vibe-ab-pill:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.vibe-ab-pill.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

.vibe-ab-selected-text {
  font-size: 0.7rem;
  color: #9ca3af;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}

/* --- Configurator demo: options + quote --- */
.vibe-config-section-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.vibe-config-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: #f9fafb;
  border-radius: 6px;
  margin-bottom: 6px;
}

.vibe-config-row:last-of-type {
  margin-bottom: 0;
}

.vibe-config-label {
  font-size: 0.86rem;
  color: #374151;
  font-weight: 500;
}

.vibe-config-select {
  font-size: 0.8rem;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  padding: 5px 8px;
  background: #fff;
  color: #374151;
  cursor: pointer;
  font-family: inherit;
}

.vibe-config-quote {
  margin-top: 14px;
  padding: 14px 16px;
  background: #0d0d12;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vibe-config-quote-meta {
  line-height: 1.3;
}

.vibe-config-quote-label {
  font-size: 0.75rem;
  color: #e2e8f0;
  font-weight: 600;
}

.vibe-config-quote-sublabel {
  font-size: 0.65rem;
  color: #94a3b8;
  margin-top: 2px;
}

.vibe-config-quote-price {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  white-space: nowrap;
}

.vibe-config-quote-price span {
  font-size: 0.82rem;
  font-weight: 400;
  color: #94a3b8;
}

/* ==========================================================================
   VIBE CODING - Layout helpers
   ========================================================================== */

.vibe-hero-box {
  padding: 28px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  border: 1px solid #e5e7eb;
}

.vibe-hero-svg {
  width: 100%;
  height: auto;
  display: block;
}

.vibe-hero-caption {
  text-align: center;
  margin-top: 16px;
  font-size: 0.8rem;
  color: #666;
  font-weight: 600;
}

.nav-cta-primary {
  background: var(--orange);
  border-color: var(--orange);
  border-radius: 6px;
  border-left: 4px solid #e65100;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 16px;
}

.container-faq {
  max-width: 800px;
  padding-left: 32px;
  padding-right: 32px;
}

.vibe-link-orange {
  color: var(--orange);
  text-decoration: underline;
}

.vibe-faq-watermark {
  margin-top: 48px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.18);
}

.vibe-demo-section-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   VIBE CODING - Pricing
   ========================================================================== */
.vibe-pricing-block {
  margin-top: 64px;
  text-align: center;
}

.vibe-pricing-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111;
  line-height: 1;
  margin-bottom: 10px;
  font-family: 'Unbounded', system-ui, sans-serif;
}

.vibe-pricing-price-note {
  font-size: 0.78rem;
  color: #9ca3af;
  line-height: 1.5;
  margin-bottom: 20px;
}

.vibe-pricing-statement {
  font-size: 1.15rem;
  color: #374151;
  line-height: 1.6;
  margin: 0 auto 36px;
  max-width: 520px;
}

.vibe-pricing-cta {
  display: inline-block;
  padding: 16px 36px;
  background: var(--orange);
  color: #fff;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.15s;
}

.vibe-pricing-cta:hover {
  opacity: 0.88;
}

@media (max-width: 768px) {
  .vibe-pricing-price {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   VIBE CODING - Process Steps (what happens after you book)
   ========================================================================== */
.vibe-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 56px;
  position: relative;
}

.vibe-process-steps::before {
  content: '';
  position: absolute;
  top: 20px;
  left: calc(12.5% + 16px);
  right: calc(12.5% + 16px);
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}

.vibe-process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.vibe-process-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-family: 'Unbounded', system-ui, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.vibe-process-step-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
  line-height: 1.3;
}

.vibe-process-step-desc {
  font-size: 0.8rem;
  color: #6b7280;
  line-height: 1.5;
}

.vibe-process-intro {
  margin-top: 80px;
  text-align: center;
}

.vibe-process-intro-title {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.vibe-process-intro-sub {
  color: #6b7280;
  font-size: 0.92rem;
  margin: 0;
}

@media (max-width: 768px) {
  .vibe-pricing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vibe-pricing-card {
    padding: 28px 24px;
  }

  .vibe-pricing-card-price {
    font-size: 2rem;
  }

  .vibe-process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 40px;
  }

  .vibe-process-steps::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .vibe-showcase-item {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 64px;
  }

  .vibe-showcase-text {
    padding-top: 0;
  }

}

@media (max-width: 768px) {
  .vibe-showcase-item {
    margin-bottom: 48px;
  }

  /* Reduce demo body padding on mobile to reclaim space */
  .vibe-demo-body {
    padding: 16px;
  }

  /* Comparison table: allow horizontal scroll so 4 columns don't crush */
  .vibe-comp-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .vibe-comp-inner {
    min-width: 290px;
  }

  /* Tighter cell padding and smaller text inside the comparison table */
  .vibe-comp-header,
  .vibe-comp-row {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
  }

  .vibe-comp-cell,
  .vibe-comp-header-blank {
    padding: 8px 3px;
    font-size: 0.74rem;
  }

  .vibe-comp-plan-btn {
    padding: 8px 3px;
    font-size: 0.74rem;
  }

  .vibe-comp-plan-btn span {
    font-size: 0.62rem;
  }

  /* Hide "Live demo" badge on very small screens to save chrome space */
  @media (max-width: 400px) {
    .vibe-demo-live-badge {
      display: none;
    }
  }
}
