:root {
  --black: #111;
  --muted: #666;
  --line: #e9e9e9;
  --soft: #f8f8f8;
  --green: #22c55e;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: #fcfcfc;
  color: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

button,
a {
  font: inherit;
}

button {
  cursor: pointer;
}

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

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

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.95s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 0.95s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal[data-reveal="left"] {
  transform: translateX(-26px);
}

.reveal[data-reveal="right"] {
  transform: translateX(26px);
}

.reveal[data-reveal="zoom"] {
  transform: translateY(22px) scale(0.98);
}

.reveal.is-visible[data-reveal="left"],
.reveal.is-visible[data-reveal="right"],
.reveal.is-visible[data-reveal="zoom"] {
  transform: translateX(0) translateY(0) scale(1);
}

.container {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 24px 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.site-nav.scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
}

.nav-inner,
.footer-inner {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #111;
  line-height: 1;
  text-decoration: none;
}

.Kivrax {
  white-space: nowrap;
}

.x-mark {
  display: inline-block;
  position: relative;
  width: 0.72em;
  height: 0.9em;
  margin-left: 0.02em;
  vertical-align: -0.08em;
}

.x-mark::before,
.x-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.2em;
  height: 1.08em;
  transform-origin: center;
}

.x-mark::before {
  background: #bf5a16;
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.x-mark::after {
  background: rgba(249, 115, 22, 0.48);
  clip-path: polygon(100% 0, 0 18%, 0 100%, 100% 82%);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer .brand {
  color: #111;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 48px;
}

.nav-links a,
.social-links a {
  color: #777;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.social-links a:hover {
  color: #000;
}

.access-button {
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 900;
  transition: background 0.2s ease, transform 0.2s ease;
}

.access-button:hover,
.primary-button:hover,
.solid-button:hover {
  background: #2b2b2b;
}

.access-button:active,
.primary-button:active,
.secondary-button:active,
.outline-button:active,
.solid-button:active {
  transform: scale(0.96);
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 80px;
}

.hero-bg,
.hero-fade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  opacity: 0.1;
}

.hero-fade {
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.15), #fff);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  gap: 64px;
  align-items: center;
}

.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
}

.eyebrow::before {
  left: 0;
  width: calc(100% - 28px);
  background: rgba(0, 0, 0, 0.18);
}

.eyebrow::after {
  right: 0;
  width: 28px;
  background: linear-gradient(90deg, #000 0%, #22c55e 100%);
}

.hero h1 {
  margin: 0 0 32px;
  font-size: clamp(56px, 8vw, 84px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: 0;
}

.hero h1 span {
  background: linear-gradient(90deg, #a8a8a8, #000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy > p {
  max-width: 590px;
  margin: 0 0 40px;
  color: #666;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.primary-button,
.secondary-button,
.solid-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  font-weight: 950;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-button {
  border-radius: 18px;
  background: #000;
  color: #fff;
  padding: 20px 40px;
  font-size: 18px;
}

.primary-button:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  transform: translateY(-4px);
}

.secondary-button {
  border: 2px solid #f0f0f0;
  border-radius: 18px;
  background: #fff;
  color: #000;
  padding: 18px 40px;
  font-size: 18px;
}

.secondary-button:hover {
  border-color: #000;
}

.secondary-button span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f2f2;
  transition: background 0.2s ease, color 0.2s ease;
}

.secondary-button:hover span {
  background: #000;
  color: #fff;
}

.hero-visual {
  position: relative;
  background: transparent;
  margin-top: -54px;
  margin-left: -26px;
  padding-top: 18px;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  z-index: -1;
}

.hero-visual::before {
  top: -36px;
  right: -36px;
  width: 130px;
  height: 130px;
  background: rgba(210, 210, 210, 0.7);
}

.hero-visual::after {
  left: -42px;
  bottom: -42px;
  width: 170px;
  height: 170px;
  background: rgba(235, 235, 235, 0.9);
}

.image-frame {
  position: relative;
  overflow: visible;
  background: transparent;
}

.hero-card {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  height: 620px;
  min-height: 620px;
}

.hero-video {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 18%;
  background: transparent;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%);
  mask-composite: intersect;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%),
    linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.2) 12%, rgba(0, 0, 0, 0.82) 24%, #000 34%, #000 66%, rgba(0, 0, 0, 0.82) 76%, rgba(0, 0, 0, 0.2) 88%, transparent 100%);
  mask-composite: intersect;
  background:
    radial-gradient(ellipse at top center, rgba(255, 255, 255, 0.36) 0, rgba(255, 255, 255, 0.2) 22%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.76)),
    rgba(255, 255, 255, 0.58);
}

.growth-card {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.growth-card p {
  margin: 0 0 4px;
  color: #999;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.growth-card strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}

.bar-chart {
  height: 48px;
  width: 96px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.bar-chart span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: #000;
}

.pillars {
  padding: 128px 0;
  background: #fff;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 80px;
  text-align: center;
}

.section-heading h2 {
  margin: 0 0 24px;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.section-heading p {
  margin: 0;
  color: #777;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

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

.feature-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  border-radius: 32px;
  background: #f9f9f9;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.feature-card.reveal {
  transition:
    opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.35s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.feature-card:hover {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

.card-image {
  position: relative;
  height: 192px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.feature-card:hover .card-image img {
  transform: scale(1.1);
}

.icon-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.icon-badge.dark {
  background: #000;
  color: #fff;
}

.icon-badge.light {
  background: #fff;
  color: #000;
}

.icon-badge.muted {
  background: #e5e5e5;
  color: #000;
}

.card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 32px;
}

.card-body h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 950;
}

.feature-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.feature-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
  white-space: nowrap;
  color: rgba(31, 98, 255, 0.85);
  background: transparent;
  transition: transform 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.feature-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 1px;
  border-radius: 999px;
  background: rgba(31, 98, 255, 0.38);
}

.feature-link:hover {
  transform: translateX(3px);
  color: rgba(31, 98, 255, 1);
}

.feature-link i {
  transition: transform 0.25s ease;
}

.feature-link:hover i {
  transform: translateX(2px);
}

.feature-link svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5px;
  display: inline-block;
}

/* automated periodic pulse: each card has its own cycle length and initial delay */
.cards-grid > article:nth-of-type(1) .feature-link {
  animation-name: feature-link-pulse;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.cards-grid > article:nth-of-type(2) .feature-link {
  animation-name: feature-link-pulse;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

.cards-grid > article:nth-of-type(3) .feature-link {
  animation-name: feature-link-pulse;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 4s;
  animation-fill-mode: both;
  animation-play-state: paused;
}

/* when the card becomes visible, start the animation cycles */
.feature-card.reveal.is-visible .feature-link {
  animation-play-state: running;
}

@keyframes feature-link-pulse {
  0% {
    color: rgba(31, 98, 255, 0.75);
    transform: translateX(0);
  }
  8% {
    color: rgba(31, 98, 255, 1);
    transform: translateX(3px);
  }
  16% {
    color: rgba(31, 98, 255, 0.85);
    transform: translateX(0);
  }
  100% {
    color: rgba(31, 98, 255, 0.85);
    transform: translateX(0);
  }
}

@keyframes feature-link-icon-bounce {
  0% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(8px) scale(1.15);
  }
  100% {
    transform: translateX(4px) scale(1);
  }
}

.card-body p {
  margin: 0 0 24px;
  color: #666;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

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

.card-body li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.card-body li svg {
  color: var(--green);
}

.solid-button,
.outline-button {
  width: 100%;
  margin-top: auto;
  border-radius: 14px;
  padding: 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solid-button {
  background: #000;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.outline-button {
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
}

.outline-button:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.system-section {
  padding: 128px 0;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 80px;
  align-items: center;
}

.system-section h2 {
  margin: 0 0 48px;
  font-size: clamp(44px, 5vw, 56px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0;
}

.system-section h2 span {
  color: #777;
}

.steps {
  display: grid;
  gap: 48px;
}

.steps article {
  display: flex;
  gap: 32px;
}

.steps article > span {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.steps article:hover > span {
  background: #fff;
  color: #000;
  transform: rotate(6deg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 0 32px rgba(255, 255, 255, 0.2);
}

.steps article.reveal.is-visible > span {
  animation: icon-appear-glow 1.2s ease-out;
}

@keyframes icon-appear-glow {
  0% {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: rotate(0deg);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    background: #fff;
    color: #000;
    transform: rotate(6deg);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 0 40px rgba(255, 255, 255, 0.3);
  }
  100% {
    background: rgba(255, 255, 255, 0.1);
    color: #000;
    transform: rotate(0deg);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.steps h3 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 950;
}

.steps p {
  margin: 0;
  color: #aaa;
  font-weight: 600;
  line-height: 1.6;
}

.team-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  box-shadow: 0 0 100px rgba(255, 255, 255, 0.1);
}

.team-card > img {
  width: 100%;
  filter: grayscale(1);
  transition: filter 0.8s ease;
}

.team-card:hover > img {
  filter: grayscale(0);
}

.team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.team-overlay {
  position: absolute;
  z-index: 1;
  left: 40px;
  right: 40px;
  bottom: 40px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.community {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.avatars {
  display: flex;
}

.avatars img {
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 50%;
  object-fit: cover;
}

.avatars img + img {
  margin-left: -12px;
}

.community p {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

blockquote {
  margin: 0;
  color: #d0d0d0;
  font-size: 13px;
  font-style: italic;
}

.site-footer {
  padding: 80px 0;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}

.social-links {
  display: flex;
  gap: 56px;
}

.site-footer p {
  margin: 0;
  color: #999;
  font-size: 12px;
  font-weight: 800;
}

svg {
  flex: 0 0 auto;
  width: 1.1em;
  height: 1.1em;
  stroke-width: 2.4;
}

#tiendas,
#afiliados,
#dropshipping,
#nosotros {
  scroll-margin-top: 110px;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}

@media (max-width: 960px) {
  .site-nav {
    padding: 16px 0;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(12px);
  }

  .nav-inner {
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 20px;
  }

  .hero-grid,
  .system-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .container,
  .nav-inner,
  .footer-inner {
    width: min(100% - 32px, 1280px);
  }

  .site-nav {
    position: fixed;
    padding: 14px 0;
  }

  .nav-inner,
  .footer-inner,
  .nav-links,
  .social-links {
    flex-wrap: wrap;
  }

  .nav-inner {
    justify-content: center;
    gap: 14px;
  }

  .brand {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    gap: 8px;
    padding-left: 62px;
  }

  .nav-links a {
    border: 1px solid #ececec;
    border-radius: 999px;
    background: #fff;
    padding: 6px 8px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .access-button {
    padding: 6px 12px;
    font-size: 9px;
  }

  .hero {
    min-height: auto;
    padding: 172px 0 72px;
  }

  .reveal,
  .reveal[data-reveal="left"],
  .reveal[data-reveal="right"],
  .reveal[data-reveal="zoom"] {
    transform: translateY(18px);
  }

  .reveal.is-visible,
  .reveal.is-visible[data-reveal="left"],
  .reveal.is-visible[data-reveal="right"],
  .reveal.is-visible[data-reveal="zoom"] {
    transform: translateY(0);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(170px, 1.08fr);
    gap: 10px;
    align-items: start;
  }

  .eyebrow {
    max-width: 100%;
    align-items: flex-start;
    border-radius: 18px;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0.08em;
  }

  .eyebrow span {
    margin-top: 4px;
    flex: 0 0 auto;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 0.94;
  }

  .hero-copy > p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-actions,
  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    min-height: 50px;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 13px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-copy {
    padding-right: 4px;
  }

  .hero-visual {
    padding-top: 0;
    margin-top: -28px;
    padding-bottom: 72px;
  }

  .hero-card {
    border-radius: 0;
    height: 360px;
    min-height: 360px;
  }

  .hero-video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-position: center top;
    object-fit: cover;
  }

  .growth-card {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    transform: translateY(38%);
    align-items: flex-end;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
  }

  .growth-card p {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .growth-card strong {
    font-size: 22px;
  }

  .bar-chart {
    width: 54px;
    height: 34px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .system-section h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.08;
  }

  .pillars,
  .system-section {
    padding: 72px 0;
  }

  .system-section {
    overflow: visible;
  }

  .system-grid {
    gap: 44px;
  }

  .cards-grid {
    gap: 24px;
  }

  .feature-card {
    border-radius: 24px;
  }

  .card-image {
    height: 210px;
  }

  .card-body {
    padding: 24px;
  }

  .feature-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
  }

  .feature-link {
    width: auto;
    min-height: auto;
  }

  .solid-button,
  .outline-button {
    min-height: 52px;
    padding: 14px;
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: 0.04em;
  }

  .steps article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
  }

  .steps article > span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .steps h3 {
    font-size: 22px;
    line-height: 1.15;
  }

  .steps p {
    font-size: 15px;
    line-height: 1.65;
  }

  .team-card {
    border-radius: 28px;
    overflow: hidden;
    background: #111;
    box-shadow: none;
  }

  .team-card > img {
    width: 100%;
    min-height: 0;
    height: 260px;
    object-fit: cover;
    filter: none;
  }

  .team-card::after {
    display: none;
  }

  .team-overlay {
    position: relative;
    z-index: 1;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -1px 0 0;
    padding: 22px;
    border-width: 0;
    border-radius: 0;
    background: #111;
    backdrop-filter: none;
  }

  .community {
    align-items: center;
    gap: 14px;
  }

  .avatars {
    flex: 0 0 auto;
  }

  .avatars img {
    width: 34px;
    height: 34px;
  }

  .avatars img + img {
    margin-left: -9px;
  }

  .community p {
    min-width: 0;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.06em;
  }

  blockquote {
    display: block;
    width: 100%;
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
  }

  .footer-inner {
    justify-content: center;
    text-align: center;
  }

  .social-links {
    justify-content: center;
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal,
  .reveal[data-reveal="left"],
  .reveal[data-reveal="right"],
  .reveal[data-reveal="zoom"] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 390px) {
  .container,
  .nav-inner,
  .footer-inner {
    width: min(100% - 24px, 1280px);
  }

  .nav-links {
    gap: 6px;
    padding-left: 36px;
  }

  .nav-links a,
  .access-button {
    font-size: 8px;
    padding: 5px 8px;
  }

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

  .hero {
    padding-top: 184px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(126px, 1fr);
    gap: 8px;
  }

  .hero-copy > p {
    font-size: 13px;
  }

  .hero-video {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-position: center top;
  }

  .hero-card {
    height: 320px;
    min-height: 320px;
  }

  .growth-card {
    left: 6px;
    right: 6px;
    bottom: 0;
    transform: translateY(34%);
    padding: 10px 12px;
    flex-direction: row;
    align-items: flex-end;
  }

  .bar-chart {
    width: 46px;
  }

  .steps article {
    grid-template-columns: 1fr;
  }

  .steps article > span {
    margin-bottom: 2px;
  }

  .team-card > img {
    height: 220px;
  }

  .team-overlay {
    padding: 18px;
  }

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