/* ===== OLDEV Portfolio — Custom Styles ===== */

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

body {
    font-family: 'Outfit', sans-serif;
    background: #020617;
    color: #e2e8f0;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-size: 256px 256px;
}

.grid-bg {
    background-image:
        linear-gradient(rgba(16,185,129,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16,185,129,0.03) 1px, transparent 1px);
    background-size: 64px 64px;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}
.hero-glow-1 { background: #10b981; width: 600px; height: 600px; opacity: 0.12; top: -200px; right: -100px; }
.hero-glow-2 { background: #059669; width: 400px; height: 400px; opacity: 0.08; bottom: -200px; left: -80px; }

@keyframes pulse-ring {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2.4); opacity: 0; }
}
.status-dot::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #10b981;
    animation: pulse-ring 2s ease-out infinite;
}

.card-glow {
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-glow::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(16,185,129,0.2), transparent 50%, rgba(5,150,105,0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}
.card-glow:hover::before { opacity: 1; }
.card-glow:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px -15px rgba(16, 185, 129, 0.15);
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}
.cursor-blink { animation: blink 1s step-end infinite; }

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #020617; }
::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #334155; }

.text-gradient {
    background: linear-gradient(135deg, #059669 0%, #10b981 50%, #34d399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bento-card {
    background: linear-gradient(145deg, rgba(30,41,59,0.5), rgba(15,23,42,0.8));
    border: 1px solid rgba(51,65,85,0.4);
    backdrop-filter: blur(10px);
}

.tech-item { transition: all 0.3s ease; }
.tech-item:hover {
    background: rgba(16,185,129,0.08);
    border-color: rgba(16,185,129,0.3);
}
.tech-item:hover .tech-icon {
    color: #10b981;
    transform: scale(1.1);
}
.tech-icon { transition: all 0.3s ease; }

.btn-primary {
    position: relative;
    overflow: hidden;
}
.btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s ease;
}
.btn-primary:hover::after { left: 100%; }

.nav-blur {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
}

.section-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(16,185,129,0.2), transparent);
}

.lang-btn { transition: all 0.2s ease; }
.lang-btn.active {
    background: rgba(16,185,129,0.15);
    color: #10b981;
    border-color: rgba(16,185,129,0.3);
}

.about-image-wrapper { position: relative; }
.about-image-wrapper::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, #059669, #10b981, #34d399);
    opacity: 0.4;
    z-index: 0;
}
.about-image-wrapper img { position: relative; z-index: 1; }

.gallery-item { transition: all 0.4s ease; overflow: hidden; }
.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 60px -15px rgba(16, 185, 129, 0.15);
    border-color: rgba(16,185,129,0.3);
}
.gallery-item img { transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .gallery-overlay { opacity: 0; transition: opacity 0.4s ease; }
.gallery-item:hover .gallery-overlay { opacity: 1; }

.promise-icon { transition: all 0.3s ease; }
.promise-card:hover .promise-icon { transform: scale(1.15); }

/* ===== WhatsApp floating CTA ===== */
.wa-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 60;
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #10b981;
    color: #020617;
    box-shadow: 0 10px 30px -8px rgba(16, 185, 129, 0.55), 0 0 0 1px rgba(16, 185, 129, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.wa-float:hover {
    background: #34d399;
    transform: translateY(-2px);
    box-shadow: 0 16px 40px -10px rgba(16, 185, 129, 0.7), 0 0 0 1px rgba(52, 211, 153, 0.6);
}
.wa-float i { font-size: 26px; }
.wa-float::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 9999px;
    border: 2px solid rgba(16, 185, 129, 0.5);
    opacity: 0;
    animation: wa-ring 2.4s ease-out infinite;
}
@keyframes wa-ring {
    0% { transform: scale(0.85); opacity: 0.7; }
    100% { transform: scale(1.4); opacity: 0; }
}
.wa-float-label {
    position: absolute;
    right: 68px;
    top: 50%;
    transform: translateY(-50%);
    background: #0f172a;
    border: 1px solid rgba(51,65,85,0.6);
    color: #cbd5e1;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.wa-float:hover .wa-float-label {
    opacity: 1;
    transform: translateY(-50%) translateX(-4px);
}
@media (max-width: 640px) {
    .wa-float { right: 1rem; bottom: 1rem; width: 52px; height: 52px; }
    .wa-float i { font-size: 24px; }
    .wa-float-label { display: none; }
}

/* ===== Pricing tier cards ===== */
.pricing-card {
    background: linear-gradient(145deg, rgba(30,41,59,0.5), rgba(15,23,42,0.85));
    border: 1px solid rgba(51,65,85,0.4);
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16,185,129,0.3);
    box-shadow: 0 20px 60px -15px rgba(16, 185, 129, 0.18);
}
.pricing-card.featured {
    border-color: rgba(16,185,129,0.55);
    box-shadow: 0 20px 60px -15px rgba(16, 185, 129, 0.25);
    position: relative;
}
.pricing-card.featured::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(16,185,129,0.35), transparent 55%, rgba(5,150,105,0.2));
    z-index: -1;
}
.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: #020617;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    border-radius: 9999px;
    box-shadow: 0 6px 20px -4px rgba(16, 185, 129, 0.5);
}
.pricing-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.5;
}
.pricing-feature i { color: #10b981; font-size: 12px; margin-top: 4px; }
.pricing-feature.included {
    background: rgba(16,185,129,0.06);
    border: 1px solid rgba(16,185,129,0.2);
    border-radius: 0.6rem;
    padding: 0.6rem 0.8rem;
    color: #cbd5e1;
}

/* ===== Migration paths grid ===== */
.path-card {
    background: linear-gradient(145deg, rgba(30,41,59,0.5), rgba(15,23,42,0.8));
    border: 1px solid rgba(51,65,85,0.4);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}
.path-card:hover {
    border-color: rgba(16,185,129,0.35);
    transform: translateY(-2px);
}
.path-arrow {
    color: #10b981;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
}

/* ===== FAQ accordion ===== */
.faq-item {
    border: 1px solid rgba(51,65,85,0.4);
    border-radius: 0.85rem;
    background: linear-gradient(145deg, rgba(30,41,59,0.4), rgba(15,23,42,0.7));
    overflow: hidden;
    transition: border-color 0.2s ease;
}
.faq-item:hover { border-color: rgba(16,185,129,0.3); }
.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1.1rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: #f1f5f9;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-family: 'JetBrains Mono', monospace;
    color: #10b981;
    font-size: 1.25rem;
    transition: transform 0.2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { border-bottom: 1px solid rgba(51,65,85,0.4); }
.faq-body {
    padding: 1.1rem 1.4rem;
    color: #94a3b8;
    line-height: 1.65;
    font-size: 0.95rem;
}

/* ===== Process steps ===== */
.process-step {
    position: relative;
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(30,41,59,0.5), rgba(15,23,42,0.8));
    border: 1px solid rgba(51,65,85,0.4);
    border-radius: 1rem;
}
.process-step .step-num {
    position: absolute;
    top: -14px;
    left: 1.5rem;
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background: #10b981;
    color: #020617;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== Skip link (a11y) ===== */
.skip-link {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 100;
}
.skip-link:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: 0.65rem 1rem;
    background: #10b981;
    color: #020617;
    border-radius: 0.5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 6px 24px -6px rgba(16, 185, 129, 0.5);
}

/* ===== Active nav link ===== */
.nav-link.active {
    color: #10b981;
}
.nav-link.active::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #10b981;
    border-radius: 2px;
    margin-top: 4px;
}
.mobile-nav-link.active {
    color: #10b981;
    background: rgba(16, 185, 129, 0.08);
}

/* ===== Nav CTA button (Free Audit) ===== */
.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border-radius: 0.6rem;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #10b981;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.nav-cta:hover {
    background: rgba(16, 185, 129, 0.22);
    border-color: rgba(16, 185, 129, 0.7);
    color: #34d399;
}
.nav-cta.active {
    background: #10b981;
    color: #020617;
    border-color: #10b981;
}
.mobile-nav-cta {
    display: block;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #10b981 !important;
    margin-top: 0.4rem;
}
.mobile-nav-cta.active {
    background: #10b981;
    color: #020617 !important;
}

/* ===== Language switcher ===== */
.lang-switch {
    min-width: 36px;
    text-align: center;
}

/* ===== Tertiary / subordinate button (Free Audit CTA in clusters) ===== */
.btn-tertiary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 1.1rem;
    border-radius: 0.6rem;
    color: #94a3b8;
    border: 1px dashed rgba(51, 65, 85, 0.7);
    background: transparent;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.btn-tertiary:hover {
    color: #10b981;
    border-color: rgba(16, 185, 129, 0.45);
    border-style: solid;
    background: rgba(16, 185, 129, 0.04);
}

/* ===== Audit page bits ===== */
.check-card {
    background: linear-gradient(145deg, rgba(30,41,59,0.4), rgba(15,23,42,0.7));
    border: 1px solid rgba(51,65,85,0.4);
    border-radius: 0.85rem;
    padding: 1.1rem 1.25rem;
    transition: border-color 0.2s ease;
}
.check-card:hover { border-color: rgba(16,185,129,0.3); }
.check-card .check-icon {
    width: 36px;
    height: 36px;
    border-radius: 0.55rem;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    margin-bottom: 0.6rem;
}

.report-preview {
    background: linear-gradient(145deg, rgba(30,41,59,0.55), rgba(15,23,42,0.9));
    border: 1px solid rgba(51,65,85,0.5);
    border-radius: 1rem;
    padding: 1.5rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: #cbd5e1;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
}
.report-preview::after {
    content: 'SAMPLE';
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: rgba(148, 163, 184, 0.4);
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 0.2rem 0.55rem;
    border-radius: 0.3rem;
}
.report-preview .rp-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px dashed rgba(51, 65, 85, 0.4);
}
.report-preview .rp-row:last-child { border-bottom: none; }
.report-preview .rp-status {
    flex-shrink: 0;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.18rem 0.5rem;
    border-radius: 0.3rem;
    letter-spacing: 0.05em;
}
.rp-status.rp-ok    { background: rgba(16, 185, 129, 0.15); color: #34d399; }
.rp-status.rp-warn  { background: rgba(234, 179, 8, 0.15);  color: #facc15; }
.rp-status.rp-fail  { background: rgba(239, 68, 68, 0.15);  color: #f87171; }

/* ===== Reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
    .reveal { opacity: 1 !important; transform: none !important; }
    .cursor-blink, .status-dot::before, .wa-float::before {
        animation: none !important;
    }
}

/* ===== Contact cards ===== */
.contact-card {
    background: linear-gradient(145deg, rgba(30,41,59,0.5), rgba(15,23,42,0.85));
    border: 1px solid rgba(51,65,85,0.4);
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16,185,129,0.35);
    box-shadow: 0 20px 60px -15px rgba(16, 185, 129, 0.18);
}
.contact-card .contact-icon {
    width: 56px;
    height: 56px;
    border-radius: 1rem;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    font-size: 1.5rem;
}
.contact-card h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #f1f5f9;
    font-size: 1.25rem;
}
.contact-card p { color: #94a3b8; font-size: 0.95rem; line-height: 1.55; }
.contact-card .contact-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    background: #10b981;
    color: #020617;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}
.contact-card:hover .contact-cta {
    background: #34d399;
    box-shadow: 0 10px 30px -8px rgba(16, 185, 129, 0.4);
}
.contact-card.contact-card-secondary .contact-cta {
    background: transparent;
    border: 1px solid rgba(16,185,129,0.4);
    color: #34d399;
}
.contact-card.contact-card-secondary:hover .contact-cta {
    background: rgba(16,185,129,0.08);
    border-color: rgba(16,185,129,0.7);
}

/* ===== Lead magnet ===== */
.lead-magnet {
    background: linear-gradient(145deg, rgba(30,41,59,0.55), rgba(15,23,42,0.9));
    border: 1px solid rgba(16,185,129,0.25);
    border-radius: 1.5rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.lead-magnet::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(16,185,129,0.12);
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
}
.lead-magnet-form {
    display: grid;
    gap: 0.85rem;
    position: relative;
    z-index: 1;
}
.lead-magnet-form .lm-row {
    display: grid;
    gap: 0.85rem;
}
@media (min-width: 640px) {
    .lead-magnet-form .lm-row.lm-row-2 {
        grid-template-columns: 1fr 1fr;
    }
}
.lead-magnet-form label {
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.4rem;
}
.lead-magnet-form .lm-required { color: #10b981; margin-left: 2px; }
.lead-magnet-form input[type="email"],
.lead-magnet-form input[type="text"] {
    width: 100%;
    background: rgba(2, 6, 23, 0.7);
    border: 1px solid rgba(51, 65, 85, 0.6);
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
    color: #f1f5f9;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lead-magnet-form input::placeholder { color: #475569; }
.lead-magnet-form input:focus {
    outline: none;
    border-color: rgba(16, 185, 129, 0.6);
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12);
}
.lead-magnet-form input[aria-invalid="true"] {
    border-color: rgba(239, 68, 68, 0.6);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}
.lead-magnet-form .lm-error {
    color: #f87171;
    font-size: 0.8rem;
    font-family: 'Outfit', sans-serif;
    margin-top: 0.35rem;
    min-height: 1rem;
}
.lead-magnet-form .lm-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none;
}
.lead-magnet-form button[type="submit"] {
    background: #10b981;
    color: #020617;
    border: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.95rem 1.5rem;
    border-radius: 0.85rem;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.lead-magnet-form button[type="submit"]:hover:not(:disabled) {
    background: #34d399;
    box-shadow: 0 10px 30px -8px rgba(16, 185, 129, 0.45);
}
.lead-magnet-form button[type="submit"]:disabled {
    opacity: 0.7;
    cursor: progress;
}
.lead-magnet-form .lm-microcopy {
    font-size: 0.78rem;
    color: #64748b;
    font-family: 'JetBrains Mono', monospace;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.4rem;
}
.lead-magnet-form .lm-consent {
    font-size: 0.72rem;
    color: #475569;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.55rem;
}
.lead-magnet-form .lm-consent a {
    color: #94a3b8;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.lead-magnet-form .lm-consent a:hover {
    color: #10b981;
}
.lead-magnet-form .lm-handled-link {
    font-size: 0.78rem;
    color: #94a3b8;
    text-align: center;
    line-height: 1.55;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(30, 41, 59, 0.6);
}
.lead-magnet-form .lm-form-error {
    color: #f87171;
    font-size: 0.85rem;
    font-family: 'Outfit', sans-serif;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    border-radius: 0.6rem;
    padding: 0.6rem 0.85rem;
}
.lead-magnet-success {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.5rem;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.35);
    border-radius: 1rem;
    color: #cbd5e1;
    line-height: 1.55;
    position: relative;
    z-index: 1;
}
.lead-magnet-success i {
    color: #10b981;
    font-size: 1.5rem;
    margin-top: 2px;
}
.lead-magnet-success strong {
    display: block;
    color: #f1f5f9;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

/* ===== Bilingual visibility ===== */
[data-lang="fr"] { display: none; }
html[lang="fr"] [data-lang="en"] { display: none; }
html[lang="fr"] [data-lang="fr"] { display: block; }
html[lang="fr"] span[data-lang="fr"],
html[lang="fr"] a[data-lang="fr"] { display: initial; }
html[lang="fr"] span[data-lang="en"],
html[lang="fr"] a[data-lang="en"] { display: none; }
span[data-lang="fr"], a[data-lang="fr"] { display: none; }
span[data-lang="en"], a[data-lang="en"] { display: initial; }
