* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #0D2243;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./assets/backgroundroads.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: -2;
    pointer-events: none;
    filter: brightness(1.2) contrast(1.4) saturate(1.2);
}

.hero, .features, .how-it-works, .download {
    padding: 8rem 5%;
    background: rgba(13, 34, 67, 0.75);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    position: relative;
    border: 1px solid rgba(58, 185, 139, 0.15);
    overflow: hidden;
    z-index: 1;
}

.navbar {
    position: fixed;
    font-size: 1.2rem;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0D2243 !important;
    background: rgba(13, 34, 67, 0.95) !important;
    padding: 1rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-bottom: 2px solid rgba(58, 185, 139, 0.5);
}

.logo {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
}

.logo span {
    color: #3AB98B;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #3AB98B;
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10rem 5% 8rem;
    background: linear-gradient(135deg, rgba(13, 34, 67, 0.75) 0%, rgba(26, 58, 106, 0.75) 100%);
    border-bottom: 2px solid rgba(58, 185, 139, 0.15);
    position: relative;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    margin-right: 2rem;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    color: #a8b2c1;
    line-height: 1.8;
}

.cta-button {
    padding: 1rem 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.1rem;
    background: #3AB98B;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 0 5px rgba(58, 185, 139, 0.4);
    display: inline-block;
}

.cta-button:hover {
    background: #2da578;
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(58, 185, 139, 0.6);
}


.iphone-mockup {
    position: relative;
    width: 300px;
    height: 600px;
    background: #1a1a1a;
    border-radius: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 0 2px #3AB98B;
    overflow: hidden;
    margin: 0 auto;
    z-index: 2;
}

.iphone-mockup:hover {
    transform: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5), 0 0 0 2px #3AB98B;
}

.iphone-screen {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #0D2243;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.iphone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    background: #1a1a1a;
    border-radius: 0 0 15px 15px;
    z-index: 10;
}

.iphone-content {
    position: relative;
    height: 100%;
    padding: 30px 15px 20px;
    color: white;
    display: flex;
    flex-direction: column;
}

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

.app-header h3 {
    color: white;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}
.app-header h3 span {
    color: #3AB98B;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.status-icons {
    display: flex;
    gap: 12px;
}

.status-icons i {
    color: #5e7ea7;
    font-size: 16px;
}

.app-view {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.app-view p {
    margin: 0 0 15px;
    color: #a8b2c1;
    font-size: 14px;
}

.search-bar {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.search-bar i {
    color: #3AB98B;
    margin-right: 10px;
}

.search-bar span {
    color: #5e7ea7;
    font-size: 14px;
}

.spot-list {
    flex: 1;
    overflow-y: auto;
}

.spot-item {
    display: flex;
    align-items: center;
    padding: 12px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.spot-item:hover, .spot-item.active {
    background: rgba(58, 185, 139, 0.15);
    border-left: 3px solid #3AB98B;
    transform: translateX(5px);
}

.spot-item i {
    color: #3AB98B;
    margin-right: 12px;
    font-size: 18px;
}

.spot-details {
    flex: 1;
}

.spot-location {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.spot-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #5e7ea7;
}

.price {
    color: #3AB98B;
}

.app-nav {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    margin-top: auto;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.nav-item.active {
    opacity: 1;
}

.nav-item i {
    font-size: 18px;
    margin-bottom: 5px;
    color: #3AB98B;
}

.nav-item span {
    font-size: 12px;
}

.app-notification {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    background: #172e57;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    z-index: 20;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.4s ease;
}

.app-notification.show {
    transform: translateY(0);
    opacity: 1;
}

.notification-icon {
    background: #3AB98B;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.notification-content {
    flex: 1;
}

.notification-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}

.notification-message {
    font-size: 12px;
    color: #a8b2c1;
}

.iphone-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: reflectionEffect 8s infinite linear;
}

@keyframes reflectionEffect {
    0% { transform: skewX(-25deg) translateX(-100%); }
    100% { transform: skewX(-25deg) translateX(200%); }
}

.spot-item {
    animation: fadeIn 0.6s ease forwards;
    opacity: 0;
}

.spot-item:nth-child(1) {
    animation-delay: 0.2s;
}

.spot-item:nth-child(2) {
    animation-delay: 0.4s;
}

.spot-item:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.selected-spot {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.spot-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.spot-header i {
    color: #3AB98B;
}

.selected-location {
    font-weight: bold;
}

.spot-details-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 15px;
}

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

.detail-row:last-child {
    margin-bottom: 0;
}

.detail-label {
    color: #a8b2c1;
    font-size: 13px;
}

.detail-value {
    font-size: 13px;
}

.detail-tags {
    display: flex;
    gap: 5px;
}

.tag {
    background: rgba(58, 185, 139, 0.2);
    color: #3AB98B;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 10px;
}

.time-selector {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 15px;
}

.time-selector p {
    margin-top: 0;
    margin-bottom: 10px;
}

.time-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.time-input {
    flex: 1;
}

.time-input label {
    display: block;
    color: #a8b2c1;
    font-size: 12px;
    margin-bottom: 5px;
}

.time-value {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 13px;
}

.price-summary {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 15px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 13px;
}

.price-row.total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: bold;
}

.app-button {
    background: #3AB98B;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.app-button:hover {
    background: #2da578;
    transform: translateY(-2px);
}

.app-button.secondary {
    background: rgba(255, 255, 255, 0.2);
}

.map-container {
    height: 180px;
    background: #172e57;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.map-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(23, 46, 87, 0.5)), 
                      linear-gradient(to right, rgba(23, 46, 87, 0.2) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(23, 46, 87, 0.2) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
    opacity: 0.7;
}

.route-path {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 15%;
    height: 3px;
    background: #3AB98B;
}

.route-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: moveAlongPath 6s infinite linear;
}

@keyframes moveAlongPath {
    0% { left: 0; }
    100% { left: 100%; }
}

.destination-marker {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #3AB98B;
    border-radius: 50%;
    right: 15%;
    top: 50%;
    transform: translate(50%, -50%);
}

.destination-marker:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(58, 185, 139, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

.navigation-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-destination {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px;
}

.nav-destination i {
    color: #3AB98B;
    font-size: 16px;
}

.nav-text {
    flex: 1;
}

.nav-location {
    font-weight: bold;
    font-size: 14px;
}

.nav-eta {
    color: #a8b2c1;
    font-size: 12px;
}

.turn-by-turn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.turn-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0.6;
}

.turn-step.current {
    background: rgba(58, 185, 139, 0.1);
    opacity: 1;
}

.turn-icon {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current .turn-icon {
    background: #3AB98B;
}

.turn-instruction {
    font-size: 12px;
}

.nav-buttons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.nav-buttons .app-button {
    flex: 1;
    padding: 10px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .iphone-mockup {
        width: 280px;
        height: 550px;
    }
}

.features {
    padding: 8rem 5%;
}

.features:nth-of-type(odd) {
    background: rgba(19, 48, 93, 0.65);
}

.features:nth-of-type(even) {
    background: rgba(13, 34, 67, 0.65);
}

.features h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    color: #ffffff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature-card {
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid rgba(58, 185, 139, 0.25);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(5px);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.feature-card.active {
    opacity: 1;
    transform: translateY(0);
}

.feature-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.feature-card h3 {
    font-size: 1.5rem;
    margin: 1rem 0;
}

.feature-card p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.feature-card i {
    font-size: 3rem;
    color: #3AB98B;
    margin-bottom: 1.5rem;
}

.how-it-works {
    padding: 8rem 5%;
    background: rgba(8, 22, 48, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    border-top: 2px solid rgba(58, 185, 139, 0.15);
    border-bottom: 2px solid rgba(58, 185, 139, 0.15);
}

.how-it-works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('backgroundroads.png') center center/cover no-repeat;
    opacity: 0.12;
    filter: brightness(0.5) contrast(1.5) hue-rotate(10deg);
    z-index: -1;
}

.how-it-works h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.steps {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

.step {
    flex: 1;
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(13, 34, 67, 0.65);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(58, 185, 139, 0.35);
    backdrop-filter: blur(5px);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.step.active {
    opacity: 1;
    transform: translateY(0);
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.step-number {
    width: 50px;
    height: 50px;
    background: #3AB98B;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 0 20px rgba(58, 185, 139, 0.4);
    position: relative;
}

.step h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #3AB98B;
}

.step p {
    font-size: 1.1rem;
}

.download {
    padding: 8rem 5%;
    background: rgba(24, 57, 107, 0.65);
    text-align: center;
    position: relative;
    border-top: 2px solid rgba(58, 185, 139, 0.15);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.download h2 {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.download h2.active {
    opacity: 1;
    transform: translateY(0);
}

.download p {
    font-size: 1.3rem;
    color: #d4e0f0;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.download p.active {
    opacity: 1;
    transform: translateY(0);
}

.download-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.download-buttons.active {
    opacity: 1;
    transform: translateY(0);
}

.app-store-button,
.play-store-button {
    display: inline-block;
    transition: all 0.3s ease;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    position: relative;
    z-index: 5;
    min-width: 220px;
    height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}

.app-store-button {
    background-image: url('./assets/appstorebutton.png');
}

.play-store-button {
    background-image: url('./assets/playstorebutton.png');
}

.app-store-button:hover,
.play-store-button:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 8px 20px rgba(58, 185, 139, 0.3));
}

footer {
    background: #0D2243;
    color: white;
    padding: 3rem 5% 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    margin-bottom: 1rem;
    color: #3AB98B;
}

.footer-section ul {
    list-style: none;
}

.footer-section a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #3AB98B;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    font-size: 1.5rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.scroll-animated {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animated.active {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding-top: 120px;
        padding-bottom: 6rem;
    }

    .hero-content {
        margin-bottom: 3rem;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    .hero p {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .features, .how-it-works, .download {
        padding: 6rem 5%;
    }

    .features h2, .how-it-works h2, .download h2 {
        font-size: 2.5rem;
    }

    .steps {
        flex-direction: column;
        gap: 2rem;
    }

    .feature-card {
        padding: 2rem;
        margin-bottom: 1rem;
    }

    .features-grid {
        gap: 2rem;
    }

    .iphone-mockup {
        width: 280px;
        height: 550px;
    }

    .download p {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }

    .nav-links {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        flex-direction: column;
        background-color: #0D2243 !important;
        padding: 20px 0;
        text-align: center;
        transition: left 0.3s ease;
        border-bottom: 2px solid #3AB98B;
        z-index: 999;
    }
    
    .nav-links li {
        margin: 12px 0;
    }

    .nav-links a {
        font-size: 1.1rem;
        padding: 10px 0;
        display: block;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .mobile-menu-button {
        display: block;
        background: transparent;
        border: none;
        color: #3AB98B;
        font-size: 1.5rem;
        cursor: pointer;
    }
    
    .navbar {
        background-color: #0D2243 !important;
        padding: 1rem 3%;
    }

    .footer-content {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .social-links {
        justify-content: center;
        margin-top: 1rem;
    }
}

.mobile-menu-button {
    display: none;
}

.hero::after,
.features::after,
.how-it-works::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgba(58, 185, 139, 0.4) 50%, 
                transparent 100%);
    z-index: 10;
}

.map-container {
    height: 180px;
    background: #172e57;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.map-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(23, 46, 87, 0.5)), 
                      linear-gradient(to right, rgba(58, 185, 139, 0.2) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(58, 185, 139, 0.2) 1px, transparent 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
    opacity: 0.7;
}

.route-path {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 15%;
    height: 3px;
    background: #3AB98B;
}

.route-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: moveAlongPath 6s infinite linear;
}

@keyframes moveAlongPath {
    0% { left: 10%; }
    100% { left: 85%; }
}

.destination-marker {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #3AB98B;
    border-radius: 50%;
    right: 15%;
    top: 50%;
    transform: translate(50%, -50%);
}

.destination-marker:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(58, 185, 139, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

.navigation-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-destination {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 12px;
}

.nav-destination i {
    color: #3AB98B;
    font-size: 16px;
}

.nav-text {
    flex: 1;
}

.nav-location {
    font-weight: bold;
    font-size: 14px;
}

.nav-eta {
    color: #a8b2c1;
    font-size: 12px;
}

.turn-by-turn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.turn-step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0.6;
}

.turn-step.current {
    background: rgba(58, 185, 139, 0.1);
    opacity: 1;
}

.turn-icon {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current .turn-icon {
    background: #3AB98B;
}

.turn-instruction {
    font-size: 12px;
}

.nav-buttons {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.nav-buttons .app-button {
    flex: 1;
    padding: 10px;
    font-size: 13px;
}

.app-button {
    background: #3AB98B;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.app-button:hover {
    background: #2da578;
    transform: translateY(-2px);
}

.app-button.secondary {
    background: rgba(255, 255, 255, 0.2);
}