﻿
.bg-purple {
    background-color: #6f42c1 !important;
}

.text-purple {
    color: #6f42c1 !important;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
}

.euro-features {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .feature-item:hover {
        transform: translateX(5px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

.feature-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.15rem;
}

.feature-desc {
    font-size: 0.8rem;
    color: #6c757d;
}

.euro-visual {
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    transition: all 0.3s ease;
}

    .euro-visual:hover {
        transform: scale(1.02);
    }

.stat-mini {
    background: rgba(255, 255, 255, 0.5);
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

    .stat-mini:hover {
        background: rgba(255, 255, 255, 0.8);
        transform: translateY(-3px);
    }

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.euro-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

    .euro-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

.euro-card-header {
    padding: 1.5rem;
    color: white;
}

    .euro-card-header h3 {
        font-size: 1.25rem;
        margin: 0;
    }

    .euro-card-header small {
        font-size: 0.85rem;
    }

.header-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.euro-card-body {
    padding: 2rem;
}

.visual-box {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.spec-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
}

    .spec-box:hover {
        background: #e9ecef;
        transform: translateY(-3px);
    }

.spec-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.spec-value {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.spec-label {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.features-list h6 {
    font-size: 0.95rem;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .custom-list li {
        padding: 0.5rem 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.95rem;
    }

        .custom-list li i {
            font-size: 0.85rem;
        }

.standard-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

    .standard-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }

.standard-icon {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

    .standard-icon::after {
        content: '';
        position: absolute;
        inset: -5px;
        border-radius: 20px;
        background: inherit;
        opacity: 0.3;
        z-index: -1;
        filter: blur(10px);
    }

.advantage-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
}

    .advantage-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }

.advantage-icon-wrapper {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: white;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

    .advantage-icon-wrapper::after {
        content: '';
        position: absolute;
        inset: -5px;
        border-radius: 20px;
        background: inherit;
        opacity: 0.3;
        z-index: -1;
        filter: blur(10px);
    }

@media (max-width: 991.98px) {
    .euro-card-header {
        padding: 1.25rem;
    }

    .euro-card-body {
        padding: 1.5rem;
    }

    .header-icon {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }

    .euro-card-header h3 {
        font-size: 1.1rem;
    }

    .standard-icon,
    .advantage-icon-wrapper {
        width: 75px;
        height: 75px;
        font-size: 1.75rem;
    }
}

@media (max-width: 767.98px) {
    .euro-features {
        padding: 1rem;
    }

    .feature-item {
        padding: 0.5rem;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .specs-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .spec-box {
        padding: 0.75rem;
    }

    .visual-box {
        height: 100px;
    }

        .visual-box i {
            font-size: 2.5rem !important;
        }

    .standard-card,
    .advantage-card {
        padding: 1.5rem;
    }

    .euro-visual {
        padding: 2rem !important;
    }

        .euro-visual .display-1 {
            font-size: 3rem !important;
        }
}

@media (max-width: 575.98px) {
    .btn-lg {
        padding: 0.75rem 1.25rem;
        font-size: 0.95rem;
    }

    .display-6 {
        font-size: 1.75rem;
    }

    .lead {
        font-size: 1rem;
    }

    .euro-card-header .badge {
        font-size: 0.75rem;
        padding: 0.35rem 0.65rem;
    }

    .standard-icon,
    .advantage-icon-wrapper {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
    }

    .stat-mini {
        padding: 0.75rem;
    }

    .stat-value {
        font-size: 1.25rem;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.euro-card,
.standard-card,
.advantage-card {
    animation: fadeInUp 0.6s ease-out;
}

    .euro-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .euro-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .standard-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .standard-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .standard-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    .standard-card:nth-child(4) {
        animation-delay: 0.4s;
    }

    .standard-card:nth-child(5) {
        animation-delay: 0.5s;
    }

    .standard-card:nth-child(6) {
        animation-delay: 0.6s;
    }

html {
    scroll-behavior: smooth;
}

.btn {
    transition: all 0.3s ease;
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .btn:active {
        transform: translateY(0);
    }

.badge {
    transition: all 0.3s ease;
}

.euro-card-header .badge:hover {
    transform: scale(1.1);
}

.euro-card:focus,
.standard-card:focus,
.advantage-card:focus {
    outline: 3px solid #0d6efd;
    outline-offset: 2px;
}

@media print {
    .euro-card, .standard-card, .advantage-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #dee2e6;
    }

    .btn {
        display: none;
    }
}
