@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
  .site-nav .page-link {
    margin-left: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

@font-face {
  font-family: "Titillium Web";
  src: url("/assets/fonts/titillium-web-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("/assets/fonts/titillium-web-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("/assets/fonts/titillium-web-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
:root {
  --primary-color: #3a5180;
  --primary-strong: #2d3f63;
  --secondary-color: #3b3a3c;
  --accent-color: #f8bd4f;
  --text-color: #3b3a3c;
  --text-light: #66686a;
  --text-muted-color: #8b8d90;
  --border-color: #dedede;
  --border-muted-color: #cfcfcf;
  --background-light: #f1f3f5;
  --neutral-soft-bg: #f7f7f7;
  --neutral-panel-bg: #eaeaea;
  --surface-color: #ffffff;
  --primary-soft-bg: rgba(58, 81, 128, 0.10);
  --primary-soft-bg-strong: rgba(58, 81, 128, 0.16);
  --primary-soft-border: rgba(58, 81, 128, 0.22);
  --primary-soft-shadow: rgba(58, 81, 128, 0.22);
  --color-blue: #04799c;
  --color-yellow: #f8bd4f;
  --color-green: #138c72;
  --color-red: #f1686a;
  --color-teal: #04bab8;
  --color-purple: #8354a2;
  --stats-main: #68b9b7;
  --stats-soft: #7fc7bd;
  --stats-strong: #3d7c7b;
  --footer-bg: #2c2e31;
  --wrapper-width: 1320px;
  --wrapper-gutter: 24px;
  --shadow-soft: 0 6px 20px rgba(0, 0, 0, 0.06);
  --shadow-elevated: 0 16px 40px rgba(0, 0, 0, 0.1);
  --transition: all 0.28s ease;
  --section-spacing: 4rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

body {
  font-family: "Titillium Web", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-color);
  background: var(--surface-color);
}

.wrapper {
  max-width: var(--wrapper-width);
  margin: 0 auto;
  padding: 0 var(--wrapper-gutter);
}

.wrapper .wrapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.page-content {
  padding: 0 0 48px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--primary-strong);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.65rem;
  color: var(--secondary-color);
  line-height: 1.15;
}

p {
  margin: 0 0 1rem;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lr-btn,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.62rem 1.15rem;
  font-size: 0.98rem;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  line-height: 1;
}

.lr-btn-solid,
.cta-button {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.lr-btn-solid:visited,
.cta-button:visited {
  color: #fff;
}

.lr-btn-solid:hover,
.lr-btn-solid:focus-visible,
.cta-button:hover,
.cta-button:focus-visible {
  background: var(--primary-strong);
  color: #fff;
  border-color: var(--primary-strong);
}

.lr-btn-outline {
  background: #fff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.lr-btn-outline:visited {
  color: var(--primary-color);
}

.lr-btn-outline:hover {
  background: var(--primary-color);
  color: #fff;
}

.site-header.lr-site-header {
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  background: #fff;
  min-height: auto;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1100;
}

.lr-top-strip {
  display: block;
  background: #e5e5e5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lr-top-strip-inner {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lr-top-strip-spacer {
  flex: 1;
}

.lr-top-languages {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}

.lr-top-language-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  padding: 6px 17px;
  border-radius: 0;
  background: #eaeaea;
}

.lr-top-language-link:visited {
  color: var(--primary-color);
}

.lr-top-language-link.active {
  background: #fff;
  color: var(--secondary-color);
  box-shadow: none;
}

.lr-header-main {
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  background: #fff;
  position: relative;
  box-shadow: none;
  padding-top: 10px;
  padding-bottom: 13px;
}

.lr-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.lr-brand img {
  width: min(255px, 52vw);
}

.site-nav.lr-site-nav {
  float: none;
  margin-left: 0;
  line-height: 1;
  position: static;
}

.lr-main-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0;
}

.lr-main-item {
  position: static;
}

.lr-main-item.has-mega::after {
  display: none;
}

.lr-main-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--secondary-color);
  padding: 0 15px;
  min-height: 60px;
  font-size: 1.06rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.lr-main-item.active .lr-main-link,
.lr-main-link:hover,
.lr-main-item.has-mega:hover .lr-main-link,
.lr-main-item.has-mega:focus-within .lr-main-link,
.lr-main-item.has-mega.open .lr-main-link {
  color: var(--primary-color);
}

.lr-mega-panel {
  position: absolute;
  top: 100%;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 1300;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.lr-main-item.has-mega:hover .lr-mega-panel,
.lr-main-item.has-mega:focus-within .lr-mega-panel,
.lr-main-item.has-mega.open .lr-mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.lr-mega-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  max-width: var(--wrapper-width);
  margin: 0 auto;
  padding: 0 18px;
}

.lr-mega-grid.has-cta {
  grid-template-columns: minmax(0, 1fr);
}

.lr-mega-list-wrap {
  min-width: 0;
  background: #fff;
  padding: 1.2rem 0;
}

.lr-mega-links {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.1rem;
}

.lr-mega-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background: #f5f6f7;
}

.lr-mega-footer-inner {
  max-width: var(--wrapper-width);
  margin: 0 auto;
  padding: 0.75rem 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lr-mega-footer-text {
  font-size: 0.82rem;
  color: var(--text-light);
}

.lr-mega-header {
  margin-bottom: 0.75rem;
  padding: 0 1rem;
}

.lr-mega-header h3 {
  margin: 0 0 0.2rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: -0.2px;
  line-height: 1.2;
}

.lr-mega-header p {
  margin: 0;
  font-size: 13px;
  color: var(--secondary-color);
  line-height: 1.25;
}

.lr-mega-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  border-radius: 8px;
  border: 0;
  background: transparent;
  padding: 0.55rem 0.75rem;
  transition: background 0.18s ease;
}

.lr-mega-item.no-icon {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.lr-mega-item:hover {
  background: var(--neutral-soft-bg);
}

.lr-mega-icon {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--primary-soft-bg);
}

.lr-mega-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary-color);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lr-mega-icon text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  fill: var(--primary-color);
}

.lr-mega-link-title {
  display: inline-block;
  color: var(--secondary-color);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
}

.lr-mega-link-title:visited {
  color: var(--secondary-color);
}

.lr-mega-link-title:hover {
  color: var(--primary-color);
}

.lr-mega-summary {
  margin: 0.15rem 0 0;
  font-size: 0.78rem;
  color: var(--text-light);
  line-height: 1.4;
}

.lr-mega-read-more {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  color: #f1686a;
}

.lr-mega-read-more::after {
  content: "→";
  margin-left: 0.34rem;
}

.lr-mega-read-more:hover {
  color: #d95558;
}

.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0.35rem;
  cursor: pointer;
}

.hamburger {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: var(--secondary-color);
  margin: 4px 0;
  transition: var(--transition);
}

.lr-home {
  padding-top: 0;
}

.lr-home-hero > .wrapper,
.lr-band-message > .wrapper,
.lr-search-stats > .wrapper,
.lr-newsletter > .wrapper {
  max-width: var(--wrapper-width);
  margin: 0 auto;
  padding: 0 var(--wrapper-gutter);
  width: 100%;
}

.lr-home-top-group {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 100px); /* Adjusted to ensure it completely pushes the next section down */
  margin-inline: calc(50% - 50vw);
  margin-top: 0;
}

.lr-home {
  padding-top: 0;
  margin-top: 0;
}

.lr-home-hero {
  flex: 1;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--color-blue) 0%, var(--primary-strong) 100%);
  padding: calc(var(--section-spacing) / 1.5) 0;
  width: 100%;
}

.lr-home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 2.4rem;
}

.lr-hero-text h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.3px;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.lr-hero-text p {
  max-width: 460px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 0;
}

.lr-hero-searchbox-wrap {
  width: 100%;
}

.lr-explore-band {
  background-color: var(--primary-strong);
  color: #fff;
  padding: calc(var(--section-spacing) / 1.5) 0;
  text-align: center;
  width: 100%;
}

.lr-explore-band > .wrapper {
  max-width: var(--wrapper-width);
  margin: 0 auto;
  padding: 0 var(--wrapper-gutter);
}

.lr-explore-inner h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #fff;
}

.lr-explore-form {
  display: flex;
  justify-content: center;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto 1.2rem;
}

.lr-explore-input-wrap {
  position: relative;
  flex: 1;
}

.lr-explore-input-wrap svg.search-icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  stroke: #888;
}

.lr-explore-input-wrap input {
  width: 100%;
  padding: 1rem 1rem 1rem 3.5rem;
  border-radius: 8px;
  border: none;
  font-size: 1.1rem;
  outline: none;
  color: #333;
}

.lr-explore-form .btn {
  padding: 1rem 2rem;
  background-color: #e27d60;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.lr-explore-form .btn:hover {
  background-color: #d37358;
}

.lr-explore-inner p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.lr-band-message {
  display: none !important;
  background: linear-gradient(135deg, var(--color-blue) 0%, var(--primary-strong) 100%);
  color: #fff;
  margin-inline: calc(50% - 50vw);
  position: relative;
  z-index: 10;
}

.lr-band-message p {
  margin: 0;
  text-align: center;
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.35;
  padding: 1.6rem 0;
}

.lr-search-stats {
  background: linear-gradient(135deg, var(--primary-strong) 0%, var(--primary-color) 100%);
  margin-inline: calc(50% - 50vw);
  padding: 3.1rem 0 2.9rem;
}

.lr-search-form {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 0.58rem;
  margin-bottom: 1.15rem;
}

.lr-search-form input,
.lr-search-form select,
.lr-search-form button,
.lr-newsletter-form input,
.lr-newsletter-form button {
  font-family: inherit;
  font-size: 0.98rem;
  border-radius: 4px;
  border: 1px solid #a9afb5;
  min-height: 45px;
  padding: 0.58rem 0.75rem;
  background: #fff;
}

.lr-search-form input,
.lr-newsletter-form input {
  width: 100%;
}

.lr-stats-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.55fr;
  gap: 0;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.lr-stats-main {
  background: var(--stats-main);
  color: #fff;
  padding: 1.35rem 1.3rem;
  text-align: center;
}

.lr-stats-kicker {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.15rem 0;
}

.lr-stats-label {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.lr-stats-breakdown {
  background: var(--stats-soft);
  color: #fff;
  padding: 1.15rem 1.3rem;
  display: grid;
  gap: 0.45rem;
  align-content: center;
}

.lr-stat-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.98rem;
}

.lr-faq-cta {
  margin: var(--section-spacing) auto;
  margin-top: calc(var(--section-spacing) + 2rem) !important;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 5rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.lr-faq-content {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.lr-faq-content h2 {
  font-size: clamp(2.2rem, 3.5vw, 2.9rem);
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 1.2rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.lr-faq-content p {
  font-size: 1.15rem;
  color: var(--text-color);
  margin-bottom: 2.2rem;
  line-height: 1.6;
}

.lr-faq-content .lr-btn-solid {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--secondary-color);
  font-weight: 700;
  border-radius: 999px;
  padding: 1rem 2.5rem;
  font-size: 1.05rem;
  box-shadow: 0 8px 20px rgba(248, 189, 79, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.lr-faq-content .lr-btn-solid:hover {
  background: #e5a93c;
  border-color: #e5a93c;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(248, 189, 79, 0.45);
}

.lr-faq-image-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  border-radius: 40px 140px 40px 40px;
  min-height: 420px;
  box-shadow: -20px 20px 0px rgba(58, 81, 128, 0.1);
  transition: transform 0.4s ease;
}

.lr-faq-image-wrap:hover {
  transform: scale(1.02);
}

.lr-faq-image-wrap img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lr-resources {
  background: linear-gradient(135deg, var(--color-blue) 0%, var(--primary-strong) 100%);
  margin-top: var(--section-spacing);
  margin-bottom: var(--section-spacing);
  margin-inline: calc(50% - 50vw);
  padding: 5.5rem 0;
  overflow: hidden;
}

.lr-resources h2 {
  text-align: center;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 3.5rem;
  color: #fff;
}

.lr-resource-scroller {
  position: relative;
  width: 100%;
  max-width: var(--wrapper-width);
  margin: 0 auto;
  padding: 4rem 0;
  overflow: visible;
  perspective: 1200px; /* For 3D effect */
}

.lr-resource-track {
  display: flex;
  gap: 0; /* Gap handled by translations for smoother circular feel */
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  transform-style: preserve-3d;
}

.lr-resource-card {
  flex: 0 0 240px; /* Fixed width for better 3D control */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  min-height: 260px;
  cursor: pointer;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8) translateZ(-200px);
}

.lr-resource-card.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1.1) translateZ(100px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.lr-resource-card.is-prev {
  opacity: 0.6;
  pointer-events: auto;
  transform: rotateY(35deg) scale(0.9) translateZ(-150px) translateX(60px);
  z-index: 5;
}

.lr-resource-card.is-next {
  opacity: 0.6;
  pointer-events: auto;
  transform: rotateY(-35deg) scale(0.9) translateZ(-150px) translateX(-60px);
  z-index: 5;
}

.lr-resource-image-wrap {
  flex: 0 0 95px;
  width: 100%;
  background: #fdfdfd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.lr-resource-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 75px;
  transition: transform 0.6s ease;
}

.lr-resource-card.is-active .lr-resource-image-wrap img {
  transform: scale(1.1);
}

.lr-resource-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex: 1;
}

.lr-resource-content h3 {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: var(--primary-strong);
  letter-spacing: -0.2px;
}

.lr-resource-content p {
  color: var(--text-light);
  font-size: 0.82rem;
  line-height: 1.5;
  margin-bottom: 0;
  flex: 1;
}

/* Removed duplicate p styles */
.lr-resource-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 3.5rem;
}

.lr-resource-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.lr-resource-bullet.active {
  background: #fff;
  transform: scale(1.3);
}

.lr-logo-group {
  margin: var(--section-spacing) auto;
}

.lr-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.lr-logo-item {
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  min-height: 90px;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.lr-logo-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
}

.lr-logo-item img {
  max-height: 56px;
  width: auto;
  border-radius: 4px;
}

.lr-logo-item img[src*=flagcdn] {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
}

.lr-newsletter {
  background: var(--primary-color);
  color: #fff;
  margin-top: var(--section-spacing);
  margin-inline: calc(50% - 50vw);
}

.lr-newsletter h2 {
  color: #fff;
}

.lr-newsletter-inner {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 2.2rem 0;
}

.lr-newsletter-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.lr-newsletter-form {
  display: flex;
  align-items: center;
  gap: 0.58rem;
  min-width: min(480px, 100%);
}

.lr-newsletter-form input {
  flex: 1;
}

.lr-newsletter-form button,
.lr-newsletter .lr-btn {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--secondary-color);
  font-weight: 700;
}

.lr-newsletter-form button:hover,
.lr-newsletter .lr-btn:hover {
  background: #e5a93c;
  border-color: #e5a93c;
}

.site-footer.lr-site-footer {
  margin-top: 0;
  border-top: 0;
  background: var(--footer-bg);
  color: #d9dbdd;
  padding: 2.8rem 0 1.25rem;
  position: relative;
  overflow: hidden;
}

.site-footer.lr-site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(70, 72, 75, 0.94), rgba(70, 72, 75, 0.94)), url("/assets/img/footer-pattern.png") center/480px auto repeat;
  opacity: 0.28;
  pointer-events: none;
}

.site-footer.lr-site-footer .wrapper {
  position: relative;
  z-index: 1;
}

.lr-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.lr-footer-brand {
  display: inline-flex;
  align-items: center;
}

.lr-footer-brand img {
  width: min(232px, 100%);
}

.lr-footer-social {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.lr-social-link {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
}

.lr-social-link:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.lr-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lr-social-icon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lr-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 1.6rem;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem 1.3rem;
  color: #cfd3d6;
}

.lr-footer-license-mark {
  display: inline-flex;
  align-items: center;
}

.lr-footer-cc {
  width: 88px;
}

.lr-footer-legal {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #d7dbde;
}

.post,
.post-content,
.page-content article {
  font-size: 1.02rem;
}

.post-header {
  margin: 1.4rem 0 1rem;
}

.post-title {
  font-size: clamp(1.9rem, 2.5vw, 2.5rem);
}

.custom-heading {
  font-size: 1.6rem;
  margin: 1.4rem 0 0.7rem;
}

.post-meta {
  color: var(--text-light);
  font-size: 0.92rem;
}

.post-item-list {
  list-style: none;
  display: grid;
  gap: 1rem;
  margin: 1.1rem 0 0;
}

.post-item {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  align-items: start;
}

.post-item--text-only {
  grid-template-columns: 1fr;
}

.post-item-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--secondary-color);
}

.post-item-media {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: var(--neutral-soft-bg);
  aspect-ratio: 16/9;
}

.post-item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-item-body {
  min-width: 0;
}

.post-item-excerpt {
  color: var(--text-light);
  margin-top: 0.45rem;
}

.post-featured-image {
  margin: 0 0 1.25rem;
}

.post-featured-image img {
  display: block;
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  border-radius: 14px;
}

@media (max-width: 720px) {
  .post-item {
    grid-template-columns: 1fr;
  }
}
.members-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.member-card {
  border: 1px solid var(--border-color);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, var(--neutral-soft-bg) 100%);
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.05);
}

.member-card-link {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  min-height: 100%;
  padding: 1.15rem 1.2rem;
  color: inherit;
}

.member-card-link:visited,
.member-card-link:hover {
  color: inherit;
}

.member-card-link:hover {
  background: var(--primary-soft-bg);
}

.member-card-flag,
.member-page-flag {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.member-card-flag img,
.member-page-flag img {
  width: 100%;
  max-width: 60px;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.member-card-badge {
  min-width: 60px;
  min-height: 60px;
  padding: 0.5rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.member-card-body h2 {
  font-size: 1.34rem;
  margin-bottom: 0.35rem;
}

.member-card-body p:last-child {
  margin-bottom: 0;
  color: var(--text-light);
}

.member-card-node {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 0.55rem;
}

.member-page {
  margin-top: 1.25rem;
}

.member-page-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin: 0 0 1rem;
  color: var(--text-light);
  font-size: 0.92rem;
}

.member-page-breadcrumbs a {
  color: var(--primary-color);
}

.member-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 1.8rem;
  align-items: stretch;
  padding: 2rem 1.9rem;
  border-radius: 0;
  background: linear-gradient(0deg, rgba(248, 248, 248, 0.72), rgba(248, 248, 248, 0.72)), radial-gradient(circle at bottom left, rgba(241, 104, 106, 0.12), transparent 30%), linear-gradient(135deg, #d8d8d8 0%, #efefef 100%);
  min-height: 26rem;
}

.member-page-flag img {
  max-width: 78px;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.member-page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.member-page-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.member-page-country {
  color: var(--text-light);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.member-page-hero .post-title {
  font-size: clamp(3rem, 5.6vw, 5rem);
  line-height: 0.92;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.member-page-summary {
  margin: 0;
  max-width: 42rem;
  color: #3f403f;
  font-size: 1.08rem;
  line-height: 1.66;
}

.member-page-actions {
  margin: 1.35rem 0 0;
}

.member-page-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  min-height: 100%;
}

.member-page-hero-visual img {
  width: 100%;
  max-height: 23rem;
  object-fit: contain;
  display: block;
}

.member-tabs {
  margin-top: 1.25rem;
}

.member-tabs-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #d8d8d8;
}

.member-tab-button {
  appearance: none;
  border: 0;
  border-top: 3px solid transparent;
  background: #fff;
  color: #4d4c48;
  font: inherit;
  font-weight: 700;
  text-align: left;
  padding: 1.15rem 1rem 1rem;
  cursor: pointer;
}

.member-tab-button.is-active {
  border-top-color: var(--primary-color);
  color: var(--primary-color);
}

.member-tabs-panels {
  border: 1px solid #d8d8d8;
  border-top: 0;
  background: #fff;
  padding: 1.2rem 1.4rem 1rem;
}

.member-tab-panel.is-hidden {
  display: none;
}

.member-tab-panel ul,
.member-tab-panel p {
  margin-bottom: 0.9rem;
}

.member-node-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 2rem;
  align-items: center;
  padding: 2rem 0 1.4rem;
}

.member-node-eyebrow {
  margin: 0 0 0.3rem;
  color: #5b5a56;
  font-size: 1.05rem;
}

.member-node-title {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  margin: 0 0 0.9rem;
}

.member-node-text {
  color: #4a4a47;
  line-height: 1.72;
  margin-bottom: 1.15rem;
}

.member-node-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.member-node-visual img {
  max-width: 100%;
  border-radius: 12px;
  background: #f3efe8;
  padding: 1rem;
}

.member-node-supporting {
  margin: 0 0 1.5rem;
  padding: 1.35rem 1.5rem;
  background: #f7f3ed;
  border-left: 4px solid var(--primary-color);
}

.member-node-supporting p {
  margin: 0;
  color: #4b4a47;
  line-height: 1.72;
}

.member-stats-block {
  margin-top: 0.8rem;
  padding: 1.5rem 0 0;
  text-align: center;
}

.member-section-title {
  font-size: 1.65rem;
  margin-bottom: 1rem;
}

.member-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.member-stat-card {
  background: #f1686a;
  color: #fff;
  padding: 1.5rem 1rem;
  min-height: 10.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-wrap: balance;
}

.member-stat-value {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin: 0;
  line-height: 1;
}

.member-stat-title {
  margin: 0.55rem 0 0.35rem;
  font-size: 1rem;
  line-height: 1.25;
}

.member-stat-link {
  margin: 0;
  font-size: 0.82rem;
  opacity: 0.92;
  line-height: 1.35;
}

.member-contact-band {
  margin-top: 2rem;
  background: #383838;
  color: #fff;
  padding: 1.8rem 1.4rem 2rem;
  text-align: center;
}

.member-contact-question {
  margin: 0;
  font-size: 1.6rem;
}

.member-contact-prompt {
  margin: 0.2rem 0 1.4rem;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.82);
}

.member-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.member-contact-card {
  background: rgba(255, 255, 255, 0.04);
  padding: 1.1rem 1rem;
  min-height: 100%;
}

.member-contact-title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  color: #fff;
}

.member-contact-title a {
  color: #fff;
}

.member-contact-description {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
}

.member-page.has-structured-member .member-page-content {
  display: none;
}

.contact-page {
  margin-top: 1.25rem;
}

.contact-page-header {
  max-width: 52rem;
  margin-bottom: 1.75rem;
}

.contact-page-eyebrow {
  margin: 0 0 0.5rem;
  color: var(--primary-color);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-page-title {
  font-size: clamp(2rem, 4.4vw, 3.15rem);
  margin-bottom: 0.7rem;
}

.contact-page-lead {
  margin: 0;
  color: var(--text-light);
  font-size: 1.14rem;
  line-height: 1.55;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.contact-panel {
  border: 1px solid var(--border-color);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, var(--neutral-soft-bg) 100%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  padding: 1.35rem;
}

.contact-panel h2 {
  font-size: 1.38rem;
  margin-bottom: 0.8rem;
}

.contact-panel-label {
  margin: 0 0 0.55rem;
  color: var(--primary-color);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-address {
  margin-top: 1rem;
  color: var(--text-light);
  font-style: normal;
  line-height: 1.6;
}

.contact-mail-link {
  display: inline-block;
  margin: 0.1rem 0 0.8rem;
  color: var(--primary-color);
  font-size: 1.14rem;
  font-weight: 700;
  word-break: break-word;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-page-note {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
  color: var(--text-light);
  font-size: 0.94rem;
}

.contact-social-grid {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.contact-social-link {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background: #fff;
  color: inherit;
}

.contact-social-link:visited,
.contact-social-link:hover {
  color: inherit;
}

.contact-social-link:hover {
  border-color: var(--primary-soft-border);
  background: var(--primary-soft-bg);
}

.contact-social-mark {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.contact-social-copy strong,
.contact-social-copy span {
  display: block;
}

.contact-social-copy strong {
  color: var(--secondary-color);
}

.contact-social-copy span {
  color: var(--text-light);
  font-size: 0.92rem;
}

.benefits-page {
  margin-top: 1.25rem;
}

.benefits-hero {
  max-width: 50rem;
  margin-bottom: 1.8rem;
}

.benefits-eyebrow {
  margin: 0 0 0.5rem;
  color: var(--primary-color);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.benefits-lead {
  margin: 0;
  color: var(--text-light);
  font-size: 1.14rem;
  line-height: 1.55;
}

.benefits-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 2rem;
  padding: 1.45rem;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, var(--neutral-soft-bg) 100%);
}

.benefits-overview-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.benefits-overview-copy p:last-child {
  margin-bottom: 0;
}

.benefits-section-header {
  max-width: 48rem;
  margin-bottom: 1.2rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.benefit-card {
  border: 1px solid var(--border-color);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  padding: 1.35rem;
}

.benefit-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.34rem;
}

.benefit-list {
  padding-left: 1.15rem;
}

.benefit-list li + li {
  margin-top: 0.75rem;
}

.benefits-note {
  margin-top: 1.45rem;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--primary-color);
  background: var(--primary-soft-bg);
  color: var(--text-light);
}

.benefits-note p:last-child {
  margin-bottom: 0;
}

.alliances-page {
  margin-top: 1.25rem;
}

.alliances-hero {
  max-width: 52rem;
  margin-bottom: 1.8rem;
}

.alliances-eyebrow {
  margin: 0 0 0.5rem;
  color: var(--primary-color);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.alliances-lead {
  margin: 0;
  color: var(--text-light);
  font-size: 1.14rem;
  line-height: 1.55;
}

.alliances-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.alliance-card {
  border: 1px solid var(--border-color);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, var(--neutral-soft-bg) 100%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  padding: 1.35rem;
}

.alliance-card h2 {
  font-size: 1.38rem;
  margin-bottom: 0.8rem;
}

.alliance-card p:last-of-type {
  margin-bottom: 1rem;
}

.alliance-meta {
  margin: 0 0 0.55rem;
  color: var(--primary-color);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.alliances-note {
  margin-top: 1.45rem;
  padding: 1.2rem 1.25rem;
  border-radius: 18px;
  border: 1px solid var(--primary-soft-border);
  background: var(--primary-soft-bg);
}

.alliances-note h2 {
  margin-bottom: 0.55rem;
}

.alliances-note p {
  color: var(--text-light);
}

.alliances-note p:last-of-type {
  margin-bottom: 1rem;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-card {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.team-grid,
.architecture-details,
.workflow-container {
  margin-top: 1rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.team-intro {
  max-width: 52rem;
}

.team-member-header h3 {
  margin-bottom: 0.2rem;
}

.team-member-role {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 700;
}

.team-member p:last-child {
  margin-bottom: 0;
}

.team-member,
.detail-box,
.workflow-step,
.funder-card,
.contact-card {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.page-lead,
.content-lead {
  max-width: 54rem;
  color: var(--text-light);
  font-size: 1.08rem;
  line-height: 1.65;
}

.content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
  margin: 1.25rem 0 2rem;
}

.content-split h2,
.content-section h2 {
  margin-bottom: 0.75rem;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1rem 0 1.5rem;
}

.content-card {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  padding: 1.2rem;
}

.content-card h3 {
  margin-bottom: 0.65rem;
}

.content-card p:last-child,
.content-section p:last-child,
.content-note p:last-child {
  margin-bottom: 0;
}

.content-list {
  padding-left: 1.2rem;
}

.content-list li + li {
  margin-top: 0.45rem;
}

.content-note {
  margin-top: 1.25rem;
  padding: 1.1rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--primary-soft-border);
  background: var(--primary-soft-bg);
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.2rem 0 1.5rem;
}

.content-actions .lr-btn {
  min-width: 0;
}

@media (max-width: 1160px) {
  .lr-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lr-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lr-faq-cta {
    grid-template-columns: 1fr;
  }
  .lr-faq-image-wrap img {
    max-width: 360px;
  }
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .lr-header-main {
    min-height: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .site-nav.lr-site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--border-color);
    box-shadow: var(--shadow-soft);
    padding: 0.5rem 0.8rem 0.8rem;
  }
  .site-nav.lr-site-nav.nav-open {
    display: block;
  }
  .lr-main-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .lr-main-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .lr-main-item:last-child {
    border-bottom: 0;
  }
  .lr-main-link {
    width: 100%;
    min-height: 50px;
    padding: 0.8rem 0.5rem;
  }
  .lr-main-item.has-mega::after {
    display: block;
    top: 22px;
    right: 15px;
  }
  .lr-main-item.has-mega.open::after {
    transform: rotate(180deg);
  }
  .lr-main-item.has-mega:hover .lr-mega-panel,
  .lr-main-item.has-mega:focus-within .lr-mega-panel {
    display: none;
  }
  .lr-main-item.has-mega.open .lr-mega-panel {
    display: block;
  }
  .lr-mega-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border: 0;
    box-shadow: none;
    padding: 0.3rem 0 0.65rem;
    min-width: auto;
    width: auto;
    max-width: none;
  }
  .lr-mega-grid.has-cta {
    grid-template-columns: 1fr;
  }
  .lr-mega-item {
    margin-left: 1rem;
    padding: 0.8rem 1rem;
  }
  .lr-mega-side {
    display: none;
  }
  .site-nav.lr-site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--border-color);
    box-shadow: var(--shadow-soft);
    padding: 0.5rem 0.8rem 0.8rem;
  }
  .site-nav.lr-site-nav.nav-open {
    display: block;
  }
  .lr-main-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .lr-main-link {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
  }
  .lr-main-item.has-mega:hover .lr-mega-panel,
  .lr-main-item.has-mega:focus-within .lr-mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .lr-mega-panel {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border: 0;
    box-shadow: none;
    padding: 0.3rem 0 0.65rem;
    min-width: auto;
    width: auto;
    max-width: none;
  }
  .lr-mega-grid.has-cta {
    grid-template-columns: 1fr;
  }
  .lr-mega-item {
    margin-left: 1rem;
    grid-template-columns: 30px minmax(0, 1fr);
  }
  .lr-main-item.has-mega::after {
    display: none;
  }
  .lr-mega-side {
    margin-left: 1rem;
  }
  .lr-search-form {
    grid-template-columns: 1fr;
  }
  .lr-stats-panel {
    grid-template-columns: 1fr;
  }
  .lr-newsletter-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .lr-newsletter-form {
    min-width: 100%;
    width: 100%;
  }
  .lr-footer-bottom {
    grid-template-columns: 1fr;
  }
  .home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-page-grid {
    grid-template-columns: 1fr;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .benefits-overview,
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .alliances-grid {
    grid-template-columns: 1fr;
  }
  .content-split,
  .content-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .lr-explore-form {
    flex-direction: column;
    gap: 1rem;
  }
  .lr-explore-input-wrap input {
    padding: 0.8rem 1rem 0.8rem 3rem;
  }
  .lr-explore-form .btn {
    padding: 0.8rem;
    width: 100%;
  }
  .lr-explore-inner h2 {
    font-size: 1.8rem;
  }
  .lr-home-hero-inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }
  .lr-hero-text h1 {
    font-size: clamp(1.5rem, 6vw, 2.1rem);
  }
  .lr-hero-text p {
    font-size: 1.05rem;
  }
  .lr-hero-searchbox-wrap {
    justify-content: center;
  }
  .lr-band-message p {
    font-size: 1.6rem;
    padding: 1.2rem 0;
    white-space: normal;
  }
  .lr-resource-grid,
  .lr-logo-grid,
  .home-card-grid,
  .members-grid {
    grid-template-columns: 1fr;
  }
  .member-card-link,
  .member-page-hero {
    grid-template-columns: 1fr;
  }
  .member-tabs-nav,
  .member-stats-grid,
  .member-contact-grid,
  .member-node-block {
    grid-template-columns: 1fr;
  }
  .member-card-flag,
  .member-page-flag {
    justify-content: flex-start;
  }
  .member-page-hero {
    padding: 1.25rem;
    min-height: auto;
  }
  .member-tab-button {
    padding-inline: 0.85rem;
  }
  .member-tabs-panels,
  .member-contact-band {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .contact-panel {
    padding: 1.15rem;
  }
  .contact-social-link {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 0.72rem 0.8rem;
  }
  .contact-social-mark {
    width: 40px;
    height: 40px;
  }
  .lr-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }
  .lr-newsletter-form .lr-btn-solid {
    width: 100%;
  }
  .lr-footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .lr-footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .lr-footer-bottom {
    align-items: flex-start;
    gap: 0.85rem;
  }
}

/*# sourceMappingURL=main.css.map */