#gse-main-wrapper,
#gse-main-wrapper * {
    box-sizing: border-box;
}

#gse-main-wrapper h2,
#gse-main-wrapper h3,
#gse-main-wrapper p,
#gse-main-wrapper a,
#gse-main-wrapper div,
#gse-main-wrapper section {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: inherit;
    text-decoration: none;
    line-height: 1.4;
}

#gse-main-wrapper {
    --gse-primary-blue: #007bff;
    --gse-dark-background: #121212;
    --gse-light-text: #f0f0f0;
}

#gse-main-wrapper .gse-spacer.gse-top { height: 100vh; }

#gse-main-wrapper .gse-section_cta {
    position: relative;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

#gse-main-wrapper .gse-video-container {
    position: relative;
    width: 96vw;
    height: 96vh;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: scale(0.5); 
}

#gse-main-wrapper .gse-video_background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #333;
    will-change: filter;
    transform: scale(1.02);
}

#gse-main-wrapper .gse-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
    width: 90%;
    max-width: 800px;
    color: #fff;
}

#gse-main-wrapper .gse-sun-icon { font-size: 4rem; color: var(--gse-primary-blue); margin-bottom: 20px; display: inline-block; opacity: 0; transform: translateY(-20px); }
#gse-main-wrapper .gse-sun-icon img,
#gse-main-wrapper .gse-sun-icon svg { width: 1em; height: 1em; fill: currentColor; vertical-align: middle; display: inline-block; }
#gse-main-wrapper .gse-cta_content { font-family: 'Segoe UI', sans-serif; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; line-height: 1.2; margin-bottom: 30px; text-shadow: 2px 2px 8px rgba(0,0,0,0.5); }
#gse-main-wrapper .gse-button-wrap { margin-top: 30px; }
#gse-main-wrapper .gse-cta-button { background-color: #0d31bb; color: #fff; padding: 15px 40px; border-radius: 50px; font-size: 1.1rem; font-weight: 600; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); opacity: 0; transform: translateY(20px); }

#gse-main-wrapper .gse-content-after-scroll { background-color: var(--gse-dark-background); color: var(--gse-light-text); padding: 100px 40px; }
#gse-main-wrapper .gse-container { max-width: 1100px; margin: 0 auto; }
#gse-main-wrapper .gse-section-title { text-align: center; font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 700; margin-bottom: 60px; color: #fff; }
#gse-main-wrapper .gse-section-title span { color: var(--gse-primary-blue); }
#gse-main-wrapper .gse-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-bottom: 120px; }
#gse-main-wrapper .gse-feature-item { background-color: #1e1e1e; padding: 40px; border-radius: 16px; text-align: center; border: 1px solid #2e2e2e; }
#gse-main-wrapper .gse-feature-icon { color: var(--gse-primary-blue); font-size: 3rem; margin-bottom: 20px; }
#gse-main-wrapper .gse-feature-item h3 { font-size: 1.5rem; margin-bottom: 15px; font-weight: bold; }
#gse-main-wrapper .gse-feature-item p { font-size: 1rem; line-height: 1.7; opacity: 0.7; }
#gse-main-wrapper .gse-how-it-works { display: flex; flex-wrap: wrap; align-items: center; gap: 60px; margin-bottom: 120px; }
#gse-main-wrapper .gse-how-it-works .gse-text-content, #gse-main-wrapper .gse-how-it-works .gse-image-content { flex: 1 1 400px; }
#gse-main-wrapper .gse-how-it-works .gse-image-content img { width: 100%; border-radius: 16px; object-fit: cover; display: block; }
#gse-main-wrapper .gse-how-it-works h3 { font-size: 2.2rem; font-weight: 700; margin-bottom: 20px; }
#gse-main-wrapper .gse-how-it-works p { font-size: 1.1rem; line-height: 1.8; opacity: 0.8; }
#gse-main-wrapper .gse-cta-section { text-align: center; background-color: #1e1e1e; padding: 80px 40px; border-radius: 16px; }
#gse-main-wrapper .gse-cta-section h2 { font-size: 2.5rem; margin-bottom: 20px; font-weight: bold; }
#gse-main-wrapper .gse-cta-section p { max-width: 600px; margin: 0 auto 40px auto; opacity: 0.8; }
#gse-main-wrapper .gse-cta-section .gse-cta-button.gse-final-button { transform: translateY(0); opacity: 1; font-size: 1.2rem; padding: 20px 50px; }
#gse-main-wrapper .gse-cta-section .gse-cta-button.gse-final-button:hover { transform: scale(1.05); }

@media (max-width: 767px) {
  #gse-main-wrapper { display: none !important; }
}