body.szolgaltatasok-page {
    --szg-terra: #b5623f;
    --szg-terra-dark: #8f4a2e;
    --szg-dark: #4a2f1f;
    --szg-cream: #fcfaf7;
    --szg-sand: #f4efe6;
    --szg-text: #362a22;
    --szg-muted: #7a6a5c;
    --szg-olive: #8a8f5c;
    --szg-vonal: rgba(74, 47, 31, 0.14);

    background: var(--szg-cream) !important;
    background-image: none !important;
    color: var(--szg-text);
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.65;
}

body.szolgaltatasok-page main { padding-top: 0; margin-bottom: 0; text-align: left; }
body.szolgaltatasok-page .site-footer-v2 { margin-top: 0; }

.szolgaltatasok-page h1,
.szolgaltatasok-page h2,
.szolgaltatasok-page h3 {
    font-family: 'Playfair Display', 'EB Garamond', serif;
    color: var(--szg-dark);
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-bottom: 0;
}

.szg-container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.szg-eyebrow {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--szg-terra);
    margin-bottom: 18px;
}

.szg-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.9rem;
    color: var(--szg-muted);
    margin: 0;
}
.szg-meta span { white-space: nowrap; }
.szg-meta span:not(:last-child)::after {
    content: '·';
    margin: 0 11px;
}
.szg-meta--kozep { justify-content: center; }

.szg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.szg-btn svg { transition: transform 0.25s ease; }
.szg-btn:hover svg { transform: translateX(4px); }

.szg-btn--fo {
    background: var(--szg-terra);
    border-color: var(--szg-terra);
    color: #fff;
    box-shadow: 0 10px 26px rgba(181, 98, 63, 0.28);
}
.szg-btn--fo:hover {
    background: var(--szg-terra-dark);
    border-color: var(--szg-terra-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(143, 74, 46, 0.32);
}

.szg-btn--mellek {
    background: transparent;
    border-color: rgba(74, 47, 31, 0.26);
    color: var(--szg-dark);
}
.szg-btn--mellek:hover {
    border-color: var(--szg-dark);
    background: rgba(74, 47, 31, 0.05);
    transform: translateY(-2px);
}

.szg-btn--nagy { padding: 17px 36px; font-size: 1.02rem; }

.szg-akciok {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.szg-nyitany {
    position: relative;
    overflow: clip;
    padding: clamp(56px, 9vw, 104px) 0 clamp(48px, 7vw, 84px);
}
.szg-nyitany-festek {
    position: absolute;
    inset: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(180deg, #000 62%, transparent 96%);
    mask-image: linear-gradient(180deg, #000 62%, transparent 96%);
}
.szg-festek {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}
.szg-festek--zold {
    top: -20%;
    right: -20%;
    width: min(760px, 66vw);
    aspect-ratio: 1208 / 864;
    background-image: url('illustrations/wash-art.webp');
    opacity: 0.42;
}
.szg-festek--okker {
    bottom: -10%;
    right: -14%;
    width: min(540px, 46vw);
    aspect-ratio: 1075 / 740;
    background-image: url('illustrations/wash-tale.webp');
    opacity: 0.3;
}

.szg-nyitany-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: clamp(40px, 6vw, 88px);
    align-items: start;
}

.szg-nyitany h1 {
    font-size: clamp(2.2rem, 5.2vw, 3.5rem);
    line-height: 1.06;
    margin: 0 0 20px;
}
.szg-nyitany h1 em { font-style: italic; color: var(--szg-terra); }

.szg-nyitany-lead {
    font-size: 1.08rem;
    color: #4a524f;
    max-width: 32rem;
    margin: 0 0 30px;
}

.szg-nyitany-jegyzet {
    margin: 16px 0 0;
    font-size: 0.9rem;
    color: var(--szg-muted);
    max-width: 30rem;
}

.szg-arjegyzek { padding-top: 8px; }
.szg-arjegyzek-cim {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--szg-muted);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--szg-vonal);
}
.szg-arjegyzek ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.szg-arjegyzek li { border-bottom: 1px solid var(--szg-vonal); }
.szg-arjegyzek li a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 14px 10px;
    margin: 0 -10px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--szg-dark);
    transition: background 0.2s ease, color 0.2s ease;
}
.szg-arjegyzek li a:hover { background: #f7ede6; color: var(--szg-terra-dark); }
.szg-arjegyzek-nev { font-weight: 600; font-size: 0.99rem; }
.szg-arjegyzek-vonal {
    flex: 1 1 auto;
    min-width: 16px;
    border-bottom: 1px dotted rgba(74, 47, 31, 0.32);
    transform: translateY(-5px);
}
.szg-arjegyzek-ertek {
    font-size: 0.88rem;
    color: var(--szg-muted);
    white-space: nowrap;
}
.szg-arjegyzek-kiemelt .szg-arjegyzek-nev { color: var(--szg-terra); }
.szg-arjegyzek-kiemelt .szg-arjegyzek-ertek { color: var(--szg-terra); font-weight: 700; }

.szg-utak { overflow: clip; padding-top: 46px; }

.szg-ut {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: stretch;
    padding: clamp(64px, 8vw, 104px) 0;
    border-top: 1px solid var(--szg-vonal);
    scroll-margin-top: 112px;
}
.szg-ut-szam {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-52%);
    font-family: 'Playfair Display', 'EB Garamond', serif;
    font-size: clamp(3.2rem, 6.6vw, 5.4rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.03em;
    color: rgba(181, 98, 63, 0.2);
    background: var(--szg-cream);
    padding-right: 18px;
}

.szg-ut h2 {
    font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.14;
    margin: 0 0 16px;
}
.szg-ut-lead {
    font-size: 1.04rem;
    color: #4a524f;
    margin: 0 0 26px;
    max-width: 34rem;
}
.szg-ut-kinek-cim {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--szg-dark);
    margin: 0 0 10px;
}
.szg-ut-kinek {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    max-width: 34rem;
}
.szg-ut-kinek li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 0.97rem;
    color: #4a524f;
    border-top: 1px solid rgba(74, 47, 31, 0.09);
}
.szg-ut-kinek li:first-child { border-top: 0; }
.szg-ut-kinek li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 1.05em;
    width: 8px;
    height: 1px;
    background: var(--szg-terra);
}
.szg-ut-jegyzet {
    margin: 24px 0 0;
    font-size: 0.9rem;
    color: var(--szg-muted);
    max-width: 32rem;
}

.szg-ut-ablak {
    position: relative;
    align-self: stretch;
    min-height: 420px;
    margin-right: clamp(-72px, -4vw, 0px);
}
.szg-ut-ablak img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.94);
}
.szg-ut-ablak--zold {
    -webkit-mask-image: url('illustrations/wash-art.webp');
    mask-image: url('illustrations/wash-art.webp');
}
.szg-ut-ablak--okker {
    -webkit-mask-image: url('illustrations/wash-tale.webp');
    mask-image: url('illustrations/wash-tale.webp');
}
.szg-ut-ablak--zold,
.szg-ut-ablak--okker {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.szg-ut--forditott .szg-ut-szoveg { order: 2; }
.szg-ut--forditott .szg-ut-ablak {
    order: 1;
    margin-right: 0;
    margin-left: clamp(-72px, -4vw, 0px);
    transform: scaleX(-1);
}
.szg-ut--forditott .szg-ut-ablak img { transform: scaleX(-1); }

.szg-valasztas {
    background: var(--szg-sand);
    padding: clamp(64px, 8vw, 100px) 0;
}
.szg-valasztas-inner { max-width: 900px; }
.szg-valasztas h2 {
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 16px;
}
.szg-valasztas-lead {
    font-size: 1.03rem;
    color: #4a524f;
    margin: 0 0 34px;
    max-width: 34rem;
}
.szg-valasztas-parok { margin: 0; }
.szg-valasztas-parok > div {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 6px 40px;
    padding: 22px 0;
    border-top: 1px solid rgba(74, 47, 31, 0.16);
}
.szg-valasztas-parok dt {
    font-family: 'Playfair Display', 'EB Garamond', serif;
    font-size: 1.1rem;
    line-height: 1.35;
    color: var(--szg-dark);
}
.szg-valasztas-parok dd {
    margin: 0;
    font-size: 0.97rem;
    color: #4a524f;
}

.szg-emellett { padding: clamp(64px, 8vw, 100px) 0 clamp(56px, 7vw, 88px); }
.szg-section-head { max-width: 620px; margin: 0 0 20px; }
.szg-section-head h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); margin: 0 0 12px; }
.szg-section-head p { color: var(--szg-muted); margin: 0; font-size: 1rem; }

.szg-tovabbi {
    display: grid;
    grid-template-columns: 58px minmax(0, 0.9fr) minmax(0, 1.25fr);
    gap: 8px 36px;
    padding: 38px 0;
    border-top: 1px solid var(--szg-vonal);
    align-items: start;
    scroll-margin-top: 112px;
}
.szg-tovabbi:first-of-type { margin-top: 26px; }
.szg-tovabbi-szam {
    font-family: 'Playfair Display', 'EB Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(181, 98, 63, 0.55);
}
.szg-tovabbi-fej h3 { font-size: 1.28rem; line-height: 1.25; margin: 0 0 6px; }
.szg-tovabbi-kicsi {
    margin: 0;
    font-size: 0.86rem;
    color: var(--szg-muted);
}
.szg-tovabbi-torzs p { margin: 0 0 18px; color: #4a524f; font-size: 0.99rem; }
.szg-tovabbi-torzs .szg-akciok { margin-top: 20px; }

.szg-ismerkedes {
    background: var(--szg-sand);
    padding: clamp(68px, 8vw, 104px) 0 clamp(76px, 9vw, 116px);
    scroll-margin-top: 112px;
}
.szg-ismerkedes-inner { max-width: 640px; text-align: center; }
.szg-ismerkedes .szg-eyebrow { margin-bottom: 14px; }
.szg-ismerkedes h2 { font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin: 0 0 16px; }
.szg-ismerkedes-lead {
    font-size: 1.04rem;
    color: #4a524f;
    margin: 0 0 20px;
}
.szg-ismerkedes .szg-meta { margin-bottom: 30px; }
.szg-ismerkedes-email {
    margin: 20px 0 0;
    font-size: 0.9rem;
    color: var(--szg-muted);
}
.szg-ismerkedes-email a { color: var(--szg-terra); font-weight: 600; text-decoration: none; }
.szg-zarva {
    margin: 0;
    font-size: 1rem;
    color: var(--szg-dark);
    font-weight: 600;
}

.szg-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.szg-reveal.visible { opacity: 1; transform: translateY(0); }
.szg-d1 { transition-delay: 0.1s; }
.szg-d2 { transition-delay: 0.2s; }

@media (max-width: 980px) {
    .szg-nyitany-inner { grid-template-columns: 1fr; gap: 44px; }
    .szg-nyitany-lead { max-width: none; }
    .szg-ut { grid-template-columns: 1fr; gap: 36px; }
    .szg-ut-ablak { margin-right: 0; max-width: 520px; min-height: 0; aspect-ratio: 7 / 5; }
    .szg-ut--forditott .szg-ut-szoveg { order: 1; }
    .szg-ut--forditott .szg-ut-ablak { order: 2; margin-left: 0; }
    .szg-tovabbi { grid-template-columns: 46px minmax(0, 1fr); }
    .szg-tovabbi-torzs { grid-column: 2; }
    .szg-festek--zold { opacity: 0.3; }
    .szg-festek--okker { opacity: 0.22; }
}

@media (max-width: 620px) {
    .szg-valasztas-parok > div { grid-template-columns: 1fr; gap: 6px; }
    .szg-btn { padding: 13px 22px; font-size: 0.93rem; }
    .szg-btn--nagy { padding: 15px 26px; font-size: 0.97rem; }
    .szg-akciok .szg-btn { flex: 1 1 auto; justify-content: center; }
    .szg-arjegyzek li a { flex-wrap: wrap; gap: 2px 10px; }
    .szg-arjegyzek-vonal { display: none; }
    .szg-arjegyzek-ertek { flex-basis: 100%; }
    .szg-ut-szam { font-size: 3rem; }
    .szg-festek--zold { top: -6%; right: -30%; width: 90vw; }
    .szg-festek--okker { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .szg-reveal { opacity: 1; transform: none; transition: none; }
    .szg-btn { transition: none; }
}
