

.slide-content.wide {
    max-width: 600px;
    min-width: 400px;
    min-height: auto;
    padding: 2rem;
    margin-left: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
}
.slide-content.wide .slide-logo {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    padding: 3px;
}
.slide-content.wide .slide-content-header h1 {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 2rem;
    line-height: 1.1;
}
.slide-content.wide .slide-sub {
    display: none;
}
.slide-content-sub {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}
.slide-logo {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(220,38,38,0.08);
    object-fit: contain;
    border: 1px solid #f3f4f6;
    padding: 2px;
}
.slide-sub.slide-desc {
    display: none;
}
.slide-highlight {
    color: #dc2626;
    font-weight: 600;
    background: rgba(220,38,38,0.07);
    border-radius: 5px;
    padding: 0 0.3em;
    margin: 0 0.1em;
}
.slide-meta-row {
    display: none;
}
.slide-meta {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.83rem;
    color: #666;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 0.20em 0.7em;
    font-weight: 500;
    box-shadow: 0 1px 4px 0 rgba(220,38,38,0.04);
}
.slide-meta i, .slide-icon {
    color: #dc2626;
    font-size: 1.1em;
    margin-right: 0.1em;
    min-width: 1.1em;
    text-align: center;
}

.slide-actions {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
    position: absolute;
    right: -110px;
    bottom:20px;
}

.slide-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dc2626;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 16px rgba(220,38,38,0.3);
}
.slide-actions a::after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    background: #fff;
    color: #dc2626;
    border-radius: 6px;
    padding: 0.4rem 0.3rem;
    position: absolute;
    right: -20px;
    transition: background 0.2s, transform 0.1s;
}

.slide-actions a:hover {
    background: #f0efef;
    color: #dc2626;
    transform: translateX(2px);
}

.slide-actions a:hover::after {
    background: #dc2626;
    color: #fff;
    transform: translateX(2px);
}

.landing-sec {
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    overflow: hidden;
    position: relative;
    top: 9.5vh;
    display: flex;
    flex-direction: column;
}

.minimal-slider {
    width: 90vw;
    height: 70vh;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
    box-shadow: 0 6px 32px 0 rgba(220,38,38,0.08);
    overflow: hidden;
    background: #dc2626;
}

#landing-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

#landing-slider .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(.7,.2,.2,1);
    background: #dc2626;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
}
#landing-slider .slide.active {
    opacity: 1;
    z-index: 2;
}
.slide-content-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.7rem;
    margin-bottom: 0.2rem;
}
.slide-badge {
    display: none;
    box-shadow: 0 1px 4px 0 rgba(220,38,38,0.08);
}

/* Contact Widget */
.contact-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.contact-widget .contact-widget-btn {
    width: 60px;
    height: 60px;
    background: #dc2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(220,38,38,0.3);
    transition: all 0.3s ease;
    border: none;
    color: white;
    font-size: 1.5rem;
}

.contact-widget .contact-widget-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(220,38,38,0.4);
}

.contact-widget .contact-widget-menu {
    position: absolute;
    bottom: 80px;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    padding: 1rem;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.contact-widget .contact-widget-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.contact-widget .contact-widget-menu::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
}

.contact-widget .contact-widget-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    margin-bottom: 8px;
}

.contact-widget .contact-widget-item:last-child {
    margin-bottom: 0;
}

.contact-widget .contact-widget-item:hover {
    background: #f8f9fa;
    transform: translateX(4px);
}

.contact-widget .contact-widget-item i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    color: white;
}

.contact-widget .contact-widget-item.phone i {
    background: #22c55e;
}

.contact-widget .contact-widget-item.email i {
    background: #3b82f6;
}

.contact-widget .contact-widget-item.whatsapp i {
    background: #25d366;
}

.contact-widget .contact-widget-item span {
    font-weight: 500;
    font-size: 14px;
}

.slide-desc {
    display: none;
}

.slider-progress {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 7px;
    z-index: 10;
}

.slider-progress-bar {
    height: 100%;
    width: 0;
    background: #fff;
    clip-path: polygon(0 0, 99% 0, 100% 100%, 0% 100%);
    transition: width 0.7s cubic-bezier(.7,.2,.2,1);
}

.slider-timer-progress {
    position: absolute;
    left: 24px;
    bottom: 24px;
    width: 120px;
    height: 4px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    z-index: 12;
    overflow: hidden;
    box-shadow: 0 1px 4px 0 rgba(220,38,38,0.08);
}
.slider-timer-bar {
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 4px;
    transition: width 0.2s linear;
}

.slider-controls {
    position: absolute;
    right:15px;
    bottom: 18px;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0.5rem;
}



.slider-nav {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(220,38,38,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    cursor: pointer;
    transition: background 0.2s;
}

.slider-nav img {
    width: 20px;
    height: 20px;
    display: block;
    filter: grayscale(0.2) brightness(0.8);
    transition: filter 0.2s;
}
.slider-nav:hover img {
    filter: none;
}


.slider-controls .slider-counter {
    font-size: 0.9rem;
    font-weight: 600;
    background: rgba(255,255,255,0.85);
    color: #dc2626;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.3rem 1.1rem;
    z-index: 10;
    box-shadow: 0 2px 8px 0 rgba(220,38,38,0.07);
}



.minimal-cardArea .container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2.2rem;
    justify-content: center;
}
.feature-card.minimal {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgba(31,41,55,0.03);
    padding: 0.7rem 0.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    min-width: 150px;
    max-width: 180px;
    width: 180px;
    height: 60px;
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    cursor: pointer;
}
.feature-card.minimal:hover {
    border: 1px solid #dc2626;
    box-shadow: 0 2px 6px 0 rgba(220,38,38,0.08);
    transform: translateY(-1px);
}
.feature-card.minimal i {
    font-size: 1rem;
    color: #dc2626;
    background: none;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    min-width: 18px;
    min-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}
.feature-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    align-items: flex-start;
    width: 100%;
}
.feature-card-content h3 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.02rem;
    letter-spacing: 0.02px;
    line-height: 1.1;
}
.feature-card-content p {
    font-size: 0.75rem;
    color: #666;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .minimal-cardArea .container { gap: 0.7rem; }
    .feature-card.minimal { min-width: 120px; max-width: 160px; width: 160px; height: 80px; padding: 0.7rem 0.7rem; }
}
@media (max-width: 768px) {
    .minimal-cardArea .container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;
        max-width: 100%;
        padding: 0 0.5rem;
    }
    
    .feature-card.minimal {
        width: calc(48% - 0.3rem);
        min-width: 130px;
        max-width: 160px;
        height: 55px;
        padding: 0.6rem 0.7rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 1.1;
    }
    
    .feature-card-content p {
        font-size: 0.7rem;
        line-height: 1.15;
    }
    
    .feature-card.minimal i {
        font-size: 0.9rem;
        min-width: 16px;
        min-height: 16px;
    }
}

@media (max-width: 576px) {
    .minimal-cardArea .container {
        gap: 0.5rem;
        padding: 0 0.4rem;
    }
    
    .feature-card.minimal {
        width: calc(48% - 0.25rem);
        min-width: 120px;
        max-width: 145px;
        height: 50px;
        padding: 0.5rem 0.6rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.75rem;
        line-height: 1.1;
    }
    
    .feature-card-content p {
        font-size: 0.65rem;
        line-height: 1.1;
    }
    
    .feature-card.minimal i {
        font-size: 0.85rem;
        min-width: 14px;
        min-height: 14px;
    }
}

@media (max-width: 480px) {
    .minimal-cardArea .container {
        gap: 0.4rem;
        padding: 0 0.3rem;
    }
    
    .feature-card.minimal {
        width: calc(48% - 0.2rem);
        min-width: 110px;
        max-width: 135px;
        height: 45px;
        padding: 0.4rem 0.5rem;
        gap: 0.4rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.7rem;
        line-height: 1.05;
    }
    
    .feature-card-content p {
        font-size: 0.6rem;
        line-height: 1.05;
    }
    
    .feature-card.minimal i {
        font-size: 0.8rem;
        min-width: 12px;
        min-height: 12px;
    }
}

@media (max-width: 360px) {
    .minimal-cardArea .container {
        gap: 0.3rem;
        padding: 0 0.2rem;
    }
    
    .feature-card.minimal {
        width: calc(48% - 0.15rem);
        min-width: 100px;
        max-width: 125px;
        height: 42px;
        padding: 0.35rem 0.45rem;
        gap: 0.35rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.65rem;
        line-height: 1;
    }
    
    .feature-card-content p {
        font-size: 0.55rem;
        line-height: 1;
    }
    
    .feature-card.minimal i {
        font-size: 0.75rem;
        min-width: 11px;
        min-height: 11px;
    }
}

@media (max-width: 1200px) {
    .landing-sec {
        top: 12vh;
        height: 110vh;
    }
    
    .minimal-slider {
        width: 92vw;
        height: 65vh;
    }
    
    .slide-content.wide {
        max-width: 420px;
        min-width: 280px;
        padding: 1.3rem 1.8rem;
        margin-left: 2.5vw;
    }
    
    .slide-content.wide .slide-content-header h1 {
        font-size: 1.3rem;
    }
    
    .slide-content.wide .slide-sub {
        font-size: 1rem;
    }
    
    .slide-actions {
        right: -90px;
        bottom: 15px;
    }
    
    .minimal-cardArea .container {
        gap: 1rem;
    }
    
    .feature-card.minimal {
        min-width: 160px;
        max-width: 190px;
        width: 150px;
        height: 76px;
        padding: 0.2rem 0.8rem;
    }
}

@media (max-width: 992px) {
    .landing-sec {
        top: 17vh;
        height: 95vh;
    }
    
    .minimal-slider {
        width: 94vw;
        height: 50vh;
        border-radius: 12px;
    }
    
    .slider-progress-bar {
        height: 5px;
        bottom: -50px;
    }
    
    .slide-content.wide {
        max-width: 50%;
        min-width: 240px;
        padding: 1.2rem 1.5rem;
        margin-left: 2vw;
        border-radius: 12px;
    }
    
    .slide-content.wide .slide-content-header h1 {
        font-size: 2rem;
    }
    
    .slide-content.wide .slide-sub {
        font-size: 0.95rem;
    }
    
    .slide-actions {
        right: -70px;
        bottom: 12px;
    }
    
    .slide-actions a {
        padding: 0.35rem 0.7rem;
        font-size: 0.85rem;
    }
    
    .slider-controls {
        right: 12px;
        bottom: 12px;
        gap: 0.4rem;
    }
    
    .slider-nav {
        width: 32px;
        height: 32px;
    }
    
    .slider-nav img {
        width: 18px;
        height: 18px;
    }
    
    .slider-timer-progress {
        left: 12px;
        bottom: 12px;
        width: 100px;
        height: 3px;
    }
    
    .minimal-cardArea .container {
        flex-wrap: wrap;
        gap: 0.8rem;
        margin-top: 1.8rem;
    }
    
    .feature-card.minimal {
        min-width: 140px;
        max-width: 170px;
        width: 130px;
        height: 78px;
        padding: 0.2rem 0.8rem;
    }
    
    .feature-card.minimal i {
        font-size: 1.1rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.9rem;
    }
    
    .feature-card-content p {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .landing-sec {
        top: 17vh;
        height: 86vh;
    }
    
    .minimal-slider {
        width: 96vw;
        height: 45vh;
        border-radius: 12px;
    }
    
    .slide-content.wide {
        max-width: 350px;
        min-width: 250px;
        padding: 1.2rem 1.5rem;
        margin-left: 2vw;
        border-radius: 12px;
        min-height: auto;
    }
    
    .slide-content.wide .slide-content-header h1 {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 0.5rem;
    }
    
    .slide-content.wide .slide-sub {
        font-size: 0.8rem;
        margin-bottom: 0.8rem;
    }
    
    .slide-desc {
        font-size: 0.8rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }
    
    .slide-meta-row {
        display: none;
    }
    
    .slide-actions {
        right: -100px;
        bottom: 12px;
    }
    
    .slide-actions a {
        padding: 0.2rem 0.5rem;
        font-size: 0.8rem;
    }
    
    .slider-controls {
        right: 10px;
        bottom: 10px;
        gap: 0.4rem;
    }
    
    .slider-nav {
        width: 32px;
        height: 32px;
        border-radius: 6px;
    }
    
    .slider-nav img {
        width: 18px;
        height: 18px;
    }
    
    .slider-controls .slider-counter {
        font-size: 0.85rem;
        padding: 0.3rem 0.9rem;
    }
    
    .slider-timer-progress {
        left: 10px;
        bottom: 10px;
        width: 90px;
        height: 3px;
    }
    
    .minimal-cardArea .container {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        align-items: center;
        gap: 0.8rem;
        margin-top: 2rem;
        width: calc(100% - 4rem);
    }
    
    .feature-card.minimal {
        width: 100%;
        min-width: unset;
        max-width: unset;
        height: auto;
        padding: 1rem 1.2rem;
        box-sizing: border-box;
    }

    .feature-card.minimal:last-child {
        display: none;
    }
}

@media (max-width: 576px) {
    .landing-sec {
        top: 4vh;
        height: 61vh;
    }
    
    .minimal-slider {
        width: 98vw;
        height: 40vh;
        border-radius: 10px;
        margin: 0 auto;
    }
    
    .slider-progress-bar {
        height: 4px;
    }
    
    .slide-content.wide {
        max-width: 320px;
        min-width: 220px;
        padding: 1rem 1.3rem;
        margin-left: 2vw;
        border-radius: 10px;
        min-height: auto;
    }
    
    .slide-content.wide .slide-logo {
        width: 36px;
        height: 36px;
    }
    
    .slide-content.wide .slide-content-header h1 {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 0.4rem;
    }
    
    .slide-content.wide .slide-sub {
        font-size: 0.8rem;
        margin-bottom: 0.6rem;
    }
    
    .slide-desc {
        font-size: 0.75rem;
        line-height: 1.3;
        margin-bottom: 0.8rem;
    }
    
    .slide-meta-row {
        display: none;
    }
    
    .slide-actions {
        right: -60px;
        bottom: 10px;
    }
    
    .slide-actions a {
        padding: 0.25rem 0.6rem;
        font-size: 0.7rem;
    }
    
    .slider-controls {
        right: 8px;
        bottom: 8px;
        gap: 0.3rem;
    }
    
    .slider-nav {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    }
    
    .slider-nav img {
        width: 16px;
        height: 16px;
    }
    
    .slider-controls .slider-counter {
        font-size: 0.7rem;
        padding: 0.2rem 0.6rem;
    }
    
    .slider-timer-progress {
        left: 8px;
        bottom: 8px;
        width: 70px;
        height: 3px;
    }
    
    .feature-card.minimal {
        padding: 0.7rem 0.9rem;
    }
    
    .feature-card.minimal i {
        font-size: 1rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.8rem;
    }
    
    .feature-card-content p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .landing-sec {
        top: 3vh;
        height: 55vh;
    }
    
    .minimal-slider {
        width: 99vw;
        height: 35vh;
        border-radius: 8px;
    }
    
    .slider-progress-bar {
        height: 3px;
    }
    
    .slide-content.wide {
        max-width: 50%;
        min-width: 200px;
        padding: 0.8rem 1rem;
        margin-left: 1.5vw;
        border-radius: 8px;
        min-height: auto;
    }
    
    .slide-content.wide .slide-logo {
        width: 30px;
        height: 30px;
    }
    
    .slide-content.wide .slide-content-header h1 {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 0.3rem;
    }
    
    .slide-content.wide .slide-sub {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    .slide-desc {
        font-size: 0.7rem;
        line-height: 1.3;
        margin-bottom: 0.6rem;
    }
    
    .slide-meta-row {
        display: none;
    }
    
    .slide-actions {
        right: 0px;
        bottom: -12px;
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }
    
    .slide-actions a {
        padding: 0.2rem 0.5rem;
        font-size: 0.65rem;
    }

    .slide-actions a::after {
        height: 6px;
        font-size: 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .slider-controls {
        right: 6px;
        bottom: 6px;
        gap: 0.25rem;
    }
    
    .slider-nav {
        width: 26px;
        height: 26px;
        border-radius: 4px;
    }
    
    .slider-nav img {
        width: 12px;
        height: 12px;
    }
    
    .slider-controls .slider-counter {
        font-size: 0.65rem;
        padding: 0.15rem 0.5rem;
    }
    
    .slider-timer-progress {
        left: 6px;
        bottom: 6px;
        width: 50px;
        height: 2px;
    }
    
    .minimal-cardArea .container {
        gap: 0.4rem;
        margin-top: 1rem;
    }
    
    .feature-card.minimal {
        padding: 0.6rem 0.8rem;
    }
    
    .feature-card.minimal i {
        font-size: 0.9rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.75rem;
    }
    
    .feature-card-content p {
        font-size: 0.65rem;
    }
}

@media (max-width: 360px) {
    .landing-sec {
        top: 2vh;
        height: 48vh;
    }
    
    .minimal-slider {
        width: 100vw;
        height: 30vh;
        border-radius: 6px;
    }
    
    .slider-progress-bar {
        height: 2px;
    }
    
    .slide-content.wide {
        max-width: 220px;
        min-width: 160px;
        padding: 0.7rem 0.9rem;
        margin-left: 1vw;
        border-radius: 6px;
        min-height: auto;
    }
    
    .slide-content.wide .slide-logo {
        width: 26px;
        height: 26px;
    }
    
    .slide-content.wide .slide-content-header h1 {
        font-size: 0.85rem;
        line-height: 1.2;
        margin-bottom: 0.25rem;
    }
    
    .slide-content.wide .slide-sub {
        font-size: 0.7rem;
        margin-bottom: 0.4rem;
    }
    
    .slide-desc {
        font-size: 0.65rem;
        line-height: 1.2;
        margin-bottom: 0.5rem;
    }
    
    .slide-meta-row {
        display: none;
    }
    
    .slide-actions {
        right: 25px;
        bottom: -8px;
    }
    
    .slide-actions a {
        padding: 0.15rem 0.4rem;
        font-size: 0.6rem;
    }
    
    .slider-controls {
        right: 4px;
        bottom: 4px;
        gap: 0.15rem;
    }
    
    .slider-nav {
        width: 24px;
        height: 24px;
        border-radius: 3px;
    }
    
    .slider-nav img {
        width: 10px;
        height: 10px;
    }
    
    .slider-controls .slider-counter {
        font-size: 0.6rem;
        padding: 0.1rem 0.4rem;
    }
    
    .slider-timer-progress {
        left: 4px;
        bottom: 4px;
        width: 40px;
        height: 2px;
    }
    
    .minimal-cardArea .container {
        gap: 0.3rem;
        margin-top: 0.8rem;
    }
    
    .feature-card.minimal {
        width: 50vw;
        padding: 0.5rem 0.7rem;
    }
    
    .feature-card.minimal i {
        font-size: 0.8rem;
    }
    
    .feature-card-content h3 {
        font-size: 0.7rem;
    }
    
    .feature-card-content p {
        font-size: 0.6rem;
    }
}





.references-section {
    width: 100%;
    background: #f8fafc;
    border-top: 1px solid #f3f4f6;
    min-height: 70vh;
    height: 90vh;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.references-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 3.5rem;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.references-logos-area {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    position: relative;
    min-height: 0;
    flex: 2 1 0%;
    margin: 0 auto;
}
    

.references-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 48px 0 36px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    min-height: auto;
    max-height: 60vh;
}
.references-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 64px;
}
.references-logos-area {
    flex: 2;
    position: relative;
    min-width: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background: none;
    padding: 0;
}
.references-logos-cols {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 1;
    padding: 0 0.5vw;
}
.references-logos-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    max-height: 50vh;
    will-change: transform;
}
.logos-col-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
    min-height: 40vh;
    will-change: transform;
    transform: translateZ(0);
}

.references-logo {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    box-shadow: 0 3px 20px 0 rgba(0,0,0,0.05), 0 1px 3px 0 rgba(0,0,0,0.02);
    border: 1px solid rgba(148, 163, 184, 0.08);
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 80px;
    max-width: 200px;
    max-height: 90px;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.98;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    will-change: transform;
    transform: translateZ(0);
}

.references-logo img {
    max-width: 120px;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(0.1) contrast(1.08) brightness(1.02);
    opacity: 0.97;
    transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.references-logo:hover img {
    filter: grayscale(0) contrast(1.1) brightness(1.05);
    transform: scale(1.02);
}

.references-logo:hover {
    box-shadow: 0 12px 40px 0 rgba(0,0,0,0.15), 0 4px 12px 0 rgba(0,0,0,0.08);
    transform: translateY(-6px) scale(1.05);
    border-color: rgba(220, 38, 38, 0.15);
}

.references-logos-gradient {
    position: absolute;
    left: 10px;
    right: unset;
    height: 100px;
    z-index: 3;
    pointer-events: none;
    width: 100%;
}

.references-logos-gradient-top {
    top: -5px;
    background: linear-gradient(to bottom, #f8fafc 60%, rgba(248,250,252,0.7) 80%, rgba(248,250,252,0.0) 100%);
}

.references-logos-gradient-bottom {
    bottom: -5px;
    background: linear-gradient(to top, #f8fafc 60%, rgba(248,250,252,0.7) 80%, rgba(248,250,252,0.0) 100%);
}
.references-content {
    flex: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 0;
    padding: 32px 0 32px 0;
    background: none;
    z-index: 3;
}
.references-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 22px;
    color: var(--text-dark);
    letter-spacing: -1px;
    background: linear-gradient(135deg, #1e293b 0%, #475569 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.references-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
    border-radius: 2px;
}
.references-desc {
    font-size: 1.18rem;
    color: var(--text-dark-low);
    margin-bottom: 32px;
    line-height: 1.8;
    max-width: 520px;
}
.references-highlight {
    color: #dc2626;
    font-weight: 600;
    background: rgba(220,38,38,0.07);
    border-radius: 5px;
    padding: 0 0.3em;
    margin: 0 0.1em;
}
.references-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.references-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(220,38,38,0.07);
    color: #dc2626;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 8px;
    padding: 8px 18px;
    box-shadow: 0 2px 8px 0 rgba(37,99,235,0.04);
}
.references-badge i {
    font-size: 1.1em;
}

@media (max-width: 1200px) {
    .references-container {
        gap: 32px;
    }
    .references-logos-cols {
        gap: 20px;
    }
    .references-logo {
        padding: 24px 18px;
        min-width: 120px;
        min-height: 70px;
        max-width: 180px;
        max-height: 80px;
    }
    .references-logo img {
        max-width: 100px;
        max-height: 40px;
    }
}
@media (max-width: 900px) {
    .references-section {
        height: auto;
        min-height: 280px;
        max-height: none;
        padding: 2rem 0;
    }
    .references-container {
        flex-direction: column;
        gap: 24px;
    }
    .references-content {
        padding: 0 0 24px 0;
        order: 1;
    }
    .references-logos-area {
        margin-bottom: 0;
        order: 2;
        max-height: 35vh;
    }
    .references-logos-gradient {
        height: 50px;
    }
    .logos-col-inner {
        gap: 16px;
        min-height: 30vh;
    }
    .references-logos-col {
        max-height: 35vh;
    }
}

@media (max-width: 768px) {
    .references-section {
        height: auto;
        min-height: 280px;
        max-height: none;
        padding: 2rem 0;
    }
    
    .references-container {
        gap: 28px;
        padding: 0 1rem;
    }
    
    .references-logos-cols {
        gap: 16px;
    }
    
    .references-logo {
        padding: 16px 20px;
        min-width: 90px;
        min-height: 60px;
        max-width: 130px;
        max-height: 70px;
        border-radius: 12px;
    }
    
    .references-logo img {
        max-width: 90px;
        max-height: 40px;
    }
    
    .references-title {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }
    
    .references-desc {
        font-size: 1rem;
        margin-bottom: 24px;
        line-height: 1.7;
    }
    
    .references-badge {
        font-size: 0.9rem;
        padding: 6px 12px;
    }
    
    .references-content {
        padding: 0 0 24px 0;
    }
    
    .references-logos-gradient {
        height: 45px;
    }
    
    .logos-col-inner {
        gap: 16px;
        min-height: 32vh;
    }
    
    .references-logos-area {
        max-height: 35vh;
    }
    
    .references-logos-col {
        max-height: 35vh;
    }
}

@media (max-width: 576px) {
    .references-section {
        height: auto;
        min-height: 240px;
        max-height: none;
        padding: 1.5rem 0;
    }
    
    .references-container {
        gap: 20px;
        padding: 0 0.8rem;
    }
    
    .references-logos-cols {
        gap: 10px;
    }
    
    .references-logo {
        padding: 12px 16px;
        min-width: 75px;
        min-height: 50px;
        max-width: 105px;
        max-height: 60px;
        border-radius: 10px;
    }
    
    .references-logo img {
        max-width: 75px;
        max-height: 32px;
    }
    
    .references-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .references-desc {
        font-size: 0.95rem;
        margin-bottom: 18px;
        line-height: 1.6;
    }
    
    .references-badge {
        font-size: 0.85rem;
        padding: 5px 10px;
    }
    
    .references-content {
        padding: 0 0 18px 0;
    }
    
    .references-logos-gradient {
        height: 35px;
    }
    
    .logos-col-inner {
        gap: 12px;
        min-height: 28vh;
    }
    
    .references-logos-area {
        max-height: 30vh;
    }
    
    .references-logos-col {
        max-height: 30vh;
    }
}

@media (max-width: 360px) {
    .references-section {
        height: auto;
        min-height: 220px;
        max-height: none;
        padding: 1.2rem 0;
    }
    
    .references-container {
        gap: 16px;
        padding: 0 1rem;
    }
    
    .references-content {
        padding: 0 0.5rem 16px 0.5rem;
        text-align: center;
    }
    
    .references-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    
    .references-desc {
        font-size: 0.85rem;
        margin-bottom: 16px;
        line-height: 1.5;
        padding: 0 0.2rem;
    }
    
    .references-badge {
        font-size: 0.8rem;
        padding: 4px 8px;
    }
    
    .references-logos-cols {
        gap: 8px;
    }
    
    .references-logo {
        padding: 10px 12px;
        min-width: 65px;
        min-height: 45px;
        max-width: 90px;
        max-height: 55px;
        border-radius: 8px;
    }
    
    .references-logo img {
        max-width: 65px;
        max-height: 28px;
    }
    
    .references-logos-gradient {
        height: 30px;
    }
    
    .logos-col-inner {
        gap: 10px;
        min-height: 25vh;
    }
    
    .references-logos-area {
        max-height: 28vh;
    }
    
    .references-logos-col {
        max-height: 28vh;
    }
}




.faq-section {
    width: 100%;
    background: #f8fafc;
    padding: 4rem 0;
    padding-bottom: 0;
    margin-top: 0;
    border-top: 1px solid #e5e7eb;
    height: auto;
    max-height: auto;
}

.faq-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.faq-section .faq-main-grid {
    display: grid;
    gap: 1rem;
}

.faq-section .faqArea {
    display: flex;
    flex-direction: column;
}

.faq-section .faq-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-section .faq-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}
.faq-section .faq-section-desc {
    font-size: 1.1rem;
    color: #6b7280;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.faq-section .faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    align-items: flex-start;
}

.faq-section .faq-item {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s ease;
    flex: 1 1 calc(50% - 0.75rem);
    min-width: 300px;
}

.faq-section .faq-item:hover {
    box-shadow: 0 8px 32px rgba(220, 38, 38, 0.08);
    border-color: #dc2626;
    transform: translateY(-2px);
}

.faq-section .faq-question {
    padding: 1.5rem 2rem;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f2937;
    transition: all 0.3s ease;
    position: relative;
}

.faq-section .faq-question:hover {
    background: #f9fafb;
    color: #dc2626;
}

.faq-section .faq-question.active {
    background: #fef2f2;
    color: #dc2626;
    border-bottom: 1px solid #fecaca;
}

.faq-section .faq-question-text {
    flex: 1;
    margin-right: 1rem;
}

.faq-section .faq-icon {
    width: 24px;
    height: 24px;
    background: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-section .faq-icon i {
    font-size: 0.9rem;
    color: #6b7280;
    transition: all 0.3s ease;
}

.faq-section .faq-question:hover .faq-icon {
    background: #dc2626;
}

.faq-section .faq-question:hover .faq-icon i {
    color: white;
}

.faq-section .faq-question.active .faq-icon {
    background: #dc2626;
    transform: rotate(45deg);
}

.faq-section .faq-question.active .faq-icon i {
    color: white;
}

.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: white;
    padding: 0 2rem;
}

.faq-section .faq-answer.active {
    max-height: 500px;
    padding: 0 2rem 1.5rem 2rem;
}

.faq-section .faq-answer-content {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-top: 0.5rem;
    text-align: start;
}


.faq-section .faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-section .faq-highlight {
    color: #dc2626;
    font-weight: 600;
    background: rgba(220, 38, 38, 0.07);
    border-radius: 4px;
    padding: 0 0.3em;
    margin: 0 0.1em;
}

@media (max-width: 1024px) {
    .faq-section .faq-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .faq-section .faq-section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 3rem 0;
    }

    .faq-section .faq-section-header {
        margin-bottom: 2rem;
    }

    .faq-section .faq-section-title {
        font-size: 1.8rem;
    }

    .faq-section .faq-section-desc {
        font-size: 1rem;
    }

    .faq-section .faq-question {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }

    .faq-section .faq-answer.active {
        padding: 0 1.5rem 1.25rem 1.5rem;
    }

    .faq-section .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .faq-section {
        padding: 2.5rem 0;
    }

    .faq-section .container {
        padding: 0 1rem;
    }

    .faq-section .faq-section-header {
        margin-bottom: 2rem;
    }

    .faq-section .faq-section-title {
        font-size: 1.6rem;
    }

    .faq-section .faq-section-desc {
        font-size: 0.95rem;
    }

    .faq-section .faq-grid {
        gap: 1rem;
    }

    .faq-section .faq-item {
        min-width: unset;
        flex: 1 1 100%;
        border-radius: 12px;
    }

    .faq-section .faq-question {
        padding: 1.2rem 1.5rem;
        font-size: 1rem;
    }

    .faq-section .faq-answer.active {
        padding: 0 1.5rem 1.2rem 1.5rem;
    }

    .faq-section .faq-answer-content {
        font-size: 0.9rem;
    }

    .faq-section .faq-icon {
        width: 22px;
        height: 22px;
    }

    .faq-section .faq-icon i {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 2rem 0;
    }

    .faq-section .container {
        padding: 0 0.8rem;
    }

    .faq-section .faq-section-header {
        margin-bottom: 1.5rem;
    }

    .faq-section .faq-section-title {
        font-size: 1.4rem;
    }

    .faq-section .faq-section-desc {
        font-size: 0.9rem;
    }

    .faq-section .faq-grid {
        gap: 0.8rem;
    }

    .faq-section .faq-item {
        border-radius: 10px;
    }

    .faq-section .faq-question {
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
    }

    .faq-section .faq-answer.active {
        padding: 0 1.25rem 1rem 1.25rem;
    }

    .faq-section .faq-answer-content {
        font-size: 0.85rem;
    }

    .faq-section .faq-icon {
        width: 20px;
        height: 20px;
    }

    .faq-section .faq-icon i {
        font-size: 0.8rem;
    }
}

@media (max-width: 360px) {
    .faq-section {
        padding: 1.5rem 0;
    }

    .faq-section .container {
        padding: 0 0.6rem;
    }

    .faq-section .faq-section-header {
        margin-bottom: 1.2rem;
    }

    .faq-section .faq-section-title {
        font-size: 1.2rem;
    }

    .faq-section .faq-section-desc {
        font-size: 0.85rem;
    }

    .faq-section .faq-grid {
        gap: 0.6rem;
    }

    .faq-section .faq-item {
        border-radius: 8px;
    }

    .faq-section .faq-question {
        padding: 0.8rem 1rem;
        font-size: 0.9rem;
    }

    .faq-section .faq-answer.active {
        padding: 0 1rem 0.8rem 1rem;
    }

    .faq-section .faq-answer-content {
        font-size: 0.8rem;
    }

    .faq-section .faq-icon {
        width: 18px;
        height: 18px;
    }

    .faq-section .faq-icon i {
        font-size: 0.75rem;
    }
}

