/* FAQ page-owned visual system: the shared shell remains the structural baseline. */
:root {
  --faq-blue: #064fd7;
  --faq-deep: #101114;
  --faq-ink: #17181c;
  --faq-muted: #5d616b;
  --faq-paper: #f4f5f7;
  --faq-line: #d6dae2;
  --faq-lime: #d7ff43;
  --faq-violet: #aaa1ff;
  --faq-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --faq-body: Arial, sans-serif;
}

html { scroll-behavior: smooth; }
.faq-page { background: var(--faq-paper); color: var(--faq-ink); font-family: var(--faq-body); }
.faq-page > header { position: relative; z-index: 10; min-height: 109px; background: #064fd7; opacity: 1; }
.faq-page > header [data-homepage-region-content] { min-height: 109px; }
.faq-page > header a { text-decoration: none; }
.faq-page > main { min-width: 0; overflow: visible; }

.faq-main { background: var(--faq-paper); }
.faq-section { position: relative; width: 100%; border-top: 1px solid var(--faq-line); }
.faq-section__label { color: var(--faq-blue); font: 700 .78rem/1 var(--faq-body); letter-spacing: .14em; }
.faq-section__content { min-width: 0; }
.faq-kicker { margin: 0; color: var(--faq-blue); font: 700 .78rem/1 var(--faq-body); letter-spacing: .14em; }

.faq-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); min-height: 600px; padding: clamp(3.75rem, 8vw, 8rem) clamp(1.25rem, 10.4vw, 12.5rem) clamp(4rem, 8vw, 8rem); background: #fff; border-top: 0; }
.faq-intro__frame { display: flex; flex-direction: column; justify-content: center; max-width: 720px; padding-right: clamp(1rem, 5vw, 5rem); }
.faq-intro h1 { max-width: 740px; margin: 1.2rem 0 1.5rem; color: var(--faq-deep); font: 700 clamp(4rem, 9.5vw, 9.2rem)/.84 var(--faq-display); letter-spacing: -.055em; text-transform: uppercase; }
.faq-intro__lead { max-width: 590px; margin: 0; color: var(--faq-muted); font-size: clamp(1.12rem, 1.6vw, 1.4rem); line-height: 1.5; }
.faq-intro__signal { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2.5rem; }
.faq-intro__signal span { padding: .65rem .8rem; border: 1px solid var(--faq-ink); color: var(--faq-ink); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.faq-intro__image { align-self: stretch; min-height: 330px; background: var(--faq-deep); overflow: hidden; }
.faq-intro__image img { width: 100%; height: 100%; min-height: 330px; display: block; object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.05); }

.faq-reading, .faq-criteria, .faq-platforms, .faq-mobile, .faq-cookies, .faq-contact, .faq-legal { display: grid; grid-template-columns: minmax(150px, .25fr) minmax(0, .75fr); gap: clamp(1.5rem, 8vw, 9rem); padding: clamp(3.75rem, 7vw, 7rem) clamp(1.25rem, 10.4vw, 12.5rem); }
.faq-reading { background: var(--faq-blue); color: #fff; border-top: 0; }
.faq-reading .faq-section__label { color: var(--faq-lime); }
.faq-reading .faq-section__content { max-width: 850px; }
.faq-section h2 { margin: 0 0 2rem; color: currentColor; font: 700 clamp(2.6rem, 5vw, 5.3rem)/.9 var(--faq-display); letter-spacing: -.045em; text-transform: uppercase; }
.faq-item { border-top: 1px solid currentColor; }
.faq-item:last-child { border-bottom: 1px solid currentColor; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; padding: 1rem 0; cursor: pointer; list-style: none; font: 700 clamp(1.15rem, 1.8vw, 1.55rem)/1.12 var(--faq-display); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 auto; color: var(--faq-blue); font: 400 2rem/1 var(--faq-body); }
.faq-reading .faq-item summary::after { color: var(--faq-lime); }
.faq-item[open] summary::after { content: "−"; }
.faq-item__answer { max-width: 720px; padding: 0 2.5rem 1.5rem 0; color: var(--faq-muted); font-size: 1rem; line-height: 1.7; }
.faq-reading .faq-item__answer { color: rgb(255 255 255 / 82%); }
.faq-item__answer p { margin: 0 0 1rem; }
.faq-item__answer p:last-child { margin-bottom: 0; }
.faq-item__answer a { color: var(--faq-blue); font-weight: 700; text-underline-offset: .2em; }
.faq-reading .faq-item__answer a { color: var(--faq-lime); }

.faq-criteria { background: #fff; }
.faq-platforms { background: #e9ebf0; }
.faq-mobile { background: var(--faq-deep); color: #fff; }
.faq-mobile .faq-section__label { color: var(--faq-violet); }
.faq-mobile .faq-item__answer { color: rgb(255 255 255 / 75%); }
.faq-mobile .faq-item summary::after { color: var(--faq-violet); }
.faq-cookies { background: var(--faq-lime); }
.faq-cookies .faq-section__label { color: var(--faq-deep); }
.faq-cookies .faq-item__answer { color: #2e3511; }
.faq-cookies .faq-item summary::after { color: var(--faq-deep); }

.faq-contact { background: #fff; }
.faq-contact__form { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--faq-ink); }
.faq-contact__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.faq-field { display: flex; flex-direction: column; min-width: 0; }
.faq-field--wide { grid-column: 1 / -1; }
.faq-field label { margin-bottom: .45rem; color: var(--faq-ink); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.faq-field input, .faq-field textarea { width: 100%; min-height: 48px; padding: .8rem .9rem; border: 1px solid #aeb4c0; border-radius: 0; background: #fff; color: var(--faq-ink); font: 1rem/1.35 var(--faq-body); }
.faq-field textarea { min-height: 126px; resize: vertical; }
.faq-field input:focus, .faq-field textarea:focus { border-color: var(--faq-blue); outline: 3px solid rgb(6 79 215 / 20%); outline-offset: 1px; }
.faq-field input[aria-invalid="true"], .faq-field textarea[aria-invalid="true"] { border-color: #b00020; }
.faq-field__error { min-height: 1.35rem; padding-top: .3rem; color: #9b001d; font-size: .8rem; }
.faq-contact__submit { min-height: 52px; margin-top: 1rem; padding: .8rem 1.3rem; border: 0; background: var(--faq-blue); color: #fff; cursor: pointer; font: 700 1rem/1 var(--faq-display); letter-spacing: .04em; text-transform: uppercase; }
.faq-contact__submit:hover, .faq-contact__submit:focus-visible { background: var(--faq-deep); }
.faq-contact__status { min-height: 1.4rem; margin: 1rem 0 0; color: var(--faq-muted); font-size: .9rem; }

.faq-legal { background: #fff; }
.faq-legal .faq-item__answer strong { color: var(--faq-blue); }
.faq-next { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(3.5rem, 7vw, 7rem) clamp(1.25rem, 10.4vw, 12.5rem); background: var(--faq-violet); border-bottom: 1px solid var(--faq-line); }
.faq-next__content { max-width: 710px; }
.faq-next h2 { margin-top: 1rem; margin-bottom: 1.2rem; color: var(--faq-deep); }
.faq-next p:not(.faq-kicker) { max-width: 570px; margin: 0; color: #27233f; font-size: 1.1rem; line-height: 1.55; }
.faq-next__link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 2rem; color: var(--faq-deep); font-weight: 700; text-underline-offset: .25em; }
.faq-next__link span { font-size: 1.25rem; }
.faq-next__mark { flex: 0 0 auto; color: var(--faq-deep); font: 700 clamp(4rem, 9vw, 9rem)/.75 var(--faq-display); letter-spacing: -.08em; text-align: right; }
.faq-next__mark span { font-size: .55em; letter-spacing: -.04em; }

.site-footer__nav { grid-template-columns: repeat(4, minmax(0, max-content)); grid-template-rows: repeat(3, max-content); }
.site-footer__link { color: inherit; text-decoration: none; }
.site-footer__endline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-footer__consent { appearance: none; min-height: 2.75rem; padding: .6rem 1rem; border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.site-footer__consent:hover, .site-footer__consent:focus-visible { background: #fff; color: var(--faq-blue); }
.faq-page a:focus-visible, .faq-page button:focus-visible, .faq-page summary:focus-visible { outline: 3px solid var(--faq-lime); outline-offset: 3px; }
.faq-search-results { position: absolute; z-index: 2; right: 0; left: 0; display: grid; gap: .35rem; max-width: 900px; margin: .75rem auto 0; padding: .5rem; background: #f4f5f7; box-shadow: 0 12px 24px rgb(0 0 0 / 18%); color: var(--faq-ink); }
.faq-search-results[hidden] { display: none; }
.faq-search-results__item { display: grid; gap: .2rem; padding: .75rem; color: var(--faq-ink) !important; text-decoration: none; }
.faq-search-results__item:hover, .faq-search-results__item:focus-visible { background: #fff; }
.faq-search-results__item strong { font: 700 1.1rem/1.1 var(--faq-display); }
.faq-search-results__item span { font: .9rem/1.35 var(--faq-body); }

@media (max-width: 900px) {
  .faq-intro { grid-template-columns: minmax(0, 1fr); }
  .faq-intro__frame { padding-right: 0; }
  .faq-intro__image { min-height: 280px; margin-top: 2rem; }
  .faq-intro__image img { min-height: 280px; max-height: 380px; }
  .faq-reading, .faq-criteria, .faq-platforms, .faq-mobile, .faq-cookies, .faq-contact, .faq-legal { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq-section__label { margin-bottom: .3rem; }
  .faq-next__mark { font-size: clamp(4rem, 14vw, 8rem); }
  .site-footer__nav { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; grid-auto-flow: row; width: 100%; }
}

@media (max-width: 600px) {
  .faq-page > header, .faq-page > header [data-homepage-region-content] { min-height: 84px; }
  .faq-intro { min-height: auto; padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .faq-intro h1 { font-size: clamp(3.6rem, 18vw, 6rem); }
  .faq-intro__lead { font-size: 1.05rem; }
  .faq-intro__signal span { font-size: .66rem; }
  .faq-reading, .faq-criteria, .faq-platforms, .faq-mobile, .faq-cookies, .faq-contact, .faq-legal, .faq-next { padding: 3.5rem 1.25rem; }
  .faq-section h2 { font-size: clamp(2.6rem, 14vw, 4.5rem); }
  .faq-item summary { min-height: 66px; font-size: 1.2rem; }
  .faq-item__answer { padding-right: 0; font-size: .97rem; }
  .faq-contact__fields { grid-template-columns: 1fr; gap: .5rem; }
  .faq-field--wide { grid-column: auto; }
  .faq-next { align-items: flex-start; flex-direction: column; }
  .faq-next__mark { align-self: flex-end; font-size: 5rem; }
  .site-footer__nav { grid-template-columns: 1fr; }
  .site-footer__endline { align-items: stretch; flex-direction: column; text-align: center; }
  .site-footer__consent { align-self: center; }
  [data-consent-layout="split"] aside { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
