/* --- CSS RESET/BASE --- */
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 {
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #14375A;
  background: #FAFAFA;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}
a {
  color: #14375A;
  text-decoration: none;
  transition: color 0.18s cubic-bezier(.4,0,.2,1);
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: none;
  outline: none;
}
button {
  cursor: pointer;
}

/* --- FONT FACES --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&family=Open+Sans:wght@400;600&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #14375A;
  letter-spacing: 0.01em;
}
h1 { font-size: 2.5rem; line-height: 1.15; margin-bottom: 24px; }
h2 { font-size: 2rem; line-height: 1.18; margin-bottom: 20px; }
h3 { font-size: 1.25rem; line-height: 1.22; margin-bottom: 14px; }
h4, h5, h6 { font-size: 1.125rem; margin-bottom: 8px; }
p, .text-section {
  font-size: 1rem;
  color: #14375A;
  margin-bottom: 18px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
strong { font-weight: 700; }
small { font-size: 0.9em; color: #486680; }

/* --- GEOMETRIC/STRUCTURED LAYOUT --- */
.container {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}
.content-wrapper {
  width: 100%;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 1.5px 13px rgba(20, 55, 90, 0.09);
}
@media (max-width: 900px) {
  .section {
    padding: 26px 6px;
  }
}

/* --- FLEXBOX PATTERNS --- */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.card {
  background: #FFF;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(20,55,90,0.07);
  position: relative;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  min-width: 270px;
}
.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;
}
@media (max-width: 768px) {
  .text-image-section { flex-direction: column; gap: 18px; }
  .content-grid { flex-direction: column; gap: 12px; }
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #FAFAFA;
  border: 2.5px solid #6CC1A7;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: 0 1.5px 12px rgba(20,55,90,0.08);
  max-width: 410px;
  transition: box-shadow .2s;
}
.testimonial-card:hover {
  box-shadow: 0 7px 32px rgba(20,55,90,0.13);
  border-color: #14375A;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: #FAFAFA;
  border-radius: 12px;
  box-shadow: 0 0.5px 8px rgba(20,55,90,0.05);
  padding: 22px 24px;
}

/* --- HERO SECTION --- */
.hero {
  background: linear-gradient(90deg, #14375A 86%, #6CC1A7 120%);
  color: #fff;
  padding: 56px 0 48px 0;
  margin-bottom: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.hero .container { display: flex; flex-direction: column; align-items: center; }
.hero h1, .hero h2, .hero p { color: #FFF; }
.hero .cta-btn { background: #6CC1A7; color: #14375A; margin-top: 18px; }
.hero .cta-btn:hover { background: #fff; color: #14375A; border-color: #6CC1A7; }

/* --- HEADER/NAVIGATION --- */
header {
  background: #FFF;
  position: relative;
  width: 100%;
  z-index: 800;
  box-shadow: 0 2px 10px rgba(20,55,90,0.07);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.main-navigation {
  display: flex;
  gap: 28px;
  align-items: center;
}
.main-navigation a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  color: #14375A;
  padding: 7px 0;
}
.main-navigation a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2.5px;
  border-radius: 2px;
  background: #6CC1A7;
  transition: width .22s cubic-bezier(.4,0,.2,1);
  margin-top: 2.5px;
}
.main-navigation a:hover:after {
  width: 90%;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  background: #14375A;
  color: #fff;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  border-radius: 10px;
  padding: 11px 30px;
  border: 2.5px solid transparent;
  box-shadow: 0 2px 12px rgba(20,55,90,0.06);
  transition: background .22s, color .22s, border .19s, box-shadow .2s;
}
.cta-btn:hover, .cta-btn:focus {
  background: #6CC1A7;
  color: #14375A;
  border-color: #14375A;
  box-shadow: 0 5px 24px rgba(20, 55, 90, .13);
  text-decoration: none;
}

button, .cookie-btn {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #14375A;
  color: #14375A;
  padding: 8px 20px;
  font-size: 1rem;
  transition: background .18s, color .18s, border .18s;
}
button:active, button:focus, .cookie-btn:focus {
  outline: 2px solid #6CC1A7;
}
button:hover, .cookie-btn:hover {
  background: #14375A;
  color: #fff;
  border-color: #6CC1A7;
}

.mobile-menu-toggle {
  display: none;
  background: #6CC1A7;
  color: #14375A;
  font-size: 2.2rem;
  border-radius: 8px;
  padding: 5px 18px;
  transition: background .15s;
  z-index: 1001;
  margin-left: 18px;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: #14375A;
  color: #fff;
}

/* --- MOBILE MENU --- */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: 0 18px 36px rgba(20,55,90,0.10);
  z-index: 1002;
  transform: translateX(-100%);
  transition: transform .38s cubic-bezier(.55,.09,.11,.96);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 0 0 0 0;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0%);
  pointer-events: auto;
}
.mobile-menu-close {
  font-size: 2.0rem;
  background: #14375A;
  color: #fff;
  border: none;
  align-self: flex-end;
  margin: 26px 22px 0 0;
  padding: 2px 17px 2px 17px;
  cursor: pointer;
  border-radius: 8px;
  transition: background .17s;
}
.mobile-menu-close:hover {
  background: #6CC1A7;
  color: #14375A;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 46px 0 0 34px;
  width: 86vw;
  max-width: 340px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #14375A;
  padding: 12px 0;
  border-bottom: 1.5px solid #E7E8F2;
  transition: color .19s;
}
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #6CC1A7;
}

@media (max-width: 1024px) {
  .main-navigation {
    display: none;
  }
  .mobile-menu-toggle { display: block; }
}
@media (min-width: 1025px) {
  .mobile-menu { display: none!important; }
  .main-navigation { display: flex!important; }
  .mobile-menu-toggle { display: none!important; }
}


/* --- FOOTER --- */
footer {
  background: #14375A;
  color: #fff;
  padding: 48px 0 18px 0;
  position: relative;
  margin-top: 80px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}
footer .container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  text-align: center;
}
.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 15px 0;
}
.footer-navigation a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 1rem;
  transition: color .18s;
}
.footer-navigation a:hover { color: #6CC1A7; }
footer .contact-details {
  margin: 12px 0 0 0;
  color: #fff;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.footer-note {
  color: #6CC1A7;
  margin-top: 20px;
  font-size: 0.95rem;
}

/* --- SECTIONS --- */
.features, .filters, .categories, .benefits {
  background: #FAFAFA;
  border-radius: 12px;
}
.features .feature-grid, .filters .filter-grid, .benefits .benefit-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 12px;
}
.features .feature-grid > div, .filters .filter-grid > div, .benefits .benefit-grid > div {
  background: #FFF;
  border-radius: 18px;
  box-shadow: 0 1.5px 11px rgba(20,55,90,0.06);
  padding: 28px 18px;
  flex: 1 1 230px;
  min-width: 230px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  border: 2px solid #fff;
  transition: border-color 0.18s, box-shadow 0.16s;
  position: relative;
}
.features .feature-grid > div:hover, .filters .filter-grid > div:hover, .benefits .benefit-grid > div:hover {
  border-color: #6CC1A7;
  box-shadow: 0 6px 18px rgba(20,55,90,0.15);
}
.features .feature-grid img, .filters .filter-grid img, .benefits .benefit-grid img { width: 40px; height: 40px; margin-bottom: 7px; }

@media (max-width: 900px) {
  .features .feature-grid, .filters .filter-grid, .benefits .benefit-grid {
    flex-direction: column;
    gap: 16px;
  }
}

.team-members, .topic-blocks, .step-blocks, .lawyer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 15px;
}
.team-members > div, .topic-blocks > div, .step-blocks > div, .lawyer-profile {
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0 2px 9px rgba(20,55,90,0.07);
  padding: 22px 16px;
  flex: 1 1 215px;
  min-width: 215px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  border: 2px solid #fff;
  transition: border-color 0.18s, box-shadow 0.16s;
  position: relative;
}
@media (max-width: 900px) {
  .team-members, .topic-blocks, .step-blocks, .lawyer-grid {
    flex-direction: column;
    gap: 13px;
  }
}
.team-members > div:hover, .topic-blocks > div:hover, .step-blocks > div:hover, .lawyer-profile:hover {
  border-color: #6CC1A7;
  box-shadow: 0 6px 18px rgba(20,55,90,0.11);
}
.team-members img, .topic-blocks img, .step-blocks img, .lawyer-profile img { width: 38px; height: 38px; }
.lawyer-profile .badge {
  padding: 4px 16px;
  font-size: 0.9rem;
  border-radius: 8px;
  font-weight: 600;
  margin: 8px 0 13px 0;
  display: inline-block;
  letter-spacing: 0.03em;
}
.badge.available { background: #C9F7EF; color: #14375A; border: 1.5px solid #6CC1A7; }
.badge.busy { background: #FBEFDA; color: #c77d3a; border: 1.5px solid #e7c466; }

/* --- TESTIMONIALS --- */
.testimonials .testimonial-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 25px;
  justify-content: flex-start;
}
.testimonials .testimonial-card p, .testimonials .testimonial-card strong {
  color: #14375A;
  font-size: 1.05rem;
}
.testimonials .stars {
  display: flex;
  gap: 3px;
}

@media (max-width: 900px) {
  .testimonials .testimonial-grid {
    flex-direction: column;
    gap: 15px;
  }
}

/* --- CTA SECTION --- */
.cta {
  background: #6CC1A7;
  border-radius: 18px;
  padding: 35px 20px;
  box-shadow: 0 1.5px 10px rgba(20,55,90,0.07);
  text-align: center;
}
.cta h2 { color: #14375A; margin-bottom: 18px; }
.cta .cta-btn { background: #14375A; color: #fff; margin-top: 5px; }
.cta .cta-btn:hover { background: #fff; color: #14375A; border-color: #6CC1A7; }

/* --- OL/UL/Lists --- */
ul, ol {
  padding-left: 26px;
  margin-bottom: 22px;
}
ul li, ol li {
  margin-bottom: 7px;
  font-size: 1rem;
}
ol.stepper {
  background: #FFF;
  border-left: 5px solid #6CC1A7;
  border-radius: 9px;
  padding: 20px 26px 20px 30px;
  margin-bottom: 26px;
  font-size: 1.05rem;
  box-shadow: 0 1.5px 11px rgba(20,55,90,0.04);
}
ol.stepper li { margin-bottom: 12px; padding-left: 0; }

/* --- SEARCH BAR --- */
.search-bar {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 24px;
  margin-top: 8px;
  background: #FFF;
  border-radius: 13px;
  box-shadow: 0 1px 11px rgba(108,193,167,0.12);
  overflow: hidden;
  padding: 3px 5px;
  border: 2px solid #6CC1A7;
  max-width: 700px;
}
.search-bar input[type="text"] {
  flex: 1 1 auto;
  padding: 14px 20px;
  border: none;
  background: transparent;
  font-size: 1.1rem;
}
.search-bar button {
  background: #6CC1A7;
  border: none;
  color: #14375A;
  padding: 11px 22px;
  border-radius: 9px;
  transition: background .14s;
}
.search-bar button:hover {
  background: #14375A;
  color: #fff;
}
.search-bar img { width: 21px; height: 21px; display: block; }

/* --- ACCORDION/FAQ --- */
.faq-accordion, .faq .faq-accordion {
  margin-top: 32px;
  width: 100%;
  max-width: 740px;
}

footer .contact-details p {
  color: white;
}




.faq-accordion details {
  margin-bottom: 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1.5px 11px rgba(20,55,90,0.06);
  border: 2px solid #6CC1A7;
  padding: 10px 20px 10px 18px;
  transition: border-color .15s;
}
.faq-accordion details[open] {
  border-color: #14375A;
}
.faq-accordion summary {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  color: #14375A;
  position: relative;
}
.faq-accordion details[open] summary {
  color: #6CC1A7;
}
.faq-accordion .text-section {
  margin-top: 8px;
  color: #14375A;
  font-size: 1rem;
  padding: 10px 0 4px 0;
}

/* --- LEGAL POLICY SECTIONS --- */
.legal {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(20,55,90,0.08);
  padding: 40px 20px;
  margin-bottom: 60px;
}

/* --- COOKIE CONSENT BANNER/BUTTON --- */
.cookie-banner {
  position: fixed;
  left: 45%;
  bottom: 0;
  transform: translateX(-50%) translateY(120%);
  background: #FFF;
  color: #14375A;
  border-top: 4px solid #6CC1A7;
  box-shadow: 0 -3px 32px rgba(20, 55, 90, 0.14);
  border-radius: 22px 22px 0 0;
  width: 94vw;
  max-width: 510px;
  z-index: 2004;
  padding: 32px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: transform .38s cubic-bezier(.55,.09,.11,.96), opacity 0.28s;
}
.cookie-banner.visible {
  transform: translateX(-50%) translateY(0%);
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner p {
  margin-bottom: 6px;
}
.cookie-btn-row {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}
.cookie-btn {
  min-width: 110px;
  border-width: 2px;
}

/* --- COOKIE SETTINGS MODAL --- */
.cookie-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 96vw;
  max-width: 380px;
  background: #fff;
  color: #14375A;
  border-radius: 18px;
  z-index: 2022;
  box-shadow: 0 14px 32px rgba(20,55,90,0.22);
  padding: 26px 20px 22px 20px;
  transform: translate(-50%, -50%) scale(0.94);
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s, transform .32s cubic-bezier(.64,.04,.36,1);
}
.cookie-modal.open {
  display: flex;
  flex-direction: column;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1.0);
}
.cookie-modal-title { font-size: 1.18rem; font-family: 'Montserrat', Arial, Helvetica, sans-serif; margin-bottom: 16px; }
.cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
}
.cookie-category label {
  font-size: 1rem;
}
.cookie-modal-actions {
  margin-top: 18px;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.cookie-close-btn {
  position: absolute;
  top: 9px;
  right: 19px;
  background: none;
  color: #14375A;
  border: none;
  font-size: 1.7rem;
  cursor: pointer;
}
.cookie-category input[type="checkbox"]:not(:disabled) {
  accent-color: #6CC1A7;
}
.cookie-category input[type="checkbox"]:disabled {
  accent-color: #14375A;
  opacity: 0.9;
}

@media (max-width: 780px) {
  .cookie-banner { left: 50%; padding: 14px 8px 15px 10px; border-radius: 13px 13px 0 0; }
  .cookie-modal { max-width: 96vw; padding: 15px 8px; }
}

/* --- MISC/HELPERS --- */
.value-icons {
  display: flex;
  gap: 18px;
  margin: 26px 0 20px 0;
  justify-content: center;
}
.history-timeline ul {
  margin-top: 12px;
  padding-left: 28px;
}
.quick-links {
  margin-top: 22px;
  display: flex;
  gap: 19px;
  justify-content: flex-start;
}
.quick-links a {
  color: #14375A;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #6CC1A7;
  font-size: 1.1rem;
  padding-bottom: 3px;
  transition: color .16s;
}
.quick-links a:hover { color: #6CC1A7; }
.guides-pdf {
  margin: 22px 0 10px 0;
  display: flex;
  align-items: center;
  gap: 13px;
}
.guides-pdf img { width: 23px; height: 23px; margin-right: 3px; }

.team {
  margin-bottom: 60px;
  padding: 40px 20px;
}

.contact .contact-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 18px;
}
.contact .map {
  margin: 24px 0 8px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.map img {
  width: 86px; height: 86px;
  border-radius: 14px;
  box-shadow: 0 1.5px 9px rgba(20,55,90,0.14);
}

@media (max-width: 900px) {
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  header .container {
    gap: 14px;
    flex-direction: column;
    padding-top: 14px; padding-bottom: 10px;
    align-items: flex-start;
  }
  .footer-navigation { gap: 14px; }
  .content-wrapper { padding: 0; }
}

@media (max-width: 600px) {
  h1 { font-size: 1.5rem; }
  h2 { font-size: 1.19rem; }
  .hero { padding: 26px 0 28px 0; border-bottom-radius: 20px; }
  .section, .team, .legal { padding: 17px 4px; }
  .footer-note { font-size: 0.87rem; }
}

/***** ACCESSIBILITY FOCUS OUTLINES *****/
a:focus, .cta-btn:focus, button:focus, input:focus {
  outline: 2px solid #6CC1A7;
  outline-offset: 2px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}

/***** MICRO-INTERACTIONS & TRANSITIONS *****/
.card, .card-container > div, .feature-item,
.team-members > div, .topic-blocks > div, .lawyer-profile,
.feature-grid > div, .step-blocks > div {
  transition: box-shadow .22s, border-color .22s, transform .17s;
}
.card:hover, .feature-item:hover, .team-members > div:hover, .topic-blocks > div:hover,
.feature-grid > div:hover, .lawyer-profile:hover, .step-blocks > div:hover {
  box-shadow: 0 6px 18px rgba(20,55,90,0.13);
  transform: translateY(-4px) scale(1.02);
  border-color: #6CC1A7;
}

/**** SPACING RULES ENFORCEMENT ****/
.section > *, .card-container > *, .feature-grid > *, .benefit-grid > *, .testimonial-grid > *, .team-members > *, .lawyer-grid > *, .step-blocks > *, .topic-blocks > * {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.section > *:last-child, .card-container > *:last-child, .feature-grid > *:last-child, .benefit-grid > *:last-child,
.testimonial-grid > *:last-child, .team-members > *:last-child, .lawyer-grid > *:last-child, .step-blocks > *:last-child, .topic-blocks > *:last-child {
  margin-bottom: 0;
}

/**** ENSURE NO OVERLAP ****/
.card, .feature-item, .team-members > div, .topic-blocks > div, .lawyer-profile {
  min-height: 120px;
}

/**** THANK YOU & NEXT STEPS ****/
.thank-you .next-steps {
  background: #F4FBFA;
  border-left: 5px solid #6CC1A7;
  border-radius: 9px;
  padding: 17px 21px;
  margin: 27px 0 25px 0;
}

/**** ARTICLES LIST ****/
.articles-list {
  margin: 20px 0 17px 0;
  padding-left: 28px;
}
.articles-list li {
  margin-bottom: 9px;
}
.articles-list a {
  color: #14375A;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 1.06rem;
  transition: color .17s;
}
.articles-list a:hover { color: #6CC1A7; }


/**** MODAL OVERLAY FOR COOKIES ****/
.cookie-modal-overlay {
  display: none;
  position: fixed;
  z-index: 2021;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(20, 55, 90, 0.53);
  pointer-events: none;
  opacity: 0;
  transition: opacity .22s;
}
.cookie-modal-overlay.open {
  display: block;
  pointer-events: auto;
  opacity: 1;
}


/***** ENSURE RESPONSIVENESS *****/
@media (max-width: 480px) {
  .main-navigation a, .footer-navigation a {
    font-size: 0.99rem;
    padding: 4px 0;
  }
  .cookie-banner { width: 99vw; max-width: 100vw; padding: 10px 3vw 8px 4vw; }
  .cookie-modal { max-width: 99vw; padding: 5px 2vw; }
}

/**** END OF CSS ****/
