/*
    Projet  : Start-Elite
    Fichier : assets/css/artwork.css
    Page    : CRÉATION ARTWORK/GABARIT STICKERS - START-ELITE
*/

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

        :root {
            --gold: #ffb648;
            --gold-light: #ffd089;

        }

        html { scroll-behavior: smooth; }

        body {
            font-family: 'Barlow', sans-serif;
            color: #1a2235;
            background: #f0f4f8;
            overflow-x: hidden;
        }

        
    /* Fil d'Ariane (breadcrumb) : indique la position dans le site */
        .breadcrumb {
            background: #ffffff;
            border-bottom: 1px solid rgba(0,0,0,0.08);
            padding: 14px 0;
        }

        .breadcrumb-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #6b7a99;
        }

        .breadcrumb a {
            color: #b87513;
            text-decoration: none;
            transition: color 0.2s;
        }

        .breadcrumb a:hover { color: var(--gold); }

        
        /* === CONTENU PRINCIPAL === */

        .main-content {
            max-width: 1200px;
            margin: 70px auto;
            padding: 0 30px;
        }

        .page-title {
            text-align: center;
            font-family: 'Bebas Neue', sans-serif;
            font-size: clamp(38px, 5vw, 64px);
            font-weight: 400;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: #1a2235;
            margin-bottom: 50px;
        }

        .info-section {
            max-width: 900px;
            margin: 0 auto 50px;
        }

        .info-section p {
            font-size: 17px;
            color: #374151;
            line-height: 1.85;
            margin-bottom: 18px;
            text-align: center;
            font-weight: 400;
        }

        .pricing-highlight {
            background: #b87513;
            color: #ffffff;
            padding: 22px 40px;
            text-align: center;
            margin: 40px auto;
            max-width: 600px;
            box-shadow: 0 8px 30px rgba(0,119,170,0.3);
            border-radius: 3px;
        }

        .pricing-highlight p {
            font-family: 'Bebas Neue', sans-serif;
            font-size: 28px;
            font-weight: 400;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin: 0;
            color: #ffffff;
        }

        .process-box {
            max-width: 900px;
            margin: 0 auto 50px;
            background: #ffffff;
            border: 1px solid rgba(0,0,0,0.08);
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
            padding: 40px;
            border-radius: 2px;
        }

        .process-box p {
            color: #374151;
            line-height: 1.85;
            margin-bottom: 15px;
            font-size: 16px;
        }

        .process-box p:last-child { margin-bottom: 0; }

        .disclaimer {
            max-width: 900px;
            margin: 0 auto 50px;
            background: #fff8e1;
            border: 1px solid rgba(0,119,170,0.2);
            border-left: 3px solid #b87513;
            padding: 25px 30px;
            border-radius: 2px;
        }

        .disclaimer p {
            color: #4a5568;
            font-size: 14px;
            font-style: italic;
            line-height: 1.7;
            margin-bottom: 10px;
        }

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

        /* CONTACT FORM */
        .contact-form-container {
            max-width: 700px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid rgba(0,0,0,0.08);
            box-shadow: 0 5px 30px rgba(0,0,0,0.08);
            padding: 45px;
            border-radius: 2px;
        }

        .success-message {
            display: none;
            background: #e6f7ee;
            color: #27ae60;
            border: 1px solid #27ae60;
            padding: 15px 20px;
            margin-bottom: 25px;
            text-align: center;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-size: 14px;
            border-radius: 2px;
        }

        .success-message.show {
            display: block;
            animation: slideDown 0.3s;
        }

        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-8px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        .form-group { margin-bottom: 25px; }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #1a2235;
        }

        .form-group label .required { color: #b87513; }
        label.required::after { content: " *"; color: #b87513; }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid rgba(0,0,0,0.15);
            background: #f8f9fa;
            color: #1a2235;
            font-family: 'Barlow', sans-serif;
            font-size: 15px;
            transition: all 0.3s;
            border-radius: 2px;
        }

        .form-group input::placeholder,
        .form-group textarea::placeholder { color: #9aa5b8; }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #b87513;
            box-shadow: 0 0 0 3px rgba(0,119,170,0.1);
            background: #ffffff;
        }

        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }

        .checkbox-group { margin-bottom: 25px; }

        .checkbox-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 14px;
            gap: 12px;
        }

        .checkbox-item input[type="checkbox"] {
            width: 18px;
            height: 18px;
            flex-shrink: 0;
            margin-top: 2px;
            cursor: pointer;
            accent-color: #b87513;
        }

        .checkbox-item label {
            cursor: pointer;
            color: #374151;
            font-size: 15px;
            margin: 0;
            letter-spacing: 0;
            text-transform: none;
            font-family: 'Barlow', sans-serif;
            font-weight: 400;
        }

        /* SUBMIT */
        .submit-button {
            width: 100%;
            padding: 16px 30px;
            background: #b87513;
            color: #ffffff;
            border: none;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 16px;
            font-weight: 800;
            cursor: pointer;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 3px;
            border-radius: 3px;
        }

        .submit-button:hover {
            background: #8f580e;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,119,170,0.4);
        }

        .submit-button:disabled {
            background: #c0c8d8;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .submit-button.loading {
            position: relative;
            color: transparent;
        }

        .submit-button.loading::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            left: 50%;
            margin: -10px 0 0 -10px;
            border: 3px solid #ffffff;
            border-radius: 50%;
            border-top-color: transparent;
            animation: spin 0.8s linear infinite;
        }

        @keyframes spin { to { transform: rotate(360deg); } }

        
    /* Bouton retour en haut de page (apparaît après 300px de scroll) */
        #scroll-top-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: var(--gold);
            color: #1a1530;
            width: 46px;
            height: 46px;
            border-radius: 3px;
            display: none;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(255,182,72,0.4);
            z-index: 999;
            transition: all 0.3s;
        }
        #scroll-top-btn.visible,
        #scroll-top-btn.show { display: flex; }
        #scroll-top-btn:hover { background: var(--gold-light); transform: translateY(-3px); }

        
        /* === RESPONSIVE — MEDIA QUERIES · ≤ 768px : mobile paysage · ≤ 576px : mobile portrait === */

        @media (max-width: 768px) {
            .contact-form-container,
            .process-box { padding: 30px 20px; }
        }

        @media (max-width: 576px) {
            .info-section p { font-size: 15px; }
            .pricing-highlight p { font-size: 22px; }
            .main-content { padding: 0 15px; margin: 40px auto; }
        }

        /* Erreurs de validation */
        .field-error {
            display: none;
            color: #e53e3e;
            font-size: 13px;
            font-weight: 600;
            margin-top: 6px;
            padding: 6px 10px;
            background: #fff5f5;
            border-left: 3px solid #e53e3e;
            border-radius: 2px;
        }

        .field-error.show { display: block; }
        input.error, textarea.error { border-color: #e53e3e !important; background: #fff5f5 !important; }

        #form-global-error {
            display: none;
            background: #fff5f5;
            border: 1px solid #e53e3e;
            border-left: 4px solid #e53e3e;
            color: #c53030;
            padding: 14px 18px;
            border-radius: 3px;
            margin-bottom: 20px;
            font-weight: 700;
            font-size: 15px;
            text-align: center;
        }

        #form-global-error.show { display: block; }

        .checkbox-group-label {
            display: block;
            margin-bottom: 10px;
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #1a2235;
        }

        .checkbox-group-label .required { color: #b87513; }
