/*
═══════════════════════════════════════════════════════════════
  ÁRAK · V06 mockup — oldal-specifikus stílusok
  Alap: main.css (nav, footer, popup, tokenek, tipográfia)
  ───────────────────────────────────────────────────────────
  CHANGELOG
  v1 (2026-07-16) — hero + ár-tényezők (fekete, számozott cellák)
                    + bevezetés/partnerség modell + megtérülés
                    + ár-GYIK (lenyíló) + záró CTA
═══════════════════════════════════════════════════════════════
*/

body { overflow-x: clip; }

/* ============ KÖZÖS ============ */
.ar-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-mute);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  margin-bottom: 20px;
}
.ar-section { padding: clamp(80px, 10vw, 150px) clamp(24px, 5vw, 60px); }
.ar-inner { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; }
.ar-head { max-width: 860px; margin: 0 auto clamp(48px, 6vw, 76px); text-align: center; }
.ar-head h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: #0a0a0c;
  text-wrap: balance;
}
.ar-head h2 span { color: var(--text-mute); }
.ar-head p { margin-top: 18px; color: var(--text-mute); font-size: clamp(1rem, 1.1vw, 1.15rem); line-height: 1.65; }

/* ============ HERO (FEKETE, Mérnöki rács motívummal) ============ */
.ar-hero {
  position: relative;
  /* a 44px a mockup-banner; élesítéskor sima 100vh */
  min-height: calc(100vh - 44px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(120px, 15vh, 180px) clamp(24px, 5vw, 60px) clamp(100px, 13vh, 160px);
  text-align: center;
  overflow: hidden;
  background: #0a0a0c;
  color: #f5f5f7;
}
/* Völgy: lentről felnövő, EGYENKÉNT animált vonalak — csak a fél képernyőig érnek fel,
   a tetejük völgy-ívet formál, ami a címre tereli a tekintetet */
.ar-hero-lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90vh;
  pointer-events: none;
}
.ar-hero-lines i {
  position: absolute;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.16) 30%, rgba(255, 255, 255, 0.34) 100%);
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}
.ar-hero-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.ar-hero .ar-eyebrow { border-color: rgba(255, 255, 255, 0.18); color: rgba(245, 245, 247, 0.6); }
.ar-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 5.4vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: #ffffff;
  text-wrap: balance;
  margin: 22px 0 26px;
}
.ar-hero h1 .dim { color: rgba(245, 245, 247, 0.5); }
.ar-hero-lead {
  max-width: 650px;
  margin: 0 auto 40px;
  font-size: clamp(1.02rem, 1.2vw, 1.2rem);
  color: rgba(245, 245, 247, 0.62);
  line-height: 1.65;
}
.ar-hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* gombok fekete háttéren */
.ar-hero .btn-primary { background: #f5f5f4; color: #111417; }
.ar-hero .btn-primary:hover { background: #ffffff; }
.ar-hero .btn-secondary { border-color: rgba(255, 255, 255, 0.28); color: #f5f5f7; background: transparent; }
.ar-hero .btn-secondary:hover { border-color: rgba(255, 255, 255, 0.55); color: #ffffff; }
/* 520px alatt a 2 CTA gomb egymás alatt */
@media (max-width: 520px) {
  .ar-hero-cta { flex-direction: column; align-items: center; }
}
/* <900px: a subhero elrejtve (mobilon zsúfolt) + a völgy-vonalak ~100px-el lejjebb */
@media (max-width: 900px) {
  .ar-hero-lead { display: none; }
  .ar-hero-lines { transform: translateY(100px); }   /* mobilon lejjebb a vonalazás */
}

/* ============ CSOMAGOK (professzionális kártyák) ============ */
.ar-packs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}
.ar-pack {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 2.6vw, 36px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: box-shadow 0.3s var(--ease);
}
.ar-pack:hover {
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 26px 54px -24px rgba(16, 24, 40, 0.22);
}
.ar-pack.pk-featured {
  border-color: #0a0a0c;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 28px 60px -26px rgba(16, 24, 40, 0.3);
}
.pk-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  background: var(--text);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 10px 24px -10px rgba(10, 10, 12, 0.5);
}
.pk-head { min-height: 96px; }
.pk-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0a0a0c;
}
.pk-tag {
  margin-top: 8px;
  font-size: 0.94rem;
  color: var(--text-mute);
  line-height: 1.5;
}
.pk-price {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 18px 0;
  margin: 4px 0 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pk-price b {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #0a0a0c;
}
.pk-price span { font-size: 0.9rem; color: var(--text-mute); }
.pk-cta {
  width: 100%;
  justify-content: center;
  margin-bottom: 12px;
}
.pk-note {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-faint);
  margin-bottom: 22px;
}
.pk-prev {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--text-mute);
  margin-bottom: 14px;
}
.pk-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.pk-list li {
  position: relative;
  padding-left: 28px;
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.45;
}
.pk-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--accent-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e15a30' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-11'/%3E%3C/svg%3E");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
}
.pk-extra {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed var(--line-2);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-dark);
}
.pk-extra svg { width: 17px; height: 17px; flex-shrink: 0; stroke: var(--accent); }
.pk-featured .pk-extra { color: var(--accent); }
@media (max-width: 900px) { .ar-packs { grid-template-columns: 1fr; max-width: 440px; } }

/* ---- AI-sáv a kártyák alatt (folyamatos fejlesztés) ---- */
.ar-ai-strip {
  max-width: 1080px;
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  padding: clamp(24px, 3vw, 34px) clamp(26px, 3.4vw, 42px);
  background: #0a0a0c;
  border-radius: 18px;
  box-shadow: 0 24px 54px -26px rgba(10, 10, 12, 0.5);
}
.ar-ai-strip .ai-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 245, 247, 0.75);
}
.ar-ai-strip .ai-badge .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-hot);
  box-shadow: 0 0 8px rgba(255, 100, 50, 0.8);
  animation: aiDotPulse 2.2s ease-in-out infinite;
}
@keyframes aiDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 100, 50, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(255, 100, 50, 0); }
}
.ar-ai-strip .ai-text b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 6px;
}
.ar-ai-strip .ai-text p { font-size: 0.96rem; color: rgba(245, 245, 247, 0.62); line-height: 1.6; }
@media (prefers-reduced-motion: reduce) { .ar-ai-strip .ai-badge .dot { animation: none; } }
@media (max-width: 700px) { .ar-ai-strip { flex-direction: column; align-items: flex-start; gap: 16px; } }

/* ============ ÖSSZEHASONLÍTÓ TÁBLA ============ */
.ar-compare-sec { padding-top: clamp(40px, 5vw, 70px); }
.ar-compare-wrap { overflow-x: auto; }
.ar-compare {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.96rem;
}
.ar-compare thead th {
  padding: 16px 18px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0a0a0c;
  background: #fff;
  border-bottom: 2px solid var(--line-2);
}
/* A thead NEM pozicionalt es NINCS rajta transform (a reveal-t is levettuk a tablarol) -> a sticky <th>
   tiszta os-lancon a viewporthoz ragad. A sticky <th> maga pozicionalt (z-index a th-n), igy a
   sorok (transform nelkul, sima flow) alatta maradnak, nem utnek at rajta. */
.ar-compare thead th.c-feat { text-align: left; width: 42%; }
.ar-compare thead th.c-hot { color: var(--accent); }
.ar-compare td {
  padding: 14px 18px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.ar-compare td.c-feat { text-align: left; color: var(--text); font-weight: 500; }
.ar-compare td.c-hot { background: var(--accent-tint); }
.ar-compare tr.c-group td {
  padding: 24px 18px 10px;
  text-align: left;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
  border-bottom: none;
}
.ar-compare i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ar-compare i.yes {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #0a0a0c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-11'/%3E%3C/svg%3E");
  background-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
}
.c-hot i.yes { background-color: var(--accent); }
.ar-compare i.no {
  width: 12px; height: 2px;
  border-radius: 2px;
  background: var(--line-2);
}
.ar-compare i.opt {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--text-mute);
  padding: 3px 10px;
  border: 1px dashed var(--line-2);
  border-radius: 999px;
}
.ar-compare i.soon {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  padding: 3px 10px;
  border: 1px solid var(--accent-soft);
  background: var(--accent-tint);
  border-radius: 999px;
}
.c-hot i.soon { background: rgba(225, 90, 48, 0.14); border-color: rgba(225, 90, 48, 0.3); }
.ar-compare-note {
  max-width: 640px;
  margin: 28px auto 0;
  text-align: center;
  font-size: 0.92rem;
  color: var(--text-mute);
  line-height: 1.6;
}
@media (max-width: 768px) {
  /* KOMPAKT 3-OSZLOP: a táblázat MARAD (feature + 3 keskeny oszlop egymás mellett), csak tömörebben.
     A breakpoint 768px (nem 750), különben a 750-768px sávban a bázis border-collapse:collapse miatt
     a sticky <th> háttere nem rajzolódik ki, és a sorok átütnek a beragadt fejlécen. */
     Ragadós fejléc (Indulás / Növekedés / Teljes háttér), a Növekedés-oszlop kiemelve. */
  .ar-compare-wrap { overflow-x: visible; }
  /* border-collapse: separate KELL, különben a sticky <th> háttere nem rajzolódik ki (a sorok "átmennek" alatta) */
  .ar-compare { min-width: 0; font-size: 0.82rem; border-collapse: separate; border-spacing: 0; }
  .ar-compare thead th { padding: 10px 3px; font-size: 0.64rem; line-height: 1.12; background: #fff; border-bottom: 2px solid var(--line-2); }   /* NEM sticky tobbe: sima fejlec-sor, tomor feher hatter */
  /* a Növekedés-fejléc kiemelve, DE opak háttérrel (fehér alap + tint réteg), különben a féligáttetsző tinten átüt a mögötte görgő sor */
  .ar-compare thead th.c-hot { background-color: #fff; background-image: linear-gradient(var(--accent-tint), var(--accent-tint)); }
  .ar-compare thead th.c-feat { width: auto; }
  .ar-compare thead th:not(.c-feat) { width: 52px; }
  .ar-compare td { padding: 11px 3px; }
  .ar-compare td.c-feat { font-size: 0.83rem; line-height: 1.3; padding-right: 6px; }
  .ar-compare tr.c-group td { padding: 18px 0 8px; font-size: 0.66rem; }
  .ar-compare i.yes { width: 18px; height: 18px; background-size: 11px; }
  .ar-compare i.opt { font-size: 0.55rem; padding: 2px 5px; letter-spacing: 0.01em; }
  .ar-compare i.soon { font-size: 0.53rem; padding: 2px 5px; letter-spacing: 0.01em; }
}

/* ============ MODELL: bevezetési projekt + havi partnerség (FEKETE, Függöny-hullám) ============ */
.ar-model {
  position: relative;
  background: #0a0a0c;
  overflow: hidden;
}
.ar-model .ar-head h2 { color: #fff; }
.ar-model .ar-head h2 span { color: rgba(245, 245, 247, 0.45); }
.ar-model .ar-head p { color: rgba(245, 245, 247, 0.62); }
.ar-model .ar-eyebrow { border-color: rgba(255, 255, 255, 0.18); color: rgba(245, 245, 247, 0.6); }
/* Függöny-hullám: élő vonal-rojt a szekció alján, lassan lélegzik */
.ar-model-waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 11px);
  -webkit-mask: linear-gradient(0deg, #000 0%, transparent 90%);
  mask: linear-gradient(0deg, #000 0%, transparent 90%);
  transform-origin: 50% 100%;
  animation: arCurtainSway 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes arCurtainSway {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(0.86); }
}
@media (prefers-reduced-motion: reduce) {
  .ar-model-waves { animation: none; }
}
.ar-model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ar-model-card {
  padding: clamp(30px, 3.4vw, 46px) clamp(26px, 3vw, 40px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.05),
    0 20px 48px -20px rgba(16, 24, 40, 0.18);
  display: flex;
  flex-direction: column;
}
.ar-model-card .tag {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.ar-model-card h3 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0a0a0c;
  margin-bottom: 12px;
}
.ar-model-card > p { color: #374151; font-size: 1.02rem; font-weight: 500; line-height: 1.6; margin-bottom: 24px; }
.ar-model-card ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}
.ar-model-card li {
  position: relative;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #1f2937;
  line-height: 1.55;
}
.ar-model-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--accent-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e15a30' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-11'/%3E%3C/svg%3E");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.ar-model-card .foot {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--font-italic);
  font-style: italic;
  font-size: 1.04rem;
  color: var(--text-mute);
}
@media (max-width: 820px) { .ar-model-grid { grid-template-columns: 1fr; } }

/* ============ MITŐL TÉRÜL MEG (veszteség-kártyák) ============ */
.ar-roi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ar-roi {
  padding: clamp(24px, 2.2vw, 32px);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.ar-roi .roi-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.ar-roi .roi-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 13px;
  background: var(--bg-tint); color: #0a0a0c;
}
.ar-roi .roi-ic svg { width: 25px; height: 25px; }
.ar-roi .no { font-family: var(--font-mono); font-size: 0.86rem; color: var(--accent); font-weight: 600; letter-spacing: 0.04em; }
.ar-roi h3 {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: #0a0a0c;
  margin-bottom: 10px;
}
.ar-roi p { font-size: 0.98rem; color: var(--text-mute); line-height: 1.55; }
@media (max-width: 820px) {
  .ar-roi-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* A valódi, strukturális megtérülés — folyamat, rendszerszemlélet, skálázhatóság */
.ar-roi-forward {
  margin-top: clamp(48px, 6vw, 80px);
  padding: clamp(34px, 4vw, 60px);
  background: #fafafa;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.ar-roi-forward .rf-kicker {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--accent);
  text-transform: none;
}
.ar-roi-forward .rf-lead {
  margin-top: 14px;
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: #0a0a0c;
}
.ar-roi-forward .rf-lead .rf-hi { color: var(--accent); }
.rf-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(22px, 2.4vw, 34px);
  margin-top: clamp(30px, 3.4vw, 46px);
}
.rf-points > div { display: flex; flex-direction: column; gap: 10px; }
.rf-points b {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.3vw, 1.22rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.18;
  color: #0a0a0c;
}
.rf-points p { font-size: 0.96rem; color: var(--text-mute); line-height: 1.55; }
/* accent pipa a „gains" pontok elé (strukturált before→after a veszteség-kártyákhoz képest) */
.rf-points > div { position: relative; padding-left: 34px; }
.rf-points > div::before {
  content: ''; position: absolute; left: 0; top: 2px;
  width: 21px; height: 21px; border-radius: 50%;
  background: var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-11'/%3E%3C/svg%3E") center/12px no-repeat;
}
.ar-roi-forward .rf-close {
  margin-top: clamp(30px, 3.4vw, 46px);
  padding-top: clamp(24px, 2.6vw, 34px);
  border-top: 1px solid var(--line);
  max-width: 900px;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.35vw, 1.28rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #3a3b41;
}
@media (max-width: 820px) {
  .rf-points { grid-template-columns: 1fr; gap: 26px; }
}

/* ============ ÁR-GYIK (lenyíló sorok) ============ */
.ar-faq { background: var(--bg-soft); border-top: 1px solid var(--line); }
.ar-faq-list { max-width: 820px; margin: 0 auto; }
.ar-faq-item { border-bottom: 1px solid var(--line); }
.ar-faq-item:first-child { border-top: 1px solid var(--line); }
.ar-faq-q {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 54px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #0a0a0c;
}
/* +/× ikon két hajszál-vonalból: tiszta él, rugós pördülés, akcent-izzás */
.ar-faq-q .pm {
  position: absolute;
  right: 6px;
  top: 50%;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-2);
  border-radius: 50%;
  font-size: 0;
  transform: translateY(-50%);
  transition: transform 0.55s cubic-bezier(0.34, 1.4, 0.5, 1), background 0.4s var(--ease), border-color 0.4s var(--ease), box-shadow 0.5s var(--ease);
}
.ar-faq-q .pm::before,
.ar-faq-q .pm::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.6px;
  border-radius: 2px;
  background: var(--text-mute);
  transform: translate(-50%, -50%);
  transition: background 0.4s var(--ease);
}
.ar-faq-q .pm::after { transform: translate(-50%, -50%) rotate(90deg); }
.ar-faq-q:hover .pm { border-color: var(--text-mute); }
.ar-faq-item.open .pm {
  transform: translateY(-50%) rotate(135deg);
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 9px 22px -8px rgba(225, 90, 48, 0.55);
}
.ar-faq-item.open .pm::before,
.ar-faq-item.open .pm::after { background: #fff; }
.ar-faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s var(--ease);
}
.ar-faq-a p {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px 26px;
  color: var(--text-mute);
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .ar-faq-q .pm { transition: background 0.3s, border-color 0.3s; }
}

/* ============ ZÁRÓ CTA (Pötty-mező) ============ */
.ar-cta {
  position: relative;
  text-align: center;
  padding: clamp(90px, 12vw, 160px) clamp(24px, 5vw, 60px);
  overflow: hidden;
}
.ar-cta-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 18, 22, 0.11) 1px, transparent 0);
  background-size: 20px 20px;
  -webkit-mask: radial-gradient(ellipse 72% 80% at 50% 45%, black 25%, transparent 78%);
  mask: radial-gradient(ellipse 72% 80% at 50% 45%, black 25%, transparent 78%);
  will-change: transform, opacity;
  pointer-events: none;
}
.ar-cta-inner { position: relative; z-index: 2; max-width: 740px; margin: 0 auto; }
.ar-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #0a0a0c;
  margin-bottom: 20px;
}
.ar-cta h2 span { color: var(--text-mute); }
.ar-cta p { color: var(--text-mute); font-size: clamp(1rem, 1.2vw, 1.15rem); line-height: 1.6; margin-bottom: 34px; }
.ar-cta .btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.ar-cta-sub { margin-top: 22px; font-size: 0.94rem; color: var(--text-mute); }
.ar-cta-sub a { color: #0a0a0c; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }

/* ============ LAPTOP-KOMPAKT (alacsony kijelző) ============ */
/* FONTOS: ez a TELEFONRA IS érvényes (a telefon <1000px magas), ezért EZ szabja
   meg a telefonos hero-cím méretét. A clamp első értéke (1.65rem) a legkisebb
   méret — ezt csökkentsd/növeld, ha a telefonos H1-et akarod állítani. */
@media (max-height: 1000px) {
  .ar-hero { padding-top: 90px; }
  .ar-hero h1 { font-size: clamp(1.8rem, 4.6vw, 3.6rem); }
}

/* hero-cím nagy képernyőn (egységesítve a főoldalhoz) */
@media (min-width: 1900px) { .ar-hero h1 { font-size: 5.2rem; } }

/* ============ ÁR-FOLYAMAT (Így jutunk el az árig) ============ */
.ar-flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ar-flow-step { position: relative; padding: clamp(24px, 2.2vw, 30px) clamp(20px, 1.8vw, 26px); background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.ar-flow-step .fnum { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-family: var(--font-mono); font-weight: 700; font-size: 0.92rem; letter-spacing: 0.02em; margin-bottom: 16px; }
.ar-flow-step h3 { font-family: var(--font-display); font-size: clamp(1.08rem, 1.3vw, 1.24rem); font-weight: 700; letter-spacing: -0.02em; color: var(--text); margin-bottom: 8px; }
.ar-flow-step p { color: var(--text-mute); font-size: 0.9rem; line-height: 1.55; }
/* összekötő pont a lépések közt (a rács résén át) */
.ar-flow-step:not(:last-child)::after { content: ''; position: absolute; top: 44px; right: -19px; width: 18px; height: 2px; background: var(--line-2); z-index: 3; }
@media (max-width: 900px) {
  .ar-flow-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .ar-flow-step:nth-child(2n)::after, .ar-flow-step:last-child::after { display: none; }
}
@media (max-width: 560px) {
  .ar-flow-grid { grid-template-columns: 1fr; gap: 12px; }
  .ar-flow-step::after { display: none !important; }
  .ar-flow-step { display: flex; align-items: flex-start; gap: 16px; }
  .ar-flow-step .fnum { margin-bottom: 0; flex-shrink: 0; }
}

/* ============ TÁBLA-JELMAGYARÁZAT ============ */
.ar-legend { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 24px; max-width: 940px; margin: 26px auto 0; font-size: 0.86rem; color: var(--text-mute); }
.ar-legend span { display: inline-flex; align-items: center; gap: 8px; }
.ar-legend i { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; }
.ar-legend i.yes { width: 18px; height: 18px; border-radius: 50%; background: #0a0a0c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4 10-11'/%3E%3C/svg%3E") center/11px no-repeat; }
.ar-legend i.no { width: 12px; height: 2px; border-radius: 2px; background: var(--line-2); }
.ar-legend i.opt { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.06em; color: var(--text-mute); padding: 2px 8px; border: 1px dashed var(--line-2); border-radius: 999px; }
.ar-legend i.soon { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.06em; color: var(--accent); padding: 2px 8px; border: 1px solid var(--accent-soft); background: var(--accent-tint); border-radius: 999px; }

/* ============ MODAL: kiválasztott csomag jelvény ============ */
.m-tier { display: inline-block; margin-top: 10px; padding: 4px 12px; border-radius: 999px; background: var(--accent-soft); color: var(--accent); font-family: var(--font-mono); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.04em; }
.m-tier[hidden] { display: none; }
