/* Create-event presentation only; other host views keep their existing styling. */
@media (min-width: 900px) {
  #createview .store-band { margin-top: 0; }
  #createview .store-band::before { inset: 0; }
}
#createview .package-compare {
  margin: 16px 0 24px;
  border: 1px solid var(--brand-border);
  border-radius: 14px;
  background: linear-gradient(125deg, #ffffffc7, #ffffff75);
}
#createview .package-compare > summary {
  min-height: 56px;
  padding: 17px 20px;
  background: transparent;
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 500;
}
#createview .package-compare > summary::after {
  width: 16px;
  height: 16px;
  border: 0;
  margin: 0;
  background: linear-gradient(currentColor, currentColor) center / 10px 1.2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 1.2px 10px no-repeat;
  transform: rotate(0deg);
  transition: transform .2s ease;
}
#createview .package-compare[open] > summary::after { transform: rotate(45deg); }

#createview .checkout-guarantee {
  max-width: none;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #95849f;
  font-size: 11px;
  line-height: 1.9;
}
#createview .checkout-guarantee > summary {
  width: fit-content;
  margin: 0 auto;
  padding: 7px 0;
  font: inherit;
  cursor: pointer;
}
#createview .checkout-guarantee > summary:focus-visible {
  outline: 2px solid var(--brand-primary);
  outline-offset: 4px;
  border-radius: 3px;
}
#createview .checkout-guarantee p {
  max-width: 740px;
  margin: 8px auto 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.9;
  color: #8d7f99;
}
#createview .checkout-guarantee a { font-weight: 500; }
#createview .checkout-agreement-row { gap: 8px; font-size: 11px; line-height: 1.7; }
#createview .checkout-agreement a { font-weight: 500; }
#createview .plancta {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) 16px;
  gap: 8px;
  padding: 0 18px;
}
#createview .plancta > span { white-space: nowrap; line-height: 1.5; }
#createview .plancta > svg:last-of-type { position: static; transform: none; }
#createview .paytrust {
  display: block;
  margin: 10px auto 0;
  max-width: 560px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #8c8098;
}
@media (max-width: 899px) {
  /* With the eyebrow removed, go straight from the header to the mobile scene. */
  #createview .store-band { display: none; }
  #createview .store-hero-mob { margin-top: 0; }
}
@media (max-width: 700px) {
  #createview .plancta { font-size: 13px; padding-inline: 14px; gap: 7px; }
}
@media (max-width: 360px) {
  #createview .plancta { grid-template-columns: 14px minmax(0, 1fr) 14px; font-size: 11.5px; padding-inline: 8px; gap: 4px; }
  #createview .plancta > svg { width: 14px; height: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  #createview .package-compare > summary::after { transition: none; }
}
