/** Shopify CDN: Minification failed

Line 254:0 All "@import" rules must come first
Line 258:12 Expected identifier but found whitespace
Line 258:14 Unexpected "{"
Line 258:23 Expected ":"
Line 258:50 Unexpected "6%"
Line 258:54 Unexpected "{"
Line 258:63 Expected ":"
Line 258:92 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ce-problem-solution (INDEX:13) */
.ce-ps {
    --ce-bg:        #fbf6f0;
    --ce-espresso:  #442916;
    --ce-brown:     #6c3b20;
    --ce-orange:    #ef9901;
    --ce-orange-dk: #c47e00;
    --ce-muted:     #9a7d65;
    --ce-red:       #c94040;
    --ce-green:     #1e7e3e;
    background: var(--ce-bg);
    padding-left: 5%;
    padding-right: 5%;
    --ce-font-body:    var(--font-body-family, var(--font-stack-body, inherit));
    --ce-font-heading: var(--font-heading-family, var(--font-stack-heading, inherit));
  }

  .ce-ps__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .ce-ps__header {
    text-align: center;
    margin-bottom: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ce-ps__pill {
    display: inline-block;
    background: rgba(239,153,1,0.13);
    color: var(--ce-orange-dk);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(239,153,1,0.22);
    font-family: var(--ce-font-body);
  }

  .ce-ps__title {
    color: var(--ce-espresso) !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
    max-width: 720px;
    text-align: center;
  }

  .ce-ps__sub {
    font-size: 1rem;
    color: var(--ce-muted);
    font-weight: 300;
    line-height: 1.75;
    max-width: 520px;
    font-family: var(--ce-font-body);
  }

  .ce-ps__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
  }

  .ce-ps__card {
    border-radius: 24px;
    padding: 36px 32px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .ce-ps__card--problem {
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(255,255,255,0.95);
    box-shadow:
      0 2px 0 rgba(255,255,255,0.85) inset,
      0 8px 32px rgba(68,41,22,0.07),
      0 1px 0 rgba(0,0,0,0.04);
    backdrop-filter: blur(12px);
  }

  .ce-ps__card--solution {
    background: linear-gradient(150deg, #ffffff 0%, #fffaf0 55%, #fff4d6 100%);
    border: 1px solid rgba(239,153,1,0.22);
    box-shadow:
      0 2px 0 rgba(255,255,255,0.95) inset,
      0 -1px 0 rgba(239,153,1,0.12) inset,
      0 12px 48px rgba(239,153,1,0.13),
      0 4px 16px rgba(239,153,1,0.07);
  }

  .ce-ps__solution-badge {
    position: absolute;
    top: -15px;
    right: 28px;
    background: linear-gradient(135deg, #ef9901 0%, #c47e00 100%);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    font-family: var(--ce-font-body);
    box-shadow:
      0 4px 16px rgba(239,153,1,0.35),
      0 1px 0 rgba(255,255,255,0.28) inset;
  }

  .ce-ps__card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
  }

  .ce-ps__icon {
    width: 34px; height: 34px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem; font-weight: 700; flex-shrink: 0;
  }

  .ce-ps__icon--x {
    background: rgba(201,64,64,0.08);
    color: var(--ce-red);
    border: 1px solid rgba(201,64,64,0.15);
    box-shadow: 0 2px 8px rgba(201,64,64,0.08);
  }

  .ce-ps__icon--check {
    background: rgba(30,126,62,0.10);
    color: var(--ce-green);
    border: 1px solid rgba(30,126,62,0.22);
    box-shadow: 0 2px 8px rgba(30,126,62,0.10);
  }

  .ce-ps__card-title {
    color: var(--ce-espresso) !important;
    line-height: 1.3 !important;
    margin: 0 !important;
  }

  .ce-ps__list {
    list-style: none;
    padding: 0; margin: 0;
    flex: 1;
  }

  .ce-ps__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid rgba(68,41,22,0.06);
  }

  .ce-ps__item:last-of-type { border-bottom: none; }

  .ce-ps__item-icon {
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 3px;
    width: 18px;
    text-align: center;
  }

  .ce-ps__item-icon--x     { color: var(--ce-red); }
  .ce-ps__item-icon--check { color: var(--ce-green); }

  .ce-ps__item-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .ce-ps__item-text strong {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--ce-espresso);
    line-height: 1.35;
    font-family: var(--ce-font-body);
  }

  .ce-ps__item-text span {
    font-size: 0.82rem;
    color: var(--ce-muted);
    line-height: 1.55;
    font-weight: 300;
    font-family: var(--ce-font-body);
  }

  .ce-ps__cta-wrap {
    margin-top: auto;
    padding-top: 28px;
  }

  .ce-ps__cta {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #ef9901 0%, #c47e00 100%);
    color: #fff !important;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    font-family: var(--ce-font-body);
    box-shadow:
      0 4px 20px rgba(239,153,1,0.35),
      0 1px 0 rgba(255,255,255,0.25) inset,
      0 -1px 0 rgba(0,0,0,0.1) inset;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }

  .ce-ps__cta:hover {
    transform: translateY(-2px);
    box-shadow:
      0 8px 28px rgba(239,153,1,0.42),
      0 1px 0 rgba(255,255,255,0.25) inset;
  }

  @media (max-width: 768px) {
    .ce-ps__grid { grid-template-columns: 1fr; }
    .ce-ps__card { padding: 28px 24px 32px; }
  }
/* END_SECTION:ce-problem-solution */

/* START_SECTION:ce-stats-strip (INDEX:17) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap');

  .ce-stats-strip {
    background: #1a0c06;
    padding: {{ section.settings.padding_top }}px 6% {{ section.settings.padding_bottom }}px;
  }

  .ce-stats-strip__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }

  .ce-stats-strip__item {
    flex: 1;
    min-width: 140px;
    text-align: center;
    padding: 0 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ce-stats-strip__item:last-child {
    border-right: none;
  }

  .ce-stats-strip__number {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #EF9901;
    line-height: 1.1;
  }

  .ce-stats-strip__label {
    font-size: 0.82rem;
    color: rgba(242, 236, 227, 0.45);
    margin-top: 8px;
    line-height: 1.4;
  }

  @media (max-width: 768px) {
    .ce-stats-strip__inner {
      gap: 0;
    }
    .ce-stats-strip__item {
      flex: 0 0 50%;
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      padding: 20px 16px;
    }
    .ce-stats-strip__item:nth-child(odd) {
      border-right: 1px solid rgba(255, 255, 255, 0.08);
    }
    .ce-stats-strip__item:last-child {
      border-bottom: none;
    }
  }
/* END_SECTION:ce-stats-strip */

/* START_SECTION:ce-steps (INDEX:18) */
.ce-steps {
    --ce-bg:        #fbf6f0;
    --ce-bg-warm:   #f5ebd8;
    --ce-espresso:  #442916;
    --ce-brown:     #6c3b20;
    --ce-orange:    #ef9901;
    --ce-orange-dk: #c47e00;
    --ce-muted:     #9a7d65;
    --ce-border:    rgba(108,59,32,0.12);
    --ce-font-body: var(--font-body-family, inherit);

    background: var(--ce-bg);
    padding-left: 5%;
    padding-right: 5%;
  }

  .ce-steps__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ── Header ── */
  .ce-steps__header {
    text-align: center;
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ce-steps__pill {
    display: inline-block;
    background: rgba(239,153,1,0.12);
    color: var(--ce-orange-dk);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(239,153,1,0.2);
    font-family: var(--ce-font-body);
  }

  .ce-steps__title {
    color: var(--ce-espresso) !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
    max-width: 760px;
    text-align: center;
  }

  .ce-steps__sub {
    font-size: 1rem;
    color: var(--ce-muted);
    font-weight: 300;
    line-height: 1.75;
    max-width: 560px;
    font-family: var(--ce-font-body);
    text-align: center;
  }

  /* ── Grid ── */
  .ce-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /* ── Card ── */
  .ce-steps__card {
    background: rgba(255,255,255,0.68);
    border: 1px solid rgba(108,59,32,0.1);
    border-radius: 20px;
    padding: 40px 32px 36px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow:
      0 2px 0 rgba(255,255,255,0.9) inset,
      0 6px 24px rgba(68,41,22,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .ce-steps__card:hover {
    transform: translateY(-3px);
    box-shadow:
      0 2px 0 rgba(255,255,255,0.9) inset,
      0 12px 36px rgba(68,41,22,0.1);
  }

  /* ── Number ── */
  .ce-steps__num {
    font-family: var(--font-heading-family, serif);
    font-style: italic;
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--ce-orange);
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }

  /* ── Optional badge ── */
  .ce-steps__badge {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ce-orange-dk);
    border: 1px solid rgba(239,153,1,0.25);
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 14px;
    font-family: var(--ce-font-body);
  }

  /* ── Title ── */
  .ce-steps__card-title {
    color: var(--ce-espresso) !important;
    line-height: 1.3 !important;
    margin: 0 0 12px !important;
    font-size: 1.05rem !important;
  }

  /* ── Text ── */
  .ce-steps__card-text {
    font-size: 0.9rem;
    color: var(--ce-muted);
    line-height: 1.75;
    font-weight: 300;
    font-family: var(--ce-font-body);
    flex: 1;
  }

  /* ── Optional inline CTA ── */
  .ce-steps__card-cta {
    display: inline-block;
    margin-top: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ce-orange-dk);
    text-decoration: none;
    border-bottom: 1px solid rgba(239,153,1,0.35);
    padding-bottom: 2px;
    font-family: var(--ce-font-body);
    transition: color 0.15s, border-color 0.15s;
  }

  .ce-steps__card-cta:hover {
    color: var(--ce-espresso);
    border-color: var(--ce-espresso);
  }

  /* ── Connector dots between cards ── */
  .ce-steps__grid .ce-steps__card:not(:last-child)::after {
    content: '→';
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: rgba(239,153,1,0.3);
    z-index: 1;
  }

  /* ── Responsive ── */
  @media (max-width: 900px) {
    .ce-steps__grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .ce-steps__card::after {
      display: none;
    }
    .ce-steps__card {
      padding: 32px 24px 28px;
    }
  }
/* END_SECTION:ce-steps */