@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;
}

/**
 * =============================================================================
 * VARIABLES
 * =============================================================================
 */
:root {
  --primary-color: #1B365D;
  --primary-strong: #0060A9;
  --secondary-color: #0284C7;
  --accent-color: #F59E0B;
  --text-color: #1F2937;
  --text-light: #4B5563;
  --text-muted-color: #6B7280;
  --border-color: #E2E8F0;
  --border-muted-color: #CBD5E1;
  --background-light: #F0F9FF;
  --neutral-soft-bg: #F1F5F9;
  --neutral-panel-bg: #E5E7EB;
  --surface-color: #FFFFFF;
  --gradient-start: #1B365D;
  --gradient-end: #0284C7;
  --primary-soft-bg: rgba(2, 132, 199, 0.08);
  --primary-soft-bg-strong: rgba(2, 132, 199, 0.12);
  --primary-soft-border: rgba(2, 132, 199, 0.15);
  --primary-soft-shadow: rgba(2, 132, 199, 0.12);
  --box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  --transition: all 0.3s ease;
}

/**
 * =============================================================================
 * BASE STYLES
 * =============================================================================
 */
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-color);
  background-color: var(--surface-color);
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  color: var(--secondary-color);
}

h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color);
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-color);
}

/**
 * =============================================================================
 * LAYOUT
 * =============================================================================
 */
.wrapper {
  max-width: 1000px;
  padding: 0 20px;
}

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

/**
 * =============================================================================
 * HEADER
 * =============================================================================
 */
.site-header {
  border-top: 5px solid var(--primary-color);
  border-bottom: 1px solid var(--border-color);
  min-height: 70px;
  background-color: white;
  box-shadow: var(--box-shadow);
  position: relative;
  padding: 1rem 0;
  z-index: 1000;
}

.site-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}

.site-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 0;
  float: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  white-space: nowrap;
  min-width: max-content;
}
.site-title:hover {
  text-decoration: none;
}
.site-title img {
  margin-right: 0;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.site-title-text {
  padding-top: 0;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.hamburger {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: var(--primary-color);
  transition: var(--transition);
}

/**
 * =============================================================================
 * NAVIGATION
 * =============================================================================
 */
.site-nav {
  float: right;
  line-height: normal;
  margin-left: 1rem;
}
.site-nav .nav-item {
  color: var(--text-color);
  margin-left: 10px;
  font-size: 16px;
  transition: var(--transition);
}
.site-nav .nav-item:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.site-nav .active {
  font-weight: 600;
  color: var(--primary-color);
}

.nav-item {
  transition: var(--transition);
}

.nav-item:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/**
 * MAIN NAVIGATION
 * -----------------------------------------------------------------------------
 */
.navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  gap: 1rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-link {
  position: relative;
  padding: 0.5rem 1rem;
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
}

.page-link:hover {
  color: var(--primary-color);
}

.page-link.active {
  color: var(--primary-color);
}

.page-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 1rem;
  right: 1rem;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.language-switcher {
  display: flex;
  align-items: center;
}

.language-divider {
  margin: 0 1rem;
  color: var(--border-muted-color);
}

.en:lang(en), .es:lang(es), .pt:lang(pt) {
  font-weight: bold;
  color: var(--primary-color);
}

/**
 * LANGUAGE SWITCHER
 * -----------------------------------------------------------------------------
 */
.language-switch {
  display: flex;
  align-items: center;
}

.lang-link {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0 0.1rem;
  color: var(--text-muted-color);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.lang-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.lang-link:hover:not(.disabled) {
  color: var(--primary-color);
  background-color: var(--primary-soft-bg);
}

.lang-link.active {
  color: white;
  background-color: var(--primary-color);
}

@media (max-width: 768px) {
  .language-switch {
    justify-content: center;
  }
  .lang-link {
    padding: 0.4rem 0.8rem;
    margin: 0 0.2rem;
  }
}
/**
 * =============================================================================
 * POSTS STYLES
 * =============================================================================
 */
.post-item {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}
.post-item:hover {
  transform: translateY(-2px);
}
.post-item p {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: var(--text-color);
  margin-top: 0.5rem;
}

.post-item-title {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.post-item-title a {
  color: var(--secondary-color);
}
.post-item-title a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.post-item-excerpt {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-light);
}

/* Keep post excerpts compact on home cards */
.post-item .custom-heading,
.post-item .custom-heading-secondary {
  margin-top: 0.75rem;
}

.post-item-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.post-page {
  margin-top: 0.25rem;
}

.post-hero {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 0.2rem 0 1rem;
  border-bottom: 2px solid var(--primary-soft-border);
}

.post-hero::after {
  display: none;
}

.post-hero-chip {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--primary-soft-border);
  background-color: var(--primary-soft-bg);
  color: var(--primary-color);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.post-main-title {
  margin: 0;
  color: var(--secondary-color);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.post-hero-description {
  margin: 0.85rem 0 0;
  max-width: 760px;
  color: var(--text-light);
  font-size: 1.05rem;
}

.post-body {
  margin-top: 0.6rem;
}

/* Tighten spacing between home intro text and first post title */
.home .content > .lead-text {
  margin-bottom: 1.75rem;
}

.home .post-item-list {
  margin: 0;
}

/**
 * HOME PAGE
 * -----------------------------------------------------------------------------
 */
.home .hero {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.hero-home {
  position: relative;
  padding: 0.2rem 0 1rem;
  border-bottom: 2px solid var(--primary-soft-border);
}

.hero-home::after {
  display: none;
}

.hero-chip {
  display: inline-block;
  margin: 0 0 0.8rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid var(--primary-soft-border);
  background-color: var(--primary-soft-bg);
  color: var(--primary-color);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-main-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
}

.hero-main-title span {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.2rem, 2.3vw, 1.7rem);
  font-weight: 600;
  color: var(--primary-color);
}

.hero-subtitle {
  margin-top: 1rem;
  margin-bottom: 0;
  max-width: 760px;
  font-size: 1.08rem;
  color: var(--text-light);
}

.home-intro-panel {
  background: linear-gradient(135deg, var(--primary-soft-bg) 0%, var(--background-light) 100%);
  border: 1px solid var(--primary-soft-border);
  border-left: 4px solid var(--primary-color);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 12px var(--primary-soft-shadow);
}

.home-intro-panel p {
  margin: 0 0 0.85rem;
}

.home-intro-panel p:last-child {
  margin-bottom: 0;
}

.home-flow {
  margin-top: 2.25rem;
}

.home-flow-steps {
  list-style: none;
  counter-reset: step;
  padding-left: 0;
  margin: 1.35rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-flow-steps li {
  counter-increment: step;
  position: relative;
  background-color: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  padding: 0.95rem 1rem 0.95rem 3rem;
  line-height: 1.5;
}

.home-flow-steps li::before {
  content: counter(step);
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--surface-color);
  font-weight: 600;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-routes-intro {
  margin-top: 2.5rem;
}

.home-route-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.home-route-card {
  margin-bottom: 0;
  border: 1px solid var(--primary-soft-border);
  border-bottom: 1px solid var(--primary-soft-border);
  border-radius: 12px;
  padding: 1.2rem;
  background: linear-gradient(180deg, var(--surface-color) 0%, var(--background-light) 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.home-route-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary-color);
}

.home-route-title {
  margin-bottom: 0.9rem;
  font-size: 1.35rem;
  line-height: 1.3;
}

.home-route-excerpt {
  margin-bottom: 1rem;
}

.home-route-excerpt p {
  margin: 0 0 0.65rem;
}

.home-route-excerpt .lead-highlight {
  margin-bottom: 0.7rem !important;
  font-size: 1.1rem !important;
  color: var(--primary-strong) !important;
}

.home-route-link {
  margin-top: auto;
  align-self: flex-start;
}

.home-route-card .home-route-link,
.home-route-card .home-route-link:visited,
.home-route-card .home-route-link:active {
  color: var(--surface-color);
  background-color: var(--primary-color);
  text-decoration: none;
}

.home-route-card .home-route-link:hover {
  color: var(--surface-color);
  background-color: var(--primary-strong);
  text-decoration: none;
}

.post-item a {
  color: var(--primary-color);
}
.post-item a:visited, .post-item a:active {
  color: var(--primary-color);
}
.post-item a:hover {
  color: var(--primary-strong);
}

/**
 * =============================================================================
 * COMPONENTS
 * =============================================================================
 */
/**
 * HERO SECTION
 * -----------------------------------------------------------------------------
 */
.hero-logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto 1.5rem auto;
  display: block;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 1.5rem 0;
  color: var(--text-color);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**
 * TYPOGRAPHY COMPONENTS
 * -----------------------------------------------------------------------------
 */
.lead-highlight {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  margin-bottom: 2rem !important;
  color: var(--primary-color) !important;
}

.lead-highlight strong {
  font-weight: 600 !important;
}

.lead-highlight a {
  color: var(--primary-color) !important;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}

.lead-highlight a:hover {
  opacity: 0.8;
}

/**
 * CARDS
 * -----------------------------------------------------------------------------
 */
.card {
  background-color: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/**
 * BUTTONS
 * -----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}
.btn-primary {
  background-color: var(--primary-color);
  color: white;
}
.btn-primary:hover {
  background-color: var(--primary-strong);
  color: white;
  text-decoration: none;
}
.btn-outline {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}
.btn-outline:hover {
  background-color: var(--accent-color);
  text-decoration: none;
}

.cta-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.cta-button:hover {
  background-color: var(--primary-color);
  text-decoration: none;
  color: white;
}

.cta-button:visited {
  color: white;
  background-color: var(--primary-color);
  text-decoration: none;
}

/**
 * NOTE CONTAINERS
 * -----------------------------------------------------------------------------
 */
.note-container {
  margin: 2.5rem 0;
  background-color: var(--neutral-soft-bg);
  border-radius: 8px;
  box-shadow: 0 2px 10px var(--primary-soft-shadow);
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.note-header {
  background-color: var(--primary-soft-bg);
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid var(--primary-soft-border);
  width: 100%;
  box-sizing: border-box;
}

.note-header svg {
  color: var(--primary-color);
}

.note-header h4 {
  color: var(--primary-color);
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  flex-grow: 1;
}

.note-content {
  padding: 1.25rem 1.5rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
  flex: 1;
}

.note-container ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.note-container li {
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.note-container li::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

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

.note-container p {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

/**
 * SECTION HEADERS AND TITLES
 * -----------------------------------------------------------------------------
 */
.custom-heading {
  font-size: 1.4rem;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  border-bottom: 2px solid var(--border-color);
}

.custom-heading::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--primary-color);
}

.custom-heading-secondary {
  font-size: 1.2rem;
  color: var(--text-color);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

/**
 * =============================================================================
 * PAGE SPECIFIC STYLES
 * =============================================================================
 */
/**
 * ARCHITECTURE PAGE
 * -----------------------------------------------------------------------------
 */
.architecture-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.detail-box {
  flex: 1;
  min-width: 250px;
  padding: 1.5rem;
  background-color: var(--background-light);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.detail-box h4 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 0.65rem;
  border-bottom: 1px dashed var(--primary-soft-border);
}

.detail-box h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 35px;
  height: 2px;
  background-color: var(--primary-color);
}

.detail-box p {
  color: var(--text-color);
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 0.97rem;
}

.detail-box strong {
  color: var(--primary-strong);
  font-weight: 600;
}

.workflow-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0;
}

.workflow-step {
  display: flex;
  gap: 1rem;
  background-color: var(--background-light);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-left: 3px solid var(--primary-color);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--surface-color);
  text-align: center;
  line-height: normal;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
  position: relative;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-soft-bg-strong);
  color: var(--primary-color);
  flex-shrink: 0;
  position: relative;
}

.step-icon::before {
  content: "i";
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-color);
}

.step-content {
  flex: 1;
}

.step-content h4 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.step-content p {
  margin-bottom: 0;
}

/**
 * TEAM PAGE
 * -----------------------------------------------------------------------------
 */
.team-title {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--secondary-color);
}

.team-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--text-color);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}

.team-member {
  background-color: var(--background-light);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--box-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.team-member-header h3 {
  margin: 0;
  color: var(--secondary-color);
}

.team-member-role {
  display: block;
  font-size: 0.9rem;
  color: var(--text-color);
  margin-top: 0.25rem;
}

.team-member-org {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  font-size: 0.8rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin: 0.8rem 0;
}

.team-member-contact {
  margin-top: 0.8rem;
}

.team-email {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
}

.team-email:hover {
  text-decoration: underline;
}

/**
 * PARTNER INSTITUTIONS
 * -----------------------------------------------------------------------------
 */
.partner-institutions {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-color);
}

.partner-institutions h2 {
  text-align: center;
  color: var(--secondary-color);
  margin-bottom: 2rem;
}

.institutions-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.institution {
  background-color: var(--background-light);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: var(--box-shadow);
}

.institution h3 {
  margin-top: 0;
  color: var(--secondary-color);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.institution-fullname {
  font-weight: bold;
  color: var(--text-color);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.institution-description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.institution-link {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

.institution-link:hover {
  text-decoration: underline;
}

/**
 * FUNDERS PAGE
 * -----------------------------------------------------------------------------
 */
.funders-header, .contact-header {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

.lead-text {
  font-size: 1.2rem;
  color: var(--text-color);
  max-width: 800px;
  margin: 0 auto;
}

.funder-card {
  display: flex;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  background-color: var(--background-light);
  box-shadow: var(--box-shadow);
}

.funder-card.primary {
  background-color: var(--primary-soft-bg);
  border-left: 5px solid var(--primary-color);
}

.logo-container {
  width: 180px;
  height: 90px;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: white;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.funder-logo {
  max-width: 95%;
  max-height: 80px;
  object-fit: contain;
}

.funder-info {
  flex: 1;
}

.funder-info h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.funder-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--primary-color);
  font-weight: 500;
}

.pledgers-section {
  margin: 3rem 0;
  padding: 2rem;
  background-color: var(--neutral-panel-bg);
  border-radius: 8px;
}

.pledgers-group {
  margin-bottom: 2rem;
  text-align: left;
  background-color: var(--surface-color);
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: var(--box-shadow);
}

.consortium-title {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.2rem;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.pledgers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.pledger-item {
  background-color: var(--background-light);
  padding: 0.7rem 1rem;
  border-radius: 4px;
  font-size: 0.95rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s, box-shadow 0.2s;
}

.pledger-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  background-color: var(--accent-color);
}

.coming-soon {
  font-style: italic;
  color: var(--text-color);
}

.pledgers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.pledger-logo-container {
  margin: 0 auto;
}

.support-cta {
  margin-top: 4rem;
  padding: 2rem;
  text-align: center;
  background-color: var(--background-light);
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

/**
 * CONTACT PAGE
 * -----------------------------------------------------------------------------
 */
.contact-main {
  display: none;
}

.contact-icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 1.5rem;
}

.contact-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: var(--primary-color);
  font-weight: 500;
}

.funding-info {
  background-color: var(--background-light);
  padding: 2rem;
  border-radius: 8px;
  margin: 2rem 0 3rem;
}

.contact-card {
  max-width: 600px;
  margin: 2rem auto 3rem;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px var(--primary-soft-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px var(--primary-soft-shadow);
}

.contact-card-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  opacity: 0.8;
  z-index: 1;
}

.contact-card-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  text-align: center;
}

.contact-icon-container {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background-color: var(--primary-soft-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  border: 2px solid var(--primary-soft-border);
  box-shadow: 0 4px 12px var(--primary-soft-shadow);
  position: relative;
  overflow: hidden;
}

.envelope-icon {
  width: 40px;
  height: 40px;
  stroke: var(--primary-color);
  stroke-width: 1.5px;
  transition: transform 0.3s ease;
}

.contact-card:hover .envelope-icon {
  transform: scale(1.12);
}

.fas.fa-envelope {
  display: none;
}

.contact-card h3 {
  font-size: 1.4rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
  font-weight: 600;
}

.contact-description {
  font-size: 1rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.contact-email-link {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.5rem;
  background-color: white;
  border-radius: 50px;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.05rem;
  box-shadow: 0 3px 10px var(--primary-soft-shadow);
  transition: all 0.2s ease;
  text-decoration: none;
  border: 1px solid var(--primary-soft-border);
}

.contact-email-link:hover {
  background-color: var(--primary-color);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px var(--primary-soft-shadow);
  text-decoration: none;
}

.contact-email-link i {
  margin-left: 0.8rem;
  font-size: 0.9rem;
  transition: transform 0.2s ease;
}

.contact-email-link:hover i {
  transform: translateX(3px);
}

/**
 * =============================================================================
 * FOOTER
 * =============================================================================
 */
.site-footer {
  border-top: 1px solid var(--border-color);
  padding: 3rem 0 1rem;
  background-color: var(--background-light);
  margin-top: 60px;
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-branding {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--primary-color);
}

.footer-tagline {
  color: var(--text-color);
  margin-top: 0;
  line-height: 1.5;
}

.footer-heading {
  color: var(--secondary-color);
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}

.footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 0.75rem;
}

.footer-link {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}
.footer-link:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.footer-icon {
  margin-right: 0.5rem;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.footer-copyright {
  color: var(--text-light);
  opacity: 0.8;
}

/**
 * =============================================================================
 * UTILITY CLASSES
 * =============================================================================
 */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/**
 * =============================================================================
 * RESPONSIVE STYLES
 * =============================================================================
 */
@media screen and (max-width: 600px) {
  .footer-content,
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .footer-branding {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-logo {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer-tagline {
    max-width: 100%;
    text-align: center;
  }
  .footer-grid,
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .architecture-details,
  .workflow-step,
  .team-grid,
  .institutions-container,
  .funder-card {
    flex-direction: column;
  }
  .step-icon {
    margin-bottom: 1rem;
  }
  .logo-container {
    margin: 0 auto 1.5rem auto;
  }
  .home-flow-steps {
    grid-template-columns: 1fr;
  }
  .home-route-grid {
    grid-template-columns: 1fr;
  }
  .home-intro-panel {
    padding: 1rem;
  }
  .post-hero {
    padding: 0.2rem 0 0.9rem;
  }
  .post-main-title {
    font-size: clamp(1.7rem, 6vw, 2.2rem);
  }
  .post-hero-description {
    font-size: 0.98rem;
  }
  .hero-home {
    padding: 0.2rem 0 0.9rem;
  }
  .hero-main-title {
    font-size: clamp(1.55rem, 6vw, 2.2rem);
  }
  .hero-main-title span {
    font-size: clamp(1.05rem, 4.4vw, 1.35rem);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .menu-toggle {
    display: block;
  }
  .site-nav {
    display: none;
    width: 100%;
    margin-top: 1rem;
    background-color: var(--surface-color);
    box-shadow: var(--box-shadow);
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .site-nav.nav-open {
    display: block;
  }
  /* Transformar hamburguesa en X cuando está activo */
  .menu-toggle.active .hamburger:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active .hamburger:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-toggle.active .hamburger:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .language-switch {
    justify-content: center;
  }
  .lang-link {
    padding: 0.4rem 0.8rem;
    margin: 0 0.2rem;
  }
  .navigation-container {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .nav-links {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .page-link {
    padding: 0.75rem 1rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid var(--border-color);
    font-size: 1.1rem;
  }
  .page-link.active::after {
    display: none;
  }
  .page-link.active {
    background-color: var(--primary-soft-bg);
  }
  .language-switcher {
    width: 100%;
    padding: 1rem;
    justify-content: center;
    border-top: 1px solid var(--border-color);
    margin-top: 0.5rem;
  }
  .language-divider {
    display: none;
  }
  .note-header {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 1rem;
  }
  .note-header svg {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .site-nav {
    float: none;
    line-height: normal;
    padding: 15px 0;
    text-align: center;
  }
  .site-nav .nav-item {
    display: block;
    margin: 10px 0;
  }
  .site-title {
    float: none;
    text-align: center;
    line-height: normal;
    padding: 15px 0;
    display: block;
  }
}
/**
 * SERVICE COMPONENTS
 * -----------------------------------------------------------------------------
 */
.service-components {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.service-item {
  background-color: var(--neutral-soft-bg);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  border-left: 3px solid var(--primary-color);
  display: flex;
  flex-direction: column;
}
.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.service-item h4 {
  margin-top: 0;
  font-weight: 600;
}
.service-item h4 a {
  color: var(--primary-color);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.service-item h4 a:hover {
  text-decoration: underline;
}
.service-item h4 a::after {
  content: " →";
  opacity: 0;
  transition: opacity 0.2s;
  margin-left: 0.3rem;
}
.service-item h4 a:hover::after {
  opacity: 1;
}
.service-item p {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: var(--text-color);
}
.service-item .code-access {
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--primary-soft-border);
  font-size: 0.85rem;
}
.service-item .code-access a {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.service-item .code-access a::before {
  content: ">";
  display: inline-block;
  margin-right: 6px;
  color: var(--primary-color);
  font-weight: 700;
}
.service-item .code-access a:hover {
  opacity: 1;
  text-decoration: underline;
}

.service-item.core-app {
  margin: 2rem 0;
  background-color: var(--primary-soft-bg);
  border-left-width: 4px;
  border-left-color: var(--primary-strong);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}

/* Media query for responsive layout */
@media (max-width: 768px) {
  .service-components {
    grid-template-columns: 1fr;
  }
  .step-icon {
    margin-bottom: 1rem;
  }
}

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