*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;background:#0a1410;color:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}
.ac-banner{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(0,0,0,0.7);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:8px 16px;text-align:center;font-size:11px;color:rgba(255,255,255,0.8);letter-spacing:0.05em}
.ac-hero{position:relative;height:100vh;min-height:720px;overflow:hidden;padding-top:36px}
.ac-hero>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.ac-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,0.4),rgba(20,40,30,0.5));z-index:1}
.ac-nav{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:24px 32px;max-width:1280px;margin:0 auto}
.ac-logo{font-size:20px;font-weight:600}
.ac-nav ul{list-style:none;display:none;gap:32px}
@media(min-width:768px){.ac-nav ul{display:flex}}
.ac-nav a{color:rgba(255,255,255,0.8);text-decoration:none;font-size:14px;cursor:pointer}
.ac-cta{background:#65a30d;color:#fff;text-decoration:none;padding:10px 24px;border-radius:9999px;font-size:14px;font-weight:600}
.ac-content{position:relative;z-index:10;padding:80px 32px;max-width:1280px;margin:0 auto}
.ac-eyebrow{font-size:13px;letter-spacing:0.3em;color:#84cc16;font-weight:500}
.ac-content h1{font-size:clamp(64px,12vw,160px);font-weight:300;line-height:0.95;letter-spacing:-0.04em;margin-top:24px}
.ac-content h1 em{font-style:italic;color:#84cc16}
.ac-content p{color:rgba(255,255,255,0.85);font-size:18px;max-width:480px;margin-top:32px;line-height:1.5}
.ac-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:80px 32px;max-width:1280px;margin:0 auto;text-align:center}
.ac-stats div div:first-child{font-size:48px;font-weight:300;color:#84cc16;letter-spacing:-0.02em}
.ac-num{margin-bottom:8px}
.ac-stats div div:last-child{font-size:14px;color:rgba(255,255,255,0.6)}
.ac-services{padding:120px 32px;background:#0a1410;max-width:1280px;margin:0 auto}
.ac-services h2{font-size:48px;text-align:center;font-weight:300;margin-bottom:64px;letter-spacing:-0.02em}
.ac-grid{display:grid;grid-template-columns:1fr;gap:24px}
@media(min-width:768px){.ac-grid{grid-template-columns:repeat(3,1fr)}}
.ac-grid article{background:#142420;padding:40px 32px;border-radius:18px}
.ac-grid h3{font-size:22px;font-weight:600;margin-bottom:12px;color:#84cc16}
.ac-grid p{color:rgba(255,255,255,0.7);font-size:14px;line-height:1.6}
