:root {
  --forest-950: #0b211c;
  --forest-900: #0e2a24;
  --forest-800: #173f35;
  --forest-700: #235548;
  --forest-100: #dde9e2;
  --forest-50: #eef5f1;
  --saffron: #f28c45;
  --saffron-dark: #a94d14;
  --cream: #f7f2e9;
  --paper: #fffdf9;
  --ink: #18201d;
  --muted: #58635e;
  --line: rgba(14, 42, 36, 0.12);
  --white: #fff;
  --shadow-sm: 0 10px 32px rgba(14, 42, 36, 0.08);
  --shadow-lg: 0 28px 90px rgba(14, 42, 36, 0.16);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --page: min(1440px, calc(100% - 64px));
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

/* WordPress production layer */
.wp-site-blocks,.site-main{min-height:50vh}.current-menu-item>a{color:var(--green,#173f35)}
.nav-menu{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}
.course-browser{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:clamp(28px,4vw,64px);align-items:start}
.filter-panel{position:sticky;top:96px;padding:24px;border:1px solid #d7e0db;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(14,42,36,.07)}
.filter-panel .field{margin:0 0 16px}.filter-panel select,.filter-panel input{width:100%;min-height:48px}.filter-panel .button{width:100%;margin:4px 0 14px}
.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.course-card{overflow:hidden;border:1px solid #d7e0db;border-radius:24px;background:#fff;box-shadow:0 14px 40px rgba(14,42,36,.07)}
.course-card>img{width:100%;height:210px;object-fit:cover}.course-card-body{padding:22px;display:flex;flex-direction:column}.course-card h3{margin:8px 0 10px;font-size:clamp(1.3rem,2vw,1.7rem)}.course-card h3 a{color:inherit;text-decoration:none}.course-source{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2f6b4f}.course-price{font-weight:800;color:#173f35}.course-price small{font-weight:500;color:#66716c}.course-card-actions{margin-top:auto;padding-top:16px;display:grid;gap:12px;align-items:center}.course-partner-button{min-height:44px;padding:11px 14px;font-size:.82rem;text-align:center}.course-partner-button sup{margin-left:2px}
.course-card-facts{margin:0 0 12px;display:flex;gap:6px;flex-wrap:wrap}.course-card-facts span{padding:6px 9px;color:#264f44;background:#eef5f1;border-radius:999px;font-size:.7rem;font-weight:750;line-height:1.2}
.navigation.pagination{margin-top:32px}.nav-links{display:flex;gap:8px;flex-wrap:wrap}.page-numbers{display:grid;place-items:center;min-width:44px;height:44px;border:1px solid #ccd8d2;border-radius:14px;text-decoration:none}.page-numbers.current{background:#173f35;color:#fff}
.article-content>p:first-child{font-size:1.1rem}.article-content .alignwide{margin-left:min(-8vw,-80px);margin-right:min(-8vw,-80px)}
.product-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-tool{display:flex;min-height:140px;flex-direction:column;justify-content:flex-end;padding:20px;border:1px solid #d7e0db;border-radius:20px;background:#f7f2e9;text-decoration:none}.product-tool span,.product-tool small{color:#66716c}.product-tool strong{margin:6px 0;font-size:1.15rem}.ad-slot{min-height:180px;margin:48px 0;padding:12px;border:1px solid #d7e0db;border-radius:18px;background:#f3f6f4}
@media (max-width:980px){.course-browser{grid-template-columns:1fr}.filter-panel{position:static}.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.course-grid{grid-template-columns:1fr}.course-card>img{height:190px}}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
}
@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, .button, a { -webkit-tap-highlight-color: transparent; }
a, button, input, select, summary { transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
:focus-visible { outline: 3px solid #f4a261; outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: white;
  background: var(--forest-900);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 253, 249, 0.82);
  backdrop-filter: blur(22px) saturate(160%);
}
.header-inner {
  width: var(--page);
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest-900);
  font-weight: 780;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--forest-800);
  border-radius: 11px;
  box-shadow: inset 0 -8px 14px rgba(0, 0, 0, 0.12);
}
.brand-word { font-size: 19px; }
.brand-dot { color: var(--saffron); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 10px 13px;
  color: var(--forest-900);
  border-radius: 12px;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}
.nav a:hover, .nav a[aria-current="page"] { background: var(--forest-50); }
.nav .nav-cta { margin-left: 8px; color: white; background: var(--forest-900); }
.nav .nav-cta:hover { background: var(--forest-700); }
.menu-button { display: none; border: 0; background: transparent; }

.hero-shell {
  width: var(--page);
  margin: 22px auto 0;
  overflow: hidden;
  color: white;
  background: var(--forest-900);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.home-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  background: var(--forest-900);
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 30, 24, .99) 0%, rgba(8, 30, 24, .92) 34%, rgba(8, 30, 24, .52) 62%, rgba(8, 30, 24, .18) 100%),
    linear-gradient(0deg, rgba(8, 30, 24, .18), rgba(8, 30, 24, .18));
}
.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(800px, 65%);
  padding: clamp(48px, 5vw, 72px);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--saffron);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; color: var(--forest-900); line-height: 1.05; }
h1, h2 { font-family: var(--serif); font-weight: 650; letter-spacing: -0.045em; }
.home-hero h1 { max-width: 670px; color: white; font-size: clamp(52px, 6.1vw, 82px); }
.home-hero .eyebrow { color: #ffc18f; }
.hero-lead { max-width: 620px; margin: 22px 0 30px; color: rgba(255,255,255,.94); font-size: clamp(18px, 2vw, 22px); text-shadow: 0 1px 18px rgba(0,0,0,.28); }
.hero-note { margin: 16px 0 0; color: rgba(255,255,255,.84); font-size: 12px; text-shadow: 0 1px 12px rgba(0,0,0,.32); }
.hero-search { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.hero-search .field label { color: rgba(255,255,255,.9); text-shadow: 0 1px 10px rgba(0,0,0,.42); }
.hero-search .field input { min-width: 0; border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.97); box-shadow: 0 10px 30px rgba(4,20,16,.12); }
.hero-search .field input::placeholder { color: #53605a; opacity: 1; }
.hero-search .button { grid-column: 1/-1; min-height: 56px; }

.finder {
  width: min(940px, calc(100% - 64px));
  margin: -58px auto 0;
  position: relative;
  z-index: 5;
  padding: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 24px;
  box-shadow: 0 26px 80px rgba(14,42,36,.19);
  backdrop-filter: blur(18px);
}
.finder-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 10px; }
.field { position: relative; }
.field label { display: block; margin: 0 0 6px 4px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.field select, .field input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  color: var(--forest-900);
  border: 1px solid var(--line);
  background: white;
  border-radius: 15px;
  outline: none;
}
.field select:focus, .field input:focus { border-color: var(--forest-700); box-shadow: 0 0 0 4px rgba(35,85,72,.12); }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 0;
  border-radius: 15px;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
}
.button.button-primary { color: #0b211c; -webkit-text-fill-color: #0b211c; background: var(--saffron); box-shadow: 0 12px 30px rgba(242,140,69,.25); }
.button.button-primary:hover { color: #0b211c; -webkit-text-fill-color: #0b211c; background: #f6a163; transform: translateY(-1px); }
.button-secondary { color: white; background: var(--forest-800); }
.button-secondary:hover { color: white; background: var(--forest-700); transform: translateY(-1px); }
.button-dark { color: white; background: var(--forest-900); }
.button-ghost { color: var(--forest-900); border: 1px solid var(--line); background: white; }
.finder .button { align-self: end; height: 56px; }

.section { width: var(--page); margin: 0 auto; padding-top: 110px; }
.section-sm { padding-top: 72px; }
.section-head {
  margin-bottom: 34px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.section-copy { max-width: 780px; }
.section h2 { font-size: clamp(40px, 5vw, 62px); }
.section-lead { margin: 16px 0 0; color: var(--muted); font-size: 18px; }
.text-link { color: var(--forest-700); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; white-space: nowrap; }

.topic-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.topic-card {
  position: relative;
  min-height: 420px;
  grid-column: span 4;
  overflow: hidden;
  display: flex;
  align-items: end;
  color: white;
  background: var(--forest-800);
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
  text-decoration: none;
}
.topic-card:first-child { grid-column: span 6; }
.topic-card:nth-child(2) { grid-column: span 6; }
.topic-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.topic-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,28,23,.94), rgba(7,28,23,.03) 68%); }
.topic-card:hover img { transform: scale(1.035); }
.topic-content { position: relative; z-index: 2; width: 100%; padding: 28px; }
.topic-meta { color: rgba(255,255,255,.66); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.topic-card h3 { margin-top: 8px; color: white; font-family: var(--serif); font-size: clamp(28px,3.4vw,42px); }
.topic-card p { max-width: 510px; margin: 10px 0 0; color: rgba(255,255,255,.74); }
.topic-arrow { position: absolute; z-index: 3; right: 22px; top: 22px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--forest-900); font-weight: 800; }

.city-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.city-pill {
  min-height: 112px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--forest-900);
  border: 1px solid var(--line);
  background: white;
  border-radius: 20px;
  text-decoration: none;
}
.city-pill:hover { background: var(--forest-50); transform: translateY(-2px); }
.city-pill strong { font-size: 18px; }
.city-pill span { color: var(--muted); font-size: 13px; }

.owned-panel {
  display: grid;
  grid-template-columns: 1fr .9fr;
  min-height: 430px;
  overflow: hidden;
  color: white;
  background: radial-gradient(circle at 90% 0, rgba(242,140,69,.33), transparent 34%), var(--forest-900);
  border-radius: 34px;
}
.owned-copy { padding: clamp(38px,6vw,72px); }
.owned-panel h2 { color: white; }
.owned-panel .section-lead { color: rgba(255,255,255,.72); }
.owned-visual { padding: 30px; display: grid; place-items: center; }
.device-card {
  width: min(100%, 420px);
  padding: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 28px;
  box-shadow: 0 34px 90px rgba(0,0,0,.28);
  transform: rotate(3deg);
}
.device-screen { aspect-ratio: 4/3; overflow: hidden; border-radius: 18px; }
.device-screen img { width: 100%; height: 100%; object-fit: cover; }
.device-caption { padding: 18px 8px 8px; color: var(--forest-900); }
.device-caption small { color: var(--muted); }

.trust-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.trust-card { padding: clamp(32px,5vw,60px); border-radius: 32px; background: var(--forest-50); }
.trust-card h2 { font-size: clamp(38px,4vw,54px); }
.check-list { margin: 28px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { padding: 15px 17px; display: flex; gap: 12px; align-items: flex-start; background: white; border-radius: 15px; }
.check { color: var(--forest-700); font-weight: 900; }
.affiliate-card { padding: 34px; color: var(--forest-950); background: #f5a66f; border-radius: 32px; }
.affiliate-card h3 { color: var(--forest-950); font-family: var(--serif); font-size: 34px; }
.affiliate-card p { color: #293a34; }

.page-hero { padding: 84px 0 48px; background: linear-gradient(180deg, var(--forest-50), var(--paper)); }
.page-hero-inner { width: var(--page); margin: auto; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 850px; font-size: clamp(50px,7vw,82px); }
.page-hero .hero-summary { max-width: 760px; margin: 18px 0 0; color: var(--muted); font-size: 19px; }

.results-layout { width: var(--page); margin: 44px auto 0; display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 34px; }
.filter-panel { position: sticky; top: 96px; align-self: start; padding: 22px; border: 1px solid var(--line); background: white; border-radius: 22px; box-shadow: var(--shadow-sm); }
.filter-panel h2 { font: 750 19px/1.2 var(--sans); letter-spacing: -.02em; }
.filter-group { margin-top: 20px; }
.filter-group label { margin-bottom: 7px; display: block; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.filter-group select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line); background: white; border-radius: 12px; }
.filter-note { margin: 18px 0 0; padding: 14px; color: var(--muted); background: var(--forest-50); border-radius: 12px; font-size: 12px; }
.results-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 18px; }
.results-head h2 { font: 720 28px/1.2 var(--sans); letter-spacing: -.03em; }
.result-count { color: var(--muted); }
.course-list { display: grid; gap: 18px; }
.course-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 290px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  border-radius: 26px;
  box-shadow: var(--shadow-sm);
}
.course-image { position: relative; min-height: 250px; }
.course-image img { width: 100%; height: 100%; object-fit: cover; }
.source-badge { position: absolute; left: 14px; top: 14px; padding: 7px 10px; color: var(--forest-900); background: rgba(255,255,255,.9); border-radius: 999px; font-size: 11px; font-weight: 800; backdrop-filter: blur(10px); }
.course-body { padding: 26px; display: grid; grid-template-columns: 1fr auto; gap: 24px; }
.course-body h3 { font: 730 25px/1.14 var(--sans); letter-spacing: -.035em; }
.course-provider { margin: 8px 0 12px; color: var(--forest-700); font-weight: 700; }
.course-description { margin: 0; color: var(--muted); }
.tag-row { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.tag { padding: 7px 10px; color: var(--forest-700); background: var(--forest-50); border-radius: 999px; font-size: 12px; font-weight: 700; }
.price-box { min-width: 150px; text-align: right; }
.price-box strong { display: block; color: var(--forest-900); font-family: var(--serif); font-size: 30px; }
.price-box small { color: var(--muted); }
.price-box .button { width: 100%; margin-top: 18px; }

.editorial-grid { width: var(--page); margin: 50px auto 0; display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 50px; }
.prose { max-width: 760px; }
.prose h2 { margin: 56px 0 16px; font-size: clamp(35px,4vw,48px); }
.prose h3 { margin: 30px 0 10px; font-size: 24px; }
.prose p, .prose li { color: #4f5c56; font-size: 17px; }
.prose li + li { margin-top: 9px; }
.sidebar-card { position: sticky; top: 96px; align-self: start; padding: 26px; border: 1px solid var(--line); background: white; border-radius: 24px; box-shadow: var(--shadow-sm); }
.sidebar-card img { aspect-ratio: 4/3; width: 100%; object-fit: cover; border-radius: 16px; }
.sidebar-card h2 { margin: 20px 0 10px; font: 730 24px/1.15 var(--sans); letter-spacing: -.03em; }

.detail-hero { width: var(--page); margin: 28px auto 0; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--forest-900); border-radius: 34px; }
.detail-image { min-height: 560px; }
.detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy { padding: clamp(38px,6vw,72px); color: white; }
.detail-copy h1 { color: white; font-size: clamp(48px,6vw,72px); }
.detail-copy .hero-summary { color: rgba(255,255,255,.72); }
.fact-grid { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fact { padding: 14px; background: rgba(255,255,255,.09); border-radius: 14px; }
.fact small { display: block; color: rgba(255,255,255,.56); }
.fact strong { display: block; margin-top: 3px; }
.disclosure { margin-top: 14px; color: rgba(255,255,255,.56); font-size: 12px; }

.partner-hero { width: var(--page); margin: 28px auto 0; padding: clamp(48px,7vw,90px); color: white; background: radial-gradient(circle at 86% 8%, rgba(242,140,69,.45), transparent 31%), var(--forest-900); border-radius: 34px; }
.partner-hero h1 { max-width: 850px; color: white; font-size: clamp(52px,7vw,84px); }
.partner-hero p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 19px; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hub-card { min-height: 430px; overflow: hidden; display: grid; grid-template-rows: 180px 1fr; border: 1px solid var(--line); background: white; border-radius: 26px; box-shadow: var(--shadow-sm); text-decoration: none; }
.hub-card:hover { transform: translateY(-3px); background: var(--forest-50); }
.hub-card-body { padding: 24px; display: flex; flex-direction: column; }
.hub-card-body > strong { margin-top: auto; color: var(--forest-800); }
.hub-card h2,.hub-card h3 { margin: 12px 0; font-family: var(--serif); font-size: 32px; }
.hub-card p { color: var(--muted); }
.number { color: var(--saffron); font-size: 12px; font-weight: 850; letter-spacing: .1em; }
.article-hero { padding: 84px 0 58px; background: linear-gradient(150deg, var(--forest-50), var(--cream)); }
.article-hero-inner { width: var(--page); margin: auto; display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 58px; }
.article-hero h1 { font-size: clamp(50px,7vw,78px); }
.article-hero p { color: var(--muted); font-size: 19px; }
.article-hero img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow-lg); }
.hero-offer-action,.course-hero-booking { margin-top: 24px; display: grid; justify-items: start; gap: 9px; }
.hero-offer-action .button,.course-hero-booking .button { min-height: 56px; text-align: center; }
.hero-offer-action small,.course-hero-booking small { max-width: 590px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.hero-offer-action sup,.course-hero-booking sup { margin-left: 2px; }
.content-shell { width: var(--page); margin: 58px auto 0; display: grid; grid-template-columns: minmax(0,820px) minmax(280px,420px); justify-content: center; gap: clamp(44px,6vw,92px); align-items: start; }
.content-shell-page { display: block; max-width: 1120px; }
.content-shell-page .article-content { max-width: 820px; margin-inline: auto; }
.article-content h2 { margin: 60px 0 16px; font-size: clamp(34px,4vw,48px); }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 32px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.article-content p, .article-content li { color: #4f5c56; font-size: 17px; }
.article-content li + li { margin-top: 9px; }
.article-content a { color: var(--forest-700); text-underline-offset: 3px; }
.info-box { margin: 30px 0; padding: 26px; color: var(--forest-900); background: var(--forest-50); border-left: 4px solid var(--saffron); border-radius: 18px; }
.info-box strong { display: block; margin-bottom: 6px; }
.article-nav { position: sticky; top: 96px; padding: 24px; border: 1px solid var(--line); background: white; border-radius: 22px; box-shadow: var(--shadow-sm); }
.article-nav p { margin: 0 0 12px; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-nav a { padding: 9px 0; display: block; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 14px; text-decoration: none; }
.article-nav a:hover { color: var(--forest-800); }
.amazon-box { margin: 46px 0; padding: 30px; border: 1px solid rgba(242,140,69,.32); background: #fff9f3; border-radius: 24px; }
.amazon-box .eyebrow { margin-bottom: 10px; }
.amazon-box h3 { font-family: var(--serif); font-size: 32px; }
.amazon-grid { margin-top: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.amazon-item { padding: 17px; color: var(--forest-900); background: white; border: 1px solid var(--line); border-radius: 15px; }
.amazon-item strong { display: block; }
.amazon-item span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.amazon-disclosure { margin: 16px 0 0; color: var(--muted); font-size: 11px; }
.affiliate-star { margin-left: 2px; font-size: .78em; vertical-align: super; }
.footer-disclosure { margin: 26px 0 0; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.footer-disclosure a { min-height: 40px; display: inline-flex; align-items: center; color: white; text-underline-offset: 3px; }
.transparency-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.transparency-card { padding: 30px; border: 1px solid var(--line); background: white; border-radius: 24px; }
.transparency-card h2 { font: 740 25px/1.15 var(--sans); letter-spacing: -.025em; }
.transparency-card p { color: var(--muted); }
.affiliate-link { margin-top: 12px; min-height: 40px; display: inline-flex; align-items: center; color: var(--forest-800); font-size: 13px; font-weight: 760; text-underline-offset: 3px; }
.affiliate-link[aria-disabled="true"] { color: var(--muted); text-decoration: none; cursor: not-allowed; }
.ad-slot { min-height: 180px; margin: 46px 0; padding: 24px 14px 14px; position: relative; display: grid; place-items: center; color: var(--muted); border: 1px dashed rgba(14,42,36,.22); background: #fafafa; border-radius: 18px; text-align: center; }
.ad-slot .ad-slot-label { position: absolute; top: 8px; left: 12px; display: block; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.ad-slot ins { width: 100%; }
.monetization-section .ad-slot { margin: 0; }
.inline-ad-section,.section .inline-ad-section,.article-content .inline-ad-section,.course-browser .results-ad { width: 100%; max-width: 100%; padding-top: 48px; }
.directory-ad,.home-ad-section { padding-top: 58px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 18px 20px; border: 1px solid var(--line); background: white; border-radius: 16px; }
.faq-list summary { color: var(--forest-900); font-weight: 760; cursor: pointer; }
.faq-list details p { margin-bottom: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.related-card { padding: 22px; border: 1px solid var(--line); background: white; border-radius: 18px; text-decoration: none; }
.related-card strong { display: block; color: var(--forest-900); }
.related-card span { display: block; margin-top: 8px; color: var(--muted); font-size: 13px; }
.country-band { padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--forest-800); border-radius: 26px; }
.country-band h2 { margin: 0; color: white; font-size: 38px; }
.country-band p:not(.eyebrow) { max-width: 760px; margin: 12px 0 0; color: rgba(255,255,255,.72); }
.cuisine-directory { width: var(--page); margin: 50px auto 0; }
.cuisine-controls { position: sticky; z-index: 20; top: 88px; margin-bottom: 50px; padding: 20px; display: grid; grid-template-columns: minmax(280px,1fr) 2fr auto; align-items: end; gap: 18px; border: 1px solid var(--line); background: rgba(255,253,249,.94); border-radius: 24px; box-shadow: var(--shadow-sm); backdrop-filter: blur(18px); }
.cuisine-controls .field input { height: 54px; }
.alphabet-nav { display: flex; flex-wrap: wrap; gap: 5px; }
.alphabet-nav a { width: 34px; height: 34px; display: grid; place-items: center; color: var(--forest-800); background: var(--forest-50); border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; }
.alphabet-nav a:hover { color: white; background: var(--forest-700); }
.cuisine-count { margin: 0 0 14px; color: var(--muted); font-size: 13px; font-weight: 750; white-space: nowrap; }
.cuisine-letter { scroll-margin-top: 210px; display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.letter-heading { position: sticky; top: 220px; align-self: start; display: grid; }
.letter-heading span { color: var(--forest-800); font-family: var(--serif); font-size: 72px; line-height: .8; }
.letter-heading small { margin-top: 12px; color: var(--muted); }
.cuisine-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.cuisine-card { position: relative; isolation: isolate; min-width: 0; min-height: 450px; overflow: hidden; display: grid; grid-template-rows: 170px minmax(0,1fr); color: var(--ink); border: 1px solid var(--line); background: white; border-radius: 24px; box-shadow: var(--shadow-sm); text-decoration: none; }
.cuisine-card:hover { transform: translateY(-3px); background: var(--forest-50); }
.cuisine-card[hidden], .cuisine-letter[hidden] { display: none; }
.directory-card-image { position: relative; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.directory-card-body { position: relative; z-index: 1; min-width: 0; padding: 22px; display: flex; flex-direction: column; color: var(--ink); background: white; }
.cuisine-region { color: var(--saffron-dark); font-size: 11px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.cuisine-card h2,.cuisine-card h3 { max-width: 100%; margin: 12px 0 0; font-family: var(--serif); font-size: 30px; line-height: 1.12; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
.cuisine-card p { max-width: 100%; margin: 14px 0; color: var(--muted); font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; hyphens: auto; }
.cuisine-examples { margin-top: auto; padding-top: 14px; color: var(--forest-700); border-top: 1px solid var(--line); font-size: 12px; }
.cuisine-card strong { margin-top: 15px; font-size: 13px; }
.city-controls { grid-template-columns: minmax(280px,1.4fr) minmax(220px,.6fr) auto; }
.city-controls select { width: 100%; height: 54px; padding: 0 14px; color: var(--forest-900); border: 1px solid var(--line); background: white; border-radius: 13px; }
.city-country-heading span { font: 780 42px/1 var(--sans); letter-spacing: -.05em; }
.city-card { min-height: 360px; }
.city-page-hero { background: radial-gradient(circle at 85% 20%,rgba(242,140,69,.2),transparent 26%),linear-gradient(150deg,var(--forest-50),var(--cream)); }
.city-page-hero .article-hero-inner { grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); }
.city-hero-copy > p:not(.eyebrow) { max-width: 780px; }
.city-hero-media img { aspect-ratio: 4/3; }
.city-stat-row { margin-top: 28px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.city-stat-row > div { min-height: 96px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(23,63,53,.12); background: rgba(255,255,255,.72); border-radius: 16px; }
.city-stat-row strong { color: var(--forest-900); font-size: 18px; line-height: 1.15; }
.city-stat-row span { margin-top: 9px; color: var(--muted); font-size: 11px; line-height: 1.35; }
.city-content-shell { grid-template-columns: minmax(0,860px) minmax(280px,380px); }
.city-content-shell .article-content h2 { scroll-margin-top: 110px; }
.city-focus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.city-focus-card { min-height: 230px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; border-radius: 20px; }
.city-focus-card > span { color: var(--saffron-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.city-focus-card h3 { margin: 22px 0 10px; font: 720 23px/1.1 var(--sans); }
.city-focus-card p { margin: auto 0 0; font-size: 13px; }
.city-comparison-wrap { max-width: 100%; margin: 28px 0; overflow-x: auto; border: 1px solid var(--line); background: white; border-radius: 20px; }
.city-comparison { width: 100%; min-width: 620px; border-collapse: collapse; }
.city-comparison th,.city-comparison td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.city-comparison th { color: var(--forest-900); background: var(--forest-50); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.city-comparison td:first-child { width: 150px; color: var(--forest-800); font-weight: 760; }
.city-comparison tbody tr:last-child td { border-bottom: 0; }
.city-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.city-topic-link { min-height: 190px; padding: 24px; display: flex; flex-direction: column; color: var(--forest-900); border: 1px solid var(--line); background: white; border-radius: 22px; box-shadow: var(--shadow-sm); text-decoration: none; }
.city-topic-link:hover { background: var(--forest-50); transform: translateY(-2px); }
.city-topic-link span { color: var(--saffron-dark); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.city-topic-link strong { margin: 12px 0; font-family: var(--serif); font-size: 28px; line-height: 1.05; }
.city-topic-link small { margin-top: auto; color: var(--muted); font-size: 12px; }
.provider-empty { padding: 28px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; color: var(--forest-900); border: 1px dashed #aec7bb; background: var(--forest-50); border-radius: 22px; }
.provider-empty > span { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--forest-700); border-radius: 50%; font-size: 30px; }
.provider-empty strong { display: block; font-size: 18px; }
.provider-empty p { margin: 8px 0 0; font-size: 14px; }
.city-related-grid { grid-template-columns: repeat(2,1fr); }
.topic-detail-hero img { aspect-ratio: 3/2; }
.topic-page-hero { background: radial-gradient(circle at 18% 18%,rgba(112,155,126,.2),transparent 28%),linear-gradient(145deg,#f2f7f2,var(--cream)); }
.topic-page-hero .article-hero-inner { grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); }
.topic-hero-media img { aspect-ratio: 4/3; }
.topic-content-shell .article-content h2 { scroll-margin-top: 110px; }
.topic-content-shell .learning-grid { margin: 26px 0; }
.topic-cuisine-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cuisine-page-hero { background: radial-gradient(circle at 84% 16%,rgba(242,140,69,.16),transparent 27%),linear-gradient(145deg,#eef6f0,#fff8ec); }
.cuisine-page-hero .article-hero-inner { grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); }
.cuisine-hero-media img { aspect-ratio: 4/3; }
.cuisine-content-shell .article-content h2 { scroll-margin-top: 110px; }
.cuisine-anchor-grid { margin: 26px 0; }
.cuisine-anchor-grid > div { min-height: 180px; }
.cuisine-anchor-grid small { margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cuisine-technique-list { margin: 28px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cuisine-technique-list > div { min-height: 170px; padding: 22px; border: 1px solid var(--line); background: white; border-radius: 18px; }
.cuisine-technique-list strong { display: block; color: var(--forest-900); font-size: 17px; }
.cuisine-technique-list p { margin: 14px 0 0; font-size: 13px; }
.cuisine-source-list { margin: 24px 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.cuisine-source-list li { padding: 18px; display: grid; gap: 5px; border: 1px solid var(--line); background: var(--forest-50); border-radius: 16px; }
.cuisine-source-list a { color: var(--forest-800); font-weight: 760; }
.cuisine-source-list span { color: var(--muted); font-size: 12px; }
.editorial-credibility { margin: 64px 0 8px; padding: clamp(24px,4vw,36px); display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 22px; align-items: start; color: var(--forest-900); border: 1px solid #bed2c8; background: linear-gradient(145deg,#eef6f1,#fffdf9); border-radius: 26px; box-shadow: var(--shadow-sm); }
.editorial-portrait { width: 74px; height: 74px; display: grid; place-items: center; color: white; background: var(--forest-800); border-radius: 22px; font: 760 26px/1 var(--serif); }
.editorial-kicker { color: var(--saffron-dark); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.article-content .editorial-credibility h2 { margin: 8px 0 12px; font: 720 clamp(27px,3.2vw,38px)/1.08 var(--serif); letter-spacing: -.035em; }
.editorial-credibility p { margin: 0; }
.editorial-links { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 9px 16px; }
.editorial-links a { color: var(--forest-700); font-size: 13px; font-weight: 760; }
.course-fact-grid { margin: 20px 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.course-fact-grid > div { min-height: 108px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--forest-50); border-radius: 17px; }
.course-fact-grid span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.course-fact-grid strong { margin-top: 12px; color: var(--forest-900); font-size: 15px; line-height: 1.25; overflow-wrap: anywhere; }
.course-data-note { padding: 16px 18px; border-left: 4px solid var(--saffron); background: var(--cream); border-radius: 0 14px 14px 0; }
.course-editorial-profile { margin: 52px 0 64px; padding: clamp(22px,4vw,38px); border: 1px solid #c9d8d1; background: linear-gradient(150deg,#f4f8f5,#fff); border-radius: 26px; }
.course-editorial-profile > section { margin: 0; padding: 42px 0; border-top: 1px solid var(--line); }
.course-editorial-profile > section:first-child { padding-top: 0; border-top: 0; }
.course-editorial-profile > section:last-child { padding-bottom: 0; }
.course-editorial-profile h2 { max-width: 760px; overflow-wrap: anywhere; text-wrap: balance; }
.course-editorial-profile h3 { margin: 30px 0 10px; color: var(--forest-900); font-size: clamp(20px,2.4vw,27px); line-height: 1.2; }
.course-editorial-profile p,.course-editorial-profile li { overflow-wrap: anywhere; }
.course-editorial-profile .learning-grid { margin: 28px 0; }
.cuisine-topic-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.guide-page-hero { background: radial-gradient(circle at 16% 15%,rgba(112,155,126,.18),transparent 28%),linear-gradient(145deg,#f5f8f1,#fff6e8); }
.guide-page-hero .article-hero-inner { grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); }
.guide-hero-media img { aspect-ratio: 4/3; }
.guide-content-shell .article-content h2 { scroll-margin-top: 110px; }
.guide-check-grid { margin: 28px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.guide-check-grid > div { min-height: 122px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--forest-50); border-radius: 18px; }
.guide-check-grid span { color: var(--saffron-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.guide-check-grid strong { margin-top: 18px; color: var(--forest-900); font-size: 15px; }
.topic-directory { padding-top: 50px; }
.topic-controls { position: sticky; top: 88px; z-index: 20; width: 100%; grid-template-columns: minmax(280px,1.4fr) minmax(220px,.6fr) auto; }
.topic-controls select { width: 100%; height: 54px; padding: 0 14px; color: var(--forest-900); border: 1px solid var(--line); background: white; border-radius: 13px; }
.topic-directory-section { padding: 54px 0; border-top: 1px solid var(--line); }
.topic-directory-heading {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  grid-template-areas: "eyebrow count" "title count";
  align-items: end;
  column-gap: 20px;
  row-gap: 8px;
}
.topic-directory-heading .eyebrow { position: static; grid-area: eyebrow; margin: 0; }
.topic-directory-heading h2 { grid-area: title; min-width: 0; margin: 0; font-size: clamp(38px,5vw,60px); line-height: 1.07; overflow-wrap: break-word; text-wrap: balance; }
.topic-directory-heading > span { grid-area: count; align-self: end; padding-bottom: .42em; color: var(--muted); font-size: 13px; line-height: 1.4; white-space: nowrap; }
.topic-directory-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.topic-hub-hero .page-hero-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.68fr); align-items: center; gap: clamp(34px,6vw,80px); }
.topic-hub-hero .page-hero-inner > img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow-lg); }
.topic-directory-card { position: relative; isolation: isolate; min-width: 0; min-height: 440px; overflow: hidden; display: grid; grid-template-rows: 170px minmax(0,1fr); color: var(--ink); border: 1px solid var(--line); background: white; border-radius: 24px; box-shadow: var(--shadow-sm); text-decoration: none; }
.topic-directory-card[hidden], .topic-directory-section[hidden] { display: none; }
.topic-directory-card:hover { transform: translateY(-3px); }
.topic-directory-media { position: relative; z-index: 0; overflow: hidden; }
.topic-directory-media > img { width: 100%; height: 100%; object-fit: cover; }
.topic-directory-card .topic-directory-number { position: absolute; left: 14px; bottom: 14px; min-width: 58px; min-height: 54px; padding: 10px 12px; display: grid; place-items: center; color: white; background: rgba(14,42,36,.86); border: 1px solid rgba(255,255,255,.3); border-radius: 15px; font: 760 28px/1 var(--serif); letter-spacing: -.04em; backdrop-filter: blur(10px); }
.topic-directory-card > div:not(.topic-directory-media) { position: relative; z-index: 1; min-width: 0; padding: 24px; display: flex; flex-direction: column; color: var(--ink); background: white; }
.topic-directory-card span { color: var(--saffron-dark); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.topic-directory-card h2,.topic-directory-card h3 { margin: 10px 0 14px; font-family: var(--serif); font-size: 31px; line-height: 1.14; overflow-wrap: break-word; hyphens: auto; text-wrap: balance; }
.topic-directory-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.topic-directory-card strong { margin-top: auto; color: var(--forest-800); font-size: 13px; line-height: 1.4; }
.learning-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.learning-grid > div { min-height: 112px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; color: var(--forest-900); background: var(--forest-50); border-radius: 16px; }
.learning-grid span { color: var(--saffron-dark); font-size: 11px; font-weight: 850; }
.learning-grid strong { max-width: 270px; font-size: 15px; }
.governance-layout { display: grid; grid-template-columns: minmax(0,780px) minmax(260px,360px); justify-content: center; gap: clamp(40px,7vw,96px); align-items: start; }
.governance-prose h2 { margin-top: 58px; }
.governance-prose h2:first-child { margin-top: 0; }
.governance-prose p, .governance-prose li { color: #4f5c56; font-size: 17px; }
.governance-status { position: sticky; top: 96px; padding: 26px; color: #fff; background: var(--forest-800); border-radius: 24px; box-shadow: var(--shadow-sm); }
.governance-status > span { padding: 7px 10px; display: inline-flex; color: var(--forest-900); background: var(--cream); border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.governance-status strong { margin-top: 22px; display: block; font-family: var(--serif); font-size: 28px; line-height: 1.08; }
.governance-status p { margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.image-credit-intro { padding-top: 58px; }
.image-credit-groups { padding-top: 28px; }
.image-credit-group { overflow: hidden; margin-bottom: 16px; border: 1px solid var(--line); background: white; border-radius: 24px; box-shadow: var(--shadow-sm); }
.image-credit-group > summary { padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--forest-900); background: var(--forest-50); font-weight: 800; cursor: pointer; }
.image-credit-group > summary small { color: var(--muted); font-size: 12px; font-weight: 700; }
.image-credit-list { padding: 22px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.image-credit-item { overflow: hidden; display: grid; grid-template-columns: 170px minmax(0,1fr); min-height: 190px; border: 1px solid var(--line); background: #fff; border-radius: 18px; }
.image-credit-item > img { width: 100%; height: 100%; min-height: 190px; object-fit: cover; }
.image-credit-item > div { padding: 18px; }
.image-credit-item h2 { margin: 0 0 10px; font: 730 20px/1.15 var(--sans); letter-spacing: -.02em; }
.image-credit-item p { margin: 7px 0; color: var(--muted); font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.image-credit-links a { color: var(--forest-700); font-weight: 760; text-underline-offset: 3px; }
.no-results { padding: 50px; color: var(--muted); background: var(--forest-50); border-radius: 24px; text-align: center; }
.editorial-status { margin-top: 18px; padding: 8px 12px; display: inline-flex; color: var(--forest-800); background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 750; }
.editorial-status--checked { color: #fff; background: var(--forest-700); border-color: transparent; }
.dish-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; list-style: none; }
.dish-list li { margin: 0 !important; padding: 13px 15px; color: var(--forest-800); background: var(--forest-50); border-radius: 13px; }
.source-register { margin: 58px 0; padding: clamp(24px,4vw,38px); color: var(--forest-900); border: 1px solid #bdd3c7; background: linear-gradient(145deg,#f1f8f4,#fffdfa); border-radius: 26px; }
.source-register h2 { margin-top: 6px; }
.source-register__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.source-register__head > span { padding: 8px 11px; color: #fff; background: var(--forest-700); border-radius: 999px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.verified-claims { padding-left: 20px; }
.verified-claims li::marker { color: var(--saffron); }
.source-list { margin-top: 24px; display: grid; gap: 9px; }
.source-list a { padding: 15px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 12px; color: var(--forest-900); border: 1px solid var(--line); background: rgba(255,255,255,.8); border-radius: 14px; text-decoration: none; }
.source-list a:hover { background: white; transform: translateY(-1px); }
.source-list a > span:first-child { color: var(--saffron-dark); font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.source-list strong, .source-list small { display: block; }
.source-list small { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.source-note { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px !important; }
.source-register--pending { border-color: #e4d5c6; background: #fff8f0; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { padding: 38px; border: 1px solid var(--line); background: white; border-radius: 28px; box-shadow: var(--shadow-sm); }
.price-card.featured { color: white; background: var(--forest-800); }
.price-card.featured h3 { color: white; }
.price-card h3 { font-family: var(--serif); font-size: 36px; }
.price-card .amount { margin: 18px 0; font-family: var(--serif); font-size: 52px; letter-spacing: -.04em; }
.price-card ul { padding-left: 20px; }
.price-card li + li { margin-top: 8px; }

.online-course-cta {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(32px,5vw,64px);
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  gap: clamp(30px,5vw,72px);
  align-items: center;
  color: white;
  background: radial-gradient(circle at 92% 8%,rgba(242,140,69,.38),transparent 32%),linear-gradient(135deg,var(--forest-950),var(--forest-800));
  border-radius: 34px;
  box-shadow: var(--shadow-lg);
}
.online-course-cta::after { content: "7H"; position: absolute; right: -18px; bottom: -74px; color: rgba(255,255,255,.05); font: 800 240px/1 var(--serif); pointer-events: none; }
.online-course-cta .eyebrow { color: #f6b17e; }
.online-course-cta h2 { max-width: 680px; color: white; font-size: clamp(40px,5vw,64px); }
.online-course-cta-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.76); font-size: 18px; }
.online-course-offer { margin-top: 24px; padding: 18px 20px; display: grid; gap: 4px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.08); border-radius: 18px; }
.online-course-offer span,.online-course-offer small,.online-course-cta-action small { color: rgba(255,255,255,.63); font-size: 12px; }
.online-course-offer strong { color: white; font-size: 18px; }
.online-course-cta-action { position: relative; z-index: 2; display: grid; gap: 13px; justify-items: start; }
.online-course-cta-action .button { min-height: 60px; padding-inline: 24px; text-align: center; }
.online-course-cta-action sup { margin-left: 2px; }
.online-course-cta--preview .online-course-cta-action .button { color: var(--forest-900); background: rgba(255,255,255,.9); box-shadow: none; cursor: default; }

.home-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.home-topic-card { min-height: 430px; overflow: hidden; display: grid; grid-template-rows: 190px 1fr; color: var(--ink); border: 1px solid var(--line); background: white; border-radius: 26px; box-shadow: var(--shadow-sm); text-decoration: none; }
.home-topic-card:hover { transform: translateY(-3px); }
.home-topic-card > img { width: 100%; height: 100%; object-fit: cover; }
.home-topic-card > div { padding: 24px; display: flex; flex-direction: column; }
.home-topic-card span { color: var(--saffron-dark); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.home-topic-card h3 { margin: 10px 0; font-family: var(--serif); font-size: 31px; }
.home-topic-card p { color: var(--muted); font-size: 13px; }
.home-topic-card strong { margin-top: auto; color: var(--forest-800); font-size: 13px; }
.course-card-placeholder { min-height: 210px; display: grid; place-items: center; align-content: center; gap: 6px; color: var(--forest-700); background: radial-gradient(circle at 70% 20%,rgba(242,140,69,.24),transparent 30%),var(--forest-50); }
.course-card-placeholder span { font-size: 52px; line-height: 1; }
.course-card-placeholder small { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.course-grid .course-card { min-height: 0; display: flex; flex-direction: column; }
.course-grid .course-card > img { flex: 0 0 210px; width: 100%; height: 210px; object-fit: cover; }
.course-grid .course-card-body { flex: 1; }
.related-offer-section { padding-top: 76px; }

.site-footer { margin-top: 110px; color: rgba(255,255,255,.72); background: var(--forest-950); }
.footer-inner { width: var(--page); margin: auto; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand { max-width: 320px; }
.footer-brand .brand { color: white; }
.footer-title { margin: 0 0 14px; color: white; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { min-height: 40px; display: flex; align-items: center; color: rgba(255,255,255,.68); font-size: 14px; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 52px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.demo-banner { padding: 9px 16px; color: var(--forest-900); background: #ffe5cd; text-align: center; font-size: 12px; font-weight: 680; }

/* CookieYes bleibt erreichbar, liegt mobil aber als schmale CI-konforme Lasche am Rand. */
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  left: 0 !important;
  bottom: 14px !important;
  width: 42px !important;
  height: 42px !important;
  background-color: var(--forest-900) !important;
  border-radius: 0 13px 13px 0 !important;
  box-shadow: 0 8px 24px rgba(11,33,28,.22) !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit { min-width: 42px !important; min-height: 42px !important; }
.cky-btn-revisit-wrapper .cky-btn-revisit img { width: 22px !important; height: 22px !important; }

@media (max-width: 980px) {
	.online-course-cta { grid-template-columns: 1fr; }
  .nav { display: none; position: absolute; top: 76px; left: 20px; right: 20px; padding: 12px; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); }
  .nav.open { display: flex; }
  .nav a { min-height: 44px; display: flex; align-items: center; }
  .nav .nav-cta { margin-left: 0; text-align: center; }
  .menu-button { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; background: var(--forest-50); }
  .hero-content { width: 74%; }
  .city-strip { grid-template-columns: repeat(3, 1fr); }
  .results-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
  .filter-panel h2, .filter-note { grid-column: 1/-1; }
  .filter-group { margin-top: 0; }
  .editorial-grid { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
	.article-hero-inner, .content-shell { grid-template-columns: minmax(0,1fr); }
	.city-page-hero .article-hero-inner,.topic-page-hero .article-hero-inner,.cuisine-page-hero .article-hero-inner,.guide-page-hero .article-hero-inner { grid-template-columns: 1fr; }
	.city-page-hero .city-hero-copy,.topic-page-hero .city-hero-copy,.cuisine-page-hero .city-hero-copy,.guide-page-hero .city-hero-copy { display: contents; }
	.city-hero-copy .breadcrumbs { order: 1; }
	.city-hero-copy > .eyebrow { order: 2; }
	.city-hero-copy > h1 { order: 3; }
	.city-hero-copy > p:not(.eyebrow) { order: 4; }
	.city-page-hero .city-hero-media,.topic-page-hero .city-hero-media,.cuisine-page-hero .city-hero-media,.guide-page-hero .city-hero-media { order: 5; }
	.city-hero-copy > .hero-offer-action { order: 6; }
	.city-hero-copy > .city-stat-row { order: 7; }
	.city-hero-copy > .editorial-status { order: 8; justify-self: start; }
	.article-hero { padding: 56px 0 44px; }
	.article-hero-inner { gap: 24px; }
	.article-hero h1 { font-size: clamp(44px,7vw,58px); }
	.article-hero p { margin: 0; }
	.city-hero-media img { aspect-ratio: 16/9; }
	.content-shell { margin-top: 34px; gap: 34px; }
	.article-nav { order: -1; position: static; width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; padding: 10px; display: flex; align-items: center; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
	.article-nav::-webkit-scrollbar { display: none; }
	.article-nav p { flex: 0 0 auto; margin: 0; padding: 10px 7px; }
	.article-nav p { font-size: 0; }
	.article-nav p::after { content: "Inhalt"; font-size: 11px; letter-spacing: .1em; }
	.article-nav a { flex: 0 0 auto; min-height: 44px; padding: 10px 13px; display: inline-flex; align-items: center; border: 1px solid var(--line); background: var(--forest-50); border-radius: 999px; white-space: nowrap; }
	.article-nav a:last-child { border-bottom: 1px solid var(--line); }
  .hub-grid { grid-template-columns: 1fr 1fr; }
  .cuisine-controls { position: static; grid-template-columns: 1fr; }
  .city-controls { grid-template-columns: 1fr 1fr; }
  .city-controls .cuisine-count { grid-column: 1/-1; }
  .cuisine-grid { grid-template-columns: 1fr 1fr; }
  .city-focus-grid { grid-template-columns: 1fr; }
	.city-topic-grid { grid-template-columns: 1fr 1fr; }
  .topic-directory-grid { grid-template-columns: 1fr 1fr; }
  .topic-hub-hero .page-hero-inner { grid-template-columns: 1fr; }
  .home-topic-grid { grid-template-columns: 1fr 1fr; }
  .topic-controls { grid-template-columns: 1fr 1fr; }
  .topic-controls .cuisine-count { grid-column: 1/-1; }
  .governance-layout { grid-template-columns: 1fr; }
  .governance-status { position: static; }
  .transparency-grid { grid-template-columns: 1fr; }
  .image-credit-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 720px) {
	.online-course-cta { min-height: 0; padding: 28px 22px; border-radius: 26px; }
	.online-course-cta h2 { font-size: clamp(38px,12vw,52px); }
	.online-course-cta-action .button { width: 100%; }
  :root { --page: calc(100% - 24px); --radius-lg: 26px; }
  .header-inner { min-height: 68px; }
  .brand-word { font-size: 17px; }
  .hero-shell { margin-top: 12px; }
  .home-hero { min-height: 680px; align-items: end; }
  .home-hero::after {
    background:
      linear-gradient(180deg, rgba(7,27,22,.66) 0%, rgba(7,27,22,.7) 45%, rgba(7,27,22,.98) 100%),
      linear-gradient(90deg, rgba(7,27,22,.34), rgba(7,27,22,.08));
  }
  .hero-image img { object-position: 64% center; }
  .hero-content { width: 100%; padding: 42px 22px 38px; }
  .home-hero h1 { max-width: 520px; font-size: clamp(42px,12vw,54px); line-height: .98; }
  .hero-lead { margin: 18px 0 24px; font-size: 17px; line-height: 1.5; }
  .hero-search { grid-template-columns: 1fr; gap: 10px; }
  .hero-search .button { grid-column: auto; }
  .hero-note { margin-top: 13px; padding-right: 22px; line-height: 1.45; }
  .finder { width: calc(100% - 36px); margin-top: -64px; padding: 14px; }
  .finder-grid { grid-template-columns: 1fr; }
  .section { padding-top: 70px; }
  .section-sm { padding-top: 54px; }
  .section h2 { font-size: clamp(36px,10.5vw,48px); }
  .section-head { align-items: start; flex-direction: column; gap: 16px; }
  .topic-grid { gap: 12px; }
  .topic-card, .topic-card:first-child, .topic-card:nth-child(2) { min-height: 370px; grid-column: 1/-1; }
  .city-strip { grid-template-columns: 1fr 1fr; }
  .owned-panel { grid-template-columns: 1fr; }
  .owned-visual { padding-top: 0; }
  .trust-grid, .pricing-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 58px 0 30px; }
  .page-hero h1 { font-size: clamp(38px,10.8vw,50px); line-height: 1.02; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
  .filter-panel { grid-template-columns: 1fr; }
  .course-card { grid-template-columns: 1fr; }
  .course-image { min-height: 220px; }
  .course-body { grid-template-columns: 1fr; }
	.course-editorial-profile { margin: 38px 0 48px; padding: 20px; border-radius: 20px; }
	.course-editorial-profile > section { padding: 32px 0; }
  .price-box { text-align: left; }
  .price-box .button { width: auto; }
  .detail-hero { grid-template-columns: 1fr; }
  .detail-image { min-height: 360px; }
  .detail-copy { padding: 34px 24px; }
  .fact-grid { grid-template-columns: 1fr; }
  .hub-grid, .amazon-grid, .related-grid { grid-template-columns: 1fr; }
  .image-credit-group > summary { padding: 18px; }
  .image-credit-list { padding: 12px; }
  .image-credit-item { grid-template-columns: 1fr; }
  .image-credit-item > img { height: auto; min-height: 0; aspect-ratio: 3/2; }
  .cuisine-letter { grid-template-columns: 1fr; }
  .letter-heading { position: static; display: flex; align-items: baseline; gap: 12px; }
  .letter-heading span { font-size: 58px; }
  .cuisine-grid, .dish-list { grid-template-columns: 1fr; }
  .city-controls { grid-template-columns: 1fr; }
  .city-controls .cuisine-count { grid-column: auto; }
  .city-related-grid { grid-template-columns: 1fr; }
	.city-topic-grid,.topic-cuisine-grid,.cuisine-topic-grid,.cuisine-technique-list,.guide-check-grid { grid-template-columns: 1fr; }
	.city-stat-row { margin-top: 2px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
	.city-stat-row > div { min-height: 98px; padding: 12px 10px; border-radius: 14px; }
	.city-stat-row strong { font-size: 14px; overflow-wrap: anywhere; }
	.city-stat-row span { margin-top: 7px; font-size: 10px; }
  .provider-empty { grid-template-columns: 1fr; }
  .topic-directory-grid, .learning-grid { grid-template-columns: 1fr; }
  .course-fact-grid { grid-template-columns: 1fr 1fr; }
  .editorial-credibility { grid-template-columns: 56px minmax(0,1fr); gap: 16px; border-radius: 22px; }
  .editorial-portrait { width: 56px; height: 56px; border-radius: 17px; font-size: 21px; }
  .topic-directory-heading { grid-template-columns: minmax(0,1fr); grid-template-areas: "eyebrow" "title" "count"; gap: 8px; }
  .topic-directory-heading h2 { font-size: clamp(34px,11vw,46px); line-height: 1.1; }
  .topic-directory-heading > span { padding-bottom: 0; }
  .topic-directory-card { min-height: 0; grid-template-rows: clamp(150px,48vw,200px) auto; }
  .topic-directory-card > div:not(.topic-directory-media) { padding: 22px; }
  .topic-directory-card h2,.topic-directory-card h3 { font-size: clamp(27px,9vw,32px); line-height: 1.16; }
  .home-topic-grid { grid-template-columns: 1fr; }
  .topic-controls { grid-template-columns: 1fr; }
  .topic-controls .cuisine-count { grid-column: auto; }
  .source-register__head { display: block; }
  .source-register__head > span { margin-top: 12px; display: inline-flex; }
  .source-list a { grid-template-columns: 26px 1fr; }
  .source-list a > span:last-child { display: none; }
  .cuisine-card { min-height: 0; grid-template-rows: clamp(170px,52vw,210px) auto; }
  .directory-card-body { padding: 22px; }
  .cuisine-card h2,.cuisine-card h3 { font-size: clamp(27px,8.2vw,32px); line-height: 1.14; }
  .cuisine-card p { font-size: 14px; line-height: 1.55; }
  .article-hero { padding: 42px 0 38px; }
  .article-hero-inner { gap: 21px; }
  .article-hero h1 { font-size: clamp(36px,10vw,44px); line-height: 1.03; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
  .article-hero p { margin: 0; font-size: 17px; line-height: 1.55; }
  .article-hero img { border-radius: 22px; }
	.city-hero-media img { aspect-ratio: 4/3; }
  .article-hero .breadcrumbs { margin-bottom: 0; font-size: 12px; }
  .hero-offer-action,.course-hero-booking { margin-top: 0; width: 100%; }
  .hero-offer-action .button,.course-hero-booking .button { width: 100%; min-height: 54px; padding: 12px 16px; line-height: 1.25; }
  .content-shell { margin-top: 26px; gap: 28px; }
  .article-content h1,.article-content h2,.article-content h3 { max-width: 100%; overflow-wrap: anywhere; hyphens: auto; text-wrap: balance; }
  .article-content h2 { margin-top: 48px; font-size: clamp(30px,8.4vw,36px); line-height: 1.09; }
  .article-content h3 { font-size: clamp(23px,6.4vw,28px); line-height: 1.16; }
  .article-content p,.article-content li { font-size: 16px; }
  .course-card-body { padding: 20px; }
  .course-card-actions .button { width: 100%; }
  .country-band { align-items: flex-start; flex-direction: column; }
  .monetization-section,.directory-ad,.home-ad-section,.inline-ad-section,.section .inline-ad-section,.article-content .inline-ad-section,.course-browser .results-ad { padding-top: 42px; }
  .ad-slot { min-height: 130px; margin: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 340px) {
  :root { --page: calc(100% - 20px); }
  .brand-word { font-size: 15px; }
  .city-stat-row { display: flex; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .city-stat-row::-webkit-scrollbar { display: none; }
  .city-stat-row > div { flex: 0 0 132px; min-height: 88px; scroll-snap-align: start; }
  .home-hero h1,.article-hero h1,.page-hero h1 { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Kochschul-Abos, Mitgliederbereich und bezahlte Stadtplatzierungen */
.school-membership-page,.school-auth-page,.school-dashboard-page,.provider-profile-page{background:var(--paper)}
.school-hero{width:var(--page);margin:22px auto 0;overflow:hidden;color:#fff;background:radial-gradient(circle at 84% 14%,rgba(242,140,69,.26),transparent 28%),linear-gradient(135deg,#0b211c,#173f35 68%,#235548);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}
.school-hero-inner{min-height:670px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:clamp(32px,5vw,76px);align-items:center;padding:clamp(42px,6vw,88px)}
.school-hero .eyebrow{color:#ffc28f}.school-hero h1{max-width:760px;color:#fff;font-size:clamp(54px,6.1vw,92px);letter-spacing:-.06em;text-wrap:balance}.school-hero .hero-summary{max-width:700px;margin:24px 0 0;color:rgba(255,255,255,.8);font-size:clamp(18px,1.6vw,23px);line-height:1.55}.school-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.school-hero .button-ghost{color:#fff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.07)}
.school-trust-list{display:flex;gap:10px 22px;flex-wrap:wrap;margin:28px 0 0;padding:0;list-style:none;color:rgba(255,255,255,.72);font-size:13px}.school-trust-list li::before{content:"✓";margin-right:7px;color:#92d4b4;font-weight:900}
.school-hero-preview{min-width:0;padding:13px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:30px;box-shadow:0 28px 70px rgba(0,0,0,.23);transform:rotate(1.4deg)}
.school-preview-browser{height:52px;display:flex;align-items:center;gap:7px;padding:0 14px;color:#20372f;background:#f3f3ed;border-radius:18px 18px 9px 9px;font-size:11px}.school-preview-browser span{width:8px;height:8px;background:#c8d1cc;border-radius:50%}.school-preview-browser strong{min-width:0;margin-left:8px;overflow:hidden;color:#69746f;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
.school-pricing-section{padding-top:clamp(70px,8vw,120px)}.school-pricing-head{align-items:flex-end}.billing-switch{display:flex;flex:0 0 auto;padding:5px;background:var(--forest-50);border:1px solid var(--line);border-radius:999px}.billing-switch button{min-height:44px;padding:8px 15px;border:0;color:var(--muted);background:transparent;border-radius:999px;font-size:13px;font-weight:760;cursor:pointer}.billing-switch button span{margin-left:5px;color:var(--forest-700);font-size:10px}.billing-switch button.is-active{color:#fff;background:var(--forest-900);box-shadow:var(--shadow-sm)}.billing-switch button.is-active span{color:#ffd6b8}
.school-launch-note{display:flex;gap:9px 24px;align-items:center;margin:28px 0 0;padding:18px 22px;color:#60401d;background:#fff5e8;border:1px solid #f4d4af;border-radius:18px}.school-launch-note strong{flex:0 0 auto}.school-launch-note span{color:#795f43;font-size:14px}
.school-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px}.school-price-card{position:relative;min-width:0;display:flex;flex-direction:column;padding:clamp(25px,3vw,38px);background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-sm)}.school-price-card.is-featured{color:#fff;background:linear-gradient(155deg,var(--forest-900),var(--forest-800));border-color:transparent;box-shadow:0 30px 70px rgba(14,42,36,.24);transform:translateY(-10px)}.school-price-card h3{font-size:clamp(33px,3vw,44px);letter-spacing:-.04em}.school-price-card.is-featured h3{color:#fff}.school-price-eyebrow{margin:0 0 10px;color:var(--saffron-dark);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.is-featured .school-price-eyebrow{color:#ffc28f}.school-price-description{min-height:78px;margin:15px 0 22px;color:var(--muted)}.is-featured .school-price-description,.is-featured .school-price small{color:rgba(255,255,255,.7)}.school-price{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:3px 8px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.is-featured .school-price{border-color:rgba(255,255,255,.16)}.school-price strong{font-size:clamp(41px,4.5vw,60px);line-height:.9;letter-spacing:-.06em}.school-price>span{font-size:13px;font-weight:750}.school-price small{grid-column:1/-1;margin-top:8px;color:var(--muted);font-size:12px}.school-price-card ul{display:grid;gap:11px;margin:24px 0 30px;padding:0;list-style:none}.school-price-card li{position:relative;padding-left:25px;font-size:14px}.school-price-card li::before{content:"✓";position:absolute;left:0;color:#2f765e;font-weight:900}.is-featured li::before{color:#8ed1af}.school-price-card .school-package-cta{width:100%;margin-top:auto;text-align:center}.school-price-card.is-featured .button-primary{color:var(--forest-900);background:#fff}.school-recommended{position:absolute;top:18px;right:18px;padding:7px 10px;color:var(--forest-900);background:#ffd8ba;border-radius:999px;font-size:9px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.school-billing-fineprint,.school-paid-disclosure{max-width:960px;margin:24px auto 0;color:var(--muted);font-size:12px;line-height:1.6;text-align:center}
.school-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.school-benefit-grid article{padding:25px;background:var(--forest-50);border:1px solid var(--line);border-radius:22px}.school-benefit-grid article>span{color:var(--saffron-dark);font-size:12px;font-weight:850}.school-benefit-grid h3{margin-top:28px;font-size:23px}.school-benefit-grid p{margin-bottom:0;color:var(--muted);font-size:14px}.school-example-grid,.city-school-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.school-listing-card{min-width:0;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-sm)}.school-listing-card.is-premium{border:2px solid var(--forest-700);box-shadow:0 24px 64px rgba(14,42,36,.16)}.school-listing-media{position:relative;min-height:132px;display:flex;align-items:flex-end;padding:18px;background:linear-gradient(135deg,#dcebe3,#f4efe4)}.school-listing-card.is-premium .school-listing-media{background:linear-gradient(135deg,#173f35,#2f765e)}.school-listing-card.is-plus .school-listing-media{background:linear-gradient(135deg,#cfe3d7,#eaf3ed)}.school-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.school-listing-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,31,25,.54),transparent 70%);opacity:0}.school-listing-media:has(.school-cover)::after{opacity:1}.school-logo,.school-logo-placeholder{position:relative;z-index:2;width:62px;height:62px;display:grid;place-items:center;object-fit:cover;color:#fff;background:var(--forest-900);border:3px solid #fff;border-radius:18px;font-size:19px;font-weight:850;box-shadow:0 8px 20px rgba(0,0,0,.14)}.school-paid-badge{position:absolute;z-index:3;top:14px;right:14px;padding:6px 9px;color:var(--forest-900);background:rgba(255,255,255,.9);border-radius:999px;font-size:9px;font-weight:850;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(10px)}.school-listing-copy{padding:22px}.school-tier{margin:0 0 7px;color:#2f765e;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.school-listing-copy h2,.school-listing-copy h3{font-size:clamp(25px,2.4vw,34px);line-height:1.06;overflow-wrap:anywhere}.school-listing-copy h3 a{text-decoration:none}.school-listing-copy>p:not(.school-tier){color:var(--muted);font-size:14px}.school-card-link{display:inline-flex;margin-top:10px;color:var(--forest-800);font-size:13px;font-weight:800;text-decoration:none}.school-example-section{padding-bottom:20px}.school-faq{padding-bottom:100px}
.city-school-section{padding-top:55px}.city-school-grid{margin-top:26px}
.school-auth-hero{padding:clamp(64px,8vw,110px) 0 42px;background:linear-gradient(180deg,var(--forest-50),transparent)}.school-auth-hero>div{width:min(820px,var(--page));margin:auto}.school-auth-hero h1{font-size:clamp(48px,6vw,78px);letter-spacing:-.055em}.school-auth-hero p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:19px}.school-auth-shell{width:min(1050px,var(--page));margin:auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;align-items:start}.school-auth-shell.is-narrow{width:min(680px,var(--page));grid-template-columns:1fr}.school-auth-card,.school-auth-aside,.school-dashboard-card{min-width:0;padding:clamp(24px,4vw,42px);background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-sm)}.school-auth-card h2,.school-auth-aside h2,.school-dashboard-card h2{font-size:clamp(31px,4vw,44px)}.school-auth-aside{color:#fff;background:var(--forest-900);border-color:transparent}.school-auth-aside h2{color:#fff}.school-auth-aside ul,.school-auth-aside ol{display:grid;gap:14px;margin:25px 0 0;padding:0;list-style:none}.school-auth-aside li{position:relative;padding:12px 0 12px 28px;border-bottom:1px solid rgba(255,255,255,.13)}.school-auth-aside ul li::before{content:"✓";position:absolute;left:0;color:#8ed1af;font-weight:900}.school-auth-aside ol li{display:grid;padding-left:0}.school-auth-aside li span{color:rgba(255,255,255,.68);font-size:13px}.school-auth-links{margin:25px 0 0;font-size:13px}.school-auth-links a,.school-register-card>.text-link{color:var(--forest-700);font-weight:750}.school-register-card>.text-link{display:block;margin-top:20px}
.school-auth-card .pms-form{margin-top:24px}.school-auth-card input[type=text],.school-auth-card input[type=email],.school-auth-card input[type=password],.school-auth-card select,.school-dashboard-card input,.school-dashboard-card select,.school-dashboard-card textarea{width:100%;min-height:50px;padding:12px 14px;color:var(--ink);background:#fff;border:1px solid #cfdad4;border-radius:13px}.school-dashboard-card textarea{min-height:110px;resize:vertical}.school-auth-card label,.school-dashboard-card label{display:grid;gap:7px;font-size:13px;font-weight:750}.school-auth-card input:focus,.school-dashboard-card input:focus,.school-dashboard-card select:focus,.school-dashboard-card textarea:focus{border-color:var(--forest-700);box-shadow:0 0 0 4px rgba(35,85,72,.11);outline:0}.school-auth-card .pms-submit,.school-auth-card input[type=submit],.school-dashboard-card .pms-submit,.school-dashboard-card input[type=submit]{min-height:48px;padding:12px 18px;color:#fff;background:var(--forest-900);border:0;border-radius:14px;font-weight:800;cursor:pointer}
.school-dashboard-hero{width:var(--page);margin:32px auto 0;display:flex;justify-content:space-between;gap:24px;align-items:end;padding:48px;color:#fff;background:linear-gradient(135deg,var(--forest-900),var(--forest-700));border-radius:var(--radius-lg)}.school-dashboard-hero h1{color:#fff;font-size:clamp(44px,6vw,70px)}.school-dashboard-hero p:not(.eyebrow){margin-bottom:0;color:rgba(255,255,255,.72)}.school-dashboard-hero .button-ghost{color:#fff;border-color:rgba(255,255,255,.35)}.school-dashboard-grid{display:grid;grid-template-columns:270px minmax(0,1fr);gap:25px;align-items:start}.school-dashboard-sidebar{position:sticky;top:98px;display:grid;gap:14px}.school-account-summary,.school-review-state,.school-dashboard-sidebar nav{padding:22px;background:#fff;border:1px solid var(--line);border-radius:20px}.school-account-summary{display:grid;gap:4px;color:#fff;background:var(--forest-900)}.school-account-summary span,.school-review-state span{font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.school-account-summary strong{font-size:25px}.school-account-summary small{color:rgba(255,255,255,.66)}.school-dashboard-sidebar nav{display:grid;padding:8px}.school-dashboard-sidebar nav a{padding:11px 13px;border-radius:11px;font-size:13px;font-weight:750;text-decoration:none}.school-dashboard-sidebar nav a:hover{background:var(--forest-50)}.school-review-state{display:grid;gap:5px}.school-review-state p{margin:5px 0 0;color:var(--muted);font-size:12px}.school-dashboard-main{display:grid;gap:22px}.school-dashboard-card-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.school-plan-chip{padding:7px 10px;color:var(--forest-800);background:var(--forest-100);border-radius:999px;font-size:10px;font-weight:850;text-transform:uppercase}.school-form-intro{max-width:720px;color:var(--muted)}.school-profile-form{display:grid;gap:20px;margin-top:28px}.school-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.school-profile-form label small{color:var(--muted);font-size:11px;font-weight:500}.school-profile-form fieldset{display:grid;gap:14px;margin:8px 0 0;padding:22px;border:1px solid var(--line);border-radius:20px}.school-profile-form legend{padding:0 8px;color:var(--forest-900);font-size:18px;font-weight:800}.school-profile-form legend span{color:var(--muted);font-size:11px;font-weight:650}.school-profile-form fieldset>p{margin:0 0 4px;color:var(--muted);font-size:12px}.school-course-fields{display:grid;grid-template-columns:.8fr 1.2fr;gap:14px;padding-top:14px;border-top:1px solid var(--line)}.school-form-submit{display:flex;gap:18px;align-items:center}.school-form-submit p{margin:0;color:var(--muted);font-size:12px}.school-form-notice{display:flex;gap:8px 16px;flex-wrap:wrap;padding:16px 18px;border-radius:16px}.school-form-notice.is-success{color:#1e573f;background:#e6f3eb;border:1px solid #bedcc9}.school-form-notice.is-error{color:#873e26;background:#fff0e9;border:1px solid #efc3b3}
.provider-profile-hero{position:relative;width:var(--page);min-height:430px;margin:22px auto 0;overflow:hidden;display:grid;align-items:end;background:linear-gradient(135deg,var(--forest-900),var(--forest-700));border-radius:var(--radius-lg)}
.provider-profile-hero.has-cover{background-image:var(--provider-cover);background-position:center;background-size:cover}
.provider-profile-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,29,23,.97),rgba(8,29,23,.7) 58%,rgba(8,29,23,.22))}
.provider-profile-hero-inner{position:relative;z-index:1;padding:clamp(30px,5vw,65px);color:#fff}
.provider-profile-hero .breadcrumbs,.provider-profile-hero .breadcrumbs a{color:rgba(255,255,255,.7)}
.provider-identity{display:flex;gap:24px;align-items:center;margin-top:42px}
.provider-identity>img,.provider-identity>span{width:112px;height:112px;flex:0 0 112px;display:grid;place-items:center;object-fit:cover;color:var(--forest-900);background:#fff;border:5px solid rgba(255,255,255,.34);border-radius:28px;font-size:29px;font-weight:850}
.provider-identity h1{color:#fff;font-size:clamp(45px,6vw,76px)}
.provider-identity .hero-summary{max-width:750px;margin:15px 0 0;color:rgba(255,255,255,.78)}
.provider-contact-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:center;margin:38px 0;padding:28px;background:var(--forest-50);border:1px solid var(--line);border-radius:24px}
.provider-contact-card h2{margin-top:0}
.provider-contact-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.provider-own-courses{margin:50px 0}
.provider-course-links{display:grid;gap:10px;margin-top:20px}
.provider-course-links a{display:grid;grid-template-columns:45px minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 18px;color:var(--forest-900);background:#fff;border:1px solid var(--line);border-radius:16px;text-decoration:none}
.provider-course-links a:hover{border-color:var(--forest-700);transform:translateY(-1px)}
.provider-course-links span{color:var(--saffron-dark);font-size:11px;font-weight:850}
.provider-course-links small{color:var(--forest-700);font-weight:750}

@media(max-width:1100px){.school-hero-inner{grid-template-columns:1fr;min-height:0}.school-hero-preview{max-width:650px}.school-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.school-dashboard-grid{grid-template-columns:230px minmax(0,1fr)}}
@media(max-width:880px){.school-pricing-grid,.school-example-grid,.city-school-grid{grid-template-columns:1fr}.school-price-card.is-featured{transform:none}.school-price-description{min-height:0}.school-launch-note{align-items:flex-start;flex-direction:column}.school-auth-shell,.school-dashboard-grid{grid-template-columns:1fr}.school-dashboard-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.school-dashboard-sidebar nav{grid-column:1/-1}.provider-contact-card{grid-template-columns:1fr}.provider-contact-actions{justify-content:flex-start}}
@media(max-width:720px){.school-hero{margin-top:12px}.school-hero-inner{padding:40px 22px}.school-hero h1{font-size:clamp(42px,13vw,58px);line-height:.98}.school-hero .hero-summary{font-size:17px}.school-hero-actions .button{width:100%;text-align:center}.school-hero-preview{padding:8px;border-radius:22px;transform:none}.school-preview-browser{height:44px}.school-pricing-head{align-items:stretch}.billing-switch{width:100%}.billing-switch button{flex:1}.school-pricing-grid{margin-top:20px}.school-price-card{padding:25px 22px}.school-recommended{position:static;align-self:flex-start;margin-bottom:15px}.school-benefit-grid{grid-template-columns:1fr}.school-listing-media{min-height:116px}.school-auth-hero{padding:48px 0 20px}.school-auth-hero h1{font-size:clamp(41px,12vw,56px)}.school-auth-card,.school-auth-aside,.school-dashboard-card{padding:24px 20px;border-radius:22px}.school-dashboard-hero{margin-top:12px;align-items:flex-start;flex-direction:column;padding:28px 22px}.school-dashboard-hero .button{width:100%;text-align:center}.school-dashboard-sidebar{grid-template-columns:1fr}.school-form-grid,.school-course-fields{grid-template-columns:1fr}.school-dashboard-card-head,.school-form-submit{align-items:flex-start;flex-direction:column}.provider-profile-hero{min-height:390px;margin-top:12px}.provider-profile-overlay{background:linear-gradient(0deg,rgba(8,29,23,.98),rgba(8,29,23,.58))}.provider-identity{align-items:flex-start;flex-direction:column;margin-top:28px}.provider-identity>img,.provider-identity>span{width:84px;height:84px;flex-basis:84px;border-radius:22px}.provider-identity h1{font-size:clamp(40px,12vw,55px)}.provider-contact-actions .button{width:100%;text-align:center}.provider-course-links a{grid-template-columns:32px minmax(0,1fr)}.provider-course-links small{grid-column:2}.school-paid-disclosure{text-align:left}}

.provider-course-links a{color:var(--forest-900);background:#fff;border:1px solid var(--line);border-radius:16px;text-decoration:none}
.school-dashboard-hero .button-ghost{background:transparent}
