/** Shopify CDN: Minification failed

Line 24:8 Expected identifier but found whitespace
Line 24:10 Unexpected "{"
Line 24:19 Expected ":"
Line 24:64 Expected ":"
Line 30:10 Expected identifier but found whitespace
Line 30:12 Unexpected "{"
Line 30:21 Expected ":"
Line 30:59 Expected ":"
Line 37:10 Expected identifier but found whitespace
Line 37:12 Unexpected "{"
... and 89 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:neo-benefits-grid (INDEX:57) */
.neo-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: {{ section.settings.cards_gap_mobile | default: 20 }}px;
  }
  /* Tablet: 2 cards per row */
  @media (min-width: 600px) and (max-width: 1039px) {
    .neo-benefits-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: {{ section.settings.cards_gap | default: 40 }}px;
    }
  }
  /* Desktop: 3 cards per row */
  @media (min-width: 1040px) {
    .neo-benefits-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: {{ section.settings.cards_gap | default: 40 }}px;
    }
  }

  .neo-benefit-card {
    text-align: left;
    padding: 32px 20px;
    background: transparent;
  }

  .neo-benefit-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }
/* END_SECTION:neo-benefits-grid */

/* START_SECTION:neo-comparison-table (INDEX:60) */
.neo-comparison-v2 {
    position: relative;
    z-index: 1; /* Ensure section stays below header */
  }
  .neo-comparison-v2 .page-width {
    padding-left: 2%;
    padding-right: 2%;
  }

  .neo-table-grid {
    display: grid;
    grid-template-columns: 2.4fr 1fr 1fr 1fr;
    gap: 0;
    font-family: 'Poppins', sans-serif;
    border-radius: 12px;
    overflow: hidden;
    font-family: inherit;
    border: none; /* Removed global border to allow open top-left */
  }

  .neo-cell {
    padding: 24px 20px;
    text-align: center;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* Base borders for all cells */
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
  }

  /* Title cell overrides - Floating effect (no top/left border) */
  .neo-cell-title { 
    background: transparent !important; 
    text-align: left !important; 
    justify-content: flex-start !important; 
    align-items: flex-start !important;
    border-top: none !important;
    border-left: none !important;
    padding-left: 0 !important;
  }

  /* Header cells (except title) need top border to "close" the top of those columns */
  .neo-cell-neo-header,
  .neo-cell-comp-header {
    border-top: 1px solid #C4C4C4;
  }

  /* Feature cells (left column) need left border to "close" the table side, except the title cell */
  .neo-cell-feature {
    border-left: 1px solid #C4C4C4;
  }

  .neo-cell-neo-header { background: {{ section.settings.neo_header_bg }}; border-bottom: none !important; }
  .neo-cell-feature    { background: {{ section.settings.feature_bg }}; color: {{ section.settings.feature_color }}; text-align: left !important; justify-content: flex-start !important; align-items: flex-start !important; }

  .neo-cell-neo { background: {{ section.settings.neo_bg }}; border-top: none; border-bottom: none; }
  .neo-cell-comp { background: {{ section.settings.comp_bg }}; }

  /* Rounded corner safety for specific grid cells */
  .neo-cell-comp-header:last-of-type { border-top-right-radius: 12px; }
  .neo-cell-feature:last-of-type { border-bottom-left-radius: 12px; }
  .neo-table-grid .neo-cell:last-child { border-bottom-right-radius: 12px; }

  @media (max-width: 749px) {
    .neo-comparison-v2 {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }
    .neo-comparison-v2 .page-width {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    /* Title section above table */
    .neo-comparison-v2 > .page-width > div:first-child {
      margin-bottom: 30px !important;
      text-align: center !important;
    }
    .neo-table-grid {
      grid-template-columns: repeat(3, 1fr) !important;
      border-radius: 0px !important;
      gap: 0 !important;
    }
    .neo-cell {
      padding: 18px 8px !important;
      min-height: 80px !important;
      border: 1px solid #ddd !important;
      border-right: none !important;
      border-bottom: none !important;
    }
    .neo-cell:nth-child(3n) {
      border-right: 1px solid #ddd !important;
    }
    /* Title cell - show centered on mobile above table */
    .neo-cell-title {
      grid-column: 1 / span 3 !important;
      display: flex !important;
      flex-direction: column !important;
      text-align: center !important;
      align-items: center !important;
      justify-content: center !important;
      background: transparent !important;
      padding: 20px 15px !important;
      min-height: auto !important;
      border: none !important;
      margin-bottom: 10px !important;
    }
    .neo-cell-title > div:first-child {
      font-size: {{ section.settings.title_heading_size_mobile }}px !important;
      margin-bottom: 8px !important;
    }
    .neo-cell-title > div:last-child {
      font-size: {{ section.settings.title_text_size_mobile }}px !important;
    }
    /* Header row - 3 columns side by side */
    .neo-cell-neo-header {
      background: {{ section.settings.neo_header_bg_mobile | default: section.settings.neo_header_bg }} !important;
      border-top: 1px solid #ddd !important;
      padding: 20px 10px !important;
    }
    .neo-cell-neo-header .neo-table-header-logo {
      height: {{ section.settings.neo_logo_height_mobile }}px !important;
      max-height: 60px !important;
    }
    .neo-cell-comp-header {
      font-size: {{ section.settings.comp_header_size_mobile }}px !important;
      padding: 20px 8px !important;
      word-break: break-word !important;
      line-height: 1.3 !important;
      font-weight: 600 !important;
      border-top: 1px solid #ddd !important;
    }
    /* Feature rows - full width category headers */
    .neo-cell-feature {
      grid-column: 1 / span 3 !important;
      text-align: center !important;
      justify-content: center !important;
      align-items: center !important;
      background: {{ section.settings.feature_bg }} !important;
      color: {{ section.settings.feature_color }} !important;
      font-weight: 700 !important;
      min-height: auto !important;
      padding: 16px 12px !important;
      border-bottom: none !important;
      border-right: 1px solid #ddd !important;
      border-left: 1px solid #ddd !important;
      font-size: {{ section.settings.feature_size_mobile }}px !important;
    }
    /* Value cells - 3 columns below each feature */
    .neo-cell-neo {
      background: {{ section.settings.neo_bg_mobile | default: section.settings.neo_bg }} !important;
      border-top: none !important;
      border-left: 1px solid #ddd !important;
    }
    .neo-cell-comp {
      background: {{ section.settings.comp_bg }} !important;
      border-top: none !important;
    }
    /* Last row gets bottom border */
    .neo-table-grid .neo-cell:nth-last-child(-n+3) {
      border-bottom: 1px solid #ddd !important;
    }
  }

  /* Scaling down from 1500px to 560px */
  @media (min-width: 560px) and (max-width: 1500px) {
    .neo-comparison-v2 .page-width {
      width: 1400px !important;
      max-width: 1400px !important;
      transform: scale(calc(100vw / 1500));
      transform-origin: top center;
      margin-left: auto !important;
      margin-right: auto !important;
    }
    .neo-comparison-v2 {
      display: flex !important;
      justify-content: center !important;
    }
  }

  .neo-table-header-logo {
    height: {{ section.settings.neo_logo_height_desktop }}px;
    margin-top: {{ section.settings.neo_logo_top_margin }}px;
    width: auto;
    object-fit: contain;
  }

  /* Mobile font size overrides */
  @media (max-width: 749px) {
    .neo-main-title {
      font-size: {{ section.settings.title_size_mobile }}px !important;
      text-align: center !important;
      margin-bottom: 10px !important;
    }
    .neo-subtitle {
      font-size: {{ section.settings.title_text_size_mobile }}px !important;
      text-align: center !important;
      line-height: 1.5 !important;
    }
    .neo-cell-comp-header {
      font-size: {{ section.settings.comp_header_size_mobile }}px !important;
    }
    .neo-cell-feature strong {
      font-size: {{ section.settings.feature_size_mobile }}px !important;
    }
    .neo-cell-neo span {
      font-size: {{ section.settings.neo_value_size_mobile }}px !important;
    }
    .neo-cell-comp span {
      font-size: {{ section.settings.value_size_mobile }}px !important;
    }
    .neo-cell-neo img {
      max-height: 35px !important;
    }
    .neo-cell-comp img {
      max-height: 35px !important;
    }
  }
/* END_SECTION:neo-comparison-table */