.nl-vps-pricing-section{
    background: linear-gradient(180deg,#14233d 0%,#101b30 100%) !important;
    padding: 70px 0 !important;
    width: 100% !important;
    display: block !important;
}

.nl-vps-pricing-section .container{
    max-width: 1200px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.nl-pricing-head{
    text-align: center !important;
    margin-bottom: 30px !important;
}

.nl-pricing-head h2{
    color:#fff !important;
    font-size:38px !important;
    font-weight:800 !important;
    margin-bottom:10px !important;
    line-height:1.2 !important;
}

.nl-subline{
    color:#d6def0 !important;
    font-size:15px !important;
    margin-bottom:12px !important;
}

.nl-subline a{
    color:#fff !important;
    font-weight:700 !important;
    text-decoration:underline !important;
}

.nl-subline span{
    margin:0 8px !important;
    opacity:.7 !important;
}

.nl-desc{
    color:#d6def0 !important;
    max-width:760px !important;
    margin:0 auto 28px !important;
    line-height:1.7 !important;
    font-size:16px !important;
}

.nl-plan-switch{
    text-align:center !important;
    margin-bottom:35px !important;
}

.nl-plan-switch a{
    display:inline-flex !important;
    align-items:center !important;
    gap:10px !important;
    padding:14px 22px !important;
    border-radius:12px !important;
    margin:6px !important;
    background:rgba(255,255,255,0.08) !important;
    color:#fff !important;
    text-decoration:none !important;
    font-weight:700 !important;
    border:1px solid rgba(255,255,255,0.15) !important;
    transition:all .3s ease !important;
}

.nl-plan-switch a img{
    width:20px !important;
    height:auto !important;
}

.nl-plan-switch a.active-plan,
.nl-plan-switch a:hover{
    background:linear-gradient(90deg,#2b66d9 0%,#173a7b 100%) !important;
    color:#fff !important;
}

.nl-plan-list{
    display:flex !important;
    flex-direction:column !important;
    gap:18px !important;
    width:100% !important;
}

.nl-plan-card{
    position:relative !important;
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:20px !important;
    width:100% !important;
    background:#fff !important;
    border-radius:16px !important;
    padding:22px 24px !important;
    box-shadow:0 12px 30px rgba(0,0,0,0.18) !important;
    box-sizing:border-box !important;
    transition:all .3s ease !important;
}

.nl-plan-card:hover{
    transform:translateY(-4px) !important;
    box-shadow:0 18px 38px rgba(0,0,0,0.22) !important;
}

.nl-plan-card.popular-plan{
    border:2px solid #34d399 !important;
    box-shadow:0 18px 42px rgba(52,211,153,0.16) !important;
}

.nl-plan-badge{
    position:absolute !important;
    top:-12px !important;
    left:20px !important;
    background:#34d399 !important;
    color:#07261b !important;
    font-size:12px !important;
    font-weight:800 !important;
    padding:6px 12px !important;
    border-radius:30px !important;
    line-height:1 !important;
}

.nl-plan-name{
    flex:0 0 180px !important;
}

.nl-plan-name h3{
    margin:0 0 4px !important;
    font-size:28px !important;
    font-weight:800 !important;
    color:#081a3a !important;
    line-height:1.15 !important;
}

.nl-plan-name span{
    display:block !important;
    font-size:14px !important;
    color:#667085 !important;
    font-weight:600 !important;
}

.nl-plan-specs{
    flex:1 1 360px !important;
}

.nl-plan-specs ul{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    display:grid !important;
    grid-template-columns:repeat(2,minmax(180px,1fr)) !important;
    gap:10px 18px !important;
}

.nl-plan-specs li{
    font-size:15px !important;
    color:#344054 !important;
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    margin:0 !important;
    line-height:1.5 !important;
}

.nl-plan-specs i{
    color:#2b66d9 !important;
    font-size:16px !important;
    min-width:16px !important;
}

.nl-plan-location{
    flex:0 0 130px !important;
}

.nl-plan-location span{
    display:block !important;
    font-size:13px !important;
    color:#667085 !important;
    margin-bottom:8px !important;
    font-weight:700 !important;
}

.nl-flag-group{
    display:flex !important;
    gap:8px !important;
    align-items:center !important;
}

.nl-flag-group img{
    width:28px !important;
    height:auto !important;
    border-radius:3px !important;
    box-shadow:0 2px 6px rgba(0,0,0,0.1) !important;
}

.nl-plan-price{
    flex:0 0 170px !important;
    text-align:center !important;
}

.nl-plan-price .price-wrap{
    font-size:30px !important;
    font-weight:800 !important;
    color:#06b6d4 !important;
    white-space:nowrap !important;
    line-height:1.2 !important;
}

.nl-plan-price p,
.nl-plan-cta p{
    margin:0 !important;
}

.nl-plan-cta{
    flex:0 0 150px !important;
    text-align:right !important;
}

.nl-plan-cta .btn,
.nl-plan-cta a,
.nl-plan-cta input[type="submit"],
.nl-plan-cta button{
    background:#081a52 !important;
    color:#fff !important;
    border:0 !important;
    border-radius:10px !important;
    padding:13px 22px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    display:inline-block !important;
    min-width:140px !important;
    text-align:center !important;
    box-shadow:none !important;
    line-height:1.2 !important;
}

.nl-plan-cta .btn:hover,
.nl-plan-cta a:hover,
.nl-plan-cta input[type="submit"]:hover,
.nl-plan-cta button:hover{
    background:#0d2a77 !important;
    color:#fff !important;
}

.nl-pricing-footer{
    margin-top:28px !important;
    padding-top:18px !important;
}

.nl-footer-row{
    display:flex !important;
    justify-content:space-between !important;
    gap:20px !important;
    flex-wrap:wrap !important;
    margin-bottom:12px !important;
}

.nl-footer-left,
.nl-footer-right{
    color:#fff !important;
    font-size:15px !important;
}

.nl-footer-left a{
    color:#34d399 !important;
    text-decoration:none !important;
    font-weight:700 !important;
}

.nl-footer-right{
    color:#ff6b6b !important;
}

.nl-note{
    font-size:14px !important;
    color:#fff !important;
    margin:0 !important;
}

.nl-note i{
    color:#34d399 !important;
    margin-right:6px !important;
}

.nl-note span{
    color:#34d399 !important;
    font-weight:700 !important;
}

@media (max-width: 991px){
    .nl-plan-card{
        flex-direction:column !important;
        align-items:flex-start !important;
    }

    .nl-plan-name,
    .nl-plan-specs,
    .nl-plan-location,
    .nl-plan-price,
    .nl-plan-cta{
        flex:1 1 100% !important;
        width:100% !important;
        text-align:left !important;
    }

    .nl-plan-specs ul{
        grid-template-columns:1fr !important;
    }

    .nl-plan-cta{
        text-align:left !important;
    }
}

@media (max-width: 767px){
    .nl-vps-pricing-section{
        padding:50px 0 !important;
    }

    .nl-pricing-head h2{
        font-size:28px !important;
    }

    .nl-plan-name h3{
        font-size:22px !important;
    }

    .nl-plan-price .price-wrap{
        font-size:24px !important;
    }

    .nl-plan-switch a{
        width:100% !important;
        justify-content:center !important;
    }
}


.nl-footer-left {
    color:green;
}

.nl-footer-right {
    color:green;
}

.nl-footer-left a {
    color:#fff;
}


/* comparision table home */
.table-wrapper {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 4px 30px rgba(0,0,0,0.08);
    }
 
    /* ── HEADER ROW ── */
    .header-row {
      display: grid;
      grid-template-columns: 200px repeat(4, 1fr);
    }
 
    .header-cell {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 18px 12px;
      color: #fff;
      font-size: 11px;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      text-align: center;
      position: relative;
      min-height: 88px;
    }
    
    .header-cell a {
     color:#fff;
    }
 
    /* Chevron clip on right side of each header cell */
    .header-cell:not(:last-child)::after {
      content: '';
      position: absolute;
      right: -14px;
      top: 0;
      width: 28px;
      height: 100%;
      z-index: 2;
      clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%);
    }
 
    .hc-1 { background: #1e3a8a; }
    .hc-1::after { background: #1e3a8a; }
 
    .hc-2 { background: #2563eb; }
    .hc-2::after { background: #2563eb; }
 
    .hc-3 { background: #0ea5e9; }
    .hc-3::after { background: #0ea5e9; }
 
    .hc-4 { background:#08c0dc; color: #0f172a; }
    .hc-4::after { background: #08c0dc; }
 
    .hc-5 { background: #22d3ee; color: #0f172a; }
 
    .header-cell .icon {
      width: 32px;
      height: 32px;
      background: rgba(255,255,255,0.18);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }
 
    /* ── DATA ROWS ── */
    .data-row {
      display: grid;
      grid-template-columns: 200px repeat(4, 1fr);
      border-bottom: 1px solid #e8edf5;
    }
 
    .data-row:last-child {
      border-bottom: none;
    }
 
    .data-row:nth-child(even) {
      background: #f8fafd;
    }
 
    .data-cell {
      padding: 14px 16px;
      font-size: 12.5px;
      color: #475569;
      font-weight: 500;
      line-height: 1.5;
      border-right: 1px solid #e8edf5;
      display: flex;
      align-items: center;
    }
 
    .data-cell:last-child {
      border-right: none;
    }
 
    .data-cell.category-label {
      font-weight: 700;
      color: #1e3a8a;
      font-size: 12px;
      background: transparent;
      text-transform: uppercase;
      letter-spacing: 0.3px;
    }
 
    /* ── FOOTER BUTTONS ── */
    .footer-row {
      display: grid;
      grid-template-columns: 200px repeat(4, 1fr);
      padding: 16px 0 20px;
      background: #fff;
    }
 
    .footer-cell {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
    }
 
    .btn-compare {
      width: 100%;
      padding: 10px 6px;
      border: none;
      border-radius: 50px;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #fff;
      cursor: pointer;
      transition: opacity 0.2s;
    }
 
    .btn-compare:hover { opacity: 0.85; }
 
    .btn-c1 { background: linear-gradient(135deg, #1e3a8a, #2563eb); }
    .btn-c2 { background: linear-gradient(135deg, #2563eb, #0ea5e9); }
    .btn-c3 { background: linear-gradient(135deg, #0ea5e9, #22d3ee); }
    .btn-c4 { background: linear-gradient(135deg, #22d3ee, #67e8f9); color: #0f172a; }
 
    .section-title {
      text-align: center;
      font-size: 30px;
      margin-bottom: 28px;
      letter-spacing: -0.5px;
    }
 
    .section-title span {
      color: #0ea5e9;
    }
    
    
    
    
    /*custom code*/
    
.comparison-section {
  padding: 80px 0;
  background: #f2f8ffa6;
  font-family: Inter, sans-serif;
}

.section-subtitle {
  text-align: center;
  color: #6b7280;
  margin-bottom: 40px;
}

.table-wrapper {
  background: #f9fbff;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 4px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.comparison-table th,
.comparison-table td {
  padding: 14px 10px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
}

.comparison-table th {
  font-weight: 600;
  background: #d0d8f5;
}

.highlight-col {
  background: #f5f8ff;
  border-left: 2px solid #2563eb;
  border-right: 2px solid #2563eb;
}

.price-row td {
  font-weight: 600;
}

.comparison-table small {
  font-size: 14px;
  color: #2563eb;
}

.btn-primary {
  display: inline-block;
  padding: 10px 22px;
  background: #2563eb;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.mt-80 {
  margin-top: 80px;
}

/* Responsive */
@media (max-width: 768px) {
	.table-wrapper {
    padding: 0px;
    overflow-x: auto;
	}
  .comparison-table {
    font-size: 13px;
		min-width:700px;
  }
}

.mainsubtabs-linkinswp ul li {
    position: relative;
    background: #fff;
    overflow: hidden;
    width: 30%;
    padding: 14px 20px 14px 90px;
    border: 2px solid #2c2f37;
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.mainsubtabs-linkinswp ul li a {
    color: #4f4f4f;
    display: block;
    transition: .5s;
}
.mainsubtabs-linkinswp ul li img {
    position: absolute;
    height: 100px;
    width: auto;
    transform: rotate(-45deg);
    left: -40px;
    top: -40px;
    box-shadow: 1px 1px 20px 2px #efefef;
}

.mainsubtabs-linkinswp ul li.active {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #fff;
    border-color: #1e3c72;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.v9nl-eu-section {
  background:radial-gradient(circle at 70% 30%, #ffffff 0%, #dadce712 45%, #f3f6ff 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
 padding: 65px 0;
}

/* Heading */
.v9nl-heading {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.v9nl-subheading {
  font-size: 22px;
  color: #49495f;
  font-weight: 500;
}

.v9nl-description {
  font-size: 18px;
  color: #49495f;
  line-height: 1.7;
}

.v9nl-feature-box p {
	color:#080f2c;
}
/* Map */
.v9nl-map-visual {
 max-height: 530px;
    opacity: 0.65;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
}

/* Feature Box */
.v9nl-feature-box {
  background: linear-gradient(145deg, #f5fbfc, #f5fbfc);
  border-radius: 22px;
  padding: 40px;
  border: 1px solid rgba(120, 160, 255, 0.25);
  transition: all 0.4s ease;
	position:relative;
}

.v9nl-feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 70, 255, 0.35);
}

/* Feature Title */
.v9nl-feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
	color: #3898c1;
}

/* List */
.v9nl-feature-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.v9nl-feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  color:#49495f;
  line-height: 1.6;
}

.v9nl-feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color:#3898c1;
  font-weight: bold;
}



 .section-tag {
      display: inline-block;
      background-color: var(--nl-mid);
      color: var(--nl);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      padding: 5px 14px;
      border-radius: 4px;
    }

		.section-title {
			font-size: clamp(1.7rem, 3.5vw, 2.5rem);
		}

    .section-title em {
      color: var(--nl);
    }

    .section-sub {
      font-size: 18px;
      color: var(--text-muted);
      line-height: 1.7;
			padding-bottom:10px;
    }

    /* ── CARD ── */
    .compare-card {
      background: var(--white);
      border-radius: 20px;
      border: 1px solid var(--border);
      overflow: hidden;
      box-shadow:
        0 1px 3px rgba(0,0,0,0.04),
        0 8px 24px rgba(0,0,0,0.07),
        0 32px 64px rgba(0,0,0,0.05);
      animation: cardRise 0.7s cubic-bezier(0.22,1,0.36,1) both;
    }

    @keyframes cardRise {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── GRID LAYOUT ── */
    /* thead + each row share same 4-col grid */
    .compare-thead,
    .compare-row,
    .compare-tfoot {
      display: grid;
      grid-template-columns: 200px 1fr 1fr 1fr;
      position: relative;
    }

    /* ── NL HIGHLIGHT BAND (pseudo on every row) ── */
    .compare-thead::before,
    .compare-row::before,
    .compare-tfoot::before {
      content: '';
      position: absolute;
      left: 200px;
      top: 0;
      width: calc((100% - 200px) / 3);
      height: 100%;
      background-color: rgba(239,246,255,0.6);
      border-left: 2px solid rgba(219,234,254,0.9);
      border-right: 1px solid rgba(219,234,254,0.6);
      pointer-events: none;
      z-index: 0;
    }

    /* thead gets a stronger blue-tinted band */
    .compare-thead::before {
      background: linear-gradient(180deg, #eff6ff 0%, #f0f7ff 100%);
      border-left-color: var(--nl-mid);
      border-right-color: var(--nl-mid);
    }
    .compare-tfoot::before {
      background-color: var(--nl-light);
      border-left-color: var(--nl-mid);
      border-right-color: var(--nl-mid);
    }

    /* ── THEAD ── */
    .compare-thead {
      background: var(--white);
      border-bottom: 2px solid var(--border);
    }

    .th-blank {
      padding: 28px 28px 22px;
      display: flex;
      align-items: center;
      z-index: 1;
      background: #d0d8f5;
    }

    .th-blank-label {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .th-col {
      padding: 20px 16px 22px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 11px;
      text-align: center;
      z-index: 1;
      position: relative;
      background: #d0d8f5;
    border-left: 1px solid #bbcaff;
    }

    /* ── RECOMMENDED RIBBON ── */
    .ribbon {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: var(--nl);
      color: #fff;
      font-size: 0.52rem;
      font-weight: 700;
      letter-spacing: 1.8px;
      text-transform: uppercase;
      padding: 4px 14px;
      border-radius: 0 0 10px 10px;
      white-space: nowrap;
      box-shadow: 0 4px 12px rgba(26,86,219,0.25);
    }

    /* ── FLAG ── */
    .flag {
      height: 38px;
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
    }

    .flag-stripe { flex: 1; display: block; }

    /* Netherlands */
    .flag-nl .s1 { background-color: #AE1C28; }
    .flag-nl .s2 { background-color: #ffffff; }
    .flag-nl .s3 { background-color: #21468B; }

    /* Russia */
    .flag-ru .s1 { background-color: #ffffff; }
    .flag-ru .s2 { background-color: #003DA5; }
    .flag-ru .s3 { background-color: #CC0000; }

    /* USA — simplified triband + canton */
    .flag-us {
      position: relative;
    }
    .flag-us .s1 { background-color: #B22234; flex: 2; }
    .flag-us .s2 { background-color: #ffffff; flex: 0.8; }
    .flag-us .s3 { background-color: #B22234; flex: 1.5; }
    .flag-us .s4 { background-color: #ffffff; flex: 0.8; }
    .flag-us .s5 { background-color: #B22234; flex: 1.5; }
    .flag-us-canton {
      position: absolute;
      top: 0;
      left: 0;
      width: 45%;
      height: 55%;
      background-color: #3C3B6E;
    }

    /* ── COLUMN NAME & SUB ── */
    .th-name {
      font-size: 16px;
      font-weight: 700;
      color: var(--text-dark);
      letter-spacing: 0.2px;
    }
    .th-name-nl { color: var(--nl); }

    .th-sub {
      font-size: 14px;
      color: var(--text-muted);
      font-weight: 400;
    }

    /* ── ROWS ── */
    .compare-row {
      border-bottom: 1px solid var(--border);
      transition: background 0.15s;
      animation: rowSlide 0.45s cubic-bezier(0.22,1,0.36,1) both;
      opacity: 0;
    }
    .compare-row:last-child { border-bottom: none; }
    .compare-row:hover { background-color: #fafbff; }

    .compare-row:nth-child(1)  { animation-delay: 0.20s; }
    .compare-row:nth-child(2)  { animation-delay: 0.26s; }
    .compare-row:nth-child(3)  { animation-delay: 0.32s; }
    .compare-row:nth-child(4)  { animation-delay: 0.38s; }
    .compare-row:nth-child(5)  { animation-delay: 0.44s; }
    .compare-row:nth-child(6)  { animation-delay: 0.50s; }
    .compare-row:nth-child(7)  { animation-delay: 0.56s; }
    .compare-row:nth-child(8)  { animation-delay: 0.62s; }
    .compare-row:nth-child(9)  { animation-delay: 0.68s; }
    .compare-row:nth-child(10) { animation-delay: 0.74s; }

    @keyframes rowSlide {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .td-factor {
      padding: 18px 28px;
      display: flex;
      align-items: center;
      z-index: 1;
    }

    .td-factor-text {
      font-size: 16px;
      font-weight: 500;
      color: var(--text-mid);
      line-height: 1.3;
    }

    .td-cell {
      padding: 16px 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 7px;
      text-align: center;
      z-index: 1;
    }

    /* ── DOTS ── */
    .dots {
      display: flex;
      gap: 4px;
      align-items: center;
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #e5e7eb;
      transition: transform 0.2s;
    }

    .compare-row:hover .dot { transform: scale(1.1); }

    .dot-nl {
      background-color: var(--nl);
      box-shadow: 0 0 0 2px rgba(26,86,219,0.15);
    }
    .dot-ru { background-color: #9ca3af; }
    .dot-us { background-color: #9ca3af; }

    .compare-row:hover .dot-nl { box-shadow: 0 0 0 3px rgba(26,86,219,0.2); }

    /* ── CELL LABEL ── */
    .td-label {
      font-size: 16px;
      color: var(--text-muted);
      font-weight: 400;
      line-height: 1.35;
      max-width: 130px;
    }

    .td-label-best    { color: var(--nl);      font-weight: 600; }
    .td-label-best-ru { color: var(--text-mid); font-weight: 600; }

    /* ── BADGE ── */
    .badge-nl {
      background-color: var(--nl-mid);
      color: var(--nl);
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.3px;
      border-radius: 4px;
      padding: 3px 9px;
    }

    .badge-ru,
    .badge-us {
      background-color: #f3f4f6;
      color: #374151;
      font-size:16px;
      font-weight: 600;
      letter-spacing: 0.3px;
      border-radius: 4px;
      padding: 3px 9px;
    }

    /* ── TFOOT ── */
    .compare-tfoot {
      background-color: #f8fafc;
      border-top: 2px solid var(--border);
    }

    .tf-label {
      padding: 20px 28px;
      display: flex;
      align-items: center;
      z-index: 1;
    }

    .tf-label-text {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .tf-cell {
      padding: 16px 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      z-index: 1;
    }

    .tf-score {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      font-weight: 700;
    }

    .tf-score-nl { color: var(--nl); }
    .tf-score-ru { color: var(--gray-mid); }
    .tf-score-us { color: var(--gray-mid); }

    .tf-score-denom {
      font-family: 'Outfit', sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      color: var(--text-muted);
    }

    .tf-bar-track {
      width: 72%;
      height: 4px;
      background-color: #e5e7eb;
      border-radius: 99px;
      overflow: hidden;
    }

    .tf-bar {
      height: 100%;
      border-radius: 99px;
      width: 0;
      transition: width 1.3s 0.5s cubic-bezier(0.22,1,0.36,1);
    }

    .tf-bar-nl { background-color: var(--nl); }
    .tf-bar-ru { background-color: #9ca3af; }
    .tf-bar-us { background-color: #9ca3af; }

    .tf-bar-nl.go { width: 82%; }
    .tf-bar-ru.go { width: 68%; }
    .tf-bar-us.go { width: 62%; }

    .tf-tag {
      font-size: 0.6rem;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .tf-tag-nl { color: var(--nl); }
    .tf-tag-ru { color: var(--text-muted); }
    .tf-tag-us { color: var(--text-muted); }

    /* ── FOOTNOTE ── */
    .footnote {
      font-size: 18px;
    }

    .footnote strong {
      color: var(--text-dark);
      font-weight: 600;
    }

    /* ── HEADER ANIMATION ── */
    .section-header {
      animation: cardRise 0.6s cubic-bezier(0.22,1,0.36,1) both;
    }

.nl-footer-left {
    color:white;
}

.nl-footer-left a {
    color:#51bc91;
}

.nl-footer-right {
    color:white;
}

.icon-wrapper img {
	width: 40%;
    height: auto;
}


  .test-ip-mini {
    display: inline-block;
    margin-top: 14px;
    padding: 8px 10px;
    background: #f7faff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
   
}

.test-ip-mini .label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #080f2c;
    margin-bottom: 4px;
    margin-right: 15px;
}

        .ip-wrap {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .ip-wrap span {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    background: #ffffff;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
}

        .ip-wrap button {
            background: #2563eb;
            color: #ffffff;
            border: none;
            padding: 4px 10px;
            font-size: 12px;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.2s ease;
            white-space: nowrap;
        }

        .ip-wrap button:hover {
            background: #1d4ed8;
        }
		
		.ranked-icon{
		border-radius: 20px;
		}
		
		
		
		
/* HAMBURGER */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    margin-left: auto;
}
.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #030d2b;
    border-radius: 2px;
    transition:
        transform  0.22s cubic-bezier(0.4, 0, 0.2, 1),
        opacity  0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
    opacity: 0;
}
.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* MOBILE DRAWER */
.mobile-drawer {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a1628;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform  0.22s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99;
    padding: 12px 16px 32px;
}
.mobile-drawer.open {
    transform: translateX(0);
}

.mob-item {
}
.mob-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 4px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
}
.mob-link .chevron {
    opacity: 0.5;
    transition: transform  0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-link.open-mob .chevron {
    transform: rotate(180deg);
    opacity: 1;
}

.mob-sub {
    display: none;
    padding: 4px 0 8px;
}
.mob-sub.open {
    display: block;
}
.mob-sub-section {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    padding: 8px 8px 4px;
}
.mob-sub-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    transition: background  0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-sub-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}
.mob-cta {
    display: block;
    text-align: center;
    margin-top: 20px;
    background: #1a6ed8;
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: background  0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.mob-cta:hover {
    background: var(--blue-light);
}

/* HERO preview */
.preview {
    max-width: 1200px;
    margin: 48px auto;
    padding: 0 24px;
    text-align: center;
    color: #4a5568;
    font-size: 14px;
}
.preview h2 {
    font-size: 22px;
    color: var(--gray-9);
    font-weight: 600;
    margin-bottom: 8px;
}
.tag {
    display: inline-block;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #1a6ed8;
    margin: 4px;
}



.dc-card {
    background:#fff;
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 32px 36px;
    margin-bottom: 24px;
    transition: box-shadow .2s, border-color .2s;
    position: relative;
    box-shadow: 0 8px 32px rgba(13,110,253,.09);
    border-color: #bfdbfe;
  }
  
 
  /* number badge */
  .dc-header {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 10px;
  }
  .dc-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #080f2c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 2px;
  }
  .dc-title-block { flex: 1; }
  .dc-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
  }
  .dc-address {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #c61010;
    font-size: 15px;
    margin-top: 4px;
  }
  .dc-address svg { flex-shrink: 0; }
 
  /* tier badge */
  .tier-badge {
    display: inline-block;
    background: #eff6ff;
    color: #0d6efd;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #bfdbfe;
    margin-bottom: 12px;
  }
 
  .dc-body { padding-left: 58px; }
 
  .dc-desc {
    font-size: 18px;
    color: #374151;
    line-height: 1.7;
    margin-bottom: 16px;
  }
 
  /* info grid */
  .dc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
    gap: 12px;
    margin-top: 4px;
  }
  .dc-info-block {
    background: var(--bg-light);
    border-radius: 8px;
    padding: 14px 16px;
    border-left: 3px solid #4a5874;
  }
  .dc-info-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color:#4c8d9f;
    margin-bottom: 6px;
  }
  .dc-info-value {
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 0;
  }
 
  /* cert pills */
  .cert-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 4px;
  }
  .cert-pill {
    background: #f4ffff;
    color: #080e2a;
    border: 1px solid #b1cbf0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 11px;
  }



@media(max-width:767px) {
    
    .compare-card{
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch;
}

.compare-thead,
.compare-row{
    min-width:900px;
}
}


.pb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(90deg, rgba(250,204,21,0.08) 0%, rgba(56,189,248,0.08) 50%, rgba(250,204,21,0.08) 100%);
  border: 1px solid rgba(250,204,21,0.25);
  border-radius: 40px;
  padding: 10px 24px;
  width: fit-content;
  margin: 10px auto 20px;
  animation: pulse-ring 3s ease infinite;
}
.pb-main { color: #fff; font-size: 14px; font-weight: 600; }
.pb-num  { color: #facc15; font-size: 17px; font-weight: 800; }
.pb-sep  { color: rgba(255,255,255,0.2); }
.pb-tag  {
  background: rgba(250,204,21,0.15);
  border: 1px solid rgba(250,204,21,0.35);
  color: #facc15;
  font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 20px;
}
@keyframes pulse-ring {
  0%,100% { box-shadow: 0 0 0 0 rgba(250,204,21,0.3); }
  50%      { box-shadow: 0 0 0 6px rgba(250,204,21,0); }
}
