p:not(.text-center):not(.text-end) {
    text-align: justify;
}

/* Marquee Animation */
        .marquee-wrapper {
            background: linear-gradient(143.46deg, #241F42 0%, #1D1934 45%, #100E20 100%);
            border-top: 1px solid var(--border-dark);
            border-bottom: 1px solid var(--border-dark);
            overflow: hidden;
            white-space: nowrap;
            padding: 16px 0;
        }

        .marquee-content {
            display: inline-flex;
            gap: 40px;
            animation: marquee 25s linear infinite;
        }

        .marquee-item {
            font-size: 11px;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.85);
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 12px;
        }

        .marquee-item span {
            color: var(--accent-periwinkle);
            font-size: 10px;
        }

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        /* Hero Section */
        .hero-section {
            background-color: var(--bg-dark);
            color: #FFFFFF;
            padding: 0;
            position: relative;
            text-align: center;
            overflow: hidden;
        }
        
        .slide-gradient {
            background: radial-gradient(113.14% 127.28% at 20% 10%, rgba(163, 185, 214, 0.15) 0%, rgba(163, 185, 214, 0) 55%),
                linear-gradient(116.16deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 40%),
                linear-gradient(143.46deg, #241F42 0%, #1D1934 45%, #100E20 100%);
        }
        
        .hero-slide-content {
            padding: 40px 0 80px;
            min-height: calc(100vh - 120px);
            display: flex;
            align-items: center;
        }

        .hero-video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }

        .hero-video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(36, 31, 66, 0.5);
            z-index: 1;
        }

        .z-index-2 { z-index: 2; }
        .z-index-3 { z-index: 3; }

        .custom-carousel-control {
            width: 80px;
            opacity: 0.8;
            z-index: 4;
        }

        .custom-carousel-control .carousel-control-prev-icon,
        .custom-carousel-control .carousel-control-next-icon {
            background-color: rgba(255, 255, 255, 0.15);
            border-radius: 50%;
            width: 45px;
            height: 45px;
            background-size: 50%;
            backdrop-filter: blur(4px);
            transition: background-color 0.3s ease;
        }

        .custom-carousel-control:hover .carousel-control-prev-icon,
        .custom-carousel-control:hover .carousel-control-next-icon {
            background-color: rgba(255, 255, 255, 0.3);
        }

        .custom-indicators {
            bottom: 70px;
            z-index: 4;
        }

        .custom-indicators button {
            width: 8px !important;
            height: 8px !important;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.4) !important;
            border: none !important;
            margin: 0 6px !important;
            transition: background-color 0.3s ease !important;
        }

        .custom-indicators button.active {
            background-color: #ffffff !important;
            box-shadow: 0 0 8px rgba(255,255,255,0.6);
        }

        .hero-monogram {
            font-family: var(--font-serif);
            font-size: 42px;
            font-style: italic;
            color: #FFFFFF;
            margin-bottom: 24px;
            display: inline-block;
        }

        .hero-title-wrapper {
            min-height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-title {
            font-size: clamp(34px, 4.5vw, 60px);
            line-height: 1.1;
            margin-bottom: 20px;
            color: #FFFFFF;
        }

        .hero-subtitle-wrapper {
            min-height: 70px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }

        .hero-subtitle {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.75);
            max-width: 540px;
            margin: 0 auto 30px;
            line-height: 1.6;
        }

        .hero-scroll-indicator {
            margin-top: 60px;
            font-size: 10px;
            letter-spacing: 0.25em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.45);
            text-decoration: none;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
            transition: color 0.2s ease;
        }

        .hero-scroll-indicator:hover {
            color: #FFFFFF;
        }

        /* Quienes Somos Section */
        .quote-box {
            background: linear-gradient(180deg, rgba(29, 25, 52, 0.35) 0%, rgba(19, 16, 36, 0.88) 100%), url('../images/social-post-1.png') center/cover no-repeat;
            color: #FFFFFF;
            border-radius: 12px;
            height: 100%;
            min-height: 440px;
            padding: 48px;
            display: flex;
            align-items: flex-end;
            box-shadow: 0 12px 32px rgba(29, 25, 52, 0.12);
            position: relative;
            overflow: hidden;
        }

        .quote-box p {
            font-family: var(--font-serif);
            font-size: clamp(22px, 2.3vw, 28px);
            font-style: italic;
            line-height: 1.35;
            margin: 0;
            position: relative;
            z-index: 2;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }

        .stat-number {
            font-family: var(--font-serif);
            font-size: 48px;
            color: var(--text-dark);
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 12px;
            color: var(--text-muted);
            line-height: 1.4;
        }

        /* Product Cards (Catalogo) */
        .catalog-card {
            border: 1px solid var(--border-light);
            border-radius: 12px;
            overflow: hidden;
            background: #FFFFFF;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .catalog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 32px rgba(29, 25, 52, 0.08);
        }

        .catalog-card-img {
            height: 280px;
            position: relative;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 16px;
            overflow: hidden;
            background: #F3F1F8;
        }

        .catalog-card-img img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .catalog-card:hover .catalog-card-img img {
            transform: scale(1.05);
        }

        /* Carousel Styles for Catalog */
        .catalog-scroll {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* IE/Edge */
            padding-bottom: 1rem;
        }
        .catalog-scroll::-webkit-scrollbar {
            display: none; /* Chrome/Safari */
        }
        .catalog-scroll > div {
            scroll-snap-align: start;
        }

        .catalog-badge {
            position: relative;
            z-index: 2;
            background: rgba(29, 25, 52, 0.85);
            backdrop-filter: blur(6px);
            color: #FFFFFF;
            font-size: 9px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            font-weight: 600;
            padding: 5px 12px;
            border-radius: 4px;
        }

        .catalog-card-body {
            padding: 24px 20px;
            border-top: 1px solid var(--border-light);
            background: #FFFFFF;
        }

        .catalog-card-category {
            font-size: 10px;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            color: var(--text-muted);
            font-weight: 600;
            margin-bottom: 6px;
        }

        .catalog-card-title {
            font-family: var(--font-serif);
            font-size: 20px;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .catalog-card-price {
            font-size: 14px;
            color: var(--text-dark);
            font-weight: 500;
        }

        /* Quiz Section */
        .quiz-section {
            background: radial-gradient(113.14% 127.28% at 20% 10%, rgba(163, 185, 214, 0.15) 0%, rgba(163, 185, 214, 0) 55%),
                linear-gradient(116.16deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 40%),
                linear-gradient(143.46deg, #241F42 0%, #1D1934 45%, #100E20 100%);
            background-color: var(--bg-dark);
            color: #FFFFFF;
            padding: 85px 0;
            border-radius: 6px;
        }

        .quiz-step-num {
            font-family: var(--font-serif);
            font-size: 28px;
            color: var(--accent-periwinkle);
            line-height: 1;
            margin-bottom: 4px;
        }

        .quiz-step-text {
            font-size: 10px;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 500;
        }

        /* Beneficios Cards */
        .benefit-card {
            border: 1px solid var(--border-light);
            padding: 36px 30px;
            border-radius: 4px;
            background: #FFFFFF;
            height: 100%;
        }

        .benefit-card h3 {
            font-family: var(--font-serif);
            font-size: 22px;
            color: var(--text-dark);
            margin-bottom: 12px;
        }

        .benefit-card p {
            color: var(--text-muted);
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        /* Financing Box */
        .financing-box {
            background: #000000;
            color: #FFFFFF;
            border-radius: 4px;
            padding: 36px 40px;
        }

        .financing-big-num {
            font-family: var(--font-serif);
            font-size: 44px;
            line-height: 1;
            color: #FFFFFF;
        }

        /* Líneas de Productos / Categorías (5 Cards Grid) */
        .lineas-section {
            background-color: #FFFFFF;
            padding: 75px 0 55px;
        }

        .lineas-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 24px;
            margin-bottom: 45px;
        }

        @media (max-width: 991px) {
            .lineas-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 576px) {
            .lineas-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 16px;
            }
        }

        .linea-item-card {
            text-decoration: none;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: transform 0.3s ease;
        }

        .linea-item-card:hover {
            transform: translateY(-5px);
        }

        .linea-card-visual {
            width: 100%;
            aspect-ratio: 1.45 / 1;
            border-radius: 12px;
            margin-bottom: 16px;
            overflow: hidden;
            position: relative;
            background: #EDE8F5;
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            box-shadow: 0 4px 14px rgba(29, 25, 52, 0.06);
        }

        .linea-card-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .linea-item-card:hover .linea-card-visual img {
            transform: scale(1.06);
        }

        .linea-item-card:hover .linea-card-visual {
            box-shadow: 0 12px 28px rgba(29, 25, 52, 0.14);
        }

        .linea-visual-light {
            background: linear-gradient(143.46deg, #D4DCED 0%, #A8B8DE 48%, #747BB6 100%);
        }

        .linea-visual-dark {
            background: linear-gradient(143.46deg, #241F42 0%, #1D1934 55%, #100E20 100%);
        }

        .linea-card-name {
            font-family: var(--font-sans);
            font-size: 15.5px;
            font-weight: 600;
            color: #1D1934;
            text-align: center;
            line-height: 1.3;
            margin: 0;
            transition: color 0.2s ease;
        }

        .linea-item-card:hover .linea-card-name {
            color: var(--accent-purple);
        }

        .btn-ver-todos-productos {
            display: inline-block;
            background: #FFFFFF;
            border: 1px solid #D5CEE5;
            border-radius: 4px;
            padding: 12px 32px;
            font-size: 11.5px;
            font-weight: 600;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: #1D1934;
            text-decoration: none;
            transition: all 0.25s ease;
        }

        .btn-ver-todos-productos:hover {
            background: #1D1934;
            border-color: #1D1934;
            color: #FFFFFF !important;
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(29, 25, 52, 0.12);
        }

        /* Novedades (Recién Llegados) Section */
        .recien-llegados-section {
            background-color: #FFFFFF;
            padding: 40px 0 85px;
        }

        .recien-llegados-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 38px;
            flex-wrap: wrap;
            gap: 18px;
        }

        .tag-novedades-pill {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #4A3568;
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: 10px;
        }

        .recien-llegados-title {
            font-family: var(--font-serif);
            font-size: clamp(34px, 3.8vw, 48px);
            font-weight: 400;
            color: #1D1934;
            line-height: 1.15;
            margin: 0;
        }

        .recien-llegados-title em {
            font-style: italic;
            color: #4A3568;
            font-family: var(--font-serif);
        }

        .recien-llegados-desc {
            color: #6B7280;
            font-size: 14px;
            line-height: 1.6;
            max-width: 320px;
            margin: 0;
        }

        .recien-llegados-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        @media (max-width: 768px) {
            .recien-llegados-grid {
                grid-template-columns: 1fr;
                gap: 18px;
            }
        }

        .recien-card-visual {
            width: 100%;
            aspect-ratio: 1.35 / 1;
            border-radius: 16px;
            overflow: hidden;
            position: relative;
            background: #EDE8F5;
            transition: all 0.3s ease;
            box-shadow: 0 6px 18px rgba(29, 25, 52, 0.07);
        }

        .recien-card-visual img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .recien-card-visual:hover img {
            transform: scale(1.05);
        }

        .recien-card-visual:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 32px rgba(29, 25, 52, 0.14);
        }

        /* Distribuidores (Leaflet Dynamic Map - Compact) */
        .distribuidores-section {
            background-color: #EDE8F5;
            padding: 50px 0 55px;
        }

        .distribuidores-header {
            margin-bottom: 22px;
        }

        .distribuidores-title {
            font-family: var(--font-serif);
            font-size: clamp(22px, 2.2vw, 30px);
            color: #1D1934;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 6px;
        }

        .distribuidores-subtitle {
            color: #6B7280;
            font-size: 13.5px;
            line-height: 1.5;
            max-width: 620px;
            margin-bottom: 0;
        }

        .filter-badge-pill {
            background: #4A3568;
            color: #FFFFFF;
            font-size: 11px;
            font-weight: 600;
            padding: 4px 14px;
            border-radius: 30px;
            display: inline-block;
            margin-bottom: 10px;
            letter-spacing: 0.04em;
        }

        .distributor-select-wrapper {
            position: relative;
            margin-bottom: 12px;
        }

        .distributor-select {
            width: 100%;
            border: 1px solid #D5CEE5;
            border-radius: 8px;
            padding: 9px 14px;
            font-size: 13px;
            color: #2D274D;
            background-color: #FFFFFF;
            font-weight: 500;
            outline: none;
            transition: all 0.2s ease;
            cursor: pointer;
            appearance: none;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A3568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 12px center;
            background-size: 14px;
        }

        .distributor-select:focus {
            border-color: #5A457D;
            box-shadow: 0 0 0 3px rgba(90, 69, 125, 0.12);
        }

        .store-list-container {
            max-height: 355px;
            overflow-y: auto;
            padding-right: 6px;
        }

        .store-list-container::-webkit-scrollbar {
            width: 5px;
        }

        .store-list-container::-webkit-scrollbar-track {
            background: rgba(0, 0, 0, 0.04);
            border-radius: 10px;
        }

        .store-list-container::-webkit-scrollbar-thumb {
            background: #C4B9DC;
            border-radius: 10px;
        }

        .store-card {
            background: #FFFFFF;
            border: 1.5px solid #E6E0F2;
            border-radius: 8px;
            padding: 12px 15px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: all 0.25s ease;
            position: relative;
        }

        .store-card:hover {
            border-color: #9C85C4;
            transform: translateY(-2px);
            box-shadow: 0 4px 14px rgba(74, 53, 104, 0.08);
        }

        .store-card.active {
            border: 2px solid #5A457D;
            background: #FDFBFF;
            box-shadow: 0 6px 18px rgba(90, 69, 125, 0.12);
        }

        .store-card-title {
            font-size: 13px;
            font-weight: 700;
            color: #1D1934;
            margin-bottom: 4px;
            line-height: 1.3;
        }

        .store-card-info {
            font-size: 11.5px;
            color: #55516B;
            line-height: 1.45;
            margin-bottom: 2px;
        }

        .store-card-info strong {
            color: #2D274D;
            font-weight: 600;
        }

        #leaflet-distributor-map {
            height: 415px;
            width: 100%;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(45, 39, 77, 0.08);
            border: 1px solid rgba(213, 206, 229, 0.6);
            z-index: 1;
        }

        .leaflet-popup-content-wrapper {
            border-radius: 8px;
            padding: 2px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        }

        .leaflet-popup-content {
            font-family: var(--font-sans);
            font-size: 12px;
            line-height: 1.45;
            color: #1D1934;
            margin: 10px 12px;
        }

        .popup-store-title {
            font-weight: 700;
            font-size: 13px;
            color: #1D1934;
            margin-bottom: 4px;
        }

        .popup-store-detail {
            font-size: 11px;
            color: #6B7280;
            margin-bottom: 3px;
        }

        .popup-action-btn {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            background: #5A457D;
            color: #FFFFFF !important;
            font-size: 10.5px;
            font-weight: 600;
            padding: 5px 10px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 6px;
        }

        .leaflet-control-attribution {
            display: none !important;
        }
        /* 8.5 Blogs y Noticias */
        .blog-section {
            background-color: #FFFFFF;
            padding: 85px 0 20px;
        }
        .blog-section-title {
            font-family: var(--font-serif);
            font-size: clamp(34px, 3.8vw, 48px);
            color: #1D1934;
            margin-bottom: 40px;
            font-weight: 400;
        }
        .blog-card {
            border: 1px solid #D5CEE5;
            border-radius: 12px;
            overflow: hidden;
            background: #FFFFFF;
            display: flex;
            flex-direction: column;
            height: 100%;
            text-decoration: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .blog-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 32px rgba(29, 25, 52, 0.08);
        }
        .blog-card-visual {
            height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        .blog-visual-light {
            background: linear-gradient(143.46deg, #D4DCED 0%, #A8B8DE 48%, #747BB6 100%);
        }
        .blog-visual-dark {
            background: linear-gradient(143.46deg, #241F42 0%, #1D1934 55%, #100E20 100%);
        }
        .blog-card-visual img {
            height: 60px;
            opacity: 0.8;
            filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
        }
        .blog-card-body {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }
        .blog-card-category {
            font-size: 11px;
            font-weight: 600;
            color: #9C85C4;
            margin-bottom: 12px;
        }
        .blog-card-title {
            font-family: var(--font-sans);
            font-size: 16px;
            font-weight: 600;
            color: #1D1934;
            line-height: 1.4;
            margin-bottom: 24px;
            transition: color 0.2s ease;
        }
        .blog-card:hover .blog-card-title {
            color: #5A457D;
        }
        .blog-card-date {
            font-size: 11px;
            color: #A3A3A3;
            margin-top: auto;
        }

        /* 9. Síguenos en Redes Sociales (Figma Design) */
        .social-feed-section {
            background-color: #FAF9FC;
            padding: 85px 0 95px;
        }

        .social-feed-header {
            margin-bottom: 38px;
        }

        .social-feed-title {
            font-family: var(--font-serif);
            font-size: clamp(30px, 3.4vw, 44px);
            font-weight: 400;
            color: #1D1934;
            line-height: 1.2;
            margin-bottom: 10px;
        }

        .social-feed-subtitle {
            font-family: var(--font-sans);
            font-size: 15px;
            color: #2D274D;
            font-weight: 400;
            margin: 0;
        }

        .social-card {
            aspect-ratio: 1 / 1;
            border-radius: 18px;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
            box-shadow: 0 4px 16px rgba(29, 25, 52, 0.06);
            background: #EDE8F5;
        }

        .social-card img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .social-card:hover img {
            transform: scale(1.06);
        }

        .social-card:hover {
            transform: translateY(-6px) scale(1.02);
            box-shadow: 0 18px 38px rgba(29, 25, 52, 0.16);
        }

        .social-card-light {
            background: linear-gradient(143.46deg, #D4DCED 0%, #A8B8DE 48%, #747BB6 100%);
        }

        .social-card-dark {
            background: linear-gradient(143.46deg, #241F42 0%, #1D1934 55%, #100E20 100%);
        }

        .social-card-overlay {
            position: absolute;
            inset: 0;
            background: rgba(29, 25, 52, 0.45);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 8px;
            opacity: 0;
            transition: opacity 0.3s ease;
            color: #FFFFFF;
        }

        .social-card:hover .social-card-overlay {
            opacity: 1;
        }

        .social-card-overlay i {
            font-size: 32px;
            filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
        }

        .social-card-overlay span {
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.05em;
        }

        /* Boton Ver Catalogo en Novedades */
        .btn-novedades-catalog {
            display: inline-block;
            padding: 14px 28px;
            background-color: transparent;
            color: #1D1934;
            border: 1px solid rgba(29, 25, 52, 0.15);
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .btn-novedades-catalog:hover {
            background-color: #1D1934;
            color: #FFFFFF;
            border-color: #1D1934;
        }

        /* Estilos Premium para News Card */
        .news-card {
            background: #fff;
            border: 1px solid #E5E7EB;
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            border-radius: 6px;
            overflow: hidden;
        }

        .news-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(29, 25, 52, 0.08);
            border-color: transparent;
        }

        .news-card-img {
            height: 280px;
            overflow: hidden;
        }

        .news-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .news-card:hover .news-card-img img {
            transform: scale(1.08);
        }

        .news-card-body {
            padding: 28px 24px;
            flex-grow: 1;
            background: #fff;
            position: relative;
            z-index: 2;
        }

        .news-card-date {
            font-size: 10.5px;
            letter-spacing: 0.16em;
            color: #7681AD;
            text-transform: uppercase;
            margin-bottom: 14px;
            font-weight: 600;
        }

        .news-card-title {
            font-family: var(--font-serif);
            font-size: 22px;
            color: #1D1934;
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }

        .news-card:hover .news-card-title {
            color: #5A457D;
        }

        .news-card-desc {
            font-size: 14px;
            color: #6B7280;
            margin-bottom: 0;
            line-height: 1.6;
        }