/* ==========================================================================
   Fonts (self-hosted)
   ========================================================================== */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/montserrat/montserrat-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/montserrat/montserrat-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/lora/lora-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/lora/lora-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora/lora-italic-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Lora;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lora/lora-italic-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/fraunces/fraunces-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../fonts/fraunces/fraunces-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
    U+A720-A7FF;
}

/* ==========================================================================
   Design tokens (Krém theme)
   ========================================================================== */
:root {
  --bg: #f5f3ee;
  --surface: #fbf8f0;
  --ink: #252d2d;
  --muted: rgba(37, 45, 45, 0.68);
  --accent: #174a4a;
  --accent2: #3f7775;
  --line: rgba(23, 74, 74, 0.16);
  --band: #174a4a;
  --bandInk: #f5f3ee;
  --band2: #a8c1b5;
  --band2Ink: #174a4a;
  --sand: #d6c3a5;
  --ph1: #e0d6be;
  --ph2: #ebe3d0;
  --phInk: rgba(37, 45, 45, 0.62);
  --fh: "Montserrat", system-ui, sans-serif;
  --fb: "Lora", georgia, serif;
  --fd: "Fraunces", georgia, serif;
  --dweight: 500;
  --dtrack: -0.015em;
  --dcase: none;
  --rad: 4px;
}

/* ==========================================================================
   Base / reset
   ========================================================================== */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  color-scheme: light;
  background: var(--bg);
  scrollbar-width: none;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
section[id] {
  scroll-margin-top: 88px;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* ==========================================================================
   Back-to-top button
   ========================================================================== */
#ka-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.9);
  transition:
    opacity 0.3s ease,
    transform 0.38s cubic-bezier(0.2, 0.8, 0.25, 1),
    visibility 0s linear 0.38s,
    background-color 0.3s ease;
}
#ka-top[data-show="true"] {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition:
    opacity 0.3s ease,
    transform 0.38s cubic-bezier(0.2, 0.8, 0.25, 1),
    visibility 0s,
    background-color 0.3s ease;
}
#ka-top:hover {
  background: var(--accent) !important;
}
#ka-top:hover svg {
  transform: translateY(-2px);
}
#ka-top svg {
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.25, 1);
}

/* ==========================================================================
   Custom auto-hiding scrollbar indicator
   ========================================================================== */
#ka-sbar {
  position: fixed;
  top: 0;
  right: 3px;
  bottom: 0;
  width: 6px;
  z-index: 70;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
html[data-sb="on"] #ka-sbar {
  opacity: 1;
}
#ka-sbar > i {
  position: absolute;
  left: 0;
  width: 6px;
  border-radius: 99px;
  background: rgba(23, 74, 74, 0.7);
  transition: background 0.25s ease;
}
#ka-sbar:hover > i {
  background: #3f7775;
}

/* ==========================================================================
   Hover states (elements use inline layout styles; hover lives here)
   ========================================================================== */
#ka-cta1,
#ka-cta2 {
  text-align: center;
}
#ka-cta1:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.ka-404-btn:hover,
.ka-impresszum-btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
#ka-cta2:hover {
  border-color: var(--sand);
  color: var(--sand);
}
.ka-nav-link:hover {
  opacity: 1;
}
.ka-nav-cta:hover {
  opacity: 0.85;
}
.ka-service-row:hover {
  background: var(--bg);
}
.ka-contact-link:hover {
  color: var(--accent2);
}
.ka-social-link:hover {
  color: var(--accent2);
}

/* ==========================================================================
   Header & navigation
   ========================================================================== */
#ka-nav {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 26px;
}
#ka-header {
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    backdrop-filter 0.4s ease;
}
#ka-header > div {
  padding: 18px 28px !important;
  transition: padding 0.4s ease;
}
#ka-header span,
#ka-header a {
  transition:
    color 0.4s ease,
    background-color 0.4s ease,
    border-color 0.4s ease;
}
#ka-header[data-scrolled="true"] {
  background: color-mix(in srgb, var(--surface) 96%, transparent) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 1px 0 var(--line);
}
#ka-header[data-scrolled="true"] > div {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
#ka-header[data-scrolled="true"] span:not(#ka-burger span) {
  color: var(--ink) !important;
}
#ka-header[data-scrolled="true"] #ka-nav > a {
  color: var(--ink) !important;
  border-bottom-color: var(--line);
}
#ka-header[data-scrolled="true"] #ka-burger {
  border-color: var(--line) !important;
}
#ka-header[data-scrolled="true"] #ka-burger span {
  background: var(--ink) !important;
}

#ka-burger {
  display: none !important;
}
#ka-burger > span {
  transition:
    transform 0.34s cubic-bezier(0.2, 0.8, 0.25, 1),
    opacity 0.2s ease;
}
#ka-burger[data-open="true"] > span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
#ka-burger[data-open="true"] > span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0.3);
}
#ka-burger[data-open="true"] > span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

/* ==========================================================================
   Responsive breakpoints
   ========================================================================== */
@media (max-width: 560px) {
  #ka-cta1,
  #ka-cta2 {
    width: 100%;
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
  }
  #ka-foot-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

@media (max-width: 820px) {
  #ka-burger {
    display: flex !important;
  }
  #ka-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    padding: 6px 28px 22px;
    background: var(--band);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 0.24s ease,
      transform 0.28s cubic-bezier(0.2, 0.8, 0.25, 1),
      visibility 0s linear 0.28s;
  }
  #ka-nav[data-open="true"] {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition:
      opacity 0.24s ease,
      transform 0.28s cubic-bezier(0.2, 0.8, 0.25, 1),
      visibility 0s;
  }
  #ka-nav > a {
    padding: 15px 4px;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  #ka-nav > a:last-child {
    margin-top: 14px;
    text-align: center;
    border-bottom: none;
  }
  #ka-header[data-scrolled="true"] #ka-nav {
    background: var(--surface);
  }
}

/* ==========================================================================
   Layout primitives
   ========================================================================== */
.ka-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.ka-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 104px) 28px;
}
.ka-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 104px) 28px;
  text-align: center;
  background: var(--bg);
}
.ka-impresszum {
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(52px, 7vw, 104px) 28px;
  background: var(--bg);
}
.ka-header-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--band);
}
.ka-header-inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}
.ka-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 104px) 28px clamp(52px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(260px, 460px);
  grid-template-areas:
    "eyebrow image"
    "title image"
    "lead image"
    "cta image";
  column-gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.ka-quote-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 110px) 28px;
  text-align: center;
}
.ka-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.ka-band-bg {
  background: var(--band);
}
.ka-surface-bg {
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ka-band2-bg {
  background: var(--band2);
  color: var(--band2Ink);
}
.ka-sand-bg {
  background: var(--sand);
}

.ka-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 72px);
}
.ka-row--top {
  align-items: flex-start;
}
.ka-row--center {
  align-items: center;
}

.ka-col-260 {
  flex: 1 1 260px;
  min-width: min(100%, 240px);
}

/* ==========================================================================
   Typography primitives
   ========================================================================== */
.ka-eyebrow {
  margin: 0 0 14px;
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent2);
}
.ka-eyebrow--band2 {
  color: var(--band2Ink);
  opacity: 0.72;
}
.ka-hero-eyebrow {
  grid-area: eyebrow;
  margin: 0 0 clamp(16px, 2.2vw, 26px);
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--sand);
}
.ka-hero-eyebrow-line {
  display: block;
}
.ka-hero-eyebrow-line + .ka-hero-eyebrow-line {
  margin-top: 0.6em;
}
.ka-404-text {
  max-width: 42ch;
  margin: 0 0 12px;
  font-family: var(--fb);
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}
.ka-impresszum-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 32px;
}
.ka-impresszum-subheading {
  margin: 8px 0 16px;
  font-family: var(--fh);
  font-weight: 600;
  font-size: 17px;
  color: var(--ink);
}
.ka-impresszum-copyright {
  margin: 8px 0 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.ka-impresszum-btn {
  display: inline-block;
  margin-top: 16px;
}

.ka-h2 {
  font-family: var(--fd);
  font-weight: var(--dweight);
  letter-spacing: var(--dtrack);
}
.ka-h2--bemutatkozas {
  margin: 0 0 clamp(28px, 3.4vw, 46px);
  max-width: 66%;
  font-size: clamp(27px, 2.8vw, 40px);
  line-height: 1.14;
  color: var(--ink);
}
.ka-h2--modszer {
  margin: 0 0 clamp(28px, 3.4vw, 48px);
  max-width: 66%;
  font-size: clamp(27px, 2.8vw, 40px);
  line-height: 1.14;
  color: var(--band2Ink);
}
@media (max-width: 820px) {
  .ka-h2--bemutatkozas,
  .ka-h2--modszer {
    max-width: 100%;
  }
}
.ka-h2--szolgaltatasok {
  margin: 0 0 clamp(28px, 3.4vw, 44px);
  max-width: 24ch;
  font-size: clamp(27px, 2.8vw, 40px);
  line-height: 1.14;
  color: var(--ink);
}
.ka-h2--kepesitesek {
  margin: 0;
  font-size: clamp(27px, 2.8vw, 40px);
  line-height: 1.14;
  color: var(--ink);
}
.ka-h2--kapcsolat {
  margin: 0 0 18px;
  max-width: 20ch;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.1;
  text-transform: var(--dcase);
  color: var(--ink);
}
.ka-h2--404 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.1;
  color: var(--ink);
}
.ka-h2--impresszum {
  margin: 0 0 28px;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.15;
  color: var(--ink);
}

.ka-body-muted {
  margin: 0;
  font-family: var(--fb);
  font-size: 17px;
  line-height: 1.78;
  color: var(--muted);
  text-wrap: pretty;
}
.ka-lead-text {
  margin: 0;
  font-family: var(--fb);
  font-size: clamp(16.5px, 1.3vw, 19px);
  line-height: 1.75;
  color: var(--ink);
  text-wrap: pretty;
}

/* ==========================================================================
   Icon circle
   ========================================================================== */
.ka-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--accent2);
}
.ka-icon-circle--lg {
  width: 46px;
  height: 46px;
}
.ka-icon-circle--sm {
  width: 36px;
  height: 36px;
}

/* ==========================================================================
   Header / brand / burger / nav (layout only)
   ========================================================================== */
.ka-brand-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ka-brand-name {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: var(--dtrack);
  color: var(--bandInk);
}
.ka-brand-subtitle {
  font-family: var(--fh);
  font-weight: 400;
  font-size: 9.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--bandInk);
  opacity: 0.65;
}
.ka-burger-btn {
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-direction: column;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--rad);
  cursor: pointer;
  padding: 0;
}
.ka-burger-bar {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--bandInk);
}
.ka-nav-bar {
  display: flex;
}

.ka-nav-link {
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bandInk);
  opacity: 0.75;
}
.ka-nav-cta {
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--sand);
  padding: 11px 20px;
  border-radius: var(--rad);
}

/* ==========================================================================
   Hero
   ========================================================================== */
.ka-hero-title {
  grid-area: title;
  margin: 0;
  font-family: var(--fd);
  font-weight: 700;
  font-size: clamp(38px, 5.4vw, 72px);
  line-height: 1.02;
  letter-spacing: var(--dtrack);
  text-transform: var(--dcase);
  color: var(--bandInk);
  text-wrap: balance;
}
.ka-hero-title-sub {
  display: block;
  margin-top: clamp(8px, 1.3vw, 16px);
  font-family: var(--fh);
  font-weight: 400;
  font-size: clamp(15px, 1.9vw, 22px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--bandInk);
  opacity: 0.65;
}
.ka-hero-lead {
  grid-area: lead;
  margin: clamp(20px, 2.6vw, 30px) 0 0;
  max-width: 44ch;
  font-family: var(--fb);
  font-size: clamp(16px, 1.25vw, 18.5px);
  line-height: 1.72;
  color: var(--bandInk);
  opacity: 0.85;
  border-left: 2px solid var(--sand);
  padding-left: 20px;
  text-wrap: pretty;
}
.ka-hero-lead p {
  margin: 0;
}
.ka-hero-lead p + p {
  margin-top: 1em;
}
.ka-cta-row {
  grid-area: cta;
  margin-top: clamp(26px, 3.2vw, 38px);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.ka-hero-image-col {
  grid-area: image;
  position: relative;
}
@media (max-width: 820px) {
  .ka-hero-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "image"
      "lead"
      "cta";
  }
  .ka-hero-image-col {
    margin-top: clamp(20px, 4vw, 30px);
  }
}

.ka-btn-primary {
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--sand);
  padding: 19px 36px;
  border-radius: var(--rad);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}
.ka-btn-secondary {
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bandInk);
  padding: 18px 30px;
  border: 1px solid rgba(245, 243, 238, 0.45);
  border-radius: var(--rad);
}

.ka-hero-photo {
  aspect-ratio: 4/5;
  border-radius: var(--rad);
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ka-bemutatkozas-photo {
  aspect-ratio: 1/1;
  border-radius: var(--rad);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ka-contact-photo {
  flex: 1 1 320px;
  min-width: min(100%, 260px);
  aspect-ratio: 1/1;
  border-radius: var(--rad);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* ==========================================================================
   Bemutatkozás
   ========================================================================== */
.ka-bemutatkozas-text-col {
  flex: 1 1 400px;
  min-width: min(100%, 280px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ka-feature-row {
  margin-top: clamp(36px, 4vw, 56px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
}
.ka-feature-card {
  flex: 1 1 190px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.ka-feature-title {
  margin: 0;
  font-family: var(--fh);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: var(--accent);
}
.ka-feature-desc {
  margin: 10px 0 0;
  font-family: var(--fb);
  font-size: 15px;
  line-height: 1.62;
  color: var(--muted);
  text-wrap: pretty;
}

/* ==========================================================================
   Módszer
   ========================================================================== */
.ka-step-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(16px, 2vw, 28px);
}
.ka-step-block {
  border-top: 2px solid var(--band2Ink);
  padding-top: 22px;
}
.ka-step-title {
  margin: 0 0 10px;
  font-family: var(--fd);
  font-weight: var(--dweight);
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: var(--dtrack);
  color: var(--band2Ink);
}
.ka-step-desc {
  margin: 0;
  font-family: var(--fb);
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--band2Ink);
  opacity: 0.84;
  text-wrap: pretty;
}

/* ==========================================================================
   Quote section
   ========================================================================== */
.ka-quote-text {
  margin: 0 auto;
  max-width: 26ch;
  font-family: var(--fd);
  font-weight: var(--dweight);
  font-size: clamp(28px, 3.6vw, 50px);
  line-height: 1.14;
  letter-spacing: var(--dtrack);
  text-transform: var(--dcase);
  color: var(--bandInk);
  text-wrap: balance;
}
.ka-quote-divider {
  width: 64px;
  height: 1px;
  background: var(--bandInk);
  opacity: 0.5;
  margin: clamp(22px, 3vw, 34px) auto;
}
.ka-quote-attribution {
  margin: 0 auto;
  max-width: 38ch;
  font-family: var(--fb);
  font-size: clamp(15.5px, 1.2vw, 18px);
  line-height: 1.7;
  color: var(--bandInk);
  opacity: 0.82;
}

/* ==========================================================================
   Szolgáltatások
   ========================================================================== */
.ka-service-intro {
  margin: 0 0 clamp(28px, 3.4vw, 44px);
  max-width: 68ch;
  font-family: var(--fb);
  font-size: 17px;
  line-height: 1.78;
  color: var(--muted);
  text-wrap: pretty;
}
.ka-service-list {
  border-top: 1px solid var(--line);
}
.ka-service-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 32px;
  padding: 19px 8px;
  border-bottom: 1px solid var(--line);
}
.ka-service-title {
  margin: 0;
  flex: 0 0 auto;
  width: min(100%, 340px);
  font-family: var(--fh);
  font-weight: 600;
  font-size: 16.5px;
  letter-spacing: 0.01em;
  color: var(--ink);
}
.ka-service-title:only-child {
  width: 100%;
}
.ka-service-desc {
  margin: 0;
  flex: 1 1 240px;
  font-family: var(--fb);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--muted);
  text-wrap: pretty;
}

/* ==========================================================================
   Képesítések
   ========================================================================== */
.ka-kepesitesek-timeline-col {
  flex: 1 1 420px;
  min-width: min(100%, 280px);
  display: flex;
  flex-direction: column;
}
.ka-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 18px;
  padding-bottom: 34px;
}
.ka-timeline-dot-col {
  position: relative;
  display: flex;
  justify-content: center;
}
.ka-timeline-line {
  position: absolute;
  top: 6px;
  bottom: -40px;
  width: 1px;
  background: var(--accent2);
  opacity: 0.45;
}
.ka-timeline-dot {
  position: relative;
  margin-top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  background: var(--sand);
}
.ka-timeline-year {
  margin: 0 0 7px;
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent2);
}
.ka-timeline-title {
  margin: 0;
  font-family: var(--fh);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.35;
  color: var(--ink);
}
.ka-timeline-institution {
  margin: 7px 0 0;
  font-family: var(--fb);
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}

/* ==========================================================================
   Kapcsolat
   ========================================================================== */
.ka-kapcsolat-text-col {
  flex: 1 1 380px;
  min-width: min(100%, 280px);
}
.ka-kapcsolat-lead {
  margin: 0 0 30px;
  max-width: 40ch;
  font-family: var(--fb);
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--muted);
  text-wrap: pretty;
}
.ka-details-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(22px, 3vw, 30px);
}
.ka-field-label {
  margin: 0 0 6px;
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent2);
}
.ka-contact-link {
  display: inline-block;
  font-family: var(--fd);
  font-weight: var(--dweight);
  font-size: clamp(21px, 2.1vw, 30px);
  line-height: 1.2;
  letter-spacing: var(--dtrack);
  color: var(--ink);
}
.ka-social-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ka-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--fb);
  font-size: 16px;
  color: var(--ink);
}

/* ==========================================================================
   Back-to-top button (box only — opacity/transform/hover owned by #ka-top rules above)
   ========================================================================== */
.ka-top-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 55;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--band);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

/* ==========================================================================
   Footer
   ========================================================================== */
#ka-foot-brand.ka-footer-brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--bandInk);
  opacity: 0.9;
}
.ka-footer-brand-name {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: var(--dtrack);
}
.ka-footer-brand-subtitle {
  font-family: var(--fh);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.75;
}
.ka-footer-copyright {
  font-family: var(--fh);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--bandInk);
  opacity: 0.6;
}
.ka-footer-nav {
  display: flex;
  gap: 18px;
}
.ka-footer-nav-link {
  font-family: var(--fh);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bandInk);
  opacity: 0.75;
}
.ka-footer-nav-link:hover {
  opacity: 1;
}
