:root {
  --ink: #17211f;
  --muted: #66716c;
  --paper: #f5f1e8;
  --surface: #fffdf8;
  --line: #d8d8ca;
  --accent: #2f6961;
  --accent-dark: #1f4f4a;
  --mint: #dce9dd;
  --max-width: 1160px;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); }
a { color: inherit; }
.site-header, main > section, .site-footer { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { color: var(--ink); font-size: 1.15rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.brand::before { display: inline-grid; width: 27px; height: 27px; margin-right: 8px; place-items: center; border: 2px solid var(--accent); border-radius: 8px 8px 8px 2px; color: var(--accent-dark); content: "M"; font-family: Georgia, serif; font-size: .82rem; vertical-align: -7px; }
.brand span { color: var(--accent); }
nav a { font-size: .82rem; font-weight: 700; text-decoration: none; }
.eyebrow { margin: 0 0 14px; color: var(--accent-dark); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.6rem, 10vw, 5.8rem); line-height: .94; }
h2 { margin-bottom: 0; font-size: clamp(2.25rem, 6vw, 4.4rem); line-height: .98; }
h3 { margin-bottom: 8px; font-size: 1.02rem; }
.hero { display: grid; gap: 50px; min-height: min(650px, calc(100vh - 72px)); align-content: center; padding-block: 72px 64px; }
.hero__lead { max-width: 470px; margin-bottom: 30px; color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; }
.button--primary { gap: 16px; color: #fff; background: var(--accent); box-shadow: 0 8px 0 var(--accent-dark); }
.button--primary:hover, .button--primary:focus-visible { background: var(--accent-dark); }
.button--primary:active { transform: translateY(3px); box-shadow: 0 5px 0 var(--accent-dark); }
.hero__path { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.hero__path span { display: flex; gap: 8px; align-items: center; }
.hero__path b { color: var(--accent); font-size: .7rem; }
.offers-section { padding-block: 80px; }
.section-heading { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-bottom: 30px; text-align: center; }
.section-heading__note { margin-bottom: 5px; color: var(--muted); font-size: .77rem; line-height: 1.45; text-align: center; }
.offers-grid { display: grid; gap: 14px; }
.offer-card { display: flex; min-height: 310px; flex-direction: column; align-items: stretch; justify-content: space-between; padding: 24px; background: var(--surface); border: 1px solid var(--line); text-align: left; }
.offer-card__top { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.offer-card__top { width: 100%; }
.offer-card__top > div { flex: 1; }
.partner-mark { display: inline-grid; width: 42px; height: 42px; margin-bottom: 16px; place-items: center; border-radius: 12px; background: var(--mint); color: var(--ink); font-family: Georgia, serif; font-size: .92rem; font-weight: 700; }
.partner-mark--lucya { background: #f4d8ca; color: #9c432f; }
.partner-mark--boursorama { background: #d8e4f4; color: #234d80; }
.partner-mark--fortuneo { background: #e8d9ed; color: #6b3b78; }
.offer-card__name { margin-bottom: 5px; font-family: Georgia, serif; font-size: 1.85rem; }
.offer-card__category { margin: 0; color: var(--muted); font-size: .75rem; }
.offer-card__number { margin: 28px 0 8px; color: var(--accent-dark); font-family: Georgia, serif; font-size: 2.15rem; line-height: 1; }
.offer-card__period { margin-bottom: 16px; color: var(--accent-dark); font-size: .72rem; font-weight: 800; }
.offer-card__description, .offer-card__conditions { max-width: 290px; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.offer-card__conditions { margin-bottom: 18px; font-size: .73rem; }
.offer-card__code-panel { display: flex; width: 100%; min-height: 76px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; margin: auto 0 18px; padding: 12px 14px; border: 2px dashed var(--accent); background: #eef5f0; text-align: center; }
.offer-card__code-label { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.offer-card__code { color: var(--accent-dark); font-family: Georgia, serif; font-size: clamp(1.35rem, 6vw, 2rem); text-align: center; overflow-wrap: anywhere; }
.offer-card__action { display: flex; width: min(100%, 230px); min-height: 46px; align-items: center; justify-content: center; margin-inline: auto; padding: 0 14px; border: 1px solid var(--accent); border-radius: 4px; background: var(--accent); color: #fff; font: inherit; font-size: .78rem; font-weight: 800; text-align: center; text-decoration: none; }
.offer-card__action:not([aria-disabled="true"]):hover, .offer-card__action:not([aria-disabled="true"]):focus-visible { background: var(--accent-dark); border-color: var(--accent-dark); }
.offer-card__action[aria-disabled="true"] { cursor: not-allowed; opacity: .55; }
.offer-card__details { display: block; margin-top: 10px; color: var(--muted); font-size: .72rem; text-align: center; }
.code-button { display: block; width: 100%; min-height: 42px; margin: 10px auto 0; padding: 5px 8px; border: 1px solid var(--accent); border-radius: 4px; background: transparent; color: var(--accent-dark); font: inherit; font-size: .78rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.code-button:hover, .code-button:focus-visible { background: var(--accent); color: #fff; }
.notice { padding: 20px; border: 1px solid var(--line); color: var(--muted); }
.trust-strip { display: grid; gap: 1px; padding-block: 1px; background: var(--ink); }
.trust-strip > div { display: flex; flex-direction: column; gap: 7px; padding: 22px 18px; background: var(--mint); }
.trust-strip strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.trust-strip span { color: var(--muted); font-size: .8rem; }
.how-section { padding-block: 100px; }
.steps { display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 22px; padding: 20px 0; border-top: 1px solid var(--line); }
.steps li > span { color: var(--accent); font-size: .75rem; font-weight: 800; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: .85rem; line-height: 1.45; }
.faq-section { display: grid; gap: 40px; padding-block: 80px; border-top: 1px solid var(--line); }
.faq-list details { padding: 18px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 800; }
.faq-list p { max-width: 560px; margin: 15px 0 2px; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.detail-main { width: min(calc(100% - 40px), 780px); margin-inline: auto; padding-block: 74px 100px; }
.detail-article h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(2.7rem, 9vw, 5.6rem); }
.detail-article h2 { margin-top: 64px; margin-bottom: 22px; font-size: clamp(2rem, 5vw, 3.4rem); }
.detail-intro { max-width: 620px; margin-bottom: 36px; color: var(--muted); font-size: 1.08rem; line-height: 1.6; }
.code-hero { display: flex; flex-direction: column; gap: 13px; margin-block: 30px 18px; padding: 26px; border: 2px solid var(--accent); background: #eef5f0; }
.code-hero__label { margin: 0; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.code-hero strong { color: var(--accent-dark); font-family: Georgia, serif; font-size: clamp(2.8rem, 14vw, 5.2rem); line-height: .92; text-align: center; white-space: nowrap; }
.code-hero span { color: var(--muted); font-size: .9rem; }
.code-hero button { width: fit-content; min-width: 190px; min-height: 50px; margin-inline: auto; padding-inline: 18px; border: 0; border-radius: 4px; background: var(--accent); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.code-hero button:hover, .code-hero button:focus-visible { background: var(--accent-dark); }
.code-hero--link strong { font-size: clamp(2rem, 9vw, 4rem); }
.detail-cta { display: flex; width: fit-content; margin: 0 auto 18px; }
.update-note { color: var(--muted); font-size: .78rem; line-height: 1.5; }
.detail-steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; counter-reset: detail-step; }
.detail-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line); color: var(--muted); line-height: 1.5; counter-increment: detail-step; }
.detail-steps li::before { color: var(--accent); content: counter(detail-step, decimal-leading-zero); font-size: .78rem; font-weight: 800; }
.detail-article > p:not(.eyebrow):not(.detail-intro):not(.update-note) { color: var(--muted); line-height: 1.7; }
.detail-faq { margin-top: 20px; }
.detail-faq h2 { margin-top: 0; }
.footer-meta a { text-decoration: none; }
.site-footer { display: flex; flex-direction: column; gap: 30px; padding-block: 38px 48px; border-top: 1px solid var(--line); }
.site-footer p { margin: 8px 0 0; color: var(--muted); font-size: .78rem; }
.footer-meta { display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: .7rem; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
@media (min-width: 700px) {
  .site-header, main > section, .site-footer { width: min(calc(100% - 80px), var(--max-width)); }
  .hero { grid-template-columns: 1.1fr .9fr; align-items: end; }
  .hero__path { align-self: end; flex-direction: column; padding: 20px 0 0 24px; border-top: 0; border-left: 1px solid var(--line); }
  .offers-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .how-section { max-width: 850px; margin-inline: auto; }
  .faq-section { grid-template-columns: .7fr 1.3fr; }
  .site-footer { flex-direction: row; align-items: end; justify-content: space-between; }
  .footer-meta { text-align: right; }
  .detail-main { width: min(calc(100% - 80px), 780px); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }