@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

:root {
  --bg-color: #020617;
  --bg-elevated: #020617;
  --surface-color: #020617;
  --surface-muted: #020617;
  --border-subtle: #1f2937;
  --border-strong: #4b5563;
  --btn-color: #f9fafb;
  --btn-bg: #7e22ce;
  --btn-bg-hover: #8b5cf6;
  --primary-text-color: #7e22ce;
  --header-link-hover: #e5e7eb;
  --input-hover-bd-color: #7e22ce;
  --text-color: #f9fafb;
  --text-muted: #9ca3af;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --shadow-soft: 0 22px 60px rgba(15, 23, 42, 0.9);
  --header-height: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
}

body.page {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, #020617 0, #020617 40%, #000 100%);
  color: var(--text-color);
  display: flex;
  flex-direction: column;
}

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

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

main.page-main {
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: 1.5rem;
}

.section {
  padding-block: 5rem;
}

.section--tight {
  padding-block: 3.5rem;
}

.section__inner {
  display: flex;
  gap: 3.5rem;
  align-items: center;
}

.section__inner--split {
  justify-content: space-between;
}

.section__header {
  text-align: left;
  margin-bottom: 2.5rem;
}

.section__title {
  font-size: 2rem;
  line-height: 1.2;
  color: #e5e7eb;
}

.section__title--center {
  text-align: center;
}

.section__content {
  flex: 1 1 0;
}

.section__media {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: radial-gradient(
    circle at top,
    rgba(15, 23, 42, 0.95),
    transparent
  );
}

.site-header__inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
}

.site-header__logo img {
  height: 36px;
  width: 36px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  color: #b1b1b1;
}

.site-nav__links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-nav__link {
  font-size: 0.95rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header-links {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.site-nav__link:hover,
.header-links:hover {
  color: var(--header-link-hover);
  background-color: rgba(31, 41, 55, 0.7);
}

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.site-nav__cta {
  padding-inline: 1rem;
  border-radius: 999px;
  gap: 0.4rem;
  background: #f9fafb;
  color: #020617;
  font-size: 0.95rem;
}

.site-header__toggle {
  display: none;
  border: none;
  background: transparent;
  color: #f9fafb;
  font-size: 1.7rem;
  cursor: pointer;
}

.hero {
  padding-top: calc(var(--header-height) + 3rem);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  align-items: center;
  gap: 4rem;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.hero__title {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.1;
  font-weight: 600;
}

.gradient-text {
  background: linear-gradient(90deg, #e5e7eb 18%, #9ca3af 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__subtitle {
  font-size: 1rem;
  max-width: 32rem;
  color: var(--text-muted);
}

.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
}

.hero__btn {
  box-shadow: 0 18px 45px rgba(126, 34, 206, 0.6);
  background: radial-gradient(circle at top left, #7e22ce, #0ea5e9);
}

.hero__btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.hero__note {
  font-size: 0.8rem;
  color: var(--text-muted);
  max-width: 30rem;
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero__phone-wrapper {
  position: relative;
  max-width: 420px;
}

.hero__phone {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transform-origin: bottom center;
  transform: perspective(1200px) translateY(12px) scale(0.8) rotateX(70deg);
}

.hero__phone img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero__glow {
  position: absolute;
  inset: auto 50% auto 50%;
  transform: translateX(-50%);
  top: 1.25rem;
  width: 200px;
  height: 200px;
  pointer-events: none;
}

.section--shopping {
  border-top: 1px solid rgba(31, 41, 55, 0.9);
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.bullet-list__item {
  position: relative;
  padding-left: 1.5rem;
}

.bullet-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: radial-gradient(circle, #7e22ce, #0ea5e9);
}

.bullet-list__title {
  font-size: 1.35rem;
  font-weight: 500;
}

.bullet-list__title--large {
  font-size: 1.6rem;
}

.phone-sticky {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  max-width: 360px;
  margin-inline: auto;
}

.section--cards {
  border-top: 1px solid rgba(31, 41, 55, 0.9);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem;
  margin-top: 2.5rem;
}

.feature-card {
  display: flex;
  gap: 1rem;
  padding: 1.75rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: radial-gradient(
    circle at top left,
    rgba(15, 23, 42, 0.9),
    #020617
  );
}

.feature-card__icon {
  font-size: 1.8rem;
  line-height: 1;
}

.feature-card__title {
  font-size: 1.05rem;
}

.feature-card__body {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.section--faq {
  border-top: 1px solid rgba(31, 41, 55, 0.9);
}

.faq-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq {
  border-radius: var(--radius-md);
  border: 1px solid #1f2123;
  background-color: #080808;
}

.faq-accordion {
  background-color: inherit;
  color: #f2f2f2;
  cursor: pointer;
  padding: 0.9rem 1.2rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
}

.faq-accordion span {
  flex: 1 1 0;
}

.faq-accordion i {
  font-size: 1rem;
}

.faq .content {
  padding: 0 1.2rem;
  color: #e4e4e4;
  height: max-content;
  overflow: hidden;
  background-color: transparent;
  text-align: justify;
  max-height: 0;
  transition: max-height 0.4s, padding 0.4s;
  font-size: 0.9rem;
}

.faq-accordion .active,
.faq-accordion:hover {
}

.faq-contact {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.faq-contact__title {
  font-size: 1.4rem;
}

.faq-contact__btn {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: transparent;
}

.section--waitlist {
  border-top: 1px solid rgba(31, 41, 55, 0.9);
  background-image: url("../assets/images/home/darkbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.waitlist {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
}

.waitlist__description {
  margin-top: 0.75rem;
  color: var(--text-muted);
  max-width: 38rem;
}

.waitlist__form {
  margin-top: 1.5rem;
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  max-width: 26rem;
}

.waitlist__input {
  flex: 1 1 0;
}

.waitlist__button {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  background: transparent;
  width: 3rem;
  justify-content: center;
  padding-inline: 0.75rem;
}

.waitlist__message {
  margin-top: 0.5rem;
  min-height: 1.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.waitlist__visual {
  display: flex;
  justify-content: flex-end;
}

.waitlist__phone {
  max-width: 320px;
  margin-left: auto;
}

.btn {
  padding: 0.65rem 1rem;
  border-radius: var(--radius-sm);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  justify-content: center;
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease,
    background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  background-color: var(--btn-bg-hover);
}

.btn:disabled {
  cursor: default;
  opacity: 0.7;
}

.input {
  padding: 0.65rem 0.75rem;
  background-color: transparent;
  border-radius: var(--radius-sm);
  min-width: 100px;
  border: 1px solid #818080;
  color: #f9fafb;
}

.input::placeholder {
  color: #6b7280;
}

.input:active,
.input:focus,
.input:focus-within {
  border: 1px solid var(--input-hover-bd-color) !important;
  outline: none;
}

.page-footer {
  margin-top: auto;
  padding-block: 3rem;
  border-top: 1px solid rgba(31, 41, 55, 0.9);
}

.page-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: flex-start;
}

.page-footer__column--brand img {
  max-width: 120px;
}

.footer-link {
  color: #c7c6c6;
  transition: color 0.3s;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: #ffffff;
}

.page-footer__title {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.reveal-up {
  will-change: opacity, transform;
}

@media (max-width: 1023px) {
  .site-header {
    background: rgba(3, 7, 18, 0.98);
  }

  .site-header__inner {
    justify-content: space-between;
  }

  .site-nav {
    color: #ffffff;
  }

  .site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  header .collapsible-header {
    position: fixed;
    right: 0;
    top: 0;
    flex-direction: column;
    opacity: 0;
    height: 100dvh;
    width: 0vw;
    justify-content: space-between;
    padding: 1.5rem 1.25rem;
    align-items: flex-end;
    background-color: #040404;
    color: #ffffff;
    overflow-y: auto;
    box-shadow: -4px 0 18px rgba(15, 23, 42, 0.9);
  }

  .site-nav__links {
    flex-direction: column;
    align-items: flex-end;
  }

  .site-nav__actions {
    width: 100%;
    justify-content: flex-end;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .hero__visual {
    order: -1;
  }

  .section__inner {
    flex-direction: column;
  }

  .waitlist {
    grid-template-columns: minmax(0, 1fr);
  }

  .waitlist__visual {
    justify-content: center;
  }

  .page-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .section {
    padding-block: 3.5rem;
  }

  .hero {
    padding-top: calc(var(--header-height) + 2rem);
  }

  .section__title {
    font-size: 1.5rem;
  }

  .feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}