/* Lower landing — Column-inspired layout & scroll (SkazUm colors) */

.landing-home .landing-upper {
  position: relative;
  z-index: 1;
}

/* ——— Hero ——— */
.landing-home .ll-hero {
  padding-top: clamp(20px, 3vw, 40px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, rgba(247, 248, 252, 0.15) 100%);
}

.landing-home .ll-dot-field--hero {
  mask-image: radial-gradient(ellipse 70% 80% at 78% 42%, #000 12%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 78% 42%, #000 12%, transparent 70%);
}

.landing-home .ll-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.landing-home .ll-display {
  margin: 0;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--deep, #141b4d);
}

.landing-home .ll-headline-accent {
  display: block;
  margin-top: 0.1em;
}

.landing-home .ll-hero-copy .ll-lead {
  margin-top: 18px;
  font-size: clamp(16px, 1.8vw, 19px);
  max-width: 36rem;
}

.landing-home .ll-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.landing-home .ll-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 64px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  cursor: pointer;
}

.landing-home .ll-hero-btn-primary {
  background: var(--gradient);
  background-size: 200% auto;
  color: #fff;
  border: 0;
  box-shadow:
    0 18px 42px rgba(122, 77, 255, 0.32),
    0 8px 20px rgba(255, 75, 195, 0.18);
}

.landing-home .ll-hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 52px rgba(122, 77, 255, 0.38),
    0 10px 24px rgba(255, 75, 195, 0.22);
}

.landing-home .ll-hero-btn-star {
  font-size: 16px;
  line-height: 1;
  opacity: 0.95;
}

.landing-home .ll-hero-btn-secondary {
  background: #fff;
  color: #5921ff;
  border: 1.5px solid rgba(122, 77, 255, 0.38);
  box-shadow: 0 12px 32px rgba(20, 27, 77, 0.07);
}

.landing-home .ll-hero-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(122, 77, 255, 0.52);
  box-shadow: 0 16px 38px rgba(122, 77, 255, 0.14);
}

.landing-home .ll-hero-btn-arrow {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.landing-home .ll-hero-metrics-wrap {
  position: relative;
  margin-top: 28px;
}

.landing-home .ll-hero-metrics-star {
  position: absolute;
  pointer-events: none;
  font-size: 18px;
  line-height: 1;
  filter: drop-shadow(0 4px 10px rgba(255, 183, 41, 0.25));
  animation: home-star-twinkle 3.6s ease-in-out infinite;
}

.landing-home .ll-hero-metrics-star-a {
  left: -6px;
  bottom: 8px;
  color: #ffb729;
}

.landing-home .ll-hero-metrics-star-b {
  right: 12%;
  top: -10px;
  color: #ff4bc3;
  font-size: 14px;
  animation-delay: -1.2s;
}

.landing-home .ll-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.landing-home .ll-metric-card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 20px 22px;
  min-height: 96px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  background: #fff;
  box-shadow: 0 16px 44px rgba(20, 27, 77, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.landing-home .ll-metric-card .metric-icon {
  grid-row: 1 / span 2;
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.landing-home .ll-metric-card strong {
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  color: var(--deep);
}

.landing-home .ll-metric-card small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #68708e;
}

.landing-home .ll-hero-visual {
  position: relative;
  min-height: 500px;
}

.landing-home .ll-hero-float-stack {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
}

.landing-home .ll-hero-blob {
  position: absolute;
  width: min(480px, 88vw);
  height: min(480px, 88vw);
  background: linear-gradient(135deg, rgba(122, 77, 255, 0.2), rgba(41, 216, 255, 0.38));
  border-radius: 37% 63% 50% 50% / 45% 44% 56% 55%;
  right: 8%;
  top: 10%;
  z-index: 0;
}

.landing-home .ll-hero-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 183, 41, 0.22), transparent 68%);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  pointer-events: none;
  z-index: 0;
}

.landing-home .ll-hero-star {
  position: absolute;
  font-size: 40px;
  filter: drop-shadow(0 8px 18px rgba(255, 183, 41, 0.25));
  z-index: 3;
  pointer-events: none;
}

.landing-home .ll-hero-star-one { color: #ffb729; left: 10%; top: 22%; }
.landing-home .ll-hero-star-two { color: #8b5cf6; right: 12%; top: 8%; }
.landing-home .ll-hero-star-three { color: #ff4bc3; right: 4%; top: 48%; }
.landing-home .ll-hero-star-four { color: #29d8ff; left: 6%; bottom: 28%; font-size: 30px; }

.landing-home .ll-hero-book-card {
  position: relative;
  width: min(420px, 78vw);
  z-index: 2;
}

.landing-home .ll-hero-book-card::after {
  content: none;
}

.landing-home .ll-hero-book-card img {
  display: block;
  width: 100%;
}

.landing-home .ll-hero-note {
  position: absolute;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  width: 200px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(20, 27, 77, 0.12);
  z-index: 4;
}

.landing-home .ll-hero-note img {
  grid-row: 1 / span 2;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.landing-home .ll-hero-note strong {
  font-size: 15px;
  font-weight: 900;
}

.landing-home .ll-hero-note small {
  color: var(--deep);
  font-weight: 800;
  font-size: 12px;
}

.landing-home .ll-hero-note-love {
  right: 2%;
  top: 18%;
}

.landing-home .ll-hero-note-pdf {
  left: 0;
  bottom: 12%;
}

/* ——— Steps (mockup) ——— */
.landing-home .ll-steps {
  background:
    radial-gradient(ellipse 80% 60% at 18% 20%, rgba(255, 183, 41, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 55% at 82% 24%, rgba(41, 216, 255, 0.14), transparent 52%),
    radial-gradient(ellipse 90% 70% at 50% 100%, rgba(255, 75, 195, 0.1), transparent 58%),
    linear-gradient(180deg, #fdf9ff 0%, #f6f1ff 42%, #eef8ff 100%);
  padding-bottom: clamp(56px, 8vw, 88px);
}

.landing-home .ll-steps-scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.landing-home .ll-steps-star {
  position: absolute;
  font-size: 22px;
  line-height: 1;
  filter: drop-shadow(0 4px 10px rgba(255, 183, 41, 0.25));
  animation: home-star-twinkle 3.6s ease-in-out infinite;
}

.landing-home .ll-steps-star-a { top: 14%; left: 8%; color: #ffb729; }
.landing-home .ll-steps-star-b { top: 22%; right: 10%; color: #8b5cf6; font-size: 28px; animation-delay: -1s; }
.landing-home .ll-steps-star-c { top: 42%; left: 4%; color: #29d8ff; font-size: 18px; animation-delay: -2s; }
.landing-home .ll-steps-star-d { top: 48%; right: 6%; color: #ff4bc3; animation-delay: -0.5s; }
.landing-home .ll-steps-star-e { bottom: 18%; left: 14%; color: #5921ff; font-size: 26px; animation-delay: -1.6s; }

.landing-home .ll-steps-cloud {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(122, 77, 255, 0.08);
  filter: blur(0.5px);
}

.landing-home .ll-steps-cloud-left {
  width: 140px;
  height: 56px;
  left: 3%;
  top: 38%;
}

.landing-home .ll-steps-cloud-left::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  left: 18px;
  top: -28px;
  background: inherit;
  box-shadow: inherit;
}

.landing-home .ll-steps-cloud-right {
  width: 120px;
  height: 48px;
  right: 5%;
  top: 28%;
}

.landing-home .ll-steps-cloud-right::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  right: 12px;
  top: -24px;
  background: inherit;
  box-shadow: inherit;
}

.landing-home .ll-steps-head {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.landing-home .ll-steps-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(122, 77, 255, 0.1);
  border: 1px solid rgba(122, 77, 255, 0.14);
  color: #5921ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-home .ll-steps-pill svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.landing-home .ll-steps-title {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--deep, #141b4d);
}

.landing-home .ll-steps-title-accent {
  background: linear-gradient(90deg, #5921ff 0%, #29d8ff 52%, #5921ff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: home-gradient-flow 6s ease infinite;
}

.landing-home .ll-steps-lead {
  margin: 14px auto 0;
  max-width: 34rem;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--muted, #68708e);
}

.landing-home .ll-steps-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 28px);
  align-items: stretch;
}

.landing-home .ll-steps-connectors {
  position: absolute;
  top: 88px;
  left: 8%;
  width: 84%;
  height: 48px;
  pointer-events: none;
  z-index: 0;
}

.landing-home .ll-steps-connector {
  fill: none;
  stroke: rgba(122, 77, 255, 0.35);
  stroke-width: 2;
  stroke-dasharray: 7 8;
  stroke-linecap: round;
}

.landing-home .ll-step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 34px 22px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 20px 50px rgba(20, 27, 77, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.landing-home .ll-step-card--one {
  border: 2px solid rgba(139, 92, 246, 0.55);
}

.landing-home .ll-step-card--two {
  border: 2px solid rgba(41, 168, 255, 0.55);
}

.landing-home .ll-step-card--three {
  border: 2px solid rgba(16, 185, 129, 0.55);
}

.landing-home .ll-step-num {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(20, 27, 77, 0.12);
}

.landing-home .ll-step-card--one .ll-step-num {
  background: linear-gradient(135deg, #7a4dff, #5921ff);
}

.landing-home .ll-step-card--two .ll-step-num {
  background: linear-gradient(135deg, #29d8ff, #10a8ff);
}

.landing-home .ll-step-card--three .ll-step-num {
  background: linear-gradient(135deg, #34d399, #10b981);
}

.landing-home .ll-step-visual {
  width: 200px;
  height: 200px;
  display: grid;
  place-items: center;
  margin: 8px 0 10px;
  flex-shrink: 0;
}

.landing-home .ll-step-visual img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 16px 28px rgba(20, 27, 77, 0.12));
}

.landing-home .ll-step-card h3 {
  margin: 0;
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 900;
  line-height: 1.2;
  color: var(--deep);
}

.landing-home .ll-step-card p {
  margin: 10px 0 0;
  max-width: 280px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  color: var(--muted);
}

.landing-home .ll-step-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.landing-home .ll-step-card--one .ll-step-tag {
  background: rgba(122, 77, 255, 0.1);
  color: #5921ff;
}

.landing-home .ll-step-card--two .ll-step-tag {
  background: rgba(41, 168, 255, 0.12);
  color: #0b7fd4;
}

.landing-home .ll-step-card--three .ll-step-tag {
  background: rgba(16, 185, 129, 0.12);
  color: #0d9668;
}

.landing-home .ll-step-tag-icon {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}

.landing-home .ll-step-tag img.ll-step-tag-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.landing-home .landing-lower {
  position: relative;
  z-index: 1;
}

.landing-home .ll-section {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(56px, 8vw, 96px) 0;
  overflow: hidden;
}

.landing-home .ll-wrap {
  width: min(calc(100% - 40px), 1200px);
  margin: 0 auto;
}

/* Halftone dot field — SkazUm gradient tint */
.landing-home .ll-dot-field {
  position: absolute;
  inset: -10% -5%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.65;
  background-image: radial-gradient(circle, rgba(122, 77, 255, 0.22) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  mask-image: radial-gradient(ellipse 85% 75% at 75% 35%, #000 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 75% 35%, #000 15%, transparent 72%);
}

.landing-home .ll-dot-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(255, 183, 41, 0.08) 0%,
    rgba(122, 77, 255, 0.1) 20%,
    rgba(41, 216, 255, 0.12) 45%,
    rgba(255, 75, 195, 0.08) 70%,
    rgba(255, 183, 41, 0.06) 100%
  );
}

.landing-home .ll-dot-field--soft {
  opacity: 0.4;
  mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, #000 10%, transparent 75%);
}

.landing-home .ll-section > .ll-wrap,
.landing-home .ll-section > .ll-catalog-stage {
  position: relative;
  z-index: 1;
}

/* Typography blocks */
.landing-home .ll-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(122, 77, 255, 0.12);
  border: 1px solid rgba(122, 77, 255, 0.16);
  color: #5921ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.landing-home .ll-headline {
  margin: 0;
  font-size: clamp(28px, 3.6vw, 40px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--deep, #141b4d);
}

.landing-home .ll-headline-muted {
  color: rgba(20, 27, 77, 0.42);
}

.landing-home .ll-lead {
  margin: 14px 0 0;
  max-width: 34rem;
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  color: var(--muted, #68708e);
}

.landing-home .ll-ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(122, 77, 255, 0.22);
  background: rgba(255, 255, 255, 0.88);
  color: #5921ff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(20, 27, 77, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.landing-home .ll-ghost-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(122, 77, 255, 0.14);
}

.landing-home .ll-ghost-link svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.landing-home .ll-ghost-link:hover svg {
  transform: translateX(3px);
}

/* ——— Catalog ——— */
.landing-home .ll-catalog {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(247, 248, 252, 0.92) 100%);
}

.landing-home .ll-catalog-stage {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(60px, 7.5vw, 84px);
  padding-right: 0;
}

.landing-home .ll-pill-light {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.landing-home .ll-sticky {
  position: sticky;
  top: calc(18px + 92px + 20px);
  align-self: start;
}

.landing-home .ll-catalog-panel {
  min-width: 0;
}

.landing-home .ll-catalog .chip-row {
  margin: 20px 0 0;
}

.landing-home .home-catalog-status {
  min-height: 1.1rem;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  color: #5921ff;
}

.landing-home .ll-catalog-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 4px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 6px 0 16px;
  margin-right: 0;
  padding-right: clamp(60px, 7.5vw, 84px);
}

.landing-home .ll-catalog-scroll::-webkit-scrollbar {
  display: none;
}

.landing-home .ll-catalog-track {
  display: flex;
  gap: 18px;
  width: max-content;
  min-height: 340px;
  padding-inline: 4px;
}

.landing-home .ll-catalog-track .home-story-card {
  flex: 0 0 var(--home-catalog-card-width, min(300px, 78vw));
  scroll-snap-align: start;
  min-height: 100%;
}

.landing-home .ll-catalog-track .home-story-media {
  height: auto;
  aspect-ratio: 16 / 10;
}

.landing-home .ll-scroll-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  color: rgba(20, 27, 77, 0.45);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.landing-home .ll-scroll-hint::before,
.landing-home .ll-scroll-hint::after {
  content: "";
  height: 1px;
  flex: 1;
  max-width: 48px;
  background: linear-gradient(90deg, transparent, rgba(122, 77, 255, 0.28));
}

.landing-home .ll-scroll-hint::after {
  background: linear-gradient(90deg, rgba(122, 77, 255, 0.28), transparent);
}

.landing-home .ll-scroll-progress {
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(122, 77, 255, 0.1);
  overflow: hidden;
}

.landing-home .ll-scroll-progress span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: var(--gradient);
  transition: width 0.15s ease-out;
}

.landing-home .ll-catalog-panel:not(.ll-catalog-has-scroll) .ll-scroll-hint,
.landing-home .ll-catalog-panel:not(.ll-catalog-has-scroll) .ll-scroll-progress {
  display: none;
}

/* ——— Spread (case-study sticky) ——— */
.landing-home .ll-spread {
  background: rgba(255, 255, 255, 0.55);
}

.landing-home .ll-spread-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.landing-home .ll-spread-copy {
  padding-top: 12px;
}

.landing-home .ll-feature-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.landing-home .ll-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(122, 77, 255, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(20, 27, 77, 0.05);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: #4b5370;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-home .ll-feature-list li:hover {
  transform: translateX(6px);
  box-shadow: 0 16px 40px rgba(122, 77, 255, 0.1);
}

.landing-home .ll-feature-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(122, 77, 255, 0.1);
}

.landing-home .ll-feature-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.landing-home .ll-float-stack {
  position: relative;
  min-height: 420px;
}

.landing-home .ll-float-card {
  position: relative;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    rgba(20, 27, 77, 0.08) 0px 1px 3px,
    rgba(20, 27, 77, 0.06) 0px 24px 48px,
    rgba(0, 0, 0, 0.02) 0px 40px 32px;
}

.landing-home .ll-float-card .spread-slider {
  margin-top: 0;
  border-radius: 14px;
}

.landing-home .ll-float-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--gradient);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(122, 77, 255, 0.28);
  z-index: 2;
}

.landing-home .ll-float-note {
  position: absolute;
  left: -12px;
  bottom: 36px;
  width: 200px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(20, 27, 77, 0.12);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
  animation: home-note-bob 4.5s ease-in-out infinite;
}

.landing-home .ll-float-note img {
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
}

.landing-home .ll-float-note strong {
  font-size: 14px;
  font-weight: 900;
  color: var(--deep);
}

.landing-home .ll-float-note small {
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
}

/* ——— Benefits ——— */
.landing-home .ll-benefits {
  background: linear-gradient(180deg, rgba(242, 236, 255, 0.45) 0%, rgba(234, 251, 255, 0.35) 100%);
}

.landing-home .ll-section-head {
  max-width: 640px;
  margin-bottom: 36px;
}

.landing-home .ll-section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.landing-home .ll-section-head.centered .ll-lead {
  margin-inline: auto;
}

.landing-home .ll-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.landing-home .ll-benefit-card {
  position: relative;
  padding: 22px 20px 20px;
  border-radius: 18px;
  border: 1px solid rgba(122, 77, 255, 0.1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 14px 38px rgba(20, 27, 77, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
}

.landing-home .ll-benefit-card::before {
  content: attr(data-index);
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: rgba(122, 77, 255, 0.08);
}

.landing-home .ll-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(122, 77, 255, 0.12);
}

.landing-home .ll-benefit-card .benefit-icon {
  margin-bottom: 14px;
}

.landing-home .ll-benefit-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--deep);
}

.landing-home .ll-benefit-card p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--muted);
}

/* ——— Security (case study) ——— */
.landing-home .ll-security {
  background: rgba(255, 255, 255, 0.65);
}

.landing-home .ll-security-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.landing-home .ll-security-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.landing-home .ll-security-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(122, 77, 255, 0.08);
  background: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  color: #4b5370;
}

.landing-home .ll-security-list li img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.landing-home .ll-accent-card {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  box-shadow:
    rgba(20, 27, 77, 0.08) 0px 1px 3px,
    rgba(0, 0, 0, 0.02) 0px 32px 48px;
}

.landing-home .ll-accent-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: 16px;
  background: var(--gradient);
  background-size: 200% 200%;
  animation: home-gradient-flow 10s ease infinite;
  color: #fff;
}

.landing-home .ll-accent-inner .shield {
  width: 100px;
  filter: drop-shadow(0 16px 32px rgba(20, 27, 77, 0.2));
  animation: home-shield-float 5s ease-in-out infinite;
}

.landing-home .ll-accent-inner strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.15;
}

.landing-home .ll-accent-inner p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.9;
  line-height: 1.45;
}

.landing-home .ll-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid rgba(122, 77, 255, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.landing-home .ll-trust-strip span {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(122, 77, 255, 0.08);
  color: #5921ff;
  font-size: 12px;
  font-weight: 900;
}

/* ——— Final CTA ——— */
.landing-home .ll-final {
  padding-bottom: clamp(64px, 10vw, 110px);
}

.landing-home .ll-final-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(32px, 5vw, 48px);
  border-radius: 28px;
  background: var(--gradient);
  background-size: 220% 220%;
  animation: home-gradient-flow 10s ease infinite;
  color: #fff;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  position: relative;
}

.landing-home .ll-final-panel .final-cta-stars span {
  opacity: 0.32;
}

.landing-home .ll-final-panel h2 {
  margin: 8px 0 0;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.landing-home .ll-final-panel p {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 700;
  opacity: 0.9;
}

.landing-home .ll-final-panel .button-white {
  position: relative;
  z-index: 1;
  color: #141b4d;
}

/* Scroll-driven reveal */
.landing-home .ll-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-home .ll-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

.landing-home .ll-reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition:
    opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.landing-home .ll-reveal-scale.is-in {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 1080px) {
  .landing-home .ll-hero-stage {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .landing-home .ll-hero-visual {
    min-height: 440px;
  }

  .landing-home .ll-hero-float-stack {
    min-height: 440px;
  }

  .landing-home .ll-hero-metrics {
    grid-template-columns: 1fr;
  }

  .landing-home .ll-steps-grid {
    grid-template-columns: 1fr;
    max-width: min(100%, 380px);
    margin-inline: auto;
    gap: 28px;
  }

  .landing-home .ll-steps-connectors,
  .landing-home .ll-steps-cloud {
    display: none;
  }

  .landing-home .ll-steps-star-d,
  .landing-home .ll-steps-star-e {
    display: none;
  }

  .landing-home .ll-step-visual,
  .landing-home .ll-step-visual img {
    width: 168px;
    height: 168px;
  }

  .landing-home .ll-catalog-stage {
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 0;
  }

  .landing-home .ll-sticky {
    position: relative;
    top: auto;
  }

  .landing-home .ll-catalog-scroll {
    margin-right: -60px;
    padding-right: 60px;
  }

  .landing-home .ll-spread-stage,
  .landing-home .ll-security-stage {
    grid-template-columns: 1fr;
  }

  .landing-home .ll-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-home .ll-float-note {
    display: none;
  }
}

@media (max-width: 760px) {
  .landing-home .ll-section {
    padding: 48px 0;
  }

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

  .landing-home .ll-hero-btn {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
    padding-inline: 24px;
  }

  .landing-home .ll-hero-visual {
    min-height: 380px;
  }

  .landing-home .ll-hero-float-stack {
    min-height: 380px;
  }

  .landing-home .ll-hero-note-love {
    display: none;
  }

  .landing-home .ll-benefits-grid {
    grid-template-columns: 1fr;
  }

  .landing-home .ll-final-panel {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .landing-home .ll-accent-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-home .ll-reveal,
  .landing-home .ll-reveal-scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .landing-home .ll-feature-list li:hover,
  .landing-home .ll-benefit-card:hover {
    transform: none;
  }
}
