      :root {
        --bg-hero: rgb(33 33 33);
        --bg-hero-2: rgb(33 33 33);
        --text-main: #f2f8ff;
        --text-soft: #b7c8dc;
        --text-muted: #7f95ab;
        --line: rgba(150, 184, 214, 0.24);
        --card-line: #e2e9f2;
        --primary: #10cc8a;
        --primary-2: #06b97c;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        font-family: "Vazirmatn Variable", "Vazirmatn", "IRANSansX", "Segoe UI", sans-serif;
        background: #f4f7fb;
        color: rgb(33 33 33);
      }

      body.content-loading {
        overflow: hidden;
      }

      .content-loader {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: grid;
        place-items: center;
        background:
          radial-gradient(circle at 50% 10%, rgba(16, 204, 138, 0.15) 0%, rgba(16, 204, 138, 0) 50%),
          rgba(2, 12, 22, 0.72);
        backdrop-filter: blur(3px);
        transition: opacity 0.35s ease, visibility 0.35s ease;
      }

      .content-loader.is-hidden {
        opacity: 0;
        visibility: hidden;
      }

      .content-loader-box {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        border: 1px solid rgba(197, 220, 241, 0.36);
        border-radius: 999px;
        background: rgba(1, 17, 30, 0.86);
        color: #eef7ff;
        padding: 0.62rem 1rem;
        box-shadow: 0 18px 34px rgba(1, 10, 18, 0.45);
      }

      .content-loader-spinner {
        width: 1.15rem;
        height: 1.15rem;
        border-radius: 999px;
        border: 2px solid rgba(160, 192, 221, 0.4);
        border-top-color: #10cc8a;
        animation: contentLoaderSpin 0.7s linear infinite;
      }

      .content-loader-text {
        font-size: 0.85rem;
        font-weight: 700;
        color: #d8ebff;
      }

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

      a {
        text-decoration: none;
      }

      .hero {
        position: relative;
        min-height: 980px;
        overflow: hidden;
        background: rgb(33 33 33);
      }

      .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("../image/image-header.png?v=1.3") center left / cover no-repeat;
        opacity: 0.95;
      }

      .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(1, 18, 33, 0.18) 0%, rgba(1, 18, 33, 0.9) 56%, rgba(1, 18, 33, 0.98) 100%),
          linear-gradient(180deg, rgba(2, 20, 37, 0.12) 0%, rgba(2, 20, 37, 0.4) 72%, rgba(2, 20, 37, 0.95) 100%);
      }

      .hero-layer {
        position: relative;
        z-index: 2;
      }

      .top-nav {
        margin-top: 1.1rem;
        position: relative;
        border: 0;
        border-radius: 0;
        /* background: rgba(2, 18, 32, 0.18); */
        backdrop-filter: blur(12px);
        box-shadow: none;
        padding: 0.42rem 0;
      }

      .top-nav::before {
        display: none;
      }

      .top-nav::after {
        display: none;
      }

      .brand {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        position: relative;
        z-index: 1;
        padding: 0.18rem 0.18rem 0.18rem 0.35rem;
      }

      .brand-icon-img {
        height: 1.82rem;
        width: auto;
        display: block;
      }

      .brand-logo-img {
        height: 2.05rem;
        width: auto;
        max-width: 15rem;
        display: block;
        filter: brightness(0) invert(1);
      }

      .top-nav .navbar-collapse {
        position: relative;
        z-index: 1;
      }

      .top-nav .navbar-toggler {
        position: relative;
        z-index: 1;
        width: 2.55rem;
        height: 2.55rem;
        display: grid !important;
        place-items: center;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.06);
        color: #edf7ff;
        padding: 0;
      }

      .top-nav .nav-link {
        color: rgba(222, 236, 249, 0.78);
        font-weight: 700;
        font-size: 0.92rem;
        padding: 0.42rem 0.58rem;
        margin: 0 0.02rem;
        position: relative;
        border-radius: 0;
        transition: color 0.2s ease;
      }

      .top-nav .nav-link:hover,
      .top-nav .nav-link.active {
        color: #ffffff;
        background: transparent;
      }

      .top-nav .nav-link.active::after {
        content: "";
        position: absolute;
        right: 50%;
        width: 4px;
        bottom: 0.22rem;
        height: 4px;
        background: var(--primary);
        border-radius: 999px;
        transform: translateX(50%);
      }

      .top-nav .navbar-collapse.show .nav-link.active::after,
      .top-nav .navbar-collapse.collapsing .nav-link.active::after {
        display: none;
      }

      .top-nav .navbar-collapse.show .nav-link.active,
      .top-nav .navbar-collapse.collapsing .nav-link.active {
        background: rgba(255, 255, 255, 0.08);
      }

      .nav-actions {
        position: relative;
        z-index: 1;
        align-items: center;
      }

      .nav-map-signal {
        display: inline-flex;
        align-items: center;
        gap: 0.42rem;
        min-height: 2.45rem;
        border: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.04);
        color: rgba(225, 239, 252, 0.84);
        font-size: 0.78rem;
        font-weight: 800;
        direction: ltr;
        padding: 0.44rem 0.74rem;
        white-space: nowrap;
      }

      .nav-map-signal i {
        color: var(--primary);
        font-size: 0.95rem;
      }

      .language-options {
        display: inline-flex;
        align-items: center;
        gap: 0.3rem;
        min-height: 2.45rem;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.055);
        padding: 0.22rem;
      }

      .language-option {
        display: grid;
        place-items: center;
        width: 2rem;
        height: 2rem;
        border: 1px solid transparent;
        border-radius: 999px;
        color: rgba(237, 247, 255, 0.92);
        font-size: 0.76rem;
        font-weight: 800;
        line-height: 1;
        transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
      }

      .language-option:hover,
      .language-option.is-active {
        border-color: rgba(16, 204, 138, 0.5);
        background: rgba(16, 204, 138, 0.14);
        color: #ffffff;
      }

      .language-option.is-active {
        box-shadow: 0 0 0 2px rgba(16, 204, 138, 0.12);
      }

      @media (min-width: 768px) {
        .top-nav .navbar-toggler {
          display: none !important;
        }

        .top-nav .navbar-collapse {
          display: flex !important;
          flex-basis: auto;
        }
      }

      .btn-demo,
      .btn-panel,
      .btn-video {
        border-radius: 999px;
        font-weight: 800;
        padding: 0.58rem 0.9rem;
      }

      .btn-demo {
        background: linear-gradient(135deg, var(--primary-2), var(--primary));
        color: #042318;
        border: 0;
      }

      .btn-demo:hover,
      .btn-demo:focus-visible {
        background: linear-gradient(135deg, #08c486, #16e6a1);
        color: #031d13;
        border: 0;
      }

      .btn-panel,
      .btn-video {
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.26);
        color: #e5f1ff;
      }

      .btn-panel:hover,
      .btn-panel:focus-visible,
      .btn-video:hover,
      .btn-video:focus-visible {
        background: rgba(255, 255, 255, 0.12);
        border-color: rgba(255, 255, 255, 0.45);
        color: #ffffff;
      }

      .hero-content {
        padding-top: 2.2rem;
        padding-bottom: 13rem;
      }

      .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        background: rgba(8, 36, 60, 0.8);
        border: 1px solid var(--line);
        color: #d9ecff;
        padding: 0.45rem 0.9rem;
        border-radius: 999px;
        font-size: 0.92rem;
      }

      .hero-title {
        color: var(--text-main);
        font-size: clamp(2rem, 4vw, 4.2rem);
        line-height: 1.3;
        font-weight: 900;
        margin-top: 1rem;
        margin-bottom: 1rem;
      }

      .hero-title .accent {
        color: var(--primary);
      }

      .hero-sub {
        color: var(--text-soft);
        font-size: 1.2rem;
        line-height: 1.95;
        max-width: 710px;
      }

      .hero-text-col {
        text-align: right;
      }

      html[dir="ltr"] .hero-text-col {
        text-align: left;
      }

      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.7rem;
        margin-top: 1.65rem;
      }

      .hero-highlights {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-top: 1.9rem;
      }

      .hero-highlights span {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        color: #d1e3f5;
      }

      .hero-highlights i {
        color: var(--primary);
        font-size: 1.12rem;
      }

      .stats-bar {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: 1rem;
        width: min(1500px, calc(100% - 2.8rem));
        z-index: 3;
        border: 1px solid rgba(156, 191, 222, 0.3);
        border-radius: 1.12rem;
        background:
          radial-gradient(circle at 85% 0%, rgba(16, 204, 138, 0.14) 0%, rgba(16, 204, 138, 0) 34%),
          linear-gradient(165deg, rgba(9, 27, 44, 0.9) 0%, rgba(7, 22, 37, 0.93) 100%);
        backdrop-filter: blur(8px);
        box-shadow: 0 22px 40px rgba(5, 16, 29, 0.26);
        padding: 0.7rem;
      }

      .stat-card {
        height: 100%;
        border: 1px solid rgba(160, 192, 221, 0.24);
        border-radius: 0.95rem;
        background: rgba(255, 255, 255, 0.035);
        padding: 0.78rem 0.75rem;
        transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
      }

      .stat-card:hover {
        border-color: rgba(16, 204, 138, 0.42);
        background: rgba(16, 204, 138, 0.06);
        transform: translateY(-2px);
      }

      .stat-head {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        margin-bottom: 0.28rem;
      }

      .stat-icon {
        width: 2rem;
        height: 2rem;
        border-radius: 0.62rem;
        display: grid;
        place-items: center;
        font-size: 0.95rem;
        flex-shrink: 0;
      }

      .stat-icon.icon-project {
        color: #4be8b4;
        background: rgba(16, 204, 138, 0.16);
      }

      .stat-icon.icon-source {
        color: #6ac7ff;
        background: rgba(63, 151, 255, 0.18);
      }

      .stat-icon.icon-record {
        color: #f9be64;
        background: rgba(240, 161, 62, 0.17);
      }

      .stat-icon.icon-user {
        color: #d9a7ff;
        background: rgba(163, 94, 236, 0.2);
      }

      .stat-icon.icon-sla {
        color: #74f0ca;
        background: rgba(22, 190, 152, 0.18);
      }

      .stat-label {
        color: #c7daed;
        font-size: 0.83rem;
        font-weight: 600;
        line-height: 1.45;
      }

      .stat-value {
        color: var(--primary);
        font-size: clamp(1.2rem, 1.5vw, 1.7rem);
        font-weight: 900;
        line-height: 1.2;
        letter-spacing: 0.2px;
      }

      .stat-meta {
        color: #9eb6ce;
        font-size: 0.74rem;
        margin-top: 0.22rem;
        line-height: 1.55;
      }

      .software-slider-section {
        padding: 0 0 4.8rem;
      }

      .software-slider-wrap {
        border: 1px solid #d4e1ef;
        border-radius: 1.35rem;
        background: linear-gradient(150deg, #061321 0%, #081a2c 48%, #08111a 100%);
        overflow: hidden;
        position: relative;
        box-shadow: 0 28px 54px rgba(6, 20, 34, 0.23);
      }

      .software-slider-wrap::before,
      .software-slider-wrap::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(58px);
      }

      .software-slider-wrap::before {
        width: 240px;
        height: 240px;
        right: -90px;
        top: -100px;
        background: rgba(16, 204, 138, 0.22);
      }

      .software-slider-wrap::after {
        width: 220px;
        height: 220px;
        left: -85px;
        bottom: -100px;
        background: rgba(41, 131, 255, 0.24);
      }

      .software-carousel {
        position: relative;
        height: 560px;
        pointer-events: auto;
      }

      .software-carousel .carousel-inner,
      .software-carousel .carousel-item {
        height: 100%;
      }

      .software-layout {
        height: 100%;
        min-height: 0;
      }

      .software-info-panel {
        position: relative;
        z-index: 2;
        height: 100%;
        padding: 2rem 1.5rem 4.5rem;
        border-left: 1px solid rgba(145, 178, 208, 0.2);
        background:
          radial-gradient(circle at 100% 0%, rgba(16, 204, 138, 0.17) 0%, rgba(16, 204, 138, 0) 50%),
          linear-gradient(160deg, rgba(7, 25, 42, 0.97) 0%, rgba(7, 21, 36, 0.9) 100%);
        pointer-events: auto;
      }

      html[dir="ltr"] .software-info-panel {
        border-left: 0;
        border-right: 1px solid rgba(145, 178, 208, 0.2);
      }

      .software-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        border: 1px solid rgba(16, 204, 138, 0.4);
        border-radius: 999px;
        color: #64e7b9;
        background: rgba(16, 204, 138, 0.11);
        padding: 0.25rem 0.68rem;
        font-size: 0.79rem;
        font-weight: 700;
      }

      .software-title {
        color: #f3f9ff;
        font-size: clamp(1.25rem, 2vw, 1.9rem);
        font-weight: 900;
        line-height: 1.5;
        margin: 0.85rem 0 0.65rem;
      }

      .software-desc {
        color: #b8cee5;
        margin: 0 0 0.95rem;
        line-height: 1.95;
        font-size: 0.95rem;
      }

      .software-points {
        margin: 0 0 1rem;
        padding: 0;
      }

      .software-points li {
        display: flex;
        gap: 0.5rem;
        align-items: flex-start;
        color: #cfe0f1;
        font-size: 0.89rem;
        line-height: 1.8;
        margin-bottom: 0.48rem;
      }

      .software-points li:last-child {
        margin-bottom: 0;
      }

      .software-points i {
        color: #10cc8a;
        font-size: 0.95rem;
        margin-top: 0.1rem;
      }

      .software-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 0.42rem;
      }

      .software-meta span {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        border: 1px solid rgba(156, 189, 219, 0.3);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.05);
        color: #d5e6f6;
        font-size: 0.76rem;
        padding: 0.22rem 0.55rem;
      }

      .software-slide-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        filter: saturate(1.05) contrast(1.04);
      }

      .software-media-frame {
        position: relative;
        height: 100%;
        pointer-events: auto;
        overflow: hidden;
      }

      .software-media-frame::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(8, 18, 28, 0.86) 0%, rgba(8, 18, 28, 0.2) 30%, rgba(8, 18, 28, 0.02) 52%),
          linear-gradient(0deg, rgba(8, 18, 28, 0.82) 0%, rgba(8, 18, 28, 0.1) 45%, rgba(8, 18, 28, 0.02) 100%);
      }

      .software-carousel-footer {
        position: absolute;
        right: 1.4rem;
        bottom: 1.2rem;
        z-index: 4;
        display: flex;
        align-items: center;
        gap: 0.9rem;
        pointer-events: auto;
      }

      .software-controls {
        display: flex;
        gap: 0.45rem;
      }

      .software-control-btn {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(176, 204, 229, 0.34);
        border-radius: 0.72rem;
        background: rgba(8, 24, 40, 0.8);
        color: #d8e9f8;
        display: grid;
        place-items: center;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      }

      .software-control-btn:hover {
        background: rgba(16, 204, 138, 0.2);
        border-color: rgba(16, 204, 138, 0.6);
        color: #95f3cf;
      }

      .software-carousel .carousel-indicators {
        position: static;
        margin: 0;
        gap: 0.42rem;
      }

      .software-carousel .carousel-indicators [data-bs-target] {
        width: 0.58rem;
        height: 0.58rem;
        border-radius: 999px;
        border: 0;
        opacity: 0.55;
        background: rgba(223, 238, 251, 0.76);
      }

      .software-carousel .carousel-indicators .active {
        opacity: 1;
        background: #10cc8a;
      }

      .section {
        padding: 5rem 0;
        position: relative;
      }

      .section-head {
        text-align: center;
        margin-bottom: 2.25rem;
      }

      .section-title {
        color: rgb(33 33 33);
        font-size: clamp(1.9rem, 3vw, 3rem);
        font-weight: 900;
        margin-bottom: 0.6rem;
        line-height: 1.35;
      }

      .section-sub {
        color: #5f758d;
        font-size: 1.08rem;
        line-height: 1.9;
        margin-bottom: 0;
      }

      .feature-card {
        border: 1px solid #d9e4f0;
        border-radius: 1.05rem;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        padding: 1.45rem 1.05rem 1.15rem;
        height: 100%;
        text-align: center;
        box-shadow: 0 10px 24px rgba(11, 30, 49, 0.05);
        position: relative;
        overflow: hidden;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      }

      .feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 3px;
        background: linear-gradient(90deg, rgba(16, 204, 138, 0.95), rgba(16, 204, 138, 0.05));
      }

      .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 38px rgba(10, 28, 47, 0.12);
        border-color: #c6d8eb;
      }

      .feature-icon {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 0.9rem;
        margin: 0 auto 0.95rem;
        display: grid;
        place-items: center;
        font-size: 1.45rem;
      }

      .c-1 {
        background: #fef3e8;
        color: #ec8b1a;
      }

      .c-2 {
        background: #eaf1ff;
        color: #2f77e2;
      }

      .c-3 {
        background: #f3ebff;
        color: #9d58f2;
      }

      .c-4 {
        background: #e8f8ef;
        color: #22ad66;
      }

      .feature-card h3 {
        font-size: 1.14rem;
        font-weight: 800;
        color: rgb(33 33 33);
        margin-bottom: 0.55rem;
      }

      .feature-card p {
        color: #6a8099;
        line-height: 1.9;
        margin-bottom: 0.75rem;
        min-height: 68px;
      }

      .feature-link {
        color: #3b5977;
        font-size: 0.92rem;
        font-weight: 700;
      }

      .feature-link i {
        color: var(--primary);
      }

      .showcase-shell {
        position: relative;
        border: 1px solid rgba(86, 128, 163, 0.38);
        border-radius: 1.35rem;
        background:
          radial-gradient(circle at 90% 15%, rgba(16, 204, 138, 0.17) 0%, rgba(16, 204, 138, 0) 42%),
          radial-gradient(circle at 14% 90%, rgba(33, 123, 255, 0.12) 0%, rgba(33, 123, 255, 0) 36%),
          linear-gradient(170deg, rgba(6, 25, 43, 0.97) 0%, rgba(4, 19, 34, 0.98) 100%);
        box-shadow: 0 24px 50px rgba(5, 17, 30, 0.3);
        padding: 2.1rem 1.4rem 1.45rem;
        overflow: hidden;
      }

      .showcase-shell::before,
      .showcase-shell::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(60px);
        pointer-events: none;
      }

      .showcase-shell::before {
        width: 260px;
        height: 260px;
        left: -120px;
        top: -110px;
        background: rgba(16, 204, 138, 0.18);
      }

      .showcase-shell::after {
        width: 220px;
        height: 220px;
        right: -110px;
        bottom: -110px;
        background: rgba(33, 123, 255, 0.2);
      }

      .showcase-shell .section-head {
        margin-bottom: 1.8rem;
      }

      .showcase-shell .section-title {
        color: #f2f8ff;
      }

      .showcase-shell .section-sub {
        color: #9fc0dd;
      }

      .persona-panel,
      .industry-panel {
        position: relative;
        border: 1px solid rgba(132, 170, 203, 0.26);
        border-radius: 1.05rem;
        background: rgba(5, 22, 39, 0.75);
        backdrop-filter: blur(7px);
        padding: 1rem;
        height: 100%;
      }

      .panel-title {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        color: #eff8ff;
        font-size: 1.08rem;
        font-weight: 800;
        margin-bottom: 0.9rem;
      }

      .panel-title i {
        color: var(--primary);
        font-size: 1.1rem;
      }

      .persona-card {
        display: flex;
        gap: 0.8rem;
        align-items: flex-start;
        padding: 0.82rem;
        border: 1px solid rgba(129, 167, 201, 0.22);
        border-radius: 0.9rem;
        background: rgba(255, 255, 255, 0.02);
        margin-bottom: 0.7rem;
        transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
      }

      .persona-card:last-child {
        margin-bottom: 0;
      }

      .persona-card:hover {
        border-color: rgba(16, 204, 138, 0.58);
        transform: translateY(-3px);
        background: rgba(16, 204, 138, 0.07);
      }

      .persona-icon {
        width: 2.65rem;
        height: 2.65rem;
        border-radius: 0.78rem;
        display: grid;
        place-items: center;
        background: rgba(16, 204, 138, 0.16);
        color: #2ee5a3;
        font-size: 1.12rem;
        flex-shrink: 0;
      }

      .persona-card h4 {
        color: #f2f9ff;
        font-size: 0.98rem;
        font-weight: 800;
        margin: 0 0 0.3rem;
      }

      .persona-card p {
        color: #afc4d9;
        font-size: 0.88rem;
        margin: 0;
        line-height: 1.8;
      }

      .persona-example {
        display: inline-flex;
        margin-top: 0.45rem;
        padding: 0.2rem 0.6rem;
        border-radius: 999px;
        background: rgba(34, 95, 141, 0.35);
        border: 1px solid rgba(137, 174, 206, 0.24);
        color: #d4e5f5;
        font-size: 0.76rem;
        max-width: 100%;
        white-space: normal;
        line-height: 1.7;
      }

      .industry-card {
        border: 1px solid rgba(126, 165, 199, 0.28);
        border-radius: 0.95rem;
        background: linear-gradient(180deg, rgba(12, 40, 63, 0.78) 0%, rgba(6, 26, 43, 0.95) 100%);
        padding: 0.95rem;
        height: 100%;
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
      }

      .industry-card:hover {
        transform: translateY(-4px);
        border-color: rgba(16, 204, 138, 0.56);
        box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
      }

      .industry-head {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        margin-bottom: 0.4rem;
      }

      .industry-icon {
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 0.72rem;
        display: grid;
        place-items: center;
        color: #2ee5a3;
        background: rgba(16, 204, 138, 0.14);
        font-size: 1.03rem;
      }

      .industry-card h4 {
        color: #eef8ff;
        font-size: 0.98rem;
        font-weight: 800;
        margin: 0;
      }

      .industry-card p {
        color: #a9bfd4;
        font-size: 0.86rem;
        line-height: 1.8;
        margin: 0;
      }

      .industry-example {
        display: inline-flex;
        margin-top: 0.55rem;
        padding: 0.2rem 0.55rem;
        border-radius: 0.55rem;
        background: rgba(255, 255, 255, 0.05);
        color: #cfe0ef;
        font-size: 0.74rem;
        max-width: 100%;
        white-space: normal;
        line-height: 1.7;
      }

      .confidence-wrap {
        border: 1px solid #d7e3ef;
        border-radius: 1.25rem;
        background:
          radial-gradient(circle at 100% 0%, rgba(16, 204, 138, 0.12) 0%, rgba(16, 204, 138, 0) 34%),
          radial-gradient(circle at 0% 100%, rgba(46, 121, 255, 0.1) 0%, rgba(46, 121, 255, 0) 30%),
          linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        box-shadow: 0 20px 44px rgba(9, 29, 48, 0.08);
        padding: 1.35rem;
      }

      .confidence-lead {
        border: 1px solid #d7e4f1;
        border-radius: 1rem;
        background: linear-gradient(175deg, #ffffff 0%, #f5f9ff 100%);
        height: 100%;
        padding: 1.1rem;
      }

      .confidence-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.38rem;
        border: 1px solid #d4e7dc;
        border-radius: 999px;
        background: #f0fbf6;
        color: #0a9e6b;
        font-size: 0.78rem;
        font-weight: 700;
        padding: 0.28rem 0.65rem;
      }

      .confidence-badge i {
        font-size: 0.92rem;
      }

      .confidence-lead h3 {
        font-size: 1.28rem;
        font-weight: 900;
        color: #1e3246;
        margin: 0.7rem 0 0.5rem;
      }

      .confidence-lead p {
        color: #62788f;
        margin: 0 0 0.9rem;
        line-height: 1.9;
      }

      .confidence-metric {
        border: 1px solid #d9e6f2;
        border-radius: 0.85rem;
        background: #ffffff;
        padding: 0.62rem 0.7rem;
      }

      .confidence-metric small {
        display: block;
        color: #6f859c;
        font-size: 0.8rem;
      }

      .confidence-metric strong {
        display: block;
        color: #0f2d4a;
        font-size: 1.28rem;
        margin-top: 0.2rem;
        font-weight: 900;
      }

      .confidence-metric strong.accent-green {
        color: #08b67b;
      }

      .confidence-metric strong.accent-blue {
        color: #2b77eb;
      }

      .confidence-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.45rem;
        margin-top: 0.85rem;
      }

      .confidence-tags span {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        border: 1px solid #d8e4f0;
        border-radius: 999px;
        background: #ffffff;
        color: #405a73;
        font-size: 0.78rem;
        padding: 0.26rem 0.56rem;
      }

      .confidence-tags i {
        color: #0bb77d;
      }

      .confidence-roadmap {
        border: 1px solid #d7e4f1;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.72);
        padding: 0.75rem;
        height: 100%;
      }

      .confidence-step {
        position: relative;
        display: flex;
        gap: 0.75rem;
        align-items: flex-start;
        border: 1px solid #dae6f2;
        border-radius: 0.9rem;
        background: #ffffff;
        padding: 0.72rem;
        margin-bottom: 0.52rem;
        transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      }

      .confidence-step:last-child {
        margin-bottom: 0;
      }

      .confidence-step:hover {
        transform: translateY(-2px);
        border-color: #bdd9ca;
        box-shadow: 0 10px 18px rgba(12, 32, 51, 0.08);
      }

      .confidence-step:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 1.16rem;
        top: calc(100% + 0.08rem);
        width: 2px;
        height: 0.35rem;
        background: linear-gradient(180deg, #9fd4be 0%, #deebf6 100%);
      }

      html[dir="ltr"] .confidence-step:not(:last-child)::after {
        right: auto;
        left: 1.16rem;
      }

      .step-no {
        width: 2rem;
        height: 2rem;
        border-radius: 0.6rem;
        background: linear-gradient(160deg, #0fcc8a 0%, #0da56f 100%);
        color: #062617;
        font-size: 0.78rem;
        font-weight: 900;
        display: grid;
        place-items: center;
        flex-shrink: 0;
        margin-top: 0.02rem;
      }

      .step-body h4 {
        font-size: 0.99rem;
        font-weight: 800;
        color: #1d3650;
        margin: 0 0 0.2rem;
      }

      .step-body p {
        margin: 0;
        color: #667f97;
        font-size: 0.86rem;
        line-height: 1.78;
      }

      .confidence-clientbar {
        margin-top: 1rem;
        border: 1px dashed #cfddec;
        border-radius: 0.9rem;
        background: rgba(255, 255, 255, 0.84);
        padding: 0.75rem;
      }

      .clientbar-title {
        font-size: 0.88rem;
        font-weight: 800;
        color: #2f4b66;
        margin-bottom: 0.55rem;
      }

      .client-chip-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 0.45rem;
      }

      .client-chip {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        border: 1px solid #d3e2f0;
        border-radius: 999px;
        background: #ffffff;
        color: #46617b;
        font-size: 0.78rem;
        padding: 0.25rem 0.6rem;
        max-width: 100%;
        white-space: normal;
      }

      .client-chip i {
        color: #14b77f;
      }

      .trust-item {
        text-align: right;
        padding: 1.05rem 0.85rem;
        border: 1px solid #dae4ef;
        border-radius: 1rem;
        background: #ffffff;
        box-shadow: 0 9px 20px rgba(10, 31, 49, 0.05);
        height: 100%;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
      }

      html[dir="ltr"] .trust-item {
        text-align: left;
      }

      .trust-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 34px rgba(9, 29, 46, 0.11);
        border-color: #c7d9eb;
      }

      .trust-icon {
        width: 3rem;
        height: 3rem;
        border-radius: 0.9rem;
        background: #edf3ff;
        color: #3e78d6;
        display: grid;
        place-items: center;
        font-size: 1.32rem;
        margin: 0 0 0.65rem;
      }

      .trust-item h4 {
        font-size: 1.06rem;
        font-weight: 800;
        color: rgb(33 33 33);
        margin-bottom: 0.35rem;
      }

      .trust-item p {
        color: #6a8098;
        margin: 0;
      }

      .contact-shell {
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(123, 157, 188, 0.28);
        border-radius: 1.35rem;
        background:
          radial-gradient(circle at 12% 20%, rgba(16, 204, 138, 0.15) 0%, rgba(16, 204, 138, 0) 34%),
          radial-gradient(circle at 88% 82%, rgba(47, 119, 226, 0.13) 0%, rgba(47, 119, 226, 0) 32%),
          linear-gradient(160deg, #ffffff 0%, #f6faff 100%);
        box-shadow: 0 24px 55px rgba(9, 29, 46, 0.1);
        padding: 1.1rem;
      }

      .contact-shell::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(16, 204, 138, 0.12) 50%, rgba(255, 255, 255, 0) 100%) top / 100% 1px no-repeat,
          linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
      }

      .contact-lead,
      .contact-grid {
        position: relative;
        z-index: 1;
      }

      .contact-lead {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid rgba(141, 176, 207, 0.22);
        border-radius: 1rem;
        background:
          linear-gradient(150deg, rgba(7, 27, 45, 0.96) 0%, rgba(5, 21, 37, 0.98) 100%);
        color: #eff8ff;
        padding: 1.45rem;
        min-height: 100%;
        box-shadow: 0 18px 38px rgba(5, 18, 31, 0.18);
      }

      .contact-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        width: fit-content;
        border: 1px solid rgba(16, 204, 138, 0.28);
        border-radius: 999px;
        background: rgba(16, 204, 138, 0.09);
        color: #bff6df;
        font-size: 0.82rem;
        font-weight: 800;
        padding: 0.34rem 0.7rem;
        margin-bottom: 1rem;
      }

      .contact-kicker i {
        color: var(--primary);
      }

      .contact-lead h3 {
        font-size: clamp(1.35rem, 2vw, 2rem);
        font-weight: 900;
        line-height: 1.55;
        margin-bottom: 0.75rem;
      }

      .contact-lead p {
        color: #b5c9dd;
        line-height: 1.9;
        margin-bottom: 1.3rem;
      }

      .contact-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.65rem;
      }

      .contact-primary-btn,
      .contact-secondary-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.42rem;
        min-height: 2.75rem;
        border-radius: 999px;
        font-weight: 850;
        padding: 0.58rem 0.9rem;
      }

      .contact-primary-btn {
        background: linear-gradient(135deg, var(--primary-2), var(--primary));
        color: #042318;
        border: 0;
      }

      .contact-primary-btn:hover,
      .contact-primary-btn:focus-visible {
        background: linear-gradient(135deg, #08c486, #16e6a1);
        color: #031d13;
      }

      .contact-secondary-btn {
        border: 1px solid rgba(212, 231, 248, 0.28);
        background: rgba(255, 255, 255, 0.04);
        color: #e8f3ff;
      }

      .contact-secondary-btn:hover,
      .contact-secondary-btn:focus-visible {
        border-color: rgba(255, 255, 255, 0.45);
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
      }

      .contact-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
        height: 100%;
      }

      .contact-card {
        display: flex;
        align-items: flex-start;
        gap: 0.85rem;
        min-height: 9.5rem;
        border: 1px solid #d8e5f2;
        border-radius: 1rem;
        background: rgba(255, 255, 255, 0.82);
        color: rgb(33 33 33);
        padding: 1rem;
        text-align: right;
        box-shadow: 0 12px 24px rgba(10, 31, 49, 0.05);
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
      }

      .contact-card:hover,
      .contact-card:focus-visible {
        transform: translateY(-5px);
        border-color: rgba(16, 204, 138, 0.48);
        background: #ffffff;
        color: rgb(33 33 33);
        box-shadow: 0 20px 38px rgba(9, 29, 46, 0.11);
      }

      .contact-card-button {
        width: 100%;
        font: inherit;
        cursor: pointer;
      }

      .contact-icon {
        flex: 0 0 auto;
        width: 3rem;
        height: 3rem;
        display: grid;
        place-items: center;
        border-radius: 0.92rem;
        background: #e9fff6;
        color: #07a872;
        font-size: 1.28rem;
      }

      .contact-content {
        display: grid;
        gap: 0.28rem;
        min-width: 0;
      }

      .contact-label {
        color: #6a8098;
        font-size: 0.82rem;
        font-weight: 800;
      }

      .contact-content strong {
        color: #20364c;
        font-size: 1.02rem;
        font-weight: 900;
        overflow-wrap: anywhere;
      }

      .contact-content small {
        color: #6f8499;
        font-size: 0.84rem;
        line-height: 1.8;
      }

      .contact-note {
        display: flex;
        align-items: center;
        gap: 0.55rem;
        border: 1px dashed rgba(16, 204, 138, 0.42);
        border-radius: 0.95rem;
        background: rgba(16, 204, 138, 0.08);
        color: #33506a;
        font-size: 0.9rem;
        font-weight: 800;
        line-height: 1.8;
        padding: 0.78rem 0.9rem;
      }

      .contact-note i {
        color: #07a872;
        font-size: 1.08rem;
      }

      .footer-wrap {
        position: relative;
        overflow: hidden;
        background: linear-gradient(160deg, rgb(33 33 33) 0%, rgb(33 33 33) 100%);
        color: #d2e3f6;
        margin-top: 2.6rem;
        padding: 2rem 0 1rem;
      }

      .footer-wrap::before,
      .footer-wrap::after {
        content: "";
        position: absolute;
        border-radius: 999px;
        filter: blur(64px);
        pointer-events: none;
      }

      .footer-wrap::before {
        width: 260px;
        height: 260px;
        right: -120px;
        top: -120px;
        background: rgba(16, 204, 138, 0.18);
      }

      .footer-wrap::after {
        width: 240px;
        height: 240px;
        left: -100px;
        bottom: -120px;
        background: rgba(51, 143, 255, 0.16);
      }

      .footer-modern {
        position: relative;
        z-index: 2;
        border: 1px solid rgba(145, 178, 208, 0.24);
        border-radius: 1.2rem;
        background:
          radial-gradient(circle at 100% 0%, rgba(16, 204, 138, 0.1) 0%, rgba(16, 204, 138, 0) 35%),
          linear-gradient(170deg, rgba(7, 24, 40, 0.85) 0%, rgba(6, 19, 32, 0.9) 100%);
        padding: 1.35rem;
        box-shadow: 0 20px 40px rgba(5, 16, 29, 0.28);
      }

      .footer-brand {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
      }

      .footer-icon-img {
        height: 2.15rem;
        width: auto;
        display: block;
      }

      .footer-logo-img {
        height: 2.6rem;
        width: auto;
        max-width: 16rem;
        display: block;
        filter: brightness(0) invert(1);
      }

      .footer-desc {
        color: #b9cce0;
        line-height: 1.9;
        margin: 0.85rem 0 1rem;
      }

      .footer-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-bottom: 1rem;
      }

      .footer-nav-title {
        color: #eff7ff;
        font-size: 1rem;
        margin-bottom: 0.75rem;
        font-weight: 800;
      }

      .footer-links {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      .footer-links li {
        margin-bottom: 0.45rem;
      }

      .footer-links a {
        color: #b7cbdf;
        font-size: 0.92rem;
        transition: color 0.2s ease;
      }

      .footer-links a:hover {
        color: #8deec8;
      }

      .footer-split-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.2rem 1.2rem;
      }

      .download-monitor-section {
        padding-bottom: 2.2rem;
      }

      .download-monitor-shell {
        --download-shell-accent: 16, 204, 138;
        --download-shell-accent-alpha: 0.1;
        --download-shell-border: #d7e4f1;
        --download-shell-bg-start: #ffffff;
        --download-shell-bg-end: #f4f8fd;
        border: 1px solid var(--download-shell-border);
        border-radius: 1.2rem;
        background:
          radial-gradient(
            circle at 100% 0%,
            rgba(var(--download-shell-accent), var(--download-shell-accent-alpha)) 0%,
            rgba(var(--download-shell-accent), 0) 34%
          ),
          linear-gradient(170deg, var(--download-shell-bg-start) 0%, var(--download-shell-bg-end) 100%);
        padding: 1.15rem;
        box-shadow: 0 20px 42px rgba(7, 24, 39, 0.1);
        transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
      }

      .download-monitor-shell.shell-good {
        --download-shell-accent: 16, 204, 138;
        --download-shell-border: #d7e4f1;
        --download-shell-bg-start: #ffffff;
        --download-shell-bg-end: #f4f8fd;
      }

      .download-monitor-shell.shell-warn {
        --download-shell-accent: 240, 173, 69;
        --download-shell-border: #ecd8b0;
        --download-shell-bg-start: #ffffff;
        --download-shell-bg-end: #f4f8fd;
      }

      .download-monitor-shell.shell-bad {
        --download-shell-accent: 243, 109, 109;
        --download-shell-border: #ebc2c2;
        --download-shell-bg-start: #ffffff;
        --download-shell-bg-end: #f4f8fd;
      }

      .download-monitor-info {
        border: 1px solid #d9e6f2;
        border-radius: 1rem;
        background: #ffffff;
        padding: 1rem;
        height: 100%;
      }

      .download-monitor-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        border: 1px solid #d2e7dd;
        border-radius: 999px;
        background: #eefaf5;
        color: #0a9f6b;
        font-size: 0.78rem;
        font-weight: 700;
        padding: 0.22rem 0.58rem;
      }

      .download-monitor-title {
        margin: 0.72rem 0 0.48rem;
        font-size: clamp(1.25rem, 1.8vw, 1.75rem);
        font-weight: 900;
        color: #17324d;
        line-height: 1.55;
      }

      .download-monitor-sub {
        color: #607993;
        line-height: 1.9;
        margin: 0 0 0.9rem;
      }

      .download-monitor-points {
        margin: 0 0 0.8rem;
        padding: 0;
      }

      .download-monitor-points li {
        display: flex;
        gap: 0.45rem;
        align-items: flex-start;
        color: #4f6983;
        font-size: 0.88rem;
        line-height: 1.8;
        margin-bottom: 0.4rem;
      }

      .download-monitor-points i {
        color: #13b87f;
        margin-top: 0.12rem;
      }

      .download-monitor-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem;
        direction: ltr;
      }

      .download-monitor-chips span {
        display: inline-flex;
        align-items: center;
        border: 1px solid #d4e2ef;
        border-radius: 999px;
        background: #f8fbff;
        color: #4a647d;
        font-size: 0.76rem;
        padding: 0.2rem 0.55rem;
      }

      .geo-live-card {
        border: 1px solid rgba(150, 184, 214, 0.26);
        border-radius: 1rem;
        background: rgba(4, 17, 30, 0.58);
        padding: 0.9rem;
      }

      .geo-live-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.6rem;
        margin-bottom: 0.75rem;
      }

      .geo-live-title {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.4rem;
        color: #eaf5ff;
        font-size: 0.95rem;
        font-weight: 800;
        line-height: 1.7;
      }

      .geo-live-title i {
        color: #10cc8a;
      }

      .geo-live-state {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        min-width: 4.4rem;
        border-radius: 999px;
        border: 1px solid rgba(150, 184, 214, 0.3);
        padding: 0.18rem 0.58rem;
        font-size: 0.76rem;
        font-weight: 700;
      }

      .geo-live-dot {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 999px;
        background: #10cc8a;
        box-shadow: 0 0 0 0 rgba(16, 204, 138, 0.6);
        animation: geoPulse 1.8s infinite;
        display: inline-block;
        margin-right: 0.4rem;
      }

      html[dir="ltr"] .geo-live-dot {
        margin-right: 0;
        margin-left: 0.4rem;
      }

      @keyframes geoPulse {
        0% {
          box-shadow: 0 0 0 0 rgba(16, 204, 138, 0.52);
        }
        70% {
          box-shadow: 0 0 0 9px rgba(16, 204, 138, 0);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(16, 204, 138, 0);
        }
      }

      .geo-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
      }

      .geo-cell {
        border: 1px solid rgba(145, 178, 208, 0.2);
        border-radius: 0.7rem;
        background: rgba(255, 255, 255, 0.045);
        padding: 0.45rem 0.55rem;
      }

      .geo-label {
        color: #91abc6;
        font-size: 0.72rem;
        display: block;
        margin-bottom: 0.18rem;
      }

      .geo-value {
        color: #ffffff;
        opacity: 1;
        font-size: 0.92rem;
        font-weight: 800;
        font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;
        letter-spacing: 0.2px;
        direction: ltr;
        unicode-bidi: bidi-override;
        text-align: left;
        display: block;
        overflow-wrap: anywhere;
      }

      .status-good {
        color: #2ef2b1 !important;
      }

      .status-warn {
        color: #ffd35b !important;
      }

      .status-bad {
        color: #ff7f7f !important;
      }

      .geo-live-state.status-good {
        background: rgba(16, 204, 138, 0.14);
        border-color: rgba(16, 204, 138, 0.35);
      }

      .geo-live-state.status-warn {
        background: rgba(239, 172, 62, 0.14);
        border-color: rgba(239, 172, 62, 0.35);
      }

      .geo-live-state.status-bad {
        background: rgba(225, 86, 86, 0.16);
        border-color: rgba(225, 86, 86, 0.38);
      }

      .geo-live-dot.status-good {
        background: #10cc8a;
      }

      .geo-live-dot.status-warn {
        background: #f0ad45;
      }

      .geo-live-dot.status-bad {
        background: #f36d6d;
      }

      .geo-note {
        margin-top: 0.6rem;
        color: #9eb5cb;
        font-size: 0.75rem;
      }

      .social {
        display: flex;
        gap: 0.45rem;
      }

      .social a {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        border: 1px solid rgba(145, 178, 208, 0.3);
        color: #d8e7f7;
        display: grid;
        place-items: center;
      }

      .social a:hover {
        color: #8deec8;
        border-color: rgba(16, 204, 138, 0.5);
      }

      .copy {
        border-top: 1px solid rgba(152, 183, 210, 0.2);
        margin-top: 1.2rem;
        padding: 0.85rem 0 0.2rem;
        text-align: center;
        color: #adc0d4;
        font-size: 0.9rem;
      }

      @media (max-width: 1199.98px) {
        .hero {
          min-height: 1040px;
        }

        .hero::after {
          background:
            linear-gradient(90deg, rgba(1, 18, 33, 0.2) 0%, rgba(1, 18, 33, 0.88) 50%, rgba(1, 18, 33, 0.95) 100%),
            linear-gradient(180deg, rgba(2, 20, 37, 0.18), rgba(2, 20, 37, 0.92));
        }

      }

      @media (max-width: 767.98px) {
        .top-nav .navbar-collapse {
          padding-top: 0.7rem;
        }

        .top-nav .nav-link {
          border-radius: 0.7rem;
          padding: 0.55rem 0.75rem;
          margin: 0;
        }

        .top-nav .nav-link.active {
          background: rgba(16, 204, 138, 0.12);
        }

        .top-nav .nav-link.active::after {
          display: none;
        }

        .top-nav .navbar-collapse .d-flex {
          width: 100%;
          justify-content: flex-start;
        }

        .nav-actions {
          padding-top: 0.2rem;
        }

        .language-options {
          flex: 0 0 auto;
        }
      }

      @media (max-width: 991.98px) {
        .hero {
          min-height: 1120px;
        }

        .hero-content {
          padding-bottom: 18rem;
        }

        .stats-bar {
          width: calc(100% - 1rem);
          padding: 0.52rem;
          bottom: 0.6rem;
        }

        .stat-card {
          padding: 0.65rem 0.62rem;
        }

        .stat-value {
          font-size: 1.12rem;
        }

        .stat-meta {
          font-size: 0.71rem;
        }

        .top-nav {
          border-radius: 0.8rem;
        }

        .software-slider-section {
          padding-bottom: 4.1rem;
        }

        .software-carousel {
          height: 760px;
        }

        .software-layout {
          height: 100%;
          min-height: 0;
        }

        .software-info-panel {
          height: 400px;
          padding: 1.1rem 1rem 1rem;
          border-left: 0;
          border-top: 1px solid rgba(145, 178, 208, 0.2);
        }

        .software-media-frame {
          height: 360px;
        }

        .software-slide-img {
          min-height: 0;
        }

        .software-carousel-footer {
          position: static;
          justify-content: space-between;
          padding: 0.9rem 1rem 1rem;
          background: rgba(5, 16, 27, 0.72);
          border-top: 1px solid rgba(145, 178, 208, 0.18);
        }

        .software-control-btn {
          width: 2.05rem;
          height: 2.05rem;
        }

        .showcase-shell {
          padding: 1.5rem 1rem 1rem;
        }

        .confidence-wrap {
          padding: 1rem;
        }

        .confidence-lead,
        .confidence-roadmap {
          padding: 0.85rem;
        }

        .confidence-step:not(:last-child)::after {
          display: none;
        }

        .panel-title {
          font-size: 1.02rem;
        }

        .industry-card p,
        .persona-card p {
          font-size: 0.85rem;
        }

        .footer-modern {
          padding: 1rem;
        }

        .download-monitor-shell {
          padding: 0.9rem;
        }

        .download-monitor-info {
          padding: 0.85rem;
        }

        .footer-split-links {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 0.2rem 0.8rem;
        }

        .footer-actions {
          margin-bottom: 0.8rem;
        }

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

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

      @media (max-width: 575.98px) {
        .hero {
          min-height: 1260px;
        }

        .hero-title {
          font-size: 2.1rem;
        }

        .hero-sub {
          font-size: 1.02rem;
        }

        .hero-actions .btn,
        .top-nav .btn {
          width: 100%;
        }

        .top-nav .navbar-collapse .d-flex {
          flex-direction: column;
        }

        .nav-map-signal {
          width: 100%;
          justify-content: center;
        }

        .language-options {
          width: 100%;
          justify-content: center;
        }

        .section {
          padding: 4.1rem 0;
        }

        .contact-shell {
          border-radius: 1rem;
          padding: 0.72rem;
        }

        .contact-lead {
          border-radius: 0.85rem;
          padding: 1rem;
        }

        .contact-lead h3 {
          font-size: 1.18rem;
        }

        .contact-actions .btn {
          width: 100%;
        }

        .contact-card {
          min-height: auto;
          padding: 0.85rem;
        }

        .contact-icon {
          width: 2.65rem;
          height: 2.65rem;
          font-size: 1.12rem;
        }

        .contact-note {
          align-items: flex-start;
          font-size: 0.82rem;
        }

        .footer-modern {
          padding: 0.85rem;
        }

        .download-monitor-shell {
          padding: 0.72rem;
        }

        .download-monitor-info {
          padding: 0.75rem;
        }

        .download-monitor-title {
          font-size: 1.08rem;
        }

        .download-monitor-sub,
        .download-monitor-points li {
          font-size: 0.82rem;
        }

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

        .footer-actions .btn {
          width: 100%;
        }

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

        .geo-live-head {
          align-items: flex-start;
          flex-direction: column-reverse;
        }

        .geo-live-state {
          align-self: flex-start;
        }

        .software-carousel {
          height: 730px;
        }

        .software-media-frame {
          height: 280px;
        }

        .software-info-panel {
          height: 450px;
        }

        .software-slide-img {
          min-height: 0;
        }

        .stats-bar {
          bottom: 0.45rem;
          width: calc(100% - 0.8rem);
        }

        .stat-card {
          padding: 0.58rem 0.5rem;
        }

        .stat-icon {
          width: 1.8rem;
          height: 1.8rem;
          font-size: 0.85rem;
        }

        .stat-label {
          font-size: 0.76rem;
        }

        .stat-value {
          font-size: 1.04rem;
        }

        .stat-meta {
          font-size: 0.67rem;
        }

        .software-info-panel {
          padding: 0.95rem 0.78rem 0.85rem;
        }

        .software-title {
          font-size: 1.1rem;
          margin-top: 0.65rem;
        }

        .software-desc {
          font-size: 0.86rem;
          line-height: 1.75;
        }

        .software-points li {
          font-size: 0.83rem;
        }

        .software-carousel-footer {
          padding: 0.75rem;
        }

        .software-control-btn {
          width: 1.9rem;
          height: 1.9rem;
        }

        .section-head {
          margin-bottom: 1.6rem;
        }

        .showcase-shell {
          border-radius: 1rem;
        }

        .confidence-wrap {
          border-radius: 1rem;
        }

        .confidence-lead h3 {
          font-size: 1.12rem;
        }

        .confidence-metric strong {
          font-size: 1.14rem;
        }

        .confidence-step {
          padding: 0.65rem;
        }

        .persona-card {
          padding: 0.75rem;
        }

        .industry-card {
          padding: 0.85rem;
        }

        .trust-item {
          padding: 0.95rem 0.75rem;
        }

        .brand-logo-img {
          height: 1.9rem;
        }

        .brand-icon-img {
          height: 1.6rem;
        }

        .footer-logo-img {
          height: 2.2rem;
        }

        .footer-icon-img {
          height: 1.8rem;
        }
      }
