:root{
  --ink:#101820; --muted:#68727b; --light:#f4f6f7; --line:#e4e8ea;
  --accent:#d71920; --accent2:#b50f16; --white:#fff; --dark:#0b1116;
  --max:1180px; --shadow:0 16px 45px rgba(16,24,32,.10);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:#0d1318;color:#dce2e6;font-size:12px}.topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand img{width:205px;max-height:64px;object-fit:contain}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.nav a{transition:.2s}.nav a:hover{color:var(--accent)}.nav-cta{background:var(--accent);color:#fff!important;padding:11px 17px;border-radius:6px}.menu-toggle{display:none;border:0;background:none;font-size:28px}
.hero{background:linear-gradient(135deg,#f7f8f8 0%,#fff 58%,#f1f3f4 100%);overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:30px}.eyebrow{display:inline-block;color:var(--accent);font-weight:800;font-size:12px;letter-spacing:2px;margin-bottom:10px}
.hero h1{font-size:clamp(42px,5.2vw,70px);line-height:1.02;letter-spacing:-2px;margin:0 0 22px;max-width:690px}.hero h1 span{color:var(--accent)}.hero p{font-size:18px;color:var(--muted);max-width:610px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:6px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent2)}.btn-outline{border-color:#bfc6cb;background:#fff}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}
.trust-row{display:flex;gap:34px;margin-top:45px}.trust-row div{display:flex;align-items:center;gap:9px}.trust-row strong{font-size:22px}.trust-row span{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);line-height:1.2}
.hero-visual{height:530px;position:relative;display:grid;place-items:center}.orbit{position:absolute;border:1px solid #d9dfe3;border-radius:50%;width:460px;height:460px}.orbit-2{width:340px;height:340px;border-style:dashed}.drill-card{width:370px;height:210px;transform:rotate(-10deg);position:relative;filter:drop-shadow(0 28px 25px rgba(0,0,0,.16));z-index:2}.drill-top{position:absolute;left:65px;top:18px;width:220px;height:32px;border-radius:4px 16px 5px 5px;background:#232d35}.drill-body{position:absolute;left:80px;top:52px;width:210px;height:78px;background:#151d23;border-radius:12px 24px 20px 12px;display:flex;gap:9px;padding:18px 22px}.drill-body span{display:block;width:27px;height:40px;background:#454f56;border-radius:5px}.drill-bit{position:absolute;left:275px;top:69px;width:95px;height:45px;background:#a9b1b5;clip-path:polygon(0 25%,100% 0,72% 100%,0 75%)}.drill-card:before{content:"";position:absolute;left:20px;top:67px;width:75px;height:50px;background:var(--accent);clip-path:polygon(0 0,100% 35%,75% 100%,0 70%)}.signal{position:absolute;border:2px solid var(--accent);border-left:0;border-radius:50%;width:70px;height:70px;right:-38px;top:35px}.signal-2{width:100px;height:100px;right:-54px;top:20px}.signal-3{width:130px;height:130px;right:-70px;top:5px}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:12px 16px;border-radius:8px;display:flex;flex-direction:column;z-index:3}.floating-card b{font-size:18px}.floating-card small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}.fc-1{top:90px;left:25px}.fc-2{bottom:95px;right:25px}
.feature-strip{border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature-grid>div{padding:22px 16px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--line)}.feature-grid>div:last-child{border-right:0}.feature-icon{width:38px;height:38px;border-radius:50%;background:#f9e6e7;color:var(--accent);display:grid;place-items:center;font-weight:900}.feature-grid b{display:block;font-size:13px}.feature-grid small{display:block;color:var(--muted);font-size:11px}
.section{padding:92px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px}.section-head h2{font-size:38px;line-height:1.1;letter-spacing:-1px;margin:0}.text-link,.product-link,.resource-grid a{color:var(--accent);font-weight:800;font-size:13px}.muted{color:var(--muted);font-size:12px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{border:1px solid var(--line);background:#fff;transition:.25s;overflow:hidden}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.cat-art,.product-image{height:190px;background:linear-gradient(145deg,#eef1f2,#dfe4e7);position:relative;overflow:hidden}.cat-art:before,.product-image:before{content:"";position:absolute;width:170px;height:70px;background:#252f36;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-12deg);border-radius:10px;box-shadow:55px 20px 0 -16px #8d979d}.cat-art:after,.product-image:after{content:"";position:absolute;width:65px;height:65px;border:3px solid var(--accent);border-radius:50%;right:18%;top:22%}.product-locator:before{width:80px;height:125px;border-radius:8px;background:#202a31;box-shadow:40px 0 0 -10px #78838a;transform:translate(-50%,-50%) rotate(5deg)}.product-used:before{width:220px;height:80px}.product-charger:before{width:110px;height:90px;transform:translate(-50%,-50%) rotate(0)}.product-battery:before{width:190px;height:55px}.product-accessory:before{width:150px;height:100px;transform:translate(-50%,-50%) rotate(18deg)}.category-content{padding:18px 20px;display:flex;justify-content:space-between;align-items:center}.category-content span{font-weight:900}.category-content small{color:var(--accent);font-weight:800}
.products-section{background:#f7f8f8}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line)}.product-image{height:230px}.product-badge{position:absolute;left:14px;top:14px;background:var(--accent);color:#fff;padding:5px 9px;font-size:9px;font-weight:900;letter-spacing:1px}.product-info{padding:22px}.product-type{font-size:9px;letter-spacing:1.5px;color:#8a9297;font-weight:900}.product-info h3{font-size:21px;margin:5px 0 7px}.product-info p{color:var(--muted);font-size:13px;min-height:62px;margin:0 0 15px}
.about-section{padding:100px 0;background:#101820;color:#fff}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-art{height:440px;position:relative;border:1px solid #34414a;background:radial-gradient(circle at 50% 50%,#25343d,#0f171d 65%);overflow:hidden}.grid-lines{position:absolute;inset:0;background-image:linear-gradient(#fff1 1px,transparent 1px),linear-gradient(90deg,#fff1 1px,transparent 1px);background-size:45px 45px;transform:perspective(500px) rotateX(55deg) scale(1.5);top:90px}.about-panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:260px;height:210px;border:1px solid #53616a;background:#121c22;box-shadow:0 25px 50px #0008;padding:28px;display:flex;flex-direction:column;justify-content:center}.about-panel span{color:var(--accent);font-weight:900;font-size:18px;letter-spacing:4px}.about-panel b{font-size:40px;line-height:.95;margin:8px 0}.about-panel small{color:#aab4ba}.about-copy h2{font-size:42px;line-height:1.08;margin:0 0 18px}.about-copy p{color:#b6c0c5}.about-copy ul{list-style:none;padding:0;margin:24px 0}.about-copy li{margin:10px 0;color:#e4e8ea}.about-copy li:before{content:"✓";color:var(--accent);font-weight:900;margin-right:10px}.btn-dark{background:#fff;color:#101820}.resources{background:#fff}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource-grid article{padding:28px;border:1px solid var(--line);min-height:190px}.resource-grid article>span{color:var(--accent);font-weight:900}.resource-grid h3{margin:14px 0 6px;font-size:21px}.resource-grid p{color:var(--muted);font-size:13px;margin:0 0 18px}
.cta-section{background:var(--accent);color:#fff;padding:55px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-inner .eyebrow{color:#fff}.cta-inner h2{font-size:35px;line-height:1.1;margin:0 0 8px}.cta-inner p{margin:0;color:#ffe8e8}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.btn-light{background:#fff;color:var(--accent)}.btn-outline-light{border-color:#fff;color:#fff}
.footer{background:#0b1116;color:#d9e0e4}.footer-main{padding:65px 0;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:45px}.footer-brand img{width:210px;filter:brightness(0) invert(1);margin-bottom:12px}.footer p{color:#89959d;font-size:13px;max-width:280px}.footer h4{margin:0 0 16px;color:#fff;font-size:14px}.footer-main>div>a{display:block;color:#8e9aa2;font-size:13px;margin:8px 0}.footer-main>div>a:hover{color:#fff}.socials{display:flex;gap:8px}.socials a{width:34px;height:34px;border:1px solid #3b454b;border-radius:50%;display:grid!important;place-items:center;color:#fff!important;font-size:11px!important;margin:0!important}.footer-bottom{border-top:1px solid #222d34;color:#748087;font-size:11px}.footer-bottom .container{height:55px;display:flex;align-items:center;justify-content:space-between}
@media(max-width:900px){.nav{gap:16px}.hero-grid{grid-template-columns:1fr}.hero-visual{height:430px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-grid>div:nth-child(2){border-right:0}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr;gap:45px}.footer-main{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.topbar-inner span:last-child{display:none}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:20px;flex-direction:column;align-items:stretch}.nav.open{display:flex}.menu-toggle{display:block}.brand img{width:175px}.hero-grid{min-height:auto;padding-top:65px;padding-bottom:55px}.hero h1{font-size:45px}.hero-visual{height:340px}.orbit{width:290px;height:290px}.orbit-2{width:220px;height:220px}.drill-card{transform:scale(.72) rotate(-10deg)}.fc-1{left:0;top:35px}.fc-2{right:0;bottom:35px}.feature-grid{grid-template-columns:1fr}.feature-grid>div{border-right:0;border-bottom:1px solid var(--line)}.section{padding:65px 0}.section-head{display:block}.section-head h2{font-size:32px}.text-link,.muted{display:block;margin-top:12px}.category-grid,.product-grid,.resource-grid{grid-template-columns:1fr}.about-art{height:330px}.about-copy h2{font-size:34px}.cta-inner{display:block}.cta-actions{margin-top:20px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-bottom .container{height:auto;padding:16px 0;display:block}.footer-bottom span{display:block;margin:4px 0}}
