:root{--orange:#f36c21;--black:#141414;--char:#1f1f1f;--gray:#6d6d6d;--light:#f2f2f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--light);color:var(--black)}header{position:sticky;top:0;z-index:10;background:#111;color:white;display:flex;justify-content:space-between;align-items:center;padding:16px 5%;border-bottom:3px solid var(--orange)}.brand{display:flex;gap:10px;align-items:center}.brand .star{font-size:28px;color:var(--orange)}.brand b{font-size:22px}.brand small{display:block;color:var(--orange);font-weight:800;letter-spacing:2px}nav{display:flex;gap:18px;flex-wrap:wrap}nav a{color:#eee;text-decoration:none;font-size:13px;font-weight:bold}.hero{min-height:590px;background:radial-gradient(circle at 80% 40%,#454545 0,#222 32%,#0c0c0c 72%);color:white;padding:90px 8%;display:flex;align-items:center;justify-content:space-between;gap:30px}.hero>div:first-child{max-width:760px}.eyebrow{color:var(--orange);font-weight:900;letter-spacing:2px}.hero h1,.section h2,.dark h2{font-size:clamp(38px,6vw,78px);line-height:.95;margin:14px 0;font-weight:1000;letter-spacing:-2px}.hero h1 em{font-style:normal;color:var(--orange)}.hero p:not(.eyebrow){font-size:20px;line-height:1.6;max-width:650px}.btn{display:inline-block;background:var(--orange);color:white;text-decoration:none;font-weight:900;padding:16px 24px;margin-top:14px}.badge{border:5px solid var(--orange);border-radius:50%;width:230px;height:230px;display:flex;align-items:center;justify-content:center;text-align:center;font-weight:1000;font-size:22px;transform:rotate(6deg)}.badge span{color:var(--orange)}.promise{background:white;padding:24px 6%;display:flex;justify-content:space-around;gap:20px;flex-wrap:wrap;font-weight:900}.section{padding:80px 7%}.section h2,.dark h2{font-size:clamp(34px,4vw,58px)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}.grid article{background:#1d1d1d;color:white;padding:30px;min-height:280px;border-bottom:5px solid var(--orange)}.grid .icon{font-size:48px}.grid h3{font-size:25px}.grid p{line-height:1.6;color:#ccc}.grid a{color:var(--orange);font-weight:900;text-decoration:none}.dark{padding:80px 7%;background:#111;color:white}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}.products>div{background:#222;padding:28px;border:1px solid #444}.products b{font-size:24px}.disabled{opacity:.75}.about{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.about img{width:100%;box-shadow:0 12px 40px #0004}.about p{line-height:1.7}.notice{padding:30px 7%;background:#fff3e9;border-top:2px solid var(--orange)}footer{background:#090909;color:white;padding:35px 7%;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}footer b{color:var(--orange)}@media(max-width:900px){header{position:relative;align-items:flex-start;gap:15px;flex-direction:column}nav{gap:12px}.hero{padding:65px 7%;min-height:auto}.badge{display:none}.grid,.products,.about{grid-template-columns:1fr}.hero h1{font-size:48px}}
