@font-face {
  font-family: "Thmanyah Display";
  src: url("https://framerusercontent.com/assets/AAY5hsAWwWmVC7qlScZUGjzCgE8.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Thmanyah Text";
  src: url("https://framerusercontent.com/assets/3WPjrTAizPcMoDaKDtKdNB0Jo50.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Thmanyah Text";
  src: url("https://framerusercontent.com/assets/L62MixAFhJojtLTRD19wOsCnFg.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Thmanyah Sans";
  src: url("https://framerusercontent.com/assets/oE98mOPE28KTzUeptOLRIaqW1I.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

:root {
  color-scheme: dark;
  --ink: #061321;
  --ink-soft: #0a1c2c;
  --surface: rgba(9, 29, 47, 0.86);
  --surface-light: rgba(18, 49, 75, 0.74);
  --blue: #135d9a;
  --blue-light: #72a1c5;
  --gold: #f7b849;
  --gold-soft: #f5d89f;
  --text: #fffaf1;
  --muted: #a8bac8;
  --line: rgba(139, 183, 214, 0.2);
  --line-gold: rgba(247, 184, 73, 0.38);
  --radius-xl: 34px;
  --radius-lg: 22px;
  --shadow: 0 30px 90px rgba(0, 6, 13, 0.36);
}

html[data-theme="light"] {
  color-scheme: light;
  --ink: #f4f1ea;
  --ink-soft: #e7eef2;
  --surface: rgba(255, 253, 248, 0.92);
  --surface-light: rgba(234, 242, 247, 0.9);
  --blue: #0b568f;
  --blue-light: #477792;
  --gold: #b97812;
  --gold-soft: #7a5010;
  --text: #102334;
  --muted: #5c7180;
  --line: rgba(32, 92, 132, 0.17);
  --line-gold: rgba(185, 120, 18, 0.34);
  --shadow: 0 28px 76px rgba(35, 62, 78, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 280px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: var(--ink);
  font-family: "Thmanyah Text", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(114, 161, 197, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 161, 197, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 92%);
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.motion-canvas {
  position: fixed;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  contain: strict;
  transition: opacity 240ms ease;
}

.site-tools {
  position: absolute;
  z-index: 40;
  top: max(10px, env(safe-area-inset-top));
  left: max(10px, env(safe-area-inset-left));
  display: flex;
  align-items: center;
  gap: 4px;
}

.theme-toggle {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--text);
  background: transparent;
  cursor: pointer;
  font: 500 0.76rem/1 "Thmanyah Sans", Arial, sans-serif;
}

.theme-toggle::after {
  position: absolute;
  left: calc(100% + 7px);
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--text);
  background: var(--surface-strong);
  box-shadow: 0 9px 24px rgba(0, 6, 13, 0.18);
  content: attr(data-tooltip);
  direction: inherit;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.language-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(6, 20, 34, 0.68);
  box-shadow: 0 7px 20px rgba(0, 6, 13, 0.18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font: 500 0.72rem/1 "Thmanyah Sans", Arial, sans-serif;
  letter-spacing: 0.03em;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.language-toggle:hover,
.language-toggle:focus-visible {
  border-color: var(--gold);
  transform: translateY(-1px);
}

.language-toggle:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.language-toggle i {
  color: var(--line-gold);
  font-style: normal;
}

.language-toggle .is-active {
  color: var(--gold);
  font-weight: 700;
}

html[lang="en"] body {
  font-family: "Thmanyah Sans", Arial, sans-serif;
}

html[dir="ltr"] .hero__copy,
html[dir="ltr"] .section-heading,
html[dir="ltr"] .social-copy,
html[dir="ltr"] .partner-copy,
html[dir="ltr"] .story-grid article {
  text-align: left;
}

html[dir="ltr"] .social-copy small {
  text-align: left;
}

html[dir="ltr"] .follower-count {
  margin-right: 0;
  margin-left: auto;
}

html[dir="ltr"] .identity-strip div + div {
  border-right: 0;
  border-left: 1px solid var(--line);
}

html[dir="ltr"] .floating-note {
  text-align: left;
}

html[dir="ltr"] .floating-note--audience {
  top: 34px;
  left: 28px;
  width: 184px;
  min-width: 0;
  text-align: left;
}

html[dir="ltr"] .floating-note--year {
  top: 34px;
  right: 28px;
}

html[dir="ltr"] .floating-note--scope {
  bottom: 30px;
  left: 28px;
  width: 134px;
  min-width: 0;
}

html[dir="ltr"] .floating-note--world {
  right: 28px;
  bottom: 30px;
  width: 226px;
  min-width: 0;
  text-align: left;
}

.theme-toggle:hover::after,
.theme-toggle:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.theme-toggle__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(247, 184, 73, 0.34);
  border-radius: 50%;
  background: rgba(6, 20, 34, 0.68);
  box-shadow: 0 7px 20px rgba(0, 6, 13, 0.18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.theme-toggle:hover .theme-toggle__icon,
.theme-toggle:focus-visible .theme-toggle__icon {
  border-color: var(--gold);
  box-shadow: 0 9px 24px rgba(247, 184, 73, 0.16);
  transform: translateY(-1px);
}

.theme-toggle:focus-visible {
  outline-width: 2px;
  outline-offset: 0;
}

.theme-toggle__text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.theme-icon {
  position: absolute;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  opacity: 0;
  transform: scale(0.72) rotate(-24deg);
  transition: opacity 180ms ease, transform 220ms ease;
}

html[data-theme="dark"] .theme-icon--sun,
html[data-theme="light"] .theme-icon--moon {
  opacity: 1;
  transform: scale(1) rotate(0);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 30;
  top: 12px;
  right: 12px;
  padding: 10px 15px;
  border-radius: 12px;
  color: var(--ink);
  background: var(--gold);
  font-family: "Thmanyah Sans", Arial, sans-serif;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
  padding-block: clamp(20px, 4vw, 54px) max(26px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
}

.hero,
.accounts,
.places,
.success-partners,
.story {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  align-items: stretch;
  gap: clamp(28px, 5vw, 66px);
  min-height: 610px;
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(16, 51, 78, 0.9), rgba(6, 19, 33, 0.94) 60%),
    var(--surface);
}

.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(247, 184, 73, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(247, 184, 73, 0.025), 0 0 0 110px rgba(247, 184, 73, 0.018);
  pointer-events: none;
}

.hero__copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.eyebrow,
.section-kicker,
.stats-status,
.button,
.identity-strip,
.social-card,
.floating-note,
footer {
  font-family: "Thmanyah Sans", "Segoe UI", Tahoma, Arial, sans-serif;
}

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.eyebrow span {
  display: inline-block;
  width: 26px;
  height: 2px;
  margin-left: 8px;
  vertical-align: middle;
  background: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Thmanyah Display", "Thmanyah Text", Georgia, serif;
  font-weight: 700;
}

h1 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 6.2vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-feature-settings: "ss01" 1;
}

h1 span {
  color: var(--gold-soft);
}

.intro {
  max-width: 600px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.06rem, 2vw, 1.32rem);
  line-height: 1.9;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button img {
  display: block;
}

.button--primary {
  color: #251700;
  background: var(--gold);
  box-shadow: 0 12px 34px rgba(247, 184, 73, 0.18);
}

.button--whatsapp {
  border-color: rgba(77, 215, 135, 0.38);
  color: #d9ffea;
  background: rgba(25, 116, 67, 0.28);
}

.button--whatsapp img {
  filter: brightness(0) invert(1);
}

.hero__visual {
  position: relative;
  z-index: 2;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid var(--line-gold);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 42%, rgba(27, 100, 155, 0.44), transparent 39%),
    linear-gradient(155deg, rgba(13, 43, 67, 0.92), rgba(4, 15, 27, 0.96));
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(114, 161, 197, 0.2);
  border-radius: 24px;
}

.visual__rings {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  aspect-ratio: 1;
  border: 1px solid rgba(247, 184, 73, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbit 18s linear infinite;
}

.visual__rings::before,
.visual__rings::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.visual__rings::before {
  inset: -54px;
  border: 1px dashed rgba(114, 161, 197, 0.25);
}

.visual__rings::after {
  inset: 42px;
  border: 1px solid rgba(247, 184, 73, 0.16);
}

.logo-stage {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  width: 280px;
  transform: translate(-50%, -50%);
}

.profile-image {
  display: block;
  width: 154px;
  height: 154px;
  margin-bottom: 13px;
  border: 5px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 8px rgba(247, 184, 73, 0.78), 0 22px 55px rgba(0, 0, 0, 0.34);
}

.logo-stage strong {
  max-width: 100%;
  font-size: 1.05rem;
  line-height: 1.55;
  text-align: center;
}

.logo-stage small {
  margin-top: 3px;
  color: var(--blue-light);
  direction: ltr;
  font-family: "Thmanyah Sans", Arial, sans-serif;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 118px;
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(6, 20, 34, 0.78);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.floating-note strong {
  color: var(--gold);
  font-size: 1rem;
}

.floating-note span {
  color: var(--muted);
  font-size: 0.72rem;
}

.floating-note--year {
  top: 58px;
  right: 28px;
}

.floating-note--audience {
  top: 58px;
  left: 28px;
  min-width: 146px;
  border-color: rgba(247, 184, 73, 0.42);
  background: linear-gradient(145deg, rgba(18, 59, 87, 0.9), rgba(6, 20, 34, 0.88));
  text-align: right;
}

.floating-note--audience strong {
  font-size: 1.18rem;
  line-height: 1.15;
}

.floating-note--audience small {
  color: var(--blue-light);
  font-size: 0.68rem;
}

.floating-note--scope {
  bottom: 46px;
  left: 28px;
}

.floating-note--world {
  right: 28px;
  bottom: 46px;
  min-width: 148px;
  border-color: rgba(114, 161, 197, 0.3);
  text-align: right;
}

.floating-note--world strong {
  font-size: 0.92rem;
}

.map-dot {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(247, 184, 73, 0.08);
}

.map-dot--one { top: 27%; left: 17%; }
.map-dot--two { right: 15%; bottom: 30%; }
.map-dot--three { right: 36%; top: 16%; width: 7px; height: 7px; background: var(--blue-light); }

.identity-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(6, 20, 34, 0.78);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.identity-strip div {
  display: grid;
  gap: 3px;
  min-height: 94px;
  padding: 18px 22px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.identity-strip div + div {
  border-right: 1px solid var(--line);
}

.identity-strip strong {
  color: var(--gold);
  font-size: 1.25rem;
}

.identity-strip span {
  color: var(--muted);
  font-size: 0.78rem;
}

.accounts,
.places,
.success-partners,
.story {
  padding: clamp(24px, 4vw, 46px);
  background: linear-gradient(145deg, rgba(10, 31, 49, 0.9), rgba(6, 19, 33, 0.92));
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 25px;
}

.section-kicker {
  margin-bottom: 5px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
}

.stats-status {
  margin-bottom: 3px;
  color: #72899b;
  font-size: 0.75rem;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 86px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: var(--radius-lg);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-card:hover {
  border-color: var(--line-gold);
  background: rgba(247, 184, 73, 0.055);
  transform: translateY(-3px);
}

.social-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #22374a;
}

.social-mark img {
  display: block;
  filter: brightness(0) invert(1);
}

.social-card--instagram .social-mark { background: linear-gradient(145deg, #6d38be, #e32967 55%, #f8aa38); }
.social-card--snapchat .social-mark { background: #fffc00; }
.social-card--snapchat .social-mark img { filter: none; }
.social-card--x .social-mark { background: #111820; }
.social-card--tiktok .social-mark { background: #111820; box-shadow: inset 3px 0 #25f4ee, inset -3px 0 #fe2c55; }
.social-card--facebook .social-mark { background: #1877f2; }
.social-card--telegram .social-mark { background: #279bd5; }

.social-copy {
  min-width: 0;
}

.social-copy strong,
.social-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-copy strong {
  font-size: 0.98rem;
}

.social-copy small {
  margin-top: 3px;
  color: #8295a6;
  direction: ltr;
  text-align: right;
}

.follower-count {
  flex: 0 0 auto;
  margin-right: auto;
  padding: 7px 9px;
  border: 1px solid rgba(247, 184, 73, 0.11);
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(247, 184, 73, 0.075);
  font-size: 0.73rem;
}

.places {
  margin-top: 18px;
}

.section-heading--places {
  align-items: center;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line-gold);
  border-radius: 14px;
  color: var(--gold-soft);
  background: rgba(247, 184, 73, 0.055);
  font-family: "Thmanyah Sans", Arial, sans-serif;
  font-size: 0.78rem;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.section-link:hover {
  background: rgba(247, 184, 73, 0.1);
  transform: translateX(-3px);
}

.places-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.place-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #081827;
  box-shadow: 0 16px 38px rgba(0, 6, 13, 0.2);
  isolation: isolate;
}

.place-card__link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.place-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--ink-soft);
  transition: transform 420ms cubic-bezier(0.2, 0.75, 0.25, 1), filter 240ms ease;
}

.place-card__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 35% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(3, 12, 21, 0.95));
  pointer-events: none;
}

.place-card:hover .place-card__image {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.place-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 7px;
  padding: 18px;
  pointer-events: none;
}

.place-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gold-soft);
  font-family: "Thmanyah Sans", Arial, sans-serif;
  font-size: 0.68rem;
}

.place-card__type {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.place-card__type::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(247, 184, 73, 0.1);
}

.place-card__caption {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #fffaf1;
  font-size: 0.93rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.places-loading,
.places-empty {
  grid-column: 1 / -1;
  display: grid;
  min-height: 230px;
  place-items: center;
  align-content: center;
  gap: 13px;
  padding: 28px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  color: var(--muted);
  text-align: center;
  background: rgba(255, 255, 255, 0.018);
}

.places-loading span {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(247, 184, 73, 0.18);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: places-spin 800ms linear infinite;
}

.places-loading p,
.places-empty p {
  margin-bottom: 0;
}

.places-empty a {
  color: var(--gold-soft);
}

.story {
  margin-top: 18px;
}

.success-partners {
  margin-top: 18px;
}

.section-heading--partners {
  align-items: center;
  margin-bottom: 18px;
}

.section-heading--partners > p {
  max-width: 360px;
  margin-bottom: 2px;
  color: var(--muted);
  line-height: 1.7;
}

.section-heading--partners h2 {
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.partner-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 92px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  color: var(--text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.027);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.partner-card:hover {
  border-color: var(--line-gold);
  background: rgba(247, 184, 73, 0.05);
  transform: translateY(-3px);
}

.partner-mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 17px;
  background: rgba(19, 93, 154, 0.18);
}

.partner-card--whatsapp .partner-mark {
  background: rgba(37, 211, 102, 0.13);
}

.partner-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.partner-copy small {
  color: var(--gold);
  font-family: "Thmanyah Sans", Arial, sans-serif;
  font-size: 0.72rem;
}

.partner-copy strong {
  overflow: hidden;
  font-size: 1.08rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold-soft);
  font-family: "Thmanyah Sans", Arial, sans-serif;
  font-size: 0.75rem;
  white-space: nowrap;
}

.partner-action b {
  transition: transform 180ms ease;
}

.partner-card:hover .partner-action b {
  transform: translateX(-3px);
}

.section-heading--story > p {
  max-width: 300px;
  margin-bottom: 4px;
  color: var(--muted);
  line-height: 1.7;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.story-grid article {
  min-height: 208px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.025);
}

.story-grid article > span {
  display: block;
  margin-bottom: 32px;
  color: var(--gold);
  font-family: "Thmanyah Sans", Arial, sans-serif;
  font-size: 0.76rem;
}

.story-grid h3 {
  margin-bottom: 8px;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem);
}

.story-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "brand links year";
  align-items: center;
  gap: 20px;
  padding: 26px 8px 0;
  color: #6f8495;
  font-size: 0.76rem;
}

footer p {
  margin-bottom: 0;
}

footer p:last-child {
  grid-area: year;
  justify-self: end;
  text-align: left;
}

.footer-brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text);
}

html[dir="ltr"] .footer-brand {
  justify-self: start;
}

html[dir="ltr"] .footer-links {
  justify-self: center;
}

html[dir="ltr"] footer p:last-child {
  justify-self: end;
  text-align: right;
}

.footer-brand img {
  border-radius: 50%;
}

.footer-visitors {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  text-decoration: underline;
  text-decoration-color: rgba(247, 184, 73, 0.34);
  text-underline-offset: 5px;
  white-space: nowrap;
}

.footer-visitors strong {
  color: inherit;
  font-size: inherit;
}

.footer-links {
  grid-area: links;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer-links a {
  color: var(--muted);
  text-decoration-color: rgba(247, 184, 73, 0.34);
  text-underline-offset: 5px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.footer-links a:hover {
  color: var(--gold-soft);
  text-decoration-color: var(--gold);
}

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

html[data-theme="light"] body::before {
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(11, 86, 143, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 86, 143, 0.045) 1px, transparent 1px);
}

html[data-theme="light"] .motion-canvas {
  opacity: 0.54;
}

html[data-theme="light"] .theme-toggle {
  color: var(--blue-deep);
}

html[data-theme="light"] .language-toggle {
  color: var(--muted);
  background: rgba(255, 253, 248, 0.82);
}

html[data-theme="light"] .theme-toggle__icon {
  border-color: rgba(11, 86, 143, 0.22);
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 7px 20px rgba(35, 62, 78, 0.1);
}

html[data-theme="light"] .hero {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(230, 240, 246, 0.94) 64%),
    var(--surface);
}

html[data-theme="light"] .hero__visual {
  background:
    radial-gradient(circle at 50% 42%, rgba(95, 164, 209, 0.28), transparent 42%),
    linear-gradient(155deg, rgba(249, 247, 240, 0.96), rgba(222, 235, 242, 0.96));
}

html[data-theme="light"] .floating-note,
html[data-theme="light"] .identity-strip {
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 14px 30px rgba(35, 62, 78, 0.1);
}

html[data-theme="light"] .floating-note--audience {
  background: linear-gradient(145deg, rgba(231, 242, 248, 0.94), rgba(255, 253, 248, 0.94));
}

html[data-theme="light"] .accounts,
html[data-theme="light"] .places,
html[data-theme="light"] .success-partners,
html[data-theme="light"] .story {
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.93), rgba(229, 239, 245, 0.92));
}

html[data-theme="light"] .social-card,
html[data-theme="light"] .partner-card,
html[data-theme="light"] .story-grid article,
html[data-theme="light"] .places-loading,
html[data-theme="light"] .places-empty {
  border-color: rgba(32, 92, 132, 0.15);
  background: rgba(255, 255, 255, 0.62);
}

html[data-theme="light"] .social-card:hover,
html[data-theme="light"] .partner-card:hover {
  border-color: var(--line-gold);
  background: rgba(247, 184, 73, 0.12);
}

html[data-theme="light"] .place-card {
  background: #e7edf0;
  box-shadow: 0 16px 38px rgba(35, 62, 78, 0.12);
}

html[data-theme="light"] .button--whatsapp {
  border-color: rgba(20, 133, 73, 0.3);
  color: #0a5b35;
  background: rgba(37, 211, 102, 0.11);
}

html[data-theme="light"] .button--whatsapp img {
  filter: none;
}

html[data-theme="light"] footer {
  color: #617787;
}

@keyframes orbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes places-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero__copy {
    text-align: center;
  }

  h1,
  .intro {
    margin-inline: auto;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__visual {
    min-height: 430px;
  }

  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .places-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-tools {
    position: relative;
    inset: auto;
    width: min(100% - 18px, 1180px);
    margin-inline: auto;
    padding-top: max(8px, env(safe-area-inset-top));
  }

  .theme-toggle::after {
    display: none;
  }

  .page-shell {
    width: min(100% - 18px, 1180px);
    padding-top: 4px;
  }

  .hero,
  .accounts,
  .places,
  .success-partners,
  .story {
    border-radius: 24px;
  }

  .hero {
    order: 1;
    gap: 28px;
    padding: 30px 18px 18px;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
    line-height: 1.02;
  }

  .intro {
    font-size: 1.05rem;
    line-height: 1.85;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 370px;
    border-radius: 21px;
  }

  .profile-image {
    width: 124px;
    height: 124px;
  }

  .visual__rings {
    width: 220px;
  }

  .floating-note {
    min-width: 100px;
    padding: 10px 12px;
  }

  .floating-note--year { top: 28px; right: 16px; }
  .floating-note--audience { top: 28px; left: 16px; min-width: 112px; }
  .floating-note--scope { bottom: 28px; left: 16px; }
  .floating-note--world { right: 16px; bottom: 28px; min-width: 124px; }

  html[dir="ltr"] .hero__visual {
    min-height: 410px;
  }

  html[dir="ltr"] .floating-note--year {
    top: 20px;
    right: 14px;
  }

  html[dir="ltr"] .floating-note--audience {
    top: 20px;
    left: 14px;
    width: 142px;
  }

  html[dir="ltr"] .floating-note--scope {
    bottom: 20px;
    left: 14px;
    width: 104px;
  }

  html[dir="ltr"] .floating-note--world {
    right: 14px;
    bottom: 20px;
    width: min(176px, calc(100% - 146px));
  }

  html[dir="ltr"] .floating-note--world strong {
    font-size: 0.78rem;
  }

  .logo-stage {
    width: 245px;
  }

  .logo-stage strong {
    font-size: 0.9rem;
  }

  .identity-strip {
    order: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 18px 0 0;
  }

  .identity-strip div {
    min-width: 0;
    min-height: 96px;
    padding: 12px 8px;
    text-align: center;
    justify-items: center;
  }

  .identity-strip div + div {
    border-top: 0;
    border-right: 1px solid var(--line);
  }

  .identity-strip strong {
    font-size: 1rem;
  }

  .identity-strip span {
    font-size: 0.66rem;
    line-height: 1.45;
  }

  .accounts {
    order: 2;
    margin-top: 18px;
  }

  .story {
    order: 6;
  }

  .places {
    order: 4;
  }

  .success-partners {
    order: 5;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .stats-status {
    text-align: start;
  }

  .social-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .section-heading--partners {
    align-items: flex-start;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .section-heading--places {
    flex-direction: row;
    align-items: flex-end;
  }

  .section-heading--places h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .section-link {
    padding: 8px 10px;
    font-size: 0.7rem;
  }

  .places-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .place-card {
    border-radius: 17px;
  }

  .place-card__link {
    aspect-ratio: 0.84;
  }

  .place-card__content {
    gap: 5px;
    padding: 12px;
  }

  .place-card__caption {
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .place-card__meta {
    font-size: 0.61rem;
  }

  .story-grid article {
    min-height: 0;
  }

  .story-grid article > span {
    margin-bottom: 20px;
  }

  footer {
    order: 7;
    width: 100%;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "brand links year";
    gap: 8px;
    padding: 22px 8px max(10px, env(safe-area-inset-bottom));
  }

  .footer-brand {
    justify-self: start;
  }

  footer p:last-child {
    grid-area: year;
    justify-self: end;
    text-align: left;
  }

  .footer-links {
    width: auto;
    min-width: 0;
    justify-self: center;
    flex-wrap: nowrap;
    gap: clamp(7px, 2vw, 13px);
    padding: 0;
    border: 0;
    font-size: clamp(0.62rem, 2.35vw, 0.72rem);
  }

  html[dir="ltr"] footer {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

@media (max-width: 360px) {
  footer {
    gap: 6px;
    padding-inline: 4px;
  }

  .footer-brand {
    gap: 5px;
  }

  .footer-brand img {
    width: 30px;
    height: 30px;
  }

  .footer-brand span {
    font-size: 0.68rem;
  }

  .footer-links {
    gap: 6px;
    font-size: 0.59rem;
  }

  .hero__visual {
    min-height: 340px;
  }

  .floating-note {
    min-width: 88px;
    padding: 8px 10px;
  }

  .floating-note span {
    font-size: 0.64rem;
  }

  .floating-note--audience {
    min-width: 98px;
  }

  .floating-note--audience strong {
    font-size: 0.96rem;
  }

  .floating-note--audience small {
    font-size: 0.58rem;
  }

  .floating-note--world {
    min-width: 106px;
  }

  .floating-note--world strong {
    font-size: 0.76rem;
  }

  html[dir="ltr"] .floating-note--audience {
    width: 128px;
  }

  html[dir="ltr"] .floating-note--scope {
    width: 92px;
  }

  html[dir="ltr"] .floating-note--world {
    width: min(150px, calc(100% - 128px));
  }

  .social-card {
    padding: 10px;
  }

  .partner-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    padding: 13px;
  }

  .partner-action {
    grid-column: 2;
  }

  .social-mark {
    width: 44px;
    height: 44px;
  }

  .section-heading--places {
    align-items: flex-start;
    flex-direction: column;
  }

  .place-card__caption {
    -webkit-line-clamp: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
