:root {
  --bg: #f6f1e9;
  --surface: #fffaf3;
  --surface-alt: #f3dfd2;
  --text: #20262a;
  --muted: #6f7475;
  --primary: #c7633d;
  --primary-dark: #9f452d;
  --border: rgba(32, 38, 42, 0.12);
  --shadow: 0 24px 54px rgba(32, 38, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: linear-gradient(180deg, #fffaf3 0%, #f3ebe1 100%);
  color: var(--text);
}

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

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

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(246, 241, 233, 0.82);
  border-bottom: 1px solid rgba(32, 38, 42, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}

.brand {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  height: 64px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--muted);
  font-weight: 500;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.9rem 1.3rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--primary), #d9825c);
  color: white;
  box-shadow: 0 16px 28px rgba(159, 69, 45, 0.24);
}

.button-secondary {
  background: rgba(199, 99, 61, 0.12);
  color: var(--primary-dark);
}

.hero {
  padding: 5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 3rem;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.45rem 0.8rem;
  background: rgba(199, 99, 61, 0.12);
  border-radius: 999px;
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-copy h1,
.about-copy h2,
.section-heading h2 {
  margin: 0 0 1rem;
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.hero-copy p,
.about-copy p,
.feature-card p,
.about-list p,
.plan li,
.site-footer p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero-stats strong {
  font-size: 1.6rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-panel {
  background: rgba(32, 38, 42, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
}

.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  display: inline-block;
}

.red { background: #c7633d; }
.yellow { background: #e9c39f; }
.green { background: #f6f1e9; }

.panel-body {
  padding: 1.5rem;
  color: white;
}

.mini-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: min(220px, 100%);
}

.mini-label,
.list-row small,
.plan ul,
.feature-card,
.site-footer p {
  color: var(--muted);
}

.mini-card strong {
  font-size: 2rem;
}

.chart-bars {
  display: flex;
  align-items: end;
  gap: 0.7rem;
  height: 150px;
  margin: 1.5rem 0;
  padding: 1rem 0.5rem 0.5rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(199, 99, 61, 0.18), rgba(255, 255, 255, 0.02));
}

.chart-bars span {
  flex: 1;
  border-radius: 0.75rem 0.75rem 0 0;
  background: linear-gradient(180deg, #e49a77, #c7633d);
}

.list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.4rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(199, 99, 61, 0.16);
  color: #f0ad8e;
  font-weight: 700;
}

.features,
.about,
.pricing {
  padding: 4.5rem 0;
}

.section-heading {
  margin: 0 auto 2rem;
  max-width: 620px;
  text-align: center;
}

.section-heading h2,
.about-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.feature-card,
.plan {
  background: rgba(255, 250, 243, 0.82);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.02);
}

.icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: rgba(199, 99, 61, 0.14);
  font-size: 1.4rem;
}

.feature-card h3,
.about-list h3,
.plan h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1.3rem;
}

.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.about-list {
  display: grid;
  gap: 1rem;
}

.about-list > div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  background: rgba(255, 250, 243, 0.82);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.25rem;
}

.about-list strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(199, 99, 61, 0.14);
  color: var(--primary-dark);
  font-size: 1.1rem;
}

.about-list h3 {
  margin-top: 0;
}

.plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.plan ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.plan li::before {
  content: "✓";
  color: var(--primary-dark);
  font-weight: 700;
  margin-right: 0.5rem;
}

.price {
  font-size: 0.95rem;
  color: var(--muted);
}

.price span {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.06em;
}

.featured-plan {
  background: linear-gradient(180deg, rgba(199, 99, 61, 0.12), rgba(255, 250, 243, 0.86));
  border-color: rgba(199, 99, 61, 0.32);
}

.featured-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(199, 99, 61, 0.14);
  color: var(--primary-dark);
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
}

.site-footer {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid var(--border);
  text-align: center;
}

.footer-inner > div {
  width: 100%;
}

.footer-logo {
  width: 220px;
  height: auto;
  margin: 0 auto;
}


.copyright {
  text-align: center;
  color: var(--muted);
  padding-top: 1rem;
}

@media (max-width: 820px) {
  .nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero-grid,
  .about,
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .plan {
    padding: 1.5rem;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}
