@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/poppins-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/poppins-500-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/poppins-600-latin.woff2") format("woff2");
}

:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #faf7ff;
  --text: #070014;
  --muted: #5f6676;
  --border: #e6e6eb;
  --accent: #de1526;
  --accent-hover: #f06c78;
  --line: #c5b6ff;
  --map-stroke: #94a3b8;
  --map-fill: #ffffff;
  --hero-gradient: linear-gradient(160deg, rgba(194, 184, 255, 0.6) 20%, rgba(224, 21, 38, 0.6) 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 16px/1.5 "Poppins", sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 46px 0 18px;
  background: transparent;
}

.shell-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
}

.site-logo {
  display: inline-flex;
  transform: none;
}

.site-logo img,
.footer-logo img {
  width: min(265px, 70vw);
}

.footer-logo img {
  width: min(300px, 74vw);
}

.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--hero-gradient);
  padding: 214px 0 206px;
}

.hero-section::before {
  content: "";
  position: absolute;
  left: -6px;
  bottom: 24px;
  width: min(42vw, 520px);
  height: min(21vw, 220px);
  background: url("/assets/images/line-art_radioreklam-768x380.png") left center / contain no-repeat;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 700px);
  justify-content: center;
}

.hero-copy h1,
.static-page h1 {
  margin: 0 0 0;
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: normal;
  font-weight: 600;
  color: #070014;
}

.hero-copy h1 span {
  color: var(--accent);
  font-style: italic;
}

.hero-copy p,
.static-page p {
  max-width: 700px;
  margin: 0 0 14px;
  color: #070014;
  font-size: 18px;
  line-height: 1.3;
}

.hero-copy > p {
  margin-top: 20px;
}

.hero-links {
  margin-top: 18px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
}

.hero-links p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #070014;
  width: min(100%, 420px);
  align-self: flex-end;
  text-align: right;
  padding-right: 0;
}

.text-link,
.step-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.text-link {
  padding: 12px 22px;
  border: 1px solid rgba(91, 43, 189, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 20px rgba(60, 33, 116, 0.08);
  font-size: 17px;
  line-height: 1.3;
  color: #4f279f;
  align-self: flex-end;
  font-weight: 600;
  margin-top: 35px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.text-link:hover {
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(79, 39, 159, 0.3);
}

.step-link {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 22px;
  padding: 12px 24px;
  background: var(--accent);
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.step-link:hover {
  background: #c71222;
}

.intro-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: -56px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}

.intro-card,
.region-selector,
.week-selector {
  border: 1px solid var(--border);
  background: var(--surface);
}

.intro-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  min-height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #f3f1ff;
  text-align: center;
}

.intro-card img {
  width: 100px;
  margin: 0 auto 18px;
}

.intro-card h2 {
  margin: 0 0 12px;
  color: #070014;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}

.intro-card p {
  margin: 0;
  color: #333333;
  font-size: 18px;
  line-height: 1.3;
}

.stations-strip {
  --stations-shift: 0px;
  height: 88px;
  margin: 28px 0 36px;
  position: relative;
  overflow: hidden;
}

.stations-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("/assets/images/radiostationer_sverige-scaled.png") calc(50% + var(--stations-shift)) center / auto 100% repeat-x;
  will-change: background-position;
}

.flow-section {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 72px 0;
}

.step-section {
  width: 100%;
}

.step-section-one {
  background:
    url("/assets/images/line-art_steg-1_cut.png") left -72px bottom 28px / 150px auto no-repeat;
}

#steg2 {
  background:
    url("/assets/images/line-art_steg-2_cut-493x1024.png") right -14px center / 205px auto no-repeat,
    linear-gradient(90deg, #dad4ff 0%, #efb2ca 100%);
}

.flow-section-alt {
  width: 100%;
}

.flow-section-alt .week-selector {
  background: #ffffff;
  padding: 24px 0 0;
}

.flow-illustration {
  padding-top: 6px;
}

.flow-illustration img {
  width: 100%;
  max-width: 78px;
}

.step-kicker {
  display: none;
}

.flow-copy h2 {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: normal;
}

.flow-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.3;
}

.region-selector,
.week-selector {
  padding: 0;
  background: transparent;
  border: 0;
}

.region-layout {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.region-layout-main {
  min-width: 0;
}

.region-columns,
.week-months {
  display: grid;
  gap: 24px;
}

.region-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  column-gap: 24px;
}

.region-column-title,
.month-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--line);
  color: #1f2937;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
}

.region-column-select {
  display: inline-flex;
  align-items: center;
}

.month-header-select {
  display: inline-flex;
  align-items: center;
}

.region-column-toggle {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.month-header-toggle {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.region-column-chevron {
  display: none;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  flex: 0 0 auto;
  margin-top: -4px;
}

.month-header-chevron {
  display: none;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  flex: 0 0 auto;
  margin-top: -4px;
}

.region-column.is-open .region-column-chevron {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.month-column.is-open .month-header-chevron {
  transform: rotate(-135deg);
  margin-top: 2px;
}

.region-list,
.month-weeks {
  display: grid;
  gap: 10px;
}

.region-item {
  display: grid;
  gap: 8px;
}

.region-item {
  position: relative;
}

.region-main,
.week-line {
  display: flex;
  align-items: center;
  gap: 8px;
}

.region-main input,
.region-column-title input,
.selector-toggle input {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 2px solid #555;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  flex: 0 0 15px;
}

.region-main input:checked,
.region-column-title input:checked,
.selector-toggle input:checked {
  background: var(--accent);
  border-color: var(--accent);
}

.region-main input:checked::after,
.region-column-title input:checked::after,
.selector-toggle input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 6px;
  border: 1.75px solid #fff;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -56%) rotate(45deg);
}

.region-main input:indeterminate,
.region-column-title input:indeterminate,
.selector-toggle input:indeterminate {
  background: var(--accent);
  border-color: var(--accent);
}

.region-main input:indeterminate::after,
.region-column-title input:indeterminate::after,
.selector-toggle input:indeterminate::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}

.month-header input,
.week-line input,
.city-list input {
  accent-color: var(--accent);
}

.month-header input,
.week-line input {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 2px solid #555;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  flex: 0 0 15px;
  transform: none;
}

.month-header input:checked,
.week-line input:checked {
  background: var(--accent);
  border-color: var(--accent);
}

.month-header input:checked::after,
.week-line input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 6px;
  border: 1.75px solid #fff;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -56%) rotate(45deg);
}

.month-header input:indeterminate,
.week-line input:indeterminate {
  background: var(--accent);
  border-color: var(--accent);
}

.month-header input:indeterminate::after,
.week-line input:indeterminate::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}

.region-main button,
.region-city-link {
  border: 0;
  background: transparent;
  padding: 0;
  font-family: inherit;
  color: inherit;
  text-align: left;
}

.region-main {
  color: #1f2937;
  font-size: 15px;
  line-height: 1.3;
  gap: 5px;
  flex-wrap: nowrap;
  cursor: pointer;
}

.region-main button {
  cursor: pointer;
}

.region-main > button:first-of-type {
  flex: 0 1 auto;
}

.region-label-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.region-label-text {
  min-width: 0;
}

.region-label-chevron {
  display: none;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
  opacity: 0.72;
  flex: 0 0 auto;
  margin-top: -3px;
}

.region-main > input {
  margin-top: 0.15rem;
}

.region-main button.is-selected,
.week-line.is-selected .week-text,
.region-main button.is-partial {
  color: var(--accent);
  font-weight: 500;
}

.region-item.is-selected .region-main {
  color: var(--accent);
}

.region-item.is-selected .region-city-link {
  color: var(--muted);
}

.region-item:hover .region-main button:not(.is-selected):not(.is-partial) {
  color: var(--accent-hover);
}

.region-item.is-hover .region-main button:not(.is-selected):not(.is-partial) {
  color: var(--accent-hover);
}

.region-item.is-selected:not(:hover):not(.is-hover) .region-city-link {
  color: var(--muted);
}

.region-item:hover .region-city-link,
.region-item.is-hover .region-city-link {
  color: var(--muted) !important;
}

.region-city-link {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 4px;
  width: auto;
  flex: 0 0 auto;
}

.region-item .region-city-link:hover {
  color: var(--accent-hover) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.city-panel {
  display: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  width: min(100%, 520px);
  min-width: 360px;
  padding: 8px 10px 10px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.15);
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 4px;
  z-index: 3;
}

.city-panel.is-open {
  display: grid;
}

.city-panel-inner {
  position: relative;
}

.city-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.city-panel-head-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.city-panel-head strong {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  padding-right: 18px;
}

.city-panel-summary {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.city-panel-close {
  position: absolute;
  top: 4px;
  right: 6px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  color: #111827;
}

.city-panel-actions {
  display: flex;
  justify-content: flex-start;
  margin: 4px 0 14px;
  font-size: 12px;
}

.city-panel-toggle {
  border: 0;
  background: transparent;
  color: var(--accent);
  font-family: inherit;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  cursor: pointer;
  padding: 0;
}

.city-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 4px 12px;
  max-height: 260px;
  overflow: auto;
  font-size: 13px;
  margin-top: 4px;
}

.city-list label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding-left: 0;
  margin-left: 0;
  font-size: 13px;
  line-height: 1.3;
  min-width: 0;
}

.city-list input {
  margin-top: 0;
  flex: 0 0 auto;
}

.city-list span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.selector-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
}

.selector-feedback {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.selector-footer-stack {
  align-items: flex-start;
}

.region-map-shell {
  display: block;
  padding-top: 8px;
  align-self: stretch;
}

.region-map {
  width: 100%;
  min-height: 450px;
  background: #fff;
}

.selector-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  cursor: pointer;
}

.selector-meta {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-style: italic;
  white-space: nowrap;
}

.selector-meta.is-active {
  color: var(--text);
  font-style: normal;
  font-weight: 500;
}

.selector-error {
  display: none;
  margin: 0;
  font-size: 10px;
  line-height: 1.3;
  color: #a03a49;
}

.selector-error.is-visible {
  display: block;
}

#region-meta {
  font-size: 12px;
  color: #7c8697;
}

#region-meta.is-active {
  color: #6b7280;
  font-weight: 400;
}

.week-layout {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 16px 20px;
}

.week-nav {
  width: 44px;
  height: 44px;
  border: 1px solid #d9dbe7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2937;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  transition: transform 120ms ease, background-color 120ms ease, border-color 120ms ease;
}

.week-nav:hover {
  background: #ffffff;
  border-color: #c1b6ff;
  transform: translateY(-1px);
}

.week-nav:active {
  transform: translateY(0);
}

.week-nav span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.week-nav#week-prev span {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.week-nav#week-next span {
  transform: rotate(45deg);
  margin-right: 4px;
}

.week-nav.hidden {
  visibility: hidden;
}

.week-main {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.week-months {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 8px;
  padding-bottom: 8px;
  column-gap: 24px;
  position: relative;
}

.week-months::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  border-top: 3px solid var(--line);
}

.month-header {
  gap: 6px;
  margin-bottom: 4px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.month-weeks {
  margin-top: 32px;
  padding-top: 0;
}

.week-line {
  gap: 0.55rem;
  padding: 0.14rem 0;
  font-size: 15px;
  line-height: 1.3;
  cursor: pointer;
}

.week-line.is-disabled {
  cursor: not-allowed;
  position: relative;
}

.week-line.is-disabled .week-text {
  color: #9ca3af;
}

.week-line.is-disabled input {
  cursor: not-allowed;
  opacity: 0.6;
}

.week-lock-hint {
  position: absolute;
  left: 22px;
  top: calc(100% + 6px);
  z-index: 6;
  transform: none;
  max-width: 220px;
  padding: 9px 11px;
  border: 1px solid #f3b7bf;
  border-radius: 8px;
  background: #fff7f8;
  color: #8b1e2d;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  white-space: normal;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
  pointer-events: none;
}

.week-lock-hint::before {
  content: "";
  position: absolute;
  left: 14px;
  top: -6px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #f3b7bf;
  border-left: 1px solid #f3b7bf;
  background: #fff7f8;
  transform: rotate(45deg);
}

.week-text {
  color: var(--text);
}

.week-line.is-selected {
  color: var(--accent);
}

.week-line .week-text {
  font-weight: 400;
}

.week-line.is-selected .week-text {
  font-weight: 500;
}

.year-toggles {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
}

.year-toggles .selector-toggle {
  gap: 6px;
  font-weight: 500;
}

.selector-footer-stack {
  margin-top: 32px;
  padding: 0 0 8px;
  gap: 24px;
}

.selector-footer-stack .selector-meta {
  font-size: 13px;
}

.lead-form {
  display: grid;
  gap: 26px;
}

.field {
  display: grid;
  gap: 10px;
}

.field span,
.field legend {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 600;
  color: #070014;
}

.field span small {
  margin-left: 6px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #7c8697;
  font-family: inherit;
}

.field legend small {
  margin-left: 6px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #7c8697;
  font-family: inherit;
}

.field input[type="text"],
.field textarea {
  display: block;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  border: 3px solid #c1b6ff;
  border-radius: 5px;
  background: #f3f1ff;
  padding: 8px 16px;
  font: inherit;
  line-height: 20.8px;
  color: #1f2124;
}

.field input[type="text"] {
  min-height: 39px;
}

.field input[type="text"]:focus,
.field textarea:focus {
  outline: none;
  border-color: #c1b6ff;
  box-shadow: none;
}

.field.has-error input[type="text"],
.field.has-error textarea {
  border-color: #de1526;
  background: #fff4f6;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.field .field-error {
  display: none;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 400;
  color: #a06a72;
  opacity: 0.92;
}

.field .field-error.is-visible {
  display: block;
}

.field textarea {
  padding: 5px 14px;
  min-height: 99px;
  resize: vertical;
}

.field-radio {
  border: 0;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.field-radio legend {
  margin-bottom: 4px;
  padding: 0;
}

.field-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  margin: 0;
  border: 2px solid #555;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  flex: 0 0 15px;
}

.field-radio input[type="radio"]:checked {
  background: var(--accent);
  border-color: var(--accent);
}

.field-radio input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 6px;
  border: 1.75px solid #fff;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -56%) rotate(45deg);
}

.field-radio label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 22px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
  color: #070014;
}

.form-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.lead-form[hidden] {
  display: none;
}

.form-status-card {
  display: none;
  padding: 12px 14px;
  border: 1px solid #e8def9;
  border-radius: 10px;
  background: #faf7ff;
}

.form-status-card.is-visible {
  display: block;
}

.form-status-card.is-success {
  border-color: #c9e7d2;
  background: #f1fbf4;
}

.form-status-card.is-error {
  border-color: #f1c7cd;
  background: #fff5f6;
}

.form-status-card.is-pending {
  border-color: #e8def9;
  background: #faf7ff;
}

.form-actions button {
  border: 0;
  background: var(--accent);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 20.8px;
  font-weight: 600;
  width: 100%;
  padding: 15px 22px;
  border-radius: 10px;
  cursor: pointer;
}

.form-actions button:disabled {
  opacity: 0.72;
  cursor: wait;
}

.form-status {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #5f6676;
}

.form-status.is-success {
  color: #1d6b36;
}

.form-status.is-error {
  color: #b01724;
}

.form-status.is-pending {
  color: #5f6676;
}

.lead-success-card {
  display: none;
  margin-top: 18px;
  padding: 26px 24px 24px;
  border: 1px solid #d7d0f6;
  border-radius: 14px;
  background: linear-gradient(180deg, #faf8ff 0%, #f4f7ff 100%);
  box-shadow: 0 12px 28px rgba(84, 62, 140, 0.08);
}

.lead-success-card.is-visible {
  display: block;
}

.lead-success-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #de1526;
}

.lead-success-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.24;
  font-weight: 500;
  color: #070014;
}

.lead-success-card p {
  margin: 0;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.55;
  color: #5f6676;
}

.lead-success-button {
  margin-top: 20px;
  border: 0;
  padding: 13px 22px;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
}

.site-footer {
  margin-top: 72px;
  padding: 78px 0 82px;
  overflow: hidden;
  background: linear-gradient(90deg, #d8d4ff 0%, #e8b6cf 56%, #ef8696 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 408px;
  align-items: center;
  justify-content: space-between;
  column-gap: 88px;
  min-height: 200px;
}

.site-footer a {
  color: #070014;
  font-size: 14px;
  line-height: 18.2px;
  text-decoration: none;
}

.footer-col {
  min-width: 0;
}

.footer-col-main {
  display: flex;
  justify-content: flex-start;
}

.footer-wave {
  width: min(395px, 31vw);
  margin-left: -118px;
}

.footer-col-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-col-link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo img {
  width: min(302px, 74vw);
}

.footer-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer-icon-mail {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='2.75' y='5.75' width='18.5' height='12.5' rx='0.75' fill='none' stroke='%23de1526' stroke-width='1.5'/%3E%3Cpath d='M4 7l8 6 8-6' fill='none' stroke='%23de1526' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.footer-icon-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='248' fill='%23de1526'/%3E%3Cpath fill='%23fff' d='M256 118c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

.footer-link-underlined {
  text-decoration: underline;
  text-underline-offset: 1px;
}

.seo-link-row {
  margin: 0 auto 8px;
}

.seo-link-row p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #4d5161;
}

.static-page {
  padding: 32px 0 60px;
}

.about-page {
  padding-bottom: 12px;
}

.about-hero {
  padding-bottom: 138px;
}

.about-hero-grid {
  grid-template-columns: minmax(0, 760px);
}

.about-hero-copy {
  text-align: left;
}

.about-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #de1526;
}

.about-hero-links {
  margin-top: 26px;
}

.about-hero-links p {
  padding-right: 0;
  text-align: left;
  color: #3a3357;
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.9fr);
  gap: 26px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.about-sidebar {
  display: grid;
  gap: 22px;
  align-content: start;
}

.about-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(34, 23, 72, 0.08);
}

.about-card-main {
  padding: 34px 36px 36px;
}

.about-card-main h2 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  color: #070014;
}

.about-card-main h2:not(:first-child) {
  margin-top: 34px;
}

.about-card-main p {
  margin: 0 0 16px;
  max-width: 68ch;
  font-size: 18px;
  line-height: 1.55;
  color: #2c2940;
}

.about-card-main p:last-child {
  margin-bottom: 0;
}

.about-sidebar .about-card {
  padding: 28px 28px 30px;
}

.about-sidebar h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  color: #070014;
}

.about-sidebar p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #4d5161;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 8px 0 4px;
}

.info-card {
  padding: 22px 20px;
  border: 1px solid #ebe7f5;
  border-radius: 14px;
  background: #fbfaff;
}

.info-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #070014;
}

.info-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #4d5161;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.faq-item {
  border: 1px solid #ebe7f5;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.faq-item[open] {
  border-color: #d7ccf5;
  box-shadow: 0 8px 20px rgba(34, 23, 72, 0.05);
}

.faq-item summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 18px 52px 18px 18px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: #070014;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7b8394;
  border-bottom: 2px solid #7b8394;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 160ms ease, border-color 160ms ease;
}

.faq-item[open] summary::after {
  border-color: #de1526;
  transform: translateY(-20%) rotate(-135deg);
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 16px;
  line-height: 1.55;
  color: #4d5161;
}

.about-card-accent {
  background: linear-gradient(180deg, #f5f1ff 0%, #fff6f8 100%);
}

.about-card-accent .step-link {
  margin-top: 22px;
}

.about-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: #4d5161;
  font-size: 16px;
  line-height: 1.55;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.about-value-card {
  align-items: flex-start;
  min-height: 100%;
  text-align: left;
}

.about-value-card h2 {
  margin-bottom: 10px;
}

.about-value-card p {
  color: #4d5161;
  line-height: 1.5;
}

.stats-page {
  padding: 44px 0 64px;
}

.stats-header {
  margin-bottom: 28px;
}

.stats-header-copy {
  max-width: 760px;
}

.stats-page h1 {
  margin: 0;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 600;
  color: #070014;
}

.stats-subtitle {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.5;
  color: #5f6676;
}

.stats-header-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #7b8394;
}

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

.stats-card,
.stats-panel {
  border: 1px solid #ebe7f5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: none;
}

.stats-card {
  padding: 18px 18px 16px;
  background: #fbfaff;
}

.stats-card-label {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5f6676;
}

.stats-card-value {
  display: block;
}

.stats-card strong {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #070014;
}

.stats-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.9fr);
  gap: 14px;
}

.stats-panel {
  padding: 20px;
  background: #fdfcff;
}

.stats-panel-wide {
  grid-column: 1 / -1;
}

.stats-panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.stats-panel h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  color: #070014;
}

.stats-panel-meta {
  flex-shrink: 0;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 500;
  color: #7b8394;
}

.stats-table-wrap {
  overflow: auto;
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
}

.stats-table tbody tr:last-child td {
  border-bottom: 0;
}

.stats-table th,
.stats-table td {
  padding: 11px 0;
  border-bottom: 1px solid #eee8fb;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.stats-table th {
  color: #5f6676;
  font-weight: 600;
}

.stats-list,
.stats-events {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stats-list li,
.stats-events li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #eee8fb;
  border-radius: 10px;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  color: #2c2940;
}

.stats-events li {
  display: grid;
  justify-content: stretch;
}

.stats-list li:last-child,
.stats-events li:last-child {
  padding-bottom: 10px;
}

.stats-list strong {
  color: #070014;
  min-width: 28px;
  text-align: right;
}

.stats-list span:first-child {
  color: #2c2940;
  word-break: break-word;
}

.stats-event {
  gap: 6px;
}

.stats-event-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.stats-event-top strong {
  color: #070014;
  word-break: break-word;
}

.stats-event-time,
.stats-event-meta {
  font-size: 12px;
  line-height: 1.45;
  color: #6f7688;
}

.stats-event-time {
  flex-shrink: 0;
  font-weight: 600;
}

.stats-list .is-empty,
.stats-events .is-empty {
  display: block;
  border: 1px dashed #e5dff3;
  border-radius: 10px;
  padding: 12px;
  background: #ffffff;
  color: #5f6676;
}

@media (max-width: 1024px) {
  .intro-cards {
    gap: 24px;
  }

  .flow-section {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  .region-layout {
    grid-template-columns: minmax(0, 4fr) minmax(260px, 1fr);
  }

  .week-months {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .intro-cards,
  .flow-section,
  .about-overview,
  .about-values,
  .stats-cards,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-bottom: 72px;
  }

  .about-hero {
    padding-bottom: 92px;
  }

  .intro-cards {
    margin-top: -20px;
  }

  .about-overview {
    margin-top: -22px;
  }

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

  .week-months {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .region-layout {
    grid-template-columns: 1fr;
  }

  .region-map-shell {
    order: -1;
    padding-top: 0;
  }

  .flow-illustration img {
    max-width: 72px;
  }

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

@media (max-width: 640px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    padding: 26px 0 12px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 64px;
    isolation: isolate;
  }

  .hero-section::before {
    left: -10px;
    bottom: -8px;
    width: 76vw;
    height: 92px;
    opacity: 0.28;
    z-index: 0;
  }

  .site-logo img {
    width: min(240px, 66vw);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    position: relative;
    z-index: 1;
  }

  .hero-copy {
    position: relative;
    z-index: 1;
  }

  .hero-copy h1,
  .static-page h1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #070014;
  }

  .hero-copy > p,
  .hero-links p,
  .static-page p {
    font-size: 16px;
    line-height: 1.4;
    color: #221b3a;
  }

  .hero-copy > p {
    margin-top: 16px;
    max-width: none;
  }

  .hero-links {
    margin-top: 16px;
  }

  .hero-links p {
    width: 100%;
    align-self: stretch;
    padding-right: 0;
    text-align: left;
    max-width: none;
  }

  .about-kicker {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .about-overview {
    gap: 18px;
  }

  .about-card-main {
    padding: 24px 20px 26px;
    border-radius: 14px;
  }

  .about-card-main h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .about-card-main h2:not(:first-child) {
    margin-top: 26px;
  }

  .about-card-main p {
    max-width: none;
    font-size: 16px;
    line-height: 1.55;
  }

  .about-sidebar .about-card {
    padding: 22px 18px 24px;
    border-radius: 14px;
  }

  .about-sidebar h3 {
    font-size: 22px;
  }

  .about-sidebar p,
  .about-list {
    font-size: 15px;
  }

  .info-card {
    padding: 20px 18px;
  }

  .info-card h3 {
    font-size: 20px;
  }

  .info-card p,
  .faq-item p,
  .seo-link-row p {
    font-size: 15px;
  }

  .faq-item summary {
    font-size: 17px;
  }

  .about-values {
    gap: 16px;
    margin-top: 18px;
  }

  .stats-page {
    padding: 36px 0 56px;
  }

  .stats-page h1 {
    font-size: 34px;
  }

  .stats-subtitle {
    font-size: 16px;
  }

  .stats-header-note {
    font-size: 12px;
  }

  .stats-card,
  .stats-panel {
    border-radius: 14px;
  }

  .stats-card {
    padding: 18px 18px 16px;
  }

  .stats-panel {
    padding: 18px;
  }

  .stats-panel h2 {
    font-size: 21px;
  }

  .stats-panel-head,
  .stats-event-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .text-link {
    align-self: flex-start;
    margin-top: 16px;
    padding: 11px 18px;
    font-size: 16px;
  }

  .stations-strip {
    height: 58px;
    margin: 20px 0 28px;
  }

  .flow-section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 34px 0;
    background: none;
  }

  .intro-cards {
    grid-template-columns: 1fr;
    margin-top: -16px;
    gap: 18px;
    padding-bottom: 22px;
  }

  .intro-card {
    padding: 22px 20px;
    border-color: #ded3fb;
    border-radius: 14px;
    background: #f7f4ff;
    box-shadow: 0 12px 28px rgba(20, 17, 42, 0.12);
  }

  .intro-card img {
    width: 88px;
    margin-bottom: 16px;
  }

  .intro-card h2 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .intro-card p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    color: #4f5567;
  }

  .step-section-one,
  #steg2 {
    background: none;
  }

  .flow-illustration {
    display: flex;
    justify-content: center;
  }

  .flow-illustration img {
    max-width: 64px;
  }

  .flow-copy h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }

  .flow-copy p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
    color: #5b6274;
  }

  .step-link {
    margin-top: 18px;
    min-height: 48px;
    border-radius: 12px;
  }

  .form-actions button {
    min-height: 48px;
  }

  .region-columns,
  .week-months,
  .week-layout {
    grid-template-columns: 1fr;
  }

  .region-columns {
    gap: 16px;
  }

  .region-column {
    border: 1px solid #e9e2fb;
    border-radius: 14px;
    background: #ffffff;
    padding: 0 14px;
    box-shadow: 0 6px 18px rgba(20, 17, 42, 0.05);
  }

  .region-column-title {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 0;
    gap: 10px;
  }

  .region-column:not(.is-open) .region-list {
    display: none;
  }

  .region-list {
    gap: 0;
    border-top: 1px solid #efe9fc;
    padding: 6px 0 10px;
  }

  .region-item {
    padding: 0;
    border-bottom: 1px solid #f3eefc;
  }

  .region-item:last-child {
    border-bottom: 0;
  }

  .region-main {
    align-items: center;
    min-height: 50px;
    gap: 8px;
  }

  .region-main > button:first-of-type {
    flex: 1 1 auto;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
  }

  .region-main > input {
    margin-top: 0;
  }

  .region-label-chevron {
    display: inline-block;
  }

  .region-column-chevron {
    display: inline-block;
  }

  .region-label-button.is-open .region-label-chevron {
    transform: rotate(-135deg);
    margin-top: 2px;
  }

  .region-city-link {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    margin-left: 0;
    font-size: 12px;
  }

  .week-layout {
    gap: 12px;
    padding: 0 0 16px;
  }

  .week-main {
    width: 100%;
  }

  .week-months::before {
    display: none;
  }

  .week-months {
    gap: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .month-column {
    border: 1px solid #e9e2fb;
    border-radius: 14px;
    background: #ffffff;
    padding: 0 14px;
    box-shadow: 0 6px 18px rgba(20, 17, 42, 0.05);
  }

  .month-header {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 0;
    gap: 10px;
  }

  .month-header-toggle {
    min-height: 32px;
  }

  .month-header-chevron {
    display: inline-block;
  }

  .month-column:not(.is-open) .month-weeks {
    display: none;
  }

  .month-weeks {
    margin-top: 0;
    padding: 4px 0 14px;
    border-top: 1px solid #efe9fc;
    gap: 6px;
  }

  .week-line {
    min-height: 42px;
    align-items: flex-start;
    padding: 4px 0;
    gap: 10px;
  }

  .week-line input {
    margin-top: 3px;
  }

  .week-text {
    line-height: 1.35;
  }

  .selector-footer-stack {
    margin-top: 18px;
    gap: 16px;
  }

  .year-toggles {
    width: 100%;
    display: grid;
    gap: 10px;
  }

  .year-toggles .selector-toggle {
    min-height: 44px;
    align-items: center;
  }

  .city-panel {
    width: 100%;
    min-width: 0;
    padding: 16px 16px 14px;
    position: relative;
    top: 0;
    left: 0;
    margin: 2px 0 10px;
    border-radius: 14px;
    border-color: #e9e2fb;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
  }

  .city-panel-head {
    gap: 10px;
  }

  .city-panel-head strong {
    font-size: 15px;
    padding-right: 10px;
  }

  .city-panel-summary {
    font-size: 12px;
    line-height: 1.4;
  }

  .city-panel-close {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #f4f1ff;
    color: #574c86;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .city-panel-actions {
    margin: 10px 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efe9fc;
  }

  .city-panel-toggle {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
  }

  .city-list {
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: 248px;
    padding-right: 2px;
  }

  .city-list label {
    min-height: 42px;
    gap: 9px;
    align-items: flex-start;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .city-list input {
    margin-top: 3px;
  }

  .city-list span {
    overflow-wrap: break-word;
  }

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

  .selector-feedback {
    width: 100%;
  }

  .selector-meta {
    white-space: normal;
  }

  .week-nav {
    display: none;
  }

  .region-map-shell {
    display: none;
  }

  .site-footer {
    padding: 56px 0 64px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
  }

  .footer-col-main,
  .footer-col-links {
    align-items: center;
    justify-content: center;
  }

  .footer-wave {
    margin-left: 0;
    width: min(320px, 72vw);
  }

  .lead-form {
    gap: 16px;
  }

  .field {
    gap: 8px;
  }

  .field input[type="text"],
  .field input[type="email"],
  .field textarea {
    padding: 10px 14px;
    font-size: 16px;
  }

  .field textarea {
    min-height: 112px;
    padding: 10px 14px;
  }

  .field-radio {
    gap: 12px;
  }

  .field-radio label {
    min-height: 24px;
  }

  .form-actions {
    margin-top: 2px;
  }

  .lead-success-card {
    margin-top: 14px;
    padding: 22px 18px 20px;
    border-radius: 12px;
  }

  .lead-success-card h3 {
    font-size: 24px;
  }

  .lead-success-card p {
    max-width: none;
    font-size: 15px;
  }

  .lead-success-button {
    width: 100%;
  }
}
