/* Oferte Decembrie - Campanie Sarbatori 2025 */

/* Icomoon Font - loaded with absolute URLs */
@font-face {
    font-family: 'icomoon';
    src: url('https://vreaulanova.ro/fonts/icomoon/fonts/icomoon.eot?r0f734');
    src: url('https://vreaulanova.ro/fonts/icomoon/fonts/icomoon.eot?r0f734#iefix') format('embedded-opentype'),
    url('https://vreaulanova.ro/fonts/icomoon/fonts/icomoon.ttf?r0f734') format('truetype'),
    url('https://vreaulanova.ro/fonts/icomoon/fonts/icomoon.woff?r0f734') format('woff'),
    url('https://vreaulanova.ro/fonts/icomoon/fonts/icomoon.svg?r0f734#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/*@media screen and (min-width: 992px) {*/
/*    section {*/
/*        padding-top: 0;*/
/*        padding-bottom: 0;*/
/*    }*/
/*}*/

/* ============================================
   HERO SECTION
   ============================================ */
.section-hero {
    width: 100%;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-link {
    display: block;
    width: 100%;
    cursor: pointer;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Desktop: show desktop image, hide mobile */
.hero-image-desktop {
    display: block;
}

.hero-image-mobile {
    display: none;
}

/* ============================================
   COUNTDOWN SECTION
   ============================================ */
.section-countdown {
    background: linear-gradient(135deg, #c41230 0%, #e63950 100%);
    padding: 20px 0;
}

.countdown-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.countdown-label {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 60px;
}

.countdown-number {
    font-size: 28px;
    font-weight: 700;
    color: #50F0D7;
    line-height: 1;
}

.countdown-unit {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    margin-top: 4px;
}

.countdown-separator {
    font-size: 28px;
    font-weight: 700;
    color: #50F0D7;
}

.countdown-expired {
    font-size: 18px;
    font-weight: 600;
    color: #50F0D7;
}

/* ============================================
   SECTION WHY - De ce sa alegi Nova
   ============================================ */
.section-why {
    background-color: #ffffff;
    padding: 60px 0 80px;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    color: #333;
    margin-bottom: 60px;
    font-family: 'DM Sans', sans-serif;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.benefit-icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.benefit-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.benefit-text {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

/* ============================================
   SECTION OFFERS
   ============================================ */
.section-offers {
    background-color: #f02d4b;
    padding: 80px 0;
}

.offers-header {
    margin-bottom: 50px;
    text-align: center;
}

.offers-title {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    font-family: 'DM Sans', sans-serif;
}

.offers-title .highlight-accent {
    color: #50F0D7;
    font-weight: 500;
    display: inline;
}

.highlight-accent{
    font-weight: 600 !important;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.features-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-item .check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-item p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

/* Primary Tabs (Nivel 1) */
.tabs-primary {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
}

.tab-primary {
    flex: 1;
    padding: 18px 20px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 4px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.tab-primary:hover {
    color: rgba(255, 255, 255, 0.8);
}

.tab-primary.active {
    color: #fff;
    border-bottom-color: #50F0D7;
}

/* Primary Tab Content */
.tab-primary-content {
    display: none;
}

.tab-primary-content.active {
    display: block;
}

/* Secondary Tabs (Nivel 2) */
.tabs {
    display: flex;
    gap: 0;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tab {
    flex: 1;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tab img {
    max-height: 50px;
    width: auto;
}

.tab .tab-img-active {
    display: none;
}

.tab .tab-img-inactive {
    display: block;
}

.tab.active .tab-img-active {
    display: block;
}

.tab.active .tab-img-inactive {
    display: none;
}

/* Tab Content */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Offers Grid - 3 columns */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: stretch;
    padding-top: 25px;
}

.offers-grid .offer-card--with-badge {
    margin-top: 0;
}

/* Offers Grid - 1 column (pentru gaze) */
.offers-grid-1 {
    grid-template-columns: 1fr;
    max-width: 450px;
}

/* Offers Grid - 2 columns (pentru afaceri gaze) */
.offers-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 750px;
}

/* Tab 3: Integrated offer (Ambele) */
.tab-content-integrated {
    text-align: center;
    padding: 60px 20px;
}

.integrated-text {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.offer-button-large {
    display: inline-block;
    background-color: #50F0D7;
    color: #333;
    text-decoration: none;
    margin-top: 20px;
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.offer-button-large:hover {
    background-color: #45d9c2;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(80, 240, 215, 0.4);
}

/* B2B Intro Section */
.b2b-intro {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 25px;
    margin-bottom: 40px;
}

.b2b-intro p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.b2b-intro p:last-child {
    margin-bottom: 0;
}

/* Offer Cards */
.offer-card {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: visible;
    height: 100%;
}

.offer-card--with-badge {
    margin-top: 25px;
}

/* Promo Badge - Auriu/Gold */
.promo-badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #D4AF37 0%, #F4E4BC 30%, #D4AF37 50%, #AA8C2C 100%);
    color: #5C4A1F;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: shimmer-badge 3s ease-in-out infinite;
    background-size: 200% 100%;
}

@keyframes shimmer-badge {
    0% {
        background-position: 100% 0;
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
    }
    50% {
        background-position: 0% 0;
        box-shadow: 0 6px 25px rgba(212, 175, 55, 0.7);
    }
    100% {
        background-position: 100% 0;
        box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);
    }
}

/* Card Header */
.offer-card-header {
    padding: 40px 25px 20px;
    border-bottom: 1px solid #eee;
}

.offer-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #f4a21f;
    margin-bottom: 8px;
}

.offer-card-fix {
    font-size: 15px;
    color: #333;
}

.offer-card-fix strong {
    color: #f02d4b;
    font-size: 18px;
    font-weight: 600;
}

/* Card Body */
.offer-card-body {
    padding: 25px;
    flex-grow: 1;
}

.offer-promo-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
}

.offer-card-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 500;
}

.offer-card-price .price-value {
    font-size: 22px;
    font-weight: 600;
    color: #f02d4b;
}

.offer-detail {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
}

.offer-detail strong {
    color: #333;
}

/* Tooltip */
.offer-detail--tooltip {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #fff8e6;
    padding: 10px 12px;
    border-radius: 8px;
    border-left: 3px solid #ffc107;
}

.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #ffc107;
    color: #333;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    cursor: help;
}

.offer-final-price {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.price-highlight {
    font-size: 18px;
    font-weight: 600;
    color: #50F0D7;
    background: linear-gradient(135deg, #f02d4b 0%, #ff6b7a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Card Footer */
.offer-card-footer {
    padding: 20px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
}

.offer-card .offer-button {
    background-color: #50F0D7;
    color: #333;
    border: none;
    border-radius: 25px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.offer-card .offer-button:hover {
    background-color: #45d9c2;
    transform: translateY(-2px);
}

.offer-link {
    color: #004a8f;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
}

.offer-link:hover {
    color: #003a70;
}

.offer-disclaimer {
    font-size: 11px;
    color: #666;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}

/* Gaze naturale card - culori diferite */
.offer-card--gaze .offer-card-title {
    color: #4b5ad0;
}

.offer-card--gaze .offer-card-price .price-value {
    color: #f02d4b;
}

.offer-card--gaze .offer-card-fix strong {
    color: #f02d4b;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.section-faq {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.faq-title {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    font-family: 'DM Sans', sans-serif;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background-color: #fafafa;
}

.faq-question span:first-child {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: #f02d4b;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-answer {
    display: none;
    padding: 0 25px 20px;
    border-top: 1px solid #eee;
}

.faq-answer p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    padding-top: 20px;
}

/* ============================================
   RESPONSIVE - TABLET (max 992px)
   ============================================ */
@media (max-width: 992px) {
    /* Section Why - Tablet */
    .section-why {
        padding: 50px 0 60px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .benefit-icon {
        width: 100px;
        height: 100px;
    }

    .offers-grid,
    .offers-grid-2,
    .offers-grid-3 {
        grid-template-columns: 1fr;
        max-width: 450px;
    }

    .offers-title {
        font-size: 22px;
    }

    .faq-title {
        font-size: 26px;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max 768px)
   ============================================ */
@media (max-width: 768px) {
    /* Hero Mobile - switch images */
    .hero-image-desktop {
        display: none;
    }

    .hero-image-mobile {
        display: block;
    }

    /* Section Why - Mobile */
    .section-why {
        padding: 40px 0 50px;
    }

    .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .benefit-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 12px;
    }

    .benefit-text {
        font-size: 14px;
    }

    /* Countdown Mobile */
    .countdown-box {
        flex-direction: column;
        gap: 10px;
    }

    .countdown-item {
        padding: 8px 12px;
        min-width: 50px;
    }

    .countdown-number {
        font-size: 22px;
    }

    .countdown-separator {
        font-size: 22px;
    }

    /* Offers Mobile */
    .section-offers {
        padding: 60px 0;
    }

    .offers-header {
        margin-bottom: 40px;
    }

    .offers-title {
        font-size: 18px;
    }

    .offers-title br {
        display: none;
    }

    /* Features Grid Mobile */
    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 30px;
    }

    .features-column {
        gap: 15px;
    }

    .feature-item p {
        font-size: 14px;
    }

    /* Primary Tabs Mobile */
    .tabs-primary {
        margin-bottom: 20px;
    }

    .tab-primary {
        padding: 12px 10px;
        font-size: 14px;
    }

    /* Secondary Tabs Mobile */
    .tabs {
        margin-bottom: 25px;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tab {
        padding: 10px 5px;
        flex: 0 0 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }

    .tab:nth-child(3) {
        flex: 0 0 60%;
        max-width: 60%;
        margin-top: 5px;
    }

    .tab img {
        max-height: 35px;
    }

    /* Integrated Tab Mobile */
    .tab-content-integrated {
        padding: 40px 15px;
    }

    .integrated-text {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .offer-button-large {
        margin-top: 15px;
        padding: 14px 30px;
        font-size: 14px;
    }

    /* B2B Intro Mobile */
    .b2b-intro {
        padding: 20px;
        margin-bottom: 30px;
    }

    .b2b-intro p {
        font-size: 14px;
    }

    .offers-grid {
        gap: 40px;
    }

    .promo-badge {
        font-size: 12px;
        padding: 6px 15px;
        top: -15px;
    }

    .offer-card-header {
        padding: 25px 20px 15px;
    }

    .offer-card-title {
        font-size: 16px;
    }

    .offer-card-body {
        padding: 20px;
    }

    .offer-card-price .price-value {
        font-size: 24px;
    }

    .offer-card-footer {
        padding: 15px 20px 20px;
    }

    /* FAQ Mobile */
    .section-faq {
        padding: 50px 0;
    }

    .faq-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 15px 20px;
    }

    .faq-question span:first-child {
        font-size: 14px;
    }

    .faq-answer {
        padding: 0 20px 15px;
    }

    .faq-answer p {
        font-size: 13px;
    }
}

/* ============================================
   RESPONSIVE - SMALL MOBILE (max 480px)
   ============================================ */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    /* Section Why - Small Mobile */
    .section-title {
        font-size: 22px;
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .benefit-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .benefit-text {
        font-size: 13px;
    }

    .countdown-timer {
        gap: 5px;
    }

    .countdown-item {
        padding: 6px 8px;
        min-width: 45px;
    }

    .countdown-number {
        font-size: 18px;
    }

    .countdown-separator {
        font-size: 18px;
    }

    .countdown-unit {
        font-size: 9px;
    }

    .offers-title {
        font-size: 16px;
    }

    .promo-badge {
        font-size: 11px;
        padding: 5px 12px;
    }

    .faq-title {
        font-size: 18px;
    }
}