.elementor-128826 .elementor-element.elementor-element-581aef67{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4d5db7c */.nkdn-rang-su {
    --navy: #0B2240;
    --teal: #0D7A6B;
    --teal-light: #E8F5F3;
    --teal-mid: #B2DDD8;
    --gold: #C8973A;
    --gold-light: #FBF4E8;
    --red-badge: #D94040;
    --text: #1A2B3C;
    --muted: #637085;
    --border: #E2E8F0;
    --surface: #F8FAFB;
    --white: #FFFFFF;
    --radius: 12px;
    --shadow: 0 2px 16px rgba(11,34,64,.08);
    --shadow-hover: 0 8px 32px rgba(11,34,64,.14);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: var(--text);
  }

  /* Section header */
  .nkdn-rang-su .section-header {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px; padding-bottom: 14px;
    border-bottom: 2px solid var(--border);
  }
  .nkdn-rang-su .section-icon {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
    background: #F0F9F7;
  }
  .nkdn-rang-su .section-title { font-weight: 700; font-size: 18px; color: var(--navy); }
  .nkdn-rang-su .section-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }

  /* Table */
  .nkdn-rang-su .price-table {
    width: 100%; border-collapse: collapse;
    background: var(--white); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow);
  }
  .nkdn-rang-su .price-table th {
    background: var(--navy); color: #fff;
    font-size: 11px; font-weight: 600; letter-spacing: .06em;
    text-transform: uppercase; padding: 10px 16px; text-align: left;
  }
  .nkdn-rang-su .price-table tbody tr {
    border-top: 1px solid var(--border); transition: background .15s;
  }
  .nkdn-rang-su .price-table tbody tr:first-child { border-top: none; }
  .nkdn-rang-su .price-table tbody tr:hover { background: var(--surface); }
  .nkdn-rang-su .price-table td { padding: 12px 16px; vertical-align: middle; }
  .nkdn-rang-su .svc-name { font-weight: 500; font-size: 14px; color: var(--text); }
  .nkdn-rang-su .svc-unit { font-size: 12px; color: var(--muted); white-space: nowrap; }
  .nkdn-rang-su td.price-col { text-align: right; white-space: nowrap; }
  .nkdn-rang-su .price-val { font-weight: 700; font-size: 15px; color: var(--teal); }
  .nkdn-rang-su .badge-bh {
    display: inline-block; font-size: 10px; font-weight: 600;
    padding: 2px 7px; border-radius: 99px;
    background: var(--teal-light); color: var(--teal);
    margin-top: 3px; white-space: nowrap;
  }
  .nkdn-rang-su .badge-hot {
    display: inline-block; font-size: 10px; font-weight: 700;
    padding: 2px 8px; border-radius: 99px;
    background: var(--red-badge); color: #fff;
    margin-left: 6px; vertical-align: middle;
  }
  .nkdn-rang-su .badge-gold {
    display: inline-block; font-size: 10px; font-weight: 700;
    padding: 2px 8px; border-radius: 99px;
    background: var(--gold-light); color: var(--gold);
    border: 1px solid #E8D5A0; margin-left: 6px; vertical-align: middle;
  }

  /* CTA */
  .nkdn-rang-su .cta-inline {
    background: linear-gradient(135deg, var(--navy), #143A5E);
    border-radius: var(--radius); padding: 28px 32px;
    display: flex; align-items: center;
    justify-content: space-between; gap: 20px; flex-wrap: wrap;
  }
  .nkdn-rang-su .cta-inline-text { color: #fff; }
  .nkdn-rang-su .cta-inline-text strong { display: block; font-size: 17px; font-weight: 700; margin-bottom: 4px; }
  .nkdn-rang-su .cta-inline-text span { font-size: 13px; color: rgba(255,255,255,.7); }
  .nkdn-rang-su .btn-primary {
    background: var(--gold); color: var(--navy);
    font-weight: 700; font-size: 14px; padding: 13px 28px;
    border-radius: 8px; text-decoration: none;
    display: inline-flex; align-items: center; gap: 8px;
    transition: all .2s; border: none; cursor: pointer;
  }
  .nkdn-rang-su .btn-primary:hover {
    background: #D9A84A; transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(200,151,58,.4);
  }

  @media (max-width: 600px) {
    .nkdn-rang-su .price-table th:nth-child(2),
    .nkdn-rang-su .price-table td:nth-child(2) { display: none; }
  }/* End custom CSS */