#resultBox { background: #0d1520 !important; min-height: 50px; }
/* INTOLERIS Scanner v10.2 */

/* ── RESET OVERFLOW MOBILE GLOBAL ── */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}
* {
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* Éléments spécifiques qui causent le scroll horizontal */
.ih-wrap, .ih-hero, .intoleris-app,
.ih-tabs, .ih-panel-inner,
.ia-result-card, .ia-result-card-wrap {
    max-width: 100% !important;
    overflow-x: hidden !important;
    word-break: break-word !important;
}
.ih-h1 {
    word-break: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}
/* Boutons de partage — éviter overflow */
.ia-card-actions {
    flex-wrap: wrap !important;
}
.ia-btn-share {
    white-space: normal !important;
    word-break: normal !important;
}
/* Résultats */
.res, .ih-sighi-row, .rr-val {
    word-break: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}


* { box-sizing: border-box; margin: 0; padding: 0; }

.intoleris-app {
    max-width: 1400px;
    margin: 40px auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(135deg, #1a1f3a 0%, #2d3561 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: fadeIn 0.5s ease-out;
}

.intoleris-app h2 {
    text-align: center;
    color: #ffffff !important;
    font-size: 2.8rem;
    margin-bottom: 40px;
    text-shadow: 0 0 20px rgba(78,205,196,0.6), 0 0 40px rgba(78,205,196,0.4);
    font-weight: 800;
    letter-spacing: 1px;
}

/* ── Grille ── */
.intoleris-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.intoleris-block {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(78,205,196,0.3);
    border-radius: 15px;
    padding: 25px;
    transition: all 0.3s ease;
    animation: fadeIn 0.6s ease-out backwards;
}
.intoleris-block:nth-child(1) { animation-delay: 0.1s; }
.intoleris-block:nth-child(2) { animation-delay: 0.2s; }
.intoleris-block:nth-child(3) { animation-delay: 0.3s; }
.intoleris-block:nth-child(4) { animation-delay: 0.4s; }

.intoleris-block:hover {
    transform: translateY(-5px);
    border-color: #4ECDC4;
    box-shadow: 0 10px 30px rgba(78,205,196,0.2);
}

/* ── Titres blocs ── */
.intoleris-block h3,
.intoleris-app .intoleris-block h3 {
    color: #ffffff !important;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* ── Inputs, Textarea ── */
.intoleris-app video,
.intoleris-app textarea,
.intoleris-app input[type="text"],
.intoleris-app input[type="text"]:not([type]),
video, textarea, input[type="text"] {
    width: 100% !important;
    border: 2px solid rgba(78,205,196,0.4) !important;
    border-radius: 10px !important;
    padding: 15px !important;
    font-size: 1.1rem !important;
    background: rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    font-family: inherit !important;
    transition: all 0.3s ease;
    font-weight: 500 !important;
}

video { max-height: 250px; object-fit: cover; background: #000; }
textarea { min-height: 120px; resize: vertical; }

.intoleris-app textarea:focus,
.intoleris-app input[type="text"]:focus,
textarea:focus, input[type="text"]:focus {
    outline: none !important;
    border-color: #4ECDC4 !important;
    box-shadow: 0 0 0 3px rgba(78,205,196,0.15) !important;
    background: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
}

.intoleris-app textarea::placeholder,
.intoleris-app input::placeholder,
textarea::placeholder, input::placeholder {
    color: rgba(255,255,255,0.55) !important;
    font-style: italic;
}

/* ── Boutons ── */
.intoleris-app button,
button {
    width: 100%;
    padding: 15px 25px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1f3a !important;
    background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(78,205,196,0.3);
}

.intoleris-app button:hover, button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(78,205,196,0.4);
    background: linear-gradient(135deg, #5EDDD4 0%, #54B09D 100%);
}

button:active { transform: translateY(0); }

/* ── Historique ── */
#historyBox {
    background: rgba(0,0,0,0.3);
    border: 2px solid rgba(78,205,196,0.2);
    border-radius: 10px;
    padding: 20px;
    min-height: 120px;
    max-height: 300px;
    overflow-y: auto;
    color: #fff;
    margin-bottom: 15px;
}

#historyBox ul { list-style: none; padding: 0; }
#historyBox li {
    padding: 10px;
    margin-bottom: 8px;
    background: rgba(78,205,196,0.1);
    border-left: 3px solid #4ECDC4;
    border-radius: 5px;
    color: #e0e0e0 !important;
}
#historyBox li:hover { background: rgba(78,205,196,0.2); }

/* ── Résultats ── */
#resultBox {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(78,205,196,0.3);
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    color: #fff !important;
    min-height: 100px;
}

.sighi-box {
    background: linear-gradient(135deg, rgba(78,205,196,0.15) 0%, rgba(68,160,141,0.15) 100%);
    border: 2px solid #4ECDC4;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.sighi-box h3 {
    color: #4ECDC4 !important;
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.res {
    background: rgba(0,0,0,0.3);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #e0e0e0 !important;
}

.res b { color: #4ECDC4; font-weight: 600; }
.good  { color: #4ade80 !important; font-weight: 600; }
.bad   { background: rgba(239,68,68,0.3); color: #fca5a5 !important; padding: 3px 8px; border-radius: 5px; font-weight: 600; border: 1px solid rgba(239,68,68,0.5); }
.warn  { color: #fbbf24 !important; font-weight: 600; }

.other-box {
    background: rgba(100,116,139,0.15);
    border: 2px solid #64748b;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
}

.other-box h4 {
    color: #94a3b8 !important;
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.other-box .res { background: rgba(0,0,0,0.2); }

/* ── Scrollbar ── */
#historyBox::-webkit-scrollbar { width: 8px; }
#historyBox::-webkit-scrollbar-track { background: rgba(0,0,0,0.2); border-radius: 4px; }
#historyBox::-webkit-scrollbar-thumb { background: #4ECDC4; border-radius: 4px; }
#historyBox::-webkit-scrollbar-thumb:hover { background: #5EDDD4; }

/* ── Responsive ── */
@media (max-width: 768px) {
    .intoleris-app { padding: 20px 15px; }
    .intoleris-app h2 { font-size: 2rem !important; }
    .intoleris-grid { grid-template-columns: 1fr; gap: 20px; }
    .intoleris-block h3 { font-size: 1.2rem !important; }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Barre de langue ── */
.intoleris-lang-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.lang-btn {
    width: auto !important;
    padding: 8px 18px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    background: rgba(255,255,255,0.08) !important;
    color: rgba(255,255,255,0.65) !important;
    border: 2px solid rgba(78,205,196,0.25) !important;
    border-radius: 25px !important;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: none !important;
}

.lang-btn:hover {
    background: rgba(78,205,196,0.18) !important;
    color: #fff !important;
    border-color: #4ECDC4 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(78,205,196,0.2) !important;
}

.lang-btn.active {
    background: linear-gradient(135deg, #4ECDC4 0%, #44A08D 100%) !important;
    color: #1a1f3a !important;
    border-color: #4ECDC4 !important;
    box-shadow: 0 4px 14px rgba(78,205,196,0.4) !important;
}

.product-meta {
    margin-bottom: 10px;
    color: #e0e0e0;
}

.product-image {
    max-width: 120px;
    max-height: 120px;
    border-radius: 8px;
    margin-bottom: 10px;
    display: block;
}


/* ═══════════════════════════════════════════════════════
   INTOLERIS HOME — [intoleris_home]
   Design : dark navy · accents teal · typographie propre
   ═══════════════════════════════════════════════════════ */

/* ── Reset & racine ── */
.ih-wrap {
    --teal:      #4ECDC4;
    --teal-dim:  rgba(78,205,196,0.18);
    --teal-glow: rgba(78,205,196,0.35);
    --navy:      #0c1228;
    --navy2:     #141d3a;
    --navy3:     #1c2a4e;
    --text:      #e8edf5;
    --text-dim:  rgba(232,237,245,0.55);
    --warn:      #fbbf24;
    --ok:        #4ade80;
    --red:       #f87171;
    --radius:    14px;
    --shadow:    0 20px 60px rgba(0,0,0,0.45);

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px;
    font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
    color: var(--text);
    background: linear-gradient(160deg, var(--navy) 0%, var(--navy2) 40%, #111d38 100%);
    border-radius: 24px;
    box-shadow: var(--shadow), inset 0 1px 0 rgba(78,205,196,0.1);
    position: relative;
    overflow: hidden;
}

.ih-wrap::before {
    content: '';
    position: absolute;
    top: -100px; right: -100px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(78,205,196,0.07) 0%, transparent 65%);
    pointer-events: none; z-index: 0;
}

.ih-wrap > * { position: relative; z-index: 1; }

/* ── Langue ── */
.ih-lang-bar {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 16px 0 0;
    flex-wrap: wrap;
    max-width: 100%;
    overflow: hidden;
}

.ih-lang-btn {
    padding: 6px 15px !important;
    font-size: 0.83rem !important;
    font-weight: 700 !important;
    background: rgba(255,255,255,0.05) !important;
    color: rgba(255,255,255,0.45) !important;
    border: 1.5px solid rgba(78,205,196,0.18) !important;
    border-radius: 20px !important;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: none !important;
    width: auto !important;
}

.ih-lang-btn:hover {
    background: var(--teal-dim) !important;
    color: #fff !important;
    border-color: rgba(78,205,196,0.5) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 3px 10px rgba(78,205,196,0.12) !important;
}

.ih-lang-btn.active {
    background: linear-gradient(135deg, var(--teal), #2db8ae) !important;
    color: var(--navy) !important;
    border-color: var(--teal) !important;
    box-shadow: 0 4px 14px var(--teal-glow) !important;
}

/* ── Hero ── */
.ih-hero {
    text-align: center;
    padding: 55px 20px 50px;
    position: relative;
}

.ih-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 40%, rgba(78,205,196,0.09) 0%, transparent 70%);
    pointer-events: none;
}

.ih-hero-badge {
    display: inline-block;
    background: rgba(78,205,196,0.12);
    border: 1px solid rgba(78,205,196,0.35);
    color: var(--teal);
    font-size: 0.82rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    animation: fadeIn 0.6s ease;
}

.ih-h1 {
    font-size: clamp(1.6rem, 5vw, 4.2rem) !important;
    font-weight: 900 !important;
    color: #fff !important;
    letter-spacing: 2px;
    margin-bottom: 20px !important;
    line-height: 1.1;
    animation: fadeIn 0.7s ease 0.1s both;
}

.ih-h1-accent {
    color: var(--teal);
    text-shadow: 0 0 30px rgba(78,205,196,0.5);
}

.ih-hero-sub {
    font-size: 1.25rem;
    color: var(--text);
    max-width: 680px;
    margin: 0 auto 18px;
    font-weight: 500;
    line-height: 1.6;
    animation: fadeIn 0.7s ease 0.15s both;
}

.ih-hero-intro {
    font-size: 1rem;
    color: var(--text-dim);
    max-width: 640px;
    margin: 0 auto 28px;
    line-height: 1.7;
    animation: fadeIn 0.7s ease 0.2s both;
}

.ih-hero-claim {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--teal);
    margin-bottom: 28px;
    letter-spacing: 0.3px;
    animation: fadeIn 0.7s ease 0.25s both;
}

.ih-hero-chips {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    animation: fadeIn 0.7s ease 0.3s both;
}

.ih-chip {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.7);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

/* ── Sections ── */
.ih-section {
    padding: 50px 0 20px;
}

.ih-section-title {
    font-size: 1.9rem !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.3px;
}

.ih-section-title::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: var(--teal);
    border-radius: 2px;
    margin-top: 10px;
}

.ih-section-intro {
    color: var(--text-dim);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 700px;
    margin-bottom: 30px;
}

/* ── Steps ── */
.ih-how { }

.ih-steps {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.ih-step {
    flex: 1;
    min-width: 200px;
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(78,205,196,0.2);
    border-radius: var(--radius);
    padding: 25px 22px;
    position: relative;
    transition: transform 0.25s, border-color 0.25s;
}

.ih-step:hover { transform: translateY(-4px); border-color: rgba(78,205,196,0.5); }

.ih-step-num {
    position: absolute;
    top: -14px; left: 22px;
    background: var(--teal);
    color: var(--navy);
    font-size: 0.85rem;
    font-weight: 900;
    width: 28px; height: 28px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}

.ih-step-icon {
    font-size: 2rem;
    margin-bottom: 12px;
    margin-top: 6px;
}

.ih-step p {
    color: rgba(255,255,255,0.75);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.ih-step-arrow {
    font-size: 1.6rem;
    color: rgba(78,205,196,0.4);
    align-self: center;
    flex-shrink: 0;
    padding-top: 20px;
}

/* ── Tabs ── */
.ih-scanner-section { padding-top: 50px; }

.ih-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 20px;
    padding: 4px 0;
}

/* ── Label "Choisissez une méthode" au-dessus des onglets ── */
.ih-tabs-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(78,205,196,0.7);
    margin-bottom: 10px;
}

.ih-tab {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 10px 16px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    background: rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.75) !important;
    border: 1.5px solid rgba(255,255,255,0.12) !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.18s ease;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    width: auto !important;
    white-space: nowrap;
}

.ih-tab:hover {
    color: #fff !important;
    background: rgba(78,205,196,0.12) !important;
    border-color: rgba(78,205,196,0.4) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(78,205,196,0.1) !important;
}

.ih-tab.active {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(13,148,136,0.35), rgba(8,145,178,0.25)) !important;
    border-color: rgba(78,205,196,0.7) !important;
    box-shadow: 0 0 0 3px rgba(78,205,196,0.12), 0 4px 16px rgba(78,205,196,0.15) !important;
    transform: translateY(-1px) !important;
}

/* Indicateur "▼ choisissez" animé sous les onglets inactifs */
.ih-tab.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px; height: 6px;
    background: var(--teal);
    border-radius: 50%;
}
.ih-tab { position: relative; }

.ih-panels {}
.ih-panel { display: none; animation: fadeIn 0.3s ease; }
.ih-panel.active { display: block; }

.ih-panel-inner {
    background: rgba(255,255,255,0.035);
    border: 1.5px solid rgba(78,205,196,0.15);
    border-top: none;
    border-radius: 0 0 var(--radius) var(--radius);
    padding: 32px;
}

.ih-panel-head {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.ih-panel-head > div:first-child { flex: 1; min-width: 200px; }

.ih-panel-title {
    color: #fff !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
}

.ih-panel-desc {
    color: var(--text-dim);
    font-size: 0.97rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* Exemple résultat */
.ih-panel-example {
    background: rgba(78,205,196,0.07);
    border: 1.5px solid rgba(78,205,196,0.25);
    border-radius: 10px;
    padding: 14px 18px;
    flex-shrink: 0;
    min-width: 180px;
}

.ih-example-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--teal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.ih-example-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ih-ex-warn {
    background: rgba(251,191,36,0.15);
    color: var(--warn);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    border-left: 3px solid var(--warn);
}

.ih-ex-ok {
    background: rgba(74,222,128,0.12);
    color: var(--ok);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    border-left: 3px solid var(--ok);
}

/* ── Inputs dans home ── */
.ih-wrap textarea,
.ih-wrap input[type="text"] {
    width: 100% !important;
    background: rgba(255,255,255,0.07) !important;
    border: 1.5px solid rgba(78,205,196,0.22) !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-size: 1rem !important;
    padding: 14px 18px !important;
    margin-bottom: 14px !important;
    font-family: inherit !important;
    transition: all 0.2s;
    display: block;
}

.ih-wrap textarea { min-height: 110px; resize: vertical; }

.ih-wrap textarea:focus,
.ih-wrap input[type="text"]:focus {
    border-color: var(--teal) !important;
    background: rgba(255,255,255,0.1) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(78,205,196,0.1) !important;
}

.ih-wrap textarea::placeholder,
.ih-wrap input[type="text"]::placeholder { color: rgba(255,255,255,0.38) !important; font-style: italic; }

/* ── Boutons home ── */
.ih-btn-primary {
    width: 100% !important;
    padding: 16px 24px !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, var(--teal) 0%, #2db5ab 100%) !important;
    color: var(--navy) !important;
    border: none !important;
    border-radius: 12px !important;
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: 0 5px 22px var(--teal-glow) !important;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.ih-btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(78,205,196,0.45) !important;
    filter: brightness(1.06);
}

.ih-btn-secondary {
    width: 100% !important;
    padding: 12px 24px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    background: rgba(255,255,255,0.05) !important;
    color: rgba(255,255,255,0.55) !important;
    border: 1.5px solid rgba(255,255,255,0.12) !important;
    border-radius: 10px !important;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: none !important;
}

.ih-btn-secondary:hover {
    background: rgba(248,113,113,0.1) !important;
    border-color: rgba(248,113,113,0.3) !important;
    color: #fca5a5 !important;
    transform: none !important;
}

/* Video */
#ih-scanner {
    width: 100%;
    max-height: 260px;
    border-radius: 10px;
    background: #000;
    margin-bottom: 14px;
    border: 1.5px solid rgba(78,205,196,0.2);
    display: block;
    object-fit: cover;
}

/* Résultats */
#ih-barcode-result, #ih-manual-result, #ih-restaurant-result { margin-top: 18px; }

.ih-result-head h4 {
    color: var(--teal) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    margin-bottom: 14px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(78,205,196,0.2);
}

.ih-res-block {
    background: rgba(0,0,0,0.22);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    font-size: 0.95rem;
}
.ih-res-block b { color: var(--teal); }
.ih-res-meta { padding: 8px 0; color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-bottom: 10px; }
.ih-res-ok { color: var(--ok); font-weight: 700; padding: 6px 0; }

.ih-hl { background: rgba(239,68,68,0.2); color: var(--red); padding: 1px 5px; border-radius: 4px; font-weight: 700; border: 1px solid rgba(239,68,68,0.35); }

.ih-sighi-box {
    background: linear-gradient(135deg, rgba(78,205,196,0.08), rgba(44,160,141,0.08));
    border: 1.5px solid rgba(78,205,196,0.3);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 14px;
}
.ih-sighi-box h4 { color: var(--teal) !important; font-size: 1rem; margin-bottom: 12px; font-weight: 700; }
.ih-sighi-row { padding: 8px 12px; background: rgba(0,0,0,0.18); border-radius: 8px; margin-bottom: 7px; color: rgba(255,255,255,0.8); font-size: 0.9rem; border-left: 3px solid rgba(239,68,68,0.6); }
.ih-bad-tag { background: rgba(239,68,68,0.2); color: var(--red); padding: 2px 8px; border-radius: 5px; font-weight: 700; }

.ih-other-wrap h4 { color: #94a3b8 !important; margin: 14px 0 10px; font-size: 1rem; font-weight: 700; }
.ih-other-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); gap: 9px; }
.ih-ocard { background: rgba(100,116,139,0.1); border: 1.5px solid rgba(100,116,139,0.22); border-radius: 10px; padding: 12px 14px; }
.ih-ocard-warn { border-color: rgba(251,191,36,0.4); background: rgba(251,191,36,0.07); }
.ih-ocard-name { font-weight: 700; color: #94a3b8; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
.ih-ocard-risk { color: rgba(255,255,255,0.72); font-size: 0.88rem; margin-bottom: 3px; }
.ih-ocard-found { color: var(--warn); font-size: 0.8rem; }

.ih-product-img { max-width: 100px; border-radius: 8px; margin-bottom: 10px; }

/* ── Ce que ça analyse ── */
.ih-analyzes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.ih-analyze-card {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(78,205,196,0.18);
    border-radius: var(--radius);
    padding: 20px 18px;
    transition: transform 0.22s, border-color 0.22s, background 0.22s;
}

.ih-analyze-card:hover {
    transform: translateY(-3px);
    border-color: rgba(78,205,196,0.45);
    background: rgba(78,205,196,0.07);
}

.ih-analyze-icon { font-size: 1.9rem; margin-bottom: 10px; }
.ih-analyze-name { color: #fff; font-weight: 700; font-size: 0.97rem; margin-bottom: 6px; }
.ih-analyze-desc { color: var(--text-dim); font-size: 0.83rem; line-height: 1.5; }
.ih-analyzes-note { color: var(--text-dim); font-size: 0.92rem; line-height: 1.65; max-width: 680px; margin-top: 18px; font-style: italic; border-left: 3px solid rgba(78,205,196,0.3); padding-left: 16px; }

/* ── Disclaimer ── */
.ih-disclaimer {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(251,191,36,0.08), rgba(245,158,11,0.05));
    border: 1.5px solid rgba(251,191,36,0.3);
    border-radius: var(--radius);
    padding: 24px 26px;
    margin: 10px 0 10px;
}

.ih-disclaimer-icon { font-size: 2.2rem; flex-shrink: 0; }
.ih-disclaimer h3 { color: var(--warn) !important; font-size: 1rem; font-weight: 700; margin-bottom: 10px !important; }
.ih-disclaimer p { color: rgba(255,255,255,0.72); font-size: 0.92rem; line-height: 1.7; margin: 0; }
.ih-disclaimer strong { color: var(--warn); }
.ih-disclaimer-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.ih-disclaimer-list li { color: rgba(255,255,255,0.72); font-size: 0.88rem; line-height: 1.65; padding-left: 1.2em; position: relative; }
.ih-disclaimer-list li::before { content: "›"; position: absolute; left: 0; color: var(--warn); font-weight: 700; }

/* ── FAQ ── */
.ih-faq { }

.ih-faq-list { display: flex; flex-direction: column; gap: 8px; }

.ih-faq-item {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(78,205,196,0.15);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color 0.2s;
}

.ih-faq-item.open { border-color: rgba(78,205,196,0.4); }

.ih-faq-q {
    width: 100% !important;
    text-align: left !important;
    padding: 18px 22px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: var(--text) !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: none !important;
    transform: none !important;
    transition: color 0.2s, background 0.2s;
}

.ih-faq-q::after {
    content: '+';
    font-size: 1.4rem;
    color: var(--teal);
    font-weight: 300;
    flex-shrink: 0;
    margin-left: 12px;
    transition: transform 0.25s;
}

.ih-faq-item.open .ih-faq-q { color: var(--teal) !important; background: rgba(78,205,196,0.05) !important; }
.ih-faq-item.open .ih-faq-q::after { transform: rotate(45deg); }

.ih-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.25s ease;
    padding: 0 22px;
    color: var(--text-dim);
    font-size: 0.95rem;
    line-height: 1.7;
}

.ih-faq-item.open .ih-faq-a {
    max-height: 200px;
    padding: 4px 22px 18px;
}

/* ── Recettes ── */
.ih-intol-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.ih-intol-check {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.05);
    border: 1.5px solid rgba(78,205,196,0.2);
    border-radius: 10px;
    padding: 12px 14px;
    cursor: pointer;
    color: rgba(255,255,255,0.72);
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s;
    user-select: none;
}

.ih-intol-check:hover { background: var(--teal-dim); border-color: rgba(78,205,196,0.45); color: #fff; }
.ih-intol-check input[type="checkbox"] { accent-color: var(--teal); width: 16px; height: 16px; cursor: pointer; }

.ih-recipe-filter { margin-bottom: 14px; }
.ih-recipe-count { color: var(--ok); font-weight: 700; margin-bottom: 18px; font-size: 1rem; }
.ih-recipe-empty { color: var(--text-dim); padding: 20px; text-align: center; font-style: italic; }

.ih-recipes-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-top: 8px; }

.ih-recipe-card {
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(78,205,196,0.18);
    border-radius: var(--radius);
    padding: 20px;
    transition: transform 0.22s, border-color 0.22s;
}
.ih-recipe-card:hover { transform: translateY(-3px); border-color: var(--teal); box-shadow: 0 8px 25px rgba(78,205,196,0.13); }

.ih-recipe-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 10px; }
.ih-recipe-emoji { font-size: 2.2rem; flex-shrink: 0; }
.ih-recipe-top h5 { color: #fff !important; font-size: 1.05rem; margin-bottom: 4px; font-weight: 700; }
.ih-recipe-meta { color: var(--text-dim); font-size: 0.8rem; }
.ih-recipe-flags { color: var(--warn); font-size: 0.8rem; margin-bottom: 8px; }
.ih-flag-warn { font-size: 0.95rem; margin-right: 3px; }
.ih-recipe-ing { color: rgba(255,255,255,0.6); font-size: 0.85rem; line-height: 1.55; margin-bottom: 10px; }
.ih-recipe-steps { color: rgba(255,255,255,0.68); font-size: 0.85rem; line-height: 1.6; border-top: 1px solid rgba(78,205,196,0.15); padding-top: 10px; margin-top: 8px; }
.ih-recipe-note { color: var(--warn); font-size: 0.8rem; margin-top: 8px; padding: 7px 10px; background: rgba(251,191,36,0.07); border-radius: 6px; border-left: 3px solid var(--warn); }

/* ── Historique ── */
.ih-history-list { margin-bottom: 18px; }

.ih-history-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(78,205,196,0.15);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 9px;
    transition: all 0.2s;
}
.ih-history-item:hover { border-color: rgba(78,205,196,0.35); background: rgba(78,205,196,0.05); }
.ih-history-demo { opacity: 0.6; border-style: dashed; }
.ih-history-title { color: #fff; font-weight: 600; margin-bottom: 3px; font-size: 0.95rem; }
.ih-history-date { color: rgba(255,255,255,0.38); font-size: 0.78rem; margin-bottom: 5px; }
.ih-history-problems { color: var(--warn); font-size: 0.82rem; }
.ih-history-ok { color: var(--ok); font-size: 0.82rem; }
.ih-demo-tag { background: rgba(78,205,196,0.15); color: var(--teal); font-size: 0.7rem; font-weight: 700; padding: 2px 7px; border-radius: 10px; margin-left: 8px; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.5px; }

/* ── Footer ── */
.ih-footer {
    text-align: center;
    padding: 40px 20px 10px;
    border-top: 1px solid rgba(78,205,196,0.12);
    margin-top: 40px;
}

.ih-footer-tagline { font-size: 1.2rem; font-weight: 700; color: var(--teal); margin-bottom: 10px; }
.ih-footer-note { color: var(--text-dim); font-size: 0.9rem; line-height: 1.6; max-width: 600px; margin: 0 auto 16px; }
.ih-footer-tech { color: rgba(255,255,255,0.3); font-size: 0.78rem; letter-spacing: 0.3px; }

/* ── Responsive ── */
@media (max-width: 768px) {
    .ih-wrap { padding: 0 14px 40px; border-radius: 16px; }
    .ih-h1 { font-size: 2.1rem !important; }
    .ih-steps { flex-direction: column; }
    .ih-step-arrow { transform: rotate(90deg); align-self: center; }
    .ih-tabs { gap: 6px; }
    .ih-tab { padding: 8px 11px !important; font-size: 0.78rem !important; border-radius: 8px !important; }
    .ih-panel-inner { padding: 20px 14px; }
    .ih-panel-head { flex-direction: column; }
    .ih-panel-example { width: 100%; }
    .ih-intol-grid { grid-template-columns: 1fr 1fr; }
    .ih-analyzes-grid { grid-template-columns: 1fr 1fr; }
    .ih-recipes-grid { grid-template-columns: 1fr; }
    .ih-other-grid { grid-template-columns: 1fr 1fr; }
    .ih-disclaimer { flex-direction: column; gap: 10px; }
    .ih-section-title { font-size: 1.5rem !important; }
}

/* ══════════════════════════════════════════════════════════
   CARTE VISUELLE RÉSULTAT — shareable card
   ══════════════════════════════════════════════════════════ */
.ia-result-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    margin: 24px 0 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    max-width: 560px;
    width: 100%;
    color: #1e293b !important;
}
/* Force toutes les couleurs dans la carte contre Astra */
#resultBox * { box-sizing: border-box; }
#resultBox .ia-result-card,
#resultBox .ia-result-card *,
#resultBox .ia-card-scores,
#resultBox .ia-card-scores *,
#resultBox .ia-card-explain,
#resultBox .ia-card-footer { color: #1e293b !important; }
#resultBox .ia-card-header,
#resultBox .ia-card-header * { color: #ffffff !important; }
#resultBox .ia-score-ok .ia-pill-label,
#resultBox .ia-score-ok .ia-pill-status { color: #0d9488 !important; }
#resultBox .ia-score-warn .ia-pill-label,
#resultBox .ia-score-warn .ia-pill-status { color: #d97706 !important; }
#resultBox .ia-score-danger .ia-pill-label,
#resultBox .ia-score-danger .ia-pill-status { color: #dc2626 !important; }
#resultBox .ia-card-footer-brand,
#resultBox .ia-card-footer-date { color: #94a3b8 !important; }
#resultBox .res { color: #e2e8f0 !important; background: rgba(0,0,0,0.3) !important; }
#resultBox .res b { color: #4ECDC4 !important; }
/* Forcer visibilité de tout le contenu hors carte blanche */
#resultBox > *:not(.ia-result-card-wrap) { color: #e2e8f0 !important; }
.ia-card-header {
    background: linear-gradient(135deg, #0f172a 0%, #0d9488 100%);
    padding: 18px 22px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.ia-card-header-title {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}
.ia-card-header-brand {
    font-size: 0.7rem;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}
.ia-card-scores {
    padding: 16px 20px 8px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 8px;
}
.ia-score-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
}
.ia-score-pill .ia-pill-icon { font-size: 1rem; flex-shrink: 0; }
.ia-score-pill .ia-pill-label { color: inherit; opacity: 0.75; font-weight: 600; font-size: 0.74rem; display: block; line-height: 1.1; }
.ia-score-pill .ia-pill-status { font-size: 0.82rem; font-weight: 800; display: block; line-height: 1.2; }

.ia-score-ok     { background: #f0fdf4; color: #166534; }
.ia-score-warn   { background: #fffbeb; color: #92400e; }
.ia-score-danger { background: #fef2f2; color: #991b1b; }
.ia-score-na     { background: #f8fafc; color: #64748b; }

.ia-card-explain {
    margin: 4px 20px 14px;
    background: #f8fafc;
    border-left: 3px solid #0d9488;
    padding: 10px 14px;
    border-radius: 0 8px 8px 0;
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.55;
    display: none;
}
.ia-card-explain.visible { display: block; }
.ia-card-explain strong { color: #0d9488; }

.ia-card-ingredients {
    margin: 0 20px 14px;
    font-size: 0.78rem;
    color: #94a3b8;
    line-height: 1.5;
}
.ia-card-ingredients strong { color: #475569; }

.ia-card-actions {
    border-top: 1px solid #f1f5f9;
    padding: 10px 16px;
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
/* Boutons partage compacts */
.ia-share-row { gap: 5px; }
.ia-share-row .ia-share-label { width: 100%; margin-bottom: 2px; }
.ia-share-row .ia-btn-share {
    flex: 0 0 auto !important;
    padding: 6px 10px !important;
    font-size: 0.75rem !important;
    border-radius: 7px !important;
}
.ia-card-footer {
    padding: 8px 20px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
}
.ia-card-footer-brand {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.ia-card-footer-date {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 500;
}
.ia-btn-share {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.15s;
    flex: 0 0 auto;
    white-space: nowrap;
}
.ia-btn-share-copy {
    background: #0d9488;
    color: #fff;
}
.ia-btn-share-copy:hover { background: #0f766e; }
.ia-btn-share-detail {
    background: #f1f5f9;
    color: #475569;
}
.ia-btn-share-detail:hover { background: #e2e8f0; }
.ia-share-confirm {
    font-size: 0.78rem;
    color: #16a34a;
    font-weight: 600;
    display: none;
}
.ia-share-confirm.show { display: inline; }

/* Dégradé de fond sur la carte pour screenshot */
.ia-result-card-wrap {
    position: relative;
}

/* Boutons partage social */
.ia-share-label { font-size:0.78rem; font-weight:700; color:#94a3b8; text-transform:uppercase; letter-spacing:0.4px; align-self:center; }
.ia-btn-wa   { background:#25D366; color:#fff; }
.ia-btn-wa:hover { background:#1da851; }
.ia-btn-tg   { background:#2AABEE; color:#fff; }
.ia-btn-tg:hover { background:#1a8fc4; }
.ia-btn-mail { background:#f1f5f9; color:#475569; }
.ia-btn-mail:hover { background:#e2e8f0; }

/* Bouton Journal dans la carte */
.ia-btn-journal {
    background: #2dd4bf !important;
    color: #080d12 !important;
    font-weight: 700 !important;
    border: none !important;
    font-size: 0.85rem !important;
}
.ia-btn-journal:hover {
    background: #5eead4 !important;
    transform: translateY(-1px);
}
.ia-btn-copy { background:#0d9488; color:#fff; }
.ia-btn-copy:hover { background:#0f766e; }
.ia-btn-detail { background:transparent; color:#94a3b8; border:1.5px solid #e2e8f0; font-size:0.8rem; }
.ia-btn-detail:hover { color:#0d9488; border-color:#0d9488; }

/* ── CTA Générateur ── */
.ia-cta-generator {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 20px 14px;
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1.5px solid #86efac;
    border-radius: 10px;
    padding: 12px 16px;
}
.ia-cta-icon { font-size: 1.4rem; }
.ia-cta-text { flex: 1; font-size: 0.85rem; font-weight: 700; color: #166534; }
.ia-cta-btn {
    background: #16a34a;
    color: #fff;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    transition: background 0.15s;
    white-space: nowrap;
}
.ia-cta-btn:hover { background: #15803d; color: #fff; }

/* ── Badge profil ── */
#ih-profile-badge {
    display: none;
    background: #0d9488;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    vertical-align: middle;
}

/* ── Section détail masquée sous la carte ── */
.ih-detail-section { display: none; }

/* ── Panel Mon Profil ── */
.ih-profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    margin: 16px 0;
}
.ih-profile-check { display: block; cursor: pointer; }
.ih-profile-check input { display: none; }
.ih-profile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 14px 10px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    background: #f8fafc;
    transition: all 0.15s;
    text-align: center;
}
.ih-profile-check input:checked + .ih-profile-card {
    border-color: #0d9488;
    background: #f0fdfa;
    box-shadow: 0 0 0 3px rgba(13,148,136,0.12);
}
.ih-profile-icon { font-size: 1.6rem; }
.ih-profile-name { font-size: 0.85rem; font-weight: 700; color: #1e293b; }
.ih-profile-desc-small { font-size: 0.72rem; color: #94a3b8; line-height: 1.3; }
.ih-profile-check:hover .ih-profile-card { border-color: #0d9488; background: #f0fdfa; }

.ih-profile-status {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #f1f5f9;
    border-radius: 8px;
    font-size: 0.82rem;
    color: #475569;
    font-weight: 600;
    margin: 8px 0 16px;
}
.ih-profile-status-icon { font-size: 1rem; }
.ih-profile-cta { margin-top: 8px; }

.ih-profile-reminder {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 12px;
}
.ih-btn-link {
    background: none;
    border: none;
    color: #0d9488;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
}

/* ── Historique cliquable ── */
.ih-history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    margin-bottom: 8px;
    cursor: default;
}
.ih-history-item-main { flex: 1; min-width: 0; }
.ih-history-title { font-weight: 700; font-size: 0.88rem; color: #1e293b; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ih-history-date { font-size: 0.75rem; color: #94a3b8; margin: 2px 0; }
.ih-history-problems { font-size: 0.78rem; color: #b45309; }
.ih-history-ok { font-size: 0.78rem; color: #16a34a; }
.ih-history-delete {
    background: none;
    border: none;
    color: #cbd5e1;
    font-size: 0.9rem;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 6px;
    flex-shrink: 0;
    transition: all 0.15s;
}
.ih-history-delete:hover { background: #fef2f2; color: #ef4444; }
.ih-history-empty {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
}
.ih-history-empty-icon { font-size: 2.5rem; margin-bottom: 12px; }
.ih-history-empty p { font-size: 0.88rem; line-height: 1.6; }
.ih-history-actions { margin-top: 16px; }

/* ── Intro scanner + badge essai ── */
.ih-scanner-intro {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.88rem;
    color: #94a3b8;
    margin: -8px 0 20px;
    flex-wrap: wrap;
}
.ih-trial-badge {
    display: inline-block;
    background: linear-gradient(135deg, #0d9488, #0891b2);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── Cartes profil : état coché plus visible ── */
.ih-profile-check input:checked + .ih-profile-card {
    border-color: #0d9488 !important;
    background: linear-gradient(135deg, #f0fdfa, #ccfbf1) !important;
    box-shadow: 0 0 0 3px rgba(13,148,136,0.18), inset 0 0 0 1px #0d9488 !important;
    transform: translateY(-2px);
}
.ih-profile-check input:checked + .ih-profile-card .ih-profile-name {
    color: #0d9488;
}
.ih-profile-check input:checked + .ih-profile-card .ih-profile-icon {
    filter: drop-shadow(0 0 4px rgba(13,148,136,0.5));
}
.ih-profile-card { transition: all 0.18s ease; }

/* ── Statut profil actif (barre verte) ── */
.ih-profile-status {
    border-left: 3px solid #0d9488;
    background: linear-gradient(90deg, #f0fdfa, #f8fafc) !important;
}

/* ══════════════════════════════════════════════════════
   SYSTÈME ESSAI GRATUIT
   ══════════════════════════════════════════════════════ */

/* Compteur analyses restantes */
.ih-trial-counter {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0d9488;
    background: rgba(13,148,136,0.08);
    border: 1px solid rgba(13,148,136,0.2);
    padding: 2px 10px;
    border-radius: 20px;
}
.ih-trial-counter.ih-trial-exhausted {
    color: #dc2626;
    background: rgba(220,38,38,0.08);
    border-color: rgba(220,38,38,0.2);
}

/* Toast discret en bas */
.ih-trial-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 24px;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    animation: ih-toast-in 0.25s ease;
}
@keyframes ih-toast-in {
    from { opacity:0; transform: translateX(-50%) translateY(12px); }
    to   { opacity:1; transform: translateX(-50%) translateY(0); }
}

/* Overlay popup */
.ih-upgrade-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(4px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/* Modal upgrade */
.ih-upgrade-modal {
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px 28px;
    max-width: 440px;
    width: 100%;
    position: relative;
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
    text-align: center;
    animation: ih-modal-in 0.2s ease;
}
@keyframes ih-modal-in {
    from { opacity:0; transform: scale(0.94) translateY(16px); }
    to   { opacity:1; transform: scale(1) translateY(0); }
}
.ih-upgrade-close {
    position: absolute;
    top: 14px; right: 16px;
    background: #f1f5f9;
    border: none;
    width: 28px; height: 28px;
    border-radius: 50%;
    font-size: 0.85rem;
    cursor: pointer;
    color: #64748b;
    display: flex; align-items: center; justify-content: center;
}
.ih-upgrade-close:hover { background: #e2e8f0; }
.ih-upgrade-icon { font-size: 2.5rem; margin-bottom: 12px; }
.ih-upgrade-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px;
}
.ih-upgrade-sub {
    font-size: 0.88rem;
    color: #64748b;
    margin: 0 0 20px;
    line-height: 1.5;
}
.ih-upgrade-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    text-align: left;
    background: #f8fafc;
    border-radius: 10px;
    padding: 14px 16px;
}
.ih-upgrade-features li {
    font-size: 0.85rem;
    color: #334155;
    padding: 4px 0;
    font-weight: 600;
}
.ih-upgrade-btn-primary {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #0d9488, #0891b2);
    color: #fff;
    text-decoration: none;
    padding: 13px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 0.95rem;
    margin-bottom: 10px;
    transition: opacity 0.15s;
}
.ih-upgrade-btn-primary:hover { opacity: 0.9; color: #fff; }
.ih-upgrade-btn-secondary {
    display: block;
    color: #64748b;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 8px;
}
.ih-upgrade-btn-secondary:hover { color: #0d9488; }

/* ── Cartes profil : sélection très visible (vert vif) ── */
.ih-profile-check input:checked + .ih-profile-card {
    border: 2.5px solid #16a34a !important;
    background: linear-gradient(135deg, #dcfce7, #f0fdf4) !important;
    box-shadow: 0 0 0 4px rgba(22,163,74,0.15) !important;
    transform: translateY(-3px) scale(1.02);
}
.ih-profile-check input:checked + .ih-profile-card .ih-profile-name {
    color: #15803d !important;
    font-weight: 800;
}
.ih-profile-check input:checked + .ih-profile-card::after {
    content: '✓';
    position: absolute;
    top: 6px; right: 8px;
    font-size: 0.85rem;
    font-weight: 800;
    color: #16a34a;
}
.ih-profile-card {
    position: relative;
    transition: all 0.18s cubic-bezier(0.34,1.56,0.64,1);
    border: 2px solid #e2e8f0;
    background: #f8fafc;
}
.ih-profile-check:hover .ih-profile-card {
    border-color: #16a34a;
    background: #f0fdf4;
}

/* ── Hero CTA boutons ── */
.ih-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}
.ih-hero-cta-btn {
    display: inline-block;
    margin-top: 0;
    background: linear-gradient(135deg, #0d9488, #0891b2);
    color: #fff !important;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 4px 20px rgba(13,148,136,0.35);
    transition: all 0.2s;
    letter-spacing: 0.2px;
}
.ih-hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(13,148,136,0.45);
    color: #fff !important;
}
.ih-hero-cta-btn--recipes {
    background: transparent;
    border: 2px solid #0d9488;
    color: #5eead4 !important;
    box-shadow: none;
}
/* ── Mode card featured (Recettes) ── */
.ih-mode-card--featured {
    border-color: rgba(13,148,136,0.5) !important;
    background: rgba(13,148,136,0.08) !important;
    position: relative;
}
.ih-mode-card--featured:hover {
    border-color: #0d9488 !important;
    background: rgba(13,148,136,0.15) !important;
}
.ih-mode-new {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0d9488, #0891b2);
    color: #fff;
    padding: 2px 7px;
    border-radius: 20px;
    margin-top: 4px;
    letter-spacing: 0.3px;
}

.ih-hero-cta-btn--recipes:hover {
    background: rgba(13,148,136,0.15);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(13,148,136,0.25);
}
@media (max-width: 480px) {
    .ih-hero-ctas { flex-direction: column; align-items: center; }
    .ih-hero-cta-btn { width: 100%; text-align: center; }
}

/* ── Ancre scanner smooth scroll ── */
#ih-scanner-anchor { scroll-margin-top: 80px; }

/* ════════════════════════════════════════════════════════════════
   INTOLERIS — PAGE DE PRIX
   ════════════════════════════════════════════════════════════════ */

.ip-wrap {
    --ip-bg:         #0b1120;
    --ip-bg2:        #111827;
    --ip-surface:    #1a2235;
    --ip-border:     rgba(255,255,255,0.08);
    --ip-teal:       #0d9488;
    --ip-teal-light: #5eead4;
    --ip-gold:       #f59e0b;
    --ip-text:       #e2e8f0;
    --ip-muted:      #94a3b8;
    --ip-white:      #f8fafc;

    font-family: 'DM Sans', system-ui, sans-serif;
    background: var(--ip-bg);
    color: var(--ip-text);
    overflow-x: hidden;
}

/* ── Hero ─────────────────────────────────────────────────────── */
.ip-hero {
    position: relative;
    text-align: center;
    padding: 90px 24px 70px;
    overflow: hidden;
}
.ip-hero-glow {
    position: absolute;
    top: -80px; left: 50%; transform: translateX(-50%);
    width: 700px; height: 400px;
    background: radial-gradient(ellipse, rgba(13,148,136,.35) 0%, transparent 70%);
    pointer-events: none;
}
.ip-hero-pill {
    display: inline-block;
    background: rgba(13,148,136,.12);
    border: 1px solid rgba(13,148,136,.3);
    color: var(--ip-teal-light);
    font-size: .78rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 20px;
    letter-spacing: .5px;
    margin-bottom: 24px;
}
.ip-hero-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 400;
    line-height: 1.2;
    color: var(--ip-white);
    margin: 0 0 20px;
}
.ip-hero-title em {
    font-style: italic;
    color: var(--ip-teal-light);
}
.ip-hero-sub {
    max-width: 600px;
    margin: 0 auto;
    color: var(--ip-muted);
    font-size: 1rem;
    line-height: 1.7;
}

/* ── Section ──────────────────────────────────────────────────── */
.ip-section {
    padding: 60px 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.ip-section-header {
    text-align: center;
    margin-bottom: 48px;
}
.ip-section-tag {
    display: inline-block;
    background: rgba(13,148,136,.1);
    border: 1px solid rgba(13,148,136,.25);
    color: var(--ip-teal-light);
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.ip-tag-pro {
    background: rgba(245,158,11,.08);
    border-color: rgba(245,158,11,.25);
    color: #fcd34d;
}
.ip-section-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(1.7rem, 3.5vw, 2.6rem);
    font-weight: 400;
    color: var(--ip-white);
    margin: 0 0 12px;
    line-height: 1.25;
}
.ip-section-sub {
    color: var(--ip-muted);
    font-size: .9rem;
}

/* ── Plans grille ─────────────────────────────────────────────── */
.ip-plans {
    display: grid;
    gap: 24px;
}
.ip-plans-perso {
    grid-template-columns: repeat(3, 1fr);
    max-width: 980px;
    margin: 0 auto;
}
@media (max-width: 860px) {
    .ip-plans-perso { grid-template-columns: 1fr; max-width: 480px; }
}
/* Plan mensuel — style intermédiaire */
.ip-plan-monthly {
    border-color: rgba(13,148,136,.2);
}
/* Plan annuel — hérite de featured + spécifique */
.ip-plan-annual-card {
    border-color: rgba(13,148,136,.6) !important;
}
/* Subtitle sous le prix */
.ip-plan-subtitle {
    font-size:  0.78rem;
    color:      #475569;
    margin-top: 4px;
    text-align: center;
}
/* Tag annuel : total + économie */
.ip-plan-annual-tag {
    display:        flex;
    flex-direction: column;
    align-items:    center;
    gap:            4px;
    margin-top:     8px;
}
.ip-annual-total {
    font-size:   0.88rem;
    font-weight: 700;
    color:       #2dd4bf;
}
.ip-annual-saving {
    font-size:        0.76rem;
    font-weight:      600;
    color:            #4ade80;
    background:       rgba(34,197,94,.1);
    border:           1px solid rgba(34,197,94,.2);
    border-radius:    6px;
    padding:          3px 10px;
    text-align:       center;
    line-height:      1.4;
}
/* Bouton secondaire (mensuel) */
.ip-btn-secondary {
    background:  transparent;
    border:      2px solid rgba(13,148,136,.4);
    color:       #2dd4bf !important;
    text-align:  center;
}
.ip-btn-secondary:hover {
    background:  rgba(13,148,136,.1);
    border-color: rgba(13,148,136,.7);
}
.ip-plans-pro {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* ── Plan card ────────────────────────────────────────────────── */
.ip-plan {
    background: var(--ip-surface);
    border: 1px solid var(--ip-border);
    border-radius: 20px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform .2s, box-shadow .2s;
}
.ip-plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.ip-plan-featured {
    border-color: rgba(13,148,136,.5);
    background: linear-gradient(145deg, #0d2d2a, #1a2235);
    box-shadow: 0 0 0 1px rgba(13,148,136,.3), 0 24px 60px rgba(13,148,136,.15);
}
.ip-plan-pro-featured {
    border-color: rgba(245,158,11,.4);
    background: linear-gradient(145deg, #1f1a0d, #1a2235);
    box-shadow: 0 0 0 1px rgba(245,158,11,.25), 0 24px 60px rgba(245,158,11,.08);
}
.ip-plan-whitelabel {
    border-color: rgba(139,92,246,.4);
    background: linear-gradient(145deg, #16102b, #1a2235);
}

.ip-plan-badge {
    position: absolute;
    top: -13px; left: 50%; transform: translateX(-50%);
    background: linear-gradient(135deg, var(--ip-teal), #0891b2);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    padding: 5px 16px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: .3px;
}
.ip-badge-pro {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    color: #1a1000;
}

.ip-plan-header { margin-bottom: 24px; }
.ip-plan-icon { font-size: 1.8rem; margin-bottom: 8px; }
.ip-plan-name {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.4rem;
    color: var(--ip-white);
    margin-bottom: 12px;
}
.ip-plan-price-block {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-wrap: wrap;
}
.ip-plan-price {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 3rem;
    font-weight: 400;
    color: var(--ip-white);
    line-height: 1;
}
.ip-plan-currency {
    font-size: .95rem;
    font-weight: 700;
    color: var(--ip-teal-light);
}
.ip-plan-period {
    font-size: .82rem;
    color: var(--ip-muted);
}
.ip-plan-annual {
    font-size: .78rem;
    color: var(--ip-teal-light);
    margin-top: 6px;
}
.ip-plan-pro .ip-plan-annual { color: #fcd34d; }

/* ── Features list ────────────────────────────────────────────── */
.ip-plan-features {
    list-style: none;
    padding: 0; margin: 0 0 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ip-plan-features li {
    font-size: .88rem;
    padding-left: 24px;
    position: relative;
    line-height: 1.4;
}
.ip-feat-ok { color: var(--ip-text); }
.ip-feat-ok::before { content: '✓'; position: absolute; left: 0; color: var(--ip-teal-light); font-weight: 700; }
.ip-feat-no { color: var(--ip-muted); }
.ip-feat-no::before { content: '—'; position: absolute; left: 0; color: #334155; }

/* ── Boutons plan ─────────────────────────────────────────────── */
.ip-plan-btn {
    display: block;
    text-align: center;
    padding: 13px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: .9rem;
    text-decoration: none;
    transition: all .18s;
}
.ip-btn-ghost {
    border: 1px solid var(--ip-border);
    color: var(--ip-muted);
    background: transparent;
}
.ip-btn-ghost:hover { border-color: var(--ip-teal); color: var(--ip-teal-light); }
.ip-btn-primary {
    background: linear-gradient(135deg, #0d9488, #0891b2);
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(13,148,136,.35);
}
.ip-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 8px 30px rgba(13,148,136,.45); }
.ip-btn-pro {
    border: 1px solid rgba(245,158,11,.3);
    color: #fcd34d;
    background: rgba(245,158,11,.05);
}
.ip-btn-pro:hover { background: rgba(245,158,11,.12); }
.ip-btn-pro-featured {
    background: linear-gradient(135deg, #d97706, #f59e0b);
    color: #1a1000 !important;
    font-weight: 800;
}
.ip-btn-pro-featured:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(245,158,11,.3); }
.ip-btn-whitelabel {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    color: #fff !important;
}
.ip-btn-whitelabel:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(124,58,237,.3); }

.ip-plan-note {
    text-align: center;
    font-size: .73rem;
    color: var(--ip-muted);
    margin: 10px 0 0;
}

/* ── Crédits ──────────────────────────────────────────────────── */
.ip-credits-block {
    margin-top: 48px;
    background: var(--ip-surface);
    border: 1px solid var(--ip-border);
    border-radius: 20px;
    padding: 36px 32px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.ip-credits-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.3rem;
    color: var(--ip-white);
    margin-bottom: 8px;
}
.ip-credits-desc { color: var(--ip-muted); font-size: .88rem; margin-bottom: 28px; }
.ip-credits-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 24px;
}
.ip-credit-pack {
    background: var(--ip-bg2);
    border: 1px solid var(--ip-border);
    border-radius: 12px;
    padding: 20px 16px;
    position: relative;
}
.ip-credit-pack-mid {
    border-color: rgba(13,148,136,.4);
    background: rgba(13,148,136,.05);
}
.ip-credit-best {
    position: absolute;
    top: -10px; left: 50%; transform: translateX(-50%);
    background: var(--ip-teal);
    color: #fff;
    font-size: .65rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 10px;
    white-space: nowrap;
}
.ip-credit-amount {
    font-family: 'DM Serif Display', serif;
    font-size: 2.2rem;
    color: var(--ip-white);
    line-height: 1;
}
.ip-credit-label { font-size: .75rem; color: var(--ip-muted); margin-bottom: 8px; }
.ip-credit-price { font-size: 1rem; font-weight: 700; color: var(--ip-teal-light); }
.ip-credit-unit { font-size: .68rem; color: #475569; margin-top: 4px; }
.ip-credits-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(13,148,136,.4);
    color: var(--ip-teal-light);
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: .88rem;
    transition: all .18s;
}
.ip-credits-btn:hover { background: rgba(13,148,136,.1); }

/* ── Séparateur ───────────────────────────────────────────────── */
.ip-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 24px;
    max-width: 1200px;
    margin: 0 auto 20px;
}
.ip-divider-line { flex: 1; height: 1px; background: var(--ip-border); }
.ip-divider-label {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--ip-muted);
    white-space: nowrap;
}

/* ── Trust bar ────────────────────────────────────────────────── */
.ip-trust {
    margin-top: 40px;
    text-align: center;
}
.ip-trust-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ip-muted);
    margin-bottom: 12px;
}
.ip-trust-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.ip-trust-items span {
    background: var(--ip-surface);
    border: 1px solid var(--ip-border);
    color: var(--ip-muted);
    font-size: .8rem;
    padding: 6px 14px;
    border-radius: 20px;
}

/* ── Comparatif ───────────────────────────────────────────────── */
.ip-compare-section { border-top: 1px solid var(--ip-border); }
.ip-compare-wrap { overflow-x: auto; }
.ip-compare {
    width: 100%;
    border-collapse: collapse;
    font-size: .84rem;
    min-width: 700px;
}
.ip-compare th {
    padding: 14px 16px;
    text-align: center;
    font-weight: 700;
    color: var(--ip-muted);
    border-bottom: 1px solid var(--ip-border);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.ip-compare th:first-child { text-align: left; }
.ip-compare th, .ip-compare td { font-size: 0.8rem; padding: 10px 10px; }
.ip-compare-price-row td { font-weight: 600; background: rgba(45,212,191,.04); border-bottom: 1px solid rgba(45,212,191,.1); }
.ip-compare td {
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.04);
    color: var(--ip-muted);
}
.ip-compare td:first-child { text-align: left; color: var(--ip-text); font-weight: 500; }
.ip-compare tr:hover td { background: rgba(255,255,255,.02); }
.ip-col-featured {
    background: rgba(13,148,136,.06) !important;
    color: var(--ip-teal-light) !important;
}
.ip-compare-note {
    font-size: .75rem;
    color: #475569;
    text-align: center;
    margin-top: 16px;
}

/* ── FAQ ──────────────────────────────────────────────────────── */
.ip-faq-section { border-top: 1px solid var(--ip-border); }
.ip-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}
.ip-faq-item {
    background: var(--ip-surface);
    border: 1px solid var(--ip-border);
    border-radius: 14px;
    padding: 24px;
}
.ip-faq-q {
    font-weight: 700;
    color: var(--ip-white);
    font-size: .9rem;
    margin-bottom: 10px;
}
.ip-faq-a { color: var(--ip-muted); font-size: .84rem; line-height: 1.6; }

/* ── CTA finale ───────────────────────────────────────────────── */
.ip-cta-final {
    background: linear-gradient(135deg, #0d2d2a 0%, #0b1120 100%);
    border-top: 1px solid rgba(13,148,136,.2);
    text-align: center;
    padding: 80px 24px;
}
.ip-cta-final-inner { max-width: 600px; margin: 0 auto; }
.ip-cta-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: var(--ip-white);
    margin-bottom: 16px;
}
.ip-cta-sub { color: var(--ip-muted); font-size: .95rem; line-height: 1.7; margin-bottom: 32px; }
.ip-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ip-cta-btn-main {
    background: linear-gradient(135deg, #0d9488, #0891b2);
    color: #fff !important;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 4px 20px rgba(13,148,136,.35);
    transition: all .2s;
}
.ip-cta-btn-main:hover { transform: translateY(-2px); box-shadow: 0 10px 35px rgba(13,148,136,.45); }
.ip-cta-btn-sec {
    color: var(--ip-muted) !important;
    text-decoration: none;
    padding: 15px 24px;
    font-weight: 600;
    font-size: .95rem;
    transition: color .15s;
}
.ip-cta-btn-sec:hover { color: var(--ip-teal-light) !important; }

/* ── Mobile ───────────────────────────────────────────────────── */
@media (max-width: 640px) {
    .ip-credits-grid { grid-template-columns: 1fr; }
    .ip-plans-pro    { grid-template-columns: 1fr; }
    .ip-plans-perso  { grid-template-columns: 1fr; }
    .ip-faq-grid     { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════
   MODE CARDS — gros boutons de sélection de scan
   ══════════════════════════════════════════════════════ */
.ih-tabs-hidden { display: none !important; }

.ih-mode-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 24px;
}

.ih-mode-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 18px 12px 14px;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    color: rgba(255,255,255,0.9);
}
.ih-mode-card:hover {
    background: rgba(78,205,196,0.12);
    border-color: rgba(78,205,196,0.45);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(78,205,196,0.12);
}
.ih-mode-card.active {
    background: linear-gradient(145deg, rgba(13,148,136,0.35), rgba(8,145,178,0.25));
    border-color: rgba(78,205,196,0.7);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(78,205,196,0.15), 0 8px 24px rgba(78,205,196,0.18);
    transform: translateY(-2px);
}
.ih-mode-card.active::before {
    content: '✓';
    position: absolute;
    top: 8px; right: 10px;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--teal);
    background: rgba(78,205,196,0.15);
    border-radius: 50%;
    width: 18px; height: 18px;
    display: flex; align-items: center; justify-content: center;
}
.ih-mode-card--secondary {
    background: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.75);
}
.ih-mode-card--secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.25);
    color: #fff;
}
.ih-mode-icon { font-size: 1.6rem; line-height: 1; }
.ih-mode-name { font-size: 0.88rem; font-weight: 700; letter-spacing: 0.01em; color: #fff; }
.ih-mode-hint { font-size: 0.72rem; line-height: 1.35; color: rgba(255,255,255,0.65); font-weight: 400; }

@media (max-width: 700px) {
    .ih-mode-cards { grid-template-columns: repeat(3, 1fr); gap: 7px; }
    .ih-mode-icon { font-size: 1.3rem; }
    .ih-mode-name { font-size: 0.78rem; }
    .ih-mode-hint { font-size: 0.65rem; }
    .ih-mode-card { padding: 13px 8px 10px; border-radius: 10px; }
}
@media (max-width: 420px) {
    .ih-mode-cards { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════════════
   POUR QUI ?
   ══════════════════════════════════════════════════════ */
.ih-forwhom {
    background: linear-gradient(135deg, rgba(13,148,136,0.06), rgba(124,58,237,0.06));
    border: 1px solid rgba(78,205,196,0.12);
    border-radius: 20px;
    padding: 48px 40px !important;
}
.ih-forwhom-inner {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: center;
}
.ih-forwhom-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    margin: 8px 0 10px;
    line-height: 1.2;
}
.ih-forwhom-desc {
    color: rgba(255,255,255,0.6);
    font-size: 0.97rem;
    margin-bottom: 20px;
}
.ih-forwhom-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.ih-ftag {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 20px;
    padding: 5px 13px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}
.ih-ftag--more {
    background: rgba(78,205,196,0.1);
    border-color: rgba(78,205,196,0.25);
    color: var(--teal);
    font-weight: 700;
}
.ih-forwhom-cta-hint {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
    font-style: italic;
    margin: 0;
}
/* Carte comparaison */
.ih-fwv-card {
    background: rgba(15,23,42,0.7);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ih-fwv-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    padding: 10px 12px;
    border-radius: 8px;
}
.ih-fwv-row--hl {
    background: rgba(78,205,196,0.08);
    color: #fff;
    border: 1px solid rgba(78,205,196,0.2);
}
.ih-fwv-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.ih-fwv-dot--red   { background: #f43f5e; }
.ih-fwv-dot--teal  { background: var(--teal); }
.ih-fwv-badge {
    margin-left: auto;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    white-space: nowrap;
}
.ih-fwv-badge--grey  { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.4); }
.ih-fwv-badge--teal  { background: rgba(78,205,196,0.15); color: var(--teal); border: 1px solid rgba(78,205,196,0.3); }

@media (max-width: 800px) {
    .ih-forwhom-inner { grid-template-columns: 1fr; gap: 28px; }
    .ih-forwhom { padding: 32px 24px !important; }
    .ih-forwhom-visual { max-width: 400px; }
    .ih-forwhom-title { font-size: 1.4rem; }
}

/* ══════════════════════════════════════════════════════
   TRUST BAR — preuves sociales
   ══════════════════════════════════════════════════════ */
.ih-trust-bar {
    margin: 0 0 8px;
    padding: 0 24px;
}
.ih-trust-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 20px 32px;
    flex-wrap: wrap;
}
.ih-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 28px;
    text-align: left;
}
.ih-trust-num {
    font-size: 2rem;
    font-weight: 900;
    color: var(--teal);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.ih-trust-icon {
    font-size: 1.6rem;
    line-height: 1;
}
.ih-trust-label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.4;
}
.ih-trust-label strong { color: rgba(255,255,255,0.85); }
.ih-trust-sep {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.08);
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .ih-trust-inner { gap: 0; padding: 16px; justify-content: flex-start; }
    .ih-trust-item { padding: 8px 16px; }
    .ih-trust-sep { display: none; }
    .ih-trust-num { font-size: 1.5rem; }
}

/* ── Barcode explainer & demo ──────────────────────────────────────────── */
.ih-barcode-explainer {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 14px;
}
.ih-barcode-explainer-left {
    flex: 1;
    min-width: 0;
}
.ih-barcode-what {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.ih-barcode-what-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 2px;
}
.ih-barcode-what strong {
    display: block;
    font-size: 0.85rem;
    color: #e2e8f0;
    margin-bottom: 4px;
}
.ih-barcode-what p {
    font-size: 0.78rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}
.ih-barcode-visual {
    flex-shrink: 0;
}
.ih-barcode-img-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ih-barcode-arrow {
    animation: ih-arrow-bounce 1s ease-in-out infinite alternate;
}
@keyframes ih-arrow-bounce {
    from { transform: translateX(0); }
    to   { transform: translateX(-4px); }
}
.ih-barcode-arrow-label {
    font-size: 0.7rem;
    color: var(--teal);
    font-weight: 700;
    text-align: center;
    margin-top: 4px;
    letter-spacing: 0.03em;
}

/* Demo bar */
.ih-demo-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    flex-wrap: wrap;
}
.ih-demo-hint {
    font-size: 0.8rem;
    color: #64748b;
}
.ih-btn-demo {
    background: rgba(13,148,136,0.12);
    border: 1px solid rgba(13,148,136,0.3);
    color: var(--teal);
    border-radius: 100px;
    padding: 8px 18px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    font-family: inherit;
}
.ih-btn-demo:hover {
    background: rgba(13,148,136,0.22);
    transform: translateY(-1px);
}
.ih-btn-demo:disabled {
    opacity: 0.6;
    cursor: wait;
}
.ih-demo-badge {
    background: rgba(13,148,136,0.1);
    border-left: 3px solid var(--teal);
    padding: 8px 12px;
    border-radius: 0 8px 8px 0;
    font-size: 0.82rem;
    margin-bottom: 8px;
    color: #a7f3d0;
}

@media (max-width: 600px) {
    .ih-barcode-explainer { flex-direction: column; }
    .ih-barcode-visual { align-self: flex-start; }
}

/* ── Analytics v2 ─────────────────────────────────────────────────────────── */
.ia-table-events { font-size: 0.83rem; }
.ia-table-events th { white-space: nowrap; }
.ia-row-action td:first-child { border-left: 3px solid #2dd4bf; padding-left: 8px; }
.ia-query-cell { max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ia-tag-visit      { background: rgba(100,116,139,0.25); color: #94a3b8; }
.ia-tag-barcode    { background: rgba(99,102,241,0.2);   color: #818cf8; }
.ia-tag-restaurant { background: rgba(245,158,11,0.2);   color: #fbbf24; }
.ia-tag-manual     { background: rgba(16,185,129,0.2);   color: #34d399; }
.ia-tag-recipe     { background: rgba(236,72,153,0.2);   color: #f472b6; }

/* ── FIX OVERFLOW MOBILE iPhone ── */
@media (max-width: 480px) {
    .ih-wrap { padding: 0 10px 30px; border-radius: 12px; overflow-x: hidden; }
    .ih-hero { padding: 30px 12px 30px; }
    .ih-h1 { font-size: 1.5rem !important; letter-spacing: 0; white-space: normal; }
    .ih-lang-bar { gap: 5px; padding: 12px 0 0; justify-content: center; }
    .ih-lang-btn { padding: 5px 10px !important; font-size: 0.75rem !important; }
    .ih-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
    .ih-tab { flex-shrink: 0; font-size: 0.75rem !important; padding: 7px 10px !important; }
    .ih-intol-grid { grid-template-columns: 1fr 1fr; }
    .ih-panel-inner { padding: 14px 10px; }
}


/* ═══════════════════════════════════════════════════════════
   INTOLERIS — Footer Override v10.6
   Cible tous les footers de thème WordPress courants
   ═══════════════════════════════════════════════════════════ */

/* Reset agressif du footer thème */
body .site-footer,
body #colophon,
body footer#footer,
body #footer,
body footer.footer,
body [id="footer"],
body [class*="site-footer"] {
    background:  #080d12 !important;
    border-top:  1px solid rgba(45,212,191,.12) !important;
    color:       #94a3b8 !important;
    padding:     0 !important;
    margin-top:  0 !important;
    box-shadow:  none !important;
    width:       100% !important;
    text-align:  center !important;
    display:     block !important;
    float:       none !important;
}

/* Conteneur centré footer Intoleris */
.intoleris-footer-bar {
    width:           100%;
    max-width:       960px;
    margin:          0 auto;
    padding:         32px 20px 24px;
    display:         flex;
    flex-direction:  column;
    align-items:     center;
    justify-content: center;
    gap:             18px;
    box-sizing:      border-box;
    text-align:      center;
}

/* Logo texte fallback */
.intoleris-footer-logo {
    display:         flex;
    align-items:     center;
    gap:             10px;
    text-decoration: none !important;
}
.intoleris-footer-logo img {
    height:    36px;
    width:     auto;
    max-width: 180px;
}
.intoleris-footer-logo-text {
    font-family:    'Outfit', 'DM Sans', sans-serif;
    font-weight:    800;
    font-size:      1.2rem;
    letter-spacing: -0.02em;
    color:          #e2e8f0;
}
.intoleris-footer-logo-text span { color: #2dd4bf; }

/* Nav footer */
.intoleris-footer-nav ul {
    list-style:      none;
    display:         flex;
    flex-wrap:       wrap;
    justify-content: center;
    gap:             6px 22px;
    padding:         0;
    margin:          0;
}
.intoleris-footer-nav a,
.intoleris-footer-nav a:visited {
    font-family:     'Outfit', 'DM Sans', sans-serif;
    font-size:       0.85rem;
    color:           #64748b !important;
    text-decoration: none !important;
    transition:      color .2s;
}
.intoleris-footer-nav a:hover { color: #2dd4bf !important; }

/* Baseline copyright */
.intoleris-footer-baseline {
    font-family:    'Outfit', 'DM Sans', sans-serif;
    font-size:      0.72rem;
    color:          rgba(255,255,255,.2);
    text-align:     center;
    letter-spacing: .03em;
}
.intoleris-footer-baseline a {
    color:           rgba(45,212,191,.4) !important;
    text-decoration: none !important;
}
.intoleris-footer-baseline a:hover { color: #2dd4bf !important; }

/* Masquer contenu thème résiduel */
body .site-footer .site-info,
body .site-footer .copyright,
body .site-footer p:not(.intoleris-footer-baseline),
body #footer .footer-inner > *:not(.intoleris-footer-bar),
body #colophon > *:not(.intoleris-footer-bar) {
    display: none !important;
}

@media (max-width: 600px) {
    .intoleris-footer-bar   { padding: 24px 14px 20px; gap: 14px; }
    .intoleris-footer-nav ul { gap: 6px 14px; }
}


/* ═══════════════════════════════════════════════════════════
   INTOLERIS — Bloc Alternatives v1.0
   ═══════════════════════════════════════════════════════════ */

.ia-alternatives-block {
    margin:        12px 0 0;
    border-radius: 14px;
    border:        1px solid rgba(45,212,191,.25);
    background:    rgba(13,28,40,.7);
    overflow:      hidden;
    max-width:     560px;
    width:         100%;
}

/* Header du bloc */
.ia-alt-header {
    display:      flex;
    align-items:  center;
    gap:          8px;
    padding:      12px 16px 10px;
    border-bottom: 1px solid rgba(45,212,191,.1);
}
.ia-alt-header-icon  { font-size: 1.1rem; }
.ia-alt-header-title {
    font-family:    'Outfit', sans-serif;
    font-weight:    700;
    font-size:      0.88rem;
    color:          #2dd4bf;
    letter-spacing: .02em;
}

/* Liste d'alternatives */
.ia-alt-list {
    display:        flex;
    flex-direction: column;
    gap:            0;
}

.ia-alt-item {
    display:     flex;
    align-items: flex-start;
    gap:         12px;
    padding:     12px 16px;
    border-bottom: 1px solid rgba(255,255,255,.04);
    transition:  background .2s;
}
.ia-alt-item:last-child { border-bottom: none; }
.ia-alt-item:hover      { background: rgba(45,212,191,.04); }

/* Tag intolérance */
.ia-alt-tag {
    flex-shrink:    0;
    font-family:    'Outfit', 'DM Mono', monospace;
    font-size:      0.68rem;
    font-weight:    700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color:          #64748b;
    background:     rgba(255,255,255,.04);
    border:         1px solid rgba(255,255,255,.08);
    border-radius:  6px;
    padding:        3px 8px;
    white-space:    nowrap;
    margin-top:     2px;
    min-width:      80px;
    text-align:     center;
}

/* Contenu suggestion */
.ia-alt-content   { flex: 1; }
.ia-alt-suggestion {
    font-family: 'Outfit', sans-serif;
    font-size:   0.875rem;
    font-weight: 600;
    color:       #e2e8f0;
    line-height: 1.4;
    margin-bottom: 3px;
}
.ia-alt-why {
    font-size:  0.76rem;
    color:      #64748b;
    line-height: 1.5;
}
.ia-alt-why-label {
    font-weight: 600;
    color:       #475569;
}

/* Note de bas de bloc */
.ia-alt-note {
    font-size:   0.7rem;
    color:       rgba(255,255,255,.18);
    padding:     8px 16px 10px;
    margin:      0;
    border-top:  1px solid rgba(255,255,255,.04);
    line-height: 1.5;
    font-family: 'Outfit', sans-serif;
}

@media (max-width: 480px) {
    .ia-alt-item { flex-direction: column; gap: 6px; }
    .ia-alt-tag  { align-self: flex-start; }
}


/* ═══════════════════════════════════════
   Détail accordéon (remplace Voir détail)
   ═══════════════════════════════════════ */
.ia-detail-accordeon {
    max-width:     560px;
    width:         100%;
    margin-top:    12px;
}
.ia-detail-toggle {
    width:         100%;
    background:    rgba(13,148,136,0.08);
    border:        1px solid rgba(13,148,136,0.35);
    border-radius: 10px;
    padding:       12px 18px;
    color:         #2dd4bf;
    font-size:     0.9rem;
    font-weight:   600;
    cursor:        pointer;
    display:       flex;
    align-items:   center;
    justify-content: space-between;
    transition:    all .2s;
    font-family:   inherit;
}
.ia-detail-toggle:hover  { background: rgba(13,148,136,0.15); color: #5eead4; }
.ia-detail-toggle.open   { border-radius: 10px 10px 0 0; border-bottom-color: transparent; background: rgba(13,148,136,0.12); }
.ia-detail-chevron       { transition: transform .25s; display: inline-block; font-style: normal; }
.ia-detail-toggle.open .ia-detail-chevron { transform: rotate(180deg); }
.ia-detail-body {
    display:       none;
    background:    #0d1520;
    border:        1px solid rgba(13,148,136,0.25);
    border-top:    none;
    border-radius: 0 0 10px 10px;
    padding:       20px;
    color:         #e2e8f0 !important;
}
.ia-detail-body.open { display: block; }
.ia-detail-body * { color: #e2e8f0 !important; }
.ia-detail-body b, .ia-detail-body strong { color: #2dd4bf !important; }
.ia-detail-body h3 { color: #94a3b8 !important; }
.ia-detail-body .good { color: #4ade80 !important; }
.ia-detail-body .bad { color: #fca5a5 !important; }
.ia-detail-body .warn { color: #fbbf24 !important; }
.ia-detail-body .sighi-box { background: rgba(13,148,136,0.1) !important; border-color: #0d9488 !important; }
.ia-detail-body .sighi-box h3 { color: #2dd4bf !important; }
.ia-detail-body .res { background: rgba(0,0,0,0.3) !important; color: #e2e8f0 !important; }

/* Fix alternatives inside dark context */
.ia-alt-suggestion { color: #e2e8f0 !important; }
.ia-alt-why        { color: #64748b !important; }
.ia-alt-tag        { color: #64748b !important; background: rgba(255,255,255,.05) !important; border-color: rgba(255,255,255,.1) !important; }

/* Remove old standalone detail btn if it still appears */
#ia-detail-btn { display: none !important; }

/* Share buttons: compact on ALL screens */
.ia-btn-share { flex: 0 0 auto !important; }
.ia-share-label { width: auto !important; }


/* ── SHARE BUTTONS : forcer compact sur tous écrans ── */
.ia-card-actions .ia-btn-share,
.ia-share-row .ia-btn-share {
    width:     auto !important;
    min-width: 0   !important;
    max-width: none !important;
    flex:      0 0 auto !important;
    flex-grow: 0 !important;
    flex-basis: auto !important;
}
.ia-card-actions {
    flex-wrap:  wrap !important;
    gap:        6px  !important;
    padding:    10px 16px !important;
}


/* ═══════════════════════════════════════════════════════════
   Pricing — Améliorations visuelles (cohérence + séparation)
   ═══════════════════════════════════════════════════════════ */

/* Pills hero double public */
.ip-hero-pills-row {
    display:         flex;
    justify-content: center;
    gap:             10px;
    flex-wrap:       wrap;
    margin-bottom:   20px;
}
.ip-hero-pill {
    display:       inline-block;
    background:    rgba(13,148,136,.12);
    border:        1px solid rgba(13,148,136,.3);
    color:         #2dd4bf;
    font-size:     .8rem;
    font-weight:   700;
    padding:       6px 16px;
    border-radius: 20px;
    letter-spacing: .3px;
}
.ip-hero-pill-pro {
    background: rgba(245,158,11,.1);
    border-color: rgba(245,158,11,.3);
    color:       #fbbf24;
}

/* Séparateur B2B — bien plus visible que le précédent */
.ip-divider-pro {
    margin:        48px 0 40px;
    padding:       28px 24px;
    background:    linear-gradient(135deg, rgba(245,158,11,.06) 0%, rgba(17,30,47,.6) 100%);
    border-top:    2px solid rgba(245,158,11,.25);
    border-bottom: 2px solid rgba(245,158,11,.25);
    position:      relative;
    overflow:      hidden;
}
.ip-divider-pro::before {
    content:    '';
    position:   absolute;
    inset:      0;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(245,158,11,.03) 40px,
        rgba(245,158,11,.03) 41px
    );
    pointer-events: none;
}
.ip-divider-pro-inner {
    display:     flex;
    align-items: center;
    gap:         18px;
    max-width:   960px;
    margin:      0 auto;
    position:    relative;
}
.ip-divider-pro-icon {
    font-size:   2.4rem;
    flex-shrink: 0;
    filter:      drop-shadow(0 0 12px rgba(245,158,11,.4));
}
.ip-divider-pro-label {
    font-family:    'DM Sans', sans-serif;
    font-size:      1.3rem;
    font-weight:    800;
    color:          #fbbf24;
    letter-spacing: -.01em;
    margin-bottom:  4px;
}
.ip-divider-pro-sub {
    font-size:  .85rem;
    color:      #94a3b8;
    line-height: 1.5;
}

/* Comparatif — colonne "Analyses gratuites" header update */
.ip-compare-price-row td { font-weight: 600; }

/* ── Bandeau Générateur de Recettes (app.php) ── */
.irb-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(135deg, rgba(13,148,136,0.15), rgba(8,145,178,0.1));
    border: 1px solid rgba(13,148,136,0.4);
    border-radius: 14px;
    padding: 16px 20px;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
}
.irb-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.irb-icon {
    font-size: 2rem;
    flex-shrink: 0;
}
.irb-title {
    display: block;
    color: #e2e8f0;
    font-size: 1rem;
    font-weight: 700;
}
.irb-sub {
    display: block;
    color: #94a3b8;
    font-size: 0.83rem;
    margin-top: 2px;
}
.irb-btn {
    flex-shrink: 0;
    background: linear-gradient(135deg, #0d9488, #0891b2);
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(13,148,136,0.3);
    transition: all 0.2s;
}
.irb-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(13,148,136,0.45);
}
@media (max-width: 540px) {
    .irb-wrap { flex-direction: column; text-align: center; }
    .irb-left { flex-direction: column; }
    .irb-btn { width: 100%; text-align: center; }
}
