/* ==========================================================================
   Atelier Cadran · Money-page design system (Ardoise & Cuivre)
   Shared by the deep-generalist (Brand 2) commercial pages:
   maintenance, refonte, niche pages, realisations. Extracted verbatim from the
   site-vitrine-tunisie page so the whole family stays pixel-consistent.
   No em/en dashes anywhere (firewall). Use the middle dot or parentheses.
   ========================================================================== */
:root {
  --font-display: 'Cabinet Grotesk', system-ui, sans-serif;
  --font-body: 'Switzer', system-ui, sans-serif;
  --bg: #fcfbf7; --bg-2: #f3ede0; --bg-3: #e9e0cc;
  --ink: #0a0c0e; --ink-soft: #434a51; --ink-mute: #7c776f;
  --dark: #0a0c0e; --dark-2: #181b1f; --dark-3: #252a30;
  --on-d: #fcfbf7; --on-d-soft: rgba(252,251,247,0.74); --on-d-mute: rgba(252,251,247,0.48);
  --c: #d4783c; --c-bright: #ec8d56; --c-deep: #a35a30; --c-soft: #f5d4b3;
  --ok: #4c7d52; --ko: #b4543e;
  --border: rgba(10,12,14,0.08); --border-2: rgba(10,12,14,0.14);
  --border-d: rgba(245,212,179,0.16);
  --r: 6px; --card-r: 10px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-cuivre: 0 1px 2px rgba(163,90,48,0.18), 0 4px 12px -3px rgba(163,90,48,0.28);
  --shadow-cuivre-lift: 0 1px 2px rgba(10,12,14,0.10), 0 10px 24px -4px rgba(163,90,48,0.38), 0 20px 40px -10px rgba(10,12,14,0.20);
  --shadow-soft: 0 1px 2px rgba(10,12,14,0.04), 0 12px 28px -10px rgba(10,12,14,0.12);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
p, h1, h2, h3, h4 { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ol, ul { margin: 0; padding: 0; list-style: none; }
button, input, select { font: inherit; }
button { border: 0; background: transparent; cursor: pointer; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--ink); color: var(--on-d); padding: 12px 18px; border-radius: var(--r); }
.skip:focus { left: 12px; top: 12px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 26px; border-radius: var(--r); font-family: var(--font-body); font-weight: 600; font-size: 14.5px; letter-spacing: -0.005em; line-height: 1; border: 1px solid transparent; white-space: nowrap; cursor: pointer; color: white; transition: background-color 240ms var(--ease-out), transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out); box-shadow: var(--shadow-cuivre); }
.btn .icon { transition: transform 240ms var(--ease-out); flex-shrink: 0; }
.btn:hover .icon { transform: translateX(3px); }
.btn--primary { background: var(--c); }
.btn--primary:hover { background: #c46a30; transform: translateY(-2px); box-shadow: var(--shadow-cuivre-lift); }
.btn--primary:active { transform: translateY(0); box-shadow: var(--shadow-cuivre); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); box-shadow: none; }
.btn--ghost:hover { background: var(--ink); color: var(--on-d); }
.btn--ghost-d { background: rgba(252,251,247,0.06); color: var(--on-d); border: 1px solid rgba(252,251,247,0.16); box-shadow: none; }
.btn--ghost-d:hover { background: rgba(252,251,247,0.12); border-color: rgba(245,212,179,0.4); transform: translateY(-1px); }
.btn--sm { height: 44px; padding: 0 18px; font-size: 13.5px; }
.btn:focus-visible, a:focus-visible, summary:focus-visible, .tab-btn:focus-visible { outline: 3px solid var(--c); outline-offset: 3px; border-radius: 3px; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-deep); }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; flex-shrink: 0; }
.eyebrow--light { color: var(--c-soft); }
.eyebrow--center { justify-content: center; }

.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.container--narrow { max-width: 1000px; }
@media (max-width: 720px) { .container { padding: 0 20px; } }
.section { padding: 100px 0; }
@media (max-width: 720px) { .section { padding: 58px 0; } }
.section--tint { background: var(--bg-2); }
.section--dark { background: var(--dark); color: var(--on-d); }
.section--dark .h2, .section--dark .h-on { color: var(--on-d); }
.section--dark .lede { color: var(--on-d-soft); }
.section--dark .eyebrow { color: var(--c-soft); }
.section--dark .prose { color: var(--on-d-soft); }
.section--dark .prose strong { color: var(--on-d); }
.section-head { max-width: 800px; margin: 0 auto 52px; text-align: center; }
.section-head--left { text-align: left; margin: 0 0 44px; }
@media (max-width: 720px) { .section-head { margin-bottom: 34px; } }
.h2 { font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 43px); font-weight: 700; line-height: 1.09; letter-spacing: -0.03em; color: var(--ink); margin-top: 16px; text-wrap: balance; }
.lede { margin-top: 18px; font-family: var(--font-body); font-size: clamp(15.5px, 1.3vw, 17.5px); line-height: 1.62; color: var(--ink-soft); max-width: 700px; }
.section-head .lede { margin-left: auto; margin-right: auto; }
.prose { font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--ink-soft); max-width: 720px; }
.prose p + p { margin-top: 15px; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose--wide { max-width: 880px; }

.header { position: sticky; top: 0; z-index: 40; width: 100%; background: rgba(252,251,247,0.86); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid var(--border); }
.nav { width: 100%; max-width: 1240px; margin: 0 auto; height: 72px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav__brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.nav__mark-svg { width: 40px; height: 40px; color: var(--ink); flex-shrink: 0; }
.nav__name { font-family: var(--font-display); font-size: 16.5px; font-weight: 700; letter-spacing: -0.022em; }
.nav__links { display: flex; gap: 26px; font-family: var(--font-body); font-size: 13.5px; font-weight: 500; color: var(--ink-soft); }
.nav__links a { transition: color 180ms var(--ease-out); }
.nav__links a:hover { color: var(--ink); }
.nav__right { display: flex; align-items: center; gap: 18px; }
.nav__cta { height: 44px; padding: 0 18px; font-size: 13.5px; }
.hamburger { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--border-2); border-radius: 4px; }
.hamburger__icon { display: flex; flex-direction: column; gap: 3px; width: 16px; }
.hamburger__icon span { display: block; height: 1.5px; background: var(--ink); width: 100%; transition: all 220ms var(--ease-out); }
.hamburger[aria-expanded="true"] .hamburger__icon { position: relative; height: 14px; gap: 0; }
.hamburger[aria-expanded="true"] .hamburger__icon span:nth-child(1) { position: absolute; top: 6px; transform: rotate(45deg); }
.hamburger[aria-expanded="true"] .hamburger__icon span:nth-child(2) { opacity: 0; }
.hamburger[aria-expanded="true"] .hamburger__icon span:nth-child(3) { position: absolute; top: 6px; transform: rotate(-45deg); }
@media (max-width: 900px) { .nav { height: 62px; padding: 0 20px; } .nav__links, .nav__cta { display: none; } .hamburger { display: inline-flex; } .nav__mark-svg { width: 34px; height: 34px; } }
.drawer { position: fixed; inset: 62px 0 0 0; z-index: 39; background: var(--bg); transform: translateX(100%); transition: transform 320ms var(--ease-out); display: flex; flex-direction: column; padding: 14px 22px 28px; overflow-y: auto; }
.drawer[data-open="true"] { transform: translateX(0); }
.drawer__links { display: flex; flex-direction: column; }
.drawer__links a { display: flex; align-items: center; justify-content: space-between; padding: 17px 4px; border-bottom: 1px solid var(--border); font-family: var(--font-display); font-size: 16px; font-weight: 500; letter-spacing: -0.018em; color: var(--ink); }
.drawer__links a::after { content: ''; width: 8px; height: 8px; border-right: 1.5px solid var(--c); border-top: 1.5px solid var(--c); transform: rotate(45deg); }
.drawer__cta-block { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.drawer__cta-block .btn { width: 100%; height: 54px; font-size: 15.5px; }
.drawer__contact { margin-top: auto; padding-top: 24px; display: flex; flex-direction: column; gap: 4px; }
.drawer__contact-eyebrow { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-deep); }
.drawer__phone { font-family: var(--font-display); font-size: 22px; font-weight: 700; letter-spacing: -0.022em; color: var(--ink); margin-top: 4px; }

.progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--c-deep), var(--c-bright)); z-index: 50; transition: width 90ms linear; }

.hero { background: var(--bg); border-bottom: 1px solid var(--border); overflow: hidden; }
.hero__inner { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: 52px; align-items: center; padding: 72px 0 76px; }
.hero__h1 { font-family: var(--font-display); font-size: clamp(32px, 4vw, 53px); font-weight: 700; line-height: 1.05; letter-spacing: -0.035em; color: var(--ink); margin: 18px 0 20px; text-wrap: balance; max-width: 18ch; }
.hero__h1 em { font-style: italic; color: var(--c-deep); }
.hero__sub { font-family: var(--font-body); font-size: clamp(16px, 1.35vw, 18px); line-height: 1.6; color: var(--ink-soft); margin-bottom: 28px; max-width: 560px; }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.hero__micro { display: flex; align-items: center; gap: 8px; font-family: var(--font-body); font-size: 13px; color: var(--ink-mute); }
.hero__micro svg { color: var(--ok); flex-shrink: 0; }
@media (max-width: 920px) {
  .hero__inner { grid-template-columns: 1fr; gap: 34px; padding: 40px 0 48px; }
  .hero__h1 { max-width: none; }
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; height: 54px; font-size: 15px; }
}

/* hero forfait tile */
.forfait { background: var(--bg); border: 1px solid var(--border-2); border-top: 4px solid var(--c); border-radius: 14px; padding: 30px 30px 26px; box-shadow: var(--shadow-soft); }
.forfait__k { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-deep); }
.forfait__v { font-family: var(--font-display); font-size: clamp(40px, 5.5vw, 56px); font-weight: 800; letter-spacing: -0.04em; color: var(--ink); line-height: 1; margin-top: 8px; }
.forfait__v small { font-size: 16px; font-weight: 700; color: var(--ink-mute); margin-left: 4px; }
.forfait__sub { font-family: var(--font-body); font-size: 14px; color: var(--ink-soft); margin-top: 10px; }
.forfait__list { margin-top: 18px; display: flex; flex-direction: column; gap: 11px; }
.forfait__list li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-family: var(--font-body); font-size: 14px; line-height: 1.45; color: var(--ink-soft); }
.forfait__list svg { color: var(--ok); margin-top: 2px; }
.forfait__foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border); font-family: var(--font-body); font-size: 12.5px; color: var(--ink-mute); }

.snapshot { background: var(--dark); color: var(--on-d); }
.snapshot__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.snap { padding: 30px 28px; border-right: 1px solid rgba(245,212,179,0.14); }
.snap:last-child { border-right: 0; }
.snap__num { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 32px); font-weight: 800; letter-spacing: -0.03em; color: var(--c-bright); line-height: 1; }
.snap__label { font-family: var(--font-body); font-size: 13px; line-height: 1.45; color: var(--on-d-soft); margin-top: 8px; }
@media (max-width: 760px) { .snapshot__grid { grid-template-columns: 1fr 1fr; } .snap:nth-child(2) { border-right: 0; } .snap:nth-child(1), .snap:nth-child(2) { border-bottom: 1px solid rgba(245,212,179,0.14); } }

.toc { background: var(--bg-2); border-bottom: 1px solid var(--border); position: sticky; top: 71px; z-index: 30; }
@media (max-width: 900px) { .toc { top: 61px; } }
.toc__inner { display: flex; gap: 8px; overflow-x: auto; padding: 13px 0; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.toc__inner::-webkit-scrollbar { display: none; }
.toc a { flex-shrink: 0; font-family: var(--font-body); font-size: 13px; font-weight: 500; color: var(--ink-soft); padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px; background: var(--bg); transition: all 180ms var(--ease-out); white-space: nowrap; }
.toc a:hover { border-color: var(--c); color: var(--c-deep); }
.toc a.is-active { border-color: var(--c); color: var(--c-deep); background: var(--c-soft); font-weight: 600; }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--card-r); padding: 28px 26px; display: flex; flex-direction: column; gap: 10px; }
.section--tint .card { background: var(--bg); }
.card__ico { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; background: rgba(212,120,60,0.10); color: var(--c-deep); margin-bottom: 4px; }
.card__ico svg { width: 21px; height: 21px; }
.card__title { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.2; color: var(--ink); }
.card__body { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }
@media (max-width: 940px) { .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; gap: 16px; } }

.clist { display: flex; flex-direction: column; gap: 9px; margin-top: 6px; }
.clist li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: var(--ink-soft); }
.clist svg { color: var(--ok); margin-top: 3px; }

/* en-bref AEO callout */
.enbref { max-width: 880px; margin: 0 auto; background: var(--bg); border: 1px solid var(--border); border-left: 4px solid var(--c); border-radius: var(--card-r); padding: 26px 30px; box-shadow: var(--shadow-soft); }
.enbref__k { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-deep); margin-bottom: 10px; }
.enbref p { font-family: var(--font-body); font-size: 16px; line-height: 1.65; color: var(--ink-soft); }
.enbref p strong { color: var(--ink); font-weight: 600; }

/* chips grid */
.chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 14px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); padding: 12px 18px; border: 1px solid var(--border-2); border-radius: 999px; background: var(--bg); }
.chip svg { color: var(--c-deep); }

.pricecard { display: grid; grid-template-columns: 1fr 1.1fr; gap: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; background: var(--bg); box-shadow: var(--shadow-soft); max-width: 1000px; margin: 0 auto; }
.pricecard__l { padding: 38px 36px; background: var(--dark); color: var(--on-d); }
.pricecard__k { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-soft); }
.pricecard__v { font-family: var(--font-display); font-size: clamp(38px, 5vw, 52px); font-weight: 800; letter-spacing: -0.04em; color: var(--c-bright); line-height: 1; margin-top: 10px; }
.pricecard__v small { font-size: 16px; font-weight: 700; color: var(--on-d); margin-left: 4px; }
.pricecard__sub { font-family: var(--font-body); font-size: 13.5px; line-height: 1.55; color: var(--on-d-soft); margin-top: 14px; }
.pricecard__r { padding: 30px 34px; display: flex; flex-direction: column; }
@media (max-width: 800px) { .pricecard { grid-template-columns: 1fr; } }

.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
.flow--4 { grid-template-columns: repeat(4, 1fr); }
.flow--6 { grid-template-columns: repeat(6, 1fr); }
.flow__step { position: relative; padding: 0 14px; text-align: center; }
.flow__step::before { content: ''; position: absolute; top: 23px; left: -50%; width: 100%; height: 2px; background: rgba(245,212,179,0.24); z-index: 0; }
.flow__step:first-child::before { display: none; }
.flow__dot { position: relative; z-index: 1; width: 48px; height: 48px; margin: 0 auto 16px; border-radius: 999px; background: var(--dark-2); border: 2px solid var(--c); color: var(--c-bright); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.flow__step--free .flow__dot { background: var(--c); border-color: var(--c); color: #fff; }
.flow__t { font-family: var(--font-display); font-size: 14.5px; font-weight: 700; letter-spacing: -0.018em; color: var(--on-d); }
.flow__d { font-family: var(--font-body); font-size: 12px; line-height: 1.5; color: var(--on-d-soft); margin-top: 6px; }
.flow__tag { display: inline-block; margin-top: 8px; font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 8px; border-radius: 4px; background: rgba(212,120,60,0.18); color: var(--c-bright); }
/* light variant of the flow (for cream sections) */
.flow--light .flow__dot { background: var(--bg); border-color: var(--c); color: var(--c-deep); }
.flow--light .flow__t { color: var(--ink); }
.flow--light .flow__d { color: var(--ink-soft); }
.flow--light .flow__step::before { background: var(--border-2); }
@media (max-width: 860px) {
  .flow, .flow--4, .flow--6 { grid-template-columns: 1fr; }
  .flow__step { display: grid; grid-template-columns: 48px 1fr; gap: 16px; text-align: left; padding: 0 0 26px; }
  .flow__step::before { top: 48px; left: 23px; width: 2px; height: 100%; }
  .flow__step:last-child { padding-bottom: 0; }
  .flow__dot { margin: 0; }
}

/* 3-node maquette flow */
.mflow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 880px; margin: 0 auto; }
.mnode { border: 1px solid var(--border); border-radius: var(--card-r); padding: 24px 22px; background: var(--bg); text-align: center; position: relative; }
.mnode--free { border-color: var(--c); background: rgba(212,120,60,0.05); }
.mnode__n { width: 38px; height: 38px; border-radius: 999px; background: var(--dark); color: var(--c-bright); display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 16px; margin-bottom: 12px; }
.mnode--free .mnode__n { background: var(--c); color: #fff; }
.mnode__t { font-family: var(--font-display); font-size: 16px; font-weight: 700; letter-spacing: -0.018em; color: var(--ink); }
.mnode__d { font-family: var(--font-body); font-size: 13px; line-height: 1.5; color: var(--ink-soft); margin-top: 6px; }
@media (max-width: 720px) { .mflow { grid-template-columns: 1fr; } }

.taxo { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: var(--card-r); overflow: hidden; }
.taxo__col { padding: 28px 30px; }
.taxo__col--in { background: var(--bg); }
.taxo__col--out { background: var(--bg-2); border-left: 1px solid var(--border); }
.taxo__h { font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink); display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.taxo__h .dot { width: 9px; height: 9px; border-radius: 999px; flex-shrink: 0; }
.taxo__h .dot--in { background: var(--ok); }
.taxo__h .dot--out { background: var(--ink-mute); }
.taxo li { position: relative; padding-left: 20px; font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: var(--ink-soft); margin-bottom: 9px; }
.taxo li::before { content: ''; position: absolute; left: 0; top: 9px; width: 10px; height: 1px; background: var(--c); }
@media (max-width: 640px) { .taxo { grid-template-columns: 1fr; } .taxo__col--out { border-left: 0; border-top: 1px solid var(--border); } }

.vs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.vs__col { border-radius: 14px; padding: 28px 30px; }
.vs__col--a { background: var(--bg); border: 1px solid var(--border); }
.vs__col--b { background: var(--bg); border: 1px solid var(--border); }
.vs__col--accent { border-color: var(--c); box-shadow: var(--shadow-soft); }
.vs__h { font-family: var(--font-display); font-size: 19px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.vs__sub { font-family: var(--font-body); font-size: 13px; color: var(--ink-mute); margin: 4px 0 16px; }
.vs__row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; padding: 9px 0; font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: var(--ink-soft); border-top: 1px solid var(--border); }
.vs__row:first-of-type { border-top: 0; }
.vs__row svg { margin-top: 3px; color: var(--c-deep); }
.vs__cta { margin-top: 16px; }
@media (max-width: 720px) { .vs { grid-template-columns: 1fr; } }

.tabs__btns { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; justify-content: center; }
.tab-btn { font-family: var(--font-display); font-size: 14px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink-soft); padding: 11px 20px; border-radius: 999px; border: 1px solid var(--border-2); background: var(--bg); transition: all 200ms var(--ease-out); }
.tab-btn[aria-selected="true"] { background: var(--ink); color: var(--on-d); border-color: var(--ink); }
.tab-btn:hover[aria-selected="false"] { border-color: var(--c); color: var(--c-deep); }
.tab-panel[hidden] { display: none; }
.tab-panel { border: 1px solid var(--border); border-radius: 14px; padding: 30px 34px; background: var(--bg); animation: fade 280ms var(--ease-out); max-width: 820px; margin: 0 auto; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.cfgr { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 12px; }
.cfgr__verdict { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.02em; }
.cfgr__verdict.in { color: var(--ok); }
.cfgr__verdict.out { color: var(--c-deep); }
.cfgr p { font-family: var(--font-body); font-size: 14.5px; line-height: 1.6; color: var(--ink-soft); }

.priceband { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--dark); color: var(--on-d); border-radius: 14px; padding: 28px 34px; margin-top: 26px; flex-wrap: wrap; }
.priceband__l .k { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--c-soft); }
.priceband__l .v { font-family: var(--font-display); font-size: 30px; font-weight: 800; letter-spacing: -0.03em; color: var(--c-bright); margin-top: 4px; }
.priceband__l .v small { font-size: 14px; font-weight: 600; color: var(--on-d-soft); margin-left: 4px; }
.priceband__l .note { font-family: var(--font-body); font-size: 12.5px; color: var(--on-d-mute); margin-top: 6px; max-width: 460px; }

/* animated weight / timeline bars (deterministic: width set on load by money-page.js) */
.bars { display: flex; flex-direction: column; gap: 20px; max-width: 760px; margin: 0 auto; }
.bar__top { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 9px; }
.bar__label { font-family: var(--font-display); font-size: 14.5px; font-weight: 700; letter-spacing: -0.018em; color: var(--ink); }
.section--dark .bar__label { color: var(--on-d); }
.bar__val { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--c-deep); white-space: nowrap; }
.section--dark .bar__val { color: var(--c-bright); }
.bar__track { height: 10px; border-radius: 999px; background: var(--bg-3); overflow: hidden; }
.section--dark .bar__track { background: var(--dark-3); }
.bar__fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, var(--c-deep), var(--c-bright)); transition: width 950ms var(--ease-out); }
.bar__note { font-family: var(--font-body); font-size: 12.5px; color: var(--ink-mute); margin-top: 7px; }
.section--dark .bar__note { color: var(--on-d-mute); }

/* risk / warning flag cards */
.flags { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.flag { background: var(--bg); border: 1px solid var(--border); border-top: 3px solid var(--ko); border-radius: var(--card-r); padding: 24px 22px; }
.flag__ico { width: 38px; height: 38px; border-radius: 9px; background: rgba(180,84,62,0.10); color: var(--ko); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.flag__ico svg { width: 20px; height: 20px; }
.flag__t { font-family: var(--font-display); font-size: 16px; font-weight: 700; letter-spacing: -0.018em; color: var(--ink); }
.flag__d { font-family: var(--font-body); font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); margin-top: 6px; }
@media (max-width: 760px) { .flags { grid-template-columns: 1fr; } }

.midcta { background: var(--bg); border: 1px solid var(--border); border-left: 3px solid var(--c); border-radius: var(--card-r); padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1000px; margin: 44px auto 0; box-shadow: var(--shadow-soft); }
.section--dark .midcta { background: var(--dark-2); border-color: var(--dark-3); border-left-color: var(--c); }
.midcta__t { font-family: var(--font-display); font-size: clamp(17px, 2vw, 22px); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.section--dark .midcta__t { color: var(--on-d); }
.midcta__t span { color: var(--c-deep); font-style: italic; }
.section--dark .midcta__t span { color: var(--c-bright); }
.midcta .btn { flex-shrink: 0; }
@media (max-width: 720px) { .midcta { flex-direction: column; align-items: stretch; text-align: center; } .midcta .btn { width: 100%; } }

.faq__list { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary { list-style: none; cursor: pointer; padding: 23px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--font-display); font-size: 16.5px; font-weight: 600; letter-spacing: -0.018em; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ''; width: 13px; height: 13px; border-right: 1.5px solid var(--c); border-bottom: 1.5px solid var(--c); transform: rotate(45deg); transition: transform 280ms var(--ease-out); flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(-135deg); }
.faq-item__body { padding: 0 30px 24px 0; font-family: var(--font-body); font-size: 15px; line-height: 1.64; color: var(--ink-soft); }

.cta-final { position: relative; background: var(--dark); color: var(--on-d); overflow: hidden; padding: 110px 0; }
.cta-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(212,120,60,0.22) 0%, transparent 65%); pointer-events: none; }
.cta-final__inner { position: relative; z-index: 1; text-align: center; max-width: 720px; margin: 0 auto; padding: 0 32px; }
.cta-final__h2 { font-family: var(--font-display); font-size: clamp(32px, 4.2vw, 52px); font-weight: 700; line-height: 1.07; letter-spacing: -0.035em; color: var(--on-d); margin: 20px 0 18px; text-wrap: balance; }
.cta-final__sub { font-family: var(--font-body); font-size: 17px; line-height: 1.55; color: var(--on-d-soft); margin-bottom: 28px; max-width: 540px; margin-left: auto; margin-right: auto; }
.cta-final__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-final__actions .btn { min-width: 230px; }
.reassure { display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: center; margin-top: 30px; }
.reassure span { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-body); font-size: 12.5px; color: var(--on-d-soft); }
.reassure svg { color: var(--c-bright); }
@media (max-width: 540px) { .cta-final__actions .btn { width: 100%; min-width: 0; } }

.footer { background: var(--dark-2); color: var(--on-d-soft); padding: 66px 0 26px; border-top: 1px solid var(--border-d); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer__brand { display: flex; align-items: center; gap: 14px; color: var(--on-d); margin-bottom: 16px; }
.footer__brand svg { width: 52px; height: 52px; color: var(--on-d); }
.footer__brand span { font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.022em; }
.footer__manifesto { font-family: var(--font-body); font-size: 14px; line-height: 1.55; color: var(--on-d-soft); max-width: 360px; margin-bottom: 20px; }
.footer__addr { font-family: var(--font-body); font-size: 13px; line-height: 1.5; color: var(--on-d-soft); padding-top: 14px; border-top: 1px solid var(--border-d); }
.footer__addr span { font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-soft); display: block; margin-bottom: 6px; }
.footer__col-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--c-soft); margin-bottom: 18px; }
.footer__col ul { display: flex; flex-direction: column; gap: 11px; font-family: var(--font-body); font-size: 14px; color: var(--on-d-soft); }
.footer__col a:hover { color: var(--on-d); }
.footer__phone { font-family: var(--font-display); font-size: 17px; font-weight: 700; letter-spacing: -0.022em; color: var(--on-d); display: block; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 22px; border-top: 1px solid var(--border-d); font-family: var(--font-body); font-size: 12.5px; color: var(--on-d-mute); flex-wrap: wrap; }
@media (max-width: 760px) { .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 520px) { .footer__grid { grid-template-columns: 1fr; } }

.fab { position: fixed; bottom: 22px; right: 22px; z-index: 60; width: 56px; height: 56px; background: #25D366; color: white; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,0.32); transition: transform 220ms var(--ease-out); }
.fab:hover { transform: translateY(-2px); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 620ms var(--ease-out), transform 620ms var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } .bar__fill { transition: none !important; } }
