:root{
  --forest:#1F3A2E;
  --moss:#5F7D61;
  --cream:#F3F0E8;
  --ink:#1a1a1a;
  --muted:#5a5a5a;
  --card:#ffffff;
  --border: rgba(0,0,0,.08);
  --shadow: 0 10px 30px rgba(0,0,0,.08);
  --radius: 18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--cream),#fff)}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:underline}
header{position:sticky;top:0;z-index:10;background:rgba(243,240,232,.92);backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--border)}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px}
.brand{display:flex;align-items:center;gap:10px}
.logo{width:74px;height:74px;border-radius:50%;background:conic-gradient(from 160deg,var(--forest),var(--moss));box-shadow:var(--shadow)}
.brand-name{font-weight:750;letter-spacing:.5px}
.brand-sub{font-size:12px;color:var(--muted)}
.menu{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.menu a{padding:8px 10px;border-radius:12px}
.menu a.active{background:rgba(31,58,46,.08)}
.cta{display:flex;gap:10px;align-items:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid var(--border);background:var(--card);box-shadow:0 6px 16px rgba(0,0,0,.06);font-weight:650;cursor:pointer}
.btn.primary{background:var(--forest);color:white;border-color:rgba(0,0,0,.1)}
.btn:hover{transform:translateY(-1px)}
.hero{padding:54px 0 24px}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;align-items:stretch}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr}}
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-card{padding:28px}
.kicker{color:var(--moss);font-weight:750;letter-spacing:.6px;text-transform:uppercase;font-size:12px}
h1{margin:10px 0 10px;font-size:42px;line-height:1.06;letter-spacing:-.6px}
@media (max-width:520px){h1{font-size:34px}}
.lede{font-size:17px;color:var(--muted);line-height:1.55;margin:0 0 18px}
.pills{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 0}
.pill{font-size:13px;padding:8px 10px;border-radius:999px;background:rgba(95,125,97,.12);border:1px solid rgba(95,125,97,.18)}
.side{padding:22px;display:flex;flex-direction:column;gap:14px}
.side h3{margin:0;font-size:16px}
.side p{margin:0;color:var(--muted);line-height:1.5}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width:900px){.grid3{grid-template-columns:1fr}}
.section{padding:28px 0}
.section h2{margin:0 0 10px;font-size:22px}
.section p{margin:0;color:var(--muted);line-height:1.6}
.tile{padding:18px}
.tile h3{margin:0 0 6px;font-size:16px}
.footer{padding:30px 0;border-top:1px solid var(--border);margin-top:30px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
@media (max-width:900px){.footer-grid{grid-template-columns:1fr}}
.small{font-size:13px;color:var(--muted);line-height:1.5}
.form-row{display:flex;gap:10px;flex-wrap:wrap}
input, textarea{width:100%;padding:12px 12px;border-radius:14px;border:1px solid var(--border);font-size:14px}
textarea{min-height:120px;resize:vertical}
.notice{font-size:12px;color:var(--muted)}
hr{border:none;border-top:1px solid var(--border);margin:18px 0}
.badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}
.badge span{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--moss)}
code{background:rgba(0,0,0,.05);padding:2px 6px;border-radius:8px}


/* footer style */

    .footer-slim {
      border-top: 1px solid var(--line, #e7dfd2);
      margin-top: 24px;
      background: transparent;
    }

    .footer-slim .footer-slim-inner {
      min-height: 64px;
      padding: 10px 0;
      display: grid;
      grid-template-columns: auto 1fr auto; /* left | center | right */
      align-items: center;
      gap: 12px;
    }

    /* Left: actions */
    .footer-slim .footer-actions {
      display: flex;
      gap: 8px;
      align-items: center;
      justify-self: start;
    }

    /* Center: links */
    .footer-slim .footer-links {
      margin: 0;
      text-align: center;
      justify-self: center;
      white-space: nowrap;
    }

    /* Right: copyright */
    .footer-slim .footer-copy {
      margin: 0;
      justify-self: end;
      white-space: nowrap;
    }

  /* Left DBA:  */
    .footer-legal {
      margin: 0;
      font-size: 0.85rem;
      line-height: 1.4;
      color: #555;
    }

    .footer-legal .legal-sub {
      display: block;
      font-size: 0.7rem;
      color: #777;
      letter-spacing: 0.3px;
      justify-self: center;
    }

    .footer-slim .small {
      font-size: 0.9rem;
      line-height: 1.35;
      color: var(--muted, #6b6b6b);
    }

    .footer-slim .footer-links a {
      color: inherit;
      text-decoration: none;
    }

    .footer-slim .footer-links a:hover {
      text-decoration: underline;
    }

    /* Compact button style for footer only */
    .footer-slim .btn.btn-sm {
      padding: 8px 12px;
      font-size: 0.88rem;
      line-height: 1.1;
      border-radius: 10px;
      white-space: nowrap;
    }

    /* Tablet/mobile: stack cleanly */
    @media (max-width: 900px) {
      .footer-slim .footer-slim-inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 8px;
      }
      .footer-slim .footer-actions,
      .footer-slim .footer-links,
      .footer-slim .footer-copy {
        justify-self: center;
        white-space: normal;
      }
    }


/* Single source of truth for page width */
.container { width: min(1100px, calc(100% - 32px));   margin-inline: auto;}
/* Optional: ensure wrappers don’t add side drift */
header, main, footer {  width: 100%; }
/* Footer row should not add extra side padding beyond container */
.footer-slim .footer-slim-inner { padding-left: 0;  padding-right: 0;}
@media (max-width: 640px) {
  .footer-slim .footer-slim-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 8px;
  }
}
