:root {
  --ink: #17201d;
  --ink-soft: #34423d;
  --muted: #6c7873;
  --surface: #ffffff;
  --canvas: #f6f8f7;
  --soft: #edf2ef;
  --line: #dfe6e2;
  --green: #176b51;
  --green-dark: #0f513d;
  --green-soft: #dff3e9;
  --lime: #d9ef8f;
  --shadow: 0 24px 70px rgba(26, 58, 47, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.6; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.demo-notice { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 34px; padding: 6px 20px; background: var(--ink); color: #cbd5d1; font-size: 11px; }
.demo-notice span { font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.demo-notice a { color: #fff; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(223,230,226,.8); background: rgba(246,248,247,.88); backdrop-filter: blur(14px); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; }
.brand-symbol { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--green); color: #fff; font-family: Manrope, sans-serif; font-weight: 800; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy b { font-family: Manrope, sans-serif; font-size: 16px; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.nav nav { display: flex; align-items: center; gap: 28px; }
.nav nav a { color: var(--ink-soft); font-size: 13px; font-weight: 600; text-decoration: none; }
.nav nav a:hover { color: var(--green); }
.nav .nav-button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--green); }
.hero { overflow: hidden; padding: 98px 0 110px; background: radial-gradient(circle at 86% 18%, rgba(217,239,143,.38), transparent 25%), linear-gradient(155deg, #fbfcfb 0%, #edf4f0 100%); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .75fr; gap: 92px; align-items: center; }
.location { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; color: var(--green); font-size: 12px; font-weight: 700; }
.location span { width: 8px; height: 8px; border-radius: 50%; background: #39a173; box-shadow: 0 0 0 5px rgba(57,161,115,.12); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, sans-serif; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(46px, 5.9vw, 76px); line-height: 1.03; letter-spacing: -.055em; }
h1 em { color: var(--green); font-style: normal; }
.hero-copy > p { max-width: 660px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 23px; border: 0; border-radius: 11px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--green); color: #fff; box-shadow: 0 12px 30px rgba(23,107,81,.18); }
.primary:hover { background: var(--green-dark); box-shadow: 0 16px 34px rgba(23,107,81,.24); }
.text-link { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 7px; color: var(--green); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; padding-top: 25px; border-top: 1px solid var(--line); }
.trust-row div { display: grid; }
.trust-row b { font-size: 12px; }
.trust-row span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.quick-card { padding: 29px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.quick-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.overline { display: block; margin-bottom: 9px; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quick-header h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.online-dot { width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: #37a574; box-shadow: 0 0 0 6px rgba(55,165,116,.12); }
.quick-options { display: grid; gap: 9px; }
.quick-options button { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; width: 100%; min-height: 57px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; transition: border .2s, transform .2s; }
.quick-options button:hover { border-color: #9fc3b5; transform: translateX(3px); }
.quick-options button span { color: var(--muted); font-size: 10px; font-weight: 700; }
.quick-options button i { color: var(--green); font-style: normal; }
.quick-card > p { margin: 17px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.section { padding: 112px 0; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.section-title > div { max-width: 690px; }
.section-title h2, .process-copy h2, .quote-intro h2, .faq h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.1; letter-spacing: -.045em; }
.section-title > p { max-width: 350px; margin-bottom: 5px; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); transition: transform .2s, box-shadow .2s, border .2s; }
.service-grid article:hover { border-color: #c7d7cf; box-shadow: 0 16px 40px rgba(29,62,51,.07); transform: translateY(-4px); }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 28px; border-radius: 12px; background: var(--green-soft); color: var(--green); font-size: 19px; font-weight: 700; }
.service-grid h3 { margin-bottom: 9px; font-size: 19px; }
.service-grid p { min-height: 68px; color: var(--muted); font-size: 13px; }
.service-grid button { padding: 0; border: 0; background: transparent; color: var(--green); font-size: 12px; font-weight: 700; cursor: pointer; }
.process { background: var(--green-dark); color: #fff; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.light { color: var(--lime); }
.process-copy p { max-width: 470px; margin-top: 22px; color: #b9cec6; font-size: 14px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--lime); font-size: 12px; font-weight: 800; }
.steps b { font-family: Manrope, sans-serif; font-size: 16px; }
.steps p { margin: 4px 0 0; color: #b9cec6; font-size: 12px; }
.quote-section { background: #fff; }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.quote-intro > p { max-width: 430px; margin-top: 22px; color: var(--muted); font-size: 14px; }
.privacy-note { display: flex; gap: 13px; margin-top: 30px; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--canvas); }
.privacy-note > span { color: var(--green); font-weight: 800; }
.privacy-note div { display: grid; }
.privacy-note b { font-size: 12px; }
.privacy-note small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: var(--canvas); }
.field { display: grid; }
.full-field { grid-column: 1 / -1; }
.field label { margin-bottom: 7px; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #fff; color: var(--ink); font-size: 13px; transition: border .2s, box-shadow .2s; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(23,107,81,.08); }
.field textarea { resize: vertical; }
.submit-button { width: 100%; margin-top: 4px; }
.submit-button span { margin-left: auto; }
.form-note { min-height: 17px; margin: -8px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.faq { background: var(--canvas); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -4px 0 23px; color: var(--muted); font-size: 13px; }
footer { padding: 32px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-info { display: flex; gap: 24px; color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
  .hero-grid, .process-grid, .quote-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .process-grid, .quote-grid, .faq-grid { gap: 45px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-grid article:last-child { grid-column: 1 / -1; }
  .section-title { align-items: start; flex-direction: column; gap: 15px; }
  .hero { padding-top: 75px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .demo-notice { align-items: flex-start; gap: 3px; flex-direction: column; }
  .nav { min-height: 66px; }
  .nav nav a:not(.nav-button) { display: none; }
  .brand-copy small { display: none; }
  .hero { padding: 62px 0 75px; }
  h1 { font-size: 45px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { grid-template-columns: 1fr; gap: 12px; }
  .quick-card { padding: 22px; }
  .section { padding: 78px 0; }
  .service-grid, .quote-form { grid-template-columns: 1fr; }
  .service-grid article:last-child, .quote-form > * { grid-column: 1; }
  .quote-form { padding: 22px; }
  .footer-grid, .footer-info { align-items: flex-start; flex-direction: column; }
}
