.elementor-7 .elementor-element.elementor-element-dcbea07{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-7 .elementor-element.elementor-element-b2ffcc9{--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;}.elementor-7 .elementor-element.elementor-element-fe15804{--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;}.elementor-7 .elementor-element.elementor-element-babf48d{--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;}.elementor-7 .elementor-element.elementor-element-4f8158f{--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;}.elementor-7 .elementor-element.elementor-element-9c51367{--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;}.elementor-7 .elementor-element.elementor-element-ffb179f{--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;}.elementor-7 .elementor-element.elementor-element-4e6a87b{--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;}.elementor-7 .elementor-element.elementor-element-76cd11d{--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;}/* Start custom CSS for container, class: .elementor-element-dcbea07 */*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    --red: #E8312A;
    --black: #0A0A0A;
    --white: #F5F0EB;
    --gray: #1A1A1A;
    --light-gray: #2A2A2A;
  }

  html { scroll-behavior: smooth; }

  body {
    background: var(--black);
    color: var(--white);
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
  }

  /* ========== HERO ========== */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
  }

  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
      radial-gradient(ellipse at 70% 50%, rgba(232, 49, 42, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
  }

  /* Left column - text */
  .hero-left {
    padding: 60px 50px 60px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(232, 49, 42, 0.4);
    padding: 8px 18px;
    margin-bottom: 40px;
    width: fit-content;
    animation: fadeInDown 0.8s ease forwards;
    opacity: 0;
    animation-delay: 0.2s;
  }

  .hero-badge span {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
  }

  .hero-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--red);
    border-radius: 50%;
    animation: pulse 2s infinite;
  }

  .author-name {
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.4);
    margin-bottom: 16px;
    animation: fadeInDown 0.8s ease forwards;
    opacity: 0;
    animation-delay: 0.4s;
  }

  .hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(72px, 8vw, 110px);
    line-height: 0.92;
    letter-spacing: 0.02em;
    color: var(--white);
    animation: fadeInDown 0.9s ease forwards;
    opacity: 0;
    animation-delay: 0.5s;
    margin-bottom: 8px;
  }

  .hero-title .accent {
    color: var(--red);
    display: block;
  }

  .hero-subtitle {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(13px, 1.5vw, 16px);
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.5);
    margin-bottom: 50px;
    animation: fadeInDown 0.9s ease forwards;
    opacity: 0;
    animation-delay: 0.7s;
    border-left: 3px solid var(--red);
    padding-left: 16px;
    line-height: 1.5;
  }

  .hero-desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(245, 240, 235, 0.65);
    max-width: 440px;
    margin-bottom: 50px;
    animation: fadeInDown 1s ease forwards;
    opacity: 0;
    animation-delay: 0.9s;
  }

  .hero-desc strong {
    color: var(--white);
    font-weight: 600;
  }

  .hero-cta-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: fadeInDown 1s ease forwards;
    opacity: 0;
    animation-delay: 1.1s;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: var(--red);
    color: var(--white);
    text-decoration: none;
    padding: 20px 32px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
    width: fit-content;
    min-width: 320px;
  }

  .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.1);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }

  .btn-primary:hover::before { transform: translateX(0); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232, 49, 42, 0.4); }

  .btn-arrow {
    font-size: 20px;
    transition: transform 0.25s ease;
  }
  .btn-primary:hover .btn-arrow { transform: translateX(5px); }

  .btn-price {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .price-main {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: var(--white);
  }

  .price-label {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.5);
  }

  .guarantee {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: rgba(245, 240, 235, 0.4);
    letter-spacing: 0.05em;
  }

  .guarantee svg { flex-shrink: 0; }

  /* Right column - book visual */
  .hero-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    overflow: hidden;
  }

  .hero-right::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 1px solid rgba(232, 49, 42, 0.08);
  }

  .hero-right::after {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid rgba(232, 49, 42, 0.12);
  }

  .book-wrapper {
    position: relative;
    animation: floatBook 0.9s ease forwards;
    opacity: 0;
    animation-delay: 0.6s;
  }

  .book-cover {
    width: 280px;
    background: var(--red);
    padding: 40px 30px 30px;
    position: relative;
    box-shadow: 
      -20px 20px 60px rgba(0,0,0,0.7),
      -5px 5px 20px rgba(0,0,0,0.5),
      inset -3px 0 8px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateY(-8deg);
    transition: transform 0.4s ease;
    cursor: pointer;
  }

  .book-cover:hover {
    transform: perspective(1000px) rotateY(-3deg) translateY(-10px);
    box-shadow: 
      -30px 30px 80px rgba(0,0,0,0.8),
      -8px 8px 30px rgba(0,0,0,0.6),
      inset -3px 0 8px rgba(0,0,0,0.3);
  }

  .book-spine {
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    width: 18px;
    background: #b52520;
    transform: skewY(-0.5deg);
    box-shadow: -5px 5px 20px rgba(0,0,0,0.5);
  }

  .book-author {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
    margin-bottom: 20px;
  }

  .book-main-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 62px;
    line-height: 0.9;
    color: var(--white);
    margin-bottom: 4px;
  }

  .book-sub-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 42px;
    line-height: 0.9;
    color: var(--black);
    margin-bottom: 20px;
  }

  .book-tagline {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.6);
    line-height: 1.6;
    max-width: 200px;
  }

  .book-runway {
    margin-top: 30px;
    height: 90px;
    position: relative;
    overflow: hidden;
  }

  .runway-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.25));
    transform: translateX(-50%);
  }

  .runway-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .runway-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0,0,0,0.25);
  }

  .book-glow {
    position: absolute;
    inset: -40px;
    background: radial-gradient(ellipse at center, rgba(232, 49, 42, 0.2) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
  }

  /* Stats bar */
  .stats-bar {
    position: absolute;
    bottom: 60px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    animation: fadeInRight 1s ease forwards;
    opacity: 0;
    animation-delay: 1.2s;
  }

  .stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .stat-num {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: var(--white);
    line-height: 1;
  }

  .stat-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.35);
  }

  .stat-divider {
    width: 40px;
    height: 1px;
    background: rgba(232, 49, 42, 0.3);
    align-self: flex-end;
    margin: 4px 0;
  }

  /* Vertical text decoration */
  .vertical-text {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.15);
    white-space: nowrap;
    z-index: 1;
  }

  /* Scroll indicator */
  .scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 10;
    animation: fadeInDown 1s ease forwards;
    opacity: 0;
    animation-delay: 1.5s;
  }

  .scroll-line {
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(232, 49, 42, 0.6), transparent);
    animation: scrollLine 2s ease infinite;
  }

  .scroll-text {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.3);
  }

  /* ========== ANIMATIONS ========== */
  @keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes fadeInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
  }

  @keyframes floatBook {
    from { opacity: 0; transform: translateX(40px) scale(0.95); }
    to { opacity: 1; transform: translateX(0) scale(1); }
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
  }

  @keyframes scrollLine {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
  }

  /* ========== MOBILE ========== */
  @media (max-width: 768px) {
    .hero {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      min-height: 100svh;
    }

    .hero-left {
      padding: 80px 24px 40px;
      order: 2;
    }

    .hero-right {
      order: 1;
      padding: 60px 24px 30px;
      min-height: 380px;
    }

    .hero-title { font-size: clamp(58px, 16vw, 80px); }

    .book-cover {
      width: 200px;
      padding: 28px 22px 22px;
    }

    .book-main-title { font-size: 44px; }
    .book-sub-title { font-size: 30px; }

    .stats-bar {
      right: 20px;
      bottom: 20px;
    }

    .stat-num { font-size: 24px; }

    .btn-primary { min-width: 100%; }

    .hero-desc { font-size: 15px; }

    .vertical-text { display: none; }
    .scroll-indicator { display: none; }
  }

  @media (max-width: 480px) {
    .hero-left { padding: 60px 20px 40px; }
    .hero-badge { margin-bottom: 24px; }
    .hero-title { font-size: clamp(50px, 14vw, 70px); }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b1ddf0 *//* ===== AUTHOR SECTION ===== */
.author-section {
  background: var(--black);
  padding: 120px 70px 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.author-section::before {
  content: '';
  position: absolute;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(232,49,42,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.author-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 60px;
  padding-left: 2px;
}

.author-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

/* Photo */
.author-photo-col { position: relative; }

.author-photo-wrapper {
  position: relative;
  display: inline-block;
}

.author-photo {
  width: 100%;
  max-width: 380px;
  height: 480px;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: grayscale(20%);
  transition: filter 0.4s ease;
}

.author-photo:hover { filter: grayscale(0%); }

.author-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(10,10,10,0.6) 100%
  );
  pointer-events: none;
}

.author-photo-badge {
  position: absolute;
  bottom: 24px;
  right: -20px;
  background: var(--red);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 30px rgba(232,49,42,0.3);
}

.badge-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  color: var(--white);
  line-height: 1;
}

.badge-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.85);
  line-height: 1.4;
}

/* Text */
.author-intro-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.3);
  margin-bottom: 16px;
}

.author-name-big {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 0.9;
  color: var(--white);
  margin-bottom: 30px;
}

.author-name-big span {
  color: var(--red);
}

.author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid rgba(245,240,235,0.15);
  color: rgba(245,240,235,0.5);
}

.tag-red {
  border-color: rgba(232,49,42,0.4);
  color: var(--red);
}

.author-bio {
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(245,240,235,0.62);
  margin-bottom: 20px;
  max-width: 560px;
}

.author-bio strong {
  color: var(--white);
  font-weight: 600;
}

.author-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.35);
  transition: color 0.2s ease;
}

.brand:hover { color: var(--white); }

.brand-dot {
  color: rgba(232,49,42,0.4);
  font-size: 16px;
}

/* Stats row */
.author-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr) repeat(3, 20px);
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  align-items: center;
  border: 1px solid rgba(255,255,255,0.06);
  padding: 40px 50px;
  background: rgba(255,255,255,0.02);
}

.astat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
}

.astat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: var(--white);
  line-height: 1;
}

.astat-num span {
  color: var(--red);
}

.astat-label {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: rgba(245,240,235,0.35);
  line-height: 1.4;
  max-width: 130px;
}

.astat-sep {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,0.07);
  justify-self: center;
}

/* Mobile */
@media (max-width: 900px) {
  .author-section { padding: 80px 24px 70px; }

  .author-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .author-photo {
    max-width: 100%;
    height: 400px;
  }

  .author-photo-badge { right: 0; }

  .author-name-big { font-size: clamp(48px, 12vw, 72px); }

  .author-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 30px 24px;
  }

  .astat-sep { display: none; }

  .astat {
    padding: 20px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .astat:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.05); }
}

@media (max-width: 480px) {
  .author-section { padding: 60px 20px 60px; }
  .author-stats-row { grid-template-columns: 1fr; }
  .astat:nth-child(odd) { border-right: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06bc6ff *//* ===== PROOF SECTION ===== */
.proof-section {
  background: var(--gray);
  padding: 120px 70px 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.proof-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,49,42,0.3), transparent);
}

/* Header */
.proof-header {
  text-align: center;
  margin-bottom: 80px;
}

.proof-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.proof-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 20px;
}

.proof-title span { color: var(--red); }

.proof-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245,240,235,0.4);
  letter-spacing: 0.02em;
}

/* Grid */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
.proof-card {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.proof-card:hover {
  border-color: rgba(232,49,42,0.25);
  transform: translateY(-4px);
}

/* Photos row */
.proof-photos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  height: 320px;
}

.proof-photo-wrap {
  position: relative;
  overflow: hidden;
}

.proof-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s ease;
  filter: grayscale(30%);
}

.proof-img-after {
  filter: grayscale(0%);
}

.proof-card:hover .proof-img { transform: scale(1.04); }

.photo-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.tag-before {
  background: rgba(10,10,10,0.85);
  color: rgba(245,240,235,0.5);
  border: 1px solid rgba(255,255,255,0.1);
}

.tag-after {
  background: var(--red);
  color: var(--white);
}

/* Divider between photos */
.proof-divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36px;
  background: var(--black);
  gap: 6px;
  flex-shrink: 0;
}

.divider-line {
  width: 1px;
  flex: 1;
  background: linear-gradient(to bottom, transparent, rgba(232,49,42,0.3), transparent);
}

.divider-arrow {
  font-size: 14px;
  color: var(--red);
  font-weight: 300;
  writing-mode: vertical-lr;
  letter-spacing: 0;
  transform: rotate(0deg);
  line-height: 1;
}

/* Info below photos */
.proof-info {
  padding: 24px 22px 26px;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.proof-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
}

.proof-name span {
  color: rgba(245,240,235,0.35);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
}

.proof-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,240,235,0.5);
  margin-bottom: 16px;
}

.proof-brands-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.proof-brand {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid rgba(232,49,42,0.25);
  color: rgba(232,49,42,0.7);
}

/* Mobile */
@media (max-width: 1024px) {
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-card:last-child { grid-column: 1 / -1; max-width: 520px; margin: 0 auto; width: 100%; }
}

@media (max-width: 768px) {
  .proof-section { padding: 80px 24px 70px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card:last-child { grid-column: auto; max-width: 100%; }
  .proof-photos { height: 260px; }
}

@media (max-width: 480px) {
  .proof-section { padding: 60px 20px 60px; }
  .proof-photos { height: 220px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4730a27 *//* ===== SOMMAIRE SECTION ===== */
.sommaire-section {
  background: var(--black);
  padding: 120px 70px 100px;
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.04);
  overflow: hidden;
}

.sommaire-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,49,42,0.3), transparent);
}

/* Header */
.sommaire-header {
  text-align: center;
  margin-bottom: 80px;
}

.sommaire-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.sommaire-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 20px;
}

.sommaire-title span { color: var(--red); }

.sommaire-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245,240,235,0.4);
  letter-spacing: 0.02em;
}

/* Grid */
.sommaire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 80px;
  border: 1px solid rgba(255,255,255,0.06);
}

/* Card */
.chap-card {
  display: flex;
  gap: 0;
  padding: 36px 32px;
  border: 1px solid rgba(255,255,255,0.04);
  background: rgba(255,255,255,0.015);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
  cursor: default;
}

.chap-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.3s ease;
}

.chap-card:hover {
  background: rgba(232,49,42,0.04);
}

.chap-card:hover::before {
  background: var(--red);
}

.chap-card--accent {
  background: rgba(232,49,42,0.03);
}

.chap-card--accent::before {
  background: rgba(232,49,42,0.2);
}

/* Number */
.chap-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  line-height: 1;
  color: rgba(232,49,42,0.15);
  flex-shrink: 0;
  width: 64px;
  transition: color 0.3s ease;
  align-self: flex-start;
  margin-top: -4px;
}

.chap-card:hover .chap-num,
.chap-card--accent .chap-num {
  color: rgba(232,49,42,0.5);
}

/* Content */
.chap-content { flex: 1; }

.chap-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.3;
}

.chap-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.chap-list li {
  font-size: 12.5px;
  font-weight: 300;
  color: rgba(245,240,235,0.45);
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
  transition: color 0.2s ease;
}

.chap-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: rgba(232,49,42,0.4);
  font-weight: 400;
}

.chap-card:hover .chap-list li {
  color: rgba(245,240,235,0.6);
}

/* CTA bottom */
.sommaire-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 50px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
}

.sommaire-cta-text {
  font-size: 18px;
  font-weight: 300;
  color: rgba(245,240,235,0.6);
  line-height: 1.6;
  max-width: 500px;
}

.sommaire-cta-text strong {
  color: var(--white);
  font-weight: 600;
}

/* Mobile */
@media (max-width: 1024px) {
  .sommaire-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .sommaire-section { padding: 80px 24px 70px; }
  .sommaire-grid { grid-template-columns: 1fr; }
  .chap-card { padding: 28px 24px; }
  .chap-num { font-size: 40px; width: 52px; }

  .sommaire-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
    gap: 24px;
  }

  .btn-primary { width: 100%; }
}

@media (max-width: 480px) {
  .sommaire-section { padding: 60px 20px 60px; }
  .chap-title { font-size: 13px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-400d686 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --red: #E8362A;
  --red-dim: rgba(232,54,42,0.15);
  --bg: #080808;
  --surface: #101010;
  --surface2: #161616;
  --border: rgba(255,255,255,0.07);
  --text: #F0EDE6;
  --muted: #666;
  --gold: #C9A84C;
  --gold-dim: rgba(201,168,76,0.12);
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Barlow', sans-serif;
  overflow-x: hidden;
}

/* ═══════════════════════════════════════
   SECTION 1 — TÉMOIGNAGES MANNEQUINS
═══════════════════════════════════════ */

.section-models {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.section-models::before {
  content: 'TÉMOIGNAGES';
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(80px, 15vw, 200px);
  color: rgba(255,255,255,0.02);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 10px;
}

.section-label {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 5px;
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.eyebrow::before, .eyebrow::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--red);
  opacity: 0.5;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(42px, 7vw, 90px);
  line-height: 0.95;
  letter-spacing: 2px;
}

.section-title em {
  color: var(--red);
  font-style: normal;
}

/* ── Scroll horizontal ── */
.models-track-wrap {
  overflow-x: auto;
  overflow-y: visible;
  padding: 20px 60px 40px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--red) transparent;
}

.models-track-wrap::-webkit-scrollbar { height: 3px; }
.models-track-wrap::-webkit-scrollbar-track { background: transparent; }
.models-track-wrap::-webkit-scrollbar-thumb { background: var(--red); border-radius: 2px; }

.models-track {
  display: flex;
  gap: 24px;
  width: max-content;
}

/* ── Model Card ── */
.model-card {
  width: 320px;
  flex-shrink: 0;
  scroll-snap-align: start;
  background: var(--surface);
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.4s cubic-bezier(.16,1,.3,1);
}

.model-card:hover {
  border-color: rgba(232,54,42,0.3);
  transform: translateY(-6px);
}

/* colour accent bar */
.model-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.model-card:hover::after { opacity: 1; }

/* discovery badge */
.discovery-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.75);
  border: 1px solid var(--border);
  backdrop-filter: blur(8px);
  padding: 5px 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  z-index: 3;
}

/* avatar zone */
.model-avatar {
  height: 200px;
  background: var(--surface2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.model-avatar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 70%, rgba(232,54,42,0.08), transparent 60%);
}

.avatar-initials {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 72px;
  color: rgba(255,255,255,0.05);
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
}

/* replace with real photo */
.model-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* brand row */
.brand-row {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
  padding: 20px 16px 12px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  z-index: 2;
}

.brand-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--red);
  border: 1px solid rgba(232,54,42,0.4);
  padding: 3px 8px;
  text-transform: uppercase;
}

.model-body {
  padding: 20px 22px 24px;
}

.model-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.model-agency {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 2px;
}

.model-quote-icon {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: var(--red);
  line-height: 0.7;
  opacity: 0.6;
  margin-top: 14px;
  display: block;
}

.model-quote {
  margin-top: 10px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #bbb;
  font-style: italic;
  font-weight: 300;
}

.model-quote strong {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

/* context line — how they were found */
.found-line {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--muted);
  text-transform: uppercase;
}

.found-icon {
  width: 20px;
  height: 20px;
  background: var(--red-dim);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════
   DIVIDER
═══════════════════════════════════════ */
.divider {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}

.divider-line { flex: 1; height: 1px; background: var(--border); }
.divider-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--muted);
  text-transform: uppercase;
  white-space: nowrap;
}

/* ═══════════════════════════════════════
   SECTION 2 — AVIS EBOOK
═══════════════════════════════════════ */

.section-ebook {
  padding: 90px 0 100px;
  background: linear-gradient(to bottom, var(--bg), #0c0505, var(--bg));
}

/* rating overview */
.rating-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 700px;
  margin: 40px auto 70px;
  padding: 0 40px;
  flex-wrap: wrap;
}

.big-score {
  text-align: center;
}

.score-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 100px;
  color: var(--red);
  line-height: 1;
}

.score-stars {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 4px;
}

.s { color: var(--gold); font-size: 18px; }

.score-count {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-top: 4px;
  text-transform: uppercase;
}

.rating-bars {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 1px;
}

.bar-bg {
  flex: 1;
  height: 4px;
  background: rgba(255,255,255,0.05);
  border-radius: 2px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: var(--red);
  border-radius: 2px;
  transition: width 1s ease;
}

/* ebook review grid */
.ebook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  background: var(--border);
}

@media (max-width: 900px) {
  .ebook-grid { grid-template-columns: 1fr; padding: 0 20px; gap: 16px; background: transparent; }
}

.ebook-card {
  background: var(--bg);
  padding: 32px 28px;
  position: relative;
  transition: background 0.3s;
}

.ebook-card:hover { background: var(--surface); }

.ebook-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

.reviewer-info { display: flex; align-items: center; gap: 12px; }

.reviewer-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--surface2);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--muted);
  flex-shrink: 0;
  overflow: hidden;
}

.reviewer-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}

.reviewer-meta {
  font-size: 11px;
  color: var(--muted);
  margin-top: 2px;
  font-family: 'Barlow', sans-serif;
}

.ebook-stars { display: flex; gap: 3px; }
.es { color: var(--gold); font-size: 12px; }

.ebook-platform {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ebook-platform::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
}

.ebook-title-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.ebook-text {
  font-size: 13.5px;
  line-height: 1.7;
  color: #999;
  font-weight: 300;
}

.ebook-text strong { color: #ddd; font-weight: 500; }

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #4ade80;
  text-transform: uppercase;
}

.verified-badge::before {
  content: '✓';
  width: 14px;
  height: 14px;
  background: rgba(74,222,128,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

/* ── CTA ── */
.cta-wrap {
  text-align: center;
  padding: 80px 20px;
  position: relative;
}

.cta-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--red));
}

.cta-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 5px;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.cta-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 7vw, 80px);
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

.cta-title span { color: var(--red); }

.cta-sub {
  font-size: 15px;
  color: var(--muted);
  max-width: 400px;
  margin: 0 auto 36px;
  line-height: 1.6;
  font-weight: 300;
}

.btn {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 18px 56px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgba(232,54,42,0.3);
}

.btn-sub {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 2px;
}

/* ── Animations ── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.model-card, .ebook-card {
  animation: fadeSlideUp 0.5s both;
}
.model-card:nth-child(1), .ebook-card:nth-child(1) { animation-delay: 0.1s; }
.model-card:nth-child(2), .ebook-card:nth-child(2) { animation-delay: 0.18s; }
.model-card:nth-child(3), .ebook-card:nth-child(3) { animation-delay: 0.26s; }
.model-card:nth-child(4), .ebook-card:nth-child(4) { animation-delay: 0.34s; }
.model-card:nth-child(5), .ebook-card:nth-child(5) { animation-delay: 0.42s; }
.model-card:nth-child(6), .ebook-card:nth-child(6) { animation-delay: 0.5s; }

/* grain overlay */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.022;
  pointer-events: none;
  z-index: 9999;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a635676 *//* ===== PRIX SECTION ===== */
.prix-section {
  background: var(--black);
  padding: 120px 70px 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.prix-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,49,42,0.4), transparent);
}

.prix-section::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(232,49,42,0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* Header */
.prix-header {
  text-align: center;
  margin-bottom: 80px;
}

.prix-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.prix-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 20px;
}

.prix-title span { color: var(--red); }

.prix-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245,240,235,0.4);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Inner layout */
.prix-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* Prix card */
.prix-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(232,49,42,0.25);
  padding: 44px 40px;
  position: relative;
  box-shadow: 0 0 60px rgba(232,49,42,0.06);
}

.prix-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
}

.prix-card-top { margin-bottom: 28px; }

.prix-badge-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.prix-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.4);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 5px 12px;
}

.prix-badge-pop {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(232,49,42,0.1);
  border: 1px solid rgba(232,49,42,0.25);
  padding: 5px 12px;
}

.prix-amount-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 14px;
}

.prix-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  line-height: 1;
  color: var(--white);
}

.prix-currency {
  font-size: 44px;
  color: var(--red);
}

.prix-once {
  font-size: 12px;
  font-weight: 400;
  color: rgba(245,240,235,0.35);
  letter-spacing: 0.05em;
  padding-bottom: 12px;
}

.prix-tagline {
  font-size: 13.5px;
  font-weight: 300;
  color: rgba(245,240,235,0.5);
  line-height: 1.6;
  font-style: italic;
}

.prix-divider {
  height: 1px;
  background: rgba(255,255,255,0.06);
  margin: 28px 0;
}

/* Includes list */
.prix-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prix-includes li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(245,240,235,0.65);
  line-height: 1.5;
}

.check {
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* CTA button */
.btn-prix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  padding: 20px 28px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.btn-prix::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.btn-prix:hover::before { transform: translateX(0); }
.btn-prix:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,49,42,0.4); }

.btn-prix-arrow {
  font-size: 20px;
  transition: transform 0.25s ease;
}
.btn-prix:hover .btn-prix-arrow { transform: translateX(5px); }

.prix-secure {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(245,240,235,0.3);
  letter-spacing: 0.05em;
  justify-content: center;
}

/* Arguments colonne droite */
.prix-arguments {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 8px;
}

.arg-block {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.arg-icon {
  color: var(--red);
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 4px;
  opacity: 0.7;
}

.arg-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}

.arg-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245,240,235,0.5);
}

.arg-urgency {
  padding: 24px 0 0;
  position: relative;
}

.urgency-line {
  width: 40px;
  height: 2px;
  background: var(--red);
  margin-bottom: 16px;
}

.arg-urgency p {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: rgba(245,240,235,0.55);
}

.arg-urgency strong {
  color: var(--white);
  font-weight: 600;
  font-style: normal;
}

/* Garantie bar */
.garantie-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 40px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.015);
}

.garantie-icon {
  color: var(--red);
  flex-shrink: 0;
  opacity: 0.8;
}

.garantie-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 6px;
}

.garantie-text {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,240,235,0.45);
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 900px) {
  .prix-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 40px;
  }

  .prix-card { padding: 32px 28px; }
  .prix-amount { font-size: 64px; }
}

@media (max-width: 768px) {
  .prix-section { padding: 80px 24px 70px; }

  .garantie-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }
}

@media (max-width: 480px) {
  .prix-section { padding: 60px 20px 60px; }
  .prix-card { padding: 28px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29230e3 *//* ===== FAQ SECTION ===== */
.faq-section {
  background: var(--gray);
  padding: 120px 70px 100px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,49,42,0.3), transparent);
}

/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 80px;
}

.faq-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.faq-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  color: var(--white);
}

.faq-title span { color: var(--red); }

/* 2 colonnes */
.faq-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  margin-bottom: 70px;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.faq-col {
  display: flex;
  flex-direction: column;
}

/* Item */
.faq-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.faq-item:first-child {
  border-top: 1px solid rgba(255,255,255,0.06);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  font-family: 'Barlow', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(245,240,235,0.75);
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease;
  user-select: none;
}

.faq-question::-webkit-details-marker { display: none; }

.faq-question:hover {
  color: var(--white);
}

.faq-item[open] .faq-question {
  color: var(--white);
}

.faq-chevron {
  font-size: 22px;
  font-weight: 300;
  color: var(--red);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item[open] .faq-chevron {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 4px 22px;
  animation: faqFadeIn 0.25s ease;
}

@keyframes faqFadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.faq-answer p {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(245,240,235,0.5);
}

/* CTA final */
.faq-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1060px;
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.faq-cta p {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245,240,235,0.4);
}

.faq-cta-link {
  color: var(--red);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.faq-cta-link:hover { opacity: 0.7; }

/* Mobile */
@media (max-width: 900px) {
  .faq-inner {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 50px;
  }

  .faq-col:last-child .faq-item:first-child {
    border-top: none;
  }
}

@media (max-width: 768px) {
  .faq-section { padding: 80px 24px 70px; }

  .faq-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .btn-primary { width: 100%; }
}

@media (max-width: 480px) {
  .faq-section { padding: 60px 20px 60px; }
  .faq-question { font-size: 13.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26e473d *//* ===== UPSELLS SECTION ===== */
.upsells-section {
  background: var(--black);
  padding: 120px 70px 120px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.upsells-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,49,42,0.4), transparent);
}

/* Header */
.upsells-header {
  text-align: center;
  margin-bottom: 80px;
}

.upsells-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.upsells-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.95;
  color: var(--white);
  margin-bottom: 20px;
}

.upsells-title span { color: var(--red); }

.upsells-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(245,240,235,0.4);
}

/* Grid 2 cartes */
.upsells-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto 70px;
}

/* Card */
.upsell-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transition: border-color 0.3s ease;
}

.upsell-card:hover {
  border-color: rgba(255,255,255,0.14);
}

.upsell-card--featured {
  border-color: rgba(232,49,42,0.3);
  background: rgba(232,49,42,0.04);
  box-shadow: 0 0 50px rgba(232,49,42,0.07);
}

.upsell-card--featured:hover {
  border-color: rgba(232,49,42,0.5);
}

.upsell-featured-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
}

/* Tag */
.upsell-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(245,240,235,0.4);
  align-self: flex-start;
}

.upsell-tag--red {
  border-color: rgba(232,49,42,0.35);
  color: var(--red);
  background: rgba(232,49,42,0.08);
}

/* Icon */
.upsell-icon-row {
  color: rgba(245,240,235,0.25);
}

.upsell-card--featured .upsell-icon-row {
  color: rgba(232,49,42,0.5);
}

/* Title */
.upsell-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 0.04em;
  color: var(--white);
  line-height: 1;
}

/* Desc */
.upsell-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(245,240,235,0.55);
}

.upsell-desc strong { color: var(--white); font-weight: 600; }

/* Includes */
.upsell-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.upsell-includes li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,240,235,0.55);
  line-height: 1.5;
}

.upsell-includes strong { color: var(--white); font-weight: 600; }

.ucheck {
  color: rgba(245,240,235,0.3);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: 700;
}

.ucheck--red { color: var(--red); }

/* Price */
.upsell-price-row {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.upsell-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  line-height: 1;
  color: rgba(245,240,235,0.6);
}

.upsell-price--white { color: var(--white); }

.up-decimal { font-size: 32px; }
.up-currency {
  font-size: 28px;
  color: rgba(245,240,235,0.3);
}
.up-currency--white { color: var(--red); }

.upsell-price-note {
  font-size: 11px;
  font-weight: 300;
  color: rgba(245,240,235,0.3);
  line-height: 1.6;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.up-included {
  color: var(--red);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
}

/* Buttons */
.btn-upsell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-upsell--secondary {
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--white);
  background: transparent;
}

.btn-upsell--secondary:hover {
  border-color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.04);
}

.btn-upsell--primary {
  background: var(--red);
  color: var(--white);
  border: 1px solid var(--red);
}

.btn-upsell--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(232,49,42,0.4);
}

.btn-u-arrow {
  font-size: 18px;
  transition: transform 0.25s ease;
}

.btn-upsell:hover .btn-u-arrow { transform: translateX(4px); }

/* Compare table */
.upsells-compare {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
}

.compare-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.compare-row:last-child { border-bottom: none; }

.compare-row--header {
  background: rgba(255,255,255,0.02);
}

.compare-feature,
.compare-col-label,
.compare-val {
  padding: 14px 20px;
  font-size: 12.5px;
  display: flex;
  align-items: center;
}

.compare-feature {
  color: rgba(245,240,235,0.45);
  font-weight: 300;
}

.compare-col-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.3);
  justify-content: center;
}

.compare-col-label--featured {
  color: var(--red);
  background: rgba(232,49,42,0.06);
}

.compare-val {
  justify-content: center;
  color: rgba(245,240,235,0.5);
  font-size: 14px;
}

.compare-val--red { color: var(--red); font-weight: 700; }
.compare-val--no { color: rgba(245,240,235,0.15); }

.compare-row--price { background: rgba(255,255,255,0.02); }

.compare-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: rgba(245,240,235,0.5);
  justify-content: center;
}

.compare-price--featured {
  color: var(--white);
  background: rgba(232,49,42,0.08);
  font-size: 26px;
}

/* Mobile */
@media (max-width: 768px) {
  .upsells-section { padding: 80px 24px 80px; }
  .upsells-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .upsell-card { padding: 32px 24px; }
  .upsells-compare { display: none; }
}

@media (max-width: 480px) {
  .upsells-section { padding: 60px 20px 70px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d7c502 *//* ===== FOOTER ===== */
.footer {
  background: #050505;
  padding: 80px 70px 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,49,42,0.25), transparent);
}

/* Top grid */
.footer-top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}

/* Brand */
.footer-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  color: var(--white);
  margin-bottom: 16px;
}

.footer-logo span { color: var(--red); }

.footer-tagline {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,240,235,0.35);
  line-height: 1.7;
  max-width: 240px;
  margin-bottom: 24px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(245,240,235,0.35);
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-link:hover {
  border-color: var(--red);
  color: var(--red);
}

/* Links columns */
.footer-col-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.25);
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.footer-links a {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,240,235,0.45);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.4;
}

.footer-links a:hover { color: var(--white); }

.footer-cta-mini {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
  border-bottom: 1px solid rgba(232,49,42,0.3);
  padding-bottom: 2px;
  transition: border-color 0.2s ease;
  margin-top: 8px;
}

.footer-cta-mini:hover { border-color: var(--red); }

/* Divider */
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.05);
  margin-bottom: 28px;
}

/* Bottom */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-legal-left {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(245,240,235,0.2);
  letter-spacing: 0.02em;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-legal-links a {
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(245,240,235,0.2);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover { color: rgba(245,240,235,0.5); }

.footer-legal-links span {
  color: rgba(255,255,255,0.1);
  font-size: 10px;
}

/* Mobile */
@media (max-width: 900px) {
  .footer {
    padding: 60px 24px 36px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-legal-links {
    gap: 8px;
  }
}/* End custom CSS */