/* Landing pack Saint-Valentin gratuit */

.vl-breadcrumb {
    padding: 16px 0;
    font-size: 0.85rem;
    color: var(--text-light);
    background: var(--bg-card);
    border-bottom: 1px solid var(--border-light);
}
.vl-breadcrumb a { color: var(--text-light); text-decoration: none; }
.vl-breadcrumb a:hover { color: var(--primary); text-decoration: underline; }
.vl-breadcrumb span[aria-hidden] { margin: 0 6px; color: var(--text-muted); }

.vl-hero {
    padding: 48px 0 40px;
    background: linear-gradient(180deg, #fff5f6 0%, var(--bg-card) 100%);
    border-bottom: 1px solid var(--border-light);
}
.vl-eyebrow {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c2185b;
    margin-bottom: 14px;
}
.vl-h1 {
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 4.6vw, 3rem);
    line-height: 1.12;
    color: var(--text);
    max-width: 18ch;
    margin-bottom: 18px;
}
.vl-lede {
    font-size: 1.08rem;
    line-height: 1.65;
    color: var(--text-light);
    max-width: 62ch;
    margin-bottom: 22px;
}
.vl-promises {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: grid;
    gap: 8px;
    max-width: 68ch;
}
.vl-promises li {
    position: relative;
    padding-left: 26px;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--text);
}
.vl-promises li::before {
    content: "♥";
    position: absolute;
    left: 0;
    top: -1px;
    color: #d1274b;
}
.vl-promises strong { color: var(--text); }

.vl-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-bottom: 12px;
}
.vl-strip-item {
    text-decoration: none;
    color: var(--text-light);
    font-size: 0.72rem;
    text-align: center;
    display: block;
}
.vl-strip-item img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    background: #fff;
    margin-bottom: 6px;
    transition: transform var(--transition), box-shadow var(--transition);
}
.vl-strip-item:hover img {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}
.vl-strip-note {
    font-size: 0.82rem;
    color: var(--text-muted);
    max-width: 70ch;
}

.vl-section { padding: 48px 0; }
.vl-section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.6vw, 1.9rem);
    margin-bottom: 16px;
    color: var(--text);
}
.vl-section h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 26px 0 8px;
    color: var(--text);
}
.vl-section p {
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 14px;
}
.vl-section > .container > ul,
.vl-section > .container-narrow ul:not(.vl-licence-list):not(.vl-legal-list) {
    line-height: 1.7;
    color: var(--text-light);
}
.vl-section ul li { margin-bottom: 8px; }
.vl-intro { max-width: 72ch; }

.vl-table-wrap { overflow-x: auto; margin: 18px 0 12px; }
.vl-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.9rem;
    background: var(--bg-card);
}
.vl-table caption {
    caption-side: top;
    text-align: left;
    font-size: 0.82rem;
    color: var(--text-muted);
    padding-bottom: 8px;
}
.vl-table th, .vl-table td {
    border: 1px solid var(--border);
    padding: 10px 12px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}
.vl-table thead th {
    background: #fdf2f4;
    font-weight: 700;
    color: var(--text);
}
.vl-table tbody th { font-weight: 600; color: var(--text); }
.vl-table td { color: var(--text-light); }
.vl-row-us { background: #f0fdf4; }
.vl-row-us td, .vl-row-us th { color: var(--text); font-weight: 500; }
.vl-sources { font-size: 0.82rem; color: var(--text-muted); }
.vl-sources a { color: var(--text-light); }

.vl-licence-block { background: #fffaf5; border-top: 1px solid var(--border-light); border-bottom: 1px solid var(--border-light); }
.vl-licence-list, .vl-legal-list { list-style: none; padding: 0; margin: 0 0 16px; }
.vl-licence-list li {
    padding: 8px 0 8px 30px;
    position: relative;
    line-height: 1.6;
    color: var(--text-light);
    border-bottom: 1px dashed var(--border);
}
.vl-licence-list li strong { color: var(--text); }
.vl-licence-list li::before {
    position: absolute; left: 0; top: 8px; font-weight: 700;
}
.vl-licence-list li:nth-child(-n+3)::before { content: "✓"; color: var(--success); }
.vl-licence-list li:nth-child(n+4)::before { content: "✕"; color: var(--danger); }

.vl-cards { display: grid; gap: 22px; }
.vl-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: start;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px;
    scroll-margin-top: 90px;
}
.vl-card-visual img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}
.vl-card-body h3 { margin-top: 0; font-family: var(--font-display); font-size: 1.3rem; }
.vl-card-baseline { font-weight: 500; color: var(--text); margin-bottom: 10px; }
.vl-card-why { font-size: 0.92rem; margin-bottom: 16px; }

.vl-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 8px; }
.vl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background var(--transition), border-color var(--transition), transform var(--transition);
    min-height: 44px;
}
.vl-btn-primary { background: #d1274b; color: #fff; }
.vl-btn-primary:hover { background: #a81038; transform: translateY(-1px); }
.vl-btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.vl-btn-ghost:hover { border-color: var(--text-light); }
.vl-btn-mini {
    padding: 7px 12px;
    font-size: 0.8rem;
    min-height: 36px;
    background: #fff;
    color: var(--text);
    border-color: var(--border);
}
.vl-btn-mini:hover { border-color: #d1274b; color: #d1274b; }
.vl-actions-note { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 12px; }

.vl-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px dashed var(--border);
}
.vl-social-label { font-size: 0.82rem; color: var(--text-light); }
.vl-social-state { font-size: 0.78rem; color: var(--text-muted); }

.vl-upsell {
    margin-top: 22px;
    padding: 14px 18px;
    background: #fff8ed;
    border: 1px solid #fde3c0;
    border-radius: var(--radius);
    font-size: 0.92rem;
}
.vl-upsell strong { color: var(--text); white-space: nowrap; }

.vl-legal-block { background: var(--bg-card); }
.vl-legal-list li {
    padding: 12px 0 12px 18px;
    border-left: 3px solid #f0c9d3;
    margin-bottom: 12px;
    line-height: 1.65;
    color: var(--text-light);
}
.vl-legal-list li strong { color: var(--text); }
.vl-legal-more { font-size: 0.88rem; }

.vl-final { background: #fff5f6; }
.vl-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }

.vl-licence-page h1 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.4vw, 2.3rem);
    margin-bottom: 10px;
}
.vl-licence-page h2 { font-size: 1.15rem; margin-top: 28px; }
.vl-licence-meta { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 24px; }
.vl-licence-back { margin-top: 32px; }

@media (max-width: 900px) {
    .vl-strip { grid-template-columns: repeat(3, 1fr); }
    .vl-card { grid-template-columns: 160px 1fr; gap: 16px; }
}
@media (max-width: 560px) {
    .vl-hero { padding: 32px 0 28px; }
    .vl-strip { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .vl-card { grid-template-columns: 1fr; padding: 16px; }
    .vl-card-visual { max-width: 220px; margin: 0 auto; }
    .vl-actions .vl-btn { flex: 1 1 100%; }
    .vl-section { padding: 34px 0; }
}
