

.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(102deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.6) 44%, rgba(0,0,0,0.42) 100%), url(../../images/banner1.jpg);
    height: auto;
    min-height: 30em;
}

.home-page #banner .banner-overlay{
    height: auto;
    min-height: inherit;
    display: flex;
    align-items: center;
    padding-top: 0.35rem;
}

.home-page #banner .banner-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.95fr);
    gap: 2.1rem;
    align-items: start;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 2.1rem 2.2rem 2.1rem;
}

.home-page #banner .banner-copy{
    max-width: 38rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.home-page #banner .banner-copy > * + *{
    margin-top: 0.85rem;
}

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

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

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

.home-page #banner .banner-cred{
    margin: 0.5rem 0 0 0;
    font-size: 0.92em;
    line-height: 1.35;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    max-width: 36rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

.home-page #banner .banner-checklist{
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(223,223,223,0.95);
    border-radius: 12px;
    padding: 1.15em 1.15em 0.95em 1.15em;
    align-self: center;
    margin-top: 0;
    -moz-box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    -o-box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    -ms-box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.home-page #banner .banner-checklist h3{
    margin: 0 0 0.5em 0;
    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.35em 1.15em 1.25em 1.15em;
    border-radius: 12px;
    border: 1px solid #2a2a2a;
    background: #0f0f0f;
    color: #f2f2f2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7em;
}

.home-page .help-card .help-title{
    margin: 0 0 0.2em 0;
    color: #f2c32c;
    font-size: 1.24em;
    font-weight: 900;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    line-height: 1.2;
}

.home-page .help-card .help-list{
    margin: 0;
    padding-left: 1.1em;
    max-width: 18rem;
    width: 100%;
    text-align: left;
    list-style: disc;
    list-style-position: outside;
    color: #e2e2e2;
}

.home-page .help-card .help-list li{
    margin-bottom: 0.35em;
    line-height: 1.45;
    padding-left: 0;
}

.home-page .help-card .help-list li:last-child{
    margin-bottom: 0;
}

.home-page .home-page #who-i-help{
    background: #111111;
    padding-bottom: 4em;
}

.home-page .home-page #who-i-help .major h2{
    color: #f2f2f2;
}

.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;
}