.lll-vpn {
  --vpn-ink: #10233b;
  --vpn-muted: #62738a;
  --vpn-line: #dce5ef;
  --vpn-soft: #f4f7fb;
  --vpn-indigo: #5065e8;
  --vpn-aqua: #22c4ae;
  --vpn-gold: #f2b64a;
  color: var(--vpn-ink);
  font-family: inherit;
}

.lll-vpn *, .lll-vpn *::before, .lll-vpn *::after { box-sizing: border-box; }
.lll-vpn a { color: inherit; }
.lll-vpn button, .lll-vpn select, .lll-vpn input { font: inherit; }

.lll-vpn__hero {
  position: relative;
  overflow: hidden;
  padding: 54px 48px 46px;
  border-radius: 24px;
  color: #fff;
  background: radial-gradient(circle at 88% 15%, rgba(67, 226, 209, .33), transparent 25%), linear-gradient(126deg, #122a4c 0%, #233b75 55%, #4e56bd 100%);
}
.lll-vpn__hero::after {
  content: '';
  position: absolute;
  width: 270px;
  height: 270px;
  right: -88px;
  bottom: -145px;
  border: 45px solid rgba(255,255,255,.10);
  border-radius: 50%;
}
.lll-vpn__hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(240px, .75fr); gap: 36px; align-items: end; }
.lll-vpn .lll-vpn__eyebrow { margin: 0 0 12px; color: #9dfff0; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lll-vpn__title { max-width: 710px; margin: 0; color: #fff; font-size: clamp(31px, 4.2vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.lll-vpn .lll-vpn__lead { max-width: 660px; margin: 18px 0 0; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.55; }
.lll-vpn__meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 23px; }
.lll-vpn__meta span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.09); font-size: 12px; font-weight: 700; }
.lll-vpn__hero-note { padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(8,23,56,.22); backdrop-filter: blur(8px); }
.lll-vpn__hero-note strong { display: block; margin-bottom: 8px; color: #9dfff0; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.lll-vpn .lll-vpn__hero-note p { margin: 0; color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.55; }

.lll-vpn__section { margin-top: 28px; }
.lll-vpn__section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 0 2px 14px; }
.lll-vpn__section-head h2 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.lll-vpn__section-head p { max-width: 520px; margin: 0; color: var(--vpn-muted); font-size: 14px; line-height: 1.5; text-align: right; }

.lll-vpn__picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.lll-vpn__pick { display: flex; min-height: 182px; flex-direction: column; padding: 22px; border: 1px solid var(--vpn-line); border-radius: 18px; color: var(--vpn-ink); background: #fff; box-shadow: 0 10px 24px rgba(22, 43, 80, .05); text-align: left; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; cursor: pointer; }
.lll-vpn__pick:hover { transform: translateY(-2px); border-color: #aab8ff; box-shadow: 0 14px 30px rgba(48, 75, 156, .11); }
.lll-vpn__pick-kicker { color: var(--vpn-indigo); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.lll-vpn__pick-name { margin-top: 11px; font-size: 21px; font-weight: 800; letter-spacing: -.025em; }
.lll-vpn__pick-copy { margin-top: 8px; color: var(--vpn-muted); font-size: 13px; line-height: 1.45; }
.lll-vpn__pick-arrow { margin-top: auto; padding-top: 16px; color: var(--vpn-indigo); font-size: 13px; font-weight: 800; }

.lll-vpn__directory { overflow: hidden; border: 1px solid var(--vpn-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 24px rgba(22, 43, 80, .05); }
.lll-vpn__directory-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 25px 20px; }
.lll-vpn__directory-top h2 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.lll-vpn__count { color: var(--vpn-muted); font-size: 13px; white-space: nowrap; }
.lll-vpn__count strong { color: var(--vpn-indigo); }
.lll-vpn__toolbar { display: grid; grid-template-columns: minmax(210px, 1fr) auto; gap: 14px; padding: 0 25px 18px; border-bottom: 1px solid var(--vpn-line); }
.lll-vpn__search { position: relative; }
.lll-vpn__search svg { position: absolute; top: 50%; left: 14px; width: 17px; height: 17px; color: #8b9aae; transform: translateY(-50%); }
.lll-vpn__search input { width: 100%; height: 44px; padding: 0 14px 0 42px; border: 1px solid #ccd8e5; border-radius: 11px; outline: none; color: var(--vpn-ink); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.lll-vpn__search input:focus { border-color: var(--vpn-indigo); box-shadow: 0 0 0 3px rgba(80,101,232,.12); }
.lll-vpn__sort { display: flex; align-items: center; gap: 8px; color: var(--vpn-muted); font-size: 13px; font-weight: 700; white-space: nowrap; }
.lll-vpn__sort select { height: 44px; padding: 0 34px 0 12px; border: 1px solid #ccd8e5; border-radius: 11px; outline: 0; color: var(--vpn-ink); background: #fff; cursor: pointer; }
.lll-vpn__filters { display: flex; flex-wrap: wrap; gap: 8px; padding: 17px 25px; border-bottom: 1px solid var(--vpn-line); background: #fbfcfe; }
.lll-vpn__filter { padding: 8px 12px; border: 1px solid #d8e1ec; border-radius: 999px; color: #52647a; background: #fff; font-size: 12px; font-weight: 750; cursor: pointer; transition: .15s ease; }
.lll-vpn__filter:hover { border-color: #aebaff; color: var(--vpn-indigo); }
.lll-vpn__filter.is-active { border-color: var(--vpn-indigo); color: #fff; background: var(--vpn-indigo); }

.lll-vpn__table-wrap { overflow-x: auto; }
.lll-vpn__table { width: 100%; min-width: 980px; border-collapse: collapse; }
.lll-vpn__table th { padding: 13px 16px; color: #77889e; background: #fff; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.lll-vpn__table td { padding: 17px 16px; border-top: 1px solid #e8edf3; font-size: 13px; vertical-align: middle; }
.lll-vpn__table tbody tr { transition: background .15s ease; }
.lll-vpn__table tbody tr:hover { background: #fbfcff; }
.lll-vpn__provider { display: flex; align-items: center; gap: 11px; min-width: 170px; }
.lll-vpn__mark { display: grid; width: 35px; height: 35px; flex: 0 0 35px; place-items: center; border-radius: 11px; color: #fff; background: var(--provider-tone, #5065e8); font-size: 11px; font-weight: 900; letter-spacing: -.04em; }
.lll-vpn__provider a { color: var(--vpn-ink); font-weight: 800; text-decoration: none; }
.lll-vpn__provider a:hover { color: var(--vpn-indigo); text-decoration: underline; text-underline-offset: 3px; }
.lll-vpn__provider small { display: block; margin-top: 3px; color: #8392a5; font-size: 11px; }
.lll-vpn__price strong { display: block; font-size: 16px; letter-spacing: -.02em; white-space: nowrap; }
.lll-vpn__price span, .lll-vpn__price small { display: block; margin-top: 3px; color: #76879c; font-size: 11px; line-height: 1.35; }
.lll-vpn__device { color: #3e526b; font-weight: 750; white-space: nowrap; }
.lll-vpn__refund { font-weight: 800; white-space: nowrap; }
.lll-vpn__refund--good { color: #16866f; }
.lll-vpn__refund--neutral { color: #ad7310; }
.lll-vpn__tags { display: flex; max-width: 260px; flex-wrap: wrap; gap: 5px; }
.lll-vpn__tag { padding: 5px 7px; border-radius: 6px; color: #52647a; background: #eff3f8; font-size: 10px; font-weight: 750; line-height: 1; white-space: nowrap; }
.lll-vpn__visit { display: inline-flex; align-items: center; gap: 6px; padding: 9px 11px; border-radius: 9px; color: #fff !important; background: #253a62; font-size: 12px; font-weight: 800; text-decoration: none !important; white-space: nowrap; transition: background .15s ease, transform .15s ease; }
.lll-vpn__visit:hover { background: var(--vpn-indigo); transform: translateY(-1px); }
.lll-vpn__visit svg { width: 13px; height: 13px; }
.lll-vpn__empty { padding: 52px 25px; color: var(--vpn-muted); text-align: center; }
.lll-vpn__empty strong { display: block; margin-bottom: 6px; color: var(--vpn-ink); font-size: 18px; }
.lll-vpn__footnote { margin: 15px 3px 0; color: #718197; font-size: 12px; line-height: 1.55; }
.lll-vpn__method { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; padding: 25px 28px; border: 1px solid #dbe5ed; border-radius: 18px; background: linear-gradient(110deg, #eff7f7, #f8f9ff); }
.lll-vpn__method h2 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.025em; }
.lll-vpn__method p { margin: 0; color: #586b81; font-size: 13px; line-height: 1.55; }
.lll-vpn__method ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: #52647a; font-size: 13px; }
.lll-vpn__method li { position: relative; padding-left: 17px; }
.lll-vpn__method li::before { content: ''; position: absolute; top: .47em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--vpn-aqua); }

@media (max-width: 820px) {
  .lll-vpn__hero { padding: 34px 25px 30px; border-radius: 18px; }
  .lll-vpn__hero-grid, .lll-vpn__method { grid-template-columns: 1fr; gap: 20px; }
  .lll-vpn__hero-note { max-width: 520px; }
  .lll-vpn__picks { grid-template-columns: 1fr; }
  .lll-vpn__pick { min-height: 0; }
  .lll-vpn__section-head { align-items: start; flex-direction: column; }
  .lll-vpn__section-head p { text-align: left; }
}

@media (max-width: 640px) {
  .lll-vpn__title { font-size: 35px; }
  .lll-vpn__lead { font-size: 15px; }
  .lll-vpn__section { margin-top: 21px; }
  .lll-vpn__section-head h2, .lll-vpn__directory-top h2 { font-size: 22px; }
  .lll-vpn__directory { border-radius: 16px; }
  .lll-vpn__directory-top { align-items: start; padding: 21px 18px 16px; }
  .lll-vpn__toolbar { grid-template-columns: 1fr; padding: 0 18px 16px; }
  .lll-vpn__sort { justify-content: space-between; }
  .lll-vpn__sort select { flex: 1; max-width: 230px; }
  .lll-vpn__filters { flex-wrap: nowrap; padding: 13px 18px; overflow-x: auto; scrollbar-width: none; }
  .lll-vpn__filters::-webkit-scrollbar { display: none; }
  .lll-vpn__filter { flex: 0 0 auto; }
  .lll-vpn__table-wrap { overflow: visible; }
  .lll-vpn__table, .lll-vpn__table tbody, .lll-vpn__table tr, .lll-vpn__table td { display: block; width: 100%; min-width: 0; }
  .lll-vpn__table thead { display: none; }
  .lll-vpn__table tbody { padding: 0 18px; }
  .lll-vpn__table tbody tr { position: relative; margin: 0; padding: 16px 0; border-top: 1px solid #e4ebf2; }
  .lll-vpn__table tbody tr:first-child { border-top: 0; }
  .lll-vpn__table td { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 7px 0; border: 0; text-align: right; }
  .lll-vpn__table td::before { content: attr(data-label); flex: 0 0 37%; color: #7a8ba0; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
  .lll-vpn__table td:first-child { display: block; padding: 0 0 12px; }
  .lll-vpn__table td:first-child::before, .lll-vpn__table td:last-child::before { display: none; }
  .lll-vpn__provider { justify-content: flex-start; text-align: left; }
  .lll-vpn__tags { justify-content: flex-end; max-width: 220px; }
  .lll-vpn__price span, .lll-vpn__price small { text-align: right; }
  .lll-vpn__table td:last-child { display: block; padding-top: 12px; text-align: left; }
  .lll-vpn__visit { width: 100%; justify-content: center; }
  .lll-vpn__method { padding: 22px; border-radius: 16px; }
}
