.hbf {
--hbf-bg: #fbf8f3;
--hbf-card: #fff;
--hbf-ink: #241c14;
--hbf-mut: #7d6c58;
--hbf-line: #e8e0d3;
--hbf-gold: #c19a4b;
--hbf-brand: #992238;
background: var(--hbf-bg);
border-top: 1px solid var(--hbf-line);
color: var(--hbf-ink);
font-size: 15px;
line-height: 1.6;
}
.hbf ul {
list-style: none;
margin: 0;
padding: 0;
}
.hbf a {
color: inherit;
text-decoration: none;
transition: color .15s ease;
}
.hbf a:hover,
.hbf a:focus-visible {
color: var(--hbf-brand);
}
.hbf :focus-visible {
outline: 2px solid var(--hbf-brand);
outline-offset: 3px;
border-radius: 3px;
}
.hbf .hbf-i {
flex: none;
width: 18px;
height: 18px;
} .hbf-top {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 34px 22px;
padding: 48px 0 8px;
}
.hbf-brand {
grid-column: 1 / -1;
}
@media (min-width: 600px) {
.hbf-top {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (min-width: 992px) {
.hbf-top {
grid-template-columns: minmax(0, 1.55fr) repeat(4, minmax(0, 1fr));
gap: 40px 30px;
padding: 60px 0 12px;
}
.hbf-brand {
grid-column: auto;
padding-right: 24px;
}
} .hbf-logo {
display: inline-block;
}
.hbf-logo img {
display: block;
width: 220px;
max-width: 100%;
height: auto;
}
.hbf-about {
margin: 18px 0 0;
max-width: 34em;
color: var(--hbf-mut);
font-size: 14px;
}
.hbf-contact {
display: grid;
gap: 11px;
margin-top: 20px;
}
.hbf-contact li {
display: grid;
grid-template-columns: 18px minmax(0, 1fr);
align-items: start;
gap: 10px;
}
.hbf-contact .hbf-i {
margin-top: 3px;
color: var(--hbf-gold);
}
.hbf-contact a,
.hbf-contact span {
overflow-wrap: anywhere;
}
.hbf-phone {
font-weight: 600;
letter-spacing: .01em;
white-space: nowrap;
}
.hbf-social {
display: flex;
flex-wrap: wrap;
gap: 9px;
margin-top: 22px;
}
.hbf-social a {
display: grid;
place-items: center;
width: 38px;
height: 38px;
border: 1px solid var(--hbf-line);
border-radius: 50%;
background: var(--hbf-card);
color: var(--hbf-mut);
transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}
.hbf-social a:hover,
.hbf-social a:focus-visible {
background: var(--hbf-brand);
border-color: var(--hbf-brand);
color: #fff;
} .hbf-social .hbf-mark {
width: 17px;
height: 17px;
}
.hbf-social .hbf-s-viber a:hover,
.hbf-social .hbf-s-viber a:focus-visible {
background: #7360f2;
border-color: #7360f2;
}
.hbf-social .hbf-s-whatsapp a:hover,
.hbf-social .hbf-s-whatsapp a:focus-visible {
background: #25d366;
border-color: #25d366;
}
.hbf-rating {
display: inline-flex;
align-items: center;
gap: 7px;
margin-top: 20px;
padding: 8px 14px;
border: 1px solid var(--hbf-line);
border-radius: 999px;
background: var(--hbf-card);
font-size: 13px;
line-height: 1;
}
.hbf-rating .hbf-i {
width: 15px;
height: 15px;
color: var(--hbf-gold);
}
.hbf-rating b {
font-weight: 700;
}
.hbf-rating span {
color: var(--hbf-mut);
}
.hbf-rating:hover {
border-color: var(--hbf-gold);
} .hbf-h {
margin: 0 0 15px;
color: var(--hbf-mut);
font-size: 11px;
font-weight: 700;
letter-spacing: .14em;
line-height: 1.4;
text-transform: uppercase;
}
.hbf-list li + li {
margin-top: 9px;
} .hbf-list a {
display: block;
max-width: 100%;
overflow-wrap: anywhere;
font-size: 14.5px;
} .hbf-strips {
display: grid;
gap: 12px;
margin-top: 34px;
padding: 22px 0 4px;
border-top: 1px solid var(--hbf-line);
}
.hbf-strip {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4px 10px;
font-size: 13.5px;
color: var(--hbf-mut);
}
.hbf-strip-label {
font-weight: 600;
color: var(--hbf-ink);
white-space: nowrap;
}
.hbf-strip ul {
display: flex;
flex-wrap: wrap;
gap: 4px 8px;
}
.hbf-strip li + li::before {
content: "·";
margin-right: 8px;
color: var(--hbf-gold);
}
.hbf-strip a {
color: var(--hbf-mut);
border-bottom: 1px solid transparent;
}
.hbf-strip a:hover,
.hbf-strip a:focus-visible {
border-bottom-color: currentColor;
} .hbf-bottom {
margin-top: 26px;
border-top: 1px solid var(--hbf-line);
padding: 16px 0;
}
.hbf-bottom .container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px 26px;
}
.hbf-legal {
margin: 0;
color: var(--hbf-mut);
font-size: 12.5px;
}
.hbf-dev {
white-space: nowrap;
}
.hbf-dev::before {
content: "·";
margin: 0 8px;
color: var(--hbf-gold);
}
.hbf-heart {
color: var(--hbf-brand);
}
.hbf-pay {
display: flex;
align-items: center;
gap: 10px;
margin: 0;
color: var(--hbf-mut);
font-size: 12.5px;
}
.hbf-pay img {
display: block;
width: auto;
height: 22px;
} .hbf-pay .hbf-mono {
align-self: flex-start;
width: 31px;
height: 20px;
margin-right: -7px;
border-radius: 3px;
object-fit: cover;
}
@media (max-width: 575px) {
.hbf-bottom .container {
justify-content: flex-start;
}
.hbf-dev {
display: block;
}
.hbf-dev::before {
content: none;
}
}
@media (prefers-reduced-motion: reduce) {
.hbf a,
.hbf-social a {
transition: none;
}
}.hbsg-trigger-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px 18px;width:100%;min-height:44px;margin:6px 0 14px;clear:both}
.hbsg-size{font-size:14px;line-height:1.5;color:#555}
.hbsg-size strong{color:#252525;font-weight:600}
button.hbsg-trigger{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:44px;max-width:100%;margin:0;padding:6px 0;background:transparent!important;border:0!important;box-shadow:none!important;color:#333!important;font:inherit;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:0;text-transform:none;text-align:left;cursor:pointer;visibility:hidden;opacity:1!important;white-space:normal}
button.hbsg-trigger.is-ready{visibility:visible}
.hbsg-trigger svg{flex:none}
.hbsg-trigger span{text-decoration:underline;text-decoration-color:#b7b0a5;text-underline-offset:4px;text-decoration-thickness:1px}
.hbsg-trigger:hover span{text-decoration-color:currentColor}
.hbsg-trigger:focus-visible,.hbsg-dialog button:focus-visible,.hbsg-panel:focus-visible{outline:2px solid #80572f!important;outline-offset:4px}
.hbsg-nojs{margin:8px 0 20px;font-size:15px;line-height:1.6}
.hbsg-nojs summary{cursor:pointer}
dialog.hbsg-dialog{box-sizing:border-box;width:calc(100% - 48px);max-width:920px;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);margin:auto;padding:0;border:1px solid #ddd8d1;border-radius:20px;background:#fff;color:#292824;box-shadow:0 22px 85px rgba(35,27,18,.22);overflow:auto;overscroll-behavior:contain;font-family:inherit;text-align:left;line-height:1.55}
dialog.hbsg-dialog:not([open]){display:none}
.hbsg-dialog::backdrop{background:rgba(24,22,19,.54)}
.hbsg-dialog *,.hbsg-dialog *::before,.hbsg-dialog *::after{box-sizing:border-box}
.hbsg-dialog [hidden]{display:none!important}
.hbsg-shell{padding:30px}
.hbsg-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:21px}
.hbsg-dialog .hbsg-header h2{margin:0 0 7px;color:#292824;font:inherit;font-size:28px;line-height:1.18;letter-spacing:-.7px;font-weight:600;text-transform:none}
.hbsg-dialog .hbsg-header p{margin:0;color:#68635b;font-size:15px;line-height:1.5}
.hbsg-dialog button.hbsg-close{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;min-height:44px;margin:-9px -9px 0 0;padding:0;color:#34312c;background:transparent;border:0;border-radius:50%;box-shadow:none;cursor:pointer;line-height:1;opacity:1}
.hbsg-dialog button.hbsg-close:hover{background:#f1eeea;color:#171512}
.hbsg-tabs{display:flex;gap:28px;border-bottom:1px solid #dedbd5;margin-bottom:24px}
.hbsg-dialog .hbsg-tabs button{position:relative;display:block;flex:0 1 auto;min-height:44px;margin:0 0 -1px;padding:9px 0 12px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;box-shadow:none;color:#69635d;font:inherit;font-size:15px;font-weight:500;text-transform:none;letter-spacing:0;line-height:1.45;white-space:normal;cursor:pointer;opacity:1}
.hbsg-dialog .hbsg-tabs button[aria-selected=true]{border-bottom-color:#765637;color:#25211c}
.hbsg-dialog .hbsg-tabs button:hover{color:#25211c}
.hbsg-panel{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:25px;align-items:start;margin:0;padding:0}
.hbsg-figure{margin:0!important;min-width:0}
.hbsg-photo{position:relative;aspect-ratio:3/2;border-radius:12px;background:#e9e4dc;overflow:hidden}
.hbsg-dialog .hbsg-photo img{display:block;width:100%;height:100%;margin:0;object-fit:cover;opacity:0;transition:opacity .18s ease}
.hbsg-dialog .hbsg-photo img.is-loaded{opacity:1}
.hbsg-dialog .hbsg-photo-error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;margin:0;color:#51473b;font-size:14px;text-align:center}
.hbsg-dialog figcaption{margin-top:8px;color:#706960;font-size:12px;line-height:1.5}
.hbsg-dialog .hbsg-advice h3{margin:0 0 12px;color:#2c2924;font:inherit;font-size:22px;font-weight:600;line-height:1.25;letter-spacing:-.35px;text-transform:none}
.hbsg-dialog .hbsg-advice p{margin:0 0 15px;color:#49443d;font-size:16px;line-height:1.65}
.hbsg-dialog .hbsg-advice .hbsg-detail{padding-top:14px;margin:0;border-top:1px solid #e8e3dc;color:#655d52;font-size:14px;line-height:1.65}
.hbsg-tip{margin-top:24px;padding:17px 20px;border-radius:12px;background:#f5f1eb;border:1px solid #ece4da}
.hbsg-tip strong{display:block;margin:0 0 5px;color:#483a2b;font-size:15px;font-weight:600;line-height:1.4}
.hbsg-dialog .hbsg-tip p{margin:0;color:#5a5044;font-size:14px;line-height:1.6}
.hbsg-dialog .hbsg-note{margin:13px 0 0;color:#706960;font-size:12px;line-height:1.6}
@media(min-width:881px){.hbsg-panel{min-height:285px}}
@media(max-width:880px){.hbsg-panel{grid-template-columns:1fr;gap:20px}.hbsg-photo{max-height:350px}.hbsg-dialog .hbsg-advice h3{font-size:22px}.hbsg-shell{padding:26px}.hbsg-tabs{margin-bottom:20px}}
@media(max-width:640px){dialog.hbsg-dialog{width:100%;max-width:100%;max-height:calc(100vh - 18px);max-height:calc(100dvh - 18px);margin:auto 0 0;border-radius:20px 20px 0 0;border-bottom:0}.hbsg-shell{padding:23px 16px max(22px,env(safe-area-inset-bottom))}.hbsg-header{gap:8px;margin-bottom:14px}.hbsg-dialog .hbsg-header h2{font-size:24px;letter-spacing:-.5px}.hbsg-dialog .hbsg-header p{font-size:14px}.hbsg-dialog button.hbsg-close{margin:-8px -5px 0 0}.hbsg-tabs{gap:22px;margin-bottom:18px}.hbsg-dialog .hbsg-tabs button{font-size:14px}.hbsg-dialog .hbsg-advice h3{font-size:21px}.hbsg-tip{padding:15px;margin-top:20px}.hbsg-photo{max-height:none}.hbsg-trigger-row{gap:0 14px}}
@media(prefers-reduced-motion:no-preference){.hbsg-dialog[open]{animation:hbsg-enter .18s ease-out}@keyframes hbsg-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}
@media(prefers-reduced-motion:reduce){.hbsg-dialog .hbsg-photo img{transition:none}}