/* ==========================================================================
   Foglalkozás-egészségügy – Dr. Cseke Csaba
   "Medizco"-inspirált arculat: teál/navy gradiens, lekerekített, lágy formák
   ========================================================================== */

:root {
  --c-teal:       #20c2b4;
  --c-teal-dark:  #17a89a;
  --c-teal-tint:  #e3f7f4;
  --c-navy:       #17335c;
  --c-navy-2:     #101f3a;
  --c-ink:        #182437;
  --c-text:       #5c6b7a;
  --c-text-soft:  #8b95a1;
  --c-bg:         #ffffff;
  --c-bg-soft:    #f5f8fa;
  --c-border:     #e6ebef;

  --radius:    20px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --shadow:    0 6px 24px rgba(23, 51, 92, 0.08);
  --shadow-lg: 0 22px 50px rgba(23, 51, 92, 0.18);
  --maxw:      1200px;
  --header-h:  78px;

  --font-head: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }

body {
  margin: 0; font-family: var(--font-body); color: var(--c-text);
  background: var(--c-bg); line-height: 1.7; font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--c-teal-dark); text-decoration: none; }
a:hover { color: var(--c-navy); }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--c-ink); margin: 0 0 .5em; line-height: 1.25; font-weight: 700; }
h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.3rem); }
p { margin: 0 0 1rem; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
:focus-visible { outline: 3px solid var(--c-teal); outline-offset: 2px; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 300; background: var(--c-navy); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

/* ==========================================================================
   Felső sáv
   ========================================================================== */
.topbar { background: linear-gradient(90deg, var(--c-teal-dark), var(--c-teal)); color: #fff; font-size: .84rem; }
.topbar-inner { max-width: var(--maxw); margin: 0 auto; padding: 9px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.topbar-list { display: flex; gap: 24px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.topbar-list li { display: flex; align-items: center; gap: 7px; }
.topbar-list a { color: #fff; }
.topbar-list a:hover { color: var(--c-navy-2); }
.topbar svg { flex: none; opacity: .95; }
@media (max-width: 720px){ .topbar-inner{ justify-content: center; } }

/* ==========================================================================
   Fejléc / navigáció
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: 0 2px 14px rgba(23,51,92,.06); }
.nav { max-width: var(--maxw); margin: 0 auto; height: var(--header-h); padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo { width: 46px; height: 46px; flex: none; }
.brand > span:last-child { font-family: var(--font-head); font-weight: 700; font-size: 1.28rem; color: var(--c-ink); line-height: 1.15; }
.brand small { display: block; font-family: var(--font-body); font-size: .68rem; font-weight: 600; color: var(--c-text-soft); text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; }

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a { display: block; padding: 10px 16px; border-radius: 999px; color: var(--c-ink); font-weight: 600; font-size: .94rem; }
.nav-links a:hover { background: var(--c-teal-tint); color: var(--c-teal-dark); }
.nav-links a.active { background: var(--c-teal-tint); color: var(--c-teal-dark); }
.nav-cta { background: var(--c-navy); color: #fff !important; padding: 12px 24px !important; box-shadow: 0 8px 20px rgba(23,51,92,.28); }
.nav-cta:hover { background: var(--c-navy-2); color: #fff !important; }

.nav-toggle { display: none; background: none; border: 1px solid var(--c-border); border-radius: 12px; width: 46px; height: 46px; cursor: pointer; color: var(--c-ink); align-items: center; justify-content: center; }
@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 2px; background: #fff; padding: 10px 16px 16px; box-shadow: var(--shadow-lg); transform: translateY(-130%); transition: transform .28s ease; visibility: hidden; }
  .nav-links.open { transform: translateY(0); visibility: visible; }
  .nav-links a { padding: 13px 14px; font-size: 1.02rem; border-radius: 12px; }
  .nav-cta { text-align: center; margin-top: 8px; }
}

/* ==========================================================================
   Hero – átlós gradiens + fotópanel
   ========================================================================== */
.hero { position: relative; overflow: hidden; background: linear-gradient(120deg, var(--c-teal) 0%, var(--c-teal-dark) 32%, var(--c-navy) 78%); padding: clamp(56px, 8vw, 96px) 0 clamp(70px, 9vw, 110px); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero::before { width: 340px; height: 340px; background: rgba(255,255,255,.08); top: -120px; right: 10%; }
.hero::after { width: 220px; height: 220px; background: rgba(255,255,255,.06); bottom: -80px; left: 4%; }
.hero .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; } }
.hero .eyebrow { display: block; font-style: italic; color: rgba(255,255,255,.92); font-weight: 500; margin-bottom: .6rem; font-size: 1.05rem; }
.hero h1 { color: #fff; margin-bottom: .5em; }
.hero p { color: rgba(255,255,255,.9); font-size: 1.08rem; max-width: 52ch; margin-bottom: 1.8rem; }
.hero-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 6px solid rgba(255,255,255,.25); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.hero--sub { padding: clamp(58px, 8vw, 90px) 0; }
.hero--sub .hero-grid { grid-template-columns: 1fr; text-align: center; }
.hero--sub p { margin-left: auto; margin-right: auto; }

/* Lebegő infósáv a hero alján */
.info-strip { position: relative; z-index: 2; margin: -34px auto 0; max-width: calc(var(--maxw) - 44px); background: var(--c-navy); border-radius: var(--radius); box-shadow: var(--shadow-lg); display: flex; }
.info-strip > * { flex: 1; padding: 22px 28px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.14); }
.info-strip > *:last-child { border-right: none; }
.info-strip a { color: #fff; font-weight: 600; display: flex; align-items: center; gap: 10px; }
.info-strip a:hover { color: rgba(255,255,255,.75); }
.info-strip .phone-block strong { display: block; color: #fff; font-size: 1.05rem; }
.info-strip .phone-block span { color: rgba(255,255,255,.7); font-size: .82rem; }
.info-strip .ico { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; flex: none; }
@media (max-width: 760px) { .info-strip { flex-direction: column; margin-left: 22px; margin-right: 22px; } .info-strip > * { border-right: none; border-bottom: 1px solid rgba(255,255,255,.14); } .info-strip > *:last-child { border-bottom: none; } }

/* ==========================================================================
   Gombok
   ========================================================================== */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: .96rem; cursor: pointer; border: 2px solid transparent; transition: transform .15s, background .15s, box-shadow .15s; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--c-teal); color: #fff; box-shadow: 0 10px 24px rgba(32,194,180,.35); }
.btn-primary:hover { background: var(--c-teal-dark); color: #fff; }
.btn-navy { background: var(--c-navy); color: #fff; box-shadow: 0 10px 24px rgba(23,51,92,.3); }
.btn-navy:hover { background: var(--c-navy-2); color: #fff; }
.btn-white { background: #fff; color: var(--c-navy); }
.btn-white:hover { background: #eef3f6; color: var(--c-navy); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

/* ==========================================================================
   Szekciók
   ========================================================================== */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section--soft { background: var(--c-bg-soft); }
.section-head { text-align: center; max-width: 760px; margin: 0 auto clamp(36px, 5vw, 54px); }
.section-head .kicker { display: block; color: var(--c-teal-dark); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; margin-bottom: .6rem; }
.section-head p { color: var(--c-text); font-size: 1.08rem; }
.section-head.left { text-align: left; margin-left: 0; }

.prose { max-width: 780px; margin: 0 auto; font-size: 1.05rem; }
.prose.wide { max-width: 900px; }
.prose strong { color: var(--c-ink); }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5rem; }

.callout { background: var(--c-teal-tint); border-left: 4px solid var(--c-teal); border-radius: var(--radius-sm); padding: 24px 28px; max-width: 860px; margin: 0 auto; }
.callout p:last-child { margin-bottom: 0; }

/* ==========================================================================
   Ikonos jellemző-sor (kör ikon, keret nélkül)
   ========================================================================== */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.feature { text-align: center; }
.feature .ico { width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; background: var(--c-teal-tint); color: var(--c-teal-dark); display: grid; place-items: center; }
.feature h3 { margin-bottom: .4rem; }
.feature p { color: var(--c-text); margin: 0; font-size: .98rem; }

/* Lekerekített kártya (soft, árnyékos) */
.card { background: #fff; border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); transition: transform .18s, box-shadow .18s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .ico { width: 60px; height: 60px; border-radius: 50%; background: var(--c-teal-tint); color: var(--c-teal-dark); display: grid; place-items: center; margin-bottom: 16px; }
.card h3 { margin-bottom: .45rem; }
.card p { color: var(--c-text); margin: 0; font-size: .97rem; }

/* Kör-fotó + színes pöttyös lista szekció */
.photo-bullets { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .photo-bullets { grid-template-columns: 1fr; } }
.circle-photo-wrap { position: relative; width: min(360px, 100%); margin: 0 auto; }
.circle-photo-wrap::before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; background: var(--c-teal); opacity: .18; top: -24px; right: -18px; }
.circle-photo-wrap::after { content: ""; position: absolute; width: 70px; height: 70px; border-radius: 50%; background: var(--c-navy); opacity: .16; bottom: -14px; left: -10px; }
.circle-photo { position: relative; z-index: 1; width: 100%; aspect-ratio: 1/1; border-radius: 50%; overflow: hidden; box-shadow: var(--shadow-lg); border: 8px solid #fff; }
.circle-photo img { width: 100%; height: 100%; object-fit: cover; }

.dot-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.dot-list li { display: flex; gap: 16px; align-items: flex-start; }
.dot-list .dot { width: 34px; height: 34px; border-radius: 50%; flex: none; display: grid; place-items: center; color: #fff; margin-top: 2px; }
.dot-list .dot.teal { background: var(--c-teal); }
.dot-list .dot.navy { background: var(--c-navy); }
.dot-list .dot.dark { background: var(--c-ink); }
.dot-list h3 { margin: 0 0 .3rem; font-size: 1.05rem; }
.dot-list p { margin: 0; color: var(--c-text); font-size: .96rem; }

/* ==========================================================================
   Split CTA (szöveg + foglalás-kártya)
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split-text .accent { color: var(--c-teal-dark); }
.split-text h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }

.booking-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: clamp(28px, 4vw, 40px); }
.booking-card .kicker { display: block; color: var(--c-text-soft); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .3rem; }
.booking-card h3 { font-size: 1.5rem; margin-bottom: .8rem; }
.booking-card ul.mini { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.booking-card ul.mini li { display: flex; align-items: center; gap: 10px; color: var(--c-text); font-size: .95rem; }
.booking-card ul.mini svg { color: var(--c-teal); flex: none; }

/* ==========================================================================
   Fotós CTA-sáv (teljes szélesség, overlay)
   ========================================================================== */
.photo-band { position: relative; background-size: cover; background-position: center; padding: clamp(56px, 9vw, 90px) 0; text-align: center; color: #fff; }
.photo-band::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(23,51,92,.88), rgba(32,194,180,.68)); }
.photo-band .container { position: relative; z-index: 1; }
.photo-band .ico-circle { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: rgba(255,255,255,.16); display: grid; place-items: center; }
.photo-band h2 { color: #fff; }
.photo-band p { color: rgba(255,255,255,.9); max-width: 560px; margin: 0 auto 1.6rem; }

/* ==========================================================================
   GYIK
   ========================================================================== */
.faq { max-width: 840px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: #fff; border-radius: var(--radius-sm); box-shadow: var(--shadow); padding: 0 24px; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--c-ink); padding: 20px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.6rem; color: var(--c-teal); font-weight: 400; flex: none; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > p { margin: 0 0 20px; color: var(--c-text); }

/* ==========================================================================
   CTA sáv
   ========================================================================== */
.cta-band { background: linear-gradient(120deg, var(--c-teal), var(--c-teal-dark)); color: #fff; border-radius: var(--radius-lg); padding: clamp(34px, 5vw, 50px) clamp(28px, 5vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; box-shadow: var(--shadow-lg); }
.cta-band.navy { background: linear-gradient(120deg, var(--c-navy), var(--c-navy-2)); }
.cta-band h2 { color: #fff; margin: 0; }
.cta-band p { color: rgba(255,255,255,.92); margin: .4rem 0 0; max-width: 560px; }

/* ==========================================================================
   Foglalás iframe
   ========================================================================== */
.booking-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.booking-frame { width: 100%; height: 1100px; border: 0; display: block; }

/* ==========================================================================
   Lábléc
   ========================================================================== */
.site-footer { background: var(--c-navy-2); color: rgba(255,255,255,.72); padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
@media (max-width: 760px){ .footer-grid { grid-template-columns: 1fr; gap: 30px; } }
.site-footer h4 { color: #fff; font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; margin-bottom: 16px; }
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a:hover { color: var(--c-teal); }
.site-footer .brand > span:last-child { color: #fff; }
.site-footer .brand small { color: rgba(255,255,255,.5); }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-contact p { margin: 0 0 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); margin-top: 38px; padding-top: 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .84rem; color: rgba(255,255,255,.5); }

.center { text-align: center; }
.stack > * + * { margin-top: 1rem; }
