
@font-face {
  font-family: "Nunito Black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/nunito-black.woff2") format("woff2");
}

:root {
  --ink: #f7fbff;
  --muted: #91a0b3;
  --blue: #0164bf;
  --blue-bright: #0164bf;
  --panel: #0f1014;
  --panel-soft: #0f1014;
  --line: rgba(1, 100, 191, 0.18);
  --background: #0f1014;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background: var(--background);
  color: var(--ink);
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

main {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 9%, rgba(1, 100, 191, 0.22), transparent 24rem),
    radial-gradient(circle at 50% 48%, rgba(1, 100, 191, 0.08), transparent 36rem),
    #0f1014;
}

.shell {
  width: min(calc(100% - 32px), 1040px);
  margin-inline: auto;
}

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

.hero {
  position: relative;
  padding-bottom: 76px;
}

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.wordmark {
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.25rem, 5.6vw, 1.9rem);
  letter-spacing: 0.045em;
  line-height: 1;
}

.launch-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(34, 146, 255, 0.15);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(5, 28, 52, 0.9), rgba(3, 15, 29, 0.92));
  box-shadow: inset 0 0 18px rgba(0, 109, 255, 0.08), 0 6px 28px rgba(0, 0, 0, 0.24);
  color: #a9bfd7;
  font-size: clamp(0.7rem, 2.4vw, 0.88rem);
  white-space: nowrap;
  transform: translateY(4px);
}

.launch-pill span {
  font-size: 1rem;
}

.hero-grid {
  position: relative;
  min-height: 420px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 18px;
}

.hero h1,
.final-cta h2,
.showcase h2 {
  margin: 0;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.015em;
  line-height: 0.93;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(2.05rem, 10vw, 5.4rem);
}

.hero h1 .hero-line-two {
  display: block;
  color: inherit;
  font-style: normal;
  text-shadow: none;
}

.hero h1 .hero-highlight {
  display: inline;
  color: var(--blue);
  font-style: normal;
  text-shadow: 0 0 24px rgba(0, 131, 255, 0.26);
}

.final-cta h2 span {
  display: block;
  color: var(--blue);
  font-style: normal;
  text-shadow: 0 0 24px rgba(0, 131, 255, 0.26);
}

.spark {
  display: inline;
  margin-left: 8px;
  color: var(--blue-bright);
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 0.3em;
  font-weight: 400;
  vertical-align: 1.6em;
  letter-spacing: 0;
  text-shadow: none;
}

.hero-kicker {
  margin: 18px 0 0;
  color: #f4f8fd;
  font-size: clamp(1rem, 3.8vw, 1.4rem);
  font-weight: 750;
  letter-spacing: -0.012em;
  line-height: 1.25;
  white-space: nowrap;
}

.hero-description {
  max-width: 250px;
  margin: 24px 0 0;
  color: #9aa8ba;
  font-size: clamp(0.7rem, 2.9vw, 0.92rem);
  line-height: 1.38;
}

.hero-art {
  position: absolute;
  z-index: 1;
  top: -10px;
  right: -2%;
  width: min(48vw, 440px);
  overflow: visible;
  pointer-events: none;
}

.hero-art img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.5));
}

.hero-art--phones img {
  margin-top: -16%;
  margin-bottom: -15%;
  filter: saturate(1.02) contrast(1.03) drop-shadow(0 18px 38px rgba(1, 100, 191, 0.28));
}

.hero-glow {
  display: none;
}

.hero-conversion {
  position: relative;
  z-index: 4;
  width: min(100%, 620px);
  margin-top: 24px;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: min(100%, 360px);
}

form[data-location="hero"],
form[data-location="footer"] {
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.hero-conversion > .social-proof {
  width: min(100%, 360px);
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.waitlist-form--compact {
  width: min(100%, 360px);
  margin-top: 24px;
}

.email-field {
  position: relative;
  width: 100%;
}

.email-field-prompt {
  position: absolute;
  top: 50%;
  left: 22px;
  right: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #111827;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.005em;
  pointer-events: none;
  transition: opacity 120ms ease;
  transform: translateY(-50%);
}

.email-field-prompt-arrow {
  flex: 0 0 auto;
  font-size: 1.25rem;
}

.email-field-prompt-text {
  flex: 0 0 auto;
  text-align: left;
}

.email-input:focus + .email-field-prompt,
.email-input:not(:placeholder-shown) + .email-field-prompt {
  opacity: 0;
}

.email-input {
  width: 100%;
  height: 56px;
  padding: 0 24px;
  border: 1px solid rgba(1, 100, 191, 0.35);
  border-radius: 999px;
  outline: none;
  background: rgba(15, 16, 20, 0.95);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 0.92rem;
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.email-input::placeholder {
  color: #94a3b8;
  font-size: 0.88rem;
}

.email-input:focus {
  border-color: #0164bf;
  box-shadow: 0 0 0 4px rgba(1, 100, 191, 0.25), inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

form[data-location="hero"] .email-input,
form[data-location="footer"] .email-input {
  padding-right: 58px;
  padding-left: 22px;
  border-color: #d8dee7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #111827;
  text-align: left;
}

form[data-location="hero"] .email-input::placeholder,
form[data-location="footer"] .email-input::placeholder {
  color: #111827;
}

form[data-location="hero"] .email-input:focus,
form[data-location="footer"] .email-input:focus {
  border-color: #0164bf;
  box-shadow: 0 0 0 4px rgba(1, 100, 191, 0.22), 0 8px 24px rgba(0, 0, 0, 0.18);
}

.waitlist-form button.waitlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 56px;
  padding: 0 28px;
  border: 1px solid rgba(1, 100, 191, 0.5);
  border-radius: 999px;
  background: #0164bf;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 35px rgba(1, 100, 191, 0.35);
  color: #fff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

form[data-location="hero"] button.waitlist-btn,
form[data-location="footer"] button.waitlist-btn {
  gap: 8px;
  width: min(100%, 270px);
  padding-inline: 16px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 16px;
  font-size: 0.88rem;
  white-space: nowrap;
}

.waitlist-form button.waitlist-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 17px 38px rgba(1, 100, 191, 0.45);
  color: #fff;
}

.waitlist-form button:active {
  transform: translateY(0);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.waitlist-form button:focus-visible,
.social-links a:focus-visible,
.wordmark:focus-visible {
  outline: 3px solid rgba(52, 180, 255, 0.85);
  outline-offset: 4px;
}

.waitlist-form button span {
  font-family: inherit;
  font-size: 1.15rem;
}

.form-status {
  margin: 1px 0 0;
  color: #58c5ff;
  font-size: 0.74rem;
  text-align: center;
}

.form-status:empty {
  height: 0;
  margin: 0;
  overflow: hidden;
}

.form-status--error {
  color: #ff8595;
}

.social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.avatar-stack {
  display: flex;
  padding-left: 3px;
}

.avatar-stack span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -7px;
  border: 2px solid #dbe5f0;
  border-radius: 50%;
  background: linear-gradient(145deg, #f0b88c, #744b3f);
  box-shadow: 0 3px 10px #000;
  color: #fff;
  font-size: 0.63rem;
  font-weight: 900;
}

.avatar-stack span:nth-child(2) {
  background: linear-gradient(145deg, #ffe0b1, #4f6f95);
}

.avatar-stack span:nth-child(3) {
  background: linear-gradient(145deg, #cd9575, #3e2439);
}

.avatar-stack span:nth-child(4) {
  background: linear-gradient(145deg, #cf835b, #243b6a);
}

.avatar-stack span:nth-child(5) {
  background: linear-gradient(145deg, #f0cba5, #6b2637);
}

.social-proof p {
  margin: 0;
  color: #9ba8b8;
  font-size: 0.74rem;
  line-height: 1.35;
}

.social-proof strong {
  color: var(--blue);
  font-weight: 800;
}

.feature-panel,
.perks-panel,
.final-cta {
  border: 1px solid rgba(76, 137, 194, 0.08);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 96, 198, 0.08), transparent 16rem),
    linear-gradient(180deg, rgba(5, 12, 20, 0.97), rgba(3, 8, 14, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.feature-panel {
  max-width: 780px;
  padding: 29px 23px 23px;
  border-radius: 18px;
}

.section-eyebrow {
  margin: 0;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.02rem, 4.3vw, 1.35rem);
  letter-spacing: 0.025em;
  text-align: center;
}

.section-eyebrow span {
  margin-inline: 6px;
  color: var(--blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.88em;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 17px;
}

.feature-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 18px;
  border: 1px solid rgba(76, 137, 194, 0.13);
  border-radius: 16px;
  background: rgba(15, 17, 22, 0.86);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.feature-row:last-child {
  border-bottom: 1px solid rgba(76, 137, 194, 0.13);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(35, 159, 255, 0.13);
  border-radius: 15px;
  background: radial-gradient(circle at 50% 35%, rgba(0, 136, 255, 0.18), rgba(2, 11, 19, 0.65));
  box-shadow: inset 0 0 25px rgba(0, 114, 255, 0.08), 0 9px 24px rgba(0, 0, 0, 0.25);
  font-size: 1.75rem;
}

.feature-row:first-child .feature-icon {
  border-color: rgba(140, 205, 255, 0.5);
  background: var(--blue);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 9px 24px rgba(0, 90, 220, 0.35);
}

.feature-icon .pawn {
  width: 52%;
  height: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 40, 90, 0.45));
}

.feature-row:nth-child(2) .feature-icon {
  background: radial-gradient(circle at 50% 40%, rgba(80, 255, 94, 0.13), rgba(2, 11, 19, 0.65));
}

.feature-row:nth-child(2) .feature-icon span {
  filter: hue-rotate(95deg) saturate(1.4) brightness(1.05);
}

.feature-row:nth-child(3) .feature-icon {
  background: radial-gradient(circle at 50% 40%, rgba(255, 189, 47, 0.13), rgba(2, 11, 19, 0.65));
}

.feature-row:nth-child(4) .feature-icon {
  background: radial-gradient(circle at 50% 40%, rgba(255, 43, 155, 0.13), rgba(2, 11, 19, 0.65));
}

.feature-row:nth-child(4) .feature-icon span {
  filter: hue-rotate(-40deg) saturate(1.25) brightness(1.1);
}

.feature-row h3,
.perk h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
}

.feature-row p {
  max-width: 480px;
  margin: 6px 0 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.5;
}

.showcase {
  position: relative;
  max-width: 900px;
  padding: 83px 0 62px;
  text-align: center;
}

.showcase h2 {
  position: relative;
  z-index: 2;
  font-size: clamp(1.5rem, 5.7vw, 2.65rem);
}

.showcase h2 span {
  color: #139eff;
}

.showcase h2 span:not(.lead) {
  display: inline-block;
  margin-left: 5px;
  transform: rotate(-12deg);
}

.showcase h2 .lead {
  margin-right: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82em;
}

.phones-stage {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  margin: 28px auto 0;
  overflow: visible;
}

.phones-stage img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: saturate(1.05) contrast(1.04);
}

.phones-glow {
  position: absolute;
  top: 19%;
  left: 18%;
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background: rgba(0, 101, 219, 0.18);
  filter: blur(65px);
}

.perks-panel {
  max-width: 920px;
  padding: 31px 22px 27px;
  border-radius: 18px;
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}

.perk {
  position: relative;
  min-width: 0;
  padding: 3px 8px 0;
  text-align: center;
}

.perk + .perk::before {
  position: absolute;
  top: 8px;
  bottom: 4px;
  left: -5px;
  width: 1px;
  background: var(--line);
  content: "";
}

.perk-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  color: #aee1ff;
  font-size: 1.9rem;
  filter: drop-shadow(0 0 13px rgba(0, 139, 255, 0.48));
}

.perk-icon svg {
  width: 40px;
  height: 40px;
}

.perk-icon--gold {
  color: #ffc83e;
  filter: drop-shadow(0 0 13px rgba(255, 189, 31, 0.38));
}

.perk-icon--purple {
  color: #c557ff;
  filter: hue-rotate(255deg) saturate(1.2) drop-shadow(0 0 13px rgba(192, 69, 255, 0.36));
}

.perk h3 {
  min-height: 2.35em;
  font-size: clamp(0.71rem, 2.8vw, 0.92rem);
  line-height: 1.17;
}

.perk p {
  margin: 6px auto 0;
  color: #758498;
  font-size: clamp(0.57rem, 2.25vw, 0.72rem);
  line-height: 1.33;
}

.final-cta {
  position: relative;
  max-width: 920px;
  margin-top: 64px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.final-cta::before {
  content: none;
}

.final-copy {
  position: relative;
  z-index: 3;
  width: min(100%, 600px);
  padding: 44px 28px;
  margin: 0 auto;
  text-align: center;
}

.final-cta h2 {
  font-size: clamp(2.1rem, 6.5vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
}

.final-subtext {
  margin: 22px auto 28px;
  color: #94a3b8;
  font-size: clamp(0.92rem, 2vw, 1.08rem);
  line-height: 1.58;
  max-width: none;
  white-space: nowrap;
}

.final-subtext strong {
  color: var(--blue);
}

.waitlist-form--compact {
  margin: 24px auto 0;
}

.footer {
  max-width: 720px;
  padding: 67px 0 58px;
  text-align: center;
}

.footer-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0 auto 14px;
  border: 1px solid rgba(23, 147, 255, 0.32);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(10, 44, 78, 0.8), rgba(4, 13, 24, 0.9));
  box-shadow: 0 0 24px rgba(0, 119, 255, 0.2);
  color: #2caaff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: 1.15rem;
}

.footer > p:not(.copyright) {
  margin: 0;
  color: #6f7d8e;
  font-size: 0.76rem;
  line-height: 1.5;
}

.footer-rule {
  width: min(100%, 440px);
  height: 1px;
  margin: 25px auto 16px;
  background: linear-gradient(90deg, transparent, rgba(112, 153, 194, 0.18), transparent);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.social-links a {
  display: grid;
  place-items: center;
  min-width: 26px;
  height: 28px;
  color: #c4ccd6;
  font-size: 1rem;
  transition: color 160ms ease, transform 160ms ease;
}

.social-links svg {
  display: block;
  width: 18px;
  height: 18px;
}

.social-links a:hover {
  color: #1aa4ff;
  transform: translateY(-2px);
}

.copyright {
  margin: 22px 0 0;
  color: #3f4955;
  font-size: 0.65rem;
}

body.modal-open {
  overflow: hidden;
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-backdrop {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: start center;
  padding: max(22px, env(safe-area-inset-top)) 22px max(22px, env(safe-area-inset-bottom));
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(0, 3, 8, 0.82);
  backdrop-filter: blur(13px);
  animation: modal-fade-in 180ms ease-out both;
}

.thank-you-modal {
  position: relative;
  width: min(100%, 780px);
  max-height: calc(100dvh - 32px);
  margin-block: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 32px 36px 32px;
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 24px;
  outline: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.12), transparent 22rem),
    radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.15), transparent 25rem),
    linear-gradient(180deg, #09121f 0%, #040913 100%);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: left;
  animation: modal-rise-in 240ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.modal-close {
  position: absolute;
  z-index: 10;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0 0 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(10, 20, 35, 0.7);
  color: #94a3b8;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  transition: all 0.2s ease;
}

.modal-close:hover {
  border-color: rgba(56, 189, 248, 0.4);
  color: #ffffff;
  background: rgba(20, 35, 60, 0.9);
}

.modal-close:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

/* Topbar text */
.ty-topbar {
  margin-bottom: 12px;
}

.ty-logo-text {
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Hero Section */
.ty-hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  margin-bottom: 24px;
}

.ty-hero-content {
  flex: 1;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}

/* Green Checkmark Badge & Confetti */
.ty-check-container {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ty-check-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #34d399;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 28px rgba(52, 211, 153, 0.45);
}

.ty-check-circle svg {
  width: 28px;
  height: 28px;
}

.ty-confetti {
  position: absolute;
  pointer-events: none;
}

.ty-confetti-blue-arc {
  width: 22px;
  height: 22px;
  top: -4px;
  left: -6px;
}

.ty-confetti-green-wedge {
  width: 15px;
  height: 15px;
  top: -6px;
  right: -2px;
}

.ty-confetti-yellow-pill {
  width: 16px;
  height: 16px;
  bottom: 4px;
  right: -10px;
}

.ty-confetti-sparkle1 {
  color: #38bdf8;
  font-size: 11px;
  bottom: -2px;
  left: -4px;
  position: absolute;
}

.ty-confetti-sparkle2 {
  color: #4ade80;
  font-size: 10px;
  top: 16px;
  right: -8px;
  position: absolute;
}

/* Headings */
.ty-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.75rem, 3.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.ty-green-text {
  color: #4ade80;
}

.ty-blue-text {
  color: #60a5fa;
  font-weight: 600;
}

.ty-subheading {
  margin: 0 0 10px;
  color: #e2e8f0;
  font-size: clamp(0.92rem, 2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.4;
}

.ty-description {
  margin: 0 auto;
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.5;
  max-width: 440px;
}

/* Header Layout */
.ty-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ty-text-col {
  flex: 1;
  min-width: 0;
}

/* Mascot Wrapper */
.ty-mascot-wrapper {
  flex-shrink: 0;
  width: 175px;
  margin-right: -10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ty-mascot-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.5));
}

@media (max-width: 920px) {
  .ty-hero-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .ty-hero-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .ty-description {
    max-width: 100%;
    margin: 0 auto;
  }

  .ty-mascot-wrapper {
    display: flex;
    width: min(58vw, 168px);
    margin: 8px auto 0;
    justify-content: center;
    align-items: center;
  }
}

/* Next Steps Card */
.ty-next-card {
  background: rgba(10, 19, 34, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 22px 20px 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ty-next-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
}

.ty-next-title {
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.ty-lines {
  color: #3b82f6;
  opacity: 0.75;
  font-size: 1rem;
  letter-spacing: 2px;
}

/* Steps Grid */
.ty-steps-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.ty-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ty-icon-wrapper {
  position: relative;
  margin-bottom: 14px;
}

.ty-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ty-icon-circle svg {
  width: 26px;
  height: 26px;
}

/* Step themes */
.ty-icon-blue .ty-icon-circle {
  background: radial-gradient(circle at 50% 40%, #1e3a8a 0%, #0b1329 100%);
  border: 1px solid rgba(59, 130, 246, 0.35);
  box-shadow: 0 0 22px rgba(59, 130, 246, 0.25);
}

.ty-icon-purple .ty-icon-circle {
  background: radial-gradient(circle at 50% 40%, #581c87 0%, #130a24 100%);
  border: 1px solid rgba(168, 85, 247, 0.35);
  box-shadow: 0 0 22px rgba(168, 85, 247, 0.25);
}

.ty-icon-green .ty-icon-circle {
  background: radial-gradient(circle at 50% 40%, #14532d 0%, #06180f 100%);
  border: 1px solid rgba(34, 197, 94, 0.35);
  box-shadow: 0 0 22px rgba(34, 197, 94, 0.25);
}

.ty-step-num {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.ty-num-blue {
  background: #3b82f6;
}

.ty-num-purple {
  background: #a855f7;
}

.ty-num-green {
  background: #22c55e;
}

.ty-arrow {
  color: #475569;
  font-size: 1.25rem;
  margin-top: 20px;
  flex-shrink: 0;
}

.ty-step-heading {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
}

.ty-step-desc {
  margin: 0;
  color: #94a3b8;
  font-size: 0.78rem;
  line-height: 1.45;
  max-width: 180px;
}

@media (max-width: 640px) {
  .ty-steps-grid {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .ty-next-header {
    margin-bottom: 22px;
  }

  .ty-next-title {
    white-space: nowrap;
  }

  .ty-lines {
    display: none;
  }

  .ty-arrow {
    transform: rotate(90deg);
    margin: 0;
  }
  .thank-you-modal {
    padding: 22px 18px 22px;
  }
}

@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
}

@keyframes modal-rise-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
}

/* ---------- Mobile & Tablet Layout Fixes (< 920px) ---------- */
@media (max-width: 920px) {
  .shell {
    width: calc(100% - 28px);
  }

  .topbar {
    min-height: 58px;
    padding-block: 6px;
  }

  .wordmark {
    font-size: 1.5rem;
  }

  .launch-pill {
    min-height: 32px;
    padding: 4px 10px;
    font-size: 0.76rem;
  }

  .hero {
    padding-bottom: 44px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: auto;
    gap: 0;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-top: 18px;
  }

  .hero h1 {
    font-size: clamp(2.1rem, 8.5vw, 3.2rem);
    line-height: 0.98;
    text-align: center;
  }

  .hero h1 .hero-line-two {
    text-align: center;
    display: block;
  }

  .hero-kicker {
    margin: 12px auto 0;
    font-size: clamp(0.72rem, 3.85vw, 1.15rem);
    max-width: none;
    text-align: center;
    white-space: nowrap;
  }

  .hero-art {
    position: relative;
    top: 0;
    right: 0;
    width: min(calc(100vw - 36px), 470px);
    max-width: none;
    margin: -2px auto -8px;
    pointer-events: none;
  }

  .hero-conversion {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .waitlist-btn {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    justify-content: center;
    height: 54px;
    font-size: 0.92rem;
  }

  .social-proof {
    margin: 14px auto 0;
    justify-content: center;
    text-align: left;
  }

  .section-eyebrow {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }

  .feature-panel,
  .showcase,
  .faq-panel {
    margin-top: 44px;
  }

  .feature-row {
    padding: 16px 18px;
    border-radius: 16px;
  }

  .feature-row h3 {
    font-size: 1.08rem;
    color: #ffffff;
  }

  .feature-row p {
    font-size: 0.9rem;
    line-height: 1.48;
    color: #cbd5e1;
    max-width: 100%;
  }

  .final-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 52px;
    padding: 36px 0 28px;
    border-radius: 18px;
  }

  .final-copy {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .final-cta h2 {
    font-size: clamp(1.8rem, 7.5vw, 2.6rem);
    line-height: 1.05;
    text-align: center;
  }

  .final-cta h2 span {
    text-align: center;
    display: block;
  }

  .final-subtext {
    margin: 16px auto 24px;
    font-size: clamp(0.62rem, 3.45vw, 0.9rem);
    max-width: none;
    text-align: center;
    white-space: nowrap;
  }

}

@media (min-width: 921px) {
  form[data-location="hero"] {
    align-items: flex-start;
    margin-right: auto;
    margin-left: 0;
  }

  form[data-location="hero"] button.waitlist-btn {
    margin-right: auto;
    margin-left: 0;
  }

  .hero-conversion > .social-proof {
    margin-right: auto;
    margin-left: 0;
    justify-content: flex-start;
  }

  .hero {
    padding-bottom: 112px;
  }

  .topbar {
    min-height: 96px;
  }

  .hero-grid {
    display: block;
  }

  .hero-copy {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 32px;
    width: auto;
    padding-top: 12px;
  }

  .hero-copy h1,
  .hero-copy .hero-kicker,
  .hero-copy .hero-conversion {
    grid-column: 1;
  }

  .hero-copy .hero-art,
  .hero-art {
    grid-column: 2;
    grid-row: 1 / span 3;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }

  .hero-kicker {
    margin-top: 14px;
  }

  .hero-conversion {
    margin-top: 18px;
  }

  .waitlist-form:not(.waitlist-form--compact) {
    grid-template-columns: 1fr 220px;
  }

  .waitlist-form:not(.waitlist-form--compact) .form-status {
    grid-column: 1 / -1;
  }

  .feature-panel {
    padding: 38px 42px 32px;
  }

  .feature-row {
    grid-template-columns: 66px 1fr;
    min-height: 112px;
  }

  .feature-icon {
    width: 56px;
    height: 56px;
  }

  .showcase {
    padding-top: 112px;
    padding-bottom: 92px;
  }

  .phones-stage {
    margin-top: 40px;
  }

  .perks-panel {
    padding: 42px 42px 38px;
  }

  .perks-grid {
    gap: 26px;
    margin-top: 34px;
  }

  .perk {
    padding-inline: 24px;
  }

  .perk + .perk::before {
    left: -13px;
  }

  .final-cta {
    display: flex;
    justify-content: center;
    min-height: 0;
    margin-top: 86px;
    padding: 40px;
  }

  .final-copy {
    width: min(100%, 600px);
    padding: 0;
    margin: 0 auto;
  }

  .final-cta .waitlist-form--compact {
    display: flex;
    width: min(100%, 360px);
    margin: 20px auto 0;
  }
}

@media (max-width: 390px) {
  .shell {
    width: calc(100% - 24px);
  }

  .topbar {
    min-height: 56px;
  }

  .launch-pill {
    min-height: 30px;
    padding: 3px 9px;
    font-size: 0.72rem;
  }

  .launch-pill span {
    font-size: 0.86rem;
  }

  .hero-copy {
    width: 100%;
    padding-top: 18px;
  }

  .hero h1 {
    font-size: clamp(2rem, 13vw, 3.1rem);
  }

  .hero-kicker {
    margin-top: 14px;
    font-size: clamp(0.72rem, 3.85vw, 0.95rem);
  }

  .hero-description {
    max-width: 200px;
    margin-top: 17px;
    font-size: 0.68rem;
  }

  .hero-art {
    top: 0;
    right: 0;
    width: calc(100vw - 44px);
    max-width: none;
    margin: -8px auto -14px;
  }

  .hero {
    padding-bottom: 58px;
  }

  .waitlist-form {
    gap: 8px;
  }

  .waitlist-form input,
  .waitlist-form button {
    height: 49px;
    border-radius: 999px;
  }

  .feature-panel {
    padding: 24px 19px 19px;
  }

  .feature-row {
    gap: 12px;
    min-height: 87px;
    padding: 14px 16px;
  }

  .feature-icon {
    width: 43px;
    height: 43px;
    border-radius: 12px;
    font-size: 1.4rem;
  }

  .feature-row h3 {
    font-size: 0.78rem;
  }

  .feature-row p {
    margin-top: 4px;
    font-size: 0.63rem;
  }

  .showcase {
    padding: 65px 0 47px;
  }

  .phones-stage {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .perks-panel {
    padding: 25px 12px 22px;
  }

  .perk {
    padding-inline: 3px;
  }

  .perk h3 {
    font-size: 0.63rem;
  }

  .perk p {
    font-size: 0.52rem;
  }

  .perk-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 8px;
    font-size: 1.55rem;
  }

  .final-cta {
    min-height: 0;
    margin-top: 49px;
  }

  .final-copy {
    padding: 0;
  }

  .waitlist-form--compact {
    margin-top: 23px;
  }

  .footer {
    padding-top: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- Standalone Thank-You Page ---------- */
.thank-you-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.12), transparent 30rem),
    radial-gradient(circle at 85% 20%, rgba(59, 130, 246, 0.15), transparent 35rem),
    linear-gradient(180deg, #060b13 0%, #02050a 100%);
  color: #f4f8fd;
  display: flex;
  flex-direction: column;
}

.thank-you-page-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 20px 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ty-page-header {
  width: 100%;
}

.ty-page-tagline {
  color: #64748b;
  font-size: 0.88rem;
  font-weight: 500;
}

.ty-page-card {
  width: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.08), transparent 22rem),
    linear-gradient(180deg, #09121f 0%, #040913 100%);
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 24px;
  padding: 40px 44px 44px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ty-referral-card {
  width: min(100%, 560px);
  margin: 24px auto 0;
  padding: 24px 22px 22px;
  border: 1px solid rgba(1, 100, 191, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(1, 100, 191, 0.12), transparent 18rem),
    rgba(10, 19, 34, 0.75);
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ty-referral-title {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  line-height: 1.2;
}

.ty-referral-description {
  margin: 0 auto 18px;
  max-width: 440px;
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.5;
}

.ty-referral-button {
  display: inline-flex;
  min-width: 230px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(1, 100, 191, 0.65);
  border-radius: 12px;
  background: #0164bf;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 30px rgba(1, 100, 191, 0.3);
  color: #ffffff;
  cursor: pointer;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ty-referral-button:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 16px 34px rgba(1, 100, 191, 0.4);
}

.ty-referral-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.ty-referral-status {
  min-height: 18px;
  margin: 8px 0 -8px;
  color: #8bc5ff;
  font-size: 0.72rem;
  line-height: 1.4;
}

.ty-home-action {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ty-home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  border-radius: 12px;
  background: linear-gradient(180deg, #0e243a 0%, #081625 100%);
  color: #38bdf8;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.ty-home-btn:hover {
  border-color: rgba(56, 189, 248, 0.6);
  color: #ffffff;
  background: linear-gradient(180deg, #153454 0%, #0d2238 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 131, 255, 0.25);
}

@media (max-width: 640px) {
  .ty-page-card {
    padding: 24px 18px 28px;
  }

  .ty-referral-card {
    padding: 22px 16px 20px;
  }

  .ty-referral-button {
    width: min(100%, 270px);
  }
}

/* ---------- Waitlist Button (Link) ---------- */
.waitlist-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 340px);
  height: 58px;
  padding: 0 28px;
  border: 1px solid rgba(1, 100, 191, 0.5);
  border-radius: 999px;
  background: linear-gradient(180deg, #0164bf 0%, #014d93 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 35px rgba(1, 100, 191, 0.35);
  color: #fff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.035em;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.waitlist-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 17px 38px rgba(1, 100, 191, 0.45);
  color: #fff;
}

.waitlist-btn:active {
  transform: translateY(0);
}

/* ---------- Standalone Join / Form Page ---------- */
.thank-you-page-body,
.join-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(1, 100, 191, 0.18), transparent 30rem),
    radial-gradient(circle at 85% 20%, rgba(1, 100, 191, 0.12), transparent 35rem),
    linear-gradient(180deg, #0f1014 0%, #090a0d 100%);
  color: #f4f8fd;
  display: flex;
  flex-direction: column;
}

.join-page-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 12px 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.join-page-header {
  width: 100%;
}

.join-page-header .launch-pill {
  transform: none;
}

.join-page-card {
  width: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 139, 255, 0.08), transparent 22rem),
    linear-gradient(180deg, #09121f 0%, #040913 100%);
  border: 1px solid rgba(56, 189, 248, 0.18);
  border-radius: 20px;
  padding: 28px 0 24px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.join-card-header {
  text-align: center;
  margin-bottom: 20px;
  padding-inline: 20px;
}

.join-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.join-blue-text {
  color: var(--blue-bright, #38bdf8);
}

.join-description {
  margin: 0 auto;
  color: #94a3b8;
  font-size: 0.95rem;
  max-width: 560px;
  line-height: 1.5;
  text-align: left;
}

.application-progress {
  width: min(calc(100% - 40px), 640px);
  margin: 0 auto 20px;
  padding: 13px 15px 14px;
  border: 1px solid rgba(1, 100, 191, 0.3);
  border-radius: 12px;
  background: rgba(1, 100, 191, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.application-progress-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.application-progress-step {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #4aa7ff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: 0.73rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.application-progress-step > span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #0164bf;
  color: #ffffff;
  font-size: 0.68rem;
}

.application-progress-copy strong {
  color: #dce9f6;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  text-align: right;
}

.application-progress-track {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.14);
}

.application-progress-track span {
  display: block;
  width: 50%;
  height: 100%;
  border-radius: inherit;
  background: #0164bf;
  box-shadow: 0 0 10px rgba(1, 100, 191, 0.5);
}

#inline-embed-container,
#inline-embed-container iframe,
#inline-embed-container div {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  border: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.join-back-action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-inline: 20px;
}

.join-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.join-back-btn:hover {
  border-color: rgba(56, 189, 248, 0.4);
  color: #ffffff;
  background: rgba(15, 28, 45, 0.6);
}

@media (max-width: 560px) {
  .join-page-container {
    padding-top: 8px;
  }

  .join-page-card {
    padding-top: 24px;
  }

  .join-card-header {
    padding-inline: 16px;
  }

  .join-description {
    font-size: 0.88rem;
  }

  .application-progress {
    width: calc(100% - 32px);
    padding: 12px;
  }

  .application-progress-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .application-progress-copy strong {
    text-align: left;
  }
}

.form-cta-fallback {
  padding: 48px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.form-cta-fallback p {
  margin: 0;
  color: #e2e8f0;
  font-size: 1.05rem;
  font-weight: 500;
}

.open-neeto-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  border-radius: 999px;
  background: linear-gradient(180deg, #009879 0%, #00705a 100%);
  border: 1px solid rgba(52, 211, 153, 0.4);
  color: #ffffff;
  font-family: "Nunito Black", Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 128, 104, 0.35);
  transition: all 0.2s ease;
}

.open-neeto-main-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #00b38f 0%, #008068 100%);
  box-shadow: 0 16px 36px rgba(0, 128, 104, 0.45);
  color: #ffffff;
}

/* ---------- FAQ Section ---------- */
.faq-panel {
  max-width: 780px;
  margin: 64px auto 0;
}

.feature-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: rgba(20, 22, 28, 0.85);
  border: 1px solid rgba(1, 100, 191, 0.18);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.feature-row:hover {
  transform: translateY(-2px);
  border-color: rgba(1, 100, 191, 0.45);
  box-shadow: 0 16px 40px rgba(1, 100, 191, 0.18);
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 32px;
}

.faq-item {
  background: rgba(20, 22, 28, 0.85);
  border: 1px solid rgba(1, 100, 191, 0.18);
  border-radius: 16px;
  padding: 18px 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover,
.faq-item[open] {
  border-color: rgba(1, 100, 191, 0.42);
  box-shadow: 0 8px 25px rgba(1, 100, 191, 0.18);
  background: rgba(20, 23, 30, 0.95);
}

.faq-question {
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

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

.faq-question::after {
  content: "+";
  color: #0164bf;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 12px;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-question::after {
  content: "−";
  color: #4ade80;
}

.faq-answer {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-answer p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* ---------- Simple Form Loading Bar ---------- */
.form-container-relative {
  position: relative;
  width: 100%;
  min-height: 540px;
}

.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #0f1014;
  z-index: 50;
  border-radius: 16px;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.form-loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-text {
  color: #94a3b8;
  font-size: 0.92rem;
  font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}

.simple-progress-bar {
  width: min(85%, 300px);
  height: 6px;
  background: rgba(1, 100, 191, 0.15);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  width: 45%;
  background: linear-gradient(90deg, #0164bf 0%, #38bdf8 100%);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(1, 100, 191, 0.6);
  animation: loading-bar-move 1.4s ease-in-out infinite;
}

@keyframes loading-bar-move {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(250%);
  }
}

/* ==========================================================================
   GLOBAL SITE FOOTER & POLICY PAGES STYLES
   ========================================================================== */

.site-footer {
  margin-top: 80px;
  padding-top: 48px;
  padding-bottom: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 5;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 40px;
  align-items: start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.footer-tagline {
  color: #758498;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
  max-width: 320px;
}

.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(1, 100, 191, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.75rem;
  color: #38bdf8;
  font-weight: 600;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.footer-col h3,
.footer-heading {
  color: #f1f5f9;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 14px 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: #94a3b8;
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 0.15s ease, transform 0.15s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #38bdf8;
  transform: translateX(2px);
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom .copyright {
  color: #64748b;
  font-size: 0.8rem;
  margin: 0;
}

.back-to-top {
  color: #94a3b8;
  font-size: 0.8rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: all 0.15s ease;
}

.back-to-top:hover {
  color: #f1f5f9;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ==========================================================================
   POLICY & SUPPORT PAGES STYLES
   ========================================================================== */

.policy-page-body {
  background-color: #0f1014;
  color: #e2e8f0;
  min-height: 100vh;
}

.policy-header {
  margin-bottom: 32px;
}

.policy-hero {
  background: linear-gradient(180deg, rgba(22, 25, 34, 0.8) 0%, rgba(15, 16, 20, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 36px 32px;
  margin-bottom: 36px;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.policy-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0164bf, #38bdf8, #4ade80);
}

.policy-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.policy-meta {
  color: #38bdf8;
  font-size: 0.88rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.policy-badge {
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.2);
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 0.78rem;
}

.policy-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}

.policy-sidebar {
  position: sticky;
  top: 24px;
  background: rgba(22, 25, 34, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 20px;
  backdrop-filter: blur(8px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}

.policy-sidebar-title {
  color: #94a3b8;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 12px 0;
}

.policy-toc {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.policy-toc a {
  color: #cbd5e1;
  font-size: 0.82rem;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 6px;
  display: block;
  transition: all 0.15s ease;
  line-height: 1.35;
}

.policy-toc a:hover {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.08);
}

.policy-content {
  background: rgba(22, 25, 34, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 36px;
}

.policy-section {
  margin-bottom: 36px;
  scroll-margin-top: 24px;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-section h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
}

.policy-section h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #38bdf8;
  margin: 20px 0 10px 0;
}

.policy-section p {
  color: #94a3b8;
  font-size: 0.93rem;
  line-height: 1.68;
  margin: 0 0 14px 0;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section ul,
.policy-section ol {
  color: #94a3b8;
  font-size: 0.93rem;
  line-height: 1.65;
  margin: 0 0 16px 0;
  padding-left: 24px;
}

.policy-section li {
  margin-bottom: 8px;
}

.policy-section a {
  color: #38bdf8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-section a:hover {
  color: #7dd3fc;
}

.policy-box {
  background: rgba(1, 100, 191, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin: 16px 0;
}

.policy-box--warning {
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.25);
}

.policy-box--warning p {
  color: #fcd34d;
}

@media (max-width: 900px) {
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-sidebar {
    position: static;
    max-height: none;
  }

  .policy-content {
    padding: 24px;
  }
}

/* Support & Deletion Specific UI Components */

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.support-card {
  background: rgba(22, 25, 34, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.support-card:hover {
  border-color: rgba(56, 189, 248, 0.3);
  transform: translateY(-2px);
}

.support-icon {
  font-size: 1.8rem;
  margin-bottom: 12px;
  display: inline-block;
}

.support-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f8fafc;
  margin: 0 0 10px 0;
}

.support-card p {
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

.deletion-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
  max-width: 580px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: #cbd5e1;
  font-size: 0.88rem;
  font-weight: 600;
}

.form-control {
  background: rgba(15, 16, 20, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-control:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.15);
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #94a3b8;
  font-size: 0.86rem;
  line-height: 1.45;
  cursor: pointer;
}

.form-checkbox input {
  margin-top: 2px;
  accent-color: #38bdf8;
}

.delete-submit-btn {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #ffffff;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.3);
}

.delete-submit-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.4);
}

