/* ========== ALAP BEÁLLÍTÁSOK ========== */
:root{
  --bg:#0b1220;
  --card:#101a2f;
  --text:#e6e8ef;
  --muted:#4b5563;
  --line: rgba(255,255,255,.15);
  --accent:#2bb3ff;
  --accent-warm:#ffb020;
  --success:#22c55e;
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}

body{
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: #f5f7fb;
  color: #1f2937;
  line-height:1.6;
}

/* ========== ALAP ELEMEK ========== */
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

.container{
  max-width:1100px;
  margin:0 auto;
  padding:18px;
}

h1{font-size:clamp(28px,4vw,44px);margin:0 0 12px}
h2{font-size:28px;margin:0 0 10px}
h3{margin:16px 0 8px}

.lead,
.section-lead{
  color:#4b5563; /* sötétszürke, jól olvasható */
  max-width:900px;
}

/* ========== FEJLÉC ========== */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(10px);
  background:rgba(255,255,255,.85);
  border-bottom:1px solid rgba(0,0,0,.08);
}

.site-header .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
}

.logo{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  background:rgba(43,179,255,.15);
  border-radius:14px;
  font-size:20px;
}

.brand-title{font-weight:900}
.brand-sub{font-size:13px;color:var(--muted)}

.nav{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}

.nav a{font-weight:700;font-size:14px}

/* ========== GOMBOK ========== */
.btn{
  padding:10px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  font-weight:900;
  transition:.2s;
}

.btn-primary{
  background:rgba(43,179,255,.18);
  border-color:rgba(43,179,255,.45);
}

.btn-primary:hover{background:rgba(43,179,255,.28)}

.btn-call{
  background:linear-gradient(135deg,#22c55e,#16a34a);
  border-color:rgba(34,197,94,.6);
  color:#06210f;
}

.btn-call:hover{
  background:linear-gradient(135deg,#2ee07a,#1bb15c);
}

/* ========== HERO / ELEJE ========== */
.hero{
  padding:36px 0 20px;
}

.featured{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:20px;
}

.feat-card{
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.feat-img{
  width:100%;
  height:220px;
  object-fit:cover;
}

.feat-badge{
  position:absolute;
  top:12px;
  left:12px;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(43,179,255,.25);
  border:1px solid rgba(43,179,255,.6);
}

.feat-badge-warm{
  background:rgba(255,176,32,.25);
  border-color:rgba(255,176,32,.6);
}

.feat-body{
  padding:14px;
}

.feat-title{
  font-size:20px;
  font-weight:900;
}

.feat-price-sub{
  font-size:13px;
  color:var(--muted);
}

/* ========== SZEKCIÓK ========== */
.section{
  padding:36px 0;
}

.section-alt{
  background:rgba(255,255,255,.03);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

/* ========== ÁR DOBOZ ========== */
.price-box{
  margin:16px 0;
  padding:14px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}

.price-label{font-size:13px;color:var(--muted)}
.price-value{font-size:26px;font-weight:900}
.price-sub{font-size:13px;color:var(--muted)}

/* ========== JOGI KIEMELÉS ========== */
.legal-box{
  margin:20px 0;
  padding:16px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,99,132,.12),rgba(255,255,255,.03));
  border:1px solid rgba(255,99,132,.4);
  font-size:14px;
}

.legal-note{
  margin-top:24px;
  font-size:13px;
  color:var(--muted);
  border-top:1px solid var(--line);
  padding-top:12px;
}

/* ========== GALÉRIA ========== */
.gallery{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:14px;
  margin-top:14px;
}

.gallery img{
  height:160px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid var(--line);
  transition:.2s;
}

.gallery img:hover{transform:scale(1.04)}

/* ========== KAPCSOLAT ========== */
#kapcsolat a{text-decoration:underline}

/* ========== MOBIL ========== */
@media (max-width:900px){
  .featured{grid-template-columns:1fr}
  .feat-img{height:200px}
}
.featured{
  margin-bottom: 28px;
}
.video-section {
  margin: 36px 0 10px;
}

.video-section h2 {
  text-align: center;
  margin-bottom: 16px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 14px;
}