/**
 * Sami Landing Page — Devenir Vendeur MySongOriginal
 */

.sami-landing {
    font-family: 'Outfit', sans-serif;
    color: var(--sami-text, #2d2d2d);
}

/* ═══ HERO ═══ */

.sami-hero {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    padding: 60px 0 50px;
}

.sami-hero-badge {
    display: inline-block;
    background: #e8f5e9;
    color: #3d5a3d;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
}

.sami-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #3d5a3d;
    line-height: 1.15;
    margin-bottom: 20px;
}

.sami-hero-title em {
    color: #c67b5c;
    font-style: normal;
}

.sami-hero-subtitle {
    font-size: 16px;
    line-height: 1.7;
    color: #6b6b6b;
    margin-bottom: 28px;
    max-width: 540px;
}

.sami-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sami-btn-primary {
    background: #3d5a3d !important;
    color: #faf8f5 !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.sami-btn-primary:hover {
    background: #2a3d2a !important;
    color: #faf8f5 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(61, 90, 61, 0.25);
    text-decoration: none !important;
}

.sami-btn-secondary {
    background: transparent;
    color: #3d5a3d !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #3d5a3d;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none !important;
}

.sami-btn-secondary:hover {
    background: #3d5a3d !important;
    color: #faf8f5 !important;
}

.sami-hero-card {
    background: #faf8f5;
    border: 1px solid #e8e2d9;
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(61, 90, 61, 0.1);
}

.sami-avatar-large {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.sami-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: #2d2d2d;
    font-style: italic;
}

/* ═══ AVANTAGES ═══ */

.sami-avantages {
    padding: 60px 0;
}

.sami-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #3d5a3d;
    text-align: center;
    margin-bottom: 40px;
}

.sami-avantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sami-avantage-card {
    background: #faf8f5;
    border: 1px solid #e8e2d9;
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s;
}

.sami-avantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(61, 90, 61, 0.12);
    border-color: #7d9a78;
}

.sami-avantage-icon {
    font-size: 28px;
    display: block;
    margin-bottom: 12px;
}

.sami-avantage-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3d5a3d;
    margin-bottom: 8px;
}

.sami-avantage-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #6b6b6b;
    margin: 0;
}

/* ═══ PROCESS ═══ */

.sami-process {
    padding: 60px 0;
    background: #f5f2ed;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sami-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.sami-step {
    flex: 1;
    min-width: 180px;
    max-width: 220px;
    text-align: center;
}

.sami-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #3d5a3d;
    color: #faf8f5;
    border-radius: 50%;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.sami-step h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #3d5a3d;
    margin-bottom: 6px;
}

.sami-step p {
    font-size: 13px;
    line-height: 1.5;
    color: #6b6b6b;
}

.sami-step-arrow {
    font-size: 24px;
    color: #c67b5c;
    margin-top: 10px;
    font-weight: 700;
}

/* ═══ FORM SECTION ═══ */

.sami-form-section {
    padding: 60px 0;
}

.sami-form-container {
    max-width: 580px;
    margin: 0 auto;
}

.sami-form-subtitle {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #6b6b6b;
    margin-bottom: 30px;
}

.sami-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.sami-form-group {
    margin-bottom: 16px;
}

.sami-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #3d5a3d;
    margin-bottom: 5px;
}

.sami-form-group input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #e8e2d9;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    background: #faf8f5;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.sami-form-group input:focus {
    outline: none;
    border-color: #7d9a78;
    box-shadow: 0 0 0 3px rgba(125, 154, 120, 0.15);
}

.sami-form-consent {
    margin: 16px 0;
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.5;
}

.sami-form-consent a {
    color: #c67b5c;
}

.sami-btn-submit {
    width: 100%;
    font-size: 16px;
    padding: 16px;
}

.sami-form-feedback {
    margin-top: 16px;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
}

.sami-form-feedback.sami-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.sami-form-feedback.sami-error {
    background: #fce4ec;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* ═══ RESPONSIVE ═══ */

@media (max-width: 768px) {
    .sami-hero {
        grid-template-columns: 1fr;
        padding: 30px 0;
    }

    .sami-hero-title {
        font-size: 1.8rem;
    }

    .sami-avantages-grid {
        grid-template-columns: 1fr;
    }

    .sami-steps {
        flex-direction: column;
        align-items: center;
    }

    .sami-step-arrow {
        transform: rotate(90deg);
    }

    .sami-form-row {
        grid-template-columns: 1fr;
    }

    .sami-hero-actions {
        flex-direction: column;
    }

    .sami-btn-primary,
    .sami-btn-secondary {
        width: 100%;
        text-align: center;
    }
}
