/*
Theme Name: I2C-Lab
Template: astra
Version: 1.0
*/

/* ── FONTS ── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

/* ── VARIABLES ── */
:root {
    --violet: #5B4FCF;
    --violet2: #7C6FE0;
    --violet3: #4035a8;
    --vl: rgba(91, 79, 207, 0.08);
    --vl2: rgba(91, 79, 207, 0.04);
    --white: #ffffff;
    --lavande: #f8f7ff;
    --ardoise: #1a1830;
    --text: #1a1830;
    --text2: #4a4869;
    --text3: #8885a0;
    --border: rgba(26, 24, 48, 0.08);
    --border2: rgba(26, 24, 48, 0.15);
    --green: #1a7a4a;
    --green-bg: rgba(26, 122, 74, 0.08);
    --gold: #a07830;
    --gold-bg: rgba(160, 120, 48, 0.08);
    --r: 8px;
    --rl: 14px;
    --tr: 0.18s ease;
    --fh: 'Plus Jakarta Sans', sans-serif;
    --fb: 'Plus Jakarta Sans', sans-serif;
    --fm: 'JetBrains Mono', monospace;
}

/* ── RESET ── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    background: var(--white);
    color: var(--text);
    font-family: var(--fb) !important;
    font-size: 15px;
    line-height: 1.72;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
    font-family: var(--fh) !important;
    color: var(--text) !important;
    letter-spacing: -0.01em !important;
}

a {
    color: var(--violet);
    text-decoration: none;
}

a:hover {
    color: var(--violet3);
}

/* ── NAVBAR ── */
.site-header,
.ast-primary-header-bar,
#masthead,
.main-header-bar {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(20px) !important;
    box-shadow: 0 1px 0 rgba(26, 24, 48, 0.08) !important;
}

/* ── ASTRA RESET ── */
.ast-container,
.entry-content,
.ast-page-builder-template .entry-content {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.ast-plain-container .entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

.post-page-numbers,
.ast-breadcrumbs-wrapper {
    display: none !important;
}

/* ── BOUTONS ── */
.wp-block-button__link,
.ast-outline-button .wp-block-button__link {
    border-radius: 8px !important;
    font-family: var(--fb) !important;
    font-weight: 500 !important;
}

/* ── HAMBURGER MOBILE ── */
@media(max-width:768px) {

    .ast-mobile-menu-trigger-minimal .menu-toggle,
    button.menu-toggle {
        color: #5B4FCF !important;
        border-color: #5B4FCF !important;
    }

    .menu-toggle svg {
        fill: #5B4FCF !important;
    }
}

/* ── EYEBROW ── */
.eyebrow {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--violet);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eyebrow::before {
    content: '';
    width: 16px;
    height: 1px;
    background: var(--violet);
}

/* ── SECTION TITLES ── */
.sec-title {
    font-family: var(--fh);
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    color: var(--text);
    line-height: 1.1;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.sec-title-white {
    color: #fff !important;
}

.sec-sub {
    font-size: 15px;
    color: var(--text2);
    font-weight: 300;
    max-width: 540px;
    margin-bottom: 44px;
    line-height: 1.78;
}

.sec-sub-white {
    color: rgba(255, 255, 255, 0.65) !important;
}

/* ── BACKGROUNDS ── */
.bg-white {
    background: var(--white);
}

.bg-lavande {
    background: var(--lavande);
}

.bg-ardoise {
    background: var(--ardoise);
}

.bg-violet {
    background: var(--violet);
}

.section-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 48px;
}

.section-inner.sm {
    padding: 56px 48px;
}

/* ── BUTTONS ── */
.btn-p {
    background: var(--violet);
    color: #fff !important;
    font-family: var(--fb);
    font-weight: 500;
    font-size: 13.5px;
    padding: 12px 26px;
    border: none;
    border-radius: var(--r);
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: opacity var(--tr), transform var(--tr);
    text-decoration: none !important;
    display: inline-block;
}

.btn-p:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.btn-s {
    background: transparent;
    color: var(--text2) !important;
    font-family: var(--fb);
    font-weight: 400;
    font-size: 13.5px;
    padding: 12px 26px;
    border: 1px solid var(--border2);
    border-radius: var(--r);
    cursor: pointer;
    letter-spacing: 0.02em;
    transition: all var(--tr);
    text-decoration: none !important;
    display: inline-block;
}

.btn-s:hover {
    border-color: var(--violet2);
    color: var(--text) !important;
    background: var(--vl);
}

.btn-white {
    background: #fff;
    color: var(--violet) !important;
    font-family: var(--fb);
    font-weight: 600;
    font-size: 13.5px;
    padding: 12px 26px;
    border: none;
    border-radius: var(--r);
    cursor: pointer;
    text-decoration: none !important;
    display: inline-block;
    transition: opacity var(--tr);
}

.btn-white:hover {
    opacity: 0.9;
}

/* ── HERO ── */
.hero {
    position: relative;
    padding: 100px 48px 88px;
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: center;
}

.hero h1 {
    font-family: var(--fh);
    font-size: clamp(44px, 5.5vw, 68px);
    font-weight: 800;
    line-height: 1.04;
    color: var(--text);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero h1 em {
    font-style: normal;
    color: var(--violet);
}

.hero-sub {
    font-size: 17px;
    color: var(--text2);
    font-weight: 300;
    max-width: 480px;
    margin-bottom: 40px;
    line-height: 1.78;
}

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

.hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-sphere {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 35% 35%, #c4beff, #5B4FCF 60%, #1a1830);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-sphere::before {
    content: '';
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    border: 1px solid rgba(91, 79, 207, 0.15);
}

.hero-sphere::after {
    content: '';
    position: absolute;
    inset: -40px;
    border-radius: 50%;
    border: 1px solid rgba(91, 79, 207, 0.08);
}

.hero-sphere-inner {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
}

/* ── BANDE RÉFÉRENTIELS ── */
.refs-band {
    background: var(--ardoise);
    padding: 24px 48px;
}

.refs-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.refs-label {
    font-family: var(--fm);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    white-space: nowrap;
}

.refs-items {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}

.ref-badge {
    font-family: var(--fm);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

/* ── STATS ── */
.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1140px;
    margin: 0 auto;
}

.stat-block {
    text-align: center;
    padding: 48px 24px;
    border-right: 1px solid var(--border);
}

.stat-block:last-child {
    border-right: none;
}

.stat-big {
    font-family: var(--fh);
    font-size: 52px;
    font-weight: 800;
    color: var(--violet);
    line-height: 1;
    letter-spacing: -0.02em;
}

.stat-label {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--text3);
    margin-top: 8px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* ── CARDS ── */
.grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--rl);
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: border-color var(--tr), transform var(--tr), box-shadow var(--tr);
    cursor: pointer;
}

.bg-lavande .card {
    background: var(--white);
}

.bg-white .card {
    background: var(--lavande);
    border-color: transparent;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--violet), transparent);
    opacity: 0;
    transition: opacity var(--tr);
}

.card:hover {
    border-color: rgba(91, 79, 207, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(26, 24, 48, 0.08);
}

.card:hover::before {
    opacity: 1;
}

.card-icon {
    font-size: 28px;
    margin-bottom: 14px;
}

.card-title {
    font-family: var(--fh);
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.card-desc {
    font-size: 13px;
    color: var(--text2);
    line-height: 1.68;
}

/* ── LEAD MAGNET ── */
.lm-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.lm-title {
    font-family: var(--fh);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.lm-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    line-height: 1.78;
}

.lm-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--rl);
    padding: 32px;
}

.lm-card-title {
    font-family: var(--fh);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.lm-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
}

.lm-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.lm-feature::before {
    content: '✓';
    color: #4ade80;
    font-weight: 700;
    flex-shrink: 0;
}

.lm-form {
    display: flex;
    gap: 8px;
}

.lm-input {
    flex: 1;
    font-family: var(--fb);
    font-size: 14px;
    color: var(--text);
    background: #fff;
    border: none;
    border-radius: var(--r);
    padding: 12px 16px;
    outline: none;
}

.lm-input::placeholder {
    color: var(--text3);
}

.lm-btn {
    background: var(--ardoise);
    color: #fff;
    font-family: var(--fb);
    font-weight: 500;
    font-size: 13px;
    padding: 12px 20px;
    border: none;
    border-radius: var(--r);
    cursor: pointer;
    white-space: nowrap;
    transition: opacity var(--tr);
}

.lm-btn:hover {
    opacity: 0.85;
}

/* ── ARTICLES ── */
.art-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.art-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--rl);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: border-color var(--tr), transform var(--tr), box-shadow var(--tr);
    cursor: pointer;
}

.art-card:hover {
    border-color: rgba(91, 79, 207, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(26, 24, 48, 0.08);
}

.art-thumb {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.art-thumb.t1 {
    background: linear-gradient(135deg, #e8e4ff, #c4beff);
}

.art-thumb.t2 {
    background: linear-gradient(135deg, #e0f0ff, #b8d8ff);
}

.art-thumb.t3 {
    background: linear-gradient(135deg, #e0fff0, #b8f0d8);
}

.art-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
}

.art-tag {
    font-family: var(--fm);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
}

.tag-actu {
    background: var(--vl);
    color: var(--violet);
    border: 1px solid rgba(91, 79, 207, 0.2);
}

.tag-tuto {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid rgba(26, 122, 74, 0.2);
}

.tag-ress {
    background: var(--gold-bg);
    color: var(--gold);
    border: 1px solid rgba(160, 120, 48, 0.2);
}

.art-title {
    font-family: var(--fh);
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.35;
}

.art-exc {
    font-size: 13px;
    color: var(--text2);
    line-height: 1.6;
    flex: 1;
}

.art-meta {
    display: flex;
    gap: 12px;
    font-family: var(--fm);
    font-size: 10px;
    color: var(--text3);
    letter-spacing: 0.05em;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid var(--border);
}

/* ── POURQUOI I2C ── */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.why-card {
    background: var(--lavande);
    border-radius: var(--rl);
    padding: 32px;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: var(--violet);
}

.why-icon {
    font-size: 32px;
    margin-bottom: 16px;
}

.why-title {
    font-family: var(--fh);
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.why-desc {
    font-size: 13px;
    color: var(--text2);
    line-height: 1.68;
}

/* ── AFRIQUE DE L'OUEST ── */
.afo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.afo-map {
    background: var(--lavande);
    border-radius: var(--rl);
    padding: 40px;
    text-align: center;
}

.afo-countries {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.afo-country {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--r);
    padding: 14px 18px;
}

.afo-flag {
    font-size: 24px;
}

.afo-country-name {
    font-family: var(--fh);
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
}

.afo-country-rep {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--text3);
    letter-spacing: 0.06em;
}

.afo-targets {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.afo-target {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: var(--text2);
}

.afo-target::before {
    content: '→';
    color: var(--violet);
    font-weight: 700;
}

/* ── NEWSLETTER ── */
.nl-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nl-form {
    display: flex;
    gap: 10px;
    max-width: 480px;
    width: 100%;
    margin-top: 28px;
}

.nl-input {
    flex: 1;
    font-family: var(--fb);
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--r);
    padding: 12px 16px;
    outline: none;
    color: #fff;
}

.nl-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.nl-btn {
    background: #fff;
    color: var(--ardoise);
    font-family: var(--fb);
    font-weight: 600;
    font-size: 13px;
    padding: 12px 24px;
    border: none;
    border-radius: var(--r);
    cursor: pointer;
    white-space: nowrap;
    transition: opacity var(--tr);
}

.nl-btn:hover {
    opacity: 0.9;
}

.nl-legal {
    font-family: var(--fm);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 12px;
    letter-spacing: 0.05em;
}

/* ── PAGE HEADER ── */
.ph {
    background: var(--lavande);
    padding: 80px 48px;
}

.ph-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.ph h1 {
    font-family: var(--fh);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    color: var(--text);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.ph-sub {
    font-size: 17px;
    color: var(--text2);
    font-weight: 300;
    max-width: 560px;
    line-height: 1.78;
}

/* ── À PROPOS ── */
.about-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 64px;
    align-items: start;
}

.about-card {
    background: var(--lavande);
    border: 1px solid var(--border);
    border-radius: var(--rl);
    padding: 32px;
    text-align: center;
    position: sticky;
    top: 88px;
}

.av-avatar {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #7C6FE0, #3730A3);
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fh);
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.av-name {
    font-family: var(--fh);
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}

.av-role {
    font-size: 12px;
    color: var(--text2);
    margin-bottom: 16px;
    line-height: 1.5;
}

.av-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-bottom: 16px;
}

.av-tag {
    font-family: var(--fm);
    font-size: 9px;
    color: var(--violet);
    background: var(--vl);
    border: 1px solid rgba(91, 79, 207, 0.2);
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.08em;
}

.av-social {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.av-soc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: var(--text2);
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid var(--border2);
    border-radius: 6px;
    transition: all var(--tr);
}

.av-soc:hover {
    border-color: var(--violet);
    color: var(--violet);
}

.about-content h2 {
    font-family: var(--fh);
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    color: var(--text);
    line-height: 1.1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.about-subtitle {
    font-family: var(--fm);
    font-size: 11px;
    color: var(--text3);
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.about-content p {
    font-size: 15px;
    color: var(--text2);
    line-height: 1.78;
    margin-bottom: 16px;
}

.quote-block {
    border-left: 3px solid var(--violet);
    padding: 16px 20px;
    background: var(--vl);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--text2);
    font-size: 15px;
    margin: 24px 0;
    line-height: 1.7;
}

.tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.tag {
    font-family: var(--fm);
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid var(--border2);
    color: var(--text2);
    background: var(--white);
}

.tag.hl {
    background: var(--vl);
    color: var(--violet);
    border-color: rgba(91, 79, 207, 0.2);
}

/* ── VALEURS ── */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.value-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--rl);
    padding: 28px;
    transition: transform var(--tr), box-shadow var(--tr);
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--violet), transparent);
    opacity: 0;
    transition: opacity var(--tr);
}

.value-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(26, 24, 48, 0.08);
}

.value-card:hover::before {
    opacity: 1;
}

.value-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.value-title {
    font-family: var(--fh);
    font-size: 17px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.value-desc {
    font-size: 13px;
    color: var(--text2);
    line-height: 1.68;
}

/* ── OFFRES ── */
.offer-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.otab {
    font-family: var(--fb);
    font-size: 13px;
    padding: 10px 20px;
    cursor: pointer;
    color: var(--text2);
    border-bottom: 2px solid transparent;
    transition: all var(--tr);
    font-weight: 400;
    margin-bottom: -1px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

.otab:hover {
    color: var(--text);
}

.otab.on {
    color: var(--violet);
    border-bottom-color: var(--violet);
    font-weight: 500;
}

.offer-panel {
    display: none;
}

.offer-panel.on {
    display: block;
}

.offer-panel-desc {
    font-size: 14px;
    color: var(--text2);
    margin-bottom: 28px;
    max-width: 600px;
}

.offer-card {
    background: var(--lavande);
    border: 1px solid transparent;
    border-radius: var(--rl);
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color var(--tr), transform var(--tr), box-shadow var(--tr);
    position: relative;
    overflow: hidden;
}

.offer-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--violet), transparent);
    opacity: 0;
    transition: opacity var(--tr);
}

.offer-card:hover {
    border-color: rgba(91, 79, 207, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(26, 24, 48, 0.08);
}

.offer-card:hover::before {
    opacity: 1;
}

.offer-card.feat {
    border-color: rgba(91, 79, 207, 0.3);
    background: linear-gradient(140deg, #fff 0%, rgba(91, 79, 207, 0.04) 100%);
}

.offer-badge {
    display: inline-block;
    font-family: var(--fm);
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px;
    width: fit-content;
}

.b-green {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid rgba(26, 122, 74, 0.2);
}

.b-gold {
    background: var(--gold-bg);
    color: var(--gold);
    border: 1px solid rgba(160, 120, 48, 0.2);
}

.b-violet {
    background: var(--vl);
    color: var(--violet);
    border: 1px solid rgba(91, 79, 207, 0.2);
}

.b-grey {
    background: rgba(0, 0, 0, 0.04);
    color: var(--text2);
    border: 1px solid var(--border2);
}

.b-soon {
    background: rgba(160, 120, 48, 0.08);
    color: #a07830;
    border: 1px solid rgba(160, 120, 48, 0.2);
}

.offer-icon {
    font-size: 28px;
}

.offer-title {
    font-family: var(--fh);
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.25;
}

.offer-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.offer-meta span {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--text3);
    letter-spacing: 0.05em;
}

.offer-desc {
    font-size: 13px;
    color: var(--text2);
    line-height: 1.68;
}

.offer-price {
    font-family: var(--fh);
    font-size: 13px;
    font-weight: 600;
    color: var(--violet);
}

.offer-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.offer-items li {
    font-size: 12px;
    color: var(--text2);
    padding-left: 16px;
    position: relative;
}

.offer-items li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--violet);
    font-size: 11px;
}

.offer-coming {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--text3);
    letter-spacing: 0.05em;
}

.cta-v {
    display: inline-block;
    background: var(--violet);
    color: #fff !important;
    font-family: var(--fb);
    font-weight: 500;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: var(--r);
    text-decoration: none !important;
    letter-spacing: 0.02em;
    transition: opacity var(--tr);
    margin-top: auto;
    text-align: center;
    cursor: pointer;
    border: none;
    width: 100%;
}

.cta-v:hover {
    opacity: 0.84;
}

.cta-o {
    display: inline-block;
    background: transparent;
    color: var(--text3) !important;
    font-family: var(--fb);
    font-weight: 400;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: var(--r);
    border: 1px solid var(--border2);
    text-decoration: none !important;
    letter-spacing: 0.02em;
    margin-top: auto;
    text-align: center;
    opacity: 0.6;
    pointer-events: none;
    width: 100%;
}

.level-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.lfilt {
    font-family: var(--fb);
    font-size: 12px;
    padding: 6px 14px;
    border: 1px solid var(--border2);
    border-radius: 6px;
    cursor: pointer;
    color: var(--text2);
    background: var(--white);
    transition: all var(--tr);
}

.lfilt:hover {
    border-color: var(--violet2);
    color: var(--violet);
}

.lfilt.on {
    background: var(--violet);
    color: #fff;
    border-color: var(--violet);
}

/* ── FAQ ── */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 800px;
}

.faq-item {
    border-bottom: 1px solid var(--border2);
}

.faq-q {
    font-family: var(--fh);
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
    padding: 18px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.faq-q::after {
    content: '+';
    font-size: 20px;
    color: var(--violet);
    flex-shrink: 0;
    transition: transform var(--tr);
}

.faq-item.open .faq-q::after {
    transform: rotate(45deg);
}

.faq-a {
    font-size: 14px;
    color: var(--text2);
    line-height: 1.72;
    padding-bottom: 18px;
    display: none;
}

.faq-item.open .faq-a {
    display: block;
}

/* ── CONTACT ── */
.ct-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start;
}

.ct-info h2 {
    font-family: var(--fh);
    font-size: 26px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
    margin-bottom: 16px;
}

.ct-info p {
    font-size: 15px;
    color: var(--text2);
    line-height: 1.78;
    margin-bottom: 32px;
}

.ct-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ct-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: var(--rl);
    text-decoration: none !important;
    color: var(--text) !important;
    transition: all var(--tr);
}

.ct-link:hover {
    border-color: rgba(91, 79, 207, 0.3);
    background: var(--vl);
    transform: translateX(4px);
}

.ct-link-icon {
    font-size: 20px;
    flex-shrink: 0;
}

.ct-link-label {
    font-family: var(--fh);
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.ct-link-sub {
    font-size: 12px;
    color: var(--text3);
    font-family: var(--fm);
    letter-spacing: 0.04em;
}

.ct-calendly {
    background: var(--vl);
    border: 1px solid rgba(91, 79, 207, 0.2);
    border-radius: var(--rl);
    padding: 20px;
    margin-top: 24px;
    text-align: center;
}

.ct-calendly p {
    font-size: 13px;
    color: var(--text2);
    margin-bottom: 12px;
}

.ct-form {
    background: var(--lavande);
    border-radius: var(--rl);
    padding: 40px;
}

.f-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.f-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}

.f-label {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--text2);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.f-input {
    font-family: var(--fb);
    font-size: 14px;
    color: var(--text);
    background: #fff;
    border: 1px solid var(--border2);
    border-radius: var(--r);
    padding: 10px 14px;
    outline: none;
    transition: border-color var(--tr);
    width: 100%;
}

.f-input:focus {
    border-color: var(--violet);
}

.f-input::placeholder {
    color: var(--text3);
}

textarea.f-input {
    resize: vertical;
    min-height: 120px;
}

.f-submit {
    width: 100%;
    background: var(--violet);
    color: #fff;
    font-family: var(--fb);
    font-weight: 500;
    font-size: 14px;
    padding: 14px 24px;
    border: none;
    border-radius: var(--r);
    cursor: pointer;
    transition: opacity var(--tr);
    margin-top: 8px;
}

.f-submit:hover {
    opacity: 0.84;
}

.f-rgpd {
    font-size: 11px;
    color: var(--text3);
    margin-top: 12px;
    line-height: 1.6;
}

.f-rgpd a {
    color: var(--violet);
    text-decoration: none;
}

/* ── WEBINAIRE ── */
.web-hero {
    background: linear-gradient(135deg, var(--ardoise) 0%, #2d2850 100%);
    padding: 80px 48px;
}

.web-hero-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
    align-items: center;
}

.web-badge {
    font-family: var(--fm);
    font-size: 10px;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.2);
    padding: 6px 14px;
    border-radius: 6px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.web-h1 {
    font-family: var(--fh);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.web-h1 em {
    font-style: normal;
    color: #a78bfa;
}

.web-sub {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 300;
    line-height: 1.78;
    margin-bottom: 32px;
    max-width: 480px;
}

.web-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.web-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.web-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--rl);
    padding: 32px;
}

.web-card-title {
    font-family: var(--fh);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.web-form-label {
    font-family: var(--fm);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}

.web-form-input {
    width: 100%;
    font-family: var(--fb);
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--r);
    padding: 12px 16px;
    outline: none;
    margin-bottom: 12px;
}

.web-form-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.web-form-btn {
    width: 100%;
    background: var(--violet);
    color: #fff;
    font-family: var(--fb);
    font-weight: 600;
    font-size: 14px;
    padding: 14px;
    border: none;
    border-radius: var(--r);
    cursor: pointer;
    transition: opacity var(--tr);
}

.web-form-btn:hover {
    opacity: 0.85;
}

.web-spots {
    font-family: var(--fm);
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    margin-top: 12px;
    letter-spacing: 0.06em;
}

.web-program {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 48px;
}

.web-program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 44px;
}

.web-prog-card {
    background: var(--lavande);
    border-radius: var(--rl);
    padding: 28px;
}

.web-prog-num {
    font-family: var(--fm);
    font-size: 11px;
    color: var(--violet);
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.web-prog-title {
    font-family: var(--fh);
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.web-prog-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.web-prog-items li {
    font-size: 13px;
    color: var(--text2);
    padding-left: 16px;
    position: relative;
}

.web-prog-items li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--violet);
    font-size: 11px;
}

/* ── GLOSSAIRE ── */
.gl-search-wrap {
    position: relative;
    max-width: 480px;
    margin-bottom: 40px;
}

.gl-search {
    width: 100%;
    font-family: var(--fb);
    font-size: 14px;
    color: var(--text);
    background: #fff;
    border: 1px solid var(--border2);
    border-radius: var(--r);
    padding: 12px 16px 12px 42px;
    outline: none;
    transition: border-color var(--tr);
}

.gl-search:focus {
    border-color: var(--violet);
}

.gl-search::placeholder {
    color: var(--text3);
}

.gl-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
}

.gl-filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.gl-filt {
    font-family: var(--fb);
    font-size: 12px;
    padding: 6px 14px;
    border: 1px solid var(--border2);
    border-radius: 6px;
    cursor: pointer;
    color: var(--text2);
    background: var(--white);
    transition: all var(--tr);
}

.gl-filt:hover {
    border-color: var(--violet2);
    color: var(--violet);
}

.gl-filt.on {
    background: var(--violet);
    color: #fff;
    border-color: var(--violet);
}

.gl-alpha-nav {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.gl-alpha-btn {
    font-family: var(--fm);
    font-size: 11px;
    font-weight: 500;
    color: var(--text3);
    padding: 4px 8px;
    border-radius: 4px;
    cursor: pointer;
    transition: all var(--tr);
    border: 1px solid transparent;
    background: none;
}

.gl-alpha-btn:hover {
    color: var(--violet);
    border-color: rgba(91, 79, 207, 0.2);
    background: var(--vl);
}

.gl-alpha-btn.disabled {
    opacity: 0.3;
    cursor: default;
}

.gl-letter-section {
    margin-bottom: 48px;
}

.gl-letter {
    font-family: var(--fh);
    font-size: 48px;
    font-weight: 800;
    color: var(--violet);
    opacity: 0.15;
    margin-bottom: 16px;
    line-height: 1;
}

.gl-terms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.gl-term {
    background: var(--lavande);
    border: 1px solid transparent;
    border-radius: var(--rl);
    padding: 24px;
    transition: border-color var(--tr), transform var(--tr);
    position: relative;
    overflow: hidden;
}

.gl-term::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--violet), transparent);
    opacity: 0;
    transition: opacity var(--tr);
}

.gl-term:hover {
    border-color: rgba(91, 79, 207, 0.2);
    transform: translateY(-1px);
}

.gl-term:hover::before {
    opacity: 1;
}

.gl-term-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.gl-term-name {
    font-family: var(--fh);
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
}

.gl-term-abbr {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--violet);
    background: var(--vl);
    border: 1px solid rgba(91, 79, 207, 0.2);
    padding: 2px 8px;
    border-radius: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.gl-term-badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gl-badge {
    font-family: var(--fm);
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 2px 7px;
    border-radius: 3px;
}

.badge-regl {
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid rgba(26, 122, 74, 0.2);
}

.badge-risk {
    background: rgba(184, 48, 48, 0.08);
    color: #b83030;
    border: 1px solid rgba(184, 48, 48, 0.2);
}

.badge-norme {
    background: var(--vl);
    color: var(--violet);
    border: 1px solid rgba(91, 79, 207, 0.2);
}

.badge-iam {
    background: var(--gold-bg);
    color: var(--gold);
    border: 1px solid rgba(160, 120, 48, 0.2);
}

.badge-grc {
    background: rgba(0, 0, 0, 0.05);
    color: var(--text2);
    border: 1px solid var(--border2);
}

.gl-term-def {
    font-size: 13.5px;
    color: var(--text2);
    line-height: 1.72;
    margin-bottom: 12px;
}

.gl-term-link {
    font-family: var(--fm);
    font-size: 10px;
    color: var(--violet);
    text-decoration: none;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ── MENTIONS LÉGALES ── */
.legal-inner {
    max-width: 800px;
    margin: 0 auto;
}

.legal-section {
    margin-bottom: 48px;
}

.legal-h2 {
    font-family: var(--fh);
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}

.legal-p {
    font-size: 15px;
    color: var(--text2);
    line-height: 1.78;
    margin-bottom: 12px;
}

.legal-p a {
    color: var(--violet);
    text-decoration: none;
}

.legal-box {
    background: var(--vl);
    border: 1px solid rgba(91, 79, 207, 0.15);
    border-radius: var(--rl);
    padding: 20px 24px;
    margin: 16px 0;
}

.legal-box p {
    font-size: 14px;
    color: var(--text2);
    margin-bottom: 8px;
}

.legal-box p:last-child {
    margin-bottom: 0;
}

.legal-strong {
    font-weight: 600;
    color: var(--text);
}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
    .hero {
        grid-template-columns: 1fr;
        padding: 64px 48px;
    }

    .hero-visual {
        display: none;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-card {
        position: static;
    }

    .web-hero-inner {
        grid-template-columns: 1fr;
    }

    .afo-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:768px) {

    .grid4,
    .grid3,
    .why-grid,
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .art-grid {
        grid-template-columns: 1fr;
    }

    .ct-grid {
        grid-template-columns: 1fr;
    }

    .lm-wrap {
        grid-template-columns: 1fr;
    }

    .gl-terms-grid {
        grid-template-columns: 1fr;
    }

    .web-program-grid {
        grid-template-columns: 1fr;
    }

    .f-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:600px) {

    .section-inner,
    .ph,
    .web-hero,
    .web-program,
    .refs-band {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero {
        padding: 48px 20px;
    }

    .grid4,
    .grid3,
    .why-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

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

/* Logo padding */
.site-header .main-header-bar-wrap,
.ast-primary-header-bar .ast-container {
    padding-left: 100px !important;
}

@media(max-width:1024px) {

    .site-header .main-header-bar-wrap,
    .ast-primary-header-bar .ast-container {
        padding-left: 48px !important;
    }
}

@media(max-width:600px) {

    .site-header .main-header-bar-wrap,
    .ast-primary-header-bar .ast-container {
        padding-left: 20px !important;
    }
}

/* Tabs offres — hover sans jaune */
.otab:hover {
    color: #5B4FCF !important;
    background: rgba(91, 79, 207, 0.05) !important;
}

.otab.on {
    color: #5B4FCF !important;
    border-bottom-color: #5B4FCF !important;
}

/* Tabs — supprimer jaune partout */
.otab:focus,
.otab:active,
.otab:focus-visible {
    color: #5B4FCF !important;
    background: rgba(91, 79, 207, 0.05) !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #5B4FCF !important;
}

button.otab {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
}

button.otab:hover,
button.otab:focus,
button.otab:active {
    color: #5B4FCF !important;
    background: rgba(91, 79, 207, 0.05) !important;
    border-color: transparent transparent #5B4FCF transparent !important;
    outline: none !important;
}

/* Webinaire — titres en blanc */
.web-h1,
.web-h1 em {
    color: #fff !important;
}

.web-h1 em {
    color: #a78bfa !important;
}

/* Navbar — hover liens */
.main-header-menu .menu-item>a:hover {
    color: #18171c !important;
    background: rgba(91, 79, 207, 0.08) !important;
    border-radius: 6px !important;
}

/* Navbar — padding droit */
.main-header-bar .ast-container {
    padding-right: 48px !important;
}

/* Dropdown — container */
.main-header-menu .sub-menu {
    border: 1px solid #e8e7f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 48px rgba(26, 24, 48, 0.1) !important;
    padding: 8px !important;
    min-width: 240px !important;
}

/* Dropdown — items */
.main-header-menu .sub-menu .menu-item>a {
    border-radius: 8px !important;
    padding: 10px 12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #18171c !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* Dropdown — hover items */
.main-header-menu .sub-menu .menu-item>a:hover {
    background: rgba(91, 79, 207, 0.08) !important;
    color: #18171c !important;
}

/* Dropdown — afficher la description */
.main-header-menu .sub-menu .menu-item>a .ast-menu-toggle,
.main-header-menu .sub-menu .menu-item>a {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.main-header-menu .sub-menu .menu-item>a .nav-desc {
    font-size: 11px !important;
    color: #6b7280 !important;
    font-weight: 400 !important;
    margin-top: 2px !important;
    font-family: 'Inter', sans-serif !important;
}

/* Navbar — lien actif */
.main-header-menu .current-menu-item>a,
.main-header-menu .current-menu-ancestor>a {
    color: #5B4FCF !important;
    font-weight: 500 !important;
}

/* Mobile — drawer scrollable */
.ast-mobile-popup-inner,
.ast-offcanvas-menu,
#ast-hf-mobile-menu {
    overflow-y: auto !important;
    max-height: 100vh !important;
}

/* Mobile — sous-menu scrollable */
.ast-mobile-popup-inner .sub-menu {
    overflow-y: auto !important;
}

/* Mobile — corriger layout items dropdown */
.ast-mobile-popup-inner .sub-menu .menu-item>a {
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.ast-mobile-popup-inner .sub-menu .menu-item>a .nav-desc {
    width: 100% !important;
    margin-top: 2px !important;
}

@media(max-width:600px) {
    .art-grid-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media(max-width:600px) {
    .art-grid-3 {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .art-card {
        width: 100% !important;
    }
}

/* ===== FOOTER I2C LABORATORIES ===== */
.i2c-footer {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #1a1830;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.i2c-footer * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
}

.footer-inner {
    width: 100%;
    max-width: 100%;
    padding: 64px 160px 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
    align-items: start;
}

.footer-brand-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-brand-logo img {
    height: 36px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

.footer-brand-name {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.fn-main {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: -0.01em;
    display: block;
}

.fn-sub {
    font-family: 'JetBrains Mono', monospace;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
}

.footer-tagline {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    max-width: 260px;
    margin-bottom: 14px;
    text-align: left;
}

.footer-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.footer-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    display: block;
    flex-shrink: 0;
}

.footer-social {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.soc-btn {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.18s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.soc-btn:hover {
    border-color: rgba(91, 79, 207, 0.5);
    background: rgba(91, 79, 207, 0.15);
}

.footer-col h4 {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 16px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: left;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.18s ease;
    text-align: left;
    display: block;
}

.footer-col ul li a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0;
    width: 100%;
}

.footer-bottom {
    width: 100%;
    padding: 20px 160px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom p,
.footer-bottom a {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    letter-spacing: 0.04em;
}

.footer-bottom a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.footer-legal-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .footer-inner {
        padding: 48px 48px 32px;
    }

    .footer-bottom {
        padding: 20px 48px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .footer-inner {
        padding: 40px 20px 28px;
    }

    .footer-bottom {
        padding: 16px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-tagline {
        max-width: 100%;
    }
}

/* Footer pleine largeur — override Astra */
.i2c-footer {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ===== FOOTER I2C — PLEINE LARGEUR ===== */

/* Neutralise le conteneur Astra autour du footer */
.i2c-footer {
    display: block;
}

/* Le bloc HTML Gutenberg qui contient le footer */
.wp-block-html:has(.i2c-footer),
.entry-content .wp-block-html:has(.i2c-footer) {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: 100vw !important;
    padding: 0 !important;
}

.i2c-footer {
    width: 100% !important;
    background: #1a1830;
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow: hidden;
}

/* Neutralise padding Astra sur le conteneur footer */
#ast-footer-above .ast-footer-above,
#ast-footer-above .ast-container,
#ast-footer-above .ast-row,
.ast-above-footer-bar .ast-container,
.ast-above-footer .ast-container,
.ast-footer-row-1 .ast-container,
.ast-footer-row-2 .ast-container,
.ast-footer-row-3 .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}