/* ===== BASE ===== */

body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#0f172a;
    color:white;
}

/* ===== HEADER ===== */

.platform-header{
    background:#111827;
    border-bottom:1px solid #1f2937;
}

.platform-container{
    max-width:1100px;
    margin:auto;
    padding:20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
    height:62px;
    width:auto;
}

.platform-nav a{
    color:#cbd5e1;
    text-decoration:none;
    margin-left:25px;
    font-size:14px;
}

.platform-nav a:hover{
    color:#3b82f6;
}

.platform-content{
    max-width:1100px;
    margin:auto;
    padding:40px 20px;
}
/* ===== FOOTER ===== */

.platform-footer{
    background:#111827;
    border-top:1px solid #1f2937;
    margin-top:80px;
    padding-top:40px;
}

.footer-grid{
    max-width:1100px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    gap:40px;
    flex-wrap:wrap;
}

.platform-footer h4{
    margin-bottom:10px;
}

.platform-footer a{
    color:#9ca3af;
    text-decoration:none;
    font-size:14px;
}

.platform-footer a:hover{
    color:#3b82f6;
}

.footer-bottom{
    text-align:center;
    padding:20px;
    border-top:1px solid #1f2937;
    margin-top:30px;
    font-size:13px;
    color:#64748b;
}

.platform-footer{
    text-align:center;
    padding:30px 20px;
    background:#111827;
    border-top:1px solid #1f2937;
    color:#94a3b8;
    font-size:14px;
}
.legal-page{
    max-width:900px;
    margin:80px auto;
    padding:0 20px;
}

.legal-page h1{
    color:#3b82f6;
    margin-bottom:40px;
    text-align:center;
}

.legal-page h2{
    margin-top:40px;
    color:white;
}

.legal-page p{
    color:#cbd5e1;
    line-height:1.7;
    margin-top:10px;

}

.message{
    background:#7f1d1d;
    padding:12px;
    border-radius:8px;
    margin-bottom:20px;
    color:white;
}

/* ===== BOUTONS SAAS ===== */

.btn-primary{
    background:linear-gradient(135deg,#2563eb,#3b82f6);
    color:white;
    padding:14px 28px;
    border:none;
    border-radius:10px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:all 0.3s ease;
    box-shadow:0 10px 25px rgba(37,99,235,0.4);
}

.btn-primary:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(37,99,235,0.6);
}

.btn-primary:active{
    transform:translateY(0px);
}
.link-primary{
    color:#3b82f6;
    font-weight:600;
    text-decoration:none;
}

.link-primary:hover{
    text-decoration:underline;
}

/* ===== INPUT PREMIUM ===== */

.create-form input{
    width:100%;
    padding:16px 18px;
    border-radius:12px;
    border:1px solid #334155;
    background:#1e293b;
    color:white;
    font-size:15px;
    transition:all 0.25s ease;
}

.create-form input::placeholder{
    color:#94a3b8;
}

.create-form input:focus{
    border-color:#3b82f6;
    box-shadow:0 0 0 4px rgba(59,130,246,0.25);
    outline:none;
    background:#0f172a;
}
.create-form{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.create-form input:hover{
    border-color:#3b82f6;
}

/* ===== DASHBOARD ===== */

.dashboard-wrapper{
    display:flex;
    min-height:80vh;
    margin-top:40px;
}

.dashboard-menu{
    width:250px;
    background:#0f172a;
    padding:30px;
    border-right:1px solid #1f2937;
}

.dashboard-menu h3{
    margin-bottom:20px;
    color:#3b82f6;
}

.dashboard-menu a{
    display:block;
    color:#cbd5e1;
    text-decoration:none;
    margin-bottom:15px;
    font-size:14px;
}

.dashboard-menu a:hover{
    color:#3b82f6;
}

.dashboard-content{
    flex:1;
    padding:40px;
}

.dashboard-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-top:40px;
}

.card{
    background:#111827;
    padding:30px;
    border-radius:14px;
    border:1px solid #1f2937;
}

.card h3{
    margin-bottom:20px;
    color:#3b82f6;
}
/* ===== CONFIG BOUTIQUE ===== */

.create-card select{
    width:100%;
    padding:14px 16px;
    border-radius:10px;
    border:1px solid #334155;
    background:#1e293b;
    color:white;
    font-size:14px;
    transition:0.25s;
}

.create-card select:focus{
    border-color:#3b82f6;
    box-shadow:0 0 0 3px rgba(59,130,246,0.3);
    outline:none;
}

/* Section titles */
.create-card h3{
    margin-top:40px;
    margin-bottom:10px;
    color:#3b82f6;
    font-size:16px;
}

/* Message succès */
.message{
    padding:14px 18px;
    border-radius:10px;
    margin-bottom:25px;
    background:#064e3b;
    color:#d1fae5;
    border:1px solid #065f46;
}

/* Espacement général */
.create-form{
    display:flex;
    flex-direction:column;
    gap:25px;
}

/* Responsive */
@media(max-width:900px){
    .create-card{
        padding:40px 25px;
    }
}

/* ===== CONFIG BOUTIQUE ===== */

.create-card select{
    width:100%;
    padding:14px 16px;
    border-radius:10px;
    border:1px solid #334155;
    background:#1e293b;
    color:white;
    font-size:14px;
    transition:0.25s;
}

.create-card select:focus{
    border-color:#3b82f6;
    box-shadow:0 0 0 3px rgba(59,130,246,0.3);
    outline:none;
}

/* Section titles */
.create-card h3{
    margin-top:40px;
    margin-bottom:10px;
    color:#3b82f6;
    font-size:16px;
}

/* Message succès */
.message{
    padding:14px 18px;
    border-radius:10px;
    margin-bottom:25px;
    background:#064e3b;
    color:#d1fae5;
    border:1px solid #065f46;
}

/* Espacement général */
.create-form{
    display:flex;
    flex-direction:column;
    gap:25px;
}

/* Responsive */
@media(max-width:900px){
    .create-card{
        padding:40px 25px;
    }
}
/* ===== CONFIG BOUTIQUE (CARTES) ===== */

.config-page{
    display:flex;
    justify-content:center;
    padding:70px 20px;
}

.config-card{
    width:100%;
    max-width:980px;
    background:#0f172a;
    border:1px solid #1f2937;
    border-radius:18px;
    padding:60px;
    box-shadow:0 25px 70px rgba(0,0,0,0.55);
}

.config-title{
    text-align:center;
    font-size:30px;
    margin-bottom:10px;
    color:white;
}

.config-subtitle{
    text-align:center;
    color:#cbd5e1;
    margin-bottom:40px;
}

.config-message{
    background:#064e3b;
    border:1px solid #065f46;
    color:#d1fae5;
    padding:14px 16px;
    border-radius:12px;
    margin-bottom:30px;
    text-align:center;
}

.config-h2{
    color:#3b82f6;
    font-size:18px;
    margin-top:35px;
    margin-bottom:18px;
}

.choice-grid{
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:22px;
}

.choice-card{
    border-radius:16px;
    padding:18px;
    border:2px solid rgba(255,255,255,0.16);
    background:rgba(255,255,255,0.03);
    cursor:pointer;
    transition:0.25s;
    min-height:120px;
    position:relative;
}

.choice-card:hover{
    transform:translateY(-3px);
    border-color:rgba(59,130,246,0.9);
}

.choice-card.selected{
    border:3px solid #2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,0.22);
}

.choice-title{
    color:white;
    font-weight:700;
    font-size:15px;
    margin-bottom:8px;
}

.choice-desc{
    color:#cbd5e1;
    font-size:13px;
    line-height:1.4;
}

/* Themes (petit accent) */
.theme-blue{ background:linear-gradient(135deg, rgba(37,99,235,0.22), rgba(255,255,255,0.03)); }
.theme-dark{ background:linear-gradient(135deg, rgba(17,24,39,0.85), rgba(255,255,255,0.03)); }
.theme-green{ background:linear-gradient(135deg, rgba(16,185,129,0.18), rgba(255,255,255,0.03)); }
.theme-rose{ background:linear-gradient(135deg, rgba(236,72,153,0.18), rgba(255,255,255,0.03)); }

/* Layout mini preview */
.layout-mini{
    margin-top:14px;
    height:34px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,0.18);
    background:rgba(15,23,42,0.7);
    position:relative;
    overflow:hidden;
}

.layout-mini:before{
    content:"";
    position:absolute;
    top:8px;
    height:8px;
    width:34px;
    border-radius:6px;
    background:#3b82f6;
}

.layout-mini:after{
    content:"";
    position:absolute;
    top:8px;
    height:8px;
    width:55%;
    border-radius:6px;
    background:rgba(255,255,255,0.18);
}

.layout-classic:before{ left:10px; }
.layout-classic:after{ right:10px; }

.layout-centered:before{ left:50%; transform:translateX(-50%); }
.layout-centered:after{ left:50%; transform:translateX(-50%); top:20px; width:65%; }

.layout-rightlogo:before{ right:10px; }
.layout-rightlogo:after{ left:10px; width:55%; }

.layout-premium:before{ left:10px; width:50px; }
.layout-premium:after{ right:10px; width:65%; box-shadow:0 0 0 3px rgba(37,99,235,0.15); }

/* Responsive */
@media(max-width:1000px){
    .choice-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
    .config-card{ padding:40px 25px; }
}

.config-card input[type="file"]{
    background:#1e293b;
    border:1px solid #334155;
    padding:12px;
    border-radius:10px;
    color:white;
}

/* ===== WIZARD ===== */

.wizard-container{
    max-width:900px;
    margin:80px auto;
}

.wizard-progress{
    height:8px;
    background:#1f2937;
    border-radius:6px;
    overflow:hidden;
    margin-bottom:30px;
}

.wizard-bar{
    height:8px;
    background:#3b82f6;
    transition:0.4s;
}

.wizard-card{
    background:#0f172a;
    padding:50px;
    border-radius:18px;
    border:1px solid #1f2937;
}

.theme-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:30px;
}

.theme-btn{
    padding:30px;
    border-radius:15px;
    border:2px solid #334155;
    background:#111827;
    color:white;
    font-size:16px;
    cursor:pointer;
    transition:0.25s;
}

.theme-btn:hover{
    border-color:#3b82f6;
    transform:translateY(-3px);
}
/* ===== THEME PREVIEW ===== */

.wizard-sub{
    color:#cbd5e1;
    margin-bottom:30px;
}

.theme-preview-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-top:30px;
}

.theme-preview{
    border-radius:18px;
    overflow:hidden;
    border:3px solid transparent;
    cursor:pointer;
    transition:0.3s;
    background:#111827;
    padding-bottom:10px;
}

.theme-preview:hover{
    transform:translateY(-6px);
}

.theme-preview.selected{
    border:3px solid #3b82f6;
    box-shadow:0 0 25px rgba(59,130,246,0.4);
}

.theme-preview span{
    display:block;
    text-align:center;
    padding:10px;
    color:white;
    font-weight:600;
}

/* MINI STRUCTURE */

.preview-header{
    height:40px;
}

.preview-slider{
    height:60px;
}

.preview-cards{
    display:flex;
    gap:6px;
    padding:10px;
}

.preview-cards div{
    flex:1;
    height:40px;
    border-radius:6px;
}

.preview-footer{
    height:30px;
}

/* BLUE */
.theme-blue .preview-header{ background:#1e3a8a; }
.theme-blue .preview-slider{ background:#2563eb; }
.theme-blue .preview-cards div{ background:#93c5fd; }
.theme-blue .preview-footer{ background:#1e40af; }

/* DARK */
.theme-dark .preview-header{ background:#111827; }
.theme-dark .preview-slider{ background:#1f2937; }
.theme-dark .preview-cards div{ background:#374151; }
.theme-dark .preview-footer{ background:#000000; }

/* GREEN */
.theme-green .preview-header{ background:#065f46; }
.theme-green .preview-slider{ background:#10b981; }
.theme-green .preview-cards div{ background:#6ee7b7; }
.theme-green .preview-footer{ background:#064e3b; }

/* ROSE */
.theme-rose .preview-header{ background:#be185d; }
.theme-rose .preview-slider{ background:#ec4899; }
.theme-rose .preview-cards div{ background:#f9a8d4; }
.theme-rose .preview-footer{ background:#9d174d; }

@media(max-width:900px){
    .theme-preview-grid{
        grid-template-columns:1fr;
    }
}

.theme-btn{
    padding:30px;
    border-radius:15px;
    border:2px solid #334155;
    background:#111827;
    color:white;
    font-size:16px;
    cursor:pointer;
    transition:0.25s;
}

.theme-btn:hover{
    border-color:#3b82f6;
    transform:translateY(-3px);
}

.selected-theme{
    border:3px solid #2563eb !important;
    box-shadow:0 0 20px rgba(37,99,235,0.4);
}

/* ===== HERO IMAGE FULL ===== */

.hero-banner{
    position:relative;
    height:90vh;
    background:url('/assets/images/aterionbannier.png') center center / cover no-repeat;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:
        linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.65)),
        rgba(0,0,0,0.6);
}

.hero-banner .hero-content{
    position:relative;
    z-index:2;
    max-width:900px;
}

.hero-banner h1{
    font-size:56px;
    font-weight:700;
    text-shadow:
        0 0 15px rgba(0,140,255,0.6),
        0 0 25px rgba(0,140,255,0.4);
}

.hero-banner p{
    font-size:20px;
    color:#e2e8f0;
    text-shadow:0 0 10px rgba(0,0,0,0.8);
}
.hero-content{
    backdrop-filter: blur(2px);
    padding:20px 40px;
    border-radius:20px;
}

/* ===== FOOTER PREMIUM ===== */

.platform-footer{
    background:#020617;
    padding:60px 20px 30px;
    color:#e2e8f0;
}

.footer-container{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    max-width:1200px;
    margin:auto;
    gap:40px;
}

.footer-col{
    flex:1;
    min-width:220px;
}

.footer-col h3,
.footer-col h4{
    color:#60a5fa;
    margin-bottom:15px;
}

.footer-col a{
    display:block;
    margin-bottom:8px;
    color:#cbd5e1;
    text-decoration:none;
    transition:0.3s;
}

.footer-col a:hover{
    color:#60a5fa;
}

.footer-bottom{
    text-align:center;
    margin-top:40px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.1);
    font-size:14px;
    opacity:0.8;
}

.platform-nav{
    display:flex;
    gap:25px;
    align-items:center;
}

.nav-btn-outline{
    padding:10px 22px;
    border-radius:40px;
    border:2px solid rgba(255,255,255,0.7);
    color:white;
    text-decoration:none;
    font-weight:500;
    transition:0.3s;
}

.nav-btn-outline:hover{
    background:white;
    color:#0f172a;
}

.seo-page{
    padding:80px 20px;
    background:#0f172a;
    color:white;
}

.seo-container{
    max-width:1000px;
    margin:auto;
    line-height:1.8;
}

.seo-container h1{
    font-size:40px;
    margin-bottom:30px;
}

.seo-container h2{
    margin-top:40px;
    color:#3b82f6;
}

.seo-cta{
    margin-top:50px;
    text-align:center;
}

/* ===========================
   HEADER RESPONSIVE GSM
=========================== */

@media (max-width: 768px) {

    .platform-header {
        padding: 10px 15px;
    }

    .platform-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Logo centré */
    .logo {
        margin-bottom: 10px;
        text-align: center;
    }

    .logo img {
        max-width: 180px;
        height: auto;
    }

    /* Navigation en colonne */
    .platform-nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    /* Boutons pleine largeur */
    .nav-btn-outline {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 15px;
    }

}

