@font-face {
    font-family: "League Spartan";
    src: local("League Spartan"), url("../fonts/LeagueSpartan.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: "Outfit";
    src: url("../fonts/Outfit-VariableFont_wght.woff2") format('woff2-variations');
    font-weight: 100 900; 
    font-display: swap;
}

/* Main */

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

.gap {
    padding: 10px 0;4:39 PM 1/5/2026
}

.inner-container {
    max-width: 800px;
    padding: 50px 25px;
    margin: 0 auto;
}

.inner-container-medium-wide {
    max-width: 1200px;
    padding: 50px 25px;
    margin: 0 auto;
}

.inner-container-wide {
    max-width: 1400px;
    padding: 300px 25px;
    margin: 0 auto;
}

h1 {
     font-family: "League Spartan", sans-serif;
     font-size: 40px;
}

h2 {
    font-family: "League Spartan", sans-serif;
    font-size: 50px;9:15 PM 1/3/20269:15 PM 1/3/2026
    line-height: 55px;
    color: #091100;
    padding-bottom: 10px;
}

h3 {
    font-family: "League Spartan", sans-serif;
    font-size: 25px;
    line-height: 40px;
}

h4 {
    font-family: "League Spartan", sans-serif;
    font-size: 25px;
    line-height: 40px;
}

p, li{
    color: #091100;
    font-family: 'Outfit', sans-serif;
    font-weight: 200;
    font-size: 22px;
    line-height: 30px; 
} 

a {
    text-decoration: none;
    color: #39c334;
}

hr {
    opacity: 0.5;
}

#menu-icon {  
    width: 40px;
    display: none;
}

#close-icon {
    width: 40px;
    display: none;
}


strong {
    font-weight: 600;
}

.button-primary {
    border: none;
    padding: 7px 7px 7px 25px;
    background-color: #7FFF00;  
    border-radius: 5px; 
    color: #000;
    font-family: 'Outfit', sans-serif; 
    font-size: 20px;
    font-weight: 700; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width:450px;7:37 PM 1/5/2026
    text-decoration: none;
}

<!--chevrons-->

.button-primary::after {
    content: '';
    display: inline-block;

    background: url('../img/chevron-black.webp');
    height: 35px;
    width: 35px;
    background-size: contain;
}
<!--end chevrons-->

.button-secondary {
    border: none;
    padding: 15px 25px;
    background-color: #000000;  
    border-radius: 5px; 
    color: #fff;
    font-family: 'Outfit', sans-serif; 
    font-size: 18px;
    font-weight: 600; 
    text-decoration: none;
}

.button-secondary-grn1 {
    border: none;
    padding: 15px 25px;
    background-color: #7FFF00;  
    border-radius: 5px; 
    color: #000000;
    font-family: 'Outfit', sans-serif; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width:160px;7:37 PM 1/5/20269:20 PM 1/5/2026
    font-size: 20px;
    font-weight: 700; 
    text-decoration: none;
}

.button-secondary-grn2 {
    border: none;
    padding: 15px 25px;
    background-color: #7FFF00;  
    border-radius: 5px; 
    color: #000000;
    font-family: 'Outfit', sans-serif; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width:270px;7:37 PM 1/5/20269:20 PM 1/5/2026
    font-size: 20px;
    font-weight: 700; 
    text-decoration: none;
}

.button-secondary-grn3 {
    border: none;
    padding: 15px 25px;
    background-color: #7FFF00;  
    border-radius: 5px; 
    color: #000000;
    font-family: 'Outfit', sans-serif; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width:350px;7:37 PM 1/5/20269:20 PM 1/5/2026
    font-size: 20px;
    font-weight: 700; 
    text-decoration: none;
}

.button-outline {
    border: none;
    padding: 10px 20px;
    background-color: transparent;
    outline: 1px solid #fff;   
    border-radius: 5px; 
    color: #fff;
    text-decoration: none;
    font-family: 'Outfit', sans-serif; 
    font-size: 16px;
    font-weight: 600;
} 

.button-large {
    border: none;
    padding: 15px 50px;
    background-color: #7FFF00;  3:59 PM 1/7/2026
    border-radius: 5px; 
    color: #000;
    font-family: 'Outfit', sans-serif; 
    font-size: 23px;
    font-weight: 600;  
    text-decoration: none;
    width: 100%;
    text-align: center;
     display: flex;
    align-items: center; 
    justify-content: center; 
}

/*.button-large::after {
    content: '';
    display: inline-block;

    background: url('../img/chevron-black.png');
    height: 35px;
    width: 35px;
    background-size: contain;
    position: relative; 
}*/

.checkmark {
    max-width: 40px;
    float: left;
    margin-right: 15px;
}

.checkmark-paragraph {
    display: block;
    overflow: hidden;
}

.checkmark-list {
    align-items: center; 
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 15px;
}

/* Header */

header {
    /*background-color: #000;*/
    position: absolute;
    width: 100%;
}

.header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center; 
    max-width: 1450px;
    height: 100px;
    padding: 0px 25px;
    margin: 0 auto;
}

.header-dark {
    background-color: #000;
}

header img { 
    max-width: 250px;
}

nav {
    display: grid;
    grid-template-columns: 1fr 150px;
}

nav ul li {
    display: inline-block;
}
 
nav ul li a {
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px; 
    text-decoration: none;
}  

.nav-space {
    padding-left: 10px;
    padding-right: 10px;
}

.navigation {
    display: grid;
    justify-content: end;
}

.highlighted-link {
    color: #7FFF00;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.highlighted-link img {
    max-width: 30px;
    display: none;
}

#menu-icon {  
    width: 40px;
    display: none;
}

#close-icon {
    width: 40px;
    display: none;
}



.social-media-links ul {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 15px;
    justify-content: end; 
        align-items: center;
    height: 55px;
}

.social-media-links img {
    max-height: 25px;
}

/* Hero Styles */

.hero {
    background-color: #000;
    background-image: url('../img/hero-with-curt.webp');
    background-size: cover; 
    background-position: top right;
    min-height: 800px; 
    display: grid;
    align-items: center;  
    padding: 50px 25px;
} 

.class-photo-banner {
    background-color: #000;
    background-image: url('../img/Community-Photo-Tampa-FloorFade-Light.webp'); 
    background-size: cover;
    background-position: bottom right; 
    min-height: 650px; 
    display: grid;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.not-learning-alone-banner {
    margin-bottom: 25px;
    text-align: center;
}

.section-12 .inner-container-medium-wide {
    padding-top: 0px;
}

.hero-inner {
    width:100%;
    max-width: 1400px; 
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    align-items: center;
}

.hero-inner img {
    width: 100%; 
    display: none;
}

.text-container {
    color: #fff;
    max-width: 500px;  3:41 PM 1/3/20263:41 PM 1/3/2026
}

.text-container h1 {
    font-family: "League Spartan", sans-serif;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}

.text-container h2 {
    font-family: "League Spartan", sans-serif; 
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    font-weight: 200;  3:42 PM 1/3/2026
    max-width: 500px;
}

.text-container p {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 25px;
    max-width: 500px;
    color: #7FFF00;
}

/* Body Styles */
.section-1, .section-3, .section-5 {
    background-color: #fdfbfb;
}

.section-2, .section-6, .section-8, .section-11, .section-12 {
    background-color: #f3efef; 
} 

.section-2 ul li {
    padding: 10px 0;
    list-style-type: none;
}

.benefits {
    background-color: #e4f8d0;
    padding: 15px 25px;
    border: 1px solid #b3c4a2;
    border-radius: 10px;
} 

.section-3 ul li, .section-12 ul li, .credentials ul li  {
    margin-left: 30px;
}

.section-4, .section-7, .section-14 {
    background-color: #091100;  
}

.section-4 h2 {
    color: #fdfbfb;  
    max-width: 700px; 
    font-size: 50px;
    line-height: 55px; 10:18 PM 1/3/2026 
}

.section-14 h2 {
    color: #7fff00;  
    max-width: 800px; 
    margin: 0 auto;
    font-size: 60px;
    line-height: 70px;  
    text-align: center;
}

.section-4 p {
    font-size: 19.5px;
}

.section-4-body {
    color: #fdfbfb;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px !important;
}

.section-7 h2 {
    color: #fdfbfb; 
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.testimonial-white-text {
    color: #fdfbfb; 
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
}

.testimonial-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.testimonial-industry-pro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;    
}

.roles-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.role {
    padding: 30px 20px;
    background-color: #fdfbfb;  
    border-radius: 10px;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-cell {
    padding: 30px 20px;
    background-color: #fdfbfb;  
    border-radius: 10px;
    /*display: grid;
    align-items: center;
    justify-content: center;*/
}

.testimonial-cell-industry-pro {
    padding: 30px 20px;
    background-color: #eaffd7;  
    border-radius: 10px;
    display: grid; 
    align-items: center;
    justify-content: center;
}

.testimonial-cell:nth-child(4) {
    grid-column: 1 / -1;    
}

.testimonial-cs2-header {
    display: grid;
    grid-template-columns: 110px 3fr;
    align-items: center;
}

.testimonial-cs2-header p {
    padding: 0px;
}

.testimonial-cs2-header img { 
    border-radius: 50px;
}

.testimonial-cs2-name {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    font-family: "Outfit", "Sans-Serif";
}

.testimonial-cs2-role {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Outfit", "Sans-Serif";
}


.role:nth-child(2),
.role:nth-child(4) {
    background-color: #eaffd7;
}

.role-title {
    color: #39c334; 
}

.grid1 {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
    gap: 50px; 
} 

.money-back-guarantee-section {
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: 50px; 
} 

.app-section {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    align-items: center;
    gap: 100px; 
    padding: 25px 0px;
} 

.community-section {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 50px; 
    align-items: center;
} 

.picture-this-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px; 
    align-items: center;
} 

.call-to-action-section {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 50px; 
    padding: 25px 0px;
} 

.call-to-action-box {
    background-color: #1a1a1a;
    padding: 20px 25px;
    border: 1px solid #2c2c2c;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    display: grid; 
    align-items: center;
    justify-content: center;
}

.call-to-action-box-highlighted {
    background-color: #eaffd7; 
}

.call-to-action-box-highlighted ul li p, .call-to-action-box-highlighted .cta-subtitle {
    color: #091100;
}

.call-to-action-box ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.cta-subtitle {
    text-align: center;
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
}

.picture-this-section img {
    border-radius: 15px;
}
 
.call-to-action-section img {
    border-radius: 15px;
    width: 100%;
    height: auto;
} 

.credentials {
    padding-top: 25px;
} 
.quote {
    margin-top: -50px;
}

.quote blockquote p {
    font-size: 23px;
    line-height: 30px;
    color: #5b5b5b;
    font-weight: 400;
    z-index: 1;
    position: relative;
}

.quote-mark {
    position: relative; 
    left: -25px;
    top: 40px;
    width: 60px; 
}

.section-8 ul li, .section-9 ul li, .section-14 ul li {
    list-style-type: none;
}

.section-9  {
    background-color: #e4f8d0;
} 

.section-11 .inner-container-medium-wide {
    padding-bottom: 0px;
} 

.section-11 img {
    border-radius: 15px;
    margin-top: 25px;
    width: 100%;
    max-width: 960px;
    height: auto;
}

.section-14 h3, .section-14 strong, .section-14 p, .section-14 ul li {
    color: #FDFBFB;
}

.button-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding: 25px 0px;
}

  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

   .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}

  footer .inner-container-wide {
    padding: 0px 25px;
  }

  footer ul li {
    display: inline-block;
  }
 
  footer p {
    color: #424242;
    font-family: "Outfit", "Sans-Serif";
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8rem; 
    padding-left: 10px;
  }

  footer ul li a {
    color: #424242;
    font-family: "Outfit", "Sans-Serif";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8rem; 
    text-decoration: none;
  }  

  .footer-social-media-links ul {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px;
    justify-content: end;
  }

  .footer-social-media-links img {
    max-height: 25px;
  }

  .section-12 img {
    margin: 0 auto;
  }

/* Tablet Styles */
@media screen and (max-width: 1200px) {
    .header-grid {
        background-color: #000;
        height: 75px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
    }

        #links {
        display: none;
    }
    
    #menu-icon {
        display: block;
        height: 40px;
    }
    
    nav {
        border-top: 1px solid rgba(255, 255, 255, .1); 
        background: #000;
        width: 100%; 
        position: absolute;
        left: 0px; 
        top: 75px;
    }

    nav ul li {
        display: block; 
        text-align: center;
    }

    .social-media-links {
        padding-top: 30px;;
        padding-bottom: 20px;
    }

    .social-media-links ul {
        justify-content: center;
    }

    .roles-container {
    grid-template-columns: 1fr 1fr;
    }

    .testimonial-container {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-cell:nth-child(3) {
    grid-column: 1 / -1;    
}

.app-section {
    grid-template-columns: 0.5fr 1fr; 
    gap: 25px;
}  

.picture-this-section {
    grid-template-columns: 1fr;
}

.picture-this-section img {
    width: 100%;
    height: 100%;
}

.footer-social-media-links {
        margin: 0 auto;
}

.footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;

}

.call-to-action-section {
    grid-template-columns: 1fr;
}

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

}
    
@media screen and (max-width: 767px) { 
    h2 {
        font-size: 35px;
        line-height: 40px;
        padding-bottom: 15px;
    }

    .hero { 
        background-image: none;
        padding: 0px;
    }
    
    .hero-inner img {
        display: block;
        margin-top: 75px; 
    }

    .class-photo-banner {
        min-height: 300px;
    }

    .text-container {
        max-width: none;
        padding: 25px 25px 40px 25px;;
    }
    
    .text-container h1 {
        font-size: 45px;
        line-height: 45px; 
    }

    .roles-container {
    grid-template-columns: 1fr;
    }

    .grid1 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .testimonial-container {
        grid-template-columns: 1fr;
    }

    .app-section {
    grid-template-columns: 1fr; 
    }  

    .money-back-guarantee-section, .community-section {
        grid-template-columns: 1fr; 
    }

    .section-10 h2, .section-10 p {
        text-align: center;
    }

    .app-section {
         justify-items: center;
    }

    .section-10 img {
        margin: 0 auto;
    }

    .money-back-text {
        order: 2;
    }

    .money-back-image {
        order: 1; 
    } 

    .section-4 h2 {
        font-size: 50px;
        line-height:50px
    }

    .section-14 h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .section-8 .checkmark-list {
        align-items: start; 
    }

    .section-8 .checkmark {
        margin-top: 5px;
    }
    .testimonial-industry-pro-container {
        grid-template-columns: 1fr;
    }

    .call-to-action-box ul {
        grid-template-columns: 1fr;
    }
}

.login-container {
    background: #f7f7f7;
    padding: 150px 25px 40px 25px;
}

.login-container img {
    max-width: 100%;
}

.login-container .inner-container {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 30px;
    margin: 30px auto;
    max-width: 800px;
}

.login-container h1 {
    font-family: "League Spartan", sans-serif;
    color: #091100;
    line-height: 2.4rem;
    font-size: 2rem; 
    text-align: center;
}

.login-container h2 {
    font-family: "League Spartan", sans-serif;
    color: #39c334;
    line-height: 2.1rem;
    font-size: 1.5rem;  
}

.login-container a {
    color: #091100;
    font-weight: 600;
    word-wrap: break-word;
}

/* CT Clone additions */

.bullets {
  margin-left: 20px;
  margin-bottom: 16px;
}

.bullets li {
  margin-bottom: 16px;
}

<style>
  .hero__content, .container { max-width: 860px; margin: 0 auto; padding: 0 16px; }
  .hero__subhead { font-size: 1.25rem; margin: 0.75rem 0 0.25rem; }
  .hero__lead { font-size: 1.05rem; margin: 0.75rem 0 1.25rem; }
  .hero__intro p { margin: 0 0 1rem; }
  .section { padding: 2.25rem 0; }
  .section p { margin: 0 0 1rem; }
  .bullets, .quotes { margin: 0 0 1rem 1.25rem; }
  .bullets li, .quotes li { margin: 0.35rem 0; }
  .btn { display: inline-block; padding: 0.85rem 1.1rem; text-decoration: none; }
  .btn--primary { font-weight: 700; }
  .btn--secondary { font-weight: 700; }
</style>

