:root {
    --Primary: var(--brand-accent, #c7a262);
    --bg-footer: var(--brand-footer, #071929);
    --acfc-catalog-ink: var(--brand-ink, #102234);
    --acfc-catalog-muted: var(--brand-muted, #617286);
    --acfc-catalog-line: var(--brand-line, #d8e1ea);
    --acfc-catalog-surface: var(--brand-surface, #f4f7fa);
    --acfc-catalog-sea: var(--brand-secondary, #0d6f97);
    --acfc-catalog-deep: var(--brand-deep, #061e33);
    --acfc-catalog-gold: var(--brand-accent, #c7a262);
    --acfc-catalog-coral: var(--acfc-coral, #d96f58);
    --acfc-catalog-white: var(--brand-white, #ffffff);
    --acfc-catalog-whatsapp: var(--acfc-whatsapp, #25d366);
    --acfc-catalog-gold-hover: var(--acfc-gold-hover, #e0c083);
}

.acfc-catalog-page {
    color: var(--acfc-catalog-ink);
    background: var(--acfc-catalog-white);
}

.acfc-catalog-page .current-menu-item > a,
.acfc-catalog-page .current-menu-item > a::after {
    color: var(--acfc-catalog-gold) !important;
}

.acfc-wordmark {
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
    font-family: "Barlow", "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.01em;
}

.acfc-wordmark .line-1 {
    font-size: 31px;
    font-weight: 700;
    color: var(--acfc-catalog-ink);
}

.acfc-wordmark .line-2 {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--acfc-catalog-gold);
}

.acfc-wordmark.light .line-1 {
    color: var(--acfc-catalog-white);
}

.acfc-wordmark.light .line-2 {
    color: var(--acfc-catalog-gold);
}

.acfc-header-booking,
.acfc-mobile-booking {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--acfc-catalog-gold);
    color: var(--acfc-catalog-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.acfc-header-booking:hover,
.acfc-mobile-booking:hover {
    color: var(--acfc-catalog-white);
    background: var(--acfc-catalog-gold);
    opacity: 0.92;
}

.top-bar .topbar-language,
.acfc-mobile-language {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.top-bar .topbar-language select,
.acfc-mobile-language select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-right: 14px;
    cursor: pointer;
}

.top-bar .topbar-language::after,
.acfc-mobile-language::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-65%) rotate(45deg);
    color: currentColor;
    pointer-events: none;
}

.acfc-mobile-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.acfc-catalog-page .tf-container {
    padding-left: 24px;
    padding-right: 24px;
}

.acfc-section {
    padding: 92px 0;
}

#prenota.acfc-section {
    padding: 0;
}

#prenota > .tf-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.acfc-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

#prenota .acfc-actions {
    width: min(100%, 840px);
}

.acfc-actions .btn-main,
.acfc-actions .btn-alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 16px 34px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.acfc-actions .btn-main {
    background: var(--acfc-catalog-gold);
    color: var(--acfc-catalog-white);
}

.acfc-actions .btn-alt {
    min-width: min(100%, 500px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: var(--acfc-catalog-white);
}

.acfc-final-cta {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 58px 0 54px;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--acfc-catalog-white);
    background: linear-gradient(120deg, var(--acfc-catalog-deep) 0%, var(--acfc-catalog-sea) 100%);
}

.acfc-final-cta .acfc-final-cta-inner {
    width: min(100%, 1320px);
    max-width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.acfc-final-cta-inner--form {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
    gap: 34px;
    align-items: center;
}

.acfc-final-cta-inner--cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.acfc-contact-copy {
    text-align: left;
}

.acfc-final-cta h3 {
    margin-bottom: 14px;
    color: var(--acfc-catalog-white);
    font-size: clamp(30px, 4vw, 44px);
}

#prenota .acfc-final-cta p {
    max-width: 740px;
    margin: 0 auto 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.6;
}

#prenota .acfc-final-cta-inner--form p {
    margin: 0;
}

.acfc-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.acfc-contact-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.acfc-contact-form input,
.acfc-contact-form select,
.acfc-contact-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    padding: 11px 13px;
    background: rgba(255, 255, 255, 0.96);
    color: #162433;
    -webkit-text-fill-color: #162433;
    caret-color: #162433;
    font: inherit;
}

.acfc-contact-form input::placeholder,
.acfc-contact-form textarea::placeholder {
    color: #637284;
    -webkit-text-fill-color: #637284;
    opacity: 1;
}

.acfc-contact-form select option {
    color: #162433;
    background: #ffffff;
}

.acfc-contact-form textarea {
    min-height: 118px;
    resize: vertical;
}

.acfc-contact-message {
    grid-column: 1 / -1;
}

.acfc-contact-form button {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    background: var(--acfc-catalog-gold);
    color: var(--acfc-catalog-white);
    font-weight: 800;
    cursor: pointer;
}

.acfc-whatsapp-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    max-width: calc(100vw - 32px);
    padding: 0 20px;
    border-radius: 999px;
    background: var(--acfc-catalog-whatsapp);
    color: var(--acfc-catalog-deep);
    box-shadow: 0 18px 42px rgba(7, 25, 41, 0.24);
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.acfc-whatsapp-fab:hover {
    color: var(--acfc-catalog-deep);
    transform: translateY(-1px);
}

.acfc-whatsapp-fab i {
    font-size: 24px;
    line-height: 1;
}

.acfc-catalog-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--acfc-catalog-deep);
}

.acfc-catalog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.acfc-catalog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 30, 51, 0.78) 0%, rgba(6, 30, 51, 0.62) 44%, rgba(6, 30, 51, 0.84) 100%),
        linear-gradient(180deg, rgba(6, 30, 51, 0.48) 0%, rgba(6, 30, 51, 0.94) 100%);
}

.acfc-catalog-hero .tf-container {
    position: relative;
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 66px;
}

.acfc-catalog-hero--detail {
    min-height: 360px;
}

.acfc-catalog-hero--detail .tf-container {
    padding-top: 104px;
    padding-bottom: 44px;
}

.acfc-hero-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    font-weight: 800;
}

.acfc-hero-breadcrumb a,
.acfc-hero-breadcrumb span {
    color: inherit;
}

.acfc-hero-breadcrumb a:hover {
    color: var(--acfc-catalog-white);
}

.acfc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--acfc-catalog-gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.acfc-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.acfc-catalog-hero h1 {
    max-width: 880px;
    margin: 0;
    color: var(--acfc-catalog-white);
    font-size: clamp(42px, 7vw, 78px);
    line-height: 0.98;
    letter-spacing: 0;
}

.acfc-catalog-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 20px;
    line-height: 1.7;
}

.acfc-catalog-section {
    padding: 84px 0;
}

.acfc-section-head {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 34px;
}

.acfc-section-head h2 {
    max-width: 960px;
    margin: 0;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: 0;
}

.acfc-section-head p {
    max-width: 860px;
    margin: 0;
    color: var(--acfc-catalog-muted);
    line-height: 1.7;
    font-size: 20px;
}

.acfc-service-grid,
.acfc-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.acfc-card {
    position: relative;
    display: block;
    height: 100%;
    background: var(--acfc-catalog-white);
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
}

.acfc-card:focus-visible {
    outline: 3px solid rgba(203, 162, 91, 0.72);
    outline-offset: 4px;
}

.acfc-card .image {
    position: relative;
    aspect-ratio: 1.18;
    overflow: hidden;
    background: var(--acfc-catalog-surface);
}

.acfc-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acfc-card .badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--acfc-catalog-deep);
    background: var(--acfc-catalog-white);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.acfc-card-body {
    padding: 22px;
}

.acfc-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 12px;
    color: var(--acfc-catalog-muted);
    font-size: 15px;
    font-weight: 700;
}

.acfc-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.acfc-card h3 {
    margin: 0 0 10px;
    color: var(--acfc-catalog-ink);
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: 0;
}

.acfc-card p {
    min-height: 54px;
    margin-bottom: 18px;
    color: var(--acfc-catalog-muted);
    font-size: 17px;
    line-height: 1.62;
}

.acfc-card-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--acfc-catalog-sea);
    font-size: 16px;
    font-weight: 800;
}

.acfc-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.acfc-product-card {
    min-height: 430px;
    border: 0;
    color: var(--acfc-catalog-white);
}

.acfc-product-card .image {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
}

.acfc-product-card .image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 30, 51, 0.08) 0%, rgba(6, 30, 51, 0.86) 100%);
}

.acfc-product-card .acfc-card-body {
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    padding: 24px;
}

.acfc-product-card .acfc-card-meta,
.acfc-product-card p,
.acfc-product-card h3,
.acfc-product-card .acfc-card-action {
    color: var(--acfc-catalog-white);
}

.acfc-product-card p {
    min-height: 72px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

.acfc-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 28px;
    align-items: start;
}

.acfc-detail-overview {
    padding: 28px 0 52px;
}

.acfc-detail-main-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 34px;
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 8px;
    background: var(--acfc-catalog-white);
}

.acfc-detail-main-card h2 {
    max-width: 780px;
    margin: 0 0 18px;
    color: var(--acfc-catalog-gold);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: 0;
}

.acfc-detail-panel {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 34px;
    background: var(--acfc-catalog-deep);
    color: var(--acfc-catalog-white);
}

.acfc-detail-panel h3 {
    color: var(--acfc-catalog-white);
    margin: 0 0 14px;
    font-size: 27px;
}

.acfc-detail-panel p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.7;
}

.acfc-panel-list {
    display: grid;
    gap: 12px;
    margin: 24px 0;
}

.acfc-panel-list div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.acfc-panel-list strong {
    color: var(--acfc-catalog-white);
    text-align: right;
}

.acfc-request-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 22px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    color: var(--acfc-catalog-deep);
    background: var(--acfc-catalog-gold);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
}

.acfc-request-btn:hover {
    color: var(--acfc-catalog-deep);
    background: var(--acfc-catalog-gold-hover);
}

.acfc-detail-copy {
    max-width: 880px;
    font-size: 20px;
    line-height: 1.8;
    color: var(--acfc-catalog-muted);
}

.acfc-travel-section {
    padding: 64px 0;
    background: var(--acfc-catalog-surface);
}

.acfc-travel-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
    gap: 18px;
    align-items: stretch;
}

.acfc-travel-head {
    margin-bottom: 24px;
}

.acfc-travel-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.acfc-travel-fact {
    padding: 18px;
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 8px;
    background: var(--acfc-catalog-white);
}

.acfc-travel-fact span {
    display: block;
    margin-bottom: 6px;
    color: var(--acfc-catalog-muted);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acfc-travel-fact strong {
    display: block;
    color: var(--acfc-catalog-ink);
    font-size: 20px;
    line-height: 1.22;
}

.acfc-route-card,
.acfc-planning-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 8px;
    background: var(--acfc-catalog-white);
}

.acfc-route-card {
    padding: 28px;
}

.acfc-route-card h3,
.acfc-planning-card h3 {
    margin: 0 0 20px;
    color: var(--acfc-catalog-ink);
    font-size: 24px;
}

.acfc-route-list {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.acfc-route-list li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--acfc-catalog-line);
}

.acfc-route-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.acfc-route-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(203, 162, 91, 0.14);
    color: var(--acfc-catalog-gold);
    font-weight: 900;
}

.acfc-route-list h4 {
    margin: 0 0 6px;
    color: var(--acfc-catalog-ink);
    font-size: 20px;
}

.acfc-route-list p {
    margin: 0;
    color: var(--acfc-catalog-muted);
    font-size: 17px;
    line-height: 1.65;
}

.acfc-planning-card {
    padding: 24px;
}

.acfc-planning-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.acfc-planning-note {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 8px;
    background-image: linear-gradient(90deg, rgba(245, 247, 249, 0.96) 0%, rgba(245, 247, 249, 0.86) 56%, rgba(245, 247, 249, 0.42) 100%), var(--acfc-note-bg);
    background-size: cover;
    background-position: center;
}

.acfc-planning-note i {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--acfc-catalog-sea);
    font-size: 30px;
}

.acfc-planning-note h4 {
    margin: 0 0 8px;
    color: var(--acfc-catalog-ink);
    font-size: 20px;
}

.acfc-planning-note p {
    margin: 0;
    color: var(--acfc-catalog-muted);
    font-size: 17px;
    line-height: 1.58;
}

.acfc-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 34px 0;
}

.acfc-stat {
    padding: 22px;
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 8px;
    background: var(--acfc-catalog-white);
}

.acfc-stat i {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--acfc-catalog-coral);
    font-size: 30px;
}

.acfc-stat .label {
    display: block;
    color: var(--acfc-catalog-muted);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.acfc-stat strong {
    display: block;
    margin-top: 6px;
    color: var(--acfc-catalog-ink);
    font-size: 20px;
    line-height: 1.25;
}

.acfc-showcase-band {
    padding: 84px 0;
    background: var(--acfc-catalog-surface);
}

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

.acfc-highlight,
.acfc-icon-item {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 8px;
    background: var(--acfc-catalog-white);
}

.acfc-highlight--visual {
    min-height: 238px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 0;
    background-image: linear-gradient(180deg, rgba(6, 30, 51, 0.08) 0%, rgba(6, 30, 51, 0.86) 100%), var(--acfc-card-bg);
    background-size: cover;
    background-position: center;
}

.acfc-highlight.acfc-highlight--visual h4,
.acfc-highlight.acfc-highlight--visual p {
    color: var(--acfc-catalog-white);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.acfc-highlight.acfc-highlight--visual p {
    color: var(--acfc-catalog-white);
    font-weight: 600;
}

.acfc-highlight h4,
.acfc-icon-item h4 {
    margin: 0 0 10px;
    font-size: 22px;
}

.acfc-highlight p,
.acfc-icon-item p {
    margin: 0;
    color: var(--acfc-catalog-muted);
    font-size: 17px;
    line-height: 1.65;
}

.acfc-icon-item i {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--acfc-catalog-sea);
    font-size: 34px;
}

.acfc-gallery-carousel {
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    border-radius: 8px;
    background: var(--acfc-catalog-deep);
}

.acfc-gallery-slide {
    position: relative;
    display: block;
    aspect-ratio: 16 / 8;
    overflow: hidden;
    border-radius: 8px;
    color: var(--acfc-catalog-white);
}

.acfc-gallery-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 30, 51, 0) 42%, rgba(6, 30, 51, 0.68) 100%);
    pointer-events: none;
}

.acfc-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.acfc-gallery-zoom {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--acfc-catalog-deep);
    font-size: 15px;
    font-weight: 900;
}

.acfc-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--acfc-catalog-deep);
    box-shadow: 0 14px 34px rgba(6, 30, 51, 0.22);
    transform: translateY(-50%);
    cursor: pointer;
}

.acfc-gallery-prev {
    left: 18px;
}

.acfc-gallery-next {
    right: 18px;
}

.acfc-gallery-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px 0 18px;
}

.acfc-gallery-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    opacity: 1;
}

.acfc-gallery-pagination .swiper-pagination-bullet-active {
    background: var(--acfc-catalog-gold);
}

.acfc-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(3, 18, 31, 0.94);
}

.acfc-lightbox.is-open {
    display: flex;
}

.acfc-lightbox-open {
    overflow: hidden;
}

.acfc-lightbox figure {
    position: relative;
    width: min(100%, 1180px);
    margin: 0;
}

.acfc-lightbox img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.acfc-lightbox figcaption {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.78);
    text-align: center;
    font-weight: 700;
}

.acfc-lightbox-close,
.acfc-lightbox-nav {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--acfc-catalog-deep);
    cursor: pointer;
}

.acfc-lightbox-close {
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
}

.acfc-lightbox-nav {
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
}

.acfc-lightbox-prev {
    left: 20px;
}

.acfc-lightbox-next {
    right: 20px;
}

.acfc-cta-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 44px;
    padding: 34px;
    border-radius: 8px;
    background: var(--acfc-catalog-deep);
    color: var(--acfc-catalog-white);
}

.acfc-cta-box h3 {
    margin: 0 0 8px;
    color: var(--acfc-catalog-white);
}

.acfc-cta-box p {
    margin: 0;
    max-width: 740px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.acfc-cta-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    color: var(--acfc-catalog-deep);
    background: var(--acfc-catalog-gold);
    font-weight: 900;
    white-space: nowrap;
}

.acfc-inline-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 30px;
    padding: 26px 28px;
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 8px;
    background: var(--acfc-catalog-white);
}

.acfc-inline-cta span {
    display: block;
    margin-bottom: 8px;
    color: var(--acfc-catalog-sea);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.acfc-inline-cta h3 {
    margin: 0 0 8px;
    color: var(--acfc-catalog-deep);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.12;
}

.acfc-inline-cta p {
    max-width: 760px;
    margin: 0;
    color: var(--acfc-catalog-muted);
    font-size: 17px;
    line-height: 1.62;
}

.acfc-inline-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--acfc-catalog-deep);
    color: var(--acfc-catalog-white);
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.acfc-inline-cta a:hover {
    color: var(--acfc-catalog-white);
    background: var(--acfc-catalog-sea);
}

.acfc-inline-cta--dark {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(120deg, var(--acfc-catalog-deep) 0%, var(--acfc-catalog-sea) 100%);
    color: var(--acfc-catalog-white);
}

.acfc-inline-cta--dark span,
.acfc-inline-cta--dark h3 {
    color: var(--acfc-catalog-white);
}

.acfc-inline-cta--dark p {
    color: rgba(255, 255, 255, 0.78);
}

.acfc-inline-cta--dark a {
    background: var(--acfc-catalog-gold);
    color: var(--acfc-catalog-deep);
}

.acfc-inline-cta--dark a:hover {
    background: var(--acfc-catalog-gold-hover);
    color: var(--acfc-catalog-deep);
}

body.acfc-destination-detail {
    background:
        linear-gradient(180deg, var(--acfc-catalog-surface) 0%, var(--acfc-catalog-white) 520px, var(--brand-sand) 100%);
}

body.acfc-destination-detail .acfc-catalog-hero--detail {
    min-height: 590px;
    align-items: center;
    isolation: isolate;
}

body.acfc-destination-detail .acfc-catalog-hero--detail::before {
    background-position: center;
    transform: scale(1);
}

body.acfc-destination-detail .acfc-catalog-hero--detail::after {
    background:
        linear-gradient(90deg, rgba(4, 23, 38, 0.86) 0%, rgba(5, 36, 58, 0.5) 46%, rgba(4, 23, 38, 0.2) 100%),
        linear-gradient(180deg, rgba(3, 18, 31, 0.22) 0%, rgba(3, 18, 31, 0.86) 100%);
}

body.acfc-destination-detail .acfc-catalog-hero--detail .tf-container {
    padding-top: 146px;
    padding-bottom: 128px;
}

body.acfc-destination-detail .acfc-catalog-hero--detail h1 {
    max-width: 980px;
    font-size: clamp(54px, 8vw, 104px);
}

body.acfc-destination-detail .acfc-catalog-hero--detail p {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
}

body.acfc-destination-detail .acfc-detail-overview {
    position: relative;
    z-index: 3;
    margin-top: -82px;
    padding-top: 0;
    padding-bottom: 78px;
}

body.acfc-destination-detail .acfc-detail-layout {
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 18px;
    align-items: stretch;
}

body.acfc-destination-detail .acfc-detail-main-card,
body.acfc-destination-detail .acfc-detail-panel,
body.acfc-destination-detail .acfc-travel-fact,
body.acfc-destination-detail .acfc-route-card,
body.acfc-destination-detail .acfc-planning-card,
body.acfc-destination-detail .acfc-highlight,
body.acfc-destination-detail .acfc-icon-item {
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(6, 30, 51, 0.1);
}

body.acfc-destination-detail .acfc-detail-main-card {
    padding: 42px;
    border: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 100%),
        linear-gradient(135deg, rgba(13, 111, 151, 0.14), rgba(199, 162, 98, 0.12));
}

body.acfc-destination-detail .acfc-detail-main-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--acfc-catalog-sea), var(--acfc-catalog-gold), var(--acfc-catalog-coral));
}

body.acfc-destination-detail .acfc-detail-main-card h2 {
    max-width: 900px;
    margin-bottom: 20px;
    color: var(--acfc-catalog-deep);
    font-size: clamp(36px, 4.8vw, 66px);
}

body.acfc-destination-detail .acfc-detail-copy {
    color: var(--acfc-catalog-muted);
    font-size: 21px;
}

body.acfc-destination-detail .acfc-travel-facts {
    margin-top: 32px;
}

body.acfc-destination-detail .acfc-travel-fact {
    border: 1px solid rgba(13, 111, 151, 0.16);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: none;
}

body.acfc-destination-detail .acfc-travel-fact span {
    color: var(--acfc-catalog-sea);
}

.acfc-detail-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.acfc-detail-info-grid article {
    min-height: 132px;
    padding: 20px;
    border: 1px solid var(--acfc-catalog-line);
    border-radius: 18px;
    background: var(--acfc-catalog-white);
}

.acfc-detail-info-grid span {
    display: block;
    margin-bottom: 10px;
    color: var(--acfc-catalog-muted);
    font-size: 14px;
    font-weight: 700;
}

.acfc-detail-info-grid strong {
    display: block;
    color: var(--acfc-catalog-deep);
    font-size: 18px;
    line-height: 1.45;
}

body.acfc-destination-detail .acfc-detail-panel {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    border: 0;
    background:
        linear-gradient(150deg, var(--acfc-catalog-deep) 0%, var(--acfc-catalog-sea) 100%);
}

body.acfc-destination-detail .acfc-detail-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    pointer-events: none;
}

body.acfc-destination-detail .acfc-detail-panel h3 {
    font-size: 31px;
    line-height: 1.12;
}

body.acfc-destination-detail .acfc-request-btn {
    min-height: 56px;
    margin-top: 28px;
    box-shadow: 0 16px 38px rgba(199, 162, 98, 0.26);
}

body.acfc-destination-detail .acfc-travel-section {
    padding: 92px 0;
    background: var(--acfc-catalog-deep);
}

body.acfc-destination-detail .acfc-travel-section .acfc-kicker,
body.acfc-destination-detail .acfc-travel-section .acfc-section-head h2,
body.acfc-destination-detail .acfc-travel-section .acfc-section-head p {
    color: var(--acfc-catalog-white);
}

body.acfc-destination-detail .acfc-travel-section .acfc-section-head p {
    color: rgba(255, 255, 255, 0.78);
}

body.acfc-destination-detail .acfc-route-card,
body.acfc-destination-detail .acfc-planning-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: none;
}

body.acfc-destination-detail .acfc-route-card h3,
body.acfc-destination-detail .acfc-planning-card h3 {
    color: var(--acfc-catalog-white);
}

body.acfc-destination-detail .acfc-route-list li {
    border-bottom-color: rgba(255, 255, 255, 0.14);
}

body.acfc-destination-detail .acfc-route-list span {
    background: rgba(199, 162, 98, 0.18);
    color: var(--acfc-catalog-gold);
}

body.acfc-destination-detail .acfc-route-list h4 {
    color: var(--acfc-catalog-white);
}

body.acfc-destination-detail .acfc-route-list p {
    color: rgba(255, 255, 255, 0.72);
}

body.acfc-destination-detail .acfc-planning-note {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 126px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

body.acfc-destination-detail .acfc-planning-note i,
body.acfc-destination-detail .acfc-planning-note h4,
body.acfc-destination-detail .acfc-planning-note p {
    color: var(--acfc-catalog-white);
}

body.acfc-destination-detail .acfc-planning-note i {
    grid-row: 1 / span 2;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--acfc-catalog-gold);
}

body.acfc-destination-detail .acfc-planning-note h4,
body.acfc-destination-detail .acfc-planning-note p {
    grid-column: 2;
}

body.acfc-destination-detail .acfc-planning-note h4 {
    margin-bottom: 0;
}

body.acfc-destination-detail .acfc-planning-note p {
    color: rgba(255, 255, 255, 0.76);
}

body.acfc-destination-detail .acfc-showcase-band {
    background: var(--brand-sand);
}

body.acfc-destination-detail .acfc-showcase-band + .acfc-catalog-section {
    background: var(--acfc-catalog-white);
}

body.acfc-destination-detail .acfc-highlight-grid {
    gap: 16px;
}

body.acfc-destination-detail .acfc-highlight--visual {
    min-height: 310px;
    border: 0;
    background-image: linear-gradient(180deg, rgba(6, 30, 51, 0.02) 0%, rgba(6, 30, 51, 0.88) 100%), var(--acfc-card-bg);
}

body.acfc-destination-detail .acfc-highlight h4,
body.acfc-destination-detail .acfc-icon-item h4 {
    font-size: 24px;
}

body.acfc-destination-detail .acfc-icon-item {
    border: 1px solid rgba(13, 111, 151, 0.14);
    background: var(--acfc-catalog-white);
}

body.acfc-destination-detail .acfc-icon-item i {
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(13, 111, 151, 0.1);
    color: var(--acfc-catalog-sea);
}

body.acfc-destination-detail .acfc-gallery-carousel {
    border: 10px solid var(--acfc-catalog-white);
    background: var(--acfc-catalog-white);
    box-shadow: 0 28px 80px rgba(6, 30, 51, 0.16);
}

body.acfc-destination-detail .acfc-gallery-slide {
    aspect-ratio: 16 / 7.4;
}

body.acfc-destination-detail .acfc-gallery-pagination .swiper-pagination-bullet {
    background: rgba(6, 30, 51, 0.18);
}

body.acfc-destination-detail .acfc-gallery-pagination .swiper-pagination-bullet-active {
    background: var(--acfc-catalog-sea);
}

body.acfc-destination-detail .acfc-cta-box {
    background:
        linear-gradient(120deg, rgba(6, 30, 51, 0.98), rgba(13, 111, 151, 0.94));
    box-shadow: 0 24px 64px rgba(6, 30, 51, 0.16);
}

@media (max-width: 1199px) {
    .acfc-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acfc-detail-layout {
        grid-template-columns: 1fr;
    }

    .acfc-detail-panel {
        position: static;
    }

    .acfc-travel-layout {
        grid-template-columns: 1fr;
    }

    .acfc-detail-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.acfc-destination-detail .acfc-detail-layout {
        grid-template-columns: 1fr;
    }

    body.acfc-destination-detail .acfc-detail-panel {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .acfc-service-grid,
    .acfc-product-grid,
    .acfc-highlight-grid,
    .acfc-icon-grid,
    .acfc-travel-facts,
    .acfc-planning-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acfc-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .acfc-section-head,
    .acfc-cta-box,
    .acfc-inline-cta {
        grid-template-columns: 1fr;
        display: grid;
    }

    .acfc-final-cta {
        padding: 46px 0 42px;
    }

    .acfc-final-cta-inner--form {
        grid-template-columns: 1fr;
    }

    .acfc-final-cta .acfc-final-cta-inner {
        padding: 0 18px;
    }

    #prenota .acfc-actions .btn-main,
    #prenota .acfc-actions .btn-alt {
        max-width: min(100%, 460px);
    }

    .acfc-contact-copy {
        text-align: center;
    }

    #prenota .acfc-final-cta p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .acfc-catalog-hero {
        min-height: 520px;
    }

    .acfc-catalog-hero--detail {
        min-height: 420px;
    }

    .acfc-catalog-hero--detail .tf-container {
        padding-top: 96px;
        padding-bottom: 38px;
    }

    .acfc-catalog-section,
    .acfc-showcase-band {
        padding: 58px 0;
    }

    .acfc-detail-overview {
        padding: 28px 0 42px;
    }

    .acfc-detail-main-card,
    .acfc-detail-panel {
        padding: 24px;
    }

    .acfc-detail-info-grid {
        grid-template-columns: 1fr;
    }

    .acfc-service-grid,
    .acfc-product-grid,
    .acfc-highlight-grid,
    .acfc-icon-grid,
    .acfc-travel-facts,
    .acfc-planning-grid,
    .acfc-stat-grid {
        grid-template-columns: 1fr;
    }

    .acfc-gallery-slide {
        aspect-ratio: 4 / 3;
    }

    .acfc-gallery-nav {
        width: 40px;
        height: 40px;
    }

    .acfc-gallery-prev {
        left: 10px;
    }

    .acfc-gallery-next {
        right: 10px;
    }

    .acfc-gallery-zoom {
        right: 12px;
        bottom: 12px;
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
    }

    .acfc-lightbox {
        padding: 14px;
    }

    .acfc-lightbox-nav {
        width: 44px;
        height: 44px;
    }

    .acfc-route-card {
        padding: 22px;
    }

    .acfc-route-list li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    body.acfc-destination-detail .acfc-catalog-hero--detail {
        min-height: 510px;
    }

    body.acfc-destination-detail .acfc-catalog-hero--detail .tf-container {
        padding-top: 118px;
        padding-bottom: 96px;
    }

    body.acfc-destination-detail .acfc-catalog-hero--detail h1 {
        font-size: clamp(44px, 15vw, 68px);
    }

    body.acfc-destination-detail .acfc-catalog-hero--detail p {
        font-size: 18px;
    }

    body.acfc-destination-detail .acfc-detail-overview {
        margin-top: -58px;
        padding-bottom: 58px;
    }

    body.acfc-destination-detail .acfc-detail-main-card,
    body.acfc-destination-detail .acfc-detail-panel {
        padding: 26px;
    }

    body.acfc-destination-detail .acfc-detail-copy {
        font-size: 18px;
    }

    body.acfc-destination-detail .acfc-travel-section {
        padding: 64px 0;
    }

    body.acfc-destination-detail .acfc-highlight--visual {
        min-height: 260px;
    }

    body.acfc-destination-detail .acfc-gallery-carousel {
        border-width: 6px;
    }

    body.acfc-destination-detail .acfc-gallery-slide {
        aspect-ratio: 4 / 3;
    }

    .acfc-inline-cta {
        padding: 22px;
    }

    .acfc-inline-cta a {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .acfc-route-list span {
        width: 42px;
        height: 42px;
    }

    .acfc-product-card {
        min-height: 380px;
    }

    .acfc-card p,
    .acfc-product-card p {
        min-height: 0;
    }

    .acfc-final-cta {
        padding: 42px 0 38px;
    }

    .acfc-final-cta .acfc-final-cta-inner {
        padding: 0 16px;
    }

    .acfc-final-cta h3 {
        font-size: clamp(28px, 7vw, 38px);
    }

    #prenota .acfc-final-cta p {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.55;
    }

    .acfc-contact-form {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}
