.acfc-about-page {
    --Primary: var(--brand-accent, #c9a565);
    --acfc-about-ink: var(--brand-ink, #102033);
    --acfc-about-muted: var(--brand-muted, #66768a);
    --acfc-about-line: var(--brand-line, #d7e2ee);
    --acfc-about-surface: var(--brand-surface, #f4f7fb);
    --acfc-about-sea: var(--brand-secondary, #0d6f97);
    --acfc-about-deep: var(--brand-deep, #061e33);
    --acfc-about-gold: var(--brand-accent, #c9a565);
    --acfc-about-white: var(--brand-white, #ffffff);
    --acfc-about-gold-soft: var(--acfc-gold-soft, #f2ede5);
}

.acfc-about-page {
    background: var(--acfc-about-surface);
    color: var(--acfc-about-ink);
}

.acfc-about-page .current-menu-item > a,
.acfc-about-page .current-menu-item > a::after {
    color: var(--acfc-about-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 {
    color: var(--acfc-about-ink);
    font-size: 31px;
    font-weight: 700;
}

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

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

.acfc-wordmark.light .line-2 {
    color: var(--acfc-about-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-about-gold);
    color: var(--acfc-about-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.acfc-header-booking:hover,
.acfc-mobile-booking:hover {
    color: var(--acfc-about-white);
    background: var(--acfc-about-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 {
    min-width: 44px;
    padding-right: 14px;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
}

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

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

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

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

#prenota > .tf-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 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-about-gold);
    color: var(--acfc-about-white);
}

.acfc-actions .btn-alt {
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: var(--acfc-about-white);
}

.acfc-actions .btn-alt {
    min-width: min(100%, 500px);
}

.acfc-actions .btn-main:hover,
.acfc-actions .btn-alt:hover {
    color: var(--acfc-about-white);
}

.acfc-final-cta {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 58px 0 54px;
    overflow: hidden;
    box-sizing: border-box;
    color: var(--acfc-about-white);
    background: linear-gradient(120deg, var(--acfc-about-deep) 0%, var(--acfc-about-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-footer-motto {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-white);
    font-weight: 800;
}

.acfc-final-cta h3 {
    margin: 0 0 14px;
    color: var(--acfc-about-white);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
    font-weight: 400;
}

#prenota .acfc-final-cta p {
    max-width: 740px;
    margin: 0 auto 24px;
    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;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    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-about-gold);
    color: var(--acfc-about-white);
    font-weight: 800;
    cursor: pointer;
}

.acfc-about-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    background-image: var(--acfc-about-hero);
    background-position: center;
    background-size: cover;
    color: var(--acfc-about-white);
    overflow: hidden;
}

.acfc-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 24, 42, 0.78) 0%, rgba(4, 24, 42, 0.54) 52%, rgba(4, 24, 42, 0.86) 100%),
        linear-gradient(180deg, rgba(4, 24, 42, 0.15) 0%, rgba(4, 24, 42, 0.88) 100%);
}

.acfc-about-hero .tf-container {
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-bottom: 82px;
}

.acfc-about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.82);
}

.acfc-about-breadcrumb a {
    color: var(--acfc-about-white);
}

.acfc-about-kicker,
.acfc-about-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--acfc-about-gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 800;
}

.acfc-about-kicker::before,
.acfc-about-section-kicker::before {
    content: "";
    width: 44px;
    height: 2px;
    background: currentColor;
}

.acfc-about-hero h1 {
    max-width: 980px;
    margin: 18px 0 18px;
    color: var(--acfc-about-white);
    font-size: clamp(56px, 8vw, 116px);
    line-height: 0.92;
    font-weight: 400;
}

.acfc-about-hero p {
    max-width: 780px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    line-height: 1.7;
}

.acfc-about-section {
    padding: 96px 0;
}

.acfc-about-section--white {
    background: var(--acfc-about-white);
}

.acfc-about-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.7fr);
    gap: 80px;
    align-items: end;
    margin-bottom: 44px;
}

.acfc-about-heading h2 {
    margin: 16px 0 0;
    color: var(--acfc-about-gold);
    font-size: clamp(48px, 6vw, 84px);
    line-height: 1.03;
    font-weight: 400;
}

.acfc-about-heading p {
    margin: 0;
    color: var(--acfc-about-muted);
    font-size: 20px;
    line-height: 1.75;
}

.acfc-about-feature-image {
    overflow: hidden;
    border-radius: 8px;
    min-height: 430px;
    margin-bottom: 36px;
    background: var(--acfc-about-ink);
}

.acfc-about-feature-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.acfc-about-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.acfc-about-icon-card {
    min-height: 230px;
    padding: 30px 28px;
    border: 1px solid var(--acfc-about-line);
    border-radius: 8px;
    background: var(--acfc-about-white);
}

.acfc-about-icon-card i {
    display: block;
    margin-bottom: 28px;
    color: var(--acfc-about-sea);
    font-size: 42px;
}

.acfc-about-icon-card h3 {
    margin: 0 0 12px;
    color: var(--acfc-about-ink);
    font-size: 22px;
    line-height: 1.25;
}

.acfc-about-icon-card p {
    margin: 0;
    color: var(--acfc-about-muted);
    font-size: 17px;
    line-height: 1.65;
}

.acfc-about-split {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
    gap: 56px;
    align-items: stretch;
}

.acfc-about-copy-card {
    padding: 54px;
    border-radius: 8px;
    background: var(--acfc-about-deep);
    color: var(--acfc-about-white);
}

.acfc-about-copy-card h2 {
    margin: 18px 0 22px;
    color: var(--acfc-about-white);
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    font-weight: 400;
}

.acfc-about-copy-card p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.75;
}

.acfc-about-list {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.acfc-about-list-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.acfc-about-list-item i {
    color: var(--acfc-about-gold);
    font-size: 30px;
}

.acfc-about-list-item h3 {
    margin: 0 0 6px;
    color: var(--acfc-about-white);
    font-size: 20px;
}

.acfc-about-list-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.acfc-about-side-image {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: 8px;
}

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

.acfc-about-floating-note {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 26px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(6, 30, 51, 0.22);
}

.acfc-about-floating-note strong {
    display: block;
    margin-bottom: 8px;
    color: var(--acfc-about-ink);
    font-size: 22px;
}

.acfc-about-floating-note span {
    color: var(--acfc-about-muted);
    font-size: 17px;
    line-height: 1.55;
}

.acfc-about-steps {
    display: grid;
    grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
    gap: 54px;
    align-items: start;
}

.acfc-about-steps-copy h2 {
    margin: 18px 0 18px;
    color: var(--acfc-about-gold);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.06;
    font-weight: 400;
}

.acfc-about-steps-copy p {
    color: var(--acfc-about-muted);
    font-size: 20px;
    line-height: 1.75;
}

.acfc-about-step-list {
    display: grid;
    gap: 20px;
}

.acfc-about-step {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
    border: 1px solid var(--acfc-about-line);
    border-radius: 8px;
    background: var(--acfc-about-white);
}

.acfc-about-step-number {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--acfc-about-gold-soft);
    color: var(--acfc-about-gold);
    font-size: 22px;
    font-weight: 800;
}

.acfc-about-step h3 {
    margin: 0 0 8px;
    color: var(--acfc-about-ink);
    font-size: 26px;
}

.acfc-about-step p {
    margin: 0;
    color: var(--acfc-about-muted);
    font-size: 18px;
    line-height: 1.65;
}

.acfc-about-spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.acfc-about-spec {
    min-height: 220px;
    padding: 28px;
    border-radius: 8px;
    background: var(--acfc-about-deep);
    color: var(--acfc-about-white);
}

.acfc-about-spec span {
    display: block;
    margin-bottom: 24px;
    color: var(--acfc-about-gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.acfc-about-spec strong {
    display: block;
    margin-bottom: 12px;
    color: var(--acfc-about-white);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 500;
}

.acfc-about-spec p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    line-height: 1.6;
}

.acfc-captain-page {
    background: var(--acfc-about-white);
}

.acfc-captain-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    background-image: var(--acfc-about-hero);
    background-position: center;
    background-size: cover;
    color: var(--acfc-about-white);
    overflow: hidden;
}

.acfc-captain-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 82% 36%, rgba(13, 111, 151, 0.45) 0, rgba(13, 111, 151, 0) 34%),
        linear-gradient(90deg, rgba(4, 24, 42, 0.92) 0%, rgba(4, 24, 42, 0.78) 48%, rgba(4, 24, 42, 0.58) 100%),
        linear-gradient(180deg, rgba(4, 24, 42, 0.18) 0%, rgba(4, 24, 42, 0.92) 100%);
}

.acfc-captain-hero .tf-container {
    position: relative;
    z-index: 1;
    padding-top: 136px;
    padding-bottom: 96px;
}

.acfc-captain-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) 420px;
    gap: 72px;
    align-items: end;
}

.acfc-captain-hero-copy h1 {
    margin: 18px 0 22px;
    color: var(--acfc-about-white);
    font-size: clamp(72px, 9vw, 132px);
    line-height: 0.88;
    font-weight: 400;
}

.acfc-captain-hero-copy p {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 23px;
    line-height: 1.68;
}

.acfc-captain-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 38px;
}

.acfc-captain-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--acfc-about-gold);
    color: var(--acfc-about-deep);
    font-size: 16px;
    font-weight: 800;
}

.acfc-captain-hero-actions span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 700;
}

.acfc-captain-profile {
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
}

.acfc-captain-profile-image {
    aspect-ratio: 1 / 1.04;
    overflow: hidden;
}

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

.acfc-captain-profile-copy {
    padding: 26px;
}

.acfc-captain-profile-copy span {
    display: block;
    margin-bottom: 10px;
    color: var(--acfc-about-gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 800;
}

.acfc-captain-profile-copy strong {
    display: block;
    color: var(--acfc-about-white);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}

.acfc-captain-stats {
    margin-top: -58px;
    position: relative;
    z-index: 4;
    padding-bottom: 82px;
}

.acfc-captain-stat-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.acfc-captain-stat {
    grid-column: span 2;
    min-height: 156px;
    padding: 28px;
    border-radius: 8px;
    background: var(--acfc-about-white);
    border: 1px solid var(--acfc-about-line);
    box-shadow: 0 18px 48px rgba(6, 30, 51, 0.12);
}

.acfc-captain-stat:last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
}

.acfc-captain-stat:nth-last-child(2):nth-child(3n + 1),
.acfc-captain-stat:last-child:nth-child(3n + 2) {
    grid-column: span 3;
}

.acfc-captain-stat strong {
    display: block;
    margin-bottom: 22px;
    color: var(--acfc-about-gold);
    font-size: 30px;
    line-height: 1;
}

.acfc-captain-stat span {
    color: var(--acfc-about-ink);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 650;
}

.acfc-captain-story {
    display: grid;
    grid-template-columns: minmax(440px, 0.82fr) minmax(0, 1fr);
    gap: 72px;
    align-items: center;
}

.acfc-captain-story-media {
    position: relative;
    min-height: 650px;
}

.acfc-captain-story-main,
.acfc-captain-story-small {
    position: absolute;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(6, 30, 51, 0.18);
}

.acfc-captain-story-main {
    inset: 0 auto auto 0;
    width: 82%;
    height: 82%;
}

.acfc-captain-story-small {
    right: 0;
    bottom: 0;
    width: 48%;
    height: 42%;
    border: 10px solid var(--acfc-about-white);
}

.acfc-captain-story-copy h2 {
    margin: 18px 0 24px;
    color: var(--acfc-about-gold);
    font-size: clamp(48px, 5vw, 80px);
    line-height: 1.04;
    font-weight: 400;
}

.acfc-captain-story-copy p {
    margin: 0 0 22px;
    color: var(--acfc-about-muted);
    font-size: 20px;
    line-height: 1.75;
}

.acfc-captain-signature {
    margin-top: 34px;
    padding: 28px;
    border-left: 4px solid var(--acfc-about-sea);
    background: var(--acfc-about-surface);
    border-radius: 0 8px 8px 0;
}

.acfc-captain-signature span {
    display: block;
    margin-bottom: 8px;
    color: var(--acfc-about-sea);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 800;
}

.acfc-captain-signature strong {
    color: var(--acfc-about-ink);
    font-size: 24px;
    line-height: 1.35;
    font-weight: 500;
}

.acfc-captain-experience {
    padding: 104px 0;
    background: var(--acfc-about-deep);
    color: var(--acfc-about-white);
}

.acfc-captain-experience-head {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.7fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 42px;
}

.acfc-captain-experience-head h2 {
    margin: 18px 0 0;
    color: var(--acfc-about-white);
    font-size: clamp(48px, 5vw, 78px);
    line-height: 1.04;
    font-weight: 400;
}

.acfc-captain-experience-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 20px;
    line-height: 1.75;
}

.acfc-captain-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(270px, auto);
    gap: 22px;
}

.acfc-captain-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 270px;
    padding: 28px;
    border-radius: 8px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(6, 30, 51, 0.14) 0%, rgba(6, 30, 51, 0.92) 100%),
        var(--captain-card-bg, var(--acfc-about-sea));
    background-position: center;
    background-size: cover;
    color: var(--acfc-about-white);
}

.acfc-captain-card--large {
    grid-column: span 2;
    grid-row: span 2;
}

.acfc-captain-card--dark {
    background: var(--acfc-about-deep);
}

.acfc-captain-card--gold {
    background: var(--acfc-about-gold);
}

.acfc-captain-card i {
    display: block;
    margin-bottom: 22px;
    color: var(--acfc-about-white);
    font-size: 40px;
}

.acfc-captain-card h3 {
    margin: 0 0 10px;
    color: var(--acfc-about-white);
    font-size: 30px;
    line-height: 1.15;
}

.acfc-captain-card p {
    max-width: 440px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.6;
}

.acfc-captain-route {
    display: grid;
    grid-template-columns: minmax(320px, 0.58fr) minmax(0, 1fr);
    gap: 58px;
    align-items: start;
}

.acfc-captain-route-copy h2 {
    margin: 18px 0 18px;
    color: var(--acfc-about-gold);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 1.06;
    font-weight: 400;
}

.acfc-captain-route-copy p {
    color: var(--acfc-about-muted);
    font-size: 20px;
    line-height: 1.75;
}

.acfc-captain-timeline {
    position: relative;
    display: grid;
    gap: 0;
}

.acfc-captain-timeline::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: var(--acfc-about-line);
}

.acfc-captain-timeline-item {
    position: relative;
    padding: 0 0 36px 68px;
}

.acfc-captain-timeline-item:last-child {
    padding-bottom: 0;
}

.acfc-captain-timeline-item::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
    border: 5px solid var(--acfc-about-white);
    border-radius: 50%;
    background: var(--acfc-about-gold);
    box-shadow: 0 0 0 1px var(--acfc-about-line);
}

.acfc-captain-timeline-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--acfc-about-sea);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 800;
}

.acfc-captain-timeline-item h3 {
    margin: 0 0 10px;
    color: var(--acfc-about-ink);
    font-size: 28px;
    line-height: 1.2;
}

.acfc-captain-timeline-item p {
    max-width: 720px;
    margin: 0;
    color: var(--acfc-about-muted);
    font-size: 18px;
    line-height: 1.65;
}

.acfc-captain-quote-section {
    padding: 104px 0;
    background: var(--acfc-about-surface);
}

.acfc-captain-quote {
    display: grid;
    grid-template-columns: minmax(360px, 0.58fr) minmax(0, 1fr);
    align-items: stretch;
    border-radius: 8px;
    overflow: hidden;
    background: var(--acfc-about-deep);
}

.acfc-captain-quote-image {
    min-height: 520px;
}

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

.acfc-captain-quote-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px;
    color: var(--acfc-about-white);
}

.acfc-captain-quote-copy i {
    margin-bottom: 28px;
    color: var(--acfc-about-gold);
    font-size: 54px;
}

.acfc-captain-quote-copy blockquote {
    margin: 0 0 34px;
    color: var(--acfc-about-white);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
    font-weight: 400;
}

.acfc-captain-quote-meta strong,
.acfc-captain-quote-meta span {
    display: block;
}

.acfc-captain-quote-meta strong {
    color: var(--acfc-about-white);
    font-size: 22px;
}

.acfc-captain-quote-meta span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
}

.acfc-captain-format-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.acfc-captain-format {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px;
    border: 1px solid var(--acfc-about-line);
    border-radius: 8px;
    background: var(--acfc-about-white);
    color: var(--acfc-about-ink);
}

.acfc-captain-format i {
    color: var(--acfc-about-sea);
    font-size: 42px;
}

.acfc-captain-format span {
    color: var(--acfc-about-ink);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 1199px) {
    .acfc-about-heading,
    .acfc-about-split,
    .acfc-about-steps {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .acfc-captain-hero-grid,
    .acfc-captain-story,
    .acfc-captain-experience-head,
    .acfc-captain-route,
    .acfc-captain-quote {
        grid-template-columns: 1fr;
    }

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

    .acfc-captain-stat,
    .acfc-captain-stat:last-child:nth-child(3n + 1),
    .acfc-captain-stat:nth-last-child(2):nth-child(3n + 1),
    .acfc-captain-stat:last-child:nth-child(3n + 2) {
        grid-column: auto;
    }

    .acfc-captain-stat:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

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

    .acfc-captain-profile {
        max-width: 520px;
    }

    .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-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .acfc-actions {
        width: 100%;
    }

    .acfc-actions .btn-main,
    .acfc-actions .btn-alt {
        width: 100%;
        min-height: 62px;
        padding: 18px 24px;
        font-size: 18px;
        white-space: normal;
        text-align: center;
    }

    .acfc-about-hero {
        min-height: 460px;
    }

    .acfc-about-hero .tf-container {
        padding-top: 88px;
        padding-bottom: 58px;
    }

    .acfc-about-hero h1 {
        font-size: 52px;
    }

    .acfc-about-hero p,
    .acfc-about-heading p,
    .acfc-about-steps-copy p {
        font-size: 18px;
    }

    .acfc-about-section {
        padding: 66px 0;
    }

    .acfc-about-heading h2,
    .acfc-about-copy-card h2,
    .acfc-about-steps-copy h2 {
        font-size: 42px;
    }

    .acfc-about-icon-grid,
    .acfc-about-spec-grid,
    .acfc-captain-stat-grid,
    .acfc-captain-card-grid,
    .acfc-captain-format-grid {
        grid-template-columns: 1fr;
    }

    .acfc-captain-stat,
    .acfc-captain-stat:last-child:nth-child(3n + 1),
    .acfc-captain-stat:nth-last-child(2):nth-child(3n + 1),
    .acfc-captain-stat:last-child:nth-child(3n + 2),
    .acfc-captain-stat:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .acfc-captain-hero {
        min-height: auto;
    }

    .acfc-captain-hero .tf-container {
        padding-top: 92px;
        padding-bottom: 58px;
    }

    .acfc-captain-hero-copy h1 {
        font-size: 58px;
    }

    .acfc-captain-hero-copy p,
    .acfc-captain-experience-head p,
    .acfc-captain-route-copy p,
    .acfc-captain-story-copy p {
        font-size: 18px;
    }

    .acfc-captain-profile {
        display: none;
    }

    .acfc-captain-stats {
        margin-top: 0;
        padding: 42px 0;
    }

    .acfc-captain-story-media {
        min-height: 440px;
    }

    .acfc-captain-story-main {
        width: 100%;
        height: 72%;
    }

    .acfc-captain-story-small {
        width: 62%;
        height: 34%;
        border-width: 6px;
    }

    .acfc-captain-card--large {
        grid-column: auto;
        grid-row: auto;
    }

    .acfc-captain-experience,
    .acfc-captain-quote-section {
        padding: 66px 0;
    }

    .acfc-captain-quote-copy {
        padding: 34px 24px;
    }

    .acfc-captain-quote-image {
        min-height: 300px;
    }

    .acfc-captain-quote-copy blockquote {
        font-size: 32px;
    }

    .acfc-about-copy-card {
        padding: 34px 24px;
    }

    .acfc-about-side-image {
        min-height: 440px;
    }

    .acfc-about-step {
        grid-template-columns: 1fr;
    }

    .acfc-wordmark .line-1 {
        font-size: 26px;
    }

    .acfc-wordmark .line-2 {
        font-size: 12px;
    }

    .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;
    }

    #prenota .acfc-actions {
        flex-direction: column;
        width: 100%;
    }

    #prenota .acfc-actions .btn-main,
    #prenota .acfc-actions .btn-alt {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

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