html {
    scroll-behavior: smooth;
}

.navx-cert-process {
    --background: 150 30% 99%;
    --foreground: 155 35% 10%;
    --card: 0 0% 100%;
    --card-foreground: 155 35% 10%;
    --popover: 0 0% 100%;
    --popover-foreground: 155 35% 10%;
    --primary: 148 65% 28%;
    --primary-foreground: 150 30% 99%;
    --primary-glow: 145 70% 40%;
    --primary-soft: 145 60% 95%;
    --secondary: 150 25% 96%;
    --secondary-foreground: 155 35% 10%;
    --muted: 150 20% 96%;
    --muted-foreground: 155 12% 40%;
    --accent: 145 60% 92%;
    --accent-foreground: 148 65% 22%;
    --border: 150 18% 90%;
    --input: 150 18% 90%;
    --ring: 148 65% 28%;
    --radius: 0.875rem;
    --gradient-primary: linear-gradient(135deg, hsl(148 65% 28%), hsl(145 70% 40%));
    --gradient-soft: linear-gradient(160deg, hsl(145 60% 97%), hsl(150 30% 99%));
    --gradient-hero: radial-gradient(ellipse at top right, hsl(145 70% 92%) 0%, transparent 55%),
        radial-gradient(ellipse at bottom left, hsl(150 50% 95%) 0%, transparent 50%);
    --shadow-elegant: 0 20px 50px -20px hsl(148 65% 28% / 0.25);
    --shadow-cert: 0 30px 80px -25px hsl(148 65% 28% / 0.35), 0 0 0 1px hsl(150 18% 88%);
    --shadow-soft: 0 8px 30px -10px hsl(148 65% 28% / 0.15);
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.navx-cert-process.navx-theme-state {
    --gradient-hero: radial-gradient(ellipse at top right, rgba(60, 177, 74, 0.16) 0%, transparent 55%),
        radial-gradient(ellipse at bottom left, rgba(60, 177, 74, 0.08) 0%, transparent 50%);
}

.navx-cert-process a,
.navx-subnav a {
    text-decoration: none !important;
}

.navx-main-header {
    position: relative;
    z-index: 30;
    background: hsl(150 30% 99%);
    border-bottom: 1px solid hsl(150 18% 90%);
    box-shadow: 0 10px 30px -24px hsl(148 65% 28% / 0.18);
}

.navx-main-header .header {
    padding: 18px 0;
}

.navx-main-header .navbar {
    display: flex;
    align-items: center;
}

.navx-main-header .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
    justify-content: flex-end;
}

.navx-main-header .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.navx-main-header .navbar-nav li:last-child {
    margin-right: 0;
}

.navx-main-header .navbar-nav .nav-item a {
    color: hsl(155 35% 10%) !important;
}

.navx-main-header .navbar-nav .nav-item a:hover,
.navx-main-header .nav-item.active > a {
    color: hsl(148 65% 28%) !important;
}

.navx-main-header .header .last_list {
    display: flex;
    align-items: center;
    border-left-color: hsl(150 18% 90%);
}

.navx-main-header .header .last_list span {
    color: hsl(155 12% 40%);
}

.navx-main-header .header .last_list .number {
    color: hsl(155 35% 10%);
}

.navx-main-header .header .last_list .get_started {
    border: 0;
    background: hsl(148 65% 28%);
    box-shadow: 0 12px 28px -18px hsl(148 65% 28% / 0.55);
}

.navx-main-header .header .last_list .get_started:hover,
.navx-main-header .header .last_list .get_started:hover i {
    color: hsl(150 30% 99%);
    background: hsl(148 65% 28%);
}

.navx-subnav {
    position: relative;
    z-index: 25;
    background: hsl(150 30% 99% / 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid hsl(var(--border));
    box-shadow: 0 14px 32px -30px hsl(148 65% 28% / 0.32);
    will-change: position;
    transform: translateZ(0);
}

.navx-subnav.is-pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 45;
    box-shadow: 0 20px 36px -28px hsl(148 65% 28% / 0.4);
}

.navx-subnav-spacer {
    height: 0;
}

.navx-subnav-shell {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.navx-subnav-shell::-webkit-scrollbar {
    display: none;
}

.navx-subnav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0.7rem 0.5rem;
    border-radius: 999px;
    border: 1px solid transparent;
    color: hsl(var(--muted-foreground)) !important;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.navx-subnav-link:hover,
.navx-subnav-link.is-active {
    color: hsl(var(--primary)) !important;
    background: hsl(var(--card));
    border-color: hsl(var(--border));
    box-shadow: 0 10px 25px -18px hsl(148 65% 28% / 0.4);
}

.navx-cert-process section[id] {
    scroll-margin-top: 7.5rem;
}

.navx-cert-process h1,
.navx-cert-process h2,
.navx-cert-process h3,
.navx-cert-process h4,
.navx-cert-process .font-display {
    letter-spacing: normal;
}

.navx-cert-process :is(h1, h2, h3, h4, h5, h6, p, a, li, span, div, button) {
    line-height: 1.5 !important;
}

.navx-cert-process .bg-gradient-primary {
    background: var(--gradient-primary);
}

.navx-cert-process .bg-gradient-soft {
    background: var(--gradient-soft);
}

.navx-cert-process .bg-gradient-hero {
    background: var(--gradient-hero);
}

.navx-cert-process .shadow-elegant {
    box-shadow: var(--shadow-elegant);
}

.navx-cert-process .shadow-cert {
    box-shadow: var(--shadow-cert);
}

.navx-cert-process .shadow-soft {
    box-shadow: var(--shadow-soft);
}

.navx-cert-process .text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.navx-cert-process .grid-bg {
    background-image:
        linear-gradient(hsl(var(--primary) / 0.06) 1px, transparent 1px),
        linear-gradient(90deg, hsl(var(--primary) / 0.06) 1px, transparent 1px);
    background-size: 48px 48px;
}

.navx-cert-process .hex-bg {
    background-color: transparent;
    background-image: radial-gradient(hsl(var(--primary) / 0.08) 1px, transparent 1px);
    background-size: 22px 22px;
}

.navx-cert-process .reveal,
.navx-cert-process .reveal.in {
    opacity: 1;
    transform: none;
    transition: none;
}

.navx-cert-process .reveal-delay-1,
.navx-cert-process .reveal-delay-2,
.navx-cert-process .reveal-delay-3,
.navx-cert-process .reveal-delay-4,
.navx-cert-process .reveal-delay-5 {
    transition-delay: 0s;
}

.navx-cert-process .animate-card:hover {
    transform: translateY(-6px);
}

.navx-cert-process .animate-float,
.navx-cert-process .animate-slide-in-right {
    animation: none;
}

.navx-vltd-prompt {
    position: relative;
    min-height: 10.75rem;
    overflow: hidden;
    background: linear-gradient(180deg, #dff7e7 0%, #d8f3e1 100%);
    border-bottom: 1px dashed #98c7ab;
}

.navx-vltd-prompt::before {
    content: "";
}

.navx-vltd-prompt::after {
    content: none;
}

.navx-vltd-prompt-content {
    position: relative;
    z-index: 1;
}

.navx-vltd-flow-line,
.navx-step-line {
    position: absolute;
    left: 1.5rem;
    top: 3rem;
    bottom: -4rem;
    width: 1px;
    background: linear-gradient(to bottom, hsl(var(--primary) / 0.18), transparent);
}

.navx-placeholder {
    position: relative;
    overflow: hidden;
    border: 1px dashed rgba(156, 163, 175, 0.55);
    background:
        radial-gradient(circle at top left, rgba(60, 177, 74, 0.18), transparent 38%),
        linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(31, 41, 55, 0.98));
}

.navx-placeholder::before {
    content: "";
    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: 32px 32px;
    opacity: 0.35;
}

@media (min-width: 992px) {
    .navx-main-header .navbar-collapse {
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible;
    }
}

@media (max-width: 991px) {
    .navx-main-header {
        z-index: 60;
    }

    .navx-main-header .navbar {
        position: relative;
    }

    .navx-main-header .navbar-light .navbar-toggler-icon {
        background: hsl(155 35% 10%);
    }

    .navx-main-header .navbar-collapse {
        display: none !important;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 8px);
        width: 100%;
        z-index: 80;
        visibility: hidden;
        opacity: 0;
    }

    .navx-main-header .navbar-collapse.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible;
    }

    .navx-main-header .navbar-nav {
        display: block;
    }

    .navx-main-header .navbar-nav .nav-item a {
        display: block;
    }

    .navx-main-header .header .last_list {
        border-left: 0;
        padding-left: 0;
    }

    .navx-vltd-flow-line,
    .navx-step-line {
        display: none;
    }
}

/* Solutions page */
body.solutions-page .container {
    width: 100%;
    max-width: 1280px;
    padding-left: 24px;
    padding-right: 24px;
}

body.solutions-page .navx-main-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e6edf7 !important;
}

:root {
    --sol-navy: #152340;
    --sol-navy-2: #1d3159;
    --sol-sky: #4b8dff;
    --sol-sky-soft: #edf4ff;
    --sol-white: #ffffff;
    --sol-text: #3a4660;
    --sol-muted: #73809d;
    --sol-border: #dce6f5;
    --sol-surface: #f7faff;
    --sol-green: #45c16f;
    --sol-shadow: 0 24px 60px rgba(16, 32, 69, 0.12);
}

.sol-page {
    overflow-x: clip;
    background:
        radial-gradient(circle at top right, rgba(75, 141, 255, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.sol-section {
    padding: 92px 0;
    position: relative;
}

.sol-section--soft {
    background: linear-gradient(180deg, #f4f8ff 0%, #eef4fb 100%);
}

.sol-section--dark {
    background:
        radial-gradient(circle at 20% 20%, rgba(78, 142, 255, 0.18), transparent 25%),
        radial-gradient(circle at 80% 0%, rgba(87, 198, 255, 0.1), transparent 22%),
        linear-gradient(135deg, #142240 0%, #0f1b34 100%);
}

.sol-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    color: var(--sol-sky);
}

.sol-eyebrow--light {
    color: rgba(255, 255, 255, 0.66);
}

.sol-title {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.06;
    font-weight: 700;
    color: var(--sol-navy);
    letter-spacing: -0.03em;
}

.sol-title--light {
    color: var(--sol-white);
}

.sol-subtitle {
    max-width: 690px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: var(--sol-muted);
}

.sol-subtitle--light {
    color: rgba(255, 255, 255, 0.72);
}

.sol-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.sol-btn-primary,
.sol-btn-secondary,
.sol-btn-light {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sol-btn-primary {
    background: linear-gradient(135deg, #2d7cff 0%, #56a0ff 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(45, 124, 255, 0.28);
}

.sol-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.sol-btn-light {
    background: #fff;
    color: var(--sol-navy);
    box-shadow: 0 16px 34px rgba(15, 27, 52, 0.15);
}

.sol-btn-primary:hover,
.sol-btn-secondary:hover,
.sol-btn-light:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.sol-hero {
    padding: 94px 0 72px;
    position: relative;
    background:
        radial-gradient(circle at 16% 18%, rgba(75, 141, 255, 0.18), transparent 22%),
        radial-gradient(circle at 76% 16%, rgba(37, 203, 140, 0.12), transparent 18%),
        linear-gradient(135deg, #172645 0%, #0d1730 100%);
}

.sol-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #eef4fb);
    pointer-events: none;
}

.sol-hero__copy {
    position: relative;
    z-index: 1;
}

.sol-hero__copy .sol-title {
    max-width: 560px;
}

.sol-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
}

.sol-hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sol-hero__visual {
    position: relative;
    z-index: 1;
    padding-top: 18px;
}

.sol-dashboard {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(21, 35, 64, 0.95) 0%, rgba(19, 33, 61, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 70px rgba(8, 13, 28, 0.46);
}

.sol-dashboard__image {
    display: block;
    width: 100%;
    height: auto;
}

.sol-dashboard__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
}

.sol-dashboard__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 18px;
}

.sol-panel {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px;
}

.sol-panel__stat {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.sol-panel__ring {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: conic-gradient(var(--sol-green) 0 312deg, rgba(255, 255, 255, 0.08) 312deg);
    display: grid;
    place-items: center;
}

.sol-panel__ring::after {
    content: "87%";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #11203e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: grid;
    place-items: center;
}

.sol-panel__meta strong,
.sol-panel__kpi strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.sol-panel__meta span,
.sol-panel__kpi span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.sol-chart {
    display: flex;
    align-items: end;
    gap: 8px;
    height: 108px;
    margin-top: 18px;
}

.sol-chart span {
    flex: 1;
    border-radius: 8px 8px 2px 2px;
    background: linear-gradient(180deg, #57a3ff 0%, #2958b6 100%);
}

.sol-chart span:nth-child(1) { height: 34%; }
.sol-chart span:nth-child(2) { height: 68%; }
.sol-chart span:nth-child(3) { height: 50%; }
.sol-chart span:nth-child(4) { height: 84%; }
.sol-chart span:nth-child(5) { height: 60%; }
.sol-chart span:nth-child(6) { height: 92%; }

.sol-kpis {
    display: grid;
    gap: 14px;
}

.sol-panel__kpi {
    border-radius: 16px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
}

.sol-mini {
    position: absolute;
    left: -26px;
    bottom: 24px;
    width: 180px;
    border-radius: 18px;
    padding: 16px;
    background: rgba(12, 23, 45, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.sol-mini strong,
.sol-mini span {
    display: block;
    color: #fff;
}

.sol-mini span {
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.62);
}

.sol-mini__bar {
    height: 8px;
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.sol-mini__bar::after {
    content: "";
    display: block;
    width: 72%;
    height: 100%;
    background: linear-gradient(90deg, #45c16f, #8ce5a7);
}

.sol-problem {
    position: relative;
    z-index: 2;
    margin-top: -8px;
}

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

.sol-problem__item {
    padding: 22px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--sol-border);
    box-shadow: 0 18px 45px rgba(18, 38, 77, 0.08);
    color: var(--sol-text);
    font-size: 15px;
    line-height: 1.65;
}

.sol-grid-5,
.sol-grid-4,
.sol-grid-3,
.sol-grid-2 {
    display: grid;
    gap: 20px;
}

.sol-grid-5 { grid-template-columns: repeat(5, 1fr); }
.sol-grid-4 { grid-template-columns: repeat(4, 1fr); }
.sol-grid-3 { grid-template-columns: repeat(3, 1fr); }
.sol-grid-2 { grid-template-columns: repeat(2, 1fr); }

.sol-card {
    background: #fff;
    border: 1px solid var(--sol-border);
    border-radius: 22px;
    box-shadow: var(--sol-shadow);
}

.sol-stack-card {
    padding: 26px 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.sol-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d3159 0%, #4b8dff 100%);
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}

.sol-stack-card h3,
.sol-segment-card h3,
.sol-product-card h3,
.sol-spotlight-card__title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
    color: var(--sol-navy);
    font-weight: 700;
}

.sol-stack-card p,
.sol-product-card p,
.sol-segment-card__problem,
.sol-spotlight-card__problem {
    margin: 0;
    color: var(--sol-muted);
    font-size: 14px;
    line-height: 1.7;
}

.sol-hardware-visual {
    margin-top: 32px;
    padding: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.sol-hardware-visual__image {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.sol-spotlight {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 28px;
    margin-top: 46px;
    align-items: start;
    position: relative;
}

.sol-filter-row {
    margin-top: 38px;
}

.sol-filter-chips {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    min-width: 0;
}

.sol-filter-label {
    display: block;
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #97a9c8;
}

.sol-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--sol-border);
    background: rgba(255, 255, 255, 0.88);
    color: #50698f;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sol-filter-chip:hover,
.sol-filter-chip.is-active {
    background: linear-gradient(135deg, #205fc9 0%, #2d7cff 100%);
    border-color: #205fc9;
    color: #fff;
    box-shadow: 0 14px 28px rgba(32, 95, 201, 0.18);
}

.sol-filter-chip small {
    font-size: 11px;
    font-weight: 700;
    opacity: 0.72;
}

.sol-spotlight__sidebar {
    min-width: 0;
}

.sol-spotlight__menu {
    display: grid;
    gap: 12px;
}

.sol-spotlight__detail {
    position: sticky;
    top: 100px;
    z-index: 10;
    align-self: start;
}

.sol-spotlight-card {
    position: relative;
}

.sol-spotlight__button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: space-between;
    padding: 16px 18px;
    border: 1px solid var(--sol-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--sol-navy);
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sol-spotlight__button:hover,
.sol-spotlight__button.is-active {
    transform: translateY(-1px);
    border-color: #2d7cff;
    box-shadow: 0 18px 38px rgba(37, 71, 145, 0.12);
}

.sol-spotlight__button.is-active {
    box-shadow: 0 0 0 2px rgba(45, 124, 255, 0.08), 0 18px 38px rgba(37, 71, 145, 0.12);
}

.sol-spotlight__button[hidden] {
    display: none !important;
}

.sol-spotlight__button-main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.sol-spotlight__button-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #62779d;
    font-size: 15px;
    flex-shrink: 0;
}

.sol-spotlight__button.is-active .sol-spotlight__button-icon {
    background: linear-gradient(135deg, #205fc9 0%, #2d7cff 100%);
    color: #fff;
}

.sol-spotlight__button-text {
    display: block;
    min-width: 0;
}

.sol-spotlight__button-title {
    display: block;
    color: #232f4d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.sol-spotlight__button-summary {
    display: block;
    color: #7c8dab;
    font-size: 12px;
    font-weight: 500;
    margin-top: 4px;
    line-height: 1.45;
}

.sol-spotlight__button-icon i,
.sol-spotlight-card__badge i {
    display: block;
    line-height: 1;
}

.sol-spotlight__button-arrow {
    color: #2d7cff;
    font-size: 18px;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.2s ease;
}

.sol-spotlight__button.is-active .sol-spotlight__button-arrow,
.sol-spotlight__button:hover .sol-spotlight__button-arrow {
    opacity: 1;
    transform: translateX(0);
}

.sol-spotlight-card {
    overflow: hidden;
    min-height: 100%;
    background: #fff;
}

.sol-spotlight-card__body {
    display: none;
    padding: 0;
}

.sol-spotlight-card__body.is-active {
    display: block;
}

.sol-spotlight-card__frame {
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border: 1px solid var(--sol-border);
    box-shadow: 0 28px 58px rgba(16, 32, 69, 0.14);
}

.sol-spotlight-card__header {
    padding: 34px 36px;
    background: linear-gradient(135deg, #172a50 0%, #233f75 100%);
    color: #fff;
}

.sol-spotlight-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.sol-spotlight-card__badge {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #8fb7ff;
    font-size: 22px;
}

.sol-spotlight-card__meta {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #72a4ff;
}

.sol-spotlight-card__header .sol-spotlight-card__title {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.6vw, 42px);
}

.sol-spotlight-card__content {
    padding: 34px 36px 30px;
}

.sol-spotlight-card__content .sol-spotlight-card__problem {
    font-size: 17px;
    line-height: 1.7;
    color: #506383;
}

.sol-spotlight-card__label {
    margin: 28px 0 16px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #4b8dff;
}

.sol-spotlight-card__checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
}

.sol-spotlight-card__checks li {
    margin: 0;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.55;
}

.sol-spotlight-card__checks li::before {
    width: 18px;
    height: 18px;
    top: 2px;
    background: none;
    border-radius: 0;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #37a765;
    font-size: 15px;
}

.sol-spotlight-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid #e7eef8;
}

.sol-spotlight-card__footer-meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 0;
}

.sol-spotlight-card__footer-label {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a2b2cd;
}

.sol-spotlight-card__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-end;
    gap: 10px;
    color: #2d7cff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.sol-spotlight-card__cta:hover {
    text-decoration: none;
    color: #205fc9;
}

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

.sol-list li {
    position: relative;
    padding-left: 22px;
    color: var(--sol-text);
    font-size: 14px;
    line-height: 1.6;
}

.sol-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2d7cff 0%, #61d1ff 100%);
}

.sol-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #35517f;
    font-size: 12px;
    font-weight: 700;
}

.sol-tag.sol-tag--proof {
    background: #ebf8ef;
    color: #3b8d56;
}

.sol-segment-card,
.sol-product-card {
    padding: 24px;
}

.sol-segment-card__image-wrap {
    aspect-ratio: 4 / 3;
    margin-bottom: 20px;
    border-radius: 18px;
    overflow: hidden;
    background: #e9f1ff;
}

.sol-segment-card__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sol-segment-card__proof {
    margin-top: 16px;
    color: var(--sol-sky);
    font-size: 12px;
    font-weight: 700;
}

.sol-industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 40px;
}

.sol-industry-chip {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 16px;
    border: 1px solid var(--sol-border);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(19, 37, 74, 0.06);
    color: var(--sol-navy);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sol-industry-chip i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: var(--sol-sky);
}

a.sol-industry-chip:hover,
a.sol-industry-chip:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(42, 118, 255, 0.3);
    box-shadow: 0 18px 36px rgba(19, 37, 74, 0.1);
}

.sol-table-wrap {
    margin-top: 38px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--sol-border);
    box-shadow: var(--sol-shadow);
    background: #fff;
}

.sol-table {
    width: 100%;
    border-collapse: collapse;
}

.sol-table thead th {
    padding: 18px 24px;
    background: var(--sol-navy);
    color: rgba(255, 255, 255, 0.72);
    text-align: left;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.sol-table tbody td {
    padding: 18px 24px;
    border-bottom: 1px solid #e8effa;
    color: var(--sol-text);
    font-size: 14px;
    line-height: 1.6;
    vertical-align: top;
}

.sol-table tbody tr:nth-child(even) td {
    background: #f9fbff;
}

.sol-table tbody td:first-child {
    width: 36%;
    font-weight: 700;
    color: var(--sol-navy);
}

.sol-table tbody tr:last-child td {
    border-bottom: none;
}

.sol-feature {
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 24%, rgba(112, 194, 255, 0.2), transparent 18%),
        linear-gradient(135deg, #162646 0%, #1d3159 100%);
    color: #fff;
}

.sol-feature__grid {
    display: grid;
    grid-template-columns: 1.2fr .9fr;
    gap: 28px;
    align-items: center;
    padding: 40px;
}

.sol-feature__copy p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.75;
    font-size: 15px;
}

.sol-feature__stats {
    display: grid;
    gap: 14px;
}

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

.sol-feature__metric,
.sol-feature__certificate {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sol-feature__metric {
    padding: 18px 20px;
}

.sol-feature__image {
    overflow: hidden;
    padding: 0;
}

.sol-feature__image img {
    display: block;
    width: 100%;
    height: auto;
}

.sol-feature__metric strong,
.sol-feature__certificate strong {
    display: block;
    color: #fff;
    font-weight: 700;
}

.sol-feature__metric span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.sol-feature__certificate {
    padding: 22px;
}

.sol-certificate__gauge {
    margin-top: 18px;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 16px;
    align-items: center;
}

.sol-certificate__circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: conic-gradient(#63db92 0 313deg, rgba(255, 255, 255, 0.08) 313deg);
}

.sol-certificate__circle::after {
    content: "87";
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #142240;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: grid;
    place-items: center;
}

.sol-certificate__bars {
    display: grid;
    gap: 10px;
}

.sol-certificate__bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.sol-certificate__bar::after {
    content: "";
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #6be09d, #1f8f56);
}

.sol-certificate__bar:nth-child(1)::after { width: 87%; }
.sol-certificate__bar:nth-child(2)::after { width: 73%; }
.sol-certificate__bar:nth-child(3)::after { width: 91%; }

.sol-proof {
    background: linear-gradient(135deg, #132241 0%, #0d1730 100%);
    padding: 34px 0;
}

.sol-proof__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.sol-proof__item {
    text-align: center;
    color: #fff;
}

.sol-proof__item strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
}

.sol-proof__item span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.sol-faq {
    max-width: 860px;
    margin: 38px auto 0;
}

.sol-faq__item {
    border-bottom: 1px solid var(--sol-border);
}

.sol-faq__button {
    width: 100%;
    padding: 22px 40px 22px 0;
    position: relative;
    background: none;
    border: none;
    text-align: left;
    color: var(--sol-navy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}

.sol-faq__button::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: var(--sol-sky);
    font-size: 20px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

.sol-faq__button.is-open::after {
    transform: translateY(-50%) rotate(45deg);
}

.sol-faq__answer {
    display: none;
    padding: 0 0 22px;
    color: var(--sol-muted);
    font-size: 14px;
    line-height: 1.8;
}

.sol-faq__answer.is-open {
    display: block;
}

.sol-cta {
    text-align: center;
    padding: 96px 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(83, 152, 255, 0.2), transparent 24%),
        linear-gradient(135deg, #162646 0%, #0f1b34 100%);
}

.sol-cta p {
    max-width: 620px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
    font-size: 16px;
}

.sol-cta .sol-actions {
    justify-content: center;
    margin-top: 30px;
}

.sol-cta__note {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 13px;
}

@media (max-width: 1199px) {
    .sol-grid-5 { grid-template-columns: repeat(3, 1fr); }

    .sol-grid-4,
    .sol-industry-grid { grid-template-columns: repeat(3, 1fr); }

    .sol-spotlight {
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .sol-section {
        padding: 56px 0;
    }

    .sol-hero {
        padding: 64px 0 44px;
    }

    .sol-cta {
        padding: 64px 0;
    }

    .sol-filter-row,
    .sol-spotlight,
    .sol-table-wrap,
    .sol-faq {
        margin-top: 28px;
    }

    .sol-hardware-visual,
    .sol-industry-grid {
        margin-top: 24px;
    }

    .solutions-page .sol-grid-5[style],
    .solutions-page .sol-grid-3[style] {
        margin-top: 28px !important;
    }

    .sol-dashboard__grid,
    .sol-spotlight,
    .sol-feature__grid,
    .sol-grid-3,
    .sol-grid-2 {
        grid-template-columns: 1fr;
    }

    .sol-grid-5,
    .sol-grid-4,
    .sol-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sol-problem__grid,
    .sol-proof__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sol-spotlight__detail {
        position: static;
    }

    .sol-spotlight__sidebar {
        overflow-x: auto;
        overflow-y: visible;
        margin: 0 -4px;
        padding: 0 4px 6px;
        -webkit-overflow-scrolling: touch;
    }

    .sol-spotlight__menu {
        display: flex;
        gap: 12px;
        max-height: none;
        overflow: visible;
        padding-right: 0;
        min-width: max-content;
    }

    .sol-spotlight-card__body.is-active {
        position: static;
    }

    .sol-mini {
        position: static;
        width: auto;
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .sol-title {
        font-size: 34px;
    }

    .sol-section {
        padding: 48px 0;
    }

    .sol-hero {
        padding: 56px 0 38px;
    }

    .sol-cta {
        padding: 56px 0;
    }

    .sol-spotlight__button {
        width: 280px;
        min-height: 100%;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .sol-spotlight__button-main {
        align-items: flex-start;
    }

    .sol-spotlight__button-summary {
        font-size: 11px;
    }

    .sol-problem__grid,
    .sol-grid-5,
    .sol-grid-4,
    .sol-grid-3,
    .sol-grid-2,
    .sol-industry-grid,
    .sol-proof__grid {
        grid-template-columns: 1fr;
    }

    .sol-feature__grid,
    .sol-spotlight-card__header,
    .sol-spotlight-card__content {
        padding: 20px;
    }

    .sol-hardware-visual {
        padding: 12px;
    }

    .sol-spotlight-card__checks {
        grid-template-columns: 1fr;
    }

    .sol-feature__bottom {
        grid-template-columns: 1fr;
    }

    .sol-filter-chips {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .sol-table thead {
        display: none;
    }

    .sol-table,
    .sol-table tbody,
    .sol-table tr,
    .sol-table td {
        display: block;
        width: 100%;
    }

    .sol-table tbody td {
        padding: 14px 18px;
    }

    .sol-table tbody td:first-child {
        width: 100%;
        padding-bottom: 6px;
    }

    .sol-table tbody td:last-child {
        padding-top: 0;
    }
}
