.product-page {
    color: var(--product-ink);
    background: #fff;
}

.product-page main {
    overflow: hidden;
}

.product-page main section {
    padding: 64px 0;
}

.product-breadcrumb {
    border-bottom: 1px solid var(--product-line);
    background: #fff;
}

.product-breadcrumb .container {
    width: 1320px;
    max-width: 95%;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 13px;
}

.product-breadcrumb a {
    color: var(--product-muted);
    text-decoration: none;
}

.product-breadcrumb i {
    color: #98a2b3;
    font-size: 11px;
}

.product-breadcrumb strong {
    color: var(--product-ink);
    font-weight: 700;
}

.product-intro {
    padding: 26px 0 !important;
    border-bottom: 1px solid var(--product-line);
    background: linear-gradient(90deg, #fff 0%, #fff 58%, #f4f8ff 100%);
    text-align: center;
}

.product-intro > .container > .eyebrow,
.product-intro > .container > .section-badge {
    display: none;
}

.product-intro h1 {
    margin: 0;
}

.product-intro > .container > p {
    max-width: 730px;
    margin: 18px auto 0;
}

.intro-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    margin-top: 28px;
}

.intro-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
}

.intro-points i {
    color: var(--product-green);
}

.product-showcase {
    padding-top: 20px !important;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.hero-media {
    position: relative;
    min-width: 0;
    aspect-ratio: 17 / 10;
    overflow: hidden;
    border-radius: var(--product-radius);
    background: #eef2f6;
    box-shadow: var(--product-shadow);
}

.image-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.hero-image-button {
    position: absolute;
    inset: 0;
    height: 100%;
}

.hero-image-button img,
.thumbnail-button img,
.customer-card img,
.related-card img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.hero-image-button img,
.thumbnail-button img {
    aspect-ratio: 17 / 10;
}

.customer-card img,
.related-card img {
    aspect-ratio: 1 / 1;
}

.hero-image-button img,
.thumbnail-button img {
    height: 100%;
}

.hero-image-button {
    cursor: zoom-in;
}

.hero-arrow,
.lightbox-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    transform: translateY(-50%);
    place-items: center;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 50%;
    color: var(--product-ink);
    background: rgba(255,255,255,.92);
    box-shadow: 0 8px 25px rgba(16,24,40,.18);
}

.hero-prev { left: 18px; }
.hero-next { right: 18px; }

.image-count {
    position: absolute;
    bottom: 16px;
    left: 50%;
    padding: 7px 14px;
    transform: translateX(-50%);
    border-radius: 99px;
    color: #fff;
    background: rgba(16, 24, 40, .74);
    font-size: 13px;
}

.thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
    min-height: 0;
}

.thumbnail-button {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 14px;
    background: #eef2f6;
    cursor: pointer;
    min-width: 0;
    min-height: 0;
}

.thumbnail-button::after {
    position: absolute;
    inset: 0;
    border: 3px solid #fff;
    border-radius: 11px;
    content: "";
    opacity: 0;
}

.thumbnail-button.active {
    border-color: var(--product-green);
    box-shadow: 0 0 0 3px rgba(7,138,75,.13);
}

.thumbnail-button.active::after { opacity: 1; }

.variant-section {
    background: var(--product-soft);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.section-heading h2,
.panel h2 {
    margin: 0;
}

.section-heading p {
    margin: 8px 0 0;
}

.compact-heading {
    align-items: center;
}

.carousel-controls {
    display: flex;
    gap: 8px;
}

.carousel-controls button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--product-line);
    border-radius: 50%;
    color: var(--product-ink);
    background: #fff;
}

.variant-track {
    display: grid;
    grid-auto-columns: minmax(210px, 1fr);
    grid-auto-flow: column;
    gap: 14px;
    overflow-x: auto;
    padding: 3px 3px 14px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.variant-track.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.variant-card {
    position: relative;
    min-height: 176px;
    padding: 20px;
    border: 1px solid var(--product-line);
    border-radius: 14px;
    text-align: left;
    background: #fff;
    transition: border-color .2s, transform .2s, box-shadow .2s;
    scroll-snap-align: start;
}

.variant-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--product-shadow);
}

.variant-card.active {
    border: 2px solid var(--product-green);
    box-shadow: 0 10px 30px rgba(7,138,75,.11);
}

.variant-code {
    display: block;
    margin-bottom: 12px;
    color: var(--product-blue-dark);
    font-size: 16px;
    font-weight: 800;
}

.variant-card span:not(.variant-code) {
    display: block;
    margin-top: 5px;
    color: var(--product-muted);
    font-size: 12px;
}

.variant-card strong:last-child {
    display: block;
    margin-top: 13px;
    color: var(--product-ink);
    font-size: 14px;
}

.details-section { background: #fff; }

.detail-grid {
    display: grid;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.4fr);
    gap: 22px;
    align-items: start;
}

.panel,
.notice,
.production-card,
.urgent-card,
.service-strip {
    border: 1px solid var(--product-line);
    border-radius: 14px;
    background: #fff;
}

.panel { padding: 24px; }

.panel-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 17px;
    border-bottom: 1px solid var(--product-line);
}

.panel-title i {
    color: var(--product-green);
    font-size: 19px;
}

.panel-title h2,
.price-heading h2 {
    font-size: var(--type-card-title);
}

.spec-panel dl { margin: 0; }

.spec-row {
    display: grid;
    grid-template-columns: minmax(130px, 34%) 1fr;
    align-items: start;
    column-gap: 18px;
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid var(--product-line);
    font-size: 14px;
}

.spec-row:last-child { border-bottom: 0; padding-bottom: 0; }
.spec-row dt {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: center;
    gap: 12px;
    color: var(--product-blue);
    font-weight: 800;
}

.spec-row dt i {
    color: var(--product-blue);
    font-size: 15px;
}

.spec-row dd {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: var(--product-ink);
    font-weight: 700;
}

.spec-row dd::before {
    content: ":";
    position: absolute;
    left: 0;
    color: var(--product-muted);
    font-weight: 800;
}

.notice {
    display: flex;
    gap: 13px;
    margin-top: 16px;
    padding: 18px;
}

.process-notice {
    border-color: #f5d8a8;
    background: #fff8eb;
}

.notice > i { color: #c66a06; font-size: 21px; }
.notice strong { display: block; margin-bottom: 6px; font-size: 13px; }
.notice ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    color: #475467;
    font-size: 12px;
    line-height: 1.75;
}

.production-card {
    margin-top: 16px;
    padding: 18px 20px 16px;
    border-color: rgba(9, 146, 80, 0.18);
    background:
        radial-gradient(circle at 20% 18%, rgba(9, 146, 80, 0.12), transparent 28%),
        linear-gradient(135deg, #effbf4 0%, #f8fffb 100%);
    text-align: center;
}

.production-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: var(--product-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.production-label i {
    font-size: 17px;
}

.production-days {
    margin-top: 8px;
    color: var(--product-blue-dark);
    line-height: 1.05;
}

.production-days strong {
    display: block;
    color: var(--product-green);
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 900;
}

.production-days span {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 800;
}

.production-card p {
    margin: 10px 0 0;
    font-size: var(--type-eyebrow);
    font-weight: 700;
}

.urgent-card {
    margin-top: 16px;
    overflow: hidden;
    border-color: #f5b8b8;
    background: #fff5f5;
}

.urgent-title {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #f5caca;
    color: var(--product-red);
    font-size: 13px;
    text-transform: uppercase;
}

.urgent-prices {
    display: grid;
    grid-template-columns: .7fr 1.35fr 1.45fr;
    padding: 13px 0;
}

.urgent-prices span {
    padding: 0 8px;
    border-right: 1px solid #f5caca;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.urgent-prices span:last-child { border-right: 0; }

.whatsapp-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
    padding: 28px 32px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, var(--product-green-dark), var(--product-green));
    box-shadow: 0 18px 40px rgba(7, 138, 75, .18);
}

.whatsapp-banner-copy {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
}

.whatsapp-banner-icon {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    place-items: center;
    border-radius: 50%;
    color: var(--product-green-dark);
    background: #fff;
    font-size: 29px;
}

.whatsapp-banner-label {
    display: block;
    margin-bottom: 4px;
    color: #c9f5df;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.whatsapp-banner h2 {
    margin: 0;
    color: #fff;
}

.whatsapp-banner p {
    max-width: 720px;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .84);
}

.whatsapp-banner > a,
.product-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: 7px;
    color: #fff;
    background: var(--product-green);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
}

.whatsapp-banner > a {
    min-width: 245px;
    padding: 0 22px;
    color: var(--product-green-dark);
    background: #fff;
}

.whatsapp-banner > a:hover {
    color: var(--product-green-dark);
    background: #e9fff4;
}

.product-cta a:hover { color: #fff; background: var(--product-green-dark); }

.price-panel { min-height: 100%; }

.price-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.side-legend { color: var(--product-muted); font-size: 12px; }
.table-scroll { overflow-x: auto; }

.price-group + .price-group {
    margin-top: 24px;
}

.price-group-title {
    margin: 0 0 10px;
    color: var(--product-blue-dark);
    font-size: 14px;
    font-weight: 800;
}

.price-table {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--product-line);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

.price-table th {
    padding: 15px;
    border-right: 1px solid rgba(255,255,255,.24);
    color: #fff;
    background: var(--product-green);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.price-table th:first-child { text-align: left; }

.price-table td {
    padding: 16px;
    border-top: 1px solid var(--product-line);
    border-right: 1px solid var(--product-line);
    color: #344054;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.price-table td:first-child { color: var(--product-ink); text-align: left; }
.price-table th:last-child,
.price-table td:last-child { border-right: 0; }
.price-table tbody tr:first-child td { border-top: 0; }

.price-note {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
    padding: 17px;
    border-radius: 10px;
    color: #475467;
    background: var(--product-soft);
    font-size: 14px;
}

.price-note i { color: var(--product-blue); font-size: 21px; }

.service-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 22px;
    padding: 20px;
}

.service-strip > div {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 4px 18px;
    border-right: 1px solid var(--product-line);
}

.service-strip > div:last-child { border-right: 0; }
.service-strip i { color: var(--product-blue-dark); font-size: 27px; }
.service-strip span,
.service-strip strong { display: block; }
.service-strip strong { margin-bottom: 2px; color: var(--product-ink); font-size: 14px; }
.service-strip span { color: var(--product-muted); font-size: 12px; line-height: 1.45; }

.customer-section { background: var(--product-soft); }

.customer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.customer-card {
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: #e9edf3;
    cursor: zoom-in;
    box-shadow: 0 12px 30px rgba(16,24,40,.07);
    aspect-ratio: 1 / 1;
}

.customer-card img {
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    transition: transform .3s;
}
.customer-card:hover img { transform: scale(1.035); }

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.related-card {
    overflow: hidden;
    padding-bottom: 20px;
    border: 1px solid var(--product-line);
    border-radius: 14px;
    color: var(--product-ink);
    background: #fff;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
}

.related-card:hover { color: var(--product-ink); transform: translateY(-5px); box-shadow: var(--product-shadow); }
.related-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #eef2f6;
}
.related-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}
.related-card > span:not(.related-image) { display: block; margin: 18px 20px 3px; color: var(--product-green); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.related-card h3 { margin: 0 20px; font-size: 17px; }

.product-cta {
    padding: 0 0 70px !important;
}

.cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 45px !important;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(125deg, var(--product-blue-dark), var(--product-blue));
}

.cta-inner span { color: #a9c5ff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.cta-inner h2 { max-width: 680px; margin: 8px 0; color: #fff; font-size: clamp(28px, 4vw, var(--type-h2)); }
.cta-inner p { margin: 0; color: #d7e3ff; }
.product-cta a { flex: 0 0 auto; min-width: 210px; padding: 0 24px; }

.lightbox[hidden] { display: none; }

.lightbox {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 55px;
    background: rgba(5, 12, 28, .94);
}

.lightbox img {
    width: min(88vw, 139.4vh);
    max-height: 82vh;
    aspect-ratio: 17 / 10;
    border-radius: 12px;
    object-fit: contain;
}

.lightbox img.customer-lightbox-image {
    width: min(82vh, 88vw);
    aspect-ratio: 1 / 1;
}

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.08);
}

.lightbox-arrow { color: #fff; background: rgba(255,255,255,.12); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

button:focus-visible,
a:focus-visible {
    outline: 3px solid #64a8ff;
    outline-offset: 3px;
}

/* Compact desktop product template: title, gallery and variants fit one 1080p view. */
@media (min-width: 992px) {
    .product-page main section {
        padding: 44px 0;
    }

    .product-breadcrumb .container {
        min-height: 62px;
        font-size: 13px;
    }

    .product-intro {
        padding: 26px 0 24px !important;
        text-align: left;
    }

    .product-intro > .container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
        grid-template-areas:
            "title features"
            "description features";
        column-gap: 44px;
        align-items: center;
    }

    .product-intro > .container > .eyebrow,
    .product-intro > .container > .section-badge {
        display: none;
    }

    .product-intro h1 {
        grid-area: title;
    }

    .product-intro > .container > p {
        grid-area: description;
        max-width: 640px;
        margin: 10px 0 0;
    }

    .intro-points {
        grid-area: features;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: initial;
        gap: 14px 20px;
        margin: 0;
        padding: 16px 22px;
        border-left: 1px solid var(--product-line);
        background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(244,248,255,.95));
    }

    .intro-points span {
        font-size: 14px;
    }

    .product-showcase {
        padding: 8px 0 14px !important;
    }

    .showcase-grid,
    .thumbnail-grid {
        gap: 12px;
    }

    .hero-arrow {
        width: 40px;
        height: 40px;
    }

    .image-count {
        bottom: 10px;
        padding: 5px 11px;
        font-size: 11px;
    }

    .variant-section {
        padding: 14px 0 18px !important;
    }

    .variant-section .compact-heading {
        margin-bottom: 10px;
    }

    .variant-section .compact-heading .eyebrow {
        display: none;
    }

    .variant-section .section-heading p {
        margin-top: 3px;
    }

    .variant-track {
        grid-auto-columns: 178px;
        gap: 10px;
        padding-bottom: 8px;
    }

    .variant-card {
        min-height: 124px;
        padding: 13px 14px;
        border-radius: 11px;
    }

    .variant-code {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .variant-card span:not(.variant-code) {
        margin-top: 2px;
        font-size: 12px;
        line-height: 1.35;
    }

    .variant-card strong:last-child {
        margin-top: 7px;
        font-size: 12px;
    }

    .carousel-controls button {
        width: 36px;
        height: 36px;
    }

    .details-section {
        padding: 38px 0 !important;
    }

    .customer-section,
    .related-section {
        padding: 44px 0 !important;
    }

    .customer-section .section-heading,
    .related-section .section-heading {
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    .showcase-grid { grid-template-columns: 1fr; }
    .thumbnail-grid {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: none;
        grid-auto-rows: auto;
    }
    .thumbnail-button { aspect-ratio: 17 / 10; }
    .detail-grid { grid-template-columns: 1fr; }
    .service-strip { grid-template-columns: repeat(2, 1fr); }
    .service-strip > div:nth-child(2) { border-right: 0; }
    .service-strip > div:nth-child(-n+2) { padding-bottom: 16px; }
    .customer-grid,
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .product-page main section { padding: 48px 0; }
    .product-breadcrumb .container { min-height: 62px; }
    .product-intro { text-align: left; }
    .product-intro > .container > p { margin-left: 0; }
    .intro-points { justify-content: flex-start; }
    .intro-points span { width: calc(50% - 12px); font-size: 12px; }
    .showcase-grid { gap: 12px; }
    .thumbnail-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .hero-arrow { width: 40px; height: 40px; }
    .hero-prev { left: 10px; }
    .hero-next { right: 10px; }
    .section-heading,
    .price-heading { align-items: flex-start; flex-direction: column; }
    .carousel-controls { display: none; }
    .variant-track { margin-right: -2.5%; }
    .panel { padding: 19px; }
    .whatsapp-banner {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding: 25px 22px;
    }
    .whatsapp-banner-copy { align-items: flex-start; }
    .whatsapp-banner > a { width: 100%; min-width: 0; }
    .service-strip { grid-template-columns: 1fr; }
    .service-strip > div { padding: 13px 4px; border-right: 0; border-bottom: 1px solid var(--product-line); }
    .service-strip > div:last-child { border-bottom: 0; }
    .customer-grid,
    .related-grid { gap: 10px; }
    .related-card { padding-bottom: 15px; }
    .related-card > span:not(.related-image) { margin: 13px 13px 2px; }
    .related-card h3 { margin: 0 13px; font-size: 14px; }
    .cta-inner { padding: 30px 22px !important; }
    .product-cta a { width: 100%; }
    .lightbox { padding: 18px; }
    .lightbox-arrow { top: auto; bottom: 22px; transform: none; }
}

@media (max-width: 420px) {
    .customer-grid,
    .related-grid { grid-template-columns: 1fr; }
    .price-table th,
    .price-table td { padding: 12px 9px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
