@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --slate: #0f172a;
    --efix: #009fbd;
    --lime: #9ac23c;
    --amber: #f4b63f;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::selection {
    background: rgba(0, 159, 189, 0.22);
}

[x-cloak] {
    display: none !important;
}

.hero-shell {
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 249, 251, 0.92) 44%, rgba(224, 244, 248, 0.82) 100%),
        url('https://ueeshop.ly200-cdn.com/u_file/UPBH/UPBH030/2509/photo/cb2a20f42e.jpg?x-oss-process=image/format,webp/quality,q_100/resize,m_lfit,h_0,w_1920') center / cover no-repeat;
}

.nav-link {
    position: relative;
    transition: color 180ms ease;
}

.nav-link::after {
    background: var(--efix);
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.nav-link:hover {
    color: var(--slate);
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 800;
    gap: 0.55rem;
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn svg {
    height: 1.05rem;
    width: 1.05rem;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: #0f172a;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
    color: #fff;
}

.btn-primary:hover {
    background: #07111f;
}

.btn-secondary {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

.btn-light {
    background: #fff;
    color: #0f172a;
}

.btn-download {
    background: #009fbd;
    box-shadow: 0 16px 34px rgba(0, 159, 189, 0.22);
    color: #fff;
}

.btn-download:hover {
    background: #087f98;
}

.btn-sm {
    min-height: 2.55rem;
    padding: 0.58rem 1rem;
}

.eyebrow {
    color: var(--efix);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.stat-tile {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    padding: 1rem;
}

.stat-tile strong {
    color: #0f172a;
    display: block;
    font-size: 1.45rem;
    font-weight: 900;
    line-height: 1;
}

.stat-tile span {
    color: #64748b;
    display: block;
    font-size: 0.82rem;
    line-height: 1.35;
    margin-top: 0.45rem;
}

.product-stage {
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.96), rgba(11, 94, 111, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.28);
    min-height: 34rem;
    overflow: hidden;
    padding: 2rem;
    position: relative;
}

.product-stage::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 38px 38px;
    content: "";
    inset: 0;
    opacity: 0.38;
    position: absolute;
}

.stage-label,
.floating-spec,
.hero-product {
    position: relative;
    z-index: 1;
}

.stage-label {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    gap: 0.5rem;
    padding: 0.55rem 0.8rem;
}

.stage-label svg {
    height: 1rem;
    width: 1rem;
}

.hero-product {
    display: block;
    filter: drop-shadow(0 28px 26px rgba(0, 0, 0, 0.35));
    margin: 2.3rem auto 0;
    max-height: 25rem;
    object-fit: contain;
    width: min(88%, 31rem);
}

.floating-spec {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
    color: #0f172a;
    min-width: 10rem;
    padding: 0.9rem 1rem;
    position: absolute;
}

.floating-spec span {
    color: var(--efix);
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
}

.floating-spec strong {
    display: block;
    font-size: 0.98rem;
    margin-top: 0.2rem;
}

.floating-spec-one {
    bottom: 2rem;
    left: 2rem;
}

.floating-spec-two {
    right: 2rem;
    top: 5.8rem;
}

.section-band {
    position: relative;
}

.section-heading {
    margin: 0 auto;
    max-width: 46rem;
    text-align: center;
}

.section-heading h2 {
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    line-height: 1.05;
    margin-top: 1rem;
}

.section-heading p:not(.eyebrow) {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-top: 1rem;
}

.service-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    padding: 1.4rem;
}

.icon-badge {
    align-items: center;
    background: rgba(0, 159, 189, 0.12);
    border-radius: 8px;
    color: var(--efix);
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.service-card h3,
.dark-panel h3,
.benefit-line h3 {
    color: #0f172a;
    font-size: 1.15rem;
    font-weight: 900;
    margin-top: 1rem;
}

.service-card p,
.benefit-line p {
    color: #64748b;
    line-height: 1.7;
    margin-top: 0.6rem;
}

.carousel-btn {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    height: 2.8rem;
    justify-content: center;
    transition: transform 180ms ease, background 180ms ease;
    width: 2.8rem;
}

.carousel-btn:hover {
    background: #0f172a;
    color: #fff;
    transform: translateY(-2px);
}

.product-swiper {
    padding: 0.3rem 0 3.4rem;
}

.product-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.07);
    height: auto;
    overflow: hidden;
}

.product-image-wrap {
    align-items: center;
    background: linear-gradient(135deg, #f7fbfc, #e9f6f8);
    display: flex;
    height: 17rem;
    justify-content: center;
    padding: 1.4rem;
}

.product-image-button {
    cursor: pointer;
    position: relative;
    transition: filter 180ms ease;
    width: 100%;
}

.product-image-button::after {
    background: rgba(15, 23, 42, 0.08);
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 180ms ease;
}

.product-image-button span {
    align-items: center;
    background: rgba(15, 23, 42, 0.92);
    border-radius: 999px;
    bottom: 1rem;
    color: #fff;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 900;
    gap: 0.4rem;
    opacity: 0;
    padding: 0.55rem 0.8rem;
    position: absolute;
    right: 1rem;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 1;
}

.product-image-button span svg {
    height: 0.95rem;
    width: 0.95rem;
}

.product-image-button:hover::after,
.product-image-button:focus-visible::after,
.product-image-button:hover span,
.product-image-button:focus-visible span {
    opacity: 1;
}

.product-image-button:hover span,
.product-image-button:focus-visible span {
    transform: translateY(0);
}

.product-image-button:focus-visible {
    outline: 3px solid rgba(0, 159, 189, 0.35);
    outline-offset: -3px;
}

.product-image-wrap img {
    filter: drop-shadow(0 18px 20px rgba(15, 23, 42, 0.2));
    max-height: 14rem;
    object-fit: contain;
    width: 100%;
}

.product-content {
    display: flex;
    flex-direction: column;
    min-height: 24rem;
    padding: 1.4rem;
}

.product-tag {
    color: var(--efix);
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-content h3 {
    color: #0f172a;
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.18;
    margin-top: 0.45rem;
}

.product-content p {
    color: #64748b;
    line-height: 1.65;
    margin-top: 0.75rem;
}

.product-content ul {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
}

.product-content li {
    align-items: flex-start;
    color: #334155;
    display: flex;
    font-size: 0.92rem;
    gap: 0.5rem;
}

.product-content li svg {
    color: var(--lime);
    flex: 0 0 auto;
    height: 1rem;
    margin-top: 0.15rem;
    width: 1rem;
}

.product-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-start;
    margin-top: auto;
    padding-top: 1.3rem;
}

.source-link {
    align-items: center;
    color: #0f172a;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.35rem;
}

.source-link svg {
    height: 0.95rem;
    width: 0.95rem;
}

.whatsapp-float {
    align-items: center;
    background: #25d366;
    border: 2px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    bottom: 1.25rem;
    box-shadow: 0 20px 45px rgba(18, 140, 126, 0.34);
    color: #fff;
    display: inline-flex;
    font-size: 0.92rem;
    font-weight: 900;
    gap: 0.55rem;
    min-height: 3.6rem;
    padding: 0.75rem 1rem;
    position: fixed;
    right: 1.25rem;
    transition: transform 180ms ease, box-shadow 180ms ease;
    z-index: 60;
}

.whatsapp-float:hover {
    box-shadow: 0 24px 52px rgba(18, 140, 126, 0.42);
    transform: translateY(-3px);
}

.whatsapp-float svg {
    height: 1.6rem;
    width: 1.6rem;
}

.offer-popup {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1rem;
    position: fixed;
    z-index: 70;
}

.offer-backdrop {
    background: rgba(15, 23, 42, 0.56);
    border: 0;
    cursor: pointer;
    inset: 0;
    position: absolute;
}

.offer-panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.28);
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    max-width: 52rem;
    overflow: hidden;
    position: relative;
    width: min(100%, 52rem);
    z-index: 1;
}

.offer-close {
    align-items: center;
    background: #0f172a;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 2.45rem;
    justify-content: center;
    position: absolute;
    right: 0.9rem;
    top: 0.9rem;
    width: 2.45rem;
    z-index: 2;
}

.offer-close svg {
    height: 1rem;
    width: 1rem;
}

.offer-media {
    align-items: center;
    background: linear-gradient(145deg, #e9f6f8, #f8fafc);
    display: flex;
    justify-content: center;
    min-height: 24rem;
    padding: 2rem;
}

.offer-media img {
    filter: drop-shadow(0 18px 20px rgba(15, 23, 42, 0.2));
    max-height: 18rem;
    object-fit: contain;
    width: 100%;
}

.offer-content {
    padding: 2rem;
}

.offer-content h2 {
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 900;
    line-height: 1.04;
    margin-top: 0.7rem;
    max-width: 24rem;
}

.offer-content p:not(.eyebrow) {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 1rem;
}

.offer-prices {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.offer-prices div {
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    padding: 1rem;
}

.offer-prices span {
    color: #64748b;
    display: block;
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.offer-prices strong {
    color: #0f172a;
    display: block;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 900;
    margin-top: 0.35rem;
}

.offer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.product-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.2rem;
    position: fixed;
    z-index: 80;
}

.modal-backdrop {
    background: rgba(15, 23, 42, 0.72);
    border: 0;
    cursor: pointer;
    inset: 0;
    position: absolute;
}

.modal-panel {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 35px 85px rgba(0, 0, 0, 0.32);
    display: grid;
    grid-template-columns: minmax(20rem, 28rem) minmax(24rem, 1fr);
    max-height: min(88vh, 54rem);
    max-width: 76rem;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}

.modal-close {
    align-items: center;
    background: #0f172a;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 2.6rem;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: transform 180ms ease, background 180ms ease;
    width: 2.6rem;
    z-index: 6;
}

.modal-close:hover {
    background: #07111f;
    transform: rotate(8deg);
}

.modal-close svg {
    height: 1.1rem;
    width: 1.1rem;
}

.modal-media {
    align-content: start;
    background: linear-gradient(145deg, #eff9fb, #d9f1f5);
    display: grid;
    gap: 0.9rem;
    grid-template-rows: auto auto;
    min-height: 0;
    overflow: hidden;
    padding: 1.3rem;
    position: relative;
}

.modal-media > span {
    background: #0f172a;
    border-radius: 999px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    justify-self: start;
    padding: 0.55rem 0.8rem;
    text-transform: uppercase;
}

.modal-gallery-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-y: auto;
    padding-right: 0.2rem;
}

.gallery-tile {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    cursor: zoom-in;
    display: flex;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 0.5rem;
    position: relative;
    transition: border 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gallery-tile:hover {
    border-color: var(--efix);
    box-shadow: 0 14px 28px rgba(0, 159, 189, 0.14);
    transform: translateY(-1px);
}

.gallery-tile img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.gallery-tile svg {
    background: rgba(15, 23, 42, 0.88);
    border-radius: 999px;
    bottom: 0.45rem;
    color: #fff;
    height: 1.65rem;
    padding: 0.35rem;
    position: absolute;
    right: 0.45rem;
    width: 1.65rem;
}

.modal-content {
    max-height: min(88vh, 54rem);
    overflow-y: auto;
    padding: 2.2rem;
}

.modal-content h2 {
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 1.05;
    margin-top: 0.8rem;
    max-width: 28rem;
}

.modal-description {
    color: #64748b;
    font-size: 1.02rem;
    line-height: 1.75;
    margin-top: 1rem;
}

.modal-feature-grid {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.3rem;
}

.modal-feature {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    color: #334155;
    display: flex;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.45rem;
    min-height: 4.5rem;
    padding: 0.8rem;
}

.modal-feature svg {
    color: var(--lime);
    flex: 0 0 auto;
    height: 1rem;
    margin-top: 0.1rem;
    width: 1rem;
}

.modal-detail-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.modal-detail-list article {
    border-left: 3px solid var(--efix);
    padding-left: 0.9rem;
}

.modal-detail-list strong {
    color: #0f172a;
    display: block;
    font-size: 0.96rem;
    font-weight: 900;
}

.modal-detail-list p {
    color: #64748b;
    line-height: 1.65;
    margin-top: 0.25rem;
}

.modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.6rem;
}

.image-zoom {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 1.2rem;
    position: fixed;
    z-index: 100;
}

.zoom-backdrop {
    background: rgba(2, 6, 23, 0.86);
    border: 0;
    cursor: zoom-out;
    inset: 0;
    position: absolute;
}

.zoom-panel {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    max-height: 92vh;
    max-width: 94vw;
    position: relative;
    z-index: 1;
}

.zoom-panel img {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
    max-height: 84vh;
    max-width: 94vw;
    object-fit: contain;
}

.zoom-panel figcaption {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
    text-align: center;
}

.zoom-close {
    right: -0.8rem;
    top: -0.8rem;
}

.zoom-nav {
    align-items: center;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    color: #0f172a;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background 180ms ease, transform 180ms ease;
    width: 3rem;
    z-index: 2;
}

.zoom-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.zoom-nav svg {
    height: 1.4rem;
    width: 1.4rem;
}

.zoom-prev {
    left: -1.2rem;
}

.zoom-next {
    right: -1.2rem;
}

.swiper-pagination-bullet-active {
    background: var(--efix);
}

.dark-panel {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 1.35rem;
}

.dark-panel svg {
    color: #67e8f9;
    height: 1.7rem;
    width: 1.7rem;
}

.dark-panel h3 {
    color: #fff;
}

.dark-panel p {
    color: #cbd5e1;
    line-height: 1.65;
    margin-top: 0.55rem;
}

.benefit-line {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    display: flex;
    gap: 1rem;
    padding: 1.2rem;
}

.benefit-line > svg {
    color: var(--amber);
    flex: 0 0 auto;
    height: 1.7rem;
    margin-top: 0.1rem;
    width: 1.7rem;
}

.benefit-line h3 {
    margin-top: 0;
}

.contact-band {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(238, 250, 252, 0.94)),
        url('https://ueeshop.ly200-cdn.com/u_file/UPBH/UPBH030/2411/photo/114419cf9e.jpg?x-oss-process=image/format,webp/quality,q_100/resize,m_lfit,h_0,w_1920') center / cover no-repeat;
}

.contact-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    color: #0f172a;
    display: inline-flex;
    font-weight: 800;
    gap: 0.75rem;
    max-width: max-content;
    padding: 0.9rem 1rem;
}

.contact-item svg {
    color: var(--efix);
    height: 1.2rem;
    width: 1.2rem;
}

.lead-form {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.14);
    display: grid;
    gap: 1rem;
    padding: 1.2rem;
}

.form-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lead-form label {
    color: #334155;
    display: grid;
    font-size: 0.86rem;
    font-weight: 800;
    gap: 0.45rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    background: #f8fafc;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    color: #0f172a;
    font: inherit;
    font-weight: 500;
    outline: none;
    padding: 0.9rem 1rem;
    transition: border 180ms ease, box-shadow 180ms ease;
    width: 100%;
}

.field-help {
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1.35;
}

.form-note {
    background: rgba(0, 159, 189, 0.08);
    border: 1px solid rgba(0, 159, 189, 0.16);
    border-radius: 8px;
    color: #466173;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.45;
    margin-top: -0.2rem;
    padding: 0.7rem 0.85rem;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    border-color: var(--efix);
    box-shadow: 0 0 0 4px rgba(0, 159, 189, 0.14);
}

.form-alert {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 0.92rem;
    font-weight: 800;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
}

.form-alert svg {
    height: 1.1rem;
    width: 1.1rem;
}

.form-alert.success {
    background: #ecfdf5;
    color: #047857;
}

.form-alert.error {
    background: #fef2f2;
    color: #b91c1c;
}

.form-alert.warning {
    background: #fffbeb;
    color: #92400e;
}

.hp-field {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}

.human-check {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: minmax(12rem, 1fr) minmax(8rem, 12rem);
    padding: 0.85rem;
}

.human-check div {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.human-check span {
    color: #334155;
    font-size: 0.86rem;
    font-weight: 900;
}

.human-check strong {
    background: #0f172a;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1;
    padding: 0.5rem 0.75rem;
}

.human-check input {
    background: #fff;
    min-height: 2.9rem;
    padding-block: 0.65rem;
}

@media (max-width: 768px) {
    .product-stage {
        min-height: 28rem;
        padding: 1.2rem;
    }

    .hero-product {
        margin-top: 2rem;
        width: min(94%, 22rem);
    }

    .floating-spec {
        min-width: 8.5rem;
        padding: 0.75rem 0.8rem;
    }

    .floating-spec-one {
        bottom: 1.1rem;
        left: 1.1rem;
    }

    .floating-spec-two {
        right: 1.1rem;
        top: 4.8rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .human-check {
        grid-template-columns: 1fr;
    }

    .product-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .whatsapp-float {
        bottom: 0.9rem;
        min-height: 3.25rem;
        padding: 0.7rem;
        right: 0.9rem;
    }

    .whatsapp-float span {
        display: none;
    }

    .offer-panel {
        grid-template-columns: 1fr;
        max-height: 88vh;
        overflow-y: auto;
    }

    .offer-media {
        min-height: 14rem;
        padding: 1.2rem;
    }

    .offer-media img {
        max-height: 11rem;
    }

    .offer-content {
        padding: 1.25rem;
    }

    .offer-prices {
        grid-template-columns: 1fr;
    }

    .modal-panel {
        grid-template-columns: 1fr;
        max-height: 90vh;
        overflow-y: auto;
        width: min(100%, 34rem);
    }

    .modal-media {
        gap: 0.75rem;
        min-height: auto;
        overflow: visible;
        padding: 1rem;
    }

    .modal-content {
        max-height: none;
        overflow: visible;
        padding: 1.3rem;
    }

    .modal-feature-grid {
        grid-template-columns: 1fr;
    }

    .modal-gallery-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0.4rem;
        padding-right: 0;
    }

    .gallery-tile {
        flex: 0 0 8rem;
        height: 8rem;
    }

    .zoom-panel img {
        max-height: 78vh;
    }

    .zoom-nav {
        height: 2.65rem;
        width: 2.65rem;
    }

    .zoom-prev {
        left: 0.35rem;
    }

    .zoom-next {
        right: 0.35rem;
    }
}
