/* Pages locales Honab — modèle partagé, sans dépendance Bootstrap. */

body.local-landing {
    background:
        radial-gradient(circle at 84% 8%, rgba(255, 98, 76, .12), transparent 30rem),
        radial-gradient(circle at 12% 42%, rgba(119, 232, 255, .055), transparent 34rem),
        #050809;
}

.ll-hero {
    position: relative;
    min-height: 900px;
    padding: 154px 0 96px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.ll-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, #000 70%, transparent);
}

.ll-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 560px;
    height: 560px;
    right: 4vw;
    top: 120px;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 32%, rgba(255,128,109,.28), rgba(80,25,24,.2) 31%, rgba(10,16,18,.15) 62%, transparent 70%);
    filter: blur(8px);
}

.ll-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    gap: clamp(44px, 6vw, 90px);
    align-items: center;
}

.ll-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    color: #7f8783;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
}

.ll-breadcrumb a:hover { color: var(--coral); }
.ll-breadcrumb span[aria-current="page"] { color: #c9ceca; }

.ll-hero .hi-eyebrow { margin-bottom: 24px; }

.ll-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(54px, 6vw, 94px);
    line-height: .96;
    letter-spacing: -.067em;
    text-wrap: balance;
}

.ll-hero h1 span { display: block; color: var(--coral); }

.ll-lead {
    max-width: 690px;
    margin: 30px 0 0;
    color: var(--muted);
    font-size: clamp(17px, 1.3vw, 20px);
}

.ll-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 690px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.ll-proof li {
    min-height: 92px;
    padding: 17px 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.025);
}

.ll-proof strong { display: block; color: #f5f5f0; font-size: 20px; line-height: 1.2; }
.ll-proof span { display: block; margin-top: 6px; color: #838b87; font-size: 11px; }

.ll-stage {
    position: relative;
    min-height: 610px;
    display: grid;
    place-items: center;
    perspective: 1300px;
}

.ll-home-stage {
    min-height: 610px;
}

.ll-home-stage::before {
    width: 88%;
    left: 6%;
    background: radial-gradient(circle, rgba(255,98,76,.18), rgba(119,232,255,.035) 50%, transparent 72%);
}

.ll-browser {
    position: relative;
    z-index: 3;
    width: min(100%, 540px);
    min-height: 430px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 27px;
    overflow: hidden;
    background: rgba(9,14,16,.86);
    box-shadow: 0 46px 110px rgba(0,0,0,.55), 0 0 80px rgba(255,98,76,.09);
    transform: rotateY(-8deg) rotateX(3deg);
    transform-style: preserve-3d;
}

.ll-browser::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255,255,255,.08), transparent 22% 70%, rgba(119,232,255,.045));
}

.ll-browser-bar {
    min-height: 48px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid var(--line);
    background: rgba(255,255,255,.03);
}

.ll-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #49504d; }
.ll-browser-bar i:first-child { background: var(--coral); }
.ll-browser-bar i:nth-child(2) { background: #ffd45c; }
.ll-browser-bar i:nth-child(3) { background: var(--acid); }
.ll-browser-bar span { margin-left: 10px; color: #69716d; font: 600 9px/1 monospace; }

.ll-browser-body {
    position: relative;
    min-height: 382px;
    padding: 54px 46px 40px;
    background:
        radial-gradient(circle at 88% 12%, rgba(255,98,76,.16), transparent 13rem),
        linear-gradient(145deg, rgba(255,255,255,.035), transparent 54%);
}

.ll-browser-kicker { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ll-browser-body > strong { display: block; max-width: 390px; margin-top: 17px; font-size: clamp(32px, 3.5vw, 49px); line-height: .98; letter-spacing: -.055em; }

.ll-browser-search {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 88%;
    margin-top: 35px;
    padding: 15px;
    border: 1px solid rgba(200,255,102,.16);
    border-radius: 15px;
    background: rgba(200,255,102,.055);
}

.ll-browser-search b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #0d1307; background: var(--acid); }
.ll-browser-search span { color: #e8ebe6; font-size: 12px; font-weight: 700; }
.ll-browser-search small { color: #7e8883; font-size: 9px; font-weight: 500; }
.ll-browser-lines { display: grid; gap: 8px; margin-top: 23px; }
.ll-browser-lines i { display: block; width: 74%; height: 6px; border-radius: 999px; background: rgba(255,255,255,.08); }
.ll-browser-lines i:nth-child(2) { width: 58%; }
.ll-browser-lines i:nth-child(3) { width: 42%; }

.ll-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(119,232,255,.32);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.ll-orbit--one { width: 660px; height: 250px; }
.ll-orbit--two { width: 520px; height: 560px; border-color: rgba(255,98,76,.22); transform: rotate(32deg); }

.ll-float {
    position: absolute;
    z-index: 5;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #e7e9e5;
    background: rgba(7,11,12,.82);
    box-shadow: 0 16px 48px rgba(0,0,0,.38);
    backdrop-filter: blur(16px);
}

.ll-float--local { left: -3%; top: 26%; padding: 11px 15px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ll-float--local span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 16px var(--acid); }
.ll-float--score { right: -2%; bottom: 16%; min-width: 142px; padding: 14px 17px; border-radius: 18px; }
.ll-float--score strong { display: block; font-size: 23px; line-height: 1; }
.ll-float--score small { color: #848d88; font-size: 9px; }

.ll-strip { overflow: hidden; border-block: 1px solid var(--line); background: rgba(255,255,255,.015); }
.ll-marquee { width: max-content; display: flex; animation: hiMarquee 26s linear infinite; }
.ll-marquee span { display: flex; align-items: center; gap: 25px; padding: 18px 26px 18px 0; color: #c8cdca; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ll-marquee span::after { content: "✦"; color: var(--coral); }

.ll-intro { background: linear-gradient(180deg, rgba(255,255,255,.015), transparent); }
.ll-two-cols { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(48px, 8vw, 120px); align-items: start; }
.ll-rich-copy { padding-top: 34px; }
.ll-rich-copy > p { margin: 0 0 23px; color: #bbc1bd; font-size: clamp(17px, 1.45vw, 20px); }
.ll-inline-note { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.ll-inline-note span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: #89918d; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.ll-local-focus { position: relative; overflow: hidden; background: #070b0c; }
.ll-local-focus::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -260px; border-radius: 50%; background: rgba(184,255,44,.055); filter: blur(24px); }
.ll-focus-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ll-focus-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); }
.ll-focus-grid article > span { color: var(--acid); font: 600 10px/1 monospace; }
.ll-focus-grid h3 { max-width: 310px; margin: 72px 0 13px; font-size: clamp(21px, 2vw, 28px); line-height: 1.12; letter-spacing: -.035em; }
.ll-focus-grid p { max-width: 330px; margin: 0; color: #939b96; font-size: 13px; }

.ll-services { background: #070b0c; }
.ll-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.ll-service-card {
    position: relative;
    min-height: 420px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 26px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
    transition: border-color .35s, background .35s;
}
.ll-service-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; bottom: -140px; border-radius: 50%; background: var(--cyan); opacity: .06; filter: blur(25px); }
.ll-service-card--accent::after { background: var(--coral); opacity: .1; }
.ll-service-card:hover { border-color: rgba(255,255,255,.27); background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.024)); }
.ll-card-number { position: absolute; right: 28px; top: 30px; color: #68706c; font: 600 11px/1 monospace; }
.ll-card-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 17px; color: var(--coral); background: rgba(255,98,76,.06); font-size: 24px; }
.ll-service-card h3 { margin: 90px 0 17px; font-size: clamp(24px, 2vw, 32px); line-height: 1.1; letter-spacing: -.035em; }
.ll-service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.ll-service-card a { position: relative; z-index: 2; margin-top: auto; padding-top: 30px; color: #f1f3ef; font-size: 12px; font-weight: 800; }
.ll-service-card a span { color: var(--coral); }

.ll-deliverables { overflow: hidden; }
.ll-deliverables::before { content: ""; position: absolute; width: 600px; height: 600px; left: -300px; top: 5%; border-radius: 50%; background: rgba(119,232,255,.04); filter: blur(35px); }
.ll-deliverables-head { max-width: 780px; margin-bottom: 64px; }
.ll-deliverables-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ll-deliverables-grid article { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ll-deliverables-grid article > span { color: var(--coral); font: 600 10px/1 monospace; }
.ll-deliverables-grid h3 { margin: 65px 0 12px; font-size: 22px; letter-spacing: -.03em; }
.ll-deliverables-grid p { max-width: 290px; margin: 0; color: #8e9692; font-size: 13px; }

.ll-process { background: linear-gradient(180deg, #080c0d, #050809); }
.ll-process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.ll-process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 24px; align-items: center; min-height: 138px; border-bottom: 1px solid var(--line); }
.ll-process-list > li > span { color: var(--coral); font: 600 11px/1 monospace; }
.ll-process-list h3 { margin: 0 0 8px; font-size: 27px; letter-spacing: -.035em; }
.ll-process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.ll-work-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.ll-work-card { position: relative; min-height: 430px; padding-bottom: 26px; border: 1px solid var(--line); border-radius: 25px; overflow: hidden; background: #080c0d; }
.ll-work-card img { width: 100%; height: 300px; object-fit: cover; transition: transform .7s var(--ease), filter .5s; }
.ll-work-card:hover img { transform: scale(1.04); filter: saturate(1.08); }
.ll-work-card span, .ll-work-card strong { display: block; margin-inline: 24px; }
.ll-work-card span { margin-top: 22px; color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ll-work-card strong { margin-top: 8px; font-size: 20px; }

.ll-pricing { padding-top: 20px; }
.ll-price-card { position: relative; padding: clamp(36px, 6vw, 80px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; border: 1px solid rgba(255,98,76,.24); border-radius: 32px; overflow: hidden; background: linear-gradient(135deg, rgba(255,98,76,.14), rgba(255,255,255,.035)); }
.ll-price-card::after { content: ""; position: absolute; width: 430px; height: 430px; right: -150px; top: -240px; border: 1px solid rgba(255,98,76,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,98,76,.025), 0 0 0 140px rgba(255,98,76,.018); }
.ll-price-card h2 { max-width: 780px; margin: 0; font-size: clamp(36px, 4.5vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
.ll-price-card h2 strong { color: var(--coral); }
.ll-price-card p { max-width: 720px; margin: 25px 0 0; color: #b5bbb7; }
.ll-price-actions { position: relative; z-index: 2; display: grid; justify-items: start; gap: 17px; }
.ll-price-actions > a:last-child { color: #c7ccc8; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.ll-nearby { background: #070b0c; }
.ll-nearby-head { max-width: 780px; margin-bottom: 45px; }
.ll-nearby-head h2 { margin: 0; font-size: clamp(36px, 4vw, 60px); line-height: 1.05; letter-spacing: -.05em; }
.ll-nearby-head > p:last-child { color: var(--muted); }
.ll-location-links { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ll-location-links a { min-height: 78px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #bfc5c1; font-size: 12px; }
.ll-location-links a span { color: var(--coral); transition: transform .3s var(--ease); }
.ll-location-links a:hover { color: #fff; background: rgba(255,255,255,.04); }
.ll-location-links a:hover span { transform: translate(3px,-3px); }

.ll-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.ll-faq-layout > div:first-child > p:last-child { max-width: 390px; color: var(--muted); }
.ll-faq-list { border-top: 1px solid var(--line); }
.ll-faq-list details { border-bottom: 1px solid var(--line); }
.ll-faq-list summary { position: relative; padding: 24px 50px 24px 0; cursor: pointer; color: #f1f3ef; font-size: 16px; font-weight: 700; list-style: none; }
.ll-faq-list summary::-webkit-details-marker { display: none; }
.ll-faq-list summary::after { content: "+"; position: absolute; right: 3px; top: 20px; color: var(--coral); font-size: 24px; font-weight: 400; transition: transform .25s; }
.ll-faq-list details[open] summary::after { transform: rotate(45deg); }
.ll-faq-list details p { margin: 0; padding: 0 44px 25px 0; color: #aeb5b1; font-size: 14px; }

.ll-contact { padding-top: 50px; }
.local-landing .hi-form select { appearance: auto; }

@media (max-width: 1080px) {
    .ll-hero-grid { grid-template-columns: 1fr 430px; gap: 30px; }
    .ll-float--local { left: 0; }
    .ll-float--score { right: 0; }
    .ll-service-grid, .ll-work-grid { grid-template-columns: 1fr 1fr; }
    .ll-service-card:last-child, .ll-work-card:last-child { grid-column: 1 / -1; }
    .ll-work-card:last-child img { height: 400px; }
    .ll-location-links { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 820px) {
    .ll-hero { min-height: auto; padding-top: 130px; }
    .ll-hero-grid, .ll-two-cols, .ll-faq-layout, .ll-price-card { grid-template-columns: 1fr; }
    .ll-stage { min-height: 520px; margin-top: 20px; }
    .ll-browser { width: min(90%, 540px); }
    .ll-rich-copy { padding-top: 0; }
    .ll-deliverables-grid, .ll-focus-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ll-focus-grid article:last-child { grid-column: 1 / -1; }
    .ll-location-links { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ll-price-actions { margin-top: -15px; }
}

@media (max-width: 620px) {
    .hi-shell { width: min(calc(100% - 28px), var(--max)); }
    .ll-hero { padding: 118px 0 72px; }
    .ll-breadcrumb { margin-bottom: 22px; }
    .ll-hero .hi-eyebrow { font-size: 9px; letter-spacing: .12em; }
    .ll-hero h1 { font-size: clamp(43px, 13vw, 61px); letter-spacing: -.06em; text-align: left; }
    .ll-lead { font-size: 16px; }
    .ll-hero .hi-actions { display: grid; grid-template-columns: 1fr; }
    .ll-hero .hi-btn { width: 100%; }
    .ll-proof { grid-template-columns: 1fr; }
    .ll-proof li { min-height: 74px; }
    .ll-stage { min-height: 420px; margin-inline: -10px; }
    .ll-browser { width: 96%; min-height: 330px; transform: rotateY(-4deg) rotateX(2deg); }
    .ll-browser-body { min-height: 290px; padding: 38px 27px 28px; }
    .ll-browser-body > strong { font-size: 34px; }
    .ll-browser-search { width: 100%; }
    .ll-orbit--one { width: 460px; height: 190px; }
    .ll-orbit--two { width: 360px; height: 400px; }
    .ll-float--local { left: 2px; top: 14%; }
    .ll-float--score { right: 0; bottom: 6%; }
    .hi-section { padding-block: 82px; }
    .ll-two-cols { gap: 34px; }
    .ll-service-grid, .ll-work-grid { grid-template-columns: 1fr; }
    .ll-service-card:last-child, .ll-work-card:last-child { grid-column: auto; }
    .ll-service-card { min-height: 370px; padding: 28px; }
    .ll-service-card h3 { margin-top: 72px; }
    .ll-deliverables-grid, .ll-focus-grid { grid-template-columns: 1fr; }
    .ll-focus-grid article:last-child { grid-column: auto; }
    .ll-deliverables-grid article { min-height: 195px; }
    .ll-deliverables-grid h3 { margin-top: 48px; }
    .ll-focus-grid article { min-height: 205px; }
    .ll-focus-grid h3 { margin-top: 50px; }
    .ll-process-list li { grid-template-columns: 48px 1fr; min-height: 150px; }
    .ll-work-card, .ll-work-card:last-child { min-height: 395px; }
    .ll-work-card img, .ll-work-card:last-child img { height: 275px; }
    .ll-price-card { padding: 32px 24px; border-radius: 25px; }
    .ll-location-links { grid-template-columns: 1fr; }
    .ll-location-links a { min-height: 66px; }
    .ll-faq-layout { gap: 35px; }
}

@media (prefers-reduced-motion: reduce) {
    .ll-marquee { animation: none; }
    .ll-browser { transform: none; }
}

.ll-nearby-parent { margin: -22px 0 28px; }
.ll-nearby-parent a { display: inline-flex; align-items: center; gap: 11px; padding: 13px 22px; border: 1px solid var(--line); border-radius: 999px; color: #e6eae6; font-size: 13px; font-weight: 600; }
.ll-nearby-parent a:hover { border-color: var(--coral); color: #fff; background: rgba(255,255,255,.04); }
.ll-nearby-parent span { color: var(--coral); transition: transform .3s var(--ease); }
.ll-nearby-parent a:hover span { transform: translate(3px,-3px); }
