/* ── Variables locales ── */
:root {
    --lp-primary: #00BAC7;
    --lp-primary-dark: #009AA5;
    --lp-secondary: #2C3E50;
    --lp-text: #4E4E4E;
    --lp-text-light: #6B7280;
    --lp-accent-bg: #F1F7F9;
    --lp-dark-blue: #0A0E15;
    --lp-white: #FFFFFF;
    --lp-border: #E2E8F0;
}

/* ── Reset & base ── */
.eng-page * { box-sizing: border-box; margin: 0; padding: 0; }
.eng-page { font-family: inherit; color: var(--lp-text); line-height: 1.65; }

/* ── Layout helpers ── */
.eng-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.eng-section { padding: 60px 0; }
.eng-section--alt { background: var(--lp-accent-bg); }

/* ── Section header ── */
.eng-section-header { text-align: center; margin-bottom: 32px; }
.eng-section-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: var(--lp-secondary);
}
.eng-section-header p { color: var(--lp-text-light); font-size: 1.05rem; max-width: 620px; margin: 0 auto; }

/* ── HERO ── */
.eng-hero {
    background: var(--lp-white);
    padding: 140px 24px 72px;
}
.admin-bar .eng-hero { padding-top: 170px; }
.eng-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
@media (max-width: 768px) {
    .eng-hero-inner { grid-template-columns: 1fr; }
    .eng-bento { display: none; }
}
.eng-hero h1 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: var(--lp-secondary);
    line-height: 1.15;
    margin-bottom: 20px;
}
.eng-hero-desc {
    font-size: 1.05rem;
    color: var(--lp-text-light);
    line-height: 1.75;
    max-width: 480px;
}
.eng-hero-desc strong { color: var(--lp-secondary); font-weight: 700; }

.eng-hero-pacte {
    display: flex; gap: 14px; align-items: flex-start;
    margin-top: 24px;
    padding: 16px 18px;
    background: rgba(0,186,199,.06);
    border: 1px solid rgba(0,186,199,.2);
    border-radius: 12px;
}
.eng-hero-pacte-icon {
    flex-shrink: 0;
    width: 36px; height: 36px;
    background: rgba(0,186,199,.12);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
}
.eng-hero-pacte-icon svg { width: 18px; height: 18px; stroke: var(--lp-primary); }
.eng-hero-pacte-label {
    display: block;
    font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
    color: var(--lp-primary-dark);
    margin-bottom: 4px;
}
.eng-hero-pacte-text { font-size: .88rem; color: var(--lp-text-light); line-height: 1.55; margin: 0; }

/* ── HERO BENTO ── */
.eng-bento {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.05;
    font-family: "Manrope", inherit;
}
.eng-bento__card {
    position: absolute;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
    box-sizing: border-box;
    transition: transform .3s ease;
}

/* Card — Graphique trajectoire (top, large) */
.eng-bento__card--chart { top: 0; left: 0; width: 94%; transform: rotate(-0.8deg); }
.eng-bento__card--chart:hover { transform: rotate(0deg); }
.eng-bento__chart-header {
    display: flex; align-items: baseline; justify-content: space-between;
    margin-bottom: 10px;
}
.eng-bento__chart-title { font-size: 12px; font-weight: 700; color: #0A0E15; }
.eng-bento__chart-unit { font-size: 10px; color: #94A3B8; }
.eng-bento__chart-legend { display: flex; gap: 10px; margin-bottom: 8px; }
.eng-bento__chart-legend span { display: flex; align-items: center; gap: 4px; font-size: 10px; color: #64748B; }
.eng-bento__chart-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; }

/* Card — Entreprise à mission */
.eng-bento__card--mission { top: 56%; left: 6%; width: 88%; z-index: 3; transform: rotate(-1deg); }
.eng-bento__card--mission:hover { transform: rotate(0deg); }
.eng-bento__mission-row { display: flex; align-items: center; gap: 12px; }
.eng-bento__mission-icon {
    width: 36px; height: 36px; flex-shrink: 0;
    background: rgba(0,186,199,.1); border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
}
.eng-bento__mission-icon svg { width: 18px; height: 18px; stroke: var(--lp-primary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eng-bento__mission-title { font-size: .88rem; font-weight: 700; color: var(--lp-secondary); }
.eng-bento__mission-sub { font-size: .75rem; color: #94A3B8; margin-top: 2px; }
.eng-bento__check {
    margin-left: auto; flex-shrink: 0;
    width: 22px; height: 22px; border-radius: 50%;
    background: rgba(0,186,199,.12);
    display: flex; align-items: center; justify-content: center;
}
.eng-bento__check svg { width: 12px; height: 12px; stroke: var(--lp-primary); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

/* Card — 1% Planète */
.eng-bento__card--pct { top: 72%; left: 0; width: 48%; transform: rotate(-2deg); }
.eng-bento__card--pct:hover { transform: rotate(0deg); }
.eng-bento__pct-num { font-size: 2.2rem; font-weight: 900; color: var(--lp-primary); line-height: 1; }
.eng-bento__badge {
    display: inline-flex; align-items: center; gap: 4px;
    font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
    background: rgba(0,186,199,.1); color: var(--lp-primary-dark);
    padding: 3px 8px; border-radius: 100px; margin-top: 6px;
}

/* Card — Impact */
.eng-bento__card--impact { top: 74%; right: 0; width: 44%; transform: rotate(2deg); }
.eng-bento__card--impact:hover { transform: rotate(0deg); }
.eng-bento__label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #94A3B8; margin-bottom: 8px; display: block; }
.eng-bento__big { font-size: 2rem; font-weight: 900; line-height: 1; color: var(--lp-secondary); }
.eng-bento__big span { color: var(--lp-primary); }
.eng-bento__logos { display: flex; gap: 10px; align-items: center; justify-content: center; }
.eng-bento__logo-circle {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden; flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.eng-bento__logo-circle img { width: 100%; height: 100%; object-fit: contain; padding: 7px; }
.eng-bento__logo-circle span { font-size: 1.4rem; }

/* ── ACCESSIBILITY CARDS ── */
.eng-access-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 768px) { .eng-access-grid { grid-template-columns: 1fr; } }
.eng-access-card {
    background: var(--lp-white);
    border: 1px solid var(--lp-border);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    transition: box-shadow .2s, transform .2s;
}
.eng-access-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); transform: translateY(-2px); }
.eng-access-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--lp-secondary); margin-bottom: 8px; }
.eng-access-card p { color: var(--lp-text-light); font-size: .9rem; line-height: 1.5; }

/* ── 1% PLANÈTE BANNER ── */
.eng-pct-section {
    background: linear-gradient(135deg, #0D1F2D 0%, #0F2A35 100%);
    padding: 44px 0;
}
.eng-pct-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.eng-pct-left { flex: 0 0 65%; }
@media (max-width: 768px) { .eng-pct-inner { flex-direction: column; align-items: flex-start; } }
.eng-pct-left h2 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; line-height: 1.3; color: var(--lp-white); margin-bottom: 8px; }
.eng-pct-left p { color: rgba(255,255,255,.6); font-size: .9rem; line-height: 1.65; }
.eng-pct-left p strong { color: rgba(255,255,255,.85); font-weight: 600; }
.eng-pct-center {
    position: relative; z-index: 2;
    text-align: center;
    background: var(--lp-white);
    border-radius: 50%;
    width: 130px; height: 130px;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    box-shadow: 0 0 0 1px rgba(0,186,199,.2), 0 4px 24px rgba(0,186,199,.12);
    flex-shrink: 0;
}
.eng-pct-center-num { font-size: 2.8rem; font-weight: 900; color: var(--lp-primary); line-height: 1; }
.eng-pct-center-sub { font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--lp-text-light); margin-top: 4px; }

/* ── FEATURE SPLIT CARDS ── */
.eng-feature-grid { display: flex; gap: 24px; align-items: stretch; }
.eng-feature-grid .eng-feature-card:first-child { flex: 0 0 60%; }
.eng-feature-grid .eng-feature-card:last-child { flex: 1; }
@media (max-width: 768px) {
    .eng-feature-grid { flex-direction: column; }
    .eng-feature-grid .eng-feature-card:first-child,
    .eng-feature-grid .eng-feature-card:last-child { flex: none; width: 100%; }
}
.eng-feature-card {
    border-radius: 24px;
    padding: 44px 40px;
    min-height: 320px;
    display: flex; flex-direction: column; gap: 20px;
}
.eng-feature-card--light { background: var(--lp-accent-bg); }
.eng-feature-icon {
    width: 48px; height: 48px;
    background: rgba(255,255,255,.7);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.eng-feature-icon svg { width: 22px; height: 22px; stroke: var(--lp-secondary); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.eng-feature-card--dark {
    background: linear-gradient(135deg, #0D1F2D 0%, #0F2A35 100%);
    color: var(--lp-white);
    position: relative; overflow: hidden;
}
.eng-feature-card--dark::before,
.eng-feature-card--dark::after {
    content: ''; position: absolute; border-radius: 50%;
    border: 1px solid rgba(255,255,255,.12); pointer-events: none;
}
.eng-feature-card--dark::before { width: 220px; height: 220px; top: -60px; right: -60px; }
.eng-feature-card--dark::after  { width: 140px; height: 140px; top: -20px; right: -20px; }
.eng-feature-card--dark .eng-feature-icon { background: rgba(255,255,255,.15); }
.eng-feature-card--dark .eng-feature-icon svg { stroke: rgba(255,255,255,.85); }
.eng-feature-card h3 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); font-weight: 800; color: var(--lp-secondary); line-height: 1.2; margin: 0; }
.eng-feature-card--dark h3 { color: var(--lp-white); }
.eng-feature-card p { color: var(--lp-text); font-size: 1rem; line-height: 1.7; margin: 0; }
.eng-feature-card--dark p { color: rgba(255,255,255,.8); }

/* ── PARTNERS ── */
.eng-partners-section { background: linear-gradient(135deg, #0D1F2D 0%, #0F2A35 100%); padding: 80px 0; overflow: hidden; }
.eng-partners-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 768px) {
    .eng-partners-inner { grid-template-columns: 1fr; gap: 32px; }
    .eng-partners-inner > div { min-width: 0; overflow: hidden; }
}
.eng-partners-header h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 800; line-height: 1.15; color: var(--lp-white); margin-bottom: 16px; }
.eng-partners-header h2 span { color: var(--lp-primary); display: block; }
.eng-partners-header p { color: rgba(255,255,255,.55); font-size: .95rem; line-height: 1.7; }
.eng-carousel { overflow: hidden; }
.eng-carousel-track { display: flex; gap: 20px; transition: transform .4s cubic-bezier(.4,0,.2,1); }
.eng-partner-card {
    min-width: 100%; border-radius: 16px; padding: 24px;
    display: flex; flex-direction: column; gap: 12px;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
}
.eng-partner-card h3 { font-size: 1rem; font-weight: 700; color: var(--lp-white); margin: 0; }
.eng-partner-card p { font-size: .85rem; line-height: 1.65; color: rgba(255,255,255,.65); margin: 0; }
.eng-partner-logo { width: 72px; height: 72px; border-radius: 50%; background: var(--lp-white); display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.eng-partner-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; border-radius: 50%; background: var(--lp-white); }
.eng-partner-logo-placeholder { font-size: 1.8rem; }

/* ── FREE RESOURCES ── */
.eng-free-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 768px) { .eng-free-grid { grid-template-columns: 1fr; gap: 32px; } }
.eng-free-header { display: flex; flex-direction: column; gap: 20px; }
.eng-free-eyebrow {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    color: var(--lp-primary-dark); background: rgba(0,186,199,.08); border: 1px solid rgba(0,186,199,.2);
    padding: 5px 14px; border-radius: 100px; width: fit-content;
}
.eng-free-header h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 700; color: var(--lp-secondary); line-height: 1.2; }
.eng-free-header h2 span { color: var(--lp-primary); }
.eng-free-header p { color: var(--lp-text-light); font-size: 1rem; line-height: 1.7; }
.eng-free-cards { display: flex; flex-direction: column; gap: 16px; }
.eng-free-card {
    display: flex; gap: 20px; align-items: flex-start;
    background: var(--lp-white); border: 1px solid var(--lp-border);
    border-radius: 16px; padding: 24px 28px;
    transition: box-shadow .2s, transform .2s;
}
.eng-free-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); transform: translateY(-2px); }
.eng-free-card-icon {
    width: 44px; height: 44px; flex-shrink: 0;
    background: rgba(0,186,199,.1); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
}
.eng-free-card-icon svg { width: 22px; height: 22px; stroke: var(--lp-primary); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eng-free-card strong { display: block; font-size: 1rem; font-weight: 700; color: var(--lp-secondary); margin-bottom: 6px; }
.eng-free-card span { color: var(--lp-text-light); font-size: .92rem; line-height: 1.6; }

/* ── PREMIUM SERVICES ── */
.eng-premium-header { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; }
.eng-premium-header-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(0,186,199,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.eng-premium-header-icon svg { width: 20px; height: 20px; stroke: var(--lp-primary); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eng-premium-header h2 { font-size: 1.4rem; font-weight: 700; color: var(--lp-secondary); margin: 0; }
.eng-premium-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 768px) { .eng-premium-grid { grid-template-columns: 1fr; } }
.eng-premium-card {
    display: flex; align-items: center; gap: 16px;
    background: var(--lp-white); border: 1px solid var(--lp-border);
    border-radius: 14px; padding: 20px 24px;
    transition: box-shadow .2s, transform .2s;
}
.eng-premium-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); transform: translateY(-2px); }
.eng-premium-icon { width: 40px; height: 40px; flex-shrink: 0; background: rgba(0,186,199,.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.eng-premium-icon svg { width: 20px; height: 20px; stroke: var(--lp-primary); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eng-premium-card h3 { font-size: .95rem; font-weight: 700; color: var(--lp-secondary); margin-bottom: 4px; }
.eng-premium-card p { font-size: .88rem; color: var(--lp-text-light); line-height: 1.55; margin: 0; }

/* ── AMBITION ── */
.eng-ambition { background: var(--lp-white); color: var(--lp-secondary); padding: 80px 0; overflow: hidden; }
.eng-ambition-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
@media (max-width: 768px) {
    .eng-ambition-inner { grid-template-columns: 1fr; }
    .eng-ambition-chart { display: none; }
}
.eng-ambition-text h2 { font-size: clamp(1.2rem, 2vw, 1.7rem); font-weight: 800; line-height: 1.15; margin-bottom: 32px; color: var(--lp-secondary); }
.eng-ambition-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--lp-primary); color: var(--lp-white);
    font-size: .95rem; font-weight: 700;
    padding: 14px 28px; border-radius: 100px;
    text-decoration: none; transition: background .2s, transform .2s;
}
.eng-ambition-cta:hover { background: var(--lp-primary-dark); transform: translateY(-2px); color: var(--lp-white); }
.eng-ambition-chart { position: relative; height: 100%; display: flex; align-items: center; justify-content: center; padding: 40px 40px 40px 0; }
@media (max-width: 768px) { .eng-ambition-chart { padding: 0; } }
