.service-landing {
    background: #fbfcff;
}

.service-hero {
    padding: 165px 0 70px;
    background: linear-gradient(135deg, #f8fbff 0%, #fff8f0 100%);
}

.photobooth-hero-bg {
    position: relative;
    overflow: hidden;
    background: #f8fbff url("../img/photobooth-page/360-section-wedding-bg.jpg") center / cover no-repeat;
}

.photobooth-hero-bg::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .86) 46%, rgba(255, 248, 240, .76) 100%);
    content: "";
}

.photobooth-hero-bg > .container {
    position: relative;
    z-index: 1;
}

.service-hero-grid,
.service-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 44px;
    align-items: center;
}

.service-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #c2284f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.service-hero h1,
.service-section-title h2,
.service-split h2 {
    color: #17233c;
}

.service-hero h1 {
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 1.1;
}

.service-lead {
    margin-bottom: 28px;
    color: #4f5f75;
    font-size: 18px;
    line-height: 1.75;
}

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

.service-secondary-btn {
    border: 1px solid #c79a2b;
    background: transparent;
    color: #17233c;
}

.service-hero-media,
.service-card,
.service-price-panel {
    border: 1px solid #e6edf5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 35, 60, .08);
}

.service-hero-media {
    overflow: hidden;
}

.service-hero-media img,
.service-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
}

.service-hero-media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.service-hero-media-portrait {
    width: min(100%, 430px);
    justify-self: center;
}

.service-hero-media-portrait img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: center center;
}

.service-hero-media img[src$="img/services/dj.png"] {
    object-position: center 38%;
}

.service-hero-media img[src$="img/services/emcee.png"] {
    object-position: 68% center;
}

.service-hero-media img[src$="img/services/wedding-singer.png"] {
    object-position: 56% 34%;
}

.service-hero-media img[src$="img/backdrops/event/greenbk.jpg"] {
    object-position: center 42%;
}

.service-hero-media img[src$="img/services/dancingcloud.png"] {
    object-position: center 10%;
}

.service-hero-media img[src$="img/services/sparkularcake.png"] {
    object-position: center 24%;
}

.service-gallery img {
    object-fit: cover;
}

.service-section {
    padding: 82px 0;
}

.service-section-muted {
    background: #f4f7fb;
}

.service-section-title {
    max-width: 780px;
    margin: 0 auto 36px;
    text-align: center;
}

.service-section-title p,
.service-split p,
.service-card p,
.service-price-panel p {
    color: #596a80;
    line-height: 1.7;
}

.service-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.service-gallery figure {
    position: relative;
    min-height: 260px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #17233c;
}

.service-gallery-fit figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
    background: #fff;
}

.service-gallery-fit img {
    object-fit: contain;
}

.service-gallery-feature {
    max-width: 720px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}

.service-gallery-portrait figure {
    min-height: 0;
    aspect-ratio: 2 / 3;
}

.service-gallery-portrait img {
    object-fit: cover;
    object-position: center 18%;
}

.service-gallery-open-air figure {
    min-height: 0;
    aspect-ratio: 9 / 16;
}

.service-gallery-open-air img {
    object-fit: cover;
    object-position: center center;
}

.service-gallery figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 18px;
    background: linear-gradient(180deg, rgba(23, 35, 60, 0) 0%, rgba(23, 35, 60, .82) 55%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.service-gallery-priced figure {
    display: flex;
    min-height: 0;
    aspect-ratio: auto;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 35, 60, .08);
}

.service-gallery-priced .service-gallery-image {
    aspect-ratio: 4 / 3;
    background: #f8fafc;
}

.service-gallery-priced .service-gallery-image img {
    object-fit: contain;
}

.service-gallery-priced figcaption {
    position: static;
    display: flex;
    min-height: 158px;
    flex-direction: column;
    gap: 8px;
    padding: 16px 18px;
    background: #fff;
    color: #17233c;
}

.service-gallery-card-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.service-gallery-card-desc {
    color: #8a96a8;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
}

.service-gallery-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}

.service-gallery-card-footer strong {
    color: #ef3b7d;
    font-size: 15px;
}

.service-video-tile::before {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 1;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .9);
    color: #17233c;
    content: "Video showcase";
    font-size: 12px;
    font-weight: 800;
}

.service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-card {
    height: 100%;
    padding: 28px 26px;
}

.service-card h3 {
    margin-bottom: 12px;
    color: #17233c;
    font-size: 22px;
}

.service-price-panel {
    padding: 30px;
}

.service-price-list {
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.service-price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid #e8eef6;
    color: #17233c;
    font-weight: 700;
}

.service-price-list strong {
    color: #c2284f;
    white-space: nowrap;
}

.service-price-main {
    min-width: 0;
}

.service-price-action {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.service-price-list.is-card-style li {
    align-items: flex-end;
    padding: 0 0 14px;
}

.service-price-list.is-card-style .service-price-main {
    display: grid;
    gap: 5px;
}

.service-price-name {
    color: #17233c;
    font-weight: 800;
}

.service-price-desc {
    color: #8b96a8;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
}

.service-price-amount {
    color: #ff3f78;
    font-size: 15px;
    font-weight: 800;
}

.service-price-list.is-card-style .service-price-action strong {
    display: none;
}

.service-cart-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: #ff4a80;
    color: #fff;
    font-size: 0;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(255, 74, 128, .25);
}

.service-cart-icon-btn::before {
    content: "\f217";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 900;
}

.service-cart-icon-btn.is-added {
    background: #1d6b48;
}

.service-cart-icon-btn.is-added::before {
    content: "\f00c";
}

.service-price-panel[data-service-price-card-layout="true"] > .btn {
    display: none;
}

.service-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.service-keywords span {
    border-radius: 999px;
    background: #fff7e2;
    color: #6b4e0d;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 800;
}

.photobooth-guide-section {
    background: #17233c;
    color: #fff;
}

.photobooth-guide-section .service-eyebrow {
    color: #8be3e6;
}

.photobooth-guide-head {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.photobooth-guide-head h2,
.photobooth-cta-band h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
}

.photobooth-guide-head h2 {
    margin-bottom: 16px;
}

.photobooth-guide-head p,
.photobooth-cta-band p {
    color: #d4dbe7;
    font-size: 17px;
    line-height: 1.7;
}

.photobooth-versus {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

.photobooth-versus figure {
    margin: 0;
}

.photobooth-versus-frame {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #0f182b;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.photobooth-versus-frame img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.photobooth-versus figcaption {
    margin-top: 12px;
    color: #d4dbe7;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.photobooth-vs-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 2px solid #fff7e2;
    border-radius: 50%;
    background: #17233c;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
}

.photobooth-profile-grid,
.photobooth-verdict-grid {
    display: grid;
    gap: 24px;
}

.photobooth-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.photobooth-verdict-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photobooth-profile-card,
.photobooth-verdict-card,
.photobooth-spotlight,
.photobooth-compare {
    border: 1px solid #e6edf5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 35, 60, .08);
}

.photobooth-profile-card,
.photobooth-verdict-card {
    padding: 28px;
}

.photobooth-profile-image {
    margin: -28px -28px 24px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #17233c;
}

.photobooth-profile-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 420px;
    object-fit: contain;
    object-position: center;
}

.photobooth-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff7e2;
    color: #6b4e0d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.photobooth-profile-card h2,
.photobooth-spotlight h2,
.photobooth-verdict-card h3 {
    color: #17233c;
}

.photobooth-profile-card h2 {
    margin-bottom: 14px;
    font-size: 28px;
}

.photobooth-profile-card p,
.photobooth-spotlight p,
.photobooth-verdict-card p {
    color: #596a80;
    line-height: 1.7;
}

.photobooth-profile-card ul,
.photobooth-spotlight ul {
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
}

.photobooth-profile-card li,
.photobooth-spotlight li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 26px;
    color: #27344a;
    line-height: 1.55;
}

.photobooth-profile-card li::before,
.photobooth-spotlight li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1d6b48;
    content: "";
}

.photobooth-spotlight {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 0;
    margin-top: 24px;
    overflow: hidden;
}

.photobooth-spotlight-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}

.photobooth-spotlight-copy {
    padding: 32px;
}

.photobooth-360-section {
    background: linear-gradient(135deg, #32105f 0%, #6a2ea6 52%, #8b4dd6 100%);
}

.photobooth-360-section .service-section-title h2 {
    color: #fff;
}

.photobooth-360-section .service-section-title p {
    color: #f1eaff;
}

.photobooth-360-section .service-eyebrow {
    color: #f7d8ff;
}

.photobooth-360-section .service-keywords {
    justify-content: center;
}

.photobooth-360-benefits {
    margin-top: 24px;
}

.photobooth-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.photobooth-mini-grid h3 {
    margin-bottom: 12px;
    color: #17233c;
    font-size: 17px;
}

.photobooth-compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.photobooth-compare {
    width: 100%;
    min-width: 720px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

.photobooth-compare th,
.photobooth-compare td {
    padding: 16px 18px;
    border-bottom: 1px solid #e8eef6;
    color: #4f5f75;
    vertical-align: top;
}

.photobooth-compare thead th {
    background: #f4f7fb;
    color: #17233c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.photobooth-compare tbody th {
    width: 24%;
    color: #17233c;
    font-weight: 800;
}

.photobooth-compare tbody tr:last-child th,
.photobooth-compare tbody tr:last-child td {
    border-bottom: 0;
}

.photobooth-verdict-card span {
    display: inline-block;
    margin-bottom: 12px;
    color: #c2284f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.photobooth-verdict-card h3 {
    margin-bottom: 10px;
    font-size: 21px;
}

.photobooth-verdict-section {
    position: relative;
    overflow: hidden;
    background: #17233c url("../img/photobooth-page/quick-verdict-wedding-table-bg.jpg") center / cover no-repeat;
}

.photobooth-verdict-section::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(23, 35, 60, .78) 0%, rgba(23, 35, 60, .56) 52%, rgba(42, 33, 53, .74) 100%);
    content: "";
}

.photobooth-verdict-section > .container {
    position: relative;
    z-index: 1;
}

.photobooth-verdict-section .service-eyebrow {
    color: #f7d8ff;
}

.photobooth-verdict-section .service-section-title h2 {
    color: #fff;
}

.photobooth-package-section {
    background: #fbfcff;
}

.photobooth-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.photobooth-package-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 28px;
    border: 1px solid #e6edf5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(23, 35, 60, .08);
}

.photobooth-package-card h3 {
    margin-bottom: 12px;
    color: #17233c;
    font-size: 23px;
}

.photobooth-package-card p {
    color: #596a80;
    line-height: 1.65;
}

.photobooth-package-price {
    margin: 18px 0;
    padding: 14px 0;
    border-top: 1px solid #e8eef6;
    border-bottom: 1px solid #e8eef6;
    color: #596a80;
    font-weight: 800;
}

.photobooth-package-price strong {
    color: #c2284f;
    font-size: 28px;
}

.photobooth-package-card ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.photobooth-package-card li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #27344a;
    line-height: 1.5;
}

.photobooth-package-card li::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1d6b48;
    content: "";
}

.photobooth-package-card .btn {
    margin-top: auto;
}

.photobooth-inline-package {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 24px;
    padding: 16px;
    border: 1px solid #ead7a8;
    border-radius: 8px;
    background: #fff8e8;
}

.photobooth-inline-package .btn {
    flex: 0 0 auto;
    min-width: 170px;
    padding: 16px 24px;
    justify-content: center;
}

.photobooth-inline-package p {
    margin: 0;
    color: #27344a;
    font-size: 16px;
    line-height: 1.45;
}

.photobooth-inline-package strong {
    color: #17233c;
}

.photobooth-inline-package span {
    color: #c2284f;
    font-size: 22px;
    font-weight: 900;
    white-space: nowrap;
}

.photobooth-package-compare {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.photobooth-cta-band {
    padding: 78px 0;
    background: linear-gradient(135deg, #17233c 0%, #2a2135 100%);
    text-align: center;
}

.photobooth-cta-band p {
    max-width: 620px;
    margin: 0 auto 28px;
}

.photobooth-cta-band .service-actions {
    justify-content: center;
}

.photobooth-cta-band .service-secondary-btn {
    border-color: #fff7e2;
    color: #fff;
}

@media (max-width: 991px) {
    .service-hero-grid,
    .service-split,
    .service-gallery,
    .service-card-grid,
    .photobooth-versus,
    .photobooth-profile-grid,
    .photobooth-spotlight,
    .photobooth-mini-grid,
    .photobooth-verdict-grid,
    .photobooth-package-grid {
        grid-template-columns: 1fr;
    }

    .service-hero h1 {
        font-size: 38px;
    }

    .photobooth-vs-badge {
        margin: 0 auto;
    }

    .photobooth-guide-head h2,
    .photobooth-cta-band h2 {
        font-size: 32px;
    }

    .service-section {
        padding: 62px 0;
    }
}

@media (max-width: 575px) {
    .service-hero {
        padding: 132px 0 54px;
    }

    .service-hero h1 {
        font-size: 32px;
    }

    .service-lead {
        font-size: 16px;
    }

    .photobooth-guide-head h2,
    .photobooth-cta-band h2 {
        font-size: 28px;
    }

    .photobooth-profile-card,
    .photobooth-verdict-card,
    .photobooth-spotlight-copy {
        padding: 22px;
    }

    .photobooth-profile-image {
        margin: -22px -22px 20px;
    }

    .photobooth-inline-package {
        align-items: stretch;
        flex-direction: column;
    }

    .photobooth-inline-package .btn {
        width: 100%;
    }
}
