:root {
  color-scheme: light;
  --ink: #13211f;
  --muted: #66736f;
  --cream: #fff8eb;
  --sand: #f4ddbd;
  --moss: #214f3a;
  --moss-2: #2e6b50;
  --clay: #c46c45;
  --white: #fffdf8;
  --line: rgba(19, 33, 31, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(196, 108, 69, 0.18), transparent 34rem),
    radial-gradient(circle at 95% 8%, rgba(46, 107, 80, 0.16), transparent 30rem),
    var(--cream);
  color: var(--ink);
}

a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 5vw, 4rem);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 248, 235, 0.82);
  backdrop-filter: blur(18px);
}
.brand, .nav { display: flex; align-items: center; gap: 1rem; }
.brand { font-weight: 900; text-decoration: none; letter-spacing: -0.03em; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.85rem;
  background: var(--moss);
  color: white;
  font-size: 0.85rem;
}
.nav { font-weight: 700; font-size: 0.95rem; }
.nav a { text-decoration: none; color: rgba(19, 33, 31, 0.72); }
.nav a:hover { color: var(--ink); }
.lang-switch {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  padding: 0.55rem 0.8rem;
  font-weight: 900;
  cursor: pointer;
}

main { overflow: hidden; }
.section, .section-grid {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 7rem) 0;
}
.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.eyebrow {
  margin: 0 0 1rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 13ch;
  margin-bottom: 1.4rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3.6rem, 9vw, 7.8rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
}
h2 {
  max-width: 15ch;
  margin-bottom: 1rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}
h3 { font-size: 1.45rem; margin-bottom: 0.6rem; }
.lead, .hero-card p, .package p, .cta p, .steps span {
  color: var(--muted);
  line-height: 1.75;
}
.lead { max-width: 42rem; font-size: 1.18rem; }
.actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  border-radius: 999px;
  padding: 0.85rem 1.3rem;
  font-weight: 900;
  text-decoration: none;
}
.primary { background: var(--moss); color: white; box-shadow: 0 1rem 2rem rgba(33, 79, 58, 0.2); }
.secondary { border: 1px solid var(--line); background: rgba(255,255,255,0.55); }
.hero-card, .package, .cta, .steps li {
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 1.4rem 4rem rgba(33, 79, 58, 0.08);
}
.hero-card {
  position: relative;
  border-radius: 2rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  transform: rotate(1deg);
}
.mini-browser { display: flex; gap: 0.45rem; margin-bottom: 4rem; }
.mini-browser span { width: 0.75rem; height: 0.75rem; border-radius: 50%; background: var(--sand); }
.hero-card ul, .package ul { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: 0.7rem; }
.hero-card li, .package li { display: flex; gap: 0.6rem; align-items: flex-start; }
.hero-card li::before, .package li::before { content: '✓'; color: var(--moss-2); font-weight: 900; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; }
.package { border-radius: 1.6rem; padding: 1.5rem; }
.package.featured { background: var(--moss); color: white; transform: translateY(-0.75rem); }
.package.featured p, .package.featured li { color: rgba(255,255,255,0.76); }
.package.featured .package-tag, .package.featured .price { color: #ffe2ad; }
.package-tag { color: var(--clay); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.price { color: var(--moss); font-size: 1.45rem; font-weight: 950; }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; counter-reset: steps; }
.steps li { counter-increment: steps; border-radius: 1.3rem; padding: 1.2rem; display: grid; grid-template-columns: auto 1fr; gap: 0.4rem 1rem; }
.steps li::before { content: counter(steps); grid-row: span 2; display: grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--sand); font-weight: 950; }
.steps strong, .steps span { display: block; }
.cta { text-align: center; border-radius: 2rem; padding-left: 1rem; padding-right: 1rem; margin-bottom: 4rem; }
.cta h2, .cta p { margin-left: auto; margin-right: auto; }
.cta p { max-width: 48rem; }
.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 5vw, 4rem);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 820px) {
  .site-header, .footer { align-items: flex-start; flex-direction: column; }
  .nav { flex-wrap: wrap; }
  .section-grid, .packages, .split { grid-template-columns: 1fr; }
  h1 { font-size: clamp(3rem, 18vw, 5rem); }
  .package.featured { transform: none; }
}
