/* Saját tárhelyről betöltött Inter – Google Fonts hálózati függőség nélkül. */
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/inter-400-latin-ext.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/inter-500-latin-ext.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/inter-600-latin-ext.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/inter-700-latin-ext.woff2') format('woff2')}
@font-face{font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:url('assets/fonts/inter-800-latin-ext.woff2') format('woff2')}

:root{--bg:#050706;--bg-soft:#0a0e0b;--surface:#101512;--surface-2:#151c17;--text:#f4f7f4;--muted:#aab5ac;--green:#8cff00;--green-2:#45d900;--line:rgba(255,255,255,.10);--shadow:0 30px 80px rgba(0,0,0,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:radial-gradient(circle at 80% 0%,rgba(86,255,0,.10),transparent 30rem),var(--bg);font-family:Inter,Arial,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.page-glow{position:fixed;width:28rem;height:28rem;border-radius:50%;filter:blur(120px);opacity:.10;pointer-events:none;z-index:-1;background:var(--green)}.page-glow--one{top:20%;left:-16rem}.page-glow--two{right:-18rem;bottom:8%}.menu{display:flex;align-items:center;gap:30px;font-size:.94rem;font-weight:600}.menu>a:not(.button){color:#d5ddd7;transition:.2s}.menu>a:not(.button):hover{color:var(--green)}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:26px;height:2px;margin:5px;background:white}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:10px;color:#091005;background:linear-gradient(135deg,var(--green),var(--green-2));font-weight:800;box-shadow:0 14px 35px rgba(85,220,0,.20);transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(85,220,0,.30)}.button--small{min-height:44px;padding-inline:18px}.button--light{color:#071004;background:white;box-shadow:none}.hero{min-height:790px;padding:160px 0 90px;display:flex;align-items:center;border-bottom:1px solid var(--line)}.hero__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--green);text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:800}.eyebrow span{width:28px;height:2px;background:var(--green)}h1,h2,h3,p{margin-top:0}h1{margin-bottom:24px;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.98;letter-spacing:-.055em}.hero h1{font-size:clamp(2.3rem,4.1vw,4.25rem)}.blog-hero h1,.quote-page__intro h1,.strategy-hero h1{font-size:clamp(2.2rem,3.8vw,3.9rem);line-height:1.02;letter-spacing:-.045em}h1 em{color:var(--green);font-style:normal}.hero__lead{max-width:680px;color:var(--muted);font-size:1.06rem;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:22px;align-items:center;margin-top:34px}.text-link{color:#dce3de;font-weight:700}.text-link span{color:var(--green);margin-left:5px}.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:54px;padding-top:25px;border-top:1px solid var(--line)}.hero__stats strong,.hero__stats span{display:block}.hero__stats strong{font-size:.95rem}.hero__stats span{color:var(--muted);font-size:.77rem;margin-top:4px}.hero__visual{position:relative}.logo-card{position:relative;overflow:hidden;padding:28px;border:1px solid rgba(140,255,0,.25);border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));box-shadow:var(--shadow)}.logo-card::before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 20%,rgba(140,255,0,.08),transparent 65%)}.logo-card img{position:relative;width:115%;max-width:115%;margin-left:-7.5%;border-radius:22px}.scan-line{position:absolute;z-index:2;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent);animation:scan-once 1.5s linear 1 both;opacity:.55}@keyframes scan-cycle{0%{top:8%;opacity:.55}27%{top:92%;opacity:.55}30%{top:92%;opacity:0}99.99%{top:8%;opacity:0}100%{top:8%;opacity:.55}}@keyframes scan-once{0%{top:8%;opacity:.55}90%{top:92%;opacity:.55}100%{top:92%;opacity:0}}@media (prefers-reduced-motion:reduce){.scan-line{animation:none}}.floating-tag{position:absolute;z-index:3;padding:11px 15px;border:1px solid var(--line);border-radius:10px;background:rgba(10,14,11,.92);box-shadow:var(--shadow);font-size:.82rem;font-weight:700}.floating-tag--top{right:-15px;top:32px}.floating-tag--bottom{left:-28px;bottom:36px;color:var(--green)}.section{padding:110px 0}.section--dark{background:#080b09;border-block:1px solid var(--line)}.section-heading{max-width:710px;margin-bottom:50px}.section-heading--center{margin-inline:auto;text-align:center}.section-heading--center .eyebrow{justify-content:center}h2{margin-bottom:18px;font-size:clamp(2.2rem,4vw,4rem);line-height:1.05;letter-spacing:-.045em}.section-heading>p:last-child,.cta p,.feature-list p,.card p,.steps p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{position:relative;padding:34px;min-height:420px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));transition:.25s}.card:hover{transform:translateY(-6px);border-color:rgba(140,255,0,.35)}.card--featured{border-color:rgba(140,255,0,.4);box-shadow:0 20px 65px rgba(80,220,0,.08)}.badge{position:absolute;top:18px;right:18px;padding:6px 10px;border-radius:999px;color:#091005;background:var(--green);font-size:.68rem;font-weight:800;text-transform:uppercase}.card__number{margin-bottom:60px;color:var(--green);font-size:.8rem;font-weight:800;letter-spacing:.15em}.card h3{font-size:1.45rem}.card ul{margin:24px 0 0;padding:0;list-style:none;color:#d8dfda;font-size:.9rem}.card li{padding:9px 0;border-top:1px solid var(--line)}.card li::before{content:"✓";margin-right:9px;color:var(--green)}.split{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.feature-list article{display:grid;grid-template-columns:54px 1fr;gap:22px;padding:26px 0;border-bottom:1px solid var(--line)}.feature-list b{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(140,255,0,.25);border-radius:50%;color:var(--green);font-size:.77rem}.feature-list h3{margin-bottom:7px;font-size:1.25rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps article{padding:28px 24px;border-top:2px solid var(--green);background:var(--surface)}.steps span{display:block;margin-bottom:38px;color:var(--green);font-weight:800}.steps h3{font-size:1.15rem}.cta{padding:72px 0;background:#080b09;border-top:1px solid var(--line)}.cta__inner{display:flex;align-items:center;justify-content:space-between;gap:44px;padding:42px 46px;border:1px solid rgba(140,255,0,.18);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(140,255,0,.025));box-shadow:0 24px 70px rgba(0,0,0,.24)}.cta__copy{max-width:720px}.cta .eyebrow{color:var(--green)}.cta .eyebrow span{background:var(--green)}.cta h2{max-width:680px;margin-bottom:14px;font-size:clamp(1.9rem,3.2vw,3rem)}.cta p{max-width:680px;margin-bottom:0;color:var(--muted)}.cta__action{display:flex;flex:0 0 auto;flex-direction:column;align-items:center;gap:11px}.cta__action .button{min-width:190px;box-shadow:0 12px 28px rgba(85,220,0,.16)}.cta__action span{color:#8f9a91;font-size:.76rem;white-space:nowrap}footer{padding:34px 0;background:#030403}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:25px;color:#8d978f;font-size:.82rem}footer a:last-child{color:#cbd3cd}@media (max-width:900px){.menu-toggle{display:block;cursor:pointer}.menu{position:absolute;top:100px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;padding:22px;background:#0b0f0c;border:1px solid var(--line);border-radius:14px}.menu.open{display:flex}.hero{padding-top:135px}.hero__grid,.split{grid-template-columns:1fr}.hero__visual{max-width:650px;margin:auto}.cards{grid-template-columns:1fr}.card{min-height:auto}.card__number{margin-bottom:30px}.steps{grid-template-columns:repeat(2,1fr)}.cta__inner{align-items:flex-start;flex-direction:column}}@media (max-width:600px){.container{width:min(100% - 26px,1160px)}.hero{min-height:auto;padding-bottom:70px}h1{font-size:2.65rem}.hero h1{font-size:clamp(2.1rem,9vw,2.35rem)}.blog-hero h1,.quote-page__intro h1,.strategy-hero h1{font-size:clamp(1.95rem,8.4vw,2.25rem);line-height:1.06;letter-spacing:-.04em}.hero__stats{grid-template-columns:1fr}.floating-tag{display:none}.section{padding:78px 0}.steps{grid-template-columns:1fr}.footer__inner{flex-direction:column;text-align:center}}body.modal-open{overflow:hidden}.quote-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;visibility:hidden;opacity:0;transition:opacity .22s ease,visibility .22s ease}.quote-modal.open{visibility:visible;opacity:1}.quote-modal__backdrop{position:absolute;inset:0;background:rgba(2,4,3,.82);backdrop-filter:blur(10px)}.quote-modal__dialog{position:relative;width:min(720px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:42px;border:1px solid rgba(140,255,0,.28);border-radius:22px;background:linear-gradient(145deg,#111713,#080b09);box-shadow:var(--shadow);transform:translateY(18px) scale(.985);transition:transform .22s ease}.quote-modal.open .quote-modal__dialog{transform:translateY(0) scale(1)}.quote-modal__close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;color:var(--text);background:rgba(255,255,255,.04);cursor:pointer;font-size:1.7rem;line-height:1;transition:.2s}.quote-modal__close:hover{color:var(--green);border-color:rgba(140,255,0,.4)}.quote-modal h2{max-width:580px;margin-bottom:12px;font-size:clamp(2rem,5vw,3.4rem)}.quote-modal__intro{margin-bottom:28px;color:var(--muted)}.quote-form{display:grid;gap:20px}.quote-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.quote-form label{display:grid;gap:8px}.quote-form label>span{color:#dce3de;font-size:.84rem;font-weight:700}.quote-form input,.quote-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;outline:none;color:var(--text);background:rgba(255,255,255,.035);font:inherit;transition:border-color .2s,box-shadow .2s,background .2s}.quote-form input{min-height:50px;padding:0 15px}.quote-form textarea{min-height:145px;padding:13px 15px;resize:vertical}.quote-form input:focus,.quote-form textarea:focus{border-color:rgba(140,255,0,.65);background:rgba(140,255,0,.035);box-shadow:0 0 0 3px rgba(140,255,0,.08)}.quote-form .button{justify-self:start;border:0;cursor:pointer}.quote-form__honey{position:absolute !important;left:-9999px !important}@media (max-width:600px){.quote-modal{padding:13px}.quote-modal__dialog{max-height:calc(100vh - 26px);padding:34px 20px 24px;border-radius:16px}.quote-form__grid{grid-template-columns:1fr;gap:16px}.quote-form .button{width:100%}}.quote-form__status{display:none;padding:13px 15px;border-radius:10px;font-size:.92rem;font-weight:700}.quote-form__status.is-success{display:block;color:#071004;background:var(--green)}.quote-form__status.is-error{display:block;color:#ffd8d8;border:1px solid rgba(255,100,100,.35);background:rgba(180,30,30,.18)}.quote-page{min-height:100vh;overflow-x:hidden}.quote-page__main{min-height:calc(100vh - 72px)}.quote-page__section{padding:122px 0 90px}.quote-page__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:72px;align-items:start}.quote-page__intro,.quote-page__card{min-width:0}.quote-page__intro{padding-top:26px}.quote-page__intro h1{max-width:650px;overflow-wrap:normal;word-break:normal;hyphens:none}.quote-page__intro>p:not(.eyebrow){max-width:580px;margin-top:24px;color:var(--muted);font-size:1.06rem;line-height:1.7}.quote-page__contact{margin-top:42px;padding-top:24px;border-top:1px solid var(--line)}.quote-page__contact span{display:block;margin-bottom:5px;color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.quote-page__contact a{color:var(--green);font-weight:800}.quote-page__card{width:100%;padding:38px;border:1px solid rgba(140,255,0,.24);border-radius:22px;background:linear-gradient(145deg,#111713,#080b09);box-shadow:var(--shadow)}.quote-page__back{white-space:nowrap}@media (max-width:900px){.menu{top:72px}.hero{padding-top:122px}.quote-page__section{padding-top:112px}.quote-page__grid{grid-template-columns:minmax(0,1fr);gap:44px}.quote-page__intro{padding-top:0}}@media (max-width:600px){html,body{width:100%;max-width:100%}.menu{top:64px}.hero{padding-top:108px}.quote-page .container{width:calc(100% - 24px);max-width:100%;margin-inline:auto}.quote-page__back{flex:0 0 auto;font-size:.72rem;line-height:1.15}.quote-page__section{padding:90px 0 52px}.quote-page__grid{display:flex;flex-direction:column;gap:32px;width:100%}.quote-page__intro{width:100%;margin:0;padding:0}.quote-page__intro h1{max-width:100%;margin-bottom:16px}.quote-page__intro>p:not(.eyebrow){max-width:100%;margin:0;font-size:1rem;line-height:1.7}.quote-page__contact{margin-top:24px;padding-top:16px}.quote-page__contact a{overflow-wrap:anywhere}.quote-page__card{width:100%;max-width:100%;margin:0;padding:20px 14px;border-radius:15px}.quote-page .quote-form,.quote-page .quote-form__grid,.quote-page .quote-form label{display:grid;width:100%;min-width:0;max-width:100%}.quote-page .quote-form{gap:16px}.quote-page .quote-form__grid{grid-template-columns:minmax(0,1fr);gap:14px}.quote-page .quote-form input,.quote-page .quote-form textarea{display:block;width:100%;min-width:0;max-width:100%;font-size:16px}.quote-page .quote-form input{min-height:48px;padding:0 12px}.quote-page .quote-form textarea{min-height:145px;padding:12px;resize:vertical}.quote-page .quote-form .button{width:100%;max-width:100%;min-height:50px;padding:10px 12px;white-space:normal;text-align:center;line-height:1.25}.quote-page .footer__inner{padding-inline:4px}}@media (max-width:360px){.quote-page__back{font-size:.66rem}.quote-page__card{padding-inline:12px}}@media (max-width:600px){}

/* GerillaWeb sütikezelő */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(145, 255, 93, .34);
  border-radius: 16px;
  background: rgba(8, 13, 10, .97);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .46);
  color: #f4f7f5;
  font-family: Inter, Arial, sans-serif;
  transform: translateY(24px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.cookie-banner.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.cookie-banner__text { margin: 0; font-size: .94rem; line-height: 1.55; }
.cookie-banner__text strong { color: #91FF5D; }
.cookie-banner__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.cookie-banner__button {
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: .88rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.cookie-banner__button:hover { transform: translateY(-1px); }
.cookie-banner__button--accept { background: linear-gradient(135deg, #91FF5D, #63d936); color: #071004; }
.cookie-banner__button--reject { border-color: rgba(255,255,255,.28); background: transparent; color: #fff; }
.cookie-banner__button--reject:hover { border-color: #91FF5D; color: #91FF5D; }
@media (max-width: 700px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }
  .cookie-banner__text { font-size: .88rem; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__button { flex: 1 1 0; }
}
@media (max-width: 380px) {
  .cookie-banner__actions { flex-direction: column; }
}
/* V10 – neonzöld gombok fekete felirata minden interakciós állapotban */
.button:not(.button--light),.button:not(.button--light):link,.button:not(.button--light):visited,.button:not(.button--light):hover,.button:not(.button--light):focus,.button:not(.button--light):focus-visible,.button:not(.button--light):active,.btn--primary:not(.btn--ghost),.btn--primary:not(.btn--ghost):link,.btn--primary:not(.btn--ghost):visited,.btn--primary:not(.btn--ghost):hover,.btn--primary:not(.btn--ghost):focus,.btn--primary:not(.btn--ghost):focus-visible,.btn--primary:not(.btn--ghost):active{color:#050706;-webkit-text-fill-color:#050706;text-shadow:none;}
.button:not(.button--light) svg,.btn--primary:not(.btn--ghost) svg{color:#050706;fill:currentColor;stroke:currentColor;}

/* =========================================================
   EGYSÉGES FEJLÉC KOMPONENS
   A főoldal fejlécének méretei és igazítása minden oldalon.
   Oldalspecifikus CSS nem írhatja felül ezeket a szelektorokat.
   ========================================================= */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 72px;
  background: rgba(5, 7, 6, .72);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: border-color .25s ease, background-color .25s ease;
}
.site-header.scrolled { border-color: var(--line); }
.site-header .container.nav {
  min-height: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 0;
}
.site-header .brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 72px;
  margin: 0;
  padding: 0;
}
.site-header .brand img {
  display: block;
  width: 170px;
  height: 60px;
  max-width: none;
  max-height: 60px;
  object-fit: contain;
  object-position: left center;
}
.site-header .text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.site-header .menu { top: 72px; }

@media (max-width: 600px) {
  .site-header { height: 64px; }
  .site-header .container.nav {
    min-height: 64px;
    height: 64px;
    gap: 10px;
  }
  .site-header .brand { height: 64px; }
  .site-header .brand img {
    width: 132px;
    height: 52px;
    max-height: 52px;
  }
  .site-header .menu { top: 64px; }
  .site-header .text-link {
    font-size: .72rem;
    line-height: 1.15;
  }
}

/* Lábléc-logó: a fejléc-komponenstől független méret. */
.brand--footer img {
  width: 138px;
  height: 72px;
  object-fit: contain;
}


/* Közös lábléc-linkek – korábbi külön kérés összevonva. */
.footer__links{display:flex;gap:18px;align-items:center}.footer__links a{color:var(--muted)}.footer__links a:hover{color:var(--green)}@media(max-width:600px){.footer__links{flex-wrap:wrap}}

/* A hero CTA kezdeti helyének stabil lefoglalása a CLS csökkentésére. */
.hero__actions{min-height:54px}

/* PageSpeed 2: képaránybiztos főoldali animált logó. */
.logo-card img{height:auto;aspect-ratio:1 / 1;object-fit:contain}
@media (max-width:600px){
  .hero__visual,.logo-card{width:100%;max-width:100%}
  .logo-card{padding:18px}
  .logo-card img{width:100%;max-width:100%;height:auto;margin-left:0;aspect-ratio:1 / 1;object-fit:contain}
}

@media (max-width:700px){.cta{padding:52px 0}.cta__inner{align-items:stretch;flex-direction:column;gap:28px;padding:30px 24px;border-radius:20px}.cta h2{font-size:clamp(1.75rem,8vw,2.35rem)}.cta__action{align-items:stretch}.cta__action .button{width:100%;min-width:0}.cta__action span{text-align:center;white-space:normal}}
