:root {
  --ink: #10231d;
  --muted: #5c6f68;
  --line: #dce6e1;
  --paper: #f7faf8;
  --white: #ffffff;
  --brand: #0b3d2e;
  --brand-2: #b7e4c7;
  --accent: #dff5e7;
  --shadow: 0 24px 70px rgba(11, 61, 46, .12);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #70c996; outline-offset: 3px; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; background: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.eyebrow { color: #287555; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; }
.lead { color: var(--muted); font-size: clamp(1rem, 2vw, 1.18rem); max-width: 720px; }
.muted { color: var(--muted); }
.section { padding: clamp(72px, 10vw, 128px) 0; }
.section-sm { padding: 56px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-head h2 { margin: 6px 0 0; max-width: 670px; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; margin-top: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); letter-spacing: -.025em; }
p { margin: 0 0 1.1rem; }
.topbar { background: var(--brand); color: #dff5e7; padding: 8px 0; font-size: .82rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 250, 248, .88);
  border-bottom: 1px solid rgba(220, 230, 225, .8);
  backdrop-filter: blur(18px);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.03em; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 12px;
  display: grid; place-items: center; color: #fff; background: var(--brand);
  font-size: .9rem; box-shadow: 0 8px 22px rgba(11,61,46,.22);
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #40544d; font-size: .93rem; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--brand); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--brand); }
.menu-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; border-radius: 999px; padding: 0 22px; border: 1px solid var(--brand);
  font-weight: 750; cursor: pointer; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--brand); box-shadow: 0 12px 28px rgba(11,61,46,.2); }
.btn-secondary { background: transparent; color: var(--brand); }
.btn-light { background: #fff; color: var(--brand); border-color: #fff; }
.hero { position: relative; overflow: hidden; padding: clamp(90px, 12vw, 160px) 0 96px; }
.hero::before {
  content: ""; position: absolute; width: 580px; height: 580px; border-radius: 50%;
  top: -280px; right: -100px; background: #dff5e7; filter: blur(8px); opacity: .85;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.hero h1 { max-width: 850px; margin: 12px 0 26px; }
.hero h1 span { color: #2c7958; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-note { margin-top: 38px; display: flex; gap: 28px; flex-wrap: wrap; color: var(--muted); font-size: .9rem; }
.hero-note strong { display: block; color: var(--ink); font-size: 1.08rem; }
.hero-panel {
  position: relative; min-height: 500px; padding: 30px; border: 1px solid rgba(255,255,255,.8);
  border-radius: 36px; background: rgba(255,255,255,.64); box-shadow: var(--shadow); backdrop-filter: blur(24px);
}
.browser-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: 0 16px 45px rgba(11,61,46,.09); }
.browser-dots { padding: 14px; display: flex; gap: 6px; border-bottom: 1px solid var(--line); }
.browser-dots i { display: block; width: 8px; height: 8px; border-radius: 50%; background: #cbd8d2; }
.browser-body { padding: 28px; }
.mini-label { width: 76px; height: 8px; background: var(--brand-2); border-radius: 8px; margin-bottom: 18px; }
.mini-title { width: 82%; height: 22px; background: var(--brand); border-radius: 8px; margin-bottom: 10px; }
.mini-title.short { width: 61%; }
.mini-copy { width: 90%; height: 7px; background: #dce6e1; border-radius: 8px; margin: 10px 0; }
.mini-copy.short { width: 68%; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 28px; }
.mini-tile { height: 100px; border-radius: 14px; background: #eef6f1; border: 1px solid #d8e9df; }
.floating-card { position: absolute; right: -24px; bottom: 36px; width: 210px; background: var(--brand); color: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 22px 50px rgba(11,61,46,.25); }
.floating-card strong { display: block; font-size: 1.25rem; margin-bottom: 5px; }
.logo-strip { border-block: 1px solid var(--line); background: #fff; }
.logo-list { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; overflow: auto; color: #71847d; font-weight: 800; letter-spacing: -.02em; white-space: nowrap; }
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(11,61,46,.08); }
.service-card { min-height: 265px; display: flex; flex-direction: column; }
.service-card .number { color: #2b7958; font-size: .78rem; font-weight: 850; letter-spacing: .12em; }
.service-card h3 { margin: auto 0 14px; }
.text-link { color: #236947; font-weight: 760; }
.dark { background: var(--brand); color: #fff; }
.dark .muted, .dark .lead { color: #bed2c9; }
.project-card { padding: 0; overflow: hidden; }
.project-visual {
  aspect-ratio: 16/10; padding: 28px; display: flex; align-items: end;
  background: linear-gradient(145deg, #dcefe3, #f6faf7);
}
.project-visual.alt { background: linear-gradient(145deg, #dfe8f2, #f8fafc); }
.project-visual.warm { background: linear-gradient(145deg, #f3e6dc, #fcfaf7); }
.project-window { width: 100%; height: 82%; border-radius: 14px 14px 0 0; background: #fff; box-shadow: 0 12px 32px rgba(20,40,31,.14); padding: 14px; }
.project-window::before { content: ""; display: block; width: 58%; height: 12px; background: var(--brand); border-radius: 5px; margin-bottom: 12px; }
.project-window::after { content: ""; display: block; width: 90%; height: 46%; background: #ecf4ef; border-radius: 8px; }
.project-copy { padding: 26px; }
.tag { display: inline-block; padding: 5px 10px; border-radius: 999px; background: var(--accent); color: #276a4c; font-size: .73rem; font-weight: 750; margin: 0 5px 7px 0; }
.process { counter-reset: steps; }
.process-item { border-top: 1px solid rgba(255,255,255,.18); padding: 28px 0; display: grid; grid-template-columns: 90px 1fr; gap: 22px; }
.process-item::before { counter-increment: steps; content: "0" counter(steps); color: #77bd98; font-weight: 800; }
.quote { font-size: clamp(1.35rem, 2.8vw, 2.25rem); line-height: 1.35; letter-spacing: -.03em; }
.cta {
  padding: clamp(36px, 6vw, 68px); border-radius: 32px; background: var(--brand);
  color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 30px;
}
.cta h2 { max-width: 720px; margin-bottom: 12px; }
.page-hero { padding: 92px 0 70px; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 950px; margin: 10px 0 22px; font-size: clamp(2.7rem, 6vw, 5.5rem); }
.breadcrumbs { display: flex; gap: 9px; color: var(--muted); font-size: .85rem; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(42px, 8vw, 110px); align-items: start; }
.list-clean { padding: 0; margin: 0; list-style: none; }
.list-clean li { border-top: 1px solid var(--line); padding: 16px 0; }
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter-btn { border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; background: #fff; cursor: pointer; color: var(--muted); }
.filter-btn.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.search-box { width: 100%; border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 14px 16px; margin-bottom: 18px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.contact-card { background: var(--brand); color: #fff; }
.contact-card a { display: block; margin: 12px 0; color: #dff5e7; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { font-weight: 700; font-size: .88rem; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 13px 14px; background: #fff; }
.field textarea { min-height: 150px; resize: vertical; }
.article { max-width: 800px; margin: 0 auto; }
.article h2 { margin-top: 54px; font-size: clamp(1.8rem,4vw,2.8rem); }
.article h3 { margin-top: 36px; }
.article-nav { position: sticky; top: 110px; }
.footer { margin-top: 80px; background: #082b21; color: #fff; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 48px; }
.footer h3 { font-size: 1rem; letter-spacing: 0; }
.footer a { display: block; color: #bcd2c8; margin: 9px 0; font-size: .92rem; }
.footer .brand { margin-bottom: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #9fbbb0; font-size: .84rem; }
.empty { padding: 44px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); }

@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-panel { min-height: 420px; max-width: 620px; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .nav-links {
    position: fixed; inset: 78px 0 auto; padding: 26px 20px 36px; background: var(--paper);
    border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch;
    transform: translateY(-130%); transition: .25s ease; z-index: -1;
  }
  .menu-open .nav-links { transform: translateY(0); }
  .menu-toggle { display: block; }
  .nav .btn { display: none; }
}

@media (max-width: 620px) {
  .topbar { display: none; }
  .nav { height: 68px; }
  .nav-links { inset-block-start: 68px; }
  .hero { padding-top: 70px; }
  .hero-panel { min-height: 340px; padding: 18px; }
  .floating-card { right: 8px; bottom: 18px; }
  .grid-3, .grid-2, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head, .cta, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .field.full { grid-column: auto; }
  h1 { font-size: 2.8rem; }
}
