@import "https://fonts.googleapis.com/css2?family=Marcellus&family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#5c0a33;--primary-dark:#4a0829;--primary-light:#7a0d44;--accent:#f2ead3;--gold:#b58f40;--bg-light:#fcfaf5;--white:#fff;--text-deep:#1a1a1a;--text-muted:#666;--font-serif:"Marcellus", serif;--font-sans:"Inter", sans-serif;--transition-smooth:all .5s cubic-bezier(.16, 1, .3, 1);--transition-fast:all .3s ease;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 24px #5c0a331a;--border-radius:4px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--white);color:var(--text-deep);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--primary);font-weight:400}a{color:inherit;transition:var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1400px;margin:0 auto;padding:0 2rem}@media (width<=768px){.container{padding:0 1rem}}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background:var(--gold);width:60px;height:2px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.btn{text-transform:uppercase;letter-spacing:1px;border-radius:var(--border-radius);transition:var(--transition-smooth);justify-content:center;align-items:center;padding:.8rem 2rem;font-size:.85rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{border:1px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--primary);color:var(--white)}.reveal{opacity:0;transition:opacity .8s ease-out,transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}section{padding:6rem 0}@media (width<=768px){section{padding:4rem 0}}.navbar-wrapper{z-index:1000;background:var(--white);width:100%;box-shadow:var(--shadow-sm);transition:var(--transition-fast);position:fixed;top:0;left:0}.top-bar{background:var(--primary);color:var(--white);padding:.5rem 0;font-size:.75rem;font-weight:500}.top-bar-container{justify-content:space-between;align-items:center;display:flex}.top-bar-left,.top-bar-right{align-items:center;gap:1rem;display:flex}.top-link{color:var(--white);align-items:center;gap:.3rem;display:flex}.top-link:hover{color:var(--gold)}.divider{opacity:.5}.main-header{border-bottom:1px solid #f0f0f0;padding:1.5rem 0}.header-container{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.search-box{border:1px solid #e0e0e0;border-radius:4px;align-items:center;max-width:300px;display:flex;overflow:hidden}.search-box input{border:none;outline:none;width:100%;padding:.8rem 1rem;font-size:.85rem}.search-btn{cursor:pointer;color:var(--text-deep);background:0 0;border:none;padding:.8rem}.header-center .logo{text-align:center;flex-direction:column;align-items:center;display:flex}.logo-text{font-family:var(--font-serif);color:var(--primary);letter-spacing:2px;font-size:2.2rem;line-height:1}.logo-sub{letter-spacing:2px;color:var(--text-muted);margin-top:4px;font-size:.6rem}.header-right{justify-content:flex-end;align-items:center;gap:1.5rem;display:flex}.icon-btn{color:var(--text-deep);transition:var(--transition-fast);justify-content:center;align-items:center;display:flex;position:relative}.icon-btn:hover{color:var(--primary)}.cart-count{background:var(--primary);color:var(--white);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;display:flex;position:absolute;top:-8px;right:-8px}.primary-nav{background:var(--accent);padding:0}.nav-list{justify-content:center;list-style:none;display:flex}.nav-item{position:relative}.nav-link{color:var(--primary);text-transform:uppercase;letter-spacing:.5px;transition:var(--transition-fast);align-items:center;gap:.4rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:500;display:flex}.nav-link:hover{background:var(--primary);color:var(--white)}.nav-link:hover .chevron{transition:var(--transition-fast);transform:rotate(180deg)}.mega-menu{background:var(--white);width:90vw;max-width:1200px;box-shadow:var(--shadow-lg);border-top:3px solid var(--primary);opacity:0;visibility:hidden;z-index:100;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.nav-item.has-mega-menu:hover .mega-menu{opacity:1;visibility:visible;top:100%}.mega-menu-inner{grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.5rem;display:grid}.mega-column h4{color:var(--gold);border-bottom:1px solid #f0f0f0;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.mega-column ul{flex-direction:column;gap:.8rem;list-style:none;display:flex}.mega-column a{color:var(--text-deep);transition:var(--transition-fast);font-size:.9rem}.mega-column a:hover{color:var(--primary);padding-left:5px}.hamburger-btn{flex-direction:column;gap:4px;display:none}.hamburger-btn span{background:var(--primary);width:24px;height:2px}@media (width<=1024px){.primary-nav{background:var(--accent);width:100%;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 15px #0000001a}.primary-nav.mobile-open{display:block}.nav-list{flex-direction:column;align-items:flex-start}.nav-link{border-bottom:1px solid #0000000d;width:100%;padding:1rem 2rem}.mega-menu{width:100%;box-shadow:none;background:#fdfaf6;border-top:none;display:none;position:static;transform:none}.nav-item.has-mega-menu:hover .mega-menu{display:block}.mega-menu-inner{grid-template-columns:1fr;gap:1.5rem;padding:1rem 2rem}.mega-column h4{margin-bottom:.5rem}.header-container{grid-template-columns:1fr 1fr}.header-left{display:none}.header-center{justify-self:flex-start}.hamburger-btn{cursor:pointer;z-index:1001;background:0 0;border:none;display:flex}.top-bar-left{display:none}}.footer-wrapper{background-color:var(--primary);color:var(--white);padding-top:5rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-column h4{font-family:var(--font-sans);letter-spacing:.1em;color:var(--gold);margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.footer-column ul{margin:0;padding:0;list-style:none}.footer-column ul li{margin-bottom:.8rem}.footer-column ul li a{color:#fffc;transition:var(--transition-fast);font-size:.85rem}.footer-column ul li a:hover{color:var(--white);padding-left:5px}.footer-logo{font-family:var(--font-serif);color:var(--gold);margin-bottom:1rem;font-size:2.5rem;text-decoration:none;display:inline-block}.brand-desc{color:#fffc;max-width:300px;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.app-download-badges{gap:1rem;margin-bottom:2rem;display:flex}.app-badge img{width:auto;height:40px}.social-links{gap:1.5rem;display:flex}.social-links a{color:var(--white);width:24px;height:24px;transition:var(--transition-fast)}.social-links a:hover{color:var(--gold);transform:translateY(-3px)}.footer-bottom{background-color:var(--primary-dark);border-top:1px solid #ffffff1a;padding:1.5rem 0}.bottom-container{color:#ffffffb3;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.payment-icons{color:var(--gold);align-items:center;gap:.5rem;display:flex}@media (width<=1024px){.footer-content{grid-template-columns:1fr 1fr 1fr}.brand-column{text-align:center;grid-column:1/-1}.brand-desc{max-width:100%;margin:0 auto 2rem}.app-download-badges,.social-links{justify-content:center}}@media (width<=768px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.bottom-container{text-align:center;flex-direction:column;gap:1rem}}@media (width<=480px){.footer-content{text-align:center;grid-template-columns:1fr}}.cursor-dot{background-color:var(--primary);pointer-events:none;z-index:10000;border-radius:50%;width:6px;height:6px;transition:width .3s,height .3s,background-color .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{border:1px solid var(--primary);pointer-events:none;z-index:9999;border-radius:50%;width:40px;height:40px;transition:width .3s,height .3s,border-color .3s,transform .15s ease-out;position:fixed;transform:translate(-50%,-50%)}.cursor-dot.pointer{background-color:var(--accent);width:12px;height:12px}.cursor-ring.pointer{background:#ec407a0d;border-color:#880e4f1a;width:70px;height:70px}.cursor-dot.clicking{transform:translate(-50%,-50%)scale(.5)}.cursor-ring.clicking{background:#880e4f1a;transform:translate(-50%,-50%)scale(.8)}@media (width<=1024px){.cursor-dot,.cursor-ring{display:none}}.hero-section{width:100%;height:80vh;margin-top:140px;position:relative;overflow:hidden}.hero-slider{width:100%;height:100%;position:relative}.hero-slide{opacity:0;visibility:hidden;width:100%;height:100%;transition:opacity 1s ease-in-out;display:flex;position:absolute;top:0;left:0}.hero-slide.active{opacity:1;visibility:visible}.hero-image-side{flex:1.2;height:100%;overflow:hidden}.hero-image-side img{object-fit:cover;width:100%;height:100%;transition:transform 10s linear;transform:scale(1.1)}.hero-slide.active .hero-image-side img{transform:scale(1)}.hero-content-side{background:var(--bg-light);flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}.hero-text-content{max-width:500px}.hero-title{font-family:var(--font-sans);color:var(--primary);letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:600}.hero-subtitle{font-family:var(--font-serif);color:var(--text-deep);margin-bottom:2rem;font-size:3.5rem;line-height:1.2}.hero-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}.hero-cta{padding:1rem 2.5rem;font-size:.9rem}.hero-controls{z-index:5;gap:1rem;display:flex;position:absolute;bottom:4rem;right:4rem}.hero-ctrl-btn{border:1px solid var(--primary);width:50px;height:50px;color:var(--primary);transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.hero-ctrl-btn:hover{background:var(--primary);color:var(--white)}.hero-dots{gap:.8rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.dot{cursor:pointer;width:8px;height:8px;transition:var(--transition-fast);background:#ccc;border-radius:50%}.dot.active{background:var(--primary);transform:scale(1.5)}@media (width<=1024px){.hero-subtitle{font-size:2.5rem}}@media (width<=768px){.hero-section{height:auto;margin-top:100px}.hero-slide{opacity:1;visibility:visible;flex-direction:column;display:none;position:relative}.hero-slide.active{display:flex}.hero-image-side{height:300px}.hero-content-side{padding:2rem}.hero-controls{bottom:2rem;right:2rem}}.featured-section{background-color:var(--white)}.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.product-card{background:var(--white);transition:var(--transition-smooth)}.product-image{aspect-ratio:1;background:#f9f9f9;border-radius:4px;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.btn-view-details{background:var(--primary);color:var(--white);border-radius:4px;padding:.8rem 1.5rem;font-size:.8rem;font-weight:600}.product-name{color:var(--text-deep);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.4rem;margin-bottom:.5rem;font-size:1rem;font-weight:500;display:-webkit-box;overflow:hidden}.product-rating{color:#ffb300;margin-bottom:.5rem;font-size:.8rem}.product-rating .review-count{color:var(--text-muted)}@media (width<=1024px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.product-grid{grid-template-columns:1fr}}.price-points-section{background-color:var(--white);padding:5rem 0}.price-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.price-card{background:var(--accent);text-align:center;transition:var(--transition-smooth);border:1px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.price-card:hover{box-shadow:var(--shadow-md);border-color:var(--gold);transform:translateY(-10px)}.price-label{color:var(--primary);margin-bottom:.5rem;font-size:1.1rem}.price-value{color:var(--primary);align-items:flex-start;margin-bottom:1.5rem;display:flex}.currency{margin-top:5px;font-size:1.5rem;font-weight:500}.amount{font-size:4rem;font-weight:600;line-height:1}.explore-btn{color:var(--primary);border-bottom:1px solid var(--primary);align-items:center;gap:.5rem;padding-bottom:2px;font-size:.85rem;font-weight:500;display:flex}@media (width<=768px){.price-grid{grid-template-columns:1fr}}.occasions-section{background-color:var(--white)}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.section-header .section-title{text-align:left;margin-bottom:0}.section-header .section-title:after{left:0;transform:none}.view-all-btn{color:var(--primary);border-bottom:1px solid var(--primary);padding-bottom:4px;font-size:.85rem;font-weight:600}.occasions-grid{grid-template-columns:repeat(6,1fr);gap:2rem;display:grid}.occasion-card{cursor:pointer;transition:var(--transition-smooth);flex-direction:column;align-items:center;display:flex}.occasion-image{aspect-ratio:1;border:1px solid #f0f0f0;border-radius:50%;width:100%;margin-bottom:1.5rem;padding:5px;overflow:hidden}.occasion-image img{object-fit:cover;border-radius:50%;width:100%;height:100%;transition:transform .5s}.occasion-card:hover .occasion-image img{transform:scale(1.1)}.occasion-name{color:var(--text-deep);text-align:center;font-size:.95rem;font-weight:500}@media (width<=1024px){.occasions-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.occasions-grid{grid-template-columns:repeat(2,1fr)}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.story-image-section{position:relative}.story-main-image{object-fit:cover;border-radius:4px;width:100%;height:600px}.story-floating-card{text-align:center;width:200px;padding:2rem;position:absolute;bottom:3rem;right:-2rem}.floating-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.story-floating-card p{color:var(--text-charcoal);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.story-content .subtitle{letter-spacing:.2em;color:var(--primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.story-content .title{margin-bottom:2.5rem;font-size:3.5rem;line-height:1.1}.story-content .description{color:var(--text-charcoal);opacity:.8;margin-bottom:2rem;font-size:1.125rem}.story-features{flex-direction:column;gap:2.5rem;margin-top:4rem;display:flex}.story-feature{gap:1.5rem;display:flex}.feature-icon{flex-shrink:0;font-size:2rem}.feature-text h4{margin-bottom:.5rem;font-size:1.125rem}.feature-text p{color:var(--text-light);font-size:.9375rem}@media (width<=1024px){.story-grid{grid-template-columns:1fr;gap:4rem}.story-floating-card{bottom:1rem;right:1rem}.story-main-image{height:400px}}@media (width<=768px){.story-content .title{font-size:2.5rem}}.how-it-works{background-color:var(--white)}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:2rem;display:grid}.step-card{background-color:var(--bg-ivory);transition:var(--transition);flex-direction:column;justify-content:space-between;min-height:400px;padding:3rem;display:flex}.step-card:hover{background-color:var(--text-charcoal);color:var(--white);transform:translateY(-10px)}.step-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.step-number{font-family:var(--font-serif);opacity:.5;font-size:1rem;font-weight:700}.step-icon{font-size:2.5rem}.step-title{margin-bottom:1.5rem;font-size:1.5rem}.step-desc{opacity:.8;margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.step-link{color:var(--primary);font-size:1.5rem}.step-card:hover .step-desc{opacity:.7}.step-card:hover .step-number{opacity:.3}@media (width<=768px){.step-card{min-height:auto;padding:2rem}}.features-section{background-color:var(--white);padding:5rem 0}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.feature-item{text-align:center;transition:var(--transition);flex-direction:column;align-items:center;padding:1.5rem;display:flex}.feature-icon{margin-bottom:1.5rem;font-size:2rem}.feature-title{letter-spacing:.1em;color:var(--text-charcoal);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.feature-desc{color:var(--text-light);font-size:.75rem;line-height:1.4}@media (width<=1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.features-grid{grid-template-columns:1fr}}.testimonials{background-color:var(--bg-ivory)}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.testimonial-card{background:var(--white);transition:var(--transition);border-radius:4px;flex-direction:column;justify-content:space-between;padding:3rem;display:flex}.testimonial-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.stars{color:var(--accent);letter-spacing:.2em;margin-bottom:1.5rem}.review-text{color:var(--text-charcoal);margin-bottom:2.5rem;font-size:1.125rem;font-style:italic;line-height:1.6}.reviewer-info{align-items:center;gap:1.25rem;display:flex}.reviewer-avatar{background-color:var(--bg-ivory);width:50px;height:50px;color:var(--primary);font-weight:700;font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;display:flex}.reviewer-name{color:var(--text-charcoal);margin-bottom:.125rem;font-size:1rem;font-weight:600}.reviewer-loc{color:var(--text-light);font-size:.75rem}@media (width<=768px){.testimonial-card{padding:2rem}}.newsletter{background-image:linear-gradient(#fcfaf5f2,#fcfaf5f2),url(https://images.unsplash.com/photo-1549465220-1a8b9238cd48?q=80&w=2000&auto=format&fit=crop);background-position:50%;background-size:cover;background-attachment:fixed;padding:8rem 0}.newsletter-container{text-align:center;max-width:900px;margin:0 auto;padding:6rem}.newsletter-content .subtitle{letter-spacing:.2em;color:var(--primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:block}.newsletter-content .title{margin-bottom:2rem;font-size:3.5rem;line-height:1.1}.newsletter-content .description{opacity:.8;max-width:500px;margin:0 auto 3rem;font-size:1.125rem}.newsletter-form{border-bottom:2px solid var(--text-charcoal);max-width:500px;margin:0 auto;padding-bottom:10px;display:flex}.newsletter-input{letter-spacing:.1em;background:0 0;border:none;outline:none;flex:1;padding:.5rem;font-size:.875rem;font-weight:500}.newsletter-btn{letter-spacing:.1em;color:var(--text-charcoal);font-size:.875rem;font-weight:700}.newsletter-btn:hover{color:var(--primary);transform:translate(5px)}@media (width<=768px){.newsletter-container{padding:3rem 1.5rem}.newsletter-content .title{font-size:2.25rem}.newsletter-form{border-bottom:none;flex-direction:column;gap:1.5rem}.newsletter-input{border-bottom:2px solid var(--text-charcoal);text-align:center;padding:1rem 0}}.gifts-page{background-color:var(--theme-bg,var(--bg-light));color:var(--text-deep);min-height:100vh;padding-top:0}.page-header{text-align:center;color:#fff;background-position:50%;background-size:cover;justify-content:center;align-items:center;height:60vh;margin-top:-80px;display:flex;position:relative}.header-content{max-width:800px;margin:0 auto}.theme-icon{margin-bottom:1.5rem;font-size:3.5rem;display:block}.theme-title{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:1rem;font-size:4.5rem}.theme-description{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.breadcrumb{text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.breadcrumb a{color:#fff;opacity:.7}.breadcrumb span{color:var(--gold)}.products-grid-section{padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-header .title{color:var(--theme-primary,var(--primary));margin-bottom:1rem;font-size:3rem}.section-header .subtitle{color:var(--text-light);font-size:1.1rem}.products-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.product-card{background:var(--white);transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border:1px solid #0000000d;padding:1.5rem}.product-card:hover{border-color:var(--theme-primary,var(--primary));box-shadow:var(--shadow-md);transform:translateY(-10px)}.product-image{aspect-ratio:4/5;margin-bottom:1.5rem;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{opacity:0;width:100%;height:100%;transition:var(--transition-fast);background:#0003;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.product-card:hover .product-overlay{opacity:1}.add-to-cart{background:var(--white);color:var(--text-charcoal);letter-spacing:.1em;border-radius:0;padding:1rem 2rem;font-size:.75rem;font-weight:600}.add-to-cart:hover{background:var(--theme-primary,var(--primary));color:#fff}.product-info{text-align:center}.product-name{margin-bottom:.5rem;font-size:1.25rem}.product-price{color:var(--theme-primary,var(--primary));font-size:1.1rem;font-weight:600}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.theme-title{font-size:3.5rem}}@media (width<=768px){.products-grid{grid-template-columns:1fr}.theme-title{font-size:2.5rem}.page-header{height:50vh}}.placeholder-page{background-color:var(--bg-pink);text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.placeholder-content{z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff4d;border-radius:40px;max-width:600px;padding:4rem 3rem;animation:1s cubic-bezier(.16,1,.3,1) forwards slideUp;box-shadow:0 20px 50px #880e4f1a}.placeholder-badge{background:var(--primary);color:#fff;letter-spacing:.2em;border-radius:20px;margin-bottom:2rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700;display:inline-block}.placeholder-title{color:var(--text-deep);margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.placeholder-text{color:var(--text-light);margin-bottom:3rem;font-size:1.1rem;line-height:1.6}.back-home-btn{background:var(--text-deep);color:#fff;letter-spacing:.1em;transition:var(--transition-smooth);border-radius:30px;align-items:center;gap:1rem;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;display:inline-flex}.back-home-btn:hover{background:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px #880e4f33}.placeholder-bg-elements{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.circle{filter:blur(80px);border-radius:50%;position:absolute}.circle-1{background:#fce4ec;width:400px;height:400px;top:-100px;left:-100px}.circle-2{background:#f8bbd0;width:500px;height:500px;bottom:-150px;right:-150px}@media (width<=768px){.placeholder-title{font-size:2.5rem}.placeholder-content{padding:3rem 1.5rem}}.floating-whatsapp{z-index:1000;justify-content:center;align-items:center;text-decoration:none;transition:transform .3s;display:flex;position:fixed;bottom:30px;right:30px}.floating-whatsapp:hover{transform:translateY(-5px)}.whatsapp-icon-wrapper{background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;animation:2s infinite pulse;display:flex;position:relative;box-shadow:0 4px 15px #25d36666}.whatsapp-icon{fill:#fff;width:35px;height:35px}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}@media (width<=768px){.floating-whatsapp{bottom:20px;right:20px}.whatsapp-icon-wrapper{width:50px;height:50px}.whatsapp-icon{width:28px;height:28px}}
