:root{--blue:#063f9e;--blue2:#0b56cf;--navy:#08235d;--ink:#14213d;--gold:#d9aa3d;--gold2:#f0cf75;--paper:#f6f9ff;--muted:#64728a;--line:rgba(6,63,158,.14);--shadow:0 18px 45px rgba(8,35,93,.12);--soft:0 8px 22px rgba(8,35,93,.09);--r:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#fff 0%,#f5f8ff 55%,#fff 100%);line-height:1.55;padding-bottom:86px}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}svg text{display:none}.container{width:min(1180px,calc(100% - 34px));margin:auto}.skip{position:absolute;left:-9999px;top:12px;background:#fff;color:var(--blue);padding:10px 14px;border-radius:12px;z-index:9999}.skip:focus{left:12px}.section-pad{padding:70px 0}.reveal{animation:rise .55s ease both}@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.web10-header{height:76px;position:sticky;top:0;z-index:1000;display:flex;align-items:center;gap:16px;padding:0 clamp(14px,3.5vw,48px);background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);box-shadow:0 8px 24px rgba(8,35,93,.07)}.brand{display:flex;align-items:center;gap:10px;min-width:190px}.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue2),var(--navy));color:var(--gold2);display:grid;place-items:center;box-shadow:inset 0 0 0 1px rgba(240,207,117,.5),var(--soft)}.brand-mark svg{width:21px;height:21px}.brand b{font-family:Georgia,serif;text-transform:uppercase;font-size:21px;letter-spacing:.04em;color:var(--navy);line-height:1}.brand small{display:block;margin-top:1px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-size:9px;font-weight:900}.brand sup{font-size:.45em}.nav{display:flex;align-items:center;gap:18px;justify-content:center;flex:1}.nav a{font-size:12px;font-weight:900;text-transform:uppercase;color:#13346e;white-space:nowrap;position:relative}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold2));border-radius:999px;transform:scaleX(0);transform-origin:left;transition:.18s}.nav a:hover,.nav a.active{color:var(--blue)}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.lang-switch{display:flex;gap:3px;padding:3px;background:#eef5ff;border:1px solid var(--line);border-radius:999px}.lang-switch a{padding:6px 9px;border-radius:999px;font-size:11px;font-weight:950}.lang-switch .on{background:#fff;color:var(--blue);box-shadow:var(--soft)}.header-cta{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:16px;background:linear-gradient(135deg,var(--blue2),var(--navy));color:#fff;box-shadow:var(--soft)}.header-cta svg{width:17px;height:17px;color:var(--gold2)}.header-cta strong{display:block;color:var(--gold2);font-size:15px;line-height:1}.header-cta small{display:block;font-size:9px;text-transform:uppercase;font-weight:900}.menu-toggle{display:none;border:0;background:linear-gradient(135deg,var(--blue2),var(--navy));width:42px;height:38px;border-radius:12px;padding:8px}.menu-toggle span{display:block;width:20px;height:2px;margin:4px auto;background:#fff;border-radius:999px}
.hero-web10{position:relative;overflow:hidden;background:linear-gradient(105deg,#fff 0%,#fff 48%,#e8f1ff 48%,#f8fbff 100%)}.hero-media{position:absolute;right:0;top:0;bottom:0;width:54%;clip-path:ellipse(82% 86% at 72% 50%)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-glow{position:absolute;inset:0;background:radial-gradient(circle at 16% 24%,rgba(217,170,61,.2),transparent 28%),linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 45%,rgba(255,255,255,.35) 68%,rgba(255,255,255,.04) 100%)}.hero-grid-web10{position:relative;z-index:2;min-height:635px;display:grid;align-items:center}.hero-copy-web10{width:min(640px,100%)}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:950;color:#b78724;margin-bottom:12px}.hero-copy-web10 h1{font-family:Georgia,serif;font-size:clamp(38px,5.5vw,68px);line-height:1;margin:0 0 18px;color:var(--navy);letter-spacing:-.035em}.hero-copy-web10 p{font-size:18px;line-height:1.7;color:#31445f;max-width:610px;margin:0}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.trust-row span,.mini-icons span{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:15px;background:rgba(255,255,255,.9);border:1px solid var(--line);box-shadow:var(--soft);font-weight:900;color:#14346c;font-size:14px}.trust-row svg,.mini-icons svg{width:18px;height:18px;color:var(--gold)}.hero-actions{display:flex;gap:11px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;padding:12px 18px;font-weight:950;border:0;box-shadow:var(--soft);transition:.18s ease;font-size:14px;line-height:1.1}.btn:hover{transform:translateY(-2px)}.btn svg{width:17px;height:17px}.btn-blue{background:linear-gradient(135deg,var(--blue2),var(--navy));color:#fff}.btn-gold{background:linear-gradient(135deg,var(--gold),#c79222);color:#fff}.btn-white{background:#fff;color:var(--blue)}
.section-title{text-align:center;max-width:820px;margin:0 auto 32px}.section-title>span{width:46px;height:46px;margin:0 auto 10px;border-radius:16px;display:grid;place-items:center;background:#fff;color:var(--gold);border:1px solid rgba(217,170,61,.38);box-shadow:var(--soft)}.section-title svg{width:22px;height:22px}.section-title h2{font-family:Georgia,serif;font-size:clamp(28px,3.8vw,46px);line-height:1.08;margin:0;color:var(--navy)}.service-grid-web10{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card-web10{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;box-shadow:var(--soft);transition:.2s ease}.service-card-web10:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.service-card-web10 .pic{position:relative;height:185px;background:#e8f0ff;overflow:hidden}.service-card-web10 .pic img{width:100%;height:100%;object-fit:cover}.service-card-web10 .pic:after{content:"";position:absolute;inset:auto 0 0;height:50%;background:linear-gradient(0deg,rgba(8,35,93,.55),transparent)}.service-card-web10 i{position:absolute;left:15px;bottom:14px;z-index:2;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue2),var(--navy));color:var(--gold2);border:2px solid #fff;box-shadow:0 10px 22px rgba(8,35,93,.22);font-style:normal}.service-card-web10 i svg{width:20px;height:20px}.service-card-web10>div:last-child{padding:18px 20px 21px}.service-card-web10 h3{margin:0 0 8px;text-transform:uppercase;font-size:15px;line-height:1.25;color:var(--blue);letter-spacing:.01em}.service-card-web10 p{margin:0 0 13px;color:#53637e;font-size:14.5px}.service-card-web10 em{font-style:normal;color:#b78724;font-weight:950;font-size:14px}
.method-web10{position:relative;overflow:hidden;padding:68px 0;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff}.method-web10:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 20% 20%,rgba(240,207,117,.2),transparent 32%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.12),transparent 28%)}.method-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.method-grid h2{font-family:Georgia,serif;font-size:clamp(32px,3.8vw,48px);line-height:1.05;margin:0 0 14px}.method-grid p{font-size:17px;line-height:1.75;color:#e5edff}.method-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:26px;box-shadow:0 24px 60px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.2)}.mini-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:22px}.method-web10 .mini-icons span{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#fff;box-shadow:none}.city-grid-web10{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.city-card-web10{position:relative;min-height:190px;border-radius:var(--r);overflow:hidden;border:1px solid rgba(217,170,61,.3);box-shadow:var(--soft);background:#fff;transition:.2s ease}.city-card-web10:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.city-card-web10 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.city-card-web10:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,35,93,.03) 15%,rgba(8,35,93,.82) 100%)}.city-card-web10 strong,.city-card-web10 small{position:absolute;left:17px;right:17px;z-index:2;color:#fff}.city-card-web10 strong{bottom:40px;display:flex;align-items:center;gap:7px;font-size:17px;line-height:1.18}.city-card-web10 strong svg{width:17px;height:17px;color:var(--gold2)}.city-card-web10 small{bottom:18px;color:#eaf1ff;font-weight:750;font-size:13px}.cta-web10{padding:56px 0;background:linear-gradient(135deg,var(--gold),#c79222);color:#fff;text-align:center}.cta-web10 h2{font-family:Georgia,serif;font-size:clamp(28px,3.8vw,42px);line-height:1.1;margin:0 0 12px}.cta-web10 p{font-size:17px;margin:0 auto 20px;max-width:760px;color:rgba(255,255,255,.96)}
.page-hero-web10{padding:84px 0 58px;background:linear-gradient(135deg,#fff,#edf5ff);text-align:center;border-bottom:1px solid var(--line)}.page-hero-web10 h1{font-family:Georgia,serif;font-size:clamp(34px,5vw,58px);margin:0 0 14px;color:var(--navy);line-height:1.05}.page-hero-web10 p{font-size:18px;color:var(--muted);max-width:790px;margin:auto;line-height:1.7}.page-grid-web10{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);gap:28px;align-items:start}.content-panel,.side-panel{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--soft);padding:26px}.content-panel h2{font-family:Georgia,serif;color:var(--navy);font-size:30px;line-height:1.1;margin:0 0 12px}.content-panel p{color:#465a77;font-size:16.5px}.side-panel{display:grid;gap:14px}.side-panel img{border-radius:18px;aspect-ratio:4/3;object-fit:cover;width:100%}.web10-footer{background:#061b49;color:#eaf1ff;padding:52px 0 20px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:28px}.footer-logo{font-family:Georgia,serif;font-size:26px;color:var(--gold2);margin-bottom:10px}.web10-footer h3{margin:0 0 12px;color:#fff}.web10-footer a{display:block;color:#cbd8f2;margin:8px 0}.web10-footer p{color:#cbd8f2}.powered{text-align:center;border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:18px;color:#9fb0d1;font-size:13px}
.fixed-actions{position:fixed;left:50%;bottom:14px;transform:translateX(-50%);z-index:1200;display:flex;gap:8px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 16px 40px rgba(8,35,93,.18)}.fixed-action{display:flex;align-items:center;gap:8px;border-radius:13px;padding:9px 12px;color:#fff;min-width:116px;box-shadow:var(--soft)}.fixed-action svg{width:17px;height:17px}.fixed-action strong{display:block;font-size:13px;line-height:1;text-transform:uppercase}.fixed-action small{display:block;font-size:11px;opacity:.92;line-height:1.1;margin-top:2px}.fixed-urgency{background:linear-gradient(135deg,#c92432,#8f1721)}.fixed-whatsapp{background:linear-gradient(135deg,#1dae60,#087d3b)}.fixed-devis{background:linear-gradient(135deg,var(--blue2),var(--navy))}
.gate-body{min-height:100vh;padding:0;overflow:hidden;background:linear-gradient(135deg,#08235d,#063f9e 55%,#0b56cf);color:#fff}.gate-screen{position:relative;min-height:100vh;display:grid;place-items:center;padding:24px;overflow:hidden}.gate-bg span{position:absolute;border-radius:999px;filter:blur(20px);opacity:.45;animation:floaty 8s ease-in-out infinite}.gate-bg span:nth-child(1){width:260px;height:260px;background:var(--gold);left:8%;top:12%}.gate-bg span:nth-child(2){width:340px;height:340px;background:#65a6ff;right:8%;bottom:8%;animation-delay:-2s}.gate-bg span:nth-child(3){width:170px;height:170px;background:#fff;right:24%;top:14%;animation-delay:-4s}.gate-door{position:absolute;inset:0;display:flex;z-index:2;animation:fadeDoor 2.7s ease forwards}.door-left,.door-right{width:50%;height:100%;background:linear-gradient(135deg,#061b49,#0b56cf);box-shadow:inset 0 0 0 1px rgba(240,207,117,.28);transform-origin:left center;animation:openLeft 1.6s .55s cubic-bezier(.7,0,.2,1) forwards}.door-right{transform-origin:right center;animation-name:openRight}.gate-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:74px;height:74px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold2),var(--gold));color:#08235d;font-size:28px;box-shadow:0 20px 60px rgba(0,0,0,.35);animation:lockPop 1.2s .4s both}.gate-panel{position:relative;z-index:3;width:min(740px,100%);text-align:center;padding:38px;border-radius:32px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(20px);box-shadow:0 28px 90px rgba(0,0,0,.32);animation:panelIn 1.2s 1.9s both}.gate-logo strong{display:block;font-family:Georgia,serif;font-size:clamp(34px,5vw,48px);color:#fff}.gate-logo span{font-size:42px}.gate-logo small{display:block;color:var(--gold2);letter-spacing:.16em;text-transform:uppercase;font-weight:900}.gate-panel h1{font-family:Georgia,serif;font-size:clamp(34px,6vw,58px);margin:20px 0 8px}.gate-panel p{font-size:17px;color:#e4edff;margin:0 auto;max-width:560px}.language-choice{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}.choice-card{background:#fff;color:var(--navy);border-radius:24px;padding:22px;box-shadow:0 18px 50px rgba(0,0,0,.22);transition:.22s transform}.choice-card:hover{transform:translateY(-5px)}.choice-card span{font-size:40px}.choice-card strong{display:block;font-size:22px}.choice-card small{color:var(--muted)}@keyframes openLeft{to{transform:perspective(1200px) rotateY(-88deg)}}@keyframes openRight{to{transform:perspective(1200px) rotateY(88deg)}}@keyframes fadeDoor{80%{opacity:1}100%{opacity:0;visibility:hidden}}@keyframes lockPop{50%{transform:translate(-50%,-50%) scale(1.15)}100%{opacity:0}}@keyframes panelIn{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}@keyframes floaty{50%{transform:translateY(28px)}}
@media(max-width:1080px){.web10-header{height:70px;padding:0 14px}.menu-toggle{display:block;margin-left:auto}.nav{display:none;position:fixed;top:78px;left:12px;right:12px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:14px;box-shadow:var(--shadow);z-index:1300;flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:11px;border-radius:12px}.nav a:hover{background:#eef5ff}.nav a:after{display:none}.header-cta{display:none}.brand{min-width:0}.hero-web10{padding:58px 0 34px}.hero-media{position:relative;width:100%;height:360px;clip-path:none;border-radius:26px;overflow:hidden;margin:24px auto 0}.hero-grid-web10{min-height:auto;display:block}.service-grid-web10,.city-grid-web10,.method-grid,.page-grid-web10,.footer-grid{grid-template-columns:1fr 1fr}.fixed-actions{width:auto}}
@media(max-width:700px){body{padding-bottom:76px}.container{width:min(100% - 22px,1180px)}.web10-header{min-height:66px;height:auto;flex-wrap:wrap;padding:9px 10px}.brand b{font-size:18px}.brand small{font-size:8px}.brand-mark{width:38px;height:38px}.lang-switch{order:5}.hero-copy-web10 h1{font-size:36px}.hero-copy-web10 p{font-size:16px}.hero-media{height:270px}.trust-row,.hero-actions,.mini-icons{display:grid;grid-template-columns:1fr}.service-grid-web10,.city-grid-web10,.method-grid,.page-grid-web10,.footer-grid{grid-template-columns:1fr}.section-pad{padding:50px 0}.service-card-web10 .pic{height:170px}.city-card-web10{min-height:168px}.fixed-actions{left:8px;right:8px;bottom:8px;transform:none;display:grid;grid-template-columns:repeat(3,1fr);border-radius:16px;padding:6px}.fixed-action{min-width:0;justify-content:center;padding:8px 6px;border-radius:12px}.fixed-action span{display:block}.fixed-action strong{font-size:11px}.fixed-action small{display:none}.fixed-action svg{width:16px;height:16px}.language-choice{grid-template-columns:1fr}.gate-panel{padding:26px}.gate-logo strong{font-size:34px}}


/* Service detail pages */
.service-hero-detail{position:relative;overflow:hidden;padding:72px 0 54px;background:linear-gradient(135deg,#ffffff 0%,#eef5ff 58%,#e8f1ff 100%);border-bottom:1px solid var(--line)}
.service-hero-detail:before{content:"";position:absolute;right:-120px;top:-140px;width:430px;height:430px;border-radius:999px;background:radial-gradient(circle,rgba(217,170,61,.26),transparent 62%)}
.service-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.78fr);gap:34px;align-items:center}.service-hero-copy h1{font-family:Georgia,serif;font-size:clamp(36px,5vw,62px);line-height:1.02;color:var(--navy);margin:0 0 14px;letter-spacing:-.035em}.service-hero-copy p{font-size:18px;line-height:1.72;color:#405371;margin:0;max-width:760px}.service-hero-photo{position:relative;border-radius:30px;overflow:hidden;border:1px solid rgba(217,170,61,.35);box-shadow:0 24px 70px rgba(8,35,93,.16);background:#fff}.service-hero-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}.service-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 45%,rgba(6,63,158,.36) 100%)}
.service-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.service-main-card,.service-aside-card,.info-card,.faq-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--soft)}.service-main-card{padding:30px}.service-main-card h2,.info-card h2,.faq-card h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(26px,3vw,36px);line-height:1.1;margin:0 0 14px}.service-main-card p{font-size:17px;color:#435775;line-height:1.75;margin:0 0 18px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:22px 0 0;padding:0;list-style:none}.feature-list li{display:flex;gap:10px;align-items:flex-start;padding:14px;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff);border:1px solid rgba(6,63,158,.10);font-weight:850;color:#173a78}.feature-list svg{color:var(--gold);margin-top:2px}.service-aside-card{padding:18px;position:sticky;top:92px}.aside-title{font-weight:950;color:var(--navy);font-size:18px;margin:0 0 12px}.aside-actions{display:grid;gap:10px}.aside-note{margin:14px 0 0;color:#667892;font-size:14px;line-height:1.55}.process-grid,.usecase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.process-step,.usecase-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--soft)}.process-step b{display:grid;place-items:center;width:36px;height:36px;border-radius:14px;background:linear-gradient(135deg,var(--blue2),var(--navy));color:var(--gold2);margin-bottom:12px}.process-step h3,.usecase-card h3{margin:0 0 8px;color:var(--blue);font-size:16px;text-transform:uppercase;letter-spacing:.02em}.process-step p,.usecase-card p{margin:0;color:#5a6b85;font-size:14.5px;line-height:1.55}.usecase-card svg{color:var(--gold);width:22px;height:22px;margin-bottom:10px}.faq-list{display:grid;gap:12px}.faq-item{padding:18px;border-radius:18px;background:#f8fbff;border:1px solid rgba(6,63,158,.10)}.faq-item h3{margin:0 0 6px;color:var(--navy);font-size:17px}.faq-item p{margin:0;color:#536681;line-height:1.6}.service-related{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.service-related a{padding:10px 13px;border-radius:999px;background:#eef5ff;border:1px solid var(--line);font-weight:900;color:var(--blue);font-size:13px}.service-related a:hover{background:var(--blue);color:#fff}.catalog-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:center}.catalog-intro img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:26px;box-shadow:var(--soft);border:1px solid var(--line)}
@media(max-width:960px){.service-hero-grid,.service-detail-grid,.catalog-intro{grid-template-columns:1fr}.service-aside-card{position:relative;top:auto}.process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.service-hero-detail{padding:48px 0 36px}.service-hero-photo img{aspect-ratio:16/11}.service-main-card{padding:20px}.feature-list,.process-grid,.usecase-grid{grid-template-columns:1fr}.service-aside-card{padding:14px}}

/* === Responsive polish V2: Web 10.0 clean mobile layer === */
:root{
  --im-blue:#063f9e;
  --im-blue-2:#0b56cf;
  --im-navy:#08235d;
  --im-gold:#d9aa3d;
  --im-gold-2:#f0cf75;
  --im-text:#14213d;
  --im-muted:#64728a;
  --im-line:rgba(6,63,158,.13);
  --im-shadow:0 18px 44px rgba(8,35,93,.12);
}
html,body{max-width:100%;overflow-x:hidden}body{padding-bottom:84px}svg{max-width:22px;max-height:22px}.brand-mark svg,.section-title svg,.service-card-web10 i svg,.fixed-action svg,.btn svg,.trust-row svg,.mini-icons svg,.city-card-web10 svg,.footer svg{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important}.brand-mark svg{width:20px!important;height:20px!important}.section-title svg{width:22px!important;height:22px!important}.menu-toggle{cursor:pointer}.btn{min-height:44px;padding:12px 17px;border-radius:999px;font-size:14px;letter-spacing:.01em}.btn-blue,.fixed-urgency{background:linear-gradient(135deg,var(--im-blue-2),var(--im-navy))}.btn-gold{background:linear-gradient(135deg,var(--im-gold-2),var(--im-gold));color:#102553}.header-cta{border-radius:999px;padding:8px 12px}.header-cta strong{font-size:14px}.header-cta small{font-size:8px}.brand{min-width:0;flex-shrink:0}.brand b{font-size:clamp(17px,1.6vw,21px)}.brand small{letter-spacing:.12em}.web10-header{height:72px;gap:14px}.nav{gap:14px}.nav a{font-size:11px}.lang-switch{flex-shrink:0}.lang-switch a{font-size:10px;padding:5px 8px}.hero-web10{background:linear-gradient(110deg,#ffffff 0%,#f7fbff 52%,#e9f2ff 100%)}.hero-copy-web10 h1{font-size:clamp(36px,5vw,62px)}.hero-copy-web10 p{font-size:clamp(16px,1.6vw,18px)}.hero-media img,.service-card-web10 .pic img,.city-card-web10 img,.service-hero-photo img,.catalog-intro img{object-position:center}.service-grid-web10{grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}.service-card-web10{border-radius:20px}.service-card-web10 .pic{height:176px}.service-card-web10>div:last-child{padding:16px 18px 18px}.service-card-web10 h3{font-size:14px}.service-card-web10 p{font-size:14px;line-height:1.5}.city-grid-web10{grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}.city-card-web10{min-height:178px}.method-grid{gap:28px}.footer{padding-bottom:118px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr}.fixed-actions{left:50%!important;right:auto!important;bottom:14px!important;transform:translateX(-50%)!important;width:min(760px,calc(100% - 28px))!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;border-radius:24px!important;background:rgba(255,255,255,.9)!important;backdrop-filter:blur(18px)!important;padding:8px!important;box-shadow:0 18px 48px rgba(8,35,93,.18)!important}.fixed-action{min-width:0!important;width:100%!important;justify-content:center!important;padding:10px 12px!important;border-radius:18px!important;gap:8px!important;text-align:left!important}.fixed-action strong{font-size:12px!important;white-space:nowrap}.fixed-action small{font-size:10px!important}.fixed-action svg{width:18px!important;height:18px!important}.fixed-devis{background:linear-gradient(135deg,var(--im-gold-2),var(--im-gold))!important;color:#102553!important}.fixed-whatsapp{background:linear-gradient(135deg,#19b864,#09843d)!important}.gate-body{overflow:auto;background:radial-gradient(circle at 18% 14%,rgba(240,207,117,.24),transparent 24%),linear-gradient(135deg,#061b49 0%,#063f9e 52%,#0b56cf 100%)}.gate-screen{min-height:100svh;padding:clamp(16px,4vw,28px)}.gate-panel{width:min(680px,100%);padding:clamp(20px,5vw,36px);border-radius:clamp(22px,4vw,32px)}.gate-logo span{font-size:clamp(28px,7vw,42px)}.gate-logo strong{font-size:clamp(28px,7vw,44px)!important;line-height:1.05}.gate-logo small{font-size:clamp(8px,2.3vw,11px);letter-spacing:.13em}.gate-panel h1{font-size:clamp(28px,8vw,52px);line-height:1.04;margin:16px 0 8px}.gate-panel p{font-size:clamp(14px,3.7vw,17px);line-height:1.55}.language-choice{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.choice-card{display:flex;align-items:center;gap:12px;text-align:left;padding:16px;border-radius:20px;min-height:84px}.choice-card span{font-size:clamp(28px,8vw,38px);line-height:1}.choice-card strong{font-size:clamp(17px,4vw,21px);line-height:1.1}.choice-card small{font-size:clamp(12px,3vw,14px);line-height:1.25}.gate-lock{width:58px;height:58px;border-radius:18px}.door-left,.door-right{will-change:transform}.service-hero-grid,.service-detail-grid{gap:22px}.process-grid,.usecase-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.feature-list{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}
@media(max-width:1180px){.web10-header{height:68px;padding:0 14px}.nav{display:none!important;position:fixed!important;top:78px!important;left:12px!important;right:12px!important;z-index:1600!important;grid-template-columns:1fr!important;background:#fff!important;border:1px solid var(--im-line)!important;border-radius:22px!important;padding:12px!important;box-shadow:var(--im-shadow)!important}.nav.open{display:grid!important}.nav a{padding:12px 14px;border-radius:14px;font-size:12px}.nav a:hover,.nav a.active{background:#eef5ff}.nav a:after{display:none!important}.menu-toggle{display:block!important;margin-left:auto}.header-cta{display:none!important}.hero-web10{padding:36px 0}.hero-grid-web10{min-height:auto;display:block}.hero-media{position:relative!important;right:auto;top:auto;bottom:auto;width:100%!important;height:360px!important;clip-path:none!important;border-radius:28px;overflow:hidden;margin:26px auto 0;box-shadow:var(--im-shadow)}.hero-glow{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.82))}.method-grid,.page-grid-web10,.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){body{padding-bottom:74px}.container{width:calc(100% - 24px)}.web10-header{min-height:62px;height:auto;padding:8px 10px;gap:8px}.brand{gap:8px}.brand-mark{width:36px!important;height:36px!important;border-radius:12px}.brand b{font-size:17px!important}.brand small{font-size:7.5px!important;letter-spacing:.09em}.lang-switch{order:3;margin-left:auto}.lang-switch a{font-size:10px;padding:5px 7px}.menu-toggle{width:38px;height:34px;border-radius:12px;padding:7px;order:4}.nav{top:66px!important;left:10px!important;right:10px!important}.hero-web10{padding:30px 0 22px}.hero-copy-web10 h1{font-size:34px!important;line-height:1.04;margin-bottom:12px}.hero-copy-web10 p{font-size:15.5px!important;line-height:1.62}.eyebrow{font-size:10.5px;letter-spacing:.12em}.trust-row{display:grid!important;grid-template-columns:1fr!important;gap:8px;margin:18px 0}.trust-row span{padding:9px 11px;font-size:13px;border-radius:14px}.hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:9px}.btn{width:100%;min-height:43px;padding:11px 14px;font-size:13px}.hero-media{height:245px!important;border-radius:22px;margin-top:22px}.section-pad{padding:42px 0}.section-title{margin-bottom:22px}.section-title>span{width:40px;height:40px;border-radius:14px}.section-title h2{font-size:28px}.service-grid-web10{grid-template-columns:1fr!important;gap:14px}.service-card-web10{display:grid;grid-template-columns:106px 1fr;min-height:128px;border-radius:18px}.service-card-web10 .pic{height:100%!important;min-height:128px}.service-card-web10 .pic:after{height:100%;background:linear-gradient(90deg,rgba(8,35,93,.44),transparent)}.service-card-web10 i{width:34px!important;height:34px!important;border-radius:12px;left:10px;bottom:10px}.service-card-web10 i svg{width:16px!important;height:16px!important}.service-card-web10>div:last-child{padding:14px 14px}.service-card-web10 h3{font-size:13px;margin-bottom:5px}.service-card-web10 p{font-size:13px;margin-bottom:7px;line-height:1.42}.service-card-web10 em{font-size:12px}.method-web10{padding:44px 0}.method-grid{grid-template-columns:1fr!important;gap:18px}.method-grid h2{font-size:30px}.method-grid p{font-size:15.5px}.method-grid img{border-radius:20px;aspect-ratio:16/10}.mini-icons{grid-template-columns:1fr!important}.city-grid-web10{grid-template-columns:1fr!important;gap:14px}.city-card-web10{min-height:150px;border-radius:18px}.city-card-web10 strong{font-size:15px;bottom:34px}.city-card-web10 small{font-size:12px;bottom:15px}.cta-web10{padding:40px 0}.cta-web10 h2{font-size:27px}.cta-web10 p{font-size:15.5px}.footer{padding:44px 0 104px}.footer-grid{grid-template-columns:1fr!important;gap:24px}.footer-logo{font-size:24px}.fixed-actions{left:8px!important;right:8px!important;width:auto!important;bottom:8px!important;transform:none!important;grid-template-columns:repeat(3,1fr)!important;padding:5px!important;border-radius:18px!important;gap:5px!important}.fixed-action{padding:8px 5px!important;border-radius:14px!important;gap:4px!important;display:grid!important;place-items:center!important;text-align:center!important}.fixed-action svg{width:16px!important;height:16px!important}.fixed-action strong{font-size:10px!important;line-height:1.05}.fixed-action small{display:none!important}.gate-screen{padding:14px}.gate-bg span{filter:blur(26px);opacity:.28}.gate-door{animation-duration:2.25s}.gate-panel{padding:20px 15px;border-radius:24px;box-shadow:0 22px 60px rgba(0,0,0,.24)}.gate-logo strong{font-size:29px!important}.gate-logo small{font-size:8px}.gate-panel h1{font-size:30px!important}.gate-panel p{font-size:14px}.language-choice{grid-template-columns:1fr!important;gap:10px;margin-top:18px}.choice-card{min-height:70px;padding:13px 14px;border-radius:18px}.choice-card span{font-size:29px}.choice-card strong{font-size:18px}.choice-card small{font-size:12px}.gate-lock{width:48px;height:48px;border-radius:16px;font-size:20px}.service-hero-detail{padding:38px 0 28px}.service-hero-grid{grid-template-columns:1fr!important}.service-hero-copy h1{font-size:32px!important}.service-hero-copy p{font-size:15.5px}.service-hero-photo{border-radius:22px}.service-hero-photo img{aspect-ratio:16/10}.service-detail-grid{grid-template-columns:1fr!important}.service-main-card{padding:18px}.service-main-card p{font-size:15.5px}.feature-list,.process-grid,.usecase-grid{grid-template-columns:1fr!important}.service-aside-card{position:relative;top:auto;padding:14px}.catalog-intro{grid-template-columns:1fr!important}}
@media(max-width:390px){.brand b{font-size:15px!important}.brand small{display:none}.lang-switch a{font-size:9px;padding:5px 6px}.hero-copy-web10 h1{font-size:30px!important}.service-card-web10{grid-template-columns:92px 1fr}.fixed-action strong{font-size:9px!important}.gate-logo strong{font-size:25px!important}.gate-panel h1{font-size:26px!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* Correctif responsive V12: mobile propre, logo réel, hero lisible */
:root{--im-blue:#0648b7;--im-blue-dark:#062b72;--im-navy:#071f55;--im-gold:#d7a83a;--im-gold-soft:#f1cf76;--im-line:rgba(6,72,183,.14);--im-shadow:0 16px 42px rgba(7,31,85,.13)}
body{overflow-x:hidden;background:linear-gradient(180deg,#fff 0%,#f7faff 55%,#fff 100%)}
.brand-mark{overflow:hidden;background:#fff!important;border:1px solid rgba(6,72,183,.12)!important;color:inherit!important;padding:0!important}
.brand-mark img{width:100%;height:100%;object-fit:cover;display:block}
.brand b{font-size:20px;letter-spacing:.025em}.brand small{font-size:8.5px;letter-spacing:.13em}.web10-header{height:72px}.header-cta{border-radius:999px;padding:8px 13px}.header-cta strong{font-size:14px}.header-cta small{font-size:8px}.nav a{font-size:11.5px}.btn{border-radius:999px;padding:11px 17px;font-size:13.5px}.btn-gold{color:#102553;background:linear-gradient(135deg,var(--im-gold-soft),var(--im-gold))}.btn-blue{background:linear-gradient(135deg,var(--im-blue),var(--im-blue-dark))}
.hero-web10{background:linear-gradient(110deg,#fff 0%,#fff 47%,#edf5ff 47%,#f8fbff 100%)}
.hero-media{width:50%;clip-path:none;border-radius:34px 0 0 34px;overflow:hidden;right:0;top:34px;bottom:34px;box-shadow:var(--im-shadow)}
.hero-media img{object-fit:cover;object-position:center;filter:saturate(1.05) contrast(1.02)}
.hero-glow{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 43%,rgba(255,255,255,.28) 65%,rgba(255,255,255,.02) 100%)}
.hero-grid-web10{min-height:590px}.hero-copy-web10 h1{font-size:clamp(38px,4.9vw,60px);line-height:1.02}.hero-copy-web10 p{font-size:17px}.trust-row span{font-size:13px;padding:9px 11px}.section-title h2{font-size:clamp(28px,3.1vw,40px)}.service-grid-web10{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.service-card-web10{border-radius:24px;border-color:rgba(6,72,183,.12);box-shadow:0 10px 28px rgba(7,31,85,.08)}.service-card-web10 .pic{height:170px}.service-card-web10 i{width:40px;height:40px;border-radius:14px}.service-card-web10 i svg{width:18px;height:18px}.service-card-web10 h3{font-size:14px}.service-card-web10 p{font-size:14px;line-height:1.48}.city-card-web10{border-radius:24px;min-height:178px}.fixed-actions{z-index:1400}.fixed-action{border-radius:999px!important}.fixed-action strong{font-size:12px!important}.fixed-action small{font-size:10px!important}.fixed-devis{color:#102553!important;background:linear-gradient(135deg,var(--im-gold-soft),var(--im-gold))!important}.catalog-intro h1{font-size:clamp(32px,4.2vw,50px)!important;line-height:1.08!important}.catalog-intro p{font-size:16.5px!important}.service-hero-detail{padding:58px 0 40px!important}.catalog-intro{align-items:center!important;gap:28px!important}.catalog-intro>img{border-radius:26px!important;box-shadow:var(--im-shadow)!important;max-height:430px!important;object-fit:cover!important;width:100%!important}
.gate-logo{display:grid;justify-items:center;gap:8px}.gate-logo img{width:72px;height:72px;border-radius:22px;box-shadow:0 14px 34px rgba(0,0,0,.22)}.gate-panel h1{letter-spacing:-.03em}.choice-card{box-shadow:0 12px 34px rgba(0,0,0,.16)}
@media(max-width:1080px){
  .web10-header{height:66px;padding:0 12px}.nav{top:74px!important}.hero-web10{display:flex;flex-direction:column;padding:34px 0 30px;background:#fff}.hero-grid-web10{order:1;display:block;min-height:0}.hero-media{order:2;position:relative!important;inset:auto!important;width:min(1180px,calc(100% - 34px))!important;height:330px!important;margin:24px auto 0!important;border-radius:26px!important;clip-path:none!important}.hero-glow{display:none}.method-grid,.page-grid-web10{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:760px){
  body{padding-bottom:72px}.container{width:calc(100% - 28px)}
  .web10-header{height:64px;min-height:64px;padding:7px 10px;gap:8px}.brand{gap:8px;min-width:0;max-width:205px}.brand-mark{width:40px!important;height:40px!important;border-radius:14px!important;flex:0 0 40px}.brand b{font-size:17px!important;line-height:1!important}.brand small{font-size:6.8px!important;letter-spacing:.08em!important;margin-top:2px}.lang-switch{margin-left:auto;padding:2px;border-radius:999px}.lang-switch a{font-size:9.5px!important;padding:5px 6px!important}.menu-toggle{width:38px!important;height:36px!important;border-radius:13px!important;padding:7px!important;margin-left:0!important}.nav{top:70px!important;left:10px!important;right:10px!important;padding:10px!important;border-radius:18px!important}.nav a{font-size:12px!important;padding:10px 12px!important}
  .hero-web10{padding:28px 0 24px}.hero-copy-web10{width:100%}.eyebrow{font-size:10px!important;letter-spacing:.1em!important;margin-bottom:9px}.hero-copy-web10 h1{font-size:31px!important;line-height:1.08!important;margin:0 0 12px!important;letter-spacing:-.025em}.hero-copy-web10 p{font-size:15px!important;line-height:1.58!important;color:#35465f}.trust-row{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:16px 0!important}.trust-row span{font-size:13px!important;padding:9px 11px!important;border-radius:14px!important}.hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.btn{width:100%;min-height:42px;padding:10px 14px!important;font-size:13px!important}.hero-media{width:calc(100% - 28px)!important;height:210px!important;border-radius:22px!important;margin-top:20px!important}.hero-media img{object-position:center}
  .section-pad{padding:38px 0!important}.section-title{margin-bottom:18px!important}.section-title>span{width:38px!important;height:38px!important;border-radius:13px!important;margin-bottom:8px!important}.section-title h2{font-size:28px!important;line-height:1.08!important}.service-grid-web10{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.service-card-web10{display:block!important;min-height:0!important;border-radius:22px!important;overflow:hidden!important}.service-card-web10 .pic{height:158px!important;min-height:0!important}.service-card-web10 .pic:after{height:55%!important;background:linear-gradient(0deg,rgba(7,31,85,.58),transparent)!important}.service-card-web10 i{width:38px!important;height:38px!important;left:14px!important;bottom:12px!important;border-radius:13px!important}.service-card-web10 i svg{width:17px!important;height:17px!important}.service-card-web10>div:last-child{padding:16px 17px 18px!important}.service-card-web10 h3{font-size:14px!important;line-height:1.2!important;margin:0 0 7px!important}.service-card-web10 p{font-size:14px!important;line-height:1.45!important;margin:0 0 10px!important}.service-card-web10 em{font-size:12.5px!important}.method-web10{padding:40px 0!important}.method-grid h2{font-size:27px!important}.method-grid p{font-size:15px!important;line-height:1.6!important}.method-grid img{border-radius:22px!important;aspect-ratio:16/10!important}.mini-icons{grid-template-columns:1fr!important}.city-grid-web10{grid-template-columns:1fr!important;gap:14px!important}.city-card-web10{min-height:160px!important;border-radius:20px!important}.city-card-web10 strong{font-size:15px!important;bottom:36px!important}.city-card-web10 small{font-size:12px!important;bottom:16px!important}.cta-web10{padding:36px 0!important}.cta-web10 h2{font-size:25px!important}.cta-web10 p{font-size:15px!important}.footer-grid{grid-template-columns:1fr!important}.footer{padding-bottom:92px!important}.fixed-actions{left:8px!important;right:8px!important;bottom:7px!important;width:auto!important;transform:none!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;padding:6px!important;border-radius:20px!important}.fixed-action{min-width:0!important;min-height:52px!important;padding:7px 5px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;text-align:center!important}.fixed-action svg{width:17px!important;height:17px!important}.fixed-action strong{font-size:10px!important;line-height:1.05!important;white-space:normal!important}.fixed-action small{display:none!important}.catalog-intro{grid-template-columns:1fr!important}.service-hero-detail{padding:32px 0 24px!important}.catalog-intro h1{font-size:30px!important;line-height:1.08!important;margin-bottom:10px!important}.catalog-intro p{font-size:15px!important;line-height:1.55!important}.catalog-intro>img{max-height:none!important;aspect-ratio:16/10!important;border-radius:20px!important}.page-hero-web10{padding:42px 0 32px!important}.page-hero-web10 h1{font-size:31px!important}.page-hero-web10 p{font-size:15px!important}.content-panel,.side-panel{padding:18px!important;border-radius:20px!important}
  .gate-screen{padding:12px!important}.gate-panel{padding:18px 14px!important;border-radius:24px!important}.gate-logo img{width:58px!important;height:58px!important;border-radius:18px!important}.gate-logo strong{font-size:27px!important}.gate-logo small{font-size:7.8px!important}.gate-panel h1{font-size:28px!important;line-height:1.06!important}.gate-panel p{font-size:14px!important}.language-choice{grid-template-columns:1fr!important;gap:10px!important}.choice-card{min-height:66px!important;padding:12px 13px!important;border-radius:17px!important}.choice-card span{font-size:27px!important}.choice-card strong{font-size:17px!important}.choice-card small{font-size:11.5px!important}.gate-lock{width:46px!important;height:46px!important}
}
@media(max-width:390px){.brand{max-width:180px}.brand b{font-size:15px!important}.brand small{display:none}.lang-switch a{font-size:8.8px!important;padding:5px!important}.hero-copy-web10 h1{font-size:28px!important}.service-card-web10 .pic{height:148px!important}.fixed-action strong{font-size:9px!important}.gate-logo strong{font-size:24px!important}.gate-panel h1{font-size:25px!important}}

.price-table{display:grid;gap:10px;margin-top:20px}.price-table div{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:16px;background:#f8fbff;border:1px solid rgba(6,63,158,.12);font-weight:850}.price-table span{color:var(--gold);font-weight:950}@media(max-width:640px){.price-table div{display:grid;gap:4px}}

/* === Iron Metal premium animated language gate, clean V4 === */
.gate-premium-body{margin:0;min-height:100svh;overflow:hidden;background:#071c44;color:#fff;padding:0!important}.intro-premium{position:fixed;inset:0;overflow:hidden;background:#071c44}.intro-picture{position:absolute;inset:0;display:block;z-index:1}.intro-picture img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;filter:saturate(1.04) contrast(1.02);animation:introImageIn 1.25s ease-out both}.intro-light{position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 35% 55%,rgba(255,215,130,.24),transparent 13%),linear-gradient(90deg,rgba(3,20,51,.16) 0%,rgba(3,20,51,.04) 42%,rgba(255,255,255,.05) 100%);animation:introLight 3.4s ease-in-out both}.intro-door-motion{position:absolute;inset:0;z-index:3;pointer-events:none;background:linear-gradient(90deg,rgba(7,26,63,.14) 0%,rgba(7,26,63,0) 33%);transform-origin:left center;animation:introDoorOpen 3.2s cubic-bezier(.2,.8,.2,1) both}.intro-keyline{position:absolute;z-index:4;left:23.7%;top:51.7%;width:82px;height:82px;border-radius:999px;border:1px solid rgba(212,175,55,.0);box-shadow:0 0 0 rgba(212,175,55,0);pointer-events:none;animation:introLockPulse 3.1s ease-in-out both}.intro-hotspot{position:absolute;z-index:8;display:block;border-radius:22px}.intro-hotspot-fr{left:35.4%;top:73%;width:17.6%;height:15%}.intro-hotspot-en{left:54.3%;top:73%;width:18.4%;height:15%}.intro-mobile-card{display:none}.intro-hotspot:focus-visible{outline:3px solid #d4af37;outline-offset:5px;background:rgba(255,255,255,.12)}
@keyframes introImageIn{from{transform:scale(1.035);filter:saturate(.94) contrast(.98) brightness(.96)}to{transform:scale(1);filter:saturate(1.04) contrast(1.02) brightness(1)}}
@keyframes introLight{0%,30%{opacity:.35}55%{opacity:.82}100%{opacity:.5}}
@keyframes introDoorOpen{0%,35%{transform:perspective(900px) rotateY(0deg);opacity:.9}100%{transform:perspective(900px) rotateY(-6deg);opacity:.25}}
@keyframes introLockPulse{0%,36%{opacity:0;transform:scale(.76)}48%{opacity:1;transform:scale(1);border-color:rgba(212,175,55,.7);box-shadow:0 0 38px rgba(212,175,55,.42)}74%,100%{opacity:0;transform:scale(1.22);border-color:rgba(212,175,55,0);box-shadow:0 0 0 rgba(212,175,55,0)}}
@media(max-width:760px){.intro-picture img{object-position:34% center;filter:saturate(1.04) contrast(1.02) brightness(.72);animation:introMobileIn 1.15s ease-out both}.intro-light{background:linear-gradient(180deg,rgba(4,18,47,.28) 0%,rgba(4,18,47,.32) 38%,rgba(4,18,47,.76) 100%),radial-gradient(circle at 35% 50%,rgba(212,175,55,.24),transparent 20%)}.intro-door-motion{display:none}.intro-keyline{left:25%;top:46%;width:64px;height:64px}.intro-hotspot{display:none}.intro-mobile-card{position:absolute;left:14px;right:14px;bottom:calc(18px + env(safe-area-inset-bottom));z-index:9;display:block;text-align:center;padding:18px 14px 14px;border-radius:26px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);box-shadow:0 22px 60px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.55);color:#06245a;animation:introPanelUp .7s ease-out .55s both}.intro-mobile-logo{width:min(245px,72vw);height:auto;margin:0 auto 8px;display:block}.intro-mobile-card p{margin:0 0 14px;font-weight:850;color:#15335f;font-size:14px;line-height:1.35}.intro-mobile-actions{display:grid;grid-template-columns:1fr;gap:9px}.intro-lang{min-height:52px;border-radius:18px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:950;font-size:13px;letter-spacing:.01em;border:1px solid rgba(212,175,55,.65);box-shadow:0 10px 26px rgba(7,31,85,.13)}.intro-lang span{font-size:20px}.intro-lang-fr{background:linear-gradient(135deg,#0648b7,#092c72);color:#fff}.intro-lang-en{background:#fff;color:#092c72}.intro-lang:active{transform:scale(.985)}}
@media(max-width:380px){.intro-mobile-card{left:10px;right:10px;padding:15px 11px 12px;border-radius:22px}.intro-mobile-logo{width:min(220px,72vw)}.intro-lang{min-height:48px;font-size:12px;border-radius:16px}}
@keyframes introMobileIn{from{transform:scale(1.06)}to{transform:scale(1)}}
@keyframes introPanelUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}


/* Intro gate final fix: vraie identité Iron Metal, mobile propre, pas de grosse popup blanche */
@media(max-width:760px){
  .gate-premium-body{background:#061b45!important;}
  .intro-premium{background:#061b45!important;}
  .intro-picture img{
    object-position:14% center!important;
    filter:saturate(1.05) contrast(1.02) brightness(.88)!important;
  }
  .intro-light{
    background:linear-gradient(180deg,rgba(4,18,47,.08) 0%,rgba(4,18,47,.18) 42%,rgba(4,18,47,.78) 100%)!important;
  }
  .intro-mobile-card{
    left:50%!important;
    right:auto!important;
    bottom:calc(16px + env(safe-area-inset-bottom))!important;
    width:min(92vw,360px)!important;
    transform:translateX(-50%)!important;
    padding:12px!important;
    border-radius:22px!important;
    background:rgba(5,25,62,.70)!important;
    border:1px solid rgba(212,175,55,.42)!important;
    box-shadow:0 22px 54px rgba(0,0,0,.30)!important;
    backdrop-filter:blur(16px)!important;
    color:#fff!important;
    animation:introMobilePanel .65s ease-out .55s both!important;
  }
  .intro-mobile-logo{
    width:86px!important;
    max-width:26vw!important;
    height:auto!important;
    margin:0 auto 10px!important;
    border-radius:18px!important;
    display:block!important;
    box-shadow:0 12px 28px rgba(0,0,0,.24)!important;
  }
  .intro-mobile-card p{display:none!important;}
  .intro-mobile-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .intro-lang{
    min-height:46px!important;
    border-radius:16px!important;
    padding:0 14px!important;
    font-size:12px!important;
    letter-spacing:.01em!important;
    gap:8px!important;
    box-shadow:0 10px 24px rgba(0,0,0,.16)!important;
  }
  .intro-lang span{font-size:17px!important;}
  .intro-lang-fr{background:linear-gradient(135deg,#0648b7,#092c72)!important;color:#fff!important;}
  .intro-lang-en{background:rgba(255,255,255,.94)!important;color:#092c72!important;}
}
@media(max-width:380px){
  .intro-mobile-card{width:min(94vw,340px)!important;padding:10px!important;border-radius:20px!important;}
  .intro-mobile-logo{width:76px!important;margin-bottom:8px!important;}
  .intro-lang{min-height:43px!important;font-size:11.5px!important;border-radius:14px!important;}
}
@keyframes introMobilePanel{from{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%,0)}}

/* === Ajustement accueil Iron Metal : fond nettoyé + menu mobile compact === */
@media(max-width:760px){
  .intro-picture img{
    object-position:center center!important;
    filter:saturate(1.05) contrast(1.03) brightness(.82)!important;
  }
  .intro-light{
    background:linear-gradient(180deg,rgba(4,18,47,.06) 0%,rgba(4,18,47,.16) 44%,rgba(4,18,47,.72) 100%)!important;
  }
  .intro-mobile-card{
    left:50%!important;
    right:auto!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    width:min(82vw,330px)!important;
    max-width:330px!important;
    transform:translateX(-50%)!important;
    padding:10px!important;
    border-radius:20px!important;
    background:rgba(5,24,60,.78)!important;
    border:1px solid rgba(212,175,55,.50)!important;
    box-shadow:0 18px 48px rgba(0,0,0,.34)!important;
    backdrop-filter:blur(18px)!important;
  }
  .intro-mobile-logo{
    width:70px!important;
    max-width:22vw!important;
    margin:0 auto 8px!important;
    border-radius:16px!important;
  }
  .intro-mobile-actions{
    gap:7px!important;
  }
  .intro-lang{
    min-height:42px!important;
    padding:0 12px!important;
    border-radius:15px!important;
    font-size:11.5px!important;
    line-height:1.1!important;
  }
  .intro-lang span{font-size:16px!important;}
}
@media(max-width:380px){
  .intro-mobile-card{width:min(86vw,312px)!important;padding:9px!important;border-radius:18px!important;}
  .intro-mobile-logo{width:62px!important;margin-bottom:7px!important;}
  .intro-lang{min-height:40px!important;font-size:11px!important;border-radius:14px!important;}
}



/* === Iron Metal : boutons langue visibles sur PC + mobile, responsive final === */
.intro-mobile-card{
  position:absolute!important;
  left:50%!important;
  right:auto!important;
  z-index:9!important;
  display:block!important;
  text-align:center!important;
  color:#fff!important;
  transform:translateX(-50%)!important;
  width:min(86vw,520px)!important;
  bottom:calc(46px + env(safe-area-inset-bottom))!important;
  padding:14px!important;
  border-radius:24px!important;
  background:rgba(5,25,62,.76)!important;
  border:1px solid rgba(212,175,55,.52)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.34)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  animation:introMobilePanel .65s ease-out .35s both!important;
}
.intro-mobile-logo{
  width:92px!important;
  max-width:24vw!important;
  height:auto!important;
  margin:0 auto 12px!important;
  border-radius:18px!important;
  box-shadow:0 12px 28px rgba(0,0,0,.26)!important;
}
.intro-mobile-card p{display:none!important;}
.intro-mobile-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:14px!important;
}
.intro-lang{
  min-height:64px!important;
  border-radius:18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:0 18px!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:950!important;
  letter-spacing:.01em!important;
  border:1px solid rgba(212,175,55,.70)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.18)!important;
}
.intro-lang span{font-size:22px!important;}
.intro-lang-fr{background:linear-gradient(135deg,#0648b7,#092c72)!important;color:#fff!important;}
.intro-lang-en{background:rgba(255,255,255,.94)!important;color:#092c72!important;}
.intro-hotspot{display:none!important;}

@media(min-width:761px){
  .intro-mobile-card{
    width:min(46vw,560px)!important;
    bottom:7.5vh!important;
    padding:16px!important;
    border-radius:26px!important;
  }
  .intro-mobile-logo{
    width:104px!important;
    margin-bottom:14px!important;
  }
  .intro-lang{
    min-height:72px!important;
    font-size:15px!important;
    border-radius:20px!important;
  }
  .intro-lang span{font-size:24px!important;}
}

@media(max-width:760px){
  .intro-mobile-card{
    width:min(82vw,330px)!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    padding:10px!important;
    border-radius:20px!important;
  }
  .intro-mobile-logo{
    width:70px!important;
    max-width:22vw!important;
    margin-bottom:8px!important;
    border-radius:16px!important;
  }
  .intro-mobile-actions{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .intro-lang{
    min-height:42px!important;
    padding:0 12px!important;
    border-radius:15px!important;
    font-size:11.5px!important;
  }
  .intro-lang span{font-size:16px!important;}
}

@media(max-width:380px){
  .intro-mobile-card{width:min(86vw,312px)!important;padding:9px!important;border-radius:18px!important;}
  .intro-mobile-logo{width:62px!important;margin-bottom:7px!important;}
  .intro-lang{min-height:40px!important;font-size:11px!important;border-radius:14px!important;}
}


/* === Page contact avec prise de photo === */
.contact-hero-photo{
  background:
    linear-gradient(105deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.90) 48%,rgba(232,241,255,.78) 100%),
    url('/assets/img/pack-protection-24-7.webp') center/cover no-repeat;
}
.contact-hero-photo h1{max-width:820px}
.contact-hero-photo p{max-width:760px}
.contact-photo-section{background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%)}
.contact-photo-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);
  gap:26px;
  align-items:start;
}
.contact-photo-intro{position:sticky;top:96px}
.contact-help-card{
  margin-top:22px;
  padding:18px 20px;
  border-radius:22px;
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
  box-shadow:var(--soft);
}
.contact-help-card strong{
  display:block;
  margin-bottom:8px;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
}
.contact-help-card ul{margin:0;padding-left:18px;color:#edf4ff}
.contact-help-card li{margin:6px 0}
.contact-direct-card{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.contact-form-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:24px;
  box-shadow:var(--shadow);
}
.iron-contact-form{
  display:grid;
  gap:16px;
}
.iron-contact-form label{
  display:grid;
  gap:7px;
  font-weight:900;
  color:#112f67;
  font-size:13px;
}
.iron-contact-form input,
.iron-contact-form select,
.iron-contact-form textarea{
  width:100%;
  border:1px solid rgba(6,63,158,.16);
  border-radius:16px;
  background:#f8fbff;
  color:#14213d;
  padding:13px 14px;
  font:inherit;
  outline:none;
  transition:.18s ease;
}
.iron-contact-form textarea{resize:vertical;min-height:138px}
.iron-contact-form input:focus,
.iron-contact-form select:focus,
.iron-contact-form textarea:focus{
  border-color:var(--blue2);
  box-shadow:0 0 0 4px rgba(11,86,207,.10);
  background:#fff;
}
.form-row.two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.hp-field{
  position:absolute!important;
  left:-9999px!important;
  opacity:0!important;
}
.photo-zone{
  border:1px dashed rgba(6,63,158,.28);
  background:linear-gradient(180deg,#f8fbff,#fff);
  border-radius:22px;
  padding:16px;
}
.photo-zone-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.photo-zone-head strong{
  display:block;
  color:#08235d;
  font-size:16px;
}
.photo-zone-head small{
  display:block;
  color:#64728a;
  font-weight:750;
  margin-top:2px;
}
.photo-add-btn{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 14px;
  border-radius:15px;
  color:#fff!important;
  background:linear-gradient(135deg,var(--blue2),var(--navy));
  box-shadow:var(--soft);
  cursor:pointer;
  white-space:nowrap;
}
.photo-add-btn input{display:none!important}
.photo-preview-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:14px;
}
.photo-preview-card{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(6,63,158,.14);
  background:#eef5ff;
  min-height:92px;
}
.photo-preview-card img{
  width:100%;
  height:100px;
  object-fit:cover;
}
.photo-preview-card span{
  position:absolute;
  left:8px;
  bottom:8px;
  right:8px;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(5,25,62,.72);
  color:#fff;
  font-size:11px;
  font-weight:900;
  text-align:center;
}
.consent-line{
  display:flex!important;
  grid-template-columns:auto 1fr;
  align-items:flex-start;
  gap:10px!important;
  font-weight:800!important;
  color:#405270!important;
}
.consent-line input{
  width:18px!important;
  height:18px!important;
  margin-top:2px;
  padding:0!important;
  flex:0 0 auto;
}
.contact-submit{
  width:100%;
  min-height:52px;
  border-radius:17px;
  cursor:pointer;
}
.form-note{
  margin:0;
  color:#64728a;
  text-align:center;
  font-size:13px;
  font-weight:800;
}
.form-alert{
  margin-bottom:16px;
  padding:13px 15px;
  border-radius:16px;
  font-weight:900;
}
.form-ok{
  background:#ecfff4;
  color:#08703b;
  border:1px solid rgba(8,112,59,.18);
}
.form-ko{
  background:#fff1f1;
  color:#9b1720;
  border:1px solid rgba(155,23,32,.18);
}
@media(max-width:940px){
  .contact-photo-grid{grid-template-columns:1fr}
  .contact-photo-intro{position:relative;top:auto}
}
@media(max-width:640px){
  .contact-form-card{padding:16px;border-radius:22px}
  .form-row.two{grid-template-columns:1fr}
  .photo-zone-head{display:grid}
  .photo-add-btn{width:100%}
  .photo-preview-grid{grid-template-columns:repeat(2,1fr)}
  .contact-direct-card .btn{width:100%}
}


/* === Contact Volea-style premium V2 === */
.contact-premium-hero{
  position:relative;
  overflow:hidden;
  padding:72px 0 54px;
  background:
    radial-gradient(circle at 16% 18%,rgba(240,207,117,.22),transparent 24%),
    linear-gradient(135deg,#061b45 0%,#063f9e 52%,#0b56cf 100%);
  color:#fff;
}
.contact-premium-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:url('/assets/img/pack-protection-24-7.webp') right center/52% auto no-repeat;
  opacity:.16;
  pointer-events:none;
}
.contact-premium-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:32px;
  align-items:end;
}
.contact-premium-copy h1{
  font-family:Georgia,serif;
  font-size:clamp(36px,5vw,68px);
  line-height:1;
  margin:0 0 18px;
  letter-spacing:-.035em;
}
.contact-premium-copy p{
  max-width:820px;
  margin:0;
  color:#eaf1ff;
  font-size:18px;
  line-height:1.75;
}
.contact-premium-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.contact-premium-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.contact-premium-badges span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-weight:900;
}
.contact-premium-badges svg{color:var(--gold2)}
.contact-premium-side{
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}
.contact-premium-side strong{
  display:block;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:10px;
}
.contact-premium-side ol{
  margin:0 0 12px;
  padding-left:20px;
  color:#fff;
  font-weight:800;
}
.contact-premium-side li{margin:8px 0}
.contact-premium-side p{
  margin:0;
  color:#eaf1ff;
  line-height:1.55;
}
.contact-premium-section{
  background:
    linear-gradient(180deg,#fff 0%,#f5f8ff 100%);
}
.contact-premium-layout{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:26px;
  align-items:start;
}
.contact-info-stack{
  display:grid;
  gap:16px;
  position:sticky;
  top:98px;
}
.contact-info-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  box-shadow:var(--soft);
}
.contact-info-card>span{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:var(--gold2);
  background:linear-gradient(135deg,var(--blue2),var(--navy));
  margin-bottom:12px;
}
.contact-info-card h2{
  margin:0 0 8px;
  color:var(--navy);
  font-size:18px;
}
.contact-info-card p{
  margin:0;
  color:#53637e;
  font-weight:750;
}
.contact-info-card a{
  display:inline-flex;
  margin-top:12px;
  color:var(--blue);
  font-size:20px;
  font-weight:950;
}
.contact-info-card.urgent{
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
}
.contact-info-card.urgent h2,
.contact-info-card.urgent a{color:#fff}
.contact-info-card.urgent p{color:#e7efff}
.contact-info-card.urgent>span{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.22)}
.contact-premium-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:28px;
  box-shadow:var(--shadow);
  display:grid;
  gap:16px;
}
.form-step-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:2px;
  padding:12px;
  border-radius:20px;
  background:linear-gradient(90deg,#f8fbff,#fff);
  border:1px solid rgba(6,63,158,.10);
}
.form-step-title>span{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue2),var(--navy));
  color:#fff;
  font-weight:950;
  box-shadow:var(--soft);
}
.form-step-title strong{
  display:block;
  color:var(--navy);
  font-size:16px;
}
.form-step-title small{
  display:block;
  color:#64728a;
  font-weight:750;
  margin-top:1px;
}
.contact-premium-form label{
  display:grid;
  gap:7px;
  font-weight:900;
  color:#112f67;
  font-size:13px;
}
.contact-premium-form input,
.contact-premium-form select,
.contact-premium-form textarea{
  width:100%;
  border:1px solid rgba(6,63,158,.16);
  border-radius:16px;
  background:#f8fbff;
  color:#14213d;
  padding:13px 14px;
  font:inherit;
  outline:none;
  transition:.18s ease;
}
.contact-premium-form textarea{resize:vertical;min-height:138px}
.contact-premium-form input:focus,
.contact-premium-form select:focus,
.contact-premium-form textarea:focus{
  border-color:var(--blue2);
  box-shadow:0 0 0 4px rgba(11,86,207,.10);
  background:#fff;
}
.form-choice-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
.form-choice-grid label{
  cursor:pointer;
  display:flex!important;
  align-items:center;
  gap:8px!important;
  padding:12px;
  border:1px solid rgba(6,63,158,.14);
  border-radius:16px;
  background:#f8fbff;
  color:#263b62;
  line-height:1.2;
}
.form-choice-grid input{
  width:16px!important;
  height:16px!important;
  padding:0!important;
  flex:0 0 auto;
}
.premium-photo-zone{
  position:relative;
  overflow:hidden;
}
.premium-photo-zone:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-80px;
  top:-90px;
  border-radius:999px;
  background:rgba(217,170,61,.16);
  pointer-events:none;
}
.photo-tips{
  margin-top:12px;
  padding:10px 12px;
  border-radius:15px;
  background:#fff9ea;
  color:#8a6416;
  border:1px solid rgba(217,170,61,.20);
  font-weight:850;
  font-size:13px;
}
.photo-preview-card.photo-warning{
  display:grid;
  place-items:center;
  background:#fff1f1;
  min-height:100px;
}
.photo-preview-card.photo-warning span{
  position:static;
  color:#9b1720;
  background:transparent;
}
@media(max-width:980px){
  .contact-premium-hero-grid,
  .contact-premium-layout{grid-template-columns:1fr}
  .contact-info-stack{position:relative;top:auto;grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .contact-premium-hero{padding:48px 0 34px}
  .contact-premium-hero:after{background-size:120% auto;background-position:center bottom;opacity:.10}
  .contact-premium-side{padding:18px;border-radius:24px}
  .contact-info-stack{grid-template-columns:1fr}
  .contact-premium-form{padding:16px;border-radius:24px}
  .form-choice-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:520px){
  .contact-premium-actions .btn{width:100%}
  .contact-premium-badges span{width:100%;justify-content:center}
  .form-choice-grid{grid-template-columns:1fr}
  .form-step-title{align-items:flex-start}
}


/* === Mentions légales premium Iron Metal === */
.legal-premium-hero{
  position:relative;
  overflow:hidden;
  padding:70px 0 52px;
  background:
    radial-gradient(circle at 18% 22%,rgba(240,207,117,.20),transparent 24%),
    linear-gradient(135deg,#061b45 0%,#063f9e 55%,#0b56cf 100%);
  color:#fff;
}
.legal-premium-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:url('/assets/img/pack-protection-24-7.webp') right center/52% auto no-repeat;
  opacity:.12;
  pointer-events:none;
}
.legal-premium-hero .container{position:relative;z-index:1}
.legal-premium-hero h1{
  font-family:Georgia,serif;
  font-size:clamp(36px,5vw,64px);
  line-height:1;
  margin:0 0 16px;
  letter-spacing:-.035em;
}
.legal-premium-hero p{
  max-width:820px;
  margin:0;
  color:#eaf1ff;
  font-size:18px;
  line-height:1.7;
}
.legal-premium-section{
  background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%);
}
.legal-premium-layout{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:26px;
  align-items:start;
}
.legal-summary-card{
  position:sticky;
  top:98px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:24px;
  box-shadow:var(--shadow);
  text-align:center;
}
.legal-summary-card img{
  width:92px;
  height:92px;
  object-fit:contain;
  margin:0 auto 14px;
  border-radius:22px;
  box-shadow:var(--soft);
}
.legal-summary-card h2{
  margin:0 0 8px;
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:28px;
}
.legal-summary-card p{
  margin:0 0 16px;
  color:#53637e;
  font-weight:780;
}
.legal-summary-card .btn{
  width:100%;
  margin-top:9px;
}
.legal-summary-card small{
  display:block;
  margin-top:16px;
  color:#64728a;
  font-weight:850;
}
.legal-document-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:34px;
  box-shadow:var(--shadow);
}
.legal-document-card section{
  padding:0 0 28px;
  margin:0 0 28px;
  border-bottom:1px solid rgba(6,63,158,.12);
}
.legal-document-card section:last-child{
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0;
}
.legal-document-card h2{
  margin:0 0 14px;
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:clamp(23px,2.4vw,32px);
  line-height:1.12;
}
.legal-document-card p{
  margin:9px 0;
  color:#33445f;
  line-height:1.75;
}
.legal-document-card strong{
  color:#08235d;
}
@media(max-width:940px){
  .legal-premium-layout{grid-template-columns:1fr}
  .legal-summary-card{position:relative;top:auto}
}
@media(max-width:640px){
  .legal-premium-hero{padding:48px 0 36px}
  .legal-premium-hero:after{background-size:120% auto;background-position:center bottom;opacity:.10}
  .legal-document-card{padding:20px;border-radius:24px}
  .legal-summary-card{padding:18px;border-radius:24px}
}


/* === Footer contact nettoyé === */
.footer-contact-clean{
  display:grid;
  gap:10px;
}
.footer-contact-clean a,
.footer-contact-clean span{
  display:flex;
  align-items:flex-start;
  gap:8px;
  color:inherit;
}
.footer-contact-clean svg{
  color:var(--gold2);
  margin-top:2px;
}


/* === À propos premium Iron Metal === */
.about-premium-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 58px;
  background:
    radial-gradient(circle at 16% 18%,rgba(240,207,117,.24),transparent 24%),
    linear-gradient(135deg,#061b45 0%,#063f9e 52%,#0b56cf 100%);
  color:#fff;
}
.about-premium-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:url('/assets/img/pack-portes-blindees.webp') right center/54% auto no-repeat;
  opacity:.14;
  pointer-events:none;
}
.about-premium-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:34px;
  align-items:end;
}
.about-premium-copy h1{
  font-family:Georgia,serif;
  font-size:clamp(38px,5vw,72px);
  line-height:1;
  margin:0 0 18px;
  letter-spacing:-.04em;
}
.about-premium-copy p{
  max-width:840px;
  margin:0;
  color:#eaf1ff;
  font-size:18px;
  line-height:1.75;
}
.about-premium-actions,
.about-premium-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.about-premium-badges span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-weight:900;
}
.about-premium-badges svg{color:var(--gold2)}
.about-identity-card{
  padding:24px;
  border-radius:30px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
  text-align:center;
}
.about-identity-card img{
  width:96px;
  height:96px;
  object-fit:contain;
  margin:0 auto 14px;
  border-radius:22px;
  box-shadow:0 16px 36px rgba(0,0,0,.24);
}
.about-identity-card strong{
  display:block;
  color:var(--gold2);
  font-size:20px;
  letter-spacing:.08em;
}
.about-identity-card p{
  margin:8px 0;
  color:#fff;
  font-weight:950;
}
.about-identity-card small{
  color:#eaf1ff;
  line-height:1.5;
}
.about-premium-section{
  background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%);
}
.about-story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.about-story-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px;
  box-shadow:var(--shadow);
}
.about-story-card:before{
  content:"";
  position:absolute;
  width:200px;
  height:200px;
  right:-100px;
  top:-110px;
  border-radius:999px;
  background:rgba(217,170,61,.14);
}
.about-story-card.dark{
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
}
.about-story-card h2{
  position:relative;
  margin:0 0 14px;
  color:var(--navy);
  font-family:Georgia,serif;
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
}
.about-story-card.dark h2{color:#fff}
.about-story-card p{
  position:relative;
  margin:10px 0;
  color:#405270;
  line-height:1.75;
}
.about-story-card.dark p{color:#eaf1ff}
.about-number{
  position:relative;
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 12px;
  border-radius:999px;
  background:#fff9ea;
  color:#9a701b;
  border:1px solid rgba(217,170,61,.26);
  font-weight:950;
}
.about-story-card.dark .about-number{
  background:rgba(255,255,255,.14);
  color:var(--gold2);
  border-color:rgba(255,255,255,.22);
}
.about-check-list{
  position:relative;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}
.about-check-list span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight:900;
}
.about-check-list svg{color:var(--gold2)}
.about-values-band{
  padding:70px 0;
  background:linear-gradient(135deg,#f8fbff,#fff);
}
.about-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.about-values-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:var(--soft);
}
.about-values-grid svg{
  width:34px;
  height:34px;
  color:var(--gold);
  margin-bottom:14px;
}
.about-values-grid h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:18px;
}
.about-values-grid p{
  margin:0;
  color:#53637e;
  line-height:1.65;
}
.about-expertise-layout{
  display:grid;
  grid-template-columns:380px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.about-expertise-copy{
  position:sticky;
  top:98px;
}
.about-expertise-copy h2{
  margin:0 0 14px;
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:clamp(28px,3.3vw,46px);
  line-height:1.08;
}
.about-expertise-copy p{
  color:#405270;
  line-height:1.75;
  margin:0 0 20px;
}
.about-expertise-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.about-expertise-grid a{
  display:grid;
  gap:8px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:20px;
  box-shadow:var(--soft);
  transition:.18s ease;
}
.about-expertise-grid a:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
}
.about-expertise-grid svg{
  width:30px;
  height:30px;
  color:var(--gold);
}
.about-expertise-grid strong{
  color:var(--navy);
  font-size:17px;
}
.about-expertise-grid small{
  color:#64728a;
  line-height:1.45;
  font-weight:750;
}
.about-cta-final{
  padding:0 0 76px;
  background:#f5f8ff;
}
.about-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px;
  border-radius:32px;
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
  box-shadow:var(--shadow);
}
.about-cta-box h2{
  margin:0 0 10px;
  font-family:Georgia,serif;
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
}
.about-cta-box p{
  margin:0;
  color:#eaf1ff;
}
.powered a{
  color:inherit;
  text-decoration:none;
  font-weight:950;
}
.powered a:hover{
  color:var(--gold2);
}
@media(max-width:980px){
  .about-premium-hero-grid,
  .about-story-grid,
  .about-expertise-layout{
    grid-template-columns:1fr;
  }
  .about-expertise-copy{position:relative;top:auto}
  .about-values-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .about-premium-hero{padding:52px 0 38px}
  .about-premium-hero:after{background-size:120% auto;background-position:center bottom;opacity:.10}
  .about-premium-actions .btn{width:100%}
  .about-premium-badges span{width:100%;justify-content:center}
  .about-story-card{padding:22px;border-radius:24px}
  .about-check-list,
  .about-values-grid,
  .about-expertise-grid{
    grid-template-columns:1fr;
  }
  .about-cta-box{
    display:grid;
    padding:22px;
    border-radius:24px;
  }
  .about-cta-box .btn{width:100%}
}


/* === Zones d’intervention SEO blindé === */
.areas-seo-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 58px;
  background:
    radial-gradient(circle at 16% 18%,rgba(240,207,117,.24),transparent 24%),
    linear-gradient(135deg,#061b45 0%,#063f9e 54%,#0b56cf 100%);
  color:#fff;
}
.areas-seo-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:url('/assets/img/quartier-paris-jour.webp') right center/54% auto no-repeat;
  opacity:.14;
  pointer-events:none;
}
.areas-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:34px;
  align-items:end;
}
.areas-hero-grid h1{
  font-family:Georgia,serif;
  font-size:clamp(38px,5vw,72px);
  line-height:1;
  margin:0 0 18px;
  letter-spacing:-.04em;
}
.areas-hero-grid p{
  max-width:900px;
  margin:0;
  color:#eaf1ff;
  font-size:18px;
  line-height:1.75;
}
.areas-hero-actions,
.areas-hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.areas-hero-badges span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-weight:900;
}
.areas-hero-badges svg{color:var(--gold2)}
.areas-map-card{
  padding:24px;
  border-radius:30px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}
.areas-map-card strong{
  display:block;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:10px;
}
.areas-map-card p{font-weight:950;color:#fff}
.areas-map-card small{color:#eaf1ff;line-height:1.55}
.areas-seo-section{background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%)}
.areas-seo-intro{
  display:grid;
  grid-template-columns:minmax(0,1fr) 370px;
  gap:26px;
  align-items:start;
}
.areas-seo-intro article,
.areas-seo-intro aside{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
}
.areas-seo-intro h2{
  margin:0 0 14px;
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:clamp(28px,3.5vw,48px);
  line-height:1.08;
}
.areas-seo-intro p{
  color:#405270;
  line-height:1.75;
}
.areas-seo-intro h3{
  margin:0 0 12px;
  color:var(--navy);
}
.areas-seo-intro ul{
  margin:0;
  padding-left:20px;
  color:#405270;
  font-weight:820;
}
.areas-seo-intro li{margin:8px 0}
.areas-city-section{
  padding:70px 0;
  background:#f8fbff;
}
.areas-city-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.areas-city-card{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--soft);
  transition:.18s ease;
}
.areas-city-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow);
}
.areas-city-card img{
  width:100%;
  height:190px;
  object-fit:cover;
}
.areas-city-card span{
  display:flex;
  align-items:center;
  gap:8px;
  margin:18px 18px 8px;
  color:var(--blue);
  font-size:17px;
  font-weight:950;
}
.areas-city-card span svg{color:var(--gold)}
.areas-city-card p{
  margin:0 18px 20px;
  color:#53637e;
  line-height:1.55;
}
.areas-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.areas-service-card{
  display:grid;
  gap:10px;
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--soft);
  transition:.18s ease;
}
.areas-service-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
}
.areas-service-card svg{
  width:34px;
  height:34px;
  color:var(--gold);
}
.areas-service-card strong{
  color:var(--navy);
  font-size:18px;
}
.areas-service-card p{
  margin:0;
  color:#53637e;
  line-height:1.6;
}
.areas-sector-band{
  padding:70px 0;
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
}
.areas-sector-layout{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:28px;
  align-items:start;
}
.areas-sector-layout h2{
  margin:0 0 14px;
  font-family:Georgia,serif;
  font-size:clamp(28px,3.4vw,48px);
  line-height:1.08;
}
.areas-sector-layout p{
  color:#eaf1ff;
  line-height:1.75;
}
.areas-sector-list{
  display:grid;
  gap:14px;
}
.areas-sector-list article{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.18);
}
.areas-sector-list h3{
  margin:0 0 8px;
  color:var(--gold2);
}
.areas-sector-list p{margin:0}
.areas-faq-section{background:#fff}
.areas-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.areas-faq-grid article{
  padding:22px;
  border-radius:24px;
  background:#f8fbff;
  border:1px solid var(--line);
}
.areas-faq-grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:18px;
}
.areas-faq-grid p{
  margin:0;
  color:#53637e;
  line-height:1.65;
}
.areas-cta-final{
  padding:0 0 76px;
  background:#fff;
}
.areas-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px;
  border-radius:32px;
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
  box-shadow:var(--shadow);
}
.areas-cta-box h2{
  margin:0 0 10px;
  font-family:Georgia,serif;
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
}
.areas-cta-box p{margin:0;color:#eaf1ff}
@media(max-width:980px){
  .areas-hero-grid,
  .areas-seo-intro,
  .areas-sector-layout{
    grid-template-columns:1fr;
  }
  .areas-city-grid,
  .areas-services-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:720px){
  .areas-seo-hero{padding:52px 0 38px}
  .areas-seo-hero:after{background-size:125% auto;background-position:center bottom;opacity:.10}
  .areas-hero-actions .btn{width:100%}
  .areas-hero-badges span{width:100%;justify-content:center}
  .areas-city-grid,
  .areas-services-grid,
  .areas-faq-grid{
    grid-template-columns:1fr;
  }
  .areas-seo-intro article,
  .areas-seo-intro aside{
    padding:22px;
    border-radius:24px;
  }
  .areas-cta-box{
    display:grid;
    padding:22px;
    border-radius:24px;
  }
  .areas-cta-box .btn{width:100%}
}


/* === Footer agences Iron Metal === */
.footer-contact-clean span{
  line-height:1.45;
}
.footer-contact-clean strong{
  color:var(--gold2);
  font-weight:950;
}


/* === Pages agences SEO Iron Metal === */
.agency-hero{
  position:relative;
  overflow:hidden;
  padding:76px 0 58px;
  background:
    radial-gradient(circle at 16% 18%,rgba(240,207,117,.24),transparent 24%),
    linear-gradient(135deg,#061b45 0%,#063f9e 54%,#0b56cf 100%);
  color:#fff;
}
.agency-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:url('/assets/img/quartier-prestige-paris.webp') right center/54% auto no-repeat;
  opacity:.12;
  pointer-events:none;
}
.agency-mlf:after{background-image:url('/assets/img/ville-maisons-laffitte.webp')}
.agency-sgl:after{background-image:url('/assets/img/ville-saint-germain-en-laye.webp')}
.agency-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 370px;
  gap:34px;
  align-items:end;
}
.agency-hero h1{
  font-family:Georgia,serif;
  font-size:clamp(38px,5vw,72px);
  line-height:1;
  margin:0 0 18px;
  letter-spacing:-.04em;
}
.agency-hero p{
  max-width:920px;
  margin:0;
  color:#eaf1ff;
  font-size:18px;
  line-height:1.75;
}
.agency-actions,
.agency-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.agency-badges span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:15px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  font-weight:900;
}
.agency-badges svg{color:var(--gold2)}
.agency-card{
  overflow:hidden;
  border-radius:30px;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(18px);
}
.agency-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}
.agency-card div{padding:20px}
.agency-card strong{
  display:block;
  color:var(--gold2);
  font-size:20px;
  margin-bottom:8px;
}
.agency-card p{
  font-size:15px;
  line-height:1.55;
  margin:0 0 12px;
}
.agency-card a{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-weight:950;
}
.agency-seo-section{background:linear-gradient(180deg,#fff 0%,#f5f8ff 100%)}
.agency-intro-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:26px;
  align-items:start;
}
.agency-intro-grid article,
.agency-intro-grid aside{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
}
.agency-intro-grid h2{
  margin:0 0 14px;
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:clamp(28px,3.4vw,48px);
  line-height:1.08;
}
.agency-intro-grid p{
  color:#405270;
  line-height:1.75;
}
.agency-intro-grid h3{margin:0 0 12px;color:var(--navy)}
.agency-intro-grid ul{
  margin:0;
  padding-left:20px;
  color:#405270;
  font-weight:820;
}
.agency-intro-grid li{margin:8px 0}
.agency-service-band{
  padding:70px 0;
  background:#f8fbff;
}
.agency-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.agency-service-card{
  display:grid;
  gap:10px;
  padding:22px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--soft);
  transition:.18s ease;
}
.agency-service-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow);
}
.agency-service-card svg{
  width:34px;
  height:34px;
  color:var(--gold);
}
.agency-service-card strong{
  color:var(--navy);
  font-size:18px;
}
.agency-service-card p{
  margin:0;
  color:#53637e;
  line-height:1.6;
}
.agency-local-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.agency-local-grid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  padding:28px;
  box-shadow:var(--shadow);
}
.agency-local-grid article.dark{
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
}
.agency-local-grid h2{
  margin:0 0 14px;
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
}
.agency-local-grid .dark h2{color:#fff}
.agency-local-grid p{
  color:#405270;
  line-height:1.75;
}
.agency-local-grid .dark p{color:#eaf1ff}
.agency-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.agency-tags span{
  padding:8px 11px;
  border-radius:999px;
  background:#f8fbff;
  border:1px solid var(--line);
  color:#08235d;
  font-weight:900;
  font-size:13px;
}
.agency-faq-section{background:#fff}
.agency-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.agency-faq-grid article{
  padding:22px;
  border-radius:24px;
  background:#f8fbff;
  border:1px solid var(--line);
}
.agency-faq-grid h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:18px;
}
.agency-faq-grid p{
  margin:0;
  color:#53637e;
  line-height:1.65;
}
.agency-cta-final{
  padding:0 0 76px;
  background:#fff;
}
.agency-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:30px;
  border-radius:32px;
  background:linear-gradient(135deg,#08235d,#063f9e);
  color:#fff;
  box-shadow:var(--shadow);
}
.agency-cta-box h2{
  margin:0 0 10px;
  font-family:Georgia,serif;
  font-size:clamp(26px,3vw,42px);
  line-height:1.08;
}
.agency-cta-box p{margin:0;color:#eaf1ff}
.footer-contact-clean a span{display:block}
.areas-agency-mini{margin:0 8px 10px 0}
@media(max-width:980px){
  .agency-hero-grid,
  .agency-intro-grid,
  .agency-local-grid{grid-template-columns:1fr}
  .agency-services-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .agency-hero{padding:52px 0 38px}
  .agency-hero:after{background-size:125% auto;background-position:center bottom;opacity:.10}
  .agency-actions .btn{width:100%}
  .agency-badges span{width:100%;justify-content:center}
  .agency-services-grid,
  .agency-faq-grid{grid-template-columns:1fr}
  .agency-intro-grid article,
  .agency-intro-grid aside,
  .agency-local-grid article{
    padding:22px;
    border-radius:24px;
  }
  .agency-cta-box{
    display:grid;
    padding:22px;
    border-radius:24px;
  }
  .agency-cta-box .btn{width:100%}
}


/* === Bandeau cookies + PWA Iron Metal === */
.cookie-banner,
.pwa-install-banner{
  position:fixed;
  left:50%;
  bottom:calc(98px + env(safe-area-inset-bottom));
  z-index:3000;
  transform:translateX(-50%);
  width:min(920px,calc(100% - 28px));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:16px;
  border-radius:24px;
  background:rgba(6,27,69,.94);
  color:#fff;
  border:1px solid rgba(240,207,117,.38);
  box-shadow:0 22px 70px rgba(0,0,0,.32);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.pwa-install-banner{
  bottom:calc(188px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.96);
  color:var(--navy);
  border-color:rgba(6,63,158,.16);
}
.cookie-banner[hidden],
.pwa-install-banner[hidden]{
  display:none!important;
}
.cookie-banner strong,
.pwa-install-banner strong{
  display:block;
  margin-bottom:4px;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
}
.pwa-install-banner strong{color:var(--blue)}
.cookie-banner p,
.pwa-install-banner p{
  margin:0;
  line-height:1.45;
  font-size:14px;
  color:rgba(255,255,255,.86);
}
.pwa-install-banner p{color:#405270}
.cookie-actions,
.pwa-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}
.cookie-actions .btn,
.pwa-actions .btn{
  min-height:42px;
  padding:10px 14px;
  cursor:pointer;
}
@media(max-width:760px){
  .cookie-banner,
  .pwa-install-banner{
    display:grid;
    bottom:calc(82px + env(safe-area-inset-bottom));
    width:min(94vw,460px);
    padding:14px;
    border-radius:20px;
  }
  .pwa-install-banner{
    bottom:calc(230px + env(safe-area-inset-bottom));
  }
  .cookie-actions,
  .pwa-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
  }
  .cookie-actions .btn,
  .pwa-actions .btn{
    width:100%;
  }
}
@media(max-width:430px){
  .pwa-install-banner{
    bottom:calc(258px + env(safe-area-inset-bottom));
  }
}
