/* =========================================================
   Buchinger · Borghi — Campagne départementale 2026
   Charte : Bleu #163A70 · Rouge #C92828 · Ivoire #F4F0E8
   Titres : Rethink Sans · Corps : Inter
   ========================================================= */

:root {
  --blue:      #163A70;
  --blue-deep: #0f2b54;
  --blue-soft: #23508f;
  --red:       #C92828;
  --red-dark:  #a91f1f;
  --ivory:     #F4F0E8;
  --ivory-2:   #ece6da;
  --ink:       #14213a;
  --muted:     #5a6579;
  --white:     #ffffff;

  --maxw: 1180px;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 18px 44px rgba(15, 43, 84, 0.14);
  --shadow-sm: 0 6px 18px rgba(15, 43, 84, 0.10);
  --font-title: "Rethink Sans", system-ui, "Segoe UI", sans-serif;
  --font-body: "Inter", system-ui, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 118px; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-title); font-weight: 700; line-height: 1.08; margin: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.dot { color: var(--red); }

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5em;
  font-family: var(--font-title);
  font-weight: 600; font-size: .98rem;
  padding: .82em 1.5em;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--accent { background: var(--red); color: #fff; box-shadow: 0 3px 8px rgba(201,40,40,.14); }
.btn--accent:hover { background: var(--red-dark); }
.btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn--blue { background: var(--blue); color: #fff; }
.btn--blue:hover { background: var(--blue-deep); }
.btn--block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar {
  background: var(--blue);
  color: #fff;
  font-size: .82rem;
}
.topbar__inner {
  display: flex; align-items: center; gap: 14px;
  padding: 8px 22px; flex-wrap: wrap; justify-content: center;
  text-align: center;
}
.topbar__pill {
  font-family: var(--font-title); font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; font-size: .72rem;
  background: rgba(255,255,255,.16); padding: 3px 10px; border-radius: 999px;
}
.topbar__text sup { font-size: .6em; }

/* ---------- Navigation ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: #fff;
  border-bottom: 1px solid rgba(22,58,112,.10);
  transition: box-shadow .25s ease, background .25s ease;
}
.nav.is-scrolled { box-shadow: 0 6px 20px rgba(15,43,84,.10); background: #fff; }
.nav__inner { display: flex; align-items: center; gap: 22px; height: 72px; }

.nav__brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.nav__collapse { display: flex; flex: 1 1 auto; align-items: center; gap: 22px; }
.nav__brand-mark { width: 40px; height: 40px; border-radius: 10px; display: block; object-fit: contain; }
.nav__brand-name { font-family: var(--font-title); font-weight: 700; color: var(--blue); font-size: 1.05rem; white-space: nowrap; }
.nav__brand-name span { color: var(--red); }

.nav__menu { flex: 1 1 auto; display: flex; justify-content: center; align-items: center; gap: 30px; }
.nav__menu a {
  font-family: var(--font-title); font-weight: 600; color: var(--blue);
  font-size: .96rem; position: relative; padding: 4px 0;
}
.nav__menu a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--red); transition: width .22s ease;
}
.nav__menu a:not(.btn):hover::after, .nav__menu a.is-active::after { width: 100%; }
.nav__cta { color: #fff !important; padding: .62em 1.85em; font-size: .92rem; letter-spacing: .01em; flex: 0 0 auto; }

.nav__close { display: none; }
.nav__burger { display: none; background: none; border: 0; cursor: pointer; width: 42px; height: 42px; padding: 9px; }
.nav__burger span { display: block; height: 2.5px; background: var(--blue); border-radius: 3px; margin: 4px 0; transition: .25s; }

/* ---------- Hero (split : photo pleine hauteur à gauche · aplat + texte à droite) ---------- */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 112px); }
.hero__photo { position: relative; overflow: hidden; background: var(--ivory-2); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

.hero__right { display: flex; flex-direction: column; min-width: 0; }
.hero__band {
  flex: 1 1 auto; background: var(--blue); color: #fff;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  gap: 30px; padding: 5vh 5vw;
}
.hero__title { margin: 0; }
.hero__title-main { display: block; font-family: var(--font-title); font-weight: 800; font-size: clamp(1.7rem, 3vw, 2.9rem); color: #fff; line-height: 1.04; letter-spacing: -.01em; }
.hero__title-script { display: block; font-family: "Caveat", cursive; font-weight: 700; font-size: clamp(3rem, 6.4vw, 5.2rem); color: #fff; line-height: .82; margin-top: 4px; }
.hero__title-script::after { content: ""; display: block; width: 66px; height: 5px; background: var(--red); border-radius: 3px; margin-top: 16px; }

/* Widget rappel agenda (carte claire, dans l'aplat bleu) */
.widget { border-radius: 16px; padding: 20px 22px; max-width: 470px; width: 100%; }
.widget--light { background: #fff; color: var(--ink); box-shadow: 0 18px 44px rgba(6,20,44,.30); }
.widget__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(22,58,112,.12); }
.widget__title { font-family: var(--font-title); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; color: var(--blue); }
.widget__all { font-family: var(--font-title); font-weight: 600; font-size: .78rem; color: var(--red); white-space: nowrap; }
.widget__all:hover { color: var(--red-dark); }
.widget__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.widget__item { display: flex; align-items: center; gap: 13px; line-height: 1.3; }
.widget__date { flex: 0 0 auto; background: var(--blue); color: #fff; border-radius: 10px; padding: 8px 11px; font-family: var(--font-title); font-weight: 800; font-size: 1.02rem; white-space: nowrap; }
.widget__info { font-size: .92rem; color: #4b5568; }
.widget__info b { font-family: var(--font-title); font-weight: 700; color: var(--blue); }
.widget__sep { color: var(--red); font-weight: 800; margin: 0 3px; }
.widget__countdown { margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(22,58,112,.12); font-size: .86rem; color: #4b5568; }
.widget__countdown strong { font-family: var(--font-title); color: var(--red); }

.hero__text { background: #fff; padding: 5vh 5vw; }
.hero__lead { font-family: var(--font-title); font-weight: 800; color: var(--blue); font-size: 1.25rem; margin: 0 0 12px; }
.hero__text p { color: #33405a; font-size: 1.02rem; margin: 0 0 14px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }
.btn--outline { background: transparent; color: var(--blue); border-color: rgba(22,58,112,.4); }
.btn--outline:hover { background: rgba(22,58,112,.06); border-color: var(--blue); }

/* ---------- Sections génériques ---------- */
.section { padding: 84px 0; }
.section__head { max-width: 44em; margin: 0 auto 48px; text-align: center; }
.section__kicker {
  display: inline-block; font-family: var(--font-title); font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; color: var(--red);
  margin-bottom: 12px; position: relative; padding-bottom: 10px;
}
.section__kicker::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 34px; height: 3px; background: var(--red); border-radius: 3px; }
.section__title { font-size: clamp(1.7rem, 3.2vw, 2.5rem); color: var(--blue); }
.section__intro { color: var(--muted); font-size: 1.05rem; margin-top: 14px; }
.section__head--light .section__kicker { color: var(--red); }
.section__head--light .section__kicker::after { background: var(--red); }
.section__head--light .section__title { color: #fff; }
.section__head--light .section__intro { color: #d6e0f1; }

/* ---------- À propos ---------- */
.section--about { background: var(--white); }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.person {
  background: var(--ivory); border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(22,58,112,.08); display: flex; flex-direction: column;
}
.person__photo { aspect-ratio: 4/3; overflow: hidden; background: var(--ivory-2); }
.person__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.person__body { padding: 26px 28px 30px; }
.person__role { font-family: var(--font-title); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: .74rem; color: var(--red); margin: 0 0 4px; }
.person__name { font-size: 1.6rem; color: var(--blue); margin-bottom: 12px; }
.person__body p { margin: 0 0 12px; color: #33405a; font-size: .98rem; }
.is-placeholder { color: var(--muted); font-style: italic; }
.lorem-tag {
  display: inline-block; font-style: normal; font-family: var(--font-title); font-weight: 600;
  font-size: .68rem; text-transform: uppercase; letter-spacing: .06em;
  background: rgba(201,40,40,.10); color: var(--red); padding: 2px 9px; border-radius: 999px; margin-right: 8px;
}
/* Bande citation (fond bleu, centrée) */
.quote-band { background: var(--blue); color: #fff; text-align: center; padding: 84px 0; }
.quote-band .wrap { max-width: 900px; }
.quote-band__mark { display: block; height: 40px; line-height: 0; font-family: Georgia, "Times New Roman", serif; font-size: 5.5rem; color: var(--red); }
.quote-band__text {
  font-family: var(--font-title); font-weight: 700; font-style: normal;
  font-size: clamp(1.55rem, 3.3vw, 2.35rem); line-height: 1.28; margin: 8px auto 22px; max-width: 20em;
}
.quote-band__cite { font-family: var(--font-title); font-weight: 600; color: var(--red); font-size: 1.1rem; margin: 0; }

/* ---------- Nos engagements (accordéon) ---------- */
.section--priorities { background: var(--blue); position: relative; }
.priorities__title { font-size: clamp(2.2rem, 4.6vw, 3.4rem); color: #fff; text-align: center; }
.priorities__intro { text-align: center; color: #cddcf3; font-size: 1.08rem; margin: 16px auto 46px; max-width: 42em; }

.accordion { display: flex; flex-direction: column; gap: 18px; max-width: 1000px; margin: 0 auto; }
.acc {
  background: var(--ivory); border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 10px 26px rgba(6,20,44,.22);
}
.acc__header {
  width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 28px 34px; font-family: var(--font-title);
}
.acc__title { font-size: clamp(1.2rem, 2.4vw, 1.65rem); font-weight: 800; color: var(--blue); line-height: 1.14; }
.acc__num { color: var(--red); font-weight: 800; margin-right: 6px; }
.acc__icon { flex: 0 0 auto; position: relative; width: 30px; height: 30px; }
.acc__icon::before, .acc__icon::after {
  content: ""; position: absolute; background: var(--red); border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease;
}
.acc__icon::before { top: 50%; left: 0; width: 100%; height: 3px; transform: translateY(-50%); }
.acc__icon::after  { left: 50%; top: 0; width: 3px; height: 100%; transform: translateX(-50%); }
.acc.is-open .acc__icon::after { transform: translateX(-50%) scaleY(0); opacity: 0; }
.acc__panel { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.acc__inner { padding: 0 34px 32px; }
.acc__inner::before { content: ""; display: block; height: 1px; background: rgba(22,58,112,.16); margin-bottom: 24px; }
.acc__lead { color: #2c3a56; font-size: 1.08rem; font-weight: 500; margin: 0 0 20px; max-width: 52em; }
.acc__points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; margin: 0; padding: 0; list-style: none; }
.acc__points li { position: relative; padding-left: 32px; color: #33405a; }
.acc__points li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; width: 21px; height: 21px; border-radius: 50%;
  background: var(--blue); color: #fff; font-size: .72rem; display: grid; place-items: center;
}

/* ---------- Modale ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.is-open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(11,28,58,.6); backdrop-filter: blur(3px); }
.modal__dialog {
  position: relative; max-width: 560px; margin: 8vh auto 0; background: #fff;
  border-radius: var(--radius); padding: 40px 38px 42px; box-shadow: var(--shadow);
  animation: pop .25s ease; max-height: 82vh; overflow: auto;
}
@keyframes pop { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }
.modal__close { position: absolute; top: 14px; right: 16px; background: none; border: 0; font-size: 2rem; line-height: 1; color: var(--muted); cursor: pointer; }
.modal__close:hover { color: var(--red); }
.modal__num { font-family: var(--font-title); font-weight: 800; color: #fff; background: var(--red); width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 1.2rem; }
.modal__kicker { font-family: var(--font-title); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; color: var(--red); }
.modal__title { color: var(--blue); font-size: 1.6rem; margin: 16px 0 10px; }
#support-modal .modal__title { margin-top: 8px; }
.modal__lead { color: #33405a; margin: 0 0 18px; }

/* Formulaire « Soutenir » */
.form { display: flex; flex-direction: column; gap: 16px; }
.form[hidden], .form__success[hidden] { display: none; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__field { display: flex; flex-direction: column; gap: 6px; }
.form__field span { font-family: var(--font-title); font-weight: 600; font-size: .82rem; color: var(--blue); }
.form__field input {
  font-family: var(--font-body); font-size: 1rem; padding: .72em .9em; border: 1.5px solid rgba(22,58,112,.22);
  border-radius: 10px; background: var(--ivory); color: var(--ink); transition: border-color .2s ease, background .2s ease;
}
.form__field input:focus { outline: none; border-color: var(--blue); background: #fff; }
.form__field input.is-touched:invalid { border-color: var(--red); }
.form__check { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: #33405a; cursor: pointer; }
.form__check input { margin-top: 3px; width: 18px; height: 18px; accent-color: var(--red); flex: 0 0 auto; }
.form__note { font-size: .78rem; color: var(--muted); margin: 2px 0 0; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__error { font-size: .85rem; color: var(--red); background: #fdecec; border-radius: 8px; padding: 10px 12px; margin: 0; }
.form button[type="submit"][disabled] { opacity: .6; cursor: progress; }
.form__success { text-align: center; padding: 18px 0 6px; }
.form__success-icon { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%; background: var(--blue); color: #fff; font-size: 1.9rem; display: grid; place-items: center; }
.form__success h3 { color: var(--blue); font-size: 1.5rem; margin-bottom: 10px; }
.form__success p { color: #33405a; margin: 0 0 22px; }
.modal__list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
.modal__list li { position: relative; padding-left: 30px; color: #33405a; }
.modal__list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #fff; background: var(--blue); width: 20px; height: 20px; border-radius: 50%; font-size: .72rem; display: grid; place-items: center; }

/* ---------- Profession de foi ---------- */
.section--pledge { background: var(--ivory); }
.foi { max-width: 720px; margin: 0 auto; }
.foi__sheet {
  position: relative; background: #fffdf8; border: 1px solid #e4ddcd;
  border-radius: 6px; padding: 54px 56px 46px; box-shadow: var(--shadow);
  background-image: repeating-linear-gradient(transparent, transparent 33px, rgba(22,58,112,.06) 34px);
  aspect-ratio: 1 / 1.414; overflow: hidden;
}
.foi__specimen {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(-24deg);
  font-family: var(--font-title); font-weight: 800; font-size: clamp(3rem, 9vw, 6rem);
  color: rgba(201,40,40,.09); letter-spacing: .1em; pointer-events: none; white-space: nowrap;
}
.foi__hand { font-family: "Segoe Script", "Bradley Hand", "Comic Sans MS", cursive; color: #26324c; font-size: 1.06rem; line-height: 34px; margin: 0 0 18px; }
.foi__hand--lead { font-weight: 600; }
.foi__sign { font-family: "Segoe Script", "Bradley Hand", cursive; color: var(--blue); font-size: 1.25rem; text-align: right; margin-top: 30px; }
.foi__note { text-align: center; color: var(--muted); font-size: .9rem; margin-top: 20px; font-style: italic; }

/* ---------- Agenda ---------- */
.section--agenda { background: var(--white); }
.agenda { list-style: none; margin: 0 auto; padding: 0; max-width: 780px; counter-reset: none; }
.agenda__item {
  display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: center;
  padding: 20px 22px; border-radius: var(--radius-sm); border: 1px solid rgba(22,58,112,.10);
  margin-bottom: 14px; transition: box-shadow .2s ease, transform .2s ease; background: #fff;
}
.agenda__item:hover { box-shadow: var(--shadow-sm); transform: translateX(4px); }
.agenda__item.is-vote { background: linear-gradient(90deg, rgba(201,40,40,.06), transparent); border-color: rgba(201,40,40,.35); }
.agenda__item.is-past { opacity: .5; }
.agenda__date { text-align: center; border-right: 2px solid rgba(22,58,112,.12); padding-right: 18px; }
.agenda__date .d { font-family: var(--font-title); font-weight: 800; font-size: 1.7rem; color: var(--blue); line-height: 1; }
.agenda__date .m { font-family: var(--font-title); text-transform: uppercase; letter-spacing: .06em; font-size: .72rem; color: var(--red); }
.agenda__item.is-vote .agenda__date .d { color: var(--red); }
.agenda__title { font-family: var(--font-title); font-weight: 700; color: var(--blue); font-size: 1.08rem; }
.agenda__place { color: var(--muted); font-size: .9rem; }
.agenda__badge { display: inline-block; font-family: var(--font-title); font-weight: 600; font-size: .66rem; text-transform: uppercase; letter-spacing: .06em; background: var(--red); color: #fff; padding: 2px 9px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }

/* ---------- Partage ---------- */
.section--share { background: var(--blue); }
.share { text-align: center; max-width: 640px; margin: 0 auto; }
.share__title { color: #fff; font-size: clamp(1.6rem,3vw,2.2rem); }
.share__text { color: #cfdcef; margin: 14px 0 28px; }
.share__buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.share__btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-family: var(--font-title); font-weight: 600; font-size: .92rem;
  background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.2);
  padding: .7em 1.2em; border-radius: 999px; transition: background .2s ease, transform .15s ease;
}
.share__btn:hover { background: rgba(255,255,255,.22); transform: translateY(-2px); }
.share__btn svg { width: 18px; height: 18px; fill: currentColor; }
.share__btn.is-copied { background: #fff; color: var(--blue); }

/* ---------- Footer ---------- */
.footer { background: var(--blue-deep); color: #fff; padding: 56px 0 34px; }
.footer__inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.footer__thanks { font-family: var(--font-title); font-weight: 800; font-size: clamp(1.6rem,3vw,2.3rem); margin: 0; line-height: 1.1; }
.footer__thanks span { color: var(--red); }
.footer__meta { text-align: right; color: #b9c7de; font-size: .9rem; }
.footer__meta p { margin: 0 0 4px; }
.footer__brand { font-family: var(--font-title); font-weight: 700; color: #fff !important; font-size: 1.05rem; }
.footer__slogan { margin-top: 16px !important; font-family: var(--font-title); font-weight: 700; font-size: 1.02rem; color: var(--red) !important; }
.footer__legal-link { margin-top: 14px; background: none; border: 0; padding: 0; cursor: pointer; font-family: var(--font-body); font-size: .82rem; color: #9fb0cc; text-decoration: underline; text-underline-offset: 3px; }
.footer__legal-link:hover { color: #fff; }

/* Contenu mentions légales */
.legal { color: #33405a; }
.legal h4 { font-family: var(--font-title); font-weight: 700; color: var(--blue); font-size: 1rem; margin: 18px 0 6px; }
.legal h4:first-child { margin-top: 4px; }
.legal p { margin: 0 0 6px; font-size: .93rem; line-height: 1.55; }
.legal em { color: var(--muted); font-style: italic; }
.legal__note { margin-top: 18px !important; font-size: .8rem; color: var(--muted); font-style: italic; border-top: 1px solid rgba(22,58,112,.12); padding-top: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero__photo { height: 46vh; }
  .about__grid { grid-template-columns: 1fr; }
  .acc__points { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; }
  .footer__meta { text-align: left; }
}

@media (max-width: 720px) {
  html { scroll-padding-top: 96px; }
  .topbar__text { display: none; }
  .nav__inner { position: relative; justify-content: center; }
  .nav__brand { flex: 0 0 auto; }
  .nav__burger { display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
  .nav__close {
    display: block; position: absolute; top: 22px; right: 26px;
    background: none; border: 0; font-size: 2.3rem; line-height: 1; color: var(--blue); cursor: pointer; padding: 0;
  }
  .nav__collapse {
    position: fixed; inset: 0 0 0 auto; width: min(80%, 320px);
    background: #fff; flex-direction: column; align-items: flex-start;
    padding: 96px 30px 40px; gap: 26px; transform: translateX(100%);
    transition: transform .3s ease; box-shadow: -10px 0 40px rgba(0,0,0,.2);
  }
  .nav__collapse.is-open { transform: translateX(0); }
  .nav__menu { flex-direction: column; align-items: flex-start; gap: 22px; width: 100%; }
  .nav__cta { width: 100%; }
  .burger-open .nav__burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .burger-open .nav__burger span:nth-child(2) { opacity: 0; }
  .burger-open .nav__burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .section { padding: 60px 0; }
  .foi__sheet { padding: 40px 26px; }
  .agenda__item { grid-template-columns: 74px 1fr; gap: 14px; padding: 16px; }
  .form__row { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero__actions .btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
