/* =========================================================
   guillaumeleleu.fr
   Clair, bleu, boutons ronds, sans italique.
   ========================================================= */

@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url("/assets/fonts/figtree-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Figtree";
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url("/assets/fonts/figtree-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bg: #ffffff;
    --bg-soft: #f5f8fc;
    --text: #152033;
    --text-soft: #4a5568;
    --text-faint: #7a8494;
    --border: #e4ebf3;
    --border-strong: #cfd9e6;
    --accent: #1d5bd8;
    --accent-hover: #1648b0;
    --accent-soft: #e8f0fd;
    --accent-text: #1a4fbe;
    --success: #1f7a4d;
    --success-soft: #e8f6ee;
    --error: #b42318;
    --error-soft: #fdecea;

    --radius-sm: 10px;
    --radius: 16px;
    --radius-lg: 22px;
    --radius-pill: 999px;
    --shadow: 0 10px 30px rgba(21, 32, 51, .06);
    --shadow-hover: 0 18px 40px rgba(29, 91, 216, .12);

    --maxw: 1120px;
    --gutter: clamp(1.25rem, 4.5vw, 2.5rem);
    --section-y: clamp(4.25rem, 9vw, 7.5rem);
    --font: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --ease: cubic-bezier(.22, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.5rem;
    color-scheme: light;
}

body {
    margin: 0;
    font-family: var(--font);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; height: auto; }
ul, ol { margin: 0; padding: 0; list-style: none; }

:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

::selection {
    background: var(--accent-soft);
    color: var(--accent-text);
}

.wrap {
    width: 100%;
    max-width: var(--maxw);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.section { padding-block: var(--section-y); }
.section--soft { background: var(--bg-soft); }

.skip {
    position: absolute;
    left: -9999px;
    z-index: 100;
    padding: .75rem 1.25rem;
    background: var(--text);
    color: #fff;
}
.skip:focus { left: 0; }

/* Header */

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid transparent;
}
.header.is-stuck {
    border-bottom-color: var(--border);
    box-shadow: 0 10px 30px rgba(21, 32, 51, .05);
}

.header__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 4.4rem;
    position: relative;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-right: auto;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.brand__mark {
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
}

.nav { display: flex; align-items: center; gap: .15rem; }

.nav a {
    padding: .45rem .8rem;
    border-radius: var(--radius-pill);
    font-size: .9375rem;
    color: var(--text-soft);
    transition: background .2s var(--ease), color .2s var(--ease);
}
.nav a:hover { background: var(--bg-soft); color: var(--text); }

.nav__lang {
    margin-left: .4rem;
    border: 1px solid var(--border-strong);
    color: var(--text) !important;
}

.nav-toggle {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid var(--border-strong);
    border-radius: 50%;
    background: none;
    color: var(--text);
    cursor: pointer;
    flex-shrink: 0;
    z-index: 2;
}

/* Hero */

.hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(3.5rem, 10vw, 7rem) clamp(3rem, 7vw, 5rem);
    background:
        radial-gradient(920px 420px at 92% -8%, rgba(29, 91, 216, .14), transparent 58%),
        radial-gradient(640px 320px at 0% 108%, rgba(29, 91, 216, .06), transparent 55%),
        #fff;
}

.hero__grid { display: grid; gap: 2.25rem; }

@media (min-width: 960px) {
    .hero__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(16rem, .85fr);
        align-items: center;
        gap: 3.5rem;
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .9rem .4rem .7rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, .86);
    font-size: .875rem;
    color: var(--text-soft);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.badge__dot {
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 0 rgba(31, 122, 77, .55);
    animation: pulse 2.2s var(--ease) infinite;
}

@keyframes pulse {
    70% { box-shadow: 0 0 0 .55rem transparent; }
    100% { box-shadow: 0 0 0 0 transparent; }
}

.hero h1 {
    margin-top: 1.5rem;
    font-size: clamp(2.5rem, 7vw, 4.25rem);
}

.hero__role {
    margin-top: .75rem;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 500;
    color: var(--accent-text);
}

.hero__place {
    margin-top: .35rem;
    font-size: .95rem;
    color: var(--text-faint);
}

.hero__tagline {
    max-width: 38ch;
    margin-top: 1.5rem;
    font-size: clamp(1.15rem, 2vw, 1.4rem);
    font-weight: 500;
    line-height: 1.45;
}

.hero__intro {
    max-width: 58ch;
    margin-top: 1rem;
    color: var(--text-soft);
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2.25rem;
}

.hero__mosaic {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
    max-width: 22rem;
}

.hero__mosaic > * { display: block; }

.hero__icon {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 22%;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(21, 32, 51, .14);
    background: #fff;
}

.hero__icon--fallback {
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 600;
}

@media (min-width: 960px) {
    .hero__mosaic {
        justify-self: end;
        max-width: none;
        width: 100%;
        transform: rotate(-7deg);
        margin-right: .5rem;
    }
    .hero__mosaic > *:nth-child(even) { transform: translateY(1.15rem); }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .85rem 1.45rem;
    border: 1px solid transparent;
    border-radius: var(--radius-pill);
    font-family: inherit;
    font-size: .9688rem;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s var(--ease), border-color .2s var(--ease), color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}

.btn--primary {
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 22px rgba(29, 91, 216, .22);
}
.btn--primary:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}
.btn--ghost { background: #fff; border-color: var(--border-strong); color: var(--text); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .9rem;
    margin-top: clamp(2.5rem, 6vw, 4rem);
}

.stat {
    padding: 1.1rem 1.2rem;
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--border);
    border-radius: var(--radius);
}

.stat__value {
    font-size: clamp(1.75rem, 3.5vw, 2.4rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--accent-text);
}

.stat__label {
    margin-top: .35rem;
    font-size: .9rem;
    color: var(--text-faint);
}

/* Sections */

.section__head { margin-bottom: clamp(2rem, 4vw, 3rem); }

.eyebrow {
    display: block;
    margin-bottom: .75rem;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--accent-text);
}

.section__head h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); }

.section__lead {
    max-width: 54ch;
    margin-top: .85rem;
    color: var(--text-soft);
}

/* Apps */

.apps-groups {
    display: grid;
    gap: 2.5rem;
}

.apps-group__title {
    margin-bottom: 1.1rem;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.apps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
    gap: 1.15rem;
}

.app {
    display: flex;
    flex-direction: column;
    padding: 1.4rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.app:hover {
    border-color: #c8d7ee;
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}

.app__top { display: flex; align-items: center; gap: .95rem; }

.app__icon {
    flex: none;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 8px 16px rgba(21, 32, 51, .12);
}

.app__icon--fallback {
    display: grid;
    place-items: center;
    background: var(--accent);
    color: #fff;
    font-weight: 600;
}

.app__name { font-size: 1.1rem; }
.app__subtitle { margin-top: .15rem; font-size: .9rem; color: var(--text-faint); }
.app__desc { flex: 1; margin-top: 1rem; font-size: .97rem; color: var(--text-soft); }

.tag {
    padding: .28rem .7rem;
    border-radius: var(--radius-pill);
    background: var(--bg-soft);
    font-size: .8rem;
    color: var(--text-soft);
}

.app__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .7rem 1rem;
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .8rem;
    color: var(--success);
}
.status::before {
    content: "";
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: currentColor;
}

.app__version { font-size: .8rem; color: var(--text-faint); }

.app__links {
    display: flex;
    gap: .85rem;
    margin-left: auto;
    font-size: .9rem;
    font-weight: 600;
    color: var(--accent-text);
}
.app__links a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Services */

.services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
    gap: 1.15rem;
}

.service {
    padding: 1.4rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.service:hover {
    border-color: #c8d7ee;
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}

.service__num {
    display: inline-block;
    margin-bottom: .75rem;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .06em;
    color: var(--accent-text);
}

.service h3 { font-size: 1.05rem; margin-bottom: .6rem; }
.service p { color: var(--text-soft); font-size: .97rem; }

.method {
    margin-top: 2.75rem;
    padding-top: 2.25rem;
    border-top: 1px solid var(--border);
}

.method__title { font-size: 1.25rem; }
.method__lead { margin: .5rem 0 1.5rem; color: var(--text-soft); }

.method__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 1.25rem;
}

.method__list li { display: flex; gap: .9rem; }
.method__step {
    flex: none;
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 50%;
    background: var(--accent-soft);
    font-size: .75rem;
    font-weight: 600;
    color: var(--accent-text);
}
.method__list p { margin-top: .35rem; color: var(--text-soft); font-size: .95rem; }

.clients {
    margin-top: 2.25rem;
    padding: 1.4rem 1.5rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--accent-soft);
}
.clients__title { font-size: 1.05rem; margin-bottom: .45rem; }
.clients p { color: var(--text-soft); }

.pricing {
    margin-top: 2.5rem;
}
.pricing__title { font-size: 1.25rem; }
.pricing__lead { margin: .5rem 0 1.35rem; color: var(--text-soft); }
.pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
    gap: 1.15rem;
}
.price {
    padding: 1.35rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.price:hover {
    border-color: #c8d7ee;
    box-shadow: var(--shadow);
    transform: translateY(-2px);
}
.price h4 { font-size: 1.02rem; }
.price__amount {
    margin: .55rem 0 .5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--accent-text);
    letter-spacing: -0.03em;
}
.price p:last-child { color: var(--text-soft); font-size: .95rem; }
.pricing__note {
    margin-top: 1.1rem;
    font-size: .9rem;
    color: var(--text-faint);
}

.form__legal {
    font-size: .85rem;
    font-weight: 400;
    color: var(--text-faint);
}
.form__legal a {
    color: var(--accent-text);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal { padding-block: clamp(3rem, 7vw, 5.5rem); }
.legal__article { max-width: 44rem; }
.legal h1 { font-size: clamp(1.8rem, 4vw, 2.4rem); margin: .35rem 0 .75rem; }
.legal__meta { color: var(--text-faint); font-size: .9rem; margin-bottom: 2rem; }
.legal h2 { font-size: 1.15rem; margin: 2rem 0 .7rem; }
.legal p { color: var(--text-soft); margin-bottom: .9rem; }
.legal a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 2px; }
.legal__facts {
    display: grid;
    gap: .85rem;
    margin: 1.1rem 0 1.5rem;
}
.legal__facts div {
    display: grid;
    gap: .15rem;
    padding-bottom: .85rem;
    border-bottom: 1px solid var(--border);
}
.legal__facts dt { font-size: .78rem; font-weight: 600; color: var(--text-faint); text-transform: uppercase; letter-spacing: .04em; }
.legal__facts dd { color: var(--text); }
.legal__back { margin-top: 2.5rem; }

.footer__links { flex: 1 1 100%; }
.footer__inner { row-gap: .5rem; }

.to-top {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right, 0px));
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 60;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    box-shadow: 0 10px 28px rgba(29, 91, 216, .28);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s, background .2s var(--ease);
}
.to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}
.to-top:hover { background: var(--accent-hover); }

.contact-bar { display: none; }

@media (max-width: 800px) {
    .contact-bar {
        position: fixed;
        left: 1rem;
        right: 1rem;
        bottom: max(.85rem, env(safe-area-inset-bottom, 0px));
        z-index: 55;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 3.1rem;
        padding: .85rem 1.2rem;
        border-radius: var(--radius-pill);
        background: var(--accent);
        color: #fff;
        font-weight: 600;
        box-shadow: 0 10px 28px rgba(29, 91, 216, .32);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(12px);
        transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
    }
    .contact-bar.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
    }
    body.has-contact-bar {
        padding-bottom: 5.5rem;
    }
    body.has-contact-bar .to-top {
        bottom: 5.4rem;
    }
}

/* Skills */

.skills {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: 1.15rem;
}

.skill {
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.skill:hover { border-color: #c8d7ee; box-shadow: var(--shadow); }

.skill h3 { font-size: 1rem; margin-bottom: .9rem; }
.skill ul { display: flex; flex-wrap: wrap; gap: .4rem; }

/* About */

.timeline { max-width: 44rem; }

.timeline__item {
    padding: 0 0 1.75rem 1.35rem;
    border-left: 2px solid var(--border);
    position: relative;
}
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
    content: "";
    position: absolute;
    left: -5px;
    top: .4rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

.timeline__period { font-size: .82rem; color: var(--text-faint); }
.timeline__role { margin-top: .25rem; font-size: 1.15rem; }
.timeline__org { margin-top: .15rem; color: var(--accent-text); font-weight: 500; }
.timeline__desc { margin-top: .55rem; color: var(--text-soft); }
.timeline__facts { margin-top: .7rem; display: grid; gap: .35rem; }
.timeline__facts li {
    padding-left: 1rem;
    color: var(--text-soft);
    font-size: .97rem;
}
.timeline__facts li::before { content: "– "; margin-left: -1rem; color: var(--text-faint); }

/* Contact */

.contact-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 900px) {
    .contact-grid { grid-template-columns: 1.4fr .8fr; align-items: start; }
}

.form {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.form__hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
}

.form__row {
    display: grid;
    gap: 1rem;
}

@media (min-width: 640px) {
    .form__row { grid-template-columns: 1fr 1fr; }
}

.form label {
    display: grid;
    gap: .4rem;
    font-size: .875rem;
    font-weight: 600;
    color: var(--text-soft);
}

.form input,
.form textarea,
.form select {
    width: 100%;
    padding: .8rem 1rem;
    border: 1px solid var(--border-strong);
    border-radius: 14px;
    background: var(--bg);
    font-family: inherit;
    font-size: 1rem;
    color: var(--text);
}

.form select {
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%237a8494' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='M6 8l4 4 4-4'/></svg>");
    background-repeat: no-repeat;
    background-position: right .85rem center;
    padding-right: 2.4rem;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.form textarea { resize: vertical; min-height: 8rem; }

.form .btn { justify-self: start; }

.form__flash {
    padding: .85rem 1rem;
    border-radius: 14px;
    font-size: .95rem;
}
.form__flash--ok { background: var(--success-soft); color: var(--success); }
.form__flash--error { background: var(--error-soft); color: var(--error); }

.socials h3 { font-size: 1.1rem; }
.socials > p { margin: .5rem 0 1.1rem; color: var(--text-soft); }

.social {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    padding: 1rem 1.1rem;
    margin-bottom: .7rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    transition: border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);
}
.social:hover {
    border-color: var(--accent);
    box-shadow: var(--shadow);
    transform: translateY(-1px);
}
.social__name { font-weight: 600; }
.social__hint { font-size: .875rem; color: var(--text-faint); }

/* Footer */

.footer {
    padding-block: 2.1rem;
    border-top: 1px solid var(--border);
    background: var(--bg-soft);
    font-size: .9rem;
    color: var(--text-faint);
}

.footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.5rem;
    justify-content: space-between;
    align-items: baseline;
}

.footer a:hover { color: var(--text); }

.footer__addr {
    display: inline;
    font-style: normal;
}

.faq { display: grid; gap: .65rem; max-width: 46rem; }

.faq__item {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    padding: 0 1.15rem;
    transition: border-color .2s var(--ease);
}
.faq__item:hover,
.faq__item[open] { border-color: #c8d7ee; }

.faq__item summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    font-weight: 600;
    list-style: none;
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
    content: "";
    flex: none;
    width: .5rem;
    height: .5rem;
    margin-right: .15rem;
    border-right: 2px solid var(--text-faint);
    border-bottom: 2px solid var(--text-faint);
    transform: rotate(45deg);
    transition: transform .2s var(--ease);
}

.faq__item[open] summary::after {
    transform: rotate(225deg);
    margin-top: .35rem;
}

.faq__item p {
    padding-bottom: 1.1rem;
    color: var(--text-soft);
}

.reveal { opacity: 0; transform: translateY(10px); }
.reveal.is-in {
    opacity: 1;
    transform: none;
    transition: opacity .6s var(--ease), transform .6s var(--ease);
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; }
    .to-top { transition: none; transform: none; }
    .contact-bar { transition: none; transform: none; }
    .badge__dot { animation: none; }
    .app:hover,
    .service:hover,
    .price:hover,
    .social:hover { transform: none; }
}

@media (max-width: 1040px) {
    .nav-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }

    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: .75rem var(--gutter) 1.25rem;
        background: #fff;
        border-bottom: 1px solid var(--border);
        z-index: 40;
    }
    .nav.is-open { display: flex; }
    .nav a { padding: .75rem .6rem; }
    .nav__lang { margin: .4rem 0 0; text-align: center; }

    .stats { grid-template-columns: 1fr; }
    .hero__actions .btn { flex: 1 1 auto; }
    .hero__mosaic { max-width: none; }
}

@media print {
    .header { position: static; }
    .reveal { opacity: 1; transform: none; }
    .to-top { display: none; }
    .contact-bar { display: none !important; }
}
