/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/blog/[slug]/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.page_article__YlLOu {
    padding-bottom: 5rem;
}

.page_header__Zc_Ie {
    background: var(--muted);
    padding: 4rem 1.5rem;
    text-align: center;
    margin-bottom: -3rem;
    /* Overlap effect */
    position: relative;
    z-index: 1;
}

.page_backLink__hjQnF {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: var(--muted-foreground);
    margin-bottom: 2rem;
    transition: color 0.2s;
}

.page_backLink__hjQnF:hover {
    color: var(--primary);
}

.page_meta__p0rBO {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.9rem;
    color: var(--muted-foreground);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.page_meta__p0rBO span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.page_title__xYFu1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--foreground);
    max-width: 900px;
    margin: 0 auto 1.5rem;
}

.page_tags___EWDJ {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page_tag__3zm_Q {
    background: #334155;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    color: white;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.page_imageWrapper__b6_pJ {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    /* Let image define height */
    max-height: 600px;
    /* Cap maximum height */
    margin: 0 auto 4rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_imageWrapper__b6_pJ img {
    width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: contain;
    /* Ensure full visibility */
}

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

.page_content__tHqa2 {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--foreground);
}

/* Typography styles for content */
.page_content__tHqa2 h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem;
    color: var(--foreground);
}

.page_content__tHqa2 h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.page_content__tHqa2 p {
    margin-bottom: 1.5rem;
}

.page_content__tHqa2 ul,
.page_content__tHqa2 ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.page_content__tHqa2 li {
    margin-bottom: 0.5rem;
}

.page_content__tHqa2 blockquote {
    border-left: 4px solid var(--primary);
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    font-size: 1.25rem;
    color: var(--muted-foreground);
}

.page_content__tHqa2 strong {
    font-weight: 600;
    color: var(--foreground);
}

@media (max-width: 768px) {
    .page_title__xYFu1 {
        font-size: 2rem;
    }

    .page_imageWrapper__b6_pJ {
        height: 300px;
        margin-bottom: 2rem;
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__eNA9m {
    background: hsl(var(--card));
    border-top: 1px solid hsl(var(--border));
    padding: 4rem 0 0;
    margin-top: auto;
}

.Footer_container__IkLXC {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.Footer_grid__WCfx6 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    gap: 3rem;
    margin-bottom: 3rem;
}

.Footer_column__DPqof {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.Footer_logoLink__N15nU {
    display: inline-block;
}

.Footer_logo__8uCHD {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.Footer_text__0cNNV {
    color: hsl(var(--muted-foreground));
    line-height: 1.6;
}

.Footer_heading__z5GZP {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin-bottom: 0.5rem;
}

.Footer_list__3JsYY {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.Footer_link___mmVB {
    color: hsl(var(--muted-foreground));
    font-size: 0.9rem;
    transition: color 0.2s;
}

.Footer_link___mmVB:hover {
    color: hsl(var(--primary));
}

.Footer_socials__SOcMQ {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.Footer_socialLink__nh4hv {
    color: hsl(var(--muted-foreground));
    transition: all 0.2s;
}

.Footer_socialLink__nh4hv:hover {
    color: hsl(var(--primary));
    transform: translateY(-2px);
}

.Footer_contactItem__M0DvS {
    display: flex;
    gap: 0.75rem;
    color: hsl(var(--muted-foreground));
    font-size: 0.9rem;
    align-items: flex-start;
}

.Footer_icon__ZJXLa {
    flex-shrink: 0;
    color: hsl(var(--primary));
    margin-top: 0.2rem;
}

.Footer_paymentBadges__BbUHH {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.Footer_paymentBadges__BbUHH img {
    height: 24px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.Footer_paymentBadges__BbUHH img:hover {
    opacity: 1;
}

.Footer_bottom__ch0uR {
    border-top: 1px solid hsl(var(--border));
    padding: 1.5rem 0;
    text-align: center;
    color: hsl(var(--muted-foreground));
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .Footer_grid__WCfx6 {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Header.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__hO3lJ {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid hsl(var(--border));
    background: hsla(var(--background) / 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: 4rem;
    display: flex;
    align-items: center;
}

.Header_container__EZyBV {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.Header_logo__e5KhT {
    font-size: 1.5rem;
    font-weight: 800;
    color: hsl(var(--foreground));
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
}

.Header_logoHighlight__LNRdu {
    color: hsl(var(--primary));
}

.Header_nav__3fHSH {
    display: none;
}

.Header_navLink__LzXns {
    font-size: 0.9rem;
    font-weight: 500;
    color: hsl(var(--muted-foreground));
    transition: color 0.2s;
    padding: 0.5rem 1rem;
}

.Header_navLink__LzXns:hover {
    color: hsl(var(--foreground));
}

.Header_actions__SRauh {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.Header_iconBtn__sGNob {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius);
    color: hsl(var(--foreground));
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}

.Header_iconBtn__sGNob:hover {
    background: hsl(var(--muted));
}

.Header_badge__jvoAX {
    position: absolute;
    top: 4px;
    right: 4px;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    font-size: 0.65rem;
    font-weight: 700;
    height: 1rem;
    min-width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0 0.2rem;
}

.Header_mobileToggle__vrQ8f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: hsl(var(--foreground));
    margin-left: 0.5rem;
}

.Header_mobileNav__HHzTb {
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 4rem);
    background: hsl(var(--background));
    border-bottom: 1px solid hsl(var(--border));
    padding: 1.5rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 49;
}

.Header_mobileNav__HHzTb.Header_open__u7Smf {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.Header_mobileNavLinks__E7Kei {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Header_mobileLink__wunBc {
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .Header_nav__3fHSH {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .Header_mobileToggle__vrQ8f {
        display: none;
    }

    .Header_mobileNav__HHzTb {
        display: none;
    }
}
