:root{
  --mm-bg:#ffffff;
  --mm-surface:#ffffff;
  --mm-surface-soft:#f8fafc;
  --mm-surface-muted:#f3f4f6;
  --mm-surface-tint:#fbfcfd;

  --mm-text:#0f172a;
  --mm-text-strong:#0b1220;
  --mm-text-muted:#64748b;
  --mm-text-dim:#94a3b8;

  --mm-border:#e5e7eb;
  --mm-border-strong:#d1d5db;

  --mm-accent:#111827;
  --mm-accent-hover:#0f172a;
  --mm-accent-soft:#f8fafc;

  --mm-gold:#e9b85b;
  --mm-gold-hover:#d9a84b;
  --mm-gold-soft:#fbf3e2;
  --mm-gold-border:rgba(138,97,32,.18);
  --mm-gold-text:#2c2008;

  --mm-success:#166534;
  --mm-success-soft:#f0fdf4;

  --mm-warning:#92400e;
  --mm-warning-soft:#fff7ed;

  --mm-danger:#991b1b;
  --mm-danger-soft:#fef2f2;

  --mm-shadow-sm:0 8px 24px rgba(15,23,42,.05);
  --mm-shadow-md:0 16px 40px rgba(15,23,42,.08);
  --mm-shadow-lg:0 24px 64px rgba(15,23,42,.10);

  --mm-radius-xs:10px;
  --mm-radius-sm:12px;
  --mm-radius-md:18px;
  --mm-radius-lg:24px;
  --mm-radius-xl:30px;
  --mm-radius-2xl:36px;

  --mm-max:1280px;

  /* Buttons aus AhsCaravanPremium */
  --mm-btn-primary-bg:linear-gradient(180deg,#f6d28b 0%,#e9b85b 100%);
  --mm-btn-primary-text:#2c2008;
  --mm-btn-primary-border:rgba(138,97,32,.08);
  --mm-btn-primary-shadow:0 18px 34px rgba(233,184,91,.18);

  --mm-btn-secondary-bg:#ffffff;
  --mm-btn-secondary-text:#0d1117;
  --mm-btn-secondary-border:rgba(13,17,23,.12);
  --mm-btn-secondary-shadow:0 12px 24px rgba(13,17,23,.04);

  --mm-focus-ring:0 0 0 4px rgba(233,184,91,.18);
}

.crm-ahs-page{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  padding:24px 0 84px;
  color:var(--mm-text);
}

.crm-ahs-wrap{
  max-width:var(--mm-max);
  margin:0 auto;
  padding:0 20px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}

.crm-ahs-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}

.crm-ahs-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  color:var(--mm-text-muted);
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

.crm-ahs-breadcrumb__sep{
  opacity:.45;
}

.crm-ahs-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid var(--mm-border);
  background:rgba(255,255,255,.92);
  color:var(--mm-text-muted);
  font-size:12px;
  font-weight:800;
  box-shadow:var(--mm-shadow-sm);
  white-space:nowrap;
}

.crm-ahs-pill__dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:#16a34a;
  display:inline-block;
}

.crm-ahs-grid{
  display:grid;
  gap:22px;
  align-items:start;
}

.crm-ahs-grid--single{
  grid-template-columns:1fr;
}

.crm-ahs-summarySection{
  margin-top:22px;
}

.crm-ahs-card,
.crm-ahs-sideCard{
  background:var(--mm-surface);
  border:1px solid var(--mm-border);
  border-radius:var(--mm-radius-2xl);
  box-shadow:var(--mm-shadow-md);
  overflow:hidden;
}

.crm-ahs-card{
  background:
    radial-gradient(circle at top right, rgba(15,23,42,.03) 0%, rgba(15,23,42,0) 26%),
    linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
}

.crm-ahs-sideCard{
  background:
    radial-gradient(circle at top right, rgba(15,23,42,.03) 0%, rgba(15,23,42,0) 30%),
    linear-gradient(180deg,#ffffff 0%,#fafbfc 100%);
}

.crm-ahs-sideCard--full{
  width:100%;
}

.crm-ahs-hero{
  padding:30px 30px 18px;
}

.crm-ahs-title{
  margin:0;
  font-size:clamp(34px,4.9vw,58px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:900;
  color:var(--mm-text-strong);
  text-wrap:balance;
}

.crm-ahs-sub{
  margin:12px 0 0;
  max-width:820px;
  color:var(--mm-text-muted);
  font-size:16px;
  line-height:1.8;
  font-weight:500;
}

.crm-ahs-priceWrap{
  margin-top:22px;
  padding:20px 22px;
  border-radius:24px;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(15,23,42,.03) 0%, rgba(15,23,42,0) 38%),
    linear-gradient(180deg,#fcfcfd 0%,#ffffff 100%);
  box-shadow:0 14px 36px rgba(15,23,42,.05);
}

.crm-ahs-priceLeft{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}

.crm-ahs-priceLine{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:10px;
}

.crm-ahs-price{
  margin:0;
  font-size:clamp(36px,4.5vw,56px);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:900;
  color:var(--mm-text-strong);
  transition:transform .2s ease, opacity .2s ease, filter .2s ease;
}

.crm-ahs-price.is-updating{
  opacity:.65;
  transform:translateY(2px) scale(.985);
  filter:blur(.2px);
}

.crm-ahs-price.is-pulse{
  animation:crmPricePulse .45s ease;
}

@keyframes crmPricePulse{
  0%{ transform:scale(.985); opacity:.72; }
  45%{ transform:scale(1.035); opacity:1; }
  100%{ transform:scale(1); opacity:1; }
}

.crm-ahs-vatInline{
  font-size:12px;
  font-weight:800;
  color:var(--mm-text-muted);
  letter-spacing:.01em;
}

.crm-ahs-liveHint{
  font-size:12px;
  font-weight:700;
  color:var(--mm-text-dim);
  transition:opacity .2s ease, transform .2s ease;
}

.crm-ahs-liveHint.is-updating{
  opacity:1;
  transform:translateY(0);
}

.crm-ahs-progress{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  padding:0 30px 26px;
}

.crm-ahs-progress__item{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:10px;
  min-height:116px;
  padding:18px 18px 16px;
  border:1px solid #dfe5ec;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  box-shadow:0 10px 24px rgba(15,23,42,.04);
  transition:
    transform .16s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease;
}

.crm-ahs-progress__item:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(15,23,42,.08);
}

.crm-ahs-progress__item::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}

.crm-ahs-progress__item.is-active{
  border-color:rgba(233,184,91,.55);
  background:
    radial-gradient(circle at 100% 0%, rgba(233,184,91,.18) 0%, rgba(233,184,91,0) 34%),
    linear-gradient(180deg,#fffaf0 0%,#ffffff 100%);
  box-shadow:
    0 0 0 3px rgba(233,184,91,.14),
    0 18px 38px rgba(233,184,91,.16);
}

.crm-ahs-progress__number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  background:#0f172a;
  color:#ffffff;
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 10px 22px rgba(15,23,42,.16);
}

.crm-ahs-progress__item.is-active .crm-ahs-progress__number{
  background:linear-gradient(180deg,#f6d28b 0%,#e9b85b 100%);
  color:#2c2008;
  box-shadow:0 12px 24px rgba(233,184,91,.24);
}

.crm-ahs-progress__label{
  font-size:15px;
  line-height:1.45;
  font-weight:900;
  color:var(--mm-text-strong);
  max-width:14ch;
}

.crm-ahs-progress__item.is-active .crm-ahs-progress__label{
  color:#1b2432;
}

.crm-ahs-stepSection{
  padding:0 30px 24px;
}

.crm-ahs-stepSection--compact{
  padding:0;
}

.crm-ahs-stepHead{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
  padding:14px 16px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(233,184,91,.10) 0%, rgba(233,184,91,0) 34%),
    linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}

.crm-ahs-stepHead--calendar{
  margin-bottom:14px;
}

.crm-ahs-stepHead--summary,
.crm-ahs-stepHead--result{
  margin-bottom:0;
}

.crm-ahs-stepEyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:999px;
  background:linear-gradient(180deg,#f6d28b 0%,#e9b85b 100%);
  color:#2c2008;
  font-size:13px;
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
  box-shadow:0 12px 24px rgba(233,184,91,.22);
  border:1px solid rgba(138,97,32,.10);
}

.crm-ahs-stepTitle,
.crm-calendar-title,
.crm-ahs-sideTitle,
.crm-ahs-eq h2{
  margin:0;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.025em;
  font-weight:900;
  color:var(--mm-text-strong);
}

.crm-caravan-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.crm-caravan-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  border:1px solid var(--mm-border);
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  overflow:hidden;
  cursor:pointer;
  transition:transform .14s ease, box-shadow .16s ease, border-color .16s ease;
}

.crm-caravan-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--mm-shadow-md);
}

.crm-caravan-card.is-active{
  border-color:rgba(15,23,42,.22);
  box-shadow:0 0 0 3px rgba(15,23,42,.05), var(--mm-shadow-md);
}

.crm-caravan-card__media{
  position:relative;
  aspect-ratio:16/10;
  background:#eef2f7;
  overflow:hidden;
}

.crm-caravan-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.crm-caravan-card__placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  text-align:center;
  color:var(--mm-text-muted);
  font-size:14px;
  font-weight:700;
  background:linear-gradient(180deg,#f7f9fc 0%,#edf1f5 100%);
}

.crm-caravan-card__body{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:16px;
}

.crm-caravan-card__title{
  margin:0;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:850;
  color:var(--mm-text-strong);
}

.crm-caravan-card__meta{
  display:grid;
  gap:6px;
}

.crm-caravan-card__metaItem{
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:13px;
  line-height:1.5;
  color:var(--mm-text-muted);
}

.crm-caravan-card__metaItem strong{
  color:var(--mm-text-strong);
  font-weight:800;
}

.crm-ahs-hiddenSelect{
  display:none;
}

.crm-ahs-galleryWrap{
  padding:0 30px 30px;
}

.crm-ahs-showcase{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(320px,1fr);
  gap:18px;
  align-items:stretch;
}

.crm-ahs-showcaseMedia{
  min-width:0;
}

.crm-ahs-galleryMain{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid var(--mm-border);
  background:#eef2f7;
  box-shadow:var(--mm-shadow-lg);
}

.crm-ahs-galleryImg{
  width:100%;
  height:540px;
  object-fit:cover;
  display:block;
}

.crm-ahs-galleryPlaceholder{
  width:100%;
  height:540px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(15,23,42,.03) 0%, rgba(15,23,42,0) 35%),
    linear-gradient(180deg,#f7f9fc 0%,#eef2f6 100%);
  color:var(--mm-text-muted);
  font-size:18px;
  font-weight:800;
}

.crm-ahs-thumbRow{
  margin-top:14px;
  display:flex;
  gap:10px;
  overflow:auto;
  padding-bottom:2px;
}

.crm-ahs-thumb{
  flex:0 0 auto;
  width:128px;
  height:90px;
  padding:0;
  border:1px solid var(--mm-border);
  border-radius:14px;
  overflow:hidden;
  background:#f4f6f8;
  cursor:pointer;
  transition:transform .14s ease, box-shadow .16s ease, border-color .16s ease;
}

.crm-ahs-thumb:hover{
  transform:translateY(-1px);
  box-shadow:var(--mm-shadow-sm);
}

.crm-ahs-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.crm-ahs-thumb.is-active{
  border-color:rgba(15,23,42,.22);
  box-shadow:0 0 0 3px rgba(15,23,42,.06);
}

.crm-ahs-panel{
  min-width:0;
  border:1px solid var(--mm-border);
  border-radius:28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(233,184,91,.10) 0%, rgba(233,184,91,0) 34%),
    linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  box-shadow:var(--mm-shadow-md);
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.crm-ahs-panel__empty{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:100%;
  border:1px dashed var(--mm-border-strong);
  border-radius:20px;
  background:rgba(248,250,252,.86);
  color:var(--mm-text-muted);
  font-size:14px;
  font-weight:700;
  line-height:1.7;
  text-align:center;
  padding:22px;
}

.crm-ahs-panel__content{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.crm-ahs-panel__head{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.crm-ahs-panel__kicker{
  font-size:11px;
  line-height:1.3;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--mm-text-dim);
  font-weight:900;
}

.crm-ahs-panel__title{
  margin:0;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.04em;
  color:var(--mm-text-strong);
  font-weight:900;
}

.crm-ahs-panel__subheadline{
  margin:0;
  color:var(--mm-text-muted);
  font-size:14px;
  line-height:1.7;
  font-weight:500;
}

.crm-ahs-panel__highlight{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--mm-gold-soft);
  border:1px solid var(--mm-gold-border);
  color:var(--mm-gold-text);
  font-size:12px;
  font-weight:800;
  width:max-content;
  max-width:100%;
}

.crm-ahs-panelFacts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.crm-ahs-panelFact{
  border:1px solid var(--mm-border);
  border-radius:16px;
  background:#fff;
  padding:14px;
  box-shadow:var(--mm-shadow-sm);
}

.crm-ahs-panelFact__label{
  display:block;
  margin-bottom:6px;
  color:var(--mm-text-dim);
  font-size:11px;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900;
}

.crm-ahs-panelFact__value{
  display:block;
  color:var(--mm-text-strong);
  font-size:15px;
  line-height:1.45;
  font-weight:850;
}

.crm-ahs-panelAccordion{
  border:1px solid var(--mm-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--mm-shadow-sm);
  overflow:hidden;
}

.crm-ahs-panelAccordion summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:16px 18px;
  font-size:14px;
  line-height:1.4;
  color:var(--mm-text-strong);
  font-weight:850;
}

.crm-ahs-panelAccordion summary::-webkit-details-marker{
  display:none;
}

.crm-ahs-panelAccordion summary::after{
  content:"+";
  color:var(--mm-text-dim);
  font-size:18px;
  font-weight:700;
  line-height:1;
}

.crm-ahs-panelAccordion[open] summary::after{
  content:"–";
}

.crm-ahs-panelAccordionBody{
  padding:0 18px 18px;
}

.crm-ahs-panelAccordionBody ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}

.crm-ahs-panelAccordionBody li{
  position:relative;
  padding-left:18px;
  color:var(--mm-text);
  font-size:14px;
  line-height:1.65;
  font-weight:600;
}

.crm-ahs-panelAccordionBody li::before{
  content:"";
  position:absolute;
  left:0;
  top:.7em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--mm-gold);
  transform:translateY(-50%);
}

/* Buttons */
.crm-ahs-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:56px;
  padding:0 20px;
  border-radius:16px;
  border:1px solid transparent;
  text-decoration:none;
  font-size:14px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:-.01em;
  cursor:pointer;
  transition:
    transform .18s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease,
    opacity .16s ease;
}

.crm-ahs-btn:hover{
  transform:translateY(-1px);
}

.crm-ahs-btn:active{
  transform:translateY(0);
}

.crm-ahs-btn:focus-visible{
  outline:none;
  box-shadow:var(--mm-focus-ring);
}

.crm-ahs-btn[disabled],
.crm-ahs-btn.is-disabled{
  opacity:.55;
  cursor:not-allowed;
  pointer-events:none;
  box-shadow:none;
}

.crm-ahs-btn--primary{
  background:var(--mm-btn-primary-bg);
  color:var(--mm-btn-primary-text);
  box-shadow:var(--mm-btn-primary-shadow);
  border-color:var(--mm-btn-primary-border);
}

.crm-ahs-btn--primary:hover{
  color:var(--mm-btn-primary-text);
  box-shadow:0 20px 36px rgba(233,184,91,.22);
}

.crm-ahs-btn--secondary{
  background:var(--mm-btn-secondary-bg);
  color:var(--mm-btn-secondary-text);
  border-color:var(--mm-btn-secondary-border);
  box-shadow:var(--mm-btn-secondary-shadow);
}

.crm-ahs-btn--secondary:hover{
  color:var(--mm-btn-secondary-text);
  background:#fff;
  border-color:rgba(13,17,23,.18);
  box-shadow:0 14px 28px rgba(13,17,23,.06);
}

.crm-ahs-btn--ghost{
  background:var(--mm-btn-secondary-bg);
  color:var(--mm-btn-secondary-text);
  border-color:var(--mm-btn-secondary-border);
  box-shadow:var(--mm-btn-secondary-shadow);
}

.crm-ahs-btn--ghost:hover{
  color:var(--mm-btn-secondary-text);
  background:#fff;
  border-color:rgba(13,17,23,.18);
  box-shadow:0 14px 28px rgba(13,17,23,.06);
}

.crm-ahs-btn--full{
  width:100%;
}

.crm-ahs-selected-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:14px;
  margin-top:6px;
}

.crm-ahs-selected-actions .crm-ahs-btn{
  flex:0 0 auto;
  min-width:220px;
}

/* Form / inquiry */
.crm-ahs-inquiryWrap{
  padding:34px 30px 34px;
  border-top:1px solid rgba(15,23,42,.07);
  background:
    radial-gradient(circle at 100% 0%, rgba(15,23,42,.025) 0%, rgba(15,23,42,0) 28%),
    linear-gradient(180deg,#fcfcfd 0%,#ffffff 100%);
}

.crm-ahs-inquirySub{
  margin:0 0 16px;
  color:var(--mm-text-muted);
  font-size:14px;
  line-height:1.75;
}

.crm-ahs-formGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-bottom:14px;
}

.crm-ahs-formActions{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:18px;
  flex-wrap:wrap;
}

.crm-field{
  display:flex;
  flex-direction:column;
}

.crm-field label{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  font-weight:800;
  color:var(--mm-text-strong);
  letter-spacing:.02em;
}

.crm-field input,
.crm-field select,
.crm-field textarea,
.crm-option-quantity{
  width:100%;
  min-height:52px;
  padding:0 16px;
  border:1px solid var(--mm-border-strong);
  border-radius:14px;
  background:#fff;
  box-sizing:border-box;
  color:var(--mm-text);
  font-size:14px;
  font-weight:700;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.88);
  transition:border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.crm-field textarea{
  min-height:140px;
  padding:14px 16px;
  resize:vertical;
}

.crm-field input:focus,
.crm-field select:focus,
.crm-field textarea:focus,
.crm-option-quantity:focus{
  outline:none;
  border-color:rgba(15,23,42,.24);
  box-shadow:0 0 0 4px rgba(15,23,42,.05);
  background:#fff;
}

.crm-field--options{
  margin-top:10px;
}

#crm-availability-box{
  margin-top:8px;
  padding:15px 16px;
  border-radius:16px;
  font-size:14px;
  line-height:1.6;
  font-weight:700;
  border:1px solid var(--mm-border);
}

.crm-availability-box--neutral{
  background:#f8fafc;
  color:var(--mm-text-muted);
  border-color:var(--mm-border);
}

.crm-availability-box--success{
  background:var(--mm-success-soft);
  color:var(--mm-success);
  border-color:#bbf7d0;
}

.crm-availability-box--warning{
  background:var(--mm-warning-soft);
  color:var(--mm-warning);
  border-color:#fdba74;
}

.crm-availability-box--error{
  background:var(--mm-danger-soft);
  color:var(--mm-danger);
  border-color:#fecaca;
}

.crm-options-list{
  display:grid;
  gap:10px;
}

.crm-options-empty{
  padding:16px;
  border-radius:16px;
  border:1px dashed var(--mm-border-strong);
  background:rgba(255,255,255,.8);
  color:var(--mm-text-muted);
  font-size:14px;
  font-weight:700;
}

.crm-option-chip{
  display:grid;
  grid-template-columns:20px 1fr 96px;
  gap:12px;
  align-items:center;
  padding:13px;
  border:1px solid var(--mm-border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--mm-shadow-sm);
  transition:transform .14s ease, box-shadow .16s ease, border-color .16s ease;
}

.crm-option-chip:hover{
  transform:translateY(-1px);
  box-shadow:var(--mm-shadow-md);
}

.crm-option-chip__check{
  width:16px;
  height:16px;
  margin:0;
  accent-color:#111827;
}

.crm-option-chip__content{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.crm-option-chip__title{
  font-size:14px;
  line-height:1.35;
  font-weight:800;
  color:var(--mm-text-strong);
  cursor:pointer;
}

.crm-option-chip__price{
  font-size:13px;
  font-weight:700;
  color:var(--mm-text-muted);
}

.crm-ahs-trustBar{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}

.crm-ahs-trustItem{
  padding:14px 16px;
  border:1px solid var(--mm-border);
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff 0%,#fafbfc 100%);
  color:var(--mm-text);
  font-size:13px;
  font-weight:800;
  text-align:center;
  box-shadow:var(--mm-shadow-sm);
}

#crm-availability-suggestions{
  margin-top:12px;
}

.crm-alt-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.crm-alt-card{
  padding:14px;
  border:1px solid var(--mm-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--mm-shadow-sm);
}

.crm-alt-card__title{
  margin:0 0 10px;
  font-size:14px;
  line-height:1.3;
  font-weight:850;
  color:var(--mm-text-strong);
}

.crm-alt-list{
  display:grid;
  gap:10px;
}

.crm-alt-button{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  width:100%;
  padding:13px 14px;
  border:1px solid var(--mm-border);
  border-radius:14px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);
  text-align:left;
  cursor:pointer;
  transition:transform .14s ease, box-shadow .16s ease, border-color .16s ease;
}

.crm-alt-button:hover{
  transform:translateY(-1px);
  border-color:rgba(15,23,42,.18);
  box-shadow:var(--mm-shadow-sm);
}

.crm-alt-button__title{
  font-size:14px;
  line-height:1.35;
  font-weight:800;
  color:var(--mm-text-strong);
}

.crm-alt-button__meta{
  font-size:12px;
  line-height:1.4;
  font-weight:700;
  color:var(--mm-text-muted);
}

.crm-alt-button__action{
  margin-top:2px;
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  color:var(--mm-text-strong);
}

/* Calendar */
.crm-calendar-wrap{
  margin-top:20px;
  padding:16px;
  border:1px solid var(--mm-border);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--mm-shadow-sm);
}

.crm-calendar-title{
  margin:0;
  font-size:18px;
  line-height:1.2;
  font-weight:850;
  color:var(--mm-text-strong);
}

.crm-calendar-placeholder{
  padding:15px 16px;
  border:1px dashed var(--mm-border-strong);
  border-radius:16px;
  background:var(--mm-surface-soft);
  color:var(--mm-text-muted);
  font-size:14px;
  line-height:1.6;
  font-weight:700;
}

.crm-calendar-legend{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  margin-bottom:14px;
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  color:var(--mm-text-muted);
}

.crm-calendar-legend__item{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.crm-calendar-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  display:inline-block;
}

.crm-calendar-dot--free{ background:#e7f8ec; }
.crm-calendar-dot--reserved{ background:#fdf3dd; }
.crm-calendar-dot--booked{ background:#fde8e8; }
.crm-calendar-dot--blocked{ background:#eceff3; }

.crm-calendar-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.crm-month-card{
  padding:12px;
  border:1px solid var(--mm-border);
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f9fafb 100%);
}

.crm-month-card__head{
  margin-bottom:10px;
  font-size:14px;
  line-height:1.3;
  font-weight:850;
  color:var(--mm-text-strong);
  text-transform:capitalize;
}

.crm-month-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:6px;
}

.crm-month-grid--weekdays{
  margin-bottom:6px;
}

.crm-dayname{
  padding:2px 0;
  text-align:center;
  font-size:11px;
  line-height:1.3;
  font-weight:800;
  color:var(--mm-text-dim);
}

.crm-day{
  min-height:34px;
  border:1px solid rgba(15,23,42,.06);
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  color:var(--mm-text);
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:transform .12s ease, box-shadow .14s ease, border-color .14s ease;
}

.crm-day:hover{
  transform:translateY(-1px);
  box-shadow:var(--mm-shadow-sm);
}

.crm-day span{
  pointer-events:none;
}

.crm-day--empty{
  border:0;
  background:transparent;
  cursor:default;
  box-shadow:none;
}

.crm-day--empty:hover{
  transform:none;
}

.crm-day--free{
  background:#fbfffc;
}

.crm-day--reserved{
  background:#fff9e8;
  border-color:#f3df9a;
}

.crm-day--booked{
  background:#fff0f0;
  border-color:#efc3c3;
}

.crm-day--blocked{
  background:#f0f3f7;
  border-color:#dbe1e8;
}

.crm-day--today{
  box-shadow:inset 0 0 0 2px rgba(15,23,42,.18);
}

.crm-day--anchor{
  box-shadow:inset 0 0 0 2px rgba(15,23,42,.82);
}

.crm-day--selected-range{
  background:linear-gradient(180deg, rgba(15,23,42,.05), rgba(255,255,255,.98));
  box-shadow:inset 0 0 0 2px rgba(15,23,42,.18);
}

/* Summary */
.crm-ahs-sideHeader{
  padding:20px 22px 18px;
  border-bottom:1px solid rgba(15,23,42,.07);
  background:
    radial-gradient(circle at 100% 0%, rgba(233,184,91,.08) 0%, rgba(233,184,91,0) 36%),
    linear-gradient(180deg,#fcfcfd 0%,#ffffff 100%);
}

.crm-ahs-sideHeader .crm-ahs-stepHead{
  margin-bottom:0;
}

.crm-ahs-sideTitle{
  margin:0;
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.03em;
  font-weight:900;
  color:var(--mm-text-strong);
}

.crm-ahs-specs{
  padding:18px 22px 18px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.crm-ahs-specGrid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.crm-ahs-spec{
  border:1px solid var(--mm-border);
  border-radius:16px;
  background:rgba(255,255,255,.98);
  padding:14px 14px 13px;
  box-shadow:var(--mm-shadow-sm);
}

.crm-ahs-spec b{
  display:block;
  margin-bottom:6px;
  font-size:11px;
  line-height:1.3;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:800;
  color:var(--mm-text-muted);
}

.crm-ahs-spec span{
  display:block;
  font-size:15px;
  line-height:1.45;
  font-weight:800;
  color:var(--mm-text-strong);
}

.crm-ahs-contactBlock{
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:16px 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(15,23,42,.03) 0%, rgba(15,23,42,0) 36%),
    linear-gradient(180deg,#fcfcfd 0%,#ffffff 100%);
  box-shadow:0 12px 28px rgba(15,23,42,.04);
}

.crm-ahs-contactTitle{
  margin:0;
  font-size:11px;
  line-height:1.3;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:var(--mm-text-muted);
}

.crm-ahs-contactSub{
  margin:8px 0 0;
  font-size:34px;
  line-height:1;
  letter-spacing:-.05em;
  font-weight:900;
  color:var(--mm-text-strong);
  transition:transform .2s ease, opacity .2s ease, filter .2s ease;
}

.crm-ahs-contactSub.is-updating{
  opacity:.65;
  transform:translateY(2px) scale(.985);
  filter:blur(.2px);
}

.crm-ahs-contactSub.is-pulse{
  animation:crmPricePulse .45s ease;
}

.crm-ahs-eq{
  margin-top:4px;
  padding:20px 22px 22px;
  border-top:1px solid rgba(15,23,42,.07);
  background:rgba(248,250,252,.72);
}

.crm-ahs-eq h2{
  margin:0;
  font-size:18px;
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:850;
  color:var(--mm-text-strong);
}

.crm-ahs-empty-text{
  margin:0;
  color:var(--mm-text-muted);
  font-size:14px;
  line-height:1.7;
}

.crm-ahs-eq details{
  margin:10px 0;
  padding:10px 12px;
  border:1px solid var(--mm-border);
  border-radius:16px;
  background:#fff;
  box-shadow:var(--mm-shadow-sm);
}

.crm-ahs-eq summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  list-style:none;
  font-size:14px;
  font-weight:850;
  color:var(--mm-text-strong);
}

.crm-ahs-eq summary::-webkit-details-marker{
  display:none;
}

.crm-ahs-eq summary span{
  color:var(--mm-text-muted);
  font-weight:700;
}

.crm-ahs-eq ul{
  list-style:none;
  margin:12px 0 0;
  padding:0;
}

.crm-ahs-eq li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:9px 0;
  border-bottom:1px solid rgba(15,23,42,.07);
  color:var(--mm-text);
  font-size:14px;
  line-height:1.55;
  font-weight:700;
}

.crm-ahs-eq li:last-child{
  border-bottom:0;
}

.crm-breakdown-total{
  border-top:1px solid rgba(15,23,42,.12);
  margin-top:6px;
  padding-top:13px !important;
}

.crm-breakdown-total span,
.crm-breakdown-total strong{
  color:var(--mm-text-strong);
  font-weight:900;
}

.crm-info-box{
  margin-top:16px;
  padding:16px 18px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:
    radial-gradient(circle at top right, rgba(15,23,42,.025) 0%, rgba(15,23,42,0) 28%),
    linear-gradient(180deg,#fcfcfd 0%,#ffffff 100%);
}

.crm-info-box__title{
  margin:0 0 6px;
  font-size:15px;
  line-height:1.3;
  font-weight:850;
  color:var(--mm-text-strong);
}

.crm-info-box__text{
  margin:0;
  color:var(--mm-text-muted);
  font-size:13px;
  line-height:1.65;
}

.crm-message{
  padding:14px 16px;
  border-radius:14px;
  font-size:14px;
  line-height:1.6;
  font-weight:700;
}

.crm-message-error{
  background:var(--mm-danger-soft);
  color:var(--mm-danger);
  border:1px solid #fecaca;
}

.crm-message-success{
  background:var(--mm-success-soft);
  color:var(--mm-success);
  border:1px solid #bbf7d0;
}

.crm-inquiry-box{
  margin-top:16px;
  padding:18px;
  border:1px solid var(--mm-border);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--mm-shadow-sm);
}

.crm-inquiry-box__title{
  margin:0 0 6px;
  font-size:18px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:-.02em;
  color:var(--mm-text-strong);
}

.crm-inquiry-box__subline{
  margin:0 0 14px;
  color:var(--mm-text-muted);
  font-size:13px;
  line-height:1.7;
}

.crm-inquiry-form-stack{
  display:flex;
  flex-direction:column;
  gap:12px;
}

#crm-inquiry-feedback{
  margin-top:12px;
}

/* Mobile bar */
.crm-ahs-mobileBar{
  position:fixed;
  left:14px;
  right:14px;
  bottom:14px;
  z-index:50;
  display:none;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  padding:12px 14px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  box-shadow:0 18px 42px rgba(15,23,42,.18);
}

.crm-ahs-mobileBar__price{
  font-size:18px;
  font-weight:900;
  color:var(--mm-text-strong);
  letter-spacing:-.03em;
  transition:transform .2s ease, opacity .2s ease, filter .2s ease;
}

.crm-ahs-mobileBar__price.is-updating{
  opacity:.65;
  transform:translateY(2px) scale(.985);
  filter:blur(.2px);
}

.crm-ahs-mobileBar__price.is-pulse{
  animation:crmPricePulse .45s ease;
}

.crm-ahs-mobileBar__hint{
  font-size:11px;
  font-weight:700;
  color:var(--mm-text-muted);
}

.crm-ahs-mobileBar .crm-ahs-btn{
  width:100%;
}

@media (max-width: 1180px){
  .crm-caravan-cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .crm-ahs-showcase{
    grid-template-columns:1fr;
  }

  .crm-calendar-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 980px){
  .crm-ahs-progress{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .crm-ahs-galleryImg,
  .crm-ahs-galleryPlaceholder{
    height:420px;
  }

  .crm-ahs-panelFacts,
  .crm-ahs-specGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .crm-ahs-formGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .crm-ahs-trustBar{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){

  .crm-ahs-stepHead{
    gap:12px;
    padding:12px 14px;
    border-radius:18px;
    margin-bottom:16px;
  }

  .crm-ahs-stepEyebrow{
    width:40px;
    height:40px;
    font-size:12px;
  }

  .crm-ahs-stepTitle,
  .crm-calendar-title,
  .crm-ahs-sideTitle,
  .crm-ahs-eq h2{
    font-size:19px;
    line-height:1.25;
  }

  .crm-ahs-page{
    padding:18px 0 110px;
  }

  .crm-ahs-wrap{
    padding:0 14px;
  }

  .crm-ahs-topbar{
    flex-direction:column;
    align-items:flex-start;
  }

  .crm-ahs-hero{
    padding:24px 20px 16px;
  }

  .crm-ahs-progress{
    grid-template-columns:1fr;
    gap:12px;
    padding:0 20px 18px;
  }

  .crm-ahs-progress__item{
    min-height:auto;
  }

  .crm-ahs-progress__label{
    max-width:none;
  }

  .crm-ahs-stepSection{
    padding:0 20px 22px;
  }

  .crm-caravan-cards{
    grid-template-columns:1fr;
  }

  .crm-ahs-galleryWrap{
    padding:0 20px 22px;
  }

  .crm-ahs-panel{
    padding:18px;
    border-radius:22px;
  }

  .crm-ahs-panelFacts,
  .crm-ahs-specGrid{
    grid-template-columns:1fr;
  }

  .crm-ahs-inquiryWrap{
    padding:22px 20px 24px;
  }

  .crm-ahs-sideHeader{
    padding:20px 18px 16px;
  }

  .crm-ahs-specs{
    padding:16px 18px;
  }

  .crm-ahs-eq{
    padding:18px 18px 20px;
  }

  .crm-ahs-formGrid{
    grid-template-columns:1fr;
  }

  .crm-alt-grid{
    grid-template-columns:1fr;
  }

  .crm-option-chip{
    grid-template-columns:20px 1fr;
  }

  .crm-option-quantity{
    grid-column:2;
  }

  .crm-ahs-galleryImg,
  .crm-ahs-galleryPlaceholder{
    height:280px;
  }

  .crm-ahs-title{
    font-size:30px;
    line-height:1.06;
  }

  .crm-ahs-price{
    font-size:30px;
  }

  .crm-ahs-selected-actions,
  .crm-ahs-formActions{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }

  .crm-ahs-selected-actions .crm-ahs-btn,
  .crm-ahs-formActions .crm-ahs-btn{
    width:100%;
    min-width:0;
  }

  .crm-ahs-mobileBar{
    display:flex;
  }
}