* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background: #f5f7fc;
  color: #1e1e2f;
  line-height: 1.5;
  overflow-x: hidden;
}

:root {
  --blue-fr: #0055a4;
  --red-fr: #ef4135;
  --white: #ffffff;
  --dark-navy: #0a2647;
  --gold: #d4af37;
}

.bg-france {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 10% 20%,
    rgba(0, 85, 164, 0.03) 0%,
    rgba(239, 65, 53, 0.02) 100%
  );
  z-index: -2;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 2;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 28px 0 20px;
  border-bottom: 2px solid rgba(0, 85, 164, 0.2);
}
.site-publisher {
  flex: 1 1 100%;
  width: 100%;
  order: 3;
  margin: 0;
  padding-top: 14px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 85, 164, 0.14);
  font-size: 0.8rem;
  line-height: 1.5;
  color: #5c6678;
  text-align: center;
}
@media (min-width: 900px) {
  .site-publisher {
    text-align: right;
  }
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--blue-fr), var(--red-fr));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.3px;
}
.logo span {
  font-size: 0.9rem;
  background: none;
  color: var(--blue-fr);
  font-weight: 600;
}
.nav-menu a {
  color: #1e2a3e;
  text-decoration: none;
  margin-left: 32px;
  font-weight: 600;
  transition: 0.2s;
  font-size: 0.95rem;
}
.nav-menu a:hover {
  color: var(--red-fr);
}

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 40px;
  gap: 40px;
}
.hero-text {
  flex: 1;
}
.hero-text h1 {
  font-size: 3.3rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: var(--blue-fr);
  line-height: 1.2;
}
.hero-text .accent-red {
  color: var(--red-fr);
}
.hero-text p {
  font-size: 1.15rem;
  margin-top: 20px;
  color: #2c3e50;
  max-width: 550px;
}
.btn-primary {
  display: inline-block;
  background: linear-gradient(95deg, var(--blue-fr), var(--red-fr));
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  margin-top: 28px;
  text-decoration: none;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 85, 164, 0.3);
  transition: transform 0.2s;
}
.btn-primary:hover {
  transform: scale(1.02);
  background: linear-gradient(95deg, #004494, #db2f22);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 55px 0 30px;
  font-family: 'Playfair Display', serif;
  border-left: 6px solid var(--red-fr);
  padding-left: 24px;
  color: var(--blue-fr);
}

.cards-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--white);
  border-radius: 32px;
  padding: 24px;
  transition: all 0.25s ease;
  box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 85, 164, 0.15);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px -12px rgba(0, 85, 164, 0.2);
}
.card-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.card-logo {
  width: 200px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.card-logo img[src*="u-20c10a78bc.webp"] {
  max-width: 50%;
  max-height: 50%;
}
.rating {
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
}
.rating i {
  color: var(--gold);
  margin-right: 2px;
  font-size: 0.85rem;
}
.card-main {
  flex: 1;
  min-width: 0;
}
.card h3 {
  margin: 0 0 8px;
  font-size: 1.6rem;
  color: var(--blue-fr);
}
.card p {
  color: #4a5568;
  margin: 8px 0;
}
.card-highlight {
  background: #ffe8e5;
  padding: 6px 14px;
  border-radius: 40px;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--red-fr);
  margin: 12px 0;
}
.payment-icons i {
  font-size: 24px;
  margin-right: 12px;
  color: #3a5a7a;
}
.card-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-btn {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: var(--blue-fr);
  border: 2px solid var(--blue-fr);
  padding: 12px 18px;
  width: 100%;
  border-radius: 60px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
  color: white;
  font-size: 0.95rem;
}
.card-btn:hover {
  background: #003f7a;
  border-color: #003f7a;
  color: white;
}
.card-btn-detail {
  background: transparent;
  color: var(--blue-fr);
  border-color: rgba(0, 85, 164, 0.45);
  margin-top: 0;
}
.card-btn-detail:hover {
  background: rgba(0, 85, 164, 0.08);
  border-color: var(--blue-fr);
  color: var(--blue-fr);
}

@media (min-width: 781px) {
  .cards-grid {
    gap: 20px;
  }
  .card {
    flex-direction: row;
    align-items: center;
    gap: 28px 32px;
    padding: 22px 28px;
  }
  .card-aside {
    align-items: center;
    justify-content: center;
    flex: 0 0 200px;
    gap: 10px;
  }
  .card-logo {
    width: 200px;
    height: 84px;
  }
  .card-main {
    border-left: 1px solid rgba(0, 85, 164, 0.12);
    padding-left: 28px;
  }
  .card-actions {
    flex: 0 0 auto;
    min-width: 220px;
    gap: 10px;
  }
  .card-actions .card-btn {
    width: 100%;
    margin-top: 0;
  }
}

.comp-table {
  overflow-x: auto;
  background: white;
  border-radius: 32px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
}
th {
  color: var(--blue-fr);
  font-weight: 800;
  background: #f9faff;
}
tr:hover td {
  background: #fef5f2;
}

.terrain-slice {
  margin: 48px 0 56px;
}
.terrain-slice__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--blue-fr);
  margin: 0 0 16px;
  line-height: 1.25;
  border-left: none;
  padding-left: 0;
}
.terrain-slice__intro {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #4a5568;
  margin: 0 0 28px;
}
.terrain-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .terrain-grid--bento {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 960px) {
  .terrain-grid--bento {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 16px;
  }
}
.terrain-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 20px;
  padding: 20px 20px 18px;
  min-height: 176px;
  border: 1px solid rgba(0, 85, 164, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 10px 28px -18px rgba(15, 40, 80, 0.22);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.terrain-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
.terrain-tile--bleu::before {
  background: linear-gradient(180deg, var(--blue-fr), #003f7a);
}
.terrain-tile--rouge::before {
  background: linear-gradient(180deg, var(--red-fr), #9f1c12);
}
.terrain-tile--or::before {
  background: linear-gradient(180deg, #e8c547, #a67c00);
}
.terrain-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 85, 164, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 36px -20px rgba(0, 65, 130, 0.35);
}
.terrain-tile__tag {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--blue-fr);
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 85, 164, 0.09);
  line-height: 1.2;
}
.terrain-tile--rouge .terrain-tile__tag {
  color: #9f1c12;
  background: rgba(239, 65, 53, 0.12);
}
.terrain-tile--or .terrain-tile__tag {
  color: #6b5300;
  background: rgba(212, 175, 55, 0.18);
}
.terrain-tile__op {
  font-size: 1.35rem;
  font-family: 'Playfair Display', serif;
  color: var(--blue-fr);
  margin-bottom: 8px;
  line-height: 1.15;
}
.terrain-tile__pitch {
  font-size: 0.93rem;
  line-height: 1.58;
  color: #4a5568;
  flex: 1;
}
.terrain-tile__cta {
  margin-top: 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--red-fr);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.terrain-tile__cta i {
  transition: transform 0.2s;
  font-size: 0.8rem;
  opacity: 0.9;
}
.terrain-tile:hover .terrain-tile__cta i {
  transform: translateX(5px);
}
@media (min-width: 960px) {
  .terrain-grid--bento .terrain-tile {
    min-height: 200px;
    padding: 16px 14px 14px;
  }
  .terrain-grid--bento .terrain-tile__tag {
    font-size: 0.62rem;
    padding: 5px 8px;
  }
  .terrain-grid--bento .terrain-tile__op {
    font-size: 1.15rem;
  }
  .terrain-grid--bento .terrain-tile__pitch {
    font-size: 0.82rem;
    line-height: 1.5;
  }
  .terrain-grid--bento .terrain-tile__cta {
    font-size: 0.78rem;
    margin-top: 10px;
  }
}

.reg-slice__lead {
  max-width: 640px;
  margin: -12px 0 24px;
  color: #5c6678;
  line-height: 1.55;
}

.regulators-home {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  align-items: stretch;
}
.regulator-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 85, 164, 0.12);
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  color: var(--blue-fr);
}
.regulator-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px -12px rgba(0, 85, 164, 0.2);
}
.regulator-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  padding: 16px 18px;
  margin: 0;
  box-sizing: border-box;
  background: linear-gradient(165deg, #0068c9 0%, var(--blue-fr) 55%, #004080 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.regulator-card__logo img {
  max-height: 48px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: brightness(1.05) contrast(1.05);
}
.regulator-card__name {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.3;
  margin: 0;
  padding: 16px 16px 8px;
}
.regulator-card__hint {
  font-size: 0.78rem;
  color: #718096;
  font-weight: 500;
  padding: 0 16px 20px;
}
.regulator-card__hint i {
  font-size: 0.7rem;
  margin-left: 4px;
}

.rg-slice {
  margin: 44px 0 52px;
  border-radius: 40px;
  background: linear-gradient(145deg, #f8fafc 0%, #eef4fb 45%, #fdf6f4 100%);
  border: 1px solid rgba(0, 85, 164, 0.18);
  box-shadow: 0 14px 40px -24px rgba(0, 53, 120, 0.35);
  overflow: hidden;
  position: relative;
}
.rg-slice::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--blue-fr), var(--red-fr));
  border-radius: 6px 0 0 6px;
}
.rg-slice__inner {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 320px);
  gap: 32px 40px;
  padding: 36px 36px 36px 42px;
  align-items: start;
}
.rg-slice__badge {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
}
.rg-slice__title {
  margin: 0 0 14px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--blue-fr);
  line-height: 1.2;
}
.rg-slice__lead {
  margin: 0 0 22px;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #3d4a5c;
  max-width: 38rem;
}
.rg-slice__helpline-text {
  margin: 0 0 18px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #3d4a5c;
  max-width: 36rem;
}
.rg-slice__helpline-text a {
  font-weight: 600;
  color: var(--blue-fr);
}
.rg-slice__more {
  margin: 0;
  font-size: 0.92rem;
}
.rg-slice__more a {
  color: var(--blue-fr);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rg-slice__more a:hover {
  color: #003f7a;
}
.rg-slice__sep {
  margin: 0 8px;
  color: #94a3b8;
}
.rg-slice__tips {
  margin: 0;
  padding: 22px 22px 20px;
  list-style: none;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  border: 1px solid rgba(0, 85, 164, 0.12);
  box-shadow: 0 8px 24px -16px rgba(0, 0, 0, 0.12);
}
.rg-slice__tips li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #3d4a5c;
  margin-bottom: 14px;
}
.rg-slice__tips li:last-child {
  margin-bottom: 0;
}
.rg-slice__tips i {
  margin-top: 3px;
  color: var(--blue-fr);
  width: 1.1rem;
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 780px) {
  .rg-slice__inner {
    grid-template-columns: 1fr;
    padding: 28px 22px 28px 28px;
    gap: 24px;
  }
}

.content-slice {
  margin: 52px 0;
}
.content-slice__lead {
  max-width: 800px;
  margin: -8px 0 24px;
  color: #4a5568;
  line-height: 1.7;
}
.content-slice--alt {
  background: linear-gradient(155deg, #f7faff 0%, #eef5fe 60%, #f6fbff 100%);
  border: 1px solid rgba(0, 85, 164, 0.12);
  border-radius: 28px;
  padding: 26px 24px 20px;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
.content-card {
  background: #fff;
  border: 1px solid rgba(0, 85, 164, 0.14);
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 22px -18px rgba(0, 48, 102, 0.35);
}
.content-card h3 {
  font-size: 1.03rem;
  color: var(--blue-fr);
  margin-bottom: 10px;
}
.content-card p {
  font-size: 0.93rem;
  line-height: 1.6;
  color: #3d4a5c;
  margin-bottom: 10px;
}
.content-card p:last-child {
  margin-bottom: 0;
}
.method-steps {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 14px;
}
.method-step {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(0, 85, 164, 0.12);
  padding: 16px;
}
.method-step__num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--red-fr);
  margin-bottom: 8px;
}
.method-step h3 {
  color: var(--blue-fr);
  font-size: 1rem;
  margin-bottom: 8px;
}
.method-step p {
  font-size: 0.9rem;
  line-height: 1.55;
  color: #3d4a5c;
}
.checklist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.checklist-box {
  background: #fff;
  border: 1px solid rgba(0, 85, 164, 0.14);
  border-radius: 20px;
  padding: 18px 20px;
}
.checklist-box h3 {
  color: var(--blue-fr);
  margin-bottom: 10px;
  font-size: 1.02rem;
}
.checklist-box ul {
  margin: 0;
  padding-left: 1.1rem;
}
.checklist-box li {
  margin-bottom: 8px;
  color: #3d4a5c;
  line-height: 1.55;
  font-size: 0.92rem;
}
.checklist-box--warn {
  background: linear-gradient(180deg, #fff 0%, #fff6f4 100%);
  border-color: rgba(239, 65, 53, 0.25);
}
.checklist-box--warn h3 {
  color: #9f1c12;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 85, 164, 0.14);
  padding: 16px 18px;
}
.faq-item h3 {
  color: var(--blue-fr);
  margin-bottom: 8px;
  font-size: 0.98rem;
}
.faq-item p {
  color: #3d4a5c;
  line-height: 1.6;
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin: 35px 0 20px;
}
.footer-links a {
  color: var(--blue-fr);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.footer-bottom {
  text-align: center;
  padding: 28px 0 40px;
  border-top: 2px solid rgba(0, 85, 164, 0.2);
  margin-top: 30px;
  font-size: 0.85rem;
  color: #4a5568;
}
.footer-publisher {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
  margin-bottom: 10px;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.footer-advertiser {
  display: inline-block;
  margin: 0 auto 10px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #9f1c12;
  background: rgba(239, 65, 53, 0.12);
  border: 1px solid rgba(239, 65, 53, 0.28);
}
.advertiser-highlight {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 800;
  color: #7f1d1d;
  background: #fde68a;
  border: 1px solid #f59e0b;
}
.page-legal .logo {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
.legal-page {
  padding: 8px 0 48px;
  max-width: 860px;
}
.legal-breadcrumb {
  font-size: 0.88rem;
  color: #64748b;
  margin-bottom: 22px;
}
.legal-breadcrumb a {
  color: var(--blue-fr);
  font-weight: 600;
  text-decoration: none;
}
.legal-breadcrumb a:hover {
  text-decoration: underline;
}
.legal-hero {
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 85, 164, 0.15);
}
.legal-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--blue-fr);
  background: rgba(0, 85, 164, 0.1);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.legal-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  color: var(--blue-fr);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}
.legal-lead {
  font-size: 1.08rem;
  line-height: 1.65;
  color: #3d4a5c;
}
.legal-section {
  margin-bottom: 32px;
}
.legal-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.32rem;
  color: var(--blue-fr);
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid var(--red-fr);
}
.legal-section h3 {
  font-size: 1.05rem;
  color: var(--dark-navy);
  margin: 12px 0 8px;
}
.legal-section p,
.legal-section li {
  color: #3d4a5c;
  line-height: 1.65;
  margin-bottom: 12px;
}
.legal-section ul {
  padding-left: 1.25rem;
  margin: 0 0 8px;
}
.legal-section a {
  color: var(--blue-fr);
  font-weight: 600;
}
.legal-meta {
  font-size: 0.9rem;
  color: #64748b;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 8px;
}
.legal-card {
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 85, 164, 0.12);
  box-shadow: 0 8px 24px -18px rgba(0, 40, 80, 0.2);
}
.legal-card p:last-child,
.legal-card li:last-child {
  margin-bottom: 0;
}
.legal-card p,
.legal-card li {
  font-size: 0.95rem;
}
.legal-card ul {
  margin: 8px 0 0;
  padding-left: 1.1rem;
}
.legal-callout {
  background: linear-gradient(105deg, rgba(0, 85, 164, 0.08), rgba(239, 65, 53, 0.06));
  border: 1px solid rgba(0, 85, 164, 0.18);
  border-radius: 20px;
  padding: 20px 22px;
  margin: 28px 0;
}
.legal-callout p {
  margin: 0;
  color: #2d3748;
  line-height: 1.6;
}
.legal-page .comp-table {
  margin-top: 12px;
}
.responsible-box {
  margin: 36px 0 8px;
  padding: 20px 22px;
  border-radius: 20px;
  background: linear-gradient(120deg, #0a2647 0%, #123a5c 100%);
  color: #e8eef5;
  font-size: 0.95rem;
  line-height: 1.55;
}
.responsible-box strong {
  color: var(--gold);
}
.responsible-box a {
  color: #93c5fd;
  font-weight: 600;
}
.regulators.regulators-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 18px;
  margin: 28px 0;
  padding: 22px 18px;
  border-radius: 22px;
  background: #0a2647;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}
.regulators.regulators-sub a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px 18px;
  background: linear-gradient(165deg, #0068c9 0%, var(--blue-fr) 55%, #004080 100%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 2px 10px rgba(0, 0, 0, 0.25);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.regulators.regulators-sub a:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 6px 18px rgba(0, 0, 0, 0.3);
}
.regulators.regulators-sub a img {
  display: block;
  height: 46px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(1.04) contrast(1.08);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.regulators.regulators-sub a:hover img {
  filter: brightness(1.08) contrast(1.1);
}

.legal-page.op-fiche {
  max-width: 1100px;
}
.ps-review {
  margin-bottom: 40px;
}
.ps-cover {
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 12px 40px -20px rgba(0, 45, 90, 0.35);
  border: 1px solid rgba(0, 85, 164, 0.12);
}
.ps-cover img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 300px;
  object-fit: cover;
}
.ps-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 28px;
}
.ps-logo-wrap {
  flex: 0 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 85, 164, 0.14);
  box-shadow: 0 8px 24px -16px rgba(0, 40, 80, 0.2);
}
.ps-logo-wrap img {
  height: 56px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
.ps-title-wrap {
  flex: 1;
  min-width: 240px;
}
.ps-title-wrap h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  color: var(--blue-fr);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
.ps-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 14px;
}
.ps-metric {
  background: linear-gradient(165deg, #ffffff 0%, #f4f7fb 100%);
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 85, 164, 0.12);
}
.ps-metric-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 6px;
}
.ps-metric strong {
  display: block;
  font-size: 1.08rem;
  color: var(--blue-fr);
  margin-bottom: 6px;
}
.ps-metric-hint {
  font-size: 0.82rem;
  color: #5c6678;
  line-height: 1.45;
}
.ps-split {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 290px);
  gap: 28px;
  align-items: start;
}
.ps-like-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 22px;
}
.ps-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 85, 164, 0.12);
  box-shadow: 0 6px 20px -12px rgba(0, 40, 80, 0.15);
}
.ps-box h2 {
  font-size: 1.02rem;
  font-family: 'Playfair Display', serif;
  color: var(--blue-fr);
  margin-bottom: 12px;
  padding-left: 12px;
  border-left: 4px solid var(--gold);
}
.ps-box-dislike h2 {
  border-left-color: var(--red-fr);
}
.ps-box ul {
  margin: 0;
  padding-left: 1.15rem;
  color: #3d4a5c;
  font-size: 0.93rem;
  line-height: 1.55;
}
.ps-box li {
  margin-bottom: 8px;
}
.ps-disclosure {
  background: rgba(0, 85, 164, 0.06);
  border-radius: 16px;
  padding: 16px 18px;
  font-size: 0.9rem;
  color: #3d4a5c;
  line-height: 1.55;
}
.ps-disclosure h3 {
  font-size: 0.95rem;
  color: var(--blue-fr);
  margin-bottom: 8px;
}
.ps-offer-card {
  background: linear-gradient(165deg, #ffffff 0%, #eef4fb 100%);
  border-radius: 24px;
  padding: 22px;
  border: 1px solid rgba(0, 85, 164, 0.18);
  box-shadow: 0 10px 30px -18px rgba(0, 55, 120, 0.3);
  position: sticky;
  top: 12px;
}
.ps-offer-head {
  text-align: center;
  margin-bottom: 16px;
}
.ps-offer-head img {
  height: 44px;
  object-fit: contain;
  margin-bottom: 10px;
}
.ps-offer-head h3 {
  font-size: 1rem;
  color: var(--blue-fr);
}
.ps-offer-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background: var(--blue-fr);
  color: #fff !important;
  font-weight: 700;
  padding: 14px 18px;
  border-radius: 60px;
  border: 2px solid var(--blue-fr);
  transition: 0.2s;
}
.ps-offer-btn:hover {
  background: #003f7a;
  border-color: #003f7a;
}
.ps-details {
  margin: 40px 0 32px;
}
.ps-details > h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.32rem;
  color: var(--blue-fr);
  margin-bottom: 10px;
  padding-left: 14px;
  border-left: 4px solid var(--red-fr);
}
.ps-details > p {
  color: #5c6678;
  font-size: 0.95rem;
  margin-bottom: 20px;
  max-width: 720px;
  line-height: 1.6;
}
.ps-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.ps-tab-btn {
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 85, 164, 0.25);
  background: #fff;
  color: var(--blue-fr);
  cursor: pointer;
  transition: 0.2s;
}
.ps-tab-btn:hover {
  border-color: var(--blue-fr);
  background: rgba(0, 85, 164, 0.06);
}
.ps-tab-btn.is-active {
  background: var(--blue-fr);
  color: #fff;
  border-color: var(--blue-fr);
}
.ps-tab-panel {
  display: none;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(0, 85, 164, 0.12);
  margin-bottom: 16px;
}
.ps-tab-panel.is-active {
  display: block;
}
.ps-table {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ps-table > div {
  display: grid;
  grid-template-columns: minmax(120px, 150px) 1fr;
  gap: 10px 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8edf3;
  font-size: 0.91rem;
  line-height: 1.5;
  color: #2d3748;
}
.ps-table > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ps-table span:first-child {
  font-weight: 700;
  color: #64748b;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ps-table a {
  color: var(--blue-fr);
  font-weight: 600;
}
.ps-editorial {
  background: linear-gradient(105deg, rgba(0, 85, 164, 0.07), rgba(239, 65, 53, 0.05));
  border-radius: 24px;
  padding: 24px 26px;
  border: 1px solid rgba(0, 85, 164, 0.15);
  margin-bottom: 28px;
}
.ps-editorial h2 {
  font-family: 'Playfair Display', serif;
  color: var(--blue-fr);
  font-size: 1.22rem;
  margin-bottom: 12px;
}
.ps-editorial p {
  color: #2d3748;
  line-height: 1.65;
  margin: 0;
}
@media (max-width: 900px) {
  .ps-split {
    grid-template-columns: 1fr;
  }
  .ps-offer-card {
    position: static;
  }
}
@media (max-width: 700px) {
  .ps-like-grid {
    grid-template-columns: 1fr;
  }
  .ps-table > div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .hero-text h1 {
    font-size: 2.3rem;
  }
  .nav-menu a {
    margin-left: 15px;
  }
  .legal-page {
    padding-top: 0;
  }
}
