body {
    font-family: Arial, sans-serif;
    background: #f4f8f9;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #1f4e5f;
}

.container {
	margin: 30px auto 60px auto;
}

.brand {
    font-size: 48px;
    margin-bottom: 5px;
}

.tagline {
    font-size: 20px;
    color: #607d8b;
    margin-bottom: 30px;
}

.hero-text {
    font-size: 22px;
    margin-bottom: 40px;
}

.primary-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #2d8fa3;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.primary-btn:hover {
    background: #257b8d;
}

.section {
    margin-bottom: 50px;
}

.section h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.section p {
    font-size: 18px;
    line-height: 1.6;
}

.privacy {
    background: #e9f3f6;
    padding: 20px;
    border-radius: 10px;
}

footer {
    margin-top: 80px;
    padding: 20px;
    background: #1f4e5f;
    color: white;
}

footer a {
    color: white;
    text-decoration: underline;
}

.signup {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.small-note {
    font-size: 14px;
    color: #607d8b;
    margin-top: 15px;
}

/* Generator Phone Preview */

.generator-page .phone-preview {
    width: 320px;
    aspect-ratio: 9 / 16;
    margin: 40px auto;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    background: black;
    position: relative;
}

.generator-page #previewCanvas {
    width: 100%;
    height: 100%;
    display: block;
}
