﻿:root {
    --brand-blue: #223F99;
    --brand-orange: #e26e2d;
    --ink: #11253d;
    --paper: #f6f9fd;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 148px;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--ink);
    background: radial-gradient(circle at 10% 0%, #ffffff 0%, #edf3fb 40%, #e8f0fa 100%);
}

/* Keep long-form page copy consistently justified across pages. */
main p {
    text-align: justify;
    text-justify: inter-word;
}

.content-justify-list li {
    text-align: justify;
    text-justify: inter-word;
}

main a {
    color: var(--brand-blue);
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.brand-orange-text {
    color: var(--brand-orange);
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

@supports (-webkit-text-stroke: 1px var(--brand-orange)) {
    .brand-orange-text {
        color: transparent;
        -webkit-text-stroke: 1.4px var(--brand-orange);
        text-shadow: 0 3px 10px rgba(226, 110, 45, 0.2);
    }
}

.welcome-signature {
    margin-left: 0;
    width: min(100%, 25rem);
    padding-top: 1rem;
    border-top: 1px solid rgba(34, 63, 153, 0.25);
    text-align: left;
    position: relative;
    clear: both;
}

.welcome-signature::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 5.5rem;
    height: 3px;
    background: linear-gradient(90deg, rgba(226, 110, 45, 0.95) 0%, rgba(226, 110, 45, 0.1) 100%);
}

.welcome-signature p {
    margin: 0;
    text-align: left;
    text-justify: auto;
}

.welcome-signature-greeting {
    font-size: 0.9rem;
    color: #607086;
    letter-spacing: 0.02em;
    margin-bottom: 0.55rem;
}

.welcome-signature-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--brand-blue);
    line-height: 1.35;
}

.welcome-signature-title,
.welcome-signature-org {
    margin-top: 0.2rem;
    font-size: 0.92rem;
    color: #4f5e72;
    line-height: 1.45;
}

.welcome-portrait-wrap {
    width: min(100%, 19rem);
    margin: 0 0 1rem;
    overflow: hidden;
    border: 1px solid rgba(34, 63, 153, 0.18);
    box-shadow: 0 10px 24px rgba(16, 47, 90, 0.14), 0 2px 6px rgba(16, 47, 90, 0.1);
}

.welcome-portrait-image {
    width: 100%;
    height: 100%;
    max-height: 24rem;
    object-fit: cover;
    display: block;
}

.welcome-message-body>p:first-of-type {
    margin-top: 0;
}

.welcome-message-body>p+p {
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .welcome-portrait-wrap {
        float: right;
        width: min(34%, 14rem);
        margin: 0 0 0.85rem 1.1rem;
    }
}

h1,
h2,
h3,
h4 {
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: 0.01em;
}

.brand-strip {
    background: #ffffff;
    border-bottom: 1px solid rgba(17, 37, 61, 0.08);
}

.site-nav,
.site-mobile-nav {
    background: var(--brand-blue);
    color: #ffffff;
}

.site-nav a,
.site-mobile-nav a {
    color: #ffffff;
}

.fdsm-top-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.015em;
    text-decoration: none;
    line-height: 1.1;
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.fdsm-top-link-head {
    color: #244c78;
    border: 1px solid rgba(36, 76, 120, 0.25);
    background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
    padding: 0.4rem 0.7rem;
    box-shadow: 0 4px 10px rgba(20, 50, 86, 0.08);
}

.fdsm-top-link-head:hover {
    color: #173b60;
    border-color: rgba(36, 76, 120, 0.45);
    box-shadow: 0 6px 14px rgba(20, 50, 86, 0.14);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .fdsm-top-link-head {
        display: none !important;
    }
}

.fdsm-link-icon {
    width: 1.05rem;
    height: 1.05rem;
    object-fit: contain;
}

#travelTabs {
    display: flex;
    gap: 0.7rem;
    overflow: auto;
    padding-bottom: 0.25rem;
}

.travel-side-nav {
    border: 1px solid rgba(17, 37, 61, 0.12);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 12px 28px rgba(11, 38, 72, 0.1);
    backdrop-filter: blur(4px);
    padding: 0.9rem;
}

.travel-side-title {
    margin: 0 0 0.75rem;
    color: var(--brand-blue);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.travel-tab {
    display: inline-flex;
    align-items: center;
    min-height: 3.2rem;
    padding: 0.65rem 1rem;
    border-left: 4px solid #a9c0db;
    color: #274f7e;
    background: linear-gradient(180deg, #f7fbff 0%, #edf3fb 100%);
    font-size: 0.95rem;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.01em;
    box-shadow: 0 1px 0 rgba(17, 37, 61, 0.08);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.travel-tab:hover {
    background: #e5effa;
    transform: translateY(-1px);
}

.travel-tab.is-active {
    border-left-color: var(--brand-orange);
    color: #ffffff;
    background: var(--brand-blue);
}

@media (min-width: 1024px) {
    .travel-side-wrap {
        position: sticky;
        top: 132px;
        align-self: start;
    }

    #travelTabs {
        flex-direction: column;
        gap: 0.55rem;
        overflow: visible;
    }

    .travel-tab {
        width: 100%;
    }
}

.travel-section-head {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0.5rem;
}

.travel-section-title {
    color: var(--brand-blue);
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    line-height: 1.15;
    font-weight: 700;
}

.travel-section-subtitle {
    color: #3b526d;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 0.35rem;
}

.travel-hotel-card {
    border-radius: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.travel-hotel-split {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.travel-hotel-media {
    width: 100%;
    align-content: start;
}

.travel-hotel-media img {
    height: 9rem;
}

.travel-hotel-content {
    min-width: 0;
}

.travel-hotel-content-rich {
    color: #334155;
}

.travel-hotel-content-rich p {
    margin: 0.45rem 0 0;
    text-align: left;
    text-justify: auto;
    line-height: 1.65;
}

.travel-copy-section {
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px dashed rgba(34, 63, 153, 0.24);
}

.travel-copy-section.is-booking-info {
    margin-top: 1.1rem;
    padding: 1rem 1rem 0.85rem;
    border-top: 0;
    border-left: 3px solid rgba(34, 63, 153, 0.7);
    border-radius: 0.65rem;
    background: linear-gradient(180deg, rgba(240, 247, 255, 0.92) 0%, rgba(234, 243, 255, 0.78) 100%);
}

.travel-copy-section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.travel-copy-heading {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand-blue);
    letter-spacing: 0.01em;
}

.travel-copy-label {
    font-weight: 700;
    color: #1e3a8a;
}

.travel-copy-list {
    margin: 0.45rem 0 0;
    padding-left: 1.1rem;
    color: #334155;
}


.text-brandBlue {
    color: var(--brand-blue);
}

.travel-copy-list li {
    margin-top: 0.35rem;
    line-height: 1.6;
}

.common-section-title {
    color: var(--brand-blue);
    line-height: 1.15;
    font-weight: 700;
    font-size: 1.5rem;
}

.contact-section-title {
    color: var(--brand-blue);
    line-height: 1.15;
    font-weight: 700;
    font-size: 1.5rem;
}



.travel-copy-tail-note {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px dashed rgba(100, 116, 139, 0.28);
    font-size: 0.94rem;
    color: #4b5563;
}

.travel-hotel-reference-note {
    margin: 0.25rem 0 0;
    padding: 0.85rem 1rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(248, 250, 252, 0.9);
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
    text-align: left;
    text-justify: auto;
}

.travel-float-wrap {
    overflow: hidden;
}

.travel-float-img {
    float: left;
    width: 5.8rem;
    margin: 0.2rem 1.1rem 0.6rem 0;
    border-radius: 0.75rem;
    border: 1px solid rgba(34, 63, 153, 0.18);
    box-shadow: 0 4px 12px rgba(18, 49, 93, 0.10);
    object-fit: contain;
}

.travel-float-right {
    float: right;
    margin: 0.2rem 0 0.6rem 1.1rem;
}

.travel-code-image {
    display: block;
    width: min(100%, 30rem);
    margin: 0.75rem auto 0;
    border-radius: 0.65rem;
    border: 1px solid rgba(34, 63, 153, 0.22);
    box-shadow: 0 6px 16px rgba(18, 49, 93, 0.12);
}

@media (min-width: 768px) {
    .travel-hotel-media img {
        height: 10.5rem;
    }
}

.hero-overlay {
    background:
        linear-gradient(120deg, rgba(17, 37, 61, 0.82) 10%, rgba(34, 63, 153, 0.58) 55%, rgba(34, 63, 153, 0.2) 100%),
        radial-gradient(circle at 85% 25%, rgba(226, 110, 45, 0.2), transparent 40%);
}

.glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(34, 63, 153, 0.16);
}

.section-title {
    color: var(--brand-blue);
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.1;
}

.section-kicker {
    color: var(--brand-orange);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-size: 0.78rem;
}

.placeholder-box {
    min-height: 220px;
    border: 2px dashed rgba(34, 63, 153, 0.38);
    background: repeating-linear-gradient(45deg,
            rgba(34, 63, 153, 0.06),
            rgba(34, 63, 153, 0.06) 12px,
            rgba(226, 110, 45, 0.08) 12px,
            rgba(226, 110, 45, 0.08) 24px);
}

.accent-line {
    height: 3px;
    width: 72px;
    background: var(--brand-orange);
}

.fade-up {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.nav-link {
    position: relative;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--brand-orange);
    transition: width 0.25s ease;
}

.nav-link:hover::after,
.nav-link[aria-current="page"]::after {
    width: 100%;
}

.soft-shadow {
    box-shadow: 0 12px 30px rgba(12, 39, 75, 0.1);
}

.table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
    border: 1px solid rgba(17, 37, 61, 0.15);
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
}

.table-wrap th {
    background: rgba(34, 63, 153, 0.1);
}