

/* VIFLY_ENTREPRENDRE_SEO_GEO_GUIDES_V1 */
.ve-guide {
    --guide-ink: #19122c;
    --guide-muted: #625a72;
    --guide-paper: #fffdfa;
    --guide-lilac: #7250df;
    --guide-pink: #eb5a9c;
    --guide-mint: #27c6b5;
    width: min(1180px, calc(100% - 32px));
    margin-top: 34px;
    color: var(--guide-ink);
}

.ve-guide__hero {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 6vw, 76px);
    border: 1px solid rgba(220, 205, 246, .85);
    border-radius: 34px;
    color: #fff;
    background:
        radial-gradient(circle at 8% 8%, rgba(235, 90, 156, .38), transparent 28%),
        radial-gradient(circle at 94% 14%, rgba(39, 198, 181, .25), transparent 29%),
        linear-gradient(135deg, #16082f, #2f155d 58%, #45217c);
    box-shadow: 0 28px 80px rgba(22, 8, 47, .28);
}

.ve-guide__hero::after {
    content: "";
    position: absolute;
    inset: auto -8% -58% 42%;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    pointer-events: none;
}

.ve-guide__hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: end;
}

.ve-guide__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    color: #ffd1e4;
    font-size: .76rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ve-guide__eyebrow span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #2d1455;
    border-radius: 11px;
    background: linear-gradient(135deg, #ffd4e6, #aaf3e9);
    font-size: 1rem;
}

.ve-guide__crumb {
    margin: 0 0 17px;
    color: #d8caeb;
    font-size: .84rem;
    font-weight: 750;
}

.ve-guide__crumb a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ve-guide__crumb span { padding: 0 7px; color: #aa95ca; }

.ve-guide h1 {
    max-width: 790px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.55rem, 5.8vw, 5.35rem);
    line-height: .94;
    letter-spacing: -.07em;
}

.ve-guide__lead {
    max-width: 700px;
    margin: 25px 0 0;
    color: #eee8fa;
    font-size: clamp(1.02rem, 2vw, 1.19rem);
    line-height: 1.7;
}

.ve-guide__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    color: #d7c8ea;
    font-size: .79rem;
    font-weight: 750;
}

.ve-guide__answer {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 24px;
    background: rgba(255,255,255,.11);
    box-shadow: 0 20px 46px rgba(7, 2, 22, .22);
    backdrop-filter: blur(14px);
}

.ve-guide__answer p {
    margin: 0 0 12px;
    color: #ffb7d7;
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ve-guide__answer strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    line-height: 1.62;
}

.ve-guide__signals {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13px;
    width: min(1040px, calc(100% - 38px));
    margin: -25px auto 0;
    position: relative;
    z-index: 3;
}

.ve-guide__signals article {
    min-height: 132px;
    padding: 21px;
    border: 1px solid #e6ddf1;
    border-radius: 21px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 16px 38px rgba(27, 13, 55, .12);
}

.ve-guide__signals span {
    display: block;
    margin-bottom: 12px;
    color: var(--guide-pink);
    font-size: .72rem;
    font-weight: 950;
    letter-spacing: .1em;
}

.ve-guide__signals p {
    margin: 0 0 5px;
    color: var(--guide-muted);
    font-size: .83rem;
    line-height: 1.4;
}

.ve-guide__signals strong {
    color: var(--guide-ink);
    font-size: 1rem;
    line-height: 1.3;
}

.ve-guide__body {
    display: grid;
    gap: 20px;
    margin: 54px 0 0;
}

.ve-guide__section {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 22px;
    padding: clamp(25px, 4vw, 42px);
    border: 1px solid #e7dff0;
    border-radius: 28px;
    background: var(--guide-paper);
    box-shadow: 0 14px 38px rgba(34, 15, 68, .06);
}

.ve-guide__section-index {
    display: grid;
    place-items: center;
    align-self: start;
    width: 54px;
    height: 54px;
    color: #fff;
    border-radius: 17px;
    background: linear-gradient(135deg, var(--guide-pink), var(--guide-lilac));
    font-size: .84rem;
    font-weight: 950;
}

.ve-guide__section h2,
.ve-guide__example h2,
.ve-guide__sources h2,
.ve-guide__related h2,
.ve-guide__cta h2 {
    margin: 0;
    color: var(--guide-ink);
    font-size: clamp(1.62rem, 3.5vw, 2.65rem);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.ve-guide__intro {
    max-width: 760px;
    margin: 14px 0 20px;
    color: var(--guide-muted);
    font-size: 1rem;
}

.ve-guide__section ul {
    display: grid;
    gap: 12px;
    max-width: 850px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ve-guide__section li {
    position: relative;
    padding: 14px 16px 14px 46px;
    color: #42394f;
    border: 1px solid #eee8f4;
    border-radius: 15px;
    background: #faf8fe;
    line-height: 1.58;
}

.ve-guide__section li::before {
    content: "✓";
    position: absolute;
    top: 14px;
    left: 16px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #11675f;
    border-radius: 50%;
    background: #c8f4ee;
    font-size: .75rem;
    font-weight: 950;
}

.ve-guide__example {
    padding: clamp(28px, 5vw, 52px);
    color: #fff;
    border-radius: 28px;
    background:
        radial-gradient(circle at 93% 10%, rgba(39,198,181,.22), transparent 24%),
        linear-gradient(135deg, #1c0c36, #38206c);
    box-shadow: 0 20px 52px rgba(24, 10, 51, .18);
}

.ve-guide__example > div {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 18px;
    color: #bdf7f0;
    font-size: .74rem;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ve-guide__example > div span {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: #2c1455;
    border-radius: 9px;
    background: #aaf2e8;
}

.ve-guide__example h2 { color: #fff; max-width: 650px; }
.ve-guide__example p { max-width: 820px; margin: 18px 0 0; color: #e7def2; font-size: 1.02rem; }

.ve-guide__watch {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 21px 24px;
    border: 1px solid #f2cfb4;
    border-radius: 22px;
    background: #fff7ed;
}

.ve-guide__watch > span {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #8d381d;
    border-radius: 12px;
    background: #ffe1c8;
    font-weight: 950;
}

.ve-guide__watch p { margin: 4px 0 0; color: #6c3828; line-height: 1.62; }

.ve-guide__sources {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(28px, 5vw, 68px);
    margin-top: 54px;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid #e5dded;
    border-radius: 30px;
    background: #fff;
}

.ve-guide__sources > div > p:last-child {
    margin: 17px 0 0;
    color: var(--guide-muted);
    line-height: 1.65;
}

.ve-guide__source-list { display: grid; gap: 11px; }

.ve-guide__source-list a {
    position: relative;
    display: block;
    min-height: 86px;
    padding: 17px 48px 17px 19px;
    color: var(--guide-ink);
    border: 1px solid #e8e0f0;
    border-radius: 17px;
    background: #fcfbff;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ve-guide__source-list a:hover {
    color: var(--guide-ink);
    border-color: #bca8ee;
    box-shadow: 0 12px 24px rgba(80, 42, 133, .09);
    transform: translateY(-2px);
}

.ve-guide__source-list span,
.ve-guide__source-list strong { display: block; }

.ve-guide__source-list span {
    margin-bottom: 5px;
    color: var(--guide-lilac);
    font-size: .7rem;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.ve-guide__source-list strong { font-size: .95rem; line-height: 1.35; }
.ve-guide__source-list i { position: absolute; top: 50%; right: 19px; color: var(--guide-pink); font-size: 1.35rem; font-style: normal; transform: translateY(-50%); }

.ve-guide__related { margin-top: 70px; }
.ve-guide__related .ve-heading { margin-bottom: 26px; }
.ve-guide__related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }

.ve-guide__related-grid a {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 205px;
    padding: 22px 22px 46px;
    color: var(--guide-ink);
    border: 1px solid #e8e0f0;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 12px 31px rgba(35, 15, 65, .06);
    transition: transform .18s ease, box-shadow .18s ease;
}

.ve-guide__related-grid a:hover { color: var(--guide-ink); transform: translateY(-3px); box-shadow: 0 20px 40px rgba(35, 15, 65, .13); }
.ve-guide__related-grid span { color: var(--guide-lilac); font-size: .67rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.ve-guide__related-grid strong { margin-top: 11px; font-size: 1.08rem; line-height: 1.23; letter-spacing: -.025em; }
.ve-guide__related-grid small { margin-top: 10px; color: var(--guide-muted); font-size: .79rem; line-height: 1.47; }
.ve-guide__related-grid i { position: absolute; right: 20px; bottom: 17px; color: var(--guide-pink); font-size: 1.4rem; font-style: normal; }

.ve-guide__cta {
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 30px;
    background: linear-gradient(115deg, #f7e1eb, #ebe2fd 52%, #d8f3ed);
}

.ve-guide__cta .ve-section-kicker { color: #81466d; }
.ve-guide__cta h2 { max-width: 620px; }
.ve-guide__cta p:last-child { max-width: 680px; margin: 14px 0 0; color: #5f546d; }

@media (max-width: 900px) {
    .ve-guide__hero-grid,
    .ve-guide__sources { grid-template-columns: 1fr; }
    .ve-guide__answer { max-width: 700px; }
    .ve-guide__signals { width: calc(100% - 24px); }
    .ve-guide__related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .ve-guide { width: min(100% - 20px, 1180px); margin-top: 18px; }
    .ve-guide__hero { padding: 28px 22px; border-radius: 27px; }
    .ve-guide__eyebrow { margin-bottom: 18px; }
    .ve-guide h1 { font-size: clamp(2.42rem, 13vw, 3.7rem); }
    .ve-guide__lead { margin-top: 19px; }
    .ve-guide__meta { gap: 5px 7px; font-size: .73rem; }
    .ve-guide__signals { grid-template-columns: 1fr; margin-top: 14px; }
    .ve-guide__signals article { min-height: auto; padding: 18px; }
    .ve-guide__body { margin-top: 34px; gap: 14px; }
    .ve-guide__section { grid-template-columns: 1fr; gap: 17px; padding: 24px 20px; border-radius: 23px; }
    .ve-guide__section-index { width: 46px; height: 46px; border-radius: 14px; }
    .ve-guide__section li { padding: 13px 13px 13px 42px; font-size: .92rem; }
    .ve-guide__example, .ve-guide__sources, .ve-guide__cta { border-radius: 25px; }
    .ve-guide__example { padding: 28px 22px; }
    .ve-guide__watch { grid-template-columns: 1fr; padding: 20px; }
    .ve-guide__sources { gap: 25px; margin-top: 40px; padding: 25px 20px; }
    .ve-guide__related { margin-top: 48px; }
    .ve-guide__related-grid { grid-template-columns: 1fr; }
    .ve-guide__related-grid a { min-height: 168px; }
    .ve-guide__cta { display: grid; margin-top: 50px; padding: 28px 22px; }
    .ve-guide__cta .ve-button { width: 100%; }
}
