.cu-page {
  background: linear-gradient(180deg, #e7edf5 0%, #dfe7f0 100%);
}

.cu-section {
  padding: 92px 0;
}

.cu-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cu-kicker-light,
.cu-kicker-inline {
  background: rgba(29, 47, 135, 0.08);
  color: #2340a3;
}

.cu-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  background: linear-gradient(135deg, #091a60 0%, #14389d 100%);
}

.cu-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 88% 14%, rgba(243, 197, 60, 0.12) 0%, rgba(243, 197, 60, 0) 18%),
    linear-gradient(180deg, rgba(7, 20, 71, 0.08) 0%, rgba(7, 20, 71, 0.24) 100%);
}

.cu-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  min-height: 760px;
}

.cu-hero-copy {
  padding: 40px 0;
  color: #ffffff;
}

.cu-hero .cu-kicker {
  background: rgba(255, 255, 255, 0.08);
  color: #f3c53c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cu-hero-copy h1,
.cu-section-heading h2 {
  color: #ffffff;
  font-size: clamp(2.9rem, 5.6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin-bottom: 22px;
}

.cu-hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
  max-width: 620px;
}

.cu-hero-actions,
.cu-submit-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  align-items: center;
}

.cu-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(20, 43, 120, 0.08);
}

.cu-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.cu-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.cu-point-card {
  padding: 18px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.cu-point-card strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 6px;
}

.cu-point-card span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cu-hero-side {
  display: grid;
  gap: 16px;
}

.cu-side-card,
.cu-side-note {
  border-radius: 24px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(196, 210, 232, 0.95);
  box-shadow: 0 24px 56px rgba(10, 24, 77, 0.12);
}

.cu-side-card-primary {
  padding: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 248, 252, 0.99) 100%);
}

.cu-side-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cu-side-label,
.cu-side-info-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf3ff;
  color: #183596;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cu-side-card h3,
.cu-side-info-card h3,
.cu-panel-heading h3 {
  color: #142c88;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.18;
  margin-bottom: 10px;
}

.cu-side-card p,
.cu-side-note,
.cu-side-info-card p,
.cu-side-info-card li,
.cu-panel-heading p,
.cu-required-note,
.cu-form-status,
.cu-field small {
  color: #29426a;
  font-size: 0.98rem;
  line-height: 1.68;
}

.cu-contact-section {
  padding-top: 84px;
  padding-bottom: 98px;
}

.cu-contact-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: start;
}

.cu-contact-main,
.cu-contact-side {
  min-width: 0;
}

.cu-section-heading h2 {
  color: #142c88;
  font-size: clamp(2.2rem, 4.6vw, 4.3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.cu-section-heading p {
  color: #29426a;
  font-size: 1.03rem;
  line-height: 1.75;
  max-width: 760px;
}

.cu-form {
  margin-top: 28px;
  padding: 34px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 253, 0.99) 100%);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 24px 50px rgba(18, 37, 100, 0.08);
}

.cu-switcher {
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: #edf3ff;
  border: 1px solid #d5e2f5;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.cu-switcher-btn {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #183596;
  font-weight: 800;
  cursor: pointer;
}

.cu-switcher-btn.active {
  background: linear-gradient(180deg, #173594 0%, #244cb6 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(20, 43, 120, 0.16);
}

.cu-required-note {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(237, 244, 255, 0.92);
  border: 1px solid rgba(193, 211, 235, 0.92);
  margin-bottom: 20px;
}

.cu-form-block,
.cu-dynamic-panel {
  margin-top: 20px;
}

.cu-dynamic-panel {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(183, 203, 228, 0.92);
}

.cu-dynamic-panel.active {
  box-shadow: 0 18px 36px rgba(18, 37, 100, 0.06);
}

.cu-panel-heading {
  margin-bottom: 18px;
}

.cu-grid {
  display: grid;
  gap: 16px;
}

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

.cu-field {
  display: grid;
  gap: 8px;
}

.cu-field-full {
  margin-top: 16px;
}

.cu-field span {
  color: #142c88;
  font-size: 0.95rem;
  font-weight: 800;
}

.cu-field span em {
  color: #d93434;
  font-style: normal;
}

.cu-field input,
.cu-field textarea,
.cu-field select {
  width: 100%;
  padding: 14px 15px;
  border-radius: 16px;
  border: 1px solid #d7e2ee;
  outline: none;
  background: #fbfdff;
  font-size: 0.96rem;
  color: #18314f;
}

.cu-field input:focus,
.cu-field textarea:focus,
.cu-field select:focus {
  border-color: #2f5cf1;
  box-shadow: 0 0 0 4px rgba(47, 92, 241, 0.08);
}

.cu-form-status {
  font-weight: 800;
  min-height: 24px;
}

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

.cu-form-status.is-success {
  color: #0f7b44;
}

.cu-contact-side {
  display: grid;
  gap: 18px;
}

.cu-side-info-card {
  padding: 28px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(183, 203, 228, 0.95);
  box-shadow: 0 16px 34px rgba(18, 37, 100, 0.06);
}

.cu-side-info-card ul {
  margin-top: 14px;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.cu-side-info-card-accent {
  background:
    radial-gradient(circle at top right, rgba(243, 197, 60, 0.18) 0%, rgba(243, 197, 60, 0) 28%),
    linear-gradient(180deg, #102871 0%, #173a97 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.cu-side-info-card-accent .cu-side-info-kicker {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.cu-side-info-card-accent h3,
.cu-side-info-card-accent p {
  color: #ffffff;
}

@media (max-width: 1180px) {
  .cu-hero-shell,
  .cu-contact-layout,
  .cu-side-grid,
  .cu-grid-2,
  .cu-hero-points {
    grid-template-columns: 1fr;
  }

  .cu-hero {
    min-height: auto;
    padding: 48px 0 72px;
  }

  .cu-hero-shell {
    min-height: auto;
  }
}

@media (max-width: 820px) {
  .cu-section,
  .cu-contact-section {
    padding: 64px 0;
  }

  .cu-hero-actions,
  .cu-submit-row {
    display: grid;
  }

  .cu-form,
  .cu-dynamic-panel,
  .cu-side-card,
  .cu-side-note,
  .cu-side-info-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cu-switcher {
    display: grid;
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .cu-hero-copy h1,
  .cu-section-heading h2 {
    letter-spacing: -0.03em;
  }

  .cu-hero-copy h1 {
    font-size: clamp(2.3rem, 10vw, 3.8rem);
  }
}
