/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/about/page.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.page_aboutContainer__tPKdf {
    padding-bottom: 4rem;
}

/* Hero Section */
.page_hero__qs3fl {
    background: linear-gradient(135deg, hsl(var(--primary)) 0%, #1e40af 100%);
    color: white;
    padding: 5rem 0;
    text-align: center;
    margin-bottom: 4rem;
}

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

.page_hero__qs3fl h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.page_hero__qs3fl p {
    font-size: 1.25rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* Section Common */
.page_section__yPW7u {
    margin-bottom: 5rem;
}

.page_sectionHeader__UtAYh {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 3rem;
}

.page_sectionHeader__UtAYh h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    margin-bottom: 1rem;
}

.page_sectionHeader__UtAYh p {
    color: hsl(var(--muted-foreground));
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Features Grid */
.page_grid__GOMR4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
}

.page_card__9hOx0 {
    background: hsl(var(--card));
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    padding: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.page_card__9hOx0:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: hsl(var(--primary));
}

.page_iconWrapper__e8Mhw {
    width: 3rem;
    height: 3rem;
    background: hsl(var(--primary) / 0.1);
    color: hsl(var(--primary));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

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

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

/* Stats Section */
.page_statsSection__x91nH {
    background: hsl(var(--muted));
    padding: 4rem 0;
    border-radius: var(--radius);
    margin-bottom: 5rem;
}

.page_statsGrid__OP3OV {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 2rem;
    gap: 2rem;
    text-align: center;
}

.page_statItem__GzvlW h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: hsl(var(--primary));
    margin-bottom: 0.5rem;
}

.page_statItem__GzvlW p {
    font-weight: 500;
    color: hsl(var(--foreground));
}

/* Image Text Section */
.page_splitSection__YfcwR {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    gap: 4rem;
    align-items: center;
}

.page_imageWrapper__nrQvA {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.page_imageWrapper__nrQvA img {
    width: 100%;
    height: auto;
    display: block;
}

.page_textContent__U6zOG h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.page_textContent__U6zOG p {
    color: hsl(var(--muted-foreground));
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.1rem;
}

.page_checkList__j_9RG {
    list-style: none;
    margin-top: 2rem;
}

.page_checkList__j_9RG li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: hsl(var(--foreground));
}

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

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

    .page_splitSection__YfcwR {
        grid-template-columns: 1fr;
        gap: 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;
    }
}
