.hero{background-color:var(--white);padding-top:0;padding-bottom:0}.hero-wrapper{background-image:linear-gradient(var(--hero-overlay), var(--hero-overlay)), url(/images/hero_bg.png);width:100%;min-height:720px;color:var(--white);background-position:50%;background-size:cover;border-radius:0 0 0 40px;align-items:flex-end;padding:160px 0 80px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0f172a14}.hero-content{grid-template-columns:1.3fr .7fr;align-items:flex-end;gap:40px;width:100%;padding-bottom:60px;display:grid}.hero-tag{font-family:var(--font-body);color:#ffffffd9;align-items:center;margin-bottom:20px;font-size:16px;font-weight:500;display:inline-flex}.hero-title{letter-spacing:.5px;max-width:850px;margin-bottom:20px;font-size:74px;font-weight:600;line-height:1.1}.hero-title-line{white-space:nowrap;display:inline-block}.desktop-br{display:inline}.mobile-br{display:none}.hero-desc{color:#fffc;max-width:640px;margin-bottom:36px;font-size:16px;font-weight:400;line-height:1.6}.hero-buttons{align-items:center;gap:32px;display:flex}.hero-link{font-family:var(--font-body);color:var(--white);border-bottom:1.5px solid #fff6;align-items:center;gap:6px;padding-bottom:4px;font-size:16px;font-weight:600;display:inline-flex}.hero-link:hover{color:var(--primary);border-color:var(--primary);transform:translate(4px)}.hero-link svg{transition:var(--transition-fast)}.hero-link:hover svg{transform:translate(2px,-2px)}.hero-project-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);width:320px;box-shadow:0 20px 40px var(--glass-shadow);border-radius:28px;flex-direction:column;justify-self:end;gap:20px;padding:20px;animation:6s ease-in-out infinite float;display:flex;position:relative}.hero-project-header{justify-content:flex-end;display:flex}.btn-card-menu{color:var(--white);cursor:pointer;opacity:.7;transition:var(--transition-fast);background:0 0;border:none}.btn-card-menu:hover{opacity:1}.hero-project-img-wrapper{border-radius:18px;width:100%;height:180px;overflow:hidden}.hero-project-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.hero-project-card:hover .hero-project-img-wrapper img{transform:scale(1.05)}.hero-project-footer{justify-content:space-between;align-items:flex-end;display:flex}.hero-project-title{max-width:180px;font-size:18px;font-weight:500;line-height:1.3}.btn-project-go{background:var(--glass-bg);border:1px solid var(--glass-border);width:44px;height:44px;color:var(--white);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.btn-project-go:hover{background:var(--white);color:var(--text-dark);transform:scale(1.1)}.hero-stats{background:var(--white);z-index:10;border-top-left-radius:30px;gap:40px;padding:24px 44px 20px 36px;display:flex;position:absolute;bottom:0;right:0}.stat-box{flex-direction:column;gap:4px;display:flex}.stat-number{font-family:var(--font-heading);color:var(--text-dark);letter-spacing:-1px;white-space:nowrap;font-size:38px;font-weight:700;line-height:1}.stat-label{color:var(--text-muted);max-width:120px;font-size:12px;font-weight:500;line-height:1.4}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:1200px){.hero-title{font-size:64px}}@media (max-width:1024px){.hero-wrapper{min-height:auto;padding:50px}.hero-content{grid-template-columns:1fr;gap:50px;padding-bottom:120px}.hero-project-card{justify-self:center}}@media (max-width:768px){.hero{padding-top:0}.hero-wrapper{background-image:linear-gradient(#0f172aa6,#0f172aa6),url(/images/hero_bg.png);border-radius:0 0 0 32px;justify-content:center;align-items:center;min-height:670px;padding:100px 12px 80px;display:flex}.hero-content{gap:30px;padding-bottom:80px}.hero-text-block{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-title{letter-spacing:.5px;text-align:center;max-width:100%;margin-bottom:12px;font-size:clamp(22px,7.8vw,32px);font-weight:600;line-height:1.2}.hero-desc{text-align:center;max-width:480px;margin-bottom:24px;font-size:14px;line-height:1.5}.hero-buttons{flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%}.hero-buttons .btn-primary{width:auto;padding:10px 24px;font-size:13.5px}.hero-project-card{width:100%;max-width:320px;margin:0 auto}.hero-stats{background:var(--white);z-index:10;box-shadow:none;border-top-left-radius:28px;flex-direction:row;gap:18px;width:auto;margin-top:0;padding:16px 20px 14px 18px;display:flex;position:absolute;bottom:0;right:0}.stat-number{letter-spacing:-.5px;white-space:nowrap;font-size:24px}.stat-label{max-width:80px;font-size:10.5px;line-height:1.3}}
