:root {
  --navy: #1A1A2E;
  --orange: #E85D24;
  --orange-dark: #C84616;
  --cream: #F8F5F0;
  --white: #FFFFFF;
  --muted: #888780;
  --body: #5F5E5A;
  --green: #0F6E56;
  --event-bg: #FAEEDA;
  --event-text: #854F0B;
  --venue-bg: #E1F5EE;
  --venue-text: #085041;
  --border: #E4DDD1;
  --soft-border: rgba(26, 26, 46, .1);
  --shadow: 0 18px 48px rgba(26, 26, 46, .12);
  --font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--body);
  background: var(--cream);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, input, textarea, select { font: inherit; }
.section-shell { width: min(100% - 48px, 1140px); margin-inline: auto; }

.skip-link {
  padding: 10px 14px;
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(100% - 48px, 1180px);
  min-height: 82px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-size: 23px;
  font-weight: 800;
}
.brand img { width: 38px; height: 38px; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--body);
  font-size: 13px;
  font-weight: 760;
}
.site-nav a:hover { color: var(--orange); }
.site-header > .button { justify-self: end; }

.button {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-1px); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: 13px; }
.button-large { min-height: 54px; padding-inline: 24px; }
.button-secondary { color: var(--navy); background: var(--white); border-color: rgba(26, 26, 46, .18); }
.button-secondary:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.button-light { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); background: var(--orange); border-color: var(--orange); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, .35); }
.button-outline-light:hover { color: var(--navy); background: var(--white); border-color: var(--white); }

.hero {
  min-height: 700px;
  padding: 82px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 76px;
  align-items: center;
}
.hero-copy { max-width: 670px; }
.eyebrow {
  margin: 0 0 16px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3 { color: var(--navy); }
h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}
.hero-lead {
  max-width: 640px;
  margin: 26px 0 30px;
  color: var(--body);
  font-size: 19px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.hero-proof {
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.hero-proof li {
  padding: 9px 12px;
  color: var(--navy);
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.hero-visual {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .85), rgba(250, 238, 218, .65)),
    var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.limassol-map {
  position: absolute;
  inset: 24px;
  background:
    linear-gradient(90deg, rgba(26, 26, 46, .07) 1px, transparent 1px),
    linear-gradient(rgba(26, 26, 46, .07) 1px, transparent 1px);
  background-size: 56px 56px;
  border-radius: 8px;
}
.route {
  position: absolute;
  height: 3px;
  background: rgba(232, 93, 36, .35);
  border-radius: 999px;
  transform-origin: left center;
}
.route-one { width: 280px; top: 28%; left: 12%; transform: rotate(18deg); }
.route-two { width: 330px; bottom: 30%; left: 24%; transform: rotate(-24deg); background: rgba(15, 110, 86, .22); }
.marker {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(26, 26, 46, .18);
}
.marker-event { background: var(--orange); }
.marker-venue { background: var(--navy); }
.marker-one { top: 22%; left: 20%; }
.marker-two { top: 43%; right: 18%; }
.marker-three { bottom: 24%; left: 38%; }
.spotlight-card {
  width: min(270px, calc(100% - 44px));
  padding: 20px;
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--soft-border);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(26, 26, 46, .13);
}
.spotlight-main { left: 28px; bottom: 34px; }
.spotlight-side { top: 34px; right: 28px; }
.spotlight-card h2 {
  margin: 14px 0 8px;
  font-size: 24px;
  line-height: 1.14;
}
.spotlight-card p { margin: 0; font-size: 14px; line-height: 1.55; }
.phone-glimpse {
  width: 188px;
  padding: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  overflow: hidden;
  background: #11111D;
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(26, 26, 46, .24);
  transform: translate(-50%, -50%) rotate(-3deg);
}
.phone-glimpse img {
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.audience-band, .process, .local-focus {
  padding: 104px 0;
  background: var(--white);
  border-block: 1px solid var(--border);
}
.audience-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 72px;
  align-items: start;
}
.audience-grid h2,
.section-heading h2,
.organizers h2,
.process h2,
.local-focus h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4.1vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}
.audience-grid p,
.local-focus p {
  margin: 22px 0 0;
  font-size: 17px;
  line-height: 1.75;
}
.benefit-list {
  display: grid;
  gap: 16px;
}
.benefit-list article {
  padding: 24px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 8px;
}
.benefit-list h3,
.feature-grid h3,
.listing-grid h3,
.organizer-panel h3,
.steps h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}
.benefit-list p,
.feature-grid p,
.listing-grid p,
.steps p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.categories, .examples, .final-cta { padding-block: 110px; }
.section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}
.category-cloud {
  margin-bottom: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.category-cloud span,
.listing-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}
.category-cloud span:nth-child(odd),
.event-pill { color: var(--event-text); background: var(--event-bg); }
.category-cloud span:nth-child(even),
.venue-pill { color: var(--venue-text); background: var(--venue-bg); }
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(26, 26, 46, .06);
}
.feature-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top center;
  background: var(--navy);
}
.feature-grid div { padding: 24px; }

.organizers {
  padding: 112px 0;
  color: rgba(255, 255, 255, .74);
  background: var(--navy);
}
.organizers-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 72px;
  align-items: center;
}
.organizers .eyebrow { color: #F5B290; }
.organizers h2 { max-width: 700px; color: var(--white); }
.organizers p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 30px;
  font-size: 17px;
  line-height: 1.75;
}
.organizer-panel {
  min-height: 390px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02)),
    repeating-linear-gradient(0deg, transparent, transparent 46px, rgba(255, 255, 255, .08) 47px);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
}
.organizer-panel h3 {
  max-width: 410px;
  margin: 18px 0 24px;
  color: var(--white);
  font-size: 30px;
  line-height: 1.16;
}
.organizer-panel ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.organizer-panel li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.organizer-panel li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: .58em;
  background: var(--orange);
  border-radius: 50%;
}

.process-grid {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 70px;
  align-items: start;
}
.process .section-heading {
  margin-bottom: 0;
  position: sticky;
  top: 32px;
}
.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--border);
}
.steps li {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--border);
}
.steps li > span {
  padding-top: 5px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.listing-grid article {
  min-height: 250px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(26, 26, 46, .06);
}
.listing-grid h3 { margin-top: 28px; }

.local-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 76px;
  align-items: start;
}
.local-grid p:last-child {
  margin-top: 2px;
  font-size: 18px;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}
.final-cta h2 { max-width: 760px; }
.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.site-footer {
  color: rgba(255, 255, 255, .66);
  background: var(--navy);
}
.footer-inner {
  min-height: 168px;
  padding: 36px 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
}
.footer-brand { color: var(--white); }
.footer-brand img { width: 34px; height: 34px; }
.site-footer p { margin: 14px 0 0; max-width: 320px; font-size: 13px; line-height: 1.55; }
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 750;
}
.site-footer nav a:hover { color: var(--white); }
.copyright { justify-self: end; text-align: right; }

.button:focus-visible,
.brand:focus-visible,
.site-nav a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

/* Legal and support pages */
.legal-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .58), rgba(248, 245, 240, 0) 360px),
    var(--cream);
}
.legal-body .site-header {
  border-bottom: 1px solid var(--border);
}
.legal-header .back-link {
  grid-column: 3;
  justify-self: end;
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
}
.legal-header .back-link:hover { color: var(--orange); }
.legal-main {
  width: min(100% - 48px, 820px);
  margin: 0 auto;
  padding: 82px 0 112px;
}
.legal-main h1 {
  max-width: 820px;
  margin: 0;
  color: var(--navy);
}
.legal-main .updated {
  max-width: 620px;
  margin: 20px 0 46px;
  color: var(--body);
  font-size: 17px;
  line-height: 1.65;
}
.legal-main h2 {
  margin: 44px 0 12px;
  color: var(--navy);
  font-size: 27px;
  line-height: 1.16;
}
.legal-main h3 {
  margin: 26px 0 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}
.legal-main p,
.legal-main li {
  color: var(--body);
  font-size: 15px;
  line-height: 1.75;
}
.legal-main a {
  color: var(--orange-dark);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(232, 93, 36, .38);
  text-underline-offset: 3px;
}
.legal-main ul,
.legal-main ol { padding-left: 22px; }
.legal-main li::marker { color: var(--orange); }
.legal-note {
  padding: 18px 20px;
  background: var(--event-bg);
  border: 1px solid var(--border);
  border-left: 4px solid var(--orange);
  border-radius: 8px;
}
.legal-footer {
  margin-top: auto;
  padding: 34px 24px;
  color: rgba(255, 255, 255, .62);
  background: var(--navy);
  font-size: 12px;
  text-align: center;
}
.privacy-shell {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 58px 0 112px;
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.privacy-nav {
  position: sticky;
  top: 24px;
  padding-top: 16px;
}
.privacy-nav nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.privacy-nav nav a {
  padding: 12px 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  color: var(--body);
  border-bottom: 1px solid var(--border);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
}
.privacy-nav nav a:hover { color: var(--orange); }
.privacy-nav nav a span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
}
.privacy-help {
  margin-top: 26px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: rgba(255, 255, 255, .72);
  background: var(--navy);
  border-radius: 8px;
}
.privacy-help span {
  color: #F5B290;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.privacy-help a {
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}
.privacy-document.legal-main {
  width: 100%;
  margin: 0;
  padding: clamp(34px, 5.6vw, 66px);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(26, 26, 46, .06);
}
.privacy-document [data-custom-class="body"],
.privacy-document [data-custom-class="body"] * {
  background: transparent !important;
}
.privacy-document [data-custom-class="title"] h1 {
  margin: 0 0 16px;
  color: var(--navy) !important;
  font-family: var(--font) !important;
  font-size: clamp(42px, 5.6vw, 68px) !important;
  line-height: 1.02;
}
.privacy-document [data-custom-class="subtitle"] {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 7px 12px;
  color: var(--event-text) !important;
  background: var(--event-bg) !important;
  border-radius: 999px;
  font-family: var(--font) !important;
  font-size: 11px !important;
  font-weight: 850;
}
.privacy-document [data-custom-class="body"] > div:nth-child(3),
.privacy-document [data-custom-class="body"] > div:nth-child(4),
.privacy-document [data-custom-class="body"] > div:nth-child(5) { display: none; }
.privacy-document [data-custom-class="heading_1"] h2 {
  margin: 56px 0 16px;
  color: var(--navy) !important;
  font-family: var(--font) !important;
  font-size: clamp(23px, 3vw, 30px) !important;
  line-height: 1.16;
}
.privacy-document [data-custom-class="heading_2"] h3 {
  margin: 30px 0 10px;
  color: var(--navy) !important;
  font-family: var(--font) !important;
  font-size: 18px !important;
}
.privacy-document [data-custom-class="body_text"],
.privacy-document [data-custom-class="body_text"] * {
  color: var(--body) !important;
  font-family: var(--font) !important;
  font-size: 15px !important;
  line-height: 1.75;
}
.privacy-document [data-custom-class="body_text"] strong { color: var(--navy) !important; }
.privacy-document [data-custom-class="link"],
.privacy-document [data-custom-class="link"] * {
  color: var(--orange-dark) !important;
  font-family: var(--font) !important;
  font-size: inherit !important;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(232, 93, 36, .38);
  text-underline-offset: 3px;
  word-break: break-word;
}
.privacy-document [style*="data:image/svg+xml"] { display: none !important; }
.privacy-document bdt:empty { display: none; }
.privacy-document [id],
.terms-document section { scroll-margin-top: 24px; }
.terms-document p { margin: 0 0 18px; }
.terms-document ul { margin: 0 0 24px; padding-left: 24px; }
.terms-document li { margin-bottom: 9px; }
.terms-page .privacy-nav {
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.terms-page .privacy-nav nav a { padding: 8px 0; }
.policy-placeholder {
  padding: 2px 6px;
  color: var(--event-text) !important;
  background: var(--event-bg);
  border-radius: 4px;
  font-weight: 800;
}
.policy-attribution {
  margin-top: 58px;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  font-size: 11px;
}
.back-to-top {
  width: 44px;
  height: 44px;
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-size: 20px;
}
.cookie-consent {
  width: min(calc(100% - 32px), 680px);
  padding: 18px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  background: rgba(255, 255, 255, .97);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.cookie-consent__copy p {
  margin: 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.55;
}
.cookie-consent__title {
  margin-bottom: 6px !important;
  color: var(--navy) !important;
  font-size: 15px !important;
  font-weight: 850;
}
.cookie-consent__copy a {
  margin-top: 8px;
  display: inline-flex;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(232, 93, 36, .38);
  text-underline-offset: 3px;
}
.cookie-consent__actions {
  display: flex;
  gap: 10px;
}
.cookie-consent__actions .button {
  min-height: 42px;
  padding-inline: 16px;
  white-space: nowrap;
}
.support-page .legal-main {
  width: min(100% - 48px, 1040px);
}
.support-hero {
  max-width: 760px;
  margin-bottom: 38px;
}
.support-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 18px;
  align-items: start;
}
.support-card {
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(26, 26, 46, .06);
}
.support-card h2:first-child,
.support-card h3:first-child { margin-top: 0; }
.support-card p:last-child { margin-bottom: 0; }
.support-list { display: grid; gap: 14px; }
.support-list article {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.support-list article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 38px 0 30px;
  }
  .hero-visual { min-height: 288px; }
  .phone-glimpse { width: 124px; }
  .spotlight-card { width: 236px; }
  .spotlight-card h2 { font-size: 20px; }
  .audience-grid,
  .organizers-grid,
  .process-grid,
  .local-grid,
  .final-cta {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .feature-grid,
  .listing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .process .section-heading { position: static; }
  .final-actions { justify-content: flex-start; }
  .footer-inner { grid-template-columns: 1fr; justify-items: start; }
  .site-footer nav { justify-content: flex-start; }
  .copyright { justify-self: start; text-align: left; }
  .privacy-shell {
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 34px;
  }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section-shell,
  .site-header { width: min(100% - 32px, 1140px); }
  .site-header { min-height: 72px; gap: 14px; }
  .brand { font-size: 20px; }
  .brand img { width: 32px; height: 32px; }
  .button-small { min-height: 40px; padding-inline: 12px; font-size: 12px; }
  .hero { padding: 34px 0 38px; gap: 26px; }
  h1 { font-size: 38px; line-height: 1.06; }
  .hero-lead { margin: 18px 0 22px; font-size: 16px; line-height: 1.55; }
  .hero-actions,
  .final-actions { align-items: stretch; }
  .hero-actions .button,
  .final-actions .button,
  .organizers .button { width: 100%; }
  .hero-proof { display: none; }
  .hero-visual { min-height: 220px; }
  .limassol-map { inset: 16px; }
  .route-one { width: 190px; }
  .route-two { width: 210px; left: 18%; }
  .phone-glimpse { width: 96px; border-radius: 20px; }
  .phone-glimpse img { border-radius: 16px; }
  .spotlight-card { width: 184px; padding: 12px; }
  .spotlight-main { left: 10px; bottom: 10px; }
  .spotlight-side { right: 10px; top: 10px; }
  .spotlight-card h2 { margin: 8px 0 4px; font-size: 16px; }
  .spotlight-card p { font-size: 12px; line-height: 1.35; }
  .listing-pill { min-height: 26px; padding-inline: 9px; font-size: 10px; }
  .audience-band,
  .process,
  .local-focus { padding: 76px 0; }
  .categories,
  .examples,
  .final-cta { padding-block: 78px; }
  .audience-grid h2,
  .section-heading h2,
  .organizers h2,
  .process h2,
  .local-focus h2,
  .final-cta h2 {
    font-size: 33px;
    line-height: 1.14;
  }
  .feature-grid,
  .listing-grid { grid-template-columns: 1fr; }
  .feature-grid img { height: 220px; }
  .organizers { padding: 80px 0; }
  .organizer-panel { min-height: 320px; padding: 24px; }
  .organizer-panel h3 { font-size: 25px; }
  .steps li {
    grid-template-columns: 40px 1fr;
    gap: 14px;
  }
  .site-footer nav { gap: 14px; }
  .legal-body .site-header { grid-template-columns: 1fr auto; }
  .legal-header .back-link {
    grid-column: auto;
    font-size: 12px;
  }
  .legal-main {
    width: min(100% - 32px, 820px);
    padding: 58px 0 82px;
  }
  .legal-main h1 { font-size: 38px; }
  .privacy-shell {
    width: min(100% - 28px, 760px);
    padding: 34px 0 82px;
    display: block;
  }
  .privacy-nav {
    position: static;
    padding: 0;
  }
  .privacy-nav > .eyebrow,
  .privacy-nav nav { display: none; }
  .privacy-help { margin: 0 0 18px; }
  .privacy-document.legal-main {
    padding: 30px 20px 44px;
  }
  .back-to-top { display: none; }
  .support-page .legal-main { width: min(100% - 32px, 1040px); }
  .support-card { padding: 22px; }
  .cookie-consent {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    grid-template-columns: 1fr;
  }
  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover,
  .button:active { transform: none; }
}
