*,*::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{display:block;max-width:100%}
svg{display:block}
svg:not([width]):not([height]):not(.map-svg){width:24px;height:24px;flex:none}
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;
  height:100%;
}
.logo-box{
  display:flex;
  align-items:center;
  height:100%;
  max-height:44px; /* keep it comfortably inside the 66px nav */
}
.logo-box img{
  height:100%;
  width:auto;
  max-height:70px;
  object-fit:contain;
  display:block;
}

.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}

/* 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}
.footer-brand .brand-row{
    display:flex;
    align-items:center;
    margin-bottom:18px;
}

.footer-logo{
    display:block;
    width:auto;
    max-width:220px;
    height:auto;
    max-height:88px;
    object-fit:contain;
    border-radius:10px;
    padding:8px 10px;
    box-sizing:border-box;
}

/* 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;
}
html.cookies-ok .cookie-banner,
.cookie-banner[hidden]{
  display:none !important;
}
.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 Basic */
@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}
}