body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000000;
}

header {
    background-color: #ff0000;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
}

.hero-section {
    background: url('images/hero.jpg') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 100px 20px;
}

.hero-section h1 {
    font-size: 3em;
}

.hero-section p {
    font-size: 1.5em;
}

.hero-section button {
    background-color: #ffd700;
    color: #000000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.about-section, .benefits-section, .testimonials-section, .funnel-section, .downloads-section, .training-videos-section, .contact-section {
    padding: 20px;
    text-align: center;
}

.download-item, .category, .subcategory, .gallery img {
    margin: 10px 0;
}

footer {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
