.elementor-120642 .elementor-element.elementor-element-3d9b8a45{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ee64b44 */.nkdn-implant {
    --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-implant .section-header {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px; padding-bottom: 14px;
    border-bottom: 2px solid var(--border);
  }
  .nkdn-implant .section-icon {
    width: 44px; height: 44px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
    background: #EBF3FF;
  }
  .nkdn-implant .section-title { font-weight: 700; font-size: 18px; color: var(--navy); }
  .nkdn-implant .section-sub { font-size: 13px; color: var(--muted); margin-top: 2px; }

  /* Implant cards */
  .nkdn-implant .implant-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px; margin-bottom: 4px;
  }
  .nkdn-implant .implant-card {
    background: var(--white); border: 1.5px solid var(--border);
    border-radius: var(--radius); padding: 18px 20px;
    transition: all .2s; position: relative; cursor: default;
  }
  .nkdn-implant .implant-card:hover {
    border-color: var(--teal);
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
  }
  .nkdn-implant .implant-card.recommended {
    border-color: var(--gold);
    box-shadow: 0 0 0 1px var(--gold);
  }
  .nkdn-implant .rec-label {
    position: absolute; top: -10px; right: 16px;
    background: var(--gold); color: var(--navy);
    font-size: 10px; font-weight: 700;
    padding: 2px 10px; border-radius: 99px;
  }
  .nkdn-implant .implant-flag { font-size: 0; margin-bottom: 8px; }
  .nkdn-implant .implant-flag .fi { width: 36px; height: 27px; border-radius: 4px; display: inline-block; }
  .nkdn-implant .implant-brand { font-weight: 700; font-size: 15px; color: var(--navy); }
  .nkdn-implant .implant-country { font-size: 12px; color: var(--muted); margin-bottom: 10px; }
  .nkdn-implant .implant-price-old { font-size: 12px; color: #bbb; text-decoration: line-through; }
  .nkdn-implant .implant-price {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 700; color: var(--teal); line-height: 1.1;
  }
  .nkdn-implant .implant-unit { font-size: 11px; color: var(--muted); font-family: 'Be Vietnam Pro', sans-serif; font-weight: 400; }
  .nkdn-implant .implant-bh {
    display: inline-block; font-size: 11px; font-weight: 600;
    color: var(--teal); background: var(--teal-light);
    padding: 3px 8px; border-radius: 6px; margin-top: 10px;
  }

  /* All-on table */
  .nkdn-implant .table-note {
    font-size: 13px; color: var(--muted); margin: 20px 0 0;
    padding: 8px 12px; background: var(--surface);
    border-left: 3px solid var(--teal); border-radius: 0 6px 6px 0;
  }
  .nkdn-implant .price-table {
    width: 100%; border-collapse: collapse; margin-top: 10px;
    background: var(--white); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow);
  }
  .nkdn-implant .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-implant .price-table tbody tr {
    border-top: 1px solid var(--border); transition: background .15s;
  }
  .nkdn-implant .price-table tbody tr:hover { background: var(--surface); }
  .nkdn-implant .price-table td { padding: 12px 16px; vertical-align: middle; }
  .nkdn-implant .svc-name { font-weight: 500; font-size: 14px; color: var(--text); }
  .nkdn-implant .svc-origin { font-size: 11px; color: var(--muted); font-weight: 400; margin-top: 2px; }
  .nkdn-implant .svc-unit { font-size: 12px; color: var(--muted); white-space: nowrap; }
  .nkdn-implant td.price-col { text-align: right; white-space: nowrap; }
  .nkdn-implant .price-val { font-weight: 700; font-size: 15px; color: var(--teal); }
  .nkdn-implant .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-implant .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;
  }

  @media (max-width: 600px) {
    .nkdn-implant .implant-grid { grid-template-columns: 1fr 1fr; }
  }/* End custom CSS */