@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html{background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{color:var(--text-primary);scroll-behavior:smooth!important}:root{--bg-primary:#fff;--bg-secondary:#f7f9fc;--bg-dark:#111;--bg-dark-secondary:#1a1a1a;--text-primary:#1a1a2e;--text-secondary:#6b7280;--text-light:#9ca3af;--accent:#1ed07c;--accent-hover:#19b869;--accent-light:#1ed07c14;--accent-border:#1ed07c33;--border-color:#e5e7eb;--border-light:#f0f0f0;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 6px #0000000d,0 2px 4px #00000008;--shadow-lg:0 10px 25px #0000000f,0 4px 10px #0000000a;--radius:12px;--radius-sm:8px;--radius-lg:16px;--radius-full:9999px}.max-w{max-width:1200px;margin:auto;padding:0 2rem}.body-box{background:var(--bg-primary);min-height:100vh}h1{letter-spacing:-.03em;color:var(--text-primary);font-size:3.75rem;font-weight:800;line-height:1.1}h2{letter-spacing:-.02em;color:var(--text-primary);font-size:2.75rem;font-weight:700;line-height:1.15}h3{color:var(--text-primary);font-size:1.375rem;font-weight:600;line-height:1.4}p{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7}.animated-component{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(16px)}.animated-component.visible{opacity:1;transform:translateY(0)}.btn{border-radius:var(--radius-full);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.8125rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--text-primary);color:#fff}.btn-primary:hover{box-shadow:var(--shadow-lg);background:#2d2d44;transform:translateY(-2px)}.btn-secondary{color:var(--text-primary);border:1.5px solid var(--border-color);background:0 0}.btn-secondary:hover{border-color:var(--text-primary);transform:translateY(-2px)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #1ed07c4d}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}.max-w{padding:0 1.25rem}}@media (max-width:480px){h1{font-size:1.875rem}h2{font-size:1.625rem}h3{font-size:1.125rem}p{font-size:.9375rem}.max-w{padding:0 1rem}}@media (max-width:360px){h1{font-size:1.625rem}h2{font-size:1.5rem}.max-w{padding:0 .75rem}}.section-padding{padding:6rem 0}.section-padding-sm{padding:4rem 0}.text-center{text-align:center}.text-accent{color:var(--accent)}.parallax-group{position:relative}.parallax-anchor{z-index:1;position:sticky;top:0}.parallax-overlay{z-index:2;position:relative}
.nav-bg{z-index:1000;background:0 0;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav-bg.nav-scrolled{-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--border-color);background:#ffffffeb}.Navbar{justify-content:space-between;align-items:center;padding:1.125rem 2rem;display:flex}.Navbar-logo{align-items:center;display:flex}.Navbar-logo img{width:auto;height:36px}.Navbar-logo .logo-dark,.nav-bg.nav-scrolled .Navbar-logo .logo-light{display:none}.nav-bg.nav-scrolled .Navbar-logo .logo-dark{display:block}.Navbar-menu ul{gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-menu a{color:#fff9;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-menu a:hover{color:#fff}.nav-bg.nav-scrolled .Navbar-menu a{color:var(--text-secondary)}.nav-bg.nav-scrolled .Navbar-menu a:hover{color:var(--text-primary)}.nav-booking{align-items:center;gap:1rem;display:flex}.nav-booking .btn{padding:.625rem 1.5rem;font-size:.875rem}.nav-booking .btn-primary{background:var(--accent);color:#fff}.nav-bg.nav-scrolled .nav-booking .btn-primary{background:var(--text-primary);color:#fff}.Navbar-toggle{display:none}.Navbar-toggle span{background:#fff;border-radius:2px;width:22px;height:2px;margin:5px 0;transition:all .3s;display:block}.nav-bg.nav-scrolled .Navbar-toggle span{background:var(--text-primary)}.nav-overlay{display:none}@media (max-width:768px){.Navbar{padding:1rem 1.25rem}.Navbar-logo img{height:30px}.nav-booking .btn{display:none}.Navbar-menu{z-index:9000;background:#fff;width:280px;height:100dvh;padding:2rem;display:none;position:fixed;top:0;right:-100%;box-shadow:-4px 0 24px #00000014}.Navbar-menu ul{flex-direction:column;gap:1.5rem;padding-top:4rem}.Navbar-menu ul li a{color:var(--text-primary);font-size:1.125rem}.Navbar-menu.active{animation:.3s forwards slideIn;display:block}.nav-overlay.active{z-index:8999;background:#0006;display:block;position:fixed;inset:0}.Navbar-toggle{cursor:pointer;z-index:9999;display:block}.Navbar-toggle.active span:first-child{transform:rotate(45deg)translate(6px,6px)}.Navbar-toggle.active span:nth-child(2){opacity:0}.Navbar-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}}@keyframes slideIn{0%{right:-100%}to{right:0}}
.Hero_cont{background:var(--bg-dark);flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero-content{text-align:center;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:820px;margin:0 auto;padding:10rem 2rem 6rem;display:flex;position:relative}.hero-main-title{letter-spacing:-.035em;color:#fff;margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.08}.hero-accent{color:var(--accent)}.hero-description{color:#ffffff8c;max-width:560px;margin-bottom:2.5rem;font-size:1.1875rem;line-height:1.7}.hero-cta-buttons{gap:.875rem;margin-bottom:2.5rem;display:flex}.hero-cta-buttons .btn-primary{background:var(--accent);color:#fff}.hero-cta-buttons .btn-primary:hover{background:var(--accent-hover);box-shadow:0 4px 16px #1ed07c4d}.hero-cta-buttons .btn-secondary{color:#fff;background:0 0;border-color:#fff3}.hero-cta-buttons .btn-secondary:hover{border-color:#ffffff80}.hero-badges{align-items:center;gap:2rem;display:flex}.hero-badge{color:#ffffff80;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hero-clients{text-align:center;z-index:1;border-top:1px solid #ffffff14;max-width:900px;margin:0 auto;padding:1.5rem 2rem 3rem;position:relative}.hero-clients-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.14em;margin-bottom:2rem;font-size:.75rem;font-weight:600}.hero-clients-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.hero-client-logo-wrapper{justify-content:center;align-items:center;display:flex}.hero-client-logo{object-fit:contain;opacity:.4;filter:brightness(0)invert();width:auto;max-width:100px;height:auto;max-height:36px;transition:opacity .3s}.hero-client-logo:hover{opacity:.75}.hero-client-logo--pepu:hover{filter:none;opacity:1}.hero-client-logo--emekco{max-width:140px;max-height:48px}@media (max-width:768px){.hero-content{padding:8rem 1.5rem 4rem}.hero-main-title{font-size:2.5rem}.hero-description{margin-bottom:2rem;font-size:1.0625rem}.hero-cta-buttons{flex-direction:column;gap:.75rem;width:100%;margin-bottom:2.5rem}.hero-cta-buttons .btn{width:100%}.hero-badges{flex-direction:column;gap:.75rem}.hero-clients-strip{gap:2rem}.hero-client-logo{max-width:80px;max-height:30px}}@media (max-width:480px){.hero-content{padding:6.5rem 1rem 2.5rem}.hero-main-title{font-size:1.875rem}.hero-description{margin-bottom:2rem;font-size:.9375rem}.hero-cta-buttons{margin-bottom:2rem}.hero-badges{gap:.625rem}.hero-badge{font-size:.8125rem}.hero-clients{padding:1.5rem 1rem 2rem}.hero-clients-label{margin-bottom:1.25rem;font-size:.6875rem}.hero-clients-strip{gap:1.25rem}.hero-client-logo{max-width:60px;max-height:24px}}@media (max-width:360px){.hero-main-title{font-size:1.625rem}.hero-description{font-size:.875rem}.btn{padding:.75rem 1.25rem;font-size:.8125rem}}
.clients-section{background:var(--bg-primary);border-bottom:1px solid var(--border-light);padding:3rem 0 4rem}.clients-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.12em;text-align:center;margin-bottom:2rem;font-size:.8125rem;font-weight:600}.clients-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:3.5rem;display:flex}.client-logo-wrapper{justify-content:center;align-items:center;display:flex}.client-logo{object-fit:contain;opacity:.45;filter:grayscale();width:auto;max-width:110px;height:auto;max-height:44px;transition:all .3s}.client-logo-wrapper:hover .client-logo{opacity:.9;filter:grayscale(0%)}@media (max-width:768px){.clients-strip{gap:2rem}.client-logo{max-width:90px;max-height:36px}}@media (max-width:480px){.clients-section{padding:2.5rem 0 3rem}.clients-strip{gap:1.5rem}.client-logo{max-width:72px;max-height:30px}}
.about-section{background:var(--bg-secondary);padding:6rem 0}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;font-size:2.75rem;font-weight:700;line-height:1.15}.about-subtitle{color:var(--text-secondary);font-size:1.0625rem;line-height:1.6}.about-text{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1rem;line-height:1.8}.about-features{flex-direction:column;gap:.875rem;margin-top:1.5rem;display:flex}.feature-item{color:var(--text-primary);align-items:center;gap:.625rem;font-size:.9375rem;font-weight:500;display:flex}.feature-check{flex-shrink:0}@media (max-width:768px){.about-section{padding:4rem 0}.about-grid{grid-template-columns:1fr;gap:2rem}.about-title{font-size:2rem}.about-subtitle{font-size:1rem}.about-text{font-size:.9375rem}.feature-item{font-size:.875rem}}@media (max-width:480px){.about-section{padding:3rem 0}.about-title{font-size:1.625rem;line-height:1.2}.about-subtitle{font-size:.9375rem}.about-text{font-size:.875rem;line-height:1.7}}
.services-container{background:var(--bg-dark);padding:6rem 0 1rem}.services-content{text-align:center;max-width:600px;margin:0 auto}.services-title{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:2.75rem;font-weight:700}.services-title .text-accent{color:var(--accent)}.services-description{color:#ffffff8c;font-size:1.0625rem;line-height:1.7}@media (max-width:768px){.services-container{padding:4rem 0 .5rem}.services-title{font-size:2rem}.services-description{font-size:1rem}}@media (max-width:480px){.services-container{padding:3rem 0 .5rem}.services-title{font-size:1.625rem}.services-description{font-size:.9375rem}}
.service-grid-section{background:var(--bg-dark);padding:2rem 0 6rem}.service-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.service-card{border-radius:var(--radius-lg);text-align:center;background:#ffffff0a;border:1px solid #ffffff14;padding:2.75rem 2rem;transition:all .3s}.service-card:hover{background:#ffffff12;border-color:#1ed07c40;transform:translateY(-4px)}.service-icon-wrap{border-radius:var(--radius);background:#1ed07c1a;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;display:flex}.service-icon-wrap img{object-fit:contain;width:52px;height:52px}.service-title{color:#fff;margin-bottom:.75rem;font-size:1.1875rem;font-weight:600}.service-description{color:#ffffff80;font-size:.9375rem;line-height:1.7}@media (max-width:960px){.service-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.service-grid-section{padding:1.5rem 0 4rem}.service-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.5rem 1.25rem}.service-title{font-size:1rem}.service-description{font-size:.8125rem}}
.products-section{background:var(--bg-primary);padding:6rem 0}.products-header{text-align:center;margin-bottom:3.5rem}.products-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.5rem;font-size:2.75rem;font-weight:700}.products-subtitle{color:var(--text-secondary);font-size:1.0625rem}.products-grid{flex-direction:column;gap:1.25rem;max-width:900px;margin:0 auto;display:flex}.project-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-primary);align-items:flex-start;gap:2rem;padding:2.25rem 2.5rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.project-card:hover{border-color:var(--accent-border);box-shadow:var(--shadow-md);transform:translateY(-3px)}.project-number{color:var(--accent);background:var(--accent-light);border-radius:var(--radius-full);letter-spacing:.02em;flex-shrink:0;margin-top:.125rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:700}.project-body{flex:1;min-width:0}.project-name{color:var(--text-primary);margin-bottom:.5rem;font-size:1.375rem;font-weight:700;transition:color .25s}.project-card:hover .project-name{color:var(--accent)}.project-desc{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.65}.project-visit{color:var(--text-light);border:1px solid var(--border-color);border-radius:var(--radius-full);flex-shrink:0;align-items:center;gap:.375rem;margin-top:.25rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;transition:all .25s;display:inline-flex}.project-card:hover .project-visit{color:var(--accent);border-color:var(--accent-border);background:var(--accent-light)}@media (max-width:768px){.products-section{padding:4rem 0}.products-header{margin-bottom:2.5rem}.products-title{font-size:2rem}.project-card{flex-direction:column;gap:.75rem;padding:1.75rem 1.5rem}.project-number{align-self:flex-start}.project-name{font-size:1.1875rem}.project-visit{align-self:flex-start;margin-top:.25rem}}@media (max-width:480px){.products-section{padding:3rem 0}.products-title{font-size:1.75rem}.products-subtitle{font-size:.9375rem}.project-card{gap:.625rem;padding:1.25rem 1rem}.project-number{padding:.3rem .625rem;font-size:.75rem}.project-name{font-size:1.0625rem}.project-desc{font-size:.875rem}}
.footer{background:var(--bg-dark);padding:4rem 0 0}.footer-inner{padding:0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;display:grid}.footer-logo{width:auto;height:36px;margin-bottom:1rem}.footer-tagline{color:#ffffff80;max-width:260px;font-size:.9375rem;line-height:1.6}.footer-col-title{color:#fff;margin-bottom:1.25rem;font-size:.9375rem;font-weight:600}.footer-links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li{color:#ffffff80;font-size:.875rem;line-height:1.5}.footer-links a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact li{max-width:220px;font-size:.875rem}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;padding:1.5rem 0}.footer-bottom p{color:#ffffff59;margin:0;font-size:.8125rem}@media (max-width:768px){.footer{padding:3rem 0 0}.footer-inner{padding:0 1.25rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.footer-brand{grid-column:1/-1}.footer-tagline{font-size:.875rem}.footer-col-title{margin-bottom:1rem;font-size:.875rem}.footer-links li,.footer-links a,.footer-contact li{font-size:.8125rem}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-brand{grid-column:auto}.footer-bottom p{font-size:.75rem}}
