

.home-page #logo1{
    margin: 0;
    margin-bottom: 0px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.home-page #banner{
    background-image: linear-gradient(rgba(0,0,0,0.52), rgba(0,0,0,0.52)), url(../../images/banner1.jpg);
    height: auto;
    min-height: 28em;
}

.home-page #banner .banner-overlay{
    height: 100%;
    display: flex;
    align-items: center;
}

.home-page #banner .banner-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
    gap: 1.2rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
}

.home-page #banner .banner-copy{
    max-width: 46rem;
}

.home-page #banner .banner-copy h2{
    color: #ffffff;
    font-size: 2.25em;
    line-height: 1.2;
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
    margin-bottom: 0.45em;
}

.home-page #banner .banner-subheadline{
    color: #f2f2f2;
    font-size: 1.05em;
    max-width: 40ch;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4);
    margin: 0 0 1.95em 0;
}

.home-page #banner .banner-copy .button{
    margin-left: 0;
    margin-top: 0.6em;
}

.home-page #banner .banner-checklist{
    background: rgba(255,255,255,0.97);
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 1em 1em 0.85em 1em;
}

.home-page #banner .banner-checklist h3{
    margin-bottom: 0.5em;
    color: #000000;
}

.home-page #banner .banner-checklist ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-page #banner .banner-checklist li{
    display: flex;
    align-items: flex-start;
    gap: 0.55em;
    color: #1a1a1a;
    line-height: 1.35;
    margin-bottom: 0.45em;
}

.home-page #banner .banner-check{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    flex: 0 0 1.4em;
    background: #f2c32c;
    color: #000000;
    font-size: 0.95em;
    font-weight: 700;
}

.home-page #intro{
    background-color: white;
}

.home-page #intro h1{
    color: black;
    justify-content: center;
}

.home-page #intro p{
    color: black;
}





.home-page #intro1 ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.home-page #intro1 li{
    display: flex;
    align-items: center;
    color: yellow;
    margin-right: 10px;
}

.home-page #intro1 li::before{
    content: "";
    background-image: url('images/bullet1.png');
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.home-page .home-page .major h2{
    text-align: center;
    color: #000000;
}

.home-page .tutor-intro{
    text-align: center;
    padding-bottom: 1.5em;
}

.home-page .help-card{
    text-align: center;
    padding: 1.2em 1em;
}

.home-page .help-circle{
    width: 138px;
    height: 138px;
    margin: 0 auto 0.85em auto;
    border-radius: 50%;
    background: #f4d05c;
    border: 2px solid #a7810a;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.03em;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0.6em;
}

.home-page .help-card p{
    margin: 0 auto;
    max-width: 320px;
}

.home-page .home-page #who-i-help{
    background: #ffffff;
}

.home-page .home-page #tutor-intro{
    background: #f7eab8;
}

.home-page .home-page #testimonials{
    background: #0c0c0c;
}

.home-page .home-page #testimonials .major h2{
    color: #f2f2f2;
}

.home-page .home-page #testimonials .testimonial-card{
    background: #1b1b1b;
    border: 1px solid #333333;
}

.home-page .home-page #testimonials .testimonial-card p{
    color: #f2f2f2;
}

.home-page .home-page #testimonials .testimonial-attribution{
    color: #f4d05c;
}

.home-page .home-page #why{
    background: #ffffff;
}

.home-page .home-page #skills{
    background: #ededed;
}

.home-page .home-page #locations{
    background: #101010;
}

.home-page .home-page #locations .major h2{
    color: #f2c32c;
}

.home-page .home-page #locations p{
    color: #f2f2f2;
}

.home-page .home-page #pricing{
    background: #fbf0c9;
}

.home-page .home-page #wecanhelp{
    background: #ffffff;
}

.home-page .tutor-heading{
    margin-bottom: 1em;
}

.home-page .tutor-headshot-circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1em auto;
    border: 2px solid #000000;
}

.home-page .tutor-headshot-circle img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 34%;
}

.home-page .tutor-name{
    margin-bottom: 0.1em;
}

.home-page .tutor-title{
    display: block;
    color: #7b888b;
    font-size: 0.9em;
}

.home-page .tutor-role-gap{
    height: 0.9em;
}

.home-page .tutor-bio{
    max-width: 900px;
    margin: 0 auto;
}

.home-page .tutor-bio + .tutor-bio{
    margin-top: 0.75em;
}

.home-page .testimonial-card{
    height: 100%;
}

.home-page .testimonial-attribution{
    display: block;
    margin-top: 0.8em;
    font-style: normal;
    font-weight: 600;
    color: #7b888b;
}

.home-page .why-row{
    justify-content: center;
}

.home-page .why-row > section{
    display: flex;
}

.home-page .why-card{
    height: 100%;
    padding: 2em 1.75em;
}

.home-page .why-card h3{
    margin-bottom: 0.75em;
}

.home-page .why-card p{
    margin-bottom: 0;
}

.home-page .skill-tile{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 0.6em;
    font-weight: 600;
    padding: 1em 0.75em;
    height: 8.25em;
    border-radius: 6px;
    background: #121212;
    border: 1px solid #f4d05c;
    color: #f2f2f2;
}

.home-page .skill-roman{
    display: inline-block;
    min-width: 2.4em;
    color: #a7810a;
    font-weight: 700;
    font-size: 1.05em;
}

.home-page .skill-label{
    display: inline-block;
}

.home-page .skills-intro{
    max-width: 900px;
    margin: 0 auto 2em auto;
    text-align: center;
}

.home-page .pricing-section .major h2{
    text-align: center;
}

.home-page .pricing-section .container{
    width: 100%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
}

.home-page .pricing-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.home-page .pricing-grid .pricing-card{
    background: #111111;
    border: 1px solid #2c2c2c;
    border-radius: 8px;
    padding: 1.4em 1.25em;
    height: 100%;
}

.home-page .pricing-grid .pricing-card h3{
    color: #f2f2f2;
    margin-bottom: 0.45em;
}

.home-page .pricing-grid .pricing-card p{
    margin: 0 0 0.6em 0;
    color: #e2e2e2;
}

.home-page .pricing-grid .pricing-card .price{
    color: #f2c32c;
    font-weight: 700;
    font-size: 1.35em;
}

.home-page .pricing-grid .pricing-card.most-popular{
    border: 2px solid #f2c32c;
    background: #161616;
}

.home-page .pricing-grid .pricing-card .popular-badge{
    display: inline-block;
    margin-bottom: 0.65em;
    padding: 0.2em 0.55em;
    font-size: 0.74em;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-radius: 999px;
    background: #f2c32c;
    color: #000000;
}

.home-page #skills{
    padding-bottom: 4.5em;
}