* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    scroll-behavior: smooth;
}

body {
    background:
        linear-gradient(to bottom, rgba(8,12,30,0.75), rgba(10,10,18,0.88)),
        radial-gradient(circle at 20% 20%, rgba(255,120,0,0.18), transparent 30%),
        radial-gradient(circle at 80% 30%, rgba(0,200,255,0.14), transparent 28%),
        linear-gradient(to bottom, #293b70 0%, #11182e 35%, #0e1222 65%, #090c16 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background: rgba(6, 10, 20, 0.72);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #7fe8ff;
    text-shadow: 0 0 10px rgba(127,232,255,0.35);
}

.menu {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.menu a {
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 700;
    color: #eaf7ff;
    transition: 0.2s ease;
}

.menu a:hover {
    background: rgba(255,255,255,0.10);
    color: #7fe8ff;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 120px;
}

.scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.stars {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(255,255,255,0.7) 0 1px, transparent 2px),
        radial-gradient(circle at 25% 10%, rgba(255,255,255,0.5) 0 1px, transparent 2px),
        radial-gradient(circle at 40% 18%, rgba(255,255,255,0.7) 0 1px, transparent 2px),
        radial-gradient(circle at 55% 12%, rgba(255,255,255,0.45) 0 1px, transparent 2px),
        radial-gradient(circle at 68% 22%, rgba(255,255,255,0.65) 0 1px, transparent 2px),
        radial-gradient(circle at 82% 14%, rgba(255,255,255,0.55) 0 1px, transparent 2px),
        radial-gradient(circle at 93% 8%, rgba(255,255,255,0.7) 0 1px, transparent 2px);
    opacity: 0.8;
}

.moon {
    position: absolute;
    right: 10%;
    top: 9%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fff8c9 0%, #fff0a8 30%, #d7c675 65%, #9b9160 100%);
    box-shadow: 0 0 45px rgba(255, 240, 168, 0.35);
}

.city {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42vh;
    background:
        linear-gradient(to top, rgba(6,8,14,0.98), rgba(14,18,30,0.85)),
        repeating-linear-gradient(
            to right,
            transparent 0 35px,
            rgba(255,255,255,0.04) 35px 38px,
            transparent 38px 72px
        );
    clip-path: polygon(
        0% 100%, 0% 52%, 4% 52%, 4% 34%, 9% 34%, 9% 62%, 13% 62%, 13% 26%,
        18% 26%, 18% 58%, 22% 58%, 22% 40%, 28% 40%, 28% 67%, 33% 67%, 33% 21%,
        37% 21%, 37% 56%, 42% 56%, 42% 30%, 46% 30%, 46% 61%, 52% 61%, 52% 18%,
        58% 18%, 58% 54%, 62% 54%, 62% 35%, 68% 35%, 68% 63%, 73% 63%, 73% 25%,
        78% 25%, 78% 52%, 84% 52%, 84% 32%, 89% 32%, 89% 60%, 94% 60%, 94% 42%,
        100% 42%, 100% 100%
    );
}

.city::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 75%, rgba(255,210,90,0.6) 0 2px, transparent 3px),
        radial-gradient(circle at 15% 68%, rgba(255,210,90,0.5) 0 2px, transparent 3px),
        radial-gradient(circle at 22% 80%, rgba(255,210,90,0.7) 0 2px, transparent 3px),
        radial-gradient(circle at 36% 70%, rgba(255,210,90,0.55) 0 2px, transparent 3px),
        radial-gradient(circle at 48% 78%, rgba(255,210,90,0.65) 0 2px, transparent 3px),
        radial-gradient(circle at 59% 69%, rgba(255,210,90,0.55) 0 2px, transparent 3px),
        radial-gradient(circle at 72% 82%, rgba(255,210,90,0.65) 0 2px, transparent 3px),
        radial-gradient(circle at 84% 72%, rgba(255,210,90,0.6) 0 2px, transparent 3px),
        radial-gradient(circle at 93% 79%, rgba(255,210,90,0.55) 0 2px, transparent 3px);
    opacity: 0.9;
}

.road {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12vh;
    background: linear-gradient(to bottom, #1e1f27, #090a10);
    border-top: 4px solid rgba(255,255,255,0.08);
}

.road::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 48%;
    height: 4px;
    background:
        repeating-linear-gradient(to right, #ffe16a 0 50px, transparent 50px 90px);
    opacity: 0.85;
}

.smoke {
    position: absolute;
    left: 48%;
    bottom: 34vh;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(180,180,180,0.22) 0%, rgba(120,120,120,0.10) 45%, transparent 75%);
    filter: blur(12px);
    animation: pulseSmoke 5s ease-in-out infinite;
}

@keyframes pulseSmoke {
    0%,100% { transform: scale(1) translateY(0); opacity: 0.45; }
    50%     { transform: scale(1.18) translateY(-10px); opacity: 0.75; }
}

.mech, .lizard {
    position: absolute;
    bottom: 14vh;
    filter: drop-shadow(0 0 24px rgba(0,0,0,0.45));
}

.mech {
    left: 18%;
    width: 320px;
    height: 420px;
    animation: mechShift 4s ease-in-out infinite;
}

@keyframes mechShift {
    0%,100% { transform: translateY(0) rotate(-1deg); }
    50%     { transform: translateY(-6px) rotate(1deg); }
}

.mech .torso {
    position: absolute;
    left: 95px;
    top: 110px;
    width: 120px;
    height: 135px;
    background: linear-gradient(to bottom, #6ee8ff, #1b8ea8 60%, #0f4f60);
    border: 5px solid #d7fbff;
    clip-path: polygon(18% 0%, 82% 0%, 100% 20%, 92% 100%, 8% 100%, 0% 20%);
    box-shadow: 0 0 25px rgba(110,232,255,0.30);
}

.mech .head {
    position: absolute;
    left: 118px;
    top: 52px;
    width: 72px;
    height: 68px;
    background: linear-gradient(to bottom, #d9f6ff, #7edfff);
    border: 4px solid #ffffff;
    border-radius: 12px;
}

.mech .head::before,
.mech .head::after {
    content: "";
    position: absolute;
    top: 22px;
    width: 14px;
    height: 8px;
    background: #ff4d4d;
    box-shadow: 0 0 10px rgba(255,77,77,0.9);
}

.mech .head::before { left: 14px; }
.mech .head::after  { right: 14px; }

.mech .arm-left,
.mech .arm-right,
.mech .leg-left,
.mech .leg-right {
    position: absolute;
    background: linear-gradient(to bottom, #d8f6ff, #5bcbe6 60%, #174f61);
    border: 4px solid #effcff;
}

.mech .arm-left {
    left: 40px;
    top: 128px;
    width: 42px;
    height: 150px;
    transform: rotate(28deg);
    transform-origin: top center;
    border-radius: 18px;
}

.mech .arm-right {
    right: 36px;
    top: 124px;
    width: 42px;
    height: 170px;
    transform: rotate(-52deg);
    transform-origin: top center;
    border-radius: 18px;
}

.mech .arm-right::after {
    content: "";
    position: absolute;
    right: -65px;
    top: 45px;
    width: 85px;
    height: 14px;
    background: linear-gradient(to right, #9cf7ff, #ffffff, #9cf7ff);
    border-radius: 20px;
    box-shadow: 0 0 18px rgba(140,240,255,0.9);
}

.mech .leg-left {
    left: 105px;
    top: 240px;
    width: 40px;
    height: 150px;
    transform: rotate(8deg);
    border-radius: 18px;
}

.mech .leg-right {
    left: 170px;
    top: 240px;
    width: 40px;
    height: 150px;
    transform: rotate(-10deg);
    border-radius: 18px;
}

.lizard {
    right: 12%;
    width: 380px;
    height: 330px;
    animation: lizardShift 3.6s ease-in-out infinite;
}

@keyframes lizardShift {
    0%,100% { transform: translateY(0) rotate(0deg); }
    50%     { transform: translateY(-8px) rotate(-1deg); }
}

.lizard .body {
    position: absolute;
    right: 84px;
    top: 118px;
    width: 180px;
    height: 110px;
    background: linear-gradient(to bottom, #54d66d, #267f39 72%, #16381e);
    border: 4px solid #a2ffb2;
    border-radius: 48% 44% 42% 46%;
}

.lizard .head {
    position: absolute;
    right: 10px;
    top: 82px;
    width: 120px;
    height: 80px;
    background: linear-gradient(to bottom, #66ee7f, #2c8c41 70%, #17321d);
    border: 4px solid #b4ffc1;
    border-radius: 50px 36px 40px 34px;
    transform: rotate(-12deg);
}

.lizard .head::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 20px;
    width: 14px;
    height: 14px;
    background: #ff5757;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(255,87,87,0.8);
}

.lizard .mouth {
    position: absolute;
    right: 15px;
    top: 128px;
    width: 70px;
    height: 8px;
    background: #ffb0b0;
    border-radius: 10px;
    transform: rotate(-12deg);
}

.lizard .tail {
    position: absolute;
    right: 210px;
    top: 160px;
    width: 160px;
    height: 24px;
    background: linear-gradient(to right, #194126, #44bf5d);
    border-radius: 20px;
    transform: rotate(18deg);
}

.lizard .leg1,
.lizard .leg2,
.lizard .arm1,
.lizard .arm2 {
    position: absolute;
    background: linear-gradient(to bottom, #76f08b, #2a8d40 68%, #16361d);
    border: 4px solid #bcffca;
    border-radius: 20px;
}

.lizard .arm1 {
    right: 128px;
    top: 168px;
    width: 28px;
    height: 90px;
    transform: rotate(32deg);
}

.lizard .arm2 {
    right: 82px;
    top: 158px;
    width: 28px;
    height: 95px;
    transform: rotate(-28deg);
}

.lizard .leg1 {
    right: 178px;
    top: 212px;
    width: 34px;
    height: 100px;
    transform: rotate(12deg);
}

.lizard .leg2 {
    right: 120px;
    top: 210px;
    width: 34px;
    height: 102px;
    transform: rotate(-8deg);
}

.lizard .spikes {
    position: absolute;
    right: 98px;
    top: 96px;
    width: 150px;
    height: 50px;
}

.lizard .spikes::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 0 5%, #ccffd5 5% 10%, transparent 10% 18%, #ccffd5 18% 24%, transparent 24% 33%, #ccffd5 33% 40%, transparent 40% 50%, #ccffd5 50% 58%, transparent 58% 70%, #ccffd5 70% 78%, transparent 78% 100%);
    clip-path: polygon(0% 100%, 8% 30%, 16% 100%, 28% 24%, 36% 100%, 50% 18%, 58% 100%, 70% 26%, 78% 100%, 90% 36%, 100% 100%);
}

.hero-card {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
    margin-top: 80px;
    background: rgba(7, 12, 25, 0.62);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 26px;
    padding: 36px 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.35);
    backdrop-filter: blur(8px);
    text-align: center;
}

.kicker {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(127,232,255,0.12);
    border: 1px solid rgba(127,232,255,0.35);
    color: #9aefff;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.hero-card h1 {
    margin: 0 0 16px;
    font-size: clamp(2.1rem, 4vw, 4.2rem);
    line-height: 1.05;
    text-shadow: 0 0 16px rgba(127,232,255,0.12);
}

.hero-card p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ebf8ff;
    margin: 8px 0;
}

.button-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.btn {
    border: none;
    padding: 14px 22px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(to right, #00cfff, #3ff7ff);
    color: #042532;
    box-shadow: 0 10px 24px rgba(0,207,255,0.25);
}

.btn-secondary {
    background: rgba(255,255,255,0.10);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.18);
}

.section {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 20px;
}

.section h2 {
    font-size: 2rem;
    margin: 0 0 20px;
    color: #9aefff;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.panel {
    background: rgba(7, 12, 25, 0.70);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.24);
    backdrop-filter: blur(7px);
}

.panel h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #ffffff;
}

.panel p, .panel li {
    color: #dcecf6;
    line-height: 1.6;
}

.bikelist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bikelist li {
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
}

.quote {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #ffffff;
}

.footer {
    text-align: center;
    padding: 40px 20px 60px;
    color: #bbd7e8;
    font-size: 0.98rem;
}

.small {
    font-size: 0.95rem;
    color: #b7d4e4;
}

@media (max-width: 900px) {
    .mech {
        left: 4%;
        transform: scale(0.72);
        transform-origin: bottom left;
    }

    .lizard {
        right: -2%;
        transform: scale(0.72);
        transform-origin: bottom right;
    }

    .hero-card {
        margin-top: 40px;
    }
}

@media (max-width: 640px) {
    .topbar-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .menu {
        gap: 8px;
    }

    .menu a {
        font-size: 0.95rem;
    }

    .hero {
        padding-top: 20px;
    }

    .hero-card {
        padding: 24px 18px;
    }

    .hero-card p {
        font-size: 1.05rem;
    }

    .mech, .lizard {
        opacity: 0.55;
    }
}
