:root {
  --bg: #08111f;
  --bg-2: #0d1727;
  --card: rgba(17, 24, 39, .78);
  --card-solid: #111827;
  --text: #f8fafc;
  --muted: #9fb0c6;
  --blue: #2563eb;
  --blue-light: #60a5fa;
  --green: #22c55e;
  --border: rgba(148, 163, 184, .17);
  --shadow: 0 20px 70px rgba(0, 0, 0, .32);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section-pad { padding: 110px 0; position: relative; }
.section-dark { background: var(--bg-2); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 12px 18px; background: white; color: #111; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: .3s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(8, 17, 31, .88); backdrop-filter: blur(16px); border-color: var(--border); box-shadow: 0 10px 35px rgba(0,0,0,.22); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 14px; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 17px; }
.brand small { margin-top: 5px; color: var(--blue-light); font-size: 13px; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { color: #dbe6f5; font-size: 14px; font-weight: 600; transition: color .2s; }
.main-nav a:hover { color: var(--blue-light); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 6px 0; background: white; transition: .25s; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--blue), #3b82f6); box-shadow: 0 12px 30px rgba(37,99,235,.32); }
.btn-secondary { border-color: var(--border); background: rgba(255,255,255,.04); }
.btn-call { min-height: 44px; padding-inline: 17px; background: var(--green); color: #07130a; font-size: 13px; }

.hero { min-height: 900px; padding-top: 170px; overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; margin-bottom: 18px; color: var(--blue-light); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 6vw, 78px); line-height: 1.04; letter-spacing: -.05em; }
h1 span { color: var(--blue-light); }
.hero-lead { max-width: 690px; color: #bdc9da; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 0; list-style: none; color: #dce6f5; font-size: 14px; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--green); }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-card { width: min(100%, 520px); padding: 20px; border: 1px solid var(--border); border-radius: 36px; background: rgba(255,255,255,.035); backdrop-filter: blur(12px); box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-card img { border-radius: 24px; }
.opening-offer { display: grid; gap: 4px; width: fit-content; max-width: 100%; padding: 15px 18px; margin: 24px 0 0; border: 1px solid rgba(74, 222, 128, .42); border-radius: 16px; background: rgba(34, 197, 94, .1); box-shadow: 0 12px 36px rgba(0, 0, 0, .16); }
.opening-offer strong { color: #86efac; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.opening-offer span { color: #fff; font-weight: 800; }
.floating-card { position: absolute; display: grid; gap: 3px; width: 220px; padding: 16px 18px; border: 1px solid var(--border); border-radius: 17px; background: rgba(12, 23, 39, .94); box-shadow: var(--shadow); }
.floating-card strong { font-size: 14px; }
.floating-card span { color: var(--muted); font-size: 12px; }
.floating-one { top: 70px; left: -20px; }
.floating-two { right: -20px; bottom: 75px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .25; }
.hero-glow-one { width: 460px; height: 460px; top: 90px; right: 5%; background: #2563eb; }
.hero-glow-two { width: 350px; height: 350px; left: -100px; bottom: -100px; background: #0ea5e9; }

.trust-bar { border-block: 1px solid var(--border); background: rgba(255,255,255,.025); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 125px; display: grid; align-content: center; gap: 6px; padding: 25px; border-right: 1px solid var(--border); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { font-size: 15px; }
.trust-grid span { color: var(--muted); font-size: 13px; }

.section-heading { max-width: 740px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 54px); line-height: 1.1; letter-spacing: -.04em; }
.section-heading p { color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card, .benefit-card, .price-card, .contact-form { border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); backdrop-filter: blur(14px); box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.service-card { padding: 30px; transition: transform .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(96,165,250,.5); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 16px; background: rgba(37,99,235,.14); font-size: 26px; }
.service-card h3 { margin-bottom: 16px; font-size: 20px; }
.service-card ul { padding-left: 20px; margin: 0; color: var(--muted); }
.service-card li + li { margin-top: 7px; }

.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.benefit-card { min-height: 190px; display: grid; align-content: end; gap: 9px; padding: 27px; }
.benefit-card strong { font-size: 20px; }
.benefit-card span { color: var(--muted); }
.text-link { color: var(--blue-light); font-weight: 800; }

.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 25px; }
.price-card { position: relative; padding: 27px; }
.price-card.featured { border-color: rgba(96,165,250,.6); transform: translateY(-8px); }
.price-card h3 { min-height: 50px; font-size: 17px; }
.price { margin-bottom: 7px; font-size: 31px; font-weight: 800; }
.price-card span { color: var(--muted); font-size: 13px; }
.offer-row th, .offer-row td { color: #86efac; font-weight: 800; }
.offer-row small { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.badge { position: absolute; top: -12px; right: 18px; padding: 6px 12px; border-radius: 30px; background: var(--blue); font-size: 11px; font-weight: 800; }
.price-table-wrap { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 18px 22px; border-bottom: 1px solid var(--border); text-align: left; }
tr:last-child th, tr:last-child td { border-bottom: 0; }
th { color: #dce6f5; font-size: 14px; }
td { color: var(--blue-light); text-align: right; font-weight: 800; }

.area-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.area-tags span { padding: 10px 14px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.035); font-size: 13px; font-weight: 700; }
.map-placeholder { position: relative; min-height: 420px; display: grid; place-items: center; align-content: center; gap: 8px; overflow: hidden; border: 1px solid var(--border); border-radius: 34px; background: radial-gradient(circle at center, rgba(37,99,235,.16), transparent 55%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 34px 34px, 34px 34px; }
.map-circle { position: absolute; width: 280px; height: 280px; border: 1px solid rgba(96,165,250,.35); border-radius: 50%; box-shadow: 0 0 0 50px rgba(37,99,235,.04), 0 0 0 100px rgba(37,99,235,.025); }
.map-pin { z-index: 1; font-size: 58px; color: var(--blue-light); }
.map-placeholder strong, .map-placeholder span { position: relative; z-index: 1; }
.map-placeholder span { color: var(--muted); }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-layout { display: flex; justify-content: center; }
.about-copy { width: min(100%, 900px); padding: clamp(30px, 5vw, 64px); border: 1px solid var(--border); border-radius: 36px; background: radial-gradient(circle at top right, rgba(37,99,235,.14), transparent 45%), var(--card); box-shadow: var(--shadow); }
.signature { margin-top: 28px; font-size: 18px; font-weight: 800; }
.signature span { color: var(--blue-light); }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { padding: 22px 0; list-style: none; font-weight: 800; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--blue-light); font-size: 24px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding-bottom: 22px; color: var(--muted); }

.contact-section { background: linear-gradient(180deg, var(--bg), #0a1424); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-list { display: grid; gap: 12px; }
.contact-list a { display: grid; padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-list span { color: var(--blue-light); }
.contact-form { padding: 34px; }
.form-row { display: grid; gap: 8px; margin-bottom: 17px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
label { font-size: 13px; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--border); border-radius: 12px; padding: 14px 15px; color: var(--text); background: rgba(255,255,255,.035); outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--blue-light); box-shadow: 0 0 0 3px rgba(96,165,250,.12); }
select option { color: #111; }
.checkbox-row { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0 22px; color: var(--muted); font-weight: 500; }
.checkbox-row input { width: auto; margin-top: 5px; }
.form-status { min-height: 25px; margin: 12px 0 0; color: var(--green); }

.site-footer { padding: 75px 0 25px; border-top: 1px solid var(--border); background: #050b14; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 45px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid h3 { margin-bottom: 9px; font-size: 15px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: var(--muted); font-size: 13px; }
.footer-grid a:hover { color: var(--blue-light); }
.footer-brand { margin-bottom: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 40px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }

.floating-call, .back-to-top { position: fixed; z-index: 900; right: 22px; width: 54px; height: 54px; display: grid; place-items: center; border: 0; border-radius: 50%; box-shadow: var(--shadow); }
.floating-call { bottom: 22px; background: var(--green); color: #07130a; font-size: 22px; }
.back-to-top { bottom: 86px; opacity: 0; pointer-events: none; transform: translateY(10px); background: var(--card-solid); color: white; transition: .25s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 1050px) {
  .nav-call { display: none; }
  .hero-grid, .two-col, .about-grid, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 520px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-pad { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 46px; height: 46px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 18px 22px 28px; background: rgba(8,17,31,.98); border-bottom: 1px solid var(--border); transform: translateY(-130%); transition: .3s; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid var(--border); }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(42px, 13vw, 64px); }
  .hero-visual { min-height: 420px; }
  .floating-card { width: 190px; }
  .floating-one { left: 0; top: 25px; }
  .floating-two { right: 0; bottom: 25px; }
  .service-grid, .benefit-grid, .price-grid, .form-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--border); }
  .trust-grid div:last-child { border-bottom: 0; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 340px; }
  .floating-card { display: none; }
  th, td { padding: 14px 12px; }
  th { width: 65%; }
}


/* Kapcsolati űrlap visszajelzései és spamcsapda */
.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status.success { color: #86efac; }
.form-status.error { color: #fca5a5; }
.contact-form button[disabled] { opacity: .65; cursor: wait; }

/* 2.0 tartalmi bővítések az eredeti vizuális rendszerben */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-card, .problem-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  box-shadow: var(--shadow);
}
.process-card > span {
  display: block;
  color: var(--blue-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}
.process-card h3 { margin: 50px 0 10px; }
.process-card p, .problem-card p, .local-seo-grid p { color: var(--muted); font-size: 14px; }
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.problem-card { min-height: 245px; }
.problem-card h3 { margin: 26px 0 9px; }
.problem-card .service-icon { width: 48px; height: 48px; font-size: 20px; }
.brand-strip { padding: 38px 0; border-block: 1px solid var(--border); background: #07101c; }
.brand-strip .container > span { display: block; margin-bottom: 22px; color: var(--muted); text-align: center; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.brand-strip .container > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 28px; }
.brand-strip strong { color: #a7b7c9; font-size: 14px; letter-spacing: .04em; }
.local-seo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 65px; }
.local-seo-grid article { padding: 26px; border: 1px solid var(--border); border-radius: 20px; background: rgba(255,255,255,.025); }
.local-seo-grid h3 { margin-top: 0; font-size: 17px; }

@media (max-width: 1050px) {
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-grid, .local-seo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  .process-grid, .problem-grid, .local-seo-grid { grid-template-columns: 1fr; }
  .process-card, .problem-card { min-height: auto; }
  .process-card h3 { margin-top: 32px; }
  .brand-strip .container > div { justify-content: center; }
}
