:root {
  --navy: #071b35;
  --navy-2: #0d2d50;
  --green: #76b83f;
  --green-dark: #4d8d26;
  --ink: #142033;
  --muted: #5f6b7a;
  --soft: #f3f6f8;
  --white: #fff;
  --shadow: 0 18px 45px rgba(7,27,53,.12);
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 38px)); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(7,27,53,.96);
  backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 4px 24px rgba(0,0,0,.15);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 1.42rem; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; }
.brand span span { color: var(--green); }
.menu { display: flex; flex-wrap: wrap; gap: 24px; }
.menu a { color: #fff; text-decoration: none; font-size: .96rem; opacity: .88; }
.menu a:hover { color: #b8eb84; opacity: 1; }

.hero {
  background:
    radial-gradient(circle at 12% 10%, rgba(118,184,63,.16), transparent 28%),
    linear-gradient(135deg, #fff 0%, #f3f7f2 100%);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 560px; align-items: stretch; }
.hero-copy { padding: 92px 60px 80px 0; align-self: center; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1 { margin: 0; color: var(--navy); font-size: clamp(2.55rem, 5.4vw, 4.8rem); line-height: 1.03; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 24px 0 30px; color: var(--muted); font-size: 1.16rem; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border-radius: 12px; text-decoration: none; font-weight: 750; border: 1px solid transparent; }
.button.primary { background: var(--green); color: #0b2305; box-shadow: 0 10px 25px rgba(118,184,63,.26); }
.button.primary:hover { background: #8aca4e; transform: translateY(-1px); }
.button.secondary { border-color: #bcc7d2; background: rgba(255,255,255,.75); color: var(--navy); }
.hero-media { min-height: 500px; position: relative; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; }
.hero-media:after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(255,255,255,.55), transparent 25%); }

.trust-strip { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { padding: 26px 28px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 3px; font-size: 1.03rem; }
.trust-item span { color: #c8d2dc; font-size: .92rem; }

.section { padding: 90px 0; }
.section.soft { background: var(--soft); }
.section-head { max-width: 760px; margin-bottom: 40px; }
.section-head h2 { margin: 0 0 12px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.1; letter-spacing: -.03em; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.08rem; }

.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.card { overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.card img { height: 255px; object-fit: cover; }
.card-body { padding: 28px; }
.card .tag { display: inline-block; margin-bottom: 10px; color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.card h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.5rem; }
.card p { margin: 0; color: var(--muted); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.step { padding: 30px; border: 1px solid #dce3e8; border-radius: 18px; background: #fff; }
.number { width: 44px; height: 44px; display:grid; place-items:center; border-radius: 50%; background: #e7f3dc; color: var(--green-dark); font-weight: 900; }
.step h3 { color: var(--navy); margin: 18px 0 8px; }
.step p { margin: 0; color: var(--muted); }

.resources { background: linear-gradient(135deg, var(--navy), #103b64); color: #fff; }
.resources .section-head h2, .resources .section-head p { color: #fff; }
.resources .section-head p { opacity: .78; }
.links-grid { display:grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.resource-link {
  min-height: 165px; padding: 21px; border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px; text-decoration: none; background: rgba(255,255,255,.06);
  transition: .2s ease;
}
.resource-link:hover { transform: translateY(-4px); background: rgba(255,255,255,.11); border-color: #9bd45d; }
.resource-link strong { display:block; margin-bottom: 8px; color: #b8eb84; font-size: 1.02rem; }
.resource-link span { color: #d7e0e8; font-size: .9rem; }

.sale { padding: 42px 0; background: #061425; color: #fff; text-align:center; }
.sale p { margin: 0; }
.sale a { color: #b8eb84; font-weight: 800; }
.footer { padding: 22px 0; background: #030c16; color: #9cabb9; text-align: center; font-size: .88rem; }

@media (max-width: 920px) {
  .menu { display:none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 70px 0 45px; }
  .hero-media { min-height: 380px; margin: 0 -19px; }
  .hero-media:after { background: linear-gradient(180deg, rgba(255,255,255,.5), transparent 22%); }
  .links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav { min-height: 64px; }
  .brand { font-size: 1.15rem; }
  .brand-mark { width: 32px; height: 32px; }
  .hero-copy { padding-top: 52px; }
  .hero-media { min-height: 280px; }
  .trust-grid, .cards, .steps, .links-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .section { padding: 68px 0; }
  .card img { height: 210px; }
}
