.cn-page-hero {
  background: linear-gradient(135deg, #e8f7fc 0%, #f5fbfd 100%);
  padding: 48px 5% 40px;
  text-align: center;
}
.cn-page-hero h1 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #1e1d24;
  margin: 0 0 12px;
}
.cn-page-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: #79787f;
  font-size: 16px;
  line-height: 1.6;
}
.cn-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 5% 60px;
  font-family: Roboto, sans-serif;
  color: #79787f;
  line-height: 1.7;
}
.cn-content h2 {
  font-family: Montserrat, sans-serif;
  color: #1e1d24;
  font-size: 24px;
  margin: 32px 0 12px;
}
.cn-content h3 {
  font-family: Montserrat, sans-serif;
  color: #1e1d24;
  font-size: 18px;
  margin: 24px 0 8px;
}
.cn-content ul, .cn-content ol { padding-left: 1.4em; }
.cn-content a { color: #04B3E2; }
.cn-cta-box {
  background: #04B3E2;
  color: #fff;
  border-radius: 6px;
  padding: 28px 32px;
  margin: 32px 0;
  text-align: center;
}
.cn-cta-box a {
  display: inline-block;
  background: #fff;
  color: #04B3E2;
  padding: 12px 28px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .5px;
  text-decoration: none;
  margin-top: 12px;
}
.cn-btu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.cn-btu-card {
  border: 1px solid #e3e2e7;
  border-radius: 6px;
  padding: 24px;
  background: #fff;
}
.cn-btu-card strong { color: #04B3E2; font-size: 20px; }
.cn-form { max-width: 520px; margin: 0 auto; }
.cn-form label { display: block; margin: 12px 0 4px; font-weight: 500; color: #1e1d24; }
.cn-form input, .cn-form select, .cn-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e3e2e7;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box;
}
.cn-form button {
  background: #04B3E2;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  margin-top: 16px;
}
.cn-quiz-step { display: none; }
.cn-quiz-step.active { display: block; }
.cn-quiz-options label {
  display: block;
  padding: 12px 16px;
  border: 1px solid #e3e2e7;
  border-radius: 4px;
  margin: 8px 0;
  cursor: pointer;
}
.cn-quiz-options label:hover { border-color: #04B3E2; }
.cn-quiz-options input { margin-right: 8px; }
.cn-header-tagline {
  text-align: center;
  font-size: 13px;
  color: #94929b;
  padding: 8px 0;
}
.cn-header-tagline a { color: #04B3E2; text-decoration: none; }

/* Header nav: logo left, menu right — single row */
@media (min-width: 1025px) {
  .elementor-element-4ca6445 > .elementor-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    max-width: 1200px;
  }
  .elementor-element-4ca6445 .elementor-element-58716e1 {
    width: auto !important;
    flex: 0 0 auto !important;
    max-width: 190px;
  }
  .elementor-element-4ca6445 .elementor-element-b375894,
  .elementor-element-4ca6445 .elementor-element-221526e {
    display: none !important;
  }
  .elementor-element-4ca6445 .elementor-element-fa3fb83 {
    width: auto !important;
    flex: 1 1 auto !important;
    min-width: 0;
  }
  .elementor-element-4ca6445 .elementor-element-fa3fb83 > .elementor-element-populated {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .elementor-element-4ca6445 .jet-mega-menu {
    width: 100%;
    justify-content: flex-end;
  }
  .elementor-element-4ca6445 .jet-mega-menu-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end;
  }
  .elementor-element-4ca6445 .jet-mega-menu-item--top-level > .jet-mega-menu-item__inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .elementor-element-4ca6445 .jet-mega-menu-item__label {
    font-size: 13px !important;
    white-space: nowrap !important;
  }
}

.cn-footer-nav { text-align: center; padding: 8px 0 4px; }
.cn-footer-nav a { color: #94929b; text-decoration: none; margin: 0 8px; font-size: 13px; }
.cn-footer-nav a:hover { color: #04B3E2; }
.jet-logo__img { height: 42px; width: auto; }

/* Text logo */
.cn-logo {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.1;
  padding: 4px 0;
}
.cn-logo__text {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1e1d24;
  letter-spacing: -0.4px;
}
.cn-logo__accent { color: #04B3E2; }
.cn-logo__tagline {
  font-family: Roboto, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #94929b;
  margin-top: 3px;
}

.cn-home-hub {
  background: #f5fbfd;
  border-top: 1px solid #e3e2e7;
  padding: 56px 5% 48px;
}
.cn-home-hub__inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.cn-home-hub h2 {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  color: #1e1d24;
  margin: 0 0 8px;
}
.cn-home-hub__lead { color: #79787f; margin: 0 0 28px; font-size: 16px; }
.cn-home-hub__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  text-align: left;
}
.cn-home-hub__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e3e2e7;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
}
.cn-home-hub__card strong {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: #1e1d24;
}
.cn-home-hub__card span { font-size: 13px; color: #79787f; line-height: 1.4; }
.cn-home-hub__card:hover {
  border-color: #04B3E2;
  box-shadow: 0 4px 16px rgba(4, 179, 226, .12);
}
.cn-home-hub__card--cta {
  background: linear-gradient(135deg, #04B3E2 0%, #0288b8 100%);
  border-color: transparent;
}
.cn-home-hub__card--cta strong,
.cn-home-hub__card--cta span { color: #fff; }
.cn-home-hub__card--cta:hover { box-shadow: 0 6px 20px rgba(4, 179, 226, .35); }

.cn-breadcrumb {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 5% 0;
  font-size: 13px;
  color: #94929b;
}
.cn-breadcrumb a { color: #04B3E2; text-decoration: none; }
.cn-breadcrumb span { color: #79787f; }

.cn-related {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #e3e2e7;
}
.cn-related h2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #1e1d24;
  margin: 0 0 12px;
}
.cn-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.cn-related a { font-weight: 500; }

.cn-cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
}
.cn-cookie-table th,
.cn-cookie-table td {
  border: 1px solid #e3e2e7;
  padding: 10px 12px;
  text-align: left;
}
.cn-cookie-table th { background: #e8f7fc; }

.cn-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #1e1d24;
  color: #fff;
  box-shadow: 0 -4px 24px rgba(0,0,0,.15);
}
.cn-cookie-banner[hidden] { display: none !important; }
.cn-cookie-banner__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cn-cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  flex: 1 1 280px;
}
.cn-cookie-banner__text a { color: #04B3E2; }
.cn-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cn-cookie-btn {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 20px;
  border-radius: 3px;
  cursor: pointer;
  border: none;
}
.cn-cookie-btn--primary {
  background: #04B3E2;
  color: #fff;
}
.cn-cookie-btn--primary:hover { background: #0288b8; }
.cn-cookie-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
}

.cn-address-link {
  color: #94929b;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.cn-address-link:hover { color: #04B3E2; }
.cn-postcode {
  font-weight: 600;
  color: #04B3E2;
  letter-spacing: 0.06em;
}
.cn-country { color: #94929b; font-size: 0.95em; }

.cn-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
}
@media (max-width: 768px) {
  .cn-contact-grid { grid-template-columns: 1fr; }
}
.cn-contact-form-col h2,
.cn-contact-info-col h2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #1e1d24;
  margin: 0 0 16px;
}
.cn-contact-note,
.cn-contact-hours {
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
.cn-contact-hours { color: #94929b; }
.cn-contact-details {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.cn-contact-details li {
  padding: 8px 0;
  border-bottom: 1px solid #eef1f3;
  font-size: 14px;
}
.cn-contact-details li:last-child { border-bottom: none; }

.cn-address-card {
  background: linear-gradient(135deg, #f5fbfd 0%, #fff 100%);
  border: 1px solid #d0e8f0;
  border-radius: 8px;
  padding: 24px 28px;
  margin-bottom: 20px;
  position: relative;
}
.cn-address-card--compact { margin-bottom: 16px; }
.cn-address-card__icon {
  color: #04B3E2;
  font-size: 22px;
  margin-bottom: 12px;
}
.cn-address-card__body {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}
.cn-address-card__label {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #1e1d24;
  margin-bottom: 6px;
}
.cn-address-card__line {
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}
.cn-address-card__directions {
  display: inline-block;
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #04B3E2;
  text-decoration: none;
}
.cn-address-card__directions:hover { color: #0288b8; }

.cn-map-section { margin: 0 0 32px; }
.cn-map-section h2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #1e1d24;
  margin: 0 0 16px;
  text-align: center;
}
.cn-map-wrap {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e3e2e7;
  box-shadow: 0 4px 20px rgba(4, 179, 226, 0.08);
}
.cn-map-wrap iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}
.cn-map-wrap--contact iframe { height: 320px; }

/* Conformité — formulaires, prix, cookies */
.cn-price-surface-only .pricing-table__price-desc {
  font-size: 15px;
  font-weight: 500;
  color: #1e1d24;
  margin: 8px 0 0;
}
.cn-form-disclaimer,
.cn-cta-disclaimer {
  font-size: 13px;
  line-height: 1.55;
  color: #79787f;
  background: #f5fbfd;
  border: 1px solid #d0e8f0;
  border-radius: 4px;
  padding: 12px 14px;
  margin: 0 0 16px;
}
.cn-form-consent { margin: 12px 0 16px; }
.cn-consent-label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #79787f;
  cursor: pointer;
}
.cn-consent-label input { margin-top: 3px; flex-shrink: 0; }
.cn-consent-label a { color: #04B3E2; }

.cn-cookie-settings {
  flex: 1 1 100%;
  background: rgba(255,255,255,.06);
  border-radius: 4px;
  padding: 12px 14px;
  margin-top: 4px;
}
.cn-cookie-settings__item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.cn-cookie-settings__note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #b0b0b8;
}
.cn-cookie-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.cn-cookie-btn--primary:focus-visible {
  outline-color: #04B3E2;
}
