/* ============================================
   CTA ULTIMATE REFONTE 2026 - RADICAL REDESIGN
   Modern Luxury Enterprise Design
   ============================================ */

/* ============================================
   CTA SECTION BASE
   ============================================ */
.cta-ultimate-refonte {
    position: relative;
    padding: 60px 40px 120px 40px;
    margin: 0 auto 30px;
    max-width: 1500px;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(135deg, 
        #ffffff 0%, 
        #f8fbff 50%, 
        #f0f7ff 100%);
    border: 1px solid rgba(15, 165, 233, 0.15);
    box-shadow: 
        0 30px 120px rgba(15, 165, 233, 0.12),
        inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

/* ============================================
   BACKGROUND ELEMENTS
   ============================================ */
.cta-refonte-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius: 32px;
}

.bg-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(15, 165, 233, 0.03) 25%, rgba(15, 165, 233, 0.03) 26%, transparent 27%, transparent 74%, rgba(15, 165, 233, 0.03) 75%, rgba(15, 165, 233, 0.03) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(15, 165, 233, 0.03) 25%, rgba(15, 165, 233, 0.03) 26%, transparent 27%, transparent 74%, rgba(15, 165, 233, 0.03) 75%, rgba(15, 165, 233, 0.03) 76%, transparent 77%, transparent);
    background-size: 60px 60px;
    opacity: 0.5;
}

.bg-gradient-mesh {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 150%;
    background: radial-gradient(circle at 20% 50%, rgba(15, 165, 233, 0.08) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(120, 181, 47, 0.06) 0%, transparent 50%);
}

.bg-light-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.orb-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
    background: radial-gradient(circle, rgba(15, 165, 233, 0.15) 0%, transparent 70%);
    animation: orbFloat1 8s ease-in-out infinite;
}

.orb-2 {
    width: 250px;
    height: 250px;
    bottom: -80px;
    left: -30px;
    background: radial-gradient(circle, rgba(120, 181, 47, 0.12) 0%, transparent 70%);
    animation: orbFloat2 10s ease-in-out infinite;
}

.orb-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    right: 10%;
    background: radial-gradient(circle, rgba(15, 165, 233, 0.1) 0%, transparent 70%);
    animation: orbFloat3 9s ease-in-out infinite;
}

@keyframes orbFloat1 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-40px, 40px); }
}

@keyframes orbFloat2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, -40px); }
}

@keyframes orbFloat3 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(20px, -20px) scale(1.1); }
}

/* ============================================
   MAIN CONTAINER
   ============================================ */
.cta-refonte-container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center;
}

/* ============================================
   LEFT SIDE - VISUAL CARDS
   ============================================ */
.cta-refonte-visual {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.visual-card {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.8) 0%, 
        rgba(240, 247, 255, 0.6) 100%);
    border: 1px solid rgba(15, 165, 233, 0.2);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 20px 60px rgba(15, 165, 233, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

.visual-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue-light) 0%, var(--secondary-green) 100%);
}

.visual-card:hover {
    transform: translateY(-10px);
    border-color: rgba(15, 165, 233, 0.4);
    box-shadow: 
        0 40px 100px rgba(15, 165, 233, 0.2),
        inset 0 1px 1px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(240, 247, 255, 0.8) 100%);
}

.visual-card.card-secondary::before {
    background: linear-gradient(90deg, var(--secondary-green) 0%, var(--primary-blue-light) 100%);
}

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

.visual-badge {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(15, 165, 233, 0.12) 0%, rgba(120, 181, 47, 0.08) 100%);
    border: 1px solid rgba(15, 165, 233, 0.25);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #008BC2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.visual-badge.secondary {
    color: #78B52F;
    border-color: rgba(120, 181, 47, 0.25);
    background: linear-gradient(135deg, rgba(120, 181, 47, 0.12) 0%, rgba(15, 165, 233, 0.08) 100%);
}

.visual-content {
    text-align: center;
}

.visual-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    background: linear-gradient(135deg, rgba(15, 165, 233, 0.15) 0%, rgba(120, 181, 47, 0.1) 100%);
    color: #008BC2;
    transition: all 0.4s ease;
}

.visual-card:hover .visual-icon {
    background: linear-gradient(135deg, rgba(15, 165, 233, 0.25) 0%, rgba(120, 181, 47, 0.15) 100%);
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 40px rgba(15, 165, 233, 0.25);
}

.visual-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f1419;
    margin: 0 0 12px 0;
}

.visual-content p {
    font-size: 1.2rem;
    color: #000;
    margin: 0;
    line-height: 1.6;
}

.visual-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(15, 165, 233, 0.1);
}

.check-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #78B52F 0%, #6aa521 100%);
    color: white;
    font-size: 12px;
}

.check-text {
    font-size: 0.9rem;
    color: rgba(15, 30, 50, 0.8);
    font-weight: 500;
}

/* ============================================
   RIGHT SIDE - CTA CONTENT
   ============================================ */
.cta-refonte-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.content-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 18px;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.15) 0%, rgba(15, 165, 233, 0.08) 100%);
    border: 1px solid rgba(212, 165, 116, 0.3);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #d4a574;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-badge i {
    font-size: 13px;
}

.content-title {
    font-size: 2.3rem;
    font-weight: 800;
    color: #0f1419;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.content-title .highlight {
    color: #0f1419;
}

.content-subtitle {
    font-size: 1.2rem;
    color: #000;
    margin: 0;
    line-height: 1.7;
    font-weight: 300;
}

/* ============================================
   FEATURES LIST
   ============================================ */
.features-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: linear-gradient(135deg, 
        rgba(15, 165, 233, 0.08) 0%, 
        rgba(120, 181, 47, 0.04) 100%);
    border: 1px solid rgba(15, 165, 233, 0.12);
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-item:hover {
    background: linear-gradient(135deg, 
        rgba(15, 165, 233, 0.12) 0%, 
        rgba(120, 181, 47, 0.08) 100%);
    border-color: rgba(15, 165, 233, 0.25);
    transform: translateX(8px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: linear-gradient(135deg, rgba(15, 165, 233, 0.15) 0%, rgba(120, 181, 47, 0.1) 100%);
    color: #008BC2;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.feature-item:hover .feature-icon {
    background: linear-gradient(135deg, rgba(15, 165, 233, 0.25) 0%, rgba(120, 181, 47, 0.15) 100%);
    transform: scale(1.15) rotate(-10deg);
}

.feature-text h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 6px 0;
}

.feature-text p {
    font-size: 1.2rem;
    color: #000;
    margin: 0;
}

/* ============================================
   CTA BUTTONS - PREMIUM LAYOUT
   ============================================ */
.cta-buttons-refonte {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn-main-cta,
.btn-secondary-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    letter-spacing: 0.5px;
}

.btn-main-cta {
    background: linear-gradient(135deg, #008BC2 0%, #0fa5e9 100%);
    color: white;
    border: 2px solid #008BC2;
    box-shadow: 
        0 20px 60px rgba(15, 165, 233, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.btn-main-cta:hover {
    transform: translateY(-4px);
    border-color: #0fa5e9;
    box-shadow: 
        0 30px 80px rgba(15, 165, 233, 0.4),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.btn-secondary-cta {
    background: linear-gradient(135deg, 
        rgba(15, 165, 233, 0.1) 0%, 
        rgba(120, 181, 47, 0.05) 100%);
    color: #008BC2;
    border: 2px solid rgba(15, 165, 233, 0.3);
}

.btn-secondary-cta:hover {
    background: linear-gradient(135deg, 
        rgba(15, 165, 233, 0.15) 0%, 
        rgba(120, 181, 47, 0.08) 100%);
    border-color: rgba(15, 165, 233, 0.5);
    transform: translateY(-4px);
}

.btn-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.btn-label {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-sublabel {
    display: block;
    font-size: 1.2rem;
    opacity: 0.85;
    font-weight: 400;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-main-cta:hover .btn-icon {
    transform: translateX(6px);
}

.btn-secondary-cta:hover .btn-icon {
    transform: scale(1.2) rotate(10deg);
}

/* ============================================
   TRUST INDICATORS
   ============================================ */
.trust-indicators {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    padding: 30px;
    background: linear-gradient(135deg, 
        rgba(15, 165, 233, 0.08) 0%, 
        rgba(120, 181, 47, 0.04) 100%);
    border: 1px solid rgba(15, 165, 233, 0.12);
    border-radius: 14px;
}

.trust-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.trust-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f1419;
}

.trust-label {
    font-size: 0.85rem;
    color: rgba(15, 30, 50, 0.7);
    font-weight: 500;
}

.trust-divider {
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, 
        rgba(15, 165, 233, 0.2) 0%, 
        rgba(15, 165, 233, 0.05) 100%);
}

/* ============================================
   CTA NOTE
   ============================================ */
.cta-note {
    font-size: 0.9rem;
    color: rgba(15, 30, 50, 0.6);
    text-align: center;
    margin: 0;
    letter-spacing: 0.5px;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 1200px) {
    .cta-ultimate-refonte {
        padding: 50px 30px 100px 30px;
        margin: 0 auto 25px;
    }

    .cta-refonte-container {
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }

    .content-title {
        font-size: 2.3rem;
    }

    .btn-main-cta,
    .btn-secondary-cta {
        padding: 16px 28px;
    }
}

@media (max-width: 1024px) {
    .cta-ultimate-refonte {
        padding: 45px 25px 80px 25px;
        margin: 0 auto 25px;
    }

    .cta-refonte-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .content-title {
        font-size: 2rem;
    }

    .content-subtitle {
        font-size: 1.05rem;
    }

    .trust-indicators {
        gap: 20px;
        padding: 25px;
    }

    .trust-divider {
        width: 1px;
        height: 30px;
    }
}

@media (max-width: 768px) {
    .cta-ultimate-refonte {
        padding: 40px 20px 60px 20px;
        margin: 0 auto 20px;
        border-radius: 24px;
    }

    .cta-refonte-visual {
        gap: 25px;
    }

    .visual-card {
        padding: 30px;
    }

    .content-title {
        font-size: 1.6rem;
    }

    .content-subtitle {
        font-size: 0.95rem;
    }

    .features-list {
        gap: 15px;
    }

    .feature-item {
        padding: 16px;
    }

    .feature-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .cta-buttons-refonte {
        gap: 12px;
    }

    .btn-main-cta,
    .btn-secondary-cta {
        padding: 14px 24px;
        font-size: 0.9rem;
    }

    .trust-indicators {
        gap: 15px;
        padding: 20px;
    }

    .trust-number {
        font-size: 1.4rem;
    }

    .trust-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .cta-ultimate-refonte {
        padding: 30px 15px 40px 15px;
        margin: 0 auto 15px;
        border-radius: 20px;
    }

    .cta-refonte-visual {
        gap: 20px;
    }

    .visual-card {
        padding: 25px;
    }

    .visual-header {
        margin-bottom: 20px;
    }

    .visual-content h3 {
        font-size: 1.15rem;
    }

    .content-title {
        font-size: 1.3rem;
    }

    .content-subtitle {
        font-size: 0.9rem;
    }

    .content-badge {
        font-size: 11px;
    }

    .features-list {
        gap: 12px;
    }

    .feature-item {
        padding: 14px;
        gap: 14px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .feature-text h4 {
        font-size: 0.95rem;
    }

    .feature-text p {
        font-size: 0.8rem;
    }

    .btn-main-cta,
    .btn-secondary-cta {
        padding: 12px 20px;
        font-size: 0.85rem;
    }

    .btn-label {
        font-size: 0.85rem;
    }

    .btn-sublabel {
        font-size: 0.75rem;
    }

    .trust-indicators {
        gap: 12px;
        padding: 16px;
        flex-wrap: wrap;
    }

    .trust-number {
        font-size: 1.2rem;
    }

    .trust-label {
        font-size: 0.75rem;
    }

    .trust-divider {
        display: none;
    }

    .cta-note {
        font-size: 0.8rem;
    }
}
