:root {
    --fbh-gold: #b98b32;
    --fbh-gold-dark: #8e671f;
    --fbh-dark: #151514;
    --fbh-ivory: #fbf8f0;
    --fbh-white: #ffffff;
    --fbh-muted: #6f675d;
    --fbh-soft: #f4efe6;
    --fbh-line: rgba(39, 35, 30, 0.12);
    --fbh-shadow: 0 18px 46px rgba(21, 21, 20, 0.09);
    --fbh-shadow-soft: 0 12px 30px rgba(21, 21, 20, 0.07);
    --fbh-container: 1480px;
    --fbh-heading: Georgia, "Times New Roman", serif;
    --fbh-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

body.fbh-home-body {
    margin: 0;
    overflow-x: hidden;
}

body.fbh-home-body .site-main,
body.fbh-home-body .entry-content,
body.fbh-home-body .page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.fbh-page,
.fbh-page * {
    box-sizing: border-box;
}

.fbh-page {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 0 -50vw;
    overflow: hidden;
    background: #fff;
    color: var(--fbh-dark);
    font-family: var(--fbh-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.fbh-page a {
    text-decoration: none;
}

.fbh-page svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.fbh-container {
    width: min(calc(100% - 64px), var(--fbh-container));
    margin-inline: auto;
}

.fbh-topbar {
    background: linear-gradient(90deg, #10100f 0%, #1c1b19 100%);
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 700;
}

.fbh-topbar__inner,
.fbh-topbar__left,
.fbh-topbar__right,
.fbh-topbar__phone,
.fbh-topbar__whatsapp {
    display: flex;
    align-items: center;
}

.fbh-topbar__inner {
    justify-content: space-between;
    min-height: 38px;
    gap: 18px;
}

.fbh-topbar__left {
    gap: 8px;
    min-width: 0;
}

.fbh-topbar__mini-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--fbh-gold);
    font-size: 17px;
}

.fbh-topbar__right {
    gap: 13px;
    flex: 0 0 auto;
}

.fbh-topbar__phone {
    gap: 8px;
    min-height: 28px;
    padding: 4px 13px;
    border: 1px solid rgba(185, 139, 50, 0.7);
    border-radius: 6px;
    background: rgba(185, 139, 50, 0.08);
    color: #ffd99a !important;
    line-height: 1;
}

.fbh-topbar__phone svg {
    font-size: 15px;
}

.fbh-topbar__whatsapp {
    gap: 7px;
    min-height: 28px;
    padding-left: 4px;
    color: #ffffff !important;
    line-height: 1;
}

.fbh-topbar__whatsapp svg {
    width: 20px;
    height: 20px;
    color: #25d366;
}

.fbh-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(35, 31, 26, 0.07);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 26px rgba(18, 17, 15, 0.04);
}

.fbh-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    min-height: 76px;
    align-items: center;
    gap: 24px;
}

.fbh-brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-width: 268px;
    color: var(--fbh-dark) !important;
}

.fbh-brand__mark {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
}

.fbh-brand__mark img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.fbh-brand__text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.fbh-brand__text strong {
    color: #1c1a17;
    font-family: var(--fbh-heading);
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
}

.fbh-brand__text small {
    color: var(--fbh-gold-dark);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.fbh-nav {
    justify-self: end;
}

.fbh-nav__list,
.fbh-nav__list ul {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fbh-nav__list a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #3e3932 !important;
    font-size: 13px;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease;
}

.fbh-nav__list a:hover,
.fbh-nav__list .is-active > a,
.fbh-nav__list .current-menu-item > a {
    background: rgba(185, 139, 50, 0.12);
    color: var(--fbh-gold-dark) !important;
}

.fbh-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 9px;
    background: linear-gradient(135deg, var(--fbh-gold), var(--fbh-gold-dark));
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 13px 24px rgba(142, 103, 31, 0.23);
}

.fbh-header__cta svg {
    font-size: 16px;
}

.fbh-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--fbh-line);
    border-radius: 12px;
    background: #fff;
    color: var(--fbh-dark);
    cursor: pointer;
}

.fbh-main {
    background: #fff;
}

.fbh-hero {
    position: relative;
    min-height: 590px;
    padding: 60px 0 72px;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.98) 38%, rgba(255, 255, 255, 0.78) 52%, rgba(255, 255, 255, 0.18) 67%, rgba(255, 255, 255, 0) 100%),
        var(--fbh-hero-image);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}

.fbh-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 130px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 88%);
    pointer-events: none;
}

.fbh-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 540px;
    align-items: center;
}

.fbh-hero__content {
    width: min(660px, 54%);
}

.fbh-hero h1 {
    margin: 0 0 18px;
    color: #1d1a17;
    font-family: var(--fbh-heading);
    font-size: clamp(48px, 4.9vw, 72px);
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.052em;
}

.fbh-hero__lead {
    max-width: 590px;
    margin: 0 0 22px;
    color: #4d473e;
    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.72;
}

.fbh-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-bottom: 26px;
}

.fbh-hero__badges span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #3e3932;
    font-size: 13.5px;
    font-weight: 800;
    white-space: nowrap;
}

.fbh-hero__badges svg {
    width: 18px;
    height: 18px;
    color: var(--fbh-gold);
}

.fbh-hero__buttons,
.fbh-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.fbh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 25px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.fbh-btn:hover {
    transform: translateY(-2px);
}

.fbh-btn--gold {
    background: linear-gradient(135deg, var(--fbh-gold), var(--fbh-gold-dark));
    color: #fff !important;
    box-shadow: 0 15px 30px rgba(142, 103, 31, 0.24);
}

.fbh-btn--light {
    border-color: rgba(142, 103, 31, 0.35);
    background: rgba(255, 255, 255, 0.88);
    color: #201d19 !important;
}

.fbh-btn--dark-outline {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(17, 16, 15, 0.55);
    color: #fff !important;
}

.fbh-btn__icon,
.fbh-btn__icon svg {
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 18px;
}

.fbh-hero__trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    align-items: center;
    margin-top: 25px;
    color: #5e554a;
    font-size: 14px;
    font-weight: 800;
}

.fbh-hero__trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fbh-hero__trust-row svg {
    width: 21px;
    height: 21px;
    color: var(--fbh-gold);
}

.fbh-quick {
    position: relative;
    z-index: 4;
    padding: 0 0 38px;
    background: linear-gradient(180deg, #fff 0%, #fff 72%, var(--fbh-ivory) 100%);
}

.fbh-quick__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: -54px;
}

.fbh-quick-card,
.fbh-service-card,
.fbh-benefit__cards article,
.fbh-review-card,
.fbh-contact__info article,
.fbh-contact__form,
.fbh-contact__map,
.fbh-price-card {
    border: 1px solid var(--fbh-line);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--fbh-shadow-soft);
}

.fbh-quick-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 17px;
    min-height: 128px;
    padding: 23px 22px;
    border-radius: 17px;
}

.fbh-quick-card__icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: #f0ece4;
    color: #28241f;
}

.fbh-quick-card__icon svg {
    width: 34px;
    height: 34px;
}

.fbh-quick-card h3,
.fbh-service-card h3,
.fbh-benefit__cards h3,
.fbh-process__step h3,
.fbh-review-card strong {
    margin: 0;
    color: #1d1a17;
    font-family: var(--fbh-heading);
    font-weight: 700;
}

.fbh-quick-card h3 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 1.16;
}

.fbh-quick-card p,
.fbh-service-card p,
.fbh-benefit__cards p,
.fbh-process__step p,
.fbh-review-card p,
.fbh-contact__info span,
.fbh-contact__info a {
    margin: 0;
    color: var(--fbh-muted);
    font-size: 14px;
    line-height: 1.58;
}

.fbh-section {
    padding: 58px 0;
}

.fbh-section-title {
    max-width: 880px;
    margin: 0 auto 31px;
    text-align: center;
}

.fbh-section-title__ornament {
    display: block;
    width: 90px;
    height: 1px;
    margin: 0 auto 11px;
    background: linear-gradient(90deg, transparent, var(--fbh-gold), transparent);
}

.fbh-section-title h2 {
    margin: 0 0 10px;
    color: #1d1a17;
    font-family: var(--fbh-heading);
    font-size: clamp(30px, 3.05vw, 44px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.fbh-section-title p {
    margin: 0;
    color: var(--fbh-muted);
    font-size: 15.5px;
    line-height: 1.65;
}

.fbh-services {
    padding-top: 42px;
    background: linear-gradient(180deg, var(--fbh-ivory) 0%, #fff 34%, #fff 100%);
}

.fbh-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.fbh-service-card {
    display: grid;
    grid-template-columns: 104px 1fr;
    align-items: center;
    gap: 20px;
    min-height: 155px;
    padding: 28px 30px;
    border-radius: 14px;
}

.fbh-service-card__icon {
    display: grid;
    place-items: center;
    width: 92px;
    height: 92px;
    color: #11100f;
}

.fbh-service-card__icon svg {
    width: 70px;
    height: 70px;
}

.fbh-service-card h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.08;
}

.fbh-centered-cta {
    display: flex;
    justify-content: center;
    margin-top: 29px;
}

.fbh-trust {
    position: relative;
    min-height: 310px;
    background: #121211;
    color: #fff;
    overflow: hidden;
}

.fbh-trust::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 18, 17, 0.1), rgba(18, 18, 17, 0.7) 39%, rgba(18, 18, 17, 0.96) 100%);
    pointer-events: none;
}

.fbh-trust__image {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 45%;
    background-image: var(--fbh-trust-image);
    background-size: cover;
    background-position: center left;
}

.fbh-trust__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.62fr 1.38fr;
    min-height: 310px;
    align-items: stretch;
}

.fbh-trust__content {
    display: grid;
    align-content: center;
    padding: 44px 0 44px 36px;
}

.fbh-trust h2 {
    margin: 0 0 30px;
    color: #fff;
    font-family: var(--fbh-heading);
    font-size: clamp(31px, 3.1vw, 45px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-align: center;
}

.fbh-trust__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.fbh-trust__items article {
    padding: 0 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.fbh-trust__items article:first-child {
    border-left: 0;
}

.fbh-trust__items span {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
    color: var(--fbh-gold);
}

.fbh-trust__items svg {
    width: 46px;
    height: 46px;
}

.fbh-trust__items h3 {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--fbh-heading);
    font-size: 18px;
    line-height: 1.14;
}

.fbh-trust__items p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.52;
}

.fbh-packages {
    background: #fff;
}

.fbh-packages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    max-width: 1040px;
    margin: 0 auto;
}

.fbh-price-card {
    position: relative;
    padding: 33px 31px 30px;
    border-radius: 17px;
    text-align: center;
}

.fbh-price-card.is-featured {
    border-color: rgba(185, 139, 50, 0.78);
    box-shadow: 0 18px 46px rgba(142, 103, 31, 0.16);
    transform: translateY(-8px);
}

.fbh-price-card__badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 160px;
    padding: 7px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d8af62, var(--fbh-gold));
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.fbh-price-card h3 {
    margin: 0 0 8px;
    color: #1d1a17;
    font-family: var(--fbh-heading);
    font-size: 25px;
    line-height: 1.1;
}

.fbh-price-card__from {
    margin: 0;
    color: var(--fbh-muted);
    font-size: 14px;
}

.fbh-price-card__price {
    margin: 2px 0 22px;
    color: var(--fbh-gold-dark);
    font-family: var(--fbh-heading);
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.fbh-price-card ul {
    display: grid;
    gap: 10px;
    min-height: 154px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.fbh-price-card li {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    color: #4d473f;
    font-size: 14px;
}

.fbh-price-card li svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--fbh-gold);
    flex: 0 0 auto;
}

.fbh-price-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(142, 103, 31, 0.42);
    border-radius: 10px;
    color: var(--fbh-gold-dark) !important;
    font-weight: 900;
}

.fbh-price-card.is-featured .fbh-price-card__button {
    background: linear-gradient(135deg, var(--fbh-gold), var(--fbh-gold-dark));
    color: #fff !important;
}

.fbh-packages__note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    max-width: 780px;
    margin: 24px auto 0;
    color: #5a5146;
    font-size: 14px;
    text-align: center;
}

.fbh-packages__note svg {
    width: 18px;
    height: 18px;
    color: var(--fbh-gold);
}

.fbh-benefit {
    background: linear-gradient(120deg, #fff 0%, #fff 42%, rgba(244, 239, 230, 0.72) 42%, rgba(244, 239, 230, 0.72) 100%);
}

.fbh-benefit__grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 36px;
    align-items: center;
}

.fbh-benefit__intro h2 {
    margin: 0 0 12px;
    color: #1d1a17;
    font-family: var(--fbh-heading);
    font-size: clamp(31px, 3.1vw, 43px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.fbh-benefit__intro p {
    margin: 0 0 22px;
    color: var(--fbh-muted);
    font-size: 16px;
    line-height: 1.72;
}

.fbh-benefit__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fbh-benefit__cards article {
    min-height: 154px;
    padding: 26px 24px;
    border-radius: 17px;
}

.fbh-benefit__cards span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    color: var(--fbh-gold-dark);
}

.fbh-benefit__cards svg {
    width: 34px;
    height: 34px;
}

.fbh-benefit__cards h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.12;
}

.fbh-locations {
    padding-top: 52px;
    padding-bottom: 34px;
    background: #fff;
}

.fbh-location-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.fbh-location-chips span {
    min-width: 116px;
    padding: 12px 18px;
    border: 1px solid var(--fbh-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #4f473c;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
}

.fbh-process {
    padding-top: 36px;
    background: #fff;
}

.fbh-process__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.fbh-process__timeline::before {
    content: "";
    position: absolute;
    top: 36px;
    right: 10%;
    left: 10%;
    height: 1px;
    border-top: 2px dashed rgba(185, 139, 50, 0.28);
}

.fbh-process__step {
    position: relative;
    z-index: 1;
    padding: 0 18px;
    text-align: center;
}

.fbh-process__number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fbh-gold), var(--fbh-gold-dark));
    color: #fff;
    font-family: var(--fbh-heading);
    font-size: 21px;
    font-weight: 700;
}

.fbh-process__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    color: var(--fbh-gold-dark);
}

.fbh-process__icon svg {
    width: 34px;
    height: 34px;
}

.fbh-process__step h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.fbh-reviews {
    padding-top: 38px;
    background: linear-gradient(180deg, #fff, var(--fbh-ivory));
}

.fbh-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.fbh-review-card {
    position: relative;
    min-height: 178px;
    padding: 26px;
    border-radius: 17px;
}

.fbh-review-card::after {
    content: "”";
    position: absolute;
    top: 8px;
    right: 22px;
    color: rgba(185, 139, 50, 0.16);
    font-family: var(--fbh-heading);
    font-size: 72px;
    line-height: 1;
}

.fbh-stars {
    margin-bottom: 14px;
    color: var(--fbh-gold);
    font-size: 18px;
    letter-spacing: 3px;
}

.fbh-review-card p {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    color: #4c463d;
    font-size: 15px;
}

.fbh-review-card strong {
    display: block;
    font-size: 17px;
}

.fbh-faq {
    padding-top: 44px;
    background: var(--fbh-ivory);
}

.fbh-faq__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.fbh-faq-item {
    overflow: hidden;
    border: 1px solid var(--fbh-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18, 17, 15, 0.04);
}

.fbh-faq-item__question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 0;
    background: transparent;
    color: #2a2620;
    text-align: left;
    font-family: var(--fbh-heading);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.fbh-faq-item__symbol {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.fbh-faq-item__symbol::before,
.fbh-faq-item__symbol::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 0;
    width: 18px;
    height: 2px;
    background: var(--fbh-gold-dark);
    transform: translateY(-50%);
}

.fbh-faq-item__symbol::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s ease;
}

.fbh-faq-item.is-open .fbh-faq-item__symbol::after {
    transform: translateY(-50%) rotate(0deg);
}

.fbh-faq-item__answer {
    display: none;
    padding: 0 20px 18px;
}

.fbh-faq-item.is-open .fbh-faq-item__answer {
    display: block;
}

.fbh-faq-item__answer p {
    margin: 0;
    color: var(--fbh-muted);
    font-size: 15px;
    line-height: 1.68;
}

.fbh-cta {
    position: relative;
    padding: 32px 0;
    background-image:
        linear-gradient(90deg, rgba(18, 18, 17, 0.97), rgba(18, 18, 17, 0.9) 46%, rgba(18, 18, 17, 0.62) 100%),
        var(--fbh-cta-image);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    color: #fff;
}

.fbh-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.fbh-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-family: var(--fbh-heading);
    font-size: clamp(30px, 3.4vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.fbh-cta p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.65;
}

.fbh-contact {
    background: #fff;
}

.fbh-contact__grid {
    display: grid;
    grid-template-columns: 0.82fr 1.2fr 1.05fr;
    gap: 22px;
    align-items: stretch;
}

.fbh-contact__info {
    display: grid;
    gap: 12px;
}

.fbh-contact__info article {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    align-items: center;
    padding: 15px 16px;
    border-radius: 14px;
}

.fbh-contact__info svg {
    width: 28px;
    height: 28px;
    color: var(--fbh-gold-dark);
}

.fbh-contact__info strong {
    display: block;
    margin-bottom: 2px;
    color: #211e1a;
    font-size: 14px;
}

.fbh-contact__info a {
    color: var(--fbh-muted) !important;
}

.fbh-contact__form {
    padding: 22px;
    border-radius: 17px;
}

.fbh-contact__form form {
    display: grid;
    gap: 14px;
}

.fbh-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fbh-contact__form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #3f3930;
    font-size: 13px;
    font-weight: 800;
}

.fbh-contact__form input,
.fbh-contact__form textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid rgba(34, 31, 27, 0.14);
    border-radius: 9px;
    outline: none;
    background: #fff;
    color: var(--fbh-dark);
    font: inherit;
}

.fbh-contact__form input:focus,
.fbh-contact__form textarea:focus {
    border-color: rgba(185, 139, 50, 0.58);
    box-shadow: 0 0 0 4px rgba(185, 139, 50, 0.12);
}

.fbh-contact__form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--fbh-gold), var(--fbh-gold-dark));
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.fbh-contact__form button svg {
    width: 18px;
    height: 18px;
}

.fbh-contact__map {
    min-height: 295px;
    overflow: hidden;
    border-radius: 17px;
    background: #e7e3dc;
}

.fbh-contact__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 295px;
    border: 0;
}

.fbh-map-placeholder {
    position: relative;
    height: 100%;
    min-height: 295px;
    background:
        linear-gradient(34deg, transparent 0 22%, rgba(255, 255, 255, 0.6) 22% 24%, transparent 24% 100%),
        linear-gradient(120deg, transparent 0 46%, rgba(255, 255, 255, 0.58) 46% 48%, transparent 48% 100%),
        radial-gradient(circle at 34% 35%, rgba(90, 138, 104, 0.18), transparent 18%),
        radial-gradient(circle at 80% 58%, rgba(88, 144, 184, 0.16), transparent 20%),
        #e7e3dc;
}

.fbh-map-placeholder__pin {
    position: absolute;
    top: 43%;
    left: 52%;
    width: 30px;
    height: 30px;
    border: 6px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: #c7342c;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.fbh-map-placeholder__card {
    position: absolute;
    top: 39%;
    left: 57%;
    display: grid;
    gap: 2px;
    max-width: 210px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(20, 18, 15, 0.15);
}

.fbh-map-placeholder__card strong {
    color: #c7342c;
    font-size: 14px;
}

.fbh-map-placeholder__card span {
    color: #4d473f;
    font-size: 12px;
    line-height: 1.35;
}

.fbh-map-placeholder__city {
    position: absolute;
    bottom: 22px;
    left: 34px;
    color: #4f4740;
    font-family: var(--fbh-heading);
    font-size: 26px;
    font-weight: 700;
}

.fbh-footer {
    background: #161514;
    color: rgba(255, 255, 255, 0.78);
}

.fbh-footer__grid {
    display: grid;
    grid-template-columns: 1.32fr 0.85fr 0.9fr 0.9fr 1fr;
    gap: 32px;
    padding: 44px 0 34px;
}

.fbh-footer .fbh-brand {
    min-width: 0;
    margin-bottom: 16px;
    color: #fff !important;
}

.fbh-footer .fbh-brand__text strong {
    color: #fff;
}

.fbh-footer .fbh-brand__text small {
    color: rgba(255, 222, 159, 0.82);
}

.fbh-footer__brand p {
    max-width: 310px;
    margin: 0 0 18px;
    font-size: 14px;
    line-height: 1.65;
}

.fbh-footer h3 {
    margin: 0 0 14px;
    color: #fff;
    font-family: var(--fbh-heading);
    font-size: 19px;
}

.fbh-footer ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fbh-footer a {
    color: rgba(255, 255, 255, 0.75) !important;
}

.fbh-footer a:hover {
    color: #fff !important;
}

.fbh-footer__social {
    display: flex;
    gap: 10px;
}

.fbh-footer__social a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff !important;
}

.fbh-footer__social svg,
.fbh-footer__contact svg {
    width: 17px;
    height: 17px;
}

.fbh-footer__contact li {
    display: grid;
    grid-template-columns: 19px 1fr;
    align-items: start;
    gap: 10px;
}

.fbh-footer__contact svg {
    margin-top: 2px;
    color: var(--fbh-gold);
}

.fbh-footer__bottom {
    display: flex;
    justify-content: center;
    gap: 28px;
    padding: 17px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
    font-size: 14px;
}



/* Defensive visibility rules for Elementor/Hello overrides and empty cached styling. */
.fbh-page .fbh-service-card h3,
.fbh-page .fbh-service-card p,
.fbh-page .fbh-price-card h3,
.fbh-page .fbh-price-card__from,
.fbh-page .fbh-price-card__price,
.fbh-page .fbh-price-card li,
.fbh-page .fbh-trust__items h3,
.fbh-page .fbh-trust__items p,
.fbh-page .fbh-benefit__cards h3,
.fbh-page .fbh-benefit__cards p {
    display: block;
    visibility: visible;
    opacity: 1;
}

.fbh-page .fbh-service-card h3,
.fbh-page .fbh-price-card h3,
.fbh-page .fbh-benefit__cards h3 {
    color: #1d1a17;
}

.fbh-page .fbh-service-card p,
.fbh-page .fbh-price-card li,
.fbh-page .fbh-benefit__cards p {
    color: var(--fbh-muted);
}

@media (max-width: 1220px) {
    .fbh-header__inner {
        grid-template-columns: auto 1fr auto;
    }

    .fbh-menu-toggle {
        display: grid;
        place-items: center;
        justify-self: end;
    }

    .fbh-header__cta {
        display: none;
    }

    .fbh-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 28px;
        left: 28px;
        display: none;
        padding: 14px;
        border: 1px solid var(--fbh-line);
        border-radius: 18px;
        background: #fff;
        box-shadow: var(--fbh-shadow);
    }

    .fbh-nav.is-open {
        display: block;
    }

    .fbh-nav__list {
        display: grid;
        align-items: stretch;
    }

    .fbh-nav__list a {
        width: 100%;
        border-radius: 12px;
    }

    .fbh-hero__content {
        width: min(660px, 62%);
    }

    .fbh-quick__grid,
    .fbh-trust__items,
    .fbh-process__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fbh-services__grid,
    .fbh-benefit__cards,
    .fbh-reviews__grid,
    .fbh-contact__grid,
    .fbh-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fbh-trust__inner,
    .fbh-benefit__grid {
        grid-template-columns: 1fr;
    }

    .fbh-trust__spacer {
        display: none;
    }

    .fbh-trust__image {
        width: 100%;
        opacity: 0.32;
    }

    .fbh-trust__content {
        padding-left: 0;
    }

    .fbh-trust__items article:nth-child(odd) {
        border-left: 0;
    }

    .fbh-process__timeline::before {
        display: none;
    }
}

@media (max-width: 860px) {
    .fbh-container {
        width: min(calc(100% - 32px), var(--fbh-container));
    }

    .fbh-topbar__inner {
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        padding: 8px 0;
    }

    .fbh-topbar__right {
        justify-content: space-between;
    }

    .fbh-header__inner {
        min-height: 72px;
        gap: 12px;
    }

    .fbh-brand {
        min-width: 0;
        gap: 10px;
    }

    .fbh-brand__mark {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .fbh-brand__text strong {
        font-size: 22px;
    }

    .fbh-brand__text small {
        font-size: 11px;
    }

    .fbh-hero {
        min-height: auto;
        padding: 42px 0 82px;
        background-image:
            linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
            var(--fbh-hero-image);
        background-position: center right;
    }

    .fbh-hero__inner {
        min-height: auto;
    }

    .fbh-hero__content {
        width: 100%;
        max-width: 680px;
    }

    .fbh-hero h1 {
        font-size: clamp(39px, 10vw, 56px);
    }

    .fbh-quick__grid,
    .fbh-services__grid,
    .fbh-packages__grid,
    .fbh-benefit__cards,
    .fbh-process__timeline,
    .fbh-reviews__grid,
    .fbh-faq__grid,
    .fbh-contact__grid,
    .fbh-footer__grid {
        grid-template-columns: 1fr;
    }

    .fbh-service-card {
        grid-template-columns: 64px 1fr;
        padding: 22px;
    }

    .fbh-service-card__icon {
        width: 58px;
        height: 58px;
    }

    .fbh-service-card__icon svg {
        width: 48px;
        height: 48px;
    }

    .fbh-price-card.is-featured {
        transform: none;
    }

    .fbh-cta__inner,
    .fbh-hero__buttons,
    .fbh-cta__buttons {
        display: grid;
    }

    .fbh-form-row {
        grid-template-columns: 1fr;
    }

    .fbh-footer__bottom {
        flex-direction: column;
        gap: 6px;
    }
}

@media (max-width: 540px) {
    .fbh-topbar {
        font-size: 12px;
    }

    .fbh-topbar__right {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .fbh-topbar__phone,
    .fbh-topbar__whatsapp {
        justify-content: center;
    }

    .fbh-brand__text small {
        display: none;
    }

    .fbh-hero__badges,
    .fbh-hero__trust-row {
        display: grid;
    }

    .fbh-btn {
        width: 100%;
    }

    .fbh-quick-card {
        grid-template-columns: 54px 1fr;
        padding: 20px;
    }

    .fbh-quick-card__icon {
        width: 54px;
        height: 54px;
    }

    .fbh-trust__items {
        grid-template-columns: 1fr;
    }

    .fbh-trust__items article {
        padding: 18px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }

    .fbh-trust__items article:first-child {
        padding-top: 0;
        border-top: 0;
    }

    .fbh-map-placeholder__card {
        right: 16px;
        left: 96px;
    }
}
