:root {
    --flight-blue: #1e40af;
    --flight-light-blue: #3b82f6;
    --flight-sky: #0ea5e9;
    --flight-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --flight-gradient-hover: linear-gradient(135deg, #5a6fd8 0%, #6b5b95 100%);
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --shadow-light: 0 4px 12px rgba(102, 126, 234, 0.15);
    --shadow-hover: 0 8px 25px rgba(102, 126, 234, 0.25);
    --animation-speed: 0.3s;
}

/* Mobile-optimized destination selection styles */
@media (max-width: 768px) {
    .quick-destination {
        font-size: 0.9rem !important;
        padding: 0.5rem 1rem !important;
        margin: 0.25rem !important;
        min-height: 44px !important;
        border-width: 2px !important;
    }
    
    .track-it-btn {
        min-width: 100px !important;
        padding: 1rem !important;
        font-size: 0.9rem !important;
        border-width: 2px !important;
    }
    
    .track-it-btn .btn-text {
        font-size: 0.9rem !important;
        font-weight: 600 !important;
    }
    
    .input-group .form-control {
        font-size: 1.1rem !important;
        padding: 1rem !important;
        border-width: 2px !important;
        background-color: rgba(255, 255, 255, 0.95) !important;
        color: #000 !important;
        font-weight: 500 !important;
    }
    
    .input-group .form-control::placeholder {
        color: #666 !important;
        font-size: 0.95rem !important;
        opacity: 0.8 !important;
    }
    
    .input-group .form-control:focus {
        background-color: #fff !important;
        color: #000 !important;
        border-color: #0ea5e9 !important;
        box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.25) !important;
    }
    
    .input-group-text {
        padding: 1rem !important;
        border-width: 2px !important;
    }
    
    .destination-selection-card {
        margin: 1rem 0 !important;
        padding: 1.5rem !important;
    }
    
    .feature-highlight-sm {
        padding: 0.75rem !important;
    }
    
    .feature-highlight-sm .small {
        font-size: 0.9rem !important;
        font-weight: 600 !important;
    }
    
    .feature-highlight-sm .tiny {
        font-size: 0.8rem !important;
    }
    
    /* Dashboard destination tracker mobile improvements */
    .card-body {
        padding: 1.5rem !important;
    }
    
    .destination-card .card-body {
        padding: 1rem !important;
        border-radius: 12px !important;
    }
    
    .destination-card h6 {
        font-size: 1.1rem !important;
        font-weight: 700 !important;
    }
    
    /* Better mobile spacing for dashboard */
    .mb-4 {
        margin-bottom: 2rem !important;
    }
    
    .mb-3 {
        margin-bottom: 1.5rem !important;
    }
}

/* Touch-friendly button improvements */
.quick-destination {
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.track-it-btn {
    min-height: 48px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

/* Improved focus states for mobile */
.quick-destination:focus,
.track-it-btn:focus,
.form-control:focus {
    outline: 2px solid #0ea5e9;
    outline-offset: 2px;
}

/* Enhanced visual feedback for mobile taps */
.quick-destination:active {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

.track-it-btn:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
}

/* Additional mobile input improvements */
.mobile-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.5 !important;
    min-height: 60px !important;
}

.mobile-input:focus {
    zoom: 1 !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
}

/* Prevent zoom on iOS when focusing input */
@media screen and (max-width: 768px) {
    .mobile-input {
        font-size: 16px !important;
        transform: none !important;
    }
    
    /* Make destination tracker section more prominent on mobile */
    .destination-tracker-section {
        background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(102, 126, 234, 0.2) 100%) !important;
        border: 2px solid rgba(0, 212, 255, 0.3) !important;
        border-radius: 15px !important;
        margin: 1rem 0 !important;
    }
    
    .destination-tracker-section .card-body {
        padding: 2rem 1.5rem !important;
    }
    
    .destination-tracker-section h3 {
        font-size: 1.5rem !important;
        color: #0ea5e9 !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
    }
}

.hero-section {
    background: var(--flight-gradient);
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
    color: white;
}

.hero-section h1, 
.hero-section .lead,
.hero-section .display-4 {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-section .stats-card .h4,
.hero-section .text-primary {
    color: #00D4FF !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-section .stats-card small {
    color: #E8E8E8 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    opacity: 0.08;
    animation: float 20s ease-in-out infinite;
}

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

.hero-svg {
    max-width: 100%;
    height: auto;
    animation: pulse 3s ease-in-out infinite;
}

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

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

.feature-card {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 2rem;
    transition: all var(--animation-speed) ease;
    backdrop-filter: blur(15px);
    box-shadow: var(--shadow-light);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--bs-primary);
    box-shadow: var(--shadow-hover);
}

.feature-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(102, 126, 234, 0.2);
    transition: all var(--animation-speed) ease;
    position: relative;
    overflow: hidden;
}

.feature-card:hover .feature-icon {
    transform: rotate(5deg) scale(1.1);
    background: rgba(102, 126, 234, 0.3);
}

.feature-icon i {
    color: #00D4FF !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.feature-icon i {
    width: 24px;
    height: 24px;
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--flight-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.deal-card {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.deal-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.deal-destination {
    font-size: 1.25rem;
    font-weight: bold;
    color: white !important;
}

.deal-price {
    font-size: 2.5rem;
    font-weight: bold;
    color: #00FF88 !important;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.deal-savings {
    color: #00D4FF !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.deal-details {
    color: #E8E8E8 !important;
    font-size: 0.9rem;
}

.cta-section {
    background: var(--flight-gradient);
    position: relative;
    color: white;
}

.cta-section h2,
.cta-section .lead,
.cta-section .display-6 {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-section small {
    color: #E8E8E8 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M20 20c0-11.046-8.954-20-20-20s20 8.954 20 20 8.954 20 20 20-20-8.954-20-20zm0 2c0 9.941 8.059 18 18 18s18-8.059 18-18-8.059-18-18-18-18 8.059-18 18z'/%3E%3C/g%3E%3C/svg%3E") repeat;
}

.btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%) !important;
    border: none !important;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 25px !important;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 1rem;
    min-width: 180px;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0b5ed7 0%, #0843aa 100%) !important;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    animation: none;
}

.btn-primary:active {
    transform: translateY(-1px) scale(1.01);
}

/* Enhanced Large Buttons */
.btn-lg {
    padding: 14px 32px !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    min-width: 190px;
}

/* Hero Section Button Enhancements */
.hero-section .btn-primary {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* CTA Section Button Enhancements */
.cta-section .btn-primary {
    font-size: 1.2rem !important;
    padding: 16px 36px !important;
    border-radius: 28px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    animation: bounce-subtle 4s infinite;
    border: 2px solid rgba(255, 255, 255, 0.15);
}

@keyframes bounce-subtle {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.cta-section .btn-primary:hover {
    animation: none;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* Button Icon Enhancements */
.btn i[data-feather] {
    transition: all 0.3s ease;
}

.btn:hover i[data-feather] {
    transform: scale(1.2) rotate(5deg);
}

/* Enhanced Mobile Responsive Button Adjustments */
@media (max-width: 768px) {
    .btn-primary {
        width: 100%;
        margin-bottom: 12px;
        min-width: auto;
        padding: 16px 24px;
        font-size: 1.1rem;
        min-height: 50px;
        touch-action: manipulation;
    }
    
    .btn-lg {
        padding: 18px 28px !important;
        font-size: 1.2rem !important;
        min-width: auto;
        min-height: 56px;
    }
    
    .hero-section .btn-primary {
        margin-bottom: 12px;
        font-size: 1.15rem;
        padding: 18px 24px;
    }
    
    .cta-section .btn-primary {
        font-size: 1.2rem !important;
        padding: 18px 30px !important;
        min-height: 56px;
    }
    
    /* Touch-friendly hover states for mobile */
    .btn-primary:active {
        transform: scale(0.98);
        transition: transform 0.1s;
    }
}

.btn-primary-old::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a6fd8 0%, #6b5b95 100%);
}

.btn-lg {
    padding: 15px 30px;
    font-size: 1.1rem;
}

.checkout-card {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-light);
    transition: all var(--animation-speed) ease;
    border-radius: 16px;
}

.checkout-card:hover {
    box-shadow: var(--shadow-hover);
}

.checkout-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid rgba(102, 126, 234, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

.feature-item {
    transition: all var(--animation-speed) ease;
    padding: 0.25rem 0;
}

.feature-item:hover {
    transform: translateX(5px);
}

.guarantee-item {
    transition: all var(--animation-speed) ease;
    border-radius: 8px;
}

.guarantee-item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

.tiny {
    font-size: 0.7rem;
}

.stats-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: all var(--animation-speed) ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stats-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.plan-details {
    background: rgba(102, 126, 234, 0.1) !important;
    border: 1px solid rgba(102, 126, 234, 0.2) !important;
}

.feature-highlight {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.feature-highlight:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

/* Animation for success page */
.success-circle {
    animation: drawCircle 1s ease-in-out;
}

.success-check {
    animation: drawCheck 0.5s ease-in-out 1s both;
}

@keyframes drawCircle {
    from {
        stroke-dashoffset: 345;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    from {
        stroke-dashoffset: 60;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* Enhanced Mobile Responsiveness */
@media (max-width: 1200px) {
    .hero-svg {
        max-width: 400px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding: 3rem 0;
        text-align: center;
    }
    
    .hero-svg {
        max-width: 320px;
        margin-top: 2rem;
    }
    
    .feature-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 2rem 0 3rem 0;
    }
    
    .display-4 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 1.5rem !important;
    }
    
    .lead {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 2rem !important;
    }
    
    .deal-price {
        font-size: 2rem;
    }
    
    .step-number {
        width: 56px;
        height: 56px;
        font-size: 20px;
    }
    
    .feature-card {
        padding: 2rem 1.5rem;
        margin-bottom: 1.5rem;
        border-radius: 20px;
    }
    
    .hero-svg {
        max-width: 300px;
        margin-top: 2rem;
    }
    
    .btn-lg {
        padding: 16px 24px;
        font-size: 1.1rem;
        width: 100%;
        margin-bottom: 1rem;
        min-height: 54px;
    }
    
    .d-flex.gap-3 {
        flex-direction: column;
        gap: 1rem !important;
    }
    
    /* Enhanced touch targets */
    .nav-link {
        padding: 12px 16px !important;
        font-size: 1.1rem;
    }
    
    .stats-card {
        padding: 1rem !important;
        margin-bottom: 0.75rem;
    }
    
    .stats-card .h4 {
        font-size: 1.5rem !important;
    }
    
    /* Better spacing for mobile */
    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

@media (max-width: 576px) {
    .display-4 {
        font-size: 1.9rem;
        line-height: 1.25;
    }
    
    .display-6 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    .hero-section {
        padding: 2rem 0 3rem 0;
    }
    
    .feature-card {
        padding: 1.75rem 1.25rem;
        border-radius: 16px;
    }
    
    .deal-card {
        padding: 1.5rem;
        margin-bottom: 1.25rem;
        border-radius: 16px;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    /* Extra small screen optimizations */
    .hero-svg {
        max-width: 260px;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    .btn-primary {
        font-size: 1rem;
        padding: 14px 20px;
        min-height: 48px;
    }
    
    .navbar-brand {
        font-size: 1rem;
    }
    
    .feature-icon {
        width: 48px;
        height: 48px;
    }
    
    .feature-icon i {
        width: 20px;
        height: 20px;
    }
}

/* Smooth scrolling and mobile optimizations */
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Enhanced touch interactions */
* {
    -webkit-tap-highlight-color: rgba(102, 126, 234, 0.3);
    -webkit-touch-callout: none;
}

/* Improved button touch targets */
.btn, .nav-link, .navbar-toggler {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

/* Tablet specific optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-section {
        padding: 3rem 0 4rem 0;
    }
    
    .display-4 {
        font-size: 2.8rem;
        line-height: 1.2;
    }
    
    .lead {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    
    .feature-card {
        padding: 2.5rem 2rem;
        margin-bottom: 2rem;
    }
    
    .btn-lg {
        padding: 16px 32px;
        font-size: 1.2rem;
        min-height: 52px;
    }
    
    .stats-card {
        padding: 1.25rem !important;
    }
    
    .hero-svg {
        max-width: 400px;
    }
    
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* Landscape tablet optimizations */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .hero-section {
        min-height: 85vh;
        padding: 2rem 0;
    }
    
    .display-4 {
        font-size: 2.5rem;
    }
    
    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}

/* Loading animation for buttons */
.btn-loading {
    position: relative;
    color: transparent;
}

.btn-loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: currentColor;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Custom accordion styles */
.accordion-button:not(.collapsed) {
    background-color: rgba(102, 126, 234, 0.1);
    border-color: rgba(102, 126, 234, 0.2);
}

.accordion-button:focus {
    border-color: rgba(102, 126, 234, 0.3);
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Form styling */
.form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

/* Enhanced Navbar */
.navbar {
    background: rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(15px);
    transition: all var(--animation-speed) ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}

.navbar-brand {
    font-size: 1.25rem;
    transition: all var(--animation-speed) ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-link {
    transition: all var(--animation-speed) ease;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    margin: 0 0.25rem;
}

.navbar-nav .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.9);
        backdrop-filter: blur(20px);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
}

.navbar.scrolled {
    background: var(--bs-dark) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Min height utility */
.min-vh-75 {
    min-height: 75vh;
}

/* Enhanced Form Styling */
.form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    transition: all var(--animation-speed) ease;
    backdrop-filter: blur(10px);
}

.form-control:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(102, 126, 234, 0.3);
}

.form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--bs-light);
}

/* Enhanced Loading Animation */
#submitBtn.btn-loading .btn-text {
    opacity: 0;
}

#submitBtn.btn-loading::after {
    opacity: 1;
}

/* Enhanced Accordion */
.accordion-button {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 8px !important;
    margin-bottom: 0.5rem;
    transition: all var(--animation-speed) ease;
}

.accordion-button:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateX(5px);
}

.accordion-body {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0 0 8px 8px;
    margin-top: -0.5rem;
}

/* Flex Button Layout Enhancement */
.d-flex.gap-2 .btn,
.d-flex.gap-3 .btn {
    flex: none !important;
}

/* Enhanced Track It Button */
.track-it-btn {
    background: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 212, 255, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 25px !important;
}

.track-it-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s;
}

.track-it-btn:hover::before {
    left: 100%;
}

.track-it-btn:hover {
    background: linear-gradient(135deg, #00AAFF 0%, #0077AA 100%) !important;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 212, 255, 0.6);
}

.track-it-btn:active {
    transform: translateY(-1px) scale(1.02);
}

.track-it-btn .btn-accent {
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.track-it-btn:hover .btn-accent {
    opacity: 1;
    transform: scale(1);
    animation: pulse-accent 1.5s infinite;
}

@keyframes pulse-accent {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.track-it-btn .btn-text {
    transition: all 0.3s ease;
}

.track-it-btn:hover .btn-text {
    transform: translateX(-5px);
}

/* Responsive adjustments for Track It button */
@media (max-width: 768px) {
    .track-it-btn {
        padding: 12px 24px;
        font-size: 0.9rem;
        border-radius: 20px !important;
    }
}

/* Enhanced Footer */
.footer-link {
    color: var(--bs-light);
    text-decoration: none;
    transition: all var(--animation-speed) ease;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-weight: 500;
}

.footer-link:hover {
    color: var(--bs-primary);
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

/* Enhanced Mobile Responsiveness for Footer */
@media (max-width: 768px) {
    footer {
        text-align: center;
    }
    
    .footer-links {
        margin-bottom: 1rem;
    }
    
    .footer-link {
        display: inline-block;
        margin: 0.25rem;
    }
}

/* Smooth page transitions */
body {
    transition: opacity 0.3s ease;
}

/* Enhanced text selection */
::selection {
    background: rgba(102, 126, 234, 0.3);
    color: white;
}

::-moz-selection {
    background: rgba(102, 126, 234, 0.3);
    color: white;
}

/* Dark background sections */
.bg-dark h2,
.bg-dark .lead,
.bg-dark .display-6 {
    color: white !important;
}

.bg-dark small {
    color: #B8B8B8 !important;
}

.bg-dark .text-muted {
    color: #B8B8B8 !important;
}

/* Better contrast for all sections */
.text-primary {
    color: #6fa8ff !important;
}

/* Override text-primary in hero section specifically */
.hero-section .text-primary,
.hero-section .feature-icon .text-primary {
    color: #00D4FF !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.text-info {
    color: #54d1ff !important;
}

.text-success {
    color: #00ff88 !important;
}

.text-warning {
    color: #00D4FF !important;
}

.text-danger {
    color: #ff6b6b !important;
}
