html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  font-family: Inter, system-ui, sans-serif;
}

.is-routing-to-section body {
  opacity: 0;
}

main,
section,
footer,
.site-header {
  max-width: 100vw;
}

[id] {
  scroll-margin-top: 7.5rem;
}

.site-header {
  width: 100%;
  background: transparent;
}

.site-header::after {
  display: none;
}

.texture-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(96,165,250,.22), transparent 28%),
    radial-gradient(circle at 88% 86%, rgba(99,102,241,.18), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(239,246,255,.64));
  border: 1px solid rgba(191, 219, 254, .82);
  box-shadow: 0 28px 80px rgba(44, 129, 248, 0.11);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.texture-card::after {
  content: "";
  position: absolute;
  inset: -35%;
  background: linear-gradient(115deg, transparent 36%, rgba(255,255,255,.66) 48%, transparent 60%);
  transform: rotate(8deg);
  opacity: .48;
  pointer-events: none;
}

.use-card {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(96,165,250,.18), transparent 30%),
    radial-gradient(circle at 86% 84%, rgba(167,243,208,.20), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(239,246,255,.62));
  border: 1px solid rgba(191,219,254,.86);
  box-shadow: 0 22px 60px rgba(44,129,248,.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.use-card.purple {
  background:
    radial-gradient(circle at 15% 18%, rgba(196,181,253,.28), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(96,165,250,.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.84), rgba(245,243,255,.66));
}

.use-card.aqua {
  background:
    radial-gradient(circle at 12% 18%, rgba(167,243,208,.30), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(96,165,250,.16), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(236,253,245,.62));
}

.use-card.blue {
  background:
    radial-gradient(circle at 14% 20%, rgba(96,165,250,.28), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(224,236,255,.60), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(239,246,255,.66));
}

.use-card.cobalt {
  background:
    radial-gradient(circle at 14% 20%, rgba(44,129,248,.24), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(96,165,250,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(239,246,255,.66));
}

.use-card.red {
  background:
    radial-gradient(circle at 15% 18%, rgba(248,113,113,.24), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(254,226,226,.62), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.86), rgba(254,242,242,.66));
}

#use-cases .use-card {
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease;
}

#use-cases .use-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(44,129,248,.18) 1.1px, transparent 1.1px);
  background-size: 26px 26px;
  opacity: 0;
  mask-image: linear-gradient(135deg, rgba(0,0,0,.42), transparent 62%);
  pointer-events: none;
  transition: opacity .28s ease;
}

#use-cases .use-card .grid.h-14 {
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

#use-cases .use-card:hover {
  transform: translateY(-6px);
  border-color: rgba(147,197,253,.95);
  box-shadow:
    0 34px 88px rgba(44,129,248,.16),
    inset 0 1px 0 rgba(255,255,255,.88);
  background:
    radial-gradient(circle at 14% 20%, rgba(96,165,250,.30), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(224,236,255,.68), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,246,255,.74));
}

#use-cases .use-card.blue:hover {
  background:
    radial-gradient(circle at 14% 20%, rgba(96,165,250,.34), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(224,236,255,.72), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,246,255,.74));
}

#use-cases .use-card.aqua:hover {
  border-color: rgba(110,231,183,.82);
  box-shadow:
    0 34px 88px rgba(16,185,129,.13),
    inset 0 1px 0 rgba(255,255,255,.88);
  background:
    radial-gradient(circle at 12% 18%, rgba(167,243,208,.42), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(96,165,250,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(236,253,245,.74));
}

#use-cases .use-card.purple:hover {
  border-color: rgba(196,181,253,.9);
  box-shadow:
    0 34px 88px rgba(124,58,237,.12),
    inset 0 1px 0 rgba(255,255,255,.88);
  background:
    radial-gradient(circle at 15% 18%, rgba(196,181,253,.38), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(96,165,250,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(245,243,255,.74));
}

#use-cases .use-card:hover::before {
  opacity: 1;
}

#use-cases .use-card:hover .grid.h-14 {
  transform: translateY(-2px) scale(1.05);
  background: rgba(255,255,255,.88);
  box-shadow:
    0 18px 42px rgba(44,129,248,.16),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.pricing-tier {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border-radius: 2.25rem;
  padding: 2.35rem;
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 34px 92px rgba(44,129,248,.14);
  backdrop-filter: blur(28px) saturate(1.18);
  -webkit-backdrop-filter: blur(28px) saturate(1.18);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.pricing-tier::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.62) 50%, transparent 62%);
  opacity: .38;
  transform: rotate(10deg);
  pointer-events: none;
}

.pricing-tier-basic {
  color: #0F172A;
  border-color: rgba(191,219,254,.92);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,255,255,.96), transparent 30%),
    radial-gradient(circle at 86% 88%, rgba(224,236,255,.72), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(239,246,255,.55));
  box-shadow:
    14px 24px 70px rgba(44,129,248,.14),
    0 0 0 1px rgba(191,219,254,.62) inset,
    inset -1px -1px 0 rgba(147,197,253,.28),
    inset 1px 1px 0 rgba(255,255,255,.86);
}

.pricing-tier-basic:hover {
  transform: translateY(-8px);
  border-color: rgba(147,197,253,.95);
  box-shadow:
    18px 30px 84px rgba(44,129,248,.18),
    0 0 0 1px rgba(191,219,254,.70) inset,
    inset -1px -1px 0 rgba(147,197,253,.32),
    inset 1px 1px 0 rgba(255,255,255,.90);
}

.pricing-tier-basic::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 62%, rgba(96,165,250,.16)),
    linear-gradient(to bottom, transparent 72%, rgba(96,165,250,.12));
  pointer-events: none;
}

.pricing-tier-pro {
  color: #fff;
  border-color: rgba(191,219,254,.40);
  background:
    radial-gradient(circle at 18% 0%, rgba(96,165,250,.80), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(196,181,253,.95), transparent 32%),
    radial-gradient(circle at 30% 88%, rgba(44,129,248,.58), transparent 38%),
    linear-gradient(135deg, #2c81f8, #6366F1 64%, #8B5CF6);
  box-shadow:
    0 38px 110px rgba(44,129,248,.32),
    inset 0 1px 0 rgba(255,255,255,.34);
}

.pricing-tier-pro:hover {
  transform: translateY(-8px);
  border-color: rgba(191,219,254,.62);
  box-shadow:
    0 46px 124px rgba(44,129,248,.38),
    inset 0 1px 0 rgba(255,255,255,.38);
}

.pricing-tier-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.22), transparent 34%),
    radial-gradient(circle at 72% 8%, rgba(255,255,255,.28), transparent 30%);
  pointer-events: none;
}

.pricing-billing-toggle {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: .85rem;
  border-radius: 999px;
  border: 1px solid rgba(191,219,254,.86);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.92), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.78), rgba(239,246,255,.56));
  padding: .65rem .85rem;
  box-shadow:
    0 18px 48px rgba(44,129,248,.10),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.pricing-billing-label {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #64748B;
  font-size: .9rem;
  font-weight: 900;
  transition: color .22s ease;
}

.pricing-billing-label.is-active {
  color: #2c81f8;
}

.pricing-billing-switch {
  position: relative;
  width: 4.3rem;
  height: 2.25rem;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(147,197,253,.72);
  background: rgba(255,255,255,.78);
  box-shadow:
    inset 0 2px 8px rgba(44,129,248,.10),
    0 10px 24px rgba(44,129,248,.10);
  cursor: pointer;
  transition:
    background .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.pricing-billing-switch[aria-checked="true"] {
  border-color: rgba(96,165,250,.92);
  background: linear-gradient(180deg, #3B82F6 0%, #1D4ED8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.34),
    0 14px 30px rgba(59,130,246,.24);
}

.pricing-billing-knob {
  position: absolute;
  left: .24rem;
  top: .24rem;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 8px 18px rgba(15,23,42,.14),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition: transform .24s ease;
}

.pricing-billing-switch[aria-checked="true"] .pricing-billing-knob {
  transform: translateX(2.05rem);
}

.pricing-save-badge {
  border-radius: 999px;
  background: rgba(44,129,248,.10);
  padding: .28rem .55rem;
  color: #2c81f8;
  font-size: .7rem;
  font-weight: 900;
}

.pricing-tier-top {
  display: flex;
  min-height: 3.9rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.pricing-tier-icon {
  display: grid;
  width: 3.9rem;
  height: 3.9rem;
  place-items: center;
  border-radius: 1.35rem;
  background: rgba(255,255,255,.72);
  color: #60A5FA;
  font-size: 1.55rem;
  box-shadow:
    0 16px 36px rgba(44,129,248,.10),
    inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

.pricing-tier:hover .pricing-tier-icon {
  transform: translateY(-2px) scale(1.06);
  background: rgba(255,255,255,.84);
  box-shadow:
    0 20px 44px rgba(44,129,248,.16),
    inset 0 1px 0 rgba(255,255,255,.90);
}

.pricing-tier-pro .pricing-tier-icon {
  background: rgba(255,255,255,.16);
  color: #fff;
  box-shadow:
    0 16px 36px rgba(15,23,42,.12),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.pricing-tier-pro:hover .pricing-tier-icon {
  background: rgba(255,255,255,.22);
  box-shadow:
    0 20px 44px rgba(15,23,42,.16),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.pricing-popular {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  padding: .78rem 1.45rem;
  color: #2c81f8;
  font-weight: 900;
  background: rgba(255,255,255,.92);
  box-shadow:
    0 16px 34px rgba(15,23,42,.14),
    inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pricing-tier-copy {
  min-height: 3.5rem;
}

.pricing-amount {
  display: flex;
  min-height: 5.55rem;
  align-items: flex-end;
  gap: .45rem;
}

.pricing-amount .currency {
  padding-bottom: .55rem;
  font-size: clamp(2.5rem, 6vw, 4.35rem);
  line-height: .9;
  font-weight: 500;
  letter-spacing: 0;
}

.pricing-amount .value {
  font-family: Sora, Inter, system-ui, sans-serif;
  font-size: clamp(4.5rem, 9.5vw, 6.35rem);
  line-height: .86;
  font-weight: 800;
  letter-spacing: 0;
}

.pricing-amount .period {
  padding-bottom: .8rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.pricing-tier-basic .period {
  color: #475569;
}

.pricing-divider {
  height: 1px;
  margin: 1.65rem 0 1.35rem;
  background: rgba(148,163,184,.20);
}

.pricing-tier-pro .pricing-divider {
  background: rgba(255,255,255,.24);
}

.pricing-feature-stack {
  display: grid;
  gap: .82rem;
  margin-bottom: 2rem;
}

.pricing-feature-stack li {
  display: grid;
  grid-template-columns: 2.35rem 1fr;
  gap: .9rem;
  align-items: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
}

.pricing-feature-icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 999px;
  color: #2c81f8;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(191,219,254,.72);
  box-shadow:
    0 10px 22px rgba(44,129,248,.08),
    inset 0 1px 0 rgba(255,255,255,.78);
}

.pricing-tier-pro .pricing-feature-icon {
  color: #fff;
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}

.pricing-feature-icon.muted {
  color: #94A3B8;
}

.pricing-tier-button {
  display: inline-flex;
  min-height: 4.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.45rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: 900;
  color: #2c81f8;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(191,219,254,.76);
  box-shadow:
    0 18px 40px rgba(44,129,248,.10),
    inset 0 1px 0 rgba(255,255,255,.86);
  transition:
    background .24s ease,
    color .24s ease,
    box-shadow .24s ease;
}

.pricing-tier-button:hover {
  background: #fff;
  color: #1D4ED8;
  box-shadow:
    0 22px 48px rgba(44,129,248,.16),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.pricing-tier-pro .pricing-tier-button {
  border-color: rgba(255,255,255,.92);
  color: #2c81f8;
  background: #fff;
}

.faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(191,219,254,.92);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 12% 20%, rgba(96,165,250,.20), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(239,246,255,.66));
  box-shadow: 0 18px 48px rgba(15,23,42,.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.faq-item:hover {
  transform: translateY(-4px);
  border-color: rgba(147,197,253,.95);
  box-shadow: 0 24px 64px rgba(44,129,248,.14);
}

.faq-item summary {
  display: grid;
  min-height: 5.25rem;
  cursor: pointer;
  grid-template-columns: minmax(0, 1fr) 2.35rem;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 1.35rem 1.2rem;
  color: #0F172A;
  font-family: Sora, Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

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

.faq-item summary span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.faq-item summary i {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(191,219,254,.9);
  border-radius: .9rem;
  background: rgba(255,255,255,.78);
  color: #2c81f8;
  font-size: .86rem;
  transition: transform .2s ease;
}

.faq-item[open] summary i {
  transform: rotate(180deg);
}

.faq-item p {
  margin: -.25rem 1.35rem 1.35rem;
  color: #475569;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.7;
}

.faq-grid {
  align-items: start;
}

#start {
  margin-top: -2.5rem;
}

.start-record-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  overflow: visible;
  border-radius: 1rem;
  border: 1px solid rgba(29,78,216,.18);
  background: #2c81f8;
  padding: 0 1.7rem;
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  box-shadow:
    0 12px 24px rgba(44,129,248,.20),
    inset 0 1px 0 rgba(255,255,255,.16);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease,
    border-color .22s ease;
}

.start-record-button:hover {
  transform: translateY(-1px);
  border-color: rgba(29,78,216,.30);
  background: #1D4ED8;
  box-shadow:
    0 14px 28px rgba(44,129,248,.24),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.start-record-button:active {
  transform: translateY(0);
}

.start-record-button .nav-record-dot {
  box-shadow:
    0 0 0 3px rgba(255,255,255,.18),
    0 2px 7px rgba(237,49,60,.46),
    inset 0 1px 1px rgba(255,255,255,.28);
}

@media (max-width: 640px) {
  .pricing-billing-toggle {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 1.5rem;
  }

  .pricing-tier {
    min-height: auto;
    padding: 1.6rem;
    border-radius: 2rem;
  }

  .pricing-tier-top,
  .pricing-amount {
    min-height: 0;
  }

  .pricing-tier-copy {
    min-height: 0;
  }

  .pricing-feature-stack li {
    grid-template-columns: 2.35rem 1fr;
    gap: .85rem;
  }

  .pricing-feature-icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .start-record-button {
    width: 100%;
    padding-right: 1rem;
  }
}

#features .use-card {
  min-height: 12.25rem;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    background .28s ease;
}

#features .use-card > .relative {
  height: 100%;
}

#features .use-card h3 {
  line-height: 1.22;
  text-wrap: balance;
}

#features .use-card p {
  text-wrap: pretty;
}

#features .use-card:hover {
  transform: translateY(-8px);
  border-color: rgba(147,197,253,.95);
  box-shadow:
    0 28px 78px rgba(44,129,248,.16),
    inset 0 1px 0 rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 14% 20%, rgba(96,165,250,.34), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(224,236,255,.76), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,246,255,.74));
}

#features .use-card.blue:hover {
  background:
    radial-gradient(circle at 14% 20%, rgba(96,165,250,.34), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(224,236,255,.76), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,246,255,.74));
}

#features .use-card.aqua:hover {
  border-color: rgba(110,231,183,.84);
  box-shadow:
    0 28px 78px rgba(16,185,129,.13),
    inset 0 1px 0 rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 12% 18%, rgba(167,243,208,.42), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(96,165,250,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(236,253,245,.74));
}

#features .use-card.purple:hover {
  border-color: rgba(196,181,253,.9);
  box-shadow:
    0 28px 78px rgba(124,58,237,.12),
    inset 0 1px 0 rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 15% 18%, rgba(196,181,253,.38), transparent 30%),
    radial-gradient(circle at 92% 80%, rgba(96,165,250,.18), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(245,243,255,.74));
}

#features .use-card.red:hover {
  border-color: rgba(252,165,165,.9);
  box-shadow:
    0 28px 78px rgba(239,68,68,.12),
    inset 0 1px 0 rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 15% 18%, rgba(248,113,113,.32), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(254,226,226,.76), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(254,242,242,.76));
}

#features .use-card > .relative > .grid {
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background .28s ease;
}

#features .use-card:hover > .relative > .grid {
  transform: translateY(-2px) scale(1.06);
  background: rgba(255,255,255,.88);
  box-shadow:
    0 18px 42px rgba(44,129,248,.16),
    inset 0 1px 0 rgba(255,255,255,.92);
}

@media (min-width: 1024px) {
  #features .grid.lg\:grid-cols-3 > .use-card h3 {
    min-height: 2.75rem;
  }

  #features .grid.lg\:grid-cols-3 > .use-card > .relative > p {
    min-height: 4.5rem;
  }
}

.how-card {
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.how-card:hover {
  transform: translateY(-7px);
  border-color: rgba(147,197,253,.92);
  box-shadow:
    0 30px 84px rgba(44,129,248,.16),
    inset 0 1px 0 rgba(255,255,255,.82);
}

.how-steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.2fr);
  grid-template-rows: 1fr 1fr;
  gap: 1.25rem 1.75rem;
  min-height: 545px;
}

.how-step-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border: 1px solid rgba(196,216,244,.9);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 22% 16%, rgba(255,255,255,.98), transparent 26%),
    radial-gradient(circle at 75% 18%, rgba(196,181,253,.26), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(237,246,255,.78));
  box-shadow:
    0 28px 72px rgba(44,129,248,.13),
    inset 0 1px 0 rgba(255,255,255,.86);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.how-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(44,129,248,.18) 1.25px, transparent 1.25px);
  background-size: 28px 28px;
  mask-image: linear-gradient(135deg, rgba(0,0,0,.46), transparent 58%);
  pointer-events: none;
}

.how-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(147,197,253,.95);
  box-shadow:
    0 34px 88px rgba(44,129,248,.17),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.how-step-card-record {
  grid-row: 1 / span 2;
  min-height: 545px;
  padding: 2.35rem;
}

.how-step-card-link,
.how-step-card-share {
  padding: 2rem;
}

.how-step-copy {
  position: relative;
  z-index: 3;
  max-width: 15.5rem;
}

.how-step-number {
  margin: 0 0 1.55rem;
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.15rem, 3.3vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: #2c81f8;
  letter-spacing: 0;
}

.how-step-copy h3 {
  margin: 0;
  font-family: Sora, Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.15rem, 1.6vw, 1.42rem);
  font-weight: 800;
  line-height: 1.2;
  color: #0F172A;
}

.how-step-copy p:last-child {
  margin: 1rem 0 0;
  color: #475569;
  font-size: .98rem;
  line-height: 1.7;
}

.how-step-icon-bubble {
  position: absolute;
  z-index: 4;
  top: 2rem;
  left: 7.25rem;
  display: grid;
  width: 4.1rem;
  height: 4.1rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: #2c81f8;
  box-shadow:
    0 16px 36px rgba(44,129,248,.14),
    inset 0 1px 0 rgba(255,255,255,.96);
  font-size: 1.3rem;
  pointer-events: none;
}

.how-step-card-share .how-step-icon-bubble {
  left: 8.1rem;
}

.how-step-record-bubble {
  top: 5.25rem;
  left: 12.2rem;
}

.how-step-record-bubble .record-dot-shell {
  position: relative;
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #edf3fb 100%);
  box-shadow:
    0 6px 14px rgba(84,132,190,.2),
    inset 0 1px 2px rgba(255,255,255,.9);
}

.how-step-record-bubble .record-dot {
  position: relative;
  z-index: 2;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5966 0%, #ed313c 100%);
  box-shadow:
    0 2px 6px rgba(237,49,60,.35),
    inset 0 1px 1px rgba(255,255,255,.35);
}

.how-step-record-bubble .record-dot-shell::before,
.how-step-record-bubble .record-dot-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 999px;
  background: rgba(237,49,60,.24);
  transform: translate(-50%, -50%) scale(1);
  animation: record-dot-pulse 3.4s ease-out infinite;
}

.how-step-record-bubble .record-dot-shell::after {
  animation-delay: 1.7s;
}

.how-step-graphic {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 1.35rem;
  pointer-events: none;
}

.how-step-graphic img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 42px rgba(44,129,248,.12));
}

.how-step-graphic-record {
  right: -6.5rem;
  bottom: -2.1rem;
  width: min(48rem, 108%);
}

.how-step-graphic-link {
  right: 1.55rem;
  top: 52%;
  width: min(24rem, 46%);
  border-radius: 1.15rem;
  transform: translateY(-50%);
}

.how-step-graphic-share {
  right: -3.4rem;
  top: 50%;
  width: min(35rem, 68%);
  transform: translateY(-50%);
}

.how-flow-arrow {
  position: absolute;
  z-index: 5;
  display: block;
  height: auto;
  pointer-events: none;
  opacity: .76;
}

.how-flow-arrow-top {
  left: 39.2%;
  top: 8.65rem;
  width: 5.8rem;
}

.how-flow-arrow-down {
  left: 55.35%;
  top: 13.85rem;
  width: 3.85rem;
}

@media (max-width: 1024px) {
  .how-steps-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .how-step-card-record {
    grid-row: auto;
    min-height: 470px;
  }

  .how-step-card-link,
  .how-step-card-share {
    min-height: 280px;
  }

  .how-flow-arrow {
    display: none;
  }

  .how-step-graphic-share {
    right: 2rem;
    width: min(20rem, 45%);
  }

  .how-step-graphic-link {
    right: 1.5rem;
    width: min(22rem, 42%);
  }

  .how-step-graphic-record {
    right: -4.5rem;
    width: min(46rem, 94%);
  }
}

@media (max-width: 700px) {
  .how-steps-grid {
    gap: 1rem;
  }

  .how-step-card,
  .how-step-card-record,
  .how-step-card-link,
  .how-step-card-share {
    min-height: 0;
    padding: 1.35rem;
    border-radius: 1.35rem;
  }

  .how-step-copy {
    max-width: none;
  }

  .how-step-number {
    margin-bottom: .9rem;
    font-size: 2.2rem;
  }

  .how-step-icon-bubble,
  .how-step-card-share .how-step-icon-bubble,
  .how-step-record-bubble {
    top: 1.25rem;
    right: 1.25rem;
    left: auto;
    width: 3.35rem;
    height: 3.35rem;
    font-size: 1.05rem;
  }

  .how-step-record-bubble .record-dot-shell {
    width: 2.35rem;
    height: 2.35rem;
  }

  .how-step-record-bubble .record-dot {
    width: .9rem;
    height: .9rem;
  }

  .how-step-graphic {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 1.4rem;
    transform: none;
  }

  .how-step-graphic-record,
  .how-step-graphic-link,
  .how-step-graphic-share {
    right: auto;
    bottom: auto;
    top: auto;
    width: calc(100% + 1rem);
    margin-left: -.5rem;
  }

}

.feature-screenshot-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid transparent;
  border-radius: 1.45rem;
  padding: .42rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(241,247,255,.72)) padding-box,
    linear-gradient(135deg, rgba(44,129,248,.78), rgba(125,211,252,.62) 38%, rgba(167,139,250,.7)) border-box;
  box-shadow:
    0 18px 48px rgba(15,23,42,.10),
    0 10px 28px rgba(44,129,248,.12),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.feature-screenshot-card::before {
  content: "";
  position: absolute;
  inset: .42rem;
  z-index: 2;
  border-radius: 1.08rem;
  background:
    linear-gradient(115deg, rgba(255,255,255,.42), transparent 30%, transparent 70%, rgba(96,165,250,.16)),
    linear-gradient(to bottom, rgba(255,255,255,.18), transparent 34%, rgba(15,23,42,.10));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.58),
    inset 0 1px 0 rgba(255,255,255,.72);
  pointer-events: none;
}

.feature-screenshot-card::after {
  content: "";
  position: absolute;
  inset: auto 10% -.65rem;
  z-index: 0;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(44,129,248,.22);
  filter: blur(18px);
  pointer-events: none;
}

.feature-screenshot-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.08rem;
  object-fit: cover;
  box-shadow:
    0 12px 32px rgba(15,23,42,.12),
    0 0 0 1px rgba(255,255,255,.72);
}

.feature-screenshot-recording {
  object-position: 50% 42%;
}

.feature-screenshot-share {
  object-position: 50% 48%;
}

.feature-screenshot-player {
  object-position: 50% 42%;
}

.stats-preview-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border: 1px solid transparent;
  border-radius: 2rem;
  padding: .55rem;
  background:
    linear-gradient(135deg, rgba(15,23,42,.88), rgba(30,64,175,.38)) padding-box,
    linear-gradient(135deg, rgba(125,211,252,.86), rgba(96,165,250,.64) 34%, rgba(167,139,250,.78) 72%, rgba(255,255,255,.55)) border-box;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 24px 74px rgba(0,0,0,.26),
    0 18px 54px rgba(44,129,248,.24),
    inset 0 1px 0 rgba(255,255,255,.22);
}

.stats-preview-frame::before {
  content: "";
  position: absolute;
  inset: .55rem;
  z-index: 2;
  border-radius: 1.5rem;
  background:
    linear-gradient(112deg, rgba(255,255,255,.34), transparent 28%, transparent 72%, rgba(96,165,250,.18)),
    linear-gradient(to bottom, rgba(255,255,255,.16), transparent 38%, rgba(15,23,42,.16));
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.42),
    inset 0 1px 0 rgba(255,255,255,.52);
  pointer-events: none;
}

.stats-preview-frame::after {
  content: "";
  position: absolute;
  inset: auto 12% -1rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(96,165,250,.44);
  filter: blur(22px);
  pointer-events: none;
}

.stats-preview-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  object-fit: cover;
  object-position: 50% 10%;
  box-shadow:
    0 16px 46px rgba(0,0,0,.18),
    0 0 0 1px rgba(255,255,255,.42);
  transition:
    transform .35s ease,
    filter .35s ease;
}

.product-preview-panel:hover .stats-preview-image {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.015);
}

.no-install-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.1em;
  height: 1em;
  vertical-align: -0.08em;
}

.no-install-icon .fa-laptop {
  font-size: .95em;
}

.no-install-icon .fa-slash {
  position: absolute;
  font-size: .9em;
  transform: rotate(-10deg);
}

.analytics-folder-rotator {
  display: inline-block;
  min-width: 11.25ch;
  min-height: 2.08em;
  line-height: 1.04;
  white-space: nowrap;
  will-change: transform, opacity;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  max-width: 46rem;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(191, 219, 254, .92);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(96,165,250,.18), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,246,255,.90));
  color: #0F172A;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.cookie-banner p {
  margin: 0 0 .9rem;
  color: #475569;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.cookie-banner a {
  color: #2c81f8;
  font-weight: 900;
  text-decoration: none;
}

.cookie-banner a:hover {
  color: #1D4ED8;
}

.cookie-actions {
  display: flex;
  justify-content: center;
  gap: .6rem;
}

.cookie-actions button {
  min-height: 2.75rem;
  border: 1px solid rgba(191, 219, 254, .9);
  border-radius: .9rem;
  padding: 0 1rem;
  background: rgba(255,255,255,.86);
  color: #475569;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 900;
  transition:
    background .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.cookie-actions button:hover {
  transform: translateY(-1px);
  border-color: rgba(147,197,253,.95);
  background: #fff;
  color: #2c81f8;
}

#accept-analytics {
  border-color: rgba(29,78,216,.18);
  background: #2c81f8;
  color: #fff;
  box-shadow: 0 12px 24px rgba(44,129,248,.20);
}

#accept-analytics:hover {
  background: #1D4ED8;
  color: #fff;
}

@media (max-width: 640px) {
  .feature-screenshot-card {
    aspect-ratio: 16 / 9;
    border-radius: 1.25rem;
  }

  .feature-screenshot-card::before,
  .feature-screenshot-image {
    border-radius: .92rem;
  }

  .stats-preview-frame {
    aspect-ratio: 16 / 10;
    border-radius: 1.55rem;
    padding: .42rem;
  }

  .stats-preview-frame::before,
  .stats-preview-image {
    border-radius: 1.16rem;
  }

  .cookie-banner {
    border-radius: 1rem;
  }

  .cookie-actions {
    flex-direction: column-reverse;
  }

  .cookie-actions button {
    width: 100%;
  }
}

.subtle-dot-grid {
  background-image: radial-gradient(rgba(44,129,248,.44) 1.7px, transparent 1.7px);
  background-size: 24px 24px;
  pointer-events: none;
}

.subtle-dot-grid-soft {
  background-image: radial-gradient(rgba(44,129,248,.32) 1.45px, transparent 1.45px);
  background-size: 26px 26px;
  pointer-events: none;
}

.subtle-dot-grid-white {
  background-image: radial-gradient(rgba(255,255,255,.38) 1.35px, transparent 1.35px);
  background-size: 26px 26px;
  pointer-events: none;
}

.js-parallax-layer {
  transform: translate3d(0, var(--parallax-y, 0), 0);
  will-change: transform;
}

.dot-fade-top {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.35), transparent 90%);
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.35), transparent 90%);
}

.dot-fade-corner {
  -webkit-mask-image: radial-gradient(circle at 0 0, rgba(0,0,0,.95), rgba(0,0,0,.45), transparent 72%);
  mask-image: radial-gradient(circle at 0 0, rgba(0,0,0,.95), rgba(0,0,0,.45), transparent 72%);
}

.dot-fade-side-left {
  -webkit-mask-image: radial-gradient(ellipse at left center, rgba(0,0,0,.92), rgba(0,0,0,.42), transparent 70%);
  mask-image: radial-gradient(ellipse at left center, rgba(0,0,0,.92), rgba(0,0,0,.42), transparent 70%);
}

.dot-fade-side-right {
  -webkit-mask-image: radial-gradient(ellipse at right center, rgba(0,0,0,.92), rgba(0,0,0,.42), transparent 70%);
  mask-image: radial-gradient(ellipse at right center, rgba(0,0,0,.92), rgba(0,0,0,.42), transparent 70%);
}

.dot-fade-bottom {
  -webkit-mask-image: radial-gradient(ellipse at bottom center, rgba(0,0,0,.86), rgba(0,0,0,.38), transparent 72%);
  mask-image: radial-gradient(ellipse at bottom center, rgba(0,0,0,.86), rgba(0,0,0,.38), transparent 72%);
}

.dot-fade-bottom-corners {
  -webkit-mask-image:
    radial-gradient(circle at 0 100%, rgba(0,0,0,.95), rgba(0,0,0,.58), transparent 62%),
    radial-gradient(circle at 100% 100%, rgba(0,0,0,.95), rgba(0,0,0,.58), transparent 62%);
  mask-image:
    radial-gradient(circle at 0 100%, rgba(0,0,0,.95), rgba(0,0,0,.58), transparent 62%),
    radial-gradient(circle at 100% 100%, rgba(0,0,0,.95), rgba(0,0,0,.58), transparent 62%);
}

.dot-fade-full-soft {
  -webkit-mask-image: radial-gradient(circle at center, rgba(0,0,0,.86), rgba(0,0,0,.48), transparent 78%);
  mask-image: radial-gradient(circle at center, rgba(0,0,0,.86), rgba(0,0,0,.48), transparent 78%);
}

.preview-dot-panel {
  position: relative;
  overflow: hidden;
}

.preview-dot-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(44,129,248,.18) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  opacity: .78;
  pointer-events: none;
}

.light-flow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(96,165,250,.18), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(167,243,208,.18), transparent 34%),
    linear-gradient(120deg, transparent 24%, rgba(255,255,255,.58) 44%, transparent 64%);
  opacity: .82;
  pointer-events: none;
}

.orb {
  filter: blur(10px);
  opacity: .65;
  animation: orb-drift 18s ease-in-out infinite alternate;
  will-change: transform;
}

.orb-slow {
  animation-duration: 26s;
  animation-delay: -8s;
}

.orb-delay {
  animation-delay: -12s;
}

@keyframes orb-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  30% {
    transform: translate3d(150px, -105px, 0) scale(1.22);
  }
  65% {
    transform: translate3d(-120px, 88px, 0) scale(.82);
  }
  100% {
    transform: translate3d(92px, 150px, 0) scale(1.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orb {
    animation: none;
  }
}

.brand-logo {
  height: 40px;
  width: auto;
  display: block;
}

.brand-logo-sm {
  height: 32px;
  width: auto;
  display: block;
}

.footer-logo {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
}
.site-header .nav-shell {
  isolation: isolate;
  background:
    radial-gradient(circle at 15% 12%, rgba(96,165,250,.18), transparent 28%),
    radial-gradient(circle at 88% 86%, rgba(99,102,241,.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.99), rgba(244,248,255,.96));
  border-color: rgba(255,255,255,.96);
  box-shadow: 0 28px 86px rgba(44,129,248,.16);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
}

.site-header .nav-shell::after {
  z-index: 0;
}

.site-header .nav-shell > * {
  position: relative;
  z-index: 1;
}

.mobile-menu-shell {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + .75rem);
  z-index: 20;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(255,255,255,.92);
  background:
    radial-gradient(circle at 10% 0%, rgba(96,165,250,.22), transparent 38%),
    radial-gradient(circle at 90% 18%, rgba(196,181,253,.18), transparent 40%),
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(239,246,255,.82));
  box-shadow: 0 22px 58px rgba(44,129,248,.16);
  backdrop-filter: blur(34px) saturate(1.25);
  -webkit-backdrop-filter: blur(34px) saturate(1.25);
  padding: .75rem;
}

.mobile-menu-shell a {
  display: flex;
  align-items: center;
  min-height: 44px;
  border-radius: 1rem;
  padding: 0 1rem;
  color: #475569;
  font-size: 15px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}

.mobile-menu-shell a:hover {
  background: rgba(255,255,255,.76);
  color: #2c81f8;
}

.mobile-menu-shell .mobile-menu-cta {
  justify-content: center;
  margin-top: .35rem;
  background: #2c81f8;
  color: #fff;
  box-shadow: 0 14px 28px rgba(44, 129, 248, 0.24);
}

.mobile-menu-shell .mobile-menu-cta:hover {
  background: #1D4ED8;
  color: #fff;
}

.mobile-menu-toggle i {
  pointer-events: none;
}

.nav-create-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(29,78,216,.18);
  background: #2474e5;
  box-shadow:
    0 10px 22px rgba(44,129,248,.18),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.nav-create-button::before {
  content: none;
}

.nav-create-button::after {
  content: none;
}

.nav-create-button:hover {
  background: #2c81f8;
  box-shadow:
    0 12px 26px rgba(44,129,248,.22),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.nav-create-label {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.nav-record-dot {
  position: relative;
  width: .72rem;
  height: .72rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6873 0%, #ed313c 100%);
  box-shadow:
    0 0 0 3px rgba(255,255,255,.22),
    0 2px 7px rgba(237,49,60,.55),
    inset 0 1px 1px rgba(255,255,255,.36);
}

.nav-record-dot::before,
.nav-record-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(255,255,255,.28);
  transform: translate(-50%, -50%) scale(1);
  animation: nav-record-dot-pulse 2.8s ease-out infinite;
}

.nav-record-dot::after {
  animation-delay: 1.4s;
}

.hero-record-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: auto;
  min-width: 390px;
  padding: 14px 58px 14px 34px;
  border: 1px solid #b8dcff;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8fcff 0%, #eef8ff 100%);
  color: #1967f2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(139, 198, 255, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.46),
    0 8px 24px rgba(100, 170, 255, 0.22);
  isolation: isolate;
  text-shadow: none;
  cursor: pointer;
  outline: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.hero-record-button::before {
  content: "";
  position: absolute;
  inset: -13px;
  height: auto;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(44, 129, 248, 0.12),
    rgba(44, 129, 248, 0.52),
    rgba(237, 49, 60, 0.32),
    rgba(44, 129, 248, 0.52),
    rgba(44, 129, 248, 0.12)
  );
  background-size: 250% 100%;
  z-index: -2;
  opacity: 0.86;
  filter: blur(12px);
  animation: record-button-glow 5.2s ease-in-out infinite;
  pointer-events: none;
}

.hero-record-button::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  border: 2px solid rgba(44, 129, 248, 0.58);
  z-index: -1;
  background: none;
  opacity: 1;
  animation: record-button-pulse 4s ease-in-out infinite;
  pointer-events: none;
}

.hero-record-button .record-text::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.95), transparent);
  pointer-events: none;
}

.hero-record-button:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: #8bc6ff;
  background: linear-gradient(180deg, #ffffff 0%, #eaf6ff 100%);
  color: #0f5fe8;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    inset 0 -1px 0 rgba(139, 198, 255, 0.52),
    inset 0 0 0 1px rgba(255, 255, 255, 0.56),
    0 14px 34px rgba(73, 151, 255, 0.32);
}

.hero-record-button:hover::before {
  opacity: 0.95;
  filter: blur(15px);
  animation-duration: 3.4s;
}

.hero-record-button:hover::after {
  animation-duration: 2.8s;
}

.hero-record-button:active {
  transform: translateY(1px) scale(0.99);
}

.hero-record-button .record-dot-shell {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #edf3fb 100%);
  border: 0;
  box-shadow:
    0 6px 14px rgba(84, 132, 190, 0.22),
    inset 0 1px 2px rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
  overflow: visible;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-record-button .record-dot-shell::before,
.hero-record-button .record-dot-shell::after {
  display: none;
}

.hero-record-button:hover .record-dot-shell {
  transform: scale(1.08);
  box-shadow:
    0 8px 20px rgba(84, 132, 190, 0.28),
    inset 0 1px 2px rgba(255, 255, 255, 1);
}

.hero-record-button .record-dot {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff5966 0%, #ed313c 100%);
  box-shadow:
    0 2px 6px rgba(237, 49, 60, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.35);
  z-index: 1;
  animation: none;
}

.hero-record-button .record-dot::before,
.hero-record-button .record-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(237, 49, 60, 0.24);
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  animation: record-dot-pulse 3.4s ease-out infinite;
  filter: none;
}

.hero-record-button .record-dot::after {
  animation-delay: 1.7s;
}

.hero-record-button:hover .record-dot::before,
.hero-record-button:hover .record-dot::after {
  animation-duration: 1.9s;
  background: rgba(237, 49, 60, 0.36);
}

.hero-record-button:hover .record-dot {
  box-shadow:
    0 3px 10px rgba(237, 49, 60, 0.45),
    inset 0 1px 1px rgba(255, 255, 255, 0.35);
}

.hero-record-button .record-text {
  color: #1967f2;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(25, 103, 242, 0.18);
  white-space: nowrap;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.hero-record-button:hover .record-text {
  color: #0f5fe8;
  text-shadow: 0 2px 8px rgba(25, 103, 242, 0.26);
}

.hero-preview-shell {
  isolation: isolate;
  padding: .72rem !important;
  border-radius: 2.35rem !important;
  border: 1px solid transparent;
  background:
    linear-gradient(135deg, rgba(255,255,255,.97), rgba(241,247,255,.82)) padding-box,
    linear-gradient(135deg, #bfe6ff 0%, #62b6ff 18%, #7c6dff 52%, #b9a6ff 76%, #e5f7ff 100%) border-box;
  box-shadow:
    0 0 0 7px rgba(191, 231, 255, .42),
    0 0 0 13px rgba(124, 109, 255, .10),
    0 38px 120px rgba(30, 64, 175, .22),
    0 18px 58px rgba(14, 165, 233, .18),
    inset 0 1px 0 rgba(255,255,255,.96),
    inset 0 0 0 1px rgba(255,255,255,.72);
  transform: perspective(1200px) rotateX(1deg);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.hero-preview-shell::before {
  content: "";
  position: absolute;
  inset: .5rem;
  z-index: 3;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 1.92rem;
  background: linear-gradient(135deg, rgba(255,255,255,.32), transparent 34%, rgba(96,165,250,.08) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(96,165,250,.14),
    inset 0 1px 0 rgba(255,255,255,.9);
  pointer-events: none;
}

.hero-preview-shell::after {
  content: "";
  position: absolute;
  inset: -18%;
  z-index: 2;
  background:
    linear-gradient(112deg, transparent 31%, rgba(255,255,255,.72) 43%, transparent 55%),
    linear-gradient(135deg, rgba(125,211,252,.26), transparent 30%, rgba(129,140,248,.24) 72%, transparent);
  opacity: .58;
  transform: rotate(6deg);
  pointer-events: none;
}

.hero-preview-image {
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 1.78rem !important;
  box-shadow:
    0 22px 64px rgba(15, 23, 42, .14),
    0 0 0 1px rgba(96,165,250,.18),
    inset 0 1px 0 rgba(255,255,255,.9);
  transform: translateZ(0);
  transition:
    transform .35s ease,
    filter .35s ease,
    box-shadow .35s ease;
}

.hero-preview-shell:hover {
  transform: perspective(1200px) rotateX(0deg) translateY(-6px);
  box-shadow:
    0 0 0 8px rgba(191, 231, 255, .50),
    0 0 0 15px rgba(124, 109, 255, .14),
    0 44px 132px rgba(30, 64, 175, .27),
    0 24px 72px rgba(14, 165, 233, .22),
    inset 0 1px 0 rgba(255,255,255,.98),
    inset 0 0 0 1px rgba(255,255,255,.78);
}

.hero-preview-shell:hover .hero-preview-image {
  transform: scale(1.012);
  filter: saturate(1.04) contrast(1.015);
  box-shadow:
    0 28px 74px rgba(15, 23, 42, .18),
    0 0 0 1px rgba(96,165,250,.24),
    inset 0 1px 0 rgba(255,255,255,.86);
}

@media (max-width: 480px) {
  .hero-record-button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    padding: 14px 28px;
  }

  .hero-record-button .record-text {
    font-size: 19px;
  }

  .hero-preview-shell {
    padding: .55rem !important;
    border-radius: 1.75rem !important;
    transform: none;
  }

  .hero-preview-shell::before {
    inset: .36rem;
    border-radius: 1.38rem;
  }

  .hero-preview-image {
    border-radius: 1.32rem !important;
  }
}

@keyframes record-button-glow {
  0% {
    background-position: 0% 50%;
    opacity: 0.45;
  }
  50% {
    background-position: 100% 50%;
    opacity: 0.85;
  }
  100% {
    background-position: 0% 50%;
    opacity: 0.45;
  }
}

@keyframes record-button-pulse {
  0% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.04);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
}

@keyframes record-dot-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.95);
    opacity: 0.12;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.35);
    opacity: 0;
  }
}

@keyframes nav-record-dot-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: .7;
  }
  72% {
    transform: translate(-50%, -50%) scale(2.35);
    opacity: .1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.75);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-record-button,
  .hero-record-button::before,
  .hero-record-button::after,
  .hero-record-button .record-dot::before,
  .hero-record-button .record-dot::after,
  .how-step-record-bubble .record-dot-shell::before,
  .how-step-record-bubble .record-dot-shell::after,
  .nav-create-button::before,
  .nav-create-button::after,
  .how-card,
  .how-step-card,
  .feature-screenshot-image,
  .stats-preview-image,
  .nav-record-dot::before,
  .nav-record-dot::after {
    animation: none;
    transition: none;
  }
}

@media (max-width: 767px), (hover: none), (pointer: coarse) {
  .site-header {
    left: 0;
    right: 0;
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header > .relative,
  .site-header .nav-shell,
  .mobile-menu-shell {
    width: 100%;
    max-width: 100%;
  }

  .orb {
    animation: none !important;
    filter: blur(6px);
    opacity: .28;
    transform: none !important;
    will-change: auto;
  }

  .subtle-dot-grid,
  .subtle-dot-grid-soft,
  .subtle-dot-grid-white {
    transform: none !important;
    will-change: auto;
  }

  .texture-card,
  .use-card,
  .pricing-tier,
  .pricing-billing-toggle,
  .pricing-tier-icon,
  .pricing-popular,
  .mobile-menu-shell,
  .site-header .nav-shell,
  body .backdrop-blur,
  body .backdrop-blur-xl {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .hero-record-button,
  .hero-preview-shell,
  .hero-preview-image,
  .hero-record-button .record-dot-shell,
  .hero-record-button .record-text,
  .nav-create-button,
  .pricing-tier,
  #features .use-card {
    transition-duration: .12s;
  }

  .hero-record-button::before,
  .hero-record-button::after,
  .hero-record-button .record-dot::before,
  .hero-record-button .record-dot::after,
  .nav-record-dot::before,
  .nav-record-dot::after {
    animation: none !important;
  }

  .hero-record-button::before {
    filter: none;
    opacity: .22;
  }

  .hero-preview-shell,
  .hero-preview-shell:hover,
  .hero-preview-shell:hover .hero-preview-image {
    transform: none;
  }

  .hero-record-button::after,
  .hero-record-button .record-dot::before,
  .hero-record-button .record-dot::after,
  .nav-record-dot::before,
  .nav-record-dot::after {
    display: none;
  }
}

.hero-rotating-line {
  display: block;
}
