:root {
  /* Loopino palette: lime + blue + mine-shaft + off-whites */
  --ko-accent-50-rgb: 160, 232, 79;
  --ko-accent-100-rgb: 160, 232, 79;
  --ko-accent-200-rgb: 160, 232, 79;
  --ko-accent-300-rgb: 160, 232, 79;
  --ko-accent-400-rgb: 160, 232, 79;
  --ko-accent-500-rgb: 160, 232, 79;
  --ko-accent-600-rgb: 160, 232, 79;
  --ko-accent-700-rgb: 160, 232, 79;
  --ko-accent-800-rgb: 160, 232, 79;
  --ko-accent-900-rgb: 160, 232, 79;
  --ko-accent-950-rgb: 160, 232, 79;
  --ko-accent-rgb: var(--ko-accent-500-rgb);
  --ko-accent-strong-rgb: var(--ko-accent-600-rgb);
  --ko-accent-deep-rgb: var(--ko-accent-700-rgb);
  --ko-accent-soft-rgb: var(--ko-accent-300-rgb);
  --ko-secondary-rgb: 79, 114, 232;
  --ko-title-rgb: 200, 207, 192;
  --ko-body-rgb: 249, 250, 249;
  --ko-on-accent-rgb: 11, 11, 10;

  --ko-neutral-50-rgb: 249, 250, 249;
  --ko-neutral-100-rgb: 244, 245, 244;
  --ko-neutral-200-rgb: 230, 230, 229;
  --ko-neutral-300-rgb: 212, 213, 210;
  --ko-neutral-400-rgb: 164, 165, 161;
  --ko-neutral-500-rgb: 115, 116, 112;
  --ko-neutral-600-rgb: 83, 84, 81;
  --ko-neutral-700-rgb: 65, 66, 62;
  --ko-neutral-800-rgb: 38, 38, 36;
  --ko-neutral-900-rgb: 26, 27, 24;
  --ko-neutral-950-rgb: 11, 11, 10;
  --ko-white-rgb: var(--ko-title-rgb);
  --ko-black-rgb: var(--ko-neutral-950-rgb);
  --ko-shadow-rgb: 11, 11, 10;

  --ko-stage-rgb: var(--ko-neutral-950-rgb);
  --ko-surface-rgb: var(--ko-neutral-900-rgb);
  --ko-surface-alt-rgb: var(--ko-neutral-950-rgb);
  --ko-surface-raised-rgb: var(--ko-neutral-700-rgb);
  --ko-panel-rgb: var(--ko-neutral-900-rgb);
  --ko-panel-soft-rgb: var(--ko-neutral-800-rgb);
  --ko-overlay-rgb: var(--ko-neutral-950-rgb);
  --ko-border-rgb: var(--ko-neutral-600-rgb);
  --ko-dot-rgb: var(--ko-title-rgb);

  --ko-font-body: "Inter", system-ui, -apple-system, sans-serif;
  --ko-font-display: "Space Grotesk", system-ui, -apple-system, sans-serif;

  --ko-radius-sm: 4px;
  --ko-radius-md: 6px;
  --ko-radius-lg: 6px;
  --ko-radius-xl: 6px;

  --ko-space-2xs: 6px;
  --ko-space-xs: 10px;
  --ko-space-sm: 14px;
  --ko-space-md: 20px;
  --ko-space-lg: 28px;
  --ko-space-xl: 40px;
  --ko-space-2xl: 64px;
  --ko-space-3xl: 96px;

  --ko-shadow-soft: 0 20px 40px rgba(var(--ko-shadow-rgb), 0.4);
  --ko-shadow-strong: 0 28px 60px rgba(var(--ko-shadow-rgb), 0.5);
  --ko-glow-primary: 0 0 36px rgba(var(--ko-accent-rgb), 0.22);
  --ko-glow-secondary: 0 0 30px rgba(var(--ko-secondary-rgb), 0.18);
  --ko-glass-fill: rgba(var(--ko-panel-rgb), 0.88);
  --ko-glass-fill-soft: rgba(var(--ko-panel-rgb), 0.76);
  --ko-glass-border: rgba(var(--ko-border-rgb), 0.2);
  --ko-glass-border-strong: rgba(var(--ko-border-rgb), 0.28);
  --ko-accent-wash-soft: rgba(var(--ko-accent-rgb), 0.12);
  --ko-accent-wash: rgba(var(--ko-accent-rgb), 0.2);
  --ko-accent-wash-strong: rgba(var(--ko-accent-rgb), 0.34);
  --ko-scrim-heavy: rgba(var(--ko-overlay-rgb), 0.84);
  --ko-scrim-medium: rgba(var(--ko-overlay-rgb), 0.7);
  --ko-scrim-light: rgba(var(--ko-overlay-rgb), 0.52);

  --loopino-primary-50: rgba(var(--ko-accent-50-rgb), 1);
  --loopino-primary-100: rgba(var(--ko-accent-100-rgb), 1);
  --loopino-primary-200: rgba(var(--ko-accent-200-rgb), 1);
  --loopino-primary-300: rgba(var(--ko-accent-300-rgb), 1);
  --loopino-primary-400: rgba(var(--ko-accent-400-rgb), 1);
  --loopino-primary-500: rgba(var(--ko-accent-500-rgb), 1);
  --loopino-primary-600: rgba(var(--ko-accent-600-rgb), 1);
  --loopino-primary-700: rgba(var(--ko-accent-700-rgb), 1);
  --loopino-primary-800: rgba(var(--ko-accent-800-rgb), 1);
  --loopino-primary-900: rgba(var(--ko-accent-900-rgb), 1);
  --loopino-primary-950: rgba(var(--ko-accent-950-rgb), 1);
  --loopino-primary: rgba(var(--ko-accent-rgb), 1);
  --loopino-secondary-500: rgba(var(--ko-secondary-rgb), 1);
  --loopino-secondary-600: rgba(var(--ko-secondary-rgb), 1);

  --loopino-neutral-50: rgba(var(--ko-neutral-50-rgb), 1);
  --loopino-neutral-100: rgba(var(--ko-neutral-100-rgb), 1);
  --loopino-neutral-200: rgba(var(--ko-neutral-200-rgb), 1);
  --loopino-neutral-300: rgba(var(--ko-neutral-300-rgb), 1);
  --loopino-neutral-400: rgba(var(--ko-neutral-400-rgb), 1);
  --loopino-neutral-500: rgba(var(--ko-neutral-500-rgb), 1);
  --loopino-neutral-600: rgba(var(--ko-neutral-600-rgb), 1);
  --loopino-neutral-700: rgba(var(--ko-neutral-700-rgb), 1);
  --loopino-neutral-800: rgba(var(--ko-neutral-800-rgb), 1);
  --loopino-neutral-900: rgba(var(--ko-neutral-900-rgb), 1);
  --loopino-neutral-950: rgba(var(--ko-neutral-950-rgb), 1);
  --loopino-white: rgba(var(--ko-white-rgb), 1);
  --loopino-black: rgba(var(--ko-black-rgb), 1);

  --loopino-surface: rgba(var(--ko-stage-rgb), 1);
  --loopino-surface-alt: rgba(var(--ko-surface-rgb), 1);
  --loopino-surface-raise: rgba(var(--ko-surface-raised-rgb), 0.92);
  --loopino-text-strong: rgba(var(--ko-title-rgb), 1);
  --loopino-text-default: rgba(var(--ko-body-rgb), 1);
  --loopino-text-muted: rgba(var(--ko-neutral-300-rgb), 0.82);
  --loopino-text-soft: rgba(var(--ko-neutral-400-rgb), 0.72);
  --loopino-border-soft: rgba(var(--ko-border-rgb), 0.2);
  --loopino-border-strong: rgba(var(--ko-border-rgb), 0.3);
  --loopino-blur-medium: blur(18px);
  --loopino-card-nav-open: 420px;
  --loopino-font-family: var(--ko-font-body);
  --loopino-radius-md: var(--radius-md);
  --loopino-space-2xs: var(--space-2xs);
  --loopino-space-xs: var(--space-xs);
  --loopino-space-sm: var(--space-sm);
  --loopino-space-md: var(--space-md);

  --radius-sm: var(--ko-radius-sm);
  --radius-md: var(--ko-radius-md);
  --radius-lg: var(--ko-radius-lg);
  --radius-xl: var(--ko-radius-xl);

  --shadow-soft: var(--ko-shadow-soft);
  --shadow-strong: var(--ko-shadow-strong);
  --glow-primary: var(--ko-glow-primary);
  --glow-secondary: var(--ko-glow-secondary);

  --space-2xs: var(--ko-space-2xs);
  --space-xs: var(--ko-space-xs);
  --space-sm: var(--ko-space-sm);
  --space-md: var(--ko-space-md);
  --space-lg: var(--ko-space-lg);
  --space-xl: var(--ko-space-xl);
  --space-2xl: var(--ko-space-2xl);
  --space-3xl: var(--ko-space-3xl);

  --container-width: 1440px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--ko-font-body);
  background: var(--loopino-surface);
  color: var(--loopino-text-default);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

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

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

button {
  font-family: inherit;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: var(--loopino-surface);
}

.bg-dots {
  display: none;
}

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

main {
  position: relative;
  z-index: 1;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(var(--ko-overlay-rgb), 0.78);
  border-bottom: 1px solid var(--loopino-border-soft);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: 18px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-title {
  font-family: var(--ko-font-display);
  font-weight: 700;
  font-size: 1.05rem;
}

.brand-subtitle {
  display: block;
  font-size: 0.75rem;
  color: var(--loopino-text-soft);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: var(--space-md);
  font-size: 0.9rem;
  color: var(--loopino-text-muted);
}

.nav-links a {
  padding: 6px 10px;
  border-radius: 999px;
}

.nav-links a:hover {
  background: var(--ko-accent-wash-soft);
  color: var(--loopino-text-strong);
}

.card-nav-container {
  position: fixed;
  top: 2em;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  z-index: 99;
  box-sizing: border-box;
  font-family: var(--loopino-font-family, var(--ko-font-body));
}

.card-nav {
  width: 100%;
  display: block;
  height: 60px;
  transition: height 0.35s ease;
  padding: 0;
  background-color: rgba(var(--ko-glass-fill-soft), 0.01);
  border: 0.5px solid var(--ko-glass-border);
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 44px rgba(var(--ko-shadow-rgb), 0.64);
  position: relative;
  overflow: hidden;
  backdrop-filter: var(--loopino-blur-medium);
  will-change: height;
}

.card-nav.open {
  height: var(--loopino-card-nav-open);
}

.card-nav-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.1rem 0.55rem 1.1rem;
  z-index: 2;
}

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

.card-nav-actions > * {
  flex-shrink: 0;
}

.hamburger-menu {
  border: none;
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 6px;
  color: rgba(var(--ko-white-rgb), 0.9);
}

.hamburger-menu:hover .hamburger-line {
  opacity: 0.75;
}

.hamburger-line {
  width: 30px;
  height: 2px;
  background-color: currentColor;
  transition:
    transform 0.25s ease,
    opacity 0.2s ease,
    margin 0.3s ease;
  transform-origin: 50% 50%;
}

.hamburger-menu.open .hamburger-line:first-child {
  transform: translateY(4px) rotate(45deg);
}

.hamburger-menu.open .hamburger-line:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.logo-container {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo {
  height: 20px;
}

.logo-text {
  font-family: var(--ko-font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--loopino-text-strong);
  letter-spacing: 0.02em;
}

.btn.nav-cta {
  height: 36px;
  padding: 0 16px;
  font-size: 0.85rem;
  border-radius: var(--loopino-radius-md);
  box-shadow: none;
}

.card-nav-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  padding: 0.5rem;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-nav.open .card-nav-content {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.nav-card {
  height: 100%;
  flex: 1 1 0;
  min-width: 0;
  border-radius: var(--radius-md);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  gap: 8px;
  user-select: none;
  transform: translateY(40px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.card-nav.open .nav-card {
  transform: translateY(0);
  opacity: 1;
}

.nav-card-label {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.nav-card-links {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-card-link {
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: inherit;
}

.nav-card-link:hover {
  opacity: 0.75;
}

.nav-card-link-label {
  flex: 1;
}

.nav-card-link-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nav-card-theme-1 {
  border: 1px solid rgba(var(--ko-border-rgb), 0.2);
  border-radius: var(--loopino-radius-md);
  background: rgba(0, 0, 0, 0.5);
  color: var(--loopino-text-strong);
}

.nav-card-theme-2 {
  border: 1px solid rgba(var(--ko-border-rgb), 0.2);
  border-radius: var(--loopino-radius-md);
  background: rgba(0, 0, 0, 0.4);
  color: var(--loopino-text-strong);
}

.nav-card-theme-3 {
  border: 1px solid rgba(var(--ko-border-rgb), 0.2);
  border-radius: var(--loopino-radius-md);
  background: rgba(0, 0, 0, 0.3);
  color: var(--loopino-text-strong);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--loopino-radius-md);
  border: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn.primary {
  background: rgba(var(--ko-accent-rgb), 1);
  color: rgba(var(--ko-on-accent-rgb), 1);
  box-shadow: 0 18px 36px rgba(var(--ko-accent-rgb), 0.16);
}

.btn.secondary {
  background: rgba(var(--ko-neutral-950-rgb), 0.3);
  backdrop-filter: var(--loopino-blur-medium);
  color: var(--loopino-primary);
  border: 1px solid rgba(var(--ko-border-rgb), 0.15);
  box-shadow: inset 0 0 0 1px rgba(var(--ko-border-rgb), 0.08);
}

.btn.ghost {
  background: transparent;
  border: 1px solid var(--loopino-border-soft);
}

.btn.secondary:hover {
  background: rgba(var(--ko-accent-rgb), 0.08);
}

.btn.ghost:hover {
  background: rgba(var(--ko-white-rgb), 0.06);
}

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

.hero {
  position: relative;
  padding: var(--space-3xl) 0 var(--space-2xl);
  overflow: hidden;
  isolation: isolate;
}

.hero-campaign {
  --hero-parallax-distance: 1500px;
  min-height: calc(var(--hero-parallax-distance) + 100vh);
  min-height: calc(var(--hero-parallax-distance) + 100svh);
  padding: 0;
  overflow: visible;
  background: rgba(var(--ko-black-rgb), 1);
  color: var(--loopino-text-strong);
}

.hero-campaign-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-campaign-background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(var(--ko-neutral-950-rgb), 0.2) 0%,
      rgba(var(--ko-neutral-950-rgb), 0.1) 24%,
      rgba(var(--ko-neutral-950-rgb), 0.3) 58%,
      rgba(var(--ko-neutral-950-rgb), 0.5) 100%
    ),
    radial-gradient(
      circle at center,
      rgba(var(--ko-neutral-950-rgb), 0.08) 0%,
      rgba(var(--ko-neutral-950-rgb), 0.3) 100%
    );
}

.hero-campaign-center-image {
  --hero-center-video-start-scale: 0.5;
  --hero-center-video-scale: var(--hero-center-video-start-scale);
  position: sticky;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  opacity: 1;
  will-change: opacity;
}

.hero-campaign-center-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(var(--hero-center-video-scale));
  transform-origin: center;
  will-change: transform;
}

.hero-campaign-shell {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(18px, 3vh, 30px);
  padding-top: clamp(124px, 18vh, 182px);
  padding-bottom: clamp(30px, 6vh, 56px);
}

.hero-campaign-top {
  display: grid;
  gap: 16px;
  width: min(100%, 1024px);
}

.hero-campaign-eyebrow {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  margin-bottom: var(--space-sm);
}

.hero-campaign-marquee {
  position: relative;
  overflow: hidden;
}

.hero-campaign-marquee-track {
  --hero-marquee-gap: 32px;
  display: flex;
  align-items: center;
  width: max-content;
  gap: var(--hero-marquee-gap);
  padding: 12px 0;
  animation: hero-campaign-marquee 30s linear infinite;
  will-change: transform;
}

.hero-campaign-marquee-group {
  display: flex;
  align-items: center;
  gap: var(--hero-marquee-gap);
}

.hero-campaign-marquee:hover .hero-campaign-marquee-track {
  animation-play-state: paused;
}

.hero-campaign-stat {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-family: var(--ko-font-display);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.hero-campaign-stat strong {
  font-size: 0.94rem;
  color: rgba(var(--ko-accent-200-rgb), 1);
}

.hero-campaign-stat i {
  font-style: normal;
  font-size: 1rem;
}

.hero-campaign-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(24px, 4vw, 72px);
}

.hero-campaign-copy {
  width: 100%
}

.hero-campaign-kicker {
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
}

.hero-campaign-title {
  font-family: var(--ko-font-display);
  font-size: clamp(3.9rem, 7vw, 6.9rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-wrap: balance;
  color: #fff;
  text-shadow: 0 0 12px rgba(var(--ko-neutral-950-rgb), 0.3);
}

.hero-campaign-title span {
  color: rgba(var(--ko-accent-200-rgb), 1);
}

.hero-campaign-title .hero-campaign-title-tail {
  color: #fff;
}

.hero-campaign-mobile-line {
  display: inline;
}

.hero-campaign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-campaign-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 22px;
  font-size: 1rem;
  font-weight: 600;
}

.hero-campaign-button-secondary {
  color: #fff;
  border-color: rgba(var(--ko-white-rgb), 0.22);
  box-shadow: inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.06);
}

.hero-campaign-button-secondary:hover {
  background: rgba(var(--ko-white-rgb), 0.06);
}

.hero-campaign-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-campaign-button-icon svg {
  width: 100%;
  height: 100%;
}

.floating-hero-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  display: none;
  justify-content: center;
  padding: 0 24px calc(env(safe-area-inset-bottom, 0px) + 24px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, calc(100% + 24px), 0);
  transition:
    opacity 0.26s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.26s step-end;
}

.floating-hero-cta.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.26s ease,
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s step-start;
}

.floating-hero-cta-shell {
  width: min(100%, 620px);
  padding: 10px;
  border: 1px solid rgba(var(--ko-white-rgb), 0.1);
  border-radius: calc(var(--loopino-radius-md) + 10px);
  background: rgba(var(--ko-neutral-950-rgb), 0.72);
  backdrop-filter: blur(18px);
  box-shadow:
    0 18px 44px rgba(var(--ko-shadow-rgb), 0.34),
    inset 0 1px 0 rgba(var(--ko-white-rgb), 0.06);
  pointer-events: auto;
}

.floating-hero-cta-link {
  width: 100%;
  justify-content: space-between;
  white-space: nowrap;
}

.hero-campaign-side {
  justify-self: end;
  width: min(100%, 480px);
  padding-bottom: 10px;
}

.hero-campaign-side p {
  font-size: clamp(1.05rem, 2vw, 1.44rem);
  line-height: 1.5;
  font-style: italic;
  color: rgba(var(--ko-accent-200-rgb), 0.96);
  text-align: right;
}

@keyframes hero-campaign-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 16px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-campaign-marquee-track {
    animation: none;
  }

  .hero-campaign-marquee:hover .hero-campaign-marquee-track {
    animation-play-state: running;
  }
}

@media (max-width: 900px) {
  .hero-campaign-shell {
    gap: 22px;
  }

  .hero-campaign-bottom {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .hero-campaign-copy,
  .hero-campaign-side {
    width: 100%;
  }

  .hero-campaign-side {
    justify-self: start;
    padding-bottom: 0;
  }

  .hero-campaign-side p {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .hero-campaign {
    --hero-parallax-distance: 1200px;
  }

  .hero-campaign-shell {
    min-height: 100svh;
    justify-content: space-around;
    gap: 16px;
    padding-top: calc(env(safe-area-inset-top, 0px) + 88px);
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 22px);
  }

  .hero-campaign-marquee-track,
  .hero-campaign-marquee-group {
    gap: 16px;
  }

  .hero-campaign-marquee-track {
    padding: 8px 0;
  }

  .hero-campaign-stat {
    gap: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .hero-campaign-copy {
    width: 100%;
  }

  .hero-campaign-title {
    font-size: 4rem;
    line-height: 1.04;
  }

  .hero-campaign-mobile-line {
    display: block;
  }

  .hero-campaign-kicker {
    margin-bottom: 8px;
  }

  .hero-campaign-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
  }

  .hero-campaign-button {
    min-height: 48px;
    width: 100%;
    justify-content: space-between;
    padding: 12px 18px;
    font-size: 0.95rem;
  }

  .hero-campaign-side p {
    max-width: 31ch;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .hero-campaign-side {
    width: min(100%, 20rem);
  }

  .floating-hero-cta {
    display: flex;
    padding-inline: 12px;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
  }

  .floating-hero-cta-shell {
    width: 100%;
    padding: 8px;
    border-radius: calc(var(--loopino-radius-md) + 6px);
  }

  .floating-hero-cta-link {
    min-height: 52px;
    padding-inline: 18px;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-hero-cta {
    transition: opacity 0.01s linear, visibility 0.01s linear;
    transform: translate3d(0, 0, 0);
  }
}

.hero-home-demo {
  --agency-hero-progress: 0;
  --agency-hero-scale: 1;
  --agency-hero-opacity: 1;
  --agency-hero-shift-y: 0px;
  width: 100vw;
  min-height: 200vh;
  min-height: 200svh;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: transparent;
  overflow: clip;
}

.hero-home-sticky {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-home-stage {
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--loopino-primary);
  border: 2px solid var(--loopino-primary);
  border-radius: var(--loopino-radius-md);
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(var(--ko-shadow-rgb), 0.3);
  transform-origin: center center;
  transform: translate3d(0, var(--agency-hero-shift-y), 0) scale(var(--agency-hero-scale));
  opacity: var(--agency-hero-opacity);
  will-change: transform, opacity;
  transition: box-shadow 0.3s ease;
}

.hero-home-grid {
  --hero-grid-row-default: 4fr 4fr;
  --hero-grid-col-default: 4fr 4fr 4fr;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: var(--hero-grid-rows, var(--hero-grid-row-default));
  grid-template-columns: var(--hero-grid-cols, var(--hero-grid-col-default));
  gap: 2px;
  transition: grid-template-rows 0.4s ease, grid-template-columns 0.4s ease;
}

.hero-home-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #18181b;
  isolation: isolate;
  transition: transform 0.4s ease;
}

.hero-home-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

.hero-home-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  isolation: isolate;
  pointer-events: none;
}

.hero-home-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    180deg,
    rgba(var(--ko-neutral-950-rgb), 0) 40%,
    rgba(var(--ko-neutral-950-rgb), 0.32) 50%,
    rgba(var(--ko-neutral-950-rgb), 0.92) 100%
  );
  opacity: 0;
  transition: opacity 0.34s ease;
  pointer-events: none;
}

.hero-home-media {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.hero-home-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #18181b;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.hero-home-overlay {
  appearance: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(var(--ko-neutral-500-rgb), 0.2);
  padding: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(var(--ko-neutral-600-rgb), 0.16);
  color: var(--loopino-text-strong);
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.hero-home-cover {
  position: absolute;
  inset: 0;
  background: var(--loopino-surface);
  opacity: 1;
  transition: opacity 0.35s ease, background-color 0.35s ease;
}

.hero-home-overlay:focus-visible {
  outline: 2px solid rgba(var(--ko-accent-rgb), 0.8);
  outline-offset: -2px;
}

.hero-home-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: none;
  padding: 0 0.16em;
  overflow: visible;
  color: #ffffff;
  font-family: var(--ko-font-display);
  font-size: clamp(2rem, 5vw, 4.75rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.82;
  white-space: nowrap;
  pointer-events: none;
  mix-blend-mode: difference;
  will-change: transform;
  transform: translate(-50%, -50%);
}

.hero-home-title-char {
  display: inline-block;
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transition:
    opacity 0.22s ease,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.42s ease;
  transition-delay: 0s;
}

.hero-home-title-char.is-space {
  width: 0.22em;
}

.hero-home-detail {
  --hero-title-stagger: 36ms;
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: clamp(18px, 2.2vw, 26px);
  opacity: 0;
  visibility: hidden;
  filter: blur(14px);
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 0.34s ease,
    transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.42s ease,
    visibility 0s linear 0.42s;
  transition-delay: 0s;
}

.hero-home-detail-copy {
  position: relative;
  display: grid;
  gap: 10px;
}

.hero-home-detail-title {
  margin: 0;
  color: rgba(var(--ko-neutral-50-rgb), 1);
  font-family: var(--ko-font-display);
  font-size: clamp(1.1rem, 1.35vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-transform: none;
  text-shadow: 0 8px 24px rgba(var(--ko-shadow-rgb), 0.28);
}

.hero-home-description {
  margin: 0;
  max-width: none;
  color: rgba(var(--ko-neutral-50-rgb), 0.94);
  font-size: clamp(0.92rem, 1vw, 1.01rem);
  line-height: 1.58;
  text-wrap: pretty;
  text-shadow: 0 10px 26px rgba(var(--ko-shadow-rgb), 0.24);
}

.hero-home-cta {
  min-height: 46px;
  width: 100%;
  padding: 11px 18px;
  pointer-events: auto;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  justify-content: space-between;
  box-shadow:
    0 16px 36px rgba(var(--ko-accent-rgb), 0.2),
    inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.08);
}

.hero-home-tile.is-active .hero-home-title-char {
  opacity: 0;
  filter: blur(16px);
  transform: translate3d(0, -18px, 0) scale(0.8) rotate(-8deg);
  transition-delay: calc(var(--hero-char-index, 0) * 36ms);
}

.hero-home-tile.is-active .hero-home-copy::before {
  opacity: 1;
}

.hero-home-tile.is-active .hero-home-detail {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition-delay:
    calc((var(--hero-title-char-count, 1) - 1) * 36ms + 180ms),
    calc((var(--hero-title-char-count, 1) - 1) * 36ms + 180ms),
    calc((var(--hero-title-char-count, 1) - 1) * 36ms + 180ms),
    0s;
}

.hero-home-tile.is-active .hero-home-video {
  opacity: 1;
  transform: scale(1);
}

.hero-home-tile.is-active .hero-home-media {
  transform: scale(1.02);
}

.hero-home-tile.is-active .hero-home-overlay,
.hero-home-overlay:focus-visible,
.hero-home-tile:focus-within .hero-home-overlay {
  border-color: rgba(var(--ko-accent-rgb), 0.45);
  box-shadow:
    inset 0 0 0 1px rgba(var(--ko-accent-rgb), 0.22),
    0 0 36px rgba(var(--ko-accent-rgb), 0.12);
}

.hero-home-tile.is-active .hero-home-cover {
  opacity: 0;
}

.agency-home-summary {
  padding-top: clamp(40px, 7vw, 88px);
}

.agency-home-intro {
  max-width: 760px;
  color: var(--loopino-text-muted);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.agency-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
}

.agency-home-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  min-height: 100%;
}

.agency-home-card p {
  color: var(--loopino-text-muted);
}

.agency-home-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.agency-home-link {
  min-height: 44px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-home-stage,
  .hero-home-grid,
  .hero-home-tile,
  .hero-home-frame,
  .hero-home-copy,
  .hero-home-media,
  .hero-home-video,
  .hero-home-overlay,
  .hero-home-cover,
  .hero-home-title-char,
  .hero-home-detail {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .agency-home-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .hero-home-demo {
    min-height: 180vh;
    min-height: 180svh;
  }

  .hero-home-grid {
    --hero-grid-row-default: 4fr 4fr 4fr;
    --hero-grid-col-default: 4fr 4fr;
  }

  .hero-home-title {
    max-width: 86%;
    font-size: clamp(1.08rem, 5.9vw, 2.35rem);
  }

  .hero-home-detail {
    gap: 12px;
    padding: 16px;
  }

  .hero-home-detail-copy {
    gap: 8px;
  }

  .hero-home-detail-title {
    font-size: 1rem;
  }

  .hero-home-description {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .hero-home-cta {
    min-height: 40px;
    padding: 10px 14px;
    font-size: 0.8rem;
  }
}

@media (max-width: 560px) {
  .hero-home-title {
    font-size: clamp(0.92rem, 5.2vw, 1.58rem);
  }

  .hero-home-detail {
    gap: 10px;
    padding: 12px;
  }

  .hero-home-detail-copy {
    gap: 6px;
  }

  .hero-home-detail-title {
    font-size: 0.92rem;
  }

  .hero-home-description {
    max-width: none;
    font-size: 0.8rem;
  }

  .hero-home-cta {
    width: 100%;
    justify-content: space-between;
    font-size: 0.78rem;
  }
}

#flow.section-scroll-reveal {
  margin-top: 140px;
  margin-bottom: 160px;
}

.scroll-morph-hero-section {
  position: relative;
  height: 320vh;
  padding: 0;
  background: transparent;
}

.scroll-morph-hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
}

.scroll-morph-hero-scene {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--loopino-text-strong);
}

.scroll-morph-hero-scene::before {
  content: none;
}

.scroll-morph-hero-scene::after {
  content: none;
}

.scroll-morph-hero-intro,
.scroll-morph-hero-active {
  position: absolute;
  left: 50%;
  z-index: 10;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 0.45s ease, transform 0.45s ease, filter 0.45s ease;
}

.scroll-morph-hero-intro {
  top: 50%;
  width: min(100% - 32px, 760px);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.scroll-morph-hero-intro h1 {
  margin-bottom: 0;
  color: rgba(var(--ko-white-rgb), 0.98);
  font-family: var(--ko-font-body);
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 54px rgba(var(--ko-black-rgb), 0.38);
}

.scroll-morph-hero-intro p {
  margin-top: 16px;
  color: var(--loopino-primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.scroll-morph-hero-active {
  top: 40%;
  width: min(100% - 32px, 760px);
  opacity: 0;
  transform: translate(-50%, 20px);
  pointer-events: none;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
}

.scroll-morph-hero-active .eyebrow {
  color: rgba(var(--ko-accent-300-rgb), 0.92);
}

.scroll-morph-hero-active h2 {
  margin-bottom: 12px;
  color: rgba(var(--ko-white-rgb), 0.98);
  font-size: clamp(2rem, 4.2vw, 4rem);
  letter-spacing: -0.05em;
}

.scroll-morph-hero-active p {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
  color: rgba(var(--ko-neutral-100-rgb), 0.82);
  font-size: clamp(0.95rem, 1.3vw, 1.08rem);
}

.scroll-morph-hero-active p + p {
  margin-top: 10px;
}

.scroll-morph-hero-actions {
  justify-content: center;
  margin-top: var(--space-md);
  margin-bottom: 0;
  pointer-events: auto;
}

.scroll-morph-hero-cards {
  position: absolute;
  inset: 0;
  perspective: 1000px;
}

.scroll-morph-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 85px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  pointer-events: auto;
  will-change: transform, opacity;
}

.scroll-morph-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-morph-card:hover .scroll-morph-card-inner {
  transform: rotateY(180deg);
}

.scroll-morph-card-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(var(--ko-white-rgb), 0.12);
  box-shadow: 0 18px 40px rgba(var(--ko-black-rgb), 0.34);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.scroll-morph-card-face--front {
  background: rgba(var(--ko-neutral-900-rgb), 0.9);
}

.scroll-morph-card-face--front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.84) saturate(0.9) contrast(1.04);
}

.scroll-morph-card-face--back {
  flex-direction: column;
  gap: 2px;
  background: rgba(var(--ko-neutral-950-rgb), 0.98);
  color: var(--loopino-text-strong);
  transform: rotateY(180deg);
}

.scroll-morph-card-face--back span {
  color: rgba(var(--ko-accent-rgb), 1);
  font-size: 0.38rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.scroll-morph-card-face--back strong {
  max-width: 8ch;
  text-align: center;
  font-size: 0.62rem;
  line-height: 1.15;
  font-weight: 600;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  color: var(--loopino-text-soft);
  margin-bottom: var(--space-sm);
}

h1 {
  font-family: var(--ko-font-display);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
  margin-bottom: var(--space-md);
  color: var(--loopino-text-strong);
}

h2 {
  font-family: var(--ko-font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: var(--space-sm);
  color: var(--loopino-text-strong);
}

.section-head h2 {
  line-height: 1;
}

h3 {
  font-family: var(--ko-font-display);
  font-size: 1.3rem;
  margin-bottom: var(--space-xs);
  color: var(--loopino-text-strong);
}

.hero-actions {
  display: flex;
  gap: var(--space-sm);
  margin-bottom: var(--space-xl);
}

.glass-card,
.glass-panel {
  background: rgba(var(--ko-panel-rgb), 0.78);
  border: 1px solid rgba(var(--ko-border-rgb), 0.15);
  border-radius: var(--radius-lg);
  padding: var(--space-md);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.vector-shot {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 4px);
}

.vector-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}


.card-header,
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-sm);
  gap: var(--space-sm);
}

.chip {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  background: rgba(var(--ko-white-rgb), 0.08);
  padding: 6px 10px;
  border-radius: 999px;
}

.status {
  font-size: 0.75rem;
  color: var(--loopino-text-soft);
}

.mindmap svg {
  width: 100%;
  height: auto;
}

.map-line {
  stroke: rgba(var(--ko-white-rgb), 0.24);
  stroke-width: 2;
  stroke-dasharray: 6 6;
  fill: none;
  animation: dash 8s linear infinite;
}

.map-node {
  fill: rgba(var(--ko-white-rgb), 0.16);
  stroke: rgba(var(--ko-white-rgb), 0.4);
  stroke-width: 1.5;
}

.mindmap-tags {
  display: flex;
  gap: var(--space-xs);
  margin-top: var(--space-sm);
}

.tag {
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(var(--ko-white-rgb), 0.9);
  color: rgba(var(--ko-black-rgb), 0.8);;
}

.timeline {
  display: grid;
  gap: var(--space-xs);
}

.timeline-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  font-size: 0.85rem;
}

.timeline-bar {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--ko-accent-rgb), 0.38);
}


.section {
  padding: var(--space-3xl) 0;
}

@supports (content-visibility: auto) {
  #gallery,
  #flow,
  #portfolio-showcase,
  #team-slider,
  #strategizer-carousel,
  #battery,
  #social-proof,
  #plans,
  #cta {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }

  #cta {
    contain-intrinsic-size: 1000px;
  }

  #portfolio-showcase {
    contain-intrinsic-size: 1200px;
  }
}

.section-dark {
  background: transparent;
}

.section-head {
  max-width: 720px;
  margin-bottom: var(--space-2xl);
}

.section-head p:last-child {
  color: var(--loopino-text-strong);
}

#flow .section-head,
#strategizer-carousel .section-head,
#social-proof .section-head,
#team-slider .section-head,
#plans .section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-gallery {
  padding: var(--space-lg) 0;
}

.section-gallery .section-head {
  margin: 0;
}

.gallery-marquee {
  position: relative;
  width: calc(100vw - 80px);
  margin: 40px auto;
  overflow: hidden;
  min-height: 100vh;
  isolation: isolate;
  border-radius: var(--radius-xl);
}

.gallery-marquee::before {
  content: none;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: left;
  color: var(--loopino-text-strong);
  pointer-events: none;
  padding: var(--space-2xl) 0 0;
}

.gallery-overlay .section-head {
  max-width: none;
}

.gallery-overlay .gallery-copy {
  max-width: 720px;
}

.gallery-overlay .section-head h2 {
  text-shadow: 0 12px 30px rgba(var(--ko-neutral-900-rgb), 0.12);
}

.gallery-copy {
  max-width: 720px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  pointer-events: auto;
}

.gallery-copy .eyebrow {
  color: var(--loopino-text-soft);
}

.gallery-copy h2 {
  color: var(--loopino-text-strong);
}

.gallery-copy p {
  color: var(--loopino-text-default);
}

.gallery-copy p + p {
  margin-top: var(--space-sm);
}

.section-gallery .btn.secondary {
  background: rgba(var(--ko-accent-rgb), 0.18);
  color: var(--loopino-white);
  border-color: var(--loopino-primary);
}

.gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
  pointer-events: auto;
}

.gallery-marquee-stage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 900px;
  padding: 0;
  position: relative;
  z-index: 0;
}

.gallery-marquee-grid {
  width: 110%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: var(--space-2xs);
  transform: translateY(-10%) rotateX(25deg) rotateZ(25deg) scale(1.1);
  transform-origin: center;
  transform-style: preserve-3d;
}

.gallery-column {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding-left: 6px;
  overflow: hidden;
  height: 100%;
}

.gallery-track {
  display: flex;
  flex-direction: column;
  gap: 0;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.gallery-track-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.gallery-column--speed-1 .gallery-track {
  animation: gallery-scroll 72s linear infinite;
}

.gallery-column--speed-2 .gallery-track {
  animation: gallery-scroll 96s linear infinite;
}

.gallery-column--speed-3 .gallery-track {
  animation: gallery-scroll 64s linear infinite;
}

.gallery-column--speed-4 .gallery-track {
  animation: gallery-scroll 112s linear infinite;
}

.gallery-column--speed-5 .gallery-track {
  animation: gallery-scroll 88s linear infinite;
}

.gallery-column--speed-6 .gallery-track {
  animation: gallery-scroll 104s linear infinite;
}

.gallery-column--speed-7 .gallery-track {
  animation: gallery-scroll 76s linear infinite;
}

.gallery-item {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  contain: paint;
}

.gallery-image {
  width: 100%;
  height: auto;
  border-radius: inherit;
  display: block;
  min-height: clamp(140px, 18vh, 260px);
  background: rgba(var(--ko-neutral-900-rgb), 0.9);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 48px rgba(var(--ko-neutral-900-rgb), 0.2);
}

@keyframes gallery-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.section-scroll-reveal {
  position: relative;
  padding: var(--space-3xl) 0;
  margin-top: 140px;
  margin-bottom: 140px;
}

.section-scroll-reveal .container {
  position: relative;
  z-index: 1;
}

.scroll-reveal-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-lg);
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.scroll-reveal {
  --scroll-reveal-base-opacity: 0.1;
  --scroll-reveal-blur: 4px;
  --scroll-reveal-duration: 0.8s;
  --scroll-reveal-rotation: 0deg;
  width: 100%;
  transform: rotate(var(--scroll-reveal-rotation));
  transform-origin: center center;
}

.scroll-reveal-text {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
}

.scroll-reveal-word {
  --word-progress: 0;
  display: inline-block;
  position: relative;
  z-index: 0;
  opacity: var(--scroll-reveal-base-opacity);
  filter: blur(var(--scroll-reveal-blur));
  transform: translate3d(0, 20px, 0);
  will-change: opacity, transform, filter;
}

.scroll-reveal-word--highlight::before {
  content: "";
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  bottom: 0.04em;
  height: 0.6em;
  border-radius: 0.16em;
  background: rgba(var(--ko-accent-rgb), 0.42);
  box-shadow: 0 0 0.45em rgba(var(--ko-accent-rgb), 0.2);
  transform-origin: left center;
  transform: skewX(-8deg) scaleX(var(--word-progress));
  opacity: calc(0.18 + var(--word-progress) * 0.82);
  pointer-events: none;
  z-index: -1;
}

.scroll-reveal.is-visible .scroll-reveal-word {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.scroll-reveal--no-blur .scroll-reveal-word {
  filter: none;
}

.scroll-reveal-size-xs { font-size: clamp(0.82rem, 1.1vw, 1rem); }
.scroll-reveal-size-sm { font-size: clamp(1.1rem, 1.6vw, 1.45rem); }
.scroll-reveal-size-md { font-size: clamp(1.3rem, 2vw, 2.1rem); }
.scroll-reveal-size-lg { font-size: clamp(1.7rem, 2.6vw, 2.8rem); }
.scroll-reveal-size-xl { font-size: clamp(2rem, 3.2vw, 3.4rem); }
.scroll-reveal-size-2xl { font-size: clamp(2.4rem, 4vw, 4rem); }

.scroll-reveal-align-left { text-align: left; }
.scroll-reveal-align-center { text-align: center; }
.scroll-reveal-align-right { text-align: right; }

.scroll-reveal-variant-default { color: var(--loopino-text-strong); }
.scroll-reveal-variant-muted { color: var(--loopino-text-muted); }
.scroll-reveal-variant-accent { color: var(--loopino-primary); }
.scroll-reveal-variant-primary { color: var(--loopino-primary-400); }

.flow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--space-lg);
}

.flow-card {
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--loopino-border-soft);
  background: rgba(var(--ko-black-rgb), 0.72);
  box-shadow: var(--shadow-soft);
}

.flow-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--loopino-primary);
  color: var(--loopino-black);
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.flow-timeline {
  position: relative;
  display: grid;
  padding: var(--space-lg) 0 calc(clamp(8rem, 18vh, 12rem) + 100px);
  overflow-anchor: none;
  --timeline-ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-media-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: rgba(var(--ko-neutral-950-rgb), 0.88);
  opacity: 1;
  transition: opacity 0.42s ease;
  pointer-events: none;
  isolation: isolate;
}

.timeline-media-stage.is-idle {
  opacity: 0;
}

.timeline-media-stage::before,
.timeline-media-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.timeline-media-stage::before {
  background:
    linear-gradient(180deg, rgba(var(--ko-neutral-950-rgb), 0.4) 0%, rgba(var(--ko-neutral-950-rgb), 0.1) 28%, rgba(var(--ko-neutral-950-rgb), 0.32) 100%),
    linear-gradient(90deg, rgba(var(--ko-neutral-950-rgb), 0.22) 0%, rgba(var(--ko-neutral-950-rgb), 0.04) 20%, rgba(var(--ko-neutral-950-rgb), 0.04) 80%, rgba(var(--ko-neutral-950-rgb), 0.22) 100%);
}

.timeline-media-stage::after {
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, rgba(var(--ko-neutral-950-rgb), 0) 0%, rgba(var(--ko-neutral-950-rgb), 0.3) 100%);
}

.timeline-media-stack {
  position: absolute;
  inset: 0;
}

.timeline-media-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.52s ease;
}

.timeline-media-layer.is-active {
  opacity: 1;
}

.timeline-background-poster,
.timeline-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 80vh;
  object-fit: contain;
  object-position: center center;
  display: block;
  transform: translate(-50%, -50%);
}

.timeline-background-poster {
  z-index: 0;
  transition: opacity 0.28s ease;
}

.timeline-background-video {
  z-index: 1;
  will-change: opacity;
}

.timeline-media-layer.is-video-playing .timeline-background-poster {
  opacity: 0;
}

.timeline-media-layer.use-poster-fallback .timeline-background-video {
  display: none;
}

.timeline-line {
  position: absolute;
  top: var(--timeline-line-top, 0px);
  left: 50%;
  height: var(--timeline-line-height, 100%);
  width: 2px;
  background: rgba(var(--ko-white-rgb), 0.08);
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(var(--ko-neutral-950-rgb), 0.3);
}

.timeline-line-progress {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 0%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--loopino-primary);
  box-shadow: 0 0 18px rgba(var(--ko-accent-rgb), 0.42);
}

.timeline-line-comet {
  position: absolute;
  left: 50%;
  top: 0%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: var(--loopino-primary);
  box-shadow:
    0 0 0 4px rgba(var(--ko-accent-rgb), 0.12),
    0 0 18px rgba(var(--ko-accent-rgb), 0.42),
    0 0 28px rgba(var(--ko-secondary-rgb), 0.12);
  animation: pulse 2.4s ease-in-out infinite;
}

.timeline-items {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
  overflow-anchor: none;
}

.timeline-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--space-md) 0 0;
  overflow-anchor: none;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 40px;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 3px solid rgba(var(--ko-white-rgb), 0.18);
  background: var(--loopino-black);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.timeline-item.is-active .timeline-marker {
  border-color: var(--loopino-primary);
  box-shadow: 0 0 12px rgba(var(--ko-accent-rgb), 0.6);
  transform: translate(-50%, -50%) scale(1.1);
}

.timeline-card {
  width: 100%;
  padding: var(--space-md) var(--space-lg);
  margin-top: var(--space-md);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: var(--loopino-radius-md);
  border: 1px solid var(--loopino-border-soft);
  background: rgba(var(--ko-black-rgb), 0.72);
  box-shadow: var(--shadow-soft);
  opacity: 0.94;
  transform: translateY(0);
  will-change: transform, opacity;
  transition:
    opacity 0.38s ease,
    border-color 0.5s var(--timeline-ease-smooth),
    box-shadow 0.5s var(--timeline-ease-smooth),
    gap 0.46s var(--timeline-ease-smooth);
}

.timeline-item.is-open .timeline-card {
  opacity: 1;
  min-height: 0;
  gap: var(--space-xs);
}

.timeline-item.is-active .timeline-card {
  border-color: var(--loopino-primary);
  box-shadow: var(--shadow-soft), 0 0 24px rgba(var(--ko-accent-rgb), 0.16);
}

.timeline-card-head {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.timeline-card-head h3 {
  margin: 0;
}

.timeline-subtitle {
  margin: 0;
  color: var(--loopino-text-muted);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    max-height 0.52s var(--timeline-ease-smooth),
    opacity 0.34s ease,
    transform 0.52s var(--timeline-ease-smooth);
}

.timeline-item.is-open .timeline-subtitle {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.timeline-date {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--loopino-primary);
  color: var(--loopino-black);
  font-weight: 700;
  margin-bottom: 0;
  flex-shrink: 0;
}

@media (min-width: 900px) {
  .timeline-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .timeline-card {
    width: calc(50% - 40px);
  }
}

@media (max-width: 899px) {
  .flow-timeline {
    padding-bottom: clamp(3rem, 8vh, 4.5rem);
  }

  .timeline-line {
    left: 18px;
  }

  .timeline-item {
    padding-left: 48px;
  }

  .timeline-marker {
    left: 18px;
    transform: translate(-50%, -50%);
  }

  .timeline-line {
    transform: translateX(-50%);
  }

  .timeline-item.is-open .timeline-card {
    min-height: 0;
  }

  .timeline-background-poster,
  .timeline-background-video {
    inset: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-background-video {
    transition: none;
  }
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.section-3d-carousel {
  overflow: hidden;
}

.three-d-carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
}

.three-d-carousel-track {
  position: relative;
  width: min(100%, 1120px);
  min-height: 600px;
}

.three-d-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 580px;
  max-width: 100%;
  height: 600px;
  border-radius: 18px;
  border: 1px solid var(--loopino-border-strong);
  background: var(--loopino-surface-raise);
  box-shadow: var(--shadow-strong);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(-50%) scale(0.9);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease, background 0.6s ease, border-color 0.6s ease,
    box-shadow 0.6s ease;
  pointer-events: none;
}

.three-d-card.is-active {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
}

#strategizer-carousel .three-d-card.is-active {
  background: rgba(var(--ko-panel-rgb), 0.95);
  border-color: rgba(var(--ko-accent-rgb), 0.78);
  box-shadow: 0 40px 90px rgba(var(--ko-black-rgb), 0.65), 0 0 34px rgba(var(--ko-accent-rgb), 0.24);
}

#strategizer-carousel .three-d-card.is-active .three-d-card-content {
  background: transparent;
}

.three-d-card.is-next {
  transform: translateX(calc(-50% + 46%)) scale(0.9);
  opacity: 0.35;
  z-index: 2;
}

.three-d-card.is-prev {
  transform: translateX(calc(-50% - 46%)) scale(0.9);
  opacity: 0.35;
  z-index: 2;
}

.three-d-card.is-hidden {
  opacity: 0;
  z-index: 1;
}

.three-d-card-media {
  position: relative;
  background: var(--loopino-black);
}

.three-d-card-media video {
  width: 100%;
  height: auto;
  display: block;
}

#strategizer-carousel .three-d-card-media {
  padding: var(--space-md);
  background: transparent;
}

#strategizer-carousel .three-d-card-media-inner {
  border-radius: 14px;
  overflow: hidden;
  background: var(--loopino-black);
  border: 1px solid rgba(var(--ko-white-rgb), 0.12);
  box-shadow: inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.03), 0 16px 40px rgba(var(--ko-black-rgb), 0.45);
}

#strategizer-carousel .three-d-card-media-inner video {
  display: block;
  width: 100%;
  height: auto;
}

.three-d-card-content {
  padding: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  flex: 1;
}

.three-d-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xs);
  margin-top: var(--space-sm);
}

.three-d-card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  color: var(--loopino-neutral-500);
  font-size: 0.9rem;
  position: relative;
}

.three-d-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.three-d-card-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}

.three-d-card-link:hover::after {
  width: 100%;
}

.three-d-card-link:hover svg {
  transform: translateX(4px);
}

.three-d-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: none;
  background: rgba(var(--ko-white-rgb), 0.8);
  color: var(--loopino-neutral-600);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.three-d-carousel-btn:hover {
  background: var(--loopino-white);
  transform: translateY(-50%) scale(1.08);
}

.three-d-carousel-prev {
  left: 12px;
}

.three-d-carousel-next {
  right: 12px;
}

.three-d-carousel-btn svg {
  width: 18px;
  height: 18px;
}

.three-d-carousel-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.three-d-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(var(--ko-white-rgb), 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
}

.three-d-carousel-dot.is-active {
  width: 22px;
  background: rgba(var(--ko-white-rgb), 0.6);
}

.feature-list {
  list-style: none;
  display: grid;
  gap: var(--space-xs);
  margin: var(--space-md) 0 var(--space-lg);
  color: var(--loopino-text-muted);
}

.feature-list li {
  position: relative;
  padding-left: 18px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--loopino-primary);
}

.panel-actions {
  display: flex;
  gap: 8px;
}

.pill {
  font-size: 0.7rem;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(var(--ko-white-rgb), 0.08);
}

.panel-canvas {
  position: relative;
  height: 220px;
  margin: var(--space-md) 0;
  border-radius: var(--radius-md);
  background: rgba(var(--ko-white-rgb), 0.04);
  overflow: hidden;
}

.node {
  position: absolute;
  padding: 10px 16px;
  background: rgba(var(--ko-white-rgb), 0.08);
  border-radius: 999px;
  font-size: 0.8rem;
  border: 1px solid rgba(var(--ko-white-rgb), 0.12);
  animation: float 6s ease-in-out infinite;
}

.node-center {
  top: 40%;
  left: 40%;
  background: var(--loopino-primary);
  color: var(--loopino-black);
  font-weight: 600;
}

.node-left {
  top: 20%;
  left: 12%;
}

.node-right {
  top: 18%;
  right: 10%;
}

.node-bottom {
  bottom: 14%;
  left: 50%;
}

.canvas-line {
  position: absolute;
  width: 2px;
  height: 80px;
  background: rgba(var(--ko-white-rgb), 0.2);
  top: 50%;
  left: 50%;
  transform-origin: top center;
}

.line-1 { transform: translate(-120px, -80px) rotate(40deg); }
.line-2 { transform: translate(80px, -100px) rotate(-35deg); }
.line-3 { transform: translate(10px, 20px) rotate(90deg); }

.panel-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--loopino-text-soft);
}

.prompt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-sm);
}

.prompt-block {
  padding: var(--space-sm);
  border-radius: var(--radius-md);
  border: 1px solid rgba(var(--ko-white-rgb), 0.1);
  background: rgba(var(--ko-white-rgb), 0.04);
  font-size: 0.82rem;
}

.preview-grid {
  margin-top: var(--space-md);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-xs);
}

.preview-tile,
.storage-tile {
  height: 70px;
  border-radius: var(--radius-sm);
  background: rgba(var(--ko-accent-rgb), 0.22);
  border: 1px solid rgba(var(--ko-accent-rgb), 0.36);
  animation: pulse 4s ease-in-out infinite;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-lg);
}

.strategy-card {
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--loopino-border-soft);
  background: rgba(var(--ko-neutral-900-rgb), 0.75);
  box-shadow: var(--shadow-soft);
}

.strategy-tags {
  display: flex;
  gap: var(--space-xs);
  flex-wrap: wrap;
}

.strategy-tags span {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  background: rgba(var(--ko-accent-rgb), 0.18);
}

.week-list {
  display: grid;
  gap: 8px;
  font-size: 0.85rem;
}

.asset-row {
  display: flex;
  gap: 8px;
}

.asset {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(var(--ko-white-rgb), 0.08);
}

.calendar-panel .calendar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-xs);
}

.calendar-cell {
  padding: var(--space-sm);
  border-radius: var(--radius-md);
  border: 1px solid rgba(var(--ko-white-rgb), 0.08);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.75rem;
}

.calendar-pill {
  height: 8px;
  border-radius: 999px;
  background: rgba(var(--ko-white-rgb), 0.16);
}

.storage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-xs);
}

.analytics-panel .chart {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
  height: 160px;
  margin-top: var(--space-md);
}

.chart-bar {
  width: 100%;
  height: var(--h);
  background: rgba(var(--ko-accent-rgb), 0.7);
  border-radius: 999px;
  animation: grow 2.2s ease forwards;
}

.battery-panel .battery-gauge {
  height: 14px;
  border-radius: 999px;
  background: rgba(var(--ko-white-rgb), 0.1);
  overflow: hidden;
  margin: var(--space-md) 0;
}

.battery-fill {
  width: 72%;
  height: 100%;
  background: var(--loopino-primary);
  animation: fill 3s ease-in-out infinite;
}

.battery-metrics {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--loopino-text-muted);
}

.metric-title {
  display: block;
  font-size: 0.7rem;
  color: var(--loopino-text-soft);
}

.battery-hero-shell {
  width: 100%;
}

.battery-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--space-2xl);
  align-items: center;
}

.battery-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.battery-visual {
  display: flex;
  justify-content: center;
}

.battery-details {
  width: 100%;
}

.battery-detail-shell {
  width: 100%;
}

.loopino-gradient-border {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 1px;
  background: rgba(var(--ko-accent-rgb), 0.18);
}

.loopino-gradient-border > .loopino-card {
  border: none;
  background: rgba(var(--ko-black-rgb), 0.92);
}

.loopino-card {
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  border: 1px solid rgba(var(--ko-border-rgb), 0.15);
  background: rgba(var(--ko-panel-rgb), 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.loopino-card.loopino-battery-detail-card {
  background: rgba(var(--ko-surface-rgb), 0.96);
  border: 1px solid rgba(var(--ko-border-rgb), 0.2);
  box-shadow: 0 20px 40px rgba(var(--ko-shadow-rgb), 0.4);
}

.loopino-gradient-border.battery-detail-shell {
  background: transparent;
  padding: 0;
}

.loopino-battery-detail-card .loopino-eyebrow {
  color: var(--loopino-text-soft);
}

.loopino-battery-detail-card .loopino-stat {
  border-color: rgba(var(--ko-white-rgb), 0.1);
  background: rgba(var(--ko-white-rgb), 0.02);
}

.loopino-battery-detail-card .loopino-stat-label {
  color: var(--loopino-text-soft);
}

.loopino-eyebrow {
  margin: 0 0 var(--space-xs);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  color: var(--loopino-text-soft);
}

.loopino-text-muted {
  color: var(--loopino-text-muted);
}

.loopino-gradient-text {
  color: var(--loopino-primary);
}

.loopino-battery-hero {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: var(--space-xl);
  align-items: center;
}

.loopino-battery-meter-shell {
  position: relative;
  width: 600px;
  height: 600px;
  max-width: 100%;
  border-radius: var(--radius-xl);
}

.loopino-battery-meter {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-xl);
  -webkit-mask-image: url("../assets/icon/icon-battery-line.svg");
  mask-image: url("../assets/icon/icon-battery-line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: rgba(var(--ko-neutral-950-rgb), 0.96);
  border: 1px solid rgba(var(--ko-border-rgb), 0.2);
  overflow: hidden;
  justify-self: center;
  filter:
    drop-shadow(0 24px 48px rgba(var(--ko-accent-rgb), 0.22))
    drop-shadow(0 0 96px rgba(var(--ko-accent-deep-rgb), 0.14));
}

.loopino-battery-meter-shell.is-at-top .loopino-battery-meter {
  animation: battery-pulse 2.6s ease-in-out infinite;
}

@keyframes battery-pulse {
  0%,
  100% {
    filter:
      drop-shadow(0 24px 60px rgba(var(--ko-accent-rgb), 0.35))
      drop-shadow(0 0 120px rgba(var(--ko-accent-deep-rgb), 0.25));
  }
  50% {
    filter:
      drop-shadow(0 32px 90px rgba(var(--ko-accent-rgb), 0.55))
      drop-shadow(0 0 160px rgba(var(--ko-accent-deep-rgb), 0.4));
  }
}

@media (prefers-reduced-motion: reduce) {
  .loopino-battery-meter-shell.is-at-top .loopino-battery-meter {
    animation: none;
  }
}

.loopino-battery-meter-fill {
  position: absolute;
  inset: auto 0 0 0;
  height: 100%;
  -webkit-clip-path: inset(calc((1 - var(--battery-fill, 1)) * 100%) 0 0 0);
  clip-path: inset(calc((1 - var(--battery-fill, 1)) * 100%) 0 0 0);
  will-change: clip-path;
}

.loopino-battery-iridescence {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(var(--ko-white-rgb), 0.16), rgba(var(--ko-accent-rgb), 0.42), rgba(var(--ko-accent-deep-rgb), 0.32));
  opacity: 0.7;
  mix-blend-mode: screen;
  animation: battery-sheen 3.2s ease-in-out infinite;
  pointer-events: none;
}

.loopino-battery-iridescence canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.loopino-battery-iridescence.has-webgl {
  background: none;
  animation: none;
}

.battery-visual.reveal .loopino-battery-iridescence {
  animation-play-state: paused;
}

.battery-visual.reveal.is-visible .loopino-battery-iridescence {
  animation-play-state: running;
}

.loopino-battery-meter-outline {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(var(--ko-white-rgb), 0.14);
  border-radius: inherit;
  pointer-events: none;
}

.loopino-battery-meter-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-xs);
  text-align: center;
  color: var(--loopino-text-strong);
  text-shadow: 0 12px 24px rgba(var(--ko-black-rgb), 0.45);
}

.loopino-battery-meter-value span {
  font-family: var(--ko-font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.loopino-battery-meter-value p {
  margin: 0;
  color: var(--loopino-text-muted);
}

.loopino-battery-hero-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.loopino-battery-hero-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-lg);
}

.loopino-battery-plan h3,
.loopino-battery-week h4 {
  margin: 0 0 var(--space-xs);
  font-size: clamp(1.2rem, 2.6vw, 1.6rem);
  font-family: var(--ko-font-display);
}

.loopino-battery-week h4 {
  color: var(--loopino-text-strong);
}

.loopino-battery-plan p,
.loopino-battery-week p {
  margin: 0;
}

.loopino-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-md);
}

.loopino-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--loopino-border-soft);
  padding: 12px 14px;
  border-radius: var(--radius-md);
  background: rgba(var(--ko-white-rgb), 0.02);
}

.loopino-stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--loopino-text-soft);
}

.loopino-stat-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--loopino-text-strong);
}

.loopino-battery-small {
  margin: 0;
  font-size: 0.9rem;
  color: var(--loopino-text-muted);
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-md);
}

.logo-card {
  padding: var(--space-md);
  border-radius: var(--radius-md);
  border: 1px solid rgba(var(--ko-white-rgb), 0.08);
  text-align: center;
  background: rgba(var(--ko-white-rgb), 0.04);
  font-weight: 600;
}

#portfolio-showcase {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}

.portfolio-section-head {
  max-width: 860px;
  margin: 0 auto -10vh;
  text-align: center;
}

.portfolio-section-head p:last-child {
  max-width: 720px;
  margin: 0 auto;
}

.portfolio-section-cta {
  display: flex;
  justify-content: center;
  margin-top: var(--space-xl);
}

.portfolio-scroll {
  position: relative;
  height: 228vh;
}

.portfolio-scroll-stage {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(24px, 3vw, 36px);
  min-height: 100svh;
  overflow: hidden;
  padding: 0 0 clamp(18px, 3vh, 28px);
  isolation: isolate;
}

.portfolio-scroll-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.portfolio-scroll-track {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 2vw, 28px);
  width: max-content;
  padding: 0 clamp(48px, 6vw, 96px);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.portfolio-scroll-fade {
  display: none;
}

.portfolio-card {
  position: relative;
  flex: 0 0 clamp(320px, 28vw, 420px);
  width: clamp(320px, 28vw, 420px);
  height: clamp(560px, 78vh, 860px);
  overflow: hidden;
  border: 1px solid rgba(var(--ko-border-rgb), 0.18);
  border-radius: var(--loopino-radius-md);
  background: rgba(var(--ko-white-rgb), 0.04);
  box-shadow: var(--shadow-soft);
}

.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(var(--ko-white-rgb), 0.08);
  pointer-events: none;
}

.portfolio-card-media,
.portfolio-card-media img {
  width: 100%;
  height: 100%;
}

.portfolio-card-media img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.portfolio-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px 24px;
  background: linear-gradient(180deg, rgba(var(--ko-stage-rgb), 0) 24%, rgba(var(--ko-stage-rgb), 0.4) 42%, rgba(var(--ko-stage-rgb), 0.8) 72%, rgba(var(--ko-stage-rgb), 0.94) 100%);
  opacity: 1;
  transition:
    opacity 0.35s ease,
    background 0.35s ease;
}

.portfolio-card-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  margin-top: auto;
  transform: none;
  opacity: 1;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.35s ease;
}

.portfolio-card:hover .portfolio-card-media img,
.portfolio-card:focus-visible .portfolio-card-media img {
  transform: scale(1.045);
}

.portfolio-card:focus-visible {
  outline: none;
  border-color: rgba(var(--ko-accent-rgb), 0.32);
  box-shadow:
    var(--shadow-soft),
    0 0 0 3px rgba(var(--ko-accent-rgb), 0.14);
}

.portfolio-card-toggle {
  display: none;
}

.portfolio-card-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.portfolio-card-label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(var(--ko-white-rgb), 0.76);
}

.portfolio-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.portfolio-card-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid rgba(var(--ko-white-rgb), 0.12);
  border-radius: var(--loopino-radius-md);
  background: rgba(var(--ko-white-rgb), 0.08);
  color: rgba(var(--ko-white-rgb), 0.92);
  font-size: 0.94rem;
  font-weight: 600;
}

.portfolio-card-badge-primary {
  border-color: rgba(var(--ko-accent-rgb), 0.28);
  background: rgba(var(--ko-accent-rgb), 0.9);
  color: rgba(var(--ko-on-accent-rgb), 1);
}

.portfolio-card-title {
  margin: 0;
  color: rgba(var(--ko-white-rgb), 1);
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  font-weight: 700;
  line-height: 1.1;
}

.portfolio-card-title-desktop {
  display: block;
}

.portfolio-card-description {
  margin: 0;
  color: rgba(var(--ko-white-rgb), 0.78);
  font-size: 1.12rem;
  line-height: 1.55;
  text-wrap: pretty;
}

.portfolio-card-more {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  background: var(--loopino-primary);
  color: rgba(var(--ko-on-accent-rgb), 1);
  text-decoration: none;
  padding: 28px 24px;
}

.portfolio-card-more::after {
  border-color: rgba(var(--ko-on-accent-rgb), 0.16);
}

.portfolio-card-more-text {
  font-family: var(--ko-font-display);
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  line-height: 0.95;
  font-weight: 700;
  max-width: 9ch;
}

.portfolio-card-more-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-top: auto;
  border: 1px solid rgba(var(--ko-on-accent-rgb), 0.18);
  border-radius: var(--loopino-radius-md);
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.portfolio-card-more-arrow svg {
  width: 24px;
  height: 24px;
}

.portfolio-card-more:hover .portfolio-card-more-arrow,
.portfolio-card-more:focus-visible .portfolio-card-more-arrow {
  transform: translate(2px, -2px);
  background: rgba(var(--ko-on-accent-rgb), 0.16);
}

.portfolio-card-more:focus-visible {
  outline: none;
  box-shadow:
    var(--shadow-soft),
    0 0 0 3px rgba(var(--ko-on-accent-rgb), 0.18);
}

.portfolio-card-case {
  text-decoration: none;
  color: inherit;
}

.portfolio-scroll-progress {
  width: min(100% - 48px, calc(var(--container-width) + 96px));
  height: 4px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(var(--ko-white-rgb), 0.14);
}

.portfolio-scroll-progress-bar {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(var(--ko-accent-rgb), 0.72);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.scanner-card-section {
  padding-top: clamp(88px, 12vw, 148px);
  padding-bottom: clamp(72px, 10vw, 144px);
}

.scanner-card-section-head {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(36px, 6vw, 68px);
  text-align: center;
}

.scanner-card-section-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(12px, 3vw, 28px);
}

.scanner-card-stage {
  --scanner-origin-ratio: 0.5;
  --scanner-card-width: clamp(280px, 28vw, 400px);
  --scanner-card-height: calc(var(--scanner-card-width) * 0.68);
  --scanner-card-gap: clamp(18px, 3vw, 60px);
  position: relative;
  width: 100vw;
  min-height: clamp(360px, 38vw, 470px);
  margin-left: calc(50vw - 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}

.scanner-card-stage.is-dragging {
  cursor: grabbing;
}

.scanner-card-line {
  position: absolute;
  top: 50%;
  left: calc(var(--scanner-origin-ratio) * 100%);
  width: 3px;
  height: min(280px, 72%);
  border-radius: 999px;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(var(--ko-accent-rgb), 0), rgba(var(--ko-accent-rgb), 0.94), rgba(var(--ko-accent-rgb), 0));
  box-shadow:
    0 0 12px rgba(var(--ko-accent-rgb), 0.92),
    0 0 32px rgba(var(--ko-accent-rgb), 0.68),
    0 0 54px rgba(var(--ko-accent-rgb), 0.46);
  transition: opacity 0.3s ease;
}

.scanner-card-stage.is-scanning .scanner-card-line {
  opacity: 1;
  animation: scanner-card-pulse 1.5s infinite alternate ease-in-out;
}

.scanner-card-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--scanner-card-height);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.scanner-card-track {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  gap: var(--scanner-card-gap);
  white-space: nowrap;
  user-select: none;
  will-change: transform;
}

.scanner-card-item {
  position: relative;
  width: var(--scanner-card-width);
  height: var(--scanner-card-height);
  flex: 0 0 auto;
}

.scanner-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: var(--loopino-radius-md);
}

.scanner-card-face--normal {
  z-index: 2;
  clip-path: inset(0 0 0 var(--clip-right, 0%));
  border: 1px solid rgba(var(--ko-title-rgb), 0.16);
  background: rgba(var(--ko-panel-rgb), 0.18);
  box-shadow:
    0 24px 54px rgba(var(--ko-shadow-rgb), 0.42),
    0 0 0 1px rgba(var(--ko-title-rgb), 0.04);
}

.scanner-service-card {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
  background: rgba(var(--ko-overlay-rgb), 0.14);
}

.scanner-service-card-image,
.scanner-service-card-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.scanner-service-card-image {
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: filter 0.35s ease, transform 0.35s ease;
  filter: saturate(1.08) brightness(0.92);
  transform: scale(1.08);
  opacity: 0.84;
}

.scanner-service-card-wash {
  background:
    linear-gradient(0deg, rgba(var(--ko-overlay-rgb), 0.82) 0%, rgba(var(--ko-overlay-rgb), 0.52) 34%, rgba(var(--ko-overlay-rgb), 0.18) 62%, rgba(var(--ko-overlay-rgb), 0) 100%);
}

.scanner-service-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  height: 100%;
  padding: clamp(18px, 1.8vw, 24px);
}

.scanner-service-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.scanner-service-card-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: var(--loopino-radius);
  border: 1px solid rgba(var(--ko-title-rgb), 0.12);
  background: rgba(var(--ko-panel-rgb), 0.18);
  backdrop-filter: blur(8px);
}

.scanner-service-card-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(var(--ko-accent-rgb), 0.98);
}

.scanner-service-card-title {
  max-width: none;
  margin: 0;
  font-size: clamp(1.08rem, 1.7vw, 1.4rem);
  line-height: 1.1;
  text-wrap: balance;
}

.scanner-service-card-description {
  max-width: none;
  color: rgba(var(--ko-body-rgb), 0.82);
  font-size: 0.84rem;
  line-height: 1.42;
  text-wrap: pretty;
}

.scanner-card-item:hover .scanner-service-card-image {
  filter: saturate(1.12) brightness(0.97);
  transform: scale(1.1);
}

.scanner-card-face--ascii {
  z-index: 1;
  clip-path: inset(0 calc(100% - var(--clip-left, 0%)) 0 0);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.scanner-card-ascii {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 10px;
  transform: translateY(-50%);
  overflow: hidden;
  color: rgba(var(--ko-accent-rgb), 0.7);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(8px, 0.74vw, 11px);
  line-height: 1.18;
  letter-spacing: 0.02em;
  white-space: pre;
  text-align: left;
  box-sizing: border-box;
  text-shadow: 0 0 18px rgba(var(--ko-accent-rgb), 0.14);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.82) 30%, rgba(0, 0, 0, 0.62) 50%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.16) 100%);
  animation: scanner-card-glitch 0.1s infinite linear alternate-reverse;
}

@keyframes scanner-card-glitch {
  0%,
  16%,
  50%,
  100% {
    opacity: 1;
  }

  15%,
  99% {
    opacity: 0.9;
  }

  49% {
    opacity: 0.8;
  }
}

@keyframes scanner-card-pulse {
  0% {
    opacity: 0.75;
    transform: translate(-50%, -50%) scaleY(1);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scaleY(1.03);
  }
}

@media (max-width: 900px) {
  .scanner-card-stage {
    --scanner-card-width: clamp(250px, 42vw, 340px);
    min-height: clamp(340px, 52vw, 420px);
  }
}

@media (max-width: 640px) {
  .scanner-card-section {
    padding-top: clamp(72px, 14vw, 96px);
    padding-bottom: clamp(48px, 10vw, 72px);
  }

  .scanner-card-section-cta {
    margin-top: 8px;
  }

  .scanner-card-stage {
    --scanner-origin-ratio: 0.25;
    --scanner-card-width: clamp(210px, 72vw, 280px);
    --scanner-card-gap: 18px;
    min-height: 320px;
  }

  .scanner-card-line {
    height: min(220px, 78%);
  }

  .scanner-service-card-content {
    gap: 8px;
    padding: 16px;
  }

  .scanner-service-card-title {
    font-size: 1rem;
  }

  .scanner-service-card-description {
    font-size: 0.78rem;
    line-height: 1.36;
  }

  .scanner-card-ascii {
    font-size: 8px;
  }
}

#team-slider {
  padding-top: 0;
}

.testimonial-slider {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: clamp(28px, 3vw, 48px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(var(--ko-border-rgb), 0.18);
  box-shadow: 0 20px 48px rgba(var(--ko-shadow-rgb), 0.34);
  background:
    linear-gradient(145deg, rgba(var(--ko-panel-rgb), 0.92), rgba(var(--ko-surface-rgb), 0.84)),
    radial-gradient(circle at top right, rgba(var(--ko-accent-rgb), 0.12), transparent 42%);
  backdrop-filter: blur(16px);
  isolation: isolate;
}

.testimonial-slider::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(var(--ko-border-rgb), 0.14);
  pointer-events: none;
}

.testimonial-slider-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 32px);
  min-height: 100%;
}

.testimonial-slider-meta {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-lg);
}

.testimonial-slider-meta-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-md);
}

.testimonial-slider-pagination {
  font-family: var(--ko-font-display);
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--loopino-text-muted);
}

.testimonial-slider-label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--loopino-text-muted);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.testimonial-slider-thumbnails {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.testimonial-slider-thumbnail {
  position: relative;
  width: 80px;
  height: 96px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--ko-border-rgb), 0.18);
  border-radius: var(--radius-md);
  background: rgba(var(--ko-white-rgb), 0.04);
  opacity: 0.72;
  cursor: pointer;
  appearance: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.testimonial-slider-thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.04);
  pointer-events: none;
}

.testimonial-slider-thumbnail.is-active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(var(--ko-accent-rgb), 0.46);
  box-shadow: 0 14px 28px rgba(var(--ko-shadow-rgb), 0.22);
}

.testimonial-slider-thumbnail:hover,
.testimonial-slider-thumbnail:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(var(--ko-accent-rgb), 0.38);
  box-shadow: 0 0 0 3px rgba(var(--ko-accent-rgb), 0.12);
  outline: none;
}

.testimonial-slider-thumbnail img,
.testimonial-slider-thumbnail video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--testimonial-image-position, center 18%);
  filter: grayscale(1) contrast(1.04);
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

.testimonial-slider-thumbnail:hover img,
.testimonial-slider-thumbnail:focus-visible img,
.testimonial-slider-thumbnail.is-active img,
.testimonial-slider-thumbnail:hover video,
.testimonial-slider-thumbnail:focus-visible video,
.testimonial-slider-thumbnail.is-active video {
  transform: scale(1.04);
}

.testimonial-slider-visual {
  grid-column: span 4;
  position: relative;
  min-height: 500px;
  height: 100%;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 1px);
  border: 1px solid rgba(var(--ko-border-rgb), 0.14);
  background: rgba(var(--ko-white-rgb), 0.03);
  box-shadow: inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.03);
}

.testimonial-slider-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 10, 0) 22%, rgba(11, 11, 10, 0.26) 100%);
  pointer-events: none;
}

.testimonial-slider-main-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(1) contrast(1.04);
  transform: translate3d(0, 0, 0);
}

.testimonial-slider-main-video {
  background: rgba(var(--ko-neutral-950-rgb), 0.82);
}

.testimonial-slider-content {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-lg);
  min-width: 0;
  padding-left: clamp(0px, 1vw, 18px);
}

.testimonial-slider-copy {
  padding-top: clamp(18px, 8vw, 96px);
}

.testimonial-slider-affiliation {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--loopino-text-muted);
}

.testimonial-slider-name {
  margin: 6px 0 0;
  color: var(--loopino-text-strong);
  font-family: var(--ko-font-display);
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.1;
}

.testimonial-slider-quote {
  margin: 24px 0 0;
  color: var(--loopino-text-strong);
  font-size: clamp(1.8rem, 2.9vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.testimonial-slider-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-slider-button {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--loopino-radius-md);
  border: 1px solid rgba(var(--ko-border-rgb), 0.26);
  background: transparent;
  color: var(--loopino-text-strong);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.testimonial-slider-button:hover,
.testimonial-slider-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.testimonial-slider-button svg {
  width: 20px;
  height: 20px;
}

.testimonial-slider-button-secondary {
  background: rgba(var(--ko-panel-rgb), 0.66);
  border-color: rgba(var(--ko-border-rgb), 0.28);
}

.testimonial-slider-button-secondary:hover,
.testimonial-slider-button-secondary:focus-visible {
  background: rgba(var(--ko-panel-rgb), 0.88);
  border-color: rgba(var(--ko-accent-rgb), 0.24);
}

.testimonial-slider-button-primary {
  background: rgba(var(--ko-accent-rgb), 1);
  border-color: rgba(var(--ko-accent-rgb), 1);
  color: rgba(var(--ko-on-accent-rgb), 1);
  box-shadow: 0 0 24px rgba(var(--ko-accent-rgb), 0.2);
}

.testimonial-slider-button-primary:hover,
.testimonial-slider-button-primary:focus-visible {
  background: rgba(var(--ko-accent-400-rgb), 1);
  border-color: rgba(var(--ko-accent-400-rgb), 1);
}

.social-proof-stage {
  position: relative;
  --social-proof-glow-rgb: var(--ko-accent-rgb);
  --social-proof-spotlight-size: clamp(520px, 56vw, 760px);
  --social-proof-glow-radius: 380px;
  border-radius: var(--radius-xl);
  padding: clamp(20px, 3vw, 38px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(var(--ko-border-rgb), 0.2);
  box-shadow: 0 20px 40px rgba(var(--ko-shadow-rgb), 0.4);
  background: rgba(var(--ko-surface-rgb), 0.92);
  backdrop-filter: blur(16px);
}

.social-proof-stage::before,
.social-proof-stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.social-proof-stage::before {
  width: clamp(320px, 42vw, 560px);
  aspect-ratio: 1 / 1;
  top: -36%;
  right: -14%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--ko-accent-rgb), 0.34), rgba(var(--ko-accent-rgb), 0) 66%);
  filter: blur(10px);
  opacity: 0.7;
  animation: social-proof-orbit 16s ease-in-out infinite;
}

.social-proof-stage::after {
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(var(--ko-border-rgb), 0.15);
}

.social-proof-metrics,
.social-proof-grid {
  position: relative;
  z-index: 1;
}

.social-proof-stage-spotlight {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--social-proof-spotlight-size);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  mix-blend-mode: screen;
  z-index: 0;
  will-change: transform, opacity;
  background: radial-gradient(
    circle,
    rgba(var(--social-proof-glow-rgb), 0.22) 0%,
    rgba(var(--social-proof-glow-rgb), 0.14) 14%,
    rgba(var(--social-proof-glow-rgb), 0.07) 30%,
    rgba(var(--social-proof-glow-rgb), 0.03) 48%,
    transparent 70%
  );
}

.social-proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-sm);
  margin-bottom: var(--space-md);
}

.social-proof-metric {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(var(--ko-border-rgb), 0.15);
  padding: clamp(14px, 1.8vw, 20px);
  background: rgba(var(--ko-panel-rgb), 0.58);
  backdrop-filter: blur(10px);
}

.social-proof-metric-value {
  display: block;
  font-family: var(--ko-font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--loopino-primary);
}

.social-proof-metric p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  line-height: 1.36;
  color: var(--loopino-text-muted);
}

.social-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-sm);
}

.social-proof-card {
  --bento-glow-x: 50%;
  --bento-glow-y: 50%;
  --bento-glow-intensity: 0;
  --bento-glow-radius: var(--social-proof-glow-radius);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  min-height: 240px;
  border-radius: var(--radius-lg);
  padding: clamp(16px, 2.2vw, 26px);
  border: 1px solid rgba(var(--ko-border-rgb), 0.18);
  background:
    radial-gradient(
      var(--bento-glow-radius) circle at var(--bento-glow-x) var(--bento-glow-y),
      rgba(var(--social-proof-glow-rgb), calc(var(--bento-glow-intensity) * 0.22)) 0%,
      rgba(var(--social-proof-glow-rgb), 0) 58%
    ),
    linear-gradient(150deg, rgba(var(--ko-white-rgb), 0.08), rgba(var(--ko-white-rgb), 0.02) 46%),
    rgba(var(--ko-panel-soft-rgb), 0.84);
  transition: transform 0.22s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  transform-style: preserve-3d;
}

.social-proof-card::before {
  content: "\"";
  position: absolute;
  top: 10px;
  right: 14px;
  font-family: var(--ko-font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  color: rgba(var(--ko-secondary-rgb), 0.18);
  pointer-events: none;
  z-index: 1;
}

.social-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(
    var(--bento-glow-radius) circle at var(--bento-glow-x) var(--bento-glow-y),
    rgba(var(--social-proof-glow-rgb), calc(var(--bento-glow-intensity) * 0.9)) 0%,
    rgba(var(--social-proof-glow-rgb), calc(var(--bento-glow-intensity) * 0.32)) 32%,
    transparent 72%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.social-proof-card > * {
  position: relative;
  z-index: 2;
}

.social-proof-card:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--ko-accent-rgb), 0.34);
  box-shadow:
    0 24px 54px rgba(var(--ko-black-rgb), 0.4),
    0 0 26px rgba(var(--ko-accent-rgb), 0.14);
}

.social-proof-card--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.social-proof-grid .social-proof-card:nth-child(2),
.social-proof-grid .social-proof-card:nth-child(3) {
  grid-column: span 2;
}

.social-proof-card-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--loopino-text-soft);
}

.social-proof-card blockquote {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.48;
  color: var(--loopino-text-default);
  text-wrap: pretty;
}

.social-proof-card--featured blockquote {
  font-size: clamp(1.08rem, 1.65vw, 1.3rem);
  color: var(--loopino-text-strong);
}

.social-proof-card-results {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.social-proof-card-results li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  gap: 10px;
}

.social-proof-card-results strong {
  font-family: var(--ko-font-display);
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--loopino-primary);
}

.social-proof-card-results span {
  font-size: 0.9rem;
  color: var(--loopino-text-muted);
  line-height: 1.34;
}

.social-proof-platforms,
.social-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-proof-platforms span,
.social-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(var(--ko-white-rgb), 0.18);
  background: rgba(var(--ko-white-rgb), 0.04);
  padding: 5px 10px;
  font-size: 0.8rem;
  color: var(--loopino-text-default);
}

.social-proof-platforms img {
  width: 12px;
  height: 12px;
  opacity: 0.9;
}

.social-proof-author {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-proof-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(var(--ko-white-rgb), 0.26);
  background: rgba(var(--ko-white-rgb), 0.08);
  box-shadow:
    0 0 24px rgba(var(--ko-accent-rgb), 0.2),
    0 8px 22px rgba(var(--ko-black-rgb), 0.32);
}

.social-proof-author strong {
  display: block;
  font-size: 0.95rem;
  color: var(--loopino-text-strong);
}

.social-proof-author p {
  margin: 2px 0 0;
  font-size: 0.85rem;
  color: var(--loopino-text-soft);
}

.social-proof-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
  background: rgba(var(--social-proof-glow-rgb), 1);
  box-shadow: 0 0 8px rgba(var(--social-proof-glow-rgb), 0.65);
}

.social-proof-carousel-dots {
  display: none;
}

@media (max-width: 1024px) {
  .testimonial-slider {
    min-height: 0;
  }

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

  .testimonial-slider-meta,
  .testimonial-slider-visual,
  .testimonial-slider-content {
    grid-column: span 1;
  }

  .testimonial-slider-meta {
    gap: var(--space-md);
  }

  .testimonial-slider-visual {
    min-height: 420px;
  }

  .testimonial-slider-copy {
    padding-top: 0;
  }

  .testimonial-slider-content {
    padding-left: 0;
  }
}

.plans-toggle {
  display: flex;
  justify-content: center;
  margin: 0 0 var(--space-xl);
}

.plans-toggle-option {
  border: 1px solid var(--loopino-border-soft);
  background: rgba(var(--ko-white-rgb), 0.03);
  color: var(--loopino-text-muted);
  border-radius: var(--radius-md);
  padding: 12px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.plans-toggle-option + .plans-toggle-option {
  margin-left: var(--space-xs);
}

.plans-toggle-option:hover {
  color: var(--loopino-text-strong);
  border-color: rgba(var(--ko-accent-rgb), 0.34);
}

.plans-toggle-option.is-active {
  color: var(--loopino-text-strong);
  border-color: rgba(var(--ko-accent-rgb), 0.55);
  box-shadow: 0 8px 24px rgba(var(--ko-accent-rgb), 0.14);
}

.plans-toggle-save {
  border: 1px solid rgba(var(--ko-white-rgb), 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 8px;
  color: var(--loopino-text-default);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-md);
}

.plan-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(var(--ko-border-rgb), 0.15);
  box-shadow: 0 20px 40px rgba(var(--ko-shadow-rgb), 0.4);
  background: rgba(var(--ko-panel-rgb), 0.88);
  padding: clamp(var(--space-md), 2.5vw, var(--space-xl));
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.plan-card.is-highlighted {
  border-color: rgba(var(--ko-border-rgb), 0.22);
  box-shadow:
    0 24px 48px rgba(var(--ko-shadow-rgb), 0.44),
    0 0 28px rgba(var(--ko-accent-rgb), 0.14);
}

.plan-card.plan-free {
  background: rgba(var(--ko-panel-soft-rgb), 0.84);
}

.plan-card.plan-ultra {
  border-color: var(--loopino-border-soft);
  background: rgba(var(--ko-surface-rgb), 0.94);
}

.plan-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
}

.plan-chip {
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--loopino-text-strong);
}

.plan-badge {
  border-radius: 999px;
  border: 1px solid rgba(var(--ko-white-rgb), 0.16);
  background: rgba(var(--ko-white-rgb), 0.04);
  padding: 6px 10px;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--loopino-text-muted);
}

.plan-description {
  margin: 0;
  color: var(--loopino-text-muted);
  min-height: 3.2em;
}

.plan-price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-sm);
}

.plan-price {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}

.plan-price-old {
  display: none;
  font-family: var(--ko-font-display);
  font-size: clamp(2.1rem, 3.4vw, 2.8rem);
  line-height: 1;
  font-weight: 700;
  color: var(--loopino-text-soft);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(var(--ko-neutral-100-rgb), 0.5);
  opacity: 0.58;
}

.plan-price-old.has-value {
  display: inline;
}

.plan-price-value {
  font-family: var(--ko-font-display);
  font-size: clamp(2.1rem, 3.4vw, 2.8rem);
  line-height: 1;
  color: var(--loopino-primary);
  font-weight: 700;
}

.plan-period {
  font-size: 0.92rem;
  color: var(--loopino-text-soft);
}

.plan-note {
  margin: 6px 0 0;
  color: rgba(var(--ko-accent-rgb), 0.88);
  font-size: 0.86rem;
  display: none;
}

.plan-note.has-note {
  display: block;
}

.plan-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--loopino-text-default);
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
}

.plan-features svg {
  width: 15px;
  height: 15px;
  color: var(--loopino-primary-400);
  flex-shrink: 0;
}

.plan-features svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plan-action {
  margin-top: auto;
  width: 100%;
  justify-content: center;
}

.plans-payment-grid {
  margin-top: var(--space-lg);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-md);
}

.plans-payment-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--loopino-border-soft);
  background: rgba(var(--ko-white-rgb), 0.02);
  padding: var(--space-lg);
}

.plans-payment-label {
  margin: 0 0 var(--space-2xs);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--loopino-text-soft);
}

.plans-payment-card h3 {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--loopino-text-strong);
}

.plans-payment-card ul {
  margin: var(--space-sm) 0 0;
  padding-left: 1.2rem;
  color: var(--loopino-text-muted);
  display: grid;
  gap: 6px;
}

.cta {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-3xl);
}

.location-map-section {
  position: relative;
  padding-top: clamp(40px, 8vw, 88px);
  padding-bottom: clamp(32px, 7vw, 72px);
}

.location-map-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: clamp(32px, 5vw, 56px);
  overflow: visible;
}

.location-map-shell-glow {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(560px, 78vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(var(--ko-accent-rgb), 0.12) 0%, rgba(var(--ko-accent-rgb), 0) 62%);
  pointer-events: none;
}

.location-map-section-label {
  position: relative;
  z-index: 1;
  color: rgba(var(--ko-neutral-400-rgb), 0.9);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.location-map {
  --location-map-width: 240px;
  --location-map-height: 140px;
  --location-map-rotate-x: 0deg;
  --location-map-rotate-y: 0deg;
  position: relative;
  z-index: 1;
  width: var(--location-map-width);
  padding-bottom: 34px;
  cursor: pointer;
  user-select: none;
  perspective: 1000px;
  outline: none;
}

.location-map-card {
  position: relative;
  overflow: hidden;
  width: var(--location-map-width);
  height: var(--location-map-height);
  border: 1px solid rgba(var(--ko-accent-rgb), 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(var(--ko-panel-rgb), 0.92) 0%, rgba(var(--ko-neutral-950-rgb), 0.98) 100%);
  box-shadow:
    0 18px 40px rgba(var(--ko-shadow-rgb), 0.34),
    0 0 0 1px rgba(var(--ko-accent-rgb), 0.06),
    0 0 36px rgba(var(--ko-accent-rgb), 0.08);
  transform: rotateX(var(--location-map-rotate-x)) rotateY(var(--location-map-rotate-y));
  transform-style: preserve-3d;
  transition:
    width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.location-map.is-expanded {
  --location-map-width: 360px;
  --location-map-height: 280px;
}

.location-map-gradient-overlay,
.location-map-expanded-layer,
.location-map-grid-layer {
  position: absolute;
  inset: 0;
}

.location-map-gradient-overlay {
  background:
    linear-gradient(135deg, rgba(var(--ko-accent-rgb), 0.16) 0%, rgba(var(--ko-accent-rgb), 0.03) 28%, rgba(255, 255, 255, 0) 52%, rgba(var(--ko-neutral-300-rgb), 0.08) 100%);
}

.location-map-expanded-layer {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0.1s;
}

.location-map.is-expanded .location-map-expanded-layer {
  opacity: 1;
}

.location-map-expanded-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(var(--ko-panel-rgb), 0.9) 0%, rgba(var(--ko-neutral-950-rgb), 0.98) 100%);
}

.location-map-roads {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.location-map-road {
  fill: none;
  stroke-dasharray: 140;
  stroke-dashoffset: 140;
  transition:
    stroke-dashoffset 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.3s ease;
}

.location-map-road-main {
  stroke: rgba(var(--ko-accent-rgb), 0.28);
  stroke-width: 4;
}

.location-map-road-vertical {
  stroke: rgba(var(--ko-neutral-300-rgb), 0.18);
  stroke-width: 3;
}

.location-map-road-secondary {
  stroke: rgba(var(--ko-neutral-300-rgb), 0.12);
  stroke-width: 1.5;
}

.location-map.is-expanded .location-map-road {
  stroke-dashoffset: 0;
}

.location-map-road.delay-1 { transition-delay: 0.2s; }
.location-map-road.delay-2 { transition-delay: 0.3s; }
.location-map-road.delay-3 { transition-delay: 0.4s; }
.location-map-road.delay-4 { transition-delay: 0.5s; }
.location-map-road.delay-5 { transition-delay: 0.6s; }
.location-map-road.delay-6 { transition-delay: 0.7s; }
.location-map-road.delay-7 { transition-delay: 0.8s; }
.location-map-road.delay-8 { transition-delay: 0.9s; }
.location-map-road.delay-9 { transition-delay: 1s; }

.location-map-building {
  position: absolute;
  border-radius: 2px;
  opacity: 0;
  transform: scale(0.8);
  background: rgba(var(--ko-neutral-300-rgb), 0.16);
  border: 1px solid rgba(var(--ko-accent-rgb), 0.14);
  box-shadow: inset 0 0 0 1px rgba(var(--ko-neutral-300-rgb), 0.04);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.location-map.is-expanded .location-map-building {
  opacity: 1;
  transform: scale(1);
}

.location-map-building.building-1 {
  top: 40%;
  left: 10%;
  width: 15%;
  height: 20%;
  transition-delay: 0.5s;
}

.location-map-building.building-2 {
  top: 15%;
  left: 35%;
  width: 12%;
  height: 15%;
  transition-delay: 0.6s;
}

.location-map-building.building-3 {
  top: 70%;
  left: 75%;
  width: 18%;
  height: 18%;
  transition-delay: 0.7s;
}

.location-map-building.building-4 {
  top: 20%;
  right: 10%;
  width: 10%;
  height: 25%;
  transition-delay: 0.55s;
}

.location-map-building.building-5 {
  top: 55%;
  left: 5%;
  width: 8%;
  height: 12%;
  transition-delay: 0.65s;
}

.location-map-building.building-6 {
  top: 8%;
  left: 75%;
  width: 14%;
  height: 10%;
  transition-delay: 0.75s;
}

.location-map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.3s,
    opacity 0.3s ease 0.3s;
}

.location-map.is-expanded .location-map-pin {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.location-map-pin-svg {
  display: block;
  color: rgba(var(--ko-accent-rgb), 1);
  filter: drop-shadow(0 0 10px rgba(var(--ko-accent-rgb), 0.5));
}

.location-map-pin-shape {
  fill: currentColor;
}

.location-map-pin-center {
  fill: rgba(var(--ko-neutral-50-rgb), 1);
}

.location-map-expanded-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(var(--ko-neutral-950-rgb), 0.62) 0%, rgba(var(--ko-neutral-950-rgb), 0.16) 46%, rgba(var(--ko-neutral-950-rgb), 0) 100%);
  opacity: 0.6;
}

.location-map-grid-layer {
  opacity: 0.03;
  transition: opacity 0.3s ease;
}

.location-map.is-expanded .location-map-grid-layer {
  opacity: 0;
}

.location-map-grid-svg {
  position: absolute;
  inset: 0;
}

.location-map-grid-path {
  stroke: rgba(var(--ko-accent-rgb), 1);
}

.location-map-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}

.location-map-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.location-map-icon-wrap {
  position: relative;
}

.location-map-icon {
  display: block;
  color: rgba(var(--ko-accent-rgb), 1);
  filter: drop-shadow(0 0 4px rgba(var(--ko-accent-rgb), 0.3));
  transition:
    opacity 0.3s ease,
    filter 0.3s ease;
}

.location-map.is-hovered .location-map-icon {
  filter: drop-shadow(0 0 8px rgba(var(--ko-accent-rgb), 0.6));
}

.location-map.is-expanded .location-map-icon {
  opacity: 0;
}

.location-map-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(var(--ko-accent-rgb), 0.08);
  border: 1px solid rgba(var(--ko-accent-rgb), 0.12);
  backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.location-map.is-hovered .location-map-status {
  transform: scale(1.05);
  background: rgba(var(--ko-accent-rgb), 0.12);
}

.location-map-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(var(--ko-accent-rgb), 1);
  box-shadow: 0 0 10px rgba(var(--ko-accent-rgb), 0.55);
}

.location-map-status span {
  color: rgba(var(--ko-neutral-300-rgb), 0.9);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.location-map-bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.location-map-title {
  color: rgba(var(--ko-neutral-50-rgb), 1);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  transform: translateX(0);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.location-map.is-hovered .location-map-title {
  transform: translateX(4px);
}

.location-map-coordinates {
  max-height: 0;
  overflow: hidden;
  color: rgba(var(--ko-neutral-300-rgb), 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    max-height 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.location-map.is-expanded .location-map-coordinates {
  max-height: 24px;
  opacity: 1;
  transform: translateY(0);
}

.location-map-underline {
  height: 1px;
  margin-top: 2px;
  background:
    linear-gradient(to right, rgba(var(--ko-accent-rgb), 0.8) 0%, rgba(var(--ko-accent-rgb), 0.42) 55%, rgba(var(--ko-neutral-300-rgb), 0.12) 78%, rgba(var(--ko-neutral-300-rgb), 0) 100%);
  transform: scaleX(0.3);
  transform-origin: left center;
  transition: transform 0.4s ease;
}

.location-map.is-hovered .location-map-underline,
.location-map.is-expanded .location-map-underline {
  transform: scaleX(1);
}

.location-map-hint {
  position: absolute;
  left: 50%;
  bottom: 0;
  color: rgba(var(--ko-neutral-300-rgb), 0.72);
  font-size: 10px;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, 4px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.location-map.is-hovered:not(.is-expanded) .location-map-hint {
  opacity: 1;
  transform: translate(-50%, 0);
}

.location-map:focus-visible {
  box-shadow: 0 0 0 2px rgba(var(--ko-neutral-50-rgb), 0.28);
  border-radius: 1.1rem;
}

.cta-profile-stage {
  position: relative;
  width: min(1300px, calc(100vw - 24px));
  margin: 0 auto;
  min-height: clamp(640px, 86vh, 860px);
  border-radius: var(--radius-md);
  overflow: hidden;
  isolation: isolate;
  background: #000;
  box-shadow:
    0 30px 90px rgba(var(--ko-black-rgb), 0.48),
    inset 0 1px 0 rgba(var(--ko-white-rgb), 0.05);
}

.cta-profile-stage::before,
.cta-profile-stage::after {
  content: none;
}

.cta-gradient-bars-stage {
  background: rgb(10, 10, 10);
}

.cta-gradient-bars-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.cta-gradient-bars-track {
  display: flex;
  height: 100%;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.cta-gradient-bars-bar {
  flex: 1 0 calc(100% / 7);
  max-width: calc(100% / 7);
  height: 100%;
  background: linear-gradient(to top, rgb(160, 232, 79), transparent);
  transform: scaleY(var(--initial-scale));
  transform-origin: bottom;
  transition: transform 0.5s ease-in-out;
  animation: cta-gradient-bars-pulse 2s ease-in-out infinite alternate;
  outline: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

@keyframes cta-gradient-bars-pulse {
  0% { transform: scaleY(var(--initial-scale)); }
  100% { transform: scaleY(calc(var(--initial-scale) * 0.7)); }
}

.cta-profile-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cta-shades-mesh,
.cta-shades-dots,
.cta-shades-lights,
.cta-shades-light {
  position: absolute;
}

.cta-shades-mesh,
.cta-shades-dots,
.cta-shades-lights {
  inset: 0;
}

.cta-shades-mesh {
  inset: -8%;
  background-color: #000000;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.18) 8%, rgba(51, 51, 51, 0.5) 20%, rgba(26, 26, 26, 0.94) 42%, rgba(0, 0, 0, 1) 68%),
    radial-gradient(circle at 24% 24%, rgba(51, 51, 51, 0.48) 0%, transparent 38%),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.14) 0%, transparent 26%),
    radial-gradient(circle at 62% 74%, rgba(26, 26, 26, 0.92) 0%, transparent 34%),
    linear-gradient(180deg, #000000 0%, #101010 28%, #1a1a1a 48%, #333333 64%, #0a0a0a 100%);
  filter: contrast(1.06) saturate(0.92);
}

.cta-shades-mesh::before,
.cta-shades-mesh::after,
.cta-shades-dots::before,
.cta-shades-dots::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-shades-mesh::before {
  inset: -22%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 17px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 17px);
  opacity: 0.2;
  mix-blend-mode: screen;
  transform: perspective(1200px) rotateX(71deg) scale(1.9) translateY(20%);
  transform-origin: center 58%;
  mask-image: radial-gradient(circle at 50% 52%, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.82) 16%, rgba(0, 0, 0, 0.34) 42%, transparent 72%);
}

.cta-shades-mesh::after {
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 18%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0.44) 100%);
}

.cta-shades-dots {
  inset: 0;
  opacity: 0.6;
  mix-blend-mode: screen;
}

.cta-shades-dots::before {
  inset: 8%;
  border-radius: 999px;
  background:
    repeating-conic-gradient(from 8deg at 50% 50%, rgba(255, 255, 255, 0.28) 0deg 1.2deg, transparent 1.2deg 11deg),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 44%);
  mask-image:
    radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(0, 0, 0, 1) 28.8% 30.4%, transparent 31.2% 42%, rgba(0, 0, 0, 1) 42.8% 44.2%, transparent 45%);
  opacity: 0.42;
}

.cta-shades-dots::after {
  inset: 0;
  background:
    radial-gradient(circle at 64% 34%, rgba(255, 255, 255, 0.18) 0 1.8px, transparent 2.4px),
    radial-gradient(circle at 34% 62%, rgba(255, 255, 255, 0.15) 0 1.6px, transparent 2.2px),
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.12) 0 1.4px, transparent 2px),
    radial-gradient(circle at 80% 52%, rgba(255, 255, 255, 0.1) 0 1.3px, transparent 1.9px),
    radial-gradient(circle at 22% 36%, rgba(255, 255, 255, 0.09) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 26%),
    radial-gradient(circle at 50% 50%, transparent 0 29.8%, rgba(255, 255, 255, 0.08) 30% 30.4%, transparent 30.7% 43%, rgba(255, 255, 255, 0.05) 43.2% 43.6%, transparent 44%);
  opacity: 0.5;
}

.cta-shades-lights {
  overflow: hidden;
}

.cta-shades-light {
  border-radius: 999px;
  pointer-events: none;
}

.cta-shades-light-one {
  top: 25%;
  left: 33.333333%;
  width: 8rem;
  height: 8rem;
  background: rgba(31, 41, 55, 0.05);
  filter: blur(64px);
}

.cta-shades-light-two {
  right: 25%;
  bottom: 33.333333%;
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.02);
  filter: blur(40px);
}

.cta-shades-light-three {
  top: 50%;
  right: 33.333333%;
  width: 5rem;
  height: 5rem;
  background: rgba(17, 24, 39, 0.03);
  filter: blur(24px);
}

.cta-profile-content {
  position: relative;
  z-index: 3;
  min-height: inherit;
  width: min(100% - 42px, 790px);
  margin: 0 auto;
  padding: clamp(42px, 10vh, 120px) 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: var(--space-sm);
  text-align: center;
}

.cta-profile-title {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2rem, 3.4vw, 2.9rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--loopino-text-strong);
  text-wrap: balance;
  text-shadow: 0 12px 34px rgba(var(--ko-black-rgb), 0.52);
}

.cta-profile-subtitle {
  margin: 0;
  max-width: 56ch;
  font-size: clamp(0.98rem, 1.1vw, 1.12rem);
  line-height: 1.45;
  color: var(--loopino-text-muted);
}

.cta-profile-form {
  margin-top: var(--space-md);
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.cta-profile-field {
  min-width: 0;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 20px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(var(--ko-white-rgb), 0.12);
  background: rgba(var(--ko-neutral-900-rgb), 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.05),
    0 16px 32px rgba(var(--ko-black-rgb), 0.18);
  backdrop-filter: blur(18px);
}

.cta-profile-field-link {
  justify-content: center;
  color: var(--loopino-text-strong);
  text-decoration: none;
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  font-weight: 500;
}

.cta-profile-field-link:hover {
  border-color: rgba(var(--ko-white-rgb), 0.2);
  color: var(--loopino-primary);
}

.cta-profile-prefix {
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  color: var(--loopino-text-soft);
  white-space: nowrap;
}

.cta-profile-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--loopino-text-strong);
  font-size: clamp(0.96rem, 1vw, 1.08rem);
  font-weight: 500;
  border-radius: var(--loopino-radius-md);
  padding: 4px 0;
}

.cta-profile-field input::placeholder {
  color: rgba(var(--ko-neutral-200-rgb), 0.48);
}

.cta-profile-submit {
  appearance: none;
  -webkit-appearance: none;
  height: 56px;
  min-width: 178px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  border: 1px solid rgba(var(--ko-accent-rgb), 0.8);
  background: rgba(var(--ko-accent-rgb), 1);
  color: rgba(var(--ko-on-accent-rgb), 1);
  font-size: 0.95rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  cursor: pointer;
  text-decoration: none;
  box-shadow:
    inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.08),
    0 0 24px rgba(var(--ko-accent-rgb), 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.cta-profile-submit:hover {
  transform: translateY(-1px);
  background: rgba(var(--ko-accent-400-rgb), 1);
  box-shadow:
    inset 0 0 0 1px rgba(var(--ko-white-rgb), 0.18),
    0 0 30px rgba(var(--ko-accent-rgb), 0.24);
}

.cta-profile-submit:focus-visible,
.cta-profile-field input:focus-visible {
  outline: 2px solid rgba(var(--ko-accent-rgb), 0.7);
  outline-offset: 2px;
}

.cta-profile-login {
  margin: var(--space-sm) 0 0;
  font-size: 0.95rem;
  color: var(--loopino-text-soft);
}

.cta-profile-login a {
  color: var(--loopino-text-strong);
  font-weight: 600;
}

.cta-profile-login a:hover {
  color: var(--loopino-primary);
}

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

.footer {
  margin-top: var(--space-xl);
  padding: clamp(44px, 7vw, 84px) 0 0;
  overflow: hidden;
  border-top: 1px solid rgba(var(--ko-white-rgb), 0.08);
  color: var(--loopino-text-soft);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 2fr);
  gap: clamp(24px, 4vw, 72px);
  padding-bottom: clamp(24px, 3.2vw, 40px);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.footer-logo-link {
  display: block;
  width: 100%;
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}

.footer-links-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-accordion {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-accordion-trigger {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  text-align: left;
  cursor: default;
}

.footer .footer-accordion-icon {
  display: none;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  position: relative;
}

.footer .footer-accordion-icon::before,
.footer .footer-accordion-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(var(--ko-neutral-100-rgb), 0.8);
  border-radius: 99px;
  transition: transform 0.24s ease, opacity 0.24s ease, background-color 0.24s ease;
}

.footer .footer-accordion-icon::before {
  width: 12px;
  height: 1.8px;
  transform: translate(-50%, -50%);
}

.footer .footer-accordion-icon::after {
  width: 1.8px;
  height: 12px;
  transform: translate(-50%, -50%) scaleY(1);
  opacity: 1;
}

.footer-links-content {
  overflow: visible;
  height: auto;
  opacity: 1;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-group-title {
  margin-bottom: 4px;
  color: var(--loopino-text-soft);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-link {
  width: fit-content;
  color: var(--loopino-text-muted);
  font-size: 0.92rem;
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: var(--loopino-primary);
}

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

.footer-link:focus-visible {
  outline: 2px solid rgba(var(--ko-accent-rgb), 0.7);
  outline-offset: 3px;
  border-radius: 4px;
}

.footer-bottom {
  border-top: 1px solid rgba(var(--ko-white-rgb), 0.1);
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 0.82rem;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 80px);
  width: 100%;
  padding: 0 clamp(80px, 3vw, 40px);
}

.footer-brand-block,
.footer-nav-block {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-nav-block {
  align-items: flex-end;
}

.footer-brand-logo {
  width: clamp(148px, 16vw, 206px);
}

.footer-brand-logo .footer-logo {
  width: 100%;
}

.footer-inline-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  list-style: none;
}

.footer-inline-links li {
  display: flex;
}

.footer-nav-block .footer-inline-links {
  justify-content: flex-end;
}

.footer-copyright {
  color: rgba(var(--ko-white-rgb), 0.88);
  font-size: 0.88rem;
  line-height: 1.5;
}

.faq-tabs-section {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
}

.faq-tabs-shell {
  position: relative;
  overflow: hidden;
  padding: 48px 20px 24px;
  color: var(--loopino-text-default);
}

.faq-tabs-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.faq-tabs-subtitle {
  margin-bottom: 32px;
  background: var(--loopino-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
}

.faq-tabs-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  font-family: var(--ko-font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.faq-tabs-controls {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.faq-tabs-control {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--loopino-border-soft);
  border-radius: var(--loopino-radius-md);
  background: transparent;
  color: var(--loopino-text-soft);
  cursor: pointer;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.5s ease, border-color 0.5s ease, transform 0.24s ease;
  white-space: nowrap;
}

.faq-tabs-control:hover {
  color: var(--loopino-text-default);
  transform: translateY(-1px);
}

.faq-tabs-control:focus-visible {
  outline: 2px solid rgba(var(--ko-accent-rgb), 0.58);
  outline-offset: 3px;
}

.faq-tabs-control.is-active {
  border-color: var(--loopino-primary);
  color: rgba(var(--ko-on-accent-rgb), 1);
}

.faq-tabs-control-label,
.faq-tabs-control-bg {
  position: relative;
  z-index: 1;
}

.faq-tabs-control-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--loopino-primary);
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-tabs-control.is-active .faq-tabs-control-bg {
  transform: translateY(0%);
}

.faq-tabs-panels {
  max-width: 768px;
  margin: 48px auto 0;
}

.faq-tabs-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}

.faq-tabs-panel.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: faq-tabs-panel-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.faq-tabs-item {
  border: 1px solid var(--loopino-border-soft);
  border-radius: var(--loopino-radius-md);
  background: transparent;
  transition: background-color 0.28s ease, border-color 0.28s ease;
}

.faq-tabs-item + .faq-tabs-item {
  margin-top: 16px;
}

.faq-tabs-item.is-open {
  background: rgba(var(--ko-neutral-800-rgb), 0.5);
  border-color: rgba(var(--ko-border-rgb), 0.34);
}

.faq-tabs-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 16px;
  text-align: left;
}

.faq-tabs-question:focus-visible {
  outline: 2px solid rgba(var(--ko-accent-rgb), 0.58);
  outline-offset: -2px;
  border-radius: 12px;
}

.faq-tabs-question-text {
  color: var(--loopino-text-soft);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.28s ease;
}

.faq-tabs-item.is-open .faq-tabs-question-text {
  color: var(--loopino-text-default);
}

.faq-tabs-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--loopino-text-soft);
  transition: color 0.2s ease, transform 0.2s ease;
}

.faq-tabs-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.faq-tabs-item.is-open .faq-tabs-icon {
  color: var(--loopino-text-default);
  transform: rotate(45deg);
}

.faq-tabs-answer {
  height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: height 0.3s ease-in-out;
}

.faq-tabs-answer p {
  color: var(--loopino-text-soft);
  padding: 0 0 16px;
}

@keyframes faq-tabs-panel-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-wave {
  overflow: hidden;
  height: 200px;
  margin-top: clamp(16px, 2vw, 24px);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%);
}

.footer-wave-track {
  margin-top: 0;
}

.footer-wave-segment {
  background-color: var(--loopino-primary);
  transition: transform 0.1s ease;
  will-change: transform;
  margin-top: -2px;
}

.reveal,
.reveal-cycle,
.section-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.section-reveal {
  transition-duration: 0.7s;
}

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

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

@keyframes dash {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -120; }
}

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

@keyframes grow {
  from { height: 0; }
  to { height: var(--h); }
}

@keyframes fill {
  0%, 100% { width: 68%; }
  50% { width: 82%; }
}

@keyframes battery-sheen {
  0%, 100% { transform: translateY(24%) rotate(0deg); opacity: 0.45; }
  50% { transform: translateY(-8%) rotate(6deg); opacity: 0.85; }
}

@keyframes intro-up {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes intro-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes intro-nav {
  from { opacity: 0; transform: translate(-50%, -12px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes social-proof-orbit {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-8%, 10%, 0) scale(1.1); }
}

@media (max-width: 980px) {
  .nav-links { display: none; }
  .split { grid-template-columns: 1fr; }
  .strategy-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plans-payment-grid { grid-template-columns: 1fr; }
  .card-nav-container { width: 90%; }
  .scroll-morph-hero-section {
    height: 280vh;
  }
  .scroll-morph-hero-intro h1 {
    font-size: clamp(1.9rem, 5.6vw, 3.2rem);
  }
  .scroll-morph-hero-active {
    width: min(100% - 24px, 620px);
  }
  .scroll-morph-hero-active h2 {
    font-size: clamp(1.8rem, 6vw, 3rem);
  }
  .section-scroll-reveal {
    margin-top: 0;
    margin-bottom: 50px;
  }
  #flow.section-scroll-reveal {
    margin-top: 0;
  }
  .gallery-marquee {
    width: calc(100vw - 8px);
    margin: 12px auto;
  }
  .gallery-marquee-stage { height: 100vh; }
  .gallery-marquee-grid {
    width: 248%;
    flex-shrink: 0;
    gap: 4px;
    transform: translateX(18px) translateY(-10%) rotateX(25deg) rotateZ(25deg) scale(1.1);
  }
  .gallery-track-group {
    gap: 6px;
  }
  .gallery-item {
    border-radius: 12px;
  }
  .three-d-carousel-track { width: min(100%, 1120px); }
  .three-d-card { width: min(100%, 580px); }
  .three-d-card.is-next { transform: translateX(calc(-50% + 30%)) scale(0.95); }
  .three-d-card.is-prev { transform: translateX(calc(-50% - 30%)) scale(0.95); }
  .battery-stage { grid-template-columns: 1fr; }
  .loopino-battery-meter-shell { width: 420px; height: 420px; margin: 0 auto; }
  .social-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .social-proof-card--featured {
    grid-column: span 2;
    grid-row: auto;
  }
  .social-proof-grid .social-proof-card:nth-child(2),
  .social-proof-grid .social-proof-card:nth-child(3) {
    grid-column: auto;
  }
  .cta-profile-stage {
    width: min(100vw - 18px, 1120px);
    min-height: clamp(620px, 78vh, 760px);
  }
  .cta-profile-content { width: min(100% - 30px, 700px); }
  .footer-shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-nav-block {
    align-items: flex-start;
  }

  .footer-nav-block .footer-inline-links {
    justify-content: flex-start;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    overflow-x: clip;
  }

  #team-slider {
    padding-top: var(--space-xl);
  }

  .portfolio-scroll {
    height: 245svh;
  }

  .portfolio-scroll-stage {
    position: sticky;
    top: 0;
    min-height: 100svh;
    justify-content: flex-end;
    padding: 0 0 10svh;
  }

  .portfolio-scroll-track {
    gap: 16px;
    padding: 0 20px;
  }

  .portfolio-scroll-viewport {
    overflow: hidden;
  }

  .portfolio-scroll-fade {
    display: none;
  }

  .portfolio-card {
    flex-basis: min(78vw, 360px);
    width: min(78vw, 360px);
    height: min(74svh, 680px);
    border-radius: 18px;
  }

  .portfolio-card-overlay {
    opacity: 1;
    justify-content: flex-end;
    padding: 0;
    background: linear-gradient(180deg, rgba(var(--ko-overlay-rgb), 0.08) 0%, rgba(var(--ko-overlay-rgb), 0.42) 52%, rgba(var(--ko-overlay-rgb), 0.92) 100%);
  }

  .portfolio-card-panel {
    max-height: none;
    overflow: visible;
    gap: 12px;
    padding: 0 18px 18px;
    transform: none;
    opacity: 1;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      padding 0.35s ease;
  }

  .portfolio-card-title-desktop {
    display: block;
    font-size: 1rem;
  }

  .portfolio-card-toggle {
    display: none;
  }

  .portfolio-card-toggle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(var(--ko-white-rgb), 0.1);
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }

  .portfolio-card-toggle-icon svg {
    width: 18px;
    height: 18px;
  }

  .portfolio-card-toggle:focus-visible {
    outline: none;
  }

  .portfolio-card.is-open .portfolio-card-toggle-icon {
    transform: rotate(180deg);
  }

  .portfolio-card-group {
    gap: 6px;
  }

  .portfolio-card-label {
    font-size: 0.84rem;
  }

  .portfolio-card-badge {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 0.84rem;
  }

  .portfolio-card-title {
    font-size: 1.28rem;
  }

  .portfolio-card-description {
    font-size: 0.98rem;
  }

  .portfolio-card-more {
    justify-content: flex-end;
    padding: 20px 18px;
  }

  .portfolio-card-more-text {
    font-size: clamp(2rem, 11vw, 3.4rem);
  }

  .portfolio-card-more-arrow {
    width: 46px;
    height: 46px;
  }

  .portfolio-scroll-progress {
    display: block;
    width: calc(100% - 40px);
  }

  .portfolio-section-cta {
    margin-top: 24px;
  }

  .testimonial-slider {
    padding: 24px;
  }

  .testimonial-slider-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-meta,
  .testimonial-slider-visual,
  .testimonial-slider-content {
    grid-column: span 1;
  }

  .testimonial-slider-meta {
    order: 2;
  }

  .testimonial-slider-meta-top {
    align-items: center;
  }

  .testimonial-slider-label {
    display: none;
  }

  .testimonial-slider-thumbnail {
    width: 64px;
    height: 80px;
  }

  .testimonial-slider-visual {
    order: 1;
    min-height: 400px;
  }

  .testimonial-slider-content {
    order: 3;
    gap: var(--space-md);
  }

  .testimonial-slider-quote {
    font-size: clamp(1.55rem, 6vw, 2.4rem);
  }

  .scroll-morph-hero-section {
    height: 240vh;
  }

  .scroll-morph-hero-intro {
    width: min(100% - 20px, 420px);
  }

  .scroll-morph-hero-intro h1 {
    font-size: clamp(1.7rem, 9vw, 2.55rem);
  }

  .scroll-morph-hero-intro p {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
  }

  .scroll-morph-hero-active {
    top: 8%;
    width: min(100% - 20px, 420px);
  }

  .scroll-morph-hero-active h2 {
    font-size: clamp(1.7rem, 8.8vw, 2.45rem);
    line-height: 1.04;
  }

  .scroll-morph-hero-active p {
    max-width: 30ch;
    font-size: 0.94rem;
    line-height: 1.45;
  }

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

  .scroll-morph-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .scroll-morph-card {
    width: 52px;
    height: 74px;
  }

  .scroll-morph-card-face {
    border-radius: 12px;
  }

  .card-nav-container {
    top: calc(env(safe-area-inset-top, 0px) + 0.75rem);
    left: 0;
    right: 0;
    width: min(90%, 800px);
    margin-inline: auto;
    transform: none;
  }

  html.has-js .card-nav-container,
  html.has-js.is-loaded .card-nav-container {
    transform: none;
  }

  html.has-js.is-loaded .card-nav-container {
    animation: none;
  }

  .card-nav.open {
    height: calc(100svh - (env(safe-area-inset-top, 0px) + 1.5rem));
  }

  .card-nav {
    height: 48px;
  }

  .card-nav-top {
    height: 48px;
    padding: 0.35rem 0.9rem;
    justify-content: space-between;
  }

  .card-nav-actions {
    width: 30px;
    justify-content: flex-end;
  }

  .nav-cta {
    display: none;
  }

  .logo {
    height: 16px;
    width: auto;
  }

  .card-nav-content {
    top: 48px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0.5rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    bottom: 0;
    justify-content: flex-start;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .loopino-battery-meter-shell { width: 320px; height: 320px; }

  .scroll-reveal-stack { gap: var(--space-md); }

  .nav-card {
    height: auto;
    min-height: 60px;
    flex: 1 1 auto;
    max-height: none;
  }

  .nav-card-label { font-size: 18px; }
  .nav-card-link { font-size: 15px; }
  .btn.nav-cta { padding: 0 12px; font-size: 0.8rem; }
  .plans-toggle { justify-content: flex-start; }
  .plans-toggle-option {
    flex: 1;
    justify-content: center;
  }
  .social-proof-stage {
    padding: 16px;
  }
  .social-proof-stage-spotlight {
    display: none;
  }
  .social-proof-metrics {
    grid-template-columns: 1fr;
  }
  .social-proof-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 2px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .social-proof-grid::-webkit-scrollbar {
    display: none;
  }
  .social-proof-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
  }
  .social-proof-card {
    flex: 0 0 calc(100% - 2px);
    min-width: calc(100% - 2px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .social-proof-card--featured {
    grid-column: auto;
  }
  .social-proof-grid .social-proof-card:nth-child(2),
  .social-proof-grid .social-proof-card:nth-child(3) {
    grid-column: auto;
  }
  .social-proof-card::before {
    top: 8px;
    right: 12px;
    font-size: 2.8rem;
  }
  .social-proof-card-results li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .plans-grid { grid-template-columns: 1fr; }
  .section-scroll-reveal {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .three-d-carousel { padding-bottom: 56px; }
  .three-d-card { width: min(100%, 580px); }
  #strategizer-carousel .three-d-carousel-track {
    min-height: 0;
  }
  #strategizer-carousel .three-d-card {
    height: auto;
    min-height: 0;
  }
  #strategizer-carousel .three-d-card-media {
    padding: var(--space-md);
    padding-bottom: var(--space-2xs);
  }
  #strategizer-carousel .three-d-card-content {
    flex: 0 0 auto;
    padding: var(--space-md);
    gap: var(--space-sm);
  }
  #strategizer-carousel .three-d-tags {
    margin-top: var(--space-2xs);
    gap: var(--space-xs);
  }
  #strategizer-carousel .three-d-card-link {
    margin-top: var(--space-sm);
  }
  .three-d-card.is-next,
  .three-d-card.is-prev {
    transform: translateX(-50%) scale(0.95);
    opacity: 0;
  }
  .three-d-carousel-btn { display: none; }
  .cta-profile-stage {
    width: calc(100vw - 12px);
    min-height: clamp(700px, 94svh, 860px);
  }
  .cta-profile-content {
    width: min(100% - 24px, 540px);
    padding: clamp(34px, 8vh, 82px) 0;
  }
  .cta-profile-title {
    max-width: 14ch;
    font-size: clamp(1.9rem, 8.2vw, 2.6rem);
    line-height: 1.1;
  }
  .cta-profile-subtitle {
    max-width: 38ch;
    font-size: clamp(0.95rem, 3.8vw, 1.05rem);
  }
  .cta-profile-form {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cta-profile-field {
    height: 58px;
    width: 100%;
  }
  .cta-profile-submit {
    width: 100%;
    height: 54px;
  }
  .footer {
    padding: 38px 0 0;
  }

  .footer-top {
    gap: 20px;
    padding: 0 20px;
  }

  .footer-brand-block,
  .footer-nav-block {
    align-items: center;
    text-align: center;
  }

  .footer-nav-block .footer-inline-links,
  .footer-inline-links {
    justify-content: center;
  }

  .footer-brand-logo {
    width: clamp(142px, 40vw, 182px);
  }

  .footer-inline-links {
    gap: 8px 14px;
  }

  .footer-link {
    width: auto;
  }

  .footer-wave {
    height: 168px;
    margin-top: 8px;
  }

  .footer-shell {
    gap: 22px;
    padding-bottom: 22px;
    justify-items: center;
  }
  .footer-brand {
    gap: 12px;
    align-items: center;
    text-align: center;
  }
  .footer-logo-link {
    width: clamp(128px, 38vw, 186px);
  }
  .footer-links-grid {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .footer-links-group {
    align-items: center;
    text-align: center;
    padding: 14px 16px;
  }
  .footer-links-content {
    width: 100%;
    overflow: hidden;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: height 0.3s ease, opacity 0.24s ease;
  }
  .footer-links-list {
    align-items: center;
    padding-top: 8px;
  }
  .footer-links-accordion[data-state="open"] > .footer-links-content {
    opacity: 1;
    pointer-events: auto;
  }
  .footer-links-accordion[data-state="closed"] > .footer-links-content {
    opacity: 0;
    pointer-events: none;
  }
  .footer .footer-links-accordion[data-state="open"] .footer-accordion-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
  }
  .footer .footer-links-accordion[data-state="closed"] .footer-accordion-icon::after {
    transform: translate(-50%, -50%) scaleY(1);
    opacity: 1;
  }
  .footer-links-accordion[data-state="open"] .footer-links-list {
    align-items: center;
  }
  .footer-accordion-trigger {
    justify-content: center;
    padding-right: 0;
    cursor: pointer;
  }
  .footer .footer-accordion-trigger:hover .footer-accordion-icon::before,
  .footer .footer-accordion-trigger:hover .footer-accordion-icon::after,
  .footer .footer-links-accordion[data-state="open"] .footer-accordion-icon::before,
  .footer .footer-links-accordion[data-state="open"] .footer-accordion-icon::after {
    background-color: var(--loopino-primary);
  }
  .footer .footer-accordion-icon {
    position: relative;
    margin-top: 0;
    display: inline-block;
  }
  .footer-group-title {
    margin-bottom: 0;
  }
  .footer-link {
    padding: 4px 0;
  }
  .footer-link:hover {
    transform: none;
  }
  .footer-bottom {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 0.78rem;
  }
  .footer-bottom > span {
    width: 100%;
  }
  .footer-bottom-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .faq-tabs-section {
    padding: 36px 0 32px;
  }

  .faq-tabs-shell {
    padding: 40px 14px 16px;
  }

  .faq-tabs-subtitle,
  .faq-tabs-title {
    margin-bottom: 24px;
  }

  .faq-tabs-controls {
    gap: 12px;
  }

  .faq-tabs-panels {
    margin-top: 36px;
  }
}

@media (max-width: 480px) {
  .location-map-shell {
    gap: 24px;
    padding-inline: 0;
  }

  .location-map {
    --location-map-width: 220px;
    --location-map-height: 136px;
  }

  .location-map.is-expanded {
    --location-map-width: min(320px, calc(100vw - 44px));
    --location-map-height: 250px;
  }

  .location-map-content {
    padding: 18px;
  }

  .location-map-status {
    padding-inline: 7px;
  }

  .location-map-title {
    font-size: 0.84rem;
  }

  .location-map-coordinates {
    font-size: 0.7rem;
  }

  .testimonial-slider {
    padding: 20px;
  }

  .testimonial-slider-visual {
    min-height: 340px;
  }

  .testimonial-slider-quote {
    font-size: clamp(1.4rem, 4vw, 2rem);
  }

  .gallery-marquee-stage { height: 100vh; }
  .gallery-image { max-width: none; }
  .cta-profile-stage {
    min-height: clamp(640px, 91svh, 760px);
    border-radius: 24px;
  }
  .cta-profile-content { width: min(100% - 22px, 470px); }
  .cta-profile-title { font-size: clamp(1.75rem, 9vw, 2.2rem); }
  .cta-profile-subtitle { font-size: 0.92rem; }
  .cta-profile-prefix { display: none; }
  .cta-profile-field { padding: 0 18px; }
  .cta-profile-field input { font-size: 0.98rem; }
  .cta-profile-login { margin-top: 6px; }
  .three-d-carousel { padding-bottom: 48px; }
  .three-d-card { width: min(100%, 580px); }
  #strategizer-carousel .three-d-card-media {
    padding: 12px;
    padding-bottom: 6px;
  }
  #strategizer-carousel .three-d-card-content {
    padding: 12px 14px 14px;
  }
  .three-d-carousel-dots { bottom: 12px; }
  .social-proof-card {
    min-height: 0;
  }
  .social-proof-avatar {
    width: 38px;
    height: 38px;
  }
  .social-proof-author p {
    font-size: 0.82rem;
  }

  .faq-tabs-title {
    font-size: clamp(1.9rem, 10vw, 2.35rem);
  }

  .faq-tabs-control {
    width: 100%;
    justify-content: center;
  }

  .faq-tabs-question {
    padding: 14px;
  }

  .faq-tabs-question-text {
    font-size: 1rem;
  }

  .faq-tabs-answer {
    padding: 0 14px;
  }

  .footer-logo-link {
    width: 132px;
  }

  .footer-top {
    padding: 0 16px;
  }

  .footer-wave {
    height: 136px;
  }

  .footer-links-group {
    padding: 12px 14px;
    border-radius: 14px;
  }
  .footer-bottom-links {
    width: 100%;
    gap: 8px 14px;
  }
  .section-scroll-reveal {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }

  .scroll-reveal {
    transform: none !important;
  }

  .scroll-reveal-word {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

.footer {
  --footer-wave-height: 200px;
  position: relative;
  margin-top: clamp(72px, 10vw, 144px);
  color: var(--loopino-text-default);
  overflow: visible;
}

.footer-sticky-shell {
  position: relative;
}

.footer-panel {
  display: grid;
  grid-template-rows: minmax(0, 1fr) var(--footer-wave-height);
  overflow: hidden;
  isolation: isolate;
}

.footer-core {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 60px);
  min-height: 0;
  padding-top: clamp(38px, 5vw, 64px);
  padding-bottom: clamp(22px, 3vw, 40px);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(26px, 4vw, 72px);
  align-items: start;
}

.footer-brand-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 420px;
  animation: footer-rise 0.8s ease both 0.08s;
}

.footer-eyebrow {
  color: var(--loopino-primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.footer-logo-link {
  display: block;
  width: clamp(156px, 18vw, 236px);
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
}

.footer-intro {
  max-width: 34ch;
  color: var(--loopino-text-muted);
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  line-height: 1.65;
  text-wrap: balance;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.footer-links-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--ko-border-rgb), 0.18);
  animation: footer-rise 0.8s ease both;
}

.footer-links-accordion {
  margin: 0;
  overflow: hidden;
}

.footer-links-group:nth-child(1) {
  animation-delay: 0.12s;
}

.footer-links-group:nth-child(2) {
  animation-delay: 0.18s;
}

.footer-links-group:nth-child(3) {
  animation-delay: 0.24s;
}

.footer-links-group:nth-child(4) {
  animation-delay: 0.3s;
}

.footer-group-title {
  margin: 0;
  color: rgba(var(--ko-neutral-100-rgb), 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-accordion-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: default;
}

.footer-accordion-trigger:focus-visible {
  outline: 2px solid rgba(var(--ko-accent-rgb), 0.58);
  outline-offset: 4px;
  border-radius: 12px;
}

.footer .footer-accordion-icon {
  display: none;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--loopino-text-soft);
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer .footer-accordion-icon::before,
.footer .footer-accordion-icon::after {
  content: none;
}

.footer .footer-accordion-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-links-content {
  overflow: visible;
  height: auto;
  opacity: 1;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
}

.footer-link {
  position: relative;
  display: inline-flex;
  width: fit-content;
  color: var(--loopino-text-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  transition: color 0.24s ease, transform 0.24s ease;
}

.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--loopino-primary);
  transition: width 0.24s ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: var(--loopino-text-strong);
}

.footer-link:hover {
  transform: translateX(6px);
}

.footer-link:hover::after,
.footer-link:focus-visible::after {
  width: 100%;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 52px);
  padding-top: clamp(22px, 3.4vw, 36px);
  border-top: 1px solid rgba(var(--ko-border-rgb), 0.24);
}

.footer-meta-column {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(100%, 680px);
  margin: 0 auto;
  animation: footer-rise 0.9s ease both 0.3s;
}

.footer-cta-form {
  margin-top: 0;
  width: min(100%, 680px);
}

.footer-copyright {
  color: var(--loopino-text-soft);
  font-size: 0.82rem;
  text-align: center;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-link {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: var(--loopino-radius-md);
  border: 1px solid rgba(var(--ko-border-rgb), 0.26);
  color: var(--loopino-primary);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(var(--ko-title-rgb), 0.04),
    0 14px 28px rgba(var(--ko-shadow-rgb), 0.18);
  transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-4px) rotate(8deg);
  border-color: rgba(var(--ko-accent-rgb), 0.34);
  background: var(--loopino-primary);
  color: rgba(var(--ko-black-rgb), 1);
}

.footer-wave {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-top: 0;
  mask-image: linear-gradient(180deg, transparent 0%, #000 22%);
}

.footer-wave-track {
  margin-top: 0;
}

.footer-wave-segment {
  background-color: var(--loopino-primary);
  transition: transform 0.1s ease;
  will-change: transform;
  margin-top: -2px;
}

@keyframes footer-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-column {
    max-width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .footer-meta-column {
    justify-items: center;
  }
}

@media (max-width: 767px) {
  .footer {
    --footer-wave-height: 168px;
    margin-top: 72px;
  }

  .footer-core {
    gap: 28px;
    padding-top: 32px;
  }

  .footer-links-grid {
    gap: 18px 14px;
  }

  .footer-links-group {
    align-items: center;
    text-align: center;
    padding-top: 14px;
  }

  .footer-links-accordion {
    width: 100%;
  }

  .footer-accordion-trigger {
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
  }

  .footer .footer-accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .footer-links-content {
    width: 100%;
    overflow: hidden;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: height 0.3s ease, opacity 0.24s ease;
  }

  .footer-links-list {
    align-items: center;
    padding-top: 12px;
  }

  .footer-links-accordion[data-state="open"] > .footer-links-content {
    opacity: 1;
    pointer-events: auto;
  }

  .footer-links-accordion[data-state="closed"] > .footer-links-content {
    opacity: 0;
    pointer-events: none;
  }

  .footer-links-accordion[data-state="open"] .footer-accordion-icon {
    color: var(--loopino-primary);
    transform: rotate(45deg);
  }

  .footer-links-accordion[data-state="closed"] .footer-accordion-icon {
    color: var(--loopino-text-soft);
    transform: rotate(0deg);
  }

  .footer-social-link {
    width: 42px;
    height: 42px;
  }

}

@media (max-width: 540px) {
  .footer {
    --footer-wave-height: 136px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
  }

  .footer-social {
    flex-wrap: wrap;
  }

}

body.cookie-cmp-modal-open {
  overflow: hidden;
}

.cookie-cmp-root {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
}

.cookie-cmp-banner {
  position: fixed;
  inset: auto 0 0;
  display: flex;
  justify-content: center;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 220ms ease;
}

.cookie-cmp-banner.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-cmp-card,
.cookie-cmp-dialog {
  pointer-events: auto;
  color: var(--loopino-text-default);
  background:
    linear-gradient(160deg, rgba(var(--ko-panel-rgb), 0.96), rgba(var(--ko-surface-rgb), 0.94)),
    radial-gradient(circle at top left, rgba(var(--ko-accent-rgb), 0.12), transparent 55%);
  border: 1px solid rgba(var(--ko-border-rgb), 0.24);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(20px);
}

.cookie-cmp-card {
  width: min(100%, 32rem);
  overflow: hidden;
  border-radius: var(--loopino-radius-md);
}

.cookie-cmp-banner-header {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 24px 24px 16px;
}

.cookie-cmp-icon-badge,
.cookie-cmp-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(var(--ko-border-rgb), 0.14);
  color: var(--loopino-text-muted);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.cookie-cmp-icon-badge::before,
.cookie-cmp-category-icon::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-color: currentColor;
  -webkit-mask: url("/assets/icon/cookie.svg") center / contain no-repeat;
  mask: url("/assets/icon/cookie.svg") center / contain no-repeat;
}

.cookie-cmp-icon-badge {
  width: 40px;
  height: 40px;
  background: rgba(var(--ko-accent-rgb), 0.1);
  color: rgba(var(--ko-accent-rgb), 1);
}

.cookie-cmp-icon-badge::before {
  width: 22px;
  height: 22px;
}

.cookie-cmp-policy-link svg,
.cookie-cmp-close-button svg {
  width: 20px;
  height: 20px;
}

.cookie-cmp-banner-title,
.cookie-cmp-dialog-title,
.cookie-cmp-category-name {
  margin: 0;
  color: var(--loopino-text-strong);
  font-weight: 600;
}

.cookie-cmp-banner-title,
.cookie-cmp-dialog-title {
  font-size: 1.125rem;
  line-height: 1.3;
}

.cookie-cmp-banner-content {
  display: grid;
  gap: 16px;
  padding: 0 24px 16px;
}

.cookie-cmp-banner-text,
.cookie-cmp-dialog-description,
.cookie-cmp-category-description {
  margin: 0;
  color: var(--loopino-text-muted);
  line-height: 1.6;
}

.cookie-cmp-policy-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(var(--ko-accent-rgb), 1);
  transition: color 180ms ease;
}

.cookie-cmp-policy-link svg {
  width: 12px;
  height: 12px;
  transition: transform 180ms ease;
}

.cookie-cmp-policy-link:hover,
.cookie-cmp-policy-link:focus-visible {
  color: var(--loopino-text-strong);
}

.cookie-cmp-policy-link:hover svg,
.cookie-cmp-policy-link:focus-visible svg {
  transform: translateX(2px);
}

.cookie-cmp-banner-actions,
.cookie-cmp-dialog-footer {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid rgba(var(--ko-border-rgb), 0.18);
  background: rgba(var(--ko-surface-rgb), 0.32);
}

.cookie-cmp-banner-actions {
  flex-direction: column;
}

.cookie-cmp-dialog-footer {
  flex-direction: column-reverse;
}

.cookie-cmp-action {
  min-height: 36px;
  border: 1px solid rgba(var(--ko-border-rgb), 0.28);
  border-radius: var(--loopino-radius-md);
  background: rgba(var(--ko-surface-rgb), 0.88);
  color: var(--loopino-text-default);
  cursor: pointer;
  padding: 0 16px;
  font-size: 0.875rem;
  font-weight: 600;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.cookie-cmp-action-primary {
  border-color: rgba(var(--ko-accent-rgb), 0.48);
  background: rgba(var(--ko-accent-rgb), 1);
  color: rgba(var(--ko-on-accent-rgb), 1);
  box-shadow: 0 16px 30px rgba(var(--ko-accent-rgb), 0.22);
}

.cookie-cmp-action-outline {
  background: transparent;
}

.cookie-cmp-action:hover,
.cookie-cmp-action:focus-visible,
.cookie-cmp-close-button:hover,
.cookie-cmp-close-button:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(var(--ko-accent-rgb), 0.48);
}

.cookie-cmp-action-primary:hover,
.cookie-cmp-action-primary:focus-visible {
  background: rgba(var(--ko-accent-rgb), 0.92);
  color: rgba(var(--ko-on-accent-rgb), 1);
}

.cookie-cmp-action:not(.cookie-cmp-action-primary):hover,
.cookie-cmp-action:not(.cookie-cmp-action-primary):focus-visible,
.cookie-cmp-close-button:hover,
.cookie-cmp-close-button:focus-visible {
  background: rgba(var(--ko-accent-rgb), 0.14);
  color: var(--loopino-text-strong);
}

.cookie-cmp-modal {
  position: fixed;
  inset: 0;
  z-index: 1210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.cookie-cmp-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.cookie-cmp-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(var(--ko-overlay-rgb), 0.76);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

.cookie-cmp-dialog {
  position: relative;
  width: min(100%, 500px);
  max-height: calc(100vh - 48px);
  border-radius: var(--loopino-radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(24px) scale(0.98);
  transition: transform 220ms ease;
}

.cookie-cmp-modal.is-open .cookie-cmp-dialog {
  transform: translateY(0) scale(1);
}

.cookie-cmp-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 16px;
  border-bottom: 1px solid rgba(var(--ko-border-rgb), 0.18);
}

.cookie-cmp-dialog-heading {
  display: grid;
  gap: 8px;
}

.cookie-cmp-close-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid rgba(var(--ko-border-rgb), 0.28);
  border-radius: var(--loopino-radius-md);
  background: rgba(var(--ko-surface-rgb), 0.72);
  color: var(--loopino-text-default);
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.cookie-cmp-dialog-content {
  overflow-y: auto;
  padding: 24px;
}

.cookie-cmp-category-list {
  display: grid;
  gap: 16px;
}

.cookie-cmp-category-item {
  padding: 16px;
  border: 1px solid rgba(var(--ko-border-rgb), 0.22);
  border-radius: var(--loopino-radius-md);
  background: rgba(var(--ko-surface-rgb), 0.54);
  opacity: 0;
  transform: translateY(10px);
  animation: cookie-cmp-fade-up 220ms ease forwards;
  animation-delay: var(--cookie-cmp-delay, 0ms);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.cookie-cmp-category-item.is-enabled {
  border-color: var(--loopino-primary);
  background:
    linear-gradient(180deg, rgba(var(--ko-accent-rgb), 0.08), rgba(var(--ko-accent-rgb), 0.03)),
    rgba(var(--ko-surface-rgb), 0.58);
  box-shadow: inset 0 0 0 1px rgba(var(--ko-accent-rgb), 0.08);
}

.cookie-cmp-category-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.cookie-cmp-category-meta {
  display: flex;
  gap: 12px;
  min-width: 0;
}

.cookie-cmp-category-icon {
  width: 36px;
  height: 36px;
}

.cookie-cmp-category-icon.is-enabled {
  background: rgba(var(--ko-accent-rgb), 0.1);
  color: rgba(var(--ko-accent-rgb), 1);
}

.cookie-cmp-category-copy {
  display: grid;
  gap: 4px;
}

.cookie-cmp-category-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.cookie-cmp-required {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(var(--ko-accent-rgb), 0.12);
  color: rgba(var(--ko-accent-rgb), 1);
}

.cookie-cmp-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 44px;
  height: 24px;
  padding: 2px;
  border: 1px solid rgba(var(--ko-border-rgb), 0.3);
  border-radius: 999px;
  background: rgba(var(--ko-border-rgb), 0.48);
  cursor: pointer;
  flex-shrink: 0;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.cookie-cmp-switch:hover,
.cookie-cmp-switch:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(var(--ko-accent-rgb), 0.48);
}

.cookie-cmp-switch-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(var(--ko-white-rgb), 1);
  box-shadow: 0 8px 18px rgba(var(--ko-shadow-rgb), 0.28);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.cookie-cmp-switch.is-on {
  background: rgba(var(--ko-accent-rgb), 0.82);
  border-color: rgba(var(--ko-accent-rgb), 0.46);
}

.cookie-cmp-switch.is-on .cookie-cmp-switch-thumb {
  transform: translateX(20px);
  background: rgba(var(--ko-on-accent-rgb), 1);
}

.cookie-cmp-switch:disabled {
  cursor: default;
}

@keyframes cookie-cmp-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 640px) {
  .cookie-cmp-banner {
    justify-content: flex-start;
    padding: 0 16px 16px;
  }

  .cookie-cmp-card {
    width: min(100%, 28rem);
  }

  .cookie-cmp-banner-actions {
    flex-direction: row;
  }

  .cookie-cmp-banner-actions .cookie-cmp-action {
    flex: 1 1 0;
  }

  .cookie-cmp-dialog-footer {
    flex-direction: row;
    justify-content: flex-end;
  }

  .cookie-cmp-dialog-footer .cookie-cmp-action {
    min-width: 120px;
  }
}

@media (max-width: 639px) {
  .cookie-cmp-modal {
    padding: 12px;
  }

  .cookie-cmp-dialog {
    max-height: calc(100vh - 24px);
  }

  .cookie-cmp-banner-header,
  .cookie-cmp-banner-content,
  .cookie-cmp-dialog-header,
  .cookie-cmp-dialog-content,
  .cookie-cmp-dialog-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-cmp-dialog-header {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .cookie-cmp-dialog-footer,
  .cookie-cmp-banner-actions {
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .cookie-cmp-action {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-cmp-banner,
  .cookie-cmp-modal,
  .cookie-cmp-dialog,
  .cookie-cmp-action,
  .cookie-cmp-close-button,
  .cookie-cmp-switch,
  .cookie-cmp-category-item,
  .cookie-cmp-policy-link svg {
    animation: none !important;
    transition: none !important;
  }
}
