*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#102a2a;background:#f7fbfa;line-height:1.6}a{text-decoration:none;color:inherit}header{position:sticky;top:0;z-index:10;background:rgba(247,251,250,.92);backdrop-filter:blur(16px);border-bottom:1px solid #e2ece9}.nav{max-width:1180px;margin:auto;height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 22px}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:17px}.brand small{display:block;font-size:10px;color:#66807c;letter-spacing:1px;font-weight:600}.logo{width:42px;height:42px;border-radius:13px;background:#0f766e;color:white;display:grid;place-items:center;font-size:25px;box-shadow:0 8px 20px #0f766e25}nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700;color:#49615e}nav a:hover{color:#0f766e}.nav-wa{background:#0f766e;color:white;padding:10px 17px;border-radius:10px}.menu{display:none;border:0;background:none;font-size:25px}.hero{max-width:1180px;margin:auto;padding:88px 22px 75px;display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:800;color:#0f766e}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.04;margin:14px 0 22px;letter-spacing:-3px}.hero h1 em{font-style:normal;color:#0f766e}.hero p{font-size:18px;color:#607673;max-width:620px}.actions{display:flex;gap:12px;margin:30px 0}.btn{display:inline-block;border:0;cursor:pointer;border-radius:11px;padding:13px 20px;font-weight:800;font-size:14px}.primary{background:#0f766e;color:white;box-shadow:0 10px 25px #0f766e22}.ghost{border:1px solid #cadbd7;background:white}.small{background:#0f766e;color:#fff;margin-top:12px}.light{background:white;color:#0f766e}.trust{display:flex;gap:20px;color:#6a807d;font-size:12px}.hero-card{background:#103c39;color:white;border-radius:28px;padding:32px;min-height:300px;box-shadow:0 25px 60px #103c3930;display:flex;flex-direction:column;justify-content:center}.card-top{display:flex;justify-content:space-between;color:#b8d8d3;font-size:13px}.equation{font-size:42px;margin:45px 0 25px}.equation strong{color:#91ded2}.progress{height:8px;background:#315d59;border-radius:99px;overflow:hidden}.progress span{display:block;width:72%;height:100%;background:#8edbd0}.hero-card p{font-size:13px;color:#b8d0cd}.section{max-width:1180px;margin:auto;padding:75px 22px}.section-head{text-align:center;max-width:650px;margin:0 auto 40px}.section-head h2{font-size:38px;line-height:1.15;margin:10px 0}.section-head p{color:#6b7f7c}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tool{background:white;border:1px solid #e1ece9;border-radius:20px;padding:23px;box-shadow:0 10px 30px #153b3910}.icon{width:45px;height:45px;border-radius:13px;background:#e4f3f0;color:#0f766e;display:grid;place-items:center;font-weight:900;font-size:18px}.tool h3{margin:16px 0 6px}.tool p{color:#71827f;font-size:13px;min-height:42px}.tool input{width:100%;padding:11px;border:1px solid #d5e3e0;border-radius:9px;margin:5px 0;outline:none}.tool label{font-size:12px;color:#647874}.result{margin-top:12px;background:#f1f8f6;border-radius:10px;padding:10px;font-weight:800;color:#0f766e;font-size:13px;min-height:40px}.calc input{font-size:22px;text-align:right;background:#f4f8f7}.keys{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.keys button{padding:10px;border:1px solid #e0e9e7;background:#f8fbfa;border-radius:8px;cursor:pointer;font-weight:700}.knowledge{padding-top:35px}.knowledge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.knowledge-grid article{background:#fff;padding:25px;border-radius:18px;border:1px solid #e1ece9}.knowledge-grid span{color:#0f766e;font-weight:900;font-size:12px}.knowledge-grid h3{margin:8px 0}.knowledge-grid p{color:#687b78;font-size:13px}.knowledge-grid code{font-size:11px;color:#0f766e;background:#eff7f5;padding:8px;display:block;border-radius:7px}.cta{max-width:1136px;margin:30px auto 80px;background:#0f766e;color:white;border-radius:26px;padding:42px 48px;display:flex;align-items:center;justify-content:space-between;gap:25px}.cta h2{margin:6px 0;font-size:32px}.cta p{margin:0;color:#c5e1dd}footer{background:#102a2a;color:#c8d8d5;padding:55px 22px 20px}.footer-grid{max-width:1136px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:35px}.footer-grid h4{color:white;margin-top:0}.footer-grid a:not(.brand){display:block;margin:8px 0;color:#a9bfbb;font-size:13px}.footer-grid p{font-size:13px;color:#9fb5b1}.copy{max-width:1136px;margin:35px auto 0;padding-top:18px;border-top:1px solid #284442;font-size:12px;color:#829a96}.float-wa{position:fixed;right:20px;bottom:20px;background:#20a66a;color:white;padding:13px 18px;border-radius:99px;font-weight:800;box-shadow:0 12px 30px #0003;z-index:20}@media(max-width:900px){.tool-grid,.knowledge-grid{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{margin:20px 22px 60px}.menu{display:block}nav{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:18px 22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}nav.open{display:flex}}@media(max-width:600px){.hero{padding-top:55px}.hero h1{letter-spacing:-2px}.trust{flex-direction:column;gap:5px}.tool-grid,.knowledge-grid,.footer-grid{grid-template-columns:1fr}.cta{padding:30px;display:block}.cta .btn{margin-top:20px}.section{padding:55px 18px}.hero{padding-left:18px;padding-right:18px}.nav{padding:0 18px}}