/** Shopify CDN: Minification failed

Line 239:10 Expected ":"

**/


/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

strong {
  font-weight: bold
}

em {
  font-style: italic;
}
body {
    line-height: 1.7;
    color: #3c3660;
    background-color: #ffffff;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
section.hero {
    background: #e8e7f1;
    padding: 80px 0 60px;
    text-align: center;
}

.breadcrumbs {
    font-size: 0.9rem;
    color: #7f7f7f;
    margin-bottom: 20px;
}

article a, section.hero a {
  padding: 0;
  color: #8a28ca !important;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  font-weight: 700;
}

article a:hover, section.hero a:hover {
  text-decoration: underline;
}

a.button, a.cta-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 15px 55px;
    background: #3c3660;
    box-shadow: none;
    border: 2px solid #3c3660;
    border-radius: 0;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    outline: none;
    transition: background 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), border 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a.button:hover,.cta-button:hover, .cta-button:focus, a.button:focus {
  text-decoration: none;
  background: #262046;
  border: 2px solid #262046;
}


.breadcrumbs a:hover {
    text-decoration: underline;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #3c3660;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #3c3660;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.article-meta {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 0.9rem;
    color: #3c3660;
}

.article-meta span {
    display: flex;
    align-items: center;
}

/* Featured Image */
.featured-image {
    margin: 0 0 60px;
}

.featured-image img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 0;
}

/* Blog Content */
.blog-content {
    padding: 40px 0 80px;
}

.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.content-section {
    margin-bottom: 50px;
}

.intro-section {
    margin-bottom: 60px;
}

.lead {
    font-size: 1.2rem;
    line-height: 1.8;
    color: color: #7f7f7f;
    margin-bottom: 25px;
    font-weight: 400;
}

.content-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #3c3660;
    margin-bottom: 25px;
    line-height: 1.3;
}

.content-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3c3660;
    margin: 30px 0 20px;
}

.content-section p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #4a5568;
}

.content-section ul,
.content-section ol {
    margin: 20px 0 20px 25px;
    line-height: 1.9;
    color: #4a5568;
}

.content-section li {
    margin-bottom: 12px;
}



/* Inline Images */
.inline-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Tip Box */
.tip-box {
    background-color: #e8e7f1;
    border-left: 4px solid #3c3660;
    padding: 30px;
    margin: 30px 0;
    border-radius: 8px;
}

.tip-box h3 {
    font-size: 1.2rem;
    color: #3c3660;
    margin-top: 0;
    margin-bottom: 20px;
}

.tip-box ul {
    margin-left: 0;
    list-style-position: inside;
}

.tip-box li {
    margin-bottom: 12px;
}

/* Highlight Box */
.highlight-box {
    padding: 30px;
    margin: 30px 0;
    border-radius: 12px;
    background-color: #e8e7f1;
    border 1px solid #3c3660;
}

.highlight-box h3 {
    margin-top: 0;
}

.highlight-box ul {
    margin-left: 0;
    list-style-position: inside;
}

/* CTA Box */
.cta-box {
    background: #e8e7f1;
    color: #3c3660;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 50px 0;
}

.cta-box h3 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.cta-box p {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 25px;
    opacity: 0.95;
}

.cta-box a {
    color: #e94b8b;
}

/* FAQ Section */
.faq-section {
    margin-top: 60px;
}

.faq-item {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #e8e7f1;
    border-left: 4px solid #3c3660;
}

.faq-item h3 {
    font-size: 1.2rem;
    color: #3c3660;
    margin: 0 0 15px 0;
}

.faq-item p {
    margin: 0;
    color: #4a5568;
}

/* Final Thoughts */
.final-thoughts {
    background-color: #e8e7f1;
    padding: 40px;
    border-radius: 12px;
    margin-top: 60px;
}

.final-thoughts h2 {
    margin-top: 0;
}


/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }

    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    section.hero {
        padding: 50px 0 40px;
    }

    section.hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .content-section h3 {
        font-size: 1.2rem;
    }

    .tip-box,
    .highlight-box,
    .cta-box {
        padding: 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    section.hero h1 {
        font-size: 1.6rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .article-meta {
        flex-direction: column;
        gap: 10px;
    }

    .lead {
        font-size: 1.1rem;
    }

    .content-section h2 {
        font-size: 1.4rem;
    }

    .cta-box h3 {
        font-size: 1.4rem;
    }
}

/* Print Styles */
@media print {
    .site-header,
    .site-footer,
    .cta-box {
        display: none;
    }

    body {
        font-size: 12pt;
    }

    section.hero {
        background: none;
    }
}

/* Accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}



/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background-color: #e8e7f1;
    color: #3c3660;
}
  .fb-highlight {
    background: rgba(254, 215, 170, 0.5);
    border-bottom: 2px solid #f59e0b;
    cursor: pointer;
    border-radius: 2px;
    transition: background 0.15s;
  }
  .fb-highlight:hover {
    background: rgba(254, 215, 170, 0.8);
  }
  .fb-highlight.fb-resolved {
    background: rgba(187, 247, 208, 0.4);
    border-bottom: 2px dashed #22c55e;
  }
  .fb-highlight.fb-resolved:hover {
    background: rgba(187, 247, 208, 0.7);
  }
