﻿@import url('../components/_container-suport.css');
@import url('../components/_durata-jar.css');
@import url('../components/_durata-gemini.css');
@import url('../components/_container-calitate-fizica.css');
@import url('../components/_reviewuri-index.css');
@import url('../components/_google-review.css');
@import url('../components/_garantie-suport-faq.css');




/* Stiluri de bază și resetare */
.body-garantie-suport {
    margin-top: 60px !important;
    background-color: #0a0a0a;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Clasa pentru fontul Teko */
.teko-font-garantie-suport {
    font-family: 'Teko', sans-serif;
}

/* Clasa pentru textul roșu */
.highlight-red-garantie-suport {
    color: #e50914;
}

/* Stiluri pentru secțiunea principală (Hero) */
.hero-section-garantie-suport {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem 1rem;
    box-sizing: border-box; /* Asigură că padding-ul nu afectează dimensiunea totală */
}

/* Conținutul principal (titlu și subtitlu) */
.hero-content-garantie-suport {
    max-width: 48rem; /* 768px */
    margin-left: auto;
    margin-right: auto;
}

.hero-title-garantie-suport {
    font-family: 'Teko', sans-serif;
    font-size: 2rem; /* 36px */
    line-height: 2rem; /* 40px */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 1.25;
}

.hero-subtitle-garantie-suport {
    margin-top: 1rem; /* 16px */
    font-size: 1rem; /* 16px */
    color: #d1d5db; /* gray-300 */
    max-width: 42rem; /* 672px */
    margin-left: auto;
    margin-right: auto;
}

/* Container pentru cardul de angajament */
.commitment-card-wrapper-garantie-suport {
    margin-top: 3rem; /* 48px */
    width: 100%;
    max-width: 32rem; /* 512px */
    margin-left: auto;
    margin-right: auto;
}

.commitment-card-garantie-suport {
    background-color: #0a0a0a;
    border-radius: 0.75rem; /* 12px */
    padding: 1.5rem; /* 24px */
    border: 1px solid #374151; /* gray-700 */
}

.commitment-title-garantie-suport {
    font-size: 0.875rem; /* 14px */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af; /* gray-400 */
    margin-bottom: 1.5rem; /* 24px */
}

/* Container pentru cardurile de garanții */
.guarantees-container-garantie-suport {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 16px */
}

.guarantee-card-garantie-suport {
    background-color: #0a0a0a;
    border: 1px solid #2a2a2a;
    flex: 1;
    padding: 1.5rem; /* 24px */
    border-radius: 0.5rem; /* 8px */
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1.25rem; /* 20px */
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .guarantee-card-garantie-suport:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(229, 9, 20, 0.1);
        border-color: #e50914;
    }

.guarantee-icon-garantie-suport {
    flex-shrink: 0;
}

    .guarantee-icon-garantie-suport svg {
        width: 2.5rem; /* 40px */
        height: 2.5rem; /* 40px */
        color: #e50914;
    }

.guarantee-text-garantie-suport h3 {
    font-weight: 700;
    font-size: 1.125rem; /* 18px */
    color: #ffffff;
    margin: 0;
}

.guarantee-text-garantie-suport p {
    font-size: 0.875rem; /* 14px */
    color: #9ca3af; /* gray-400 */
    margin: 0;
    margin-top: 0.25rem;
}

/* Săgeata pentru scroll */
.scroll-down-arrow-garantie-suport {
    margin-top: 3rem; /* 48px */
}

    .scroll-down-arrow-garantie-suport svg {
        width: 2rem; /* 32px */
        height: 2rem; /* 32px */
        color: #4b5563; /* gray-600 */
        animation: bounce 1s infinite;
    }

/* Animația pentru săgeată */
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

/* Media Queries pentru Responsive Design */

/* Pentru ecrane mai mari de 640px (sm) */
@media (min-width: 640px) {
    .hero-title-garantie-suport {
        font-size: 3rem; /* 48px */
        line-height: 1;
    }

        .hero-title-garantie-suport br {
            display: block;
        }
}

/* Pentru ecrane mai mari de 768px (md) */
@media (min-width: 768px) {
    .hero-title-garantie-suport {
        font-size: 3.75rem; /* 60px */
        line-height: 1;
    }

    .hero-subtitle-garantie-suport {
        font-size: 1.125rem; /* 18px */
    }

    .commitment-card-wrapper-garantie-suport {
        max-width: 64rem; /* 1024px */
    }

    .commitment-card-garantie-suport {
        padding: 2rem; /* 32px */
    }

    .guarantees-container-garantie-suport {
        flex-direction: row;
        gap: 1.5rem; /* 24px */
    }
}

.body-aplica-garantia {
    background-color: #0a0a0a;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

/* Containerul principal al secțiunii */
.garantie-simplificata-section {
    background-color: #0a0a0a;
    padding: 4rem 1rem;
    text-align: center;
    /* Bordura de jos solicitată */
    border-bottom: 1px solid #27272a; /* zinc-800 */
}

/* Titlul principal */
.gs-main-title {
    font-family: 'Teko', sans-serif;
    font-size: 2.5rem; /* Mărime pentru mobil */
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
    line-height: 1.1;
}

/* Textul roșu din titlu */
.gs-highlight-red {
    color: #e50914;
}

/* Subtitlul */
.gs-subtitle {
    color: #d1d5db; /* gray-300 */
    margin-bottom: 3rem;
    font-size: 1rem;
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
}

/* Containerul pentru carduri */
.gs-cards-container {
    max-width: 64rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr; /* O singură coloană pe mobil */
    gap: 2rem;
}

/* Stilul individual al cardurilor */
.gs-card {
    background-color: #0a0a0a; /* zinc-900 */
    border: 1px solid #27272a; /* zinc-800 */
    border-radius: 0.75rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centrează conținutul pe mobil */
}

/* Eticheta roșie "Pasul X" */
.gs-step-tag {
    background-color: #e50914;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

/* Titlul din interiorul cardului */
.gs-card-title {
    font-family: 'Teko', sans-serif;
    font-size: 1.75rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

/* Textul de descriere din card */
.gs-card-text {
    color: #d1d5db;
    line-height: 1.6;
    flex-grow: 1; /* Asigură că textul ocupă spațiul disponibil, împingând butoanele în jos */
    margin-bottom: 2rem;
}

/* Containerul pentru butoane */
.gs-buttons-wrapper {
    display: flex;
    flex-direction: column; /* Butoanele sunt una sub alta pe mobil */
    gap: 1rem;
    width: 100%;
    max-width: 280px; /* Limitează lățimea butoanelor pe mobil */
}

/* Stilul de bază al butoanelor */
.gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 100%;
}

    .gs-btn:hover {
        opacity: 0.9;
        transform: scale(1.02);
    }

    .gs-btn svg {
        width: 1.25rem; /* 20px */
        height: 1.25rem; /* 20px */
    }

/* Butonul WhatsApp */
.gs-btn-whatsapp {
    background-color: #25D366;
    color: #fff;
}

/* Butonul de telefon */
.gs-btn-phone {
    background-color: #2d3748; /* Gri-albăstrui închis */
    color: #fff;
}

/* Media queries pentru responsive design (Desktop) */
@media (min-width: 768px) {
    .gs-main-title {
        font-size: 3.5rem; /* Mărime mai mare pentru desktop */
    }

    .gs-cards-container {
        grid-template-columns: 1fr 1fr; /* Două coloane pe desktop */
    }

    .gs-card {
        align-items: flex-start; /* Aliniază conținutul la stânga pe desktop */
        text-align: left;
    }

    .gs-buttons-wrapper {
        flex-direction: row; /* Butoanele sunt una lângă alta pe desktop */
        max-width: none;
    }

    .gs-btn {
        width: auto;
        flex-grow: 1; /* Butoanele ocupă spațiu egal */
    }
}
