:root {
  --navy: #0b1120;
  --navy-soft: #111a2d;
  --slate: #1e293b;
  --blue: #2153b1;
  --cyan: #4eaeb9;
  --white: #fff;
  --ice: #f1f5f9;
  --line: #e2e8f0;
  --muted: #64748b;
  --text: #334155;
  --heading: #0f172a;
  --gradient: linear-gradient(125deg, var(--blue), var(--cyan));
  --shadow: 0 24px 70px -30px rgba(33, 83, 177, .28);
  --container: min(1180px, calc(100vw - 48px));
  --header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--white); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; overflow-wrap: break-word; }
h1, h2, h3 { color: var(--heading); font-family: "Plus Jakarta Sans", Inter, sans-serif; line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; hyphens: none; }
h1 { margin-bottom: 24px; font-size: clamp(3.15rem, 6.2vw, 6.45rem); font-weight: 800; }
h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4.5vw, 4.3rem); font-weight: 800; }
h3 { margin-bottom: 12px; font-size: 1.15rem; font-weight: 700; }
::selection { color: white; background: var(--blue); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 128px 0; }
.section-dark { color: #cbd5e1; background: var(--navy); }
.section-dark h1, .section-dark h2, .section-dark h3 { color: white; }
.gradient-text { color: transparent; background: var(--gradient); -webkit-background-clip: text; background-clip: text; }
.grid-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(148, 163, 184, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, .06) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 20%, transparent 90%); pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: #79ced5; font: 600 .72rem/1.2 "JetBrains Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: var(--blue); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #5eead4; box-shadow: 0 0 0 5px rgba(94, 234, 212, .1), 0 0 18px #5eead4; }
.button { max-width: 100%; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 12px 23px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-weight: 700; line-height: 1.25; text-align: center; white-space: normal; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--gradient); box-shadow: 0 14px 34px -15px rgba(78, 174, 185, .8); }
.button-primary:hover { box-shadow: 0 18px 38px -13px rgba(78, 174, 185, .85); }
.button-secondary { color: var(--heading); background: var(--ice); border-color: var(--line); }
.button-outline { color: white; background: rgba(255,255,255,.02); border-color: rgba(255,255,255,.22); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: .88rem; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.28); font-weight: 700; }
.text-link:hover { border-color: var(--cyan); }
.text-button { padding: 5px 0; color: var(--blue); background: none; border: 0; cursor: pointer; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.hero-copy, .hero-visual, .section-heading > *, .service-card, .story-copy, .story-editor, .bespoke-copy, .quality-copy, .quality-grid, .contact-copy, .contact-form, .benefit-card { min-width: 0; }
html[lang="hu"] body { hyphens: auto; }
html[lang="hu"] .hero-copy h1 { font-size: clamp(2.9rem, 5.55vw, 5.75rem); }
html[lang="hu"] .section-heading h2, html[lang="hu"] .bespoke-copy h2, html[lang="hu"] .contact-copy h2 { font-size: clamp(2.2rem, 4.05vw, 3.9rem); }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; border-radius: 8px; color: white; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: var(--header-height); display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); color: white; border-bottom: 1px solid transparent; transition: height .25s ease, background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { height: 68px; background: rgba(11,17,32,.86); border-color: rgba(148,163,184,.16); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 42px; height: 38px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: white; font: 800 1.18rem/1 "Plus Jakarta Sans", sans-serif; letter-spacing: -.03em; }
.brand-copy small { margin-top: 5px; color: #8da0bd; font: 600 .48rem/1 "JetBrains Mono", monospace; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: 33px; margin-left: auto; margin-right: 34px; }
.desktop-nav a { position: relative; color: #cbd5e1; font-size: .9rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gradient); transition: right .2s ease; }
.desktop-nav a:hover { color: white; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; gap: 12px; align-items: center; }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid rgba(148,163,184,.2); border-radius: 8px; background: rgba(255,255,255,.04); }
.lang-button { padding: 5px 8px; color: #94a3b8; background: transparent; border: 0; border-radius: 5px; cursor: pointer; font: 600 .68rem/1.2 "JetBrains Mono", monospace; }
.lang-button.active { color: white; background: rgba(78,174,185,.18); }
.menu-toggle { width: 42px; height: 42px; display: none; place-items: center; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; }
.menu-toggle span { position: absolute; width: 17px; height: 1.5px; background: currentColor; transition: transform .2s ease; }
.menu-toggle span:first-child { transform: translateY(-3px); }
.menu-toggle span:last-child { transform: translateY(3px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-nav { position: absolute; top: 67px; left: 16px; right: 16px; display: none; padding: 18px; border: 1px solid rgba(148,163,184,.16); border-radius: 12px; background: rgba(11,17,32,.98); box-shadow: var(--shadow); }
.mobile-nav a { padding: 12px; font-weight: 700; }
.mobile-nav.open { display: grid; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; padding: 128px 0 82px; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 150px; background: linear-gradient(transparent, rgba(11,17,32,.98)); pointer-events: none; }
.hero-grid { opacity: .7; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(35px, 5vw, 80px); align-items: center; }
.hero-copy { max-width: 700px; }
.hero-copy h1 { max-width: 760px; }
.hero-lead { max-width: 625px; margin-bottom: 34px; color: #aab7ca; font-size: clamp(1.03rem, 1.4vw, 1.22rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(148,163,184,.13); color: #9eacc1; font-size: .78rem; font-weight: 600; }
.trust-row div { display: flex; align-items: center; gap: 8px; }
.check-icon { width: 20px; height: 20px; display: grid; place-items: center; color: #8fe2d8; border: 1px solid rgba(78,174,185,.4); border-radius: 50%; font-size: .62rem; }
.hero-visual { position: relative; perspective: 1200px; }
.editor-window { overflow: hidden; color: #cbd5e1; background: rgba(21,31,51,.94); border: 1px solid rgba(148,163,184,.2); border-radius: 12px; box-shadow: 0 38px 100px -35px rgba(0,0,0,.9), 0 0 0 1px rgba(78,174,185,.05); font-family: "JetBrains Mono", monospace; }
.hero-editor { transform: rotateY(-5deg) rotateX(1.5deg); transform-style: preserve-3d; transition: transform .2s ease-out; }
.editor-titlebar { min-height: 45px; display: flex; align-items: center; gap: 18px; padding: 0 14px; color: #8290a5; background: #111a2b; border-bottom: 1px solid #2a3850; font-size: .65rem; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 8px; height: 8px; border-radius: 50%; background: #475569; }
.window-dots span:first-child { background: #fb7185; }.window-dots span:nth-child(2) { background: #fbbf24; }.window-dots span:last-child { background: #4ade80; }
.editor-title { margin: auto; color: #cbd5e1; }.editor-meta { margin-left: auto; white-space: nowrap; }
.editor-body { min-height: 390px; display: grid; grid-template-columns: 43px 1fr; }
.editor-sidebar { display: flex; flex-direction: column; align-items: center; gap: 25px; padding-top: 20px; color: #526177; background: #0f1728; border-right: 1px solid #26344a; }
.editor-sidebar .active { color: var(--cyan); }
.editor-code { overflow: hidden; padding: 24px 14px 24px 4px; background: radial-gradient(circle at 80% 20%, rgba(33,83,177,.1), transparent 45%), #141e31; }
.editor-code ol { margin: 0; padding-left: 44px; color: #536278; font-size: clamp(.62rem, .87vw, .76rem); line-height: 2.04; }
.editor-code code { display: inline-block; color: #b9c7d8; padding-left: 10px; }
.pink { color: #ec8db8; font-style: normal; }.cyan { color: #72d4db; }.blue { color: #77aaf6; }
.code-cursor, .typing-cursor { display: inline-block; width: 2px; height: 1.1em; margin-left: 2px; vertical-align: -.16em; background: #7ee4e6; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.editor-statusbar { min-height: 27px; display: flex; justify-content: space-between; align-items: center; padding: 0 12px; color: #b7c4d8; background: #183f85; font-size: .56rem; }
.floating-chip { position: absolute; display: grid; grid-template-columns: 33px auto; column-gap: 9px; align-items: center; min-width: 168px; padding: 12px; border: 1px solid rgba(148,163,184,.2); border-radius: 10px; background: rgba(17,26,43,.9); box-shadow: 0 20px 55px -23px #000; backdrop-filter: blur(12px); font-family: Inter, sans-serif; }
.floating-chip > span { grid-row: 1 / 3; width: 33px; height: 33px; display: grid; place-items: center; color: #8be0dc; background: rgba(78,174,185,.11); border: 1px solid rgba(78,174,185,.25); border-radius: 8px; }
.floating-chip strong { color: white; font-size: .73rem; }.floating-chip small { color: #7f8ea4; font: 500 .55rem/1.3 "JetBrains Mono", monospace; }
.chip-security { right: -25px; bottom: 50px; }.chip-quality { left: -30px; top: 70px; }
.orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .25; pointer-events: none; }
.orb-one { width: 430px; height: 430px; top: 0; right: 8%; background: var(--blue); }.orb-two { width: 330px; height: 330px; left: -7%; bottom: -10%; background: var(--cyan); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: flex; gap: 10px; align-items: center; color: #627089; transform: translateX(-50%); font: 500 .55rem/1 "JetBrains Mono", monospace; letter-spacing: .16em; }
.scroll-cue span { width: 16px; height: 28px; border: 1px solid #46556c; border-radius: 10px; }.scroll-cue span::after { content: ""; width: 2px; height: 5px; display: block; margin: 6px auto; background: var(--cyan); animation: scrollCue 1.8s ease infinite; }
@keyframes scrollCue { 70% { transform: translateY(8px); opacity: 0; } }

.intro-strip { color: #6d7b90; background: var(--navy); border-top: 1px solid rgba(148,163,184,.12); border-bottom: 1px solid rgba(148,163,184,.12); }
.stack-row { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.stack-row > span { flex: 0 0 auto; color: #6f7e94; font: 600 .62rem/1.2 "JetBrains Mono", monospace; letter-spacing: .13em; }
.stack-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 2.5vw, 32px); flex-wrap: wrap; }
.stack-list b { color: #9aa8bb; font: 600 .9rem/1 "Plus Jakarta Sans", sans-serif; }.stack-list i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); }

.services { background: linear-gradient(180deg, var(--white), #f8fafc); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 4px; color: var(--muted); }
.section-heading.centered { display: block; max-width: 850px; margin: 0 auto 64px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }.section-heading.centered > p { max-width: 720px; margin: 0 auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 38px 34px 32px; background: rgba(255,255,255,.65); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transform-style: preserve-3d; transition: background .25s ease, box-shadow .25s ease, transform .15s ease-out; }
.service-card:hover { z-index: 2; background: white; box-shadow: var(--shadow); }
.service-number { position: absolute; top: 24px; right: 25px; color: #a5b4c8; font: 500 .64rem/1 "JetBrains Mono", monospace; }
.service-icon { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 35px; color: var(--blue); background: linear-gradient(135deg, rgba(33,83,177,.1), rgba(78,174,185,.1)); border: 1px solid rgba(33,83,177,.12); border-radius: 10px; font-size: 1.25rem; }
.service-card p { margin-bottom: 20px; color: var(--muted); font-size: .9rem; line-height: 1.75; }.card-arrow { position: absolute; right: 29px; bottom: 24px; color: var(--cyan); opacity: 0; transform: translate(-6px, 6px); transition: .2s ease; }.service-card:hover .card-arrow { opacity: 1; transform: none; }

.code-story { position: relative; height: 330vh; }
.code-story-sticky { position: sticky; top: 0; min-height: 100svh; display: grid; align-items: center; overflow: hidden; }
.code-backdrop { opacity: .7; }
.code-orb { width: 600px; height: 600px; right: -200px; top: 10%; background: var(--blue); }
.code-story-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 7vw, 95px); align-items: center; }
.story-copy { position: relative; min-height: 560px; }
.story-step { position: absolute; inset: 95px 0 auto; opacity: 0; transform: translateY(25px); pointer-events: none; transition: opacity .45s ease, transform .45s ease; }
.story-step.active { opacity: 1; transform: none; }
.story-step > span { color: #537198; font: 600 .66rem/1 "JetBrains Mono", monospace; }.story-step h2 { margin: 17px 0 23px; font-size: clamp(2.2rem, 4vw, 4.2rem); }.story-step h2 em { color: #67ccd2; font-style: normal; }.story-step p { max-width: 520px; margin-bottom: 0; color: #98a7bb; }
html[lang="hu"] .story-step h2 { font-size: clamp(2.15rem, 3.35vw, 3.65rem); }
.story-progress { width: 85%; height: 2px; margin-top: 28px; background: #28364d; }.story-progress span { display: block; width: 0; height: 100%; background: var(--gradient); }
.story-editor { box-shadow: 0 45px 120px -40px #000; }
.file-tabs { align-self: stretch; display: flex; }.file-tabs button { padding: 0 15px; color: #75849a; background: transparent; border: 0; border-right: 1px solid #2a3850; font: inherit; cursor: pointer; }.file-tabs button.active { color: #d8e2ef; background: #172337; box-shadow: inset 0 2px var(--cyan); }
.editor-workspace { min-height: 490px; display: grid; grid-template-columns: 150px 1fr; background: #131d2f; }
.file-tree { display: flex; flex-direction: column; gap: 9px; padding: 17px 12px; color: #68778e; background: #10192a; border-right: 1px solid #28364d; font-size: .58rem; }.file-tree p { margin-bottom: 3px; color: #8391a6; font-size: .55rem; letter-spacing: .1em; }.file-tree b { color: #b2becf; }.file-tree span { padding-left: 8px; }.file-tree .tree-file { padding: 5px 4px 5px 14px; border-radius: 4px; }.file-tree .active { color: #bde7e6; background: rgba(78,174,185,.1); }
.scroll-code { min-width: 0; overflow: hidden; margin: 0; padding: 28px 26px; color: #b9c8dc; background: radial-gradient(circle at 80% 20%, rgba(33,83,177,.11), transparent 45%); font: 400 clamp(.64rem, .9vw, .78rem)/1.9 "JetBrains Mono", monospace; white-space: pre-wrap; }

.bespoke { overflow: hidden; background: #f8fafc; }
.bespoke-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.bespoke-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.bespoke-visual::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(78,174,185,.12), rgba(33,83,177,.04) 55%, transparent 70%); }
.bespoke-visual > img { position: relative; z-index: 2; width: 180px; filter: drop-shadow(0 30px 35px rgba(33,83,177,.18)); }
.orbit { position: absolute; border: 1px dashed rgba(33,83,177,.2); border-radius: 50%; }.orbit-one { width: 380px; height: 380px; animation: spin 30s linear infinite; }.orbit-two { width: 540px; height: 540px; animation: spin 50s linear reverse infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.architecture-node { position: absolute; z-index: 3; min-width: 145px; padding: 13px 15px; background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }.architecture-node span { position: absolute; top: 9px; right: 10px; color: #9cacc0; font: .55rem "JetBrains Mono", monospace; }.architecture-node b { display: block; color: var(--blue); font: 700 .76rem "JetBrains Mono", monospace; }.architecture-node small { color: var(--muted); font-size: .67rem; }.node-one { top: 70px; right: 10px; }.node-two { left: -5px; top: 245px; }.node-three { right: 20px; bottom: 60px; }
.bespoke-copy > p:not(.eyebrow) { color: var(--muted); }.principle-list { display: grid; gap: 18px; margin-top: 35px; }.principle-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 13px; align-items: start; }.principle-list > div > span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--gradient); border-radius: 8px; font-size: .74rem; }.principle-list p { margin: 0; line-height: 1.4; }.principle-list b, .principle-list small { display: block; }.principle-list b { color: var(--heading); font-size: .92rem; }.principle-list small { margin-top: 4px; color: var(--muted); }

.laravel-section { background: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: 0 25px 70px -50px rgba(33,83,177,.45); }
.benefit-card { min-height: 260px; padding: 30px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.benefit-card:nth-child(4n) { border-right: 0; }.benefit-card:nth-child(n+5) { border-bottom: 0; }.benefit-card > span { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 28px; color: var(--blue); background: var(--ice); border-radius: 8px; font-size: 1.05rem; }.benefit-card p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.7; }.benefit-card.featured { background: var(--navy); }.benefit-card.featured h3 { color: white; }.benefit-card.featured p { color: #94a3b8; }.benefit-card.featured > span { color: #75d2d7; background: rgba(78,174,185,.13); }

.quality-section { position: relative; overflow: hidden; }.quality-section::before { content: ""; position: absolute; width: 500px; height: 500px; top: -240px; right: -100px; border-radius: 50%; background: rgba(33,83,177,.18); filter: blur(90px); }.quality-layout { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }.quality-copy p:not(.eyebrow) { max-width: 620px; color: #94a3b8; }.quality-copy .button { margin-top: 18px; }.quality-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #314059; border-left: 1px solid #314059; }.quality-grid > div { min-height: 170px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid #314059; border-bottom: 1px solid #314059; }.quality-grid span { margin-bottom: auto; color: #5a6d89; font: .6rem "JetBrains Mono", monospace; }.quality-grid b { color: white; font-size: .95rem; }.quality-grid small { margin-top: 5px; color: #8292aa; }

.contact-section { background: linear-gradient(135deg, #f8fafc, white 55%); }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 125px); align-items: start; }.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }.contact-detail { display: flex; align-items: center; gap: 14px; margin-top: 35px; }.contact-detail > span { width: 43px; height: 43px; display: grid; place-items: center; color: white; background: var(--gradient); border-radius: 9px; }.contact-detail small, .contact-detail a { display: block; }.contact-detail small { color: var(--muted); font: 600 .58rem/1 "JetBrains Mono", monospace; letter-spacing: .1em; }.contact-detail a { margin-top: 5px; color: var(--heading); font-weight: 700; }
.contact-form { display: grid; gap: 21px; padding: 38px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-form label { display: grid; gap: 8px; color: var(--heading); font-size: .8rem; font-weight: 700; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--heading); background: #fbfdff; border: 1px solid #dbe3ed; border-radius: 8px; outline: none; font-size: .88rem; transition: border-color .2s ease, box-shadow .2s ease; }.contact-form textarea { resize: vertical; min-height: 135px; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(78,174,185,.1); }.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.form-privacy { margin: -5px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.55; }.form-status { min-height: 1.5em; margin: -7px 0 0; color: var(--blue); font-size: .78rem; font-weight: 600; line-height: 1.5; text-align: center; }.form-status.success { color: #167d68; }.form-status.error { color: #b42318; }.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; }

.site-footer { padding: 80px 0 24px; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 65px; padding-bottom: 54px; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }.footer-grid > div:first-child { gap: 20px; }.footer-grid p { max-width: 320px; color: #8090a6; font-size: .82rem; }.footer-grid b { margin-bottom: 10px; color: #d6deea; font: 600 .62rem/1 "JetBrains Mono", monospace; letter-spacing: .12em; }.footer-grid a, .footer-grid button, .footer-grid span { color: #8292a9; font-size: .8rem; }.footer-grid button { padding: 0; background: none; border: 0; cursor: pointer; }.footer-grid a:hover, .footer-grid button:hover { color: #78d0d5; }.cookie-policy-summary { padding: 26px 0; border-top: 1px solid #253249; border-bottom: 1px solid #253249; }.policy-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; }.policy-heading b { color: #d7e0ec; font-size: .78rem; }.policy-heading button { padding: 6px 9px; color: #8bd9dc; background: rgba(78,174,185,.08); border: 1px solid rgba(78,174,185,.2); border-radius: 6px; cursor: pointer; font-size: .65rem; }.cookie-policy-summary > p { max-width: 980px; margin: 8px 0 0; color: #708198; font-size: .72rem; line-height: 1.65; }.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }.policy-grid > div { min-width: 0; padding: 14px; background: rgba(255,255,255,.025); border: 1px solid #253249; border-radius: 8px; }.policy-grid strong, .policy-grid small { display: block; }.policy-grid strong { color: #b7c4d5; font-size: .7rem; }.policy-grid small { margin-top: 5px; color: #66778f; font-size: .63rem; line-height: 1.55; overflow-wrap: anywhere; }.cookie-policy-summary .policy-note { color: #5d6e84; font-size: .65rem; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #617189; font: 500 .62rem/1.5 "JetBrains Mono", monospace; }

.cookie-banner { position: fixed; z-index: 200; left: 24px; right: 24px; bottom: 24px; display: grid; grid-template-columns: auto minmax(250px, 1fr) auto; gap: 18px; align-items: center; max-width: 1120px; margin: 0 auto; padding: 20px; color: var(--text); background: rgba(255,255,255,.97); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 30px 80px -25px rgba(11,17,32,.35); backdrop-filter: blur(18px); }.cookie-banner[hidden] { display: none; }.cookie-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cyan); background: #edf9f9; border-radius: 9px; }.cookie-copy h2 { margin-bottom: 4px; font-size: 1rem; }.cookie-copy p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.5; }.cookie-actions { display: flex; align-items: center; gap: 9px; }.cookie-actions .button { min-height: 42px; padding-inline: 14px; font-size: .73rem; }
.modal-backdrop { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,10,20,.7); backdrop-filter: blur(8px); }.modal-backdrop[hidden] { display: none; }.cookie-modal { position: relative; width: min(520px, 100%); max-height: calc(100svh - 40px); overflow-y: auto; padding: 34px; background: white; border-radius: 12px; box-shadow: 0 35px 100px -25px #000; }.cookie-modal h2 { margin-bottom: 12px; font-size: 2rem; }.cookie-modal > p:not(.eyebrow) { color: var(--muted); font-size: .83rem; }.modal-close { position: absolute; top: 15px; right: 15px; width: 34px; height: 34px; color: var(--muted); background: var(--ice); border: 0; border-radius: 7px; cursor: pointer; font-size: 1.3rem; }.cookie-option { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 13px; padding: 16px; background: #f8fafc; border: 1px solid var(--line); border-radius: 9px; }.cookie-option div { display: grid; }.cookie-option b { color: var(--heading); font-size: .83rem; }.cookie-option small { color: var(--muted); font-size: .69rem; }.always-on { color: var(--blue); font: 600 .55rem/1 "JetBrains Mono", monospace; white-space: nowrap; }.cookie-option input { position: absolute; opacity: 0; pointer-events: none; }.toggle { flex: 0 0 auto; width: 42px; height: 23px; padding: 3px; background: #cbd5e1; border-radius: 20px; cursor: pointer; transition: background .2s ease; }.toggle::after { content: ""; display: block; width: 17px; height: 17px; background: white; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,.16); transition: transform .2s ease; }.cookie-option input:checked + .toggle { background: var(--cyan); }.cookie-option input:checked + .toggle::after { transform: translateX(19px); }.cookie-modal .button-full { margin-top: 20px; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.menu-toggle { display: grid; }.header-cta { display: none; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 60px; }.hero-copy { max-width: 800px; }.hero-visual { width: min(720px, 92%); margin: 15px auto 30px; }.hero-editor { transform: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.section-heading { grid-template-columns: 1fr; gap: 20px; }
  .code-story-layout { grid-template-columns: 1fr 1.2fr; gap: 35px; }.editor-workspace { grid-template-columns: 110px 1fr; }.file-tree { font-size: .5rem; }.story-editor .editor-meta { display: none; }.story-editor .file-tabs button { padding-inline: 10px; font-size: .58rem; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }.benefit-card:nth-child(2n) { border-right: 0; }.benefit-card:nth-child(-n+6) { border-bottom: 1px solid var(--line); }
  .quality-layout, .contact-layout { gap: 55px; }.footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-grid > div:last-child { display: none; }.policy-grid { grid-template-columns: 1fr; }.cookie-banner { grid-template-columns: auto minmax(0, 1fr); }.cookie-actions { grid-column: 1 / -1; flex-wrap: wrap; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 32px, 1180px); --header-height: 68px; }
  .section { padding: 88px 0; } h1 { font-size: clamp(2.65rem, 14vw, 4rem); } h2 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  html[lang="hu"] .hero-copy h1 { font-size: clamp(2.35rem, 11.5vw, 3.5rem); } html[lang="hu"] .section-heading h2, html[lang="hu"] .bespoke-copy h2, html[lang="hu"] .contact-copy h2 { font-size: clamp(1.95rem, 9vw, 2.85rem); }
  .site-header { padding-inline: 16px; }.brand-copy small { display: none; }.language-switcher { margin-left: auto; }.lang-button { padding: 5px 6px; }
  .hero { padding-top: 105px; }.hero-layout { padding-top: 0; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.trust-row { margin-top: 38px; }.hero-visual { width: 100%; }.hero-editor { transform: none !important; }.editor-body { min-height: 310px; grid-template-columns: 34px 1fr; }.editor-code { padding-right: 4px; }.editor-code ol { padding-left: 36px; font-size: .52rem; }.editor-sidebar { font-size: .65rem; }.floating-chip { transform: scale(.85); }.chip-security { right: -28px; bottom: 32px; }.chip-quality { left: -26px; top: 48px; }.scroll-cue { display: none; }
  .stack-row { align-items: flex-start; flex-direction: column; padding: 26px 0; }.stack-list { justify-content: flex-start; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 280px; }
  .code-story { height: 300vh; }.code-story-sticky { padding: 85px 0 25px; align-items: start; }.code-story-layout { display: block; }.story-copy { min-height: 390px; }.story-step { top: 45px; }.story-step h2, html[lang="hu"] .story-step h2 { font-size: 2rem; }.story-step p { font-size: .82rem; line-height: 1.6; }.story-progress { width: 100%; margin-top: 20px; }.story-editor { margin-top: 12px; }.editor-workspace { min-height: 300px; grid-template-columns: 1fr; }.file-tree { display: none; }.scroll-code { min-height: 300px; padding: 20px 14px; font-size: .51rem; line-height: 1.75; }.file-tabs button { padding: 0 8px; font-size: .52rem; }.story-editor .editor-meta { display: none; }
  .bespoke-layout, .quality-layout, .contact-layout { grid-template-columns: 1fr; }.bespoke-layout { gap: 25px; }.bespoke-visual { min-height: 450px; order: 2; }.orbit-one { width: 300px; height: 300px; }.orbit-two { width: 420px; height: 420px; }.bespoke-visual > img { width: 145px; }.architecture-node { min-width: 125px; padding: 10px 12px; }.node-one { top: 40px; right: 0; }.node-two { top: 205px; }.node-three { bottom: 35px; right: 0; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-card { min-height: 220px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }.benefit-card:last-child { border-bottom: 0 !important; }
  .quality-layout { gap: 50px; }.quality-grid > div { min-height: 145px; padding: 18px; }.contact-layout { gap: 45px; }.contact-form { padding: 24px 18px; }.form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-grid > div:nth-child(3) { display: flex; }.policy-heading { align-items: flex-start; flex-direction: column; }.footer-bottom { flex-direction: column; gap: 7px; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; grid-template-columns: auto 1fr; padding: 16px; }.cookie-actions { grid-column: 1 / -1; flex-wrap: wrap; }.cookie-actions .button { flex: 1; }.cookie-icon { align-self: start; }.cookie-modal { padding: 28px 20px; }
}

@media (max-width: 420px) {
  .language-switcher span { font-size: 0; }.language-switcher span::first-letter { font-size: .9rem; }
  .quality-grid { grid-template-columns: 1fr; }.footer-grid { gap: 40px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; }
}

.error-page { min-height: 100svh; display: grid; place-items: center; padding: 30px; color: #a9b7ca; background: radial-gradient(circle at 70% 20%, rgba(33,83,177,.24), transparent 34%), var(--navy); text-align: center; }
.error-page main { width: min(680px, 100%); }
.error-page img { width: 110px; margin: 0 auto 28px; }
.error-page .eyebrow { justify-content: center; }
.error-page h1 { color: white; font-size: clamp(2.6rem, 7vw, 5rem); }
.error-page p:not(.eyebrow) { margin-bottom: 30px; }
