.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}
.site-header .utility-bar { border-bottom: 1px solid #f1f5f9; min-height: 32px; }
.site-header .utility-link { font-size: 12px; color: #4b5563; text-decoration: none; }
.site-header .utility-link:hover { color: #111827; }
.site-header .main-nav { min-height: 64px; }
.site-header .brand img { height: 32px; width: auto; }
.site-header .nav-link {
    display: inline-flex; align-items: center; gap: 4px; padding: 8px 12px; border-radius: 8px;
    color: #374151; font-size: 14px; font-weight: 500; text-decoration: none; border: 0; background: transparent;
}
.site-header .nav-link:hover { background: #f9fafb; color: #111827; }
.site-header .dropdown-wrap { position: relative; }
.site-header .dropdown-menu {
    display: none; position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff;
    border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 16px 40px rgba(15, 23, 42, .14); padding: 12px;
}
.site-header .dropdown-wrap { padding-bottom: 10px; margin-bottom: -10px; }
.site-header .dropdown-wrap:hover .dropdown-menu,
.site-header .dropdown-wrap:focus-within .dropdown-menu { display: block; }
.site-header .dropdown-menu a {
    display: block; border-radius: 8px; font-size: 13px; color: #374151; padding: 8px 10px; text-decoration: none;
}
.site-header .dropdown-menu a:hover { background: #f8fafc; color: #111827; }
.site-header .product-mega-menu {
    width: 860px;
    padding: 0;
    overflow: hidden;
}
.site-header .product-mega-head {
    padding: 18px 22px 14px;
    border-bottom: 1px solid #f1f5f9;
}
.site-header .product-mega-title {
    margin: 0;
    font-weight: 800;
    font-size: 1.05rem;
    background: linear-gradient(90deg, #f97316, #dc2626);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.site-header .product-mega-subtitle {
    margin: 3px 0 0;
    color: #6b7280;
    font-size: 12px;
}
.site-header .product-mega-body {
    display: flex;
}
.site-header .product-mega-grid {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 14px;
}
.site-header .product-mega-col {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.site-header .product-item {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    border-radius: 10px;
    padding: 10px 10px !important;
}
.site-header .product-item-icon {
    width: 16px;
    height: 16px;
    color: #3b82f6;
    margin-top: 2px;
    flex-shrink: 0;
}
.site-header .product-item strong {
    display: block;
    color: #111827;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 2px;
}
.site-header .product-item small {
    display: block;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.45;
}
.site-header .product-mega-side {
    width: 220px;
    border-left: 1px solid #f1f5f9;
    background: #f8fafc;
    padding: 16px;
}
.site-header .product-mega-side .product-side-title {
    margin: 0 0 8px;
    color: #f97316;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.site-header .product-mega-side a {
    display: block;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    text-decoration: none;
}
.site-header .product-mega-side a:hover { color: #2563eb; }
.site-header .product-mega-foot {
    display: flex;
    gap: 12px;
    border-top: 1px solid #e5e7eb;
    padding: 12px 18px;
    background: #fff;
}
.site-header .product-mega-foot .btn-outline {
    flex: 1;
    border: 2px solid #f97316;
    color: #f97316;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 700;
}
.site-header .product-mega-foot .btn-outline:hover {
    background: #fff7ed;
}
.site-header .solutions-mega-menu {
    width: 640px;
    padding: 0;
    overflow: hidden;
}
.site-header .solutions-mega-body {
    display: flex;
    min-height: 300px;
}
.site-header .solutions-mega-label {
    margin: 0;
    padding: 18px 18px 10px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.site-header .solutions-mega-industries {
    width: 240px;
    border-right: 1px solid #f1f5f9;
}
.site-header .solutions-industry-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    background: transparent;
    color: #374151;
    padding: 10px 18px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}
.site-header .solutions-industry-item svg {
    width: 14px;
    height: 14px;
    color: #9ca3af;
    flex-shrink: 0;
}
.site-header .solutions-industry-item:hover {
    background: #f8fafc;
    color: #111827;
}
.site-header .solutions-industry-item.is-active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}
.site-header .solutions-industry-item.is-active svg {
    color: #3b82f6;
}
.site-header .solutions-mega-usecases {
    flex: 1;
    padding-bottom: 10px;
}
.site-header .solutions-usecase-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 18px 0;
}
.site-header .solutions-usecase-list.is-active {
    display: block;
}
.site-header .solutions-usecase-list li a {
    display: block;
    padding: 7px 0;
    color: #1f2937;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}
.site-header .solutions-usecase-list li a:hover {
    color: #2563eb;
}
.site-header .solutions-mega-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e5e7eb;
    background: #f8fafc;
    padding: 10px 16px;
}
.site-header .solutions-mega-foot span {
    color: #6b7280;
    font-size: 12px;
}
.site-header .solutions-mega-foot a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #ea580c;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.site-header .solutions-mega-foot a svg {
    width: 13px;
    height: 13px;
}
.site-header .company-mega-menu {
    width: 440px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    overflow: hidden;
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.site-header .dropdown-wrap:hover .company-mega-menu,
.site-header .dropdown-wrap:focus-within .company-mega-menu {
    display: grid;
}
.site-header .company-mega-col {
    padding: 18px 16px;
}
.site-header .company-mega-col + .company-mega-col {
    border-left: 1px solid #f1f5f9;
}
.site-header .company-mega-title {
    margin: 0 0 10px;
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.site-header .company-mega-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-header .company-mega-list li a {
    display: block;
    padding: 5px 0;
    color: #374151;
    font-size: 13px;
    text-decoration: none;
}
.site-header .company-mega-list li a:hover {
    color: #2563eb;
}
.site-header .partners-mega-menu {
    width: 560px;
    right: 0;
    left: auto;
    padding: 0;
    overflow: hidden;
}
.site-header .partners-mega-head {
    padding: 16px 22px 12px;
    border-bottom: 1px solid #f1f5f9;
}
.site-header .partners-mega-title {
    margin: 0;
    font-weight: 800;
    font-size: 14px;
    background: linear-gradient(90deg, #f97316, #dc2626);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.site-header .partners-mega-subtitle {
    margin: 3px 0 0;
    color: #6b7280;
    font-size: 12px;
}
.site-header .partners-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    padding: 10px;
}
.site-header .partners-item {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    border-radius: 10px;
    padding: 10px 12px !important;
    text-decoration: none;
}
.site-header .partners-item-icon {
    width: 16px;
    height: 16px;
    color: #3b82f6;
    margin-top: 2px;
    flex-shrink: 0;
}
.site-header .partners-item strong {
    display: block;
    color: #111827;
    font-size: 13px;
    line-height: 1.35;
    margin-bottom: 2px;
}
.site-header .partners-item small {
    display: block;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.45;
}
.site-header .partners-mega-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f1f5f9;
    padding: 10px 16px;
    background: #f8fafc;
}
.site-header .partners-mega-foot span {
    color: #6b7280;
    font-size: 12px;
}
.site-header .partners-mega-foot a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #ea580c;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
.site-header .partners-mega-foot a svg {
    width: 13px;
    height: 13px;
}
.site-header .learn-mega-menu {
    width: 580px;
    right: 0;
    left: auto;
    padding: 0;
    overflow: hidden;
}
.site-header .learn-mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 22px 14px;
    border-bottom: 1px solid #f1f5f9;
}
.site-header .learn-mega-heading {
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 600;
}
.site-header .learn-mega-subtitle {
    margin: 3px 0 0;
    color: #6b7280;
    font-size: 12px;
}
.site-header .learn-mega-open {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #374151;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 10px !important;
    white-space: nowrap;
}
.site-header .learn-mega-open:hover {
    background: #f9fafb;
    color: #111827;
}
.site-header .learn-mega-open svg {
    width: 13px;
    height: 13px;
}
.site-header .learn-mega-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 16px 20px;
}
.site-header .learn-col-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.site-header .learn-col-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    flex-shrink: 0;
}
.site-header .learn-col-icon svg {
    width: 12px;
    height: 12px;
}
.site-header .learn-col-icon.is-green { background: #d1fae5; color: #059669; }
.site-header .learn-col-icon.is-blue { background: #dbeafe; color: #2563eb; }
.site-header .learn-col-icon.is-cyan { background: #cffafe; color: #0891b2; }
.site-header .learn-col-icon.is-orange { background: #ffedd5; color: #ea580c; }
.site-header .learn-col-title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}
.site-header .learn-col-title.is-green { color: #059669; }
.site-header .learn-col-title.is-blue { color: #2563eb; }
.site-header .learn-col-title.is-cyan { color: #0891b2; }
.site-header .learn-col-title.is-orange { color: #9a7560; }
.site-header .learn-col-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-header .learn-col-links li a {
    display: block;
    padding: 5px 0;
    color: #374151;
    font-size: 13px;
    text-decoration: none;
}
.site-header .learn-col-links li a:hover {
    color: #2563eb;
}
.site-header .learn-mega-foot {
    border-top: 1px solid #f1f5f9;
    padding: 10px 22px;
    display: flex;
    justify-content: flex-end;
}
.site-header .learn-mega-cta {
    display: inline-block !important;
    border: 1px solid #f97316;
    color: #ea580c;
    border-radius: 8px;
    text-decoration: none;
    padding: 7px 12px !important;
    font-size: 13px;
    font-weight: 500;
}
.site-header .learn-mega-cta:hover {
    background: #fff7ed;
}
.site-header .btn-contact {
    border: 1px solid #d1d5db; color: #374151; background: #fff; font-size: 14px; font-weight: 500;
    border-radius: 8px; padding: 8px 16px; text-decoration: none;
}
.site-header .btn-demo {
    border: 0; color: #fff; background: #2563eb; font-size: 14px; font-weight: 600;
    border-radius: 8px; padding: 8px 16px; text-decoration: none;
}
.site-header .mobile-toggle { border: 0; background: transparent; color: #374151; padding: 6px; }
.site-header .mobile-panel { display: none; border-top: 1px solid #e5e7eb; padding: 12px 0 16px; max-height: calc(100vh - 58px); overflow-y: auto; overscroll-behavior: contain; }
.site-header .mobile-panel.is-open { display: block; }
.site-header .mobile-link { display: block; padding: 10px 0; text-decoration: none; color: #374151; font-weight: 500; }
.site-header .mobile-heading {
    font-size: 13px;
    color: #111827;
    font-weight: 700;
}
.site-header .mobile-submenu {
    padding-left: 14px;
    display: none;
}
.site-header .mobile-submenu.is-open { display: block; }
.site-header .mobile-submenu .mobile-link {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
}
.site-header .mobile-accordion-toggle {
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.site-header .mobile-accordion-toggle svg {
    transition: transform .2s ease;
    color: #6b7280;
    flex-shrink: 0;
}
.site-header .mobile-accordion-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.homepage-v2 { background: #fff; color: #111827; }
.homepage-v2 .hero-gradient {
    background: linear-gradient(90deg, #f97316, #dc2626);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.homepage-v2 .hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}
.homepage-v2 .cap-card {
    border: 1px solid #e5e7eb; border-radius: 14px; padding: 16px; height: 100%; transition: all .2s ease; background: #fff;
}
.homepage-v2 .cap-card:hover { border-color: #fdba74; box-shadow: 0 8px 24px rgba(0, 0, 0, .08); transform: translateY(-2px); }
.homepage-v2 .arch-box { border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; padding: 10px 12px; font-size: 13px; font-weight: 500; color: #374151; }
.homepage-v2 .natis-core {
    width: 96px; height: 96px; border-radius: 22px; background: linear-gradient(135deg, #f97316, #dc2626);
    color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto;
    box-shadow: 0 12px 35px rgba(220, 38, 38, .25);
}
.homepage-v2 .arch-pill {
    display: flex; align-items: center; gap: 8px; background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px;
    padding: 8px 10px; min-width: 150px; font-size: 12px; font-weight: 500; color: #374151;
}
.homepage-v2 .arch-pill svg { width: 14px; height: 14px; flex-shrink: 0; }
.homepage-v2 .arch-flow-arrow { display: flex; align-items: center; gap: 4px; color: #9ca3af; }
.homepage-v2 .arch-flow { min-width: 1060px; }
.homepage-v2 .arch-flow-line { width: 26px; height: 1px; background: #d1d5db; }
.homepage-v2 .arch-box-ingest { background: #eff6ff; border-color: #bfdbfe; min-width: 170px; }
.homepage-v2 .arch-box-output { background: #f0fdf4; border-color: #bbf7d0; min-width: 170px; }
.homepage-v2 .trusted-box {
    max-width: 760px; margin: 0 auto; border: 2px solid #bfdbfe; border-radius: 22px;
    background: rgba(239, 246, 255, .55); padding: 28px 32px;
}
.homepage-v2 .trusted-logo { display: inline-flex; align-items: center; gap: 10px; }
.homepage-v2 .trusted-logo .label { line-height: 1; }
.homepage-v2 .cap-icon svg {
    width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}

.site-footer-modern {
    background: #0d1117;
    color: #9ca3af;
}
.site-footer-modern [x-cloak] {
    display: none !important;
}
.site-footer-modern .footer-modern-inner {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
}
.site-footer-modern .footer-nav-grid {
    padding-bottom: 3rem;
}
@media (min-width: 992px) {
    .site-footer-modern .footer-nav-grid {
        --bs-gutter-x: 2.5rem;
        --bs-gutter-y: 2.5rem;
    }
}
.site-footer-modern .footer-nav-col .footer-title {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    margin-bottom: 0.75rem;
}
.site-footer-modern .footer-title-accent {
    width: 32px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, #f97316, #ef4444);
    margin-bottom: 1.25rem;
}
.site-footer-modern .footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.site-footer-modern .footer-links a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}
.site-footer-modern .footer-links a:hover {
    color: #fb923c;
}
.site-footer-modern .footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 0;
}
.site-footer-modern .footer-bottom-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    margin-top: 2.5rem;
}
@media (min-width: 768px) {
    .site-footer-modern .footer-bottom-bar {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}
.site-footer-modern .footer-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.site-footer-modern .footer-company-name {
    color: #fff;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 1.35;
}
.site-footer-modern .footer-contact-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.site-footer-modern .footer-contact-icon {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
}
.site-footer-modern .footer-contact-icon svg {
    width: 1rem;
    height: 1rem;
}
.site-footer-modern .footer-contact-icon--tax {
    color: #f97316;
}
.site-footer-modern .footer-contact-icon--phone {
    color: #38bdf8;
}
.site-footer-modern .footer-contact-label {
    font-size: 0.875rem;
    font-weight: 600;
}
.site-footer-modern .footer-contact-label--tax {
    color: #f97316;
}
.site-footer-modern .footer-contact-label--phone {
    color: #38bdf8;
}
.site-footer-modern .footer-sensitive-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    transition: color 0.2s ease;
}
.site-footer-modern .footer-sensitive-toggle:hover {
    color: #cbd5e1;
}
.site-footer-modern .footer-sensitive-value {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
}
.site-footer-modern .footer-sensitive-toggle-icons {
    display: inline-flex;
    align-items: center;
}
.site-footer-modern .footer-sensitive-eye {
    width: 0.875rem;
    height: 0.875rem;
    flex-shrink: 0;
    color: #64748b;
}
.site-footer-modern .footer-sensitive-eye svg {
    width: 0.875rem;
    height: 0.875rem;
}
.site-footer-modern .footer-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}
@media (min-width: 768px) {
    .site-footer-modern .footer-bottom-right {
        align-items: flex-end;
    }
}
.site-footer-modern .footer-social-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.site-footer-modern .footer-social-pill {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.site-footer-modern .footer-social-pill:hover {
    border-color: #f97316;
    color: #f97316;
    background-color: rgba(249, 115, 22, 0.08);
}
.site-footer-modern .footer-social-pill-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.site-footer-modern .footer-social-pill-icon svg {
    width: 18px;
    height: 18px;
}
.site-footer-modern .footer-copyright-short {
    color: #64748b;
    font-size: 0.875rem;
}


@media (max-width: 991.98px) {
    .homepage-v2 .hero-title { font-size: clamp(1.75rem, 6vw, 2.4rem); }
    .homepage-v2 .trusted-box { padding: 22px 20px; border-radius: 18px; }
    .homepage-v2 .arch-flow { min-width: 920px; }
    .site-footer-modern .footer-modern-inner { padding-top: 2.75rem; padding-bottom: 2rem; }
    .site-footer-modern .footer-nav-grid { padding-bottom: 2.25rem; }
    .site-footer-modern .footer-bottom-bar { margin-top: 2rem; }
}

@media (max-width: 767.98px) {
    .site-header .main-nav { min-height: 58px; }
    .site-header .brand img { height: 28px; }
    .site-header .mobile-panel { padding: 10px 0 14px; }
    .site-header .btn-contact,
    .site-header .btn-demo {
        width: 100%;
        text-align: center;
        padding: 10px 14px;
    }

    .homepage-v2 .hero-title { font-size: 1.9rem; }
    .homepage-v2 .cap-card { padding: 14px; }
    .homepage-v2 .arch-flow { min-width: 760px; }
    .homepage-v2 .arch-flow-labels {
        justify-content: flex-start !important;
        min-width: 760px;
        gap: 20px !important;
    }
    .homepage-v2 .arch-box-ingest,
    .homepage-v2 .arch-box-output { min-width: 150px; }
    .homepage-v2 .trusted-box { padding: 18px 14px; }
    .homepage-v2 .trusted-logo { width: 100%; justify-content: center; }

    .site-footer-modern .footer-nav-col .footer-title { font-size: .95rem; margin-bottom: 0.5rem; }
    .site-footer-modern .footer-title-accent { margin-bottom: 0.75rem; }
    .site-footer-modern .footer-links a { font-size: .875rem; }
    .site-footer-modern .footer-company-name { font-size: 1rem; }
    .site-footer-modern .footer-copyright-short { font-size: .8125rem; text-align: center; width: 100%; }
    .site-footer-modern .footer-bottom-right { align-items: center; width: 100%; }
    .site-footer-modern .footer-social-row { justify-content: center; }
}

/* Homepage-only: connector logo rows + partner testimonials */

@keyframes slides-left {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-4752px, 0, 0);
    }
}

.animation-row-one {
    animation: slides-left 198s linear infinite;
}

@keyframes slides-right {
    0% {
        transform: translate3d(-4752px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.animation-row-two {
    animation: slides-right 198s linear infinite;
}

/* Partner testimonials (#recognitions) */
.partners-say-section {
    --partners-say-notch: 32px;
    --partners-say-bg: #f3f4f6;
}

.partners-say-heading {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.02em;
}

.partners-say-marquee {
    overflow: hidden;
    width: 100%;
    margin-inline: -0.5rem;
    padding-inline: 0.5rem;
}

.partners-say-marquee-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.25rem;
    width: max-content;
    animation: partners-say-marquee 90s linear infinite;
    will-change: transform;
}

.partners-say-marquee:hover .partners-say-marquee-track {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .partners-say-marquee-track {
        animation: none;
        transform: none;
    }
}

@keyframes partners-say-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partners-say-card {
    flex: 0 0 auto;
    width: min(100%, 380px);
}

@media (min-width: 1200px) {
    .partners-say-card {
        width: min(100%, 400px);
    }
}

.partners-say-card-inner {
    background: var(--partners-say-bg);
    clip-path: polygon(0% 0%, calc(100% - var(--partners-say-notch)) 0%, 100% var(--partners-say-notch), 100% 100%, 0% 100%);
    padding: 2rem;
    min-height: 100%;
}

.partners-say-name {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.8125rem;
    line-height: 1.35;
    margin: 0 0 1.25rem;
    color: #111827;
}

.partners-say-quote {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #444;
    margin: 0;
}

.partners-say-quote::before {
    content: '"';
}

.partners-say-quote::after {
    content: '"';
}

.partners-say-speaker {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.partners-say-person-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.25rem;
    line-height: 1.35;
}

.partners-say-job-title {
    font-size: 0.8125rem;
    font-weight: 400;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}
