@import url(https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap);

.navbar.menu-open .line,
body {
  background-color: #fff
}

.hero-section,
.pricing-section {
  min-height: 100vh;
  overflow: hidden
}

.bg-glow,
.bottom-mask,
.card-glow,
.lenis.lenis-scrolling iframe,
.panel-content {
  pointer-events: none
}

.light-faq-num,
.panel-num,
.plan-num {
  font-family: monospace
}

.feature-panel,
.hero-section,
.lenis.lenis-stopped,
.light-faq-content,
.panel-desc,
.premium-loader,
.pricing-card,
.pricing-section,
.stack-card,
.visual-card,
body.loading {
  overflow: hidden
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  font-family: Geist, sans-serif;
  color: #111;
  overflow-x: hidden
}

html.lenis {
  height: auto
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain
}

.premium-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #050507;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff
}

#navbar,
.navbar {
  top: 0;
  z-index: 2000;
  padding: 25px 5%
}

.loader-counter {
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 30px;
  font-variant-numeric: tabular-nums
}

.loader-progress-bar {
  width: 300px;
  height: 2px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
  position: relative;
  border-radius: 2px
}

.loader-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #7658ff, #fff)
}

.menu-toggle,
.navbar {
  background: 0 0;
  display: flex
}

body.loading {
  height: 100vh
}

.navbar {
  position: fixed;
  left: 0;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: .4s
}

.logo,
.logo-footer {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -.5px;
  color: #111;
  transition: color .4s;
  z-index: 2001
}

.card-eyebrow,
.pricing-eyebrow,
.tagline {
  letter-spacing: 2px;
  text-transform: uppercase
}

.logo-footer {
  color: #7658ff;
  margin-bottom: 10px
}

.menu-toggle {
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  z-index: 2001
}

.menu-toggle .line {
  display: block;
  height: 2px;
  background-color: #111;
  transition: .4s cubic-bezier(.25, 1, .5, 1)
}

.menu-toggle .line-1,
.menu-toggle:hover .line-2 {
  width: 30px
}

.menu-toggle .line-2 {
  width: 20px
}

.navbar.menu-open {
  background: 0 0 !important;
  box-shadow: none !important
}

.card-purple .text-white,
.legal-links a:hover,
.menu-legal-links a:hover,
.navbar.menu-open .logo {
  color: #fff
}

.navbar.menu-open .line-1 {
  transform: translateY(5px) rotate(45deg);
  width: 30px
}

.navbar.menu-open .line-2 {
  transform: translateY(-5px) rotate(-45deg);
  width: 30px
}

.fullscreen-menu {
  position: fixed;
  inset: 0;
  z-index: 1500;
  background: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden
}

.menu-wave-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.wave-path {
  fill: #1a1a1a
}

.menu-content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.fluid-link span {
  font-size: 1.5rem;
  font-weight: 300;
  -webkit-text-stroke: 0px;
  color: #7658ff
}

.fluid-link:hover {
  color: #fff;
  transform: translateX(30px)
}

.menu-info-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff
}

.menu-content-wrap {
  width: 90%;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 80px;
  z-index: 1;
  opacity: 0
}

.fluid-link {
  text-transform: uppercase;
  -webkit-text-stroke: 2px #fff;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-decoration: none;
  display: block;
  transition: .4s cubic-bezier(.19, 1, .22, 1)
}

.tagline {
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 2rem
}

.menu-cta-email {
  font-size: 2rem;
  color: #7658ff;
  text-decoration: none
}

.navbar.scrolled {
  backdrop-filter: blur(10px);
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
  padding: 15px 5%
}

.menu-legal-links {
  margin-top: 30px;
  display: flex;
  gap: 20px
}

.menu-legal-links a {
  color: #555;
  font-size: .8rem;
  text-decoration: none
}

#navbar {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between
}

.btn-primary,
.btn-secondary {
  font-size: 1rem;
  font-weight: 500;
  transition: .3s cubic-bezier(.25, .8, .25, 1);
  cursor: pointer
}

.hero-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #fff 40%, rgba(119, 88, 255, .853) 100%)
}

.bg-glow,
.bottom-mask,
.carousel-item,
.carousel-track,
.orbit-container {
  position: absolute
}

.bg-glow {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(118, 88, 255, .2) 0, rgba(118, 88, 255, 0) 65%);
  z-index: 0
}

.orbit-container {
  top: 95%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 1
}

.carousel-track {
  top: 0;
  left: 0
}

.carousel-item {
  width: 160px;
  height: 220px;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .1)
}

.bottom-mask {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background: linear-gradient(to bottom, rgba(118, 88, 255, 0) 0, rgba(118, 88, 255, .3) 40%, #fff 85%, #fff 100%);
  z-index: 5
}

.hero-content,
.stack-section {
  position: relative;
  z-index: 10
}

.hero-content {
  text-align: center;
  margin-top: 100px;
  padding: 0 20px
}

.hero-content h1 {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #111;
  margin-bottom: 1.2rem
}

.hero-content .subtitle {
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
  color: #666;
  line-height: 1.6;
  margin-bottom: 2.5rem
}

.action-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center
}

.btn-primary {
  background: linear-gradient(135deg, #7658ff 0, #5b42d6 100%);
  color: #fff;
  border: none;
  padding: 16px 36px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(118, 88, 255, .2)
}

.btn-primary .arrow,
.footer-btn.primary .arrow {
  transition: transform .3s
}

.btn-primary:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 15px 30px rgba(118, 88, 255, .4)
}

.btn-primary:hover .arrow {
  transform: translateX(6px)
}

.btn-secondary {
  background: #fff;
  color: #111;
  border: 1px solid #e0e0e0;
  padding: 15px 36px;
  border-radius: 50px
}

.btn-secondary:hover {
  border-color: #7658ff;
  color: #7658ff;
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .05)
}

.more-content {
  height: 100vh;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  background: #f9f9f9
}

.stack-section {
  width: 100%;
  padding-bottom: 20vh;
  background-color: #fff
}

.stack-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10vh 5%;
  display: flex;
  flex-direction: column;
  gap: 40px
}

.stack-card {
  position: sticky;
  top: 15vh;
  width: 100%;
  height: 70vh;
  border-radius: 40px;
  padding: 60px;
  transform-origin: top center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
  border: 1px solid rgba(255, 255, 255, .1)
}

.card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 5%
}

.card-left {
  flex: 1
}

.card-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center
}

.card-eyebrow {
  display: inline-block;
  font-weight: 600;
  font-size: .9rem;
  margin-bottom: 20px;
  color: #7658ff
}

.stack-card h2 {
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 0
}

.stack-card p {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: .8;
  max-width: 500px
}

.card-dark {
  background: #0a0a0a;
  color: #fff
}

.card-purple {
  background: linear-gradient(135deg, #7658ff 0, #4d33c3 100%);
  color: #fff
}

.floating-images {
  position: relative;
  width: 100%;
  height: 400px
}

.float-img {
  position: absolute;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}

.pricing-card,
.pricing-section {
  position: relative;
  display: flex
}

.img-1 {
  width: 220px;
  height: 300px;
  top: 0;
  left: 0;
  transform: rotate(-5deg);
  z-index: 2
}

.img-2 {
  width: 180px;
  height: 240px;
  top: 100px;
  right: 20px;
  transform: rotate(8deg);
  z-index: 1
}

.img-3 {
  width: 150px;
  height: 200px;
  bottom: 0;
  left: 150px;
  transform: rotate(3deg);
  z-index: 3
}

.card-light {
  background: #f8f9fa;
  color: #111;
  border: 1px solid rgba(0, 0, 0, .05)
}

.metrics-wrap {
  display: flex;
  gap: 20px
}

.glass-metric {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .04)
}

.footer-btn.primary:hover,
.popular-badge {
  box-shadow: 0 10px 20px rgba(118, 88, 255, .3)
}

.glass-metric h4 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -2px;
  margin-bottom: 10px
}

.glass-metric p {
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7658ff;
  font-weight: 600;
  margin: 0
}

.pricing-section {
  background-color: #050507;
  color: #fff;
  padding: 120px 5%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.pricing-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 5
}

.pricing-header {
  text-align: center;
  margin-bottom: 70px
}

.pricing-eyebrow {
  font-size: .85rem;
  color: #7658ff;
  font-weight: 600
}

.pricing-header h2 {
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 15px 0
}

.pricing-header p {
  color: #888893;
  font-size: 1.1rem
}

.pricing-grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
  width: 100%
}

.pricing-card {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 32px;
  padding: 50px 40px;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  will-change: transform, opacity
}

.card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, .02) 0, transparent 60%);
  z-index: 1
}

.pricing-card.popular {
  border: 1px solid rgba(118, 88, 255, .3);
  background: rgba(118, 88, 255, .03)
}

.pricing-card.popular .card-glow {
  background: radial-gradient(circle at 50% 0, rgba(118, 88, 255, .15) 0, transparent 70%)
}

.popular-badge {
  position: absolute;
  top: 25px;
  right: 30px;
  background: linear-gradient(135deg, #7658ff 0, #4d33c3 100%);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  letter-spacing: .5px
}

.plan-num {
  font-size: .85rem;
  color: #888893;
  display: block;
  margin-bottom: 15px
}

.pricing-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px
}

.plan-desc {
  color: #888893;
  font-size: .95rem;
  line-height: 1.5;
  margin-bottom: 30px;
  min-height: 45px
}

.plan-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px
}

.plan-price .currency {
  font-size: 1.8rem;
  font-weight: 500;
  color: #888893
}

.plan-price .amount {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -1px
}

.plan-price .period {
  font-size: 1rem;
  color: #666670;
  margin-left: 5px
}

.card-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .06);
  margin: 30px 0
}

.plan-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px
}

.plan-features li {
  font-size: .95rem;
  color: #ccccd6;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4
}

.plan-features li span {
  color: #e3f8b0;
  font-weight: 700
}

.pricing-btn {
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
  z-index: 2
}

.btn-outline {
  background: 0 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .15)
}

.btn-outline:hover,
.btn-solid {
  background: #fff;
  color: #050507
}

.btn-outline:hover {
  border-color: #fff
}

.btn-solid {
  border: none;
  box-shadow: 0 10px 25px rgba(255, 255, 255, .1)
}

.btn-solid:hover {
  background: #7658ff;
  color: #fff;
  box-shadow: 0 15px 30px rgba(118, 88, 255, .3)
}

.interactive-features {
  width: 100%;
  min-height: 100vh;
  background-color: #f8f9fa;
  color: #111;
  padding: 100px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.features-container {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%
}

.features-header {
  text-align: center;
  margin-bottom: 50px
}

.features-header h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -1.5px
}

.features-header p {
  color: #666;
  font-size: 1.1rem;
  margin-top: 10px
}

.features-accordion {
  display: flex;
  width: 100%;
  height: 65vh;
  gap: 15px
}

.feature-panel {
  position: relative;
  flex: 1;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  will-change: flex-basis
}

.panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .611) 0, rgba(0, 0, 0, .1) 100%);
  transition: background .5s
}

.feature-panel:hover .panel-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, .686) 0, rgba(0, 0, 0, .3) 100%)
}

.panel-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2
}

.panel-num {
  font-size: .9rem;
  font-weight: 600;
  color: #e3f8b0;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, .1);
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  backdrop-filter: blur(8px)
}

.feature-panel h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: -.5px;
  line-height: 1.2;
  white-space: normal;
  word-wrap: break-word
}

.panel-desc {
  font-size: .95rem;
  line-height: 1.6;
  color: #dcdcdc;
  opacity: 0;
  height: 0;
  max-width: 350px;
  margin-top: 10px
}

@media (max-width:900px) {
  .card-inner {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 40px
  }

  .floating-images {
    display: block !important;
    height: 300px;
    transform: scale(.75);
    transform-origin: center top;
    margin: 20px auto 0
  }

  .img-1 {
    left: 10px
  }

  .img-2 {
    right: 10px
  }

  .img-3 {
    left: 100px
  }

  .metrics-wrap {
    flex-direction: column
  }

  .features-accordion {
    flex-direction: column;
    height: 80vh
  }
}

.light-faq-section {
  background-color: #fff;
  color: #111;
  padding: 120px 5%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center
}

.light-faq-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto
}

.light-faq-header {
  text-align: center;
  margin-bottom: 60px
}

.bento-badge,
.light-badge {
  background: #f0f0f5;
  color: #7658ff;
  font-size: .85rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 20px
}

.light-faq-header h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #111
}

.light-faq-accordion {
  display: flex;
  flex-direction: column
}

.light-faq-item {
  border-bottom: 1px solid #eaeaea
}

.light-faq-trigger {
  width: 100%;
  background: 0 0;
  border: none;
  padding: 35px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
  outline: 0
}

.light-faq-num {
  color: #7658ff;
  font-size: 1.1rem;
  font-weight: 600;
  width: 60px;
  flex-shrink: 0
}

.light-faq-trigger h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #111;
  letter-spacing: -.5px;
  flex-grow: 1;
  padding-right: 20px;
  transition: color .3s
}

.footer-nav-column a:hover,
.light-faq-item.active h3,
.light-faq-trigger:hover h3 {
  color: #7658ff
}

.light-faq-icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0
}

.light-faq-icon::after,
.light-faq-icon::before {
  content: '';
  position: absolute;
  background-color: #111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform .4s, background-color .3s
}

.light-faq-icon::before {
  width: 100%;
  height: 2px
}

.light-faq-icon::after {
  height: 100%;
  width: 2px
}

.light-faq-item.active .light-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg)
}

.light-faq-content {
  height: 0
}

.light-faq-inner {
  padding: 0 0 40px 60px
}

.light-faq-inner p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 750px
}

.bento-contact-section {
  background-color: #fff;
  padding: 120px 5%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center
}

.bento-wrapper {
  max-width: 1200px;
  width: 100%
}

.bento-header {
  margin-bottom: 50px
}

.bento-header h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #111
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px
}

.bento-submit,
.status-indicator {
  gap: 10px;
  display: flex;
  font-weight: 600
}

.bento-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .02);
  transition: box-shadow .3s, transform .3s
}

.bento-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .06)
}

.form-card {
  grid-column: 1/2;
  grid-row: 1/3
}

.form-card h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -.5px
}

.bento-input-group {
  margin-bottom: 20px
}

.bento-input-group input,
.bento-input-group textarea {
  width: 100%;
  background: #f4f4f7;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 20px;
  font-size: 1.1rem;
  font-family: inherit;
  color: #111;
  outline: 0;
  transition: .3s;
  resize: none
}

.footer-nav-column a,
.legal-links a {
  transition: color .3s;
  text-decoration: none
}

.bento-input-group input::placeholder,
.bento-input-group textarea::placeholder {
  color: #a0a0a5
}

.bento-input-group input:focus,
.bento-input-group textarea:focus {
  background: #fff;
  border-color: #7658ff;
  box-shadow: 0 0 0 4px rgba(118, 88, 255, .1)
}

.bento-submit {
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 20px;
  font-size: 1.1rem;
  border-radius: 16px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: .3s;
  margin-top: 10px
}

.bento-submit:hover {
  background: #7658ff;
  transform: translateY(-2px)
}

.info-card {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.info-block h4,
.visual-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px
}

.info-block p {
  color: #666;
  font-size: .95rem;
  margin-bottom: 15px
}

.info-block a {
  font-size: 1.1rem;
  font-weight: 600;
  color: #7658ff;
  text-decoration: none
}

.bento-divider {
  border: none;
  border-top: 1px solid #eaeaea;
  margin: 30px 0
}

.visual-card {
  background: linear-gradient(135deg, #f8f9fa 0, #f0f0f5 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative
}

.visual-content p {
  color: #666;
  font-size: .95rem;
  margin-bottom: 25px
}

.status-indicator {
  align-items: center;
  background: #fff;
  padding: 10px 16px;
  border-radius: 50px;
  width: fit-content;
  font-size: .85rem;
  border: 1px solid #eaeaea
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #00c853;
  border-radius: 50%;
  position: relative
}

.pulse-dot::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #00c853;
  border-radius: 50%;
  animation: 2s linear infinite pulse
}

@keyframes pulse {
  0% {
    transform: scale(.5);
    opacity: 1
  }

  100% {
    transform: scale(2);
    opacity: 0
  }
}

.premium-footer {
  background-color: #050507;
  color: #fff;
  padding: 120px 5% 40px;
  border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto
}

.footer-cta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px
}

.footer-cta h2 {
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
  color: #fff
}

.cta-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 10px
}

.footer-btn {
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: .3s
}

.footer-btn.primary {
  background: linear-gradient(135deg, #7658ff 0, #5b42d6 100%);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-btn.primary:hover {
  transform: translateY(-3px)
}

.footer-btn.primary:hover .arrow {
  transform: translateX(5px)
}

.footer-btn.secondary {
  background: 0 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2)
}

.footer-btn.secondary:hover {
  background: #fff;
  color: #050507
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin: 0 0 80px
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 100px
}

.footer-brand .logo {
  font-size: 1.5rem;
  margin-bottom: 20px
}

.footer-brand p {
  color: #888893;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 300px
}

.footer-nav-column h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff
}

.footer-nav-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.footer-nav-column a {
  color: #888893;
  font-size: .95rem;
  position: relative
}

.copyright,
.legal-links a {
  color: #666670;
  font-size: .9rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 30px
}

.legal-links {
  display: flex;
  gap: 30px
}

@media (max-width:950px) {
  .pricing-grid {
    flex-direction: column;
    gap: 40px
  }

  .pricing-card {
    width: 100%
  }

  .bento-grid {
    grid-template-columns: 1fr
  }

  .form-card {
    grid-column: 1/2;
    grid-row: auto
  }

  .footer-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px
  }

  .footer-nav-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px
  }

  .footer-brand {
    grid-column: 1/-1
  }
}

@media (max-width:600px) {
  .light-faq-trigger {
    padding: 25px 0
  }

  .light-faq-num {
    width: 40px
  }

  .light-faq-trigger h3 {
    font-size: 1.2rem
  }

  .light-faq-inner {
    padding: 0 0 30px 40px
  }

  .footer-nav-grid {
    grid-template-columns: 1fr
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px
  }

  .legal-links {
    flex-wrap: wrap;
    gap: 15px
  }
}

.legal-hero {
  padding: 180px 5% 80px;
  background: linear-gradient(to bottom, #fff 40%, #f4f4f7 100%);
  text-align: center;
  border-bottom: 1px solid #eaeaea
}

.legal-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #111;
  margin-bottom: 20px
}

.legal-hero p {
  color: #666;
  font-size: 1.1rem
}

.legal-content-section {
  padding: 80px 5% 120px;
  background: #fff;
  display: flex;
  justify-content: center
}

.legal-prose {
  max-width: 800px;
  width: 100%
}

.legal-prose h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 50px 0 20px;
  color: #111;
  letter-spacing: -.5px
}

.legal-prose h2:first-child {
  margin-top: 0
}

.legal-prose p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px
}

.legal-prose ul {
  margin-bottom: 30px;
  padding-left: 20px
}

.legal-prose li {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px
}

.legal-prose a {
  color: #7658ff;
  text-decoration: none;
  font-weight: 500;
  transition: opacity .3s
}

.legal-prose a:hover {
  opacity: .8;
  text-decoration: underline
}

@media (max-width:768px) {
  .menu-content-wrap {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .fluid-link,
  .glass-metric h4 {
    font-size: 2.5rem
  }

  .menu-cta-email {
    font-size: 1.5rem
  }

  .navbar.scrolled {
    padding: 10px 5%
  }

  .orbit-container {
    display: none
  }

  .hero-content {
    margin-top: 0;
    padding: 0 20px;
    width: 100%
  }

  .action-buttons {
    flex-direction: column;
    gap: 15px
  }

  .btn-primary,
  .btn-secondary,
  .footer-btn {
    width: 100%;
    justify-content: center
  }

  .stack-container {
    padding: 5vh 5%;
    gap: 20px
  }

  .stack-card {
    height: auto;
    min-height: 60vh;
    padding: 40px 25px;
    border-radius: 24px;
    top: 12vh
  }

  .stack-card h2 {
    font-size: 2.2rem;
    letter-spacing: -1px
  }

  .stack-card p {
    font-size: 1rem;
    margin-top: 15px
  }

  .glass-metric {
    padding: 25px 20px;
    border-radius: 16px
  }

  .features-accordion {
    height: auto !important;
    flex-direction: column;
    gap: 20px
  }

  .feature-panel {
    flex: none !important;
    min-height: 400px;
    width: 100%;
    display: flex;
    align-items: flex-end
  }

  .panel-content {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 20px;
    pointer-events: auto
  }

  .panel-desc {
    height: auto !important;
    opacity: 1 !important;
    max-width: 100%;
    margin-top: 15px
  }

  .panel-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, .95) 0, rgba(0, 0, 0, .3) 100%) !important
  }

  .bento-card,
  .bento-contact-section,
  .bento-input-group,
  .bento-wrapper {
    width: 100%;
    box-sizing: border-box
  }

  .bento-contact-section {
    padding: 100px 20px !important;
    max-width: 100vw;
    overflow-x: hidden;
    min-height: auto
  }

  .bento-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%
  }

  .bento-card {
    padding: 20px !important;
    margin: 0
  }

  .form-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px
  }

  .bento-input-group input,
  .bento-input-group textarea,
  .bento-submit {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 16px;
    font-size: 1rem;
    border-radius: 12px
  }

  .premium-footer {
    padding: 60px 20px 30px !important
  }

  .footer-cta h2 {
    font-size: 2.5rem !important;
    margin-bottom: 20px
  }

  .cta-actions {
    flex-direction: column;
    width: 100%;
    gap: 12px
  }

  .footer-nav-grid {
    grid-template-columns: 1fr !important;
    gap: 40px;
    margin-bottom: 50px
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 20px
  }

  .legal-links {
    justify-content: center;
    width: 100%
  }

  .legal-hero {
    padding: 140px 5% 60px
  }

  .legal-content-section {
    padding: 60px 5%
  }

  .legal-prose h2 {
    font-size: 1.5rem;
    margin: 40px 0 15px
  }

  .legal-prose li,
  .legal-prose p {
    font-size: 1rem
  }
}

@media (min-width:769px) {
  .feature-panel {
    transition: filter .4s
  }

  .feature-panel h3,
  .panel-num {
    transition: opacity .3s
  }

  .features-accordion:hover .feature-panel {
    filter: grayscale(100%) brightness(.5)
  }

  .features-accordion:hover .feature-panel .panel-num,
  .features-accordion:hover .feature-panel h3 {
    opacity: 0
  }

  .features-accordion .feature-panel:hover {
    filter: grayscale(0%) brightness(1.1)
  }

  .features-accordion .feature-panel:hover .panel-num,
  .features-accordion .feature-panel:hover h3 {
    opacity: 1
  }
}