:root {
  --bg-main: #f5f6f8;
  --bg-card: #ffffff;

  --accent: #10346a;
  --accent-soft: #d6deec;
  --accent-dark: #0c2a55;
  --cta: #51cf6a;
  --cta-dark: #2f9e44;

  --text-main: #1f2933;
  --text-muted: #6b7280;

  --border-soft: #e1e4ea;

  --radius-lg: 18px;
  --radius-md: 12px;

  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.12);
  --shadow-light: 0 10px 25px rgba(15, 23, 42, 0.06);
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/material-symbols-outlined-200.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/material-symbols-outlined-300.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/material-symbols-outlined-400.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/material-symbols-outlined-500.ttf") format("truetype");
  font-display: swap;
}

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
}

.button.ccm--save-settings.ccm--button-primary.ccm--ctrl-init {
  border-radius: 20px !important;
  text-transform: none !important;
}

.ccm--ctrl-init {
  border-radius: 20px !important;
  text-transform: none !important;
}

.ccm-modal--body {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.ccm-modal-inner {
  border-radius: 10px !important;
}

.ccm-modal--footer {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}


/* ------------------------------------------
   MATERIAL ICONS
------------------------------------------ */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  -webkit-font-smoothing: antialiased;
}

/* ------------------------------------------
   HEADER
------------------------------------------ */
.site-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
}

.header-inner {
  max-width: 1100px;
  padding: 1rem 1.4rem;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media(min-width: 900px) {
  .header-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-center-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.85rem;
  pointer-events: none;
  opacity: 0.95;
  width: 100%;
  margin: 2.2rem 0 2rem;
}

.header-center-icons a {
  pointer-events: auto;
}

.header-center-link {
  display: inline-flex;
}

.header-center-icon {
  height: 84px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(0.1);
}

@media(max-width: 900px) {
  .header-center-icons {
    display: none;
  }

  .usp-highlight-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  padding-left: 124px;
  text-decoration: none;
  color: inherit;
}

.brand-logo-img {
  height: 120px;
  width: 120px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-weight: 700;
  font-size: 1.15rem;
}

.brand-sub {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.header-contact {
  text-align: right;
}

.header-phone-line {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}

.phone-number {
  font-weight: 750;
  color: var(--text-main);
  text-decoration: none;
}

.phone-number:hover {
  text-decoration: underline;
}

.phone-icon {
  font-size: 20px;
  color: var(--accent-dark);
  animation: phonePulse 1.8s ease-in-out infinite;
  transform-origin: center;
}

.phone-opening {
  color: var(--text-muted);
  font-size: 0.8rem;
}

/* Mobile */
.header-call-icon {
  display: none;
  color: var(--text-main);
}

.header-call-icon .material-symbols-outlined {
  font-size: 28px;
  text-decoration: none;
}

.header-call-icon {
  position: relative;
}

.header-call-icon .material-symbols-outlined {
  animation: phonePulse 1.8s ease-in-out infinite;
}

@keyframes phonePulse {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(16, 52, 106, 0));
  }
  50% {
    transform: scale(1.08);
    filter: drop-shadow(0 8px 14px rgba(16, 52, 106, 0.35));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(16, 52, 106, 0));
  }
}

@media (prefers-reduced-motion: reduce) {
  .phone-icon,
  .header-call-icon .material-symbols-outlined {
    animation: none;
  }
}

.lang-toggle {
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  padding: 0.45rem 0.85rem;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  box-shadow: var(--shadow-light);
  color: var(--text-main);
}

.lang-label-text {
  display: inline;
}

@media(max-width: 720px) {
  .lang-label-text {
    display: none;
  }
}

/* ------------------------------------------
   LAYOUT HÜLLE
------------------------------------------ */
.page {
  padding: 2.4rem 1.4rem 0rem;
  display: flex;
  justify-content: center;
}

.wizard-shell {
  width: 100%;
  max-width: 1100px;
}

.customer-section {
  margin-top: 2.6rem;
}

.usp-highlight {
  margin-top: 2.6rem;
  margin-bottom: 0.4rem;
}

.usp-highlight-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.usp-highlight-item {
  background: #ffffff;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  padding: 1rem 1.2rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  box-shadow: var(--shadow-light);
}

.usp-highlight-icon {
  font-size: 40px !important;
  line-height: 1;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
  color: var(--accent-dark);
  flex: 0 0 auto;
}

.usp-highlight-content {
  display: grid;
  gap: 0.25rem;
}

.usp-highlight-title {
  font-weight: 700;
  color: var(--text-main);
}

.usp-highlight-body {
  color: var(--text-muted);
  line-height: 1.45;
  font-size: 0.95rem;
}

.usp-bar {
  margin-top: 2.6rem;
}

.usp-inner {
  background: transparent;
  border: none;
  border-radius: 18px;
  box-shadow: none;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem;
  align-items: center;
  backdrop-filter: blur(10px);
}

.usp-nav {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  background: white;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}

.usp-nav .material-symbols-outlined {
  color: var(--text-muted);
  font-size: 26px;
}

.usp-nav:hover {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.12);
}

.usp-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.usp-viewport::-webkit-scrollbar {
  display: none;
}

.usp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.8rem;
}

.usp-item {
  min-width: 260px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 0.75rem 0.85rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  scroll-snap-align: start;
  box-shadow: var(--shadow-light);
}

.usp-item:hover {
  border-color: rgba(0, 0, 0, 0.12);
  background: #ffffff;
}

.usp-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #eef1f7;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.usp-icon .material-symbols-outlined {
  color: var(--text-muted);
  font-size: 26px;
}

.usp-title {
  font-weight: 750;
  letter-spacing: 0.03em;
}

.usp-body {
  color: color-mix(in srgb, var(--text-muted) 65%, transparent);
  font-size: 0.92rem;
}

.wizard-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.wizard-title {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 1.35rem;
}

.wizard-steps {
  display: flex;
  gap: 0.4rem;
}

.step-dot {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-size: 0.75rem;
  display: grid;
  place-items: center;
  background: #fff;
  border: 2px solid var(--border-soft);
  color: var(--text-muted);
}

.step-dot.active {
  border-color: var(--cta);
  background: color-mix(in srgb, var(--cta) 18%, #ffffff);
  color: #0f172a;
}

.step-dot.completed {
  border-color: var(--cta);
  background: color-mix(in srgb, var(--cta) 24%, #ffffff);
  color: var(--cta-dark);
}

.wizard-card {
  background: white;
  padding: 2rem;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.success-view {
  display: none;
}

.success-hero {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #ecfdf3;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 1.1rem 1.3rem;
  margin-bottom: 1.2rem;
}

.success-hero-icon {
  font-size: 40px;
  color: var(--accent-dark);
}

.success-hero-text h2 {
  margin: 0 0 0.2rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.success-hero-text p {
  margin: 0.35rem 0 0;
  color: var(--text-muted);
}

.success-details {
  display: grid;
  gap: 0.85rem;
  color: var(--text-muted);
}

.success-details p {
  margin: 0;
}

.success-contact {
  display: grid;
  gap: 0.45rem;
}

.success-contact-line {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-main);
  font-weight: 600;
}

.success-contact-line .material-symbols-outlined {
  font-size: 20px;
  color: var(--accent-dark);
}

.success-contact-line a {
  color: inherit;
  text-decoration: none;
}

.success-contact-line a:hover {
  text-decoration: underline;
}

.success-followup {
  margin-top: 1.2rem;
}

.success-followup a:not(.btn) {
  color: var(--text-main);
  text-decoration: underline;
}

.success-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.success-catalog-btn {
  width: fit-content;
}

/* PROGRESS */
.wizard-progress {
  background: #eef0f5;
  height: 7px;
  border-radius: 10px;
  margin-bottom: 1.2rem;
}

.wizard-progress-bar {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cta), var(--cta-dark));
  transition: width 0.3s ease;
}

.wizard-layout {
  display: block;
}

/* ------------------------------------------
   INTRO OBEN (nur Step 1)
------------------------------------------ */

.intro-container {
  display: flex;
  gap: 1.3rem;
  background: #ffffff;
  border-left: 6px solid var(--accent);
  border-radius: 16px;
  padding: 1.3rem 3rem 1.3rem 1.4rem;
  margin-bottom: 1.6rem;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.05);
  position: relative;
}

.intro-subline {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
}

/* ===== INTRO CONTAINER – NEUE ELEMENTE ===== */

.intro-subline {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
}

.intro-target {
  margin: 0.35rem 0 0.6rem;
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--accent-dark);
}

.intro-benefits {
  list-style: none;
  padding: 0;
  margin: 0.55rem 0 0.6rem;
  display: grid;
  gap: 0.35rem;
}

.intro-benefits li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  color: var(--text-main);
  line-height: 1.35;
  font-weight: 600;
}

.intro-benefits li::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  color: var(--cta-dark);
  position: absolute;
  left: 0;
  top: 0.15rem;
}

.intro-trust {
  margin-top: 0.55rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.intro-duration {
  margin-top: 0.75rem !important;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-muted);
  opacity: 0.9;
}

@media (max-width: 720px) {
  .intro-duration {
    font-size: 0.8rem;
  }
}


.intro-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.intro-close .material-symbols-outlined {
  font-size: 20px;
  color: var(--text-muted);
}

.intro-close:hover {
  border-color: rgba(0, 0, 0, 0.12);
}

.summary-container {
  margin-top: 0;
}

.summary-heading {
  margin: 0 0 1rem !important;
}

.summary-sections {
  margin-top: 0.35rem;
}

.summary-section-title {
  margin: 0.85rem 0 0.35rem;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

.summary-section-title:first-child {
  margin-top: 0.35rem;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0;
}

.summary-card {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.summary-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.summary-card-icon .material-symbols-outlined {
  font-size: 26px;
  color: var(--text-muted);
}

.summary-card-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.summary-key {
  color: var(--text-muted);
  font-weight: 550;
}

.summary-value {
  font-weight: 650;
  text-align: left;
  word-break: break-word;
}

.summary-note {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  padding: 0.8rem 0.9rem;
  border-radius: 14px;
  background: #eef1f7;
  border: 1px solid var(--border-soft);
  color: var(--text-main);
}

.summary-note .material-symbols-outlined {
  color: var(--text-muted);
  font-size: 24px;
  margin-top: 1px;
}

.summary-note-text {
  color: var(--text-muted);
  line-height: 1.35;
}

.summary-note-text strong {
  color: var(--text-main);
}

@media(max-width: 900px) {
  .summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 680px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }
}

.intro-icon {
  display: flex;
  align-items: flex-start;
}

.intro-icon .material-symbols-outlined {
  font-size: 34px;
  color: var(--accent-dark);
}

.intro-text h2 {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
}

.intro-text p {
  margin: 0.2rem 0;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.3;
}

/* ------------------------------------------
   STEP GENERIC
------------------------------------------ */

.step {
  display: none;
}

.step-active {
  display: block;
}

.step-question {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.question-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 0.4rem;
}

.question-row .step-question {
  margin: 0;
}

.step-hint {
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}

.step-block {
  margin-top: 1.2rem;
}

.subtitle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.7rem;
}

.subtitle-row .step-subtitle {
  margin: 0;
}

.field-label-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.9rem;
}

.field-label-row .field-label {
  margin: 0;
}

.info-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: #ffffff;
  cursor: pointer;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.info-btn .material-symbols-outlined {
  font-size: 20px;
  color: var(--text-muted);
}

.info-btn:hover {
  background: #eef1f7;
}

.info-panel {
  margin: 0.65rem 0 1.1rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: #eef1f7;
  border: 1px solid var(--border-soft);
  color: var(--text-muted);
}

.info-panel p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.35;
}

.step-block--lg {
  margin-bottom: 1.4rem;
}

.step-subtitle {
  margin: 0 0 0.7rem;
  font-size: 1.05rem;
  font-weight: 650;
}

.height-control {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.height-control-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.height-step-btn {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--border-soft);
  background: white;
  box-shadow: var(--shadow-light);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.height-step-btn .material-symbols-outlined {
  font-size: 26px;
  color: var(--accent-dark);
}

.height-control-row input[type="range"] {
  flex: 1;
  accent-color: var(--accent-dark);
  height: 36px;
  background: transparent;
}

.height-control-row input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: #eef0f5;
}

.height-control-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border: 2px solid #fff;
  box-shadow: 0 10px 18px rgba(16, 52, 106, 0.28);
  margin-top: -8px;
}

.height-control-row input[type="range"]::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: #eef0f5;
}

.height-control-row input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  border: 2px solid #fff;
  box-shadow: 0 10px 18px rgba(16, 52, 106, 0.28);
}

.height-control-input {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
}

.height-control-input input[type="number"] {
  width: 140px;
  text-align: center;
  font-weight: 650;
  background: white;
}

.unit-suffix {
  font-weight: 650;
  color: var(--text-muted);
}

.range-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-muted);
}

@media(max-width: 520px) {
  .height-step-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .height-control-input input[type="number"] {
    width: 100%;
  }
}

/* ------------------------------------------
   STEP 1 — BAUARTEN GRID
------------------------------------------ */

.activity-layout {
  display: block;
}

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

@media(max-width: 1100px) {
  .activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 700px) {
  .activity-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 480px) {
  .activity-grid {
    grid-template-columns: 1fr;
  }
}

.activity-card {
  background: white;
  padding: 1.3rem 1rem;
  border-radius: 16px;
  border: 2px solid var(--border-soft);
  text-align: center;
  cursor: pointer;
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 0.8rem;

  transition: background 0.25s, border-color 0.25s;
}

.activity-card:hover {
  background: rgba(16, 52, 106, 0.08);
  border-color: var(--accent);
}

.activity-card.selected {
  background: rgba(16, 52, 106, 0.14);
  border-color: var(--accent-dark);
}

.activity-card input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.activity-icon {
  font-size: 42px;
  color: var(--accent-dark);
}

.activity-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  flex: 1;
}

/* Video im jeweiligen Button */

.activity-card--video {
  padding: 0;
  gap: 0;
  overflow: hidden;
  text-align: left;
}

.activity-video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #eef1f7;
}

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

.activity-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.activity-card-body {
  padding: 0.95rem 1rem 1.05rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-align: left;
}

.activity-card--video .activity-card-body {
  border-top: 1px solid var(--border-soft);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.activity-card--video .activity-icon {
  font-size: 32px;
  color: var(--accent-dark);
}

.activity-price {
  margin-left: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.2rem;
  padding: 0.45rem 0.9rem;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cta), var(--cta-dark));
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 86, 179, 0.2);
  white-space: normal;
  text-align: right;
  line-height: 1.25;
  max-width: 12.5rem;
}

.activity-price-main {
  font-size: 0.95rem;
  font-weight: 800;
}

.activity-price-sub {
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.92;
}

.activity-price-sub:empty {
  display: none;
}

.activity-card:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}



/* ------------------------------------------
   STEPS 2, 3, 4 — BIG CARDS
------------------------------------------ */

.big-card-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.1rem;
}

@media(max-width: 700px) {
  .big-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media(max-width: 480px) {
  .big-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.big-card {
  background: white;
  border: 2px solid var(--border-soft);
  border-radius: 16px;
  padding: 1.3rem 1rem;
  text-align: center;
  cursor: pointer;
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 0.8rem;

  transition: background 0.25s, border-color 0.25s;
}

.big-card:hover {
  background: rgba(16, 52, 106, 0.08);
  border-color: var(--accent);
}

.big-card.selected {
  background: rgba(16, 52, 106, 0.14);
  border-color: var(--accent-dark);
}

.big-card input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none;
}

.big-icon {
  font-size: 40px;
  color: var(--accent-dark);
}

.big-title {
  font-weight: 600;
  font-size: 1rem;
}

.big-icon-stack {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.big-icon-stack .big-icon {
  font-size: 30px;
}

.big-card:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.step-error {
  margin: 0.9rem 0 1rem;
  border-radius: 14px;
  border: 1px solid rgba(220, 38, 38, 0.25);
  background: rgba(254, 226, 226, 0.9);
  color: #991b1b;
  padding: 0.85rem 1rem;
  font-weight: 550;
}

.option-group.is-invalid .activity-card,
.option-group.is-invalid .big-card {
  border-color: rgba(220, 38, 38, 0.55);
}

.option-group.is-invalid .activity-card:hover,
.option-group.is-invalid .big-card:hover {
  border-color: rgba(220, 38, 38, 0.8);
  background: rgba(254, 226, 226, 0.35);
}

/* ------------------------------------------
   STEP 4 — FORM
------------------------------------------ */

.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.field-label {
  margin-bottom: 0.35rem;
  font-weight: 500;
}

.required-star {
  color: #dc2626;
  font-weight: 800;
  margin-left: 0.25rem;
}

.required-star[hidden] {
  display: none !important;
}

input,
textarea,
select {
  padding: 0.85rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  background: #f9fafb;
  font-size: 1rem;
  font-family: inherit;
  transition: border 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  background: white;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-soft);
}

textarea {
  resize: vertical;
}

.input-with-icon {
  position: relative;
  width: 100%;
}

.input-with-icon .input-icon {
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--text-muted);
  pointer-events: none;
}

.input-with-icon input,
.input-with-icon select,
.input-with-icon textarea {
  padding-left: 2.7rem;
  width: 100%;
}

.input-with-icon--textarea .input-icon {
  top: 1.1rem;
  transform: none;
}

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

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media(max-width: 680px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }

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

  .usp-highlight-inner {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------------------
   FOOTER BUTTONS
------------------------------------------ */

.wizard-footer {
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 1.1rem;
  margin-top: 1.8rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem;
}

.footer-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.9rem;
  margin-left: auto;
  flex: 1;
}

.footer-right-buttons {
  display: flex;
  gap: 0.6rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
  color: var(--text-main);
  transition: background 0.15s;
}

/* Buttons no movement */
.btn:hover {
  transform: none !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--cta), var(--cta-dark));
  color: #fff;
  box-shadow: 0px 10px 18px rgba(47, 158, 68, 0.35);
  padding: 0.95rem 1.9rem;
  font-size: 1.05rem;
  font-weight: 750;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--cta-dark), var(--cta));
}

.send-note {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  justify-content: flex-start;
  color: var(--text-muted);
  flex: 1;
  min-width: 0;
  text-align: left;
  opacity: 0.65;
}

/* fallback if color-mix isn't supported */
@supports not (color: color-mix(in srgb, black 50%, transparent)) {
  .usp-body {
    color: rgba(107, 114, 128, 0.65);
  }
}

.send-note .material-symbols-outlined {
  color: var(--text-muted);
  font-size: 20px;
}

.send-note-text {
  line-height: 1.3;
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: #eef1f7;
  border: 1px solid var(--border-soft);
  cursor: pointer;
  margin-top: 0.6rem;
  position: relative;
}

.consent input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.consent-box {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 2px solid rgba(0, 0, 0, 0.18);
  background: #fff;
  box-shadow: var(--shadow-light);
  flex: 0 0 auto;
  margin-top: 2px;
  display: grid;
  place-items: center;
}

.consent input:checked + .consent-box {
  border-color: rgba(16, 52, 106, 0.75);
  background: rgba(16, 52, 106, 0.12);
}

.consent input:checked + .consent-box::after {
  content: "check";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  color: var(--accent-dark);
  line-height: 1;
}

.consent input:focus-visible + .consent-box {
  outline: 3px solid var(--accent-soft);
  outline-offset: 2px;
}

.consent-text {
  color: var(--text-muted);
  line-height: 1.35;
}

.btn-secondary {
  background: #eef1f7;
  color: var(--text-main);
}

.btn-ghost {
  background: transparent;
  color: var(--text-muted);
}

.step1-only {}

/* ------------------------------------------
   SUCCESS MESSAGE
------------------------------------------ */

.success-message {
  margin-top: 1.2rem;
  background: #e6edf8;
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--accent-dark);
}

/* ------------------------------------------
   FOOTER
------------------------------------------ */

.site-footer {
  background: white;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-bottom: 1.2rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-nav a {
  text-decoration: none;
  color: var(--text-muted);
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* ------------------------------------------
   MODAL
------------------------------------------ */

body.modal-open {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 99999;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-card {
  position: relative;
  width: min(92vw, 680px);
  max-height: 85vh;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 2rem 2rem 1.8rem;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.modal-card h3 {
  margin: 0 0 1rem;
  font-size: 1.3rem;
}

.modal-content h4 {
  margin: 1.2rem 0 0.6rem;
  font-size: 1.05rem;
  color: var(--text-main);
}

.modal-content h5 {
  margin: 1rem 0 0.5rem;
  font-size: 0.98rem;
  color: var(--text-main);
}

.modal-content p {
  margin: 0 0 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.modal-content strong {
  color: var(--text-main);
}

.modal-content a {
  color: var(--text-main);
  text-decoration: underline;
}

.modal-list {
  margin: 0 0 0.9rem;
  padding-left: 1.2rem;
  color: var(--text-muted);
  line-height: 1.55;
}

.modal-list li {
  margin-bottom: 0.5rem;
}

.modal-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: none;
  background: #eef1f7;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.modal-close .material-symbols-outlined {
  font-size: 22px;
  color: var(--text-main);
}

/* ------------------------------------------
   MOBILE
------------------------------------------ */

@media(max-width: 720px) {

  .ccm-settings-summoner--link.ccm--ctrl-init {
  margin-top:-50px !important;
}

  .site-header {
    position: static;
  }

  .wizard-header {
    padding-right: 0.4rem;
  }

  .summary-heading,
  .summary-container {
    display: none !important;
  }

  .brand {
    padding-left: 96px;
    gap: 0.35rem;
  }

  .brand-logo-img {
    width: 86px;
    height: 86px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .brand-sub {
    font-size: 0.75rem;
  }

  .question-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .question-row .info-btn {
    align-self: flex-start;
  }

  .usp-highlight-item {
    padding: 0.9rem 1rem;
  }

  .usp-highlight-icon {
    font-size: 56px !important;
    width: 56px;
    height: 56px;
  }

  .usp-highlight-title {
    font-size: 1rem;
  }

  .usp-highlight-body {
    font-size: 0.9rem;
  }

  .header-contact {
    display: none;
  }

  .header-call-icon {
    display: inline-flex;
  }

  .wizard-card {
    padding: 1.4rem 1.2rem;
  }

  .usp-item {
    min-width: 240px;
  }

  .intro-container {
    flex-direction: column;
  }

  .footer-right-buttons {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .footer-right-buttons .btn { flex: 0 0 auto; }

  .send-note {
    display: none !important;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .wizard-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 0.9rem 1.2rem;
    box-shadow: 0 -8px 20px rgba(0,0,0,0.12);
    z-index: 40;
  }

  .wizard-shell {
    padding-bottom: 90px;
  }

  .site-footer {
    margin-bottom: 90px;
  }

  .step1-only {
    display: none !important;
  }

  .footer-right-buttons {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-right-buttons .btn {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
    justify-content: center;
    text-align: center;
  }

  .footer-right-buttons .btn-ghost {
    flex: 0 0 auto;
  }

  .step[data-step="4"] .footer-right-buttons {
    justify-content: center;
    gap: 0.4rem;
  }

  .step[data-step="4"] #prevBtn {
    display: none !important;
  }

  .step[data-step="4"] #nextBtn {
    width: 100%;
    flex: 1 1 100%;
  }

  .header-center-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1.2rem 0 0.8rem;
  }

  .header-center-icon {
    height: 60px;
  }

  .step[data-step="1"] .activity-grid {
    grid-template-columns: 1fr;
  }

  .step[data-step="1"] .activity-card {
    padding: 1rem;
    gap: 0.65rem;
  }

  .step[data-step="1"] .activity-card--video {
    padding: 1rem;
    text-align: center;
  }

  .step[data-step="1"] .activity-card--video .activity-video-wrap {
    display: none;
  }

  .step[data-step="1"] .activity-card--video .activity-card-body {
    padding: 0;
    border-top: none;
    background: transparent;
    justify-content: center;
    gap: 0.5rem;
  }

  .step[data-step="1"] .activity-card-body {
    padding: 0;
  }

  .step[data-step="1"] .activity-card--video .activity-icon {
    font-size: 40px;
  }

  #introContainer .intro-icon {
    display: none;
  }

  .step[data-step="4"] .grid-2,
  .step[data-step="4"] .grid-3 {
    gap: 0.85rem;
    margin-bottom: 1rem;
  }

  .step[data-step="4"] .grid-2 .field,
  .step[data-step="4"] .grid-3 .field {
    margin-bottom: 0;
  }
}
