/* ========================================
   Synedica Website Clone - Styles
   ======================================== */

/* Fonts */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/Outfit-Latin.woff2') format('woff2');
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/Outfit-Regular.woff2') format('woff2');
    unicode-range: U+00-0FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Outfit-Latin.woff2') format('woff2');
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/Outfit-Regular.woff2') format('woff2');
    unicode-range: U+00-0FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/Outfit-Latin.woff2') format('woff2');
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/Outfit-Regular.woff2') format('woff2');
    unicode-range: U+00-0FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/Outfit-Latin.woff2') format('woff2');
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/Outfit-Regular.woff2') format('woff2');
    unicode-range: U+00-0FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Outfit Fallback';
    src: local(Arial);
    ascent-override: 100.18%;
    descent-override: 26.05%;
    line-gap-override: 0.0%;
    size-adjust: 99.82%;
}

/* Variables */
:root {
    --primary-color: #11326F;
    --primary-light: #53A5D5;
    --primary-dark: #103176;
    --primary-darker: #0a2a4a;
    --secondary-color: #1B376C;
    --text-dark: #444444;
    --text-gray: #888888;
    --text-light: #555555;
    --bg-light: #F5F5F5;
    --bg-blue: #EBEFFA;
    --bg-pink: #FFF3F9;
    --bg-purple: #EFEBFA;
    --border-color: rgba(0, 0, 0, 0.08);
    --border-gray: #E5E7EB;
    --border-gray-200: #CBD5E1;
    --white: #FFFFFF;
    --max-width: 1480px;
    --header-padding: 115px;
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', 'Outfit Fallback', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--white);
    color: var(--text-dark);
}

/* Utility Classes */
.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;
}

.font-sans {
    font-family: 'Outfit', 'Outfit Fallback', sans-serif;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icon Styles */
.icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.icon-sm {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

/* ========================================
   Header Styles
   ======================================== */
.sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

.z-50 {
    z-index: 50;
}

.header {
    background-color: var(--white);
    transition: box-shadow 0.2s;
    border-top: 3px solid #3D95BE;
    border-bottom: 1px solid var(--border-color);
}

.header-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0.75rem 1rem;
    padding-left: var(--header-padding);
    padding-right: var(--header-padding);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: 56px;
}

@media (max-width: 768px) {
    .header-container {
        padding-left: 1rem;
        padding-right: 1rem;
        gap: 1rem;
    }
}

/* Logo */
.logo-link {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.logo-img {
    object-fit: contain;
    max-width: 160px;
    height: auto;
    color: transparent;
}

/* Navigation */
.main-nav {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .main-nav {
        display: flex;
    }
}

.nav-link {
    font-size: 0.875rem;
    font-weight: 600;
    transition: color 0.2s;
    color: var(--primary-color);
    text-decoration: none;
}

.nav-link:hover {
    opacity: 0.7;
}

.nav-link.active {
    text-decoration: underline;
    text-decoration-offset: 4px;
    color: var(--primary-light);
}

/* Header Right */
.header-right {
    display: none;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .header-right {
        display: flex;
    }
}

.email-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.2s;
    color: var(--primary-color);
    text-decoration: none;
}

.email-link:hover {
    opacity: 0.7;
}

.email-text {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Language Selector */
.language-selector {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}

.lang-btn.active {
    color: var(--white);
    background-color: var(--primary-color);
    box-shadow: 0 1px 3px rgba(17, 50, 111, 0.1);
}

.lang-btn:not(.active) {
    color: #6B7280;
    background-color: #F3F4F6;
    border: 1px solid var(--border-gray);
    box-shadow: none;
}

.lang-btn:hover {
    opacity: 0.85;
    transform: scale(0.95);
}

.flag {
    font-size: 1.125rem;
    line-height: 1;
}

.lang-text {
    display: inline;
}

@media (max-width: 640px) {
    .lang-text {
        display: none;
    }
}

@media (min-width: 640px) {
    .lang-text {
        display: inline;
    }
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    color: var(--primary-color);
    background: none;
    border: none;
    cursor: pointer;
}

@media (min-width: 768px) {
    .mobile-menu-btn {
        display: none;
    }
}

/* ========================================
   Hero Banner Styles
   ======================================== */
.hero-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero-banner {
        height: 500px;
    }
}

/* Desktop Hero Images */
.hero-desktop {
    position: absolute;
    inset: 0;
    display: none;
}

@media (min-width: 768px) {
    .hero-desktop {
        display: block;
    }
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s;
}

.hero-slide.active {
    opacity: 1;
}

.hero-img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
}

/* Mobile Hero */
.hero-mobile {
    display: block;
    background-color: var(--white);
}

@media (min-width: 768px) {
    .hero-mobile {
        display: none;
    }
}

.hero-content-mobile {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.5s;
}

.hero-content-mobile.active {
    opacity: 1;
    position: relative;
}

.hero-text-mobile {
    padding: 2.5rem 1.25rem 0;
    min-height: 160px;
    z-index: 10;
}

.hero-title {
    font-weight: 700;
    font-size: clamp(26px, 7vw, 34px);
    color: var(--primary-dark);
    line-height: 1.2;
    text-wrap: balance;
}

.hero-subtitle {
    margin-top: 0.75rem;
    font-weight: 500;
    font-size: 15px;
    color: var(--secondary-color);
    line-height: 1.5;
}

.hero-btn {
    margin-top: 1.25rem;
    margin-bottom: -22px;
    position: relative;
    z-index: 10;
}

.hero-img-mobile {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    z-index: 1;
}

.hero-img-mobile img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.hero-dots-mobile {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 0;
}

/* Desktop Hero Content */
.hero-content-desktop {
    position: relative;
    z-index: 10;
    display: none;
    max-width: var(--max-width);
    margin: 0 auto;
    padding-left: var(--header-padding);
    padding-right: var(--header-padding);
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .hero-content-desktop {
        display: flex;
    }
}

.hero-text-wrapper {
    position: relative;
    width: 100%;
    max-width: 32rem;
    height: 220px;
}

.hero-text-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s;
}

.hero-text-slide.active {
    opacity: 1;
}

.hero-title-desktop {
    font-weight: 700;
    font-size: clamp(20px, 2.4vw, 36px);
    color: var(--primary-dark);
    line-height: 1.2;
    white-space: pre-line;
}

.hero-subtitle-desktop {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 19px;
    color: var(--secondary-color);
    line-height: 1.5;
}

.hero-btn-desktop {
    margin-top: 2rem;
    transition: opacity 0.2s, transform 0.2s;
}

.hero-btn-desktop:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.hero-dots-desktop {
    display: none;
    gap: 0.5rem;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    justify-content: center;
    z-index: 20;
}

@media (min-width: 768px) {
    .hero-dots-desktop {
        display: flex;
    }
}

/* Dot Styles */
.dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s;
    background-color: var(--border-gray-200);
}

.dot.active {
    background-color: var(--primary-color);
}

.hero-dots-desktop .dot.active {
    width: 28px;
    background-color: var(--primary-color);
}

.hero-dots-desktop .dot:not(.active) {
    background-color: rgba(17, 50, 111, 0.25);
}

.hero-dots-mobile .dot.active {
    width: 24px;
    background-color: var(--primary-color);
}

/* ========================================
   Button Styles
   ======================================== */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s;
    min-height: 44px;
    padding: 10px 28px;
    font-size: 14px;
}

.btn-primary:hover {
    opacity: 0.8;
}

/* ========================================
   Categories Section Styles
   ======================================== */
.categories-section {
    padding: 3rem 0;
    background-color: var(--white);
}

@media (min-width: 1280px) {
    .categories-section {
        padding: 5rem 0;
    }
}

.categories-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 1280px) {
    .categories-container {
        padding-left: var(--header-padding);
        padding-right: var(--header-padding);
    }
}

.categories-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (min-width: 1280px) {
    .categories-header {
        margin-bottom: 3.5rem;
    }
}

.categories-title {
    font-weight: 700;
    font-size: clamp(24px, 3.5vw, 48px);
    color: var(--primary-color);
    line-height: 1.15;
    text-wrap: balance;
}

.categories-desc {
    margin-top: 0.75rem;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(14px, 1.5vw, 18px);
    color: var(--text-light);
    max-width: 760px;
    line-height: 1.6;
}

@media (min-width: 1280px) {
    .categories-desc {
        margin-top: 1rem;
    }
}

/* Slider */
.categories-slider-wrapper {
    padding: 0 1rem;
}

@media (min-width: 1025px) {
    .categories-slider-wrapper {
        padding: 0 2rem;
    }
}

.slider-btn {
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid var(--primary-color);
    width: 44px;
    height: 44px;
    background-color: var(--white);
    color: var(--primary-color);
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.2s;
}

.slider-btn:hover:not(:disabled) {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-container {
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 1rem;
    transition: transform 0.5s ease-in-out;
}

@media (max-width: 1024px) {
    .categories-slider-wrapper {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        position: relative;
        padding: 0;
    }
    
    .slider-btn {
        display: flex;
        position: absolute;
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        width: 40px;
        height: 40px;
    }
    
    .slider-btn.prev {
        left: 0.5rem;
    }
    
    .slider-btn.next {
        right: 0.5rem;
    }
    
    .slider-container {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        flex: 1;
        padding: 0 48px;
    }
    
    .slider-container::-webkit-scrollbar {
        display: none;
    }
    
    .slider-track {
        flex-wrap: nowrap;
        gap: 0.75rem;
    }
    
    .product-card {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
}

/* Product Cards */
.product-card {
    flex-shrink: 0;
    width: calc(16.666% - 10px);
    height: 300px;
}

@media (max-width: 1024px) {
    .product-card {
        width: calc(25% - 10px);
    }
}

@media (max-width: 768px) {
    .product-card {
        width: calc(33.333% - 8px);
    }
}

@media (max-width: 480px) {
    .product-card {
        width: calc(50% - 6px);
    }
}

.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--bg-light);
    border-radius: 4px;
    padding: 12px 15px 16px;
    transition: box-shadow 0.2s;
}

.card-content:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}

.card-content.alt-bg {
    background-color: var(--bg-light);
}

.card-content.blue-bg {
    background-color: var(--bg-blue);
}

.card-content.pink-bg {
    background-color: var(--bg-pink);
}

.card-content.purple-bg {
    background-color: var(--bg-purple);
}

.card-title {
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    font-size: 23px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.card-img-wrapper {
    position: relative;
    width: 100%;
    flex: 1;
    min-height: 110px;
}

.card-img {
    position: absolute;
    inset: 0;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    color: transparent;
}

.card-btn {
    margin-top: 10px;
    font-size: 18px;
    padding: 6px 20px;
    min-height: 36px;
    transition: opacity 0.2s;
}

.card-btn:hover {
    opacity: 0.75;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

/* ========================================
   Products Grid Section Styles
   ======================================== */
.products-grid {
    padding-bottom: 2rem;
    background-color: var(--white);
}

@media (min-width: 768px) {
    .products-grid {
        padding-bottom: 2.5rem;
    }
}

.products-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .products-container {
        padding-left: var(--header-padding);
        padding-right: var(--header-padding);
    }
}

.products-grid-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .products-grid-inner {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

.product-item {
    display: flex;
    flex-direction: column;
}

.product-img-wrapper {
    position: relative;
    width: 100%;
    min-height: 260px;
}

.product-img {
    position: absolute;
    inset: 0;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    border-radius: 11px;
    color: transparent;
}

.product-btn {
    font-size: 13px;
    padding: 8px 22px;
    min-height: 36px;
    transition: opacity 0.2s;
}

.product-btn:hover {
    opacity: 0.8;
}

/* ========================================
   Newsletter Section Styles
   ======================================== */
.newsletter-section {
    background-color: var(--primary-light);
    padding: 40px 16px;
}

.newsletter-container {
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 13px;
    padding-right: 17px;
}

@media (min-width: 768px) {
    .newsletter-container {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.newsletter-content {
    flex: 3;
    font-size: 19px;
}

.newsletter-title {
    color: var(--white);
    font-weight: 700;
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.4;
    text-align: left;
    margin-left: 0;
}

@media (min-width: 768px) {
    .newsletter-title {
        margin-right: 149px;
    }
}

.newsletter-form-wrapper {
    flex: 2;
    width: 100%;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .newsletter-form {
        flex-direction: row;
        border-radius: 9999px;
        overflow: hidden;
        background-color: var(--white);
        gap: 0;
    }
}

.input-wrapper {
    display: flex;
    flex: 1;
    border-radius: 9999px;
    overflow: hidden;
    background-color: var(--white);
    border: 1px solid var(--border-gray);
}

@media (min-width: 768px) {
    .input-wrapper {
        border-radius: 0;
        border: none;
        background-color: transparent;
    }
}

.newsletter-input {
    flex: 1;
    outline: none;
    background-color: transparent;
    color: #374151;
    font-size: 15px;
    padding: 12px 20px;
    min-height: 52px;
    border: none;
}

.newsletter-input::placeholder {
    color: #9CA3AF;
}

.btn-subscribe {
    width: 100%;
    flex-shrink: 0;
    border-radius: 9999px;
    background-color: var(--primary-darker);
    color: var(--white);
    font-weight: 600;
    font-size: 14px;
    padding: 14px 28px;
    min-height: 52px;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
    text-align: center;
}

.btn-subscribe:hover {
    opacity: 0.8;
}

@media (min-width: 768px) {
    .btn-subscribe {
        width: auto;
    }
}

/* ========================================
   Footer Styles
   ======================================== */
.footer {
    background-color: var(--white);
    border-top: 1px solid #E5E7EB;
}

.footer-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: clamp(40px, 5vw, 56px) 21px clamp(24px, 3vw, 32px);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
        margin-bottom: 2.5rem;
    }
}

/* Footer Info */
.footer-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-info {
        gap: 1.25rem;
    }
}

.footer-logo-link {
    width: fit-content;
}

.footer-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    color: transparent;
}

.location-info {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}

.location-info .icon-sm {
    margin-top: 0.125rem;
    color: var(--primary-light);
}

.location-text {
    font-size: 18px;
    color: var(--text-dark);
    line-height: 1.5;
}

.email-info {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.email-info .icon-sm {
    color: var(--primary-light);
}

.footer-email {
    font-size: 18px;
    color: var(--text-dark);
    transition: opacity 0.2s;
    text-decoration: none;
}

.footer-email:hover {
    opacity: 0.7;
}

/* Footer Links */
.footer-links {
    display: block;
}

.footer-links-title {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 16px;
    color: var(--primary-color);
}

@media (min-width: 768px) {
    .footer-links-title {
        margin-bottom: 1.25rem;
    }
}

.footer-links-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
}

@media (min-width: 768px) {
    .footer-links-list {
        gap: 0.75rem;
    }
}

.footer-link {
    font-size: 18px;
    color: var(--text-dark);
    padding: 0.5rem 0;
    display: block;
    transition: opacity 0.2s;
    text-decoration: none;
}

.footer-link:hover {
    opacity: 0.7;
}

/* Footer Bottom */
.footer-divider {
    border-top: 1px solid #E5E7EB;
}

.footer-bottom {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
}

.copyright {
    font-size: 12px;
    color: var(--text-gray);
}

.footer-note {
    font-size: 12px;
    color: var(--text-gray);
}

.scroll-top-btn {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
}

.scroll-top-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

/* ========================================
   Responsive Layout Classes
   ======================================== */
@media (min-width: 640px) {
    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .md\:gap-6 {
        gap: 1.5rem;
    }
    .md\:px-\[115px\] {
        padding-left: 115px;
        padding-right: 115px;
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:rounded-full {
        border-radius: 9999px;
    }
    .md\:overflow-hidden {
        overflow: hidden;
    }
    .md\:bg-white {
        background-color: var(--white);
    }
    .md\:gap-0 {
        gap: 0;
    }
    .md\:rounded-none {
        border-radius: 0;
    }
    .md\:bg-transparent {
        background-color: transparent;
    }
    .md\:w-auto {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .xl\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .xl\:px-\[115px\] {
        padding-left: 115px;
        padding-right: 115px;
    }
    .xl\:mb-14 {
        margin-bottom: 3.5rem;
    }
    .xl\:mt-4 {
        margin-top: 1rem;
    }
}

/* ========================================
   About Page Styles
   ======================================== */
.breadcrumb-section {
    background-color: #F8F9FA;
    border-bottom: 1px solid #E5E7EB;
}

.breadcrumb-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
    .breadcrumb-container {
        padding-left: var(--header-padding);
        padding-right: var(--header-padding);
    }
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--text-gray);
}

.breadcrumb a {
    color: var(--text-gray);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.page-title {
    font-weight: 700;
    font-size: 28px;
    color: #1A1A1A;
    text-align: center;
    margin-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.about-hero {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 2rem 1rem;
}

@media (min-width: 768px) {
    .about-hero {
        padding-left: var(--header-padding);
        padding-right: var(--header-padding);
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.about-hero-img {
    width: 100%;
    height: auto;
    color: transparent;
}

.about-content {
    padding-bottom: 4rem;
}

.about-content-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 1rem;
    background-color: #F1F5F9;
    padding: 3rem 2rem;
}

@media (min-width: 768px) {
    .about-content-container {
        padding-left: var(--header-padding);
        padding-right: var(--header-padding);
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.about-section {
    padding-bottom: 2.5rem;
}

.about-section-title {
    font-size: 24px;
    color: #1A1A1A;
    margin-bottom: 0.75rem;
    font-weight: 400;
    line-height: 1.3em;
}

@media (min-width: 768px) {
    .about-section-title {
        font-size: 29px;
    }
}

.about-section-subtitle {
    font-size: 15px;
    color: var(--text-light);
}

.about-section-text {
    font-size: 15px;
    color: var(--text-light);
    line-height: 1.7;
    max-width: 720px;
    margin-bottom: 0.75rem;
}

.about-list {
    margin-left: 1.25rem;
    font-size: 15px;
    color: var(--text-light);
    line-height: 2;
    list-style-type: disc;
    margin-bottom: 1.5rem;
}

.about-list li {
    margin-bottom: 0.25rem;
}

.about-rd-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

.about-rd-icon {
    color: transparent;
}

.about-rd-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .about-rd-grid {
        gap: 1.5rem;
    }
}

.about-rd-item {
    margin-bottom: 0.5rem;
}

.about-rd-item-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.375rem;
}

.about-rd-item-icon {
    color: transparent;
}

.about-rd-item-title {
    font-size: 20px;
    color: #1A1A1A;
    font-weight: 400;
}

@media (min-width: 768px) {
    .about-rd-item-title {
        font-size: 23px;
    }
}

.about-rd-item .about-list {
    margin-left: 2rem;
    font-size: 16px;
    line-height: 1.9;
}

.footer-empty {
    display: none;
}

@media (min-width: 768px) {
    .footer-empty {
        display: block;
    }
}

/* ========================================
   Mobile Menu Styles
   ======================================== */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background-color: var(--white);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .mobile-menu-overlay,
    .mobile-menu-sidebar {
        display: none;
    }
}

.mobile-menu-sidebar.open {
    transform: translateX(0);
}

.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.mobile-menu-logo {
    display: flex;
    align-items: center;
}

.mobile-menu-logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    color: var(--primary-color);
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.mobile-menu-close:hover {
    background-color: rgba(17, 50, 111, 0.1);
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-nav-link {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    padding: 0.75rem 0;
    transition: opacity 0.2s;
    border-bottom: 1px solid rgba(17, 50, 111, 0.05);
}

.mobile-nav-link:hover {
    opacity: 0.7;
}

.mobile-nav-link.active {
    color: var(--primary-light);
}

.mobile-menu-divider {
    margin: 1.5rem 0;
    border-top: 1px solid #E5E7EB;
}

.mobile-menu-email {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.125rem;
    color: var(--text-dark);
    text-decoration: none;
    padding: 0.5rem 0;
    transition: opacity 0.2s;
}

.mobile-menu-email:hover {
    opacity: 0.7;
}

.mobile-menu-language {
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.mobile-menu-language .lang-btn {
    flex: 1;
    padding: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: all 0.2s;
}

.mobile-menu-language .lang-btn.active {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.mobile-menu-language .lang-btn:not(.active) {
    background-color: transparent;
    color: var(--primary-color);
}

.mobile-menu-language .lang-btn:hover {
    opacity: 0.85;
}