/*---------------------------*
    CSS RESET & NORMALIZE
*----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  height:100%;
}
body {
  line-height: 1.6;
  min-height:100%;
  background-color: #F5F3EB;
  color: #212D40;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

img, picture {
  max-width: 100%;
  display: block;
  height:auto;
}
a {
  color: #212D40;
  text-decoration: none;
  transition: color 0.2s;
}
ul, ol {
  padding-left: 24px;
  margin-bottom: 20px;
}
li {
  margin-bottom: 8px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #212D40;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
h1 { font-size: 2.5rem; margin-bottom: 24px; }
h2 { font-size: 2rem; margin-bottom: 20px; }
h3 { font-size: 1.3rem; margin-bottom: 12px; }
h4 { font-size: 1.15rem; margin-bottom: 10px; }
'th, td {
  text-align: left;
  vertical-align: top;
  padding: 10px 14px;
  border-bottom: 1px solid #e6e6e3;
}
thead th {
  background: #F5F3EB;
  font-weight: bold;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(30,35,40,0.04);
  margin-bottom: 24px;
}
blockquote {
  border-left: 4px solid #B5B682;
  background: #FAF9F5;
  padding: 20px 28px;
  margin: 24px 0;
  font-style: italic;
  color: #212D40;
  border-radius: 10px;
}
blockquote p {
  margin-bottom: 6px;
}
blockquote small {
  color: #7d7d76;
  font-size: 15px;
}
strong { font-weight: 600; }

/*---------------------------*
      CONTAINER & SECTION
*----------------------------*/
.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
section {
  margin-bottom: 60px;
  padding: 40px 0 40px 0;
  background: none;
  width: 100%;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.text-section {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/*---------------------------*
      FLEXBOX LAYOUTS
*----------------------------*/
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 18px;
}
.feature-grid > div {
  flex: 1 1 220px;
  min-width: 220px;
  background: #fff;
  padding: 28px 18px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(33,45,64,0.07);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.18s, transform 0.18s;
  border: 1px solid #edece8;
}
.feature-grid > div:hover,
.card:hover {
  box-shadow: 0 4px 20px rgba(33,45,64,0.14);
  transform: translateY(-3px) scale(1.022);
}
.feature-grid img {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(33,45,64,0.08);
  padding: 26px 22px 22px 22px;
  min-width: 250px;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.16s, transform 0.16s;
  border: 1px solid #efefea;
}

.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 28px;
  background: #ffffff;
  box-shadow: 0 1px 12px rgba(33,45,64,0.10);
  margin-bottom: 20px;
  border-radius: 15px;
  min-width: 220px;
  max-width: 500px;
  border: 1px solid #eae9e5;
  color: #212D40;
}
.testimonial-card span {
  font-size: 15px;
  color: #7D7D76;
  margin-top: 9px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.history-highlights {
  background: #FAF9F5;
  border-radius: 10px;
  padding: 17px 18px;
  margin: 16px 0;
  color: #212D40;
  border-left: 3px solid #B5B682;
}
.usp-list ul {
  margin-top: 8px;
}

/*---------------------------*
      HEADER & NAVIGATION
*----------------------------*/
header {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #edece8;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  position: relative;
  z-index: 101;
}
header img {
  height: 44px;
  width: auto;
}
nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #212D40;
  padding: 8px 16px;
  border-radius: 21px;
  transition: background 0.12s, color 0.12s;
}
nav a:hover, nav a:focus {
  background: #F5F3EB;
  color: #B5B682;
}
nav a.cta-primary {
  background: #212D40;
  color: #fff;
  font-weight: 600;
  padding: 9px 21px;
  border-radius: 32px;
  margin-left: 12px;
  box-shadow: 0 2px 8px rgba(33,45,64,0.08);
  letter-spacing: 0.012em;
  transition: background 0.14s, box-shadow 0.18s, color 0.14s;
}
nav a.cta-primary:hover, nav a.cta-primary:focus {
  background: #B5B682;
  color: #212D40;
  box-shadow: 0 6px 18px rgba(33,45,64,0.13);
}

/* Burger menu
----------------------------------*/
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2.1rem;
  line-height: 1;
  color: #212D40;
  cursor: pointer;
  padding: 7px 12px;
  transition: color 0.14s, background 0.18s;
  z-index: 111;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  color: #B5B682;
  background: #F5F3EB;
  border-radius: 8px;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: fixed;
  top: 0; left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  box-shadow: 0 6px 50px rgba(33,45,64,0.19);
  padding: 40px 30px 0 30px;
  z-index: 999;
  transform: translateX(-105vw);
  transition: transform 0.33s cubic-bezier(.8,.1,.32,1);
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  background: none;
  border: none;
  color: #212D40;
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 1011;
  padding: 10px 15px;
  border-radius: 8px;
  transition: background 0.13s, color 0.16s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  background: #F5F3EB;
  color: #B5B682;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  width: 100%;
  gap: 5px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.17rem;
  padding: 13px 0 13px 0;
  border-radius: 16px;
  color: #212D40;
  background: none;
  transition: background 0.13s, color 0.14s;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: #F5F3EB;
  color: #B5B682;
}
.mobile-nav a.cta-primary {
  background: #212D40;
  color: #fff;
  font-weight: 600;
  padding: 13px 0;
  text-align: center;
  margin-top: 13px;
  border-radius: 32px;
  transition: background 0.14s, color 0.14s;
}
.mobile-nav a.cta-primary:hover, .mobile-nav a.cta-primary:focus {
  background: #B5B682;
  color: #212D40;
}

/*---------------------------*
      BUTTONS / CTA
*----------------------------*/
.cta-primary {
  display: inline-block;
  background: #212D40;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: 0.01em;
  padding: 13px 34px;
  border: none;
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(33,45,64,0.06);
  cursor: pointer;
  transition: background 0.15s, box-shadow 0.2s, color 0.11s;
  margin-top: 24px;
  margin-bottom: 8px;
}
.cta-primary:hover, .cta-primary:focus {
  background: #B5B682;
  color: #212D40;
  box-shadow: 0 10px 24px rgba(33,45,64,0.17);
}

button {
  font-family: inherit;
  font-size: 1rem;
  background: #B5B682;
  color: #212D40;
  border: none;
  border-radius: 20px;
  padding: 11px 24px;
  cursor: pointer;
  transition: background 0.13s, color 0.15s, box-shadow 0.15s;
}
button:hover, button:focus {
  background: #212D40;
  color: #fff;
  box-shadow: 0 6px 22px rgba(33,45,64,0.1);
}

/*---------------------------*
      FORMS (if any added)
*----------------------------*/
input, textarea, select {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  border: 1px solid #dad8cf;
  border-radius: 8px;
  background: #fff;
  padding: 10px 14px;
  margin-bottom: 14px;
  width: 100%;
  box-sizing: border-box;
}
input:focus, textarea:focus, select:focus {
  border-color: #B5B682;
  outline: none;
}

/*---------------------------*
      FOOTER
*----------------------------*/
footer {
  background: #fff;
  border-top: 1px solid #edece8;
  padding: 32px 0 24px 0;
  color: #212D40;
  font-size: 15px;
}
footer .container {
  flex-direction: column;
  gap: 20px;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.footer-nav a {
  color: #212D40;
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 1em;
  transition: background 0.12s, color 0.11s;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #F5F3EB;
  color: #B5B682;
}
.contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: #212D40;
}
.contact-info img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.footer-legal {
  color: #5c5d5b;
  font-size: 14px;
  margin-top: 14px;
}

/*---------------------------*
  COOKIE CONSENT BANNER 
*----------------------------*/
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0;
  width: 100vw;
  z-index: 1500;
  background: #212D40;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 22px 18px 22px;
  box-shadow: 0 -4px 26px rgba(33,45,64,0.12);
  animation: fadeInBanner 0.66s;
}
@keyframes fadeInBanner {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-banner .cookie-message {
  max-width: 690px;
  font-size: 1rem;
}
.cookie-banner .cookie-actions {
  display: flex;
  gap: 12px;
  margin-left: 22px;
  flex-wrap: wrap;
}
.cookie-banner button {
  font-size: 1rem;
  border-radius: 19px;
  padding: 8px 22px;
  min-width: 110px;
  border: none;
  background: #F5F3EB;
  color: #212D40;
  font-weight: 600;
  margin: 0 2px;
  transition: background 0.12s, color 0.11s;
}
.cookie-banner button:hover, .cookie-banner button:focus {
  background: #B5B682;
  color: #212D40;
}
.cookie-banner button.cookie-settings {
  background: #B5B682;
  color: #212D40;
}
.cookie-banner button.cookie-settings:hover, .cookie-banner button.cookie-settings:focus {
  background: #fff;
  color: #212D40;
}

/* Cookie modal overlay */
.cookie-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(33,45,64,0.23);
  z-index: 1600;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInModal 0.33s;
}
@keyframes fadeInModal {
  from { opacity: 0; }
  to { opacity: 1; }
}
.cookie-modal {
  background: #fff;
  color: #212D40;
  border-radius: 17px;
  max-width: 430px;
  width: 94vw;
  padding: 36px 30px;
  box-shadow: 0 6px 54px rgba(33,45,64,0.21);
  display: flex;
  flex-direction: column;
  gap: 18px;
  animation: fadeUpModal 0.33s;
}
@keyframes fadeUpModal {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-modal h3 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 4px;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #f2f2ee;
}
.cookie-category:last-of-type { border-bottom: none; }
.cookie-switch {
  appearance: none;
  width: 38px;
  height: 21px;
  border-radius: 16px;
  background: #dad8cf;
  outline: none;
  transition: background 0.16s;
  position: relative;
  cursor: pointer;
}
.cookie-switch:checked {
  background: #B5B682;
}
.cookie-switch::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.16s;
}
.cookie-switch:checked::before {
  left: 19px;
}
.cookie-modal .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 14px;
}
.cookie-modal button {
  min-width: 110px;
  font-size: 1rem;
}
.cookie-modal .modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #B5B682;
  cursor: pointer;
}
.cookie-modal .modal-close:hover, .cookie-modal .modal-close:focus {
  color: #212D40;
}

/*---------------------------*
      UTILITIES & MISC
*----------------------------*/
.mt-0 { margin-top: 0!important; }
.mb-0 { margin-bottom: 0!important; }
.mt-8 { margin-top: 8px!important; }
.mb-16 { margin-bottom: 16px!important; }
.flex-row { display: flex; flex-direction: row; }
.flex-col { display: flex; flex-direction: column; }
.gap-20 { gap: 20px!important; }

/* Focus Visible accessibility */
:focus-visible { outline: 2px solid #B5B682; outline-offset: 1px; }

/*---------------------------*
    RESPONSIVE BREAKPOINTS
*----------------------------*/
@media (max-width: 1024px) {
  .container {
    max-width: 950px;
  }
  section {
    padding: 32px 0;
  }
  .feature-grid > div, .card {
    min-width: 180px;
    padding: 22px 12px;
  }
}
@media (max-width: 900px) {
  .container {
    max-width: 96vw;
    padding: 0 10px;
  }
  .feature-grid {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    height: 62px;
    padding: 0 10px;
  }
  nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-block;
  }
  .content-wrapper, .text-section {
    padding: 0;
    gap: 13px;
  }
  section {
    padding: 30px 0;
    margin-bottom: 45px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 20px;
  }
  .feature-grid > div {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 19px 10px;
  }
  .testimonial-card {
    min-width: 0;
    max-width: 100%;
    padding: 16px 14px;
  }
  .card {
    min-width: 0;
    max-width: 100%;
    padding: 18px 10px;
  }
  .content-grid {
    flex-direction: column;
    gap: 15px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 18px;
  }
  .cookie-modal {
    padding: 20px 9px;
  }
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 10px 15px 12px;
    gap: 18px;
  }
  .cookie-banner .cookie-actions {
    margin-left: 0; margin-top: 15px;
  }
  footer .container {
    padding: 0 10px;
    gap: 16px;
  }
  .footer-nav {
    gap: 9px;
    font-size: 0.93em;
  }
  .contact-info {
    gap: 6px;
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.4rem; }
  h3 { font-size: 1.05rem; }
  .card, .feature-grid > div, .testimonial-card {
    padding: 11px 5px;
  }
  .cookie-modal {
    padding: 13px 3px;
  }
  .container { padding: 0 7px; }
}

/*---------------------------*
     SCANDINAVIAN HIERARCHY
*----------------------------*/
section, .container, .feature-grid > div, .card, .testimonial-card {
  /* White space breathing room! */
  margin-bottom: 20px;
}
vhr, 
hr         { border: none; height:1px; background:#EDECE8; margin: 18px 0; }

/* Visual details */
section {
  border-radius: 18px;
}
.feature-grid > div, .card, .testimonial-card {
  border-radius: 15px;
  background: #fff;
}

/* Subtle scandi shadow */
.feature-grid > div, .card, .testimonial-card {
  box-shadow: 0 2px 10px rgba(33,45,64,0.07);
}

/* LISTS & OL/UL STYLE */
ul, ol {
  font-size: 1rem;
  color: #212D40;
  margin-bottom: 12px;
}
ul li, ol li {
  padding-left: 2px;
  list-style: disc inside none;
  margin-bottom: 8px;
}
ol {
  list-style: decimal inside;
}

/* ---------------*
 FONT IMPORT (to be in HTML):
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
*------------------*/

/* End of Style! */
