/*
 * Biolojee homepage redesign.
 * Inspired by a warm SaaS homepage flow while keeping Biolojee copy, assets, and claims original.
 */

.homepage {
  --home-bg: #fffdf8;
  --home-surface: #ffffff;
  --home-cream: #fff3bf;
  --home-text: #26052a;
  --home-muted: #665868;
  --home-border: #e7e0e7;
  --home-border-strong: #d6c8d6;
  --home-primary: #d90a68;
  --home-primary-dark: #bd075a;
  --home-primary-soft: rgba(217, 10, 104, 0.12);
  --home-yellow: #ffd21f;
  --home-pink: #d90a68;
  --home-plum: #26052a;
  --home-plum-soft: #340936;
  --home-danger: #df2b3f;
  --home-radius: 10px;
  --home-shadow: 0 22px 58px rgba(35, 0, 32, 0.12);
  overflow: visible;
  background: var(--home-bg);
  color: var(--home-text);
  font-size: 16px;
  line-height: 1.62;
}

.homepage *,
.homepage *::before,
.homepage *::after {
  letter-spacing: 0;
}

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

.home-section {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  isolation: isolate;
}

.home-section > .hc-container {
  position: relative;
  z-index: 1;
}

.home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(217, 10, 104, 0.045), transparent 36%),
    linear-gradient(180deg, rgba(255, 247, 223, 0.5), rgba(255, 255, 255, 0.86));
}

.home-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(35, 0, 32, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 0, 32, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 78%, transparent 100%);
}

.home-section-head {
  max-width: 700px;
}

.home-section-head-center {
  margin: 0 auto 36px;
  text-align: center;
}

.homepage h1,
.homepage h2,
.homepage h3,
.homepage strong,
.homepage button,
.homepage label {
  color: var(--home-text);
  font-weight: 600;
}

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

.homepage h1 {
  max-width: 860px;
  margin: 16px auto 0;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.96;
}

.home-hero-copy h1:first-child,
.home-section-head h2:first-child {
  margin-top: 0;
}

.homepage h2 {
  margin-top: 14px;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
}

.homepage h3 {
  font-size: 18px;
  line-height: 1.24;
}

.homepage p {
  color: var(--home-muted);
  font-size: 16px;
  font-weight: 500;
}

.home-hero {
  position: relative;
  overflow: hidden;
  width: min(100% - 16px, 1360px);
  min-height: 900px;
  margin: 0 auto;
  border-radius: 18px;
  padding: 70px 0 0;
  background:
    radial-gradient(circle at 7% 10%, rgba(255, 219, 229, 0.95), transparent 34%),
    linear-gradient(135deg, #ffe9df 0%, #fff4bd 48%, #ffd21e 100%);
}

.home-hero-background {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  margin: 90px auto 0;
  pointer-events: none;
}

.home-hero-background .hero-orbit-stage {
  position: relative;
  width: 100%;
  height: 430px;
  isolation: isolate;
  overflow: visible;
}

.home-hero-background .hero-orbit-layer {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.home-hero-background .hero-orbit-layer-outer {
  --hero-orbit-diameter: 820px;
  --hero-orbit-radius: 410px;
  --hero-orbit-tile-width: 128px;
  --hero-orbit-tile-height: 42px;
  --hero-orbit-fade-depth: 54px;
  --hero-orbit-line: rgba(38, 5, 42, 0.2);
  top: 0;
  width: calc(var(--hero-orbit-diameter) + var(--hero-orbit-tile-width));
  height: calc((var(--hero-orbit-diameter) / 2) + var(--hero-orbit-tile-height));
}

.home-hero-background .hero-orbit-layer-inner {
  --hero-orbit-diameter: 540px;
  --hero-orbit-radius: 270px;
  --hero-orbit-tile-width: 40px;
  --hero-orbit-tile-height: 40px;
  --hero-orbit-fade-depth: 42px;
  --hero-orbit-line: rgba(217, 10, 104, 0.22);
  top: 104px;
  z-index: 2;
  width: calc(var(--hero-orbit-diameter) + var(--hero-orbit-tile-width));
  height: calc((var(--hero-orbit-diameter) / 2) + var(--hero-orbit-tile-height));
}

.home-hero-background .hero-orbit-mask {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    180deg,
    #000 0,
    #000 calc(100% - var(--hero-orbit-fade-depth)),
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    180deg,
    #000 0,
    #000 calc(100% - var(--hero-orbit-fade-depth)),
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.home-hero-background .hero-orbit-circle {
  position: absolute;
  top: calc(var(--hero-orbit-tile-height) / 2);
  left: calc(var(--hero-orbit-tile-width) / 2);
  width: var(--hero-orbit-diameter);
  height: var(--hero-orbit-diameter);
  border: 1px solid var(--hero-orbit-line);
  border-radius: 50%;
  pointer-events: none;
}

.home-hero-background .hero-orbit-track {
  position: absolute;
  top: calc(var(--hero-orbit-tile-height) / 2);
  left: calc(var(--hero-orbit-tile-width) / 2);
  z-index: 2;
  width: var(--hero-orbit-diameter);
  height: var(--hero-orbit-diameter);
  border-radius: 50%;
  transform-origin: center;
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-track {
  animation: hero-orbit-clockwise 34s linear infinite;
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-track {
  animation: hero-orbit-counter-clockwise 52s linear infinite;
}

.home-hero-background .hero-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: var(--hero-orbit-tile-width);
  height: var(--hero-orbit-tile-height);
  transform-origin: center;
}

.home-hero-background .hero-orbit-tile {
  display: grid;
  place-items: center;
  width: var(--hero-orbit-tile-width);
  height: var(--hero-orbit-tile-height);
  border: 1px solid rgba(38, 5, 42, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(38, 5, 42, 0.09);
  color: var(--home-plum);
  transform-origin: center;
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-tile {
  animation: hero-orbit-upright-clockwise 34s linear infinite;
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-tile {
  animation: hero-orbit-upright-counter 52s linear infinite;
}

.home-hero-background .hero-orbit-tile-labelled {
  grid-template-columns: 18px minmax(0, 1fr);
  justify-items: start;
  gap: 7px;
  padding: 0 10px;
  text-align: left;
}

.home-hero-background .hero-orbit-tile-labelled span {
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.home-hero-background .hero-orbit-tile-icon {
  border-radius: 14px;
}

.home-hero-background .hero-orbit-tile svg,
.home-hero-background .hero-orbit-tile i {
  display: block;
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.home-hero-background .hero-orbit-tone-yellow {
  border-color: rgba(255, 210, 31, 0.48);
  background: #fff2b8;
}

.home-hero-background .hero-orbit-tone-magenta {
  border-color: rgba(217, 10, 104, 0.2);
  background: #ffe3ea;
}

.home-hero-background .hero-orbit-tone-neutral {
  background: #f8f6f8;
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-slot-1 {
  transform: translate(-50%, -50%) rotate(-90deg) translateX(var(--hero-orbit-radius)) rotate(90deg);
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-slot-2 {
  transform: translate(-50%, -50%) rotate(-30deg) translateX(var(--hero-orbit-radius)) rotate(30deg);
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-slot-3 {
  transform: translate(-50%, -50%) rotate(30deg) translateX(var(--hero-orbit-radius)) rotate(-30deg);
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-slot-4 {
  transform: translate(-50%, -50%) rotate(90deg) translateX(var(--hero-orbit-radius)) rotate(-90deg);
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-slot-5 {
  transform: translate(-50%, -50%) rotate(150deg) translateX(var(--hero-orbit-radius)) rotate(-150deg);
}

.home-hero-background .hero-orbit-layer-inner .hero-orbit-slot-6 {
  transform: translate(-50%, -50%) rotate(210deg) translateX(var(--hero-orbit-radius)) rotate(-210deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-1 {
  transform: translate(-50%, -50%) rotate(-90deg) translateX(var(--hero-orbit-radius)) rotate(90deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-2 {
  transform: translate(-50%, -50%) rotate(-60deg) translateX(var(--hero-orbit-radius)) rotate(60deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-3 {
  transform: translate(-50%, -50%) rotate(-30deg) translateX(var(--hero-orbit-radius)) rotate(30deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-4 {
  transform: translate(-50%, -50%) rotate(0deg) translateX(var(--hero-orbit-radius)) rotate(0deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-5 {
  transform: translate(-50%, -50%) rotate(30deg) translateX(var(--hero-orbit-radius)) rotate(-30deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-6 {
  transform: translate(-50%, -50%) rotate(60deg) translateX(var(--hero-orbit-radius)) rotate(-60deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-7 {
  transform: translate(-50%, -50%) rotate(90deg) translateX(var(--hero-orbit-radius)) rotate(-90deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-8 {
  transform: translate(-50%, -50%) rotate(120deg) translateX(var(--hero-orbit-radius)) rotate(-120deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-9 {
  transform: translate(-50%, -50%) rotate(150deg) translateX(var(--hero-orbit-radius)) rotate(-150deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-10 {
  transform: translate(-50%, -50%) rotate(180deg) translateX(var(--hero-orbit-radius)) rotate(-180deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-11 {
  transform: translate(-50%, -50%) rotate(210deg) translateX(var(--hero-orbit-radius)) rotate(-210deg);
}

.home-hero-background .hero-orbit-layer-outer .hero-orbit-slot-12 {
  transform: translate(-50%, -50%) rotate(240deg) translateX(var(--hero-orbit-radius)) rotate(-240deg);
}

.home-hero-background .hero-creator-shell {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: min(390px, 44vw);
  transform: translateX(-50%);
}

.home-hero-background .hero-creator-shell::before {
  content: "";
  position: absolute;
  right: 14%;
  bottom: 6px;
  left: 14%;
  z-index: -1;
  height: 28px;
  border-radius: 50%;
  background: rgba(38, 5, 42, 0.13);
  filter: blur(8px);
}

.home-hero-background .hero-creator-image {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes hero-orbit-clockwise {
  to { transform: rotate(360deg); }
}

@keyframes hero-orbit-counter-clockwise {
  to { transform: rotate(-360deg); }
}

@keyframes hero-orbit-upright-clockwise {
  to { transform: rotate(-360deg); }
}

@keyframes hero-orbit-upright-counter {
  to { transform: rotate(360deg); }
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: start;
  min-height: 472px;
}

.home-hero-copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.home-hero-copy > p {
  max-width: 780px;
  margin: 18px auto 0;
  color: #3e303f;
  font-size: 16px;
  font-weight: 600;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-username-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: min(100%, 560px);
  min-height: 54px;
  border: 1px solid rgba(35, 0, 32, 0.18);
  border-radius: var(--home-radius);
  padding: 6px;
  background: var(--home-surface);
  box-shadow: 0 12px 30px rgba(35, 0, 32, 0.08);
}

.home-username-prefix {
  flex: 0 0 auto;
  padding-left: 12px;
  color: var(--home-muted);
  font-size: 15px;
  font-weight: 600;
}

.home-username-form input {
  flex: 1 1 auto;
  min-width: 80px;
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  padding: 0 8px;
  color: var(--home-text);
  font-size: 16px;
  font-weight: 600;
  outline: 0;
}

.home-username-form input:focus {
  box-shadow: none;
}

.home-username-form button,
.home-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 600;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-username-form button {
  flex: 0 0 auto;
  border: 0;
  background: var(--home-plum);
  color: #ffffff;
}

.home-secondary-link {
  border: 1px solid rgba(35, 0, 32, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: var(--home-text);
}

.home-username-form button:hover,
.home-secondary-link:hover {
  transform: translateY(-1px);
}

.home-username-form button:hover {
  background: #3a0735;
}

.home-secondary-link:hover {
  border-color: var(--home-plum);
  background: var(--home-surface);
}

.feature-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(35, 0, 32, 0.12);
  border-radius: 999px;
  padding: 5px 11px;
  background: var(--home-surface);
  color: var(--home-muted);
  font-size: 14px;
  font-weight: 600;
}

.product-mockup {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  background: var(--home-surface);
  box-shadow: var(--home-shadow);
}

.home-hero .product-mockup {
  border-color: rgba(35, 0, 32, 0.16);
  box-shadow: 0 30px 86px rgba(35, 0, 32, 0.22);
}

.mockup-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  border-bottom: 1px solid rgba(35, 0, 32, 0.12);
  padding: 0 14px;
  background: var(--home-plum);
}

.mockup-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.mockup-topbar strong {
  margin-left: 8px;
  color: #fbedf8;
  font-size: 14px;
}

.mockup-grid {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 370px;
}

.mockup-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  border-right: 1px solid var(--home-border);
  padding: 18px;
  background: #fbfaf6;
}

.mockup-sidebar span {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  background: #e8dfd6;
}

.mockup-sidebar span.active {
  background: var(--home-pink);
}

.mockup-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.mockup-card,
.mockup-chart {
  min-width: 0;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: 16px;
  background: var(--home-surface);
}

.mockup-card-wide {
  grid-column: 1 / -1;
}

.mockup-card small {
  display: block;
  color: var(--home-muted);
  font-size: 13px;
  font-weight: 600;
}

.mockup-card strong {
  display: block;
  margin-top: 5px;
  font-size: 17px;
}

.mockup-card p {
  margin-top: 8px;
  font-size: 14px;
}

.mockup-lines {
  display: grid;
  gap: 7px;
  margin-top: 13px;
}

.mockup-lines i,
.mockup-button {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: #e4dbd1;
}

.mockup-lines i:nth-child(2) {
  width: 76%;
}

.mockup-lines i:nth-child(3) {
  width: 54%;
}

.mockup-button {
  width: 86px;
  height: 30px;
  margin-top: 14px;
  background: #fff0a9;
}

.mockup-chart {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  gap: 12px;
  min-height: 110px;
}

.mockup-chart span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: #e4dbd1;
}

.mockup-chart span:nth-child(1) { height: 44%; }
.mockup-chart span:nth-child(2) { height: 68%; background: #fff1a8; }
.mockup-chart span:nth-child(3) { height: 52%; }
.mockup-chart span:nth-child(4) { height: 78%; background: #ffd7e8; }
.mockup-chart span:nth-child(5) { height: 62%; background: #e8ebf4; }

.home-product-showcase .product-mockup {
  max-width: 980px;
  margin: 34px auto 0;
}

.carousel-section::before {
  background:
    linear-gradient(115deg, rgba(255, 211, 38, 0.14), transparent 42%),
    linear-gradient(180deg, #ffffff, #fffaf0);
}

.carousel-section::after {
  opacity: 0.18;
  background-image:
    radial-gradient(circle, rgba(217, 10, 104, 0.13) 1px, transparent 1.5px);
  background-size: 28px 28px;
}

.creator-carousel {
  --visible: 8;
  --gap: 18px;
  overflow: hidden;
  padding: 8px 0;
}

.creator-carousel-track {
  display: flex;
  gap: var(--gap);
  width: max-content;
  animation: home-carousel-scroll 150s linear infinite;
}

.creator-carousel:hover .creator-carousel-track,
.creator-carousel.is-paused .creator-carousel-track {
  animation-play-state: paused;
}

.creator-image-card {
  flex: 0 0 calc((100vw - (var(--gap) * (var(--visible) - 1))) / var(--visible));
  max-width: 320px;
  min-width: 170px;
  overflow: hidden;
  margin: 0;
}

.creator-image-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@keyframes home-carousel-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - (var(--gap) / 2)), 0, 0); }
}

.brand-section {
  width: min(100% - 16px, 1360px);
  margin: 0 auto;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 211, 38, 0.08), transparent 38%),
    var(--home-plum);
  color: #ffffff;
}

.brand-section::before {
  opacity: 0.18;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.brand-section::after {
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
}

.home-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 42px;
  align-items: center;
  max-width: 1120px;
}

.brand-customizer-copy {
  min-width: 0;
}

.brand-section .home-section-head {
  margin: 0 0 22px;
  text-align: left;
}

.brand-section .home-section-head h2,
.brand-section .home-section-head p {
  color: #ffffff;
}

.brand-customizer {
  display: flex;
  justify-content: center;
  min-width: 0;
}

.brand-controls {
  display: grid;
  gap: 12px;
  width: min(100%, 460px);
  margin: 0;
  min-width: 0;
}

.brand-control-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.brand-control-field label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 600;
}

.brand-control-field select,
.brand-control-field input {
  width: 100%;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  padding: 0 11px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  outline: 0;
}

.brand-control-field select {
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.78) 50%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 16px,
    calc(100% - 12px) 16px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 34px;
}

.brand-control-field select option {
  color: var(--home-plum);
  background: #ffffff;
}

.brand-control-field select:focus,
.brand-control-field input:focus {
  border-color: rgba(255, 210, 31, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 210, 31, 0.16);
}

.brand-theme-indicator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.06);
}

.brand-theme-indicator strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.brand-theme-indicator span {
  display: block;
  margin-top: 1px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 600;
}

.brand-theme-swatches {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
}

.brand-theme-swatches i {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: #ffffff;
}

.storefront-phone {
  justify-self: center;
  width: min(100%, 450px);
  min-width: min(100%, 300px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

/* Marketing preview tokens mirror the current storefront themes but remain intentionally isolated from production storefront assets. */
.brand-preview {
  --preview-page-bg: #f8f6f8;
  --preview-surface: #ffffff;
  --preview-surface-muted: #f1edf1;
  --preview-border: #e7e0e7;
  --preview-text: #26052a;
  --preview-muted: #665868;
  --preview-accent: #26052a;
  --preview-accent-hover: #180019;
  --preview-on-accent: #ffffff;
  --preview-radius-sm: 8px;
  --preview-radius-md: 10px;
  --preview-radius-card: 12px;
  --preview-card-shadow: 0 6px 18px rgba(38, 5, 42, 0.06);
  --preview-heading-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --preview-body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --preview-backdrop-filter: none;
  color: var(--preview-text);
}

.brand-preview[data-preview-theme="default"] {
  --preview-page-bg: #f8f6f8;
  --preview-surface: #ffffff;
  --preview-surface-muted: #f1edf1;
  --preview-border: #e7e0e7;
  --preview-text: #26052a;
  --preview-muted: #665868;
  --preview-accent: #26052a;
  --preview-accent-hover: #180019;
  --preview-on-accent: #ffffff;
  --preview-radius-sm: 8px;
  --preview-radius-md: 10px;
  --preview-radius-card: 12px;
  --preview-card-shadow: 0 6px 18px rgba(38, 5, 42, 0.06);
  --preview-heading-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --preview-body-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --preview-backdrop-filter: none;
}

.brand-preview[data-preview-theme="devotional"] {
  --preview-page-bg: #fff8ed;
  --preview-surface: #fffaf1;
  --preview-surface-muted: #fff1d6;
  --preview-border: #efc987;
  --preview-text: #38240a;
  --preview-muted: #7a5b2b;
  --preview-accent: #d97706;
  --preview-accent-hover: #b45309;
  --preview-on-accent: #ffffff;
  --preview-radius-sm: 10px;
  --preview-radius-md: 12px;
  --preview-radius-card: 14px;
  --preview-card-shadow: 0 8px 22px rgba(180, 83, 9, 0.08);
  --preview-heading-font: Georgia, Cambria, "Times New Roman", serif;
}

.brand-preview[data-preview-theme="modern-retro"] {
  --preview-page-bg: #fff3c7;
  --preview-surface: #fffdf5;
  --preview-surface-muted: #ffe6a7;
  --preview-border: #21172f;
  --preview-text: #21172f;
  --preview-muted: #665c76;
  --preview-accent: #ff5b91;
  --preview-accent-hover: #e6497e;
  --preview-on-accent: #21172f;
  --preview-radius-sm: 8px;
  --preview-radius-md: 12px;
  --preview-radius-card: 12px;
  --preview-card-shadow: 3px 3px 0 rgba(33, 23, 47, 0.88);
}

.brand-preview[data-preview-theme="minimal-clean"] {
  --preview-page-bg: #fcfcfb;
  --preview-surface: #ffffff;
  --preview-surface-muted: #f6f7f7;
  --preview-border: #e8eceb;
  --preview-text: #111817;
  --preview-muted: #68706e;
  --preview-accent: #111827;
  --preview-accent-hover: #111827;
  --preview-on-accent: #ffffff;
  --preview-radius-sm: 8px;
  --preview-radius-md: 8px;
  --preview-radius-card: 10px;
  --preview-card-shadow: none;
}

.brand-preview[data-preview-theme="dark-pro"] {
  --preview-page-bg: #070b12;
  --preview-surface: #101827;
  --preview-surface-muted: #0b1220;
  --preview-border: rgba(148, 163, 184, 0.28);
  --preview-text: #f8fafc;
  --preview-muted: #a8b3c4;
  --preview-accent: #22d3ee;
  --preview-accent-hover: #67e8f9;
  --preview-on-accent: #06111f;
  --preview-radius-sm: 10px;
  --preview-radius-md: 12px;
  --preview-radius-card: 14px;
  --preview-card-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.brand-preview[data-preview-theme="luxury"] {
  --preview-page-bg: #090806;
  --preview-surface: #14110c;
  --preview-surface-muted: #20190d;
  --preview-border: #4b3916;
  --preview-text: #fbf3df;
  --preview-muted: #c8b98f;
  --preview-accent: #d4af37;
  --preview-accent-hover: #f0d77b;
  --preview-on-accent: #090806;
  --preview-radius-sm: 8px;
  --preview-radius-md: 12px;
  --preview-radius-card: 12px;
  --preview-card-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  --preview-heading-font: Georgia, "Times New Roman", serif;
}

.brand-preview[data-preview-theme="glassmorphism"] {
  --preview-page-bg: #eef8fb;
  --preview-surface: rgba(255, 255, 255, 0.84);
  --preview-surface-muted: rgba(255, 255, 255, 0.68);
  --preview-border: rgba(20, 32, 51, 0.12);
  --preview-text: #142033;
  --preview-muted: #56657a;
  --preview-accent: #0e7490;
  --preview-accent-hover: #0f766e;
  --preview-on-accent: #ffffff;
  --preview-radius-sm: 14px;
  --preview-radius-md: 20px;
  --preview-radius-card: 20px;
  --preview-card-shadow: 0 10px 28px rgba(31, 41, 55, 0.1);
  --preview-backdrop-filter: blur(8px) saturate(1.08);
}

.brand-preview[data-preview-theme="corporate"] {
  --preview-page-bg: #f5f8fc;
  --preview-surface: #ffffff;
  --preview-surface-muted: #edf3f9;
  --preview-border: #d7e2ee;
  --preview-text: #162033;
  --preview-muted: #66758a;
  --preview-accent: #2563eb;
  --preview-accent-hover: #1d4ed8;
  --preview-on-accent: #ffffff;
  --preview-radius-sm: 9px;
  --preview-radius-md: 10px;
  --preview-radius-card: 12px;
  --preview-card-shadow: 0 6px 18px rgba(15, 38, 75, 0.05);
}

.brand-preview[data-preview-theme="classic"] {
  --preview-page-bg: #f8f1e7;
  --preview-surface: #fffaf2;
  --preview-surface-muted: #f0e2ce;
  --preview-border: #d5b990;
  --preview-text: #332417;
  --preview-muted: #6f5a43;
  --preview-accent: #7a4f24;
  --preview-accent-hover: #5c3d22;
  --preview-on-accent: #fffaf2;
  --preview-radius-sm: 7px;
  --preview-radius-md: 10px;
  --preview-radius-card: 10px;
  --preview-card-shadow: none;
  --preview-heading-font: Georgia, Cambria, "Times New Roman", serif;
}

.brand-preview__viewport {
  overflow: hidden;
  width: 100%;
  height: clamp(610px, 60vw, 680px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: var(--preview-page-bg);
}

.brand-preview__scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px 10px 14px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--preview-accent) 7%, transparent), transparent 190px),
    var(--preview-page-bg);
  color: var(--preview-text);
  font-family: var(--preview-body-font);
  font-size: 13px;
  font-weight: 500;
  scrollbar-width: thin;
  scrollbar-color: var(--preview-border) transparent;
}

.brand-preview__scroll::-webkit-scrollbar {
  width: 8px;
}

.brand-preview__scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--preview-border);
}

.brand-preview__profile,
.brand-preview__offer,
.brand-preview__proof-item,
.brand-preview__about,
.brand-preview__review,
.brand-preview__footer {
  border: 1px solid var(--preview-border);
  border-radius: var(--preview-radius-card);
  background: var(--preview-surface);
  box-shadow: var(--preview-card-shadow);
  backdrop-filter: var(--preview-backdrop-filter);
  -webkit-backdrop-filter: var(--preview-backdrop-filter);
}

.brand-preview__share {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--preview-accent) 42%, var(--preview-border));
  border-radius: var(--preview-radius-md);
  background: color-mix(in srgb, var(--preview-surface) 88%, transparent);
  color: var(--preview-accent);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--preview-text) 8%, transparent);
}

.brand-preview__share svg,
.brand-preview__social svg,
.brand-preview__cta svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.brand-preview__profile {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 9px;
  border: 0;
  padding: 26px 10px 8px;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.brand-preview__avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  border: 4px solid var(--preview-surface);
  border-radius: 999px;
  background: var(--preview-accent);
  color: var(--preview-on-accent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--preview-accent) 84%, var(--preview-text)),
    0 12px 26px color-mix(in srgb, var(--preview-text) 24%, transparent);
  font-size: 42px;
  font-weight: 800;
  font-family: var(--preview-heading-font);
}

.brand-preview__verified {
  position: absolute;
  right: 1px;
  bottom: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 2px solid var(--preview-surface);
  border-radius: 32% 38% 32% 42% / 36% 28% 42% 34%;
  background: var(--preview-accent-hover);
  color: var(--preview-on-accent);
  clip-path: polygon(50% 2%, 61% 12%, 74% 8%, 80% 20%, 93% 27%, 89% 41%, 98% 50%, 89% 59%, 93% 73%, 80% 80%, 74% 92%, 61% 88%, 50% 98%, 39% 88%, 26% 92%, 20% 80%, 7% 73%, 11% 59%, 2% 50%, 11% 41%, 7% 27%, 20% 20%, 26% 8%, 39% 12%);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  filter: drop-shadow(0 3px 8px color-mix(in srgb, var(--preview-text) 24%, transparent));
}

.brand-preview__identity {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  width: 100%;
}

.brand-preview__name,
.brand-preview__offer-title,
.brand-preview__about h3,
.brand-preview__review strong,
.brand-preview__proof-item strong {
  color: var(--preview-text);
  font-family: var(--preview-heading-font);
}

.brand-preview__name {
  max-width: 15ch;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.brand-preview__handle,
.brand-preview__category,
.brand-preview__bio,
.brand-preview__offer-copy,
.brand-preview__about p,
.brand-preview__review p,
.brand-preview__proof-item span {
  color: var(--preview-muted);
}

.brand-preview__handle {
  font-size: 13px;
  font-weight: 800;
}

.brand-preview__category {
  font-size: 12px;
  font-weight: 700;
}

.brand-preview__bio {
  max-width: 230px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.brand-preview__review-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 9px;
  width: 100%;
  margin-top: 4px;
  color: var(--preview-text);
  font-size: 12px;
  font-weight: 700;
}

.brand-preview__review-summary b {
  color: var(--preview-text);
}

.brand-preview__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--preview-muted);
  white-space: nowrap;
}

.brand-preview__rating i {
  color: #fbbf24;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
}

.brand-preview__proof-avatars {
  display: inline-flex;
}

.brand-preview__proof-avatars i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-left: -11px;
  border: 2px solid var(--preview-page-bg);
  border-radius: 999px;
  background: var(--preview-surface-muted);
  color: var(--preview-accent);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--preview-text) 9%, transparent);
}

.brand-preview__proof-avatars i:first-child {
  margin-left: 0;
}

.brand-preview__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid var(--preview-border);
  border-radius: 999px;
  padding: 5px;
  background: var(--preview-surface-muted);
}

.brand-preview__tab {
  min-width: 0;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0 6px;
  background: transparent;
  color: var(--preview-text);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
}

.brand-preview__tab.active,
.brand-preview__tab[aria-selected="true"] {
  background: var(--preview-accent);
  color: var(--preview-on-accent);
}

.brand-preview__offers {
  display: grid;
  gap: 10px;
}

.brand-preview__offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.brand-preview__offer[hidden] {
  display: none;
}

.brand-preview__offer-media {
  position: relative;
  display: grid;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--preview-radius-card) var(--preview-radius-card) 0 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--preview-accent) 22%, var(--preview-surface-muted)), color-mix(in srgb, #ffd21f 22%, var(--preview-surface))),
    linear-gradient(90deg, transparent 0 9px, color-mix(in srgb, var(--preview-text) 6%, transparent) 9px 10px);
  color: var(--preview-text);
}

.brand-preview__offer-media--service {
  background:
    linear-gradient(135deg, color-mix(in srgb, #d90a68 18%, var(--preview-surface-muted)), color-mix(in srgb, var(--preview-accent) 24%, var(--preview-surface))),
    linear-gradient(90deg, transparent 0 9px, color-mix(in srgb, var(--preview-text) 6%, transparent) 9px 10px);
}

.brand-preview__media-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border: 1px solid color-mix(in srgb, var(--preview-surface) 68%, var(--preview-border));
  border-radius: 999px;
  padding: 0 9px;
  background: color-mix(in srgb, var(--preview-surface) 88%, transparent);
  color: var(--preview-text);
  font-size: 10px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.brand-preview__media-scene {
  display: grid;
  grid-template-columns: 0.75fr 1fr 0.65fr;
  align-items: end;
  gap: 9px;
  width: 78%;
  align-self: end;
  justify-self: center;
  padding-bottom: 18px;
}

.brand-preview__media-scene i {
  display: block;
  border: 1px solid color-mix(in srgb, var(--preview-accent) 22%, var(--preview-border));
  border-radius: var(--preview-radius-md);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--preview-surface) 96%, transparent), color-mix(in srgb, var(--preview-surface-muted) 92%, transparent));
  box-shadow: 0 8px 18px color-mix(in srgb, var(--preview-text) 12%, transparent);
}

.brand-preview__media-scene i:nth-child(1) {
  height: 54px;
}

.brand-preview__media-scene i:nth-child(2) {
  height: 82px;
}

.brand-preview__media-scene i:nth-child(3) {
  height: 44px;
}

.brand-preview__offer-content {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  min-height: 188px;
  padding: 13px 12px 12px;
}

.brand-preview__offer-title {
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.22;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand-preview__offer-copy {
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.brand-preview__tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  border: 1px solid color-mix(in srgb, var(--preview-accent) 18%, var(--preview-border));
  border-radius: 999px;
  padding: 4px 8px;
  background: color-mix(in srgb, var(--preview-accent) 6%, var(--preview-surface));
  color: color-mix(in srgb, var(--preview-text) 86%, var(--preview-muted));
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.brand-preview__tags span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--preview-accent);
}

.brand-preview__offer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}

.brand-preview__price {
  color: var(--preview-text);
  font-size: 14px;
  font-weight: 800;
}

.brand-preview__cta,
.brand-preview__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 34px;
  border: 1px solid var(--preview-accent);
  border-radius: 999px;
  padding: 0 10px;
  background: transparent;
  color: var(--preview-accent);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-preview__proof {
  display: grid;
  gap: 10px;
}

.brand-preview__proof-item {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 17px 14px;
  background: color-mix(in srgb, var(--preview-accent) 8%, var(--preview-surface));
  text-align: center;
}

.brand-preview__proof-item strong {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.brand-preview__proof-item span {
  color: var(--preview-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.brand-preview__proof-item p {
  max-width: 26ch;
  color: var(--preview-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.brand-preview__about {
  display: grid;
  justify-items: start;
  gap: 11px;
  padding: 16px 14px;
  text-align: left;
}

.brand-preview__about h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.brand-preview__about p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.62;
}

.brand-preview__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-preview__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--preview-surface);
  color: var(--preview-accent);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--preview-text) 8%, transparent);
}

.brand-preview__contact {
  margin-left: auto;
  min-height: 34px;
  border: 0;
  padding: 0 13px;
  background: var(--preview-accent);
  color: var(--preview-on-accent);
}

.brand-preview__review {
  display: grid;
  gap: 12px;
  padding: 14px;
  text-align: left;
}

.brand-preview__review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.brand-preview__review strong {
  font-size: 13px;
  font-weight: 800;
}

.brand-preview__review-action {
  flex: 0 0 auto;
  min-height: 28px;
  border: 1px solid var(--preview-accent);
  border-radius: var(--preview-radius-sm);
  padding: 6px 8px;
  color: var(--preview-accent);
  font-size: 10px;
  font-weight: 800;
}

.brand-preview__review-score {
  display: grid;
  justify-items: end;
  color: var(--preview-accent);
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.15;
  white-space: nowrap;
}

.brand-preview__review-score b {
  color: var(--preview-text);
  font-size: 20px;
  font-weight: 800;
}

.brand-preview__review-item {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--preview-border);
  padding-top: 10px;
}

.brand-preview__review-item span {
  color: var(--preview-accent);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}

.brand-preview__review p {
  font-size: 12px;
  line-height: 1.45;
}

.brand-preview__footer {
  border: 0;
  padding: 13px 8px 4px;
  background: transparent;
  box-shadow: none;
  color: var(--preview-muted);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.feature-tabs-section,
.feature-grid-section,
.comparison-section,
.faq-section {
  background: var(--home-surface);
}

.faq-section {
  overflow: visible;
  background:
    linear-gradient(180deg, #fffdf8 0%, #ffffff 52%, #fffaf0 100%);
}

.feature-tabs-section::before,
.faq-section::before {
  background:
    linear-gradient(120deg, rgba(255, 211, 38, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 240, 0.94));
}

.feature-grid-section::before,
.start-now-section::before {
  background:
    linear-gradient(135deg, rgba(255, 211, 38, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 250, 240, 0.95));
}

.feature-tabs {
  display: grid;
  gap: 20px;
}

.feature-tab-list {
  display: flex;
  justify-content: center;
  gap: 9px;
  overflow-x: auto;
  padding: 4px 24px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 28px, #000 calc(100% - 28px), transparent 100%);
}

.feature-tab-list button {
  flex: 0 0 auto;
  min-height: 40px;
  border: 1px solid var(--home-border);
  border-radius: 999px;
  padding: 0 14px;
  background: var(--home-surface);
  color: var(--home-muted);
  font-size: 15px;
  font-weight: 600;
}

.feature-tab-list button.active {
  border-color: var(--home-plum);
  background: var(--home-plum);
  color: #ffffff;
}

.feature-tab-panels {
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  background: var(--home-surface);
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.feature-panel {
  display: none;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: 28px;
  align-items: center;
  padding: 24px;
  opacity: 0;
  transform: translateY(14px);
}

.feature-panel.active {
  display: grid;
  opacity: 1;
  transform: translateY(0);
}

.feature-panel.is-entering {
  animation: home-panel-fade-slide 280ms ease both;
}

@keyframes home-panel-fade-slide {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-panel h3 {
  font-size: 24px;
}

.feature-panel p {
  margin-top: 12px;
}

.feature-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

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

.home-feature-grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.home-feature-card,
.trust-card,
.comparison-card,
.start-now-card,
.demo-panel,
.home-faq-item {
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  background: var(--home-surface);
  box-shadow: 0 14px 34px rgba(35, 0, 32, 0.055);
}

.home-feature-card {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  align-content: start;
  gap: 12px;
  height: 100%;
  padding: 20px;
}

.feature-grid-section .feature-card-visual {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(92px, 0.72fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-height: 198px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--home-border) 88%, var(--home-plum) 12%);
  border-radius: 10px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 210, 31, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.feature-grid-section .feature-card-visual::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(38, 5, 42, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(38, 5, 42, 0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.feature-grid-section .feature-card-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, var(--home-border) 82%, var(--home-plum) 18%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(38, 5, 42, 0.09);
  object-fit: contain;
}

.feature-grid-section .feature-card-visual img:first-child {
  grid-row: 1 / span 2;
  min-height: 172px;
  padding: 6px;
}

.feature-grid-section .feature-card-visual img:nth-child(2),
.feature-grid-section .feature-card-visual img:nth-child(3) {
  min-height: 0;
  padding: 5px;
  box-shadow: 0 9px 20px rgba(38, 5, 42, 0.075);
}

.comparison-section .home-section-head {
  max-width: 780px;
}

.comparison-section::before {
  background:
    linear-gradient(90deg, rgba(35, 0, 32, 0.035), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 244, 0.94));
}

.comparison-section .comparison-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) 44px minmax(0, 0.52fr);
  align-items: stretch;
  gap: 14px;
}

.comparison-section .comparison-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: start;
  gap: 14px;
  min-width: 0;
  min-height: 430px;
  height: 100%;
  border-radius: 16px;
  padding: 20px;
}

.comparison-section .comparison-card.muted {
  background: #fbf8f7;
}

.comparison-section .comparison-card:not(.muted) {
  border-color: rgba(38, 5, 42, 0.16);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(38, 5, 42, 0.09);
}

.comparison-section .comparison-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.comparison-section .comparison-card-head h3 {
  margin: 0;
}

.comparison-section .comparison-card-head span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid rgba(38, 5, 42, 0.1);
  border-radius: 999px;
  padding: 0 10px;
  background: #ffffff;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.comparison-section .comparison-card:not(.muted) .comparison-card-head span {
  border-color: rgba(38, 5, 42, 0.14);
  background: #fff5c5;
  color: var(--home-plum);
}

.comparison-section .comparison-direction-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-section .comparison-direction-arrow span {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(38, 5, 42, 0.12);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(38, 5, 42, 0.08);
}

.comparison-section .comparison-direction-arrow span::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--home-plum);
  border-right: 2px solid var(--home-plum);
  transform: rotate(45deg) translate(-2px, 2px);
}

.comparison-section .comparison-card-visual {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--home-border) 90%, var(--home-plum) 10%);
  border-radius: 15px;
  background: #fbf8f7;
}

.comparison-section .comparison-card-visual-fragmented {
  background: #fcf5f4;
}

.comparison-section .comparison-broken-line,
.comparison-section .comparison-flow-line {
  position: absolute;
  pointer-events: none;
}

.comparison-section .comparison-broken-line {
  height: 1px;
  border-top: 1px dashed rgba(223, 43, 63, 0.32);
}

.comparison-section .comparison-broken-line::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 28%;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--home-danger);
  box-shadow: 0 0 0 4px rgba(223, 43, 63, 0.08);
}

.comparison-section .comparison-broken-line.line-a {
  top: 64px;
  left: 78px;
  width: 46%;
  transform: rotate(8deg);
}

.comparison-section .comparison-broken-line.line-b {
  right: 48px;
  bottom: 76px;
  width: 42%;
  transform: rotate(-11deg);
}

.comparison-section .comparison-broken-line.line-c {
  bottom: 106px;
  left: 34px;
  width: 34%;
  transform: rotate(19deg);
}

.comparison-section .comparison-tool-tile {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  max-width: 150px;
  border: 1px solid rgba(38, 5, 42, 0.08);
  border-radius: 14px;
  padding: 6px 9px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(38, 5, 42, 0.065);
  color: #5f5362;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.comparison-section .comparison-tool-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(38, 5, 42, 0.09);
}

.comparison-section .comparison-tool-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #f0ecef;
  color: var(--home-plum);
}

.comparison-section .comparison-tool-mark svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.comparison-section .comparison-tool-instagram .comparison-tool-mark {
  background: #ffe8f0;
  color: #c21d60;
}

.comparison-section .comparison-tool-whatsapp .comparison-tool-mark {
  background: #e8f8ef;
  color: #18864b;
}

.comparison-section .comparison-tool-sheets .comparison-tool-mark {
  background: #eaf6ee;
  color: #207245;
}

.comparison-section .comparison-tool-calendly .comparison-tool-mark {
  background: #edf3ff;
  color: #2352b8;
}

.comparison-section .comparison-tool-gmail .comparison-tool-mark {
  background: #fff0ec;
  color: #c43b2f;
}

.comparison-section .comparison-tool-razorpay .comparison-tool-mark {
  background: #edf3ff;
  color: #2457c5;
}

.comparison-section .comparison-tool-instagram {
  top: 22px;
  left: 22px;
}

.comparison-section .comparison-tool-whatsapp {
  top: 28px;
  right: 28px;
}

.comparison-section .comparison-tool-sheets {
  top: 94px;
  left: 52px;
}

.comparison-section .comparison-tool-calendly {
  top: 100px;
  right: 46px;
}

.comparison-section .comparison-tool-gmail {
  bottom: 26px;
  left: 28px;
}

.comparison-section .comparison-tool-razorpay {
  right: 34px;
  bottom: 32px;
}

.comparison-section .comparison-card-visual-connected {
  display: grid;
  place-items: center;
  background: #f8f3f8;
}

.comparison-section .comparison-flow-line {
  top: 50%;
  left: 50%;
  width: 68%;
  height: 112px;
  border: 0;
  border-top: 1px solid rgba(38, 5, 42, 0.22);
  border-bottom: 1px solid rgba(38, 5, 42, 0.22);
  transform-origin: center;
}

.comparison-section .comparison-flow-line.flow-a {
  transform: translate(-50%, -50%);
}

.comparison-section .comparison-flow-line.flow-b {
  width: 1px;
  height: 72%;
  border-top: 0;
  border-bottom: 0;
  border-left: 1px solid rgba(38, 5, 42, 0.22);
  transform: translate(-50%, -50%);
}

.comparison-section .comparison-biolojee-core {
  position: relative;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(38, 5, 42, 0.14);
  border-radius: 18px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(38, 5, 42, 0.13);
}

.comparison-section .comparison-biolojee-core img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.comparison-section .comparison-flow-nodes span {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid rgba(38, 5, 42, 0.12);
  border-radius: 14px;
  padding: 6px 10px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(38, 5, 42, 0.07);
  color: var(--home-plum);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.comparison-section .comparison-flow-nodes span:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(38, 5, 42, 0.1);
}

.comparison-section .comparison-flow-storefront {
  top: 24px;
  left: 30px;
  background: var(--home-yellow);
}

.comparison-section .comparison-flow-orders {
  top: 24px;
  right: 30px;
}

.comparison-section .comparison-flow-payments {
  right: 26px;
  bottom: 28px;
  border-color: rgba(217, 10, 104, 0.2);
  background: #ffe3ea;
  color: var(--home-primary);
}

.comparison-section .comparison-flow-crm {
  bottom: 28px;
  left: 34px;
}

.comparison-section .comparison-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-section .comparison-card li {
  display: flex;
  gap: 10px;
  color: var(--home-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42;
}

.comparison-section .comparison-card li::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(38, 5, 42, 0.08);
  color: var(--home-plum);
  font-size: 12px;
  font-weight: 800;
}

.comparison-section .comparison-card.muted li::before {
  content: "\2212";
  background: rgba(223, 43, 63, 0.09);
  color: var(--home-danger);
}

@media (prefers-reduced-motion: reduce) {
  .comparison-section .comparison-tool-tile,
  .comparison-section .comparison-flow-nodes span {
    transition: none;
  }

  .comparison-section .comparison-tool-tile:hover,
  .comparison-section .comparison-flow-nodes span:hover {
    transform: none;
  }
}

.trust-section {
  background: #fffaf0;
}

.trust-section::before {
  background:
    linear-gradient(135deg, rgba(217, 10, 104, 0.055), transparent 40%),
    linear-gradient(180deg, #fffaf0, #ffffff);
}

.trust-card {
  padding: 18px;
}

.trust-card p {
  margin-top: 8px;
  font-size: 15px;
}

.start-now-card {
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 222, 0.94)),
    var(--home-surface);
}

.start-now-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.start-now-grid article {
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  padding: 18px;
  background: #fffdf8;
}

.start-now-grid span {
  color: var(--home-plum);
  font-size: 14px;
  font-weight: 600;
}

.start-now-grid h3 {
  margin-top: 8px;
}

.start-now-grid p {
  margin-top: 8px;
  font-size: 15px;
}

.final-cta-section {
  width: min(100% - 16px, 1360px);
  margin: 0 auto;
  border-radius: 18px;
  padding: 72px 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 211, 38, 0.18), transparent 24%),
    var(--home-plum);
  color: #ffffff;
}

.final-cta-section::before {
  opacity: 0.34;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.final-cta-section::after {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
}

.final-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  gap: 26px;
  align-items: stretch;
}

.final-cta-grid > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--home-radius);
  padding: 34px;
  background: transparent;
  box-shadow: none;
}

.final-cta-grid h2,
.final-cta-grid h3,
.final-cta-grid p {
  color: #ffffff;
}

.final-cta-grid .home-username-form {
  margin-top: 24px;
}

.demo-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.demo-panel > p {
  margin-top: 8px;
}

.homepage-demo-form {
  margin-top: 18px;
}

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

.homepage-demo-field {
  display: grid;
  gap: 6px;
}

.homepage-demo-field label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.homepage-demo-input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--home-text);
  font-size: 15px;
  font-weight: 600;
}

.homepage-demo-submit {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: var(--home-yellow);
  color: var(--home-text);
  font-size: 15px;
  font-weight: 600;
}

.homepage-demo-submit svg {
  stroke: currentColor;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(0, 0.94fr);
  gap: 34px;
  align-items: start;
}

.faq-aside {
  position: sticky;
  top: 88px;
  align-self: start;
  z-index: 3;
  display: grid;
  gap: 18px;
  min-width: 0;
  max-height: calc(100dvh - 112px);
  overflow-y: auto;
  border: 1px solid rgba(35, 0, 32, 0.08);
  border-radius: 12px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 248, 0.92));
  box-shadow: 0 16px 38px rgba(35, 0, 32, 0.055);
}

.faq-aside .home-section-head {
  max-width: 420px;
}

.faq-aside .home-section-head p {
  margin-top: 14px;
}

.faq-filter-list {
  display: grid;
  gap: 8px;
}

.faq-filter-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(35, 0, 32, 0.1);
  border-radius: 10px;
  padding: 0 12px 0 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--home-muted);
  text-align: left;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.faq-filter-list button:hover,
.faq-filter-list button.active {
  border-color: rgba(35, 0, 32, 0.18);
  background: #fff4bd;
  color: var(--home-text);
}

.faq-filter-list button:hover {
  transform: translateY(-1px);
}

.faq-filter-list span {
  font-size: 14px;
  font-weight: 600;
}

.faq-filter-list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: currentColor;
  font-size: 13px;
  font-weight: 600;
}

.faq-support-card {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(35, 0, 32, 0.1);
  border-radius: 10px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 223, 0.8));
  box-shadow: 0 14px 34px rgba(35, 0, 32, 0.05);
}

.faq-support-card strong {
  font-size: 16px;
}

.faq-support-card p {
  font-size: 14px;
}

.faq-support-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-support-card a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(35, 0, 32, 0.1);
  border-radius: 999px;
  padding: 0 12px;
  background: #ffffff;
  color: var(--home-text);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.faq-content-column {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.home-faq-list {
  display: grid;
  gap: 12px;
}

.home-faq-item {
  position: relative;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.home-faq-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: transparent;
  transition: background-color 160ms ease;
}

.home-faq-item:hover {
  transform: translateY(-1px);
  border-color: rgba(35, 0, 32, 0.16);
}

.home-faq-item.active {
  border-color: rgba(35, 0, 32, 0.16);
  box-shadow: 0 18px 44px rgba(35, 0, 32, 0.075);
}

.home-faq-item.active::before {
  background: var(--home-yellow);
}

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

.home-faq-item button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 88px;
  border: 0;
  padding: 24px 28px 22px 34px;
  background: transparent;
  color: var(--home-text);
  text-align: left;
  font-size: 18px;
  line-height: 1.38;
}

.home-faq-item button > span {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.home-faq-item button small {
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-faq-item button i {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  border: 1px solid rgba(35, 0, 32, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.home-faq-item button i::before,
.home-faq-item button i::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 9px;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: var(--home-plum);
}

.home-faq-item button i::after {
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.home-faq-item.active button i {
  border-color: rgba(35, 0, 32, 0.14);
  background: #fff4bd;
}

.home-faq-item.active button i::after {
  transform: rotate(0deg);
}

.home-faq-content {
  max-height: none !important;
  overflow: visible !important;
  border-top: 1px solid var(--home-border);
  padding: 28px 34px 34px 38px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(255, 255, 255, 0.96));
}

.home-faq-content p {
  display: block;
  max-width: 900px;
  overflow: visible;
  color: #463c47;
  font-size: 16px;
  line-height: 1.78;
  text-overflow: clip;
  white-space: normal;
}

.faq-empty-state {
  border: 1px dashed rgba(35, 0, 32, 0.18);
  border-radius: 10px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.faq-empty-state strong {
  display: block;
  font-size: 17px;
}

.faq-empty-state p {
  margin-top: 8px;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .home-hero {
    min-height: auto;
    margin-top: 0;
    padding-top: 72px;
    padding-bottom: 0;
  }

  .home-hero-background {
    width: min(100%, 780px);
    margin: 78px auto 0;
  }

  .home-hero-background .hero-orbit-stage {
    height: 380px;
  }

  .home-hero-background .hero-orbit-layer-outer {
    --hero-orbit-diameter: 650px;
    --hero-orbit-radius: 325px;
    --hero-orbit-tile-width: 118px;
    --hero-orbit-tile-height: 40px;
    --hero-orbit-fade-depth: 46px;
    top: 6px;
    width: calc(var(--hero-orbit-diameter) + var(--hero-orbit-tile-width));
    height: calc((var(--hero-orbit-diameter) / 2) + var(--hero-orbit-tile-height));
  }

  .home-hero-background .hero-orbit-layer-inner {
    --hero-orbit-diameter: 430px;
    --hero-orbit-radius: 215px;
    --hero-orbit-tile-width: 36px;
    --hero-orbit-tile-height: 36px;
    --hero-orbit-fade-depth: 34px;
    top: 104px;
    width: calc(var(--hero-orbit-diameter) + var(--hero-orbit-tile-width));
    height: calc((var(--hero-orbit-diameter) / 2) + var(--hero-orbit-tile-height));
  }

  .home-hero-background .hero-orbit-tile-labelled {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 6px;
    padding: 0 8px;
  }

  .home-hero-background .hero-orbit-tile-labelled span {
    font-size: 10px;
  }

  .home-hero-background .hero-creator-shell {
    width: min(330px, 46vw);
  }

  .home-hero-inner {
    min-height: auto;
  }

  .home-split {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .feature-panel,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }

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

  .feature-grid-section .feature-card-visual {
    grid-template-columns: minmax(0, 1.25fr) minmax(86px, 0.75fr);
    min-height: 176px;
    padding: 10px;
  }

  .feature-grid-section .feature-card-visual img:first-child {
    min-height: 150px;
  }

  .faq-layout {
    grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
    gap: 24px;
  }

  .faq-aside {
    padding: 20px;
  }

  .faq-aside .home-section-head {
    max-width: 720px;
  }

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

  .creator-carousel {
    --visible: 3;
  }
}

@media (max-width: 760px) {
  .homepage {
    font-size: 15px;
  }

  .home-section {
    padding: 64px 0;
  }

  .homepage h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .homepage h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .home-hero {
    padding-top: 76px;
    padding-bottom: 0;
  }

  .home-hero-background {
    width: calc(100% + 34px);
    margin: 90px -17px 0;
    overflow: hidden;
  }

  .home-hero-background .hero-orbit-stage {
    height: 292px;
    overflow: hidden;
  }

  .home-hero-background .hero-orbit-layer-outer {
    --hero-orbit-diameter: 318px;
    --hero-orbit-radius: 159px;
    --hero-orbit-tile-width: 82px;
    --hero-orbit-tile-height: 34px;
    --hero-orbit-fade-depth: 32px;
    top: 8px;
    width: calc(var(--hero-orbit-diameter) + var(--hero-orbit-tile-width));
    height: calc((var(--hero-orbit-diameter) / 2) + var(--hero-orbit-tile-height));
  }

  .home-hero-background .hero-orbit-layer-inner {
    --hero-orbit-diameter: 228px;
    --hero-orbit-radius: 114px;
    --hero-orbit-tile-width: 31px;
    --hero-orbit-tile-height: 31px;
    --hero-orbit-fade-depth: 25px;
    top: 84px;
    width: calc(var(--hero-orbit-diameter) + var(--hero-orbit-tile-width));
    height: calc((var(--hero-orbit-diameter) / 2) + var(--hero-orbit-tile-height));
  }

  .home-hero-background .hero-orbit-layer-inner .hero-orbit-track,
  .home-hero-background .hero-orbit-layer-inner .hero-orbit-tile {
    animation-duration: 48s;
  }

  .home-hero-background .hero-orbit-layer-outer .hero-orbit-track,
  .home-hero-background .hero-orbit-layer-outer .hero-orbit-tile {
    animation-duration: 70s;
  }

  .home-hero-background .hero-orbit-tile-labelled {
    grid-template-columns: 13px minmax(0, 1fr);
    gap: 4px;
    border-radius: 13px;
    padding: 0 5px;
  }

  .home-hero-background .hero-orbit-tile-labelled span {
    font-size: 8px;
    line-height: 1.05;
  }

  .home-hero-background .hero-orbit-tile svg,
  .home-hero-background .hero-orbit-tile i {
    width: 16px;
    height: 16px;
  }

  .home-hero-background .hero-creator-shell {
    width: min(248px, 61vw);
  }

  @media (min-width: 520px) {
    .home-hero-background .hero-orbit-layer-outer {
      --hero-orbit-diameter: 354px;
      --hero-orbit-radius: 177px;
    }

    .home-hero-background .hero-orbit-layer-inner {
      --hero-orbit-diameter: 248px;
      --hero-orbit-radius: 124px;
    }
  }

  .home-hero .mockup-grid {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 310px;
  }

  .home-hero .mockup-sidebar {
    display: grid;
    gap: 10px;
    padding: 14px 10px;
  }

  .home-hero .mockup-sidebar span {
    width: 28px;
    height: 28px;
  }

  .home-hero .mockup-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 300px;
    padding: 12px;
  }

  .home-hero .mockup-card,
  .home-hero .mockup-chart {
    padding: 12px;
  }

  .home-hero .mockup-card p,
  .home-hero .mockup-card small {
    font-size: 12px;
  }

  .home-hero .mockup-card strong {
    font-size: 14px;
  }

  .home-username-form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 0;
    padding: 8px;
  }

  .home-username-form button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .mockup-grid,
  .mockup-main,
  .start-now-grid,
  .homepage-demo-grid {
    grid-template-columns: 1fr;
  }

  .comparison-section .comparison-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .comparison-section .comparison-card {
    min-height: auto;
    padding: 18px;
  }

  .comparison-section .comparison-card-head {
    flex-wrap: wrap;
  }

  .comparison-section .comparison-direction-arrow {
    min-height: 42px;
  }

  .comparison-section .comparison-direction-arrow span::before {
    transform: rotate(135deg) translate(-2px, 2px);
  }

  .comparison-section .comparison-card-visual {
    min-height: auto;
  }

  .comparison-section .comparison-card-visual-fragmented {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
  }

  .comparison-section .comparison-broken-line,
  .comparison-section .comparison-flow-line {
    display: none;
  }

  .comparison-section .comparison-tool-tile,
  .comparison-section .comparison-tool-tile:nth-of-type(n) {
    position: relative;
    inset: auto;
    max-width: none;
    white-space: normal;
  }

  .comparison-section .comparison-card-visual-connected {
    gap: 14px;
    padding: 14px;
  }

  .comparison-section .comparison-biolojee-core {
    position: relative;
    width: 86px;
    height: 86px;
    padding: 14px;
  }

  .comparison-section .comparison-flow-nodes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .comparison-section .comparison-flow-nodes span,
  .comparison-section .comparison-flow-nodes span:nth-child(n) {
    position: static;
    min-width: 0;
    white-space: normal;
  }

  .brand-controls {
    grid-template-columns: 1fr;
  }

  .mockup-sidebar {
    display: none;
  }

  .mockup-main {
    min-height: 260px;
    padding: 14px;
  }

  .home-feature-grid,
  .trust-card-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid-section .feature-card-visual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(148px, 1.25fr) minmax(96px, 0.75fr);
    min-height: 272px;
    gap: 8px;
    padding: 10px;
  }

  .feature-grid-section .feature-card-visual img:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 148px;
  }

  .feature-grid-section .feature-card-visual img:nth-child(2),
  .feature-grid-section .feature-card-visual img:nth-child(3) {
    min-height: 96px;
  }

  .creator-carousel {
    --visible: 2;
  }

  .start-now-card,
  .final-cta-grid > div:first-child,
  .demo-panel {
    padding: 22px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .faq-aside {
    position: static;
  }

  .faq-filter-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 26px), transparent 100%);
    mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 26px), transparent 100%);
  }

  .faq-filter-list button {
    flex: 0 0 auto;
    min-width: 156px;
  }

  .faq-support-card {
    padding: 16px;
  }

  .home-faq-item button {
    min-height: 66px;
    padding: 20px 18px 18px 24px;
    font-size: 16px;
  }

  .home-faq-item button i {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }

  .home-faq-item button i::before,
  .home-faq-item button i::after {
    top: 14px;
    left: 8px;
  }

  .home-faq-content {
    padding: 20px 20px 24px 24px;
  }

  .home-faq-content p {
    font-size: 15px;
    line-height: 1.72;
  }

}

@media (max-width: 420px) {
  .home-username-prefix {
    font-size: 14px;
  }

  .feature-grid-section .feature-card-visual {
    grid-template-rows: minmax(132px, 1.2fr) minmax(84px, 0.8fr);
    min-height: 242px;
    padding: 8px;
  }

  .feature-grid-section .feature-card-visual img:first-child {
    min-height: 132px;
  }

  .feature-grid-section .feature-card-visual img:nth-child(2),
  .feature-grid-section .feature-card-visual img:nth-child(3) {
    min-height: 84px;
    padding: 4px;
  }

  .home-username-form input,
  .home-username-form button,
  .home-secondary-link {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-background .hero-orbit-track,
  .home-hero-background .hero-orbit-tile {
    animation: none;
  }

  .creator-carousel-track {
    animation-duration: 1ms;
    animation-iteration-count: 1;
  }

  .feature-panel,
  .feature-panel.is-entering {
    animation: none;
    transform: none;
  }

  .home-username-form button:hover,
  .home-secondary-link:hover {
    transform: none;
  }
}
