:root{--bg:#f6f8f5;--card:#fff;--text:#16211b;--muted:#68746d;--brand:#164e3d;--brand-dark:#0f392d;--brand2:#dff2e9;--accent:#efbd62;--line:#e1e7e1;--shadow:0 20px 60px rgba(22,78,61,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Tahoma,Arial,sans-serif;background:radial-gradient(circle at 85% 0,#eef7f2 0,transparent 32%),var(--bg);color:var(--text);line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,calc(100% - 32px));margin:auto}.topbar{background:linear-gradient(90deg,var(--brand-dark),var(--brand));color:#fff;font-size:.88rem;padding:7px 0}.header{position:sticky;top:0;z-index:20;background:#fafbf8f0;backdrop-filter:blur(16px);border-bottom:1px solid rgba(225,231,225,.9)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand-logo img{width:184px;height:auto}.navlinks{display:flex;gap:22px;align-items:center;font-size:.95rem;font-weight:700;color:#314039}.navlinks a:hover{color:var(--brand)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;padding:13px 20px;font-weight:900;border:1px solid transparent;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--brand),#266d57);color:#fff;box-shadow:0 10px 24px #164e3d2e}.btn-secondary{background:#fff;border-color:var(--line)}.hero{padding:64px 0 54px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;background:var(--brand2);color:var(--brand);padding:7px 12px;border-radius:999px;font-size:.86rem;font-weight:900}.hero h1{font-size:clamp(2.5rem,5vw,5rem);line-height:1.05;margin:18px 0;max-width:920px;text-wrap:balance;letter-spacing:-.02em}.lead{font-size:1.17rem;color:var(--muted);max-width:760px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;color:#415047;font-size:.92rem}.trust-row span{display:inline-flex;align-items:center;gap:6px}.trust-row span:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--brand2);color:var(--brand);font-weight:900}.hero-visual{position:relative;overflow:hidden;border-radius:32px;background:linear-gradient(145deg,#e3f4ec,#f9f5e9);box-shadow:var(--shadow)}.hero-visual img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:inherit}.floating-note{position:absolute;bottom:20px;right:20px;background:#fffffff0;backdrop-filter:blur(10px);padding:12px 15px;border-radius:16px;box-shadow:0 12px 34px #16211b1f;max-width:235px;font-weight:800}.hero-card,.card{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 10px 30px #17211b0d}.section{padding:54px 0}.section-soft{background:linear-gradient(180deg,#dff2e973,#ffffff26);border-top:1px solid rgba(225,231,225,.7);border-bottom:1px solid rgba(225,231,225,.7)}.section h2{font-size:clamp(1.9rem,3vw,3rem);margin:0 0 12px;line-height:1.2}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.service-card{transition:.2s transform,.2s box-shadow,.2s border-color;overflow:hidden}.service-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px #17211b14;border-color:#c8ddd3}.service-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:var(--brand2);font-size:1.2rem;margin-bottom:14px}.service-card h3{font-size:1.15rem;margin:.1rem 0 .35rem}.service-card p{margin:.35rem 0 .7rem}.image-strip{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:16px}.visual-card{min-height:260px;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(135deg,#dff2e9,#f8f4e9);border:1px solid var(--line);box-shadow:var(--shadow)}.visual-card img{width:100%;height:100%;object-fit:cover}.visual-card .caption{position:absolute;inset:auto 16px 16px;background:#ffffffeb;padding:12px 14px;border-radius:16px;font-weight:900}.content{max-width:840px}.content h1{font-size:clamp(2.1rem,4vw,3.6rem);line-height:1.15}.faq{border-top:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:900}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}label{font-weight:800}input,select,textarea{width:100%;border:1px solid #cfd5cf;background:#fff;border-radius:14px;padding:12px 14px;font:inherit}textarea{min-height:110px}.notice{padding:14px;border-radius:14px;background:#fff7e5;border:1px solid #f0d79b}.footer{margin-top:36px;background:#10251d;color:#e8f2ed;padding:48px 0 92px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-logo img{width:190px;filter:brightness(0) invert(1);opacity:.95}.sticky-actions{display:none;position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fffffff5;backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:8px;gap:8px}.sticky-actions a{flex:1}.breadcrumbs{font-size:.88rem;color:var(--muted);margin:24px 0}.calculator-result{white-space:pre-wrap;background:#eef7f3;border:1px solid #cde3da;border-radius:14px;padding:15px;margin-top:14px}.skip{position:absolute;inset-inline-start:-9999px}.skip:focus{inset-inline-start:12px;top:12px;z-index:100;background:#fff;padding:10px;border-radius:8px}@media(max-width:900px){.navlinks{display:none}.hero-grid{grid-template-columns:1fr}.hero{padding:36px 0 30px}.hero-visual{order:-1;max-width:680px;margin:auto}.image-strip{grid-template-columns:1fr 1fr}.image-strip .visual-card:first-child{grid-column:1/-1}}@media(max-width:820px){body{padding-bottom:76px}.container{width:min(100% - 30px,1160px)}.topbar{text-align:center;font-size:.75rem;line-height:1.45;padding:6px 0}.nav{min-height:64px;gap:10px}.brand-logo img{width:152px}.header .btn{padding:9px 14px;border-radius:14px}.hero{padding:28px 0 24px}.hero-grid{gap:24px}.hero h1{font-size:clamp(2rem,9.2vw,2.9rem);line-height:1.13;margin:12px 0}.lead{font-size:1rem;line-height:1.8;margin:8px 0}.hero-actions{margin-top:18px}.trust-row{gap:10px 16px;margin-top:18px;font-size:.86rem}.hero-visual{border-radius:24px}.hero-visual img{aspect-ratio:16/11;max-height:none;object-fit:cover;object-position:center}.floating-note{right:12px;bottom:12px;max-width:190px;padding:10px 12px;font-size:.86rem}.hero-card,.card{padding:18px;border-radius:19px}.section{padding:34px 0}.section h2{font-size:clamp(1.75rem,7.5vw,2.35rem);line-height:1.22}.section-head{display:block;margin-bottom:18px}.section-head .btn{margin-top:10px}.grid,.footer-grid{grid-template-columns:1fr;gap:12px}.service-card{min-height:0}.service-icon{width:42px;height:42px;border-radius:14px;margin-bottom:10px;font-size:1.05rem}.service-card h3{font-size:1.08rem}.service-card p{line-height:1.65;margin:.25rem 0 .55rem}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.sticky-actions{display:flex;padding:7px 12px calc(7px + env(safe-area-inset-bottom))}.sticky-actions .btn{min-height:50px}.footer{padding-bottom:36px;margin-bottom:0}.brand-logo{display:flex;align-items:center}.footer-logo img{width:160px}}@media(max-width:520px){.image-strip{grid-template-columns:1fr}.image-strip .visual-card:first-child{grid-column:auto}.visual-card{min-height:210px}.brand-logo img{width:142px}.hero-actions .btn{flex:1}.hero-visual img{aspect-ratio:1.35/1}.card{box-shadow:0 7px 22px #17211b0b}}
