:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #f59e0b;--text-main: #1e293b;--text-muted: #64748b;--bg-light: #f8fafc;--border-color: #e2e8f0;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{color:var(--text-main);background-color:#fff}.navbar{background:transparent;box-shadow:none;position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease}.navbar.scrolled{background:#fff6;box-shadow:0 2px 10px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{text-decoration:none;display:flex;flex-direction:column;transition:color .3s}.navbar:not(.scrolled) .navbar-logo{color:#fff}.navbar.scrolled .navbar-logo{color:#1a1a1a}.logo-text{font-size:1.5rem;font-weight:700;transition:color .3s}.navbar:not(.scrolled) .logo-text{color:#fff}.navbar.scrolled .logo-text{color:#2563eb}.logo-subtitle{font-size:.85rem;font-weight:500;transition:color .3s}.navbar:not(.scrolled) .logo-subtitle{color:#ffffffe6}.navbar.scrolled .logo-subtitle{color:#666}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:5px;z-index:1001}.mobile-menu-toggle span{width:25px;height:3px;background:currentColor;transition:all .3s;border-radius:2px}.navbar:not(.scrolled) .mobile-menu-toggle{color:#fff}.navbar.scrolled .mobile-menu-toggle{color:#1a1a1a}.navbar-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;transition:all .3s}.navbar-link{text-decoration:none;font-weight:500;transition:color .3s;position:relative}.navbar:not(.scrolled) .navbar-link{color:#fff}.navbar.scrolled .navbar-link{color:#333}.navbar-link:hover,.navbar-link.active{color:#2563eb}.navbar:not(.scrolled) .navbar-link:hover,.navbar:not(.scrolled) .navbar-link.active{color:#fbbf24}.navbar-link.active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#2563eb;transition:background .3s}.navbar:not(.scrolled) .navbar-link.active:after{background:#fbbf24}.navbar-item.has-dropdown{position:relative}.navbar-item.has-dropdown>.navbar-link{display:flex;align-items:center;gap:.35rem}.dropdown-chevron{font-size:.65rem;transition:transform .3s ease}.navbar-item.has-dropdown:hover .dropdown-chevron,.navbar-item.has-dropdown.mobile-dropdown-open .dropdown-chevron{transform:rotate(180deg)}.navbar-dropdown{position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%) translateY(8px);min-width:240px;list-style:none;margin:0;padding:.5rem 0;background:#fffffffa;border-radius:8px;box-shadow:0 8px 24px #00000026;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:1002}.navbar-item.has-dropdown:hover .navbar-dropdown,.navbar-item.has-dropdown:focus-within .navbar-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.navbar-dropdown-link{display:block;padding:.65rem 1.25rem;color:#333;text-decoration:none;font-size:.95rem;font-weight:500;transition:background .2s ease,color .2s ease;white-space:nowrap}.navbar-dropdown-link:hover{background:#f0f7ff;color:#2563eb}@media(max-width:1200px){.navbar-container{padding:0 1.5rem}.navbar-menu{gap:1.5rem}}@media(max-width:1024px){.navbar-menu{gap:1.25rem}}@media(max-width:968px){.mobile-menu-toggle{display:flex}.navbar-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;padding:5rem 2rem 2rem;gap:0;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease}.navbar-menu.mobile-open{right:0}.navbar-item{width:100%;border-bottom:1px solid #e5e7eb}.navbar-item.has-dropdown>.navbar-link{justify-content:space-between}.navbar-dropdown{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;background:#f9fafb;border-radius:0;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.navbar-item.has-dropdown.mobile-dropdown-open .navbar-dropdown{max-height:300px;padding:.25rem 0}.navbar-dropdown-link{padding:.75rem 1.25rem;font-size:.9rem;border-top:1px solid #e5e7eb}.navbar-link{display:block;padding:1rem 0;color:#333;width:100%}.navbar:not(.scrolled) .navbar-menu .navbar-link{color:#333}.navbar-link.active:after{display:none}.navbar-link.active{color:#2563eb;font-weight:600}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}@media(max-width:480px){.navbar-container{padding:0 1rem}.logo-text{font-size:1.25rem}.logo-subtitle{font-size:.75rem}}.footer{background:#1a1a1a;color:#e5e5e5;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:1200px){.footer-container{grid-template-columns:repeat(2,1fr);padding:0 1.5rem}}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:1rem}.footer-description{line-height:1.6;opacity:.8;margin-bottom:1.5rem}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#e5e5e5;text-decoration:none;opacity:.8;transition:opacity .3s}.footer-links a:hover{opacity:1;color:#2563eb}.footer-social{display:flex;gap:1rem;flex-wrap:wrap}.social-link{color:#e5e5e5;text-decoration:none;opacity:.8;transition:opacity .3s}.social-link:hover{opacity:1;color:#2563eb}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-contact li{opacity:.8;line-height:1.6}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;text-align:center;opacity:.7}@media(max-width:968px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.footer{padding:2rem 0 1rem}.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.footer-title{font-size:1.25rem}}@media(max-width:480px){.footer-container{gap:1.5rem}}.whatsapp-button{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1100;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none}.whatsapp-button svg{width:28px;height:28px}.whatsapp-button:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36680}@media(max-width:480px){.whatsapp-button{bottom:1rem;right:1rem;width:50px;height:50px}.whatsapp-button svg{width:24px;height:24px}}.hero{position:relative;height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(to right,#000000b3,#0006,#0003);z-index:1}.heroShape{position:absolute;width:120px;height:120px;z-index:5;pointer-events:none}.heroShape img{width:100%;height:auto}.heroShape1{left:30px;top:140px;animation:hero-anim1 4s linear infinite}.heroShape2{right:30px;bottom:100px;animation:hero-anim2 4s linear infinite}@keyframes hero-anim1{0%{top:140px}50%{top:100px}to{top:140px}}@keyframes hero-anim2{0%{bottom:100px}50%{bottom:140px}to{bottom:100px}}.hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.hero-text{max-width:720px;color:#fff;animation:fadeInUp .8s ease-out}.hero-title{display:flex;flex-direction:column;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-title-line-1{font-size:2.75rem;font-weight:800;color:#ff6b35;display:block;margin-bottom:.75rem;line-height:1.2}.hero-title-line-2{font-size:2.75rem;font-weight:800;color:#fff;display:block;line-height:1.2}.hero-description{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2.5rem;font-size:1.1rem;letter-spacing:.5px}.btn-primary:hover{background:#fff;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.hero-title-line-1,.hero-title-line-2{font-size:2.5rem}.hero-description{font-size:1.15rem}}@media(max-width:1024px){.hero-title-line-1,.hero-title-line-2{font-size:2.25rem}.hero-content{padding:0 1.5rem}}@media(max-width:768px){.hero{height:100vh;padding-top:80px}.hero-content{padding:0 1rem}.hero-title-line-1,.hero-title-line-2{font-size:1.85rem}.hero-description{font-size:1.05rem}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}.heroShape{width:80px;height:80px}.heroShape1{left:15px;top:100px}.heroShape2{right:15px;bottom:80px}}@media(max-width:480px){.hero{height:100vh}.hero-title-line-1,.hero-title-line-2{font-size:1.5rem}.hero-description{font-size:.95rem}.heroShape{width:60px;height:60px}}.services-section,.why-choose-section,.testimonials-section{padding:4rem 0}.services-section{background:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:1200px){.container{padding:0 1.5rem}}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:1200px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media(max-width:1024px){.services-grid,.features-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.section-title{font-size:2.25rem}.section-subtitle{font-size:1.05rem}}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;text-align:center;border:1px solid var(--border-color)}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.service-description{color:#666;line-height:1.6}.why-choose-section{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-item{text-align:center;padding:2rem;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:transform .3s ease}.feature-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.feature-icon{width:60px;height:60px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.feature-item h3{font-size:1.25rem;margin-bottom:.5rem;color:#1a1a1a}.feature-item p{color:#666;line-height:1.6}.testimonials-section{background:#f9fafb}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}@media(max-width:1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}.testimonial-card{background:#fff;padding:2.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-md);border:1px solid var(--border-color);transition:transform .3s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.testimonial-rating{color:#fbbf24;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{font-style:italic;color:#666;line-height:1.6;margin-bottom:1.5rem}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.testimonial-author strong{color:#1a1a1a;font-size:1.1rem}.testimonial-author span{color:#666;font-size:.9rem}@media(max-width:968px){.services-grid,.features-grid,.testimonials-grid{grid-template-columns:1fr}}@media(max-width:768px){.services-section,.why-choose-section,.testimonials-section{padding:3rem 0}.container{padding:0 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.services-grid,.features-grid,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.service-card,.testimonial-card,.feature-item{padding:1.5rem}}@media(max-width:480px){.services-section,.why-choose-section,.testimonials-section{padding:2rem 0}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.service-card,.testimonial-card{padding:1.25rem}.service-icon{font-size:2.5rem}.service-title{font-size:1.25rem}}.services-page{min-height:80vh;padding-top:80px}@media(max-width:1200px){.page-header h1{font-size:2.5rem}.page-header p{font-size:1.15rem}}@media(max-width:1024px){.page-header{padding:3.5rem 1.5rem;padding-top:calc(3.5rem + 80px)}}.services-grid-detailed{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;padding:3rem 0}@media(max-width:1200px){.services-grid-detailed{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}}@media(max-width:1024px){.services-grid-detailed{grid-template-columns:repeat(2,1fr)}.container{padding:0 1.5rem}}.service-card-detailed{background:#fff;border-radius:var(--radius-md);padding:2.5rem;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color);display:flex;flex-direction:column}.service-card-detailed:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon-large{font-size:4rem;margin-bottom:1.5rem;text-align:center}.service-card-detailed h2{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:var(--text-main);text-align:center}.service-card-detailed>p{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;text-align:center;flex-grow:1}.service-features{list-style:none;padding:0;margin:1.5rem 0}.service-features li{color:#666;border-bottom:1px solid #e5e7eb;position:relative;padding:.75rem 0 .75rem 1.5rem}.service-features li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700}.service-features li:last-child{border-bottom:none}.btn-service{width:100%;padding:1rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:auto;text-align:center;display:inline-block;text-decoration:none}.btn-service:hover{background:var(--primary-hover);transform:translateY(-2px)}@media(max-width:900px){.services-grid-detailed{grid-template-columns:1fr}}@media(max-width:968px){.services-grid-detailed{grid-template-columns:1fr}}@media(max-width:768px){.page-header{padding:3rem 1.5rem;padding-top:calc(3rem + 80px)}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.container{padding:0 1rem}.services-grid-detailed{padding:2rem 0;gap:1.5rem}.service-card-detailed{padding:2rem}}@media(max-width:480px){.page-header{padding:2.5rem 1rem;padding-top:calc(2.5rem + 80px)}.page-header h1{font-size:1.75rem}.page-header p{font-size:1rem}.service-card-detailed{padding:1.5rem}.service-icon-large{font-size:3rem}.service-card-detailed h2{font-size:1.5rem}}.about-page{min-height:80vh;padding-top:80px}.about-content{padding:3rem 0}.about-text h2{font-size:2rem;font-weight:600;margin:2rem 0 1rem;color:#1a1a1a}.about-text h2:first-child{margin-top:0}.about-text p{color:#666;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.values-list{list-style:none;padding:0;margin:2rem 0}.values-list li{padding:1rem;margin-bottom:1rem;background:#f9fafb;border-left:4px solid #2563eb;border-radius:4px;line-height:1.6;color:#666}.values-list li strong{color:#1a1a1a;display:block;margin-bottom:.5rem;font-size:1.1rem}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:3rem 0;margin-top:2rem}@media(max-width:1200px){.stats-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.container{padding:0 1.5rem}.page-header{padding:3.5rem 1.5rem;padding-top:calc(3.5rem + 80px)}.page-header h1{font-size:2.5rem}.page-header p{font-size:1.15rem}}.stat-card{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a}.stat-number-large{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:#fbbf24}.stat-label-large{font-size:1rem;opacity:.9}@media(max-width:900px){.stats-section{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-header{padding:3rem 1.5rem;padding-top:calc(3rem + 80px)}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.about-content{padding:2rem 0}.about-text h2{font-size:1.75rem}.about-text p{font-size:1rem}.stats-section{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 0}.stat-number-large{font-size:2rem}.stat-label-large{font-size:.9rem}}@media(max-width:480px){.page-header{padding:2.5rem 1rem;padding-top:calc(2.5rem + 80px)}.page-header h1{font-size:1.75rem}.about-text h2{font-size:1.5rem}.stats-section{grid-template-columns:1fr}.stat-card{padding:1.5rem}.stat-number-large{font-size:1.75rem}}.contact-page{min-height:80vh;padding-top:80px}.page-header{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:4rem 2rem;text-align:center;margin-top:-80px;padding-top:calc(4rem + 80px)}.page-header h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{font-size:1.25rem;opacity:.9}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 0}@media(max-width:1200px){.contact-content{gap:2.5rem}.container{padding:0 1.5rem}}@media(max-width:1024px){.page-header{padding:3.5rem 1.5rem;padding-top:calc(3.5rem + 80px)}.page-header h1{font-size:2.5rem}.page-header p{font-size:1.15rem}}.contact-info h2{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.contact-info>p{color:#666;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{font-size:2rem;min-width:50px}.contact-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.contact-item p{color:#666;line-height:1.6;margin:.25rem 0}.contact-form-container{background:var(--bg-light);padding:2.5rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.contact-form-container h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-main)}.success-message{background:#10b981;color:#fff;padding:1rem;border-radius:var(--radius-sm);margin-bottom:1.5rem;text-align:center}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:var(--radius-sm);margin-bottom:1.5rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--text-main)}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.btn-submit{padding:1rem 2rem;background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.btn-submit:hover{background:var(--primary-hover);transform:translateY(-2px)}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:968px){.container{padding:0 1rem}}@media(max-width:768px){.page-header{padding:3rem 1.5rem;padding-top:calc(3rem + 80px)}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.contact-content{padding:2rem 0}.contact-info h2,.contact-form-container h2{font-size:1.75rem}.contact-item{gap:.75rem}.contact-icon{font-size:1.5rem;min-width:40px}.contact-item h3{font-size:1.1rem}.contact-form-container{padding:1.5rem}}@media(max-width:480px){.page-header{padding:2.5rem 1rem;padding-top:calc(2.5rem + 80px)}.page-header h1{font-size:1.75rem}.contact-info h2,.contact-form-container h2{font-size:1.5rem}.contact-details{gap:1.5rem}.contact-form-container{padding:1.25rem}}.admin-page{padding:120px 2rem 4rem;min-height:100vh;background-color:#f8fafc}.admin-header{max-width:1200px;margin:0 auto 2rem;text-align:center}.admin-header h1{font-size:2.5rem;color:#1e293b;margin-bottom:.5rem}.admin-header p{color:#64748b;font-size:1.1rem}.admin-container{max-width:1200px;margin:0 auto;display:flex;gap:2rem;align-items:flex-start}.admin-sidebar{width:250px;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.admin-tab{padding:1rem 1.5rem;background:transparent;border:none;border-radius:8px;text-align:left;font-size:1rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s}.admin-tab:hover{background:#f1f5f9;color:#0f172a}.admin-tab.active{background:#eff6ff;color:#2563eb;font-weight:600}.admin-content{flex:1;min-width:0}.admin-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.admin-panel h2{font-size:1.5rem;color:#0f172a;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.admin-form{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;margin-bottom:3rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#334155;font-size:.95rem}.form-group input,.form-group textarea,.form-group select{padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;background-color:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-submit{background:#2563eb;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;align-self:flex-start}.file-upload-group{display:flex;flex-direction:column;gap:.5rem}.or-divider{text-align:center;font-size:.8rem;color:var(--text-muted);font-weight:600}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.admin-list-section{margin-top:3rem}.empty-state{color:#64748b;font-style:italic;padding:2rem;background:#f8fafc;border-radius:8px;text-align:center;border:1px dashed #cbd5e1}.empty-state-small{color:#94a3b8;font-size:.9rem;margin-bottom:1.5rem}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.admin-card{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;background:#fff;transition:transform .2s,box-shadow .2s}.admin-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.admin-card-img{width:100%;height:160px;object-fit:cover;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.admin-card-content{padding:1.25rem;flex:1;display:flex;flex-direction:column}.admin-card-content h3{margin:0 0 .5rem;font-size:1.1rem;color:#0f172a}.admin-card-content h4{margin:0 0 .5rem;font-size:1rem;color:#1e293b}.admin-card-content p{color:#64748b;font-size:.9rem;margin:0 0 1rem;line-height:1.5;flex:1}.admin-card-actions{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.badge{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:500}.btn-delete{background:#fee2e2;color:#ef4444;border:none;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#fecaca;color:#dc2626}.admin-product-group{margin-bottom:2.5rem}.group-title{font-size:1.2rem;color:#334155;margin-bottom:1rem;padding-left:.5rem;border-left:4px solid #3b82f6}.subpage-card{background:#f8fafc}.panel-description{color:#64748b;margin-bottom:1.5rem}.inquiry-list{display:flex;flex-direction:column;gap:1.5rem}.inquiry-card{border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;background:#fff}.inquiry-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.inquiry-header h3{margin:0 0 .25rem;color:#0f172a}.inquiry-date{color:#94a3b8;font-size:.85rem;margin:0}.status-select{padding:.4rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;background:#fff}.inquiry-details p{margin:.5rem 0;color:#475569;line-height:1.5}.inquiry-message{background:#f8fafc;padding:1rem;border-radius:8px;white-space:pre-wrap}@media(max-width:768px){.admin-container{flex-direction:column}.admin-sidebar{width:100%;flex-direction:row;overflow-x:auto;padding:.5rem}.admin-tab{white-space:nowrap;padding:.75rem 1rem}.admin-page{padding:100px 1rem 2rem}.admin-panel{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%;max-width:100vw}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.main-content{flex:1;padding-top:0;width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}.home{padding-top:0}img,video,iframe{max-width:100%;height:auto}
