:root{
  --primary:#0b57d0;
  --primary-2:#1967d2;
  --primary-container:#d3e3fd;
  --on-primary:#fff;
  --text:#1f1f1f;
  --muted:#5f6368;
  --surface:#fff;
  --surface-2:#f8fafd;
  --surface-3:#f1f5f9;
  --line:#dfe3e7;
  --green:#0f9d58;
  --green-soft:#e6f4ea;
  --purple:#7e57c2;
  --purple-soft:#f0e9fb;
  --blue-soft:#e8f0fe;
  --shadow:0 20px 60px rgba(32,33,36,.10);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
  --max:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Roboto Flex",Roboto,Arial,sans-serif;color:var(--text);background:var(--surface);line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select{font:inherit}
.page-shell{overflow:hidden}
.topbar{height:84px;max-width:var(--max);margin:auto;display:flex;align-items:center;gap:28px;padding:0 24px;position:relative;z-index:30}
.brand img{width:178px;height:auto}.main-nav{display:flex;gap:26px;margin-left:auto}.main-nav a,.text-link{font-size:14px;font-weight:600;color:#3c4043}.main-nav a:hover,.text-link:hover{color:var(--primary)}
.nav-actions{display:flex;align-items:center;gap:16px}.menu-button{display:none;border:0;background:transparent;width:46px;height:46px;border-radius:50%;cursor:pointer}.menu-button:hover{background:var(--surface-3)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 22px;font-weight:700;font-size:15px;border:1px solid transparent;transition:.2s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--primary);color:white;box-shadow:0 6px 18px rgba(11,87,208,.20)}.button-primary:hover{background:#0849b6}.button-tonal{background:var(--primary-container);color:#0842a0}.button-outline{border-color:#c4c7c5;color:#174ea6;background:white}.button-dark{background:#202124;color:white}.button-small{padding:11px 17px;font-size:14px}.wide{width:100%}
.section-pad{padding:96px 24px}.hero{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.03fr .97fr;gap:64px;align-items:center;padding-top:72px;padding-bottom:86px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.eyebrow{background:var(--blue-soft);padding:8px 12px;border-radius:999px;letter-spacing:0;text-transform:none;font-size:13px}.eyebrow .material-symbols-rounded{font-size:18px}
h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.05em;margin:22px 0 26px;font-weight:700;max-width:720px}.hero-lead{font-size:20px;line-height:1.55;color:var(--muted);max-width:650px;margin:0 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:28px;color:#4d5156;font-size:13px;font-weight:600}.trust-row span{display:flex;align-items:center;gap:7px}.trust-row .material-symbols-rounded{font-size:18px;color:var(--primary)}
.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:-40px -100px -70px -40px;background:radial-gradient(circle at 40% 40%,rgba(66,133,244,.17),transparent 58%);z-index:-1}.workspace-card{background:white;border:1px solid #e4e7eb;border-radius:28px;box-shadow:var(--shadow);overflow:hidden;transform:perspective(1000px) rotateY(-3deg) rotateX(1deg)}.workspace-header{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #eceff1}.mini-brand{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}.mini-mark{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:var(--primary);color:#fff;font-size:18px;font-weight:800}.workspace-grid{display:grid;grid-template-columns:56px 1fr;min-height:470px}.mock-sidebar{background:#f8fafd;border-right:1px solid #eceff1;display:flex;flex-direction:column;align-items:center;padding:18px 0;gap:14px}.mock-nav{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#747775}.mock-nav.active{background:#d3e3fd;color:#0b57d0}.mock-nav .material-symbols-rounded{font-size:20px}.mock-main{padding:22px}.mock-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.mock-title-row div:first-child{display:flex;flex-direction:column;gap:3px}.overline{font-size:10px;color:#80868b;text-transform:uppercase;font-weight:700;letter-spacing:.08em}.mock-title-row strong{font-size:17px}.status-pill{font-size:11px;border:1px solid #c6e6d0;border-radius:999px;padding:6px 9px;color:#137333}.status-pill span{display:inline-block;width:7px;height:7px;background:#34a853;border-radius:50%;margin-right:5px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric-card{padding:14px;border-radius:16px;display:flex;flex-direction:column;gap:5px;min-height:104px}.metric-card .material-symbols-rounded{font-size:22px}.metric-card b{font-size:13px}.metric-card small{font-size:10px;color:#62666a}.blue-soft{background:#e8f0fe;color:#174ea6}.green-soft{background:#e6f4ea;color:#137333}.purple-soft{background:#f0e9fb;color:#6a3db5}.chart-card{margin-top:12px;border:1px solid #e5e7eb;border-radius:18px;padding:15px;height:155px}.chart-card-top{display:flex;justify-content:space-between;align-items:center;font-size:12px}.chart-card-top span{color:#80868b;font-size:10px}.bars{height:90px;display:flex;gap:7px;align-items:end;padding-top:12px}.bars i{flex:1;background:linear-gradient(180deg,#8ab4f8,#4285f4);border-radius:5px 5px 2px 2px;min-height:18px}.action-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.action-card{border:1px solid #e5e7eb;border-radius:16px;padding:12px;display:flex;gap:10px;align-items:center}.action-card .material-symbols-rounded{width:34px;height:34px;background:#f1f3f4;border-radius:10px;display:grid;place-items:center;font-size:18px;color:var(--primary)}.action-card div{display:flex;flex-direction:column}.action-card b{font-size:11px}.action-card small{font-size:9px;color:#80868b}
.proof-strip{max-width:var(--max);margin:0 auto 10px;border-radius:24px;background:#f8fafd;border:1px solid #edf0f2;padding:20px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.proof-strip p{margin:0;font-weight:700}.proof-items{display:flex;gap:18px;flex-wrap:wrap}.proof-items span{display:flex;align-items:center;gap:6px;font-size:13px;color:#4d5156}.proof-items .material-symbols-rounded{font-size:18px;color:#188038}
.section-heading{max-width:var(--max);margin:0 auto 44px}.section-heading.center{text-align:center}.section-heading.narrow{max-width:780px}.section-heading h2{font-size:clamp(36px,5vw,56px);line-height:1.05;letter-spacing:-.04em;margin:12px 0 18px}.section-heading p{font-size:18px;color:var(--muted);margin:0}.split-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.split-heading p{padding-bottom:8px}
.benefit-grid,.solution-grid,.pricing-grid,.steps-grid{max-width:var(--max);margin:auto;display:grid;gap:18px}.benefit-grid{grid-template-columns:repeat(3,1fr)}.benefit-card{border:1px solid var(--line);border-radius:26px;padding:30px;background:#fff;transition:.2s ease}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px rgba(60,64,67,.08)}.benefit-card h3{font-size:24px;letter-spacing:-.02em;margin:22px 0 10px}.benefit-card p{color:var(--muted);margin:0 0 24px}.benefit-card a{display:flex;align-items:center;gap:4px;color:var(--primary);font-weight:700;font-size:14px}.benefit-card a .material-symbols-rounded{font-size:18px}.icon-bubble{width:52px;height:52px;border-radius:17px;display:grid;place-items:center}.icon-bubble.blue{background:#e8f0fe;color:#185abc}.icon-bubble.green{background:#e6f4ea;color:#137333}.icon-bubble.purple{background:#f0e9fb;color:#6f42c1}
.soft-section{background:#f8fafd;border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4}.solution-grid{grid-template-columns:repeat(2,1fr)}.solution-card{background:#fff;border:1px solid #e5e7eb;border-radius:26px;padding:28px;min-height:220px}.solution-card h3{font-size:25px;letter-spacing:-.025em;margin:18px 0 8px}.solution-card p{color:var(--muted);margin:0;max-width:520px}.card-icon{color:var(--primary);background:#eef4ff;width:48px;height:48px;border-radius:16px;display:grid;place-items:center}.large-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;min-height:410px;overflow:hidden}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.tag-row span{background:#f1f3f4;color:#4d5156;font-size:12px;font-weight:700;border-radius:999px;padding:7px 10px}.site-preview{background:#f6f9fe;border:1px solid #d9e6f7;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(66,133,244,.13)}.site-preview-bar{height:34px;background:#fff;border-bottom:1px solid #e7ecf2;display:flex;align-items:center;gap:5px;padding:0 12px}.site-preview-bar span{width:7px;height:7px;border-radius:50%;background:#d6d9dd}.site-preview-content{padding:34px;text-align:center;display:flex;flex-direction:column;align-items:center}.phone-mark{width:58px;height:58px;border-radius:18px;background:var(--primary);color:white;display:grid;place-items:center;margin-bottom:14px}.site-preview-content b{font-size:20px}.site-preview-content small{color:#6b7280;margin-top:3px}.brand-pills{display:flex;gap:8px;margin:18px 0}.brand-pills i{font-style:normal;border:1px solid #dbe0e6;background:white;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:700}.preview-button{background:var(--primary);color:white;border-radius:999px;padding:9px 15px;font-size:11px;font-weight:700}
.flow-section{padding-top:100px}.steps-grid{grid-template-columns:repeat(3,1fr)}.steps-grid article{padding:26px;border-top:1px solid #d8dde3}.step-number{width:38px;height:38px;border-radius:50%;background:var(--primary-container);color:#0842a0;display:grid;place-items:center;font-weight:800}.steps-grid h3{font-size:23px;margin:20px 0 8px}.steps-grid p{color:var(--muted);margin:0}
.pricing-section{background:#fff}.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.price-card{border:1px solid #dfe3e7;border-radius:28px;padding:30px;display:flex;flex-direction:column;position:relative;background:#fff}.price-card.featured{border:2px solid var(--primary);box-shadow:0 18px 50px rgba(11,87,208,.12)}.recommended{position:absolute;top:-14px;left:24px;background:var(--primary);color:white;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:800}.price-top .material-symbols-rounded{font-size:30px;color:var(--primary)}.price-top h3{font-size:28px;margin:12px 0 8px}.price-top p{color:var(--muted);min-height:68px}.price-card ul{list-style:none;padding:0;margin:24px 0 30px;display:flex;flex-direction:column;gap:12px;flex:1}.price-card li{display:flex;gap:9px;font-size:14px}.price-card li .material-symbols-rounded{font-size:18px;color:#188038}.pricing-note{text-align:center;color:#73777a;font-size:13px;margin:22px auto 0;max-width:800px}
.testimonial-section{padding-top:40px}.result-panel{max-width:var(--max);margin:auto;background:#0f172a;color:white;border-radius:32px;padding:54px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;position:relative;overflow:hidden}.result-panel:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(66,133,244,.28),transparent 68%);right:-160px;top:-180px}.section-kicker.light{color:#8ab4f8}.result-panel h2{font-size:clamp(36px,4.7vw,54px);line-height:1.05;letter-spacing:-.04em;margin:12px 0 18px}.result-panel p{color:#cbd5e1}.result-list{display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.result-list>div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;display:flex;gap:14px;align-items:center}.result-list .material-symbols-rounded{width:40px;height:40px;border-radius:13px;background:rgba(138,180,248,.18);color:#8ab4f8;display:grid;place-items:center}.result-list p{display:flex;flex-direction:column;margin:0}.result-list b{color:white}.result-list small{color:#c4cad3}
.faq-section{max-width:var(--max);margin:auto}.faq-list{max-width:900px;margin:auto;border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{cursor:pointer;list-style:none;padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:18px}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary .material-symbols-rounded{transition:.2s}.faq-list details[open] summary .material-symbols-rounded{transform:rotate(180deg)}.faq-list details p{margin:0;padding:0 44px 22px 0;color:var(--muted)}
.cta-section{padding-top:50px}.cta-card{max-width:var(--max);margin:auto;border-radius:32px;background:linear-gradient(135deg,#0b57d0,#1a73e8);color:white;padding:56px;display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;position:relative;overflow:hidden}.cta-card:after{content:"";position:absolute;inset:auto -120px -180px auto;width:420px;height:420px;border-radius:50%;border:80px solid rgba(255,255,255,.05)}.cta-copy h2{font-size:clamp(38px,5vw,56px);line-height:1.05;letter-spacing:-.04em;margin:12px 0 18px}.cta-copy p{color:#dbe8ff;font-size:18px}.cta-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.cta-chips span{border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.lead-form{background:white;color:#202124;border-radius:24px;padding:26px;display:flex;flex-direction:column;gap:14px;position:relative;z-index:2}.lead-form label{font-size:12px;font-weight:700;color:#4d5156;display:flex;flex-direction:column;gap:6px}.lead-form input,.lead-form select{border:1px solid #c9ced4;border-radius:12px;padding:12px 13px;background:#fff;outline:none}.lead-form input:focus,.lead-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(11,87,208,.10)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-note{color:#80868b;font-size:10px;line-height:1.4}
.footer{max-width:var(--max);margin:20px auto 0;padding:60px 24px 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;border-top:1px solid #eef0f2}.footer-brand img{width:170px}.footer-brand p{max-width:440px;color:var(--muted);font-size:14px}.footer>div:not(.footer-bottom){display:flex;flex-direction:column;gap:10px}.footer strong{font-size:13px}.footer a{color:var(--muted);font-size:13px}.footer a:hover{color:var(--primary)}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;color:#8a8f94;font-size:12px;border-top:1px solid #eef0f2;padding-top:20px;margin-top:10px}
.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#202124;color:white;padding:12px 16px;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.18);font-size:13px;opacity:0;pointer-events:none;transition:.25s;z-index:99}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.main-nav,.nav-actions{display:none}.menu-button{display:grid;place-items:center;margin-left:auto}.topbar.menu-open{height:auto;min-height:84px;flex-wrap:wrap;padding-bottom:18px}.topbar.menu-open .main-nav{display:flex;order:3;width:100%;flex-direction:column;gap:0}.topbar.menu-open .main-nav a{padding:13px 0;border-top:1px solid #eef0f2}.topbar.menu-open .nav-actions{display:flex;order:4;width:100%;justify-content:space-between}.hero{grid-template-columns:1fr;gap:48px;padding-top:48px}.hero-copy{text-align:center}.hero-copy h1,.hero-copy .hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.workspace-card{transform:none;max-width:720px;margin:auto}.benefit-grid,.pricing-grid{grid-template-columns:1fr}.split-heading{grid-template-columns:1fr;gap:16px}.solution-grid{grid-template-columns:1fr}.large-card{grid-column:auto;grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.result-panel,.cta-card{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:640px){.section-pad{padding:72px 18px}.topbar{padding:0 18px;height:74px}.brand img{width:150px}h1{font-size:47px}.hero{padding-top:36px}.hero-lead{font-size:18px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.trust-row{gap:12px}.proof-strip{margin:0 14px;align-items:flex-start;flex-direction:column}.proof-items{flex-direction:column;gap:8px}.workspace-grid{grid-template-columns:45px 1fr}.mock-main{padding:14px}.metric-grid{grid-template-columns:1fr}.metric-card{min-height:78px}.chart-card{height:130px}.action-row{grid-template-columns:1fr}.section-heading h2{font-size:38px}.benefit-card,.solution-card,.price-card{padding:23px}.large-card{min-height:0}.result-panel,.cta-card{padding:34px 24px;border-radius:26px}.field-row{grid-template-columns:1fr}.footer{grid-template-columns:1fr;padding-left:18px;padding-right:18px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;gap:8px}.cta-section{padding-left:14px;padding-right:14px}.testimonial-section{padding-left:14px;padding-right:14px}.workspace-grid{min-height:420px}}

/* --- Yoorika Repairers / Living visual layer v2 --- */
body{background:
  radial-gradient(circle at 8% 8%,rgba(66,133,244,.08),transparent 24rem),
  radial-gradient(circle at 92% 22%,rgba(52,168,83,.06),transparent 22rem),
  #fff}
.topbar{background:rgba(255,255,255,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(223,227,231,.75);border-radius:0 0 24px 24px;box-shadow:0 12px 40px rgba(32,33,36,.05);position:sticky;top:0;max-width:1248px;padding-left:26px;padding-right:26px}
.button{position:relative;overflow:hidden}.button:after{content:"";position:absolute;inset:-120% auto -120% -35%;width:24%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:rotate(16deg);transition:left .5s ease}.button:hover:after{left:120%}
.hero{min-height:730px;gap:54px;position:relative}.hero:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;background:linear-gradient(135deg,rgba(66,133,244,.12),rgba(52,168,83,.07));filter:blur(2px);right:-190px;top:-50px;z-index:-2;animation:blobFloat 9s ease-in-out infinite}.hero-copy{position:relative;z-index:5}.hero-copy h1{background:linear-gradient(135deg,#202124 10%,#0b57d0 72%,#185abc);-webkit-background-clip:text;background-clip:text;color:transparent}.eyebrow{box-shadow:0 8px 24px rgba(66,133,244,.10)}
.hero-visual{min-height:640px;display:flex;align-items:center;justify-content:center}.hero-visual:before{inset:-80px -110px -100px -70px;background:radial-gradient(circle at 52% 48%,rgba(66,133,244,.22),transparent 56%)}
.hero-media-stage{position:absolute;inset:0;z-index:1}.hero-photo{position:absolute;overflow:hidden;background:#eef3f8;border:7px solid rgba(255,255,255,.92);box-shadow:0 24px 70px rgba(32,33,36,.18)}.hero-photo img,.story-shot img,.site-photo-strip img,.result-photo img,.cta-photo img{width:100%;height:100%;object-fit:cover}.hero-photo-main{width:72%;height:69%;right:2%;top:2%;border-radius:34px;transform:rotate(2deg)}.hero-photo-top{width:39%;height:37%;left:0;top:6%;border-radius:26px;transform:rotate(-7deg);z-index:3}.hero-photo-bottom{width:40%;height:40%;left:3%;bottom:2%;border-radius:26px;transform:rotate(6deg);z-index:4}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(11,87,208,.16));pointer-events:none}.workspace-overlay{position:absolute;z-index:7;width:58%;right:-1%;bottom:1%;transform:perspective(1000px) rotateY(-3deg) rotateX(2deg);box-shadow:0 26px 80px rgba(13,71,161,.25);border-color:rgba(255,255,255,.9)}.workspace-overlay .workspace-grid{min-height:330px}.workspace-overlay .mock-main{padding:16px}.workspace-overlay .metric-card{min-height:82px}.workspace-overlay .chart-card{height:120px}.workspace-overlay .bars{height:62px}.workspace-overlay .action-card{padding:9px}.workspace-overlay .action-card small{display:none}.workspace-overlay .workspace-header{height:48px}.workspace-overlay .mock-sidebar{padding:12px 0}.workspace-overlay .mock-nav{width:31px;height:31px}.workspace-overlay .mock-nav .material-symbols-rounded{font-size:18px}
.floating-device{position:absolute;width:70px;height:138px;border-radius:19px;background:linear-gradient(160deg,#1f2937,#080b12);border:4px solid #cfd5dc;box-shadow:0 20px 42px rgba(15,23,42,.25);z-index:6;overflow:hidden;animation:deviceFloat 6s ease-in-out infinite}.floating-device:before{content:"";position:absolute;inset:7px;border-radius:13px;background:linear-gradient(145deg,#d3e3fd,#f8fafd 55%,#c6dafc)}.floating-device span{position:absolute;z-index:2;top:11px;left:50%;transform:translateX(-50%);width:22px;height:5px;border-radius:999px;background:#151922}.floating-device i{position:absolute;z-index:2;width:17px;height:17px;border-radius:50%;background:#151922;right:11px;top:20px;box-shadow:-19px 0 0 #151922}.device-one{right:-6%;top:10%;transform:rotate(10deg)}.device-two{left:28%;bottom:-4%;transform:rotate(-10deg) scale(.82);animation-delay:-2.4s}.spark{position:absolute;width:16px;height:16px;border-radius:5px;background:#fbbc04;box-shadow:0 10px 24px rgba(251,188,4,.3);z-index:8;animation:sparkSpin 8s linear infinite}.spark-a{right:18%;top:-1%}.spark-b{left:46%;top:8%;width:11px;height:11px;background:#34a853;animation-duration:11s}
.visual-story{max-width:var(--max);margin:18px auto 18px;padding:0 24px}.visual-story-track{height:310px;display:grid;grid-template-columns:1.35fr .75fr .9fr;gap:16px}.story-shot{margin:0;border-radius:28px;overflow:hidden;box-shadow:0 18px 45px rgba(32,33,36,.10);position:relative}.story-shot:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(11,87,208,.14))}.story-shot img{transition:transform .8s cubic-bezier(.2,.8,.2,1)}.story-shot:hover img{transform:scale(1.055)}.shot-wide{transform:rotate(-1deg)}.shot-tall{transform:translateY(24px) rotate(1.5deg)}.shot-square{transform:rotate(-1.5deg)}
.benefit-card,.solution-card,.price-card{position:relative;overflow:hidden}.benefit-card:before,.solution-card:not(.large-card):before,.price-card:before{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(66,133,244,.10),transparent 68%);right:-45px;top:-50px;transition:transform .35s ease}.benefit-card:hover:before,.solution-card:hover:before,.price-card:hover:before{transform:scale(1.25)}.benefit-card:hover,.solution-card:hover,.price-card:hover{transform:translateY(-5px);box-shadow:0 22px 60px rgba(32,33,36,.09)}
.soft-section{position:relative;overflow:hidden}.soft-section:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(52,168,83,.08),transparent 68%);left:-290px;top:140px}.large-card{background:linear-gradient(135deg,#fff 55%,#f1f7ff);box-shadow:0 18px 50px rgba(66,133,244,.08)}.site-preview{position:relative}.site-photo-strip{height:178px;overflow:hidden}.site-photo-strip img{filter:saturate(.95) contrast(1.02);transition:transform .8s ease}.site-preview:hover .site-photo-strip img{transform:scale(1.05)}
.steps-grid article{border:1px solid #e1e6ec;border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 10px 28px rgba(32,33,36,.04);transition:transform .25s ease,box-shadow .25s ease}.steps-grid article:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(32,33,36,.08)}.step-number{box-shadow:0 8px 20px rgba(66,133,244,.18)}
.pricing-section{position:relative}.price-card.featured{transform:translateY(-10px);background:linear-gradient(180deg,#fff,#f8fbff)}.price-card.featured:hover{transform:translateY(-16px)}
.result-panel{grid-template-columns:.85fr 1.05fr .9fr;gap:32px;min-height:520px}.result-photo{height:390px;border-radius:26px;overflow:hidden;position:relative;z-index:2;transform:rotate(-2deg);box-shadow:0 24px 60px rgba(0,0,0,.28)}.result-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(15,23,42,.65))}.result-photo img{transition:transform .8s ease}.result-panel:hover .result-photo img{transform:scale(1.04)}.result-copy{position:relative;z-index:2}.result-list{z-index:2}.result-list>div{backdrop-filter:blur(10px);transition:transform .25s ease,background .25s ease}.result-list>div:hover{transform:translateX(6px);background:rgba(255,255,255,.12)}
.cta-card{min-height:590px;isolation:isolate}.cta-photo{position:absolute;inset:0;z-index:-2}.cta-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,46,115,.96) 0%,rgba(11,87,208,.88) 45%,rgba(11,87,208,.58) 100%)}.cta-photo img{filter:saturate(.78);transform:scale(1.02)}.cta-copy{position:relative;z-index:3;align-self:center}.lead-form{box-shadow:0 24px 70px rgba(0,0,0,.22)}
.reveal-media{opacity:0;transform:translateY(24px) scale(.98);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal-media.is-visible{opacity:1}.hero-photo-main.is-visible{transform:rotate(2deg) translateY(0) scale(1)}.hero-photo-top.is-visible{transform:rotate(-7deg) translateY(0) scale(1)}.hero-photo-bottom.is-visible{transform:rotate(6deg) translateY(0) scale(1)}.story-shot.is-visible{opacity:1}.shot-wide.is-visible{transform:rotate(-1deg) translateY(0) scale(1)}.shot-tall.is-visible{transform:translateY(24px) rotate(1.5deg) scale(1)}.shot-square.is-visible{transform:rotate(-1.5deg) translateY(0) scale(1)}
@keyframes blobFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(-25px,26px,0) scale(1.04)}}
@keyframes deviceFloat{0%,100%{margin-top:0}50%{margin-top:-16px}}
@keyframes sparkSpin{to{transform:rotate(360deg)}}
@media(max-width:1080px){.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{min-height:660px;max-width:760px;width:100%;margin:auto}.workspace-overlay{width:56%;right:2%}.result-panel{grid-template-columns:1fr 1fr}.result-photo{grid-row:1/3}.result-list{grid-column:2}}
@media(max-width:980px){.topbar{border-radius:0}.hero-visual{min-height:610px}.workspace-overlay{width:58%;right:1%;bottom:2%}.visual-story-track{height:270px}.result-panel{grid-template-columns:1fr}.result-photo{grid-row:auto;height:340px}.result-list{grid-column:auto}.price-card.featured{transform:none}.price-card.featured:hover{transform:translateY(-5px)}}
@media(max-width:700px){.hero-visual{min-height:560px}.hero-photo-main{width:82%;height:58%;right:0}.hero-photo-top{width:46%;height:32%;left:0}.hero-photo-bottom{width:45%;height:34%;left:0;bottom:5%}.workspace-overlay{width:68%;right:0;bottom:0}.floating-device{display:none}.visual-story{padding:0 14px}.visual-story-track{height:auto;grid-template-columns:1fr 1fr;gap:10px}.story-shot{height:190px}.shot-wide{grid-column:1/-1;height:220px}.shot-tall{transform:none}.result-photo{height:280px}.cta-card{min-height:0}}
@media(max-width:520px){.hero{padding-top:30px}.hero-visual{min-height:500px}.hero-photo-main{height:54%;width:86%}.hero-photo-top{height:29%;width:48%}.hero-photo-bottom{height:30%;width:48%;bottom:7%}.workspace-overlay{width:76%;transform:none}.workspace-overlay .metric-grid{grid-template-columns:repeat(3,1fr)}.workspace-overlay .metric-card{padding:8px;min-height:70px}.workspace-overlay .metric-card small{display:none}.workspace-overlay .chart-card{height:90px}.workspace-overlay .bars{height:40px}.workspace-overlay .action-row{display:none}.visual-story-track{grid-template-columns:1fr}.story-shot,.shot-wide{height:210px;grid-column:auto}.shot-tall{transform:none}.topbar{padding-left:16px;padding-right:16px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important;transition:none!important}.reveal-media{opacity:1!important;transform:none!important}}

/* === Growth journey section: replaces proof-strip + visual-story === */
.growth-journey{position:relative;max-width:1460px;margin:24px auto 46px;min-height:760px;border-radius:40px;overflow:hidden;isolation:isolate;background:#edf5ff;box-shadow:0 32px 90px rgba(32,33,36,.10)}
.growth-journey-media{position:absolute;z-index:-4;right:0;top:0;width:58%;height:64%;overflow:hidden}
.growth-journey-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(239,247,255,.96) 0%,rgba(239,247,255,.46) 23%,rgba(239,247,255,.03) 62%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(226,240,255,.28))}
.growth-journey-media img{width:100%;height:100%;object-fit:cover;object-position:52% 45%;filter:saturate(.92) contrast(1.02);transform:scale(1.02);transition:transform 1.4s cubic-bezier(.2,.8,.2,1)}
.growth-journey:hover .growth-journey-media img{transform:scale(1.055)}
.growth-journey-wash{position:absolute;z-index:-3;inset:0;background:linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.98) 32%,rgba(248,251,255,.70) 53%,rgba(239,247,255,.24) 74%,rgba(239,247,255,.04) 100%),linear-gradient(180deg,rgba(255,255,255,0) 32%,rgba(232,243,255,.75) 63%,#f8fbff 100%)}
.growth-journey-orb{position:absolute;z-index:-2;border-radius:50%;filter:blur(3px);pointer-events:none}.growth-orb-one{width:320px;height:320px;background:radial-gradient(circle,rgba(66,133,244,.18),rgba(66,133,244,0) 70%);left:-90px;bottom:40px}.growth-orb-two{width:260px;height:260px;background:radial-gradient(circle,rgba(52,168,83,.11),rgba(52,168,83,0) 70%);right:160px;bottom:-80px}
.growth-journey-inner{position:relative;z-index:2;max-width:1320px;margin:auto;padding:72px 58px 42px}
.growth-journey-copy{max-width:760px}
.growth-kicker{display:flex;align-items:center;gap:12px;color:#1769e0;font-size:13px;font-weight:800;letter-spacing:.12em}.growth-kicker span{display:inline-block;width:64px;height:1px;background:#8db9f5}
.growth-journey h2{margin:22px 0 18px;max-width:760px;font-size:clamp(42px,4.55vw,68px);line-height:.98;letter-spacing:-.055em;color:#0b1f3a;font-weight:750}.growth-journey h2 strong{display:inline;color:#1a73e8;font-weight:750}
.growth-journey-copy>p{margin:0;max-width:760px;color:#5a6f8c;font-size:18px;line-height:1.7;font-weight:450}
.growth-journey-steps{display:grid;grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr) 40px minmax(0,1fr) 40px minmax(0,1fr);align-items:center;gap:8px;margin-top:48px}
.journey-card{position:relative;min-height:318px;padding:25px 26px 22px;border-radius:26px;background:rgba(255,255,255,.90);border:1px solid rgba(255,255,255,.95);box-shadow:0 20px 45px rgba(46,91,146,.10);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:flex;flex-direction:column;transition:transform .28s ease,box-shadow .28s ease,background .28s ease}
.journey-card:hover{transform:translateY(-8px);background:rgba(255,255,255,.98);box-shadow:0 28px 60px rgba(46,91,146,.16)}
.journey-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.journey-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center}.journey-icon .material-symbols-rounded{font-size:30px;font-variation-settings:'FILL' 1,'wght' 520}.journey-number{font-size:13px;font-weight:800;color:#7ca4d7;letter-spacing:.02em}
.journey-card h3{margin:0 0 8px;font-size:27px;line-height:1.1;letter-spacing:-.035em;color:#0d1f3a}.journey-card p{margin:0;color:#667a96;font-size:15px;line-height:1.58}.journey-footer{margin-top:auto;padding-top:18px;border-top:1px solid #e8eef6;color:#647fa4;font-size:11px;line-height:1.25;font-weight:800;letter-spacing:.035em}
.journey-manage .journey-icon{background:#e8f0fe;color:#1a73e8}.journey-sell .journey-icon{background:#e7f7ed;color:#0f9d58}.journey-visible .journey-icon{background:#eee9ff;color:#6046ef}.journey-automate .journey-icon{background:#fff0e7;color:#ef6c00}
.journey-arrow{display:grid;place-items:center;color:#9eb6d4;transition:transform .25s ease,color .25s ease}.journey-arrow .material-symbols-rounded{font-size:32px;font-variation-settings:'wght' 300}.growth-journey-steps:hover .journey-arrow{color:#1a73e8;transform:translateX(2px)}
.growth-journey-signature{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-top:36px;padding:0 4px}.growth-workspace-note{display:flex;align-items:center;gap:12px;color:#7892b5;font-size:11px;line-height:1.35;font-weight:800;letter-spacing:.055em}.growth-workspace-note>.material-symbols-rounded{color:#1a73e8;font-size:29px}.growth-signature-text{font-family:"Segoe Script","Brush Script MT",cursive;color:#3c6eb3;font-size:30px;line-height:1;transform:rotate(-3deg);padding-right:8px}.growth-signature-text:after{content:"";display:block;width:150px;height:2px;margin:6px 0 0 auto;background:#1a73e8;transform:rotate(-4deg);border-radius:2px}
.growth-journey .reveal-media{transition-delay:.02s}.growth-journey .journey-card:nth-of-type(2){transition-delay:.08s}.growth-journey .journey-card:nth-of-type(3){transition-delay:.14s}.growth-journey .journey-card:nth-of-type(4){transition-delay:.20s}
@media(max-width:1180px){.growth-journey{margin-left:18px;margin-right:18px;border-radius:32px}.growth-journey-inner{padding:62px 34px 38px}.growth-journey-media{width:62%;height:54%}.growth-journey-steps{grid-template-columns:1fr 26px 1fr;gap:10px}.journey-card{min-height:300px}.journey-card:nth-of-type(3){grid-column:1}.journey-card:nth-of-type(4){grid-column:3}.journey-arrow:nth-of-type(2){display:none}.growth-journey-signature{margin-top:28px}}
@media(max-width:760px){.growth-journey{margin:12px 14px 34px;min-height:0;border-radius:28px}.growth-journey-media{width:100%;height:340px;opacity:.82}.growth-journey-media:after{background:linear-gradient(180deg,rgba(244,249,255,.12),rgba(244,249,255,.86) 72%,#f8fbff 100%),linear-gradient(90deg,rgba(248,251,255,.82),rgba(248,251,255,.16))}.growth-journey-wash{background:linear-gradient(180deg,rgba(248,251,255,.23) 0%,rgba(248,251,255,.72) 26%,#f8fbff 47%,#f8fbff 100%)}.growth-journey-inner{padding:44px 20px 28px}.growth-journey-copy{padding-top:200px}.growth-kicker{font-size:11px}.growth-kicker span{width:34px}.growth-journey h2{font-size:42px}.growth-journey-copy>p{font-size:16px}.growth-journey-steps{grid-template-columns:1fr;margin-top:30px;gap:12px}.journey-card,.journey-card:nth-of-type(3),.journey-card:nth-of-type(4){grid-column:auto;min-height:0}.journey-arrow{height:26px;transform:rotate(90deg)}.growth-journey-steps:hover .journey-arrow{transform:rotate(90deg) translateX(2px)}.growth-journey-signature{align-items:flex-start;flex-direction:column}.growth-signature-text{font-size:26px;align-self:flex-end}}
@media(max-width:460px){.growth-journey-media{height:300px}.growth-journey-copy{padding-top:174px}.growth-journey h2{font-size:36px}.journey-card{padding:22px 20px}.journey-card h3{font-size:25px}.growth-signature-text{font-size:23px}}
@media(max-width:1180px) and (min-width:761px){.growth-journey-steps{grid-template-rows:auto auto}.journey-card:nth-of-type(1){grid-column:1;grid-row:1}.journey-card:nth-of-type(2){grid-column:3;grid-row:1}.journey-card:nth-of-type(3){grid-column:1;grid-row:2}.journey-card:nth-of-type(4){grid-column:3;grid-row:2}.journey-arrow:nth-of-type(1){grid-column:2;grid-row:1}.journey-arrow:nth-of-type(2){display:none}.journey-arrow:nth-of-type(3){grid-column:2;grid-row:2}}

/* Workspace tools section — V4 */
.workspace-tools-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7faff 0%,#f3f7fc 100%)}
.workspace-tools-section:before{content:"";position:absolute;inset:auto auto -180px -180px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(66,133,244,.14),transparent 70%);pointer-events:none}
.workspace-tools-section:after{content:"";position:absolute;inset:80px -180px auto auto;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(52,168,83,.10),transparent 70%);pointer-events:none}
.workspace-tools-shell{max-width:var(--max);margin:auto;position:relative;z-index:1;display:flex;flex-direction:column;gap:26px}
.workspace-tools-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:28px;align-items:stretch}
.workspace-hero-copy{padding:26px 0 10px}
.workspace-hero-copy h2{font-size:72px;line-height:.98;letter-spacing:-.045em;margin:16px 0 18px;max-width:760px}
.workspace-hero-copy h2 span{color:#1a73e8}
.workspace-hero-copy p{max-width:720px;font-size:20px;line-height:1.55;color:#60708c;margin:0}
.workspace-feature-pills{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.workspace-feature-pill{display:flex;align-items:center;gap:14px;padding:16px 18px;background:rgba(255,255,255,.82);border:1px solid rgba(207,218,232,.95);border-radius:22px;box-shadow:0 16px 40px rgba(35,58,107,.06);backdrop-filter:blur(10px);min-width:205px}
.workspace-feature-pill .material-symbols-rounded{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#edf3ff;color:#1a73e8;font-size:22px;flex:0 0 42px}
.workspace-feature-pill strong{display:block;font-size:18px;letter-spacing:-.02em}
.workspace-feature-pill small{display:block;color:#62708a;font-size:14px;margin-top:3px}
.workspace-hero-visual{margin:0;position:relative;min-height:520px;border-radius:34px;overflow:hidden;border:1px solid rgba(218,226,238,.95);box-shadow:0 30px 85px rgba(34,53,88,.16);background:#eaf1fb}
.workspace-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:56% center;display:block;transform:scale(1.01)}
.workspace-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02) 42%,rgba(255,255,255,.24) 100%)}
.workspace-tools-heading-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 6px 0}
.workspace-tools-heading-row h3{margin:0;font-size:46px;line-height:1.02;letter-spacing:-.03em}
.workspace-tools-heading-row a{display:inline-flex;align-items:center;gap:8px;color:#1a73e8;font-weight:700}
.workspace-tools-heading-row a .material-symbols-rounded{font-size:18px}
.workspace-tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.workspace-service-card{--tone:#eaf1fb;--accent:#1a73e8;display:grid;grid-template-columns:90px 1fr;background:rgba(255,255,255,.86);border:1px solid rgba(219,227,238,.95);border-radius:28px;overflow:hidden;box-shadow:0 18px 42px rgba(37,56,94,.06);min-height:164px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;position:relative}
.workspace-service-card:before{content:"";position:absolute;right:-48px;top:-62px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.7),transparent 64%)}
.workspace-service-card:hover{transform:translateY(-6px);box-shadow:0 24px 52px rgba(32,51,88,.11);border-color:#cfdced}
.service-visual{background:linear-gradient(180deg,rgba(255,255,255,.55),rgba(255,255,255,.18)),var(--tone);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.service-visual:before{content:"";position:absolute;width:118px;height:118px;border-radius:50%;background:rgba(255,255,255,.34);left:-28px;top:-22px}
.service-visual .material-symbols-rounded{font-size:42px;color:var(--accent);position:relative;z-index:1}
.service-body{padding:16px 18px 18px;display:flex;flex-direction:column}
.service-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.service-top .material-symbols-rounded{font-size:18px;color:#7e90ad}
.service-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#def3e6;color:#137333;font-size:12px;font-weight:800;line-height:1}
.workspace-service-card h4{margin:0 0 8px;font-size:18px;line-height:1.2;letter-spacing:-.02em;color:#16213f}
.workspace-service-card p{margin:0;color:#65748f;font-size:14px;line-height:1.42}
.tone-aqua{--tone:#e6f6f8;--accent:#1a73e8}.tone-lilac{--tone:#efe9fd;--accent:#6f45d8}.tone-sky{--tone:#e9f5fb;--accent:#1a73e8}.tone-peach{--tone:#fff0e7;--accent:#ff6d00}.tone-pink{--tone:#fceaf6;--accent:#e91e63}.tone-mint{--tone:#e6f7f0;--accent:#19a05b}.tone-violet{--tone:#f3ecfe;--accent:#5b3df5}.tone-blue{--tone:#eaf2fe;--accent:#1a73e8}.tone-gold{--tone:#fcf4de;--accent:#e48a00}.tone-cloud{--tone:#e8f2fe;--accent:#1a73e8}
.workspace-tools-cta{display:grid;grid-template-columns:minmax(0,1.1fr) auto auto;align-items:center;gap:24px;margin-top:2px;padding:24px 28px;background:rgba(255,255,255,.76);border:1px solid rgba(215,224,238,.95);border-radius:30px;box-shadow:0 20px 50px rgba(37,56,94,.06);backdrop-filter:blur(14px)}
.workspace-tools-cta-copy h3{margin:10px 0 10px;font-size:42px;line-height:1.03;letter-spacing:-.03em}
.workspace-tools-cta-copy p{margin:0;color:#62708a;max-width:700px}
.workspace-tools-cta .button{padding-left:26px;padding-right:26px;white-space:nowrap}
.workspace-tools-cta-points{display:flex;align-items:center;justify-content:flex-end;gap:28px}
.workspace-tools-cta-points>div{display:flex;align-items:center;gap:12px;color:#314465;font-size:14px;line-height:1.28}
.workspace-tools-cta-points .material-symbols-rounded{width:44px;height:44px;border-radius:16px;background:#edf3ff;color:#1a73e8;display:grid;place-items:center;font-size:24px;flex:0 0 44px}

@media(max-width:1240px){
  .workspace-hero-copy h2{font-size:62px}
  .workspace-tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .workspace-tools-cta{grid-template-columns:1fr;justify-items:start}
  .workspace-tools-cta-points{justify-content:flex-start;flex-wrap:wrap}
}
@media(max-width:1040px){
  .workspace-tools-hero{grid-template-columns:1fr}
  .workspace-hero-visual{order:-1;min-height:420px}
  .workspace-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .workspace-tools-heading-row{padding-top:6px}
}
@media(max-width:760px){
  .workspace-hero-copy{padding-top:0}
  .workspace-hero-copy h2{font-size:48px;max-width:100%}
  .workspace-hero-copy p{font-size:18px}
  .workspace-feature-pills{display:grid;grid-template-columns:1fr;gap:12px}
  .workspace-feature-pill{min-width:0}
  .workspace-tools-heading-row{flex-direction:column;align-items:flex-start}
  .workspace-tools-heading-row h3{font-size:36px}
  .workspace-tools-grid{grid-template-columns:1fr}
  .workspace-hero-visual{min-height:340px}
  .workspace-service-card{grid-template-columns:76px 1fr;min-height:150px}
}
@media(max-width:520px){
  .workspace-tools-shell{gap:22px}
  .workspace-hero-copy h2{font-size:42px}
  .workspace-hero-visual{min-height:290px;border-radius:26px}
  .workspace-tools-cta{padding:22px 20px;border-radius:24px}
  .workspace-tools-cta-copy h3{font-size:34px}
  .workspace-tools-cta .button{width:100%}
  .workspace-tools-cta-points{gap:14px;display:grid;grid-template-columns:1fr}
}

/* Workspace tools section — refinement V5 */
.workspace-tools-hero{padding:26px 28px 22px;background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(245,249,255,.95));border:1px solid rgba(215,224,238,.95);border-radius:34px;box-shadow:0 24px 58px rgba(34,53,88,.08);align-items:end;grid-template-columns:minmax(0,.98fr) minmax(0,1.08fr);gap:26px;overflow:hidden}
.workspace-hero-copy{padding:10px 4px 10px 10px}
.workspace-hero-copy .section-kicker{display:inline-flex;align-items:center;padding:10px 18px;border-radius:999px;background:linear-gradient(90deg,#1a73e8,#73a5f7);color:#fff;letter-spacing:.04em}
.workspace-hero-copy h2{font-size:74px;line-height:.95;max-width:640px;margin:18px 0 20px}
.workspace-hero-copy p{max-width:640px}
.workspace-feature-pills{margin-top:24px;max-width:640px}
.workspace-feature-pill{min-width:180px;border-radius:20px;background:rgba(255,255,255,.95)}
.workspace-feature-pill .material-symbols-rounded{background:#f1f5ff}
.workspace-hero-visual{min-height:430px;border-radius:28px;background:#eaf1fb;border:1px solid rgba(220,227,239,.95);box-shadow:0 16px 36px rgba(35,58,107,.10)}
.workspace-hero-visual img{object-fit:cover;object-position:center center;transform:none}
.workspace-tools-heading-row{margin-top:6px;padding:0 10px}
.workspace-tools-heading-row h3{font-size:28px}
@media(max-width:1240px){.workspace-tools-hero{grid-template-columns:1fr 1fr}.workspace-hero-copy h2{font-size:64px}}
@media(max-width:1040px){.workspace-tools-hero{grid-template-columns:1fr;padding:20px}.workspace-hero-visual{order:-1;min-height:360px}.workspace-hero-copy{padding:2px}.workspace-hero-copy h2{max-width:100%;font-size:56px}}
@media(max-width:760px){.workspace-tools-hero{padding:16px}.workspace-hero-visual{min-height:300px}.workspace-hero-copy h2{font-size:46px}.workspace-hero-copy p{font-size:18px}.workspace-feature-pill{width:100%}}
@media(max-width:520px){.workspace-tools-hero{border-radius:26px}.workspace-hero-visual{min-height:250px;border-radius:22px}.workspace-hero-copy .section-kicker{padding:9px 14px}.workspace-hero-copy h2{font-size:40px}}

/* Workspace section refinement V6 */
.workspace-tools-shell{gap:30px}
.workspace-tools-hero{grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);padding:34px 34px 24px;gap:20px;align-items:center;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(246,249,255,.96));}
.workspace-hero-copy{padding:8px 2px 8px 8px}
.workspace-hero-copy h2{max-width:860px;width:100%;font-size:82px;line-height:.94;letter-spacing:-.05em;margin:18px 0 18px}
.workspace-hero-copy p{max-width:740px;font-size:19px;line-height:1.6}
.workspace-hero-visual{min-height:470px;border-radius:30px;overflow:hidden}
.workspace-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center center}
.workspace-tools-heading-row{padding:2px 8px 0}
.workspace-tools-grid{margin-top:-4px}
.workspace-service-card h4{font-size:19px}
.workspace-service-card p{font-size:14px;line-height:1.45}

/* remove old pills spacing if remnants exist */
.workspace-feature-pills{display:none!important}

@media(max-width:1280px){
  .workspace-hero-copy h2{font-size:74px;max-width:780px}
}
@media(max-width:1120px){
  .workspace-tools-hero{grid-template-columns:1.08fr .92fr}
  .workspace-hero-copy h2{font-size:64px;max-width:100%}
  .workspace-hero-visual{min-height:420px}
}
@media(max-width:1040px){
  .workspace-tools-hero{grid-template-columns:1fr;padding:22px}
  .workspace-hero-visual{order:-1;min-height:360px}
  .workspace-hero-copy h2{font-size:56px}
}
@media(max-width:760px){
  .workspace-tools-hero{padding:16px}
  .workspace-hero-copy h2{font-size:46px}
  .workspace-hero-copy p{font-size:18px}
  .workspace-hero-visual{min-height:300px}
}
@media(max-width:520px){
  .workspace-hero-copy h2{font-size:40px}
  .workspace-hero-visual{min-height:250px}
}

/* Workspace hero redesign — V7 closer to approved mockup */
.workspace-tools-section{padding-top:88px;padding-bottom:92px;background:linear-gradient(180deg,#f8fbff 0%,#f4f7fc 100%)}
.workspace-tools-shell{gap:26px}
.workspace-tools-hero{
  grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);
  align-items:stretch;
  padding:18px 18px 0;
  gap:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(246,249,255,.96));
  border:1px solid rgba(216,225,238,.98);
  border-radius:34px;
  box-shadow:0 28px 64px rgba(33,53,90,.08);
  overflow:hidden;
}
.workspace-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px 10px 20px 18px;
}
.workspace-hero-copy .section-kicker{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(90deg,#1a73e8,#78a8f7);
  color:#fff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
}
.workspace-hero-copy h2{
  margin:18px 0 16px;
  max-width:650px;
  font-size:78px;
  line-height:.96;
  letter-spacing:-.05em;
}
.workspace-hero-copy h2 span{display:inline-block;color:#1a73e8}
.workspace-hero-copy p{
  margin:0;
  max-width:620px;
  font-size:19px;
  line-height:1.55;
  color:#677893;
}
.workspace-hero-visual{
  min-height:392px;
  border-radius:0 28px 0 0;
  background:#eaf1fb;
  border:0;
  box-shadow:none;
  overflow:hidden;
}
.workspace-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.workspace-hero-visual:after{display:none}
.workspace-tools-heading-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:-4px;
  padding:0 12px;
}
.workspace-tools-heading-row h3{
  margin:0;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.workspace-tools-grid{margin-top:0}
.workspace-service-card{min-height:158px;border-radius:26px}
.workspace-service-card h4{font-size:18px}
.workspace-service-card p{font-size:14px;line-height:1.42}
.workspace-tools-cta{margin-top:4px}

@media(max-width:1220px){
  .workspace-hero-copy h2{font-size:68px;max-width:600px}
}
@media(max-width:1040px){
  .workspace-tools-hero{grid-template-columns:1fr;padding:18px}
  .workspace-hero-visual{order:-1;min-height:340px;border-radius:24px}
  .workspace-hero-copy{padding:4px 4px 8px}
  .workspace-hero-copy h2{font-size:56px;max-width:100%}
  .workspace-hero-copy p{max-width:100%}
}
@media(max-width:760px){
  .workspace-tools-section{padding-top:72px;padding-bottom:76px}
  .workspace-tools-hero{padding:14px;gap:14px;border-radius:28px}
  .workspace-hero-copy h2{font-size:46px}
  .workspace-hero-copy p{font-size:18px}
  .workspace-hero-visual{min-height:280px;border-radius:22px}
  .workspace-tools-heading-row{flex-direction:column;align-items:flex-start;padding:0 6px}
}
@media(max-width:520px){
  .workspace-hero-copy .section-kicker{font-size:12px;padding:0 14px}
  .workspace-hero-copy h2{font-size:39px}
  .workspace-hero-visual{min-height:230px}
}

/* =========================================================
   V8.1 — Workspace tools hero + entrance motion
   Keeps the complete V7 stylesheet and only overrides this area.
   ========================================================= */
.workspace-tools-section{
  position:relative;
  overflow:hidden;
  padding-top:84px;
  padding-bottom:92px;
  background:linear-gradient(180deg,#f8fbff 0%,#f3f7fc 100%);
}
.workspace-tools-section:before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  right:-260px;
  top:-180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(66,133,244,.11),transparent 68%);
  pointer-events:none;
}
.workspace-tools-shell{
  max-width:1320px;
  margin:0 auto;
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:26px;
}
.workspace-tools-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:22px;
  align-items:center;
  padding:22px;
  border:1px solid rgba(214,223,236,.96);
  border-radius:34px;
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(247,250,255,.98));
  box-shadow:0 26px 68px rgba(32,52,88,.08);
  overflow:hidden;
}
.workspace-hero-copy{
  position:relative;
  z-index:2;
  padding:12px 6px 14px 4px;
}
.workspace-hero-copy .section-kicker{
  display:inline-flex;
  align-items:center;
  padding:8px 17px;
  border-radius:999px;
  background:linear-gradient(90deg,#1a73e8,#76a8fa);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase;
  box-shadow:0 8px 24px rgba(26,115,232,.20);
}
.workspace-hero-copy h2{
  margin:17px 0 17px;
  width:100%;
  max-width:none;
  font-size:clamp(44px,4.3vw,64px);
  line-height:.96;
  letter-spacing:-.052em;
}
.workspace-hero-copy h2 .hero-line{
  display:block;
  white-space:nowrap;
}
.workspace-hero-copy h2 .hero-line-1{color:#14213d}
.workspace-hero-copy h2 .hero-line-2{color:#1a73e8}
.workspace-hero-copy p{
  max-width:610px;
  margin:0;
  color:#65758f;
  font-size:17px;
  line-height:1.58;
}
.workspace-feature-pills{display:none!important}
.workspace-hero-visual{
  position:relative;
  width:100%;
  aspect-ratio:846 / 430;
  min-height:0!important;
  margin:0;
  overflow:hidden;
  border-radius:28px;
  background:#eaf1fb;
  border:1px solid rgba(216,225,238,.95);
  box-shadow:0 18px 42px rgba(30,55,95,.10);
}
.workspace-hero-visual:before,
.workspace-hero-visual:after{display:none!important}
.workspace-hero-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transform:none!important;
  filter:none!important;
}
.workspace-tools-heading-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:2px 8px 0;
}
.workspace-tools-heading-row h3{
  margin:0;
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.workspace-tools-heading-row a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#1a73e8;
  font-size:14px;
  font-weight:750;
}
.workspace-tools-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.workspace-service-card{
  min-height:160px;
  border-radius:26px;
}
.workspace-tools-cta{margin-top:3px}

/* Google-Labs-inspired entrance: mask reveal + blur/slide + stagger */
body.preload .workspace-hero-copy .section-kicker,
body.preload .workspace-hero-copy .hero-line,
body.preload .workspace-hero-copy p{
  opacity:0;
}
.workspace-hero-copy .section-kicker{
  opacity:0;
  transform:translateY(12px) scale(.97);
  filter:blur(5px);
}
.workspace-hero-copy .hero-line{
  opacity:0;
  transform:translateY(34px);
  filter:blur(10px);
}
.workspace-hero-copy p{
  opacity:0;
  transform:translateY(18px);
  filter:blur(6px);
}
.workspace-hero-visual{
  opacity:0;
  clip-path:inset(0 100% 0 0 round 28px);
  transform:translateY(12px) scale(.985);
}
body.is-loaded .workspace-hero-copy .section-kicker{
  opacity:1;
  transform:none;
  filter:none;
  transition:opacity .62s ease .05s,transform .76s cubic-bezier(.22,1,.36,1) .05s,filter .72s ease .05s;
}
body.is-loaded .workspace-hero-copy .hero-line-1{
  opacity:1;
  transform:none;
  filter:none;
  transition:opacity .72s ease .13s,transform .92s cubic-bezier(.16,1,.3,1) .13s,filter .86s ease .13s;
}
body.is-loaded .workspace-hero-copy .hero-line-2{
  opacity:1;
  transform:none;
  filter:none;
  transition:opacity .72s ease .22s,transform .92s cubic-bezier(.16,1,.3,1) .22s,filter .86s ease .22s;
}
body.is-loaded .workspace-hero-copy p{
  opacity:1;
  transform:none;
  filter:none;
  transition:opacity .7s ease .34s,transform .82s cubic-bezier(.22,1,.36,1) .34s,filter .8s ease .34s;
}
body.is-loaded .workspace-hero-visual{
  opacity:1;
  clip-path:inset(0 0 0 0 round 28px);
  transform:none;
  transition:opacity .72s ease .18s,clip-path 1.12s cubic-bezier(.16,1,.3,1) .12s,transform .95s cubic-bezier(.16,1,.3,1) .12s;
}
.workspace-tools-section .workspace-service-card,
.workspace-tools-section .workspace-tools-cta{
  opacity:0;
  transform:translateY(22px) scale(.985);
}
.workspace-tools-section .workspace-service-card.reveal-in,
.workspace-tools-section .workspace-tools-cta.reveal-in{
  opacity:1;
  transform:none;
  transition:opacity .68s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),transform .72s cubic-bezier(.22,1,.36,1) var(--reveal-delay,0ms),box-shadow .22s ease;
}

@media(max-width:1180px){
  .workspace-tools-shell{max-width:100%}
  .workspace-tools-hero{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr)}
  .workspace-hero-copy h2{font-size:clamp(42px,4.15vw,54px)}
  .workspace-hero-copy p{font-size:16.5px}
}
@media(max-width:980px){
  .workspace-tools-hero{grid-template-columns:1fr;padding:18px}
  .workspace-hero-visual{order:-1;max-width:760px;margin:0 auto}
  .workspace-hero-copy{padding:6px 4px 10px}
  .workspace-hero-copy h2{font-size:clamp(42px,7vw,58px)}
  .workspace-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .workspace-tools-section{padding-top:70px;padding-bottom:76px}
  .workspace-tools-hero{padding:14px;border-radius:28px}
  .workspace-hero-copy h2{font-size:clamp(36px,10.7vw,46px)}
  .workspace-hero-copy h2 .hero-line{white-space:normal}
  .workspace-hero-copy p{font-size:16px}
  .workspace-hero-visual{border-radius:22px}
  .workspace-tools-heading-row{flex-direction:column;align-items:flex-start;padding:0 4px}
  .workspace-tools-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .workspace-hero-copy .section-kicker,
  .workspace-hero-copy .hero-line,
  .workspace-hero-copy p,
  .workspace-hero-visual,
  .workspace-tools-section .workspace-service-card,
  .workspace-tools-section .workspace-tools-cta{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    clip-path:none!important;
    transition:none!important;
  }
}

/* V10 — smart header + modern legal/footer layout */
.topbar{
  transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .3s ease,box-shadow .3s ease,background .3s ease;
  will-change:transform;
}
.topbar.header-hidden{transform:translateY(calc(-100% - 18px));opacity:.98;pointer-events:none}
.topbar.header-scrolled{box-shadow:0 18px 50px rgba(32,33,36,.10);background:rgba(255,255,255,.90)}

.footer.footer-modern{grid-template-columns:1.55fr repeat(3,minmax(150px,1fr));gap:44px;padding-top:56px}
.footer-modern .footer-brand{gap:12px}
.footer-modern .footer-brand img{width:178px}
.footer-modern .footer-brand p{margin:0;line-height:1.55}
.footer-signature{display:inline-flex;align-self:flex-start;margin-top:3px;font-size:12px;font-weight:800;color:#1a73e8;letter-spacing:.05em}
.footer-col strong{margin-bottom:4px;color:#202124}
.footer-modern a{transition:color .2s ease,transform .2s ease}
.footer-modern a:hover{transform:translateX(2px)}

.legal-page{background:linear-gradient(180deg,#f8fafd 0%,#f4f7fb 100%)}
.legal-page .page-shell{min-height:100vh}
.legal-hero{padding-top:86px;padding-bottom:54px}
.legal-hero-inner{max-width:980px;margin:0 auto;text-align:center}
.legal-hero .section-kicker{display:inline-flex;align-items:center;padding:8px 15px;border-radius:999px;background:#e8f0fe;color:#0b57d0}
.legal-hero h1{font-size:clamp(48px,7vw,82px);line-height:.98;letter-spacing:-.055em;margin:18px auto 18px;max-width:920px}
.legal-hero p{font-size:20px;line-height:1.6;color:var(--muted);max-width:760px;margin:0 auto}
.legal-meta{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:#788397;font-size:13px;font-weight:700}
.legal-meta .material-symbols-rounded{font-size:18px;color:#1a73e8}
.legal-content-wrap{max-width:1000px;margin:0 auto;padding:0 24px 80px}
.legal-content{display:grid;gap:16px}
.legal-card{background:rgba(255,255,255,.92);border:1px solid #e0e7f0;border-radius:24px;padding:28px 30px;box-shadow:0 16px 44px rgba(43,60,93,.05)}
.legal-card h2{font-size:24px;margin:0 0 10px;letter-spacing:-.025em}
.legal-card p{margin:0;color:#5f6f89;line-height:1.7;font-size:16px}
.legal-source{margin-top:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:20px 22px;border:1px solid #d7e5fa;border-radius:22px;background:linear-gradient(135deg,#f7fbff,#edf5ff)}
.legal-source>.material-symbols-rounded{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#dceaff;color:#0b57d0}
.legal-source strong{display:block;margin-bottom:4px}
.legal-source p{margin:0;color:#65738b;font-size:14px;line-height:1.45}
.legal-back{display:flex;justify-content:center;margin-top:28px}

@media(max-width:980px){
  .footer.footer-modern{grid-template-columns:1fr 1fr}.footer-modern .footer-brand{grid-column:1/-1}
}
@media(max-width:700px){
  .footer.footer-modern{grid-template-columns:1fr;gap:26px}.footer-modern .footer-brand{grid-column:auto}
  .legal-hero{padding-top:64px;padding-bottom:42px}.legal-hero p{font-size:18px}
  .legal-content-wrap{padding:0 16px 64px}.legal-card{padding:22px 20px;border-radius:20px}
  .legal-source{grid-template-columns:auto 1fr}.legal-source .button{grid-column:1/-1;width:100%}
}

/* V10.1 — Hero LeReparateur.net + sticky header refinement */
.topbar{
  position:sticky;
  top:0;
  z-index:90;
  transition:transform .28s ease, box-shadow .28s ease, background-color .28s ease, opacity .28s ease;
  will-change:transform;
}
.topbar.header-hidden{transform:translateY(calc(-100% - 20px));opacity:.98;pointer-events:none}
.topbar.header-scrolled{background:rgba(255,255,255,.94);box-shadow:0 18px 50px rgba(32,33,36,.10)}

.annuaire-hero{
  max-width:var(--max);
  min-height:auto;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:34px;
  align-items:center;
  padding-top:56px;
  padding-bottom:84px;
}
.annuaire-hero:before{display:none}
.annuaire-hero .hero-copy{position:relative;z-index:2}
.annuaire-hero .eyebrow{
  background:linear-gradient(90deg,#e8f0fe,#eef6ff);
  color:#0b57d0;
  box-shadow:0 12px 28px rgba(26,115,232,.12);
}
.annuaire-hero .eyebrow .material-symbols-rounded{color:#1a73e8}
.annuaire-hero h1{
  max-width:720px;
  margin:22px 0 22px;
  font-size:clamp(50px,5.8vw,82px);
  line-height:.93;
  letter-spacing:-.055em;
  color:#10233e;
  background:none;
  -webkit-text-fill-color:initial;
}
.annuaire-hero h1 .brand-accent{display:block;color:#123b75}
.annuaire-hero h1 .brand-accent .net{color:#36b44a}
.annuaire-hero .hero-lead{
  max-width:620px;
  font-size:20px;
  line-height:1.56;
  color:#667892;
  margin-bottom:30px;
}
.annuaire-hero .hero-actions{margin-bottom:24px}
.annuaire-hero .trust-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:0;
  max-width:760px;
}
.annuaire-hero .trust-row > span{
  min-height:86px;
  padding:18px 18px;
  border-radius:22px;
  border:1px solid rgba(217,226,236,.95);
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 42px rgba(34,53,88,.06);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  color:#15315d;
  font-size:15px;
  font-weight:700;
}
.annuaire-hero .trust-row .material-symbols-rounded{
  width:44px;
  height:44px;
  border-radius:16px;
  display:grid;
  place-items:center;
  flex:0 0 44px;
  color:#1a73e8;
  background:#eaf1ff;
  font-size:24px;
}
.annuaire-hero-visual{
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.annuaire-hero-visual:before{display:none}
.annuaire-poster-card{
  width:100%;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(217,226,236,.95);
  background:#f3f7fc;
  box-shadow:0 28px 70px rgba(31,53,89,.12);
}
.annuaire-poster-card img{
  width:100%;
  height:auto;
  display:block;
}

@media(max-width:1180px){
  .annuaire-hero{grid-template-columns:1fr;gap:28px;padding-top:48px}
  .annuaire-hero .hero-copy{order:2;text-align:left}
  .annuaire-hero-visual{order:1}
  .annuaire-hero h1{max-width:100%;font-size:clamp(44px,8vw,64px)}
}
@media(max-width:760px){
  .annuaire-hero{padding-top:34px;padding-bottom:64px;gap:22px}
  .annuaire-hero .hero-lead{font-size:18px}
  .annuaire-hero .trust-row{grid-template-columns:1fr}
  .annuaire-hero .trust-row > span{min-height:0}
  .annuaire-poster-card{border-radius:24px}
}

/* V10.2 — Hero LeReparateur.net intégré, sans menu/logo du visuel */
.annuaire-hero-image{
  max-width:var(--max);
  margin:0 auto;
  padding-top:42px;
  padding-bottom:82px;
}
.annuaire-hero-frame{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:#edf4ff;
  border:1px solid rgba(214,224,238,.96);
  box-shadow:0 30px 78px rgba(28,50,88,.12);
}
.annuaire-hero-frame img{
  display:block;
  width:100%;
  height:auto;
}
@media(max-width:980px){
  .annuaire-hero-image{padding-top:28px;padding-bottom:64px}
  .annuaire-hero-frame{border-radius:26px}
}
@media(max-width:640px){
  .annuaire-hero-image{padding:22px 12px 54px}
  .annuaire-hero-frame{border-radius:20px}
}

/* V10.3 — Hero LeReparateur.net : contenu HTML + image a droite */
.annuaire-hero-live{
  position:relative;
  overflow:hidden;
  padding-top:58px;
  padding-bottom:82px;
  background:linear-gradient(180deg,#f8fbff 0%,#f3f7fd 100%);
}
.annuaire-hero-live::before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  border-radius:50%;
  left:-300px;
  top:-210px;
  background:radial-gradient(circle,rgba(26,115,232,.12) 0%,rgba(26,115,232,0) 70%);
  pointer-events:none;
}
.annuaire-hero-live::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border-radius:50%;
  right:-260px;
  bottom:-260px;
  background:radial-gradient(circle,rgba(66,133,244,.10) 0%,rgba(66,133,244,0) 72%);
  pointer-events:none;
}
.annuaire-hero-live-inner{
  position:relative;
  z-index:1;
  width:min(100%,var(--max));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(520px,1.02fr);
  gap:34px;
  align-items:stretch;
}
.annuaire-hero-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:18px 0 12px;
}
.annuaire-kicker{
  display:flex;
  align-items:center;
  gap:14px;
  color:#1769db;
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.annuaire-kicker span{
  display:block;
  width:64px;
  height:1px;
  background:#6ea8ff;
}
.annuaire-hero-copy h1{
  margin:23px 0 20px;
  max-width:710px;
  font-size:clamp(54px,5.45vw,78px);
  line-height:.94;
  letter-spacing:-.055em;
  color:#10213e;
  background:none;
  -webkit-text-fill-color:initial;
}
.annuaire-hero-copy h1 strong{
  display:inline-block;
  color:#1a73e8;
  font-weight:800;
}
.annuaire-lead{
  max-width:680px;
  margin:0;
  color:#61738f;
  font-size:19px;
  line-height:1.56;
}
.annuaire-benefits{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:30px;
}
.annuaire-benefit{
  min-width:0;
  min-height:118px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:18px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.93);
  border:1px solid rgba(211,223,239,.96);
  box-shadow:0 16px 40px rgba(29,55,98,.06);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.annuaire-benefit:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 48px rgba(29,55,98,.10);
  border-color:#c7daf7;
}
.annuaire-benefit-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:#e8f1ff;
  color:#1a73e8;
}
.annuaire-benefit-icon .material-symbols-rounded{font-size:28px}
.annuaire-benefit h3{
  margin:0 0 5px;
  color:#10213e;
  font-size:17px;
  line-height:1.12;
  letter-spacing:-.025em;
}
.annuaire-benefit p{
  margin:0;
  color:#647590;
  font-size:13.5px;
  line-height:1.38;
}
.annuaire-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
  margin-top:26px;
}
.annuaire-primary{
  min-height:58px;
  padding-left:24px;
  padding-right:24px;
  border-radius:18px;
  box-shadow:0 14px 28px rgba(26,115,232,.20);
}
.annuaire-secondary{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:#10213e;
  font-weight:700;
}
.annuaire-secondary:hover{color:#1a73e8}
.annuaire-play{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#1a73e8;
  border:1px solid #d7e3f4;
  box-shadow:0 12px 28px rgba(29,55,98,.07);
}
.annuaire-secondary strong{display:block;font-size:15px;line-height:1.15}
.annuaire-secondary small{display:block;margin-top:3px;color:#71809a;font-size:12px;font-weight:500}
.annuaire-hero-art{
  position:relative;
  min-height:610px;
  overflow:hidden;
  border-radius:34px;
  background:#eaf2fc;
  border:1px solid rgba(210,222,238,.96);
  box-shadow:0 30px 78px rgba(28,50,88,.13);
}
.annuaire-hero-art::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:120px;
  z-index:2;
  background:linear-gradient(90deg,#f6f9fd 0%,rgba(246,249,253,.84) 30%,rgba(246,249,253,0) 100%);
  pointer-events:none;
}
.annuaire-hero-art img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}

@media(max-width:1240px){
  .annuaire-hero-live-inner{grid-template-columns:minmax(0,1fr) minmax(460px,.96fr)}
  .annuaire-hero-copy h1{font-size:clamp(50px,5.2vw,68px)}
  .annuaire-benefits{grid-template-columns:1fr}
  .annuaire-benefit{min-height:0}
  .annuaire-hero-art{min-height:590px}
}
@media(max-width:1040px){
  .annuaire-hero-live-inner{grid-template-columns:1fr;gap:26px}
  .annuaire-hero-art{order:-1;min-height:470px}
  .annuaire-hero-copy{padding:0}
  .annuaire-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}
  .annuaire-hero-copy h1{max-width:850px}
}
@media(max-width:760px){
  .annuaire-hero-live{padding-top:32px;padding-bottom:62px}
  .annuaire-hero-art{min-height:360px;border-radius:26px}
  .annuaire-hero-art::before{width:64px}
  .annuaire-hero-copy h1{font-size:clamp(44px,12vw,58px);line-height:.96}
  .annuaire-lead{font-size:17px}
  .annuaire-benefits{grid-template-columns:1fr;gap:10px;margin-top:24px}
  .annuaire-benefit{padding:15px 14px;border-radius:19px}
  .annuaire-actions{align-items:stretch;flex-direction:column}
  .annuaire-actions .button{width:100%}
  .annuaire-secondary{width:100%}
}
@media(max-width:520px){
  .annuaire-hero-live{padding-left:16px;padding-right:16px}
  .annuaire-hero-art{min-height:285px;border-radius:22px}
  .annuaire-kicker{font-size:11px;letter-spacing:.09em}
  .annuaire-kicker span{width:38px}
  .annuaire-hero-copy h1{font-size:clamp(38px,11.5vw,48px)}
  .annuaire-benefit-icon{width:46px;height:46px;flex-basis:46px}
}


/* V10.4 — Hero annuaire homogène */
.annuaire-hero-live{padding-top:46px;padding-bottom:78px;background:linear-gradient(180deg,#f7f9fd 0%,#f2f6fc 100%)}
.annuaire-hero-live::before,.annuaire-hero-live::after{display:none}
.annuaire-hero-live-inner{position:relative;display:block;padding:40px 44px;border-radius:40px;border:1px solid rgba(214,223,236,.95);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(246,249,255,.96));box-shadow:0 30px 80px rgba(29,50,88,.10);overflow:hidden;min-height:640px}
.annuaire-hero-live-inner::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(244,248,253,.96) 0%,rgba(244,248,253,.93) 22%,rgba(244,248,253,.82) 40%,rgba(244,248,253,.40) 57%,rgba(244,248,253,0) 74%)}
.annuaire-hero-live-inner::after{content:"";position:absolute;right:-160px;top:-120px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(26,115,232,.11) 0%,rgba(26,115,232,0) 70%);z-index:0;pointer-events:none}
.annuaire-hero-copy{position:relative;z-index:2;max-width:660px;padding:18px 0 0;min-height:560px;display:flex;flex-direction:column;justify-content:flex-start}
.annuaire-kicker{margin-bottom:10px}
.annuaire-hero-copy h1{max-width:720px;margin:18px 0 18px;font-size:clamp(50px,5vw,76px);line-height:.92;letter-spacing:-.058em}
.annuaire-lead{max-width:610px;font-size:18.5px;line-height:1.55}
.annuaire-benefits{grid-template-columns:repeat(3,minmax(0,1fr));max-width:700px;gap:14px;margin-top:28px}
.annuaire-benefit{min-height:124px;align-items:flex-start;gap:12px;padding:18px 16px 16px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 18px 42px rgba(30,54,96,.07)}
.annuaire-benefit div{display:flex;flex-direction:column}
.annuaire-benefit h3{font-size:16px;margin:2px 0 6px}
.annuaire-benefit p{font-size:13px;line-height:1.42}
.annuaire-actions{margin-top:28px;gap:16px}
.annuaire-primary{box-shadow:0 16px 34px rgba(26,115,232,.22)}
.annuaire-secondary{background:rgba(255,255,255,.72);padding:10px 14px;border-radius:18px;border:1px solid rgba(214,223,236,.92)}
.annuaire-hero-art{position:absolute;right:0;top:0;bottom:0;width:min(56%,760px);min-height:unset;border:none;border-radius:0;background:transparent;box-shadow:none;z-index:1;overflow:hidden}
.annuaire-hero-art::before{content:"";position:absolute;inset:0 auto 0 0;width:180px;z-index:2;background:linear-gradient(90deg,#f4f8fd 0%,rgba(244,248,253,.95) 18%,rgba(244,248,253,.75) 34%,rgba(244,248,253,.20) 63%,rgba(244,248,253,0) 100%)}
.annuaire-hero-art img{width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.01)}
@media(max-width:1280px){.annuaire-hero-live-inner{padding:36px 36px;min-height:610px}.annuaire-hero-copy h1{font-size:clamp(48px,4.6vw,68px)}.annuaire-hero-art{width:min(54%,690px)}}
@media(max-width:1140px){.annuaire-hero-live-inner{min-height:590px}.annuaire-hero-art{width:50%}.annuaire-benefits{grid-template-columns:1fr;max-width:430px}.annuaire-benefit{min-height:0}.annuaire-hero-copy{max-width:560px}}
@media(max-width:980px){.annuaire-hero-live{padding-top:34px;padding-bottom:64px}.annuaire-hero-live-inner{padding:28px;min-height:auto;display:grid;gap:22px}.annuaire-hero-live-inner::before{inset:0;background:linear-gradient(180deg,rgba(244,248,253,.95) 0%,rgba(244,248,253,.90) 42%,rgba(244,248,253,.75) 100%)}.annuaire-hero-copy{max-width:none;min-height:0;padding:0}.annuaire-hero-art{position:relative;order:-1;right:auto;top:auto;bottom:auto;width:100%;height:360px;border-radius:28px;overflow:hidden}.annuaire-hero-art::before{width:90px;background:linear-gradient(90deg,rgba(244,248,253,.55) 0%,rgba(244,248,253,.12) 60%,rgba(244,248,253,0) 100%)}.annuaire-benefits{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.annuaire-secondary{width:auto}}
@media(max-width:760px){.annuaire-hero-live-inner{padding:22px;border-radius:28px}.annuaire-hero-copy h1{font-size:clamp(42px,11vw,56px);line-height:.95}.annuaire-lead{font-size:17px}.annuaire-benefits{grid-template-columns:1fr;gap:11px}.annuaire-benefit{padding:15px 14px;border-radius:20px}.annuaire-actions{flex-direction:column;align-items:stretch}.annuaire-actions .button,.annuaire-secondary{width:100%}.annuaire-hero-art{height:300px;border-radius:22px}}
@media(max-width:520px){.annuaire-hero-live{padding-left:16px;padding-right:16px}.annuaire-hero-live-inner{padding:18px}.annuaire-kicker{font-size:11px}.annuaire-kicker span{width:36px}.annuaire-hero-copy h1{font-size:clamp(36px,11vw,46px)}.annuaire-hero-art{height:250px}}

/* V10.5 — Hero LeReparateur.net : découpage fidèle au design */
.annuaire-hero-live{
  position:relative;
  overflow:hidden;
  padding:42px 24px 76px;
  background:#f5f8fc;
}
.annuaire-hero-live-inner{
  position:relative;
  width:min(1320px,100%);
  min-height:690px;
  margin:0 auto;
  padding:58px 54px 46px;
  display:block;
  overflow:hidden;
  border:1px solid rgba(214,223,236,.92);
  border-radius:38px;
  background:#eaf2fc;
  box-shadow:0 30px 80px rgba(31,53,89,.11);
  isolation:isolate;
}

/* Image de droite intégrée comme décor du hero, pas comme colonne séparée */
.annuaire-hero-art{
  position:absolute;
  inset:0 0 0 auto;
  width:62%;
  min-height:0;
  border:0;
  border-radius:0;
  overflow:hidden;
  background:#e8f1fb;
  box-shadow:none;
  z-index:0;
}
.annuaire-hero-art::before{display:none}
.annuaire-hero-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none;
  filter:saturate(.94) contrast(1.02);
}

/* Grande zone blanche courbe qui découpe le hero comme la maquette */
.annuaire-hero-live-inner::before{
  content:"";
  position:absolute;
  z-index:1;
  left:-11%;
  top:-18%;
  width:72%;
  height:137%;
  border-radius:0 58% 58% 0;
  background:linear-gradient(90deg,#f8fbff 0%,#f8fbff 58%,rgba(248,251,255,.96) 72%,rgba(248,251,255,.78) 86%,rgba(248,251,255,0) 100%);
  pointer-events:none;
}
.annuaire-hero-live-inner::after{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(90deg,rgba(248,251,255,.22) 0%,rgba(248,251,255,.09) 42%,rgba(248,251,255,0) 66%);
  pointer-events:none;
}

.annuaire-hero-copy{
  position:relative;
  z-index:3;
  width:66%;
  max-width:840px;
  min-height:580px;
  padding:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.annuaire-kicker{
  display:inline-flex;
  align-items:center;
  align-self:flex-start;
  gap:14px;
  margin:0 0 18px;
  padding:9px 17px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(90deg,#0b57d0,#4285f4);
  box-shadow:0 10px 24px rgba(26,115,232,.18);
  font-size:12px;
  font-weight:800;
  letter-spacing:.11em;
}
.annuaire-kicker span{display:none}
.annuaire-hero-copy h1{
  max-width:820px;
  margin:0 0 20px;
  font-size:clamp(58px,5.1vw,78px);
  line-height:.93;
  letter-spacing:-.058em;
  color:#0e1f3a;
}
.annuaire-hero-copy h1 strong{
  display:block;
  color:#1a73e8;
  font-weight:800;
}
.annuaire-lead{
  max-width:680px;
  margin:0;
  color:#596d8c;
  font-size:20px;
  line-height:1.52;
}

/* Les cartes sont placées sur la zone de jonction comme dans le design */
.annuaire-benefits{
  position:relative;
  z-index:4;
  width:min(920px,108%);
  max-width:none;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.annuaire-benefit{
  min-height:116px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:14px;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(209,220,236,.94);
  box-shadow:0 18px 42px rgba(28,52,92,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.annuaire-benefit-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#e7f0ff;
  color:#1a73e8;
}
.annuaire-benefit h3{
  margin:0 0 5px;
  font-size:17px;
  line-height:1.1;
  color:#10213e;
}
.annuaire-benefit p{
  margin:0;
  font-size:13.5px;
  line-height:1.38;
  color:#61738f;
}

.annuaire-actions{
  position:relative;
  z-index:4;
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:28px;
}
.annuaire-primary{
  min-height:62px;
  padding:0 26px;
  border-radius:18px;
  background:linear-gradient(90deg,#0b57d0,#1a73e8);
  box-shadow:0 16px 34px rgba(26,115,232,.22);
}
.annuaire-secondary{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:8px 14px 8px 8px;
  border-radius:18px;
  border:0;
  background:rgba(248,251,255,.72);
  color:#10213e;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.annuaire-play{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:1px solid #d8e3f3;
  color:#1a73e8;
  box-shadow:0 12px 28px rgba(29,55,98,.08);
}

@media(max-width:1280px){
  .annuaire-hero-live-inner{min-height:660px;padding:52px 46px 42px}
  .annuaire-hero-copy{width:67%;max-width:760px}
  .annuaire-hero-copy h1{font-size:clamp(54px,5vw,70px)}
  .annuaire-benefits{width:min(860px,108%)}
  .annuaire-hero-art{width:61%}
}
@media(max-width:1080px){
  .annuaire-hero-live-inner{min-height:620px;padding:44px 36px 38px}
  .annuaire-hero-copy{width:70%;max-width:700px}
  .annuaire-hero-copy h1{font-size:clamp(48px,5.3vw,62px)}
  .annuaire-lead{font-size:18px;max-width:600px}
  .annuaire-benefits{width:min(800px,112%);gap:12px}
  .annuaire-benefit{padding:14px;min-height:108px}
  .annuaire-hero-art{width:60%}
  .annuaire-hero-live-inner::before{width:76%}
}
@media(max-width:900px){
  .annuaire-hero-live{padding-top:30px;padding-bottom:58px}
  .annuaire-hero-live-inner{
    min-height:0;
    padding:22px;
    border-radius:30px;
    background:#f6f9fd;
    display:flex;
    flex-direction:column;
  }
  .annuaire-hero-live-inner::before,.annuaire-hero-live-inner::after{display:none}
  .annuaire-hero-art{
    position:relative;
    inset:auto;
    order:-1;
    width:100%;
    height:390px;
    border-radius:24px;
    overflow:hidden;
  }
  .annuaire-hero-copy{
    width:100%;
    max-width:none;
    min-height:0;
    padding:24px 4px 0;
  }
  .annuaire-benefits{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:720px){
  .annuaire-hero-live-inner{padding:16px;border-radius:26px}
  .annuaire-hero-art{height:310px;border-radius:20px}
  .annuaire-hero-copy{padding-top:20px}
  .annuaire-kicker{font-size:11px;padding:8px 14px}
  .annuaire-hero-copy h1{font-size:clamp(40px,11vw,54px);line-height:.95}
  .annuaire-lead{font-size:17px}
  .annuaire-benefits{grid-template-columns:1fr;gap:10px}
  .annuaire-benefit{min-height:0;padding:14px}
  .annuaire-actions{flex-direction:column;align-items:stretch}
  .annuaire-actions .button,.annuaire-secondary{width:100%}
}
@media(max-width:520px){
  .annuaire-hero-live{padding-left:14px;padding-right:14px}
  .annuaire-hero-live-inner{padding:14px}
  .annuaire-hero-art{height:250px}
  .annuaire-hero-copy h1{font-size:clamp(36px,10.8vw,46px)}
}


/* V10.6 — Full-width artistic annuaire hero refinement */

.annuaire-hero-live{
  position:relative;
  padding:18px 0 44px;
  background:
    radial-gradient(circle at 18% 12%, rgba(26,115,232,.08), transparent 34%),
    linear-gradient(180deg,#f5f8fd 0%,#eef4fb 100%);
  overflow:hidden;
}
.annuaire-hero-live::before,
.annuaire-hero-live::after{display:none}
.annuaire-hero-live-inner{
  position:relative;
  width:100%;
  max-width:none;
  min-height:535px;
  margin:0;
  padding:44px 0 32px;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
}
.annuaire-hero-live-inner::before{
  content:"";
  position:absolute;
  left:-7%;
  top:-11%;
  width:61%;
  height:128%;
  z-index:1;
  background:linear-gradient(180deg,rgba(250,252,255,.98) 0%,rgba(245,248,253,.95) 100%);
  clip-path:ellipse(88% 76% at 31% 50%);
  box-shadow:0 20px 60px rgba(29,50,88,.05);
}
.annuaire-hero-live-inner::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:150px;
  z-index:2;
  background:linear-gradient(180deg,rgba(238,244,251,0) 0%,rgba(238,244,251,.72) 78%,rgba(238,244,251,.92) 100%);
  pointer-events:none;
}
.annuaire-hero-copy{
  position:relative;
  z-index:4;
  max-width:620px;
  min-height:0;
  padding:32px 24px 0 max(24px,calc((100vw - 1240px)/2 + 24px));
}
.annuaire-kicker{
  display:inline-flex;
  align-items:center;
  gap:14px;
  padding:9px 18px;
  border-radius:999px;
  background:linear-gradient(90deg,#2f78ee,#5d98fb);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  box-shadow:0 10px 22px rgba(26,115,232,.18);
}
.annuaire-kicker span{
  width:54px;
  height:1px;
  background:rgba(255,255,255,.66);
}
.annuaire-hero-copy h1{
  margin:24px 0 18px;
  max-width:640px;
  font-size:clamp(56px,5.7vw,80px);
  line-height:.90;
  letter-spacing:-.065em;
  color:#071c3f;
}
.annuaire-hero-copy h1 strong{
  display:block;
  color:#1f73ec;
  font-weight:800;
}
.annuaire-lead{
  max-width:560px;
  margin:0;
  font-size:17px;
  line-height:1.5;
  color:#60728f;
}
.annuaire-hero-art{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:58%;
  min-height:535px;
  z-index:0;
  background:transparent;
  overflow:hidden;
}
.annuaire-hero-art::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:34%;
  z-index:2;
  background:linear-gradient(90deg,rgba(245,248,253,.96) 0%,rgba(245,248,253,.82) 28%,rgba(245,248,253,.35) 66%,rgba(245,248,253,0) 100%);
}
.annuaire-hero-art::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0) 34%,rgba(7,28,63,.03) 100%);
}
.annuaire-hero-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none;
  filter:saturate(.98) contrast(1.02);
}
.annuaire-benefits{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  width:min(980px, calc(100% - max(48px, calc((100vw - 1240px)/2 + 48px)) - 80px));
  max-width:980px;
  margin:28px 0 0 max(24px,calc((100vw - 1240px)/2 + 24px));
}
.annuaire-benefit{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:114px;
  padding:18px 18px 16px;
  border:none;
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:0 18px 42px rgba(32,51,88,.10);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.annuaire-benefit-icon{
  flex:0 0 52px;
  width:52px;
  height:52px;
  border-radius:18px;
  background:#eaf2ff;
  color:#1a73e8;
  display:grid;
  place-items:center;
}
.annuaire-benefit-icon .material-symbols-rounded{font-size:27px}
.annuaire-benefit h3{
  margin:2px 0 6px;
  font-size:18px;
  line-height:1.08;
  letter-spacing:-.03em;
  color:#10233e;
}
.annuaire-benefit p{
  margin:0;
  font-size:13px;
  line-height:1.45;
  color:#60728f;
}
.annuaire-actions{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  gap:24px;
  margin:26px 0 0 max(24px,calc((100vw - 1240px)/2 + 24px));
}
.annuaire-primary{
  min-height:68px;
  padding:0 26px;
  font-size:16px;
  box-shadow:0 18px 36px rgba(26,115,232,.24);
}
.annuaire-secondary{
  display:flex;
  align-items:center;
  gap:14px;
  padding:0;
  border:none;
  background:transparent;
  color:#10233e;
}
.annuaire-play{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.78);
  box-shadow:0 10px 24px rgba(32,51,88,.10);
}
.annuaire-play .material-symbols-rounded{font-size:26px;color:#1a73e8}
.annuaire-secondary strong{display:block;font-size:16px;letter-spacing:-.02em}
.annuaire-secondary small{display:block;margin-top:3px;font-size:13px;color:#6d7b91}

@media (max-width: 1340px){
  .annuaire-hero-copy{padding-left:28px;max-width:600px}
  .annuaire-benefits{margin-left:28px;width:min(920px, calc(100% - 56px))}
  .annuaire-actions{margin-left:28px}
}
@media (max-width: 1200px){
  .annuaire-hero-live-inner{min-height:500px;padding-top:40px;padding-bottom:28px}
  .annuaire-hero-live-inner::before{width:64%;clip-path:ellipse(92% 76% at 28% 50%)}
  .annuaire-hero-art{width:56%;min-height:500px}
  .annuaire-hero-copy h1{font-size:clamp(50px,5.4vw,72px)}
  .annuaire-benefits{max-width:860px;grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 1024px){
  .annuaire-hero-live{padding-top:12px;padding-bottom:42px}
  .annuaire-hero-live-inner{min-height:auto;padding:28px 0 24px}
  .annuaire-hero-live-inner::before,
  .annuaire-hero-live-inner::after{display:none}
  .annuaire-hero-copy{
    max-width:none;
    padding:0 24px;
  }
  .annuaire-hero-copy h1{font-size:clamp(46px,8.2vw,64px)}
  .annuaire-hero-art{
    position:relative;
    width:100%;
    min-height:360px;
    order:-1;
    margin-bottom:18px;
  }
  .annuaire-hero-art::before{width:18%;background:linear-gradient(90deg,rgba(245,248,253,.42) 0%,rgba(245,248,253,0) 100%)}
  .annuaire-benefits,
  .annuaire-actions{margin-left:24px;margin-right:24px;width:auto}
  .annuaire-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width: 760px){
  .annuaire-hero-copy h1{font-size:clamp(40px,11vw,52px);line-height:.94}
  .annuaire-lead{font-size:16px;max-width:100%}
  .annuaire-benefits{grid-template-columns:1fr;gap:11px}
  .annuaire-benefit{min-height:0;padding:16px}
  .annuaire-actions{flex-direction:column;align-items:stretch;gap:14px}
  .annuaire-primary{width:100%}
  .annuaire-secondary{justify-content:flex-start}
  .annuaire-hero-art{min-height:280px}
}
@media (max-width: 520px){
  .annuaire-hero-copy,.annuaire-benefits,.annuaire-actions{margin-left:16px;margin-right:16px;padding-left:0;padding-right:0}
  .annuaire-hero-copy{padding-top:0}
  .annuaire-hero-copy h1{font-size:clamp(34px,11vw,44px)}
  .annuaire-kicker{font-size:11px;letter-spacing:.1em;padding:8px 14px}
  .annuaire-kicker span{width:34px}
  .annuaire-hero-art{min-height:240px}
}


/* V10.7 — Annuaire hero aligned to reference 2 (no circular mask) */

.annuaire-hero-live{
  position:relative;
  padding:6px 0 28px;
  background:linear-gradient(180deg,#f3f7fc 0%,#edf3fa 100%);
  overflow:hidden;
}
.annuaire-hero-live::before,
.annuaire-hero-live::after{display:none}
.annuaire-hero-live-inner{
  position:relative;
  width:100%;
  max-width:none;
  min-height:500px;
  margin:0;
  padding:34px 0 28px;
  border:none;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:hidden;
}
.annuaire-hero-live-inner::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#edf3fa 0%,#edf3fa 34%,rgba(237,243,250,.94) 45%,rgba(237,243,250,.70) 55%,rgba(237,243,250,.30) 63%,rgba(237,243,250,0) 72%);
}
.annuaire-hero-live-inner::after{
  display:none;
}
.annuaire-hero-copy{
  position:relative;
  z-index:4;
  max-width:760px;
  padding:34px 24px 0 max(24px, calc((100vw - 1240px)/2 + 24px));
  min-height:0;
}
.annuaire-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:8px 18px;
  border-radius:999px;
  background:linear-gradient(90deg,#2c76ec,#5a97fb);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  box-shadow:0 10px 22px rgba(26,115,232,.18);
}
.annuaire-kicker span{display:none}
.annuaire-hero-copy h1{
  max-width:720px;
  margin:24px 0 18px;
  font-size:clamp(56px,5.3vw,78px);
  line-height:.92;
  letter-spacing:-.065em;
  color:#071c3f;
}
.annuaire-hero-copy h1 strong{
  display:block;
  color:#2f79ef;
  font-weight:800;
}
.annuaire-lead{
  max-width:650px;
  margin:0;
  font-size:17px;
  line-height:1.48;
  color:#60728f;
}
.annuaire-hero-art{
  position:absolute;
  inset:0 0 0 auto;
  width:61%;
  min-height:500px;
  z-index:0;
  background:transparent;
  overflow:hidden;
}
.annuaire-hero-art::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:16%;
  z-index:2;
  background:linear-gradient(90deg,rgba(237,243,250,.68) 0%,rgba(237,243,250,.22) 55%,rgba(237,243,250,0) 100%);
}
.annuaire-hero-art::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,0) 42%,rgba(12,27,58,.04) 100%);
}
.annuaire-hero-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  transform:none;
  filter:saturate(1) contrast(1.02);
}
.annuaire-benefits{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  width:min(980px, calc(100% - max(48px, calc((100vw - 1240px)/2 + 48px)) - 80px));
  max-width:980px;
  margin:22px 0 0 max(24px, calc((100vw - 1240px)/2 + 24px));
}
.annuaire-benefit{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-height:108px;
  padding:18px 18px 16px;
  border:none;
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 14px 32px rgba(32,51,88,.10);
}
.annuaire-benefit-icon{
  flex:0 0 50px;
  width:50px;
  height:50px;
  border-radius:17px;
  background:#eaf2ff;
  color:#1a73e8;
  display:grid;
  place-items:center;
}
.annuaire-benefit-icon .material-symbols-rounded{font-size:26px}
.annuaire-benefit h3{
  margin:2px 0 6px;
  font-size:18px;
  line-height:1.08;
  letter-spacing:-.03em;
  color:#10233e;
}
.annuaire-benefit p{
  margin:0;
  font-size:13px;
  line-height:1.42;
  color:#60728f;
}
.annuaire-actions{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  gap:24px;
  margin:22px 0 0 max(24px, calc((100vw - 1240px)/2 + 24px));
}
.annuaire-primary{
  min-height:68px;
  padding:0 28px;
  font-size:16px;
  box-shadow:0 16px 34px rgba(26,115,232,.24);
}
.annuaire-secondary{
  display:flex;
  align-items:center;
  gap:14px;
  padding:0;
  border:none;
  background:transparent;
  color:#10233e;
}
.annuaire-play{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 24px rgba(32,51,88,.10);
}
.annuaire-play .material-symbols-rounded{font-size:26px;color:#1a73e8}
.annuaire-secondary strong{display:block;font-size:16px;letter-spacing:-.02em}
.annuaire-secondary small{display:block;margin-top:3px;font-size:13px;color:#6d7b91}

@media (max-width: 1400px){
  .annuaire-hero-copy{max-width:700px}
}
@media (max-width: 1260px){
  .annuaire-hero-live-inner{min-height:480px;padding-top:30px;padding-bottom:24px}
  .annuaire-hero-copy{padding-left:28px;max-width:640px}
  .annuaire-hero-copy h1{font-size:clamp(50px,5.15vw,70px);max-width:640px}
  .annuaire-hero-art{width:58%;min-height:480px}
  .annuaire-benefits{margin-left:28px;width:min(930px, calc(100% - 56px))}
  .annuaire-actions{margin-left:28px}
}
@media (max-width: 1024px){
  .annuaire-hero-live{padding-top:8px;padding-bottom:34px}
  .annuaire-hero-live-inner{min-height:auto;padding:26px 0 24px}
  .annuaire-hero-live-inner::before{background:linear-gradient(180deg,rgba(237,243,250,.92) 0%,rgba(237,243,250,.76) 100%)}
  .annuaire-hero-copy{max-width:none;padding:0 24px}
  .annuaire-hero-copy h1{font-size:clamp(46px,8vw,62px);max-width:620px}
  .annuaire-hero-art{position:relative;width:100%;min-height:340px;order:-1;margin-bottom:18px}
  .annuaire-hero-art::before{width:18%;background:linear-gradient(90deg,rgba(237,243,250,.40) 0%,rgba(237,243,250,0) 100%)}
  .annuaire-benefits,.annuaire-actions{margin-left:24px;margin-right:24px;width:auto}
}
@media (max-width: 760px){
  .annuaire-hero-copy h1{font-size:clamp(40px,10.5vw,52px);line-height:.95}
  .annuaire-lead{font-size:16px}
  .annuaire-benefits{grid-template-columns:1fr;gap:11px}
  .annuaire-benefit{min-height:0;padding:16px}
  .annuaire-actions{flex-direction:column;align-items:stretch;gap:14px}
  .annuaire-primary{width:100%}
  .annuaire-secondary{justify-content:flex-start}
  .annuaire-hero-art{min-height:280px}
}
@media (max-width: 520px){
  .annuaire-hero-copy,.annuaire-benefits,.annuaire-actions{margin-left:16px;margin-right:16px;padding-left:0;padding-right:0}
  .annuaire-hero-copy h1{font-size:clamp(34px,11vw,44px)}
  .annuaire-kicker{font-size:11px;letter-spacing:.1em;padding:8px 14px}
  .annuaire-hero-art{min-height:240px}
}


/* V10.8 — hero refined: smooth blend, visible map, cleaner alignment */

.annuaire-hero-live{
  padding:0 0 30px;
  background:linear-gradient(180deg,#f3f7fc 0%,#edf3fa 100%);
}
.annuaire-hero-live-inner{
  min-height:530px;
  padding:40px 0 34px;
}
.annuaire-hero-live-inner::before{
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#edf3fa 0%,#edf3fa 31%,rgba(237,243,250,.96) 42%,rgba(237,243,250,.80) 51%,rgba(237,243,250,.46) 59%,rgba(237,243,250,.14) 67%,rgba(237,243,250,0) 74%);
}
.annuaire-hero-copy{
  z-index:4;
  width:min(58%,760px);
  max-width:none;
  padding:36px 24px 0 max(28px, calc((100vw - 1240px)/2 + 24px));
}
.annuaire-hero-copy h1{
  max-width:690px;
  margin:24px 0 18px;
  font-size:clamp(54px,5vw,76px);
  line-height:.94;
  letter-spacing:-.068em;
}
.annuaire-lead{
  max-width:620px;
  font-size:17px;
  line-height:1.5;
}
.annuaire-hero-art{
  width:63%;
  min-height:530px;
}
.annuaire-hero-art::before{
  inset:0 auto 0 0;
  width:22%;
  z-index:2;
  background:linear-gradient(90deg,rgba(237,243,250,.90) 0%,rgba(237,243,250,.68) 26%,rgba(237,243,250,.38) 56%,rgba(237,243,250,.12) 78%,rgba(237,243,250,0) 100%);
}
.annuaire-hero-art::after{
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,0) 40%,rgba(8,28,63,.04) 100%);
}
.annuaire-hero-art img{
  object-position:center center;
}
.annuaire-benefits{
  z-index:5;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  width:min(940px,calc(100vw - max(56px, calc((100vw - 1240px)/2 + 56px)) - 110px));
  max-width:940px;
  margin:26px 0 0 max(28px, calc((100vw - 1240px)/2 + 24px));
}
.annuaire-benefit{
  min-height:114px;
  padding:18px 18px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  box-shadow:0 14px 36px rgba(22,35,62,.11);
}
.annuaire-benefit h3{
  font-size:18px;
  line-height:1.12;
}
.annuaire-benefit p{
  font-size:13px;
  line-height:1.42;
}
.annuaire-actions{
  gap:22px;
  margin:24px 0 0 max(28px, calc((100vw - 1240px)/2 + 24px));
}
.annuaire-primary{
  min-height:70px;
  padding:0 30px;
}
@media (max-width: 1380px){
  .annuaire-hero-copy{width:min(56%,720px)}
  .annuaire-benefits{width:min(900px, calc(100vw - 76px))}
}
@media (max-width: 1260px){
  .annuaire-hero-live-inner{min-height:500px;padding-top:34px;padding-bottom:28px}
  .annuaire-hero-copy{width:min(56%,680px);padding-left:28px}
  .annuaire-hero-copy h1{font-size:clamp(48px,4.9vw,68px);max-width:620px}
  .annuaire-hero-art{width:61%;min-height:500px}
  .annuaire-benefits{max-width:880px;width:min(880px, calc(100vw - 56px));margin-left:28px}
  .annuaire-actions{margin-left:28px}
}
@media (max-width: 1120px){
  .annuaire-hero-copy{width:min(54%,620px)}
  .annuaire-hero-copy h1{max-width:560px;font-size:clamp(44px,5.2vw,60px)}
  .annuaire-hero-art{width:60%}
  .annuaire-benefits{grid-template-columns:repeat(3,minmax(160px,1fr));gap:14px}
}
@media (max-width: 1024px){
  .annuaire-hero-live{padding:10px 0 34px}
  .annuaire-hero-live-inner{padding:0 0 24px;min-height:auto}
  .annuaire-hero-art{position:relative;width:100%;min-height:360px;margin-bottom:20px}
  .annuaire-hero-art::before{width:28%;background:linear-gradient(90deg,rgba(237,243,250,.45) 0%,rgba(237,243,250,.12) 55%,rgba(237,243,250,0) 100%)}
  .annuaire-hero-live-inner::before{background:linear-gradient(180deg,rgba(237,243,250,.93) 0%,rgba(237,243,250,.84) 100%)}
  .annuaire-hero-copy{width:auto;padding:0 24px;max-width:none}
  .annuaire-hero-copy h1{max-width:680px;font-size:clamp(44px,8vw,60px)}
  .annuaire-benefits,.annuaire-actions{width:auto;max-width:none;margin-left:24px;margin-right:24px}
}
@media (max-width: 760px){
  .annuaire-hero-copy h1{font-size:clamp(38px,11vw,50px);line-height:.96}
  .annuaire-benefits{grid-template-columns:1fr}
  .annuaire-hero-art{min-height:290px}
}
@media (max-width: 520px){
  .annuaire-hero-copy,.annuaire-benefits,.annuaire-actions{margin-left:16px;margin-right:16px}
  .annuaire-hero-copy h1{font-size:clamp(34px,11vw,42px)}
  .annuaire-hero-art{min-height:250px}
}

/* =========================================================
   V11.0 — Nouveau hero LeReparateur.net
   Deux widgets autonomes : formulaire + carte
   ========================================================= */
.annuaire-hero-v11{
  position:relative;
  min-height:660px;
  overflow:hidden;
  background:linear-gradient(180deg,#f7faff 0%,#edf4fb 100%);
  isolation:isolate;
}
.annuaire-hero-v11::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 72% 22%,rgba(66,133,244,.12),transparent 28%),
    linear-gradient(90deg,rgba(248,251,255,.98) 0%,rgba(244,248,253,.95) 31%,rgba(244,248,253,.52) 48%,rgba(244,248,253,.08) 68%,rgba(244,248,253,0) 76%);
  pointer-events:none;
}
.annuaire-hero-v11-photo{
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  left:34%;
  width:48%;
  overflow:hidden;
}
.annuaire-hero-v11-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.98) contrast(1.02);
}
.annuaire-hero-v11-wash{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(90deg,#f4f8fd 0%,rgba(244,248,253,.99) 25%,rgba(244,248,253,.86) 39%,rgba(244,248,253,.35) 52%,rgba(244,248,253,0) 64%),
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0) 68%,rgba(237,244,251,.30));
}
.annuaire-hero-v11-inner{
  position:relative;
  z-index:3;
  width:min(100%,1440px);
  min-height:660px;
  margin:0 auto;
  padding:54px 34px 48px;
  display:grid;
  grid-template-columns:minmax(500px,650px) minmax(350px,410px);
  justify-content:space-between;
  align-items:center;
  gap:80px;
}
.annuaire-hero-v11-copy{
  align-self:center;
  min-width:0;
}
.annuaire-kicker-v11{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(90deg,#1268e7,#5c98f8);
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(18,104,231,.18);
}
.annuaire-hero-v11-copy h1{
  margin:24px 0 18px;
  max-width:650px;
  font-size:clamp(54px,5.25vw,78px);
  line-height:.92;
  letter-spacing:-.064em;
  color:#071c3f;
}
.annuaire-hero-v11-copy h1 strong{
  display:block;
  color:#2676ec;
  font-weight:800;
}
.annuaire-hero-v11-copy>p{
  max-width:590px;
  margin:0;
  color:#60728f;
  font-size:18px;
  line-height:1.5;
}
.annuaire-hero-v11-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:22px;
  margin-top:30px;
}
.annuaire-hero-v11-actions>.button{
  min-height:60px;
  padding-inline:26px;
  border-radius:18px;
  box-shadow:0 16px 34px rgba(11,87,208,.22);
}
.annuaire-v11-secondary{
  display:flex;
  align-items:center;
  gap:13px;
  color:#10233e;
  font-weight:700;
}
.annuaire-v11-play{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.90);
  color:#1a73e8;
  box-shadow:0 10px 24px rgba(31,50,85,.10);
}
.annuaire-v11-secondary strong{display:block;font-size:15px;line-height:1.1}
.annuaire-v11-secondary small{display:block;margin-top:4px;color:#71809a;font-size:12px;font-weight:500}

.annuaire-widget-stack{
  width:100%;
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-self:center;
}
.annuaire-widget{
  width:100%;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(212,223,238,.88);
  box-shadow:0 22px 56px rgba(28,48,84,.14);
  border-radius:26px;
  overflow:hidden;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.annuaire-form-widget{
  padding:22px;
}
.annuaire-widget-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}
.annuaire-widget-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#eaf2ff;
  color:#1a73e8;
}
.annuaire-widget-head>div>span,
.annuaire-map-head>div>span{
  display:block;
  margin-bottom:2px;
  color:#1a73e8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.annuaire-widget-head h2,
.annuaire-map-head h2{
  margin:0;
  color:#0a1f42;
  font-size:24px;
  line-height:1.05;
  letter-spacing:-.035em;
}
.annuaire-form-widget label{
  display:block;
  margin-top:11px;
}
.annuaire-form-widget label>span{
  display:block;
  margin:0 0 5px 2px;
  color:#65758f;
  font-size:11px;
  font-weight:700;
}
.annuaire-field{
  height:47px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 13px;
  border:1px solid #d8e3f2;
  border-radius:14px;
  background:#fff;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.annuaire-field:focus-within{
  border-color:#1a73e8;
  box-shadow:0 0 0 3px rgba(26,115,232,.09);
}
.annuaire-field .material-symbols-rounded{
  color:#377ddd;
  font-size:20px;
}
.annuaire-field input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#10233e;
  font-size:14px;
}
.annuaire-field input::placeholder{color:#96a3b6}
.annuaire-form-submit{
  width:100%;
  min-height:52px;
  margin-top:15px;
  border-radius:15px;
}
.annuaire-map-widget{
  padding:0;
}
.annuaire-map-head{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:16px 20px 14px;
}
.annuaire-map-head>.material-symbols-rounded{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#eaf2ff;
  color:#1a73e8;
}
.annuaire-map-head h2{font-size:20px}
.annuaire-map-media{
  position:relative;
  height:190px;
  overflow:hidden;
  background:#eaf2fb;
}
.annuaire-map-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.annuaire-map-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 1px rgba(255,255,255,.5);
}

@media(max-width:1240px){
  .annuaire-hero-v11-inner{
    padding-left:28px;
    padding-right:28px;
    grid-template-columns:minmax(440px,590px) minmax(330px,390px);
    gap:54px;
  }
  .annuaire-hero-v11-copy h1{font-size:clamp(48px,5vw,68px)}
  .annuaire-hero-v11-photo{left:32%;width:49%}
}
@media(max-width:1020px){
  .annuaire-hero-v11{
    min-height:auto;
  }
  .annuaire-hero-v11::before{background:linear-gradient(180deg,#f6f9fd 0%,#eef4fb 100%)}
  .annuaire-hero-v11-wash{display:none}
  .annuaire-hero-v11-inner{
    min-height:auto;
    padding:38px 24px 48px;
    grid-template-columns:1fr;
    gap:26px;
  }
  .annuaire-hero-v11-copy{
    max-width:760px;
  }
  .annuaire-hero-v11-copy h1{
    max-width:720px;
    font-size:clamp(46px,8vw,64px);
  }
  .annuaire-hero-v11-photo{
    position:relative;
    left:auto;
    top:auto;
    bottom:auto;
    width:100%;
    height:390px;
    z-index:2;
    order:2;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 18px 46px rgba(28,48,84,.10);
  }
  .annuaire-hero-v11-photo img{
    object-position:center 42%;
  }
  .annuaire-widget-stack{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    align-items:start;
  }
  .annuaire-map-media{height:235px}
}
@media(max-width:740px){
  .annuaire-hero-v11-inner{padding:30px 18px 42px;gap:22px}
  .annuaire-hero-v11-copy h1{font-size:clamp(39px,11vw,52px);line-height:.95}
  .annuaire-hero-v11-copy>p{font-size:16.5px}
  .annuaire-hero-v11-actions{flex-direction:column;align-items:stretch;gap:14px}
  .annuaire-hero-v11-actions>.button{width:100%}
  .annuaire-v11-secondary{width:100%}
  .annuaire-hero-v11-photo{height:300px;border-radius:22px}
  .annuaire-widget-stack{
    grid-template-columns:1fr;
    gap:16px;
  }
  .annuaire-widget{
    border-radius:22px;
  }
  .annuaire-form-widget{padding:18px}
  .annuaire-map-media{height:220px}
}
@media(max-width:480px){
  .annuaire-hero-v11-inner{padding-left:14px;padding-right:14px}
  .annuaire-kicker-v11{font-size:10.5px;letter-spacing:.1em;padding:0 14px}
  .annuaire-hero-v11-copy h1{font-size:clamp(35px,11vw,44px)}
  .annuaire-hero-v11-photo{height:260px}
  .annuaire-widget-head h2{font-size:21px}
  .annuaire-map-head h2{font-size:18px}
  .annuaire-map-media{height:205px}
}


/* V11.1 — hero form only, shorter height, repairer photo from section 2 */

.annuaire-hero-v11{
  min-height:470px;
}
.annuaire-hero-v11::before{
  background:
    linear-gradient(90deg,rgba(248,251,255,.98) 0%,rgba(244,248,253,.97) 30%,rgba(244,248,253,.72) 46%,rgba(244,248,253,.20) 64%,rgba(244,248,253,0) 74%);
}
.annuaire-hero-v11-photo{
  left:33%;
  width:49%;
}
.annuaire-hero-v11-photo img{
  object-position:center 38%;
}
.annuaire-hero-v11-wash{
  background:
    linear-gradient(90deg,#f4f8fd 0%,rgba(244,248,253,.98) 24%,rgba(244,248,253,.90) 38%,rgba(244,248,253,.38) 52%,rgba(244,248,253,0) 64%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0) 66%,rgba(237,244,251,.20));
}
.annuaire-hero-v11-inner{
  min-height:470px;
  padding:40px 34px 34px;
  grid-template-columns:minmax(520px,760px) minmax(330px,380px);
  gap:42px;
}
.annuaire-hero-v11-copy h1{
  max-width:720px;
  font-size:clamp(48px,4.8vw,68px);
}
.annuaire-hero-v11-copy > p{
  max-width:600px;
  font-size:17px;
}
.annuaire-hero-v11-actions{
  margin-top:24px;
}
.annuaire-widget-stack{
  max-width:380px;
  justify-self:end;
  gap:0;
}
.annuaire-widget{
  border-radius:24px;
}
.annuaire-form-widget{
  padding:20px;
}
.annuaire-widget-head{
  margin-bottom:14px;
}
.annuaire-widget-head h2{
  font-size:22px;
}
.annuaire-form-widget label{
  margin-top:10px;
}
.annuaire-field{
  height:45px;
}
.annuaire-form-submit{
  min-height:50px;
  margin-top:14px;
}

@media(max-width:1240px){
  .annuaire-hero-v11-inner{
    min-height:450px;
    padding:34px 28px 30px;
    grid-template-columns:minmax(440px,1fr) minmax(320px,360px);
    gap:30px;
  }
  .annuaire-hero-v11-copy h1{font-size:clamp(44px,4.7vw,62px)}
}
@media(max-width:1020px){
  .annuaire-hero-v11{min-height:auto}
  .annuaire-hero-v11-inner{
    min-height:auto;
    padding:30px 24px 40px;
    grid-template-columns:1fr;
    gap:22px;
  }
  .annuaire-hero-v11-copy{max-width:780px}
  .annuaire-hero-v11-copy h1{max-width:700px;font-size:clamp(42px,8vw,58px)}
  .annuaire-hero-v11-photo{
    position:relative;
    left:auto;
    top:auto;
    bottom:auto;
    width:100%;
    height:270px;
    z-index:2;
    order:2;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 46px rgba(28,48,84,.10);
  }
  .annuaire-hero-v11-photo img{object-position:center 32%}
  .annuaire-widget-stack{
    max-width:none;
    width:100%;
    justify-self:stretch;
  }
}
@media(max-width:740px){
  .annuaire-hero-v11-inner{padding:24px 18px 34px;gap:18px}
  .annuaire-hero-v11-copy h1{font-size:clamp(36px,10.8vw,48px);line-height:.95}
  .annuaire-hero-v11-copy>p{font-size:16px}
  .annuaire-hero-v11-photo{height:220px;border-radius:20px}
  .annuaire-form-widget{padding:18px}
}
@media(max-width:480px){
  .annuaire-hero-v11-inner{padding-left:14px;padding-right:14px}
  .annuaire-hero-v11-copy h1{font-size:clamp(32px,10.8vw,42px)}
  .annuaire-hero-v11-photo{height:190px}
}

/* =========================================================
   V12 — Hero LeReparateur.net construit en HTML/CSS
   Référence visuelle : hero bleu/blanc, photo centrale, formulaire à droite
   ========================================================= */
.annuaire-hero-v12{
  position:relative;
  min-height:650px;
  overflow:hidden;
  isolation:isolate;
  background:#fff;
}
.annuaire-hero-v12-photo{
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  bottom:0;
  left:34%;
  overflow:hidden;
  background:#eef5fd;
}
.annuaire-hero-v12-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
  filter:saturate(.98) contrast(1.02);
}
.annuaire-hero-v12-blend{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg,#fff 0%,rgba(255,255,255,.98) 3%,rgba(255,255,255,.45) 13%,rgba(255,255,255,0) 26%),
    linear-gradient(90deg,#fff 0%,#fff 28%,rgba(255,255,255,.98) 37%,rgba(255,255,255,.88) 45%,rgba(255,255,255,.52) 53%,rgba(255,255,255,.18) 61%,rgba(255,255,255,0) 70%),
    linear-gradient(0deg,rgba(242,247,253,.30) 0%,rgba(242,247,253,0) 24%);
}
.annuaire-hero-v12-inner{
  position:relative;
  z-index:3;
  width:min(100%,1480px);
  min-height:650px;
  margin:0 auto;
  padding:76px 54px 54px;
  display:grid;
  grid-template-columns:minmax(620px,1fr) 370px;
  gap:54px;
  align-items:start;
}
.annuaire-hero-v12-copy{
  position:relative;
  min-width:0;
  padding-top:34px;
}
.annuaire-hero-v12-copy h1{
  margin:0;
  max-width:760px;
  color:#071c3f;
  font-size:clamp(58px,5.15vw,78px);
  font-weight:800;
  line-height:.93;
  letter-spacing:-.065em;
}
.annuaire-hero-v12-copy h1 strong{
  display:block;
  color:#2173ec;
  font-weight:800;
}
.annuaire-hero-v12-copy>p{
  margin:24px 0 0;
  max-width:650px;
  color:#61738f;
  font-size:18px;
  line-height:1.52;
}
.annuaire-v12-benefits{
  position:relative;
  z-index:5;
  width:930px;
  max-width:calc(100vw - 430px);
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.annuaire-v12-benefit{
  min-height:106px;
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:17px 17px 15px;
  border-radius:22px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(219,228,240,.82);
  box-shadow:0 15px 34px rgba(26,47,82,.10);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.annuaire-v12-benefit-icon{
  width:50px;
  height:50px;
  flex:0 0 50px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:#eaf2ff;
  color:#1a73e8;
}
.annuaire-v12-benefit-icon .material-symbols-rounded{font-size:27px}
.annuaire-v12-benefit h3{
  margin:2px 0 6px;
  color:#0c2142;
  font-size:18px;
  line-height:1.08;
  letter-spacing:-.03em;
}
.annuaire-v12-benefit p{
  margin:0;
  color:#647590;
  font-size:13px;
  line-height:1.42;
}
.annuaire-v12-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:28px;
  margin-top:28px;
}
.annuaire-v12-primary{
  min-height:64px;
  padding:0 28px;
  border-radius:18px;
  font-size:16px;
  box-shadow:0 18px 36px rgba(11,87,208,.22);
}
.annuaire-v12-secondary{
  display:flex;
  align-items:center;
  gap:14px;
  color:#10233e;
  font-weight:700;
}
.annuaire-v12-play{
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.90);
  color:#1a73e8;
  box-shadow:0 10px 24px rgba(31,50,85,.10);
}
.annuaire-v12-play .material-symbols-rounded{font-size:26px}
.annuaire-v12-secondary strong{display:block;font-size:16px;line-height:1.1}
.annuaire-v12-secondary small{display:block;margin-top:4px;color:#71809a;font-size:12px;font-weight:500}

.annuaire-v12-form{
  width:100%;
  margin-top:30px;
  padding:28px 26px 24px;
  border-radius:28px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(218,227,239,.88);
  box-shadow:0 24px 60px rgba(21,42,77,.16);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.annuaire-v12-form h2{
  margin:0;
  color:#091d3d;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.annuaire-v12-form>p{
  margin:8px 0 20px;
  color:#6c7a91;
  font-size:13.5px;
  line-height:1.4;
}
.annuaire-v12-field{
  height:52px;
  margin-top:11px;
  padding:0 14px;
  display:flex;
  align-items:center;
  gap:11px;
  border:1px solid #d9e4f2;
  border-radius:14px;
  background:#fff;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.annuaire-v12-field:focus-within{
  border-color:#1a73e8;
  box-shadow:0 0 0 3px rgba(26,115,232,.09);
}
.annuaire-v12-field>.material-symbols-rounded{
  color:#1a73e8;
  font-size:22px;
}
.annuaire-v12-field input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:#10233e;
  font-size:14px;
}
.annuaire-v12-field input::placeholder{color:#8d9ab0}
.annuaire-v12-submit{
  width:100%;
  min-height:58px;
  margin-top:16px;
  border-radius:15px;
  font-size:15px;
}
.annuaire-v12-privacy{
  margin-top:15px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#7b889d;
  font-size:11.5px;
}
.annuaire-v12-privacy .material-symbols-rounded{font-size:15px}

@media(max-width:1320px){
  .annuaire-hero-v12-inner{
    padding-left:34px;
    padding-right:34px;
    grid-template-columns:minmax(540px,1fr) 350px;
    gap:34px;
  }
  .annuaire-hero-v12-copy h1{font-size:clamp(52px,5vw,70px);max-width:680px}
  .annuaire-v12-benefits{width:860px;max-width:calc(100vw - 390px)}
}
@media(max-width:1120px){
  .annuaire-hero-v12{min-height:auto}
  .annuaire-hero-v12-inner{
    min-height:auto;
    padding:42px 26px 46px;
    grid-template-columns:1fr;
    gap:24px;
  }
  .annuaire-hero-v12-photo{
    position:relative;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:100%;
    height:380px;
    order:2;
    z-index:1;
    border-radius:28px;
    overflow:hidden;
  }
  .annuaire-hero-v12-photo img{object-position:center 38%}
  .annuaire-hero-v12-blend{
    background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 13%,rgba(255,255,255,.42) 28%,rgba(255,255,255,0) 48%);
  }
  .annuaire-hero-v12-copy{padding-top:0}
  .annuaire-hero-v12-copy h1{max-width:760px;font-size:clamp(46px,8vw,64px)}
  .annuaire-v12-benefits{width:100%;max-width:none}
  .annuaire-v12-form{
    width:min(100%,680px);
    margin-top:0;
    justify-self:center;
  }
}
@media(max-width:760px){
  .annuaire-hero-v12-inner{padding:32px 18px 38px}
  .annuaire-hero-v12-copy h1{font-size:clamp(38px,11vw,52px);line-height:.95}
  .annuaire-hero-v12-copy>p{font-size:16.5px}
  .annuaire-v12-benefits{grid-template-columns:1fr;gap:11px;margin-top:26px}
  .annuaire-v12-benefit{min-height:0}
  .annuaire-v12-actions{flex-direction:column;align-items:stretch;gap:14px}
  .annuaire-v12-primary{width:100%}
  .annuaire-v12-secondary{width:100%}
  .annuaire-hero-v12-photo{height:300px;border-radius:22px}
  .annuaire-v12-form{padding:22px 18px;border-radius:22px}
  .annuaire-v12-form h2{font-size:23px}
}
@media(max-width:480px){
  .annuaire-hero-v12-inner{padding-left:14px;padding-right:14px}
  .annuaire-hero-v12-copy h1{font-size:clamp(34px,11vw,44px)}
  .annuaire-hero-v12-photo{height:250px}
  .annuaire-v12-field{height:49px}
}

/* =========================================================
   V13 — Hero France map + 3 widgets reordered + Workspace orange
   ========================================================= */
.annuaire-hero-v12{
  min-height:620px;
  background:#fff;
}
.annuaire-hero-v12-photo{
  left:38%;
  background:linear-gradient(180deg,#fff 0%,#f6faff 52%,#fff 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.annuaire-hero-v12-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  filter:saturate(1.02) contrast(1.01);
  transform:scale(1.08);
}
.annuaire-hero-v12-photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 8%,rgba(255,255,255,.72) 18%,rgba(255,255,255,.20) 31%,rgba(255,255,255,0) 45%),
    linear-gradient(270deg,#fff 0%,rgba(255,255,255,.88) 6%,rgba(255,255,255,.18) 14%,rgba(255,255,255,0) 24%),
    linear-gradient(180deg,#fff 0%,rgba(255,255,255,.44) 9%,rgba(255,255,255,0) 20%),
    linear-gradient(0deg,#fff 0%,rgba(255,255,255,.50) 8%,rgba(255,255,255,0) 20%);
}
.annuaire-hero-v12-blend{
  background:
    linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 4%,rgba(255,255,255,.20) 14%,rgba(255,255,255,0) 25%),
    linear-gradient(90deg,#fff 0%,#fff 27%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.82) 42%,rgba(255,255,255,.42) 50%,rgba(255,255,255,.10) 59%,rgba(255,255,255,0) 67%);
}
.annuaire-hero-v12-inner{
  min-height:620px;
  padding-top:62px;
  padding-bottom:48px;
}
.annuaire-v12-benefits{
  width:900px;
  gap:14px;
  margin-top:30px;
}
.annuaire-v12-benefit{
  min-height:102px;
}
.annuaire-v12-secondary{
  min-height:60px;
  padding:0 22px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff8a00,#ff6a00);
  color:#fff;
  box-shadow:0 16px 34px rgba(255,106,0,.24);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.annuaire-v12-secondary:hover{
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 20px 40px rgba(255,106,0,.30);
  filter:saturate(1.05);
}
.annuaire-v12-play{
  background:rgba(255,255,255,.96);
  color:#ff6a00;
  box-shadow:none;
}
.annuaire-v12-secondary strong{color:#fff}
.annuaire-v12-secondary small{color:rgba(255,255,255,.82)}

@media(max-width:1320px){
  .annuaire-hero-v12-photo{left:40%}
  .annuaire-v12-benefits{width:820px}
}
@media(max-width:1120px){
  .annuaire-hero-v12-photo{
    left:auto;
    height:360px;
    background:#f7fbff;
  }
  .annuaire-hero-v12-photo img{
    transform:scale(1.02);
    object-fit:contain;
  }
  .annuaire-hero-v12-photo::before{
    background:
      linear-gradient(180deg,#fff 0%,rgba(255,255,255,.55) 10%,rgba(255,255,255,0) 24%),
      linear-gradient(0deg,#fff 0%,rgba(255,255,255,.55) 10%,rgba(255,255,255,0) 24%),
      linear-gradient(90deg,#fff 0%,rgba(255,255,255,.35) 10%,rgba(255,255,255,0) 22%),
      linear-gradient(270deg,#fff 0%,rgba(255,255,255,.35) 10%,rgba(255,255,255,0) 22%);
  }
  .annuaire-v12-benefits{width:100%}
}
@media(max-width:760px){
  .annuaire-v12-secondary{
    width:100%;
    justify-content:center;
  }
  .annuaire-hero-v12-photo{height:300px}
}
@media(max-width:480px){
  .annuaire-hero-v12-photo{height:260px}
}

/* =========================================================
   V15 — Hero reference decomposed in HTML/CSS.
   Visual reference is used only for the central map/repairer art.
   Header keeps the compact centered V13 proportions.
   ========================================================= */
body{overflow-x:hidden}
.page-shell{overflow:visible}

/* Keep the V13 compact centered menu, but make it permanently sticky. */
.topbar{
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  max-width:1248px!important;
  height:84px!important;
  margin:0 auto!important;
  padding-left:26px!important;
  padding-right:26px!important;
  gap:28px!important;
  border-radius:0 0 24px 24px!important;
  background:rgba(255,255,255,.94)!important;
  transform:none!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.topbar.header-hidden{transform:none!important;opacity:1!important;pointer-events:auto!important}
.topbar.header-scrolled{background:rgba(255,255,255,.96)!important;box-shadow:0 14px 40px rgba(32,33,36,.09)!important}
.brand img{width:178px!important}
.main-nav{gap:26px!important;margin-left:auto!important}
.nav-actions{gap:16px!important}
.nav-annuaire-cta{
  white-space:nowrap;
  padding:11px 17px!important;
  min-height:auto!important;
  font-size:14px!important;
  border-radius:999px!important;
}

@media(min-width:1121px){
  .annuaire-hero-v12{
    position:relative;
    height:clamp(610px,32.6171875vw,668px);
    min-height:610px;
    overflow:hidden;
    isolation:isolate;
    background:#fff;
  }
  /* This box reveals only the graphical center of the supplied reference:
     map, pins, technician and workshop. Text/cards/form remain real HTML. */
  .annuaire-hero-v12-photo{
    display:block!important;
    position:absolute!important;
    z-index:0!important;
    left:40.5vw!important;
    right:23.2vw!important;
    top:0!important;
    bottom:0!important;
    width:auto!important;
    height:auto!important;
    overflow:hidden!important;
    background:#f7fbff!important;
  }
  .annuaire-hero-v12-photo::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:
      linear-gradient(90deg,#fff 0%,rgba(255,255,255,.85) 4%,rgba(255,255,255,.18) 12%,rgba(255,255,255,0) 22%),
      linear-gradient(270deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.18) 8%,rgba(255,255,255,0) 18%),
      linear-gradient(180deg,#fff 0%,rgba(255,255,255,.20) 7%,rgba(255,255,255,0) 16%),
      linear-gradient(0deg,#fff 0%,rgba(255,255,255,.18) 9%,rgba(255,255,255,0) 20%);
  }
  .annuaire-hero-v12-photo img.annuaire-reference-art{
    position:absolute!important;
    display:block!important;
    top:-3.7109375vw!important;
    left:-40.5vw!important;
    width:100vw!important;
    max-width:none!important;
    height:auto!important;
    object-fit:initial!important;
    object-position:initial!important;
    transform:none!important;
    filter:none!important;
  }
  .annuaire-hero-v12-blend{
    display:block!important;
    z-index:1!important;
    pointer-events:none;
    background:
      linear-gradient(90deg,#fff 0%,#fff 35%,rgba(255,255,255,.92) 40%,rgba(255,255,255,.35) 45%,rgba(255,255,255,0) 51%),
      linear-gradient(270deg,#fff 0%,rgba(255,255,255,.92) 3%,rgba(255,255,255,.12) 9%,rgba(255,255,255,0) 14%);
  }
  .annuaire-hero-v12-inner{
    position:relative!important;
    z-index:3!important;
    width:100%!important;
    max-width:none!important;
    height:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
  }
  .annuaire-hero-v12-copy{
    position:absolute!important;
    z-index:5!important;
    left:6.93vw!important;
    top:4.65vw!important;
    width:43.2vw!important;
    max-width:885px!important;
    padding:0!important;
  }
  .annuaire-hero-v12-copy h1{
    margin:0!important;
    max-width:680px!important;
    font-size:clamp(56px,3.48vw,71px)!important;
    line-height:.995!important;
    letter-spacing:-.057em!important;
    color:#071b3f!important;
    font-weight:800!important;
  }
  .annuaire-hero-v12-copy h1 strong{
    display:block!important;
    color:#1267e9!important;
    font-weight:800!important;
  }
  .annuaire-hero-v12-copy>p{
    margin:18px 0 0!important;
    max-width:640px!important;
    font-size:clamp(17px,.97vw,20px)!important;
    line-height:1.48!important;
    color:#617391!important;
  }
  .annuaire-v12-benefits{
    position:relative!important;
    z-index:7!important;
    width:44.7vw!important;
    max-width:916px!important;
    margin-top:29px!important;
    display:grid!important;
    grid-template-columns:1fr 1.1fr 1.1fr!important;
    gap:16px!important;
  }
  .annuaire-v12-benefit{
    min-height:102px!important;
    padding:15px 14px!important;
    gap:13px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid #e6edf5!important;
    box-shadow:0 11px 26px rgba(41,72,116,.08)!important;
  }
  .annuaire-v12-benefit-icon{
    width:50px!important;
    height:50px!important;
    flex:0 0 50px!important;
    border-radius:15px!important;
    background:#eaf3ff!important;
    color:#0869ef!important;
  }
  .annuaire-v12-benefit h3{
    margin:2px 0 5px!important;
    font-size:clamp(15px,.88vw,18px)!important;
    color:#081d40!important;
  }
  .annuaire-v12-benefit p{
    font-size:clamp(12px,.68vw,14px)!important;
    line-height:1.42!important;
    color:#687a97!important;
  }
  .annuaire-v12-actions{
    margin-top:24px!important;
    display:flex!important;
  }
  .annuaire-v15-workspace{
    min-width:382px;
    min-height:70px;
    padding:0 31px;
    justify-content:space-between;
    border-radius:18px;
    background:linear-gradient(135deg,#ff8500 0%,#ff6c00 100%);
    color:#fff;
    font-size:18px;
    font-weight:800;
    box-shadow:0 16px 34px rgba(255,108,0,.22);
  }
  .annuaire-v15-workspace:hover{color:#fff;background:linear-gradient(135deg,#ff910f,#ff6c00)}
  .annuaire-v15-workspace .material-symbols-rounded{font-size:29px}

  .annuaire-v12-form{
    position:absolute!important;
    z-index:10!important;
    top:3.12vw!important;
    right:3.84vw!important;
    width:21.2vw!important;
    min-width:356px!important;
    max-width:434px!important;
    margin:0!important;
    padding:1.9vw 1.42vw 1.28vw!important;
    border-radius:1.4vw!important;
    background:rgba(255,255,255,.985)!important;
    border:1px solid #e1e8f1!important;
    box-shadow:0 20px 48px rgba(31,58,96,.11)!important;
  }
  .annuaire-v12-form h2{font-size:clamp(23px,1.22vw,25px)!important;line-height:1.07!important}
  .annuaire-v12-form>p{margin:.55vw 0 1.02vw!important;font-size:clamp(12.5px,.75vw,15px)!important}
  .annuaire-v12-field{
    height:2.73vw!important;
    min-height:52px!important;
    max-height:56px!important;
    margin-top:.58vw!important;
    padding:0 .78vw!important;
    gap:.62vw!important;
    border-radius:.72vw!important;
  }
  .annuaire-v12-field>.material-symbols-rounded{font-size:clamp(21px,1.15vw,24px)!important}
  .annuaire-v12-field input{font-size:clamp(13px,.74vw,15px)!important}
  .annuaire-v12-submit{
    height:3.02vw!important;
    min-height:58px!important;
    max-height:62px!important;
    margin-top:.82vw!important;
    border-radius:.78vw!important;
    font-size:clamp(14px,.77vw,16px)!important;
  }
  .annuaire-v12-privacy{margin-top:.7vw!important;font-size:clamp(10.5px,.59vw,12px)!important}
}

@media(min-width:1121px) and (max-width:1500px){
  .annuaire-hero-v12-copy{left:5.2vw!important;width:45vw!important;top:4.1vw!important}
  .annuaire-hero-v12-copy h1{font-size:clamp(52px,3.55vw,62px)!important}
  .annuaire-hero-v12-copy>p{font-size:16px!important;max-width:560px!important}
  .annuaire-v12-benefits{width:47vw!important;gap:10px!important;margin-top:22px!important}
  .annuaire-v12-benefit{padding:12px 11px!important;min-height:92px!important}
  .annuaire-v12-benefit-icon{width:43px!important;height:43px!important;flex-basis:43px!important}
  .annuaire-v12-actions{margin-top:19px!important}
  .annuaire-v15-workspace{min-width:330px;min-height:60px;font-size:16px}
  .annuaire-v12-form{min-width:320px!important}
}

@media(max-width:1120px){
  .topbar{height:84px!important;padding-left:24px!important;padding-right:24px!important}
  .annuaire-hero-v12{height:auto!important;min-height:auto!important;background:#fff!important}
  .annuaire-hero-v12-inner{padding:38px 24px 48px!important;display:grid!important;grid-template-columns:1fr!important;gap:24px!important}
  .annuaire-hero-v12-copy{position:relative!important;left:auto!important;top:auto!important;width:auto!important;max-width:none!important;padding:0!important}
  .annuaire-hero-v12-copy h1{font-size:clamp(46px,8vw,64px)!important}
  .annuaire-hero-v12-photo{
    position:relative!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    width:100%!important;height:390px!important;border-radius:26px!important;overflow:hidden!important;
    background:#f7fbff!important;
  }
  .annuaire-hero-v12-photo img.annuaire-reference-art{
    position:absolute!important;
    top:-41px!important;
    left:50%!important;
    width:1120px!important;
    max-width:none!important;
    height:auto!important;
    transform:translateX(-50%)!important;
  }
  .annuaire-hero-v12-blend{display:none!important}
  .annuaire-v12-benefits{width:100%!important;max-width:none!important}
  .annuaire-v12-actions{margin-top:24px!important}
  .annuaire-v15-workspace{min-height:62px;padding:0 26px;border-radius:17px;background:linear-gradient(135deg,#ff8500,#ff6c00);color:#fff;box-shadow:0 14px 30px rgba(255,108,0,.20)}
  .annuaire-v12-form{position:relative!important;top:auto!important;right:auto!important;width:min(100%,680px)!important;min-width:0!important;max-width:680px!important;margin:0 auto!important}
}

@media(max-width:760px){
  .topbar{height:74px!important;padding:0 18px!important;border-radius:0 0 20px 20px!important}
  .brand img{width:150px!important}
  .annuaire-hero-v12-inner{padding:30px 18px 38px!important}
  .annuaire-v12-benefits{grid-template-columns:1fr!important}
  .annuaire-v15-workspace{width:100%;min-width:0;justify-content:center;gap:18px}
  .annuaire-hero-v12-photo{height:330px!important}
  .annuaire-hero-v12-photo img.annuaire-reference-art{width:980px!important;top:-36px!important;left:55%!important}
}

/* V16 - Catalogue produits CTA */
.cta-catalog{margin-top:24px;position:relative;z-index:3}
.cta-catalog-label{display:block;margin-bottom:11px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff}
.cta-catalog .cta-chips{margin-top:0;gap:9px}
.cta-catalog .cta-chips span{padding:8px 12px;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.34);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);letter-spacing:.02em}


/* Subscription plans - V17 */
.pricing-grid-four{gap:16px}
.pricing-grid-four .price-card{padding:26px 24px;min-width:0}
.pricing-grid-four .price-top p{min-height:92px;margin-bottom:0}
.pricing-grid-four .price-top h3{font-size:26px;line-height:1.08}
.plan-badge{position:absolute;top:20px;right:20px;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900;letter-spacing:.06em}
.plan-badge-free{background:#e6f4ea;color:#137333;border:1px solid #c7e7d0}
.plan-price{min-height:52px;display:flex;align-items:center;margin-top:18px;padding:11px 13px;border-radius:16px;background:#f5f8fd;border:1px solid #e5ebf4;color:#174ea6}
.plan-price strong{font-size:17px;line-height:1.15}
.plan-price-free{background:#eaf7ee;border-color:#cde8d5;color:#137333}
.plan-price-free strong{font-size:22px}
.pricing-grid-four .price-card ul{margin-top:20px;gap:11px}
.pricing-grid-four .price-card li{line-height:1.45;color:#4d5c75}
.pricing-grid-four .price-card li>span:last-child{min-width:0}
.pricing-grid-four .price-card li b{color:#17233f}
.plan-example{display:inline-flex;margin-left:3px;color:#0b57d0;font-weight:800;font-size:12px;white-space:nowrap}
.plan-example:hover{text-decoration:underline}
.plan-presence{background:linear-gradient(180deg,#fff,#fbfefc)}
.plan-growth .price-top>.material-symbols-rounded{color:#188038}
.plan-performance .price-top>.material-symbols-rounded{color:#6f42c1}
@media(max-width:1180px) and (min-width:981px){.pricing-grid-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.pricing-grid-four .price-top p{min-height:68px}}
@media(max-width:980px){.pricing-grid-four{grid-template-columns:1fr}.pricing-grid-four .price-top p{min-height:0}}

.neo-note{max-width:980px;margin:22px auto 0;padding:18px 22px;border:1px solid #d9e6fb;border-radius:22px;background:linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);box-shadow:0 14px 36px rgba(11,87,208,.08);text-align:center}.neo-note-badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px;padding:8px 14px;border-radius:999px;background:#0b57d0;color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.neo-note p{margin:0;color:#42526b;line-height:1.65}.neo-note b{color:#17233f}
/* V19 pricing badge fix */
.pricing-grid-four .price-card.featured{overflow:visible;}
.pricing-grid-four .price-card.featured .recommended{top:-16px;left:24px;z-index:10;white-space:nowrap;max-width:none;overflow:visible;}
@media(max-width:640px){.pricing-grid-four .price-card.featured .recommended{left:18px;font-size:10px;}}

.plan-price-performance{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.plan-price-performance span{font-size:11px;font-weight:800;color:#6f42c1;text-transform:uppercase;letter-spacing:.04em}.plan-performance ul{gap:9px}.plan-performance li{font-size:13px;line-height:1.4}

/* V21 - Pack Visibilite detaille */
.visibility-features .feature-block>span:last-child{display:block}.visibility-features .plan-example{display:inline-block;margin-left:4px}.site-menu-label{display:block;margin-top:10px;color:#17233f;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.site-menu-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.site-menu-chips a{display:inline-flex;align-items:center;padding:5px 8px;border:1px solid #d7e4fa;border-radius:999px;background:#f7faff;color:#0b57d0;font-size:11px;font-weight:700;line-height:1.1}.site-menu-chips a:hover{background:#eaf2ff;border-color:#b9cff5}.visibility-features .brand-list-item>span:last-child{font-size:13px;line-height:1.5}.plan-visibility .price-top p{min-height:78px}
@media(max-width:1180px){.site-menu-chips a{font-size:10.5px}}

/* V22 - Pack Presence detaille */
.presence-features .feature-block>span:last-child{display:block}.presence-features .plan-example{display:inline-block;margin-left:4px}.presence-features li{line-height:1.42}.plan-presence .price-top p{min-height:78px}.plan-presence .plan-price{margin-top:18px}

.plan-price-growth{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.plan-price-growth span{font-size:11px;font-weight:800;color:#188038;text-transform:uppercase;letter-spacing:.04em}.plan-growth ul{gap:9px}.plan-growth li{font-size:13px;line-height:1.42}.growth-features li>span:last-child{min-width:0}.plan-growth .price-top p{min-height:78px}
/* V24 - catalogue produit enrichi */
.cta-catalog .cta-chips{display:flex;flex-wrap:wrap}


/* V25 - Tarifs optimises : lisibilite, hierarchie et conversion */
.pricing-grid-four .price-card{padding:28px 24px 24px}
.pricing-grid-four .price-top{position:relative}
.pricing-grid-four .price-top h3{margin-bottom:5px}
.plan-positioning{display:inline-flex;margin:0 0 10px;padding:5px 9px;border-radius:999px;background:#eef4ff;color:#174ea6;font-size:10px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}
.plan-presence .plan-positioning{background:#eaf7ee;color:#137333}
.plan-growth .plan-positioning{background:#ebf7ef;color:#188038}
.plan-performance .plan-positioning{background:#f3edff;color:#6f42c1}
.pricing-grid-four .price-top p{min-height:86px;font-size:14px;line-height:1.5}
.plan-visibility .price-top{padding-top:14px}
.pricing-grid-four .price-card.featured .recommended{top:-17px;padding:8px 14px;font-size:11px;box-shadow:0 8px 20px rgba(11,87,208,.18)}
.plan-price{min-height:74px;display:block;padding:13px 14px}
.price-main{display:flex;align-items:baseline;gap:6px;white-space:nowrap}
.plan-price .price-main strong{font-size:30px;line-height:1;font-weight:900;letter-spacing:-.035em;color:#174ea6}
.plan-price .price-main span{font-size:13px;font-weight:800;color:#5d6c84}
.plan-price-free .price-main strong{font-size:28px;color:#137333}
.plan-includes{display:inline-flex;margin-top:8px;padding:5px 8px;border-radius:999px;background:#fff;font-size:10px!important;font-weight:900!important;line-height:1.15;text-transform:uppercase;letter-spacing:.035em;border:1px solid currentColor}
.plan-price-growth .plan-includes{color:#188038!important}
.plan-price-performance .plan-includes{color:#6f42c1!important}
.compact-features{gap:10px!important}
.compact-features li{font-size:13px!important;line-height:1.33!important;align-items:flex-start}
.compact-features li>span:last-child{display:block;min-width:0;color:#4d5c75}
.compact-features li b{display:inline;color:#17233f}
.compact-features small{display:block;margin-top:2px;font-size:12px;line-height:1.42;color:#687892;font-weight:500}
.compact-features small b{font-size:inherit}
.compact-features .plan-example{font-size:11px;white-space:nowrap}
.compact-features .site-menu-label{display:block;margin-top:8px;font-size:10px;font-weight:900;color:#174ea6;text-transform:uppercase;letter-spacing:.05em}
.compact-features .site-menu-chips{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}
.compact-features .site-menu-chips a{display:inline-flex;padding:5px 7px;border:1px solid #dbe6f8;border-radius:999px;background:#f7faff;color:#174ea6;font-size:10px;font-weight:800;line-height:1;text-decoration:none}
.compact-features .site-menu-chips a:hover{background:#eaf2ff;border-color:#bdd2f3}
.pricing-note{margin-top:26px;font-size:13px;line-height:1.55}
.neo-note{margin-top:18px;max-width:1020px}
@media(max-width:1180px) and (min-width:981px){.pricing-grid-four .price-top p{min-height:66px}.plan-visibility .price-top{padding-top:12px}}
@media(max-width:980px){.pricing-grid-four .price-top p{min-height:0}.plan-price{min-height:68px}.plan-visibility .price-top{padding-top:10px}}

/* =========================================================
   V26 — Responsive mobile/tablet + horizontal swipe rails
   ========================================================= */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{max-width:100%;overflow-x:hidden}
img{max-width:100%;height:auto}
button,a{-webkit-tap-highlight-color:transparent}
input,select,textarea,button{font:inherit}
.mobile-rail-toolbar{display:none}
.mobile-snap-rail{-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}

@media(max-width:1024px){
  .section-pad{padding-left:24px;padding-right:24px}
  .workspace-tools-hero{padding:22px;border-radius:28px}
  .workspace-hero-visual{aspect-ratio:16/9;min-height:0}
  .cta-card{overflow:hidden}
  .cta-photo img{width:100%;height:100%;object-fit:cover}
}

@media(max-width:760px){
  :root{--mobile-gutter:18px}
  .section-pad{padding:62px var(--mobile-gutter)}
  .topbar{position:sticky!important;top:0!important;z-index:1000!important;width:calc(100% - 16px)!important;margin:8px auto 0!important;padding:0 14px!important;border-radius:20px!important;min-height:68px!important;height:68px!important}
  .topbar.menu-open{height:auto!important;padding-bottom:14px!important}
  .topbar.menu-open .main-nav,.topbar.menu-open .nav-actions{padding-left:4px;padding-right:4px}
  .topbar.menu-open .nav-actions{flex-direction:column;align-items:stretch;gap:8px}
  .topbar.menu-open .nav-actions a{width:100%;justify-content:center;text-align:center;min-height:48px}
  .menu-button{width:46px;height:46px;border-radius:14px}
  .brand img{width:142px!important;height:auto!important}

  .annuaire-hero-v12{overflow:hidden!important}
  .annuaire-hero-v12-inner{padding:24px var(--mobile-gutter) 34px!important;gap:20px!important}
  .annuaire-hero-v12-copy h1{font-size:clamp(36px,10.7vw,48px)!important;line-height:.98!important;letter-spacing:-.055em!important}
  .annuaire-hero-v12-copy>p{font-size:16px!important;line-height:1.55!important;margin-top:16px!important}
  .annuaire-hero-v12-photo{height:270px!important;margin:8px var(--mobile-gutter) 0!important;width:calc(100% - (var(--mobile-gutter) * 2))!important;border-radius:24px!important}
  .annuaire-hero-v12-photo img.annuaire-reference-art{width:900px!important;top:-24px!important;left:58%!important}
  .annuaire-v12-benefits{display:flex!important;grid-template-columns:none!important;width:auto!important;max-width:none!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-padding-inline:var(--mobile-gutter);margin:22px calc(var(--mobile-gutter) * -1) 0!important;padding:2px var(--mobile-gutter) 12px!important;scrollbar-width:none}
  .annuaire-v12-benefits::-webkit-scrollbar{display:none}
  .annuaire-v12-benefit{flex:0 0 min(82vw,320px)!important;min-height:104px!important;scroll-snap-align:start;scroll-snap-stop:always}
  .annuaire-v12-actions{margin-top:12px!important}
  .annuaire-v12-form{padding:22px 18px!important;border-radius:24px!important}
  .annuaire-v12-field{min-height:54px!important;border-radius:14px!important;padding:0 14px!important}
  .annuaire-v12-field input,.lead-form input,.lead-form select{font-size:16px!important}
  .annuaire-v12-submit{min-height:56px!important;border-radius:15px!important}

  .mobile-rail-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 8px;color:#6c7e98;font-size:12px;font-weight:800;letter-spacing:.02em}
  .mobile-rail-toolbar>div{display:flex;gap:7px}
  .mobile-rail-toolbar button{width:38px;height:38px;border:1px solid #d7e2f2;border-radius:999px;background:#fff;color:#1a73e8;display:grid;place-items:center;box-shadow:0 8px 20px rgba(35,58,107,.08)}
  .mobile-rail-toolbar button .material-symbols-rounded{font-size:19px}

  .growth-journey{margin:10px 10px 28px!important;border-radius:26px!important}
  .growth-journey-inner{padding:38px 20px 28px!important}
  .growth-journey-media{height:280px!important}
  .growth-journey-copy{padding-top:156px!important}
  .growth-journey h2{font-size:clamp(34px,10vw,42px)!important;line-height:1.02!important}
  .growth-journey-copy>p{font-size:15.5px!important;line-height:1.58!important}
  .growth-journey-steps{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-padding-inline:20px;margin:0 -20px!important;padding:3px 20px 14px!important;scrollbar-width:none}
  .growth-journey-steps::-webkit-scrollbar{display:none}
  .journey-card,.journey-card:nth-of-type(3),.journey-card:nth-of-type(4){flex:0 0 min(82vw,325px)!important;min-height:300px!important;scroll-snap-align:center;scroll-snap-stop:always}
  .journey-arrow{display:none!important}
  .growth-journey-signature{margin-top:18px!important}

  .workspace-tools-section{overflow:hidden}
  .workspace-tools-shell{gap:20px}
  .workspace-tools-hero{padding:18px!important;border-radius:26px!important;gap:18px!important}
  .workspace-hero-copy h2{font-size:clamp(38px,10.5vw,48px)!important;line-height:.98!important}
  .workspace-hero-copy p{font-size:16px!important;line-height:1.55!important}
  .workspace-hero-visual{order:-1;min-height:0!important;aspect-ratio:16/10;border-radius:22px!important}
  .workspace-hero-visual img{object-position:center 45%}
  .workspace-tools-heading-row{gap:8px!important}
  .workspace-tools-heading-row h3{font-size:34px!important}
  .workspace-tools-heading-row a{font-size:14px}
  .workspace-tools-grid{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-padding-inline:var(--mobile-gutter);margin:0 calc(var(--mobile-gutter) * -1)!important;padding:4px var(--mobile-gutter) 16px!important;scrollbar-width:none}
  .workspace-tools-grid::-webkit-scrollbar{display:none}
  .workspace-service-card{flex:0 0 min(84vw,340px)!important;grid-template-columns:76px 1fr!important;min-height:156px!important;scroll-snap-align:center;scroll-snap-stop:always}
  .workspace-tools-cta{padding:20px 18px!important;border-radius:24px!important}
  .workspace-tools-cta-copy h3{font-size:32px!important}
  .workspace-tools-cta-points{display:flex!important;overflow-x:auto;flex-wrap:nowrap!important;width:100%;gap:10px!important;padding-bottom:6px;scroll-snap-type:x proximity;scrollbar-width:none}
  .workspace-tools-cta-points::-webkit-scrollbar{display:none}
  .workspace-tools-cta-points>div{flex:0 0 190px;scroll-snap-align:start}

  .pricing-section{overflow:hidden}
  .pricing-section .section-heading{padding-left:0;padding-right:0}
  .pricing-section .section-heading h2{font-size:36px!important;line-height:1.03}
  .pricing-rail-toolbar{margin-top:20px}
  .pricing-grid-four{display:flex!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto!important;scroll-snap-type:x mandatory;scroll-padding-inline:var(--mobile-gutter);margin:0 calc(var(--mobile-gutter) * -1)!important;padding:20px var(--mobile-gutter) 18px!important;scrollbar-width:none;align-items:stretch!important}
  .pricing-grid-four::-webkit-scrollbar{display:none}
  .pricing-grid-four .price-card{flex:0 0 min(88vw,365px)!important;width:auto!important;scroll-snap-align:center;scroll-snap-stop:always;padding:24px 20px!important}
  .pricing-grid-four .price-card.featured{transform:none!important}
  .pricing-grid-four .price-card.featured:hover{transform:none!important}
  .pricing-grid-four .price-card.featured .recommended{top:-14px!important;left:20px!important}
  .pricing-grid-four .price-top h3{font-size:25px!important}
  .plan-price{min-height:68px!important}
  .plan-price .price-main strong{font-size:29px!important}
  .compact-features li{font-size:13px!important}
  .pricing-note{margin-top:8px!important}
  .neo-note{padding:18px 16px!important;border-radius:20px!important}

  .cta-card{padding:0!important;border-radius:26px!important;grid-template-columns:1fr!important}
  .cta-photo{min-height:230px!important;position:relative!important;inset:auto!important}
  .cta-photo img{width:100%;height:100%;object-fit:cover;object-position:center 38%}
  .cta-copy,.lead-form{padding:24px 20px!important}
  .cta-copy h2{font-size:34px!important;line-height:1.03!important}
  .cta-catalog .cta-chips{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto;gap:8px!important;margin-right:-20px;padding:2px 20px 10px 0;scroll-snap-type:x proximity;scrollbar-width:none}
  .cta-catalog .cta-chips::-webkit-scrollbar{display:none}
  .cta-catalog .cta-chips span{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap}
  .field-row{grid-template-columns:1fr!important}

  .footer{padding-left:20px!important;padding-right:20px!important;gap:26px!important}
  .footer-brand img{width:150px!important;height:auto!important}
}

@media(max-width:420px){
  :root{--mobile-gutter:16px}
  .section-pad{padding-left:16px;padding-right:16px}
  .annuaire-hero-v12-photo{height:235px!important}
  .annuaire-hero-v12-photo img.annuaire-reference-art{width:820px!important;left:60%!important;top:-18px!important}
  .annuaire-v12-benefit{flex-basis:86vw!important}
  .growth-journey{margin-left:8px!important;margin-right:8px!important}
  .growth-journey-inner{padding-left:18px!important;padding-right:18px!important}
  .growth-journey-steps{margin-left:-18px!important;margin-right:-18px!important;padding-left:18px!important;padding-right:18px!important}
  .journey-card{flex-basis:86vw!important}
  .workspace-service-card{flex-basis:88vw!important}
  .pricing-grid-four .price-card{flex-basis:91vw!important}
  .mobile-rail-toolbar span{max-width:190px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .mobile-snap-rail{scroll-behavior:auto!important}
}

/* =========================================================
   V27 — Mobile fixes: Hero artwork + CTA card
   ========================================================= */
.annuaire-hero-inline-visual{display:none}

@media(max-width:1120px){
  /* The desktop reference is a full composition. On tablet/mobile we use
     a clean crop containing only the map + technician, inside the real HTML hero. */
  .annuaire-hero-v12-photo{display:none!important}
  .annuaire-hero-v12-blend{display:none!important}
  .annuaire-hero-inline-visual{
    display:block;
    position:relative;
    width:100%;
    aspect-ratio:16/10;
    margin:24px 0 4px;
    overflow:hidden;
    border-radius:28px;
    background:#f3f8ff;
    box-shadow:0 16px 42px rgba(35,58,107,.10);
    isolation:isolate;
  }
  .annuaire-hero-inline-visual img{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    object-position:center center;
  }
  .annuaire-hero-inline-visual:after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      linear-gradient(90deg,rgba(255,255,255,.34),rgba(255,255,255,0) 18%,rgba(255,255,255,0) 84%,rgba(255,255,255,.18)),
      linear-gradient(0deg,rgba(255,255,255,.30),rgba(255,255,255,0) 18%);
  }

  /* CTA becomes a true responsive stack instead of an absolute background layout. */
  .cta-card{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    min-height:0!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:28px!important;
    background:linear-gradient(145deg,#0b57d0,#185abc)!important;
  }
  .cta-photo{
    order:1;
    position:relative!important;
    inset:auto!important;
    z-index:1!important;
    width:100%!important;
    min-height:0!important;
    aspect-ratio:16/9;
    overflow:hidden;
    background:#dbe9ff;
  }
  .cta-photo img{
    display:block;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center 38%!important;
    transform:none!important;
  }
  .cta-photo:after{
    z-index:2;
    background:linear-gradient(180deg,rgba(7,46,115,0) 48%,rgba(7,46,115,.28) 100%)!important;
  }
  .cta-copy{
    order:2;
    z-index:3!important;
    align-self:stretch!important;
    padding:34px 32px 26px!important;
  }
  .lead-form{
    order:3;
    z-index:3!important;
    width:auto!important;
    margin:0 26px 28px!important;
    padding:26px!important;
    border-radius:22px!important;
    box-shadow:0 18px 48px rgba(3,31,79,.22)!important;
  }
}

@media(max-width:760px){
  .annuaire-hero-v12-inner{padding-top:26px!important}
  .annuaire-hero-v12-copy h1{margin-top:0!important}
  .annuaire-hero-inline-visual{
    aspect-ratio:16/10;
    margin:20px 0 6px;
    border-radius:22px;
    box-shadow:0 12px 30px rgba(35,58,107,.09);
  }
  .annuaire-hero-inline-visual img{object-position:center center}
  .annuaire-v12-benefits{margin-top:18px!important}

  .cta-section{padding-left:14px!important;padding-right:14px!important}
  .cta-card{border-radius:24px!important}
  .cta-photo{aspect-ratio:4/3}
  .cta-photo img{object-position:center 34%!important}
  .cta-copy{padding:26px 20px 20px!important}
  .cta-copy h2{font-size:clamp(31px,9vw,38px)!important;line-height:1.02!important}
  .cta-copy p{font-size:16px!important;line-height:1.55!important}
  .cta-catalog{margin-top:20px!important}
  .lead-form{
    margin:0 14px 16px!important;
    padding:20px 16px!important;
    border-radius:20px!important;
  }
  .lead-form .field-row{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .lead-form input,.lead-form select{width:100%!important;min-height:48px!important;font-size:16px!important}
  .lead-form .button{min-height:52px!important;width:100%!important}
}

@media(max-width:420px){
  .annuaire-hero-inline-visual{aspect-ratio:3/2;margin-top:18px;border-radius:20px}
  .cta-photo{aspect-ratio:1/1}
  .cta-copy{padding:24px 18px 18px!important}
  .lead-form{margin-left:10px!important;margin-right:10px!important;padding:18px 14px!important}
}
