/* Product landing — Zoho-inspired scroll rhythm; nav stays default sticky from style.css */

html.site-product-landing {
    scroll-behavior: smooth;
    scroll-padding-top: var(--site-nav-height, 4.5rem);
    --pl-section-min-height: calc(100svh - var(--site-nav-height, 4.5rem));
    --pl-section-min-height: calc(100dvh - var(--site-nav-height, 4.5rem));
}

@media (prefers-reduced-motion: reduce) {
    html.site-product-landing {
        scroll-behavior: auto;
    }
}

html.site-product-landing #app-content .fragment {
    padding: clamp(3.25rem, 7vw, 5.5rem) 0;
}

html.site-product-landing #app-content .fragment:nth-of-type(even):not(.landing) {
    background: var(--surface, #ffffff);
}

html.site-product-landing #app-content .fragment:nth-of-type(odd):not(.landing) {
    background: var(--light);
}

/* Hero — fill the viewport below sticky nav (matches pl-hscroll-pin rhythm) */
html.site-product-landing #home.landing {
    padding: clamp(3rem, 10vw, 5.5rem) 0 clamp(2.5rem, 7vw, 4rem);
    min-height: var(--pl-section-min-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, var(--surface, #fff) 0%, var(--light, #f8fafc) 100%);
}

/* Standard scroll sections — content-driven height (hero + hscroll pin keep viewport fill) */
html.site-product-landing #app-content .fragment:not(.landing):not(.pl-hscroll-section) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html.site-product-landing #app-content .fragment:not(.landing):not(.pl-hscroll-section) > .container {
    width: 100%;
}

html.site-product-landing #home.landing > .container {
    width: 100%;
}

html.site-product-landing .pl-hero {
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
}

html.site-product-landing .pl-hero__copy {
    text-align: center;
}

html.site-product-landing .pl-hero__visual {
    margin: 0 auto;
    max-width: 52rem;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow:
        0 24px 48px rgba(15, 23, 42, 0.14),
        0 0 0 1px rgba(15, 23, 42, 0.06);
}

html.site-product-landing .pl-hero__visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

@media (max-width: 899px) {
    html.site-product-landing .pl-hero {
        grid-template-columns: 1fr;
    }

    html.site-product-landing .pl-hero__visual {
        max-width: 100%;
    }

    html.site-product-landing #home.landing h1 {
        max-width: none;
    }
}

@media (min-width: 900px) {
    html.site-product-landing .pl-hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    }

    html.site-product-landing .pl-hero__copy {
        text-align: left;
    }

    html.site-product-landing #home.landing .landing-tagline,
    html.site-product-landing #home.landing .pl-hero-ctas {
        margin-left: 0;
        margin-right: auto;
    }
}

html.site-product-landing #home.landing .pl-eyebrow {
    margin-bottom: 0.85rem;
    color: var(--accent, #ea580c);
}

html.site-product-landing #home.landing h1 {
    font-size: clamp(2.25rem, 6vw, 3.75rem);
    margin: 0 0 1rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
    max-width: 14ch;
}

html.site-product-landing #home.landing .pl-hero__copy h1 {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 900px) {
    html.site-product-landing #home.landing .pl-hero__copy h1 {
        margin-left: 0;
        margin-right: 0;
    }
}

html.site-product-landing #home.landing .landing-tagline {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    max-width: 38rem;
    margin: 0 auto 1.75rem;
    line-height: 1.65;
    color: var(--text-muted, #475569);
}

html.site-product-landing .pl-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    justify-content: center;
    align-items: center;
}

html.site-product-landing .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--primary, #2563eb);
    color: var(--primary, #2563eb);
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

html.site-product-landing .btn-secondary:hover {
    background: var(--primary, #2563eb);
    color: #fff;
    transform: translateY(-1px);
}

html.site-product-landing .pl-section-intro--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

html.site-product-landing .pl-section-intro--center .pl-lead {
    margin-left: auto;
    margin-right: auto;
}

/* Three-column value pillars — light surface when no full-bleed bg (Benefits / #pillars) */
html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) {
    padding: clamp(2.25rem, 5vw, 3.75rem) 0;
    background: #f1f5f9 !important;
    color: #334155;
}

html.site-product-landing #app-content .fragment.pl-pillar-section:not(:has(> .pl-section-bg img)):nth-of-type(even):not(.landing),
html.site-product-landing #app-content .fragment.pl-pillar-section:not(:has(> .pl-section-bg img)):nth-of-type(odd):not(.landing) {
    background: #f1f5f9 !important;
}

html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) .pl-eyebrow {
    color: #fb923c;
}

html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) .pl-lead {
    color: #475569;
}

html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) h2,
html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) h3 {
    color: #0f172a;
    font-weight: 700;
}

html.site-product-landing .pl-pillar-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    html.site-product-landing .pl-pillar-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) .pl-pillar-card {
    padding: clamp(1.35rem, 3vw, 1.75rem);
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    text-align: center;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) .pl-pillar-card p {
    color: #475569;
}

html.site-product-landing .pl-pillar-section:not(:has(> .pl-section-bg img)) .pl-pillar-card:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) .pl-pillar-card {
    padding: clamp(1.35rem, 3vw, 1.75rem);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    text-align: center;
    transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) .pl-pillar-card p {
    color: #cbd5e1;
}

html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) .pl-pillar-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.16);
}

html.site-product-landing .pl-pillar-card__icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--primary, #2563eb) 12%, transparent);
}

/* Industry category grid */
html.site-product-landing .pl-industry-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 600px) {
    html.site-product-landing .pl-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    html.site-product-landing .pl-industry-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

html.site-product-landing .pl-industry-card {
    border-radius: 1rem;
    overflow: hidden;
    background: var(--surface, #fff);
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translateY(1.5rem);
}

html.site-product-landing .pl-industry-card.is-visible {
    opacity: 1;
    transform: none;
}

html.site-product-landing .pl-industry-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.12);
}

html.site-product-landing .pl-industry-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

html.site-product-landing .pl-industry-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

html.site-product-landing .pl-industry-card:hover .pl-industry-card__media img {
    transform: scale(1.06);
}

html.site-product-landing .pl-industry-card__body {
    padding: 1.15rem 1.25rem 1.35rem;
}

/* Experience / trust cards */
html.site-product-landing .pl-experience-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 900px) {
    html.site-product-landing .pl-experience-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }
}

html.site-product-landing .pl-experience-card {
    border-radius: 1rem;
    overflow: hidden;
    background: var(--surface, #fff);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

html.site-product-landing .pl-experience-card.is-card-active,
html.site-product-landing .pl-experience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 52px rgba(15, 23, 42, 0.14);
}

html.site-product-landing .pl-experience-card__media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(145deg, #0ea5e9, #6366f1);
}

html.site-product-landing .pl-experience-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

html.site-product-landing .pl-experience-card__body {
    padding: 1.25rem 1.35rem 1.5rem;
    flex: 1;
}

/* CTA band */
html.site-product-landing .pl-cta-band {
    padding: clamp(3rem, 8vw, 4.5rem) 0;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--primary, #2563eb) 92%, #0f172a) 0%,
        color-mix(in srgb, var(--primary, #2563eb) 70%, #1e293b) 100%
    );
    color: #fff;
}

html.site-product-landing .pl-cta-band__inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    html.site-product-landing .pl-cta-band__inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    html.site-product-landing .pl-cta-band__copy {
        max-width: 36rem;
    }

    html.site-product-landing .pl-cta-band .pl-hero-ctas {
        justify-content: flex-end;
        flex-shrink: 0;
    }
}

html.site-product-landing .pl-cta-band h2 {
    color: #fff;
    margin-bottom: 0.5rem;
}

html.site-product-landing .pl-cta-band .pl-lead {
    color: rgba(255, 255, 255, 0.88);
    max-width: none;
}

html.site-product-landing .pl-cta-band .btn-primary {
    background: #fff;
    color: var(--primary, #2563eb);
}

html.site-product-landing .pl-cta-band .btn-secondary {
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
}

html.site-product-landing .pl-cta-band .btn-secondary:hover {
    background: #fff;
    color: var(--primary, #2563eb);
}

/* FAQ accordion */
html.site-product-landing .pl-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: 48rem;
}

html.site-product-landing .pl-faq-section .faq-item {
    border-radius: 0.75rem;
    background: var(--surface, #fff);
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
    padding: 0.15rem 1rem;
    border: 1px solid color-mix(in srgb, var(--text-muted, #5c6578) 18%, transparent);
}

html.site-product-landing .pl-faq-section .faq-item summary {
    cursor: pointer;
    font-weight: 600;
    padding: 0.85rem 0;
    list-style: none;
}

html.site-product-landing .pl-faq-section .faq-item summary::-webkit-details-marker {
    display: none;
}

html.site-product-landing .pl-faq-section .faq-item[open] {
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}

html.site-product-landing .pl-faq-section .faq-item p {
    margin: 0 0 1rem;
    color: var(--text-muted, #5c6578);
    line-height: 1.6;
}


html.site-product-landing .fragment h2 {
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    margin: 0 0 1rem;
}

html.site-product-landing .fragment h3 {
    font-size: clamp(1.05rem, 2.5vw, 1.2rem);
    margin: 0 0 0.5rem;
}

/* Shared motion tokens */
html.site-product-landing .pl-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary, #2563eb);
    margin-bottom: 0.65rem;
}

html.site-product-landing .pl-lead {
    max-width: 36rem;
    margin: 0;
    font-size: clamp(1rem, 2.2vw, 1.125rem);
    line-height: 1.6;
    color: var(--text-muted, #5c6578);
}

html.site-product-landing .pl-lead:empty,
html.site-product-landing .pl-eyebrow:empty {
    display: none;
}

html.site-product-landing .pl-section-intro {
    max-width: 40rem;
    margin-bottom: clamp(2rem, 5vw, 3rem);
}

html.site-product-landing .pl-section-intro h2 {
    margin-bottom: 0.75rem;
}

/* txt_anim-style staggered reveals */
html.site-product-landing .pl-animate {
    opacity: 0;
    transform: translateY(1.75rem);
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--pl-delay, 0) * 80ms);
}

html.site-product-landing .pl-animate-group.is-visible .pl-animate,
html.site-product-landing .pl-animate.is-visible {
    opacity: 1;
    transform: none;
}

/* Section reveal — stronger than before */
html.site-product-landing .fragment.pl-reveal {
    opacity: 0;
    transform: translateY(2.75rem);
    transition:
        opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

html.site-product-landing .fragment.pl-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Keep full-section backgrounds visible while content reveals */
html.site-product-landing .fragment.pl-reveal:has(.pl-section-bg) {
    opacity: 1;
    transform: none;
}

html.site-product-landing .fragment.pl-reveal:has(> .pl-section-bg):not(.is-visible) > .container {
    opacity: 0;
    transform: translateY(2.75rem);
}

html.site-product-landing .fragment.pl-reveal:has(> .pl-section-bg).is-visible > .container {
    opacity: 1;
    transform: none;
    transition:
        opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Horizontal scroll track (pinned section / carousel-style track) */
html.site-product-landing #app-content .fragment.pl-hscroll-section {
    padding: 0;
    scroll-margin-top: var(--site-nav-height, 4.5rem);
    overflow: clip;
    background: transparent !important;
}

html.site-product-landing .pl-hscroll-pin {
    position: sticky;
    top: var(--site-nav-height, 4.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--pl-section-min-height);
    padding: clamp(2rem, 5vw, 3.5rem) 0;
    gap: 1.5rem;
    overflow: hidden;
}

html.site-product-landing .pl-hscroll-section-bg,
html.site-product-landing .pl-section-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(125deg, #1e293b 0%, #334155 45%, #64748b 100%);
}

html.site-product-landing .pl-hscroll-section-bg img,
html.site-product-landing .pl-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
}

html.site-product-landing .pl-hscroll-section-bg::after,
html.site-product-landing .pl-section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.72) 0%,
        rgba(15, 23, 42, 0.52) 42%,
        rgba(15, 23, 42, 0.68) 100%
    );
}

/* Full-section backgrounds on standard (non-hscroll) sections */
html.site-product-landing .fragment:has(> .pl-section-bg img) {
    position: relative;
    overflow: hidden;
    background: transparent !important;
}

html.site-product-landing .fragment:has(> .pl-section-bg img) > .container {
    position: relative;
    z-index: 1;
}

html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-section-intro .pl-eyebrow,
html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-about-section__intro .pl-eyebrow {
    color: #fb923c;
}

html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-section-intro h2,
html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-about-section__intro h2,
html.site-product-landing #contact:has(> .pl-section-bg img) h2 {
    color: #f8fafc;
}

html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-section-intro .pl-lead,
html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-about-section__intro .pl-lead {
    color: #cbd5e1;
}

html.site-product-landing #home.landing:has(> .pl-section-bg img) h1 {
    color: #f8fafc;
}

html.site-product-landing #home.landing:has(> .pl-section-bg img) .landing-tagline {
    color: #cbd5e1;
}

html.site-product-landing #contact:has(> .pl-section-bg img) .contact-details,
html.site-product-landing #contact:has(> .pl-section-bg img) .contact-details a {
    color: #e2e8f0;
}

html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) {
    padding: clamp(2.25rem, 5vw, 3.75rem) 0;
    background: transparent !important;
    color: #f8fafc;
}

html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) .pl-eyebrow {
    color: #fb923c;
}

html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) .pl-lead {
    color: #cbd5e1;
}

html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) h2,
html.site-product-landing .pl-pillar-section:has(> .pl-section-bg img) h3 {
    color: #f8fafc;
}


html.site-product-landing .pl-hscroll-intro,
html.site-product-landing .pl-hscroll-stage {
    position: relative;
    z-index: 1;
}

html.site-product-landing .pl-hscroll-section .pl-hscroll-intro .pl-eyebrow {
    color: #fb923c;
}

html.site-product-landing .pl-hscroll-section .pl-hscroll-intro h2 {
    color: #f8fafc;
}

html.site-product-landing .pl-hscroll-section .pl-hscroll-intro .pl-lead {
    color: #cbd5e1;
}

html.site-product-landing .pl-hscroll-intro h2 {
    margin-bottom: 0.5rem;
}

html.site-product-landing .pl-hscroll-stage {
    position: relative;
    min-height: clamp(15rem, 44vw, 24rem);
}

html.site-product-landing .pl-hscroll-viewport {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    padding-left: max(1rem, calc((100vw - var(--container-max, 72rem)) / 2 + 1rem));
    padding-right: max(1rem, calc((100vw - var(--container-max, 72rem)) / 2 + 1rem));
}

html.site-product-landing .pl-hscroll-track {
    display: flex;
    gap: clamp(0.75rem, 1.2vw, 1rem);
    width: max-content;
    padding-right: 0;
    will-change: transform;
    transform-origin: left center;
}

html.site-product-landing .pl-hscroll-card {
    box-sizing: border-box;
    flex: 0 0 var(--pl-hscroll-card-basis, calc(48vw - 0.75rem));
    flex-shrink: 0;
    border-radius: 1rem;
    background: var(--surface, #fff);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* Carousel cards stay visible — no stagger fade/slide on the track */
html.site-product-landing .pl-hscroll-card.pl-animate-group {
    opacity: 1;
    transform: none;
    transition: none;
}

/* Translate-only motion — no parallax scale on pinned carousel media */
html.site-product-landing .pl-hscroll-card .pl-parallax img {
    transform: scale(1.04);
    will-change: auto;
}

html.site-product-landing .pl-hscroll-card__media {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: linear-gradient(135deg, var(--primary, #2563eb) 0%, #7c3aed 100%);
}

html.site-product-landing .pl-hscroll-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.04);
    transition: transform 0.6s ease;
}

html.site-product-landing .pl-hscroll-card:hover .pl-hscroll-card__media img {
    transform: scale(1.08);
}

html.site-product-landing .pl-hscroll-card__body {
    padding: 1.15rem 1.25rem 1.35rem;
}

html.site-product-landing .pl-hscroll-card__body h3 {
    margin-top: 0.25rem;
}

/* Alternating feature rows (Zoho report / exp sections) */
html.site-product-landing .pl-feature-rows {
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 8vw, 5rem);
}

html.site-product-landing .pl-feature-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
}

@media (min-width: 900px) {
    html.site-product-landing .pl-feature-row {
        grid-template-columns: 1fr 1fr;
        gap: clamp(2rem, 5vw, 3.5rem);
    }

    html.site-product-landing .pl-feature-row[data-pl-side='left'] .pl-feature-row__content {
        order: 2;
    }

    html.site-product-landing .pl-feature-row[data-pl-side='left'] .pl-feature-row__media {
        order: 1;
    }
}

html.site-product-landing .pl-feature-row__content {
    --pl-slide-x: 2.5rem;
}

html.site-product-landing .pl-feature-row[data-pl-side='left'] .pl-feature-row__content {
    --pl-slide-x: -2.5rem;
}

html.site-product-landing .pl-feature-row__media {
    --pl-slide-x: 2.5rem;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(145deg, #e2e8f0, #cbd5e1);
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1);
}

html.site-product-landing .pl-feature-row[data-pl-side='left'] .pl-feature-row__media {
    --pl-slide-x: -2.5rem;
}

html.site-product-landing .pl-feature-row__media img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

html.site-product-landing .pl-feature-row:not(.is-row-visible) .pl-feature-row__content,
html.site-product-landing .pl-feature-row:not(.is-row-visible) .pl-feature-row__media {
    opacity: 0;
    transform: translateX(var(--pl-slide-x, 2.5rem));
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

html.site-product-landing .pl-feature-row.is-row-visible .pl-feature-row__content,
html.site-product-landing .pl-feature-row.is-row-visible .pl-feature-row__media {
    opacity: 1;
    transform: none;
}

html.site-product-landing .pl-feature-row.is-row-visible .pl-feature-row__media {
    transition-delay: 0.12s;
}

/* Feature showcase — readable row copy on light surfaces (#features) */
html.site-product-landing .pl-feature-showcase:not(:has(> .pl-section-bg img)) {
    background: #f1f5f9 !important;
}

html.site-product-landing #app-content .fragment.pl-feature-showcase:not(:has(> .pl-section-bg img)):nth-of-type(even):not(.landing),
html.site-product-landing #app-content .fragment.pl-feature-showcase:not(:has(> .pl-section-bg img)):nth-of-type(odd):not(.landing) {
    background: #f1f5f9 !important;
}

html.site-product-landing .pl-feature-showcase:not(:has(> .pl-section-bg img)) .pl-section-intro .pl-eyebrow {
    color: #fb923c;
}

html.site-product-landing .pl-feature-showcase:not(:has(> .pl-section-bg img)) .pl-section-intro h2 {
    color: #0f172a;
}

html.site-product-landing .pl-feature-showcase:not(:has(> .pl-section-bg img)) .pl-section-intro .pl-lead {
    color: #475569;
}

html.site-product-landing .pl-feature-showcase:has(> .pl-section-bg img) .pl-feature-row__content,
html.site-product-landing #features:has(> .pl-section-bg img) .pl-feature-row__content {
    background: transparent;
}

html.site-product-landing .pl-feature-showcase:has(> .pl-section-bg img) .pl-feature-row__content .pl-eyebrow,
html.site-product-landing #features:has(> .pl-section-bg img) .pl-feature-row__content .pl-eyebrow {
    color: #fb923c;
}

html.site-product-landing .pl-feature-showcase:has(> .pl-section-bg img) .pl-feature-row__content h3,
html.site-product-landing #features:has(> .pl-section-bg img) .pl-feature-row__content h3 {
    color: #f8fafc;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.35);
}

html.site-product-landing .pl-feature-showcase:has(> .pl-section-bg img) .pl-feature-row__content p,
html.site-product-landing #features:has(> .pl-section-bg img) .pl-feature-row__content p {
    color: #cbd5e1;
    line-height: 1.65;
    text-shadow: 0 1px 2px rgba(15, 23, 42, 0.3);
}

html.site-product-landing .pl-feature-showcase:not(:has(> .pl-section-bg img)) .pl-feature-row__content .pl-eyebrow {
    color: #fb923c;
}

html.site-product-landing .pl-feature-showcase:not(:has(> .pl-section-bg img)) .pl-feature-row__content h3 {
    color: #0f172a;
    font-weight: 700;
}

html.site-product-landing .pl-feature-showcase:not(:has(> .pl-section-bg img)) .pl-feature-row__content p {
    color: #475569;
    line-height: 1.65;
}

/* About section — intro + stacked card carousel */
html.site-product-landing .pl-about-section__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 900px) {
    html.site-product-landing .pl-about-section__grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: clamp(2rem, 5vw, 3.5rem);
        align-items: center;
    }
}

html.site-product-landing .pl-about-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
}

html.site-product-landing .pl-about-carousel__viewport {
    position: relative;
    width: 100%;
    min-height: clamp(18rem, 42vw, 24rem);
    perspective: 1200px;
}

html.site-product-landing .pl-about-carousel__track {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

html.site-product-landing .pl-about-card {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(100%, 34rem);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 1rem;
    background: var(--surface, #fff);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
    transform: translateX(-50%) scale(0.88);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.55s ease;
}

html.site-product-landing .pl-about-card.is-active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    z-index: 3;
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.14);
    pointer-events: auto;
}

html.site-product-landing .pl-about-card.is-prev {
    opacity: 0.72;
    transform: translateX(calc(-50% - 14%)) scale(0.9);
    z-index: 2;
}

html.site-product-landing .pl-about-card.is-next {
    opacity: 0.72;
    transform: translateX(calc(-50% + 14%)) scale(0.9);
    z-index: 2;
}

html.site-product-landing .pl-about-card.is-hidden {
    opacity: 0;
    transform: translateX(-50%) scale(0.88);
    z-index: 0;
    pointer-events: none;
}

/* Carousel cards use deck transitions only — not pl-animate reveals */
html.site-product-landing .pl-about-card .pl-animate,
html.site-product-landing .pl-about-card.pl-animate-group {
    opacity: 1;
    transform: none;
    transition: none;
}

html.site-product-landing .pl-about-card__media {
    border-radius: 0.75rem;
    overflow: hidden;
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
}

html.site-product-landing .pl-about-card__media img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

html.site-product-landing .pl-about-card__content h3 {
    margin: 0 0 0.5rem;
}

html.site-product-landing .pl-about-card__content p {
    margin: 0;
}

@media (min-width: 640px) {
    html.site-product-landing .pl-about-card {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
}

html.site-product-landing .pl-about-carousel__controls {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

html.site-product-landing .pl-about-carousel__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    background: var(--surface, #fff);
    color: var(--text, #0f172a);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

html.site-product-landing .pl-about-carousel__btn:hover,
html.site-product-landing .pl-about-carousel__btn:focus-visible {
    background: #f8fafc;
    border-color: rgba(15, 23, 42, 0.2);
    transform: translateY(-1px);
    outline: none;
}

html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-about-carousel__btn {
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(248, 250, 252, 0.2);
    color: #f8fafc;
}

html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-about-carousel__btn:hover,
html.site-product-landing .fragment:has(> .pl-section-bg img) .pl-about-carousel__btn:focus-visible {
    background: rgba(15, 23, 42, 0.72);
    border-color: rgba(248, 250, 252, 0.35);
}

/* Parallax media */
html.site-product-landing .pl-parallax img {
    will-change: transform;
}

/* Legacy grids still used on non-track builds */
html.site-product-landing .services-grid,
html.site-product-landing .events-grid,
html.site-product-landing .gallery-grid {
    gap: 1.25rem;
    margin-top: 1.25rem;
}

html.site-product-landing .service-card {
    padding: 1.25rem 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
    html.site-product-landing .fragment.pl-reveal,
    html.site-product-landing .pl-animate,
    html.site-product-landing .pl-feature-row__content,
    html.site-product-landing .pl-feature-row__media,
    html.site-product-landing .pl-about-card {
        opacity: 1 !important;
        transform: translateX(-50%) scale(1) !important;
        transition: none !important;
    }

    html.site-product-landing .pl-about-card:not(.is-active) {
        display: none;
    }

    html.site-product-landing .pl-industry-card,
    html.site-product-landing .pl-experience-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

@media (min-width: 768px) {
    html.site-product-landing #contact > .container {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        column-gap: 2rem;
        align-content: start;
    }

    html.site-product-landing #contact > .container > h2 {
        grid-column: 1 / -1;
    }

    html.site-product-landing #contact .contact-form-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    html.site-product-landing #app-content .fragment {
        padding: clamp(2.5rem, 10vw, 3.5rem) 0;
    }

    html.site-product-landing #app-content .fragment.pl-hscroll-section {
        padding: 0;
    }

    html.site-product-landing #home.landing {
        padding: clamp(3rem, 12vw, 4.5rem) 0 clamp(2.5rem, 8vw, 3.5rem);
    }

    html.site-product-landing .pl-hscroll-pin {
        position: relative;
        min-height: auto;
    }

    html.site-product-landing .pl-hscroll-viewport {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 0.5rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    html.site-product-landing .pl-hscroll-viewport::-webkit-scrollbar {
        display: none;
    }

    html.site-product-landing .pl-hscroll-track {
        transform: none !important;
    }

    html.site-product-landing .pl-hscroll-stage {
        min-height: clamp(13rem, 52vw, 18rem);
    }

    html.site-product-landing .pl-hscroll-card {
        scroll-snap-align: start;
    }
}
