*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #F5F1EA;
  color: #2B2B2B;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #163C2F;
  border-bottom: 0.5px solid rgba(245,241,234,0.08);
  padding: 0 40px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo img {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: block;
}
.nav-logo-inner { display: flex; flex-direction: column; justify-content: center; }
.nav-logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 20px;
  color: #F5F1EA;
  line-height: 1;
}
.nav-logo-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 8px;
  color: #7FB98E;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(245,241,234,0.7);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s;
}
.nav-link:hover { color: #F5F1EA; }
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.nav-badge {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(245,241,234,0.6);
  background: transparent;
  border: 1px solid rgba(245,241,234,0.25);
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.nav-cta {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F5F1EA;
  background: #B08D57;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(176,141,87,0.35);
  transition: opacity 0.18s;
  white-space: nowrap;
}
.nav-cta:hover { opacity: 0.88; }

/* ── HERO ── */
.hero {
  background: #163C2F;
  padding: 80px 24px 88px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 63px, rgba(245,241,234,0.03) 64px),
    repeating-linear-gradient(90deg, transparent, transparent 63px, rgba(245,241,234,0.03) 64px);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 640px;
  height: 640px;
  background: radial-gradient(ellipse, rgba(127,185,142,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
}
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7FB98E;
  background: rgba(127,185,142,0.15);
  padding: 7px 16px;
  border-radius: 999px;
  margin-bottom: 28px;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 700;
  color: #F5F1EA;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}
.hero-title em {
  font-style: italic;
  color: #7FB98E;
}
.hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(245,241,234,0.65);
  line-height: 1.75;
  max-width: 520px;
  margin: 0 auto 36px;
}
.hero-cta {
  display: inline-block;
  background: #B08D57;
  color: #F5F1EA;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(176,141,87,0.4);
  transition: opacity 0.18s;
}
.hero-cta:hover { opacity: 0.88; }

/* ── SECTIONS ── */
.caps-section {
  background: #F5F1EA;
  padding: 80px 24px;
}
.mockup-section {
  background: #F5F1EA;
  padding: 0 24px 80px;
}
.container { max-width: 1080px; margin: 0 auto; }

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B08D57;
  margin-bottom: 14px;
}
.section-label::before {
  content: '';
  width: 28px;
  height: 2px;
  background: #B08D57;
  border-radius: 2px;
  flex-shrink: 0;
  display: block;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: #163C2F;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 44px;
}
.section-title em { font-style: italic; }

/* ── CAPABILITY CARDS ── */
.caps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
}
.cap-card {
  background: #FFFFFF;
  border: 0.5px solid #E8E4DC;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  transition: transform 0.25s cubic-bezier(0.34,1.4,0.64,1), box-shadow 0.22s ease;
  overflow: hidden;
}
.cap-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #163C2F, #7FB98E);
  opacity: 0;
  transition: opacity 0.22s;
}
.cap-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(22,60,47,0.10); }
.cap-card:hover::after { opacity: 1; }
.cap-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: #E8E4DC;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.cap-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  color: #2B2B2B;
  margin-bottom: 8px;
}
.cap-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #9B9690;
  line-height: 1.65;
}

/* ── MOCKUP ── */
.mockup-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 72px rgba(22,60,47,0.12), 0 0 0 0.5px #E8E4DC;
  background: #fff;
}
.mockup-bar {
  background: #F0EDE6;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mockup-dot { width: 11px; height: 11px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.mockup-dot.red    { background: #ff5f57; }
.mockup-dot.yellow { background: #febc2e; }
.mockup-dot.green  { background: #28c840; }
.mockup-url {
  margin-left: 12px;
  font-size: 11px;
  color: #9B9690;
  font-family: monospace;
}
.mockup-body {
  display: flex;
  min-height: 280px;
}
.mockup-sidebar {
  width: 148px;
  background: #F5F1EA;
  border-right: 0.5px solid #E8E4DC;
  padding: 18px 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.mockup-nav-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #9B9690;
  padding: 8px 12px;
  border-radius: 8px;
}
.mockup-nav-item.active {
  background: #163C2F;
  color: #F5F1EA;
  font-weight: 500;
}
.mockup-content {
  flex: 1;
  padding: 22px 26px;
  min-width: 0;
}
.mockup-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  gap: 12px;
}
.mockup-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 700;
  color: #163C2F;
}
.mockup-btn-sm {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  background: #163C2F;
  color: #F5F1EA;
  padding: 6px 14px;
  border-radius: 999px;
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
}
.mockup-table {
  border: 0.5px solid #E8E4DC;
  border-radius: 10px;
  overflow: hidden;
}
.mockup-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 0.5px solid #F0EDE6;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  align-items: center;
}
.mockup-row:last-child { border-bottom: none; }
.mockup-row.head {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9B9690;
  background: #FAFAF8;
}
.mockup-row .bold { font-weight: 600; color: #2B2B2B; }
.badge {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.badge.green  { background: #EAF2ED; color: #163C2F; }
.badge.yellow { background: #FBF3E8; color: #B08D57; }
.badge.red    { background: #FEE2E2; color: #dc2626; }
.badge.gray   { background: #F0EDE6; color: #9B9690; }
.mockup-stats-row { display: flex; gap: 12px; margin-bottom: 18px; flex-wrap: wrap; }
.mockup-stat {
  flex: 1;
  min-width: 80px;
  background: #F5F1EA;
  border-radius: 10px;
  padding: 12px 14px;
}
.stat-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 700;
  color: #163C2F;
  line-height: 1.1;
}
.stat-val.red { color: #dc2626; }
.stat-lbl { font-family: 'DM Sans', sans-serif; font-size: 10px; color: #9B9690; margin-top: 3px; }
.mockup-bar-chart { display: flex; flex-direction: column; gap: 10px; }
.bar-row { display: flex; align-items: center; gap: 10px; }
.bar-label { width: 90px; font-family: 'DM Sans', sans-serif; font-size: 11px; color: #9B9690; flex-shrink: 0; }
.bar-track { flex: 1; height: 8px; background: #E8E4DC; border-radius: 999px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 999px; }
.bar-val { width: 52px; text-align: right; font-family: 'DM Sans', sans-serif; font-weight: 600; font-size: 11px; color: #163C2F; }
.mockup-file-list { display: flex; flex-direction: column; gap: 8px; }
.mockup-file {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #F5F1EA;
  border-radius: 10px;
  padding: 11px 14px;
}
.file-icon { font-size: 17px; color: #7FB98E; flex-shrink: 0; }
.file-name { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; color: #2B2B2B; }
.file-meta { font-family: 'DM Sans', sans-serif; font-size: 10px; color: #9B9690; margin-top: 2px; }

/* ── CTA STRIP ── */
.cta-section {
  background: #163C2F;
  padding: 88px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-inner { max-width: 520px; margin: 0 auto; position: relative; z-index: 1; }
.cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 700;
  color: #F5F1EA;
  line-height: 1.15;
  margin-bottom: 12px;
}
.cta-title em { font-style: italic; color: #7FB98E; }
.cta-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(245,241,234,0.55);
  margin-bottom: 36px;
  line-height: 1.6;
}
.cta-btn {
  display: inline-block;
  background: #B08D57;
  color: #F5F1EA;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 32px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(176,141,87,0.35);
  transition: opacity 0.18s;
}
.cta-btn:hover { opacity: 0.88; }

/* ── FOOTER ── */
.page-footer {
  background: #163C2F;
  border-top: 0.5px solid rgba(245,241,234,0.08);
  padding: 64px 24px 40px;
  text-align: center;
}
.footer-inner { max-width: 1080px; margin: 0 auto; }
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.footer-logo img { width: 34px; height: 34px; border-radius: 8px; display: block; }
.footer-logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 18px;
  color: #F5F1EA;
  text-align: left;
  line-height: 1;
}
.footer-logo-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  color: rgba(245,241,234,0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 3px;
}
.footer-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(245,241,234,0.4);
  margin-bottom: 36px;
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #7FB98E;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.18s, transform 0.18s;
}
.social-link:hover { background: rgba(127,185,142,0.18); transform: translateY(-2px); }
.footer-copyright {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(245,241,234,0.35);
  padding-top: 24px;
  border-top: 0.5px solid rgba(245,241,234,0.08);
}

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .nav-links { display: none; }
}
@media (max-width: 640px) {
  .nav { padding: 0 20px; }
  .nav-badge { display: none; }
  .hero { padding: 56px 20px 64px; }
  .caps-section { padding: 56px 20px; }
  .mockup-section { padding: 0 20px 60px; }
  .mockup-sidebar { display: none; }
  .mockup-content { padding: 16px 18px; }
  .mockup-row { grid-template-columns: 2fr 1fr 1fr; }
  .mockup-row > span:nth-child(4) { display: none; }
  .page-footer { padding: 48px 20px 32px; }
}
