.glass-contact {
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
}

.glass-card {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 60px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.16),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.35),
    inset 1px 1px rgba(255, 255, 255, 0.28);
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 27px;
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.15),
    transparent 45%
  );
  pointer-events: none;
}

.glass-left h2 {
  font-size: 3rem;
  color: white;
  line-height: 1.15;
}

.glass-left h3 {
  font-size: 2.25rem;
  opacity: 0.85;
}

.glass-left p {
  font-size: large;
  color: rgba(255, 255, 255, 0.8);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: #7fd8ff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: medium;
  font-weight: 600;
}

.grid-form-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.grid-form-item.fr-1 {
  grid-template-columns: repeat(1, 1fr);
  margin-top: 2em;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field label {
  color: #fff;
  font-size: medium;
  font-weight: 600;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 15px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  color: #fff;
  font-size: medium;
  transition: 0.25s;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: #73a8ff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(115, 168, 255, 0.15);
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 16px 50px 16px 20px;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-60%) rotate(45deg);
  border-right: 2px solid rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid rgba(255, 255, 255, 0.75);
  pointer-events: none;
}

.field optgroup[label] {
  appearance: base-select;
  background: rgba(140, 142, 221, 0.15);
  color: #272b2c;
  font-size: 1.45rem;
}

.field select option {
  background: rgba(140, 142, 221, 0.25);
  color: #000;
  backdrop-filter: blur(3px);
  font-size: 1.65rem;
}

.field select option:disabled {
  color: #666982;
}

textarea {
  resize: vertical;
}

.trust-list {
  list-style: none;
  font-size: 1.65rem;
  opacity: 0.85;
  padding: 0 1em;
}

.trust-list li::before {
  content: "ꪜ";
  color: #37f592;
  margin-right: 0.75em;
}

.trust-list-left {
  list-style: none;
  font-size: 1.65rem;
  opacity: 0.85;
}

.direct-line {
  list-style: none;
  font-size: 1.65rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0.5em auto;
}

.direct-line a {
  color: #d9deff;
}

.direct-line a:hover {
  color: #fff;
  text-decoration: underline;
}

.g-contact-host {
  display: block;
  width: 100%;
  margin-top: 3em;
  padding: 0.25em 0.15em;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(188, 185, 185, 0.12),
    rgba(252, 243, 243, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
}

.g-contact-host img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: contain;
}

.g-contact-host-i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1em;
}

.g-contact-host-i h6 {
  font-size: medium;
  font-weight: 500;
}

.g-contact-host-i p {
  font-size: small;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 1.65rem;
}

.checkbox-wrapper .ikxBAC {
  appearance: none;
  background-color: #dfe1e4;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
}

.checkbox-wrapper .ikxBAC::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
}

.checkbox-wrapper .ikxBAC,
.checkbox-wrapper .ikxBAC::after {
  transition: all 100ms ease-out;
}

.checkbox-wrapper .ikxBAC::after {
  background-color: #3d4376;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
}

.checkbox-wrapper input[type="checkbox"] {
  cursor: default;
}

.checkbox-wrapper .ikxBAC:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}

.checkbox-wrapper .ikxBAC:checked {
  background-color: #6e79d6;
}

.checkbox-wrapper .ikxBAC:checked::after {
  background-color: #fff;
  left: 13px;
}

.checkbox-wrapper :focus:not(.focus-visible) {
  outline: 0;
}

.checkbox-wrapper .ikxBAC:checked:hover {
  background-color: #535db3;
}

.agreement-cnf {
  padding: 0.5em;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(188, 185, 185, 0.12),
    rgba(252, 243, 243, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.glass-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 30px auto;
  border: none;
  padding: 16px 34px;
  border-radius: 14px;
  color: white;
  cursor: pointer;
  font-size: 1.65rem;
  background: linear-gradient(135deg, #5271ff, #00d2ff);

  transition: 0.3s;
}

.glass-btn:disabled {
  color: #0d1334;
  background: #272b2c1c;
  box-shadow: none;
  cursor: no-drop;
  appearance: none;
  user-select: none;
}

.glass-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(67, 108, 255, 0.45);
}

.glass-btn:disabled:hover {
  transform: translateY(0);
  box-shadow: none;
  cursor: no-drop;
  appearance: none;
  user-select: none;
}

.secure-text {
  font-size: medium;
  opacity: 0.85;
  user-select: none;
}

@media (max-width: 900px) {
  .glass-card {
    grid-template-columns: 1fr;
  }

  .grid-form-item {
    grid-template-columns: 1fr;
  }
}

.feedback-message {
  color: #37f592;
  font-size: small;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
