:root{--theme-primary:#b76e79;--theme-primary-dark:#9f5c67;--theme-primary-light:#d4a5ae;--theme-accent:#d4af37;--theme-accent-strong:#b8941f;--theme-accent-soft:#f0e6c8;--theme-secondary:#fff5f0;--theme-champagne:#f7e7ce;--theme-ivory:#fffff0;--theme-header-gradient-start:#d4a5ae;--theme-header-gradient-end:#b76e79;--theme-gradient-elegant:linear-gradient(135deg,#f7e7ce 0%,#d4a5ae 50%,#b76e79 100%);--theme-gradient-gold:linear-gradient(135deg,#f0e6c8 0%,#d4af37 100%);--theme-heading-font:'Playfair Display',serif;--theme-body-font:'Poppins',sans-serif;--theme-text-dark:#4a3c3f;--theme-text-light:#6a5c5f;--theme-muted:#8a7c7f;--theme-border:#f0d4d6;--theme-bg-soft:#fffaf7;--theme-white:#fff;--theme-shadow-soft:0 8px 24px rgba(183,110,121,.15);--theme-shadow-medium:0 12px 32px rgba(183,110,121,.2);--theme-shadow-strong:0 16px 48px rgba(183,110,121,.25);--theme-shadow-gold:0 8px 24px rgba(212,175,55,.2)}body{font-family:var(--theme-body-font);background:var(--theme-bg-soft)!important;color:var(--theme-text-dark)}.site-header{background:var(--theme-gradient-elegant);border-bottom:3px solid var(--theme-accent);padding:3rem 0!important;position:relative;overflow:hidden}.site-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 15% 20%,rgba(212,175,55,.1) 0%,transparent 40%),radial-gradient(circle at 85% 80%,rgba(247,231,206,.15) 0%,transparent 40%);pointer-events:none}.site-header h1{font-family:var(--theme-heading-font);font-weight:700;color:var(--theme-white);text-shadow:0 2px 12px rgba(74,60,63,.2);letter-spacing:2px}.site-header h2{font-family:var(--theme-heading-font);font-weight:700;color:var(--theme-white);text-shadow:0 2px 12px rgba(74,60,63,.2);font-size:1.5rem}.site-header .text-muted{color:rgba(255,255,255,.95)!important;font-size:.95rem}.site-header i{color:var(--theme-accent)}.site-header .btn-outline-light{background:var(--theme-white);color:var(--theme-primary);border:2px solid var(--theme-accent);font-weight:700;padding:.6rem 1.8rem;border-radius:50px;box-shadow:var(--theme-shadow-gold);transition:all .3s ease}.site-header .btn-outline-light:hover{background:var(--theme-accent);color:var(--theme-white);border-color:var(--theme-accent);box-shadow:0 6px 20px rgba(212,175,55,.4);transform:translateY(-2px)}.hero-reviews{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:30px;padding:.75rem 1.5rem;border:2px solid var(--theme-accent-soft);box-shadow:var(--theme-shadow-soft)}.hero-reviews .fw-semibold{color:var(--theme-primary)}.hero-photo .carousel-inner{border-radius:30px!important;border:5px solid var(--theme-champagne);box-shadow:var(--theme-shadow-strong)}.hero-photo .carousel-control-prev-icon,.hero-photo .carousel-control-next-icon{background-color:var(--theme-accent);border-radius:50%;padding:1.5rem;box-shadow:var(--theme-shadow-gold)}.card{border:0!important;border-radius:30px!important;background:var(--theme-white);box-shadow:var(--theme-shadow-soft);transition:all .3s ease;border:2px solid var(--theme-border)!important;position:relative;overflow:hidden}.card::before{content:'';position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:var(--theme-gradient-gold);border-radius:30px;z-index:-1;opacity:0;transition:opacity .3s ease}.card:hover::before{opacity:.15}.card:hover{box-shadow:var(--theme-shadow-medium)}.card-title{color:var(--theme-text-dark);font-family:var(--theme-heading-font);font-weight:700;letter-spacing:1px}.service-search .input-group-text{background:var(--theme-champagne)!important;border-color:var(--theme-champagne);color:var(--theme-text-dark);border-radius:20px 0 0 20px}.service-search .form-control{border-color:var(--theme-champagne);border-radius:0 20px 20px 0}.service-search .form-control:focus{border-color:var(--theme-accent);box-shadow:0 0 0 .25rem rgba(212,175,55,.15)}.service-category h3{color:var(--theme-primary)!important;font-family:var(--theme-heading-font);font-weight:700;letter-spacing:2px;position:relative;padding-bottom:.75rem}.service-category h3::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:var(--theme-gradient-gold);border-radius:3px}.list-group-item{border:2px solid var(--theme-secondary)!important;border-radius:20px!important;margin-bottom:.75rem;background:var(--theme-white);transition:all .3s ease}.list-group-item:hover{background:var(--theme-secondary);border-color:var(--theme-champagne)!important;box-shadow:var(--theme-shadow-soft);transform:scale(1.02)}.service-photo{width:60px;height:60px;object-fit:cover;border-radius:50%;border:4px solid var(--theme-champagne);box-shadow:var(--theme-shadow-soft)}.btn-primary,.btn-outline-primary{background:var(--theme-gradient-elegant);border:2px solid var(--theme-primary);color:var(--theme-white);font-weight:700;border-radius:50px;padding:.6rem 1.8rem;transition:all .3s ease;box-shadow:var(--theme-shadow-soft)}.btn-primary:hover,.btn-outline-primary:hover{background:var(--theme-gradient-gold);border-color:var(--theme-accent);color:var(--theme-text-dark);box-shadow:var(--theme-shadow-gold);transform:translateY(-2px)}.btn-outline-primary:not(:hover){background:transparent;color:var(--theme-primary)}#toggleServicesBtn{background:var(--theme-white);color:var(--theme-primary);border:2px solid var(--theme-primary)}#toggleServicesBtn:hover{background:var(--theme-gradient-elegant);color:var(--theme-white)}.review-summary{background:var(--theme-secondary);padding:2rem;border-radius:25px;border:3px solid var(--theme-champagne)}.review-summary .display-6{color:var(--theme-primary);font-family:var(--theme-heading-font)}.progress{height:10px;background-color:var(--theme-secondary);border-radius:10px}.progress-bar{background:var(--theme-gradient-gold);border-radius:10px;box-shadow:0 2px 8px rgba(212,175,55,.3)}.avatar{width:50px;height:50px;background:var(--theme-gradient-elegant);color:var(--theme-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;box-shadow:var(--theme-shadow-soft);border:4px solid var(--theme-champagne)}.review{display:flex;padding:1.5rem;background:var(--theme-white);border-radius:20px;border:2px solid var(--theme-secondary);transition:all .3s ease}.review:hover{background:var(--theme-bg-soft);border-color:var(--theme-champagne);box-shadow:var(--theme-shadow-soft)}.pagination .page-link{color:var(--theme-primary);border-color:var(--theme-champagne);border-radius:50%;margin:0 .25rem;font-weight:700;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.pagination .page-item.active .page-link{background:var(--theme-gradient-gold);border-color:var(--theme-accent);color:var(--theme-text-dark);box-shadow:var(--theme-shadow-gold)}.pagination .page-link:hover{background:var(--theme-secondary);border-color:var(--theme-primary)}.sticky-top h2{color:var(--theme-text-dark);font-family:var(--theme-heading-font);position:relative;padding-bottom:.75rem;font-weight:700;letter-spacing:1px}.sticky-top h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:4px;background:var(--theme-gradient-gold);border-radius:3px}.map-wrapper{border:5px solid var(--theme-champagne);box-shadow:var(--theme-shadow-soft);border-radius:20px}.social-links a{color:var(--theme-text-dark)!important;padding:1rem;background:var(--theme-secondary);border-radius:15px;transition:all .3s ease}.social-links a:hover{background:var(--theme-gradient-elegant);color:var(--theme-white)!important;box-shadow:var(--theme-shadow-soft)}.social-links i{color:var(--theme-accent);font-size:1.25rem}.social-links a:hover i{color:var(--theme-white)}.form-control,.form-select{border:2px solid var(--theme-champagne);border-radius:15px;padding:.75rem 1rem;transition:all .3s ease}.form-control:focus,.form-select:focus{border-color:var(--theme-accent);box-shadow:0 0 0 .25rem rgba(212,175,55,.15)}.form-label{color:var(--theme-text-dark);font-weight:700;margin-bottom:.5rem}.form-check-input:checked{background-color:var(--theme-accent);border-color:var(--theme-accent)}#reservaOffcanvas .offcanvas-header{background:var(--theme-gradient-elegant);border-bottom:4px solid var(--theme-accent)}#reservaOffcanvas .btn-close{filter:brightness(0) invert(1)}@media(max-width:768px){.site-header{padding:2rem 0!important}.hero-reviews{width:100%;justify-content:center}.review-summary{flex-direction:column;gap:1.5rem}}#contactToast{background:var(--theme-gradient-elegant)!important;border:3px solid var(--theme-accent)}.modal-content{border-radius:30px;border:4px solid var(--theme-champagne)}.badge{background:var(--theme-gradient-gold)!important;color:var(--theme-text-dark);font-weight:700;padding:.5rem 1rem;border-radius:50px}.text-warning i{color:var(--theme-accent)!important}@keyframes sparkle{0%,100%{opacity:1}50%{opacity:.7}}.card:hover,.btn-primary:hover{animation:sparkle 2s ease-in-out infinite}