.nature-hero {
    background:
        radial-gradient(circle at 15% 20%, rgba(251, 191, 36, 0.18), transparent 22%),
        radial-gradient(circle at 82% 18%, rgba(52, 211, 153, 0.18), transparent 24%),
        linear-gradient(180deg, #083344 0%, #0b3f38 30%, #12372b 62%, #09181d 100%);
}

.nature-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.26;
    filter: saturate(0.95) contrast(1.02) brightness(0.72);
}

.nature-flight-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.7;
}

.nature-flight-layer-back {
    opacity: 0.68;
}

.nature-flight-layer-front {
    opacity: 0.42;
}

.nature-flight-path {
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 7 10;
}

.nature-flight-path-main {
    stroke: rgba(254, 240, 138, 0.42);
    stroke-width: 2;
}

.nature-flight-path-soft {
    stroke: rgba(186, 230, 253, 0.28);
    stroke-width: 1.6;
}

.nature-flight-path-faint {
    stroke: rgba(167, 243, 208, 0.18);
    stroke-width: 1.4;
    stroke-dasharray: 5 12;
}

.nature-flight-path-reverse {
    stroke: rgba(255, 255, 255, 0.2);
    stroke-width: 1.5;
    stroke-dasharray: 6 12;
}

.nature-flight-path-reverse-soft {
    stroke: rgba(167, 243, 208, 0.16);
    stroke-width: 1.2;
    stroke-dasharray: 4 12;
}

.nature-flight-node {
    fill: rgba(254, 240, 138, 0.95);
    filter: drop-shadow(0 0 10px rgba(254, 240, 138, 0.42));
}

.nature-flight-node-soft {
    fill: rgba(186, 230, 253, 0.8);
    filter: drop-shadow(0 0 8px rgba(186, 230, 253, 0.28));
}

.nature-plane {
    font-size: 1rem;
    font-weight: 700;
}

.nature-plane-main {
    fill: rgba(255, 255, 255, 0.92);
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.2));
}

.nature-plane-soft {
    fill: rgba(220, 252, 231, 0.76);
    filter: drop-shadow(0 0 10px rgba(110, 231, 183, 0.18));
}

.nature-plane-reverse {
    fill: rgba(255, 255, 255, 0.72);
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.12));
}

.nature-plane-reverse-soft {
    fill: rgba(186, 230, 253, 0.58);
    filter: drop-shadow(0 0 8px rgba(186, 230, 253, 0.12));
}

.nature-flight-labels text {
    fill: rgba(255, 255, 255, 0.52);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: ui-sans-serif, system-ui, sans-serif;
}

.nature-orb {
    position: absolute;
    border-radius: 9999px;
    filter: blur(70px);
    opacity: 0.7;
    animation: natureDrift 14s ease-in-out infinite;
}

.nature-orb-a {
    top: 10%;
    left: -4rem;
    width: 18rem;
    height: 18rem;
    background: rgba(250, 204, 21, 0.22);
}

.nature-orb-b {
    top: 16%;
    right: 8%;
    width: 22rem;
    height: 22rem;
    background: rgba(56, 189, 248, 0.18);
    animation-delay: -4s;
}

.nature-orb-c {
    bottom: 10%;
    left: 20%;
    width: 20rem;
    height: 20rem;
    background: rgba(16, 185, 129, 0.14);
    animation-delay: -7s;
}

.nature-ridge {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    pointer-events: none;
}

.ridge-back {
    height: 32%;
    background: linear-gradient(180deg, rgba(17, 94, 89, 0.1), rgba(6, 78, 59, 0.55));
    clip-path: polygon(0 74%, 14% 58%, 28% 66%, 42% 52%, 59% 65%, 73% 47%, 88% 64%, 100% 55%, 100% 100%, 0 100%);
}

.ridge-mid {
    height: 24%;
    background: linear-gradient(180deg, rgba(6, 95, 70, 0.18), rgba(4, 47, 46, 0.88));
    clip-path: polygon(0 64%, 18% 44%, 32% 58%, 44% 36%, 58% 52%, 72% 28%, 86% 50%, 100% 34%, 100% 100%, 0 100%);
}

.ridge-front {
    height: 18%;
    background: linear-gradient(180deg, rgba(2, 44, 34, 0), rgba(2, 44, 34, 0.95));
    clip-path: polygon(0 58%, 12% 38%, 26% 50%, 40% 22%, 54% 42%, 68% 18%, 83% 37%, 100% 25%, 100% 100%, 0 100%);
}

.nature-stat-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    border-radius: 1.5rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 20px 40px rgba(5, 12, 16, 0.18);
}

.nature-showcase {
    perspective: 1200px;
    transition: transform 220ms ease;
}

.nature-card-main {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(24px);
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: 0 40px 100px rgba(2, 12, 18, 0.28);
    overflow: hidden;
}

.nature-card-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 35%, transparent 68%, rgba(255, 255, 255, 0.08));
    pointer-events: none;
}

.nature-pill-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.2rem;
    background: rgba(0, 0, 0, 0.12);
    padding: 1rem;
}

.nature-progress-dot {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 9999px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.nature-progress-line {
    height: 2px;
    flex: 1;
    min-width: 1.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.05));
}

.nature-float-card {
    position: absolute;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    padding: 1rem 1.15rem;
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(14px);
}

.nature-float-card-top {
    top: -1.8rem;
    right: -1.6rem;
    width: 15rem;
    animation: natureFloat 6s ease-in-out infinite;
}

.nature-float-card-bottom {
    bottom: -2rem;
    left: -1rem;
    width: 12.5rem;
    animation: natureFloat 7s ease-in-out infinite;
    animation-delay: -2s;
}

.nature-bar {
    width: 0.8rem;
    border-radius: 9999px;
    background: linear-gradient(180deg, #34d399, #0f766e);
}

.nature-info-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    background: rgba(255, 255, 255, 0.72);
    padding: 1rem;
}

.nature-route-line {
    position: absolute;
    left: calc(16.666% + 1.5rem);
    right: calc(16.666% + 1.5rem);
    top: 2rem;
    height: 2px;
    background:
        linear-gradient(90deg, rgba(16, 185, 129, 0.4), rgba(14, 165, 233, 0.35), rgba(245, 158, 11, 0.3));
}

.nature-route-card {
    position: relative;
    border-radius: 2rem;
    border: 1px solid rgba(203, 213, 225, 0.7);
    background: rgba(255, 255, 255, 0.82);
    padding: 2rem;
    box-shadow: 0 20px 70px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(16px);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.nature-route-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 90px rgba(15, 23, 42, 0.1);
}

.nature-route-pin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1.5rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.14em;
    box-shadow: 0 18px 45px;
}

.nature-destination-card {
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.nature-destination-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 32px 100px rgba(15, 23, 42, 0.12);
}

.nature-destination-media {
    position: relative;
    min-height: 23rem;
    overflow: hidden;
    background-image: linear-gradient(145deg, var(--tw-gradient-stops));
}

.nature-destination-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.52;
    transform: scale(1.03);
    transition: transform 260ms ease, opacity 260ms ease;
}

.nature-destination-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.12) 45%, rgba(2, 6, 23, 0.58));
}

.nature-destination-glow {
    position: absolute;
    inset: auto auto 10% -8%;
    width: 16rem;
    height: 16rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.14);
    filter: blur(20px);
}

.nature-card-emoji {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    font-size: 4rem;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.22));
    transform: translateY(0);
    transition: transform 260ms ease;
    z-index: 1;
}

.nature-destination-card:hover .nature-card-emoji {
    transform: translateY(-8px) scale(1.04);
}

.nature-destination-card:hover .nature-destination-image {
    transform: scale(1.08);
    opacity: 0.62;
}

.nature-card-copy {
    position: absolute;
    left: 1.6rem;
    right: 1.6rem;
    bottom: 1.5rem;
    z-index: 1;
    color: #fff;
}

.nature-sun,
.nature-moon {
    position: absolute;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 9999px;
    top: 1.8rem;
    left: 1.5rem;
    opacity: 0.85;
    filter: blur(0.2px);
}

.nature-sun {
    background: radial-gradient(circle, rgba(254, 240, 138, 0.9), rgba(251, 191, 36, 0.24) 56%, transparent 68%);
}

.nature-sun-warm {
    background: radial-gradient(circle, rgba(255, 237, 213, 0.9), rgba(251, 146, 60, 0.28) 56%, transparent 68%);
}

.nature-moon {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.9), rgba(186, 230, 253, 0.22) 56%, transparent 68%);
}

.nature-check-row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(209, 250, 229, 0.9);
    background: rgba(255, 255, 255, 0.72);
    padding: 1rem 1.1rem;
}

.nature-dashboard-shell {
    position: relative;
}

.nature-dashboard-panel {
    position: relative;
    z-index: 1;
    border-radius: 2.2rem;
    border: 1px solid rgba(167, 243, 208, 0.7);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(236, 253, 245, 0.86));
    padding: 2rem;
    box-shadow: 0 40px 100px rgba(16, 185, 129, 0.12);
    backdrop-filter: blur(18px);
}

.nature-dashboard-shadow {
    position: absolute;
    inset: auto 5% -2rem;
    height: 4rem;
    border-radius: 9999px;
    background: rgba(16, 185, 129, 0.16);
    filter: blur(30px);
}

.nature-dashboard-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(226, 232, 240, 0.8);
    background: rgba(255, 255, 255, 0.86);
    padding: 1.2rem;
}

.nature-dashboard-card-strong {
    border-color: transparent;
    background: linear-gradient(135deg, #052e2b, #0f766e);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes natureDrift {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(20px, -18px, 0) scale(1.06);
    }
}

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

@media (max-width: 1024px) {
    .nature-flight-overlay {
        opacity: 0.45;
    }

    .nature-float-card {
        position: static;
        margin-top: 1rem;
        width: auto;
        animation: none;
    }

    .nature-showcase {
        transform: none !important;
    }
}

@media (max-width: 768px) {
    .nature-flight-overlay {
        opacity: 0.48;
        transform: scale(1.28) translateY(-6%) translateX(8%);
        transform-origin: center top;
    }

    .nature-flight-path-main,
    .nature-flight-path-soft,
    .nature-flight-path-reverse,
    .nature-flight-path-reverse-soft {
        stroke-width: 2.2;
    }

    .nature-plane {
        font-size: 1.28rem;
    }

    .nature-flight-path-faint,
    .nature-flight-labels {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nature-flight-overlay {
        display: none;
    }

    .nature-orb,
    .nature-float-card,
    .reveal {
        animation: none !important;
        transition: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
