/* ==========================================================================
   NS Drive — Design System  ·  DARK GLASS
   Sötét navy alap, üveg felületek, cián fény, ferde fénycsíkok.
   Márka: No Stress Drive · rövid név mindenhol: "NS Drive"
   ========================================================================== */

/* ---------- 1. Tokenek ---------- */
:root {
  --c-300: #7FE0FF;
  --c-400: #4FD2FF;
  --c-500: #2BB8F0;
  --c-600: #159AD4;
  --c-700: #0E7BAC;

  --bg-0: #050A13;
  --bg-1: #070D18;
  --bg-2: #0A1422;
  --bg-3: #0E1B2C;

  --glass:      linear-gradient(158deg, rgba(255,255,255,.058), rgba(255,255,255,.018));
  --glass-hi:   linear-gradient(158deg, rgba(255,255,255,.09), rgba(255,255,255,.03));
  --glass-flat: rgba(255,255,255,.045);
  --line:    rgba(255,255,255,.085);
  --line-2:  rgba(255,255,255,.05);
  --line-hi: rgba(79,210,255,.42);

  --ink:     #EAF2FA;
  --text:    #C8D8E9;
  --muted:   #8EA3BC;
  --muted-2: #6B7F98;

  --ok-bg: rgba(38,190,130,.13);  --ok-fg: #5FE3AC;  --ok-line: rgba(38,190,130,.32);
  --wa-bg: rgba(240,180,60,.13);  --wa-fg: #F5C868;  --wa-line: rgba(240,180,60,.32);
  --er-bg: rgba(240,90,90,.13);   --er-fg: #FF8C8C;  --er-line: rgba(240,90,90,.32);
  --in-bg: rgba(43,184,240,.12);  --in-fg: #7FE0FF;  --in-line: rgba(43,184,240,.32);

  --r-xs: 8px; --r-sm: 11px; --r-md: 14px; --r-lg: 18px; --r-xl: 26px; --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(0,0,0,.3);
  --sh-2: 0 8px 22px rgba(0,0,0,.3);
  --sh-3: 0 18px 44px rgba(0,0,0,.42);
  --sh-4: 0 32px 70px rgba(0,0,0,.55);
  --inset: inset 0 1px 0 rgba(255,255,255,.075);

  --wrap: 1240px;
  --wrap-wide: 1480px;
  --nav-h: 76px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--bg-1); }
body {
  margin: 0; font-family: var(--font); font-size: 15px; line-height: 1.62;
  color: var(--text); background: var(--bg-1);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none;
  background:
    radial-gradient(900px 620px at 82% -6%, rgba(43,184,240,.16), transparent 62%),
    radial-gradient(760px 560px at 6% 12%, rgba(20,110,170,.14), transparent 60%),
    radial-gradient(1000px 700px at 50% 108%, rgba(43,184,240,.10), transparent 62%);
}
img, svg, video { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; letter-spacing: -.025em; color: var(--ink); line-height: 1.18; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }
[hidden] { display: none !important; }
::selection { background: rgba(79,210,255,.28); }
:focus-visible { outline: 2px solid var(--c-400); outline-offset: 3px; border-radius: 6px; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--bg-0); }
::-webkit-scrollbar-thumb { background: rgba(255,255,255,.12); border-radius: 8px; border: 3px solid var(--bg-0); }

/* ---------- 3. Utilities ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
.wrap-wide { width: 100%; max-width: var(--wrap-wide); margin-inline: auto; padding-inline: 22px; }
.stack > * + * { margin-top: var(--gap, 16px); }
.row { display: flex; align-items: center; gap: 10px; }
.row-between { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wrapflex { flex-wrap: wrap; }
.grow { flex: 1 1 auto; min-width: 0; }
.center { text-align: center; }
.mt-0{margin-top:0}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mt-5{margin-top:48px}
.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}
.muted { color: var(--muted); }
.small { font-size: 13px; } .xsmall { font-size: 12px; }
.strong { font-weight: 600; color: var(--ink); }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ic { width: 18px; height: 18px; flex: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.only-sm { display: none !important; }
.mono-num { font-variant-numeric: tabular-nums; }

/* ---------- 4. Fénycsík-motívum ---------- */
.fx { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.fx-streak {
  position: absolute; top: -20%; height: 140%; transform: skewX(-13deg);
  background: linear-gradient(180deg, transparent, var(--c-400) 24%, var(--c-300) 50%, var(--c-400) 76%, transparent);
  opacity: .5;
}
.fx-streak--soft { opacity: .3; filter: blur(1.5px); }
.fx-pane {
  position: absolute; top: -20%; height: 140%; transform: skewX(-13deg);
  background: linear-gradient(110deg, rgba(79,210,255,.10), rgba(79,210,255,.02) 62%, transparent);
}
.fx-left  .fx-streak:nth-child(1) { left: 1%;    width: 2px; }
.fx-left  .fx-streak:nth-child(2) { left: 3.2%;  width: 5px; }
.fx-left  .fx-pane                { left: 4.4%;  width: 48px; }
.fx-right .fx-pane                { right: 2.2%; width: 56px; }
.fx-right .fx-streak:nth-child(2) { right: 1.4%; width: 4px; }
.fx-right .fx-streak:nth-child(3) { right: .3%;  width: 2px; }
.fx-glow {
  position: absolute; border-radius: 50%; pointer-events: none; filter: blur(30px);
  background: radial-gradient(circle, rgba(79,210,255,.26), rgba(43,184,240,.07) 46%, transparent 70%);
}
.fx-glow--warm { background: radial-gradient(circle, rgba(255,186,110,.22), rgba(255,148,74,.06) 48%, transparent 72%); }

/* ---------- 5. Szekciók, tipográfia ---------- */
.section { position: relative; padding-block: 92px; }
.section--tight { padding-block: 62px; }
.section--light, .section--soft, .section--dark { background: transparent; }
.section--soft::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.02) 22%, rgba(255,255,255,.02) 78%, transparent);
}
.section-inner { position: relative; z-index: 2; }
.section-head { max-width: 700px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--c-400);
}
.eyebrow--light { color: var(--c-400); }
.eyebrow--rule::before {
  content: ""; width: 30px; height: 2px; background: var(--c-400);
  transform: skewX(-13deg); box-shadow: 0 0 14px rgba(79,210,255,.85);
}
h1.display { font-size: clamp(36px, 5.6vw, 66px); letter-spacing: -.04em; line-height: 1.03; color: #fff; }
h2.title { font-size: clamp(27px, 3.6vw, 42px); letter-spacing: -.035em; color: #fff; }
h3.subtitle { font-size: clamp(18px, 2.2vw, 22px); }
.title-accent, .accent { color: var(--c-400); }
.lead, .lead-light { font-size: 16.5px; color: var(--muted); line-height: 1.68; }

/* ---------- 6. Gombok — üveg ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 22px; border-radius: var(--r-pill);
  font-size: 14.5px; font-weight: 600; letter-spacing: -.012em;
  border: 1px solid var(--line); background: var(--glass); color: var(--ink);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--inset); cursor: pointer; white-space: nowrap;
  transition: border-color .2s, background .2s, color .2s, box-shadow .2s, transform .12s;
}
.btn:hover:not(:disabled) { border-color: var(--line-hi); background: var(--glass-hi); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn:disabled, .btn[aria-disabled="true"] { opacity: .42; cursor: not-allowed; transform: none; }
.btn .ic { width: 17px; height: 17px; }
.btn-primary {
  background: linear-gradient(140deg, var(--c-400), var(--c-600)); border-color: transparent; color: #04121C;
  font-weight: 700; box-shadow: 0 8px 26px rgba(43,184,240,.34), inset 0 1px 0 rgba(255,255,255,.35);
}
.btn-primary:hover:not(:disabled) {
  background: linear-gradient(140deg, var(--c-300), var(--c-500)); color: #04121C;
  box-shadow: 0 10px 34px rgba(43,184,240,.46), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-quiet { background: none; border-color: transparent; box-shadow: none; color: var(--muted); }
.btn-quiet:hover:not(:disabled) { background: var(--glass-flat); color: var(--ink); }
.btn-danger { background: var(--er-bg); border-color: var(--er-line); color: var(--er-fg); }
.btn-danger:hover:not(:disabled) { background: rgba(240,90,90,.2); border-color: rgba(240,90,90,.5); color: #FFB4B4; }
.btn-sm { padding: 8px 15px; font-size: 13px; }
.btn-lg { padding: 15px 28px; font-size: 15.5px; }
.btn-block { width: 100%; }
.btn-icon { padding: 9px; border-radius: var(--r-sm); }

/* ---------- 7. Üvegkártyák ---------- */
.card, .card-glass, .panel {
  position: relative; background: var(--glass); border: 1px solid var(--line); border-radius: var(--r-lg);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--inset), var(--sh-2);
}
.card-pad { padding: 22px; }
.card-pad-lg { padding: 30px; }
.card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line-2); }
.card-head h3 { font-size: 15.5px; }
.card-body { padding: 22px; }
.card-foot { padding: 16px 22px; border-top: 1px solid var(--line-2); background: rgba(255,255,255,.02); border-radius: 0 0 var(--r-lg) var(--r-lg); }
.card-hover { transition: border-color .22s, box-shadow .22s, transform .22s, background .22s; overflow: hidden; }
.card-hover:hover, .card-glass:hover {
  border-color: var(--line-hi); background: var(--glass-hi);
  box-shadow: var(--inset), var(--sh-3), 0 0 44px rgba(43,184,240,.12); transform: translateY(-3px);
}
.card-hover::after {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--c-400), transparent); opacity: 0; transition: opacity .25s;
}
.card-hover:hover::after { opacity: 1; }

.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }

/* ---------- 8. Ikoncsempe ---------- */
.tile-ic, .icon-box {
  width: 46px; height: 46px; border-radius: var(--r-md); flex: none; display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(79,210,255,.16), rgba(43,184,240,.05));
  border: 1px solid rgba(79,210,255,.22); color: var(--c-400);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1); transition: all .22s;
}
.tile-ic .ic, .icon-box .ic { width: 21px; height: 21px; }
.card-hover:hover .tile-ic, .card-hover:hover .icon-box {
  background: linear-gradient(150deg, var(--c-400), var(--c-600)); border-color: transparent; color: #04121C;
  box-shadow: 0 8px 22px rgba(43,184,240,.36);
}

/* ---------- 9. Badge / chip ---------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: var(--r-pill);
  font-size: 11.5px; font-weight: 600; background: var(--glass-flat); color: var(--muted); border: 1px solid var(--line-2);
}
.badge--cyan { background: var(--in-bg); color: var(--in-fg); border-color: var(--in-line); }
.badge--ok   { background: var(--ok-bg); color: var(--ok-fg); border-color: var(--ok-line); }
.badge--warn { background: var(--wa-bg); color: var(--wa-fg); border-color: var(--wa-line); }
.badge--err  { background: var(--er-bg); color: var(--er-fg); border-color: var(--er-line); }
.badge--dark { background: rgba(0,0,0,.3); color: var(--text); }
.chip {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  font-size: 13px; font-weight: 600; color: var(--muted);
  background: var(--glass); backdrop-filter: blur(12px); cursor: pointer; transition: all .18s;
}
.chip:hover { border-color: var(--line-hi); color: var(--c-300); }
.chip.is-active, .chip[aria-pressed="true"] {
  background: linear-gradient(140deg, var(--c-400), var(--c-600)); border-color: transparent;
  color: #04121C; box-shadow: 0 6px 20px rgba(43,184,240,.32);
}
.dot { width: 7px; height: 7px; border-radius: 50%; flex: none; }

/* ---------- 10. Űrlapok ---------- */
.field { display: block; }
.field + .field { margin-top: 16px; }
.label { display: block; font-size: 12.5px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.hint { font-size: 12.5px; color: var(--muted-2); margin-top: 7px; }
.input, .select, .textarea {
  width: 100%; padding: 12px 15px; color: var(--ink);
  background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: var(--r-sm);
  font-size: 14.5px; backdrop-filter: blur(10px); transition: border-color .18s, box-shadow .18s, background .18s;
}
.input::placeholder, .textarea::placeholder { color: var(--muted-2); }
.input:focus, .select:focus, .textarea:focus {
  outline: none; border-color: var(--c-500); background: rgba(255,255,255,.06); box-shadow: 0 0 0 3px rgba(43,184,240,.16);
}
.input:disabled, .select:disabled { opacity: .55; cursor: not-allowed; }
.textarea { min-height: 112px; resize: vertical; }
.select {
  appearance: none; padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238EA3BC' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
}
.select option { background: var(--bg-2); color: var(--ink); }
input[type="date"], input[type="time"] { color-scheme: dark; }
.err-text { color: var(--er-fg); font-size: 12.5px; margin-top: 6px; }
.radio-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px,1fr)); gap: 12px; }
.radio-card {
  position: relative; display: flex; flex-direction: column; gap: 3px; padding: 16px;
  border: 1px solid var(--line); border-radius: var(--r-md); background: var(--glass); cursor: pointer; transition: all .18s;
}
.radio-card:hover { border-color: var(--line-hi); }
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-card:has(input:checked) { border-color: var(--c-500); background: rgba(43,184,240,.1); box-shadow: 0 0 0 3px rgba(43,184,240,.14); }
.radio-card .rc-title { font-weight: 700; color: var(--ink); font-size: 15px; }
.radio-card .rc-sub { font-size: 12.5px; color: var(--muted); }
.switch { display: inline-flex; align-items: center; gap: 11px; cursor: pointer; }
.switch input { position: absolute; opacity: 0; }
.switch .track { width: 42px; height: 24px; border-radius: var(--r-pill); background: rgba(255,255,255,.12); position: relative; transition: background .2s; flex: none; border: 1px solid var(--line); }
.switch .track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: #B9CBDE; transition: transform .2s, background .2s; }
.switch input:checked + .track { background: linear-gradient(140deg, var(--c-400), var(--c-600)); border-color: transparent; }
.switch input:checked + .track::after { transform: translateX(18px); background: #fff; }
.checkbox { display: inline-flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 14px; }
.checkbox input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--c-500); flex: none; }

/* ---------- 11. Alert ---------- */
.alert { display: flex; gap: 12px; padding: 14px 17px; border-radius: var(--r-md); font-size: 13.5px; line-height: 1.55; border: 1px solid transparent; backdrop-filter: blur(12px); }
.alert .ic { width: 18px; height: 18px; flex: none; margin-top: 1px; }
.alert--info { background: var(--in-bg); color: var(--in-fg); border-color: var(--in-line); }
.alert--ok   { background: var(--ok-bg); color: var(--ok-fg); border-color: var(--ok-line); }
.alert--warn { background: var(--wa-bg); color: var(--wa-fg); border-color: var(--wa-line); }
.alert--err  { background: var(--er-bg); color: var(--er-fg); border-color: var(--er-line); }

/* ---------- 12. Táblázat ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.table { font-size: 14px; min-width: 560px; }
.table th { text-align: left; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); padding: 12px 14px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.table td { padding: 14px; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
.table tbody tr:last-child td { border-bottom: 0; }
.table tbody tr.clickable { cursor: pointer; transition: background .15s; }
.table tbody tr.clickable:hover { background: rgba(255,255,255,.035); }
.table .num { text-align: right; font-variant-numeric: tabular-nums; }

/* ---------- 13. Progress / avatar ---------- */
.progress { height: 8px; background: rgba(255,255,255,.08); border-radius: var(--r-pill); overflow: hidden; }
.progress > span { display: block; height: 100%; border-radius: var(--r-pill); background: linear-gradient(90deg, var(--c-500), var(--c-300)); box-shadow: 0 0 16px rgba(79,210,255,.5); transition: width .6s cubic-bezier(.4,0,.2,1); }
.avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-weight: 700; font-size: 14px; letter-spacing: -.02em; overflow: hidden;
  background: linear-gradient(145deg, var(--c-400), var(--c-700)); color: #04121C; box-shadow: 0 4px 16px rgba(43,184,240,.3);
}
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar--sm { width: 32px; height: 32px; font-size: 12px; }
.avatar--lg { width: 58px; height: 58px; font-size: 18px; }
.avatar--xl { width: 78px; height: 78px; font-size: 24px; }

/* ---------- 14. Logó — nostressdrive wordmark ---------- */
.logo { display: inline-flex; align-items: center; }
.logo-word { font-size: 27px; font-weight: 800; letter-spacing: -.045em; color: #fff; line-height: 1; white-space: nowrap; }
.logo-word i { font-style: normal; color: var(--c-400); text-shadow: 0 0 24px rgba(79,210,255,.6); }
.logo-sub { display: block; font-size: 7.5px; letter-spacing: .38em; text-transform: uppercase; color: var(--muted-2); margin-top: 5px; }
.logo--sm .logo-word { font-size: 20px; }
.logo--sm .logo-sub { font-size: 6.5px; letter-spacing: .3em; }

/* ---------- 15. Navigáció ---------- */
.nav {
  position: sticky; top: 0; z-index: 60; height: var(--nav-h); display: flex; align-items: center;
  background: rgba(7,13,24,.6); backdrop-filter: blur(20px) saturate(140%); -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 1px solid var(--line-2);
}
.nav-inner { display: flex; align-items: center; gap: 30px; width: 100%; }
.nav-links { display: flex; align-items: center; gap: 2px; margin-inline: auto; }
.nav-links a { position: relative; padding: 9px 16px; border-radius: var(--r-pill); font-size: 14px; font-weight: 500; color: var(--muted); transition: color .18s, background .18s; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.055); }
.nav-links a.is-active { color: #fff; }
.nav-links a.is-active::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 2px; height: 2px; border-radius: 2px; background: var(--c-400); box-shadow: 0 0 12px rgba(79,210,255,.8); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; }
.mobile-menu { position: fixed; inset: var(--nav-h) 0 0 0; z-index: 55; background: rgba(5,10,19,.97); backdrop-filter: blur(20px); padding: 26px 22px 40px; overflow-y: auto; }
.mobile-menu a { display: block; padding: 16px 4px; font-size: 17px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line-2); }

/* ---------- 16. Hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; z-index: -1; }
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: 66% 46%; opacity: .85;
  -webkit-mask-image: linear-gradient(100deg, transparent 4%, rgba(0,0,0,.35) 26%, #000 58%), linear-gradient(180deg, #000 30%, rgba(0,0,0,.55) 74%, transparent 99%);
  mask-image: linear-gradient(100deg, transparent 4%, rgba(0,0,0,.35) 26%, #000 58%), linear-gradient(180deg, #000 30%, rgba(0,0,0,.55) 74%, transparent 99%);
  -webkit-mask-composite: source-in; mask-composite: intersect;
}
.hero-veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(97deg, rgba(5,10,19,.94) 0%, rgba(5,10,19,.72) 34%, rgba(5,10,19,.16) 62%, transparent 100%); }
.hero-inner { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 660px); align-items: center; min-height: 600px; padding-block: 92px 0; }
.hero-copy { max-width: 620px; }
.hero h1 { text-shadow: 0 4px 44px rgba(5,10,19,.7); }
.hero h1 .accent { text-shadow: 0 0 46px rgba(79,210,255,.5); }
.hero-locs { display: flex; gap: 9px; flex-wrap: wrap; }
.hero-loc { display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: var(--r-pill); background: var(--glass); border: 1px solid var(--line); backdrop-filter: blur(14px); font-size: 13px; color: var(--text); font-weight: 500; }
.hero-loc .ic { width: 15px; height: 15px; color: var(--c-400); }
.hero-strip { position: relative; z-index: 2; margin-top: 72px; border-top: 1px solid var(--line-2); }
.hero-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-stat { position: relative; padding: 28px 26px 30px 0; }
.hero-stat + .hero-stat { padding-left: 28px; }
.hero-stat + .hero-stat::before { content: ""; position: absolute; left: 0; top: 20px; bottom: 22px; width: 1px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.16), transparent); transform: skewX(-13deg); }
.hero-stat .v { font-size: clamp(23px, 2.5vw, 32px); font-weight: 800; letter-spacing: -.04em; color: #fff; font-variant-numeric: tabular-nums; }
.hero-stat .v em { font-style: normal; color: var(--c-400); font-size: .62em; }
.hero-stat .k { font-size: 12.5px; color: var(--muted-2); line-height: 1.4; margin-top: 4px; }

/* Fotós szekció-háttér */
.bg-photo { position: absolute; inset: 0; z-index: -1; }
.bg-photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: 70% 52%; opacity: .55;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 34%, #000 62%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 34%, #000 62%, transparent);
}
.bg-veil-dark, .bg-veil-soft { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(5,10,19,.92), rgba(5,10,19,.5) 52%, rgba(5,10,19,.86)); }

/* ---------- 17. Árkártyák ---------- */
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.price-card { position: relative; padding: 20px 20px 34px; cursor: pointer; text-align: left; width: 100%; }
.price-card .pc-top { display: flex; gap: 14px; align-items: flex-start; }
.price-card .pc-main { flex: 1; min-width: 0; }
.price-card .pc-row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.price-card .pc-name { font-size: 14.5px; font-weight: 700; color: var(--ink); line-height: 1.32; }
.price-card .pc-val { font-size: 19px; font-weight: 800; color: var(--c-400); white-space: nowrap; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price-card .pc-val span { font-size: 12px; font-weight: 600; color: var(--muted); margin-left: 3px; }
.price-card .pc-desc { font-size: 12.5px; color: var(--muted); margin-top: 7px; line-height: 1.5; }
.price-card .pc-more { display: none; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line-2); font-size: 12.5px; color: var(--muted); }
.price-card.is-open .pc-more { display: block; }
.price-card .pc-chev { position: absolute; right: 16px; bottom: 11px; color: var(--muted-2); transition: transform .25s, color .2s; }
.price-card:hover .pc-chev { color: var(--c-400); }
.price-card.is-open .pc-chev { transform: rotate(180deg); color: var(--c-400); }
.price-card--total { border-color: rgba(79,210,255,.3); background: linear-gradient(158deg, rgba(43,184,240,.14), rgba(43,184,240,.03)); }
.price-sum {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap; padding: 26px 30px; border-radius: var(--r-lg);
  background: linear-gradient(120deg, rgba(43,184,240,.14), rgba(43,184,240,.03));
  border: 1px solid rgba(79,210,255,.28); backdrop-filter: blur(16px);
  box-shadow: var(--inset), 0 0 50px rgba(43,184,240,.12);
}
.price-sum .ps-figs { display: grid; grid-template-columns: auto auto; gap: 5px 18px; align-items: baseline; }
.price-sum .ps-figs dt { font-size: 14px; font-weight: 600; color: var(--ink); }
.price-sum .ps-figs dd { margin: 0; font-size: 21px; font-weight: 800; color: var(--c-400); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 22px; border-bottom: 1px solid var(--line-2); }
.price-row:last-child { border-bottom: 0; }
.price-row .pr-name { font-size: 14.5px; color: var(--text); }
.price-row .pr-note { font-size: 12.5px; color: var(--muted-2); }
.price-row .pr-val { font-size: 15px; font-weight: 700; color: var(--ink); white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-row--total { background: linear-gradient(120deg, rgba(43,184,240,.14), rgba(43,184,240,.02)); border-radius: var(--r-md); }
.price-row--total .pr-val { color: var(--c-400); font-size: 19px; }
.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-2); }
.feature-strip > div { position: relative; display: flex; gap: 14px; align-items: center; padding: 26px 24px; }
.feature-strip > div + div::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 1px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.14), transparent); transform: skewX(-13deg); }
.feature-strip .fs-t { font-size: 14px; font-weight: 700; color: var(--ink); }
.feature-strip .fs-s { font-size: 12.5px; color: var(--muted-2); }

/* ---------- 18. Naptár ---------- */
.cal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.cal-nav { display: flex; align-items: center; gap: 6px; }
.cal-week-label { font-size: 14px; font-weight: 600; color: var(--ink); min-width: 200px; text-align: center; }
.cal-grid { display: grid; gap: 6px; }
.cal-daycol { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.cal-dayhead { text-align: center; padding: 9px 4px; border-radius: var(--r-sm); background: rgba(255,255,255,.035); border: 1px solid var(--line-2); }
.cal-dayhead .dn { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); }
.cal-dayhead .dd { font-size: 16px; font-weight: 700; color: var(--ink); }
.cal-dayhead.is-today { background: linear-gradient(140deg, rgba(43,184,240,.25), rgba(43,184,240,.08)); border-color: rgba(79,210,255,.4); }
.cal-dayhead.is-today .dn { color: var(--c-300); }
.cal-dayhead.is-today .dd { color: #fff; }
.slot {
  display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%;
  min-height: 38px; padding: 7px 8px; border-radius: var(--r-sm);
  font-size: 12.5px; font-weight: 600; font-variant-numeric: tabular-nums;
  border: 1px solid var(--line-2); background: rgba(255,255,255,.025); color: var(--muted-2); transition: all .16s; text-align: center;
}
.slot--free { background: rgba(43,184,240,.1); border-color: rgba(79,210,255,.3); color: var(--c-300); cursor: pointer; }
.slot--free:hover { background: linear-gradient(140deg, var(--c-400), var(--c-600)); border-color: transparent; color: #04121C; box-shadow: 0 6px 18px rgba(43,184,240,.35); }
.slot--mine { background: linear-gradient(140deg, var(--c-400), var(--c-600)); border-color: transparent; color: #04121C; cursor: pointer; }
.slot--mine:hover { filter: brightness(1.12); }
.slot--taken { background: rgba(255,255,255,.05); color: var(--muted-2); cursor: not-allowed; }
.slot--blocked { background: repeating-linear-gradient(135deg, rgba(255,255,255,.02), rgba(255,255,255,.02) 5px, rgba(255,255,255,.05) 5px, rgba(255,255,255,.05) 10px); color: var(--muted-2); cursor: not-allowed; }
.slot--done { background: var(--ok-bg); border-color: var(--ok-line); color: var(--ok-fg); }
.slot--locked { background: rgba(255,255,255,.018); color: rgba(255,255,255,.22); cursor: not-allowed; }
.slot--empty { border-style: dashed; color: rgba(255,255,255,.18); cursor: default; }
.cal-legend { display: flex; flex-wrap: wrap; gap: 16px; font-size: 12.5px; color: var(--muted); }
.cal-legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend-sw { width: 14px; height: 14px; border-radius: 4px; border: 1px solid var(--line); }

/* ---------- 19. Alkalmazás váz ---------- */
.app { display: grid; grid-template-columns: 268px 1fr; min-height: 100vh; }
.side { background: rgba(7,13,24,.72); backdrop-filter: blur(20px); border-right: 1px solid var(--line-2); display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.side-brand { padding: 20px; border-bottom: 1px solid var(--line-2); }
.side-user { padding: 16px 20px; border-bottom: 1px solid var(--line-2); display: flex; gap: 12px; align-items: center; }
.side-user .su-name { font-size: 14px; font-weight: 700; color: var(--ink); }
.side-user .su-role { font-size: 11.5px; color: var(--muted-2); }
.side-nav { padding: 14px 12px; flex: 1; overflow-y: auto; }
.side-nav .grp { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); padding: 16px 12px 7px; }
.side-nav a { display: flex; align-items: center; gap: 12px; padding: 10px 13px; border-radius: var(--r-sm); font-size: 14px; font-weight: 500; color: var(--muted); transition: all .16s; cursor: pointer; }
.side-nav a:hover { background: rgba(255,255,255,.05); color: var(--ink); }
.side-nav a.is-active { background: linear-gradient(120deg, rgba(43,184,240,.2), rgba(43,184,240,.05)); color: #fff; font-weight: 600; box-shadow: inset 0 0 0 1px rgba(79,210,255,.22); }
.side-nav a.is-active .ic { color: var(--c-400); }
.side-foot { padding: 14px 12px; border-top: 1px solid var(--line-2); }
.main { min-width: 0; display: flex; flex-direction: column; }
.topbar { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 28px; background: rgba(7,13,24,.7); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line-2); }
.topbar h1 { font-size: 20px; letter-spacing: -.03em; }
.content { padding: 28px; flex: 1; }
.content-narrow { max-width: 1000px; }
.mobile-bar { display: none; }
.stat { padding: 20px 22px; }
.stat .k { font-size: 12.5px; font-weight: 600; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.stat .k .ic { width: 15px; height: 15px; color: var(--c-400); }
.stat .v { font-size: 30px; font-weight: 800; letter-spacing: -.04em; color: #fff; margin-top: 8px; font-variant-numeric: tabular-nums; }
.stat .sub { font-size: 12px; color: var(--muted-2); margin-top: 3px; }

/* ---------- 20. Modal / toast ---------- */
.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(3,7,13,.72); display: grid; place-items: center; padding: 20px; backdrop-filter: blur(6px); animation: fade .16s ease; }
.modal { background: linear-gradient(158deg, rgba(22,36,54,.97), rgba(12,22,36,.98)); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-4); width: 100%; max-width: 500px; max-height: 90vh; overflow-y: auto; animation: pop .2s cubic-bezier(.3,1.2,.6,1); }
.modal--wide { max-width: 800px; }
.modal-head { padding: 22px 26px 0; }
.modal-head h3 { font-size: 18px; }
.modal-body { padding: 18px 26px; }
.modal-foot { padding: 16px 26px 24px; display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }
@keyframes fade { from { opacity: 0 } }
@keyframes pop { from { opacity: 0; transform: translateY(12px) scale(.98) } }
.kv { display: grid; grid-template-columns: auto 1fr; gap: 11px 18px; font-size: 14px; align-items: baseline; }
.kv dt { color: var(--muted); font-size: 13px; }
.kv dd { margin: 0; font-weight: 600; color: var(--ink); text-align: right; }
.toasts { position: fixed; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 200; display: flex; flex-direction: column; gap: 8px; width: min(430px, calc(100vw - 32px)); }
.toast { display: flex; gap: 11px; align-items: flex-start; padding: 14px 17px; border-radius: var(--r-md); background: rgba(14,27,44,.96); border: 1px solid var(--line); box-shadow: var(--sh-3); color: var(--ink); font-size: 13.5px; line-height: 1.45; backdrop-filter: blur(16px); animation: toastIn .2s ease; }
.toast .ic { width: 17px; height: 17px; flex: none; margin-top: 1px; }
.toast--ok { border-color: var(--ok-line); color: var(--ok-fg); }
.toast--err { border-color: var(--er-line); color: var(--er-fg); }
@keyframes toastIn { from { opacity: 0; transform: translateY(12px) } }

/* ---------- 21. Üres / töltő ---------- */
.empty { text-align: center; padding: 46px 20px; color: var(--muted); }
.empty .ic { width: 34px; height: 34px; color: rgba(255,255,255,.18); margin: 0 auto 12px; }
.empty h4 { font-size: 15px; color: var(--ink); margin-bottom: 5px; }
.empty p { font-size: 13.5px; }
.spinner { width: 18px; height: 18px; border: 2px solid rgba(255,255,255,.22); border-top-color: var(--c-400); border-radius: 50%; animation: spin .7s linear infinite; }
.spinner--dark { border-color: rgba(79,210,255,.2); border-top-color: var(--c-400); }
@keyframes spin { to { transform: rotate(360deg) } }
.page-loader { min-height: 100vh; display: grid; place-items: center; }

/* ---------- 22. Belépés / regisztráció ---------- */
.auth-wrap { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.auth-aside { position: relative; padding: 52px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.auth-aside-img { position: absolute; inset: 0; z-index: -1; }
.auth-aside-img img {
  width: 100%; height: 100%; object-fit: cover; opacity: .5;
  -webkit-mask-image: linear-gradient(100deg, transparent, #000 45%, #000 75%, transparent);
  mask-image: linear-gradient(100deg, transparent, #000 45%, #000 75%, transparent);
}
.auth-aside > * { position: relative; z-index: 2; }
.auth-form-col { display: grid; place-items: center; padding: 44px 24px; }
.auth-card { width: 100%; max-width: 430px; }

/* ---------- 23. Lábléc ---------- */
.footer { position: relative; overflow: hidden; isolation: isolate; padding-block: 96px 30px; }
.footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; z-index: 3; background: linear-gradient(90deg, transparent, rgba(79,210,255,.55), transparent); }
.footer-inner { position: relative; z-index: 2; }
.footer .bg-photo img {
  object-position: 58% 60%; opacity: .5;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 50%, rgba(0,0,0,.65) 100%);
  mask-image: linear-gradient(180deg, transparent, #000 50%, rgba(0,0,0,.65) 100%);
}
.footer .bg-veil-soft { background: linear-gradient(180deg, rgba(5,10,19,.93), rgba(5,10,19,.62) 55%, rgba(5,10,19,.88)); }
.footer h5 { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer a, .footer li, .footer p { font-size: 14px; color: var(--muted); }
.footer a { transition: color .18s; }
.footer a:hover { color: var(--c-400); }
.footer li + li { margin-top: 10px; }
.footer .ic { color: var(--c-400); width: 15px; height: 15px; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line-2); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; }

/* ---------- 24. Egyéb komponensek ---------- */
.list-item { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line-2); }
.list-item:last-child { border-bottom: 0; }
.list-item .li-title { font-size: 14.5px; font-weight: 600; color: var(--ink); }
.list-item .li-sub { font-size: 12.5px; color: var(--muted-2); }
.date-badge { width: 50px; flex: none; text-align: center; padding: 7px 4px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: rgba(255,255,255,.035); }
.date-badge .m { font-size: 9.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-400); }
.date-badge .d { font-size: 18px; font-weight: 800; color: var(--ink); line-height: 1.1; }
.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--line-2); overflow-x: auto; }
.tabs button { padding: 12px 18px; background: none; border: 0; border-bottom: 2px solid transparent; font-size: 14px; font-weight: 600; color: var(--muted); cursor: pointer; white-space: nowrap; transition: all .16s; }
.tabs button:hover { color: var(--ink); }
.tabs button.is-active { color: var(--c-400); border-bottom-color: var(--c-400); }
.tile { display: flex; flex-direction: column; gap: 11px; }
.tile h4 { font-size: 15.5px; }
.tile p { font-size: 13.5px; color: var(--muted); }
.step-num { display: inline-grid; place-items: center; width: 36px; height: 36px; flex: none; border-radius: 11px; font-size: 14px; font-weight: 800; transform: skewX(-8deg); background: linear-gradient(150deg, rgba(79,210,255,.2), rgba(43,184,240,.05)); border: 1px solid rgba(79,210,255,.28); color: var(--c-400); }
.step-num > span { transform: skewX(8deg); }
.stars { color: #F5C868; }
.stars svg { fill: currentColor; stroke-width: .8; width: 17px; height: 17px; }
.ins-card .ins-top { position: relative; height: 96px; overflow: hidden; background: linear-gradient(140deg, rgba(43,184,240,.18), rgba(10,20,34,.6)); }
.ins-card .avatar { position: absolute; left: 22px; bottom: -26px; z-index: 2; border: 3px solid rgba(12,22,36,.92); }
.ins-card .ins-body { padding: 36px 22px 22px; }
.demo-banner { background: var(--wa-bg); color: var(--wa-fg); border-bottom: 1px solid var(--wa-line); padding: 10px 20px; font-size: 12.5px; text-align: center; }
.demo-banner code { color: var(--c-300); }

/* ---------- 25. e-Titán ---------- */
.etitan {
  position: relative; overflow: hidden; isolation: isolate; border-radius: var(--r-xl);
  background: linear-gradient(140deg, rgba(43,184,240,.14), rgba(255,255,255,.03) 46%, rgba(43,184,240,.06));
  border: 1px solid rgba(79,210,255,.26); backdrop-filter: blur(18px);
  box-shadow: var(--inset), 0 0 70px rgba(43,184,240,.14), var(--sh-3);
}
.etitan-inner { position: relative; z-index: 2; padding: 44px; }
.flag-card { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border-radius: var(--r-md); background: rgba(255,255,255,.05); border: 1px solid var(--line); transition: all .2s; backdrop-filter: blur(10px); }
.flag-card:hover { background: rgba(255,255,255,.1); border-color: var(--line-hi); transform: translateX(4px); }
.flag-card .flag { width: 38px; height: 26px; border-radius: 5px; flex: none; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,.5); border: 1px solid rgba(255,255,255,.22); }
.flag-card .fc-t { font-size: 14.5px; font-weight: 700; color: #fff; }
.flag-card .fc-s { font-size: 12px; color: var(--muted-2); }
.flag-card .ic { margin-left: auto; color: var(--c-400); width: 16px; height: 16px; }

/* ---------- 26. Reszponzív ---------- */
@media (max-width: 1180px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-strip > div:nth-child(odd)::before { display: none; }
}
@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 64px 0; }
  .hero-photo img { object-position: 74% 44%; }
  .app { grid-template-columns: 1fr; }
  .side { position: fixed; inset: 0 auto 0 0; width: 272px; z-index: 90; transform: translateX(-100%); transition: transform .24s; box-shadow: var(--sh-4); }
  .side.is-open { transform: none; }
  .side-scrim { position: fixed; inset: 0; background: rgba(3,7,13,.6); z-index: 85; backdrop-filter: blur(3px); }
  .mobile-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 16px; background: rgba(7,13,24,.8); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line-2); position: sticky; top: 0; z-index: 40; }
  .topbar { padding: 14px 16px; }
  .content { padding: 18px 16px 44px; }
}
@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-actions .hide-sm { display: none; }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-aside { display: none; }
  .grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); }
  .etitan-inner { padding: 28px 22px; }
}
@media (max-width: 860px) {
  .hero-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-stat + .hero-stat { padding-left: 0; }
  .hero-stat:nth-child(even) { padding-left: 24px; }
  .hero-stat:nth-child(odd)::before { display: none; }
  .hero-stat { padding-block: 20px; }
}
@media (max-width: 720px) {
  .section { padding-block: 60px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .price-grid, .feature-strip { grid-template-columns: 1fr; }
  .feature-strip > div::before { display: none !important; }
  .feature-strip > div { padding: 18px 0; border-bottom: 1px solid var(--line-2); }
  .card-pad, .card-body { padding: 18px; }
  .card-pad-lg { padding: 22px; }
  .only-sm { display: revert !important; }
  .hide-sm { display: none !important; }
  .stat { padding: 15px 16px; }
  .stat .v { font-size: 23px; }
  .kv { grid-template-columns: 1fr; gap: 2px 0; }
  .kv dd { text-align: left; margin-bottom: 10px; }
  .price-row { flex-direction: column; align-items: flex-start; gap: 4px; }
  .footer-bottom { flex-direction: column; }
  .modal-foot .btn { flex: 1 1 auto; }
  .hero-photo img { object-position: 80% 42%; }
  .hero-copy .row .btn { flex: 1 1 100%; }
  .logo-word { font-size: 21px; }
  h1.display { font-size: clamp(31px, 8.4vw, 42px); }
}
@media (prefers-reduced-motion: reduce) { * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media print { .nav, .side, .topbar, .footer, .btn { display: none !important; } }

/* ---------- 27. Fotó–háttér varratmentes átmenet ---------- */
.hero::after, .footer::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--bg-1) 88%);
}
.footer::after { height: 120px; background: linear-gradient(180deg, transparent, rgba(5,10,19,.9)); }
.hero-photo { inset: -1px 0 -60px 0; }
.hero-photo img {
  -webkit-mask-image: linear-gradient(100deg, transparent 2%, rgba(0,0,0,.3) 24%, #000 56%), linear-gradient(180deg, #000 22%, rgba(0,0,0,.5) 68%, transparent 96%);
  mask-image: linear-gradient(100deg, transparent 2%, rgba(0,0,0,.3) 24%, #000 56%), linear-gradient(180deg, #000 22%, rgba(0,0,0,.5) 68%, transparent 96%);
}
