
:root{--paper:#f8f7f4;--white:#fff;--ink:#171817;--muted:#686b67;--line:#deded9;--green:#0d6a3b;--soft:#f0f0ec;--serif:"Frank Ruhl Libre",Georgia,serif;--sans:"Heebo",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit}.shell{width:min(100%,520px);margin:auto;background:var(--white);min-height:100vh;box-shadow:0 0 42px rgba(0,0,0,.06)}
.site-head{height:86px;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;background:rgba(255,255,255,.97);z-index:3}.brand img{width:145px;height:58px;object-fit:contain;object-position:left center}.menu{width:40px;height:40px;border:0;background:transparent;display:grid;place-items:center}.menu span,.menu:before,.menu:after{content:"";display:block;width:20px;height:1px;background:var(--ink);margin:3px 0}
.hero{position:relative;height:460px;overflow:hidden}.hero img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 58%,rgba(0,0,0,.08))}
.intro{padding:54px 32px 42px;text-align:center}.index{font-size:12px;letter-spacing:.25em;color:var(--green);margin-bottom:18px}.intro h1{font-family:var(--serif);font-size:38px;line-height:1.25;font-weight:400;margin:0 auto;max-width:390px}.accent{display:block;width:44px;height:2px;background:var(--green);margin:24px auto}.intro p{font-size:16px;color:var(--muted);max-width:390px;margin:0 auto}
.benefits{padding:10px 28px 44px;display:grid;gap:0}.benefit{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:15px;padding:20px 0;border-bottom:1px solid var(--line);text-align:right}.benefit:last-child{border-bottom:0}.icon{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:20px}.benefit strong{font-weight:500;display:block}.benefit small{color:var(--muted);font-size:13px}
.process{background:var(--soft);padding:50px 28px;text-align:center}.section-title{font-family:var(--serif);font-weight:400;font-size:30px;margin:0 0 28px}.steps{display:grid;gap:18px}.step{display:grid;grid-template-columns:42px 1fr;align-items:center;text-align:right;gap:13px}.step b{width:36px;height:36px;border:1px solid #aaa;border-radius:50%;display:grid;place-items:center;font-weight:400}.step span{font-size:15px}.step:not(:last-child):after{content:"";height:15px;border-right:1px solid #aaa;grid-column:1;justify-self:center}
.contact{padding:55px 28px 48px}.contact-head{text-align:center;margin-bottom:30px}.contact-head p{color:var(--muted);font-size:14px;margin:8px 0 0}.field{margin-bottom:12px}.field input,.field select,.field textarea{width:100%;border:1px solid #cfcfca;background:#fff;font:400 15px var(--sans);padding:15px 14px;color:var(--ink);border-radius:0}.field textarea{height:120px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:1px solid var(--green);border-color:var(--green)}.submit{width:100%;border:0;background:var(--ink);color:#fff;font:500 16px var(--sans);padding:17px;cursor:pointer;margin-top:3px}.submit:hover{background:#292b29}.privacy{text-align:center;color:var(--muted);font-size:11px;margin:12px 0 0}
footer{border-top:1px solid var(--line);padding:34px 24px 40px;text-align:center}.footer-brand{letter-spacing:.28em;font-family:Georgia,serif;font-size:16px}.dot{width:9px;height:9px;background:var(--green);border-radius:50%;margin:13px auto}.footer-line{font-size:13px;color:var(--muted)}.quick{display:flex;justify-content:center;gap:22px;margin-top:18px}.quick a{text-decoration:none;font-size:13px;border-bottom:1px solid #aaa;padding-bottom:2px}
@media(min-width:700px){body{padding:30px}.shell{border:1px solid #ecece8}.hero{height:560px}.intro{padding-inline:50px}.intro h1{font-size:44px}}
@media(prefers-reduced-motion:no-preference){.intro,.benefits,.process,.contact{animation:rise .55s ease both}@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}
