/* Accueil Quittalo. Les couleurs de l’app restent la source de l’identité. */
:root {
  --primary-end: #7c3aed;
  --ink-soft: #344054;
  --lavender: #edebfa;
  --lavender-line: #d6d1f0;
  --mint: #eef6f2;
  --green-ink: #06724f;
  --on-primary-muted: #e1dcff;
  --on-primary-overlay: rgba(255, 255, 255, .24);
  --header-glass: rgba(246, 247, 249, .94);
  --phone-edge: #2c3041;
  --phone-shine: #818494;
  --shadow-phone: 0 30px 60px rgba(37, 26, 84, .2), 0 8px 20px rgba(15, 23, 42, .1);
  --shadow-paper: 0 16px 40px rgba(31, 48, 42, .09);
}

.landing { --content-width: 1200px; --header-height: 80px; }
.landing .container { padding-inline: 24px; }
.landing h1, .landing h2, .landing h3 { text-wrap: balance; }
.landing .icon { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.landing .apple-icon { fill: currentColor; stroke: none; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 12px 20px; border-radius: var(--r-md); color: var(--on-primary); background: var(--primary); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.overline { display: flex; align-items: center; gap: 9px; color: var(--primary); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.6; }
.live-dot { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--text); font-size: 14px; font-weight: 600; }
.text-link .icon { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover { text-decoration: none; color: var(--primary); }
.text-link:hover .icon { transform: translateX(4px); }
.landing .btn { height: auto; min-height: 52px; padding-block: 12px; }
.landing a, .landing summary { -webkit-tap-highlight-color: transparent; }

/* Navigation */
.landing .site-header { background: var(--header-glass); border-bottom-color: transparent; }
.landing .brand { display: inline-flex; align-items: center; gap: 9px; font-size: 25px; color: var(--text); letter-spacing: -.06em; white-space: nowrap; }
.brand img { border-radius: 10px; }
.brand .brand-dot { color: var(--primary); margin-left: -9px; }
.desktop-nav { display: none; align-items: center; gap: 30px; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.desktop-nav a:hover { color: var(--primary); text-decoration: none; }
.header-download { display: none; align-items: center; gap: 8px; border-radius: 12px; padding: 11px 16px; background: var(--text); color: var(--on-primary); font-size: 12px; font-weight: 600; }
.header-download:hover { background: var(--ink-soft); text-decoration: none; }
.header-download .icon { width: 18px; height: 18px; }
.mobile-menu { position: relative; }
.mobile-menu summary { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 12px; cursor: pointer; list-style: none; background: var(--surface); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 2px; background: var(--text); transition: transform .2s; }
.mobile-menu[open] summary span:first-child { transform: translateY(3.5px) rotate(45deg); }
.mobile-menu[open] summary span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: 54px; right: 0; width: min(300px, calc(100vw - 48px)); padding: 10px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow-float); }
.mobile-menu nav a { display: block; padding: 13px 14px; font-size: 14px; color: var(--text); border-radius: 8px; }
.mobile-menu nav a:hover { background: var(--primary-light); color: var(--primary); text-decoration: none; }

/* Premier écran */
.home-hero { padding: 34px 0 40px; }
.hero-layout { display: grid; gap: 32px; align-items: center; }
.hero-copy h1 { margin-top: 22px; font-size: clamp(40px, 10.6vw, 64px); font-weight: 600; line-height: 1.07; letter-spacing: -.065em; }
.hero-copy h1 span { color: var(--primary); }
.hero-description { margin-top: 24px; max-width: 510px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; letter-spacing: -.015em; }
.hero-audience { margin-top: 12px; font-size: 13px; color: var(--text-secondary); }
.desktop-break { display: none; }
.landing .hero-actions { margin-top: 28px; gap: 12px 22px; }
.landing .appstore-badge { min-height: 58px; border-radius: 12px; padding: 9px 20px; }
.landing .appstore-badge .badge-small { font-size: 10px; }
.landing .appstore-badge .badge-large { font-size: 21px; }
.landing .appstore-badge svg { width: 31px; height: 31px; }
.free-promise { display: flex; align-items: flex-start; gap: 9px; margin-top: 24px; }
.free-promise > .icon { width: 18px; height: 18px; padding: 2px; margin-top: 2px; border-radius: 50%; color: var(--green-ink); background: var(--success-bg); stroke-width: 2.4; }
.free-promise strong { display: block; font-weight: 600; font-size: 14px; }
.free-promise span { display: block; margin-top: 3px; font-size: 12px; color: var(--text-secondary); }

/* Démonstration du tableau de bord — aucune donnée utilisateur. */
.product-stage { position: relative; isolation: isolate; min-width: 0; margin: 0; padding: 38px 0 28px; border-radius: 32px; background: var(--lavender); overflow: hidden; }
.stage-orbit { position: absolute; z-index: -1; width: 530px; height: 530px; top: 75px; left: 50%; transform: translateX(-50%); border: 1px solid var(--lavender-line); border-radius: 50%; }
.stage-orbit::before, .stage-orbit::after { content: ""; position: absolute; inset: 38px; border: 1px solid var(--lavender-line); border-radius: 50%; }
.stage-orbit::after { inset: 78px; }
.stage-label { display: flex; justify-content: center; align-items: center; gap: 8px; margin-bottom: 21px; color: var(--primary-dark); font-size: 8px; font-weight: 600; letter-spacing: .15em; }
.stage-label > span { width: 5px; height: 5px; background: var(--primary); border-radius: 50%; }
.app-phone { position: relative; width: min(294px, calc(100% - 28px)); margin: 0 auto; padding: 6px; border: 2px solid var(--phone-shine); border-radius: 40px; background: var(--text); box-shadow: var(--shadow-phone); transform: rotate(-3deg); }
.app-screen { overflow: hidden; border-radius: 32px; background: var(--background); }
.phone-status { position: relative; display: flex; justify-content: space-between; align-items: center; height: 46px; padding: 0 19px; font-size: 10px; }
.dynamic-island { position: absolute; left: 50%; top: 10px; width: 80px; height: 22px; border-radius: 30px; background: var(--text); transform: translateX(-50%); }
.status-bars { display: flex; align-items: center; gap: 4px; font-size: 8px; }
.battery { position: relative; display: inline-block; width: 17px; height: 8px; border: 1px solid var(--text); border-radius: 2px; }
.battery::after { content: ""; position: absolute; inset: 1px; right: 3px; background: var(--text); }
.phone-content { padding: 5px 12px 16px; }
.dashboard-hero { padding: 17px 14px 14px; color: var(--on-primary); background: linear-gradient(120deg, var(--primary), var(--primary-end)); border-radius: 19px; }
.dashboard-greeting { display: flex; align-items: center; justify-content: space-between; gap: 4px; }
.dashboard-greeting > b { font-size: 15px; letter-spacing: -.04em; }
.dashboard-greeting > b > span { font-size: 12px; }
.tiny-alert { padding: 3px 6px; border-radius: var(--r-pill); background: var(--surface); color: var(--danger); font-size: 7px; font-weight: 700; white-space: nowrap; }
.dashboard-month { margin-top: 1px; color: var(--on-primary-muted); font-size: 10px; }
.dashboard-total { margin-top: 17px; font-weight: 700; font-size: 22px; letter-spacing: -.04em; line-height: 1.3; }
.dashboard-total span { font-size: 12px; font-weight: 500; letter-spacing: -.01em; }
.dashboard-expected { margin-top: 5px; color: var(--on-primary-muted); font-size: 10px; }
.collection-progress { height: 5px; margin-top: 14px; border-radius: 8px; background: var(--on-primary-overlay); overflow: hidden; }
.collection-progress span { display: block; width: 61.7%; height: 100%; border-radius: inherit; background: var(--surface); }
.dashboard-bottom { display: flex; justify-content: space-between; margin-top: 7px; font-size: 9px; color: var(--on-primary-muted); }
.app-section-title { display: flex; justify-content: space-between; align-items: center; margin: 14px 0 7px; font-size: 12px; font-weight: 600; }
.app-section-title > span { display: grid; place-items: center; min-width: 17px; height: 17px; background: var(--border); border-radius: 5px; color: var(--text-secondary); font-size: 9px; }
.app-section-title > .app-see-all { background: none; color: var(--primary); }
.app-card { padding: 0 10px; background: var(--surface); border-radius: 13px; box-shadow: var(--shadow-card); }
.app-action { display: flex; align-items: center; gap: 8px; padding: 13px 0; }
.app-action + .app-action, .rent-row + .rent-row { border-top: 1px solid var(--border); }
.app-action b, .rent-row b { display: block; font-size: 10px; font-weight: 600; line-height: 1.5; }
.app-action small, .rent-row small { display: block; margin-top: 2px; color: var(--text-secondary); font-size: 8px; }
.mini-icon { display: grid; place-items: center; width: 28px; height: 30px; border-radius: 8px; flex-shrink: 0; }
.mini-icon .icon { width: 16px; height: 16px; }
.mini-icon--danger { background: var(--danger-bg); color: var(--danger); }
.mini-icon--warning { background: var(--warning-bg); color: var(--warning); }
.chevron { margin-left: auto; font-size: 20px; color: var(--text-secondary); }
.rent-row { display: flex; align-items: center; gap: 7px; padding: 12px 0; }
.tenant-avatar { display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border-radius: 50%; background: var(--primary-light); color: var(--primary); font-size: 10px; font-weight: 600; }
.rent-value { margin-left: auto; text-align: right; }
.status-tag { display: inline-block; padding: 2px 6px; border-radius: var(--r-pill); font-size: 8px; font-weight: 600; white-space: nowrap; }
.status-tag--late { color: var(--danger); background: var(--danger-bg); }
.status-tag--paid { color: var(--green-ink); background: var(--success-bg); }
.app-tabs { display: flex; justify-content: space-around; border-top: 1px solid var(--border); background: var(--surface); padding: 11px 4px 9px; }
.app-tabs > span { display: flex; flex-direction: column; align-items: center; gap: 4px; color: var(--text-secondary); font-size: 7px; }
.app-tabs > .active { color: var(--primary); }
.app-tabs .icon { width: 18px; height: 18px; }
.home-indicator { position: relative; height: 16px; background: var(--surface); }
.home-indicator::after { content: ""; position: absolute; left: 50%; bottom: 5px; transform: translateX(-50%); width: 85px; height: 4px; border-radius: 5px; background: var(--text); }
.floating-receipt { position: absolute; display: none; align-items: center; gap: 10px; bottom: 100px; left: 8px; padding: 13px 15px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-float); transform: rotate(3deg); }
.receipt-icon { display: grid; place-items: center; width: 38px; height: 40px; background: var(--primary-light); color: var(--primary); border-radius: 10px; }
.floating-receipt b { display: block; font-size: 11px; font-weight: 600; }
.floating-receipt div > span { display: block; margin-top: 2px; font-size: 8px; color: var(--text-secondary); }
.receipt-check { display: grid; place-items: center; width: 17px; height: 17px; margin-left: 2px; border-radius: 50%; background: var(--success-bg); color: var(--green-ink); font-size: 10px; }
.product-stage figcaption { margin-top: 28px; text-align: center; color: var(--text-secondary); font-size: 9px; }

/* Repères de confiance */
.reassurance-bar { padding: 22px 0; border-block: 1px solid var(--border); background: var(--surface); }
.reassurance-grid { display: grid; justify-content: center; gap: 16px; }
.reassurance-grid p { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--text-secondary); }
.reassurance-grid .icon { width: 17px; height: 17px; color: var(--primary); }
.reassurance-grid strong { font-weight: 500; color: var(--text); }

/* Fonctionnalités illustrées */
.home-section { padding: 68px 0; }
.section-heading { margin-bottom: 30px; }
.landing h2 { font-size: clamp(29px, 6vw, 43px); font-weight: 600; line-height: 1.18; letter-spacing: -.05em; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p, .split-heading > p { margin-top: 18px; font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
.feature-grid { display: grid; gap: 20px; }
.product-feature { min-width: 0; overflow: hidden; padding: 28px 24px 0; border-radius: 24px; }
.feature-rents { background: var(--lavender); }
.feature-receipts { background: var(--mint); }
.feature-kicker { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: .08em; color: var(--primary-dark); }
.feature-kicker .icon { width: 17px; height: 17px; }
.feature-receipts .feature-kicker { color: var(--green-ink); }
.feature-copy h3 { margin-top: 20px; font-size: 26px; font-weight: 600; line-height: 1.2; letter-spacing: -.045em; }
.feature-copy > p { max-width: 370px; margin-top: 14px; font-size: 13px; line-height: 1.7; color: var(--ink-soft); }
.included-label { display: inline-block; margin-top: 14px; color: var(--primary-dark); font-size: 10px; font-weight: 600; }
.feature-receipts .included-label { color: var(--green-ink); }
.rent-preview { margin: 26px -5px 0; padding: 20px 18px 0; border: 1px solid var(--border); border-bottom: 0; border-radius: 16px 16px 0 0; background: var(--surface); box-shadow: var(--shadow-paper); }
.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 12px; }
.preview-heading > span { color: var(--text-secondary); font-size: 8px; }
.rent-preview-total { display: flex; flex-direction: column; margin-top: 16px; }
.rent-preview-total > span { color: var(--text-secondary); font-size: 9px; }
.rent-preview-total > b { margin-top: 1px; font-size: 30px; font-weight: 600; line-height: 1.4; letter-spacing: -.04em; }
.rent-preview-total > b > span { font-size: 21px; }
.rent-preview-total > .progress-caption { margin-top: 2px; font-size: 8px; }
.preview-meter { display: flex; gap: 5px; margin: 10px 0; }
.preview-meter span { width: 33.333%; height: 5px; border-radius: 3px; background: var(--primary); }
.preview-meter span:last-child { background: var(--primary-light); }
.preview-rent-line { display: flex; align-items: center; gap: 8px; padding: 13px 0; border-top: 1px solid var(--border); }
.preview-rent-line b { display: block; font-size: 9px; font-weight: 600; }
.preview-rent-line small { display: block; color: var(--text-secondary); font-size: 8px; }
.preview-rent-line > .status-tag { margin-left: auto; }
.preview-rent-line > b { display: none; }
.document-preview { position: relative; margin: 28px auto -12px; max-width: 340px; padding: 24px; border: 1px solid var(--border); border-radius: 6px 6px 0 0; background: var(--surface); box-shadow: var(--shadow-paper); transform: rotate(3deg); }
.document-top { display: flex; align-items: center; justify-content: space-between; }
.document-top > span:first-child { font-size: 16px; font-weight: 800; letter-spacing: -.05em; color: var(--primary); }
.document-top > span:last-child { padding: 2px 6px; border: 1px solid var(--border); border-radius: 4px; font-size: 8px; color: var(--text-secondary); }
.document-title { display: block; margin-top: 24px; font-size: 18px; letter-spacing: -.03em; }
.document-period { display: block; margin: 5px 0 24px; font-size: 8px; letter-spacing: .1em; color: var(--text-secondary); }
.document-line { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 10px; font-size: 9px; color: var(--text-secondary); }
.document-line b { color: var(--text); font-weight: 500; }
.document-total { display: flex; justify-content: space-between; gap: 8px; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--border); font-size: 10px; }
.document-total b { font-size: 15px; }
.document-signature { display: flex; flex-direction: column; align-items: flex-end; margin-top: 17px; }
.document-signature > span { color: var(--text-secondary); font-size: 8px; }
.document-signature svg { width: 100px; height: 32px; fill: none; stroke: var(--primary); stroke-width: 1.6; stroke-linecap: round; }
.secondary-features { display: grid; gap: 26px; margin-top: 36px; }
.secondary-features article { min-width: 0; }
.feature-symbol { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: 10px; color: var(--primary); }
.feature-symbol .icon { width: 19px; height: 19px; }
.secondary-features h3 { font-size: 16px; font-weight: 600; letter-spacing: -.025em; }
.secondary-features p { margin-top: 9px; max-width: 320px; color: var(--text-secondary); font-size: 13px; line-height: 1.7; }

/* Mise en route */
.workflow-section { padding: 60px 0; background: var(--surface); border-block: 1px solid var(--border); }
.workflow-layout { display: grid; gap: 38px; }
.workflow-intro h2 { margin-top: 15px; }
.workflow-intro > p:not(.overline) { max-width: 390px; margin-top: 20px; color: var(--text-secondary); font-size: 14px; line-height: 1.8; }
.workflow-intro .text-link { margin-top: 20px; color: var(--primary); }
.workflow-steps { margin: 0; padding: 0; list-style: none; }
.workflow-steps li { position: relative; display: flex; gap: 20px; padding: 0 0 28px; }
.workflow-steps li:last-child { padding-bottom: 0; }
.workflow-steps li:not(:last-child)::after { content: ""; position: absolute; left: 21px; top: 50px; bottom: 7px; width: 1px; background: var(--border); }
.step-number { display: grid; place-items: center; width: 44px; height: 44px; flex-shrink: 0; border: 1px solid var(--border); border-radius: 50%; font-size: 12px; font-weight: 600; color: var(--primary); }
.workflow-steps h3 { margin-top: 7px; font-size: 16px; font-weight: 600; }
.workflow-steps p { margin-top: 9px; max-width: 380px; color: var(--text-secondary); font-size: 13px; line-height: 1.75; }

/* Deux offres, distinction explicite des fonctions gratuites. */
.centered-heading { text-align: center; max-width: 780px; margin-inline: auto; }
.centered-heading .overline { justify-content: center; }
.centered-heading > p:last-child { max-width: 590px; margin-inline: auto; }
.plans { display: grid; gap: 20px; max-width: 920px; margin: 36px auto 0; }
.plan { padding: 25px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); }
.plan-plus { border-color: var(--primary); background: var(--primary-light); }
.plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.plan-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--background); color: var(--text-secondary); }
.plan-plus .plan-icon { color: var(--primary); background: var(--surface); }
.plan-label { color: var(--text-secondary); font-size: 8px; font-weight: 600; letter-spacing: .06em; }
.plan-plus .plan-label { color: var(--primary); }
.plan h3 { margin-top: 23px; font-size: 20px; font-weight: 600; letter-spacing: -.03em; }
.plan-description { margin-top: 7px; color: var(--text-secondary); font-size: 12px; }
.plan-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; margin-top: 26px; font-size: 43px; font-weight: 600; line-height: 1.25; letter-spacing: -.05em; font-variant-numeric: tabular-nums; }
.plan-price > span { font-size: 13px; font-weight: 400; color: var(--text-secondary); letter-spacing: 0; }
.plan-billing { min-height: 40px; margin-top: 8px; color: var(--text-secondary); font-size: 11px; }
.plan-billing strong { color: var(--text); font-weight: 500; }
.plan .btn { margin-top: 14px; font-size: 12px; border-radius: 10px; gap: 12px; }
.plan .btn .icon { width: 16px; height: 16px; }
.plan-list-label { margin-top: 27px; padding-top: 22px; border-top: 1px solid var(--border); font-weight: 600; font-size: 12px; }
.plan-list { display: flex; flex-direction: column; gap: 13px; margin-top: 17px; padding: 0; list-style: none; }
.plan-list li { position: relative; padding-left: 23px; font-size: 12px; color: var(--ink-soft); line-height: 1.6; }
.plan-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green-ink); font-weight: 600; }
.plan-plus .plan-list li::before { color: var(--primary); }
.plan-footnote { margin-top: 22px; font-size: 10px; line-height: 1.7; color: var(--text-secondary); }
.pricing-fine-print { max-width: 740px; margin: 23px auto 0; font-size: 10px; line-height: 1.85; text-align: center; color: var(--text-secondary); }

/* Confidentialité, FAQ et dernier appel à l’action */
.privacy-section { padding: 38px 0; border-block: 1px solid var(--border); background: var(--surface); }
.privacy-layout { display: grid; gap: 22px; }
.privacy-heading { display: flex; align-items: flex-start; gap: 17px; }
.privacy-emblem { display: grid; place-items: center; width: 45px; height: 50px; flex-shrink: 0; border: 1px solid var(--border); border-radius: 14px; color: var(--primary); }
.privacy-heading .overline { font-size: 8px; }
.privacy-heading h2 { max-width: 320px; margin-top: 7px; font-size: 23px; }
.privacy-copy > p { color: var(--text-secondary); font-size: 12px; line-height: 1.8; }
.privacy-copy .text-link { margin-top: 6px; font-size: 11px; color: var(--primary); }
.faq-layout { display: grid; gap: 25px; }
.faq-intro h2 { margin-top: 14px; }
.faq-intro > p:not(.overline) { margin-top: 18px; color: var(--text-secondary); font-size: 13px; }
.faq-intro .text-link { font-size: 12px; }
.landing .faq { width: 100%; margin: 0; gap: 0; }
.landing .faq details { padding: 0; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: transparent; }
.landing .faq details:first-child { border-top: 1px solid var(--border); }
.landing .faq summary { min-height: 64px; padding-block: 17px; font-size: 13px; font-weight: 500; }
.landing .faq summary::after { color: var(--text-secondary); font-size: 22px; font-weight: 400; }
.landing .faq details p { margin: 0; padding: 0 20px 22px 0; font-size: 12px; line-height: 1.85; }
.closing-section { padding-bottom: 64px; }
.closing-card { position: relative; display: grid; gap: 40px; overflow: hidden; padding: 36px 26px; border-radius: 28px; background: var(--primary-light); }
.closing-copy { z-index: 1; }
.closing-copy .overline { font-size: 8px; }
.closing-copy h2 { margin-top: 20px; font-size: 38px; }
.closing-copy > p:not(.overline) { margin-top: 20px; color: var(--ink-soft); font-size: 14px; }
.closing-copy .appstore-badge { margin-top: 26px; }
.closing-note { display: block; margin-top: 14px; font-size: 9px; line-height: 1.8; color: var(--text-secondary); }
.closing-art { position: relative; isolation: isolate; display: none; flex-direction: column; align-items: center; justify-content: center; }
.closing-art img { border-radius: 38px; box-shadow: var(--shadow-phone); transform: rotate(-8deg); }
.closing-art > span { display: block; margin-top: 26px; font-size: 28px; font-weight: 700; letter-spacing: -.05em; }
.closing-art > p { margin-top: 6px; font-size: 11px; color: var(--text-secondary); }
.closing-ring { position: absolute; z-index: -1; width: 365px; height: 365px; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 1px solid var(--lavender-line); border-radius: 50%; }
.closing-ring::after { content: ""; position: absolute; inset: -36px; border: 1px solid var(--lavender-line); border-radius: 50%; }
.landing .site-footer { background: var(--background); padding: 35px 0 24px; }
.landing .footer-top { gap: 30px; }
.landing .footer-tagline { margin-top: 13px; font-size: 12px; line-height: 1.8; }
.landing .footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 6px 26px; }
.landing .footer-links a { display: flex; align-items: center; min-height: 36px; font-size: 12px; }
.landing .footer-bottom { margin-top: 30px; font-size: 10px; }
.footer-disclaimer { font-size: 9px; }
.landing .no-cookies { background: transparent; padding: 0; color: var(--green-ink); font-size: 10px; font-weight: 500; }

/* Élargissements progressifs, du petit téléphone au grand écran. */
@media (min-width: 400px) {
  .hero-copy h1 { font-size: 48px; }
  .preview-rent-line > b { display: block; }
  .overline { font-size: 11px; }
  .plan { padding: 32px; }
  .plan .btn { font-size: 14px; }
}
@media (min-width: 600px) {
  .landing .container { padding-inline: 36px; }
  .hero-copy h1 { font-size: 64px; }
  .hero-description { font-size: 19px; }
  .desktop-break { display: initial; }
  .header-download { display: flex; margin-left: auto; }
  .hero-layout { gap: 42px; }
  .product-stage { max-width: 530px; width: 100%; justify-self: center; }
  .floating-receipt { display: flex; left: 16px; }
  .reassurance-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .reassurance-grid p { align-items: flex-start; line-height: 1.7; }
  .reassurance-grid strong { display: block; }
  .reassurance-grid .icon { margin-top: 3px; }
  .secondary-features { grid-template-columns: repeat(3, 1fr); gap: 25px; }
  .product-feature { padding: 36px 36px 0; }
  .rent-preview { margin-inline: 0; }
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan { padding: 24px; }
  .plan h3 { min-height: 50px; }
  .plan .btn { font-size: 12px; }
  .plan-label { font-size: 7px; }
  .plan-price { font-size: 37px; }
  .closing-card { padding: 44px; }
}
@media (min-width: 800px) {
  .home-section { padding-block: 96px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-copy > p { min-height: 68px; }
  .feature-copy h3 { font-size: 28px; }
  .product-feature { padding: 32px 28px 0; }
  .included-label { font-size: 9px; }
  .secondary-features { margin-top: 38px; gap: 45px; }
  .workflow-layout { grid-template-columns: 1fr 1fr; gap: 60px; }
  .workflow-section { padding-block: 76px; }
  .workflow-intro h2 { font-size: 36px; }
  .workflow-intro .overline { font-size: 9px; }
  .privacy-layout { grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .privacy-section { padding-block: 44px; }
  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 60px; }
  .landing .faq summary { font-size: 14px; }
  .closing-card { grid-template-columns: 1.2fr 1fr; gap: 10px; padding: 50px; }
  .closing-art { display: flex; }
  .closing-art img { width: 140px; height: 140px; border-radius: 30px; }
  .closing-copy h2 { font-size: 43px; }
  .landing .footer-links { grid-template-columns: repeat(3, auto); column-gap: 32px; }
  .plan { padding: 32px; }
  .plan h3 { min-height: 0; font-size: 21px; }
  .plan-price { font-size: 48px; }
  .plan-label { font-size: 9px; }
  .plan .btn { font-size: 14px; }
  .plan-list li { font-size: 13px; }
  .plan-billing { font-size: 12px; }
}
@media (min-width: 1000px) {
  .landing .container { padding-inline: 36px; }
  .desktop-nav { display: flex; }
  .mobile-menu { display: none; }
  .header-download { margin-left: 0; }
  .home-hero { padding: 38px 0 54px; }
  .hero-layout { grid-template-columns: 1.05fr 1fr; gap: 32px; }
  .hero-copy { padding-bottom: 8px; }
  .hero-copy h1 { font-size: clamp(60px, 5.65vw, 74px); margin-top: 24px; }
  .hero-description { margin-top: 28px; font-size: 18px; }
  .hero-audience { font-size: 12px; }
  .hero-copy .overline { font-size: 9px; }
  .landing .hero-actions { margin-top: 30px; gap: 20px; }
  .hero-actions .text-link { font-size: 12px; }
  .free-promise { margin-top: 25px; }
  .product-stage { padding: 26px 0 21px; border-radius: 28px; }
  .app-phone { width: 286px; }
  .floating-receipt { left: 10px; bottom: 103px; }
  .stage-label { margin-bottom: 20px; }
  .product-stage figcaption { margin-top: 22px; }
  .reassurance-grid { padding-block: 1px; gap: 40px; }
  .reassurance-grid p { justify-content: center; align-items: center; font-size: 12px; }
  .reassurance-grid strong { display: inline; }
  .reassurance-grid .icon { margin: 0; }
  .split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
  .split-heading > p { margin-bottom: 3px; margin-right: 26px; font-size: 14px; }
  .product-feature { padding: 38px 38px 0; }
  .feature-copy h3 { font-size: 32px; }
  .feature-copy > p { min-height: 65px; font-size: 14px; }
  .included-label { font-size: 11px; }
  .rent-preview { margin-top: 30px; padding: 24px 24px 0; }
  .preview-heading { font-size: 14px; }
  .preview-heading > span { font-size: 10px; }
  .preview-rent-line { gap: 10px; padding: 16px 0; }
  .preview-rent-line b { font-size: 11px; }
  .preview-rent-line small { font-size: 9px; }
  .rent-preview-total { margin-top: 20px; }
  .rent-preview-total > b { font-size: 36px; }
  .rent-preview-total > span { font-size: 10px; }
  .document-preview { margin-top: 30px; padding: 28px; }
  .document-title { font-size: 21px; }
  .document-period { margin-bottom: 27px; }
  .document-line { font-size: 11px; }
  .document-total { font-size: 12px; }
  .document-total b { font-size: 18px; }
  .document-signature { margin-top: 25px; }
  .workflow-layout { grid-template-columns: 1fr 1fr; gap: 110px; }
  .workflow-intro h2 { font-size: 40px; }
  .workflow-intro .overline { font-size: 10px; }
  .workflow-steps h3 { font-size: 18px; }
  .workflow-steps p { font-size: 14px; }
  .plans { gap: 24px; margin-top: 42px; }
  .plan { padding: 36px; }
  .plan h3 { font-size: 23px; }
  .plan-description { font-size: 13px; }
  .plan .btn { margin-top: 13px; }
  .pricing-fine-print { font-size: 11px; }
  .privacy-layout { grid-template-columns: 1fr 1fr; gap: 90px; }
  .privacy-heading h2 { font-size: 27px; }
  .privacy-copy > p { font-size: 13px; }
  .privacy-copy .text-link { font-size: 12px; }
  .faq-layout { grid-template-columns: .8fr 1.2fr; gap: 95px; }
  .landing .faq details p { font-size: 13px; }
  .closing-card { padding: 58px 65px; grid-template-columns: 1.1fr 1fr; }
  .closing-copy h2 { font-size: 52px; }
  .closing-copy .overline { font-size: 10px; }
  .closing-art img { width: 166px; height: 166px; border-radius: 36px; }
  .closing-note { font-size: 10px; }
  .landing .footer-links { column-gap: 52px; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter .55s ease-out both; }
  .product-stage { animation: enter .7s .08s ease-out both; }
  @keyframes enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
