.hero-wrap {
  background:
    radial-gradient(1100px 420px at 50% -12%, rgba(125, 56, 230, 0.16) 0%, rgba(125, 56, 230, 0) 72%),
    linear-gradient(180deg, var(--color-bg-soft) 0%, #f7f5ff 74%, #ffffff 100%);
}

.hero {
  text-align: center;
  padding-top: 148px;
  padding-bottom: 90px;
}

/* ── Reviews carousel ── */
.reviews-carousel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  text-align: left;
}

.reviews-carousel-wrap {
  flex: 1;
  overflow: hidden;
}

.reviews-carousel-track {
  display: flex;
  gap: 16px;
  transition: transform 0.4s ease;
}

.reviews-card {
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #ece8f8;
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 8px 24px rgba(15, 10, 30, 0.07);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviews-card-stars {
  font-size: 14px;
  color: #f4a726;
  letter-spacing: 1px;
}

.reviews-card-text {
  margin: 0;
  font-family: var(--font-display);
  font-size: 14.5px;
  line-height: 23px;
  color: #2f2f2f;
  flex: 1;
}

.reviews-card-author {
  margin: 0;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: #7d38e6;
}

.reviews-nav-btn {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ece8f8;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 10, 30, 0.08);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #7d38e6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, transform 0.15s ease;
  padding: 0;
}

.reviews-nav-btn:hover {
  background: #f7f5ff;
  transform: scale(1.08);
}

.reviews-nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reviews-carousel-track {
    transition: none;
  }
}
/* ──────────────────── */

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 46px;
  line-height: 58px;
  letter-spacing: -1px;
  font-weight: 700;
  text-wrap: balance;
}

.hero-book {
  display: flex;
  justify-content: center;
  margin: 34px 0 0;
}

.hero-book img {
  width: min(560px, 100%);
  margin-inline: auto;
  border-radius: 0;
  background: transparent;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 26px 56px rgba(17, 17, 17, 0.24));
}

.download-line {
  margin: 20px auto 0;
  max-width: 620px;
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 30px;
  color: #353535;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions .btn-yellow,
.hero-actions .btn-outline {
  margin-top: 0;
}

.btn-outline {
  display: inline-flex;
  margin-top: var(--space-4);
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  border: 1px solid var(--color-accent);
  color: var(--color-accent);
  padding: 11px 18px;
  border-radius: 999px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.btn-yellow {
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(125, 56, 230, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn-yellow:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(125, 56, 230, 0.3);
}

.btn-outline:hover {
  transform: translateY(-1px);
  background: var(--color-accent);
  color: var(--color-accent-ink);
}

.hero-note {
  margin: 24px auto 0;
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 31px;
  color: #2f2f2f;
}


.split-section {
  border-top: 1px solid var(--color-line);
  background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 70px;
  padding-bottom: 76px;
}

.about-block,
.newsletter-block {
  padding: 44px;
  border: 1px solid #ece8f8;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 10, 30, 0.05);
}

.about-block {
  border-right: 1px solid #ece8f8;
}

.newsletter-block {
  background:
    radial-gradient(460px 120px at 0% 0%, rgba(125, 56, 230, 0.08) 0%, rgba(125, 56, 230, 0) 72%),
    #ffffff;
}

.about-block h2,
.insights-copy h2,
.app-copy h2,
.book-visuals h2,
.core-message h2 {
  margin: 0 0 24px;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.about-block p,
.newsletter-block li,
.insights-copy p,
.insights-list li,
.persona-list li,
.app-copy p,
.book-visuals-note,
.core-message p {
  margin: 0;
  font-size: 17.5px;
  line-height: 33px;
}

.about-block p + p,
.insights-copy p + p,
.app-copy p + p,
.core-message p + p {
  margin-top: 20px;
}

.newsletter-block h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  color: #222222;
}

.newsletter-block ul,
.insights-list,
.persona-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.newsletter-block li,
.insights-list li,
.persona-list li {
  position: relative;
  padding-left: 27px;
}

.newsletter-block li::before,
.insights-list li::before,
.persona-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #a46dff 0%, #7d38e6 100%);
  box-shadow: 0 0 0 3px rgba(125, 56, 230, 0.14);
}

.newsletter-block li + li,
.insights-list li + li,
.persona-list li + li {
  margin-top: 10px;
}

.insights-section {
  border-top: 1px solid var(--color-line);
  padding: 76px 0;
  background: linear-gradient(180deg, #fcfbff 0%, #ffffff 100%);
}

.insights-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.insights-copy {
  padding: 42px;
  border: 1px solid #ece8f8;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 10, 30, 0.05);
}

.insights-copy h2 {
  margin-bottom: 18px;
}

.book-visuals {
  border-top: 1px solid var(--color-line);
  padding: 76px 0;
  background:
    radial-gradient(780px 200px at 50% 0%, rgba(125, 56, 230, 0.08) 0%, rgba(125, 56, 230, 0) 68%),
    #ffffff;
}

.book-visuals h2,
.book-visuals-note {
  text-align: center;
}

.book-visuals-note {
  margin-bottom: 24px;
}

.book-visual-main,
.book-visual-sides figure {
  margin: 0;
}

.book-visual-main img {
  width: min(760px, 100%);
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  margin-inline: auto;
  box-shadow: 0 14px 28px rgba(17, 17, 17, 0.08);
}

.book-visual-sides {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.book-visual-sides img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--color-line);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(17, 17, 17, 0.08);
}

.app-section {
  border-top: 1px solid var(--color-line);
  background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.app-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  align-items: center;
  gap: 64px;
  padding-top: 76px;
  padding-bottom: 76px;
}

.app-figure {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.app-figure img {
  width: min(360px, 100%);
  border: 1px solid var(--color-line);
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(17, 17, 17, 0.12);
}

.blob {
  position: absolute;
  border-radius: 999px;
  background: rgba(125, 56, 230, 0.12);
  z-index: -1;
}

.blob-a {
  width: 90px;
  height: 78px;
  left: 6px;
  top: 214px;
}

.blob-b {
  width: 108px;
  height: 108px;
  left: 70px;
  top: 176px;
}

.app-copy {
  padding-left: 0;
  max-width: 560px;
}

.core-message {
  border-top: 1px solid var(--color-line);
  padding: 72px 0 84px;
  background:
    radial-gradient(900px 180px at 50% 0%, rgba(125, 56, 230, 0.08) 0%, rgba(125, 56, 230, 0) 68%),
    #ffffff;
}

.core-message .container {
  max-width: 870px;
  text-align: center;
}

/* ── Events: shared card (home teaser + events index) ── */
.events-teaser {
  border-top: 1px solid var(--color-line);
  padding: 76px 0;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.events-teaser-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 36px;
}

.events-teaser-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.events-see-all {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: none;
}

.events-see-all:hover { text-decoration: underline; }

.events-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}

.event-card {
  background: #ffffff;
  border: 1px solid #ece8f8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 10, 30, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(15, 10, 30, 0.11);
}

.event-card-cover-link {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.event-card-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.event-card-cover-link:hover .event-card-cover { transform: scale(1.04); }

.event-card-cover-link--contain {
  background: #f5f4f0;
}
.event-card-cover-link--contain .event-card-cover {
  object-fit: contain;
  padding: 12px;
}

.event-card-body { padding: 20px 24px 26px; }

.event-card-date {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-card-title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 27px;
  font-weight: 700;
  color: #111;
}

.event-card-venue {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 13.5px;
  color: #555;
}

.event-card-photo-count {
  display: inline-block;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  background: #f3effc;
  color: var(--color-accent);
  padding: 3px 10px;
  border-radius: 999px;
}

/* ── Events index page hero ── */
.events-index-hero {
  padding: 120px 0 56px;
  text-align: center;
  background:
    radial-gradient(800px 300px at 50% 0%, rgba(125, 56, 230, 0.12) 0%, transparent 70%),
    var(--color-bg-soft);
}

.events-index-hero h1 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.events-index-hero p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  color: #444;
  max-width: 560px;
  margin-inline: auto;
}

.events-index-list {
  padding: 60px 0 80px;
  background: #ffffff;
}

/* ── Event detail page ── */
.event-breadcrumb {
  padding: 14px 0;
  padding-top: calc(101px + 14px); /* clear absolute site-header (101px desktop) */
  border-bottom: 1px solid var(--color-line);
  background: var(--color-bg-soft);
}

.event-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 13px;
  color: #777;
}

.event-breadcrumb a {
  color: var(--color-accent);
  text-decoration: none;
}

.event-breadcrumb a:hover { text-decoration: underline; }

.event-breadcrumb .sep { color: #ccc; }

.event-hero-section { background: var(--color-bg-soft); line-height: 0; }

.event-hero-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  max-height: 560px;
}

.event-hero-img--portrait {
  aspect-ratio: unset;
  max-height: unset;
  object-fit: contain;
  background: #f5f4f0;
  padding: 24px;
  max-width: 560px;
  margin: 0 auto;
}

.event-meta-section {
  padding: 56px 0 52px;
  border-bottom: 1px solid var(--color-line);
  background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
}

.event-meta-header { margin-bottom: 36px; }

.event-meta-header h1 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.event-meta-subtitle {
  margin: 0;
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--color-accent);
  font-weight: 700;
}

.event-meta-dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: column;
  grid-template-rows: auto auto;
  column-gap: 40px;
  row-gap: 4px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-line);
  border-radius: 12px;
  padding: 24px 32px;
}

.event-meta-dl dt {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #999;
  padding-bottom: 4px;
}

.event-meta-dl dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}

.event-recap-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--color-line);
  background: #ffffff;
}

.event-recap-section h2 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
}

.event-recap-section p {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 30px;
  color: #2f2f2f;
  max-width: 780px;
}

.event-recap-section p:last-child { margin-bottom: 0; }

.event-gallery-section {
  padding: 56px 0 84px;
  background: linear-gradient(180deg, #fcfbff 0%, #ffffff 100%);
}

.event-gallery-section h2 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
}

.event-gallery-count {
  margin: 0 0 32px;
  font-family: var(--font-display);
  font-size: 13px;
  color: #888;
}

.event-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  content-visibility: auto;
}

.event-gallery-grid figure { margin: 0; }

.event-gallery-grid a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #ece8f8;
}

.event-gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.event-gallery-grid a:hover img { transform: scale(1.05); }

.event-gallery-grid figcaption {
  font-family: var(--font-display);
  font-size: 12px;
  color: #777;
  margin-top: 6px;
  line-height: 18px;
  padding: 0 2px;
}

.pswp__custom-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 20px 18px;
  background: linear-gradient(0deg, rgba(0,0,0,0.72) 0%, transparent 100%);
  color: #fff;
  font-family: var(--font-display);
  font-size: 14px;
  line-height: 21px;
  pointer-events: none;
}

.event-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: none;
  margin-top: 36px;
}

.event-back-link:hover { text-decoration: underline; }

@media (max-width: 1024px) {
  /* header shrinks to 71px at this breakpoint */
  .event-breadcrumb { padding-top: calc(71px + 14px); }
}

@media (max-width: 900px) {
  .event-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .event-meta-header h1 { font-size: 28px; line-height: 38px; }
  .events-index-hero h1 { font-size: 32px; line-height: 42px; }
  .events-teaser-header h2 { font-size: 26px; }
  .event-meta-dl {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    grid-template-rows: unset;
  }
}

@media (max-width: 560px) {
  .event-meta-dl {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  /* header becomes fixed at 78px */
  .event-breadcrumb { padding-top: calc(78px + 14px); }
}

@media (max-width: 560px) {
  .event-gallery-grid { grid-template-columns: 1fr; }
  .event-hero-img { max-height: 260px; }
  .events-teaser-header { flex-direction: column; gap: 8px; }
}
/* ─── Profile Page ──────────────────────────────────────────── */
.profile-hero {
  padding: 120px 0 56px;
  background: linear-gradient(160deg, #f9f8f4 0%, #f3eeff 100%);
  border-bottom: 1px solid var(--color-line);
  text-align: center;
}

.profile-hero-avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.profile-hero h1 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}

.profile-hero-tagline {
  font-family: var(--font-display);
  font-size: 17px;
  color: #555;
  margin: 0;
}

.profile-lang-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 36px 0 0;
}

.profile-tab-btn {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 22px;
  border-radius: 999px;
  border: 2px solid var(--color-accent);
  background: transparent;
  color: var(--color-accent);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.profile-tab-btn.is-active,
.profile-tab-btn:hover {
  background: var(--color-accent);
  color: #fff;
}

.profile-body {
  padding: 64px 0 96px;
}

.profile-content {
  max-width: 760px;
  margin: 0 auto;
  display: none;
}

.profile-content.is-visible { display: block; }

.profile-content p {
  font-family: var(--font-display);
  font-size: 17px;
  line-height: 1.75;
  color: #333;
  margin: 0 0 22px;
}

.profile-awards {
  margin: 36px 0;
  padding: 28px 32px;
  background: var(--color-bg-soft);
  border-left: 4px solid var(--color-accent);
  border-radius: 0 12px 12px 0;
}

.profile-awards h3 {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--color-accent);
  margin: 0 0 14px;
}

.profile-awards ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.profile-awards li {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 6px;
}

.profile-mission {
  margin-top: 36px;
  padding: 32px 36px;
  background: linear-gradient(135deg, #f3eeff 0%, #e8f0ff 100%);
  border-radius: 16px;
  text-align: center;
}

.profile-mission p {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-accent);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .profile-hero { padding-top: 100px; }
  .profile-hero h1 { font-size: 30px; }
  .profile-content p { font-size: 16px; }
  .profile-awards { padding: 20px 20px; }
  .profile-mission { padding: 24px 20px; }
  .profile-mission p { font-size: 16px; }
}

.profile-video-section {
  padding: 56px 0 80px;
  border-top: 1px solid var(--color-line);
  background: var(--color-bg-soft);
}

.profile-video-section-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin: 0 0 40px;
}

.profile-videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.profile-video-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.profile-video-heading {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-align: center;
}

.profile-video-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.13);
}

.profile-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 760px) {
  .profile-videos-grid {
    grid-template-columns: 1fr;
  }
}
/* ── Newsletter Section ── */
.newsletter-section {
  padding: 20px 0;
  background: linear-gradient(90deg, #f3eeff 0%, #ede6ff 100%);
  border-top: 1px solid #ddd4f7;
  border-bottom: 1px solid #ddd4f7;
}

.newsletter-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}

@media (max-width: 560px) {
  .newsletter-inner {
    flex-wrap: wrap !important;
    gap: 12px;
  }
}

.newsletter-copy {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.newsletter-copy h2 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0;
  white-space: nowrap;
}

.newsletter-copy p {
  font-family: var(--font-display);
  font-size: 16px;
  color: #444;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsletter-copy .newsletter-sep {
  color: #bbb;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

a.newsletter-cta-btn {
  display: inline-flex;
  align-items: center;
  background: var(--color-accent);
  color: #fff !important;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 100px;
  text-decoration: none !important;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(125,56,230,0.25);
  transition: background 0.2s, transform 0.15s;
}

a.newsletter-cta-btn:hover {
  background: #6a2fd4;
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .newsletter-copy p { display: none; }
  .newsletter-copy .newsletter-sep { display: none; }
}
/* ─── Reach Counter ─────────────────────── */
.reach-section {
  background: linear-gradient(135deg, #1a0a3c 0%, #7d38e6 100%);
  padding: 32px 0 28px;
  color: #fff;
  text-align: center;
}

.reach-mission-label {
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.5);
  margin: 0 0 4px;
}

.reach-mission-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin: 0 0 20px;
}

.reach-number-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.reach-count {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: -2px;
}

.reach-unit {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  padding-bottom: 8px;
}

.reach-bar-wrap {
  position: relative;
  height: 10px;
  background: rgba(255,255,255,0.15);
  border-radius: 99px;
  overflow: visible;
  margin: 0 auto 6px;
  max-width: 680px;
}

.reach-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #c4a0ff, #ffffff);
  border-radius: 99px;
  transition: width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.reach-bar-pct {
  position: absolute;
  right: 0;
  top: -22px;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}

.reach-bar-labels {
  display: flex;
  justify-content: space-between;
  max-width: 680px;
  margin: 0 auto 20px;
  font-family: var(--font-display);
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}

.reach-stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 4px;
}

.reach-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}

.reach-stat-num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.reach-stat-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.5);
}

.reach-stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.2);
}

@media (max-width: 640px) {
  .reach-mission-title { font-size: 24px; }
  .reach-count { font-size: 64px; letter-spacing: -2px; }
  .reach-stat { padding: 0 20px; }
  .reach-stat-num { font-size: 28px; }
}
/* ─────────────────────────────────────────── */

@media (max-width: 1024px) {
  .hero {
    padding-top: 116px;
    padding-bottom: 72px;
  }

  .hero h1 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1px;
  }

  .hero-book {
    margin-top: 26px;
  }

  .hero-book img {
    width: clamp(420px, 86vw, 560px);
    max-width: none;
  }

  .download-line {
    margin-top: 22px;
    font-size: 17px;
    line-height: 27px;
  }

  .hero-note {
    margin-top: 24px;
    font-size: 18px;
    line-height: 29px;
  }

  .split-grid,
  .insights-grid,
  .app-grid {
    grid-template-columns: 1fr;
  }

  .split-grid {
    gap: 16px;
    padding-top: 50px;
    padding-bottom: 54px;
  }

  .about-block,
  .newsletter-block {
    padding: 34px 28px;
  }

  .about-block {
    border-right: 1px solid #ece8f8;
  }

  .newsletter-block {
    padding-bottom: 34px;
  }

  .about-block h2,
  .insights-copy h2,
  .app-copy h2,
  .book-visuals h2,
  .core-message h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 18px;
  }

  .about-block p,
  .newsletter-block li,
  .insights-copy p,
  .insights-list li,
  .persona-list li,
  .app-copy p,
  .book-visuals-note,
  .core-message p {
    font-size: 17px;
    line-height: 30px;
  }

  .newsletter-block h3 {
    font-size: 17px;
    line-height: 27px;
  }

  .insights-section,
  .book-visuals,
  .core-message {
    padding: 50px 0;
  }

  .insights-copy {
    padding: 34px 28px;
  }

  .book-visual-main img {
    width: min(640px, 100%);
  }

  .app-grid {
    gap: 34px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .app-figure {
    margin-bottom: 10px;
  }

  .app-figure img {
    width: min(340px, 100%);
    margin: 0 auto;
  }

  .blob-a {
    width: 84px;
    height: 72px;
    left: 18px;
    top: 218px;
  }

  .blob-b {
    width: 96px;
    height: 96px;
    left: 82px;
    top: 188px;
  }

  .app-copy {
    padding-left: 0;
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 104px;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-book img {
    width: min(100%, 420px);
    max-width: 100%;
    filter: drop-shadow(0 30px 62px rgba(17, 17, 17, 0.26));
  }

  .book-visual-main img,
  .app-figure img {
    width: 100%;
  }

  .book-visual-sides {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn-yellow,
  .btn-outline {
    width: min(336px, 100%);
    justify-content: center;
  }

  .hero-note {
    max-width: 336px;
    font-size: 17px;
    line-height: 28px;
  }

  .about-block,
  .newsletter-block,
  .insights-copy {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .about-block p,
  .newsletter-block li,
  .insights-copy p,
  .insights-list li,
  .persona-list li,
  .app-copy p,
  .book-visuals-note,
  .core-message p {
    font-size: 17px;
  }
}
