/* =========================================================
   Quadrans Studio — Feuille de style commune
   Regroupe les styles auparavant dupliqués dans chaque page.
   Palette : navy #1a2b4c / navy-light #2a3f64 / gold #c9a84c
   ========================================================= */

/* ===== ANIMATIONS AU SCROLL ===== */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== BOUTONS ===== */
.btn-gold {
    background: #c9a84c;
    color: #1a2b4c;
    transition: all 0.2s;
}
.btn-gold:hover {
    background: #b8963a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
}
.btn-outline-gold {
    border: 2px solid #c9a84c;
    color: #c9a84c;
    transition: all 0.2s;
}
.btn-outline-gold:hover {
    background: #c9a84c;
    color: #1a2b4c;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.25);
}
.btn-navy {
    background: #1a2b4c;
    color: #fff;
    transition: all 0.2s;
}
.btn-navy:hover {
    background: #2a3f64;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 43, 76, 0.25);
}
.btn-outline {
    background: transparent;
    color: #1a2b4c;
    border: 2px solid #e5e7eb;
    transition: all 0.2s;
}
.btn-outline:hover {
    border-color: #1a2b4c;
    background: #f8fafc;
    transform: translateY(-2px);
}

/* ===== CARTES GÉNÉRIQUES (survol) ===== */
.card-hover {
    transition: all 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.15);
}

.value-card,
.service-card,
.step-card {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}
.value-card:hover,
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(26, 43, 76, 0.10);
    border-color: #c9a84c;
}
.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(26, 43, 76, 0.08);
    border-color: #c9a84c;
}

.product-card,
.pricing-card {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}
.product-card:hover,
.pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(26, 43, 76, 0.12);
    border-color: #c9a84c;
}
.product-card.pro,
.pricing-card.pro {
    border-color: #c9a84c;
    box-shadow: 0 8px 40px rgba(201, 168, 76, 0.15);
}
.product-card.pro:hover,
.pricing-card.pro:hover {
    box-shadow: 0 20px 60px rgba(201, 168, 76, 0.25);
}
@media (max-width: 768px) {
    .pricing-card.pro,
    .product-card.pro {
        transform: scale(1);
    }
    .pricing-card.pro:hover,
    .product-card.pro:hover {
        transform: translateY(-4px);
    }
}

/* ===== BADGE POPULAIRE ===== */
.badge-popular {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #c9a84c;
    color: #1a2b4c;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 14px;
    border-radius: 99px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== CHECKLIST ===== */
.checklist li::before {
    content: "✓";
    color: #1d9e75;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    width: 18px;
}
.checklist li.locked::before {
    content: "✕";
    color: #94a3b8;
}
.checklist li.featured::before {
    color: #c9a84c;
}

/* ===== ICÔNES SVG (remplacent les emojis décoratifs) ===== */
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon-box svg {
    width: 24px;
    height: 24px;
}
.icon-box-lg {
    width: 64px;
    height: 64px;
    border-radius: 16px;
}
.icon-box-lg svg {
    width: 30px;
    height: 30px;
}
.icon-navy {
    background: #1a2b4c;
    color: #fff;
}
.icon-gold {
    background: rgba(201, 168, 76, 0.12);
    color: #c9a84c;
}
.icon-teal {
    background: rgba(29, 158, 117, 0.12);
    color: #1d9e75;
}

/* ===== SECTION CHIFFRES ===== */
.stat-number {
    font-weight: 800;
    color: #c9a84c;
    line-height: 1;
}
.stat-label {
    color: #64748b;
    font-size: 14px;
    margin-top: 4px;
}

/* ===== TIMELINE (apropos) ===== */
.timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #c9a84c;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #c9a84c;
    flex-shrink: 0;
    margin-top: 4px;
}
.timeline-line {
    width: 2px;
    background: #e5e7eb;
    flex-shrink: 0;
    margin: 0 auto;
}

/* ===== ÉTAPES (sur-mesure) ===== */
.step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #c9a84c;
    color: #1a2b4c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    flex-shrink: 0;
}
.step-line {
    width: 2px;
    background: #e5e7eb;
    margin: 0 auto;
}

/* ===== FORMULAIRES ===== */
.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.2s;
    background: #fff;
    font-family: inherit;
}
.form-textarea {
    min-height: 120px;
    resize: vertical;
}
.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2364748b' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: #c9a84c;
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.1);
}
.form-label {
    display: block;
    font-weight: 600;
    color: #1a2b4c;
    margin-bottom: 6px;
    font-size: 14px;
}

/* ===== SUCCESS ICON (merci) ===== */
.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.success-icon svg {
    width: 40px;
    height: 40px;
    color: #16a34a;
}

/* ===== LOGO ANSHIN DANS HEADER ===== */
.logo-anshin-header {
    height: 32px;
    width: auto;
    object-fit: contain;
}

/* ===== CARTES "PROCHAINEMENT" (produits à venir) ===== */
.teaser-card {
    border-radius: 24px;
    padding: 2rem;
    border: 1px solid var(--accent-border, #e5e7eb);
    background: var(--accent-bg, #f8fafc);
    transition: all 0.3s ease;
}
.teaser-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.12);
}
.teaser-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    color: var(--accent-text, #1a2b4c);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 99px;
    border: 1px solid var(--accent-border, #e5e7eb);
}
.teaser-info-pill {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: var(--accent-text, #3d5a3a);
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--accent-border, rgba(0,0,0,0.05));
}
.teaser-info-pill svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}
.btn-teaser {
    background: var(--accent-solid, #1a2b4c);
    color: #fff;
    font-weight: 700;
    padding: 12px 32px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}
.btn-teaser:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.teaser-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--accent-solid, #1a2b4c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.teaser-icon-circle svg {
    width: 28px;
    height: 28px;
}
/* ===== CONTENU JURIDIQUE (CGV, mentions, confidentialité) ===== */
.legal-content h2 {
    color: #1a2b4c;
    font-weight: 700;
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.legal-content p {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 0.75rem;
}
.legal-content ul {
    color: #4b5563;
    line-height: 1.7;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    list-style: disc;
}
