/* =========================================================
   TOKENEK
========================================================= */
:root{
  --bg: #080b14;
  --bg-soft: #0d1220;
  --surface: rgba(255,255,255,0.045);
  --surface-strong: rgba(255,255,255,0.07);
  --border: rgba(255,255,255,0.09);
  --border-strong: rgba(255,255,255,0.16);

  --text: #eef1f8;
  --text-muted: #9aa4bd;
  --text-faint: #6b7591;

  --blue-500: #3b82f6;
  --blue-400: #60a5fa;
  --blue-300: #93c5fd;
  --cyan-400: #22d3ee;

  --grad-blue: linear-gradient(135deg, #4f8cff 0%, #2563eb 55%, #1d4ed8 100%);
  --grad-text: linear-gradient(135deg, #bfdbfe 0%, #60a5fa 45%, #22d3ee 100%);

  --shadow-glow: 0 0 0 1px rgba(96,165,250,0.12), 0 20px 60px -20px rgba(37,99,235,0.45);
  --shadow-card: 0 10px 40px -12px rgba(0,0,0,0.55);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-full: 999px;

  --font-display: "Lilita One", "Inter", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --max-w: 1200px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width: 100%; display:block; }

a{ color: inherit; text-decoration: none; }

::selection{ background: rgba(59,130,246,0.35); color: #fff; }

:focus-visible{
  outline: 2px solid var(--blue-400);
  outline-offset: 3px;
  border-radius: 6px;
}

.container{
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

i[data-lucide]{ width: 1em; height: 1em; stroke-width: 2px; display: inline-block; vertical-align: -0.15em; }

/* =========================================================
   HÁTTÉR DEKORÁCIÓ
========================================================= */
.bg-glow{
  position: fixed;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.bg-glow--one{
  width: 620px; height: 620px;
  top: -220px; left: -160px;
  background: radial-gradient(circle, rgba(59,130,246,0.35), transparent 70%);
}
.bg-glow--two{
  width: 700px; height: 700px;
  bottom: -300px; right: -220px;
  background: radial-gradient(circle, rgba(34,211,238,0.18), transparent 70%);
}
.bg-grid{
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
}

main, header, footer{ position: relative; z-index: 1; }

/* =========================================================
   GOMBOK
========================================================= */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 24px;
  border-radius: var(--radius-full);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease);
  white-space: nowrap;
}
.btn i{ width: 18px; height: 18px; transition: transform 0.25s var(--ease); }
.btn--primary{
  background: var(--grad-blue);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.btn--primary:hover{ transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(96,165,250,0.2), 0 26px 70px -18px rgba(37,99,235,0.6); }
.btn--primary:hover i{ transform: translateX(3px); }
.btn--ghost{
  background: transparent;
  color: var(--text);
  border-color: var(--border-strong);
}
.btn--ghost:hover{ background: var(--surface); border-color: var(--blue-400); }
.btn--large{ padding: 16px 30px; font-size: 1.02rem; }
.btn--small{ padding: 10px 18px; font-size: 0.85rem; }

/* =========================================================
   NAV
========================================================= */
.nav{
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  background: rgba(8,11,20,0.55);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.nav.is-scrolled{ border-bottom-color: var(--border); }
.nav__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.nav__logo{
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: var(--text);
}
.nav__logo span{ color: var(--blue-400); }

/* =========================================================
   ELEMENTS
========================================================= */
.eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--blue-300);
  margin: 0 0 14px;
}
.eyebrow::before{
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--grad-blue);
  box-shadow: 0 0 12px rgba(96,165,250,0.8);
}

.section{ padding: 120px 0; position: relative; }
.section__title{
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.9rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 16px;
  max-width: 720px;
}
.section__intro{
  color: var(--text-muted);
  font-size: 1.08rem;
  max-width: 560px;
  margin: 0 0 56px;
}

.glass{
  background: var(--surface);
  border: 1px solid var(--border);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: var(--shadow-card);
}

/* =========================================================
   HERO
========================================================= */
.hero{
  padding: 96px 0 80px;
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero__inner{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero__title{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 5.6vw, 4.4rem);
  line-height: 1.08;
  margin: 0 0 22px;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__subtitle{
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 0 34px;
}
.hero__actions{ display: flex; gap: 14px; flex-wrap: wrap; }

.browser-card{
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface-strong);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-glow);
  transform: perspective(1400px) rotateY(-6deg) rotateX(2deg);
  transition: transform 0.5s var(--ease);
}
.browser-card:hover{ transform: perspective(1400px) rotateY(-2deg) rotateX(0deg); }
.browser-card__topbar{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid var(--border);
}
.dot{ width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.dot--red{ background: #ff5f57; }
.dot--yellow{ background: #febc2e; }
.dot--green{ background: #28c840; }
.browser-card__address{
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  padding: 7px 14px;
  font-size: 0.85rem;
  color: var(--blue-300);
  min-width: 0;
}
.browser-card__address i{ color: var(--text-faint); width: 14px; height: 14px; flex-shrink: 0; }
.caret{ animation: blink 1s step-end infinite; color: var(--blue-400); }
@keyframes blink{ 50%{ opacity: 0; } }

.browser-card__body{ padding: 30px 26px 36px; }
.skeleton{
  background: linear-gradient(90deg, rgba(255,255,255,0.05), rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  background-size: 200% 100%;
  animation: shimmer 2.6s ease-in-out infinite;
  border-radius: 8px;
}
.skeleton--title{ width: 60%; height: 20px; margin-bottom: 18px; }
.skeleton--line{ width: 100%; height: 12px; margin-bottom: 10px; }
.skeleton--line.short{ width: 70%; margin-bottom: 26px; }
.skeleton-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.skeleton--box{ height: 64px; }
@keyframes shimmer{ 0%{ background-position: 200% 0; } 100%{ background-position: -200% 0; } }

.scroll-hint{
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-faint);
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob{ 0%,100%{ transform: translateX(-50%) translateY(0); } 50%{ transform: translateX(-50%) translateY(8px); } }

/* =========================================================
   KÁRTYÁK - ÁLTALÁNOS
========================================================= */
.card-grid{ display: grid; gap: 26px; }
.card-grid--2{ grid-template-columns: repeat(2, 1fr); }
.card-grid--3{ grid-template-columns: repeat(3, 1fr); }

.card{
  border-radius: var(--radius-lg);
  padding: 38px;
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.card:hover{ transform: translateY(-6px); border-color: var(--border-strong); box-shadow: var(--shadow-glow); }
.card__icon{
  width: 54px; height: 54px;
  border-radius: var(--radius-sm);
  background: var(--grad-blue);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 22px;
  box-shadow: 0 8px 24px -8px rgba(37,99,235,0.6);
}
.card__title{ font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; margin: 0 0 14px; }
.card__text{ color: var(--text-muted); margin: 0 0 16px; }
.card__footnote{
  display: flex; align-items: center; gap: 8px;
  font-size: 0.85rem; color: var(--text-faint);
  margin-top: 20px; padding-top: 18px;
  border-top: 1px solid var(--border);
}
.card__footnote i{ color: var(--blue-400); }

.domain-example{
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(59,130,246,0.1);
  border: 1px solid rgba(59,130,246,0.3);
  color: var(--blue-300);
  padding: 10px 18px;
  border-radius: var(--radius-full);
  font-weight: 600;
  margin: 4px 0 16px;
}
.domain-example i{ width: 16px; height: 16px; }

.hosting-visual{
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  padding: 14px 18px;
  border-radius: var(--radius-md);
  margin: 4px 0 16px;
  color: var(--text);
  font-size: 0.95rem;
}
.hosting-visual i{ color: var(--cyan-400); width: 26px; height: 26px; flex-shrink: 0; }

/* =========================================================
   ÁRAK
========================================================= */
.price-card{
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  text-align: center;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.price-card:hover{ transform: translateY(-6px); }
.price-card--highlight{
  border-color: rgba(96,165,250,0.4);
  box-shadow: var(--shadow-glow);
  position: relative;
}
.price-card__icon{
  width: 48px; height: 48px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: rgba(59,130,246,0.12);
  border: 1px solid rgba(96,165,250,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue-400);
}
.price-card__title{ font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; margin: 0 0 10px; }
.price-card__amount{ margin: 0 0 8px; font-size: 1.7rem; font-weight: 800; }
.price-card__period{ font-size: 0.9rem; font-weight: 500; color: var(--text-faint); margin-left: 4px; }
.price-card__desc{ color: var(--text-muted); font-size: 0.92rem; margin: 0; }
.price-note{ text-align: center; color: var(--text-faint); font-size: 0.85rem; margin-top: 30px; }

/* =========================================================
   SZOLGÁLTATÓ
========================================================= */
.provider-card{
  border-radius: var(--radius-lg);
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.provider-card__logo{
  flex-shrink: 0;
  width: 140px; height: 140px;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.logo-fallback{ color: var(--text-faint); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.provider-card__title{ font-family: var(--font-display); font-weight: 400; font-size: 1.6rem; margin: 6px 0 14px; }

/* =========================================================
   IDŐVONAL / FOLYAMAT
========================================================= */
.timeline{
  list-style: none;
  margin: 0; padding: 0;
  max-width: 640px;
  position: relative;
}
.timeline::before{
  content: "";
  position: absolute;
  left: 27px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(var(--blue-500), transparent);
  opacity: 0.35;
}
.timeline__step{
  display: flex;
  gap: 24px;
  padding-bottom: 40px;
  position: relative;
}
.timeline__step:last-child{ padding-bottom: 0; }
.timeline__marker{
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--bg-soft);
  border: 1px solid var(--border-strong);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue-400);
  font-size: 1.2rem;
  z-index: 1;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.timeline__step:hover .timeline__marker{
  background: var(--grad-blue);
  color: #fff;
  box-shadow: var(--shadow-glow);
}
.timeline__content{ padding-top: 8px; }
.timeline__content h3{ font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; margin: 0 0 8px; }
.timeline__content p{ color: var(--text-muted); margin: 0; }

/* =========================================================
   GYIK / ACCORDION
========================================================= */
.accordion{ max-width: 720px; border-radius: var(--radius-lg); overflow: hidden; }
.accordion__item + .accordion__item{ border-top: 1px solid var(--border); }
.accordion__question{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 28px;
  background: transparent;
  border: none;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.accordion__question i{ color: var(--blue-400); transition: transform 0.3s var(--ease); flex-shrink: 0; }
.accordion__item.is-open .accordion__question i{ transform: rotate(180deg); }
.accordion__answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s var(--ease), padding 0.4s var(--ease);
  padding: 0 28px;
}
.accordion__answer p{ color: var(--text-muted); margin: 0 0 26px; max-width: 600px; }
.accordion__item.is-open .accordion__answer{ max-height: 240px; }

/* =========================================================
   FORM
========================================================= */
.form{
  max-width: 720px;
  border-radius: var(--radius-lg);
  padding: 44px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.form__row{ display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form__field{ display: flex; flex-direction: column; gap: 8px; }
.form__field label{ font-size: 0.9rem; font-weight: 600; color: var(--text-muted); }
.req{ color: var(--cyan-400); }

input[type="text"], input[type="email"], input[type="tel"], select, textarea{
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: 13px 16px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.98rem;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease);
}
textarea{ resize: vertical; min-height: 110px; }
input::placeholder, textarea::placeholder{ color: var(--text-faint); }
input:focus, select:focus, textarea:focus{
  outline: none;
  border-color: var(--blue-400);
  background: rgba(59,130,246,0.06);
}
select{ appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2360a5fa' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.radio-group{ display: flex; gap: 10px; }
.radio-pill{
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-strong);
  background: rgba(255,255,255,0.03);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}
.radio-pill input{ accent-color: var(--blue-500); }
.radio-pill:has(input:checked){
  border-color: var(--blue-400);
  background: rgba(59,130,246,0.12);
  color: var(--text);
}

.hp-field{ position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

.form__submit{ justify-content: center; margin-top: 8px; }
.form__status{ text-align: center; font-size: 0.92rem; min-height: 1.2em; margin: 0; }
.form__status.is-success{ color: #4ade80; }
.form__status.is-error{ color: #f87171; }

/* =========================================================
   FOOTER
========================================================= */
.footer{ padding: 40px 0 60px; border-top: 1px solid var(--border); margin-top: 40px; }
.footer__inner{ text-align: center; color: var(--text-faint); font-size: 0.88rem; }

/* =========================================================
   SCROLL REVEAL
========================================================= */
.reveal{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.is-visible{ opacity: 1; transform: translateY(0); }

/* =========================================================
   RESZPONZÍV
========================================================= */
@media (max-width: 980px){
  .hero__inner{ grid-template-columns: 1fr; text-align: left; }
  .hero{ padding-top: 60px; min-height: unset; }
  .browser-card{ transform: none; }
  .card-grid--2, .card-grid--3{ grid-template-columns: 1fr; }
  .provider-card{ flex-direction: column; text-align: center; }
  .section{ padding: 88px 0; }
}

@media (max-width: 640px){
  .container{ padding: 0 18px; }
  .hero__actions{ flex-direction: column; align-items: stretch; }
  .form{ padding: 28px 22px; }
  .form__row{ grid-template-columns: 1fr; }
  .radio-group{ flex-direction: column; }
  .provider-card{ padding: 28px 22px; }
  .card{ padding: 28px 24px; }
  .accordion__question{ padding: 20px; font-size: 0.98rem; }
  .accordion__answer{ padding: 0 20px; }
}
