@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/quicksand-v36-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/quicksand-v36-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/quicksand-v36-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/quicksand-v36-latin-700.woff2') format('woff2');
}

:root {
    --ink: #1c2b22;
    --forest: #2d4a3e;
    --cream: #f8f3ec;
    --sand: #ede5d6;
    --terra: #c4714a;
    --text: #2a3730;
    --muted: #6b7872;
}

body.muveszetterapia-oldal {
    --accent: #5a8a6d;
    --accent-pale: #e2ede7;
}

body.meseterapia-oldal {
    --accent: #7a4d6e;
    --accent-pale: #ece4ea;
}

body.muveszetterapia-oldal,
body.meseterapia-oldal {
    background: var(--cream);
    background-image: none !important;
    color: var(--text);
    font-family: Quicksand, -apple-system, sans-serif;
    line-height: 1.65;
}

.pg {
    text-align: left;
}

.pg h1,
.pg h2,
.pg h3 {
    font-family: 'EB Garamond', Georgia, serif;
    color: var(--ink);
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0;
    line-height: 1.08;
}

.w {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

.fade {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade.in {
    opacity: 1;
    transform: none;
}

.pg-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    background: var(--ink);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    border-radius: 3px;
    transition: background 0.2s ease, gap 0.2s ease;
}

.pg-btn:hover {
    background: var(--forest);
    gap: 18px;
}

.pg-btn-inv {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    background: #fff;
    color: var(--ink);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    border-radius: 3px;
    transition: background 0.2s ease, gap 0.2s ease;
}

.pg-btn-inv:hover {
    background: var(--cream);
    gap: 18px;
}

.s-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 14px;
}

.hero-sec {
    padding: clamp(48px, 9vw, 88px) 0 clamp(64px, 11vw, 108px);
    background: var(--cream);
}

.hero-tag {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--terra);
    margin-bottom: 22px;
}

.hero-sec h1 {
    font-size: clamp(2.8rem, 7.5vw, 5.5rem);
    margin-bottom: 26px;
    max-width: 820px;
}

.hero-sec h1 em {
    font-style: italic;
    color: var(--accent);
    font-weight: 600;
}

.hero-body {
    font-size: clamp(1rem, 2.2vw, 1.08rem);
    color: var(--muted);
    max-width: 520px;
    line-height: 1.82;
    margin-bottom: 38px;
}

.band-sec {
    background: var(--forest);
    padding: clamp(60px, 10vw, 96px) 0;
}

.band-sec p {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: clamp(1.5rem, 3.8vw, 2.4rem);
    font-style: italic;
    color: rgba(255,255,255,0.88);
    line-height: 1.5;
    max-width: 720px;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin: 0;
}

.steps-sec {
    background: #fff;
    padding: clamp(64px, 10vw, 100px) 0;
}

.steps-heading {
    font-size: clamp(1.8rem, 3.8vw, 2.6rem);
    margin-bottom: 60px;
    max-width: 560px;
}

.steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 0 22px;
    padding: 36px 0;
    border-top: 1px solid rgba(28,43,34,0.09);
    align-items: start;
}

.step:last-child {
    border-bottom: 1px solid rgba(28,43,34,0.09);
}

.step-n {
    font-family: 'EB Garamond', serif;
    font-size: 2.6rem;
    color: var(--accent);
    opacity: 0.2;
    line-height: 1;
    font-weight: 700;
    padding-top: 2px;
}

.step h3 {
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    margin-bottom: 9px;
    color: var(--ink);
}

.step p {
    font-size: 0.93rem;
    color: var(--muted);
    line-height: 1.7;
    margin: 0;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
}

.quote-sec {
    background: var(--ink);
    padding: clamp(80px, 12vw, 120px) 0;
    text-align: center;
}

.quote-sec blockquote {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: clamp(1.7rem, 4.2vw, 2.8rem);
    font-style: italic;
    color: rgba(255,255,255,0.9);
    line-height: 1.45;
    max-width: 720px;
    margin: 0 auto 22px;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.quote-sec cite {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    font-style: normal;
    font-family: Quicksand, sans-serif;
}

.approach-sec {
    background: var(--sand);
    padding: clamp(64px, 10vw, 100px) 0;
}

.approach-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 52px;
    max-width: 860px;
    margin: 0 auto;
}

@media (min-width: 760px) {
    .approach-grid {
        grid-template-columns: 1.2fr 1fr;
        align-items: start;
    }
}

.approach-sec h2 {
    font-size: clamp(1.9rem, 3.8vw, 2.6rem);
    margin-bottom: 26px;
}

.approach-sec p {
    color: #4a5449;
    font-size: 1rem;
    line-height: 1.82;
    margin: 0 0 18px;
}

.approach-sec p:last-child {
    margin-bottom: 0;
}

.approach-sec strong {
    color: var(--ink);
    font-weight: 700;
}

.approach-aside {
    background: var(--accent-pale);
    padding: clamp(28px, 4vw, 42px);
    border-left: 3px solid var(--accent);
}

.approach-aside p {
    font-family: 'EB Garamond', serif;
    font-size: clamp(1.15rem, 2.2vw, 1.28rem);
    font-style: italic;
    color: var(--ink);
    line-height: 1.6;
    margin: 0 !important;
}

.tools-sec {
    background: var(--cream);
    padding: clamp(64px, 10vw, 100px) 0;
}

.tools-sec h2 {
    font-size: clamp(1.9rem, 3.8vw, 2.6rem);
    margin-bottom: 44px;
}

.tools-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    max-width: 640px;
}

.tools-list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(28,43,34,0.09);
    font-size: 1rem;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 18px;
}

.tools-list li:first-child {
    border-top: 1px solid rgba(28,43,34,0.09);
}

.tools-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--accent);
    flex-shrink: 0;
}

.tools-note {
    font-style: italic;
    font-size: 0.93rem;
    color: var(--muted);
    max-width: 560px;
}

.cta-sec {
    background: var(--ink);
    padding: clamp(80px, 12vw, 120px) 0;
    text-align: center;
}

.cta-inner {
    max-width: 560px;
    margin: 0 auto;
}

.cta-sec h2 {
    font-size: clamp(2rem, 5vw, 3.2rem);
    color: #fff;
    margin-bottom: 18px;
}

.cta-sec p {
    color: rgba(255,255,255,0.58);
    font-size: 1rem;
    line-height: 1.78;
    margin-bottom: 36px;
}

.cta-meta {
    font-size: 0.76rem;
    color: rgba(255,255,255,0.28);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 32px;
}

.cta-meta span + span::before {
    content: ' · ';
    margin: 0 6px;
    opacity: 0.4;
}

.cta-email {
    display: block;
    margin-top: 22px;
    font-size: 0.87rem;
    color: rgba(255,255,255,0.32);
}

.cta-email a {
    color: rgba(255,255,255,0.6);
    font-weight: 600;
    text-decoration: none;
}

.cta-email a:hover {
    color: #fff;
}
