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

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: Arial, sans-serif;
    background: #06140e;
    color: #ffffff;
    overflow-x: hidden;
}

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

.bg-glow {
    position: fixed;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    z-index: -1;
}

.bg-glow-1 {
    top: -120px;
    left: -120px;
    background: #24e875;
}

.bg-glow-2 {
    right: -130px;
    bottom: -100px;
    background: #f6d365;
}

.topbar {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: linear-gradient(135deg, #25e875, #f6d365);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 16px 35px rgba(37, 232, 117, 0.28);
}

.brand strong {
    display: block;
    font-size: 17px;
}

.brand span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.58);
}

.top-link {
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14px;
    font-weight: 700;
}

.landing {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 20px 20px;
}

.hero {
    min-height: calc(100vh - 150px);
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
}

.hero-content {
    padding: 20px 0;
}

.pill {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(37, 232, 117, 0.12);
    color: #9dffc5;
    border: 1px solid rgba(37, 232, 117, 0.20);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

h1 {
    max-width: 670px;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 0.95;
    letter-spacing: -3px;
    margin-bottom: 22px;
}

.hero-text {
    max-width: 560px;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.75;
    font-size: 17px;
}

.hero-actions {
    margin-top: 30px;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.btn {
    min-width: 155px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px;
    border-radius: 18px;
    font-weight: 800;
    border: 1px solid transparent;
}

.btn-primary {
    color: #082016;
    background: linear-gradient(135deg, #25e875, #f6d365);
    box-shadow: 0 18px 45px rgba(37, 232, 117, 0.24);
}

.btn-dark {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.13);
}

.trust-row {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 560px;
}

.trust-row div {
    padding: 17px 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.trust-row strong {
    display: block;
    font-size: 19px;
    color: #9dffc5;
}

.trust-row span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.phone-card {
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    padding: 18px;
    border-radius: 36px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
}

.phone-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px 16px;
    color: rgba(255, 255, 255, 0.55);
}

.phone-top span {
    width: 38px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.coin-card {
    padding: 22px;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(37, 232, 117, 0.95), rgba(246, 211, 101, 0.95));
    color: #092016;
    margin-bottom: 14px;
}

.coin-card span,
.coin-card small {
    display: block;
    font-weight: 700;
    opacity: 0.78;
}

.coin-card strong {
    display: block;
    margin: 8px 0;
    font-size: 38px;
}

.farm-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin-bottom: 14px;
}

.plot {
    height: 105px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(73, 183, 91, 0.35), rgba(68, 118, 54, 0.20));
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.plot.locked {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.45);
}

.task-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.task-card strong {
    display: block;
    font-size: 15px;
}

.task-card span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.task-card button {
    border: none;
    padding: 11px 14px;
    border-radius: 14px;
    font-weight: 800;
    background: #ffffff;
    color: #092016;
}

.features {
    padding: 22px 0 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.feature-card {
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: rgba(37, 232, 117, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-bottom: 15px;
}

.feature-card h3 {
    font-size: 17px;
    margin-bottom: 9px;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.6;
}

.footer {
    max-width: 1180px;
    margin: 0 auto;
    padding: 22px 20px 32px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .phone-card {
        margin: 0 auto;
    }

    .features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .topbar {
        padding: 14px;
    }

    .landing {
        padding: 18px 14px;
    }

    h1 {
        font-size: 43px;
        letter-spacing: -2px;
    }

    .hero-text {
        font-size: 15px;
    }

    .hero-actions {
        display: grid;
    }

    .btn {
        width: 100%;
    }

    .trust-row {
        grid-template-columns: 1fr;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .footer {
        flex-direction: column;
        padding-left: 14px;
        padding-right: 14px;
    }
}