﻿/* GENERAL & FONT STYLES */

.body-calitate-fizica {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #0a0a0a;
    color: #fff;
    margin: 0;
    /* Adăugăm bordura dorită aici */
    border-bottom: 1px solid #2a2a2a;
    /* Adăugăm spațiu la finalul secțiunii, ÎNAINTE de bordură */
    padding-bottom: 2rem; /* aprox. 80px, poți ajusta valoarea */
    padding-top: 2rem; /* Am adăugat acest spațiu aici */
}

/* 2. Am mutat logica de layout și bordura aici */
.main-container-fizica {


    box-sizing: border-box;
}

/* UTILITY CLASSES */
.highlight-red-fizica {
    color: #dc2626; /* red-600 */
}

.uppercase-title {
    text-transform: uppercase;
}

.secondary-text {
    color: #9ca3af; /* gray-400 */
}

/* SECTION STYLES */
.section-title-fizica {
    font-size: 1.875rem; /* 3xl */
    line-height: 2.25rem;
    font-weight: 700; /* bold */
}

.section-paragraph-fizica {
    margin-top: 1rem;
    max-width: 36rem; /* max-w-lg */
    margin-left: auto;
    margin-right: auto;
}

/* HERO SECTION */
.hero-section-fizica {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    box-sizing: border-box;
}

.hero-content-fizica {
    max-width: 28rem; /* max-w-md */
}

.hero-title-fizica {
    font-size: 1.25rem; /* 4xl */
    font-weight: 900; /* font-black */

    line-height: 1.25;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    margin: 0;
}

.title-container {
    display: flex;
    align-items: center; /* Aliniază vertical icon-ul la centrul titlului */
    gap: 15px; /* Adaugă un spațiu de 15px între icon și titlu. Poți ajusta valoarea. */
}

    /* Stil pentru icon - ajustează selectorul dacă este necesar */
    /* Presupunem că <partial> generează un tag <svg>. Dacă este <img> sau <i>, schimbă "svg". */
    .title-container svg {
        width: 40px; /* Setează o lățime fixă pentru icon */
        height: 40px; /* Setează o înălțime fixă pentru icon */
        flex-shrink: 0; /* Previne micșorarea icon-ului pe ecrane mici */
    }

@media (min-width: 768px) {
    .hero-title-fizica {
        font-size: 3rem; /* md:text-5xl */
        line-height: 1;
    }
}

.hero-subtitle-fizica {
    margin-top: 0.5rem;
    font-size: 1rem; /* text-lg */
    color: #999; /* gray-300 */
    margin-bottom: 0;
}

.hero-sub-subtitle-fizica {
    margin-top: 0.5rem;
    font-size: 1rem; /* text-md */
    color: #9ca3af; /* gray-400 */
}

.arrow-down {
    width: 2rem;
    height: 2rem;
    color: #fff;
}

@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);
    }
}



.dust-box-fizica {
    margin-top: 3rem;
    padding: 1.5rem;
    border: 2px dashed #d1d5db; /* gray-300 */
    border-radius: 0.5rem; /* rounded-lg */
    max-width: 24rem; /* max-w-sm */
    margin-left: auto;
    margin-right: auto;
}

.broken-pieces-fizica {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.piece {
    background-color: #1f2937; /* gray-800 */
    border-radius: 0.125rem; /* rounded-sm */
}

.piece-1 {
    width: 2rem;
    height: 0.75rem;
    transform: rotate(-12deg);
}

.piece-2 {
    width: 3rem;
    height: 1rem;
    background-color: #374151;
    transform: rotate(6deg);
}

.piece-3 {
    width: 1.5rem;
    height: 0.75rem;
    transform: rotate(12deg);
}

.dust-title-fizica {
    margin-top: 1rem;
    font-size: 1.5rem; /* 2xl */
    line-height: 2rem;
    font-weight: 900; /* font-black */
    color: #9ca3af; /* gray-400 */
}

.dust-subtitle-fizica {
    font-size: 0.875rem; /* text-sm */
    color: #6b7280; /* gray-500 */
}

/* COMPARISON SECTION */
.comparison-section-fizica {
    width: 100%;
    background-color: #0a0a0a;
    padding: 0rem 1.5rem;
    box-sizing: border-box;
    margin-top: 0 !important;
    padding-top: 20px !important;

}

.section-header-fizica {
    text-align: center;
    margin-bottom: 3rem;
}

.comparison-card-fizica {
    max-width: 28rem; /* max-w-md */
    margin: auto;
    background-color: #111827; /* gray-900 */
    border-radius: 1rem; /* rounded-2xl */
    padding: 1.5rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.product-side {
    text-align: center;
}

.product-title {
    font-size: 1.25rem;
    font-weight: 700;
}

.competitor-title {
    color: #6b7280; /* gray-500 */
}

.product-tagline {
    font-size: 0.875rem;
}

.our-tagline {
    color: #4ade80; /* green-400 */
}

.competitor-tagline {
    color: #ef4444; /* red-500 */
}

.briquette-visual-wrapper {
    margin: 1.5rem 0;
}

.briquette-visual {
    width: 100%;
    height: 2rem;
    background-image: linear-gradient(to right, #4b5563, #6b7280); /* from-gray-700 to-gray-600 */
    border-radius: 9999px; /* rounded-full */
    display: flex;
    align-items: center;
    justify-content: center;
}

.briquette-text {
    font-weight: 700;
    color: #fff;
    font-size: 0.875rem;
}

.ruler-visual {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    padding: 0 0.25rem;
    color: #9ca3af; /* gray-400 */
}

.briquette-guarantee {
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-top: 0.25rem;
}

.competitor-text {
    color: #6b7280;
    margin-top: 0.5rem;
    font-size: 0.875rem;
}

.broken-wrapper {
    opacity: 0.6;
}

.features-list-fizica {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: left;
}

    .feature-item p {
        margin: 0;
        color: #d1d5db;
    }

.competitor-product .feature-item p {
    color: #9ca3af;
}

.competitor-product {
    opacity: 0.6;
}

.feature-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.success-icon {
    color: #22c55e; /* green-500 */
}

.fail-icon {
    color: #ef4444; /* red-500 */
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #4b5563;
    margin: 2rem 0;
}


/* Container Principal */
.container-fizica {
    max-width: 72rem; /* 1152px */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem; /* 24px */
    padding-right: 1.5rem; /* 24px */
}

@media (min-width: 640px) {
    .container-fizica {
        padding-left: 2rem; /* 32px */
        padding-right: 2rem; /* 32px */
    }
}

/* Secțiunea de Comparație */
.comparison-section-fizica {
    background-color: #0a0a0a;
    padding-top: 4rem; /* 64px */
    padding-bottom: 1rem; /* 64px */
}

@media (min-width: 640px) {
    .comparison-section-fizica {
        padding-top: 6rem; /* 96px */
        padding-bottom: 1rem; /* 96px */
    }
}

/* Antet Secțiune */
.section-header-fizica {
    text-align: center;
    margin-bottom: 2rem; /* 48px */
}

    .section-header-fizica h2 {
        font-size: 1.575rem; /* 30px */
        line-height: 2.25rem; /* 36px */
        font-weight: 800; /* extrabold */
        color: #ffffff;
    }

    .section-header-fizica p {
        margin-top: 0rem; /* 16px */
        max-width: 42rem; /* 672px */
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem; /* 18px */
        line-height: 1.75rem; /* 28px */
        color: #a1a1aa; /* zinc-400 */
    }



@media (min-width: 640px) {
    .section-header-fizica {
        margin-bottom: 4rem; /* 64px */
    }

        .section-header-fizica h2 {
            font-size: 2.25rem; /* 36px */
            line-height: 2.5rem; /* 40px */
        }
}

@media (min-width: 1024px) {
    .section-header-fizica h2 {
        font-size: 3rem; /* 48px */
        line-height: 1;
    }
}


/* Grila de Comparație */
.comparison-grid-fizica {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem; /* 32px */
}

@media (min-width: 768px) {
    .comparison-grid-fizica {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .comparison-grid-fizica {
        gap: 3rem; /* 48px */
    }
}

/* Carduri de Comparație */
.comparison-card-fizica {
    border: 1px solid #27272a; /* zinc-800 */
    background-color: #18181b; /* zinc-900 */
    border-radius: 0.75rem; /* 12px */
    padding: 1.5rem; /* 24px */
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

    .comparison-card-fizica:hover {
        border-color: #ef4444;
        transform: translateY(-4px);
    }

    .comparison-card-fizica h3 {
        font-size: 1.5rem; /* 24px */
        line-height: 2rem; /* 32px */
        font-weight: 700;
        color: #ffffff;
    }

    .comparison-card-fizica.brand-other h3 {
        color: #d4d4d8; /* zinc-300 */
    }

.tagline-fizica {
    font-size: 1.5rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    font-weight: 600;
    margin-top: 0.25rem; /* 4px */
}

.tagline-apacks {
    color: #ef4444;
}

.tagline-other {
    color: #71717a;
}

.brand-apacks {
    border-top: 4px solid #ef4444;
}

.brand-other {
    border-top: 4px solid #71717a;
}


@media (min-width: 640px) {
    .comparison-card-fizica {
        padding: 2rem; /* 32px */
    }
}

/* Lista de caracteristici */
.features-container-fizica {
    margin-top: 1.5rem; /* 24px */
    border-top: 1px solid rgba(63, 63, 70, 0.5); /* zinc-700/50 */
    padding-top: 1.5rem; /* 24px */
}

.features-list-fizica {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 16px */
}

    .features-list-fizica li {
        display: flex;
        align-items: flex-start;
    }

        .features-list-fizica li span {
            color: #e4e4e7; /* zinc-200 */
        }

        .features-list-fizica li strong {
            color: #ffffff;
            display: block; /* Asigură că textul îngroșat este pe rândul lui dacă e necesar */
        }

.brand-other .features-list-fizica li span {
    color: #a1a1aa; /* zinc-400 */
}

.brand-other .features-list-fizica li strong {
    color: #d4d4d8; /* zinc-300 */
}

/* Icoane */
.icon {
    width: 1.5rem; /* 24px */
    height: 1.5rem; /* 24px */
    flex-shrink: 0;
    margin-right: 0.75rem; /* 12px */
}

.icon-success {
    color: #ef4444;
}

.icon-fail {
    color: #71717a;
}
