*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.5rem}}@media (max-width:640px){.container{padding:0 1rem}}.App{background:#fff;color:#1f2937;min-height:100vh;width:100%}section{scroll-margin-top:80px}html{scroll-behavior:smooth}.floating-buttons{bottom:2rem;display:flex;flex-direction:column;gap:1rem;position:fixed;right:2rem;z-index:1000}.floating-phone{align-items:center;background:#25d366;border-radius:50%;box-shadow:0 4px 20px #25d36666;color:#fff;display:flex;height:56px;justify-content:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:56px}.floating-phone:hover{background:#20bd5a;box-shadow:0 6px 30px #25d36699;transform:scale(1.1)}.floating-whatsapp{align-items:center;background:#25d366;border-radius:50%;box-shadow:0 4px 20px #25d36666;color:#fff;display:flex;height:60px;justify-content:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:60px}.floating-whatsapp:hover{background:#20bd5a;box-shadow:0 6px 30px #25d36699;transform:scale(1.1)}.floating-whatsapp svg{height:28px;width:28px}.floating-phone svg{height:24px;width:24px}@media (max-width:640px){.floating-buttons{bottom:1.5rem;gap:.75rem;right:1.5rem}.floating-phone{height:50px;width:50px}.floating-phone svg{height:20px;width:20px}.floating-whatsapp{height:56px;width:56px}.floating-whatsapp svg{height:24px;width:24px}}.admin-login{align-items:center;background:#f9fafb;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-box{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:3rem;width:100%}.login-box h2{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.login-box form{display:flex;flex-direction:column;gap:1rem}.login-box input{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem}.login-box input:focus{border-color:#1e3a8a;outline:none}.login-box button{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background .3s ease}.login-box button:hover{background:#1e40af}.admin-panel{background:#f9fafb;min-height:100vh;padding:2rem}.admin-header{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;margin:0 auto 2rem;max-width:1200px;padding:1.5rem 2rem}.admin-header h1{color:#1f2937;font-size:2rem;font-weight:800}.logout-btn{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:background .3s ease}.logout-btn:hover{background:#dc2626}.admin-tabs{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;gap:.5rem;margin:0 auto 2rem;max-width:1200px;padding:.5rem}.tab-button{background:#0000;border:none;border-radius:12px;color:#6b7280;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{background:#f9fafb;color:#1f2937}.tab-button.active{background:#1e3a8a;color:#fff}.admin-content{margin:0 auto;max-width:1200px}.admin-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.admin-section h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.mock-data-btn{background:#0d9488;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-bottom:1.5rem;padding:.75rem 1.25rem;transition:background .3s ease}.mock-data-btn:hover{background:#0f766e}.admin-form{border-bottom:2px solid #f3f4f6;gap:1rem;margin-bottom:2rem;padding-bottom:2rem}.admin-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1f2937;font-size:.9rem;font-weight:600}.admin-form input,.admin-form textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem}.admin-form input:focus,.admin-form textarea:focus{border-color:#1e3a8a;outline:none}.admin-form textarea{min-height:100px;resize:vertical}.rating-input{display:flex;flex-direction:column;gap:.5rem}.rating-input label{color:#1f2937;font-size:.9rem;font-weight:600}.rating-input select{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1rem;padding:.75rem}.rating-input select:focus{border-color:#1e3a8a;outline:none}.admin-form button,.save-btn{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background .3s ease}.admin-form button:hover,.save-btn:hover{background:#1e40af}.form-hint{color:#6b7280;font-size:.9rem;margin:.25rem 0 .75rem}.mock-areas-btn{background:#f3f4f6;border:2px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:block;font-size:.95rem;font-weight:600;margin-bottom:1rem;padding:.6rem 1rem;transition:background .2s ease,border-color .2s ease}.mock-areas-btn:hover{background:#e5e7eb;border-color:#9ca3af}.service-areas-edit{margin-top:.5rem}.service-areas-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.service-area-chip{align-items:center;background:#e5e7eb;color:#1f2937;display:inline-flex;font-size:.95rem;font-weight:500;gap:.35rem;padding:.4rem .75rem}.service-area-remove{background:#0000;border:none;color:#6b7280;cursor:pointer;font-size:1rem;line-height:1;margin:0;padding:0;transition:color .2s ease}.service-area-remove:hover{color:#ef4444}.service-area-add{display:flex;flex-wrap:wrap;gap:.5rem}.service-area-add input{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:1rem;min-width:180px;padding:.6rem .75rem}.service-area-add input:focus{border-color:#1e3a8a;outline:none}.add-area-btn{background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.6rem 1rem;transition:background .2s ease}.add-area-btn:hover{background:#059669}.items-list{display:flex;flex-direction:column;gap:1rem}.items-list.items-list-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.empty-message{color:#9ca3af;font-size:1.1rem;padding:3rem;text-align:center}.item-card{background:#f9fafb;border-left:4px solid #1e3a8a;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.item-card h3{color:#1f2937;font-size:1.2rem;font-weight:700}.item-card p{color:#6b7280;font-size:1rem;line-height:1.6}.delete-btn{align-self:flex-start;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;margin-top:.5rem;padding:.5rem 1rem;transition:background .3s ease}.delete-btn:hover{background:#dc2626}.file-input-wrapper{align-items:center;display:flex;gap:.5rem}.file-input{display:none}.file-label{cursor:pointer;flex:1 1}.file-button{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:8px;color:#6b7280;display:inline-block;font-size:.9rem;padding:.75rem;text-align:center;transition:all .3s ease}.file-button:hover{background:#e5e7eb;border-color:#1e3a8a;color:#1e3a8a}.remove-file-btn{background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem .75rem;transition:background .3s ease}.remove-file-btn:hover{background:#dc2626}.item-image{border-radius:8px;margin-bottom:1rem;max-height:200px;object-fit:cover;width:100%}.reference-icon{font-size:3rem;margin-bottom:1rem;text-align:center}.admin-form button:disabled{background:#9ca3af;cursor:not-allowed}.admin-form button:disabled:hover{background:#9ca3af}@media (max-width:968px){.items-list.items-list-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.admin-panel{padding:1rem}.admin-header{gap:1rem;text-align:center}.admin-header,.admin-tabs{flex-direction:column}.tab-button{width:100%}.admin-section{padding:1.5rem}.items-list.items-list-grid{grid-template-columns:1fr}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.navbar-container{gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{cursor:pointer;gap:.75rem;margin-right:auto;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.02)}.navbar-logo-img-wrap{align-items:center;display:flex;flex-shrink:0;height:90px;overflow:hidden}.navbar-logo-img{display:block;height:130%;object-fit:cover;object-position:center;width:auto}.logo-text{color:#1e3a8a;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;line-height:1;white-space:nowrap}.navbar-menu{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;margin-left:auto}.navbar-menu a{color:#1f2937;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.navbar-menu a:after{background:#1e3a8a;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-menu a:hover{color:#1e3a8a}.navbar-menu a:hover:after{width:100%}.admin-link{background:#1e3a8a;border-radius:8px;color:#fff!important;font-weight:600;padding:.5rem 1rem!important}.admin-link:hover{background:#1e40af}.admin-link:after{display:none}.navbar-phone{align-items:center;display:flex}.navbar-phone a{color:#1e3a8a;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.navbar-phone a:hover{color:#1e40af}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-toggle span{background:#1f2937;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:968px){.navbar-container{padding:0 1rem}.logo-text{font-size:1.5rem}.mobile-menu-toggle{display:flex;margin-left:auto}.navbar-menu{background:#fffffffa;box-shadow:0 10px 30px #0000001a;flex-direction:column;gap:1.5rem;left:0;padding:2rem;position:fixed;right:0;top:70px;transform:translateX(100%);transition:transform .3s ease}.navbar-menu.active{transform:translateX(0)}.navbar-menu a{font-size:1.1rem;text-align:center;word-break:break-word}}@media (max-width:640px){.navbar-container{padding:0 .75rem}.navbar-logo-img-wrap{height:70px}.logo-text{font-size:1.3rem}.navbar-menu a{font-size:1rem}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 2rem 4rem;position:relative}.hero-slide,.hero-slider{height:100%;left:0;position:absolute;top:0;width:100%}.hero-slide{align-items:center;display:flex;justify-content:center;opacity:0;transition:opacity .8s ease-in-out}.hero-slide-collage{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.hero-collage-item{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;opacity:.9;transition:transform .3s ease,opacity .3s ease;width:100%}.hero-collage-item:hover{opacity:1;transform:scale(1.05)}.hero-slide-collage .hero-collage-item:first-child{grid-column:1/2;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(2){grid-column:2/3;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(3){grid-column:3/4;grid-row:1/2}@media (max-width:968px){.hero-slide-collage{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.hero-slide-collage .hero-collage-item:first-child{grid-column:1/2;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(2){grid-column:2/3;grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(3){grid-column:1/3;grid-row:2/3}}@media (max-width:640px){.hero-slide-collage{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}.hero-slide-collage .hero-collage-item:first-child,.hero-slide-collage .hero-collage-item:nth-child(2),.hero-slide-collage .hero-collage-item:nth-child(3){grid-column:1/2}.hero-slide-collage .hero-collage-item:first-child{grid-row:1/2}.hero-slide-collage .hero-collage-item:nth-child(2){grid-row:2/3}.hero-slide-collage .hero-collage-item:nth-child(3){grid-row:3/4}}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{background:linear-gradient(135deg,#1e3a8acc,#fff6);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-content{max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:2}.hero-text{animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px #0000004d}.hero-subtitle{color:#fffffff2;font-size:1.3rem;line-height:1.8;margin:0 auto;max-width:800px;text-shadow:0 2px 8px #0000004d}.hero-cta-btn{background:#fff;border:2px solid #fff;border-radius:10px;color:#1e3a8a;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:700;margin-top:1.5rem;padding:.875rem 2rem;text-shadow:none;transition:background .3s ease,color .3s ease,transform .2s ease}.hero-cta-btn:hover{background:#0000;color:#fff;transform:translateY(-2px)}.hero-arrow{align-items:center;background:#fff3;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.hero-arrow:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.hero-arrow-left{left:2rem}.hero-arrow-right{right:2rem}.hero-dots{bottom:2rem;display:flex;gap:.75rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.hero-dot{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.hero-dot:hover{background:#ffffff4d;border-color:#ffffffb3}.hero-dot.active{background:#fff;border-color:#fff;border-radius:5px;width:30px}@media (max-width:968px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-arrow{height:35px;width:35px}.hero-arrow-left{left:1rem}.hero-arrow-right{right:1rem}}@media (max-width:640px){.hero{padding:100px 1rem 3rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-arrow{height:30px;width:30px}.hero-arrow svg{height:16px;width:16px}.hero-arrow-left{left:.5rem}.hero-arrow-right{right:.5rem}.hero-dots{bottom:1.5rem}}.why-netcup{background:#fff;padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#1f2937;font-size:2.5rem;margin-bottom:1rem}.reasons-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.reason-card{background:#f9fafb;border-left:4px solid #1e3a8a;border-radius:16px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.reason-card:hover{box-shadow:0 4px 20px #0000001a;transform:translateX(5px)}.reason-title{color:#1e3a8a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.reason-description{color:#6b7280;font-size:1rem;line-height:1.7}@media (max-width:640px){.why-netcup{padding:4rem 0}.section-title{font-size:2rem}.reasons-grid{grid-template-columns:1fr}.reason-card{padding:2rem}}.products{background:#fff;padding:6rem 0}.section-subtitle{color:#6b7280;font-size:1.2rem;margin-top:1rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.products-grid.products-grid-fixed-cols{grid-template-columns:repeat(3,1fr)}.product-item-empty{min-height:200px;pointer-events:none;visibility:hidden}.product-item{background:#f9fafb;border-radius:16px;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-5px)}.product-placeholder{font-size:4rem;margin-bottom:1rem}.product-image{border-radius:12px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.product-item h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.product-item p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:1rem}.offer-btn{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:auto;padding:.75rem;transition:background .3s ease,transform .3s ease;width:100%}.offer-btn:hover{background:#1e40af;transform:translateY(-2px)}.products-empty{color:#6b7280;font-size:1.2rem;padding:3rem;text-align:center}.view-all-container{margin-top:3rem;text-align:center}.view-all-btn{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:background .3s ease,transform .3s ease}.view-all-btn:hover{background:#1e40af;transform:translateY(-2px)}@media (max-width:640px){.products{padding:4rem 0}.products-grid,.products-grid.products-grid-fixed-cols{grid-template-columns:1fr}}.banner-band{background:#fff;overflow:hidden;padding:0;position:relative;width:100%}.banner-band-overlay{background:linear-gradient(180deg,#0f172ad9,#0f172abf);z-index:1}.banner-band-overlay,.banner-band-text-wrap{inset:0;pointer-events:none;position:absolute}.banner-band-text-wrap{align-items:center;display:flex;justify-content:center;z-index:2}.banner-band-phrase{animation:banner-phrase-fade 3.8s ease-in-out;color:#fff;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;letter-spacing:.02em;margin:0;padding:0 1.5rem;text-align:center}@keyframes banner-phrase-fade{0%{opacity:0;transform:translateY(8px)}12%{opacity:1;transform:translateY(0)}88%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.banner-band-track{animation:banner-scroll-right 40s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.banner-band-track--left{animation:banner-scroll-left 40s linear infinite}.banner-band-track:hover{animation-play-state:paused}.banner-band-item{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;height:220px;width:280px}@keyframes banner-scroll-right{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes banner-scroll-left{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:640px){.banner-band-item{height:180px;width:220px}}.testimonials{background:linear-gradient(180deg,#0f172a,#1e293b 50%,#1e3a8a);overflow:hidden;padding:6rem 0;position:relative}.testimonials-bg{background-image:radial-gradient(circle at 20% 50%,#3b82f626 0,#0000 50%),radial-gradient(circle at 80% 80%,#1e40af33 0,#0000 40%);inset:0;pointer-events:none;position:absolute}.testimonials .container{position:relative;z-index:1}.testimonials-header{margin-bottom:3.5rem;text-align:center}.testimonials-badge{background:#3b82f640;border:1px solid #3b82f666;border-radius:999px;color:#93c5fd;display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:1rem;padding:.4rem 1rem;text-transform:uppercase}.testimonials-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0 0 .75rem}.testimonials-subtitle{color:#94a3b8;font-size:1.15rem;margin:0 auto;max-width:520px}.testimonials-slider{border-radius:24px;margin-top:2rem;overflow:hidden;position:relative}.testimonials-track{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.testimonial-item{box-sizing:border-box;min-width:100%;padding:0 .5rem}.testimonial-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 25px 50px -12px #00000059;padding:3rem 3.5rem;position:relative;text-align:center}.testimonial-quote{color:#3b82f659;font-family:Georgia,serif;font-size:4rem;font-weight:800;left:2rem;line-height:1;position:absolute;top:1.5rem}.testimonial-stars{display:flex;gap:.25rem;justify-content:center;margin-bottom:1.75rem}.testimonial-stars .star-filled{color:#fbbf24}.testimonial-stars .star-empty{color:#fbbf244d}.testimonial-text{color:#e2e8f0;font-size:1.25rem;font-style:italic;line-height:1.85;margin:0 auto 2rem;max-width:720px}.testimonial-author{gap:1rem}.testimonial-author,.testimonial-avatar{align-items:center;display:flex;justify-content:center}.testimonial-avatar{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;color:#fff;flex-shrink:0;font-size:1.25rem;font-weight:700;height:48px;width:48px}.testimonial-name{color:#fff;display:block;font-size:1.1rem;font-weight:700;text-align:left}.testimonial-company{color:#94a3b8;display:block;font-size:.9rem;font-weight:500;text-align:left}.testimonials-nav{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}.testimonials-dots{display:flex;gap:.6rem;justify-content:center}.testimonial-dot{background:#0000;border:2px solid #fff6;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.testimonial-dot:hover{background:#fff3;border-color:#fffc}.testimonial-dot.active{background:#3b82f6;border-color:#3b82f6;border-radius:5px;width:28px}.testimonials-counter{color:#64748b;font-size:.9rem;font-weight:600;margin:0}.testimonials-empty{background:#ffffff0a;border:1px dashed #ffffff26;border-radius:16px;color:#94a3b8;font-size:1.1rem;padding:4rem 2rem;text-align:center}@media (max-width:768px){.testimonials{padding:4rem 0}.testimonials-title{font-size:1.75rem}.testimonials-subtitle{font-size:1rem}.testimonial-card{padding:2rem 1.5rem}.testimonial-quote{font-size:3rem;left:1rem}.testimonial-text{font-size:1.05rem}.testimonial-author{flex-direction:column}.testimonial-company,.testimonial-name{text-align:center}}.features{background:#f9fafb;padding:6rem 0}.features .section-header{margin-bottom:3rem;text-align:center}.features .section-title{color:#1f2937;font-size:2.5rem;font-weight:800;margin-bottom:.75rem}.features .section-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto 1.25rem;max-width:700px}.features .section-areas-block{margin-top:1.5rem}.features .section-areas-label{color:#6b7280;display:block;font-size:.9rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;text-transform:uppercase}.features .section-areas-list{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.features .area-pill{background:#1e3a8a;border-radius:999px;box-shadow:0 2px 8px #1e3a8a40;color:#fff;display:inline-block;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:transform .2s ease,box-shadow .2s ease}.features .area-pill:hover{box-shadow:0 4px 12px #1e3a8a59;transform:translateY(-2px)}.features-row{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.feature-card-wrap{display:flex;min-height:280px}.feature-card-empty{pointer-events:none;visibility:hidden}.features-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.features-dot{background:#0000;border:2px solid #1e3a8a;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .3s ease;width:10px}.features-dot:hover{background:#1e3a8a4d}.features-dot.active{background:#1e3a8a}.features-cta{margin-top:2rem;text-align:center}.features-view-all-btn{background:#1e3a8a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:background .3s ease,transform .2s ease}.features-view-all-btn:hover{background:#1e40af;transform:translateY(-2px)}.feature-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex:1 1;flex-direction:column;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease,opacity .4s ease}.feature-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.feature-icon{font-size:4rem;margin-bottom:1.5rem}.feature-image{border-radius:12px;height:200px;margin-bottom:1.5rem;object-fit:cover;width:100%}.feature-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#6b7280;flex:1 1;font-size:1rem;line-height:1.7;margin-bottom:1rem}.feature-teklif-btn{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-top:auto;padding:.75rem 1.25rem;transition:background .3s ease;width:100%}.feature-teklif-btn:hover{background:#1e40af}.loading{color:#6b7280;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:968px){.features-row{align-items:stretch;grid-template-columns:1fr}.feature-card-wrap{min-height:0}}@media (max-width:640px){.features{padding:4rem 0}.feature-card{padding:2rem}}.service-areas-slider{background:linear-gradient(180deg,#f8fafc,#f1f5f9);overflow:hidden;padding:4rem 0}.service-areas-header{margin-bottom:2.5rem;text-align:center}.service-areas-title{color:#1e293b;font-size:2rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem}.service-areas-subtitle{color:#64748b;font-size:1rem;margin:0}.service-areas-marquee-wrap{mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 8%,#000 92%,#0000);overflow:hidden}.service-areas-marquee{animation:service-areas-scroll 35s linear infinite;display:flex;gap:1rem;width:-webkit-max-content;width:max-content}.service-areas-marquee:hover{animation-play-state:paused}.service-area-chip{background:#fff;border:2px solid #1e40af33;border-radius:999px;box-shadow:0 2px 12px #1e3a8a1f;color:#1e3a8a;flex-shrink:0;font-size:1rem;font-weight:700;padding:.85rem 1.6rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;white-space:nowrap}.service-area-chip:hover{border-color:#1e40af66;box-shadow:0 6px 20px #1e3a8a33;transform:translateY(-2px)}@keyframes service-areas-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.service-areas-slider{padding:3rem 0}.service-areas-title{font-size:1.5rem}.service-areas-subtitle{font-size:.9rem}.service-area-chip{font-size:.9rem;padding:.7rem 1.2rem}.service-areas-marquee{animation-duration:25s}}.footer{background:linear-gradient(165deg,#0f172a,#1e293b 35%,#1f2937);color:#fff;overflow:hidden;padding:5rem 0 2rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#1e40af,#3b82f6,#1e40af,#0000);content:"";height:3px;left:0;opacity:.9;position:absolute;right:0;top:0}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1.5fr;margin-bottom:3.5rem;position:relative;z-index:1}.footer-section{display:flex;flex-direction:column}.footer-about{max-width:420px}.footer-brand{color:#fff;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0 0 .5rem}.footer-description{color:#94a3b8;font-size:.95rem;line-height:1.75;margin-bottom:1.25rem;margin-top:0;max-width:360px}.footer-areas{margin-bottom:1.5rem}.footer-areas-label{color:#64748b;display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;margin-bottom:.6rem;text-transform:uppercase}.footer-areas-list{display:flex;flex-wrap:wrap;gap:.5rem}.footer-area-pill{background:#1e40af59;border:1px solid #3b82f666;border-radius:999px;color:#e2e8f0;display:inline-block;font-size:.8rem;font-weight:600;padding:.4rem .85rem;transition:background .25s ease,border-color .25s ease,transform .2s ease}.footer-area-pill:hover{background:#1e40af80;border-color:#3b82f699;transform:translateY(-1px)}.footer-social{display:flex;gap:.85rem;margin-top:auto}.social-link{align-items:center;background:#334155cc;border:1px solid #47556999;border-radius:12px;color:#fff;display:flex;height:44px;justify-content:center;text-decoration:none;transition:all .25s ease;width:44px}.social-link:hover{background:#1e40af;border-color:#3b82f6;box-shadow:0 8px 20px #1e40af66;transform:translateY(-3px)}.social-link.whatsapp:hover{background:#25d366;border-color:#34d399;box-shadow:0 8px 20px #25d36659}.social-link.email:hover,.social-link.phone:hover{background:#1e40af;border-color:#3b82f6;box-shadow:0 8px 20px #1e40af66}.footer-title{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.02em;margin-bottom:1.5rem;padding-bottom:.6rem;position:relative}.footer-title:after{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:32px}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links a{color:#94a3b8;display:inline-block;font-size:.95rem;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.footer-links a:hover{color:#60a5fa;padding-left:6px}.footer-contact{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;color:#94a3b8;display:flex;font-size:.95rem;gap:.75rem;line-height:1.6}.footer-contact li svg{color:#3b82f6;flex-shrink:0;margin-top:2px}.footer-contact a{color:#60a5fa;font-weight:600;text-decoration:none;transition:color .2s ease}.footer-contact a:hover{color:#93c5fd}.footer-address,.footer-hours{color:#94a3b8;line-height:1.6;overflow-wrap:break-word;word-break:break-word}.footer-bottom{border-top:1px solid #47556980;display:flex;flex-direction:column;gap:.5rem;padding-top:2.25rem;position:relative;text-align:center;z-index:1}.footer-bottom p{color:#64748b;font-size:.9rem;margin:0}.footer-credit{font-size:.85rem!important}.footer-bottom a{color:#60a5fa;text-decoration:none;transition:color .2s ease}.footer-bottom a:hover{color:#93c5fd;text-decoration:underline}@media (max-width:968px){.footer{padding:4rem 0 2rem}.footer-content{gap:3rem;grid-template-columns:1fr}.footer-about,.footer-description{max-width:100%}.footer-social{margin-top:1.25rem}.footer-bottom{text-align:center}}.products-page{background:#fff;min-height:100vh;padding-top:80px}.products-page .products{padding-top:4rem}.products-page .page-hero{background-position:50%;background-size:cover;color:#fff;padding:6rem 0;position:relative;text-align:center}.products-page .page-hero:before{background:linear-gradient(180deg,#0f172ae0,#0f172ad1 50%,#030712eb);content:"";inset:0;pointer-events:none;position:absolute}.products-page .page-hero .container{position:relative;z-index:1}@media (max-width:968px){.page-hero-title{font-size:2.5rem}.page-hero-subtitle{font-size:1.2rem}}@media (max-width:640px){.page-hero{padding:4rem 0}.page-hero-title{font-size:2rem}.page-hero-subtitle{font-size:1rem}}.services-page{background:#f9fafb;min-height:100vh;padding-top:80px}.services-page .page-hero{background-position:50%;background-size:cover;color:#fff;padding:6rem 0;position:relative;text-align:center}.services-page .page-hero:before{background:linear-gradient(180deg,#0f172ae0,#0f172ad1 50%,#030712eb);content:"";inset:0;pointer-events:none;position:absolute}.services-page .page-hero .container{position:relative;z-index:1}.page-hero-title{margin-bottom:.75rem}.page-hero-areas-label{font-size:.9rem;font-weight:600;letter-spacing:.08em;margin:0 0 .75rem;opacity:.9;text-transform:uppercase}.page-hero-areas-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.page-hero-area-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:2px solid #ffffff80;border-radius:999px;color:#fff;display:inline-block;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:background .2s ease,border-color .2s ease,transform .2s ease}.page-hero-area-pill:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-2px)}.services-page-content{padding:4rem 0 6rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.service-card{background:#fff;border-left:4px solid #1e3a8a;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 8px 30px #1e3a8a26;transform:translateY(-5px)}.service-card-title{color:#1f2937;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.service-card-description{color:#6b7280;flex:1 1;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.service-teklif-btn{background:#1e3a8a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-top:auto;padding:.75rem 1.25rem;transition:background .3s ease;width:100%}.service-teklif-btn:hover{background:#1e40af}.services-empty,.services-loading{color:#6b7280;font-size:1.2rem;padding:4rem 2rem;text-align:center}@media (max-width:968px){.page-hero-title{font-size:2.5rem}.services-grid{grid-template-columns:1fr}}@media (max-width:640px){.page-hero{padding:4rem 0}.page-hero-title{font-size:2rem}.services-page-content{padding:3rem 0 4rem}.service-card{padding:2rem}}.about-page{background:#fafbfc;min-height:100vh;padding-top:80px}.about-hero{background-position:50%;background-size:cover;color:#fff;overflow:hidden;padding:5rem 0 6rem;position:relative;text-align:center}.about-hero-bg{background:linear-gradient(180deg,#0f172ae0,#0f172ad1 50%,#030712eb);inset:0;pointer-events:none;position:absolute}.about-hero-inner{position:relative;z-index:1}.about-hero-logo-wrap{margin-bottom:1.5rem}.about-hero-logo{filter:brightness(1.1);height:80px;max-width:280px;object-fit:contain;width:auto}.about-hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0 0 .75rem}.about-hero-subtitle{color:#94a3b8;font-size:1.2rem;line-height:1.5;margin:0 auto;max-width:560px}.about-content{padding:4rem 0 5rem}.about-section{margin-bottom:4.5rem}.about-section .section-title{display:inline-block;padding-bottom:.5rem;position:relative}.about-section .section-title:after{background:linear-gradient(90deg,#1e40af,#3b82f6);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:48px}.section-container{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 24px #0000000f;padding:3rem}.stats-section{margin-bottom:5rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:800px}.stat-card{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-radius:20px;box-shadow:0 4px 20px #22c55e4d;color:#fff;padding:3rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 8px 30px #22c55e66;transform:translateY(-5px)}.stat-number{color:#fff;font-size:4rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:#fffffff2;font-size:1.2rem;font-weight:600}.mission-vision-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.mission-vision-item{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 24px #0000000f;padding:3rem;transition:transform .25s ease,box-shadow .25s ease}.mission-vision-item:hover{box-shadow:0 12px 32px #1e3a8a1a;transform:translateY(-2px)}.mission-vision-item .section-title{font-size:2rem;margin-bottom:1.5rem;text-align:center}.mission-vision-item .section-content{max-width:100%;text-align:center}.mission-vision-item .section-content p{margin-bottom:1.5rem;text-align:justify}.section-title{color:#1e293b;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;margin-bottom:2rem;text-align:center}.section-content{margin:0 auto;max-width:900px}.section-content p{color:#475569;font-size:1.1rem;line-height:1.85;margin-bottom:1.5rem;text-align:justify}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.value-card{background:#fff;border:1px solid #0000000f;border-left:4px solid #1e40af;border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:2.25rem;transition:transform .25s ease,box-shadow .25s ease}.value-card:hover{box-shadow:0 12px 28px #1e3a8a1f;transform:translateY(-3px)}.value-card h3{color:#1e40af;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.value-card p{color:#475569;font-size:.95rem;line-height:1.7;margin:0}.process-steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.process-step{background:#fff;border:1px solid #0000000f;border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:2rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.process-step:hover{box-shadow:0 12px 28px #1e3a8a1a;transform:translateY(-3px)}.step-number{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:14px;color:#fff;display:flex;font-size:1.5rem;font-weight:800;height:52px;justify-content:center;margin:0 auto 1.25rem;width:52px}.process-step h3{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.process-step p{color:#475569;font-size:.95rem;line-height:1.7;margin:0}.features-list{list-style:none;margin:0 auto;max-width:800px;padding:0}.features-list li{color:#6b7280;font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem;padding-left:2rem;position:relative}.features-list li:before{color:#1e3a8a;content:"✓";font-size:1.3rem;font-weight:700;left:0;position:absolute}.features-list li strong{color:#1f2937;font-weight:700}.why-choose-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.why-choose-card{background:#fff;border:1px solid #0000000a;border-radius:16px;border-top:4px solid #1e40af;box-shadow:0 2px 12px #0000000f;padding:2.25rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease}.why-choose-card:hover{box-shadow:0 12px 28px #1e3a8a1a;transform:translateY(-3px)}.why-choose-card h3{color:#1e293b;font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.why-choose-card p{color:#475569;font-size:.95rem;line-height:1.7;margin:0}.contact-info-box{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.info-box-item{background:#f9fafb;border-left:4px solid #1e3a8a;border-radius:16px;padding:2rem}.info-box-item h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.info-box-item p{color:#6b7280;font-size:1rem;line-height:1.7;margin:.5rem 0}.info-box-item a{color:#1e3a8a;font-weight:600;text-decoration:none;transition:color .3s ease}.info-box-item a:hover{color:#1e40af}@media (max-width:968px){.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.process-steps,.values-grid,.why-choose-grid{grid-template-columns:1fr}}@media (max-width:640px){.about-hero{padding:4rem 0 5rem}.about-hero-logo{height:56px;max-width:200px}.about-hero-title{font-size:1.75rem}.about-hero-subtitle{font-size:1rem}.about-content{padding:3rem 0}.about-section{margin-bottom:3rem}.section-container{padding:2rem 1.5rem}.stats-grid{gap:1.5rem;grid-template-columns:1fr;max-width:100%}.stat-card{padding:2rem 1.5rem}.stat-number{font-size:3rem}.stat-label{font-size:1rem}.mission-vision-container{gap:2rem;grid-template-columns:1fr}.mission-vision-item{padding:2rem 1.5rem}.mission-vision-item .section-title{font-size:1.8rem;text-align:center}.section-title{font-size:1.8rem}.section-content p{font-size:1rem;text-align:left}.info-box-item,.process-step,.value-card,.why-choose-card{padding:1.5rem}.contact-info-box{grid-template-columns:1fr}}.contact-page{background:#fff;min-height:100vh;padding-top:80px}.contact-page .page-hero{background-position:50%;background-size:cover;color:#fff;padding:6rem 0;position:relative;text-align:center}.contact-page .page-hero:before{background:linear-gradient(180deg,#0f172ae0,#0f172ad1 50%,#030712eb);content:"";inset:0;pointer-events:none;position:absolute}.contact-page .page-hero .container{position:relative;z-index:1}.page-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.page-hero-subtitle{font-size:1.5rem;margin:0 auto;max-width:800px;opacity:.95}.contact-page-content{padding:4rem 0}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.info-item{background:#f9fafb;border-radius:16px;padding:2rem}.info-item h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.contact-phone{color:#1e3a8a;display:block;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.contact-phone:hover{color:#1e40af}.info-item p{color:#6b7280;font-size:1rem;line-height:1.6;margin-bottom:.5rem;overflow-wrap:break-word;word-break:break-word}.contact-email{color:#1e3a8a;display:block;font-size:1rem;margin-top:.5rem;text-decoration:none;transition:color .3s ease}.contact-email:hover{color:#1e40af}.maps-container{margin:0 auto;max-width:1200px}.maps-wrapper{border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;position:relative;width:100%}.maps-overlay{align-items:center;background:#00000026;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;right:0;text-decoration:none;top:0;transition:background .2s ease}.maps-overlay:hover{background:#00000040}.maps-overlay-text{background:#1e3a8a;border-radius:8px;box-shadow:0 2px 12px #0003;color:#fff;font-size:1rem;font-weight:600;padding:12px 24px;transition:background .2s ease}.maps-overlay:hover .maps-overlay-text{background:#1e40af}.maps-wrapper iframe{border:none;display:block;height:450px;width:100%}@media (max-width:968px){.page-hero-title{font-size:2.5rem}.page-hero-subtitle{font-size:1.2rem}.contact-info{grid-template-columns:1fr}}@media (max-width:640px){.page-hero{padding:4rem 0}.page-hero-title{font-size:2rem}.page-hero-subtitle{font-size:1rem}.contact-page-content{padding:3rem 0}.maps-wrapper iframe{height:350px}}
/*# sourceMappingURL=main.6ae43485.css.map*/