.browser-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.28, 0.11, 0.32, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.browser-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.browser-icon {
    font-size: 56px;
    margin-bottom: 20px;
}

.browser-name {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.browser-status {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 980px;
    display: inline-block;
    margin-top: 10px;
}

.browser-status.full {
    background: rgba(52, 199, 89, 0.1);
    color: #34c759;
    font-weight: 600;
}

/* CTA Section */
.cta-section {
    padding: 100px 20px;
    background: linear-gradient(180deg, #f5f5f7 0%, #e8f4f8 100%);
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 56px;
    font-weight: 600;
    color: #1d1d1f;
    letter-spacing: -0.015em;
    margin-bottom: 20px;
}

.cta-text {
    font-size: 24px;
    color: #6e6e73;
    margin-bottom: 40px;
    line-height: 1.16667;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.guarantee-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 40px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.guarantee-title {
    font-size: 21px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.guarantee-text {
    font-size: 17px;
    color: #6e6e73;
    line-height: 1.47059;
}

/* Contact/Order Form Section */
.contact-section {
    padding: 100px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
}

.contact-container {
    max-width: 900px;
    margin: 0 auto;
}

.form-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.form-tab {
    background: #f5f5f7;
    color: #1d1d1f;
    padding: 12px 24px;
    border-radius: 980px;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
}

.form-tab:hover {
    background: #e8e8ed;
}

.form-tab.active {
    background: #0071e3;
    color: #ffffff;
}

/* 🎨 Styles par défaut pour la charte 15 (Amber Radiance) au chargement 
       Ces styles s'appliquent immédiatement, avant que le JavaScript soit chargé */


.vcard-container {


    --primary-color:

        #FF8C00;


    --primary-dark:

        #FF7F00;


    --light-color:

        #FFF4E6;


    --dark-color:

        #FF8C00;


    --text-on-white:

        #1a1a1a;


    --gradient-bg:

        linear-gradient (135 deg,

            #FF8C00 0 %,

            #FF7F00 100 %);


    --logo-gradient:

        linear-gradient (135 deg,

            #FF8C00 0 %,

            #FF7F00 100 %);


    --radial-glow:

        rgba (255,

            140,

            0,

            0.08);


    --text-glow:

        rgba (255,

            140,

            0,

            0.2);


    --shadow-color:

        rgba (255,

            140,

            0,

            0.3);


    --shadow-hover:

        rgba (255,

            140,

            0,

            0.4);


}


/* Appliquer immédiatement les couleurs aux éléments principaux */



   /* 🎨 Styles par défaut pour la charte 15 (Amber Radiance) au chargement 
       Ces styles s'appliquent immédiatement, avant que le JavaScript soit chargé */
    
    .vcard-container {
        --primary-color: #FF8C00;
        --primary-dark: #FF7F00;
        --light-color: #FFF4E6;
        --dark-color: #FF8C00;
        --text-on-white: #1a1a1a;
        --gradient-bg: linear-gradient(135deg, #FF8C00 0%, #FF7F00 100%);
        --logo-gradient: linear-gradient(135deg, #FF8C00 0%, #FF7F00 100%);
        --radial-glow: rgba(255, 140, 0, 0.08);
        --text-glow: rgba(255, 140, 0, 0.2);
        --shadow-color: rgba(255, 140, 0, 0.3);
        --shadow-hover: rgba(255, 140, 0, 0.4);
    }

    /* Appliquer immédiatement les couleurs aux éléments principaux */
.vcard-container .header {
    background: linear-gradient(135deg, #FF8C00 0%, #FF7F00 100%) !important;
    color: white !important;
}

    .vcard-container .contact-buttons a {
        background-color: #FF8C00 !important;
        border-color: #FF8C00 !important;
        color: white !important;
    }

    .vcard-container .contact-buttons a:hover {
        background-color: #FF7F00 !important;
    }

    .vcard-container .social-links a {
        background-color: #FF8C00 !important;
        border-color: #FF8C00 !important;
        color: white !important;
    }

    .vcard-container .social-links a:hover {
        background-color: #FF7F00 !important;
    }

    /* Éviter l'écran blanc pendant le chargement */
    .smartphone-screen {
        background-color: white;
        min-height: 100%;
    }

.vcard-container .contact-buttons a {


    background-color:

        #FF8C00 !important;


    border-color:

        #FF8C00 !important;


    color:

        white !important;


}


.vcard-container .contact-buttons a:hover {


    background-color:

        #FF7F00 !important;


}


.vcard-container .social-links a {


    background-color:

        #FF8C00 !important;


    border-color:

        #FF8C00 !important;


    color:

        white !important;


}


.vcard-container .social-links a:hover {


    background-color:#FF7F00 !important;


}


/* Éviter l'écran blanc pendant le chargement */


/* Éviter l'écran blanc pendant le chargement */
.smartphone-screen {
    background-color: white;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
/* Correction de la grille pour qu'elle ne disparaisse pas totalement si erreur JS */
.grid-container {
    min-height: 200px;
}