:root {
  --ink: #17131f;
  --ink-soft: #625b68;
  --purple: #5b28c9;
  --purple-dark: #36116f;
  --purple-light: #eee7ff;
  --gold: #f1c43b;
  --gold-dark: #9b7100;
  --paper: #f6f1ec;
  --paper-2: #eee7e1;
  --white: #fff;
  --line: rgba(30, 22, 37, .13);
  --green: #6bae31;
  --shadow: 0 24px 70px rgba(44, 27, 58, .14);
  --shadow-sm: 0 10px 28px rgba(44, 27, 58, .10);
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 5%, rgba(91, 40, 201, .06), transparent 23rem),
    linear-gradient(180deg, #f8f4f0, var(--paper));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 12px 16px; border-radius: 10px; background: var(--ink); color: #fff; text-decoration: none; }
.skip-link:focus { top: 16px; }

.rename-banner { background: var(--purple-dark); color: #fff; font-size: 14px; }
.rename-banner[hidden] { display: none; }
.rename-banner__inner { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 16px; }
.rename-banner p { margin: 0; text-align: center; }
.rename-banner button { border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 25px; line-height: 1; opacity: .78; }
.rename-banner button:hover { opacity: 1; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid transparent; background: rgba(248, 244, 240, .84); backdrop-filter: blur(16px); transition: box-shadow .2s ease, border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(42, 25, 49, .07); }
.header-inner { display: flex; min-height: 84px; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { position: relative; display: inline-grid; width: 48px; height: 48px; place-items: center; color: var(--purple); font-family: Georgia, serif; font-size: 39px; font-weight: 700; line-height: 1; letter-spacing: -.09em; }
.brand-mark::before { position: absolute; inset: 4px; border: 1px solid rgba(91, 40, 201, .24); border-radius: 16px 7px 16px 7px; content: ""; transform: rotate(-8deg); }
.brand-mark span { position: absolute; right: 0; top: -1px; color: var(--gold); font-family: inherit; font-size: 30px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 22px; letter-spacing: -.04em; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font-size: 11px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 27px); margin-left: auto; }
.main-nav a { position: relative; font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav a::after { position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--purple); content: ""; transition: right .18s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { margin-left: 4px; }
.menu-toggle { display: none; width: 46px; height: 42px; margin-left: auto; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid transparent; border-radius: 11px; cursor: pointer; font-weight: 750; text-align: center; text-decoration: none; box-shadow: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--purple), #6d31de); color: #fff; box-shadow: 0 8px 18px rgba(91, 40, 201, .27); }
.button-primary:hover { box-shadow: 0 12px 25px rgba(91, 40, 201, .34); }
.button-secondary { border-color: rgba(30, 22, 37, .12); background: rgba(255, 255, 255, .75); color: var(--ink); box-shadow: 0 7px 16px rgba(30, 22, 37, .07); }
.button-secondary:hover { background: #fff; border-color: rgba(91, 40, 201, .25); }
.button-light { background: #fff; color: var(--purple-dark); }
.button-gold { background: linear-gradient(135deg, #f4ce4f, var(--gold)); color: #2e2200; box-shadow: 0 9px 20px rgba(184, 132, 0, .28); }
.button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid rgba(91, 40, 201, .25); outline-offset: 3px; }

.hero { position: relative; overflow: hidden; padding: clamp(70px, 8vw, 116px) 0 clamp(72px, 9vw, 125px); }
.hero::before { position: absolute; width: 520px; height: 520px; right: -240px; top: 10px; border-radius: 50%; background: rgba(91, 40, 201, .06); content: ""; filter: blur(2px); }
.hero-grid { display: grid; align-items: center; gap: clamp(44px, 6vw, 80px); grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--purple); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light { color: #cab9ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1, h2 { letter-spacing: -.045em; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(48px, 5.7vw, 76px); }
h1 em { color: var(--purple); font-style: normal; }
.hero-lead { max-width: 680px; margin-bottom: 27px; color: var(--ink-soft); font-size: clamp(18px, 1.8vw, 21px); line-height: 1.55; }
.problem-list { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.problem-list li { position: relative; padding-left: 29px; font-weight: 600; }
.problem-list li::before { position: absolute; left: 0; top: .3em; display: grid; width: 18px; height: 18px; place-items: center; border: 2px solid var(--purple); border-radius: 50%; color: var(--purple); content: "✓"; font-size: 11px; line-height: 1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 16px 0 0; color: var(--ink-soft); font-size: 13px; }
.hero-visual { position: relative; min-height: 570px; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 52px 26px 52px 26px; background: #e9e1dc; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-image-wrap::after { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.10), transparent 55%); content: ""; pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 35%; }
.status-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.86); border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.status-card small, .status-card span { display: block; color: var(--ink-soft); font-size: 11px; }
.status-card strong { display: block; font-size: 13px; line-height: 1.2; }
.status-card--top { right: -20px; top: 54px; }
.status-card--bottom { left: -28px; bottom: 58px; }
.status-card--bottom strong { color: var(--purple); font-size: 24px; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(107, 174, 49, .13); }

.proof-strip { position: relative; z-index: 2; margin-top: -34px; }
.proof-grid { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); backdrop-filter: blur(12px); grid-template-columns: repeat(4, 1fr); }
.proof-grid article { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 18px 25px; border-right: 1px solid var(--line); }
.proof-grid article:last-child { border-right: 0; }
.proof-icon { color: var(--purple); font-size: 28px; font-weight: 700; }
.proof-grid strong, .proof-grid small { display: block; }
.proof-grid strong { font-size: 17px; }
.proof-grid small { color: var(--ink-soft); }

.section { padding: clamp(80px, 9vw, 125px) 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; font-size: clamp(38px, 4.7vw, 62px); }
.section-heading > p { max-width: 470px; margin-bottom: 6px; color: var(--ink-soft); }
.service-grid { display: grid; gap: 20px; grid-template-columns: 1.25fr 1fr 1fr; }
.service-card { position: relative; min-height: 275px; padding: 29px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 10px 30px rgba(43, 27, 52, .05); }
.service-card:first-child { grid-row: span 2; }
.service-card:last-child { grid-column: 2 / 4; }
.service-card--featured { min-height: 570px; background: linear-gradient(150deg, #fff, #ede5fa); }
.service-card--featured::after { position: absolute; right: -110px; bottom: -110px; width: 280px; height: 280px; border-radius: 50%; background: rgba(91, 40, 201, .1); content: ""; }
.card-number { color: var(--purple); font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.service-card h3 { margin: 45px 0 14px; font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -.035em; }
.service-card p { color: var(--ink-soft); }
.service-card ul { position: relative; z-index: 1; display: grid; gap: 11px; margin: 34px 0 0; padding: 0; list-style: none; }
.service-card li::before { margin-right: 9px; color: var(--purple); content: "✓"; font-weight: 900; }

.managed-section { background: radial-gradient(circle at 80% 10%, rgba(129, 83, 223, .32), transparent 30rem), linear-gradient(145deg, #241043, #3f157b); color: #fff; }
.managed-grid { display: grid; align-items: center; gap: clamp(50px, 8vw, 110px); grid-template-columns: .85fr 1.15fr; }
.managed-copy h2 { margin-bottom: 23px; font-size: clamp(42px, 5vw, 66px); }
.managed-copy p { max-width: 590px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: 18px; }
.managed-features { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.managed-features article { padding: 25px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.06); }
.managed-features span { color: #d7caff; font-size: 12px; font-weight: 800; }
.managed-features h3 { margin: 34px 0 8px; font-size: 20px; }
.managed-features p { margin: 0; color: rgba(255,255,255,.66); }

.domain-teaser { background: #fff; }
.domain-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 32px; }
.domain-head h2 { margin-bottom: 13px; font-size: clamp(40px, 5vw, 64px); }
.domain-head p { max-width: 750px; margin-bottom: 0; color: var(--ink-soft); font-size: 18px; }
.domain-mini-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.domain-mini-card { display: flex; min-height: 220px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(160deg, #fff, #f6f1fc); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.domain-mini-card:hover { border-color: rgba(91, 40, 201, .32); box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.domain-mini-card small { color: var(--purple); font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.domain-mini-card strong { margin: 34px 0 11px; font-size: clamp(24px, 2.4vw, 31px); overflow-wrap: anywhere; }
.domain-mini-card span { color: var(--ink-soft); }
.bundle-line { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 24px 27px; border-radius: 18px; background: var(--purple-dark); color: #fff; }
.bundle-line strong, .bundle-line span { display: block; }
.bundle-line span { margin-top: 3px; color: rgba(255,255,255,.64); }
.bundle-line a { color: #f5d76d; font-weight: 800; text-decoration: none; white-space: nowrap; }

.cases-section { border-top: 1px solid var(--line); }
.case-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.case-grid article { min-height: 335px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.64); }
.case-label { display: inline-block; padding: 6px 9px; border-radius: 999px; background: var(--purple-light); color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.case-grid h3 { margin: 60px 0 13px; font-size: 27px; }
.case-grid p { color: var(--ink-soft); }
.case-grid strong { display: block; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 14px; }
.placeholder-note { margin: 22px 0 0; color: var(--ink-soft); font-size: 12px; }

.process-section { background: #eee6df; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); grid-template-columns: 70px 1fr; }
.process-list > li > span { color: var(--purple); font-size: 14px; font-weight: 850; letter-spacing: .08em; }
.process-list h3 { margin: 0 0 7px; font-size: 25px; }
.process-list p { max-width: 760px; margin: 0; color: var(--ink-soft); }

.faq-grid { display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: .75fr 1.25fr; }
.faq-grid h2 { font-size: clamp(40px, 4.7vw, 61px); }
.faq-grid > div:first-child p { color: var(--ink-soft); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; font-weight: 750; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; right: 8px; top: 17px; color: var(--purple); content: "+"; font-size: 27px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 730px; margin: 0; padding: 0 45px 22px 0; color: var(--ink-soft); }

.contact-section { background: linear-gradient(140deg, #1f0c39, #421577); color: #fff; }
.contact-grid { display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: .8fr 1.2fr; }
.contact-copy h2 { margin-bottom: 21px; font-size: clamp(42px, 5vw, 68px); }
.contact-copy p { color: rgba(255,255,255,.7); font-size: 18px; }
.contact-direct { margin-top: 44px; }
.contact-direct a, .contact-direct span { display: block; }
.contact-direct a { color: #f3d05a; font-size: 22px; font-weight: 800; text-decoration: none; }
.contact-direct span { margin-top: 6px; color: rgba(255,255,255,.56); font-size: 13px; }
.contact-form { display: grid; gap: 15px; padding: clamp(25px, 4vw, 40px); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.contact-form label { display: grid; gap: 7px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 700; }
.field-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.10); color: #fff; outline: 0; }
.contact-form option { color: var(--ink); }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.42); }
.checkbox { display: flex !important; align-items: flex-start; grid-template-columns: auto 1fr !important; gap: 9px !important; }
.checkbox input { width: 18px; min-height: 18px; margin-top: 2px; }
.checkbox a { color: #f3d05a; }
.form-note, .form-status { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.form-status { color: #f6d96f; }

.site-footer { padding: 65px 0 25px; background: #130a20; color: #fff; }
.footer-grid { display: grid; gap: 60px; grid-template-columns: 1.5fr .7fr .7fr; }
.brand--footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid p { max-width: 470px; margin: 20px 0 0; color: rgba(255,255,255,.55); }
.footer-grid > div > strong { margin-bottom: 15px; }
.footer-grid > div > a:not(.brand) { margin: 5px 0; color: rgba(255,255,255,.65); text-decoration: none; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: 12px; }

/* Jelszógenerátor */
.tool-hero { padding: 78px 0 45px; text-align: center; }
.tool-hero h1 { max-width: 900px; margin-inline: auto; }
.tool-hero p { max-width: 720px; margin: 0 auto; color: var(--ink-soft); font-size: 18px; }
.generator-shell { width: min(calc(100% - 36px), 920px); margin: 0 auto 90px; padding: clamp(22px, 4vw, 38px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.generator-tabs { display: flex; gap: 8px; margin-bottom: 24px; padding: 6px; border-radius: 13px; background: var(--paper-2); }
.generator-tabs button { flex: 1; padding: 11px; border: 0; border-radius: 9px; background: transparent; cursor: pointer; font-weight: 750; }
.generator-tabs button[aria-selected="true"] { background: #fff; color: var(--purple); box-shadow: 0 4px 12px rgba(30,20,40,.08); }
.generator-panel[hidden] { display: none; }
.result-box { display: grid; gap: 12px; margin-bottom: 24px; padding: 20px; border: 1px solid rgba(91,40,201,.2); border-radius: 15px; background: linear-gradient(140deg, #faf8ff, #f3eefc); }
.result-line { display: flex; align-items: center; gap: 12px; }
.result-output { flex: 1; min-height: 50px; padding: 11px; border: 0; background: transparent; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(18px, 3vw, 26px); overflow-wrap: anywhere; }
.copy-button { min-height: 46px; padding: 10px 15px; border: 0; border-radius: 9px; background: var(--purple); color: #fff; cursor: pointer; font-weight: 750; }
.strength { display: grid; gap: 7px; }
.strength-track { height: 7px; overflow: hidden; border-radius: 999px; background: #ded9e2; }
.strength-bar { width: 30%; height: 100%; border-radius: inherit; background: var(--purple); transition: width .2s ease; }
.strength-label { color: var(--ink-soft); font-size: 12px; }
.option-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.option-card { display: grid; gap: 8px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; }
.option-card label { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-weight: 700; }
.option-card input[type="range"] { width: 100%; accent-color: var(--purple); }
.option-card input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--purple); }
.generator-actions { display: flex; gap: 12px; margin-top: 22px; }
.security-tips { padding: 80px 0; background: #fff; }
.tip-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.tip-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 18px; }
.tip-grid h3 { margin: 30px 0 10px; }
.tip-grid p { margin: 0; color: var(--ink-soft); }

@media (max-width: 1060px) {
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:first-child { grid-row: auto; }
  .service-card:last-child { grid-column: auto; }
  .service-card--featured { min-height: 360px; }
  .domain-mini-grid, .case-grid { grid-template-columns: 1fr 1fr; }
  .domain-mini-card:last-child, .case-grid article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 840px) {
  .rename-banner__inner { padding: 9px 0; align-items: flex-start; }
  .rename-banner p { text-align: left; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 18px; right: 18px; top: calc(100% + 8px); display: none; align-items: stretch; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); flex-direction: column; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 8px; }
  .main-nav a::after { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: min(620px, 88vw); }
  .status-card--top { right: 12px; }
  .status-card--bottom { left: 12px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid article:nth-child(2) { border-right: 0; }
  .proof-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .domain-head { align-items: flex-start; flex-direction: column; }
  .managed-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .domain-mini-grid, .case-grid { grid-template-columns: 1fr; }
  .domain-mini-card:last-child, .case-grid article:last-child { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand-copy small { display: none; }
  .brand-mark { width: 40px; height: 40px; font-size: 33px; }
  .hero { padding-top: 55px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-visual { min-height: 430px; }
  .hero-image-wrap { border-radius: 28px 16px 28px 16px; }
  .status-card--top { top: 24px; }
  .status-card--bottom { bottom: 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid article:last-child { border-bottom: 0; }
  .service-grid, .managed-features, .field-row, .option-grid, .tip-grid { grid-template-columns: 1fr; }
  .service-card--featured { min-height: 360px; }
  .bundle-line { align-items: flex-start; flex-direction: column; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .result-line { align-items: stretch; flex-direction: column; }
  .generator-tabs { flex-direction: column; }
  .generator-actions { flex-direction: column; }
}

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

/* --- 2026 frissítés: íróasztalos hero és űrlapküldés --- */
.button-primary,
.header-cta {
  color: #fff;
}
.button-primary:hover,
.button-primary:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  background: linear-gradient(135deg, #6d31de, #7c41e7);
  color: #fff;
}
.button-gold:hover,
.button-gold:focus-visible {
  background: linear-gradient(135deg, #6d31de, #8a5af2);
  color: #fff;
  box-shadow: 0 12px 28px rgba(91, 40, 201, .28);
}

.hero-grid--desk {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
}
.hero-visual--desk {
  min-height: 610px;
}
.desk-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 54px 26px 54px 26px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.92), rgba(255,255,255,0) 38%),
    linear-gradient(180deg, #efe7e1 0%, #e6ddd6 100%);
  box-shadow: var(--shadow);
}
.desk-stage::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,.18), transparent 56%);
  content: "";
  pointer-events: none;
}
.desk-surface {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 6%;
  height: 24%;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(148,116,87,.1) 30%, rgba(108,83,62,.16));
  filter: blur(.2px);
}
.desk-object {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 26px 42px rgba(39, 26, 55, .16));
  user-select: none;
  -webkit-user-drag: none;
}
.desk-object--laptop { width: min(60%, 360px); left: 17%; bottom: 12%; z-index: 4; }
.desk-object--plant { width: min(25%, 155px); left: 4%; bottom: 18%; z-index: 5; }
.desk-object--mug { width: min(21%, 118px); left: 27%; bottom: 9%; z-index: 6; }
.desk-object--notepad { width: min(26%, 152px); right: 10%; bottom: 13%; transform: rotate(10deg); z-index: 3; }
.desk-object--notebook { width: min(28%, 170px); right: 14%; top: 8%; transform: rotate(8deg); z-index: 2; }
.desk-object--cup { width: min(22%, 126px); right: 5%; top: 10%; z-index: 5; }

.contact-form {
  align-content: start;
}
.contact-form .form-note {
  margin-top: -4px;
}

@media (max-width: 1060px) {
  .hero-grid--desk {
    grid-template-columns: 1fr;
  }
  .hero-visual--desk {
    min-height: 500px;
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 840px) {
  .hero-visual--desk {
    min-height: 430px;
  }
  .desk-object--laptop { width: 52%; left: 22%; bottom: 14%; }
  .desk-object--plant { width: 25%; left: 5%; bottom: 18%; }
  .desk-object--mug { width: 17%; left: 28%; bottom: 9%; }
  .desk-object--notepad { width: 23%; right: 12%; bottom: 14%; }
  .desk-object--notebook { width: 24%; right: 15%; top: 10%; }
  .desk-object--cup { width: 19%; right: 6%; top: 14%; }
}

@media (max-width: 580px) {
  .hero-visual--desk {
    min-height: 360px;
  }
  .desk-stage {
    border-radius: 34px 18px 34px 18px;
  }
  .desk-object--laptop { width: 58%; left: 20%; bottom: 13%; }
  .desk-object--plant { width: 24%; left: 5%; bottom: 17%; }
  .desk-object--mug { width: 17%; left: 25%; bottom: 9%; }
  .desk-object--notepad { width: 24%; right: 9%; bottom: 12%; }
  .desk-object--notebook { width: 26%; right: 12%; top: 10%; }
  .desk-object--cup { width: 18%; right: 4%; top: 16%; }
}
