/* ═══════════════════════════════════════════
   Vukiro — pages dédiées (Pro & Proches)
   Feuille de style partagée
   ═══════════════════════════════════════════ */
:root {
  --bg: #0A0A0A; --bg-2: #14100C; --bg-3: #0D0906;
  --surf: rgba(255,250,242,0.035); --surf-2: rgba(255,250,242,0.06);
  --line: rgba(255,250,242,0.09); --line-2: rgba(255,250,242,0.14);
  --brand: #E85D31; --brand-2: #F2A35C; --brand-soft: rgba(232,93,49,0.12); --brand-glow: rgba(232,93,49,0.4);
  --violet: #B591E8; --gold: #E8B931; --emerald: #4FB286; --sky: #5B9BD5;
  --text: #FAF6EF; --text-2: rgba(250,246,239,0.78); --text-3: rgba(250,246,239,0.55); --text-4: rgba(250,246,239,0.34);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; line-height: 1.6; overflow-x: hidden; }
::selection { background: var(--brand); color: #1a0a04; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 40px; }
.narrow { max-width: 720px; }

/* ── header ── */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 40px; background: rgba(10,10,10,0.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.wordmark { font-family: 'Fraunces', serif; font-style: italic; font-weight: 700; font-size: 21px; color: var(--text); text-decoration: none; letter-spacing: -0.02em; }
.wordmark em { color: var(--brand); }
.nav-links { display: flex; gap: 6px; align-items: center; }
.nav-links a {
  font-size: 13.5px; font-weight: 600; color: var(--text-3); text-decoration: none;
  padding: 8px 14px; border-radius: 99px; transition: color 0.25s, background 0.25s;
}
.nav-links a:hover { color: var(--text); background: var(--surf); }
.nav-links a.active { color: var(--brand); }
.nav-links a.cta { background: var(--brand); color: #1a0a04; font-weight: 700; }
.nav-links a.cta:hover { background: var(--brand-2); color: #1a0a04; }
@media (max-width: 760px) { .nav-links a.hide-sm { display: none; } }

/* ── hero ── */
.page-hero { padding: 80px 0 40px; position: relative; }
.page-hero::before {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(110% 70% at 20% 0%, var(--bg-2), var(--bg) 60%);
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700;
  color: var(--brand); margin-bottom: 22px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 10px var(--brand-glow); }
.page-hero h1 {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 900;
  font-size: clamp(40px, 6.6vw, 78px); line-height: 1.02; letter-spacing: -0.035em;
  margin-bottom: 24px; max-width: 16ch;
}
.page-hero h1 em { color: var(--brand); font-style: italic; }
.page-hero .lede {
  font-family: 'Fraunces', serif; font-style: italic; font-size: clamp(18px, 2vw, 23px);
  color: var(--text-2); max-width: 50ch; line-height: 1.5;
}
.hero-cta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--brand); color: #1a0a04; text-decoration: none; font-weight: 700; font-size: 15.5px;
  border-radius: 99px; padding: 15px 30px; box-shadow: 0 18px 44px -14px var(--brand-glow);
  transition: transform 0.3s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.3s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 26px 54px -12px var(--brand-glow); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-2); text-decoration: none; font-weight: 600; font-size: 15px;
  border: 1px solid var(--line-2); border-radius: 99px; padding: 14px 26px;
  transition: color 0.25s, border-color 0.25s;
}
.btn-ghost:hover { color: var(--brand); border-color: var(--brand); }
.hero-note { margin-top: 16px; font-size: 13px; color: var(--text-4); }

/* ── stat band ── */
.statband {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
  margin: 56px 0;
}
.statband .stat { background: var(--bg-3); padding: 30px 26px; }
.statband .stat .n {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 700;
  font-size: clamp(30px, 3.6vw, 44px); letter-spacing: -0.02em; color: var(--brand); line-height: 1;
  margin-bottom: 10px;
}
.statband .stat .n.violet { color: var(--violet); } .statband .stat .n.gold { color: var(--gold); } .statband .stat .n.emerald { color: var(--emerald); }
.statband .stat .l { font-size: 13.5px; color: var(--text-3); line-height: 1.45; }
.statband .stat .l strong { color: var(--text-2); font-weight: 600; }
@media (max-width: 760px) { .statband { grid-template-columns: 1fr 1fr; } }

/* ── section ── */
section { position: relative; }
.sec-pad { padding: 70px 0; }
.sec-head { margin-bottom: 44px; max-width: 60ch; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head .eyebrow { margin-bottom: 16px; }
.sec-title {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 700;
  font-size: clamp(30px, 4.2vw, 50px); letter-spacing: -0.03em; line-height: 1.06;
}
.sec-title em { color: var(--brand); font-style: italic; }
.sec-lead { margin-top: 18px; font-size: 17px; color: var(--text-2); line-height: 1.65; }
.sec-lead strong { color: var(--text); }

/* ── feature row (screenshot + text) ── */
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 56px 0; }
.frow.flip .frow-media { order: 2; }
.frow.flip .frow-text { order: 1; }
.frow-text h3 {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 700;
  font-size: clamp(26px, 3.2vw, 38px); letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 18px;
}
.frow-text h3 em { color: var(--brand); }
.frow-text p { font-size: 16.5px; color: var(--text-2); line-height: 1.7; margin-bottom: 16px; }
.frow-text p strong { color: var(--text); }
.frow-tag {
  display: inline-block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 700;
  color: var(--brand); margin-bottom: 16px;
}
.checklist { list-style: none; display: grid; gap: 12px; margin-top: 22px; }
.checklist li { position: relative; padding-left: 30px; font-size: 15.5px; color: var(--text-2); line-height: 1.5; }
.checklist li strong { color: var(--text); }
.checklist li::before {
  content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--brand-soft); border: 1px solid rgba(232,93,49,0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E85D31' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 11px; background-repeat: no-repeat; background-position: center;
}
@media (max-width: 860px) {
  .frow { grid-template-columns: 1fr; gap: 40px; }
  .frow.flip .frow-media { order: 1; } .frow.flip .frow-text { order: 2; }
}

/* ── iPhone frame ── */
.phone-wrap { display: flex; justify-content: center; position: relative; }
.phone-wrap.tilt .phone { transform: rotate(-3deg); }
.phone-glow::after {
  content: ''; position: absolute; inset: -40px; z-index: -1;
  background: radial-gradient(closest-side, var(--brand-soft), transparent 75%);
}
.phone {
  width: 300px; max-width: 78vw; aspect-ratio: 1007 / 2048;
  background: #050403; border: 11px solid #16120E; border-radius: 46px;
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,250,242,0.06) inset;
  overflow: hidden; position: relative; transition: transform 0.5s cubic-bezier(0.2,0.8,0.2,1);
}
.phone::before {
  content: ''; position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 26px; background: #050403; border-radius: 0 0 16px 16px; z-index: 3;
}
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }

/* duo phones */
.phone-duo { display: flex; justify-content: center; align-items: flex-end; gap: -30px; position: relative; }
.phone-duo .phone { width: 250px; }
.phone-duo .phone:first-child { transform: rotate(-5deg) translateX(18px); z-index: 1; }
.phone-duo .phone:last-child { transform: rotate(4deg) translateX(-18px); margin-bottom: 28px; z-index: 2; }

/* ── example card ── */
.examples { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.ex {
  background: var(--surf); border: 1px solid var(--line); border-radius: 20px; padding: 26px 24px;
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), border-color 0.4s;
}
.ex:hover { transform: translateY(-4px); border-color: rgba(232,93,49,0.3); }
.ex .ex-who { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.ex .ex-av {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 700; font-size: 16px; color: #1a0a04;
}
.ex .ex-name { font-family: 'Fraunces', serif; font-style: italic; font-weight: 700; font-size: 17px; }
.ex .ex-role { font-size: 11.5px; color: var(--text-4); letter-spacing: 0.04em; }
.ex .ex-said {
  font-family: 'Fraunces', serif; font-style: italic; font-size: 15.5px; color: var(--text-2);
  line-height: 1.5; padding: 14px 0; border-top: 1px dashed var(--line-2); border-bottom: 1px dashed var(--line-2); margin-bottom: 14px;
}
.ex .ex-out { font-size: 13.5px; color: var(--text); line-height: 1.55; }
.ex .ex-out strong { color: var(--brand); }
@media (max-width: 860px) { .examples { grid-template-columns: 1fr; } }

/* ── compare (anti-CRM) ── */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.compare .col { border-radius: 22px; padding: 32px 30px; border: 1px solid var(--line); }
.compare .col.bad { background: rgba(10,8,6,0.5); }
.compare .col.good { background: linear-gradient(165deg, var(--brand-soft), var(--surf)); border-color: rgba(232,93,49,0.35); }
.compare .col h4 {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 700; margin-bottom: 20px;
}
.compare .col.bad h4 { color: var(--text-4); }
.compare .col.good h4 { color: var(--brand); }
.compare .col ul { list-style: none; display: grid; gap: 14px; }
.compare .col li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.5; }
.compare .col.bad li { color: var(--text-3); }
.compare .col.good li { color: var(--text); }
.compare .col li::before { position: absolute; left: 0; top: 0; font-size: 16px; }
.compare .col.bad li::before { content: '\00d7'; color: var(--text-4); font-size: 19px; line-height: 1.3; }
.compare .col.good li::before {
  content: ''; top: 3px; width: 17px; height: 17px; border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E85D31' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-size: 13px; background-repeat: no-repeat; background-position: center;
}
@media (max-width: 760px) { .compare { grid-template-columns: 1fr; } }

/* ── golden quarter callout ── */
.golden-quote {
  margin-top: 40px; background: var(--bg-3); border: 1px solid var(--line-2); border-radius: 26px;
  padding: 48px 44px; text-align: center;
}
.golden-quote .gq-fable {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 500;
  font-size: clamp(20px, 2.6vw, 28px); line-height: 1.5; color: var(--text); max-width: 30ch; margin: 0 auto 18px;
}
.golden-quote .gq-fable .said { color: var(--brand); }
.golden-quote .gq-sub { font-size: 15px; color: var(--text-3); }

/* ── price strip ── */
.pricestrip {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
  background: linear-gradient(165deg, var(--surf-2), var(--bg-2)); border: 1px solid var(--line-2);
  border-radius: 26px; padding: 36px 40px; margin-top: 20px;
}
.pricestrip .ps-left .ps-price {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 700; font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.02em; margin-bottom: 6px;
}
.pricestrip .ps-left .ps-price em { color: var(--brand); font-size: 0.6em; }
.pricestrip .ps-left .ps-sub { font-size: 14px; color: var(--text-3); }
.pricestrip .ps-right { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }

/* ── final CTA ── */
.final-cta { text-align: center; padding: 84px 0 90px; }
.final-cta h2 {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 900;
  font-size: clamp(34px, 5vw, 60px); letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 20px;
}
.final-cta h2 em { color: var(--brand); }
.final-cta p { font-family: 'Fraunces', serif; font-style: italic; font-size: 19px; color: var(--text-2); max-width: 46ch; margin: 0 auto 32px; }

/* ── footer ── */
.site-footer { border-top: 1px solid var(--line); padding: 46px 0 70px; color: var(--text-4); font-size: 13px; }
.site-footer .foot-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-footer .foot-links { display: flex; gap: 20px; flex-wrap: wrap; }
.site-footer a { color: var(--text-3); text-decoration: none; }
.site-footer a:hover { color: var(--brand); }

/* ── reveal ── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.9s cubic-bezier(0.2,0.8,0.2,1), transform 0.9s cubic-bezier(0.2,0.8,0.2,1); }
.reveal.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ── small-screen polish ── */
@media (max-width: 600px) {
  .wrap { padding: 0 20px; }
  .site-header { padding: 13px 20px; }
  .nav-links { gap: 4px; }
  .nav-links a.cta { padding: 9px 16px; }
  .page-hero { padding: 56px 0 32px; }
  .page-hero h1 { font-size: 36px; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn-primary, .hero-cta .btn-ghost { width: 100%; justify-content: center; }
  .statband { grid-template-columns: 1fr 1fr; }
  .frow { padding: 36px 0; }
  .site-footer .foot-grid { flex-direction: column; align-items: flex-start; }
}
