/* Trendi Car Trans - implementalva a Claude Design "Trendi Car Trans.dc.html" alapjan */

:root {
  --orange: #E8622C;
  --orange-dark: #C9531D;
  --orange-hover: #F0743E;
  --orange-btn-hover: #D5551F;
  --ink: #1A1A18;
  --ink-soft: #4A4844;
  --ink-muted: #5C5A56;
  --gray: #8A8880;
  --gray-dark-ui: #8D8B86;
  --bg: #FAF9F7;
  --bg-band: #F1F0ED;
  --dark: #0E0F10;
  --dark-footer: #0B0C0D;
  --dark-card: #16171A;
  --dark-input: #1B1C20;
  --light-text: #F2F1EE;
  --light-text-soft: #B4B2AD;
  --border: rgba(20, 18, 16, .1);
  --border-soft: rgba(20, 18, 16, .07);
  --head: 'Barlow Condensed', sans-serif;
  --body: 'Work Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  min-height: 100vh;
}
::selection { background: var(--orange); color: #FFFFFF; }
a { color: var(--orange-dark); }
a:hover { color: var(--orange); }

.container { max-width: 1200px; margin: 0 auto; padding-left: 24px; padding-right: 24px; }

/* Fejlec */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 249, 247, .94);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  padding-top: 14px; padding-bottom: 14px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo-img { height: 44px; width: auto; display: block; }
.brand-mark {
  width: 38px; height: 38px; background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--head); font-weight: 800; font-size: 26px;
  color: #141210; border-radius: 3px;
}
.brand-mark-sm { width: 34px; height: 34px; font-size: 23px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--head); font-weight: 800; font-size: 24px; letter-spacing: .04em; color: var(--ink); }
.brand-name-light { color: var(--light-text); font-size: 22px; }
.brand-tag { font-family: var(--head); font-weight: 600; font-size: 12px; letter-spacing: .22em; color: var(--gray); }
.main-nav { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.main-nav a { color: var(--ink-soft); text-decoration: none; font-size: 14px; font-weight: 500; padding: 12px 0; }
.main-nav a:hover { color: var(--ink); }

/* Gombok */
.btn {
  display: inline-block; text-decoration: none; border: none; cursor: pointer;
  font-family: var(--head); font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  border-radius: 3px;
}
.btn-header { background: var(--orange); color: #141210; font-size: 18px; padding: 11px 22px; }
.btn-header:hover { background: var(--orange-btn-hover); color: #141210; }
.btn-primary { background: var(--orange); color: #141210; }
.btn-primary:hover { background: var(--orange-hover); color: #141210; }
.btn-outline { color: var(--light-text); border: 1px solid rgba(255, 255, 255, .22); letter-spacing: .06em; }
.btn-outline:hover { border-color: var(--orange); color: var(--light-text); }
.btn-lg { font-size: 21px; padding: 15px 30px; }
.btn-outline.btn-lg { padding: 14px 26px; }

/* Kickerek, cimsorok */
.kicker {
  margin: 0 0 12px; font-family: var(--head); font-weight: 600;
  font-size: 15px; letter-spacing: .26em; color: var(--orange-dark);
}
.kicker-orange { color: var(--orange); }
h1 {
  margin: 0; font-family: var(--head); font-weight: 800;
  font-size: clamp(54px, 8.5vw, 116px); line-height: .94; letter-spacing: .01em;
  text-transform: uppercase; color: var(--light-text); text-wrap: balance;
}
h1 .accent { color: var(--orange); }
h2 {
  margin: 0 0 36px; font-family: var(--head); font-weight: 800;
  font-size: clamp(38px, 5vw, 64px); line-height: 1; text-transform: uppercase; color: var(--ink);
}
.dark-band h2 { color: var(--light-text); margin-bottom: 14px; }
.band h2 { margin-bottom: 14px; }
#rolunk h2 { margin-bottom: 20px; }

/* Szekciok */
.section { padding-top: 64px; padding-bottom: 64px; scroll-margin-top: 90px; }
.section-tight-bottom { padding-top: 80px; padding-bottom: 40px; }
.section-tight-top { padding-top: 40px; }
#szolgaltatasok.section-tight-top { padding-top: 40px; padding-bottom: 64px; }
.section-lead { margin: 0 0 36px; max-width: 640px; font-size: 16px; line-height: 1.6; color: var(--ink-muted); }
.dark-band .section-lead { color: var(--light-text-soft); max-width: 620px; }

/* Hero */
.hero { background: var(--dark); color: var(--light-text); }
.hero-inner { padding-top: 84px; }
.hero .kicker { margin-bottom: 18px; font-size: 16px; letter-spacing: .28em; }
.lead { margin: 26px 0 0; max-width: 680px; font-size: 17px; line-height: 1.65; color: var(--light-text-soft); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; align-items: center; }
.hero-media { margin-top: 56px; height: clamp(280px, 42vw, 520px); position: relative; }

/* Szamok sav */
.stats {
  padding-top: 44px; padding-bottom: 52px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px;
}
.stat { border-top: 2px solid var(--orange); padding-top: 16px; }
.stat-num {
  font-family: var(--head); font-weight: 800;
  font-size: clamp(40px, 4.5vw, 58px); line-height: 1; color: var(--light-text);
}
.stat-label { margin-top: 6px; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-dark-ui); }

/* Rolunk */
.about-cols { display: flex; flex-wrap: wrap; gap: 28px; max-width: 960px; }
.about-cols p { margin: 0; flex: 1; min-width: 280px; font-size: 16px; line-height: 1.7; color: var(--ink-soft); }

/* Kartyak */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.card { background: #FFFFFF; border: 1px solid var(--border); border-radius: 6px; }
.service-card { padding: 26px; display: flex; flex-direction: column; gap: 12px; transition: border-color .15s ease; }
.service-card:hover { border-color: rgba(232, 98, 44, .6); }
.service-card h3, .brand-card-soon h3 {
  margin: 0; font-family: var(--head); font-weight: 700; font-size: 26px;
  text-transform: uppercase; letter-spacing: .02em; color: var(--ink);
}
.service-card p, .brand-card-soon p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ink-muted); }
.icon { width: 34px; height: 34px; color: var(--orange); }
.icon-dark { width: 30px; height: 30px; color: var(--ink); }

/* Kep-helyek (image slot) - a vegleges fotok erkezeseig */
.img-slot {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 16px;
  font-size: 13px; letter-spacing: .06em;
}
.img-slot span { max-width: 32ch; }
.img-slot-dark {
  background: repeating-linear-gradient(45deg, #17181B, #17181B 14px, #1C1D21 14px, #1C1D21 28px);
  border: 1px dashed rgba(255, 255, 255, .16);
  color: #7C7A75;
}
.img-slot-rounded { border-radius: 6px; }
.img-slot-light {
  background: repeating-linear-gradient(45deg, #ECEBE7, #ECEBE7 14px, #E4E3DF 14px, #E4E3DF 28px);
  border-bottom: 1px dashed rgba(20, 18, 16, .14);
  color: var(--gray);
}

/* Eszkozpark */
.band { background: var(--bg-band); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); scroll-margin-top: 90px; }
.fleet-media-wide { position: relative; height: clamp(240px, 34vw, 420px); margin-bottom: 24px; }
.fleet-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.fleet-item { border-top: 2px solid var(--orange); padding-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.fleet-item h3 {
  margin: 0; font-family: var(--head); font-weight: 700; font-size: 23px;
  text-transform: uppercase; color: var(--ink);
}
.fleet-item p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-muted); }

/* Miert mi */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }
.why-item { border-top: 2px solid var(--orange); padding-top: 18px; display: flex; flex-direction: column; gap: 8px; }
.why-item h3 { margin: 0; font-family: var(--head); font-weight: 700; font-size: 23px; text-transform: uppercase; color: var(--ink); }
.why-item p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-muted); }

/* Ajanlatkeres */
.dark-band { background: var(--dark); color: var(--light-text); scroll-margin-top: 90px; }
.dark-band .section { padding-top: 80px; padding-bottom: 80px; }
.quote-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; max-width: 960px; }
.quote-form input,
.quote-form textarea {
  background: var(--dark-input); border: 1px solid rgba(255, 255, 255, .14); border-radius: 3px;
  padding: 13px 14px; color: var(--light-text); font-family: var(--body); font-size: 15px;
  width: 100%;
}
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #7C7A75; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--orange); outline: none; }
.quote-form textarea { resize: vertical; }
.span-all { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.form-note { font-size: 13px; color: var(--gray-dark-ui); }

/* Kapcsolat */
.contact-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.contact-card { padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.contact-dept { font-family: var(--head); font-weight: 600; font-size: 14px; letter-spacing: .2em; color: var(--orange-dark); }
.contact-person { display: flex; flex-direction: column; gap: 4px; }
.contact-person span { font-size: 15px; font-weight: 600; color: var(--ink); }
.contact-person a { font-size: 14px; color: var(--ink-muted); text-decoration: none; }
.contact-person a:hover { color: var(--orange-dark); }
.contact-meta { display: flex; flex-direction: column; gap: 4px; }
.contact-meta:first-of-type { margin-top: auto; }
.contact-meta-label { font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .2em; color: var(--gray); }
.contact-meta span:not(.contact-meta-label) { font-size: 14px; color: var(--ink); }
.contact-meta a { font-size: 14px; color: var(--ink); text-decoration: none; }
.contact-meta a:hover { color: var(--orange-dark); }

/* Telephelyek terkep */
.sites-block { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; }
.sites-heading { font-family: var(--head); font-weight: 600; font-size: 14px; letter-spacing: .2em; color: var(--orange-dark); }
.sites-map-card { padding: clamp(16px, 3vw, 36px); }
.sites-map { display: block; width: 100%; height: auto; }
.sites-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.site-item { border-top: 2px solid var(--orange); padding-top: 12px; display: flex; flex-direction: column; gap: 4px; }
.site-city { font-family: var(--head); font-weight: 700; font-size: 21px; text-transform: uppercase; color: var(--ink); }
.site-addr { font-size: 14px; color: var(--ink-muted); }
.site-note { font-size: 13px; line-height: 1.55; color: var(--gray); }
.site-hours { font-size: 13px; line-height: 1.6; color: var(--ink-muted); margin-top: 2px; }

/* Markacsalad */
.brand-family { padding-top: 16px; padding-bottom: 80px; }
.brand-family .kicker { margin-bottom: 18px; }
.brand-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.brand-card-dark { background: var(--dark-card); border: none; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.brand-card-dark p { margin: 0; font-size: 15px; line-height: 1.6; color: var(--light-text-soft); }
.brand-logo { height: 34px; width: auto; align-self: flex-start; }
.link-cta {
  align-self: flex-start; color: var(--orange); text-decoration: none;
  font-family: var(--head); font-weight: 700; font-size: 18px; letter-spacing: .06em;
  text-transform: uppercase; border-bottom: 2px solid var(--orange); padding-bottom: 2px;
}
.link-cta:hover { color: var(--orange-hover); }
.brand-card-soon { border: 1px dashed rgba(20, 18, 16, .28); padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.soon-head { display: flex; align-items: center; gap: 12px; }
.badge {
  border: 1px solid var(--orange-dark); color: var(--orange-dark);
  font-size: 11px; font-weight: 600; letter-spacing: .18em; padding: 3px 8px; border-radius: 3px;
}

/* Lablec */
.site-footer { border-top: 1px solid rgba(255, 255, 255, .08); background: var(--dark-footer); color: var(--light-text); }
.footer-grid {
  padding-top: 56px; padding-bottom: 28px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px;
}
.footer-brand { display: flex; flex-direction: column; gap: 14px; }
.footer-brand p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--gray-dark-ui); }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-heading { font-family: var(--head); font-weight: 600; font-size: 13px; letter-spacing: .2em; color: var(--gray-dark-ui); }
.footer-col a { color: #C9C7C2; text-decoration: none; font-size: 14px; }
.footer-col a:hover { color: var(--orange); }
.footer-szpt { padding-bottom: 28px; }
.footer-szpt img {
  display: block; background: #FFFFFF; border-radius: 6px; padding: 10px 16px;
  width: 100%; max-width: 400px; height: auto;
}
.footer-bottom {
  padding-bottom: 28px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.footer-bottom p { margin: 16px 0 0; font-size: 13px; color: #6E6C68; }

/* Mobil finomhangolas */
@media (max-width: 720px) {
  .hero-inner { padding-top: 56px; }
  .section { padding-top: 48px; padding-bottom: 48px; }
  .section-tight-bottom { padding-top: 56px; }
  .dark-band .section { padding-top: 56px; padding-bottom: 56px; }
  .main-nav { gap: 16px; }
  .header-inner { gap: 12px; }
  .btn-header {
    font-size: 16px; padding: 0 16px;
    min-height: 44px; display: inline-flex; align-items: center;
  }
}

/* Hamburger gomb: csak mobilon latszik */
.nav-toggle {
  display: none; width: 44px; height: 44px; padding: 0; cursor: pointer;
  background: transparent; border: 1px solid var(--border); border-radius: 3px;
  align-items: center; justify-content: center; flex: none;
}
.nav-toggle:hover { border-color: var(--orange); }
.nav-toggle-bars { position: relative; display: block; width: 20px; height: 14px; }
.nav-toggle-bars span {
  position: absolute; left: 0; width: 100%; height: 2px; background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}
.nav-toggle-bars span:nth-child(1) { top: 0; }
.nav-toggle-bars span:nth-child(2) { top: 6px; }
.nav-toggle-bars span:nth-child(3) { top: 12px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
/* Asztali nezeten a panel "atlatszo": a nav es a CTA marad a header kozvetlen elemekent */
.nav-panel { display: contents; }

/* Mobil menu: logo balra, hamburger jobbra, lenyilo panel */
@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav-panel {
    display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 0;
    padding-bottom: 8px; max-height: calc(100vh - 90px); overflow-y: auto;
  }
  .nav-panel.is-open { display: flex; }
  .main-nav { flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav a {
    padding: 15px 2px; font-size: 16px; color: var(--ink);
    border-top: 1px solid var(--border);
  }
  .nav-panel .btn-header {
    margin-top: 14px; width: 100%; justify-content: center; text-align: center;
    font-size: 19px; min-height: 50px; padding: 0 16px;
  }
}
