:root{--promo-brand:#7b6cc5;--promo-brand-deep:#5b52a0;--promo-brand-light:#ede9fb;--promo-rose:#e2626b;--promo-gold:#c9a955;--promo-text:#2d3047;--promo-muted:#6b7280;--promo-bg:#f8f7fc;--promo-card-radius:14px;--promo-transition:0.28s cubic-bezier(0.25,0.46,0.45,0.94)}.promo-hero{position:relative;padding:6rem 0 3.5rem;overflow:hidden;background:linear-gradient(155deg,#f6f3ff,#ece8fb 40%,#e4dff7)}.promo-hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 20%,rgba(123,108,197,.12) 0,transparent 60%),radial-gradient(ellipse 40% 60% at 20% 80%,rgba(226,98,107,.06) 0,transparent 50%);pointer-events:none}.promo-hero-content{position:relative;text-align:center;max-width:600px;margin:0 auto}.promo-hero-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--promo-brand);background:rgba(123,108,197,.1);border:1px solid rgba(123,108,197,.18);padding:.35rem 1.1rem;border-radius:100px;margin-bottom:1.25rem}.promo-hero-title{font-size:2.6rem;font-weight:800;color:var(--promo-text);letter-spacing:-.02em;line-height:1.15;margin-bottom:.8rem}.promo-hero-sub{font-size:1.05rem;color:var(--promo-muted);line-height:1.65;margin:0}@media (max-width:767.98px){.promo-hero{padding:4rem 0 2rem}.promo-hero-title{font-size:1.6rem}.promo-hero-sub{font-size:.88rem}}.promo-desc-section{background:var(--promo-bg);padding:0 0 1rem}.promo-desc-text{text-align:center;font-size:.95rem;color:var(--promo-muted);line-height:1.7}.promo-list-section{background:var(--promo-bg);padding-bottom:4rem}.promo-category-bar{padding:1.5rem 0 .5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.promo-category-bar::-webkit-scrollbar{display:none}.promo-category-track{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap}.promo-category-chip{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem .5rem;min-width:76px;border:1.5px solid transparent;border-radius:12px;background:#fff;color:var(--promo-muted);cursor:pointer;transition:var(--promo-transition);box-shadow:0 1px 4px rgba(0,0,0,.04);position:relative}.promo-category-chip:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:var(--promo-brand);border-radius:1px;transform:translateX(-50%);transition:width var(--promo-transition)}.promo-category-chip:hover{border-color:rgba(123,108,197,.25);transform:translateY(-2px);box-shadow:0 4px 16px rgba(123,108,197,.1)}.promo-category-chip:hover:after{width:24px}.promo-category-chip.active{border-color:var(--promo-brand);background:linear-gradient(150deg,var(--promo-brand),var(--promo-brand-deep));color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(123,108,197,.25)}.promo-category-chip.active:after{display:none}.promo-category-chip.active .category-icon-img{filter:brightness(0) invert(1)}.promo-category-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.promo-category-icon i{font-size:22px;color:var(--promo-gold)}.promo-category-chip.active .promo-category-icon i{color:gold}.category-icon-img{filter:brightness(0) saturate(100%) invert(48%) sepia(12%) saturate(1800%) hue-rotate(220deg) brightness(90%) contrast(85%);transition:filter var(--promo-transition)}.promo-category-label{font-size:.72rem;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:72px}@media (max-width:767.98px){.promo-category-track{flex-wrap:nowrap;justify-content:flex-start;padding:0 .5rem}.promo-category-chip{min-width:66px;padding:.6rem .4rem}.promo-category-label{font-size:.65rem;max-width:62px}.promo-category-icon{width:26px;height:26px}.promo-category-icon i{font-size:18px}}.promo-grid-section{padding:1.5rem 0 3rem}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}@media (max-width:1199.98px){.promo-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991.98px){.promo-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:575.98px){.promo-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}}.promo-grid-item{animation:promoFadeIn .5s ease both}@keyframes promoFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.promo-card{background:#fff;border-radius:var(--promo-card-radius);overflow:hidden;transition:var(--promo-transition);box-shadow:0 2px 8px rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.promo-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(123,108,197,.14)}.promo-card-media{position:relative;overflow:hidden;aspect-ratio:4/3}.promo-card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.promo-card:hover .promo-card-img{transform:scale(1.06)}.promo-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(43,36,85,.6));display:flex;align-items:flex-end;justify-content:center;padding-bottom:1rem;opacity:0;transition:opacity var(--promo-transition)}.promo-card:hover .promo-card-overlay{opacity:1}.promo-card-view-btn{font-size:.75rem;font-weight:600;letter-spacing:.06em;color:#fff!important;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.3);padding:.4rem 1.1rem;border-radius:100px;text-decoration:none!important;transition:background var(--promo-transition)}.promo-card-view-btn:hover{background:hsla(0,0%,100%,.3)}.promo-badge-featured{position:absolute;top:.6rem;left:.6rem;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:var(--promo-gold);color:#fff;border-radius:50%;font-size:.7rem;box-shadow:0 2px 8px rgba(201,169,85,.4)}.promo-badge-discount{position:absolute;top:.6rem;right:.6rem;background:var(--promo-rose);color:#fff;font-size:.68rem;font-weight:800;padding:.25rem .55rem;border-radius:6px;letter-spacing:-.02em;box-shadow:0 2px 8px rgba(226,98,107,.35)}.promo-card-body{padding:.9rem;display:flex;flex-direction:column;flex:1 1}.promo-card-title{font-size:.88rem;font-weight:700;color:var(--promo-text);line-height:1.35;margin-bottom:.35rem}.promo-card-desc,.promo-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promo-card-desc{font-size:.74rem;color:var(--promo-muted);line-height:1.5;margin-bottom:.5rem;flex:1 1}.promo-card-hospital{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--promo-muted);margin-bottom:.6rem}.promo-card-hospital i{color:var(--promo-brand);font-size:.8rem}.promo-card-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;margin-bottom:.6rem}.promo-price-current{font-size:1rem;font-weight:800;color:var(--promo-brand);letter-spacing:-.01em}.promo-price-original{font-size:.72rem;color:#b0b0b0;text-decoration:line-through}.promo-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid #f0eef5}.promo-card-views{font-size:.68rem;color:#aaa}.promo-card-views i{font-size:.75rem;margin-right:.15rem}.promo-card-link{font-size:.68rem;font-weight:600;color:var(--promo-brand)!important;text-decoration:none!important;transition:color var(--promo-transition)}.promo-card-link i{transition:transform var(--promo-transition);display:inline-block}.promo-card:hover .promo-card-link i{transform:translateX(3px)}@media (max-width:575.98px){.promo-card-body{padding:.65rem}.promo-card-title{font-size:.78rem}.promo-card-desc{font-size:.68rem;-webkit-line-clamp:1}.promo-card-hospital{font-size:.64rem}.promo-price-current{font-size:.85rem}.promo-price-original{font-size:.65rem}.promo-card-footer{font-size:.62rem}.promo-badge-discount{font-size:.6rem;padding:.2rem .4rem}.promo-badge-featured{width:24px;height:24px;font-size:.6rem}}.promo-loading{display:flex;justify-content:center;align-items:center;min-height:300px}.promo-loading-spinner{width:48px;height:48px;position:relative}.promo-spinner-ring{width:100%;height:100%;border:3px solid var(--promo-brand-light);border-top-color:var(--promo-brand);border-radius:50%;animation:promoSpin .8s linear infinite}@keyframes promoSpin{to{transform:rotate(1turn)}}.promo-empty{grid-column:1/-1;text-align:center;padding:5rem 2rem}.promo-empty-icon{margin-bottom:1.2rem}.promo-empty-icon i{font-size:3.5rem;color:#d0cce4}.promo-empty h3{font-size:1.15rem;font-weight:700;color:var(--promo-text);margin-bottom:.4rem}.promo-empty p{font-size:.9rem;color:var(--promo-muted)}.pagination{gap:.3rem}.pagination .page-link{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8e5f0;color:var(--promo-muted)!important;transition:var(--promo-transition);border-radius:10px;font-weight:600;font-size:.82rem}.pagination .page-link:hover{background:var(--promo-brand-light);border-color:var(--promo-brand);color:var(--promo-brand)!important}.pagination .page-item.active .page-link{background:var(--promo-brand);border-color:var(--promo-brand);color:#fff!important;box-shadow:0 3px 10px rgba(123,108,197,.3)}.pagination .page-item.disabled .page-link{background:#f5f4f8;border-color:#eee;color:#ccc!important}.promotion-info-section{background:#fff;padding:1.75rem 0 2rem}.promotion-info-header{margin-bottom:1.25rem}.promotion-info-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.info-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--promo-muted);background:#f8f7fc;padding:.4rem .85rem;border-radius:100px;border:1px solid #eee}.info-badge i{font-size:.9rem;color:var(--promo-brand)}.promotion-subtitle{font-size:.95rem;color:var(--promo-muted);line-height:1.6;margin-bottom:0}.promotion-price-section{margin-bottom:1.25rem;padding:1rem 1.25rem;background:linear-gradient(135deg,rgba(123,108,197,.04),rgba(226,98,107,.03));border-radius:14px;border:1px solid rgba(123,108,197,.08)}.promotion-price-section .starting-label{font-size:.75rem;font-weight:600;color:var(--promo-brand);margin-bottom:.25rem}.promotion-price-section .price-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.promotion-price-section .current-price{font-size:1.75rem;font-weight:800;color:var(--promo-brand);letter-spacing:-.01em}.promotion-price-section .original-price{font-size:.95rem;color:#b0b0b0;text-decoration:line-through}.promotion-price-section .discount-badge{font-size:.78rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--promo-rose),#c45968);padding:.3rem .7rem;border-radius:8px;box-shadow:0 2px 8px rgba(226,98,107,.25)}.promotion-cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.promotion-cta-buttons .btn-primary{background:linear-gradient(135deg,var(--promo-brand),var(--promo-brand-deep));border:none;border-radius:10px;font-weight:600;padding:.65rem 1.5rem;box-shadow:0 4px 16px rgba(123,108,197,.2);transition:var(--promo-transition)}.promotion-cta-buttons .btn-primary:hover{background:linear-gradient(135deg,var(--promo-brand-deep),var(--promo-brand));transform:translateY(-1px);box-shadow:0 6px 24px rgba(123,108,197,.3)}.promotion-cta-buttons .btn-outline-secondary{border-radius:10px;font-weight:500;padding:.65rem 1.5rem}.promotion-stats-row{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1rem;border-top:1px solid #f0eef5}.promotion-stats-row .stat-item{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--promo-muted)}.promotion-stats-row .stat-item i{font-size:.9rem;color:#bbb}.promotion-stats-row .stat-item .stat-value{font-weight:600;color:var(--promo-text)}@media (max-width:767.98px){.promotion-info-section{padding:1.25rem 0 1.5rem}.promotion-price-section .current-price{font-size:1.35rem}.promotion-cta-buttons{display:none}}.promotion-card-mall{transition:all .3s ease;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08)}.promotion-card-mall:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(134,124,215,.15);border-color:#867cd7}.promotion-card-mall .card-img-top{transition:transform .3s ease}.promotion-card-mall:hover .card-img-top{transform:scale(1.05)}.featured-badge{background:linear-gradient(135deg,#867cd7,#605dba)!important;color:#fff!important;border:none;box-shadow:0 2px 8px rgba(134,124,215,.3)}.discount-badge-mall{background:linear-gradient(135deg,#e2626b,#d16b86);color:#fff;padding:8px 12px;border-radius:20px;font-weight:700;font-size:.875rem;box-shadow:0 2px 8px rgba(226,98,107,.3);border:2px solid #fff}.price-display-mall{color:#867cd7;font-size:1.25rem;font-weight:700}.price-original-mall{color:#6c757d;text-decoration:line-through;font-size:.85rem}.promotion-cta-btn{background:linear-gradient(135deg,#867cd7,#605dba)!important;border:none!important;color:#fff!important;transition:all .3s ease}.promotion-cta-btn:hover{background:linear-gradient(135deg,#605dba,#867cd7)!important;transform:translateY(-2px);box-shadow:0 5px 15px rgba(134,124,215,.3)}.category-filter-btn{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid #e9ecef;border-radius:12px;background:#fff;transition:all .3s ease;cursor:pointer;min-width:80px;text-decoration:none;color:#6c757d;box-shadow:0 2px 8px rgba(0,0,0,.05)}.category-filter-btn:hover{border-color:#867cd7;background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 25px rgba(134,124,215,.15)}.category-filter-btn.active{border-color:#867cd7;background:linear-gradient(135deg,#867cd7,#605dba);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(134,124,215,.25)}.category-icon{margin-bottom:.5rem;transition:all .3s ease}.category-filter-btn.active .category-icon-img{filter:brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0) hue-rotate(93deg) brightness(103%) contrast(103%)}.category-text{font-size:.875rem;font-weight:500;text-align:center}.promotion-card{transition:all .3s ease;border:1px solid #e9ecef;border-radius:12px;overflow:hidden}.promotion-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1);border-color:#007bff}.promotion-card .card-img-top{transition:transform .3s ease}.promotion-card:hover .card-img-top{transform:scale(1.05)}.promotion-filter-panel{border:none;border-radius:28px;background:linear-gradient(135deg,#fff,#f7f7fb 45%,#f5f2ff);box-shadow:0 20px 60px rgba(96,93,186,.12)}.promotion-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem 1.75rem;gap:1.25rem 1.75rem}.promotion-filter-panel .form-label{font-weight:600;color:#4b4f64;margin-bottom:.45rem}.promotion-filter-panel .form-control,.promotion-filter-panel .form-select{border-radius:14px;border:1px solid rgba(134,124,215,.2);padding:.8rem 1rem;transition:all .2s ease;background:hsla(0,0%,100%,.85);box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}.promotion-filter-panel .form-control:focus,.promotion-filter-panel .form-select:focus{border-color:rgba(96,93,186,.6);box-shadow:0 0 0 3px rgba(134,124,215,.18)}.promotion-filter-panel .filter-field{display:flex;flex-direction:column}.promotion-filter-panel .filter-actions{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.promotion-filter-panel .filter-actions .btn-primary{min-width:140px;border-radius:999px;background:linear-gradient(120deg,#6c63ff,#9c75ff);border:none;font-weight:600;box-shadow:0 12px 30px rgba(108,99,255,.3)}.promotion-filter-panel .filter-actions .btn-primary:disabled{opacity:.6;box-shadow:none}.promotion-filter-panel .filter-actions .btn-outline-secondary{border-radius:999px;border-color:rgba(75,79,100,.2);color:#4b4f64}.promotion-filter-panel .filter-actions .btn-link.reset-link{font-weight:500;padding-left:0;padding-right:0}@media (max-width:767.98px){.promotion-filter-panel{padding:.5rem}.promotion-filter-panel .filter-actions{justify-content:stretch}.promotion-filter-panel .filter-actions .btn{flex:1 1}}.promotion-card .badge{font-size:.75rem;padding:.5rem .75rem}.promotion-card .btn-warning{background:linear-gradient(45deg,#ffc107,#ff8c00);border:none;font-weight:600;transition:all .3s ease}.promotion-card .btn-warning:hover{background:linear-gradient(45deg,#ff8c00,#ffc107);transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,193,7,.4)}.btn-outline-primary{border-radius:25px;padding:.5rem 1.5rem;font-weight:500;transition:all .3s ease;border-color:#867cd7;color:#867cd7}.btn-outline-primary.active,.btn-outline-primary:hover{background-color:#867cd7;border-color:#867cd7;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px rgba(134,124,215,.3)}.promotion-detail-header{background:#fefefe;color:#343f52;position:relative;overflow:hidden}.promotion-detail-header:before{display:none}.promotion-detail-header .badge{background-color:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3)}.promotion-detail-header .btn-warning{background:linear-gradient(45deg,#ffc107,#ff8c00);border:none;font-weight:600;padding:1rem 2rem;font-size:1.1rem}.promotion-detail-header .btn-warning:hover{background:linear-gradient(45deg,#ff8c00,#ffc107);transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,193,7,.4)}.price-display{font-size:2rem;font-weight:700;color:#867cd7}.price-original{font-size:1.2rem;color:#6c757d;text-decoration:line-through}.discount-badge{background:linear-gradient(45deg,#e2626b,#d16b86);font-size:1rem}.admin-promotion-table{border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.admin-promotion-table th{background-color:#f8f9fa;font-weight:600;border-bottom:2px solid #dee2e6}.admin-promotion-table td{vertical-align:middle}.admin-promotion-table .btn-group .btn{margin:0 2px;border-radius:6px}@media (max-width:768px){.promotion-card-mall{margin-bottom:1rem;border-radius:10px}.promotion-card-mall .card-body{padding:.875rem}.promotion-card-mall .card-title{font-size:.9rem}.promotion-card-mall .card-text{font-size:.75rem}.price-display-mall{font-size:.95rem}.price-original-mall{font-size:.7rem}.promotion-cta-btn{padding:.35rem .75rem;font-size:.8rem}.discount-badge-mall{padding:4px 8px;font-size:.65rem}}.promotion-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.promotion-loading .spinner-border{width:3rem;height:3rem;border-width:.3rem}.promotion-empty{text-align:center;padding:4rem 2rem;color:#6c757d}.promotion-empty i{font-size:4rem;margin-bottom:1rem;opacity:.5}.image-slider-container{position:relative;overflow:hidden;border-radius:12px}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#867cd7;transition:all .3s ease;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.1)}.slider-btn:hover{background:rgba(134,124,215,.9);color:#fff;transform:translateY(-50%) scale(1.1)}.slider-btn-prev{left:20px}.slider-btn-next{right:20px}.slider-indicators{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.indicator{width:12px;height:12px;border-radius:50%;border:2px solid hsla(0,0%,100%,.7);background:transparent;cursor:pointer;transition:all .3s ease}.indicator.active{background:#fff;border-color:#fff}.indicator:hover{border-color:#fff;background:hsla(0,0%,100%,.5)}.procedure-details{animation:fadeInUp .3s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.review-card{transition:all .3s ease}.review-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.hospital-info-card{border:1px solid #e9ecef;border-radius:12px;overflow:hidden}.hospital-info-card .card-body{background:linear-gradient(135deg,#f8f9fa,#fff)}@media (max-width:768px){.slider-btn{width:40px;height:40px;font-size:1rem}.slider-btn-prev{left:10px}.slider-btn-next{right:10px}.slider-indicators{bottom:15px}.indicator{width:10px;height:10px}}.min-vh-50{min-height:50vh}.promotion-hero-content{position:relative;z-index:2}.promotion-category{margin-bottom:1.5rem}.category-icon-wrapper{position:relative}.promotion-detail-header .category-icon{filter:brightness(0) saturate(100%) invert(53%) sepia(15%) saturate(2000%) hue-rotate(210deg) brightness(95%) contrast(90%);transition:all .3s ease}.category-icon-wrapper:hover .category-icon{transform:scale(1.1)}.category-badge{background:rgba(134,124,215,.1);color:#867cd7;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:600;border:1px solid rgba(134,124,215,.2)}.promotion-title{font-size:2.2rem;font-weight:700;color:#343f52;line-height:1.2;margin-bottom:1.2rem}.promotion-description{font-size:1rem;color:#60697b;line-height:1.6;margin-bottom:1.5rem}.promotion-description-html{font-size:1.05rem;line-height:1.8;color:#4a5568}.promotion-description-html p{margin-bottom:1rem}.promotion-description-html ol,.promotion-description-html ul{margin-bottom:1.25rem;padding-left:1.5rem}.promotion-description-html li{margin-bottom:.5rem}.hospital-info{color:#60697b;font-size:1rem}.hospital-info i{color:#867cd7}.price-section{margin-bottom:2rem}.price-main{display:flex;align-items:baseline;gap:1rem;margin-bottom:.5rem}.starting-price-label{font-size:1rem;font-weight:600;color:#867cd7}.current-price{font-size:2.2rem;font-weight:700;color:#867cd7}.original-price{font-size:1.2rem;color:#aab0bc;text-decoration:line-through}.discount-info{margin-top:.5rem}.discount-badge{background:linear-gradient(135deg,#e2626b,#d16b86);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 4px 15px rgba(226,98,107,.3)}.promotion-period{color:#60697b;font-size:1rem}.promotion-period i{color:#867cd7}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.action-buttons .btn{border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.action-buttons .btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.promotion-hero-image{position:relative;z-index:2}.image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(134,124,215,.15)}.hero-image{width:100%;height:340px;object-fit:cover;transition:transform .3s ease}.image-container:hover .hero-image{transform:scale(1.05)}.image-overlay{position:absolute;top:20px;right:20px}.overlay-badge{background:linear-gradient(135deg,#867cd7,#605dba);color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.85rem;box-shadow:0 4px 15px rgba(134,124,215,.3)}@media (max-width:992px){.promotion-title{font-size:2rem}.current-price{font-size:1.9rem}.hero-image{height:320px}}@media (max-width:768px){.current-price,.promotion-title{font-size:1.6rem}.promotion-description{font-size:.95rem}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}.hero-image{height:240px}}.promotion-banner-hero{min-height:50vh;display:flex;align-items:center}.promotion-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.6));z-index:1}.category-badge-hero{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;color:#fff;font-weight:600;font-size:.9rem;border:1px solid hsla(0,0%,100%,.2)}.category-icon-hero{filter:brightness(0) invert(1)}.promotion-title-hero{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);line-height:1.3}.promotion-description-hero{font-size:1.1rem;color:hsla(0,0%,100%,.9);max-width:600px;margin:0 auto;line-height:1.6}.hospital-info-hero{color:hsla(0,0%,100%,.85);font-size:1rem}.hospital-info-hero i{color:gold}.price-section-hero{margin-top:1.5rem}.price-wrapper-hero{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.starting-price-label-hero{font-size:.9rem;color:gold;font-weight:600}.current-price-hero{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.original-price-hero{font-size:1.2rem;color:hsla(0,0%,100%,.6);text-decoration:line-through}.discount-badge-hero{background:linear-gradient(135deg,#e2626b,#d16b86);color:#fff;padding:.4rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;box-shadow:0 4px 15px rgba(226,98,107,.3)}.btn-hero-reserve{background:#fff;color:#867cd7;font-weight:600;padding:.875rem 2.5rem;border-radius:50px;border:none;box-shadow:0 8px 25px rgba(0,0,0,.2);transition:all .3s ease}.btn-hero-reserve:hover{background:#867cd7;color:#fff;transform:translateY(-2px);box-shadow:0 12px 35px rgba(134,124,215,.4)}.promotion-period-hero{color:hsla(0,0%,100%,.8);font-size:.95rem}.promotion-period-hero i{color:gold}.promotion-gallery-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 40px rgba(134,124,215,.1)}.promotion-gallery-container{position:relative}.promotion-gallery-main{border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.1)}.promotion-gallery-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#867cd7,#605dba);color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;font-size:.85rem;box-shadow:0 4px 15px rgba(134,124,215,.3)}.promotion-gallery-thumbnails{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.thumbnail-btn{padding:0;border:3px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;background:none}.thumbnail-btn:hover{border-color:rgba(134,124,215,.5)}.thumbnail-btn.active{border-color:#867cd7;box-shadow:0 4px 15px rgba(134,124,215,.3)}@media (max-width:992px){.current-price-hero,.promotion-title-hero{font-size:2rem}.promotion-banner-hero{min-height:45vh}}@media (max-width:768px){.promotion-title-hero{font-size:1.6rem}.promotion-description-hero{font-size:1rem}.current-price-hero{font-size:1.75rem}.price-wrapper-hero{flex-direction:column;gap:.5rem}.promotion-banner-hero{min-height:40vh}.promotion-gallery-section{padding:1rem}.promotion-gallery-main{height:300px!important}.promotion-gallery-thumbnails{gap:.5rem}.thumbnail-btn img{width:60px!important;height:45px!important}}.promotion-stats-inline{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.2)}.stat-inline-item{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.9);font-size:.95rem}.stat-inline-item i{font-size:1.1rem;color:hsla(0,0%,100%,.7)}.stat-inline-item .stat-value{font-weight:600;color:#fff}.stat-inline-item .stat-label{color:hsla(0,0%,100%,.7);font-size:.85rem;margin-left:.25rem}.stat-inline-item.featured{background:rgba(255,215,0,.2);padding:.4rem .75rem;border-radius:20px;border:1px solid rgba(255,215,0,.3)}.stat-inline-item.featured .stat-value,.stat-inline-item.featured i{color:gold}@media (max-width:768px){.promotion-stats-inline{gap:1rem}.stat-inline-item{font-size:.85rem}.stat-inline-item i{font-size:1rem}}.promotion-review-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.promotion-review-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.1)}a.promotion-review-image{display:block;text-decoration:none}.promotion-review-image{position:relative;width:100%;height:180px;overflow:hidden;background:#f0f2f5}.promotion-review-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.promotion-review-card:hover .promotion-review-img{transform:scale(1.06)}.promotion-review-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f2f5,#e4e6eb);color:#adb5bd;font-size:2.5rem}.review-rating-overlay{position:absolute;bottom:10px;left:12px;display:flex;gap:2px;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 10px;border-radius:20px}.review-rating-overlay .uil-star{font-size:.75rem;color:#ffc107}.promotion-review-body{padding:1rem 1.1rem 1.1rem;flex:1 1;display:flex;flex-direction:column}.promotion-review-title{font-size:.95rem;font-weight:600;color:#343f52;margin-bottom:.4rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.promotion-review-title a{color:inherit;text-decoration:none;transition:color .2s ease}.promotion-review-title a:hover{color:#867cd7}.promotion-review-content{font-size:.82rem;color:#60697b;line-height:1.55;flex:1 1;margin-bottom:.6rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.promotion-review-meta{display:flex;align-items:center;gap:.75rem;font-size:.72rem;color:#aab0bc;margin-bottom:.5rem}.promotion-review-meta i{font-size:.8rem;margin-right:.2rem}.promotion-review-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:auto}.review-tag{display:inline-block;background:rgba(134,124,215,.08);color:#867cd7;font-size:.7rem;font-weight:500;padding:.2rem .55rem;border-radius:12px}.promotion-review-empty{text-align:center;padding:3rem 1rem;color:#aab0bc}.promotion-review-empty .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.4}@media (max-width:768px){.promotion-review-image{height:150px}.promotion-review-body{padding:.8rem .9rem .9rem}.promotion-review-title{font-size:.88rem}}