.elementor-478 .elementor-element.elementor-element-6156dbf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4795a0d */<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --dark:    #141927;
    --dark2:   #1a2035;
    --dark3:   #1f2640;
    --accent:  #c9a96e;
    --accent2: #b8924f;
    --white:   #f0ebe0;
    --muted:   #a8a090;
    --border:  rgba(201,169,110,0.15);
    --border2: rgba(255,255,255,0.07);
    --serif:   'Cormorant Garamond', serif;
    --dm:      'DM Sans', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--dark); color: var(--white); font-family: var(--dm); font-size: 17px; line-height: 1.8; overflow-x: hidden; }

  /* ── HERO TYPOGRAPHIQUE ── */
  .hero {
    min-height: 100vh; display: flex; flex-direction: column;
    justify-content: center; padding: 6rem 4rem;
    position: relative; overflow: hidden;
    background: var(--dark);
  }
  /* Grille décorative subtile */
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(201,169,110,0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,169,110,0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
  }
  /* Lueur dorée subtile en haut à droite */
  .hero::after {
    content: '';
    position: absolute; top: -20%; right: -10%; width: 60%; height: 80%;
    background: radial-gradient(ellipse, rgba(201,169,110,0.06) 0%, transparent 65%);
    pointer-events: none;
  }
  .hero-inner { max-width: 1060px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }

  /* Ligne d'accroche supérieure */
  .hero-topline {
    display: flex; align-items: center; gap: 20px; margin-bottom: 3rem;
    opacity: 0; animation: fadeUp 0.7s 0.1s forwards;
  }
  .hero-topline-bar { width: 40px; height: 1px; background: var(--accent); opacity: 0.6; }
  .hero-topline span {
    font-family: var(--dm); font-size: 11px; font-weight: 500;
    letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent);
  }

  /* Titre principal — très grand */
  .hero-title {
    font-family: var(--serif); font-weight: 600; line-height: 0.95;
    color: var(--white); margin-bottom: 2.5rem;
    opacity: 0; animation: fadeUp 0.7s 0.25s forwards;
  }
  .hero-title .line1 { font-size: clamp(64px, 10vw, 130px); display: block; }
  .hero-title .line2 { font-size: clamp(64px, 10vw, 130px); display: block; font-style: italic; color: var(--accent); }
  .hero-title .line3 { font-size: clamp(40px, 6vw, 80px); display: block; color: rgba(240,235,224,0.4); font-style: normal; margin-top: 0.15em; }

  /* Sous-titre + CTA en ligne */
  .hero-bottom {
    display: grid; grid-template-columns: 1fr auto;
    gap: 4rem; align-items: end;
    opacity: 0; animation: fadeUp 0.7s 0.45s forwards;
  }
  .hero-sub {
    font-family: var(--serif); font-size: clamp(17px, 2vw, 21px);
    font-style: italic; color: var(--muted); line-height: 1.6; max-width: 480px;
    border-left: 2px solid var(--border); padding-left: 1.5rem;
  }
  .hero-ctas { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
  .btn-primary {
    display: inline-block; background: transparent; border: 1px solid var(--accent);
    color: var(--accent); font-family: var(--dm); font-size: 12px; font-weight: 500;
    letter-spacing: 0.15em; padding: 14px 32px; border-radius: 1px; text-decoration: none;
    text-transform: uppercase; transition: all 0.25s; white-space: nowrap;
  }
  .btn-primary:hover { background: var(--accent); color: var(--dark); }
  .btn-ghost {
    display: inline-block; color: var(--muted); font-family: var(--dm); font-size: 12px;
    font-weight: 400; letter-spacing: 0.12em; text-decoration: none; text-transform: uppercase;
    transition: color 0.2s; white-space: nowrap;
  }
  .btn-ghost:hover { color: var(--white); }

  /* Scroll indicator */
  .hero-scroll {
    position: absolute; bottom: 2.5rem; left: 4rem;
    display: flex; align-items: center; gap: 12px;
    opacity: 0; animation: fadeUp 0.7s 0.9s forwards; z-index: 1;
  }
  .scroll-line { width: 40px; height: 1px; background: linear-gradient(to right, var(--accent), transparent); }
  .hero-scroll span { font-family: var(--dm); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }

  /* Indicateurs US/EU */
  .hero-presence {
    position: absolute; bottom: 2.5rem; right: 4rem;
    display: flex; gap: 24px;
    opacity: 0; animation: fadeUp 0.7s 1s forwards; z-index: 1;
  }
  .presence-item { font-family: var(--dm); font-size: 11px; color: var(--muted); letter-spacing: 0.08em; }
  .presence-item span { color: var(--accent); margin-right: 6px; }

  /* ── SHARED ── */
  .label {
    font-family: var(--dm); font-size: 10px; font-weight: 500; letter-spacing: 0.22em;
    text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem; display: block;
  }
  h2 {
    font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 600;
    line-height: 1.1; color: var(--white); margin-bottom: 1.5rem;
  }
  h2 em { font-style: italic; color: var(--accent); }
  .section-divider {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 3rem;
  }
  .section-divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }

  /* ── IS THIS YOU ── */
  .isthisyou { padding: 7rem 4rem; background: var(--dark2); border-top: 1px solid var(--border2); }
  .isthisyou-inner { max-width: 1060px; margin: 0 auto; }
  .isthisyou-header { margin-bottom: 3.5rem; }
  .isthisyou-header h2 { margin-bottom: 0.75rem; }
  .isthisyou-header p { font-size: 16px; color: var(--muted); max-width: 520px; line-height: 1.7; }
  .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border2); border: 1px solid var(--border2); border-radius: 2px; overflow: hidden; }
  .card {
    background: var(--dark2); padding: 2.5rem 2rem;
    transition: background 0.2s; cursor: default;
  }
  .card:hover { background: var(--dark3); }
  .card-num {
    font-family: var(--serif); font-size: 48px; font-weight: 600;
    color: rgba(201,169,110,0.2); line-height: 1; margin-bottom: 1.5rem;
    transition: color 0.2s;
  }
  .card:hover .card-num { color: rgba(201,169,110,0.5); }
  .card-title { font-family: var(--serif); font-size: 21px; font-weight: 600; color: var(--white); margin-bottom: 0.75rem; line-height: 1.2; }
  .card-title em { font-style: italic; color: var(--accent); }
  .card-desc { font-size: 14px; color: var(--muted); line-height: 1.7; }

  /* ── METHOD ── */
  .method { padding: 7rem 4rem; background: var(--dark); border-top: 1px solid var(--border2); }
  .method-inner { max-width: 1060px; margin: 0 auto; }
  .method-header { max-width: 580px; margin-bottom: 4rem; }
  .method-header p { font-size: 16px; color: var(--muted); line-height: 1.8; margin-top: 1rem; }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border2); border: 1px solid var(--border2); border-radius: 2px; overflow: hidden; }
  .step { background: var(--dark); padding: 2.5rem 2rem; transition: background 0.2s; }
  .step:hover { background: var(--dark2); }
  .step-num {
    font-family: var(--dm); font-size: 10px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem;
  }
  .step-title { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--white); margin-bottom: 0.75rem; }
  .step-title em { font-style: italic; color: var(--accent); }
  .step-desc { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 1.25rem; }
  .step-deliverable {
    display: inline-block; font-family: var(--dm); font-size: 11px; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--muted); border: 1px solid var(--border2);
    padding: 5px 12px; border-radius: 2px;
  }

  /* ── WHY EVOLU-WEB ── */
  .why { padding: 7rem 4rem; background: var(--dark2); border-top: 1px solid var(--border2); }
  .why-inner { max-width: 1060px; margin: 0 auto; }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
  .why-left h2 { margin-bottom: 1.25rem; }
  .why-left p { font-size: 16px; color: var(--muted); line-height: 1.85; margin-bottom: 1rem; }
  .why-left p strong { color: var(--white); font-weight: 500; }
  .why-quote {
    margin-top: 2rem; padding: 1.5rem 2rem;
    border-left: 2px solid var(--accent); background: rgba(201,169,110,0.04);
  }
  .why-quote p { font-family: var(--serif); font-size: 20px; font-style: italic; color: var(--white); line-height: 1.5; }
  .why-quote p em { color: var(--accent); }
  .pillars { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--border2); border-radius: 2px; overflow: hidden; }
  .pillar {
    padding: 1.5rem 2rem; border-bottom: 1px solid var(--border2);
    display: flex; gap: 14px; align-items: flex-start;
    transition: background 0.2s;
  }
  .pillar:last-child { border-bottom: none; }
  .pillar:hover { background: var(--dark3); }
  .pillar-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex-shrink: 0; margin-top: 8px; }
  .pillar-body { flex: 1; }
  .pillar-title { font-family: var(--dm); font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent); margin-bottom: 4px; }
  .pillar-desc { font-size: 14px; color: var(--muted); line-height: 1.55; }

  /* ── CTA FINAL ── */
  .cta-final {
    padding: 8rem 4rem; background: var(--dark);
    border-top: 1px solid var(--border2);
    position: relative; overflow: hidden; text-align: center;
  }
  .cta-final::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 55% 50% at 50% 50%, rgba(201,169,110,0.06) 0%, transparent 70%);
  }
  .cta-final-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
  .cta-final h2 { font-size: clamp(32px, 5vw, 62px); margin-bottom: 1rem; }
  .cta-final p { font-family: var(--serif); font-size: 18px; font-style: italic; color: var(--muted); margin-bottom: 1rem; line-height: 1.6; }
  .cta-details { margin-bottom: 2.5rem; }
  .cta-detail-list { display: flex; flex-direction: column; gap: 6px; margin-top: 1rem; }
  .cta-detail-item { font-size: 14px; color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 8px; }
  .cta-detail-item::before { content: '—'; color: var(--accent); font-size: 11px; }
  .cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
  .btn-secondary {
    display: inline-block; border: 1px solid var(--border2); color: var(--muted);
    font-family: var(--dm); font-size: 12px; font-weight: 500; letter-spacing: 0.15em;
    padding: 14px 32px; border-radius: 1px; text-decoration: none; text-transform: uppercase;
    transition: all 0.25s;
  }
  .btn-secondary:hover { border-color: var(--muted); color: var(--white); }
  .cta-note { margin-top: 1.5rem; font-size: 13px; color: var(--muted); font-family: var(--serif); font-style: italic; }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

  @media (max-width: 900px) {
    .hero { padding: 5rem 1.5rem; }
    .hero-bottom { grid-template-columns: 1fr; gap: 2rem; }
    .hero-ctas { align-items: flex-start; }
    .hero-scroll, .hero-presence { left: 1.5rem; }
    .hero-presence { right: 1.5rem; }
    .isthisyou, .method, .why, .cta-final { padding-left: 1.5rem; padding-right: 1.5rem; }
    .cards, .steps { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; gap: 3rem; }
  }
</style>/* End custom CSS */