body {
    font-family: "DM Sans", "Roboto", sans-serif;
    font-size: 17px;
    color: #1c2430;
}

p {
    color: #3d4750;
    font-size: 17px;
    line-height: 1.6;
}

.tittle h3 {
    color: #1c2430;
    font-size: 32px;
    font-weight: 700;
}

.tittle hr {
    display: none;
}

a.action-call,
a.action-wa,
a.action-mail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    border: 0;
}

a.action-call {
    background: #0b6eef;
}

a.action-call:hover,
a.action-call:focus {
    background: #0859c4;
    color: #fff;
}

a.action-wa {
    background: #128C7E;
}

a.action-wa:hover,
a.action-wa:focus {
    background: #0e6f64;
    color: #fff;
}

a.action-mail {
    background: #1c2430;
}

a.action-mail:hover,
a.action-mail:focus {
    background: #000;
    color: #fff;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero {
    display: flex;
    align-items: stretch;
    min-height: 560px;
    background: #f7f8fa;
    overflow: hidden;
}

.hero-copy {
    flex: 1 1 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px 7vw;
    max-width: 680px;
}

.hero-kicker {
    margin: 0 0 12px;
    color: #0b6eef;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0 0 16px;
    color: #1c2430;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.05;
}

.hero-lead {
    margin: 0 0 28px;
    color: #3d4750;
    font-size: 20px;
    line-height: 1.5;
}

.hero-photo {
    flex: 1 1 56%;
    min-height: 420px;
    background: url(../images/julie.jpeg) left center / cover no-repeat;
}

#testimonials {
    padding: 80px 0;
}

#testimonials .tittle {
    text-align: center;
}

.quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.quote-grid blockquote {
    margin: 0;
    padding: 28px;
    background: #fff;
    border: 0;
    border-radius: 12px;
}

.quote-grid blockquote p {
    margin: 0;
    font-size: 17px;
}

.quote-grid blockquote cite {
    display: block;
    margin-top: 16px;
    color: #5c6770;
    font-size: 14px;
    font-style: normal;
}

.about-block {
    text-align: left;
    margin-bottom: 56px;
}

.about-block img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.about-block p,
.about-block li {
    text-align: left;
    color: #3d4750;
}

.about-block ul {
    margin-top: 16px;
    padding-left: 18px;
}

.about-block li {
    list-style: disc;
    margin: 8px 0;
}

#feature li .inner {
    padding-top: 28px;
    border-color: #e6e8eb;
    border-radius: 12px;
}

#feature li .hexagon,
#feature li .icon,
#feature li hr {
    display: none;
}

#feature li h5 {
    color: #1c2430;
    font-size: 18px;
}

#feature li p {
    color: #3d4750;
    line-height: 1.55;
}

#feature li:hover .inner {
    background: #fff;
    border-color: #e6e8eb;
}

#feature li:hover .inner p,
#feature li:hover .inner h5 {
    color: #1c2430;
}

#pricing {
    padding: 72px 0 40px;
    text-align: center;
}

.price-line {
    margin: 8px 0 0;
    color: #1c2430;
    font-size: 22px;
}

.price-line strong {
    display: block;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: #1c2430;
}

.price-points {
    margin: 8px auto 0;
    padding: 0;
    max-width: 420px;
}

.price-points li {
    padding: 10px 0;
    border-bottom: 1px solid #eef0f2;
    color: #3d4750;
    font-size: 17px;
}

.intrested {
    background: #f7f8fa;
    background-image: none;
}

.intrested .tittle h3,
.intrested .tittle p,
.intres-lesson h3 {
    color: #1c2430;
    font-style: normal;
    font-weight: 500;
}

.intres-lesson .actions,
.contact-or {
    justify-content: center;
    text-align: center;
}

.contact-or {
    margin: 28px 0 8px;
    color: #5c6770;
}

#news .panel {
    border-color: #e6e8eb;
    border-radius: 8px;
    box-shadow: none;
}

#news .panel-title a {
    color: #1c2430;
    font-weight: 600;
}

#accordion .panel-body p {
    color: #3d4750;
    font-weight: 400;
}

.mobile-bar {
    display: none;
}

@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        min-height: 0;
    }

    .hero-photo {
        order: -1;
        min-height: 280px;
        flex: none;
    }

    .hero-copy {
        max-width: none;
        padding: 36px 24px 48px;
    }

    .hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .logo a {
        white-space: nowrap;
        font-size: 16px;
    }

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

    .tittle h3 {
        font-size: 28px;
    }

    .mobile-bar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 -4px 16px rgba(28, 36, 48, 0.08);
    }

    .mobile-bar a {
        flex: 1;
        border-radius: 0;
        padding: 16px 8px;
    }

    body {
        padding-bottom: 54px;
    }

    .scroll-top {
        bottom: 70px;
    }
}
