:root {
  /* Brand türkisz–zöld paletta (brand sáv + fejléc) */
  --teal-950: #042320;
  --teal-900: #06302c;
  --teal-800: #0b4a43;
  --teal-700: #0f6159;
  --teal-600: #0d9488;
  --teal-500: #14b8a6;
  --teal-400: #2dd4bf;
  --teal-300: #5eead4;
  --cyan: #22d3ee;
  --gold: #fcd34d;

  --bg: #f0faf8;
  --bg-alt: #e3f5f1;
  --bg-warm: #ecfdf9;
  --surface: #ffffff;
  --surface-glass: rgba(255, 255, 255, 0.82);
  --surface-dark: rgba(6, 48, 44, 0.92);
  --border: rgba(6, 48, 44, 0.1);
  --border-strong: rgba(6, 48, 44, 0.18);
  --text: #042320;
  --text-muted: #3d5c57;
  --accent: #0d9488;
  --accent-deep: #0f6159;
  --accent-2: #2dd4bf;
  --accent-bright: #5eead4;
  --accent-soft: rgba(20, 184, 166, 0.14);
  --accent-glow: rgba(45, 212, 191, 0.38);
  --warm: #f59e0b;
  --warm-soft: rgba(245, 158, 11, 0.12);
  --success: #10b981;
  --radius: 0;
  --radius-sm: 0;
  --shadow-sm: 0 4px 0 rgba(4, 35, 31, 0.07);
  --shadow: 0 8px 0 rgba(4, 35, 31, 0.08), 0 20px 40px rgba(4, 35, 31, 0.1);
  --shadow-lg: 0 10px 0 rgba(15, 97, 89, 0.28), 0 28px 56px rgba(45, 212, 191, 0.2);
  --shadow-accent: 6px 6px 0 rgba(15, 97, 89, 0.5);
  --cut-sm: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  --cut-md: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  --brand-gradient: linear-gradient(135deg, #06302c 0%, #0b4a43 38%, #0f6159 62%, #093f39 100%);
  --brand-mesh:
    radial-gradient(ellipse 60% 120% at 0% 50%, rgba(45, 212, 191, 0.28), transparent 58%),
    radial-gradient(ellipse 60% 120% at 100% 50%, rgba(34, 211, 238, 0.22), transparent 58%),
    radial-gradient(ellipse 70% 80% at 50% 0%, rgba(20, 184, 166, 0.3), transparent 65%),
    var(--brand-gradient);
  --container: 1140px;
  --header-h: 96px;
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-display: "Plus Jakarta Sans", "Outfit", system-ui, sans-serif;
  --section-title-size: clamp(1.65rem, 3.6vw, 2.45rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  background:
    radial-gradient(ellipse 90% 50% at 50% -10%, rgba(45, 212, 191, 0.09), transparent 55%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.15;
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(2.4rem, 5.5vw, 3.75rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.85rem, 3.2vw, 2.55rem);
  font-weight: 700;
}

h3 {
  font-size: 1.12rem;
  font-weight: 700;
}

p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

p:last-child {
  margin-bottom: 0;
}

.container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.narrow {
  width: min(100% - 2rem, 720px);
}

.section {
  padding: 5.5rem 0;
  position: relative;
}

.section--alt {
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(45, 212, 191, 0.07), transparent 55%),
    linear-gradient(180deg, var(--bg-alt) 0%, var(--bg) 100%);
}

.section--warm {
  background:
    radial-gradient(ellipse 45% 35% at 0% 100%, rgba(20, 184, 166, 0.08), transparent 50%),
    linear-gradient(180deg, var(--bg-warm), var(--bg));
}

.section-head {
  max-width: 620px;
  margin-bottom: 2.75rem;
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-sub {
  margin-top: 0.75rem;
}

/* Eredeti oldalról: keretes címsor + WOW animációhoz */
.title-box {
  text-align: center;
  margin-bottom: 0.35rem;
}

.block-title,
h2.block-title {
  position: relative;
  display: inline-block;
  padding: 0 2.25rem;
  margin: 0;
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.block-title__text {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.title-box .block-title:not(.block-title--light) .block-title__text {
  background: linear-gradient(135deg, var(--teal-950) 15%, var(--accent-deep) 50%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bb-top-left,
.bb-bottom-left,
.bb-top-right,
.bb-bottom-right {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: var(--accent-deep);
  border-width: 3px;
}

.bb-top-left {
  top: 0;
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
}

.bb-bottom-left {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.bb-top-right {
  top: 0;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
}

.bb-bottom-right {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.block-title--light .bb-top-left,
.block-title--light .bb-bottom-left,
.block-title--light .bb-top-right,
.block-title--light .bb-bottom-right {
  border-color: rgba(45, 212, 191, 0.88);
}

.devices .block-title__text {
  color: #f8fafc;
}

.process .block-title__text {
  color: #ffffff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.section-head:has(.block-title) {
  max-width: 820px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  background: var(--accent-soft);
  clip-path: var(--cut-sm);
  border: 1px solid rgba(20, 184, 166, 0.22);
}

.eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 0;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-h);
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: height 0.3s ease, border-color 0.3s ease;
  overflow-x: clip;
}

/* Görgetésre megjelenő türkiszzöld háttér (mint a brand sáv) */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--brand-mesh);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.site-header.is-scrolled,
.site-header.site-header--solid {
  --header-h: 58px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(4, 35, 31, 0.25);
}

.site-header.is-scrolled::before,
.site-header.site-header--solid::before {
  opacity: 1;
}

.site-header.is-scrolled .logo img,
.site-header.site-header--solid .logo img {
  height: 28px;
}

.site-header.is-scrolled .site-nav a,
.site-header.site-header--solid .site-nav a {
  color: rgba(226, 232, 240, 0.85);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a:focus-visible,
.site-header.site-header--solid .site-nav a:hover,
.site-header.site-header--solid .site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.logo img {
  display: block;
  width: auto;
  height: 42px;
  max-width: min(44vw, 190px);
  transition: height 0.3s ease, filter 0.3s ease;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.header-nav {
  margin-left: auto;
  position: relative;
  --nav-toggle-size: 42px;
  width: var(--nav-toggle-size);
  height: var(--nav-toggle-size);
  flex-shrink: 0;
  transition: width 0.3s ease, height 0.3s ease;
}

.site-header.is-scrolled .header-nav,
.site-header.site-header--solid .header-nav {
  --nav-toggle-size: 28px;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: var(--nav-toggle-size);
  height: var(--nav-toggle-size);
  padding: 0;
  clip-path: var(--cut-sm);
  border: 2px solid rgba(45, 212, 191, 0.55);
  border-radius: 0;
  background: rgba(4, 35, 31, 0.72);
  box-shadow:
    4px 4px 0 rgba(15, 97, 89, 0.45),
    0 0 24px rgba(45, 212, 191, 0.25);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible,
body.nav-open .nav-toggle {
  transform: translateY(-50%) translate(-2px, -2px);
  border-color: rgba(94, 234, 212, 0.9);
  box-shadow:
    6px 6px 0 rgba(15, 97, 89, 0.55),
    0 0 36px rgba(45, 212, 191, 0.45);
  outline: none;
}

.nav-toggle span {
  display: block;
  width: 14px;
  height: 2px;
  margin-inline: auto;
  background: var(--accent-2);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s, width 0.3s ease;
}

.site-header.is-scrolled .nav-toggle span,
.site-header.site-header--solid .nav-toggle span {
  width: 11px;
}

.site-header.is-scrolled .nav-toggle,
.site-header.site-header--solid .nav-toggle {
  gap: 3px;
}

.site-nav a {
  padding: 0.5rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.9);
  border-radius: 0;
  transition: color 0.2s, background 0.2s;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.nav-cta {
  margin-left: 0.35rem;
  padding: 0.65rem 1.25rem !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem !important;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep)) !important;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
  clip-path: var(--cut-sm);
  box-shadow: var(--shadow-accent), 0 0 28px var(--accent-glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta:hover {
  background: linear-gradient(135deg, var(--accent-deep), var(--teal-800)) !important;
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(15, 97, 89, 0.55), 0 0 40px rgba(45, 212, 191, 0.45);
}

/* Hero */

.hero {
  --brand-strip-h: 92px;
  content-visibility: visible;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: calc(var(--header-h) * -1);
  min-height: calc(100vh - var(--brand-strip-h));
  min-height: calc(100dvh - var(--brand-strip-h));
  padding: calc(var(--header-h) + 1.5rem) 0 2.5rem;
  overflow: hidden;
  background: url("../../bg.jpg") center / cover no-repeat, var(--teal-950);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(108deg, rgba(4, 35, 31, 0.88) 0%, rgba(6, 48, 44, 0.62) 42%, rgba(4, 35, 31, 0.45) 100%),
    radial-gradient(ellipse 70% 55% at 15% 55%, rgba(45, 212, 191, 0.18), transparent 58%),
    radial-gradient(ellipse 50% 40% at 85% 25%, rgba(34, 211, 238, 0.1), transparent 55%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(6, 48, 44, 0.55), transparent);
  pointer-events: none;
}

.hero > .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.hero-content h1 {
  color: #fff;
  font-size: clamp(2.6rem, 5.8vw, 4.1rem);
  line-height: 1.08;
  text-shadow: 0 2px 28px rgba(2, 6, 23, 0.55);
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, #99f6e4 0%, #2dd4bf 30%, #5eead4 55%, #fcd34d 88%, #fbbf24 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 22px rgba(45, 212, 191, 0.45));
}

.hero-lead {
  font-size: 1.15rem;
  line-height: 1.75;
  max-width: 50ch;
  color: rgba(226, 232, 240, 0.92);
  text-shadow: 0 1px 14px rgba(2, 6, 23, 0.5);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 2.25rem 0 0;
}

/* Ugyanaz a hover-mozgás, mint a lábléc gombjain – WOW transform ne írja felül */
.hero-actions .btn {
  animation: none;
  opacity: 1;
  transform: none;
}

.hero-actions .btn:hover,
.hero-actions .btn:focus-visible {
  transform: translate(-3px, -3px);
}

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  transform: translateX(-50%);
  clip-path: var(--cut-sm);
  background: rgba(4, 35, 31, 0.72);
  border: 2px solid rgba(45, 212, 191, 0.55);
  box-shadow:
    4px 4px 0 rgba(15, 97, 89, 0.45),
    0 0 24px rgba(45, 212, 191, 0.25);
  color: var(--accent-2);
  text-decoration: none;
  touch-action: manipulation;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.35s ease;
}

.hero-scroll-hint:hover,
.hero-scroll-hint:focus-visible {
  transform: translateX(-50%) translate(-2px, -2px);
  border-color: rgba(94, 234, 212, 0.9);
  box-shadow:
    6px 6px 0 rgba(15, 97, 89, 0.55),
    0 0 36px rgba(45, 212, 191, 0.45);
  outline: none;
}

.hero-scroll-hint.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.hero-scroll-hint__chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  margin-top: 0.15rem;
}

.hero-scroll-hint__chevrons span {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2.5px solid currentColor;
  border-bottom: 2.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
}

.hero-scroll-hint__chevrons span:last-child {
  opacity: 1;
  margin-top: -0.35rem;
}

/* Hero – éles, látványos gombok */
.hero .btn-ghost,
.footer-brand .btn-ghost {
  background: rgba(4, 35, 31, 0.55);
  backdrop-filter: blur(16px) saturate(1.5);
  border: 2px solid rgba(45, 212, 191, 0.55);
  color: #ecfdf5;
  box-shadow: 4px 4px 0 rgba(15, 97, 89, 0.55), 0 0 28px rgba(45, 212, 191, 0.2);
}

.hero .btn-ghost:hover,
.footer-brand .btn-ghost:hover {
  background: rgba(4, 35, 31, 0.78);
  border-color: rgba(94, 234, 212, 0.85);
  box-shadow: 6px 6px 0 rgba(15, 97, 89, 0.65), 0 0 42px rgba(45, 212, 191, 0.35);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.85rem;
  clip-path: var(--cut-sm);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translate(-3px, -3px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--accent) 48%, var(--accent-deep) 100%);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow-accent), 0 0 36px var(--accent-glow);
}

.btn-primary:hover {
  box-shadow: 8px 8px 0 rgba(15, 97, 89, 0.6), 0 0 52px rgba(45, 212, 191, 0.55);
}

.btn-ghost:hover {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 6px 6px 0 rgba(13, 148, 136, 0.18);
}

.btn-ghost {
  background: var(--surface);
  border-color: var(--border-strong);
  color: var(--text);
  box-shadow: 4px 4px 0 rgba(4, 35, 31, 0.08);
}

.btn-block {
  width: 100%;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 110px;
  padding: 1rem 1.15rem;
  clip-path: var(--cut-sm);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  box-shadow: 4px 4px 0 rgba(15, 23, 42, 0.06);
}

.hero-stats strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

.hero-stats span {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-muted);
}

.hero-panel {
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 6% -6% -6% 6%;
  clip-path: var(--cut-md);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.35), rgba(13, 148, 136, 0.2));
  filter: blur(1px);
  z-index: 0;
}

.hero-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  padding: 0;
  clip-path: var(--cut-md);
  background: rgba(4, 35, 31, 0.82);
  backdrop-filter: blur(22px) saturate(1.4);
  border: 1px solid rgba(45, 212, 191, 0.4);
  box-shadow:
    10px 10px 0 rgba(45, 212, 191, 0.28),
    0 0 0 1px rgba(45, 212, 191, 0.12) inset,
    0 32px 70px rgba(2, 6, 23, 0.55);
  overflow: hidden;
}

.hero-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 36px 36px 0;
  border-color: transparent var(--accent-bright) transparent transparent;
  opacity: 0.95;
}

.hero-card-label {
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, var(--teal-800) 0%, var(--accent) 40%, var(--accent-2) 100%);
  box-shadow: 0 1px 0 rgba(45, 212, 191, 0.35) inset;
}

.hero-card ul {
  margin: 0;
  padding: 1.35rem 1.75rem 1.75rem;
  list-style: none;
}

.hero-card li {
  position: relative;
  padding: 0.85rem 0 0.85rem 2.1rem;
  margin-bottom: 0.15rem;
  color: rgba(204, 251, 241, 0.88);
  border-bottom: 1px solid rgba(45, 212, 191, 0.18);
}

.hero-card li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 12px;
  height: 12px;
  border-radius: 0;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 12px rgba(45, 212, 191, 0.5);
}

/* Bevezető + szolgáltatások – mint _eredeti #start */

.start-block {
  position: relative;
  overflow: hidden;
  scroll-margin-top: var(--header-h);
  padding-bottom: 1rem;
  text-align: center;
  background: var(--bg);
}

.start-block .title-box {
  margin-bottom: 3rem;
}

.start-lead {
  max-width: 820px;
  margin: 0 auto 3.25rem;
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-muted);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.start-block .feature-box {
  padding: 1.875rem 1.25rem;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.start-block .feature-box i {
  display: block;
  font-size: clamp(4.5rem, 11vw, 7rem);
  line-height: 1;
  margin: 0;
  padding: 0;
  color: var(--accent);
}

.start-block .feature-box h3 {
  margin: 0;
  padding: 1.25rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 300;
  color: var(--text);
}

.start-block .feature-box p {
  margin: 0;
  padding: 0 1.25rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.75;
}

/* Cards */

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.card {
  position: relative;
  padding: 2rem 2rem 2rem 2.15rem;
  clip-path: var(--cut-md);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 5px solid var(--accent);
  box-shadow: 5px 5px 0 rgba(15, 23, 42, 0.06);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 22px 22px 0;
  border-color: transparent rgba(13, 148, 136, 0.9) transparent transparent;
}

.card:hover {
  border-color: rgba(13, 148, 136, 0.4);
  border-left-color: var(--accent-2);
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px 0 rgba(13, 148, 136, 0.22), 0 0 36px rgba(45, 212, 191, 0.14);
}

.card-accent {
  background: linear-gradient(145deg, #ffffff 0%, #ecfdf9 100%);
  border-left-color: var(--accent-2);
  box-shadow: 6px 6px 0 rgba(45, 212, 191, 0.25);
}

.card-accent::after {
  border-color: transparent var(--accent-2) transparent transparent;
}

.card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.1rem;
  font-size: 1.4rem;
  clip-path: var(--cut-sm);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.18), rgba(13, 148, 136, 0.12));
  border: 2px solid rgba(13, 148, 136, 0.3);
  box-shadow: 3px 3px 0 rgba(13, 148, 136, 0.15);
}

.card h3 {
  margin-bottom: 0.65rem;
  color: var(--text);
}

/* Devices */

.section-head--center .section-sub {
  margin-inline: auto;
  max-width: 52ch;
}

/* Világűr háttér – türkisz mélyűr */
.devices {
  background-image:
    radial-gradient(1.4px 1.4px at 22px 34px, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(1px 1px at 130px 90px, rgba(255, 255, 255, 0.65), transparent),
    radial-gradient(1.2px 1.2px at 190px 150px, rgba(204, 251, 241, 0.8), transparent),
    radial-gradient(0.9px 0.9px at 70px 170px, rgba(153, 246, 228, 0.7), transparent),
    radial-gradient(1.1px 1.1px at 240px 40px, rgba(255, 255, 255, 0.75), transparent),
    radial-gradient(ellipse 55% 45% at 75% 12%, rgba(45, 212, 191, 0.22), transparent 65%),
    radial-gradient(ellipse 50% 40% at 18% 85%, rgba(13, 148, 136, 0.18), transparent 60%),
    linear-gradient(180deg, #042320 0%, #06302c 48%, #042320 100%);
  background-size:
    260px 220px,
    300px 260px,
    340px 280px,
    280px 240px,
    320px 300px,
    100% 100%,
    100% 100%,
    100% 100%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, no-repeat, no-repeat, no-repeat;
}

.devices .eyebrow {
  color: #99f6e4;
  background: rgba(20, 184, 166, 0.2);
  border-color: rgba(45, 212, 191, 0.35);
}

.devices .title-box {
  margin-bottom: 3rem;
}

.devices .section-sub {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(226, 232, 240, 0.88);
}

.device-globe {
  --globe-radius: clamp(160px, 21.5vw, 240px);
  --logo-size: clamp(46px, 5.6vw, 62px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(430px, 54vw, 620px);
  margin-top: 0.5rem;
  perspective: 1200px;
  overflow: visible;
  contain: layout style;
}

.device-globe__atmosphere {
  position: absolute;
  width: calc(var(--globe-radius) * 2);
  height: calc(var(--globe-radius) * 2);
  border-radius: 50%;
  /* Föld-szerű gömb: a széle pontosan a --globe-radius vonalán ér véget,
     így a logógömbbel minden kijelzőméretnél azonos méretű */
  background:
    radial-gradient(circle at 32% 28%,
      rgba(167, 243, 208, 0.95) 0%,
      rgba(52, 211, 153, 0.92) 16%,
      rgba(13, 148, 136, 0.88) 42%,
      rgba(15, 97, 89, 0.9) 64%,
      rgba(6, 48, 44, 0.95) 84%,
      rgba(4, 35, 31, 0.98) 100%);
  box-shadow:
    0 0 70px rgba(45, 212, 191, 0.45),
    0 0 140px rgba(13, 148, 136, 0.22),
    inset -26px -30px 70px rgba(2, 6, 23, 0.6),
    inset 12px 14px 46px rgba(255, 255, 255, 0.22);
  pointer-events: none;
}

.device-globe__axis {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateZ(-14deg);
}

.device-globe__sphere {
  position: relative;
  width: 0;
  height: 0;
  transform-style: preserve-3d;
}

.device-globe__logo {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--logo-size);
  height: var(--logo-size);
  margin: calc(var(--logo-size) / -2) 0 0 calc(var(--logo-size) / -2);
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  cursor: pointer;
  contain: layout style paint;
}

/* A kép a saját arányában jelenik meg, így a kerekítés
   ténylegesen a látható kép sarkait éri */
.device-globe__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 9px;
  filter: drop-shadow(0 2px 4px rgba(15, 23, 42, 0.15));
  pointer-events: none;
}

@media (max-width: 720px) {
  .device-globe {
    --globe-radius: 148px;
    --logo-size: 44px;
    height: 380px;
  }

  .device-globe__atmosphere {
    width: calc(var(--globe-radius) * 2);
    height: calc(var(--globe-radius) * 2);
  }
}

/* Brand strip – hero és bevezető között */

.brand-strip {
  position: relative;
  padding: 0.9rem 0;
  background: var(--brand-mesh);
  overflow: hidden;
}

.brand-strip::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  width: 45%;
  height: 180%;
  background: radial-gradient(ellipse, rgba(45, 212, 191, 0.32), transparent 68%);
  filter: blur(40px);
  animation: brand-glow-drift 9s ease-in-out infinite alternate;
  pointer-events: none;
}

.brand-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  /* A két szél felé elsötétül: a logók fokozatosan tűnnek elő/el */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%);
}

.brand-marquee-track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  padding: 0.8rem 0;
  animation: brand-scroll 28s linear infinite;
}

/* Betöltéskor: a futás várakozik, amíg a logók egyesével megjelennek */
.brand-marquee-track--waiting {
  animation-play-state: paused;
}

.brand-marquee-track a {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  line-height: 0;
  text-decoration: none;
}

.brand-marquee-track a:focus-visible {
  outline: 2px solid rgba(45, 212, 191, 0.75);
  outline-offset: 4px;
  border-radius: 2px;
}

/* Alaphelyzetben a logók rejtve; csak betöltés után, egyesével jelennek meg */
.brand-marquee-track img {
  height: 38px;
  width: auto;
  max-width: 130px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  filter: brightness(0) invert(1);
  transition: opacity 0.45s ease, filter 0.45s ease;
}

.brand-marquee-track--ready img {
  visibility: visible;
  animation: brand-appear 1.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* A beúszás után: vissza a normál állapotra, hogy a hover működjön */
.brand-marquee-track img.is-in {
  animation: none;
  opacity: 0.85;
  visibility: visible;
}

.brand-marquee-track img.is-in:hover {
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 16px rgba(24, 200, 232, 0.45));
}

@keyframes brand-appear {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.92);
    filter: brightness(0) invert(1) blur(2px);
  }
  to {
    opacity: 0.85;
    transform: translateY(0) scale(1);
    filter: brightness(0) invert(1) blur(0);
  }
}


@keyframes brand-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes brand-glow-drift {
  from { transform: translateX(0); opacity: 0.7; }
  to { transform: translateX(120%); opacity: 1; }
}

/* Timeline */

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1.5rem;
  padding: 1.75rem;
  clip-path: var(--cut-md);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 5px solid var(--accent);
  box-shadow: 5px 5px 0 rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
}

.timeline-item:hover {
  border-left-color: var(--accent-2);
  box-shadow: 8px 8px 0 rgba(13, 148, 136, 0.22);
  transform: translate(-3px, -3px);
}

.step-num {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  clip-path: var(--cut-sm);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border: 2px solid rgba(255, 255, 255, 0.25);
  box-shadow: 4px 4px 0 rgba(15, 97, 89, 0.45), 0 0 28px rgba(45, 212, 191, 0.32);
}

.timeline-item h3 {
  color: var(--text);
}

/* Pricing – mint _eredeti fh5co-pricing */

.pricing .title-box {
  margin-bottom: 2.5rem;
}

.pricing-lead {
  max-width: 820px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-muted);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}

.price-card {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 1.75rem;
  margin-bottom: 0;
  text-align: center;
  color: var(--text);
  clip-path: var(--cut-sm);
  isolation: isolate;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --mx: 50%;
  --my: 50%;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-top: 10px solid var(--accent);
  box-shadow:
    0 12px 36px rgba(4, 35, 31, 0.1),
    0 4px 14px rgba(45, 212, 191, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.price-card.glass-hover.is-hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(45, 212, 191, 0.42);
  border-top-color: var(--accent-2);
  box-shadow:
    0 16px 40px rgba(4, 35, 31, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.price-card > *:not(.glass-hover__fx) {
  position: relative;
  z-index: 4;
}

.price-card:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(45, 212, 191, 0.48);
  border-top-color: var(--accent-2);
}

.price-card:nth-child(2) {
  border-top-color: #14b8a6;
}

.price-card:nth-child(3) {
  border-top-color: #2dd4bf;
}

.price-card:nth-child(4) {
  border-top-color: #22d3ee;
}

.price-amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 0.2rem;
  padding-top: 1.15rem;
  margin-bottom: 0.45rem;
}

.price-value {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  line-height: 1.1;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 45%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 10px rgba(45, 212, 191, 0.28));
  transition: filter 0.45s ease;
}

.price-suffix {
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 500;
  color: var(--text-muted);
}

.price-card h3 {
  margin: 0 0 0.85rem;
  padding: 0 1.35rem;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-800);
}

.price-card p {
  margin: 0;
  padding: 0 1.35rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(61, 92, 87, 0.92);
}

/* Warranty – zöld háttér + üveg kártyák (mint Áraink) */

.warranty {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(6, 48, 44, 0.08);
}

.warranty::before {
  content: "";
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(ellipse 42% 55% at 15% 25%, rgba(45, 212, 191, 0.24), transparent 58%),
    radial-gradient(ellipse 38% 50% at 85% 75%, rgba(52, 211, 153, 0.18), transparent 55%),
    radial-gradient(ellipse 55% 48% at 50% 100%, rgba(20, 184, 166, 0.16), transparent 62%);
  pointer-events: none;
}

.warranty > .container {
  position: relative;
  z-index: 1;
}

.warranty-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.35rem;
}

.warranty-card {
  position: relative;
  padding: 0 0 2rem;
  clip-path: var(--cut-sm);
  isolation: isolate;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --mx: 50%;
  --my: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-top: 10px solid #10b981;
  box-shadow:
    0 12px 36px rgba(4, 35, 31, 0.12),
    0 4px 14px rgba(45, 212, 191, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.warranty-card.glass-hover.is-hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(45, 212, 191, 0.42);
  border-top-color: #2dd4bf;
  box-shadow:
    0 16px 40px rgba(4, 35, 31, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.warranty-card:last-child {
  border-top-color: #14b8a6;
}

.warranty-card:last-child.glass-hover.is-hover {
  border-top-color: #22d3ee;
}

.warranty-card > *:not(.glass-hover__fx) {
  position: relative;
  z-index: 4;
}

.warranty-card i {
  display: block;
  padding-top: 1.35rem;
  font-size: clamp(3rem, 7vw, 4.25rem);
  line-height: 1;
  margin: 0 0 0.85rem;
  color: var(--accent-deep);
  filter: drop-shadow(0 2px 10px rgba(45, 212, 191, 0.3));
  transition: filter 0.35s ease, color 0.35s ease;
}

.warranty-card.glass-hover.is-hover i {
  color: var(--accent);
  filter: drop-shadow(0 4px 18px rgba(45, 212, 191, 0.48));
}

.warranty-card h3 {
  margin: 0 0 1rem;
  padding: 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 600;
  line-height: 1.35;
  color: var(--text);
}

.warranty-card p {
  margin: 0;
  padding: 0 1.35rem;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
  text-align: center;
}

/* Contact – üveg kártyák (mint Áraink / Garancia) */

.contact {
  position: relative;
  overflow: hidden;
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(6, 48, 44, 0.08);
}

.contact::before {
  content: "";
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(ellipse 42% 55% at 92% 15%, rgba(45, 212, 191, 0.2), transparent 58%),
    radial-gradient(ellipse 38% 50% at 8% 85%, rgba(34, 211, 238, 0.14), transparent 55%),
    radial-gradient(ellipse 55% 48% at 50% 100%, rgba(20, 184, 166, 0.12), transparent 62%);
  pointer-events: none;
}

.contact > .container {
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
  align-items: stretch;
}

.contact-lead {
  max-width: 52ch;
  margin-inline: auto;
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-muted);
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.contact-list li {
  margin: 0;
}

.contact-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.15rem;
  padding: 1.15rem 1.35rem;
  clip-path: var(--cut-sm);
  isolation: isolate;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --mx: 50%;
  --my: 50%;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    0 18px 52px rgba(4, 35, 31, 0.11),
    0 6px 20px rgba(45, 212, 191, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -16px 36px rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.contact-item.glass-hover.is-hover {
  transform: translateY(-10px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.02);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(45, 212, 191, 0.52);
  box-shadow:
    0 32px 80px rgba(4, 35, 31, 0.18),
    0 0 64px rgba(45, 212, 191, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.contact-item > *:not(.glass-hover__fx) {
  position: relative;
  z-index: 4;
}

a.contact-item {
  cursor: pointer;
}

.contact-item--time {
  cursor: default;
}

.contact-item__icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  color: var(--accent-deep);
  filter: drop-shadow(0 2px 10px rgba(45, 212, 191, 0.3));
  transition: color 0.35s ease, filter 0.35s ease;
}

.contact-item__icon svg {
  width: 26px;
  height: 26px;
}

.contact-item--phone .contact-item__icon {
  color: #059669;
}

.contact-item--mail .contact-item__icon {
  color: #0d9488;
}

.contact-item--web .contact-item__icon {
  color: #ea580c;
}

.contact-item--time .contact-item__icon {
  color: #7c3aed;
}

.contact-item.glass-hover.is-hover .contact-item__icon {
  color: var(--accent);
  filter: drop-shadow(0 4px 18px rgba(45, 212, 191, 0.48));
}

.contact-item--web.glass-hover.is-hover .contact-item__icon {
  color: #f97316;
  filter: drop-shadow(0 4px 18px rgba(249, 115, 22, 0.42));
}

.contact-item--time.glass-hover.is-hover .contact-item__icon {
  color: #8b5cf6;
  filter: drop-shadow(0 4px 18px rgba(139, 92, 246, 0.42));
}

.contact-item__value {
  flex: 1;
  min-width: 0;
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.12rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--text);
  transition: color 0.35s ease;
}

.contact-item.glass-hover.is-hover .contact-item__value {
  color: var(--teal-800);
}

.contact-map {
  position: relative;
  min-height: 420px;
  clip-path: var(--cut-sm);
  isolation: isolate;
  overflow: hidden;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --mx: 50%;
  --my: 50%;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    0 18px 52px rgba(4, 35, 31, 0.11),
    0 6px 20px rgba(45, 212, 191, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -16px 36px rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.contact-map.glass-hover.is-hover {
  transform: translateY(-10px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) scale(1.015);
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(45, 212, 191, 0.52);
  box-shadow:
    0 32px 80px rgba(4, 35, 31, 0.18),
    0 0 64px rgba(45, 212, 191, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.contact-map > *:not(.glass-hover__fx) {
  position: relative;
  z-index: 4;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

/* Footer */

/* —— Prémium türkisz szekciók —— */

.process {
  position: relative;
  overflow: hidden;
  background: var(--brand-mesh) !important;
}

.process::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  top: -120px;
  right: -80px;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.2), transparent 68%);
  pointer-events: none;
}

.process::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  bottom: -100px;
  left: -60px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.12), transparent 68%);
  pointer-events: none;
}

.process > .container {
  position: relative;
  z-index: 1;
}

.process .section-head .title-box {
  margin-bottom: 3rem;
}

.process .bb-top-left,
.process .bb-bottom-left,
.process .bb-top-right,
.process .bb-bottom-right {
  border-color: var(--accent-2);
}

.process .timeline-item {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  border-color: rgba(45, 212, 191, 0.22);
  border-left-color: var(--accent-2);
  box-shadow: 6px 6px 0 rgba(4, 35, 31, 0.35);
}

.process .timeline-item:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(45, 212, 191, 0.4);
  box-shadow: 8px 8px 0 rgba(4, 35, 31, 0.45), 0 0 32px rgba(45, 212, 191, 0.12);
}

.process .timeline-item h3 {
  color: #ecfdf5;
}

.process .timeline-item p {
  color: rgba(204, 251, 241, 0.78);
}

/* Folyamat – lenyitható accordion (mint _eredeti) */

.process-accordion {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.process-accordion:not(.is-revealed) .faq-accordion,
.legal-accordion:not(.is-revealed) .faq-accordion {
  opacity: 0;
  transform: translateX(-28px);
}

.process-accordion.is-revealed .faq-accordion,
.legal-accordion.is-revealed .faq-accordion {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.process-accordion.is-revealed .faq-accordion:nth-child(1),
.legal-accordion.is-revealed .faq-accordion:nth-child(1) { transition-delay: 0.05s; }
.process-accordion.is-revealed .faq-accordion:nth-child(2),
.legal-accordion.is-revealed .faq-accordion:nth-child(2) { transition-delay: 0.18s; }
.process-accordion.is-revealed .faq-accordion:nth-child(3),
.legal-accordion.is-revealed .faq-accordion:nth-child(3) { transition-delay: 0.31s; }
.process-accordion.is-revealed .faq-accordion:nth-child(4),
.legal-accordion.is-revealed .faq-accordion:nth-child(4) { transition-delay: 0.44s; }
.process-accordion.is-revealed .faq-accordion:nth-child(5),
.legal-accordion.is-revealed .faq-accordion:nth-child(5) { transition-delay: 0.57s; }
.process-accordion.is-revealed .faq-accordion:nth-child(6),
.legal-accordion.is-revealed .faq-accordion:nth-child(6) { transition-delay: 0.7s; }
.process-accordion.is-revealed .faq-accordion:nth-child(7),
.legal-accordion.is-revealed .faq-accordion:nth-child(7) { transition-delay: 0.83s; }
.process-accordion.is-revealed .faq-accordion:nth-child(8),
.legal-accordion.is-revealed .faq-accordion:nth-child(8) { transition-delay: 0.96s; }
.process-accordion.is-revealed .faq-accordion:nth-child(9),
.legal-accordion.is-revealed .faq-accordion:nth-child(9) { transition-delay: 1.09s; }
.process-accordion.is-revealed .faq-accordion:nth-child(10),
.legal-accordion.is-revealed .faq-accordion:nth-child(10) { transition-delay: 1.22s; }
.process-accordion.is-revealed .faq-accordion:nth-child(11),
.legal-accordion.is-revealed .faq-accordion:nth-child(11) { transition-delay: 1.35s; }
.process-accordion.is-revealed .faq-accordion:nth-child(12),
.legal-accordion.is-revealed .faq-accordion:nth-child(12) { transition-delay: 1.48s; }
.process-accordion.is-revealed .faq-accordion:nth-child(13),
.legal-accordion.is-revealed .faq-accordion:nth-child(13) { transition-delay: 1.61s; }
.process-accordion.is-revealed .faq-accordion:nth-child(14),
.legal-accordion.is-revealed .faq-accordion:nth-child(14) { transition-delay: 1.74s; }

.process .faq-accordion {
  position: relative;
  width: 100%;
  padding: 0;
  clip-path: var(--cut-sm);
  overflow: hidden;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 3px solid rgba(45, 212, 191, 0.62);
  box-shadow:
    4px 4px 0 rgba(4, 35, 31, 0.38),
    0 14px 52px rgba(4, 35, 31, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -12px 28px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px) saturate(1.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.5);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.process .faq-accordion h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.05rem 3.25rem 1.05rem 1.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.45;
  color: rgba(240, 253, 250, 0.96);
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
}

.process .faq-accordion-icon-toggle {
  position: absolute;
  top: 1.6rem;
  right: 1.2rem;
  z-index: 2;
  transform: translateY(-50%);
  transition: transform 0.35s ease;
  pointer-events: none;
}

.process .faq-accordion-icon-toggle i {
  font-size: 1.5rem;
  color: rgba(204, 251, 241, 0.88);
  transition: color 0.3s ease;
}

.process .faq-accordion .faq-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0;
  overflow: hidden;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.process .faq-accordion.active .faq-body {
  padding: 0 1.35rem;
}

.process .faq-accordion .faq-body__inner {
  overflow: hidden;
  min-height: 0;
}

.process .faq-accordion .faq-body p {
  margin: 0;
  padding: 0 0 1.15rem;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-muted);
}

.process .faq-accordion.active {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(45, 212, 191, 0.42);
  border-left-color: var(--accent);
  box-shadow:
    6px 6px 0 rgba(4, 35, 31, 0.32),
    0 18px 60px rgba(45, 212, 191, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px) saturate(1.5);
  -webkit-backdrop-filter: blur(14px) saturate(1.5);
}

.process .faq-accordion.active h3 {
  color: var(--accent);
}

.process .faq-accordion.active .faq-accordion-icon-toggle {
  transform: translateY(-50%) rotate(-180deg);
}

.process .faq-accordion.active .faq-accordion-icon-toggle i {
  color: var(--accent);
}

.process .faq-accordion.active .faq-body {
  grid-template-rows: 1fr;
}

.pricing {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(6, 48, 44, 0.08);
}

.pricing::before {
  content: "";
  position: absolute;
  inset: -15%;
  background:
    radial-gradient(ellipse 42% 55% at 8% 18%, rgba(45, 212, 191, 0.22), transparent 58%),
    radial-gradient(ellipse 38% 50% at 92% 75%, rgba(34, 211, 238, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 48% at 50% 105%, rgba(20, 184, 166, 0.14), transparent 62%);
  pointer-events: none;
}

.pricing > .container {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 3.5rem 0 0;
  background:
    radial-gradient(ellipse 55% 65% at 8% 12%, rgba(45, 212, 191, 0.22), transparent 58%),
    radial-gradient(ellipse 48% 55% at 92% 88%, rgba(16, 185, 129, 0.16), transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(20, 184, 166, 0.1), transparent 70%),
    linear-gradient(165deg, #042320 0%, #06302c 28%, #0b4a43 55%, #0f6159 78%, #063830 100%);
  border-top: 1px solid rgba(45, 212, 191, 0.18);
}

.site-footer > .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 1fr;
  gap: 2.5rem 2rem;
  padding-bottom: 2.5rem;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-logo:hover,
.footer-logo:focus-visible {
  opacity: 0.92;
  transform: translateY(-2px);
}

.footer-logo img {
  height: 40px;
  width: auto;
}

.footer-tagline {
  max-width: 28ch;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(204, 251, 241, 0.78);
}

.footer-brand .footer-hero-actions {
  margin: 1.15rem 0 0;
}

.footer-brand .btn {
  font-size: 0.76rem;
  padding: 0.85rem 1.25rem;
}

.footer-heading {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(153, 246, 228, 0.92);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.footer-links a,
.footer-links span {
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(226, 232, 240, 0.82);
}

.footer-links a {
  display: inline-block;
  transition: color 0.2s ease, transform 0.2s ease, text-shadow 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
  transform: translateX(4px);
  text-shadow: 0 0 18px rgba(45, 212, 191, 0.45);
}

.footer-links--contact span {
  color: rgba(167, 243, 208, 0.72);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.15rem 1.35rem;
  margin-bottom: 2rem;
  clip-path: var(--cut-sm);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 36px rgba(4, 35, 31, 0.18);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
}

.footer-copy {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(204, 251, 241, 0.72);
}

.footer-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}

.footer-legal {
  font-size: 0.88rem;
  color: rgba(153, 246, 228, 0.9);
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.footer-legal:hover,
.footer-legal:focus-visible {
  color: #fff;
  text-shadow: 0 0 16px rgba(45, 212, 191, 0.45);
}

.footer-top {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  clip-path: var(--cut-sm);
  font-size: 0.84rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.22), rgba(13, 148, 136, 0.38));
  border: 1px solid rgba(45, 212, 191, 0.35);
  box-shadow: 0 8px 24px rgba(4, 35, 31, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.footer-top i {
  font-size: 1rem;
  line-height: 1;
}

.footer-top:hover,
.footer-top:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(94, 234, 212, 0.55);
  box-shadow: 0 12px 32px rgba(4, 35, 31, 0.28), 0 0 28px rgba(45, 212, 191, 0.18);
}

/* Fix vissza a tetejére gomb – hero elhagyása után */

.back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 95;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 3.65rem;
  max-width: calc(100vw - 2.5rem);
  height: 3.65rem;
  padding: 0;
  clip-path: var(--cut-sm);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.28), rgba(13, 148, 136, 0.48));
  border: 1px solid rgba(45, 212, 191, 0.42);
  box-shadow:
    4px 4px 0 rgba(4, 35, 31, 0.28),
    0 10px 32px rgba(4, 35, 31, 0.32);
  backdrop-filter: blur(14px) saturate(1.4);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(14px);
  transition:
    width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.32s ease,
    visibility 0.32s ease,
    transform 0.32s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.65rem;
  height: 3.65rem;
}

.back-to-top__icon i {
  font-size: 1.85rem;
  line-height: 1;
}

.back-to-top__text {
  flex-shrink: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  padding: 0;
  transition:
    max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.32s ease,
    padding 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

@media (hover: hover) {
  .back-to-top:hover,
  .back-to-top:focus-visible {
    width: 15.5rem;
    border-color: rgba(94, 234, 212, 0.58);
    box-shadow:
      6px 6px 0 rgba(4, 35, 31, 0.24),
      0 14px 36px rgba(4, 35, 31, 0.34),
      0 0 24px rgba(45, 212, 191, 0.2);
  }

  .back-to-top:hover .back-to-top__text,
  .back-to-top:focus-visible .back-to-top__text {
    max-width: 11rem;
    opacity: 1;
    padding-left: 1rem;
    padding-right: 0.15rem;
  }
}

@media (max-width: 720px) {
  .back-to-top {
    right: 1rem;
    bottom: 1rem;
    width: 3.35rem;
    max-width: calc(100vw - 2rem);
    height: 3.35rem;
  }

  .back-to-top__icon {
    width: 3.35rem;
    height: 3.35rem;
  }

  .back-to-top__icon i {
    font-size: 1.65rem;
  }

  .back-to-top__text {
    display: none;
  }
}

/* Mobile nav */

@media (max-width: 720px) {
  body.nav-open {
    overflow: hidden;
  }
}

body.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

body.nav-open .site-header.is-scrolled .nav-toggle span:nth-child(1),
body.nav-open .site-header.site-header--solid .nav-toggle span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

body.nav-open .site-header.is-scrolled .nav-toggle span:nth-child(3),
body.nav-open .site-header.site-header--solid .nav-toggle span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* Asztali menü – oldalra csúszó linkek */

@media (min-width: 721px) {
  .site-nav {
    position: absolute;
    right: calc(100% + 0.35rem);
    top: 50%;
    transform: translateY(-50%);
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: max-content;
    max-width: 0;
    min-width: 0;
    overflow: hidden;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition:
      max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.32s ease;
  }

  body.nav-open .site-nav {
    max-width: min(50rem, calc(100vw - 8rem));
    visibility: visible;
    pointer-events: auto;
  }

  .site-nav a {
    flex-shrink: 0;
    white-space: nowrap;
    transform: translateX(1.35rem);
    opacity: 0;
    transition:
      transform 0.42s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease,
      color 0.2s,
      background 0.2s;
  }

  body.nav-open .site-nav a {
    transform: translateX(0);
    opacity: 1;
  }

  body.nav-open .site-nav a:nth-child(7) { transition-delay: 0.03s; }
  body.nav-open .site-nav a:nth-child(6) { transition-delay: 0.07s; }
  body.nav-open .site-nav a:nth-child(5) { transition-delay: 0.11s; }
  body.nav-open .site-nav a:nth-child(4) { transition-delay: 0.15s; }
  body.nav-open .site-nav a:nth-child(3) { transition-delay: 0.19s; }
  body.nav-open .site-nav a:nth-child(2) { transition-delay: 0.23s; }
  body.nav-open .site-nav a:nth-child(1) { transition-delay: 0.27s; }

  body:not(.nav-open) .site-nav a {
    transition-delay: 0s;
    transform: translateX(1.35rem);
    opacity: 0;
  }
}

/* Responsive */

@media (max-width: 960px) {
  .hero-grid,
  .warranty-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-map {
    min-height: 320px;
  }

  .contact-map iframe {
    min-height: 320px;
  }

  .card-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .price-card.glass-hover.is-hover,
  .warranty-card.glass-hover.is-hover,
  .contact-item.glass-hover.is-hover,
  .contact-map.glass-hover.is-hover {
    transform: translateY(-2px);
  }

  #arak .price-card.glass-hover.is-hover,
  #garancia .warranty-card.glass-hover.is-hover {
    transform: translateY(-2px);
  }

  .hero-panel {
    order: -1;
  }

  .hero-card {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    max-width: none;
    width: 100%;
    visibility: hidden;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--border);
    box-shadow: var(--shadow);
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, clip-path 0.3s;
  }

  .site-nav a {
    transform: translateY(-0.85rem);
    opacity: 0;
    transition:
      transform 0.38s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.28s ease,
      color 0.2s,
      background 0.2s;
  }

  body.nav-open .site-nav a {
    transform: translateY(0);
    opacity: 1;
  }

  body.nav-open .site-nav a:nth-child(1) { transition-delay: 0.04s; }
  body.nav-open .site-nav a:nth-child(2) { transition-delay: 0.08s; }
  body.nav-open .site-nav a:nth-child(3) { transition-delay: 0.12s; }
  body.nav-open .site-nav a:nth-child(4) { transition-delay: 0.16s; }
  body.nav-open .site-nav a:nth-child(5) { transition-delay: 0.2s; }
  body.nav-open .site-nav a:nth-child(6) { transition-delay: 0.24s; }
  body.nav-open .site-nav a:nth-child(7) { transition-delay: 0.28s; }

  body:not(.nav-open) .site-nav a {
    transition-delay: 0s;
    transform: translateY(-0.85rem);
    opacity: 0;
  }

  body.nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
  }

  /* A mobil menüpanel fehér, ezért ott mindig sötét szöveg kell */
  .site-nav a,
  .site-header.is-scrolled .site-nav a,
  .site-header.site-header--solid .site-nav a {
    padding: 0.95rem 1rem;
    color: var(--text-muted);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-header.is-scrolled .site-nav a:hover,
  .site-header.is-scrolled .site-nav a:focus-visible,
  .site-header.site-header--solid .site-nav a:hover,
  .site-header.site-header--solid .site-nav a:focus-visible {
    color: var(--text);
    background: rgba(15, 23, 42, 0.04);
  }

  .card-grid,
  .services-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .step-num {
    width: 52px;
    height: 52px;
    font-size: 0.92rem;
  }

  .section {
    padding: 3.75rem 0;
  }

  .hero-stats li {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
  }
}
