/**
 * @author Novatek Team
 * @copyright Copyright (c) Novatek
 * @package Novatek_Cms
 */

/* ------------------------------------------------------------
   Base layout overrides (match partner landing)
------------------------------------------------------------ */

body.about-us-promo {
    background: #0b1220;
}

body.about-us-promo .columns {
    --sectionMargin: 0;
}

body.about-us-promo .page-main {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

body.about-us-promo .page-main > .columns,
body.about-us-promo .page-main .column.main {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

/* ---------- HEADER: paint ONE layer only ---------- */
.about-us-promo .page-header {
    background: linear-gradient(135deg, #0F1F2F 0%, #005A9C 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

/* Make inner header wrappers transparent so gradients don't stack */
body.about-us-promo .page-header .panel.wrapper,
body.about-us-promo .page-header .header-bottom-wrap-bottom::before,
body.about-us-promo .page-header .header.panel,
body.about-us-promo .page-header .header.content,
body.about-us-promo .page-header .nav-sections,
body.about-us-promo .page-header .navigation,
body.about-us-promo .page-header .header-top,
body.about-us-promo .page-header .header-page-nav,
body.about-us-promo .page-header .header-bottom,
body.about-us-promo .page-header .header-bottom-wrap-top,
body.about-us-promo .page-header .header-bottom-wrap-bottom {
    background: transparent !important;
    box-shadow: none !important;
}

/* Slightly stronger backing for the navigation row (readability) */
body.about-us-promo .page-header .header-page-nav {
    background: rgba(15, 31, 47, 0.28) !important;
    backdrop-filter: blur(8px);
}

/* Optional: make top panel a bit more subtle */
body.about-us-promo .page-header .panel.wrapper {
    background: rgba(15, 31, 47, 0.18) !important;
    backdrop-filter: blur(8px);
}



/* Search input (if present) */
body.about-us-promo .page-header input[type="text"],
body.about-us-promo .page-header input[type="search"] {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
}

body.about-us-promo .page-header input[type="text"]::placeholder,
body.about-us-promo .page-header input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.70);
}

/* Minicart counter */
body.about-us-promo .minicart-wrapper .counter.qty {
    background: #FFC009 !important;
    color: #0F1F2F !important;
    font-weight: 900;
}

/* ---------- FOOTER: same layer-safe idea ---------- */
body.about-us-promo .page-footer {
    background: linear-gradient(230deg, #0F1F2F 0%, #005A9C 100%) !important;
    color: rgba(255, 255, 255, 0.86);
}

body.about-us-promo .page-footer .footer.content,
body.about-us-promo .page-footer .footer-container,
body.about-us-promo .page-footer .footer.links,
body.about-us-promo .page-footer .copyright {
    background: transparent !important;
}

body.about-us-promo .page-footer a,
body.about-us-promo .page-footer p {
    color: rgba(255, 255, 255, 0.86) !important;
}

body.about-us-promo .page-footer a:hover {
    color: #FFC009 !important;
}

body.about-us-promo .page-wrapper {
    background: #0b1220;
}

body.about-us-promo .breadcrumbs {
    display: none;
}

.novatek-about-landing .about-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px 0 120px;
    background:
        linear-gradient(135deg, rgba(11, 18, 32, 0.78) 0%, rgba(11, 18, 32, 0.92) 55%, rgba(15, 27, 45, 0.98) 100%),
        var(--hero-image) center / cover no-repeat;
    overflow: hidden;
    isolation: isolate;
}

.novatek-about-landing .about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(600px 280px at 12% 20%, rgba(57, 208, 255, 0.35), transparent 60%),
        radial-gradient(520px 320px at 90% 10%, rgba(30, 107, 255, 0.32), transparent 65%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 140px);
    opacity: 0.7;
    pointer-events: none;
}

.novatek-about-landing .about-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.novatek-about-landing .about-hero-logo {
    width: 100%;
    max-width: 900px;
    opacity: 0.9;
}

.novatek-about-landing .about-hero-logo img {
    width: 80%;
    height: auto;
    display: block;
    filter: drop-shadow(0 24px 50px rgba(5, 12, 26, 0.6));
}

.novatek-about-landing .about-hero-lower {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: start;
}

.novatek-about-landing .about-hero-content {
    max-width: 520px;
}

.novatek-about-landing .about-hero .hero-title {
    font-size: clamp(2.1rem, 3vw, 3.2rem);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.08;
    white-space: nowrap;
}

.novatek-about-landing .hero-lead {
    font-size: 1.2rem;
    color: #d6e8ff;
    margin-bottom: 16px;
}

.novatek-about-landing .hero-subtitle--strong {
    font-size: 1.05rem;
    color: #f2f7ff;
    font-weight: 600;
}

.novatek-about-landing .about-hero-visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 320px;
    overflow: hidden;
    align-self: end;
}

.novatek-about-landing .about-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.9;
    pointer-events: none;
}

.novatek-about-landing .about-hero-visual img {
    position: relative;
    width: min(700px, 110%);
    height: auto;
    opacity: 0.82;
    transition: opacity 0.3s ease, filter 0.3s ease, transform 0.3s ease;
    will-change: opacity, filter, transform;
    transform: translateY(-6px) scale(1.35);
    overflow: visible;
    filter: drop-shadow(0 26px 4px rgba(57, 208, 255, 0.15)) drop-shadow(0 0 32px rgba(57, 208, 255, 0.1));
}

.novatek-about-landing .about-hero-visual:hover img {
    filter: drop-shadow(0 20px 40px rgba(5, 12, 26, 0.6));
    opacity: 1;
}

.novatek-about-landing .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1px solid rgba(57, 208, 255, 0.35);
    background: rgba(12, 22, 36, 0.7);
    color: #d9ecff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
    margin-bottom: 20px;
}

.novatek-about-landing .hero-subtitle {
    font-size: 1.1rem;
    color: #cfe1f9;
    margin-bottom: 32px;
}

.novatek-about-landing .about-metrics {
    padding-top: 90px;
}

.novatek-about-landing .metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.novatek-about-landing .metric-card {
    position: relative;
    padding: 26px 28px 28px;
    border-radius: var(--radius-md);
    background: linear-gradient(160deg, rgba(12, 22, 36, 0.95), rgba(16, 30, 50, 0.9));
    border: 1px solid rgba(140, 175, 255, 0.2);
    box-shadow: var(--c-shadow-soft);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 170px;
    transition: transform 0.25s ease, background 0.25s ease;
    will-change: transform;
}

.novatek-about-landing .metric-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 0%, rgba(57, 208, 255, 0.16), transparent 55%);
    opacity: 0.7;
    pointer-events: none;
}

.novatek-about-landing .metric-card:hover {
    transform: translateY(-4px) scale(1.02);
    background: linear-gradient(160deg, rgba(18, 34, 58, 0.98), rgba(22, 40, 70, 0.94));
}

.novatek-about-landing .metric-card > * {
    position: relative;
    z-index: 1;
}

.novatek-about-landing .metric-value {
    font-size: 2.4rem;
    font-weight: 700;
    color: #f5f9ff;
    margin-bottom: 4px;
    font-family: "Space Grotesk", sans-serif;
}

.novatek-about-landing .metric-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    color: rgba(210, 228, 255, 0.7);
    margin-bottom: 12px;
}

.novatek-about-landing .metric-card p {
    margin: 0;
    color: #c3d7ef;
}

.novatek-about-landing .about-process .section-title {
    margin-bottom: 34px;
    color: #f0f6ff;
}

.novatek-about-landing .about-usecases .section-title,
.novatek-about-landing .about-partnership .section-title,
.novatek-about-landing .about-innovation .section-title {
    color: #f0f6ff;
}

.novatek-about-landing .about-partnership {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #0b1220;
}

.novatek-about-landing .about-partnership .container {
    position: relative;
    z-index: 1;
}

.novatek-about-landing .about-partnership-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.novatek-about-landing .about-partnership-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 20, 0.68);
}

.novatek-about-landing .about-partnership-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) brightness(0.6) contrast(1.05);
    opacity: 0.55;
}

.novatek-about-landing .about-partnership .partner-options {
    position: relative;
}

.novatek-about-landing .about-partnership .partner-options-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.novatek-about-landing .about-partnership .partner-options-card {
    position: relative;
    padding: 38px;
    border-radius: var(--radius-lg);
    background: none;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.novatek-about-landing .about-partnership .partner-options-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 20% 0%, rgba(57, 208, 255, 0.12), transparent 45%);
    opacity: 0.6;
    pointer-events: none;
}

.novatek-about-landing .about-partnership .partner-options-card > * {
    position: relative;
    z-index: 1;
}

.novatek-about-landing .about-partnership .partner-options-card h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    margin-bottom: 10px;
}

.novatek-about-landing .about-partnership .section-intro {
    max-width: 720px;
    margin: 0;
    text-align: left;
    color: var(--c-muted);
}

.novatek-about-landing .about-partnership .partner-tabs-layout {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 28px;
    align-items: start;
}

.novatek-about-landing .about-partnership .partner-tabs {
    display: grid;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    background: rgba(8, 15, 26, 0.35);
    border: 1px solid rgba(140, 175, 255, 0.14);
}

.novatek-about-landing .about-partnership .partner-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(140, 175, 255, 0.18);
    background: rgba(9, 17, 30, 0.35);
    color: var(--c-muted);
    border-radius: 14px;
    padding: 14px 16px;
    text-align: left;
    cursor: pointer;
    font-size: 0.92rem;
    line-height: 1.4;
    transition: border 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.novatek-about-landing .about-partnership .partner-tab:hover {
    border-color: rgba(57, 208, 255, 0.4);
    color: #e3efff;
}

.novatek-about-landing .about-partnership .partner-tab::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(140, 175, 255, 0.4);
    box-shadow: 0 0 0 6px rgba(57, 208, 255, 0.08);
    flex: 0 0 auto;
}

.novatek-about-landing .about-partnership .partner-tab.is-active {
    background: rgba(30, 107, 255, 0.2);
    border-color: rgba(57, 208, 255, 0.6);
    color: #f1f6ff;
    transform: translateX(2px);
    box-shadow: 0 12px 24px rgba(5, 12, 26, 0.3);
}

.novatek-about-landing .about-partnership .partner-tab.is-active::before {
    background: var(--c-accent-2);
    box-shadow: 0 0 0 6px rgba(57, 208, 255, 0.2);
}

.novatek-about-landing .about-partnership .partner-tab:focus-visible {
    outline: 2px solid rgba(57, 208, 255, 0.6);
    outline-offset: 2px;
}

.novatek-about-landing .about-partnership .partner-panels {
    position: relative;
}

.novatek-about-landing .about-partnership .partner-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, rgba(9, 17, 30, 0.62), rgba(18, 34, 58, 0.52));
    border: 1px solid rgba(140, 175, 255, 0.22);
    border-radius: var(--radius-md);
    padding: 26px 28px;
    min-height: 260px;
    box-shadow: 0 18px 40px rgba(5, 12, 26, 0.35);
}

.novatek-about-landing .about-partnership .partner-panel[hidden] {
    display: none;
}

.novatek-about-landing .about-partnership .partner-panel::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    top: -80px;
    background: radial-gradient(circle at center, rgba(57, 208, 255, 0.2), transparent 70%);
    opacity: 0.55;
    z-index: 0;
    pointer-events: none;
}

.novatek-about-landing .about-partnership .partner-panel > * {
    position: relative;
    z-index: 1;
}

.novatek-about-landing .about-partnership .partner-panel-tagline {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(57, 208, 255, 0.25), rgba(30, 107, 255, 0.18));
    color: #d7ebff;
    font-size: 0.85rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.novatek-about-landing .about-partnership .partner-panel h3 {
    font-size: 1.35rem;
}

.novatek-about-landing .about-partnership .partner-panel-cta {
    margin-top: 18px;
}

.novatek-about-landing .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    position: relative;
    padding-top: 8px;
}

.novatek-about-landing .process-grid::before {
    content: none;
}

.novatek-about-landing .process-step {
    position: relative;
    padding: 34px 26px 30px;
    display: grid;
    grid-template-columns: clamp(64px, 14%, 110px) 1fr;
    gap: 16px;
    align-items: start;
    border-radius: var(--radius-md);
    background: linear-gradient(160deg, rgba(12, 22, 36, 0.95), rgba(18, 34, 58, 0.88));
    border: 1px solid rgba(140, 175, 255, 0.2);
    box-shadow: var(--c-shadow-soft);
    min-height: 210px;
    --process-height: 210px;
    --index-scale: 1;
}

.novatek-about-landing .process-connector {
    position: absolute;
    top: 50%;
    right: -22px;
    width: 44px;
    height: 12px;
    pointer-events: none;
    transform: translateY(-50%);
}

.novatek-about-landing .process-connector::before {
    content: "";
    position: absolute;
    left: 0;
    right: 10px;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, rgba(57, 208, 255, 0.15), rgba(57, 208, 255, 0.6));
    transform: translateY(-50%);
}

.novatek-about-landing .process-connector::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(57, 208, 255, 0.7);
    border-right: 2px solid rgba(57, 208, 255, 0.7);
    transform: translateY(-50%) rotate(45deg);
}

.novatek-about-landing .process-index {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: end;
    width: fit-content;
    font-size: calc(var(--process-height) * var(--index-scale));
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    opacity: 0.3;
    overflow: visible;
    color: transparent;
    background: linear-gradient(90deg, #39d0ff 0%, #1e6bff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 12px 30px rgba(30, 107, 255, 0.2);
    transform: scaleY(1.08);
    transform-origin: center;
    margin-left: -6px;
    padding-bottom: 4px;
}

.novatek-about-landing .process-content {
    align-self: start;
}

.novatek-about-landing .process-content h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.novatek-about-landing .process-content p {
    margin: 0;
}

.novatek-about-landing .about-usecases {
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.96) 0%, rgba(14, 27, 48, 0.98) 100%);
}

.novatek-about-landing .carousel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.novatek-about-landing .carousel-header .section-title {
    text-align: left;
    margin-bottom: 0;
}

.novatek-about-landing .carousel-controls {
    display: inline-flex;
    gap: 10px;
}

.novatek-about-landing .carousel-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(140, 175, 255, 0.3);
    background: rgba(12, 22, 36, 0.8);
    color: #f5f9ff;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.novatek-about-landing .carousel-control:hover {
    border-color: rgba(57, 208, 255, 0.6);
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(5, 12, 26, 0.35);
}

.novatek-about-landing .carousel-control:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.novatek-about-landing .usecases-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 12px 8px 26px;
    scroll-snap-type: x mandatory;
    scroll-padding: 24px;
    align-items: stretch;
    scrollbar-width: none;
}

.novatek-about-landing .usecases-carousel::-webkit-scrollbar {
    height: 0;
}

.novatek-about-landing .usecase-card {
    flex: 0 0 min(360px, 86vw);
    max-width: 420px;
    scroll-snap-align: start;
    border-radius: var(--radius-md);
    background: linear-gradient(160deg, rgba(12, 22, 36, 0.95), rgba(16, 30, 50, 0.92));
    overflow: hidden;
    box-shadow: var(--c-shadow-soft);
    display: flex;
    flex-direction: column;
    min-height: 480px;
    position: relative;
    background-image: var(--case-image);
    background-size: cover;
    background-position: center;
    color: #f5f9ff;
}

.novatek-about-landing .usecase-card--link {
    text-decoration: none;
    color: inherit;
}

.novatek-about-landing .usecase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 14, 24, 0.05) 0%, rgba(8, 14, 24, 0.6) 55%, rgba(8, 14, 24, 0.92) 100%);
    z-index: 0;
}

.novatek-about-landing .usecase-device {
    position: absolute;
    top: 22px;
    right: auto;
    width: min(200px, 55%);
    max-height: 220px;
    height: auto;
    z-index: 1;
    filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.45));
    pointer-events: none;
    margin-left: 20px;
}

.novatek-about-landing .usecase-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    z-index: 2;
}

.novatek-about-landing .usecase-content h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.novatek-about-landing .usecase-content ul {
    margin: 0;
    padding-left: 18px;
    color: rgba(231, 239, 255, 0.82);
}

.novatek-about-landing .usecase-content li {
    margin-bottom: 8px;
}

.novatek-about-landing .about-innovation .innovation-card {
    padding: 42px;
    border-radius: var(--radius-lg);
    background: linear-gradient(160deg, rgba(12, 22, 36, 0.95), rgba(16, 30, 50, 0.9));
    border: 1px solid rgba(140, 175, 255, 0.2);
    box-shadow: var(--c-shadow);
}

.novatek-about-landing .innovation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.novatek-about-landing .innovation-item {
    padding: 18px 20px;
    border-radius: 14px;
    background: rgba(8, 15, 26, 0.6);
    border: 1px solid rgba(140, 175, 255, 0.18);
    font-weight: 500;
    color: #e7efff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.novatek-about-landing .innovation-item::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #39d0ff;
    box-shadow: 0 0 0 6px rgba(57, 208, 255, 0.16);
}

.novatek-about-landing .about-cta {
    padding-top: 0;
}

.novatek-about-landing .about-cta-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 32px 32px;
    border-radius: var(--radius-lg);
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: blur(10px);
}

.novatek-about-landing .about-cta-emoji {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #e9f2ff;
    letter-spacing: 0.02em;
}

.novatek-about-landing .about-cta-card .partner-cta {
    font-size: 1.5rem;
    padding: 14px 34px;
    border-radius: 999px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: max-content;
    height: auto;
    min-height: 80px;
    box-shadow: none;
    border: none;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: antiquewhite;
}

.novatek-about-landing .about-cta-kicker {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(210, 228, 255, 0.8);
    line-height: 1.5;
}

.novatek-about-landing .related-products .section-title {
    color: #f0f6ff;
}

.novatek-about-landing .related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.novatek-about-landing .related-item {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(140, 175, 255, 0.2);
    text-decoration: none;
    color: #eaf2ff;
    overflow: hidden;
    min-height: 240px;
    aspect-ratio: 4 / 3;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.novatek-about-landing .related-item:hover {
    transform: translateY(-4px);
    border-color: rgba(57, 208, 255, 0.45);
    box-shadow: 0 22px 45px rgba(5, 12, 26, 0.4);
}

.novatek-about-landing .related-icon {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.novatek-about-landing .related-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.novatek-about-landing .related-item:hover .related-icon img {
    transform: scale(1.05);
}

.novatek-about-landing .related-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 14, 24, 0) 40%, rgba(8, 14, 24, 0.65) 100%);
    z-index: 1;
}

.novatek-about-landing .related-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 20px;
    z-index: 2;
}

.novatek-about-landing .related-label h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    color: #f5f9ff;
    text-shadow: 0 6px 18px rgba(5, 12, 26, 0.6);
}

@media (max-width: 980px) {
    .novatek-about-landing .about-hero {
        padding: 120px 0 90px;
        min-height: auto;
    }

    .novatek-about-landing .about-hero-inner {
        text-align: center;
    }

    .novatek-about-landing .about-hero-logo {
        margin: 0 auto;
        max-width: 760px;
    }

    .novatek-about-landing .about-hero-lower {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .novatek-about-landing .about-hero .hero-actions {
        justify-content: center;
    }

    .novatek-about-landing .about-hero-visual {
        max-width: 520px;
        margin: 0 auto;
        align-self: center;
    }

    .novatek-about-landing .about-hero-visual img {
        width: min(520px, 100%);
        opacity: 1;
        transform: none;
    }

    .novatek-about-landing .about-hero-content {
        max-width: 560px;
        margin: 0 auto;
    }

    .novatek-about-landing .about-partnership .partner-options-card {
        padding: 28px;
    }

    .novatek-about-landing .about-partnership .partner-tabs-layout {
        grid-template-columns: 1fr;
    }

    .novatek-about-landing .about-partnership .partner-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .novatek-about-landing .about-partnership .partner-options-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .novatek-about-landing .related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .novatek-about-landing .process-step {
        padding: 28px 24px;
        grid-template-columns: clamp(70px, 18%, 100px) 1fr;
        min-height: 190px;
        --process-height: 190px;
        --index-scale: 0.95;
    }

    .novatek-about-landing .process-index {
        font-size: calc(var(--process-height) * var(--index-scale));
    }

    .novatek-about-landing .process-connector {
        top: auto;
        right: auto;
        left: 34px;
        bottom: -18px;
        width: 12px;
        height: 36px;
        transform: none;
    }

    .novatek-about-landing .process-connector::before {
        left: 50%;
        right: auto;
        top: 0;
        bottom: 10px;
        width: 1px;
        height: auto;
        transform: translateX(-50%);
        background: linear-gradient(180deg, rgba(57, 208, 255, 0.15), rgba(57, 208, 255, 0.6));
    }

    .novatek-about-landing .process-connector::after {
        left: 50%;
        right: auto;
        bottom: 0;
        top: auto;
        transform: translateX(-50%) rotate(135deg);
    }

    .novatek-about-landing .carousel-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .novatek-about-landing .usecase-card {
        min-height: 440px;
    }
}

@media (max-width: 640px) {
    .novatek-about-landing .about-hero {
        padding: 100px 0 80px;
    }

    .novatek-about-landing .about-hero .hero-title {
        font-size: clamp(1.9rem, 6vw, 2.6rem);
        letter-spacing: 0.04em;
        white-space: normal;
    }

    .novatek-about-landing .about-hero-visual {
        min-height: 240px;
    }

    .novatek-about-landing .about-partnership .partner-options-card {
        padding: 24px;
    }

    .novatek-about-landing .about-partnership .partner-tabs {
        grid-template-columns: 1fr;
    }

    .novatek-about-landing .process-step {
        grid-template-columns: clamp(64px, 22%, 88px) 1fr;
        padding: 24px 20px;
        min-height: 180px;
        --process-height: 180px;
        --index-scale: 0.9;
    }

    .novatek-about-landing .process-index {
        font-size: calc(var(--process-height) * var(--index-scale));
    }

    .novatek-about-landing .usecase-card {
        flex-basis: 88vw;
    }

    .novatek-about-landing .usecase-device {
        width: min(170px, 60%);
        top: 18px;
        right: 18px;
        max-height: 190px;
    }

    .novatek-about-landing .about-innovation .innovation-card {
        padding: 30px;
    }

    .novatek-about-landing .about-cta-card {
        align-items: center;
    }

    .novatek-about-landing .related-grid {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------------------------------
   Modal form styling (match partner landing)
------------------------------------------------------------ */

body.about-us-promo .modal-popup.partner-form .modal-inner-wrap {
    background: linear-gradient(150deg, #0b1424 0%, #152843 100%);
    border: 1px solid rgba(57, 208, 255, 0.25);
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(5, 12, 26, 0.7);
}

body.about-us-promo .modal-popup.partner-form .modal-header {
    padding: 28px 34px 0;
    border-bottom: none;
    background: transparent;
}

body.about-us-promo .modal-popup.partner-form .modal-title {
    color: #eaf3ff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

body.about-us-promo .modal-popup.partner-form .action-close {
    color: #d6e6ff;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

body.about-us-promo .modal-popup.partner-form .action-close:hover {
    opacity: 1;
}

body.about-us-promo .modal-popup.partner-form .modal-content {
    padding: 18px 34px 0;
    background: transparent;
}

body.about-us-promo .modal-popup.partner-form .modal-footer {
    padding: 22px 34px 32px;
    border-top: none;
    background: transparent;
}

body.about-us-promo .partner-form-landing .partner-form-modal-wrapper {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #e9f2ff;
}

body.about-us-promo .partner-form-landing .partner-form-modal-fields {
    gap: 14px;
}

body.about-us-promo .partner-form-landing .partner-form-modal .input-text,
body.about-us-promo .partner-form-landing .partner-form-modal textarea {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(140, 175, 255, 0.3);
    color: #f5f9ff;
    border-radius: 14px;
    font-size: 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.about-us-promo .partner-form-landing .partner-form-modal .input-text:focus,
body.about-us-promo .partner-form-landing .partner-form-modal textarea:focus {
    border-color: rgba(57, 208, 255, 0.65);
    box-shadow: 0 0 0 3px rgba(57, 208, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

body.about-us-promo .partner-form-landing .partner-form-modal .input-text::placeholder,
body.about-us-promo .partner-form-landing .partner-form-modal textarea::placeholder {
    color: rgba(210, 228, 255, 0.72);
}

body.about-us-promo .modal-popup.partner-form .modal-footer .action-primary {
    width: 100%;
    background: linear-gradient(135deg, #39d0ff, #1e6bff);
    border: none;
    border-radius: 999px;
    color: #05111f;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 24px;
    box-shadow: 0 16px 32px rgba(30, 107, 255, 0.35);
}

body.about-us-promo .modal-popup.partner-form .modal-footer .action-primary:hover {
    box-shadow: 0 20px 36px rgba(30, 107, 255, 0.45);
}

body.about-us-promo .modal-popup.partner-form .modal-footer .action-primary:focus,
body.about-us-promo .modal-popup.partner-form .modal-footer .action-primary:active {
    box-shadow: 0 0 0 3px rgba(57, 208, 255, 0.25);
}

@media (max-width: 600px) {
    body.about-us-promo .modal-popup.partner-form .modal-header,
    body.about-us-promo .modal-popup.partner-form .modal-content,
    body.about-us-promo .modal-popup.partner-form .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}
