/* Rólunk / eszközök — csak a „Rólunk” oldalon töltjük be (.alux-* előtag) */
.alux-wrap {
  --alux-navy-950: #020813;
  --alux-navy-900: #06101f;
  --alux-blue: #00a3ff;
  --alux-blue-2: #00d4ff;
  --alux-blue-3: #7dd3fc;
  --alux-white: #f7fbff;
  --alux-text: #1a202c;
  --alux-muted: #4a5568;
  --alux-shadow: 0 28px 80px rgba(1, 13, 31, 0.24);
  --alux-radius: 16px;
}

.alux-wrap #alux-tools {
  scroll-margin-top: 88px;
}

.alux-wrap .alux-container {
  width: min(1130px, calc(100% - 40px));
  margin-inline: auto;
}

.alux-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.98), rgba(2, 8, 19, 0.76), rgba(2, 8, 19, 0.94)),
    var(--alux-hero-bg, url("../../img/home/luxinterior-gyor-szabadhegy-autobelso.webp")) center / cover;
}

.alux-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.58;
  background:
    radial-gradient(circle at 72% 38%, rgba(8, 119, 255, 0.38), transparent 24rem),
    repeating-radial-gradient(circle at 18% 88%, rgba(8, 119, 255, 0.38) 0 1px, transparent 1px 10px);
  mask-image: linear-gradient(black 35%, transparent 105%);
}

.alux-hero-grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 1fr);
  align-items: center;
  gap: 48px;
  padding: 82px 0 120px;
}

.alux-wrap .alux-eyebrow {
  color: rgba(247, 251, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.alux-wrap .alux-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.35rem);
  line-height: 1.07;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.alux-wrap .alux-hero h1 span {
  display: block;
  color: var(--alux-blue-2);
}

.alux-hero-lead {
  max-width: 640px;
  color: rgba(247, 251, 255, 0.82);
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.alux-hero-card {
  justify-self: end;
  width: min(100%, 360px);
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(84, 173, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.alux-hero-card strong {
  display: block;
  font-size: 1.18rem;
  margin-bottom: 8px;
  color: #fff;
}

.alux-hero-card p {
  color: rgba(247, 251, 255, 0.74);
  font-weight: 600;
  margin-bottom: 18px;
}

.alux-wrap .alux-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.alux-wrap .alux-btn:hover {
  transform: translateY(-2px);
}

.alux-btn-blue {
  background: linear-gradient(135deg, var(--alux-blue), #007bff);
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 119, 255, 0.32);
}

.alux-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.alux-btn-light {
  background: #fff;
  color: #0b63d8;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.alux-tools-section {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  padding: 0 0 64px;
}

.alux-intro-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--alux-shadow);
  border: 1px solid rgba(15, 23, 42, 0.06);
  margin-bottom: 28px;
}

.alux-intro-image {
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(2, 8, 19, 0.04), rgba(2, 8, 19, 0.22)),
    var(--alux-intro-bg, url("../../img/home/auto-belso-galeria-02.webp")) center / cover;
}

.alux-intro-content {
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.alux-wrap .alux-section-label {
  color: var(--alux-blue);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.alux-wrap .alux-section-title {
  color: #172033;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.alux-intro-content p {
  color: var(--alux-muted);
  font-weight: 650;
  margin-bottom: 20px;
}

.alux-checks {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.alux-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #263244;
  font-weight: 850;
}

.alux-check::before {
  content: "✓";
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--alux-blue);
  box-shadow: 0 10px 24px rgba(8, 119, 255, 0.22);
  flex-shrink: 0;
}

.alux-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.alux-tool-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 26px;
  padding-top: 26px;
  border-radius: 22px;
  color: #fff;
  background: var(--alux-navy-900);
  box-shadow: 0 18px 55px rgba(1, 13, 31, 0.14);
  isolation: isolate;
  height: 100%;
}

.alux-tool-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--alux-card-img) center / cover;
  filter: grayscale(100%);
  transform: scale(1.02);
  transition: transform 0.32s ease, filter 0.32s ease;
}

.alux-tool-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(2, 8, 19, 0.16), rgba(2, 8, 19, 0.96));
}

.alux-tool-card:hover::before {
  transform: scale(1.08);
  filter: grayscale(25%);
}

.alux-tool-icon {
  position: absolute;
  top: 26px;
  left: 26px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 0;
  border-radius: 16px;
  background: var(--alux-blue);
  box-shadow: 0 12px 28px rgba(8, 119, 255, 0.34);
  z-index: 1;
}

.alux-tool-icon svg {
  width: 25px;
  height: 25px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alux-tool-card h2 {
  font-size: 1.1rem;
  line-height: 1.22;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 12px;
  min-height: 2.65em;
}

.alux-tool-card p {
  color: rgba(247, 251, 255, 0.76);
  font-size: 0.93rem;
  font-weight: 650;
  margin: 0;
}

.alux-process-section {
  padding: 64px 0;
  background: #fff;
}

.alux-center {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 34px;
}

.alux-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.alux-step {
  padding: 26px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(1, 13, 31, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.alux-step-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--alux-blue);
  font-weight: 950;
  margin-bottom: 18px;
}

.alux-step h3 {
  color: #172033;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  min-height: 2.75em;
  line-height: 1.2;
}

.alux-step p {
  color: var(--alux-muted);
  font-size: 0.92rem;
  font-weight: 650;
  flex: 1;
  margin: 0;
}

.alux-chemistry {
  padding: 64px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 70, 170, 0.96), rgba(0, 111, 255, 0.94)),
    radial-gradient(circle at 12% 80%, rgba(255, 255, 255, 0.18), transparent 18rem);
}

.alux-chem-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.alux-chemistry .alux-chem-intro-copy {
  max-width: 38rem;
}

.alux-chem-intro-copy .alux-section-title {
  margin-top: 0;
}

.alux-chem-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.alux-chem-block-title {
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
}

.alux-chem-block-title--spaced {
  margin-top: 32px;
  margin-bottom: 12px;
}

.alux-chem-block-lead {
  margin: 0 0 16px;
  max-width: 40rem;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.5;
  color: rgba(247, 251, 255, 0.78);
}

.alux-machine-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 6px;
}

.alux-machine-card {
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.alux-machine-card__photo {
  position: relative;
  aspect-ratio: 16 / 10;
  background: rgba(2, 8, 19, 0.35);
}

.alux-machine-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alux-machine-card strong {
  display: block;
  margin: 0;
  padding: 16px 18px 8px;
  font-size: 0.82rem;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-transform: uppercase;
  color: #fff;
}

.alux-machine-card span {
  display: block;
  padding: 0 18px 18px;
  color: rgba(247, 251, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
  flex: 1;
}

.alux-chemistry .alux-section-label {
  color: rgba(255, 255, 255, 0.72);
}

.alux-chemistry .alux-section-title {
  color: #fff;
}

.alux-chemistry .alux-chem-intro-copy p {
  color: rgba(247, 251, 255, 0.76);
  font-weight: 650;
}

.alux-chem-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  align-items: stretch;
}

.alux-chem-item {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.alux-chem-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  min-height: 2.5em;
  line-height: 1.25;
}

.alux-chem-item span {
  color: rgba(247, 251, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 650;
  flex: 1;
}

.alux-about-cta {
  padding: 54px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96), rgba(2, 8, 19, 0.82)),
    var(--alux-cta-bg, url("../../img/home/kep3-1600.webp")) center / cover;
}

.alux-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.alux-about-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}

.alux-about-cta p {
  color: rgba(247, 251, 255, 0.75);
  font-weight: 650;
}

.alux-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

/* ----- Kapcsolat szekció (acx-*), egy oldalon a Rólunk tartalommal ----- */
.acx-page {
  --acx-blue: #0877ff;
  --acx-blue-2: #0d8cff;
  --acx-blue-3: #54adff;
  --acx-text: #202838;
  --acx-muted: #6b7280;
  --acx-shadow: 0 28px 80px rgba(1, 13, 31, 0.24);
  font-family: inherit;
  color: var(--acx-text);
  background: #f6f8fb;
  overflow-x: hidden;
}

.acx-container {
  width: min(1130px, calc(100% - 40px));
  margin-inline: auto;
}

.acx-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.98), rgba(2, 8, 19, 0.74), rgba(2, 8, 19, 0.94)),
    var(--acx-hero-bg, linear-gradient(135deg, #06101f, #0a2040)) center / cover;
}

.acx-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.58;
  background:
    radial-gradient(circle at 74% 38%, rgba(8, 119, 255, 0.36), transparent 24rem),
    repeating-radial-gradient(circle at 18% 88%, rgba(8, 119, 255, 0.38) 0 1px, transparent 1px 10px);
  mask-image: linear-gradient(black 35%, transparent 105%);
  pointer-events: none;
}

.acx-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 400px;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 1fr);
  align-items: center;
  gap: 48px;
  padding: 72px 0 96px;
}

.acx-eyebrow {
  color: rgba(247, 251, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.acx-hero-h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.07;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.acx-hero-h1 span {
  display: block;
  color: var(--acx-blue-2);
}

.acx-hero-lead {
  max-width: 650px;
  color: rgba(247, 251, 255, 0.82);
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 26px;
  line-height: 1.55;
}

.acx-hero-card {
  justify-self: end;
  width: min(100%, 360px);
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(84, 173, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.acx-hero-card strong {
  display: block;
  font-size: 1.18rem;
  margin-bottom: 8px;
}

.acx-hero-card p {
  color: rgba(247, 251, 255, 0.74);
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
}

.acx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.acx-btn:hover {
  transform: translateY(-2px);
}

.acx-btn-blue {
  background: linear-gradient(135deg, var(--acx-blue), #007bff);
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 119, 255, 0.32);
}

.acx-btn-light {
  background: #fff;
  color: #0b63d8;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.acx-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.acx-contact-section {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  padding: 0 0 64px;
}

.acx-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 28px;
  align-items: start;
}

.acx-panel {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--acx-shadow);
}

.acx-panel-header {
  padding: 28px 30px;
  color: #fff;
  background: linear-gradient(135deg, rgba(2, 8, 19, 0.96), rgba(5, 44, 96, 0.94));
}

.acx-section-label {
  color: var(--acx-blue-3);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.acx-section-title {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin: 0;
}

.acx-contact-form {
  padding: 30px;
  display: grid;
  gap: 20px;
}

.acx-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.acx-field {
  display: grid;
  gap: 8px;
}

.acx-field-full {
  grid-column: 1 / -1;
}

.acx-field label {
  color: #1f2937;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.acx-field input,
.acx-field select,
.acx-field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d9e2ef;
  border-radius: 13px;
  background: #f8fafc;
  color: #111827;
  font: inherit;
  font-weight: 650;
  padding: 13px 15px;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.acx-field textarea {
  min-height: 140px;
  resize: vertical;
}

.acx-field input:focus,
.acx-field select:focus,
.acx-field textarea:focus {
  border-color: rgba(8, 119, 255, 0.82);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(8, 119, 255, 0.12);
}

.acx-form-note {
  color: var(--acx-muted);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
  flex: 1;
}

.acx-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.acx-info-stack {
  display: grid;
  gap: 22px;
}

.acx-info-card {
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 55px rgba(1, 13, 31, 0.09);
}

.acx-info-card-dark {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(2, 8, 19, 0.96), rgba(6, 16, 31, 0.98)),
    radial-gradient(circle at 82% 12%, rgba(8, 119, 255, 0.35), transparent 18rem);
}

.acx-info-card h2 {
  color: #172033;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.acx-info-card-dark h2 {
  color: #fff;
}

.acx-info-card > p {
  color: var(--acx-muted);
  font-weight: 650;
  margin: 0 0 18px;
  line-height: 1.5;
}

.acx-info-card-dark > p {
  color: rgba(247, 251, 255, 0.72);
}

.acx-info-list {
  display: grid;
  gap: 16px;
}

.acx-info-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
}

.acx-info-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(8, 119, 255, 0.12);
  color: var(--acx-blue);
  border: 1px solid rgba(8, 119, 255, 0.12);
}

.acx-info-icon .lux-icon {
  display: block;
}

.acx-info-card-dark .acx-info-icon {
  color: var(--acx-blue-3);
  background: rgba(8, 119, 255, 0.14);
  border-color: rgba(84, 173, 255, 0.16);
}

.acx-info-item strong {
  display: block;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #172033;
}

.acx-info-card-dark .acx-info-item strong {
  color: #fff;
}

.acx-info-item span,
.acx-info-item a {
  display: block;
  font-size: 0.94rem;
  font-weight: 650;
  color: #6b7280;
  text-decoration: none;
}

.acx-info-card-dark .acx-info-item span,
.acx-info-card-dark .acx-info-item a {
  color: rgba(247, 251, 255, 0.7);
}

.acx-info-card-dark .acx-info-item a:hover {
  color: var(--acx-blue-3);
}

.acx-map-section {
  padding: 64px 0;
  background: #fff;
}

.acx-center {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.acx-center-label {
  color: var(--acx-blue);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.acx-center-title {
  color: #172033;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.acx-center-text {
  color: var(--acx-muted);
  font-weight: 650;
  margin: 0;
  line-height: 1.5;
}

.acx-map-card {
  overflow: hidden;
  border-radius: 24px;
  background: #07101d;
  box-shadow: var(--acx-shadow);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.acx-map-placeholder {
  min-height: 370px;
  display: grid;
  place-items: center;
  padding: 34px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.92), rgba(2, 8, 19, 0.68)),
    var(--acx-map-bg, #1e293b) center / cover;
}

.acx-map-box {
  width: min(620px, 100%);
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(84, 173, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(10px);
  text-align: center;
}

.acx-map-box h2 {
  font-size: 1.55rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.acx-map-box p {
  color: rgba(247, 251, 255, 0.75);
  font-weight: 650;
  margin: 0 0 18px;
  line-height: 1.5;
}

.acx-faq-section {
  padding: 64px 0;
  background: #f6f8fb;
}

.acx-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.acx-faq-card {
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 55px rgba(1, 13, 31, 0.08);
}

.acx-faq-card h3 {
  color: #172033;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.acx-faq-card p {
  color: var(--acx-muted);
  font-weight: 650;
  margin: 0;
  line-height: 1.5;
}

.acx-cta {
  padding: 54px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96), rgba(2, 8, 19, 0.82)),
    var(--acx-cta-bg, #0f172a) center / cover;
}

.acx-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.acx-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.acx-cta p {
  color: rgba(247, 251, 255, 0.75);
  font-weight: 650;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 1099px) {
  .acx-hero-grid,
  .acx-contact-grid,
  .acx-faq-grid {
    grid-template-columns: 1fr;
  }

  .acx-hero-card {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .acx-container {
    width: min(100% - 28px, 1130px);
  }

  .acx-hero-grid {
    min-height: auto;
    padding: 56px 0 88px;
  }

  .acx-form-grid {
    grid-template-columns: 1fr;
  }

  .acx-panel-header,
  .acx-contact-form,
  .acx-info-card,
  .acx-map-box,
  .acx-faq-card {
    padding: 22px 20px;
  }

  .acx-form-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .acx-form-footer .acx-btn {
    width: 100%;
  }

  .acx-map-placeholder {
    min-height: 320px;
    padding: 18px;
  }

  .acx-cta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .acx-cta-row .acx-btn {
    width: 100%;
  }
}

@media (max-width: 1099px) {
  .alux-hero-grid,
  .alux-intro-panel,
  .alux-chem-grid {
    grid-template-columns: 1fr;
  }

  .alux-hero-card {
    justify-self: start;
  }

  .alux-tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .alux-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .alux-wrap .alux-container {
    width: min(100% - 28px, 1130px);
  }

  .alux-hero-grid {
    min-height: auto;
    padding: 58px 0 98px;
  }

  .alux-intro-image {
    min-height: 260px;
  }

  .alux-intro-content {
    padding: 28px 20px;
  }

  .alux-tool-grid,
  .alux-steps,
  .alux-chem-list,
  .alux-machine-list {
    grid-template-columns: 1fr;
  }

  .alux-tool-card {
    min-height: 280px;
  }

  .alux-cta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .alux-cta-row .alux-btn {
    width: 100%;
  }
}

/* Kompakt belső hős (nem főoldal) */
body.page-about-lux .alux-tools-section {
  margin-top: -42px;
}

body.page-about-lux .alux-hero-grid {
  min-height: 300px;
  padding: 48px 0 72px;
  gap: 32px;
}

body.page-about-lux .alux-wrap .alux-hero h1 {
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  margin-bottom: 14px;
}

body.page-about-lux .alux-eyebrow {
  margin-bottom: 12px;
}

body.page-about-lux .alux-hero-lead {
  font-size: 1rem;
  margin-bottom: 22px;
}

body.page-about-lux .alux-hero-card {
  padding: 20px;
}

/* Kisebb „Technológia és precizitás” intro kártya (Rólunk) */
body.page-about-lux .alux-intro-panel {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  border-radius: 20px;
  margin-bottom: 22px;
}

body.page-about-lux .alux-intro-image {
  min-height: 300px;
}

body.page-about-lux .alux-intro-content {
  padding: 28px 32px 30px 34px;
}

body.page-about-lux .alux-intro-panel .alux-section-label {
  font-size: 0.76rem;
  margin-bottom: 8px;
}

body.page-about-lux .alux-intro-panel .alux-section-title {
  font-size: clamp(1.35rem, 2.65vw, 2.05rem);
  margin-bottom: 14px;
}

body.page-about-lux .alux-intro-content p {
  font-size: 0.94rem;
  margin-bottom: 16px;
}

body.page-about-lux .alux-intro-panel .alux-checks {
  gap: 8px;
}

body.page-about-lux .alux-intro-panel .alux-check {
  font-size: 0.9rem;
  gap: 8px;
}

body.page-about-lux .alux-intro-panel .alux-check::before {
  width: 24px;
  height: 24px;
  font-size: 0.72rem;
}

body.page-about-lux .acx-hero-grid {
  min-height: 280px;
  padding: 44px 0 56px;
  gap: 32px;
}

body.page-about-lux .acx-hero-h1 {
  font-size: clamp(1.75rem, 4vw, 2.85rem);
  margin-bottom: 14px;
}

body.page-about-lux .acx-eyebrow {
  margin-bottom: 12px;
}

body.page-about-lux .acx-hero-lead {
  font-size: 0.98rem;
  margin-bottom: 20px;
}

body.page-about-lux .acx-hero-card {
  padding: 20px;
}

@media (max-width: 767px) {
  body.page-about-lux .alux-intro-image {
    min-height: 220px;
  }

  body.page-about-lux .alux-hero-grid {
    padding: 46px 0 72px;
  }

  body.page-about-lux .acx-hero-grid {
    padding: 44px 0 68px;
  }
}
