@font-face {
  font-family: "Baloo Local";
  src: url("./assets/fonts/baloo2-800.ttf") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Nunito Local";
  src: url("./assets/fonts/nunito-800.ttf") format("truetype");
  font-weight: 800;
}

:root {
  --yellow: #ffc83d;
  --green: #27ae60;
  --orange: #f59e0b;
  --cream: #fff7e1;
  --paper: #fffdf7;
  --ink: #2a211b;
  --muted: #75685d;
  --line: rgba(42, 33, 27, 0.12);
  --shadow: 0 24px 70px rgba(74, 46, 27, 0.16);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(135deg, #fff2bc, #fffaf0 36%, #e8f7ee);
  font-family: "Nunito Local", "Segoe UI", sans-serif;
}

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

.sales-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px min(5vw, 56px);
  background: rgba(255, 250, 240, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.nav-cta,
.primary,
.secondary {
  color: inherit;
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Baloo Local", sans-serif;
  font-size: 1.35rem;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.nav-cta,
.primary,
.secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 900;
}

.nav-cta,
.primary {
  background: var(--green);
  color: white;
  box-shadow: 0 12px 24px rgba(39, 174, 96, 0.22);
}

.secondary {
  background: white;
  border: 1px solid var(--line);
}

main {
  overflow: hidden;
}

.hero,
.problem,
.solution,
.showcase,
.features,
.values,
.offer {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 72px min(5vw, 24px);
}

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Baloo Local", sans-serif;
  line-height: 0.95;
}

h1 {
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

h3 {
  font-size: 1.45rem;
}

.lead,
.showcase p,
.values p,
.offer p,
.steps p,
.features p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 800;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 900;
}

.hero-visual {
  padding: 16px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
}

.hero-visual img,
.showcase img,
.values img {
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.problem {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  align-items: start;
}

.problem-grid,
.steps,
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.problem-grid article,
.steps article,
.features article,
.offer {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 12px 34px rgba(74, 46, 27, 0.08);
  font-weight: 900;
}

.section-head {
  max-width: 720px;
  margin-bottom: 22px;
}

.steps article strong {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--ink);
  font-family: "Baloo Local", sans-serif;
  font-size: 1.4rem;
}

.showcase,
.values {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 30px;
  align-items: center;
}

.values {
  grid-template-columns: 1.1fr 0.9fr;
}

.features article img {
  width: 118px;
  height: 92px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 16px;
}

.values ul {
  padding-left: 20px;
  color: var(--muted);
  font-weight: 900;
  line-height: 1.65;
}

.offer {
  margin-bottom: 56px;
  text-align: center;
  background: linear-gradient(135deg, #fff8d8, #e9fff5);
}

.offer p {
  max-width: 620px;
  margin: 14px auto 22px;
}

.referral-toast {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 30;
  max-width: min(92vw, 520px);
  transform: translateX(-50%);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: #3a2418;
  background: #fff9df;
  border: 1px solid rgba(255, 200, 61, 0.55);
  box-shadow: 0 16px 40px rgba(58, 36, 24, 0.14);
  font-size: 0.9rem;
  text-align: center;
}

.referral-toast[data-active="true"] {
  color: #116434;
  background: #effbea;
  border-color: rgba(30, 141, 77, 0.28);
}

@media (max-width: 860px) {
  .sales-nav {
    padding: 12px 14px;
  }

  .hero,
  .problem,
  .showcase,
  .values {
    grid-template-columns: 1fr;
  }

  .hero,
  .problem,
  .solution,
  .showcase,
  .features,
  .values,
  .offer {
    padding: 48px 14px;
  }

  .problem-grid,
  .steps,
  .features {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}
