/* Mobile Styles */
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/* 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: 900px;
    width: 100%;
}

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

.hero-content {
    position: absolute;
    width: 85%;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    top: 540px;
    text-align: center;
}

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

.hero-content p {
    width: 100%;
    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;
    overflow: hidden;
}

.section-02-image {
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Use Cases Section */
.use-cases {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.use-cases-container {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 15px;
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

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

/* Tools Section */
.tools {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 80px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
}

.tool-card {
    width: 100%;
    max-width: 374px;
}

.tool-image {
    border-radius: 22px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.dev-tools {
    width: 100%;
    height: 0;
    padding-bottom: 129%; /* Preserve aspect ratio */
    background: url('../images/devtools.png') no-repeat center center;
    background-size: cover;
}

.creator-tools {
    width: 100%;
    height: 0;
    padding-bottom: 129%; /* Preserve aspect ratio */
    background: url('../images/creatortools.png') no-repeat center center;
    background-size: cover;
}

.agent-store {
    width: 100%;
    height: 0;
    padding-bottom: 129%; /* Preserve aspect ratio */
    background: url('../images/agentstore.png') no-repeat center center;
    background-size: cover;
}

/* Mission Section */
.mission {
    margin-top: 80px;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

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

.mission-content {
    position: relative;
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
}

.mission-image {
    width: 100%;
    height: auto;
    min-height: 400px;
    background: #FFFFFF;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    position: relative;
    box-sizing: border-box;
}

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

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

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

.roadmap-image {
    width: 90%;
    height: 0;
    padding-bottom: 100%; /* Aspect ratio for mobile */
    margin: 0 auto;
    background: url('../images/RM_mobile.png') no-repeat center center;
    background-size: contain;
}

/* Connect Section */
.connect {
    margin-top: 50px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.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;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.connect-button, .discord-button {
    width: 100%;
    max-width: 374px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}