/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #1a1a1a;
    color: #ffffff;
    min-height: 100vh;
    padding-bottom: 80px;
    overflow-x: hidden;
}

/* Status Bar - Removed */

/* Top Bar */
.top-bar {
    display: none; /* Hidden by default, shown on flights page */
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    position: relative;
}

.top-bar-time-date {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.top-bar-time {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.top-bar-date {
    font-size: 11px;
    color: #999999;
}

.notification-dot {
    width: 8px;
    height: 8px;
    background: #ff6b35;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}

.notification-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* App Header */
.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #1a1a1a;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nz-time-date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.nz-time {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2;
}

.nz-date {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
}

.logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.greeting {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.notification-btn-header {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main Container */
.main-container {
    max-width: 100%;
    padding: 20px;
    padding-bottom: 100px;
}

/* Home Page */
.home-page {
    padding: 0;
}

.home-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-card {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}

.home-card:active {
    transform: scale(0.98);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.card-arrow {
    font-size: 20px;
    color: #ffffff;
}

.card-expand {
    font-size: 18px;
    color: #ffffff;
    transform: rotate(90deg);
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-text {
    font-size: 14px;
    color: #cccccc;
}

.card-subtext {
    font-size: 12px;
    color: #999999;
}

.flight-info-card {
    cursor: pointer;
}

.airpoints-card {
    cursor: pointer;
}

/* Promotional Card */
.promo-card {
    padding: 0;
    overflow: hidden;
}

.promo-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><rect fill="%23667eea" width="400" height="200"/><path fill="%23764ba2" d="M0 150 Q200 100 400 150 L400 200 L0 200 Z"/></svg>');
    background-size: cover;
    background-position: center;
}

.promo-location {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 12px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.location-icon {
    font-size: 16px;
}

.promo-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.promo-text {
    font-size: 14px;
    color: #cccccc;
    line-height: 1.6;
}

.promo-button {
    background: #ffffff;
    color: #1a1a1a;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s;
}

.promo-button:active {
    background: #e0e0e0;
}

/* Star Alliance */
.star-alliance {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.star-alliance-text {
    font-size: 12px;
    color: #999999;
    letter-spacing: 1px;
}

.star-alliance-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.star-alliance-logo img {
    width: 60px;
    height: auto;
    object-fit: contain;
}

/* Trip Section */
.trip-section {
    margin-bottom: 30px;
}

.trip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 5px;
}

.trip-title {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.trip-booking-ref {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.trip-menu {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
}

/* Flight Card */
.flight-card {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform 0.2s;
}

.flight-card:active {
    transform: scale(0.98);
}

.flight-date-label {
    font-size: 14px;
    color: #999;
    min-width: 80px;
    padding-top: 5px;
}

.flight-card-content {
    flex: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

.flight-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    z-index: 0;
    background-color: rgba(102, 126, 234, 0.2);
}

.flight-card-content > * {
    position: relative;
    z-index: 1;
}

.flight-number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
}

.flight-route {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 35px;
    color: #ffffff;
    padding-left: 0;
}

.flight-times {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.flight-times.delayed {
    background: rgba(255, 107, 53, 0.3);
}

.flight-times .time-original {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 5px;
}

.flight-times .time-delayed {
    color: #ff6b35;
    font-weight: 600;
}

.flight-arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 20px;
    z-index: 2;
}

.status-center-icon {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    z-index: 2;
}

/* Status Indicator */
.status-indicator {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 2;
}

.status-indicator.on-time {
    background: #48bb78;
    animation: pulse 2s infinite;
}

.status-indicator.delayed {
    background: #ff6b35;
}

.status-indicator.cancelled {
    background: #f56565;
}

.status-indicator.arrived {
    background: #48bb78;
}

.status-indicator.scheduled {
    background: #4299e1;
}

.status-indicator.departed {
    background: #9f7aea;
    box-shadow: 0 0 8px rgba(159, 122, 234, 0.6);
}

.status-indicator.not-made {
    background: #999;
}

.status-indicator.boarding {
    background: #ed8936;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

.status-badge {
    position: absolute;
    top: 15px;
    left: 35px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 2;
    white-space: nowrap;
    max-width: 80px;
}

.status-badge.on-time {
    background: rgba(72, 187, 120, 0.3);
    color: #48bb78;
}

.status-badge.delayed {
    background: rgba(255, 107, 53, 0.3);
    color: #ff6b35;
}

.status-badge.cancelled {
    background: rgba(245, 101, 101, 0.3);
    color: #f56565;
}

.status-badge.arrived {
    background: rgba(72, 187, 120, 0.3);
    color: #48bb78;
}

.status-badge.scheduled {
    background: rgba(66, 153, 225, 0.3);
    color: #4299e1;
}

.status-badge.departed {
    background: rgba(159, 122, 234, 0.8);
    color: #ffffff;
    border: 1px solid rgba(159, 122, 234, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.status-badge.not-made {
    background: rgba(153, 153, 153, 0.3);
    color: #999;
}

.status-badge.boarding {
    background: rgba(237, 137, 54, 0.3);
    color: #ed8936;
}

.status-center-icon {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    z-index: 2;
}

.detail-center-icon {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 32px;
    z-index: 2;
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2d2d2d;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    border-top: 1px solid #404040;
    z-index: 100;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 10px;
    transition: background 0.2s;
}

.nav-item.active {
    background: rgba(255, 255, 255, 0.1);
}

.nav-icon {
    font-size: 20px;
}

.nav-label {
    font-size: 12px;
    color: #999;
}

.nav-item.active .nav-label {
    color: #667eea;
}

/* Flight Detail Modal */
.flight-detail-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    overflow-y: auto;
}

.flight-detail-modal.active {
    display: block;
}

.modal-content {
    background: #1a1a1a;
    min-height: 100vh;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 20px 40px;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.detail-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-size: cover;
    background-position: center;
    background-color: rgba(102, 126, 234, 0.2);
}

.detail-header-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.detail-header-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.detail-header-status .status-indicator {
    position: relative;
    top: auto;
    left: auto;
}

.detail-header-status .status-badge {
    position: relative;
    top: auto;
    left: auto;
}

.detail-route {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-body {
    padding: 30px 20px;
}

.detail-section {
    margin-bottom: 30px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #333;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-value {
    font-size: 16px;
    font-weight: 600;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.flight-number-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.flight-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.detail-value.delayed {
    color: #ff6b35;
}

.detail-value .time-original {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 8px;
}

.detail-value .time-delayed {
    color: #ff6b35;
    font-weight: 600;
}

.detail-date {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
}

.flight-time-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.flight-time-row .airport-code {
    font-size: 18px;
    font-weight: 600;
}

.flight-time-row .time {
    font-size: 16px;
}

.flight-time-row .time.delayed {
    color: #ff6b35;
}

.flight-time-row .arrow {
    font-size: 20px;
    margin: 0 10px;
}

.check-in-btn {
    width: 100%;
    background: #333;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 20px 0;
}

.check-in-info {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
}

/* Change Notification (Top Left) */
.change-notification {
    position: fixed;
    top: 20px;
    left: 20px;
    padding: 12px 18px;
    border-radius: 8px;
    background: #2d2d2d;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    z-index: 2000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    border-left: 4px solid #667eea;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
    max-width: 300px;
}

.change-notification.show {
    opacity: 1;
    transform: translateX(0);
}

/* Notification Styles */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 2000;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    animation: slideInRight 0.3s ease;
}

.notification.success {
    background: #48bb78;
}

.notification.error {
    background: #f56565;
}

.notification.warning {
    background: #ed8936;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Airpoints Page */
.airpoints-page {
    padding: 20px;
}

.airpoints-content {
    max-width: 500px;
    margin: 0 auto;
}

.airpoints-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.airpoints-card-full {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 30px;
}

.airpoints-card-full h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.airpoints-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 25px;
}

.airpoints-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.airpoints-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.airpoints-form label {
    font-size: 14px;
    color: #cccccc;
    font-weight: 500;
}

.airpoints-form input {
    background: #1a1a1a;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 16px;
}

.airpoints-form input:focus {
    outline: none;
    border-color: #667eea;
}

.airpoints-submit-btn {
    background: #667eea;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.airpoints-submit-btn:hover {
    background: #5568d3;
}

.airpoints-submit-btn:active {
    background: #4457c2;
}

.airpoints-info {
    font-size: 14px;
    color: #999;
    margin: 15px 0;
}

.airpoints-logout-btn {
    background: #f56565;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    margin-top: 20px;
}

.airpoints-logout-btn:hover {
    background: #e53e3e;
}

/* Change Seat Button */
.change-seat-btn {
    background: #667eea;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 10px;
    transition: background 0.2s;
}

.change-seat-btn:hover {
    background: #5568d3;
}

.check-in-btn.checked-in {
    background: #48bb78;
    opacity: 0.8;
    cursor: not-allowed;
}


/* Seat Map Modal */
.seat-map-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    overflow-y: auto;
}

.seat-map-modal.active {
    display: block;
}

.seat-map-content {
    background: #1a1a1a;
    min-height: 100vh;
    padding: 80px 20px 40px;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.seat-map-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.seat-map-container {
    margin-bottom: 30px;
}

.seat-map {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 20px;
}

.seat-map-header,
.seat-map-footer {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 10px 0;
}

.seat-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seat-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.row-number {
    width: 40px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.seat-group {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
}

.seat {
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.seat.available {
    background: #48bb78;
    color: white;
}

.seat.available:hover {
    background: #38a169;
    transform: scale(1.1);
}

.seat.selected {
    background: #667eea;
    color: white;
    border: 2px solid #ffffff;
}

.seat.occupied {
    background: #555;
    color: #999;
    cursor: not-allowed;
}

.seat.exit-row {
    border: 2px solid #ff6b35;
    position: relative;
}

.seat.exit-row.available {
    background: #ff6b35;
    color: white;
}

.seat.exit-row.available:hover {
    background: #e55a2b;
}

.exit-row-badge {
    background: #ff6b35;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    margin-left: 10px;
    align-self: center;
}

.exit-row-warning {
    background: rgba(255, 107, 53, 0.2);
    border: 1px solid #ff6b35;
    border-radius: 8px;
    padding: 15px;
    margin-top: 20px;
    font-size: 14px;
    color: #ff6b35;
    line-height: 1.8;
}

.aisle {
    width: 20px;
}

.seat-map-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #cccccc;
}

.legend-seat {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.legend-seat.available {
    background: #48bb78;
}

.legend-seat.selected {
    background: #667eea;
    border: 2px solid #ffffff;
}

.legend-seat.occupied {
    background: #555;
}

.confirm-seat-btn {
    width: 100%;
    background: #667eea;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.confirm-seat-btn:hover {
    background: #5568d3;
}

/* Book Page */
.book-page {
    padding: 20px;
}

.book-content {
    max-width: 600px;
    margin: 0 auto;
}

.book-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.book-balance {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}

.balance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.balance-label {
    font-size: 12px;
    color: #999;
}

.balance-value {
    font-size: 20px;
    font-weight: 600;
    color: #667eea;
}

.available-flights {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.book-flight-card {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 20px;
}

.book-flight-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #444;
}

.book-flight-route {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.book-flight-route strong {
    font-size: 18px;
}

.book-flight-number {
    font-size: 14px;
    color: #999;
}

.book-flight-price {
    font-size: 24px;
    font-weight: 600;
    color: #667eea;
}

.book-flight-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}

.book-flight-detail {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 14px;
}

.book-detail-label {
    color: #999;
    font-size: 12px;
}

.book-flight-rewards {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 8px;
}

.book-reward-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.book-reward-label {
    font-size: 12px;
    color: #999;
}

.book-reward-value {
    font-size: 16px;
    font-weight: 600;
    color: #48bb78;
}

.book-flight-btn {
    width: 100%;
    background: #667eea;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.book-flight-btn:hover {
    background: #5568d3;
}

/* More Page */
.more-page {
    padding: 20px;
}

.more-content {
    max-width: 600px;
    margin: 0 auto;
}

.more-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.more-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.more-option-btn {
    background: #2d2d2d;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    text-align: left;
}

.more-option-btn:hover {
    background: #3d3d3d;
}

/* Fleet Page */
.fleet-page {
    padding: 20px;
}

.fleet-content {
    max-width: 600px;
    margin: 0 auto;
}

.back-btn {
    background: #2d2d2d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background 0.2s;
}

.back-btn:hover {
    background: #3d3d3d;
}

.fleet-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.fleet-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fleet-item {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fleet-name {
    font-size: 18px;
    font-weight: 600;
}

.fleet-multiplier {
    font-size: 14px;
    color: #667eea;
    font-weight: 600;
}

/* Responsive */
@media (min-width: 768px) {
    .main-container {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .flight-detail-modal .modal-content {
        max-width: 600px;
        margin: 0 auto;
    }
}