:root {
    --bg-dark: #081726;
    --bg-dark-2: #0b2237;
    --bg-light: #f4f8fd;
    --bg-soft: #edf4fd;
    --text-dark: #102235;
    --text-muted: #6b7c90;
    --white: #ffffff;
    --primary: #124f9b;
    --primary-2: #1c66c1;
    --accent: #2a73de;
    --highlight: #ffb74d;
    --line: rgba(255, 255, 255, 0.12);
    --shadow-lg: 0 25px 55px rgba(7, 20, 35, 0.22);
    --shadow-md: 0 14px 35px rgba(12, 30, 51, 0.14);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --container-max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    color: var(--text-dark);
    background: var(--bg-light);
    line-height: 1.65;
}

a { color: var(--primary); }
a:hover { color: var(--primary-2); text-decoration: none; }
img { max-width: 100%; height: auto; }

.site-shell { overflow: hidden; }
.container-xl { max-width: var(--container-max); }

.site-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(16, 34, 53, 0.08);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 34px rgba(14, 29, 46, 0.12);
    border-bottom-color: rgba(16, 34, 53, 0.1);
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
}
.brand-logo {
    width: 118px;
    max-height: 44px;
    object-fit: contain;
    display: block;
}
.navbar-light .navbar-toggler {
    color: var(--text-dark);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2816,34,53,0.86%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(16, 34, 53, 0.78);
    font-weight: 600;
    padding: 0.6rem 0.9rem;
    position: relative;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active .nav-link {
    color: var(--text-dark);
}
.navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.2rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--highlight));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .active .nav-link::after {
    transform: scaleX(1);
}
.nav-item-cta .btn { min-width: 118px; }

.btn {
    border-radius: 999px;
    padding: 0.85rem 1.5rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.btn:hover {
    transform: translateY(-1px);
}
.btn-highlight {
    background: linear-gradient(135deg, #ffcf72, #ffb74d);
    border: 0;
    color: #102235;
    box-shadow: 0 18px 34px rgba(255, 183, 77, 0.28);
}
.btn-highlight:hover,
.btn-highlight:focus {
    color: #102235;
    box-shadow: 0 20px 36px rgba(255, 183, 77, 0.34);
}
.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: var(--white);
    background: transparent;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
}
.btn-outline-darkhero {
    border-color: rgba(255, 255, 255, 0.28);
}

.site-main { overflow: hidden; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--accent);
    font-weight: 800;
}
.section-heading { max-width: 860px; margin: 0 auto; }
.section-heading h2,
h1,
h2,
h3 {
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
    margin: 0;
}
.section-heading h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    margin-top: 1rem;
}
.section-heading p {
    margin-top: 1.25rem;
    color: var(--text-muted);
    font-size: 1.04rem;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    padding-top: 96px;
    color: var(--white);
    background:
        radial-gradient(circle at 12% 18%, rgba(42,115,222,0.22), transparent 22%),
        radial-gradient(circle at 82% 22%, rgba(255,183,77,0.14), transparent 24%),
        linear-gradient(118deg, #081726 0%, #0a2540 44%, #0e3458 100%);
}
.hero-row {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0));
}
.hero-orbit {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.7;
    animation: floatOrbit 14s ease-in-out infinite;
}
.hero-orbit-a {
    width: 340px; height: 340px; right: -90px; top: 110px;
    background: radial-gradient(circle, rgba(42,115,222,0.38), rgba(42,115,222,0));
}
.hero-orbit-b {
    width: 280px; height: 280px; left: -70px; bottom: 90px;
    background: radial-gradient(circle, rgba(255,183,77,0.28), rgba(255,183,77,0));
    animation-delay: -4s;
}
.hero-title {
    font-size: clamp(2.8rem, 5vw, 4.85rem);
    max-width: 11.2ch;
    margin-top: 1rem;
}
.hero-copy {
    font-size: 1.1rem;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.84);
    margin-top: 1.35rem;
}
.hero-actions { margin-top: 2rem; }
.glass-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.05));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
}
.metric-card {
    padding: 1.2rem 1.15rem;
    height: 100%;
}
.metric-value {
    font-size: 1.65rem;
    font-weight: 800;
    color: var(--highlight);
    margin-bottom: 0.35rem;
}
.metric-label { color: rgba(255, 255, 255, 0.75); font-size: 0.92rem; line-height: 1.45; }

.hero-visual { position: relative; padding: 1.25rem 0 1rem; }
.visual-shell { padding: 1.4rem; position: relative; overflow: hidden; }
.visual-topline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 1rem;
}
.visual-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    font-size: 0.77rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--white);
    font-weight: 800;
}
.visual-chip-muted {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.82);
}
.hero-system-board {
    position: relative;
    min-height: 500px;
    padding: 1.2rem;
    border-radius: calc(var(--radius-xl) - 8px);
    background: radial-gradient(circle at center, rgba(42,115,222,0.12), rgba(10,20,34,0.18));
    overflow: hidden;
}
.hero-system-board::before {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.07);
    pointer-events: none;
}
.board-card {
    position: absolute;
    width: 220px;
    min-height: 116px;
    padding: 1.1rem 1.15rem;
    border-radius: 22px;
    background: rgba(6, 18, 32, 0.72);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
    z-index: 2;
}
.board-card strong {
    display: block;
    font-size: 1.08rem;
    color: var(--white);
    margin-bottom: 0.35rem;
}
.board-card span {
    display: block;
    font-size: 0.87rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.78);
}
.board-card-prodis { top: 1.5rem; left: 1.5rem; }
.board-card-indimo { top: 1.5rem; right: 1.5rem; }
.board-card-partner { bottom: 1.5rem; left: 1.5rem; }
.board-card-portal { bottom: 1.5rem; right: 1.5rem; }
.board-core {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -130px;
    border-radius: 50%;
    padding: 16px;
    background: radial-gradient(circle, rgba(42,115,222,0.34), rgba(7,20,35,0.94));
    box-shadow: 0 18px 40px rgba(0,0,0,0.28);
    z-index: 2;
}
.board-core-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}
.board-core strong {
    display: block;
    color: var(--white);
    font-size: 1.8rem;
    margin-bottom: 0.35rem;
}
.board-core span {
    display: block;
    color: rgba(255,255,255,0.82);
    font-size: 0.96rem;
    line-height: 1.45;
}
.board-connector {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgba(42,115,222,0.72), rgba(255,183,77,0.72));
    box-shadow: 0 0 0 1px rgba(255,255,255,0.02);
    z-index: 1;
    transform-origin: left center;
    border-radius: 999px;
}
.board-connector-a {
    width: 140px;
    left: 212px;
    top: 160px;
    transform: rotate(11deg);
}
.board-connector-b {
    width: 140px;
    right: 212px;
    top: 160px;
    transform: rotate(-11deg);
}
.board-connector-c {
    width: 140px;
    left: 212px;
    bottom: 160px;
    transform: rotate(-11deg);
}
.board-connector-d {
    width: 140px;
    right: 212px;
    bottom: 160px;
    transform: rotate(11deg);
}
.hero-proofbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}
.hero-proofbar span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.84);
    font-size: 0.82rem;
    font-weight: 700;
}

.section-block { padding: 6rem 0; position: relative; }
.section-dark { background: linear-gradient(180deg, #0d1f32 0%, #10273e 100%); color: var(--white); }
.section-dark .section-heading p { color: rgba(255,255,255,0.72); }
.section-dark-alt { background: linear-gradient(180deg, #081726 0%, #0d2437 100%); color: var(--white); }
.section-light { background: var(--bg-light); }
.section-cta {
    background: linear-gradient(135deg, #0e2941, #164b92 58%, #1f66c4 100%);
    color: var(--white);
}

.info-card,
.model-card,
.product-card,
.legal-card,
.content-panel,
.soft-panel,
.white-panel,
.quote-card,
.cta-panel,
.usage-strip,
.mini-stat,
.product-card-light,
.detail-visual,
.subhero-box {
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}
.info-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 2rem;
    height: 100%;
}
.info-card h3 { font-size: 1.45rem; color: var(--white); margin-bottom: 0.85rem; }
.info-card p { color: rgba(255,255,255,0.78); margin-bottom: 0; }
.info-eyebrow {
    color: var(--highlight);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.77rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}
.content-panel { padding: 2.1rem; }
.soft-panel { background: var(--bg-soft); }
.white-panel { background: var(--white); }
.content-panel h3,
.content-panel h2 { font-size: 2rem; font-weight: 800; line-height: 1.1; margin-bottom: 1rem; }
.content-panel p,
.content-panel li { color: var(--text-muted); }
.feature-list li {
    position: relative;
    padding-left: 1.55rem;
    margin-bottom: 0.75rem;
}
.feature-list li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--highlight));
    position: absolute;
    left: 0;
    top: 0.55rem;
}
.capability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.capability-card {
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.25rem;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--white);
}

.model-card {
    background: var(--white);
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(16,34,53,0.06);
}
.model-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: rgba(15,76,129,0.08);
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.model-card h3 { font-size: 1.6rem; font-weight: 800; margin-bottom: 0.9rem; }
.model-card p { color: var(--text-muted); margin-bottom: 0; }

.timeline-shell {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}
.timeline-step {
    background: var(--white);
    padding: 1.6rem 1.4rem;
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    position: relative;
}
.timeline-index {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: var(--accent);
    margin-bottom: 0.8rem;
}
.timeline-body h3 { font-size: 1.22rem; font-weight: 800; margin-bottom: 0.6rem; }
.timeline-body p { color: var(--text-muted); margin-bottom: 0; font-size: 0.96rem; }

.product-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 1.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card-light {
    background: var(--white);
    border: 1px solid rgba(16,34,53,0.07);
}
.product-category {
    display: inline-flex;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.11);
    color: var(--highlight);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.product-card-light .product-category {
    background: rgba(15,76,129,0.08);
    color: var(--primary);
}
.product-card h3,
.product-card h2 { color: var(--white); font-size: 1.5rem; font-weight: 800; margin-bottom: 0.8rem; }
.product-card-light h2 { color: var(--text-dark); }
.product-card p { color: rgba(255,255,255,0.78); }
.product-card-light p { color: var(--text-muted); }
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1.3rem 0 1.5rem;
}
.product-tags li {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.1);
    color: var(--white);
    font-size: 0.82rem;
}
.product-card-light .product-tags li {
    background: rgba(15,76,129,0.08);
    color: var(--primary);
}
.product-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: var(--highlight);
}
.product-card-light .product-link { color: var(--primary); }
.product-link::after {
    content: '→';
    margin-left: 0.45rem;
    transition: transform 0.25s ease;
}
.product-link:hover::after { transform: translateX(4px); }

.quote-card {
    background: linear-gradient(135deg, rgba(15,76,129,0.08), rgba(42,115,222,0.1));
    padding: 2rem;
    position: relative;
}
.quote-mark {
    position: absolute;
    top: 0.2rem;
    left: 1rem;
    font-size: 5.5rem;
    line-height: 1;
    color: rgba(15,76,129,0.12);
}
.quote-card p {
    position: relative;
    font-size: 1.18rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}
.quote-source { color: var(--text-muted); font-size: 0.95rem; font-weight: 600; }
.mini-stat { padding: 1.25rem; }
.mini-stat strong { display: block; font-size: 1.05rem; margin-bottom: 0.35rem; }
.mini-stat span { color: var(--text-muted); display: block; }

.cta-panel {
    background: linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.06));
    padding: 2.6rem;
    border: 1px solid rgba(255,255,255,0.14);
}
.cta-panel p { color: rgba(255,255,255,0.8); }

.subhero {
    padding: 8.2rem 0 3rem;
    background: linear-gradient(135deg, #081726, #15448b 58%, #1a61bf 100%);
    color: var(--white);
    position: relative;
}
.subhero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 18%, rgba(255,183,77,0.18), transparent 18%), radial-gradient(circle at 85% 20%, rgba(42,115,222,0.16), transparent 22%);
}
.subhero-box {
    position: relative;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    padding: 2.2rem;
}
.subhero-box h1 { font-size: clamp(2.2rem, 4.2vw, 4rem); margin-bottom: 1rem; }
.subhero-box p { color: rgba(255,255,255,0.8); max-width: 760px; margin-bottom: 0; }
.detail-visual {
    padding: 1.8rem;
    background: rgba(255,255,255,0.12);
    color: var(--white);
}
.detail-visual-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--highlight);
    margin-bottom: 1rem;
}
.detail-visual-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-bottom: 1rem;
}
.detail-visual-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(7,20,35,0.38);
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-weight: 700;
}

.usage-strip {
    background: linear-gradient(135deg, rgba(15,76,129,0.08), rgba(42,115,222,0.08));
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.usage-intro h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 0; }
.usage-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: flex-end;
}
.usage-item {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: var(--white);
    color: var(--primary);
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(15,76,129,0.08);
}

.legal-card {
    background: var(--white);
    padding: 2.4rem;
    max-width: 980px;
    margin: 0 auto;
}
.legal-card h2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-top: 1.9rem;
    margin-bottom: 0.8rem;
}
.legal-card h2:first-child { margin-top: 0; }
.legal-card p,
.legal-card li,
.footer-text,
.footer-meta,
.footer-address { color: var(--text-muted); }

.site-footer {
    background: #08131f;
    color: var(--white);
    padding: 4rem 0 2rem;
}
.footer-logo { width: 62px; max-height: 36px; object-fit: contain; }
.footer-title { font-size: 1.1rem; font-weight: 800; }
.footer-subtitle { font-size: 0.82rem; color: rgba(255,255,255,0.58); text-transform: uppercase; letter-spacing: 0.08em; }
.footer-heading {
    color: var(--white);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    margin-bottom: 1rem;
}
.footer-address a,
.footer-links a { color: rgba(255,255,255,0.82); }
.footer-links li + li { margin-top: 0.55rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); }

.reveal-up,
.reveal-left,
.reveal-right,
.reveal-scale {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: transform, opacity;
}
.reveal-left { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-scale { transform: scale(0.92); }
.reveal-up.is-visible,
.reveal-left.is-visible,
.reveal-right.is-visible,
.reveal-scale.is-visible {
    opacity: 1;
    transform: none;
}
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

@keyframes floatOrbit {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(0, -14px, 0) scale(1.05); }
}

@media (max-width: 1199.98px) {
    .board-card {
        width: 190px;
        min-height: 110px;
    }
    .board-card-prodis,
    .board-card-partner {
        left: 1.1rem;
    }
    .board-card-indimo,
    .board-card-portal {
        right: 1.1rem;
    }
    .board-connector-a,
    .board-connector-c {
        left: 182px;
        width: 122px;
    }
    .board-connector-b,
    .board-connector-d {
        right: 182px;
        width: 122px;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        border-radius: 20px;
        padding: 1rem 1.2rem;
        margin-top: 1rem;
        border: 1px solid rgba(16,34,53,0.08);
        box-shadow: 0 14px 32px rgba(12, 30, 51, 0.08);
    }
    .navbar-light .navbar-nav .nav-link {
        color: var(--text-dark);
    }
    .hero-title { max-width: 100%; }
    .hero-visual { margin-top: 3rem; }
    .timeline-shell { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .usage-strip { display: block; }
    .usage-items { justify-content: flex-start; margin-top: 1rem; }
    .hero-system-board {
        min-height: auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.9rem;
        padding: 1rem;
    }
    .hero-system-board::before,
    .board-connector {
        display: none;
    }
    .board-card,
    .board-core {
        position: static;
        width: 100%;
        min-height: auto;
        margin: 0;
    }
    .board-core {
        height: auto;
        border-radius: 28px;
        padding: 0;
    }
    .board-core-inner {
        border-radius: 28px;
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .brand-logo {
        width: 104px;
        max-height: 40px;
    }
    .hero-section { padding-top: 84px; }
    .hero-row {
        padding-top: 1.5rem;
        padding-bottom: 2rem;
    }
    .hero-title {
        font-size: clamp(2.35rem, 9vw, 3.6rem);
        max-width: 100%;
    }
    .hero-copy {
        font-size: 1rem;
    }
    .section-block { padding: 4.5rem 0; }
    .timeline-shell,
    .capability-grid,
    .detail-visual-grid { grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; margin-right: 0 !important; }
    .hero-actions .btn + .btn { margin-top: 0.8rem; }
    .metric-card,
    .info-card,
    .model-card,
    .product-card,
    .content-panel,
    .quote-card,
    .legal-card,
    .cta-panel,
    .subhero-box,
    .detail-visual,
    .usage-strip,
    .visual-shell { padding: 1.4rem; }
    .subhero { padding-top: 7rem; }
    .hero-proofbar {
        gap: 0.5rem;
    }
    .hero-proofbar span {
        width: 100%;
        justify-content: flex-start;
    }
}


/* DIMOS product page */
.product-hero-detail {
    background: linear-gradient(130deg, #0a1f33 0%, #133f79 55%, #1a5dba 100%);
}
.product-detail-hero-box p {
    max-width: 720px;
}
.product-image-stage {
    position: relative;
    padding: 1.5rem;
    border-radius: var(--radius-xl);
    background: linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.04));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(12px);
}
.product-image-label {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    color: var(--white);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.product-hero-image {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 24px 42px rgba(6, 15, 28, 0.36));
}
.product-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}
.product-highlight-item {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}
.product-highlight-item span {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.68);
    margin-bottom: 0.35rem;
}
.product-highlight-item strong {
    display: block;
    color: var(--white);
    line-height: 1.35;
}
.benefit-card {
    padding: 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.specs-panel h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.spec-table-wrap {
    overflow-x: auto;
}
.spec-table {
    min-width: 100%;
}
.spec-table th,
.spec-table td {
    padding: 1rem 1.1rem;
    vertical-align: top;
    border-top: 1px solid rgba(16, 34, 53, 0.08);
}
.spec-table tbody tr:first-child th,
.spec-table tbody tr:first-child td {
    border-top: 0;
}
.spec-table th {
    width: 34%;
    color: var(--text-dark);
    font-weight: 700;
}
.spec-table td {
    color: var(--text-muted);
}
.setup-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--text-muted);
}
.setup-list li + li {
    margin-top: 0.85rem;
}
.support-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem;
    color: var(--white);
    background: linear-gradient(135deg, #0c2741, #1a5db5);
}
.support-strip h2 {
    color: var(--white);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-top: 0.65rem;
    margin-bottom: 0.85rem;
}
.support-strip p {
    color: rgba(255,255,255,0.78);
    max-width: 820px;
}
.product-card-light {
    background: var(--white);
    color: var(--text-dark);
}
.product-card-light .product-link {
    color: var(--primary);
}
@media (max-width: 991.98px) {
    .product-highlight-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767.98px) {
    .product-image-stage,
    .support-strip,
    .benefit-card {
        padding: 1.4rem;
    }
    .product-hero-image {
        max-height: 360px;
    }
}
