@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;e,600;0,700;0,900;1,400&diwap");
/**
 * 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: 9.999999999px 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;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * 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;
}

:root {
  --primary-color: #3a5180;
  --primary-strong: #2d3f63;
  --secondary-color: #04799c;
  --accent-color: #f8bd4f;
  --color-teal-bright: #04bab8;
  --text-color: #3b3a3c;
  --text-light: #66686a;
  --border-color: #dedede;
  --surface-color: #ffffff;
  --background-light: #f1f3f5;
  --neutral-soft: #f7f7f7;
  --footer-bg: #f1f3f5;
  --footer-text: #3b3a3c;
  --color-blue: #04799c;
  --color-yellow: #f8bd4f;
  --color-green: #138c72;
  --color-red: #f1686a;
  --color-teal: #04bab8;
  --color-purple: #8354a2;
  --wrapper-width: 1320px;
  --wrapper-gutter: 24px;
  --transition: all 0.28s ease;
}

* {
  box-sizing: border-box;
}

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

/* Offset para secciones con anchor — compensa el header sticky */
[id] {
  scroll-margin-top: 100px;
}

body {
  font-family: "Titillium Web", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  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);
}

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

a:hover {
  color: var(--primary-strong);
  text-decoration: none !important;
}

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

p {
  margin-bottom: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* === Buttons === */
.ly-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid transparent;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  line-height: 1;
}

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

.ly-btn-solid:visited {
  color: #fff;
}

.ly-btn-solid:hover {
  background: var(--primary-strong);
  color: #fff;
  border-color: var(--primary-strong);
}

/* === Header === */
.ly-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid var(--color-teal-bright) !important;
}

.ly-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
}

.ly-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ly-brand-logo {
  height: 44px;
  width: auto;
  display: block;
}

.ly-nav-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ly-nav-link {
  display: inline-block;
  padding: 0.5rem 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-color);
  border-radius: 4px;
  transition: var(--transition);
}

.ly-nav-link:hover {
  color: var(--primary-color);
  background: var(--background-light);
}

/* === Language selector === */
.ly-lang-item {
  position: relative;
  list-style: none;
  margin-left: 0.25rem;
}

.ly-lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.4rem 0.75rem;
  border: 1.5px solid var(--border-color);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  color: var(--text-color);
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  transition: var(--transition);
  line-height: 1;
}

.ly-lang-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.ly-lang-active {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ly-lang-caret {
  transition: transform 0.2s ease;
}

.ly-lang-btn[aria-expanded=true] .ly-lang-caret {
  transform: rotate(180deg);
}

.ly-lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 150px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0.4rem 0;
  list-style: none;
  margin: 0;
  z-index: 200;
}

.ly-lang-dropdown.is-open {
  display: block;
}

.ly-lang-option {
  display: block;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-color);
  transition: background 0.15s ease;
  white-space: nowrap;
}

.ly-lang-option:hover {
  background: var(--background-light);
  color: var(--primary-color);
}

.ly-lang-option.is-active {
  color: var(--primary-color);
  font-weight: 700;
}

/* === Page hero (subpages) === */
.ly-page-intro {
  padding: 2.5rem var(--wrapper-gutter) 0;
  text-align: center;
}

.ly-page-hero-desc {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  color: var(--text-light);
  font-size: 1.05rem;
  line-height: 1.7;
}

.ly-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.ly-hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: var(--text-color);
  border-radius: 2px;
  transition: var(--transition);
}

/* === Hero / Super-Hero === */
.ly-hero {
  min-height: calc(100vh - 97px);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  display: flex;
  align-items: center;
}

.ly-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 860px;
}

.ly-dspace-long {
  height: 52px;
  width: auto;
  margin-bottom: 2rem;
  filter: brightness(0) invert(1);
}

.ly-hero-inner h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #fff;
}

.ly-hero-highlight {
  color: var(--color-teal-bright);
}

.ly-hero-subtitle {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1rem;
}

.ly-hero-desc {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 780px;
}

/* CTA button — amarillo redondeado */
.ly-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.4rem;
  background: var(--accent-color);
  color: #3b3a3c !important;
  border: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  transition: filter 0.2s ease, transform 0.15s ease;
  cursor: pointer;
}

.ly-btn-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  color: #3b3a3c !important;
}

@media (max-width: 768px) {
  .ly-hero-inner {
    align-items: center;
    text-align: center;
  }
  .ly-dspace-long {
    height: 36px;
    margin-bottom: 1.5rem;
  }
  .ly-hero-desc {
    font-size: 1.05rem;
  }
}
/* === Sections === */
.ly-section {
  padding: 5rem var(--wrapper-gutter);
}

.ly-section--light {
  background: var(--background-light);
}

.ly-section--white {
  background: var(--surface-color);
}

.ly-section--white {
  background: #ffffff;
}

.ly-section--tinted {
  background: #f0f4f8;
}

.ly-section--primary-tint {
  background: rgba(58, 81, 128, 0.04);
}

.ly-section--gray {
  background: #f5f5f5;
}

.ly-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 0.5rem;
}

.ly-section-title--sm {
  font-size: 1.4rem;
}

.ly-section-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 3rem;
}

.ly-section-divider {
  width: 60px;
  height: 4px;
  background: var(--accent-color);
  margin: 0 auto 3rem;
  border-radius: 2px;
}

/* === Footer === */
.ly-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 3rem var(--wrapper-gutter);
}

.ly-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

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

.ly-footer-logo {
  height: 48px;
  width: auto;
}

.ly-footer-social {
  display: flex;
  gap: 1rem;
  list-style: none;
  justify-content: center;
}

.ly-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.07);
  color: var(--text-color);
  transition: var(--transition);
}

.ly-footer-social a:hover {
  background: var(--primary-color);
  color: #fff;
}

.ly-footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ly-footer-legal {
  font-size: 0.85rem;
  text-align: right;
  color: var(--text-light);
}

/* === Mobile Responsive === */
@media (max-width: 768px) {
  .ly-hamburger {
    display: flex;
  }
  .ly-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem;
  }
  .ly-nav.nav-open {
    display: block;
  }
  .ly-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .ly-nav-link {
    display: block;
    padding: 0.75rem 1rem;
  }
  .ly-hero {
    min-height: 80vh;
    padding: 4rem var(--wrapper-gutter);
  }
  .ly-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ly-footer-legal {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .ly-section {
    padding: 3rem var(--wrapper-gutter);
  }
  .ly-section-title {
    font-size: 1.6rem;
  }
}
/* === About Section === */
.ly-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.ly-about__text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color);
  margin-bottom: 1.25rem;
}

.ly-about__image {
  background: var(--background-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  border: 2px solid var(--border-color);
}

.ly-about__image-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
}

/* === Objectives Section (carousel) === */
.ly-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.ly-carousel-track-wrap {
  flex: 1;
  overflow: hidden;
}

.ly-carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.ly-carousel-item {
  flex: 0 0 25%;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
  text-align: center;
}

.ly-objective-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.ly-objective-icon svg {
  width: 36px;
  height: 36px;
}

.ly-objective-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-color);
  margin: 0;
}

.ly-carousel-btn {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid var(--border-color);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: var(--primary-color);
}

.ly-carousel-btn:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.ly-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}

.ly-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: var(--border-color);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
}

.ly-carousel-dot.active {
  background: var(--primary-color);
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .ly-carousel-item {
    flex: 0 0 50%;
  }
}
/* === Pillars Section === */
.ly-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.ly-pillar-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 2rem 1.5rem 1.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.ly-pillar-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.ly-pillar-icon svg {
  width: 30px;
  height: 30px;
  color: #fff;
}

.ly-pillar-body {
  /* offset for floating icon */
}

.ly-pillar-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0.6rem;
}

.ly-pillar-title a {
  color: inherit;
  text-decoration: none;
}

.ly-pillar-title a:hover {
  color: var(--primary-strong);
  text-decoration: underline;
}

.ly-pillar-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-light);
}

/* === Results Section === */
.ly-results__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.ly-results-image {
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ly-results-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ly-results__content {
  background: var(--surface-color);
  padding: 3rem;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.ly-results__title {
  width: 100%;
}

.ly-results__period {
  margin-bottom: 2rem;
}

.ly-results__period:last-child {
  margin-bottom: 0;
}

.ly-results__period-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--background-light);
}

.ly-results__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ly-results__item {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-color);
}

.ly-results__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
}

/* === Participate Section === */
.ly-participate__lead {
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-light);
}

.ly-participate__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

.ly-participate-card {
  background: var(--surface-color);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ly-participate-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--background-light);
  margin-bottom: 1rem;
}

.ly-participate-icon svg {
  width: 26px;
  height: 26px;
  color: var(--primary-color);
}

.ly-participate-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 1.25rem;
}

.ly-participate-cta {
  margin-top: auto;
}

/* === Team Section === */
.ly-team-subtitle {
  text-align: center;
  max-width: 620px;
  margin: 0.75rem auto 0;
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.7;
}

.ly-team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.ly-team-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ly-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ly-team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 0.1rem;
}

.ly-team-avatar-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  z-index: 1;
}

.ly-team-avatar-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.ly-team-badge {
  position: absolute;
  bottom: 0;
  right: -4px;
  background: var(--accent-color);
  color: #3b3a3c;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 999px;
  z-index: 3;
  line-height: 1.4;
}

.ly-team-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-color);
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

.ly-team-role {
  color: var(--color-teal-bright);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.ly-team-bio {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  transition: all 0.3s ease;
}

.ly-team-bio.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.ly-team-bio-toggle {
  background: none;
  border: none;
  color: var(--color-teal-bright);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.4rem 0;
  margin-top: 0.25rem;
  font-family: inherit;
  transition: opacity 0.2s ease;
}

.ly-team-bio-toggle:hover {
  opacity: 0.75;
}

@media (max-width: 1024px) {
  .ly-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .ly-team__grid {
    grid-template-columns: 1fr;
  }
}
/* === Responsive === */
@media (max-width: 992px) {
  .ly-hamburger {
    display: flex;
  }
  .ly-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem;
  }
  .ly-nav.nav-open {
    display: block;
  }
  .ly-nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .ly-nav-link {
    display: block;
    padding: 0.75rem 1rem;
  }
  .ly-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ly-about__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ly-results__grid {
    grid-template-columns: 1fr;
  }
  .ly-results-image {
    border-radius: 12px 12px 0 0;
    min-height: 200px;
  }
  .ly-results__content {
    border-radius: 0 0 12px 12px;
  }
  .ly-participate__grid {
    grid-template-columns: 1fr;
  }
  .ly-pillars__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ly-section {
    padding: 3rem var(--wrapper-gutter);
  }
  .ly-section-title {
    font-size: 1.6rem;
  }
  .ly-pillars__grid {
    grid-template-columns: 1fr;
  }
  .ly-hero {
    min-height: 80vh;
    padding: 4rem var(--wrapper-gutter);
  }
  .ly-footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ly-footer-legal {
    text-align: center;
  }
}
/* ============================================================
   BLOG
   ============================================================ */
.ly-blog__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.ly-blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ly-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ly-blog-card__meta {
  font-size: 0.78rem;
  color: var(--text-light);
  margin: 0;
}

.ly-blog-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

.ly-blog-card__title a {
  color: var(--primary-color);
}

.ly-blog-card__subtitle {
  font-size: 0.88rem;
  color: var(--text-light);
  margin: 0;
  font-style: italic;
}

.ly-blog-card__excerpt {
  font-size: 0.88rem;
  color: var(--text-light);
  line-height: 1.55;
  flex-grow: 1;
  margin: 0;
}

.ly-blog-card__link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-teal-bright) !important;
  margin-top: 0.5rem;
  align-self: flex-start;
}

.ly-blog-empty {
  color: var(--text-light);
  text-align: center;
  padding: 3rem 0;
}

/* Post layout */
.ly-post {
  padding: 4rem var(--wrapper-gutter);
  max-width: 780px;
}

.ly-post-back {
  display: inline-block;
  color: var(--color-teal-bright) !important;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.ly-post-header {
  margin-bottom: 2.5rem;
}

.ly-post-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.ly-post-subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  font-style: italic;
  margin-bottom: 0.75rem;
}

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

.ly-post-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color);
}

.ly-post-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: var(--primary-color);
}

@media (max-width: 1024px) {
  .ly-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .ly-blog__grid {
    grid-template-columns: 1fr;
  }
}
/* ============================================================
   GO TO TOP BUTTON
   ============================================================ */
.ly-go-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease;
  z-index: 999;
}

.ly-go-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ly-go-top:hover {
  background: var(--primary-strong);
}

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