/* Sección pública de fotografía en locación. */
.bs-photo-service {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    color: #102033;
    background:
        radial-gradient(circle at 8% 12%, rgba(34, 166, 153, .12), transparent 28%),
        radial-gradient(circle at 94% 88%, rgba(242, 169, 0, .10), transparent 24%),
        #f6f8f7;
}

.bs-photo-service__hero {
    display: grid;
    grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
    gap: 52px;
    align-items: center;
    margin-bottom: 48px;
}

.bs-photo-service__image {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border-radius: 32px;
    background:
        linear-gradient(to top, rgba(4, 18, 31, .86), transparent 55%),
        url('/img/lean-deshielo-polen.webp') center/cover;
    box-shadow: 0 30px 70px rgba(15, 30, 42, .22);
}

.bs-photo-service__image::after {
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 23px;
    content: "";
    pointer-events: none;
}

.bs-photo-service__image > span {
    position: absolute;
    bottom: 36px;
    left: 38px;
    z-index: 2;
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bs-photo-service__lens {
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    background: rgba(4, 18, 31, .48);
    backdrop-filter: blur(12px);
}

.bs-photo-service__copy h2 {
    max-width: 760px;
    margin: 18px 0;
    color: #0c2137;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.7rem, 5.1vw, 5.2rem);
    line-height: .96;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.bs-photo-service__copy > p {
    max-width: 720px;
    color: #5c6f80;
    font-size: 1.05rem;
    line-height: 1.75;
}

.bs-photo-service__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.bs-photo-service__proof span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid #dbe4e8;
    border-radius: 999px;
    color: #36566a;
    background: #fff;
    font-size: .75rem;
    font-weight: 800;
}

.bs-photo-service__proof i {
    color: #22a699;
}

.bs-photo-packages {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.bs-photo-package {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 28px;
    border: 1px solid #dfe7eb;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 36, 52, .07);
}

.bs-photo-package.is-recommended {
    border-color: #22a699;
    box-shadow: 0 24px 65px rgba(34, 166, 153, .17);
}

.bs-photo-package__recommended {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: #22a699;
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bs-photo-package > header > span {
    color: #0284c7;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bs-photo-package h3 {
    margin: 11px 0 8px;
    color: #0f1e3b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.75rem;
}

.bs-photo-package header p {
    min-height: 74px;
    margin: 0;
    color: #687887;
    font-size: .82rem;
    line-height: 1.55;
}

.bs-photo-package__price {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 9px;
    align-items: baseline;
    margin: 22px 0;
    padding: 18px 0;
    border-block: 1px solid #e7edf0;
}

.bs-photo-package__price strong {
    color: #0f1e3b;
    font-size: 2.1rem;
    letter-spacing: -.05em;
}

.bs-photo-package__price span {
    color: #82909c;
    font-size: .7rem;
    font-weight: 800;
}

.bs-photo-package__price small {
    grid-column: 1 / -1;
    color: #22a699;
    font-size: .72rem;
    font-weight: 800;
}

.bs-photo-package > ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-photo-package > ul li {
    display: grid;
    grid-template-columns: 19px minmax(0, 1fr);
    gap: 8px;
    color: #4d6274;
    font-size: .78rem;
    line-height: 1.45;
}

.bs-photo-package > ul i {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: #fff;
    background: #22a699;
    font-size: .55rem;
}

.bs-photo-package__ideal {
    margin-top: 22px;
    padding-top: 17px;
    border-top: 1px solid #e7edf0;
}

.bs-photo-package__ideal > strong {
    color: #5a6e7f;
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bs-photo-package__ideal > div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.bs-photo-package__ideal span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 6px 8px;
    border-radius: 9px;
    color: #476173;
    background: #f0f5f5;
    font-size: .65rem;
    font-weight: 750;
}

.bs-photo-package__ideal i {
    color: #22a699;
}

.bs-photo-package__action {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: auto;
    padding: 0 16px;
    border-radius: 14px;
    color: #fff;
    background: #0f1e3b;
    font-size: .77rem;
    font-weight: 900;
    text-decoration: none;
}

.bs-photo-package__action:hover {
    color: #fff;
    background: #0284c7;
}

.bs-photo-package__actions {
    display: grid;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
}

.bs-photo-package__actions .bs-photo-package__action {
    margin-top: 0;
}

.bs-photo-package__demo {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    border: 1px solid #d9e4e8;
    border-radius: 13px;
    color: #36566a;
    background: #f6f9fa;
    font-size: .74rem;
    font-weight: 850;
    text-decoration: none;
}

.bs-photo-package__demo:hover {
    color: #0b5f75;
    border-color: #9ed8e4;
    background: #edfafd;
}

.bs-photo-service__footer {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    max-width: 850px;
    margin: 28px auto 0;
    color: #657786;
    font-size: .78rem;
    line-height: 1.55;
}

.bs-photo-service__footer > i {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #0284c7;
    background: #e2f2f8;
}

.bs-photo-service__footer p {
    margin: 0;
}

@media (max-width: 980px) {
    .bs-photo-service__hero {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .bs-photo-service__image {
        min-height: 360px;
    }

    .bs-photo-packages {
        grid-template-columns: 1fr;
    }

    .bs-photo-package header p {
        min-height: 0;
    }
}

@media (max-width: 620px) {
    .bs-photo-service {
        padding: 72px 0;
    }

    .bs-photo-service__image {
        min-height: 310px;
        border-radius: 24px;
    }

    .bs-photo-service__copy h2 {
        font-size: clamp(2.45rem, 12vw, 3.6rem);
    }

    .bs-photo-package {
        padding: 22px;
    }
}
