:root {
  --bg: #f4efe2;
  --surface: #fffaf2;
  --ink: #181612;
  --muted: #625c50;
  --line: #e4d8bf;
  --accent: #189b69;
  --accent-dark: #0f6f4b;
  --pop: #ff5f2e;
  --radius: 18px;
  --shadow: 0 18px 44px rgba(24, 22, 18, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8f2e7 0%, #f2ead8 100%);
  min-height: 100vh;
  position: relative;
}

.bg-shape {
  position: fixed;
  z-index: -1;
  filter: blur(24px);
  opacity: 0.65;
}

.bg-shape-1 {
  width: 360px;
  height: 360px;
  border-radius: 42% 58% 55% 45% / 45% 40% 60% 55%;
  background: radial-gradient(circle, #ffbf78 0%, rgba(255, 191, 120, 0) 68%);
  top: -90px;
  right: -80px;
  animation: drift 14s ease-in-out infinite alternate;
}

.bg-shape-2 {
  width: 380px;
  height: 380px;
  border-radius: 52% 48% 64% 36% / 42% 62% 38% 58%;
  background: radial-gradient(circle, #70cca6 0%, rgba(112, 204, 166, 0) 70%);
  bottom: -120px;
  left: -90px;
  animation: drift 16s ease-in-out infinite alternate-reverse;
}

.container {
  width: min(1100px, 92vw);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
  background: rgba(248, 242, 231, 0.8);
  border-bottom: 1px solid rgba(24, 22, 18, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
}

.brand {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  text-decoration: none;
  color: var(--ink);
}

nav {
  display: flex;
  gap: 1.2rem;
}

nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding: 5rem 0 3.5rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent-dark);
  background: rgba(24, 155, 105, 0.13);
}

h1,
h2,
h3,
h4 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0;
  line-height: 1.1;
}

h1 {
  margin-top: 1rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  max-width: 18ch;
}

.hero-copy > p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-top: 1rem;
  max-width: 50ch;
}

.hero-actions {
  margin-top: 1.65rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  border: none;
  cursor: pointer;
  border-radius: 11px;
  padding: 0.78rem 1.12rem;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
  background: var(--accent);
  transition: transform 0.2s ease, background 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-1px);
  background: var(--accent-dark);
}

.btn-small {
  padding: 0.56rem 0.85rem;
}

.btn-ghost {
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
}

.btn-ghost:hover {
  background: rgba(24, 22, 18, 0.05);
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-list li::before {
  content: "• ";
  color: var(--pop);
}

.hero-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 22px;
  padding: 1.15rem;
  transform: rotate(1.2deg);
}

.panel-header {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e9dcc4;
}

.hero-panel h3 {
  font-size: 1.2rem;
}

.hero-panel > p {
  margin: 0.65rem 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.panel-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.8rem;
}

.panel-grid h4 {
  font-size: 0.82rem;
  color: var(--muted);
}

.panel-grid p {
  margin: 0.35rem 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
}

.section {
  padding: 1.8rem 0 2.8rem;
}

.section-head h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  margin-top: 0.8rem;
}

.feature-grid,
.pricing-grid,
.quote-grid,
.faq-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 1rem;
}

.feature-grid,
.quote-grid,
.faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.price-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem;
}

.card p,
.price-card li,
.price-card span {
  color: var(--muted);
}

.card h3 {
  font-size: 1.1rem;
}

.price-card {
  position: relative;
  box-shadow: var(--shadow);
}

.price {
  margin: 0.9rem 0 0.8rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.price span {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  margin-left: 0.25rem;
}

.price-card ul {
  margin: 0 0 1rem;
  padding-left: 1rem;
  display: grid;
  gap: 0.4rem;
}

.featured {
  border-color: rgba(24, 155, 105, 0.4);
}

.tag {
  margin: 0 0 0.6rem;
  color: #0f5f40;
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.site-footer {
  border-top: 1px solid rgba(24, 22, 18, 0.08);
  padding: 2rem 0 3rem;
}

.footer-wrap {
  background: var(--ink);
  color: #ffffff;
  border-radius: 22px;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-wrap p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
}

dialog {
  border: none;
  border-radius: 20px;
  padding: 0;
  width: min(480px, 92vw);
  max-height: 90vh;
  overflow: auto;
}

dialog::backdrop {
  background: rgba(10, 8, 6, 0.6);
}

.modal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.2rem;
  background: #fffef8;
}

.close-modal {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(24, 22, 18, 0.08);
}

label {
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select {
  font: inherit;
  border: 1px solid #d8ccb2;
  border-radius: 10px;
  padding: 0.7rem;
}

.fine-print {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.52s ease, transform 0.52s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  from {
    transform: translate(0, 0) rotate(0deg);
  }
  to {
    transform: translate(14px, 18px) rotate(6deg);
  }
}

@media (max-width: 920px) {
  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 3.4rem;
  }

  .hero-panel {
    transform: none;
  }

  .feature-grid,
  .quote-grid,
  .faq-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.plan-sub {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.price-stack {
  margin: 1rem 0;
  display: grid;
  gap: 0.28rem;
}

.price-line {
  margin: 0;
  font-size: 1rem;
  color: var(--muted);
}

.price-line strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
  color: var(--ink);
  margin-right: 0.2rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.pricing-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  width: auto;
  height: 42px;
  border-radius: 10px;
  background: #000;
}

@media (max-width: 920px) {
  .brand img {
    height: 36px;
  }
}
