@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;background:#000;color:#fff;overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#ffc72c59;color:#fff}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#ffc72c}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}:root{--yellow: #FFC72C;--yellow-hover: #FFD44F;--yellow-dark: #E5B000;--black: #000000;--bg: #0A0A0A;--white: #FFFFFF;--muted: #888888;--gray-200: #E5E5E5;--gray-400: #A0A0A0;--gray-500: #707070;--gray-600: #505050;--gray-800: #1A1A1A;--gray-900: #111111;--max-w: 1200px;--px: clamp(20px, 5vw, 80px);--radius: 3px}.container{max-width:var(--max-w);margin:0 auto;padding-left:var(--px);padding-right:var(--px)}.section{padding-top:clamp(80px,10vh,120px);padding-bottom:clamp(80px,10vh,120px)}.label{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--yellow);margin-bottom:20px}.label:before{content:"";width:32px;height:2px;background:var(--yellow)}.heading{font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.08;color:var(--white);letter-spacing:-.02em;margin-bottom:16px}.text{font-size:clamp(15px,1.2vw,17px);line-height:1.75;color:var(--muted)}.accent{color:var(--yellow)}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:var(--yellow);color:var(--black);font-size:14px;font-weight:800;letter-spacing:.02em;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--yellow-hover);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:transparent;color:var(--white);font-size:14px;font-weight:700;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);cursor:pointer;transition:border-color .3s,color .3s}.btn-outline:hover{border-color:var(--yellow);color:var(--yellow)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--px);transition:background .3s,border-color .3s,backdrop-filter .3s;border-bottom:1px solid transparent}.nav.scrolled{background:#000000eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom-color:#ffffff0f}.logo{height:36px;width:auto;transition:opacity .3s}.logo:hover{opacity:.8}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{font-size:13px;font-weight:600;color:var(--muted);letter-spacing:.02em;transition:color .2s}.nav-link:hover{color:var(--yellow)}.nav-cta{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:var(--yellow);color:var(--black);font-size:13px;font-weight:800;border-radius:var(--radius);transition:background .2s}.nav-cta:hover{background:var(--yellow-hover)}.nav-burger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.nav-burger span{width:20px;height:2px;background:var(--white);transition:transform .3s,opacity .3s}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0;z-index:99;background:var(--black);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding-top:64px}.mobile-menu a{font-size:24px;font-weight:700;color:var(--white);transition:color .2s}.mobile-menu a:hover{color:var(--yellow)}.mobile-menu-cta{display:inline-flex!important;align-items:center;gap:10px;padding:14px 32px;background:var(--yellow);color:var(--black)!important;font-size:16px!important;font-weight:800;border-radius:var(--radius);margin-top:16px}.hero{position:relative;min-height:100svh;display:flex;align-items:center;padding:80px var(--px) 60px;overflow:hidden;background:var(--bg)}.hero-content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;width:100%;display:grid;grid-template-columns:55% 45%;align-items:center;gap:24px}.hero-left{display:flex;flex-direction:column}.hero-badge{display:inline-block;width:fit-content;padding:6px 14px;margin-bottom:28px;border:1px solid rgba(255,199,44,.25);background:#ffc72c0f;border-radius:var(--radius);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--yellow)}.hero h1{font-size:clamp(40px,6.5vw,76px);font-weight:900;line-height:.95;color:var(--white);margin-bottom:24px;letter-spacing:-.03em}.hero-text{font-size:clamp(15px,1.3vw,18px);line-height:1.7;color:var(--muted);max-width:480px;margin-bottom:36px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap}.hero-badge,.hero h1,.hero-text,.hero-buttons{animation:fadeUp .8s cubic-bezier(.16,1,.3,1) both}.hero-badge{animation-delay:.1s}.hero h1{animation-delay:.25s}.hero-text{animation-delay:.4s}.hero-buttons{animation-delay:.55s}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-right{position:relative;display:flex;align-items:center;justify-content:center}.hero-excavator{width:100%;max-width:500px;height:auto;animation:fadeIn 1.2s .3s cubic-bezier(.16,1,.3,1) both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-chips{position:absolute;inset:0;pointer-events:none}.hero-chip{position:absolute;display:flex;flex-direction:column;align-items:center;padding:12px 18px;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:4px;animation:chipFloat 3s ease-in-out infinite alternate,fadeIn 1s .6s both}.chip-value{font-size:18px;font-weight:900;color:var(--yellow);line-height:1}.chip-label{font-size:10px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}.chip-1{top:10%;right:10%;animation-delay:0s}.chip-2{bottom:25%;right:5%;animation-delay:1s}.chip-3{top:40%;left:0;animation-delay:.5s}@keyframes chipFloat{0%{transform:translateY(0)}to{transform:translateY(-8px)}}.problem{background:var(--black)}.problem .heading{max-width:600px;margin-bottom:48px}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.problem-card{background:var(--gray-900);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:clamp(24px,3vw,36px);transition:border-color .3s}.problem-card:hover{border-color:#ffc72c33}.problem-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffc72c14;border:1px solid rgba(255,199,44,.15);border-radius:var(--radius);color:var(--yellow);margin-bottom:20px}.problem-card-title{font-size:18px;font-weight:800;color:var(--white);margin-bottom:8px}.problem-card-desc{font-size:14px;line-height:1.6;color:var(--muted)}.problem-closing{font-size:15px;font-weight:600;color:var(--gray-400);font-style:italic}.services{background:var(--bg)}.services .heading{margin-bottom:48px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--gray-900);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:clamp(28px,3vw,40px);display:flex;flex-direction:column;transition:border-color .3s;height:100%}.service-card:hover{border-color:#ffc72c40}.service-num{font-size:48px;font-weight:900;color:#ffc72c26;line-height:1;margin-bottom:16px;transition:color .3s}.service-card:hover .service-num{color:#ffc72c59}.service-title{font-size:clamp(18px,1.6vw,22px);font-weight:800;color:var(--white);margin-bottom:12px;line-height:1.2}.service-desc{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:24px;flex:1}.service-tags{display:flex;flex-wrap:wrap;gap:6px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06)}.tag{font-size:10px;font-weight:700;color:var(--gray-400);letter-spacing:.04em;padding:4px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:2px}.process{background:var(--black);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px;position:relative}.process-step-wrapper{position:relative}.process-step{text-align:center;padding:24px 16px}.process-step-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#ffc72c14;border:1px solid rgba(255,199,44,.2);border-radius:50%;color:var(--yellow)}.process-step-num{font-size:12px;font-weight:800;color:var(--yellow);letter-spacing:.1em;margin-bottom:8px}.process-step-title{font-size:18px;font-weight:800;color:var(--white);margin-bottom:8px}.process-step-desc{font-size:14px;line-height:1.6;color:var(--muted);max-width:240px;margin:0 auto}.process-connector{display:none}.whyus{background:var(--bg)}.whyus .heading{margin-bottom:48px}.whyus-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.whyus-card{background:var(--gray-900);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:clamp(20px,2.5vw,28px);transition:border-color .3s}.whyus-card:hover{border-color:#ffc72c33}.whyus-card-icon{color:var(--yellow);margin-bottom:12px}.whyus-card-title{font-size:15px;font-weight:800;color:var(--white);margin-bottom:4px}.whyus-card-desc{font-size:13px;color:var(--muted);line-height:1.5}.cta-section{background:var(--yellow);padding:clamp(60px,8vh,100px) var(--px);text-align:center}.cta-heading{font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.08;color:var(--black);letter-spacing:-.02em;margin-bottom:12px}.cta-text{font-size:clamp(15px,1.2vw,17px);line-height:1.75;color:#0000008c;margin-bottom:36px}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:24px}.btn-cta-primary{display:inline-flex;align-items:center;gap:10px;padding:18px 48px;background:var(--black);color:var(--yellow);font-size:16px;font-weight:800;border-radius:var(--radius);cursor:pointer;transition:transform .2s,background .2s}.btn-cta-primary:hover{transform:translateY(-2px);background:#1a1a1a}.cta-phones{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}.cta-phone{display:flex;flex-direction:column;align-items:center;gap:2px;transition:opacity .2s}.cta-phone:hover{opacity:.7}.cta-phone-num{font-size:16px;font-weight:800;color:var(--black)}.cta-phone-name{font-size:12px;font-weight:600;color:#00000073}.footer{background:var(--black);border-top:1px solid rgba(255,255,255,.06);padding:24px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-logo{height:24px;opacity:.5}.footer-address{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-500)}.footer-copy{font-size:11px;color:var(--gray-600)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:960px){.nav-links{display:none}.nav-burger{display:flex}.hero-content{grid-template-columns:1fr;gap:32px}.hero-left{order:2}.hero-right{order:1;min-height:280px}.hero-excavator{max-width:420px}.hero{align-items:stretch;padding:100px var(--px) 60px}.problem-grid,.services-grid{grid-template-columns:1fr}.process-steps{grid-template-columns:1fr 1fr;gap:16px}.whyus-grid{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;text-align:center}}@media(max-width:640px){.hero h1{font-size:clamp(36px,10vw,52px)}.problem-grid,.whyus-grid,.process-steps{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.hero-buttons .btn-primary{width:100%;justify-content:center}.cta-phones{flex-direction:column;gap:16px}}
