:root {
      --text: #1D1D1F;
      --text-secondary: #424248;
      --text-tertiary: #6E6E73;
      --bg: #FBFBFD;
      --bg-window-solid: #FFFFFF;
      --accent: #007AFF;
      --hand-red: #B5263A;
      --hand-blue: #1E5BC6;
      --border: rgba(0,0,0,0.08);
    }
    body[data-theme="dark"] {
      --text: #F5F5F7;
      --text-secondary: #C7C7CC;
      --text-tertiary: #8E8E93;
      --bg: #1C1C1E;
      --bg-window-solid: #2C2C2E;
      --accent: #0A84FF;
      --hand-red: #FF6B7A;
      --hand-blue: #5BA3FF;
      --border: rgba(255,255,255,0.12);
    }
    * { box-sizing: border-box; }
    body { margin: 0; font-family: 'Inter', -apple-system, system-ui, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }

    /* NAV STICKY MACOS */
    .nav-bar { position: sticky; top: 16px; z-index: 100; max-width: 1400px; margin: 16px auto 0; padding: 0 24px; }
    .nav-window { background: rgba(255,255,255,0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: 14px; padding: 12px 20px; display: flex; align-items: center; gap: 16px; box-shadow: 0 1px 1px rgba(0,0,0,0.04), 0 8px 24px rgba(0,0,0,0.06); }
    body[data-theme="dark"] .nav-window { background: rgba(44,44,46,0.85); }
    .nav-dots { display: flex; gap: 8px; flex-shrink: 0; }
    .nav-dot { width: 12px; height: 12px; border-radius: 50%; box-shadow: inset 0 0 0 0.5px rgba(0,0,0,0.08); }
    .nav-dot.red { background: #FF5F57; } .nav-dot.yellow { background: #FEBC2E; } .nav-dot.green { background: #28C840; }
    .nav-brand { font-weight: 700; font-size: 15px; }
    .nav-links { margin-left: auto; display: flex; gap: 22px; align-items: center; }
    .nav-links a { color: var(--text-secondary); text-decoration: none; font-size: 14px; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: var(--text); }
    .nav-cta { background: linear-gradient(180deg, #1A8AFF 0%, #006EE6 100%); color: white !important; padding: 8px 16px; border-radius: 10px; font-weight: 600; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 4px 10px rgba(0,122,255,0.25); }

    /* HERO */
    .ct-hero { max-width: 880px; margin: 64px auto 40px; padding: 0 28px; text-align: center; }
    .ct-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 12.5px; color: var(--text-tertiary); letter-spacing: 0.04em; margin-bottom: 18px; display: inline-block; }
    .ct-hero h1 { font-size: 52px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin: 0 0 18px; color: var(--text); }
    .underline-hand { position: relative; display: inline-block; }
    .underline-hand::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: 6%; height: 12px; background: rgba(255, 217, 100, 0.55); z-index: -1; transform: rotate(-1deg); border-radius: 2px; }
    body[data-theme="dark"] .underline-hand::after { background: rgba(255, 217, 100, 0.32); }
    .ct-hero-sub { font-size: 18px; color: var(--text-secondary); line-height: 1.5; margin: 0 0 14px; }
    .ct-hero-handnote { font-family: 'Caveat', cursive; font-size: 24px; color: var(--hand-red); transform: rotate(-1deg); display: inline-block; margin-top: 14px; font-weight: 600; }

    /* SECTION CALENDLY + INFOS — 2 colonnes */
    .ct-main { max-width: 1180px; margin: 0 auto 80px; padding: 0 28px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: start; }

    /* Calendly window (mac-style frame) */
    .calendly-window { background: var(--bg-window-solid); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 1px 1px rgba(0,0,0,0.04), 0 14px 32px rgba(0,0,0,0.08), 0 28px 60px rgba(0,0,0,0.04); overflow: hidden; position: relative; }
    .cw-bar { height: 34px; display: flex; align-items: center; padding: 0 14px; border-bottom: 1px solid var(--border); background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(248,248,250,0.92) 100%); }
    body[data-theme="dark"] .cw-bar { background: linear-gradient(180deg, rgba(58,58,60,0.92) 0%, rgba(44,44,46,0.92) 100%); }
    .cw-dots { display: flex; gap: 6px; }
    .cw-dots span { width: 11px; height: 11px; border-radius: 50%; box-shadow: inset 0 0 0 0.5px rgba(0,0,0,0.08); }
    .cw-dots span:nth-child(1) { background: #FF5F57; }
    .cw-dots span:nth-child(2) { background: #FEBC2E; }
    .cw-dots span:nth-child(3) { background: #28C840; }
    .cw-title { flex: 1; text-align: center; font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--text-secondary); margin-right: 50px; }
    .cw-body iframe { display: block; width: 100%; height: 720px; border: 0; }
    /* Scotch jaune signature en haut-droite */
    .calendly-window::before { content: ""; position: absolute; top: -10px; right: 28px; width: 58px; height: 19px; background: rgba(255, 240, 90, 0.7); background-image: linear-gradient(135deg, rgba(255,255,255,0.5) 0%, transparent 50%); border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 2px 4px rgba(0,0,0,0.08); transform: rotate(6deg); z-index: 2; pointer-events: none; }

    /* Side info — comment ça marche + autres canaux */
    .ct-side { display: flex; flex-direction: column; gap: 24px; }
    .info-card { background: var(--bg-window-solid); border: 1px solid var(--border); border-radius: 14px; padding: 24px 26px; box-shadow: 0 1px 1px rgba(0,0,0,0.03), 0 6px 18px rgba(0,0,0,0.04); }
    .info-card-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--text-tertiary); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; display: block; }
    .info-card h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 12px; color: var(--text); }
    .info-card p { font-size: 14.5px; line-height: 1.55; color: var(--text-secondary); margin: 0 0 10px; }
    .info-card a { color: var(--accent); text-decoration: none; font-weight: 600; }
    .info-card a:hover { text-decoration: underline; }
    .info-card .steps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
    .info-card .steps li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: var(--text-secondary); line-height: 1.45; }
    .info-card .steps .step-num { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(180deg, #1A8AFF 0%, #006EE6 100%); color: white; font-size: 11.5px; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 2px 6px rgba(0,122,255,0.25); }
    .info-card .handnote { font-family: 'Caveat', cursive; font-size: 20px; font-weight: 700; color: var(--hand-red); transform: rotate(-1deg); display: inline-block; margin-top: 8px; }

    /* Channel rows (email, LinkedIn) */
    .channel-row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: rgba(0,0,0,0.025); border: 1px solid var(--border); border-radius: 10px; text-decoration: none; transition: transform 0.2s, border-color 0.2s; margin-bottom: 10px; }
    body[data-theme="dark"] .channel-row { background: rgba(255,255,255,0.04); }
    .channel-row:hover { transform: translateX(2px); border-color: var(--accent); }
    .channel-row:last-child { margin-bottom: 0; }
    .channel-icon { font-size: 20px; line-height: 1; flex-shrink: 0; }
    .channel-info { flex: 1; line-height: 1.3; }
    .channel-label { display: block; font-size: 12px; color: var(--text-tertiary); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.02em; }
    .channel-value { display: block; font-size: 15px; font-weight: 600; color: var(--text); }
    .channel-arrow { font-size: 16px; color: var(--text-tertiary); }

    /* FAQ */
    .ct-faq { max-width: 880px; margin: 0 auto 80px; padding: 0 28px; position: relative; }
    .ct-faq h2 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 8px; color: var(--text); }
    .ct-faq-sub { font-size: 16px; color: var(--text-secondary); margin: 0 0 36px; }
    .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; padding-top: 14px; }
    .faq-card { background: var(--bg-window-solid); border: 1px solid var(--border); border-radius: 14px; padding: 22px 24px 18px; position: relative; box-shadow: 0 1px 1px rgba(0,0,0,0.03), 0 6px 16px rgba(0,0,0,0.04); transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1); }
    .faq-card:nth-child(1) { transform: rotate(-0.6deg); }
    .faq-card:nth-child(2) { transform: rotate(0.5deg); }
    .faq-card:nth-child(3) { transform: rotate(0.7deg); }
    .faq-card:nth-child(4) { transform: rotate(-0.5deg); }
    .faq-card:hover { transform: rotate(0deg) translateY(-2px); }
    .faq-card h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 8px; color: var(--text); }
    .faq-card p { font-size: 14.5px; line-height: 1.55; color: var(--text-secondary); margin: 0; }
    .faq-card p a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }

    /* Scotch tape sur chaque carte FAQ — positions et angles variés */
    .faq-tape { position: absolute; background: rgba(255, 240, 90, 0.62); background-image: linear-gradient(135deg, rgba(255,255,255,0.55) 0%, transparent 50%); border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 2px 4px rgba(0,0,0,0.08); pointer-events: none; }
    body[data-theme="dark"] .faq-tape { background: rgba(255, 240, 90, 0.32); }
    .faq-card:nth-child(1) .faq-tape { top: -10px; left: 22px; width: 64px; height: 19px; transform: rotate(-9deg); }
    .faq-card:nth-child(2) .faq-tape { top: -11px; right: 28px; width: 56px; height: 18px; transform: rotate(8deg); background: rgba(255, 200, 220, 0.7); }
    body[data-theme="dark"] .faq-card:nth-child(2) .faq-tape { background: rgba(255, 200, 220, 0.32); }
    .faq-card:nth-child(3) .faq-tape { top: -10px; left: 50%; margin-left: -32px; width: 64px; height: 18px; transform: rotate(-4deg); }
    .faq-card:nth-child(4) .faq-tape { top: -11px; right: 18px; width: 60px; height: 19px; transform: rotate(11deg); background: rgba(190, 240, 200, 0.7); }
    body[data-theme="dark"] .faq-card:nth-child(4) .faq-tape { background: rgba(190, 240, 200, 0.3); }

    /* Petit post-it manuscrit annotant la carte "C'est combien ?" */
    .faq-postit {
      position: absolute;
      bottom: -22px; right: -26px;
      background: #FFF8B8;
      background-image: linear-gradient(135deg, rgba(255,255,255,0.45) 0%, transparent 40%), radial-gradient(ellipse at 80% 110%, rgba(0,0,0,0.04), transparent 60%);
      padding: 9px 12px 7px;
      transform: rotate(8deg);
      box-shadow: 0 1px 1px rgba(0,0,0,0.08), 0 6px 14px rgba(0,0,0,0.14);
      font-family: 'Shadows Into Light Two', cursive;
      font-size: 13.5px;
      color: #1D1D1F;
      line-height: 1.25;
      max-width: 125px;
      border-radius: 2px 4px 3px 4px;
      z-index: 3;
      pointer-events: none;
      text-align: center;
    }
    .faq-postit strong { font-family: 'Caveat', cursive; font-weight: 700; color: var(--hand-red); display: inline-block; font-size: 16px; }
    body[data-theme="dark"] .faq-postit { color: #2C2C2E; }

    /* Bloc de clôture scrapbook — post-it signature à la fin de la page */
    .ct-outro { max-width: 880px; margin: 0 auto 110px; padding: 50px 28px 20px; position: relative; text-align: center; }
    .outro-handarrow { font-family: 'Caveat', cursive; font-size: 26px; color: var(--hand-blue); transform: rotate(-2deg); display: inline-block; margin-bottom: 28px; font-weight: 600; }
    .outro-card {
      display: inline-block;
      position: relative;
      background: #FFFEF4;
      background-image: linear-gradient(180deg, rgba(0,0,0,0.012) 0%, transparent 100%), radial-gradient(ellipse at 85% 95%, rgba(0,0,0,0.05), transparent 65%);
      border: 1px solid rgba(0,0,0,0.06);
      border-radius: 4px 6px 3px 5px;
      padding: 34px 42px 30px;
      transform: rotate(-1.2deg);
      box-shadow: 0 1px 1px rgba(0,0,0,0.06), 0 10px 22px rgba(0,0,0,0.1), 0 24px 50px rgba(0,0,0,0.06);
      max-width: 460px;
    }
    body[data-theme="dark"] .outro-card { background: #F2EFE0; color: #1D1D1F; }
    .outro-card::after { content: ""; position: absolute; bottom: 0; right: 0; width: 26px; height: 26px; background: linear-gradient(225deg, rgba(0,0,0,0.09) 0%, rgba(0,0,0,0.03) 40%, transparent 50%); border-radius: 0 0 12px 0; pointer-events: none; }
    .outro-tape-l { position: absolute; top: -11px; left: 18%; width: 72px; height: 20px; background: rgba(255, 240, 90, 0.7); background-image: linear-gradient(135deg, rgba(255,255,255,0.55) 0%, transparent 50%); border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 2px 4px rgba(0,0,0,0.08); transform: rotate(-12deg); pointer-events: none; }
    .outro-tape-r { position: absolute; top: -11px; right: 16%; width: 66px; height: 19px; background: rgba(255, 200, 220, 0.7); background-image: linear-gradient(135deg, rgba(255,255,255,0.55) 0%, transparent 50%); border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 2px 4px rgba(0,0,0,0.08); transform: rotate(9deg); pointer-events: none; }
    .outro-title { font-family: 'Shadows Into Light Two', cursive; font-size: 30px; color: #1D1D1F; line-height: 1.2; margin: 0 0 14px; }
    .outro-title em { font-family: 'Caveat', cursive; font-style: normal; color: var(--hand-red); font-weight: 700; }
    .outro-body { font-family: 'Caveat', cursive; font-size: 19px; color: #2C2C2E; line-height: 1.4; margin: 0 0 20px; font-weight: 500; }
    .outro-cta { display: inline-flex; align-items: center; gap: 8px; font-family: 'Caveat', cursive; font-size: 22px; font-weight: 700; color: var(--hand-blue); text-decoration: none; border-bottom: 2px solid var(--hand-blue); padding-bottom: 2px; transition: transform 0.3s; }
    .outro-cta:hover { transform: translateX(4px); }
    .outro-sign { display: block; font-family: 'Caveat', cursive; font-size: 22px; color: #1D1D1F; margin-top: 16px; font-weight: 700; letter-spacing: 0.02em; }

    /* Petit "polaroid" post-it secondaire en marge */
    .outro-polaroid {
      position: absolute;
      top: 80px;
      right: 18px;
      background: white;
      padding: 10px 10px 26px;
      transform: rotate(6deg);
      box-shadow: 0 1px 1px rgba(0,0,0,0.06), 0 8px 18px rgba(0,0,0,0.12);
      max-width: 130px;
      text-align: center;
      pointer-events: none;
    }
    body[data-theme="dark"] .outro-polaroid { background: #ECECEC; }
    .outro-polaroid-img { width: 110px; height: 70px; background: linear-gradient(135deg, #FFE9B0 0%, #FFB382 100%); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 28px; }
    .outro-polaroid-cap { font-family: 'Caveat', cursive; font-size: 14px; color: #1D1D1F; margin-top: 6px; font-weight: 600; line-height: 1.1; }
    .outro-polaroid-tape { position: absolute; top: -8px; left: 50%; margin-left: -22px; width: 44px; height: 14px; background: rgba(255, 240, 90, 0.7); border: 1px solid rgba(0,0,0,0.05); transform: rotate(-6deg); }

    /* FOOTER */
    .legal-footer { background: var(--bg-window-solid); border-top: 1px solid var(--border); padding: 48px 24px 32px; }
    .legal-footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
    .legal-footer-brand { font-weight: 700; margin-bottom: 8px; }
    .legal-footer-tagline { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }
    .legal-footer h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-tertiary); margin: 0 0 12px; }
    .legal-footer ul { list-style: none; padding: 0; margin: 0; }
    .legal-footer li { margin-bottom: 6px; }
    .legal-footer a { color: var(--text-secondary); text-decoration: none; font-size: 14px; }
    .legal-footer a:hover { color: var(--text); }
    .legal-bottom { max-width: 1200px; margin: 32px auto 0; padding-top: 24px; border-top: 1px solid var(--border); font-size: 12px; color: var(--text-tertiary); display: flex; justify-content: space-between; }

    /* RESPONSIVE */
    @media (max-width: 900px) {
      .ct-hero h1 { font-size: 36px; }
      .ct-main { grid-template-columns: 1fr; gap: 28px; }
      .cw-body iframe { height: 680px; }
      .faq-grid { grid-template-columns: 1fr; }
      .legal-footer-inner { grid-template-columns: 1fr 1fr; }
      .nav-links a:not(.nav-cta) { display: none; }
    }