:root {
  --ink: #141413;
  --charcoal: #262627;
  --canvas: #f3f0ee;
  --lifted: #fcfbfa;
  --white: #ffffff;
  --muted: #696969;
  --orange: #f37338;
  --signal: #cf4500;
  --ghost: #e8e2da;
  --line: rgba(20, 20, 19, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Sofia Sans", Inter, Arial, sans-serif;
  font-weight: 450;
}

body.menu-open {
  overflow: hidden;
}

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

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

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.section-pad {
  padding: 112px clamp(24px, 6vw, 96px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 24px clamp(16px, 4vw, 48px) 0;
  pointer-events: none;
}

.nav-pill {
  width: min(1180px, 100%);
  min-height: 72px;
  margin: 0 auto;
  padding: 12px 22px 12px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: rgba(0, 0, 0, 0.04) 0 4px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  pointer-events: auto;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-logo {
  width: 92px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.2vw, 46px);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-button {
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.icon-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icon,
.floating-socials a {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(20, 20, 19, 0.12);
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  display: grid;
  place-items: center;
}

.social-icon svg,
.floating-socials svg,
.social-icon img,
.floating-socials img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  display: block;
}

.social-icon.whatsapp,
.floating-socials .whatsapp {
  background: #1fa855;
  color: var(--white);
  border-color: #1fa855;
}

.menu-toggle {
  display: none;
}

.mobile-menu-panel,
.site-search-panel {
  position: fixed;
  inset: 0;
  z-index: 2000;
  padding: 96px 18px 22px;
  background: rgba(20, 20, 19, 0.38);
  backdrop-filter: blur(12px);
}

.mobile-menu-panel[hidden],
.site-search-panel[hidden] {
  display: none;
}

.mobile-menu-card,
.site-search-card {
  width: min(680px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(20, 20, 19, 0.12);
  border-radius: 34px;
  background: var(--white);
  color: var(--ink);
  box-shadow: rgba(0, 0, 0, 0.16) 0 28px 80px;
}

.mobile-menu-head,
.site-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(20, 20, 19, 0.1);
}

.mobile-menu-head strong,
.site-search-head strong {
  font-size: 22px;
}

.site-search-head p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.mobile-menu-close,
.site-search-close {
  font-size: 28px;
  line-height: 1;
}

.mobile-menu-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 20px;
}

.mobile-menu-links a,
.site-search-result {
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid rgba(20, 20, 19, 0.1);
  border-radius: 22px;
  background: var(--canvas);
  display: grid;
  align-content: center;
  gap: 4px;
  color: var(--ink);
}

.site-search-input {
  width: calc(100% - 40px);
  min-height: 58px;
  margin: 20px;
  padding: 0 20px;
  border: 1px solid rgba(20, 20, 19, 0.16);
  border-radius: 999px;
  background: var(--canvas);
  color: var(--ink);
  font: inherit;
  outline: 0;
}

.site-search-input:focus {
  border-color: var(--ink);
}

.site-search-results {
  max-height: min(56vh, 520px);
  overflow-y: auto;
  padding: 0 20px 20px;
  display: grid;
  gap: 10px;
}

.site-search-result span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-search-result strong {
  font-size: 17px;
}

.site-search-result small,
.site-search-empty {
  color: var(--charcoal);
  line-height: 1.4;
}

body.menu-open,
body.search-open {
  overflow: hidden;
}

.mc-hero {
  padding-top: 112px;
}

.mc-hero-media {
  position: relative;
  width: min(1320px, calc(100vw - clamp(32px, 7vw, 96px)));
  height: min(690px, 72vh);
  min-height: 520px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 40px;
  background: var(--ink);
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
}

.mc-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 20, 19, 0.76), rgba(20, 20, 19, 0.22) 52%, rgba(20, 20, 19, 0.06));
}

.mc-hero-media video,
.mc-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mc-hero-copy {
  position: absolute;
  left: clamp(28px, 6vw, 82px);
  bottom: clamp(28px, 6vw, 78px);
  z-index: 2;
  width: min(900px, calc(100% - 56px));
  color: var(--white);
}

.mc-hero-copy h1 {
  margin: 0;
  font-size: clamp(40px, 4.6vw, 58px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: 0;
}

.mc-hero-copy p {
  max-width: 520px;
  margin: 22px 0 26px;
  font-size: 20px;
  line-height: 1.35;
}

.story-carousel {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 96px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 18px;
  align-items: center;
}

.story-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 34%);
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.story-track::-webkit-scrollbar,
.service-grid::-webkit-scrollbar,
.benefit-stack::-webkit-scrollbar {
  display: none;
}

.auto-scroll-track {
  scroll-snap-type: none !important;
}

.story-pill {
  position: relative;
  scroll-snap-align: start;
  min-height: 420px;
  overflow: hidden;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
}

.story-pill.wide {
  border-radius: 40px;
}

.story-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 20, 19, 0.08), rgba(20, 20, 19, 0.68));
}

.story-pill img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.story-pill span,
.story-pill h2 {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
}

.story-pill span {
  top: 32px;
  width: fit-content;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
}

.story-pill h2 {
  bottom: 36px;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.circle-control {
  width: 52px;
  height: 52px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 22px;
  cursor: pointer;
}

.advocate-subscription-banner {
  width: min(1320px, calc(100% - 48px));
  margin: -42px auto 64px;
  perspective: 1200px;
}

.advocate-subscription-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(201, 137, 39, 0.34);
  border-radius: 32px;
  background:
    radial-gradient(circle at 88% 46%, rgba(255, 220, 147, 0.34), transparent 24%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.82), rgba(252, 251, 250, 0.68) 58%, rgba(255, 246, 229, 0.88)),
    var(--lifted);
  box-shadow: rgba(134, 85, 16, 0.16) 0 26px 70px, rgba(255, 255, 255, 0.8) 0 1px 0 inset;
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) minmax(420px, 1fr) minmax(220px, 0.48fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(28px, 4vw, 44px);
  cursor: pointer;
  transform-style: preserve-3d;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.8s ease, transform 0.8s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform;
}

.advocate-subscription-card.revealed {
  opacity: 1;
  animation: subscriptionFloat 6s ease-in-out infinite;
}

.advocate-subscription-card::before,
.advocate-subscription-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.advocate-subscription-card::before {
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  opacity: 0.45;
  transform: translateX(-62%) skewX(-14deg);
  animation: subscriptionSheen 8s ease-in-out infinite;
}

.advocate-subscription-card::after {
  top: -120px;
  right: -80px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(238, 171, 67, 0.16);
  filter: blur(32px);
}

.advocate-subscription-card:hover {
  animation-play-state: paused;
  transform: translate3d(0, -10px, 0) scale(1.01);
  border-color: rgba(201, 137, 39, 0.52);
  box-shadow: rgba(134, 85, 16, 0.22) 0 34px 86px, rgba(255, 255, 255, 0.86) 0 1px 0 inset;
}

.subscription-copy,
.subscription-features,
.subscription-action {
  position: relative;
  z-index: 2;
}

.subscription-copy {
  display: grid;
  gap: 16px;
}

.subscription-badge {
  width: fit-content;
  padding: 11px 18px;
  border-radius: 999px;
  background: rgba(250, 232, 196, 0.88);
  color: #bd7409;
  box-shadow: rgba(238, 171, 67, 0.28) 0 12px 32px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.subscription-badge span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  background: #d89217;
  color: var(--white);
  box-shadow: rgba(216, 146, 23, 0.42) 0 0 26px;
}

.subscription-copy h2 {
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.subscription-copy > p:last-child {
  color: #694517;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  font-weight: 600;
}

.subscription-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgba(20, 20, 19, 0.08);
  border-right: 1px solid rgba(20, 20, 19, 0.08);
}

.subscription-features article {
  min-height: 132px;
  padding: 12px 18px;
  border-right: 1px solid rgba(20, 20, 19, 0.08);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.subscription-features article:last-child {
  border-right: 0;
}

.advocate-subscription-card.revealed .subscription-features article {
  animation: subscriptionFeatureIn 0.62s ease forwards;
}

.advocate-subscription-card.revealed .subscription-features article:nth-child(2) {
  animation-delay: 0.1s;
}

.advocate-subscription-card.revealed .subscription-features article:nth-child(3) {
  animation-delay: 0.2s;
}

.advocate-subscription-card.revealed .subscription-features article:nth-child(4) {
  animation-delay: 0.3s;
}

.subscription-features span {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(20, 20, 19, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: #5f4117;
  box-shadow: rgba(20, 20, 19, 0.06) 0 10px 28px;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 800;
}

.subscription-features strong {
  font-size: 14px;
  line-height: 1.18;
}

.subscription-action {
  display: grid;
  justify-items: center;
  gap: 13px;
}

.subscription-emblem {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #c98a17;
  display: grid;
  place-items: center;
  font-size: 46px;
  text-shadow: rgba(216, 146, 23, 0.36) 0 0 28px;
}

.subscription-primary,
.subscription-secondary {
  min-height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-weight: 700;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.subscription-primary {
  width: min(230px, 100%);
  background: var(--ink);
  color: var(--white);
  box-shadow: rgba(20, 20, 19, 0.16) 0 14px 36px, rgba(216, 146, 23, 0.2) 0 0 44px;
}

.subscription-secondary {
  color: #5f4117;
}

.subscription-primary span,
.subscription-secondary span {
  transition: transform 0.28s ease;
}

.subscription-primary:hover,
.subscription-secondary:hover {
  transform: translate3d(0, -2px, 0) scale(1.03);
}

.subscription-primary:hover span,
.subscription-secondary:hover span {
  transform: translateX(6px);
}

.legal-bg {
  position: absolute;
  z-index: 1;
  color: rgba(151, 96, 20, 0.05);
  pointer-events: none;
  user-select: none;
}

.legal-bg-scale {
  left: 7%;
  top: 15%;
  font-size: 72px;
}

.legal-bg-shield {
  right: 6%;
  top: 17%;
  font-size: 80px;
}

.legal-bg-pillars {
  left: 47%;
  bottom: 6%;
  font-size: 86px;
}

.legal-bg-gavel {
  right: 21%;
  bottom: 12%;
  font-size: 72px;
}

@keyframes subscriptionFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes subscriptionSheen {
  0%, 70%, 100% {
    transform: translateX(-62%) skewX(-14deg);
  }
  86% {
    transform: translateX(72%) skewX(-14deg);
  }
}

@keyframes subscriptionFeatureIn {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hero {
  padding-top: 144px;
}

.hero-copy,
.section-intro.split,
.feature-band,
.contact-band {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
}

.hero h1,
h2,
h3,
p {
  margin: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hero-aside {
  display: grid;
  gap: 24px;
  color: var(--charcoal);
  font-size: 17px;
  line-height: 1.42;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.eyebrow.small {
  margin: 28px 0 12px;
}

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

.btn {
  min-height: 42px;
  border-radius: 20px;
  padding: 10px 24px;
  border: 1.5px solid var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.btn.primary {
  background: var(--ink);
  color: var(--canvas);
}

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

.btn.dark {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.desktop-back-button {
  display: none;
}

@media (min-width: 769px) {
  body:not(.admin-page) .desktop-back-button {
    position: fixed;
    top: 112px;
    left: clamp(18px, 3vw, 44px);
    z-index: 48;
    min-height: 42px;
    padding: 0 16px 0 13px;
    border: 1px solid rgba(20, 20, 19, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
    box-shadow: rgba(0, 0, 0, 0.08) 0 12px 32px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }

  body:not(.admin-page) .desktop-back-button:hover {
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.12) 0 16px 38px;
    transform: translateX(-2px);
  }

  .desktop-back-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (min-width: 1280px) {
  body:not(.admin-page) .desktop-back-button {
    top: 122px;
  }
}

.mc-hero .button-row {
  gap: clamp(14px, 2.2vw, 24px);
}

.mc-hero .hero-cta {
  min-width: clamp(168px, 15vw, 208px);
  min-height: 50px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  justify-content: space-between;
  gap: 12px;
  background: #101a3b;
  color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.18) 0 12px 26px;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.mc-hero .hero-cta-light {
  background: var(--white);
  color: #101a3b;
}

.mc-hero .hero-cta-teal {
  background: #1e6f6a;
  color: var(--white);
}

.hero-cta-icon,
.hero-cta-arrow {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.hero-cta-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-cta-arrow {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.mc-hero .hero-cta:hover .hero-cta-arrow {
  transform: translateX(4px);
}

.hero-media {
  position: relative;
  width: min(1320px, calc(100vw - clamp(32px, 7vw, 96px)));
  height: min(650px, 64vh);
  min-height: 440px;
  margin: 64px auto 0;
  overflow: hidden;
  border-radius: 40px;
  background: #222;
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
}

.hero-media video,
.pill-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
}

.hero-overlay span,
.media-chip {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  padding: 10px 20px;
  font-weight: 500;
}

.hero-overlay button {
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  display: grid;
  place-items: center;
}

.hero-overlay svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.trust-strip {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust-strip div {
  display: grid;
  gap: 8px;
}

.trust-strip strong {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.trust-strip span {
  color: var(--muted);
}

.orbit-section {
  position: relative;
  overflow: hidden;
}

.watermark {
  position: absolute;
  top: 86px;
  left: clamp(18px, 4vw, 64px);
  right: 0;
  z-index: 0;
  color: var(--ghost);
  font-size: clamp(64px, 11vw, 142px);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.02em;
  pointer-events: none;
}

.section-intro {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.section-intro h2,
.feature-copy h2,
.advocate-section h2,
.process h2,
.contact-band h2,
.footer h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.service-grid {
  position: relative;
  z-index: 2;
  width: min(1160px, 100%);
  margin: 96px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.service-carousel {
  width: min(1240px, 100%);
  margin: 96px auto 0;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 18px;
  align-items: center;
}

.service-carousel .service-grid {
  width: 100%;
  margin: 0;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 30%);
  grid-template-columns: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.service-carousel .portrait-card {
  scroll-snap-align: start;
}

.portrait-card {
  max-width: 340px;
}

.portrait-card.offset-low {
  margin-top: 104px;
}

.portrait-card.offset-mid {
  margin-top: 36px;
}

.portrait {
  position: relative;
  display: block;
  width: clamp(230px, 23vw, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
}

.portrait img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.satellite {
  position: absolute;
  right: -12px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--white);
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 500;
}

.portrait-card h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.orbit-line {
  position: absolute;
  z-index: 1;
  border: 1.5px solid var(--orange);
  border-color: var(--orange) transparent transparent transparent;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}

.orbit-one {
  width: 620px;
  height: 260px;
  top: 360px;
  left: 14vw;
  transform: rotate(9deg);
}

.orbit-two {
  width: 700px;
  height: 320px;
  top: 470px;
  right: 6vw;
  transform: rotate(-12deg);
}

.feature-band {
  align-items: center;
}

.feature-copy {
  display: grid;
  gap: 24px;
  max-width: 570px;
}

.feature-copy p,
.section-intro.split p,
.process-rail p,
.advocate-cards p,
.benefit-copy p,
.app-band p,
.request-copy p,
.admin-hero p {
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.45;
}

.benefit-section,
.app-band,
.request-section {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
}

.benefit-copy,
.request-copy,
.app-band > div {
  display: grid;
  gap: 22px;
}

.benefit-copy h2,
.app-band h2,
.request-copy h2,
.admin-hero h1,
.admin-panel h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.benefit-stack {
  display: grid;
  gap: 18px;
}

.benefit-carousel {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 18px;
  align-items: center;
}

.benefit-carousel .benefit-stack {
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 48%);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.benefit-stack article {
  scroll-snap-align: start;
  min-height: 230px;
  padding: 34px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(20, 20, 19, 0.12);
  display: grid;
  align-content: center;
  gap: 20px;
  text-align: center;
}

.benefit-stack h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.benefit-stack a {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid currentColor;
  font-weight: 500;
}

.app-band {
  position: relative;
  border-radius: 40px;
  background: var(--lifted);
}

.playstore-pill {
  justify-self: end;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
  overflow: hidden;
}

.playstore-pill img {
  width: min(320px, 82vw);
  height: auto;
  display: block;
}

.faq-accordion {
  width: min(1040px, 100%);
  margin: 40px auto 0;
  display: grid;
  gap: 14px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  overflow: hidden;
}

.faq-item button,
.faq-item summary {
  width: 100%;
  min-height: 74px;
  padding: 18px 24px;
  border: 0;
  background: transparent;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item button span:first-child,
.faq-item summary span:first-child {
  overflow-wrap: anywhere;
}

.faq-item button span:last-child,
.faq-item summary span:last-child {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--charcoal);
  line-height: 1.5;
}

.faq-more-link {
  width: fit-content;
  margin: 26px auto 0;
}

.faq-page-list {
  margin-bottom: 34px;
}

.faq-item[hidden] {
  display: none;
}

.request-section {
  align-items: start;
}

.pill-video {
  position: relative;
  height: 520px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--ink);
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
}

.media-chip {
  position: absolute;
  left: 44px;
  bottom: 44px;
}

.advocate-section {
  background: var(--lifted);
}

.section-intro.split {
  text-align: left;
  align-items: start;
}

.advocate-cards {
  width: min(1160px, 100%);
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.advocate-cards article {
  min-height: 260px;
  padding: 32px;
  border: 1px solid rgba(20, 20, 19, 0.12);
  border-radius: 40px;
  background: var(--canvas);
  display: grid;
  align-content: space-between;
  gap: 28px;
}

.advocate-cards span {
  color: var(--signal);
  font-weight: 700;
}

.advocate-cards h3 {
  font-size: 28px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.process {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.process h2 {
  max-width: 720px;
}

.process-rail {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.process-rail article {
  min-height: 240px;
  padding: 28px;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 19, 0.16);
  background: var(--white);
  display: grid;
  align-content: center;
  gap: 16px;
  text-align: center;
}

.process-rail strong {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.contact-band {
  align-items: start;
}

.request-form {
  padding: 32px;
  border-radius: 40px;
  background: var(--lifted);
  display: grid;
  gap: 16px;
}

.spam-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.request-form label {
  display: grid;
  gap: 8px;
}

.request-form label span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  border: 1px solid rgba(20, 20, 19, 0.22);
  background: var(--white);
  color: var(--ink);
  outline: 0;
}

.request-form input,
.request-form select {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 18px;
}

.request-form textarea {
  min-height: 132px;
  resize: vertical;
  border-radius: 28px;
  padding: 16px 18px;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--ink);
}

.request-form button {
  width: fit-content;
  margin-top: 8px;
}

.request-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-status {
  min-height: 22px;
  color: #17633a;
  font-weight: 500;
}

.form-status.error {
  color: #9f1d1d;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 92px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 40px));
  padding: 14px 18px;
  border-radius: 20px;
  background: var(--ink);
  color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.16) 0 18px 40px;
  font-weight: 500;
}

.toast.error {
  background: #9f1d1d;
}

.floating-socials {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 40;
  display: flex;
  gap: 10px;
}

.admin-page {
  min-height: 100vh;
}

.admin-shell {
  padding-top: 150px;
}

.admin-hero {
  width: min(980px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.admin-hero h1 {
  margin-bottom: 18px;
}

.admin-stats {
  width: min(1180px, 100%);
  margin: 0 auto 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.admin-stats article {
  min-height: 150px;
  padding: 28px;
  border-radius: 40px;
  background: var(--white);
  border: 1px solid rgba(20, 20, 19, 0.1);
  display: grid;
  align-content: center;
  gap: 8px;
}

.admin-stats span {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.admin-stats p {
  color: var(--muted);
}

.admin-panel {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 32px;
  border-radius: 40px;
  background: var(--lifted);
}

.admin-panel + .admin-panel {
  margin-top: 28px;
}

.admin-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.faq-admin-grid,
.seo-admin-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 24px;
  align-items: start;
}

.faq-admin-form,
.faq-admin-list {
  border: 1px solid rgba(20, 20, 19, 0.12);
  border-radius: 28px;
  background: var(--white);
  padding: 24px;
}

.faq-admin-form {
  display: grid;
  gap: 14px;
}

.faq-admin-form label,
.faq-search label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.faq-admin-form input,
.faq-admin-form textarea,
.faq-admin-form select,
.faq-search input {
  width: 100%;
  border: 1px solid rgba(20, 20, 19, 0.16);
  border-radius: 18px;
  background: var(--canvas);
  color: var(--ink);
  padding: 12px 14px;
}

.faq-admin-form textarea {
  min-height: 130px;
  resize: vertical;
}

.faq-admin-actions,
.faq-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faq-search {
  margin-bottom: 18px;
}

.faq-admin-items {
  display: grid;
  gap: 12px;
}

.faq-admin-card {
  border: 1px solid rgba(20, 20, 19, 0.1);
  border-radius: 22px;
  padding: 18px;
  background: var(--canvas);
  display: grid;
  gap: 10px;
}

.faq-admin-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.faq-admin-card p {
  margin: 0;
  color: var(--charcoal);
  line-height: 1.45;
}

.faq-admin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.faq-admin-meta span {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--white);
}

.table-wrap {
  overflow-x: auto;
  border-radius: 28px;
  border: 1px solid rgba(20, 20, 19, 0.12);
  background: var(--white);
}

table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid rgba(20, 20, 19, 0.1);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.35;
}

th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

td strong,
td small {
  display: block;
}

td small {
  margin-top: 5px;
  color: var(--muted);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--canvas);
  font-weight: 500;
}

.empty-state {
  padding: 28px 0 0;
  color: var(--muted);
  text-align: center;
}

.fallback-page {
  width: min(1120px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 72px;
  display: grid;
  align-content: center;
  gap: 28px;
}

.article-shell {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 72px;
  display: grid;
  gap: 28px;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.article-hero h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.article-hero p {
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.5;
}

.article-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 40px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.article-meta span {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--line);
}

.article-content {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.article-toc {
  position: sticky;
  top: 120px;
  padding: 22px;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.article-toc h2 {
  margin: 0 0 14px;
  font-size: 16px;
}

.article-toc a {
  display: block;
  margin: 10px 0;
  color: var(--muted);
  font-size: 14px;
}

.article-body {
  display: grid;
  gap: 28px;
}

.article-body section,
.article-cta {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background: var(--white);
  border: 1px solid var(--line);
}

.article-body h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.05;
  font-weight: 500;
}

.article-body p,
.article-body li {
  color: var(--charcoal);
  line-height: 1.6;
}

.article-body ul {
  margin: 0;
  padding-left: 20px;
}

.article-cta {
  display: grid;
  gap: 18px;
  background: var(--ink);
  color: var(--white);
}

.article-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.fallback-page > .brand {
  width: fit-content;
  margin-bottom: 28px;
}

.fallback-page h1 {
  max-width: 820px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.fallback-page > p {
  max-width: 680px;
  color: var(--charcoal);
  font-size: 18px;
  line-height: 1.45;
}

.fallback-grid {
  margin: 16px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fallback-grid article {
  min-height: 220px;
  padding: 30px;
  border-radius: 40px;
  background: var(--white);
  border: 1px solid rgba(20, 20, 19, 0.12);
  display: grid;
  align-content: center;
  gap: 16px;
}

.fallback-grid h2,
.auth-form h1 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.fallback-grid p {
  color: var(--charcoal);
  line-height: 1.45;
}

.auth-page {
  width: min(620px, 100%);
}

.auth-form {
  background: var(--lifted);
}

.footer {
  padding: 72px clamp(24px, 6vw, 96px) 120px;
  border-radius: 40px 40px 0 0;
  background: var(--ink);
  color: var(--white);
}

.footer-head,
.footer-grid,
.footer-bottom {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.footer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.footer-head h2 {
  max-width: 680px;
}

.footer-grid {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.footer-grid div {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-grid h3 {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-grid a {
  color: var(--white);
  font-size: 14px;
  line-height: 1.35;
}

.footer-more-trigger {
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}

.footer-more-trigger::before {
  content: "+";
  margin-right: 5px;
}

.legal-area-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  padding: 24px;
  background: rgba(0, 0, 0, 0.54);
  display: grid;
  place-items: center;
}

.legal-area-modal[hidden] {
  display: none;
}

.legal-area-card {
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: 28px;
  border-radius: 28px;
  background: var(--ink);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: rgba(0, 0, 0, 0.35) 0 30px 90px;
}

.legal-area-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.legal-area-head h2 {
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1;
}

.legal-area-close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

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

.legal-area-grid a {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-size: 15px;
  line-height: 1.25;
}

.legal-area-grid a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.footer-bottom {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.footer-bottom button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  padding: 0 18px;
}

.site-header {
  transition: padding 0.35s ease, transform 0.35s ease;
}

.nav-pill {
  transform: translateZ(0);
  transition: min-height 0.35s ease, padding 0.35s ease, background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
}

.site-header.is-scrolled .nav-pill {
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: rgba(20, 20, 19, 0.12) 0 18px 60px;
}

.mc-hero,
.orbit-section,
.benefit-section,
.feature-band,
.app-band,
.request-section,
.faq-section {
  transform-style: preserve-3d;
}

.mc-hero-media {
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.mc-hero-media::before {
  content: "";
  position: absolute;
  inset: -22%;
  z-index: 1;
  background:
    radial-gradient(circle at var(--hero-light-x, 24%) var(--hero-light-y, 28%), rgba(243, 115, 56, 0.22), transparent 34%),
    linear-gradient(120deg, transparent 0 34%, rgba(255, 222, 174, 0.16) 42%, transparent 54% 100%);
  mix-blend-mode: screen;
  opacity: 0.85;
  pointer-events: none;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 28px);
  animation: hyvLightDrift 14s ease-in-out infinite alternate;
}

.mc-hero-media video {
  transform: scale(1.04) translate3d(calc(var(--parallax-x, 0) * -0.32), calc(var(--parallax-y, 0) * -0.24), 0);
  transition: transform 0.2s linear;
}

.mc-hero-copy {
  transform: translate3d(calc(var(--parallax-x, 0) * 0.34), calc(var(--parallax-y, 0) * 0.3), 42px);
  text-shadow: rgba(0, 0, 0, 0.25) 0 18px 38px;
}

.hyv-depth-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hyv-particle,
.hyv-legal-glyph {
  position: absolute;
  display: grid;
  place-items: center;
  color: rgba(255, 226, 184, 0.7);
  border: 1px solid rgba(255, 226, 184, 0.24);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: rgba(243, 115, 56, 0.16) 0 18px 55px;
  backdrop-filter: blur(10px);
  transform: translate3d(0, 0, 36px);
  animation: hyvFloat 9s ease-in-out infinite;
}

.hyv-particle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.hyv-legal-glyph {
  width: clamp(54px, 6vw, 86px);
  height: clamp(54px, 6vw, 86px);
  border-radius: 28px;
  opacity: 0.24;
  font-size: clamp(26px, 3vw, 42px);
}

.hyv-glyph-scale::before {
  content: "⚖";
}

.hyv-glyph-gavel::before {
  content: "§";
}

.hyv-glyph-doc::before {
  content: "□";
}

.btn,
.circle-control,
.social-icon,
.icon-button,
.playstore-pill {
  transform: translate3d(0, 0, 0);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
  will-change: transform;
}

.btn:hover,
.social-icon:hover,
.icon-button:hover,
.circle-control:hover,
.playstore-pill:hover {
  transform: translate3d(0, -3px, 0) scale(1.025);
  box-shadow: rgba(20, 20, 19, 0.14) 0 18px 38px;
}

.btn.primary:hover {
  box-shadow: rgba(243, 115, 56, 0.2) 0 18px 48px, rgba(20, 20, 19, 0.16) 0 10px 26px;
}

.story-pill,
.portrait,
.benefit-stack article,
.advocate-cards article,
.process-rail article,
.faq-item,
.app-band,
.request-form {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease, border-color 0.5s ease, filter 0.5s ease;
}

.story-pill:hover,
.portrait:hover,
.benefit-stack article:hover,
.advocate-cards article:hover,
.process-rail article:hover,
.faq-item:hover,
.app-band:hover,
.request-form:hover {
  transform: translate3d(0, -12px, 0) rotateX(5deg) rotateY(5deg);
  border-color: rgba(243, 115, 56, 0.28);
  box-shadow: rgba(20, 20, 19, 0.12) 0 34px 70px, rgba(243, 115, 56, 0.1) 0 0 60px;
}

.story-pill img,
.portrait img,
.pill-video video,
.mc-hero-media video {
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.7s ease;
}

.story-pill:hover img,
.portrait:hover img,
.pill-video:hover video {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.04);
}

.benefit-stack article,
.advocate-cards article,
.process-rail article,
.request-form,
.faq-item {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(252, 251, 250, 0.72)),
    var(--white);
  backdrop-filter: blur(14px);
}

.reveal-3d {
  opacity: 0;
  transform: translate3d(0, 44px, 0) scale(0.985);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-3d.revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.story-track,
.service-grid,
.benefit-stack {
  perspective: 1200px;
}

.story-track > *,
.service-grid > *,
.benefit-stack > * {
  animation: hyvDepthPulse 8s ease-in-out infinite;
}

.story-track > *:nth-child(2n),
.service-grid > *:nth-child(2n),
.benefit-stack > *:nth-child(2n) {
  animation-delay: -2.6s;
}

.hyv-cursor,
.hyv-cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: opacity 0.2s ease, width 0.25s ease, height 0.25s ease, background 0.25s ease;
}

.hyv-cursor {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(243, 115, 56, 0.78);
  border-radius: 50%;
  box-shadow: rgba(243, 115, 56, 0.16) 0 0 34px;
}

.hyv-cursor-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.cursor-ready .hyv-cursor,
.cursor-ready .hyv-cursor-dot {
  opacity: 1;
}

.cursor-ready.cursor-hover .hyv-cursor {
  width: 56px;
  height: 56px;
  background: rgba(243, 115, 56, 0.08);
}

@keyframes hyvFloat {
  0%, 100% {
    transform: translate3d(0, 0, 36px) rotate(0deg);
  }
  50% {
    transform: translate3d(14px, -22px, 52px) rotate(8deg);
  }
}

@keyframes hyvSoftBob {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes hyvDepthPulse {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.035);
  }
}

@keyframes hyvLightDrift {
  from {
    transform: translate3d(-2%, -1%, 28px) rotate(0deg);
  }
  to {
    transform: translate3d(2%, 1%, 28px) rotate(1.5deg);
  }
}

@media (max-width: 980px) {
  .nav-pill {
    padding-left: 22px;
  }

  .advocate-subscription-banner {
    margin-top: -28px;
  }

  .advocate-subscription-card {
    min-height: 188px;
    grid-template-columns: minmax(220px, 0.9fr) minmax(310px, 1fr) minmax(170px, 0.42fr);
    gap: 18px;
    padding: 26px;
    text-align: left;
  }

  .subscription-copy,
  .subscription-action {
    justify-items: start;
  }

  .subscription-features {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .subscription-copy h2 {
    font-size: clamp(24px, 3.8vw, 32px);
  }

  .subscription-copy > p:last-child {
    font-size: clamp(16px, 2.4vw, 20px);
  }

  .subscription-features article {
    min-height: 108px;
    padding: 10px 9px;
  }

  .subscription-features span {
    width: 44px;
    height: 44px;
  }

  .subscription-features strong {
    font-size: 12px;
  }

  .subscription-emblem {
    width: 58px;
    height: 58px;
    font-size: 32px;
  }

  .subscription-primary {
    min-height: 42px;
  }

  .nav-links {
    position: fixed;
    inset: 104px 16px auto;
    z-index: 999;
    padding: 32px;
    border-radius: 40px;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.08) 0 24px 48px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 28px;
  }

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

  .menu-toggle {
    display: grid;
  }

  .hero-copy,
  .section-intro.split,
  .feature-band,
  .article-hero,
  .article-content,
  .contact-band {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-grid,
  .advocate-cards,
  .process-rail,
  .benefit-section,
  .app-band,
  .request-section,
  .faq-admin-grid,
  .seo-admin-grid,
  .admin-stats,
  .fallback-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .legal-area-grid {
    grid-template-columns: 1fr;
  }

  .portrait-card.offset-low,
  .portrait-card.offset-mid {
    margin-top: 0;
  }

  .orbit-line {
    display: none;
  }
}

@media (max-width: 680px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .section-pad {
    padding: 72px 20px;
  }

  .advocate-subscription-banner {
    width: calc(100% - 32px);
    margin: -28px auto 54px;
  }

  .advocate-subscription-card {
    min-height: 126px;
    padding: 14px;
    border-radius: 28px;
    grid-template-columns: minmax(92px, 0.9fr) minmax(116px, 1fr) minmax(68px, 0.55fr);
    gap: 8px;
    text-align: left;
  }

  .subscription-copy,
  .subscription-action {
    justify-items: start;
  }

  .subscription-badge {
    padding: 6px 8px;
    font-size: 7px;
    letter-spacing: 0.05em;
  }

  .subscription-badge span {
    width: 13px;
    height: 13px;
    margin-right: 4px;
    font-size: 8px;
  }

  .subscription-copy {
    gap: 8px;
  }

  .subscription-copy h2 {
    font-size: clamp(15px, 4.7vw, 19px);
    line-height: 1.08;
  }

  .subscription-copy > p:last-child {
    font-size: clamp(10px, 3.2vw, 13px);
    line-height: 1.18;
  }

  .subscription-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid rgba(20, 20, 19, 0.08);
    border-right: 1px solid rgba(20, 20, 19, 0.08);
    border-radius: 0;
  }

  .subscription-features article {
    min-height: 74px;
    padding: 5px 3px;
    border-right: 1px solid rgba(20, 20, 19, 0.08);
    border-bottom: 0;
    gap: 6px;
  }

  .subscription-features article:last-child {
    border-right: 0;
  }

  .subscription-features article:nth-child(2n) {
    border-right: 1px solid rgba(20, 20, 19, 0.08);
  }

  .subscription-features article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .subscription-features span {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .subscription-features strong {
    font-size: 7px;
    line-height: 1.05;
  }

  .subscription-action {
    width: 100%;
    justify-items: center;
    gap: 6px;
  }

  .subscription-emblem {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .subscription-primary {
    width: 100%;
    min-height: 28px;
    border-radius: 9px;
    gap: 6px;
    font-size: 9px;
  }

  .subscription-secondary {
    width: 100%;
    min-height: 20px;
    gap: 4px;
    font-size: 8px;
  }

  .site-header {
    padding: 16px 12px 0;
    max-width: 100vw;
    overflow: visible;
  }

  .nav-pill {
    width: 100%;
    max-width: calc(100vw - 24px);
    min-height: 64px;
    padding: 8px 9px 8px 12px;
    gap: 6px;
    overflow: hidden;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
    gap: 7px;
  }

  .brand-logo {
    width: clamp(68px, 23vw, 88px);
    height: 40px;
  }

  .brand > span:last-child {
    display: none;
  }

  .nav-actions {
    flex: 0 0 auto;
    gap: 5px;
  }

  .social-icon,
  .floating-socials a {
    width: 40px;
    height: 40px;
  }

  .nav-actions .icon-button {
    display: grid;
    width: 40px;
    height: 40px;
  }

  .hero {
    padding-top: 116px;
  }

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

  .hero-media {
    width: calc(100vw - 32px);
    min-height: 360px;
    height: 58vh;
    margin-top: 42px;
    border-radius: 40px;
  }

  .hero-overlay {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .hero-overlay button {
    width: 58px;
    height: 58px;
  }

  .trust-strip,
  .service-grid,
  .advocate-cards,
  .process-rail,
  .benefit-section,
  .app-band,
  .request-section,
  .admin-stats,
  .fallback-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 28px;
  }

  .mobile-menu-panel,
  .site-search-panel {
    padding: 86px 12px 16px;
  }

  .mobile-menu-links {
    grid-template-columns: 1fr;
    max-height: 68vh;
    overflow-y: auto;
  }

  .site-search-card,
  .mobile-menu-card {
    border-radius: 28px;
  }

  .request-form {
    width: 100%;
    padding: 24px;
  }

  .story-carousel,
  .service-carousel,
  .benefit-carousel {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .circle-control {
    display: none;
  }

  .story-track {
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 82%);
    grid-template-columns: none;
  }

  .service-carousel .service-grid,
  .benefit-carousel .benefit-stack {
    grid-auto-columns: minmax(240px, 84%);
  }

  .story-pill,
  .story-pill.wide {
    min-height: 330px;
    border-radius: 40px;
  }

  .mc-hero-media {
    width: min(100%, calc(100vw - 40px));
    min-height: 520px;
    border-radius: 34px;
  }

  .mc-hero-copy {
    left: 28px;
    bottom: 44px;
    width: calc(100% - 56px);
  }

  .mc-hero-copy h1 {
    font-size: clamp(38px, 11vw, 42px);
    overflow-wrap: anywhere;
  }

  .mc-hero-copy p {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .button-row {
    max-width: 100%;
  }

  .mc-hero .button-row {
    width: 100%;
    gap: 12px;
  }

  .mc-hero .hero-cta {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 14px;
    gap: 10px;
  }

  .hero-cta-icon svg {
    width: 20px;
    height: 20px;
  }

  .hero-cta-arrow {
    font-size: 22px;
  }

  .playstore-pill {
    justify-self: stretch;
  }

  .admin-panel {
    padding: 20px;
  }

  .admin-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-strip {
    width: calc(100% - 40px);
  }

  .watermark {
    top: 60px;
  }

  .portrait-card {
    max-width: 100%;
    text-align: center;
  }

  .portrait {
    margin: 0 auto;
  }

  .pill-video {
    height: 420px;
  }

  .process-rail article {
    min-height: 190px;
  }

  .footer {
    padding-bottom: 72px;
  }

  .footer-head,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-shell {
    padding-top: 40px;
  }

  .article-hero img {
    border-radius: 30px;
  }

  .article-toc {
    position: static;
  }
}

@media (max-width: 390px) {
  .site-header {
    padding-inline: 8px;
  }

  .nav-pill {
    max-width: calc(100vw - 16px);
    padding-inline: 8px;
    gap: 4px;
  }

  .brand {
    gap: 5px;
  }

  .brand-logo {
    width: 64px;
  }

  .brand > span:last-child {
    display: none;
  }

  .nav-actions {
    gap: 4px;
  }

  .social-icon,
  .floating-socials a,
  .nav-actions .icon-button {
    width: 36px;
    height: 36px;
  }

  .social-icon svg,
  .floating-socials svg,
  .social-icon img,
  .floating-socials img,
  .icon-button svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 680px), (hover: none) {
  .hyv-cursor,
  .hyv-cursor-dot {
    display: none;
  }

  .hyv-legal-glyph {
    opacity: 0.14;
    transform: scale(0.78);
  }

  .hyv-particle {
    display: none;
  }

  .story-pill:hover,
  .portrait:hover,
  .benefit-stack article:hover,
  .advocate-cards article:hover,
  .process-rail article:hover,
  .faq-item:hover,
  .app-band:hover,
  .request-form:hover {
    transform: translate3d(0, -6px, 0);
  }
}

@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;
  }
}
