:root {
  --bg: #f7f4ec;
  --dark: #101827;
  --muted: #5d6472;
  --card: #ffffff;
  --accent: #c89432;
  --accent-dark: #a6741f;
  --blue: #153e75;
  --line: rgba(16, 24, 39, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--dark);
  background: var(--bg);
  line-height: 1.5;
}

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

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

.top-bar {
  background: var(--dark);
  color: white;
  font-size: 13px;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 8px 16px;
}

.site-header {
  background: rgba(247, 244, 236, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(12px);
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  background: linear-gradient(135deg, var(--dark), var(--blue));
  border: 2px solid rgba(200, 148, 50, 0.55);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: var(--muted);
}

.nav-cta {
  color: white;
  background: var(--dark);
  padding: 10px 14px;
  border-radius: 999px;
}

.hero {
  padding: 72px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.eyebrow,
.section-heading span {
  display: inline-block;
  color: var(--accent-dark);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  margin-bottom: 12px;
}

h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
}

h2 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

h3 {
  margin-top: 0;
  font-size: 20px;
}

p {
  color: var(--muted);
  margin-top: 0;
}

.hero-copy p {
  font-size: 19px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 700;
}

.primary {
  background: var(--accent);
  color: var(--dark);
}

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

.trust-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.trust-row span {
  background: rgba(255,255,255,0.75);
  border: 1px solid var(--line);
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.lead-card {
  background: var(--card);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(16, 24, 39, 0.16);
  border: 1px solid rgba(16, 24, 39, 0.08);
}

.lead-card h2 {
  font-size: 28px;
}

form {
  display: grid;
  gap: 12px;
}

label {
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  font: inherit;
  background: #fbfbfb;
}

textarea {
  min-height: 90px;
  resize: vertical;
}

button {
  border: 0;
  background: var(--dark);
  color: white;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 800;
  cursor: pointer;
}

.form-note {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 72px 0;
}

.muted {
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 28px;
}

.cards,
.reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card,
.review {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: center;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.photo-box {
  min-height: 160px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(16,24,39,0.82), rgba(21,62,117,0.74)),
    repeating-linear-gradient(45deg, #d8d2c4, #d8d2c4 10px, #c7bdab 10px, #c7bdab 20px);
}

.text-link {
  color: var(--accent-dark);
  font-weight: 800;
}

.stars {
  color: var(--accent-dark);
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.reviews {
  grid-template-columns: repeat(3, 1fr);
}

.system-section {
  padding: 72px 0;
}

.system-card {
  background: var(--dark);
  color: white;
  border-radius: 28px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.system-card p {
  color: rgba(255,255,255,0.72);
}

.steps {
  margin: 0;
  padding-left: 24px;
  color: rgba(255,255,255,0.9);
}

.steps li {
  margin-bottom: 14px;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: white;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 860px) {
  .top-bar {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero {
    padding: 44px 0;
  }

  .hero-grid,
  .split,
  .system-card {
    grid-template-columns: 1fr;
  }

  .cards,
  .reviews {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    flex-direction: column;
  }
}
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 110px;
}

.nav-links a,
.button,
button,
.text-link {
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.nav-links a:hover {
  color: var(--dark);
}

.nav-links a:not(.nav-cta) {
  position: relative;
}

.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.18s ease;
}

.nav-links a:not(.nav-cta):hover::after {
  transform: scaleX(1);
}

.button:hover,
button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(16, 24, 39, 0.18);
}

.button:active,
button:active,
.nav-cta:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 4px 12px rgba(16, 24, 39, 0.14);
}

.primary:hover {
  background: #d7a342;
}

.secondary:hover {
  background: #ffffff;
  border-color: var(--accent);
}

.text-link:hover {
  color: var(--dark);
}
.top-bar a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.top-bar a:hover {
  color: var(--accent);
}