.lara-hero,
.lara-section {
    padding: clamp(62px, 8vw, 104px) 0;
}

.lara-hero {
    padding-top: clamp(42px, 6vw, 78px);
    background: linear-gradient(145deg, #f5fbff, #eaf6ff);
}

.lara-hero-grid,
.lara-location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: clamp(34px, 6vw, 72px);
}

.lara-hero h1 {
    margin: 8px 0 20px;
    color: #001d40;
    font-size: clamp(2.25rem, 5vw, 4.4rem);
    line-height: 1.04;
}

.lara-hero-content > p:last-of-type,
.lara-location-grid address {
    color: #52677b;
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    line-height: 1.75;
}

.lara-hero-media {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(0, 42, 84, 0.13);
}

.lara-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.lara-highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.lara-rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #415d76;
    font-size: 0.9rem;
    text-decoration: none;
}

.lara-rating > span {
    color: #f5aa00;
    letter-spacing: 0.05em;
}

.lara-rating strong {
    color: #001d40;
}

.lara-rating:hover,
.lara-rating:focus-visible {
    color: #0059a9;
}

.lara-highlights li {
    padding: 15px;
    border: 1px solid #d6e8f6;
    border-radius: 14px;
    background: rgba(255,255,255,0.72);
}

.lara-highlights strong,
.lara-highlights span {
    display: block;
}

.lara-highlights strong {
    color: #0059a9;
    font-size: 1.1rem;
}

.lara-highlights span {
    margin-top: 3px;
    color: #52697d;
    font-size: 0.78rem;
}

.lara-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.lara-schedule {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.lara-prices-section {
    background: #fff;
}

.lara-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lara-price-grid article {
    padding: 24px;
    border: 1px solid #dce7f0;
    border-top: 3px solid rgba(0, 168, 255, 0.62);
    border-radius: 18px;
    background: #f7fbfe;
}

.lara-price-grid h3 {
    color: #001d40;
    font-size: 1.06rem;
}

.lara-price-grid p {
    margin: 9px 0 18px;
    color: #52697d;
    font-size: 0.88rem;
}

.lara-price-grid strong {
    color: #0059a9;
    font-size: 1.3rem;
}

.lara-price-note {
    margin-top: 14px;
    color: #5c7185;
    font-size: 0.88rem;
}

.lara-schedule article {
    padding: clamp(22px, 4vw, 32px);
    border: 1px solid #dce7f0;
    border-top: 3px solid rgba(0, 168, 255, 0.62);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,29,64,0.05);
}

.lara-schedule h3 {
    margin-bottom: 17px;
    color: #001d40;
}

.lara-schedule ul {
    display: grid;
    gap: 9px;
}

.lara-schedule li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f2f8fd;
    color: #435a70;
}

.lara-schedule time {
    color: #004f99;
    font-weight: 800;
}

.lara-team-note {
    margin-top: 16px;
    padding: 17px 19px;
    border-left: 3px solid #14a8d4;
    border-radius: 0 12px 12px 0;
    background: #edf7ff;
    color: #445d73;
    line-height: 1.6;
}

.lara-location-section {
    background: #f2f8fd;
}

.lara-reviews-section .review-grid {
    grid-template-columns: minmax(0, 720px);
}

.lara-reviews-link {
    display: inline-block;
    margin-top: 20px;
    color: #bcd9ee;
    font-weight: 750;
    text-underline-offset: 3px;
}

.lara-reviews-link:hover,
.lara-reviews-link:focus-visible {
    color: #fff;
}

.lara-location-grid h2 {
    margin: 8px 0 10px;
    color: #001d40;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.lara-business-name {
    margin-bottom: 15px;
    color: #086ca8;
    font-weight: 800;
}

.lara-hours {
    margin-top: 13px;
    color: #415d76;
}

.lara-location-grid address {
    max-width: 650px;
    font-style: normal;
}

.lara-programs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.lara-programs li {
    padding: 7px 11px;
    border-radius: 999px;
    background: #fff;
    color: #31526f;
    font-size: 0.82rem;
    font-weight: 700;
}

.lara-private-note {
    margin-top: 14px;
    color: #5c7185;
    font-size: 0.86rem;
}

.lara-location-actions {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: clamp(24px, 4vw, 36px);
    border: 1px solid #d4e5f2;
    border-radius: 20px;
    background: #fff;
}

@media (max-width: 820px) {
    .lara-hero-grid,
    .lara-location-grid {
        grid-template-columns: 1fr;
    }

    .lara-hero-media {
        order: -1;
    }
}

@media (max-width: 620px) {
    .lara-hero,
    .lara-section {
        padding: 58px 0;
    }

    .lara-highlights,
    .lara-schedule,
    .lara-price-grid {
        grid-template-columns: 1fr;
    }

    .lara-actions .btn,
    .lara-location-actions .btn {
        width: 100%;
    }

    .lara-schedule li {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
}
