/* Mentörüm V4 — compact, choice-led homepage */

.header-brand-copy strong { letter-spacing: .015em; }

.path-hero__actions .button-coral {
  position: relative;
  isolation: isolate;
  animation: hero-cta-breathe 2.35s ease-in-out infinite;
}
.path-hero__actions .button-coral::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -5px;
  border: 2px solid rgba(239,94,67,.45);
  border-radius: calc(18px + 5px);
  pointer-events: none;
  animation: hero-cta-ring 2.35s ease-in-out infinite;
}
.path-hero__actions .button-coral:hover {
  animation-play-state: paused;
  box-shadow: 0 17px 42px rgba(239,94,67,.34);
}
.path-hero__actions .button-coral:hover::after { animation-play-state: paused; opacity: .65; }
@keyframes hero-cta-breathe {
  0%, 100% { box-shadow: 0 10px 24px rgba(239,94,67,.2); filter: brightness(1); }
  50% { box-shadow: 0 17px 42px rgba(239,94,67,.38); filter: brightness(1.055) saturate(1.08); }
}
@keyframes hero-cta-ring {
  0%, 100% { opacity: .18; transform: scale(.985); }
  50% { opacity: .72; transform: scale(1.025); }
}

.explore-hub {
  position: relative;
  overflow: hidden;
  padding-top: clamp(110px, 10vw, 165px);
  padding-bottom: clamp(95px, 9vw, 145px);
  background: #f6f1e7;
}
.explore-hub::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -350px;
  right: -90px;
  border: 1px dashed rgba(16,32,57,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(16,32,57,.025), 0 0 0 140px rgba(16,32,57,.018);
  pointer-events: none;
}
.explore-hub__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .38fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}
.explore-hub__head h2 {
  margin: 20px 0 0;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(4.3rem, 7.1vw, 7.7rem);
  font-weight: 450;
  line-height: .86;
  letter-spacing: -.065em;
}
.explore-hub__head h2 em { color: var(--coral-dark); font-weight: 450; }
.explore-hub__head > p { margin: 0; color: var(--muted); line-height: 1.75; }

.explore-switcher {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}
.explore-card {
  position: relative;
  min-width: 0;
  min-height: 275px;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 38px;
  color: white;
  background: #102039;
  box-shadow: 0 20px 50px rgba(16,32,57,.11);
  cursor: pointer;
  font: inherit;
  text-align: left;
  isolation: isolate;
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.explore-card--approach { grid-column: span 5; min-height: 440px; }
.explore-card--programs { grid-column: span 7; min-height: 440px; }
.explore-card--matching,
.explore-card--mentors,
.explore-card--panel,
.explore-card--packages { grid-column: span 3; }
.explore-card:hover { transform: translateY(-7px); box-shadow: 0 30px 70px rgba(16,32,57,.2); }
.explore-card:focus-visible { outline: 4px solid var(--blue); outline-offset: 5px; }
.explore-card[aria-expanded="true"] { box-shadow: 0 0 0 4px var(--coral), 0 30px 70px rgba(16,32,57,.2); }
.explore-card > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease);
}
.explore-card:hover > img { transform: scale(1.035); }
.explore-card--approach > img { object-position: 48% 48%; }
.explore-card--programs > img { object-position: 58% 42%; }
.explore-card--mentors > img { object-position: 52% 34%; }
.explore-card__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,18,33,.07) 20%, rgba(8,18,33,.88) 100%);
}
.explore-card--programs .explore-card__shade { background: linear-gradient(90deg, rgba(8,18,33,.82), rgba(8,18,33,.05) 72%), linear-gradient(0deg, rgba(8,18,33,.58), transparent 58%); }
.explore-card__index {
  position: absolute;
  z-index: 2;
  top: 23px;
  left: 25px;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: rgba(255,255,255,.9);
  font-family: "Newsreader", Georgia, serif;
  font-size: .75rem;
}
.explore-card__copy {
  position: absolute;
  z-index: 2;
  left: 27px;
  right: 25px;
  bottom: 27px;
  display: grid;
  gap: 7px;
}
.explore-card__copy small {
  color: rgba(255,255,255,.7);
  font-size: .59rem;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.explore-card__copy strong {
  max-width: 560px;
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(2.4rem, 3.5vw, 4.6rem);
  font-weight: 450;
  line-height: .83;
  letter-spacing: -.055em;
}
.explore-card__copy > span { color: rgba(255,255,255,.74); font-size: .7rem; }
.explore-card--approach .explore-card__copy strong,
.explore-card--programs .explore-card__copy strong { font-size: clamp(3.5rem, 5.2vw, 6.1rem); }
.explore-card__action {
  position: absolute;
  z-index: 3;
  top: 21px;
  right: 21px;
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 39px;
  padding: 6px 7px 6px 14px;
  border-radius: 999px;
  background: rgba(255,253,248,.94);
  color: var(--ink);
  font-size: .62rem;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.explore-card__action i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--coral); font-style: normal; }

.explore-card--matching { background: #f0cf60; color: var(--ink); }
.explore-card--matching .explore-card__index { border-color: rgba(16,32,57,.28); color: var(--ink); }
.explore-card--matching .explore-card__copy small,
.explore-card--matching .explore-card__copy > span { color: rgba(16,32,57,.65); }
.explore-card--matching .explore-card__action { background: var(--ink); color: white; }
.explore-card__signal {
  position: absolute;
  top: 23px;
  right: 24px;
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(16,32,57,.18);
  border-radius: 50%;
}
.explore-card__signal::before { content: ""; position: absolute; inset: 15px; border: 1px dashed rgba(16,32,57,.25); border-radius: inherit; }
.explore-card__signal b { position: relative; font-family: "Newsreader", serif; font-size: 2rem; }
.explore-card__signal i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--coral); }
.explore-card__signal i:first-child { top: 15px; left: 23px; }
.explore-card__signal i:last-child { right: 10px; bottom: 29px; background: #2d8a70; }

.explore-card--panel { background: #d9ebe3; color: var(--ink); }
.explore-card--panel .explore-card__index { border-color: rgba(16,32,57,.28); color: var(--ink); }
.explore-card--panel .explore-card__copy small,
.explore-card--panel .explore-card__copy > span { color: rgba(16,32,57,.62); }
.explore-card__report { position: absolute; top: 20px; right: 20px; width: 138px; padding: 9px; border-radius: 18px; background: var(--ink); color: white; box-shadow: 0 15px 30px rgba(16,32,57,.2); transform: rotate(2deg); }
.explore-card__report i { display: flex; justify-content: space-between; padding: 8px 7px; border-bottom: 1px solid rgba(255,255,255,.12); font-style: normal; }
.explore-card__report i:last-child { border-bottom: 0; }
.explore-card__report b { font-size: .54rem; }
.explore-card__report em { color: #8de0b2; font-size: .7rem; font-style: normal; }

.explore-card--packages { background: #f0b8ad; color: var(--ink); }
.explore-card--packages .explore-card__index { border-color: rgba(16,32,57,.28); color: var(--ink); }
.explore-card--packages .explore-card__copy small,
.explore-card--packages .explore-card__copy > span { color: rgba(16,32,57,.62); }
.explore-card__numbers { position: absolute; top: 18px; right: 18px; display: flex; align-items: flex-end; gap: 5px; }
.explore-card__numbers i { display: grid; place-items: center; width: 45px; height: 65px; border-radius: 14px; background: rgba(255,253,248,.8); font-family: "Newsreader", serif; font-size: 1.2rem; font-style: normal; }
.explore-card__numbers i:nth-child(2) { height: 80px; }
.explore-card__numbers i:nth-child(3) { height: 98px; color: white; background: var(--ink); }
.explore-hub__hint { display: none; }

.explore-stage { background: #fffdf8; }
.explore-panel[hidden] { display: none !important; }
.explore-panel {
  scroll-margin-top: 96px;
  overflow: clip;
  animation: explore-panel-in .42s var(--ease) both;
}
@keyframes explore-panel-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.explore-panel__toolbar {
  position: sticky;
  z-index: 20;
  top: 98px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 18px;
  margin-bottom: -96px;
  padding: 12px 14px 12px 24px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  color: white;
  background: rgba(12,25,44,.96);
  box-shadow: 0 20px 50px rgba(16,32,57,.18);
  backdrop-filter: blur(14px);
}
.explore-panel__toolbar > span { display: flex; align-items: center; gap: 14px; }
.explore-panel__toolbar small { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-family: "Newsreader", serif; }
.explore-panel__toolbar strong { font-size: .78rem; letter-spacing: .02em; }
.explore-panel__toolbar button {
  min-height: 49px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 6px 7px 6px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  color: white;
  background: rgba(255,255,255,.06);
  cursor: pointer;
  font: inherit;
  font-size: .68rem;
  font-weight: 760;
}
.explore-panel__toolbar button i { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; color: var(--ink); background: var(--coral); font-size: 1.2rem; font-style: normal; }
.explore-panel__toolbar button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.explore-panel > .section:first-of-type { padding-top: clamp(165px, 13vw, 205px); }
.explore-panel .decision-section--v3 { padding-top: clamp(165px, 13vw, 205px); }

@media (max-width: 1100px) {
  .explore-card--approach,
  .explore-card--programs { grid-column: span 6; }
  .explore-card--matching,
  .explore-card--mentors,
  .explore-card--panel,
  .explore-card--packages { grid-column: span 6; min-height: 310px; }
}

@media (max-width: 720px) {
  .path-hero h1 {
    font-size: clamp(2.95rem, 13.6vw, 4.2rem);
    line-height: .98;
    letter-spacing: -.02em;
  }
  .path-hero h1 em { letter-spacing: 0; }
  .explore-hub__head h2,
  .decision-section__head h2,
  .learning-paths__head h2,
  .support-map__head h2,
  .fit-section__header h2,
  .mentor-standard__copy h2,
  .mentor-world__head h2,
  .growth-platform__copy h2,
  .journey-v2__head h2,
  .pricing-v2__head h2,
  .parent-voices h2,
  .faq-v2__intro h2,
  .home-page .footer-lead h2 {
    line-height: .96;
    letter-spacing: -.02em;
  }
  .explore-hub__head h2 em,
  .decision-section__head h2 em,
  .learning-paths__head h2 em,
  .support-map__head h2 em,
  .fit-section__header h2 em,
  .mentor-standard__copy h2 em,
  .mentor-world__head h2 em,
  .growth-platform__copy h2 em,
  .journey-v2__head h2 em,
  .pricing-v2__head h2 em,
  .parent-voices h2 em,
  .home-page .footer-lead h2 em { letter-spacing: 0; }
  .explore-card__copy strong,
  .explore-card--approach .explore-card__copy strong,
  .explore-card--programs .explore-card__copy strong {
    line-height: .9;
    letter-spacing: -.02em;
  }
  .path-hero__visual { min-height: 530px; }
  .path-entry {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    margin-inline: -18px;
    padding: 0 18px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .path-entry::-webkit-scrollbar { display: none; }
  .path-entry > div,
  .path-entry > div:nth-child(-n+2) {
    min-width: 235px;
    min-height: 98px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    scroll-snap-align: start;
  }

  .explore-hub { padding: 90px 0 82px; }
  .explore-hub::before { width: 300px; height: 300px; top: -210px; right: -120px; }
  .explore-hub__head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 35px; }
  .explore-hub__head h2 { font-size: clamp(3.55rem, 16vw, 4.7rem); }
  .explore-hub__head > p { font-size: .88rem; }
  .explore-switcher {
    display: flex;
    gap: 13px;
    margin-inline: calc((100vw - 100%) / -2);
    padding: 0 max(18px, calc((100vw - 100%) / 2)) 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .explore-switcher::-webkit-scrollbar { display: none; }
  .explore-card,
  .explore-card--approach,
  .explore-card--programs,
  .explore-card--matching,
  .explore-card--mentors,
  .explore-card--panel,
  .explore-card--packages {
    min-width: min(82vw, 340px);
    min-height: 435px;
    border-radius: 31px;
    scroll-snap-align: center;
  }
  .explore-card__copy { left: 23px; right: 23px; bottom: 25px; }
  .explore-card__copy strong,
  .explore-card--approach .explore-card__copy strong,
  .explore-card--programs .explore-card__copy strong { font-size: 3.5rem; }
  .explore-card__action { top: auto; right: 22px; bottom: 23px; min-width: 42px; width: 42px; height: 42px; padding: 0; font-size: 0; }
  .explore-card__action i { width: 42px; height: 42px; }
  .explore-card__copy { padding-right: 40px; }
  .explore-card__signal { top: 70px; right: 27px; width: 135px; height: 135px; }
  .explore-card__report { top: 72px; right: 24px; width: 158px; }
  .explore-card__numbers { top: 68px; right: 22px; }
  .explore-hub__hint { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 10px 0 0; color: var(--muted); font-size: .64rem; font-weight: 720; }
  .explore-hub__hint span { color: var(--coral-dark); font-size: 1rem; }

  .explore-panel { scroll-margin-top: 78px; }
  .explore-panel__toolbar { top: 82px; min-height: 66px; margin: 10px 8px -78px; padding: 9px 9px 9px 14px; border-radius: 20px; }
  .explore-panel__toolbar small { width: 34px; height: 34px; }
  .explore-panel__toolbar strong { font-size: .68rem; }
  .explore-panel__toolbar button { min-width: 42px; min-height: 42px; width: 42px; padding: 0; border: 0; font-size: 0; background: transparent; }
  .explore-panel__toolbar button i { width: 42px; height: 42px; border-radius: 13px; font-size: 1.15rem; }
  .explore-panel > .section:first-of-type,
  .explore-panel .decision-section--v3 { padding-top: 140px; }

  .home-page .site-footer { margin-top: 22px; }
  .home-page .footer-orbit { display: none; }
  .home-page .footer-lead { gap: 26px; padding: 42px 0 38px; }
  .home-page .footer-lead h2 { margin: 18px 0 20px; font-size: clamp(3.15rem, 14.8vw, 4.25rem); }
  .home-page .footer-lead__copy > p { font-size: .82rem; }
  .home-page .footer-match-card { padding: 20px; }
  .home-page .footer-match-card h3 { max-width: 260px; margin: 18px 0; font-size: 1.72rem; }
  .home-page .footer-match-card ol { display: none; }
  .home-page .footer-match-card > a { margin-top: 12px; }
  .home-page .footer-proof-strip {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .home-page .footer-proof-strip::-webkit-scrollbar { display: none; }
  .home-page .footer-proof-strip > div,
  .home-page .footer-proof-strip > div:nth-child(2),
  .home-page .footer-proof-strip > div:nth-child(3) {
    min-width: 205px;
    min-height: 84px;
    padding: 14px 15px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 0;
    scroll-snap-align: start;
  }
  .home-page .footer-proof-strip > div:first-child { padding-left: 0; }
  .home-page .footer-proof-strip > div > span { width: 42px; height: 42px; }
  .home-page .footer-base { gap: 24px; padding: 34px 0; }
  .home-page .footer-brand-block { display: none; }
  .home-page .footer-nav {
    display: flex;
    gap: 34px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  .home-page .footer-nav::-webkit-scrollbar { display: none; }
  .home-page .footer-nav > div,
  .home-page .footer-nav > div:last-child { min-width: 130px; grid-column: auto; }
  .home-page .footer-bottom { min-height: 0; padding-top: 18px; }
}

@media (max-width: 360px) {
  .header-brand-copy strong { font-size: .92rem; letter-spacing: .01em; }
}

@media (prefers-reduced-motion: reduce) {
  .explore-card,
  .explore-card > img,
  .explore-panel,
  .path-hero__actions .button-coral,
  .path-hero__actions .button-coral::after { animation: none !important; transition: none !important; }
}
