/* *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:#1a1a1a;background:#ffffff;line-height:1.65;font-size:15px;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
img,svg{display:block;max-width:100%}
input,select,textarea{font-family:inherit;font-size:inherit} */

/* Typography */
/* h1{font-size:42px;font-weight:700;letter-spacing:-0.8px;line-height:1.15}
h2{font-size:30px;font-weight:700;letter-spacing:-0.4px;line-height:1.2}
h3{font-size:20px;font-weight:600;letter-spacing:-0.2px;line-height:1.3}
h4{font-size:16px;font-weight:600;line-height:1.35} */

/* Layout utilities */
/* .container{max-width:1320px;margin:0 auto;padding:0 32px}
.container-narrow{max-width:1080px;margin:0 auto;padding:0 32px} */

/* Section label */
/* .section-label{
  display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;
  letter-spacing:1px;color:#1a3a6b;margin-bottom:14px;
} */

/* Buttons */
/* .btn{
  display:inline-flex;align-items:center;gap:8px;padding:11px 22px;
  border-radius:8px;font-weight:600;font-size:14px;letter-spacing:-0.1px;
  transition:transform .15s ease,background .15s ease,box-shadow .15s ease;
  border:0.5px solid transparent;white-space:nowrap;
}
.btn-primary{background:#1a3a6b;color:#fff}
.btn-primary:hover{background:#142b54;transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,58,107,0.18)}
.btn-ghost{background:transparent;color:#1a3a6b;border-color:#1a3a6b}
.btn-ghost:hover{background:#1a3a6b;color:#fff}
.btn-white{background:#fff;color:#1a3a6b}
.btn-white:hover{background:#f3f1ea}
.btn-danger{background:#dc2626;color:#fff}
.btn-danger:hover{background:#b91c1c}
.btn-sm{padding:7px 14px;font-size:13px;border-radius:6px}
.btn-lg{padding:14px 28px;font-size:15px}
.btn-block{width:100%;justify-content:center} */

/* Pills / badges */
/* .pill{
  display:inline-flex;align-items:center;gap:6px;padding:5px 12px;
  border-radius:22px;font-size:11px;font-weight:600;
  letter-spacing:0.4px;line-height:1;
}
.pill-navy{background:#eef2f8;color:#1a3a6b}
.pill-success{background:#dcfce7;color:#166534}
.pill-warning{background:#fef3c7;color:#92400e}
.pill-danger{background:#fee2e2;color:#dc2626}
.pill-blue{background:#dbeafe;color:#1e40af}
.pill-grey{background:#f3f1ea;color:#4a4a4a}
.pill-urgent{background:#dc2626;color:#fff} */

/* Cards */
/* .card{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:11px;
  padding:18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.card:hover{border-color:#cfcec4;box-shadow:0 8px 24px rgba(26,26,26,0.05);transform:translateY(-2px)}
.card-flat{background:#fff;border:0.5px solid #e5e3dc;border-radius:11px;padding:18px}
.card-warm{background:#f3f1ea;border-radius:11px;padding:18px} */

/* Navigation */
/* .nav{
  position:fixed;top:0;left:0;right:0;height:66px;background:#fff;
  border-bottom:0.5px solid #e5e3dc;z-index:100;
  display:flex;align-items:center;
} */
/* .nav-inner{
  max-width:1320px;margin:0 auto;padding:0 32px;width:100%;
  display:flex;align-items:center;justify-content:space-between;gap:32px;
}
.nav-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:16px;color:#1a3a6b;letter-spacing:-0.3px}
.nav-logo-mark{
  width:30px;height:30px;background:#1a3a6b;border-radius:7px;
  display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;
  letter-spacing:-0.5px;
}
.nav-links{display:flex;align-items:center;gap:6px;list-style:none}
.nav-links a{
  padding:8px 14px;font-size:14px;font-weight:500;color:#1a1a1a;
  border-radius:6px;transition:background .15s ease,color .15s ease;
}
.nav-links a:hover{background:#f3f1ea;color:#1a3a6b}
.nav-links a.active{color:#1a3a6b}
.nav-right{display:flex;align-items:center;gap:10px}
.nav-lang{
  display:flex;align-items:center;gap:4px;padding:7px 10px;font-size:13px;
  color:#1a1a1a;border-radius:6px;cursor:pointer;transition:background .15s ease;
}
.nav-lang:hover{background:#f3f1ea}
.nav-signin{font-size:14px;font-weight:500;color:#1a1a1a;padding:8px 12px}
.nav-signin:hover{color:#1a3a6b}
body{padding-top:66px} */

/* Page hero (inner pages) */
.page-hero{
  background:#f3f1ea;padding:56px 0 40px;border-bottom:0.5px solid #e5e3dc;
}
.page-hero h1{font-size:40px;margin-bottom:10px}
.page-hero .sub{color:#6b6b6b;font-size:16px;max-width:640px;line-height:1.6}
.breadcrumb{
  font-size:12px;color:#6b6b6b;margin-bottom:18px;letter-spacing:0.2px;
}
.breadcrumb a{color:#1a3a6b}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb .sep{margin:0 8px;color:#aaaaaa}

/* Trust bar */
/* .trust-bar{
  padding:22px 0;border-top:0.5px solid #e5e3dc;border-bottom:0.5px solid #e5e3dc;
  background:#ffffff;
}
.trust-items{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;
  gap:10px 30px;font-size:12px;color:#6b6b6b;font-weight:500;letter-spacing:0.3px;
}
.trust-items .dot{width:3px;height:3px;border-radius:50%;background:#cfcec4} */

/* Footer */
/* .footer{background:#0d2240;color:#c4d4ea;padding:64px 0 24px;margin-top:80px}
.footer-grid{
  max-width:1320px;margin:0 auto;padding:0 32px;
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:48px;
}
.footer-brand .brand-row{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#fff;font-weight:700;font-size:16px}
.footer-brand .brand-row .nav-logo-mark{background:#fff;color:#1a3a6b}
.footer-brand p{font-size:13px;line-height:1.7;color:#9bb0cf;margin-bottom:18px;max-width:300px}
.footer-eu-badge{
  display:inline-flex;align-items:center;gap:8px;padding:7px 12px;
  background:rgba(255,255,255,0.06);border:0.5px solid rgba(255,255,255,0.12);
  border-radius:22px;font-size:11px;color:#9bb0cf;font-weight:500;
}
.footer-col h5{color:#fff;font-size:13px;font-weight:600;margin-bottom:16px;letter-spacing:0.4px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-col a{font-size:13px;color:#9bb0cf;transition:color .15s ease}
.footer-col a:hover{color:#fff}
.footer-sub{
  max-width:1320px;margin:48px auto 0;padding:20px 32px 0;
  border-top:0.5px solid rgba(255,255,255,0.08);
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;
  font-size:12px;color:#6e82a3;
}
.footer-sub .links{display:flex;gap:18px;flex-wrap:wrap}
.footer-sub .links a{color:#9bb0cf}
.footer-sub .links a:hover{color:#fff} */

/* Cookie banner */
/* .cookie-banner{
  position:fixed;left:20px;right:20px;bottom:20px;z-index:110;
  background:#ffffff;border:0.5px solid #e5e3dc;border-radius:14px;
  box-shadow:0 16px 48px rgba(13,34,64,0.15);padding:18px 22px;
  display:flex;align-items:center;gap:20px;flex-wrap:wrap;
  max-width:900px;margin:0 auto;
}
.cookie-banner .cookie-text{flex:1;font-size:13px;color:#1a1a1a;line-height:1.55;min-width:260px}
.cookie-banner .cookie-text strong{color:#1a3a6b}
.cookie-banner .cookie-actions{display:flex;gap:10px;flex-wrap:wrap} */

/* Form elements */
/* .field{margin-bottom:16px}
.field label{display:block;font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:6px}
.field .hint{font-size:12px;color:#6b6b6b;margin-top:5px}
.input,.select,.textarea{
  width:100%;padding:10px 14px;border:0.5px solid #cfcec4;border-radius:8px;
  font-size:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;
  color:#1a1a1a;
}
.input:focus,.select:focus,.textarea:focus{
  outline:none;border-color:#1a3a6b;box-shadow:0 0 0 3px rgba(26,58,107,0.12);
}
.textarea{min-height:110px;resize:vertical;line-height:1.55}
.select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:38px}

.check-row{display:flex;align-items:flex-start;gap:10px;margin:14px 0;font-size:13px;color:#1a1a1a;line-height:1.5}
.check-row input[type=checkbox]{margin-top:2px;accent-color:#1a3a6b;width:16px;height:16px}
.check-row a{color:#1a3a6b;text-decoration:underline}

.two-col-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px} */

/* Utility */
/* .grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.muted{color:#6b6b6b}
.tiny{font-size:12px}
.nowrap{white-space:nowrap}
.mb-0{margin-bottom:0}
.mt-s{margin-top:12px}.mt-m{margin-top:24px}.mt-l{margin-top:48px}
.mb-s{margin-bottom:12px}.mb-m{margin-bottom:24px}.mb-l{margin-bottom:48px} */

/* Section spacing */
/* section{padding:64px 0}
section.tight{padding:40px 0} */

/* Responsive basics */
/* @media (max-width:1024px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr 1fr}
} */
@media (max-width:768px){
  body{padding-top:66px}
  h1{font-size:32px}
  h2{font-size:24px}
  .nav-links{display:none}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .two-col-fields{grid-template-columns:1fr}
  section{padding:40px 0}
}

.search-sticky{
  position:sticky;top:66px;z-index:50;background:#fff;border-bottom:0.5px solid #e5e3dc;padding:16px 0;
}
.search-sticky-inner{
  max-width:1520px;margin:0 auto;padding:0 28px;display:grid;
  grid-template-columns:1.8fr 1fr 1fr 1fr auto auto;gap:8px;align-items:center;
}
.search-sticky input,.search-sticky select{
  padding:10px 14px;border:0.5px solid #cfcec4;border-radius:8px;font-size:13px;
  background:#fff;width:100%;
}
.search-sticky select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;padding-right:34px}
.adv-link{font-size:12px;color:#1a3a6b;font-weight:600;white-space:nowrap;padding:0 10px}

.active-pills-row{
  background:#f3f1ea;padding:10px 0;border-bottom:0.5px solid #e5e3dc;
  display:flex;align-items:center;gap:8px;flex-wrap:wrap;
}
.active-pills-inner{max-width:1520px;margin:0 auto;padding:0 28px;display:flex;gap:8px;flex-wrap:wrap;align-items:center;width:100%}
.active-pills-inner .lbl{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.8px;color:#6b6b6b;margin-right:4px}
.active-pill{
  display:inline-flex;align-items:center;gap:6px;padding:5px 11px;
  background:#fff;border:0.5px solid #cfcec4;border-radius:22px;font-size:12px;color:#1a1a1a;font-weight:500;
}
.active-pill .x{cursor:pointer;color:#6b6b6b;display:inline-flex}
.active-pill .x svg{width:10px;height:10px}
.active-pill:hover .x{color:#dc2626}
.clear-btn{font-size:12px;color:#dc2626;font-weight:600;cursor:pointer;text-decoration:underline;margin-left:6px}

.search-layout{
  max-width:1520px;margin:0 auto;padding:24px 28px;
  display:grid;grid-template-columns:240px 1fr 320px;gap:24px;align-items:start;
}

.filter-sidebar{background:#fff;border:0.5px solid #e5e3dc;border-radius:12px;padding:20px;position:sticky;top:160px}
.filter-group{padding:14px 0;border-bottom:0.5px solid #e5e3dc}
.filter-group:last-child{border-bottom:0;padding-bottom:0}
.filter-group:first-child{padding-top:0}
.filter-h{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.6px;color:#1a3a6b;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}
.filter-h .count{font-size:10px;color:#6b6b6b;font-weight:500;letter-spacing:0;text-transform:none}
.filter-option{display:flex;align-items:center;gap:8px;font-size:13px;color:#1a1a1a;padding:4px 0;cursor:pointer}
.filter-option input{accent-color:#1a3a6b;width:14px;height:14px}
.filter-option .num{margin-left:auto;font-size:11px;color:#6b6b6b}
.filter-more{font-size:12px;color:#1a3a6b;font-weight:600;margin-top:6px;display:inline-block;cursor:pointer}

.slider-wrap{padding:4px 0 2px}
.slider-labels{display:flex;justify-content:space-between;font-size:11px;color:#6b6b6b;margin-top:8px}
.slider-track{height:4px;background:#e5e3dc;border-radius:2px;position:relative}
.slider-active{position:absolute;top:0;left:20%;right:35%;height:4px;background:#1a3a6b;border-radius:2px}
.slider-handle{position:absolute;top:-5px;width:14px;height:14px;background:#fff;border:2px solid #1a3a6b;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,0.1)}

.sort-bar{
  display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:4px 0;
}
.sort-bar .count-txt{font-size:14px;color:#4a4a4a}
.sort-bar .count-txt strong{color:#1a1a1a;font-weight:700;font-size:16px}
.sort-bar select{padding:8px 30px 8px 12px;border:0.5px solid #cfcec4;border-radius:8px;font-size:13px;background:#fff;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}

.result-card{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:12px;padding:18px 22px;margin-bottom:10px;
  transition:border-color .15s,box-shadow .15s;cursor:pointer;
}
.result-card:hover,.result-card.active{border-color:#1a3a6b;box-shadow:0 4px 16px rgba(26,58,107,0.08)}
.rc-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.rc-top-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.rc-title{font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.35;margin-bottom:4px}
.rc-title:hover{color:#1a3a6b}
.rc-auth{font-size:13px;color:#6b6b6b;margin-bottom:10px}
.rc-meta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.rc-meta .m{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#4a4a4a}
.rc-meta .m .lbl{color:#aaaaaa;font-size:11px}
.rc-meta .m svg{width:12px;height:12px;color:#6b6b6b}
.rc-meta .urgent{color:#dc2626;font-weight:600}
.rc-meta .urgent svg{color:#dc2626}
.rc-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:0.5px solid #e5e3dc}
.rc-cpv{font-size:11px;color:#6b6b6b;font-family:'SF Mono',Monaco,monospace;font-weight:500}
.rc-actions{display:flex;gap:6px}
.icon-btn{
  width:32px;height:32px;border:0.5px solid #cfcec4;border-radius:8px;background:#fff;color:#6b6b6b;
  display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;
}
.icon-btn:hover{border-color:#1a3a6b;color:#1a3a6b;background:#eef2f8}
.icon-btn svg{width:14px;height:14px}

.pagination{display:flex;gap:6px;justify-content:center;align-items:center;margin-top:24px;padding:16px 0}
.page-btn{
  min-width:34px;height:34px;padding:0 10px;border:0.5px solid #e5e3dc;border-radius:8px;background:#fff;
  font-size:13px;color:#1a1a1a;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;
}
.page-btn:hover{border-color:#1a3a6b;color:#1a3a6b}
.page-btn.active{background:#1a3a6b;color:#fff;border-color:#1a3a6b}
.page-btn.dots{border:0;cursor:default}
.page-btn.dots:hover{border:0;color:#1a1a1a}

.preview-panel{
  background:#fff;border:0.5px solid #e5e3dc;border-radius:12px;padding:22px;position:sticky;top:160px;
}
.preview-empty{text-align:center;padding:40px 10px;color:#aaaaaa}
.preview-empty .big-icon{margin:0 auto 14px;color:#cfcec4}
.preview-empty .big-icon svg{width:48px;height:48px}
.preview-content .pv-pills{display:flex;gap:6px;margin-bottom:12px;flex-wrap:wrap}
.preview-content h3{font-size:16px;line-height:1.35;margin-bottom:6px}
.preview-content .pv-auth{font-size:13px;color:#6b6b6b;margin-bottom:16px}
.pv-data-row{padding:10px 0;border-top:0.5px solid #e5e3dc;display:flex;justify-content:space-between;font-size:13px}
.pv-data-row .lbl{color:#6b6b6b}
.pv-data-row .val{font-weight:600;color:#1a1a1a}
.pv-desc{font-size:13px;color:#4a4a4a;line-height:1.65;margin:16px 0 20px}
@media (max-width:1200px){.search-layout{grid-template-columns:240px 1fr}.preview-panel{display:none}}
@media (max-width:900px){.search-layout{grid-template-columns:1fr}.filter-sidebar{position:static}.search-sticky-inner{grid-template-columns:1fr 1fr}}


.t-hero{
  background:linear-gradient(135deg,#0d2240 0%,#1a3a6b 100%);color:#fff;padding:48px 0;
}
.t-hero-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.t-hero h1{color:#fff;font-size:32px;margin-bottom:6px}
.t-hero .sub{color:#c4d4ea;font-size:14px}
.t-hero .live-dot{display:inline-block;width:8px;height:8px;background:#4ade80;border-radius:50%;margin-right:8px;animation:pulse 2s infinite}
.t-hero-stats{display:flex;gap:24px;text-align:right}
.t-hs{font-size:12px;color:#c4d4ea}
.t-hs .n{font-size:24px;font-weight:700;color:#fff;letter-spacing:-0.4px;display:block}