/* =========================
   PRODUCTS & SERVICES PAGE
   BIOTRA
========================= */

/* =========================
   PAGE HEADER
========================= */

.products-page-header {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(214, 164, 58, 0.16), transparent 28%),
        radial-gradient(circle at 90% 80%, rgba(214, 164, 58, 0.1), transparent 26%),
        linear-gradient(135deg, #071B35 0%, #0B2545 52%, #071B35 100%);
    padding: 72px 0 80px;
    overflow: hidden;
}

.products-header-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.42;
    pointer-events: none;
}

.products-page-header::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -150px;
    top: 80px;
    background-color: rgba(214, 164, 58, 0.12);
    border-radius: 50%;
    filter: blur(20px);
}

.products-page-header::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    left: -120px;
    bottom: -120px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    filter: blur(18px);
}

.products-page-header-container {
    position: relative;
    z-index: 2;
}

.products-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 9px 15px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 600;
}

.products-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    transition: 0.25s ease;
}

.products-breadcrumb a:hover {
    color: var(--gold);
}

.products-breadcrumb i {
    color: var(--gold);
    font-size: 12px;
}

.products-breadcrumb span {
    color: var(--gold);
}

.products-page-header-content {
    max-width: 920px;
}

.products-header-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.35);
    color: var(--gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

.products-header-label::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.products-page-header-content h1 {
    max-width: 780px;
    color: var(--white);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -1.3px;
    margin-bottom: 20px;
}

.products-page-header-content p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.products-header-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 11px;
    max-width: 700px;
    padding: 15px 18px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
}

.products-header-note i {
    color: var(--gold);
    font-size: 20px;
    margin-top: 2px;
}

.products-header-note span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.65;
}

/* =========================
   SERVICE SECTION GENERAL
========================= */

.service-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
}

.service-section-light {
    background-color: var(--white);
}

.service-section-gray {
    background-color: var(--light);
}

.service-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -190px;
    top: 120px;
    background-color: rgba(214, 164, 58, 0.08);
    border-radius: 50%;
    filter: blur(14px);
}

.service-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 72px;
    align-items: center;
}

/* =========================
   SERVICE CONTENT
========================= */

.service-content {
    max-width: 560px;
}

.service-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 22px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.28);
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.service-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--gold);
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.service-content h2 {
    color: var(--navy);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -1.2px;
    margin-bottom: 24px;
}

.service-description {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 18px;
}

/* =========================
   SERVICE BENEFITS
========================= */

.service-benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin: 30px 0 34px;
}

.service-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 18px;
    background-color: var(--light);
    border: 1px solid rgba(229, 231, 235, 0.9);
    transition: 0.25s ease;
}

.service-benefit-item:hover {
    transform: translateX(5px);
    border-color: rgba(214, 164, 58, 0.45);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.service-benefit-item i {
    color: var(--gold);
    font-size: 21px;
    margin-top: 2px;
    flex: 0 0 auto;
}

.service-benefit-item span {
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

/* =========================
   SERVICE CTA BUTTON
========================= */

.service-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background-color: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(214, 164, 58, 0.24);
    transition: 0.28s ease;
}

.service-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(214, 164, 58, 0.34);
}

.service-cta i {
    font-size: 16px;
    transition: 0.25s ease;
}

.service-cta:hover i {
    transform: translateX(4px);
}

/* =========================
   SERVICE MINI GALLERY
========================= */

.service-gallery {
    position: relative;
}

.gallery-main {
    position: relative;
    height: 430px;
    border-radius: 34px;
    overflow: hidden;
    background-color: var(--navy);
    box-shadow: 0 26px 65px rgba(15, 23, 42, 0.16);
    border: 1px solid rgba(214, 164, 58, 0.22);
}

.gallery-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to bottom,
            rgba(7, 27, 53, 0.04) 0%,
            rgba(7, 27, 53, 0.18) 48%,
            rgba(7, 27, 53, 0.62) 100%
        );
    pointer-events: none;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.55s ease;
}

.gallery-main:hover img {
    transform: scale(1.06);
}

.gallery-badge {
    position: absolute;
    left: 26px;
    bottom: 26px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(214, 164, 58, 0.34);
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.gallery-thumb {
    height: 126px;
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--navy);
    border: 1px solid rgba(214, 164, 58, 0.18);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s ease;
}

.gallery-thumb:hover img {
    transform: scale(1.08);
}

.ps-gallery-trigger {
    cursor: zoom-in;
}

/* =========================
   LIGHTBOX (products-services)
========================= */

#ps-gallery-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(7, 27, 53, 0.94);
    align-items: center;
    justify-content: center;
}

#ps-gallery-lightbox.active {
    display: flex;
}

.ps-lb-img-wrap {
    max-width: 90vw;
    max-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-lb-img {
    max-width: 88vw;
    max-height: 86vh;
    object-fit: contain;
    border-radius: 12px;
    transition: opacity 0.16s ease;
    box-shadow: 0 8px 48px rgba(0,0,0,0.55);
}

.ps-lb-close {
    position: fixed;
    top: 20px;
    right: 24px;
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    font-size: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.ps-lb-close:hover { background: rgba(255,255,255,0.24); }

.ps-lb-prev,
.ps-lb-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.12);
    border: none;
    color: #fff;
    font-size: 22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.ps-lb-prev { left: 20px; }
.ps-lb-next { right: 20px; }
.ps-lb-prev:hover,
.ps-lb-next:hover { background: rgba(255,255,255,0.24); }

.ps-lb-counter {
    position: fixed;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ps-lb-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* =========================
   SERVICE REVERSE LAYOUT
========================= */

.service-container-reverse {
    grid-template-columns: 1.08fr 0.92fr;
}

.service-section-gray {
    background-color: var(--light);
}

.service-section-gray::before {
    left: -190px;
    right: auto;
    background-color: rgba(7, 27, 53, 0.07);
}

.service-container-reverse {
    grid-template-columns: 1.08fr 0.92fr;
}

.service-section-gray {
    background-color: var(--light);
}

.service-section-gray::before {
    left: -190px;
    right: auto;
    background-color: rgba(7, 27, 53, 0.07);
}

/* =========================
   PRODUCTS FINAL CTA
========================= */

.products-final-cta-section {
    position: relative;
    background-color: var(--white);
    padding: 100px 0 110px;
    overflow: hidden;
}

.products-final-cta-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    top: 60px;
    background-color: rgba(214, 164, 58, 0.1);
    border-radius: 50%;
    filter: blur(16px);
}

.products-final-cta {
    position: relative;
    z-index: 2;
    padding: 44px 48px;
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 20%, rgba(214, 164, 58, 0.22), transparent 30%),
        linear-gradient(135deg, #071B35 0%, #0B2545 54%, #071B35 100%);
    border: 1px solid rgba(214, 164, 58, 0.28);
    box-shadow: 0 28px 70px rgba(7, 27, 53, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    overflow: hidden;
}

.products-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.38;
    pointer-events: none;
}

.products-final-cta::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -90px;
    top: -100px;
    background-color: rgba(214, 164, 58, 0.16);
    border-radius: 50%;
    filter: blur(10px);
}

.products-final-cta-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.products-final-cta-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 16px;
    margin-bottom: 18px;
    border-radius: 999px;
    background-color: rgba(214, 164, 58, 0.13);
    border: 1px solid rgba(214, 164, 58, 0.35);
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.products-final-cta-label::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--gold);
    box-shadow: 0 0 0 6px rgba(214, 164, 58, 0.12);
}

.products-final-cta-content h2 {
    color: var(--white);
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.8px;
    margin-bottom: 14px;
}

.products-final-cta-content p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15.5px;
    line-height: 1.8;
}

.products-final-cta-button {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 26px;
    border-radius: 999px;
    background-color: var(--gold);
    color: var(--navy);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(214, 164, 58, 0.28);
    transition: 0.28s ease;
}

.products-final-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(214, 164, 58, 0.38);
}

.products-final-cta-button i {
    font-size: 16px;
    transition: 0.25s ease;
}

.products-final-cta-button:hover i {
    transform: translateX(4px);
}

/* =========================
   PRODUCTS & SERVICES PAGE - LAPTOP VIEW
   1024px - 1440px
========================= */

@media (max-width: 1440px) {
    .container {
        max-width: 1120px;
    }

    /* =========================
       PAGE HEADER
    ========================= */

    .products-page-header {
        min-height: 330px;
        padding: 60px 0 68px;
    }

    .products-breadcrumb {
        margin-bottom: 22px;
        padding: 8px 14px;
        font-size: 12.5px;
    }

    .products-header-label {
        padding: 8px 15px;
        margin-bottom: 17px;
        font-size: 13px;
    }

    .products-page-header-content h1 {
        max-width: 760px;
        font-size: 40px;
        line-height: 1.12;
        letter-spacing: -1.1px;
        margin-bottom: 18px;
    }

    .products-page-header-content p {
        max-width: 720px;
        font-size: 14.5px;
        line-height: 1.78;
        margin-bottom: 20px;
    }

    .products-header-note {
        max-width: 680px;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .products-header-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       SERVICE SECTION GENERAL
    ========================= */

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

    .service-container,
    .service-container-reverse {
        gap: 48px;
        align-items: center;
    }

    .service-content {
        max-width: 520px;
    }

    .service-label {
        padding: 8px 15px;
        margin-bottom: 20px;
        font-size: 12.5px;
    }

    .service-content h2 {
        font-size: 36px;
        line-height: 1.16;
        letter-spacing: -0.9px;
        margin-bottom: 20px;
    }

    .service-description {
        font-size: 14.5px;
        line-height: 1.75;
        margin-bottom: 16px;
    }

    /* =========================
       BENEFIT LIST
    ========================= */

    .service-benefits {
        gap: 12px;
        margin: 26px 0 30px;
    }

    .service-benefit-item {
        padding: 13px 14px;
        border-radius: 17px;
        gap: 11px;
    }

    .service-benefit-item i {
        font-size: 19px;
    }

    .service-benefit-item span {
        font-size: 13px;
        line-height: 1.5;
    }

    /* =========================
       CTA BUTTON
    ========================= */

    .service-cta {
        min-height: 50px;
        padding: 0 22px;
        font-size: 13.5px;
    }

    /* =========================
       MINI GALLERY
    ========================= */

    .gallery-main {
        height: 360px;
        border-radius: 28px;
    }

    .gallery-badge {
        left: 22px;
        bottom: 22px;
        padding: 9px 14px;
        font-size: 12px;
    }

    .gallery-thumbs {
        gap: 14px;
        margin-top: 14px;
    }

    .gallery-thumb {
        height: 105px;
        border-radius: 20px;
    }

    /* =========================
       FINAL CTA
    ========================= */

    .products-final-cta-section {
        padding: 88px 0 96px;
    }

    .products-final-cta {
        padding: 38px 42px;
        border-radius: 30px;
        gap: 36px;
    }

    .products-final-cta-label {
        padding: 8px 15px;
        margin-bottom: 16px;
        font-size: 12.5px;
    }

    .products-final-cta-content h2 {
        font-size: 32px;
        line-height: 1.22;
        margin-bottom: 12px;
    }

    .products-final-cta-content p {
        font-size: 14.5px;
        line-height: 1.75;
    }

    .products-final-cta-button {
        min-height: 52px;
        padding: 0 24px;
        font-size: 13.5px;
    }
}

/* =========================
   PRODUCTS & SERVICES PAGE - SMALL LAPTOP
   1024px - 1200px
========================= */

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    /* Page Header */

    .products-page-header {
        min-height: 310px;
        padding: 54px 0 62px;
    }

    .products-page-header-content h1 {
        max-width: 700px;
        font-size: 36px;
    }

    .products-page-header-content p {
        max-width: 680px;
        font-size: 14px;
    }

    /* Service Section */

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

    .service-container,
    .service-container-reverse {
        gap: 36px;
    }

    .service-content {
        max-width: 470px;
    }

    .service-content h2 {
        font-size: 32px;
        line-height: 1.18;
    }

    .service-description {
        font-size: 14px;
    }

    .service-benefits {
        margin: 24px 0 28px;
    }

    .service-benefit-item {
        padding: 12px 13px;
    }

    .service-benefit-item span {
        font-size: 12.8px;
    }

    /* Gallery */

    .gallery-main {
        height: 320px;
        border-radius: 26px;
    }

    .gallery-thumb {
        height: 92px;
        border-radius: 18px;
    }

    .gallery-thumbs {
        gap: 12px;
    }

    .gallery-badge {
        left: 20px;
        bottom: 20px;
    }

    /* Final CTA */

    .products-final-cta-section {
        padding: 78px 0 86px;
    }

    .products-final-cta {
        padding: 34px 36px;
        border-radius: 28px;
        gap: 30px;
    }

    .products-final-cta-content h2 {
        font-size: 29px;
    }

    .products-final-cta-content p {
        font-size: 14px;
    }
}

/* =========================
   PRODUCTS & SERVICES PAGE - MOBILE VIEW
   max 768px
========================= */

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* =========================
       PAGE HEADER
    ========================= */

    .products-page-header {
        min-height: auto;
        padding: 56px 0 64px;
    }

    .products-breadcrumb {
        margin-bottom: 20px;
        padding: 8px 14px;
        font-size: 12px;
    }

    .products-header-label {
        padding: 8px 14px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .products-page-header-content {
        max-width: 100%;
    }

    .products-page-header-content h1 {
        max-width: 100%;
        font-size: 32px;
        line-height: 1.16;
        letter-spacing: -0.8px;
        margin-bottom: 18px;
    }

    .products-page-header-content p {
        max-width: 100%;
        font-size: 14.2px;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    .products-header-note {
        max-width: 100%;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .products-header-note i {
        font-size: 18px;
    }

    .products-header-note span {
        font-size: 13px;
        line-height: 1.6;
    }

    /* =========================
       SERVICE SECTIONS
    ========================= */

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

    .service-container,
    .service-container-reverse {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
    }

    /*
       Untuk mobile:
       semua section dibuat teks dulu, gallery setelahnya.
       Walaupun di desktop Hotel/Rental gallery kiri,
       di mobile lebih enak dibaca kalau konten teks muncul dulu.
    */

    .service-container-reverse .service-gallery {
        order: 2;
    }

    .service-container-reverse .service-content {
        order: 1;
    }

    .service-content {
        max-width: 100%;
    }

    .service-label {
        padding: 8px 14px;
        margin-bottom: 18px;
        font-size: 12px;
    }

    .service-content h2 {
        font-size: 30px;
        line-height: 1.18;
        letter-spacing: -0.7px;
        margin-bottom: 18px;
    }

    .service-description {
        font-size: 14.2px;
        line-height: 1.75;
        margin-bottom: 15px;
    }

    /* =========================
       BENEFITS
    ========================= */

    .service-benefits {
        gap: 12px;
        margin: 24px 0 28px;
    }

    .service-benefit-item {
        padding: 14px 15px;
        border-radius: 17px;
        gap: 11px;
    }

    .service-benefit-item i {
        font-size: 19px;
        margin-top: 1px;
    }

    .service-benefit-item span {
        font-size: 13px;
        line-height: 1.55;
    }

    .service-cta {
        width: 100%;
        min-height: 50px;
        padding: 0 20px;
        font-size: 13.5px;
        justify-content: center;
    }

    /* =========================
       MINI GALLERY
    ========================= */

    .service-gallery {
        width: 100%;
    }

    .gallery-main {
        height: 300px;
        border-radius: 26px;
    }

    .gallery-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery-badge {
        left: 18px;
        bottom: 18px;
        padding: 8px 13px;
        font-size: 12px;
    }

    .gallery-thumbs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 12px;
    }

    .gallery-thumb {
        height: 90px;
        border-radius: 18px;
    }

    .gallery-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* =========================
       FINAL CTA
    ========================= */

    .products-final-cta-section {
        padding: 70px 0 76px;
    }

    .products-final-cta {
        padding: 28px 24px;
        border-radius: 26px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .products-final-cta-content {
        max-width: 100%;
    }

    .products-final-cta-label {
        padding: 8px 14px;
        margin-bottom: 16px;
        font-size: 12px;
    }

    .products-final-cta-content h2 {
        font-size: 26px;
        line-height: 1.24;
        letter-spacing: -0.6px;
        margin-bottom: 12px;
    }

    .products-final-cta-content p {
        font-size: 14px;
        line-height: 1.72;
    }

    .products-final-cta-button {
        width: 100%;
        min-height: 52px;
        padding: 0 22px;
        font-size: 13.5px;
        justify-content: center;
    }
}

/* =========================
   PRODUCTS & SERVICES PAGE - SMALL MOBILE
   max 480px
========================= */

@media (max-width: 480px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* Page Header */

    .products-page-header {
        padding: 50px 0 58px;
    }

    .products-page-header-content h1 {
        font-size: 28px;
    }

    .products-page-header-content p {
        font-size: 13.8px;
    }

    .products-header-note {
        padding: 13px 14px;
        border-radius: 17px;
    }

    /* Service Sections */

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

    .service-container,
    .service-container-reverse {
        gap: 30px;
    }

    .service-content h2 {
        font-size: 26px;
    }

    .service-description {
        font-size: 13.8px;
    }

    .service-benefit-item {
        padding: 13px 14px;
    }

    .service-benefit-item span {
        font-size: 12.8px;
    }

    /* Gallery */

    .gallery-main {
        height: 260px;
        border-radius: 24px;
    }

    .gallery-badge {
        left: 16px;
        bottom: 16px;
        font-size: 11.5px;
    }

    .gallery-thumbs {
        gap: 8px;
    }

    .gallery-thumb {
        height: 74px;
        border-radius: 15px;
    }

    /* Final CTA */

    .products-final-cta-section {
        padding: 62px 0 68px;
    }

    .products-final-cta {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .products-final-cta-content h2 {
        font-size: 23px;
    }

    .products-final-cta-content p {
        font-size: 13.6px;
    }
}