:root {
  --ink: #202820;
  --muted: #71796f;
  --green: #486c4b;
  --green-dark: #35543a;
  --lime: #d8ebac;
  --cream: #f7f8f5;
  --line: #e7eae3;
  --white: #fff;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.header { background: rgba(255,255,255,.94); border-bottom: 1px solid #eef0eb; }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 800; letter-spacing: -.7px; white-space: nowrap; }
.logo-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: white; background: var(--green); font-size: 18px; }
.logo-accent { color: var(--green); }
.nav { display: flex; gap: 30px; color: #5e665d; font-size: 13px; font-weight: 600; }
.nav a:hover, .header-phone:hover { color: var(--green); }
.header-phone { font-size: 14px; font-weight: 800; white-space: nowrap; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 13px; border: 0; border-radius: 10px; padding: 15px 21px; color: #fff; background: var(--green); font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button span { font-size: 19px; line-height: 1; }
.button-small { padding: 11px 15px; font-size: 13px; }

.hero { overflow: hidden; padding: 72px 0 67px; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #86ad68; box-shadow: 0 0 0 4px #e4eed8; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 21px 0 18px; font-size: clamp(44px, 5.4vw, 68px); line-height: 1.06; letter-spacing: -3.7px; }
h1 span { color: var(--green); }
.hero-copy { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 17px; margin-top: 27px; }
.hero-note { color: var(--muted); font-size: 12px; }
.hero-facts { display: flex; gap: 31px; margin-top: 48px; padding-top: 23px; border-top: 1px solid #e3e7de; }
.hero-facts div { display: flex; flex-direction: column; gap: 5px; }
.hero-facts strong { font-size: 13px; }
.hero-facts span { color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 410px; }
.hero-image { position: absolute; inset: 10px 0 16px 25px; border-radius: 20px 90px 20px 20px; background: linear-gradient(180deg, rgba(22,37,25,.02), rgba(22,37,25,.12)), url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=1200&q=85") center/cover; box-shadow: 0 25px 70px rgba(44,61,43,.14); }
.image-decoration { position: absolute; z-index: 0; right: -15px; bottom: 0; width: 150px; height: 135px; border: 1px solid #cddbbd; border-radius: 25px; }
.image-label { position: absolute; z-index: 2; top: 0; left: 0; padding: 12px 16px; border-radius: 10px; background: white; box-shadow: 0 8px 25px #27382014; font-size: 12px; font-weight: 700; }
.image-label span { color: #88a962; margin-right: 5px; }
.floating-card { position: absolute; z-index: 2; right: -18px; bottom: 43px; display: flex; align-items: center; gap: 12px; max-width: 280px; padding: 16px; border-radius: 13px; background: white; box-shadow: 0 15px 45px #2738201c; }
.floating-icon { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 50%; color: var(--green); background: #eff4e9; font-weight: 800; }.floating-card strong, .floating-card span { display: block; }
.floating-card strong { margin-bottom: 4px; font-size: 12px; }
.floating-card span { color: var(--muted); font-size: 10px; line-height: 1.5; }

.trust-strip { border-bottom: 1px solid var(--line); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 85px; color: var(--muted); font-size: 12px; }
.brand-list { display: flex; gap: clamp(16px, 4vw, 48px); align-items: center; color: #7b8278; font-size: 13px; letter-spacing: .04em; }
.brand-list b { font-weight: 800; }

.section { padding: 96px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 35px; }
h2 { margin: 14px 0 0; font-size: clamp(32px, 4vw, 45px); line-height: 1.15; letter-spacing: -1.8px; }
.section-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.advantage-card { min-height: 220px; padding: 24px 21px; border: 1px solid var(--line); border-radius: 13px; background: #fff; transition: .2s; }
.advantage-card:hover { border-color: #c9d8bc; transform: translateY(-3px); }
.card-icon { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: 24px; border-radius: 11px; color: var(--green); background: #f0f4eb; font-size: 21px; }
.advantage-card h3 { margin-bottom: 9px; font-size: 15px; }
.advantage-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.disclaimer { margin: 17px 0 0; color: #899087; font-size: 11px; }

.process { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.process-copy { max-width: 340px; margin: 19px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.text-link { color: var(--green); font-size: 13px; font-weight: 800; }
.text-link span { margin-left: 5px; font-size: 18px; }
.steps { border-top: 1px solid #e1e6dc; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid #e1e6dc; }
.step > span { color: #829274; font-size: 12px; font-weight: 800; }
.step h3 { margin: 0 0 5px; font-size: 14px; }
.step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.application-section { background: #fff; }
.application-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.application-copy { padding-top: 20px; }
.application-copy > p { max-width: 350px; margin: 20px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.privacy-note { display: flex; gap: 9px; align-items: center; color: #747c70; font-size: 11px; }
.form-card { padding: 31px; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 55px rgba(38,57,36,.07); }
.form-title { margin-bottom: 22px; font-size: 19px; font-weight: 800; letter-spacing: -.4px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-card label:not(.consent) { display: block; margin-bottom: 15px; color: #485047; font-size: 11px; font-weight: 700; }
input:not([type="checkbox"]), select, textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #e2e6de; border-radius: 8px; outline: none; color: var(--ink); background: #fff; font-size: 12px; font-weight: 500; }
input:focus, select:focus, textarea:focus { border-color: #87a37a; box-shadow: 0 0 0 3px #87a37a1a; }
input::placeholder, textarea::placeholder { color: #a3aaa0; }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 2px 0 18px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.consent input { margin: 1px 0 0; accent-color: var(--green); }
.submit-button { width: 100%; }
.form-footnote { margin: 12px 0 0; color: #92998f; font-size: 10px; text-align: center; }
.form-status { min-height: 18px; margin-top: 10px; color: var(--green); font-size: 12px; text-align: center; }.form-status.error { color: #b13b34; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list details { padding: 19px 0; border-bottom: 1px solid #e0e5dc; }
.faq-list details:first-child { border-top: 1px solid #e0e5dc; }
.faq-list summary { position: relative; padding-right: 26px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: -5px; color: var(--green); font-size: 22px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 600px; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.footer { padding: 25px 0; border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 11px; }
.footer-inner > a:last-child { color: var(--ink); font-weight: 800; font-size: 13px; }

@media (max-width: 850px) {
  .nav { display: none; }
  .hero-grid { gap: 30px; }
  .hero-facts { gap: 15px; }
  .trust-inner { flex-direction: column; justify-content: center; padding: 18px 0; }
  .brand-list { flex-wrap: wrap; justify-content: center; }
  .advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid, .application-grid, .faq-grid { gap: 45px; }
}
@media (max-width: 600px) {
  .container { width: min(100% - 32px, 480px); }
  .header-inner { min-height: 66px; gap: 10px; }
  .header-phone { display: none; }
  .button-small { margin-left: auto; padding: 10px 12px; font-size: 11px; }
  .hero { padding: 48px 0 42px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: 48px; letter-spacing: -2.6px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-facts { margin-top: 30px; gap: 10px; }
  .hero-facts span { max-width: 95px; line-height: 1.4; }
  .hero-visual { min-height: 300px; }
  .hero-image { inset: 10px 5px 10px 8px; border-radius: 17px 65px 17px 17px; }
  .floating-card { right: 0; bottom: 25px; max-width: 245px; padding: 12px; }
  .image-decoration { right: -4px; width: 90px; height: 85px; }
  .section { padding: 66px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 17px; }
  .advantage-grid { gap: 10px; }
  .advantage-card { min-height: 205px; padding: 17px 14px; }
  .card-icon { margin-bottom: 17px; }
  .process-grid, .application-grid, .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-card { padding: 21px 16px; }
  .form-row { gap: 9px; }
  .form-row input { min-width: 0; }
  .footer-inner { flex-wrap: wrap; }
}