/* 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;
}

.icon-Pictograma_EE:before {
    content: "\e900";
    color: #50f0d7;
}

.icon-Pictograma_GN:before {
    content: "\e901";
    color: #f02d4b;
}

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

html {
    /*scroll-behavior: smooth;*/
}

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

/* Hero Section */
.section-hero {
    padding-top: 0;
    width: 100%;
    line-height: 0;
}

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

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

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

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 60px;
}

.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;
}

/* Sectiunea 2: Oferte */
/* Black Friday Campaign - background negru */
.section-offers {
    background-color: #1a1a1a;
    padding: 60px 0 80px;
}
/* După campanie, schimbă înapoi la #f02d4b */

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

.offers-title {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

.offers-title .highlight {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.offers-title .highlight-accent {
    color: #50F0D7;
    font-size: 36px;
    font-weight: bold;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
    margin-bottom: 50px;
}

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

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

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

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

/* 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;
}

.tab {
    flex: 1;
    padding: 15px 10px;
    text-align: center;
    cursor: pointer;
    /*border-bottom: 3px solid rgba(255, 255, 255, 0.3);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

/*.tab.active {*/
/*    border-bottom-color: #50F0D7;*/
/*}*/

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

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

/* Offer Cards */
.offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.offer-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.offer-name {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.offer-type {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.offer-validity {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.offer-price {
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.price {
    font-size: 25px;
    font-weight: 700;
    color: #333;
}

.unit {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.offer-button {
    background-color: #50F0D7;
    color: #333333;
    border: none;
    border-radius: 25px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}

.offer-button:hover {
    background-color: #45d9c2;
}

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

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

/* Grid for 2 cards (Energie electrică, Pentru afaceri) */
.offers-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

/* Tab 3: Integrated offer */
.tab-content-integrated {
    text-align: center;
    padding: 40px 0;
}

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

.offer-button-large {
    text-decoration: none;
    margin-top: 60px;
    padding: 16px 40px;
    font-size: 16px;
}

/* New Card Structure */
.offer-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.offer-card-body {
    padding: 25px 25px 20px;
    flex-grow: 1;
}

.offer-card-footer {
    padding: 20px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

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

.offer-detail strong {
    /*color: #004a8f;*/
}

.offer-list {
    margin: 0 0 12px 20px;
    padding: 0;
    font-size: 14px;
    color: #333;
}

.offer-list li {
    margin-bottom: 5px;
}

.offer-card .offer-button {
    background-color: #50F0D7;
    color: #333333;
    border: none;
    border-radius: 25px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: none;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.offer-card .offer-button:hover {
    /*background-color: #003a70;*/
}

.offer-link {
    color: #004a8f;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    width: 100%;
}

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

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

.offer-disclaimer a {
    color: #004a8f;
    text-decoration: underline;
}

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

/* Card Header */
.offer-card-header {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 25px 25px 20px;
    border-bottom: 1px solid #eee;
}

.offer-card-header-content {
    flex: 1;
}

.offer-card-header-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 15px;
}

.offer-card-header-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.offer-card-header-icon i {
    font-size: 42px;
    display: block;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.offer-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Gaze naturale - roșu */
.offer-card--gaze .offer-card-title {
    color: #4b5ad0;
}

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

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

/* Energie electrică - verde/teal */
.offer-card--electricitate .offer-card-title {
    color: #ff9800;
}

.offer-card--electricitate .price-value {
    color: #ff9800;
    font-weight: 700;
}

.offer-card--electricitate .offer-card-fix {
    color: #ff9800;
    font-weight: 600;
    font-size: 14px;
}

.offer-card-price {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.offer-card-fix {
    font-size: 14px;
    margin: 0;
}

/* Offer Conditions Section */
.offer-conditions {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 40px;
}

.offer-conditions p {
    font-size: 13px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}

.offer-conditions p:last-child {
    margin-bottom: 0;
}

.offer-conditions a {
    color: #004a8f;
    text-decoration: underline;
}

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

/* Sectiunea 3: FAQ */
.section-faq {
    background-color: #f5f5f5;
    padding: 60px 0 80px;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.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;
}

/* Grid for 4 cards */
.offers-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Black Friday Badge */
.offer-card--with-badge {
    position: relative;
    overflow: visible;
}

.bf-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    color: #50F0D7;
    font-size: 18px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 15px;
    letter-spacing: 1px;
    z-index: 10;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    animation: pulse 2s ease-in-out infinite;
}

/* Shimmer effect */
.bf-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(80, 240, 215, 0.3),
            transparent
    );
    animation: shimmer 2.5s ease-in-out infinite;
}

/* Pulse animation */
@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: translateX(-50%) scale(1.05);
        box-shadow: 0 5px 20px rgba(80, 240, 215, 0.4);
    }
}

/* Shimmer animation */
@keyframes shimmer {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

/* ============================================
   RESPONSIVE - TABLET (max 992px)
   ============================================ */
@media (max-width: 992px) {
    .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-title {
        font-size: 24px;
    }

    .offers-title .highlight-accent {
        font-size: 28px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .offers-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

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

/* ============================================
   RESPONSIVE - MOBILE (max 768px)
   ============================================ */
@media (max-width: 768px) {
    .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;
    }

    .section-offers {
        padding: 40px 0 50px;
    }

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

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

    .offers-title br {
        display: none;
    }

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

    .features-grid {
        margin-bottom: 30px;
    }

    .feature-item {
        gap: 10px;
    }

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

    .check-icon {
        width: 20px;
        height: 20px;
    }

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

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

    .tabs {
        margin-bottom: 25px;
        gap: 5px;
    }

    .tab {
        padding: 10px 5px;
    }

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

    /* Offer Cards */
    .offers-grid {
        gap: 40px;
        max-width: 100%;
    }

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

    .bf-badge {
        font-size: 14px;
        padding: 5px 12px;
        top: -15px;
    }

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

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

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

    .price-value {
        font-size: 18px;
    }

    .offer-card-body {
        padding: 15px 15px 10px;
    }

    .offer-detail {
        font-size: 13px;
        margin-bottom: 10px;
    }

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

    .offer-card .offer-button {
        padding: 10px 20px;
        font-size: 13px;
    }

    .offer-link {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .offer-disclaimer {
        font-size: 10px;
    }

    /* Integrated tab */
    .tab-content-integrated {
        padding: 30px 10px;
    }

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

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

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

    .faq-title {
        font-size: 22px;
        margin-bottom: 25px;
        padding: 0 10px;
    }

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

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

    .faq-icon {
        font-size: 20px;
        width: 25px;
        height: 25px;
    }

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

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

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

    .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;
    }

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

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

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

    .bf-badge {
        font-size: 12px;
        padding: 4px 10px;
    }

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

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