* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #10231e;
  background:
    radial-gradient(circle at top left, rgba(239, 125, 87, 0.22), transparent 28%),
    radial-gradient(circle at top right, rgba(30, 107, 87, 0.18), transparent 24%),
    linear-gradient(180deg, #faf6ef 0%, #eef4ef 44%, #f7f3ed 100%);
}

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 40px;
}

.hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 38px;
  padding: 32px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #0d201b 0%, #163f34 48%, #ef7d57 155%);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: 0 36px 120px rgba(13, 32, 27, 0.28);
}

.hero-grid {
  display: grid;
  gap: 28px;
}

.eyebrow {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 18px 0 0;
  max-width: 820px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.02;
}

.hero p.lead {
  margin: 18px 0 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.84);
}

.actions,
.checklist,
.stats-grid,
.workflow-grid,
.setup-grid,
.legal-sections {
  display: grid;
  gap: 14px;
}

.actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #fff;
  color: #10231e;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.checklist {
  margin-top: 26px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.check-item {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.check-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 12px;
  font-weight: 700;
}

.status-panel,
.card,
.glass-card {
  border-radius: 30px;
  border: 1px solid rgba(16, 35, 30, 0.08);
  box-shadow: 0 24px 80px rgba(21, 44, 37, 0.08);
}

.status-panel {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  backdrop-filter: blur(18px);
}

.status-label,
.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.status-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.14);
  padding: 16px;
  font-size: 14px;
}

.prod-box {
  margin-top: 18px;
  border-radius: 28px;
  background: #fff7ef;
  color: #10231e;
  padding: 20px;
}

.prod-box p {
  margin: 8px 0 0;
  line-height: 1.8;
  color: #567069;
}

.badge {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: #e4f1eb;
  color: #1e6b57;
  font-size: 12px;
  font-weight: 700;
}

.glass-card {
  background: rgba(255, 255, 255, 0.8);
  padding: 22px;
  backdrop-filter: blur(18px);
}

.stats-grid,
.workflow-grid,
.setup-grid {
  margin-top: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.stat-value {
  margin-top: 16px;
  font-size: 44px;
  font-weight: 700;
}

.muted {
  color: #567069;
  line-height: 1.8;
}

.two-col {
  margin-top: 18px;
  display: grid;
  gap: 18px;
}

.warm-card {
  border-radius: 32px;
  border: 1px solid #f2c7b3;
  background: linear-gradient(180deg, #fff1e8, #ffe5d6);
  padding: 24px;
  box-shadow: 0 24px 80px rgba(188, 81, 47, 0.14);
  color: #5a2414;
}

.workflow-step {
  border-radius: 26px;
  background: linear-gradient(180deg, #ffffff, #f5f1e9);
  padding: 20px;
}

.workflow-step .num {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #10231e;
  color: #fff;
  font-weight: 700;
}

.panel-title {
  margin: 10px 0 0;
  font-size: 32px;
  line-height: 1.15;
}

.panel-subtitle {
  margin: 12px 0 0;
}

.empty-state {
  margin-top: 18px;
}

.legal-card {
  width: min(980px, calc(100% - 32px));
  margin: 20px auto 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 80px rgba(36, 58, 46, 0.08);
  padding: 28px;
}

.legal-card h1 {
  margin: 14px 0 0;
  font-size: 44px;
}

.legal-sections {
  margin-top: 26px;
}

.legal-sections section {
  padding-top: 10px;
}

.legal-sections h2 {
  margin: 0;
  font-size: 22px;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  opacity: 0.7;
}

.orb-one {
  top: 70px;
  left: -30px;
  width: 140px;
  height: 140px;
  background: #ffd6a8;
}

.orb-two {
  top: 30px;
  right: 40px;
  width: 110px;
  height: 110px;
  background: #64c4a8;
}

.orb-three {
  right: 28%;
  bottom: 28px;
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.45);
}

@media (min-width: 980px) {
  .hero-grid,
  .two-col,
  .setup-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (max-width: 640px) {
  .page-shell,
  .legal-card {
    width: min(100% - 20px, 1180px);
  }

  .hero,
  .glass-card,
  .legal-card,
  .warm-card {
    padding: 20px;
  }

  .panel-title,
  .legal-card h1 {
    font-size: 32px;
  }
}
