/* Desktop Styles */
.container {
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow-x: hidden;
}

/* Header and Logo */
header {
    position: absolute;
    width: 100%;
    top: 10px;
    z-index: 10;
}

.logo {
    width: 238.7px;
    height: 101px;
    margin: 0 auto;
}

/* Hero Section */
.hero {
    position: relative;
    height: 972px;
}

.hero-background {
    position: absolute;
    width: 100%;
    height: 972px;
    left: 0px;
    top: -68px;
    background: url('../images/Hero1-ref2.webp') no-repeat center center;
    background-size: cover;
}

.hero-content {
    position: absolute;
    width: 605px;
    left: 50%;
    transform: translateX(-50%);
    top: 662px;
    text-align: center;
}

.hero-content h1 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    color: #401414;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
}

.waitlist-button {
    width: 182px;
    height: 49px;
}

/* Section 02 */
.section-02 {
    position: relative;
    text-align: center;
    margin: 40px 0 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-02-image {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* Explicitly center the image */
}

.use-cases-container {
    width: 1150px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 22px;
    padding: 20px;
    text-align: center;
}

.use-cases-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Tools Section */
.tools {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 100px; /* Increased padding */
    padding: 0 20px;
}

.tool-card {
    text-align: center;
}

.tool-image {
    border-radius: 22px;
    margin-bottom: 15px;
}

.dev-tools {
    width: 375px;
    height: 484px;
    background: url('../images/devtools.webp') no-repeat center center;
    background-size: cover;
}

.creator-tools {
    width: 374px;
    height: 484px;
    background: url('../images/creatortools.webp') no-repeat center center;
    background-size: cover;
}

.agent-store {
    width: 375px;
    height: 484px;
    background: url('../images/agentstore.webp') no-repeat center center;
    background-size: cover;
}

/* Mission Section */
.mission {
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.mission h2 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    color: #401414;
    margin-bottom: 40px;
    text-align: center;
}

.mission-content {
    position: relative;
    width: 1150px;
    margin: 0 auto;
}

.mission-image {
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
}

.mission-text {
    width: 80%;
    max-width: 1000px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #401414;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Roadmap Section */
.roadmap {
    margin-top: 80px;
    text-align: center;
    width: 100%;
}

.roadmap h2 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    color: #401414;
    margin-bottom: 0px;
    text-align: center;
}

.roadmap-image {
    width: 150%;
    height: 800px;
    max-width: 1400px;
    margin: 0 auto;
    background: url('../images/RoadMap.webp') no-repeat center center;
    background-size: contain;
}

/* Connect Section */
.connect {
    margin-top: 50px;
    text-align: center;
}

.connect h2 {
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    color: #401414;
    margin-bottom: 20px;
    text-align: center;
}

.connect p {
    font-size: 16px;
    line-height: 22px;
    color: #858898;
    margin-bottom: 30px;
}

.connect-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    width: 1008px;
}

.connect-button, .discord-button {
    width: 499px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}