:root {
    --tbc-refresh-navy: #0a2634;
    --tbc-refresh-navy-deep: #061d29;
    --tbc-refresh-gold: #dba65d;
    --tbc-refresh-gold-light: #efc893;
    --tbc-refresh-ice: #edf5f7;
    --tbc-refresh-white: #fff;
    --tbc-refresh-ink: #102d3c;
    --tbc-refresh-muted: #60727b;
    --tbc-refresh-border: #d5dee2;
    --tbc-refresh-content-max: 1680px;
    --tbc-refresh-page-gutter: 40px;
}

body.tbc-home-refresh {
    margin: 0;
    background: var(--tbc-refresh-white);
    color: var(--tbc-refresh-ink);
    font-family: "brandon-grotesque", "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

.tbc-home-refresh * {
    box-sizing: border-box;
}

.tbc-home-refresh .container {
    width: min(var(--tbc-refresh-content-max), calc(100% - 80px));
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
}

.tbc-home-refresh a {
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.tbc-home-refresh .header-section {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(6, 29, 41, 0.96), rgba(6, 29, 41, 0.65) 58%, transparent);
    border: 0;
}

.tbc-home-refresh .header-section .nav-link,
.tbc-home-refresh .header-section a,
.tbc-home-refresh .header-section button {
    color: var(--tbc-refresh-white);
}

.tbc-home-refresh .landing {
    position: relative;
    display: flex;
    min-height: 720px !important;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
}

.tbc-home-refresh .landing__video {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tbc-home-refresh .landing__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 24, 34, 0.95) 0%, rgba(4, 24, 34, 0.75) 48%, rgba(4, 24, 34, 0.22) 78%),
        linear-gradient(0deg, rgba(4, 24, 34, 0.56), transparent 55%);
}

.tbc-home-refresh .landing__container {
    display: flex;
    min-height: 720px;
    align-items: center;
    padding-top: 108px;
    padding-bottom: 64px;
}

.tbc-home-refresh .landing__container > .row,
.tbc-home-refresh .landing__container .col-lg-12 {
    width: 100%;
}

.tbc-home-refresh .landing__content {
    width: min(720px, 100%);
}

.tbc-home-refresh .landing__content-item,
.tbc-home-refresh .landing__content-title {
    width: 100% !important;
    max-width: 720px !important;
    padding-top: 0 !important;
}

.tbc-home-refresh .landing__content-title h3 {
    margin: 0 0 14px;
    color: var(--tbc-refresh-gold);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

.tbc-home-refresh .landing__content-title h1 {
    max-width: 700px;
    margin: 0;
    color: var(--tbc-refresh-white);
    font-size: clamp(2.8rem, 4.6vw, 4.4rem);
    font-weight: 500;
    line-height: 0.98;
}

.tbc-home-refresh .landing__content-title p {
    max-width: 650px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
}

.tbc-home-refresh .landing__content-item-ideal {
    margin-top: 26px;
    padding: 12px 0 12px 32px !important;
}

.tbc-home-refresh .btn-big,
.tbc-home-refresh .how-to__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tbc-refresh-gold);
    border-radius: 6px;
    background: var(--tbc-refresh-gold);
    color: var(--tbc-refresh-navy-deep);
    padding: 11px 22px;
    box-shadow: none;
}

.tbc-home-refresh .btn-big a,
.tbc-home-refresh .how-to__button a {
    color: inherit;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: none;
}

.tbc-home-refresh .btn-big:hover,
.tbc-home-refresh .how-to__button:hover {
    border-color: var(--tbc-refresh-gold-light);
    background: var(--tbc-refresh-gold-light);
    transform: translateY(-1px);
}

.tbc-home-refresh > .text-block {
    padding: 84px 0 !important;
    background: var(--tbc-refresh-white);
}

.tbc-home-refresh > .landing + .text-block {
    padding-bottom: 32px !important;
}

.tbc-home-refresh > .landing + .text-block + .text-block {
    padding-top: 0 !important;
    padding-bottom: 76px !important;
}

.tbc-home-refresh .text-block__wrapper > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding-bottom: 0 !important;
}

.tbc-home-refresh .text-block__title,
.tbc-home-refresh .text-block__description {
    max-width: 1280px;
    margin-inline: auto;
}

.tbc-home-refresh .text-block__title h2,
.tbc-home-refresh .text-block__description h2 {
    margin: 0 0 24px;
    color: var(--tbc-refresh-navy);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    font-weight: 500;
    line-height: 1.08;
    text-align: left;
}

.tbc-home-refresh .text-block__description p {
    margin: 0 0 18px;
    color: #435c68;
    font-size: 1.06rem;
    line-height: 1.68;
}

.tbc-home-refresh .text-block__description a {
    color: #a35a24;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.tbc-home-refresh .tbc-refresh-intro {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(44px, 6vw, 82px);
    align-items: stretch;
    margin: 0;
    padding: 96px max(var(--tbc-refresh-page-gutter), calc((100vw - var(--tbc-refresh-content-max)) / 2));
    background: var(--tbc-refresh-navy-deep);
}

.tbc-home-refresh .tbc-refresh-intro__image {
    min-height: 650px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.tbc-home-refresh .tbc-refresh-intro__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 46% center;
}

.tbc-home-refresh .tbc-refresh-intro__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
}

.tbc-home-refresh .tbc-refresh-intro .text-block {
    padding: 0 !important;
    background: transparent;
}

.tbc-home-refresh .tbc-refresh-intro .container {
    width: 100%;
    margin: 0;
}

.tbc-home-refresh .tbc-refresh-intro .text-block__wrapper {
    display: block;
    margin: 0;
}

.tbc-home-refresh .tbc-refresh-intro .text-block__wrapper > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding: 0 !important;
}

.tbc-home-refresh .tbc-refresh-intro .text-block__title,
.tbc-home-refresh .tbc-refresh-intro .text-block__description {
    max-width: none;
    margin: 0;
}

.tbc-home-refresh .tbc-refresh-intro .text-block__title h2 {
    margin: 0 0 28px;
    color: var(--tbc-refresh-white);
    font-size: clamp(2.2rem, 3.3vw, 3.1rem);
    font-weight: 500;
    line-height: 1.02;
}

.tbc-home-refresh .tbc-refresh-intro .text-block__description p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.05rem;
    line-height: 1.68;
}

.tbc-home-refresh .tbc-refresh-intro .text-block__description a {
    color: var(--tbc-refresh-gold-light);
    font-weight: 700;
}

.tbc-home-refresh .tbc-refresh-intro .btn-big {
    width: auto !important;
    min-width: 220px;
    margin-top: 12px;
    padding: 0;
}

.tbc-home-refresh .tbc-refresh-intro .btn-big a {
    display: flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    color: var(--tbc-refresh-navy-deep) !important;
    padding: 11px 26px;
}

.tbc-home-refresh .tbc-refresh-intro__copy > .text-block + .text-block {
    margin-top: 26px;
    padding-top: 26px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.tbc-home-refresh .tbc-refresh-intro .read-more-button {
    width: fit-content;
    margin: 8px 0 0 !important;
    color: var(--tbc-refresh-gold-light);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
}

.tbc-home-refresh .tbc-refresh-intro .read-more-button i {
    color: currentColor;
}

.tbc-home-refresh #boats-list {
    padding: 84px 0 54px !important;
    background: var(--tbc-refresh-ice);
}

.tbc-home-refresh #boats-list::before {
    display: block;
    margin: 0 auto 38px;
    color: var(--tbc-refresh-navy);
    content: "Featured Ibiza boats and yachts";
    font-size: clamp(2.2rem, 4vw, 3.25rem);
    font-weight: 500;
    line-height: 1.08;
    text-align: center;
}

.tbc-home-refresh .boats-list__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
}

.tbc-home-refresh .boats-list__column {
    width: auto;
    padding: 0;
}

.tbc-home-refresh .boats-list__boat {
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--tbc-refresh-border);
    border-radius: 8px;
    background: var(--tbc-refresh-white);
    box-shadow: none;
}

.tbc-home-refresh .boats-list__img {
    height: 250px;
}

.tbc-home-refresh .boats-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tbc-home-refresh .boats-list__content {
    padding: 22px 22px 10px;
}

.tbc-home-refresh .boats-list__content h3 {
    color: var(--tbc-refresh-navy);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
}

.tbc-home-refresh .boats-list__content .price {
    color: var(--tbc-refresh-navy);
    font-size: 1.2rem;
    font-weight: 700;
}

.tbc-home-refresh .boats-list__content-info {
    padding: 14px 22px 20px;
    border-top: 1px solid var(--tbc-refresh-border);
    background: var(--tbc-refresh-white);
}

.tbc-home-refresh .tbc-refresh-boat-card__details {
    display: flex;
    min-height: 224px;
    flex: 1;
    flex-direction: column;
    padding: 22px 20px 20px;
}

.tbc-home-refresh .tbc-refresh-boat-card__title-link {
    color: var(--tbc-refresh-navy);
    text-decoration: none;
}

.tbc-home-refresh .tbc-refresh-boat-card__title {
    margin: 0;
    color: var(--tbc-refresh-navy);
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.25;
}

.tbc-home-refresh .tbc-refresh-boat-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin-top: 14px;
    color: var(--tbc-refresh-muted);
    font-size: 0.9rem;
}

.tbc-home-refresh .tbc-refresh-boat-card__meta span + span::before {
    margin-right: 14px;
    color: #9aabb3;
    content: "\00b7";
}

.tbc-home-refresh .tbc-refresh-boat-card__price {
    display: flex;
    gap: 5px;
    align-items: baseline;
    margin-top: 14px;
    color: var(--tbc-refresh-navy);
    font-size: 1rem;
    font-weight: 700;
}

.tbc-home-refresh .tbc-refresh-boat-card__price small {
    color: var(--tbc-refresh-muted);
    font-size: 0.82rem;
    font-weight: 500;
}

.tbc-home-refresh .tbc-refresh-boat-card__cta {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    border: 1px solid var(--tbc-refresh-gold);
    border-radius: 5px;
    color: var(--tbc-refresh-navy);
    padding: 10px 16px;
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
}

.tbc-home-refresh .tbc-refresh-boat-card__cta::after {
    content: "\2192";
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1;
}

.tbc-home-refresh .tbc-refresh-boat-card__cta:hover {
    background: var(--tbc-refresh-gold);
    color: var(--tbc-refresh-navy-deep);
}

.tbc-home-refresh > .button-block {
    padding: 24px 0 72px !important;
    background: var(--tbc-refresh-ice);
}

.tbc-home-refresh > .wp-block-columns.container {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    gap: 56px;
    align-items: center;
    margin: 0;
    padding: 72px max(var(--tbc-refresh-page-gutter), calc((100vw - var(--tbc-refresh-content-max)) / 2));
    background: var(--tbc-refresh-white);
}

.tbc-home-refresh > .wp-block-columns .text-block,
.tbc-home-refresh > .wp-block-columns .masonry-grid {
    padding: 0 !important;
}

.tbc-home-refresh > .wp-block-columns .text-block__title,
.tbc-home-refresh > .wp-block-columns .text-block__description {
    max-width: none;
}

.tbc-home-refresh .masonry-container {
    display: grid;
    height: 500px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tbc-home-refresh .masonry-item {
    overflow: hidden;
    min-height: 0;
    border-radius: 6px;
}

.tbc-home-refresh .masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tbc-home-refresh .tbc-refresh-why__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.tbc-home-refresh .tbc-refresh-why__highlights > div {
    min-width: 0;
    min-height: 94px;
    border: 1px solid var(--tbc-refresh-border);
    border-top: 4px solid var(--tbc-refresh-gold);
    border-radius: 5px;
    background: var(--tbc-refresh-white);
    padding: 17px 16px 18px;
}

.tbc-home-refresh .tbc-refresh-why__highlights strong,
.tbc-home-refresh .tbc-refresh-why__highlights span {
    display: block;
}

.tbc-home-refresh .tbc-refresh-why__highlights strong {
    color: var(--tbc-refresh-navy);
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.2;
}

.tbc-home-refresh .tbc-refresh-why__highlights span {
    margin-top: 7px;
    color: #435c68;
    font-size: 0.9rem;
    line-height: 1.4;
}

.tbc-home-refresh .tbc-refresh-why__more {
    margin-top: 24px;
}

.tbc-home-refresh .tbc-refresh-why__more[hidden] {
    display: none;
}

.tbc-home-refresh .tbc-refresh-why__toggle {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
    border: 1px solid var(--tbc-refresh-navy);
    border-radius: 5px;
    background: var(--tbc-refresh-navy);
    color: var(--tbc-refresh-white);
    padding: 11px 18px;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.tbc-home-refresh .tbc-refresh-why__toggle::after {
    content: "\2193";
    color: var(--tbc-refresh-gold-light);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
}

.tbc-home-refresh .tbc-refresh-why__toggle[aria-expanded="true"]::after {
    content: "\2191";
}

.tbc-home-refresh .tbc-refresh-why__toggle:hover {
    background: var(--tbc-refresh-gold);
    color: var(--tbc-refresh-navy-deep);
}

.tbc-home-refresh .tbc-refresh-why__toggle:hover::after {
    color: inherit;
}

@media (max-width: 767px) {
    .tbc-home-refresh .tbc-refresh-why__toggle {
        margin-bottom: 28px;
    }
}

.tbc-home-refresh > .wp-block-columns + .text-block {
    padding: 88px 0 !important;
    background: var(--tbc-refresh-ice);
}

.tbc-home-refresh > .wp-block-columns + .text-block > .container {
    width: 90% !important;
    max-width: 90% !important;
    margin-inline: auto;
    padding-inline: 40px;
}

.tbc-home-refresh > .wp-block-columns + .text-block .text-block__description {
    width: 100%;
    max-width: none;
}

.tbc-home-refresh > .wp-block-columns + .text-block .text-hidden {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.tbc-home-refresh > .wp-block-columns + .text-block .read-more-button {
    display: none !important;
}

.tbc-home-refresh > .wp-block-columns + .text-block h2 {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid var(--tbc-refresh-border);
}

.tbc-home-refresh > .wp-block-columns + .text-block h2:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.tbc-home-refresh > .wp-block-columns + .text-block h4 {
    margin: 18px 0 0;
    padding: 20px 22px 6px;
    border: 1px solid var(--tbc-refresh-border);
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    background: var(--tbc-refresh-white);
    color: var(--tbc-refresh-navy);
    font-size: 1.18rem;
    font-weight: 700;
}

.tbc-home-refresh > .wp-block-columns + .text-block h4 + p {
    margin-top: 0;
    padding: 4px 22px 20px;
    border: 1px solid var(--tbc-refresh-border);
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background: var(--tbc-refresh-white);
}

.tbc-home-refresh .tbc-refresh-faqs {
    max-width: 980px;
    margin: 72px auto 0;
    padding-top: 64px;
    border-top: 1px solid var(--tbc-refresh-border);
}

.tbc-home-refresh .tbc-ibiza-faq-block {
    padding: 0 0 88px !important;
    background: var(--tbc-refresh-ice);
}

.tbc-home-refresh .tbc-ibiza-faq-block > .container {
    width: 90% !important;
    max-width: 90% !important;
    margin-inline: auto;
    padding-inline: 40px;
}

.tbc-home-refresh .tbc-ibiza-faq-block .tbc-refresh-faqs {
    margin-top: 0;
}

.tbc-home-refresh .tbc-refresh-faqs__heading {
    max-width: 680px;
    margin: 0 auto 38px;
    text-align: center;
}

.tbc-home-refresh .tbc-refresh-faqs__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--tbc-refresh-gold);
    font-size: 0.96rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tbc-home-refresh .tbc-refresh-faqs__eyebrow::before,
.tbc-home-refresh .tbc-refresh-faqs__eyebrow::after {
    width: 28px;
    height: 1px;
    background: rgba(219, 166, 93, 0.65);
    content: "";
}

.tbc-home-refresh .tbc-refresh-faqs__heading h2 {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--tbc-refresh-navy);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 500;
    line-height: 1.1;
}

.tbc-home-refresh .tbc-refresh-faqs__item {
    border-bottom: 1px solid var(--tbc-refresh-border);
}

.tbc-home-refresh .tbc-refresh-faqs__item:first-child {
    border-top: 1px solid var(--tbc-refresh-border);
}

.tbc-home-refresh .tbc-refresh-faqs__question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 0;
    background: transparent;
    color: var(--tbc-refresh-navy);
    padding: 18px 4px;
    font: inherit;
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    cursor: pointer;
}

.tbc-home-refresh .tbc-refresh-faqs__question:hover,
.tbc-home-refresh .tbc-refresh-faqs__question:focus-visible {
    color: var(--tbc-refresh-gold);
}

.tbc-home-refresh .tbc-refresh-faqs__plus {
    flex: 0 0 auto;
    color: var(--tbc-refresh-gold);
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1;
}

.tbc-home-refresh .tbc-refresh-faqs__answer {
    padding: 0 54px 22px 4px;
}

.tbc-home-refresh .tbc-refresh-faqs__answer[hidden] {
    display: none;
}

.tbc-home-refresh .tbc-refresh-faqs__answer p {
    margin: 0 0 14px;
    color: var(--tbc-refresh-ink);
    font-size: 1rem;
    line-height: 1.7;
}

.tbc-home-refresh .tbc-refresh-faqs__answer p:last-child {
    margin-bottom: 0;
}

.tbc-home-refresh .tbc-refresh-faqs__question a,
.tbc-home-refresh .tbc-refresh-faqs__question a:visited,
.tbc-home-refresh .tbc-refresh-faqs__answer a,
.tbc-home-refresh .tbc-refresh-faqs__answer a:visited {
    color: var(--tbc-refresh-gold-light);
}

.tbc-home-refresh .how-to {
    padding: 78px 0 72px !important;
    background: var(--tbc-refresh-navy-deep) !important;
    color: var(--tbc-refresh-white);
}

.tbc-home-refresh .how-to__content {
    display: flex;
    width: min(1480px, calc(100% - 80px));
    flex-direction: column;
}

.tbc-home-refresh .how-to__h2 {
    order: 2;
    max-width: 760px;
    margin: 0 auto 58px;
    padding: 0 !important;
    color: var(--tbc-refresh-white);
    font-size: clamp(2.2rem, 3.5vw, 3.15rem);
    font-weight: 500;
    line-height: 1.06;
    text-align: center;
}

.tbc-home-refresh .how-to__h4 {
    display: flex;
    order: 1;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--tbc-refresh-gold);
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.tbc-home-refresh .how-to__h4::before,
.tbc-home-refresh .how-to__h4::after {
    width: 28px;
    height: 1px;
    background: rgba(239, 200, 147, 0.55);
    content: "";
}

.tbc-home-refresh .how-to__list {
    position: relative;
    display: grid;
    order: 3;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0 !important;
}

.tbc-home-refresh .how-to__list::before {
    position: absolute;
    top: 38px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: rgba(239, 200, 147, 0.3);
    content: "";
}

.tbc-home-refresh .how-to__list > div {
    position: relative;
    width: auto;
    padding: 0 clamp(22px, 2.4vw, 38px);
}

.tbc-home-refresh .how-to__card {
    position: relative;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--tbc-refresh-white);
    padding: 0 !important;
    text-align: left;
}

.tbc-home-refresh .how-to__card::after {
    position: absolute;
    z-index: 2;
    top: -9px;
    left: calc(50% + 18px);
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--tbc-refresh-navy-deep);
    border-radius: 50%;
    background: var(--tbc-refresh-gold);
    color: var(--tbc-refresh-navy-deep);
    content: attr(data-step);
    font-size: 0.68rem;
    font-weight: 800;
}

.tbc-home-refresh .how-to__card > a {
    position: relative;
    z-index: 1;
    display: flex;
    width: 82px;
    height: 82px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid rgba(239, 200, 147, 0.56);
    border-radius: 50%;
    background: #102f3d;
}

.tbc-home-refresh .how-to__card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.tbc-home-refresh .how-to__card .card-body {
    padding: 26px 0 0;
}

.tbc-home-refresh .how-to__h5 {
    margin: 0 0 10px;
    color: var(--tbc-refresh-gold-light);
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.tbc-home-refresh .how-to__p {
    max-width: 300px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.14rem;
    font-weight: 500;
    line-height: 1.58;
    text-align: center;
}

.tbc-home-refresh .how-to__p a {
    color: var(--tbc-refresh-gold-light);
    font-weight: 700;
    text-decoration: none;
}

.tbc-home-refresh .how-to__p a:hover,
.tbc-home-refresh .how-to__p a:focus-visible {
    color: var(--tbc-refresh-gold-light);
    opacity: 0.82;
}

.tbc-home-refresh .tbc-refresh-routes {
    padding: 82px 0 88px;
    background: var(--tbc-refresh-mist);
}

.tbc-home-refresh .tbc-refresh-routes > .container {
    width: min(var(--tbc-refresh-content-max), calc(100% - 80px));
    max-width: none;
}

.tbc-home-refresh .tbc-refresh-routes__heading {
    max-width: 1120px;
    margin: 0 0 34px;
}

.tbc-home-refresh .tbc-refresh-routes__heading h2 {
    max-width: 980px;
    margin: 0 0 16px;
    color: var(--tbc-refresh-navy-deep);
    font-size: clamp(2.15rem, 3.5vw, 3.35rem);
    font-weight: 500;
    line-height: 1.08;
}

.tbc-home-refresh .tbc-refresh-routes__intro,
.tbc-home-refresh .tbc-refresh-routes__intro p {
    margin: 0;
    color: #31505f;
    font-size: 1rem;
    line-height: 1.65;
}

.tbc-home-refresh .tbc-refresh-routes__intro a {
    color: #a35a24;
    font-weight: 700;
    text-decoration: none;
}

.tbc-home-refresh .tbc-refresh-routes__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tbc-home-refresh .tbc-refresh-routes__card {
    min-width: 0;
    border: 1px solid #cad8de;
    border-top: 3px solid var(--tbc-refresh-gold);
    border-radius: 5px;
    background: var(--tbc-refresh-white);
    padding: 25px 24px 27px;
}

.tbc-home-refresh .tbc-refresh-routes__card h3 {
    margin: 0 0 12px;
    color: var(--tbc-refresh-navy-deep);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.3;
}

.tbc-home-refresh .tbc-refresh-routes__card p {
    margin: 0;
    color: #405d69;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 1100px) {
    .tbc-home-refresh .tbc-refresh-routes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tbc-home-refresh .tbc-refresh-routes {
        padding: 58px 0 62px;
    }

    .tbc-home-refresh .tbc-refresh-routes > .container {
        width: min(var(--tbc-refresh-content-max), calc(100% - 36px));
    }

    .tbc-home-refresh .tbc-refresh-routes__heading {
        margin-bottom: 26px;
    }

    .tbc-home-refresh .tbc-refresh-routes__heading h2 {
        font-size: 2rem;
    }

    .tbc-home-refresh .tbc-refresh-routes__grid {
        grid-template-columns: 1fr;
    }
}

.tbc-home-refresh .how-to__button-wrapper {
    display: flex;
    order: 4;
    justify-content: center;
    margin-top: 38px;
}

.tbc-home-refresh .how-to__button-wrapper .how-to__button {
    width: auto;
    min-width: 236px;
    padding: 0;
}

.tbc-home-refresh .how-to__button-wrapper .how-to__button a {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.tbc-home-refresh .how-to + .button-block {
    padding: 54px 0 60px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #0b2633;
}

.tbc-home-refresh .how-to + .button-block .button-block__wrapper {
    display: grid;
    max-width: 1120px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0 auto;
}

.tbc-home-refresh .tbc-refresh-next-actions__header {
    margin: 0 auto 28px;
    text-align: center;
}

.tbc-home-refresh .tbc-refresh-next-actions__header span {
    display: block;
    margin-bottom: 8px;
    color: var(--tbc-refresh-gold);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tbc-home-refresh .tbc-refresh-next-actions__header h2 {
    margin: 0;
    color: var(--tbc-refresh-white);
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
}

.tbc-home-refresh .tbc-refresh-next-actions__item {
    width: auto;
    padding: 0;
}

.tbc-home-refresh .how-to + .button-block .how-to__button {
    width: 100%;
    min-height: 58px;
    border-color: var(--tbc-refresh-gold);
    background: var(--tbc-refresh-gold);
    color: var(--tbc-refresh-navy-deep) !important;
    padding: 0;
}

.tbc-home-refresh .how-to + .button-block .how-to__button a {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    color: var(--tbc-refresh-navy-deep) !important;
    padding: 10px 18px;
}

.tbc-home-refresh .how-to + .button-block .how-to__button a::after {
    content: "\2192";
    font-size: 1.25rem;
    font-weight: 400;
}

.tbc-home-refresh .tbc-refresh-next-actions__item.is-primary .how-to__button {
    border-color: var(--tbc-refresh-gold);
    background: var(--tbc-refresh-gold);
}

.tbc-home-refresh .tbc-refresh-next-actions__item.is-primary .how-to__button a {
    color: var(--tbc-refresh-navy-deep) !important;
}

.tbc-home-refresh .how-to + .button-block .how-to__button:hover {
    border-color: var(--tbc-refresh-gold-light);
    background: var(--tbc-refresh-gold-light);
    color: var(--tbc-refresh-navy-deep);
}

.tbc-home-refresh .how-to + .button-block .how-to__button:hover a {
    color: var(--tbc-refresh-navy-deep) !important;
}

.tbc-home-refresh .banner {
    position: relative;
    padding: 96px 0 !important;
    isolation: isolate;
    background-position: center;
    background-size: cover;
}

.tbc-home-refresh .banner::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 24, 34, 0.96), rgba(4, 24, 34, 0.76));
    content: "";
}

.tbc-home-refresh .banner__wrapper {
    max-width: none;
    padding: 0 !important;
}

.tbc-home-refresh .tbc-refresh-trust {
    min-height: 560px;
    display: flex;
    align-items: center;
    background-position: center 42%;
    background-size: cover;
    border-top: 1px solid rgba(239, 200, 147, 0.2);
    border-bottom: 1px solid rgba(239, 200, 147, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.tbc-home-refresh .tbc-refresh-trust::before {
    background:
        linear-gradient(90deg, rgba(4, 24, 34, 0.95) 0%, rgba(4, 24, 34, 0.86) 50%, rgba(4, 24, 34, 0.58) 100%);
}

.tbc-home-refresh .tbc-refresh-trust > .container {
    width: min(var(--tbc-refresh-content-max), calc(100% - 80px));
}

.tbc-home-refresh .tbc-refresh-trust .banner__text {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: clamp(56px, 7vw, 96px);
    align-items: center;
}

.tbc-home-refresh .tbc-refresh-trust__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: var(--tbc-refresh-gold);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tbc-home-refresh .tbc-refresh-trust .banner__text h2:first-of-type {
    max-width: 680px;
    margin: 0 0 24px;
    color: var(--tbc-refresh-white);
    font-size: clamp(2.35rem, 3.8vw, 3.55rem);
    font-weight: 500;
    line-height: 1.04;
}

.tbc-home-refresh .tbc-refresh-trust .banner__text p {
    max-width: 680px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1rem;
    line-height: 1.65;
}

.tbc-home-refresh .tbc-refresh-trust .banner__text p span {
    color: inherit !important;
}

.tbc-home-refresh .tbc-refresh-trust .banner__text p a,
.tbc-home-refresh .tbc-refresh-trust .banner__text p a:visited {
    color: var(--tbc-refresh-gold-light) !important;
}

.tbc-home-refresh .tbc-refresh-trust__panel {
    border-left: 1px solid rgba(239, 200, 147, 0.42);
    padding: 8px 0 8px clamp(30px, 4vw, 54px);
}

.tbc-home-refresh .tbc-refresh-trust__panel h3 {
    margin: 0 0 22px;
    color: var(--tbc-refresh-white);
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.25;
}

.tbc-home-refresh .tbc-refresh-trust__benefits {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tbc-home-refresh .tbc-refresh-trust__benefits li {
    position: relative;
    color: rgba(255, 255, 255, 0.84);
    padding-left: 26px;
    font-size: 0.96rem;
    line-height: 1.4;
}

.tbc-home-refresh .tbc-refresh-trust__benefits li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tbc-refresh-gold);
    content: "\2713";
    font-weight: 800;
}

.tbc-home-refresh .tbc-refresh-trust__actions {
    display: grid;
    grid-template-columns: minmax(170px, 0.72fr) minmax(280px, 1.28fr);
    gap: 12px;
    margin-top: 30px;
}

.tbc-home-refresh .tbc-refresh-trust__actions a {
    display: flex;
    min-height: 52px;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(239, 200, 147, 0.58);
    border-radius: 5px;
    color: var(--tbc-refresh-white);
    padding: 7px 14px;
    text-decoration: none;
}

.tbc-home-refresh .tbc-refresh-trust__actions a:hover {
    border-color: var(--tbc-refresh-gold);
    background: var(--tbc-refresh-gold);
    color: var(--tbc-refresh-navy-deep);
}

.tbc-home-refresh .tbc-refresh-trust__actions span {
    color: var(--tbc-refresh-gold-light);
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tbc-home-refresh .tbc-refresh-trust__actions a:hover span {
    color: inherit;
}

.tbc-home-refresh .tbc-refresh-trust__actions strong {
    margin-top: 3px;
    overflow-wrap: anywhere;
    font-size: 0.9rem;
}

.tbc-home-refresh .banner__text h2:first-child {
    margin: 0 0 22px;
    color: var(--tbc-refresh-white);
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    font-weight: 500;
    line-height: 1.08;
}

.tbc-home-refresh .banner__text p,
.tbc-home-refresh .banner__text > span {
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 1.08rem;
    line-height: 1.65;
}

.tbc-home-refresh .banner__text h2:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0;
}

.tbc-home-refresh .banner__text h2:last-child a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    border: 1px solid var(--tbc-refresh-gold);
    border-radius: 6px;
    color: var(--tbc-refresh-white);
    padding: 10px 18px;
    font-size: 1rem;
    text-decoration: none;
}

.tbc-home-refresh .banner__text h2:last-child a:hover {
    background: var(--tbc-refresh-gold);
    color: var(--tbc-refresh-navy-deep);
}

.tbc-home-refresh .footer__cta {
    border: 2px solid var(--tbc-refresh-navy-deep);
    box-shadow: 0 14px 42px rgba(3, 20, 29, 0.22);
}

@media (max-width: 1024px) {
    .tbc-home-refresh .tbc-refresh-intro {
        grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
        gap: 42px;
    }

    .tbc-home-refresh .tbc-refresh-intro__image {
        min-height: 600px;
    }

    .tbc-home-refresh .boats-list__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tbc-home-refresh > .wp-block-columns.container {
        grid-template-columns: 1fr;
    }

    .tbc-home-refresh .how-to__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 0;
    }

    .tbc-home-refresh .how-to__list::before {
        display: none;
    }

    .tbc-home-refresh .tbc-refresh-trust .banner__text {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
        gap: 48px;
    }
}

@media (max-width: 720px) {
    html {
        font-size: 16px !important;
    }

    body.tbc-home-refresh {
        font-size: 17px;
        line-height: 1.6;
    }

    .tbc-home-refresh .container {
        width: min(100% - 32px, 1180px);
    }

    .tbc-home-refresh .landing,
    .tbc-home-refresh .landing__container {
        min-height: 680px !important;
    }

    .tbc-home-refresh .landing__container {
        padding-top: 138px;
        padding-bottom: 54px;
    }

    .tbc-home-refresh .landing__content-title h1 {
        font-size: 2.2rem;
        line-height: 1.02;
    }

    .tbc-home-refresh .landing__content-title p {
        font-size: 1.08rem;
    }

    .tbc-home-refresh .tbc-refresh-intro {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 62px 16px;
    }

    .tbc-home-refresh .tbc-refresh-intro__image {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .tbc-home-refresh .tbc-refresh-intro__copy {
        padding: 0;
    }

    .tbc-home-refresh .tbc-refresh-intro .text-block__title h2 {
        font-size: 2rem;
    }

    .tbc-home-refresh > .text-block,
    .tbc-home-refresh #boats-list,
    .tbc-home-refresh > .wp-block-columns + .text-block,
    .tbc-home-refresh .how-to,
    .tbc-home-refresh .banner {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
    }

    .tbc-home-refresh > .wp-block-columns + .text-block > .container {
        width: 100% !important;
        max-width: none !important;
        padding-inline: 16px;
    }

    .tbc-home-refresh .landing__content-item-ideal {
        padding: 10px 0 10px 20px !important;
    }

    .tbc-home-refresh .tbc-refresh-faqs {
        margin-top: 52px;
        padding-top: 48px;
    }

    .tbc-home-refresh .tbc-ibiza-faq-block {
        padding-bottom: 62px !important;
    }

    .tbc-home-refresh .tbc-ibiza-faq-block > .container {
        width: 100% !important;
        max-width: none !important;
        padding-inline: 16px;
    }

    .tbc-home-refresh .tbc-refresh-faqs__heading {
        margin-bottom: 28px;
        text-align: center;
    }

    .tbc-home-refresh .tbc-refresh-faqs__heading h2 {
        font-size: 2rem;
    }

    .tbc-home-refresh .tbc-refresh-faqs__question {
        padding: 16px 0;
        font-size: 1.08rem;
    }

    .tbc-home-refresh .tbc-refresh-faqs__answer {
        padding: 0 32px 20px 0;
    }

    .tbc-home-refresh .tbc-refresh-faqs__answer p {
        font-size: 1.0625rem;
    }

    .tbc-home-refresh .boats-list__wrapper,
    .tbc-home-refresh .how-to__list {
        grid-template-columns: 1fr;
    }

    .tbc-home-refresh .boats-list__img {
        height: 240px;
    }

    .tbc-home-refresh > .wp-block-columns.container {
        gap: 36px;
        padding: 62px 16px;
    }

    .tbc-home-refresh .masonry-item {
        min-height: 0;
    }

    .tbc-home-refresh .masonry-container {
        height: 400px;
    }

    .tbc-home-refresh .tbc-refresh-why__highlights {
        grid-template-columns: 1fr;
    }

    .tbc-home-refresh .text-block__title h2,
    .tbc-home-refresh .text-block__description h2,
    .tbc-home-refresh .how-to__h2,
    .tbc-home-refresh .banner__text h2:first-child {
        font-size: 2.25rem;
    }

    .tbc-home-refresh .text-block__description p {
        font-size: 1.0625rem;
    }

    .tbc-home-refresh .tbc-refresh-boat-card__meta,
    .tbc-home-refresh .tbc-refresh-why__highlights span {
        font-size: 1rem;
    }

    .tbc-home-refresh .tbc-refresh-boat-card__price small {
        font-size: 0.9rem;
    }

    .tbc-home-refresh .tbc-refresh-boat-card__cta,
    .tbc-home-refresh .btn-big a,
    .tbc-home-refresh .how-to__button a {
        font-size: 1rem;
    }

    .tbc-home-refresh .how-to__h4,
    .tbc-home-refresh .how-to__h2 {
        max-width: none;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
    }

    .tbc-home-refresh .how-to__h4 {
        justify-content: flex-start;
    }

    .tbc-home-refresh .how-to__h4::before {
        display: none;
    }

    .tbc-home-refresh .how-to__h2 {
        margin-bottom: 34px;
        font-size: 2rem;
    }

    .tbc-home-refresh .how-to__list {
        gap: 28px;
    }

    .tbc-home-refresh .how-to__list > div {
        padding: 0;
    }

    .tbc-home-refresh .how-to__card {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 18px;
    }

    .tbc-home-refresh .how-to__card > a {
        width: 64px;
        height: 64px;
        margin: 0;
    }

    .tbc-home-refresh .how-to__card img {
        width: 34px;
        height: 34px;
    }

    .tbc-home-refresh .how-to__card::after {
        top: -8px;
        left: 46px;
    }

    .tbc-home-refresh .how-to__card .card-body {
        padding: 0;
    }

    .tbc-home-refresh .how-to__h5 {
        text-align: left;
    }

    .tbc-home-refresh .how-to__p {
        margin-inline: 0;
        text-align: left;
    }

    .tbc-home-refresh .how-to__button-wrapper {
        justify-content: flex-start;
        margin-top: 34px;
    }

    .tbc-home-refresh .tbc-refresh-trust {
        min-height: 0;
        background-position: 58% center;
    }

    .tbc-home-refresh .tbc-refresh-trust > .container {
        width: min(100% - 32px, 1180px);
    }

    .tbc-home-refresh .tbc-refresh-trust .banner__text {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .tbc-home-refresh .tbc-refresh-trust .banner__text h2:first-of-type {
        font-size: 2rem;
    }

    .tbc-home-refresh .tbc-refresh-trust .banner__text p,
    .tbc-home-refresh .tbc-refresh-trust__benefits li {
        font-size: 1.0625rem;
    }

    .tbc-home-refresh .tbc-refresh-trust__actions span {
        font-size: 0.82rem;
    }

    .tbc-home-refresh .tbc-refresh-trust__actions strong {
        font-size: 1rem;
    }

    .tbc-home-refresh .tbc-refresh-trust__panel {
        border-top: 1px solid rgba(239, 200, 147, 0.42);
        border-left: 0;
        padding: 30px 0 0;
    }

    .tbc-home-refresh .tbc-refresh-trust__actions {
        grid-template-columns: 1fr;
    }

    .tbc-home-refresh .how-to + .button-block {
        padding: 46px 0 52px !important;
    }

    .tbc-home-refresh .tbc-refresh-next-actions__header {
        text-align: left;
    }

    .tbc-home-refresh .tbc-refresh-next-actions__header h2 {
        font-size: 1.75rem;
    }

    .tbc-home-refresh .tbc-refresh-next-actions__header span {
        font-size: 0.88rem;
    }

    .tbc-home-refresh .how-to + .button-block .button-block__wrapper {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 520px) {
    .tbc-home-refresh .landing__content-title h1 {
        font-size: 2.05rem;
    }

    .tbc-home-refresh .landing__content-title h3 {
        font-size: 0.9rem;
    }

    .tbc-home-refresh .masonry-container {
        height: 340px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tbc-home-refresh .banner__text h2:last-child {
        align-items: stretch;
        flex-direction: column;
    }

    .tbc-home-refresh .banner__text h2:last-child a {
        justify-content: center;
    }
}
