/* Modern visual system shared by the public site and its AMP version. */
:root {
  --color-ink: #18233f;
  --color-text: #4f5b70;
  --color-muted: #748096;
  --color-primary: #4057c8;
  --color-primary-dark: #3046ad;
  --color-accent: #e65367;
  --color-surface: #fff;
  --color-background: #f5f7fb;
  --color-border: #dfe5ef;
  --shadow-sm: 0 8px 24px rgba(24, 35, 63, .08);
  --shadow-md: 0 18px 45px rgba(24, 35, 63, .13);
  --radius-md: 12px;
  --radius-lg: 20px;
}

html { scroll-behavior: smooth; }
body {
  background: var(--color-surface);
  color: var(--color-text);
  font-family: "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body > .grecaptcha-badge.recaptcha-page-badge {
  position: fixed !important;
  bottom: 90px !important;
  z-index: 10000;
  transform: none !important;
}
.site-content {
  display: flow-root;
  min-height: 100vh;
  min-height: 100svh;
}
p { margin-bottom: 1.25em; }
h1, h2, h3, h4, h5, h6 {
  color: var(--color-ink);
  font-weight: 700;
  letter-spacing: -.02em;
}
h1 { font-size: 52px; }
h2 { font-size: 40px; }
h3 { font-size: 24px; }
a {
  color: var(--color-primary);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
a:hover, a:active, a:focus { color: var(--color-primary-dark); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(64, 87, 200, .3) !important;
  outline-offset: 3px;
}
.container { padding-left: 20px; padding-right: 20px; }
.fh5co-bg-section { background: var(--color-background); }

#fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-prix,
#fh5co-project, #fh5co-about, #fh5co-team, #fh5co-contact,
#fh5co-footer, #fh5co-manuel, #fh5co-counter {
  padding: 96px 0;
}
.fh5co-heading { margin-bottom: 44px; }
.fh5co-heading h2 {
  margin-bottom: 16px;
  color: var(--color-ink);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.035em;
}
.fh5co-heading p, .fh5co-heading li {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.7;
}
.fh5co-heading ul { padding-left: 22px; }

/* Navigation */
.fh5co-nav {
  padding: 18px 0;
  transition: padding .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.fh5co-nav ul { margin-top: 10px; }
.fh5co-nav ul li a {
  padding: 12px 14px;
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
  font-weight: 700;
}
.fh5co-nav ul li.active > a { color: #fff; }
.fh5co-nav .text-connexion {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #fff !important;
}
.scrolled .fh5co-nav {
  padding: 8px 0;
  border-bottom: 1px solid rgba(223, 229, 239, .85);
  box-shadow: 0 8px 30px rgba(24, 35, 63, .08);
}
.scrolled .fh5co-nav .text-connexion {
  border-color: var(--color-primary);
  color: var(--color-primary) !important;
}

/* Hero */
.fh5co-cover { width: 100%; min-height: 680px; }
.fh5co-cover .overlay {
  background: linear-gradient(90deg, rgba(20, 31, 59, .88) 0%, rgba(26, 43, 80, .62) 52%, rgba(30, 47, 80, .18) 100%);
}
.fh5co-cover .display-t, .fh5co-cover .display-tc {
  height: 100vh;
  min-height: 680px;
}
#fh5co-header .display-tc h1 {
  max-width: 760px;
  margin-bottom: 32px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.045em;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .2);
}
#fh5co-header .display-tc p {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Compact inner-page banners; the homepage keeps the full-height hero. */
.fh5co-cover.fh5co-cover-sm,
.fh5co-cover.fh5co-cover-med,
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc,
.fh5co-cover.fh5co-cover-med .display-t,
.fh5co-cover.fh5co-cover-med .display-tc {
  height: 280px;
  min-height: 280px;
}
.fh5co-cover.fh5co-cover-xsm {
  height: 100px;
  min-height: 100px;
}
.fh5co-cover.fh5co-cover-sm .display-tc h1,
.fh5co-cover.fh5co-cover-med .display-tc h1 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.12;
}

/* Controls */
.btn, #fh5co-header .display-tc .btn {
  min-height: 48px;
  margin: 0 4px 4px 0;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.btn-primary, #fh5co-header .display-tc .btn {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(230, 83, 103, .24);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
#fh5co-header .display-tc .btn:hover {
  border-color: #d74458 !important;
  background: #d74458 !important;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(230, 83, 103, .28) !important;
}
.form-control {
  height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  background: #fff;
  color: var(--color-ink);
  font-size: 17px;
  font-weight: 400;
}
textarea.form-control { height: auto; min-height: 140px; }
.form-control:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(64, 87, 200, .1);
}

/* Feature cards */
.feature-center {
  min-height: 310px;
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}
.feature-center .icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border: 0;
  border-radius: 16px;
  background: #edf0ff;
  place-items: center;
}
.feature-center .icon i { color: var(--color-primary); font-size: 34px; }
.feature-center h3 {
  margin-bottom: 14px;
  color: var(--color-ink);
  font-size: 22px;
  font-weight: 700;
}
.feature-center p { margin-bottom: 0; color: var(--color-text); }
.feature-center:hover, .feature-center:focus {
  bottom: 6px;
  border-color: #c8d0f5;
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}
.feature-center:hover p, .feature-center:hover h3,
.feature-center:focus p, .feature-center:focus h3 { color: inherit !important; }
.feature-center:hover .icon i, .feature-center:focus .icon i { color: var(--color-primary); }

/* Pricing */
#fh5co-prix .fh5co-post {
  overflow: visible;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
#fh5co-prix .fh5co-post .entetePrix {
  height: 78px;
  padding: 17px 14px;
  border-radius: 19px 19px 0 0;
  background: #e7ebff;
  color: var(--color-ink);
  font-size: 24px;
  line-height: 1.05;
}
#fh5co-prix .fh5co-post .entetePrix small { margin-top: 6px; font-size: 14px; }
#fh5co-prix .fh5co-post .priceAmount {
  margin: 26px 0 24px;
  color: var(--color-ink);
  font-size: 46px;
}
#fh5co-prix .pricing-features { padding: 0 24px; }
#fh5co-prix .pricing-features li {
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.45;
}
#fh5co-prix .fh5co-post--best-value {
  border-color: var(--color-primary);
  box-shadow: 0 20px 48px rgba(64, 87, 200, .2);
}
#fh5co-prix .fh5co-post--best-value .entetePrix { background: var(--color-primary); }
#fh5co-prix .best-value-badge {
  background: var(--color-ink);
  box-shadow: 0 5px 14px rgba(24, 35, 63, .2);
}
#fh5co-prix .fh5co-post:hover, #fh5co-prix .fh5co-post:focus {
  bottom: 6px;
  box-shadow: var(--shadow-md);
}

/* Testimonials and content */
#fh5co-testimonial .testimonial,
#fh5co-testimonial .testimonial.fh5co-selected {
  bottom: 0;
  margin-bottom: 30px;
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
#fh5co-testimonial .testimonial:after { display: none; }
#fh5co-testimonial .testimonial p,
#fh5co-testimonial .testimonial.fh5co-selected p {
  color: var(--color-text);
  font-size: 17px;
  font-style: normal;
  line-height: 1.7;
}
#fh5co-testimonial .testimonial p.author cite,
#fh5co-testimonial .testimonial.fh5co-selected p.author cite {
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 700;
}
#fh5co-manuel img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  filter: drop-shadow(0 18px 25px rgba(24, 35, 63, .12));
}
#fh5co-started { background: var(--color-ink); }
#fh5co-started .fh5co-heading h2, #fh5co-started .fh5co-heading p { color: #fff; }
#fh5co-started .fh5co-heading p { opacity: .78; }

/* Footer and mobile navigation */
#fh5co-footer { background: #111a30; color: rgba(255, 255, 255, .72); }
#fh5co-footer .fh5co-widget,
#fh5co-footer .fh5co-widget h3,
#fh5co-footer .copyright .block { color: inherit; }
#fh5co-footer .fh5co-widget h3 { color: #fff; }
#fh5co-footer .fh5co-footer-links li { margin-bottom: 10px; }
#fh5co-footer .fh5co-footer-links li a { color: rgba(255, 255, 255, .78); }
#fh5co-footer .fh5co-footer-links li a:hover { color: #fff; }
#fh5co-offcanvas {
  width: min(320px, 86vw);
  padding: 88px 32px 40px;
  background: var(--color-ink);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas #fh5co-offcanvas {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#fh5co-offcanvas ul li { margin-bottom: 8px; }
#fh5co-offcanvas ul li a {
  display: block;
  padding: 10px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
}
.gototop a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: var(--shadow-sm);
}
.gototop a i { height: 46px; }

/* Fixed-width legacy components */
.bouton_carte_paiement { width: 100%; max-width: 440px; min-width: 0; }
.just-width { width: 100%; max-width: 450px; min-width: 0; }

/* Member dashboard */
#fh5co-services.users-dashboard {
  padding: 72px 0 96px;
  background: var(--color-background);
}
.dashboard-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 54px;
  padding: 34px 38px;
  border: 1px solid #d9dff8;
  border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #fff 0%, #f0f3ff 100%);
  box-shadow: var(--shadow-sm);
}
.dashboard-welcome-copy { min-width: 0; }
.dashboard-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dashboard-welcome h2 {
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 34px;
  line-height: 1.2;
}
.dashboard-welcome p { margin: 0; color: var(--color-text); }
.dashboard-membership {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 220px;
  padding: 16px 20px;
  border: 1px solid #d5dcfb;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .8);
}
.dashboard-membership span {
  margin-bottom: 3px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.dashboard-membership strong {
  color: var(--color-ink);
  font-size: 17px;
  line-height: 1.35;
}
.dashboard-section-heading { margin-bottom: 26px; }
.dashboard-section-heading h2 {
  margin-bottom: 7px;
  color: var(--color-ink);
  font-size: 30px;
  line-height: 1.2;
}
.dashboard-section-heading p { margin: 0; color: var(--color-muted); }
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.dashboard-action {
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.dashboard-action:hover, .dashboard-action:focus {
  border-color: #bdc7ee;
  color: var(--color-text);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.dashboard-action-primary {
  border-color: #abb8ef;
  background: linear-gradient(145deg, #f7f8ff 0%, #e9edff 100%);
}
.dashboard-action-image {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 18px;
  background: #f0f3f8;
  place-items: center;
}
.dashboard-action-primary .dashboard-action-image { background: #fff; }
.dashboard-action-image img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.dashboard-action-content { display: flex; flex: 1; flex-direction: column; }
.dashboard-action-content strong {
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 21px;
  line-height: 1.25;
}
.dashboard-action-content > span:last-child {
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.55;
}
.dashboard-action-label {
  align-self: flex-start;
  margin: -4px 0 9px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}
.dashboard-action-arrow {
  position: absolute;
  right: 24px;
  top: 28px;
  color: #9ba6ba;
  font-size: 24px;
  line-height: 1;
  transition: color .2s ease, transform .2s ease;
}
.dashboard-action:hover .dashboard-action-arrow,
.dashboard-action:focus .dashboard-action-arrow {
  color: var(--color-primary);
  transform: translateX(4px);
}

/* Study resources */
#fh5co-services.resources-page {
  padding: 64px 0 96px;
  background: var(--color-background);
}
.resources-heading {
  max-width: 720px;
  margin-bottom: 34px;
}
.resources-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}
.resources-back span { font-size: 20px; line-height: 1; transition: transform .2s ease; }
.resources-back:hover span, .resources-back:focus span { transform: translateX(-4px); }
.resources-heading h2 {
  margin-bottom: 12px;
  color: var(--color-ink);
  font-size: 36px;
  line-height: 1.2;
}
.resources-heading p { margin: 0; color: var(--color-text); font-size: 18px; }
.resources-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: stretch;
}
.resource-featured-card, .resource-steps {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.resource-featured-card {
  display: grid;
  grid-template-columns: minmax(220px, 42%) 1fr;
  overflow: hidden;
}
.resource-cover {
  display: grid;
  min-height: 420px;
  padding: 28px;
  background: linear-gradient(145deg, #e9edff 0%, #f7f8ff 100%);
  place-items: center;
}
.resource-cover img {
  display: block;
  width: 100%;
  max-width: 290px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 22px 38px rgba(24, 35, 63, .17);
}
.resource-card-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 38px 34px;
}
.resource-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.resource-card-content h2 {
  margin-bottom: 14px;
  color: var(--color-ink);
  font-size: 27px;
  line-height: 1.25;
}
.resource-card-content > p { margin-bottom: 24px; color: var(--color-text); }
.resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.resource-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--color-background);
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
}
.resource-meta i { color: #c83f52; font-size: 17px; }
.resource-download {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}
.resource-download i { font-size: 18px; }
.resource-steps { padding: 32px 28px; }
.resource-steps h3 {
  margin-bottom: 26px;
  color: var(--color-ink);
  font-size: 23px;
  line-height: 1.3;
}
.resource-steps ol { margin: 0; padding: 0; list-style: none; }
.resource-steps li {
  display: flex;
  gap: 13px;
  margin-bottom: 24px;
}
.resource-steps li > span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  place-items: center;
}
.resource-steps li div { min-width: 0; }
.resource-steps li strong {
  display: block;
  margin-bottom: 5px;
  color: var(--color-ink);
  font-size: 16px;
  line-height: 1.35;
}
.resource-steps li p { margin: 0; color: var(--color-text); font-size: 14px; line-height: 1.5; }
.resource-quick-actions {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--color-border);
}
.resource-quick-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 700;
}
.resource-quick-actions a + a { border-top: 1px solid #edf0f5; }
.resource-quick-actions a span { color: var(--color-primary); font-size: 19px; transition: transform .2s ease; }
.resource-quick-actions a:hover, .resource-quick-actions a:focus { color: var(--color-primary); }
.resource-quick-actions a:hover span, .resource-quick-actions a:focus span { transform: translateX(4px); }

/* Purchase status */
#fh5co-services.purchase-status-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 50% 4%, rgba(64, 87, 200, .08), transparent 30%),
    var(--color-background);
}
.purchase-status-card {
  max-width: 780px;
  margin: 0 auto 24px;
  padding: 42px 48px;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-md);
  text-align: center;
}
.purchase-status-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  border-radius: 20px;
  place-items: center;
}
.purchase-status-icon.is-cancelled { border: 1px solid #f0cdd3; background: #fff2f4; }
.purchase-status-icon.is-success { border: 1px solid #bfe4ce; background: #edf9f2; }
.purchase-status-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #c83f52;
  stroke-linecap: round;
  stroke-width: 2;
}
.purchase-status-icon.is-success svg { stroke: #238653; }
.purchase-status-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #a52d3d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.purchase-status-card h2 { margin: 0 0 12px; color: var(--color-ink); font-size: 34px; line-height: 1.2; }
.purchase-status-intro { max-width: 620px; margin: 0 auto 20px; color: var(--color-text); font-size: 16px; line-height: 1.7; }
.purchase-status-reassurance {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #f0f2f7;
  color: #59647b;
  font-size: 12px;
  font-weight: 700;
}
.purchase-status-reassurance span { color: #2d9b5d; font-weight: 800; }
.purchase-status-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid var(--color-border);
}
.purchase-status-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 210px;
  margin: 0;
  white-space: normal;
}
.purchase-status-actions .btn-primary span { font-size: 19px; }
.purchase-status-next {
  max-width: 980px;
  margin: 0 auto 24px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.purchase-status-next-heading { margin-bottom: 24px; text-align: center; }
.purchase-status-next-heading h2 { margin: 0 0 6px; color: var(--color-ink); font-size: 23px; }
.purchase-status-next-heading p { margin: 0; color: var(--color-muted); font-size: 14px; }
.purchase-status-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.purchase-status-steps > div {
  min-width: 0;
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--color-background);
}
.purchase-status-steps > div > span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
  border-radius: 10px;
  background: #e8ebf2;
  color: #657087;
  font-size: 12px;
  font-weight: 800;
  place-items: center;
}
.purchase-status-steps strong { display: block; margin-bottom: 5px; color: var(--color-ink); font-size: 14px; }
.purchase-status-steps p { margin: 0; color: var(--color-muted); font-size: 12px; line-height: 1.5; }
.purchase-status-help {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, #19284d, #2d4380);
  color: #fff;
}
.purchase-status-help-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .12);
  font-size: 18px;
  font-weight: 800;
  place-items: center;
}
.purchase-status-help > div:nth-child(2) { min-width: 0; }
.purchase-status-help h2 { margin: 0 0 4px; color: #fff; font-size: 16px; }
.purchase-status-help p { margin: 0; color: #bdc8e7; font-size: 12px; line-height: 1.5; }
.purchase-status-help > a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.purchase-status-help > a span { font-size: 18px; transition: transform .2s ease; }
.purchase-status-help > a:hover span, .purchase-status-help > a:focus span { transform: translateX(4px); }

.purchase-success-card { border-color: #cce6d6; }
.purchase-success-page .purchase-status-eyebrow { color: #217847; }
.purchase-receipt {
  max-width: 980px;
  margin: 0 auto 24px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.purchase-receipt-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-border);
}
.purchase-receipt-heading span {
  display: block;
  margin-bottom: 5px;
  color: #217847;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.purchase-receipt-heading h2 { margin: 0; color: var(--color-ink); font-size: 25px; }
.purchase-receipt-heading > strong {
  flex: 0 0 auto;
  padding: 11px 15px;
  border-radius: 12px;
  background: #edf9f2;
  color: #217847;
  font-size: 17px;
  white-space: nowrap;
}
.purchase-receipt-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .85fr); gap: 24px; }
.purchase-receipt dl { margin: 0; }
.purchase-receipt-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.purchase-receipt-meta > div {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #e7eaf1;
  border-radius: 12px;
  background: #fafbfe;
}
.purchase-receipt dt {
  margin-bottom: 4px;
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.purchase-receipt dd { margin: 0; color: var(--color-ink); font-size: 14px; font-weight: 700; overflow-wrap: anywhere; }
.purchase-receipt-costs {
  align-self: stretch;
  padding: 17px 19px;
  border-radius: 14px;
  background: #f2f4f9;
}
.purchase-receipt-costs > div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; }
.purchase-receipt-costs dt { margin: 0; color: var(--color-text); font-size: 12px; letter-spacing: 0; text-transform: none; }
.purchase-receipt-costs dd { flex: 0 0 auto; font-size: 13px; }
.purchase-receipt-costs .is-total {
  margin-top: 7px;
  padding-top: 16px;
  border-top: 1px solid #d8dde8;
}
.purchase-receipt-costs .is-total dt, .purchase-receipt-costs .is-total dd { color: var(--color-ink); font-size: 15px; font-weight: 800; }
.purchase-email-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
  padding: 17px 19px;
  border: 1px solid #d9e0fb;
  border-radius: 14px;
  background: #f4f6ff;
}
.purchase-email-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #e4e9ff;
  color: var(--color-primary);
  font-size: 17px;
  place-items: center;
}
.purchase-email-notice h3 { margin: 1px 0 4px; color: var(--color-ink); font-size: 14px; }
.purchase-email-notice p { margin: 0 0 3px; color: var(--color-text); font-size: 12px; line-height: 1.5; }
.purchase-email-notice small { color: var(--color-muted); font-size: 10px; }

/* Billing checkout */
#fh5co-services.billing-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 90% 7%, rgba(64, 87, 200, .08), transparent 28%),
    var(--color-background);
}
.billing-heading {
  max-width: 740px;
  margin-bottom: 30px;
}
.billing-heading h2 { margin: 12px 0 10px; color: var(--color-ink); font-size: 36px; line-height: 1.2; }
.billing-heading p { margin: 0; color: var(--color-text); font-size: 18px; line-height: 1.65; }
.checkout-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.checkout-progress li {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  color: #8b94a7;
  font-size: 13px;
}
.checkout-progress li:not(:last-child):after {
  position: absolute;
  left: 42px;
  right: 12px;
  top: 17px;
  z-index: 0;
  height: 2px;
  background: #dde2eb;
  content: "";
}
.checkout-progress li > span {
  display: grid;
  position: relative;
  z-index: 1;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 2px solid #d9dee8;
  border-radius: 50%;
  background: var(--color-background);
  font-size: 12px;
  font-weight: 800;
  place-items: center;
}
.checkout-progress li strong { position: relative; z-index: 1; padding-right: 12px; background: var(--color-background); font-weight: 700; }
.checkout-progress li.is-active { color: var(--color-ink); }
.checkout-progress li.is-active > span { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.billing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr);
  align-items: start;
  gap: 26px;
}
.billing-form-card {
  min-width: 0;
  padding: 34px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.billing-card-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
.billing-card-icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #edf0ff;
  place-items: center;
}
.billing-card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.billing-card-heading h2 { margin: 0 0 6px; color: var(--color-ink); font-size: 24px; line-height: 1.3; }
.billing-card-heading p { margin: 0; color: var(--color-muted); font-size: 14px; }
.billing-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
.billing-form .billing-field {
  float: none;
  width: auto;
  margin: 0 0 21px;
}
.billing-form .billing-field-full { grid-column: 1 / -1; }
.billing-form .billing-field > div {
  float: none;
  width: 100%;
  padding: 0;
}
.billing-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 800;
}
.billing-form .form-control { height: 54px; }
.billing-required-note {
  grid-column: 1 / -1;
  margin: 0 0 16px !important;
  color: var(--color-muted) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.billing-actions {
  display: flex;
  grid-column: 1 / -1;
  justify-content: flex-end;
  float: none;
  width: auto;
  margin: 0;
  padding-top: 23px;
  border-top: 1px solid var(--color-border);
}
.billing-actions .btn { min-width: 185px; margin: 0; }
.billing-sidebar { display: grid; gap: 16px; }
.billing-summary-card {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #263967;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #19284d, #2d4380);
  box-shadow: 0 20px 45px rgba(20, 35, 70, .18);
  color: #fff;
}
.billing-summary-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #b9c5ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.billing-summary-card h2 { margin: 0 0 24px; color: #fff; font-size: 25px; line-height: 1.3; }
.billing-product {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .08);
}
.billing-product-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: rgba(126, 224, 167, .14);
  color: #7ee0a7;
  font-size: 15px;
  font-weight: 800;
  place-items: center;
}
.billing-product strong, .billing-product small { display: block; }
.billing-product strong { color: #fff; font-size: 16px; }
.billing-product small { margin-top: 2px; color: #bdc8e7; font-size: 11px; }
.billing-order-details { margin: 22px 0 0; }
.billing-order-details > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.billing-order-details dt { color: #bdc8e7; font-size: 12px; font-weight: 600; }
.billing-order-details dd { margin: 0; color: #fff; font-size: 14px; font-weight: 800; text-align: right; }
.billing-tax-note { margin: 16px 0 0; color: #acb9dd; font-size: 11px; line-height: 1.5; }
.billing-next-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.billing-next-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  place-items: center;
}
.billing-next-card h3 { margin: 0 0 5px; color: var(--color-ink); font-size: 15px; }
.billing-next-card p { margin: 0; color: var(--color-muted); font-size: 12px; line-height: 1.5; }
.billing-secure-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 0 4px;
}
.billing-secure-note > span {
  display: grid;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #e5f7ec;
  color: #17643a;
  font-size: 11px;
  font-weight: 800;
  place-items: center;
}
.billing-secure-note strong, .billing-secure-note small { display: block; }
.billing-secure-note strong { margin-bottom: 3px; color: var(--color-ink); font-size: 12px; }
.billing-secure-note small { color: var(--color-muted); font-size: 11px; line-height: 1.45; }
.checkout-progress li.is-complete { color: #17643a; }
.checkout-progress li.is-complete > span { border-color: #2d9b5d; background: #2d9b5d; color: #fff; }
.checkout-progress li.is-complete:not(:last-child):after { background: #83cda2; }
.checkout-back-button {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}
.checkout-promo {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 860px;
  margin: 0 0 24px;
  padding: 17px 19px;
  border: 1px solid #b9e3ca;
  border-radius: var(--radius-md);
  background: #effaf3;
  color: #17643a;
}
.checkout-promo > span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #d9f2e3;
  place-items: center;
}
.checkout-promo strong, .checkout-promo p { display: block; }
.checkout-promo strong { margin-bottom: 2px; font-size: 14px; }
.checkout-promo p { margin: 0; color: #397653; font-size: 13px; line-height: 1.5; }
.checkout-promo del { color: #8a6570; }
.checkout-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: stretch;
  gap: 24px;
  margin-bottom: 24px;
}
.checkout-review-card,
.checkout-order-card,
.checkout-payment-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.checkout-review-card {
  padding: 30px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.checkout-review-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
}
.checkout-review-heading span {
  display: block;
  margin-bottom: 5px;
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.checkout-review-heading h2 { margin: 0; color: var(--color-ink); font-size: 23px; line-height: 1.3; }
.checkout-review-heading button,
.checkout-review-heading > a {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid #cdd4e2;
  border-radius: 9px;
  background: #fff;
  color: var(--color-primary);
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.checkout-review-heading button:hover, .checkout-review-heading button:focus,
.checkout-review-heading > a:hover, .checkout-review-heading > a:focus { border-color: var(--color-primary); background: #f3f5ff; color: var(--color-primary); }
.checkout-customer-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; }
.checkout-customer-details > div {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fafbfe;
}
.checkout-customer-details .is-address { grid-column: 1 / -1; }
.checkout-customer-details dt { margin-bottom: 6px; color: var(--color-muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.checkout-customer-details dd { margin: 0; color: var(--color-ink); font-size: 14px; font-weight: 700; line-height: 1.55; overflow-wrap: anywhere; }
.checkout-customer-details dd span { display: block; }
.checkout-order-card {
  padding: 30px;
  border: 1px solid #263967;
  background: linear-gradient(145deg, #19284d, #2d4380);
  box-shadow: 0 20px 45px rgba(20, 35, 70, .18);
  color: #fff;
}
.checkout-order-card h2 { margin: 0 0 20px; color: #fff; font-size: 26px; line-height: 1.3; }
.checkout-plan-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .08);
}
.checkout-plan-summary > span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(126, 224, 167, .14);
  color: #7ee0a7;
  font-size: 13px;
  font-weight: 800;
  place-items: center;
}
.checkout-plan-summary strong, .checkout-plan-summary small { display: block; }
.checkout-plan-summary strong { color: #fff; font-size: 13px; }
.checkout-plan-summary small { margin-top: 2px; color: #bdc8e7; font-size: 12px; }
.checkout-costs { margin: 0; }
.checkout-costs > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.checkout-costs dt { color: #bdc8e7; font-size: 12px; font-weight: 600; }
.checkout-costs dd { margin: 0; color: #fff; font-size: 13px; font-weight: 800; text-align: right; }
.checkout-costs .checkout-total { margin-top: 5px; padding: 16px 0 7px; border: 0; }
.checkout-costs .checkout-total dt { color: #fff; font-size: 15px; font-weight: 800; }
.checkout-costs .checkout-total dd { font-size: 22px; }
.checkout-description { margin: 15px 0 0; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .12); color: #aebbe0; font-size: 11px; line-height: 1.5; }
.checkout-payment-card {
  padding: 30px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.checkout-payment-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--color-border);
}
.checkout-payment-heading > div:first-child { display: flex; align-items: flex-start; gap: 14px; }
.checkout-payment-heading > div:first-child > span {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
  place-items: center;
}
.checkout-payment-heading h2 { margin: 0 0 5px; color: var(--color-ink); font-size: 23px; }
.checkout-payment-heading p { margin: 0; color: var(--color-muted); font-size: 13px; }
.checkout-payment-security {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e5f7ec;
  color: #17643a;
  font-size: 11px;
}
.checkout-payment-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.checkout-payment-method {
  display: flex;
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fafbfe;
  flex-direction: column;
}
.checkout-payment-method:only-child {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.checkout-payment-method h3 { margin: 0 0 5px; color: var(--color-ink); font-size: 17px; }
.checkout-payment-method p { margin: 0 0 18px; color: var(--color-muted); font-size: 12px; line-height: 1.5; }
.checkout-payment-method .bouton_carte_paiement {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: auto 0 0;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(20, 35, 70, .1);
}
.checkout-secure-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--color-muted);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.checkout-secure-copy > span { color: #2d9b5d; font-weight: 800; }

/* Legal documents */
#fh5co-blog.legal-document-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 90% 5%, rgba(64, 87, 200, .08), transparent 28%),
    var(--color-background);
}
.legal-document-heading {
  max-width: 760px;
  margin-bottom: 36px;
}
.legal-document-heading > span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.legal-document-heading h2 { margin: 0 0 10px; color: var(--color-ink); font-size: 36px; line-height: 1.2; }
.legal-document-heading p { margin: 0; color: var(--color-text); font-size: 18px; line-height: 1.65; }
.legal-document-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}
.legal-document-sidebar {
  display: grid;
  position: sticky;
  top: 96px;
  gap: 18px;
}
.legal-document-sidebar nav {
  padding: 22px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.legal-document-sidebar nav > span {
  display: block;
  margin-bottom: 12px;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 800;
}
.legal-document-sidebar nav a {
  display: block;
  padding: 9px 0 9px 13px;
  border-left: 2px solid #e3e7ef;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.legal-document-sidebar nav a:hover,
.legal-document-sidebar nav a:focus {
  border-left-color: var(--color-primary);
  color: var(--color-primary);
}
.legal-contact-card {
  padding: 22px;
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, #19284d, #2d4380);
  box-shadow: 0 14px 32px rgba(20, 35, 70, .15);
  color: #fff;
}
.legal-contact-card > span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  place-items: center;
}
.legal-contact-card h3 { margin: 0 0 7px; color: #fff; font-size: 17px; }
.legal-contact-card p { margin: 0 0 14px; color: #c2cce8; font-size: 12px; line-height: 1.55; }
.legal-contact-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.legal-contact-card > a span { font-size: 17px; transition: transform .2s ease; }
.legal-contact-card > a:hover span, .legal-contact-card > a:focus span { transform: translateX(4px); }
.legal-document-content { display: grid; gap: 18px; min-width: 0; }
.legal-section {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
  scroll-margin-top: 110px;
}
.legal-section-intro {
  border-color: #c5cef2;
  background: linear-gradient(135deg, #fff 0%, #f4f6ff 100%);
}
.legal-section-number {
  display: grid;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  place-items: center;
}
.legal-section h2 { margin: 7px 0 14px; color: var(--color-ink); font-size: 24px; line-height: 1.3; }
.legal-section h3 { margin: 22px 0 10px; color: var(--color-ink); font-size: 17px; line-height: 1.35; }
.legal-section p { margin: 0 0 16px; color: var(--color-text); font-size: 15px; line-height: 1.75; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section ul { margin: 0 0 18px; padding-left: 21px; color: var(--color-text); font-size: 14px; line-height: 1.7; }
.legal-section li + li { margin-top: 5px; }
.legal-section a { font-weight: 700; overflow-wrap: anywhere; }
.legal-data-list,
.legal-security-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 !important;
  list-style: none;
}
.legal-data-list li,
.legal-security-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0 !important;
  padding: 12px;
  border: 1px solid var(--color-border);
  border-radius: 11px;
  background: #fafbfe;
  color: var(--color-ink);
  font-size: 13px;
  font-weight: 700;
}
.legal-data-list li span,
.legal-security-list li span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e5f7ec;
  color: #17643a;
  font-size: 11px;
  place-items: center;
}
.legal-subsection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.legal-subsection-grid > div {
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--color-background);
}
.legal-subsection-grid h3 { margin-top: 0; }
.legal-subsection-grid p, .legal-subsection-grid ul { margin-bottom: 0; font-size: 13px; }
.legal-identity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.legal-identity-grid > div {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fafbfe;
}
.legal-identity-grid span,
.legal-identity-grid strong,
.legal-identity-grid a { display: block; }
.legal-identity-grid span {
  margin-bottom: 8px;
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.legal-identity-grid strong { margin-bottom: 6px; color: var(--color-ink); font-size: 16px; }
.legal-identity-grid p { margin: 0 0 8px; font-size: 12px; line-height: 1.55; }
.legal-identity-grid a { font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.legal-contact-details {
  display: grid;
  gap: 7px;
  margin-top: 20px;
  padding: 18px;
  border-left: 4px solid var(--color-primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: #f2f4ff;
}
.legal-contact-details > span { margin-bottom: 3px; color: var(--color-ink); font-size: 13px; font-weight: 800; }
.legal-contact-details a { font-size: 13px; }
.legal-note {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid #ead9a9;
  border-radius: var(--radius-md);
  background: #fff9e8;
  color: #775c24;
  font-size: 13px;
  line-height: 1.6;
}

/* FAQ */
#fh5co-services.faq-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 90% 7%, rgba(64, 87, 200, .08), transparent 28%),
    var(--color-background);
}
.faq-heading {
  max-width: 720px;
  margin-bottom: 28px;
}
.faq-heading > span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.faq-heading h2 { margin: 0 0 10px; color: var(--color-ink); font-size: 36px; line-height: 1.2; }
.faq-heading p { max-width: 650px; margin: 0; color: var(--color-text); font-size: 18px; line-height: 1.65; }
.faq-search {
  display: flex;
  position: relative;
  align-items: center;
  max-width: 790px;
  margin-bottom: 34px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.faq-search > span {
  display: grid;
  flex: 0 0 56px;
  width: 56px;
  color: var(--color-primary);
  place-items: center;
}
.faq-search svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}
.faq-search input {
  min-width: 0;
  width: 100%;
  height: 62px;
  padding: 0 130px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--color-ink);
  font-family: inherit;
  font-size: 16px;
}
.faq-search input::placeholder { color: #98a1b2; }
.faq-search:focus-within {
  border-color: #8798df;
  box-shadow: 0 0 0 4px rgba(64, 87, 200, .12);
}
.faq-search small {
  position: absolute;
  right: 16px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
}
.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 350px);
  align-items: start;
  gap: 28px;
}
.faq-list { display: grid; gap: 12px; }
.faq-item {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 5px 18px rgba(24, 40, 80, .045);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.faq-item[open] {
  border-color: #bcc6ee;
  box-shadow: 0 12px 28px rgba(24, 40, 80, .08);
}
.faq-item summary {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 16px 20px;
  color: var(--color-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: #fafbff; }
.faq-item summary:focus-visible { outline: 3px solid rgba(64, 87, 200, .2); outline-offset: -3px; }
.faq-number {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f0f2f7;
  color: #657087;
  font-size: 12px;
  letter-spacing: .04em;
  place-items: center;
  transition: background .2s ease, color .2s ease;
}
.faq-item[open] .faq-number { background: var(--color-primary); color: #fff; }
.faq-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f0f2f7;
}
.faq-toggle:before,
.faq-toggle:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--color-primary);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}
.faq-toggle:after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-toggle:after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer {
  margin: 0 20px 0 76px;
  padding: 0 0 24px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.75;
}
.faq-answer:before {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 19px;
  background: var(--color-border);
  content: "";
}
.faq-no-results {
  padding: 44px 24px;
  border: 1px dashed #c9d0df;
  border-radius: var(--radius-md);
  background: #fff;
  text-align: center;
}
.faq-no-results > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 21px;
  font-weight: 800;
  place-items: center;
}
.faq-no-results h3 { margin: 0 0 7px; color: var(--color-ink); font-size: 19px; }
.faq-no-results p { max-width: 460px; margin: 0 auto; color: var(--color-muted); font-size: 14px; }
.faq-help-card {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #263967;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #19284d, #2d4380);
  box-shadow: 0 20px 45px rgba(20, 35, 70, .18);
  color: #fff;
}
.faq-help-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .12);
  place-items: center;
}
.faq-help-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.faq-help-card > span {
  display: block;
  margin-bottom: 7px;
  color: #b9c5ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.faq-help-card h2 { margin: 0 0 10px; color: #fff; font-size: 25px; line-height: 1.3; }
.faq-help-card > p { margin: 0 0 24px; color: #c7d0eb; font-size: 14px; line-height: 1.65; }
.faq-help-card .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px;
}
.faq-help-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.faq-help-link:hover, .faq-help-link:focus { color: #fff; }
.faq-help-link span { font-size: 18px; transition: transform .2s ease; }
.faq-help-link:hover span, .faq-help-link:focus span { transform: translateX(4px); }
.faq-help-card > small {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #bdc8e7;
  font-size: 12px;
}
.faq-help-card > small span { color: #55d58c; font-size: 9px; }

/* Member profile */
#fh5co-contact.profile-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 92% 6%, rgba(64, 87, 200, .08), transparent 28%),
    var(--color-background);
}
.profile-heading {
  max-width: 720px;
  margin-bottom: 34px;
}
.profile-heading h2 {
  margin: 12px 0 10px;
  color: var(--color-ink);
  font-size: 36px;
  line-height: 1.2;
}
.profile-heading p {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.65;
}
.profile-overview {
  display: flex;
  position: relative;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 30px 32px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #19284d 0%, #304889 100%);
  box-shadow: 0 20px 46px rgba(20, 35, 70, .18);
  color: #fff;
}
.profile-overview:after {
  position: absolute;
  right: -55px;
  bottom: -100px;
  width: 230px;
  height: 230px;
  border: 42px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
  content: "";
}
.profile-avatar {
  display: grid;
  position: relative;
  z-index: 1;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 22px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: .04em;
  place-items: center;
}
.profile-identity { position: relative; z-index: 1; min-width: 0; }
.profile-identity > span {
  display: block;
  margin-bottom: 4px;
  color: #b9c5ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.profile-identity h2 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 28px;
  line-height: 1.25;
}
.profile-identity a {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
  overflow-wrap: anywhere;
}
.profile-identity a:hover, .profile-identity a:focus { color: #fff; }
.profile-access {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 12px;
  min-width: 290px;
  margin-left: auto;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .1);
}
.profile-status-dot {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: #55d58c;
  box-shadow: 0 0 0 4px rgba(85, 213, 140, .14);
}
.profile-access small, .profile-access strong { display: block; }
.profile-access small { margin-bottom: 3px; color: #bdc8e7; font-size: 12px; }
.profile-access strong { color: #fff; font-size: 14px; line-height: 1.4; }
.profile-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}
.profile-settings-card {
  display: flex;
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
  flex-direction: column;
}
.profile-card-heading {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 24px;
}
.profile-card-icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #edf0ff;
  place-items: center;
}
.profile-card-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.profile-card-heading h2 {
  margin: 0 0 6px;
  color: var(--color-ink);
  font-size: 22px;
  line-height: 1.3;
}
.profile-card-heading p {
  margin: 0;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.5;
}
.profile-details {
  margin: 0 0 24px;
  border-top: 1px solid var(--color-border);
}
.profile-details > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--color-border);
}
.profile-details dt {
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 600;
}
.profile-details dd {
  min-width: 0;
  margin: 0;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.profile-password-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding: 19px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-background);
}
.profile-password-row > span { color: var(--color-ink); font-size: 21px; font-weight: 800; letter-spacing: .13em; }
.profile-password-row small { color: var(--color-muted); font-size: 12px; text-align: right; }
.profile-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--color-border);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 800;
}
.profile-card-action span { font-size: 20px; transition: transform .2s ease; }
.profile-card-action:hover span, .profile-card-action:focus span { transform: translateX(4px); }
.profile-purchases {
  padding: 30px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.profile-purchases-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.profile-purchases-heading h2 { margin: 0 0 7px; color: var(--color-ink); font-size: 25px; line-height: 1.3; }
.profile-purchases-heading p { margin: 0; color: var(--color-muted); font-size: 14px; }
.profile-purchases-heading > span {
  flex: 0 0 auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 800;
}
.profile-invoice-list { display: grid; gap: 14px; }
.profile-invoice {
  padding: 20px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fbfcfe;
}
.profile-invoice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-border);
}
.profile-invoice-header small, .profile-invoice-header strong { display: block; }
.profile-invoice-header small { margin-bottom: 2px; color: var(--color-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.profile-invoice-header strong { color: var(--color-ink); font-size: 18px; }
.profile-invoice-status {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.profile-invoice-status.is-active { background: #e5f7ec; color: #17643a; }
.profile-invoice-status.is-cancelled { background: #fff0f2; color: #a52d3d; }
.profile-invoice dl {
  display: grid;
  grid-template-columns: 1.2fr .7fr 1.3fr;
  gap: 22px;
  margin: 0;
}
.profile-invoice dt { margin-bottom: 4px; color: var(--color-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.profile-invoice dd { margin: 0; color: var(--color-ink); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.profile-empty-state {
  padding: 42px 20px;
  border: 1px dashed #cbd2df;
  border-radius: var(--radius-md);
  background: var(--color-background);
  text-align: center;
}
.profile-empty-state > span {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  border-radius: 14px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 21px;
  place-items: center;
}
.profile-empty-state h3 { margin: 0 0 6px; color: var(--color-ink); font-size: 18px; }
.profile-empty-state p { margin: 0; color: var(--color-muted); font-size: 14px; }

/* Edit personal information */
#fh5co-contact.edit-profile-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 88% 8%, rgba(64, 87, 200, .08), transparent 28%),
    var(--color-background);
}
.edit-profile-heading {
  max-width: 720px;
  margin-bottom: 34px;
}
.edit-profile-heading h2 {
  margin: 12px 0 10px;
  color: var(--color-ink);
  font-size: 36px;
  line-height: 1.2;
}
.edit-profile-heading p { margin: 0; color: var(--color-text); font-size: 18px; line-height: 1.65; }
.edit-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, .8fr);
  align-items: start;
  gap: 26px;
}
.edit-profile-form-card,
.edit-profile-aside {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.edit-profile-form-card {
  padding: 34px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.edit-profile-form-heading { margin-bottom: 28px; }
.edit-profile-form-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.edit-profile-form-heading h2 { margin: 0 0 8px; color: var(--color-ink); font-size: 25px; line-height: 1.3; }
.edit-profile-form-heading p { margin: 0; color: var(--color-muted); font-size: 14px; line-height: 1.55; }
.edit-profile-alert { margin-bottom: 24px; border-radius: var(--radius-md); }
.edit-profile-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.edit-profile-form .form-group { margin-bottom: 24px; }
.edit-profile-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 14px;
  font-weight: 800;
}
.edit-profile-form label span { color: var(--color-accent); }
.edit-profile-form .form-control { height: 54px; }
.edit-profile-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}
.edit-profile-actions .btn { margin: 0; white-space: normal; }
.edit-profile-actions .btn-primary { min-width: 165px; }
.edit-profile-aside {
  overflow: hidden;
  padding: 30px;
  border: 1px solid #263967;
  background: linear-gradient(145deg, #19284d, #2d4380);
  color: #fff;
  box-shadow: 0 20px 45px rgba(20, 35, 70, .18);
}
.edit-profile-aside-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .12);
  place-items: center;
}
.edit-profile-aside-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.edit-profile-aside > h2 { margin: 0 0 10px; color: #fff; font-size: 25px; line-height: 1.3; }
.edit-profile-aside > p { margin: 0 0 24px; color: #c7d0eb; font-size: 14px; line-height: 1.6; }
.edit-profile-email {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .08);
}
.edit-profile-email small, .edit-profile-email strong { display: block; }
.edit-profile-email small { margin-bottom: 4px; color: #aebbe0; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.edit-profile-email strong { color: #fff; font-size: 14px; line-height: 1.45; overflow-wrap: anywhere; }
.edit-profile-security {
  margin: 24px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}
.edit-profile-security h3 { margin: 0 0 7px; color: #fff; font-size: 16px; }
.edit-profile-security p { margin: 0 0 12px; color: #bdc8e7; font-size: 13px; line-height: 1.55; }
.edit-profile-security a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.edit-profile-security a span { font-size: 18px; transition: transform .2s ease; }
.edit-profile-security a:hover span, .edit-profile-security a:focus span { transform: translateX(4px); }
.edit-profile-privacy {
  display: flex;
  gap: 9px;
  margin: 24px -30px -30px;
  padding: 20px 30px 24px;
  background: rgba(8, 17, 42, .2);
  color: #bfc9e6;
  font-size: 12px;
  line-height: 1.5;
}
.edit-profile-privacy span { color: #7ee0a7; font-weight: 800; }
.edit-password-form > .form-group:first-child {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-border);
}
.password-new-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.password-input-wrap { position: relative; }
.password-input-wrap .form-control { padding-right: 72px; }
.password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  padding: 7px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--color-primary);
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}
.password-toggle:hover { background: #edf0ff; }
.password-toggle:focus { outline: 2px solid rgba(64, 87, 200, .28); outline-offset: 1px; }
.password-tips-list {
  margin: 26px 0 4px;
  padding: 0;
  list-style: none;
}
.password-tips-list li {
  display: flex;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #d2daf0;
  font-size: 13px;
  line-height: 1.5;
}
.password-tips-list li span {
  display: grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(126, 224, 167, .13);
  color: #7ee0a7;
  font-size: 11px;
  font-weight: 800;
  place-items: center;
}

/* Password recovery */
#fh5co-contact.password-recovery-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 50% 5%, rgba(64, 87, 200, .08), transparent 28%),
    var(--color-background);
}
.password-recovery-card {
  max-width: 600px;
  margin: 0 auto;
  padding: 38px 42px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-md);
}
.password-recovery-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 21px;
  border-radius: 15px;
  background: #edf0ff;
  place-items: center;
}
.password-recovery-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--color-primary);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.password-recovery-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.password-recovery-card h2 { margin: 0 0 10px; color: var(--color-ink); font-size: 29px; line-height: 1.25; }
.password-recovery-intro { margin: 0 0 25px; color: var(--color-text); font-size: 14px; line-height: 1.65; }
.password-recovery-alert,
.password-recovery-success {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 22px;
  padding: 14px 15px;
  border-radius: 12px;
}
.password-recovery-alert > span,
.password-recovery-success > span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  place-items: center;
}
.password-recovery-alert > span { background: #c83f52; }
.password-recovery-alert p { margin: 1px 0 0; font-size: 13px; line-height: 1.5; }
.password-recovery-success { border: 1px solid #c6e5d2; background: #eff9f3; }
.password-recovery-success > span { background: #268a4b; }
.password-recovery-success strong { display: block; margin-bottom: 3px; color: #17643a; font-size: 14px; }
.password-recovery-success p { margin: 0; color: #35664b; font-size: 12px; line-height: 1.5; }
.password-recovery-form label { display: block; margin-bottom: 8px; color: var(--color-ink); font-size: 13px; font-weight: 800; }
.password-recovery-input { position: relative; margin-bottom: 18px; }
.password-recovery-input > span {
  display: grid;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #edf0f7;
  color: #66718a;
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
  transform: translateY(-50%);
  place-items: center;
}
.password-recovery-input .form-control { height: 56px; padding-left: 48px; }
.password-recovery-form .btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; width: 100%; margin: 0; }
.password-recovery-form .btn span:last-child { font-size: 20px; }
.password-recovery-note { display: flex; align-items: flex-start; gap: 7px; margin: 15px 0 0; color: var(--color-muted); font-size: 10px; line-height: 1.5; }
.password-recovery-note > span { color: #268a4b; font-weight: 800; }
.password-recovery-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 28px -42px -38px;
  padding: 19px 42px;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background: #f7f8fc;
}
.password-recovery-footer a { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; }

/* Member login */
#fh5co-contact.login-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 12% 7%, rgba(64, 87, 200, .09), transparent 27%),
    var(--color-background);
}
.login-heading,
.login-layout,
.login-promo { max-width: 1040px; margin-right: auto; margin-left: auto; }
.login-heading { margin-bottom: 32px; }
.login-heading > span,
.login-form-heading > span,
.login-benefits-eyebrow {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.login-heading > span,
.login-form-heading > span { color: var(--color-primary); }
.login-heading h2 { margin: 0 0 10px; color: var(--color-ink); font-size: 36px; line-height: 1.2; }
.login-heading p { max-width: 700px; margin: 0; color: var(--color-text); font-size: 18px; line-height: 1.65; }
.login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: stretch;
  gap: 26px;
}
.login-form-card,
.login-benefits {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.login-form-card { padding: 36px; border: 1px solid var(--color-border); background: #fff; }
.login-form-heading { margin-bottom: 26px; }
.login-form-heading h2 { margin: 0 0 7px; color: var(--color-ink); font-size: 29px; line-height: 1.25; }
.login-form-heading p { margin: 0; color: var(--color-text); font-size: 14px; line-height: 1.55; }
.login-alert {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 22px;
  padding: 14px 15px;
  border-radius: 12px;
}
.login-alert > span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c83f52;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  place-items: center;
}
.login-alert.is-success > span { background: #268a4b; }
.login-alert p { margin: 1px 0 0; font-size: 13px; line-height: 1.5; }
.login-field + .login-field { margin-top: 20px; }
.login-field label { margin: 0 0 8px; color: var(--color-ink); font-size: 13px; font-weight: 800; }
.login-label-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.login-label-row a { margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.login-input-wrap { position: relative; }
.login-input-wrap .form-control { height: 56px; padding-left: 48px; }
.login-input-wrap #pass { padding-right: 72px; }
.login-input-icon {
  display: grid;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #edf0f7;
  color: #66718a;
  font-size: 11px;
  font-weight: 800;
  pointer-events: none;
  transform: translateY(-50%);
  place-items: center;
}
.login-password-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  padding: 6px 7px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  transform: translateY(-50%);
}
.login-password-toggle:hover { background: #f0f2fb; }
.login-submit {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}
.login-submit .btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-width: 180px; margin: 0; }
.login-submit .btn span:last-child { font-size: 20px; }
.login-form-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  color: var(--color-muted);
}
.login-form-footer > span { color: #268a4b; font-size: 12px; font-weight: 800; }
.login-form-footer p { margin: 0; font-size: 11px; }
.login-new-account { margin: 26px -36px -36px; padding: 20px 36px; border-radius: 0 0 var(--radius-lg) var(--radius-lg); background: #f7f8fc; text-align: center; }
.login-new-account p { margin: 0; color: var(--color-text); font-size: 13px; }
.login-new-account a { font-weight: 800; }
.login-benefits {
  display: flex;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #263967;
  background: linear-gradient(145deg, #19284d, #2d4380);
  color: #fff;
  flex-direction: column;
}
.login-benefits-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .12);
  place-items: center;
}
.login-benefits-icon svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.login-benefits-eyebrow { color: #b9c5ef; }
.login-benefits h2 { margin: 0 0 9px; color: #fff; font-size: 25px; line-height: 1.3; }
.login-benefits-intro { margin: 0 0 20px; color: #c6d0ec; font-size: 13px; line-height: 1.6; }
.login-benefits-list { margin: 0; padding: 0; list-style: none; }
.login-benefits-list li { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.login-benefits-list li > span {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  place-items: center;
}
.login-benefits-list strong,
.login-benefits-list small { display: block; }
.login-benefits-list strong { color: #fff; font-size: 13px; line-height: 1.35; }
.login-benefits-list small { margin-top: 3px; color: #bdc8e7; font-size: 11px; line-height: 1.4; }
.login-support { margin: auto -34px -34px; padding: 22px 34px 25px; background: rgba(8, 17, 42, .22); }
.login-support strong { color: #fff; font-size: 13px; }
.login-support p { margin: 4px 0 0; color: #c6d0ec; font-size: 11px; line-height: 1.5; }
.login-support a { color: #fff; font-weight: 800; text-decoration: underline; }
.login-promo {
  margin-bottom: 26px;
  padding: 24px 26px;
  border: 1px solid #e4d59d;
  border-radius: var(--radius-lg);
  background: #fffaf0;
  box-shadow: var(--shadow-sm);
}
.login-promo-copy { display: flex; align-items: flex-start; gap: 13px; margin-bottom: 18px; }
.login-promo-copy > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 11px; background: #f7e9b9; color: #956f0d; place-items: center; }
.login-promo-copy h2 { margin: 0 0 4px; color: var(--color-ink); font-size: 20px; }
.login-promo-copy p { margin: 0; color: #6e6549; font-size: 13px; line-height: 1.5; }
.login-promo-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.login-promo-plans > div { padding: 13px 15px; border: 1px solid #eadfb8; border-radius: 11px; background: rgba(255, 255, 255, .7); }
.login-promo-plans strong,
.login-promo-plans span,
.login-promo-plans small { display: block; }
.login-promo-plans strong { color: var(--color-ink); font-size: 12px; }
.login-promo-plans span { margin: 3px 0; color: #956f0d; font-size: 17px; font-weight: 800; }
.login-promo-plans small { color: #6e6549; font-size: 11px; }
.login-promo-footer { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding-top: 17px; border-top: 1px solid #eadfb8; }
.login-promo-footer p { margin: 0; color: #6e6549; font-size: 11px; }
.login-promo-footer > strong { color: var(--color-ink); font-size: 11px; }
.login-promo-footer > a { display: inline-flex; align-items: center; gap: 12px; margin-left: auto; font-size: 12px; font-weight: 800; white-space: nowrap; }

/* Interactive test options */
#fh5co-contact.test-options-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 88% 8%, rgba(64, 87, 200, .09), transparent 28%),
    var(--color-background);
}
.test-options-heading { max-width: 760px; margin-bottom: 34px; }
.test-options-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.test-options-heading h2 { margin: 0 0 10px; color: var(--color-ink); font-size: 36px; line-height: 1.2; }
.test-options-heading p { max-width: 700px; margin: 0; color: var(--color-text); font-size: 18px; line-height: 1.65; }
.test-options-alert { max-width: 810px; margin: 0 0 24px; border-radius: var(--radius-md); }
.test-options-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(290px, .8fr);
  align-items: start;
  gap: 26px;
}
.test-options-form,
.test-options-summary {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.test-options-form { padding: 34px; background: #fff; }
.test-options-section + .test-options-section {
  margin-top: 32px;
  padding-top: 30px;
  border-top: 1px solid var(--color-border);
}
.test-options-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.test-options-step {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 800;
  place-items: center;
}
.test-options-section-heading h2 { margin: 0 0 6px; color: var(--color-ink); font-size: 23px; line-height: 1.3; }
.test-options-section-heading p { margin: 0; color: var(--color-text); font-size: 14px; line-height: 1.55; }
.test-chapter-grid,
.test-question-grid {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.test-chapter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.test-chapter-option {
  display: flex;
  position: relative;
  align-items: center;
  gap: 13px;
  min-height: 86px;
  margin: 0;
  padding: 14px 48px 14px 14px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}
.test-chapter-option.is-featured { grid-column: 1 / -1; }
.test-chapter-option:not(.is-locked):hover {
  border-color: #b9c3ee;
  box-shadow: 0 8px 22px rgba(24, 40, 80, .08);
  transform: translateY(-2px);
}
.test-chapter-option:focus-within,
.test-question-option:focus-within { outline: 3px solid rgba(64, 87, 200, .18); outline-offset: 2px; }
.test-chapter-option:has(input:checked),
.test-question-option:has(input:checked) {
  border-color: var(--color-primary);
  background: #f5f6ff;
  box-shadow: 0 0 0 1px var(--color-primary);
}
.test-chapter-option input,
.test-question-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.test-chapter-marker {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef1f7;
  color: #5b6680;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  place-items: center;
  transition: background .2s ease, color .2s ease;
}
.test-chapter-option:has(input:checked) .test-chapter-marker { background: var(--color-primary); color: #fff; }
.test-chapter-copy { min-width: 0; }
.test-chapter-copy strong { display: block; color: var(--color-ink); font-size: 14px; line-height: 1.35; }
.test-chapter-copy small { display: block; margin-top: 4px; color: var(--color-muted); font-size: 11px; font-weight: 600; }
.test-option-state {
  display: grid;
  position: absolute;
  right: 14px;
  width: 24px;
  height: 24px;
  border: 1px solid #cfd5e1;
  border-radius: 50%;
  color: transparent;
  font-size: 12px;
  place-items: center;
}
.test-chapter-option:has(input:checked) .test-option-state { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.test-chapter-option.is-locked,
.test-question-option.is-locked { background: #f7f8fb; cursor: not-allowed; }
.test-chapter-option.is-locked .test-chapter-marker { background: #e7eaf0; color: #8b93a5; }
.test-chapter-option.is-locked .test-chapter-copy strong { color: #6d7587; }
.test-chapter-option.is-locked .test-option-state {
  width: auto;
  min-width: 32px;
  padding: 0 6px;
  border: 0;
  border-radius: 7px;
  background: #e4e7ef;
  color: #70788b;
  font-size: 8px;
  font-weight: 800;
}
.test-question-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.test-question-option {
  display: flex;
  position: relative;
  min-height: 104px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}
.test-question-option:not(.is-locked):hover { border-color: #b9c3ee; box-shadow: 0 8px 22px rgba(24, 40, 80, .08); transform: translateY(-2px); }
.test-question-option > strong { color: var(--color-ink); font-size: 25px; line-height: 1.1; }
.test-question-option > small { margin-top: 4px; color: var(--color-muted); font-size: 11px; font-weight: 600; }
.test-question-option > span {
  position: absolute;
  top: 12px;
  right: 12px;
  color: transparent;
  font-size: 10px;
  font-weight: 800;
}
.test-question-option:has(input:checked) > span {
  display: grid;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  place-items: center;
}
.test-question-option.is-locked > strong { color: #747c8e; }
.test-question-option.is-locked > span { padding: 3px 5px; border-radius: 6px; background: #e4e7ef; color: #70788b; font-size: 8px; }
.test-options-access-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid #e2d7ad;
  border-radius: 13px;
  background: #fffaf0;
}
.test-options-access-note > span { color: #a77d13; font-size: 17px; }
.test-options-access-note strong { display: block; margin-bottom: 3px; color: var(--color-ink); font-size: 13px; }
.test-options-access-note p { margin: 0; color: #6f674d; font-size: 12px; line-height: 1.5; }
.test-options-access-note a { color: var(--color-primary); font-weight: 800; }
.test-options-submit {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}
.test-options-submit .btn { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-width: 245px; margin: 0; }
.test-options-submit .btn span:last-child { font-size: 21px; line-height: 1; }
.test-options-summary {
  position: sticky;
  top: 95px;
  overflow: hidden;
  padding: 30px;
  border-color: #263967;
  background: linear-gradient(145deg, #19284d, #2d4380);
  box-shadow: 0 20px 45px rgba(20, 35, 70, .18);
  color: #fff;
}
.test-options-summary-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .12);
  place-items: center;
}
.test-options-summary-icon svg { width: 27px; height: 27px; fill: none; stroke: #fff; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.test-options-summary-eyebrow { display: block; margin-bottom: 8px; color: #b9c5ef; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.test-options-summary h2 { margin: 0 0 24px; color: #fff; font-size: 24px; line-height: 1.3; }
.test-options-summary-list { margin: 0; }
.test-options-summary-list > div { padding: 14px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.test-options-summary-list dt { margin-bottom: 4px; color: #aebbe0; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.test-options-summary-list dd { margin: 0; color: #fff; font-size: 14px; font-weight: 700; line-height: 1.4; }
.test-options-tips { margin: 22px -30px -30px; padding: 23px 30px 27px; background: rgba(8, 17, 42, .22); }
.test-options-tips h3 { margin: 0 0 13px; color: #fff; font-size: 15px; }
.test-options-tips ul { margin: 0; padding: 0; list-style: none; }
.test-options-tips li { position: relative; padding-left: 20px; color: #d9e0f5; font-size: 12px; line-height: 1.5; }
.test-options-tips li:before { position: absolute; left: 0; color: #8fa5ef; content: "✓"; font-weight: 800; }
.test-options-tips li + li { margin-top: 8px; }

/* Printable test options */
#fh5co-contact.print-options-page {
  padding: 64px 0 96px;
  background:
    radial-gradient(circle at 88% 10%, rgba(64, 87, 200, .09), transparent 28%),
    var(--color-background);
}
.print-options-heading {
  max-width: 720px;
  margin-bottom: 34px;
}
.print-options-heading h2 {
  margin: 12px 0 10px;
  color: var(--color-ink);
  font-size: 36px;
  line-height: 1.2;
}
.print-options-heading p {
  max-width: 650px;
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  line-height: 1.65;
}
.print-options-alert {
  max-width: 790px;
  margin: 0 0 24px;
  border-radius: var(--radius-md);
}
.print-options-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(290px, .85fr);
  align-items: start;
  gap: 26px;
}
.print-options-form,
.print-options-summary {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.print-options-form { padding: 34px; }
.print-options-form-heading {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
}
.print-options-step {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #edf0ff;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 800;
  place-items: center;
}
.print-options-form-heading h2 {
  margin: 0 0 7px;
  color: var(--color-ink);
  font-size: 24px;
  line-height: 1.3;
}
.print-options-form-heading p {
  margin: 0;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.55;
}
.print-chapter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.print-chapter-option {
  display: flex;
  position: relative;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  margin: 0;
  padding: 15px 48px 15px 15px;
  border: 1px solid var(--color-border);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}
.print-chapter-option.is-featured { grid-column: 1 / -1; }
.print-chapter-option:hover {
  border-color: #b9c3ee;
  box-shadow: 0 8px 22px rgba(24, 40, 80, .08);
  transform: translateY(-2px);
}
.print-chapter-option:focus-within {
  outline: 3px solid rgba(64, 87, 200, .18);
  outline-offset: 2px;
}
.print-chapter-option:has(input:checked) {
  border-color: var(--color-primary);
  background: #f5f6ff;
  box-shadow: 0 0 0 1px var(--color-primary);
}
.print-chapter-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.print-chapter-marker {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef1f7;
  color: #5b6680;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  place-items: center;
  transition: background .2s ease, color .2s ease;
}
.print-chapter-option:has(input:checked) .print-chapter-marker {
  background: var(--color-primary);
  color: #fff;
}
.print-chapter-copy { min-width: 0; }
.print-chapter-copy strong {
  display: block;
  color: var(--color-ink);
  font-size: 15px;
  line-height: 1.35;
}
.print-chapter-copy small {
  display: block;
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 600;
}
.print-chapter-check {
  display: grid;
  position: absolute;
  right: 15px;
  width: 24px;
  height: 24px;
  border: 1px solid #cfd5e1;
  border-radius: 50%;
  color: transparent;
  font-size: 13px;
  place-items: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.print-chapter-option:has(input:checked) .print-chapter-check {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}
.print-options-submit {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border);
}
.print-options-submit .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  min-width: 275px;
  margin: 0;
}
.print-options-submit .btn span:last-child { font-size: 21px; line-height: 1; }
.print-options-summary {
  overflow: hidden;
  padding: 30px;
  border-color: #263967;
  background: linear-gradient(145deg, #19284d, #2d4380);
  box-shadow: 0 20px 45px rgba(20, 35, 70, .18);
  color: #fff;
}
.print-summary-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .12);
  place-items: center;
}
.print-summary-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.print-summary-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #b9c5ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.print-options-summary h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}
.print-summary-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.print-summary-features li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.print-summary-features li > span {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  place-items: center;
}
.print-summary-features strong,
.print-summary-features small { display: block; }
.print-summary-features strong { color: #fff; font-size: 14px; line-height: 1.35; }
.print-summary-features small { margin-top: 3px; color: #bdc8e7; font-size: 12px; line-height: 1.4; }
.print-options-steps {
  margin: 22px -30px -30px;
  padding: 24px 30px 28px;
  background: rgba(8, 17, 42, .22);
}
.print-options-steps h3 { margin: 0 0 14px; color: #fff; font-size: 16px; }
.print-options-steps ol {
  margin: 0;
  padding-left: 20px;
  color: #d9e0f5;
  font-size: 13px;
  line-height: 1.55;
}
.print-options-steps li + li { margin-top: 7px; }

/* Statistics dashboard */
#fh5co-services.statistics-page {
  padding: 64px 0 96px;
  background: var(--color-background);
}
.statistics-heading {
  max-width: 720px;
  margin-bottom: 32px;
}
.statistics-heading h2 {
  margin-bottom: 12px;
  color: var(--color-ink);
  font-size: 36px;
  line-height: 1.2;
}
.statistics-heading p { margin: 0; color: var(--color-text); font-size: 18px; }
.statistics-summary {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 52px;
}
.statistics-summary > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 132px;
  padding: 22px 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.statistics-summary > div > span {
  margin-bottom: 5px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.statistics-summary > div > strong {
  color: var(--color-ink);
  font-size: 34px;
  line-height: 1.15;
}
.statistics-summary .statistics-summary-primary {
  border-color: transparent;
  background: linear-gradient(135deg, #4057c8, #2f438f);
}
.statistics-summary .statistics-summary-primary > span,
.statistics-summary .statistics-summary-primary > strong { color: #fff; }
.statistics-summary-primary small {
  align-self: flex-start;
  margin-top: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  font-weight: 700;
}
.statistics-summary-primary small.is-on-target { background: #dff7e8; color: #17643a; }
.statistics-section-heading { margin-bottom: 24px; }
.statistics-section-heading h2 {
  margin: 0;
  color: var(--color-ink);
  font-size: 30px;
  line-height: 1.2;
}
.statistics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.statistics-card {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.statistics-card-featured {
  display: grid;
  grid-column: span 2;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  border-color: #cbd3f4;
  background: linear-gradient(135deg, #fff 0%, #f2f4ff 100%);
}
.statistics-card h3 {
  margin: 0 0 18px;
  color: var(--color-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}
.statistics-card-featured h3 {
  margin: 0;
  padding-right: 28px;
  font-size: 27px;
}
.statistics-chart-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  max-width: 260px;
  margin: 0 auto;
}
.statistics-card-featured .statistics-chart-wrap { height: 240px; }
.statistics-chart-wrap canvas { position: relative; z-index: 1; }
.statistics-chart-score {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.statistics-chart-score strong {
  color: var(--color-ink);
  font-size: 30px;
  line-height: 1.05;
}
.statistics-chart-score span {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.statistics-reset {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 48px;
  padding: 24px 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fff;
}
.statistics-reset h3 {
  margin-bottom: 5px;
  color: var(--color-ink);
  font-size: 18px;
}
.statistics-reset p { max-width: 680px; margin: 0; color: var(--color-muted); font-size: 14px; }
.statistics-reset form { flex: 0 0 auto; margin: 0; }
.statistics-reset-actions { display: flex; gap: 8px; }
.statistics-reset .btn { margin: 0; white-space: nowrap; }
.statistics-reset-button {
  border: 1px solid #d66473;
  background: #fff2f4;
  color: #a52d3d;
  box-shadow: none;
}
.statistics-reset-button:hover, .statistics-reset-button:focus {
  border-color: #c83f52;
  background: #c83f52;
  color: #fff;
}

/* Contact page */
.contact-page { background: var(--color-background); }
.contact-layout { display: flex; align-items: stretch; }
.contact-layout > [class*="col-"] { float: none; }
.contact-info-card, .contact-form-card {
  height: 100%;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.contact-info-card {
  overflow: hidden;
  position: relative;
  padding: 38px 32px;
  background: linear-gradient(145deg, #18233f 0%, #2c3f81 100%);
  color: rgba(255, 255, 255, .8);
}
.contact-info-card:after {
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 240px;
  height: 240px;
  border: 44px solid rgba(255, 255, 255, .04);
  border-radius: 50%;
  content: "";
}
.contact-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #aebcff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.contact-info-card h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}
.contact-info-card > p { margin-bottom: 34px; line-height: 1.7; }
.contact-method, .contact-detail {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .07);
  color: #fff;
}
.contact-method:hover, .contact-method:focus {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}
.contact-method-icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 20px;
  place-items: center;
}
.contact-method > span:last-child, .contact-detail > span:last-child { min-width: 0; }
.contact-method small, .contact-detail small {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.35;
}
.contact-method strong, .contact-detail strong {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}
.contact-privacy {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 9px;
  margin: 30px 0 0 !important;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 1.5;
}
.contact-privacy i { flex: 0 0 auto; margin-top: 2px; color: #aebcff; font-size: 17px; }
.contact-form-card {
  padding: 38px 42px;
  border: 1px solid var(--color-border);
  background: #fff;
}
.contact-form-heading { margin-bottom: 30px; }
.contact-form-heading h2 {
  margin-bottom: 10px;
  color: var(--color-ink);
  font-size: 30px;
  line-height: 1.2;
}
.contact-form-heading p { margin: 0; color: var(--color-muted); }
.contact-form .form-group { margin-bottom: 22px; }
.contact-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 700;
}
.contact-form label span { color: var(--color-accent); }
.contact-form textarea.form-control { min-height: 170px; resize: vertical; }
.contact-alert {
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
}
.contact-submit {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 30px 0 0 !important;
}
.contact-submit .btn { min-width: 170px; margin: 0; }

/* Test experience */
.test-page {
  padding: 48px 0 88px !important;
  background: var(--color-background);
}
.test-experience { width: 100%; }
.test-card, .test-result-card {
  padding: 36px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface);
  box-shadow: var(--shadow-md);
}
.test-statusbar {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}
.test-progress-info { flex: 1; min-width: 0; }
.test-question-count {
  overflow: hidden;
  margin-bottom: 10px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.test-progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #e8ebf3;
}
.test-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--color-primary);
  transition: width .3s ease;
}
.test-score {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 88px;
  padding: 10px 16px;
  border-radius: var(--radius-md);
  background: #edf0ff;
  text-align: center;
}
.test-score span {
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.test-score #score {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.test-question h2 {
  margin-bottom: 28px;
  color: var(--color-ink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.025em;
}
.test-answers {
  display: grid;
  gap: 12px;
}
.div-reponse-radio {
  position: relative;
  color: inherit;
  font-size: inherit;
}
.div-reponse-radio:hover { background: transparent; }
.radioInputTest {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
}
.reponse {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--color-ink);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.reponse:hover {
  border-color: #b9c4ed;
  background: #f8f9ff;
  transform: translateY(-1px);
}
.answer-letter {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef1f6;
  color: var(--color-text);
  font-size: 14px;
  font-weight: 700;
  place-items: center;
}
.radioInputTest:focus-visible + .reponse {
  outline: 3px solid rgba(64, 87, 200, .25);
  outline-offset: 2px;
}
.radioInputTest:checked + .reponse {
  border-color: var(--color-primary);
  background: #f2f4ff;
  box-shadow: 0 0 0 3px rgba(64, 87, 200, .1);
}
.radioInputTest:checked + .reponse .answer-letter {
  background: var(--color-primary);
  color: #fff;
}
.reponse.is-correct {
  border-color: #58a879;
  background: #effaf3;
  color: #17643a;
  box-shadow: none;
}
.reponse.is-correct .answer-letter { background: #268a4b; color: #fff; }
.reponse.is-incorrect {
  border-color: #df8490;
  background: #fff2f4;
  color: #a52d3d;
  box-shadow: none;
}
.reponse.is-incorrect .answer-letter { background: #c83f52; color: #fff; }
.radioInputTest:disabled + .reponse { cursor: default; transform: none; }
.test-feedback {
  display: flex;
  align-items: center;
  min-height: 62px;
  padding: 14px 0 4px;
}
.test-feedback-message {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
}
.test-feedback-message:empty { display: none; }
.test-feedback-message.is-correct { color: #247245; }
.test-feedback-message.is-incorrect { color: #b73547; }
.test-feedback-message:not(:empty):before {
  display: grid;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  place-items: center;
}
.test-feedback-message.is-correct:not(:empty):before { content: "✓"; background: #268a4b; }
.test-feedback-message.is-incorrect:not(:empty):before { content: "!"; background: #c83f52; }
.test-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 6px;
}
.test-actions .btn { min-width: 128px; margin: 0; }
.test-actions #previous { margin-right: auto; }
.test-button-secondary {
  border: 1px solid #cfd6e4;
  background: #fff;
  color: var(--color-ink);
  box-shadow: none;
}
.test-button-secondary:hover, .test-button-secondary:focus {
  border-color: var(--color-primary);
  background: #f2f4ff;
  color: var(--color-primary-dark);
}
.test-live-results {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
  color: var(--color-muted);
  font-size: 14px;
}
.test-live-results > div { display: flex; align-items: center; gap: 7px; }
.test-live-results strong { color: var(--color-ink); font-size: 17px; }
.result-dot { width: 9px; height: 9px; border-radius: 50%; }
.result-dot.is-correct { background: #268a4b; }
.result-dot.is-incorrect { background: #c83f52; }
.test-result-card { display: none; text-align: center; }
.test-result-card:focus { outline: none; }
.test-result-eyebrow {
  margin-bottom: 6px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.test-result-card h2 { margin-bottom: 22px; font-size: 30px; }
.test-final-score {
  display: grid;
  width: 142px;
  height: 142px;
  margin: 0 auto 30px;
  border: 10px solid #e2e6fb;
  border-radius: 50%;
  background: #f7f8ff;
  color: var(--color-primary);
  font-size: 38px;
  font-weight: 700;
  place-items: center;
}
.test-result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 480px;
  margin: 0 auto 26px;
}
.test-result-stat {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: var(--radius-md);
  text-align: left;
}
.test-result-stat span { font-size: 14px; font-weight: 700; }
.test-result-stat strong { font-size: 30px; line-height: 1.2; }
.test-result-stat.is-correct { background: #effaf3; color: #17643a; }
.test-result-stat.is-incorrect { background: #fff2f4; color: #a52d3d; }
.test-pass-note {
  max-width: 600px;
  margin: 0 auto 34px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  background: var(--color-background);
  color: var(--color-text);
}
.test-result-actions {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin: 20px auto 0;
}
.test-result-actions .btn { width: 100%; margin: 0; white-space: normal; }
.test-page .msgAvertissementTest {
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px solid #ead9a9;
  border-radius: var(--radius-md);
}

@media screen and (max-width: 991px) {
  #fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-prix,
  #fh5co-project, #fh5co-about, #fh5co-team, #fh5co-contact,
  #fh5co-footer, #fh5co-manuel, #fh5co-counter { padding: 72px 0; }
  .feature-center { min-height: 290px; }
  .dashboard-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resources-layout { grid-template-columns: 1fr; }
  .resource-steps { height: auto; }
  .legal-document-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 20px; }
  .legal-section { padding: 26px; }
  .legal-data-list, .legal-security-list { grid-template-columns: 1fr; }
  .profile-access { min-width: 250px; }
  .login-layout { grid-template-columns: minmax(0, 1.1fr) minmax(310px, .9fr); gap: 20px; }
  .login-form-card { padding: 30px; }
  .login-new-account { margin: 26px -30px -30px; padding: 20px 30px; }
  .test-options-layout { grid-template-columns: minmax(0, 1.5fr) minmax(270px, .8fr); gap: 20px; }
  .test-options-form { padding: 28px; }
  .print-options-layout { grid-template-columns: minmax(0, 1.5fr) minmax(270px, .8fr); gap: 20px; }
  .print-options-form { padding: 28px; }
  .statistics-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .statistics-card-featured { grid-column: span 2; }
  .statistics-reset { align-items: flex-start; flex-direction: column; }
}

@media screen and (max-width: 768px) {
  body { font-size: 16px; line-height: 1.65; }
  .container { padding-left: 22px; padding-right: 22px; }
  h1 { font-size: 38px; }
  h2 { font-size: 31px; }
  h3 { font-size: 21px; }
  .fh5co-nav { padding: 12px 0; }
  .fh5co-nav #fh5co-logo, .fh5co-nav #fh5co-logo img { width: 50px; height: 50px; }
  .fh5co-nav-toggle { right: 14px; top: 17px; }
  .scrolled .fh5co-nav-toggle { top: 10px; }
  .fh5co-cover, .fh5co-cover .display-t, .fh5co-cover .display-tc {
    height: 620px;
    min-height: 620px;
  }
  .fh5co-cover .overlay {
    background: linear-gradient(90deg, rgba(20, 31, 59, .9), rgba(26, 43, 80, .56));
  }
  #fh5co-header .display-tc h1 {
    max-width: 540px;
    margin-bottom: 28px;
    font-size: 42px;
    line-height: 1.1;
  }
  #fh5co-header .display-tc p { gap: 10px; }
  #fh5co-header .display-tc .btn { flex: 1 1 220px; margin: 0; }
  .fh5co-cover.fh5co-cover-sm,
  .fh5co-cover.fh5co-cover-med,
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc,
  .fh5co-cover.fh5co-cover-med .display-t,
  .fh5co-cover.fh5co-cover-med .display-tc {
    height: 240px;
    min-height: 240px;
  }
  .fh5co-cover.fh5co-cover-xsm {
    height: 86px;
    min-height: 86px;
  }
  .fh5co-cover.fh5co-cover-sm .display-tc h1,
  .fh5co-cover.fh5co-cover-med .display-tc h1 {
    font-size: 32px;
  }
  #fh5co-services, #fh5co-started, #fh5co-testimonial, #fh5co-prix,
  #fh5co-project, #fh5co-about, #fh5co-team, #fh5co-contact,
  #fh5co-footer, #fh5co-manuel, #fh5co-counter { padding: 56px 0; }
  .fh5co-heading, .fh5co-heading.fh5co-heading-sm { margin-bottom: 30px; }
  .fh5co-heading h2 { font-size: 32px; line-height: 1.18; }
  .fh5co-heading p, .fh5co-heading li { font-size: 16px; }
  .row-pb-md { padding-bottom: 2em !important; }
  .feature-center { min-height: 0; margin-bottom: 24px; padding: 28px; }
  .feature-center:hover, .feature-center:focus,
  #fh5co-prix .fh5co-post:hover, #fh5co-prix .fh5co-post:focus { bottom: 0; }
  #fh5co-prix .fh5co-post { margin-bottom: 28px; }
  #fh5co-prix .pricing-features { min-height: 0; }
  #fh5co-manuel .col-md-6, #fh5co-manuel .col-md-3 {
    margin-bottom: 28px;
    text-align: center;
  }
  .profile1, .profile2, .cadre-statistique { width: 100%; max-width: 100%; }
  .my-col-3-2-1 { width: 100%; margin-bottom: 28px; }
  #fh5co-services.users-dashboard { padding: 48px 0 64px; }
  .dashboard-welcome { align-items: stretch; flex-direction: column; margin-bottom: 42px; padding: 28px; }
  .dashboard-membership { min-width: 0; width: 100%; }
  .dashboard-grid { grid-template-columns: 1fr; gap: 18px; }
  .dashboard-action { min-height: 240px; }
  #fh5co-services.resources-page { padding: 44px 0 64px; }
  .resources-heading h2 { font-size: 31px; }
  .resource-featured-card { grid-template-columns: minmax(190px, 38%) 1fr; }
  .resource-cover { min-height: 360px; padding: 22px; }
  #fh5co-services.purchase-status-page { padding: 44px 0 64px; }
  #fh5co-services.billing-page { padding: 44px 0 64px; }
  .billing-heading h2 { font-size: 31px; }
  .billing-layout { grid-template-columns: 1fr; }
  .checkout-review-grid { grid-template-columns: 1fr; }
  #fh5co-blog.legal-document-page { padding: 44px 0 64px; }
  .legal-document-heading h2 { font-size: 31px; }
  .legal-document-layout { grid-template-columns: 1fr; }
  .legal-document-sidebar { position: static; grid-template-columns: 1.4fr 1fr; }
  .legal-document-sidebar nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
  .legal-document-sidebar nav > span { grid-column: 1 / -1; }
  #fh5co-services.faq-page { padding: 44px 0 64px; }
  .faq-heading h2 { font-size: 31px; }
  .faq-layout { grid-template-columns: 1fr; }
  #fh5co-contact.profile-page { padding: 44px 0 64px; }
  .profile-heading h2 { font-size: 31px; }
  .profile-overview { align-items: flex-start; flex-wrap: wrap; }
  .profile-access { width: 100%; min-width: 0; margin: 4px 0 0; }
  .profile-settings-grid { grid-template-columns: 1fr; }
  #fh5co-contact.edit-profile-page { padding: 44px 0 64px; }
  .edit-profile-heading h2 { font-size: 31px; }
  .edit-profile-layout { grid-template-columns: 1fr; }
  #fh5co-contact.password-recovery-page { padding: 44px 0 64px; }
  #fh5co-contact.login-page { padding: 44px 0 64px; }
  .login-heading h2 { font-size: 31px; }
  .login-layout { grid-template-columns: 1fr; }
  #fh5co-contact.test-options-page { padding: 44px 0 64px; }
  .test-options-heading h2 { font-size: 31px; }
  .test-options-layout { grid-template-columns: 1fr; }
  .test-options-summary { position: static; }
  #fh5co-contact.print-options-page { padding: 44px 0 64px; }
  .print-options-heading h2 { font-size: 31px; }
  .print-options-layout { grid-template-columns: 1fr; }
  .print-options-summary { max-width: none; }
  #fh5co-services.statistics-page { padding: 44px 0 64px; }
  .statistics-heading h2 { font-size: 31px; }
  .contact-layout { display: block; }
  .contact-layout > [class*="col-"] { float: none; width: 100%; }
  .contact-info-card { height: auto; margin-bottom: 26px; }
  .contact-form-card { height: auto; }
  .test-page { padding: 28px 0 56px !important; }
  .test-card, .test-result-card { padding: 28px; }
}

@media screen and (max-width: 480px) {
  .container { padding-left: 18px; padding-right: 18px; }
  #fh5co-header .display-tc h1 { font-size: 36px; }
  #fh5co-header .display-tc .btn, .btn.btn-lg {
    width: 100%;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .fh5co-heading h2 { font-size: 29px; }
  #fh5co-prix .fh5co-post .priceAmount { font-size: 40px; }
  #fh5co-testimonial .testimonial,
  #fh5co-testimonial .testimonial.fh5co-selected { padding: 24px; }
  .bouton-examen { width: 100%; margin-bottom: 10px; }
  .dashboard-grid { gap: 16px; }
  .dashboard-welcome { padding: 24px 20px; }
  .dashboard-welcome h2 { font-size: 28px; }
  .dashboard-section-heading h2 { font-size: 26px; }
  .dashboard-action { min-height: 0; padding: 22px; }
  .dashboard-action-image { width: 60px; height: 60px; margin-bottom: 18px; }
  .dashboard-action-image img { width: 46px; height: 46px; }
  .dashboard-action-arrow { right: 20px; top: 24px; }
  .resources-heading { margin-bottom: 26px; }
  .resources-heading h2 { font-size: 28px; }
  .resources-heading p { font-size: 16px; }
  .resource-featured-card { display: block; }
  .resource-cover { min-height: 0; padding: 24px; }
  .resource-cover img { max-width: 230px; }
  .resource-card-content { padding: 28px 22px; }
  .resource-card-content h2 { font-size: 24px; }
  .resource-download { justify-content: center; width: 100%; }
  .resource-steps { padding: 26px 22px; }
  .purchase-status-card { padding: 32px 20px; border-radius: 18px; }
  .purchase-status-card h2 { font-size: 28px; }
  .purchase-status-actions { align-items: stretch; flex-direction: column; }
  .purchase-status-actions .btn { width: 100%; }
  .purchase-status-next { padding: 24px 18px; border-radius: 16px; }
  .purchase-status-steps { grid-template-columns: 1fr; }
  .purchase-status-help { align-items: flex-start; flex-wrap: wrap; padding: 20px; }
  .purchase-status-help > a { width: 100%; margin: 5px 0 0 57px; }
  .purchase-receipt { padding: 24px 18px; border-radius: 16px; }
  .purchase-receipt-heading { align-items: flex-start; flex-direction: column; gap: 13px; }
  .purchase-receipt-heading > strong { white-space: normal; }
  .purchase-receipt-grid, .purchase-receipt-meta { grid-template-columns: 1fr; }
  .purchase-email-notice { padding: 16px; }
  .billing-heading { margin-bottom: 25px; }
  .billing-heading h2 { font-size: 28px; }
  .billing-heading p { font-size: 16px; }
  .checkout-progress { margin-bottom: 27px; }
  .checkout-progress li { align-items: flex-start; flex-direction: column; gap: 6px; font-size: 11px; }
  .checkout-progress li:not(:last-child):after { left: 35px; right: 7px; top: 16px; }
  .checkout-progress li strong { padding-right: 6px; }
  .billing-form-card, .billing-summary-card { padding: 24px 20px; border-radius: 16px; }
  .billing-card-heading h2, .billing-summary-card h2 { font-size: 22px; }
  .billing-form { grid-template-columns: 1fr; }
  .billing-form .billing-field, .billing-form .billing-field-full { grid-column: 1; }
  .billing-actions .btn { width: 100%; }
  .checkout-promo { align-items: flex-start; }
  .checkout-review-card, .checkout-order-card, .checkout-payment-card { padding: 24px 20px; border-radius: 16px; }
  .checkout-customer-details { grid-template-columns: 1fr; }
  .checkout-customer-details .is-address { grid-column: 1; }
  .checkout-payment-heading { flex-direction: column; gap: 14px; }
  .checkout-payment-methods { grid-template-columns: 1fr; }
  .checkout-payment-method { padding: 18px; }
  .legal-document-heading { margin-bottom: 26px; }
  .legal-document-heading h2 { font-size: 28px; }
  .legal-document-heading p { font-size: 16px; }
  .legal-document-sidebar { grid-template-columns: 1fr; }
  .legal-document-sidebar nav { grid-template-columns: 1fr; padding: 20px; }
  .legal-document-sidebar nav > span { grid-column: auto; }
  .legal-section { grid-template-columns: 1fr; gap: 14px; padding: 22px 18px; border-radius: 16px; }
  .legal-section-number { width: 42px; height: 42px; border-radius: 12px; }
  .legal-section h2 { margin-top: 0; font-size: 22px; }
  .legal-subsection-grid { grid-template-columns: 1fr; }
  .legal-identity-grid { grid-template-columns: 1fr; }
  .faq-heading { margin-bottom: 24px; }
  .faq-heading h2 { font-size: 28px; }
  .faq-heading p { font-size: 16px; }
  .faq-search { margin-bottom: 26px; }
  .faq-search input { height: 58px; padding-right: 0; }
  .faq-search small { display: none; }
  .faq-item summary { grid-template-columns: 36px minmax(0, 1fr) 28px; gap: 11px; min-height: 76px; padding: 14px; font-size: 15px; }
  .faq-number { width: 36px; height: 36px; border-radius: 10px; }
  .faq-answer { margin: 0 16px 0 61px; padding-bottom: 20px; font-size: 14px; }
  .faq-help-card { padding: 24px 20px; border-radius: 16px; }
  .profile-heading { margin-bottom: 26px; }
  .profile-heading h2 { font-size: 28px; }
  .profile-heading p { font-size: 16px; }
  .profile-overview { gap: 16px; padding: 24px 20px; border-radius: 16px; }
  .profile-avatar { flex-basis: 62px; width: 62px; height: 62px; border-radius: 17px; font-size: 21px; }
  .profile-identity { width: calc(100% - 78px); }
  .profile-identity h2 { font-size: 23px; }
  .profile-access { padding: 14px; }
  .profile-settings-card, .profile-purchases { padding: 22px 18px; border-radius: 16px; }
  .profile-card-heading h2 { font-size: 20px; }
  .profile-details > div { grid-template-columns: 95px minmax(0, 1fr); gap: 12px; }
  .profile-password-row { align-items: flex-start; flex-direction: column; }
  .profile-password-row small { text-align: left; }
  .profile-purchases-heading { flex-direction: column; gap: 14px; }
  .profile-invoice dl { grid-template-columns: 1fr; gap: 13px; }
  .edit-profile-heading { margin-bottom: 26px; }
  .edit-profile-heading h2 { font-size: 28px; }
  .edit-profile-heading p { font-size: 16px; }
  .edit-profile-form-card, .edit-profile-aside { padding: 24px 20px; border-radius: 16px; }
  .edit-profile-form-heading h2 { font-size: 22px; }
  .edit-profile-fields { grid-template-columns: 1fr; gap: 0; }
  .password-new-fields { grid-template-columns: 1fr; gap: 0; }
  .edit-profile-actions { align-items: stretch; flex-direction: column-reverse; }
  .edit-profile-actions .btn { width: 100%; }
  .edit-profile-privacy { margin: 24px -20px -24px; padding: 20px 20px 24px; }
  .password-recovery-card { padding: 30px 22px; border-radius: 16px; }
  .password-recovery-card h2 { font-size: 26px; }
  .password-recovery-footer { margin: 26px -22px -30px; padding: 18px 22px; border-radius: 0 0 16px 16px; }
  .login-heading { margin-bottom: 26px; }
  .login-heading h2 { font-size: 28px; }
  .login-heading p { font-size: 16px; }
  .login-form-card, .login-benefits { padding: 26px 20px; border-radius: 16px; }
  .login-form-heading h2 { font-size: 25px; }
  .login-submit { align-items: stretch; flex-direction: column; }
  .login-submit .btn { width: 100%; min-width: 0; }
  .login-new-account { margin: 24px -20px -26px; padding: 19px 20px; border-radius: 0 0 16px 16px; }
  .login-support { margin: 24px -20px -26px; padding: 21px 20px 25px; }
  .login-promo { padding: 21px 18px; border-radius: 16px; }
  .login-promo-plans { grid-template-columns: 1fr; }
  .login-promo-footer { align-items: flex-start; flex-direction: column; gap: 7px; }
  .login-promo-footer > a { margin: 7px 0 0; }
  .test-options-heading { margin-bottom: 26px; }
  .test-options-heading h2 { font-size: 28px; }
  .test-options-heading p { font-size: 16px; }
  .test-options-form, .test-options-summary { padding: 24px 20px; border-radius: 16px; }
  .test-options-section-heading { gap: 12px; }
  .test-options-section-heading h2 { font-size: 21px; }
  .test-chapter-grid { grid-template-columns: 1fr; }
  .test-chapter-option.is-featured { grid-column: auto; }
  .test-chapter-option { min-height: 80px; padding: 13px 45px 13px 13px; }
  .test-question-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .test-options-submit { align-items: stretch; flex-direction: column; }
  .test-options-submit .btn { width: 100%; min-width: 0; }
  .test-options-tips { margin: 22px -20px -24px; padding: 22px 20px 24px; }
  .print-options-heading { margin-bottom: 26px; }
  .print-options-heading h2 { font-size: 28px; }
  .print-options-heading p { font-size: 16px; }
  .print-options-form, .print-options-summary { padding: 24px 20px; border-radius: 16px; }
  .print-options-form-heading { gap: 12px; }
  .print-options-form-heading h2 { font-size: 21px; }
  .print-chapter-grid { grid-template-columns: 1fr; }
  .print-chapter-option.is-featured { grid-column: auto; }
  .print-chapter-option { min-height: 80px; padding: 13px 45px 13px 13px; }
  .print-options-submit { align-items: stretch; flex-direction: column; }
  .print-options-submit .btn { width: 100%; min-width: 0; }
  .print-options-steps { margin: 22px -20px -24px; padding: 22px 20px 24px; }
  .statistics-heading { margin-bottom: 26px; }
  .statistics-heading h2 { font-size: 28px; }
  .statistics-heading p { font-size: 16px; }
  .statistics-summary { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 40px; }
  .statistics-summary > div { min-height: 112px; padding: 18px; }
  .statistics-summary-primary { grid-column: span 2; }
  .statistics-section-heading h2 { font-size: 26px; }
  .statistics-grid { grid-template-columns: 1fr; gap: 16px; }
  .statistics-card-featured { display: block; grid-column: span 1; }
  .statistics-card-featured h3 { margin-bottom: 18px; padding: 0; font-size: 22px; }
  .statistics-card { padding: 22px; }
  .statistics-chart-wrap, .statistics-card-featured .statistics-chart-wrap { height: 220px; }
  .statistics-reset { margin-top: 34px; padding: 22px 18px; }
  .statistics-reset form, .statistics-reset .btn { width: 100%; }
  .statistics-reset-actions { flex-direction: column; }
  .contact-info-card, .contact-form-card { padding: 28px 22px; border-radius: 16px; }
  .contact-info-card h2, .contact-form-heading h2 { font-size: 26px; }
  .contact-submit { align-items: stretch; flex-direction: column; }
  .contact-submit .btn { width: 100%; }
  .test-card, .test-result-card { padding: 22px 18px; border-radius: 16px; }
  .test-statusbar { align-items: flex-start; gap: 14px; margin-bottom: 26px; padding-bottom: 20px; }
  .test-question-count { font-size: 13px; }
  .test-score { min-width: 76px; padding: 8px 12px; }
  .test-score #score { font-size: 21px; }
  .test-question h2 { margin-bottom: 22px; font-size: 23px; line-height: 1.35; }
  .reponse { min-height: 56px; padding: 11px 12px; font-size: 16px; }
  .answer-letter { flex-basis: 32px; width: 32px; height: 32px; }
  .test-feedback { min-height: 56px; }
  .test-actions { display: grid; grid-template-columns: repeat(2, 1fr); }
  .test-actions .btn, .test-actions #previous { width: 100%; min-width: 0; margin: 0; }
  .test-actions.has-single-action .btn { grid-column: 1 / -1; }
  .test-live-results { justify-content: space-between; gap: 10px; }
  .test-result-grid { gap: 10px; }
  .test-result-stat { padding: 14px; }
  .test-final-score { width: 126px; height: 126px; font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
