/* Önálló aloldal az elkészült munkához. Nem a főoldal React-alkalmazása fut
   rajta, ezért a saját elrendezését is itt írjuk le; a színek és a betű az
   orbit.css változóival egyeznek, hogy egy oldalnak látsszon a többivel. */
:root{--orbit-bg:#111023;--orbit-text:#faf8ff;--orbit-accent:#c9b9ff;--orbit-muted:#b7b0ce;--orbit-line:#3c3658;--orbit-font:Inter,Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--orbit-bg);color:var(--orbit-text);font-family:var(--orbit-font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body :where(h1,h2,h3,p,figure,ol,ul,dl){margin:0}
body :where(h1,h2,h3){letter-spacing:-.035em;line-height:1.15;text-wrap:pretty;font-weight:650}
a{color:inherit}
img,video{display:block;max-width:100%;height:auto}
:where(a,button,video,summary):focus-visible{outline:2px solid var(--orbit-accent);outline-offset:4px}
.wrap{width:100%;max-width:960px;margin:0 auto;padding:0 20px}
.skip{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.skip:focus{clip-path:none;width:auto;height:auto;left:20px;top:15px;padding:12px 18px;background:var(--orbit-accent);color:var(--orbit-bg);z-index:20}

.top{position:sticky;top:0;z-index:10;background:#111023e6;backdrop-filter:blur(10px);border-bottom:1px solid var(--orbit-line)}
.top .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;height:62px}
.mark{display:inline-flex;align-items:center;gap:9px;flex:none;font-weight:650;letter-spacing:-.02em;text-decoration:none}
.mark img{height:42px;width:auto;flex:none}
.back{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;color:var(--orbit-muted);text-decoration:none}
.back:hover{color:var(--orbit-text)}
.link-icon{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.back .link-icon{width:16px;height:16px}

.hero{padding:62px 0 8px}
.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--orbit-accent);margin-bottom:14px!important}
.hero h1{font-size:clamp(30px,5.4vw,52px)}
.lead{margin-top:18px!important;font-size:clamp(15px,1.7vw,18.5px);color:#d7cfe8;max-width:62ch}
.facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.facts span{padding:6px 13px;border:1px solid var(--orbit-line);border-radius:999px;font-size:12.5px;color:#cec4e2}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:28px}

.btn{display:inline-flex;align-items:center;gap:9px;padding:13px 22px;border:0;border-radius:999px;background:var(--orbit-accent);color:var(--orbit-bg);font:inherit;font-size:14.5px;font-weight:600;text-decoration:none;cursor:pointer}
.btn:hover{background:#dbcfff}
.btn.ghost{background:transparent;border:1px solid #6a5f92;color:var(--orbit-text)}
.btn.ghost:hover{border-color:var(--orbit-accent);background:#1b1930}

section{padding:52px 0}
section+section{border-top:1px solid #241f3c}
h2{font-size:clamp(23px,3.2vw,33px)}
.sub{margin-top:13px!important;color:#cbc1de;max-width:64ch}

.problems{list-style:none;padding:0;margin:28px 0 0!important;display:grid;gap:12px}
.problems li{display:grid;grid-template-columns:22px 1fr;gap:13px;align-items:start;padding:15px 17px;border:1px solid var(--orbit-line);border-radius:14px;background:#171530;font-size:14.5px;color:#d5cbe6}
.problems b{display:block;color:var(--orbit-text);font-weight:600;margin-bottom:3px}
.problems .no{color:#e2879a;font-weight:600;text-align:center}

figure.shot{margin:26px 0 0;padding:8px;background:#241f3f;border:1px solid #3c3658;border-radius:14px}
figure.shot img{border-radius:8px;width:100%}
figure.shot figcaption{padding:9px 4px 2px;font-size:12px;color:#b7aed0;text-align:center}

.features{display:grid;gap:34px;margin-top:30px}
.feature{display:grid;gap:18px}
.feature h3{font-size:18.5px}
.feature p{margin-top:8px!important;font-size:14.5px;color:#cbc1de;max-width:66ch}
.feature figure.shot{margin:0}

.pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
.pair figure.shot{margin:0}

.mobile-row{display:grid;grid-template-columns:260px 1fr;gap:30px;align-items:center;margin-top:28px}
.mobile-row figure.shot{margin:0;border-radius:20px}

.video{margin-top:28px;border:1px solid var(--orbit-line);border-radius:16px;overflow:hidden;background:#0d0c1c}
.video video{width:100%;background:#0d0c1c}

.note{margin-top:30px;padding:17px 19px;border:1px solid var(--orbit-line);border-radius:14px;background:#171530;font-size:13.5px;line-height:1.6;color:#c6bada}
.note b{color:var(--orbit-text)}

.closing{text-align:center;padding:64px 0 72px}
.closing h2{max-width:20ch;margin:0 auto}
.closing p{margin:15px auto 26px!important;color:#cbc1de;max-width:52ch}

.foot{border-top:1px solid var(--orbit-line);padding:26px 0 40px;font-size:13px;color:var(--orbit-muted)}
.foot .wrap{display:flex;align-items:center;flex-wrap:wrap;gap:16px;justify-content:space-between}
.foot .mark{font-size:15px;color:var(--orbit-text)}
.foot nav{display:flex;flex-wrap:wrap;gap:16px}
.foot a{text-decoration:none}
.foot a:hover{color:var(--orbit-text)}

@media (max-width:760px){
  .hero{padding-top:44px}
  section{padding:40px 0}
  .pair{grid-template-columns:1fr}
  .mobile-row{grid-template-columns:1fr;gap:20px}
  .mobile-row figure.shot{max-width:280px}
  .foot .wrap{flex-direction:column;text-align:center}
  .foot nav{justify-content:center}
}
@media (max-width:540px){
  .top .wrap{height:auto;min-height:62px;flex-wrap:wrap;gap:8px 16px;padding-block:12px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
