@charset "UTF-8";
/* Kernwert Trust Center — standalone styles, shared brand fonts and colours. */
:root {
  --trust_blue:#0e80d2;
  --trust_link:#0a568e;
  --trust_ink:#1a1c1c;
  --trust_muted:#505d68;
  --trust_line:#dce3e9;
  --trust_pale:#f1f7fb;
  --trust_green:#1a5e1c
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:90px
}

body {
  margin:0;
  background:#fff;
  color:var(--trust_ink);
  font:15px/1.7 "open_sansregular",sans-serif;
  -webkit-font-smoothing:antialiased
}

h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-family:"ff-netto-web-1",sans-serif;
  font-weight:400;
  line-height:1.12;
  letter-spacing:-.025em
}
h1 {
  font-size:clamp(46px,5.6vw,76px)
}
h2 {
  font-size:clamp(34px,3.8vw,46px)
}
h3 {
  font-size:27px
}
a {
  color:var(--trust_link);
  text-underline-offset:4px
}
a:hover {
  color:#084570
}
a:focus-visible,summary:focus-visible {
  outline:3px solid #0e80d2;
  outline-offset:5px;
  border-radius:3px
}
.trust_wrap {
  width:min(1160px,calc(100% - 64px));
  margin:auto
}
.icon_library {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.trust_icon {
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0;
  vertical-align:middle
}
.trust_skip {
  position:fixed;
  top:12px;
  left:12px;
  z-index:20;
  background:white;
  padding:10px 20px;
  transform:translateY(-160%)
}
.trust_skip:focus {
  transform:none
}
.trust_header {
  background:#fff;
  border-bottom:1px solid var(--trust_line)
}
.header_inner {
  min-height:94px;
  display:flex;
  align-items:center;
  gap:25px
}
.trust_logo {
  width:64px;
  height:64px;
  display:block
}
.portal_label {
  border-left:1px solid #ccd5dd;
  padding-left:25px;
  font-size:14px;
  color:var(--trust_muted)
}
.trust_button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  background:var(--trust_link);
  color:white;
  padding:13px 21px;
  border-radius:5px;
  text-decoration:none;
  font-weight:700;
  font-size:13px;
  line-height:1.5
}
.trust_button:hover {
  background:#084570;
  color:white
}
.header_contact {
  margin-left:auto
}
.hero_surface {
  background:linear-gradient(115deg,#f5f9fc 0%,#eef6fc 100%);
  border-bottom:1px solid var(--trust_line)
}
.trust_hero {
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:85px;
  align-items:center;
  padding-top:72px;
  padding-bottom:76px
}
.eyebrow {
  font-size:11px;
  font-weight:700;
  letter-spacing:.15em;
  color:var(--trust_link);
  margin-bottom:18px
}
.hero_intro {
  font-size:17px;
  color:var(--trust_muted);
  max-width:590px;
  margin:24px 0 30px
}
.assurance_card {
  background:white;
  border:1px solid #d4e2ed;
  border-radius:12px;
  padding:30px;
  box-shadow:0 14px 35px #15486a09;
  position:relative;
  overflow:hidden
}
.assurance_card:before {
  content:"";
  height:4px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  background:var(--trust_blue)
}
.assurance_heading {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  color:var(--trust_link)
}
.assurance_heading .trust_icon {
  width:32px;
  height:32px
}
.certificate_name {
  font:48px/1.1 "ff-netto-web-1",sans-serif;
  margin:27px 0 12px
}
.assurance_card>p:not(.certificate_name) {
  color:var(--trust_muted);
  font-size:14px
}
.certificate_details {
  display:grid;
  gap:5px;
  margin:24px 0;
  padding:18px 0;
  border-top:1px solid var(--trust_line);
  border-bottom:1px solid var(--trust_line);
  font-size:12px
}
.certificate_details span {
  display:flex;
  justify-content:space-between;
  gap:12px
}
.assurance_card>a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-decoration:none;
  font-size:13px;
  font-weight:700
}
.section_nav {
  position:sticky;
  top:0;
  background:rgba(255,255,255,.98);
  z-index:5;
  border-bottom:1px solid var(--trust_line)
}
.nav_inner {
  display:flex;
  gap:35px
}
.section_nav a {
  padding:20px 0;
  white-space:nowrap;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  border-bottom:2px solid transparent
}
.section_nav a:hover,.section_nav a:focus-visible {
  border-bottom-color:var(--trust_blue)
}
.trust_section {
  padding:68px 0;
  border-bottom:1px solid var(--trust_line)
}
.section_heading {
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
  margin-bottom:30px
}
.section_heading .eyebrow {
  margin-bottom:12px
}
.section_heading>p {
  font-size:13px;
  color:var(--trust_muted)
}
.highlight_grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  padding:14px 0 48px
}
.highlight {
  border-top:2px solid #c6dff0;
  padding-top:19px
}
.small_marker {
  color:var(--trust_link);
  font-size:11px;
  letter-spacing:.08em
}
.highlight h3 {
  font-size:24px;
  margin:14px 0 10px
}
.highlight p {
  font-size:13px;
  color:var(--trust_muted)
}
.assurance_detail {
  display:grid;
  grid-template-columns:1fr 1.3fr;
  gap:65px;
  padding:32px;
  background:#f7f9fb;
  border:1px solid #e7ecf0;
  border-radius:8px
}
.assurance_detail h3 {
  font-size:31px;
  margin-bottom:17px
}
.assurance_detail>div>p:last-child {
  font-size:13px;
  color:var(--trust_muted)
}
details {
  border-top:1px solid var(--trust_line);
  padding:14px 0
}
details:first-child {
  border-top:0
}
summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  list-style:none;
  font-size:13px;
  color:var(--trust_ink)
}
summary::-webkit-details-marker {
  display:none
}
summary:after {
  content:"+";
  font-size:22px;
  color:var(--trust_link);
  font-weight:400
}
details[open]>summary:after {
  content:"−"
}
summary strong {
  display:block;
  font-weight:700
}
summary small {
  display:block;
  color:var(--trust_muted);
  font-size:11px;
  margin-top:3px
}
details p {
  margin-top:12px;
  font-size:13px;
  color:var(--trust_muted)
}
details a {
  display:inline-block;
  margin-top:10px;
  font-size:12px
}
.controls_grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.control_card {
  border:1px solid var(--trust_line);
  border-radius:8px;
  padding:26px;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.control_index {
  font-size:10px;
  letter-spacing:.12em;
  font-weight:700;
  color:var(--trust_link);
  margin-bottom:21px
}
.control_card h3 {
  margin-bottom:16px;
  font-size:28px
}
.control_card p {
  font-size:13px;
  color:var(--trust_muted)
}
.control_card ul {
  list-style:none;
  padding:0;
  margin:20px 0 0;
  font-size:12px;
  width:100%
}
.control_card li {
  position:relative;
  padding-left:19px;
  margin-bottom:10px
}
.control_card li:before {
  content:"✓";
  position:absolute;
  left:0;
  color:var(--trust_green)
}
.control_card details {
  margin-top:12px;
  width:100%;
  padding-bottom:0
}
.control_card details summary {
  font-size:12px
}
.ai_card {
  background:var(--trust_pale);
  border-color:#d4e5f1
}
.control_card .supporting_note {
  font-size:11px;
  margin-top:10px
}
.control_card>a {
  font-size:12px;
  margin-top:18px;
  font-weight:700
}
.access_label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--trust_muted);
  font-size:12px;
  white-space:nowrap;
  padding-bottom:4px
}
.access_label svg {
  width:16px;
  height:16px
}
.section_intro {
  max-width:800px;
  color:var(--trust_muted);
  font-size:14px;
  margin:-7px 0 28px
}
.documents_grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}
.document_card {
  border:1px solid var(--trust_line);
  border-radius:7px;
  padding:24px;
  display:flex;
  flex-direction:column;
  transition:border-color .15s,box-shadow .15s
}
.document_card:hover {
  border-color:#9dbfd8;
  box-shadow:0 4px 16px #12476808
}
.document_meta {
  display:flex;
  justify-content:space-between;
  color:var(--trust_muted);
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:20px
}
.document_meta svg {
  width:17px;
  height:17px
}
.document_card h3 {
  font-size:25px;
  margin-bottom:12px
}
.document_card p {
  color:var(--trust_muted);
  font-size:12px;
  margin-bottom:25px
}
.document_link {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border-top:1px solid #edf0f3;
  padding-top:15px;
  margin-top:auto;
  text-decoration:none;
  font-size:12px;
  font-weight:700
}
.document_link svg {
  width:17px;
  height:17px
}
.text_link {
  font-size:12px;
  font-weight:700
}
.provider_placeholder {
  display:inline-block;
  width:132px;
  max-width:100%;
  height:12px;
  border-radius:4px;
  background:linear-gradient(90deg,#c9d3dc,#e3e9ee);
  filter:blur(3px);
  vertical-align:middle;
}
.provider_table_wrap {
  overflow-x:auto;
  border:1px solid var(--trust_line);
  border-radius:7px
}
table {
  width:100%;
  border-collapse:collapse;
  font-size:12px
}
th,td {
  text-align:left;
  padding:17px 20px;
  vertical-align:top
}
thead {
  background:#f5f8fa;
  color:var(--trust_muted);
  font-size:11px
}
tbody tr+tr {
  border-top:1px solid var(--trust_line)
}
tbody th {
  font-weight:700;
  width:32%
}
tbody td:nth-child(2) {
  width:19%
}
tbody td {
  color:var(--trust_muted)
}
.transfer_details {
  border:0;
  margin-top:10px;
  max-width:850px
}
.contact_panel {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:42px 46px;
  background:var(--trust_pale);
  border:1px solid #d9e8f3;
  border-radius:9px;
  margin:54px 0 64px
}
.contact_panel .eyebrow {
  margin-bottom:10px
}
.contact_panel p:last-child {
  font-size:14px;
  color:var(--trust_muted);
  margin-top:14px
}
.trust_footer {
  border-top:1px solid var(--trust_line)
}
.footer_inner {
  min-height:100px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  font-size:12px;
  color:var(--trust_muted)
}
.footer_inner span {
  margin:0 10px
}
.footer_inner nav {
  display:flex;
  gap:25px
}
.footer_inner a {
  color:var(--trust_muted);
  text-decoration:none
}

@media(max-width:1000px) {
  .trust_hero {
  gap:35px
}
.controls_grid {
  grid-template-columns:repeat(2,1fr)
}
.documents_grid {
  grid-template-columns:repeat(2,1fr)
}
.highlight_grid {
  gap:20px
}
.assurance_detail {
  gap:30px
}
.section_heading>p {
  display:none
}

}

@media(max-width:650px) {
  .trust_wrap {
  width:calc(100% - 36px)
}
.header_inner {
  min-height:76px;
  gap:13px
}
.trust_logo {
  width:48px;
  height:48px
}
.portal_label {
  padding-left:13px;
  font-size:12px
}
.header_contact {
  font-size:11px;
  padding:9px 11px
}
.header_contact svg {
  display:none
}
.trust_hero {
  grid-template-columns:1fr;
  gap:35px;
  padding:40px 0
}
.hero_intro {
  font-size:15px
}
.assurance_card {
  padding:24px
}
.certificate_name {
  font-size:41px
}
.nav_inner {
  gap:22px;
  overflow-x:auto
}
.section_nav a {
  font-size:11px;
  padding:17px 0
}
.trust_section {
  padding:42px 0
}
.section_heading {
  display:block;
  margin-bottom:26px
}
.highlight_grid {
  grid-template-columns:repeat(2,1fr);
  gap:25px 20px;
  padding-bottom:32px
}
.highlight h3 {
  font-size:23px
}
.highlight p {
  font-size:12px
}
.assurance_detail {
  grid-template-columns:1fr;
  padding:23px;
  gap:18px
}
.controls_grid,.documents_grid {
  grid-template-columns:1fr
}
.control_card {
  padding:24px
}
.document_card {
  padding:22px
}
.access_label {
  margin-top:18px
}
.section_intro {
  font-size:13px
}
.section_heading>.text_link {
  display:inline-block;
  margin-top:16px
}
th,td {
  padding:13px 12px
}
table {
  font-size:11px;
  min-width:540px
}
.contact_panel {
  flex-direction:column;
  align-items:flex-start;
  padding:28px;
  margin:35px 0 40px
}
.footer_inner {
  flex-direction:column;
  align-items:flex-start;
  padding:25px 0;
  gap:12px
}
.footer_inner nav {
  gap:20px
}

}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
.document_card {
  transition:none
}

}

@media print {
  .section_nav,.header_contact,.trust_button,.document_link,.trust_footer {
  display:none
}
.trust_wrap {
  width:100%
}
.trust_hero {
  padding:25px 0;
  gap:20px
}
.trust_section {
  padding:25px 0
}
.control_card,.document_card,.assurance_card {
  break-inside:avoid;
  box-shadow:none
}
.hero_surface {
  background:white
}
.documents_grid,.controls_grid {
  grid-template-columns:repeat(2,1fr)
}

}

