:root {
    --blue-deep: #062a52;
    --blue: #0b57a3;
    --sky: #66c7f4;
    --sky-soft: #eaf7ff;
    --canvas: #f4fbff;
    --ink: #0d233c;
    --muted: #62758a;
    --line: rgba(11, 87, 163, .16);
    --white: #fff;
    --shadow: 0 18px 50px rgba(6, 42, 82, .12);
    --radius: 18px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--canvas); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 132px) 0; }
.section-muted { background: var(--white); }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.08; }
h2 { margin-bottom: 24px; font-size: clamp(2.2rem, 5vw, 4.25rem); }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
.lead { color: var(--blue-deep); font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.5; }

/* Header */
.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; color: var(--white); transition: background-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(6, 42, 82, .96); box-shadow: 0 8px 25px rgba(6, 42, 82, .18); }
.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 1.02rem; font-weight: 850; letter-spacing: .13em; text-decoration: none; white-space: nowrap; }
.brand img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: var(--white); }
/* Logo de l'entreprise : le dessin porte deja le nom, aucun texte ne
   l'accompagne. Hauteur fixe et largeur automatique pour respecter ses
   proportions ; la hauteur reservee evite tout decalage au chargement. */
.brand-logo { gap: 0; }
.brand-logo img { width: auto; height: 46px; border-radius: 0; object-fit: contain; background: none; }
.site-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 30px); }
.nav-link { position: relative; padding: 8px 0; color: rgba(255,255,255,.83); font-size: .9rem; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.nav-link::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 2px; background: var(--sky); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.is-active { color: var(--white); }
.nav-link:hover::after, .nav-link:focus-visible::after, .nav-link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: var(--white); font-size: .84rem; font-weight: 750; text-decoration: none; transition: background-color .2s ease, border-color .2s ease, transform .2s ease; }
.nav-cta:hover, .nav-cta:focus-visible { border-color: var(--sky); background: var(--sky); color: var(--blue-deep); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-toggle-icon { display: grid; gap: 4px; width: 27px; }
.menu-toggle-icon i { display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.hero { position: relative; display: flex; min-height: min(820px, 100vh); align-items: center; overflow: hidden; background: var(--blue-deep); color: var(--white); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,42,82,.98) 0%, rgba(6,42,82,.78) 40%, rgba(6,42,82,.27) 100%), url("../images/home/slider01.jpg") center/cover no-repeat; transform: scale(1.02); }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,42,82,.25), transparent 46%, rgba(6,42,82,.45)); content: ""; }
.hero-content { position: relative; z-index: 1; padding-top: 90px; }
.hero h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(3.3rem, 8vw, 7.7rem); font-weight: 780; }
.hero h1 em { color: var(--sky); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { margin-bottom: 10px; color: var(--white); font-size: 1.05rem; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.hero-copy { max-width: 610px; margin-bottom: 30px; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 13px; padding: 12px 21px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 780; text-decoration: none; cursor: pointer; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(6,42,82,.18); }
.button-light { background: var(--white); color: var(--blue); }
.button-light:hover, .button-light:focus-visible { background: var(--sky); color: var(--blue-deep); }
.button-ghost, .button-outline-light { border-color: rgba(255,255,255,.6); color: var(--white); }
.button-ghost:hover, .button-ghost:focus-visible, .button-outline-light:hover, .button-outline-light:focus-visible { border-color: var(--white); background: var(--white); color: var(--blue); }
.button-dark { background: var(--blue-deep); color: var(--white); }
.button-dark:hover, .button-dark:focus-visible { background: var(--blue); }
.hero-scroll { position: absolute; z-index: 1; right: max(20px, calc((100vw - 1180px) / 2)); bottom: 28px; display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 55px; background: var(--sky); }

/* Sections */
.section-heading h2 { max-width: 650px; }
.section-heading.centered { text-align: center; }
.section-heading.centered h2 { margin-right: auto; margin-left: auto; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-heading.split > p { max-width: 360px; margin-bottom: 7px; color: var(--muted); }
.intro { background: var(--canvas); }
.intro { display: none; }
.account-entry { background: var(--canvas); }
.account-entry#account-entry { display: none; }
/* Espace client — carte, onglets et champs.
   Le bouton « Afficher / masquer » du mot de passe a ete retire : les regles
   .client-password-* qui l'habillaient ont disparu avec lui. */
.client-module { background: var(--canvas); padding: 40px 0; }
.client-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.client-photo img { width: 100%; height: auto; object-fit: contain; }
.client-card { padding: clamp(22px, 3vw, 32px); border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(6, 42, 82, .12); }
.client-card > .eyebrow { margin-bottom: 18px; }
.client-title { margin: 0 0 8px; font-size: 1.5rem; }
.client-intro { margin: 0 0 20px; color: var(--muted); }
.client-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.client-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; padding: 4px; margin: 0 0 22px; border-radius: 12px; background: #eef4f8; }
.client-tab { min-height: 44px; padding: 0 10px; border: 0; border-radius: 8px; background: transparent; color: #55677c; font: inherit; font-size: .93rem; font-weight: 600; cursor: pointer; transition: background-color .2s ease, color .2s ease, box-shadow .2s ease; }
.client-tab:hover { color: var(--blue); }
.client-tab[aria-selected="true"] { background: var(--white); color: var(--blue); box-shadow: 0 2px 8px rgba(6, 42, 82, .12); }

.client-pane[hidden] { display: none; }

/* Champs ---------------------------------------------------------------- */
.field { margin-bottom: 14px; }
.field > label { display: block; margin-bottom: 6px; color: var(--ink); font-size: .9rem; font-weight: 600; }
.field > label small { color: var(--muted); font-weight: 400; }
.field input, .field select { width: 100%; padding: 11px 13px; border: 1px solid #c3d4e2; border-radius: 9px; background: var(--white); color: var(--ink); font: inherit; font-size: .95rem; transition: border-color .18s ease, box-shadow .18s ease; }
.field input:hover { border-color: #9fbbd1; }
.field input:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(11, 87, 163, .16); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }

.form-foot { margin: 12px 0 0; font-size: .88rem; }
.form-foot a { color: var(--blue); text-decoration: none; }
.form-foot a:hover, .form-foot a:focus-visible { text-decoration: underline; }
.form-message { min-height: 1.4em; margin: 10px 0 0; font-size: .9rem; color: var(--muted); }
.form-message.is-error { color: #b4232a; }
.form-message.is-success { color: #14663a; }

/* Boutons --------------------------------------------------------------- */
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; font: inherit; font-size: .95rem; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.btn:disabled, .btn.is-busy { cursor: progress; opacity: .72; }
.btn:not(:disabled):hover, .btn:not(:disabled):focus-visible { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:not(:disabled):hover, .btn-primary:not(:disabled):focus-visible { background: var(--blue-deep); color: var(--white); box-shadow: 0 10px 22px rgba(11, 87, 163, .28); }
.btn-quiet { border-color: #c3d4e2; background: var(--white); color: var(--ink); }
.btn-quiet:not(:disabled):hover, .btn-quiet:not(:disabled):focus-visible { border-color: var(--blue); color: var(--blue); }
.btn-block { width: 100%; }

/* Fenetres modales ------------------------------------------------------ */
/* `dialog[open]` sert aussi de repli sans JavaScript : la fenetre s'affiche
   alors en plein ecran, sans passer par showModal(). */
.modal { width: auto; max-width: none; max-height: none; padding: 0; border: 0; background: transparent; color: inherit; overflow: visible; }
.modal:not([open]) { display: none; }
.modal[open] { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 20px; background: rgba(6, 42, 82, .55); overflow-y: auto; }
.modal::backdrop { background: rgba(6, 42, 82, .55); backdrop-filter: blur(3px); }
.modal-panel { position: relative; width: min(460px, 100%); padding: clamp(26px, 4vw, 38px); border-radius: 18px; background: var(--white); box-shadow: 0 30px 80px rgba(6, 42, 82, .28); }
.modal-panel h2 { margin: 0 0 18px; font-size: clamp(1.4rem, 3vw, 1.8rem); }
.modal-close { position: absolute; top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.modal-close:hover, .modal-close:focus-visible { background: #eef4f8; color: var(--ink); }
.modal-close svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.modal-foot { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin: 18px 0 0; font-size: .88rem; }
.modal-foot a { color: var(--blue); text-decoration: none; }
.modal-foot a:hover, .modal-foot a:focus-visible { text-decoration: underline; }

@media (prefers-reduced-motion: no-preference) {
    .modal[open] .modal-panel { animation: modal-in .26s cubic-bezier(.22, .61, .36, 1) both; }
}
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

/* La declaration de majorite a sa propre feuille : assets/css/age-gate.css,
   chargee seulement tant que la declaration manque. */

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.account-entry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; align-items: center; }
.account-entry-grid h2 { margin-bottom: 0; }
.account-entry-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.account-entry-actions article { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.account-entry-actions h3 { font-size: 1.1rem; }
.account-entry-actions .button { width: 100%; }
.account-entry-grid > div:last-child > .text-link { display: inline-flex; margin-left: 18px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 10vw, 150px); align-items: start; }
.intro-copy > p:last-of-type { max-width: 580px; margin-bottom: 24px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .91rem; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }

/* Services */
.services .section-heading { margin-bottom: 52px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: none; margin-inline: auto; gap: 17px; align-items: stretch; }
.service-card { position: relative; min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.service-card:hover { border-color: rgba(11,87,163,.35); box-shadow: var(--shadow); transform: translateY(-7px); }
.service-number { position: absolute; top: 26px; right: 28px; color: rgba(11,87,163,.45); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.service-icon { display: grid; width: 55px; height: 55px; place-items: center; margin-bottom: 26px; border-radius: 14px; background: var(--blue); color: var(--white); }
.service-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }
.service-card { display: flex; flex-direction: column; }
.service-card p { flex: 1; }
.service-visuals { display: flex; min-height: 360px; align-items: end; justify-content: center; gap: 28px; margin-top: 66px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(115deg, #dff4ff 0%, #f7fcff 66%, #e7f4fb 100%); }
.service-visuals img:first-child { width: clamp(100px, 15vw, 167px); margin-bottom: -36px; border-radius: 16px 16px 0 0; box-shadow: 12px 12px 35px rgba(6,42,82,.18); }
.service-visuals img:last-child { width: min(56%, 593px); align-self: center; border-radius: 12px; box-shadow: 0 16px 35px rgba(6,42,82,.18); }

/* Awards */
.awards { position: relative; overflow: hidden; background: var(--blue-deep); color: var(--white); }
.awards::before { position: absolute; top: -35%; right: -7%; width: 60vw; height: 130%; border: 1px solid rgba(102,199,244,.2); border-radius: 50%; content: ""; transform: rotate(-17deg); }
.awards-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 110px); align-items: center; }
.awards-image img { width: 100%; border-radius: var(--radius); box-shadow: 18px 20px 0 rgba(102,199,244,.15); }
.awards-copy .eyebrow { color: var(--sky); }
.awards-copy h2 { max-width: 480px; }
.awards-copy .lead { color: rgba(255,255,255,.88); }
.awards-copy > p:not(.eyebrow):not(.lead) { color: rgba(255,255,255,.7); }
.awards-copy .button { margin-top: 10px; }

/* Gallery */
.ranges { background: var(--canvas); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.gallery-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 13px; background: var(--blue-deep); aspect-ratio: 1; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6,42,82,.8)); content: ""; pointer-events: none; }
.gallery-card:hover img { transform: scale(1.07); }
.gallery-card figcaption { position: absolute; z-index: 1; right: 16px; bottom: 15px; left: 16px; color: var(--white); }
.gallery-card figcaption span, .gallery-card figcaption small { display: block; }
.gallery-card figcaption span { font-size: 1.02rem; font-weight: 800; }
.gallery-card figcaption small { color: rgba(255,255,255,.7); font-size: .72rem; }
.gallery-more { display: flex; justify-content: center; margin-top: 38px; }

/* Commercial team */
.commercial { background: var(--white); }
.team-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--canvas); transition: transform .22s ease, box-shadow .22s ease; }
.team-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.team-image { overflow: hidden; aspect-ratio: 1; background: var(--sky-soft); }
.team-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.team-card:hover .team-image img { transform: scale(1.04); }
.team-content { padding: 18px; }
.team-region { margin-bottom: 5px; color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.team-content h3 { margin-bottom: 8px; font-size: 1.2rem; }
.team-content > p:not(.team-region) { min-height: 73px; margin-bottom: 13px; color: var(--muted); font-size: .83rem; line-height: 1.45; }
.team-content a { display: block; overflow-wrap: anywhere; color: var(--blue); font-size: .76rem; font-weight: 700; text-decoration: none; }
.team-content a:hover, .team-content a:focus-visible { text-decoration: underline; }

/* Footer */
.site-footer { background: var(--blue-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; padding-top: 85px; padding-bottom: 70px; }
.footer-grid h2 { max-width: 520px; margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.5rem); }
.footer-copy { max-width: 440px; color: rgba(255,255,255,.68); }
.footer-contact { align-self: end; }
.footer-phone { display: block; margin-bottom: 14px; color: var(--white); font-size: clamp(1.5rem, 3vw, 2.35rem); font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.footer-whatsapp { display: inline-flex; gap: 8px; margin-bottom: 20px; color: var(--sky); font-weight: 750; text-decoration: none; }
.footer-whatsapp:hover, .footer-whatsapp:focus-visible { color: var(--white); }
.footer-contact p { margin: 0; color: rgba(255,255,255,.58); font-size: .83rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.48); font-size: .72rem; }

/* Reveal-on-scroll is opt-in through html.js, keeping content visible without JS. */
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
html.js .reveal.is-visible { opacity: 1; transform: none; }
html.js .gallery-card.is-hidden { display: none; }
:focus-visible { outline: 3px solid var(--sky); outline-offset: 4px; }

@media (max-width: 1050px) {
    .site-nav { gap: 15px; }
    .nav-link { font-size: .82rem; }
    .nav-cta { padding-inline: 13px; font-size: .78rem; }
    .team-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
    .container { width: min(100% - 32px, 600px); }
    .header-inner { min-height: 72px; }
    .brand-logo img { height: 34px; }
    .menu-toggle { display: block; }
    html.js .site-nav { position: absolute; top: calc(100% - 1px); right: 16px; left: 16px; display: flex; max-height: 0; align-items: stretch; flex-direction: column; gap: 0; overflow: hidden; border-radius: 0 0 14px 14px; background: var(--blue-deep); box-shadow: 0 14px 30px rgba(6,42,82,.22); transition: max-height .28s ease; }
    html.js .site-nav.is-open { max-height: 430px; padding: 8px 18px 17px; }
    .nav-link { padding: 11px 0; }
    .nav-link::after { right: auto; width: 34px; }
    .nav-cta { justify-content: center; margin-top: 8px; }
    .hero { min-height: 720px; }
    .hero-content { padding-top: 75px; }
    .hero h1 { font-size: clamp(3.15rem, 15vw, 5.6rem); }
    .hero-scroll { display: none; }
    .intro-grid, .awards-grid, .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .account-entry-grid { grid-template-columns: 1fr; gap: 28px; }
    .client-module-grid { grid-template-columns: 1fr; }
    .client-module { padding:20px 0; }
    .client-layout { grid-template-columns: 1fr; gap:24px; }
    .client-photo { max-height:280px; overflow:hidden; }
    .section-heading.split { display: block; margin-bottom: 32px; }
    .section-heading.split > p { margin-top: -8px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-card { min-height: 0; }
    .service-visuals { min-height: 280px; margin-top: 40px; }
    .service-visuals img:last-child { width: min(68%, 440px); }
    .gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { padding-top: 70px; padding-bottom: 55px; }
    .footer-bottom { display: block; }
    .footer-bottom span { display: block; }
    .footer-bottom span + span { margin-top: 8px; }
}

@media (max-width: 520px) {
    .service-grid { grid-template-columns: 1fr; }
    .account-entry-actions { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .team-grid { grid-template-columns: 1fr; }
    .team-content > p:not(.team-region) { min-height: 0; }
}

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