:root {
  --bg: #f6f2ea;
  --surface: #fffdf8;
  --ink: #121212;
  --muted: #5b5449;
  --line: #d8cfbf;
  --brand: #d65a1f;
  --brand-2: #0f6b62;
  --accent: #f3a14f;
  --max: 1120px;
  --radius: 18px;
  --shadow: 0 12px 28px rgba(12, 11, 9, 0.08);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 5% 5%, #f8dfc7 0, transparent 34%),
    radial-gradient(circle at 95% 95%, #d6efe8 0, transparent 36%),
    var(--bg);
}

main.wrap {
  flex: 1;
}

h1, h2, h3, .logo {
  font-family: "Space Grotesk", "Avenir Next", sans-serif;
  letter-spacing: -0.02em;
  margin: 0;
}

p { margin: 0; }

a { color: inherit; }

.wrap {
  width: min(var(--max), 92%);
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(9px);
  background: rgba(246, 242, 234, 0.9);
  border-bottom: 1px solid rgba(18, 18, 18, 0.07);
}

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

.logo {
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.menu {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.menu a {
  text-decoration: none;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 0.93rem;
  border: 1px solid transparent;
}

.menu a.active,
.menu a:hover {
  border-color: var(--line);
  background: var(--surface);
}

.btn {
  border: 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease;
}

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

.btn-main {
  color: #fff;
  background: linear-gradient(120deg, var(--brand), #f07d2a);
  box-shadow: 0 8px 18px rgba(214, 90, 31, 0.35);
}

.btn-alt {
  background: #efe5d7;
  border: 1px solid #cfbea8;
}

.hero {
  padding: 74px 0 56px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 24px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--brand-2);
}

h1 {
  font-size: clamp(2rem, 5.2vw, 3.8rem);
  line-height: 1.02;
  margin-bottom: 12px;
}

.lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 64ch;
}

.trust {
  margin-top: 12px;
  font-size: 0.93rem;
  color: var(--brand-2);
  font-weight: 600;
}

.actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.panel,
.card,
.kpi,
.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.panel {
  padding: 18px;
}

.panel p {
  color: var(--muted);
  margin-top: 8px;
}

.panel svg {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

section {
  padding: 20px 0 44px;
}

.section-title {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  margin-bottom: 10px;
}

.section-sub {
  color: var(--muted);
  max-width: 70ch;
}

.grid { display: grid; gap: 14px; }

.pains {
  margin-top: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card { padding: 16px; }

.card h3 { font-size: 1.06rem; margin-bottom: 8px; }

.card p { color: var(--muted); }

.flow {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px dashed #b6ab98;
  background: #fffaf2;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 6px;
  flex-wrap: wrap;
}

.services-overview {
  margin-top: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.services-overview .card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--brand-2);
  font-weight: 700;
  text-decoration: none;
}

.steps {
  margin-top: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step {
  padding: 14px;
}

.step strong {
  display: block;
  margin-bottom: 6px;
}

.kpis {
  margin-top: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.kpi {
  padding: 14px;
  text-align: center;
}

.kpi strong {
  display: block;
  font-size: 1.3rem;
  color: var(--brand);
}

.two-col {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.founder {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: center;
}

.avatar {
  width: 130px;
  height: 130px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e5d8c7, #cfe7de);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 2rem;
  color: #2d3e37;
}

.cta {
  background: linear-gradient(145deg, #131313 0%, #2f2f2f 100%);
  color: #f4efe8;
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.cta p { color: #ddd2c5; margin-top: 8px; }

.footer {
  padding: 26px 0 34px;
  color: var(--muted);
  font-size: 0.92rem;
  border-top: 1px solid rgba(18, 18, 18, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.footer-links { display: flex; gap: 10px; flex-wrap: wrap; }

.list {
  margin: 12px 0 0;
  padding-left: 18px;
}

.list li { margin: 4px 0; color: var(--muted); }

.hero-narrow { padding-bottom: 26px; }

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
}

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

@media (max-width: 980px) {
  .hero,
  .two-col,
  .founder { grid-template-columns: 1fr; }
  .services-overview { grid-template-columns: 1fr 1fr; }
  .pains { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .kpis { grid-template-columns: 1fr 1fr 1fr; }
  .avatar { width: 92px; height: 92px; border-radius: 14px; font-size: 1.4rem; }
}

@media (max-width: 640px) {
  .menu { display: none; }
  .services-overview,
  .pains,
  .steps,
  .kpis { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .nav .btn { width: auto; }
  .footer-grid { grid-template-columns: 1fr; }
}
