:root{--hb-primary:#d4a574;--hb-primary-dark:#c49464;--hb-primary-light:#f5ebe0;--hb-secondary:#8b5a6b;--hb-secondary-dark:#7a4a5b;--hb-accent:#c9a86c;--hb-dark:#1a1a2e;--hb-darker:#0f0f1a;--hb-text:#4a4a4a;--hb-text-light:#6b7280;--hb-white:#fff;--hb-light:#faf8f6;--hb-border:#e5e7eb;--hb-success:#10b981;--hb-error:#ef4444;--hb-warning:#f59e0b;--hb-shadow:0 4px 20px rgba(0,0,0,.08);--hb-shadow-lg:0 10px 40px rgba(0,0,0,.12);--hb-shadow-xl:0 20px 60px rgba(0,0,0,.15);--hb-radius:16px;--hb-radius-sm:10px;--hb-radius-lg:24px;--hb-radius-xl:32px;--hb-font:'Inter' , -apple-system , BlinkMacSystemFont , sans-serif;--hb-font-display:'Playfair Display' , Georgia , serif;--hb-transition:all .3s cubic-bezier(.4,0,.2,1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family: var(--hb-font);font-size:16px;line-height:1.7;color:var(--hb-text);background:var(--hb-white);overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--hb-primary);text-decoration:none;transition:var(--hb-transition)}a:hover{color:var(--hb-primary-dark)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family: var(--hb-font-display);font-weight:600;line-height:1.3;color:var(--hb-dark)}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.875rem,4vw,2.75rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:1.25rem}p{margin-bottom:1rem}.hb-container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.hb-section{padding:100px 0}@media (max-width:768px){.hb-section{padding:70px 0}.hb-container{padding:0 16px}}.hb-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-family: var(--hb-font);font-size:15px;font-weight:600;border:2px solid transparent;border-radius:50px;cursor:pointer;transition:var(--hb-transition);text-decoration:none;white-space:nowrap}.hb-btn svg{width:20px;height:20px;flex-shrink:0}.hb-btn-primary{background:var(--hb-primary);color:var(--hb-white);border-color:var(--hb-primary)}.hb-btn-primary:hover{background:var(--hb-primary-dark);border-color:var(--hb-primary-dark);color:var(--hb-white);transform:translateY(-2px);box-shadow:0 10px 30px rgba(212,165,116,.4)}.hb-btn-secondary{background:var(--hb-secondary);color:var(--hb-white);border-color:var(--hb-secondary)}.hb-btn-outline{background:transparent;color:var(--hb-primary);border-color:var(--hb-primary)}.hb-btn-outline:hover{background:var(--hb-primary);color:var(--hb-white)}.hb-btn-white{background:var(--hb-white);color:var(--hb-dark);border-color:var(--hb-white)}.hb-btn-white:hover{background:var(--hb-light);transform:translateY(-2px)}.hb-btn-whatsapp{background:#25d366;color:var(--hb-white);border-color:#25d366}.hb-btn-whatsapp:hover{background:#128c7e;border-color:#128c7e;color:var(--hb-white);transform:translateY(-2px)}.hb-btn-lg{padding:18px 40px;font-size:16px}.hb-btn-sm{padding:12px 24px;font-size:14px}.hb-btn-block{display:flex;width:100%}.hb-topbar{background:var(--hb-darker);color:rgba(255,255,255,.9);font-size:14px;padding:12px 0}.hb-topbar .hb-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.hb-topbar-left,.hb-topbar-right{display:flex;align-items:center;gap:24px}.hb-topbar-item{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.85);transition:var(--hb-transition)}.hb-topbar-item:hover{color:var(--hb-primary)}.hb-topbar-item svg{width:16px;height:16px}@media (max-width:768px){.hb-topbar{display:none}}.hb-header{background:var(--hb-white);box-shadow:0 2px 20px rgba(0,0,0,.06);position:sticky;top:0;z-index:1000}.hb-header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:32px}.hb-logo{display:flex;align-items:center}.hb-logo img{height:50px;width:auto}.hb-logo-text{font-family: var(--hb-font-display);font-size:26px;font-weight:700;color:var(--hb-dark)}.hb-nav{flex:1;display:flex;justify-content:center}.hb-menu{display:flex;align-items:center;gap:8px}.hb-menu>li{position:relative}.hb-menu>li>a{display:flex;align-items:center;gap:6px;padding:12px 18px;font-size:15px;font-weight:500;color:var(--hb-dark);border-radius:var(--hb-radius-sm);transition:var(--hb-transition)}.hb-menu>li>a:hover,.hb-menu>li.current-menu-item>a{color:var(--hb-primary);background:var(--hb-primary-light)}.hb-menu .sub-menu{position:absolute;top:100%;left:0;min-width:240px;background:var(--hb-white);border-radius:var(--hb-radius);box-shadow:var(--hb-shadow-lg);padding:12px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--hb-transition);z-index:100}.hb-menu>li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.hb-menu .sub-menu a{display:block;padding:12px 24px;font-size:14px;color:var(--hb-text);transition:var(--hb-transition)}.hb-menu .sub-menu a:hover{background:var(--hb-light);color:var(--hb-primary)}.hb-header-actions{display:flex;align-items:center;gap:12px}.hb-menu-toggle{display:none;width:44px;height:44px;padding:10px;background:var(--hb-light);border:none;border-radius:var(--hb-radius-sm);cursor:pointer;flex-direction:column;justify-content:center;gap:5px}.hb-menu-toggle span{display:block;width:100%;height:2px;background:var(--hb-dark);border-radius:2px;transition:var(--hb-transition)}@media (max-width:1024px){.hb-nav{display:none}.hb-menu-toggle{display:flex}}.hb-mobile-nav{position:fixed;top:0;right:-100%;width:320px;max-width:90vw;height:100vh;background:var(--hb-white);z-index:10001;transition:right .4s ease;display:flex;flex-direction:column}.hb-mobile-nav.active{right:0}.hb-mobile-nav-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--hb-border)}.hb-mobile-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--hb-light);border:none;border-radius:50%;cursor:pointer;font-size:20px}.hb-mobile-nav-body{flex:1;overflow-y:auto;padding:20px}.hb-mobile-menu li{border-bottom:1px solid var(--hb-border)}.hb-mobile-menu a{display:block;padding:16px 0;font-size:16px;font-weight:500;color:var(--hb-dark)}.hb-mobile-nav-footer{padding:20px;border-top:1px solid var(--hb-border);display:flex;flex-direction:column;gap:12px}.hb-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10000;opacity:0;visibility:hidden;transition:var(--hb-transition)}.hb-mobile-overlay.active{opacity:1;visibility:visible}.hb-hero{position:relative;min-height:85vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--hb-dark) 0%,var(--hb-secondary) 50%,var(--hb-primary) 100%);overflow:hidden}.hb-hero::before{content:'';position:absolute;inset:0;background:url(data:image/svg+xml,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 100\ 100\"><circle\ cx=\"50\"\ cy=\"50\"\ r=\"40\"\ fill=\"none\"\ stroke=\"rgba\(255,255,255,0.05\)\"\ stroke-width=\"0.5\"/></svg>) repeat;background-size:100px;opacity:.5}.hb-hero-content{position:relative;z-index:2;width:100%;text-align:center;padding:60px 0}.hb-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);padding:12px 24px;border-radius:50px;font-size:14px;font-weight:500;color:var(--hb-white);margin-bottom:32px;border:1px solid rgba(255,255,255,.2)}.hb-hero-title{font-size:clamp(2.5rem,6vw,4.5rem);color:var(--hb-white);margin-bottom:24px;line-height:1.1}.hb-hero-title .highlight{color:var(--hb-accent)}.hb-hero-text{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.8}.hb-hero-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:60px}.hb-hero-stats{display:flex;justify-content:center;gap:48px;padding-top:48px;border-top:1px solid rgba(255,255,255,.15)}.hb-hero-stat{text-align:center}.hb-hero-stat-num{font-family: var(--hb-font-display);font-size:3rem;font-weight:700;color:var(--hb-white);line-height:1;margin-bottom:8px}.hb-hero-stat-label{font-size:14px;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:1px}@media (max-width:768px){.hb-hero{min-height:70vh}.hb-hero-stats{gap:24px;flex-wrap:wrap}.hb-hero-stat-num{font-size:2rem}}.hb-page-hero{background:linear-gradient(135deg,var(--hb-dark),var(--hb-secondary));padding:80px 0 60px;text-align:center;color:var(--hb-white)}.hb-page-hero h1{color:var(--hb-white);margin-bottom:12px;font-size:clamp(2rem,4vw,3rem)}.hb-page-hero p{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto}.hb-section-header{text-align:center;max-width:700px;margin:0 auto 60px}.hb-section-tag{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--hb-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.hb-section-title{margin-bottom:16px}.hb-section-text{font-size:1.125rem;color:var(--hb-text-light)}.hb-content-wrap{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}@media (max-width:1024px){.hb-content-wrap{grid-template-columns:1fr}}.hb-main-content{min-width:0}.hb-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:24px}.hb-widget{background:var(--hb-white);border-radius:var(--hb-radius-lg);padding:28px;box-shadow:var(--hb-shadow);border:1px solid var(--hb-border)}.hb-widget-title{font-size:1.125rem;font-weight:700;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid var(--hb-light);display:flex;align-items:center;gap:10px;color:var(--hb-dark)}.hb-widget-title svg{width:22px;height:22px;color:var(--hb-primary)}.hb-services-list{display:flex;flex-direction:column;gap:8px}.hb-services-list a{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--hb-light);border-radius:var(--hb-radius-sm);color:var(--hb-text);font-weight:500;font-size:14px;transition:var(--hb-transition);border:1px solid transparent}.hb-services-list a:hover,.hb-services-list .current a{background:var(--hb-primary);color:var(--hb-white);border-color:var(--hb-primary)}.hb-services-list .count{font-size:13px;opacity:.7;background:rgba(0,0,0,.1);padding:2px 10px;border-radius:20px}.hb-widget-contact{background:linear-gradient(135deg,var(--hb-secondary),var(--hb-primary));color:var(--hb-white);border:none}.hb-widget-contact .hb-widget-title{color:var(--hb-white);border-bottom-color:rgba(255,255,255,.2)}.hb-widget-contact .hb-widget-title svg{color:var(--hb-white)}.hb-contact-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.15);font-size:15px}.hb-contact-item:last-child{border-bottom:none;padding-bottom:0}.hb-contact-item svg{width:20px;height:20px;flex-shrink:0;opacity:.9}.hb-contact-item a{color:var(--hb-white)}.hb-contact-item a:hover{opacity:.8}.hb-hours-list{display:flex;flex-direction:column}.hb-hours-list li{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px dashed var(--hb-border);font-size:14px}.hb-hours-list li:last-child{border-bottom:none}.hb-hours-list .day{font-weight:600;color:var(--hb-dark)}.hb-hours-list .time{color:var(--hb-text-light)}.hb-hours-list li.today{background:var(--hb-primary-light);margin:0 -18px;padding:12px 18px;border-radius:var(--hb-radius-sm)}.hb-hours-list li.today .day{color:var(--hb-primary-dark)}.hb-hours-list li.closed .time{color:var(--hb-error);font-weight:500}.hb-grid{display:grid;gap:32px}.hb-grid-2{grid-template-columns:repeat(2,1fr)}.hb-grid-3{grid-template-columns:repeat(3,1fr)}.hb-grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.hb-grid-3,.hb-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hb-grid-2,.hb-grid-3,.hb-grid-4{grid-template-columns:1fr}}.hb-card{background:var(--hb-white);border-radius:var(--hb-radius-lg);overflow:hidden;box-shadow:var(--hb-shadow);transition:var(--hb-transition);border:1px solid var(--hb-border)}.hb-card:hover{transform:translateY(-8px);box-shadow:var(--hb-shadow-xl);border-color:var(--hb-primary-light)}.hb-card-image{position:relative;aspect-ratio: 16/10;overflow:hidden;background:linear-gradient(135deg,var(--hb-primary-light),var(--hb-light))}.hb-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hb-card:hover .hb-card-image img{transform:scale(1.08)}.hb-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5ebe0 0%,#e8d5c4 50%,#d4a574 100%);position:relative}.hb-card-placeholder::before{content:'✨';font-size:48px;opacity:.6}.hb-card-placeholder svg{display:none}.hb-card-badge{position:absolute;top:16px;left:16px;background:var(--hb-error);color:var(--hb-white);padding:6px 14px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hb-card-body{padding:28px}.hb-card-category{font-size:12px;font-weight:700;color:var(--hb-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.hb-card-title{font-size:1.25rem;margin-bottom:12px;line-height:1.4}.hb-card-title a{color:var(--hb-dark)}.hb-card-title a:hover{color:var(--hb-primary)}.hb-card-excerpt{color:var(--hb-text-light);font-size:14px;line-height:1.7;margin-bottom:20px}.hb-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid var(--hb-border)}.hb-card-price{font-family: var(--hb-font-display);font-size:1.5rem;font-weight:700;color:var(--hb-primary)}.hb-card-price .old{font-size:1rem;color:var(--hb-text-light);text-decoration:line-through;margin-right:8px;font-weight:400}.hb-card-meta{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--hb-text-light)}.hb-card-meta svg{width:16px;height:16px}.hb-team-card{background:var(--hb-white);border-radius:var(--hb-radius-lg);padding:36px 28px;text-align:center;box-shadow:var(--hb-shadow);transition:var(--hb-transition);border:1px solid var(--hb-border)}.hb-team-card:hover{transform:translateY(-8px);box-shadow:var(--hb-shadow-xl)}.hb-team-image{width:130px;height:130px;border-radius:50%;overflow:hidden;margin:0 auto 24px;border:4px solid var(--hb-primary-light);background:linear-gradient(135deg,var(--hb-primary),var(--hb-secondary));display:flex;align-items:center;justify-content:center}.hb-team-image img{width:100%;height:100%;object-fit:cover}.hb-team-image svg{width:48px;height:48px;color:rgba(255,255,255,.7)}.hb-team-name{font-size:1.25rem;margin-bottom:6px}.hb-team-name a{color:var(--hb-dark)}.hb-team-title{color:var(--hb-primary);font-size:14px;font-weight:600;margin-bottom:8px}.hb-team-exp{color:var(--hb-text-light);font-size:13px;margin-bottom:20px}.hb-team-social{display:flex;justify-content:center;gap:10px}.hb-team-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--hb-light);border-radius:50%;color:var(--hb-dark);transition:var(--hb-transition)}.hb-team-social a:hover{background:var(--hb-primary);color:var(--hb-white)}.hb-single-content{background:var(--hb-white);border-radius:var(--hb-radius-lg);overflow:hidden;box-shadow:var(--hb-shadow);border:1px solid var(--hb-border)}.hb-single-image{aspect-ratio: 21/9;overflow:hidden;background:linear-gradient(135deg,var(--hb-primary),var(--hb-secondary));display:flex;align-items:center;justify-content:center}.hb-single-image img{width:100%;height:100%;object-fit:cover}.hb-single-image svg{width:80px;height:80px;color:rgba(255,255,255,.5)}.hb-single-body{padding:48px}@media (max-width:768px){.hb-single-body{padding:28px}}.hb-single-header{margin-bottom:36px;padding-bottom:36px;border-bottom:1px solid var(--hb-border)}.hb-single-category{display:inline-flex;align-items:center;gap:8px;background:var(--hb-primary-light);color:var(--hb-primary-dark);padding:8px 18px;border-radius:50px;font-size:13px;font-weight:600;margin-bottom:20px}.hb-single-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:20px}.hb-single-meta{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px}.hb-single-meta-item{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--hb-text-light)}.hb-single-meta-item svg{width:20px;height:20px;color:var(--hb-primary)}.hb-single-meta-item strong{color:var(--hb-dark)}.hb-single-price{display:flex;align-items:baseline;gap:12px}.hb-single-price .current{font-family: var(--hb-font-display);font-size:2.5rem;font-weight:700;color:var(--hb-primary)}.hb-single-price .old{font-size:1.25rem;color:var(--hb-text-light);text-decoration:line-through}.hb-content{font-size:17px;line-height:1.9;color:var(--hb-text)}.hb-content h2,.hb-content h3,.hb-content h4{margin-top:40px;margin-bottom:20px;color:var(--hb-dark)}.hb-content p{margin-bottom:24px}.hb-content ul,.hb-content ol{margin-bottom:24px}.hb-content li{margin-bottom:12px;position:relative;padding-left:32px}.hb-content ul li::before{content:'✓';position:absolute;left:0;color:var(--hb-primary);font-weight:700}.hb-content blockquote{margin:36px 0;padding:28px 36px;background:var(--hb-light);border-left:4px solid var(--hb-primary);border-radius:0 var(--hb-radius) var(--hb-radius) 0;font-style:italic;color:var(--hb-dark)}.hb-cta-box{background:linear-gradient(135deg,var(--hb-primary-light),var(--hb-white));border:2px solid var(--hb-primary);border-radius:var(--hb-radius-lg);padding:36px;margin-top:48px;text-align:center}.hb-cta-box h4{margin-bottom:12px;color:var(--hb-dark)}.hb-cta-box p{color:var(--hb-text-light);margin-bottom:24px}.hb-cta-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.hb-form-group{margin-bottom:24px}.hb-form-group label{display:block;font-weight:600;color:var(--hb-dark);margin-bottom:10px;font-size:15px}.hb-form-control{width:100%;padding:16px 20px;font-family: var(--hb-font);font-size:15px;border:2px solid var(--hb-border);border-radius:var(--hb-radius-sm);background:var(--hb-white);transition:var(--hb-transition);color:var(--hb-dark)}.hb-form-control:focus{outline:none;border-color:var(--hb-primary);box-shadow:0 0 0 4px rgba(212,165,116,.15)}.hb-form-control::placeholder{color:var(--hb-text-light)}.hb-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (max-width:640px){.hb-form-row{grid-template-columns:1fr}}.hb-form-message{padding:20px;border-radius:var(--hb-radius-sm);margin-top:24px;display:none;align-items:center;gap:12px;font-weight:500}.hb-form-message.success{display:flex;background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.hb-form-message.error{display:flex;background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.hb-footer{background:var(--hb-darker);color:rgba(255,255,255,.85);padding-top:80px}.hb-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px;padding-bottom:60px}@media (max-width:1024px){.hb-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hb-footer-grid{grid-template-columns:1fr;gap:40px}}.hb-footer-brand{}.hb-footer-brand .hb-logo{margin-bottom:20px}.hb-footer-brand .hb-logo img{filter:brightness(0) invert(1)}.hb-footer-brand p{line-height:1.8;opacity:.85;font-size:15px;margin-bottom:24px}.hb-footer-social{display:flex;gap:12px}.hb-footer-social a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.1);color:var(--hb-white);transition:var(--hb-transition)}.hb-footer-social a:hover{background:var(--hb-primary);transform:translateY(-3px)}.hb-footer-social a svg{width:20px;height:20px}.hb-footer-title{color:var(--hb-white);font-size:1.25rem;margin-bottom:28px;font-family: var(--hb-font-display)}.hb-footer-links{display:flex;flex-direction:column;gap:14px}.hb-footer-links a{color:rgba(255,255,255,.75);transition:var(--hb-transition);font-size:15px}.hb-footer-links a:hover{color:var(--hb-primary);padding-left:8px}.hb-footer-contact{display:flex;flex-direction:column;gap:16px}.hb-footer-contact li{display:flex;align-items:flex-start;gap:14px;font-size:15px}.hb-footer-contact svg{width:20px;height:20px;flex-shrink:0;margin-top:3px;color:var(--hb-primary)}.hb-footer-contact a{color:rgba(255,255,255,.85)}.hb-footer-contact a:hover{color:var(--hb-primary)}.hb-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:24px 0;text-align:center;font-size:14px;opacity:.7}.hb-whatsapp-float{position:fixed;bottom:30px;right:30px;z-index:999}.hb-whatsapp-float a{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:#25d366;color:var(--hb-white);box-shadow:0 6px 24px rgba(37,211,102,.4);transition:var(--hb-transition)}.hb-whatsapp-float a:hover{transform:scale(1.1);box-shadow:0 8px 32px rgba(37,211,102,.5)}.hb-whatsapp-float svg{width:32px;height:32px}.hb-pagination{display:flex;justify-content:center;gap:8px;margin-top:50px}.hb-pagination a,.hb-pagination span{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 16px;border-radius:var(--hb-radius-sm);font-weight:500;transition:var(--hb-transition)}.hb-pagination a{background:var(--hb-white);color:var(--hb-dark);border:1px solid var(--hb-border)}.hb-pagination a:hover,.hb-pagination .current{background:var(--hb-primary);color:var(--hb-white);border-color:var(--hb-primary)}.hb-404{text-align:center;padding:100px 24px}.hb-404-title{font-size:140px;font-weight:700;color:var(--hb-primary);line-height:1;margin-bottom:20px;font-family: var(--hb-font-display)}.hb-404 h2{margin-bottom:16px}.hb-404 p{color:var(--hb-text-light);margin-bottom:32px}.hb-price-table{background:var(--hb-white);border-radius:var(--hb-radius-lg);overflow:hidden;box-shadow:var(--hb-shadow);margin-bottom:32px;border:1px solid var(--hb-border)}.hb-price-header{background:linear-gradient(135deg,var(--hb-secondary),var(--hb-primary));color:var(--hb-white);padding:24px 32px}.hb-price-header h3{color:var(--hb-white);margin:0;font-size:1.25rem}.hb-price-item{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;border-bottom:1px solid var(--hb-border);transition:var(--hb-transition)}.hb-price-item:last-child{border-bottom:none}.hb-price-item:hover{background:var(--hb-light)}.hb-price-name{font-weight:500;color:var(--hb-dark)}.hb-price-value{font-family: var(--hb-font-display);font-size:1.25rem;font-weight:700;color:var(--hb-primary)}.hb-campaign-card{position:relative;border-radius:var(--hb-radius-lg);overflow:hidden;box-shadow:var(--hb-shadow)}.hb-campaign-image{aspect-ratio: 16/9;background:linear-gradient(135deg,var(--hb-secondary),var(--hb-primary))}.hb-campaign-image img{width:100%;height:100%;object-fit:cover}.hb-campaign-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px;color:var(--hb-white)}.hb-campaign-badge{position:absolute;top:20px;right:20px;background:var(--hb-error);color:var(--hb-white);padding:10px 20px;border-radius:50px;font-weight:700;font-size:14px}.hb-campaign-title{color:var(--hb-white);margin-bottom:12px;font-size:1.5rem}.hb-campaign-desc{opacity:.9;margin-bottom:20px;font-size:15px}.hb-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.hb-gallery-item{position:relative;aspect-ratio:1;border-radius:var(--hb-radius);overflow:hidden;cursor:pointer;background:linear-gradient(135deg,var(--hb-primary),var(--hb-secondary))}.hb-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hb-gallery-item:hover img{transform:scale(1.1)}.hb-gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);opacity:0;transition:var(--hb-transition);display:flex;align-items:flex-end;padding:24px;color:var(--hb-white)}.hb-gallery-item:hover .hb-gallery-overlay{opacity:1}.text-center{text-align:center}.mt-4{margin-top:32px}.mb-4{margin-bottom:32px}