:root {
  --navy: #20245f;
  --navy-deep: #151842;
  --ink: #1e1e2d;
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --blue-soft: #c8d9df;
  --gold: #c7a15b;
  --rust: #a45f3d;
  --line: rgba(32, 36, 95, 0.16);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

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

main, section, header, footer, article, div { min-width: 0; }
#accueil, #offre, #dossier { scroll-margin-top: 24px; }
.hero h1, .section-intro h2, .place-copy h2, .dossier-heading h2, .final-cta h2,
.hero-lead, .footer-links a { overflow-wrap: anywhere; }

.site-header {
  width: min(1400px, calc(100% - 64px));
  min-height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { display: flex; align-items: center; gap: 12px; flex: 0 1 auto; min-width: 0; }
.brand img { width: 44px; height: 54px; object-fit: contain; }
.brand span { display: grid; gap: 3px; }
.brand strong { color: var(--navy); letter-spacing: .16em; font-size: 15px; }
.brand small { color: #69697a; letter-spacing: .22em; font-size: 9px; }

nav { display: flex; align-items: center; justify-content: flex-end; gap: 36px; font-size: 14px; min-width: 0; }
nav > a:not(.nav-cta) { padding: 12px 0; border-bottom: 1px solid transparent; }
nav > a:not(.nav-cta):hover { border-color: var(--navy); }
.nav-cta { min-height: 46px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); font-weight: 700; text-align: center; }
.nav-cta:hover { background: var(--navy); color: white; }

.hero {
  width: min(1400px, calc(100% - 64px));
  min-height: 710px;
  margin: 0 auto 110px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  background: var(--cream);
  border-radius: 12px;
  overflow: hidden;
}

.hero-copy { padding: clamp(64px, 7vw, 110px) clamp(44px, 6vw, 96px); align-self: center; }
.eyebrow { margin: 0 0 22px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { margin: 0; color: var(--navy-deep); font-size: clamp(48px, 5.5vw, 82px); line-height: .98; letter-spacing: -.055em; font-weight: 550; }
.hero h1 em { display: block; margin-top: 12px; color: var(--rust); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.hero-lead { max-width: 590px; margin: 34px 0 0; color: #555464; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 38px; }
.button { min-height: 52px; max-width: 100%; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 999px; font-size: 14px; font-weight: 800; text-align: center; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; }
.button-primary:hover { background: var(--navy-deep); }
.text-link { padding: 12px 0; color: var(--navy); font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--navy); }
.trust-line { margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 12px 28px; color: #636270; font-size: 12px; }
.trust-line span { position: relative; padding-left: 14px; }
.trust-line span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); position: absolute; left: 0; top: 5px; }

.hero-visual { min-height: 710px; position: relative; overflow: hidden; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(15, 18, 54, .24)); pointer-events: none; }
.offer-stamp { position: absolute; z-index: 2; top: 36px; right: 34px; width: 148px; height: 148px; padding: 28px 18px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--gold); color: var(--navy-deep); transform: rotate(6deg); box-shadow: 0 18px 48px rgba(42, 31, 13, .24); }
.offer-stamp span { text-transform: uppercase; font-size: 9px; letter-spacing: .14em; font-weight: 800; }
.offer-stamp strong { display: block; margin: 3px 0 -2px; font-size: 32px; }
.offer-stamp em { font-family: Georgia, serif; font-size: 18px; }
.address-card { position: absolute; z-index: 2; left: 30px; bottom: 28px; display: flex; align-items: center; gap: 16px; padding: 14px 20px 14px 14px; background: rgba(255, 253, 248, .94); backdrop-filter: blur(12px); border-radius: 10px; }
.address-card > span { width: 46px; height: 46px; display: grid; place-content: center; border-radius: 50%; border: 1px solid var(--navy); color: var(--navy); font-family: Georgia, serif; font-size: 22px; }
.address-card p { margin: 0; font-size: 11px; line-height: 1.5; }

.offer-section { width: min(1200px, calc(100% - 64px)); margin: 0 auto 130px; }
.section-intro { max-width: 780px; }
.section-intro h2, .place-copy h2, .dossier-heading h2, .final-cta h2 { margin: 0; color: var(--navy-deep); font-size: clamp(38px, 4.7vw, 64px); line-height: 1.04; letter-spacing: -.045em; font-weight: 550; }
.section-intro > p:last-child, .place-copy > p, .dossier-heading > p:last-child, .final-cta > div > p:last-child { color: #676674; font-size: 17px; line-height: 1.7; }
.section-intro > p:last-child { max-width: 650px; }

.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 56px; }
.price-card { min-height: 310px; padding: 40px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 12px; background: white; }
.price-card-featured { background: var(--navy); color: white; border-color: var(--navy); }
.price-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.price-card-top p { margin: 0; font-size: 18px; font-weight: 800; }
.price-card-top > span { padding: 8px 11px; border-radius: 999px; background: var(--gold); color: var(--navy-deep); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.price { display: flex; align-items: flex-end; gap: 13px; margin-top: 46px; }
.price strong { font-family: Georgia, serif; font-size: 54px; line-height: .9; font-weight: 400; }
.price span { color: #6e6d7a; font-size: 13px; }
.price-card-featured .price span { color: rgba(255,255,255,.72); }
.price-note { margin: 12px 0 28px; color: #73727f; font-size: 12px; }
.price-card-featured .price-note { color: rgba(255,255,255,.62); }
.price-card .button { width: fit-content; margin-top: auto; }
.button-light { background: white; color: var(--navy); }
.button-outline { border: 1px solid var(--navy); color: var(--navy); }
.button-outline:hover { background: var(--navy); color: white; }

.benefit-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.benefit { padding: 36px 44px 0 0; }
.benefit + .benefit { padding-left: 44px; border-left: 1px solid var(--line); }
.benefit > span { color: var(--gold); font-family: Georgia, serif; font-size: 14px; }
.benefit h3 { margin: 24px 0 12px; color: var(--navy-deep); font-size: 20px; }
.benefit p { margin: 0; color: #676674; font-size: 14px; line-height: 1.7; }

.place-section { width: min(1400px, calc(100% - 64px)); margin: 0 auto 130px; display: grid; grid-template-columns: 1.05fr .9fr .55fr; align-items: stretch; background: var(--blue-soft); overflow: hidden; border-radius: 12px; }
.place-image img { width: 100%; height: 100%; object-fit: cover; }
.place-copy { padding: 72px 58px; align-self: center; }
.place-copy h2 { font-size: clamp(38px, 4vw, 58px); }
.place-copy ul { margin: 34px 0 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.place-copy li { display: flex; gap: 12px; font-size: 14px; line-height: 1.5; }
.place-copy li span { color: var(--navy); font-weight: 800; }
.place-image-detail img { object-position: 63% center; }

.dossier-section { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding-bottom: 50px; }
.dossier-heading { max-width: 840px; }
.dossier-heading > p:last-child { max-width: 600px; }
.dossier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 55px; }
.checklist-card { padding: 42px; background: var(--cream); border-radius: 12px; }
.conditions-card { background: #eef1f0; }
.card-heading { display: flex; align-items: center; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.card-heading > span { color: var(--gold); font-family: Georgia, serif; }
.card-heading h3 { margin: 0; color: var(--navy-deep); font-size: 22px; }
.checklist { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.checklist li { display: flex; gap: 15px; align-items: flex-start; color: #4c4b59; font-size: 14px; line-height: 1.5; }
.checklist li span { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-content: center; border-radius: 50%; background: white; color: var(--navy); font-size: 10px; font-weight: 900; }

.final-cta { margin-top: 90px; padding: 72px; display: flex; align-items: center; justify-content: space-between; gap: 56px; background: var(--navy); color: white; border-radius: 12px; position: relative; overflow: hidden; }
.final-cta::after { content: '36'; position: absolute; right: 28%; bottom: -42px; font-family: Georgia, serif; font-size: 210px; color: rgba(255,255,255,.035); pointer-events: none; }
.final-cta > div { max-width: 760px; position: relative; z-index: 1; }
.final-cta .eyebrow { color: var(--gold); }
.final-cta h2 { color: white; }
.final-cta > div > p:last-child { color: rgba(255,255,255,.68); margin-bottom: 0; }
.button-gold { flex: 0 0 auto; position: relative; z-index: 1; background: var(--gold); color: var(--navy-deep); }
.legal-note { margin: 18px 0 0; color: #777683; font-size: 11px; text-align: right; }

footer { width: min(1200px, calc(100% - 64px)); margin: 60px auto 0; padding: 46px 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; border-top: 1px solid var(--line); }
.footer-brand img { width: 54px; height: 64px; object-fit: contain; }
footer strong { color: var(--navy); letter-spacing: .08em; }
footer p { margin: 7px 0 0; color: #73727f; font-size: 12px; }
.footer-links { display: grid; gap: 8px; text-align: right; color: var(--navy); font-size: 13px; }
.footer-links a:hover { text-decoration: underline; }

@media (max-width: 1100px) {
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .hero-copy { padding: clamp(58px, 8vw, 82px); }
  .place-section { grid-template-columns: 1fr 1fr; }
  .place-image-main { min-height: 560px; }
  .place-image-detail { display: none; }
  .benefit { padding-right: 28px; }
  .benefit + .benefit { padding-left: 28px; }
}

@media (max-width: 900px) {
  .site-header, .hero, .place-section { width: min(100% - 40px, 1400px); }
  .offer-section, .dossier-section, footer { width: min(100% - 40px, 1200px); }
  .place-section { grid-template-columns: 1fr; }
  .place-image-main { min-height: 0; aspect-ratio: 16 / 10; }
  .place-copy { padding: 58px clamp(32px, 7vw, 58px); }
  .final-cta { padding: 58px; align-items: flex-start; flex-direction: column; gap: 32px; }
  .button-gold { width: 100%; }
}

@media (max-width: 760px) {
  .site-header, .hero, .offer-section, .place-section, .dossier-section, footer { width: min(100% - 32px, 1200px); }
  .site-header { min-height: 80px; gap: 16px; }
  .brand { gap: 9px; }
  .brand img { width: 38px; height: 46px; }
  nav > a:not(.nav-cta) { display: none; }
  .nav-cta { min-height: 44px; padding: 10px 15px; font-size: 12px; }
  .brand strong { font-size: 13px; }
  .hero { min-height: 0; margin-bottom: 78px; border-radius: 10px; }
  .hero-copy { padding: 48px clamp(20px, 6vw, 32px); }
  .eyebrow { margin-bottom: 18px; font-size: 11px; letter-spacing: .17em; line-height: 1.5; }
  .hero h1 { font-size: clamp(36px, 11vw, 52px); line-height: 1.01; letter-spacing: -.045em; }
  .hero h1 em { margin-top: 9px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { margin-top: 30px; flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-actions .button-primary { width: 100%; }
  .hero-actions .text-link { width: fit-content; }
  .trust-line { display: grid; }
  .hero-visual { min-height: clamp(360px, 120vw, 470px); }
  .offer-stamp { top: 18px; right: 16px; width: 112px; height: 112px; padding: 18px; }
  .offer-stamp strong { font-size: 26px; }
  .address-card { left: 14px; right: 14px; bottom: 14px; width: fit-content; max-width: calc(100% - 28px); }
  .offer-section, .place-section { margin-bottom: 86px; }
  .section-intro h2, .place-copy h2, .dossier-heading h2, .final-cta h2 { font-size: clamp(34px, 10vw, 48px); line-height: 1.06; }
  .section-intro > p:last-child, .place-copy > p, .dossier-heading > p:last-child, .final-cta > div > p:last-child { font-size: 16px; }
  .pricing-grid, .dossier-grid { grid-template-columns: 1fr; }
  .pricing-grid { margin-top: 42px; }
  .price-card { min-height: 0; padding: 30px; }
  .price-card-top { flex-wrap: wrap; }
  .price { margin-top: 38px; }
  .price strong { font-size: 48px; }
  .price-card .button { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit, .benefit + .benefit { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .place-section { grid-template-columns: 1fr; }
  .place-image-main { min-height: 0; aspect-ratio: 4 / 3; }
  .place-copy { padding: 48px 26px; }
  .dossier-grid { margin-top: 42px; }
  .checklist-card { padding: 30px 24px; }
  .card-heading { align-items: flex-start; }
  .final-cta { margin-top: 62px; padding: 46px 28px; gap: 28px; }
  .button-gold { width: 100%; }
  .legal-note { text-align: left; }
  footer { grid-template-columns: auto 1fr; }
  .footer-links { grid-column: 1 / -1; text-align: left; padding-top: 10px; }
}

@media (max-width: 430px) {
  .site-header, .hero, .offer-section, .place-section, .dossier-section, footer { width: min(100% - 24px, 1200px); }
  .site-header { gap: 10px; }
  .brand span { gap: 2px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 8px; letter-spacing: .16em; }
  .nav-cta { padding-inline: 13px; }
  .hero-copy { padding: 42px 20px; }
  .hero h1 { font-size: clamp(34px, 10.6vw, 42px); }
  .hero-lead { margin-top: 26px; }
  .trust-line { margin-top: 36px; }
  .offer-stamp { width: 104px; height: 104px; }
  .offer-stamp strong { font-size: 24px; }
  .offer-stamp em { font-size: 16px; }
  .address-card { gap: 11px; padding: 10px 14px 10px 10px; }
  .address-card > span { width: 40px; height: 40px; font-size: 19px; }
  .price-card { padding: 26px 22px; }
  .price { flex-wrap: wrap; }
  .button { min-height: 50px; padding-inline: 17px; gap: 12px; font-size: 13px; }
  .place-copy { padding: 42px 22px; }
  .checklist-card { padding: 28px 20px; }
  .card-heading { gap: 14px; }
  .card-heading h3 { font-size: 20px; }
  .final-cta { padding: 40px 22px; }
  footer { gap: 18px; }
  footer p { line-height: 1.55; }
}

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