:root {
  --cr-navy: #0f2740;
  --cr-ink: #173049;
  --cr-muted: #5d7083;
  --cr-line: rgba(15, 39, 64, 0.12);
  --cr-teal: #0f8a72;
  --cr-teal-deep: #0a6b58;
  --cr-sand: #f3ebe0;
  --cr-mint: #e4f5ef;
  --cr-danger: #b42318;
  --cr-glow: rgba(15, 138, 114, 0.28);
  --cr-safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }

body.cr-page {
  margin: 0;
  min-height: 100dvh;
  font-family: Figtree, "Plus Jakarta Sans", sans-serif;
  color: var(--cr-ink);
  background: #edf3f1;
  overflow-x: hidden;
}

.cr-aurora {
  position: fixed;
  inset: -20% -10% auto;
  height: 70vh;
  pointer-events: none;
  background:
    radial-gradient(42% 55% at 12% 20%, rgba(15, 138, 114, 0.28), transparent 70%),
    radial-gradient(38% 48% at 88% 8%, rgba(214, 168, 98, 0.26), transparent 72%),
    radial-gradient(50% 60% at 50% 0%, rgba(18, 50, 79, 0.18), transparent 75%);
  filter: blur(8px);
  animation: crDrift 14s ease-in-out infinite alternate;
}

.cr-grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 39, 64, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 39, 64, 0.035) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at 50% 20%, #000 20%, transparent 75%);
  opacity: 0.7;
}

@keyframes crDrift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(0, 18px, 0) scale(1.04); }
}

@keyframes crIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cr-shell {
  position: relative;
  width: min(36rem, 100%);
  margin: 0 auto;
  min-height: 100dvh;
  padding:
    calc(4.75rem + env(safe-area-inset-top, 0px))
    1rem
    calc(1.2rem + var(--cr-safe-bottom));
}

.cr-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: calc(0.65rem + env(safe-area-inset-top, 0px)) 1rem 0.65rem;
  background: rgba(237, 243, 241, 0.82);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid rgba(15, 39, 64, 0.08);
  box-shadow: 0 10px 24px rgba(15, 39, 64, 0.06);
}

.cr-top__inner {
  width: min(36rem, 100%);
  margin: 0 auto;
  display: grid;
  gap: 0.55rem;
}

.cr-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
}

.cr-brand img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  box-shadow: 0 10px 24px rgba(15, 39, 64, 0.16);
}

.cr-brand strong {
  display: block;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--cr-navy);
  letter-spacing: -0.02em;
}

.cr-brand em {
  display: block;
  margin-top: 0.08rem;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--cr-muted);
}

.cr-stage {
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 6.5rem);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1.45rem;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 18px 40px rgba(15, 39, 64, 0.1);
}

.cr-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cr-main > section {
  flex: 1;
}

.cr-stage__foot {
  padding: 0.85rem 1rem 1rem;
  border-top: 1px solid var(--cr-line);
  background: #f7faf8;
}

.cr-stage__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.cr-stage__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  margin-top: 0.65rem;
}

.cr-stage__links a {
  color: var(--cr-teal-deep);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.cr-stage .cr-disclaimer {
  margin: 0.7rem 0 0;
  padding: 0.65rem 0.75rem;
  border-radius: 0.8rem;
  background: #fff8ef;
  border: 1px solid rgba(183, 121, 31, 0.22);
  color: #7a5a1e;
  font-size: 0.72rem;
  line-height: 1.45;
}

.cr-stage .cr-disclaimer strong {
  color: #5c4314;
  font-weight: 800;
}

.cr-brand em {
  display: block;
  margin-top: 0.08rem;
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--cr-muted);
}

.cr-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cr-step,
.cr-pct {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cr-muted);
}

.cr-pct { color: var(--cr-teal-deep); }

.cr-progress {
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(15, 39, 64, 0.08);
  overflow: hidden;
}

.cr-progress__bar {
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #14a888, #0b6d5a 70%, #d6a862);
  box-shadow: 0 0 16px var(--cr-glow);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.cr-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cr-enter {
  animation: crIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cr-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.45rem;
  padding: 1.25rem 1.15rem 1.3rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 18px 40px rgba(15, 39, 64, 0.08);
}

.cr-hero-panel {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
  border-radius: 0;
  background:
    linear-gradient(145deg, rgba(15, 138, 114, 0.14), transparent 42%),
    linear-gradient(180deg, #102f55 0%, #0d3d4a 55%, #0a5548 100%);
  color: #f4fbf8;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

.cr-hero-panel__copy {
  position: relative;
  z-index: 1;
  padding: 0.35rem 1.15rem 1.25rem;
}

.cr-hero-panel .cr-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
  color: #dff7ef;
}

.cr-hero-panel h1 {
  margin: 0;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: clamp(1.55rem, 5.2vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: #fff;
}

.cr-hero-panel .cr-lead {
  margin: 0.7rem 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(244, 251, 248, 0.9);
}

.cr-hero-panel .cr-cta {
  background: linear-gradient(180deg, #ffe7b8, #efc57a);
  color: #1a2f20;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.cr-hero-panel__visual {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem 1rem 0.25rem;
  text-align: center;
}

.cr-hero-panel__visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 231, 184, 0.28), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.cr-hero-panel__visual img {
  position: relative;
  display: block;
  width: min(100%, 17.5rem);
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.22));
}

.cr-stage .cr-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

@media (max-width: 720px) {
  .cr-hero-panel__visual img {
    width: min(100%, 15.5rem);
  }
}

.cr-card--hero {
  background:
    linear-gradient(155deg, rgba(15, 138, 114, 0.16), transparent 42%),
    linear-gradient(180deg, #102f55 0%, #0d3d4a 58%, #0a5548 100%);
  color: #f4fbf8;
  box-shadow: 0 24px 50px rgba(16, 47, 85, 0.28);
  border: 0;
}

.cr-card--done {
  text-align: left;
}

.cr-kicker,
.cr-pulse {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cr-card--hero .cr-kicker { opacity: 0.78; color: #dff7ef; }

.cr-pulse {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 138, 114, 0.1);
  color: var(--cr-teal-deep);
}

.cr-card h1 {
  margin: 0;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: clamp(1.55rem, 5.4vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: inherit;
}

.cr-card:not(.cr-card--hero) h1 { color: var(--cr-navy); }

.cr-lead {
  margin: 0.7rem 0 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: inherit;
  opacity: 0.92;
}

.cr-card:not(.cr-card--hero) .cr-lead { color: var(--cr-muted); opacity: 1; }

.cr-card--hero .cr-lead em {
  font-style: normal;
  color: #ffe7b8;
  font-weight: 700;
}

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

.cr-hooks li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.75rem 0.85rem;
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cr-hook-ico,
.cr-mini-ico,
.cr-drag__ico,
.cr-choice__ico,
.cr-step-art {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--cr-teal-deep);
}

.cr-hook-ico,
.cr-drag__ico,
.cr-choice__ico,
.cr-mini-ico {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 16px rgba(15, 39, 64, 0.08);
}

.cr-card--hero .cr-hook-ico {
  background: rgba(255, 255, 255, 0.16);
  color: #ffe7b8;
  box-shadow: none;
}

.cr-step-art {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1.05rem;
  background: linear-gradient(160deg, #fff, var(--cr-mint));
  box-shadow: 0 12px 24px rgba(15, 39, 64, 0.1);
}

.cr-step-art .cr-ico3d { width: 1.85rem; height: 1.85rem; }
.cr-hook-ico .cr-ico3d,
.cr-drag__ico .cr-ico3d,
.cr-choice__ico .cr-ico3d,
.cr-mini-ico .cr-ico3d {
  width: 1.25rem;
  height: 1.25rem;
}

.cr-ico3d { display: block; }

.cr-tone-teal { color: #0f8a72; }
.cr-tone-navy { color: #173d63; }
.cr-tone-amber { color: #b7791f; }
.cr-tone-peach { color: #c05621; }
.cr-tone-blue { color: #2563a8; }
.cr-tone-green { color: #15803d; }
.cr-tone-sand { color: #8a6a3b; }

.cr-card__top {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.35rem;
}

.cr-field__label-row {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.cr-field__label-row .cr-mini-ico {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0.55rem;
}

.cr-field__label-row .cr-ico3d {
  width: 0.95rem;
  height: 0.95rem;
}

.cr-drags {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cr-drag {
  padding: 0.85rem 0.9rem 0.75rem;
  border-radius: 1.05rem;
  border: 1px solid var(--cr-line);
  background: linear-gradient(180deg, #fff, #f7faf8);
  box-shadow: 0 8px 18px rgba(15, 39, 64, 0.04);
}

.cr-drag__head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
}

.cr-drag__copy strong {
  display: block;
  font-size: 0.92rem;
  color: var(--cr-navy);
  font-weight: 800;
}

.cr-drag__copy strong em {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-muted);
}

.cr-drag__copy span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.74rem;
  color: var(--cr-muted);
  line-height: 1.35;
}

.cr-drag__value-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.cr-drag__value-wrap--compact { margin-bottom: 0.35rem; }

.cr-drag__btn {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 0.55rem;
  border: 1px solid var(--cr-line);
  background: #fff;
  color: var(--cr-navy);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.cr-drag__value {
  width: 3.4rem;
  text-align: center;
  border: 1px solid var(--cr-line);
  border-radius: 0.55rem;
  padding: 0.35rem 0.2rem;
  font: inherit;
  font-weight: 800;
  color: var(--cr-navy);
  background: #fff;
}

.cr-drag__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.45rem;
  margin: 0.85rem 0 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 138, 114, 0.18), rgba(15, 39, 64, 0.08));
  outline: none;
}

.cr-drag__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #1bb392, #0b6d5a);
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(11, 109, 90, 0.35);
  cursor: grab;
}

.cr-drag__range::-moz-range-thumb {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #1bb392, #0b6d5a);
  border: 2px solid #fff;
  box-shadow: 0 6px 14px rgba(11, 109, 90, 0.35);
  cursor: grab;
}

.cr-drag__scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--cr-muted);
  letter-spacing: 0.02em;
}

.cr-amenities {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.cr-amenities--stack,
.cr-amenities--services {
  grid-template-columns: 1fr;
}

.cr-amenities--stack .cr-amenity.is-on {
  grid-column: 1;
}

.cr-amenity {
  margin: 0;
  border: 1px solid var(--cr-line);
  border-radius: 0.95rem;
  background: #fff;
  overflow: hidden;
  min-width: 0;
}

.cr-amenity.is-on {
  border-color: rgba(15, 138, 114, 0.42);
  background: linear-gradient(180deg, #f3fbf8, #fff);
  box-shadow: 0 8px 18px rgba(15, 138, 114, 0.08);
}

.cr-amenity--check.is-on {
  grid-column: auto;
}

.cr-amenities--services .cr-amenity.is-on {
  grid-column: 1 / -1;
}

.cr-amenity__line {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 3.15rem;
  padding: 0.35rem 0.55rem 0.35rem 0.35rem;
}

.cr-amenity--inline .cr-amenity__btn {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: center;
  flex: 1;
  min-width: 0;
  min-height: 0;
  padding: 0.35rem 0.25rem 0.35rem 0.4rem;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.cr-amenity__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.55rem;
  align-items: center;
  width: 100%;
  min-height: 3.4rem;
  padding: 0.7rem 0.75rem;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.cr-amenity__qtys {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}

.cr-amenity__step {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.cr-amenity__step-label {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--cr-muted);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.cr-amenity--inline .cr-drag__value-wrap--compact {
  gap: 0.15rem;
}

.cr-amenity--inline .cr-drag__btn {
  width: 1.65rem;
  height: 1.65rem;
  font-size: 0.95rem;
}

.cr-amenity--inline .cr-drag__value {
  width: 2.35rem;
  min-width: 2.35rem;
  height: 1.65rem;
  font-size: 0.82rem;
  padding: 0;
}

.cr-amenity__ico {
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  background: #f4f8f6;
  box-shadow: none;
}

.cr-amenity__ico .cr-ico3d {
  width: 1.1rem;
  height: 1.1rem;
}

.cr-amenity__label {
  font-size: 0.84rem;
  font-weight: 750;
  color: var(--cr-navy);
  line-height: 1.25;
}

.cr-amenity__text {
  min-width: 0;
}

.cr-amenity__hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: var(--cr-muted);
  line-height: 1.35;
}

.cr-amenity__check {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.35rem;
  border: 1.5px solid rgba(15, 39, 64, 0.22);
  display: grid;
  place-items: center;
  color: transparent;
  background: #fff;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
}

.cr-amenity.is-on .cr-amenity__check {
  background: var(--cr-teal);
  border-color: var(--cr-teal);
  color: #fff;
}

.cr-amenity__check svg {
  width: 0.8rem;
  height: 0.8rem;
}

.cr-amenity .cr-choice__drag {
  padding: 0 0.75rem 0.75rem;
  border-top: 1px solid rgba(15, 39, 64, 0.06);
}

.cr-amenity .cr-choice__metric {
  padding-top: 0.65rem;
}

.cr-amenity .cr-choice__metric + .cr-choice__metric {
  margin-top: 0.15rem;
}

.cr-amenity .cr-drag__range {
  margin-top: 0.55rem;
}

@media (max-width: 420px) {
  .cr-amenities {
    grid-template-columns: 1fr;
  }
  .cr-amenity.is-on {
    grid-column: 1;
  }
  .cr-amenity__line {
    flex-wrap: wrap;
  }
  .cr-amenity__qtys {
    width: 100%;
    justify-content: flex-end;
    padding: 0 0.15rem 0.25rem 2.5rem;
  }
}

.cr-choices {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.cr-choice {
  border: 1px solid var(--cr-line);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.cr-choice.is-on,
button.cr-choice--service.is-on {
  border-color: rgba(15, 138, 114, 0.42);
  box-shadow: 0 10px 22px rgba(15, 138, 114, 0.1);
  background: linear-gradient(180deg, #f3fbf8, #fff);
}

.cr-choice__main,
button.cr-choice--service {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0.8rem 0.85rem;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.cr-choice__label {
  display: block;
  font-weight: 800;
  color: var(--cr-navy);
  font-size: 0.9rem;
  line-height: 1.3;
}

.cr-choice__hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.74rem;
  color: var(--cr-muted);
  line-height: 1.35;
}

.cr-choice__check {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.4rem;
  border: 1.5px solid rgba(15, 39, 64, 0.22);
  display: grid;
  place-items: center;
  color: transparent;
  background: #fff;
}

.cr-choice.is-on .cr-choice__check,
button.cr-choice--service.is-on .cr-choice__check {
  background: var(--cr-teal);
  border-color: var(--cr-teal);
  color: #fff;
}

.cr-choice__check svg {
  width: 0.85rem;
  height: 0.85rem;
}

.cr-choice__metric {
  padding-top: 0.55rem;
}

.cr-choice__metric + .cr-choice__metric {
  margin-top: 0.35rem;
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(15, 39, 64, 0.1);
}

.cr-choice__metric-label {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--cr-navy);
}

.cr-choice__metric-label span {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--cr-muted);
}

.cr-choice__drag {
  padding: 0 0.85rem 0.8rem;
}

.cr-choice__drag.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.cr-hooks strong {
  font-size: 0.84rem;
  font-weight: 800;
  color: #fff;
}

.cr-hooks span {
  font-size: 0.8rem;
  color: rgba(244, 251, 248, 0.82);
  line-height: 1.4;
}

.cr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

@media (max-width: 520px) {
  .cr-grid { grid-template-columns: 1fr; }
  .cr-drag__head {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "ico copy"
      "value value";
  }
  .cr-drag__ico { grid-area: ico; }
  .cr-drag__copy { grid-area: copy; }
  .cr-drag__value-wrap {
    grid-area: value;
    justify-self: end;
    margin-top: 0.55rem;
  }
}

.cr-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.cr-grid .cr-field { margin-top: 0; }

.cr-field span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--cr-navy);
}

.cr-field em {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-muted);
}

.cr-field input,
.cr-field textarea {
  width: 100%;
  border: 1px solid var(--cr-line);
  border-radius: 0.9rem;
  padding: 0.82rem 0.95rem;
  font: inherit;
  font-size: 1rem;
  color: var(--cr-ink);
  background: #fff;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.cr-field textarea { resize: vertical; min-height: 5.2rem; }

.cr-field input:focus,
.cr-field textarea:focus {
  border-color: rgba(15, 138, 114, 0.55);
  box-shadow: 0 0 0 4px rgba(15, 138, 114, 0.14);
}

.cr-society-meta {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: var(--cr-teal-deep);
  font-weight: 600;
}

.cr-nudge {
  margin: 0.95rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, var(--cr-mint), #fff);
  border: 1px solid rgba(15, 138, 114, 0.16);
}

.cr-nudge p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--cr-teal-deep);
  font-weight: 650;
  line-height: 1.4;
}

.cr-summary {
  margin: 1rem 0 0;
  padding: 0.8rem 0.9rem;
  border-radius: 0.9rem;
  background: #f7faf8;
  border: 1px dashed rgba(15, 39, 64, 0.16);
}

.cr-summary p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--cr-muted);
}

.cr-summary strong { color: var(--cr-navy); }

.cr-utils,
.cr-services {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  max-height: min(52vh, 28rem);
  overflow: auto;
  padding-right: 0.15rem;
}

.cr-util {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--cr-line);
  border-radius: 0.95rem;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.cr-util.is-on,
.cr-service.is-on {
  border-color: rgba(15, 138, 114, 0.4);
  background: linear-gradient(180deg, #f3fbf8, #fff);
  box-shadow: 0 8px 18px rgba(15, 138, 114, 0.08);
}

.cr-util__toggle {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.cr-util__check,
.cr-service__check {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0.4rem;
  border: 1.5px solid rgba(15, 39, 64, 0.22);
  display: grid;
  place-items: center;
  margin-top: 0.08rem;
  color: transparent;
  background: #fff;
}

.cr-util.is-on .cr-util__check,
.cr-service.is-on .cr-service__check {
  background: var(--cr-teal);
  border-color: var(--cr-teal);
  color: #fff;
}

.cr-util__check svg,
.cr-service__check svg {
  width: 0.85rem;
  height: 0.85rem;
}

.cr-util__label,
.cr-service__label {
  display: block;
  font-weight: 700;
  color: var(--cr-navy);
  font-size: 0.9rem;
  line-height: 1.3;
}

.cr-util__hint,
.cr-service__hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.74rem;
  color: var(--cr-muted);
  line-height: 1.35;
}

.cr-util__qty {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  opacity: 0.35;
  pointer-events: none;
}

.cr-util.is-on .cr-util__qty {
  opacity: 1;
  pointer-events: auto;
}

.cr-util__qty button {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 0.55rem;
  border: 1px solid var(--cr-line);
  background: #fff;
  color: var(--cr-navy);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.cr-util__qty input {
  width: 2.45rem;
  text-align: center;
  border: 1px solid var(--cr-line);
  border-radius: 0.55rem;
  padding: 0.3rem 0.15rem;
  font: inherit;
  font-weight: 700;
  color: var(--cr-navy);
}

.cr-service {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid var(--cr-line);
  border-radius: 0.95rem;
  background: #fff;
  padding: 0.75rem 0.8rem;
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.cr-service:active,
.cr-util.is-on:active {
  transform: scale(0.985);
}

.cr-service__row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.cr-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-top: 1.1rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.98rem 1.1rem;
  font: inherit;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #fff;
  background: linear-gradient(180deg, #14a888, var(--cr-teal-deep));
  box-shadow:
    0 14px 28px rgba(10, 107, 88, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.cr-card--hero .cr-cta {
  background: linear-gradient(180deg, #ffe7b8, #efc57a);
  color: #1a2f20;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.cr-cta svg {
  width: 1.05rem;
  height: 1.05rem;
}

.cr-cta:hover { filter: brightness(1.03); }
.cr-cta:active { transform: translateY(1px) scale(0.99); }
.cr-cta:disabled { opacity: 0.65; cursor: wait; }

.cr-cta--ghost {
  margin-top: 0.7rem;
  background: transparent;
  color: var(--cr-navy);
  border: 1px solid var(--cr-line);
  box-shadow: none;
}

.cr-done-next {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 39, 64, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.cr-done-next__label {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cr-muted);
}

.cr-done-next .cr-cta--ghost {
  margin-top: 0.45rem;
}

.cr-done-link {
  display: inline-block;
  margin: 0.85rem auto 0;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--cr-teal-deep);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cr-done-link:hover {
  color: var(--cr-navy);
}

.cr-fine {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--cr-muted);
  line-height: 1.45;
}

.cr-card--hero .cr-fine { color: rgba(244, 251, 248, 0.72); }

.cr-error {
  margin: 0.75rem 0 0;
  padding: 0.7rem 0.85rem;
  border-radius: 0.8rem;
  background: #fef3f2;
  color: var(--cr-danger);
  border: 1px solid rgba(180, 35, 24, 0.16);
  font-size: 0.88rem;
  font-weight: 650;
}

.cr-step-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.15rem;
}

.cr-coach {
  margin: 0;
  font-size: 0.8rem;
  color: var(--cr-muted);
  line-height: 1.4;
}

.cr-site-foot {
  margin-top: 0.85rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--cr-line);
  box-shadow: 0 10px 28px rgba(15, 39, 64, 0.05);
}

.cr-site-foot__inner {
  display: grid;
  gap: 0.75rem;
}

.cr-site-foot__brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.cr-site-foot__brand img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
}

.cr-site-foot__brand strong {
  display: block;
  font-family: "Plus Jakarta Sans", Figtree, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--cr-navy);
}

.cr-site-foot__brand span {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.74rem;
  color: var(--cr-muted);
}

.cr-site-foot .cr-disclaimer {
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: #fff8ef;
  border: 1px solid rgba(183, 121, 31, 0.22);
  color: #7a5a1e;
  font-size: 0.74rem;
  line-height: 1.45;
}

.cr-site-foot .cr-disclaimer strong {
  color: #5c4314;
  font-weight: 800;
}

.cr-site-foot__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
}

.cr-site-foot__links a {
  color: var(--cr-teal-deep);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.cr-site-foot__links a:hover {
  text-decoration: underline;
}

.cr-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.25rem;
}

.cr-foot__main {
  flex: 1;
  min-width: 0;
}

.cr-disclaimer {
  margin: 0.45rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--cr-muted);
}

.cr-disclaimer strong {
  color: var(--cr-navy);
  font-weight: 800;
}

.cr-disclaimer--card {
  margin-top: 0.85rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: #fff8ef;
  border: 1px solid rgba(183, 121, 31, 0.22);
  color: #7a5a1e;
  text-align: left;
}

.cr-disclaimer--card strong {
  color: #5c4314;
}

.cr-disclaimer--hero {
  margin: 0.9rem 0 0;
  padding: 0.7rem 0.8rem;
  border-radius: 0.85rem;
  background: rgba(255, 248, 239, 0.14);
  border: 1px solid rgba(255, 231, 184, 0.35);
  color: rgba(255, 244, 220, 0.92);
  font-size: 0.74rem;
  line-height: 1.45;
  text-align: left;
}

.cr-disclaimer--hero strong {
  color: #ffe7b8;
  font-weight: 800;
}

.cr-back {
  border: 1px solid var(--cr-line);
  background: rgba(255, 255, 255, 0.8);
  color: var(--cr-navy);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.places-ac { position: relative; z-index: 8; }
.places-ac__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.35rem);
  max-height: 14rem;
  overflow: auto;
  background: #fff;
  border: 1px solid var(--cr-line);
  border-radius: 0.85rem;
  box-shadow: 0 16px 36px rgba(15, 39, 64, 0.14);
  z-index: 20;
}
.places-ac__item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--cr-line);
  background: #fff;
  padding: 0.7rem 0.85rem;
  font: inherit;
  cursor: pointer;
}
.places-ac__item:last-child { border-bottom: 0; }
.places-ac__item:hover,
.places-ac__item.is-active { background: rgba(15, 138, 114, 0.08); }
.places-ac__main { display: block; font-weight: 700; color: var(--cr-navy); font-size: 0.9rem; }
.places-ac__secondary { display: block; margin-top: 0.12rem; font-size: 0.75rem; color: var(--cr-muted); }
.places-ac__hint { margin: 0.4rem 0 0; font-size: 0.8rem; color: var(--cr-muted); }
.places-ac__hint--warn { color: var(--cr-danger); }
.places-ac__input { width: 100%; }
