:root {
    --one-ink: #0b1120;
    --one-dark: #0f172a;
    --one-muted: #5b6678;
    --one-soft: #e2e8f0;
    --one-emerald: #10b981;
    --one-amber: #f59e0b;
    --one-sky: #38bdf8;
    --one-rose: #fb7185;
    --one-white: #ffffff;
}

.one-fleet-page {
    font-family: 'Manrope', 'Open Sans', sans-serif;
    color: var(--one-dark);
    background-color: #f8fafc;
}

.one-fleet-page h1,
.one-fleet-page h2,
.one-fleet-page h3 {
    font-family: 'Space Grotesk', 'Open Sans', sans-serif;
    letter-spacing: -0.01em;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 70px;
    background: radial-gradient(circle at top left, #fff7ed 0%, #f8fafc 45%, #eff6ff 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-orbs {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(40px);
    opacity: 0.55;
    animation: float 10s ease-in-out infinite;
}

.orb-amber {
    width: 260px;
    height: 260px;
    background: rgba(245, 158, 11, 0.45);
    top: -60px;
    right: 60px;
}

.orb-sky {
    width: 280px;
    height: 280px;
    background: rgba(56, 189, 248, 0.4);
    top: 140px;
    left: -80px;
    animation-duration: 12s;
}

.orb-emerald {
    width: 220px;
    height: 220px;
    background: rgba(16, 185, 129, 0.35);
    bottom: -40px;
    right: 0;
    animation-duration: 11s;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
    100% { transform: translateY(0); }
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 700;
    color: var(--one-muted);
}

.eyebrow-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--one-emerald);
}

.hero-title {
    font-size: clamp(2.5rem, 3vw + 1.5rem, 3.8rem);
    margin: 18px 0 18px;
    color: var(--one-ink);
}

.hero-copy {
    font-size: 1.05rem;
    color: var(--one-muted);
    max-width: 550px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.btn-one-primary,
.btn-one-secondary,
.btn-one-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-one-primary {
    background: var(--one-ink);
    color: var(--one-white);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
}

.btn-one-primary:hover {
    color: var(--one-white);
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.25);
}

.btn-one-secondary {
    border: 1px solid #cbd5f5;
    background: rgba(255, 255, 255, 0.7);
    color: var(--one-ink);
}

.btn-one-secondary:hover {
    color: var(--one-ink);
    border-color: #94a3b8;
}

.btn-one-light {
    background: var(--one-white);
    color: var(--one-ink);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
}

.btn-block {
    width: 100%;
}

.hero-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.highlight-card {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 18px;
    padding: 16px 18px;
    backdrop-filter: blur(8px);
}

.highlight-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.highlight-text {
    margin: 0;
    color: var(--one-muted);
    font-size: 0.95rem;
}

.portal-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 28px;
    padding: 28px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(10px);
}

.portal-header {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
}

.portal-header h2 {
    font-size: 1.6rem;
    margin-bottom: 8px;
}

.portal-header p {
    color: var(--one-muted);
    margin-bottom: 0;
}

.portal-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--one-muted);
    font-weight: 700;
}

.portal-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: rgba(245, 158, 11, 0.2);
    color: #b45309;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.portal-actions {
    margin-top: 22px;
}

.portal-note {
    margin-top: 10px;
    font-size: 0.85rem;
    color: var(--one-muted);
}

.portal-soon {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.soon-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.soon-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(99, 102, 241, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4338ca;
    font-size: 0.9rem;
}

.soon-label {
    flex: 1;
    font-weight: 600;
    font-size: 0.9rem;
}

.soon-badge {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 4px 8px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #475569;
    font-weight: 700;
}

.section {
    padding: 80px 0;
}

.section-soft {
    background: #f1f5f9;
}

.section-dark {
    background: var(--one-ink);
    color: var(--one-white);
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-header.light h2,
.section-header.light p {
    color: var(--one-white);
}

.section-header p {
    color: var(--one-muted);
}

.section-title {
    font-size: 2rem;
    margin-bottom: 16px;
}

.section-copy {
    color: var(--one-muted);
    font-size: 1.05rem;
}

.section-dark .section-copy {
    color: rgba(226, 232, 240, 0.85);
}

.feature-card {
    background: var(--one-white);
    border-radius: 22px;
    padding: 24px;
    height: 100%;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.feature-card h3 {
    font-size: 1.2rem;
    margin: 16px 0 10px;
}

.feature-card p {
    color: var(--one-muted);
    margin-bottom: 0;
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--one-white);
}

.feature-icon.bg-emerald { background: linear-gradient(135deg, #10b981, #22c55e); }
.feature-icon.bg-amber { background: linear-gradient(135deg, #f59e0b, #fbbf24); }
.feature-icon.bg-sky { background: linear-gradient(135deg, #38bdf8, #0ea5e9); }
.feature-icon.bg-rose { background: linear-gradient(135deg, #fb7185, #f43f5e); }

.checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: grid;
    gap: 12px;
}

.checklist li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--one-muted);
}

.checklist i {
    color: var(--one-emerald);
    margin-top: 3px;
}

.schedule-card {
    background: var(--one-white);
    border-radius: 24px;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.schedule-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 700;
}

.schedule-pill {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #475569;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.schedule-day {
    background: #f8fafc;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.day-label {
    font-weight: 700;
    margin-bottom: 10px;
}

.day-bar {
    height: 6px;
    border-radius: 999px;
    background: #cbd5f5;
    margin-bottom: 8px;
}

.bar-low { width: 55%; background: rgba(56, 189, 248, 0.6); }
.bar-medium { width: 70%; background: rgba(16, 185, 129, 0.6); }
.bar-high { width: 85%; background: rgba(245, 158, 11, 0.6); }

.day-meta {
    font-size: 0.8rem;
    color: var(--one-muted);
    margin: 0;
}

.free-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    color: var(--one-white);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.3);
}

.free-card h3 {
    margin-bottom: 14px;
}

.free-card p {
    color: rgba(226, 232, 240, 0.85);
}

.free-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    font-size: 0.65rem;
}

.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.pill {
    padding: 8px 14px;
    border-radius: 999px;
    background: #e2e8f0;
    color: #1f2937;
    font-size: 0.85rem;
    font-weight: 600;
}

.section-dark .pill {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(248, 250, 252, 0.9);
}

.soon-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    height: 100%;
}

.soon-card h3 {
    color: var(--one-white);
    margin-top: 16px;
}

.soon-card p {
    color: rgba(226, 232, 240, 0.75);
    margin-bottom: 0;
}

.soon-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.cta {
    background: linear-gradient(120deg, #f8fafc 0%, #e0f2fe 50%, #fef3c7 100%);
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: var(--one-white);
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.cta-inner h2 {
    margin-bottom: 10px;
}

.cta-inner p {
    color: var(--one-muted);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hero {
        padding: 70px 0 60px;
    }

    .hero-title {
        font-size: clamp(2.2rem, 5vw, 3.2rem);
    }

    .cta-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .schedule-grid {
        grid-template-columns: 1fr;
    }
}
