:root {
  --ink: #09031e;
  --ink-soft: #160c2a;
  --purple: #9f2cc8;
  --purple-soft: #ce81ea;
  --mint: #3feaa0;
  --lavender: #f4e2fb;
  --paper: #f7f4ff;
  --white: #ffffff;
  --muted: #cecece;
  --text: #575757;
  --gold: #f0b75e;
  --cyan: #78d6ff;
  --line: rgba(9, 3, 30, 0.12);
  --dark-line: rgba(255, 255, 255, 0.14);
  --glass-line: rgba(255, 255, 255, 0.22);
  --glass-fill: rgba(255, 255, 255, 0.11);
  --shadow: 0 28px 70px rgba(9, 3, 30, 0.18);
  --heading: "Kumbh Sans", sans-serif;
  --body: "Figtree", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(120, 214, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #f9f7ff 0%, var(--paper) 48%, #ffffff 100%);
  color: var(--text);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr) minmax(110px, 0.36fr);
  align-items: center;
  gap: 18px;
  min-height: 94px;
  padding: 10px 34px 10px 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 3, 30, 0.82), rgba(22, 12, 42, 0.72)),
    rgba(9, 3, 30, 0.78);
  border-bottom: 1px solid rgba(240, 183, 94, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px) saturate(150%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  justify-self: start;
  flex: 0 1 auto;
}

.brand-logo {
  width: clamp(250px, 25vw, 360px);
  height: auto;
  max-height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.42)) drop-shadow(0 0 16px rgba(240, 183, 94, 0.12));
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--purple), var(--mint) 58%, var(--gold));
  color: var(--white);
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 12px 28px rgba(63, 234, 160, 0.18);
}

.brand-name {
  color: var(--white);
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.4vw, 24px);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.82);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.mobile-contact-link {
  display: none;
}

.header-contact {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
  box-shadow: 0 16px 34px rgba(240, 183, 94, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-contact:hover,
.header-contact:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(240, 183, 94, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--dark-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  --stage-x: 0px;
  --stage-y: 0px;
  --panel-x: 0px;
  --panel-y: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  perspective: 1200px;
}

.conversion-bar {
  position: sticky;
  top: 94px;
  z-index: 18;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 11px 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(159, 44, 200, 0.92), rgba(9, 3, 30, 0.92)),
    rgba(9, 3, 30, 0.95);
  border-bottom: 1px solid rgba(240, 183, 94, 0.28);
  box-shadow: 0 14px 34px rgba(9, 3, 30, 0.2);
  backdrop-filter: blur(16px);
  font-size: 14px;
}

.conversion-bar span,
.conversion-bar strong,
.conversion-bar a {
  white-space: nowrap;
}

.conversion-bar span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.conversion-bar strong {
  color: rgba(255, 255, 255, 0.86);
}

.conversion-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
  font-weight: 900;
  text-transform: uppercase;
}

.hero-bg,
.impact-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/inkrise-abstract-hand.png");
  background-position: center right;
  background-size: cover;
  transform: scale(1.04);
  animation: imageDrift 18s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 3, 30, 0.94) 0%, rgba(9, 3, 30, 0.68) 44%, rgba(9, 3, 30, 0.18) 100%),
    linear-gradient(0deg, rgba(9, 3, 30, 0.7), rgba(9, 3, 30, 0.02));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 40px));
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  padding-top: 112px;
  padding-bottom: 72px;
  transform-style: preserve-3d;
}

.glass-panel {
  border: 1px solid var(--glass-line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06)),
    rgba(9, 3, 30, 0.34);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(26px) saturate(165%);
}

.glass-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255, 255, 255, 0.3), transparent 28%, transparent 72%, rgba(120, 214, 255, 0.15));
  opacity: 0.75;
}

.hero-content > * {
  position: relative;
  z-index: 1;
}

.motion-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  transform: translate3d(var(--stage-x), var(--stage-y), 0);
  transform-style: preserve-3d;
}

.motion-pane,
.motion-ring,
.motion-line {
  position: absolute;
  display: block;
  will-change: transform;
}

.motion-pane {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(14px);
}

.pane-one {
  right: 13%;
  top: 22%;
  width: 170px;
  height: 220px;
  transform: rotateX(58deg) rotateZ(-18deg);
  animation: paneOne 9s ease-in-out infinite;
}

.pane-two {
  right: 28%;
  bottom: 12%;
  width: 118px;
  height: 154px;
  border-color: rgba(63, 234, 160, 0.32);
  transform: rotateX(64deg) rotateZ(22deg);
  animation: paneTwo 11s ease-in-out infinite;
}

.motion-ring {
  width: 230px;
  height: 230px;
  border: 1px solid rgba(120, 214, 255, 0.34);
  border-radius: 999px;
  box-shadow: inset 0 0 38px rgba(120, 214, 255, 0.12), 0 0 44px rgba(120, 214, 255, 0.12);
}

.ring-one {
  right: 8%;
  top: 34%;
  transform: rotateX(68deg) rotateY(-18deg);
  animation: ringSpinOne 18s linear infinite;
}

.ring-two {
  right: 35%;
  top: 15%;
  width: 120px;
  height: 120px;
  border-color: rgba(240, 183, 94, 0.4);
  transform: rotateX(70deg) rotateY(24deg);
  animation: ringSpinTwo 12s linear infinite reverse;
}

.motion-line {
  height: 1px;
  width: 260px;
  background: linear-gradient(90deg, transparent, rgba(63, 234, 160, 0.82), rgba(240, 183, 94, 0.54), transparent);
  box-shadow: 0 0 22px rgba(63, 234, 160, 0.26);
}

.line-one {
  right: 18%;
  top: 53%;
  transform: rotateZ(-31deg);
  animation: lightSweep 5.5s ease-in-out infinite;
}

.line-two {
  right: 45%;
  bottom: 22%;
  width: 190px;
  transform: rotateZ(24deg);
  animation: lightSweep 6.5s ease-in-out infinite reverse;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--mint);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--ink);
  font-family: var(--heading);
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 700px;
  color: var(--white);
  font-size: 64px;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.hero-copy {
  max-width: 630px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid rgba(63, 234, 160, 0.42);
  border-radius: 999px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.42), rgba(63, 234, 160, 0.2)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(16px) saturate(150%);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-whatsapp:hover,
.hero-whatsapp:focus-visible {
  color: var(--mint);
  transform: translateY(-2px);
  border-color: rgba(63, 234, 160, 0.72);
  box-shadow: 0 24px 54px rgba(37, 211, 102, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--purple), #5e1c82 62%, #1f876c);
  box-shadow: 0 18px 40px rgba(159, 44, 200, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: linear-gradient(135deg, var(--purple-soft), var(--purple));
  transform: translateY(-2px);
}

.btn-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.btn-secondary {
  color: var(--ink);
  background: var(--lavender);
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 690px;
  margin-top: 54px;
}

.hero-notes p {
  margin: 0;
  padding: 18px;
  color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 15px;
  backdrop-filter: blur(10px);
}

.hero-notes strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-family: var(--heading);
  font-size: 16px;
  text-transform: uppercase;
}

.press-strip {
  position: relative;
  overflow: hidden;
  padding: 20px 0 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 3, 30, 0.98), rgba(22, 12, 42, 0.94)),
    rgba(9, 3, 30, 0.98);
  border-top: 1px solid rgba(240, 183, 94, 0.18);
  border-bottom: 1px solid rgba(240, 183, 94, 0.18);
}

.press-heading {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.press-strip::before,
.press-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.press-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--ink), transparent);
}

.press-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--ink), transparent);
}

.press-track {
  display: flex;
  width: max-content;
  animation: pressScroll 34s linear infinite;
}

.press-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-right: 16px;
}

.press-row span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-height: 58px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.press-row img {
  width: 34px;
  height: 34px;
  padding: 5px;
  border-radius: 8px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.94);
}

.press-row span:nth-child(2n) {
  color: var(--gold);
}

.press-row span:nth-child(3n) {
  color: var(--mint);
}

.section {
  padding: 92px 24px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-band {
  background: var(--white);
}

.intro-grid,
.spotlight-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: start;
}

.intro-grid h2,
.section-heading h2,
.spotlight-copy h2,
.faq-grid h2,
.impact h2 {
  font-size: 44px;
}

.intro-grid p:last-child,
.spotlight-copy p,
.faq-grid > div > p,
.impact p {
  margin: 0;
  color: var(--text);
}

.intro-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.46fr);
  gap: 24px;
  align-items: start;
}

.intro-media p,
.intro-media div {
  margin: 0;
}

.intro-media img,
.spotlight-visual img,
.award-visual img,
.coverage-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-media img {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(9, 3, 30, 0.12);
}

.spotlight {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 3, 30, 0.98), rgba(22, 12, 42, 0.9)),
    linear-gradient(115deg, rgba(159, 44, 200, 0.32), rgba(63, 234, 160, 0.13), rgba(240, 183, 94, 0.1));
  position: relative;
  overflow: hidden;
}

.spotlight::before {
  content: "";
  position: absolute;
  inset: 14% -8% auto auto;
  width: 48%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 214, 255, 0.58), transparent);
  transform: rotate(-14deg);
  opacity: 0.75;
}

.spotlight h2,
.spotlight h3,
.spotlight p {
  color: var(--white);
}

.spotlight-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.spotlight-panel {
  min-height: 250px;
  padding: 34px;
  border: 1px solid var(--glass-line);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(22px) saturate(150%);
  transform: rotateY(-5deg) rotateX(3deg);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.spotlight-visual {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(160px, 0.48fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.spotlight-visual img {
  min-height: 0;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
}

.spotlight-visual .spotlight-panel {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  min-height: 0;
}

.spotlight-panel:hover {
  transform: translateY(-6px) rotateY(-2deg) rotateX(2deg);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.spotlight-panel span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--mint);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight-panel h3 {
  max-width: 420px;
  margin-bottom: 28px;
  font-size: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--purple);
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight .text-link,
.service-card:hover .text-link {
  color: var(--mint);
}

.services {
  background: var(--paper);
}

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

.section-heading h2 {
  max-width: 760px;
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 14px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.58)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 45px rgba(9, 3, 30, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(9, 3, 30, 0.1);
}

.service-card:hover {
  transform: translateY(-8px) rotateX(3deg) rotateY(-3deg);
  border-color: rgba(63, 234, 160, 0.34);
  background:
    linear-gradient(145deg, rgba(22, 12, 42, 0.92), rgba(9, 3, 30, 0.72)),
    rgba(9, 3, 30, 0.86);
  box-shadow: 0 28px 70px rgba(9, 3, 30, 0.22);
}

.service-card p {
  margin: 0 14px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 18px 14px 24px;
  font-size: 24px;
}

.service-card:hover h3 {
  color: var(--white);
}

.service-card .text-link {
  margin: auto 14px 8px;
}

.pillars {
  color: var(--white);
  background: var(--ink);
}

.pillars h2 {
  color: var(--white);
}

.pillar-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--dark-line);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.22);
}

.pillar-list div {
  min-height: 145px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--ink-soft);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.pillar-list div:hover {
  transform: translateZ(0) scale(1.015);
  background:
    linear-gradient(145deg, rgba(63, 234, 160, 0.12), rgba(159, 44, 200, 0.1)),
    var(--ink-soft);
}

.pillar-list span {
  display: block;
  margin-bottom: 24px;
  color: var(--mint);
  font-size: 18px;
}

.upcoming-awards,
.packages {
  background: var(--white);
}

.upcoming-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 36px;
}

.event-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 34px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 255, 0.68)),
    var(--paper);
  box-shadow: 0 22px 58px rgba(9, 3, 30, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.event-card p {
  margin: 0 0 14px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-card h3 {
  color: var(--ink);
  font-size: 42px;
}

.event-card span {
  display: block;
  max-width: 560px;
  margin: 14px 0 18px;
  color: var(--text);
  font-size: 22px;
  font-weight: 700;
}

.event-urgency {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(159, 44, 200, 0.16);
  border-radius: 12px;
  background: rgba(159, 44, 200, 0.06);
}

.event-urgency strong {
  color: var(--ink);
  font-weight: 900;
}

.event-urgency small {
  color: var(--text);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

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

.event-actions .btn {
  width: fit-content;
}

.package-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.award-visual {
  width: min(360px, 100%);
  justify-self: end;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 28px 76px rgba(9, 3, 30, 0.16);
}

.award-visual img {
  aspect-ratio: 4 / 5;
  transition: transform 500ms ease;
}

.award-visual:hover img {
  transform: scale(1.035);
}

.package-card {
  padding: 30px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(247, 244, 255, 0.7)),
    var(--paper);
  box-shadow: 0 20px 50px rgba(9, 3, 30, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.package-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 86px rgba(9, 3, 30, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.package-featured {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, var(--ink), #1b0f34 58%, #092b2a);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 34px 90px rgba(9, 3, 30, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.package-head p {
  margin: 0 0 10px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.package-featured .package-head p {
  color: var(--mint);
}

.package-head h3 {
  color: inherit;
  font-size: 28px;
}

.package-head span {
  display: block;
  min-height: 48px;
  margin-top: 8px;
  color: inherit;
  opacity: 0.72;
  font-size: 16px;
}

.price {
  margin: 28px 0 20px;
  color: var(--ink);
  font-family: var(--heading);
  font-size: 34px;
  font-weight: 800;
}

.package-featured .price {
  color: var(--white);
}

.price small {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-family: var(--body);
  font-size: 14px;
  font-weight: 700;
  opacity: 0.66;
  text-transform: uppercase;
}

.package-card h4 {
  margin-top: 30px;
  color: inherit;
  font-size: 18px;
}

.package-card ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(87, 87, 87, 0.92);
  font-size: 15px;
}

.package-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--purple);
}

.package-featured li {
  color: rgba(255, 255, 255, 0.76);
}

.package-featured li::before {
  background: var(--mint);
}

.package-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 24px 28px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 255, 0.72)),
    var(--paper);
  box-shadow: 0 20px 54px rgba(9, 3, 30, 0.08);
}

.package-note h3 {
  color: var(--ink);
  font-size: 24px;
}

.package-note p {
  margin: 0;
  color: var(--text);
}

.credibility {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 3, 30, 0.98), rgba(22, 12, 42, 0.92)),
    radial-gradient(circle at 78% 24%, rgba(63, 234, 160, 0.14), transparent 32%);
}

.credibility-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.credibility h2 {
  color: var(--white);
  font-size: 44px;
}

.credibility p:not(.section-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.about-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(240, 183, 94, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
}

.about-page .about-dedicated {
  padding-top: 150px;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 54px;
  align-items: center;
}

.founder-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(9, 3, 30, 0.08);
  border-radius: 20px;
  background: #120926;
  box-shadow: 0 28px 80px rgba(9, 3, 30, 0.16);
}

.founder-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, rgba(9, 3, 30, 0.18));
}

.founder-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.founder-copy h1,
.founder-copy h2 {
  max-width: 780px;
  font-size: clamp(38px, 5vw, 68px);
}

.founder-name {
  margin: 26px 0 22px;
  padding-left: 18px;
  border-left: 4px solid var(--gold);
}

.founder-name h2,
.founder-name h3 {
  color: var(--ink);
  font-size: 28px;
}

.founder-name span {
  display: block;
  margin-top: 4px;
  color: var(--purple);
  font-weight: 900;
}

.founder-copy p:not(.section-kicker) {
  max-width: 780px;
  margin: 16px 0 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.72;
}

.founder-copy blockquote {
  margin: 26px 0 0;
  color: var(--ink);
  font-family: "Kumbh Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.team-panel {
  margin-top: 58px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.team-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 255, 0.78)),
    var(--white);
  box-shadow: 0 18px 48px rgba(9, 3, 30, 0.08);
}

.team-grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 12px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
  font-weight: 900;
}

.team-grid h3 {
  color: var(--ink);
  font-size: 22px;
}

.team-grid p {
  margin-top: 12px;
}

.audience-paths {
  background:
    radial-gradient(circle at 12% 20%, rgba(63, 234, 160, 0.1), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.audience-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 255, 0.72)),
    rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 54px rgba(9, 3, 30, 0.08);
}

.audience-grid span {
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.audience-grid h3 {
  margin-top: 20px;
  font-size: 26px;
}

.audience-grid p {
  margin: 14px 0 22px;
}

.audience-grid .text-link {
  margin-top: auto;
}

.nominate {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 3, 30, 0.98), rgba(22, 12, 42, 0.92)),
    radial-gradient(circle at 76% 24%, rgba(240, 183, 94, 0.18), transparent 36%),
    radial-gradient(circle at 20% 78%, rgba(63, 234, 160, 0.12), transparent 34%);
}

.nominate::before {
  content: "";
  position: absolute;
  right: -8%;
  top: 18%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 183, 94, 0.72), transparent);
  transform: rotate(-18deg);
}

.nominate-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  align-items: start;
}

.nominate h2,
.nominate h3 {
  color: var(--white);
}

.nominate-copy p:not(.section-kicker) {
  max-width: 560px;
  margin: 18px 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

.nominate-flow {
  display: grid;
  gap: 16px;
  counter-reset: nominate;
}

.nominate-step {
  position: relative;
  min-height: 160px;
  padding: 26px 28px 26px 104px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px) saturate(145%);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.nominate-step:hover {
  transform: translateY(-5px);
  border-color: rgba(240, 183, 94, 0.38);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.nominate-step span {
  position: absolute;
  left: 28px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(240, 183, 94, 0.18);
}

.nominate-step h3 {
  font-size: 23px;
}

.nominate-step p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
}

.nominate-eligibility {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}

.nominate-eligibility p {
  margin: 0;
  color: var(--mint);
  font-weight: 800;
  text-transform: uppercase;
}

.nominate-eligibility div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.nominate-eligibility span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.media-coverage {
  background:
    radial-gradient(circle at 82% 18%, rgba(240, 183, 94, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
}

.coverage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: 24px;
  align-items: stretch;
}

.coverage-copy h2 {
  font-size: 44px;
}

.coverage-copy p:not(.section-kicker) {
  max-width: 560px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 20px;
}

.coverage-visual {
  margin: 0;
  width: min(320px, 100%);
  justify-self: end;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(9, 3, 30, 0.13);
}

.coverage-visual img {
  aspect-ratio: 4 / 5;
  transition: transform 500ms ease;
}

.coverage-visual:hover img {
  transform: scale(1.035);
}

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

.coverage-list article {
  min-height: 165px;
  padding: 24px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(247, 244, 255, 0.68)),
    rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 48px rgba(9, 3, 30, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.coverage-list article:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 183, 94, 0.38);
  box-shadow: 0 28px 70px rgba(9, 3, 30, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.coverage-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 24px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 800;
}

.coverage-list h3 {
  font-size: 24px;
}

.faqs {
  background: var(--paper);
}

.faq-grid > div > p {
  margin-top: 18px;
}

.accordion {
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.66)),
    var(--white);
  box-shadow: 0 14px 34px rgba(9, 3, 30, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-family: var(--heading);
  font-weight: 700;
  text-transform: uppercase;
}

.faq-item i {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.faq-item i::before,
.faq-item i::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--purple);
}

.faq-item i::after {
  transform: rotate(90deg);
}

.faq-item.is-open i::after {
  transform: rotate(0deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 24px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  margin: 0;
}

.faq-more {
  width: fit-content;
  margin-top: 8px;
}

.faq-full {
  width: min(980px, 100%);
}

.impact {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 110px 24px;
  color: var(--white);
  background: var(--ink);
}

.impact-bg {
  background-position: center center;
}

.impact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 3, 30, 0.98), rgba(9, 3, 30, 0.74), rgba(9, 3, 30, 0.48));
}

.impact-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--glass-line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(9, 3, 30, 0.32);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(24px) saturate(160%);
  text-align: center;
}

.impact h2 {
  color: var(--white);
}

.impact p:not(.section-kicker) {
  max-width: 680px;
  margin: 20px auto 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.impact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 80px 34px 32px 24px;
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 12%, rgba(240, 183, 94, 0.16), transparent 32%),
    radial-gradient(circle at 86% 28%, rgba(63, 234, 160, 0.1), transparent 30%),
    linear-gradient(135deg, #05020f, #120926 58%, #04020b);
}

.footer-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr 1.2fr 1fr;
  gap: 32px;
  align-items: start;
  margin: 0 auto;
}

.footer-inner > div {
  min-width: 0;
  padding: 0;
}

.footer-brand p {
  max-width: 480px;
  margin: 20px 0 0;
  line-height: 1.45;
}

.footer-brand .footer-social-inline {
  justify-content: flex-start;
  margin-top: 22px;
}

.site-footer .brand-logo {
  width: min(320px, 100%);
  max-height: 76px;
}

.site-footer .brand {
  width: fit-content;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.site-footer h2 {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 18px;
}

.site-footer a {
  display: block;
  margin: 12px 0;
  line-height: 1.25;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--white);
}

.site-footer strong {
  color: var(--white);
}

.footer-event {
  color: rgba(255, 255, 255, 0.84);
}

.footer-event .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 18px 0 10px;
  text-align: center;
}

.footer-whatsapp {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 11px 14px;
  border: 1px solid rgba(63, 234, 160, 0.28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(37, 211, 102, 0.12);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-social-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.social-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  border-radius: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.footer-social-inline .social-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.78)),
    rgba(255, 255, 255, 0.9);
}

.footer-social-inline .social-icon img {
  width: 23px;
  height: 23px;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.social-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 54px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--dark-line);
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 22px;
}

.footer-bottom .footer-social-inline {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer-bottom a {
  margin: 0;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 9px;
  border: 1px solid rgba(37, 211, 102, 0.28);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(37, 211, 102, 0.34), 0 10px 28px rgba(9, 3, 30, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-top {
  position: fixed;
  right: 27px;
  bottom: 92px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(240, 183, 94, 0.32);
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
  box-shadow: 0 16px 38px rgba(9, 3, 30, 0.2);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-top:hover,
.floating-top:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(9, 3, 30, 0.24);
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 56px rgba(37, 211, 102, 0.42), 0 12px 32px rgba(9, 3, 30, 0.22);
}

.floating-whatsapp img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  display: block;
}

.legal-page {
  min-height: 100vh;
  padding: 150px 24px 82px;
  background:
    radial-gradient(circle at 80% 12%, rgba(240, 183, 94, 0.14), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--paper) 100%);
}

.legal-hero,
.legal-document,
.legal-card-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.legal-hero {
  margin-bottom: 30px;
}

.legal-hero h1,
.legal-document h1 {
  font-size: 52px;
}

.legal-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 18px 0 0;
  font-size: 20px;
}

.legal-document {
  max-width: 75ch;
  padding: 40px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 72px rgba(9, 3, 30, 0.1);
}

.legal-document h2 {
  margin-top: 34px;
  font-size: 26px;
}

.legal-document p,
.legal-document li {
  color: var(--text);
}

.legal-meta {
  margin: 14px 0 24px;
  color: var(--purple);
  font-weight: 800;
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 32px;
}

.legal-toc a,
.legal-card {
  border: 1px solid rgba(9, 3, 30, 0.1);
  background: rgba(255, 255, 255, 0.82);
}

.legal-toc a {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.legal-contact {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(159, 44, 200, 0.14);
  border-radius: 12px;
  background: rgba(159, 44, 200, 0.05);
}

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

.legal-card {
  min-height: 170px;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(9, 3, 30, 0.08);
}

.legal-card h2 {
  font-size: 22px;
}

.legal-card p {
  margin: 14px 0 0;
}

.legal-footer {
  padding-top: 28px;
}

.services-page {
  background: var(--paper);
}

.services-container {
  width: 100%;
  padding: 0 34px 0 24px;
}

.services-hero {
  min-height: 74vh;
  display: grid;
  align-items: center;
  padding: 168px 0 86px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%, rgba(240, 183, 94, 0.2), transparent 34%),
    radial-gradient(circle at 18% 76%, rgba(63, 234, 160, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(9, 3, 30, 0.98), rgba(22, 12, 42, 0.96) 58%, rgba(51, 19, 62, 0.98));
}

.services-hero h1 {
  max-width: 780px;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(36px, 4.6vw, 64px);
}

.services-hero p:not(.section-kicker) {
  max-width: 620px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.services-hero .section-kicker {
  justify-content: center;
}

.services-hero .hero-actions {
  justify-content: center;
}

.service-nav-section,
.service-process {
  padding: 88px 0;
  background: var(--white);
}

.service-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.service-nav-grid a {
  min-height: 214px;
  padding: 24px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 255, 0.74)),
    var(--white);
  box-shadow: 0 18px 48px rgba(9, 3, 30, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-nav-grid a:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 72px rgba(9, 3, 30, 0.14);
}

.service-nav-grid span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), var(--mint));
  color: var(--ink);
  font-size: 22px;
}

.service-nav-grid h3 {
  font-size: 22px;
}

.service-nav-grid p {
  margin: 12px 0 18px;
}

.service-nav-grid em {
  color: var(--purple);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.service-detail {
  padding: 84px 0;
}

.service-detail:nth-of-type(even) {
  background: var(--white);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 58px;
  align-items: center;
}

.service-detail.image-right figure {
  order: 2;
}

.service-detail.image-right .service-detail-copy {
  order: 1;
}

.service-detail figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 18px;
  box-shadow: 0 26px 74px rgba(9, 3, 30, 0.16);
}

.service-detail img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-detail figure:hover img {
  transform: scale(1.035);
}

.service-detail-copy {
  animation: serviceFadeUp 700ms ease both;
}

.service-number {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--heading);
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

.service-detail h2,
.service-process h2,
.services-final-cta h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.service-detail-copy > p {
  max-width: 700px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.65;
}

.service-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.service-check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-weight: 700;
}

.service-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--mint);
  font-weight: 900;
}

.service-stat,
.service-disclaimer {
  padding: 16px 18px;
  border-radius: 12px;
}

.service-stat {
  border: 1px solid rgba(240, 183, 94, 0.28);
  color: var(--ink) !important;
  background: rgba(240, 183, 94, 0.11);
  font-weight: 900;
}

.service-disclaimer {
  border: 1px solid rgba(9, 3, 30, 0.08);
  color: rgba(87, 87, 87, 0.82) !important;
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px !important;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.process-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(9, 3, 30, 0.1);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(9, 3, 30, 0.08);
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
  font-family: var(--heading);
  font-weight: 900;
}

.process-grid h3 {
  font-size: 22px;
}

.services-final-cta {
  padding: 100px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 24%, rgba(240, 183, 94, 0.2), transparent 34%),
    linear-gradient(135deg, var(--ink), #170a2e);
}

.services-final-cta h2 {
  max-width: 850px;
  color: var(--white);
}

.services-final-cta p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
}

@keyframes serviceFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-consent {
  position: fixed;
  left: 20px;
  right: auto;
  bottom: 20px;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(340px, calc(100% - 40px));
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: var(--white);
  background: rgba(9, 3, 30, 0.92);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
}

.cookie-consent p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.cookie-actions button {
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  cursor: pointer;
  font-weight: 800;
  font-size: 12px;
}

.cookie-actions button:first-child {
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold), var(--mint));
}

@keyframes imageDrift {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.09) translate3d(-18px, 10px, 0);
  }
}

@keyframes pressScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes glassFloat {
  0%,
  100% {
    transform: translate3d(var(--panel-x), var(--panel-y), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  }
  50% {
    transform: translate3d(var(--panel-x), calc(-10px + var(--panel-y)), 34px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  }
}

@keyframes paneOne {
  0%,
  100% {
    transform: translate3d(0, 0, 70px) rotateX(58deg) rotateZ(-18deg);
  }
  50% {
    transform: translate3d(-22px, -18px, 115px) rotateX(62deg) rotateZ(-10deg);
  }
}

@keyframes paneTwo {
  0%,
  100% {
    transform: translate3d(0, 0, 40px) rotateX(64deg) rotateZ(22deg);
  }
  50% {
    transform: translate3d(20px, 16px, 92px) rotateX(60deg) rotateZ(31deg);
  }
}

@keyframes ringSpinOne {
  to {
    transform: rotateX(68deg) rotateY(-18deg) rotateZ(360deg);
  }
}

@keyframes ringSpinTwo {
  to {
    transform: rotateX(70deg) rotateY(24deg) rotateZ(360deg);
  }
}

@keyframes lightSweep {
  0%,
  100% {
    opacity: 0.32;
    filter: blur(0);
  }
  50% {
    opacity: 1;
    filter: blur(0.6px);
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 86px;
    padding: 14px 24px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .header-contact {
    display: none;
  }

  .mobile-contact-link {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 86px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 24px 24px;
    background:
      linear-gradient(135deg, rgba(9, 3, 30, 0.98), rgba(22, 12, 42, 0.94)),
      rgba(9, 3, 30, 0.98);
    border-bottom: 1px solid rgba(240, 183, 94, 0.18);
  }

  body.menu-open .site-nav {
    display: flex;
  }

  .site-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .conversion-bar {
    top: 86px;
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .press-row span {
    min-height: 50px;
    padding: 9px 14px 9px 9px;
    font-size: 12px;
  }

  .press-row img {
    width: 30px;
    height: 30px;
  }

  .motion-stage {
    opacity: 0.66;
  }

  .pane-one {
    right: -4%;
  }

  .ring-one {
    right: -12%;
  }

  .intro-grid,
  .spotlight-grid,
  .credibility-grid,
  .about-layout,
  .nominate-grid,
  .coverage-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .coverage-visual {
    width: min(360px, 100%);
    justify-self: start;
  }

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

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

  .service-detail-grid {
    gap: 34px;
  }

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

  .intro-grid h2,
  .section-heading h2,
  .spotlight-copy h2,
  .credibility h2,
  .founder-copy h2,
  .nominate-copy h2,
  .coverage-copy h2,
  .faq-grid h2,
  .impact h2 {
    font-size: 36px;
  }

  .nominate-eligibility {
    align-items: flex-start;
    flex-direction: column;
  }

  .nominate-eligibility div {
    justify-content: flex-start;
  }

  .service-grid,
  .audience-grid,
  .coverage-list,
  .pillar-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .upcoming-layout {
    grid-template-columns: 1fr;
  }

  .award-visual {
    width: min(340px, 100%);
    justify-self: start;
  }

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

@media (max-width: 1200px) {
  .footer-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 32px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 16px;
  }

  main > .section,
  main > .press-strip,
  .service-nav-section,
  .service-detail,
  .service-process,
  .services-final-cta,
  .about-page .about-dedicated {
    position: relative;
    isolation: isolate;
    border-top: 1px solid rgba(9, 3, 30, 0.08);
  }

  main > .section + .section,
  .service-detail + .service-detail {
    margin-top: 0;
  }

  .site-header {
    min-height: 78px;
    padding: 10px 16px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-logo {
    width: clamp(205px, 58vw, 270px);
    max-height: 58px;
  }

  .site-nav {
    top: 78px;
    padding-inline: 18px;
    max-height: calc(100vh - 78px);
  }

  .conversion-bar {
    top: 78px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 10px 18px;
    font-size: 12px;
    line-height: 1.35;
  }

  .conversion-bar span,
  .conversion-bar a {
    white-space: normal;
  }

  .conversion-bar strong {
    white-space: normal;
  }

  .conversion-bar a {
    min-height: 32px;
    padding: 7px 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-bg {
    background-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(9, 3, 30, 0.98), rgba(9, 3, 30, 0.78)),
      linear-gradient(0deg, rgba(9, 3, 30, 0.7), rgba(9, 3, 30, 0.24));
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 102px;
    padding-bottom: 58px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .hero-copy,
  .spotlight-copy p,
  .impact p:not(.section-kicker) {
    font-size: 18px;
  }

  .intro-media,
  .spotlight-visual {
    grid-template-columns: 1fr;
  }

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

  .btn {
    width: 100%;
  }

  .hero-notes {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .motion-stage {
    display: none;
  }

  .glass-panel,
  .impact-content {
    border-radius: 16px;
  }

  .section {
    padding: 58px 18px;
  }

  .section-inner,
  .services-container {
    width: 100%;
  }

  .services-container {
    padding: 0 18px;
  }

  .services-hero {
    min-height: 0;
    padding: 134px 0 58px;
  }

  .services-hero h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .services-hero p:not(.section-kicker) {
    font-size: 16px;
  }

  .service-nav-grid,
  .service-detail-grid,
  .service-check-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-detail.image-right figure,
  .service-detail.image-right .service-detail-copy {
    order: initial;
  }

  .service-detail,
  .service-nav-section,
  .service-process {
    padding: 54px 0;
  }

  .about-page .about-dedicated {
    padding-top: 126px;
  }

  .service-number {
    font-size: 42px;
  }

  .press-strip {
    padding: 14px 0;
    margin: 0;
  }

  .press-strip::before,
  .press-strip::after {
    width: 54px;
  }

  .section-heading {
    display: block;
    margin-bottom: 26px;
  }

  .intro-grid h2,
  .section-heading h2,
  .spotlight-copy h2,
  .credibility h2,
  .nominate-copy h2,
  .coverage-copy h2,
  .faq-grid h2,
  .impact h2 {
    font-size: 30px;
  }

  .nominate-copy p:not(.section-kicker) {
    font-size: 18px;
  }

  .credibility p:not(.section-kicker) {
    font-size: 18px;
  }

  .founder-portrait {
    width: min(390px, 100%);
    justify-self: center;
  }

  .founder-copy p:not(.section-kicker) {
    font-size: 17px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .coverage-copy p:not(.section-kicker) {
    font-size: 18px;
  }

  .nominate-step {
    min-height: 0;
    padding: 24px;
  }

  .nominate-step span {
    position: static;
    margin-bottom: 18px;
  }

  .nominate-eligibility {
    padding: 20px;
  }

  .package-note {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .service-grid,
  .audience-grid,
  .coverage-list,
  .pillar-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 300px;
  }

  .service-nav-grid,
  .service-grid,
  .audience-grid,
  .team-grid,
  .coverage-list,
  .process-grid,
  .package-grid {
    gap: 16px;
  }

  .upcoming-layout,
  .spotlight-grid,
  .nominate-grid,
  .coverage-grid,
  .faq-grid,
  .about-layout,
  .service-detail-grid {
    gap: 28px;
  }

  .service-card,
  .audience-grid article,
  .team-grid article,
  .coverage-list article,
  .process-grid article,
  .package-card,
  .faq-item,
  .event-card {
    border-radius: 14px;
  }

  .service-detail figure,
  .spotlight-visual,
  .coverage-visual,
  .award-visual,
  .founder-portrait {
    margin-bottom: 4px;
  }

  .award-visual img {
    aspect-ratio: 4 / 3;
  }

  .event-card {
    min-height: 0;
    padding: 26px;
  }

  .event-card h3 {
    font-size: 32px;
  }

  .event-card span {
    font-size: 18px;
  }

  .coverage-visual img {
    aspect-ratio: 16 / 11;
  }

  .impact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pillar-list div {
    min-height: 124px;
  }

  .price {
    font-size: 28px;
  }

  .package-card,
  .spotlight-panel {
    padding: 24px;
  }

  .spotlight-panel {
    transform: none;
  }

  .impact-content {
    padding: 30px 22px;
  }

  .faq-item button {
    min-height: 68px;
    padding: 20px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 0 20px 20px;
  }

  .impact {
    min-height: 480px;
    padding: 82px 18px;
  }

  .footer-inner,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-inner,
  .footer-bottom {
    display: grid;
    gap: 28px;
  }

  .site-footer {
    padding: 68px 20px 28px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom div {
    flex-direction: column;
    gap: 8px;
  }

  .footer-bottom .footer-social-inline {
    flex-direction: row;
    gap: 10px;
  }

  .legal-page {
    padding: 120px 18px 58px;
  }

  .legal-document {
    padding: 26px 20px;
  }

  .legal-hero h1,
  .legal-document h1 {
    font-size: 34px;
  }

  .legal-card-grid,
  .cookie-consent {
    grid-template-columns: 1fr;
  }

  .cookie-consent {
    bottom: 92px;
    left: 14px;
    width: min(320px, calc(100% - 28px));
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 18px;
    width: 54px;
    height: 54px;
  }

  .floating-top {
    right: 19px;
    bottom: 84px;
    width: 48px;
    height: 48px;
  }

  .floating-whatsapp img {
    width: 40px;
    height: 40px;
  }
}

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

@media print {
  .site-header,
  .site-footer,
  .floating-top,
  .floating-whatsapp,
  .cookie-consent,
  .menu-toggle {
    display: none !important;
  }

  .legal-page {
    padding: 0;
    background: #ffffff;
  }

  .legal-document {
    max-width: none;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
}
