:root {
  --ink: #28302f;
  --muted: #6b716c;
  --paper: #f7f0e8;
  --warm: #ead8c8;
  --sage: #6d7d62;
  --sage-dark: #34443a;
  --clay: #c98366;
  --gold: #c9a45f;
  --cream: #fffaf4;
  --line: rgba(40, 48, 47, 0.12);
  --shadow: 0 24px 70px rgba(56, 42, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  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;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 244, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.brand img {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  background: #0d0d0d;
  border: 1.5px solid rgba(201, 164, 95, 0.65);
  box-shadow: 0 0 0 3px rgba(201, 164, 95, 0.11), 0 2px 10px rgba(0, 0, 0, 0.14);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 20px);
  font-size: 1.02rem;
}

.main-nav a {
  padding: 7px 14px;
  border-radius: 8px;
  color: var(--muted);
  transition: background 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .main-nav a:hover {
    background: #c98366;
    color: var(--cream);
  }
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 0.92rem;
  white-space: nowrap;
}

.nav-cta {
  color: var(--cream);
  background: var(--sage-dark);
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(48px, 8vw, 96px) 0;
}

.hero-copy {
  position: relative;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  font-size: 3.6rem;
}

h2 {
  font-size: 3.8rem;
}

h3 {
  font-size: 1.45rem;
}

.lead {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.4;
}

.lead-sub {
  max-width: 600px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button-primary {
  color: #fffaf4;
  background: var(--clay);
  box-shadow: 0 16px 34px rgba(201, 131, 102, 0.24);
}

.button-secondary {
  border: 1px solid rgba(40, 48, 47, 0.18);
  color: var(--sage-dark);
  background: rgba(255, 250, 244, 0.7);
}

.button-secondary.light {
  color: var(--cream);
  border-color: rgba(255, 250, 244, 0.35);
  background: rgba(255, 250, 244, 0.1);
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.micro-proof span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  background: rgba(255, 250, 244, 0.68);
  font-size: 0.82rem;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  border-radius: 40px;
  overflow: hidden;
  background: var(--warm);
  box-shadow: var(--shadow);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(26, 21, 17, 0.28));
  pointer-events: none;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  object-fit: cover;
  object-position: 50% 30%;
  filter: sepia(0.10) saturate(0.88) brightness(0.97);
}

.booking-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  width: min(340px, calc(100% - 56px));
  padding: 24px;
  border: 1px solid rgba(255, 250, 244, 0.32);
  border-radius: 24px;
  color: var(--cream);
  background: rgba(37, 48, 42, 0.72);
  backdrop-filter: blur(18px);
}

.booking-card strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.08;
}

.booking-card p {
  margin: 12px 0 16px;
  color: rgba(255, 250, 244, 0.78);
}

.booking-card a {
  color: #fff;
  font-weight: 800;
}

.booking-label {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1180px, calc(100% - 40px));
  margin: -22px auto 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.trust-band div {
  padding: 24px;
  background: var(--sage-dark);
  color: var(--cream);
}

.trust-band div:nth-child(even) {
  background: #435a4a;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.trust-band span {
  margin-top: 4px;
  color: rgba(255, 250, 244, 0.68);
  font-size: 0.88rem;
}

.section-intro {
  max-width: 780px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-intro.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-intro p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--muted);
}

.problem,
.services,
.about,
.steps,
.testimonials,
.faq {
  padding: clamp(82px, 10vw, 132px) 0;
}

.problem-grid,
.steps-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.problem-grid article,
.steps-grid article,
.testimonial-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}

.problem-grid article:nth-child(2) {
  background: #f3e7dc;
}

.problem-grid article:nth-child(3) {
  background: #edf2e8;
}

.problem-grid span,
.steps-grid span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: var(--cream);
  background: var(--clay);
  font-weight: 800;
}

.problem-grid p,
.steps-grid p,
.testimonial-grid p,
.about-copy p,
.method-copy p,
.disclaimer p,
.final-cta p {
  color: var(--muted);
}

.method {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 720px;
  background: var(--paper);
}

.method-photo {
  position: relative;
  min-height: 720px;
}

.method-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, var(--paper) 100%);
  pointer-events: none;
  z-index: 1;
}

.method-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.82) brightness(0.97);
}

.method-copy {
  align-self: center;
  max-width: 720px;
  padding: clamp(48px, 8vw, 96px);
}

.method-copy p {
  max-width: 620px;
  margin-top: 22px;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.pillar-grid span {
  padding: 18px;
  border-radius: 18px;
  color: var(--sage-dark);
  background: rgba(255, 250, 244, 0.72);
  font-weight: 750;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-grid article {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}

.service-grid article:nth-child(1) { background: #f5e3d8; }
.service-grid article:nth-child(2) { background: #edf2e8; }
.service-grid article:nth-child(3) { background: #f8efd8; }
.service-grid article:nth-child(4) { background: var(--paper); }

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(255, 250, 244, 0.72);
  color: var(--clay);
}

.service-grid article:nth-child(2) .service-icon,
.service-grid article:nth-child(3) .service-icon {
  color: var(--sage);
}

.service-grid h3 {
  margin: 0 0 16px;
  font-size: 1.2rem;
  color: var(--ink);
}

.service-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.service-grid li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-grid li::before {
  content: "→";
  flex-shrink: 0;
  color: var(--clay);
  font-size: 0.78rem;
}

.about {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
}

.about-images {
  position: relative;
  min-height: 700px;
}

.about-main,
.about-room {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
  filter: sepia(0.12) saturate(0.87) brightness(0.96);
}

.about-main {
  top: 0;
  right: 0;
  z-index: 2;
  width: 62%;
  height: 74%;
  border-radius: 34px;
}

.about-room {
  left: 0;
  bottom: 0;
  width: 72%;
  height: 54%;
  border-radius: 28px;
}

.about-copy p {
  max-width: 620px;
  margin-top: 24px;
}

.credential-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.credential-list div {
  padding: 18px 20px;
  border-left: 4px solid var(--clay);
  background: #fff;
  box-shadow: 0 12px 30px rgba(56, 42, 31, 0.07);
}

.credential-list strong,
.credential-list span {
  display: block;
}

.credential-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

.disclaimer {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: center;
  padding: clamp(42px, 6vw, 70px);
  border-radius: 34px;
  color: var(--cream);
  background: var(--sage-dark);
}

.disclaimer .eyebrow,
.disclaimer p {
  color: rgba(255, 250, 244, 0.74);
}

.steps {
  text-align: center;
}

.steps-grid article {
  min-height: 230px;
  background: var(--paper);
}

.steps-grid span {
  margin-right: auto;
  margin-left: auto;
}

.quote-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #2c3332;
  color: var(--cream);
}

.quote-block > div {
  align-self: center;
  padding: clamp(48px, 9vw, 112px);
}

.quote-mark {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 0.6;
}

blockquote {
  max-width: 650px;
  font-size: 4rem;
}

.quote-block span {
  display: block;
  margin-top: 28px;
  color: rgba(255, 250, 244, 0.62);
}

.quote-block img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: sepia(0.08) saturate(0.78) brightness(0.88);
}

.testimonial-grid article {
  min-height: 240px;
  color: var(--cream);
  background: var(--sage-dark);
}

.testimonial-grid article:nth-child(2) {
  background: #513d4a;
}

.testimonial-grid article:nth-child(3) {
  background: #5d4736;
}

.testimonial-grid p {
  color: rgba(255, 250, 244, 0.88);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.38;
}

.testimonial-grid span {
  display: block;
  margin-top: 30px;
  color: rgba(255, 250, 244, 0.62);
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

details {
  border: 1px solid rgba(40, 48, 47, 0.12);
  border-radius: 18px;
  background: rgba(255, 250, 244, 0.82);
}

summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--sage-dark);
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

.final-cta {
  padding: clamp(74px, 10vw, 130px) 20px;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(43, 52, 48, 0.95), rgba(43, 52, 48, 0.68)),
    url("assets/consult-room.jpg") center / cover;
}

.final-cta > div {
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.final-cta p {
  color: rgba(255, 250, 244, 0.78);
}

.final-cta .hero-actions {
  justify-content: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 42px clamp(20px, 5vw, 72px);
  color: rgba(255, 250, 244, 0.76);
  background: #151716;
}

.footer img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  border: 1.5px solid rgba(201, 164, 95, 0.38);
}

.footer p {
  margin: 12px 0 0;
}

.footer a {
  display: block;
  margin-bottom: 8px;
}

.footer-credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-credit span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  opacity: 0.7;
}

.footer-credit a {
  display: block;
  margin: 0;
}

.footer-credit img {
  width: auto;
  height: 32px;
  border-radius: 4px;
  border: none;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: brightness(1.15);
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero,
  .method,
  .about,
  .disclaimer,
  .quote-block {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  blockquote {
    font-size: 3rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 620px;
  }

  .trust-band,
  .problem-grid,
  .steps-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-photo {
    min-height: 460px;
  }

  .about-images {
    min-height: 560px;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    display: none;
  }

  .nav-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .section-shell {
    width: min(100% - 28px, 1180px);
  }

  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  blockquote {
    font-size: 2.25rem;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-visual,
  .hero-visual > img {
    min-height: 520px;
    border-radius: 28px;
  }

  .booking-card {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .trust-band,
  .problem-grid,
  .steps-grid,
  .testimonial-grid,
  .pillar-grid,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .method-copy {
    padding: 44px 20px;
  }

  .about-images {
    min-height: 460px;
  }

  .about-main {
    width: 70%;
    height: 72%;
  }

  .about-room {
    width: 76%;
    height: 48%;
  }

  .disclaimer {
    padding: 34px 22px;
    border-radius: 26px;
  }

  .quote-block img {
    min-height: 360px;
  }

  .footer {
    display: grid;
  }
}

/* ================================
   ANIMATIONS & MICROINTERACTIONS
   ================================ */

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Hero entrance — staggerelt megjelenés oldalbetöltéskor */
.hero-copy .eyebrow      { animation: fadeUp 0.75s ease both 0s; }
.hero-copy h1            { animation: fadeUp 0.75s ease both 0.10s; }
.hero-copy .lead         { animation: fadeUp 0.75s ease both 0.22s; }
.hero-copy .hero-actions { animation: fadeUp 0.75s ease both 0.34s; }
.hero-copy .micro-proof  { animation: fadeUp 0.75s ease both 0.44s; }
.hero-visual             { animation: fadeIn 1s ease both 0.15s; }

/* Scroll reveal rendszer */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
[data-delay="1"] { transition-delay: 0.12s; }
[data-delay="2"] { transition-delay: 0.24s; }
[data-delay="3"] { transition-delay: 0.36s; }

/* Transition alap minden eszközre */
.service-grid article,
.problem-grid article {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.credential-list div {
  transition: border-left-color 0.2s ease;
}

.button-primary {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nav-cta {
  transition: background 0.18s ease;
}

.trust-band div {
  transition: filter 0.2s ease;
}

/* Érintésen is érezhető press feedback */
.button-primary:active {
  transform: scale(0.97);
  box-shadow: none;
}

/* Nyitott FAQ sor kiemelése */
details[open] summary {
  background: rgba(109, 125, 98, 0.08);
  border-radius: 18px 18px 0 0;
}

/* Hover microinterakciók — CSAK egeres eszközökön */
@media (hover: hover) {
  .service-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 32px 64px rgba(56, 42, 31, 0.16);
  }

  .problem-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(56, 42, 31, 0.10);
  }

  .credential-list div:hover {
    border-left-color: var(--gold);
  }

  .button-primary:hover {
    transform: scale(1.03);
    box-shadow: 0 20px 44px rgba(201, 131, 102, 0.38);
  }

  .nav-cta:hover {
    background: var(--sage);
  }

  .trust-band div:hover {
    filter: brightness(1.12);
  }
}

/* Steps: nagyobb szám-körök */
.steps-grid span {
  width: 72px;
  height: 72px;
  font-size: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  position: relative;
  z-index: 1;
}

/* Steps összekötő vonal — csak desktopon (3 oszlop) */
@media (min-width: 681px) {
  .steps-grid {
    position: relative;
  }
  .steps-grid::before {
    content: "";
    position: absolute;
    top: 66px;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--clay) 20%, var(--clay) 80%, transparent);
    opacity: 0.28;
    z-index: 0;
  }
}

/* Hozzáférhetőség: animációk letiltása ha a felhasználó kéri */
@media (prefers-reduced-motion: reduce) {
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy .lead,
  .hero-copy .hero-actions,
  .hero-copy .micro-proof,
  .hero-visual {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
