/* Start custom CSS for html, class: .elementor-element-dvv4etg */<section class="fv-compare-page">
  <style>
    .fv-compare-page {
      --fv-dark: #111111;
      --fv-text: #2b2b2b;
      --fv-muted: #6f6f6f;
      --fv-light: #f8f8f8;
      --fv-border: #e7e7e7;
      --fv-white: #ffffff;
      --fv-accent: #caa16a;
      --fv-accent-2: #d94f4f;
      --fv-shadow: 0 12px 35px rgba(0,0,0,0.06);
      font-family: Arial, Helvetica, sans-serif;
      color: var(--fv-text);
      line-height: 1.6;
    }

    .fv-compare-page * {
      box-sizing: border-box;
    }

    .fv-container {
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .fv-hero {
      background:
        linear-gradient(135deg, rgba(17,17,17,0.92), rgba(40,40,40,0.88)),
        url('https://www.freevap.ch/img/cms/placeholder-comparatif-pods.jpg') center/cover no-repeat;
      color: #fff;
      border-radius: 28px;
      overflow: hidden;
      margin: 24px 0 48px;
      box-shadow: var(--fv-shadow);
    }

    .fv-hero-inner {
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 30px;
      align-items: center;
      padding: 60px 50px;
    }

    .fv-badge {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      background: rgba(255,255,255,0.12);
      color: #fff;
      padding: 10px 14px;
      border-radius: 999px;
      margin-bottom: 18px;
    }

    .fv-hero h1 {
      font-size: 42px;
      line-height: 1.12;
      margin: 0 0 18px;
      color: #fff;
    }

    .fv-hero p {
      font-size: 17px;
      color: rgba(255,255,255,0.88);
      margin: 0 0 26px;
      max-width: 700px;
    }

    .fv-hero-cta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

 .fv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background-color: #ef7275;
  color: #ffffff;

  font-size: 13px;
  font-weight: 600;
  text-decoration: none;

  padding: 14px 26px;
  border-radius: 12px;

  border: none;
  cursor: pointer;

  transition: all 0.25s ease;
}

.fv-btn,
.fv-btn:visited,
.fv-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background-color: #ef7275;
  color: #ffffff !important;

  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;

  padding: 14px 26px;
  border-radius: 12px;

  border: none;
  cursor: pointer;

  transition: all 0.25s ease;
}

.fv-btn:hover {
  background-color: #e35f63;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* Variante secondaire */
.fv-btn-secondary {
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.35);
}

.fv-btn-secondary:hover {
  background-color: rgba(255,255,255,0.08);
  color: #ffffff !important;
  border-color: rgba(255,255,255,0.5);
}

    .fv-hero-side {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 24px;
      padding: 24px;
      backdrop-filter: blur(4px);
    }

    .fv-mini-compare {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .fv-mini-card {
      background: rgba(255,255,255,0.08);
      border-radius: 18px;
      padding: 18px;
    }

    .fv-mini-card h3 {
      font-size: 18px;
      color: #fff;
      margin: 0 0 8px;
    }

    .fv-mini-card p {
      font-size: 14px;
      color: rgba(255,255,255,0.8);
      margin: 0;
    }

    .fv-section {
      margin: 58px 0;
    }

    .fv-section-title {
      font-size: 32px;
      line-height: 1.2;
      color: var(--fv-dark);
      margin: 0 0 12px;
      text-align: center;
    }

    .fv-section-intro {
      max-width: 900px;
      margin: 0 auto 34px;
      text-align: center;
      color: var(--fv-muted);
      font-size: 16px;
    }

    .fv-product-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
    }

    .fv-product-card {
      background: var(--fv-white);
      border: 1px solid var(--fv-border);
      border-radius: 26px;
      box-shadow: var(--fv-shadow);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .fv-product-top {
      padding: 28px 28px 8px;
    }

    .fv-product-label {
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 10px;
      padding: 7px 12px;
      border-radius: 999px;
    }

    .fv-kiwi {
      background: rgba(202,161,106,0.14);
      color: #8a6735;
    }

    .fv-pulp {
      background: rgba(217,79,79,0.12);
      color: #b13b3b;
    }

    .fv-product-card h3 {
      font-size: 28px;
      line-height: 1.15;
      margin: 0 0 12px;
      color: var(--fv-dark);
    }

    .fv-product-card p {
      margin: 0 0 18px;
      color: var(--fv-muted);
    }

    .fv-product-image {
      padding: 0 28px 20px;
    }

    .fv-product-image img,
    .fv-product-image video {
      width: 100%;
      max-height: 320px;
      display: block;
      border-radius: 18px;
      background: #fafafa;
      border: 1px solid #f0f0f0;
    }

    .fv-product-image img {
      object-fit: contain;
      padding: 16px;
    }

    .fv-product-image video {
      object-fit: cover;
    }

    .fv-points {
      padding: 0 28px 8px;
      margin: 0;
      list-style: none;
    }

    .fv-points li {
      position: relative;
      padding-left: 26px;
      margin-bottom: 12px;
      color: var(--fv-text);
    }

    .fv-points li:before {
      content: "✓";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--fv-accent);
      font-weight: bold;
    }

    .fv-product-actions {
      padding: 16px 28px 30px;
      margin-top: auto;
    }

    .fv-specs {
      background: var(--fv-light);
      border-radius: 28px;
      padding: 34px 24px;
      overflow-x: auto;
      border: 1px solid var(--fv-border);
    }

    .fv-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      background: #fff;
      border-radius: 18px;
      overflow: hidden;
    }

    .fv-table th,
    .fv-table td {
      padding: 16px 18px;
      border-bottom: 1px solid #efefef;
      text-align: left;
      vertical-align: top;
      font-size: 15px;
    }

    .fv-table th {
      background: #151515;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }

    .fv-table tr:last-child td {
      border-bottom: none;
    }

    .fv-highlight {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
    }

    .fv-highlight-box {
      background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
      border: 1px solid var(--fv-border);
      border-radius: 24px;
      padding: 28px;
      box-shadow: var(--fv-shadow);
    }

    .fv-highlight-box h3 {
      margin: 0 0 12px;
      font-size: 24px;
      line-height: 1.2;
      color: var(--fv-dark);
    }

    .fv-highlight-box p {
      color: var(--fv-muted);
      margin: 0 0 16px;
    }

    .fv-profiling {
      background: linear-gradient(135deg, #f8f8f8, #ffffff);
      border-radius: 28px;
      padding: 38px 24px;
      border: 1px solid var(--fv-border);
    }

    .fv-profile-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      margin-top: 24px;
    }

    .fv-profile-card {
      background: #fff;
      border: 1px solid var(--fv-border);
      border-radius: 22px;
      padding: 24px;
      box-shadow: var(--fv-shadow);
    }

    .fv-profile-card h4 {
      margin: 0 0 12px;
      font-size: 22px;
      color: var(--fv-dark);
    }

    .fv-profile-card ul {
      margin: 0;
      padding-left: 18px;
    }

    .fv-profile-card li {
      margin-bottom: 10px;
      color: var(--fv-text);
    }

    .fv-final-cta {
      text-align: center;
      background: #111;
      color: #fff;
      border-radius: 28px;
      padding: 50px 24px;
      margin-top: 56px;
      box-shadow: var(--fv-shadow);
    }

    .fv-final-cta h2 {
      font-size: 34px;
      line-height: 1.15;
      margin: 0 0 14px;
      color: #fff;
    }

    .fv-final-cta p {
      max-width: 760px;
      margin: 0 auto 22px;
      color: rgba(255,255,255,0.82);
      font-size: 16px;
    }

    @media (max-width: 980px) {
      .fv-hero-inner,
      .fv-product-grid,
      .fv-highlight,
      .fv-profile-grid {
        grid-template-columns: 1fr;
      }

      .fv-hero h1 {
        font-size: 34px;
      }
    }

    @media (max-width: 640px) {
      .fv-hero-inner {
        padding: 34px 22px;
      }

      .fv-section-title {
        font-size: 26px;
      }

      .fv-product-card h3,
      .fv-final-cta h2 {
        font-size: 26px;
      }

      .fv-mini-compare {
        grid-template-columns: 1fr;
      }
    }
  </style>/* End custom CSS */