*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.hero-section{position:relative;height:100vh;width:100%;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#e4e9f0)}.hero-video{left:50%;width:auto;transform:translateX(-50%);object-fit:cover}.hero-overlay,.hero-video{position:absolute;top:0;height:100%}.hero-overlay{left:0;width:100%;background:rgba(0,0,0,.4);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.hero-title{font-size:4rem;font-weight:900;color:#fff;text-align:center;letter-spacing:4px;text-shadow:3px 3px 10px rgba(0,0,0,.8);margin-bottom:1rem;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.8rem;color:gold;text-shadow:2px 2px 8px rgba(0,0,0,.8);animation:fadeInUp 1s ease-out .3s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.content-section{padding:5rem 2rem;background:linear-gradient(135deg,#f5f7fa,#e4e9f0)}.content-container{max-width:900px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:2.5rem;color:#2c3e50;font-weight:700}.gift-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:20px;text-align:center;margin-bottom:3rem;box-shadow:0 10px 40px rgba(0,0,0,.2);transform:translateY(0);transition:transform .3s ease}.gift-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,.3)}.gift-details{font-size:1.8rem;margin:1.5rem 0;font-weight:600;letter-spacing:1px}.description{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.description h3{font-size:1.8rem;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.description p{font-size:1.1rem;line-height:1.8;margin-bottom:1.2rem;color:#555;text-align:justify}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.feature{display:flex;align-items:center;gap:.8rem;padding:1rem;background:#f8f9fa;border-radius:10px;transition:all .3s ease}.feature:hover{background:#e9ecef;transform:translateY(-3px)}.feature-icon{font-size:1.8rem}.carousel-section{padding:5rem 2rem;background:#fff}.carousel-container{max-width:1000px;margin:0 auto}.carousel{position:relative;display:flex;align-items:center;justify-content:center;margin:2rem 0}.carousel-image-container{width:100%;max-width:800px;height:500px;overflow:hidden;border-radius:15px;box-shadow:0 10px 40px rgba(0,0,0,.2);cursor:pointer;transition:transform .3s ease}.carousel-image-container:hover{transform:scale(1.02)}.carousel-image{width:100%;height:100%;object-fit:cover;display:block}.carousel-button{position:absolute;background:hsla(0,0%,100%,.9);border:none;font-size:3rem;padding:1rem 1.5rem;cursor:pointer;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;color:#333;box-shadow:0 4px 15px rgba(0,0,0,.2)}.carousel-button:hover{background:#fff;transform:scale(1.1)}.carousel-button.prev{left:1rem}.carousel-button.next{right:1rem}.carousel-dots{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.dot{width:15px;height:15px;border-radius:50%;border:2px solid #667eea;background:transparent;cursor:pointer;transition:all .3s ease}.dot:hover{background:rgba(102,126,234,.5);transform:scale(1.2)}.dot.active{background:#667eea;transform:scale(1.3)}.footer{background:#2c3e50;color:#fff;text-align:center;padding:2rem}.footer p{margin:.5rem 0}.footer-subtitle{font-size:1.1rem;color:gold;font-weight:600}.fullscreen-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.fullscreen-image{max-width:90vw;max-height:90vh;object-fit:contain;cursor:default}.fullscreen-close{position:absolute;top:20px;right:30px;background:hsla(0,0%,100%,.9);border:none;font-size:3rem;width:60px;height:60px;border-radius:50%;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .3s ease;z-index:10000}.fullscreen-close:hover{background:#fff;transform:scale(1.1)}.fullscreen-button{position:absolute;background:hsla(0,0%,100%,.9);border:none;font-size:3rem;padding:1rem 1.5rem;cursor:pointer;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#333;box-shadow:0 4px 15px rgba(0,0,0,.3);z-index:10000}.fullscreen-button:hover{background:#fff;transform:scale(1.1)}.fullscreen-button.prev{left:30px}.fullscreen-button.next{right:30px}@media (max-width:768px){.hero-title{font-size:2.5rem;letter-spacing:2px}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.gift-card{padding:2rem}.gift-details{font-size:1.3rem}.fullscreen-button,.fullscreen-close{width:50px;height:50px;font-size:2.5rem}.fullscreen-button.prev{left:10px}.fullscreen-button.next{right:10px}.fullscreen-close{top:10px;right:10px}.carousel-image-container{height:300px}.carousel-button{width:45px;height:45px;font-size:2rem;padding:.5rem}.carousel-button.prev{left:.5rem}.carousel-button.next{right:.5rem}.features{grid-template-columns:1fr}.carousel-section,.content-section{padding:3rem 1rem}}