:root {
    --ct-font-ui: "Encode Sans", sans-serif;
    --ct-text-h1: 5rem;
    --ct-text-h2: 3rem;
    --ct-text-h3: 1.125rem;
    --ct-text-h4: 1.125rem;
    --ct-text-body: 1rem;
    --ct-color-brand-50: #f7fafd;
    --ct-color-brand-100: #eef4fb;
    --ct-color-brand-200: #c1d8f1;
    --ct-color-brand-300: #97bee7;
    --ct-color-brand-400: #669fdc;
    --ct-color-brand-500: #2f7dd0;
    --ct-color-brand-600: #235c99;
    --ct-color-brand-800: #0e253e;
    --ct-color-accent-400: #f7c94a;
    --ct-color-accent-500: #f5b60a;
    --ct-color-red-400: #bf1e1e;
    --ct-color-green-400: #097947;
    --ct-color-pencil: #173e67;
    --ct-color-surface: #ffffff;
    --ct-color-border-soft: rgba(23, 62, 103, 0.14);
    --ct-shadow-header: 0 4px 20px rgba(0, 0, 0, 0.1);
    --ct-shadow-popover: 0 20px 40px rgba(0, 0, 0, 0.12);
    --ct-radius-xs: 0.25rem;
    --ct-radius-md: 0.75rem;
    --ct-side-padding-desktop: 3rem;
    --ct-side-padding-mobile: 1rem;
    --ct-bg-white: #ffffff;
    --ct-bg-light-blue: #eef4fb;
    --ct-bg-light-yellow: #fff7dd;
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: "Material Symbols Outlined";
    font-feature-settings: "liga";
    font-style: normal;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/* Primitives - Mode 1 */
:root {
    --Numbers-4: 4px;
    --Numbers-8: 8px;
    --Numbers-16: 16px;
    --Color-White: #FFFFFFFF;
    --Font-Encode-Sans: Encode Sans;
    --Color-Gray-50: #F8FAFBFF;
    --Color-Gray-100: #F3F5F7FF;
    --Color-Gray-200: #D1DBE1FF;
    --Color-Gray-300: #B3C2CCFF;
    --Color-Gray-400: #8EA5B4FF;
    --Color-Gray-500: #668599FF;
    --Color-Gray-600: #4B6271FF;
    --Color-Gray-700: #33424CFF;
    --Color-Gray-800: #1E272EFF;
    --Color-Gray-900: #0E1316FF;
    --Color-Gray-950: #060809FF;
    --Color-Yellow-50: #FFFCF5FF;
    --Color-Yellow-100: #FEF9EBFF;
    --Color-Yellow-200: #FCE9B6FF;
    --Color-Yellow-300: #FADB85FF;
    --Color-Yellow-400: #F7C94AFF;
    --Color-Yellow-500: #F5B60AFF;
    --Color-Yellow-600: #B58708FF;
    --Color-Yellow-700: #7A5B05FF;
    --Color-Yellow-800: #493703FF;
    --Color-Yellow-900: #221901FF;
    --Color-Yellow-950: #0F0B01FF;
    --Color-Blue-50: #F7FAFDFF;
    --Color-Blue-100: #EEF4FBFF;
    --Color-Blue-200: #C1D8F1FF;
    --Color-Blue-300: #97BEE7FF;
    --Color-Blue-400: #669FDCFF;
    --Color-Blue-500: #2F7DD0FF;
    --Color-Blue-600: #235C99FF;
    --Color-Blue-700: #173E67FF;
    --Color-Blue-800: #0E253EFF;
    --Color-Blue-900: #07121DFF;
    --Color-Blue-950: #03070CFF;
    --Color-Red-400: #BF1E1EFF;
    --Color-Green-400: #097947FF;
}

/* Tokens - Desktop */
:root {
    --Color-Canvas: var(--Color-White);
    --Color-Ink: var(--Color-Blue-950);
    --Color-Pencil: var(--Color-Blue-700);
    --Color-Brand-50: var(--Color-Blue-50);
    --Color-Brand-100: var(--Color-Blue-100);
    --Color-Brand-200: var(--Color-Blue-200);
    --Color-Brand-300: var(--Color-Blue-300);
    --Color-Brand-400: var(--Color-Blue-400);
    --Color-Brand-500: var(--Color-Blue-500);
    --Color-Brand-600: var(--Color-Blue-600);
    --Color-Brand-700: var(--Color-Blue-700);
    --Color-Brand-800: var(--Color-Blue-800);
    --Color-Brand-900: var(--Color-Blue-900);
    --Color-Brand-950: var(--Color-Blue-950);
    --Color-Accent-50: var(--Color-Yellow-50);
    --Color-Accent-100: var(--Color-Yellow-100);
    --Color-Accent-200: var(--Color-Yellow-200);
    --Color-Accent-300: var(--Color-Yellow-300);
    --Color-Accent-400: var(--Color-Yellow-400);
    --Color-Accent-500: var(--Color-Yellow-500);
    --Color-Accent-600: var(--Color-Yellow-600);
    --Color-Accent-700: var(--Color-Yellow-700);
    --Color-Accent-800: var(--Color-Yellow-800);
    --Color-Accent-900: var(--Color-Yellow-900);
    --Color-Accent-950: var(--Color-Yellow-950);
    --Color-Neutral-50: var(--Color-Gray-50);
    --Color-Neutral-100: var(--Color-Gray-100);
    --Color-Neutral-200: var(--Color-Gray-200);
    --Color-Neutral-300: var(--Color-Gray-300);
    --Color-Neutral-400: var(--Color-Gray-400);
    --Color-Neutral-500: var(--Color-Gray-500);
    --Color-Neutral-600: var(--Color-Gray-600);
    --Color-Neutral-700: var(--Color-Gray-700);
    --Color-Neutral-800: var(--Color-Gray-800);
    --Color-Neutral-900: var(--Color-Gray-900);
    --Font-Display: var(--Font-Encode-Sans);
    --Size-Spacing-XS: var(--Numbers-4);
    --Size-Spacing-SM: var(--Numbers-8);
    --Size-Spacing-MD: var(--Numbers-16);
    --Size-Spacing-Side-padding: 48px;
    --Color-Neutral-950: var(--Color-Gray-950);
    --Font-Body: var(--Font-Encode-Sans);
    --Font-UI: var(--Font-Encode-Sans);
    --Size-Font-size-H1: 80px;
    --Size-Font-size-H2: 42px;
    --Size-Radius-Radius-XS: var(--Size-Spacing-XS);
    --Color-Error-400: var(--Color-Red-400);
    --Color-Success-400: var(--Color-Green-400);
}

/* Tokens - Mobile */
:root {
    --Color-Canvas: var(--Color-White);
    --Color-Ink: var(--Color-Blue-950);
    --Color-Pencil: var(--Color-Blue-700);
    --Color-Brand-50: var(--Color-Blue-50);
    --Color-Brand-100: var(--Color-Blue-100);
    --Color-Brand-200: var(--Color-Blue-200);
    --Color-Brand-300: var(--Color-Blue-300);
    --Color-Brand-400: var(--Color-Blue-400);
    --Color-Brand-500: var(--Color-Blue-500);
    --Color-Brand-600: var(--Color-Blue-600);
    --Color-Brand-700: var(--Color-Blue-700);
    --Color-Brand-800: var(--Color-Blue-800);
    --Color-Brand-900: var(--Color-Blue-900);
    --Color-Brand-950: var(--Color-Blue-950);
    --Color-Accent-50: var(--Color-Yellow-50);
    --Color-Accent-100: var(--Color-Yellow-100);
    --Color-Accent-200: var(--Color-Yellow-200);
    --Color-Accent-300: var(--Color-Yellow-300);
    --Color-Accent-400: var(--Color-Yellow-400);
    --Color-Accent-500: var(--Color-Yellow-500);
    --Color-Accent-600: var(--Color-Yellow-600);
    --Color-Accent-700: var(--Color-Yellow-700);
    --Color-Accent-800: var(--Color-Yellow-800);
    --Color-Accent-900: var(--Color-Yellow-900);
    --Color-Accent-950: var(--Color-Yellow-950);
    --Color-Neutral-50: var(--Color-Gray-50);
    --Color-Neutral-100: var(--Color-Gray-100);
    --Color-Neutral-200: var(--Color-Gray-200);
    --Color-Neutral-300: var(--Color-Gray-300);
    --Color-Neutral-400: var(--Color-Gray-400);
    --Color-Neutral-500: var(--Color-Gray-500);
    --Color-Neutral-600: var(--Color-Gray-600);
    --Color-Neutral-700: var(--Color-Gray-700);
    --Color-Neutral-800: var(--Color-Gray-800);
    --Color-Neutral-900: var(--Color-Gray-900);
    --Font-Display: var(--Font-Encode-Sans);
    --Size-Spacing-XS: var(--Numbers-4);
    --Size-Spacing-SM: var(--Numbers-8);
    --Size-Spacing-MD: var(--Numbers-16);
    --Size-Spacing-Side-padding: 16px;
    --Color-Neutral-950: var(--Color-Gray-950);
    --Font-Body: var(--Font-Encode-Sans);
    --Font-UI: var(--Font-Encode-Sans);
    --Size-Font-size-H1: 64px;
    --Size-Font-size-H2: 38px;
    --Size-Radius-Radius-XS: var(--Size-Spacing-XS);
    --Color-Error-400: #FFFFFFFF;
    --Color-Success-400: #FFFFFFFF;
}

:root {
    --max-content-width: 80rem;
    --max-content-width-admin: 120rem;
}

@media (min-width: 1024px) {
  :root {
    --ct-text-h2: 3.25rem;
  }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: var(--ct-color-surface);
    color: var(--ct-color-pencil);
    font-family: var(--ct-font-ui);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

.site-main {
    display: block;
}

.container {
    max-width: 80rem; /* 1280px */
    margin-inline: auto;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.section-heading {
    color: var(--Color-Pencil, #173e67);
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 38px;
    line-height: 1.06;
}

@media (min-width: 1024px) {
    .section-heading {
        font-size: 42px;
    }
}

.section-heading:before {
    content: "";
    width: 87px;
    height: 29px;
    background-image: url("../images/small_triangles.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ---------------------------------------------------------------------------
   Fleet Section
   --------------------------------------------------------------------------- */

.block-fleet-section {
    padding: 56px var(--ct-side-padding-mobile);
    background: var(--Color-Brand-50, #f7fafd);
}

@media (min-width: 1024px) {
    .block-fleet-section {
        padding: 56px var(--ct-side-padding-desktop);
    }
}

.block-fleet-section .section-heading {
    margin: 0 0 48px;
}

.fleet-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .fleet-grid {
        flex-direction: row;
    }
}

.fleet-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--Color-Canvas, #ffffff);
    border: 1px solid var(--Color-Pencil, #173e67);
    padding: 1px;
}

@media (min-width: 768px) {
    .fleet-card {
        flex: 1 0 0;
    }
}

.fleet-card__image-wrap {
    position: relative;
    width: 100%;
}

.fleet-card__image {
    width: 100%;
    aspect-ratio: 384 / 229.615;
    object-fit: cover;
    display: block;
}

.fleet-card__image-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 30% at 50% 50%, rgba(193, 216, 241, 0.3) 0%, rgba(152, 170, 190, 0.3) 50%, rgba(111, 125, 139, 0.3) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.fleet-card__content {
    padding: 20px 24px 32px;
}

.fleet-card__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fleet-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fleet-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    background: var(--Color-Brand-50, #f7fafd);
    border: 1px solid var(--Color-Pencil, #173e67);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Ink, #03070c);
    letter-spacing: 0.45px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fleet-card__deco {
    display: flex;
    align-items: center;
    height: 21.333px;
    width: 100%;
}

.fleet-card__line {
    flex: 1 0 0;
    height: 0;
    border-bottom: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
}

.fleet-card__chevrons {
    width: 64px;
    height: 21.333px;
    flex-shrink: 0;
    background-image: url("../images/small_triangles.svg");
    background-repeat: no-repeat;
    background-size: 64px 21.333px;
    background-position: center;
}

.fleet-card__title {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--Color-Pencil, #173e67);
}

/* ---------------------------------------------------------------------------
   About Section
   --------------------------------------------------------------------------- */

.block-about-section {
    padding: 64px var(--ct-side-padding-mobile);
}

@media (min-width: 1024px) {
    .block-about-section {
        padding: 64px var(--ct-side-padding-desktop);
    }
}

.about-section__top {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
}

@media (min-width: 1024px) {
    .about-section__top {
        flex-direction: row;
        gap: 126px;
        margin-bottom: 64px;
    }
}

.about-section__heading {
    flex-shrink: 0;
    margin: 0;
}

@media (min-width: 1024px) {
    .about-section__heading {
        width: 340px;
    }
}

.about-section__text {
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--Color-Ink, #03070c);
    flex: 1;
}

@media (min-width: 1024px) {
    .about-section__text {
        max-width: 685px;
    }
}

.about-section__text p {
    margin: 0 0 18px;
}

.about-section__text p:last-child {
    margin-bottom: 0;
}

.about-section__text u,
.about-section__text a {
    text-decoration: underline;
    text-decoration-color: var(--Color-Accent-500, #f5b60a);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.about-section__text a {
    color: inherit;
    cursor: pointer;
}

.about-section__bottom {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.about-section__divider {
    width: 100%;
    height: 0;
    border-bottom: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
}

.about-section__key-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    .about-section__key-points {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 32px;
    }
}

.about-section__key-point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.about-section__key-point-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 48px;
    padding: 4px 7px;
    flex-shrink: 0;
}

.about-section__key-point-icon .material-icons {
    font-size: 36px;
    color: var(--Color-Brand-500, #2f7dd0);
}

@media (min-width: 1024px) {
    .about-section__key-point-icon .material-icons {
        font-size: 24px;
    }
}

.about-section__key-point-separator {
    width: 0;
    height: 50px;
    border-left: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
    flex-shrink: 0;
}

.about-section__key-point-label {
    flex: 1 0 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--Color-Pencil, #173e67);
    min-width: 0;
}

.about-section__key-point-label strong,
.about-section__key-point-label b {
    font-weight: 700;
}

/* ---------------------------------------------------------------------------
   Hero Section
   --------------------------------------------------------------------------- */

.block-hero-section {
    background: var(--Color-Brand-50, #f7fafd);
}

.hero-section__grid {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .hero-section__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
    }
}

/* Image */

.hero-section__image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .hero-section__image-wrap {
        grid-column: 1;
        grid-row: 1;
    }
}

.hero-section__image {
    width: 100%;
    height: 307px;
    object-fit: cover;
    display: block;
}

@media (min-width: 1024px) {
    .hero-section__image {
        height: 343.75px;
    }
}

.hero-section__image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(47, 125, 208, 0.6), rgba(47, 125, 208, 0.1));
    mix-blend-mode: color;
    pointer-events: none;
}

.hero-section__image-overlay-dark {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 30% at 50% 50%, rgba(6, 8, 9, 0.3) 0%, rgba(3, 7, 12, 0.7) 100%);
    opacity: 0.75;
    pointer-events: none;
}

@media (min-width: 1024px) {
    .hero-section__image-overlay-dark {
        display: none;
    }
}

/* Title */

.hero-section__title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 16px 32px;
}

@media (min-width: 1024px) {
    .hero-section__title-wrap {
        position: static;
        grid-column: 1;
        grid-row: 2;
        padding: 0 48px 104px;
        display: flex;
        align-items: center;
        align-self: start;
    }
}

.hero-section__title {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.28px;
    color: var(--Color-Canvas, #ffffff);
}

@media (min-width: 1024px) {
    .hero-section__title {
        font-size: 80px;
        letter-spacing: -1.6px;
        color: var(--Color-Pencil, #173e67);
        max-width: 410px;
    }
}

/* Form column */

.hero-section__form-col {
    padding: 0 16px;
    margin-top: -27px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) {
    .hero-section__form-col {
        grid-column: 2;
        grid-row: 1 / span 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 64px 48px 0 0;
        margin-top: 0;
    }
}

/* Form card */

.hero-section__form-card {
    background: var(--Color-Brand-100, #eef4fb);
    border: 1px solid var(--Color-Pencil, #173e67);
    border-radius: 4px;
    padding: 24px 16px;
}

@media (min-width: 1024px) {
    .hero-section__form-card {
        padding: 48px;
        width: 584px;
        max-width: 100%;
    }
}

/* Contact Form 7 base styles inside hero */

.hero-section__form-card .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 1024px) {
    .hero-section__form-card .wpcf7-form {
        gap: 31px;
    }
}

.hero-section__form-card .wpcf7-form p {
    margin: 0;
}

.hero-section__form-card label {
    display: block;
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Ink, #03070c);
    margin-bottom: 7px;
}

.hero-section__form-card .wpcf7-form-control-wrap {
    display: block;
}

.hero-section__form-card .wpcf7-form-control:not(.wpcf7-submit):not([type="radio"]):not([type="checkbox"]) {
    display: block;
    width: 100%;
    height: 43px;
    padding: 8px 16px;
    background: var(--Color-White, #ffffff);
    border: 1px solid var(--Color-Pencil, #173e67);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Ink, #03070c);
    outline: none;
}

.hero-section__form-card .wpcf7-form-control:focus {
    border-color: var(--Color-Brand-500, #2f7dd0);
}

/* Two-column row helper */

.hero-section__form-card .form-row-2col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .hero-section__form-card .form-row-2col {
        flex-direction: row;
    }

    .hero-section__form-card .form-row-2col > * {
        flex: 1 0 0;
        min-width: 0;
    }
}

/* Radio / segmented control */

.hero-section__form-card .wpcf7-radio {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--Color-Pencil, #173e67);
    border-radius: 4px;
    padding: 2px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero-section__form-card .wpcf7-radio {
        flex-direction: row;
    }
}

.hero-section__form-card .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    flex: 1;
}

.hero-section__form-card .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
}

.hero-section__form-card .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: var(--Color-Pencil, #173e67);
    flex-shrink: 0;
}

.hero-section__form-card .wpcf7-radio .wpcf7-list-item.first label {
    background: var(--Color-Canvas, #ffffff);
    color: var(--Color-Ink, #03070c);
}

.hero-section__form-card .wpcf7-radio .wpcf7-list-item.last label {
    background: var(--Color-Brand-50, #f7fafd);
    color: var(--Color-Pencil, #173e67);
    opacity: 0.8;
}

@media (min-width: 768px) {
    .hero-section__form-card .wpcf7-radio .wpcf7-list-item.first label {
        border-right: 1px solid var(--Color-Ink, #03070c);
    }
}

@media (max-width: 767px) {
    .hero-section__form-card .wpcf7-radio .wpcf7-list-item.first label {
        border-bottom: 1px solid var(--Color-Ink, #03070c);
    }
}

/* Submit button */

.hero-section__form-card .wpcf7-submit {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: var(--Color-Accent-400, #f7c94a);
    border: 1px solid var(--Color-Accent-500, #f5b60a);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    cursor: pointer;
    text-align: center;
    transition: background 0.2s ease;
}

.hero-section__form-card .wpcf7-submit:hover {
    background: var(--Color-Accent-500, #f5b60a);
}

/* CF7 validation messages */

.hero-section__form-card .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
}

.hero-section__form-card .wpcf7-not-valid-tip {
    font-size: 13px;
    color: var(--Color-Error-400, #bf1e1e);
    margin-top: 4px;
}

/* ---------------------------------------------------------------------------
   Booking Hero Section
   --------------------------------------------------------------------------- */

.block-booking-hero-section {
    background: var(--Color-Brand-50, #f7fafd);
    padding: 56px var(--ct-side-padding-mobile);
}

@media (min-width: 1024px) {
    .block-booking-hero-section {
        padding: 56px var(--ct-side-padding-desktop);
    }
}

.booking-hero__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 1024px) {
    .booking-hero__grid {
        flex-direction: row;
        justify-content: space-between;
        gap: 48px;
    }
}

/* Left column: title + KVP */

.booking-hero__left {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 1024px) {
    .booking-hero__left {
        width: 410px;
        flex-shrink: 0;
    }
}

.booking-hero__title {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -1.28px;
    color: var(--Color-Pencil, #173e67);
}

@media (min-width: 1024px) {
    .booking-hero__title {
        font-size: 80px;
        letter-spacing: -1.6px;
    }
}

.booking-hero__points {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.booking-hero__point {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.booking-hero__point-icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 48px;
    padding: 4px 7px;
    flex-shrink: 0;
}

.booking-hero__point-icon .material-icons {
    font-size: 36px;
    color: var(--Color-Brand-500, #2f7dd0);
}

.booking-hero__point-separator {
    width: 0;
    height: 50px;
    border-left: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
    flex-shrink: 0;
}

.booking-hero__point-label {
    flex: 1 0 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--Color-Pencil, #173e67);
    min-width: 0;
}

.booking-hero__point-label strong,
.booking-hero__point-label b {
    font-weight: 700;
}

/* Form column */

.booking-hero__form-col {
    width: 100%;
}

@media (min-width: 1024px) {
    .booking-hero__form-col {
        flex-shrink: 0;
    }
}

/* Form card */

.booking-hero__form-card {
    background: var(--Color-Brand-100, #eef4fb);
    border: 1px solid var(--Color-Pencil, #173e67);
    border-radius: 4px;
    padding: 48px 16px;
}

@media (min-width: 1024px) {
    .booking-hero__form-card {
        padding: 48px;
        width: 706px;
        max-width: 100%;
    }
}

/* CF7 inside booking hero */

.booking-hero__form-card .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.booking-hero__form-card .wpcf7-form p {
    margin: 0;
}

/* Form section */

.booking-hero__form-card .form-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.booking-hero__form-card .form-section__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.booking-hero__form-card .form-section__heading::before {
    content: "";
    width: 0;
    height: 28px;
    border-left: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
    flex-shrink: 0;
}

.booking-hero__form-card .form-section__heading-text {
    flex: 1;
    font-family: "Encode Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--Color-Pencil, #173e67);
}

.booking-hero__form-card .form-section__content {
    display: flex;
    flex-direction: column;
    gap: 31px;
}

/* Field labels and inputs (shared with hero) */

.booking-hero__form-card label {
    display: block;
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Ink, #03070c);
    margin-bottom: 7px;
}

.booking-hero__form-card .wpcf7-form-control-wrap {
    display: block;
}

.booking-hero__form-card .wpcf7-form-control:not(.wpcf7-submit):not([type="radio"]):not([type="checkbox"]) {
    display: block;
    width: 100%;
    height: 43px;
    padding: 8px 16px;
    background: var(--Color-White, #ffffff);
    border: 1px solid var(--Color-Pencil, #173e67);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Ink, #03070c);
    outline: none;
}

.booking-hero__form-card .wpcf7-form-control:focus {
    border-color: var(--Color-Brand-500, #2f7dd0);
}

/* Two-column row helper */

.booking-hero__form-card .form-row-2col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .booking-hero__form-card .form-row-2col {
        flex-direction: row;
    }

    .booking-hero__form-card .form-row-2col > * {
        flex: 1 0 0;
        min-width: 0;
    }
}

/* Radio / segmented control */

.booking-hero__form-card .wpcf7-radio {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--Color-Pencil, #173e67);
    border-radius: 4px;
    padding: 2px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .booking-hero__form-card .wpcf7-radio {
        flex-direction: row;
    }
}

.booking-hero__form-card .wpcf7-radio .wpcf7-list-item {
    margin: 0;
    flex: 1;
}

.booking-hero__form-card .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
}

.booking-hero__form-card .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: var(--Color-Pencil, #173e67);
    flex-shrink: 0;
}

.booking-hero__form-card .wpcf7-radio .wpcf7-list-item.first label {
    background: var(--Color-Canvas, #ffffff);
    color: var(--Color-Ink, #03070c);
}

.booking-hero__form-card .wpcf7-radio .wpcf7-list-item.last label {
    background: var(--Color-Brand-50, #f7fafd);
    color: var(--Color-Pencil, #173e67);
    opacity: 0.8;
}

@media (min-width: 768px) {
    .booking-hero__form-card .wpcf7-radio .wpcf7-list-item.first label {
        border-right: 1px solid var(--Color-Ink, #03070c);
    }
}

@media (max-width: 767px) {
    .booking-hero__form-card .wpcf7-radio .wpcf7-list-item.first label {
        border-bottom: 1px solid var(--Color-Ink, #03070c);
    }
}

/* Submit button */

.booking-hero__form-card .wpcf7-submit {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: var(--Color-Accent-400, #f7c94a);
    border: 1px solid var(--Color-Accent-500, #f5b60a);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    cursor: pointer;
    text-align: center;
    transition: background 0.2s ease;
}

.booking-hero__form-card .wpcf7-submit:hover {
    background: var(--Color-Accent-500, #f5b60a);
}

/* CF7 validation messages */

.booking-hero__form-card .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
}

.booking-hero__form-card .wpcf7-not-valid-tip {
    font-size: 13px;
    color: var(--Color-Error-400, #bf1e1e);
    margin-top: 4px;
}

/* ---------------------------------------------------------------------------
   Pricing Section
   --------------------------------------------------------------------------- */

.block-pricing-section {
    padding: 56px var(--ct-side-padding-mobile);
    background: var(--Color-Brand-50, #f7fafd);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 1024px) {
    .block-pricing-section {
        padding: 56px var(--ct-side-padding-desktop);
    }
}

.block-pricing-section .section-heading {
    margin: 0;
}

/* Note */

.pricing-note {
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
}

.pricing-note strong,
.pricing-note b {
    font-weight: 700;
}

/* Tabs */

.pricing-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1024px) {
    .pricing-tabs {
        flex-direction: row;
    }
}

.pricing-tabs__tab {
    flex: 1 0 0;
    padding: 24px;
    border: none;
    background: var(--Color-Brand-100, #eef4fb);
    color: var(--Color-Pencil, #173e67);
    font-family: "Encode Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

@media (min-width: 1024px) {
    .pricing-tabs__tab {
        font-size: 28px;
    }
}

.pricing-tabs__tab.is-active {
    background: linear-gradient(to left, #173e67, #2e7bcd);
    color: var(--Color-Canvas, #ffffff);
}

/* Mobile tab borders */

@media (max-width: 1023px) {
    .pricing-tabs__tab.is-active {
        border-left: 3px solid var(--Color-Brand-500, #2f7dd0);
    }

    .pricing-tabs__tab:not(.is-active) {
        border-left: 3px solid var(--Color-Brand-400, #669fdc);
    }
}

/* Tab divider */

.pricing-tabs__divider {
    width: 100%;
    height: 0;
    border-bottom: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
}

@media (max-width: 1023px) {
    .pricing-tabs__divider {
        display: none;
    }
}

/* Tab panels */

.pricing-tabs__panel {
    display: none;
    width: 100%;
}

.pricing-tabs__panel.is-active {
    display: block;
}

/* Desktop table */

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table--desktop {
    display: none;
}

@media (min-width: 1024px) {
    .pricing-table--desktop {
        display: table;
    }
}

.pricing-table thead th {
    padding: 8px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--Color-Pencil, #173e67);
    text-align: left;
}

.pricing-table tbody th,
.pricing-table tbody td {
    padding: 8px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    text-align: left;
}

.pricing-table tbody th {
    font-weight: 500;
}

.pricing-table tbody td {
    font-weight: 400;
}

.pricing-table__col-destination {
    width: 420px;
}

.pricing-table__col-price {
    flex: 1 0 0;
}

/* Mobile list */

.pricing-list--mobile {
    display: flex;
    flex-direction: column;
    border-left: 3px solid var(--Color-Brand-400, #669fdc);
    padding: 24px 0;
    gap: 21px;
}

@media (min-width: 1024px) {
    .pricing-list--mobile {
        display: none;
    }
}

.pricing-list__item {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 16px;
}

.pricing-list__destination {
    margin: 0;
    padding: 8px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
}

.pricing-list__prices {
    display: flex;
    gap: 16px;
}

.pricing-list__price {
    flex: 1 0 0;
    padding: 0 8px;
    font-family: "Encode Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
}

/* See more button */

.pricing-more-btn {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: var(--Color-Accent-400, #f7c94a);
    border: 1px solid var(--Color-Accent-500, #f5b60a);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease;
}

.pricing-more-btn:hover {
    background: var(--Color-Accent-500, #f5b60a);
}

/* ---------------------------------------------------------------------------
   Blog Section
   --------------------------------------------------------------------------- */

.block-blog-section {
    padding: 56px var(--ct-side-padding-mobile);
    background: var(--Color-Brand-50, #f7fafd);
}

@media (min-width: 1024px) {
    .block-blog-section {
        padding: 56px var(--ct-side-padding-desktop);
    }
}

.block-blog-section .section-heading {
    margin: 0 0 33px;
}

/* Grid: horizontal scroll on mobile, equal columns on desktop */

.blog-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.blog-grid::-webkit-scrollbar {
    display: none;
}

@media (min-width: 768px) {
    .blog-grid {
        overflow-x: visible;
        scroll-snap-type: none;
    }
}

/* Card */

.blog-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--Color-Canvas, #ffffff);
    border: 1px solid var(--Color-Pencil, #173e67);
    padding: 1px;
    text-decoration: none;
    flex: 0 0 320px;
    scroll-snap-align: start;
}

@media (min-width: 768px) {
    .blog-card {
        flex: 1 0 0;
    }
}

/* Card image — identical to fleet card image */

.blog-card__image-wrap {
    position: relative;
    width: 100%;
}

.blog-card__image {
    width: 100%;
    aspect-ratio: 384 / 229.615;
    object-fit: cover;
    display: block;
}

.blog-card__image-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 30% at 50% 50%, rgba(193, 216, 241, 0.3) 0%, rgba(152, 170, 190, 0.3) 50%, rgba(111, 125, 139, 0.3) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
}

/* Card content */

.blog-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 0;
    padding: 20px 24px 32px;
    gap: 30px;
}

.blog-card__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Divider — identical to fleet card divider */

.blog-card__deco {
    display: flex;
    align-items: center;
    height: 21.333px;
    width: 100%;
}

.blog-card__line {
    flex: 1 0 0;
    height: 0;
    border-bottom: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
}

.blog-card__chevrons {
    width: 64px;
    height: 21.333px;
    flex-shrink: 0;
    background-image: url("../images/small_triangles.svg");
    background-repeat: no-repeat;
    background-size: 64px 21.333px;
    background-position: center;
}

/* Title */

.blog-card__title {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--Color-Pencil, #173e67);
}

/* Read more button */

.blog-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 10px 20px;
    background: var(--Color-Brand-200, #c1d8f1);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    white-space: nowrap;
}

/* ---------------------------------------------------------------------------
   Contact Section
   --------------------------------------------------------------------------- */

.block-contact-section {
    padding: 64px var(--ct-side-padding-mobile);
    background: var(--Color-Canvas, #ffffff);
}

@media (min-width: 1024px) {
    .block-contact-section {
        padding: 64px var(--ct-side-padding-desktop);
    }
}

.contact-section__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (min-width: 1024px) {
    .contact-section__grid {
        flex-direction: row;
        gap: 146px;
    }
}

.contact-section__heading {
    flex-shrink: 0;
    margin: 0;
}

@media (min-width: 1024px) {
    .contact-section__heading {
        width: 340px;
    }
}

.contact-section__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 0 0;
}

/* Text */

.contact-section__text {
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--Color-Ink, #03070c);
}

.contact-section__text p {
    margin: 0 0 18px;
}

.contact-section__text p:last-child {
    margin-bottom: 0;
}

.contact-section__text strong,
.contact-section__text b {
    font-weight: 700;
}

.contact-section__text u,
.contact-section__text a {
    text-decoration: underline;
    text-decoration-color: var(--Color-Accent-500, #f5b60a);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.contact-section__text a {
    color: inherit;
    cursor: pointer;
}

/* Socials */

.contact-section__socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

.contact-section__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--Color-Brand-100, #eef4fb);
    color: var(--Color-Brand-500, #2f7dd0);
    text-decoration: none;
    transition: background 0.2s ease;
}

.contact-section__social:hover {
    background: var(--Color-Brand-200, #c1d8f1);
}

.contact-section__social .material-icons {
    font-size: 20px;
}

/* Actions */

.contact-section__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 1024px) {
    .contact-section__actions {
        flex-direction: row;
    }
}

.contact-section__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: var(--Color-Brand-200, #c1d8f1);
    border-radius: 4px;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    text-decoration: none;
    text-align: center;
    transition: background 0.2s ease;
    white-space: nowrap;
}

@media (min-width: 1024px) {
    .contact-section__btn:first-child {
        width: 355px;
        flex-shrink: 0;
    }

    .contact-section__btn:last-child {
        flex: 1 0 0;
    }
}

.contact-section__btn:hover {
    background: var(--Color-Brand-300, #97bee7);
}

/* ---------------------------------------------------------------------------
   Highlight Section
   --------------------------------------------------------------------------- */

.block-highlight-section {
    padding: 40px var(--ct-side-padding-mobile);
    background: var(--Color-Accent-100, #fef9eb);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .block-highlight-section {
        padding: 40px var(--ct-side-padding-desktop);
    }
}

.highlight-section__kvp {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.highlight-section__icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 48px;
    padding: 4px 7px;
    flex-shrink: 0;
}

.highlight-section__icon .material-icons {
    font-size: 45px;
    color: var(--Color-Accent-700, #7a5b05);
}

.highlight-section__separator {
    width: 0;
    height: 50px;
    border-left: 1px dotted var(--Color-Pencil, #173e67);
    opacity: 0.3;
    flex-shrink: 0;
}

.highlight-section__label {
    flex: 1 0 0;
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--Color-Accent-700, #7a5b05);
    min-width: 0;
}

/* ---------------------------------------------------------------------------
   Awards Section
   --------------------------------------------------------------------------- */

.block-awards-section {
    padding: 56px var(--ct-side-padding-mobile);
    background: var(--Color-Canvas, #ffffff);
}

@media (min-width: 1024px) {
    .block-awards-section {
        padding: 56px var(--ct-side-padding-desktop);
    }
}

.awards-section__grid {
    display: flex;
    flex-direction: column;
    gap: 55px;
    align-items: center;
}

@media (min-width: 1024px) {
    .awards-section__grid {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 48px;
    }
}

/* Heading */

.awards-section__heading {
    flex-shrink: 0;
    margin: 0;
}

@media (min-width: 1024px) {
    .awards-section__heading {
        width: 340px;
    }
}

/* Widget */

.awards-section__widget {
    width: 100%;
    max-width: 499px;
}

@media (max-width: 1023px) {
    .awards-section__widget {
        max-width: 100%;
        overflow: hidden;
    }
}

/* Badges */

.awards-section__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 69px;
    justify-content: center;
    align-items: flex-start;
}

@media (min-width: 1024px) {
    .awards-section__badges {
        flex-direction: column;
        align-items: center;
        gap: 69px;
    }
}

.awards-section__badge {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* ---------------------------------------------------------------------------
   Partners Section
   --------------------------------------------------------------------------- */

.block-partners-section {
    padding: 64px var(--ct-side-padding-mobile);
    background: var(--Color-Accent-100, #fef9eb);
}

@media (min-width: 1024px) {
    .block-partners-section {
        padding: 64px var(--ct-side-padding-desktop);
    }
}

.partners-section__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

/* Text */

.partners-section__text {
    margin: 0;
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    text-align: center;
}

.partners-section__text strong,
.partners-section__text b {
    font-weight: 700;
}

@media (min-width: 1024px) {
    .partners-section__text {
        max-width: 698px;
    }
}

/* Logos */

.partners-section__logos {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    mix-blend-mode: darken;
}

.partners-section__logos::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1024px) {
    .partners-section__logos {
        gap: 52px;
        overflow-x: visible;
        justify-content: space-between;
    }
}

.partners-section__logo {
    display: block;
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 140px;
}

@media (min-width: 1024px) {
    .partners-section__logo {
        flex: 1 0 0;
        width: auto;
        min-width: 0;
    }
}

.partners-section__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* CTA */

.partners-section__cta {
    font-family: "Encode Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--Color-Pencil, #173e67);
    text-align: center;
    text-decoration: underline;
    text-decoration-color: var(--Color-Accent-500, #f5b60a);
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

@media (min-width: 1024px) {
    .partners-section__cta {
        max-width: 698px;
    }
}
