.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1rem 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
}

.brand {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-mark {
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.brand-subtitle {
  font-size: 0.72rem;
  color: var(--muted);
  white-space: nowrap;
}

.header-nav {
  display: none;
  align-items: center;
  gap: 1.4rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(4, 13, 21, 0.32);
}

.button:disabled {
  transform: none;
  cursor: wait;
  opacity: 0.78;
  box-shadow: none;
}

.button:focus-visible,
.header-nav a:focus-visible,
.site-footer-link:focus-visible {
  outline: 2px solid rgba(119, 220, 255, 0.9);
  outline-offset: 3px;
}

.button-primary {
  background: linear-gradient(180deg, #77d6ff 0%, var(--accent-strong) 100%);
  color: #04243a;
  box-shadow: 0 16px 34px rgba(31, 144, 201, 0.28);
}

.button-secondary {
  background: rgba(145, 214, 243, 0.12);
  color: var(--text);
  border-color: rgba(151, 224, 255, 0.28);
}

.button-tertiary {
  background: rgba(7, 24, 39, 0.24);
  color: var(--muted);
  border-color: rgba(196, 235, 255, 0.14);
}

.button-store {
  min-width: 13.5rem;
  justify-content: flex-start;
  padding: 0.85rem 1rem;
  border-color: rgba(174, 229, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 40, 60, 0.72), rgba(8, 25, 40, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.button-store-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
}

.button-store-label span {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(202, 233, 247, 0.72);
}

.button-store-label strong {
  font-size: 1rem;
  color: var(--text);
  margin-top: 0.15rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: rgba(111, 204, 238, 0.1);
  border: 1px solid rgba(151, 224, 255, 0.18);
  color: #d6f5ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.development-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a8e8ff;
}

.development-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
}

.button-cluster {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.hero-note,
.availability-note {
  color: rgba(218, 242, 255, 0.84);
  font-size: 1rem;
  margin-top: 1rem;
}

.launch-form-copy,
.launch-form-microcopy,
.launch-form-feedback,
.launch-form-success p {
  margin: 0;
}

.signup-title {
  margin: 0 0 0.35rem;
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.launch-form {
  width: 100%;
  display: grid;
  justify-items: center;
}

.launch-form-card,
.launch-form-inline,
.launch-form-cta,
.hero-signup,
.update-box,
.cta-box {
  text-align: center;
}

.kit-embed {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  width: 100%;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.kit-embed[data-kit-embed] {
  min-height: 132px;
  width: 100%;
}

.kit-embed > *,
.kit-embed[data-kit-embed] > * {
  margin-left: auto;
  margin-right: auto;
}

.launch-form-card,
.launch-form-inline {
  display: grid;
  justify-items: center;
  border-radius: 24px;
  border: 1px solid rgba(157, 223, 251, 0.16);
  background:
    linear-gradient(180deg, rgba(12, 45, 68, 0.86), rgba(8, 30, 47, 0.74));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 24px 40px rgba(3, 13, 22, 0.22);
}

.launch-form-card {
  padding: 1.35rem;
}

.launch-form-hero {
  margin-top: 1.8rem;
}

.launch-form-inline {
  margin-top: 1.5rem;
  padding: 1.4rem;
}

.launch-form-copy {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  width: 100%;
}

.launch-form-description {
  color: rgba(223, 244, 255, 0.82);
  max-width: 56ch;
}

.launch-form-fields {
  margin-top: 1rem;
}

.launch-form-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: rgba(225, 245, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
}

.launch-form-row {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.launch-form-input {
  width: 100%;
  min-height: 3.3rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(167, 223, 248, 0.32);
  border-radius: 999px;
  background: rgba(239, 251, 255, 0.1);
  color: var(--text);
  font: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 24px rgba(2, 10, 17, 0.12);
}

.launch-form-input::placeholder {
  color: rgba(187, 209, 222, 0.72);
}

.launch-form-input:focus-visible {
  outline: 2px solid rgba(119, 220, 255, 0.92);
  outline-offset: 3px;
}

.launch-form-button {
  min-width: 13rem;
  min-height: 3.3rem;
}

.launch-form-microcopy {
  margin-top: 0.75rem;
  color: rgba(218, 242, 255, 0.76);
  font-size: 0.84rem;
}

.launch-form-feedback {
  min-height: 1.25rem;
  margin-top: 0.55rem;
  color: #ffd9d9;
  font-size: 0.84rem;
}

.launch-form-success {
  margin-top: 0.95rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(128, 222, 194, 0.14);
  border: 1px solid rgba(156, 238, 214, 0.28);
}

.launch-form-success strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #dcfff1;
  font-size: 1rem;
}

.hero-note {
  max-width: 60ch;
}

.hero-trust-line {
  margin-top: 1rem;
  color: rgba(224, 245, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.hero-trust-list span,
.footer-note {
  color: rgba(218, 242, 255, 0.82);
  font-size: 0.86rem;
}

.hero-trust-list span,
.feature-card-tag,
.support-pill,
.status-chip {
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(227, 248, 255, 0.08);
  border: 1px solid rgba(196, 235, 255, 0.12);
}

.update-box .section-copy {
  max-width: 60ch;
}

.platform-grid,
.trust-grid,
.faq-grid,
.stats-grid,
.features-grid,
.competition-layout,
.competition-items {
  display: grid;
  gap: 1rem;
}

.platform-card,
.trust-card,
.update-box,
.faq-item,
.stat-card,
.feature-card,
.competition-item,
.competition-copy,
.competition-grid,
.cta-box,
.hero-copy,
.hero-visual-wrap {
  border-radius: var(--radius-lg);
}

.platform-card,
.trust-card,
.update-box,
.faq-item,
.stat-card,
.feature-card,
.competition-item {
  padding: 1.25rem;
}

.platform-card h3,
.trust-card h3,
.update-box h2,
.faq-item h3,
.feature-card h3,
.competition-item h3,
.stat-card strong {
  margin: 0;
}

.platform-card p,
.trust-card p,
.faq-item p,
.feature-card p,
.competition-item p,
.stat-card span {
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer {
  padding: 0 0 2rem;
}

.site-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius-md);
}

.site-footer-copy {
  margin: 0;
  color: rgba(218, 242, 255, 0.84);
  font-size: 0.92rem;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer-link {
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer-link:hover,
.site-footer-link:focus-visible {
  color: var(--text);
}
