
:root{--blue:#173d68;--blue2:#0e3158;--green:#15956d;--red:#ef3d39;--ink:#171b25;--muted:#707783;--soft:#f7f8fa;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}img{display:block;width:100%}.container{width:min(1080px,92%);margin:auto}
.navbar{position:sticky;top:0;z-index:50;background:var(--blue);color:#fff}.nav{height:70px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:900;font-size:22px}.brand span{color:#55cfa2}.links{display:flex;gap:26px;align-items:center;font-size:12px}.links a.active,.links a:hover{color:#6bd6ae}.btn{display:inline-flex;padding:11px 19px;border-radius:25px;font-size:11px;font-weight:800;border:1px solid transparent}.red{background:var(--red);color:#fff}.outline{border-color:#fff;color:#fff}.green{background:var(--green);color:#fff}.menu{display:none;background:none;border:0;color:#fff;font-size:24px}
.hero{background:linear-gradient(120deg,#214f7c,#0d2e54);color:#fff;border-radius:0 0 26px 26px;overflow:hidden}.hero-grid{min-height:500px;display:grid;grid-template-columns:1.05fr .95fr;align-items:end}.hero-copy{align-self:center;padding:55px 0}.hero h1{font-size:48px;line-height:1.06;margin:12px 0}.hero p{color:#d6e0eb;max-width:500px;line-height:1.7}.hero-img{height:440px;object-fit:cover;object-position:center;border-radius:40px 0 0 0}
.actions{display:flex;gap:10px;margin-top:22px}.section{padding:65px 0}.title{text-align:center;margin-bottom:30px}.title h2{font-size:30px;margin:0 0 8px}.title p{font-size:13px;color:var(--muted)}
.searchbar{max-width:520px;margin:0 auto 35px;display:flex;border:1px solid #dfe4e8;border-radius:30px;padding:5px}.searchbar input{border:0;outline:0;flex:1;padding:10px 15px}.searchbar button{border:0;border-radius:22px;padding:0 22px;background:var(--blue);color:#fff}
.stats{display:grid;grid-template-columns:1fr 1.5fr 1fr;overflow:hidden;border-radius:25px}.stat{padding:38px;color:#fff;min-height:220px}.stat:nth-child(1){background:#2e628f}.stat:nth-child(2){background:linear-gradient(#15956dcc,#15956dcc),url("https://www.dharmatrading.com/cdn/shop/articles/washing-machine.png?v=1773772231") center/cover}.stat:nth-child(3){background:var(--red)}.stat b{display:block;font-size:48px;margin:8px 0}.stat p{font-size:12px;line-height:1.6;color:#e6edf2}
.split{display:grid;grid-template-columns:1fr 1fr;border-radius:24px;overflow:hidden}.split img{height:430px;object-fit:cover}.split-copy{background:var(--green);color:#fff;padding:65px}.split-copy h2{font-size:35px;line-height:1.08}.split-copy p{line-height:1.7;color:#d9f1e9;font-size:13px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card img{height:190px;object-fit:cover;border-radius:13px}.card h3{font-size:17px;margin:13px 0 5px}.card p{font-size:12px;color:var(--muted);line-height:1.6}
.pagehero{background:linear-gradient(120deg,#214f7c,#0d2e54);color:#fff;padding:90px 0}.pagehero h1{font-size:46px;margin:0 0 10px}.pagehero p{max-width:650px;color:#d6e0eb;line-height:1.7}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service{border:1px solid #e4e8eb;border-radius:15px;overflow:hidden}.service img{height:210px;object-fit:cover}.service div{padding:20px}.service p{font-size:13px;color:var(--muted);line-height:1.6}
.about{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.about img{height:430px;object-fit:cover;border-radius:20px}.about p{color:var(--muted);line-height:1.7}
.form{border:1px solid #e0e5e8;border-radius:18px;padding:28px}.field{margin-bottom:14px}.field label{display:block;font-size:12px;font-weight:800;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;padding:12px;border:1px solid #d9dfe3;border-radius:8px}.field textarea{height:120px}
footer{background:#0c2b48;color:#fff;padding:25px 0}.foot{display:flex;justify-content:space-between;align-items:center;font-size:11px}.social{display:flex;gap:10px}.social i{width:28px;height:28px;border:1px solid #668099;border-radius:50%;display:grid;place-items:center;font-style:normal}
@media(max-width:800px){.links{display:none;position:absolute;top:70px;left:0;right:0;background:#173d68;flex-direction:column;padding:25px}.links.open{display:flex}.menu{display:block}.hero-grid,.split,.about{grid-template-columns:1fr}.hero-img{height:350px;border-radius:20px 20px 0 0}.stats,.service-grid,.cards{grid-template-columns:1fr 1fr}.split-copy{padding:40px}}
@media(max-width:540px){.hero h1,.pagehero h1{font-size:36px}.stats,.service-grid,.cards{grid-template-columns:1fr}.hero-copy{padding:45px 0}.section{padding:50px 0}.foot{flex-direction:column;gap:15px}}
