* { font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; }
:root {
    --gold-hover: #d97706;
    --copy: #475569;
}
.landing-shell { color: #0f172a; background: #ffffff; }
.landing-shell a {
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.nav-link { color: #64748b; font-size: 0.95rem; font-weight: 600; }
.nav-link:hover { color: var(--gold-hover); }
.hero-bg {
    background: linear-gradient(135deg, #0f172a 0%, #173455 48%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}
.hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 78% 36%, rgba(245, 158, 11, 0.10) 0%, transparent 58%),
        radial-gradient(ellipse 62% 54% at 20% 82%, rgba(59, 130, 246, 0.08) 0%, transparent 58%);
    pointer-events: none;
}
.hero-eyebrow {
    color: #fbbf24;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.hero-title {
    font-size: clamp(3rem, 5.3vw, 4.6rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #ffffff;
}
.hero-copy {
    color: #c7d2fe;
    font-size: 1.08rem;
    line-height: 1.82;
    max-width: 36rem;
}
.hero-orbit {
    width: 22rem;
    height: 22rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), 0 30px 80px rgba(5, 14, 30, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-orbit-inner {
    width: 15.5rem;
    height: 15.5rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(245,158,11,0.15) 0%, rgba(59,130,246,0.10) 100%);
    border: 1px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}
.hero-orbit-title {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.035em;
    margin: 0 0 0.7rem;
}
.hero-orbit-copy {
    color: #cbd5e1;
    font-size: 0.86rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 auto;
    max-width: 10.75rem;
}
.hero-float-card {
    position: absolute;
    width: 16.5rem;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.16);
    color: #ffffff;
    backdrop-filter: blur(16px);
    border-radius: 1rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.28);
}
.hero-float-card.top { top: -2.4rem; right: -4.8rem; }
.hero-float-card.bottom { left: -4.8rem; bottom: -2.55rem; }
.hero-float-card p:first-child {
    color: #f8fafc;
    font-size: 0.94rem;
    font-weight: 700;
    margin: 0 0 0.15rem 0;
}
.hero-float-card p:last-child {
    color: #cbd5e1;
    font-size: 0.82rem;
    margin: 0;
}
.section-eyebrow {
    color: #d97706;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.section-title {
    color: #0f172a;
    font-size: clamp(2.2rem, 3vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.section-copy { color: var(--copy); font-size: 1.02rem; line-height: 1.75; }
.card-hover {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 44px rgba(15, 23, 42, 0.10);
    border-color: rgba(245, 158, 11, 0.22);
}
.feature-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1.5rem;
    padding: 2rem;
}
.feature-icon {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 1rem !important;
    flex: 0 0 auto;
}
.feature-icon-glyph {
    font-size: 1.55rem !important;
    line-height: 1;
}
.fleet-title {
    font-size: 2.25rem;
}
.fleet-copy {
    font-size: 1.125rem;
    line-height: 2rem;
}
.service-card {
    background: linear-gradient(180deg, #101b2d 0%, #16263f 100%);
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.05);
}
.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(245,158,11,0.08) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}
.service-card:hover::after { opacity: 1; }
.service-card-content { position: relative; z-index: 1; padding: 2rem; }
.step-line { position: relative; }
.step-line::after {
    content: '';
    position: absolute;
    top: 1.7rem;
    left: calc(50% + 2.6rem);
    width: calc(100% - 5.2rem);
    height: 2px;
    background: repeating-linear-gradient(90deg, #cbd5e1 0, #cbd5e1 6px, transparent 6px, transparent 12px);
}
.showcase-shell {
    background: linear-gradient(135deg, #0f172a 0%, #17263d 100%);
    border-radius: 2rem;
    padding: 3.2rem;
    overflow: hidden;
}
.fleet-layout,
.fleet-layout > * ,
.fleet-copy-column,
.fleet-slider-column {
    min-width: 0;
}
.fleet-copy-column h2,
.fleet-copy-column p {
    max-width: 100%;
    overflow-wrap: anywhere;
}
.fleet-slider-toolbar {
    gap: 1rem;
}
.fleet-slider-nav,
.fleet-slider-dots {
    min-width: 0;
}
.fleet-slider-shell {
    overflow: hidden;
    position: relative;
    border-radius: 1.5rem;
    width: 100%;
    min-width: 0;
}
.fleet-slider-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
    width: 100%;
}
.showcase-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 1.35rem;
    padding: 1.25rem;
    backdrop-filter: blur(14px);
    flex: 0 0 100%;
    min-width: 0;
    max-width: 100%;
}
.showcase-card img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.contact-shell {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1.75rem;
    padding: 2.4rem;
    box-shadow: 0 18px 52px rgba(15, 23, 42, 0.06);
}
.access-card {
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    padding: 1.35rem 1.4rem;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.access-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12.5rem;
    min-height: 3.25rem;
    border-radius: 0.95rem;
    font-weight: 700;
    font-size: 0.95rem;
}
.access-cta.secondary {
    border: 1px solid #cbd5e1;
    color: #0f172a;
    background: #ffffff;
}
.access-cta.secondary:hover {
    border-color: #94a3b8;
    background: #f8fafc;
    color: #0f172a;
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}
.slider-control {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.slider-control:hover {
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.24);
}
.slider-dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.25);
    border: 0;
}
.slider-dot.active {
    background: #fbbf24;
}
.footer-link { color: #94a3b8; font-size: 0.94rem; }
.footer-link:hover { color: #fbbf24; }
.footer-contact { color: #cbd5e1; font-size: 0.92rem; line-height: 1.6; }
.brand-image { max-height: 42px; width: auto; }
.footer-affiliation {
    display: inline-grid;
    gap: 0.65rem;
}
.footer-affiliation-link {
    display: inline-flex;
    align-items: center;
}
.footer-affiliation-label {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: none;
}
.footer-affiliation-logo {
    max-height: 36px;
    width: auto;
    object-fit: contain;
    opacity: 0.95;
}
@media (max-width: 1024px) {
    .hero-orbit { width: 19rem; height: 19rem; }
    .hero-orbit-inner { width: 13.75rem; height: 13.75rem; }
    .showcase-shell { padding: 2rem; }
    .fleet-layout {
        gap: 2rem;
    }
    .fleet-title {
        font-size: 2rem;
        line-height: 1.12;
    }
    .fleet-copy {
        font-size: 0.98rem;
        line-height: 1.7;
    }
    .feature-icon {
        width: 4.1rem;
        height: 4.1rem;
    }
    .feature-icon-glyph {
        font-size: 1.65rem;
    }
}
@media (max-width: 900px) {
    .fleet-slider-toolbar {
        margin-bottom: 1rem;
    }
    .fleet-title {
        font-size: 1.85rem;
    }
    .showcase-card img {
        aspect-ratio: 1.18;
        max-height: 14rem;
        object-fit: contain;
        background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
        padding: 0.35rem;
    }
}
@media (max-width: 767px) {
    .step-line::after { display: none; }
    .hero-copy { font-size: 1rem; }
    #fleet { padding-top: 3.5rem; padding-bottom: 3.5rem; }
    .contact-shell, .showcase-shell {
        padding: 1.15rem;
        border-radius: 1.35rem;
    }
    .fleet-title {
        font-size: 1.45rem;
        line-height: 1.15;
    }
    .fleet-copy {
        font-size: 0.9rem;
        line-height: 1.55;
    }
    .feature-card {
        padding: 1.45rem;
    }
    .feature-icon {
        width: 4.25rem;
        height: 4.25rem;
        margin-bottom: 1rem;
    }
    .feature-icon-glyph {
        font-size: 1.75rem;
    }
    .showcase-shell .grid {
        gap: 1.25rem;
    }
    .fleet-slider-toolbar {
        margin-bottom: 0.85rem;
        gap: 0.85rem;
        align-items: center;
        flex-wrap: wrap;
    }
    .fleet-slider-nav,
    .fleet-slider-dots {
        gap: 0.45rem;
        flex-wrap: nowrap;
        min-width: 0;
    }
    .fleet-slider-dots {
        margin-left: auto;
    }
    .fleet-slider-shell {
        border-radius: 1rem;
    }
    .showcase-card {
        padding: 0.75rem;
        border-radius: 1rem;
    }
    .showcase-card img {
        aspect-ratio: 1.02;
        max-height: 11.25rem;
        object-fit: contain;
        background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
        padding: 0.32rem;
        border-radius: 0.8rem;
    }
    .showcase-card h3 {
        font-size: 1rem;
        line-height: 1.3;
    }
    .showcase-card p {
        font-size: 0.82rem;
        line-height: 1.5;
    }
    .slider-control {
        width: 2.2rem;
        height: 2.2rem;
    }
    .slider-dot {
        width: 0.52rem;
        height: 0.52rem;
    }
    .brand-image {
        max-height: 36px;
    }
}

@media (max-width: 479px) {
    .showcase-shell {
        padding: 1rem 0.9rem;
    }
    .fleet-title {
        font-size: 1.18rem;
        line-height: 1.2;
    }
    .fleet-copy {
        font-size: 0.8rem;
        line-height: 1.48;
    }
    .feature-card {
        padding: 1.2rem;
    }
    .feature-icon {
        width: 4rem;
        height: 4rem;
    }
    .feature-icon-glyph {
        font-size: 1.6rem;
    }
    .fleet-slider-toolbar {
        justify-content: space-between;
        row-gap: 0.7rem;
    }
    .fleet-slider-dots {
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
    }
    .showcase-card {
        padding: 0.68rem;
    }
    .showcase-card img {
        max-height: 9.5rem;
        aspect-ratio: 1;
        object-fit: contain;
        padding: 0.25rem;
    }
    .showcase-card h3 {
        font-size: 0.94rem;
    }
    .showcase-card p {
        font-size: 0.78rem;
        line-height: 1.45;
    }
    .slider-control {
        width: 2rem;
        height: 2rem;
    }
}
