:root {
  --blue: #36aee2;
  --blue2: #168bbd;
  --slate: #455565;
  --dark: #1f2a33;
  --sand: #f1ddc2;
  --light: #f7f9fb;
  --orange: #ee7623;
}

html {
  scroll-padding-top: 88px;
}

body {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dark);
  background: #fff;
}

.navbar {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 4px 20px rgba(31, 42, 51, .1);
  border-bottom: 2px solid rgba(54, 174, 226, .22);
}

.navbar-brand span,
.text-vapo {
  color: var(--blue);
}

.navbar-toggler {
  border: 1.5px solid rgba(54, 174, 226, .55);
  border-radius: .55rem;
  padding: .4rem .55rem;
  transition: background .2s;
}

.navbar-toggler:hover {
  background: rgba(54, 174, 226, .08);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(54%2C174%2C226%2C0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.btn-vapo {
  --bs-btn-bg: var(--blue);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: var(--blue2);
  --bs-btn-hover-border-color: var(--blue2);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  font-weight: 800;
}

.btn-outline-vapo {
  --bs-btn-color: var(--blue2);
  --bs-btn-border-color: var(--blue);
  --bs-btn-hover-bg: var(--blue);
  --bs-btn-hover-border-color: var(--blue);
  --bs-btn-hover-color: #fff;
  font-weight: 800;
}

.hero {
  min-height: 92vh;
  background:
    linear-gradient(120deg, rgba(31, 42, 51, .90), rgba(69, 85, 101, .62)),
    url("boutiques/auterive-13-03-2026-photo3.jpg") 35% 48% / 120% auto no-repeat;
  color: #fff;
  display: flex;
  align-items: stretch;
  padding-top: 6rem;
}

.hero-badge {
  display: inline-flex;
  gap: .5rem;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: rgba(55, 174, 226, .2);
  border: 1px solid rgba(255, 255, 255, .25);
  font-weight: 800;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.04em;
}

.hero-actions {
  margin-left: clamp(1.25rem, 5vw, 5.5rem);
  margin-bottom: 2.4rem;
}

.section-padding {
  padding: 6rem 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 1rem;
  padding: .55rem .9rem;
  border: 1px solid rgba(54, 174, 226, .28);
  border-radius: 999px;
  background: rgba(54, 174, 226, .12);
  color: var(--blue2);
  box-shadow: 0 10px 28px rgba(54, 174, 226, .12);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1;
  font-size: .84rem;
}

.bg-slate .section-kicker,
.download-box .section-kicker {
  border-color: rgba(255, 255, 255, .26);
  background: rgba(54, 174, 226, .24);
  color: #fff !important;
  box-shadow: none;
}

.blog-card .section-kicker {
  margin-bottom: .5rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--blue2);
  font-size: .76rem;
  letter-spacing: .12em;
}

.section-title {
  font-weight: 800;
  letter-spacing: -.03em;
}

.bg-soft {
  background: var(--light);
}

.bg-slate {
  background: var(--slate);
  color: #fff;
}

.proof-strip {
  position: relative;
  z-index: 2;
  margin-top: -2.9rem;
  padding-bottom: 2.8rem;
  pointer-events: none;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: .75rem;
  border: 1px solid rgba(69, 85, 101, .1);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 24px 70px rgba(31, 42, 51, .18);
  pointer-events: auto;
}

.proof-card {
  position: relative;
  min-height: 6.4rem;
  padding: 1rem 1.35rem;
  border-radius: .9rem;
  background: transparent;
}

.proof-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  width: 1px;
  background: rgba(69, 85, 101, .13);
}

.proof-card strong {
  display: block;
  color: var(--blue2);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.02em;
}

.proof-card span {
  display: block;
  margin-top: .55rem;
  color: rgba(31, 42, 51, .68);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.28;
}

.history-panel {
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(54, 174, 226, .2);
  border-radius: 1.15rem;
  background: linear-gradient(135deg, rgba(54, 174, 226, .1), rgba(247, 249, 251, .9));
}

.history-panel__eyebrow {
  margin: 0 0 .45rem;
  color: var(--blue2);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.history-panel h3 {
  margin: 0 0 .55rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.01em;
}

.history-panel p:last-child {
  margin: 0;
  color: rgba(31, 42, 51, .74);
  line-height: 1.58;
}

.advantage-card {
  display: grid;
  min-height: 100%;
  gap: .75rem;
  align-content: start;
  padding: 1.35rem;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.advantage-card:hover,
.advantage-card:focus-within {
  border-color: rgba(54, 174, 226, .42);
  box-shadow: 0 22px 56px rgba(31, 42, 51, .13);
  transform: translateY(-5px);
}

.advantage-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
}

.advantage-card p {
  margin: 0;
  color: rgba(31, 42, 51, .7);
  font-size: .94rem;
  line-height: 1.55;
}

.stat-card,
.feature-card,
.blog-card {
  background: #fff;
  border: 1px solid rgba(69, 85, 101, .12);
  border-radius: 1.35rem;
  height: 100%;
  box-shadow: 0 16px 48px rgba(31, 42, 51, .08);
}

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.blog-card:hover,
.blog-card:focus-within {
  border-color: rgba(54, 174, 226, .42);
  box-shadow: 0 22px 56px rgba(31, 42, 51, .15);
  transform: translateY(-6px);
}

.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: .65rem;
  padding: 1.25rem;
}

.blog-card__body h2,
.blog-card__body h3 {
  margin: 0;
  line-height: 1.22;
}

.blog-card__body p {
  margin: 0;
  color: rgba(31, 42, 51, .72);
  font-size: .92rem;
  line-height: 1.5;
}

.blog-card__body .btn {
  align-self: flex-start;
  margin-top: auto;
}

.blog-card--compact .blog-card__body {
  gap: .55rem;
  padding: 1rem;
}

.blog-card--compact .blog-card__body p {
  font-size: .86rem;
  line-height: 1.42;
}

.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .6rem;
  align-items: center;
  color: rgba(31, 42, 51, .58);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.15;
}

.news-source-badge {
  display: inline-flex;
  width: fit-content;
  padding: .3rem .58rem;
  border-radius: 999px;
  background: #1d775e;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
}

.news-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .1rem;
}

.news-tags span {
  display: inline-flex;
  max-width: 100%;
  padding: .3rem .58rem;
  border-radius: 999px;
  background: #e9edf1;
  color: rgba(31, 42, 51, .74);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.1;
}

.news-empty {
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(69, 85, 101, .12);
  border-radius: 1rem;
  background: #fff;
  color: rgba(31, 42, 51, .68);
  font-weight: 700;
  box-shadow: 0 14px 36px rgba(31, 42, 51, .07);
}

.news-result-count {
  margin: -.35rem 0 1.15rem;
  color: rgba(31, 42, 51, .62);
  font-size: .92rem;
  font-weight: 800;
}

.news-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: center;
  margin-top: 2rem;
}

.news-pagination__link,
.news-pagination__ellipsis {
  display: inline-flex;
  min-width: 2.45rem;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  padding: .65rem .8rem;
  border: 1px solid rgba(69, 85, 101, .14);
  border-radius: .8rem;
  background: #fff;
  color: rgba(31, 42, 51, .72);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(31, 42, 51, .07);
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.news-pagination__link:hover,
.news-pagination__link:focus-visible,
.news-pagination__link.active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-1px);
}

.news-pagination__link.disabled {
  opacity: .48;
  pointer-events: none;
}

.news-pagination__ellipsis {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.news-feed-link {
  font-size: .9rem;
  font-weight: 800;
}

.news-feed-link a,
.news-back-link {
  color: var(--blue2);
  text-decoration: none;
}

.news-feed-link a:hover,
.news-back-link:hover {
  color: var(--blue);
}

.news-detail {
  max-width: 920px;
  margin: 0 auto;
}

.news-back-link {
  display: inline-flex;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.news-detail__header {
  margin-bottom: 2rem;
}

.news-detail__header h1 {
  margin: 1rem 0;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.02;
}

.news-detail__header > p {
  max-width: 760px;
  color: rgba(31, 42, 51, .72);
  font-size: 1.12rem;
  line-height: 1.65;
}

.news-detail__cover {
  margin: 0 0 2rem;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(31, 42, 51, .12);
}

.news-detail__cover img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.news-content {
  color: rgba(31, 42, 51, .86);
  font-size: 1.03rem;
  line-height: 1.78;
}

.news-content h2,
.news-content h3,
.news-content h4 {
  margin: 2rem 0 .85rem;
  color: var(--dark);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.news-content p,
.news-content ul,
.news-content ol,
.news-content blockquote,
.news-content figure,
.news-content hr,
.news-content__table {
  margin: 0 0 1.35rem;
}

.news-content a {
  color: var(--blue2);
  font-weight: 700;
}

.news-content figure {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 42, 51, .08);
}

.news-content__image--small {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.news-content__image--medium {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.news-content__image--large {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.news-content__image--full {
  width: 100%;
}

.news-content figure img {
  display: block;
  width: 100%;
  height: auto;
}

.news-content figcaption {
  padding: .8rem 1rem;
  color: rgba(31, 42, 51, .62);
  font-size: .86rem;
  font-weight: 700;
}

.news-content blockquote {
  padding: 1.1rem 1.35rem;
  border-left: 4px solid var(--blue);
  border-radius: 0 1rem 1rem 0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(31, 42, 51, .07);
}

.news-content blockquote p {
  margin-bottom: .5rem;
  font-size: 1.12rem;
  font-weight: 700;
}

.news-content blockquote cite {
  color: rgba(31, 42, 51, .58);
  font-style: normal;
  font-weight: 800;
}

.news-content hr {
  border: 0;
  border-top: 2px solid rgba(54, 174, 226, .24);
}

.news-content__table {
  overflow-x: auto;
}

.news-content table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.news-content td {
  padding: .75rem .9rem;
  border: 1px solid rgba(69, 85, 101, .14);
}

.admin-page {
  min-height: 100vh;
  background: var(--light);
}

.admin-auth {
  display: grid;
  min-height: 100vh;
  padding: 2rem;
  place-items: center;
}

.admin-auth__panel {
  width: min(100%, 430px);
  padding: 2rem;
  border: 1px solid rgba(69, 85, 101, .12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 20px 60px rgba(31, 42, 51, .12);
}

.admin-auth__panel img {
  display: block;
  height: 58px;
  width: auto;
  margin: 0 auto 1.25rem;
}

.admin-auth__panel h1,
.admin-topbar h1 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -.03em;
}

.admin-auth__panel label,
.admin-field label {
  display: block;
  margin: .9rem 0 .35rem;
  font-size: .82rem;
  font-weight: 800;
  color: rgba(31, 42, 51, .72);
}

.admin-auth__panel .btn {
  margin-top: 1.15rem;
}

.admin-alert,
.admin-success {
  margin: 0 0 1rem;
  padding: .85rem 1rem;
  border-radius: .85rem;
  font-weight: 800;
}

.admin-alert {
  background: #fee2e2;
  color: #991b1b;
}

.admin-success {
  background: #d8f5e7;
  color: #0f7a49;
}

.admin-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.admin-topbar {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.admin-topbar p {
  margin: 0 0 .25rem;
  color: var(--blue2);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-topbar nav,
.admin-toolbar,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.admin-toolbar {
  margin-bottom: 1rem;
}

.admin-toolbar .form-control {
  max-width: 420px;
}

.admin-table-card,
.admin-side-card,
.admin-editor-main {
  border: 1px solid rgba(69, 85, 101, .12);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 42, 51, .08);
}

.admin-table-card {
  overflow: hidden;
}

.admin-table {
  --bs-table-bg: #fff;
  margin-bottom: 0;
  table-layout: fixed;
}

.admin-table th:first-child,
.admin-table td:first-child {
  width: 58%;
}

.admin-table th:nth-child(2),
.admin-table td:nth-child(2) {
  width: 10rem;
}

.admin-table th:nth-child(3),
.admin-table td:nth-child(3) {
  width: 10rem;
}

.admin-table th:last-child,
.admin-table td:last-child {
  width: 15rem;
}

.admin-table td,
.admin-table th {
  padding: 1rem;
  border-bottom: 1px solid rgba(69, 85, 101, .14);
  vertical-align: middle;
}

.admin-table tbody tr:last-child td {
  border-bottom: 0;
}

.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-table td span {
  max-width: 640px;
  color: rgba(31, 42, 51, .62);
  font-size: .86rem;
}

.admin-actions {
  justify-content: flex-end;
  align-items: center;
}

.admin-actions form {
  display: inline-flex;
}

.admin-status {
  display: inline-flex;
  padding: .32rem .62rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
}

.admin-status--published {
  background: #d8f5e7;
  color: #0f7a49;
}

.admin-status--draft {
  background: #e9edf1;
  color: rgba(31, 42, 51, .68);
}

.admin-empty {
  margin: 0;
  padding: 1.2rem;
  font-weight: 800;
}

.admin-editor-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1rem;
  align-items: start;
}

.admin-editor-main,
.admin-side-card {
  padding: 1.1rem;
}

.admin-title-input {
  font-size: 1.55rem;
  font-weight: 800;
}

.news-editor {
  min-height: 430px;
  padding: 1rem 1rem 2rem;
  border: 1px solid rgba(69, 85, 101, .16);
  border-radius: 1rem;
  background: #fff;
}

.news-editor .ce-block.news-image-size--small .image-tool,
.news-editor .ce-block.news-image-size--small .image-tool__image {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.news-editor .ce-block.news-image-size--medium .image-tool,
.news-editor .ce-block.news-image-size--medium .image-tool__image {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

.news-editor .ce-block.news-image-size--large .image-tool,
.news-editor .ce-block.news-image-size--large .image-tool__image {
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}

.news-editor .ce-block.news-image-size--full .image-tool,
.news-editor .ce-block.news-image-size--full .image-tool__image {
  max-width: none;
}

.news-image-size-tune {
  display: grid;
  gap: .25rem;
  min-width: 9.5rem;
  padding: .25rem;
}

.news-image-size-tune__button {
  width: 100%;
  padding: .45rem .6rem;
  border: 0;
  border-radius: .5rem;
  background: transparent;
  color: rgba(31, 42, 51, .72);
  font: inherit;
  font-size: .86rem;
  font-weight: 800;
  text-align: left;
}

.news-image-size-tune__button:hover,
.news-image-size-tune__button.active {
  background: rgba(54, 174, 226, .12);
  color: var(--blue2);
}

.admin-editor-side {
  display: grid;
  gap: 1rem;
}

.admin-side-card h2 {
  margin: 0 0 .9rem;
  font-size: 1rem;
  font-weight: 800;
}

.admin-side-card p {
  margin: .65rem 0 0;
  color: rgba(31, 42, 51, .62);
  font-size: .82rem;
  font-weight: 700;
}

.admin-cover-preview {
  display: block;
  width: 100%;
  max-height: 190px;
  margin-bottom: .8rem;
  border-radius: .8rem;
  object-fit: cover;
}

.page-shell {
  min-height: 100vh;
  padding: 9rem 0 5rem;
  background: var(--light);
}

.news-filters {
  padding: 1rem;
  border: 1px solid rgba(69, 85, 101, .12);
  border-radius: 1.15rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 42, 51, .08);
}

.seo-page {
  background: #fff;
}

.seo-hero {
  padding: 9rem 0 5rem;
  background:
    linear-gradient(120deg, rgba(247, 249, 251, .97), rgba(237, 247, 251, .92)),
    url("gammes/plaquette-franchise.jpg") right 18% / min(52vw, 720px) auto no-repeat;
}

.breadcrumb-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  margin-bottom: 2rem;
  color: rgba(31, 42, 51, .58);
  font-size: .86rem;
  font-weight: 800;
}

.breadcrumb-nav a {
  color: var(--blue2);
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  color: var(--blue);
}

.seo-hero h1 {
  max-width: 880px;
  font-size: clamp(2.35rem, 4.8vw, 4.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
}

.seo-hero .lead {
  max-width: 760px;
  color: rgba(31, 42, 51, .76);
  line-height: 1.65;
}

.seo-hero-panel {
  padding: 1.5rem;
  border: 1px solid rgba(54, 174, 226, .18);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 52px rgba(31, 42, 51, .11);
}

.seo-hero-panel h2 {
  margin: 0 0 1rem;
  font-weight: 800;
}

.seo-hero-panel ul,
.seo-checklist {
  display: grid;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-hero-panel li,
.seo-checklist li {
  position: relative;
  padding-left: 1.45rem;
  color: rgba(31, 42, 51, .75);
  font-weight: 700;
  line-height: 1.55;
}

.seo-hero-panel li::before,
.seo-checklist li::before {
  content: "";
  position: absolute;
  top: .62rem;
  left: 0;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: var(--orange);
}

.seo-content-grid {
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(69, 85, 101, .12);
}

.seo-section {
  padding: 2.2rem 0;
  border-bottom: 1px solid rgba(69, 85, 101, .12);
}

.seo-section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -.02em;
}

.seo-section p {
  color: rgba(31, 42, 51, .76);
  font-size: 1.02rem;
  line-height: 1.75;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.1rem;
}

.inline-links a,
.related-card a,
.advantage-card a,
.conditions-note a,
.news-content a {
  color: var(--blue2);
  font-weight: 800;
  text-decoration: none;
}

.inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: .55rem .85rem;
  border: 1px solid rgba(54, 174, 226, .3);
  border-radius: 999px;
  background: #fff;
}

.inline-links a:hover,
.related-card a:hover,
.advantage-card a:hover,
.conditions-note a:hover,
.news-content a:hover {
  color: var(--blue);
}

.related-card,
.faq-item,
.article-cta {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(69, 85, 101, .12);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 42, 51, .08);
}

.related-card {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.related-card h3,
.faq-item h3,
.article-cta h2 {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
}

.related-card p,
.faq-item p,
.article-cta p {
  margin: 0;
  color: rgba(31, 42, 51, .72);
  line-height: 1.6;
}

.related-card a {
  margin-top: auto;
}

.home-guide-card {
  min-height: 100%;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.faq-item {
  display: grid;
  gap: .75rem;
}

.seo-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
}

.seo-cta h2 {
  margin: 0 0 .8rem;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 800;
  letter-spacing: -.02em;
}

.seo-cta p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  line-height: 1.65;
}

.seo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: flex-end;
}

.article-cta {
  display: grid;
  gap: 1rem;
  margin-top: 2.3rem;
}

.news-filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding: .45rem;
  border-radius: 1rem;
  background: #e9edf1;
}

.news-filter-tabs a {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  padding: .55rem .85rem;
  border-radius: .7rem;
  color: rgba(31, 42, 51, .72);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.news-filter-tabs a:hover,
.news-filter-tabs a:focus-visible,
.news-filter-tabs a.active {
  background: #fff;
  color: var(--dark);
  box-shadow: 0 8px 18px rgba(31, 42, 51, .08);
}

#gammes .feature-card {
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

#gammes .feature-card:hover,
#gammes .feature-card:focus-within {
  border-color: rgba(54, 174, 226, .55);
  box-shadow: 0 24px 60px rgba(31, 42, 51, .16);
  transform: translateY(-8px);
}

#gammes .feature-card .gamme-img {
  transition: transform .35s ease, filter .35s ease;
}

#gammes .feature-card:hover .gamme-img,
#gammes .feature-card:focus-within .gamme-img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.04);
}

#gammes .feature-card h3 {
  transition: color .25s ease;
}

#gammes .feature-card:hover h3,
#gammes .feature-card:focus-within h3 {
  color: var(--blue2);
}

.stat-card {
  padding: 1.4rem;
}

.stat-card strong {
  display: block;
  font-size: 2rem;
  color: var(--blue2);
  font-weight: 800;
  line-height: 1.05;
}

.stat-card span {
  display: block;
  margin-top: .45rem;
  color: rgba(31, 42, 51, .66);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
}

.conditions-intro {
  color: rgba(31, 42, 51, .68);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.58;
}

.conditions-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.conditions-note > div {
  padding: 1.3rem;
  border: 1px solid rgba(54, 174, 226, .18);
  border-radius: 1.15rem;
  background: #edf7fb;
}

.conditions-note h3 {
  margin: 0 0 .55rem;
  color: var(--blue2);
  font-size: 1rem;
  font-weight: 800;
}

.conditions-note p {
  margin: 0;
  color: rgba(31, 42, 51, .72);
  line-height: 1.58;
}

.feature-icon {
  width: 2rem;
  height: 2rem;
  border-radius: .65rem;
  display: inline-grid;
  place-items: center;
  background: rgba(55, 174, 226, .14);
  color: var(--blue2);
  font-size: .95rem;
  font-weight: 800;
  vertical-align: middle;
}

.feature-icon.mb-3 {
  margin-bottom: 0 !important;
}

.concept-feature {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  column-gap: .7rem;
  align-items: start;
}

.concept-feature .feature-icon {
  grid-column: 1;
  grid-row: 1;
}

.concept-feature .feature-icon + h3 {
  grid-column: 2;
  grid-row: 1;
  margin: .16rem 0 .65rem;
  line-height: 1.15;
}

.concept-feature .feature-icon + h3 + p {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.experience-video-card {
  overflow: hidden;
  border: 1px solid rgba(69, 85, 101, .12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 50px rgba(31, 42, 51, .12);
}

.experience-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #18212a;
}

.experience-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-video-card__body {
  padding: 1.35rem;
}

.experience-video-card__body .section-kicker {
  margin-bottom: .75rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: .76rem;
}

.experience-video-card__body h3 {
  margin-bottom: .55rem;
}

.experience-video-card__body p:last-child {
  color: rgba(31, 42, 51, .72);
  line-height: 1.55;
}

.image-card {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(31, 42, 51, .12);
  background: #fff;
  height: 100%;
}

.concept-carousel-viewport {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.concept-carousel-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  object-fit: cover;
  pointer-events: none;
  transition: opacity .35s ease;
}

.concept-carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.concept-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 42, 51, .62);
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.concept-carousel-control:hover,
.concept-carousel-control:focus-visible {
  background: rgba(22, 139, 189, .9);
  transform: translateY(-50%) scale(1.04);
}

.concept-carousel-control::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .72rem;
  height: .72rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.concept-carousel-control-prev {
  left: .85rem;
}

.concept-carousel-control-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.concept-carousel-control-next {
  right: .85rem;
}

.concept-carousel-control-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.concept-carousel-dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  padding: .8rem 1rem 0;
}

.concept-carousel-dots button {
  width: .55rem;
  height: .55rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(69, 85, 101, .24);
  transition: background .2s ease, transform .2s ease;
}

.concept-carousel-dots button.active,
.concept-carousel-dots button:focus-visible {
  background: var(--blue2);
  transform: scale(1.2);
}

.image-card img,
.blog-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.blog-card--compact img {
  height: 150px;
}

.blog-card__placeholder {
  padding: 2rem;
  background: #edf7fb;
  object-fit: contain !important;
}

.gamme-img {
  height: 260px;
  object-fit: cover;
  width: 100%;
  border-radius: 1.25rem;
}

@media (max-width: 767.98px) {
  .seo-hero {
    padding: 8rem 0 4rem;
    background:
      linear-gradient(120deg, rgba(247, 249, 251, .98), rgba(237, 247, 251, .95)),
      url("gammes/plaquette-franchise.jpg") center top / 92vw auto no-repeat;
  }

  .seo-hero h1 {
    font-size: clamp(2.15rem, 12vw, 3.35rem);
  }

  .faq-list,
  .seo-cta {
    grid-template-columns: 1fr;
  }

  .seo-cta__actions {
    justify-content: flex-start;
  }

  #gammes .gammes-track {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: calc(var(--bs-gutter-x) * -1);
    padding: .25rem var(--bs-gutter-x) 1.35rem 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #gammes .gammes-track::-webkit-scrollbar {
    display: none;
  }

  #gammes .gammes-track > .col {
    flex: 0 0 min(82vw, 22rem);
    width: min(82vw, 22rem);
    max-width: min(82vw, 22rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #gammes .gammes-track .feature-card {
    min-height: 100%;
  }

  #gammes .gammes-track .card-body {
    padding: 1.35rem !important;
  }

  #gammes .gammes-track .gamme-img {
    height: clamp(210px, 65vw, 260px);
  }

  #reseau .network-track {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: calc(var(--bs-gutter-x) * -1);
    padding: .25rem var(--bs-gutter-x) 1.35rem 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #reseau .network-track::-webkit-scrollbar {
    display: none;
  }

  #reseau .network-track > .col {
    flex: 0 0 min(78vw, 19rem);
    width: min(78vw, 19rem);
    max-width: min(78vw, 19rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #reseau .network-track .network-card {
    min-height: 100%;
  }

  #reseau .network-track .network-card img {
    height: clamp(170px, 52vw, 215px);
  }

  #actualites .blog-track {
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: calc(var(--bs-gutter-x) * -1);
    padding: .25rem var(--bs-gutter-x) 1.35rem 0;
    overflow-x: auto;
    overflow-y: visible;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #actualites .blog-track::-webkit-scrollbar {
    display: none;
  }

  #actualites .blog-track > .col,
  #actualites .blog-track > .col-md-4 {
    flex: 0 0 min(82vw, 21rem);
    width: min(82vw, 21rem);
    max-width: min(82vw, 21rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  #actualites .blog-track .blog-card {
    min-height: 100%;
  }

  #actualites .blog-track .blog-card img {
    height: clamp(180px, 54vw, 220px);
  }

  #actualites .blog-track .blog-card--compact img {
    height: clamp(135px, 42vw, 165px);
  }
}

.network-map {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  min-height: 420px;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #1f2a33;
  box-shadow: 0 24px 70px rgba(31, 42, 51, .16);
}

.network-map__copy {
  padding: 2.5rem;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(31, 42, 51, .98), rgba(69, 85, 101, .88)),
    radial-gradient(circle at 20% 20%, rgba(54, 174, 226, .28), transparent 34%);
}

.network-map__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  padding: .48rem .78rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(54, 174, 226, .22);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.network-map__copy h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.05;
}

.network-map__copy p {
  color: rgba(255, 255, 255, .78);
}

.network-map__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 2rem;
}

.network-map__stats div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .08);
}

.network-map__stats strong {
  display: block;
  color: var(--blue);
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

.network-map__stats span {
  display: block;
  margin-top: .35rem;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.25;
}

.network-map__visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 82%, rgba(238, 118, 35, .2), transparent 28%),
    radial-gradient(circle at 74% 18%, rgba(54, 174, 226, .26), transparent 30%),
    linear-gradient(135deg, #edf7fb, #d7ecf4 58%, #f7fbfd);
}

.network-map__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 42, 51, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 42, 51, .06) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .72;
}

.network-map__land {
  position: absolute;
  inset: 11% 9%;
  z-index: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(54, 174, 226, .2)),
    linear-gradient(45deg, rgba(69, 85, 101, .13), rgba(255, 255, 255, 0));
  border: 1px solid rgba(22, 139, 189, .18);
  clip-path: polygon(7% 25%, 18% 16%, 31% 18%, 43% 10%, 56% 17%, 68% 13%, 82% 25%, 88% 43%, 78% 56%, 87% 76%, 70% 84%, 56% 77%, 44% 89%, 29% 82%, 17% 88%, 8% 71%, 15% 55%, 5% 42%);
  filter: drop-shadow(0 26px 48px rgba(31, 42, 51, .12));
}

.network-map__land::before,
.network-map__land::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}

.network-map__land::before {
  width: 54%;
  height: 44%;
  left: -10%;
  bottom: -8%;
}

.network-map__land::after {
  width: 36%;
  height: 36%;
  right: -8%;
  top: -6%;
}

.network-marker {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: .82rem;
  height: .82rem;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--blue2);
  box-shadow: 0 0 0 6px rgba(54, 174, 226, .18), 0 8px 18px rgba(31, 42, 51, .22);
  transform: translate(calc(-50% + var(--dx, 0px)), calc(-50% + var(--dy, 0px)));
}

.network-marker--hq {
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(238, 118, 35, .18), 0 8px 18px rgba(31, 42, 51, .22);
}

.network-marker::after {
  content: attr(data-label);
  position: absolute;
  top: calc(100% + .6rem);
  left: 50%;
  min-width: max-content;
  max-width: 13rem;
  padding: .42rem .58rem;
  border-radius: .7rem;
  background: rgba(31, 42, 51, .94);
  color: #fff;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.15;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -.2rem);
  transition: opacity .18s ease, transform .18s ease;
  white-space: nowrap;
}

.network-marker:hover::after,
.network-marker:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.network-marker:focus-visible {
  outline: 3px solid rgba(238, 118, 35, .45);
  outline-offset: 5px;
}

.network-card {
  border: 1px solid rgba(69, 85, 101, .1);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.network-status {
  margin: -1.2rem 0 1.6rem;
  color: rgba(31, 42, 51, .68);
  font-size: .95rem;
  font-weight: 700;
}

.network-card:hover,
.network-card:focus-within {
  border-color: rgba(54, 174, 226, .42);
  box-shadow: 0 22px 56px rgba(31, 42, 51, .15);
  transform: translateY(-6px);
}

.network-card img {
  height: 190px;
  transition: transform .35s ease, filter .35s ease;
}

.network-card__placeholder {
  padding: 1.75rem;
  background: #edf7fb;
  object-fit: contain !important;
}

.network-card:hover img,
.network-card:focus-within img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.04);
}

.network-card .p-3 {
  min-height: 122px;
}

.network-card__badge {
  display: inline-flex;
  width: fit-content;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(54, 174, 226, .12);
  color: var(--blue2);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
}

.network-card--hq .network-card__badge {
  background: rgba(238, 118, 35, .13);
  color: #c85f17;
}

.network-card--franchise .network-card__badge {
  background: rgba(69, 85, 101, .12);
  color: var(--slate);
}

.network-card h3 {
  margin: .7rem 0 .35rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.network-card p {
  margin-bottom: 0;
  color: rgba(31, 42, 51, .72);
  font-size: .9rem;
  line-height: 1.35;
}

.timeline-step {
  position: relative;
  padding-left: 4.25rem;
  margin-bottom: 2rem;
}

.timeline-step::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.timeline-step::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 3.1rem;
  width: 2px;
  height: calc(100% - .8rem);
  background: rgba(55, 174, 226, .28);
}

.timeline-step:last-child::after {
  display: none;
}

.download-box {
  background:
    linear-gradient(135deg, rgba(55, 174, 226, .94), rgba(69, 85, 101, .96)),
    url("gammes/plaquette-franchise.jpg") center / cover no-repeat;
  color: #fff;
  border-radius: 2rem;
  padding: 3rem;
  box-shadow: 0 18px 60px rgba(31, 42, 51, .18);
}

.form-control,
.form-select {
  border-radius: .9rem;
  padding: .85rem 1rem;
  border-color: rgba(69, 85, 101, .22);
}

dialog.notify {
  width: calc(100% - 40px);
  max-width: 440px;
  padding: 2.3rem 2rem;
  border: 0;
  border-radius: 1.35rem;
  box-shadow: 0 24px 70px rgba(31, 42, 51, .22);
  text-align: center;
}

dialog.notify::backdrop {
  background: rgba(31, 42, 51, .48);
}

.notify-icon {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.1rem;
  border-radius: 999px;
  place-items: center;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

dialog.notify.ok .notify-icon {
  background: #d8f5e7;
  color: #0f7a49;
}

dialog.notify.err .notify-icon {
  background: #fee2e2;
  color: #991b1b;
}

dialog.notify h3 {
  margin: 0 0 .65rem;
  color: var(--dark);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

dialog.notify.ok h3 {
  color: #0f7a49;
}

dialog.notify.err h3 {
  color: #991b1b;
}

dialog.notify p {
  margin: 0 0 1.6rem;
  color: rgba(31, 42, 51, .72);
  line-height: 1.55;
}

.tracking-consent {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1090;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: min(92vw, 620px);
  padding: 1rem;
  color: #fff;
  background: rgba(31, 42, 51, .96);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .24);
}

.tracking-consent p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
}

.tracking-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: .5rem;
}

.tracking-consent .btn {
  white-space: nowrap;
}

footer {
  background: #18212a;
  color: rgba(255, 255, 255, .78);
}

footer a {
  color: #fff;
  text-decoration: none;
}

.nav-link {
  position: relative;
  padding-bottom: .4rem !important;
  transition: color .25s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background: var(--blue);
  border-radius: 999px;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
}

.nav-link:hover {
  color: var(--blue) !important;
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus-visible {
  color: var(--blue2) !important;
}

.navbar-nav .btn-vapo.active {
  background: var(--blue2);
  border-color: var(--blue2);
  box-shadow: 0 0 0 .2rem rgba(54, 174, 226, .18);
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 76px;
  }

  .nav-link::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .section-padding {
    padding: 4rem 0;
  }

  .proof-strip {
    margin-top: 0;
    padding: 1rem 0 2rem;
    pointer-events: auto;
  }

  .proof-grid,
  .conditions-note {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid {
    gap: .25rem;
  }

  .proof-card:not(:last-child)::after {
    display: none;
  }

  .proof-card {
    min-height: 6rem;
    background: rgba(54, 174, 226, .06);
  }

  .navbar.fixed-top {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    width: 100%;
    z-index: 1050;
  }

  .navbar {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: #fff !important;
  }

  .hero {
    min-height: 0;
    padding: 2.5rem 0;
    background-size: cover;
    background-position: center 40%;
  }

  .hero .flex-grow-1 {
    flex: none !important;
  }

  .hero-actions {
    margin-left: 0;
    margin-bottom: 1.2rem;
  }

  .hero .col-lg-7 > div.d-flex {
    flex-direction: column;
  }

  .hero .col-lg-7 > div.d-flex .btn {
    width: 100%;
  }

  .image-card img,
  .blog-card img {
    height: 220px;
  }

  .concept-carousel-viewport {
    height: 220px;
  }

  .concept-carousel-control {
    width: 2.4rem;
    height: 2.4rem;
  }

  .navbar > .container {
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    align-items: center;
  }

  .navbar-toggler {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }

  .navbar-brand {
    grid-column: 2;
    grid-row: 1;
    text-align: center;
    margin: 0;
    justify-self: center;
  }

  .navbar-brand img {
    height: 44px !important;
  }

  .navbar-collapse {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(54, 174, 226, .15);
    margin-top: .5rem;
    padding: .25rem 0 .75rem;
  }

  .navbar-collapse .nav-link {
    border-bottom: 1px solid rgba(69, 85, 101, .07);
    padding: .75rem 1rem !important;
    font-size: 1rem;
  }

  .navbar-collapse .nav-link.active {
    background: rgba(54, 174, 226, .12);
    border-bottom-color: transparent;
    border-radius: .7rem;
    box-shadow: inset 4px 0 0 var(--blue);
    padding-left: 1.35rem !important;
  }

  .navbar-collapse .ms-lg-2 {
    margin-left: 0 !important;
    margin-top: .5rem;
  }

  .navbar-collapse .btn-vapo {
    display: block;
    text-align: center;
    width: 100%;
  }

  .network-map {
    grid-template-columns: 1fr;
  }

  .network-map__visual {
    min-height: 340px;
  }

  .network-card img {
    height: 210px;
  }

  .page-shell {
    padding: 3rem 0 4rem;
  }

  .news-filter-tabs a {
    flex: 1 1 auto;
    justify-content: center;
  }

  .admin-topbar,
  .admin-editor-form {
    grid-template-columns: 1fr;
  }

  .admin-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-topbar nav .btn,
  .admin-toolbar .btn,
  .admin-toolbar .form-control {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .proof-grid,
  .conditions-note {
    grid-template-columns: 1fr;
  }

  .proof-card {
    min-height: auto;
    padding: .95rem 1rem;
  }

  .proof-card strong {
    font-size: 2rem;
  }

  .proof-card span {
    font-size: .82rem;
  }

  .network-map__copy {
    padding: 1.5rem;
  }

  .network-map__stats {
    grid-template-columns: 1fr;
  }

  .network-map__visual {
    min-height: 300px;
  }

  .network-marker {
    width: .72rem;
    height: .72rem;
  }

  .network-marker::after {
    max-width: 9rem;
    white-space: normal;
  }

  .tracking-consent {
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    width: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .tracking-consent__actions {
    justify-content: flex-end;
  }
}
