
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #161921;
    background: #ffffff;
    overflow-x: hidden;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

header {
    background: linear-gradient(135deg, #161921 0%, #2a2f3d 100%);
    color: white;
    /* padding: 100px 40px 80px; */
    text-align: center;
    position: relative;
    overflow: hidden;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 49, 49, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

header .container {
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 3.5em;
    margin-bottom: 25px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.2;
}

.subheader {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 500;
    opacity: 0.95;
}

.tagline {
    font-size: 1.1em;
    font-style: italic;
    opacity: 0.85;
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.above-fold {
    background: #f8f9fb;
    padding: 80px 40px;
    margin: 0;
}

.above-fold h3 {
    font-size: 2.2em;
    color: #161921;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

.proof-bullets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin: 50px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.proof-item {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(22, 25, 33, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(22, 25, 33, 0.06);
}

.proof-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(22, 25, 33, 0.12);
}

.proof-item strong {
    color: #ff3131;
    display: block;
    margin-bottom: 15px;
    font-size: 1.4em;
    font-weight: 700;
}

.proof-item p {
    font-size: 1.05em;
    line-height: 1.6;
    color: #161921;
}

.cta-section {
    background: white;
    padding: 50px 40px;
    margin: 50px 0 0 0;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(22, 25, 33, 0.08);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    padding: 18px 45px;
    margin: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
}

.cta-primary {
    background: #ff3131;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 49, 49, 0.3);
}

.cta-primary:hover {
    background: #e62020;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 49, 49, 0.4);
}

.cta-secondary {
    background: transparent;
    color: #161921;
    border: 2px solid #161921;
}

.cta-secondary:hover {
    background: #161921;
    color: white;
}

.trust-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 50px 40px;
    background: white;
    border-radius: 12px;
    margin: 50px auto 0;
    max-width: 1100px;
    box-shadow: 0 4px 20px rgba(22, 25, 33, 0.08);
}

.trust-item {
    text-align: center;
    padding: 20px;
}

.trust-item strong {
    color: #161921;
    display: block;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 700;
}

.trust-item p {
    color: #161921;
    opacity: 0.7;
    font-size: 1.05em;
}

section {
    padding: 100px 40px;
}

section:nth-child(even) {
    background: #f8f9fb;
}

section h2 {
    font-size: 2.8em;
    color: #161921;
    margin-bottom: 35px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.5px;
}

section h3 {
    font-size: 1.8em;
    color: #161921;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

section p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #161921;
    font-size: 1.1em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.learning-path {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin: 60px 0;
}

.path-module {
    background: white;
    padding: 40px;
    border-radius: 12px;
    border: 2px solid rgba(22, 25, 33, 0.08);
    transition: all 0.3s ease;
    position: relative;
}


.path-module:hover {
    border-color: #ff3131;
    box-shadow: 0 10px 40px rgba(255, 49, 49, 0.15);
    transform: translateY(-5px);
}

.path-module h3 {
    color: #161921;
    margin-top: 0;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.path-module > p {
    font-weight: 600;
    margin-bottom: 20px;
    color: #161921;
}

.path-module ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.path-module li {
    padding: 10px 0 10px 30px;
    position: relative;
    color: #161921;
    font-size: 1em;
    opacity: 0.85;
}

.path-module li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff3131;
    font-weight: bold;
    font-size: 1.2em;
}

.path-module > p:last-of-type {
    font-size: 0.95em;
    color: #161921;
    opacity: 0.6;
    margin-top: 20px;
    font-weight: 500;
}

.instructor-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    margin: 40px auto;
    border-left: 5px solid #ff3131;
    max-width: 900px;
    box-shadow: 0 4px 20px rgba(22, 25, 33, 0.08);
}

.instructor-name {
    color: #ff3131;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 12px;
}

.instructor-creds {
    color: #161921;
    font-size: 1.05em;
    margin-bottom: 15px;
    font-style: italic;
    opacity: 0.7;
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.outcome-card {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(22, 25, 33, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(22, 25, 33, 0.05);
}

.outcome-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff3131 0%, #ff6b6b 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.outcome-card:hover::before {
    transform: scaleX(1);
}

.outcome-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(255, 49, 49, 0.2);
}

.outcome-card h4 {
    color: #161921;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 800;
    position: relative;
    padding-bottom: 12px;
}

.outcome-card h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #ff3131;
    transition: width 0.3s ease;
}

.outcome-card:hover h4::after {
    width: 80px;
}

.outcome-card p {
    color: #161921;
    opacity: 0.85;
    line-height: 1.8;
    margin: 0;
    font-size: 1.05em;
}

.audience-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 50px 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.audience-tag {
    background: #161921;
    color: white;
    padding: 18px 25px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    transition: all 0.3s ease;
}

.audience-tag:hover {
    background: #ff3131;
    transform: scale(1.05);
}

.portfolio-preview {
    background: white;
    padding: 50px;
    border-radius: 12px;
    margin: 50px auto;
    max-width: 900px;
    box-shadow: 0 4px 20px rgba(22, 25, 33, 0.08);
}

.portfolio-preview h4 {
    color: #161921;
    margin-bottom: 25px;
    font-size: 1.6em;
    font-weight: 700;
}

.portfolio-preview ul {
    margin-left: 30px;
    color: #161921;
    line-height: 2;
}

.portfolio-preview li {
    margin-bottom: 12px;
    font-size: 1.05em;
}

.portfolio-preview strong {
    color: #ff3131;
    font-weight: 700;
}

.faq-section {
    margin: 60px auto;
    max-width: 900px;
}

.faq-item {
    background: white;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 2px solid rgba(22, 25, 33, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #ff3131;
}

.faq-question {
    padding: 25px 30px;
    background: white;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #161921;
    font-size: 1.1em;
}

.faq-question:hover {
    background: #f8f9fb;
}

.faq-toggle {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff3131;
    color: white;
    border-radius: 50%;
    font-size: 1.3em;
    font-weight: 700;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #161921;
    opacity: 0;
}

.faq-item.active .faq-answer {
    padding: 0 30px 25px 30px;
    max-height: 500px;
    opacity: 1;
}

.faq-answer p {
    margin: 0;
    line-height: 1.8;
    font-size: 1.05em;
}

.location-section {
    background: white;
    padding: 50px;
    border-radius: 12px;
    margin: 50px auto;
    max-width: 900px;
    box-shadow: 0 4px 20px rgba(22, 25, 33, 0.08);
}

.location-section h4 {
    color: #161921;
    margin-bottom: 20px;
    font-size: 1.6em;
    font-weight: 700;
}

.location-section p {
    margin-bottom: 12px;
    color: #161921;
    font-size: 1.05em;
}

.location-section strong {
    color: #ff3131;
    font-weight: 700;
}

.areas-served {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin: 30px 0;
}

.area-tag {
    background: #f8f9fb;
    padding: 15px 20px;
    border-radius: 8px;
    border: 2px solid rgba(22, 25, 33, 0.08);
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    color: #161921;
    transition: all 0.3s ease;
}

.area-tag:hover {
    border-color: #ff3131;
    background: white;
    color: #ff3131;
}

.demo-highlight {
    background: white;
    padding: 50px;
    border-radius: 16px;
    margin: 50px auto;
    max-width: 900px;
    box-shadow: 0 5px 25px rgba(22, 25, 33, 0.1);
    position: relative;
    overflow: hidden;
}

.demo-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #ff3131 0%, #ff6b6b 100%);
}

.demo-highlight h4 {
    color: #161921;
    margin-bottom: 30px;
    font-size: 1.7em;
    font-weight: 800;
    padding-left: 10px;
}

.demo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}

.demo-list li {
    padding: 20px 25px;
    background: #f8f9fb;
    border-radius: 10px;
    line-height: 1.8;
    font-size: 1.05em;
    color: #161921;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 55px;
}

.demo-list li::before {
    content: '✓';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: #ff3131;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.demo-list li:hover {
    background: white;
    box-shadow: 0 4px 15px rgba(255, 49, 49, 0.1);
    transform: translateX(5px);
}

.demo-list strong {
    color: #ff3131;
    font-weight: 700;
}

.why-spotlight {
    margin: 50px auto;
    max-width: 1200px;
}

.why-spotlight-header {
    text-align: center;
    margin-bottom: 50px;
}

.why-spotlight-header h3 {
    margin: 0;
    color: #161921;
    font-size: 2em;
    font-weight: 800;
}

.why-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.spotlight-box {
    background: white;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(22, 25, 33, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.spotlight-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #ff3131, #ff6b6b);
    border-radius: 16px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
}

.spotlight-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    border-radius: 16px;
    z-index: -1;
}

.spotlight-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(255, 49, 49, 0.15);
}

.spotlight-box:hover::before {
    opacity: 1;
}

.spotlight-box h4 {
    color: #ff3131;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.4em;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 12px;
}

.spotlight-box h4::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ff3131;
    border-radius: 50%;
    display: inline-block;
}

.spotlight-box p {
    color: #161921;
    line-height: 1.8;
    font-size: 1.05em;
    margin: 0;
    opacity: 0.9;
}

footer {
    background: #161921;
    color: white;
    text-align: center;
    padding: 50px 40px;
    margin-top: 0;
}

footer p {
    margin: 8px 0;
    color: white;
    opacity: 0.9;
}

footer strong {
    color: #ff3131;
    font-weight: 700;
}

strong {
    color: #ff3131;
    font-weight: 700;
}

em {
    color: #161921;
    font-style: italic;
}

@media (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }

    h1 {
        font-size: 2.8em;
    }

    section h2 {
        font-size: 2.3em;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    header {
        padding: 60px 20px 50px;
    }

    h1 {
        font-size: 2em;
    }

    .subheader {
        font-size: 1.2em;
    }

    .tagline {
        font-size: 1em;
    }

    section {
        padding: 60px 20px;
    }

    section h2 {
        font-size: 1.8em;
    }

    .above-fold {
        padding: 50px 20px;
    }

    .proof-bullets {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .learning-path {
        grid-template-columns: 1fr;
    }

    .trust-strip {
        grid-template-columns: 1fr;
        padding: 30px 20px;
    }

    .audience-list {
        grid-template-columns: 1fr;
    }

    .outcomes-grid {
        grid-template-columns: 1fr;
    }

    .areas-served {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-button {
        display: block;
        margin: 12px 0;
    }

    .portfolio-preview,
    .location-section,
    .demo-highlight {
        padding: 30px 25px;
    }

    .demo-list li {
        padding: 15px 20px 15px 50px;
        font-size: 1em;
    }

    .demo-list li::before {
        left: 15px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .why-spotlight-grid {
        grid-template-columns: 1fr;
    }

    .spotlight-box {
        padding: 30px 25px;
    }

    .faq-question {
        padding: 20px;
        font-size: 1em;
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-item.active .faq-answer {
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.6em;
    }

    .subheader {
        font-size: 1.1em;
    }

    section h2 {
        font-size: 1.5em;
    }

    .areas-served {
        grid-template-columns: 1fr;
    }
}
