:root {
  color-scheme: light;
  --ce-navy-950: #07162c;
  --ce-navy-900: #0b1930;
  --ce-navy-800: #102642;
  --ce-navy-700: #17375c;
  --ce-brand-blue: #00559e;
  --ce-brand-green: #00b87c;
  --ce-blue-700: #00477f;
  --ce-blue-600: #00559e;
  --ce-green-700: #087a5a;
  --ce-green-600: #0d966a;
  --ce-green-500: #00b87c;
  --ce-green-400: #27c58d;
  --ce-green-100: #dff5ed;
  --ce-green-50: #effaf6;
  --ce-amber-600: #c66a08;
  --ce-amber-100: #fff0d8;
  --ce-red-700: #a93636;
  --ce-red-100: #fee9e8;
  --ce-slate-900: #172233;
  --ce-slate-700: #425066;
  --ce-slate-600: #58667a;
  --ce-slate-500: #637286;
  --ce-slate-300: #cfd8e3;
  --ce-slate-200: #dfe6ed;
  --ce-slate-100: #ecf1f5;
  --ce-slate-50: #f6f8fa;
  --ce-white: #ffffff;
  --ce-page: #f7faf9;
  --ce-radius-sm: 10px;
  --ce-radius-md: 18px;
  --ce-radius-lg: 28px;
  --ce-radius-xl: 38px;
  --ce-shadow-sm: 0 8px 24px rgba(11, 25, 48, 0.07);
  --ce-shadow-md: 0 20px 55px rgba(11, 25, 48, 0.12);
  --ce-shadow-lg: 0 30px 90px rgba(11, 25, 48, 0.16);
  --ce-container: 1180px;
  --ce-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  overflow-y: visible;
  background: var(--ce-page);
  color: var(--ce-slate-900);
  font-family: var(--ce-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@supports not (overflow: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 3px solid var(--ce-brand-blue);
  outline-offset: 3px;
}

.ce-affiliation :focus-visible,
.ce-safety :focus-visible,
.ce-final-cta :focus-visible,
.ce-footer :focus-visible {
  outline-color: #ffd58f;
}

.ce-container {
  width: min(calc(100% - 40px), var(--ce-container));
  margin-inline: auto;
}

.ce-skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  transform: translateY(-160%);
  border-radius: var(--ce-radius-sm);
  background: var(--ce-white);
  box-shadow: var(--ce-shadow-md);
  color: var(--ce-navy-900);
  font-weight: 750;
  transition: transform 0.2s ease;
}

.ce-skip-link:focus {
  transform: translateY(0);
}

.ce-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(11, 25, 48, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px rgba(11, 25, 48, 0.04);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.ce-header-inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 30px;
}

.ce-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  color: var(--ce-navy-900);
  text-decoration: none;
}

.ce-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: var(--ce-brand-blue);
  color: var(--ce-brand-green);
}

.ce-brand-mark svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.ce-brand strong,
.ce-brand small {
  display: block;
  line-height: 1.15;
}

.ce-brand strong {
  font-size: 15px;
  letter-spacing: -0.01em;
}

.ce-brand small {
  margin-top: 3px;
  color: var(--ce-slate-600);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ce-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 26px;
}

.ce-nav a {
  position: relative;
  padding-block: 8px;
  color: var(--ce-slate-700);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.ce-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  border-radius: 2px;
  background: var(--ce-green-500);
  content: "";
  transition: transform 0.2s ease;
}

.ce-nav a:hover::after {
  transform: scaleX(1);
}

.ce-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}

.ce-shop-link {
  color: var(--ce-slate-700);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ce-affiliation {
  padding: 6px 0;
  background: var(--ce-navy-900);
  color: #dbe6f2;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-align: center;
}

.ce-affiliation a {
  color: var(--ce-white);
}

.ce-mobile-nav {
  display: none;
}

.ce-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 19px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.ce-button:hover {
  transform: translateY(-2px);
}

.ce-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ce-button-small {
  min-height: 40px;
  padding: 9px 15px;
  background: var(--ce-brand-blue);
  color: var(--ce-white);
  font-size: 13px;
}

.ce-button-primary {
  background: var(--ce-brand-blue);
  box-shadow: 0 10px 24px rgba(0, 85, 158, 0.23);
  color: var(--ce-white);
}

.ce-button-small:hover,
.ce-button-primary:hover {
  background: var(--ce-blue-700);
  box-shadow: 0 14px 30px rgba(0, 85, 158, 0.29);
}

.ce-button-secondary {
  border-color: var(--ce-slate-300);
  background: var(--ce-white);
  color: var(--ce-navy-900);
}

.ce-button-secondary:hover {
  border-color: var(--ce-brand-blue);
  box-shadow: var(--ce-shadow-sm);
}

.ce-button-ghost {
  border-color: var(--ce-slate-200);
  background: transparent;
  color: var(--ce-slate-700);
}

.ce-button-light {
  background: var(--ce-white);
  color: var(--ce-navy-900);
}

.ce-button-outline-light {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.05);
  color: var(--ce-white);
}

.ce-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 42px;
  background:
    radial-gradient(circle at 82% 9%, rgba(39, 197, 141, 0.17), transparent 27%),
    radial-gradient(circle at 10% 28%, rgba(10, 110, 168, 0.1), transparent 31%),
    linear-gradient(180deg, #fbfdfd 0%, #f4f8f7 100%);
}

.ce-hero::before {
  position: absolute;
  top: -130px;
  left: 52%;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(10, 110, 168, 0.07);
  border-radius: 50%;
  content: "";
}

.ce-hero-grid {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
  gap: clamp(48px, 7vw, 90px);
}

.ce-hero-copy {
  padding-bottom: 28px;
}

.ce-eyebrow,
.ce-kicker {
  margin: 0 0 17px;
  color: var(--ce-green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ce-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ce-eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--ce-green-500);
}

.ce-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ce-navy-950);
  font-size: clamp(43px, 5.2vw, 67px);
  font-weight: 760;
  letter-spacing: -0.047em;
  line-height: 1.02;
}

.ce-hero-lead {
  max-width: 700px;
  margin: 27px 0 0;
  color: var(--ce-slate-700);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

.ce-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ce-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 31px;
  color: var(--ce-slate-600);
  font-size: 12px;
  font-weight: 750;
}

.ce-hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ce-hero-proof svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--ce-green-600);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ce-hero-visual {
  position: relative;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(11, 25, 48, 0.08);
  border-radius: var(--ce-radius-xl);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--ce-shadow-lg);
  transform: rotate(1deg);
}

.ce-hero-visual::before {
  position: absolute;
  z-index: -1;
  inset: 24px -18px -18px 22px;
  border-radius: inherit;
  background: var(--ce-green-100);
  content: "";
  transform: rotate(-3deg);
}

.ce-hero-visual img {
  width: 100%;
  height: auto;
}

.ce-hero-visual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  color: var(--ce-slate-600);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ce-visual-label {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(11, 25, 48, 0.08);
  border-radius: 999px;
  background: var(--ce-white);
  box-shadow: var(--ce-shadow-sm);
  color: var(--ce-navy-900);
  font-size: 11px;
  font-weight: 750;
}

.ce-visual-label-top {
  top: 22px;
  left: -22px;
  padding: 10px 15px;
}

.ce-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ce-green-500);
  box-shadow: 0 0 0 5px var(--ce-green-100);
}

.ce-caution {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin: 42px 0 0;
  border: 1px solid #edd8b7;
  border-radius: 16px;
  padding: 16px 19px;
  background: #fffaf1;
  color: #5f4b2f;
  font-size: 13px;
}

.ce-caution svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  fill: none;
  stroke: var(--ce-amber-600);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ce-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--ce-slate-200);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--ce-shadow-sm);
}

.ce-trust-strip > div {
  min-width: 0;
  padding: 17px 20px;
}

.ce-trust-strip > div + div {
  border-left: 1px solid var(--ce-slate-200);
}

.ce-trust-strip strong,
.ce-trust-strip span {
  display: block;
}

.ce-trust-strip strong {
  color: var(--ce-navy-900);
  font-size: 13px;
}

.ce-trust-strip span {
  margin-top: 2px;
  color: var(--ce-slate-600);
  font-size: 12px;
}

.ce-trust-strip a {
  color: var(--ce-blue-600);
  font-weight: 800;
}

.ce-section {
  padding: 104px 0;
}

.ce-section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.ce-section-heading h2,
.ce-checklist-intro h2,
.ce-safety-heading h2,
.ce-faq-intro h2,
.ce-final-panel h2 {
  margin: 0;
  color: var(--ce-navy-950);
  font-size: clamp(34px, 4vw, 49px);
  font-weight: 750;
  letter-spacing: -0.037em;
  line-height: 1.12;
}

.ce-section-heading > p:last-child,
.ce-checklist-intro > p,
.ce-faq-intro > p {
  margin: 19px 0 0;
  color: var(--ce-slate-600);
  font-size: 17px;
}

.ce-section-heading-split {
  display: grid;
  max-width: none;
  align-items: end;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 60px;
}

.ce-section-heading-split > p {
  margin: 0 0 4px;
  padding-left: 25px;
  border-left: 2px solid var(--ce-green-400);
  color: var(--ce-slate-600);
}

.ce-diagnostic-section {
  background: var(--ce-navy-900);
  color: var(--ce-white);
}

.ce-diagnostic-section .ce-kicker {
  color: #5be0b1;
}

.ce-diagnostic-section .ce-section-heading h2 {
  color: var(--ce-white);
}

.ce-diagnostic-section .ce-section-heading-split > p {
  color: #bdcadd;
}

.ce-diagnostic {
  overflow: hidden;
  border-radius: var(--ce-radius-lg);
  background: var(--ce-white);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.2);
  color: var(--ce-slate-900);
}

.ce-diagnostic:not(.ce-js-ready) > .ce-diagnostic-top,
.ce-diagnostic:not(.ce-js-ready) > .ce-diagnostic-form {
  display: none;
}

.ce-diagnostic-top {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 25px;
  padding: 20px 30px;
  border-bottom: 1px solid var(--ce-slate-200);
  background: var(--ce-slate-50);
}

.ce-diagnostic-label,
.ce-diagnostic-step {
  margin: 0;
}

.ce-diagnostic-label {
  color: var(--ce-navy-900);
  font-size: 13px;
  font-weight: 800;
}

.ce-diagnostic-step {
  color: var(--ce-slate-500);
  font-size: 12px;
  font-weight: 700;
}

.ce-progress {
  width: 100%;
  height: 7px;
  overflow: hidden;
  appearance: none;
  border: 0;
  border-radius: 20px;
  background: var(--ce-slate-200);
  color: var(--ce-green-600);
}

.ce-progress::-webkit-progress-bar {
  border-radius: inherit;
  background: var(--ce-slate-200);
}

.ce-progress::-webkit-progress-value {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ce-green-600), var(--ce-green-400));
  transition: width 0.25s ease;
}

.ce-progress::-moz-progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ce-green-600), var(--ce-green-400));
}

.ce-private-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--ce-green-100);
  color: var(--ce-green-700);
  font-size: 11px;
  font-weight: 800;
}

.ce-private-badge svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ce-diagnostic-form {
  padding: 50px clamp(25px, 6vw, 80px) 36px;
}

.ce-question {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

.ce-question legend {
  scroll-margin-top: 150px;
  max-width: 940px;
  margin: 0;
  padding: 0;
  color: var(--ce-navy-950);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.ce-question legend span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  place-items: center;
  vertical-align: 5px;
  border-radius: 12px;
  background: var(--ce-green-100);
  color: var(--ce-green-700);
  font-size: 13px;
  letter-spacing: 0;
}

.ce-question-help {
  margin: 14px 0 29px 57px;
  color: var(--ce-slate-600);
}

.ce-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.ce-option {
  position: relative;
  display: block;
  min-height: 105px;
  cursor: pointer;
}

.ce-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ce-option > span {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  border: 2px solid var(--ce-slate-200);
  border-radius: 16px;
  padding: 19px 54px 19px 21px;
  background: var(--ce-white);
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ce-option > span::before,
.ce-option > span::after {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.ce-option > span::before {
  right: 20px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--ce-slate-300);
  background: var(--ce-white);
}

.ce-option > span::after {
  right: 26px;
  width: 10px;
  height: 10px;
  background: transparent;
}

.ce-option input:checked + span {
  border-color: var(--ce-green-500);
  background: var(--ce-green-50);
  box-shadow: 0 10px 25px rgba(13, 150, 106, 0.1);
}

.ce-option input:checked + span::before {
  border-color: var(--ce-green-600);
}

.ce-option input:checked + span::after {
  background: var(--ce-green-600);
}

.ce-option input:focus-visible + span {
  outline: 3px solid var(--ce-brand-blue);
  outline-offset: 3px;
}

.ce-option:hover > span {
  border-color: #9ccdbd;
}

.ce-option strong,
.ce-option small {
  display: block;
}

.ce-option strong {
  color: var(--ce-navy-900);
  font-size: 15px;
}

.ce-option small {
  margin-top: 4px;
  color: var(--ce-slate-600);
  font-size: 12px;
  line-height: 1.45;
}

.ce-form-error {
  margin: 18px 0 0;
  border-radius: 10px;
  padding: 10px 14px;
  background: var(--ce-red-100);
  color: var(--ce-red-700);
  font-size: 13px;
  font-weight: 700;
}

.ce-diagnostic-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--ce-slate-200);
}

.ce-diagnostic-controls [data-ce-next],
.ce-diagnostic-controls [data-ce-submit] {
  margin-left: auto;
}

.ce-result {
  padding: clamp(32px, 5vw, 62px);
}

.ce-result-heading {
  display: flex;
  align-items: center;
  gap: 19px;
}

.ce-result-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 18px;
  background: var(--ce-green-100);
  color: var(--ce-green-700);
}

.ce-result-icon svg {
  width: 37px;
  height: 37px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ce-result-heading p {
  margin: 0 0 3px;
  color: var(--ce-green-700);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ce-result-heading h3 {
  margin: 0;
  color: var(--ce-navy-950);
  font-size: clamp(27px, 4vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.ce-result-summary {
  max-width: 900px;
  margin: 25px 0 0;
  color: var(--ce-slate-700);
  font-size: 17px;
}

.ce-result-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 31px;
}

.ce-result-grid > div {
  border: 1px solid var(--ce-slate-200);
  border-radius: 17px;
  padding: 23px;
  background: var(--ce-slate-50);
}

.ce-result-grid .ce-result-warnings {
  border-color: #ead7ba;
  background: #fffaf2;
}

.ce-result-grid h4 {
  margin: 0;
  color: var(--ce-navy-900);
  font-size: 15px;
}

.ce-result-grid ul {
  display: grid;
  gap: 9px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.ce-result-grid li {
  position: relative;
  padding-left: 22px;
  color: var(--ce-slate-700);
  font-size: 13px;
}

.ce-result-grid li::before {
  position: absolute;
  top: 0.65em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ce-green-500);
  content: "";
}

.ce-result-warnings li::before {
  background: var(--ce-amber-600);
}

.ce-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.ce-result-actions .ce-button {
  font-size: 13px;
}

.ce-restart {
  margin-top: 22px;
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0;
  background: transparent;
  color: var(--ce-slate-600);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.ce-result-note {
  margin: 27px 0 0;
  border-top: 1px solid var(--ce-slate-200);
  padding-top: 18px;
  color: var(--ce-slate-500);
  font-size: 12px;
}

.ce-noscript {
  margin: 30px;
  border: 2px solid var(--ce-amber-600);
  border-radius: 16px;
  padding: 25px;
}

.ce-noscript h3 {
  margin-top: 0;
}

.ce-paths-section {
  background: var(--ce-page);
}

.ce-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ce-path-card {
  position: relative;
  display: flex;
  min-height: 485px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ce-slate-200);
  border-radius: 24px;
  padding: 31px;
  background: var(--ce-white);
  box-shadow: var(--ce-shadow-sm);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ce-path-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--ce-shadow-md);
}

.ce-card-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: var(--ce-slate-200);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.ce-card-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
}

.ce-card-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ce-card-icon-blue {
  background: #e4f0f8;
  color: var(--ce-blue-600);
}

.ce-card-icon-green {
  background: var(--ce-green-100);
  color: var(--ce-green-700);
}

.ce-card-icon-amber {
  background: var(--ce-amber-100);
  color: var(--ce-amber-600);
}

.ce-card-tag {
  margin: 25px 0 6px;
  color: var(--ce-green-700);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ce-path-card h3,
.ce-mast-card h3 {
  margin: 0;
  color: var(--ce-navy-950);
  font-size: 25px;
  letter-spacing: -0.025em;
}

.ce-path-card > p:not(.ce-card-tag) {
  margin: 15px 0 0;
  color: var(--ce-slate-600);
  font-size: 14px;
}

.ce-path-card ul {
  display: grid;
  gap: 7px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.ce-path-card li {
  position: relative;
  padding-left: 20px;
  color: var(--ce-slate-700);
  font-size: 12px;
  font-weight: 650;
}

.ce-path-card li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ce-green-500);
  content: "";
}

.ce-path-card > a,
.ce-mast-card a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  border-top: 1px solid var(--ce-slate-200);
  padding-top: 19px;
  color: var(--ce-navy-900);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ce-path-card > a span,
.ce-mast-card a span {
  color: var(--ce-green-600);
  font-size: 19px;
}

.ce-checklist-section {
  background: var(--ce-white);
}

.ce-checklist-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 9vw, 110px);
}

.ce-checklist-intro {
  position: sticky;
  top: 140px;
}

.ce-checklist-intro h2 {
  font-size: clamp(34px, 4vw, 46px);
}

.ce-text-link {
  display: inline-flex;
  gap: 7px;
  margin-top: 26px;
  color: var(--ce-green-700);
  font-weight: 800;
  text-decoration: none;
}

.ce-text-link:hover {
  text-decoration: underline;
}

.ce-small-note {
  margin-top: 13px !important;
  color: var(--ce-slate-500) !important;
  font-size: 12px !important;
}

.ce-checklist {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ce-checklist li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--ce-slate-200);
  padding: 25px 0;
}

.ce-checklist li:first-child {
  padding-top: 0;
}

.ce-checklist li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: var(--ce-green-50);
  color: var(--ce-green-700);
  font-size: 12px;
  font-weight: 850;
}

.ce-checklist h3 {
  margin: 0;
  color: var(--ce-navy-900);
  font-size: 18px;
}

.ce-checklist p {
  margin: 4px 0 0;
  color: var(--ce-slate-600);
  font-size: 14px;
}

.ce-safety-section {
  padding: 40px 0 104px;
  background: var(--ce-white);
}

.ce-safety {
  overflow: hidden;
  border-radius: var(--ce-radius-lg);
  padding: clamp(30px, 5vw, 58px);
  background:
    radial-gradient(circle at 90% 10%, rgba(39, 197, 141, 0.12), transparent 28%),
    var(--ce-navy-900);
  box-shadow: var(--ce-shadow-md);
  color: var(--ce-white);
}

.ce-safety-heading {
  display: grid;
  align-items: start;
  grid-template-columns: 70px 1fr;
  gap: 24px;
}

.ce-safety-symbol {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 2px solid #f4a43f;
  border-radius: 20px;
  background: rgba(244, 164, 63, 0.12);
  color: #ffc675;
  font-size: 34px;
  font-weight: 800;
}

.ce-safety .ce-kicker {
  color: #ffc675;
}

.ce-safety-heading h2 {
  color: var(--ce-white);
}

.ce-safety-heading p:last-child {
  max-width: 760px;
  margin: 16px 0 0;
  color: #bdcadd;
}

.ce-safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 37px;
}

.ce-safety-grid ul {
  display: grid;
  gap: 13px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
  list-style: none;
}

.ce-safety-grid li {
  position: relative;
  padding-left: 23px;
  color: #e1e8f0;
  font-size: 13px;
}

.ce-safety-grid li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid #ffc675;
  border-radius: 50%;
  content: "";
}

.ce-concept-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  border-radius: 15px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.ce-concept-flow span,
.ce-concept-flow strong {
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.08);
}

.ce-concept-flow strong {
  background: var(--ce-green-600);
}

.ce-concept-flow i {
  color: #7d96b4;
  font-style: normal;
}

.ce-safety-disclaimer {
  margin: 16px 0 0;
  color: #8fa4bd;
  font-size: 12px;
  text-align: center;
}

.ce-mast-section {
  background: var(--ce-page);
}

.ce-section-heading-centered {
  max-width: 810px;
  margin-inline: auto;
  text-align: center;
}

.ce-mast-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ce-mast-card {
  display: grid;
  min-height: 310px;
  grid-template-columns: 145px 1fr;
  gap: 27px;
  overflow: hidden;
  border: 1px solid var(--ce-slate-200);
  border-radius: 24px;
  padding: 27px;
  background: var(--ce-white);
  box-shadow: var(--ce-shadow-sm);
}

.ce-mast-card .ce-card-tag {
  margin-top: 0;
}

.ce-mast-card p:not(.ce-card-tag) {
  margin: 12px 0 18px;
  color: var(--ce-slate-600);
  font-size: 13px;
}

.ce-mast-visual {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 17px;
  background:
    linear-gradient(180deg, #e9f4f5 0 68%, #c5e5d8 68% 100%);
}

.ce-mast-visual::before {
  position: absolute;
  bottom: 38px;
  left: 50%;
  width: 8px;
  border-radius: 10px;
  background: var(--ce-navy-800);
  content: "";
  transform: translateX(-50%);
}

.ce-mast-visual-short::before {
  height: 90px;
}

.ce-mast-visual-tall::before {
  height: 155px;
}

.ce-mast-visual span,
.ce-mast-visual span::before,
.ce-mast-visual span::after {
  position: absolute;
  width: 52px;
  height: 13px;
  border-radius: 100% 5px 100% 5px;
  background: var(--ce-green-600);
  content: "";
  transform-origin: 4px 7px;
}

.ce-mast-visual span {
  bottom: 123px;
  left: calc(50% - 4px);
}

.ce-mast-visual-tall span {
  bottom: 188px;
}

.ce-mast-visual span::before {
  transform: rotate(120deg);
}

.ce-mast-visual span::after {
  transform: rotate(240deg);
}

.ce-mast-visual i {
  position: absolute;
  bottom: 116px;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 6px solid var(--ce-navy-900);
  border-radius: 50%;
  background: var(--ce-white);
}

.ce-mast-visual-tall i {
  bottom: 181px;
}

.ce-mast-warning {
  margin: 20px 0 0;
  border: 1px solid #e6d3b4;
  border-radius: 14px;
  padding: 16px 19px;
  background: #fffaf2;
  color: #684e2c;
  font-size: 13px;
}

.ce-faq-section {
  background: var(--ce-white);
}

.ce-faq-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(45px, 8vw, 95px);
}

.ce-faq-intro {
  position: sticky;
  top: 140px;
}

.ce-faq-intro .ce-button {
  margin-top: 25px;
}

.ce-accordion {
  border-top: 1px solid var(--ce-slate-300);
}

.ce-accordion details {
  border-bottom: 1px solid var(--ce-slate-300);
}

.ce-accordion summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  color: var(--ce-navy-900);
  font-size: 17px;
  font-weight: 750;
  list-style: none;
}

.ce-accordion summary::-webkit-details-marker {
  display: none;
}

.ce-accordion summary span,
.ce-accordion summary span::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--ce-green-600);
  content: "";
}

.ce-accordion summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.ce-accordion details[open] summary span::after {
  transform: rotate(0);
}

.ce-accordion details p {
  margin: -5px 0 24px;
  padding-right: 48px;
  color: var(--ce-slate-600);
  font-size: 14px;
}

.ce-final-cta {
  padding: 36px 0 100px;
  background: var(--ce-white);
}

.ce-final-panel {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: 60px;
  overflow: hidden;
  border-radius: 30px;
  padding: clamp(35px, 5vw, 64px);
  background:
    radial-gradient(circle at 95% 5%, rgba(39, 197, 141, 0.25), transparent 35%),
    var(--ce-navy-900);
  color: var(--ce-white);
}

.ce-final-panel .ce-kicker {
  color: #5be0b1;
}

.ce-final-panel h2 {
  color: var(--ce-white);
}

.ce-final-panel p:last-child {
  margin: 19px 0 0;
  color: #bdcadd;
}

.ce-final-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ce-final-actions .ce-button {
  font-size: 12px;
}

.ce-final-actions .ce-button:first-child {
  grid-column: 1 / -1;
}

.ce-footer {
  padding: 70px 0 24px;
  background: var(--ce-navy-950);
  color: #aebed0;
}

.ce-footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 90px;
}

.ce-brand-footer {
  color: var(--ce-white);
}

.ce-brand-footer .ce-brand-mark {
  background: rgba(255, 255, 255, 0.09);
}

.ce-brand-footer small {
  color: #93a8bf;
}

.ce-footer-about p {
  max-width: 370px;
  margin: 21px 0 0;
  font-size: 12px;
}

.ce-footer-about .ce-footer-contact {
  color: #c5d2e0;
  line-height: 1.75;
}

.ce-footer-contact a {
  color: var(--ce-white);
  font-weight: 750;
}

.ce-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ce-footer-links h2 {
  margin: 0 0 17px;
  color: var(--ce-white);
  font-size: 13px;
}

.ce-footer-links a {
  display: block;
  margin: 9px 0;
  color: #aebed0;
  font-size: 12px;
  text-decoration: none;
}

.ce-footer-links a:hover {
  color: var(--ce-white);
}

.ce-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  font-size: 12px;
}

.ce-footer-bottom p {
  margin: 0;
}

.ce-footer-bottom a {
  margin-left: 18px;
}

.ce-legal-page,
.ce-error-page {
  background: var(--ce-white);
}

.ce-legal-main {
  padding: 78px 0 105px;
  background:
    linear-gradient(90deg, var(--ce-slate-50) 0 31%, var(--ce-white) 31% 100%);
}

.ce-legal-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(50px, 8vw, 100px);
}

.ce-legal-sidebar {
  position: sticky;
  top: 125px;
}

.ce-legal-sidebar h1 {
  margin: 0;
  color: var(--ce-navy-950);
  font-size: clamp(37px, 5vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.ce-legal-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 34px;
  border-left: 1px solid var(--ce-slate-300);
  padding-left: 18px;
}

.ce-legal-sidebar nav a {
  color: var(--ce-slate-600);
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.ce-legal-sidebar nav a:hover {
  color: var(--ce-green-700);
}

.ce-legal-content {
  max-width: 760px;
}

.ce-legal-identity {
  margin-bottom: 42px;
  border: 1px solid #b7d7ec;
  border-left: 5px solid var(--ce-brand-blue);
  border-radius: 14px;
  padding: 18px 20px;
  background: #f2f8fc;
  color: var(--ce-slate-700);
  font-size: 13px;
}

.ce-legal-identity strong,
.ce-legal-identity span {
  display: block;
}

.ce-legal-identity strong {
  margin-bottom: 3px;
  color: var(--ce-navy-900);
}

.ce-legal-identity a {
  color: var(--ce-blue-600);
}

.ce-legal-content section {
  scroll-margin-top: 130px;
  border-bottom: 1px solid var(--ce-slate-200);
  padding: 0 0 38px;
  margin: 0 0 38px;
}

.ce-legal-content h2 {
  margin: 0 0 17px;
  color: var(--ce-navy-950);
  font-size: 27px;
  letter-spacing: -0.025em;
}

.ce-legal-content p {
  color: var(--ce-slate-700);
}

.ce-legal-content a {
  color: var(--ce-green-700);
  font-weight: 700;
}

.ce-legal-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  margin: 22px 0;
  border: 1px solid var(--ce-slate-200);
  border-radius: 14px;
  background: var(--ce-slate-200);
}

.ce-legal-data div {
  padding: 15px;
  background: var(--ce-slate-50);
}

.ce-legal-data dt {
  color: var(--ce-slate-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ce-legal-data dd {
  margin: 4px 0 0;
  color: var(--ce-navy-900);
  font-size: 13px;
  font-weight: 750;
}

.ce-privacy-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-bottom: 45px;
}

.ce-privacy-summary span {
  border: 1px solid #a9ddcb;
  border-radius: 14px;
  padding: 16px;
  background: var(--ce-green-50);
  color: var(--ce-green-700);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.ce-privacy-summary strong {
  display: block;
  font-size: 27px;
  line-height: 1;
}

.ce-legal-content code {
  border-radius: 5px;
  padding: 2px 5px;
  background: var(--ce-slate-100);
  color: var(--ce-navy-900);
  font-size: 0.88em;
}

.ce-legal-updated {
  color: var(--ce-slate-500) !important;
  font-size: 12px;
  font-style: italic;
}

.ce-footer-compact {
  padding-top: 20px;
}

.ce-footer-compact .ce-footer-bottom {
  margin-top: 0;
  border-top: 0;
}

.ce-error-main {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 30px;
  background:
    radial-gradient(circle at 75% 25%, rgba(39, 197, 141, 0.19), transparent 25%),
    linear-gradient(145deg, var(--ce-slate-50), #eaf4f0);
}

.ce-error-card {
  width: min(100%, 690px);
  border: 1px solid var(--ce-slate-200);
  border-radius: 30px;
  padding: clamp(30px, 7vw, 65px);
  background: var(--ce-white);
  box-shadow: var(--ce-shadow-lg);
}

.ce-error-code {
  margin: 55px 0 0;
  color: var(--ce-green-600);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: 0.2em;
}

.ce-error-card h1 {
  margin: 8px 0 0;
  color: var(--ce-navy-950);
  font-size: clamp(37px, 7vw, 61px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.ce-error-card > p:not(.ce-error-code) {
  max-width: 530px;
  margin: 23px 0 0;
  color: var(--ce-slate-600);
}

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

  .ce-nav {
    display: none;
  }

  .ce-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    overflow-x: auto;
    border-top: 1px solid var(--ce-slate-200);
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.97);
    scrollbar-width: thin;
  }

  .ce-mobile-nav a {
    flex: 0 0 auto;
    border-radius: 999px;
    padding: 5px 11px;
    color: var(--ce-slate-700);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
  }

  .ce-mobile-nav a:hover {
    background: var(--ce-slate-100);
    color: var(--ce-brand-blue);
  }

  .ce-header-actions {
    margin-left: auto;
  }

  .ce-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, 0.75fr);
    gap: 42px;
  }

  .ce-hero h1 {
    font-size: clamp(41px, 5.4vw, 58px);
  }

  .ce-path-card {
    padding: 25px;
  }

  .ce-mast-card {
    grid-template-columns: 115px 1fr;
    gap: 20px;
  }
}

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

  .ce-shop-link {
    display: none;
  }

  .ce-hero {
    padding-top: 60px;
  }

  .ce-hero-grid {
    grid-template-columns: 1fr;
  }

  .ce-hero-copy {
    padding-bottom: 0;
  }

  .ce-hero-visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .ce-section {
    padding: 82px 0;
  }

  .ce-section-heading-split {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .ce-section-heading-split > p {
    max-width: 680px;
  }

  .ce-paths-grid {
    grid-template-columns: 1fr;
  }

  .ce-path-card {
    min-height: 0;
  }

  .ce-checklist-layout,
  .ce-faq-layout {
    grid-template-columns: 1fr;
  }

  .ce-checklist-intro,
  .ce-faq-intro {
    position: static;
  }

  .ce-safety-grid {
    grid-template-columns: 1fr;
  }

  .ce-concept-flow {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .ce-concept-flow i {
    align-self: center;
    transform: rotate(90deg);
  }

  .ce-mast-grid {
    grid-template-columns: 1fr;
  }

  .ce-final-panel {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ce-footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ce-legal-main {
    background: var(--ce-white);
  }

  .ce-legal-layout {
    grid-template-columns: 1fr;
  }

  .ce-legal-sidebar {
    position: static;
  }

  .ce-legal-sidebar nav {
    display: flex;
    flex-wrap: wrap;
    border-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .ce-container {
    width: min(calc(100% - 28px), var(--ce-container));
  }

  .ce-header-inner {
    min-height: 69px;
  }

  .ce-brand-mark {
    width: 38px;
    height: 38px;
  }

  .ce-brand strong {
    font-size: 13px;
  }

  .ce-brand small {
    font-size: 11px;
  }

  .ce-header-actions .ce-button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .ce-mobile-nav {
    justify-content: flex-start;
  }

  .ce-affiliation {
    padding-inline: 10px;
    font-size: 11px;
  }

  .ce-hero {
    padding: 48px 0 32px;
  }

  .ce-hero h1 {
    font-size: clamp(36px, 7vw, 44px);
  }

  .ce-hero-actions {
    display: grid;
  }

  .ce-hero-actions .ce-button {
    width: 100%;
  }

  .ce-hero-proof {
    display: grid;
    gap: 10px;
  }

  .ce-hero-visual {
    padding: 15px;
    border-radius: 25px;
    transform: none;
  }

  .ce-visual-label-top {
    top: 13px;
    left: 13px;
  }

  .ce-hero-visual figcaption {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .ce-caution {
    margin-top: 28px;
  }

  .ce-trust-strip {
    grid-template-columns: 1fr;
  }

  .ce-trust-strip > div + div {
    border-top: 1px solid var(--ce-slate-200);
    border-left: 0;
  }

  .ce-section {
    padding: 68px 0;
  }

  .ce-section-heading {
    margin-bottom: 31px;
  }

  .ce-section-heading h2,
  .ce-checklist-intro h2,
  .ce-safety-heading h2,
  .ce-faq-intro h2,
  .ce-final-panel h2 {
    font-size: 32px;
  }

  .ce-section-heading > p:last-child,
  .ce-checklist-intro > p,
  .ce-faq-intro > p {
    font-size: 15px;
  }

  .ce-diagnostic-top {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 17px;
  }

  .ce-progress {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .ce-diagnostic-form {
    padding: 31px 17px 24px;
  }

  .ce-question legend {
    font-size: 25px;
  }

  .ce-question legend span {
    display: grid;
    margin: 0 0 12px;
    vertical-align: 0;
  }

  .ce-question-help {
    margin-left: 0;
  }

  .ce-options {
    grid-template-columns: 1fr;
  }

  .ce-option {
    min-height: 88px;
  }

  .ce-diagnostic-controls {
    flex-wrap: wrap;
  }

  .ce-diagnostic-controls .ce-button {
    flex: 1 1 140px;
    font-size: 12px;
  }

  .ce-result {
    padding: 27px 17px;
  }

  .ce-result-heading {
    align-items: flex-start;
  }

  .ce-result-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .ce-result-heading h3 {
    font-size: 27px;
  }

  .ce-result-grid {
    grid-template-columns: 1fr;
  }

  .ce-result-actions {
    display: grid;
  }

  .ce-result-actions .ce-button {
    width: 100%;
  }

  .ce-path-card {
    padding: 24px;
  }

  .ce-checklist li {
    grid-template-columns: 49px 1fr;
    gap: 14px;
  }

  .ce-checklist li > span {
    width: 43px;
    height: 43px;
  }

  .ce-safety-section {
    padding-top: 18px;
  }

  .ce-safety {
    padding: 27px 19px;
  }

  .ce-safety-heading {
    grid-template-columns: 1fr;
  }

  .ce-safety-symbol {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .ce-concept-flow {
    justify-content: flex-start;
  }

  .ce-mast-card {
    grid-template-columns: 1fr;
  }

  .ce-mast-visual {
    min-height: 190px;
  }

  .ce-mast-visual-short::before {
    height: 70px;
  }

  .ce-mast-visual-tall::before {
    height: 115px;
  }

  .ce-mast-visual span {
    bottom: 102px;
  }

  .ce-mast-visual-tall span {
    bottom: 147px;
  }

  .ce-mast-visual i {
    bottom: 95px;
  }

  .ce-mast-visual-tall i {
    bottom: 140px;
  }

  .ce-final-panel {
    padding: 31px 21px;
  }

  .ce-final-actions {
    grid-template-columns: 1fr;
  }

  .ce-footer {
    padding-top: 55px;
  }

  .ce-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .ce-footer-bottom {
    flex-direction: column;
  }

  .ce-footer-bottom a {
    margin-right: 18px;
    margin-left: 0;
  }

  .ce-legal-main {
    padding: 56px 0 75px;
  }

  .ce-legal-layout {
    gap: 42px;
  }

  .ce-legal-data,
  .ce-privacy-summary {
    grid-template-columns: 1fr;
  }

  .ce-legal-content h2 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  @page {
    size: A4;
    margin: 16mm;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  body * {
    visibility: hidden !important;
  }

  #ce-result,
  #ce-result * {
    visibility: visible !important;
  }

  #ce-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }

  #ce-result::before {
    display: block;
    margin-bottom: 18px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    content: "Kit Éolienne Autoconsommation — résultat d’orientation";
    font-size: 15pt;
    font-weight: 700;
    visibility: visible;
  }

  .ce-result-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ce-result-grid > div {
    break-inside: avoid;
    border: 1px solid #777;
    background: #fff !important;
  }

  .ce-result-actions,
  .ce-restart {
    display: none !important;
  }

  .ce-result-note {
    border-top-color: #777;
    color: #333;
  }
}
