: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;-webkit-text-size-adjust:100%}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--color-primary: #d4af37;--color-primary-light: #f4e4a1;--color-primary-dark: #b8941f;--color-dark: #2c2c2c;--color-dark-light: #1a1a1a;--color-text: #333333;--color-text-light: #666666;--color-text-muted: #888888;--color-text-subtle: #aaa;--color-bg-primary: #ffffff;--color-bg-light: #faf9f7;--color-bg-light-alt: #f3f1ec;--color-bg-cream: #f8f6f3;--color-bg-cream-alt: #f0ede8;--color-border: #e8e5e0;--color-border-light: #f0ede8;--color-border-dark: #e0ddd8;--color-success: #d4edda;--color-success-text: #155724;--color-success-border: #c3e6cb;--font-display: "Kaushan Script", cursive;--font-hero: "Dancing Script", cursive;--font-accent: "Caveat", cursive;--font-handwritten: "Handlee", cursive;--font-casual: "Patrick Hand", cursive;--font-elegant: "Satisfy", cursive;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--font-serif: "Playfair Display", Georgia, serif;--font-size-hero: 4rem;--font-size-h1: 3rem;--font-size-h2: 2.8rem;--font-size-h3: 2rem;--font-size-h4: 1.4rem;--font-size-base: 1rem;--font-size-lg: 1.2rem;--font-size-sm: .9rem;--font-size-xs: .8rem;--font-size-badge: 1rem;--font-size-btn: 1.1rem;--font-size-caption: .85rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-xxl: 3rem;--spacing-xxxl: 4rem;--spacing-section: 6rem;--border-radius-sm: 6px;--border-radius: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--border-radius-xl: 20px;--border-radius-round: 25px;--border-radius-full: 50%;--shadow-sm: 0 4px 15px rgba(0, 0, 0, .1);--shadow: 0 10px 30px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 40px rgba(0, 0, 0, .15);--shadow-primary: 0 4px 15px rgba(212, 175, 55, .3);--shadow-primary-hover: 0 6px 20px rgba(212, 175, 55, .4);--gradient-primary: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));--gradient-bg-light: linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-bg-light-alt) 100%);--gradient-bg-cream: linear-gradient(135deg, var(--color-bg-cream), var(--color-bg-cream-alt));--gradient-dark: linear-gradient(135deg, var(--color-dark), var(--color-dark-light));--gradient-highlight: linear-gradient(90deg, var(--color-primary), var(--color-primary-light));--transition-fast: .2s ease;--transition: .3s ease;--transition-slow: .5s ease;--transition-bounce: .3s cubic-bezier(.175, .885, .32, 1.275);--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1200px}@media (max-width: 768px){:root{--font-size-hero: 3rem;--font-size-h1: 2.2rem;--font-size-h2: 2.2rem;--font-size-h3: 1.6rem;--font-size-h4: 1.2rem;--spacing-section: 4rem}}@media (max-width: 480px){:root{--font-size-hero: 2.5rem;--font-size-h1: 2rem;--font-size-h2: 2rem;--font-size-h3: 1.4rem;--spacing-section: 3rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{font-family:var(--font-handwritten);line-height:1.6;color:var(--color-text);overflow-x:hidden;position:relative;width:100%;max-width:100vw}#root{width:100%;overflow-x:hidden}.App{min-height:100vh;width:100%;overflow-x:hidden}a[href^="#"]{scroll-behavior:smooth}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}*:focus{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background:var(--color-primary);color:#fff}section,main,article{width:100%;max-width:100vw;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-light)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}.hero{min-height:100vh;background:linear-gradient(135deg,#f8f6f3,#f0ede8);display:flex;align-items:center;padding:2rem 0}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:500px}.hero-title{font-family:Dancing Script,cursive;font-size:4rem;font-weight:600;line-height:1.2;color:#2c2c2c;margin-bottom:1.5rem}.highlight{color:#d4af37}.hero-subtitle{font-family:Caveat,cursive;font-size:1.4rem;font-weight:500;line-height:1.6;color:#666;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:8px;font-family:Patrick Hand,cursive;font-weight:400;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;box-shadow:0 4px 15px #d4af374d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.btn-secondary{background:transparent;color:#2c2c2c;border:2px solid #d4af37}.btn-secondary:hover{background:#d4af37;color:#fff;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-video{width:100%;max-width:600px;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0003}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{justify-content:center}.hero-video{max-width:400px;height:300px}}.about{padding:6rem 0;background:linear-gradient(135deg,#f8f6f3,#f0ede8)}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{display:flex;justify-content:center}.about-img{width:100%;max-width:400px;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #00000026}.about-badge{display:inline-block;margin-bottom:1rem}.about-badge span{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-family:Satisfy,cursive;font-size:1rem;font-weight:400}.about-title{font-family:Kaushan Script,cursive;font-size:3rem;font-weight:400;line-height:1.3;color:#2c2c2c;margin-bottom:1.5rem}.about-title .highlight{color:#d4af37}.about-text{font-family:Handlee,cursive;font-size:1.2rem;line-height:1.7;color:#666;margin-bottom:2.5rem}.about-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.feature{display:flex;align-items:center;gap:1rem}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#f8f6f3,#f0ede8);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;border:1px solid #e8e5e0;color:#d4af37}.feature-content h4{font-family:Caveat,cursive;font-size:1.3rem;font-weight:600;color:#2c2c2c;margin:0 0 .25rem}.feature-content p{font-family:Handlee,cursive;font-size:1rem;color:#666;margin:0}@media (max-width: 768px){.about-container{grid-template-columns:1fr;gap:2rem;text-align:center}.about-image{order:2}.about-content{order:1}.about-title{font-size:2.2rem}.about-img{max-width:300px;height:350px}.about-features{align-items:center}.feature{text-align:center;flex-direction:column;gap:.5rem}}.services{padding:6rem 0;background:#fff}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-header{text-align:center;margin-bottom:4rem}.services-badge{margin-bottom:1rem}.services-badge span{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-family:Satisfy,cursive;font-size:1rem;font-weight:400}.services-title{font-family:Kaushan Script,cursive;font-size:3rem;font-weight:400;line-height:1.3;color:#2c2c2c;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.services-title .highlight{color:#d4af37}.services-subtitle{font-family:Handlee,cursive;font-size:1.2rem;line-height:1.7;color:#666;max-width:500px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0ede8}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#f8f6f3,#f0ede8);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin-bottom:1.5rem;border:1px solid #e8e5e0;color:#d4af37}.service-title{font-family:Caveat,cursive;font-size:1.8rem;font-weight:600;color:#2c2c2c;margin-bottom:1rem}.service-description{font-family:Handlee,cursive;font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin-bottom:0}.service-features li{font-family:Patrick Hand,cursive;font-size:1rem;color:#555;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.checkmark{width:20px;height:20px;background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.services-title{font-size:2.2rem}.service-card{padding:1.5rem}}.portfolio{padding:6rem 0;background:linear-gradient(135deg,#f8f6f3,#f0ede8)}.portfolio-container{max-width:1200px;margin:0 auto;padding:0 2rem}.portfolio-header{text-align:center;margin-bottom:4rem}.portfolio-badge{margin-bottom:1rem}.portfolio-badge span{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-family:Satisfy,cursive;font-size:1rem;font-weight:400}.portfolio-title{font-family:Kaushan Script,cursive;font-size:3rem;font-weight:400;line-height:1.3;color:#2c2c2c;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.portfolio-title .highlight{color:#d4af37}.portfolio-subtitle{font-family:Handlee,cursive;font-size:1.2rem;line-height:1.7;color:#666;max-width:500px;margin:0 auto 3rem}.portfolio-filters{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.filter-btn{padding:.75rem 1.5rem;border:2px solid #e8e5e0;background:#fff;color:#666;border-radius:25px;font-family:Patrick Hand,cursive;font-weight:400;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;border-color:#d4af37;transform:translateY(-2px)}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.portfolio-item{border-radius:12px;overflow:hidden;position:relative;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.portfolio-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.portfolio-image{position:relative;overflow:hidden}.portfolio-image .image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#e8e5e0,#d4d1cc);border:2px dashed #a8a5a0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#666;font-family:Handlee,cursive}.portfolio-image .image-placeholder p{font-size:1rem;font-weight:500;margin:0}.portfolio-image .image-placeholder span{font-size:.8rem;opacity:.8}.portfolio-image .image-placeholder small{font-size:.7rem;opacity:.6;text-align:center}.portfolio-img{width:100%;height:400px;object-fit:cover;border-radius:8px;transition:transform .3s ease;display:block}.portfolio-item:hover .portfolio-img{transform:scale(1.02)}.portfolio-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8f6f3,#f0ede8);border-radius:16px}.portfolio-cta p{font-family:Handlee,cursive;font-size:1.2rem;color:#666;margin-bottom:2rem}.portfolio-cta .btn-primary{padding:1rem 2rem;background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;border:none;border-radius:8px;font-family:Patrick Hand,cursive;font-weight:400;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af374d}.portfolio-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}@media (max-width: 768px){.portfolio-title{font-size:2.2rem}.portfolio-filters{gap:.5rem}.filter-btn{padding:.5rem 1rem;font-size:.9rem}.portfolio-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.portfolio-image .image-placeholder,.portfolio-img{height:300px}.portfolio-cta{padding:2rem 1rem}}.testimonials{padding:6rem 0;background:#fff}.testimonials-container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-badge{margin-bottom:1rem}.testimonials-badge span{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-family:Satisfy,cursive;font-size:1rem;font-weight:400}.testimonials-title{font-family:Kaushan Script,cursive;font-size:3rem;font-weight:400;line-height:1.3;color:#2c2c2c;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.testimonials-title .highlight{color:#d4af37}.testimonials-subtitle{font-family:Handlee,cursive;font-size:1.2rem;line-height:1.7;color:#666;max-width:600px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;align-items:stretch}.testimonial-card{background:linear-gradient(135deg,#f8f6f3,#f0ede8);border-radius:16px;padding:2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e8e5e0;display:flex;flex-direction:column;height:100%}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.quote-icon{font-family:Playfair Display,serif;font-size:4rem;color:#d4af37;line-height:1;margin-bottom:1rem;opacity:.3}.testimonial-content{flex:1;display:flex;flex-direction:column}.testimonial-text{font-family:Handlee,cursive;font-size:1rem;line-height:1.7;color:#444;margin-bottom:1.5rem;font-style:italic;flex:1}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:2rem}.star{font-size:1rem;opacity:.3;transition:opacity .3s ease}.star.filled{opacity:1}.testimonial-author{padding-top:1.5rem;border-top:1px solid #e0ddd8;margin-top:auto}.author-name{font-family:Caveat,cursive;font-size:1.1rem;font-weight:600;color:#2c2c2c;margin:0 0 .25rem}.author-occasion{font-family:Patrick Hand,cursive;font-size:.9rem;color:#d4af37;font-weight:500;margin:0 0 .25rem}.author-location{font-family:Handlee,cursive;font-size:.8rem;color:#888;margin:0}.testimonials-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#d4af37,#b8941f);border-radius:20px;color:#fff}.testimonials-cta h3{font-family:Caveat,cursive;font-size:2.2rem;font-weight:600;margin-bottom:1rem}.testimonials-cta p{font-family:Handlee,cursive;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.testimonials-cta .btn-primary{background:#fff;color:#d4af37;padding:1rem 2rem;border:none;border-radius:8px;font-family:Patrick Hand,cursive;font-weight:400;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.testimonials-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background:#f8f6f3}@media (max-width: 768px){.testimonials-title{font-size:2.2rem}.testimonials-grid{grid-template-columns:1fr}.testimonials-cta{padding:2rem 1rem}.testimonials-cta h3{font-size:1.6rem}}.contact-form{padding:6rem 0;background:linear-gradient(135deg,#faf9f7,#f3f1ec)}.contact-form-container{max-width:1200px;margin:0 auto;padding:0 2rem}.form-header{text-align:center;margin-bottom:4rem}.form-badge{margin-bottom:1rem}.form-badge span{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;padding:.5rem 1.5rem;border-radius:25px;font-family:Satisfy,cursive;font-size:1rem;font-weight:400}.form-title{font-family:Kaushan Script,cursive;font-size:3rem;font-weight:400;line-height:1.3;color:#2c2c2c;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.form-title .highlight{color:#d4af37}.form-subtitle{font-family:Handlee,cursive;font-size:1.2rem;line-height:1.7;color:#666;max-width:600px;margin:0 auto}.form-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.form-info h3{font-family:Caveat,cursive;font-size:2rem;font-weight:600;color:#2c2c2c;margin-bottom:2rem}.info-list{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{width:50px;height:50px;background:linear-gradient(135deg,#d4af37,#b8941f);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;color:#fff}.info-item h4{font-family:Patrick Hand,cursive;font-size:1.2rem;font-weight:400;color:#2c2c2c;margin:0 0 .5rem}.info-item p{font-family:Handlee,cursive;font-size:1rem;line-height:1.5;color:#666;margin:0}.contact-form-form{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 40px #0000001a;border:1px solid #f0ede8}.submit-message{padding:1rem;border-radius:8px;margin-bottom:2rem;font-family:Patrick Hand,cursive;font-weight:400}.submit-message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.submit-message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-family:Patrick Hand,cursive;font-size:1rem;font-weight:400;color:#2c2c2c;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e8e5e0;border-radius:8px;font-family:Handlee,cursive;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff;color:#2c2c2c}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px #d4af371a}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;border:none;border-radius:8px;font-family:Patrick Hand,cursive;font-weight:400;font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af374d;margin-bottom:1rem}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-note{font-family:Handlee,cursive;font-size:.9rem;color:#888;text-align:center;margin:0;line-height:1.4}@media (max-width: 768px){.form-content{grid-template-columns:1fr;gap:2rem}.form-title{font-size:2.2rem}.form-row{grid-template-columns:1fr}.contact-form-form{padding:2rem}.info-list{gap:1.5rem}.info-item{gap:.75rem}.info-icon{width:40px;height:40px;font-size:1rem}}.footer{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);color:#f5f5f5;padding:4rem 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-about{max-width:400px}.footer-section h3{font-family:Dancing Script,cursive;font-size:2.2rem;font-weight:600;color:#d4af37;margin-bottom:1rem}.footer-section h4{font-family:Caveat,cursive;font-size:1.2rem;font-weight:600;color:#d4af37;margin-bottom:1.5rem}.footer-section h5{font-family:Patrick Hand,cursive;font-size:1rem;font-weight:400;color:#f5f5f5;margin-bottom:.5rem}.footer-logo img{display:block}.footer-logo p{font-family:Handlee,cursive;font-size:.95rem;line-height:1.6;color:#ccc;margin:1rem 0 1.5rem}.language-selector{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff0d;border:1px solid #444;border-radius:8px;margin-top:1.5rem;max-width:250px}.language-icon{font-size:1.2rem;color:#d4af37}.language-select{flex:1;background:transparent;border:none;color:#ccc;font-family:Handlee,cursive;font-size:.95rem;cursor:pointer;outline:none;padding:.25rem}.language-select option{background:#2c2c2c;color:#ccc;padding:.5rem}.language-select:hover{color:#d4af37}.language-select:focus{color:#d4af37}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{font-family:Handlee,cursive;font-size:.95rem;color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#d4af37}.footer-link-btn{background:none;border:none;font-family:Handlee,cursive;font-size:.95rem;color:#ccc;text-decoration:none;transition:color .3s ease;cursor:pointer;padding:0;text-align:left;width:100%}.footer-link-btn:hover{color:#d4af37}.footer-contact{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem}.contact-icon{font-size:1.2rem;width:20px;flex-shrink:0;color:#d4af37;display:flex;align-items:center;justify-content:center}.contact-item p{font-family:Handlee,cursive;font-size:.9rem;color:#ccc;margin:0;line-height:1.4}.social-links{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.social-link{display:flex;align-items:center;gap:.75rem;font-family:Handlee,cursive;font-size:.95rem;color:#ccc;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#d4af37}.social-link svg{font-size:1.2rem;width:20px;flex-shrink:0}.footer-bottom{border-top:1px solid #444;padding:2rem 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-legal{display:flex;flex-direction:column;gap:.75rem}.footer-legal p{font-family:Handlee,cursive;font-size:.85rem;color:#aaa;margin:0}.legal-links{display:flex;gap:2rem}.legal-links a{font-family:Handlee,cursive;font-size:.85rem;color:#aaa;text-decoration:none;transition:color .3s ease}.legal-links a:hover{color:#d4af37}.legal-link-btn{background:none;border:none;font-family:Handlee,cursive;font-size:.85rem;color:#aaa;text-decoration:underline;cursor:pointer;transition:color .3s ease;padding:0}.legal-link-btn:hover{color:#d4af37}.footer-credits{display:flex;align-items:center;gap:2rem}.footer-credits p{font-family:Handlee,cursive;font-size:.85rem;color:#aaa;margin:0}.back-to-top{background:transparent;border:1px solid #444;color:#ccc;padding:.5rem 1rem;border-radius:6px;font-family:Patrick Hand,cursive;font-size:.9rem;cursor:pointer;transition:all .3s ease}.back-to-top:hover{background:#d4af37;border-color:#d4af37;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer-about{max-width:100%;text-align:center}.footer-logo img{margin:0 auto}.language-selector{max-width:100%}.footer-bottom-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.legal-links{flex-wrap:wrap;gap:1rem}.footer-credits{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr;gap:2.5rem}}@media (max-width: 480px){.footer{padding:3rem 0 0}.footer-container{padding:0 1rem}.footer-content{gap:2rem}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1rem}}.legal-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;z-index:15000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.legal-modal{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.legal-modal-header{padding:2rem 2rem 1rem;border-bottom:2px solid #f0ede8;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#f8f6f3,#f0ede8);border-radius:16px 16px 0 0}.legal-modal-header h2{font-family:Kaushan Script,cursive;font-size:2rem;font-weight:400;color:#2c2c2c;margin:0}.legal-modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:.25rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.legal-modal-close:hover{background:#d4af371a;color:#d4af37}.legal-modal-content{padding:2rem;overflow-y:auto;flex:1;font-family:Handlee,cursive;line-height:1.6;color:#333}.legal-modal-content h3{font-family:Caveat,cursive;font-size:1.4rem;font-weight:600;color:#d4af37;margin:2rem 0 1rem;border-bottom:1px solid #f0ede8;padding-bottom:.5rem}.legal-modal-content h3:first-child{margin-top:0}.legal-modal-content h4{font-family:Patrick Hand,cursive;font-size:1.1rem;font-weight:400;color:#555;margin:1.5rem 0 .75rem}.legal-modal-content p{margin:0 0 1rem;font-size:.95rem}.legal-modal-content ul{margin:.5rem 0 1rem;padding-left:1.5rem}.legal-modal-content li{margin-bottom:.5rem;font-size:.95rem}.legal-modal-content strong{color:#2c2c2c;font-weight:600}.legal-modal-content small{font-size:.85rem;color:#888}.legal-modal-footer{padding:1rem 2rem 2rem;border-top:1px solid #f0ede8;display:flex;justify-content:flex-end;background:#fafafa;border-radius:0 0 16px 16px}.legal-modal-btn{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-family:Patrick Hand,cursive;font-weight:400;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af374d}.legal-modal-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}.legal-modal-content::-webkit-scrollbar{width:8px}.legal-modal-content::-webkit-scrollbar-track{background:#f0ede8;border-radius:4px}.legal-modal-content::-webkit-scrollbar-thumb{background:#d4af37;border-radius:4px}.legal-modal-content::-webkit-scrollbar-thumb:hover{background:#b8941f}@media (max-width: 768px){.legal-modal-backdrop{padding:1rem}.legal-modal{max-height:95vh}.legal-modal-header{padding:1.5rem 1.5rem 1rem}.legal-modal-header h2{font-size:1.6rem}.legal-modal-content{padding:1.5rem}.legal-modal-content h3{font-size:1.2rem}.legal-modal-footer{padding:1rem 1.5rem 1.5rem}}@media (max-width: 480px){.legal-modal-backdrop{padding:.5rem}.legal-modal-header{padding:1rem 1rem .75rem}.legal-modal-header h2{font-size:1.4rem}.legal-modal-content{padding:1rem}.legal-modal-content h3{font-size:1.1rem}.legal-modal-content p,.legal-modal-content li{font-size:.9rem}.legal-modal-footer{padding:.75rem 1rem 1rem}.legal-modal-btn{width:100%}}.whatsapp-widget{position:fixed;bottom:2rem;right:2rem;z-index:9999;pointer-events:none;max-width:calc(100vw - 4rem)}.whatsapp-bubble{position:absolute;bottom:80px;right:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;width:320px;max-width:calc(100vw - 4rem);overflow:hidden;transform:scale(.8) translateY(20px);opacity:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:1px solid #e8e5e0;pointer-events:auto}.whatsapp-widget.expanded .whatsapp-bubble{transform:scale(1) translateY(0);opacity:1}.bubble-header{background:linear-gradient(135deg,#25d366,#20bc5a);color:#fff;padding:1rem;display:flex;align-items:center;gap:.75rem}.bubble-avatar{width:50px;height:50px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.bubble-info{flex:1}.bubble-info h4{font-family:Caveat,cursive;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.bubble-info p{font-family:Handlee,cursive;font-size:.8rem;margin:0;opacity:.9}.bubble-close{background:none;border:none;color:#fff;font-size:1.3rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.bubble-close:hover{background:#fff3}.bubble-content{padding:1rem}.message{background:#f0f0f0;border-radius:12px;padding:1rem;font-family:Handlee,cursive;font-size:.9rem;line-height:1.5}.message p{margin:0 0 .75rem}.message p:last-child{margin-bottom:0}.message ul{margin:.5rem 0 0;padding-left:1.2rem}.message li{margin-bottom:.25rem;color:#555}.bubble-footer{padding:1rem;border-top:1px solid #f0f0f0}.whatsapp-button{width:100%;background:linear-gradient(135deg,#25d366,#20bc5a);color:#fff;border:none;border-radius:8px;padding:.875rem 1rem;font-family:Patrick Hand,cursive;font-weight:400;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.whatsapp-button:hover{background:linear-gradient(135deg,#20bc5a,#1ca64c);transform:translateY(-1px)}.whatsapp-icon{font-size:1.1rem;margin-right:.5rem}.whatsapp-float-button{width:60px;height:60px;background:linear-gradient(135deg,#25d366,#20bc5a);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d36666;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;pointer-events:auto}.whatsapp-float-button:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36680}.whatsapp-float-button:active{transform:scale(.95)}.whatsapp-svg{width:28px;height:28px;transition:transform .3s ease}.whatsapp-widget.expanded .whatsapp-svg{transform:scale(.9)}.whatsapp-float-button:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(135deg,#25d366,#20bc5a);border-radius:50%;opacity:.3;animation:whatsapp-pulse 2s infinite}@keyframes whatsapp-pulse{0%{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.1}to{transform:scale(1.2);opacity:0}}@media (max-width: 768px){.whatsapp-widget{bottom:1.5rem;right:1.5rem;z-index:9999}.whatsapp-bubble{width:280px;bottom:70px;right:0;max-width:calc(100vw - 3rem)}.whatsapp-float-button{width:55px;height:55px}.whatsapp-svg{width:24px;height:24px}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#2c2c2c,#1a1a1a);color:#fff;z-index:10000;box-shadow:0 -4px 20px #0000004d;border-top:3px solid #d4af37;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem}.cookie-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.cookie-icon{font-size:2rem;color:#d4af37;flex-shrink:0;margin-top:.25rem}.cookie-text{flex:1}.cookie-text h4{font-family:Caveat,cursive;font-size:1.4rem;font-weight:600;color:#d4af37;margin:0 0 .75rem}.cookie-text p{font-family:Handlee,cursive;font-size:.95rem;line-height:1.5;color:#e0e0e0;margin:0 0 .75rem}.cookie-note{opacity:.8}.cookie-note small{font-size:.85rem}.cookie-link{background:none;border:none;color:#d4af37;text-decoration:underline;cursor:pointer;transition:color .3s ease;font-family:inherit;font-size:inherit;padding:0}.cookie-link:hover{color:#f4e4a1}.cookie-close{background:none;border:none;color:#ccc;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .3s ease;flex-shrink:0}.cookie-close:hover{background:#ffffff1a;color:#fff}.cookie-actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.cookie-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-family:Patrick Hand,cursive;font-weight:400;font-size:1rem;cursor:pointer;transition:all .3s ease;min-width:140px}.cookie-btn.essential{background:transparent;color:#ccc;border:2px solid #555}.cookie-btn.essential:hover{background:#ffffff1a;border-color:#777;color:#fff}.cookie-btn.accept{background:linear-gradient(135deg,#d4af37,#b8941f);color:#fff;box-shadow:0 4px 15px #d4af374d}.cookie-btn.accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3766}@media (max-width: 768px){.cookie-content{padding:1rem}.cookie-header{flex-direction:column;align-items:flex-start;gap:.75rem}.cookie-close{position:absolute;top:1rem;right:1rem}.cookie-text h4{font-size:1.2rem}.cookie-text p{font-size:.9rem}.cookie-actions{flex-direction:column;gap:.75rem}.cookie-btn{width:100%;min-width:auto}}@media (max-width: 480px){.cookie-content{padding:1rem .75rem}.cookie-text p{font-size:.85rem}.cookie-btn{padding:.625rem 1rem;font-size:.9rem}}
