.btn.fonce { background: var(--ai); }
.btn.fonce:hover { background: var(--ai-deep); }
.hero-page-photo {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center 35%; opacity: .4;
  }
.hero-page .sous {
    margin-top: 20px; max-width: 52ch; font-size: 1.06rem; color: rgba(255,255,255,.85);
    animation: monte .9s cubic-bezier(.22,.61,.36,1) both .6s;
  }
.tarifs { padding: 100px 0 90px; }
.tarifs-intro {
    max-width: 62ch; color: var(--pierre); font-size: 1.05rem; line-height: 1.75;
    margin-bottom: 60px;
  }
.tarifs-grille {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    border: 1px solid var(--ligne);
    border-radius: 4px;
    overflow: hidden;
  }
@media (max-width: 780px) {
    .tarifs-grille { grid-template-columns: 1fr; gap: 0; border-radius: 4px; }
    .tarifs-grille .tarif-carte:not(:last-child) { border-bottom: 1px solid var(--ligne); }
  }
.tarif-carte {
    background: var(--blanc);
    padding: 44px 36px 40px;
    display: flex; flex-direction: column; gap: 0;
    position: relative;
  }
.tarif-carte.vedette {
    background: var(--ai-deep); color: var(--blanc);
  }
.tarif-label {
    font-family: var(--body); font-size: .74rem; font-weight: 700;
    letter-spacing: .12em; text-transform: uppercase;
    color: var(--pierre); margin-bottom: 20px;
  }
.tarif-carte.vedette .tarif-label { color: var(--shu-tint); }
.tarif-jp {
    font-family: var(--display); font-size: 2.4rem;
    color: rgba(7,23,40,.08); line-height: 1;
    position: absolute; top: 20px; right: 24px;
    user-select: none; pointer-events: none;
  }
.tarif-carte.vedette .tarif-jp { color: rgba(255,255,255,.06); }
.tarif-prix {
    display: flex; align-items: flex-end; gap: 6px;
    margin-bottom: 6px;
  }
.tarif-prix .montant {
    font-family: var(--display); font-weight: 600;
    font-size: clamp(2.8rem, 5vw, 3.6rem); line-height: 1; color: var(--shu);
  }
.tarif-carte.vedette .tarif-prix .montant { color: var(--shu-tint); }
.tarif-prix .devise {
    font-family: var(--display); font-size: 1.2rem; font-weight: 400;
    color: var(--pierre); margin-bottom: 8px;
  }
.tarif-carte.vedette .tarif-prix .devise { color: rgba(255,255,255,.6); }
.tarif-periode {
    font-size: .82rem; color: var(--pierre); margin-bottom: 28px;
    letter-spacing: .04em;
  }
.tarif-carte.vedette .tarif-periode { color: rgba(255,255,255,.55); }
.tarif-sep {
    height: 1px; background: var(--ligne); margin-bottom: 28px;
  }
.tarif-carte.vedette .tarif-sep { background: rgba(255,255,255,.1); }
.tarif-titre {
    font-family: var(--display); font-weight: 600;
    font-size: 1.25rem; color: var(--sumi); margin-bottom: 10px;
  }
.tarif-carte.vedette .tarif-titre { color: var(--blanc); }
.tarif-desc {
    font-size: .95rem; color: var(--pierre); line-height: 1.65; flex: 1;
  }
.tarif-carte.vedette .tarif-desc { color: rgba(255,255,255,.72); }
.tarif-avantages {
    list-style: none; margin-top: 24px; display: grid; gap: 10px;
  }
.tarif-avantages li {
    font-size: .9rem; color: var(--pierre);
    display: flex; gap: 10px; align-items: flex-start;
  }
.tarif-carte.vedette .tarif-avantages li { color: rgba(255,255,255,.75); }
.tarif-avantages li::before {
    content: "✓"; color: var(--shu); font-weight: 700; flex-shrink: 0;
    margin-top: 1px;
  }
.tarif-carte.vedette .tarif-avantages li::before { color: var(--shu-tint); }
.note-benevoles {
    background: var(--ai); color: var(--blanc);
    padding: 72px 0;
    border-top: 3px solid var(--shu);
  }
.note-benevoles .inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  }
@media (max-width: 760px) { .note-benevoles .inner { grid-template-columns: 1fr; gap: 36px; } }
.note-benevoles blockquote {
    border-left: 3px solid var(--shu);
    padding: 0 0 0 28px;
  }
.note-benevoles blockquote p {
    font-family: var(--display); font-style: italic;
    font-size: clamp(1.2rem, 2.2vw, 1.5rem); line-height: 1.55;
    color: var(--blanc);
  }
.note-benevoles .prose { color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.7; }
.note-benevoles .prose p + p { margin-top: 14px; }
.note-benevoles .prose strong { color: var(--blanc); }
.conditions { padding: 90px 0; background: var(--washi-2); border-top: 1px solid var(--ligne); }
.conditions-grille {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 52px;
    max-width: 760px;
  }
@media (max-width: 520px) { .conditions-grille { grid-template-columns: 1fr; } }
.condition-carte {
    background: var(--blanc); border: 1px solid var(--ligne);
    border-radius: 4px; padding: 32px 28px;
  }
.condition-icone {
    display: inline-grid; place-items: center;
    width: 52px; height: 52px; margin-bottom: 20px;
    border: 1px solid var(--ligne); border-radius: 50%;
    background: var(--washi-2);
  }
.condition-icone svg {
    width: 24px; height: 24px;
    fill: none; stroke: var(--shu); stroke-width: 1.6;
    stroke-linecap: round; stroke-linejoin: round;
  }
.condition-carte h3 {
    font-family: var(--display); font-weight: 600;
    font-size: 1.15rem; color: var(--sumi); margin-bottom: 10px;
  }
.condition-carte p {
    font-size: .92rem; color: var(--pierre); line-height: 1.65;
  }
.condition-carte p strong { color: var(--sumi); }
.condition-carte p a { color: var(--shu); text-decoration: none; text-underline-offset: 3px; }
.condition-carte p a:hover { text-decoration: underline; }
.paiement { padding: 96px 0; }
.paiement-intro { max-width: 60ch; color: var(--pierre); font-size: 1.05rem; line-height: 1.75; margin-bottom: 56px; }
.paiement-grille {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    align-items: stretch;
  }
@media (max-width: 920px) { .paiement-grille { grid-template-columns: 1fr; max-width: 460px; } }
.pay-carte {
    background: var(--blanc); border: 1px solid var(--ligne); border-radius: 6px;
    padding: 38px 32px; display: flex; flex-direction: column; position: relative;
    overflow: hidden;
  }
.pay-carte.primaire { border: 1px solid var(--shu); box-shadow: 0 14px 40px rgba(173,49,33,.1); }
.pay-carte.sombre { background: var(--ai-deep); border-color: var(--ai-deep); color: var(--blanc); }
.pay-ruban {
    position: absolute; top: 18px; right: -34px; transform: rotate(45deg);
    background: var(--shu); color: #fff;
    font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    padding: 5px 40px;
  }
.pay-num {
    font-family: var(--display); font-size: .78rem; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase; color: var(--shu);
    margin-bottom: 16px;
  }
.pay-carte.sombre .pay-num { color: var(--shu-tint); }
.pay-titre {
    font-family: var(--display); font-weight: 600; font-size: 1.5rem;
    color: var(--sumi); margin-bottom: 8px;
  }
.pay-carte.sombre .pay-titre { color: var(--blanc); }
.pay-desc {
    font-size: .94rem; color: var(--pierre); line-height: 1.65; margin-bottom: 26px;
  }
.pay-carte.sombre .pay-desc { color: rgba(255,255,255,.72); }
.pay-visuel {
    display: grid; place-items: center; margin-bottom: 26px; flex: 1;
    min-height: 180px;
  }
.qr-glyphe {
    width: 150px; height: 150px; padding: 14px;
    background: var(--blanc); border: 1px solid var(--ligne); border-radius: 8px;
  }
.qr-glyphe svg { width: 100%; height: 100%; display: block; }
.twint-logo {
    width: 190px; height: auto; display: block;
    border-radius: 10px;
  }
.iban-liste { display: grid; gap: 16px; flex: 1; align-content: start; }
.iban-champ label {
    display: block; font-size: .68rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase; color: var(--pierre);
    margin-bottom: 4px;
  }
.iban-champ .valeur { font-family: var(--display); font-size: 1rem; color: var(--sumi); line-height: 1.4; }
.iban-champ .valeur.iban-num {
    font-family: monospace; font-size: 1.02rem; letter-spacing: .04em;
    color: var(--shu); font-weight: 600;
  }
.pay-action { margin-top: auto; }
.pay-action .btn { width: 100%; }
.pay-note {
    font-size: .8rem; color: var(--pierre); margin-top: 14px; text-align: center; line-height: 1.5;
  }
.pay-carte.sombre .pay-note { color: rgba(255,255,255,.55); }
