:root {
    --cc-accent: #ec6a2d;
    --cc-deep: #0f1720;
    --cc-soft: #f2f4f7;
    --cc-store-blue: #1677ff;
}

.attr-nav > ul > li > a.cc-store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    margin: 0;
    border-radius: 999px;
    background: var(--cc-store-blue);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(22, 119, 255, 0.28);
    transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    position: relative;
    top: -2px;
}

.attr-nav > ul > li > a.cc-store-btn i {
    font-size: 14px;
}

.attr-nav > ul > li > a.cc-store-btn:hover,
.attr-nav > ul > li > a.cc-store-btn:focus {
    color: #ffffff;
    text-decoration: none;
    background: #3a8cff;
    box-shadow: 0 10px 22px rgba(22, 119, 255, 0.34);
    transform: translateY(-1px);
}

.attr-nav > ul > li:last-child > a.cc-store-btn {
    padding: 0 16px;
}

.header-style1 .attr-nav > ul {
    margin: 0 !important;
}

.header-style1 .attr-nav > ul > li {
    vertical-align: middle;
}

.cc-hero-section {
    overflow: hidden;
    height: calc(100vh + 4svh) !important;
    height: calc(100dvh + 4svh) !important;
    min-height: 0 !important;
    background-position: center center !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

@supports (height: 100svh) {
    .cc-hero-section {
        height: calc(100svh + 4svh) !important;
    }
}

.cc-hero-wrap {
    transform: translate(-50%, -79%);
}

.cc-hero-content {
    max-width: 720px;
    margin: 0 auto;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
    position: relative;
}

.cc-hero-slider {
    position: relative;
    min-height: 290px;
}

.cc-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.cc-hero-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cc-hero-slide .cc-hero-eyebrow,
.cc-hero-slide .cc-hero-title,
.cc-hero-slide .cc-hero-tagline,
.cc-hero-slide .cc-hero-subcopy,
.cc-hero-slide .cc-hero-actions {
    opacity: 0;
    transform: translate3d(0, -28px, 0);
}

.cc-hero-slide.is-active .cc-hero-eyebrow,
.cc-hero-slide.is-active .cc-hero-title,
.cc-hero-slide.is-active .cc-hero-tagline,
.cc-hero-slide.is-active .cc-hero-subcopy,
.cc-hero-slide.is-active .cc-hero-actions {
    animation-name: ccHeroDropIn;
    animation-duration: 0.9s;
    animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
    animation-fill-mode: forwards;
}

.cc-hero-slide.is-active .cc-hero-eyebrow {
    animation-delay: 0.08s;
}

.cc-hero-slide.is-active .cc-hero-title {
    animation-delay: 0.2s;
}

.cc-hero-slide.is-active .cc-hero-tagline {
    animation-delay: 0.32s;
}

.cc-hero-slide.is-active .cc-hero-subcopy {
    animation-delay: 0.38s;
}

.cc-hero-slide.is-active .cc-hero-actions {
    animation-delay: 0.5s;
}

.cc-hero-eyebrow {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.cc-hero-title {
    margin: 0;
    font-size: clamp(40px, 6vw, 68px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.cc-hero-title-pro {
    font-weight: 300;
    text-transform: none;
}

.cc-hero-tagline {
    margin: 10px 0 0;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 600;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.96);
}

.cc-hero-subcopy {
    margin: 10px auto 0;
    max-width: 720px;
    font-size: clamp(15px, 1.25vw, 19px);
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
}

.cc-hero-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.cc-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 164px;
    height: 40px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.cc-hero-btn-arrow {
    font-size: 12px;
    line-height: 1;
    margin-top: 1px;
    opacity: 0.92;
}

.cc-hero-btn:hover,
.cc-hero-btn:focus {
    color: #ffffff;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.98);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.cc-hero-products {
    position: absolute;
    left: 58px;
    bottom: 62px;
    z-index: 11;
    height: 92px;
    overflow: hidden;
    padding-left: 18px;
}

.cc-hero-products::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 2px;
    height: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
}

.cc-hero-products-track {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 28px;
    transition: transform 0.35s ease;
}

.cc-hero-product {
    border: 0;
    background: transparent;
    display: block;
    color: rgba(255, 255, 255, 0.66);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0;
    text-align: left;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.cc-hero-product.is-active,
.cc-hero-product:hover,
.cc-hero-product:focus {
    color: #ffffff;
}

.cc-hero-products[data-active-slide="1"] .cc-hero-products-track {
    transform: translateY(-29px);
}

.cc-hero-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    background: rgba(8, 12, 18, 0.18);
    color: #ffffff;
    transform: translateY(-50%);
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cc-hero-nav span {
    display: inline-block;
    font-size: 34px;
    line-height: 1;
    margin-top: -3px;
}

.cc-hero-nav:hover,
.cc-hero-nav:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.48);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.12);
}

.cc-hero-nav-prev {
    left: 32px;
}

.cc-hero-nav-next {
    right: 32px;
}

@keyframes ccHeroDropIn {
    0% {
        opacity: 0;
        transform: translate3d(0, -28px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cc-hero-slide .cc-hero-eyebrow,
    .cc-hero-slide .cc-hero-title,
    .cc-hero-slide .cc-hero-tagline,
    .cc-hero-slide .cc-hero-actions {
        opacity: 1;
        transform: none;
        animation: none;
    }

    .cc-hero-slide {
        transition: none;
    }
}

.trust-strip {
    margin-top: 0;
    position: relative;
    z-index: 10;
}

.homepage-products-banner {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 8px;
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

.products-banner-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.products-banner-item {
    position: relative;
    flex: 0 0 100%;
    min-height: 760px;
    overflow: hidden;
    background-color: #eeefef;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.products-banner-item-light::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(231, 234, 238, 0.92) 0%, rgba(236, 239, 242, 0.72) 32%, rgba(238, 239, 239, 0.2) 56%, rgba(238, 239, 239, 0) 100%);
    pointer-events: none;
}

.products-banner-item-stack {
    min-height: 760px;
    background: linear-gradient(180deg, #f7f7f9 0%, #f2f2f4 100%);
    display: flex;
    flex-direction: column;
}

.products-banner-item-explorer-card {
    min-height: 760px;
    background: linear-gradient(180deg, #f7f7f8 0%, #f0f2f5 100%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.products-banner-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.products-banner-media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.products-banner-media-explorer {
    position: relative;
    flex: 1 1 auto;
    background: linear-gradient(180deg, #f7f7f8 0%, #f2f2f5 100%);
}

.products-banner-media-explorer::before {
    display: none;
}


.products-banner-figure {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(880px, 76%);
    height: min(700px, 74%);
    transform: translate(-50%, -20%);
    object-fit: contain;
    object-position: center center;
    display: block;
    filter: drop-shadow(0 18px 36px rgba(16, 24, 40, 0.08));
}

.products-banner-item-explorer-card .products-banner-figure {
    width: min(1020px, 88%);
    height: min(820px, 82%);
    transform: translate(-50%, -44%) scale(1.62);
    filter: none;
}

.products-banner-copy {
    position: relative;
    z-index: 2;
    padding: 22px 28px 18px;
}

.products-banner-copy-explorer {
    text-align: center;
    background: rgba(247, 247, 249, 0.96);
    min-height: 250px;
}

.products-banner-copy-stack {
    text-align: center;
    background: rgba(247, 247, 249, 0.96);
    min-height: 160px;
}

.products-banner-copy-explorer .top-content {
    margin-bottom: 8px;
}

.top-content {
    margin-bottom: 8px;
}

.eyebow.eyebrow-text {
    color: #7d8289;
    font-size: 15px;
    line-height: 1.4;
}

.products-banner-text {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding: 0 24px;
}

.products-banner-text.theme-dark {
    color: #1f2329;
}

.products-banner-text .logo {
    margin: 0;
    color: #181c21;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 500;
}

.products-banner-text .subhead {
    margin: 10px 0 0;
    color: #272b31;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.3;
    font-weight: 600;
}

.products-banner-text .link-box {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 26px 8px 0;
    color: #20242a;
    font-size: 16px;
    font-weight: 500;
}

.products-banner-copy-explorer .eyebow.eyebrow-text {
    display: inline-block;
    color: rgba(48, 48, 52, 0.98);
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
}

.products-banner-copy-explorer .logo {
    margin-top: 0;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    color: #1d1d1f;
    font-size: clamp(34px, 3.9vw, 52px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.products-banner-copy-explorer .subhead {
    margin: 8px 0 0;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: #1d1d1f;
    font-size: clamp(15px, 1.35vw, 20px);
    line-height: 1.28;
    font-weight: 500;
}

.products-banner-note {
    margin: 12px 0 0;
    color: rgba(39, 43, 49, 0.8);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.products-banner-note-secondary {
    margin-top: 4px;
    color: rgba(39, 43, 49, 0.64);
    font-size: 14px;
    font-weight: 500;
}

.products-banner-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.products-banner-copy-stack .eyebow.eyebrow-text {
    display: inline-block;
    color: rgba(110, 110, 115, 0.96);
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
}

.products-banner-copy-stack .logo {
    margin-top: 0;
    color: #1d1d1f;
    font-size: clamp(34px, 3.8vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.products-banner-copy-stack .subhead {
    margin: 8px 0 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #1d1d1f;
    font-size: clamp(15px, 1.35vw, 20px);
    line-height: 1.28;
    font-weight: 500;
}

.link-box-explorer {
    margin: 0;
    color: #0066cc;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.link-box-stack {
    margin: 0;
    color: #0066cc;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.link-box-primary {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0071e3;
    color: #ffffff;
}

.link-box-secondary {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(0, 102, 204, 0.26);
    background: rgba(255, 255, 255, 0.82);
    color: #0066cc;
}

.products-banner-item-3d-card {
    min-height: 760px;
    background: #000000;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.products-banner-item-3d-card .products-banner-copy-explorer {
    background: rgba(0, 0, 0, 0.96);
}

.products-banner-item-3d-card .eyebow.eyebrow-text {
    color: rgba(245, 245, 247, 0.6);
}

.products-banner-item-3d-card .logo {
    color: #f5f5f7;
}

.products-banner-item-3d-card .subhead {
    color: #86868b;
}

.products-banner-item-3d-card .link-box-primary {
    background: #2997ff;
    color: #ffffff;
}

.products-banner-item-3d-card .link-box-secondary {
    border-color: rgba(41, 151, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
    color: #2997ff;
}

.products-banner-media-3d {
    position: relative;
    flex: 1 1 auto;
    background: #000000;
}

.products-banner-item-3d-card .products-banner-figure {
    width: min(860px, 74%);
    height: min(680px, 70%);
    transform: translate(-50%, -42%) scale(1.2);
    filter: none;
}

.products-banner-media-stack {
    position: relative;
    flex: 1 1 auto;
    min-height: 560px;
    background: linear-gradient(180deg, #f7f7f9 0%, #f2f2f4 100%);
}

.products-banner-text .link-box:hover,
.products-banner-text .link-box:focus,
.products-banner-copy .link-box:hover,
.products-banner-copy .link-box:focus {
    color: inherit;
}

.products-banner-text .icon {
    font-size: 14px;
}

.visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cc-section-dark {
    background: linear-gradient(160deg, #111b27 0%, #1b2b3b 100%);
    color: #e6edf5;
}

.cc-section-dark h2,
.cc-section-dark h3,
.cc-section-dark h4,
.cc-section-dark h5,
.cc-section-dark h6 {
    color: #ffffff;
}

.path-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}

.path-card p {
    color: rgba(230, 237, 245, 0.88);
}

/* Keep CTA buttons in the dark path cards visually consistent between normal/hover states */
.path-card .butn.white {
    border-radius: 6px;
}

.path-card .butn.white:after {
    border-radius: 6px;
    background: var(--cc-accent);
}

.path-card .butn.white span {
    color: #0f1720;
}

.path-card .butn.white:hover span {
    color: #ffffff;
}

.lic-model-card {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    height: 100%;
    background: #ffffff;
}

.lic-model-card h5 {
    margin-bottom: 10px;
}

.cta-band {
    background: #0f1720;
    border-radius: 14px;
    padding: 34px 28px;
}

.cta-band p {
    color: rgba(230, 237, 245, 0.88);
}

.cta-band .butn.white span {
    color: #0f1720;
}

.cta-band .butn.white,
.cta-band .butn.white:after {
    border-radius: 6px;
}

.cta-band .butn.white:after {
    background: var(--cc-accent);
}

.cta-band .butn.white:hover span {
    color: #ffffff;
}

.cta-band-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cta-band-actions .butn {
    margin: 0;
}

.cc-shop-shell {
    padding: 64px 0 84px;
    background: #f5f5f7;
}

.cc-shop-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 420px);
    gap: 32px;
    align-items: stretch;
}

.cc-shop-gallery {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 792px;
}

.cc-shop-hero {
    min-height: 700px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    padding: 0;
}

.cc-shop-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.cc-shop-image.is-spirit {
    transform: scale(1.08);
    transform-origin: center center;
}

.cc-shop-image.is-raptor {
    transform: scale(1.02);
    transform-origin: center center;
}

.cc-shop-switcher {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.cc-shop-switch {
    min-height: 56px;
    border: 1px solid #d6d6db;
    background: #ffffff;
    color: #1d1d1f;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.cc-shop-switch.is-active,
.cc-shop-switch:hover,
.cc-shop-switch:focus {
    border-color: #1d1d1f;
    box-shadow: 0 10px 24px rgba(15, 23, 32, 0.08);
}

.cc-shop-panel {
    position: sticky;
    top: 112px;
    min-height: 792px;
    height: 100%;
    background: #ffffff;
    border-radius: 22px;
    padding: 34px 30px 32px;
    box-shadow: 0 16px 40px rgba(15, 23, 32, 0.08);
    display: flex;
    flex-direction: column;
}

.cc-shop-kicker {
    margin: 0 0 10px;
    color: #6e6e73;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.cc-shop-title {
    margin: 0;
    color: #1d1d1f;
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.cc-shop-subtitle {
    margin: 12px 0 0;
    color: #1d1d1f;
    font-size: 24px;
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.cc-shop-price-row {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cc-shop-price-label {
    color: #6e6e73;
    font-size: 13px;
    font-weight: 600;
}

.cc-shop-price {
    color: #1d1d1f;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 600;
}

.cc-shop-copy {
    margin: 22px 0 0;
    color: #424245;
    font-size: 16px;
    line-height: 1.6;
}

.cc-shop-specs {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 10px;
}

.cc-shop-specs li {
    position: relative;
    padding-left: 22px;
    color: #1d1d1f;
    font-size: 15px;
    line-height: 1.45;
}

.cc-shop-specs li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0071e3;
}

.cc-shop-actions {
    margin-top: auto;
    padding-top: 28px;
}

.cc-shop-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #0071e3;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.cc-shop-buy:hover,
.cc-shop-buy:focus {
    color: #ffffff;
    text-decoration: none;
    background: #0077ed;
}

.cc-shop-page .navbar-default {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 250, 0.96) 100%);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    border-bottom: 1px solid rgba(29, 29, 31, 0.10);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.92) inset, 0 10px 24px rgba(15, 23, 32, 0.04);
}

.cc-shop-page .menu_area-light .navbar-nav > li > a,
.cc-shop-page .cc-store-btn,
.cc-shop-page .cc-store-btn span,
.cc-shop-page .cc-store-btn i {
    color: #1d1d1f !important;
}

.cc-shop-page .menu_area-light .navbar-nav > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.cc-shop-page .cc-store-btn {
    border-color: rgba(29, 29, 31, 0.12);
    background: rgba(255, 255, 255, 0.92);
}

.cc-shop-page .navbar-default.scrollHeader,
.cc-shop-page .navbar-default.fixedHeader {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 248, 250, 0.96) 100%);
}

.cc-solution-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.cc-solution-header .navbar-default {
    background: transparent;
}

.cc-solution-header .menu_area-light .navbar-nav > li > a,
.cc-solution-header .cc-store-btn,
.cc-solution-header .cc-store-btn span,
.cc-solution-header .cc-store-btn i {
    color: #ffffff !important;
}

@media screen and (min-width: 992px) {
    .cc-solution-header #nav {
        display: flex !important;
        align-items: center;
    }
}

.cc-solution-stage {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    background: #000000;
}

.cc-solution-stage-media,
.cc-solution-stage-poster,
.cc-solution-stage-video,
.cc-solution-stage-overlay {
    position: absolute;
    inset: 0;
}

.cc-solution-stage-poster,
.cc-solution-stage-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.cc-solution-stage-media-humanoid-portrait .cc-solution-stage-poster,
.cc-solution-stage-media-humanoid-portrait .cc-solution-stage-video {
    width: auto;
    height: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center top;
}

.cc-solution-stage-media-humanoid-top .cc-solution-stage-poster,
.cc-solution-stage-media-humanoid-top .cc-solution-stage-video {
    object-position: center top;
}

.cc-solution-stage-poster {
    z-index: 0;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.cc-solution-stage-poster.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.cc-solution-stage-video {
    z-index: 0;
    opacity: 0;
    transition: opacity 0.35s ease;
    background: #000000;
}

.cc-solution-stage-video.is-active {
    opacity: 1;
}

.cc-solution-stage-overlay {
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.34) 24%, rgba(0, 0, 0, 0.4) 58%, rgba(0, 0, 0, 0.52) 100%);
    pointer-events: none;
}

.cc-solution-hero-copy {
    padding: 116px 0 0;
}

.cc-hero-btn-plain {
    border: 0;
    cursor: pointer;
}

.apple-use-grid-section {
    padding: 80px 8px 80px;
}

.apple-use-groups {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.apple-use-group-head {
    padding: 0;
    background: transparent;
    color: #1d1d1f;
}

.apple-use-groups-kicker,
.apple-use-group-kicker {
    margin: 0;
    color: #6e6e73;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

.apple-use-group-head h3 {
    margin: 0;
    color: #111111;
    letter-spacing: -0.02em;
}

.apple-use-group-head h3 {
    font-size: clamp(19px, 1.7vw, 24px);
    line-height: 1.15;
}

.apple-use-group-head p:last-child {
    margin: 6px 0 0;
    max-width: 540px;
    color: #424245;
    font-size: 14px;
    line-height: 1.45;
}

.apple-use-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 !important;
    margin: 0 !important;
}

.apple-use-group-head {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.apple-use-group-head h3 {
    flex: 0 0 120px;
    padding-top: 8px;
}

.apple-use-group-head p {
    flex: 1 1 auto;
    text-align: left;
    padding-top: 8px;
}

.apple-use-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.apple-use-card {
    position: relative;
    min-height: 500px;
    border-radius: 0;
    overflow: hidden;
    background: #f5f5f7;
}

.apple-use-link {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.apple-use-copy {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 34px 24px 18px;
    color: #ffffff;
}

.apple-use-eyebrow {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.35;
}

.apple-use-copy h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(38px, 3.6vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.apple-use-copy > p:not(.apple-use-eyebrow) {
    margin: 8px auto 0;
    max-width: 520px;
    color: #1d1d1f;
    font-size: clamp(15px, 1.2vw, 19px);
    line-height: 1.3;
    font-weight: 500;
}

.apple-use-actions {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
}

.apple-use-action-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background: transparent;
    color: #ffffff;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.apple-use-action-primary:hover,
.apple-use-action-primary:focus {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.98);
    color: #ffffff;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.apple-use-action-primary::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
}

.apple-use-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.apple-use-image {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center center;
    display: block;
}

.apple-use-image-humanoid-portrait {
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.08);
    object-fit: contain;
    object-position: center top;
    background: #000000;
}

.apple-use-image-humanoid-top {
    object-position: center top;
}

.apple-use-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.18) 26%, rgba(0, 0, 0, 0) 46%);
}

@media screen and (max-width: 767px) {
    .trust-strip {
        margin-top: 0;
    }

    .homepage-products-banner {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-left: 0;
        padding-right: 0;
    }

    .products-banner-list {
        gap: 6px;
    }

    .products-banner-item {
        min-height: 480px;
        background-position: center bottom;
    }

    .products-banner-text {
        top: 24px;
        padding: 0 18px;
    }

    .eyebow.eyebrow-text {
        font-size: 13px;
    }

    .products-banner-text .subhead {
        font-size: 18px;
    }

    .products-banner-text .link-box {
        margin-top: 18px;
        font-size: 14px;
    }

    .products-banner-item-explorer-card {
        min-height: 500px;
    }

    .products-banner-copy {
        padding: 18px 16px 10px;
    }

    .products-banner-copy-explorer .eyebow.eyebrow-text {
        font-size: 12px;
    }

    .products-banner-copy-explorer .logo {
        font-size: 30px;
    }

    .products-banner-copy-explorer .subhead {
        font-size: 16px;
        max-width: none;
    }

    .products-banner-note {
        font-size: 12px;
    }

    .products-banner-note-secondary {
        font-size: 12px;
    }

    .products-banner-actions {
        gap: 14px;
        margin-top: 14px;
    }

    .products-banner-copy-stack .eyebow.eyebrow-text {
        font-size: 12px;
    }

    .products-banner-copy-stack .logo {
        font-size: 32px;
    }

    .products-banner-copy-stack .subhead {
        font-size: 18px;
        max-width: none;
    }

    .products-banner-figure {
        width: min(92%, 560px);
        height: min(64%, 360px);
        transform: translate(-50%, -20%);
    }

    .products-banner-media-explorer::before {
        display: none;
    }

    .products-banner-item-explorer-card .products-banner-figure,
    .products-banner-item-3d-card .products-banner-figure {
        filter: none;
    }

    .products-banner-item-explorer-card .products-banner-figure {
        width: 112%;
        height: 78%;
        transform: translate(-50%, -28%) scale(1.64);
    }

    .products-banner-item-3d-card {
        min-height: 500px;
    }

    .products-banner-item-3d-card .products-banner-figure {
        width: 104%;
        height: 76%;
        transform: translate(-50%, -28%) scale(1.2);
        filter: none;
    }

    .products-banner-figure {
        width: 86%;
        height: 62%;
        transform: translate(-50%, -42%);
    }

    .products-banner-media-stack {
        min-height: 286px;
    }

    .apple-use-grid-section {
        padding: 48px 0 48px;
    }

    .apple-use-groups {
        gap: 28px;
    }

    .apple-use-groups-intro,
    .apple-use-group-head {
        padding: 0;
    }

    .apple-use-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .apple-use-card {
        min-height: 400px;
        border-radius: 0;
    }

    .apple-use-copy {
        padding: 18px 16px 14px;
    }

    .apple-use-group {
        gap: 10px;
    }

    .apple-use-group-head {
        display: block;
        padding-top: 14px;
    }

    .apple-use-group-head h3,
    .apple-use-group-head p {
        padding-top: 6px;
        text-align: left;
    }

    .apple-use-group-head h3 {
        font-size: 18px;
    }

    .apple-use-group-head p {
        font-size: 13px;
        max-width: none;
    }

    .apple-use-copy h3 {
        font-size: 32px;
    }

    .apple-use-copy > p:not(.apple-use-eyebrow) {
        font-size: 16px;
        max-width: none;
    }

    .apple-use-actions {
        gap: 14px;
        margin-top: 14px;
        font-size: 15px;
    }

    .cta-band-actions {
        justify-content: flex-start;
    }

    .cc-hero-section {
        height: 100vh;
        height: 100dvh;
    }

    .cc-solution-stage {
        min-height: 68vh;
        min-height: 68dvh;
    }

    .cc-solution-hero-copy {
        padding: 88px 0 0;
    }

    .cc-shop-shell {
        padding: 34px 0 54px;
    }

    .cc-shop-stage {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .cc-shop-hero {
        min-height: 360px;
        border-radius: 16px;
    }

    .cc-shop-panel {
        position: static;
        top: auto;
        border-radius: 16px;
        padding: 24px 20px 22px;
    }

    .cc-shop-title {
        font-size: 36px;
    }

    .cc-shop-subtitle {
        font-size: 20px;
    }

    .cc-shop-price {
        font-size: 30px;
    }

    .cc-hero-wrap {
        transform: translate(-50%, -80%);
    }

    .cc-hero-slider {
        min-height: 250px;
    }

    .cc-hero-eyebrow {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .cc-hero-tagline {
        font-size: 18px;
        margin-top: 8px;
    }

    .cc-hero-actions {
        gap: 10px;
        margin-top: 14px;
    }

    .cc-hero-btn {
        min-width: 138px;
        height: 38px;
        padding: 0 18px;
        font-size: 13px;
    }

    .cc-hero-products {
        left: 50%;
        bottom: 28px;
        transform: translateX(-50%);
        height: auto;
        width: calc(100% - 32px);
        max-width: 320px;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .cc-hero-products-track {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding-top: 0;
        transform: none !important;
    }

    .cc-hero-products::before {
        display: none;
    }

    .cc-hero-product {
        min-width: 0;
        padding: 9px 14px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        background: rgba(8, 12, 18, 0.34);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        color: rgba(255, 255, 255, 0.72);
        font-size: 11px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .cc-hero-product.is-active,
    .cc-hero-product:hover,
    .cc-hero-product:focus {
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.42);
        background: rgba(255, 255, 255, 0.12);
    }

    .cc-hero-nav {
        display: none;
    }
}

/* Feature card icon */
.feature-icon {
    font-size: 28px;
    color: var(--cc-accent);
    margin-bottom: 10px;
    display: block;
}

/* Feature card top accent line */
.feature-box-02 .feature-textbox::before {
    content: '';
    display: block;
    height: 3px;
    width: 48px;
    background: var(--cc-accent);
    border-radius: 2px;
    margin: 0 auto 14px;
}

/* Licensing checklist */
.lic-checklist {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.lic-checklist li {
    padding: 4px 0 4px 22px;
    font-size: 13.5px;
    color: #4a5562;
    position: relative;
}

.lic-checklist li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--cc-accent);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 13px;
}

/* ── Style-system consolidation ──────────────────────────────── */

/* Inner-page content column: consistent line-length and spacing */
.inner-content-col h4,
.inner-content-col h5 {
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}

.inner-content-col h4:first-child,
.inner-content-col h5:first-child {
    margin-top: 0;
}

/* Patent card accent */
.patent-card {
    border-top: 4px solid var(--cc-accent);
}

/* Numbered process steps (licensing "How to Engage") */
.engage-steps {
    list-style: none;
    padding: 0;
    counter-reset: step;
}

.engage-steps li {
    counter-increment: step;
    padding: 10px 0 10px 48px;
    position: relative;
    border-bottom: 1px solid #f0f4f8;
}

.engage-steps li:last-child {
    border-bottom: none;
}

.engage-steps li::before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 10px;
    width: 28px;
    height: 28px;
    background: var(--cc-accent);
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Key Benefits heading on solution pages */
.inner-title h6 {
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--cc-accent);
    font-weight: 700;
    margin-bottom: 14px;
}

/* Footer top-bar icon accent */
.footer-top-bar .text-primary {
    color: var(--cc-accent) !important;
}

@media screen and (min-width: 992px) {
    .menu_area-light .navbar-nav > li.has-sub > ul {
        margin-top: 0;
        padding-top: 12px;
    }

    .menu_area-light .navbar-nav li > ul {
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(255, 255, 255, 0.42);
        border-radius: 14px;
        box-shadow: 0 18px 40px rgba(15, 23, 32, 0.14);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        min-width: 250px;
        padding: 14px 0 10px;
    }

    .menu_area-light .navbar-nav > li {
        position: relative;
    }

    .menu_area-light .navbar-nav > li.has-sub::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 14px;
    }

    .menu_area-light .navbar-nav li > ul li {
        border: 0;
        margin: 0;
    }

    .menu_area-light .navbar-nav li > ul li a {
        color: #1f2937;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.2px;
        line-height: 1.3;
        padding: 10px 18px;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .menu_area-light .navbar-nav li > ul li a:hover {
        background: rgba(255, 255, 255, 0.52);
        color: var(--cc-accent);
    }
}
