*{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:#3b82f6;border-radius:50%;box-shadow:0 4px 20px #22c55e66;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{box-shadow:0 6px 30px #22c55e99;transform:scale(1.1)}.floating-whatsapp{align-items:center;background:#3b82f6;border-radius:50%;box-shadow:0 4px 20px #22c55e66;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{box-shadow:0 6px 30px #22c55e99;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:#3b82f6;outline:none}.login-box button{background:#3b82f6;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:#2563eb}.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:#3b82f6;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}.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:#3b82f6;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:#3b82f6;outline:none}.admin-form button,.save-btn{background:#3b82f6;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:#2563eb}.items-list{display:flex;flex-direction:column;gap:1rem}.empty-message{color:#9ca3af;font-size:1.1rem;padding:3rem;text-align:center}.item-card{background:#f9fafb;border-left:4px solid #3b82f6;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:#3b82f6;color:#3b82f6}.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: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}}.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{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{cursor:pointer;margin-right:auto;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-text{color:#3b82f6;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:#3b82f6;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-menu a:hover{color:#3b82f6}.navbar-menu a:hover:after{width:100%}.admin-link{background:#3b82f6;border-radius:8px;color:#fff!important;font-weight:600;padding:.5rem 1rem!important}.admin-link:hover{background:#2563eb}.admin-link:after{display:none}.navbar-phone{align-items:center;display:flex}.navbar-phone a{color:#3b82f6;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s ease}.navbar-phone a:hover{color:#2563eb}.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}.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;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;opacity:0;transition:opacity .8s ease-in-out}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{background:linear-gradient(135deg,#3b82f6cc,#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-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}}.features{background:#f9fafb;padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{margin-bottom:1rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s 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;font-size:1rem;line-height:1.7}.loading{color:#6b7280;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:640px){.features{padding:4rem 0}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.feature-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(3,1fr);margin-top:3rem}.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{aspect-ratio:1/1;border-radius:12px;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:#3b82f6;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:#2563eb;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:#3b82f6;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:#2563eb;transform:translateY(-2px)}@media (max-width:968px){.products-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.products{padding:4rem 0}.products-grid{gap:1.5rem;grid-template-columns:1fr}}.banner{background:#fff;padding:0}.banner,.banner-container{overflow:hidden;width:100%}.banner-container{margin:0 auto;max-height:400px;max-width:100%}.banner-image{display:block;height:100%;max-height:400px;object-fit:cover;width:100%}@media (max-width:640px){.banner{padding:0}}.testimonials{background:#f9fafb;padding:6rem 0}.testimonials-slider{border-radius:16px;margin-top:3rem;overflow:hidden;position:relative}.testimonials-track{display:flex;transition:transform .8s ease-in-out}.testimonial-item{min-width:100%;padding:0 1rem}.testimonial-content{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:3rem;text-align:center}.testimonial-stars{display:flex;font-size:1.5rem;gap:.2rem;justify-content:center;margin-bottom:1.5rem}.testimonial-stars .star-filled{color:#fbbf24}.testimonial-stars .star-empty{color:#d1d5db}.testimonial-text{color:#6b7280;font-size:1.2rem;font-style:italic;line-height:1.8;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}.testimonial-author{color:#1f2937;font-size:1.1rem}.testimonial-author strong{color:#3b82f6;font-weight:700}.testimonial-company{color:#6b7280;font-weight:400}.testimonials-empty{color:#6b7280;font-size:1.1rem;padding:3rem;text-align:center}.testimonials-dots{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.testimonial-dot{background:#0000;border:2px solid #3b82f6;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:all .3s ease;width:10px}.testimonial-dot:hover{background:#22c55e4d}.testimonial-dot.active{background:#3b82f6;border-radius:5px;width:30px}@media (max-width:640px){.testimonials{padding:4rem 0}.testimonial-content{padding:2rem}.testimonial-text{font-size:1rem}}.references{background:#f9fafb;overflow:hidden;padding:6rem 0}.references-slider-wrapper{margin-top:3rem;overflow:hidden;position:relative}.references-slider{animation:slide 30s linear infinite;display:flex;gap:2rem;width:-webkit-fit-content;width:fit-content}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.reference-item{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;flex-shrink:0;min-width:250px;padding:2rem;text-align:center;transition:transform .3s ease}.reference-item:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.reference-logo{font-size:3rem;margin-bottom:1rem}.reference-image{border-radius:12px;height:150px;margin-bottom:1rem;object-fit:cover;width:100%}.reference-item h3{color:#1f2937;font-size:1.2rem;font-weight:700}.references-empty{color:#6b7280;font-size:1.2rem;padding:3rem;text-align:center}@media (max-width:640px){.references{padding:4rem 0}.reference-item{min-width:200px}}.footer{background:#1f2937;color:#fff;padding:4rem 0 2rem;position:relative}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1.5fr;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-about{max-width:400px}.footer-logo .logo-text{color:#3b82f6;display:block;font-size:1.8rem;font-weight:800;line-height:1;margin-bottom:1rem}.footer-description{color:#9ca3af;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem;margin-top:0}.footer-social{display:flex;gap:1rem;margin-top:auto}.social-link{align-items:center;background:#374151;border:2px solid #0000;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#3b82f6;border-color:#3b82f6;transform:translateY(-2px)}.social-link.whatsapp:hover{background:#25d366;border-color:#25d366}.social-link.email:hover,.social-link.phone:hover{background:#3b82f6;border-color:#3b82f6}.footer-title{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-links a{color:#9ca3af;display:inline-block;font-size:.95rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#3b82f6;padding-left:5px}.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:#9ca3af;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:#3b82f6;font-weight:600;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#2563eb}.footer-address,.footer-hours{color:#9ca3af;line-height:1.6;overflow-wrap:break-word;word-break:break-word}.footer-bottom{border-top:1px solid #374151;display:flex;flex-direction:column;gap:.5rem;padding-top:2rem;text-align:center}.footer-bottom p{color:#9ca3af;font-size:.9rem;margin:0}.footer-credit{font-size:.85rem!important}.footer-bottom a{color:#3b82f6;text-decoration:none;transition:all .3s ease}.footer-bottom a:hover{color:#2563eb;text-decoration:underline}@media (max-width:968px){.footer{padding:3rem 0 2rem}.footer-content{gap:2.5rem;grid-template-columns:1fr}.footer-about{max-width:100%}.footer-social{margin-top:1rem}.footer-bottom{text-align:center}}.products-page{background:#fff;min-height:100vh;padding-top:80px}.products-page .products{padding-top:4rem}@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}}.about-page{background:#fff;min-height:100vh;padding-top:80px}.about-hero{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:6rem 0;text-align:center}.about-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.about-hero-subtitle{font-size:1.5rem;margin:0 auto;max-width:800px;opacity:.95}.about-content{padding:4rem 0}.about-section{margin-bottom:5rem}.section-container{background:#f9fafb;border-radius:20px;box-shadow:0 4px 20px #0000000d;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,#3b82f6,#2563eb);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:#f9fafb;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:3rem}.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:#1f2937;font-size:2.5rem;font-weight:800;margin-bottom:2rem;text-align:center}.section-content{margin:0 auto;max-width:900px}.section-content p{color:#6b7280;font-size:1.1rem;line-height:1.9;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:#f9fafb;border-left:4px solid #3b82f6;border-radius:16px;padding:2.5rem;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-5px)}.value-card h3{color:#3b82f6;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.value-card p{color:#6b7280;font-size:1rem;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:#f9fafb;border-radius:16px;padding:2rem;text-align:center;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.step-number{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:1.8rem;font-weight:800;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.process-step h3{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.process-step p{color:#6b7280;font-size:1rem;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:#3b82f6;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-radius:16px;border-top:4px solid #3b82f6;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.why-choose-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-5px)}.why-choose-card h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.why-choose-card p{color:#6b7280;font-size:1rem;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 #3b82f6;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:#3b82f6;font-weight:600;text-decoration:none;transition:color .3s ease}.info-box-item a:hover{color:#2563eb}@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}.about-hero-title{font-size:2rem}.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}.page-hero{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:6rem 0;text-align:center}.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:#3b82f6;display:block;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.contact-phone:hover{color:#2563eb}.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:#3b82f6;display:block;font-size:1rem;margin-top:.5rem;text-decoration:none;transition:color .3s ease}.contact-email:hover{color:#2563eb}.maps-container{margin:0 auto;max-width:1200px}.maps-wrapper{border-radius:16px;box-shadow:0 4px 20px #0000001a;overflow:hidden;width:100%}.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.87f34667.css.map*/