:root{--ink:#092f2c;--teal:#08766f;--deep:#07534e;--mint:#e8fbf4;--line:#cceae0;--muted:#52706c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.header,.hero,.section,.price-section,footer{width:min(1180px,calc(100% - 40px));margin:auto}.header{height:92px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:800}.brand span{display:grid;place-items:center;width:43px;height:43px;border-radius:14px;background:linear-gradient(135deg,var(--deep),var(--teal));color:#fff;font-size:13px;box-shadow:0 10px 20px #08766f33}.header nav{margin-left:auto;display:flex;gap:28px;font-size:14px;font-weight:700;color:#294946}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 23px;border-radius:14px;background:linear-gradient(135deg,var(--deep),var(--teal));color:#fff;font-weight:800;box-shadow:0 12px 24px #07534e2e}.button.small{min-height:45px;font-size:14px}.button.outline{background:#fff;border:1px solid var(--teal);color:var(--deep);box-shadow:none}.hero{min-height:700px;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:65px;padding:55px 0 100px}.eyebrow{color:var(--teal);font-size:13px;letter-spacing:2px;font-weight:800;text-transform:uppercase}.hero h1,h2{letter-spacing:-2.5px;line-height:1.02;margin:13px 0 20px}.hero h1{font-size:clamp(48px,6vw,72px)}.hero h1 em{font-style:normal;color:var(--teal)}.lede,.intro{color:var(--muted);font-size:20px;line-height:1.5}.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.badges span{padding:13px 15px;background:var(--mint);border:1px solid var(--line);border-radius:13px;font-size:13px;font-weight:bold}.panel{padding:28px;border:1px solid var(--line);border-radius:28px;box-shadow:0 25px 65px #08766f18;background:#fff}.panel-top,.result{display:flex;justify-content:space-between;align-items:center}.panel-top b{color:var(--teal);font-size:13px}.steps{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:45px 0}.steps div{text-align:center;max-width:150px}.steps i{display:grid;place-items:center;margin:auto auto 14px;width:78px;height:78px;border-radius:50%;background:var(--mint);color:var(--teal);font-size:32px;font-style:normal}.steps strong,.steps small,.result strong,.result small{display:block}.steps small,.result small{margin-top:7px;color:var(--muted);font-size:12px;line-height:1.35}.steps>span{color:var(--teal);font-size:25px}.result{gap:12px;padding:16px;background:#f4fcf8;border:1px solid var(--line);border-radius:15px}.result>b{display:grid;place-items:center;width:39px;height:39px;border-radius:50%;background:#b7f7dd;color:var(--deep)}.result span{margin-right:auto}.section{padding:92px 0}.section h2,.price-section h2{font-size:45px;max-width:650px}.cards,.three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}.cards article,.three article{padding:27px;border:1px solid var(--line);border-radius:19px;background:#fff}.cards article{min-height:270px;display:flex;flex-direction:column}.cards article>span{color:var(--teal);font-size:13px;font-weight:800}.cards h3,.three h3{font-size:23px;margin:16px 0 10px}.cards p,.three p,.price-section p{color:var(--muted);line-height:1.5}.cards a{margin-top:auto;color:var(--teal);font-weight:800}.how{background:linear-gradient(135deg,#f6fffb,#eefbf6);width:100%;padding-left:max(20px,calc((100% - 1180px)/2));padding-right:max(20px,calc((100% - 1180px)/2))}.three article b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--teal);color:#fff}.price-section{display:grid;grid-template-columns:1.1fr .75fr;gap:90px;padding:95px 0}.price-section ul{padding-left:18px;line-height:2;color:var(--muted)}aside{padding:31px;border-radius:24px;background:var(--deep);color:#fff;text-align:center;box-shadow:0 20px 45px #07534e3d}aside p{color:#c9eee0;margin:3px}aside>strong{display:block;font-size:55px;margin-top:12px}aside>b{display:block;font-size:31px;margin:10px}aside small{display:block;color:#c9eee0}aside hr{border:0;border-top:1px solid #ffffff42;margin:24px 0}aside .button{width:100%;margin:25px 0 14px;background:#fff;color:var(--deep);box-shadow:none}footer{border-top:1px solid var(--line);padding:30px 0 45px;display:flex;align-items:center;justify-content:space-between}footer p{color:var(--muted);font-size:14px}@media(max-width:800px){.header nav{display:none}.header{justify-content:space-between}.hero,.price-section{grid-template-columns:1fr;gap:30px;min-height:auto;padding:50px 0}.hero h1{font-size:50px}.cards,.three{grid-template-columns:1fr}.steps{padding:25px 0}.steps i{width:55px;height:55px;font-size:23px}.steps>span{font-size:16px}.steps small{font-size:10px}.section h2,.price-section h2{font-size:36px}footer{display:block}footer p{margin-top:20px}}
