/**
 * CrecyPlage — Page éditoriale /votre-commerce/
 * Ton chaleureux : sable, soleil, dégradés doux, mise en page plus narrative.
 */

/* ============================================================
   HERO
   ============================================================ */
.vc-hero {
    background: linear-gradient(135deg, var(--soleil, #F4A261) 0%, var(--corail, #E76F51) 100%);
    color: #fff;
    padding: 4rem 1.5rem 5rem;
    position: relative;
    overflow: hidden;
}
.vc-hero::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--ecume, #FEFCF6);
    clip-path: ellipse(80% 60px at 50% 100%);
}
.vc-hero__inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.vc-hero__kicker {
    display: inline-block;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.45em 1em;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(4px);
}
.vc-hero__title {
    font-family: var(--ff-display, Georgia, serif);
    font-size: clamp(2rem, 1.5rem + 3vw, 3.2rem);
    font-weight: 500;
    line-height: 1.05;
    margin: 0 0 1.2rem;
    color: #fff;
    letter-spacing: -0.01em;
}
.vc-hero__title-accent {
    color: var(--ecume, #FEFCF6);
    font-style: italic;
    font-weight: 400;
}
.vc-hero__sub {
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.18rem);
    line-height: 1.6;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}
.vc-hero__cta-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

/* ============================================================
   BOUTONS
   ============================================================ */
.vc-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45em;
    padding: 0.85em 1.6em;
    border-radius: 999px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    transition: transform 0.15s, background 0.15s, box-shadow 0.15s;
    border: 2px solid transparent;
}
.vc-btn:hover {
    transform: translateY(-2px);
}
.vc-btn--primary {
    background: #fff;
    color: var(--corail, #E76F51);
}
.vc-btn--primary:hover {
    background: var(--ecume, #FEFCF6);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    color: var(--corail, #E76F51);
}
.vc-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}
.vc-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}
.vc-btn--ghost-light {
    background: transparent;
    color: var(--eau-profonde, #1E5A7B);
    border-color: var(--eau-profonde, #1E5A7B);
}
.vc-btn--ghost-light:hover {
    background: var(--eau-profonde, #1E5A7B);
    color: #fff;
}
.vc-btn--big {
    font-size: 1.1rem;
    padding: 1em 2em;
}

/* ============================================================
   SECTIONS GÉNÉRIQUES
   ============================================================ */
.vc-section {
    padding: 4rem 1.5rem;
}
.vc-section__inner {
    max-width: 1100px;
    margin: 0 auto;
}
.vc-section__inner--narrow {
    max-width: 700px;
}
.vc-section__kicker {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--sable-mouille, #B8956A);
    margin: 0 0 0.8rem;
}
.vc-section__title {
    text-align: center;
    font-family: var(--ff-display, Georgia, serif);
    font-size: clamp(1.6rem, 1.3rem + 1.5vw, 2.2rem);
    font-weight: 500;
    color: var(--eau-profonde, #1E5A7B);
    margin: 0 0 1rem;
    line-height: 1.2;
    font-style: italic;
}
.vc-section__lead {
    text-align: center;
    max-width: 60ch;
    margin: 0 auto 2.5rem;
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.08rem);
    line-height: 1.65;
    color: var(--nuit, #073B4C);
}
.vc-section__footnote {
    text-align: center;
    margin: 2.5rem auto 0;
    max-width: 60ch;
    font-size: 0.92rem;
    color: var(--sable-mouille, #B8956A);
    font-style: italic;
}

/* ============================================================
   LETTRE / MOT DE CORINNE
   ============================================================ */
.vc-section--lettre {
    background: var(--ecume, #FEFCF6);
}
.vc-lettre {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2.5rem 2rem;
    box-shadow: 0 4px 24px rgba(7, 59, 76, 0.08);
    border-left: 4px solid var(--corail, #E76F51);
    position: relative;
}
.vc-lettre::before {
    content: "“";
    position: absolute;
    top: -10px;
    left: 24px;
    font-family: var(--ff-display, Georgia, serif);
    font-size: 5rem;
    line-height: 1;
    color: var(--soleil, #F4A261);
    opacity: 0.3;
}
.vc-lettre p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--nuit, #073B4C);
    margin: 0 0 1.1rem;
}
.vc-lettre__lead {
    font-family: var(--ff-display, Georgia, serif);
    font-size: 1.2rem !important;
    font-style: italic;
    color: var(--eau-profonde, #1E5A7B) !important;
    line-height: 1.55 !important;
    margin-bottom: 1.4rem !important;
}
.vc-lettre__sign {
    margin-top: 1.4rem !important;
    text-align: right;
    font-family: var(--ff-display, Georgia, serif);
    font-style: italic;
    font-size: 1.1rem !important;
    color: var(--corail, #E76F51) !important;
}

/* ============================================================
   PROPOSE (4 cards bienveillantes)
   ============================================================ */
.vc-section--propose {
    background: var(--sable-clair, #FBF3DD);
}
.vc-propose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 2rem;
}
.vc-propose-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.6rem 1.5rem;
    box-shadow: 0 2px 14px rgba(7, 59, 76, 0.06);
    transition: transform 0.2s;
}
.vc-propose-card:hover {
    transform: translateY(-3px);
}
.vc-propose-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--soleil, #F4A261) 0%, var(--corail, #E76F51) 100%);
    border-radius: 50%;
    margin-bottom: 1rem;
    color: #fff;
}
.vc-propose-card__icon .crecy-icon {
    width: 22px;
    height: 22px;
}
.vc-propose-card h3 {
    font-size: 1.05rem;
    color: var(--eau-profonde, #1E5A7B);
    margin: 0 0 0.5rem;
    font-weight: 600;
    line-height: 1.3;
}
.vc-propose-card p {
    font-size: 0.94rem;
    line-height: 1.55;
    color: var(--nuit, #073B4C);
    margin: 0;
}

/* ============================================================
   SOUTIENS (cartes enseignes)
   ============================================================ */
.vc-section--soutiens {
    background: var(--ecume, #FEFCF6);
}
.vc-soutiens-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-top: 1rem;
}
.vc-soutien-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.6rem 1.2rem;
    text-align: center;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border: 1.5px dashed var(--sable-mouille, #B8956A);
    transition: border-color 0.2s, background 0.2s;
}
.vc-soutien-card:hover {
    border-color: var(--corail, #E76F51);
    background: var(--sable-clair, #FBF3DD);
}
.vc-soutien-card__pos {
    font-family: var(--ff-display, Georgia, serif);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--eau-profonde, #1E5A7B);
    line-height: 1.3;
}
.vc-soutien-card__note {
    font-size: 0.78rem;
    color: var(--sable-mouille, #B8956A);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ============================================================
   HOW (3 étapes — version chaleureuse)
   ============================================================ */
.vc-section--how {
    background: var(--sable-clair, #FBF3DD);
}
.vc-how-steps {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.vc-how-step {
    background: #fff;
    border-radius: 14px;
    padding: 1.8rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 14px rgba(7, 59, 76, 0.06);
}
.vc-how-step__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--soleil, #F4A261) 0%, var(--corail, #E76F51) 100%);
    color: #fff;
    font-family: var(--ff-display, Georgia, serif);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.vc-how-step h3 {
    font-size: 1.1rem;
    color: var(--eau-profonde, #1E5A7B);
    margin: 0 0 0.6rem;
    font-weight: 600;
    font-style: italic;
}
.vc-how-step p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--nuit, #073B4C);
    margin: 0;
}

/* ============================================================
   POUR ALLER PLUS LOIN
   ============================================================ */
.vc-section--plus {
    background: var(--ecume, #FEFCF6);
}
.vc-plus-link {
    text-align: center;
    margin: 1.5rem 0 0;
}

/* ============================================================
   CONTACT
   ============================================================ */
.vc-section--contact {
    background: linear-gradient(135deg, var(--eau-profonde, #1E5A7B) 0%, var(--nuit, #073B4C) 100%);
    color: #fff;
    text-align: center;
}
.vc-section--contact .vc-section__kicker {
    color: var(--soleil, #F4A261);
}
.vc-section--contact .vc-section__title {
    color: #fff;
}
.vc-section--contact .vc-section__lead {
    color: rgba(255, 255, 255, 0.92);
}
.vc-contact-buttons {
    margin: 2rem 0 1.5rem;
}
.vc-contact-buttons .vc-btn .crecy-icon {
    width: 22px;
    height: 22px;
    margin-right: 0.3em;
}
.vc-contact-note {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.92rem;
    font-style: italic;
    margin: 0 auto;
    max-width: 50ch;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 720px) {
    .vc-hero, .vc-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .vc-lettre {
        padding: 2rem 1.5rem 1.5rem;
    }
}

/* ============================================================
   Lettre — paragraphes spéciaux (retour, push)
   ============================================================ */
.vc-lettre__return {
    text-align: center;
    margin: 1.6rem 0 1.4rem !important;
    font-family: var(--ff-display, Georgia, serif);
    font-size: 1.5rem !important;
    color: var(--corail, #E76F51) !important;
    font-style: italic;
}
.vc-lettre__push {
    background: var(--sable-clair, #FBF3DD);
    border-radius: 12px;
    padding: 1.4rem 1.5rem 1.2rem;
    margin: 1.8rem -0.5rem 1.2rem;
    border-left: 4px solid var(--soleil, #F4A261);
    position: relative;
}
.vc-lettre__push::before {
    content: "✨";
    position: absolute;
    top: -14px;
    left: 18px;
    background: var(--soleil, #F4A261);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.vc-lettre__push p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    margin: 0 0 0.8rem !important;
}
.vc-lettre__push p:last-child {
    margin-bottom: 0 !important;
}
.vc-lettre__push-intro {
    color: var(--eau-profonde, #1E5A7B) !important;
}
.vc-lettre__push-exemples {
    color: var(--sable-mouille, #B8956A) !important;
    padding-left: 1rem;
    border-left: 2px solid var(--soleil, #F4A261);
}
.vc-lettre__push-punchline {
    color: var(--corail, #E76F51) !important;
    text-align: center;
    margin-top: 1rem !important;
    font-size: 1.05rem !important;
}
@media (max-width: 720px) {
    .vc-lettre__push {
        margin-left: 0;
        margin-right: 0;
    }
}
