._page_1al8d_1 {
  --config-bg: #fff;
  --config-panel: #f4f4f6;
  --config-panel-raised: #ededf1;
  --config-border: rgb(18 18 24 / 0.09);
  --config-border-strong: #7460e8;
  --config-copy: #5e5e69;
  --config-muted: #8b8b96;
  --config-blue: #2c8bd8;
  --config-violet: #7358df;
  --config-pink: #bd4d9f;
  --config-button-radius: 0.82rem;
  min-height: 100vh;
  color: #17171b;
  background: var(--config-bg);
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, sans-serif;
}

._page_1al8d_1 button,
._page_1al8d_1 input,
._page_1al8d_1 textarea {
  font: inherit;
}

._experienceInner_1al8d_25 {
  width: min(86rem, 100%);
  margin: 0 auto;
}

._experience_1al8d_25 {
  position: relative;
  min-height: 100vh;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.2rem, 4vw, 4rem) 9rem;
  background:
    linear-gradient(to bottom, rgb(100 86 255 / 0.04), transparent 20rem),
    var(--config-bg);
}

._mobileUtility_1al8d_39 {
  display: none;
}

._stepNav_1al8d_43 {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

._stepTrack_1al8d_47 {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0 0 0.9rem;
  scrollbar-width: none;
}

._stepTrack_1al8d_47::-webkit-scrollbar {
  display: none;
}

._stepTab_1al8d_59 {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 0;
  padding: 0.55rem 0.8rem;
  color: #9a9aa4;
  font-size: 0.73rem;
  font-weight: 650;
  white-space: nowrap;
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease;
}

._stepTab_1al8d_59 > span {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border: 1px solid rgb(20 20 28 / 0.12);
  border-radius: 50%;
  font-size: 0.65rem;
  transition: border-color 180ms ease, background 180ms ease;
}

._stepTab_1al8d_59:hover,
._stepTabActive_1al8d_87,
._stepTabComplete_1al8d_88 {
  color: #29292f;
}

._stepTabActive_1al8d_87 > span {
  border-color: #9279ff;
  color: #fff;
  background: #7258e9;
  box-shadow: 0 0 1.2rem rgb(111 79 255 / 0.25);
}

._stepTabComplete_1al8d_88 > span {
  border-color: rgb(52 157 123 / 0.28);
  color: #278b6b;
  background: rgb(52 157 123 / 0.08);
}

._progressLine_1al8d_105 {
  height: 1px;
  overflow: hidden;
  background: rgb(20 20 28 / 0.08);
}

._progressLine_1al8d_105 span {
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--config-blue), var(--config-violet), var(--config-pink));
  transition: width 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

._configuratorLayout_1al8d_118 {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(20rem, 1fr);
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
}

._configuratorLayout_1al8d_118._configuratorLayoutSummary_1al8d_125 {
  grid-template-columns: minmax(0, 1fr);
}

._configurationColumn_1al8d_129 {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

._summaryStepContent_1al8d_135 {
  display: none;
}

._stepPanel_1al8d_139 {
  padding-bottom: 5.5rem;
  animation: _step-enter_1al8d_1 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

._stepHeader_1al8d_144 {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 4vw, 3.4rem);
}

._stepHeader_1al8d_144 h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.65rem, 1.9vw, 2.15rem);
  font-weight: 590;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

._stepHeader_1al8d_144 p {
  max-width: 37rem;
  margin: 1.05rem 0 0;
  color: var(--config-copy);
  font-size: 1rem;
  line-height: 1.6;
}

._stepContent_1al8d_166 {
  min-height: 24rem;
}

._optionGrid_1al8d_170 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem;
}

._optionGrid_1al8d_170 + ._optionGrid_1al8d_170 {
  margin-top: 0.8rem;
}

._singleOptionGrid_1al8d_180 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

._singleOptionGrid_1al8d_180 ._optionCard_1al8d_185 {
  min-height: 10rem;
}

._languageDetails_1al8d_189 {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem;
  margin-top: 0.8rem;
}

._optionCard_1al8d_185 {
  position: relative;
  min-width: 0;
  min-height: 8.7rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 0;
  border-radius: 1.15rem;
  padding: 1.25rem;
  color: #17171b;
  text-align: left;
  background: var(--config-panel);
  box-shadow: none;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

button._optionCard_1al8d_185:hover:not(:disabled) {
  background: #ececf0;
  transform: translateY(-2px);
}

._optionCard_1al8d_185._optionSelected_1al8d_223 {
  background: #eeebff;
  box-shadow: 0 0.8rem 2.2rem rgb(77 58 157 / 0.08);
}

._optionCard_1al8d_185:disabled,
._quantityDisabled_1al8d_229 {
  opacity: 0.44;
  cursor: not-allowed;
}

._optionCheck_1al8d_234 {
  position: absolute;
  top: 0.92rem;
  right: 0.92rem;
  width: 1.45rem;
  height: 1.45rem;
  display: grid;
  place-items: center;
  border: 1px solid rgb(20 20 28 / 0.16);
  border-radius: 50%;
  color: #fff;
  background: rgb(255 255 255 / 0.72);
}

._optionSelected_1al8d_223 ._optionCheck_1al8d_234 {
  border-color: #8d72ff;
  background: #7358ea;
}

._optionTopline_1al8d_253 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-right: 2rem;
}

._optionTopline_1al8d_253 strong {
  max-width: 18rem;
  font-size: 1rem;
  font-weight: 660;
  line-height: 1.28;
}

._optionTopline_1al8d_253 b {
  flex: 0 0 auto;
  color: #6652d7;
  font-size: 0.72rem;
  font-weight: 690;
  line-height: 1.3;
  text-align: right;
}

._optionDescription_1al8d_277,
._optionDetails_1al8d_278,
._optionDisabledNote_1al8d_279 {
  display: block;
  margin-top: 0.72rem;
  padding-right: 1.7rem;
  color: var(--config-copy);
  font-size: 0.78rem;
  line-height: 1.5;
}

._optionDetails_1al8d_278 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}

._optionDetails_1al8d_278 span {
  padding: 0.25rem 0.45rem;
  border-radius: 0.38rem;
  color: #676772;
  font-size: 0.67rem;
  background: rgb(20 20 28 / 0.055);
}

._optionDisabledNote_1al8d_279 {
  color: #765bc9;
  font-size: 0.67rem;
}

._quantityCard_1al8d_307 {
  cursor: default;
}

._quantityControls_1al8d_311 {
  display: inline-grid;
  grid-template-columns: 2.25rem minmax(2.5rem, auto) 2.25rem;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1.05rem;
}

._quantityControls_1al8d_311 button {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #24242a;
  background: #fff;
  box-shadow: 0 0.2rem 0.7rem rgb(25 25 35 / 0.08);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

._quantityControls_1al8d_311 button:hover:not(:disabled) {
  background: #e3e3e8;
}

._quantityControls_1al8d_311 button:disabled {
  opacity: 0.28;
  cursor: not-allowed;
}

._quantityControls_1al8d_311 > strong {
  padding: 0 0.55rem;
  text-align: center;
}

._pricingFormula_1al8d_348 {
  display: grid;
  gap: 0;
  margin-top: 1rem;
  padding: 0.25rem 1.2rem;
  border: 0;
  border-radius: 1.1rem;
  background: var(--config-panel);
}

._pricingFormula_1al8d_348 > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  color: var(--config-copy);
  font-size: 0.78rem;
}

._pricingFormula_1al8d_348 > div:first-child {
  align-items: baseline;
  color: #17171b;
  font-size: 0.92rem;
  font-weight: 630;
}

._pricingFormula_1al8d_348 > div:first-child strong {
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

._pricingFormula_1al8d_348 > div + div {
  border-top: 1px solid rgb(20 20 28 / 0.07);
}

._pricingFormula_1al8d_348 > div:nth-of-type(3) {
  color: #17171b;
}

._pricingFormula_1al8d_348 strong {
  flex: 0 0 auto;
  color: #17171b;
}

._pricingFormula_1al8d_348 small {
  padding: 0.75rem 0 0.9rem;
  border-top: 1px solid rgb(20 20 28 / 0.07);
  color: var(--config-muted);
  font-size: 0.69rem;
  line-height: 1.5;
}

._exactPages_1al8d_400,
._careSeparation_1al8d_401 {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
  padding: 1.25rem;
  border: 0;
  border-radius: 1.1rem;
  background: var(--config-panel);
}

._exactPages_1al8d_400 > span {
  font-size: 0.82rem;
  font-weight: 650;
}

._exactPages_1al8d_400 > div {
  display: flex;
  gap: 0.45rem;
}

._exactPages_1al8d_400 button {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 0.7rem;
  color: #17171b;
  background: #fff;
  cursor: pointer;
}

._exactPages_1al8d_400 button._exactPageSelected_1al8d_431 {
  border-color: #8e75ff;
  background: #684ee0;
}

._exactPages_1al8d_400 small {
  color: var(--config-muted);
  font-size: 0.7rem;
}

._infoPanel_1al8d_441,
._dependencyPanel_1al8d_442 {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 0;
  border-radius: 0.9rem;
  color: #5746a9;
  background: #f0edff;
}

._infoPanel_1al8d_441 > svg,
._dependencyPanel_1al8d_442 > svg {
  flex: 0 0 auto;
  margin-top: 0.05rem;
}

._infoPanel_1al8d_441 > div,
._dependencyPanel_1al8d_442 > div {
  display: grid;
  gap: 0.3rem;
}

._infoPanel_1al8d_441 strong,
._dependencyPanel_1al8d_442 strong {
  color: #272331;
  font-size: 0.8rem;
}

._infoPanel_1al8d_441 span,
._dependencyPanel_1al8d_442 span {
  color: #65616f;
  font-size: 0.75rem;
  line-height: 1.48;
}

._dependencyPanel_1al8d_442 > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

._dependencyPanel_1al8d_442 button {
  border: 0;
  border-radius: var(--config-button-radius);
  padding: 0.65rem 0.9rem;
  color: #25222d;
  font-size: 0.7rem;
  font-weight: 700;
  background: rgb(255 255 255 / 0.75);
  cursor: pointer;
}

._selectionNotice_1al8d_497,
._includedNote_1al8d_498,
._footnote_1al8d_499 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0 0;
  color: #9edfc9;
  font-size: 0.73rem;
  line-height: 1.45;
}

._includedNote_1al8d_498 {
  margin: 0 0 1rem;
}

._footnote_1al8d_499 {
  color: var(--config-muted);
}

._optionSubsection_1al8d_517 + ._optionSubsection_1al8d_517 {
  margin-top: 2.2rem;
}

/* Keep a nested decision visually separate from the option group above it. */
._optionGrid_1al8d_170 + ._optionSubsection_1al8d_517 {
  margin-top: 2.2rem;
}

._optionSubsection_1al8d_517 h3 {
  margin: 0 0 0.8rem;
  color: #85858f;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

._roleGrid_1al8d_534 ._optionCard_1al8d_185:nth-child(1) {
  background: linear-gradient(135deg, #f1f5ff, #f5f5f7 72%);
}

._roleGrid_1al8d_534 ._optionCard_1al8d_185:nth-child(2) {
  background: linear-gradient(135deg, #fff1f7, #f5f5f7 72%);
}

._roleGrid_1al8d_534 ._optionCard_1al8d_185:nth-child(3) {
  background: linear-gradient(135deg, #f0f8f5, #f5f5f7 72%);
}

._roleGrid_1al8d_534 ._optionCard_1al8d_185:nth-child(4) {
  background: linear-gradient(135deg, #f2efff, #f5f5f7 72%);
}

._roleGrid_1al8d_534 ._optionSelected_1al8d_223 {
  background: #eeebff;
}

._structureRecommendation_1al8d_554,
._summaryOverview_1al8d_555 {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 100% 0, rgb(119 86 232 / 0.09), transparent 55%),
    var(--config-panel);
}

._structureRecommendation_1al8d_554 > span,
._crossSellIntro_1al8d_564 > span,
._summaryOverview_1al8d_555 h3 {
  color: #6d57d9;
  font-size: 0.7rem;
  font-weight: 740;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

._structureRecommendation_1al8d_554 h2 {
  margin: 0.6rem 0 0;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  font-weight: 610;
  letter-spacing: -0.045em;
  line-height: 1;
}

._structureRecommendation_1al8d_554 p,
._crossSellIntro_1al8d_564 p {
  margin: 0.8rem 0 0;
  color: var(--config-copy);
  font-size: 0.82rem;
  line-height: 1.55;
}

._structureRecommendation_1al8d_554 ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.15rem 0;
  padding: 0;
  list-style: none;
}

._structureRecommendation_1al8d_554 li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #3f3f48;
  font-size: 0.78rem;
}

._structureRecommendation_1al8d_554 li svg {
  color: #6652d7;
}

._structureRecommendation_1al8d_554 > strong {
  color: #25252b;
  font-size: 0.78rem;
}

._crossSellIntro_1al8d_564 {
  max-width: 32rem;
  margin: 0 0 1.35rem;
  padding: 0 0.1rem;
}

._crossSellIntro_1al8d_564 p {
  margin-top: 0.45rem;
}

._careSeparation_1al8d_401 {
  grid-template-columns: 1fr 1fr;
}

._careSeparation_1al8d_401 div {
  display: grid;
  gap: 0.25rem;
}

._careSeparation_1al8d_401 span {
  color: var(--config-muted);
  font-size: 0.7rem;
}

._careSeparation_1al8d_401 strong {
  font-size: 0.82rem;
}

._stepActions_1al8d_642 {
  position: sticky;
  top: calc(100svh - 5.5rem);
  z-index: 40;
  order: -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  margin: 0 0 -4rem;
  border: 1px solid rgb(20 20 28 / 0.07);
  border-radius: 1.2rem;
  padding: 0.55rem;
  background: rgb(255 255 255 / 0.9);
  box-shadow: 0 0.8rem 2.4rem rgb(32 30 48 / 0.12);
  backdrop-filter: blur(18px) saturate(140%);
}

._stepActions_1al8d_642 button,
._startButton_1al8d_662,
._saveButton_1al8d_663,
._secondaryAction_1al8d_664,
._changeAction_1al8d_665,
._resetButton_1al8d_666 {
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: var(--config-button-radius);
  padding: 0 1.15rem;
  color: #5e5e68;
  font-size: 0.75rem;
  font-weight: 690;
  background: #f1f1f4;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

._stepActions_1al8d_642 button:hover:not(:disabled),
._saveButton_1al8d_663:hover,
._secondaryAction_1al8d_664:hover,
._changeAction_1al8d_665:hover,
._resetButton_1al8d_666:hover {
  color: #17171b;
  background: #e7e7eb;
}

._stepActions_1al8d_642 button:disabled {
  opacity: 0.38;
  pointer-events: none;
}

._stepActions_1al8d_642 ._nextButton_1al8d_697,
._startButton_1al8d_662 {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(105deg, #318bdc, #7557e6 58%, #b6499e);
  box-shadow: 0 0.8rem 2.2rem rgb(78 62 200 / 0.2);
}

._stepActions_1al8d_642 ._nextButton_1al8d_697:hover,
._startButton_1al8d_662:hover {
  border-color: transparent;
  background: linear-gradient(105deg, #3b97e8, #8065ec 58%, #c256ac);
  transform: translateY(-1px);
}

._desktopSummary_1al8d_712 {
  position: sticky;
  top: 6.5rem;
  height: calc(90svh - 6.5rem);
}

._priceSummary_1al8d_718 {
  overflow: hidden;
  border: 0;
  border-radius: 1.35rem;
  padding: 1rem;
  color: #17171b;
  background: #f5f5f7;
  box-shadow: 0 1.5rem 4rem rgb(32 30 48 / 0.08);
}

._desktopSummary_1al8d_712 ._priceSummary_1al8d_718 {
  display: grid;
  height: 100%;
  overflow-y: auto;
  align-content: start;
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.75fr);
  grid-template-areas:
    "title title"
    "lines vat"
    "lines totals"
    "lines care"
    "lines start"
    "lines save"
    "lines reset";
  column-gap: 1.25rem;
}

._desktopSummary_1al8d_712 ._summaryTitle_1al8d_745 { grid-area: title; }
._desktopSummary_1al8d_712 ._summaryLines_1al8d_746 { grid-area: lines; }
._desktopSummary_1al8d_712 ._vatToggle_1al8d_747 { grid-area: vat; }
._desktopSummary_1al8d_712 ._totals_1al8d_748 { grid-area: totals; }
._desktopSummary_1al8d_712 ._careSummary_1al8d_749 { grid-area: care; }
._desktopSummary_1al8d_712 ._startButton_1al8d_662 { grid-area: start; }
._desktopSummary_1al8d_712 ._saveButton_1al8d_663 { grid-area: save; }
._desktopSummary_1al8d_712 ._secondaryAction_1al8d_664 { grid-area: save; }
._desktopSummary_1al8d_712 ._resetButton_1al8d_666 { grid-area: reset; }

._desktopSummary_1al8d_712 ._summaryLines_1al8d_746 {
  max-height: 22rem;
  padding-right: 1rem;
}

._summaryTitle_1al8d_745 {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0.55rem 0.85rem;
}

._summaryTitle_1al8d_745 span,
._careSummary_1al8d_749 span {
  color: var(--config-muted);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

._summaryTitle_1al8d_745 strong {
  font-size: 1rem;
}

._summaryTitle_1al8d_745 small {
  color: var(--config-copy);
  font-size: 0.65rem;
  line-height: 1.35;
}

._summaryLines_1al8d_746 {
  max-height: 13rem;
  overflow-y: auto;
  display: grid;
  align-content: start;
  grid-auto-rows: max-content;
  gap: 0.6rem;
  padding: 0.85rem 0.55rem;
  border-top: 1px solid rgb(20 20 28 / 0.075);
  border-bottom: 1px solid rgb(20 20 28 / 0.075);
  scrollbar-color: rgb(20 20 28 / 0.18) transparent;
  scrollbar-width: thin;
}

._summaryListGroup_1al8d_798 {
  display: grid;
  align-content: start;
  gap: 0.6rem;
}

._summaryLine_1al8d_746 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  color: #65656f;
  font-size: 0.7rem;
}

._summaryLineButton_1al8d_813 {
  width: 100%;
  border: 0;
  padding: 0;
  font: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

._summaryLineButton_1al8d_813:hover > span,
._summaryLineButton_1al8d_813:focus-visible > span {
  color: #24242a;
}

._summaryLineButton_1al8d_813:focus-visible {
  outline: 2px solid rgb(112 85 221 / 0.42);
  outline-offset: 0.2rem;
  border-radius: 0.3rem;
}

._summaryLine_1al8d_746 > span {
  display: grid;
  gap: 0.15rem;
}

._summaryLine_1al8d_746 small {
  color: #765bc9;
  font-size: 0.58rem;
}

._summaryLine_1al8d_746 b {
  flex: 0 0 auto;
  color: #17171b;
  font-weight: 620;
}

._summarySectionLabel_1al8d_850 {
  margin-top: 0.35rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgb(20 20 28 / 0.075);
  color: #6d57d9;
  font-size: 0.56rem;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._scopeNote_1al8d_861 {
  margin: 0.7rem 0.55rem 0;
  color: #765bc9;
  font-size: 0.62rem;
  line-height: 1.4;
}

._vatToggle_1al8d_747 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #686872;
  font-size: 0.68rem;
  cursor: pointer;
}

._vatToggleCompact_1al8d_879 {
  margin: 0.8rem 0.55rem;
}

._vatToggle_1al8d_747 input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

._vatToggle_1al8d_747 i {
  position: relative;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 1.2rem;
  border-radius: 999px;
  background: #d7d7dd;
  transition: background 180ms ease;
}

._vatToggle_1al8d_747 i::after {
  position: absolute;
  top: 0.14rem;
  left: 0.14rem;
  width: 0.92rem;
  height: 0.92rem;
  border-radius: 50%;
  content: "";
  background: #fff;
  box-shadow: 0 0.1rem 0.35rem rgb(0 0 0 / 0.3);
  transition: transform 180ms ease;
}

._vatToggle_1al8d_747 input:checked + i {
  background: #765be9;
}

._vatToggle_1al8d_747 input:checked + i::after {
  transform: translateX(0.95rem);
}

._vatToggle_1al8d_747 input:focus-visible + i {
  outline: 2px solid #b4a7ff;
  outline-offset: 3px;
}

._totals_1al8d_748 {
  display: grid;
  gap: 0.42rem;
  padding: 0.85rem 0.55rem;
}

._totals_1al8d_748 > div {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  color: #6b6b75;
  font-size: 0.7rem;
}

._totals_1al8d_748 > div strong {
  color: #17171b;
  font-weight: 620;
}

._totals_1al8d_748 ._grandTotal_1al8d_945 {
  align-items: flex-end;
  margin-top: 0.3rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgb(20 20 28 / 0.08);
  color: #17171b;
  font-size: 0.78rem;
}

._totals_1al8d_748 ._grandTotal_1al8d_945 strong {
  font-size: 1.4rem;
  letter-spacing: -0.04em;
}

._totals_1al8d_748 > small {
  color: #765bc9;
  font-size: 0.6rem;
}

._careSummary_1al8d_749 {
  display: grid;
  gap: 0.18rem;
  margin: 0 0.55rem 0.8rem;
  padding: 0.75rem;
  border: 0;
  border-radius: 0.75rem;
  background: #eaeaee;
}

._careSummary_1al8d_749 strong {
  font-size: 0.75rem;
}

._careSummary_1al8d_749 small {
  color: var(--config-copy);
  font-size: 0.67rem;
}

._careSummaryButton_1al8d_983 {
  width: calc(100% - 1.1rem);
  border: 0;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

._careSummaryButton_1al8d_983:hover,
._careSummaryButton_1al8d_983:focus-visible {
  background: #e4e4e9;
}

._careSummaryButton_1al8d_983:focus-visible {
  outline: 2px solid rgb(112 85 221 / 0.42);
  outline-offset: 0.15rem;
}

._priceSummary_1al8d_718 > ._startButton_1al8d_662,
._priceSummary_1al8d_718 > ._saveButton_1al8d_663,
._priceSummary_1al8d_718 > ._secondaryAction_1al8d_664,
._priceSummary_1al8d_718 > ._resetButton_1al8d_666 {
  width: calc(100% - 1.1rem);
  margin-inline: 0.55rem;
}

._saveButton_1al8d_663,
._priceSummary_1al8d_718 > ._secondaryAction_1al8d_664 {
  margin-top: 0.55rem;
}

._resetButton_1al8d_666 {
  min-height: 2.2rem;
  margin-top: 0.35rem;
  border: 0;
  color: var(--config-muted);
  font-size: 0.62rem;
}

._finalSummary_1al8d_1022 {
  display: grid;
  gap: 1.6rem;
}

._summaryOverview_1al8d_555 {
  display: grid;
  gap: 0;
}

._summaryOverview_1al8d_555 h3 {
  margin: 0 0 0.75rem;
}

._summaryOverview_1al8d_555 > div {
  display: grid;
  gap: 0.2rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgb(20 20 28 / 0.07);
}

._summaryOverview_1al8d_555 span {
  color: var(--config-muted);
  font-size: 0.66rem;
}

._summaryOverview_1al8d_555 strong {
  color: #25252b;
  font-size: 0.78rem;
  line-height: 1.4;
}

._configurationColumn_1al8d_129 ._breakdownGroups_1al8d_1054 {
  grid-template-columns: 1fr;
}

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

._breakdownGroup_1al8d_1054 {
  min-width: 0;
  padding: 1.2rem;
  border: 0;
  border-radius: 1rem;
  background: var(--config-panel);
}

._breakdownGroup_1al8d_1054 h3 {
  margin: 0 0 1rem;
  color: #6d57d9;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

._breakdownGroup_1al8d_1054 > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.48rem 0;
  color: #666670;
  font-size: 0.72rem;
}

._breakdownGroup_1al8d_1054 > div + div {
  border-top: 1px solid rgb(20 20 28 / 0.06);
}

._breakdownGroup_1al8d_1054 > div span {
  display: grid;
  gap: 0.15rem;
}

._breakdownGroup_1al8d_1054 > div small {
  color: #765bc9;
  font-size: 0.6rem;
}

._breakdownGroup_1al8d_1054 > div strong {
  flex: 0 0 auto;
  color: #17171b;
  font-weight: 610;
}

._finalPricePanel_1al8d_1110 {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 0;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 100% 0, rgb(137 94 255 / 0.1), transparent 55%),
    var(--config-panel);
}

._finalPricePanel_1al8d_1110 > span {
  color: var(--config-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

._finalPricePanel_1al8d_1110 > strong {
  display: block;
  margin: 0.35rem 0 1.3rem;
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 620;
  letter-spacing: -0.06em;
}

._finalPricePanel_1al8d_1110 > strong small {
  color: var(--config-copy);
  font-size: 0.28em;
  letter-spacing: 0;
}

._finalPricePanel_1al8d_1110 > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-top: 1px solid rgb(20 20 28 / 0.08);
  color: var(--config-copy);
  font-size: 0.75rem;
}

._finalPricePanel_1al8d_1110 > div b {
  color: #17171b;
}

._finalPricePanel_1al8d_1110 > p {
  margin: 0.8rem 0 0;
  color: #765bc9;
  font-size: 0.68rem;
  line-height: 1.5;
}

._finalActions_1al8d_1161 {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

._finalActions_1al8d_1161 ._secondaryAction_1al8d_664 {
  min-height: auto;
  padding: 0.65rem 0.35rem;
  color: var(--config-copy);
  background: transparent;
}

._finalActions_1al8d_1161 ._secondaryAction_1al8d_664:hover {
  color: #6d57d9;
  background: transparent;
}

._secondaryAction_1al8d_664,
._changeAction_1al8d_665 {
  background: #f1f1f4;
}

._changeAction_1al8d_665 {
  color: var(--config-muted);
}

._mobilePriceBar_1al8d_1189,
._mobileSummaryBackdrop_1al8d_1190 {
  display: none;
}

._modalBackdrop_1al8d_1194 {
  --config-copy: #4f4f59;
  --config-muted: #74747e;
  --config-button-radius: 0.82rem;
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 1rem;
  color: #17171b;
  color-scheme: light;
  background: rgb(0 0 0 / 0.7);
  backdrop-filter: blur(16px);
  animation: _modal-in_1al8d_1 220ms ease both;
}

._leadModal_1al8d_1212 {
  position: relative;
  width: min(43rem, 100%);
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  border: 0;
  border-radius: 1.4rem;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  background:
    radial-gradient(circle at 100% 0, rgb(130 88 255 / 0.1), transparent 50%),
    #fff;
  box-shadow: 0 2.5rem 8rem rgb(20 18 32 / 0.22);
  outline: none;
}

._modalClose_1al8d_1227,
._sheetClose_1al8d_1228 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #24242a;
  background: #ededf1;
  cursor: pointer;
}

._leadHeader_1al8d_1243 {
  padding-right: 2.8rem;
}

._leadHeader_1al8d_1243 h2,
._leadSuccess_1al8d_1248 h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 0.97;
  color: #17171b;
}

._leadHeader_1al8d_1243 p,
._leadSuccess_1al8d_1248 p {
  max-width: 32rem;
  margin: 1rem 0 0;
  color: #4f4f59;
  font-size: 0.85rem;
  line-height: 1.55;
}

._leadForm_1al8d_1267 {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

._leadGrid_1al8d_1273 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

._leadForm_1al8d_1267 label {
  display: grid;
  gap: 0.42rem;
  color: #3f3f49;
  font-size: 0.7rem;
  font-weight: 630;
}

._leadForm_1al8d_1267 label span small {
  color: #74747e;
  font-weight: 500;
}

._leadForm_1al8d_1267 input,
._leadForm_1al8d_1267 textarea {
  width: 100%;
  border: 1px solid rgb(20 20 28 / 0.1);
  border-radius: 0.75rem;
  padding: 0.78rem 0.9rem;
  color: #17171b;
  caret-color: #17171b;
  font-size: 0.82rem;
  outline: none;
  background: #f5f5f7;
  transition: border-color 160ms ease, background 160ms ease;
}

._leadForm_1al8d_1267 input::placeholder,
._leadForm_1al8d_1267 textarea::placeholder {
  color: #84848e;
  opacity: 1;
}

._leadForm_1al8d_1267 textarea {
  min-height: 6.5rem;
  resize: vertical;
}

._leadForm_1al8d_1267 input:focus,
._leadForm_1al8d_1267 textarea:focus {
  border-color: #8f76ff;
  background: #fff;
}

._leadForm_1al8d_1267 input:disabled,
._leadForm_1al8d_1267 textarea:disabled {
  opacity: 0.55;
}

._honeypot_1al8d_1328 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

._leadFooter_1al8d_1337 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.4rem;
}

._leadFooter_1al8d_1337 p {
  max-width: 18rem;
  margin: 0;
  color: #62626c;
  font-size: 0.62rem;
  line-height: 1.45;
}

._leadFooter_1al8d_1337 p a {
  color: #262630;
  font-weight: 650;
}

._leadFooter_1al8d_1337 button,
._leadSuccess_1al8d_1248 button {
  min-height: 2.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 0.82rem;
  padding: 0 0.92rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(105deg, #338fdc, #7359e5 58%, #b94c9e);
  cursor: pointer;
}

._leadFooter_1al8d_1337 button:disabled {
  opacity: 0.6;
  cursor: wait;
}

._formStatus_1al8d_1380 {
  margin: 0;
  color: #9edfc9;
  font-size: 0.7rem;
  line-height: 1.45;
}

._formError_1al8d_1387 {
  color: #ffaaa8;
}

._leadSuccess_1al8d_1248 {
  min-height: 24rem;
  display: grid;
  align-content: center;
  justify-items: start;
}

._leadSuccess_1al8d_1248 > span {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  color: #0b211a;
  background: #8ed9c0;
}

._leadSuccess_1al8d_1248 button {
  margin-top: 1.5rem;
}

@keyframes _step-enter_1al8d_1 {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes _modal-in_1al8d_1 {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (max-width: 1050px) {
  ._configuratorLayout_1al8d_118 {
    grid-template-columns: minmax(0, 1.65fr) minmax(17.5rem, 1fr);
    gap: 2rem;
  }

  ._optionGrid_1al8d_170 {
    grid-template-columns: 1fr;
  }

  ._languageDetails_1al8d_189 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  ._experience_1al8d_25 {
    padding: 3.5rem 1rem calc(8rem + env(safe-area-inset-bottom));
  }

  ._mobileUtility_1al8d_39 {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.4rem;
  }

  ._stepNav_1al8d_43 {
    margin-right: -1rem;
    margin-bottom: 3rem;
  }

  ._stepTrack_1al8d_47 {
    padding-right: 1rem;
  }

  ._configuratorLayout_1al8d_118 {
    display: block;
  }

  ._desktopSummary_1al8d_712 {
    display: none;
  }

  ._summaryStepContent_1al8d_135 {
    display: block;
  }

  ._stepHeader_1al8d_144 h1 {
    font-size: clamp(1.65rem, 6.4vw, 1.9rem);
  }

  ._stepPanel_1al8d_139 {
    padding-bottom: 10rem;
  }

  ._stepActions_1al8d_642 {
    top: calc(100svh - 10.35rem - env(safe-area-inset-bottom));
    min-height: 3.9rem;
    margin: 0 0 -3.9rem;
  }

  ._stepContent_1al8d_166 {
    min-height: 18rem;
  }

  ._optionGrid_1al8d_170 {
    grid-template-columns: 1fr;
  }

  ._optionCard_1al8d_185 {
    min-height: 8rem;
  }

  ._breakdownGroups_1al8d_1054,
  ._careSeparation_1al8d_401 {
    grid-template-columns: 1fr;
  }

  ._mobilePriceBar_1al8d_1189 {
    position: fixed;
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    left: max(0.75rem, env(safe-area-inset-left));
    z-index: 2147481600;
    min-height: 4.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    border-radius: 1rem;
    padding: 0.72rem 0.9rem 0.72rem 1rem;
    color: #17171b;
    text-align: left;
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 1rem 3rem rgb(32 30 48 / 0.18);
    backdrop-filter: blur(22px) saturate(140%);
  }

  ._mobilePriceBar_1al8d_1189 > span:first-child {
    display: grid;
    gap: 0.12rem;
  }

  ._mobilePriceBar_1al8d_1189 small {
    color: var(--config-muted);
    font-size: 0.57rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  ._mobilePriceBar_1al8d_1189 strong {
    font-size: 1.2rem;
    letter-spacing: -0.035em;
  }

  ._mobilePriceAction_1al8d_1539 {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: var(--config-button-radius);
    padding: 0.65rem 0.78rem;
    font-size: 0.67rem;
    font-weight: 690;
    background: #ededf1;
  }

  ._mobileSummaryBackdrop_1al8d_1190 {
    position: fixed;
    inset: 0;
    z-index: 2147481550;
    display: flex;
    align-items: flex-end;
    background: rgb(0 0 0 / 0.66);
    backdrop-filter: blur(10px);
  }

  ._mobileSummarySheet_1al8d_1560 {
    position: relative;
    width: 100%;
    max-height: calc(100svh - 4.8rem);
    overflow-y: auto;
    border-top: 0;
    border-radius: 1.4rem 1.4rem 0 0;
    padding: 1rem 0.65rem calc(5.7rem + env(safe-area-inset-bottom));
    background: #fff;
    box-shadow: 0 -2rem 5rem rgb(20 18 32 / 0.18);
    animation: _sheet-in_1al8d_1 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  ._sheetHandle_1al8d_1573 {
    width: 2.8rem;
    height: 0.25rem;
    margin: 0 auto 0.5rem;
    border-radius: 999px;
    background: rgb(20 20 28 / 0.18);
  }

  ._sheetClose_1al8d_1228 {
    top: 0.8rem;
    right: 1rem;
    z-index: 2;
  }

  ._priceSummaryCompact_1al8d_1587 {
    border: 0;
    padding: 0.4rem;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  ._priceSummaryCompact_1al8d_1587 ._summaryLines_1al8d_746 {
    max-height: none;
  }

  ._leadModal_1al8d_1212 {
    max-height: calc(100svh - 1rem);
    border-radius: 1.1rem;
    padding: 1.25rem;
  }

  ._leadGrid_1al8d_1273 {
    grid-template-columns: 1fr;
  }

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

  ._leadFooter_1al8d_1337 button {
    justify-content: center;
  }

  ._finalActions_1al8d_1161 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }

  ._finalActions_1al8d_1161 button {
    width: 100%;
  }

  @keyframes _sheet-in_1al8d_1 {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
  }
}

@media (max-width: 460px) {
  ._optionTopline_1al8d_253 {
    display: grid;
    gap: 0.38rem;
  }

  ._optionTopline_1al8d_253 b {
    text-align: left;
  }

  ._dependencyPanel_1al8d_442 > div > div {
    align-items: stretch;
    flex-direction: column;
  }

  ._dependencyPanel_1al8d_442 button {
    width: 100%;
  }

  ._mobilePriceAction_1al8d_1539 {
    font-size: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._stepPanel_1al8d_139,
  ._modalBackdrop_1al8d_1194,
  ._mobileSummarySheet_1al8d_1560 {
    animation: none;
  }

  ._progressLine_1al8d_105 span,
  ._optionCard_1al8d_185 {
    transition: none;
  }

  button._optionCard_1al8d_185:hover:not(:disabled),
  ._startButton_1al8d_662:hover {
    transform: none;
  }
}
