:root {
    --navy-950: #021324;
    --navy-900: #031c36;
    --navy-800: #07345f;
    --blue-600: #087bc8;
    --blue-500: #1495e7;
    --yellow-500: #ffc400;
    --yellow-400: #ffd43b;
    --orange-500: #ff9800;
    --red-500: #ef233c;
    --green-500: #22a863;
    --text: #0c1a2d;
    --muted: #64748b;
    --line: #dbe5ef;
    --surface: #ffffff;
    --surface-soft: #f3f7fb;
    --shadow-sm: 0 10px 30px rgba(3, 28, 54, .08);
    --shadow-lg: 0 30px 80px rgba(0, 18, 38, .22);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 34px;
    --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
    margin: 0;
    color: var(--text);
    background: #fff;
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--yellow-500); color: var(--navy-950); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 108px 0; }

.page-progress { position: fixed; z-index: 2000; inset: 0 0 auto; height: 3px; background: transparent; }
.page-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--yellow-500), var(--orange-500)); box-shadow: 0 0 15px var(--yellow-500); }

.site-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: 88px;
    transition: background .3s ease, box-shadow .3s ease, height .3s ease;
}
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,.12); }
.site-header.scrolled { height: 76px; background: rgba(2, 19, 36, .94); box-shadow: 0 12px 35px rgba(0, 14, 30, .22); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 0 auto; width: 130px; }
.brand img { width: 100%; height: 72px; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.2)); }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; color: rgba(255,255,255,.88); font-size: .88rem; font-weight: 600; padding: 31px 0; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--yellow-500); transition: right .25s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--yellow-500); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-button { display: none; width: 44px; height: 44px; border-radius: 50%; align-items: center; justify-content: center; color: var(--navy-950); background: var(--yellow-500); }
.phone-button svg { width: 21px; fill: currentColor; }
.header-quote { padding: 13px 18px; font-size: .82rem; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 0; padding: 11px; border-radius: 12px; background: rgba(255,255,255,.1); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 4px; background: #fff; transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; border: 1px solid transparent; border-radius: 10px; padding: 14px 22px; font-weight: 800; font-size: .9rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--yellow-400), var(--yellow-500)); box-shadow: 0 12px 30px rgba(255,196,0,.24); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(255,196,0,.38); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.55); }

.hero { position: relative; min-height: 850px; padding: 160px 0 58px; color: #fff; background: var(--navy-950); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: url("assets/images/usine-panoramique.webp") center/cover no-repeat; opacity: .25; filter: saturate(.8); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 75% 38%, rgba(8,123,200,.26), transparent 32%), linear-gradient(90deg, rgba(2,19,36,.99) 0%, rgba(2,19,36,.96) 42%, rgba(2,19,36,.54) 72%, rgba(2,19,36,.82) 100%); }
.hero-grid-lines { position: absolute; z-index: -1; inset: 0; opacity: .28; background-image: linear-gradient(rgba(35,131,207,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(35,131,207,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 53%); }
.hero-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--orange-500); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--yellow-500); }
.hero h1 { max-width: 690px; margin: 0 0 24px; font-size: clamp(3rem, 5.3vw, 5.3rem); line-height: 1.02; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 strong { color: var(--yellow-500); font-weight: 800; }
.hero-copy > p { max-width: 635px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-trust { display: flex; gap: 38px; margin-top: 35px; }
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-item .mini-icon { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,196,0,.4); border-radius: 12px; background: rgba(255,196,0,.09); color: var(--yellow-500); }
.trust-item svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-item span:last-child { display: flex; flex-direction: column; }
.trust-item b { font-size: .9rem; }
.trust-item small { color: rgba(255,255,255,.55); font-size: .72rem; }
.hero-visual { position: relative; height: 570px; }
.hero-visual-mobile { display: none; }
.hero-image-frame { position: absolute; z-index: 3; inset: 35px 0 18px 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.19); border-radius: 38px 38px 18px 38px; box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(-4deg); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(2,19,36,.46)); }
.electric-ring { position: absolute; border: 1px solid rgba(20,149,231,.38); border-radius: 50%; box-shadow: 0 0 70px rgba(20,149,231,.12); }
.ring-one { width: 480px; height: 480px; right: -70px; top: 0; }
.ring-two { width: 340px; height: 340px; right: -5px; top: 70px; border-color: rgba(255,196,0,.22); }
.floating-spec { position: absolute; z-index: 5; display: flex; flex-direction: column; min-width: 126px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(3,28,54,.79); box-shadow: 0 15px 35px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.floating-spec b { color: var(--yellow-500); font-size: 1.25rem; line-height: 1.1; }
.floating-spec span { color: rgba(255,255,255,.62); font-size: .7rem; }
.spec-voltage { left: 0; top: 108px; }
.spec-power { right: -24px; bottom: 85px; }
.floating-bolt { position: absolute; z-index: 6; right: 22px; top: 15px; width: 78px; filter: drop-shadow(0 10px 22px rgba(255,196,0,.5)); transform: rotate(8deg); }
.floating-bolt svg { fill: var(--yellow-500); stroke: #fff4a5; stroke-width: 1; }
.hero-features { position: relative; z-index: 10; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -34px; padding: 25px 26px; border: 1px solid rgba(41,139,217,.38); border-radius: 22px; background: linear-gradient(135deg, rgba(4,37,70,.96), rgba(2,24,46,.98)); box-shadow: 0 28px 55px rgba(0,12,26,.28); }
.hero-features article { display: flex; align-items: center; gap: 15px; padding: 8px 20px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-features article:last-child { border-right: 0; }
.feature-icon { display: grid; place-items: center; flex: 0 0 51px; width: 51px; height: 51px; color: var(--yellow-500); }
.feature-icon svg { width: 43px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-features div { display: flex; flex-direction: column; }
.hero-features b { font-size: .93rem; }
.hero-features small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.4; }

.section-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.section-heading h2 { margin: 0; color: var(--navy-950); font-size: clamp(2rem, 3.8vw, 3.35rem); line-height: 1.12; letter-spacing: -.045em; text-wrap: balance; }
.section-heading p { max-width: 700px; margin: 18px auto 0; color: var(--muted); }
.section-heading-light h2 { color: #fff; }
.section-heading-light { margin-bottom: 52px; }
.products-section { overflow: hidden; background: linear-gradient(180deg, #fff, #f4f8fc); }
.circuit { position: absolute; width: 240px; height: 380px; opacity: .25; background: radial-gradient(circle at 7px 7px, var(--blue-600) 0 3px, transparent 4px) 0 0/42px 42px; mask-image: linear-gradient(to right, #000, transparent); }
.circuit-left { left: -35px; top: 260px; transform: rotate(8deg); }
.filter-bar { display: flex; justify-content: center; gap: 9px; margin: -17px 0 32px; }
.filter-button { border: 1px solid var(--line); border-radius: 999px; padding: 9px 17px; color: var(--navy-800); background: #fff; font-size: .8rem; font-weight: 800; transition: .2s ease; }
.filter-button:hover, .filter-button.is-active { color: var(--navy-950); border-color: var(--yellow-500); background: var(--yellow-500); box-shadow: 0 8px 20px rgba(255,196,0,.2); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { position: relative; overflow: hidden; border: 1px solid #e1eaf2; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, opacity .25s ease; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(3,28,54,.14); }
.product-card.is-hidden { display: none; }
.product-media { position: relative; height: 235px; overflow: hidden; background: #dce7ee; }
.product-media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(2,19,36,.34)); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.055); }
.product-tag { position: absolute; z-index: 2; top: 15px; right: 15px; border-radius: 999px; padding: 7px 11px; color: var(--navy-950); background: var(--yellow-500); font-size: .67rem; font-weight: 800; }
.product-body { position: relative; min-height: 235px; padding: 25px 28px 27px; }
.product-symbol { position: absolute; top: -30px; right: 22px; display: grid; place-items: center; width: 61px; height: 61px; border: 5px solid #fff; border-radius: 16px; color: var(--blue-600); background: #eef7ff; box-shadow: 0 8px 20px rgba(3,28,54,.08); }
.product-symbol svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.product-card h3 { max-width: calc(100% - 30px); margin: 0 0 10px; color: var(--navy-950); font-size: 1.08rem; line-height: 1.35; }
.product-card p { margin: 0 0 20px; color: var(--muted); font-size: .82rem; }
.text-link { display: inline-flex; gap: 8px; padding: 0; border: 0; color: var(--blue-600); background: transparent; font-size: .8rem; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.dark-section { color: #fff; background: radial-gradient(circle at 50% 0, #0b4779, transparent 33%), var(--navy-950); overflow: hidden; }
.dark-section::before, .dark-section::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(20,149,231,.16); border-radius: 50%; }
.dark-section::before { left: -170px; top: -100px; }
.dark-section::after { right: -160px; bottom: -170px; }
.commitments-grid { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; z-index: 2; }
.commitment { padding: 10px 25px; text-align: center; border-right: 1px solid rgba(255,255,255,.12); }
.commitment:last-child { border-right: 0; }
.commitment > span { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 18px; border: 1px solid rgba(255,196,0,.35); border-radius: 20px; color: var(--yellow-500); background: rgba(255,196,0,.06); }
.commitment svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.commitment h3 { margin: 0 0 9px; font-size: 1rem; }
.commitment p { margin: 0; color: rgba(255,255,255,.62); font-size: .75rem; }

.partners-section { padding-block: 82px; background: #fff; }
.partners-section .section-heading { margin-bottom: 35px; }
.partners-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.partner-card { display: grid; place-items: center; min-height: 115px; padding: 18px; border: 1px solid #e5edf4; border-radius: 14px; background: #fff; box-shadow: 0 10px 25px rgba(3,28,54,.055); transition: transform .25s ease, box-shadow .25s ease; }
.partner-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(3,28,54,.12); }
.partner-card img { max-height: 65px; object-fit: contain; mix-blend-mode: multiply; }

.factory-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 590px; background: var(--navy-900); }
.factory-media { position: relative; overflow: hidden; }
.factory-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, var(--navy-900)); }
.factory-media img { width: 100%; height: 100%; object-fit: cover; }
.factory-badge { position: absolute; z-index: 2; left: clamp(25px, 5vw, 80px); bottom: 35px; display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #fff; background: rgba(2,19,36,.82); backdrop-filter: blur(12px); }
.factory-badge svg { width: 34px; fill: none; stroke: var(--yellow-500); stroke-width: 1.6; stroke-linejoin: round; }
.factory-badge span { display: flex; flex-direction: column; }
.factory-badge small { color: rgba(255,255,255,.55); }
.factory-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 600px; padding: 75px 7vw 75px 55px; color: #fff; }
.factory-content h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.12; letter-spacing: -.045em; }
.factory-content > p { margin: 0; color: rgba(255,255,255,.7); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 28px 0 32px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: .88rem; }
.check-list span { display: grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; border-radius: 50%; color: var(--navy-950); background: var(--yellow-500); font-weight: 900; }

.realizations-section { background: #f5f8fb; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading.aligned-left { max-width: 720px; margin: 0; text-align: left; }
.heading-row > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); font-size: .88rem; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border: 0; border-radius: 16px; padding: 0; background: var(--navy-900); box-shadow: var(--shadow-sm); }
.gallery-wide { grid-row: span 2; }
.gallery-item:last-child { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .3s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(2,19,36,.78)); }
.gallery-item span { position: absolute; z-index: 2; left: 18px; bottom: 14px; color: #fff; font-size: .82rem; font-weight: 800; }
.gallery-item:hover img { transform: scale(1.06); filter: saturate(1.1); }

.quote-section { position: relative; padding: 100px 0; color: #fff; background: linear-gradient(115deg, #052b51, #031c36 58%, #006aa7); overflow: hidden; }
.quote-section::before { content: ""; position: absolute; right: -80px; bottom: -110px; width: 560px; height: 560px; opacity: .16; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath d='M120 10v220M55 230l65-220 65 220M82 140h76M70 180h100M95 95h50M55 230h130'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat; }
.quote-electric-line { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, transparent, var(--yellow-500), transparent); box-shadow: 0 0 25px rgba(255,196,0,.7); }
.quote-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.quote-copy h2 { margin: 0 0 16px; font-size: clamp(2.4rem, 4.2vw, 4rem); line-height: 1.05; letter-spacing: -.05em; }
.quote-copy > p { max-width: 510px; margin: 0; color: rgba(255,255,255,.7); }
.quote-contact-list { display: grid; gap: 16px; margin-top: 33px; }
.quote-contact-list > * { display: flex; align-items: center; gap: 14px; color: #fff; }
.quote-contact-list svg { width: 25px; fill: none; stroke: var(--yellow-500); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.quote-contact-list span { display: flex; flex-direction: column; }
.quote-contact-list b { font-size: .86rem; }
.quote-contact-list small { color: rgba(255,255,255,.5); }
.quote-form { border: 1px solid rgba(255,255,255,.18); border-radius: 22px; padding: 30px; color: var(--text); background: rgba(255,255,255,.97); box-shadow: 0 35px 80px rgba(0,15,33,.3); }
.form-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.form-heading > div { display: flex; flex-direction: column; }
.form-heading b { color: var(--navy-950); font-size: 1.1rem; }
.form-heading small { color: var(--muted); font-size: .72rem; }
.form-bolt { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; color: var(--navy-950); background: var(--yellow-500); }
.form-bolt svg { width: 24px; fill: currentColor; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label > span { color: var(--navy-800); font-size: .72rem; font-weight: 800; }
.full-field { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #d7e2ec; border-radius: 9px; outline: 0; color: var(--navy-950); background: #fbfdff; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
input, select { height: 48px; padding: 0 13px; }
textarea { min-height: 120px; padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-500); background: #fff; box-shadow: 0 0 0 4px rgba(20,149,231,.1); }
input.invalid, textarea.invalid, select.invalid { border-color: #e5484d; box-shadow: 0 0 0 4px rgba(229,72,77,.08); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
.consent { display: flex; align-items: flex-start; gap: 9px; max-width: 350px; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--yellow-500); }
.form-status { display: none; margin: 18px 0 0; border-radius: 9px; padding: 11px 13px; font-size: .78rem; font-weight: 700; }
.form-status.success { display: block; color: #075b31; background: #dff7e9; }
.form-status.error { display: block; color: #8f1d22; background: #fde8e8; }
.honeypot-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.quote-form.is-submitting { pointer-events: none; opacity: .78; }
.quote-form button[disabled] { opacity: .72; }

.contact-strip { padding: 35px 0; color: #fff; background: var(--blue-600); }
.contact-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.contact-strip span { color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-strip h2 { margin: 4px 0 0; font-size: 1.6rem; }
.whatsapp-button { color: #fff; background: #1fbf66; box-shadow: 0 12px 25px rgba(0,80,40,.2); }
.whatsapp-button svg { fill: none; stroke: currentColor; }

.site-footer { padding: 72px 0 22px; color: rgba(255,255,255,.7); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr 1fr 1.25fr; gap: 55px; }
.footer-brand img { width: 150px; height: 82px; object-fit: contain; }
.footer-brand p { max-width: 330px; margin: 12px 0 22px; font-size: .8rem; }
.footer-grid h3 { margin: 9px 0 18px; color: #fff; font-size: .88rem; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span { font-size: .75rem; }
.footer-grid a:hover { color: var(--yellow-500); }
.social-links { display: flex; gap: 8px; }
.social-links a { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #fff; background: rgba(255,255,255,.05); font-weight: 800; }
.social-links a:hover { border-color: var(--yellow-500); background: var(--yellow-500); color: var(--navy-950); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.footer-bottom a { color: var(--yellow-500); }

.product-modal, .lightbox { width: min(92vw, 570px); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; padding: 35px; color: #fff; background: linear-gradient(145deg, #062c51, #021324); box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.product-modal::backdrop, .lightbox::backdrop { background: rgba(0, 12, 25, .82); backdrop-filter: blur(8px); }
.product-modal .modal-icon { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 16px; color: var(--navy-950); background: var(--yellow-500); }
.product-modal .modal-icon svg { width: 30px; fill: currentColor; }
.product-modal h2 { margin: 18px 0 10px; font-size: 1.8rem; }
.product-modal p, .product-modal li { color: rgba(255,255,255,.68); font-size: .85rem; }
.product-modal ul { padding-left: 20px; margin-bottom: 25px; }
.modal-close { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); font-size: 1.5rem; line-height: 1; }
.lightbox { width: min(94vw, 1100px); padding: 10px; background: #020b14; }
.lightbox img { width: 100%; max-height: 84vh; border-radius: 14px; object-fit: contain; }
.scroll-top { position: fixed; z-index: 800; right: 24px; bottom: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: var(--navy-800); box-shadow: 0 15px 35px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(14px); transition: .25s ease; }
.scroll-top.visible { opacity: 1; pointer-events: auto; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.25,1); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }
.reveal-delay-4 { transition-delay: .32s; }

.electric-cursor { display: none; }
@media (pointer: fine) and (min-width: 900px) {
    html, body, a, button, input, select, textarea, label { cursor: none !important; }
    .electric-cursor { position: fixed; z-index: 99999; top: 0; left: 0; display: block; width: 34px; height: 34px; pointer-events: none; transform: translate3d(-100px,-100px,0); transition: filter .18s ease; will-change: transform; }
    .electric-cursor img { width: 100%; filter: drop-shadow(0 0 8px rgba(255,196,0,.75)); transition: transform .16s ease; transform-origin: center; }
    .electric-cursor.is-hovering img { transform: rotate(-8deg) scale(1.38); filter: drop-shadow(0 0 12px rgba(255,196,0,1)); }
    .electric-cursor.is-clicking img { transform: scale(.78); }
}

@media (max-width: 1100px) {
    .desktop-nav { gap: 18px; }
    .desktop-nav a { font-size: .77rem; }
    .header-quote { display: none; }
    .hero-layout { gap: 25px; }
    .hero h1 { font-size: clamp(3rem, 6vw, 4.5rem); }
    .hero-features article { padding-inline: 12px; }
    .products-grid { gap: 18px; }
    .commitment { padding-inline: 16px; }
    .partners-track { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .site-header, .site-header.scrolled { height: 74px; background: rgba(255,255,255,.96); box-shadow: 0 8px 28px rgba(3,28,54,.12); backdrop-filter: blur(18px); }
    .site-header::after { background: #e5edf4; }
    .brand { width: 104px; }
    .brand img { height: 60px; }
    .desktop-nav { display: none; }
    .phone-button, .menu-toggle { display: flex; }
    .menu-toggle { display: block; background: #edf4fa; }
    .menu-toggle span { background: var(--navy-950); }
    .mobile-menu { position: fixed; z-index: 999; inset: 74px 0 auto; display: flex; flex-direction: column; gap: 4px; max-height: 0; padding: 0 20px; overflow: hidden; background: #fff; box-shadow: 0 20px 45px rgba(3,28,54,.13); transition: max-height .35s ease, padding .35s ease; }
    .mobile-menu.open { max-height: calc(100vh - 74px); padding-block: 18px 24px; overflow-y: auto; }
    .mobile-menu a:not(.button) { padding: 12px 4px; border-bottom: 1px solid #edf1f5; color: var(--navy-900); font-weight: 700; }
    .mobile-menu .button { margin-top: 8px; }
    .hero { min-height: auto; padding: 118px 0 35px; }
    .hero::after { background: linear-gradient(180deg, rgba(2,19,36,.98) 0%, rgba(2,19,36,.9) 62%, rgba(2,19,36,.98) 100%); }
    .hero-layout { grid-template-columns: 1fr; }
    .hero-copy { padding-bottom: 0; text-align: left; }
    .hero-copy > p { max-width: 720px; }
    .hero-visual { height: 520px; margin-top: 20px; }
    .hero-image-frame { inset: 10px 3vw 35px; transform: none; }
    .spec-voltage { left: 2px; top: 82px; }
    .spec-power { right: 0; bottom: 66px; }
    .hero-features { grid-template-columns: 1fr 1fr; margin-top: 5px; }
    .hero-features article:nth-child(2) { border-right: 0; }
    .hero-features article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
    .products-grid { grid-template-columns: 1fr 1fr; }
    .commitments-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
    .commitment { border-right: 0; }
    .commitment:last-child { grid-column: 1 / -1; max-width: 400px; justify-self: center; }
    .factory-section { grid-template-columns: 1fr; }
    .factory-media { min-height: 480px; }
    .factory-media::after { background: linear-gradient(180deg, transparent 65%, var(--navy-900)); }
    .factory-content { max-width: none; padding: 75px 30px; }
    .quote-layout { grid-template-columns: 1fr; gap: 45px; }
    .quote-copy { text-align: center; }
    .quote-copy > p { margin-inline: auto; }
    .quote-contact-list { max-width: 520px; margin-inline: auto; text-align: left; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 270px 270px; }
    .gallery-wide { grid-row: auto; }
    .gallery-item:first-child { grid-column: span 2; }
    .gallery-item:last-child { grid-column: span 2; }
    .footer-grid { grid-template-columns: 1.25fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 78px 0; }
    .header-actions { gap: 8px; }
    .phone-button { width: 42px; height: 42px; }
    .menu-toggle { width: 44px; height: 44px; }
    /* HERO MOBILE — composition entièrement dédiée au téléphone */
    .hero {
        min-height: auto;
        padding: 98px 0 26px;
        background: #021324;
    }
    .hero::before {
        opacity: .13;
        background-position: 52% center;
        filter: saturate(.75) contrast(1.05);
        transform: scale(1.08);
    }
    .hero::after {
        background:
            radial-gradient(circle at 88% 13%, rgba(20,149,231,.30), transparent 29%),
            radial-gradient(circle at 4% 54%, rgba(255,196,0,.10), transparent 27%),
            linear-gradient(180deg, rgba(2,19,36,.99) 0%, rgba(3,28,54,.96) 54%, rgba(2,19,36,1) 100%);
    }
    .hero-grid-lines {
        opacity: .18;
        background-size: 38px 38px;
        mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.55) 62%, transparent 100%);
    }
    .hero-layout { display: block; }
    .hero-copy {
        padding-bottom: 0;
        text-align: center;
    }
    .hero .eyebrow {
        justify-content: center;
        margin: 0 auto 17px;
        padding: 8px 12px;
        border: 1px solid rgba(255,196,0,.22);
        border-radius: 999px;
        color: #ffe274;
        background: rgba(255,196,0,.075);
        font-size: .63rem;
        letter-spacing: .105em;
        backdrop-filter: blur(10px);
    }
    .hero .eyebrow span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(255,196,0,.12), 0 0 16px rgba(255,196,0,.65);
    }
    .hero h1 {
        max-width: 11ch;
        margin: 0 auto 17px;
        font-size: clamp(2.55rem, 12.6vw, 3.65rem);
        line-height: 1.01;
        letter-spacing: -.058em;
    }
    .hero h1 strong {
        display: block;
        margin-top: 2px;
        text-shadow: 0 0 28px rgba(255,196,0,.19);
    }
    .hero-copy > p {
        max-width: 35ch;
        margin-inline: auto;
        color: rgba(255,255,255,.72);
        font-size: .91rem;
        line-height: 1.72;
    }
    .hero-copy > p b { color: #fff; font-weight: 700; }
    .hero-visual-desktop { display: none; }
    .hero-visual-mobile {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 27px 0 20px;
        isolation: isolate;
    }
    .mobile-energy-halo {
        position: absolute;
        z-index: -1;
        inset: 7% -8% 3%;
        border-radius: 46%;
        background:
            radial-gradient(circle at 22% 30%, rgba(20,149,231,.34), transparent 28%),
            radial-gradient(circle at 82% 78%, rgba(255,196,0,.22), transparent 26%);
        filter: blur(34px);
        opacity: .9;
    }
    .hero-mobile-card {
        position: relative;
        overflow: hidden;
        padding: 9px;
        border: 1px solid rgba(255,255,255,.16);
        border-radius: 27px;
        background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
        box-shadow: 0 28px 60px rgba(0,8,19,.48), inset 0 1px rgba(255,255,255,.13);
        backdrop-filter: blur(14px);
    }
    .hero-mobile-card::before {
        content: "";
        position: absolute;
        z-index: 3;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
        background: linear-gradient(135deg, rgba(20,149,231,.88), transparent 35%, transparent 65%, rgba(255,196,0,.8));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
    .hero-mobile-card-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        min-height: 39px;
        padding: 0 7px 7px;
        color: rgba(255,255,255,.74);
        font-size: .62rem;
        font-weight: 700;
    }
    .hero-mobile-live {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        min-width: 0;
        white-space: nowrap;
    }
    .hero-mobile-live i {
        flex: 0 0 7px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #3ddc97;
        box-shadow: 0 0 0 4px rgba(61,220,151,.12), 0 0 13px rgba(61,220,151,.8);
    }
    .hero-mobile-origin {
        flex: 0 0 auto;
        padding: 5px 8px;
        border: 1px solid rgba(255,196,0,.24);
        border-radius: 999px;
        color: #ffe274;
        background: rgba(255,196,0,.08);
        font-size: .55rem;
        letter-spacing: .03em;
    }
    .hero-mobile-media {
        position: relative;
        height: clamp(294px, 78vw, 350px);
        overflow: hidden;
        border-radius: 21px;
        background: #0a2946;
    }
    .hero-mobile-media::after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: inherit;
        pointer-events: none;
    }
    .hero-mobile-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 52% 54%;
        filter: saturate(.92) contrast(1.04);
        transform: scale(1.015);
    }
    .hero-mobile-media .hero-image-overlay {
        background:
            linear-gradient(180deg, rgba(2,19,36,.06) 28%, rgba(2,19,36,.08) 52%, rgba(2,19,36,.82) 100%),
            linear-gradient(90deg, rgba(2,19,36,.18), transparent 42%);
    }
    .hero-mobile-badge {
        position: absolute;
        z-index: 4;
        left: 14px;
        bottom: 14px;
        display: flex;
        align-items: center;
        gap: 9px;
        padding: 9px 12px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 14px;
        color: #fff;
        background: rgba(2,19,36,.70);
        box-shadow: 0 12px 28px rgba(0,0,0,.24);
        backdrop-filter: blur(12px);
    }
    .hero-mobile-badge svg {
        width: 25px;
        fill: none;
        stroke: var(--yellow-500);
        stroke-width: 1.8;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .hero-mobile-badge span { display: flex; flex-direction: column; text-align: left; }
    .hero-mobile-badge b { font-size: .73rem; line-height: 1.12; }
    .hero-mobile-badge small { margin-top: 2px; color: rgba(255,255,255,.57); font-size: .54rem; letter-spacing: .07em; }
    .hero-mobile-bolt {
        position: absolute;
        z-index: 4;
        top: 13px;
        right: 13px;
        display: grid;
        place-items: center;
        width: 47px;
        height: 47px;
        border: 1px solid rgba(255,255,255,.35);
        border-radius: 15px;
        background: linear-gradient(145deg, #ffe266, var(--yellow-500));
        box-shadow: 0 13px 30px rgba(255,196,0,.29), 0 0 30px rgba(255,196,0,.12);
        transform: rotate(4deg);
    }
    .hero-mobile-bolt svg {
        width: 27px;
        fill: var(--navy-950);
        filter: drop-shadow(0 1px rgba(255,255,255,.35));
    }
    .hero-mobile-data {
        display: grid;
        grid-template-columns: .92fr 1.25fr .92fr;
        gap: 0;
        padding: 12px 3px 3px;
    }
    .hero-mobile-data > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
        min-height: 48px;
        padding: 0 8px;
        border-right: 1px solid rgba(255,255,255,.11);
        text-align: center;
    }
    .hero-mobile-data > div:last-child { border-right: 0; }
    .hero-mobile-data small {
        color: rgba(255,255,255,.46);
        font-size: .51rem;
        letter-spacing: .06em;
        text-transform: uppercase;
    }
    .hero-mobile-data b {
        margin-top: 4px;
        color: #fff;
        font-size: clamp(.65rem, 2.7vw, .76rem);
        line-height: 1.2;
    }
    .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 0;
    }
    .hero-buttons .button {
        width: 100%;
        min-height: 55px;
        border-radius: 14px;
        font-size: .84rem;
    }
    .hero-buttons .button-primary {
        box-shadow: 0 16px 34px rgba(255,196,0,.22);
    }
    .hero-buttons .button-ghost {
        color: rgba(255,255,255,.88);
        border-color: rgba(255,255,255,.17);
        background: rgba(255,255,255,.045);
    }
    .hero-trust {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 13px;
    }
    .trust-item {
        min-width: 0;
        gap: 9px;
        padding: 11px;
        border: 1px solid rgba(255,255,255,.11);
        border-radius: 14px;
        background: rgba(255,255,255,.035);
        text-align: left;
        backdrop-filter: blur(8px);
    }
    .trust-item .mini-icon {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        border-radius: 11px;
    }
    .trust-item .mini-icon svg { width: 19px; }
    .trust-item b { font-size: .68rem; }
    .trust-item small { margin-top: 2px; font-size: .54rem; line-height: 1.25; }
    .hero-features {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        margin-top: 24px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .hero-features article {
        min-height: 92px;
        gap: 9px;
        padding: 13px 10px;
        border: 1px solid rgba(255,255,255,.1) !important;
        border-radius: 15px;
        background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022));
        text-align: left;
    }
    .feature-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    .feature-icon svg { width: 29px; }
    .hero-features b { font-size: .66rem; line-height: 1.25; }
    .hero-features small { margin-top: 3px; font-size: .52rem; line-height: 1.35; }
    .section-heading { margin-bottom: 32px; }
    .section-heading h2 { font-size: 2.15rem; }
    .section-heading p { font-size: .84rem; }
    .filter-bar { justify-content: flex-start; overflow-x: auto; padding-bottom: 7px; scrollbar-width: none; }
    .filter-bar::-webkit-scrollbar { display: none; }
    .filter-button { flex: 0 0 auto; }
    .products-grid { grid-template-columns: 1fr; gap: 18px; }
    .product-media { height: 240px; }
    .product-body { min-height: auto; }
    .commitments-grid { grid-template-columns: 1fr; gap: 12px; }
    .commitment, .commitment:last-child { grid-column: auto; display: grid; grid-template-columns: 54px 1fr; column-gap: 15px; max-width: none; padding: 17px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; text-align: left; background: rgba(255,255,255,.035); }
    .commitment > span { grid-row: 1 / 3; width: 54px; height: 54px; margin: 0; }
    .commitment h3 { align-self: end; margin: 0; }
    .commitment p { align-self: start; }
    .partners-track { grid-template-columns: 1fr 1fr; }
    .partner-card { min-height: 95px; padding: 10px; }
    .partner-card img { max-height: 52px; }
    .factory-media { min-height: 400px; }
    .factory-content { padding: 62px 20px; }
    .factory-content h2 { font-size: 2.25rem; }
    .factory-badge { left: 18px; bottom: 18px; }
    .heading-row { display: block; }
    .heading-row > p { margin-top: 18px; }
    .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 230px 200px 200px; }
    .gallery-item:first-child, .gallery-item:last-child { grid-column: span 2; }
    .quote-section { padding: 75px 0; }
    .quote-copy h2 { font-size: 2.6rem; }
    .quote-form { padding: 21px 17px; }
    .form-grid { grid-template-columns: 1fr; }
    .full-field { grid-column: auto; }
    .form-footer { display: grid; }
    .form-footer .button { width: 100%; }
    .contact-strip-inner { flex-direction: column; align-items: flex-start; }
    .contact-strip h2 { font-size: 1.35rem; }
    .whatsapp-button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .product-modal { padding: 28px 21px; }
    .scroll-top { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   HERO MOBILE CLASSIQUE — restauration de l'ancienne version
   Cette surcharge ne touche que les téléphones (≤ 640 px).
   ========================================================= */
@media (max-width: 640px) {
    .hero {
        min-height: auto;
        padding: 104px 0 32px;
        background: var(--navy-950);
    }

    .hero::before {
        opacity: .22;
        background-position: center;
        filter: saturate(.8);
        transform: none;
    }

    .hero::after {
        background:
            radial-gradient(circle at 82% 38%, rgba(8,123,200,.22), transparent 36%),
            linear-gradient(180deg, rgba(2,19,36,.98) 0%, rgba(2,19,36,.91) 64%, rgba(2,19,36,.98) 100%);
    }

    .hero-grid-lines {
        opacity: .22;
        background-size: 54px 54px;
        mask-image: linear-gradient(to right, #000, transparent 72%);
    }

    .hero-layout { display: block; }

    .hero-copy {
        padding-bottom: 0;
        text-align: left;
    }

    .hero .eyebrow {
        justify-content: flex-start;
        margin: 0 0 14px;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: var(--yellow-500);
        background: transparent;
        font-size: .68rem;
        letter-spacing: .11em;
        backdrop-filter: none;
    }

    .hero .eyebrow span {
        width: 24px;
        height: 2px;
        border-radius: 0;
        box-shadow: none;
    }

    .hero h1 {
        max-width: 10.7ch;
        margin: 0 0 17px;
        font-size: clamp(2.55rem, 12.2vw, 3.5rem);
        line-height: 1.02;
        letter-spacing: -.055em;
    }

    .hero h1 strong {
        display: inline;
        margin: 0;
        text-shadow: none;
    }

    .hero-copy > p {
        max-width: 36ch;
        margin: 0;
        color: rgba(255,255,255,.78);
        font-size: .91rem;
        line-height: 1.7;
    }

    .hero-copy > p b {
        color: #fff;
        font-weight: 700;
    }

    .hero-visual-desktop { display: none; }

    .hero-visual-mobile {
        position: relative;
        display: block;
        width: 100%;
        height: clamp(330px, 96vw, 405px);
        margin: 24px 0 20px;
        isolation: isolate;
    }

    .hero-visual-mobile .hero-image-frame {
        position: absolute;
        z-index: 3;
        inset: 8px 0 20px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 25px 25px 14px 25px;
        background: #0b2945;
        box-shadow: 0 24px 55px rgba(0,12,26,.42);
        transform: none;
    }

    .hero-visual-mobile .hero-image-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 52% 52%;
        filter: saturate(.94) contrast(1.03);
        transform: none;
    }

    .hero-visual-mobile .hero-image-overlay {
        background:
            linear-gradient(180deg, rgba(2,19,36,.03) 42%, rgba(2,19,36,.58) 100%),
            linear-gradient(90deg, rgba(2,19,36,.14), transparent 48%);
    }

    .hero-visual-mobile .electric-ring {
        display: block;
        z-index: 1;
    }

    .hero-visual-mobile .ring-one {
        width: 290px;
        height: 290px;
        top: -8px;
        right: -75px;
    }

    .hero-visual-mobile .ring-two {
        width: 215px;
        height: 215px;
        top: 43px;
        right: -26px;
    }

    .hero-visual-mobile .floating-spec {
        min-width: 101px;
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(3,28,54,.82);
        box-shadow: 0 12px 28px rgba(0,0,0,.24);
    }

    .hero-visual-mobile .floating-spec b {
        font-size: 1rem;
    }

    .hero-visual-mobile .floating-spec span {
        font-size: .58rem;
    }

    .hero-visual-mobile .spec-voltage {
        left: -3px;
        top: 68px;
    }

    .hero-visual-mobile .spec-power {
        right: -3px;
        bottom: 47px;
    }

    .hero-visual-mobile .floating-bolt {
        right: 10px;
        top: -5px;
        width: 58px;
    }

    .hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 0;
    }

    .hero-buttons .button {
        width: 100%;
        min-height: 54px;
        border-radius: 12px;
        font-size: .83rem;
    }

    .hero-buttons .button-primary {
        box-shadow: 0 14px 32px rgba(255,196,0,.22);
    }

    .hero-buttons .button-ghost {
        color: #fff;
        border-color: rgba(255,255,255,.28);
        background: rgba(255,255,255,.06);
    }

    .hero-trust {
        display: flex;
        flex-wrap: wrap;
        gap: 17px;
        margin-top: 24px;
    }

    .trust-item {
        min-width: 0;
        gap: 10px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        text-align: left;
        backdrop-filter: none;
    }

    .trust-item .mini-icon {
        flex: 0 0 39px;
        width: 39px;
        height: 39px;
        border-radius: 11px;
    }

    .trust-item .mini-icon svg { width: 21px; }
    .trust-item b { font-size: .75rem; }
    .trust-item small { margin-top: 1px; font-size: .59rem; line-height: 1.28; }

    .hero-features {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        margin-top: 25px;
        padding: 17px 12px;
        border: 1px solid rgba(41,139,217,.32);
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(4,37,70,.96), rgba(2,24,46,.98));
        box-shadow: 0 22px 45px rgba(0,12,26,.25);
    }

    .hero-features article {
        min-height: 84px;
        gap: 9px;
        padding: 12px 10px;
        border: 0 !important;
        border-right: 1px solid rgba(255,255,255,.11) !important;
        border-bottom: 1px solid rgba(255,255,255,.11) !important;
        border-radius: 0;
        background: transparent;
        text-align: left;
    }

    .hero-features article:nth-child(2n) {
        border-right: 0 !important;
    }

    .hero-features article:nth-last-child(-n + 2) {
        border-bottom: 0 !important;
    }

    .feature-icon {
        width: 35px;
        height: 35px;
        flex-basis: 35px;
    }

    .feature-icon svg { width: 30px; }
    .hero-features b { font-size: .67rem; line-height: 1.25; }
    .hero-features small { margin-top: 3px; font-size: .52rem; line-height: 1.35; }
}
