/* =====================================================================
   Page « Audit SEO » — damien-hernandez.com

   PREFIXE `aud-`. Les autres sont pris : `lex-` (fiches), `lexh-` (hub),
   `pc-` (systeme commun), `ann-`/`annf-` (annuaire), `itw-` (entretiens),
   `blg-` (blog), `edc-` (etudes de cas), `ct-` (contact), `ap-`, `dh-`.

   Ne definit AUCUN token : le conteneur porte `lex pc aud`, il herite des
   variables, du full-bleed et de tout le systeme `.pc-`.

   CE QUI VIENT DU SYSTEME COMMUN, ET N'EST PAS REDEFINI ICI
   Le titre, les chapeaux, le fil d'Ariane, les cartes a filets, le tableau,
   l'encadre d'alerte et les liens. Cette feuille ajoute le heros sombre, les
   trois cartes de tarif, le formulaire, la FAQ depliante et le bandeau collant.

   CONTRASTE — calcule, jamais estime (WCAG 2.x, seuil 4,5:1 sous 24px) :
     #F4F2EC sur #101A1C 15,81  titre et valeurs du heros
     #A9B6B2 sur #101A1C  8,45  chapeau, fil d'Ariane, textes du heros
     #7FC9B8 sur #101A1C  9,23  intitules du heros et du formulaire
     #06231D sur #14A88C  5,54  boutons d'action
     #21302D sur #F1F7F5 12,69  encadre « l'essentiel »
     #0B6E5F sur #F1F7F5  5,68  intitules de l'encadre
     #B4532A sur #FFFFFF  4,99  intitules « symptome » et « signaux d'alerte »
     #B4532A sur #FCF6F2  4,65  meme intitule sur le fond d'alerte
     #A9B6B2 sur #21302D  6,57  textes des trois faits du heros
     #46534F sur #FFFFFF  8,04  textes des cartes
     #21302D sur #FBFAF7 13,19  texte courant
   ===================================================================== */

/* ---------------------------------------------------------------- heros --- */
.aud .aud-hero { background: var(--ink); padding: 44px 0 52px; }
.aud .aud-crumbs { color: var(--on-dark-muted); }
.aud .aud-crumbs a { color: var(--on-dark-muted); border-bottom: 0; }
.aud .aud-crumbs a:hover { color: var(--teal-light); }
.aud .aud-crumbs .current { color: var(--on-dark); }

.aud-hero-grid { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 52px; margin-top: 30px; }
.aud-hero-main { flex: 1 1 560px; min-width: 0; }
.aud .aud-title { color: var(--on-dark); font-size: 50px; margin-top: 18px; max-width: 15em; }
.aud .aud-lead { font-size: 19px; line-height: 1.66; color: var(--on-dark-muted); margin-top: 20px; max-width: 34em; text-wrap: pretty; }

.aud-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.aud .aud-hero-note { font-size: 13.5px; line-height: 1.6; color: var(--on-dark-muted); margin-top: 16px; }

/* Le bouton d'action est le seul aplat colore de la page : il doit rester
   reconnaissable partout ou il apparait, heros, tarifs et bandeau collant. */
.aud .aud-btn-accent {
  display: inline-block; background: var(--accent); color: #06231D;
  font-weight: 600; font-size: 15.5px; padding: 16px 26px; border-radius: 2px;
  border-bottom: 0;
}
.aud .aud-btn-accent:hover { background: var(--teal-light); color: #06231D; }
.aud .aud-btn-lien { font-size: 15px; color: var(--teal-light); border-bottom: 1px solid var(--accent); padding-bottom: 2px; }
.aud .aud-btn-lien:hover { color: var(--on-dark); }

/* Trois faits, pas trois arguments : chacun porte une valeur verifiable. */
.aud-faits { flex: 0 0 300px; display: flex; flex-direction: column; gap: 1px; }
.aud-faits > div { background: #21302D; box-shadow: 0 0 0 1px #22302D; padding: 20px 22px; }
.aud .aud-faits dd { margin: 0; }
.aud .aud-faits-val { font-family: var(--serif); font-size: 32px; line-height: 1.1; color: var(--on-dark); margin-top: 8px; }
.aud .aud-faits-val-sm { font-size: 25px; line-height: 1.2; }
.aud .aud-faits-txt { font-size: 13.5px; line-height: 1.55; color: var(--on-dark-muted); margin-top: 6px; }

/* --------------------------------------------------------------- corps --- */
.aud-main { padding: 56px 0 0; }
.aud .aud-sec { margin-top: 72px; }
.aud .aud-h2 { margin-top: 14px; font-size: 34px; }
.aud .aud-h3 { font-family: var(--serif); font-weight: 500; font-size: 21px; line-height: 1.26; letter-spacing: -.01em; color: var(--ink); margin-top: 12px; }
.aud .aud-p { font-size: 17px; line-height: 1.72; color: var(--body); margin-top: 18px; max-width: 40em; text-wrap: pretty; }
.aud .aud-p-sec { font-size: 16px; color: var(--muted); margin-top: 16px; }

/* ---------------------------------------------------------- l'essentiel --- */
.aud-essentiel { border: 1px solid var(--teal-border); background: var(--teal-tint); padding: 30px 32px; }
.aud-essentiel-grille { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; margin-top: 20px; }
.aud .aud-essentiel-grille .aud-h3 { margin-top: 0; }
.aud .aud-essentiel-grille p { font-size: 15.5px; line-height: 1.62; color: var(--body); margin-top: 10px; }

/* ------------------------------------------------------------- cartes --- */
.aud-symptomes { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.aud-axes { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.aud-livrables { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
/* ⚠️ `:not(.pc-kicker)` N'EST PAS UNE PRECAUTION, C'EST LE CORRECTIF.
   Sans lui, ce selecteur (0,2,0) bat `.pc-kicker-teal` et `.aud-kicker-terra`
   (0,1,0 chacun) : les intitules « Axe 01 » et « Symptôme 01 » sortaient en
   gris, et le code couleur de la page ne servait plus a rien. Mesure au
   debogueur le 13/08/2026 : rgb(70,83,79) au lieu du vert et du terre. */
.aud .pc-cartes p:not(.pc-kicker) { font-size: 15.5px; line-height: 1.62; color: var(--muted); margin-top: 10px; }
.aud .aud-symptomes p:not(.pc-kicker) { color: var(--body); }
.aud-kicker-terra { color: var(--terra); }
.aud .aud-num { font-family: var(--mono); font-size: 22px; line-height: 1; color: var(--primary); }

/* ------------------------------------------------------------- preuve --- */
/* Bloc sombre au milieu d'une page claire : c'est la seule anecdote de la
   page, elle a le droit d'arreter la lecture. */
.aud-preuve { margin-top: 72px; background: var(--ink); padding: 34px 36px; }
.aud .aud-preuve-titre { font-family: var(--serif); font-weight: 500; font-size: 28px; line-height: 1.24; letter-spacing: -.01em; color: var(--on-dark); margin-top: 12px; max-width: 20em; }
.aud .aud-preuve p { font-size: 16.5px; line-height: 1.72; color: var(--on-dark-muted); margin-top: 16px; max-width: 42em; text-wrap: pretty; }

/* ------------------------------------------------------------- etapes --- */
.aud .aud-etapes { display: flex; flex-direction: column; gap: 1px; margin-top: 26px; padding: 0; list-style: none; }
.aud .aud-etapes li {
  background: var(--surface); box-shadow: 0 0 0 1px var(--line);
  padding: 22px 26px; display: flex; flex-wrap: wrap; gap: 22px; align-items: baseline;
}
.aud .aud-etapes .pc-kicker { flex: 0 0 88px; }
.aud-etape-txt { flex: 1 1 320px; min-width: 0; font-size: 15.5px; line-height: 1.62; color: var(--muted); }
.aud-etape-txt strong { font-weight: 600; font-size: 17px; color: var(--ink); }
.aud-etape-jour { font-family: var(--mono); font-size: 13px; color: var(--faint); flex: 0 0 auto; }
.aud .aud-caption { text-align: left; padding: 14px 18px; background: var(--surface); }

/* ------------------------------------------------------------- tarifs --- */
/* Filets portes par les cartes, pas par le conteneur : une rangee incomplete
   laisserait sinon un aplat gris a la place des cartes manquantes. */
.aud-tarifs { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1px; margin-top: 26px; }
.aud-tarif {
  background: var(--surface); box-shadow: 0 0 0 1px var(--line);
  padding: 26px 28px; display: flex; flex-direction: column;
}
.aud .aud-tarif-prix { font-family: var(--serif); font-size: 30px; line-height: 1.1; letter-spacing: -.01em; color: var(--ink); margin-top: 12px; }
.aud .aud-tarif-ht { font-size: 13px; color: var(--faint); margin-top: 6px; }
.aud .aud-tarif .aud-liste { flex: 1 1 auto; }
.aud .aud-tarif-btn {
  margin-top: 22px; text-align: center; box-shadow: inset 0 0 0 1px var(--ink);
  color: var(--ink); font-weight: 500; font-size: 15px; padding: 13px 20px;
  border-radius: 2px; border-bottom: 0;
}
.aud .aud-tarif-btn:hover { background: var(--ink); color: var(--bg); }

/* La formule centrale est celle que Damien vend le plus : elle porte le fond
   sombre, seule difference de traitement. */
.aud-tarif-phare { background: var(--ink); box-shadow: none; }
.aud .aud-tarif-phare .aud-tarif-prix { color: var(--on-dark); }
.aud .aud-tarif-phare .aud-tarif-ht { color: var(--on-dark-muted); }
.aud .aud-tarif-phare .aud-liste li { color: var(--on-dark-muted); }
.aud .aud-tarif-phare .aud-liste li::before { background: var(--teal-light); }
.aud .aud-tarif-btn-accent { background: var(--accent); color: #06231D; font-weight: 600; box-shadow: none; }
.aud .aud-tarif-btn-accent:hover { background: var(--teal-light); color: #06231D; }

.aud .aud-note { max-width: 46em; }

/* -------------------------------------------------------------- listes --- */
.aud .aud-liste { margin-top: 18px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.aud .aud-liste li {
  position: relative; padding-left: 20px;
  font-size: 15px; line-height: 1.58; color: var(--muted); overflow-wrap: anywhere;
}
.aud .aud-liste li::before {
  content: ""; position: absolute; left: 1px; top: .62em;
  width: 7px; height: 1px; background: var(--primary);
}
/* Les signaux d'alerte prennent la teinte terre, comme partout ailleurs sur le
   site : le vert du site est un signal positif, s'en servir ici dirait
   l'inverse de ce que le texte affirme. */
.aud .aud-liste-non li::before { background: var(--terra); }

/* -------------------------------------------------------------- choix --- */
.aud-choix { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; margin-top: 26px; }
.aud-choix-oui { border: 1px solid var(--teal-border); background: var(--teal-tint); padding: 26px 28px; }
.aud-choix-non { border: 1px solid var(--line); border-left: 3px solid var(--terra); background: var(--surface); padding: 26px 28px; }
.aud .aud-choix li { font-size: 15.5px; line-height: 1.6; color: var(--body); }

/* ---------------------------------------------------------------- qui --- */
.aud-qui {
  margin-top: 24px; background: var(--surface); box-shadow: 0 0 0 1px var(--line);
  padding: 30px 32px; display: flex; flex-wrap: wrap; gap: 30px; align-items: flex-start;
}
.aud-qui-portrait { flex: 0 0 132px; }
/* Meme cadrage que les portraits de l'annuaire : haut de l'image, format 4/5. */
.aud-qui-portrait img {
  display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  object-position: 50% 8%; background: var(--line);
}
.aud-qui-txt { flex: 1 1 380px; min-width: 0; }
.aud .aud-qui-txt .aud-p { margin-top: 0; }
.aud .aud-qui-txt .aud-p-sec { margin-top: 16px; }
.aud-qui-liens { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 20px; font-size: 14.5px; }

/* --------------------------------------------------------- formulaire --- */
.aud-form { background: var(--ink); color: var(--on-dark); margin-top: 76px; scroll-margin-top: 90px; }
.aud-form-grid { display: flex; flex-wrap: wrap; gap: 52px; align-items: flex-start; padding-top: 56px; padding-bottom: 60px; }
.aud-form-txt { flex: 1 1 380px; min-width: 0; }
.aud .aud-form-titre { font-family: var(--serif); font-weight: 500; font-size: 34px; line-height: 1.18; letter-spacing: -.01em; color: var(--on-dark); margin-top: 14px; max-width: 15em; text-wrap: balance; }
.aud .aud-form-lead { font-size: 16.5px; line-height: 1.68; color: var(--on-dark-muted); margin-top: 18px; max-width: 34em; }
.aud .aud-form-etapes { margin-top: 26px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 16px; }
.aud .aud-form-etapes li { display: flex; gap: 14px; font-size: 15px; line-height: 1.6; color: var(--on-dark-muted); }
.aud-form-n { font-family: var(--mono); font-size: 12px; color: var(--teal-light); flex: 0 0 auto; padding-top: 3px; }
.aud-form-boite { flex: 1 1 420px; min-width: 0; background: var(--surface); padding: 30px 32px; }
.aud .aud-form-repli { font-size: 15.5px; line-height: 1.65; color: var(--body); margin: 16px 0 18px; }

/* Champs. Le gabarit du formulaire est ecrit dans Contact Form 7 avec ces
   classes ; les selecteurs visent aussi les enveloppes que CF7 ajoute seul. */
.aud-champs { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; }
.aud-ligne { display: flex; flex-wrap: wrap; gap: 16px; }
/* ⚠️ LA BASE FLEXIBLE N'EST POSEE QUE DANS UNE RANGEE.
   `.aud-champs` est une colonne flexible : sur un enfant direct, `flex-basis`
   ne fixe pas une largeur mais une HAUTEUR. Les deux champs pleine largeur
   (« Format envisagé » et « Votre contexte ») sortaient donc a 180px de haut
   pour 77px de contenu, avec un trou de 103px sous le champ. Mesure au
   protocole de debogage : aucune regle ne declarait cette hauteur, elle etait
   calculee par le flex. */
.aud-champ { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.aud-ligne > .aud-champ { flex: 1 1 180px; }
.aud-champ > label { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.aud-champ .wpcf7-form-control-wrap { display: block; }

/* =====================================================================
   Neutralisation des surcharges du theme sur le formulaire
   ---------------------------------------------------------------------
   Recette etablie sur la page Contact le 12/08/2026, relevee au debogueur et
   non supposee. Deux familles de regles gagnaient et donnaient un formulaire
   arrondi avec un bouton vert :
     1. `.wpcf7 input[type="text"], …` dans le style.css du theme enfant impose
        `border-radius:12px !important` et trois autres proprietes. Aucune
        specificite ne bat un `!important` : il faut le sien.
     2. GeneratePress pose `background-color` sur `input[type="submit"]` APRES
        notre `background`, et une longhand placee plus tard bat un raccourci
        place plus tot.
   Cette couche est limitee a `.aud` : les autres formulaires du site gardent
   leur rendu.
   ===================================================================== */
.aud .wpcf7 input[type="text"],
.aud .wpcf7 input[type="email"],
.aud .wpcf7 input[type="url"],
.aud .wpcf7 select,
.aud .wpcf7 textarea {
  border-radius: 0 !important;
  background: var(--surface) !important;
  border: 1px solid var(--line-soft) !important;
  padding: 13px 14px !important;
  font-family: inherit !important;
  font-size: 15.5px !important;
  color: var(--ink) !important;
  width: 100%;
  outline: none;
}
.aud .wpcf7 select {
  padding-right: 42px !important;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%),
                    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 20px) 21px, calc(100% - 14px) 21px;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
}
.aud .wpcf7 textarea { min-height: 140px !important; line-height: 1.6 !important; resize: vertical; }
.aud .wpcf7 input::placeholder, .aud .wpcf7 textarea::placeholder { color: var(--faintest); }
.aud .wpcf7 input[type="text"]:focus,
.aud .wpcf7 input[type="email"]:focus,
.aud .wpcf7 input[type="url"]:focus,
.aud .wpcf7 select:focus,
.aud .wpcf7 textarea:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 1px var(--primary) !important;
}
.aud .wpcf7-submit, .aud input.wpcf7-submit {
  background: var(--accent) !important;
  background-color: var(--accent) !important;
  color: #06231D !important;
  border: 0 !important;
  border-radius: 2px !important;
  padding: 15px 26px !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  font-size: 15.5px !important;
  cursor: pointer;
}
.aud .wpcf7-submit:hover, .aud input.wpcf7-submit:hover { background-color: var(--teal-light) !important; }

.aud-consent { display: flex; gap: 12px; align-items: flex-start; border-top: 1px solid var(--line); padding-top: 18px; }
.aud-consent input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; padding: 0; accent-color: var(--primary); }
.aud-consent .wpcf7-form-control-wrap, .aud-consent .wpcf7-acceptance, .aud-consent .wpcf7-list-item { display: block; margin: 0; }
/* CF7 enferme la case ET son intitule dans un meme `<label>` : l'ecart doit
   donc se jouer la, pas sur le conteneur, sinon les deux se touchent. */
.aud-consent .wpcf7-list-item label { display: flex; gap: 12px; align-items: flex-start; }
.aud-consent label, .aud-consent .wpcf7-list-item-label { font-size: 14.5px; line-height: 1.6; color: var(--muted); }
.aud .aud-mention { font-size: 13px; line-height: 1.55; color: var(--faint); }

/* Le pot de miel doit etre invisible SANS `display:none` ni `hidden` : ces deux
   formes sont detectees par les robots serieux, et ce sont eux qu'on piege. */
.aud-pot { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.aud .wpcf7-not-valid-tip { font-size: 13.5px; color: var(--terra); margin-top: 6px; }
.aud .wpcf7-response-output {
  margin: 22px 0 0; padding: 14px 16px; border: 1px solid var(--line-soft);
  font-size: 14.5px; line-height: 1.6; color: var(--body); border-radius: 0;
}
.aud .wpcf7 form.sent .wpcf7-response-output { border-color: var(--teal-border); background: var(--teal-tint); }
.aud .wpcf7 form.invalid .wpcf7-response-output,
.aud .wpcf7 form.unaccepted .wpcf7-response-output,
.aud .wpcf7 form.spam .wpcf7-response-output { border-color: var(--terra); background: var(--terra-tint); color: var(--terra-ink); }
.aud .wpcf7-spinner { margin-left: 12px; }

/* ----------------------------------------------------------------- bas --- */
.aud-bas { padding-bottom: 90px; }

/* ----------------------------------------------------------------- FAQ --- */
/* `<details>` natif : la FAQ reste lisible et depliable sans JavaScript, ce
   qui compte pour une page qui declare un balisage FAQPage. */
.aud-faq { margin-top: 22px; border-top: 1px solid var(--line); }
.aud-faq details { border-bottom: 1px solid var(--line); }
.aud-faq summary {
  cursor: pointer; padding: 20px 0; display: flex; justify-content: space-between;
  gap: 20px; font-size: 17px; line-height: 1.5; font-weight: 500; color: var(--ink);
  list-style: none;
}
.aud-faq summary::-webkit-details-marker { display: none; }
.aud-faq summary:hover { color: var(--primary); }
.aud-faq summary:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
/* Le signe est ecrit en CSS et non par un script : rien a synchroniser, et il
   est juste des le premier rendu. */
.aud-faq .aud-faq-signe { color: var(--primary); flex: 0 0 auto; font-family: var(--mono); }
.aud-faq .aud-faq-signe::before { content: "+"; }
.aud-faq details[open] .aud-faq-signe::before { content: "−"; }
.aud .aud-faq p { font-size: 15.5px; line-height: 1.7; color: var(--muted); padding-bottom: 22px; max-width: 42em; }

/* -------------------------------------------------------------- villes --- */
.aud .aud-villes {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px 26px; margin-top: 24px; padding: 0; list-style: none;
}
.aud .aud-villes a { font-size: 15px; }

.aud-suite-grille { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.aud .aud-suite-liens { margin-top: 14px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.aud .aud-suite-liens a { font-size: 15px; }

/* ------------------------------------------------------------ bandeau --- */
/* `hidden` est pose par le gabarit et retire par le script : sans JavaScript,
   le bandeau n'apparait jamais, ce qui est le bon comportement pour un rappel
   qui depend du defilement. La garde `[hidden]` est indispensable, une
   declaration `display` d'auteur annulerait sinon l'attribut. */
.aud .aud-sticky[hidden] { display: none !important; }
.aud-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
  background: var(--ink); box-shadow: 0 -1px 0 #22302D;
  transform: translateY(110%); transition: transform .25s ease;
}
.aud-sticky.est-visible { transform: translateY(0); }
.aud-sticky-inner {
  padding-top: 14px; padding-bottom: 14px;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.aud .aud-sticky p { font-size: 14.5px; line-height: 1.5; color: var(--on-dark-muted); }
.aud .aud-sticky .aud-btn-accent { padding: 12px 22px; font-size: 14.5px; }

/* ---------------------------------------------------------- responsive --- */
@media (max-width: 1080px) {
  .aud .aud-title { font-size: 42px; }
  .aud-faits { flex: 0 0 260px; }
}

@media (max-width: 900px) {
  .aud .aud-hero { padding: 30px 0 38px; }
  .aud-hero-grid { gap: 32px; margin-top: 24px; }
  .aud .aud-title { font-size: 34px; max-width: none; }
  .aud .aud-lead { font-size: 17px; }
  /* Les trois faits passent sous le texte, jamais devant le titre : l'ordre du
     DOM l'impose deja, la mise en page ne doit pas le contredire. */
  .aud-faits { flex: 1 1 100%; }
  .aud-main { padding-top: 40px; }
  .aud .aud-sec { margin-top: 56px; }
  .aud .aud-h2 { font-size: 28px; }
  .aud-essentiel { padding: 24px 22px; }
  .aud-preuve { margin-top: 56px; padding: 26px 22px; }
  .aud .aud-preuve-titre { font-size: 24px; }
  .aud-form { margin-top: 56px; }
  .aud-form-grid { gap: 34px; padding-top: 40px; padding-bottom: 44px; }
  .aud .aud-form-titre { font-size: 28px; }
  .aud-form-boite { padding: 24px 22px; }
  .aud-qui { padding: 24px 22px; }
  .aud .aud-etapes li { padding: 20px 22px; gap: 12px 20px; }
  .aud .aud-etapes .pc-kicker { flex: 0 0 100%; }
  .aud-etape-jour { flex: 0 0 100%; }
  .aud-bas { padding-bottom: 70px; }
}

@media (max-width: 560px) {
  .aud .aud-title { font-size: 28px; }
  .aud .aud-h2 { font-size: 25px; }
  .aud .aud-btn-accent { display: block; text-align: center; }
  .aud-hero-actions { gap: 14px; }
  .aud-qui-portrait { flex: 1 1 100%; max-width: 132px; }
  .aud .aud-sticky p { display: none; }
  .aud .aud-sticky .aud-btn-accent { flex: 1 1 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .aud-sticky { transition: none; }
}
