* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #202021 #0a0a0a;
}

/* Custom Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #ff0000;
}

::-webkit-scrollbar-thumb {
    background: #30363d;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #484f58;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #0a0a0a;
    color: #ffffff;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header {
    padding: 20px 0;
    background: rgb(10 10 10 / 49%);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 90px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo,
.logo a {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.logo img {
    height: 100%;
    width: 35px;
    margin-right: 10px;
}


.nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav a {
    color: #a1a1aa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #ffffff;
}

.get-started-btn {
    padding: 12px 24px;
    background: #00e87b;
    color: #0a0a0a;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.get-started-btn:hover {
    background: #00cc6a;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    padding: 120px 0;
    text-align: center;
    background: radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
    height: 100vh;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-text {
    text-align: left;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #a1a1aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    background-clip: text;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #a1a1aa;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-cta {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
    justify-content: center;
}

.hero-cta input {
    flex: 1;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.hero-cta input:focus {
    border-color: #00e87b;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.hero-cta input::placeholder {
    color: #71717a;
}

.hero-cta button {
    padding: 16px 24px;
    background: #00e87b;
    color: #0a0a0a;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hero-cta button:hover {
    background: #00cc6a;
    transform: translateY(-2px);
}

.hero-note {
    font-size: 0.9rem;
    color: #71717a;
}

.hero-visual {
    position: relative;
    height: 400px;
    /*background: linear-gradient(135deg, #1e1e2e 0%, #2a2a3a 100%);*/
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /*border: 1px solid rgba(255, 255, 255, 0.1);*/
}

.minecraft-char {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #0d3967 0%, #00e87b 100%);
    border-radius: 20px;
    position: relative;
    animation: float 3s ease-in-out infinite;
}

.minecraft-char::before {
    /*
    content: url('/assets/landing/img/5848512684e35b574e745399.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    
    content: url('/assets/landing/img/5848512684e35b574e745399.png');
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* font-size: 4rem; */
    /* height: 50px; */
    /* width: 100px; */
    /*
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* width: 150px; 
    display: flex;
    justify-content: center;
    align-items: center;
*/

    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-38%, -35%);
    width: 128%;
    height: 264px;
    background-image: url('/assets/landing/img/5848512684e35b574e745399.png');
    /*background-image: url('/assets/landing/img/edc5cd408e177bc9caf21b3463c209fd-min.png');*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-cube {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(99, 102, 241, 0.3);
    border-radius: 4px;
    animation: floatCube 4s ease-in-out infinite;
}

@keyframes floatCube {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

/* Features Section */
.features {
    padding: 120px 0;
    background: rgba(255, 255, 255, 0.02);
}

.features-header {
    text-align: center;
    margin-bottom: 80px;
}

.features-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.features-subtitle {
    font-size: 1.2rem;
    color: #a1a1aa;
    max-width: 600px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.feature-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #00e87b, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 1.5rem;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.feature-description {
    color: #a1a1aa;
    line-height: 1.6;
}

/* Pricing Section */
.pricing {
    padding: 120px 0;
}

.pricing-header {
    text-align: center;
    margin-bottom: 80px;
}

.pricing-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

.pricing-subtitle {
    font-size: 1.2rem;
    color: #a1a1aa;
}

.pricing-card {
    max-width: 400px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #00e87b, #8b5cf6, #00e87b);
}

.pricing-badge {
    background: #00e87b;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 24px;
    display: inline-block;
}

.pricing-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
}

.pricing-period {
    color: #a1a1aa;
    margin-bottom: 32px;
}

.pricing-features {
    list-style: none;
    margin-bottom: 32px;
    text-align: left;
}

.pricing-features li {
    padding: 12px 0;
    color: #a1a1aa;
    position: relative;
    padding-left: 28px;
}

.pricing-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.pricing-cta {
    width: 100%;
    padding: 16px;
    background: #00e87b;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-cta:hover {
    background: #00cc6a;
    transform: translateY(-2px);
}

/* Footer */
footer {
    padding: 60px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 120px;
}

.footer-content {
    text-align: center;
    color: #71717a;
}

.footer-content p {
    margin-bottom: 16px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

footer a {
    color: #a1a1aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fff;
}

.footer-links a:hover {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
    .hero {
        height: 100%;
    }
    .hero-content {
        /*grid-template-columns: 1fr;*/
        text-align: center;
    }

    .hero-text {
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .nav {
        display: none;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }
}


/****/

.hero-title {
    font-size: 3em;
    transition: opacity 0.5s ease-in-out;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

.hero-title {
    font-size: 2.5em;
    display: flex;
    align-items: center;
    gap: 0.3em;
}

.slot-wrapper {
    height: 1.2em;
    overflow: hidden;
    position: relative;
    display: inline-block;
    mask-image: linear-gradient(to bottom, transparent, white 30%, white 70%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, white 30%, white 70%, transparent);
}

.slot {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    align-items: start;
}

.slot span {
    height: 1.2em;
    text-align: left;
    opacity: 0.4;
    filter: blur(1px);
    transition: all 0.5s;
}

.slot span.active {
    opacity: 1;
    filter: blur(0);
}

.dot {
    color: #00ffff;
}

#left-slot.slot {
    align-items: end;
}

#right-slot.slot {
    align-items: start;
}

@keyframes ping {

    75%,
    to {
        transform: scale(2);
        opacity: 0
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

@keyframes slideRight {
    from {
        transform: translateX(0);
        /* Start at original position */
    }

    to {
        transform: translateX(5px);
        /* Slide 100px to the right */
    }
}