/* ═══════════════════════════════════════════════════════════
   SEW Homepage — MOBILE FIRST
   Base: 390px → min-width: 480 → 768 → 992 → 1366
   Figma: Desktop-8/9 (frame-27-609)
   ═══════════════════════════════════════════════════════════ */

/* ─── Bricks brx-content is 1100px — break out all sections to full-bleed ─── */
#brx-content.wordpress .sew-hero,
#brx-content.wordpress .sew-section,
#brx-content.wordpress .sew-hottest-strip,
#brx-content.wordpress .sew-logos,
#brx-content.wordpress .sew-logos-carousel,
#brx-content.wordpress .sew-coral-cta,
#brx-content.wordpress .sew-news-section,
#brx-content.wordpress .sew-community,
#brx-content.wordpress .sew-cta-ready,
#brx-content.wordpress .sew-waitlist {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

/* ─── Generic Section ────────────────────────────────────── */
.sew-section {
  padding: 1.5rem 1rem;
  max-width: 100%;
  overflow: hidden;
}

/* Override WP constrained layout spacing on our sections */
.sew-section.wp-block-group,
.sew-section.is-layout-constrained {
  padding: 1.5rem 1rem !important;
}
.sew-section.is-layout-constrained > * + * {
  margin-block-start: 0.5rem !important;
}
.sew-container.wp-block-group,
.sew-container.is-layout-constrained {
  padding: 0 !important;
}

.sew-section--dark {
  background: var(--sew-dark-600);
  color: #fff;
}

.sew-section--light {
  background: #F7F8FA;
}

.sew-section--coral {
  background: linear-gradient(135deg, var(--sew-primary-500) 0%, var(--sew-primary-600) 100%);
  color: #fff;
}

.sew-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sew-section__header {
  text-align: center;
  margin-bottom: 1rem;
}

.sew-section__title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: var(--sew-dark-600);
}

.sew-section--dark .sew-section__title {
  color: #fff;
}

.sew-section__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #78909c;
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.sew-section--dark .sew-section__subtitle {
  color: rgba(255,255,255,0.6);
}

.sew-section__divider {
  width: 48px;
  height: 3px;
  background: var(--sew-primary-500);
  border: none;
  border-radius: 2px;
  margin: 0.75rem auto;
}

/* ─── Hero Section — MOBILE FIRST, compact ──────────────── */
.sew-hero {
  background: var(--sew-dark-600);
  padding: 1.25rem 1rem 1.5rem;
  text-align: center;
  overflow: hidden;
}

/* Override WP block layout padding on hero sections */
.sew-hero.wp-block-group,
.sew-hero.is-layout-constrained {
  padding: 1.25rem 1rem 1.5rem !important;
}
.sew-hero .wp-block-group__inner-container,
.sew-hero.is-layout-constrained > * + * {
  margin-block-start: 0;
}

.sew-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sew-hero__title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 0.5rem;
  line-height: 1.15;
}

.sew-hero__title span {
  color: var(--sew-primary-500);
}

.sew-hero__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
  max-width: 480px;
  margin: 0 auto 0.75rem;
}

.sew-hero__cta {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.sew-hero__cta .sew-btn {
  padding: 0.625rem 1.25rem;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
  cursor: pointer;
  border: none;
}

.sew-btn-primary {
  background: var(--sew-primary-500);
  color: #fff;
}

.sew-btn-primary:hover {
  background: var(--sew-primary-700);
  color: #fff;
}

.sew-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.3);
}

.sew-btn-ghost:hover {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}

/* ─── Search Bar (Figma: multi-filter row) ───────────────── */
.sew-hero__search {
  margin-top: 0.75rem;
}

.sew-search-bar {
  background: #fff;
  border-radius: 8px;
  padding: 0.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  align-items: center;
}

.sew-search-bar__input {
  flex: 1;
  padding: 0.625rem 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  outline: none;
  color: var(--sew-dark-600);
  width: 100%;
  box-sizing: border-box;
}

.sew-search-bar__input::placeholder {
  color: #90a4ae;
}

.sew-search-bar__input:focus {
  border-color: var(--sew-primary-500);
  box-shadow: 0 0 0 2px rgba(50,162,193,0.1);
}

.sew-search-bar__btn {
  background: var(--sew-primary-500);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.75rem 1.25rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  white-space: nowrap;
}

.sew-search-bar__btn:hover {
  background: var(--sew-primary-700);
}

/* ─── Feature Cards Grid ────────────────────────────────── */
.sew-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.sew-feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  display: block;
  color: inherit;
}

.sew-feature-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.sew-feature-card__icon {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--sew-primary-50, #FFF0F0);
  color: var(--sew-primary-500);
}

.sew-feature-card__title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 1.0625rem;
  color: var(--sew-dark-600);
  margin: 0 0 0.375rem;
  line-height: 1.3;
}

.sew-feature-card__desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #78909c;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.sew-feature-card__link {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sew-primary-500);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.15s;
}

.sew-feature-card__link:hover {
  gap: 8px;
}

/* ─── Startup Logos Carousel ─────────────────────────────── */
.sew-logos {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.5rem 0;
}

.sew-logos::-webkit-scrollbar {
  display: none;
}

.sew-logo-card {
  flex: 0 0 140px;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.sew-logo-card__img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  background: #f0f0f0;
  margin: 0 auto 0.5rem;
  display: block;
}

.sew-logo-card__name {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sew-dark-600);
  display: block;
}

.sew-logo-card__role {
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  color: #90a4ae;
}

/* ─── Coral CTA Bar (Find Your Dream Job / Podcast) ─────── */
.sew-coral-bar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

.sew-coral-bar__content {
  flex: 1;
}

.sew-coral-bar__title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.25;
}

.sew-coral-bar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: #fff;
  color: var(--sew-primary-500);
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s;
}

.sew-coral-bar__btn:hover {
  background: var(--sew-dark-600);
  color: #fff;
}

.sew-coral-bar__badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -0.5rem;
}

.sew-coral-bar__badge img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* ─── News / Success Stories Grid ────────────────────────── */
.sew-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.sew-news-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
}
.sew-news-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.sew-news-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #e8ecf0;
}

.sew-news-card__body {
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sew-news-card__title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 1rem;
  color: var(--sew-dark-600);
  margin: 0 0 0.375rem;
  line-height: 1.35;
}

.sew-news-card__excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #78909c;
  line-height: 1.6;
  margin: 0 0 0.75rem;
  flex: 1;
}

.sew-news-card__meta {
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  color: #b0bec5;
}

/* ─── Events Carousel ────────────────────────────────────── */
.sew-events-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}

.sew-events-scroll::-webkit-scrollbar {
  display: none;
}

.sew-event-card {
  flex: 0 0 260px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
}

.sew-event-card__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #e8ecf0;
}

.sew-event-card__body {
  padding: 0.875rem;
}

.sew-event-card__title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 0.9375rem;
  color: var(--sew-dark-600);
  margin: 0 0 0.25rem;
  line-height: 1.3;
}

.sew-event-card__desc {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  color: #90a4ae;
  margin: 0;
  line-height: 1.5;
}

/* ─── Community CTA + Testimonials ───────────────────────── */
.sew-community__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.sew-community__title {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 1.375rem;
  color: var(--sew-dark-600);
  line-height: 1.25;
}

.sew-community__title span {
  color: var(--sew-primary-500);
  display: block;
}

.sew-testimonials {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}

.sew-testimonials::-webkit-scrollbar {
  display: none;
}

.sew-testimonial {
  flex: 0 0 260px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.sew-testimonial__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.75rem;
}

.sew-testimonial__text {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  color: #546e7a;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

.sew-testimonial__stars {
  color: var(--sew-primary-500);
  font-size: 0.875rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.sew-testimonial__name {
  font-family: 'Inter', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sew-dark-600);
}

.sew-testimonial__role {
  font-family: 'Inter', sans-serif;
  font-size: 0.6875rem;
  color: #90a4ae;
}

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

/* ─── Phablet (min-width: 480px) ─────────────────────────── */
@media (min-width: 480px) {
  .sew-hero__title {
    font-size: 1.625rem;
  }

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

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

/* ─── Tablet (min-width: 768px) ──────────────────────────── */
@media (min-width: 768px) {
  .sew-section {
    padding: 2.5rem 1.5rem;
  }

  .sew-hero {
    padding: 2rem 1.5rem 2.25rem;
  }

  .sew-hero__title {
    font-size: 2rem;
  }

  .sew-hero__subtitle {
    font-size: 0.9375rem;
    max-width: 560px;
  }

  .sew-section__title {
    font-size: 2rem;
  }

  .sew-search-bar {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    max-width: 640px;
    margin: 0 auto;
  }

  .sew-search-bar__input {
    border: none;
    padding: 0.75rem 0;
  }

  .sew-search-bar__input:focus {
    box-shadow: none;
  }

  .sew-features {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .sew-coral-bar {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }

  .sew-coral-bar__title {
    font-size: 1.75rem;
  }

  .sew-news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .sew-community__header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

/* ─── Desktop (min-width: 992px) ─────────────────────────── */
@media (min-width: 992px) {
  .sew-section {
    padding: 3rem 1.5rem;
  }

  .sew-hero {
    padding: 2.5rem 1.5rem 3rem;
  }

  .sew-hero__title {
    font-size: 2.5rem;
  }

  .sew-section__title {
    font-size: 2.25rem;
  }

  .sew-search-bar {
    max-width: 720px;
  }

  .sew-logo-card {
    flex: 0 0 160px;
  }

  .sew-news-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sew-news-grid .sew-news-card:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
  }

  .sew-news-grid .sew-news-card:first-child .sew-news-card__img {
    aspect-ratio: auto;
    height: 260px;
  }

  .sew-news-grid .sew-news-card:first-child .sew-news-card__title {
    font-size: 1.375rem;
  }

  .sew-event-card {
    flex: 0 0 300px;
  }

  .sew-testimonial {
    flex: 0 0 300px;
  }
}

/* ─── Wide (min-width: 1366px) ───────────────────────────── */
@media (min-width: 1366px) {
  .sew-section__inner,
  .sew-hero__inner {
    max-width: 1340px;
  }

  .sew-hero__title {
    font-size: 2.75rem;
  }
}

/* ─── Mobile: disable full-bleed calc (prevent horizontal overflow) ─── */
@media (max-width: 480px) {
  #brx-content.wordpress .sew-hero,
  #brx-content.wordpress .sew-section,
  #brx-content.wordpress .sew-hottest-strip,
  #brx-content.wordpress .sew-logos,
  #brx-content.wordpress .sew-logos-carousel,
  #brx-content.wordpress .sew-coral-cta,
  #brx-content.wordpress .sew-news-section,
  #brx-content.wordpress .sew-community,
  #brx-content.wordpress .sew-cta-ready,
  #brx-content.wordpress .sew-waitlist {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ─── Feature landing pages (mobile-first) ───────────────── */
.sew-feature-landing .sew-feature-landing__eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sew-primary-500);
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
}

.sew-feature-landing .sew-hero__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.sew-feature-landing .sew-hero__cta .sew-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
}

.sew-feature-landing .sew-feature-landing__cards .sew-pricing {
  padding: 1.125rem;
}
.sew-feature-landing .sew-feature-landing__cards .sew-pricing--featured {
  margin-top: 18px;
}

.sew-feature-landing .sew-feature-landing__cards .sew-pricing p {
  margin: 0;
  color: #555;
  line-height: 1.65;
  font-size: 0.94rem;
}

.sew-feature-landing .sew-feature-landing__cards .sew-pricing--featured p {
  color: #3b3440;
}

.sew-feature-landing .sew-feature-landing__steps {
  max-width: 860px;
  margin: 0 auto 1.25rem;
  color: #fff;
  line-height: 1.8;
  font-size: 0.95rem;
  padding-left: 1.1rem;
}

@media (min-width: 768px) {
  .sew-feature-landing .sew-feature-landing__eyebrow {
    font-size: 0.76rem;
  }

  .sew-feature-landing .sew-hero__cta {
    max-width: 640px;
  }

  .sew-feature-landing .sew-feature-landing__steps {
    font-size: 1.03rem;
  }
}

/* Plans billing cadence toggle */
.sew-billing-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  width: max-content;
  background: #f3f5f8;
  border: 1px solid #d7deea;
  border-radius: 999px;
  padding: 0.25rem;
  margin: 0 auto 2rem;
}

.sew-billing-toggle__btn {
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  color: #324255;
  background: transparent;
  font: 700 0.85rem/1 Inter, sans-serif;
  cursor: pointer;
  transition: all .18s ease;
}

.sew-billing-toggle__btn.is-active {
  background: var(--sew-primary-500);
  color: #fff;
  box-shadow: 0 2px 10px rgba(255,106,112,.35);
  transform: translateY(-1px);
}

/* Make mode change visually obvious */
.page-id-2053 .sew-pricing-grid {
  transition: background-color .2s ease, border-color .2s ease;
}

.page-id-2053 .sew-pricing-grid[data-sew-billing="quarterly"] .sew-pricing {
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
}

.page-id-2053 .sew-pricing-grid[data-sew-billing="yearly"] .sew-pricing {
  background: #f6f9ff;
  border: 1px solid rgba(84,103,255,.22);
}

/* Plans page compact cards + Wirebot distinction */
.page-id-2053 .sew-pricing-grid [hidden] {
  display: none !important;
}

.page-id-2053 .sew-pricing-grid[data-sew-billing="quarterly"] [data-billing="yearly"] {
  display: none !important;
}

.page-id-2053 .sew-pricing-grid[data-sew-billing="yearly"] [data-billing="quarterly"] {
  display: none !important;
}

.page-id-2053 .sew-pricing-grid[data-sew-billing="quarterly"] [data-billing="quarterly"],
.page-id-2053 .sew-pricing-grid[data-sew-billing="yearly"] [data-billing="yearly"] {
  display: inline !important;
}

.page-id-2053 .sew-pricing-grid[data-sew-billing="quarterly"] .sew-pricing__period[data-billing="quarterly"],
.page-id-2053 .sew-pricing-grid[data-sew-billing="yearly"] .sew-pricing__period[data-billing="yearly"] {
  display: block !important;
}

.page-id-2053 .sew-pricing-grid {
  gap: 1rem;
}

.page-id-2053 .sew-pricing {
  padding: 1.2rem 1rem;
  border-radius: 10px;
}

.page-id-2053 .sew-pricing__name {
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}

.page-id-2053 .sew-pricing__price {
  margin-bottom: 0.85rem;
  font-size: 2rem;
}

.page-id-2053 .sew-pricing__features {
  margin-bottom: 1rem;
}

.page-id-2053 .sew-pricing__features li {
  padding: 0.42rem 0;
  font-size: 0.84rem;
}

.page-id-2053 .sew-pricing--featured,
.page-id-2053 .sew-pricing--featured:hover {
  transform: none;
}
.page-id-2053 .sew-pricing--featured .sew-pricing__name {
  margin-top: 22px;
}

.page-id-2053 .sew-pricing--wirebot {
  border: 1px solid #5467ff;
  background: linear-gradient(180deg, #f4f6ff 0%, #ffffff 100%);
  box-shadow: 0 10px 24px rgba(84,103,255,0.14);
}

.page-id-2053 .sew-pricing--wirebot .sew-pricing__price {
  color: #3f51e3;
}

.page-id-2053 .sew-pricing--wirebot .sew-pricing__features li::before {
  color: #5467ff;
}

.page-id-2053 .sew-pricing--wirebot .sew-btn {
  background: #5467ff;
  border-color: #5467ff;
  color: #fff;
}

.page-id-2053 .sew-pricing--wirebot .sew-btn:hover {
  background: #4353d9;
  border-color: #4353d9;
}

.page-id-2053 .sew-plan-icon {
  margin-right: 0.35rem;
}

@media (min-width: 1024px) {
  .page-id-2053 .sew-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1360px;
  }
}

.page-id-2053 .sew-pricing__features a,
.page-id-2053 .sew-plans-resource-links a {
  color: var(--sew-primary-600);
  font-weight: 600;
  text-decoration: none;
  display: inline;
}

.page-id-2053 .sew-pricing__features a {
  white-space: normal;
  margin-inline: 0.12em;
}

.page-id-2053 .sew-plans-resource-links a {
  white-space: nowrap;
}

.page-id-2053 .sew-pricing__features a:hover,
.page-id-2053 .sew-plans-resource-links a:hover {
  text-decoration: underline;
}

.page-id-2053 .sew-plans-resource-links {
  margin: 1rem auto 0;
  max-width: 980px;
  text-align: center;
  font-size: 0.92rem;
  color: #4b5563;
}

.page-id-2053 .sew-plans-resource-links p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2rem 0.45rem;
  margin: 0;
}

.page-id-2053 .sew-plans-resource-links .sep {
  color: #9aa3b2;
  font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════
   THE PITCH — Landing page components
   Uses same sew-feature-landing base. Adds comparison grid,
   moat cards, and channel counter grid.
   ═══════════════════════════════════════════════════════════ */

/* ── Pitch hero accent ─────────────────────────────────── */
.sew-feature-landing--pitch .sew-hero__title span {
  color: var(--sew-primary-500, #FF6A70);
}

/* ── SVG icon in feature cards ─────────────────────────── */
.sew-pitch-card-icon {
  margin-bottom: 12px;
  color: var(--sew-primary-500, #FF6A70);
}
.sew-pitch-card-icon svg {
  display: block;
}

/* ── Channel counter grid (stacks on mobile) ──────────── */
.sew-pitch-channel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 640px;
  margin: 0 auto;
}
.sew-pitch-channel-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: var(--sew-gray-50, #FAFAFA);
  border: 1px solid var(--sew-gray-200, #eee);
  border-radius: 12px;
  font-size: 0.9375rem;
  color: var(--sew-dark-500, #2D2D2D);
  line-height: 1.4;
}
.sew-pitch-channel-item svg {
  flex-shrink: 0;
}
.sew-pitch-channel-item strong {
  color: var(--sew-primary-500, #FF6A70);
  font-size: 1.25rem;
  font-weight: 900;
}

/* ── Two products section ──────────────────────────────── */
.sew-pitch-products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
}
.sew-pitch-product {
  padding: 28px 24px;
  background: var(--sew-gray-50, #FAFAFA);
  border: 2px solid var(--sew-gray-200, #eee);
  border-radius: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sew-pitch-product--featured {
  border-color: var(--sew-primary-500, #FF6A70);
  box-shadow: 0 4px 16px rgba(255,106,112,0.1);
}
.sew-pitch-product__icon {
  color: var(--sew-primary-500, #FF6A70);
  margin-bottom: 12px;
}
.sew-pitch-product__icon svg {
  display: block;
}
.sew-pitch-product h3 {
  font-size: 1.125rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--sew-dark-500, #2D2D2D);
}
.sew-pitch-product p {
  font-size: 0.9375rem;
  color: var(--sew-dark-400, #6B6B6B);
  line-height: 1.6;
  margin: 0 0 14px;
}
.sew-pitch-product__price {
  display: inline-block;
  font-weight: 800;
  font-size: 1rem;
  color: var(--sew-primary-500, #FF6A70);
}

/* ── Comparison grid (dark section) ────────────────────── */
.sew-pitch-compare-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr) 1.2fr;
  gap: 0;
  font-size: 0.8125rem;
  max-width: 820px;
  margin: 0 auto 32px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.sew-pitch-compare-row {
  display: contents;
}
.sew-pitch-compare-row > div {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.45);
}
.sew-pitch-compare-row > div:first-child {
  font-weight: 600;
  color: rgba(255,255,255,0.75);
}
.sew-pitch-compare-row--header > div {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.6875rem;
  color: rgba(255,255,255,0.35);
  border-bottom: 2px solid rgba(255,255,255,0.12);
  padding-bottom: 10px;
}
.sew-pitch-compare-us {
  color: var(--sew-primary-400, #FF8D92) !important;
  background: rgba(255,106,112,0.06);
  font-weight: 600;
}
.sew-pitch-compare-row--price > div {
  border-top: 2px solid rgba(255,255,255,0.12);
  padding-top: 16px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.sew-pitch-compare-note {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.4);
  text-align: center;
  max-width: 760px;
  margin: 24px auto 0;
  line-height: 1.7;
}
.sew-pitch-compare-note strong {
  color: #fff;
}

/* ── Network moat cards ────────────────────────────────── */
.sew-pitch-moat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 960px;
  margin: 0 auto;
}
.sew-pitch-moat-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--sew-neutral-50, #fff);
  border: 1px solid var(--sew-gray-200, #eee);
  border-radius: 14px;
  padding: 20px;
  transition: box-shadow 0.2s;
}
.sew-pitch-moat-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.sew-pitch-moat-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sew-primary-50, #FFF5F5);
  border-radius: 12px;
  color: var(--sew-primary-500, #FF6A70);
}
.sew-pitch-moat-icon svg {
  display: block;
}
.sew-pitch-moat-card h3 {
  font-size: 0.9375rem;
  font-weight: 800;
  margin: 0 0 4px;
  color: var(--sew-dark-500, #2D2D2D);
}
.sew-pitch-moat-card p {
  font-size: 0.8125rem;
  color: var(--sew-dark-400, #6B6B6B);
  line-height: 1.55;
  margin: 0;
}

/* ── Responsive: Pitch-specific ────────────────────────── */

/* Force single column on small phones */
@media (max-width: 599px) {
  .sew-pitch-moat-grid,
  .sew-pitch-products,
  .sew-pitch-channel-grid {
    grid-template-columns: 1fr !important;
  }
  .sew-feature-landing--pitch .sew-pricing-grid.sew-feature-landing__cards {
    grid-template-columns: 1fr !important;
  }
}

/* Comparison grid: tighter on small screens */
@media (max-width: 640px) {
  .sew-pitch-compare-grid {
    font-size: 0.625rem;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
  .sew-pitch-compare-row > div {
    padding: 8px 5px;
  }
  .sew-pitch-compare-row--header > div {
    font-size: 0.5625rem;
  }
  .sew-pitch-compare-note {
    font-size: 0.8125rem;
    padding: 0 4px;
  }
}

/* Tablet: 2-col grids */
@media (min-width: 600px) {
  .sew-pitch-channel-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sew-pitch-moat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sew-pitch-products {
    grid-template-columns: 1fr 1fr;
  }
}

/* Desktop: 3-col moat */
@media (min-width: 960px) {
  .sew-pitch-moat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .sew-pitch-moat-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 28px 24px;
  }
  .sew-pitch-moat-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 4px;
  }
}

/* ═══════════════════════════════════════════════════════════
   WIRE DRAFTEES — Landing page components
   Draftee roster cards + hero accent
   ═══════════════════════════════════════════════════════════ */

.sew-feature-landing--draftees .sew-hero__title span {
  color: var(--sew-primary-500, #FF6A70);
}

/* ── Draftee Roster Cards ──────────────────────────────── */
.sew-draftee-roster {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
}
.sew-draftee-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: var(--sew-gray-50, #FAFAFA);
  border: 2px solid var(--sew-gray-200, #eee);
  border-radius: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sew-draftee-card:hover {
  border-color: var(--sew-primary-300, #FFB1B4);
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
.sew-draftee-card--featured {
  border-color: var(--sew-primary-500, #FF6A70);
  background: var(--sew-primary-50, #FFF5F5);
}
.sew-draftee-card__avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sew-dark-900, #000);
  border-radius: 14px;
  color: var(--sew-primary-500, #FF6A70);
}
.sew-draftee-card__avatar svg { display: block; }
.sew-draftee-card__info { flex: 1; min-width: 0; }
.sew-draftee-card__info h3 {
  font-size: 1.0625rem;
  font-weight: 800;
  margin: 0 0 2px;
  color: var(--sew-dark-500, #2D2D2D);
}
.sew-draftee-card__role {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--sew-primary-500, #FF6A70);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.sew-draftee-card__info p {
  font-size: 0.8125rem;
  color: var(--sew-dark-400, #6B6B6B);
  line-height: 1.55;
  margin: 0 0 8px;
}
.sew-draftee-card__score {
  display: inline-block;
  font-family: 'SF Mono', 'Consolas', 'Monaco', monospace;
  font-size: 0.6875rem;
  color: var(--sew-dark-400, #6B6B6B);
  letter-spacing: 0.02em;
}
.sew-draftee-roster-note {
  text-align: center;
  font-size: 0.875rem;
  color: var(--sew-dark-400, #6B6B6B);
  margin-top: 20px;
}

/* ── Responsive: Draftees ──────────────────────────────── */
@media (max-width: 599px) {
  .sew-draftee-card {
    padding: 16px;
    gap: 12px;
  }
  .sew-draftee-card__avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .sew-draftee-card__avatar svg {
    width: 28px;
    height: 28px;
  }
  .sew-feature-landing--draftees .sew-pricing-grid.sew-feature-landing__cards {
    grid-template-columns: 1fr !important;
  }
}
