html {
  background: #071425;
  color: #f7f8fb;
  font-family: "Avenir Next", "Segoe UI", sans-serif;
}

body {
  margin: 0;
}

a {
  color: inherit;
}

.seo-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(255, 111, 24, 0.24), transparent 38%),
    linear-gradient(180deg, #08162a 0%, #0d2141 100%);
  color: #f7f8fb;
  padding: 32px 24px 48px;
}

html.flutter-ready .seo-shell {
  display: none;
}

html.flutter-ready .ssr-shell {
  display: none;
}

.site-header,
.hero,
.feature-grid,
.trust-block,
.site-footer,
.page-shell {
  margin: 0 auto;
  max-width: 1180px;
}

.site-header,
.site-footer,
.page-header,
.page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.site-header nav,
.site-footer nav,
.page-header nav,
.page-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.site-header nav a,
.site-footer nav a,
.page-header nav a,
.page-footer nav a {
  color: rgba(247, 248, 251, 0.86);
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  padding: 72px 0 48px;
}

.hero-copy,
.hero-card,
.feature,
.trust-block,
.page-card,
.not-found {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(6, 12, 24, 0.7);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.hero-copy {
  padding: 40px;
}

.hero-card,
.feature,
.trust-block,
.page-card,
.not-found {
  padding: 28px;
}

.eyebrow {
  color: #ff7b24;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0 0 14px;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.6rem, 4vw, 4.7rem);
}

h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.hero-text,
.feature p,
.trust-block p,
.page-card p,
.page-card li,
.not-found p,
.site-footer p,
.noscript-note,
.meta-note {
  color: rgba(235, 240, 248, 0.84);
  font-size: 1.03rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
}

.button-primary {
  background: linear-gradient(135deg, #ff7b24, #ff4f15);
  color: #fff;
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f7f8fb;
}

.hero-card ul,
.page-card ul,
.link-list {
  margin: 16px 0 0;
  padding-left: 20px;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.trust-block {
  margin-bottom: 28px;
}

.link-list {
  display: grid;
  gap: 10px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}

.app-hero-card {
  margin-bottom: 20px;
}

.summary-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin: 0 auto 24px;
}

.summary-card {
  height: 100%;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 123, 36, 0.14);
  border: 1px solid rgba(255, 123, 36, 0.32);
  color: #ffd7c0;
  font-size: 0.95rem;
  font-weight: 700;
  margin-top: 14px;
  padding: 10px 14px;
}

.page-shell {
  min-height: 100vh;
  padding: 32px 24px 48px;
  background:
    radial-gradient(circle at top, rgba(255, 111, 24, 0.18), transparent 32%),
    linear-gradient(180deg, #08162a 0%, #0d2141 100%);
  color: #f7f8fb;
}

.page-header,
.page-footer {
  max-width: 980px;
  margin: 0 auto;
}

.page-header {
  margin-bottom: 28px;
}

.page-card {
  max-width: 980px;
  margin: 0 auto 24px;
}

.page-card section + section {
  margin-top: 28px;
}

.page-card h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.page-card h2 {
  margin-top: 0;
}

.page-card p + p,
.page-card ul + p,
.page-card p + ul {
  margin-top: 14px;
}

.not-found {
  max-width: 760px;
  margin: 72px auto;
  text-align: center;
}

.not-found-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.noscript-note {
  background: #08162a;
  padding: 18px 24px 28px;
}

@media (max-width: 920px) {
  .hero,
  .feature-grid,
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .site-header,
  .site-footer,
  .page-header,
  .page-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
