:root {
  --ink: #3b3c42;
  --ink-2: #4c4c4c;
  --paper: #f7f7f7;
  --lime: #9bcb3b;
  --mint: #eaf3d7;
  --line: #dcdcdc;
  --muted: #696969;
}

body {
  background: var(--paper);
  color: var(--ink-2);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.65;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: Michroma, "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: -.025em;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-color: var(--line);
}

.nav-wrap { height: 88px; }
.brand { gap: 0; }
.brand img { display: block; width: 190px; height: auto; }
.nav-wrap nav a:hover { color: var(--lime); }

.button {
  min-height: 50px;
  border: 1px solid var(--lime);
  border-radius: 0;
  background: var(--lime);
  color: #fff;
  box-shadow: none;
  font-weight: 700;
}

.button:hover {
  transform: none;
  background: #83ad2e;
  border-color: #83ad2e;
  box-shadow: none;
}

.hero {
  background: #fff;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
}

h1 {
  font-size: clamp(2.65rem, 5vw, 5rem);
  line-height: 1.08;
}

.hero-lead,
.trust-list { color: var(--muted); }
.text-link { border-color: #b9b9b9; }
.process { background: #eef2e7; }
.primary-card h2 { color: #fff; }
.button-light { background: #fff; color: var(--ink); border-color: #fff; }


.consulting,
.faq { padding: 110px 0; background: #fff; }
.consulting-lead { max-width: 820px; margin: -20px 0 46px 31%; color: var(--muted); font-size: 1.08rem; }
.consulting-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.consulting-grid article { padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.consulting-grid h3 { font-size: 1.15rem; }
.consulting-grid p { margin: 0; color: var(--muted); }
.about { padding: 110px 0; background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq h2 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.12; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 700; }
.faq-list p { margin: 14px 36px 0 0; color: var(--muted); }

footer {
  background: #e3e3e3;
  color: var(--ink-2);
}

.footer-brand img { width: 200px; }
.footer-grid p,
.copyright { color: #696969; }
.footer-grid > div:last-child a { color: #555; }
.copyright { border-color: #ccc; }

@media (max-width: 920px) {
  .consulting-grid { grid-template-columns: repeat(2, 1fr); }
  .consulting-lead { margin-left: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 640px) {
  .nav-wrap { height: 72px; }
  .brand img { width: 155px; }
  .consulting,
  .about,
  .faq { padding: 78px 0; }
  .consulting-grid { grid-template-columns: 1fr; }
}


.legal-main {
  min-height: 65vh;
  padding: 92px 0 110px;
  background: #fff;
}

.legal-shell {
  width: min(820px, calc(100% - 40px));
  margin-inline: auto;
}

.legal-main h1 {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.legal-updated {
  margin-bottom: 54px;
  color: var(--muted);
}

.legal-section {
  margin-top: 42px;
}

.legal-section h2 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.3;
}

.legal-section h3 {
  margin-top: 28px;
  font-size: 1rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
}

.legal-section a {
  color: #557b0b;
  font-weight: 700;
}

.legal-section ul {
  padding-left: 1.25rem;
}

.back-link {
  display: inline-flex;
  margin-top: 54px;
  color: #557b0b;
  font-weight: 700;
  text-decoration: none;
}

/* Software offer and contact: retain the established experity palette. */
.button { color: #25320e; font: 700 1rem "Open Sans", Arial, sans-serif; cursor: pointer; }
.button:hover { color: #152006; }
.button:disabled { opacity: .65; cursor: wait; }
.software-lead { max-width: 820px; margin: -20px 0 42px 31%; font-size: 1.08rem; }
.software-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.software-grid article { padding: 28px; min-width: 0; background: #fff; }
.software-grid article > span { margin-bottom: 28px; font-size: .875rem; }
.software-grid h3 { font-size: clamp(1.05rem, 1.6vw, 1.35rem); overflow-wrap: anywhere; line-height: 1.5; }
.software-grid .service-subtitle { color: var(--ink); font-weight: 700; }
.software-grid ul { display: block; padding-left: 1.2rem; list-style: disc; }
.software-grid li { padding: 0; margin-bottom: 12px; border: 0; border-radius: 0; font-size: 1rem; }
.software-next { display: flex; gap: 32px; align-items: center; justify-content: space-between; margin-top: 32px; }
.software-next p { max-width: 720px; margin: 0; }
.software-next .button { flex-shrink: 0; }
.cta-inner { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 60px; }
.cta h2 { font-size: clamp(1.85rem, 3vw, 2.9rem); line-height: 1.25; letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-copy .contact-panel { margin-top: 32px; }
.contact-panel p { margin: 0; }
.contact-form { background: #fff; padding: 32px; min-width: 0; }
.contact-form label, .contact-form legend { font-weight: 600; }
.contact-form label span, .topic-options legend span { color: var(--muted); font-weight: 400; }
.topic-options { padding: 0; margin: 0 0 24px; border: 0; min-width: 0; }
.topic-options legend { margin-bottom: 12px; }
.topic-options label { display: flex; gap: 10px; align-items: center; min-height: 44px; font-weight: 400; cursor: pointer; }
.topic-options input { width: 20px; height: 20px; accent-color: #557b0b; flex-shrink: 0; }
.form-field { display: grid; gap: 7px; margin-bottom: 20px; min-width: 0; }
.form-field input, .form-field textarea { width: 100%; min-width: 0; padding: 12px; border: 1px solid #8a8a8a; border-radius: 0; font: inherit; background: #fff; color: var(--ink); }
.form-field textarea { resize: vertical; min-height: 140px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form .form-note { font-size: .875rem; color: var(--muted); }
.form-note a { text-decoration: underline; color: #49690b; }
.form-status { margin: 18px 0 0; font-weight: 600; overflow-wrap: anywhere; }
.form-status:empty { margin: 0; }
.form-status[data-state="error"] { color: #a42222; }
.form-status[data-state="success"] { color: #3c6412; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

@media (max-width: 1100px) {
  .software-grid { grid-template-columns: 1fr; }
  .software-grid h3 { font-size: 1.4rem; }
}
@media (max-width: 920px) {
  .software-lead { margin-left: 0; }
  .software-next { align-items: flex-start; flex-direction: column; }
  .cta-inner { grid-template-columns: 1fr; gap: 36px; }
  .nav-wrap { height: auto; min-height: 88px; flex-wrap: wrap; gap: 8px 24px; padding-block: 12px; }
  .nav-wrap nav { display: flex; flex-wrap: wrap; gap: 0 20px; margin-left: 0; }
  .nav-wrap nav a { display: inline-flex; align-items: center; min-height: 44px; }
  section[id] { scroll-margin-top: 180px; }
}
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .contact-form .button { width: 100%; }
  .software-grid h3 { font-size: 1.15rem; }
}

@media (max-width: 640px) {
  .legal-main { padding: 62px 0 78px; }
  .legal-shell { width: min(100% - 28px, 820px); }
}
