@charset "UTF-8";
/* --- Biến (Variables) --- */
/* --- Mixin --- */
#LYNX {
  background: #000000;
  color: #ffffff;
  /* --- Cài đặt chung --- */
  /* ==================== Hero Section ==================== */
  /* --- Advantage Section --- */
  /* ==================== Compact Size Section (PHIÊN BẢN MỚI) ==================== */
  /* --- Vision, Capabilities & Compact Size Sections --- */
  /* --- Versions Section --- */
  /* ==================== DRI Performance Section ==================== */
  /* Thêm vào cuối tệp style.scss */
  /* =================================================================== */
  /* ====================  RESPONSIVE DESIGN  ==================== */
  /* =================================================================== */
  /* --- Dành cho Tablet và nhỏ hơn (<= 992px) --- */
  /* --- Dành cho Điện thoại và tablet nhỏ (<= 768px) --- */ }
  #LYNX .section-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px; }
  #LYNX h1, #LYNX h2, #LYNX h3 {
    font-family: "Speedy", sans-serif;
    background: linear-gradient(90deg, #00c0fa, #015eea);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text; }
  #LYNX h1, #LYNX h2, #LYNX h3, #LYNX h4, #LYNX h5, #LYNX h6 {
    text-align: center; }
  #LYNX h2 {
    font-size: 36px; }
  #LYNX p {
    font-size: 18px; }
  #LYNX .section-title {
    text-transform: none !important; }
  #LYNX .hero {
    height: 100vh;
    width: 100%;
    background-color: #3d3d3d;
    background-image: radial-gradient(circle, #555 0%, #3d3d3d 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; }
  #LYNX .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    #LYNX .hero-content .logo {
      max-width: 590px;
      width: 100%;
      height: auto;
      margin-bottom: 50px; }
    #LYNX .hero-content .hero-img {
      max-width: 590px;
      width: 80%;
      height: auto;
      margin-bottom: 50px; }
    #LYNX .hero-content .cta-group {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap; }
    #LYNX .hero-content .btn {
      padding: 14px 35px;
      font-weight: 700;
      border-radius: 50px;
      text-transform: uppercase;
      transition: all 0.3s ease;
      border: none;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 1px;
      color: #fff;
      white-space: nowrap; }
    #LYNX .hero-content .btn-primary {
      background: linear-gradient(90deg, #00c0fa, #015eea);
      box-shadow: 0 4px 15px rgba(0, 150, 255, 0.3); }
      #LYNX .hero-content .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 150, 255, 0.5); }
    #LYNX .hero-content .btn-secondary {
      background-color: rgba(26, 26, 26, 0.7); }
      #LYNX .hero-content .btn-secondary:hover {
        background-color: rgba(10, 10, 10, 0.8); }
  #LYNX .advantage-section {
    padding: 100px 0 30px 0;
    background-color: #1a1a1a;
    text-align: center; }
  #LYNX .advantage-description {
    max-width: 800px;
    margin: 0 auto 60px auto;
    line-height: 1.7;
    color: #b3b3b3; }
  #LYNX .advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    /* THÊM ĐOẠN MÃ NÀY VÀO TRONG .advantage-grid */
    /***********************************************/ }
    #LYNX .advantage-grid.no-gap {
      gap: 0;
      margin-bottom: 15px; }
      #LYNX .advantage-grid.no-gap .grid-item {
        position: relative; }
        #LYNX .advantage-grid.no-gap .grid-item .text-overlay {
          position: absolute;
          bottom: 50%;
          transform: translateY(50%);
          left: 0;
          right: 0;
          padding: 20px;
          background: none; }
          #LYNX .advantage-grid.no-gap .grid-item .text-overlay.text-ir h3, #LYNX .advantage-grid.no-gap .grid-item .text-overlay.text-eo h3 {
            color: #015eea; }
          #LYNX .advantage-grid.no-gap .grid-item .text-overlay.text-ir {
            text-align: right; }
            #LYNX .advantage-grid.no-gap .grid-item .text-overlay.text-ir h3 {
              text-align: right; }
          #LYNX .advantage-grid.no-gap .grid-item .text-overlay.text-eo {
            text-align: left; }
            #LYNX .advantage-grid.no-gap .grid-item .text-overlay.text-eo h3 {
              text-align: left; }
    #LYNX .advantage-grid .grid-item-full-width {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
      background-color: transparent;
      border: none;
      padding: 0;
      min-height: auto; }
  #LYNX .grid-item {
    background-color: #2b2b2b;
    position: relative;
    overflow: hidden;
    min-height: 280px; }
    #LYNX .grid-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease; }
    #LYNX .grid-item:hover img {
      transform: scale(1.05); }
    #LYNX .grid-item .text-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
      color: #fff; }
      #LYNX .grid-item .text-overlay h4 {
        font-size: 18px;
        margin-bottom: 8px;
        text-transform: uppercase;
        color: #fff !important; }
      #LYNX .grid-item .text-overlay p {
        font-size: 18px;
        color: #ccc;
        line-height: 1.4; }
  #LYNX .grid-item.text-only {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    #LYNX .grid-item.text-only h4 {
      color: #e0e0e0;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 1px; }
  #LYNX .compact-size-section {
    background-size: cover;
    background-position: center;
    padding: 60px 20px 750px 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #LYNX .compact-size-section .section-content {
      text-align: center;
      max-width: 1440px; }
    #LYNX .compact-size-section h2 {
      font-family: "Speedy", sans-serif;
      background: linear-gradient(90deg, #00c0fa, #015eea);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      font-size: 40px;
      margin-bottom: 25px; }
    #LYNX .compact-size-section p.section-description {
      color: #ddd;
      font-size: 18px;
      line-height: 1.8;
      max-width: 100%;
      margin: 0 auto; }
  #LYNX .vision-section {
    padding: 60px 0;
    background-color: #1a1a1a; }
  #LYNX .vision-section {
    padding: 60px 0 30px 0;
    text-align: center; }
    #LYNX .vision-section p {
      margin: 30px; }
  #LYNX .capabilities-section {
    padding: 30px 0 0 0;
    background: linear-gradient(to bottom, #1a1a1a 65%, #424242 35%); }
  #LYNX .section-description {
    text-align: center;
    max-width: 1440px;
    margin: 20px auto 60px auto;
    line-height: 1.7;
    color: #b3b3b3; }
  #LYNX .media-container-three-col {
    display: flex;
    justify-content: center;
    gap: 20px; }
    #LYNX .media-container-three-col .media-placeholder {
      flex: 1;
      min-height: 250px; }
  #LYNX .media-container-two-col {
    display: flex;
    justify-content: center;
    gap: 20px; }
    #LYNX .media-container-two-col .media-placeholder {
      flex-basis: 50%; }
  #LYNX .media-container-one-col .media-placeholder.large {
    width: 100%;
    min-height: 450px; }
  #LYNX .media-placeholder {
    min-height: 300px;
    width: 100%;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center; }
    #LYNX .media-placeholder i {
      font-size: 50px;
      color: #555;
      transition: color 0.3s ease; }
    #LYNX .media-placeholder:hover i {
      color: #888; }
  #LYNX .versions-section {
    padding: 100px 0;
    background-color: #424242; }
  #LYNX .versions-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    line-height: 1.7;
    color: #b3b3b3; }
  #LYNX .versions-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px; }
  #LYNX .version-item {
    flex-basis: 45%;
    max-width: 650px;
    text-align: center; }
    #LYNX .version-item .image-wrapper {
      position: relative;
      margin-bottom: 30px; }
      #LYNX .version-item .image-wrapper img {
        max-width: 100%; }
    #LYNX .version-item .ndaa-badge {
      position: absolute;
      top: 10px;
      right: 15px;
      width: 80px; }
    #LYNX .version-item .version-content h3 {
      font-size: 24px;
      color: #fff;
      margin-bottom: 20px; }
    #LYNX .version-item .version-content p {
      color: #b3b3b3;
      font-size: 18px;
      line-height: 1.6; }
    #LYNX .version-item .version-content .powered-by {
      margin-top: 25px;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600; }
    #LYNX .version-item .version-content .payload-weight {
      margin-top: 10px;
      font-size: 18px;
      color: #ffffff;
      font-weight: 600; }
  #LYNX .btn-cta {
    display: block;
    width: fit-content;
    margin: 80px auto 0 auto;
    padding: 18px 45px;
    background: linear-gradient(90deg, #00c0fa, #015eea);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 150, 255, 0.4);
    transition: all 0.3s ease; }
    #LYNX .btn-cta:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(0, 150, 255, 0.6); }
  #LYNX .dri-performance-section {
    padding: 30px 20px 100px 20px;
    background-color: #1a1a1a;
    color: #fff; }
  #LYNX .performance-block {
    display: flex;
    gap: 60px;
    margin-top: 60px;
    align-items: flex-start; }
  #LYNX .info-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    #LYNX .info-side .info-header h3 {
      text-align: left;
      background: linear-gradient(90deg, #00c0fa, #015eea);
      color: #fff;
      padding: 12px 20px;
      font-size: 18px;
      font-family: "Speedy", sans-serif;
      border-radius: 5px;
      display: inline-block; }
    #LYNX .info-side .info-text p {
      color: #b3b3b3;
      line-height: 1.7;
      font-size: 16px;
      margin: 0; }
  #LYNX .performance-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "Montserrat", sans-serif; }
    #LYNX .performance-table th, #LYNX .performance-table td {
      padding: 14px;
      text-align: left;
      border-bottom: 1px solid #444; }
    #LYNX .performance-table tr:last-child th,
    #LYNX .performance-table tr:last-child td {
      border-bottom: none; }
    #LYNX .performance-table thead th {
      color: #888;
      font-weight: 600; }
    #LYNX .performance-table tbody th {
      font-weight: 700;
      color: #fff; }
    #LYNX .performance-table tbody td {
      font-weight: 600; }
    #LYNX .performance-table tbody tr:first-child {
      color: #b2d3ea; }
    #LYNX .performance-table tbody tr:nth-child(2) {
      color: #57a0d0; }
    #LYNX .performance-table tbody tr:last-child {
      color: #1a62ab; }
  @media (max-width: 992px) {
    #LYNX .performance-block {
      flex-direction: column; }
    #LYNX .advantage-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    #LYNX {
      /* --- Hero Section --- */
      /* --- About Section --- */
      /* --- Advantage Grid --- */
      /* --- Versions Section --- */
      /* --- AI & Capabilities Sections --- */
      /* --- Responsive cho Capabilities Slider --- */ }
      #LYNX .hero-content h1 {
        font-size: 60px; }
      #LYNX .hero-content p {
        font-size: 18px; }
      #LYNX .features-container {
        flex-direction: column;
        align-items: center;
        gap: 50px; }
      #LYNX .feature-item {
        flex-basis: 80%;
        max-width: 350px; }
      #LYNX .advantage-grid .grid-item-full-width {
        grid-template-columns: 1fr; }
      #LYNX .versions-container {
        flex-direction: column;
        align-items: center; }
      #LYNX .version-item {
        flex-basis: 100%; }
      #LYNX .compact-size-section {
        padding: 100px 20px; }
        #LYNX .compact-size-section h2 {
          font-size: 32px; }
        #LYNX .compact-size-section p.section-description {
          font-size: 16px; }
      #LYNX .media-container-two-col {
        flex-direction: column; }
      #LYNX .media-container-three-col {
        flex-direction: column; }
      #LYNX .capabilities-section {
        padding-top: 60px;
        padding-bottom: 60px; }
      #LYNX .capabilities-slider {
        aspect-ratio: 4 / 3; }
        #LYNX .capabilities-slider .swiper-button-next,
        #LYNX .capabilities-slider .swiper-button-prev {
          display: none; } }
  #LYNX h1 span {
    background: -webkit-linear-gradient(left, #00c0fa, #015eea);
    background: -o-linear-gradient(right, #00c0fa, #015eea);
    background: -moz-linear-gradient(right, #00c0fa, #015eea);
    background: linear-gradient(to right, #00c0fa, #015eea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Speedy';
    font-weight: 300; }
  #LYNX .section-content {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  #LYNX .btn-info, #LYNX .btn-doc {
    background: -webkit-linear-gradient(left, #00c0fa, #015eea);
    background: -o-linear-gradient(right, #00c0fa, #015eea);
    background: -moz-linear-gradient(right, #00c0fa, #015eea);
    background: linear-gradient(to right, #00c0fa, #015eea);
    padding: 15px 60px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    border-radius: 15px; }
  #LYNX .btn-doc {
    margin-left: 15px;
    background: #000000;
    border: 1px solid #000000; }
  #LYNX .orus-l-modal {
    background: rgba(0, 0, 0, 0.6); }
    #LYNX .orus-l-modal .close {
      color: #ffffff; }
    #LYNX .orus-l-modal .modal-dialog {
      width: 100%;
      max-width: 800px; }
      #LYNX .orus-l-modal .modal-dialog .modal-content {
        position: relative;
        background: #191919;
        padding: 60px;
        margin-top: 60px !important; }
        #LYNX .orus-l-modal .modal-dialog .modal-content .btn-default {
          padding: 10px 30px;
          border-radius: 15px;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 18px;
          background: #000000;
          border: none;
          position: absolute;
          bottom: 30px;
          right: 30px; }
      #LYNX .orus-l-modal .modal-dialog .modal-title span {
        background: -webkit-linear-gradient(left, #00c0fa, #015eea);
        background: -o-linear-gradient(right, #00c0fa, #015eea);
        background: -moz-linear-gradient(right, #00c0fa, #015eea);
        background: linear-gradient(to right, #00c0fa, #015eea);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 36px; }
  @media only screen and (max-width: 991.98px) {
    #LYNX .orus-l-modal .modal-dialog .modal-content {
      padding: 15px;
      margin-top: 60px !important; }
      #LYNX .orus-l-modal .modal-dialog .modal-content .btn-default {
        padding: 10px 30px;
        font-size: 18px;
        bottom: 30px;
        right: 30px; }
    #LYNX .orus-l-modal .modal-dialog .modal-title span {
      font-size: 36px; } }
  @media only screen and (max-width: 575.98px) {
    #LYNX .hero-content .logo {
      max-width: 220px; }
    #LYNX .hero-content .cta-group {
      flex-direction: column;
      width: 100%;
      max-width: 300px; }
    #LYNX .hero-content .btn {
      width: 100%; }
    #LYNX .orus-l-modal .modal-dialog .modal-content {
      padding: 15px;
      margin-top: 60px !important; }
      #LYNX .orus-l-modal .modal-dialog .modal-content .btn-default {
        padding: 10px 30px;
        font-size: 18px;
        bottom: 30px;
        right: 30px; }
    #LYNX .orus-l-modal .modal-dialog .modal-title span {
      font-size: 36px; } }

/*# sourceMappingURL=lynx.css.map */
