.fc-home-wrap{
    max-width:1180px;
    margin:0 auto;
    padding:28px 16px 48px;
}

.fc-news-section{
    margin-bottom:44px;
}

.fc-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:2px solid #111;
    margin-bottom:18px;
    gap:16px;
}

.fc-section-head h2{
    font-size:24px;
    line-height:1.15;
    margin:0;
    padding-bottom:10px;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:-.02em;
}

.fc-section-more{
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    color:#046bd2;
    white-space:nowrap;
    transition:color .2s ease;
}

.fc-section-more:hover{
    color:#034f9d;
}

.fc-news-grid{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);
    gap:18px;
}

.fc-card{
    background:transparent;
}

.fc-card a{
    text-decoration:none;
    color:inherit;
    transition:color .2s ease;
}

.fc-card a:hover h3{
    color:#046bd2;
}

.fc-card-image{
    display:block;
    overflow:hidden;
    background:#f3f3f3;
    border-radius:14px;
}

.fc-card-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .25s ease;
}

.fc-card:hover .fc-card-image img{
    transform:scale(1.035);
}

.fc-card-featured{
    grid-row:span 3;
}

.fc-card-featured .fc-card-image{
    aspect-ratio:16/9;
}

.fc-card-featured h3{
    font-size:28px;
    line-height:1.08;
    margin:9px 0 8px;
    font-weight:700;
    letter-spacing:-.03em;
    transition:color .2s ease;
}

.fc-card-featured p{
    font-size:15px;
    line-height:1.45;
    color:#555;
    margin:0 0 8px;
}

.fc-card-compact{
    display:grid;
    grid-template-columns:132px minmax(0,1fr);
    gap:12px;
    align-items:center;
    border-bottom:1px solid #e8e8e8;
    padding-bottom:12px;
}

.fc-card-compact .fc-card-image{
    aspect-ratio:4/3;
    border-radius:10px;
}

.fc-card-compact h3{
    font-size:16px;
    line-height:1.22;
    margin:4px 0 6px;
    font-weight:700;
    transition:color .2s ease;
}

.fc-card-cat{
    display:inline-block;
    font-size:11px;
    line-height:1;
    text-transform:uppercase;
    font-weight:700;
    color:#046bd2;
    letter-spacing:.03em;
}

.fc-card time{
    display:block;
    font-size:12px;
    color:#777;
}

.fc-card-placeholder{
    aspect-ratio:16/9;
    background:#eee;
}

.fc-card-compact .fc-card-placeholder{
    aspect-ratio:4/3;
}

@media(max-width:768px){

    .fc-home-wrap{
        padding:20px 10px 36px;
    }

    .fc-news-section{
        margin-bottom:34px;
    }

    .fc-section-head h2{
        font-size:20px;
    }

    .fc-news-grid{
        display:block;
    }

    .fc-card-featured{
        margin-bottom:14px;
    }

    .fc-card-featured h3{
        font-size:23px;
    }

    .fc-card-compact{
    display:grid;
    grid-template-columns:132px minmax(0,1fr);
    gap:10px;
    align-items:center;
    border-bottom:0;
    padding:2px 0;
}

.fc-card-compact + .fc-card-compact{
    margin-top:4px;
}

    .fc-card-compact h3{
        font-size:15px;
    }

    .fc-card-featured p{
        display:none;
    }

}

/* ===== Single Post ===== */

.fc-single-page{
  width:100%;
  background:#eef3f8;
  padding:48px 20px 64px;
}

.fc-single-wrap{
  width:100%;
  max-width:960px;
  margin:0 auto;
  background:#fff;
  padding:42px 44px 52px;
}

.fc-single-article{
  width:100%;
  margin:0;
  background:#fff;
}

.fc-single-header{
  margin-bottom:18px;
}

.fc-single-title{
  margin:0 0 8px;
  font-size:40px;
  line-height:1.16;
  font-weight:700;
  letter-spacing:-0.02em;
  color:#1f2a44;
}

.fc-single-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0;
  margin:0 0 14px;
  font-size:15px;
  line-height:1.4;
}

.fc-single-author{
  color:#046bd2;
  font-weight:700;
}

.fc-single-date{
  color:#4b5563;
  font-weight:400;
}

.fc-single-date::before{
  content:" / ";
  color:#4b5563;
  font-weight:400;
}

.fc-single-header .fc-single-subtitle{
  position:relative;
  max-width:900px;
  margin:0 0 22px;
  padding:0 0 0 22px;
  border-left:4px solid #046bd2;
  color:#4b5563;
  font-size:22px;
  font-weight:400;
  font-style:italic;
  line-height:1.5;
  letter-spacing:-0.02em;
}

.fc-single-header .fc-single-subtitle::before{
  content:"“";
  position:absolute;
  top:-2px;
  left:8px;
  color:#046bd2;
  font-size:26px;
  font-weight:700;
  line-height:1;
  opacity:.9;
}

.fc-single-thumb{
  margin:0 0 24px;
}

.fc-single-thumb img{
  display:block;
  width:100%;
  height:auto;
  border-radius:0;
}

.fc-single-content{
  color:#1f2937;
  font-size:17px;
  line-height:1.8;
}

.fc-single-content::after{
  content:"";
  display:block;
  clear:both;
}

@media(max-width:768px){

  .fc-single-page{
    padding:20px 0 40px;
  }

  .fc-single-wrap{
    max-width:none;
    padding:24px 14px 40px;
  }

  .fc-single-article{
    padding:0;
  }

  .fc-single-header{
    margin-bottom:16px;
  }

  .fc-single-title{
    margin-bottom:6px;
    font-size:28px;
    line-height:1.18;
  }

  .fc-single-meta{
    margin-bottom:10px;
    font-size:14px;
  }

  .fc-single-header .fc-single-subtitle{
    max-width:none;
    margin:0 0 18px;
    padding-left:18px;
    border-left-width:3px;
    font-size:19px;
    line-height:1.45;
  }

  .fc-single-thumb{
    position:relative;
    left:50%;
    width:100vw;
    max-width:100vw;
    margin-bottom:18px;
    overflow:hidden;
    transform:translateX(-50%);
  }

  .fc-single-thumb img{
    display:block;
    width:100%;
    max-width:100%;
    height:auto;
  }

  .fc-single-content{
    padding:0;
    font-size:16px;
    line-height:1.75;
  }
}
/* HEADER */

.fc-site-header{
  background:#fff;
  border-bottom:1px solid #d9dfe7;
  position:sticky;
  top:0;
  z-index:999;
}

.fc-header-inner{
  max-width:1180px;
  margin:0 auto;
  padding:0 16px;
  height:64px;
  display:flex;
  align-items:center;
  gap:24px;
  position:relative;
}

.fc-logo{
  font-size:24px;
  font-weight:850;
  color:#071d3a;
  text-decoration:none;
  white-space:nowrap;
}

.fc-main-nav{
  flex:1;
}

.fc-site-header ul,
.fc-site-header li{
  list-style:none;
  margin:0;
  padding:0;
}

.fc-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:26px;
  margin:0;
  padding:0;
}

.fc-menu > li{
  position:relative;
}

.fc-menu > li > a{
  display:block;
  padding:22px 0;
  color:#071d3a;
  text-decoration:none;
  font-size:15px;
  font-weight:600;
}

.fc-menu a:hover{
  color:#046bd2;
}

.fc-menu .sub-menu{
  position:absolute;
  top:100%;
  left:0;
  min-width:220px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  display:none;
  z-index:9999;
}

.fc-menu li:hover > .sub-menu{
  display:block;
}

.fc-menu .sub-menu a{
  display:block;
  padding:10px 14px;
  color:#071d3a;
  text-decoration:none;
  font-size:14px;
}

.fc-menu .sub-menu a:hover{
  background:#f3f6fa;
  color:#046bd2;
}

/* Botón menú móvil */

.fc-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  border:0;
  background:none;
  cursor:pointer;
  padding:0;
}

.fc-menu-toggle span{
  display:block;
  width:24px;
  height:2px;
  background:#071d3a;
  margin:5px auto;
}

/* Header interno del menú móvil */

.fc-mobile-menu-head{
  display:none;
}

/* Buscador */

.fc-search-toggle{
  border:0;
  background:transparent;
  color:#071d3a;
  cursor:pointer;
  padding:8px;
  line-height:1;
}

.fc-search-toggle svg{
  display:block;
}

.fc-search-form{
  display:none;
  position:absolute;
  right:16px;
  top:70px;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 10px 30px rgba(0,0,0,.12);
  padding:10px;
  z-index:100000;
  gap:8px;
}

.fc-search-form.is-open{
  display:flex;
}

.fc-search-form input{
  width:260px;
  padding:10px 12px;
  border:1px solid #d1d5db;
  border-radius:8px;
}

.fc-search-form button{
  background:#046bd2;
  color:#fff;
  border:0;
  border-radius:8px;
  padding:10px 12px;
  font-weight:700;
}



/* Móvil */

@media(max-width:768px){

  .fc-header-inner{
    height:58px;
    padding:0 14px;
    gap:10px;
    flex-wrap:nowrap;
  }

  .fc-logo{
    font-size:22px;
    flex:1;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .fc-menu-toggle{
    display:block;
    flex:0 0 42px;
  }

  .fc-main-nav{
    position:fixed;
    top:0;
    left:-86vw;
    width:82vw;
    max-width:340px;
    height:100vh;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.22);
    transition:left .25s ease;
    overflow-y:auto;
    z-index:100000;
    padding:0 18px 24px;
  }

  .fc-main-nav.active{
    left:0;
  }

  .fc-mobile-menu-head{
    height:62px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-bottom:1px solid #eef1f5;
    margin-bottom:0px;
    margin-top:40px;
  }

  .fc-mobile-menu-head strong{
    font-size:18px;
    color:#071d3a;
  }

  .fc-menu-close{
    border:0;
    background:none;
    font-size:34px;
    line-height:1;
    color:#071d3a;
    cursor:pointer;
    padding:4px;
  }

  .fc-menu{
    display:block;
    margin:0;
    padding:0;
    white-space:normal;
  }

  .fc-menu li{
    border-bottom:1px solid #eef1f5;
  }

  .fc-menu > li > a,
  .fc-menu a{
    display:block;
    padding:13px 4px;
    color:#071d3a;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
  }

  .fc-menu .sub-menu{
    position:static;
    display:none;
    min-width:0;
    box-shadow:none;
    border:0;
    background:#f7f9fc;
    margin:0 0 8px;
    padding:6px 0;
  }

  .fc-menu li.submenu-open > .sub-menu{
    display:block;
  }

  .fc-menu .sub-menu a{
    padding:10px 14px;
    font-size:14px;
    font-weight:600;
  }

  .fc-menu li:hover > .sub-menu{
    display:none;
  }

  .fc-menu li.submenu-open:hover > .sub-menu{
    display:block;
  }

  .fc-search-form{
    right:14px;
    left:14px;
    top:64px;
  }

  .fc-search-form input{
    width:100%;
  }
  
  .fc-main-nav{
    z-index:100000;
  }

  .fc-menu .sub-menu{
    display:none !important;
    position:static !important;
  }

  .fc-menu li.submenu-open > .sub-menu{
    display:block !important;
  }

}