:root {
    --dc-ink: #313842;
    --dc-surface: #262d37;
    --dc-surface-2: #1d242e;
    --dc-surface-3: #141b25;
    --dc-line: #3b424c;
    --dc-line-strong: #4a525d;
    --dc-text: #f1f2f3;
    --dc-muted: #a9afb7;
    --dc-accent: #e05449;
    --dc-accent-strong: #d64035;
    --dc-accent-soft: #ffb5af;
    --dc-success: #54d18b;
    --dc-container: 72rem;
    --dc-reading: 47rem;
    --dc-radius-sm: .25rem;
    --dc-radius: .5rem;
    --dc-radius-lg: .75rem;
}

html { scroll-behavior: smooth; }

body.dc-site {
    background: var(--dc-ink);
    color: var(--dc-text);
    overflow-x: clip;
    font-family: Ubuntu, "Segoe UI", Arial, sans-serif;
    font-feature-settings: "kern" 1, "liga" 1;
}

.dc-site::before { display: none; }

.dc-container { width: min(calc(100% - 2rem), var(--dc-container)); margin-inline: auto; }
.dc-reading { max-width: var(--dc-reading); }
.dc-kicker { color: var(--dc-accent-soft); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.dc-rule { border-top: 1px solid var(--dc-line); }
.dc-arrow { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; }

.dc-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(58,70,87,.78);
    background: var(--dc-surface-2);
}
.dc-header-inner { min-height: 4.75rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.dc-brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--dc-text); text-decoration: none; }
.dc-brand-mark { display: grid; place-items: center; width: 2.15rem; height: 2.15rem; color: var(--dc-text); border: 1px solid var(--dc-line-strong); border-radius: var(--dc-radius-sm); background: var(--dc-surface-3); }
.dc-brand-mark svg { width: 1.35rem; height: 1.35rem; }
.dc-brand-name { font-size: 1.05rem; font-weight: 800; letter-spacing: .04em; }
.dc-brand-tag { display: block; margin-top: .05rem; color: #9299a2; font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dc-nav { display: flex; align-items: center; gap: .15rem; }
.dc-nav a { padding: .62rem .72rem; color: #b7c0cc; border-bottom: 2px solid transparent; font-size: .82rem; font-weight: 700; text-decoration: none; }
.dc-nav a:hover, .dc-nav a[aria-current="page"] { color: #fff; border-color: var(--dc-accent); }
.dc-nav .dc-nav-cta { margin-left: .65rem; padding: .68rem 1rem; color: #fff; border: 1px solid var(--dc-accent-strong); border-radius: var(--dc-radius-sm); background: var(--dc-accent-strong); }
.dc-nav .dc-nav-cta:hover { background: var(--dc-accent); border-color: var(--dc-accent); }
.dc-nav .dc-nav-phone { margin-left: .45rem; color: #fff; border-color: var(--dc-line-strong); white-space: nowrap; }
.dc-menu-button { display: none; width: 2.75rem; height: 2.75rem; align-items: center; justify-content: center; color: #fff; border: 1px solid var(--dc-line); border-radius: var(--dc-radius-sm); background: var(--dc-surface); }
.dc-menu-button svg { width: 1.45rem; height: 1.45rem; }
.dc-mobile-menu { display: none; border-top: 1px solid var(--dc-line); background: var(--dc-ink); }
.dc-mobile-menu.is-open { display: block; }
.dc-mobile-menu nav { display: grid; padding-block: .65rem 1rem; }
.dc-mobile-menu a { padding: .85rem 0; color: #c5ccd5; border-bottom: 1px solid var(--dc-line); font-weight: 700; text-decoration: none; }

.dc-main { width: 100%; flex: 1; }
.dc-main-inner { width: min(calc(100% - 2rem), var(--dc-container)); margin-inline: auto; padding-block: 3rem 5.5rem; }
.dc-main-inner h1, .dc-main-inner h2, .dc-main-inner h3, .dc-main-inner p { min-width: 0; overflow-wrap: anywhere; }
.dc-page-home .dc-main-inner { padding-top: 0; }

.dc-hero { position: relative; padding-block: 3.25rem 1.75rem; border-bottom: 1px solid var(--dc-line); }
.dc-hero::after { display: none; }
.dc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(23rem, .92fr); gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.dc-hero h1 { max-width: 15ch; margin: .85rem 0 1.1rem; color: #fff; font-size: clamp(2.55rem, 4.4vw, 3.85rem); font-weight: 800; line-height: 1.02; letter-spacing: -.035em; }
.dc-hero-copy { max-width: 42rem; color: #b5bfcb; font-size: clamp(1rem, 1.6vw, 1.17rem); line-height: 1.65; }
.dc-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.65rem; }
.dc-button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: .6rem; padding: .75rem 1.15rem; border: 1px solid var(--dc-line-strong); border-radius: var(--dc-radius-sm); color: #fff; font-size: .9rem; font-weight: 800; text-decoration: none; transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease; }
.dc-button svg { width: 1.05rem; height: 1.05rem; }
.dc-button:hover { transform: translateY(-1px); border-color: #737b86; background: var(--dc-surface-2); }
.dc-button-primary { border-color: var(--dc-accent-strong); background: var(--dc-accent-strong); }
.dc-button-primary:hover { border-color: var(--dc-accent); background: var(--dc-accent); }
.dc-price-panel { border: 1px solid var(--dc-line-strong); border-top: 3px solid var(--dc-accent); background: var(--dc-surface-2); }
.dc-price-panel-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.4rem; border-bottom: 1px solid var(--dc-line); }
.dc-price-panel-head .dc-kicker { margin: 0; }
.dc-price-panel-head strong { color: #fff; font-size: 1.05rem; }
.dc-price-list { padding-inline: 1.4rem; }
.dc-price-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem; align-items: center; min-height: 3.55rem; border-bottom: 1px solid var(--dc-line); }
.dc-price-row span { color: #c2cad4; font-size: .91rem; }
.dc-price-row strong { color: #fff; font-size: 1rem; white-space: nowrap; }
.dc-price-panel > p { margin: 1rem 1.4rem 0; color: var(--dc-muted); font-size: .78rem; line-height: 1.5; }
.dc-price-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: 1rem 1.4rem; color: #fff; border-top: 1px solid var(--dc-line); background: var(--dc-accent-strong); font-size: .88rem; font-weight: 800; text-decoration: none; }
.dc-price-link:hover { background: var(--dc-accent); }
.dc-price-link svg { width: 1.05rem; height: 1.05rem; }
.dc-hero-proof { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 2.25rem; border-top: 1px solid var(--dc-line); }
.dc-proof-row { display: grid; grid-template-columns: 2.25rem 1fr; gap: .75rem; padding: 1.2rem 1.4rem; border-right: 1px solid var(--dc-line); }
.dc-proof-row:first-child { padding-left: 0; }
.dc-proof-row:last-child { padding-right: 0; border-right: 0; }
.dc-proof-index { color: var(--dc-accent-soft); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .76rem; }
.dc-proof-row strong { display: block; margin-bottom: .35rem; color: #fff; font-size: .98rem; }
.dc-proof-row span:last-child { color: var(--dc-muted); font-size: .86rem; line-height: 1.55; }
.dc-hero-assurance { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: 1rem; color: #9ea8b5; font-size: .76rem; font-weight: 700; }
.dc-hero-assurance span { display: inline-flex; align-items: center; gap: .4rem; }
.dc-hero-assurance span::before { content: "✓"; color: var(--dc-success); font-weight: 900; }

.dc-section { position: relative; padding-block: 3.5rem; border-bottom: 1px solid var(--dc-line); }
.dc-conversion-section { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.dc-conversion-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(23rem, 1.1fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: start; }
.dc-problem-panel h2, .dc-callback-card h2 { margin: .8rem 0 1rem; color: #fff; font-size: clamp(1.85rem, 3.5vw, 2.8rem); font-weight: 820; line-height: 1.1; letter-spacing: -.03em; }
.dc-problem-list { display: grid; gap: .9rem; margin-top: 1.7rem; }
.dc-problem-list li { position: relative; padding-left: 1.65rem; color: #d0d6de; line-height: 1.55; }
.dc-problem-list li::before { content: ""; position: absolute; top: .58rem; left: 0; width: .55rem; height: .55rem; border: 2px solid var(--dc-accent); }
.dc-problem-note { margin-top: 1.75rem; padding-top: 1.25rem; color: var(--dc-muted); border-top: 1px solid var(--dc-line); line-height: 1.7; }
.dc-callback-card { scroll-margin-top: 6rem; padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid var(--dc-line-strong); border-top: 3px solid var(--dc-accent); background: var(--dc-surface-2); }
.dc-callback-card > p:not(.dc-kicker):not(.dc-call-alternative) { color: var(--dc-muted); line-height: 1.65; }
.dc-callback-form { display: grid; gap: 1rem; margin-top: 1.4rem; }
.dc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.dc-callback-form label:not(.dc-privacy-check) { display: block; margin-bottom: .4rem; color: #d7dde5; font-size: .82rem; font-weight: 750; }
.dc-callback-form label span { color: #84909e; font-weight: 500; }
.dc-callback-form input:not([type="checkbox"]), .dc-callback-form textarea { width: 100%; min-height: 3rem; padding: .72rem .8rem; color: #fff; border: 1px solid var(--dc-line-strong); background: #0b0f15; }
.dc-callback-form textarea { min-height: 5.5rem; resize: vertical; }
.dc-callback-form .dc-button { width: 100%; border: 1px solid var(--dc-accent-strong); }
.dc-privacy-check { display: flex; align-items: flex-start; gap: .65rem; color: #aeb7c2; font-size: .76rem; line-height: 1.5; }
.dc-privacy-check input { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: .15rem; accent-color: var(--dc-accent); }
.dc-privacy-check a, .dc-call-alternative a, .dc-form-message a { color: var(--dc-accent-soft); text-decoration: underline; }
.dc-call-alternative { margin-top: 1.1rem; color: var(--dc-muted); font-size: .86rem; text-align: center; }
.dc-form-message { margin-top: 1rem; padding: .85rem 1rem; border: 1px solid; font-size: .85rem; line-height: 1.5; }
.dc-form-message.is-success { color: #a7f3d0; border-color: #047857; background: rgba(6, 95, 70, .25); }
.dc-form-message.is-error { color: #fecaca; border-color: #b91c1c; background: rgba(127, 29, 29, .22); }
.dc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dc-mobile-conversion { display: none; }
.dc-section-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 3rem; align-items: start; margin-bottom: 3rem; }
.dc-section-head h2 { margin-top: .8rem; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 820; line-height: 1.08; letter-spacing: -.035em; }
.dc-section-head p { max-width: 42rem; color: var(--dc-muted); font-size: 1.02rem; line-height: 1.75; }
.dc-section-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.25rem; color: var(--dc-accent-soft); font-size: .88rem; font-weight: 800; text-decoration: none; }
.dc-section-link:hover { color: #fff; }

.dc-principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dc-line); border-bottom: 1px solid var(--dc-line); }
.dc-principle { padding: 2rem; border-right: 1px solid var(--dc-line); }
.dc-principle:first-child { padding-left: 0; }
.dc-principle:last-child { padding-right: 0; border-right: 0; }
.dc-principle-number { color: var(--dc-accent); font: 700 .75rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.dc-principle h3 { margin: 1.5rem 0 .75rem; color: #fff; font-size: 1.18rem; font-weight: 800; }
.dc-principle p { color: var(--dc-muted); line-height: 1.7; }

.dc-control-spotlight { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); border: 1px solid var(--dc-line-strong); background: var(--dc-surface-2); }
.dc-control-intro { padding: clamp(1.75rem,4vw,3rem); border-right: 1px solid var(--dc-line); }
.dc-control-intro h2 { margin: .75rem 0 1rem; color: #fff; font-size: clamp(1.9rem,3.5vw,2.8rem); line-height: 1.08; }
.dc-control-intro > p:not(.dc-kicker) { color: var(--dc-muted); line-height: 1.7; }
.dc-control-intro .dc-button { margin-top: 1.5rem; }
.dc-control-list article { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.35rem 1.6rem; border-bottom: 1px solid var(--dc-line); }
.dc-control-list article:last-child { border-bottom: 0; }
.dc-control-list h3 { margin-bottom: .35rem; color: #fff; font-size: 1rem; }
.dc-control-list p { color: var(--dc-muted); font-size: .9rem; line-height: 1.6; }

.dc-service-list { border-top: 1px solid var(--dc-line-strong); }
.dc-service-item { display: grid; grid-template-columns: 4.25rem minmax(13rem,.65fr) minmax(0,1.35fr) 2rem; gap: 1.5rem; align-items: center; min-height: 8.5rem; padding-block: 1.4rem; color: inherit; border-bottom: 1px solid var(--dc-line); text-decoration: none; }
.dc-service-item:hover { background: rgba(255,255,255,.025); }
.dc-service-icon { display: grid; place-items: center; width: 3rem; height: 3rem; color: var(--dc-accent-soft); border: 1px solid var(--dc-line-strong); border-radius: var(--dc-radius-sm); background: var(--dc-surface); }
.dc-service-icon svg { width: 1.6rem; height: 1.6rem; }
.dc-service-item h3 { color: #fff; font-size: 1.12rem; font-weight: 800; }
.dc-service-item h3, .dc-service-item p { min-width: 0; overflow-wrap: anywhere; }
.dc-service-item p { color: var(--dc-muted); line-height: 1.65; }
.dc-service-item > svg { color: #6f7a89; transition: color .18s ease, transform .18s ease; }
.dc-service-item:hover > svg { color: var(--dc-accent-soft); transform: translateX(.2rem); }

.dc-directory-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--dc-line-strong); }
.dc-directory-item { min-width: 0; padding: 2rem; border-right: 1px solid var(--dc-line); border-bottom: 1px solid var(--dc-line); }
.dc-directory-item:nth-child(odd) { padding-left: 0; }
.dc-directory-item:nth-child(even) { padding-right: 0; border-right: 0; }
.dc-directory-item .service-icon { color: var(--dc-accent-soft); background: transparent; }

.dc-reference-grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.dc-reference-item { display: grid; grid-template-columns: minmax(16rem,.72fr) minmax(0,1.28fr); overflow: hidden; border: 1px solid var(--dc-line); background: var(--dc-surface); }
.dc-reference-media { min-height: 18rem; overflow: hidden; background: #05070a; }
.dc-reference-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .35s ease, filter .2s ease; }
.dc-reference-item:hover img { transform: scale(1.015); filter: saturate(1); }
.dc-reference-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem,4vw,3.5rem); }
.dc-reference-copy h3 { margin-bottom: 1rem; color: #fff; font-size: clamp(1.4rem,3vw,2.1rem); font-weight: 820; line-height: 1.15; }
.dc-reference-copy h3 a { color: inherit; text-decoration: none; }
.dc-reference-copy p { color: var(--dc-muted); line-height: 1.75; }

.dc-blog-list { border-top: 1px solid var(--dc-line-strong); }
.dc-blog-item { display: grid; grid-template-columns: minmax(14rem,.48fr) minmax(0,1.52fr); min-height: 15rem; border-bottom: 1px solid var(--dc-line); }
.dc-blog-media { overflow: hidden; background: var(--dc-surface); }
.dc-blog-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.dc-blog-copy { display: flex; flex-direction: column; padding: 1.7rem 0 1.7rem 2rem; }
.dc-blog-copy h3 { max-width: 34rem; }
.dc-blog-copy h3 a { color: #fff; text-decoration: none; }
.dc-blog-item > .dc-blog-copy:only-child { grid-column: 1 / -1; max-width: 48rem; padding-left: 0; }

.dc-work-list { display: grid; gap: 1px; border: 1px solid var(--dc-line); background: var(--dc-line); }
.dc-work { display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr); min-height: 18rem; background: var(--dc-surface-2); }
.dc-work:nth-child(even) .dc-work-media { order: 2; }
.dc-work-media { min-height: 18rem; overflow: hidden; background: var(--dc-surface-3); }
.dc-work-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: filter .25s ease, transform .4s ease; }
.dc-work:hover img { filter: saturate(1); transform: scale(1.015); }
.dc-work-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); }
.dc-work-copy h3 { margin: .85rem 0 1rem; color: #fff; font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 820; line-height: 1.15; letter-spacing: -.025em; }
.dc-work-copy p { color: var(--dc-muted); line-height: 1.75; }

.dc-about { display: grid; grid-template-columns: minmax(16rem, .55fr) minmax(0, 1.45fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.dc-about-portrait { aspect-ratio: 4/5; position: relative; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--dc-line-strong); background: var(--dc-surface); }
.dc-about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.dc-about-monogram { color: #313b49; font-size: clamp(5rem, 14vw, 9rem); font-weight: 900; letter-spacing: -.08em; }
.dc-about-portrait::after { content: "EGYSZEMÉLYES FEJLESZTŐI MÁRKA"; position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding-top: .8rem; color: #8e99a8; border-top: 1px solid var(--dc-line); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.dc-about h2 { margin: 1rem 0 .65rem; color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 820; letter-spacing: -.035em; }
.dc-about-role { color: var(--dc-accent-soft); font-weight: 700; }
.dc-about-text { margin-top: 1.5rem; max-width: 45rem; color: var(--dc-muted); font-size: 1.05rem; line-height: 1.8; }
.dc-about-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 2rem; border: 1px solid var(--dc-line); background: var(--dc-line); }
.dc-about-fact { padding: 1rem; background: var(--dc-ink); }
.dc-about-fact strong { display: block; color: #fff; font-size: .9rem; }
.dc-about-fact span { display: block; margin-top: .25rem; color: #7e8997; font-size: .78rem; }

.dc-infra { display: grid; grid-template-columns: minmax(0, 1.05fr) repeat(3, minmax(0, .65fr)); border-top: 1px solid var(--dc-line); border-bottom: 1px solid var(--dc-line); }
.dc-infra-intro, .dc-infra-fact { padding: 2rem; border-right: 1px solid var(--dc-line); }
.dc-infra-intro { padding-left: 0; }
.dc-infra-fact:last-child { padding-right: 0; border-right: 0; }
.dc-infra h2 { margin: .8rem 0 1rem; color: #fff; font-size: 1.8rem; font-weight: 820; }
.dc-infra p { color: var(--dc-muted); line-height: 1.7; }
.dc-infra-fact svg { width: 1.6rem; height: 1.6rem; color: var(--dc-accent-soft); }
.dc-infra-fact strong { display: block; margin: 1.4rem 0 .6rem; color: #fff; font-size: 1rem; }
.dc-infra-fact span { color: var(--dc-muted); font-size: .86rem; line-height: 1.6; }

.dc-faq-layout { display: grid; grid-template-columns: minmax(15rem, .55fr) minmax(0, 1.45fr); gap: clamp(2rem, 7vw, 7rem); }
.dc-faq-layout h2 { margin: .8rem 0 1rem; color: #fff; font-size: clamp(2rem, 4vw, 3rem); font-weight: 820; }
.dc-faq-list { border-top: 1px solid var(--dc-line-strong); }
.dc-faq-list details { padding: 1.3rem 0; border-bottom: 1px solid var(--dc-line); }
.dc-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #e9edf2; cursor: pointer; font-weight: 750; list-style: none; }
.dc-faq-list summary::-webkit-details-marker { display: none; }
.dc-faq-list summary::after { content: "+"; color: var(--dc-accent-soft); font: 400 1.5rem/1 ui-monospace, monospace; }
.dc-faq-list details[open] summary::after { content: "−"; }
.dc-faq-list p { padding: 1rem 2rem 0 0; color: var(--dc-muted); line-height: 1.75; }

.dc-final-cta { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid var(--dc-line-strong); background: var(--dc-surface); }
.dc-final-cta h2 { margin: .8rem 0 1rem; color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 840; line-height: 1.06; letter-spacing: -.04em; }
.dc-final-cta p { max-width: 42rem; color: var(--dc-muted); line-height: 1.75; }
.dc-final-actions { display: grid; gap: .7rem; }
.dc-why-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 62rem; margin: 3rem auto 0; padding: 2rem; border: 1px solid var(--dc-line-strong); border-top: 3px solid var(--dc-accent); background: var(--dc-surface-2); }
.dc-why-cta h2 { margin: .5rem 0 .6rem; color: #fff; font-size: clamp(1.65rem,3vw,2.25rem); }
.dc-why-cta p:not(.dc-kicker) { max-width: 44rem; color: var(--dc-muted); line-height: 1.65; }
.dc-why-cta .dc-button { flex: 0 0 auto; padding-inline: 1.35rem; white-space: nowrap; }

.wysiwyg-content h2 { margin: 2rem 0 1rem; padding-bottom: .55rem; color: #fff; border-bottom: 1px solid var(--dc-line); font-size: 1.55rem; font-weight: 700; }
.wysiwyg-content h3 { margin: 1.5rem 0 .75rem; color: #edf0f2; font-size: 1.22rem; font-weight: 700; }
.wysiwyg-content p { margin-bottom: 1.2rem; }
.wysiwyg-content ul, .wysiwyg-content ol { margin: 0 0 1.2rem; padding-left: 1.4rem; }
.wysiwyg-content ul { list-style: disc; }
.wysiwyg-content ol { list-style: decimal; }
.wysiwyg-content a { color: var(--dc-accent-soft); text-decoration: underline; }
.wysiwyg-content strong, .wysiwyg-content b { color: #fff; font-weight: 700; }
.wysiwyg-content blockquote { margin: 1.4rem 0; padding: 1rem 1.2rem; color: #c2c6cb; border-left: 3px solid var(--dc-accent); background: var(--dc-surface-2); }
.service-icon { flex: 0 0 auto; min-width: 0; overflow: hidden; }
.service-icon > svg { display: block; width: 100%; height: 100%; max-width: 100%; max-height: 100%; }
.related-service-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border-radius: var(--dc-radius-sm); transition: border-color .18s ease, transform .18s ease; }
.related-service-card:hover { transform: translateY(-1px); }
.related-service-card h3 { overflow-wrap: anywhere; }
.related-service-icon { display: flex; align-items: center; justify-content: center; padding: .5rem; border: 1px solid var(--dc-line-strong); background: var(--dc-surface-3); }
.related-service-details { margin-top: auto; padding-top: 1rem; }
.calc-radio:checked + div, .calc-checkbox:checked + div { border-color: var(--dc-accent); background-color: rgba(224,84,73,.12); }
.calc-radio:checked + div .radio-dot { border-color: var(--dc-accent); border-width: 5px; }
.calc-checkbox:checked + div .check-icon, .calc-discount:checked + div .check-icon { opacity: 1; }
.calc-discount:checked + div { border-color: var(--dc-success); background-color: rgba(84,209,139,.1); }
.calc-discount:checked + div .check-box-ui { border-color: var(--dc-success); background-color: var(--dc-success); }

.dc-footer { border-top: 1px solid var(--dc-line-strong); background: var(--dc-surface-3); }
.dc-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 3rem; padding-block: 3.25rem 2.5rem; }
.dc-footer-brand p { max-width: 24rem; margin-top: 1.25rem; color: #7f8a98; font-size: .88rem; line-height: 1.7; }
.dc-footer h2 { margin-bottom: 1rem; color: #eef1f5; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.dc-footer nav { display: grid; gap: .65rem; }
.dc-footer a, .dc-footer address { color: #8f9aa8; font-size: .86rem; font-style: normal; line-height: 1.7; text-decoration: none; }
.dc-footer a:hover { color: #fff; }
.dc-footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.35rem; color: #66717f; border-top: 1px solid var(--dc-line); font-size: .76rem; }

/* A meglévő adatvezérelt aloldalak összehangolása az új rendszerrel. */
.dc-site .bg-gray-800, .dc-site .bg-gray-800\/50, .dc-site .bg-gray-800\/60, .dc-site .bg-gray-800\/70 { background-color: var(--dc-surface); }
.dc-site .bg-gray-900, .dc-site .bg-gray-900\/70 { background-color: var(--dc-ink); }
.dc-site .border-gray-700, .dc-site .border-gray-800 { border-color: var(--dc-line); }
.dc-site .rounded-3xl, .dc-site .rounded-2xl { border-radius: var(--dc-radius-lg); }
.dc-site .rounded-xl, .dc-site .rounded-lg { border-radius: var(--dc-radius); }
.dc-site .shadow-2xl, .dc-site .shadow-xl, .dc-site .shadow-lg { box-shadow: none; }
.dc-site .bg-gradient-to-br { background-image: none; background-color: var(--dc-surface); }
.dc-site .text-indigo-300, .dc-site .text-indigo-400, .dc-site .text-indigo-500 { color: var(--dc-accent-soft); }
.dc-site .bg-indigo-600 { background-color: var(--dc-accent-strong); }
.dc-site .hover\:bg-indigo-700:hover { background-color: var(--dc-accent); }
.dc-site .wysiwyg-content { max-width: var(--dc-reading); }
.dc-site .wysiwyg-content h2 { color: #fff; border-color: var(--dc-line); font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.02em; }
.dc-site .wysiwyg-content h3 { color: #e9edf2; }
.dc-site .wysiwyg-content p, .dc-site .wysiwyg-content li { color: #aeb8c5; line-height: 1.8; }
.dc-site .wysiwyg-content blockquote { border-radius: 0; background: transparent; }
.dc-site input, .dc-site textarea, .dc-site select { border-radius: var(--dc-radius-sm); }
.dc-site .dc-main-inner > .text-center:first-child,
.dc-site .dc-main-inner > [class*="max-w-"] > .text-center:first-child { max-width: var(--dc-reading); margin-right: auto; margin-left: 0; text-align: left; }
.dc-site .dc-main-inner > .text-center:first-child p,
.dc-site .dc-main-inner > [class*="max-w-"] > .text-center:first-child p { margin-left: 0; }
.dc-site form input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),
.dc-site form textarea,
.dc-site form select { border-color: var(--dc-line-strong); background: #0b0f15; }
.dc-site form input:focus, .dc-site form textarea:focus, .dc-site form select:focus { border-color: var(--dc-accent); outline: 2px solid rgba(224,84,73,.22); outline-offset: 1px; box-shadow: none; }
.dc-page-kapcsolat .dc-main-inner > div > section { border-right: 0; border-left: 0; border-radius: 0; background: transparent; }
.dc-page-kapcsolat aside { border-top: 2px solid var(--dc-accent); }
.dc-page-arkalkulator label > div { border-radius: var(--dc-radius-sm); box-shadow: none; }

@media (max-width: 960px) {
    .dc-nav { display: none; }
    .dc-menu-button { display: inline-flex; }
    .dc-hero-grid, .dc-section-head, .dc-about, .dc-faq-layout, .dc-final-cta, .dc-control-spotlight, .dc-conversion-grid { grid-template-columns: 1fr; }
    .dc-control-intro { border-right: 0; border-bottom: 1px solid var(--dc-line); }
    .dc-price-panel { max-width: 38rem; }
    .dc-hero-proof { grid-template-columns: 1fr; max-width: 38rem; }
    .dc-proof-row, .dc-proof-row:first-child, .dc-proof-row:last-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--dc-line); }
    .dc-work { grid-template-columns: 1fr; }
    .dc-reference-item { grid-template-columns: 1fr; }
    .dc-blog-item { grid-template-columns: minmax(12rem,.55fr) minmax(0,1.45fr); }
    .dc-work:nth-child(even) .dc-work-media { order: 0; }
    .dc-infra { grid-template-columns: repeat(2, 1fr); }
    .dc-infra-intro { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--dc-line); }
    .dc-infra-fact:nth-child(3) { border-right: 0; }
    .dc-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .dc-why-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
    body.dc-site { padding-bottom: 4.4rem; }
    .dc-container, .dc-main-inner { width: min(calc(100% - 2rem), var(--dc-container)); }
    .dc-header-inner { min-height: 4.25rem; }
    .dc-brand-tag { display: none; }
    .dc-hero { padding-block: 2.75rem 2rem; }
    .dc-hero h1 { max-width: 100%; font-size: clamp(2.25rem, 10vw, 3.15rem); }
    .dc-hero-grid { gap: 2.25rem; }
    .dc-site:not(.dc-page-home) .dc-main-inner { padding-top: 2.25rem; }
    .dc-site:not(.dc-page-home) .dc-main-inner h1 { max-width: 100%; font-size: clamp(2rem, 9vw, 2.8rem); line-height: 1.08; }
    .dc-price-panel-head { align-items: start; flex-direction: column; gap: .4rem; }
    .dc-price-row { grid-template-columns: 1fr; gap: .2rem; padding-block: .75rem; }
    .dc-actions { display: grid; }
    .dc-hero-assurance { display: grid; }
    .dc-button { width: 100%; }
    .dc-section { padding-block: 3.25rem; }
    .dc-section-head { gap: 1.5rem; margin-bottom: 2rem; }
    .dc-principles { grid-template-columns: 1fr; }
    .dc-principle, .dc-principle:first-child, .dc-principle:last-child { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--dc-line); }
    .dc-principle:last-child { border-bottom: 0; }
    .dc-service-item { grid-template-columns: 3.25rem minmax(0,1fr) 1.25rem; gap: .8rem; padding-block: 1.2rem; }
    .dc-service-item p { grid-column: 2 / 4; padding-right: .4rem; font-size: .9rem; }
    .dc-service-item > svg { grid-column: 3; grid-row: 1; justify-self: end; }
    .dc-service-icon { width: 2.75rem; height: 2.75rem; }
    .dc-work-media { min-height: 13rem; }
    .dc-work-copy { padding: 1.5rem; }
    .dc-directory-list { grid-template-columns: 1fr; }
    .dc-directory-item, .dc-directory-item:nth-child(odd), .dc-directory-item:nth-child(even) { padding: 1.5rem 0; border-right: 0; }
    .dc-reference-media { min-height: 13rem; }
    .dc-blog-item { grid-template-columns: 1fr; }
    .dc-blog-media { min-height: 12rem; }
    .dc-blog-copy, .dc-blog-item > .dc-blog-copy:only-child { padding: 1.4rem 0; }
    .dc-about { gap: 2rem; }
    .dc-about-portrait { max-height: 26rem; }
    .dc-about-facts { grid-template-columns: 1fr; }
    .dc-infra { grid-template-columns: 1fr; }
    .dc-infra-intro, .dc-infra-fact, .dc-infra-fact:last-child { grid-column: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--dc-line); }
    .dc-infra-fact:last-child { border-bottom: 0; }
    .dc-final-cta { padding: 1.5rem; gap: 2rem; }
    .dc-form-grid { grid-template-columns: 1fr; }
    .dc-callback-card { padding: 1.35rem; }
    .dc-mobile-conversion { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: .55rem; border-top: 1px solid var(--dc-line-strong); background: rgba(20,27,37,.97); box-shadow: 0 -8px 30px rgba(0,0,0,.28); }
    .dc-mobile-conversion a { display: flex; min-height: 3rem; align-items: center; justify-content: center; padding: .65rem; color: #fff; border: 1px solid var(--dc-line-strong); background: var(--dc-surface); font-size: .84rem; font-weight: 800; text-align: center; text-decoration: none; }
    .dc-mobile-conversion a:last-child { border-color: var(--dc-accent-strong); background: var(--dc-accent-strong); }
    .dc-footer-grid { grid-template-columns: 1fr; gap: 2.25rem; padding-block: 3.25rem; }
    .dc-footer-bottom { flex-direction: column; }
    .dc-why-cta { margin-top: 2rem; padding: 1.4rem; }
    .dc-why-cta .dc-button { width: 100%; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none; transition-duration: .01ms; }
}
