/**
 * @author Novatek Team
 * @copyright Copyright (c) Novatek
 * @package Novatek_Cms
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Space+Grotesk:wght@500;600;700&display=swap");

/* ------------------------------------------------------------
   Base layout overrides
------------------------------------------------------------ */

body.partner-landing {
    background: #0b1220;
}

body.partner-landing .columns {
    --sectionMargin: 0;
}

body.partner-landing .page-main {
    max-width: 100%;
    padding: 0;
}

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

/* ---------- HEADER: paint ONE layer only ---------- */
body.partner-landing .page-header {
    background: linear-gradient(135deg, #0b1220 0%, #1e6bff 100%) !important;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

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

/* Slightly stronger backing for the navigation row (readability) */
body.partner-landing .page-header .header-page-nav {
    background: rgba(11, 18, 32, 0.45) !important;
    backdrop-filter: blur(8px);
}

/* Optional: make top panel a bit more subtle */
body.partner-landing .page-header .panel.wrapper {
    background: rgba(11, 18, 32, 0.3) !important;
    backdrop-filter: blur(8px);
}

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

/* ---------- FOOTER: same layer-safe idea ---------- */
body.partner-landing .page-footer {
    background: linear-gradient(230deg, #0b1220 0%, #1e6bff 100%) !important;
    color: rgba(255,255,255,0.86);
}

body.partner-landing .page-footer .footer.content,
body.partner-landing .page-footer .footer-container,
body.partner-landing .page-footer .footer.links,
body.partner-landing .page-footer .copyright {
    background: transparent !important;
}

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

body.partner-landing .page-footer a:hover {
    color: #39d0ff !important;
}

/* Remove white gaps and margins from Magento theme */
body.partner-landing .page-wrapper {
    background: #0b1220;
}

body.partner-landing .page-main {
    margin: 0;
}

body.partner-landing .breadcrumbs {
    display: none;
}

/* ------------------------------------------------------------
   Design system
------------------------------------------------------------ */

.novatek-partner-landing {
    --c-bg: #0b1220;
    --c-surface: rgba(16, 28, 46, 0.92);
    --c-surface-strong: #0f1b30;
    --c-text: #e7efff;
    --c-muted: #a9bdd6;
    --c-border: rgba(140, 175, 255, 0.18);
    --c-accent: #1e6bff;
    --c-accent-2: #39d0ff;
    --c-accent-3: #6e7bff;
    --c-glow: rgba(57, 208, 255, 0.35);
    --c-ink: #0a101c;
    --c-shadow: 0 22px 60px rgba(5, 12, 26, 0.45);
    --c-shadow-soft: 0 14px 32px rgba(5, 12, 26, 0.28);
    --radius-lg: 26px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1220px;
    --pad-x: 24px;

    font-family: "IBM Plex Sans", sans-serif;
    color: var(--c-text);
    line-height: 1.7;
    overflow-x: hidden;
    background: linear-gradient(180deg, #0b1220 0%, #0c1629 45%, #0b1220 100%);
}

.novatek-partner-landing h1,
.novatek-partner-landing h2,
.novatek-partner-landing h3,
.novatek-partner-landing h4 {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.novatek-partner-landing p {
    color: var(--c-muted);
    margin: 0 0 16px;
}

.novatek-partner-landing img {
    max-width: 100%;
    height: auto;
}

.novatek-partner-landing a {
    color: inherit;
    text-decoration: none;
}

.novatek-partner-landing .container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--pad-x);
}

.novatek-partner-landing .section {
    padding: 90px 0;
}

.novatek-partner-landing .section-title {
    font-size: clamp(2rem, 3vw, 2.6rem);
    text-align: center;
    margin-bottom: 46px;
}

/* ------------------------------------------------------------
   Buttons
------------------------------------------------------------ */

.novatek-partner-landing .button,
.novatek-partner-landing .action.primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    min-height: 44px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    user-select: none;
}

.novatek-partner-landing .button.partner-cta {
    background: linear-gradient(120deg, var(--c-accent), var(--c-accent-2));
    color: #05111f;
    box-shadow: 0 12px 30px rgba(30, 107, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.novatek-partner-landing .button.partner-cta:hover,
.novatek-partner-landing .button.partner-cta:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(30, 107, 255, 0.45);
}

.novatek-partner-landing .button.ghost {
    border-color: rgba(140, 175, 255, 0.35);
    color: #dbe8ff;
    background: transparent;
}

.novatek-partner-landing .button.ghost:hover,
.novatek-partner-landing .button.ghost:focus-visible {
    background: rgba(140, 175, 255, 0.12);
    transform: translateY(-1px);
}

.novatek-partner-landing .button:focus-visible {
    outline: 2px solid rgba(57, 208, 255, 0.7);
    outline-offset: 2px;
}

/* ------------------------------------------------------------
   Hero
------------------------------------------------------------ */

.novatek-partner-landing .partner-hero {
    position: relative;
    padding: 110px 0 90px;
    background: radial-gradient(1200px 600px at 10% 10%, rgba(30, 107, 255, 0.38), transparent 60%),
        radial-gradient(900px 480px at 90% 0%, rgba(57, 208, 255, 0.25), transparent 55%),
        linear-gradient(160deg, #0b1220 10%, #0e1a2d 55%, #0f1b33 100%);
    overflow: hidden;
    isolation: isolate;
}

.novatek-partner-landing .partner-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 140px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0, rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 120px);
    opacity: 0.45;
    pointer-events: none;
}

.novatek-partner-landing .partner-hero::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 36% 64% 52% 48%;
    background: radial-gradient(circle at 30% 30%, rgba(110, 123, 255, 0.65), transparent 60%);
    top: -140px;
    right: -120px;
    opacity: 0.6;
    filter: blur(6px);
    pointer-events: none;
}

.novatek-partner-landing .hero-content {
    max-width: 540px;
    animation: hero-rise 0.8s ease both;
}

.novatek-partner-landing .hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.novatek-partner-landing .hero-title {
    font-size: clamp(2.6rem, 4.4vw, 4.2rem);
    margin-bottom: 20px;
    text-shadow: 0 12px 30px rgba(5, 12, 26, 0.45);
    font-weight: 700;
}

.novatek-partner-landing .hero-description {
    font-size: 1.05rem;
    max-width: 520px;
    margin-bottom: 28px;
    color: #c3d7ef;
}

.novatek-partner-landing .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.novatek-partner-landing .hero-visual {
    position: relative;
    min-height: 360px;
    background: linear-gradient(150deg, rgba(12, 22, 36, 0.85), rgba(24, 44, 74, 0.65));
    border-radius: var(--radius-lg);
    border: 1px solid rgba(140, 175, 255, 0.26);
    box-shadow: 0 32px 70px rgba(5, 12, 26, 0.45);
    backdrop-filter: blur(14px);
    overflow: hidden;
    animation: hero-rise 0.8s ease 0.1s both;
    z-index: 0;
}

.novatek-partner-landing .hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hero-backdrop);
    background-size: cover;
    background-position: center;
    opacity: 0.28;
    z-index: 0;
    pointer-events: none;
}

.novatek-partner-landing .hero-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(130deg, rgba(8, 15, 26, 0.85), rgba(8, 15, 26, 0.3) 45%, rgba(8, 15, 26, 0.8)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 2px, transparent 2px, transparent 10px);
    opacity: 0.55;
    z-index: 1;
    pointer-events: none;
}

.novatek-partner-landing .hero-device-stack {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    padding: 26px 20px;
    z-index: 2;
}

.novatek-partner-landing .hero-device-stack::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 50%;
    bottom: 10%;
    left: 20%;
    background: radial-gradient(circle at center, rgba(57, 208, 255, 0.25), transparent 70%);
    filter: blur(10px);
    opacity: 0.8;
}

.novatek-partner-landing .hero-device {
    width: min(220px, 45vw);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
    --device-y: 0px;
    --device-rotate: 0deg;
    transform: translateY(var(--device-y)) rotate(var(--device-rotate));
    animation: hero-float 7s ease-in-out infinite;
    will-change: transform;
}

.novatek-partner-landing .hero-device.primary {
    --device-y: 8px;
    animation-delay: 0.2s;
}

.novatek-partner-landing .hero-device.secondary {
    width: min(190px, 38vw);
    --device-y: -6px;
    --device-rotate: -4deg;
    opacity: 0.95;
    animation-delay: 0.6s;
}

.novatek-partner-landing .hero-chip {
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 14px;
    background-image: var(--chip-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 86%;
    --chip-y: 0px;
    --chip-rotate: 0deg;
    transform: translateY(var(--chip-y)) rotate(var(--chip-rotate));
    animation: chip-float 6s ease-in-out infinite;
    will-change: transform;
    z-index: 3;
}

.novatek-partner-landing .hero-chip::before,
.novatek-partner-landing .hero-chip::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: none;
    border-radius: 8px;
}

.novatek-partner-landing .hero-chip.one {
    top: 24px;
    left: 24px;
}

.novatek-partner-landing .hero-chip.two {
    bottom: 24px;
    right: 40px;
    --chip-rotate: 8deg;
    animation-delay: 0.4s;
}

.novatek-partner-landing .hero-chip.three {
    top: 40%;
    right: 60px;
    width: 62px;
    height: 62px;
    border-radius: 10px;
    opacity: 0.8;
    --chip-rotate: -6deg;
    animation-delay: 0.8s;
    background-size: 94%;
}

@keyframes hero-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hero-float {
    0%,
    100% {
        transform: translateY(var(--device-y)) rotate(var(--device-rotate));
    }
    50% {
        transform: translateY(calc(var(--device-y) - 10px)) rotate(var(--device-rotate));
    }
}

@keyframes chip-float {
    0%,
    100% {
        transform: translateY(var(--chip-y)) rotate(var(--chip-rotate));
    }
    50% {
        transform: translateY(calc(var(--chip-y) - 6px)) rotate(var(--chip-rotate));
    }
}

/* ------------------------------------------------------------
   Motion strip
------------------------------------------------------------ */

.novatek-partner-landing .partner-motion {
    margin: 48px 0 10px;
    overflow: hidden;
    border-radius: var(--radius-md);
    border: 1px solid rgba(140, 175, 255, 0.1);
    background: rgba(12, 22, 36, 0.7);
    position: relative;
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.novatek-partner-landing .partner-motion-track {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 14px;
    width: max-content;
    animation: partner-marquee 34s linear infinite;
}

.novatek-partner-landing .motion-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(57, 208, 255, 0.32);
    background: linear-gradient(140deg, rgba(12, 22, 36, 0.92), rgba(22, 40, 70, 0.7));
    color: #d2e3fb;
    font-size: 0.95rem;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(5, 12, 26, 0.35);
}

.novatek-partner-landing .partner-motion:hover .partner-motion-track {
    animation-play-state: paused;
}

.novatek-partner-landing .motion-chip:hover {
    border-color: rgba(57, 208, 255, 0.55);
    color: #f0f6ff;
}

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

@media (prefers-reduced-motion: reduce) {
    .novatek-partner-landing .partner-motion-track {
        animation: none;
        justify-content: center;
        width: 100%;
    }

    .novatek-partner-landing .hero-content,
    .novatek-partner-landing .hero-visual,
    .novatek-partner-landing .hero-device,
    .novatek-partner-landing .hero-chip {
        animation: none;
    }
}

/* ------------------------------------------------------------
   Partner form modal (landing only)
------------------------------------------------------------ */

.partner-landing-page .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);
}

.partner-landing-page .modal-popup.partner-form .modal-header {
    padding: 28px 34px 0;
    border-bottom: none;
    background: transparent;
}

.partner-landing-page .modal-popup.partner-form .modal-title {
    color: #eaf3ff;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.partner-landing-page .modal-popup.partner-form .action-close {
    color: #d6e6ff;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.partner-landing-page .modal-popup.partner-form .action-close:hover {
    opacity: 1;
}

.partner-landing-page .modal-popup.partner-form .modal-content {
    padding: 18px 34px 0;
    background: transparent;
}

.partner-landing-page .modal-popup.partner-form .modal-footer {
    padding: 22px 34px 32px;
    border-top: none;
    background: transparent;
}

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

.partner-landing-page .partner-form-landing .partner-form-modal-fields {
    gap: 14px;
}

.partner-landing-page .partner-form-landing .partner-form-modal .input-text,
.partner-landing-page .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;
}

.partner-landing-page .partner-form-landing .partner-form-modal .input-text:focus,
.partner-landing-page .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;
}

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

.partner-landing-page .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);
}

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

.partner-landing-page .modal-popup.partner-form .modal-footer .action-primary:focus,
.partner-landing-page .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) {
    .partner-landing-page .modal-popup.partner-form .modal-header,
    .partner-landing-page .modal-popup.partner-form .modal-content,
    .partner-landing-page .modal-popup.partner-form .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ------------------------------------------------------------
   Partner options tabs
------------------------------------------------------------ */

.novatek-partner-landing .partner-options {
    margin-top: 36px;
    position: relative;
    z-index: 2;
    animation: hero-rise 0.8s ease 0.2s both;
}

.novatek-partner-landing .partner-options-card {
    position: relative;
    padding: 40px;
    border-radius: var(--radius-lg);
    border: 1px solid transparent;
    background:
        linear-gradient(160deg, rgba(12, 22, 36, 0.95), rgba(16, 30, 50, 0.88)) padding-box,
        linear-gradient(140deg, rgba(57, 208, 255, 0.45), rgba(30, 107, 255, 0.2)) border-box;
    box-shadow: var(--c-shadow);
    backdrop-filter: blur(12px);
}

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

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

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

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

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

.novatek-partner-landing .partner-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(140, 175, 255, 0.18);
    background: rgba(9, 17, 30, 0.6);
    color: var(--c-muted);
    border-radius: 14px;
    padding: 16px 18px;
    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-partner-landing .partner-tab:hover {
    border-color: rgba(57, 208, 255, 0.4);
    color: #e3efff;
}

.novatek-partner-landing .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-partner-landing .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-partner-landing .partner-tab.is-active::before {
    background: var(--c-accent-2);
    box-shadow: 0 0 0 6px rgba(57, 208, 255, 0.2);
}

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

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

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

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

.novatek-partner-landing .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.25), transparent 70%);
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

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

.novatek-partner-landing .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-partner-landing .partner-panel h3 {
    font-size: 1.45rem;
}

.novatek-partner-landing .partner-panel-cta {
    margin-top: 22px;
}

/* ------------------------------------------------------------
   Logos
------------------------------------------------------------ */

.novatek-partner-landing .partner-logos {
    background: linear-gradient(120deg, rgba(12, 22, 36, 0.9), rgba(14, 27, 48, 0.95));
    border-top: 1px solid rgba(140, 175, 255, 0.08);
    border-bottom: 1px solid rgba(140, 175, 255, 0.08);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.novatek-partner-landing .partner-logos .section-title {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    margin-bottom: 60px;
    font-weight: 700;
    background: linear-gradient(135deg, #f1f6ff 0%, #39d0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(57, 208, 255, 0.3);
    position: relative;
    z-index: 2;
}

.novatek-partner-landing .partner-logos .container {
    position: relative;
    z-index: 2;
}

.novatek-partner-landing .partner-logo-marquee {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 85%, transparent 100%);
}

.novatek-partner-landing .partner-logo-track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: logo-scroll 35s linear infinite;
}

.novatek-partner-landing .partner-logo-marquee:hover .partner-logo-track {
    animation-play-state: paused;
}

.novatek-partner-landing .partner-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.novatek-partner-landing .partner-logo-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.08);
}

.novatek-partner-landing .partner-logo-item img {
    height: 56px;
    width: auto;
    max-width: none;
    filter: grayscale(100%) brightness(1.2);
    opacity: 0.85;
    transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.novatek-partner-landing .partner-logo-item:hover img {
    filter: none;
    opacity: 1;
    transform: scale(1.05);
}

@keyframes logo-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ------------------------------------------------------------
   Benefits
------------------------------------------------------------ */

.novatek-partner-landing .partner-benefits {
    background: linear-gradient(135deg, #0b1220 0%, #1a2f4f 50%, #0e1a2d 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.novatek-partner-landing .partner-benefits::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(57, 208, 255, 0.15), transparent 70%);
    top: -200px;
    right: -100px;
    pointer-events: none;
}

.novatek-partner-landing .partner-benefits::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(30, 107, 255, 0.12), transparent 70%);
    bottom: -150px;
    left: -80px;
    pointer-events: none;
}

.novatek-partner-landing .benefits-card {
    border-radius: var(--radius-lg);
    padding: 60px 50px;
    background: linear-gradient(140deg, rgba(30, 107, 255, 0.15), rgba(57, 208, 255, 0.08));
    border: 2px solid rgba(57, 208, 255, 0.4);
    box-shadow: 0 30px 80px rgba(5, 12, 26, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(12px);
}

.novatek-partner-landing .benefits-card h2 {
    font-size: clamp(2.4rem, 3.5vw, 3.2rem);
    margin-bottom: 50px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 0%, #39d0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    text-shadow: 0 0 40px rgba(57, 208, 255, 0.4);
}

.novatek-partner-landing .benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px 36px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.novatek-partner-landing .benefits-list li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 24px 20px 24px 70px;
    color: #f1f6ff;
    font-size: 1.1rem;
    font-weight: 500;
    background: rgba(16, 30, 50, 0.5);
    border-radius: 16px;
    border: 1px solid rgba(140, 175, 255, 0.25);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.novatek-partner-landing .benefits-list li:hover {
    transform: translateY(-4px);
    border-color: rgba(57, 208, 255, 0.6);
    box-shadow: 0 20px 50px rgba(5, 12, 26, 0.45);
}

.novatek-partner-landing .benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--c-accent), var(--c-accent-2));
    box-shadow: 0 8px 24px rgba(30, 107, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #05111f;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
}

/* ------------------------------------------------------------
   About us
------------------------------------------------------------ */

.novatek-partner-landing .partner-about .about-card {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(280px, 1.2fr);
    gap: 30px;
    align-items: center;
    padding: 34px;
    border-radius: var(--radius-lg);
    background: linear-gradient(150deg, rgba(12, 22, 36, 0.92), rgba(17, 32, 56, 0.85));
    border: 1px solid rgba(140, 175, 255, 0.22);
    box-shadow: 0 24px 60px rgba(5, 12, 26, 0.4);
    position: relative;
    overflow: hidden;
}

.novatek-partner-landing .partner-about .about-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 0% 0%, rgba(57, 208, 255, 0.18), transparent 45%);
    pointer-events: none;
    z-index: 0;
}

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

.novatek-partner-landing .about-media {
    border-radius: var(--radius-md);
    min-height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.novatek-partner-landing .about-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(10, 18, 30, 0.2), rgba(10, 18, 30, 0.75));
}

.novatek-partner-landing .about-content .button {
    margin-top: 8px;
}

/* ------------------------------------------------------------
   CTA banner
------------------------------------------------------------ */

.novatek-partner-landing .partner-cta-banner {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a1629 0%, #1a2f4f 50%, #0b1220 100%);
    position: relative;
    overflow: hidden;
}

.novatek-partner-landing .partner-cta-banner::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(30, 107, 255, 0.25), transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: pulse-glow 4s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.novatek-partner-landing .cta-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 70px 50px;
    border-radius: var(--radius-lg);
    background: linear-gradient(140deg, rgba(30, 107, 255, 0.25), rgba(57, 208, 255, 0.15));
    border: 3px solid rgba(57, 208, 255, 0.5);
    color: #ffffff;
    box-shadow: 0 40px 100px rgba(5, 12, 26, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    position: relative;
    backdrop-filter: blur(16px);
    text-align: center;
}

.novatek-partner-landing .cta-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 0%, rgba(57, 208, 255, 0.2), transparent 60%);
    pointer-events: none;
}

.novatek-partner-landing .cta-banner > * {
    position: relative;
    z-index: 1;
}

.novatek-partner-landing .cta-banner h2 {
    font-size: clamp(2.6rem, 4.5vw, 4rem);
    color: #ffffff;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(135deg, #ffffff 0%, #39d0ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 60px rgba(57, 208, 255, 0.5);
}

.novatek-partner-landing .cta-banner .button.partner-cta {
    background: linear-gradient(135deg, #39d0ff 0%, #1e6bff 100%);
    color: #05111f;
    box-shadow: 0 20px 50px rgba(30, 107, 255, 0.5), 0 0 0 3px rgba(57, 208, 255, 0.3);
    padding: 20px 50px;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
}

.novatek-partner-landing .cta-banner .button.partner-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 25px 60px rgba(30, 107, 255, 0.65), 0 0 0 3px rgba(57, 208, 255, 0.5), 0 0 40px rgba(57, 208, 255, 0.4);
}

/* ------------------------------------------------------------
   Quick links
------------------------------------------------------------ */

.novatek-partner-landing .partner-quick-links {
    background: linear-gradient(180deg, #0b1220 0%, #0a1527 100%);
    padding: 100px 0;
}

.novatek-partner-landing .partner-quick-links .section-title {
    font-size: clamp(2.4rem, 3.5vw, 3rem);
    margin-bottom: 60px;
}

.novatek-partner-landing .quick-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.novatek-partner-landing .quick-link {
    position: relative;
    border-radius: var(--radius-lg);
    border: 2px solid rgba(140, 175, 255, 0.25);
    display: block;
    aspect-ratio: 16 / 11;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 20px 50px rgba(5, 12, 26, 0.4);
    overflow: hidden;
    cursor: pointer;
}

.novatek-partner-landing .quick-link:hover,
.novatek-partner-landing .quick-link:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(57, 208, 255, 0.7);
    box-shadow: 0 30px 70px rgba(5, 12, 26, 0.6);
}

.novatek-partner-landing .quick-link-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.novatek-partner-landing .quick-link:hover .quick-link-bg {
    transform: scale(1.08);
}

.novatek-partner-landing .quick-link-bg.placeholder {
    background: linear-gradient(140deg, rgba(30, 107, 255, 0.35), rgba(57, 208, 255, 0.2));
    display: flex;
    align-items: center;
    justify-content: center;
}

.novatek-partner-landing .quick-link-bg.placeholder::before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 16px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    background: rgba(12, 22, 36, 0.5);
}

.novatek-partner-landing .quick-link-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.2) 0%, rgba(11, 18, 32, 0.75) 60%, rgba(11, 18, 32, 0.92) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 24px;
    transition: background 0.3s ease;
}

.novatek-partner-landing .quick-link:hover .quick-link-overlay {
    background: linear-gradient(180deg, rgba(11, 18, 32, 0.1) 0%, rgba(11, 18, 32, 0.65) 50%, rgba(30, 107, 255, 0.85) 100%);
}

.novatek-partner-landing .quick-link-label {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.02em;
    font-family: "Space Grotesk", sans-serif;
}

/* ------------------------------------------------------------
   Responsive
------------------------------------------------------------ */

@media (max-width: 1024px) {
    .novatek-partner-landing .partner-tabs-layout {
        grid-template-columns: 1fr;
    }

    .novatek-partner-landing .partner-tabs {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 10px;
        overflow: visible;
    }

    .novatek-partner-landing .partner-tab {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .novatek-partner-landing .section {
        padding: 70px 0;
    }

    .novatek-partner-landing .hero-visual {
        min-height: 300px;
    }

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

    .novatek-partner-landing .partner-panel {
        padding: 22px;
        min-height: auto;
    }

    .novatek-partner-landing .partner-about .about-card {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .novatek-partner-landing .cta-banner {
        padding: 24px;
    }
}

@media (max-width: 560px) {
    .novatek-partner-landing .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .novatek-partner-landing .hero-device-stack {
        flex-direction: column;
        gap: 10px;
    }

    .novatek-partner-landing .hero-device.primary,
    .novatek-partner-landing .hero-device.secondary {
        --device-y: 0px;
        --device-rotate: 0deg;
    }
}
