    :root {
      --ink: #111114;
      --ink-soft: #2b2b31;
      --muted: #6c6c74;
      --hairline: rgba(17, 17, 20, 0.12);
      --hairline-soft: rgba(17, 17, 20, 0.07);
      --paper: #fbfbfd;
      --panel: rgba(255, 255, 255, 0.82);
      --white: #fff;
      --blue: #0071e3;
      --blue-dark: #005bbf;
      --orange: #e8543e;
      --green: #32d16d;
      --radius-xl: 40px;
      --radius-lg: 28px;
      --radius-md: 18px;
      --shadow: 0 28px 90px rgba(25, 25, 30, 0.10);
      --shadow-soft: 0 16px 54px rgba(25, 25, 30, 0.07);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
      color: var(--ink);
      background: var(--paper);
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }
    p { margin: 0; }

    .apple-shell {
      min-height: 100vh;
      background:
        radial-gradient(circle at 18% 0%, rgba(0, 113, 227, 0.12), transparent 27rem),
        radial-gradient(circle at 88% 8%, rgba(232, 84, 62, 0.13), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f5f5f7 54%, #ffffff 100%);
    }

    .apple-nav {
      position: sticky;
      top: 14px;
      z-index: 20;
      width: min(1120px, calc(100% - 28px));
      margin: 0 auto;
      padding: 10px 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      border: 1px solid rgba(255, 255, 255, 0.78);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.72);
      box-shadow: 0 18px 48px rgba(20, 20, 24, 0.08);
      backdrop-filter: blur(24px) saturate(1.5);
    }
    .apple-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
    .apple-brand img { width: 148px; }
    .apple-brand span { color: var(--muted); font-size: 13px; white-space: nowrap; }
    .apple-nav-links { display: flex; align-items: center; gap: 4px; }
    .apple-nav-links a {
      padding: 10px 14px;
      border-radius: 999px;
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 560;
      transition: background 0.2s ease, color 0.2s ease;
    }
    .apple-nav-links a:hover { background: rgba(17, 17, 20, 0.06); }
    .apple-nav-cta {
      padding: 10px 16px;
      border-radius: 999px;
      background: var(--blue);
      color: #fff !important;
      font-size: 14px;
      font-weight: 700;
      box-shadow: 0 12px 28px rgba(0, 113, 227, 0.22);
    }

    .apple-hero {
      width: min(1180px, calc(100% - 32px));
      margin: 42px auto 0;
      padding: clamp(34px, 6vw, 76px);
      border: 1px solid rgba(255, 255, 255, 0.84);
      border-radius: var(--radius-xl);
      background: rgba(255, 255, 255, 0.72);
      box-shadow: var(--shadow);
      overflow: hidden;
      backdrop-filter: blur(22px);
    }
    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
      gap: clamp(32px, 5vw, 76px);
      align-items: center;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      margin-bottom: 18px;
      padding: 8px 12px;
      border: 1px solid var(--hairline-soft);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.8);
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
    }
    .eyebrow::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 5px rgba(50, 209, 109, 0.12);
    }
    .apple-hero h1 {
      max-width: 780px;
      margin: 0;
      color: var(--ink);
      font-size: clamp(48px, 7.2vw, 92px);
      line-height: 0.92;
      letter-spacing: -0.075em;
      font-weight: 720;
    }
    .apple-hero h1 span { color: var(--muted); }
    .hero-copy {
      max-width: 660px;
      margin-top: 24px;
      color: var(--muted);
      font-size: clamp(19px, 2vw, 26px);
      line-height: 1.32;
      letter-spacing: -0.025em;
      font-weight: 430;
    }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
    .pill-button, .ghost-button, .button-secondary, .primary-btn, .inscription-btn, #modalSendBtn, #cpf-subscription, #packPEX, #intra, #contactBottom, #CallBtnBottom, #modalCallBtn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 20px;
      border: 0;
      border-radius: 999px;
      font-weight: 700;
      cursor: pointer;
      text-align: center;
      text-decoration: none !important;
      transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }
    .pill-button, .primary-btn, .inscription-btn, #modalSendBtn, #cpf-subscription, #packPEX, #intra, #contactBottom, #modalCallBtn {
      background: var(--orange) !important;
      color: #fff !important;
      box-shadow: 0 14px 32px rgba(232, 84, 62, 0.24) !important;
    }
    .info-button {
      background: var(--blue) !important;
      color: #fff !important;
      box-shadow: 0 14px 32px rgba(0, 113, 227, 0.22) !important;
    }
    .ghost-button, .button-secondary, #CallBtnBottom {
      background: #fff !important;
      color: var(--blue) !important;
      border: 1px solid var(--hairline-soft) !important;
      box-shadow: 0 12px 34px rgba(17, 17, 20, 0.07) !important;
    }
    .pill-button:hover, .primary-btn:hover, .inscription-btn:hover, #modalSendBtn:hover, #cpf-subscription:hover, #packPEX:hover, #intra:hover, #contactBottom:hover, #modalCallBtn:hover {
      transform: translateY(-1px);
      background: #d94d38 !important;
      box-shadow: 0 18px 38px rgba(232, 84, 62, 0.30) !important;
    }
    .info-button:hover, .apple-nav-cta:hover {
      transform: translateY(-1px);
      background: var(--blue-dark) !important;
      box-shadow: 0 18px 38px rgba(0, 113, 227, 0.28) !important;
    }
    .ghost-button:hover, .button-secondary:hover, #CallBtnBottom:hover {
      transform: translateY(-1px);
      background: #f5f8ff !important;
      border-color: rgba(0, 113, 227, 0.18) !important;
      box-shadow: 0 18px 38px rgba(17, 17, 20, 0.10) !important;
    }

    .proof-strip {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 36px;
      max-width: 660px;
    }
    .proof-item {
      min-height: 86px;
      padding: 16px;
      border: 1px solid var(--hairline-soft);
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.7);
    }
    .proof-item strong { display: block; font-size: 23px; line-height: 1; letter-spacing: -0.05em; }
    .proof-item span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; line-height: 1.25; }

    .advisor-card {
      position: relative;
      padding: 18px;
      border: 1px solid var(--hairline-soft);
      border-radius: 34px;
      background: linear-gradient(180deg, #fff, #f8f8fb);
      box-shadow: var(--shadow);
    }
    .advisor-photo {
      height: 170px;
      border-radius: 24px;
      background:
        linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.2)),
        url('../images/owneronphone.webp') center/cover;
      margin-bottom: 18px;
    }
    .advisor-card h2 { margin: 0 0 8px; text-align: center; font-size: 30px; letter-spacing: -0.05em; }
    .advisor-card p { color: var(--muted); text-align: center; line-height: 1.35; }
    .phone-cta { margin: 18px auto; width: fit-content; }
    .availability-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: fit-content;
      margin: -2px auto 18px;
      padding: 9px 14px;
      border-radius: 999px;
      background: rgba(0, 113, 227, 0.08);
      color: var(--ink);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: -0.01em;
      text-align: center;
    }
    .availability-pill::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 5px rgba(50, 209, 109, 0.12);
    }
    .apple-form { margin-top: 16px; }
    .apple-form .input-group { gap: 10px; }
    .apple-form .form-floating { flex: 1 1 150px; margin-right: 0 !important; }
    .form-control, input[type="text"], input[type="email"], input[type="tel"] {
      min-height: 54px !important;
      border: 1px solid var(--hairline) !important;
      border-radius: 16px !important;
      background: rgba(255, 255, 255, 0.92) !important;
      box-shadow: none !important;
    }
    .form-control:focus, input:focus {
      border-color: rgba(0, 113, 227, 0.5) !important;
      box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12) !important;
    }
    label { color: var(--muted) !important; }
    #wait2, #wait3, #wait4 { display: none; width: 28px; margin: 0 auto; }

    .format-section, .section-block { width: min(1180px, calc(100% - 32px)); margin: 64px auto 0; }
    .section-kicker { color: var(--blue); font-size: 14px; font-weight: 760; letter-spacing: 0.11em; text-transform: uppercase; text-align: center; }
    .section-title { max-width: 860px; margin: 10px auto 28px; text-align: center; font-size: clamp(38px, 5.2vw, 74px); line-height: 0.98; letter-spacing: -0.07em; font-weight: 720; }
    .section-subtitle { max-width: 740px; margin: -12px auto 34px; text-align: center; color: var(--muted); font-size: 21px; line-height: 1.35; letter-spacing: -0.025em; }

    .format-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .format-card {
      display: flex;
      flex-direction: column;
      min-height: 480px;
      padding: 30px;
      border: 1px solid var(--hairline-soft);
      border-radius: 34px;
      background: #fff;
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }
    .format-card.featured { background: linear-gradient(180deg, #fff, #f2f7ff); border-color: rgba(0, 113, 227, 0.18); }
    .format-card .tag { width: fit-content; padding: 7px 11px; border-radius: 999px; background: #f1f1f4; color: var(--muted); font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: 0.1em; }
    .format-card h3 { margin: 22px 0 10px; font-size: clamp(30px, 3vw, 44px); line-height: 1; letter-spacing: -0.055em; }
    .format-card p { color: var(--muted); line-height: 1.45; font-size: 17px; }
    .format-card ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
    .format-card li { color: var(--ink-soft); }
    .format-card li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 800; }
    .price-line { margin-top: auto; padding-top: 28px; display: flex; align-items: baseline; gap: 10px; }
    .price-line strong { font-size: clamp(54px, 6vw, 82px); letter-spacing: -0.08em; line-height: 0.9; }
    .price-line span { color: var(--muted); font-size: 20px; }
    .story-panel {
      position: relative;
      min-height: 520px;
      padding: clamp(28px, 5vw, 72px);
      border-radius: 42px;
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(0,0,0,0.76), rgba(0,0,0,0.2)),
        url('../images/kitchen-team.jpg') center/cover;
      color: #fff;
      display: flex;
      align-items: end;
      box-shadow: var(--shadow);
    }
    .story-panel h2 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 82px); line-height: 0.96; letter-spacing: -0.07em; }
    .story-panel p { max-width: 620px; margin-top: 18px; color: rgba(255,255,255,0.82); font-size: 21px; line-height: 1.35; }

    .trust-panel {
      padding: 22px 24px 24px;
      border: 1px solid var(--hairline-soft);
      border-radius: 34px;
      background: rgba(255, 255, 255, 0.82);
      box-shadow: var(--shadow-soft);
      backdrop-filter: blur(18px);
    }
    .trust-header {
      max-width: 720px;
      margin: 0 auto 18px;
      text-align: center;
    }
    .trust-header h2 {
      margin: 8px 0 0;
      font-size: clamp(30px, 3.8vw, 48px);
      line-height: 1.02;
      letter-spacing: -0.06em;
    }
    .trust-header p {
      margin-top: 10px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.35;
    }
    .trust-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }
    .trust-person {
      overflow: hidden;
      border: 1px solid var(--hairline-soft);
      border-radius: 22px;
      background: linear-gradient(180deg, #ffffff, #f7f7f9);
      box-shadow: 0 16px 42px rgba(17, 17, 20, 0.06);
    }
    .trust-person img {
      width: 100%;
      aspect-ratio: 1.16 / 1;
      object-fit: cover;
      object-position: center 22%;
    }
    .trust-person img.trust-photo-philippe {
      object-position: center 10%;
    }
    .trust-person img.trust-photo-aurelien {
      object-position: center 8%;
    }
    .trust-person-body {
      padding: 14px 16px 16px;
    }
    .trust-person-body h3 {
      margin: 0;
      font-size: 22px;
      letter-spacing: -0.04em;
    }
    .trust-person-body p {
      margin-top: 6px;
      color: var(--blue);
      font-size: 15px;
      line-height: 1.3;
      font-weight: 620;
    }
    .trust-reviews {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-top: 20px;
      padding: 24px 26px;
      border-radius: 18px;
    }
    .trust-reviews-copy {
      flex: 1 1 auto;
      text-align: center;
    }
    .trust-reviews img {
      width: 182px;
      flex: 0 0 auto;
    }
    .trust-reviews strong {
      display: block;
      font-size: clamp(34px, 3.6vw, 46px);
      letter-spacing: -0.05em;
      line-height: 1;
    }
    .trust-reviews span {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      font-size: 16px;
      line-height: 1.4;
    }
    .trust-reviews .ghost-button {
      color: var(--ink) !important;
    }

    .benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
    .benefit-card { min-height: 230px; padding: 28px; border: 1px solid var(--hairline-soft); border-radius: 30px; background: #fff; box-shadow: var(--shadow-soft); }
    .benefit-card img { width: 70px; height: 70px; object-fit: contain; margin-bottom: 18px; border-radius: 18px; background: #f5f5f7; padding: 12px; }
    .benefit-card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -0.04em; }
    .benefit-card p { color: var(--muted); line-height: 1.45; }

    .program-card { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--hairline-soft); border-radius: 38px; background: #fff; box-shadow: var(--shadow-soft); }
    .program-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }
    .program-list { padding: 24px; border-radius: 24px; background: #f7f7f9; }
    .program-list h3 { margin: 0 0 14px; letter-spacing: -0.04em; }
    .program-list ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.65; }

    .combo-card {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
      padding: clamp(28px, 5vw, 56px);
      border-radius: 36px;
      background: #111114;
      color: #fff;
      box-shadow: var(--shadow);
    }
    .combo-card h2 { margin: 0; font-size: clamp(34px, 4.6vw, 64px); line-height: 1; letter-spacing: -0.07em; }
    .combo-card p { margin-top: 14px; color: rgba(255,255,255,0.72); font-size: 19px; }
    .combo-price { text-align: right; }
    .combo-price s { display: block; color: rgba(255,255,255,0.45); font-size: 26px; }
    .combo-price strong { display: block; font-size: clamp(58px, 7vw, 94px); letter-spacing: -0.08em; line-height: 0.9; }

    .reviews-card { text-align: center; padding: clamp(36px, 6vw, 72px); border-radius: 40px; background: #fff; box-shadow: var(--shadow-soft); border: 1px solid var(--hairline-soft); }
    .reviews-card img { width: 190px; margin: 0 auto 18px; }
    .reviews-card strong { display: block; font-size: clamp(44px, 6vw, 78px); letter-spacing: -0.08em; line-height: 1; }
    .reviews-card p { margin: 14px auto 24px; max-width: 560px; color: var(--muted); font-size: 20px; }

    .comparison-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 26px; background: #fff; box-shadow: var(--shadow-soft); }
    .comparison-table th, .comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--hairline-soft); text-align: left; }
    .comparison-table th { color: var(--muted); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }
    .comparison-table tr:last-child td { border-bottom: 0; }
    .comparison-table .winner { color: var(--green); font-weight: 800; }

    footer { width: min(1180px, calc(100% - 32px)); margin: 74px auto 24px; padding: 34px; border-radius: 34px; background: #fff; border: 1px solid var(--hairline-soft); color: var(--muted); }
    .footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
    footer img { width: 170px; }
    footer a { color: var(--blue); font-weight: 700; }
    .footer-cert {
      justify-self: end;
      width: min(100%, 260px);
      padding: 24px;
      border-radius: 32px;
      background: linear-gradient(180deg, #fff, #f7f7f9);
      border: 1px solid var(--hairline-soft);
      box-shadow: var(--shadow-soft);
    }
    .footer-cert img {
      width: 100%;
      max-width: 160px;
      min-width: 0;
    }
    .footer-cert p {
      margin-top: 18px;
      color: var(--ink-soft);
      font-size: 15px;
      line-height: 1.55;
    }
    .footer-cert-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 56px;
      margin-top: 22px;
      padding-inline: 20px;
      border-radius: 999px;
      background: #fff !important;
      color: var(--ink) !important;
      border: 1px solid rgba(17, 17, 20, 0.10) !important;
      box-shadow: 0 12px 28px rgba(17, 17, 20, 0.06) !important;
      font-size: 16px;
      font-weight: 700;
    }
    .footer-cert-btn:hover {
      background: #fbfbfd !important;
      border-color: rgba(17, 17, 20, 0.16) !important;
      box-shadow: 0 18px 34px rgba(17, 17, 20, 0.10) !important;
    }

    .sticky-bottom { position: fixed; z-index: 30; left: 20px; bottom: 20px; padding: 13px 18px; border-radius: 999px; background: #111114; color: #fff; box-shadow: var(--shadow); }
    .sticky-bottom2 { display: none; position: fixed; z-index: 31; right: 20px; bottom: 20px; max-width: 260px; border-radius: 22px !important; box-shadow: var(--shadow) !important; }

    .modal-content { border: 0; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
    .modal-header, .modal-footer { border-color: var(--hairline-soft); }
    .showSuite { display: none; }
    .noIndent { padding-left: 20px; }

    @media (max-width: 991px) {
      .apple-nav { position: static; margin-top: 12px; border-radius: 24px; flex-wrap: wrap; justify-content: center; }
      .apple-brand { width: 100%; justify-content: center; }
      .apple-brand span { display: none; }
      .apple-nav-links { flex-wrap: wrap; justify-content: center; }
      .apple-hero { margin-top: 22px; padding: 28px 18px; border-radius: 30px; }
      .hero-grid, .format-grid, .benefit-grid, .program-columns, .combo-card, .footer-grid, .trust-grid { grid-template-columns: 1fr; }
      .apple-hero h1 { font-size: clamp(42px, 13vw, 62px); }
      .proof-strip { grid-template-columns: 1fr; }
      .combo-price { text-align: left; }
      .footer-cert { width: 100%; max-width: 340px; justify-self: start; }
      .story-panel { min-height: 440px; }
      .trust-reviews { flex-direction: column; align-items: center; justify-content: center; text-align: center; }
      .sticky-bottom, .sticky-bottom2 { left: 12px; right: 12px; bottom: 12px; width: auto; }
    }

    @media (max-width: 767px) {
      .trust-person.hide-mobile {
        display: none;
      }
    }
  
/* Apple Codex modal polish */
#contactUs .modal-dialog,
#cpfFirstStep .modal-dialog {
  max-width: 760px;
}

#contactUs .modal-content,
#cpfFirstStep .modal-content {
  border-radius: 30px;
  overflow: hidden;
}

#contactUs .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 32px);
}

#contactUs .modal-content {
  width: 100%;
  max-height: calc(100vh - 32px);
}

#cpfFirstStep .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 32px);
}

#cpfFirstStep .modal-content {
  width: 100%;
  max-height: calc(100vh - 32px);
}

#contactUs .modal-header,
#cpfFirstStep .modal-header {
  min-height: 48px;
  align-items: flex-start;
}

#contactUs .modal-header img,
#cpfFirstStep .modal-header img {
  width: 190px !important;
  max-width: 58% !important;
  margin: 0 auto !important;
}

#contactUs .modal-body,
#cpfFirstStep .modal-body {
  padding: 0 28px 28px;
}

#contactUs .modal-body {
  overflow-y: auto;
  padding: 2px 16px 12px;
}

#contactUs .modal-header img {
  width: 92px !important;
  max-width: 24% !important;
  top: 4px !important;
  left: 8px !important;
}

#cpfFirstStep .modal-body {
  overflow-y: auto;
  padding: 2px 16px 12px;
}

#cpfFirstStep .modal-header img {
  width: 92px !important;
  max-width: 24% !important;
  top: 4px !important;
  left: 8px !important;
}

#cpfFirstStep .cpf-hero-image {
  display: block !important;
  width: 108px !important;
  aspect-ratio: 425 / 222;
  height: auto !important;
  margin: 0 auto 6px !important;
  border-radius: 8px !important;
  object-fit: cover !important;
  object-position: center !important;
}

#cpfFirstStep #fillTitle {
  font-size: 0.86rem !important;
  line-height: 1.06 !important;
  max-width: 92%;
}

#cpfFirstStep .modal-body > div[style*="margin-bottom: 45px"] {
  display: none !important;
}

#cpfFirstStep .form-floating.mb-3 {
  margin-bottom: 6px !important;
}

#cpfFirstStep #cpf-subscription {
  min-height: 42px !important;
}

#cpfFirstStep #infos > div {
  margin-top: 0 !important;
}

#cpfFirstStep #infos h6 {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
  font-size: 11px !important;
}


#cpfFirstStep #infos img[src*="english"] {
  width: 7% !important;
  min-width: 26px;
}

#cpfFirstStep #infos img[src*="lock"] {
  width: 18px !important;
  margin: 2px auto 5px !important;
}

#contactUs #haccpOnly,
#contactUs #haccpPEX {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 8px;
}

#contactUs #haccpOnly img,
#contactUs #haccpPEX img {
  width: 74px !important;
  height: 74px !important;
  object-fit: cover;
  margin: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(17, 17, 20, 0.08);
}

#contactUs #haccpPEX span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 !important;
  border-radius: 50%;
  background: #f5f5f7;
  color: var(--blue) !important;
  font-size: 26px !important;
  line-height: 1 !important;
  font-weight: 700;
}

#contactUs .modal-title,
#contactUs #modalCallBtn,
#contactUs form,
#cpfFirstStep form {
  position: relative;
  z-index: 1;
}

#contactUs .modal-title {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 4px !important;
  font-size: 21px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em;
}

#contactUs #modalCallBtn {
  min-height: 40px !important;
  margin-bottom: 6px !important;
  font-size: 1.08rem !important;
}

#contactUs #infos h4,
#cpfFirstStep #fillTitle {
  color: var(--ink) !important;
  font-size: 1.2rem !important;
  line-height: 1.18 !important;
  letter-spacing: -0.04em;
}

#contactUs #infos h6,
#cpfFirstStep #infos h6 {
  color: var(--muted) !important;
}

#contactUs #infos h4 {
  font-size: 1rem !important;
  line-height: 1.18 !important;
  margin-bottom: 6px !important;
}

#contactUs #infos > div[style*="margin-top: 10px"],
#cpfFirstStep #infos > div[style*="margin-top: 10px"] {
  margin-top: 4px !important;
}

#contactUs #infos h6 {
  margin-bottom: 4px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

#contactUs #infos img[src*="lock"] {
  width: 18px !important;
  margin: 2px auto 6px !important;
}

#contactUs .form-floating.mb-3 {
  margin-bottom: 6px !important;
}

#contactUs .form-control,
#contactUs input[type="text"],
#contactUs input[type="email"],
#contactUs input[type="tel"],
#cpfFirstStep .form-control,
#cpfFirstStep input[type="text"],
#cpfFirstStep input[type="email"],
#cpfFirstStep input[type="tel"] {
  min-height: 40px !important;
  border-radius: 12px !important;
}

#contactUs label,
#cpfFirstStep label {
  font-size: 1rem !important;
}

#contactUs #modalSendBtn,
#cpfFirstStep #cpf-subscription {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 164px;
  padding: 12px 22px !important;
  border-radius: 999px !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#contactUs #modalSendBtn span,
#cpfFirstStep #cpf-subscription span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  text-align: center !important;
}

#contactUs #modalSendBtn .fa,
#cpfFirstStep #cpf-subscription .fa {
  margin-left: 0 !important;
}

#contactUs #modalCallBtn,
#contactUs .modal-footer .button-secondary,
#goodNews .modal-footer .button-secondary,
#cpfFirstStep #cpf-subscription {
  border-radius: 999px !important;
}

#contactUs #nextText,
#cpfFirstStep #cpfNextText {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
}

@media (min-width: 992px) {
  #contactUs .modal-dialog,
  #cpfFirstStep .modal-dialog {
    max-width: 820px;
  }

  #contactUs .modal-header,
  #cpfFirstStep .modal-header {
    min-height: 58px;
  }

  #contactUs .modal-body,
  #cpfFirstStep .modal-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 18px;
  }

  #contactUs .modal-header img,
  #cpfFirstStep .modal-header img {
    width: 112px !important;
    max-width: 26% !important;
  }

  #contactUs #haccpOnly img,
  #contactUs #haccpPEX img {
    width: 88px !important;
    height: 88px !important;
  }

  #contactUs .modal-title {
    font-size: 27px !important;
  }

  #contactUs #modalCallBtn {
    min-height: 48px !important;
    font-size: 1.28rem !important;
  }

  #contactUs #infos h4 {
    font-size: 1.22rem !important;
    line-height: 1.18 !important;
  }

  #contactUs #infos h6,
  #cpfFirstStep #infos h6 {
    font-size: 0.94rem !important;
  }

  #cpfFirstStep .cpf-hero-image {
    width: 124px !important;
    margin-bottom: 8px !important;
  }

  #cpfFirstStep #fillTitle {
    font-size: 0.95rem !important;
    line-height: 1.08 !important;
    max-width: 90%;
  }

  #contactUs .form-control,
  #contactUs input[type="text"],
  #contactUs input[type="email"],
  #contactUs input[type="tel"],
  #cpfFirstStep .form-control,
  #cpfFirstStep input[type="text"],
  #cpfFirstStep input[type="email"],
  #cpfFirstStep input[type="tel"] {
    min-height: 44px !important;
  }

  #contactUs label,
  #cpfFirstStep label {
    font-size: 1.03rem !important;
  }

  #contactUs #modalSendBtn,
  #contactUs #nextText {
    font-size: 1.08rem !important;
  }
}

#contactUs #infos img[src*="lock"],
#cpfFirstStep #infos img[src*="lock"] {
  width: 24px !important;
  margin: 8px auto 14px !important;
}

@media (max-width: 640px) {
  #contactUs .modal-dialog,
  #cpfFirstStep .modal-dialog {
    margin: 12px;
  }

  #contactUs .modal-dialog,
  #cpfFirstStep .modal-dialog {
    min-height: calc(100vh - 24px);
  }

  #contactUs .modal-content,
  #cpfFirstStep .modal-content {
    max-height: calc(100vh - 24px);
  }

  #contactUs #haccpOnly img,
  #contactUs #haccpPEX img {
    width: 78px !important;
    height: 78px !important;
  }

  #cpfFirstStep .cpf-hero-image {
    width: 112px !important;
    margin-bottom: 8px !important;
  }
}

  
/* Apple Codex typography comfort pass */
.apple-hero h1,
.section-title,
.story-panel h2,
.combo-card h2 {
  font-weight: 620 !important;
  letter-spacing: -0.045em !important;
}

.section-title {
  max-width: 1040px !important;
  font-size: clamp(40px, 4.7vw, 66px) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.section-subtitle {
  max-width: 820px !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.48 !important;
}

.section-kicker {
  letter-spacing: 0.18em !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.apple-nav-links a,
.apple-nav-cta,
.pill-button,
.ghost-button,
.button-secondary,
.primary-btn,
.inscription-btn,
#modalSendBtn,
#cpf-subscription,
#packPEX,
#intra,
#contactBottom,
#CallBtnBottom,
#modalCallBtn {
  font-weight: 620 !important;
}

.format-card h3,
.benefit-card h3,
.program-list h3 {
  font-weight: 620 !important;
  letter-spacing: -0.035em !important;
}

.proof-item strong,
.price-line strong,
.combo-price strong,
.reviews-card strong {
  font-weight: 640 !important;
  letter-spacing: -0.055em !important;
}

@media (max-width: 991px) {
  .section-title {
    font-size: clamp(34px, 9vw, 48px) !important;
    line-height: 1.08 !important;
  }
}

  
/* Apple Codex combo CTA refinement */
.combo-card {
  grid-template-columns: minmax(0, 1fr) minmax(220px, auto) !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(0, 113, 227, 0.11), transparent 18rem),
    linear-gradient(135deg, #ffffff, #f5f5f7) !important;
  color: var(--ink) !important;
  border: 1px solid var(--hairline-soft);
  box-shadow: var(--shadow-soft) !important;
}

.combo-card h2 {
  max-width: 780px;
  color: var(--ink) !important;
  font-size: clamp(36px, 4vw, 56px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
  font-weight: 620 !important;
}

.combo-card p {
  max-width: 660px;
  color: var(--muted) !important;
  font-size: 20px !important;
  line-height: 1.42 !important;
}

.combo-price {
  min-width: 220px;
  padding: 22px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--hairline-soft);
  box-shadow: 0 16px 42px rgba(17, 17, 20, 0.07);
}

.combo-price s {
  color: var(--muted) !important;
  font-size: 24px !important;
}

.combo-price strong {
  color: var(--ink) !important;
  font-size: clamp(58px, 6vw, 82px) !important;
  letter-spacing: -0.06em !important;
  font-weight: 650 !important;
}

.combo-price #packPEX {
  width: 100%;
  margin-top: 14px;
  white-space: nowrap;
  background: var(--orange) !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(232, 84, 62, 0.26) !important;
}

@media (max-width: 991px) {
  .combo-card {
    grid-template-columns: 1fr !important;
  }

  .combo-price {
    width: 100%;
    text-align: left;
  }
}

  
/* Apple Codex combo CTA: restore black background, keep cleaner layout. */
.combo-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 113, 227, 0.26), transparent 18rem),
    linear-gradient(135deg, #111114, #050506) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 28px 90px rgba(17, 17, 20, 0.2) !important;
}

.combo-card h2 {
  color: #fff !important;
}

.combo-card p {
  color: rgba(255, 255, 255, 0.68) !important;
}

.combo-price {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2) !important;
  backdrop-filter: blur(18px);
}

.combo-price s {
  color: rgba(255, 255, 255, 0.42) !important;
}

.combo-price strong {
  color: #fff !important;
}

  
/* Apple Codex nav: not sticky */
.apple-nav {
  position: relative !important;
  top: auto !important;
}

  
/* Apple Codex format cards: stronger labels, better spacing, smaller CTA */
.format-card {
  padding: 34px !important;
}

.format-card .tag {
  padding: 10px 15px !important;
  background: #111114 !important;
  color: #fff !important;
  border: 1px solid #111114;
  box-shadow: 0 10px 26px rgba(17, 17, 20, 0.12);
  font-size: 14px !important;
  letter-spacing: 0.11em !important;
}

.format-card p {
  max-width: 620px;
}

.format-card ul {
  gap: 14px !important;
  margin-top: 28px !important;
}

.format-card li {
  font-size: 17px;
  line-height: 1.38;
}

.price-line {
  padding-top: 38px !important;
  margin-bottom: 20px;
}

.format-card .inscription-btn {
  width: min(100%, 340px) !important;
  min-height: 54px !important;
  align-self: flex-start;
  font-size: 16px !important;
  background: var(--orange) !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(232, 84, 62, 0.26) !important;
}

.format-card.featured .inscription-btn {
  background: var(--orange) !important;
  color: #fff !important;
  box-shadow: 0 16px 38px rgba(232, 84, 62, 0.26) !important;
}

@media (max-width: 991px) {
  .format-card .inscription-btn {
    width: 100% !important;
  }
}

  
/* Move floating question CTA away from cookie banner */
.sticky-bottom {
  left: auto !important;
  right: 20px !important;
  bottom: 20px !important;
}
#PopUp.sticky-bottom {
  background: linear-gradient(135deg, #ff8a3d, #e8543e) !important;
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(232, 84, 62, 0.28) !important;
}
#PopUp.sticky-bottom:hover {
  background: linear-gradient(135deg, #ff9a52, #f05f49) !important;
}

@media (max-width: 640px) {
  .sticky-bottom {
    left: auto !important;
    right: 12px !important;
    width: fit-content !important;
    max-width: calc(100% - 24px);
  }
}

/* Apple Codex section order pass */
.hero-benefits,
.hero-formats,
.hero-pack {
  width: min(1180px, 100%);
}
.hero-benefits { margin-top: 74px; }
.hero-formats { margin-top: 54px; }
.hero-pack { margin-top: 48px; }
.hero-pack .combo-card { margin-inline: auto; }
@media (max-width: 900px) {
  .hero-benefits { margin-top: 46px; }
  .hero-formats { margin-top: 36px; }
  .hero-pack { margin-top: 34px; }
}

/* Apple Codex top hero price cards */
.hero-price-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
  margin-top: 26px;
}
.hero-price-card {
  min-height: 210px;
  padding: 20px 20px 18px;
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 24px 70px rgba(20, 20, 28, 0.12);
}
.hero-price-card.dark {
  color: #fff;
  background: linear-gradient(145deg, #111114, #24242a);
  border: 1px solid rgba(255,255,255,0.16);
}
.hero-price-card.light {
  color: var(--ink);
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(0,0,0,0.08);
}
.hero-price-card span {
  display: block;
  min-height: 42px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 760;
}
.hero-price-card ul {
  margin: 14px 0 16px;
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.82;
}
.hero-price-card strong {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.hero-price-card small {
  font-size: 0.32em;
  font-weight: 520;
  letter-spacing: -0.02em;
}
.hero-price-card em {
  margin-top: 8px;
  font-style: normal;
  color: #34c759;
  font-size: 13px;
  font-weight: 700;
}
.hero-price-card.light em { color: var(--blue-dark); }
@media (max-width: 700px) {
  .hero-price-cards { grid-template-columns: 1fr; }
  .hero-price-card { min-height: 185px; }
}

/* Apple Codex hero alignment fix */
@media (min-width: 980px) {
  .hero-grid {
    align-items: end;
  }
  .advisor-card {
    align-self: end;
    margin-bottom: 0;
  }
  .hero-price-cards {
    margin-bottom: 0;
  }
}
.advisor-photo {
  min-height: 178px;
  background-size: cover, cover !important;
  background-position: center, 64% 18% !important;
}
@media (max-width: 900px) {
  .advisor-photo {
    min-height: 150px;
    background-size: cover, cover !important;
    background-position: center, 64% 16% !important;
  }
}

/* Apple Codex hero title refinement */
.apple-hero h1 {
  max-width: 760px;
  font-size: clamp(54px, 7vw, 104px) !important;
  line-height: 0.93 !important;
  letter-spacing: -0.075em !important;
}
.apple-hero h1 span {
  color: #E8543E !important;
  opacity: 1 !important;
}
@media (max-width: 900px) {
  .eyebrow {
    gap: 5px;
    padding: 7px 8px;
    font-size: 12px;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  .eyebrow::before {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 4px rgba(50, 209, 109, 0.10);
  }
  .apple-hero h1 {
    font-size: clamp(42px, 13vw, 68px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.065em !important;
  }
}

/* Apple Codex hero title final scale */
.apple-hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 4.9vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
  font-weight: 720 !important;
}
.apple-hero h1 span {
  color: #E8543E !important;
  opacity: 1 !important;
  font-size: 0.82em !important;
  line-height: 1.04 !important;
}
@media (max-width: 900px) {
  .apple-hero h1 {
    font-size: clamp(38px, 10.5vw, 58px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.052em !important;
  }
  .apple-hero h1 span {
    font-size: 0.88em !important;
  }
}

/* Apple Codex benefit card image scale */
.benefit-card img {
  width: 92px !important;
  height: 92px !important;
  padding: 10px;
  object-fit: contain;
  border-radius: 22px;
  background: #f5f5f7;
}
.benefit-card.trust-card .benefit-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.benefit-card.trust-card .benefit-card-head img {
  margin-bottom: 0;
}
.benefit-card.trust-card .benefit-card-mark {
  width: 120px !important;
  height: auto !important;
  padding: 0;
  border-radius: 0;
  background: transparent;
  opacity: 0.9;
  filter: saturate(0.9);
}
@media (max-width: 700px) {
  .benefit-card img {
    width: 78px !important;
    height: 78px !important;
  }
  .benefit-card.trust-card .benefit-card-mark {
    width: 96px !important;
  }
}

/* Apple Codex comparison table detail pass */
.comparison-table td,
.comparison-table th {
  vertical-align: top;
}
.comparison-table td {
  line-height: 1.35;
}
@media (max-width: 760px) {
  .comparison-table {
    min-width: 760px;
  }
}

/* Apple Codex nav logo refinement */
.apple-brand img {
  width: 188px !important;
  max-height: 54px;
  object-fit: contain;
}
@media (max-width: 760px) {
  .apple-brand img {
    width: 162px !important;
  }
}

/* Apple Codex format card price scale */
.format-card .price-line strong {
  font-size: clamp(46px, 4.6vw, 66px) !important;
  letter-spacing: -0.06em !important;
}
.format-card .price-line span {
  font-size: 18px !important;
}
@media (max-width: 700px) {
  .format-card .price-line strong {
    font-size: clamp(44px, 13vw, 60px) !important;
  }
  .format-card .price-line span {
    font-size: 17px !important;
  }
}

/* Apple Codex comparison REA emphasis */
.comparison-table tbody tr:first-child td {
  font-size: 1.12em;
  font-weight: 850;
  background: transparent !important;
}
.comparison-table tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.comparison-table tbody tr:first-child td:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


/* Apple Codex advisor phone centering */
.advisor-card .phone-cta {
  display: block !important;
  align-self: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
}

.advisor-card .availability-pill {
  display: flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Apple Codex CookieScript mobile fit */
@media (max-width: 640px) {
  #cookiescript_injected,
  .cookiescript_injected {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 24px) !important;
    max-height: 46vh !important;
    overflow-y: auto !important;
    border-radius: 18px !important;
    padding: 18px !important;
    box-sizing: border-box !important;
  }
  #cookiescript_injected h4,
  .cookiescript_injected h4 {
    font-size: 18px !important;
    line-height: 1.15 !important;
  }
  #cookiescript_injected p,
  .cookiescript_injected p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
  #cookiescript_buttons,
  .cookiescript_buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  #cookiescript_accept,
  #cookiescript_reject,
  #cookiescript_save,
  .cookiescript_accept,
  .cookiescript_reject,
  .cookiescript_save {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

/* Apple Codex mobile fixed CTA cleanup */
@media (max-width: 640px) {
  #PopUp.sticky-bottom {
    display: none !important;
  }
}

/* Apple Codex mobile comparison cards */
@media (max-width: 640px) {
  .comparison-table {
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .comparison-table thead {
    display: none !important;
  }
  .comparison-table tbody {
    display: grid !important;
    gap: 12px !important;
  }
  .comparison-table tr {
    display: grid !important;
    gap: 8px !important;
    padding: 16px !important;
    border: 1px solid var(--hairline-soft) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 12px 34px rgba(20,20,28,0.06) !important;
  }
  .comparison-table td {
    display: grid !important;
    grid-template-columns: 92px 1fr !important;
    gap: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
  .comparison-table td::before {
    color: var(--muted);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .comparison-table td:nth-child(1)::before { content: "Organisme"; }
  .comparison-table td:nth-child(2)::before { content: "Prix"; }
  .comparison-table td:nth-child(3)::before { content: "Format"; }
  .comparison-table td:nth-child(4)::before { content: "Attestation"; }
  .comparison-table tbody tr:first-child td {
    font-size: 15px !important;
  }
}

/* Apple Codex desktop title refinement */
@media (min-width: 901px) {
  .apple-hero h1 {
    font-size: clamp(42px, 4.2vw, 64px) !important;
    line-height: 1.04 !important;
    max-width: 660px !important;
    letter-spacing: -0.05em !important;
  }
  .apple-hero h1 span {
    font-size: 0.84em !important;
  }
  .section-title {
    font-size: clamp(34px, 3.2vw, 52px) !important;
    line-height: 1.04 !important;
    max-width: 760px !important;
    letter-spacing: -0.055em !important;
  }
  .story-panel h2,
  .combo-card h2 {
    font-size: clamp(30px, 3vw, 48px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.052em !important;
  }
  .reviews-card strong {
    font-size: clamp(34px, 3.4vw, 54px) !important;
    line-height: 1 !important;
  }
}

/* Apple Codex story panel height tuning */
.story-panel {
  min-height: 360px !important;
}
@media (min-width: 1200px) {
  .story-panel {
    min-height: 390px !important;
  }
}
@media (max-width: 760px) {
  .story-panel {
    min-height: 320px !important;
  }
}

/* Apple Codex format card price alignment */
.format-card {
  display: flex !important;
  flex-direction: column !important;
}
.format-card ul {
  min-height: 156px !important;
}
.format-card .price-line {
  margin-top: auto !important;
  padding-top: 28px !important;
  min-height: 96px !important;
  display: flex !important;
  align-items: flex-end !important;
  gap: 10px !important;
}
.format-card .price-line strong {
  font-size: clamp(42px, 4vw, 58px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.055em !important;
}
.format-card .price-line span {
  font-size: 16px !important;
  padding-bottom: 7px !important;
}
.format-card .inscription-btn {
  margin-top: 16px !important;
}
@media (max-width: 700px) {
  .format-card ul {
    min-height: auto !important;
  }
  .format-card .price-line {
    min-height: 82px !important;
  }
  .format-card .price-line strong {
    font-size: clamp(42px, 12vw, 56px) !important;
  }
}

/* Apple Codex hero logo placement */
.apple-hero {
  width: min(1480px, calc(100% - 96px)) !important;
  padding: clamp(30px, 5vw, 64px) !important;
}
.apple-hero > .apple-brand {
  width: 100% !important;
  justify-content: flex-start !important;
  margin: 0 auto 24px 0 !important;
  padding-right: 0;
}
.apple-hero > .apple-brand img {
  width: clamp(250px, 12vw, 195px) !important;
  max-height: none !important;
}
@media (max-width: 760px) {
  .apple-hero {
    width: calc(100% - 14px) !important;
    padding: 24px 14px !important;
  }
  .apple-hero > .apple-brand {
    justify-content: flex-start !important;
    margin-bottom: 16px !important;
    padding-right: 0;
  }
  .apple-hero > .apple-brand img {
    width: clamp(118px, 40vw, 180px) !important;
  }
}

/* Scroll light titles */
.apple-shell .scroll-light-target {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.apple-shell .scroll-light-target::after {
  content: "";
  position: absolute;
  inset: -18% -10%;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 34%,
    rgba(255, 255, 255, 0.02) 42%,
    rgba(255, 255, 255, 0.78) 50%,
    rgba(255, 255, 255, 0.08) 58%,
    rgba(255, 255, 255, 0) 66%
  );
  transform: translateX(-135%) skewX(-18deg);
}

.apple-shell .scroll-light-target.is-lit::after {
  animation: scrollTitleSweep 1900ms ease;
}

@keyframes scrollTitleSweep {
  0% {
    opacity: 0;
    transform: translateX(-135%) skewX(-18deg);
  }
  16% {
    opacity: 0.3;
  }
  48% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    transform: translateX(135%) skewX(-18deg);
  }
}
