/* =========================================================
   ACON LEADS – KOMPAKT AJÁNLATKÉRŐ 0.2.1
   ========================================================= */

#ac-ajanlat-20260808,
#ac-ajanlat-20260808 * {
  box-sizing: border-box;
}

#ac-ajanlat-20260808 {
  --acq-navy: #062943;
  --acq-navy-2: #0a3859;
  --acq-blue: #1682c5;
  --acq-blue-soft: #eef7fb;
  --acq-orange: #ff5a32;
  --acq-dark: #071d2f;
  --acq-text: #657889;
  --acq-muted: #8b9aa5;
  --acq-border: #d9e3e9;
  --acq-soft: #f5f9fb;

  position: relative;
  overflow: hidden;

  width: min(calc(100% - 32px), 960px);
  margin: 0 auto;
  padding: 21px;

  border: 1px solid rgba(70, 170, 216, 0.24);
  border-radius: 17px;

  background:
    radial-gradient(circle at 96% 0%, rgba(94, 195, 235, 0.15), transparent 29%),
    linear-gradient(135deg, var(--acq-navy-2), var(--acq-navy) 68%, #041e32);

  box-shadow: 0 14px 34px rgba(6, 28, 47, 0.14);

  font-family: inherit;
}

/* =========================================================
   FEJLÉC
   ========================================================= */

#ac-ajanlat-20260808 .acq__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.72fr);
  align-items: end;
  gap: 34px;

  margin-bottom: 14px;
}

#ac-ajanlat-20260808 .acq__heading,
#ac-ajanlat-20260808 .acq__header-side {
  min-width: 0;
}

#ac-ajanlat-20260808 .acq__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;

  margin: 0 0 7px;

  color: #7fd0ef;

  font-size: 8.5px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#ac-ajanlat-20260808 .acq__eyebrow::before {
  content: "";

  flex: 0 0 21px;
  width: 21px;
  height: 2px;

  border-radius: 999px;
  background: var(--acq-orange);
}

#ac-ajanlat-20260808 .acq__title {
  max-width: 610px;

  margin: 0;

  color: #fff;

  font-size: clamp(29px, 3vw, 39px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -0.043em;

  text-wrap: balance;
}

#ac-ajanlat-20260808 .acq__intro {
  max-width: 390px;

  margin: 0;

  color: rgba(255, 255, 255, 0.67);

  font-size: 11.5px;
  line-height: 1.43;
}

#ac-ajanlat-20260808 .acq__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  margin-top: 8px;
}

#ac-ajanlat-20260808 .acq__meta span {
  display: inline-flex;
  align-items: center;

  min-height: 21px;
  padding: 3px 7px;

  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.07);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  font-size: 7.5px;
  font-weight: 750;
  line-height: 1.2;
}

/* =========================================================
   ÜZENETEK
   ========================================================= */

#ac-ajanlat-20260808 .acq__notice {
  margin: 0 0 9px;
  padding: 8px 10px;

  border-radius: 7px;

  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.4;
}

#ac-ajanlat-20260808 .acq__notice--success {
  color: #155c3b;
  background: #edf9f3;
  border: 1px solid #bce4cf;
}

#ac-ajanlat-20260808 .acq__notice--warning {
  color: #775414;
  background: #fff9e8;
  border: 1px solid #eadba8;
}

#ac-ajanlat-20260808 .acq__notice--error {
  color: #8c2c1d;
  background: #fff1ed;
  border: 1px solid #f1c3b7;
}

#ac-ajanlat-20260808 .acq__notice-slot:empty {
  display: none;
}

#ac-ajanlat-20260808.is-sending .acq__form {
  cursor: progress;
}

#ac-ajanlat-20260808 .acq__submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none !important;
  box-shadow: none !important;
}

/* =========================================================
   FORM KÁRTYA
   ========================================================= */

#ac-ajanlat-20260808 .acq__form {
  position: relative;

  margin: 0;
  padding: 13px 14px 12px;

  color: var(--acq-dark);
  background: #fff;

  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 11px;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 #fff;
}

#ac-ajanlat-20260808 .acq__form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  margin-bottom: 9px;
  padding-bottom: 8px;

  border-bottom: 1px solid var(--acq-border);
}

#ac-ajanlat-20260808 .acq__form-top strong {
  color: var(--acq-dark);

  font-size: 11.5px;
  font-weight: 850;
  line-height: 1.2;
}

#ac-ajanlat-20260808 .acq__form-top span {
  color: var(--acq-muted);

  font-size: 7.5px;
  font-weight: 600;
  line-height: 1.2;
}

/* =========================================================
   4 OSZLOPOS DESKTOP RÁCS
   ========================================================= */

#ac-ajanlat-20260808 .acq__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 10px;
}

#ac-ajanlat-20260808 .acq__field {
  min-width: 0;
}

#ac-ajanlat-20260808 .acq__field--full {
  grid-column: 1 / -1;
}

#ac-ajanlat-20260808 .acq__field label {
  display: block;

  margin: 0 0 3px;

  color: var(--acq-dark);

  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.2;
}

#ac-ajanlat-20260808 .acq__field label > span {
  color: var(--acq-orange);
}

#ac-ajanlat-20260808 .acq__field label small {
  margin-left: 3px;

  color: var(--acq-muted);

  font-size: 7px;
  font-weight: 500;
}

/* =========================================================
   INPUTOK
   ========================================================= */

#ac-ajanlat-20260808 input[type="text"],
#ac-ajanlat-20260808 input[type="email"],
#ac-ajanlat-20260808 input[type="tel"],
#ac-ajanlat-20260808 input[type="number"],
#ac-ajanlat-20260808 select,
#ac-ajanlat-20260808 textarea {
  width: 100%;
  max-width: none;

  margin: 0;

  color: var(--acq-dark);
  background: #fbfdfe;

  border: 1px solid #cbd9e1;
  border-radius: 6px;

  box-shadow: none;
  outline: none;

  font: inherit;
  font-size: 11.5px;

  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    background-color 150ms ease;
}

#ac-ajanlat-20260808 input[type="text"],
#ac-ajanlat-20260808 input[type="email"],
#ac-ajanlat-20260808 input[type="tel"],
#ac-ajanlat-20260808 input[type="number"],
#ac-ajanlat-20260808 select {
  height: 35px;
  min-height: 35px;
  padding: 6px 8px;
}

#ac-ajanlat-20260808 textarea {
  display: block;

  height: 42px;
  min-height: 42px;
  max-height: 80px;
  padding: 7px 8px;

  line-height: 1.35;
  resize: vertical;
}

#ac-ajanlat-20260808 input::placeholder,
#ac-ajanlat-20260808 textarea::placeholder {
  color: #9ba9b3;
}

#ac-ajanlat-20260808 input:focus,
#ac-ajanlat-20260808 select:focus,
#ac-ajanlat-20260808 textarea:focus {
  background: #fff;
  border-color: var(--acq-blue);
  box-shadow: 0 0 0 3px rgba(22, 130, 197, 0.1);
}

#ac-ajanlat-20260808 .acq__input-suffix {
  position: relative;
}

#ac-ajanlat-20260808 .acq__input-suffix input {
  padding-right: 36px;
}

#ac-ajanlat-20260808 .acq__input-suffix > span {
  position: absolute;
  top: 50%;
  right: 9px;

  transform: translateY(-50%);

  color: #7b8d9c;

  font-size: 9px;
  font-weight: 750;

  pointer-events: none;
}

/* =========================================================
   ALSÓ SÁV
   ========================================================= */

#ac-ajanlat-20260808 .acq__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin-top: 9px;
  padding-top: 9px;

  border-top: 1px solid var(--acq-border);
}

#ac-ajanlat-20260808 .acq__consent {
  display: flex;
  align-items: center;
  gap: 7px;

  max-width: 540px;

  color: var(--acq-text);

  font-size: 8.5px;
  line-height: 1.3;

  cursor: pointer;
}

#ac-ajanlat-20260808 .acq__consent input {
  flex: 0 0 14px;

  width: 14px;
  height: 14px;
  margin: 0;

  accent-color: var(--acq-blue);
}

#ac-ajanlat-20260808 .acq__submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 7px;

  min-height: 37px;
  margin: 0;
  padding: 8px 13px;

  color: #fff;
  background: var(--acq-orange);

  border: 0;
  border-radius: 6px;

  box-shadow: none;

  cursor: pointer;

  font: inherit;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;

  transition:
    transform 150ms ease,
    background-color 150ms ease,
    box-shadow 150ms ease;
}

#ac-ajanlat-20260808 .acq__submit svg {
  display: block;

  width: 15px;
  height: 15px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 150ms ease;
}

#ac-ajanlat-20260808 .acq__submit:hover {
  transform: translateY(-1px);

  background: #e94b28;
  box-shadow: 0 7px 16px rgba(233, 75, 40, 0.21);
}

#ac-ajanlat-20260808 .acq__submit:hover svg {
  transform: translateX(2px);
}

#ac-ajanlat-20260808 .acq__submit:focus-visible,
#ac-ajanlat-20260808 input:focus-visible,
#ac-ajanlat-20260808 select:focus-visible,
#ac-ajanlat-20260808 textarea:focus-visible {
  outline: 3px solid rgba(77, 180, 224, 0.25);
  outline-offset: 2px;
}

/* =========================================================
   HONEYPOT
   ========================================================= */

#ac-ajanlat-20260808 .acq__honeypot {
  position: absolute !important;
  left: -10000px !important;

  width: 1px !important;
  height: 1px !important;

  overflow: hidden !important;
}

/* =========================================================
   TABLET – 2 OSZLOP
   ========================================================= */

@media (max-width: 860px) {
  #ac-ajanlat-20260808 {
    width: min(calc(100% - 28px), 720px);
  }

  #ac-ajanlat-20260808 .acq__header {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  #ac-ajanlat-20260808 .acq__intro {
    max-width: 570px;
  }

  #ac-ajanlat-20260808 .acq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================================
   MOBIL – 1 OSZLOP
   ========================================================= */

@media (max-width: 560px) {
  #ac-ajanlat-20260808 {
    width: min(calc(100% - 20px), 500px);
    padding: 17px 12px;

    border-radius: 14px;
  }

  #ac-ajanlat-20260808 .acq__header {
    margin-bottom: 11px;
  }

  #ac-ajanlat-20260808 .acq__eyebrow {
    font-size: 7.5px;
  }

  #ac-ajanlat-20260808 .acq__title {
    font-size: clamp(26px, 8vw, 31px);
    line-height: 1.05;
  }

  #ac-ajanlat-20260808 .acq__intro {
    font-size: 11px;
  }

  #ac-ajanlat-20260808 .acq__form {
    padding: 12px;
  }

  #ac-ajanlat-20260808 .acq__form-top {
    margin-bottom: 8px;
  }

  #ac-ajanlat-20260808 .acq__form-top span {
    display: none;
  }

  #ac-ajanlat-20260808 .acq__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #ac-ajanlat-20260808 .acq__field--full {
    grid-column: 1;
  }

  #ac-ajanlat-20260808 input[type="text"],
  #ac-ajanlat-20260808 input[type="email"],
  #ac-ajanlat-20260808 input[type="tel"],
  #ac-ajanlat-20260808 input[type="number"],
  #ac-ajanlat-20260808 select {
    height: 37px;
    min-height: 37px;
  }

  #ac-ajanlat-20260808 textarea {
    height: 44px;
    min-height: 44px;
  }

  #ac-ajanlat-20260808 .acq__bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }

  #ac-ajanlat-20260808 .acq__submit {
    width: 100%;
    min-height: 39px;
  }
}

@media (max-width: 370px) {
  #ac-ajanlat-20260808 {
    width: calc(100% - 14px);
    padding: 15px 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #ac-ajanlat-20260808 input,
  #ac-ajanlat-20260808 select,
  #ac-ajanlat-20260808 textarea,
  #ac-ajanlat-20260808 .acq__submit,
  #ac-ajanlat-20260808 .acq__submit svg {
    transition: none;
  }

  #ac-ajanlat-20260808 .acq__submit:hover,
  #ac-ajanlat-20260808 .acq__submit:hover svg {
    transform: none;
  }
}
