﻿.service-card-lift,
.service-card-garden {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.service-card-lift::before,
.service-card-garden::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.95;
}

.service-card-lift::after,
.service-card-garden::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(14, 20, 17, 0.9), rgba(14, 20, 17, 0.72));
}

.service-card-lift::before {
    background-image: url("assets/emelokosaras-fakivagas-bekes-megye.png");
}

.service-card-garden::before {
    background-image: url("assets/kerteszeti-szolgaltatasok-funyiras-bekes-megye.png");
}

.service-card-lift h3,
.service-card-garden h3,
.service-card-lift li,
.service-card-garden li {
    position: relative;
    z-index: 1;
}
:root {
    --bg: #0f1512;
    --panel: rgba(16, 23, 19, 0.88);
    --text: #f4f3ee;
    --muted: #c3cbbf;
    --line: rgba(255, 255, 255, 0.08);
    --accent: #de7c2f;
    --accent-strong: #f3923c;
    --accent-soft: rgba(222, 124, 47, 0.18);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    --radius: 24px;
    --radius-sm: 16px;
    --max-width: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(222, 124, 47, 0.16), transparent 32%),
        radial-gradient(circle at bottom right, rgba(114, 150, 113, 0.14), transparent 30%),
        var(--bg);
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(calc(100% - 2rem), var(--max-width));
    margin: 0 auto 0.15rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(10, 14, 12, 0.72);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 84px;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.brand-logo-small {
    width: 180px;
    max-width: 42vw;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.site-nav a {
    color: var(--muted);
    font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--text);
}

.nav-cta {
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--text) !important;
    border: 1px solid rgba(222, 124, 47, 0.35);
}

.menu-toggle {
    display: none;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    padding: 0;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 1.1rem;
    height: 2px;
    margin: 0.23rem auto;
    background: var(--text);
    border-radius: 999px;
}

.hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("emelokosaras_bekesmegye_fooldal.png") center center / cover no-repeat;
    transform: scale(1.03);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 11, 10, 0.75), rgba(8, 11, 10, 0.82)),
        linear-gradient(100deg, rgba(8, 11, 10, 0.92) 18%, rgba(8, 11, 10, 0.64) 52%, rgba(8, 11, 10, 0.72) 100%);
}

.hero-grid {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 84px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6rem;
    padding: 0.25rem 0 10rem;
}

.hero-grid-simple {
    grid-template-columns: 1fr;
}

.hero-copy-centered {
    max-width: 920px;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
    transform: translateY(-5.5rem);
}

.hero-logo {
    width: min(470px, 100%);
    margin: 0 auto;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.45));
}

.section-heading h2,
.reasons h2,
.contact h2,
.territory h2,
.faq h2,
.references h2 {
    margin: 0;
    line-height: 1.02;
    font-family: Georgia, "Times New Roman", serif;
}

.hero-subtitle {
    margin: 0.1rem auto 0;
    max-width: 28ch;
    font-size: clamp(1.35rem, 3vw, 2.2rem);
    line-height: 1.2;
    font-weight: 700;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 1rem;
    color: #ffd5aa;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 1rem;
}

.eyebrow::before {
    content: "";
    width: 2.4rem;
    height: 1px;
    background: currentColor;
}

.hero-text,
.section-heading p,
.reasons p,
.contact p,
.process p,
.service-card li,
.stat-card span,
.contact-box p,
.faq-item p,
.reference-copy p {
    color: var(--muted);
}

.hero-text {
    max-width: 52rem;
    margin: 0.55rem auto 0;
    font-size: 1.28rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.hero-actions-centered,
.hero-points-centered {
    justify-content: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0.9rem 1.4rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 800;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
    cursor: pointer;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #17120d;
}

.button-large {
    min-height: 4.2rem;
    padding: 1.05rem 2rem;
    font-size: 1.08rem;
}

.hero-points {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-points li {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line);
    font-weight: 700;
}

.service-card,
.stat-card,
.process article,
.contact-box,
.faq-item,
.reference-card {
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.section {
    padding: 6rem 0;
}

.section-heading {
    max-width: 48rem;
    margin-bottom: 2.5rem;
}

.section-heading.narrow {
    max-width: 34rem;
}

.section-heading h2,
.reasons h2,
.contact h2,
.territory h2,
.faq h2,
.references h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-heading p,
.reasons p,
.contact p,
.territory p {
    margin-top: 1rem;
    font-size: 1.16rem;
}

.services-grid,
.stats-grid,
.process-grid,
.faq-list,
.references-grid,
.reasons-layout,
.contact-panel {
    display: grid;
    gap: 1.2rem;
}

.services-grid.two-main {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
}

.service-card,
.reference-card {
    border-radius: var(--radius-sm);
    padding: 1.6rem;
}

.accent-card {
    background: linear-gradient(180deg, rgba(222, 124, 47, 0.16), rgba(16, 23, 19, 0.92));
}

.secondary-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(16, 23, 19, 0.92));
}

.service-card h3,
.process h3,
.faq-item h3,
.reference-copy h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.45rem;
}

.service-card ul {
    margin: 0;
    padding-left: 1.1rem;
}

.service-card li + li {
    margin-top: 0.45rem;
}

.references-grid,
.process-grid,
.faq-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reference-card {
    overflow: hidden;
    padding: 0;
}

.reference-media {
    min-height: 220px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(222, 124, 47, 0.22), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.03);
    color: #ffd5aa;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.reference-copy {
    padding: 1.4rem;
}

.reasons-layout,
.contact-panel {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
    align-items: start;
}

.stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stat-card,
.process article,
.faq-item {
    border-radius: var(--radius-sm);
    padding: 1.4rem;
}

.stat-card strong,
.process article span {
    display: block;
    margin-bottom: 0.7rem;
    color: #ffd5aa;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.contact-panel {
    padding: 2rem;
    border-radius: calc(var(--radius) + 6px);
    background:
        linear-gradient(135deg, rgba(222, 124, 47, 0.11), rgba(255, 255, 255, 0.02)),
        rgba(20, 28, 23, 0.8);
    border: 1px solid var(--line);
}

.contact-box {
    border-radius: var(--radius-sm);
    padding: 1.6rem;
}

.contact-box-detailed {
    display: grid;
    gap: 1.25rem;
}

.contact-info-list strong {
    color: #ffd5aa;
}

.contact-phone {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text);
}

.map-embed {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--line);
    min-height: 280px;
}

.map-embed iframe {
    display: block;
    width: 100%;
    height: 320px;
    border: 0;
}

.site-footer {
    padding: 0 0 2.5rem;
}

.footer-inner {
    border-top: 1px solid var(--line);
    padding-top: 1.4rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(244, 243, 238, 0.68);
}

.services {
    padding-top: 2.2rem;
    scroll-margin-top: 82px;
}

.references {
    padding-top: 0.2rem;
    scroll-margin-top: 48px;
}

.contact {
    padding-top: 1.75rem;
    scroll-margin-top: 92px;
}

.contact-left {
    display: grid;
    align-content: start;
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.4rem;
}

.contact-form label {
    display: grid;
    gap: 0.45rem;
    font-weight: 700;
    color: var(--text);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(8, 11, 10, 0.55);
    color: var(--text);
}

.contact-form textarea {
    resize: vertical;
    min-height: 170px;
}

.contact-form .full-width,
.contact-form button {
    grid-column: 1 / -1;
}

.contact-form button {
    justify-self: start;
}

.form-status {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    font-weight: 700;
}

.form-status.is-success {
    background: rgba(86, 196, 119, 0.14);
    border: 1px solid rgba(86, 196, 119, 0.35);
    color: #d5ffd6;
}

.form-status.is-error {
    background: rgba(233, 97, 97, 0.12);
    border: 1px solid rgba(233, 97, 97, 0.3);
    color: #ffd3d3;
}

.bot-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.contact-bottom-action {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0.75rem 0 2.5rem;
}

.back-to-top {
    min-width: 280px;
}

@media (max-width: 980px) {
    .services-grid.two-main,
    .references-grid,
    .reasons-layout,
    .contact-panel,
    .process-grid,
    .faq-list {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 760px) {
    .menu-toggle {
        display: inline-block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 1rem;
        right: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 1rem;
        border-radius: 20px;
        background: rgba(15, 21, 18, 0.98);
        border: 1px solid var(--line);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 0.3rem 0;
    }

    .nav-cta {
        text-align: center;
        margin-top: 0.4rem;
    }

    .section {
        padding: 4.5rem 0;
    }

    .stats-grid,
    .contact-form {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(calc(100% - 1.2rem), var(--max-width));
    }

    .header-inner {
        min-height: 76px;
    }

    .brand-logo-small {
        width: 150px;
    }

    .hero-grid {
        padding: 0.25rem 0 8rem;
    }

    .hero-logo {
        width: min(420px, 100%);
    }

    .hero-actions,
    .button,
    .button-large {
        width: 100%;
    }

    .contact-box,
    .service-card,
    .process article,
    .stat-card,
    .faq-item,
    .reference-copy {
        padding: 1.25rem;
    }

    .reference-media {
        min-height: 180px;
    }

    .map-embed iframe {
        height: 260px;
    }

    .back-to-top {
        min-width: 100%;
    }
}

.reference-category-grid {
    display: grid;
    gap: 1.4rem;
}

.reference-category-card,
.gallery-item,
.inner-hero-box {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.reference-category-card {
    padding: 1.6rem;
}

.reference-category-head {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.reference-category-head h3,
.gallery-item-head h2,
.inner-hero-box h1 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-family: Georgia, "Times New Roman", serif;
}

.before-after-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.before-after-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 1rem;
}

.before-after-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.large-pair {
    gap: 1rem;
}

\.before-after-images img {
    width: 100%;
    min-height: 220px;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.large-pair img {
    min-height: 320px;
    height: 320px;
    object-fit: cover;
    background: rgba(0, 0, 0, 0.12);
}
.placeholder-box {
    min-height: 220px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    border: 1px dashed rgba(255,255,255,0.16);
    background: linear-gradient(135deg, rgba(222,124,47,0.14), rgba(255,255,255,0.04));
    color: #ffd5aa;
    font-weight: 800;
}

.before-after-title,
.gallery-item-head p,
.inner-hero-box p {
    margin: 0.9rem 0 0;
    color: var(--muted);
}

.inner-hero {
    padding-top: 2rem;
}

.inner-hero-box {
    padding: 1.8rem;
}

.gallery-list {
    display: grid;
    gap: 1.4rem;
}

.gallery-item {
    padding: 1.4rem;
}

.gallery-item-head {
    margin-bottom: 1rem;
}

.static-nav {
    position: static;
}

@media (max-width: 980px) {
    .before-after-grid,
    .before-after-images,
    .reference-category-head {
        grid-template-columns: 1fr;
    }

    .reference-category-head {
        display: grid;
    }
}


.seo-pages {
    padding-top: 1.25rem;
    scroll-margin-top: 92px;
}

.seo-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.seo-link-card,
.content-card,
.cta-strip {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
}

.seo-link-card {
    padding: 1.5rem;
    display: grid;
    gap: 0.9rem;
}

.seo-link-card h3,
.content-card h2,
.content-card h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-family: Georgia, "Times New Roman", serif;
}

.seo-link-card p,
.content-card p,
.content-card li,
.breadcrumbs,
.local-links a {
    color: var(--muted);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    border-color: var(--line);
}

.content-page {
    padding-top: 2rem;
}

.breadcrumbs {
    margin-bottom: 1rem;
    font-weight: 700;
}

.content-stack {
    display: grid;
    gap: 1.25rem;
}

.content-card {
    padding: 1.6rem;
}

.content-card ul {
    margin: 0.8rem 0 0;
    padding-left: 1.2rem;
}

.content-card li + li {
    margin-top: 0.45rem;
}

.local-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.local-links a {
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--line);
    font-weight: 700;
}

.cta-strip {
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cta-strip p {
    margin: 0.45rem 0 0;
}

@media (max-width: 980px) {
    .seo-links-grid {
        grid-template-columns: 1fr;
    }

    .cta-strip {
        flex-direction: column;
        align-items: flex-start;
    }
}

.related-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.related-link-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    padding: 1.2rem;
}

.related-link-card h3 {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
}

.related-link-card p {
    margin: 0 0 1rem;
}

@media (max-width: 980px) {
    .related-links {
        grid-template-columns: 1fr;
    }
}

.seo-link-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.seo-link-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.92;
}

.seo-link-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(12, 17, 14, 0.9), rgba(12, 17, 14, 0.7));
}

.seo-link-card-main::before {
    background-image: url("assets/emelokosaras-munkak-bekes-megye-blokk.png");
}

.seo-link-card-tree::before {
    background-image: url("assets/fakivagas-gallyazas-emelokosarral-bekes-megye-blokk.png");
}

.seo-link-card-roof::before {
    background-image: url("assets/tetomosas-napelemtisztitas-bekes-megye-blokk.png");
}

.seo-link-card-garden-services::before {
    background-image: url("assets/kerti-munkak-funyiras-kertgondozas-bekes-megye-blokk.png");
}

.seo-link-card h3,
.seo-link-card p,
.seo-link-card .eyebrow,
.seo-link-card .button {
    position: relative;
    z-index: 1;
}



.image-lightbox {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 32px;
    background: rgba(4, 8, 7, 0.88);
    z-index: 1200;
}

.image-lightbox[hidden] {
    display: none;
}

.image-lightbox-dialog {
    position: relative;
    max-width: min(1200px, 92vw);
    max-height: 88vh;
    display: grid;
    place-items: center;
}

.image-lightbox-image {
    max-width: 100%;
    max-height: 88vh;
    width: auto;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.image-lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: rgba(9, 16, 14, 0.92);
    color: var(--text-primary);
    font-size: 1.4rem;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.image-lightbox-close:hover {
    background: rgba(18, 28, 25, 0.98);
}

.before-after-images img:hover {
    cursor: pointer;
    opacity: 0.96;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.before-after-images img:focus-visible {
    outline: 2px solid rgba(255, 159, 62, 0.9);
    outline-offset: 2px;
}






.project-progress-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.project-progress-images img {
    width: 100%;
    min-height: 320px;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.project-progress-images img:hover {
    cursor: pointer;
    opacity: 0.96;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.project-progress-images img:focus-visible {
    outline: 2px solid rgba(255, 159, 62, 0.9);
    outline-offset: 2px;
}
