/*
Theme Name: Youhan Sensors
Theme URI: https://example.com/youhan-sensors
Author: Codex
Author URI: https://openai.com
Description: A WordPress theme for sensor export websites with product showcase sections, technical content and animated landing page effects.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: youhan-sensors
Tags: custom-logo, featured-images, one-page, wide-blocks, translation-ready
*/

:root {
    --bg: #f3f8ff;
    --surface: #ffffff;
    --surface-soft: #eaf6ff;
    --ink: #071b35;
    --muted: #5c718a;
    --line: rgba(0, 191, 255, 0.2);
    --blue: #176bff;
    --blue-deep: #073b86;
    --cyan: #00d9ff;
    --mint: #39f5ff;
    --amber: #ff9f1c;
    --coral: #ff5c7a;
    --sea: #061b33;
    --sea-2: #0a2b52;
    --electric: #5c8dff;
    --ice: #f5fbff;
    --shadow: 0 26px 80px rgba(5, 32, 70, 0.18);
    --radius: 8px;
    --topbar-height: 34px;
    --nav-height: 78px;
    --header-height: calc(var(--topbar-height) + var(--nav-height));
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 18% -8%, rgba(0, 217, 255, 0.16), transparent 34%),
        radial-gradient(circle at 88% 6%, rgba(23, 107, 255, 0.16), transparent 32%),
        linear-gradient(180deg, #f5fbff 0%, #eaf5ff 42%, #ffffff 100%);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

body.admin-bar .site-header {
    top: 32px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

p,
h1,
h2,
h3 {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.12;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2.45rem, 5vw, 4.9rem);
    max-width: 11ch;
    margin-bottom: 24px;
}

h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    margin-bottom: 18px;
}

h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    left: 16px;
    top: 16px;
    transform: translateY(-140%);
    padding: 10px 14px;
    color: #fff;
    background: var(--blue-deep);
    border-radius: var(--radius);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: var(--header-height);
    background:
        linear-gradient(90deg, rgba(6, 27, 51, 0.94), rgba(8, 41, 80, 0.9));
    border-bottom: 1px solid rgba(0, 217, 255, 0.18);
    backdrop-filter: blur(18px);
    transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.is-scrolled {
    background:
        linear-gradient(90deg, rgba(4, 18, 38, 0.97), rgba(7, 38, 76, 0.94));
    box-shadow: 0 16px 44px rgba(2, 17, 38, 0.28);
}

.top-contact-bar {
    height: var(--topbar-height);
    border-bottom: 1px solid rgba(0, 217, 255, 0.14);
    background: rgba(3, 17, 31, 0.72);
}

.top-contact-inner {
    width: min(calc(100% - 32px), 1240px);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}

.top-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(234, 248, 255, 0.82);
    font-size: 0.78rem;
    line-height: 1;
}

.top-contact-item:hover,
.top-contact-item:focus {
    color: #ffffff;
}

.top-contact-item span {
    color: var(--cyan);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.nav-shell {
    width: min(calc(100% - 32px), 1240px);
    height: var(--nav-height);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 150px;
}

.brand-logo {
    width: 132px;
    height: 50px;
    padding: 4px;
    border-radius: 8px;
    object-fit: contain;
}

.brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 217, 255, 0.32);
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff, #e7f8ff);
    box-shadow: 0 12px 30px rgba(0, 217, 255, 0.18);
}

.brand-text {
    min-width: 0;
}

.brand-text strong,
.brand-text small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand-text strong {
    max-width: 260px;
    font-size: 0.94rem;
    line-height: 1.2;
}

.brand-text small {
    max-width: 220px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.2;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-left: auto;
}

.primary-nav a {
    padding: 9px 12px;
    color: rgba(234, 248, 255, 0.88);
    font-size: 0.94rem;
    font-weight: 650;
    border-radius: 8px;
}

.primary-nav a:hover,
.primary-nav a:focus {
    color: #ffffff;
    background: rgba(0, 217, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(0, 217, 255, 0.18);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(0, 217, 255, 0.14);
    cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: #ffffff;
    border-radius: 2px;
}

.screen-reader-text {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
}

.site-main {
    overflow: hidden;
}

.home-carousel {
    position: relative;
    height: 720px;
    min-height: 360px;
    overflow: hidden;
    background: var(--sea);
}

.carousel-track,
.carousel-slide {
    position: absolute;
    inset: 0;
}

.carousel-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.72s ease;
}

.carousel-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 27, 51, 0.08), rgba(0, 217, 255, 0.04) 50%, rgba(6, 27, 51, 0.12));
}

.carousel-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-block: 72px;
    color: #ffffff;
}

.carousel-content h2 {
    max-width: 720px;
    margin-bottom: 18px;
    font-size: clamp(2.1rem, 5vw, 4.2rem);
    text-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
}

.carousel-content p {
    max-width: 620px;
    margin-bottom: 26px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.carousel-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 217, 255, 0.42);
    border-radius: 8px;
    background: rgba(6, 27, 51, 0.32);
    backdrop-filter: blur(14px);
    cursor: pointer;
    transform: translateY(-50%);
}

.carousel-arrow:hover {
    background: rgba(0, 217, 255, 0.18);
    box-shadow: 0 0 28px rgba(0, 217, 255, 0.22);
}

.carousel-arrow span {
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.carousel-arrow--prev {
    left: max(18px, calc((100vw - var(--container)) / 2 - 68px));
}

.carousel-arrow--prev span {
    transform: rotate(45deg) translate(2px, -2px);
}

.carousel-arrow--next {
    right: max(18px, calc((100vw - var(--container)) / 2 - 68px));
}

.carousel-arrow--next span {
    transform: rotate(-135deg) translate(2px, -2px);
}

.carousel-dots {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 24px;
    display: flex;
    gap: 9px;
    transform: translateX(-50%);
}

.carousel-dots button {
    width: 38px;
    height: 5px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 217, 255, 0.35);
    cursor: pointer;
}

.carousel-dots button.is-active {
    background: #ffffff;
    box-shadow: 0 0 18px rgba(0, 217, 255, 0.5);
}

.hero-section {
    position: relative;
    min-height: calc(100vh - var(--header-height));
    padding: clamp(74px, 10vw, 132px) 0 78px;
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 28%, rgba(0, 217, 255, 0.18), transparent 30%),
        linear-gradient(125deg, rgba(236, 247, 255, 0.98), rgba(255, 255, 255, 0.93) 48%, rgba(229, 245, 255, 0.9)),
        repeating-linear-gradient(90deg, rgba(23, 107, 255, 0.07) 0 1px, transparent 1px 80px),
        repeating-linear-gradient(0deg, rgba(0, 217, 255, 0.055) 0 1px, transparent 1px 80px);
}

.hero-network,
.hero-aurora {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-network {
    z-index: -2;
    opacity: 0.72;
}

.hero-aurora {
    z-index: -1;
    background:
        linear-gradient(115deg, transparent 0 18%, rgba(23, 107, 255, 0.12) 18% 19%, transparent 19% 40%, rgba(0, 217, 255, 0.1) 40% 41%, transparent 41% 100%),
        linear-gradient(160deg, transparent 0 58%, rgba(92, 141, 255, 0.1) 58% 59%, transparent 59% 100%);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    align-items: center;
    gap: clamp(34px, 7vw, 92px);
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--blue-deep);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-lead {
    max-width: 640px;
    margin-bottom: 30px;
    color: #435b77;
    font-size: clamp(1.04rem, 2vw, 1.2rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    font-weight: 800;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus {
    transform: translateY(-2px);
}

.button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--electric) 48%, var(--cyan));
    box-shadow: 0 18px 42px rgba(23, 107, 255, 0.3), 0 0 28px rgba(0, 217, 255, 0.18);
}

.button--ghost {
    color: var(--blue-deep);
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(0, 153, 255, 0.24);
    box-shadow: inset 0 0 0 1px rgba(0, 217, 255, 0.08);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hero-badges span {
    padding: 8px 12px;
    color: #173e69;
    font-size: 0.84rem;
    font-weight: 700;
    border: 1px solid rgba(0, 153, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
}

.hero-visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}

.hero-device {
    width: min(100%, 560px);
    filter: drop-shadow(0 38px 45px rgba(34, 91, 143, 0.18));
    animation: float-device 7s ease-in-out infinite;
}

.sensor-orbit {
    position: absolute;
    width: min(84vw, 520px);
    aspect-ratio: 1;
    border: 1px solid rgba(0, 217, 255, 0.26);
    border-radius: 50%;
    animation: rotate-slow 18s linear infinite;
}

.sensor-orbit span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 0 8px rgba(0, 217, 255, 0.12);
}

.sensor-orbit span:nth-child(1) {
    top: 8%;
    left: 50%;
}

.sensor-orbit span:nth-child(2) {
    right: 9%;
    bottom: 22%;
    background: var(--mint);
}

.sensor-orbit span:nth-child(3) {
    left: 14%;
    bottom: 18%;
    background: var(--amber);
}

.signal-card {
    position: absolute;
    min-width: 132px;
    padding: 14px 16px;
    border: 1px solid rgba(0, 217, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--shadow);
    backdrop-filter: blur(14px);
}

.signal-card strong,
.signal-card small {
    display: block;
}

.signal-card strong {
    color: var(--blue-deep);
    font-size: 1.1rem;
}

.signal-card small {
    color: var(--muted);
    font-size: 0.78rem;
}

.signal-card--top {
    top: 56px;
    right: 4%;
}

.signal-card--bottom {
    left: 4%;
    bottom: 72px;
}

.stats-band {
    position: relative;
    padding: 34px 0;
    background: linear-gradient(90deg, #ffffff, #f1f9ff);
    border-block: 1px solid rgba(0, 153, 255, 0.16);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.stat-card {
    padding: 24px;
    border: 1px solid rgba(0, 153, 255, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, #ffffff, #eef8ff),
        radial-gradient(circle at 92% 16%, rgba(0, 217, 255, 0.16), transparent 30%);
    box-shadow: 0 16px 42px rgba(5, 45, 92, 0.08);
}

.stat-card strong {
    display: block;
    color: var(--blue-deep);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-card span {
    color: var(--muted);
    font-weight: 750;
}

.section {
    padding: clamp(72px, 10vw, 122px) 0;
}

.split-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1fr);
    align-items: center;
    gap: clamp(34px, 6vw, 76px);
}

.split-grid--reverse {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 0.96fr);
}

.section-copy p,
.section-heading p {
    max-width: 720px;
    color: var(--muted);
}

.feature-panel {
    display: grid;
    gap: 12px;
    padding: 28px;
    border: 1px solid rgba(0, 153, 255, 0.16);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 217, 255, 0.16), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 246, 255, 0.9)),
        repeating-linear-gradient(90deg, transparent 0 38px, rgba(23, 107, 255, 0.055) 38px 39px);
    box-shadow: var(--shadow);
}

.feature-row {
    display: grid;
    grid-template-columns: 22px 1fr;
    align-items: start;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(0, 153, 255, 0.12);
    border-radius: 8px;
    background: #fff;
}

.feature-row p {
    margin: 0;
    color: #244a70;
    font-weight: 700;
}

.check-dot {
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 217, 255, 0.14);
}

.check-dot::after {
    content: "";
    width: 9px;
    height: 5px;
    border-left: 2px solid var(--cyan);
    border-bottom: 2px solid var(--cyan);
    transform: rotate(-45deg) translateY(-1px);
}

.product-section {
    background:
        radial-gradient(circle at 6% 6%, rgba(0, 217, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #edf8ff 0%, #ffffff 100%);
}

.section-heading {
    max-width: 770px;
    margin-bottom: 32px;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.filter-bar button {
    min-height: 42px;
    padding: 8px 15px;
    color: #214b72;
    font: inherit;
    font-weight: 800;
    border: 1px solid rgba(0, 153, 255, 0.2);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.filter-bar button.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 12px 26px rgba(23, 107, 255, 0.2);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.product-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(0, 153, 255, 0.16);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 46px rgba(5, 45, 92, 0.1);
    transform-style: preserve-3d;
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    border-color: rgba(0, 217, 255, 0.32);
    box-shadow: 0 26px 70px rgba(5, 45, 92, 0.16), 0 0 24px rgba(0, 217, 255, 0.1);
}

.product-card.is-hidden {
    display: none;
}

.product-media {
    min-height: 194px;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at 74% 18%, rgba(0, 217, 255, 0.16), transparent 34%),
        linear-gradient(135deg, #e8f6ff, #ffffff),
        repeating-linear-gradient(45deg, rgba(23, 107, 255, 0.07) 0 1px, transparent 1px 18px);
}

.product-media img {
    width: min(100%, 230px);
    max-height: 172px;
}

.product-content {
    flex: 1;
    padding: 22px;
}

.product-tag {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 9px;
    color: #e8fbff;
    font-size: 0.72rem;
    font-weight: 850;
    border: 1px solid rgba(0, 217, 255, 0.34);
    border-radius: 999px;
    background: rgba(0, 217, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.product-content p {
    color: var(--muted);
}

.product-content :where(h2, h3),
.news-card :where(h2, h3),
.list-card h2 {
    margin-bottom: 10px;
    font-size: clamp(1.08rem, 1.4vw, 1.28rem);
    line-height: 1.34;
    overflow-wrap: break-word;
}

.product-content ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.product-content li {
    position: relative;
    padding-left: 18px;
    color: #2f5678;
    font-size: 0.93rem;
}

.product-content li + li {
    margin-top: 8px;
}

.product-content li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 10px rgba(0, 217, 255, 0.5);
}

.applications-section {
    background:
        linear-gradient(180deg, #ffffff, #f5fbff);
}

.application-map {
    padding: 22px;
    border: 1px solid rgba(0, 153, 255, 0.16);
    border-radius: var(--radius);
    background: linear-gradient(180deg, #ffffff, #eaf7ff);
    box-shadow: var(--shadow);
}

.application-list {
    display: grid;
    gap: 14px;
    margin-top: 26px;
}

.application-list div,
.support-card,
.news-card,
.list-card {
    border: 1px solid rgba(0, 153, 255, 0.15);
    border-radius: var(--radius);
    background: #fff;
}

.application-list div {
    padding: 18px 20px;
}

.application-list p,
.support-card p,
.news-card p,
.list-card p {
    color: var(--muted);
    margin-bottom: 0;
}

.support-section {
    background:
        radial-gradient(circle at 88% 0%, rgba(0, 217, 255, 0.12), transparent 28%),
        linear-gradient(180deg, #eef8ff 0%, #ffffff 100%);
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.support-card {
    padding: 24px;
    box-shadow: 0 16px 44px rgba(5, 45, 92, 0.09);
}

.support-card > span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    place-items: center;
    color: #fff;
    font-weight: 900;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    box-shadow: 0 12px 28px rgba(0, 153, 255, 0.22);
}

.support-card h2 {
    font-size: clamp(1.05rem, 1.25vw, 1.2rem);
    line-height: 1.34;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.support-card a:hover {
    color: var(--blue-deep);
}

.process-section {
    padding-top: 22px;
    background:
        linear-gradient(180deg, #ffffff, #f3f9ff);
}

.process-track {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border: 1px solid rgba(0, 153, 255, 0.18);
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow);
}

.process-step {
    position: relative;
    min-height: 146px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    background:
        radial-gradient(circle at 82% 22%, rgba(0, 217, 255, 0.1), transparent 30%),
        linear-gradient(180deg, #ffffff, #f5fbff);
}

.process-step + .process-step {
    border-left: 1px solid rgba(0, 153, 255, 0.14);
}

.process-step::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    opacity: 0.42;
}

.process-number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--blue-deep);
    font-weight: 900;
    border-radius: 50%;
    background: rgba(0, 217, 255, 0.13);
}

.process-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: var(--blue-deep);
    border: 1px solid rgba(0, 153, 255, 0.22);
    border-radius: 8px;
    background:
        radial-gradient(circle at 76% 16%, rgba(0, 217, 255, 0.18), transparent 36%),
        linear-gradient(135deg, #eff9ff, #ffffff);
    box-shadow: 0 12px 28px rgba(5, 45, 92, 0.12);
}

.process-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.process-step p {
    margin: 0;
    color: #244a70;
    font-weight: 800;
}

.news-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #eff8ff 100%);
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.news-card,
.list-card {
    padding: 24px;
    box-shadow: 0 14px 38px rgba(5, 45, 92, 0.08);
}

.news-card time,
.list-card time {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--coral);
    font-size: 0.84rem;
    font-weight: 850;
}

.news-card a:hover,
.list-card a:hover {
    color: var(--blue-deep);
}

.contact-section {
    color: #fff;
    background:
        radial-gradient(circle at 82% 20%, rgba(0, 217, 255, 0.32), transparent 32%),
        linear-gradient(135deg, var(--sea) 0%, #073b86 48%, #0b63d8 100%);
}

.contact-section .eyebrow,
.contact-section .section-copy p {
    color: rgba(255, 255, 255, 0.84);
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.76fr);
    gap: clamp(30px, 6vw, 76px);
    align-items: start;
}

.contact-details {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.contact-details p {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 12px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.contact-details strong {
    color: #ffffff;
}

.contact-form {
    padding: 28px;
    border: 1px solid rgba(0, 217, 255, 0.26);
    border-radius: var(--radius);
    background: rgba(6, 27, 51, 0.28);
    box-shadow: 0 26px 76px rgba(2, 17, 38, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.contact-form label {
    display: grid;
    gap: 7px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 760;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 217, 255, 0.24);
    border-radius: 8px;
    padding: 13px 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    font: inherit;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: rgba(0, 217, 255, 0.7);
    box-shadow: 0 0 0 4px rgba(0, 217, 255, 0.12);
}

.contact-form .button {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.contact-form .button:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.form-status {
    min-height: 1.5em;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 760;
}

.form-status.is-success {
    color: #d9fff3;
}

.form-status.is-error {
    color: #ffe2df;
}

.site-footer {
    padding: 58px 0 24px;
    color: #c7d9ec;
    background:
        radial-gradient(circle at 12% 0%, rgba(0, 217, 255, 0.12), transparent 34%),
        linear-gradient(135deg, #041226, var(--sea));
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.6fr) minmax(220px, 0.7fr);
    gap: 34px;
}

.brand--footer .brand-mark {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.brand--footer .brand-logo {
    width: 150px;
    height: 58px;
    padding: 6px;
    border-radius: 8px;
}

.footer-brand p {
    max-width: 520px;
    margin: 18px 0 0;
}

.footer-links,
.footer-contact {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-links h2,
.footer-contact h2 {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 1rem;
}

.footer-links a,
.footer-contact a {
    color: #d9ebf8;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--cyan);
}

.footer-contact-details {
    display: grid;
    gap: 10px;
}

.footer-contact-details p {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 10px;
    margin: 0;
    color: #d9ebf8;
}

.footer-contact-details strong {
    color: #ffffff;
    font-weight: 800;
}

.footer-bottom {
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 217, 255, 0.16);
    color: #a9bfd1;
    font-size: 0.92rem;
}

.floating-contact {
    position: fixed;
    z-index: 120;
    right: 18px;
    top: 50%;
    display: grid;
    gap: 8px;
    transform: translateY(-50%);
}

.floating-contact-button {
    position: relative;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #ffffff;
    border: 1px solid rgba(0, 217, 255, 0.32);
    border-radius: 8px;
    background: rgba(7, 29, 54, 0.95);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    cursor: pointer;
}

.floating-contact-button:hover,
.floating-contact-button:focus {
    color: #ffffff;
    border-color: rgba(0, 217, 255, 0.62);
    background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.floating-contact-button svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.floating-contact-panel {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    min-width: 150px;
    padding: 10px 12px;
    color: #ffffff;
    border: 1px solid rgba(0, 217, 255, 0.24);
    border-radius: 8px;
    background: rgba(3, 17, 31, 0.94);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%);
    transition: opacity 0.18s ease, transform 0.18s ease;
    white-space: nowrap;
}

.floating-contact-button:hover .floating-contact-panel,
.floating-contact-button:focus .floating-contact-panel,
.floating-contact-button:focus-within .floating-contact-panel {
    opacity: 1;
    transform: translate(0, -50%);
}

.floating-contact-panel--qr {
    width: 190px;
    min-width: 190px;
    padding: 12px;
    white-space: normal;
}

.floating-contact-panel--qr img {
    width: 166px;
    height: 166px;
    object-fit: contain;
    border-radius: 4px;
    background: #ffffff;
}

.floating-contact-panel--qr > span {
    display: grid;
    width: 166px;
    height: 166px;
    place-items: center;
    color: #c8d9eb;
    border: 1px dashed rgba(0, 217, 255, 0.36);
    border-radius: 4px;
    text-align: center;
}

.copy-toast {
    position: fixed;
    z-index: 130;
    right: 22px;
    bottom: 22px;
    max-width: min(340px, calc(100vw - 44px));
    padding: 12px 14px;
    color: #ffffff;
    border: 1px solid rgba(0, 217, 255, 0.32);
    border-radius: 8px;
    background: rgba(3, 17, 31, 0.96);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.copy-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.page-hero {
    padding: clamp(84px, 12vw, 140px) 0 64px;
    background:
        radial-gradient(circle at 82% 22%, rgba(0, 217, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #e8f6ff, #ffffff 52%, #eef8ff),
        repeating-linear-gradient(90deg, rgba(23, 107, 255, 0.065) 0 1px, transparent 1px 70px);
}

.page-hero h1 {
    max-width: 840px;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    line-height: 1.16;
    overflow-wrap: break-word;
}

.entry-content {
    max-width: 860px;
}

.entry-content :where(p, ul, ol) {
    color: #355873;
}

.entry-content a {
    color: var(--blue-deep);
    font-weight: 700;
}

.spec-panel {
    margin-bottom: 30px;
    padding: 24px;
    border: 1px solid rgba(0, 153, 255, 0.16);
    border-radius: var(--radius);
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 217, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff, #eef8ff);
}

.spec-panel h2 {
    font-size: 1.35rem;
}

.spec-panel ul {
    margin-bottom: 0;
}

.download-panel {
    margin-bottom: 34px;
    padding: 24px;
    border: 1px solid rgba(0, 153, 255, 0.16);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 16px 44px rgba(5, 45, 92, 0.09);
}

.download-panel h2 {
    font-size: 1.35rem;
}

.download-panel > p {
    color: var(--muted);
}

.download-list {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.download-item {
    display: grid;
    grid-template-columns: 46px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(0, 153, 255, 0.14);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f3faff);
}

.download-item:hover {
    border-color: rgba(0, 217, 255, 0.38);
    box-shadow: 0 14px 34px rgba(5, 45, 92, 0.12), 0 0 18px rgba(0, 217, 255, 0.08);
}

.download-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.download-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.download-item strong,
.download-item small {
    display: block;
}

.download-item small {
    color: var(--muted);
    font-size: 0.86rem;
}

.download-item em {
    font-style: normal;
    color: var(--blue-deep);
    font-weight: 850;
}

.entry-media {
    margin-bottom: 28px;
}

.entry-media img,
.product-detail-media img {
    border-radius: var(--radius);
}

.single-content-section {
    padding-top: clamp(28px, 4vw, 48px);
}

.single .page-hero h1 {
    max-width: 980px;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.24;
}

.single-content-section .entry-media {
    margin-bottom: 18px;
}

.single-content-section :where(h1, h2, h3, h4, h5, h6) {
    max-width: none;
    line-height: 1.32;
    margin: 1.15em 0 0.55em;
}

.single-content-section h1 {
    font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.single-content-section h2 {
    font-size: clamp(1.34rem, 2vw, 1.68rem);
}

.single-content-section h3 {
    font-size: clamp(1.16rem, 1.55vw, 1.34rem);
}

.single-content-section :where(h4, h5, h6) {
    font-size: 1.05rem;
}

.single-content-section :where(.aligncenter, img.aligncenter, figure.aligncenter) {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.single-content-section figure.aligncenter,
.single-content-section .wp-block-image.aligncenter {
    text-align: center;
}

.single-content-section .wp-block-image.aligncenter img {
    margin-right: auto;
    margin-left: auto;
}

.content-list {
    display: grid;
    gap: 18px;
}

.pagination,
.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
}

.page-numbers {
    min-width: 40px;
    min-height: 40px;
    display: inline-grid;
    place-items: center;
    padding: 8px 12px;
    color: #244a70;
    border: 1px solid rgba(0, 153, 255, 0.18);
    border-radius: 8px;
    background: #fff;
    font-weight: 800;
}

.page-numbers.current {
    color: #fff;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 44px;
    align-items: center;
}

.product-detail-media {
    padding: 24px;
    border: 1px solid rgba(0, 153, 255, 0.16);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.product-detail-hero h1 {
    max-width: 920px;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.24;
}

.about-hero {
    padding: clamp(88px, 10vw, 132px) 0 72px;
    background:
        repeating-linear-gradient(90deg, rgba(0, 217, 255, 0.06) 0 1px, transparent 1px 88px),
        linear-gradient(135deg, #03111f 0%, #082a4e 54%, #0b63d8 100%);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
    gap: clamp(32px, 6vw, 72px);
    align-items: center;
}

.about-hero-copy h1 {
    max-width: 12ch;
    color: #ffffff;
}

.about-hero-copy p {
    max-width: 680px;
    color: #c8d9eb;
    font-size: 1.04rem;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.about-visual {
    position: relative;
    min-height: 470px;
    display: grid;
    align-items: end;
}

.about-visual img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border: 1px solid rgba(0, 217, 255, 0.26);
    border-radius: var(--radius);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.about-visual-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: min(280px, calc(100% - 44px));
    padding: 18px;
    color: #ffffff;
    border: 1px solid rgba(0, 217, 255, 0.32);
    border-radius: var(--radius);
    background: rgba(3, 17, 31, 0.88);
    backdrop-filter: blur(16px);
}

.about-visual-card strong,
.about-visual-card span {
    display: block;
}

.about-visual-card strong {
    margin-bottom: 6px;
    color: var(--cyan);
}

.about-visual-card span {
    color: #c8d9eb;
    font-size: 0.92rem;
}

.about-metrics {
    padding: 0 0 42px;
    background: #03111f;
}

.about-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(0, 217, 255, 0.24);
    border-radius: var(--radius);
    background: rgba(0, 217, 255, 0.18);
}

.about-metric {
    padding: 26px;
    background: rgba(7, 29, 54, 0.95);
}

.about-metric strong,
.about-metric span {
    display: block;
}

.about-metric strong {
    color: #ffffff;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1;
}

.about-metric span {
    margin-top: 8px;
    color: #a9bfd1;
}

.about-section {
    padding: clamp(64px, 8vw, 100px) 0;
    background:
        repeating-linear-gradient(90deg, rgba(0, 217, 255, 0.05) 0 1px, transparent 1px 86px),
        linear-gradient(135deg, rgba(3, 17, 31, 0.98), rgba(6, 27, 51, 0.96) 48%, rgba(7, 59, 134, 0.78));
}

.about-section--cards {
    padding-top: 72px;
}

.about-story-grid,
.about-process-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.about-section-heading {
    max-width: 680px;
}

.about-section-heading h2 {
    color: #ffffff;
    font-size: clamp(1.85rem, 3.5vw, 3rem);
}

.about-story {
    display: grid;
    gap: 18px;
    color: #c8d9eb;
    font-size: 1.02rem;
}

.about-story p {
    margin-bottom: 0;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.about-capability {
    min-height: 100%;
    padding: 26px;
    color: #c8d9eb;
    border: 1px solid rgba(0, 217, 255, 0.24);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(10, 41, 74, 0.94), rgba(5, 22, 42, 0.96)),
        linear-gradient(135deg, rgba(0, 217, 255, 0.08), transparent 44%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.about-capability h3 {
    color: #ffffff;
    line-height: 1.28;
}

.about-capability p {
    margin-bottom: 0;
}

.about-process-list {
    display: grid;
    gap: 14px;
}

.about-process-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    color: #c8d9eb;
    border: 1px solid rgba(0, 217, 255, 0.22);
    border-radius: var(--radius);
    background: rgba(7, 29, 54, 0.82);
}

.about-process-item span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--cyan);
    border: 1px solid rgba(0, 217, 255, 0.28);
    border-radius: 8px;
    background: rgba(0, 217, 255, 0.1);
    font-weight: 900;
}

.about-process-item p {
    margin-bottom: 0;
}

.about-cta {
    padding: 72px 0;
    background:
        repeating-linear-gradient(90deg, rgba(0, 217, 255, 0.08) 0 1px, transparent 1px 92px),
        linear-gradient(135deg, #03111f 0%, #061b33 48%, #0b63d8 100%);
}

.about-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 30px;
    border: 1px solid rgba(0, 217, 255, 0.24);
    border-radius: var(--radius);
    background: rgba(3, 17, 31, 0.62);
}

.about-cta h2 {
    max-width: 760px;
    margin-bottom: 0;
    color: #ffffff;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes float-device {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@keyframes rotate-slow {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1080px) {
    .primary-nav {
        position: fixed;
        inset: var(--header-height) 16px auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border: 1px solid rgba(0, 217, 255, 0.22);
        border-radius: var(--radius);
        background: rgba(6, 27, 51, 0.96);
        box-shadow: 0 20px 58px rgba(2, 17, 38, 0.32);
    }

    .primary-nav.is-open {
        display: flex;
    }

    .primary-nav a {
        padding: 12px;
        color: rgba(234, 248, 255, 0.9);
    }

    .nav-toggle {
        display: block;
    }

    .hero-grid,
    .split-grid,
    .split-grid--reverse,
    .contact-grid,
    .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .carousel-arrow--prev {
        left: 16px;
    }

    .carousel-arrow--next {
        right: 16px;
    }

    .hero-copy {
        order: 1;
    }

    .hero-visual {
        order: 2;
        min-height: 420px;
    }

    .product-grid,
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .nav-shell {
        gap: 12px;
    }

    .brand {
        min-width: 0;
    }

    .brand-logo {
        width: 116px;
        height: 44px;
    }

    .brand-text strong {
        max-width: 160px;
    }

    .brand-text small {
        display: none;
    }

    .hero-section {
        min-height: auto;
        padding-top: 60px;
    }

    .home-carousel {
        height: 420px;
        min-height: 420px;
    }

    .carousel-content {
        padding-right: 58px;
    }

    h1 {
        max-width: 13ch;
    }

    .page-hero h1 {
        max-width: 100%;
        font-size: clamp(1.78rem, 8vw, 2.35rem);
    }

    .stats-grid,
    .product-grid,
    .news-grid,
    .support-grid {
        grid-template-columns: 1fr;
    }

    .process-track {
        grid-template-columns: 1fr;
    }

    .process-step + .process-step {
        border-top: 1px solid rgba(0, 153, 255, 0.14);
        border-left: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .contact-details p {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .footer-contact-details p {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .download-item {
        grid-template-columns: 42px 1fr;
    }

    .download-item em {
        grid-column: 2;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .site-header {
        height: 70px;
    }

    :root {
        --header-height: 70px;
    }

    .brand-mark {
        width: 42px;
        height: 42px;
    }

    .brand-logo {
        width: 104px;
        height: 40px;
    }

    .hero-actions,
    .filter-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .home-carousel {
        height: 390px;
        min-height: 390px;
    }

    .carousel-arrow {
        width: 38px;
        height: 38px;
    }

    .carousel-dots {
        bottom: 16px;
    }

    .carousel-dots button {
        width: 28px;
    }

    .button,
    .filter-bar button {
        width: 100%;
    }

    .hero-visual {
        min-height: 340px;
    }

    .signal-card {
        min-width: 112px;
        padding: 10px 12px;
    }

    .signal-card--top {
        top: 28px;
    }

    .signal-card--bottom {
        bottom: 44px;
    }
}

/* Dark industrial harmony layer */
:root {
    --dark-bg: #03111f;
    --dark-bg-2: #061b33;
    --dark-panel: #071d36;
    --dark-panel-2: #0a294a;
    --dark-card: rgba(7, 29, 54, 0.92);
    --dark-card-2: rgba(10, 41, 74, 0.9);
    --dark-line: rgba(0, 217, 255, 0.24);
    --text-light: #edf7ff;
    --text-soft: #c8d9eb;
    --text-muted-dark: #9fb7ce;
}

body {
    color: var(--text-light);
    background:
        repeating-linear-gradient(90deg, rgba(0, 217, 255, 0.06) 0 1px, transparent 1px 96px),
        linear-gradient(180deg, var(--dark-bg) 0%, var(--dark-bg-2) 46%, #041226 100%);
}

h1,
h2,
h3,
.entry-content :where(h2, h3, h4, strong) {
    color: var(--text-light);
}

.eyebrow,
.page-hero .eyebrow,
.news-card time,
.list-card time {
    color: var(--cyan);
}

.hero-section,
.page-hero,
section.section:not(.contact-section),
.product-section,
.applications-section,
.support-section,
.process-section,
.news-section {
    background:
        repeating-linear-gradient(90deg, rgba(0, 217, 255, 0.06) 0 1px, transparent 1px 86px),
        repeating-linear-gradient(0deg, rgba(92, 141, 255, 0.05) 0 1px, transparent 1px 86px),
        linear-gradient(135deg, rgba(3, 17, 31, 0.98), rgba(6, 27, 51, 0.96) 48%, rgba(7, 59, 134, 0.78));
}

.hero-lead,
.page-hero p,
.section-copy p,
.section-heading p,
.entry-content :where(p, ul, ol),
.product-content p,
.product-content ul,
.application-list p,
.support-card p,
.news-card p,
.list-card p,
.download-panel > p,
.download-item small,
.stat-card span {
    color: var(--text-muted-dark);
}

.button--ghost,
.hero-badges span,
.filter-bar button,
.page-numbers {
    color: var(--text-soft);
    border-color: var(--dark-line);
    background: rgba(8, 32, 61, 0.72);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hero-badges span {
    color: #dff6ff;
}

.stats-band,
.process-track {
    border-color: var(--dark-line);
    background: linear-gradient(90deg, rgba(3, 17, 31, 0.96), rgba(8, 42, 78, 0.92));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.stat-card,
.feature-panel,
.product-card,
.application-map,
.application-list div,
.support-card,
.news-card,
.list-card,
.spec-panel,
.download-panel,
.product-detail-media {
    color: var(--text-light);
    border-color: var(--dark-line);
    background:
        linear-gradient(180deg, rgba(10, 41, 74, 0.94), rgba(5, 22, 42, 0.96)),
        linear-gradient(135deg, rgba(0, 217, 255, 0.08), transparent 44%);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.stat-card strong,
.product-content h3,
.application-list h3,
.support-card h2,
.news-card h2,
.list-card h2,
.spec-panel h2,
.download-panel h2,
.download-item strong {
    color: var(--text-light);
}

.product-card:hover,
.support-card:hover,
.news-card:hover,
.list-card:hover,
.download-item:hover {
    border-color: rgba(0, 217, 255, 0.46);
    box-shadow: 0 30px 86px rgba(0, 0, 0, 0.34), 0 0 26px rgba(0, 217, 255, 0.12);
}

.product-media,
.process-step,
.download-item {
    border-color: rgba(0, 217, 255, 0.16);
    background:
        linear-gradient(145deg, rgba(8, 32, 61, 0.96), rgba(4, 18, 38, 0.94)),
        repeating-linear-gradient(45deg, rgba(0, 217, 255, 0.06) 0 1px, transparent 1px 18px);
}

.process-step + .process-step {
    border-left-color: rgba(0, 217, 255, 0.16);
}

.process-number,
.process-icon {
    color: var(--cyan);
    border-color: rgba(0, 217, 255, 0.28);
    background: rgba(0, 217, 255, 0.11);
    box-shadow: 0 0 24px rgba(0, 217, 255, 0.12);
}

.process-step p {
    color: var(--text-light);
}

.entry-content a,
.support-card a:hover,
.news-card a:hover,
.list-card a:hover,
.download-item em {
    color: var(--cyan);
}

.entry-media img,
.product-detail-media img {
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.download-panel {
    margin-top: 34px;
    margin-bottom: 0;
}

.contact-section {
    background:
        repeating-linear-gradient(90deg, rgba(0, 217, 255, 0.08) 0 1px, transparent 1px 92px),
        linear-gradient(135deg, #03111f 0%, #061b33 48%, #0b63d8 100%);
}

@media (max-width: 1080px) {
    .about-hero-grid,
    .about-story-grid,
    .about-process-grid {
        grid-template-columns: 1fr;
    }

    .about-visual {
        min-height: 360px;
    }

    .about-visual img {
        min-height: 360px;
    }

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

@media (max-width: 782px) {
    .top-contact-inner {
        justify-content: flex-start;
        gap: 12px;
    }

    .top-contact-item {
        font-size: 0.72rem;
    }

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

    .about-capability-grid {
        grid-template-columns: 1fr;
    }

    .about-cta-inner {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    :root {
        --topbar-height: 42px;
        --nav-height: 70px;
        --header-height: calc(var(--topbar-height) + var(--nav-height));
    }

    .site-header {
        height: var(--header-height);
    }

    .top-contact-inner {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .top-contact-inner::-webkit-scrollbar {
        display: none;
    }

    .top-contact-item {
        flex: 0 0 auto;
    }

    .about-hero {
        padding-top: 68px;
    }

    .about-hero-copy h1 {
        max-width: 100%;
        font-size: clamp(2.05rem, 11vw, 3rem);
    }

    .about-hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .about-visual,
    .about-visual img {
        min-height: 300px;
    }

    .about-metrics-grid {
        grid-template-columns: 1fr;
    }

    .about-process-item {
        grid-template-columns: 1fr;
    }

    .floating-contact {
        right: 12px;
    }

    .floating-contact-button {
        width: 46px;
        height: 46px;
    }

    .floating-contact-panel--qr {
        width: 172px;
        min-width: 172px;
    }

    .floating-contact-panel--qr img,
    .floating-contact-panel--qr > span {
        width: 148px;
        height: 148px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
.trp-switcher-position-top.trp-floating-switcher{
	top:42px!important;
	right:20px!important;
}
