.fqb-section {
    padding-block: clamp(42px, 6vw, 76px);
}

/* Hubs comerciales de navegacion, pasada 3. */
.fqb-rental-hub {
    background: #fff;
    color: #142038;
}

.fqb-rental-hub__hero {
    position: relative;
    min-height: 520px;
    display: grid;
    align-items: center;
    padding-block: 58px 64px;
    background:
        linear-gradient(90deg, rgba(3, 17, 39, 0.93) 0%, rgba(20, 32, 56, 0.78) 52%, rgba(20, 32, 56, 0.32) 100%),
        var(--fqb-hub-hero-image, linear-gradient(135deg, #142038, #216448));
    background-position: center;
    background-size: cover;
    color: #fff;
}

.fqb-rental-hub__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 56px;
    align-items: end;
}

.fqb-rental-hub__hero-copy {
    max-width: 760px;
}

.fqb-rental-hub__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.84rem;
}

.fqb-rental-hub__breadcrumbs a,
.fqb-rental-hub__breadcrumbs a:visited {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.fqb-rental-hub__hero .fqb-eyebrow,
.fqb-rental-hub__hero .fqb-title,
.fqb-rental-hub__hero p {
    color: #fff;
}

.fqb-rental-hub__hero .fqb-eyebrow {
    letter-spacing: 0;
}

.fqb-rental-hub__hero .fqb-title--hero {
    max-width: 14ch;
    font-size: 3.55rem;
    line-height: 1;
    text-shadow: 0 3px 18px rgba(3, 17, 39, 0.38);
}

.fqb-rental-hub__lead {
    max-width: 66ch;
    margin: 20px 0 0;
    font-size: 1.05rem;
    line-height: 1.65;
}

.fqb-rental-hub__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.fqb-rental-hub .fqb-button--hub-secondary,
.fqb-rental-hub .fqb-button--hub-secondary:visited {
    border-color: rgba(255, 255, 255, 0.54);
    background: rgba(3, 17, 39, 0.38);
    color: #fff;
}

.fqb-rental-hub .fqb-button--hub-secondary:hover,
.fqb-rental-hub .fqb-button--hub-secondary:focus {
    color: #fff;
}

.fqb-rental-hub .fqb-button--hub-secondary:hover,
.fqb-rental-hub .fqb-button--hub-secondary:focus {
    background: rgba(255, 255, 255, 0.15);
}

.fqb-rental-hub__summary {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: #142038;
    box-shadow: 0 18px 38px rgba(3, 17, 39, 0.22);
}

.fqb-rental-hub__summary span {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: 70px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--fq-color-border, #e7e9e6);
    font-weight: 800;
}

.fqb-rental-hub__summary strong {
    color: #ff6240;
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.7rem;
}

.fqb-rental-hub__summary small {
    padding: 14px 18px;
    color: #5e6a72;
    line-height: 1.45;
}

.fqb-rental-hub__choices {
    background: var(--fq-color-surface-soft, #f1f2f0);
}

.fqb-rental-hub__section-head {
    max-width: 780px;
    margin-bottom: 30px;
}

.fqb-rental-hub__section-head .fqb-eyebrow,
.fqb-rental-hub__choice-count {
    letter-spacing: 0;
}

.fqb-rental-hub__section-head > p:last-child {
    margin: 12px 0 0;
    color: #5e6a72;
    line-height: 1.65;
}

.fqb-rental-hub__choice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fqb-rental-hub__choice {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
    min-height: 154px;
    padding: 18px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: #fff;
    color: #142038;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(20, 32, 56, 0.06);
}

.fqb-rental-hub__choice:visited {
    color: #142038;
}

.fqb-rental-hub__choice:hover,
.fqb-rental-hub__choice:focus {
    border-color: #216448;
    color: #142038;
    transform: translateY(-2px);
}

.fqb-rental-hub__choice-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 8px;
    background: var(--fq-color-info-soft, #f1f2f0);
    color: var(--fq-color-success, #216448);
}

.fqb-rental-hub__choice-icon .fqb-icon {
    width: 22px;
    height: 22px;
}

.fqb-rental-hub__choice-body {
    display: grid;
    gap: 7px;
}

.fqb-rental-hub__choice-body strong {
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.22rem;
    line-height: 1.05;
}

.fqb-rental-hub__choice-body small {
    color: #5e6a72;
    line-height: 1.45;
}

.fqb-rental-hub__choice-count {
    position: absolute;
    right: 18px;
    bottom: 16px;
    color: #ff6240;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.fqb-rental-hub__choice > .fqb-icon {
    width: 18px;
    height: 18px;
    color: #216448;
}

.fqb-rental-hub__guide {
    background: var(--fq-color-action-soft, #f1f2f0);
}

.fqb-rental-hub__guide-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    gap: 64px;
    align-items: start;
}

.fqb-rental-hub__guide article > p:not(.fqb-eyebrow) {
    margin: 18px 0 0;
    color: var(--fq-color-muted, #5e6a72);
    font-size: 1rem;
    line-height: 1.72;
}

.fqb-rental-hub__related {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: #fff;
}

.fqb-rental-hub__related-label {
    padding: 15px 18px;
    background: #142038;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.fqb-rental-hub__related a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 18px;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--fq-color-border, #e7e9e6);
    color: #142038;
    font-weight: 800;
    text-decoration: none;
}

.fqb-rental-hub__related a:visited {
    color: #142038;
}

.fqb-rental-hub__related a:last-child {
    border-bottom: 0;
}

.fqb-rental-hub__related a:hover,
.fqb-rental-hub__related a:focus {
    background: var(--fq-color-action-soft, #f1f2f0);
}

.fqb-rental-hub__related .fqb-icon {
    color: #216448;
}

.fqb-rental-hub__related .fqb-rental-hub__current {
    background: var(--fq-color-surface-soft, #f1f2f0);
    color: #5e6a72;
    cursor: default;
}

.fqb-rental-hub ~ .fqb-farm-cards {
    background: var(--fq-color-info-soft, #f1f2f0);
}

.fqb-whatsapp-planning {
    background: var(--fq-color-info-soft, #f1f2f0);
}

.fqb-whatsapp-planning__inner {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 32px;
    align-items: start;
}

.fqb-whatsapp-planning__intro > p:not(.fqb-eyebrow) {
    color: var(--fq-color-text-muted, #596579);
}

.fqb-whatsapp-planning__note {
    border-left: 3px solid var(--fq-color-action, #f55336);
    padding-left: 14px;
}

.fqb-whatsapp-planning__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--fq-color-border, #d9dee7);
    border-radius: 8px;
    background: #fff;
}

.fqb-whatsapp-planning__form label {
    display: grid;
    gap: 7px;
    color: var(--fq-color-heading, #071b3b);
    font-weight: 700;
}

.fqb-whatsapp-planning__form label small {
    color: var(--fq-color-text-muted, #596579);
    font-weight: 400;
}

.fqb-whatsapp-planning__form input,
.fqb-whatsapp-planning__form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--fq-color-border, #cfd6df);
    border-radius: 6px;
    padding: 12px 14px;
    color: var(--fq-color-heading, #071b3b);
    background: #fff;
}

.fqb-whatsapp-planning__wide {
    grid-column: 1 / -1;
}

.fqb-whatsapp-planning__error {
    margin: 0;
    color: #a52714;
    font-weight: 700;
}

@media (max-width: 760px) {
    .fqb-whatsapp-planning__inner,
    .fqb-whatsapp-planning__form {
        grid-template-columns: 1fr;
    }

    .fqb-whatsapp-planning__wide {
        grid-column: auto;
    }
}

/* Portada: recorrido comercial y editorial integrado. */
.fqb-home-section-header {
    display: grid;
    gap: 0.55rem;
    max-width: 820px;
    margin-bottom: clamp(22px, 3vw, 34px);
}

.fqb-home-section-header .fqb-eyebrow,
.fqb-home-section-header .fqb-title,
.fqb-home-section-header > p {
    margin-top: 0;
    margin-bottom: 0;
}

.fqb-home-section-header > p:last-child {
    max-width: 70ch;
    color: var(--fq-color-muted, #5e6a72);
    font-size: clamp(0.98rem, 0.93rem + 0.22vw, 1.08rem);
    line-height: 1.6;
}

.fqb-home-paths-block {
    background: #fff;
}

.fqb-home-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
    box-shadow: 0 12px 30px rgba(20, 32, 56, 0.06);
}

.fqb-home-path {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: clamp(16px, 2vw, 24px);
    padding: clamp(22px, 3vw, 38px);
}

.fqb-home-path + .fqb-home-path {
    border-left: 1px solid var(--fq-color-border, #e7e9e6);
}

.fqb-home-path__icon {
    display: inline-grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--fq-color-action, #ff6240) 34%, var(--fq-color-border, #e7e9e6));
    border-radius: 8px;
    background: var(--fq-color-action-soft, #fff2ee);
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-home-path__icon .fqb-icon {
    width: 29px;
    height: 29px;
    stroke-width: 1.8;
}

.fqb-home-path__content {
    display: grid;
    align-content: start;
    gap: 0.7rem;
    min-width: 0;
}

.fqb-home-path__eyebrow {
    margin: 0;
    color: var(--fq-color-action-strong, #c63b22);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.fqb-home-path h3 {
    margin: 0;
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.4rem, 1.17rem + 0.65vw, 1.82rem);
    line-height: 1.08;
}

.fqb-home-path__content > p:not(.fqb-home-path__eyebrow) {
    margin: 0;
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.55;
}

.fqb-home-path__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 1.2rem;
    margin: 0.2rem 0 0;
    padding: 0;
    list-style: none;
}

.fqb-home-path__links a {
    color: var(--fq-color-brand, #142038);
    font-size: 0.91rem;
    font-weight: 750;
    text-decoration-color: color-mix(in srgb, var(--fq-color-action, #ff6240) 55%, transparent);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.fqb-home-path__links a:hover,
.fqb-home-path__links a:focus {
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-home-path__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin-top: 0.35rem;
    color: var(--fq-color-action-strong, #c63b22);
    font-weight: 900;
    text-decoration: none;
}

.fqb-home-path__cta:visited {
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-home-path__cta:hover,
.fqb-home-path__cta:focus {
    color: var(--fq-color-brand, #142038);
}

.fqb-home-path__cta .fqb-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.4;
}

.fqb-home-guide-block {
    background: color-mix(in srgb, var(--fq-color-info-soft, #eef6f1) 72%, #fff);
}

.fqb-home-guide__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: clamp(22px, 3vw, 34px);
}

.fqb-home-guide__header > div {
    display: grid;
    gap: 0.55rem;
    max-width: 820px;
}

.fqb-home-guide__header .fqb-eyebrow,
.fqb-home-guide__header .fqb-title,
.fqb-home-guide__header p {
    margin: 0;
}

.fqb-home-guide__header p:last-child {
    max-width: 70ch;
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.6;
}

.fqb-home-guide__all,
.fqb-home-guide__recommendations-head > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.45rem;
    color: #216448;
    font-weight: 850;
    text-decoration: none;
}

.fqb-home-guide__all:visited,
.fqb-home-guide__recommendations-head > a:visited {
    color: #216448;
}

.fqb-home-guide__all:hover,
.fqb-home-guide__all:focus,
.fqb-home-guide__recommendations-head > a:hover,
.fqb-home-guide__recommendations-head > a:focus {
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-home-guide__all .fqb-icon,
.fqb-home-guide__recommendations-head .fqb-icon {
    width: 18px;
    height: 18px;
}

.fqb-home-guide__gateway {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
    gap: clamp(16px, 2vw, 24px);
}

.fqb-home-guide__feature {
    position: relative;
    overflow: hidden;
    display: grid;
    min-height: 430px;
    align-items: end;
    border-radius: 8px;
    background: var(--fq-color-brand, #142038);
    color: #fff;
    text-decoration: none;
}

.fqb-home-guide__feature > img,
.fqb-home-guide__feature > picture,
.fqb-home-guide__feature > picture img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fqb-home-guide__feature-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 32, 56, 0.06) 20%, rgba(20, 32, 56, 0.9) 100%);
}

.fqb-home-guide__feature-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.65rem;
    max-width: 680px;
    padding: clamp(22px, 3.5vw, 42px);
}

.fqb-home-guide__feature-copy small {
    color: #ffe252;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.fqb-home-guide__feature-copy strong {
    color: #fff;
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.65rem, 1.3rem + 1.1vw, 2.35rem);
    line-height: 1.04;
}

.fqb-home-guide__feature-copy > span {
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.55;
}

.fqb-home-guide__feature-copy b {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.96rem;
}

.fqb-home-guide__feature-copy b .fqb-icon {
    width: 18px;
    height: 18px;
}

.fqb-home-guide__topics {
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
}

.fqb-home-guide__topics h3 {
    margin: 0;
    padding: 20px 22px 14px;
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.25rem;
    line-height: 1.1;
}

.fqb-home-guide__topics > a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    padding: 12px 18px;
    border-top: 1px solid var(--fq-color-border, #e7e9e6);
    color: var(--fq-color-brand, #142038);
    text-decoration: none;
}

.fqb-home-guide__topics > a:hover,
.fqb-home-guide__topics > a:focus {
    background: var(--fq-color-surface-soft, #f1f2f0);
    color: var(--fq-color-brand, #142038);
}

.fqb-home-guide__topic-icon {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-home-guide__topic-icon .fqb-icon {
    width: 27px;
    height: 27px;
    stroke-width: 1.8;
}

.fqb-home-guide__topics > a > span:nth-child(2) {
    display: grid;
    gap: 0.18rem;
}

.fqb-home-guide__topics strong {
    font-size: 0.96rem;
    line-height: 1.2;
}

.fqb-home-guide__topics small {
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.79rem;
    line-height: 1.3;
}

.fqb-home-guide__topics > a > .fqb-icon {
    width: 18px;
    height: 18px;
    color: var(--fq-color-muted, #5e6a72);
}

.fqb-home-guide__recommendations {
    margin-top: clamp(28px, 4vw, 46px);
}

.fqb-home-guide__recommendations-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.fqb-home-guide__recommendations-head h3 {
    margin: 0;
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.35rem, 1.2rem + 0.55vw, 1.72rem);
    line-height: 1.08;
}

.fqb-home-guide__recommendation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 22px);
}

.fqb-home-guide__recommendation {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(110px, 0.42fr) minmax(0, 0.58fr);
    min-height: 164px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
}

.fqb-home-guide__recommendation-media {
    overflow: hidden;
    display: grid;
    place-items: center;
    min-height: 100%;
    background: var(--fq-color-brand, #142038);
    color: #fff;
}

.fqb-home-guide__recommendation-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fqb-home-guide__recommendation > div {
    display: grid;
    align-content: center;
    gap: 0.42rem;
    padding: 16px;
}

.fqb-home-guide__recommendation p,
.fqb-home-guide__recommendation h4,
.fqb-home-guide__recommendation span {
    margin: 0;
}

.fqb-home-guide__recommendation p {
    color: var(--fq-color-action-strong, #c63b22);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.fqb-home-guide__recommendation h4 {
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.05rem;
    line-height: 1.08;
}

.fqb-home-guide__recommendation h4 a {
    color: var(--fq-color-brand, #142038);
    text-decoration: none;
}

.fqb-home-guide__recommendation span {
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.79rem;
    line-height: 1.4;
}

.fqb-home-guide__bridge {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(16px, 2.4vw, 28px);
    margin-top: clamp(24px, 3vw, 34px);
    padding: clamp(18px, 2.2vw, 26px);
    border: 1px solid color-mix(in srgb, #216448 30%, var(--fq-color-border, #e7e9e6));
    border-radius: 8px;
    background: #fff;
}

.fqb-home-guide__bridge-icon {
    display: inline-grid;
    width: 50px;
    height: 50px;
    place-items: center;
    color: #216448;
}

.fqb-home-guide__bridge-icon .fqb-icon {
    width: 36px;
    height: 36px;
    stroke-width: 1.7;
}

.fqb-home-guide__bridge h3,
.fqb-home-guide__bridge p {
    margin: 0;
}

.fqb-home-guide__bridge h3 {
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.28rem;
    line-height: 1.1;
}

.fqb-home-guide__bridge p {
    margin-top: 0.35rem;
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.91rem;
    line-height: 1.5;
}

.fqb-home-guide__bridge-actions {
    display: grid;
    justify-items: end;
    gap: 0.65rem;
}

.fqb-home-guide__bridge-actions > a:not(.fqb-button) {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--fq-color-brand, #142038);
    font-size: 0.9rem;
    font-weight: 850;
    text-decoration: none;
}

.fqb-home-guide__bridge-actions .fqb-icon {
    width: 17px;
    height: 17px;
}

.fqb-home-before-booking {
    background: #fff;
}

.fqb-home-before-booking__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
    gap: clamp(22px, 3.5vw, 46px);
    align-items: start;
}

.fqb-home-before-booking__essentials,
.fqb-home-before-booking__faqs {
    min-width: 0;
}

.fqb-home-before-booking__essentials {
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
}

.fqb-home-before-booking__essentials > h3,
.fqb-home-before-booking__faqs > h3 {
    margin: 0;
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.35rem;
    line-height: 1.1;
}

.fqb-home-before-booking__essentials > h3 {
    padding: 20px 22px 14px;
}

.fqb-home-before-booking__essentials article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    padding: 17px 22px;
    border-top: 1px solid var(--fq-color-border, #e7e9e6);
}

.fqb-home-before-booking__essentials article > span {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-home-before-booking__essentials article .fqb-icon {
    width: 26px;
    height: 26px;
    stroke-width: 1.8;
}

.fqb-home-before-booking__essentials h4,
.fqb-home-before-booking__essentials p {
    margin: 0;
}

.fqb-home-before-booking__essentials h4 {
    color: var(--fq-color-brand, #142038);
    font-size: 0.98rem;
    line-height: 1.2;
}

.fqb-home-before-booking__essentials p {
    margin-top: 0.28rem;
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.86rem;
    line-height: 1.48;
}

.fqb-home-before-booking__resources {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1.2rem;
    padding: 17px 22px 20px;
    border-top: 1px solid var(--fq-color-border, #e7e9e6);
    background: var(--fq-color-surface-soft, #f1f2f0);
}

.fqb-home-before-booking__resources a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--fq-color-brand, #142038);
    font-size: 0.88rem;
    font-weight: 850;
    text-decoration: none;
}

.fqb-home-before-booking__resources a:hover,
.fqb-home-before-booking__resources a:focus {
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-home-before-booking__resources .fqb-icon {
    width: 16px;
    height: 16px;
}

.fqb-home-before-booking__faqs > h3 {
    margin-bottom: 14px;
}

.fqb-home-before-booking__faqs .fqb-faq-list {
    padding: 0;
}

.fqb-home-before-booking__help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(24px, 4vw, 40px);
    padding-top: clamp(20px, 3vw, 28px);
    border-top: 1px solid var(--fq-color-border, #e7e9e6);
}

.fqb-home-before-booking__help h3,
.fqb-home-before-booking__help p {
    margin: 0;
}

.fqb-home-before-booking__help h3 {
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.2rem, 1.05rem + 0.45vw, 1.55rem);
    line-height: 1.15;
}

.fqb-home-before-booking__help p {
    margin-top: 0.35rem;
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.55;
}

.fqb-home-before-booking__help .fqb-button {
    flex: 0 0 auto;
}

@media (max-width: 1100px) {
    .fqb-home-guide__recommendation {
        grid-template-columns: 1fr;
        grid-template-rows: 130px 1fr;
    }
}

@media (max-width: 980px) {
    .fqb-home-paths,
    .fqb-home-guide__gateway,
    .fqb-home-before-booking__grid {
        grid-template-columns: 1fr;
    }

    .fqb-home-path + .fqb-home-path {
        border-top: 1px solid var(--fq-color-border, #e7e9e6);
        border-left: 0;
    }

    .fqb-home-guide__header {
        align-items: start;
        flex-direction: column;
    }

    .fqb-home-guide__feature {
        min-height: 390px;
    }

    .fqb-home-guide__recommendation-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fqb-home-guide__bridge {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .fqb-home-guide__bridge-actions {
        grid-column: 2;
        grid-template-columns: auto auto;
        align-items: center;
        justify-content: start;
    }
}

@media (max-width: 720px) {
    .fqb-home-guide__recommendation-grid {
        grid-template-columns: 1fr;
    }

    .fqb-home-guide__recommendation {
        grid-template-columns: 130px minmax(0, 1fr);
        grid-template-rows: none;
    }
}

@media (max-width: 620px) {
    .fqb-home-path {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 18px 16px;
    }

    .fqb-home-path__icon {
        width: 42px;
        height: 42px;
    }

    .fqb-home-path__icon .fqb-icon {
        width: 24px;
        height: 24px;
    }

    .fqb-home-path__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem 1rem;
    }

    .fqb-home-guide__feature {
        min-height: 360px;
    }

    .fqb-home-guide__feature-copy {
        padding: 22px;
    }

    .fqb-home-guide__recommendations-head {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }

    .fqb-home-guide__recommendation {
        grid-template-columns: 112px minmax(0, 1fr);
        min-height: 150px;
    }

    .fqb-home-guide__recommendation > div {
        padding: 13px;
    }

    .fqb-home-guide__recommendation span {
        display: none;
    }

    .fqb-home-guide__bridge {
        grid-template-columns: 1fr;
    }

    .fqb-home-guide__bridge-icon {
        display: none;
    }

    .fqb-home-guide__bridge-actions {
        grid-column: 1;
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .fqb-home-guide__bridge-actions .fqb-button {
        justify-content: center;
    }

    .fqb-home-before-booking__essentials article {
        padding-inline: 16px;
    }

    .fqb-home-before-booking__help {
        align-items: stretch;
        flex-direction: column;
    }

    .fqb-home-before-booking__help .fqb-button {
        justify-content: center;
        width: 100%;
    }
}

.fqb-tourism-hub {
    color: var(--fq-color-text, #142038);
    background: var(--fq-color-page, #f7f7f5);
    contain: paint;
    max-width: 100%;
    overflow-x: clip;
}

body:has(.fqb-tourism-hub) .entry-title {
    display: none;
}

html:has(.fqb-tourism-hub),
body:has(.fqb-tourism-hub) {
    max-width: 100%;
    overflow-x: clip;
}

.fqb-tourism-hero {
    position: relative;
    isolation: isolate;
    min-height: 560px;
    display: flex;
    align-items: end;
    padding: 88px 0 52px;
    overflow: hidden;
    background: var(--fq-color-brand-strong, #031127);
}

.fqb-tourism-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(3, 17, 39, 0.92) 0%, rgba(3, 17, 39, 0.76) 42%, rgba(3, 17, 39, 0.34) 72%, rgba(3, 17, 39, 0.18) 100%);
}

.fqb-tourism-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.fqb-tourism-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 58% center;
}

.fqb-tourism-hero__inner {
    position: relative;
    z-index: 1;
    color: var(--fq-color-surface, #fff);
}

.fqb-tourism-hero .fqb-eyebrow,
.fqb-tourism-hero h1,
.fqb-tourism-hero__lead {
    max-width: 840px;
    color: var(--fq-color-surface, #fff);
    text-shadow: 0 2px 14px rgba(3, 17, 39, 0.48);
}

.fqb-tourism-hero h1 {
    margin: 0;
    font-size: clamp(2.7rem, 5.6vw, 5.2rem);
    line-height: 1;
    letter-spacing: 0;
}

.fqb-tourism-hero__lead {
    margin: 1rem 0 0;
    font-size: clamp(1.02rem, 1.6vw, 1.24rem);
    line-height: 1.55;
}

.fqb-tourism-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 1.35rem;
}

.fqb-tourism-hero__actions .fqb-button {
    min-height: 54px;
    padding: 0.9rem 1.25rem;
    font-size: 1.02rem;
    box-shadow: 0 10px 26px rgba(3, 17, 39, 0.24);
}

.fqb-tourism-hero__actions .fqb-button.fqb-button--action,
.fqb-tourism-hero__actions .fqb-button.fqb-button--action:visited {
    background: var(--fq-color-action-strong, #c63b22);
    color: #fff;
}

.fqb-tourism-hero__actions .fqb-button.fqb-button--action:hover,
.fqb-tourism-hero__actions .fqb-button.fqb-button--action:focus {
    background: #a92f1d;
    color: #fff;
}

.fqb-tourism-hero__actions .fqb-button.fqb-button--outline,
.fqb-tourism-hero__actions .fqb-button.fqb-button--outline:visited {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(3, 17, 39, 0.5);
    backdrop-filter: blur(5px);
}

.fqb-tourism-hero__actions .fqb-button.fqb-button--outline:hover,
.fqb-tourism-hero__actions .fqb-button.fqb-button--outline:focus {
    color: var(--fq-color-brand-strong, #031127);
    background: var(--fq-color-surface, #fff);
    border-color: var(--fq-color-surface, #fff);
}

.fqb-tourism-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 1.4rem;
}

.fqb-tourism-hero__facts span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 46px;
    padding: 0.62rem 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    background: rgba(3, 17, 39, 0.42);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
}

.fqb-tourism-hero__facts .fqb-icon {
    width: 17px;
    height: 17px;
}

.fqb-tourism-nav {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: -22px;
}

.fqb-tourism-nav a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 0.68rem 0.95rem;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-text, #142038);
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-tourism-section-head {
    max-width: 820px;
    margin-bottom: 22px;
}

.fqb-tourism-section-head p,
.fqb-tourism-compact-section p,
.fqb-tourism-final-cta p,
.fqb-tourism-assistance p {
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.68;
}

.fqb-tourism-intent-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fqb-tourism-intent-card {
    min-height: 154px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-text, #142038);
    text-decoration: none;
}

.fqb-tourism-intent-card > span,
.fqb-tourism-lodging-card > span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--fq-color-action-soft, #f1f2f0);
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-tourism-intent-card small,
.fqb-tourism-lodging-card small {
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.48;
}

.fqb-tourism-attraction-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.fqb-tourism-attraction-card,
.fqb-tourism-place-card {
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-tourism-card-media {
    margin: 0;
    aspect-ratio: 16 / 9;
    background: var(--fq-color-surface-soft, #f1f2f0);
}

.fqb-tourism-card-media > a,
.fqb-tourism-card-media img,
.fqb-tourism-media-placeholder {
    width: 100%;
    height: 100%;
    display: block;
}

.fqb-tourism-card-media img {
    object-fit: cover;
}

.fqb-tourism-media-placeholder {
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 6px;
    padding: 18px;
    color: var(--fq-color-success, #216448);
    text-align: center;
}

.fqb-tourism-media-placeholder .fqb-icon {
    width: 30px;
    height: 30px;
}

.fqb-tourism-media-placeholder small {
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.35;
}

.fqb-tourism-attraction-card__body,
.fqb-tourism-place-card > div {
    padding: 17px;
}

.fqb-tourism-attraction-card__body > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--fq-color-success, #216448);
    font-size: 0.78rem;
    font-weight: 800;
}

.fqb-tourism-attraction-card__body > span .fqb-icon {
    width: 15px;
    height: 15px;
}

.fqb-tourism-attraction-card h3,
.fqb-tourism-place-card h3,
.fqb-tourism-practical-card h3,
.fqb-tourism-event-grid h3,
.fqb-tourism-latest-grid h3,
.fqb-tourism-route-card h3 {
    margin: 0.55rem 0 0;
    font-size: 1.08rem;
    line-height: 1.28;
}

.fqb-tourism-attraction-card h3 a,
.fqb-tourism-place-card h3 a,
.fqb-tourism-event-grid h3 a,
.fqb-tourism-latest-grid h3 a {
    color: var(--fq-color-text, #142038);
    text-decoration: none;
}

.fqb-tourism-attraction-card p,
.fqb-tourism-place-card p,
.fqb-tourism-practical-card p,
.fqb-tourism-event-grid p,
.fqb-tourism-latest-grid p {
    margin: 0.6rem 0 0;
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.55;
}

.fqb-tourism-text-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 0.8rem;
    color: var(--fq-color-action-strong, #c63b22);
    font-weight: 850;
    text-decoration: none;
}

.fqb-tourism-text-link .fqb-icon {
    width: 16px;
    height: 16px;
}

.fqb-tourism-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.fqb-tourism-route-card {
    padding: 20px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
}

.fqb-tourism-route-card__duration {
    display: inline-flex;
    padding: 0.32rem 0.55rem;
    border-radius: 999px;
    background: var(--fq-color-success-soft, #f1f2f0);
    color: var(--fq-color-success, #216448);
    font-size: 0.76rem;
    font-weight: 850;
}

.fqb-tourism-route-card dl {
    display: grid;
    gap: 8px;
    margin: 0.85rem 0 0;
}

.fqb-tourism-route-card dl > div {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 10px;
}

.fqb-tourism-route-card dt {
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.78rem;
    font-weight: 800;
}

.fqb-tourism-route-card dd {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-size: 0.88rem;
    line-height: 1.45;
}

.fqb-tourism-lodging-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fqb-tourism-lodging-card {
    position: relative;
    min-height: 170px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 8px;
    padding: 17px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-text, #142038);
    text-decoration: none;
}

.fqb-tourism-lodging-card > .fqb-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 17px;
    height: 17px;
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-tourism-assistance {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 18px;
    padding: 20px;
    border-left: 4px solid var(--fq-color-action, #ff6240);
    background: var(--fq-color-success-soft, #f1f2f0);
}

.fqb-tourism-assistance p {
    margin: 0.35rem 0 0;
}

.fqb-tourism-municipality-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fqb-tourism-place-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0.75rem;
}

.fqb-tourism-place-card__links a {
    color: var(--fq-color-action-strong, #c63b22);
    font-size: 0.82rem;
    font-weight: 850;
    text-decoration: none;
}

.fqb-tourism-practical-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fqb-tourism-practical-card,
.fqb-tourism-event-grid article,
.fqb-tourism-latest-grid article {
    padding: 18px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
}

.fqb-tourism-practical-card > .fqb-icon,
.fqb-tourism-event-grid article > .fqb-icon {
    width: 30px;
    height: 30px;
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-tourism-pending-link {
    display: inline-block;
    margin-top: 0.8rem;
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.8rem;
    font-weight: 750;
}

.fqb-tourism-compact-section,
.fqb-tourism-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 28px;
    align-items: center;
}

.fqb-tourism-compact-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.fqb-tourism-compact-links a {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-text, #142038);
    font-weight: 800;
    text-decoration: none;
}

.fqb-tourism-compact-links .fqb-icon {
    width: 18px;
    height: 18px;
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-tourism-compact-links .fqb-icon:last-child {
    margin-left: auto;
}

.fqb-tourism-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fqb-tourism-latest-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.fqb-tourism-latest-grid article > span {
    color: var(--fq-color-success, #216448);
    font-size: 0.76rem;
    font-weight: 850;
}

.fqb-tourism-faq {
    max-width: 920px;
}

.fqb-tourism-final-cta {
    padding: 26px;
    border: 1px solid color-mix(in srgb, var(--fq-color-action, #ff6240) 34%, var(--fq-color-border, #e7e9e6));
    border-radius: 8px;
    background: var(--fq-color-surface, #fff);
    box-shadow: var(--fq-shadow-panel, 0 18px 42px rgba(20, 32, 56, 0.1));
}

.fqb-tourism-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
}

@media (max-width: 980px) {
    .fqb-tourism-intent-grid,
    .fqb-tourism-lodging-grid,
    .fqb-tourism-municipality-grid,
    .fqb-tourism-latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fqb-tourism-attraction-grid,
    .fqb-tourism-practical-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fqb-tourism-compact-section,
    .fqb-tourism-final-cta {
        grid-template-columns: 1fr;
    }

    .fqb-tourism-final-cta__actions {
        justify-content: start;
    }
}

@media (max-width: 620px) {
    .fqb-tourism-hero {
        min-height: 620px;
        padding: 52px 0 34px;
    }

    .fqb-tourism-hero::after {
        background: linear-gradient(180deg, rgba(3, 17, 39, 0.52) 0%, rgba(3, 17, 39, 0.78) 48%, rgba(3, 17, 39, 0.92) 100%);
    }

    .fqb-tourism-hero__media img {
        object-position: 61% center;
    }

    .fqb-tourism-hero h1 {
        font-size: 2.55rem;
        line-height: 1.02;
    }

    .fqb-tourism-hero__lead {
        font-size: 1rem;
    }

    .fqb-tourism-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .fqb-tourism-hero__actions .fqb-button {
        width: 100%;
        min-height: 56px;
        justify-content: center;
    }

    .fqb-tourism-hero__facts {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .fqb-tourism-hero__facts span {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .fqb-tourism-nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px;
        scrollbar-width: none;
    }

    .fqb-tourism-nav a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .fqb-tourism-intent-grid,
    .fqb-tourism-route-grid,
    .fqb-tourism-lodging-grid,
    .fqb-tourism-practical-grid,
    .fqb-tourism-event-grid,
    .fqb-tourism-latest-grid,
    .fqb-tourism-compact-links {
        grid-template-columns: 1fr;
    }

    .fqb-tourism-intent-card {
        min-height: 0;
        grid-template-columns: 40px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 12px;
        padding: 14px;
    }

    .fqb-tourism-intent-card > span {
        grid-row: 1 / 3;
    }

    .fqb-tourism-attraction-grid,
    .fqb-tourism-municipality-grid {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(250px, 86%);
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        padding-bottom: 10px;
        scrollbar-width: none;
    }

    .fqb-tourism-hero__facts::-webkit-scrollbar,
    .fqb-tourism-nav::-webkit-scrollbar,
    .fqb-tourism-attraction-grid::-webkit-scrollbar,
    .fqb-tourism-municipality-grid::-webkit-scrollbar {
        display: none;
    }

    .fqb-tourism-attraction-card,
    .fqb-tourism-place-card {
        scroll-snap-align: start;
    }

    .fqb-tourism-route-card dl > div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .fqb-tourism-lodging-card {
        min-height: 0;
        grid-template-columns: 40px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 12px;
    }

    .fqb-tourism-lodging-card > span {
        grid-row: 1 / 3;
    }

    .fqb-tourism-assistance {
        grid-template-columns: 1fr;
        padding: 17px;
    }

    .fqb-tourism-assistance .fqb-button,
    .fqb-tourism-final-cta__actions .fqb-button {
        width: 100%;
        justify-content: center;
    }

    .fqb-tourism-final-cta {
        padding: 20px;
    }
}

@media (max-width: 980px) {
    .fqb-rental-hub__hero-inner,
    .fqb-rental-hub__guide-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .fqb-rental-hub__summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fqb-rental-hub__summary span {
        border-right: 1px solid var(--fq-color-border, #e7e9e6);
        border-bottom: 0;
    }

    .fqb-rental-hub__summary small {
        grid-column: 1 / -1;
        border-top: 1px solid var(--fq-color-border, #e7e9e6);
    }

    .fqb-rental-hub__choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .fqb-rental-hub__hero {
        min-height: auto;
        padding-block: 34px 42px;
        background-position: 58% center;
    }

    .fqb-rental-hub__breadcrumbs {
        margin-bottom: 24px;
    }

    .fqb-rental-hub__hero .fqb-title--hero {
        font-size: 2.35rem;
    }

    .fqb-rental-hub__lead {
        font-size: 0.96rem;
        line-height: 1.55;
    }

    .fqb-rental-hub__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .fqb-rental-hub__summary {
        grid-template-columns: 1fr;
    }

    .fqb-rental-hub__summary span {
        min-height: 58px;
        border-right: 0;
        border-bottom: 1px solid var(--fq-color-border, #e7e9e6);
    }

    .fqb-rental-hub__summary small {
        grid-column: auto;
        border-top: 0;
    }

    .fqb-rental-hub__choice-grid {
        display: grid;
        grid-auto-columns: min(86vw, 330px);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding: 2px 1rem 12px 0;
        scroll-snap-type: x mandatory;
    }

    .fqb-rental-hub__choice {
        min-height: 168px;
        scroll-snap-align: start;
    }

    .fqb-rental-hub__guide-grid {
        gap: 30px;
    }
}

.fqb-section + .fqb-section {
    padding-top: clamp(20px, 3vw, 36px);
}

.fqb-home-hero-block + .fqb-section {
    padding-top: clamp(20px, 3vw, 34px);
}

.fqb-home-hero-block + p.wp-block-paragraph:has(+ .fqb-section),
.fqb-section + p.wp-block-paragraph:has(+ .fqb-section) {
    display: none;
}

.fqb-home-hero-block + p.wp-block-paragraph + .fqb-section,
.fqb-section + p.wp-block-paragraph + .fqb-section {
    padding-top: 0;
}

.fqb-section--soft {
    background: var(--fq-color-surface-soft, #f1f2f0);
}

.fqb-shell {
    width: min(1200px, calc(100% - 2rem));
    margin-inline: auto;
}

.fqb-eyebrow {
    margin: 0 0 0.45rem;
    color: var(--fq-color-action, #ff6240);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fqb-title {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.55rem, 1.25rem + 1vw, 2rem);
    line-height: 1.05;
}

.fqb-title--hero {
    font-size: clamp(2.15rem, 1.6rem + 2vw, 3.25rem);
}

.fqb-section-header {
    display: grid;
    gap: 0.55rem;
    max-width: 780px;
    margin-bottom: 2rem;
}

.fqb-section-header p {
    margin: 0;
    color: var(--fq-color-muted, #5e6a72);
}

.fqb-grid {
    display: grid;
    gap: 16px;
}

.fqb-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fqb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 44px;
    padding: 0.78rem 1.1rem;
    border: 1px solid transparent;
    border-radius: var(--fq-radius-sm, 8px);
    background: var(--fq-color-brand, #142038);
    color: #fff;
    font-family: var(--fq-font-body, Inter, system-ui, sans-serif);
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
}

.fqb-button:visited,
.fqb-rental-card .fqb-button:not(.fqb-button--outline),
.fqb-rental-card .fqb-button:not(.fqb-button--outline):visited {
    color: #fff;
}

.fqb-button:hover,
.fqb-button:focus {
    background: var(--fq-color-brand-strong, #031127);
    color: #fff;
}

.fqb-button--outline {
    background: transparent;
    border-color: var(--fq-color-brand, #142038);
    color: var(--fq-color-brand, #142038);
}

.fqb-button--outline:visited {
    color: var(--fq-color-brand, #142038);
}

.fqb-button--outline:hover,
.fqb-button--outline:focus {
    background: var(--fq-color-brand, #142038);
    color: #fff;
}

.fqb-button.fqb-button--action {
    background: var(--fq-color-action-strong, #c63b22);
    color: var(--fq-color-on-action-strong, #fff);
}

.fqb-button.fqb-button--action:visited {
    color: var(--fq-color-on-action-strong, #fff);
}

.fqb-button.fqb-button--action:hover,
.fqb-button.fqb-button--action:focus {
    background: var(--fq-color-brand, #142038);
    color: var(--fq-color-on-action-strong, #fff);
}

.fqb-button--sm {
    min-height: 38px;
    padding: 0.6rem 0.85rem;
    font-size: 0.92rem;
}

.fqb-icon {
    width: 1.12em;
    height: 1.12em;
}

.fqb-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.fqb-home-hero-block {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-hero {
    position: relative;
    min-height: clamp(520px, 62vw, 610px);
    display: grid;
    align-items: center;
    overflow: hidden;
    padding-block: clamp(42px, 6vw, 72px);
    background: linear-gradient(135deg, var(--fq-color-brand, #142038), var(--fq-color-brand-strong, #031127));
    color: #fff;
}

.fqb-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--fq-color-brand-strong, #031127) 82%, transparent) 0%,
        color-mix(in srgb, var(--fq-color-brand, #142038) 62%, transparent) 43%,
        color-mix(in srgb, var(--fq-color-brand-strong, #031127) 18%, transparent) 100%
    );
}

.fqb-hero__background {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 48%;
}

.fqb-hero .fqb-title,
.fqb-hero .fqb-eyebrow,
.fqb-hero p {
    color: #fff;
}

.fqb-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 430px);
    gap: clamp(24px, 5vw, 56px);
    align-items: center;
}

.fqb-hero__content {
    display: grid;
    gap: 1.15rem;
    max-width: 640px;
}

.fqb-hero__text {
    max-width: 62ch;
    font-size: 1.08rem;
    line-height: 1.65;
    text-shadow: 0 2px 14px rgba(3, 17, 39, 0.42);
}

.fqb-hero .fqb-title--hero {
    max-width: 12ch;
    color: #fff;
    font-size: clamp(3rem, 6vw, 4.8rem);
    line-height: 0.98;
    text-shadow: 0 3px 18px rgba(3, 17, 39, 0.42);
}

.fqb-search-card,
.fqb-property-card,
.fqb-intent-card,
.fqb-booking-cta,
.fqb-faq-list,
.fqb-seo-content {
    background: var(--fq-color-surface, #fff);
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-sm, 8px);
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-search-card {
    display: grid;
    gap: 1rem;
    padding: clamp(18px, 2.4vw, 24px);
    color: var(--fq-color-text, #142038);
}

.fqb-search-card--hero {
    gap: 0.75rem;
    padding: clamp(22px, 3vw, 28px);
    border-radius: var(--fq-radius-md, 10px);
    box-shadow: 0 18px 42px rgba(3, 17, 39, 0.22);
}

.fqb-search-card--hero .fqb-button {
    min-height: 56px;
    font-size: 1.02rem;
}

.fqb-search-card--hero .fqb-button--hero-secondary {
    background: #fff;
    border-color: var(--fq-color-border, #e7e9e6);
    color: var(--fq-color-brand, #142038) !important;
}

.fqb-search-card--hero .fqb-button--hero-secondary:hover,
.fqb-search-card--hero .fqb-button--hero-secondary:focus {
    background: var(--fq-color-surface-soft, #f1f2f0);
    border-color: var(--fq-color-brand, #142038);
    color: var(--fq-color-brand, #142038) !important;
}

.fqb-search-card--hero .fqb-button--hero-secondary[aria-disabled="true"] {
    background: #f7f8f7;
    border-color: #d8ddd9;
    color: #526072 !important;
    cursor: not-allowed;
}

.fqb-search-card--hero .fqb-button--hero-secondary svg {
    color: inherit;
    stroke: currentColor;
}

.fqb-search-card__whatsapp-error {
    margin: -0.15rem 0 0;
    padding: 0.65rem 0.75rem;
    border-left: 3px solid var(--fq-color-action, #d43b22);
    border-radius: 4px;
    background: #fff2ef;
    color: #8b2115 !important;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.4;
}

.fqb-search-card h2 {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
}

.fqb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fqb-field {
    display: grid;
    gap: 6px;
    color: var(--fq-color-text, #142038);
    font-weight: 800;
}

.fqb-field input,
.fqb-field select {
    width: 100%;
    min-height: 44px;
    padding: 0.72rem 0.8rem;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-sm, 8px);
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-body, Inter, system-ui, sans-serif);
}

.fqb-search-card--hero .fqb-field {
    position: relative;
}

.fqb-search-card .fqb-field--date {
    position: relative;
}

.fqb-search-card--hero .fqb-field > span,
.fqb-search-card--hero .fqb-field > .fqb-field__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.fqb-search-card--hero .fqb-field input,
.fqb-search-card--hero .fqb-field select {
    min-height: 58px;
    padding: 0.8rem 3rem 0.8rem 1rem;
    border-width: 2px;
    font-weight: 800;
}

.fqb-search-card--hero .fqb-field--with-icon .fqb-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 22px;
    height: 22px;
    color: var(--fq-color-muted, #5e6a72);
    pointer-events: none;
    transform: translateY(-50%);
}

.fqb-search-card .fqb-field--date input {
    padding-right: 3rem;
}

.fqb-search-card .fqb-date-picker-trigger {
    position: absolute;
    z-index: 2;
    right: 0.3rem;
    bottom: 0.2rem;
    display: inline-grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    color: var(--fq-color-muted, #5e6a72);
    background: transparent;
    border: 0;
    border-radius: var(--fq-radius-xs, 6px);
    cursor: pointer;
}

.fqb-search-card--hero .fqb-date-picker-trigger {
    top: 50%;
    right: 0.65rem;
    bottom: auto;
    transform: translateY(-50%);
}

.fqb-search-card .fqb-date-picker-trigger:hover,
.fqb-search-card .fqb-date-picker-trigger:focus-visible {
    color: var(--fq-color-brand, #071a3b);
    background: var(--fq-color-surface-soft, #f3f5f4);
}

.fqb-search-card .fqb-date-picker-trigger .fqb-icon {
    position: static;
    width: 22px;
    height: 22px;
    pointer-events: none;
    transform: none;
}

.fqb-search-card .fqb-field--date input::-webkit-calendar-picker-indicator {
    width: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.fqb-search-card p {
    margin: 0;
    color: var(--fq-color-muted, #5e6a72);
}

.fqb-hero-trust {
    padding: 0;
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-hero-trust__inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: clamp(12px, 1.5vw, 18px);
    background: var(--fq-color-border, #e7e9e6);
    box-shadow: 0 18px 44px rgba(20, 32, 56, 0.11);
}

.fqb-hero-trust__item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(0.9rem, 1.6vw, 1.25rem);
    min-height: 150px;
    padding: clamp(1.4rem, 2.4vw, 2.1rem);
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-brand, #142038);
    text-decoration: none;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.fqb-hero-trust__item:hover,
.fqb-hero-trust__item:focus-visible {
    background: var(--fq-color-action-soft, #fff1ed);
    box-shadow: inset 0 -3px 0 var(--fq-color-action, #ff6240);
    color: var(--fq-color-brand, #142038);
    text-decoration: none;
}

.fqb-hero-trust__item:focus-visible {
    outline: 3px solid var(--fq-color-action, #ff6240);
    outline-offset: -3px;
}

.fqb-hero-trust__item > .fqb-icon {
    width: clamp(54px, 5vw, 72px);
    height: clamp(54px, 5vw, 72px);
    color: var(--fq-color-brand, #142038);
}

.fqb-hero-trust__item span {
    display: grid;
    gap: 0.35rem;
}

.fqb-hero-trust__item strong {
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.15rem, 1rem + 0.75vw, 1.55rem);
    line-height: 1.05;
}

.fqb-hero-trust__item small {
    color: var(--fq-color-muted, #5e6a72);
    font-size: clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem);
    font-weight: 500;
    line-height: 1.35;
}

.fqb-hero-trust__arrow {
    width: 17px;
    height: 17px;
    opacity: 0.45;
    transition: opacity 160ms ease, transform 160ms ease;
}

.fqb-hero-trust__item:hover .fqb-hero-trust__arrow,
.fqb-hero-trust__item:focus-visible .fqb-hero-trust__arrow {
    opacity: 1;
    transform: translateX(3px);
}

.fqb-hero-trust__item--whatsapp > .fqb-icon:first-child,
.fqb-hero-trust__item--availability > .fqb-icon:first-child,
.fqb-hero-trust__item--experience > .fqb-icon:first-child,
.fqb-hero-trust__rnt .fqb-icon,
.fqb-hero-trust__rnt i {
    color: var(--fq-color-action, #ff6240);
}

.fqb-hero-trust__rnt {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1.25rem;
    color: var(--fq-color-muted, #5e6a72);
    font-size: 1rem;
    font-weight: 600;
}

.fqb-hero-trust__rnt .fqb-icon {
    width: 30px;
    height: 30px;
}

.fqb-hero-trust__rnt i {
    font-style: normal;
}

.fqb-property-card {
    overflow: hidden;
}

.fqb-property-card__media {
    display: grid;
    min-height: 190px;
    place-items: end start;
    padding: 1rem;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--fq-color-brand, #142038) 6%, transparent), color-mix(in srgb, var(--fq-color-brand, #142038) 72%, transparent)),
        linear-gradient(135deg, var(--fq-color-brand, #142038), var(--fq-color-action, #ff6240));
    color: #fff;
    text-decoration: none;
}

.fqb-property-card__media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.fqb-property-card__body {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
}

.fqb-card-location {
    margin: 0;
    color: var(--fq-color-action, #ff6240);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fqb-property-card h3 {
    margin: 0;
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.35rem;
    line-height: 1.1;
}

.fqb-property-card h3 a {
    color: var(--fq-color-text, #142038);
    text-decoration: none;
}

.fqb-farm-cards {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-farm-cards__header {
    max-width: 860px;
    margin: 0 auto clamp(18px, 2.6vw, 28px);
    text-align: center;
}

.fqb-farm-cards__header .fqb-title {
    font-size: clamp(1.8rem, 1.45rem + 1.35vw, 2.45rem);
}

.fqb-farm-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.8vw, 22px);
}

.fqb-farm-card {
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-md, 10px);
    background: var(--fq-color-surface, #fff);
    box-shadow: 0 16px 34px rgba(20, 32, 56, 0.1);
}

.fqb-farm-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--fq-color-brand, #142038) 92%, #fff), color-mix(in srgb, var(--fq-color-action, #ff6240) 72%, #fff));
    color: var(--fq-color-text, #142038);
    text-decoration: none;
}

.fqb-farm-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.fqb-farm-card:hover .fqb-farm-card__media img {
    transform: scale(1.025);
}

.fqb-farm-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: #fff;
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.4rem;
    font-weight: 800;
}

.fqb-farm-card__location,
.fqb-farm-card__favorite {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--fq-color-border, #e7e9e6) 82%, transparent);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 16px rgba(20, 32, 56, 0.12);
}

.fqb-farm-card__location {
    right: 12px;
    bottom: 12px;
    gap: 0.3rem;
    max-width: calc(100% - 24px);
    min-height: 34px;
    padding: 0.38rem 0.62rem;
    border-radius: var(--fq-radius-sm, 8px);
    color: var(--fq-color-action, #ff6240);
    font-size: 0.86rem;
    font-weight: 900;
}

.fqb-farm-card__location .fqb-icon {
    width: 16px;
    height: 16px;
}

.fqb-farm-card__favorite {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    color: var(--fq-color-muted, #5e6a72);
}

.fqb-farm-card__favorite .fqb-icon {
    width: 21px;
    height: 21px;
}

.fqb-farm-card__body {
    display: grid;
    gap: 0.82rem;
    padding: clamp(14px, 1.8vw, 18px);
}

.fqb-farm-card h3 {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.25rem, 1.08rem + 0.5vw, 1.55rem);
    line-height: 1.06;
}

.fqb-farm-card h3 a {
    color: inherit;
    text-decoration: none;
}

.fqb-farm-card__stats,
.fqb-farm-card__services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fqb-farm-card__stats li {
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    color: var(--fq-color-brand, #142038);
    font-size: 0.9rem;
    font-weight: 750;
}

.fqb-farm-card__stats .fqb-icon {
    width: 18px;
    height: 18px;
}

.fqb-farm-card__services li {
    min-height: 31px;
    padding: 0.38rem 0.6rem;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-sm, 8px);
    background: var(--fq-color-surface-soft, #f1f2f0);
    color: var(--fq-color-text, #142038);
    font-size: 0.86rem;
    font-weight: 800;
}

.fqb-farm-card__price {
    margin: 0;
    color: var(--fq-color-brand, #142038);
    font-weight: 700;
}

.fqb-farm-card__price span,
.fqb-farm-card__price small {
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.92rem;
    font-weight: 700;
}

.fqb-farm-card__price strong {
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.38rem;
    line-height: 1;
}

.fqb-farm-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
}

.fqb-farm-card__actions .fqb-button {
    width: 100%;
    min-height: 44px;
}

.fqb-farm-card__view {
    border: 1px solid var(--fq-color-border-strong, var(--fq-color-brand, #142038));
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-brand, #142038);
}

.fqb-farm-card__view:visited {
    color: var(--fq-color-brand, #142038);
}

.fqb-farm-card__view:hover,
.fqb-farm-card__view:focus {
    background: var(--fq-color-surface-soft, #f1f2f0);
    color: var(--fq-color-brand, #142038);
}

.fqb-farm-card__consult {
    border-color: var(--fq-color-action, #ff6240);
    background: var(--fq-color-action, #ff6240);
    color: var(--fq-color-on-action, #142038);
}

.fqb-farm-card__consult:visited {
    color: var(--fq-color-on-action, #142038);
}

.fqb-farm-card__consult:hover,
.fqb-farm-card__consult:focus {
    background: var(--fq-color-brand, #142038);
    color: #fff;
}

.fqb-rental-results {
    padding-block: clamp(34px, 5vw, 64px);
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-rental-results__head {
    display: block;
    margin-bottom: 1.2rem;
}

.fqb-rental-results__head--with-media {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    align-items: center;
    gap: clamp(1.25rem, 3vw, 2.5rem);
}

.fqb-rental-results__intro .fqb-button {
    margin-top: 1rem;
}

.fqb-rental-results__head p {
    max-width: 760px;
    margin: 0.55rem 0 0;
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.6;
}

.fqb-rental-results__title {
    font-size: clamp(1.75rem, 1.4rem + 1.3vw, 2.35rem);
}

.fqb-rental-results__media {
    aspect-ratio: 16 / 9;
    margin: 0;
    overflow: hidden;
    background: var(--fq-color-surface, #fff);
    border: 1px solid var(--fq-color-border, #dce1e5);
    border-radius: var(--fq-radius-sm, 8px);
}

.fqb-rental-results__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fqb-rental-results__filters {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: end;
    margin-bottom: 1rem;
}

.fqb-rental-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    margin-bottom: 1.15rem;
}

.fqb-rental-summary span,
.fqb-rental-summary strong {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 38px;
    padding: 0.5rem 0.72rem;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 999px;
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-brand, #142038);
    font-size: 0.9rem;
    font-weight: 800;
}

.fqb-rental-summary strong {
    background: color-mix(in srgb, var(--fq-color-action, #ff6240) 12%, var(--fq-color-surface, #fff));
    border-color: color-mix(in srgb, var(--fq-color-action, #ff6240) 34%, var(--fq-color-border, #e7e9e6));
}

.fqb-rental-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fqb-rental-card {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-sm, 8px);
    background: var(--fq-color-surface, #fff);
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-rental-card__media {
    display: grid;
    min-height: 220px;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--fq-color-brand, #142038), var(--fq-color-action, #ff6240));
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.fqb-rental-card__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 180ms ease;
}

.fqb-rental-card:hover .fqb-rental-card__media img {
    transform: scale(1.025);
}

.fqb-rental-card__body {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
}

.fqb-rental-card h2 {
    margin: 0;
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.25rem, 1.05rem + 0.55vw, 1.55rem);
    line-height: 1.08;
}

.fqb-rental-card h2 a {
    color: var(--fq-color-text, #142038);
    text-decoration: none;
}

.fqb-rental-card__facts,
.fqb-rental-services {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fqb-rental-card__facts li,
.fqb-rental-services li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.36rem 0.62rem;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 999px;
    background: var(--fq-color-surface-soft, #f1f2f0);
    color: var(--fq-color-brand, #142038);
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.2;
}

.fqb-rental-services li {
    background: var(--fq-color-surface, #fff);
}

.fqb-rental-services .fqb-icon {
    color: var(--fq-color-action, #ff6240);
}

.fqb-rental-card__pricing {
    display: grid;
    gap: 0.7rem;
    padding: 0.85rem;
    background: var(--fq-color-surface-soft, #f1f2f0);
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-xs, 6px);
}

.fqb-rental-card__availability {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--fq-color-success, #167a4a);
    font-size: 0.82rem;
    font-weight: 900;
}

.fqb-rental-card__availability .fqb-icon {
    width: 18px;
    height: 18px;
}

.fqb-rental-card__rate,
.fqb-rental-card__total {
    display: grid;
    gap: 0.15rem;
}

.fqb-rental-card__rate > span,
.fqb-rental-card__total > span {
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.78rem;
    font-weight: 800;
}

.fqb-rental-card__rate > strong {
    color: var(--fq-color-brand, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.45rem;
    line-height: 1.05;
}

.fqb-rental-card__rate > strong small {
    font-family: var(--fq-font-body, Inter, system-ui, sans-serif);
    font-size: 0.72rem;
}

.fqb-rental-card__rate > small,
.fqb-rental-card__pricing-note,
.fqb-rental-card__rate-pending span {
    color: var(--fq-color-muted, #5e6a72);
    font-size: 0.75rem;
    line-height: 1.35;
}

.fqb-rental-card__total {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding-top: 0.65rem;
    border-top: 1px solid var(--fq-color-border, #e7e9e6);
}

.fqb-rental-card__total strong {
    color: var(--fq-color-brand, #142038);
    font-size: 1rem;
}

.fqb-rental-card__rate-pending {
    display: grid;
    gap: 0.2rem;
}

.fqb-rental-card__rate-pending strong {
    color: var(--fq-color-brand, #142038);
}

.fqb-rental-empty--validation {
    border-color: color-mix(in srgb, var(--fq-color-action, #ff6240) 45%, var(--fq-color-border, #e7e9e6));
}

.fqb-rental-empty--validation ul {
    margin: 0;
    padding-left: 1.2rem;
}

.fqb-rental-empty {
    display: grid;
    justify-items: start;
    gap: 0.85rem;
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-sm, 8px);
    background: var(--fq-color-surface, #fff);
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-rental-empty h2 {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
}

.fqb-rental-empty p {
    max-width: 62ch;
    margin: 0;
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.6;
}

.fqb-stats,
.fqb-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fqb-stats li,
.fqb-chip-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.36rem 0.62rem;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 999px;
    background: var(--fq-color-surface-soft, #f1f2f0);
    color: var(--fq-color-brand, #142038);
    font-size: 0.84rem;
    font-weight: 800;
}

.fqb-price {
    color: var(--fq-color-brand, #142038);
    font-size: 1.1rem;
}

.fqb-intent-card {
    display: grid;
    gap: 0.65rem;
    padding: 18px;
    color: var(--fq-color-text, #142038);
    text-decoration: none;
}

.fqb-intent-card span {
    color: var(--fq-color-action, #ff6240);
}

.fqb-intent-card strong {
    font-size: 1.08rem;
}

.fqb-intent-card small {
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.45;
}

.fqb-link-grid-block {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-link-grid__header {
    max-width: 920px;
    margin: 0 auto clamp(18px, 2.8vw, 30px);
    text-align: center;
}

.fqb-link-grid__header .fqb-title {
    font-size: clamp(1.9rem, 1.45rem + 1.5vw, 2.55rem);
}

.fqb-link-grid {
    display: grid;
    grid-template-columns: var(--fqb-link-grid-columns, repeat(3, minmax(0, 1fr)));
    gap: clamp(14px, 1.8vw, 22px);
}

.fqb-link-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(14px, 1.7vw, 22px);
    min-height: 132px;
    padding: clamp(18px, 2.2vw, 26px);
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-md, 10px);
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-brand, #142038);
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(20, 32, 56, 0.06);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fqb-link-card:visited {
    color: var(--fq-color-brand, #142038);
}

.fqb-link-card:hover,
.fqb-link-card:focus {
    border-color: color-mix(in srgb, var(--fq-color-action, #ff6240) 36%, var(--fq-color-border, #e7e9e6));
    box-shadow: 0 18px 34px rgba(20, 32, 56, 0.11);
    color: var(--fq-color-brand, #142038);
    transform: translateY(-2px);
}

.fqb-link-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(54px, 5vw, 74px);
    height: clamp(54px, 5vw, 74px);
    color: var(--fq-color-brand, #142038);
}

.fqb-link-card__icon .fqb-icon {
    width: 100%;
    height: 100%;
    stroke-width: 1.65;
}

.fqb-link-card__body {
    display: grid;
    gap: 0.42rem;
    min-width: 0;
}

.fqb-link-card__body strong {
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.12rem, 1rem + 0.45vw, 1.42rem);
    line-height: 1.08;
}

.fqb-link-card__body small {
    color: var(--fq-color-muted, #5e6a72);
    font-size: clamp(0.95rem, 0.9rem + 0.22vw, 1.06rem);
    font-weight: 500;
    line-height: 1.45;
}

.fqb-link-card__arrow {
    color: var(--fq-color-brand, #142038);
}

.fqb-link-card__arrow .fqb-icon {
    width: 30px;
    height: 30px;
    stroke-width: 2.4;
}

.fqb-explore-columns-block {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-explore-columns__header {
    max-width: 860px;
    margin: 0 auto 1.7rem;
    text-align: center;
}

.fqb-explore-columns {
    display: grid;
    grid-template-columns: repeat(var(--fqb-explore-column-count, 4), minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-lg, 14px);
    background: var(--fq-color-surface, #fff);
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-explore-column {
    display: grid;
    align-content: start;
    gap: 1rem;
    min-height: 220px;
    padding: clamp(22px, 2.6vw, 34px) clamp(18px, 2.2vw, 30px);
    color: var(--fq-color-text, #142038);
}

.fqb-explore-column + .fqb-explore-column {
    border-left: 1px solid var(--fq-color-border, #e7e9e6);
}

.fqb-explore-column__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.72rem;
}

.fqb-explore-column__icon {
    display: inline-grid;
    place-items: center;
    color: var(--fq-color-muted, #5e6a72);
}

.fqb-explore-column__icon .fqb-icon {
    width: 30px;
    height: 30px;
    stroke-width: 1.85;
}

.fqb-explore-column h3 {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-body, Inter, system-ui, sans-serif);
    font-size: clamp(0.98rem, 0.92rem + 0.22vw, 1.1rem);
    font-weight: 900;
    line-height: 1.15;
}

.fqb-explore-column__list {
    display: grid;
    gap: 0.74rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fqb-explore-column__list a,
.fqb-explore-column__list span {
    color: var(--fq-color-muted, #5e6a72);
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none;
}

.fqb-explore-column__list a:hover,
.fqb-explore-column__list a:focus {
    color: var(--fq-color-brand, #142038);
}

.fqb-explore-column__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    align-self: end;
    margin-top: auto;
    color: var(--fq-color-action, #ff6240);
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}

.fqb-explore-column__cta:visited {
    color: var(--fq-color-action, #ff6240);
}

.fqb-explore-column__cta:hover,
.fqb-explore-column__cta:focus {
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-explore-column__cta .fqb-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.4;
}

.fqb-info-cards-block {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-info-cards__header {
    max-width: 880px;
    margin: 0 auto 1.3rem;
    text-align: center;
}

.fqb-info-cards__header .fqb-title {
    font-size: clamp(1.55rem, 1.25rem + 0.95vw, 2rem);
}

.fqb-info-cards {
    display: grid;
    grid-template-columns: repeat(var(--fqb-info-card-count, 3), minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
}

.fqb-info-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(16px, 2vw, 22px);
    min-height: 170px;
    padding: clamp(22px, 2.7vw, 34px);
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-md, 10px);
    background: var(--fq-color-surface, #fff);
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-info-card__icon {
    display: inline-grid;
    place-items: start center;
    color: var(--fq-color-action, #ff6240);
}

.fqb-info-card__icon .fqb-icon {
    width: clamp(40px, 4vw, 56px);
    height: clamp(40px, 4vw, 56px);
    stroke-width: 1.85;
}

.fqb-info-card__body {
    display: grid;
    align-content: start;
    gap: 0.62rem;
}

.fqb-info-card h3 {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-body, Inter, system-ui, sans-serif);
    font-size: clamp(0.98rem, 0.92rem + 0.22vw, 1.1rem);
    font-weight: 900;
    line-height: 1.18;
}

.fqb-info-card p {
    margin: 0;
    color: var(--fq-color-muted, #5e6a72);
    font-size: clamp(0.9rem, 0.86rem + 0.18vw, 0.98rem);
    font-weight: 550;
    line-height: 1.55;
}

.fqb-guide-cards-block {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-guide-cards__header {
    max-width: 880px;
    margin: 0 auto 1.3rem;
    text-align: center;
}

.fqb-guide-cards__header .fqb-title {
    font-size: clamp(1.55rem, 1.25rem + 0.95vw, 2rem);
}

.fqb-guide-cards {
    display: grid;
    grid-template-columns: repeat(var(--fqb-guide-card-count, 3), minmax(0, 1fr));
    gap: clamp(16px, 2.2vw, 28px);
}

.fqb-guide-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-md, 10px);
    background: var(--fq-color-surface, #fff);
    box-shadow: var(--fq-shadow-card, 0 10px 24px rgba(20, 32, 56, 0.07));
}

.fqb-guide-card__media {
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 7.2;
    overflow: hidden;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--fq-color-brand, #142038) 82%, #fff), color-mix(in srgb, var(--fq-color-action, #ff6240) 55%, #fff));
    color: #fff;
}

.fqb-guide-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.fqb-guide-card:hover .fqb-guide-card__media img,
.fqb-guide-card:focus-within .fqb-guide-card__media img {
    transform: scale(1.025);
}

.fqb-guide-card__media--empty .fqb-icon {
    width: 52px;
    height: 52px;
    stroke-width: 1.7;
}

.fqb-guide-card__body {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    padding: clamp(18px, 2.1vw, 24px);
}

.fqb-guide-card__category {
    margin: 0;
    color: var(--fq-color-action, #ff6240);
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1.1;
}

.fqb-guide-card h3 {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.18rem, 1.04rem + 0.45vw, 1.45rem);
    line-height: 1.08;
}

.fqb-guide-card h3 a {
    color: inherit;
    text-decoration: none;
}

.fqb-guide-card__text {
    margin: 0;
    color: var(--fq-color-muted, #5e6a72);
    font-size: clamp(0.94rem, 0.88rem + 0.2vw, 1rem);
    font-weight: 520;
    line-height: 1.55;
}

.fqb-guide-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    width: fit-content;
    margin-top: auto;
    color: var(--fq-color-action, #ff6240);
    font-weight: 900;
    text-decoration: none;
}

.fqb-guide-card__cta:visited {
    color: var(--fq-color-action, #ff6240);
}

.fqb-guide-card__cta:hover,
.fqb-guide-card__cta:focus {
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-guide-card__cta .fqb-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.4;
}

.fqb-availability-block {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-availability-cta {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(24px, 4vw, 50px);
    padding: clamp(18px, 2.4vw, 28px);
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-lg, 14px);
    background: var(--fq-color-surface, #fff);
    box-shadow: 0 14px 34px rgba(20, 32, 56, 0.08);
}

.fqb-availability-cta__media {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: var(--fq-radius-md, 10px);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--fq-color-brand, #142038) 92%, #fff), color-mix(in srgb, var(--fq-color-action, #ff6240) 70%, #fff));
}

.fqb-availability-cta__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fqb-availability-cta__media--empty {
    display: grid;
    place-items: center;
    color: #fff;
}

.fqb-availability-cta__media--empty .fqb-icon {
    width: clamp(62px, 9vw, 98px);
    height: clamp(62px, 9vw, 98px);
    stroke-width: 1.55;
}

.fqb-availability-cta__content {
    display: grid;
    gap: clamp(16px, 2vw, 22px);
}

.fqb-availability-cta h2 {
    margin: 0;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(2rem, 1.55rem + 1.7vw, 3rem);
    line-height: 1.02;
}

.fqb-availability-cta p {
    max-width: 760px;
    margin: 0;
    color: var(--fq-color-muted, #5e6a72);
    font-size: clamp(1.02rem, 0.95rem + 0.35vw, 1.2rem);
    font-weight: 650;
    line-height: 1.55;
}

.fqb-availability-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 3.2vw, 56px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.fqb-availability-steps li {
    position: relative;
    display: grid;
    place-items: center;
}

.fqb-availability-steps li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 76px);
    width: calc(100% - 118px);
    border-top: 3px dotted color-mix(in srgb, var(--fq-color-muted, #5e6a72) 38%, transparent);
    transform: translateY(-50%);
}

.fqb-availability-steps__circle {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.56rem;
    width: clamp(138px, 12vw, 168px);
    aspect-ratio: 1;
    padding: 1rem;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: 999px;
    background: var(--fq-color-surface, #fff);
    color: var(--fq-color-brand, #142038);
    text-align: center;
}

.fqb-availability-steps__circle .fqb-icon {
    width: clamp(34px, 3.4vw, 48px);
    height: clamp(34px, 3.4vw, 48px);
    stroke-width: 1.8;
}

.fqb-availability-steps__circle small {
    color: var(--fq-color-text, #142038);
    font-size: clamp(0.84rem, 0.76rem + 0.25vw, 0.98rem);
    font-weight: 900;
    line-height: 1.22;
}

.fqb-availability-steps__number {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 8px;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 3px solid var(--fq-color-surface, #fff);
    border-radius: 999px;
    background: var(--fq-color-action, #ff6240);
    color: var(--fq-color-on-action, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1;
}

.fqb-availability-cta__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
    gap: clamp(12px, 2vw, 26px);
}

.fqb-availability-cta__actions .fqb-button {
    min-height: 56px;
    font-size: 1.05rem;
}

.fqb-booking-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
    gap: clamp(20px, 4vw, 42px);
    padding: clamp(22px, 4vw, 42px);
}

.fqb-booking-cta h2 {
    margin: 0 0 0.85rem;
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.7rem, 1.3rem + 1.3vw, 2.45rem);
}

.fqb-booking-cta p {
    color: var(--fq-color-muted, #5e6a72);
    font-size: 1.05rem;
    line-height: 1.6;
}

.fqb-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.fqb-process li {
    display: grid;
    gap: 0.65rem;
    padding: 14px;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-sm, 8px);
    font-weight: 800;
}

.fqb-process .fqb-icon {
    color: var(--fq-color-brand, #142038);
    width: 28px;
    height: 28px;
}

.fqb-booking-cta__side {
    display: grid;
    align-content: center;
    gap: 12px;
}

.fqb-seo-wrap {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
    gap: 18px;
}

.fqb-seo-content,
.fqb-faq-list {
    padding: clamp(18px, 2.4vw, 24px);
}

.fqb-seo-content p {
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.7;
}

.fqb-faq-block {
    background: var(--fq-color-page, #f7f7f5);
}

.fqb-faq-header {
    display: grid;
    gap: 0.45rem;
    max-width: 860px;
    margin: 0 auto clamp(18px, 3vw, 28px);
    text-align: center;
}

.fqb-faq-block .fqb-faq-list {
    display: grid;
    gap: 6px;
    max-width: 1120px;
    margin-inline: auto;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.fqb-faq-list details {
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--fq-color-border, #e7e9e6);
    border-radius: var(--fq-radius-sm, 8px);
    background: var(--fq-color-surface, #fff);
    box-shadow: 0 8px 18px rgba(20, 32, 56, 0.045);
}

.fqb-faq-list details:last-child {
    border-bottom: 1px solid var(--fq-color-border, #e7e9e6);
}

.fqb-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    padding: clamp(14px, 2vw, 20px) clamp(16px, 2.6vw, 28px);
    color: var(--fq-color-text, #142038);
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: clamp(1.02rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: 900;
    line-height: 1.15;
    list-style: none;
}

.fqb-faq-list summary::-webkit-details-marker {
    display: none;
}

.fqb-faq-list summary .fqb-icon {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    transition: transform 160ms ease;
}

.fqb-faq-list details[open] summary .fqb-icon {
    transform: rotate(90deg);
}

.fqb-faq-list p {
    max-width: 86ch;
    margin: 0;
    padding: 0 clamp(16px, 2.6vw, 28px) clamp(16px, 2vw, 20px);
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.7;
}

@media (max-width: 980px) {
    .fqb-hero__inner,
    .fqb-availability-cta,
    .fqb-booking-cta,
    .fqb-seo-wrap {
        grid-template-columns: 1fr;
    }

    .fqb-grid--3,
    .fqb-farm-cards__grid,
    .fqb-link-grid,
    .fqb-explore-columns,
    .fqb-info-cards,
    .fqb-guide-cards,
    .fqb-process,
    .fqb-rental-grid,
    .fqb-rental-results__filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fqb-hero-trust__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fqb-hero-trust__item {
        border-right: 0;
        border-bottom: 0;
    }

    .fqb-hero-trust__item:nth-child(odd) {
        border-right: 0;
    }

    .fqb-hero-trust__item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .fqb-hero-trust__item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .fqb-explore-column + .fqb-explore-column {
        border-left: 0;
    }

    .fqb-explore-column:nth-child(even) {
        border-left: 1px solid var(--fq-color-border, #e7e9e6);
    }

    .fqb-explore-column:nth-child(n + 3) {
        border-top: 1px solid var(--fq-color-border, #e7e9e6);
    }

    .fqb-availability-cta__media {
        aspect-ratio: 16 / 8;
    }

    .fqb-availability-steps {
        gap: 16px;
    }
}

@media (max-width: 620px) {
    .fqb-grid--3,
    .fqb-farm-cards__grid,
    .fqb-link-grid,
    .fqb-explore-columns,
    .fqb-info-cards,
    .fqb-guide-cards,
    .fqb-form-grid,
    .fqb-process,
    .fqb-rental-grid,
    .fqb-rental-results__filters {
        grid-template-columns: 1fr;
    }

    .fqb-rental-results__head--with-media {
        grid-template-columns: 1fr;
    }

    .fqb-button {
        width: 100%;
    }

    .fqb-link-card {
        grid-template-columns: auto minmax(0, 1fr) auto;
        min-height: 112px;
    }

    .fqb-link-card__icon {
        width: 48px;
        height: 48px;
    }

    .fqb-explore-column,
    .fqb-explore-column:nth-child(even),
    .fqb-explore-column:nth-child(n + 3) {
        min-height: auto;
        border-left: 0;
        border-top: 1px solid var(--fq-color-border, #e7e9e6);
    }

    .fqb-explore-column:first-child {
        border-top: 0;
    }

    .fqb-info-card {
        min-height: auto;
    }

    .fqb-availability-cta {
        padding: 14px;
    }

    .fqb-availability-cta__media {
        aspect-ratio: 16 / 11;
    }

    .fqb-availability-cta h2 {
        font-size: clamp(1.75rem, 10vw, 2.35rem);
    }

    .fqb-availability-steps {
        grid-template-columns: 1fr;
    }

    .fqb-availability-steps li {
        justify-items: stretch;
    }

    .fqb-availability-steps li:not(:last-child)::after {
        display: none;
    }

    .fqb-availability-steps__circle {
        width: 100%;
        min-height: 96px;
        aspect-ratio: auto;
        grid-template-columns: auto minmax(0, 1fr);
        align-content: center;
        justify-content: start;
        justify-items: start;
        padding: 1rem 1rem 1rem 3.1rem;
        border-radius: var(--fq-radius-md, 10px);
        text-align: left;
    }

    .fqb-availability-steps__number {
        top: 50%;
        left: 10px;
        width: 34px;
        height: 34px;
        font-size: 1rem;
        transform: translateY(-50%);
    }

    .fqb-availability-cta__actions {
        grid-template-columns: 1fr;
    }

    .fqb-hero {
        min-height: auto;
        padding-block: 42px;
    }

    .fqb-hero .fqb-title--hero {
        max-width: 100%;
        font-size: clamp(2.4rem, 13vw, 3.2rem);
    }

    .fqb-hero-trust__inner {
        grid-template-columns: 1fr;
    }

    .fqb-hero-trust__item,
    .fqb-hero-trust__item:nth-child(odd),
    .fqb-hero-trust__item:nth-last-child(-n + 2) {
        min-height: auto;
        border-right: 0;
        border-bottom: 0;
    }

    .fqb-hero-trust__item:last-child {
        grid-column: auto;
        border-bottom: 0;
    }
}

/* Portada editorial-comercial, pasada 2. */
.home .fqb-section {
    border-bottom: 1px solid var(--fq-color-border, #e7e9e6);
}

.home .fqb-eyebrow,
.home .fqb-card-location,
.home .fqb-farm-card__location,
.home .fqb-guide-card__category {
    letter-spacing: 0;
}

.home .fqb-hero {
    min-height: 560px;
    padding-block: 54px 72px;
    background-position: center 48%;
}

.home .fqb-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 500px);
    gap: clamp(30px, 5vw, 72px);
}

.home .fqb-hero__content {
    gap: 0.9rem;
}

.home .fqb-hero .fqb-title--hero {
    max-width: 13ch;
    font-size: clamp(3rem, 5.3vw, 4.5rem);
}

.home .fqb-hero__text {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.58;
}

.home .fqb-hero__paths {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0.45rem;
}

.home .fqb-hero__paths a {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    min-height: 38px;
    padding: 0.55rem 0.72rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(3, 17, 39, 0.28);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.home .fqb-hero__paths a:visited,
.home .fqb-hero__paths a:hover,
.home .fqb-hero__paths a:focus {
    color: #fff;
}

.home .fqb-hero__paths a:hover,
.home .fqb-hero__paths a:focus {
    background: rgba(255, 255, 255, 0.16);
}

.home .fqb-search-card--hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 22px;
    border-radius: 8px;
}

.home .fqb-search-card__intro,
.home .fqb-search-card--hero > .fqb-button,
.home .fqb-search-card__whatsapp-error {
    grid-column: 1 / -1;
}

.home .fqb-search-card__intro {
    display: grid;
    gap: 2px;
    margin-bottom: 3px;
}

.home .fqb-search-card__intro strong {
    color: #142038;
    font-family: var(--fq-font-heading, "Baloo 2", system-ui, sans-serif);
    font-size: 1.25rem;
    line-height: 1.1;
}

.home .fqb-search-card__intro small {
    color: #5e6a72;
    line-height: 1.45;
}

.home .fqb-search-card--hero .fqb-field input,
.home .fqb-search-card--hero .fqb-field select {
    min-width: 0;
    min-height: 52px;
    padding-top: 0.68rem;
    padding-bottom: 0.68rem;
    border-width: 1px;
}

.home .fqb-search-card--hero .fqb-button {
    min-height: 50px;
}

.home .fqb-hero-trust {
    position: relative;
    z-index: 2;
}

.home .fqb-hero-trust__inner {
    margin-top: -28px;
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(20, 32, 56, 0.1);
}

.home .fqb-hero-trust__item {
    min-height: 112px;
    gap: 0.65rem;
    padding: 0.95rem;
}

.home .fqb-hero-trust__item > .fqb-icon {
    width: 34px;
    height: 34px;
}

.home .fqb-hero-trust__item strong {
    font-size: 1rem;
    line-height: 1.12;
}

.home .fqb-hero-trust__item small {
    font-size: 0.78rem;
    line-height: 1.32;
}

.home .fqb-hero-trust__item > .fqb-hero-trust__arrow {
    width: 15px;
    height: 15px;
}

.home .fqb-hero-trust__rnt {
    margin-top: 0;
    padding-block: 14px 18px;
    font-size: 0.88rem;
}

.home .fqb-link-grid-block {
    background: #fff;
}

.home .fqb-farm-cards {
    background: var(--fq-color-surface-soft, #f1f2f0);
}

.home .fqb-guide-cards-block {
    background: var(--fq-color-action-soft, #f1f2f0);
}

.home .fqb-explore-columns-block {
    background: var(--fq-color-info-soft, #f1f2f0);
}

.fqb-eyebrow,
.fqb-card-location,
.fqb-guide-card__category {
    color: var(--fq-color-action-strong, #c63b22);
}

.fqb-rental-card__proximity {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 8px;
    margin: 0;
    padding: 9px 11px;
    color: var(--fq-color-brand, #142038);
    background: var(--fq-color-surface-soft, #f1f2f0);
    border-left: 3px solid var(--fq-color-action-strong, #c63b22);
    border-radius: 5px;
    font-size: 13px;
    line-height: 1.25;
}

.fqb-rental-card__proximity svg {
    width: 17px;
    height: 17px;
}

.fqb-rental-card__proximity small {
    color: var(--fq-color-text-soft, #5e6a72);
}

.fqb-rental-card__proximity--pending {
    color: var(--fq-color-text-soft, #5e6a72);
    border-left-color: var(--fq-color-border, #dfe3e6);
}

.home .fqb-info-cards-block,
.home .fqb-availability-block {
    background: #fff;
}

.home .fqb-link-grid__header,
.home .fqb-explore-columns__header,
.home .fqb-info-cards__header,
.home .fqb-guide-cards__header {
    max-width: 800px;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
}

.home .fqb-farm-cards__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    max-width: none;
    margin-bottom: clamp(22px, 3vw, 34px);
    text-align: left;
}

.home .fqb-farm-cards__header > div {
    max-width: 760px;
}

.home .fqb-farm-cards__intro {
    margin: 0.75rem 0 0;
    color: var(--fq-color-muted, #5e6a72);
    line-height: 1.65;
}

.home .fqb-farm-cards__all {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.45rem;
    color: #216448;
    font-weight: 800;
    text-decoration: none;
}

.home .fqb-farm-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(20, 32, 56, 0.08);
}

.home .fqb-farm-card__body {
    flex: 1;
}

.home .fqb-farm-card__actions {
    margin-top: auto;
}

.home .fqb-link-card,
.home .fqb-guide-card,
.home .fqb-info-card,
.home .fqb-explore-columns,
.home .fqb-availability-cta,
.home .fqb-faq-list {
    border-radius: 8px;
}

.home .fqb-availability-cta {
    border: 0;
    background: #142038;
    box-shadow: none;
}

.home .fqb-availability-cta__content,
.home .fqb-availability-cta h2,
.home .fqb-availability-cta__content > p {
    color: #fff;
}

.home .fqb-availability-cta__content > p {
    opacity: 0.82;
}

.home .fqb-availability-cta .fqb-button--outline {
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff;
}

.home .fqb-availability-cta .fqb-button--outline:hover,
.home .fqb-availability-cta .fqb-button--outline:focus {
    background: #fff;
    color: #142038;
}

@media (max-width: 980px) {
    .home .fqb-hero {
        min-height: auto;
    }

    .home .fqb-hero__inner {
        grid-template-columns: 1fr;
    }

    .home .fqb-hero__content {
        max-width: 760px;
    }

    .home .fqb-search-card--hero {
        width: min(100%, 720px);
    }
}

@media (max-width: 620px) {
    .home .fqb-section {
        padding-block: 42px;
    }

    .home .fqb-hero {
        padding-block: 28px 42px;
    }

    .home .fqb-hero__inner {
        gap: 18px;
    }

    .home .fqb-hero__content {
        gap: 0.62rem;
    }

    .home .fqb-hero .fqb-title--hero {
        font-size: clamp(2.25rem, 11.5vw, 2.85rem);
        line-height: 0.98;
    }

    .home .fqb-hero__text {
        font-size: 0.96rem;
        line-height: 1.48;
    }

    .home .fqb-hero__paths {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home .fqb-hero__paths a {
        min-width: 0;
        justify-content: center;
        padding: 0.48rem 0.3rem;
        font-size: 0.76rem;
        text-align: center;
    }

    .home .fqb-hero__paths .fqb-icon {
        display: none;
    }

    .home .fqb-search-card--hero {
        gap: 8px;
        padding: 14px;
    }

    .home .fqb-search-card__intro {
        margin-bottom: 0;
    }

    .home .fqb-search-card__intro strong {
        font-size: 1.08rem;
    }

    .home .fqb-search-card__intro small {
        display: block;
        font-size: 0.78rem;
    }

    .home .fqb-search-card--hero .fqb-field input,
    .home .fqb-search-card--hero .fqb-field select {
        min-height: 48px;
        padding-right: 2.2rem;
        padding-left: 0.7rem;
        font-size: 0.82rem;
    }

    .home .fqb-search-card--hero .fqb-field--with-icon .fqb-icon {
        right: 0.65rem;
        width: 17px;
        height: 17px;
    }

    .home .fqb-search-card--hero .fqb-button {
        min-height: 46px;
    }

    .home .fqb-hero-trust__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: -20px;
    }

    .home .fqb-hero-trust__item,
    .home .fqb-hero-trust__item:nth-child(odd),
    .home .fqb-hero-trust__item:nth-last-child(-n + 2) {
        display: block;
        min-height: 88px;
        padding: 0.85rem;
        border-right: 0;
        border-bottom: 0;
    }

    .home .fqb-hero-trust__item:nth-child(odd) {
        border-right: 0;
    }

    .home .fqb-hero-trust__item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .home .fqb-hero-trust__item > .fqb-icon,
    .home .fqb-hero-trust__arrow {
        display: none;
    }

    .home .fqb-hero-trust__item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        min-height: 76px;
    }

    .home .fqb-hero-trust__item strong {
        font-size: 0.96rem;
    }

    .home .fqb-hero-trust__item small {
        margin-top: 0.28rem;
        font-size: 0.75rem;
    }

    .home .fqb-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home .fqb-link-card {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 106px;
        padding: 0.8rem;
    }

    .home .fqb-link-card__icon {
        width: 38px;
        height: 38px;
    }

    .home .fqb-link-card__body small,
    .home .fqb-link-card__arrow {
        display: none;
    }

    .home .fqb-farm-cards__header {
        align-items: start;
        flex-direction: column;
        gap: 12px;
    }

    .home .fqb-farm-cards__all {
        min-height: 40px;
    }

    .home .fqb-farm-cards__grid {
        display: grid;
        grid-auto-columns: min(84vw, 320px);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding: 0 1rem 12px 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .home .fqb-farm-card {
        scroll-snap-align: start;
    }

    .home .fqb-guide-cards {
        display: grid;
        grid-auto-columns: min(84vw, 320px);
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding: 0 1rem 12px 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: thin;
    }

    .home .fqb-guide-card {
        scroll-snap-align: start;
    }
}

/* Mantener la banda visual de catalogo despues de las reglas base. */
.fqb-rental-hub ~ .fqb-farm-cards {
    background: var(--fq-color-info-soft, #f1f2f0);
}

