:root {
  --cd-blue: #0f63ff;
  --cd-blue-strong: #0058f0;
  --cd-blue-soft: #eaf3ff;
  --cd-text-title: #111827;
  --cd-text-main: #243044;
  --cd-text-sub: #66758f;
  --cd-text-faint: #97a6ba;
  --cd-line: #d9e2ef;
  --cd-line-soft: #e8edf5;
  --cd-page: #f8fbff;
  --cd-danger: #ff4d5f;
  --cd-green: #16b98f;
  --cd-orange: #ff9d27;
  --cd-purple: #8a6ef5;
  --cd-radius: 6px;
  --cd-card-radius: 10px;
  --cd-shadow-card: 0 18px 55px rgba(31, 58, 96, 0.12);
  --cd-shadow-input: 0 1px 2px rgba(34, 53, 84, 0.02);
  --cd-shell: min(1334px, calc(100vw - 96px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: light only;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 52% 26%, rgba(216, 234, 255, 0.55), transparent 29%),
    radial-gradient(circle at 88% 17%, rgba(226, 239, 255, 0.7), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #f8fbff 42%, #f5f9ff 100%);
  color: var(--cd-text-main);
  font-family: 'Plus Jakarta Sans', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  position: fixed;
  content: "";
  pointer-events: none;
  z-index: 0;
}

body::before {
  left: -140px;
  bottom: -150px;
  width: 660px;
  height: 330px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 44% 100%, rgba(181, 211, 255, 0.42), rgba(181, 211, 255, 0.08) 42%, transparent 68%),
    linear-gradient(18deg, rgba(105, 162, 255, 0.18), transparent 70%);
  transform: rotate(5deg);
}

body::after {
  right: 0;
  top: 0;
  width: 56vw;
  height: 44vh;
  background: radial-gradient(circle at 68% 28%, rgba(230, 241, 255, 0.76), transparent 54%);
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.cd-main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  padding: 48px 0;
}

.cd-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 420px minmax(720px, 866px);
  gap: 49px;
  align-items: start;
  width: var(--cd-shell);
  margin: 0 auto;
}

.cd-head {
  padding-top: 31px;
}

.cd-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 91px;
  height: 28px;
  margin: 0 0 26px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e8f2ff;
  color: var(--cd-blue);
  font-size: 14px;
  font-weight: 800;
}

.cd-kicker--logo {
  min-width: 0;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.cd-kicker--logo img {
  display: block;
  width: auto;
  height: 28px;
}

.cd-head h1 {
  margin: 0;
  color: #111725;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.42;
}

.cd-head h1 span {
  display: block;
  color: var(--cd-blue);
}

.cd-head__lead {
  margin: 25px 0 0;
  color: #66758f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.74;
}

.cd-benefits {
  display: grid;
  gap: 25px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.cd-benefit {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.cd-benefit__icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.cd-benefit__icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.3;
}

.cd-benefit--blue .cd-benefit__icon {
  background: linear-gradient(135deg, #dceeff, #bfe0ff);
  color: var(--cd-blue);
}

.cd-benefit--green .cd-benefit__icon {
  background: linear-gradient(135deg, #e0faf2, #cdf5e9);
  color: var(--cd-green);
}

.cd-benefit--orange .cd-benefit__icon {
  background: linear-gradient(135deg, #fff0d9, #ffe4bc);
  color: var(--cd-orange);
}

.cd-benefit--purple .cd-benefit__icon {
  background: linear-gradient(135deg, #eee9ff, #e1d8ff);
  color: var(--cd-purple);
}

.cd-benefit__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.cd-benefit__copy strong {
  color: #172033;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.cd-benefit__copy span {
  color: #6c7890;
  font-size: 14px;
  line-height: 1.35;
}

.cd-illustration {
  width: clamp(286px, 78%, 328px);
  margin: 34px auto 0;
  filter: drop-shadow(0 24px 34px rgba(49, 119, 214, 0.12));
  transform: translateX(-4px);
}

.cd-illustration > picture {
  display: block;
  width: 100%;
}

.cd-illustration img {
  display: block;
  width: 100%;
  height: auto;
}

.cd-form-section.is-hidden {
  display: none;
}

.cd-form-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 31px 30px 27px;
  border: 1px solid rgba(221, 228, 238, 0.92);
  border-radius: var(--cd-card-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--cd-shadow-card);
  backdrop-filter: blur(8px);
}

.cd-card-head {
  margin: 0 0 28px;
}

.cd-card-head h2 {
  margin: 0;
  color: #151d2f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}

.cd-card-head p {
  margin: 10px 0 0;
  color: #6b7890;
  font-size: 14px;
  font-weight: 500;
}

.cd-grid {
  display: grid;
  gap: 23px 20px;
}

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

.cd-field {
  min-width: 0;
}

.cd-field--full {
  grid-column: 1 / -1;
}

.cd-label {
  display: block;
  margin: 0 0 8px;
  color: #24304a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

.cd-required {
  margin-right: 3px;
  color: var(--cd-danger);
}

.cd-input,
.cd-select,
.cd-textarea {
  width: 100%;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius);
  background: #fff;
  box-shadow: var(--cd-shadow-input);
  color: #182235;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.cd-input,
.cd-select {
  height: 44px;
  padding: 0 14px;
}

.cd-select {
  appearance: none;
  padding-right: 40px;
  cursor: pointer;
}

.cd-input::placeholder,
.cd-textarea::placeholder {
  color: var(--cd-text-faint);
}

.cd-input:focus,
.cd-select:focus,
.cd-textarea:focus {
  border-color: #7fb0ff;
  box-shadow: 0 0 0 3px rgba(15, 99, 255, 0.10);
}

.cd-input.is-error,
.cd-select.is-error,
.cd-textarea.is-error {
  border-color: var(--cd-danger);
}

.cd-select-wrap {
  position: relative;
}

.cd-select-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
  height: 16px;
  color: #8ea0ba;
  pointer-events: none;
  transform: translateY(-50%);
}

.cd-choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cd-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.cd-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cd-choice__box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 47px;
  padding: 0 14px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius);
  background: #fff;
  color: #334056;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.cd-choice__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.cd-choice__icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.25;
}

.cd-choice--product .cd-choice__icon {
  background: #eaf3ff;
  color: var(--cd-blue);
}

.cd-choice--solution .cd-choice__icon {
  background: #e8f8f1;
  color: var(--cd-green);
}

.cd-choice--integration .cd-choice__icon {
  background: #fff0df;
  color: var(--cd-orange);
}

.cd-choice--other .cd-choice__icon {
  background: #f1f5f9;
  color: #8793a6;
}

.cd-choice__check {
  position: absolute;
  right: 8px;
  top: 50%;
  display: none;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--cd-blue);
  color: #fff;
  transform: translateY(-50%);
}

.cd-choice__check svg {
  width: 11px;
  height: 11px;
  stroke-width: 3;
}

.cd-choice input:checked + .cd-choice__box {
  border-color: #256fff;
  box-shadow: inset 0 0 0 1px rgba(37, 111, 255, 0.12);
  color: var(--cd-blue);
}

.cd-choice input:checked + .cd-choice__box .cd-choice__check {
  display: grid;
}

.cd-consult-other {
  margin-top: 10px;
}

.cd-phone {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.cd-phone__prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 70px;
  height: 44px;
  border: 1px solid var(--cd-line);
  border-right: 0;
  border-radius: var(--cd-radius) 0 0 var(--cd-radius);
  background: #fff;
  color: #24304a;
  font-family: 'Space Grotesk', 'Noto Sans SC', ui-monospace, monospace;
  font-size: 14px;
  font-weight: 700;
}

.cd-phone__prefix svg {
  width: 14px;
  height: 14px;
  color: #91a1b7;
}

.cd-input--phone {
  border-radius: 0 var(--cd-radius) var(--cd-radius) 0;
}

.cd-phone:focus-within .cd-phone__prefix,
.cd-phone:focus-within .cd-input--phone {
  border-color: #7fb0ff;
}

.cd-textarea-wrap {
  position: relative;
}

.cd-textarea {
  display: block;
  height: 99px;
  min-height: 99px;
  max-height: 180px;
  padding: 12px 42px 24px 14px;
  resize: vertical;
  line-height: 1.55;
}

.cd-counter {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: #78869c;
  font-family: 'Space Grotesk', ui-monospace, monospace;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
}

.cd-error {
  min-height: 0;
  margin: 5px 0 0;
  color: var(--cd-danger);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.cd-error:not(:empty) {
  min-height: 15px;
}

.cd-form-actions {
  margin-top: 24px;
  text-align: center;
}

.cd-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 0 0 16px;
  color: #8190a7;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.cd-privacy svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: #91a1b7;
}

.cd-privacy a {
  color: var(--cd-blue);
  font-weight: 800;
}

.cd-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 239px;
  height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--cd-radius);
  background: linear-gradient(180deg, #1269ff 0%, #0058f0 100%);
  box-shadow: 0 10px 22px rgba(0, 88, 240, 0.20);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.cd-submit:hover:not(:disabled) {
  box-shadow: 0 13px 26px rgba(0, 88, 240, 0.25);
  transform: translateY(-1px);
}

.cd-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.cd-submit__loading:not([hidden]) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cd-submit__spinner {
  width: 17px;
  height: 17px;
  animation: cd-spin 0.8s linear infinite;
}

.cd-captcha-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.cd-input--captcha {
  flex: 1;
  max-width: 200px;
}

.cd-captcha-img {
  height: 48px;
  border: 1px solid rgba(221, 228, 238, 0.92);
  border-radius: var(--cd-field-radius, 10px);
  cursor: pointer;
  transition: opacity 0.2s;
}

.cd-input--captcha {
  height: 48px;
}

.cd-captcha-img:hover {
  opacity: 0.85;
}

.cd-global-error:not(:empty) {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: var(--cd-field-radius, 10px);
  background: #fff0f0;
  color: #dc2626;
  font-size: 13px;
  font-weight: 500;
}

.cd-submit-note {
  margin: 14px 0 0;
  color: #7f8da5;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.cd-success {
  grid-column: 1 / -1;
  width: min(866px, 100%);
  margin: 0 auto;
}

.cd-success__card {
  padding: 52px 44px;
  border: 1px solid rgba(221, 228, 238, 0.92);
  border-radius: var(--cd-card-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--cd-shadow-card);
  text-align: center;
}

.cd-success__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #e8f8f1;
  color: var(--cd-green);
}

.cd-success__icon svg {
  width: 32px;
  height: 32px;
}

.cd-success h2 {
  margin: 0 0 10px;
  color: #151d2f;
  font-size: 24px;
  font-weight: 800;
}

.cd-success__lead {
  margin: 0 0 22px;
  color: #66758f;
  font-size: 15px;
  line-height: 1.7;
}

.cd-success__summary {
  margin: 0;
  padding: 16px 20px;
  border-radius: var(--cd-radius);
  background: #f6f9ff;
  text-align: left;
}

.cd-success__summary div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 0;
}

.cd-success__summary dt {
  color: #66758f;
  font-weight: 600;
}

.cd-success__summary dd {
  margin: 0;
  color: #172033;
  font-weight: 800;
}

@keyframes cd-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1440px) and (min-height: 820px) {
  :root {
    --cd-shell: min(1440px, calc(100vw - 80px));
  }

  .cd-main {
    padding: 52px 0;
  }

  .cd-shell {
    grid-template-columns: minmax(420px, 0.9fr) minmax(780px, 1.55fr);
    gap: 52px;
  }
}

@media (min-width: 1728px) and (min-height: 960px) {
  :root {
    --cd-shell: min(1480px, calc(100vw - 96px));
  }

  .cd-main {
    padding: 64px 0;
  }

  .cd-shell {
    grid-template-columns: minmax(460px, 0.9fr) minmax(860px, 1.55fr);
    gap: 64px;
  }

  .cd-head h1 {
    font-size: 38px;
  }

  .cd-form-card {
    padding-inline: 40px;
  }

  .cd-illustration {
    width: clamp(360px, 84%, 430px);
  }
}

@media (min-width: 2200px) and (min-height: 1100px) {
  :root {
    --cd-shell: min(1760px, calc(100vw - 128px));
  }

  .cd-main {
    padding: 76px 0;
  }

  .cd-shell {
    grid-template-columns: minmax(520px, 0.95fr) minmax(1040px, 1.6fr);
    gap: 72px;
  }

  .cd-head {
    padding-top: 48px;
  }

  .cd-kicker--logo img {
    height: 34px;
  }

  .cd-head h1 {
    font-size: 42px;
    line-height: 1.34;
  }

  .cd-head__lead {
    margin-top: 30px;
    font-size: 18px;
  }

  .cd-benefits {
    gap: 28px;
    margin-top: 40px;
  }

  .cd-benefit {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
  }

  .cd-benefit__icon {
    width: 54px;
    height: 54px;
  }

  .cd-benefit__icon svg {
    width: 22px;
    height: 22px;
  }

  .cd-benefit__copy strong {
    font-size: 17px;
  }

  .cd-benefit__copy span {
    font-size: 15.5px;
  }

  .cd-illustration {
    width: clamp(420px, 82%, 500px);
    margin-top: 48px;
  }

  .cd-form-card {
    padding: 44px 46px 38px;
  }

  .cd-card-head {
    margin-bottom: 34px;
  }

  .cd-card-head h2 {
    font-size: 26px;
  }

  .cd-card-head p {
    margin-top: 12px;
    font-size: 16px;
  }

  .cd-grid {
    gap: 28px 26px;
  }

  .cd-label {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cd-input,
  .cd-select,
  .cd-textarea {
    font-size: 16px;
  }

  .cd-input,
  .cd-select,
  .cd-phone__prefix,
  .cd-custom-select-trigger {
    height: 52px;
  }

  .cd-custom-select-trigger {
    font-size: 16px;
    line-height: 52px;
  }

  .cd-phone__prefix {
    min-width: 78px;
  }

  .cd-choice-grid {
    gap: 18px;
  }

  .cd-choice__box {
    height: 54px;
    gap: 12px;
    padding-inline: 18px;
    font-size: 16px;
  }

  .cd-choice__icon {
    width: 28px;
    height: 28px;
  }

  .cd-choice__icon svg {
    width: 17px;
    height: 17px;
  }

  .cd-textarea {
    height: 122px;
    min-height: 122px;
    padding: 14px 50px 28px 16px;
  }

  .cd-counter {
    right: 16px;
    bottom: 12px;
    font-size: 15px;
  }

  .cd-form-actions {
    margin-top: 30px;
  }

  .cd-submit {
    width: 288px;
    height: 52px;
    font-size: 16px;
  }

  .cd-submit-note {
    margin-top: 16px;
    font-size: 14px;
  }
}

@media (max-width: 1220px) {
  .cd-shell {
    grid-template-columns: minmax(320px, 0.85fr) minmax(660px, 1.6fr);
    gap: 34px;
  }

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

  .cd-form-card {
    min-height: auto;
  }
}

@media (max-width: 980px) {
  body {
    background: linear-gradient(180deg, #f7fbff 0%, #f5f9ff 100%);
  }

  .cd-main {
    padding: 24px 0 42px;
    overflow: visible;
  }

  .cd-shell {
    display: grid;
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    gap: 28px;
  }

  .cd-head {
    padding-top: 0;
  }

  .cd-head h1 {
    font-size: 30px;
  }

  .cd-head__lead br {
    display: none;
  }

  .cd-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
  }

  .cd-illustration {
    width: min(260px, 72vw);
    margin: 24px auto 0;
    transform: none;
  }
}

@media (max-width: 767px) {
  .cd-kicker--logo img {
    height: 24px;
  }
}

@media (max-width: 680px) {
  .cd-main {
    padding-top: 18px;
  }

  .cd-shell {
    width: calc(100% - 28px);
  }

  .cd-head h1 {
    font-size: 26px;
  }

  .cd-head__lead {
    font-size: 14px;
  }

  .cd-benefits {
    grid-template-columns: 1fr;
  }

  .cd-form-card {
    padding: 24px 18px;
  }

  .cd-grid--2 {
    grid-template-columns: 1fr;
  }

  .cd-choice-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .cd-privacy {
    align-items: flex-start;
    text-align: left;
  }

  .cd-submit {
    width: 100%;
  }

  .cd-input,
  .cd-select,
  .cd-textarea {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cd-submit,
  .cd-input,
  .cd-select,
  .cd-textarea,
  .cd-choice__box {
    transition: none;
  }

  .cd-submit__spinner {
    animation: none;
  }
}

/* ---- Custom Select: Trigger Button ---- */
.cd-custom-select-trigger {
  width: 100%;
  height: 44px;
  padding: 0 36px 0 14px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius);
  background: #fff;
  box-shadow: var(--cd-shadow-input);
  color: #182235;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  text-align: left;
  cursor: pointer;
  outline: none;
  position: relative;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-custom-select-trigger:focus,
.cd-custom-select-trigger[aria-expanded="true"] {
  border-color: #7fb0ff;
  box-shadow: 0 0 0 3px rgba(15, 99, 255, 0.10);
}

.cd-custom-select-trigger.is-placeholder {
  color: var(--cd-text-faint);
}

.cd-custom-select-trigger.is-error {
  border-color: var(--cd-danger);
}

.cd-custom-select-trigger:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cd-custom-select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  color: #8ea0ba;
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
}

.cd-custom-select-trigger[aria-expanded="true"] .cd-custom-select-chevron {
  transform: translateY(-50%) rotate(180deg);
}

/* ---- Custom Select: Dropdown Panel ---- */
.cd-custom-select-panel {
  position: fixed;
  z-index: 9999;
  min-width: 160px;
  max-height: 280px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid var(--cd-line);
  border-radius: var(--cd-radius);
  background: #fff;
  box-shadow: 0 12px 32px rgba(31, 58, 96, 0.15), 0 2px 6px rgba(34, 53, 84, 0.04);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  pointer-events: none;
}

.cd-custom-select-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ---- Custom Select: Option ---- */
.cd-custom-select-option {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  color: #182235;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  transition: background 0.1s ease;
  white-space: nowrap;
}

.cd-custom-select-option:hover,
.cd-custom-select-option[aria-selected="true"] {
  background: var(--cd-blue-soft);
  color: var(--cd-blue);
}

.cd-custom-select-option.is-focused {
  background: var(--cd-blue-soft);
}

.cd-custom-select-option.is-disabled {
  color: var(--cd-text-faint);
  cursor: not-allowed;
}

@media (max-width: 680px) {
  .cd-custom-select-trigger {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cd-custom-select-trigger,
  .cd-custom-select-panel {
    transition: none;
  }
}
