:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:sticky;top:0;width:100%;background:#fff;border-bottom:1px solid #e5e7eb;z-index:1000;box-shadow:0 1px 3px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:.875rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (min-width: 768px){.header-container{padding:1rem 1.5rem;gap:2rem}}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:1.25rem;color:#1f2937;transition:color .3s}.logo:hover{color:#2563eb}.logo-image{height:40px;width:auto;object-fit:contain}.logo-text{display:none}@media (min-width: 640px){.logo-text{display:inline}}.nav{display:none;gap:2rem}@media (min-width: 768px){.nav{display:flex}}.nav-link{text-decoration:none;color:#4b5563;font-weight:500;transition:color .3s;position:relative}.nav-link:hover{color:#2563eb}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#2563eb;transition:width .3s}.nav-link:hover:after{width:100%}.cta-button{display:none;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#2563eb;color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s;box-shadow:0 1px 3px #2563eb4d}@media (min-width: 768px){.cta-button{display:flex}}.cta-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px #2563eb66}.menu-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;color:#1f2937;cursor:pointer;transition:color .3s}@media (min-width: 768px){.menu-toggle{display:none}}.menu-toggle:hover{color:#2563eb}@media (max-width: 767px){.nav{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px #0000001a;flex-direction:column;padding:1rem 1.5rem;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease-in-out}.nav-open{display:flex;transform:translateY(0);opacity:1;visibility:visible}.nav-link{padding:.5rem 0}.nav-link:after{bottom:0}}.footer{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:2.5rem 1rem;display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.footer-container{grid-template-columns:repeat(2,1fr);padding:3rem 1.5rem}}@media (min-width: 1024px){.footer-container{grid-template-columns:repeat(4,1fr)}}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .5rem}@media (min-width: 640px){.footer-title{font-size:1.25rem}}.footer-logo{height:36px;width:auto;object-fit:contain}.footer-description{color:#9ca3af;line-height:1.6;font-size:.875rem}@media (min-width: 640px){.footer-description{font-size:.95rem}}.footer-subtitle{font-size:1rem;font-weight:600;color:#fff;margin:0 0 .75rem}@media (min-width: 640px){.footer-subtitle{font-size:1.1rem}}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s;display:block;padding:.25rem 0}.footer-links a:hover{color:#3b82f6}.contact-info{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;color:#9ca3af;font-size:.875rem}@media (min-width: 640px){.contact-info li{font-size:.9375rem;align-items:center}}.contact-info svg{color:#3b82f6;flex-shrink:0}.contact-info a{color:#9ca3af;text-decoration:none;transition:color .3s}.contact-info a:hover{color:#3b82f6}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#3b82f61a;border-radius:50%;color:#3b82f6;text-decoration:none;transition:all .3s}.social-link:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.social-link-skeleton{width:40px;height:40px;background:#ffffff1a;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.footer-link-skeleton{width:100%;height:16px;background:#ffffff1a;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-bottom-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media (min-width: 768px){.footer-bottom-container{flex-direction:row;justify-content:space-between;text-align:left}}.copyright{color:#9ca3af;font-size:.9rem;margin:0}.legal-links{display:flex;gap:1.5rem}.legal-links a{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .3s}.legal-links a:hover{color:#3b82f6}.version{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background:#3b82f61a;color:#3b82f6;border-radius:.25rem;font-size:.8125rem;font-weight:600}.layout{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0 auto;overflow-x:hidden}.main-content{flex:1;display:flex;flex-direction:column;width:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 1rem;min-height:500px;display:flex;align-items:center}@media (min-width: 640px){.hero{padding:3rem 1.5rem;min-height:550px}}@media (min-width: 1024px){.hero{padding:4rem 1.5rem;min-height:600px}}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.hero-container{grid-template-columns:1fr 1fr}}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:1.875rem;font-weight:800;line-height:1.2;margin:0}@media (min-width: 640px){.hero-title{font-size:2.5rem}}@media (min-width: 1024px){.hero-title{font-size:3.5rem}}.highlight{background:linear-gradient(120deg,#84fab0,#8fd3f4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1rem;line-height:1.6;color:#ffffffe6;margin:0}@media (min-width: 640px){.hero-subtitle{font-size:1.125rem;line-height:1.7}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s;font-size:.9375rem;width:100%}@media (min-width: 640px){.btn{width:auto;padding:.875rem 1.75rem;font-size:1rem}}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 14px #0003}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#ffffff80}.hero-badges{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}@media (min-width: 640px){.hero-badges{flex-direction:row;flex-wrap:wrap;gap:1.5rem}}.badge{display:flex;align-items:center;gap:.5rem}.badge-icon{font-size:1.25rem}@media (min-width: 640px){.badge-icon{font-size:1.5rem}}.badge-text{font-size:.875rem;font-weight:500;color:#fffffff2}@media (min-width: 640px){.badge-text{font-size:.95rem}}.hero-image{display:none}@media (min-width: 768px){.hero-image{display:flex;justify-content:center;align-items:center}}.image-placeholder{width:100%;max-width:500px;aspect-ratio:1;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border:2px solid rgba(255,255,255,.2)}.placeholder-icon{font-size:8rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}.placeholder-text{font-size:1.25rem;font-weight:600;color:#ffffffe6;margin:0}.hero-image-real{width:100%;max-width:500px;height:auto;border-radius:1rem;box-shadow:0 20px 40px #0000004d;border:2px solid rgba(255,255,255,.2);object-fit:cover;transition:transform .3s ease,box-shadow .3s ease}.hero-image-real:hover{transform:scale(1.02);box-shadow:0 25px 50px #0006}.home{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.container{padding:0 1.5rem}}.section-header{text-align:center;margin-bottom:2rem}@media (min-width: 768px){.section-header{margin-bottom:3rem}}.section-title{font-size:1.875rem;font-weight:800;color:#1f2937;margin:0 0 .75rem}@media (min-width: 640px){.section-title{font-size:2.25rem}}@media (min-width: 1024px){.section-title{font-size:2.5rem;margin:0 0 1rem}}.section-subtitle{font-size:1rem;color:#6b7280;margin:0;padding:0 1rem}@media (min-width: 640px){.section-subtitle{font-size:1.125rem;padding:0}}.services-section{padding:3rem 0;background:#f9fafb}@media (min-width: 768px){.services-section{padding:4rem 0}}@media (min-width: 1024px){.services-section{padding:5rem 0}}.services-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 640px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.services-grid{grid-template-columns:repeat(4,1fr);margin-bottom:3rem}}.service-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a;transition:all .3s;cursor:pointer}@media (min-width: 768px){.service-card{padding:2rem}}.service-card:hover{box-shadow:0 10px 25px #0000001a}.service-icon{color:#667eea;margin-bottom:1rem}.service-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}@media (min-width: 768px){.service-title{font-size:1.25rem}}.service-description{color:#6b7280;line-height:1.6;margin:0;font-size:.9375rem}@media (min-width: 768px){.service-description{font-size:1rem}}.service-card-skeleton{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a}@media (min-width: 768px){.service-card-skeleton{padding:2rem}}.skeleton-icon{width:40px;height:40px;margin-bottom:1rem;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}.skeleton-title{width:70%;height:20px;margin-bottom:.5rem;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.skeleton-description{width:100%;height:16px;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.section-cta{text-align:center}.btn-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:600;font-size:1.125rem;transition:gap .3s}.btn-link:hover{gap:.75rem}.why-us-section{padding:3rem 0;background:#fff}@media (min-width: 768px){.why-us-section{padding:4rem 0}}@media (min-width: 1024px){.why-us-section{padding:5rem 0}}.why-us-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.why-us-grid{grid-template-columns:1fr 1fr}}.features-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.875rem}@media (min-width: 768px){.features-list{margin:2rem 0 0;gap:1rem}}.feature-item{display:flex;align-items:center;gap:.875rem;font-size:.9375rem;color:#374151}@media (min-width: 768px){.feature-item{gap:1rem;font-size:1.0625rem}}.feature-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#10b981;color:#fff;border-radius:50%;font-weight:700;flex-shrink:0}.stats-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1.5rem;border-radius:1rem;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 768px){.stats-card{padding:3rem 2rem;gap:2rem}}.stat{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.stat-number{font-size:2.5rem;font-weight:800;line-height:1}@media (min-width: 768px){.stat-number{font-size:3rem}}.stat-label{font-size:.9375rem;opacity:.9;margin-top:.5rem}@media (min-width: 768px){.stat-label{font-size:1rem}}.reviews-section{padding:3rem 0;background:#f9fafb}@media (min-width: 768px){.reviews-section{padding:4rem 0}}@media (min-width: 1024px){.reviews-section{padding:5rem 0}}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.reviews-loading{text-align:center;padding:3rem 1rem;color:#fff9;font-size:1.1rem}.reviews-loading:after{content:"";display:inline-block;width:1em;height:1em;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--primary-color);animation:spin .8s linear infinite;margin-left:.5rem;vertical-align:middle}@media (min-width: 768px){.reviews-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width: 1024px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a}@media (min-width: 768px){.review-card{padding:2rem}}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.review-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:48px;height:48px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.author-name{font-weight:600;color:#1f2937;font-size:.9375rem}@media (min-width: 768px){.author-name{font-size:1rem}}.review-date{font-size:.875rem;color:#9ca3af;margin-top:.25rem}.review-rating{display:flex;gap:.25rem}.review-text{color:#4b5563;line-height:1.6;margin:0;font-size:.9375rem}@media (min-width: 768px){.review-text{font-size:1rem}}.cta-section{padding:3rem 0;background:linear-gradient(135deg,#667eea,#764ba2)}@media (min-width: 768px){.cta-section{padding:4rem 0}}@media (min-width: 1024px){.cta-section{padding:5rem 0}}.cta-title{font-size:1.875rem;font-weight:800;color:#fff;margin:0 0 .75rem}@media (min-width: 640px){.cta-title{font-size:2.25rem}}@media (min-width: 1024px){.cta-title{font-size:2.5rem;margin:0 0 1rem}}.cta-text{font-size:1rem;color:#ffffffe6;line-height:1.6;margin:0 0 1.5rem}@media (min-width: 640px){.cta-text{font-size:1.125rem;line-height:1.7;margin:0 0 2rem}}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#fff;color:#667eea;text-decoration:none;border-radius:.5rem;font-weight:700;font-size:1rem;box-shadow:0 4px 14px #0003;transition:all .3s}@media (min-width: 640px){.btn-cta{padding:1rem 2rem;font-size:1.125rem}}.btn-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.contacto{padding:3rem 0;min-height:calc(100vh - 80px);background:#f9fafb}@media (min-width: 768px){.contacto{padding:4rem 0}}@media (min-width: 1024px){.contacto{padding:5rem 0}}.contacto-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media (min-width: 1024px){.contacto-grid{grid-template-columns:1fr 1fr;gap:3rem}}.contacto-form-section{order:1}@media (min-width: 1024px){.contacto-form-section{order:0}}.form-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a}@media (min-width: 768px){.form-card{padding:2.5rem}}.form-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}@media (min-width: 768px){.form-title{font-size:1.75rem}}.alert{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.9375rem}.alert p{margin:0}.alert-success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.alert-error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9375rem;font-weight:600;color:#374151}.form-input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.9375rem;transition:all .3s;font-family:inherit}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-input.input-error{border-color:#ef4444}.form-input.input-error:focus{box-shadow:0 0 0 3px #ef44441a}textarea.form-input{resize:vertical;min-height:120px}.error-message{font-size:.875rem;color:#ef4444}.btn-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 14px #667eea4d}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contacto-info-section{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a}@media (min-width: 768px){.info-card{padding:2.5rem}}.info-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem}@media (min-width: 768px){.info-title{font-size:1.75rem}}.info-list{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;gap:1rem}.info-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:.5rem;flex-shrink:0}.info-content{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:.9375rem;color:#1f2937;line-height:1.5}@media (min-width: 768px){.info-value{font-size:1rem}}.info-link{color:#667eea;text-decoration:none;transition:color .3s}.info-link:hover{color:#764ba2;text-decoration:underline}.map-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;height:350px}@media (min-width: 768px){.map-card{height:400px}}@media (min-width: 1024px){.map-card{height:450px}}.nosotros-page{width:100%}.nosotros-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 1.5rem 4rem;text-align:center;color:#fff}.nosotros-hero-content{max-width:800px;margin:0 auto}.nosotros-hero-title{font-size:2.5rem;font-weight:800;margin:0 0 1rem}.nosotros-hero-subtitle{font-size:1.25rem;opacity:.95;margin:0}@media (min-width: 768px){.nosotros-hero{padding:8rem 1.5rem 5rem}.nosotros-hero-title{font-size:3.5rem}.nosotros-hero-subtitle{font-size:1.5rem}}.section-title{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 2rem}@media (min-width: 768px){.section-title{font-size:2.5rem}}.nosotros-intro{padding:4rem 0;background:#fff}.intro-content{text-align:center;max-width:900px;margin:0 auto}.intro-icon{display:inline-flex;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:1rem;margin-bottom:1.5rem}.intro-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin:0 0 1.5rem}.intro-text:last-child{margin-bottom:0}.intro-text strong{color:#667eea;font-weight:600}.nosotros-services{padding:4rem 0;background:#f9fafb}.services-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem;color:#667eea}.services-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:800px;margin:0 auto}@media (min-width: 768px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.service-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;transition:all .3s}.service-item:hover{box-shadow:0 4px 16px #667eea26;transform:translateY(-2px)}.service-bullet{width:8px;height:8px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;flex-shrink:0;margin-top:.5rem}.service-item p{margin:0;color:#4b5563;line-height:1.6}.nosotros-brands{padding:4rem 0;background:#fff;text-align:center}.brands-description{font-size:1.125rem;line-height:1.8;color:#4b5563;max-width:800px;margin:0 auto 2.5rem}.brands-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:700px;margin:0 auto}.brand-badge{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:2rem;font-weight:600;font-size:1rem;box-shadow:0 2px 8px #667eea4d;transition:all .3s}.brand-badge:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea66}.nosotros-why{padding:4rem 0;background:#f9fafb}.reasons-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:900px;margin:0 auto}@media (min-width: 640px){.reasons-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.reasons-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.reason-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;transition:all .3s}.reason-card:hover{box-shadow:0 4px 16px #667eea26;transform:translateY(-2px)}.reason-check{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-weight:700;font-size:1.25rem;flex-shrink:0}.reason-card p{margin:0;color:#4b5563;line-height:1.6}.nosotros-location{padding:4rem 0;background:#fff}.location-content{text-align:center;max-width:800px;margin:0 auto}.location-content>svg{color:#667eea;margin-bottom:1rem}.location-text{font-size:1.125rem;line-height:1.8;color:#4b5563;margin:0}.location-text strong{color:#667eea;font-weight:600}.nosotros-mvv{padding:4rem 0;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.mvv-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.mvv-grid{grid-template-columns:repeat(3,1fr)}}.mvv-card{padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 16px #00000014;text-align:center;transition:all .3s}.mvv-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea33}.mvv-card>svg{color:#667eea;margin-bottom:1.5rem}.mvv-card h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.mvv-card>p{font-size:1rem;line-height:1.7;color:#4b5563;margin:0}.mvv-card>p strong{color:#667eea;font-weight:600}.values-card{text-align:left}@media (min-width: 1024px){.values-card{grid-column:span 3}}.values-list{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1.5rem}@media (min-width: 640px){.values-list{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.values-list{grid-template-columns:repeat(4,1fr)}}.value-item{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#f9fafb;border-radius:.75rem;transition:all .3s}.value-item:hover{background:#f3f4f6}.value-icon{color:#667eea;width:32px;height:32px}.value-item h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.value-item p{font-size:.9375rem;color:#6b7280;line-height:1.5;margin:0}.nosotros-cta{padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2rem;font-weight:700;margin:0 0 1rem}.cta-content p{font-size:1.125rem;opacity:.95;margin:0 0 2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#667eea;text-decoration:none;font-weight:700;font-size:1.125rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;transition:all .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}@media (min-width: 768px){.cta-content h2{font-size:2.5rem}}.servicios-page{min-height:100vh}.servicios-hero{background:linear-gradient(135deg,#667eea,#764ba2);padding:6rem 1.5rem 4rem;text-align:center}.servicios-hero-content{max-width:800px;margin:0 auto}.servicios-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}.servicios-hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffe6;line-height:1.6;max-width:600px;margin:0 auto}.servicios-section{padding:4rem 1.5rem;background:linear-gradient(to bottom,#f8f9fa,#fff)}.servicios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto 4rem}.service-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;transition:all .3s ease;cursor:pointer;overflow:hidden}.service-card:hover{box-shadow:0 12px 24px #0000001f}.service-card-link{display:block;text-align:center;text-decoration:none;color:inherit;overflow:hidden}.service-image{width:100%;height:200px;overflow:hidden;position:relative;border-radius:12px}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:12px}.service-card:hover .service-image img{transform:scale(1.05)}.service-card-content{padding:2rem 2rem 2.5rem}.service-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;transition:transform .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem;line-height:1.3}.service-description{font-size:1rem;color:#4a5568;line-height:1.7;margin:0 0 1rem}.service-read-more{display:inline-block;color:#667eea;font-weight:600;font-size:.95rem;transition:all .3s ease}.service-card:hover .service-read-more{transform:translate(5px);color:#764ba2}.service-card-skeleton{background:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 4px 6px #00000012;text-align:center}.skeleton-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:50%}.skeleton-title{width:70%;height:24px;margin:0 auto 1rem;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.skeleton-description{width:100%;height:16px;margin:0 auto .75rem;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.skeleton-description.short{width:60%}.servicios-cta{max-width:800px;margin:3rem auto 0;text-align:center}.cta-box{background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 8px 16px #0000001a;border:2px solid #e2e8f0}.cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#2d3748;margin-bottom:1rem}.cta-text{font-size:1.1rem;color:#4a5568;line-height:1.6;margin-bottom:2rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}@media (max-width: 768px){.servicios-hero{padding:4rem 1.5rem 3rem}.servicios-grid{grid-template-columns:1fr;gap:1.5rem}.service-card,.cta-box{padding:2rem 1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn{width:100%;justify-content:center}}@media (max-width: 480px){.servicios-hero-title{font-size:1.75rem}.servicios-hero-subtitle{font-size:1rem}.service-title{font-size:1.25rem}.service-description{font-size:.95rem}.cta-title{font-size:1.5rem}.cta-text{font-size:1rem}}.servicio-detalle-page{min-height:100vh;background:#fff}.servicio-content-section{padding:3rem 1.5rem}.servicio-article{max-width:900px;margin:0 auto}.servicio-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.servicio-icon-large{display:flex;align-items:center;justify-content:center;width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;box-shadow:0 10px 30px #667eea4d}.servicio-title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;color:#2d3748;margin:0 0 1.5rem;line-height:1.2}.servicio-intro{font-size:clamp(1.1rem,2vw,1.25rem);color:#4a5568;line-height:1.7;max-width:700px;margin:0 auto;font-weight:500}.servicio-image-container{margin:2rem 0 3rem;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.servicio-image{width:100%;height:auto;max-height:500px;object-fit:cover;display:block}.servicio-content{margin-bottom:3rem}.servicio-content h2{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;color:#2d3748;margin:2.5rem 0 1rem;line-height:1.3}.servicio-content h3{font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;color:#2d3748;margin:2rem 0 1rem;line-height:1.4}.servicio-content p{font-size:1.05rem;color:#4a5568;line-height:1.9;margin:0 0 1.5rem}.servicio-content strong{color:#2d3748;font-weight:600}.servicio-content ul,.servicio-content ol{margin:1rem 0 1.5rem 1.5rem;padding-left:1rem}.servicio-content li{font-size:1.05rem;color:#4a5568;line-height:1.8;margin-bottom:.75rem}.servicio-content a{color:#667eea;text-decoration:underline;transition:color .3s ease}.servicio-content a:hover{color:#764ba2}.servicio-subtitle{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;color:#2d3748;margin:2.5rem 0 1rem;line-height:1.3}.servicio-paragraph{font-size:1.05rem;color:#4a5568;line-height:1.9;margin:0 0 1.5rem;text-align:justify}.servicio-paragraph strong{color:#2d3748;font-weight:600}.servicio-cta{margin:4rem 0 3rem}.cta-box{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2rem;border-radius:12px;box-shadow:0 10px 30px #667eea4d;text-align:center;color:#fff}.cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#fff;margin-bottom:1rem}.cta-text{font-size:1.1rem;color:#fffffff2;line-height:1.6;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:#fff;color:#667eea;box-shadow:0 4px 12px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn-secondary{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.servicio-back{text-align:center;padding-top:2rem;border-top:1px solid #e2e8f0}.btn-link{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-size:1rem;font-weight:600;transition:all .3s ease}.btn-link:hover{color:#764ba2;gap:.7rem}.servicio-detalle-skeleton{max-width:900px;margin:3rem auto;padding:0 1.5rem}.skeleton-header{width:100%;height:300px;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px;margin-bottom:2rem}.skeleton-content{width:100%;height:600px;background:linear-gradient(90deg,#e2e8f0 25%,#edf2f7,#e2e8f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.servicio-not-found{max-width:600px;margin:5rem auto;padding:3rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012}.servicio-not-found h1{font-size:2rem;color:#2d3748;margin-bottom:1rem}.servicio-not-found p{font-size:1.1rem;color:#4a5568;margin-bottom:2rem}@media (max-width: 768px){.servicio-content-section{padding:2rem 1.5rem}.servicio-header{margin-bottom:2rem;padding-bottom:1.5rem}.servicio-icon-large{width:90px;height:90px;margin-bottom:1.5rem}.servicio-icon-large svg{width:45px;height:45px}.servicio-subtitle{margin:2rem 0 .75rem}.servicio-paragraph{font-size:1rem;line-height:1.8;text-align:left}.cta-box{padding:2rem 1.5rem}.cta-buttons{flex-direction:column;align-items:stretch}.btn{width:100%;justify-content:center}.servicio-cta{margin:3rem 0 2rem}}@media (max-width: 480px){.servicio-title{font-size:1.75rem}.servicio-intro{font-size:1rem}.servicio-subtitle{font-size:1.35rem}.servicio-paragraph{font-size:.95rem}.cta-title{font-size:1.5rem}.cta-text{font-size:1rem}}.privacy-policy{min-height:100vh;padding:80px 0 60px;background:#fff}.privacy-policy .container{max-width:900px;margin:0 auto;padding:0 20px}.policy-header{text-align:center;margin-bottom:50px;background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 10px 30px #0003}.policy-icon{color:#667eea;margin-bottom:20px}.policy-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:15px}.last-updated{font-size:.95rem;color:#718096;font-style:normal}.policy-content{background:#fff;padding:50px 40px;border-radius:16px;box-shadow:0 10px 30px #0003;line-height:1.8}.policy-section{margin-bottom:40px}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-size:1.75rem;font-weight:700;color:#2d3748;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #667eea}.section-icon-title svg{color:#667eea;flex-shrink:0}.policy-section h3{font-size:1.25rem;font-weight:600;color:#4a5568;margin-top:25px;margin-bottom:15px}.policy-section p{font-size:1rem;color:#4a5568;margin-bottom:15px}.policy-section ul,.policy-section ol{margin-left:25px;margin-bottom:15px}.policy-section li{font-size:1rem;color:#4a5568;margin-bottom:10px;line-height:1.7}.policy-section strong{color:#2d3748;font-weight:600}.policy-section a{color:#667eea;text-decoration:none;transition:color .3s ease}.policy-section a:hover{color:#764ba2;text-decoration:underline}.highlight-box{background:#f7fafc;border-left:4px solid #667eea;padding:20px 25px;margin:25px 0;border-radius:8px}.highlight-box p{margin-bottom:0;font-size:1rem;color:#2d3748}.contact-info-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:25px 30px;border-radius:12px;margin-top:20px;box-shadow:0 4px 15px #667eea4d}.rights-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.right-item{background:#f7fafc;padding:20px;border-radius:10px;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.right-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.right-item h4{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:8px;display:flex;align-items:center;gap:8px}.right-item h4 svg{color:#667eea}.right-item p{font-size:.95rem;color:#4a5568;margin-bottom:0}.cookie-table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.95rem;box-shadow:0 2px 10px #0000001a;border-radius:8px;overflow:hidden}.cookie-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cookie-table th{padding:15px;text-align:left;font-weight:600}.cookie-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .3s ease}.cookie-table tbody tr:last-child{border-bottom:none}.cookie-table tbody tr:hover{background-color:#f7fafc}.cookie-table td{padding:15px;color:#4a5568}.cookie-table code{background:#edf2f7;padding:2px 6px;border-radius:4px;font-size:.9rem;color:#667eea}.security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin:20px 0}.security-item{display:flex;align-items:center;gap:10px;padding:12px;background:#f7fafc;border-radius:8px;transition:transform .3s ease}.security-item:hover{transform:translate(5px)}.security-item svg{color:#667eea;flex-shrink:0}.security-item span{font-size:.95rem;color:#2d3748;font-weight:500}@media (max-width: 768px){.privacy-policy{padding:60px 0 40px}.policy-header{padding:30px 20px}.policy-title{font-size:2rem}.policy-content{padding:30px 20px}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.1rem}.rights-list,.security-features{grid-template-columns:1fr}.cookie-table{font-size:.85rem}.cookie-table th,.cookie-table td{padding:10px}}@media (max-width: 480px){.policy-title{font-size:1.75rem}.policy-section h2{font-size:1.3rem}.section-icon-title{flex-direction:column;align-items:flex-start}.contact-info-box{padding:20px}}.terms-of-service{min-height:100vh;padding:80px 0 60px;background:#fff}.terms-of-service .container{max-width:900px;margin:0 auto;padding:0 20px}.terms-header{text-align:center;margin-bottom:50px;background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 10px 30px #0003}.terms-icon{color:#f5576c;margin-bottom:20px}.terms-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:15px}.last-updated{font-size:.95rem;color:#718096;font-style:italic}.terms-content{background:#fff;padding:50px 40px;border-radius:16px;box-shadow:0 10px 30px #0003;line-height:1.8}.terms-section{margin-bottom:40px}.terms-section:last-child{margin-bottom:0}.terms-section h2{font-size:1.75rem;font-weight:700;color:#2d3748;margin-bottom:20px;padding-bottom:10px;border-bottom:3px solid #f5576c}.section-icon-title{display:flex;align-items:center;gap:12px;margin-bottom:20px}.section-icon-title svg{color:#f5576c;flex-shrink:0}.section-icon-title h2{margin-bottom:0;padding-bottom:0;border-bottom:none}.terms-section h3{font-size:1.25rem;font-weight:600;color:#4a5568;margin-top:25px;margin-bottom:15px}.terms-section p{font-size:1rem;color:#4a5568;margin-bottom:15px}.terms-section ul,.terms-section ol{margin-left:25px;margin-bottom:15px}.terms-section li{font-size:1rem;color:#4a5568;margin-bottom:10px;line-height:1.7}.terms-section strong{color:#2d3748;font-weight:600}.terms-section a{color:#f5576c;text-decoration:none;transition:color .3s ease}.terms-section a:hover{color:#f093fb;text-decoration:underline}.contact-info-box{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:25px 30px;border-radius:12px;margin-top:20px;box-shadow:0 4px 15px #f5576c4d}.contact-info-box p{color:#fff;margin-bottom:10px;font-size:1rem}.contact-info-box p:last-child{margin-bottom:0}.contact-info-box a{color:#fff;text-decoration:underline;transition:opacity .3s ease}.contact-info-box a:hover{opacity:.8}.contact-info-box strong{color:#fff;font-weight:600}.acceptance-notice{display:flex;align-items:flex-start;gap:12px;background:#fff5f7;border-left:4px solid #f5576c;padding:20px 25px;margin-top:25px;border-radius:8px}.acceptance-notice svg{color:#f5576c;flex-shrink:0;margin-top:2px}.acceptance-notice p{margin-bottom:0;font-size:1rem;color:#2d3748}.warning-box{background:#fffbeb;border-left:4px solid #f59e0b;padding:20px 25px;margin:25px 0;border-radius:8px;display:flex;align-items:flex-start;gap:12px}.warning-box svg{color:#f59e0b;flex-shrink:0;margin-top:2px}.warning-box p{margin-bottom:0;font-size:1rem;color:#78350f}.info-box{background:#eff6ff;border-left:4px solid #3b82f6;padding:20px 25px;margin:25px 0;border-radius:8px;display:flex;align-items:flex-start;gap:12px}.info-box svg{color:#3b82f6;flex-shrink:0;margin-top:2px}.info-box p{margin-bottom:0;font-size:1rem;color:#1e3a8a}.success-box{background:#f0fdf4;border-left:4px solid #10b981;padding:20px 25px;margin:25px 0;border-radius:8px;display:flex;align-items:flex-start;gap:12px}.success-box svg{color:#10b981;flex-shrink:0;margin-top:2px}.success-box p{margin-bottom:0;font-size:1rem;color:#064e3b}.service-timeline{margin:25px 0}.timeline-item{display:flex;align-items:flex-start;gap:15px;padding:15px;margin-bottom:15px;background:#f7fafc;border-radius:10px;border-left:4px solid #f5576c;transition:transform .3s ease,box-shadow .3s ease}.timeline-item:hover{transform:translate(5px);box-shadow:0 3px 10px #0000001a}.timeline-number{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.timeline-content h4{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:5px}.timeline-content p{font-size:.95rem;color:#4a5568;margin-bottom:0}.guarantee-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:10px 20px;border-radius:50px;font-weight:600;font-size:1rem;margin:15px 0;box-shadow:0 4px 10px #10b9814d}.guarantee-badge svg{color:#fff}@media (max-width: 768px){.terms-of-service{padding:60px 0 40px}.terms-header{padding:30px 20px}.terms-title{font-size:2rem}.terms-content{padding:30px 20px}.terms-section h2{font-size:1.5rem}.terms-section h3{font-size:1.1rem}.timeline-item{flex-direction:column;text-align:center}}@media (max-width: 480px){.terms-title{font-size:1.75rem}.terms-section h2{font-size:1.3rem}.section-icon-title{flex-direction:column;align-items:flex-start}.contact-info-box{padding:20px}.acceptance-notice{flex-direction:column}.guarantee-badge{font-size:.9rem;padding:8px 16px}}.cookie-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s}.cookie-overlay.active{opacity:1;pointer-events:all}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000026;z-index:9999;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-banner-content{max-width:1200px;margin:0 auto;padding:1.5rem}@media (min-width: 768px){.cookie-banner-content{padding:2rem}}.cookie-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.cookie-icon{color:#667eea;flex-shrink:0}.cookie-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}@media (min-width: 768px){.cookie-title{font-size:1.5rem}}.cookie-text{color:#4b5563;line-height:1.6;margin:0 0 1.5rem;font-size:.9375rem}@media (min-width: 768px){.cookie-text{font-size:1rem}}.cookie-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}@media (min-width: 640px){.cookie-actions{flex-direction:row;justify-content:flex-end}}.btn-cookie{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s;font-family:inherit}.btn-cookie.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #667eea4d}.btn-cookie.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-cookie.btn-secondary{background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db}.btn-cookie.btn-secondary:hover{background:#e5e7eb}.btn-cookie.btn-settings{background:#fff;color:#667eea;border:1px solid #667eea}.btn-cookie.btn-settings:hover{background:#f5f3ff}.cookie-policy{font-size:.875rem;color:#6b7280;margin:0;text-align:center}@media (min-width: 640px){.cookie-policy{text-align:right}}.cookie-policy a{color:#667eea;text-decoration:underline;transition:color .3s}.cookie-policy a:hover{color:#764ba2}.cookie-settings-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:1rem;box-shadow:0 20px 60px #0000004d;z-index:9999;max-width:600px;width:90%;max-height:85vh;display:flex;flex-direction:column;animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:translate(-50%,-50%) scale(.9);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.cookie-settings-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.cookie-settings-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.btn-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f3f4f6;border:none;border-radius:.375rem;color:#6b7280;cursor:pointer;transition:all .3s}.btn-close:hover{background:#e5e7eb;color:#1f2937}.cookie-settings-body{flex:1;overflow-y:auto;padding:1.5rem}.cookie-settings-description{color:#6b7280;line-height:1.6;margin:0 0 1.5rem;font-size:.9375rem}.cookie-categories{display:flex;flex-direction:column;gap:1rem}.cookie-category{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;transition:all .3s}.cookie-category:hover{border-color:#667eea;background:#faf8ff}.category-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.category-info{display:flex;gap:.75rem;flex:1}.category-icon{color:#667eea;flex-shrink:0;margin-top:.125rem}.category-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .25rem}.category-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}.toggle-switch{position:relative;width:48px;height:24px;cursor:pointer;flex-shrink:0}.toggle-switch.disabled{opacity:.5;cursor:not-allowed}.toggle-switch input{display:none}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:24px;transition:all .3s}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:all .3s;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.cookie-settings-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}.cookie-settings-footer .btn-cookie{flex:1}@media (max-width: 639px){.cookie-banner{bottom:0}.cookie-settings-panel{width:95%;max-height:90vh}.cookie-settings-footer{flex-direction:column}}.cookie-settings-body::-webkit-scrollbar{width:8px}.cookie-settings-body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.cookie-settings-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.cookie-settings-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;width:100%;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;color:#1f2937;line-height:1.6;margin:0;padding:0;width:100%;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}
