/* 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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #212121;
  background: #fafafa;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
img {
  max-width: 100%;
  display: block;
  border: 0;
}
*,*:before,*:after {
  box-sizing: inherit;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:focus {
  outline: 2px solid #2B3143;
  outline-offset: 2px;
}

/* BRAND TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: #18191f;
  letter-spacing: -0.5px;
}
h1 {
  font-size: 2.75rem;
  margin-bottom: 24px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h3 {
  font-size: 1.3rem;
  margin-bottom: 14px;
}

p, ul, ol, li, .text-section, .newsletter-signup, .privacy-note {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #27282c;
}
strong {
  font-weight: 700;
}

/* LAYOUT CONTAINERS */
.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

/* SECTION SPACING */
section, .section {
  margin-bottom: 60px;
  padding: 40px 0 0 0;
  background: transparent;
}
@media (max-width: 768px) {
  section, .section {
    padding: 30px 0 0 0;
    margin-bottom: 40px;
  }
}

/* FLEXBOX PATTERNS */
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(30, 32, 35, 0.09);
  margin-bottom: 20px;
  position: relative;
  padding: 30px;
  flex: 1 1 320px;
  min-width: 260px;
  transition: box-shadow 0.3s;
}
.card:hover,
.card:focus-within {
  box-shadow: 0 6px 26px rgba(56, 59, 61, 0.18);
}
.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;
    align-items: flex-start;
  }
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #f4f4f4;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 1px 6px rgba(30, 30, 30, 0.05);
  font-size: 1.08rem;
  color: #151516;
  transition: box-shadow 0.2s, background 0.2s;
}
.testimonial-card strong {
  color: #2B3143;
  font-size: 1rem;
}
.testimonial-card:hover {
  box-shadow: 0 6px 16px rgba(90,90,90,0.08);
  background: #e9eaea;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/* HERO & FEATURE GRIDS */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}
.feature-grid > div {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 7px rgba(60, 64, 70, 0.05);
  padding: 26px 18px 22px 18px;
  flex: 1 1 250px;
  min-width: 210px;
  transition: box-shadow 0.2s;
  margin-bottom: 20px;
}
.feature-grid > div:hover {
  box-shadow: 0 4px 14px rgba(42, 48, 52, 0.12);
}
.feature-grid h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #18191f;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.feature-grid p {
  color: #444;
}
.feature-grid img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 8px;
}

/* BUTTONS & LINKS */
.btn-primary {
  display: inline-block;
  background: #18191f;
  color: #FAFAFA;
  padding: 14px 34px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  border-radius: 24px;
  border: none;
  box-shadow: 0 2px 9px rgba(44, 50, 67, 0.07);
  cursor: pointer;
  margin-top: 18px;
  margin-bottom: 9px;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}
.btn-primary:hover, .btn-primary:focus {
  background: #2B3143;
  color: #fff;
  box-shadow: 0 4px 24px rgba(44, 50, 67, 0.12);
}

a {
  color: #2B3143;
  text-decoration: none;
}
a:hover, a:focus {
  color: #789262;
  text-decoration: underline;
}

/* HEADER */
header {
  background: #fff;
  border-bottom: 1px solid #ECECED;
  width: 100%;
  padding: 0;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
header a img {
  max-height: 38px;
  margin-right: 24px;
}
header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
header nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #262728;
  padding: 8px 8px;
  transition: color 0.2s, text-decoration 0.2s;
  border-radius: 6px;
}
header nav a:hover, header nav a.active, header nav a:focus {
  color: #2B3143;
  background: #ECECEA;
  text-decoration: none;
}
.mobile-menu-toggle {
  display: none;
  background: #2B3143;
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 4px 14px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 20px;
  transition: background 0.17s;
  z-index: 1100;
}
.mobile-menu-toggle:hover, .mobile-menu-toggle:focus {
  background: #18191f;
}
@media (max-width: 991px) {
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(24, 25, 31, 0.97);
  color: #fff;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 44px;
  transform: translateX(-100vw);
  transition: transform 0.42s cubic-bezier(.7,0,.6,1);
  opacity: 0.996;
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
}
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.2rem;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1250;
  transition: color 0.2s;
}
.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #789262;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 40px 0 0 32px;
}
.mobile-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.18rem;
  padding: 12px 0;
  color: #fff;
  width: 100%;
  transition: color 0.2s, background 0.2s;
  border-radius: 8px;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  color: #789262;
  background: rgba(255,255,255,0.05);
}
@media (max-width: 991px) {
  .mobile-menu {
    display: flex;
  }
}

/* HERO SECTION */
section:first-of-type {
  padding-top: 48px;
}

/* FOOTER */
footer {
  background: #232327;
  color: #ECECEC;
  padding: 0 0 0 0;
  border-top: 1px solid #28292c;
}
footer .container {
  padding-top: 44px;
  padding-bottom: 28px;
  background: #111216;
}
.footer-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 34px;
  border-bottom: 1px solid #323236;
}
.footer-top nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-top nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  color: #ECECEC;
  transition: color 0.17s;
  opacity: 0.92;
  border-radius: 3px;
  padding: 3px 6px;
}
.footer-top nav a:hover, .footer-top nav a:focus {
  color: #fff;
  background: #2B3143;
}
.footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
}
.contact-details, .social-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.97rem;
  color: #ECECEC;
}
.footer-bottom img {
  height: 17px;
  vertical-align: middle;
  margin-right: 8px;
}
.social-links {
  padding-top: 5px;
  gap: 7px;
}
.social-links span {
  margin-bottom: 5px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.01rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.social-links img {
  display: inline-block;
  margin-right: 12px;
  margin-top: 2px;
  filter: grayscale(100%) brightness(1.4);
  transition: filter 0.2s;
  cursor: pointer;
}
.social-links img:hover {
  filter: none;
}
@media (max-width: 900px) {
  .footer-top, .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
@media (max-width: 600px) {
  footer .container {
    padding-top: 26px;
    padding-bottom: 18px;
  }
  .footer-top, .footer-bottom {
    gap: 14px;
  }
}

/* NEWSLETTER & OTHER UTILS */
.newsletter-signup {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 19px 0 0 0;
  font-size: 1rem;
  color: #232327;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 7px rgba(60, 64, 70, 0.05);
}
.privacy-note {
  margin-top: 18px;
  background: #f4f4f4;
  border-left: 5px solid #2B3143;
  padding: 12px 18px;
  border-radius: 7px;
  font-size: 0.98rem;
}

/* BLOG & LISTS */
ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul > li, .text-section ul > li, .feature-grid > li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 23px;
  color: #232327;
  line-height: 1.6;
}
ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 13px;
  background: #2B3143;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.text-section ul {
  margin-bottom: 12px;
}
.topic-filters {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 16px 0 0 0;
  font-size: 1rem;
  color: #464646;
  flex-wrap: wrap;
}
.topic-filters ul {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.topic-filters li {
  background: #ECECEC;
  color: #191a1b;
  padding: 7px 18px;
  border-radius: 16px;
  font-size: 0.99rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 18px;
  position: relative;
}
.topic-filters li:before {
  display: none;
}
.region-selector ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}
.region-selector li {
  background: #ECECEC;
  color: #212223;
  padding: 7px 17px;
  border-radius: 16px;
  font-size: 0.97rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 17px;
  position: relative;
  cursor: pointer;
  transition: background 0.17s, color 0.17s;
}
.region-selector li:before {
  display: none;
}
.region-selector li:hover, .region-selector li:focus {
  background: #2B3143;
  color: #fff;
}

.text-section h2 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}
.text-section p {
  margin-bottom: 13px;
  color: #28292C;
  font-size: 1.05rem;
}

.other-links {
  margin-top: 33px;
}
.other-links nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

/* ACCESSIBLE FOCUS STATES */
button:focus, .btn-primary:focus, a:focus {
  outline: 2px solid #2B3143;
  outline-offset: 2px;
}

/* DIALOG MODALS (COOKIE) */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #232327;
  color: #ECECEC;
  border-top: 1.5px solid #2B3143;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px 20px 20px 20px;
  z-index: 1400;
  box-shadow: 0 -2px 12px rgba(30,30,30,0.10);
  gap: 34px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.01rem;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.35s, transform 0.4s;
  pointer-events: none;
}
.cookie-banner.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner .cookie-actions {
  display: flex;
  flex-direction: row;
  gap: 17px;
  margin-left: auto;
}
.cookie-banner .cookiebtn {
  background: #2B3143;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 8px 20px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.17s, color 0.17s, box-shadow 0.17s;
  margin-left: 0;
  margin-top: 0;
}
.cookie-banner .cookiebtn:hover, .cookie-banner .cookiebtn:focus {
  background: #789262;
  color: #232327;
}
.cookie-banner .cookiebtn.reject {
  background: #ECECEC;
  color: #18191f;
}
.cookie-banner .cookiebtn.reject:hover, .cookie-banner .cookiebtn.reject:focus {
  background: #e0e0e0;
  color: #2B3143;
}
.cookie-banner .cookiebtn.settings {
  background: #fff;
  color: #2B3143;
  border: 1px solid #2B3143;
}
.cookie-banner .cookiebtn.settings:hover, .cookie-banner .cookiebtn.settings:focus {
  background: #2B3143;
  color: #fff;
}
@media (max-width: 650px) {
  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 10px 14px 10px;
  }
}

/* COOKIE MODAL */
.cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.97);
  background: #fff;
  color: #232327;
  border-radius: 16px;
  box-shadow: 0 8px 48px rgba(26,27,31,0.16);
  z-index: 1450;
  max-width: 365px;
  width: 98vw;
  padding: 40px 30px 28px 30px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.33s, transform 0.38s;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.cookie-modal.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}
.cookie-modal h2 {
  color: #18191f;
  font-size: 1.22rem;
  margin-bottom: 10px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.cookie-modal .cookie-category {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
.cookie-modal .cookie-category label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  color: #2B3143;
}
.cookie-modal .category-toggle {
  appearance: none;
  width: 38px;
  height: 20px;
  background: #ECECEC;
  border-radius: 15px;
  position: relative;
  outline: none;
  border: 1.6px solid #C6C6C9;
  transition: background 0.18s;
  cursor: pointer;
}
.cookie-modal .category-toggle:checked {
  background: #789262;
  border-color: #789262;
}
.cookie-modal .category-toggle:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: left 0.18s;
}
.cookie-modal .category-toggle:checked:before {
  left: 20px;
}
.cookie-modal .required {
  color: #aaa;
  font-size: 0.98rem;
  margin-left: 6px;
}
.cookie-modal .cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 14px;
}
.cookie-modal button {
  padding: 8px 21px;
  border-radius: 7px;
  border: none;
  font-size: 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  cursor: pointer;
  background: #2B3143;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  transition: background 0.16s, color 0.16s;
}
.cookie-modal button.cookie-save {
  background: #789262;
  color: #fff;
}
.cookie-modal button.cookie-cancel {
  background: #ECECEC;
  color: #2B3143;
}
.cookie-modal button:hover {
  opacity: 0.89;
}

/* RESPONSIVENESS */
@media (max-width: 991px) {
  .container {
    max-width: 99vw;
    padding-left: 12px;
    padding-right: 12px;
  }
  .feature-grid {
    flex-direction: column;
    gap: 18px;
  }
  .card-container, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 850px) {
  header .container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  section, .section {
    margin-bottom: 34px;
    padding-top: 17px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.1rem;
  }
  .btn-primary {
    padding: 11px 16px;
    font-size: 0.99rem;
  }
}

/* MONOCHROME SOPHISTICATED UTILITY */
body, .feature-grid > div, .card, .newsletter-signup, .privacy-note, section, .container {
  background: #fafafa;
}
.feature-grid > div, .card, .newsletter-signup, .privacy-note, .testimonial-card {
  box-shadow: 0 1px 7px rgba(42,46,56,0.08);
}
footer {
  background: #111216;
  color: #f3f3f3;
}
.section > .container, .section > .content-wrapper {
  background: none;
}

/* VISUAL HIERARCHY */
h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  color: #18191f;
  border-left: 6px solid #2B3143;
  padding-left: 14px;
}
h2 {
  color: #2B3143;
}
h3 {
  color: #232327;
}

/* MICRO-INTERACTIONS & TRANSITIONS */
.btn-primary, .cookie-banner .cookiebtn, .cookie-modal button, .feature-grid > div, .card, .testimonial-card, .header nav a, .region-selector li, .topic-filters li {
  transition: background 0.18s, color 0.18s, box-shadow 0.24s, border 0.18s;
}

/* VISUAL SEPARATORS */
hr {
  border: 0;
  border-top: 1px solid #ECECED;
  margin: 34px 0;
}

/* ACCESSIBILITY IMPROVEMENTS */
@media (hover: none) and (pointer: coarse) {
  .btn-primary:active, .mobile-menu-close:active, .cookie-banner .cookiebtn:active, .cookie-modal button:active {
    background: #789262 !important;
    color: #fff !important;
  }
}

/* ENSURE NO ABSOLUTE CARD POSITIONING */
.card, .feature-grid > div, .testimonial-card {
  position: relative;
}

/* PREVENT OVERLAP */
.card, .feature-grid > div, .testimonial-card {
  margin-bottom: 20px;
}

/* ALWAYS AT LEAST 20PX GAP BETWEEN CARDS */
.card-container, .content-grid, .feature-grid {
  gap: 24px;
}

/* REMOVE CLAMP USAGE AND PREVENT GRID/COLUMNS */
/* (No grid, no columns and no clamp() used at all) */