/* =========================
   GLOBAL RESET
========================= */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #ffffff;
    color: #111;
    line-height: 1.6;
}

/* =========================
   NAVIGATION
========================= */
.nav {
    background: #0d0d0d;
    padding: 18px 0;
}

.nav-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 45px;
}

.nav-links a {
    color: #e5e5e5;
    text-decoration: none;
    margin-left: 24px;
    font-weight: 600;
}

.nav-links a:hover {
    color: #ffc400;
}

/* =========================
   HERO
========================= */
.hero {
    background: linear-gradient(180deg, #0f0f0f 0%, #141414 100%);
    color: white;
    padding: 100px 20px;
}

.hero-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.hero-text {
    flex: 1;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-text p {
    max-width: 650px;
    margin-bottom: 35px;
    color: #cfcfcf;
    font-size: 18px;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image img {
    width: 100%;
    max-width: 380px;
    border: 7px solid #ffc400;
    border-radius: 14px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.45);
}

/* CTA */
.cta-button {
    display: inline-block;
    padding: 16px 36px;
    background: #ffc400;
    color: #111;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
}

.cta-button:hover {
    background: #ffdb4d;
}

/* =========================
   CONTENT
========================= */
.content {
    padding: 80px 10px;
    text-align: center;
}

.content h2 {
    font-size: 34px;
    margin-bottom: 40px;
}

.content ul {
    list-style: none;
    max-width: 600px;
    margin: 0 auto 60px auto;
    text-align: left;
}

.content ul li {
    margin-bottom: 18px;
    padding-left: 28px;
    position: relative;
}

.content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffc400;
}

/* =========================
   FORM CARD
========================= */
.form-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.form-box h2 {
    margin-bottom: 25px;
}

/* Limit styling ONLY to your forms */
.form-box input,
.form-box textarea {
    width: 100%;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
    margin-bottom: 20px;
}

.form-box input:focus,
.form-box textarea:focus {
    outline: none;
    border-color: #ffc400;
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #111;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

.submit-btn:hover {
    background: #000;
}

/* =========================
   MAILERLITE FIX
========================= */

#mlb2-38155695 {
    max-width: 520px;
    margin: 0 auto;
}

#mlb2-38155695 h4 {
    font-size: 26px !important;
    margin-bottom: 10px;
}

#mlb2-38155695 p {
    font-size: 16px !important;
    margin-bottom: 20px;
}

#mlb2-38155695 input {
    width: 100% !important;
    padding: 14px !important;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    margin-bottom: 20px !important;
}

#mlb2-38155695 button.primary {
    width: 100%;
    padding: 14px 30px;
    background: #000 !important;
    color: white !important;
    border-radius: 6px !important;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

#mlb2-38155695 button.primary:hover {
    background: #222 !important;
}

/* =========================
   FOOTER
========================= */
.footer {
    background: #0d0d0d;
    color: #777;
    padding: 30px 20px;
    text-align: center;
}

.footer-links {
    margin-top: 12px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffc400;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

    .nav-container {
        flex-direction: column;
        gap: 12px;
    }

    .hero {
        padding: 50px 20px 40px 20px;
    }

    .hero-container {
        flex-direction: column !important;
        align-items: center;
        text-align: center;
        gap: 25px;
    }

    .hero-text {
        width: 100%;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .hero-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

.hero-image img {
    width: 85%;
    max-width: 260px;
    height: auto;
    border-width: 3px;
    margin-top: 8px;
}

    .cta-button {
        padding: 14px 26px;
    }

    .form-box {
        padding: 30px 20px;
    }
}

/* =========================
   COURSES MOBILE FIX
========================= */

.course-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

@media (max-width:900px){
    .course-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:600px){
    .course-grid{
        grid-template-columns:1fr;
    }
}
@media (max-width:768px){

.container{
max-width:100%;
padding:40px 12px;
}

.course-grid{
grid-template-columns:1fr !important;
}

.course-card{
width:100%;
}

.course-card img{
width:100%;
}

}