:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}a{font-weight:500;color:#ec4899;text-decoration:inherit}a:hover{color:#db2777}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}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-reduced-motion:no-preference){html{scroll-behavior:smooth}}::selection{background-color:#ec4899;color:#fff}::-moz-selection{background-color:#ec4899;color:#fff}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.navbar.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000026}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{cursor:pointer;display:flex;align-items:center;gap:.75rem}.logo-img{height:45px;width:auto;object-fit:contain}.logo-text{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu li a{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-menu li a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);transition:width .3s ease}.nav-menu li a:hover:after,.nav-menu li a.active:after{width:100%}.nav-menu li a:hover,.nav-menu li a.active{color:#ec4899}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:#333;border-radius:3px;transition:all .3s ease}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav-menu{position:fixed;top:70px;left:0;right:0;flex-direction:column;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;box-shadow:0 4px 30px #00000026;transform:translate(100%);transition:transform .3s ease;gap:1rem}.nav-menu.active{transform:translate(0)}.nav-container{padding:1rem 1.5rem}.logo-text{font-size:1.5rem}.logo-img{height:35px}}.home{width:100%}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:10rem 2rem 6rem;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ec4899bf,#db2777bf,#f472b6bf);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:900px;color:#fff;animation:fadeInUp 1s ease-out}.hero-title{font-size:4.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 10px rgba(0,0,0,.2);animation:slideInFromLeft 1s ease-out .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.brand-name{display:inline-block;background:linear-gradient(45deg,#fff,gold,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{filter:brightness(1)}50%{filter:brightness(1.3)}}.hero-subtitle{font-size:2rem;margin-bottom:1.5rem;font-weight:300;opacity:.95;animation:slideInFromRight 1s ease-out .6s both}.hero-description{font-size:1.3rem;margin-bottom:3rem;line-height:1.8;opacity:.9;animation:fadeInUp 1s ease-out .9s both}.hero-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out 1.2s both}.btn-primary{background:#fff;color:#ec4899;box-shadow:0 4px 20px #ec48994d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#ec4899;transform:translateY(-3px)}.btn-large{padding:1.2rem 3rem;font-size:1.2rem}.hero-decoration{position:absolute;inset:0;z-index:1}.decoration-circle{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 6s ease-in-out infinite}.circle-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.circle-2{width:200px;height:200px;bottom:15%;right:15%;animation-delay:2s}.circle-3{width:150px;height:150px;top:50%;right:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-30px) scale(1.1)}}.features{padding:7rem 0;background:#f8f9fa}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}.feature-card{background:#fff;padding:3.5rem 2.5rem;border-radius:20px;text-align:center;box-shadow:0 5px 25px #00000014;transition:all .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026}.feature-icon{font-size:4rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.8rem;margin-bottom:1.2rem;color:#333}.feature-card p{color:#666;line-height:1.6}.products-showcase{padding:7rem 0;background:#fff}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:3.5rem;color:#333;margin-bottom:1.5rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:1.4rem;color:#666}.product-category{margin-bottom:5rem}.category-title{font-size:3rem;color:#333;margin-bottom:3rem;text-align:center;position:relative;padding-bottom:1.5rem}.category-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);border-radius:2px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.product-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:20px;padding:3rem 2.5rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:rotate(45deg);transition:all .5s ease;opacity:0}.product-card:hover:before{animation:shine .5s ease}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg);opacity:0}50%{opacity:1}to{transform:translate(100%) translateY(100%) rotate(45deg);opacity:0}}.product-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 40px #0003}.product-card-inner{position:relative;z-index:1}.product-card h4{font-size:1.8rem;color:#333;margin-bottom:1rem}.product-card p{color:#666;line-height:1.8;font-size:1.1rem}.testimonials{padding:7rem 0;background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.testimonials .section-header h2{color:#fff!important;background:none!important;-webkit-text-fill-color:white!important;text-shadow:2px 2px 10px rgba(0,0,0,.2)}.testimonials .section-header p{color:#ffffffe6!important}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.testimonial-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3.5rem 3rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);background:#ffffff26}.testimonial-stars{font-size:1.8rem;margin-bottom:1.5rem}.testimonial-text{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;font-style:italic}.testimonial-author{font-weight:600;text-align:right}.cta-section{padding:7rem 0;background:#f8f9fa}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:3rem;color:#333;margin-bottom:1.5rem}.cta-content p{font-size:1.4rem;color:#666;margin-bottom:3rem}.cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.stats-section{padding:7rem 0;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.stat-card{text-align:center;padding:2.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;transition:all .3s ease}.stat-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #ec489933}.stat-number{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.stat-label{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.stat-card p{color:#666;font-size:1rem;line-height:1.6}.occasions-section{padding:7rem 0;background:#f8f9fa}.occasions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.occasion-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;text-align:center;box-shadow:0 5px 25px #00000014;transition:all .3s ease}.occasion-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026}.occasion-icon{font-size:4rem;margin-bottom:1.5rem}.occasion-card h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.occasion-card p{color:#666;line-height:1.8;font-size:1.1rem}.why-choose-section{padding:7rem 0;background:#fff}.why-grid-extended{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.why-item-extended{background:linear-gradient(135deg,#f8f9fa,#fff);padding:3rem 2.5rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:all .3s ease}.why-item-extended:hover{border-color:#ec4899;transform:translateY(-10px);box-shadow:0 10px 40px #ec489926}.why-icon{font-size:4rem;margin-bottom:1.5rem}.why-item-extended h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.why-item-extended p{color:#666;line-height:1.8;font-size:1.1rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.section-header h2,.category-title{font-size:2rem}.product-grid,.features-grid,.testimonials-grid,.stats-grid,.occasions-grid,.why-grid-extended{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.container{padding:0 1rem}.hero{padding:6rem 1rem 3rem;min-height:80vh}.stat-number{font-size:3rem}.section-header h2{font-size:2rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-header h2{font-size:1.8rem}.category-title{font-size:1.5rem}}.about{width:100%}.about-hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);color:#fff;text-align:center}.about-hero-content h1{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.2)}.about-hero-subtitle{font-size:1.8rem;font-weight:300;opacity:.95}.story-section{padding:5rem 0;background:#fff}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text h2{font-size:2.5rem;color:#333;margin-bottom:2rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.story-text p{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:1.5rem}.story-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:100%;max-width:400px;height:400px;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #00000026}.image-placeholder .emoji{font-size:8rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.mission-section{padding:5rem 0;background:#f8f9fa}.mission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mission-card{background:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:0 5px 25px #00000014;transition:all .3s ease}.mission-card:hover{transform:translateY(-10px);box-shadow:0 10px 40px #00000026}.mission-icon{font-size:4rem;margin-bottom:1.5rem}.mission-card h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.mission-card p{font-size:1.1rem;line-height:1.8;color:#666}.offerings-section{padding:5rem 0;background:#fff}.section-title{font-size:3rem;text-align:center;color:#333;margin-bottom:3rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.offerings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.offering-item{text-align:center;padding:2rem;border-radius:15px;transition:all .3s ease}.offering-item:hover{background:#f8f9fa;transform:translateY(-5px)}.offering-icon{font-size:4rem;margin-bottom:1rem}.offering-item h4{font-size:1.5rem;color:#333;margin-bottom:1rem}.offering-item p{font-size:1rem;line-height:1.6;color:#666}.why-section{padding:5rem 0;background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.why-section .section-title{color:#fff;background:none;-webkit-text-fill-color:white}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.why-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.why-item:hover{background:#ffffff26;transform:translateY(-5px)}.why-item h4{font-size:1.5rem;margin-bottom:1rem}.why-item p{font-size:1rem;line-height:1.6;opacity:.9}.visit-section{padding:5rem 0;background:#f8f9fa;text-align:center}.visit-content{max-width:700px;margin:0 auto}.visit-content h2{font-size:2.5rem;color:#333;margin-bottom:1.5rem}.visit-content p{font-size:1.2rem;line-height:1.8;color:#666;margin-bottom:2rem}.btn{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary{background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);color:#fff;box-shadow:0 4px 20px #ec48994d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 30px #ec489966}@media(max-width:768px){.about-hero-content h1{font-size:2.5rem}.about-hero-subtitle{font-size:1.3rem}.story-content{grid-template-columns:1fr;gap:2rem}.story-text h2{font-size:2rem}.image-placeholder{max-width:100%;height:300px}.image-placeholder .emoji{font-size:5rem}.section-title{font-size:2rem}.mission-grid,.offerings-grid,.why-grid{grid-template-columns:1fr}.container{padding:0 1rem}.about-hero{padding:6rem 1rem 3rem}}@media(max-width:480px){.about-hero-content h1{font-size:2rem}.story-text h2,.section-title{font-size:1.8rem}}.contact{width:100%}.contact-hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);color:#fff;text-align:center}.contact-hero-content h1{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.2)}.contact-hero-subtitle{font-size:1.8rem;font-weight:300;opacity:.95}.contact-content{padding:5rem 0;background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form-section h2{font-size:2.5rem;color:#333;margin-bottom:1rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.success-message{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff;padding:1.5rem;border-radius:15px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;animation:slideIn .3s ease}.error-message{background:linear-gradient(135deg,#ee0979,#ff6a00);color:#fff;padding:1.5rem;border-radius:15px;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;animation:slideIn .3s ease}.error-icon{font-size:1.5rem;font-weight:700;background:#fff;color:#ee0979;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-icon{font-size:1.5rem;font-weight:700;background:#fff;color:#11998e;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#f8f9fa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ec4899;background:#fff;box-shadow:0 0 0 3px #ec48991a}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{padding:1.2rem 2.5rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);color:#fff;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ec48994d}.btn-submit:hover{transform:translateY(-3px);box-shadow:0 6px 30px #ec489966}.btn-submit:active{transform:translateY(-1px)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact-info-section h2{font-size:2.5rem;color:#333;margin-bottom:1rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-description{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.info-cards{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.info-card{display:flex;gap:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:15px;transition:all .3s ease}.info-card:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);transform:translate(5px)}.info-icon{font-size:2.5rem;flex-shrink:0}.info-content h3{font-size:1.3rem;color:#333;margin-bottom:.5rem}.info-content p{color:#666;line-height:1.6;margin:0}.info-content a{color:#ec4899;text-decoration:none;transition:color .3s ease}.info-content a:hover{color:#db2777;text-decoration:underline}.social-section{padding:2rem;background:linear-gradient(135deg,#ec4899,#db2777);border-radius:20px;color:#fff}.social-section h3{font-size:1.5rem;margin-bottom:1.5rem}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;text-decoration:none;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.social-link:hover{background:#fff3;transform:translate(5px)}.social-link span{font-size:1.5rem}.map-section{padding:0}.map-placeholder{height:400px;background:linear-gradient(135deg,#ec4899,#db2777);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.map-placeholder:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.map-content{position:relative;z-index:1;text-align:center;color:#fff}.map-icon{font-size:4rem;display:block;margin-bottom:1rem}.map-content h3{font-size:2rem;margin-bottom:.5rem}.map-content p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.btn-primary{padding:1rem 2.5rem;background:#fff;color:#ec4899;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 20px #0003}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 30px #0000004d}@media(max-width:768px){.contact-hero-content h1{font-size:2.5rem}.contact-hero-subtitle{font-size:1.3rem}.contact-grid{grid-template-columns:1fr;gap:3rem}.contact-form-section h2,.contact-info-section h2{font-size:2rem}.map-placeholder{height:300px}.map-content h3{font-size:1.5rem}.map-icon{font-size:3rem}.container{padding:0 1rem}.contact-hero{padding:6rem 1rem 3rem}}@media(max-width:480px){.contact-hero-content h1{font-size:2rem}.contact-form-section h2,.contact-info-section h2{font-size:1.8rem}.info-card{flex-direction:column;text-align:center}.social-links{gap:.5rem}}.services{width:100%}.services-hero{padding:8rem 2rem 4rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);color:#fff;text-align:center}.services-hero-content h1{font-size:4rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 10px rgba(0,0,0,.2)}.services-hero-subtitle{font-size:1.8rem;font-weight:300;opacity:.95}.services-content{padding:5rem 0;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;color:#333;margin-bottom:1rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:1.2rem;color:#666}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem}.service-card{background:linear-gradient(135deg,#f8f9fa,#fff);padding:3rem 2.5rem;border-radius:20px;text-align:center;box-shadow:0 5px 25px #00000014;transition:all .3s ease;border:2px solid transparent}.service-card:hover{transform:translateY(-10px);border-color:#ec4899;box-shadow:0 10px 40px #ec489933}.service-icon{font-size:4rem;margin-bottom:1.5rem}.service-card h3{font-size:1.8rem;color:#333;margin-bottom:1rem}.service-card p{color:#666;line-height:1.8;font-size:1.1rem}.container{max-width:1400px;margin:0 auto;padding:0 3rem}@media(max-width:768px){.services-hero-content h1{font-size:2.5rem}.services-hero-subtitle{font-size:1.3rem}.section-header h2{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:2rem}.container{padding:0 1rem}.services-hero{padding:6rem 1rem 3rem}}@media(max-width:480px){.services-hero-content h1{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%;margin-top:70px}.footer{background:#000;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;cursor:pointer;transition:transform .3s ease}.footer-logo:hover{transform:scale(1.05)}.footer-logo-img{height:50px;width:auto;object-fit:contain;background:transparent;padding:5px;border-radius:8px}.footer-logo h3{font-size:1.8rem;margin:0;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h3{font-size:1.8rem;margin-bottom:1rem;background:linear-gradient(135deg,#ec4899,#db2777,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#f8f9fa}.footer-section p{color:#bdc3c7;line-height:1.8;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ec4899}.footer-social{display:flex;gap:1rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:all .3s ease;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.footer-social a:hover{background:#ec48994d;border-color:#ec4899;transform:translateY(-3px);color:#f472b6}.footer-social a svg{width:20px;height:20px;transition:all .3s ease}.footer-social a:hover svg{transform:scale(1.1)}.whatsapp-button{position:fixed;right:1.5rem;bottom:1.5rem;display:inline-flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:#25d366;color:#fff;border-radius:999px;text-decoration:none;box-shadow:0 12px 20px #25d36640;transition:transform .3s ease,box-shadow .3s ease;font-weight:600;z-index:1000}.whatsapp-button:hover{transform:translateY(-3px);box-shadow:0 14px 24px #25d36659}.whatsapp-icon{width:24px;height:24px;fill:currentColor}.whatsapp-text{font-size:.95rem}@media(max-width:768px){.whatsapp-button{right:1rem;bottom:1rem;padding:.75rem;border-radius:50%}.whatsapp-text{display:none}}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#95a5a6}.footer-bottom p{margin-bottom:.5rem}.developer-credit{margin-top:1rem;font-size:.9rem;color:#bdc3c7}.developer-link{color:#ec4899;text-decoration:none;font-weight:600;transition:all .3s ease}.developer-link:hover{color:#f472b6;text-decoration:underline}@media(max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-logo{justify-content:center}.footer-logo-img{height:40px}.footer-social{justify-content:center}}
