.product-detail-page {
    --product-ink: #121212;
    --product-muted: #626262;
    --product-line: #dedede;
    --product-soft: #f5f5f1;
    --product-lime: #c9f31d;
    --product-lime-soft: #efffb3;
    --product-orange: #ff9f1a;
    --product-green: #17834b;
    --product-radius: 24px;
    position: relative;
    overflow: clip;
    background: #fff;
    color: var(--product-ink);
    font-family: "Kanit", "Plus Jakarta Sans", sans-serif;
}

.pixelr-rtl .product-detail-page {
    font-family: Tahoma, Arial, sans-serif;
}

.product-detail-page *,
.product-detail-page *::before,
.product-detail-page *::after {
    box-sizing: border-box;
}

.product-detail-page a {
    color: inherit;
}

.product-detail-page img {
    max-width: 100%;
}

.product-detail-hero {
    position: relative;
    padding: clamp(165px, 13vw, 245px) 0 clamp(82px, 8vw, 130px);
    background:
        radial-gradient(circle at 84% 18%, rgba(201, 243, 29, 0.15), transparent 16rem),
        radial-gradient(circle at 17% 31%, rgba(255, 159, 26, 0.07), transparent 18rem),
        #fff;
}

.product-orb {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
}

.product-orb--one {
    top: 27%;
    right: 18%;
    width: 42px;
    height: 42px;
    background: rgba(201, 243, 29, 0.36);
}

.product-orb--two {
    top: 33%;
    right: 25%;
    width: 13px;
    height: 13px;
    background: var(--product-lime);
}

.pixelr-rtl .product-orb--one {
    right: auto;
    left: 18%;
}

.pixelr-rtl .product-orb--two {
    right: auto;
    left: 25%;
}

.product-detail-hero .container {
    position: relative;
    z-index: 1;
}

.product-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 38px;
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.product-breadcrumb a {
    text-decoration: none;
    transition: color 180ms ease;
}

.product-breadcrumb a:hover,
.product-breadcrumb a:focus-visible {
    color: var(--product-ink);
}

.product-hero-copy {
    max-width: 1160px;
    margin: 0 auto 66px;
    text-align: center;
}

.product-eyebrow {
    margin: 0 0 18px;
    color: #565656;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.pixelr-rtl .product-eyebrow {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

.product-detail-hero h1 {
    margin: 0;
    color: var(--product-ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(72px, 8.1vw, 132px);
    font-weight: 400;
    letter-spacing: -0.07em;
    line-height: 0.93;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
    text-wrap: balance;
}

.pixelr-rtl .product-detail-hero h1 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: clamp(62px, 7vw, 112px);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.product-hero-lead {
    max-width: 820px;
    margin: 30px auto 0;
    color: var(--product-muted);
    font-size: clamp(17px, 1.25vw, 21px);
    font-weight: 300;
    line-height: 1.72;
}

.product-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

.product-btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.product-btn:hover,
.product-btn:focus-visible {
    transform: translateY(-2px);
}

.product-btn:focus-visible,
.product-gallery-item:focus-visible,
.product-tour-toggle:focus-visible,
.product-lightbox button:focus-visible,
.product-form-control:focus-visible,
.product-form-check-input:focus-visible {
    outline: 3px solid rgba(201, 243, 29, 0.7);
    outline-offset: 3px;
}

.product-btn--primary {
    background: var(--product-ink);
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(18, 18, 18, 0.15);
}

.product-btn--primary:hover,
.product-btn--primary:focus-visible {
    background: var(--product-lime);
    color: var(--product-ink) !important;
}

.product-btn--secondary {
    border-color: #cfcfcf;
    background: #fff;
    color: var(--product-ink) !important;
}

.product-btn--secondary:hover,
.product-btn--secondary:focus-visible {
    border-color: var(--product-ink);
}

.product-btn--lime {
    background: var(--product-lime);
    color: var(--product-ink) !important;
}

.product-btn--lime:hover,
.product-btn--lime:focus-visible {
    background: #fff;
}

.product-hero-media-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.product-hero-media-grid--single {
    max-width: 920px;
    margin-inline: auto;
    grid-template-columns: minmax(0, 1fr);
}

.product-media-card {
    position: relative;
    margin: 0;
}

.product-media-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.63 / 1;
    border-radius: 2px;
    background: #ececec;
}

.product-media-frame::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(18, 18, 18, 0.08);
    content: "";
    pointer-events: none;
}

.product-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-media-frame--contain {
    background:
        radial-gradient(circle at 50% 45%, rgba(201, 243, 29, 0.17), transparent 44%),
        #fafafa;
}

.product-media-frame--contain img {
    object-fit: contain;
    padding: clamp(28px, 5vw, 72px);
}

.product-media-card:hover .product-media-frame img {
    transform: scale(1.035);
}

.product-media-card figcaption {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    color: #5b5b5b;
    font-size: 14px;
}

.product-media-card figcaption::before {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--product-lime);
    content: "";
}

.product-section {
    position: relative;
    padding: clamp(88px, 9vw, 150px) 0;
}

.product-section-heading {
    max-width: 850px;
}

.product-section-heading--split {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    align-items: end;
    gap: 70px;
    margin-bottom: clamp(48px, 6vw, 80px);
}

.product-section-heading h2,
.product-demo-copy h2,
.product-request-copy h2 {
    margin: 0;
    color: var(--product-ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.pixelr-rtl .product-section-heading h2,
.pixelr-rtl .product-demo-copy h2,
.pixelr-rtl .product-request-copy h2 {
    font-family: Tahoma, Arial, sans-serif;
    font-size: clamp(38px, 4.5vw, 68px);
    letter-spacing: -0.025em;
    line-height: 1.28;
}

.product-section-lead,
.product-demo-copy > p,
.product-request-copy > p {
    margin: 26px 0 0;
    color: var(--product-muted);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.85;
}

.product-section-heading--split .product-section-lead {
    margin: 0;
}

.product-overview {
    border-top: 1px solid #ececec;
    background: #fff;
}

.product-overview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: clamp(60px, 8vw, 125px);
}

.product-rich-text {
    color: #565656;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
}

.product-section-heading > .product-rich-text {
    max-width: 720px;
    margin-top: 30px;
}

.product-rich-text p {
    margin: 0 0 20px;
}

.product-rich-text p:last-child {
    margin-bottom: 0;
}

.product-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.product-highlight-card {
    min-height: 245px;
    padding: 28px;
    border: 1px solid #dfdfdf;
    background: #fff;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-highlight-card:nth-child(2),
.product-highlight-card:nth-child(3) {
    background: var(--product-soft);
}

.product-highlight-card:hover {
    border-color: var(--product-lime);
    transform: translateY(-5px);
}

.product-highlight-icon,
.product-module-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--product-lime);
    color: var(--product-ink);
    font-size: 18px;
}

.product-highlight-card h3,
.product-module-card h3 {
    margin: 44px 0 12px;
    color: var(--product-ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

.pixelr-rtl .product-highlight-card h3,
.pixelr-rtl .product-module-card h3 {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
}

.product-highlight-card p,
.product-module-card p {
    margin: 0;
    color: var(--product-muted);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
}

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

.product-module-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
}

.pixelr-rtl .product-module-grid {
    border-right: 1px solid #cacaca;
    border-left: 0;
}

.product-module-card {
    position: relative;
    min-height: 360px;
    padding: 30px;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    background: transparent;
    transition: background 200ms ease, transform 200ms ease;
}

.pixelr-rtl .product-module-card {
    border-right: 0;
    border-left: 1px solid #cacaca;
}

.product-module-card:hover {
    z-index: 1;
    background: #fff;
    transform: translateY(-4px);
}

.product-module-number {
    color: #8b8b8b;
    font-size: 13px;
}

.product-module-icon {
    position: absolute;
    top: 24px;
    right: 24px;
}

.pixelr-rtl .product-module-icon {
    right: auto;
    left: 24px;
}

.product-module-card h3 {
    margin-top: 142px;
}

.product-demo {
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 18%, rgba(201, 243, 29, 0.14), transparent 22rem),
        #111;
    color: #fff;
}

.product-demo-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: center;
    gap: clamp(55px, 8vw, 125px);
}

.product-eyebrow--light {
    color: var(--product-lime);
}

.product-demo-copy h2 {
    color: #fff;
    font-size: clamp(44px, 4.3vw, 68px);
}

.product-demo-copy > p {
    margin-bottom: 34px;
    color: #bcbcbc;
}

.product-transcript {
    margin-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: #d5d5d5;
}

.product-transcript summary {
    padding: 18px 0;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}

.product-transcript > div {
    max-height: 240px;
    overflow: auto;
    padding: 0 8px 18px 0;
    font-size: 14px;
    line-height: 1.8;
}

.product-demo-stage {
    min-width: 0;
}

.product-demo-stage video,
.product-video-embed,
.product-video-poster,
.product-tour {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    background: #1b1b1b;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

.product-demo-stage video {
    display: block;
    object-fit: cover;
}

.product-video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.product-video-poster {
    position: relative;
}

.product-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.68;
}

.product-video-placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: inherit;
    place-items: center;
    background: radial-gradient(circle, rgba(201, 243, 29, 0.18), transparent 35%), #1b1b1b;
    color: rgba(255, 255, 255, 0.2);
    font-size: clamp(72px, 10vw, 150px);
}

.product-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    color: #fff !important;
    text-decoration: none;
}

.product-video-play i {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border-radius: 999px;
    background: var(--product-lime);
    color: var(--product-ink);
}

.product-tour {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.product-tour-topbar {
    display: flex;
    height: 44px;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    border-radius: 9px 9px 0 0;
    background: #252525;
}

.product-tour-topbar > span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #555;
}

.product-tour-topbar > span:first-child {
    background: var(--product-orange);
}

.product-tour-topbar > span:nth-child(2) {
    background: var(--product-lime);
}

.product-tour-topbar strong {
    margin-left: auto;
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 500;
}

.pixelr-rtl .product-tour-topbar strong {
    margin-right: auto;
    margin-left: 0;
}

.product-tour-slides {
    position: relative;
    flex: 1;
    min-height: 285px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        #171717;
    background-size: 34px 34px;
}

.product-tour-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 150px;
    align-items: center;
    gap: 24px;
    padding: 36px;
    opacity: 0;
    transform: translateX(30px);
    visibility: hidden;
    transition: opacity 350ms ease, transform 350ms ease, visibility 350ms ease;
}

.product-tour-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.product-tour-slide > span {
    align-self: start;
    color: var(--product-lime);
    font-size: 13px;
}

.product-tour-slide h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(24px, 2.5vw, 38px);
    font-weight: 500;
    letter-spacing: -0.04em;
}

.pixelr-rtl .product-tour-slide h3 {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0;
}

.product-tour-slide p {
    max-width: 430px;
    margin: 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1.75;
}

.product-tour-visual {
    display: grid;
    width: 130px;
    height: 130px;
    place-items: center;
    border: 1px solid rgba(201, 243, 29, 0.3);
    border-radius: 50%;
    background: rgba(201, 243, 29, 0.08);
    color: var(--product-lime);
    font-size: 42px;
}

.product-tour-controls {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 4px 0;
}

.product-tour-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
}

.product-tour-toggle i {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 999px;
    background: var(--product-lime);
    color: var(--product-ink);
}

.product-tour-progress {
    height: 3px;
    flex: 1;
    overflow: hidden;
    border-radius: 999px;
    background: #373737;
}

.product-tour-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--product-lime);
}

.product-tour.is-playing .product-tour-progress span {
    animation: productTourProgress 4s linear infinite;
}

.product-tour-note {
    margin: 10px 0 0;
    color: #747474;
    font-size: 11px;
    line-height: 1.5;
}

@keyframes productTourProgress {
    from { width: 0; }
    to { width: 100%; }
}

.product-gallery {
    background: #fff;
}

.product-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.product-gallery-item {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: #e9e9e9;
    cursor: zoom-in;
    text-align: left;
}

.product-gallery-item--wide {
    grid-column: 1 / -1;
    min-height: min(62vw, 700px);
}

.product-gallery-item img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.product-gallery-item--contain img {
    padding: clamp(40px, 7vw, 110px);
    background: #fafafa;
    object-fit: contain;
}

.product-gallery-item:hover img {
    filter: brightness(0.78);
    transform: scale(1.035);
}

.product-gallery-item > span {
    position: absolute;
    top: 22px;
    right: 22px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: var(--product-ink);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.pixelr-rtl .product-gallery-item > span {
    right: auto;
    left: 22px;
}

.product-gallery-item > strong {
    position: absolute;
    right: 28px;
    bottom: 24px;
    left: 28px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
}

.product-gallery-item:hover > span,
.product-gallery-item:focus-visible > span,
.product-gallery-item:hover > strong,
.product-gallery-item:focus-visible > strong {
    opacity: 1;
    transform: translateY(0);
}

.product-lightbox {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr) 80px;
    align-items: center;
    padding: 70px 30px 30px;
    background: rgba(10, 10, 10, 0.96);
}

.product-lightbox[hidden] {
    display: none;
}

.product-lightbox figure {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    margin: 0;
}

.product-lightbox figure img {
    max-width: min(1200px, 100%);
    max-height: calc(100vh - 150px);
    object-fit: contain;
}

.product-lightbox figcaption {
    max-width: 800px;
    color: #d8d8d8;
    font-size: 14px;
    text-align: center;
}

.product-lightbox button {
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.product-lightbox-close {
    position: absolute;
    top: 22px;
    right: 28px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    font-size: 20px;
}

.pixelr-rtl .product-lightbox-close {
    right: auto;
    left: 28px;
}

.product-lightbox-nav {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 999px !important;
    font-size: 18px;
}

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

.product-insights .product-section-heading {
    margin-bottom: 60px;
}

.product-insight-grid {
    border-top: 1px solid #cfcfcf;
}

.product-insight-card {
    border-bottom: 1px solid #cfcfcf;
}

.product-insight-card summary,
.product-faq-item summary {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    list-style: none;
    cursor: pointer;
}

.product-insight-card summary::-webkit-details-marker,
.product-faq-item summary::-webkit-details-marker {
    display: none;
}

.product-insight-card summary span,
.product-faq-item summary span {
    color: #8b8b8b;
    font-size: 13px;
}

.product-insight-card summary strong,
.product-faq-item summary strong {
    color: var(--product-ink);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.pixelr-rtl .product-insight-card summary strong,
.pixelr-rtl .product-faq-item summary strong {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0;
    line-height: 1.6;
}

.product-insight-card summary i,
.product-faq-item summary i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #bdbdbd;
    border-radius: 999px;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.product-insight-card[open] summary i,
.product-faq-item[open] summary i {
    border-color: var(--product-lime);
    background: var(--product-lime);
    transform: rotate(45deg);
}

.product-insight-card > .product-rich-text {
    max-width: 980px;
    max-height: 430px;
    overflow: auto;
    padding: 0 74px 34px;
}

.pixelr-rtl .product-insight-card > .product-rich-text {
    padding-right: 74px;
    padding-left: 0;
}

.product-faq {
    background: #fff;
}

.product-faq-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
    gap: clamp(65px, 9vw, 140px);
}

.product-faq-list {
    border-top: 1px solid #d7d7d7;
}

.product-faq-item {
    border-bottom: 1px solid #d7d7d7;
}

.product-faq-item summary {
    grid-template-columns: 38px minmax(0, 1fr) 42px;
    padding: 24px 0;
}

.product-faq-item summary strong {
    font-size: 20px;
}

.product-faq-item p {
    margin: 0;
    padding: 0 58px 25px;
    color: var(--product-muted);
    font-size: 15px;
    line-height: 1.85;
}

.pixelr-rtl .product-faq-item p {
    padding-right: 58px;
    padding-left: 0;
}

.product-demo-request {
    background:
        radial-gradient(circle at 0 100%, rgba(255, 159, 26, 0.1), transparent 22rem),
        var(--product-lime-soft);
}

.product-request-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(55px, 8vw, 120px);
    align-items: start;
}

.product-request-copy {
    position: sticky;
    top: 150px;
}

.product-request-copy h2 {
    font-size: clamp(44px, 4.6vw, 72px);
}

.product-request-copy > p {
    color: #4c4c43;
}

.product-request-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(18, 18, 18, 0.2);
    color: #45453d;
    font-size: 14px;
    line-height: 1.7;
}

.product-request-note i {
    margin-top: 4px;
}

.product-direct-contact {
    margin-top: 48px;
}

.product-direct-contact h3 {
    margin: 0 0 10px;
    font-size: 19px;
}

.product-direct-contact p {
    margin: 0 0 18px;
    color: #56564c;
    font-size: 14px;
    line-height: 1.7;
}

.product-direct-contact a {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 9px;
    font-size: 14px;
    text-decoration: none;
}

.product-request-form-card {
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(18, 18, 18, 0.15);
    border-radius: var(--product-radius);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 30px 90px rgba(61, 70, 19, 0.12);
    backdrop-filter: blur(14px);
}

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

.product-form-field--wide {
    grid-column: 1 / -1;
}

.product-form-field label {
    display: block;
    margin-bottom: 9px;
    color: var(--product-ink);
    font-size: 13px;
    font-weight: 600;
}

.product-form-control {
    width: 100%;
    min-height: 52px;
    padding: 13px 15px;
    border: 1px solid #cfcfc8;
    border-radius: 10px;
    outline: 0;
    background: #fff;
    color: var(--product-ink);
    font: inherit;
    font-size: 15px;
    line-height: 1.45;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

textarea.product-form-control {
    min-height: 126px;
    resize: vertical;
}

.product-form-control:focus {
    border-color: var(--product-ink);
    box-shadow: 0 0 0 4px rgba(201, 243, 29, 0.26);
}

.product-form-field small,
.product-consent-error,
.product-form-nonfield {
    display: block;
    margin-top: 7px;
    color: #ad1f1f;
    font-size: 12px;
    line-height: 1.5;
}

.product-consent {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0 0;
    color: #555;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.65;
}

.product-form-check-input {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: var(--product-ink);
}

.product-form-submit-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 26px;
}

.product-form-submit-row button {
    cursor: pointer;
    font-family: inherit;
}

.product-form-submit-row button:disabled {
    cursor: wait;
    opacity: 0.68;
    transform: none;
}

.product-form-submit-row > small {
    color: #6c6c63;
    font-size: 11px;
    line-height: 1.45;
}

.product-form-message,
.product-form-nonfield {
    margin-bottom: 20px;
    padding: 13px 15px;
    border: 1px solid #a5cc00;
    border-radius: 10px;
    background: #f3ffc6;
    color: #283400;
    font-size: 13px;
    line-height: 1.6;
}

.product-form-message--error,
.product-form-nonfield {
    border-color: #e1a9a9;
    background: #fff1f1;
    color: #7e1717;
}

.product-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.pixelr-rtl .product-honeypot {
    right: -10000px !important;
    left: auto !important;
}

.product-related {
    background: #fff;
}

.product-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
}

.pixelr-rtl .product-related-grid {
    border-right: 1px solid #d7d7d7;
    border-left: 0;
}

.product-related-card {
    display: grid;
    min-height: 240px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: end;
    gap: 20px;
    padding: 26px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    color: var(--product-ink) !important;
    text-decoration: none;
    transition: background 180ms ease;
}

.pixelr-rtl .product-related-card {
    border-right: 0;
    border-left: 1px solid #d7d7d7;
}

.product-related-card:hover,
.product-related-card:focus-visible {
    background: var(--product-lime);
}

.product-related-card > span {
    align-self: start;
    color: #7d7d7d;
    font-size: 12px;
}

.product-related-card p {
    margin: 0 0 7px;
    color: #6a6a6a;
    font-size: 12px;
}

.product-related-card h3 {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.pixelr-rtl .product-related-card h3 {
    font-family: Tahoma, Arial, sans-serif;
    letter-spacing: 0;
}

.product-mobile-demo-cta {
    display: none;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

body.product-lightbox-open {
    overflow: hidden;
}

@media (max-width: 1199px) {
    .product-module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-overview-grid,
    .product-demo-grid,
    .product-request-shell {
        gap: 60px;
    }

    .product-request-copy {
        position: static;
    }
}

@media (max-width: 991px) {
    .product-detail-hero {
        padding-top: 170px;
    }

    .product-section-heading--split,
    .product-overview-grid,
    .product-demo-grid,
    .product-faq-grid,
    .product-request-shell {
        grid-template-columns: 1fr;
    }

    .product-section-heading--split {
        align-items: start;
        gap: 22px;
    }

    .product-demo-grid,
    .product-faq-grid,
    .product-request-shell {
        gap: 50px;
    }

    .product-related-grid {
        grid-template-columns: 1fr;
    }

    .product-related-card {
        min-height: 170px;
    }
}

@media (max-width: 767px) {
    .product-detail-page {
        padding-bottom: 72px;
    }

    .product-detail-hero {
        padding: 142px 0 78px;
    }

    .product-orb--one {
        width: 30px;
        height: 30px;
    }

    .product-breadcrumb {
        margin-bottom: 28px;
        font-size: 12px;
    }

    .product-detail-hero h1 {
        font-size: clamp(48px, 13.5vw, 60px);
        letter-spacing: -0.065em;
        line-height: 1;
    }

    .pixelr-rtl .product-detail-hero h1 {
        font-size: clamp(46px, 13vw, 58px);
        line-height: 1.2;
    }

    .product-hero-lead {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.75;
    }

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

    .product-btn {
        width: 100%;
    }

    .product-hero-media-grid,
    .product-highlight-grid,
    .product-module-grid,
    .product-gallery-grid,
    .product-form-grid {
        grid-template-columns: 1fr;
    }

    .product-hero-media-grid {
        gap: 34px;
        margin-top: 48px;
    }

    .product-media-frame {
        aspect-ratio: 4 / 3;
    }

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

    .product-section-heading h2,
    .product-demo-copy h2,
    .product-request-copy h2,
    .pixelr-rtl .product-section-heading h2,
    .pixelr-rtl .product-demo-copy h2,
    .pixelr-rtl .product-request-copy h2 {
        font-size: clamp(36px, 10.5vw, 50px);
    }

    .product-highlight-card {
        min-height: 220px;
    }

    .product-module-grid,
    .pixelr-rtl .product-module-grid {
        border-right: 1px solid #cacaca;
        border-left: 1px solid #cacaca;
    }

    .product-module-card,
    .pixelr-rtl .product-module-card {
        min-height: 290px;
        border-right: 0;
        border-left: 0;
    }

    .product-module-card h3 {
        margin-top: 110px;
    }

    .product-demo-stage video,
    .product-video-embed,
    .product-video-poster,
    .product-tour {
        aspect-ratio: auto;
        min-height: 510px;
    }

    .product-tour-slide {
        grid-template-columns: auto minmax(0, 1fr);
        align-content: center;
        padding: 26px 22px;
    }

    .product-tour-visual {
        grid-column: 1 / -1;
        width: 96px;
        height: 96px;
        margin: 10px auto 0;
        font-size: 34px;
    }

    .product-gallery-item,
    .product-gallery-item--wide {
        grid-column: auto;
        min-height: 330px;
    }

    .product-lightbox {
        grid-template-columns: 46px minmax(0, 1fr) 46px;
        padding: 70px 8px 20px;
    }

    .product-lightbox-nav {
        width: 40px;
        height: 40px;
    }

    .product-insight-card summary,
    .product-faq-item summary {
        grid-template-columns: 34px minmax(0, 1fr) 38px;
        gap: 12px;
    }

    .product-insight-card summary strong,
    .product-faq-item summary strong {
        font-size: 18px;
    }

    .product-insight-card > .product-rich-text,
    .pixelr-rtl .product-insight-card > .product-rich-text,
    .product-faq-item p,
    .pixelr-rtl .product-faq-item p {
        padding-right: 0;
        padding-left: 46px;
    }

    .pixelr-rtl .product-insight-card > .product-rich-text,
    .pixelr-rtl .product-faq-item p {
        padding-right: 46px;
        padding-left: 0;
    }

    .product-request-form-card {
        padding: 24px 18px;
        border-radius: 17px;
    }

    .product-form-field--wide {
        grid-column: auto;
    }

    .product-form-submit-row {
        align-items: stretch;
        flex-direction: column;
    }

    .product-mobile-demo-cta {
        position: fixed;
        z-index: 9998;
        right: 14px;
        bottom: 14px;
        left: 14px;
        display: flex;
        min-height: 54px;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 999px;
        background: var(--product-lime);
        color: var(--product-ink) !important;
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.24);
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }
}

@media (max-width: 480px) {
    .product-demo-stage video,
    .product-video-embed,
    .product-video-poster,
    .product-tour {
        min-height: 470px;
    }

    .product-tour {
        padding: 12px;
    }

    .product-tour-controls {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-detail-page *,
    .product-detail-page *::before,
    .product-detail-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
