﻿:root {
      --primary: rgb(187,134,252);
      --primary-glow: rgba(187,134,252, 0.4);
      --glacier-blue: #1D7BFF;
      --glacier-glow: rgba(29, 123, 255, 0.35);
      --silver-white: #E2F1FF;
      --deep-sea-ink: #0A0F1D;
      --dark-bg: #05070F;
      --card-bg: rgba(13, 22, 42, 0.75);
      --text-main: #E2F1FF;
      --text-muted: #8E9BB0;
      --border-color: rgba(29, 123, 255, 0.15);
      --max-width: 1200px;
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      background-color: var(--dark-bg);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--transition);
    }

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

    
    .container {
      width: 100%;
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 20px;
    }

    
    header {
      background: rgba(10, 15, 29, 0.85);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border-color);
      position: sticky;
      top: 0;
      z-index: 100;
      height: 70px;
    }

    .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
    }

    
    .logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
    }

    .logo img {
      display: block;
      height: 40px;
      width: auto;
      max-width: 160px;
      object-fit: contain;
      flex-shrink: 0;
    }

    .logo span {
      display: inline-block;
      font-size: 20px;
      font-weight: 800;
      line-height: 1;
      color: var(--silver-white);
      white-space: nowrap;
      letter-spacing: 0.5px;
      text-shadow: 0 0 10px rgba(29, 123, 255, 0.5);
    }

    nav {
      display: flex;
      align-items: center;
      gap: 30px;
    }

    nav a {
      font-size: 15px;
      font-weight: 500;
      color: var(--text-muted);
      position: relative;
      padding: 8px 0;
    }

    nav a:hover, nav a.active {
      color: var(--text-main);
    }

    nav a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 2px;
      background: var(--primary);
      transition: var(--transition);
    }

    nav a:hover::after, nav a.active::after {
      width: 100%;
    }

    .nav-btn {
      background: linear-gradient(135deg, var(--glacier-blue), var(--primary));
      padding: 8px 18px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: 600;
      color: #FFF;
      box-shadow: 0 4px 15px var(--glacier-glow);
    }

    .nav-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px var(--primary-glow);
    }

    .menu-btn {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 5px;
    }

    .menu-btn svg {
      fill: var(--text-main);
      width: 28px;
      height: 28px;
    }

    
    .mobile-drawer {
      position: fixed;
      top: 0;
      left: -300px;
      width: 300px;
      height: 100%;
      background: var(--deep-sea-ink);
      z-index: 110;
      transition: var(--transition);
      box-shadow: 5px 0 25px rgba(0, 0, 0, 0.5);
      border-right: 1px solid var(--border-color);
      display: flex;
      flex-direction: column;
      padding: 30px 20px;
    }

    .mobile-drawer.active {
      left: 0;
    }

    .drawer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
    }

    .drawer-close {
      background: none;
      border: none;
      cursor: pointer;
    }

    .drawer-close svg {
      fill: var(--text-muted);
      width: 24px;
      height: 24px;
    }

    .drawer-menu {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .drawer-menu a {
      font-size: 18px;
      font-weight: 600;
      color: var(--text-muted);
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .drawer-menu a:hover {
      color: var(--text-main);
      padding-left: 10px;
    }

    .drawer-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(5, 7, 15, 0.8);
      backdrop-filter: blur(4px);
      z-index: 105;
      display: none;
    }

    .drawer-overlay.active {
      display: block;
    }

    
    .hero-layout-01 {
      position: relative;
      padding: 120px 0 160px;
      text-align: center;
      background: radial-gradient(circle at center, rgba(29, 123, 255, 0.15) 0%, rgba(5, 7, 15, 0) 70%);
      overflow: visible;
    }

    .hero-layout-01 .hero-badge {
      display: inline-block;
      padding: 6px 16px;
      background: rgba(29, 123, 255, 0.12);
      border: 1px solid rgba(29, 123, 255, 0.3);
      border-radius: 30px;
      color: var(--glacier-blue);
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 25px;
      text-shadow: 0 0 10px var(--glacier-glow);
    }

    .hero-layout-01 h1 {
      font-size: clamp(32px, 5vw, 56px);
      font-weight: 800;
      line-height: 1.2;
      color: var(--silver-white);
      max-width: 900px;
      margin: 0 auto 20px;
      letter-spacing: -1px;
    }

    .hero-layout-01 h1 span {
      background: linear-gradient(135deg, var(--silver-white), var(--primary), var(--glacier-blue));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-layout-01 p.hero-desc {
      font-size: clamp(16px, 2vw, 19px);
      color: var(--text-muted);
      max-width: 700px;
      margin: 0 auto 35px;
    }

    .hero-layout-01 .hero-btns {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 80px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 32px;
      border-radius: 30px;
      font-weight: 700;
      font-size: 16px;
      transition: var(--transition);
      cursor: pointer;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--glacier-blue), var(--primary));
      color: #FFF;
      box-shadow: 0 8px 30px var(--glacier-glow);
    }

    .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 35px var(--primary-glow);
    }

    .btn-secondary {
      background: rgba(255, 255, 255, 0.05);
      color: var(--silver-white);
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(5px);
    }

    .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.1);
      transform: translateY(-3px);
    }

    
    .hero-visual-wrapper {
      position: relative;
      max-width: 900px;
      margin: 0 auto;
    }

    .main-visual-panel {
      background: linear-gradient(180deg, rgba(29, 123, 255, 0.12) 0%, rgba(13, 22, 42, 0.8) 100%);
      border: 1px solid var(--border-color);
      border-radius: 20px;
      height: 380px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px;
      box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
    }

    .dashboard-preview {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .dashboard-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      padding-bottom: 15px;
    }

    .db-title {
      font-size: 14px;
      color: var(--glacier-blue);
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .db-status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      background: rgba(16, 185, 129, 0.1);
      padding: 4px 10px;
      border-radius: 12px;
      color: #10B981;
    }

    .db-pulse {
      width: 8px;
      height: 8px;
      background-color: #10B981;
      border-radius: 50%;
      animation: pulse 1.5s infinite;
    }

    .dashboard-body {
      flex: 1;
      display: flex;
      align-items: flex-end;
      gap: 15px;
      padding: 30px 0;
    }

    .bar-chart-sim {
      width: 100%;
      height: 140px;
      display: flex;
      align-items: flex-end;
      justify-content: space-around;
    }

    .bar-col {
      width: 12%;
      background: linear-gradient(180deg, var(--primary) 0%, rgba(29, 123, 255, 0.2) 100%);
      border-radius: 4px 4px 0 0;
      position: relative;
      animation: raiseUp 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }

    .bar-col::after {
      content: attr(data-val);
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 11px;
      color: var(--text-muted);
    }

    
    .floating-card {
      position: absolute;
      background: rgba(10, 15, 29, 0.85);
      border: 1px solid var(--border-color);
      border-radius: 15px;
      padding: 20px;
      width: 220px;
      text-align: left;
      backdrop-filter: blur(12px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      transition: var(--transition);
      z-index: 10;
    }

    .floating-card:hover {
      transform: translateY(-5px) scale(1.02);
      border-color: var(--primary);
      box-shadow: 0 15px 35px var(--glacier-glow);
    }

    .fc-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      background: rgba(29, 123, 255, 0.15);
      border: 1px solid rgba(29, 123, 255, 0.2);
    }

    .fc-icon svg {
      width: 22px;
      height: 22px;
      fill: var(--glacier-blue);
    }

    .floating-card h4 {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 5px;
      color: var(--silver-white);
    }

    .floating-card p {
      font-size: 12px;
      color: var(--text-muted);
    }

    
    .fc-1 { top: -40px; left: -110px; }
    .fc-2 { top: -40px; right: -110px; }
    .fc-3 { bottom: -40px; left: -110px; }
    .fc-4 { bottom: -40px; right: -110px; }

    
    .trust-bar {
      border-top: 1px solid var(--border-color);
      border-bottom: 1px solid var(--border-color);
      background: rgba(13, 22, 42, 0.4);
      padding: 30px 0;
      margin-bottom: 80px;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      text-align: center;
    }

    .trust-item h5 {
      font-size: 24px;
      font-weight: 800;
      color: var(--primary);
    }

    .trust-item p {
      font-size: 13px;
      color: var(--text-muted);
    }

    
    .section-title-wrap {
      text-align: center;
      margin-bottom: 50px;
    }

    .section-title {
      font-size: 32px;
      font-weight: 800;
      color: var(--silver-white);
      margin-bottom: 15px;
    }

    .section-subtitle {
      font-size: 16px;
      color: var(--text-muted);
      max-width: 600px;
      margin: 0 auto;
    }

    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      margin-bottom: 80px;
    }

    .service-card {
      background: var(--card-bg);
      border: 1px solid var(--border-color);
      border-radius: 16px;
      padding: 35px;
      transition: var(--transition);
    }

    .service-card:hover {
      border-color: var(--primary);
      transform: translateY(-5px);
    }

    .sc-icon {
      background: rgba(187, 134, 252, 0.1);
      border: 1px solid rgba(187, 134, 252, 0.2);
      width: 50px;
      height: 50px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
    }

    .sc-icon svg {
      width: 26px;
      height: 26px;
      fill: var(--primary);
    }

    .service-card h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--silver-white);
    }

    .service-card p {
      font-size: 14px;
      color: var(--text-muted);
    }

    
    .data-center-section {
      background: linear-gradient(180deg, rgba(13, 22, 42, 0.6) 0%, rgba(5, 7, 15, 0) 100%);
      padding: 80px 0;
      border-top: 1px solid var(--border-color);
    }

    .live-data-board {
      background: rgba(10, 15, 29, 0.9);
      border: 1px solid var(--border-color);
      border-radius: 20px;
      padding: 30px;
    }

    .board-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 25px;
      border-bottom: 1px solid var(--border-color);
      padding-bottom: 20px;
    }

    .board-title {
      font-size: 18px;
      font-weight: 800;
      color: var(--silver-white);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .board-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
    }

    .board-card {
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 12px;
      padding: 20px;
      text-align: center;
    }

    .board-card .lbl {
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 8px;
    }

    .board-card .val {
      font-size: 24px;
      font-weight: 800;
      color: var(--primary);
    }

    .board-card .balls {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 10px;
    }

    .ball {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: linear-gradient(135deg, #FF4B4B, #950000);
      color: #FFF;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 14px;
      box-shadow: 0 4px 10px rgba(255, 75, 75, 0.3);
    }

    
    .content-section {
      padding: 80px 0;
    }

    .articles-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .article-card {
      background: var(--card-bg);
      border: 1px solid var(--border-color);
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: var(--transition);
    }

    .article-card:hover {
      transform: translateY(-5px);
      border-color: var(--primary);
    }

    .ac-img {
      height: 200px;
      position: relative;
      overflow: hidden;
      background: #0D162A;
    }

    .ac-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: var(--transition);
    }

    .article-card:hover .ac-img img {
      transform: scale(1.05);
    }

    .ac-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background: rgba(29, 123, 255, 0.85);
      backdrop-filter: blur(5px);
      padding: 4px 12px;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 600;
    }

    .ac-content {
      padding: 25px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }

    .ac-meta {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 12px;
    }

    .ac-title {
      font-size: 18px;
      font-weight: 700;
      color: var(--silver-white);
      margin-bottom: 12px;
      line-height: 1.4;
    }

    .ac-title a:hover {
      color: var(--primary);
    }

    .ac-desc {
      font-size: 14px;
      color: var(--text-muted);
      margin-bottom: 20px;
      line-height: 1.6;
      flex-grow: 1;
    }

    .ac-foot {
      border-top: 1px solid rgba(255,255,255,0.05);
      padding-top: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .read-more {
      font-size: 13px;
      font-weight: 700;
      color: var(--primary);
      display: inline-flex;
      align-items: center;
      gap: 5px;
    }

    .read-more:hover {
      color: var(--silver-white);
    }

    
    .cta-section {
      padding: 80px 0;
      background: radial-gradient(circle at top, rgba(187,134,252,0.1) 0%, rgba(5,7,15,0) 80%);
      text-align: center;
    }

    .cta-box {
      background: linear-gradient(135deg, rgba(29,123,255,0.1) 0%, rgba(187,134,252,0.1) 100%);
      border: 1px solid var(--border-color);
      border-radius: 24px;
      padding: 60px 40px;
      max-width: 900px;
      margin: 0 auto;
    }

    .cta-box h2 {
      font-size: 32px;
      font-weight: 800;
      color: var(--silver-white);
      margin-bottom: 15px;
    }

    .cta-box p {
      font-size: 16px;
      color: var(--text-muted);
      max-width: 600px;
      margin: 0 auto 30px;
    }

    
    footer {
      background: var(--deep-sea-ink);
      border-top: 1px solid var(--border-color);
      padding: 80px 0 30px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr repeat(3, 1fr);
      gap: 40px;
      margin-bottom: 50px;
    }

    .footer-brand p {
      font-size: 14px;
      color: var(--text-muted);
      margin-top: 15px;
      margin-bottom: 20px;
      max-width: 280px;
    }

    .footer-title {
      font-size: 16px;
      font-weight: 700;
      color: var(--silver-white);
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .footer-links {
      list-style: none;
    }

    .footer-links li {
      margin-bottom: 12px;
    }

    .footer-links a {
      font-size: 14px;
      color: var(--text-muted);
    }

    .footer-links a:hover {
      color: var(--primary);
      padding-left: 5px;
    }

    .footer-bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      padding-top: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      font-size: 13px;
      color: var(--text-muted);
    }

    .footer-bottom-links {
      display: flex;
      gap: 20px;
    }

    
    @keyframes pulse {
      0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5); }
      70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
      100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
    }

    @keyframes raiseUp {
      from { height: 0; opacity: 0; }
    }

    
    @media (max-width: 1024px) {
      .floating-card {
        position: static;
        width: 100%;
        margin-top: 15px;
      }
      .hero-visual-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 10px;
      }
      .fc-1, .fc-2, .fc-3, .fc-4 {
        transform: none !important;
      }
      .trust-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .grid-3, .articles-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      nav {
        display: none;
      }
      .menu-btn {
        display: block;
      }
      .trust-grid {
        grid-template-columns: 1fr;
      }
      .grid-3, .articles-grid {
        grid-template-columns: 1fr;
      }
      .footer-grid {
        grid-template-columns: 1fr;
      }
    }