/* ════════════════════════════════════════════════════════════════
   MOTORIK Autószerviz — design system
   Fonts: Barlow Condensed (display) · Barlow (text)
   ════════════════════════════════════════════════════════════════ */

:root {
  /* Színek */
  --navy-950: #0a1320;
  --navy-900: #0d1826;
  --navy-800: #122238;
  --navy-700: #1a3049;
  --amber: #ffb020;
  --amber-600: #e89400;
  --amber-soft: rgba(255, 176, 32, 0.12);
  --ink: #152232;
  --slate: #54677d;
  --slate-light: #8496aa;
  --line: #e2e9f1;
  --bg: #f4f7fa;
  --white: #ffffff;
  --bp-blue: rgba(150, 195, 245, 0.62);
  --bp-blue-strong: rgba(178, 212, 250, 0.9);

  /* Tipográfia */
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-text: "Barlow", "Segoe UI", sans-serif;

  --radius: 14px;
  --radius-lg: 18px;
  --shadow-card: 0 18px 40px -24px rgba(13, 24, 38, 0.35);
  --header-h: 72px;
}

/* ── Alap ─────────────────────────────────────────────────────── */

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  max-width: 100%;
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

ul[role="list"] {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  color: var(--ink);
}

h1 {
  font-size: clamp(2.9rem, 6.2vw, 4.6rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
}

p {
  margin: 0;
}

::selection {
  background: var(--amber);
  color: var(--navy-950);
}

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

[id] {
  scroll-margin-top: calc(var(--header-h) + 16px);
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 24px;
}

.section {
  background: var(--bg);
  padding: 96px 0;
}

.section--white {
  background: var(--white);
}

.section--dark {
  background: var(--navy-900);
}

/* ── Kicker + szekciófejek ────────────────────────────────────── */

.kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--amber-600);
}

.kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--amber);
  flex: none;
}

.kicker--dark {
  color: var(--amber);
}

.section-head {
  max-width: 720px;
  margin-bottom: 56px;
}

.section-head__lead {
  margin-top: 18px;
  font-size: 17px;
  color: var(--slate);
}

.section-head--dark h2 {
  color: var(--white);
}

/* ── Gombok ───────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: var(--font-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--amber);
  color: var(--navy-950);
  box-shadow: 0 10px 24px -12px rgba(255, 176, 32, 0.55);
}

.btn--primary:hover {
  background: var(--amber-600);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.btn--ghost:hover {
  border-color: var(--amber);
  color: var(--amber);
}

.btn--dark {
  background: var(--navy-900);
  color: var(--white);
}

.btn--dark:hover {
  background: var(--navy-700);
}

.btn--outline {
  border-color: var(--line);
  color: var(--ink);
  background: var(--white);
}

.btn--outline:hover {
  border-color: var(--amber-600);
  color: var(--amber-600);
}

.btn--navy {
  background: var(--navy-950);
  color: var(--white);
}

.btn--navy-outline {
  border-color: rgba(10, 19, 32, 0.45);
  color: var(--navy-950);
}

.btn--navy-outline:hover {
  border-color: var(--navy-950);
  background: rgba(10, 19, 32, 0.06);
}

.btn--block {
  width: 100%;
}

.btn--nav {
  padding: 10px 20px;
  font-size: 14px;
}

/* ── Topbar ───────────────────────────────────────────────────── */

.topbar {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
  color: #b9c6d6;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-block: 9px;
}

.topbar__group {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar__item svg {
  width: 14px;
  height: 14px;
  stroke: var(--amber);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

a.topbar__item:hover {
  color: var(--white);
}

/* ── Fejléc / navigáció ───────────────────────────────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--navy-900);
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(13, 24, 38, 0.96);
  box-shadow: 0 12px 30px -18px rgba(4, 10, 20, 0.9);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: var(--header-h);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  width: 40px;
  height: 40px;
  color: var(--amber);
  flex: none;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__name {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--white);
}

.brand__tag {
  margin-top: 4px;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--slate-light);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links > a:not(.btn) {
  position: relative;
  font-size: 14.5px;
  font-weight: 500;
  color: #c6d2e0;
  padding-block: 6px;
  transition: color 0.2s ease;
}

.nav-links > a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-links > a:not(.btn):hover {
  color: var(--white);
}

.nav-links > a:not(.btn):hover::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 10px 6px;
  background: none;
  border: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ── Hero ─────────────────────────────────────────────────────── */

.hero {
  position: relative;
  background:
    radial-gradient(900px 480px at 82% -10%, rgba(255, 176, 32, 0.14), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(26, 48, 73, 0.9), transparent 65%),
    linear-gradient(rgba(150, 195, 245, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 195, 245, 0.05) 1px, transparent 1px),
    var(--navy-900);
  background-size: auto, auto, 44px 44px, 44px 44px, auto;
  color: var(--white);
  overflow: hidden;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 56px;
  padding-block: 92px 108px;
}

.hero h1 {
  color: var(--white);
}

.hero h1 em {
  font-style: normal;
  color: var(--amber);
}

.hero__lead {
  margin-top: 22px;
  max-width: 54ch;
  font-size: 17.5px;
  color: #b9c6d6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 500;
  color: #d5deea;
  background: rgba(255, 255, 255, 0.04);
}

.hero__chips svg {
  width: 14px;
  height: 14px;
  stroke: var(--amber);
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__visual {
  position: relative;
}

.hero__car {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 40px rgba(3, 8, 16, 0.55));
}

/* Blueprint vonalstílusok */
.bp-line {
  stroke: var(--bp-blue);
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bp-strong {
  stroke: var(--bp-blue-strong);
  stroke-width: 2.4;
}

.bp-amber {
  stroke: var(--amber);
  stroke-width: 2.4;
  fill: none;
  stroke-linecap: round;
}

.bp-dash {
  stroke-dasharray: 7 9;
}

.bp-dim path {
  stroke: rgba(150, 195, 245, 0.45);
  stroke-width: 1.1;
  fill: none;
}

.bp-dim text {
  fill: rgba(170, 205, 245, 0.75);
  font-family: "Consolas", "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.28em;
}

.hero__badge {
  position: absolute;
  left: -6px;
  bottom: -14px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid var(--amber);
  border-radius: 12px;
  background: rgba(16, 30, 50, 0.85);
  backdrop-filter: blur(8px);
  box-shadow: 0 24px 48px -20px rgba(3, 8, 16, 0.8);
}

.hero__badge svg {
  width: 26px;
  height: 26px;
  stroke: var(--amber);
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.hero__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__badge span {
  font-size: 13px;
  color: var(--slate-light);
}

.hazard {
  height: 8px;
  background: repeating-linear-gradient(
    -55deg,
    var(--amber) 0 18px,
    var(--navy-950) 18px 36px
  );
  opacity: 0.92;
}

/* ── Márkasáv ─────────────────────────────────────────────────── */

.brands {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  padding: 30px 0;
}

.brands__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.brands__label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-light);
  flex: none;
}

.brands__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
}

.brands__list li {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #9fb0c2;
}

/* ── Rólunk ───────────────────────────────────────────────────── */

.about__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: start;
}

.about__copy > p {
  margin-top: 18px;
  color: var(--slate);
  max-width: 58ch;
}

.about__features {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about__features li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--navy-800);
  flex: none;
}

.feature-icon svg {
  width: 23px;
  height: 23px;
  stroke: var(--amber);
  stroke-width: 1.7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about__features h3 {
  font-size: 18px;
  letter-spacing: 0.04em;
}

.about__features p {
  margin-top: 4px;
  font-size: 15px;
  color: var(--slate);
}

.about__panel {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.stats__item {
  background:
    linear-gradient(rgba(150, 195, 245, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 195, 245, 0.045) 1px, transparent 1px),
    var(--navy-900);
  background-size: 36px 36px, 36px 36px, auto;
  padding: 30px 26px;
}

.stats__num {
  display: block;
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: var(--amber);
  font-variant-numeric: tabular-nums;
}

.stats__label {
  display: block;
  margin-top: 8px;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #93a5ba;
}

.about__quote {
  margin: 20px 0 0;
  padding: 24px 26px;
  border-left: 3px solid var(--amber);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about__quote blockquote {
  margin: 0;
  font-size: 16.5px;
  font-style: italic;
  color: var(--ink);
}

.about__quote figcaption {
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--slate);
}

/* ── Szolgáltatások ───────────────────────────────────────────── */

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--amber);
  box-shadow: var(--shadow-card);
}

.service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: var(--navy-800);
  margin-bottom: 20px;
}

.service-card__icon svg {
  width: 25px;
  height: 25px;
  stroke: var(--amber);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  font-size: 19.5px;
  letter-spacing: 0.03em;
}

.service-card p {
  margin-top: 8px;
  font-size: 14.5px;
  color: var(--slate);
}

/* ── Folyamat ─────────────────────────────────────────────────── */

.process {
  background:
    linear-gradient(rgba(150, 195, 245, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(150, 195, 245, 0.04) 1px, transparent 1px),
    var(--navy-900);
  background-size: 44px 44px, 44px 44px, auto;
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
}

.process__step {
  position: relative;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-lg);
  background: rgba(18, 34, 56, 0.55);
}

.process__num {
  display: block;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.4px var(--amber);
  margin-bottom: 16px;
}

@supports not (-webkit-text-stroke: 1px black) {
  .process__num {
    color: var(--amber);
  }
}

.process__step h3 {
  color: var(--white);
  font-size: 21px;
  letter-spacing: 0.04em;
}

.process__step p {
  margin-top: 10px;
  font-size: 15px;
  color: #a7b6c8;
}

/* ── Árlista ──────────────────────────────────────────────────── */

.prices__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.price-card {
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.price-card__title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--navy-800);
  padding-bottom: 14px;
  border-bottom: 2px solid var(--amber);
  margin-bottom: 6px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 13px 0;
}

.price-row + .price-row {
  border-top: 1px solid #eef2f7;
}

.price-row__name {
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
}

.price-row__name small {
  display: block;
  font-size: 12.5px;
  font-weight: 400;
  color: var(--slate-light);
}

.price-row__dots {
  flex: 1;
  min-width: 18px;
  border-bottom: 2px dotted #cdd8e4;
  transform: translateY(-4px);
}

.price-row__price {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--navy-800);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.prices__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding: 22px 26px;
  border: 1px dashed #c3cfdc;
  border-radius: var(--radius);
}

.prices__foot p {
  font-size: 14px;
  color: var(--slate);
  max-width: 62ch;
}

/* ── Időpontfoglalás ──────────────────────────────────────────── */

.booking__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.booking__copy > p {
  margin-top: 18px;
  color: var(--slate);
  max-width: 48ch;
}

.booking__list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.booking__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  font-weight: 500;
}

.booking__list svg {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: var(--amber-soft);
  stroke: var(--amber-600);
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.booking__phone {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
}

.booking__phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--navy-800);
  flex: none;
}

.booking__phone-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--amber);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking__phone p {
  font-size: 13.5px;
  color: var(--slate);
}

.booking__phone a {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--navy-800);
}

.booking__phone a:hover {
  color: var(--amber-600);
}

/* Űrlap */

.booking__panel {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.booking__panel::before {
  content: "";
  display: block;
  height: 5px;
  background: repeating-linear-gradient(
    -55deg,
    var(--amber) 0 16px,
    var(--navy-900) 16px 32px
  );
}

.booking-form {
  padding: 32px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 16px;
}

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

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

.field label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.field label small {
  font-weight: 400;
  color: var(--slate-light);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  font: inherit;
  font-size: 14.5px;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%2354677d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
}

.field textarea {
  resize: vertical;
  min-height: 84px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--amber-600);
  box-shadow: 0 0 0 3px rgba(255, 176, 32, 0.2);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #9aabbd;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
  font-size: 13px;
  color: var(--slate);
  cursor: pointer;
}

.consent input {
  margin-top: 3px;
  width: 15px;
  height: 15px;
  accent-color: var(--amber-600);
  flex: none;
}

.consent a {
  color: var(--amber-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.booking-form .btn--block {
  margin-top: 22px;
}

.booking-form__note {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--slate-light);
  text-align: center;
}

/* Sikeres beküldés */

.booking-success {
  padding: 56px 40px;
  text-align: center;
}

.booking-success__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--amber);
  margin-bottom: 22px;
}

.booking-success__icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--navy-950);
  stroke-width: 2.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-success h3 {
  font-size: 26px;
}

.booking-success__summary {
  margin-top: 12px;
  font-weight: 600;
  color: var(--navy-800);
}

.booking-success p {
  margin-top: 10px;
  font-size: 15px;
  color: var(--slate);
}

.booking-success .btn {
  margin-top: 26px;
}

/* ── Telephelyek ──────────────────────────────────────────────── */

.locations__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.location-card {
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.location-card:hover {
  border-color: var(--amber);
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.location-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.location-card h3 {
  font-size: 21px;
  letter-spacing: 0.04em;
}

.location-card__chip {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--amber-soft);
  color: var(--amber-600);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.location-card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.location-card li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14.5px;
  color: var(--ink);
}

.location-card li a:hover {
  color: var(--amber-600);
}

.location-card li svg {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  stroke: var(--amber-600);
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}

.location-card__link {
  margin-top: 20px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--amber-600);
}

.location-card__link:hover {
  color: var(--ink);
}

/* ── GYIK ─────────────────────────────────────────────────────── */

.faq__inner {
  max-width: 820px;
}

.faq .section-head {
  margin-bottom: 36px;
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: var(--amber-600);
  transition: transform 0.25s ease;
  flex: none;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  color: var(--amber-600);
}

.faq-item p {
  padding: 0 44px 20px 0;
  font-size: 15px;
  color: var(--slate);
}

/* ── CTA sáv ──────────────────────────────────────────────────── */

.cta-band {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(255, 255, 255, 0.25), transparent 60%),
    linear-gradient(120deg, #ffb830, #ef9400);
  padding: 72px 0;
}

.cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.cta-band h2 {
  color: var(--navy-950);
}

.cta-band p {
  margin-top: 10px;
  font-size: 16.5px;
  font-weight: 500;
  color: rgba(10, 19, 32, 0.75);
}

.cta-band__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* ── Lábléc ───────────────────────────────────────────────────── */

.footer {
  background: var(--navy-950);
  color: #93a5ba;
  padding: 72px 0 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1.1fr 1fr;
  gap: 44px;
  padding-bottom: 56px;
}

.footer__col--brand p {
  margin-top: 18px;
  font-size: 14px;
  max-width: 34ch;
}

.footer__col h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--white);
  margin-bottom: 18px;
}

.footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14.5px;
}

.footer__col a:hover {
  color: var(--amber);
}

.footer__col small {
  color: #5f7288;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-block: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.footer__legal a:hover {
  color: var(--amber);
}

/* ── Reveal animációk (csak JS mellett) ───────────────────────── */

html.js .reveal {
  opacity: 0;
  transform: translateY(26px);
}

html.js .reveal.revealed {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

/* ── Reszponzív ───────────────────────────────────────────────── */

@media (max-width: 1060px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 64px;
    padding-block: 72px 96px;
  }

  .hero__visual {
    max-width: 640px;
  }

  .services__grid,
  .prices__grid,
  .locations__grid,
  .process__steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .about__inner,
  .booking__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about__panel {
    position: static;
  }
}

@media (max-width: 860px) {
  .nav-links {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 18px 24px 24px;
    background: var(--navy-900);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 40px -18px rgba(4, 10, 20, 0.85);
  }

  body.menu-open .nav-links {
    display: flex;
  }

  .nav-links > a:not(.btn) {
    padding: 11px 0;
    font-size: 16px;
  }

  .nav-links > a:not(.btn)::after {
    display: none;
  }

  .nav-links .btn--nav {
    margin-top: 12px;
    justify-content: center;
    padding: 13px 20px;
  }

  .nav-toggle {
    display: flex;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 68px 0;
  }

  .section-head {
    margin-bottom: 40px;
  }

  .services__grid,
  .prices__grid,
  .locations__grid,
  .process__steps {
    grid-template-columns: 1fr;
  }

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

  .stats__num {
    font-size: 38px;
  }

  .topbar__group--hours {
    display: none;
  }

  .hero__badge {
    position: static;
    margin-top: 20px;
  }

  .booking-form {
    padding: 24px 20px;
  }

  .prices__foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-band__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 540px) {
  .topbar__item--email {
    display: none;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Csökkentett mozgás ───────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  html.js .reveal {
    opacity: 1;
    transform: none;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
